@charset "UTF-8";
/*
Theme Name: shu-to_cms_v5.02
Description: shu-to theme version5.02
Theme URI: http://shu-to.jp/
Author: Steki, Inc
Author URI: https://steki-inc.jp/
Version: 5.02
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
:root {
  --pc-top-padding: 110px;
  --sm-top-padding: 80px;
  --sm-padding: 16px;
}

/* ==============================================
 Reset
=============================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

/* ==============================================
 Common
=============================================== */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #f4f4f4;
  color: #000000;
  font-family: "Poppins", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  body {
    font-size: 10px;
  }
}

.home {
  color: #fff;
}
.home a {
  color: #fff;
}

a {
  cursor: pointer;
  color: #000000;
  outline: medium none;
  text-decoration: none;
  /*
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  */
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.5;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 24px;
  }
}

code, kbd, pre, samp {
  -webkit-hyphens: none;
          hyphens: none;
  font-family: monospace, serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
          hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  line-height: 1.5;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  line-height: 1.5;
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1.5;
}

th {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

td {
  line-height: 1.5;
  text-align: left;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  backface-visibility: hidden;
}

a img {
  transition: opacity 0.2s;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
}

.js-load-mask {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #f8f8f8;
}

.post-type-archive-brand .js-load-mask {
  background: #000;
}

a[href^="tel:"] {
  cursor: default;
}

/* ==============================================
 Font
=============================================== */
/* Font
----------------------------------------------- */
.font-en {
  font-family: "Poppins", sans-serif;
}

/* Paragraph
----------------------------------------------- */
.p-en {
  font-family: "Poppins", sans-serif;
}

.p-jp {
  font-weight: 300;
  line-height: 1.65;
}

/* Font weight
----------------------------------------------- */
.fw-bold {
  font-weight: bold;
  font-weight: 400;
}

.fw-light {
  font-weight: normal;
  font-weight: 300;
}

.fw-thin {
  font-weight: 100;
}

/* Font size
----------------------------------------------- */
.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

/* Text Align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* Intent
----------------------------------------------- */
.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* Letter slash
----------------------------------------------- */
.letter-slash::before {
  content: "/";
}

/* Hover underline
----------------------------------------------- */
.hover-action:hover {
  font-weight: bold !important;
  font-weight: 700 !important;
}

.video-js {
  background-color: transparent;
}

/* ==============================================
 fade Animation
=============================================== */
.fade-animation {
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: fade-animation;
  visibility: visible !important;
}
@keyframes fade-animation {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==============================================
 blur
=============================================== */
.blur-item {
  overflow: hidden;
  position: relative;
}

.blur-filter {
  background-color: rgba(248, 248, 248, 0.01);
  -webkit-backdrop-filter: blur(40px) brightness(1.2);
  backdrop-filter: blur(40px) brightness(1.2);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  perspective: 1000;
  backface-visibility: hidden;
  pointer-events: none;
}

.blur-active .blur-filter {
  animation: filterRemove 1s 1 ease forwards;
}

@keyframes filterRemove {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ==============================================
 Layout
=============================================== */
/* Common
----------------------------------------------- */
.page .wrapper {
  padding-top: var(--pc-top-padding);
}
@media (max-width: 767px) {
  .page .wrapper {
    padding-top: var(--sm-top-padding);
  }
}

.main {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 80px;
  }
}

.post-type-archive-scenes .main, .tax-scenes_tag .main, .single-scenes .main {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .post-type-archive-scenes .main, .tax-scenes_tag .main, .single-scenes .main {
    padding-bottom: 0;
  }
}

.home .wrapper, .page-home-2 .wrapper {
  padding-top: 0;
}
.home .main, .page-home-2 .main {
  padding-bottom: 0;
}

.container {
  position: relative;
  padding-right: 4%;
  padding-left: 4%;
}
@media (max-width: 767px) {
  .container {
    padding-left: var(--sm-padding);
    padding-right: var(--sm-padding);
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.section {
  margin-bottom: 120px;
}

/* flex
----------------------------------------------- */
.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.justify-content-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flex-root {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.flex-column-fluid {
  flex: 1 0 auto;
}

.flex-row {
  flex-direction: row;
}

.flex-row-fluid {
  flex: 1 auto;
  min-width: 0;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

/* Float
----------------------------------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

.single img.alignleft {
  margin: 0 10px 15px 0;
}

.single img.alignright {
  margin: 0 0 15px 10px;
}

.single img.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

/* Table
----------------------------------------------- */
.table {
  border-left: 1px solid #9ec9b3;
  border-top: 1px solid #9ec9b3;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table th, .table td {
  border-right: 1px solid #9ec9b3;
  border-bottom: 1px solid #9ec9b3;
  line-height: 1.5;
  text-align: center;
  padding: 12px 10px;
  vertical-align: middle;
}

.table th {
  background: #ebf2ef;
}

.table td {
  background: #fff;
}

.table td small {
  font-size: 12px;
  display: block;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* align
----------------------------------------------- */
.img-align-box {
  padding-top: 5px;
}

.img-align-box img {
  width: 100%;
}

/* margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

/* ==============================================
 Header
=============================================== */
.site-header {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .site-header .container {
    padding-top: 20px;
    align-items: center;
  }
}
.site-header .header-logo {
  line-height: 1.2;
  pointer-events: all;
  z-index: 101;
}
.site-header .header-logo a {
  display: block;
  padding: 4px 0;
}
.site-header .header-logo svg {
  display: block;
  fill: #000000;
  height: 14px;
  width: 130px;
  transition: fill 0.4s ease 0.2s;
}
@media (max-width: 767px) {
  .site-header .header-logo svg {
    height: 11px;
    width: 98px;
  }
}

.home, .page-home-2 {
  height: 100dvh;
}
.home .site-header .header-logo svg, .page-home-2 .site-header .header-logo svg {
  fill: #fff;
}

.page-about .site-header .header-logo svg {
  fill: #fff;
}

/* ==============================================
 Navigation
=============================================== */
.site-navigation {
  pointer-events: all;
}
.site-navigation__list {
  display: flex;
  position: relative;
  margin-right: -4px;
}
@media (max-width: 767px) {
  .site-navigation__list {
    padding-top: 0;
  }
}
.site-navigation__list li {
  margin-right: 6px;
}
@media (max-width: 550px) {
  .site-navigation__list li {
    margin-right: 2px;
  }
}
.site-navigation__list li:first-child {
  margin-right: 32px;
}
@media (max-width: 550px) {
  .site-navigation__list li:first-child {
    margin-right: 18px;
  }
}
.site-navigation__list li:first-child a {
  font-weight: 400;
}
.site-navigation__list li:last-child {
  margin-right: 0;
}
.site-navigation__list li a {
  color: #000000;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  padding: 4px;
}
.site-navigation__list li a:hover {
  color: #000000;
}

@media (max-width: 1024px) {
  .home .site-navigation, .page-about .site-navigation, .page-home-2 .site-navigation {
    left: auto;
    right: 5%;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .home .site-navigation, .page-about .site-navigation, .page-home-2 .site-navigation {
    right: 20px;
    left: auto;
  }
}
.home .site-navigation__list li a, .page-about .site-navigation__list li a, .page-home-2 .site-navigation__list li a {
  color: #fff;
}
.home .site-navigation__list li a:hover, .page-about .site-navigation__list li a:hover, .page-home-2 .site-navigation__list li a:hover {
  color: #fff;
}

.nav-open {
  overflow: hidden;
}

.nav-open .site-navigation {
  pointer-events: all;
  opacity: 1;
}
.nav-open .site-navigation .site-navigation__list li {
  animation-name: menuFadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.nav-open .site-navigation .site-navigation__list li:nth-child(1) {
  animation-delay: 150ms;
}
.nav-open .site-navigation .site-navigation__list li:nth-child(2) {
  animation-delay: 300ms;
}
.nav-open .site-navigation .site-navigation__list li:nth-child(3) {
  animation-delay: 450ms;
}

@keyframes menuFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.navigation-button {
  border: 1px solid #aaa;
  border-radius: 3px;
  height: 4.4rem;
  width: 4.4rem;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 10px;
  z-index: 101;
}
@media (max-width: 767px) {
  .navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hamburger-wrapper {
  position: relative;
  margin: auto;
  width: 18px;
  height: 16px;
  cursor: pointer;
}

.hamburger-menu {
  position: relative;
  width: 18px;
  height: 16px;
}
.hamburger-menu .bar {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 18px;
  background: #000000;
}
.hamburger-menu .bar:nth-child(1) {
  top: 0;
  transition: top 600ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 600ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 400ms;
}
.hamburger-menu .bar:nth-child(3) {
  bottom: 0;
  transition: bottom 600ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 600ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate .bar {
  background-color: #000000 !important;
}
.hamburger-menu.animate .bar:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.hamburger-menu.animate .bar:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.animate .bar:nth-child(3) {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}

/* ==============================================
 Footer
=============================================== */
.site-footer {
  padding-bottom: 22px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 15px;
  }
}
.site-footer .copyright {
  text-align: right;
}

.home .site-footer, .page-home-2 .site-footer {
  color: #fff;
}

.copyright {
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.02em;
  text-align: right;
}
.copyright .slush {
  display: inline-block;
  position: relative;
  transform: scale(0.8);
}

/* ==============================================
 Aside
=============================================== */
/* ==============================================
 Main
=============================================== */
/* heading
----------------------------------------------- */
.heading-1 {
  font-weight: 700;
  margin-bottom: 2.2rem;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .heading-1 {
    margin-bottom: 1.8rem;
  }
}

.heading-2 {
  font-size: 107.8%;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 12px;
  padding-bottom: 14px;
  position: relative;
}
.heading-2::after {
  background: #ff0000;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
}

.heading-3 {
  font-size: 107.8%;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

/* contents
----------------------------------------------- */
.background-video {
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: -1;
}
.background-video .video-js {
  padding: 0;
  width: 100vw;
  height: 100vh;
}
.background-video .video-js video {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* news
----------------------------------------------- */
.news-blocks {
  margin-bottom: 92px;
  padding-right: 5%;
}
@media (max-width: 1024px) {
  .news-blocks {
    margin-bottom: 80px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .news-blocks {
    margin-bottom: 60px;
  }
}
.news-blocks .block {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .news-blocks .block {
    margin-bottom: 32px;
  }
}
.news-blocks .block h3 {
  font-size: 184.2%;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 22px;
  padding-bottom: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .news-blocks .block h3 {
    font-size: 126%;
    margin-bottom: 9px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .news-blocks .block h3 a {
    position: relative;
  }
}
.news-blocks .block h3::after {
  background: #ff0000;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
}
.news-blocks .block .post-date {
  margin-bottom: 1.8rem;
}
.news-blocks .block .link a {
  word-break: break-all;
  text-decoration: underline;
}
.news-blocks .block .link a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-blocks .block p {
    line-height: 1.5;
    margin-bottom: 18px;
  }
}

.news-archives {
  padding-bottom: 92px;
}
@media (max-width: 767px) {
  .news-archives {
    padding-bottom: 65px;
  }
}
.news-archives .article {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .news-archives .article {
    margin-bottom: 46px;
  }
}
.news-archives .article .txt {
  float: left;
  width: 68%;
}
@media (max-width: 767px) {
  .news-archives .article .txt {
    float: none;
    width: auto;
  }
}
.news-archives .article .post-thumbnail {
  float: right;
  width: 28.5%;
}
@media (max-width: 767px) {
  .news-archives .article .post-thumbnail {
    float: none;
    margin-top: 32px;
    width: auto;
  }
}
.news-archives .article .post-thumbnail a {
  display: block;
}
.news-archives .article .post-thumbnail img {
  width: 100%;
}
.news-archives .article .thumbnail-space {
  float: right;
  width: 28.5%;
  position: relative;
}
@media (max-width: 767px) {
  .news-archives .article .thumbnail-space {
    display: none;
  }
}
.news-archives .article .thumbnail-space::before {
  content: "";
  display: block;
  padding-top: 66.666%;
  width: 100%;
}
.news-archives .article .post-title {
  clear: none;
  font-size: 92%;
  font-weight: 500;
  margin-bottom: 2.2rem;
  line-height: 1.1;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .news-archives .article .post-title {
    font-size: 106%;
    margin-bottom: 9px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .news-archives .article .post-title a {
    position: relative;
  }
}
.news-archives .article .post-date {
  margin-bottom: 1.8rem;
  position: relative;
  padding-top: 2.4rem;
}
.news-archives .article .post-date::after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.news-archives .article .post-content {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2.4rem;
}
.news-archives .article .post-content p {
  margin-bottom: 0;
}
.news-archives .article .link a {
  word-break: break-all;
  text-decoration: underline;
}
.news-archives .article .link a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  margin: 30px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}

.news-detail {
  margin-bottom: 92px;
}
@media (max-width: 767px) {
  .news-detail {
    margin-bottom: 65px;
  }
}
.news-detail .post-title {
  font-size: 184.2%;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 22px;
  padding-bottom: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .news-detail .post-title {
    font-size: 105%;
    margin-bottom: 9px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .news-detail .post-title a {
    position: relative;
  }
}
.news-detail .post-title::after {
  background: #ff0000;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
}
.news-detail .post-thumbnail {
  margin-top: 68px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-detail .post-thumbnail {
    margin-top: 46px;
  }
}
.news-detail .post-thumbnail img {
  width: 100%;
}
.news-detail .post-date {
  margin-bottom: 1.8rem;
}
.news-detail .link a {
  text-decoration: underline;
}
.news-detail .link a:hover {
  text-decoration: none;
}
.news-detail .sub-image {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .news-detail .sub-image {
    margin-top: 12px;
  }
}
.news-detail .sub-image .photo img {
  width: 100%;
}
.news-detail .sub-image .video video {
  height: auto;
  width: 100%;
}

.back-archive-link {
  font-size: 76%;
  font-weight: 500;
  margin-bottom: 2.2rem;
  line-height: 1.1;
  margin-top: 6.2rem;
}
@media (max-width: 767px) {
  .back-archive-link {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
  }
}

/* home
----------------------------------------------- */
.home-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
.home-logo svg {
  display: block;
  fill: #fff;
  height: auto;
  width: 45vw;
}
@media (max-width: 767px) {
  .home-logo svg {
    width: 65vw;
  }
}

.home-video .video-js {
  padding: 0;
  width: 100vw;
  height: 100dvh;
  transition: all ease 1000ms;
}
.home-video .video-js.active {
  transform: scale(0.9);
}
.home-video .video-js video {
  height: 100dvh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home-video-link {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all ease 400ms;
  z-index: 100;
}
.home-video-link a {
  color: #fff;
  font-size: 5vw;
  font-weight: 500;
  display: inline-block;
  opacity: 0;
  transition: all ease 1000ms 100ms;
  transform: translateY(40px);
}
.home-video-link a::after {
  content: "";
  background-color: #fff;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: all ease 1000ms 800ms;
}
.home-video-link.show {
  opacity: 1;
  pointer-events: all;
}
.home-video-link.show a {
  opacity: 1;
  transform: translateY(0);
}
.home-video-link.show a::after {
  width: 100%;
}

.home-slider .slide a:hover img {
  opacity: 1;
}
.home-slider .slide img {
  height: 100dvh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .home-slider .slide img.img-pc {
    display: none;
  }
}
.home-slider .slide img.img-sp {
  display: none;
}
@media (max-width: 767px) {
  .home-slider .slide img.img-sp {
    display: block;
  }
}

.video-js .vjs-control-bar {
  background: rgba(0, 0, 0, 0.85);
  bottom: 10px;
  left: 10%;
  right: 10%;
  width: auto;
  border-radius: 3px;
}
.video-js .vjs-load-progress {
  background: rgba(204, 204, 204, 0.1);
}
.video-js .vjs-load-progress div {
  background: rgba(204, 204, 204, 0.35);
}
.video-js .vjs-big-play-button {
  font-size: 2em;
  background-color: black;
  border: none;
}
.video-js .vjs-loading-spinner {
  display: none !important;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background-color: #111111;
}

.vjs-loading-spinner {
  border: 2px solid rgba(0, 0, 0, 0.7);
}

/* about
----------------------------------------------- */
.page-about {
  background-color: #000;
  color: #fff;
}
.page-about .about-container {
  display: flex;
}
.page-about .about-contents {
  padding-left: 4vw;
  padding-right: 3vw;
  width: 50%;
}
@media (max-width: 1024px) {
  .page-about .about-contents {
    padding-right: 4vw;
    width: auto;
  }
}
@media (max-width: 767px) {
  .page-about .about-contents {
    padding-left: var(--sm-padding);
    padding-right: var(--sm-padding);
  }
}
.page-about .about-text {
  font-family: "Poppins", sans-serif;
  font-size: 162%;
  font-weight: 200;
  line-height: 1.475;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .page-about .about-text {
    font-size: 147%;
  }
}
.page-about .about-text .replace-slash {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  width: 1.075em;
  vertical-align: middle;
}
.page-about .about-text .replace-slash::after {
  background-color: currentColor;
  content: "";
  height: 0.875em;
  position: absolute;
  left: 0.275em;
  top: 50%;
  width: 1.5px;
  transform: rotate(20deg) translateY(-65%);
}
@media (max-width: 767px) {
  .page-about .about-text .replace-slash::after {
    width: 1px;
  }
}
.page-about .logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 4%;
}
.page-about .logo-list li {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
  width: 30.666%;
}
@media (max-width: 767px) {
  .page-about .logo-list li {
    margin-bottom: 24px;
    width: 48%;
  }
}

/* scenes archive
----------------------------------------------- */
.scenes-archive-title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.scenes-archive-title::before {
  content: "#";
}
@media (max-width: 767px) {
  .scenes-archive-title {
    font-size: 15px;
    position: static;
    left: auto;
    transform: none;
    margin-bottom: 2em;
  }
}
.scenes-archive-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.scenes-archive-container::after {
  height: 100%;
  content: "";
  background-color: #000000;
  left: 50%;
  top: 0;
  position: absolute;
  width: 1px;
}
.scenes-archive-list {
  max-height: 100dvh;
  min-height: 100dvh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 50%;
}
.scenes-archive-list::-webkit-scrollbar {
  display: none;
}
.scenes-archive-list .list-item {
  position: relative;
}
.scenes-archive-list .list-item:last-child {
  margin-bottom: 0;
}
.scenes-archive-list .list-item .item-image {
  display: block;
}
.scenes-archive-list .list-item .item-image img {
  display: block;
  width: 100%;
}
.scenes-archive-list .list-item .item-image a {
  display: block;
}
.scenes-archive-list .list-item .item-video {
  display: block;
  cursor: pointer;
}
.scenes-archive-list .list-item .item-video a {
  display: block;
}
.scenes-archive-list .list-item .item-video a > div {
  pointer-events: none;
}
.scenes-archive-list .list-item .item-video video {
  display: block;
  width: 100%;
}
.scenes-archive-list .list-item .item-text {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 100%;
  letter-spacing: 0.02em;
  padding: 12px 0 50px;
}
@media (max-width: 767px) {
  .scenes-archive-list .list-item .item-text {
    padding: 6px 0 28px;
  }
}
.scenes-archive-list .list-item .item-text.scenes-copy {
  padding-top: 0;
  padding-bottom: 12px;
  position: relative;
  margin-top: -0.7em;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .scenes-archive-list .list-item .item-text.scenes-copy {
    padding-top: 0;
  }
}
.scenes-archive-list .list-item .item-text.scenes-copy .title {
  margin-top: 0;
}
.scenes-archive-list .list-item .item-text .date-text {
  margin-bottom: 0;
}
.scenes-archive-list .list-item .item-text .tags a, .scenes-archive-list .list-item .item-text .tags span {
  display: inline-block;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: top;
}
.scenes-archive-list .list-item .item-text .tags a:last-child, .scenes-archive-list .list-item .item-text .tags span:last-child {
  margin-right: 0;
}
.scenes-archive-list .list-item .item-text .tags a::before, .scenes-archive-list .list-item .item-text .tags span::before {
  content: "#";
}
.scenes-archive-list .list-item .item-text .title {
  font-weight: 500;
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .scenes-archive-list .list-item .item-text .title {
    margin-top: 22px;
  }
}
.scenes-archive-list .list-item .item-text .text {
  margin-top: 12px;
  margin-bottom: 0;
}
.scenes-archive-list .list-item .item-text a {
  display: inline-block;
}
.scenes-archive-list.list-left {
  text-align: right;
}
.scenes-archive-list.list-left .list-item {
  padding-right: 3vw;
}
@media (max-width: 767px) {
  .scenes-archive-list.list-left .list-item {
    padding-right: 0;
  }
}
.scenes-archive-list.list-left .list-item .item-container {
  padding-left: 4vw;
}
@media (max-width: 767px) {
  .scenes-archive-list.list-left .list-item .item-container {
    padding-right: var(--sm-padding);
    padding-left: var(--sm-padding);
  }
}
.scenes-archive-list.list-right .list-item {
  padding-left: 3vw;
}
@media (max-width: 767px) {
  .scenes-archive-list.list-right .list-item {
    padding-left: 0;
  }
}
.scenes-archive-list.list-right .list-item .item-container {
  padding-right: 4vw;
}
@media (max-width: 767px) {
  .scenes-archive-list.list-right .list-item .item-container {
    padding-right: var(--sm-padding);
    padding-left: var(--sm-padding);
  }
}

.scenes-list-slider {
  position: relative;
}
.scenes-list-slider .slide-arrow {
  cursor: pointer;
  top: 0;
  height: 100%;
  position: absolute;
  width: 50px;
  z-index: 10;
}
.scenes-list-slider .slide-arrow:hover {
  cursor: none;
}
@media (max-width: 767px) {
  .scenes-list-slider .slide-arrow {
    height: 30px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.scenes-list-slider .prev-arrow {
  left: 0;
}
@media (max-width: 767px) {
  .scenes-list-slider .prev-arrow {
    background: url("images/arrow_prev_2.svg") no-repeat center center;
    background-size: 16px 16px;
    left: -6px;
  }
}
.scenes-list-slider .next-arrow {
  right: 0;
}
@media (max-width: 767px) {
  .scenes-list-slider .next-arrow {
    background: url("images/arrow_next_2.svg") no-repeat center center;
    background-size: 16px 16px;
    right: -6px;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  pointer-events: none;
  background: url("images/arrow_prev_2.svg") no-repeat center center;
  background-size: 30px 30px;
  transform: translate(-50%, -50%);
  transition: transform 0.05s linear;
  z-index: 9999;
  display: none;
}
.cursor.cursor-next {
  background-image: url("images/arrow_next_2.svg");
}
@media (max-width: 767px) {
  .cursor {
    display: none !important;
  }
}

@keyframes clip_image {
  0% {
    opacity: 0;
    clip-path: inset(70% 0% 0% 0%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes image_scale {
  0% {
    transform: scale(1.4);
  }
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}
.ajax-loading {
  visibility: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ajax-loading.is-show {
  visibility: visible;
}
.ajax-loading .loading-circle {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 0.1em solid #ccc;
  border-top-color: #333;
  animation: spinner 1.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
/* scenes detail
----------------------------------------------- */
.scenes-detail-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .scenes-detail-container {
    display: block;
    padding-left: var(--sm-padding);
    padding-right: var(--sm-padding);
  }
}
.scenes-detail-container::after {
  height: 100%;
  content: "";
  background-color: #000000;
  left: 50%;
  top: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 767px) {
  .scenes-detail-container::after {
    content: none;
  }
}
.scenes-detail-image-list {
  padding-left: 4vw;
  padding-right: 3vw;
  padding-bottom: 120px;
  width: 50%;
  max-height: 100dvh;
  min-height: 100dvh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scenes-detail-image-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .scenes-detail-image-list {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
    width: auto;
  }
}
.scenes-detail-image-list li {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .scenes-detail-image-list li {
    margin-bottom: 2rem;
  }
}
.scenes-detail-image-list li:last-child {
  margin-bottom: 0;
}
.scenes-detail-image-list li .item-image {
  text-align: center;
  width: 100%;
}
.scenes-detail-image-list li .item-image img {
  display: block;
  width: 100%;
}
.scenes-detail-image-list li .item-video video {
  display: block;
  width: 100%;
  height: 100%;
}
.scenes-detail-main {
  padding-left: 3vw;
  padding-right: 4vw;
  padding-bottom: 120px;
  width: 50%;
  padding-top: var(--pc-top-padding);
  max-height: 100dvh;
  min-height: 100dvh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .scenes-detail-main {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
    max-height: none;
    width: auto;
  }
}
.scenes-detail-main .date-title {
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .scenes-detail-main .date-title {
    margin-bottom: 20px;
  }
}
.scenes-detail-main .date-text {
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .scenes-detail-main .date-text {
    margin-bottom: 1.4em;
  }
}
.scenes-detail-main h1 {
  font-size: 100%;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1em;
}
.scenes-detail-main .p-en {
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .scenes-detail-main .p-en {
    margin-bottom: 40px;
  }
}
.scenes-detail-main .p-en .replace-slash {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  width: 1.075em;
  vertical-align: middle;
}
.scenes-detail-main .p-en .replace-slash::after {
  background-color: currentColor;
  content: "";
  height: 0.875em;
  position: absolute;
  left: 0.275em;
  top: 50%;
  width: 0.5px;
  transform: rotate(20deg) translateY(-65%);
}
.scenes-detail-main .sns-link a, .scenes-detail-main .sns-link span {
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: top;
}
.scenes-detail-main .sns-link a:last-child, .scenes-detail-main .sns-link span:last-child {
  margin-right: 0;
}
.scenes-detail-main .sns-link a:not(:last-child)::after, .scenes-detail-main .sns-link span:not(:last-child)::after {
  display: inline-block;
  content: "/";
  margin-left: 5px;
  position: relative;
  transform: scale(0.8);
}
.scenes-detail-main .tags {
  margin-top: 5px;
}
.scenes-detail-main .tags a, .scenes-detail-main .tags span {
  display: inline-block;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: top;
}
.scenes-detail-main .tags a:last-child, .scenes-detail-main .tags span:last-child {
  margin-right: 0;
}
.scenes-detail-main .tags a::before, .scenes-detail-main .tags span::before {
  content: "#";
}
.scenes-detail-main .logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5rem;
  gap: 0 4%;
}
@media (max-width: 767px) {
  .scenes-detail-main .logo-list {
    margin-bottom: 3rem;
  }
}
.scenes-detail-main .logo-list li {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 50px;
  width: 30.666%;
}
@media (max-width: 767px) {
  .scenes-detail-main .logo-list li {
    margin-bottom: 24px;
    width: 48%;
  }
}
.scenes-detail-contact .sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .scenes-detail-contact .sns-list {
    margin-bottom: 1em;
  }
}
.scenes-detail-contact .sns-list li {
  margin-bottom: 2em;
}
.scenes-detail-contact .sns-list li:not(:last-child) {
  margin-right: 3.2em;
}
.scenes-detail-contact .sns-field {
  margin-bottom: 1.6em;
}
.scenes-detail-contact .sns-field a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.scenes-detail-contact .tag-list {
  display: flex;
  flex-wrap: wrap;
}
.scenes-detail-contact .tag-list li {
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  margin: 0 1em 0.5em 0;
}
.scenes-detail-contact .tag-list li:last-child {
  margin-right: 0;
}
.scenes-detail-contact .tag-list li::before {
  content: "#";
}
.scenes-detail-contact .contact-list {
  display: flex;
  flex-wrap: wrap;
}
.scenes-detail-contact .contact-list li {
  margin: 0 1em 0.5em 0;
}
.scenes-detail-contact .contact-list li:last-child {
  margin-right: 0;
}
.scenes-detail-contact .contact-list li a {
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}

/* ==============================================
 Footer
=============================================== */
/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}
/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1024px) {
  html.sp-nav-open,
  body.sp-nav-open {
    overflow: hidden !important;
  }
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* tablet
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* ==============================================
   Layout
  =============================================== */
  /* column
  ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* column
----------------------------------------------- */
@media screen and (max-width: 340px) {
  /* column
  ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
/************************************************
 印刷用
************************************************ */
@media print {
  body {
    zoom: 75%;
  }
}/*# sourceMappingURL=style.css.map */