@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal; }

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal; }

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal; }

.en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.2rem;
  margin-top: 5px; }

html {
  color: #000000;
  background: #fcfaf4; }
  @media screen and (max-width: 768px) {
    html {
      min-width: 100%; } }

@media screen and (max-width: 992px) {
  html, body {
    font-size: 70%; } }
@media screen and (max-width: 768px) {
  html, body {
    width: 100%;
    font-size: 70%; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto;
  font-size: 1.7rem;
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal; }

h1, h2, h3, h4, h5, h6, p, li, ol, dl, dt, dd, a, td, th {
  color: #000000;
  line-height: 1.2; }

p, ul, li, dl, dt, dd, ol, a {
  text-align: justify;
  line-height: 1.8; }
  @media screen and (max-width: 576px) {
    p, ul, li, dl, dt, dd, ol, a {
      font-size: 1.4rem; } }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.is-menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.relative {
  position: relative; }

.xl-block {
  display: none !important; }
  @media screen and (max-width: 1200px) {
    .xl-block {
      display: block !important; } }

@media screen and (max-width: 1200px) {
  .xl-none {
    display: none !important; } }

.lg-block {
  display: none !important; }
  @media screen and (max-width: 992px) {
    .lg-block {
      display: block !important; } }

@media screen and (max-width: 992px) {
  .lg-none {
    display: none !important; } }

.md-block {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .md-block {
      display: block !important; } }

@media screen and (max-width: 768px) {
  .md-none {
    display: none !important; } }

.sm-block {
  display: none !important; }
  @media screen and (max-width: 576px) {
    .sm-block {
      display: block !important; } }

@media screen and (max-width: 576px) {
  .sm-none {
    display: none !important; } }

.container {
  margin: 0 auto;
  width: 1200px;
  padding: 0 50px;
  max-width: 100%; }
  .container.p-lr0 {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 992px) {
    .container {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .container {
      padding-left: 6%;
      padding-right: 6%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container {
      overflow: hidden; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*=====================================================================
共通パーツ
=======================================================================*/
.pt__main {
  padding-top: 210px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .pt__main {
      padding-top: 150px; }
      .pt__main.about__pt {
        padding-top: 30px; } }
  .pt__main.pt__main__philosophy {
    padding-bottom: 0; }

/*=====================================================================
headerの設定
=======================================================================*/
.header__pc {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0; }
  .header__pc .wrap {
    padding: 60px 45px;
    transition: .4s; }
    @media screen and (max-width: 992px) {
      .header__pc .wrap {
        padding: 40px 20px; } }
  @media screen and (max-width: 768px) {
    .header__pc {
      display: none !important; } }
  .header__pc .logo {
    width: 250px;
    filter: brightness(10);
    padding-top: 4px; }
    @media screen and (max-width: 1250px) {
      .header__pc .logo {
        width: 190px; } }
    @media screen and (max-width: 992px) {
      .header__pc .logo {
        width: 120px;
        padding-top: 0; } }
    @media screen and (max-width: 768px) {
      .header__pc .logo {
        width: 120px; } }
    .header__pc .logo.logo__front {
      transition: 1s;
      filter: none; }
      .header__pc .logo.logo__front.scroll {
        opacity: 1;
        transition: 1s; }
  .header__pc a {
    transition: .4s; }
    .header__pc a:hover {
      opacity: .5; }
  .header__pc .nav__menu {
    width: calc(100% - 250px);
    align-items: flex-start; }
    @media screen and (max-width: 992px) {
      .header__pc .nav__menu {
        width: calc(100% - 120px); } }
    @media screen and (max-width: 768px) {
      .header__pc .nav__menu {
        width: calc(100% - 120px); } }
    .header__pc .nav__menu.logo__front a {
      color: #000000 !important; }
    .header__pc .nav__menu.logo__front .icon img {
      filter: unset; }
    .header__pc .nav__menu .icon {
      display: inline-block;
      margin-left: 15px;
      display: flex;
      align-items: center; }
      .header__pc .nav__menu .icon img {
        height: 30px;
        width: auto;
        filter: brightness(10); }
        @media screen and (max-width: 1250px) {
          .header__pc .nav__menu .icon img {
            height: 20px; } }
    .header__pc .nav__menu .ul__nav {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .header__pc .nav__menu .ul__nav li a {
        margin-left: 25px;
        text-align: center;
        position: relative;
        z-index: 900;
        color: #fff;
        font-family: "Shippori Mincho", serif;
        font-weight: 700;
        font-style: normal;
        transition: .4s; }
        @media screen and (max-width: 1250px) {
          .header__pc .nav__menu .ul__nav li a {
            font-size: 1.3rem;
            margin-left: 15px; } }
        @media screen and (max-width: 992px) {
          .header__pc .nav__menu .ul__nav li a {
            margin-left: 10px; } }
  .header__pc .btn__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    transition: .4s;
    margin-top: 5px; }
    @media screen and (max-width: 1250px) {
      .header__pc .btn__wrap {
        margin-top: 20px; } }
    .header__pc .btn__wrap a {
      background: #9f8575;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 1.3rem;
      color: #fff;
      transition: .4s;
      padding: 15px 0px;
      padding-right: 10px;
      text-align: center;
      margin-left: 15px;
      line-height: 1;
      border: 1px solid #9f8575;
      position: relative;
      width: 160px; }
      .header__pc .btn__wrap a.ec {
        padding-right: 3px; }
      .header__pc .btn__wrap a img {
        width: 9px;
        height: auto;
        filter: brightness(10);
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%); }
      .header__pc .btn__wrap a:hover {
        background: #514e48;
        opacity: 1;
        background: #fff;
        color: #9f8575; }
        .header__pc .btn__wrap a:hover img {
          filter: unset; }
  @media screen and (max-width: 1250px) {
    .header__pc .lang select {
      font-size: 1.1rem;
      padding: 0 5px;
      top: -4px; } }
  @media screen and (max-width: 992px) {
    .header__pc .icon {
      position: relative;
      top: 2px; } }
  .header__pc.scroll {
    background: #fcfaf4; }
    .header__pc.scroll .nav__menu {
      align-items: center; }
    .header__pc.scroll .ul__nav a {
      color: #000000 !important; }
    .header__pc.scroll .wrap {
      padding: 25px 45px; }
    @media screen and (max-width: 1250px) {
      .header__pc.scroll .lang {
        padding-top: 7px; } }
    .header__pc.scroll .btn__wrap {
      opacity: 0;
      position: absolute;
      z-index: -1;
      top: 0; }
    .header__pc.scroll * {
      filter: unset !important;
      transition: .4s; }

.header__sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .header__sp {
      display: block; } }
  .header__sp #lang {
    margin-top: 15%;
    color: #fff;
    font-size: 1.3rem; }
    .header__sp #lang a {
      display: inline-block;
      font-size: 1.3rem;
      color: #fff;
      margin: 0 5px; }
      .header__sp #lang a:first-child {
        margin-left: 0; }
  .header__sp .logo {
    width: 45vw;
    position: absolute;
    top: 20px;
    left: 5%;
    z-index: 998; }
    .header__sp .logo img {
      width: 100%; }
  .header__sp .sp__logo {
    width: 150px;
    width: 45vw;
    position: absolute;
    top: 25px;
    left: 5%;
    z-index: 998;
    filter: brightness(10); }
    .header__sp .sp__logo img {
      width: 100%; }

.square__menu {
  /*========= ナビゲーションのためのCSS ===============*/
  /*========= ボタンのためのCSS ===============*/
  /*========= ボタンのためのCSS end===============*/ }
  .square__menu #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #514e48;
    /*動き*/
    transition: all .3s;
    overflow-y: scroll;
    /*アクティブクラスがついたら透過なしにして最前面へ*/ }
    .square__menu #g-nav .sp__logo {
      width: 160px; }
    .square__menu #g-nav #g-nav-list {
      /*ナビゲーションの縦スクロール*/
      right: -100%;
      /*ナビの数が増えた場合縦スクロール*/
      position: fixed;
      z-index: 999;
      width: 100%;
      height: 100vh;
      /*表示する高さ*/
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      transition: .5s; }
    .square__menu #g-nav #cover {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: -100;
      display: none; }
    .square__menu #g-nav.panelactive {
      opacity: 1;
      z-index: 999; }
      .square__menu #g-nav.panelactive #g-nav-list {
        right: 0; }
        .square__menu #g-nav.panelactive #g-nav-list li {
          opacity: 1;
          transition: .8s;
          top: 0; }
        .square__menu #g-nav.panelactive #g-nav-list .sns {
          opacity: 1;
          transition: .8s; }
      .square__menu #g-nav.panelactive #cover {
        display: block;
        z-index: 900; }
  .square__menu .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    /*×に変化*/ }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn {
        width: 70px;
        height: 70px;
        top: 0px;
        right: 2%; } }
    .square__menu .openbtn span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 25px;
      height: 6px;
      width: 50px;
      background-image: url("../img/icon-nav.svg"); }
      @media screen and (max-width: 768px) {
        .square__menu .openbtn span {
          width: 30px; } }
  .square__menu .openbtn span:nth-of-type(1) {
    top: 35px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn span:nth-of-type(1) {
        top: 26px; } }
  .square__menu .openbtn span:nth-of-type(2) {
    top: 50px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn span:nth-of-type(2) {
        top: 35px; } }
  .square__menu .openbtn span:nth-of-type(3) {
    top: 65px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn span:nth-of-type(3) {
        top: 44px; } }
  .square__menu .openbtn.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
    width: 50px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn.active span:nth-of-type(1) {
        top: 28px;
        left: 25px;
        transform: translateY(6px) rotate(-45deg);
        width: 30px;
        filter: brightness(10) !important; } }
  .square__menu .openbtn.active span:nth-of-type(2) {
    opacity: 0; }
  .square__menu .openbtn.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
    width: 50px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn.active span:nth-of-type(3) {
        top: 40px;
        left: 25px;
        transform: translateY(-6px) rotate(45deg);
        width: 30px;
        filter: brightness(10) !important; } }
  .square__menu #g-nav-list {
    padding: 130px 12% 0;
    background: #514e48;
    height: auto;
    transition: 1s; }
    .square__menu #g-nav-list ul {
      width: 100%;
      position: static;
      top: unset;
      left: unset;
      transform: unset; }
      .square__menu #g-nav-list ul li {
        margin-bottom: 5vw;
        opacity: 0;
        position: relative;
        top: -5px; }
        .square__menu #g-nav-list ul li a {
          font-size: 5vw;
          text-align: left;
          color: #fff;
          transition: .4s; }
          .square__menu #g-nav-list ul li a:hover {
            opacity: .5; }
    .square__menu #g-nav-list .bottom {
      width: 100%; }
      .square__menu #g-nav-list .bottom img {
        filter: brightness(10); }
      .square__menu #g-nav-list .bottom .top {
        margin-top: 15%; }
        .square__menu #g-nav-list .bottom .top a {
          display: inline-block;
          width: 9%;
          margin-right: 5%; }
      .square__menu #g-nav-list .bottom .d-flex .left, .square__menu #g-nav-list .bottom .d-flex .right {
        width: 48%; }
        .square__menu #g-nav-list .bottom .d-flex .left a, .square__menu #g-nav-list .bottom .d-flex .right a {
          background: #9f8575;
          font-family: "Noto Sans JP", sans-serif;
          font-optical-sizing: auto;
          font-weight: 700;
          font-style: normal;
          font-size: 1.3rem;
          color: #fff;
          transition: .4s;
          padding: 15px 0px;
          padding-right: 10px;
          text-align: center;
          line-height: 1;
          border: 1px solid #9f8575;
          position: relative;
          width: 160px;
          margin-top: 15%; }
          .square__menu #g-nav-list .bottom .d-flex .left a img, .square__menu #g-nav-list .bottom .d-flex .right a img {
            width: 9px;
            height: auto;
            filter: brightness(10);
            position: absolute;
            top: 50%;
            right: 12px;
            transform: translateY(-50%); }
          .square__menu #g-nav-list .bottom .d-flex .left a:hover, .square__menu #g-nav-list .bottom .d-flex .right a:hover {
            background: #514e48;
            opacity: 1;
            background: #fff;
            color: #9f8575; }
            .square__menu #g-nav-list .bottom .d-flex .left a:hover img, .square__menu #g-nav-list .bottom .d-flex .right a:hover img {
              filter: unset; }

/*=====================================================================
header end
=======================================================================*/
/*=====================================================================
footer
=======================================================================*/
footer {
  width: 100%;
  background: #514e48; }
  footer .wrap {
    padding: 60px 45px; }
    @media screen and (max-width: 992px) {
      footer .wrap {
        padding: 60px 20px; } }
    @media screen and (max-width: 768px) {
      footer .wrap {
        padding: 0 6%;
        padding-top: 40px;
        padding-bottom: 35px; } }
  footer * {
    color: #fcfaf4;
    font-size: 1.4rem;
    line-height: 1.5; }
    @media screen and (max-width: 1250px) {
      footer * {
        font-size: 1.3rem; } }
  footer .left {
    width: 400px; }
    @media screen and (max-width: 768px) {
      footer .left {
        width: 100%; }
        footer .left .mb30 {
          margin-bottom: 10px; } }
  footer .right {
    width: calc(100% - 400px);
    padding-top: 58px; }
    @media screen and (max-width: 768px) {
      footer .right {
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0px;
        margin-bottom: 0px; } }
  @media screen and (max-width: 768px) {
    footer .column-reverse {
      flex-flow: column-reverse; } }
  footer .bb__line {
    display: none; }
    @media screen and (max-width: 768px) {
      footer .bb__line {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: relative;
        margin-bottom: 20px;
        margin-top: 15px; }
        footer .bb__line:before {
          content: url("../img/icon-b-left.svg");
          position: absolute;
          bottom: -7px;
          left: -2px;
          width: 25px;
          height: auto;
          filter: brightness(10); }
        footer .bb__line:after {
          content: url("../img/icon-b-right.svg");
          position: absolute;
          bottom: -6px;
          right: -2px;
          width: 25px;
          height: auto;
          filter: brightness(10); } }
  @media screen and (max-width: 768px) {
    footer .d-flex {
      justify-content: flex-start; }
      footer .d-flex li {
        margin-right: 40px;
        text-align: left; }
        footer .d-flex li:first-child {
          width: 100%; }
      footer .d-flex a {
        margin-bottom: 10px;
        text-align: left;
        font-size: 1.5rem; }
      footer .d-flex .right {
        margin-top: 20px; } }
  footer a:hover {
    transition: .2s;
    color: #b5b5b5; }
  footer nav ul li {
    margin-right: 15px; }
    footer nav ul li:nth-last-child(-n+2) a {
      font-size: 1.2rem;
      margin-top: 3px; }
    footer nav ul li:nth-last-child(2) {
      margin-left: 10px; }
      @media screen and (max-width: 768px) {
        footer nav ul li:nth-last-child(2) {
          margin-left: 3px; } }
    footer nav ul li:last-child {
      margin: 0; }
  footer .copyright {
    background: #9f8575;
    padding: 20px 0; }
    @media screen and (max-width: 768px) {
      footer .copyright {
        padding: 40px 0; } }
    footer .copyright p {
      text-align: center;
      font-size: 1.3rem;
      color: #fff; }

#page-top {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  padding: 25px;
  background: #9f8575;
  cursor: pointer;
  transition: .4s;
  border: 1px solid #9f8575;
  border-right: 0; }
  #page-top img {
    width: auto;
    height: 20px;
    filter: brightness(10);
    position: relative;
    top: -5px;
    margin-left: 10px; }
  #page-top p {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: .4rem;
    transition: .4s; }
  #page-top:hover {
    background: #fff; }
    #page-top:hover p {
      color: #9f8575; }
    #page-top:hover img {
      filter: unset; }
  @media screen and (max-width: 768px) {
    #page-top {
      padding: 10px; }
      #page-top p {
        font-size: 1.2rem;
        letter-spacing: .1rem; }
      #page-top img {
        top: -3px;
        height: 15px; } }

/*=====================================================================
footer end
=======================================================================*/
.pl__main {
  padding-left: 260px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .pl__main {
      padding-left: 6%; } }
  .pl__main .side {
    position: absolute;
    top: 0;
    left: 50px; }
    @media screen and (max-width: 768px) {
      .pl__main .side {
        position: unset;
        margin-bottom: 50px; } }
    .pl__main .side h2 {
      writing-mode: vertical-lr;
      -ms-writing-mode: tb-rl;
      font-size: 6.2rem;
      height: 600px;
      color: #9f8575; }
      @media screen and (max-width: 768px) {
        .pl__main .side h2 {
          font-size: 7vw;
          height: auto;
          writing-mode: unset;
          -ms-writing-mode: unset; }
          .pl__main .side h2 span {
            font-size: 4.8vw;
            margin-left: 5px; } }

main {
  padding-bottom: 140px; }

/*=====================================================================
TOP
=======================================================================*/
main#front {
  padding-top: 100vh;
  padding-bottom: 0; }
  main#front .mv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url("../img/top-mv.webp");
    background-position: top;
    background-size: cover; }
    main#front .mv img {
      width: 400px;
      height: auto; }
    main#front .mv .bottom {
      position: fixed;
      left: 0;
      bottom: 0;
      background: #fcfaf4;
      padding: 5px 0;
      padding-left: 50px;
      height: 70px; }
      @media screen and (max-width: 992px) {
        main#front .mv .bottom {
          display: none; } }
      main#front .mv .bottom span {
        display: block;
        font-size: 1.6rem;
        color: #9f8575; }
      main#front .mv .bottom:after {
        content: "";
        position: absolute;
        right: -70px;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 0 0 70px;
        border-color: transparent transparent transparent #fcfaf4; }
  main#front .main {
    background: #fcfaf4;
    overflow: hidden; }
  main#front .block {
    padding-bottom: 130px; }
    @media screen and (max-width: 992px) {
      main#front .block {
        padding: 0;
        padding-bottom: 100px; } }
    main#front .block .left {
      width: 300px; }
      @media screen and (max-width: 1200px) {
        main#front .block .left {
          width: 150px; } }
      @media screen and (max-width: 992px) {
        main#front .block .left {
          width: 100%; } }
    main#front .block .right {
      width: calc(100% - 300px); }
      @media screen and (max-width: 1200px) {
        main#front .block .right {
          width: calc(100% - 150px); } }
      @media screen and (max-width: 992px) {
        main#front .block .right {
          width: 100%; } }
  main#front .head {
    position: absolute;
    top: 0;
    left: 50px; }
    @media screen and (max-width: 768px) {
      main#front .head {
        position: static;
        margin-bottom: 30px; } }
    main#front .head h2 {
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      height: 200px;
      font-size: 6.2rem;
      height: 300px;
      color: #9f8575; }
      main#front .head h2 span {
        display: block;
        font-size: 2.8rem;
        margin-left: 10px;
        color: #9f8575; }
      @media screen and (max-width: 768px) {
        main#front .head h2 {
          font-size: 7vw;
          writing-mode: unset;
          -ms-writing-mode: unset;
          height: auto; }
          main#front .head h2 span {
            font-size: 4.8vw;
            margin-left: 5px; } }
  main#front .copy h2 {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    height: 730px;
    font-size: 8.3rem;
    transform: translateX(-50%);
    position: relative;
    left: 50%; }
    main#front .copy h2 span {
      font-size: 8.3rem;
      color: #9f8575; }
    main#front .copy h2 span.en {
      display: block;
      font-size: 2.8rem;
      margin-left: 10px;
      color: #9f8575; }
    @media screen and (max-width: 768px) {
      main#front .copy h2 {
        height: 99vw; }
        main#front .copy h2 span {
          font-size: 11vw; }
        main#front .copy h2 span.en {
          font-size: 4.8vw;
          margin-left: 5px; } }
  main#front .copy .top {
    position: relative;
    padding-top: 180px; }
    @media screen and (max-width: 768px) {
      main#front .copy .top {
        padding-top: 100px; } }
    main#front .copy .top .p1 {
      position: absolute;
      right: 30px;
      bottom: 40px;
      width: 30%; }
      @media screen and (max-width: 768px) {
        main#front .copy .top .p1 {
          position: static;
          width: 100%;
          margin: 100px 0 80px; } }
    main#front .copy .top .img {
      position: absolute;
      left: 30px;
      bottom: 90px;
      width: 25%; }
      @media screen and (max-width: 768px) {
        main#front .copy .top .img {
          position: relative;
          width: 114%;
          bottom: unset;
          left: -7%; } }
  main#front .copy h3 {
    font-size: 3rem;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      main#front .copy h3 {
        font-size: 2.5rem; } }
  @media screen and (max-width: 768px) {
    main#front .copy .img-1 {
      padding-top: 57%;
      position: relative; }
      main#front .copy .img-1 img.md-block {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover; } }
  main#front .copy .wrap {
    position: relative; }
    main#front .copy .wrap .d-flex {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        main#front .copy .wrap .d-flex {
          margin-top: 0; } }
    main#front .copy .wrap .left, main#front .copy .wrap .right {
      width: 48%; }
      @media screen and (max-width: 768px) {
        main#front .copy .wrap .left, main#front .copy .wrap .right {
          width: 100%; } }
    main#front .copy .wrap img.img {
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        main#front .copy .wrap img.img {
          width: 114%;
          max-width: 114%;
          position: relative;
          left: -7%;
          margin-bottom: 50px; } }
    main#front .copy .wrap p {
      width: 85%;
      text-align: justify;
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        main#front .copy .wrap p {
          width: 100%;
          margin-bottom: 55px; } }
    @media screen and (max-width: 768px) {
      main#front .copy .wrap .mt60 {
        margin-top: 0; }
        main#front .copy .wrap .mt60 a {
          margin-top: 0; } }
  @media screen and (max-width: 768px) {
    main#front .copy .btn {
      text-align: center !important; } }
  main#front .copy .btn:hover img {
    right: 20px; }
  main#front .content__1 {
    background: #fff;
    padding: 105px 0; }
    main#front .content__1 ul {
      margin-bottom: 25px; }
      main#front .content__1 ul li {
        border-bottom: 1px solid #9f8575; }
        main#front .content__1 ul li * {
          font-size: 1.7rem; }
        main#front .content__1 ul li .date {
          width: 185px;
          transition: .4s; }
          @media screen and (max-width: 1100px) {
            main#front .content__1 ul li .date {
              width: 100%; } }
        main#front .content__1 ul li .title {
          width: calc(100% - 235px);
          padding-left: 15px;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 1100px) {
            main#front .content__1 ul li .title {
              width: 100%;
              padding-left: 0; } }
        main#front .content__1 ul li h3 {
          line-height: 1.5;
          transition: .4s; }
          @media screen and (max-width: 1100px) {
            main#front .content__1 ul li h3 {
              margin-top: 10px; } }
        main#front .content__1 ul li span {
          background: #b5b5b5;
          color: #fff;
          font-size: 1.5rem;
          display: inline;
          margin-left: 15px;
          padding: 0px 2px;
          text-align: center;
          transition: .4s; }
      main#front .content__1 ul a {
        padding: 35px 25px;
        position: relative;
        transition: .4s; }
        @media screen and (max-width: 768px) {
          main#front .content__1 ul a {
            padding: 20px 0;
            padding-right: 40px; } }
        main#front .content__1 ul a:hover h3, main#front .content__1 ul a:hover .date {
          opacity: .5; }
        main#front .content__1 ul a:hover .svg__right {
          right: 30px; }
      main#front .content__1 ul .svg__right {
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        transition: .4s; }
        @media screen and (max-width: 768px) {
          main#front .content__1 ul .svg__right {
            right: 0px; } }
    main#front .content__1 .tr a {
      display: inline-block;
      font-size: 1.4rem;
      position: relative;
      right: 40px;
      color: #9f8575;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal; }
      @media screen and (max-width: 768px) {
        main#front .content__1 .tr a {
          right: 0px; } }
      main#front .content__1 .tr a .svg__right {
        position: relative;
        right: 0;
        transition: .4s; }
      main#front .content__1 .tr a:hover {
        color: #b5b5b5;
        transition: .2s; }
        main#front .content__1 .tr a:hover .svg__right {
          right: -6px; }
  main#front .content__2 {
    padding-top: 180px; }
    @media screen and (max-width: 768px) {
      main#front .content__2 {
        padding-top: 50px; } }
    main#front .content__2 iframe {
      position: relative;
      z-index: 10; }
  main#front .top-obj-1 {
    position: absolute;
    top: 80px;
    right: -225px;
    width: 325px;
    height: auto;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      main#front .top-obj-1 {
        top: 20px;
        right: -20vw;
        width: 45vw; } }
  main#front .top-obj-2 {
    position: absolute;
    top: -146px;
    left: -210px;
    width: 475px;
    height: auto;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      main#front .top-obj-2 {
        display: none; } }
  main#front .top-obj-2-2 {
    display: none; }
    @media screen and (max-width: 768px) {
      main#front .top-obj-2-2 {
        display: block;
        position: absolute;
        top: 30vw;
        left: -5vw;
        width: 43vw;
        height: auto;
        z-index: 10; } }
  main#front .top-obj-3 {
    position: absolute;
    top: -243px;
    right: -175px;
    width: 600px;
    height: auto; }
    @media screen and (max-width: 768px) {
      main#front .top-obj-3 {
        display: none; } }
  main#front .top-obj-3-2 {
    display: none; }
    @media screen and (max-width: 768px) {
      main#front .top-obj-3-2 {
        display: block;
        position: absolute;
        top: -8vw;
        right: -12vw;
        width: 65vw;
        height: auto;
        z-index: 10; } }

main#front .svg__right svg {
  width: auto;
  height: 15px;
  position: relative;
  top: 2px;
  margin-left: 15px; }
main#front .svg__right .cls-1 {
  fill-rule: evenodd; }
main#front .svg__right .cls-1, main#front .svg__right .cls-2 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10; }

.link__nav {
  padding-bottom: 130px; }
  .link__nav li {
    width: 28%;
    height: auto; }
    @media screen and (max-width: 1050px) {
      .link__nav li {
        width: 32%; } }
    @media screen and (max-width: 920px) {
      .link__nav li {
        width: 100%;
        margin-bottom: 20px; } }
  .link__nav * {
    color: #fff; }
  .link__nav a {
    border: 1px solid;
    padding: 15px 25px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    line-height: 1.3;
    transition: .4s;
    position: relative; }
    .link__nav a:hover:after {
      filter: unset; }
    .link__nav a:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px;
      width: 18px;
      height: auto;
      filter: brightness(10); }
    .link__nav a span {
      display: block;
      font-size: 1.5rem; }
    .link__nav a.btn-1 {
      background: #59855e;
      border-color: #59855e; }
      .link__nav a.btn-1:after {
        content: url("../img/btn-1.svg"); }
      .link__nav a.btn-1:hover {
        background: #fff;
        color: #59855e; }
        .link__nav a.btn-1:hover div {
          color: #59855e; }
        .link__nav a.btn-1:hover span {
          color: #59855e; }
    .link__nav a.btn-2 {
      background: #2b76a4;
      border-color: #2b76a4; }
      .link__nav a.btn-2:after {
        content: url("../img/btn-2.svg"); }
      .link__nav a.btn-2:hover {
        background: #fff;
        color: #2b76a4; }
        .link__nav a.btn-2:hover div {
          color: #2b76a4; }
        .link__nav a.btn-2:hover span {
          color: #2b76a4; }
    .link__nav a.btn-3 {
      background: #813850;
      border-color: #813850; }
      .link__nav a.btn-3:after {
        content: url("../img/btn-3.svg"); }
      .link__nav a.btn-3:hover {
        background: #fff;
        color: #813850; }
        .link__nav a.btn-3:hover span {
          color: #813850; }
    @media screen and (max-width: 768px) {
      .link__nav a {
        margin: 5px; } }

/*=====================================================================
TOP end
=======================================================================*/
/*=====================================================================
固定ページの共通設定
=======================================================================*/
.cat_list {
  position: absolute;
  top: -80px;
  left: 250px; }
  @media screen and (max-width: 768px) {
    .cat_list {
      position: unset;
      margin-bottom: 40px; } }
  .cat_list ul li {
    flex-wrap: wrap;
    font-size: 1.4rem; }
    .cat_list ul li a {
      margin: 0 10px 15px;
      position: relative;
      transition: .4s; }
      .cat_list ul li a:hover {
        opacity: .5; }

.select_month {
  margin-left: 20px; }
  .select_month select {
    -webkit-appearance: none;
    appearance: none;
    background: unset;
    border: 1px solid #000000;
    height: 23px;
    border-radius: 5px;
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    top: -1px;
    padding: 0 5px; }

.lang {
  margin-left: 20px; }
  .lang select {
    background: #fff;
    height: 25px;
    border-radius: 5px;
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    top: 2px;
    padding: 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal; }

.tag a {
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
  display: inline-block; }
.tag a.all {
  background: #514e48; }

@media screen and (max-width: 576px) {
  .list__loop .container {
    padding-left: 0%;
    padding-right: 0%; }
    .list__loop .container h3, .list__loop .container .tag {
      padding-left: 6%;
      padding-right: 6%; } }
@media screen and (max-width: 768px) {
  .list__loop ul.d-flex.j-c-start {
    justify-content: space-between; } }
.list__loop li {
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 45px; }
  .list__loop li:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .list__loop li {
      width: 48%;
      margin-right: 0; } }
  @media screen and (max-width: 576px) {
    .list__loop li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 45px; } }
  .list__loop li h3 {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.5; }
  .list__loop li .date {
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.3; }
    .list__loop li .date span {
      font-size: 1.5rem;
      display: inline;
      padding: 0px 4px;
      text-align: center; }
  .list__loop li img {
    width: 100%;
    transform: scale(1);
    transition: .3s ease-in-out; }
  .list__loop li .zoom__wrap {
    overflow: hidden;
    position: relative; }
    .list__loop li .zoom__wrap img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      height: 100%; }
    .list__loop li .zoom__wrap:before {
      content: "";
      padding-top: 66%;
      display: block; }
  .list__loop li a:hover h3, .list__loop li a:hover .date {
    transition: .4s;
    opacity: .5; }
  .list__loop li a:hover .zoom__wrap img {
    transform: scale(1.1); }

/*=====================================================================
固定ページの共通設定 end
=======================================================================*/
/*=====================================================================
固定ページの個別設定
=======================================================================*/
#about .mv h1 {
  height: 460px; }
  @media screen and (max-width: 768px) {
    #about .mv h1 {
      height: 70vw;
      top: 54%; } }
#about .head {
  position: absolute;
  top: 0;
  left: 50px; }
  @media screen and (max-width: 768px) {
    #about .head {
      left: 5%;
      position: static; } }
  #about .head h2 {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    font-size: 6.2rem;
    height: 470px;
    width: auto;
    color: #9f8575; }
    #about .head h2 span {
      display: block;
      font-size: 2.8rem;
      margin-left: 10px;
      color: #9f8575; }
    @media screen and (max-width: 768px) {
      #about .head h2 {
        font-size: 7vw;
        height: 90vw;
        margin-bottom: 70px; }
        #about .head h2 span {
          font-size: 4.8vw;
          margin-left: 5px; } }
  #about .head h3 {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 3.7rem;
    height: 470px;
    width: auto;
    color: #9f8575; }
    @media screen and (max-width: 768px) {
      #about .head h3 {
        font-size: 7vw;
        writing-mode: unset;
        -ms-writing-mode: unset;
        height: auto;
        margin-bottom: 40px; } }
#about .block {
  padding-bottom: 180px; }
  @media screen and (max-width: 768px) {
    #about .block {
      padding-bottom: 100px; } }
  #about .block h4 {
    font-size: 3rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #about .block h4 {
        font-size: 6vw; } }
  #about .block .img {
    width: 45%; }
    @media screen and (max-width: 768px) {
      #about .block .img {
        width: 100%;
        margin-bottom: 0px; } }
  #about .block .text {
    width: 49%; }
    @media screen and (max-width: 768px) {
      #about .block .text {
        width: 100%;
        margin-bottom: 30px; } }
#about .list {
  margin-bottom: 130px; }
  @media screen and (max-width: 768px) {
    #about .list .d-flex {
      justify-content: center; }
      #about .list .d-flex li {
        margin-bottom: 20px; }
      #about .list .d-flex a {
        font-size: 1.8rem; }
        #about .list .d-flex a .icon-bottom {
          display: none; } }
  #about .list li {
    border-bottom: 2px solid #9f8575; }
    #about .list li a {
      font-size: 1.7rem;
      display: inline-flex;
      position: relative;
      height: 38px;
      transition: .4s; }
      #about .list li a:hover {
        opacity: .5; }
      #about .list li a .icon-bottom {
        position: absolute;
        top: 14px;
        left: -20px;
        width: 9px;
        height: 7px; }
      #about .list li a:before {
        content: url("../img/icon-b-left.svg");
        position: absolute;
        bottom: -2px;
        left: -2px;
        width: 19px;
        height: 21px; }
        @media screen and (max-width: 768px) {
          #about .list li a:before {
            height: 25px; } }
      #about .list li a:after {
        content: url("../img/icon-b-right.svg");
        position: absolute;
        bottom: -1px;
        right: -2px;
        width: 19px;
        height: 21px; }
        @media screen and (max-width: 768px) {
          #about .list li a:after {
            height: 25px; } }
  #about .list .nav1 {
    width: 41px;
    margin-left: 10px;
    position: relative;
    top: -4px; }
  #about .list .nav2 {
    width: 38px;
    margin-left: 10px;
    position: relative;
    top: -4px; }
  #about .list .nav3 {
    width: 34px;
    margin-left: 10px;
    position: relative;
    top: -4px; }
  #about .list .nav4 {
    width: 37px;
    margin-left: 10px;
    position: relative;
    top: -4px; }
#about .content1 .p1 {
  width: 65%; }
  @media screen and (max-width: 768px) {
    #about .content1 .p1 {
      width: 100%;
      position: relative;
      z-index: 2; } }
#about .content1 .top-obj-1 {
  position: absolute;
  top: 329px;
  right: -155px;
  width: 325px;
  height: auto;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    #about .content1 .top-obj-1 {
      top: 70vw;
      right: -16vw;
      width: 50vw;
      z-index: 1; } }
#about .content1 .bb__line {
  text-align: right; }
  @media screen and (max-width: 768px) {
    #about .content1 .bb__line {
      margin-top: 30px; }
      #about .content1 .bb__line a:before, #about .content1 .bb__line a:after {
        height: 24px; } }
@media screen and (max-width: 768px) {
  #about .content1 .mb70 {
    position: absolute;
    top: 0;
    right: 0;
    width: 69%;
    height: 90vw;
    object-fit: cover; } }
@media screen and (max-width: 768px) {
  #about .about-5 {
    position: relative;
    left: -7%; } }
#about .obj-2 {
  position: absolute;
  top: -150px;
  left: 140px;
  width: 240px;
  height: auto; }
  @media screen and (max-width: 768px) {
    #about .obj-2 {
      position: absolute;
      top: 7vw;
      left: -12vw;
      width: 37vw;
      height: auto;
      transform: rotate(45deg); } }
#about .obj-3 {
  position: absolute;
  top: -250px;
  right: -10px;
  width: 200px;
  height: auto; }
#about .obj-3-2 {
  display: none; }
  @media screen and (max-width: 768px) {
    #about .obj-3-2 {
      display: block;
      position: absolute;
      top: -8vw;
      right: -6vw;
      width: 35vw;
      height: auto;
      z-index: 10; } }
#about .obj-4 {
  position: absolute;
  top: -160px;
  right: -75px;
  width: 760px;
  height: auto;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    #about .obj-4 {
      transform: rotate(10deg);
      top: -175px; } }
#about .content3 .top {
  padding-bottom: 70px; }
  #about .content3 .top .left {
    width: 63%;
    padding-left: 85px;
    padding-top: 90px; }
    @media screen and (max-width: 768px) {
      #about .content3 .top .left {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 30px; } }
  #about .content3 .top .right {
    width: 32%; }
    @media screen and (max-width: 768px) {
      #about .content3 .top .right {
        width: 100%; } }
#about .content3 .wrap .left {
  width: 40%; }
  @media screen and (max-width: 768px) {
    #about .content3 .wrap .left {
      width: 100%; } }
#about .content3 .wrap .right {
  width: 51%;
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    #about .content3 .wrap .right {
      width: 100%; } }
  #about .content3 .wrap .right img {
    width: 700px;
    max-width: 700px; }
    @media screen and (max-width: 768px) {
      #about .content3 .wrap .right img {
        max-width: 100%; } }
@media screen and (max-width: 768px) {
  #about .content4 .text {
    position: relative;
    z-index: 10; } }
#about .course {
  margin-top: 50px; }
  #about .course li {
    width: 32%;
    background: #fff;
    border: 1px solid #c5d0d9;
    padding: 25px 40px;
    margin-bottom: 2%; }
    @media screen and (max-width: 768px) {
      #about .course li {
        width: 48%;
        padding-left: 6%;
        padding-right: 6%;
        margin-bottom: 6%; }
        #about .course li:nth-child(4), #about .course li:nth-child(5), #about .course li:nth-child(6) {
          display: none; } }
    @media screen and (max-width: 768px) {
      #about .course li {
        width: 100%; } }
    #about .course li span {
      text-align: center;
      font-size: 1.2rem;
      display: block;
      margin-bottom: 15px; }
    #about .course li h4 {
      font-size: 2rem;
      text-align: center;
      margin-bottom: 20px; }
    #about .course li img {
      margin-bottom: 15px; }
    #about .course li p {
      line-height: 1.5; }
    #about .course li .p1 {
      font-size: 1.6rem;
      margin-bottom: 15px; }
    #about .course li .p2 {
      font-size: 1.5rem;
      color: #9f8575; }
#about .movie {
  margin-top: 160px;
  padding-bottom: 20px; }
  #about .movie h3 {
    font-size: 3rem;
    color: #9f8575;
    margin-bottom: 50px; }
  #about .movie .d-flex {
    margin-bottom: 2%; }
    @media screen and (max-width: 768px) {
      #about .movie .d-flex {
        margin-bottom: 0; } }
    #about .movie .d-flex li {
      width: 32%;
      margin-bottom: 2%;
      margin-right: 2%; }
      #about .movie .d-flex li .youtube_wrap {
        padding-top: 56.25%;
        width: 100%;
        position: relative; }
        #about .movie .d-flex li .youtube_wrap iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          max-width: 100%; }
      #about .movie .d-flex li:nth-child(3n) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        #about .movie .d-flex li {
          width: 48%;
          margin-bottom: 4%;
          margin-right: 4%; }
          #about .movie .d-flex li:nth-child(3n) {
            margin-right: 4%; }
          #about .movie .d-flex li:nth-child(2n) {
            margin-right: 0; } }
      @media screen and (max-width: 576px) {
        #about .movie .d-flex li {
          width: 100%;
          margin-bottom: 3%;
          margin-right: 0; }
          #about .movie .d-flex li:nth-child(3n) {
            margin-right: 0; }
          #about .movie .d-flex li:nth-child(2), #about .movie .d-flex li:nth-child(3), #about .movie .d-flex li:nth-child(4), #about .movie .d-flex li:nth-child(5), #about .movie .d-flex li:nth-child(6) {
            display: none; } }
  #about .movie .bb__line {
    margin-top: 200px; }
    #about .movie .bb__line a {
      font-size: 3rem; }
      #about .movie .bb__line a span {
        font-size: 3rem; }
      #about .movie .bb__line a:before, #about .movie .bb__line a:after {
        height: 37px; }
        @media screen and (max-width: 768px) {
          #about .movie .bb__line a:before, #about .movie .bb__line a:after {
            height: 42px; } }
      #about .movie .bb__line a .icon-right {
        height: 20px;
        margin-left: 15px;
        top: -12px; }
@media screen and (max-width: 768px) {
  #about .mt30 {
    margin-top: 0; } }

.bb__line a {
  font-size: 1.8rem;
  position: relative;
  border-bottom: 2px solid #9f8575;
  display: inline-block;
  padding-bottom: 5px;
  transition: .4s; }
  .bb__line a span {
    font-size: 1.8rem;
    transition: .4s; }
  .bb__line a:before {
    content: url("../img/icon-b-left.svg");
    position: absolute;
    bottom: -1px;
    left: -2px;
    width: 19px;
    height: 21px; }
  .bb__line a:after {
    content: url("../img/icon-b-right.svg");
    position: absolute;
    bottom: 0px;
    right: -2px;
    width: 19px;
    height: 21px; }
  .bb__line a:hover span {
    opacity: .5; }
  .bb__line a:hover .icon-right {
    opacity: 1;
    right: -5px; }
.bb__line .icon-right {
  display: inline-block;
  height: 15px;
  width: auto;
  margin-left: 10px;
  position: relative;
  top: -7px;
  right: 0px;
  transition: .4s; }

#history .list ul {
  position: relative; }
  #history .list ul li {
    width: 210px;
    position: relative;
    margin-bottom: 180px; }
    @media screen and (max-width: 768px) {
      #history .list ul li {
        width: 32%; } }
    #history .list ul li .balloon1 {
      position: relative;
      display: inline-block;
      padding: 22px 10px;
      min-width: 210px;
      max-width: 100%;
      background: #fcfaf4;
      border: solid 1px #9f8575;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #history .list ul li .balloon1 {
          padding: 15px 0;
          min-width: 100%; } }
    #history .list ul li .balloon1:before {
      content: "";
      position: absolute;
      bottom: -29px;
      left: 50%;
      transform: translateX(-50%);
      border: 10px solid transparent;
      border-top: 20px solid #fcfaf4;
      z-index: 2; }
    #history .list ul li .balloon1:after {
      content: "";
      position: absolute;
      bottom: -31px;
      left: 50%;
      transform: translateX(-50%);
      border: 10px solid transparent;
      border-top: 20px solid #9f8575;
      z-index: 1; }
    #history .list ul li .balloon1 p {
      margin: 0;
      padding: 0;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #history .list ul li .balloon1 p {
          line-height: 1.4;
          font-size: 1.2rem; } }
    #history .list ul li .circle {
      width: 38px;
      height: 38px;
      border: 1px solid #9f8575;
      border-radius: 50%;
      background: #fcfaf4;
      position: absolute;
      bottom: -57px;
      left: 50%;
      transform: translateX(-50%); }
    #history .list ul li span {
      display: block;
      text-align: center;
      font-size: 2rem;
      color: #9f8575;
      position: absolute;
      bottom: -100px;
      left: 50%;
      transform: translateX(-50%); }
#history .list .line {
  width: 100vw;
  height: 1px;
  background: #9f8575;
  position: absolute;
  top: 114px;
  left: 100px;
  z-index: -1; }
#history h2 {
  font-size: 3.7rem;
  color: #9f8575;
  margin-bottom: 35px;
  position: relative;
  left: -160px; }
  @media screen and (max-width: 768px) {
    #history h2 {
      position: static;
      font-size: 2.5rem; } }
  #history h2 .en {
    color: #9f8575;
    font-size: 4.2rem;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      #history h2 .en {
        font-size: 2.5rem;
        margin-right: 15px; } }
#history h3 {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 20px; }
#history h4 {
  font-size: 1.9rem;
  margin-bottom: 15px;
  line-height: 1.5; }
#history img {
  margin-bottom: 20px; }
#history .block {
  padding-left: 200px;
  margin-bottom: 120px; }
  @media screen and (max-width: 768px) {
    #history .block {
      padding-left: 0; } }
#history .content {
  background: #d1c1a2;
  padding: 35px 45px 5px;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    #history .content {
      padding-left: 6%;
      padding-right: 6%; } }
  #history .content .d-flex.j-c-between .left, #history .content .d-flex.j-c-between .right {
    width: 48%;
    background: #d1c1a2 !important;
    margin-top: 0;
    padding: 0;
    margin-bottom: 30px; }
  #history .content .d-flex.j-c-between .left {
    width: 42%; }
    @media screen and (max-width: 768px) {
      #history .content .d-flex.j-c-between .left {
        width: 100%; } }
  #history .content .d-flex.j-c-between .right {
    width: 55%; }
    @media screen and (max-width: 768px) {
      #history .content .d-flex.j-c-between .right {
        width: 100%; } }
#history .d-flex.j-c-between .left, #history .d-flex.j-c-between .right {
  width: 48%;
  background: #d1c1a2;
  padding: 35px 45px;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    #history .d-flex.j-c-between .left, #history .d-flex.j-c-between .right {
      width: 100%;
      margin-bottom: 20px;
      padding-left: 6%;
      padding-right: 6%; } }
#history .d-flex.j-c-between .right {
  background: #acbcc9; }
#history #h3 h5 {
  font-size: 1.8rem;
  margin-bottom: 20px; }
#history #h3 .wrap {
  margin-left: 1.75rem; }
  @media screen and (max-width: 768px) {
    #history #h3 .wrap {
      margin-left: 0; } }

#front .btn, #about .btn, #history .btn, header .btn {
  margin-top: 40px;
  background: #9f8575;
  max-width: 100%;
  min-width: 520px;
  color: #fff;
  display: inline-block;
  padding: 25px 60px;
  text-align: center;
  position: relative;
  font-size: 2.2rem;
  transition: .4s;
  position: relative;
  border: 1px solid #9f8575; }
  @media screen and (max-width: 768px) {
    #front .btn, #about .btn, #history .btn, header .btn {
      width: 100%;
      text-align: left;
      padding: 15px 20px;
      font-size: 1.4rem;
      line-height: 1.5;
      min-width: auto;
      padding-right: 60px; }
      #front .btn small, #about .btn small, #history .btn small, header .btn small {
        display: block; } }
  #front .btn small, #about .btn small, #history .btn small, header .btn small {
    transition: .4s;
    color: #fff; }
  #front .btn img, #about .btn img, #history .btn img, header .btn img {
    height: 30px;
    width: auto;
    position: absolute;
    top: 50%;
    right: 30px;
    transition: .4s;
    transform: translateY(-50%);
    filter: brightness(0) invert(1); }
  #front .btn:hover, #about .btn:hover, #history .btn:hover, header .btn:hover {
    background: #fff;
    color: #9f8575; }
    #front .btn:hover img, #about .btn:hover img, #history .btn:hover img, header .btn:hover img {
      filter: unset; }
    #front .btn:hover small, #about .btn:hover small, #history .btn:hover small, header .btn:hover small {
      color: #9f8575; }
  #front .btn .icon-link-right, #about .btn .icon-link-right, #history .btn .icon-link-right, header .btn .icon-link-right {
    width: 12px;
    height: 12px; }
  #front .btn .icon-right-2, #about .btn .icon-right-2, #history .btn .icon-right-2, header .btn .icon-right-2 {
    height: 18px; }

#about .btn {
  margin-top: 20px; }

#treasure h1 {
  height: 500px;
  left: 50%; }
  @media screen and (max-width: 768px) {
    #treasure h1 {
      height: 360px; } }
#treasure h2 {
  font-size: 3rem;
  margin-bottom: 40px;
  margin-top: 80px; }
#treasure h3 {
  color: #9f8575;
  border-bottom: 1px solid #9f8575;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 10px; }
#treasure .left {
  width: 40%;
  margin-bottom: 40px;
  padding-right: 30px; }
  #treasure .left p {
    margin-left: 15px; }
  #treasure .left a {
    transition: .4s; }
    #treasure .left a:hover {
      opacity: .5; }
  @media screen and (max-width: 992px) {
    #treasure .left {
      width: 100%;
      padding-right: 0; }
      #treasure .left p {
        margin-left: 0; } }
#treasure .right {
  width: 60%;
  margin-bottom: 40px; }
  @media screen and (max-width: 992px) {
    #treasure .right {
      width: 100%; } }
  #treasure .right img {
    height: auto;
    max-height: 142px;
    width: auto; }
    @media screen and (max-width: 768px) {
      #treasure .right img {
        width: 100%;
        max-height: unset; } }
#treasure .p1 {
  font-size: 1.5rem; }

/*=====================================================================
#single・#page
=======================================================================*/
#page .head {
  width: 100%;
  margin-bottom: 175px; }
  @media screen and (max-width: 768px) {
    #page .head {
      margin-bottom: 90px; } }
  #page .head img {
    object-fit: cover;
    height: 260px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #page .head img {
        height: 70px; } }
#page hr {
  border: 0.5px solid #9f8575;
  margin: 40px 0; }
#page .editor h1, #page .editor h2, #page .editor h3, #page .editor h4, #page .editor h5, #page .editor h6 {
  line-height: 1.7; }
#page .editor h2 {
  font-size: 1.9rem;
  margin-bottom: 10px; }
#page .editor h3 {
  font-size: 1.8rem;
  margin-bottom: 25px; }
#page .editor p {
  margin-bottom: 20px; }
#page .editor a {
  transition: .4s; }
  #page .editor a:hover {
    opacity: .5; }
#page .editor .wp-block-button__link {
  background: #9f8575;
  border-radius: 0;
  color: #fff;
  padding: 8px 35px;
  padding-right: 65px;
  text-align: center;
  border: 1px solid #9f8575;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  transition: .4s;
  font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    #page .editor .wp-block-button__link {
      text-align: left;
      width: 100%;
      font-size: 1.4rem; } }
  #page .editor .wp-block-button__link:after {
    content: url("../img/icon-right-2.svg");
    width: 17px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: .4s;
    filter: brightness(0) invert(1); }
  #page .editor .wp-block-button__link:hover {
    opacity: 1;
    background: #fcfaf4;
    color: #9f8575; }
    #page .editor .wp-block-button__link:hover:after {
      right: 20px;
      filter: unset; }
#page .editor .wp-block-buttons > .wp-block-button {
  width: 100%;
  max-width: 550px; }
#page .editor .wp-block-table * {
  border-left: none;
  border-right: none;
  border-color: #9f8575; }
#page .editor .wp-block-table a {
  position: relative;
  transition: .4s; }
  #page .editor .wp-block-table a:after {
    content: url("../img/icon-right.svg");
    width: 17px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: .4s; }
  #page .editor .wp-block-table a:hover:after {
    right: -4px; }
@media screen and (max-width: 992px) {
  #page .editor .wp-block-columns {
    width: 100%;
    display: block; } }
#page .post-nav {
  margin-top: 140px; }
  #page .post-nav * {
    font-size: 3rem;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      #page .post-nav * {
        font-size: 2rem; } }
#page .wp-pagenavi {
  position: relative; }
#page .previouspostslink, #page .nextpostslink {
  font-size: 3rem;
  text-decoration: none;
  width: auto;
  height: auto;
  border-radius: unset;
  margin: 0;
  line-height: 1;
  background: none;
  position: absolute;
  bottom: 0;
  border: none; }
  @media screen and (max-width: 768px) {
    #page .previouspostslink, #page .nextpostslink {
      font-size: 2rem; } }
  #page .previouspostslink:hover, #page .nextpostslink:hover {
    color: #9f8575; }
#page .previouspostslink {
  left: 0; }
#page .nextpostslink {
  right: 0; }

.page .mv {
  width: 100%;
  background-size: cover;
  height: 650px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .page .mv {
      height: 500px; } }
  .page .mv * {
    color: #fff; }
  .page .mv h1 {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    height: 270px;
    font-size: 7rem;
    left: 52%;
    top: 58%; }
    .page .mv h1 span {
      font-size: 7rem; }
    .page .mv h1 span.en {
      display: block;
      font-size: 2.4rem;
      margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .page .mv h1 {
        left: 52%; }
        .page .mv h1 span {
          font-size: 11vw; }
        .page .mv h1 span.en {
          font-size: 4vw;
          margin-left: 8px; } }
.page .main {
  padding-top: 100px;
  overflow: hidden; }

#single .date {
  font-size: 2rem;
  margin-bottom: 25px; }
  #single .date span {
    font-size: 1.8rem;
    margin-left: 10px; }
#single article * {
  line-height: 1.5; }
#single article h1 {
  font-size: 3rem;
  margin-bottom: 40px;
  line-height: 1.5; }
#single article h2 + h3 {
  margin-top: 0; }
#single article h3 {
  margin-top: 40px;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  margin-bottom: 10px;
  line-height: 1.8; }
#single article h4 {
  font-size: 2rem;
  letter-spacing: .1rem;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.8;
  border-bottom: 3px solid;
  padding-bottom: 5px;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #single article h4 {
      font-size: 1.5rem; } }
#single article img {
  max-width: 100%;
  width: auto;
  height: auto; }
#single article p {
  margin-bottom: 15px;
  letter-spacing: 0;
  line-height: 2; }
#single article a {
  display: inline-block;
  text-decoration: underline; }
  #single article a:hover {
    color: #000000;
    transition: .2s; }
#single article hr {
  border: 0;
  border-top: 1px solid #ddd;
  height: 0;
  margin: 50px 0; }
#single article .wp-block-column img {
  margin: 0; }
#single article table td, #single article table th {
  font-size: 1.6rem;
  color: #000000; }
#single article table td {
  padding: 5px; }
#single .editor ul {
  margin: 20px 0; }
  #single .editor ul li {
    line-height: 1.8;
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px; }
#single .paging p {
  font-size: 1.4rem;
  margin-bottom: 10px; }
#single .paging a {
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: underline; }
  #single .paging a:hover {
    color: #9f8575; }

#single.news .paging p {
  font-size: 1.8rem;
  text-align: center; }
#single.news .paging a {
  text-decoration: none;
  margin-left: 50px; }
  #single.news .paging a svg {
    width: 60px;
    height: auto;
    margin-bottom: 10px; }
  #single.news .paging a:hover {
    transition: .2s; }
    #single.news .paging a:hover svg .cls-1 {
      stroke: #fff;
      transition: .2s; }
    #single.news .paging a:hover svg .cls-2 {
      fill: #b5b5b5;
      transition: .2s; }

/*=====================================================================
#single end
=======================================================================*/
#front.language .block {
  padding-bottom: 0; }
#front.language .content__2 {
  padding-top: 0;
  padding-bottom: 130px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #front.language .content__2 {
      padding-bottom: 50px; } }
#front.language p {
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    #front.language p {
      text-align: left; } }
#front.language .heading {
  font-size: 8.3rem;
  color: #9f8575;
  margin-bottom: 70px;
  margin-top: 120px;
  margin-left: -60px; }
  @media screen and (max-width: 1260px) {
    #front.language .heading {
      margin-left: -30px; } }
  @media screen and (max-width: 992px) {
    #front.language .heading {
      margin-left: 0;
      font-size: 5rem; } }
  @media screen and (max-width: 768px) {
    #front.language .heading {
      font-size: 3rem;
      margin-bottom: 40px; } }
#front.language .en {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }
#front.language .copy .tr {
  text-align: right; }
  #front.language .copy .tr p {
    width: 80%;
    display: inline-block; }
    @media screen and (max-width: 992px) {
      #front.language .copy .tr p {
        width: 95%; } }
    @media screen and (max-width: 768px) {
      #front.language .copy .tr p {
        width: 100%; } }
#front.language .copy h2 {
  writing-mode: unset;
  -ms-writing-mode: unset;
  transform: unset;
  position: unset;
  left: unset;
  color: #9f8575;
  padding-bottom: 60px;
  height: auto;
  font-size: 7.3rem; }
  @media screen and (max-width: 1150px) {
    #front.language .copy h2 {
      font-size: 5vw; } }
  @media screen and (max-width: 992px) {
    #front.language .copy h2 {
      padding-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    #front.language .copy h2 {
      font-size: 3.5rem;
      padding-left: 6%;
      padding-right: 6%;
      padding-bottom: 90px; } }
@media screen and (max-width: 1100px) {
  #front.language .top-obj-1 {
    top: 30px;
    right: -135px;
    width: 280px; } }
@media screen and (max-width: 992px) {
  #front.language .top-obj-1 {
    top: 20px;
    right: -105px;
    width: 230px; } }
@media screen and (max-width: 768px) {
  #front.language .top-obj-1 {
    top: 10px;
    right: -25vw;
    width: 35vw; } }
@media screen and (max-width: 768px) {
  #front.language .top-obj-2-2 {
    top: unset;
    bottom: -13vw; } }
#front.language .copy .top {
  height: 650px; }
  @media screen and (max-width: 768px) {
    #front.language .copy .top {
      height: auto; } }
@media screen and (max-width: 768px) {
  #front.language .copy .img-1 {
    padding-top: 0; } }
#front.language .copy .top .p1 {
  width: 64%; }
  @media screen and (max-width: 768px) {
    #front.language .copy .top .p1 {
      width: 100%; } }
@media screen and (max-width: 768px) {
  #front.language .copy .img-1 img.md-block {
    position: static;
    height: auto; } }
#front.language .copy .wrap p {
  width: 100%; }
@media screen and (max-width: 768px) {
  #front.language #about .movie {
    margin-top: 0; } }
#front.language #treasure .left p {
  margin-bottom: 0; }
  #front.language #treasure .left p span {
    margin-left: 0.7rem; }
@media screen and (max-width: 768px) {
  #front.language #treasure h2 {
    font-size: 2rem; } }
#front.language .top-obj-3 {
  top: -110px;
  right: 25px; }

@media screen and (max-width: 1515px) {
  header.language .ul__nav li a {
    font-size: 1.2rem;
    margin-left: 10px !important; }
  header.language .ul__nav {
    margin-bottom: 10px; }
  header.language .lang select {
    height: 20px;
    font-size: 1rem;
    top: -4px; }
  header.language .icon img {
    height: 22px !important; } }
@media screen and (max-width: 1210px) {
  header.language .br__block {
    display: block; } }

footer.language .nav {
  text-align: center;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 50px; }
  footer.language .nav li, footer.language .nav a {
    display: inline-block; }
  footer.language .nav li {
    margin: 0 10px; }
footer.language .left {
  width: auto;
  margin-right: 20px; }
footer.language .container {
  position: relative; }
footer.language .ab {
  position: absolute;
  bottom: 0;
  right: 0; }
  footer.language .ab a {
    display: inline-block;
    margin-left: 15px; }
@media screen and (max-width: 768px) {
  footer.language .d-flex a {
    font-size: 1.2rem; } }

/*=====================================================================
#プラグインの設定
=======================================================================*/
/*=== wp-pagenaviの設定 ===*/
.wp-pagenavi {
  text-align: right;
  padding-right: 115px; }
  @media screen and (max-width: 768px) {
    .wp-pagenavi {
      padding-right: 0;
      text-align: center; } }

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 2.2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #514e48;
  width: 30px;
  height: 30px;
  line-height: 26px;
  margin-left: 15px;
  color: #514e48; }
  @media screen and (max-width: 768px) {
    .wp-pagenavi a, .wp-pagenavi span {
      font-size: 1.4rem;
      width: 20px;
      height: 20px;
      line-height: 18px;
      margin: 0 7px; } }

.wp-pagenavi a:hover {
  transition: .2s;
  color: #fff;
  background: #737373; }

.wp-pagenavi span.current {
  color: #fff;
  background: #737373; }

/*=== swiperの設定 ===*/
@media screen and (max-width: 576px) {
  .slider_sp {
    width: 100%;
    left: -7%;
    width: 114%; } }

.slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
  transform: translate3d(0px, 0px, 0px) !important; }

.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s; }

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1; }

.slider-thumbnail-2 {
  margin-top: 20px; }
  .slider-thumbnail-2 .swiper-slide {
    width: 18% !important;
    margin-right: 2.5%;
    margin-bottom: 2%;
    cursor: pointer; }
    .slider-thumbnail-2 .swiper-slide:nth-child(5n) {
      margin-right: 0; }
    .slider-thumbnail-2 .swiper-slide img {
      width: 100%; }
  .slider-thumbnail-2 .swiper-wrapper {
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important; }

.slider-thumbnail-2 .swiper-slide {
  opacity: .5;
  transition: opacity .5s; }

.slider-thumbnail-2 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1; }

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 60px;
  width: 60px; }
  @media screen and (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
      height: 40px;
      width: 40px;
      display: none; } }

.swiper-button-prev {
  left: -30px; }
  @media screen and (max-width: 768px) {
    .swiper-button-prev {
      left: -15px; } }

.swiper-button-next {
  right: -30px; }
  @media screen and (max-width: 768px) {
    .swiper-button-next {
      right: -15px; } }

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px; }
  @media screen and (max-width: 768px) {
    .swiper-button-prev::after,
    .swiper-button-next::after {
      height: 40px;
      width: 40px; } }

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("../img/icon-news-left.svg"); }

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("../img/icon-news-right.svg"); }

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%; }

/*=== swiperの設定 end===*/
/*=== inviewの設定==*/
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(15px);
  /* 下に30pxの位置から */
  transition: 1s;
  /* 透過率と縦方向の移動を0.8秒 */ }
  .js-fadeUp.t0 {
    transform: translateY(0px);
    /* 下に30pxの位置から */ }

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */ }

.delay_01 {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important; }

.delay_02 {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important; }

.delay_03 {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important; }

.delay_04 {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important; }

.delay_05 {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important; }

.delay_06 {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important; }

.delay_07 {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important; }

.delay_08 {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.delay_09 {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important; }

.delay_10 {
  transition-delay: 1s !important;
  animation-delay: 0.1s !important; }

.delay_11 {
  transition-delay: 1.1s !important;
  animation-delay: 1.1s !important; }

.delay_12 {
  transition-delay: 1.1s !important;
  animation-delay: 1.2s !important; }

.delay_13 {
  transition-delay: 1.3s !important;
  animation-delay: 1.3s !important; }

.td__03 {
  transition-delay: 0.3s !important; }

.td__04 {
  transition-delay: 0.4s !important; }

.td__05 {
  transition-delay: 0.5s !important; }

.td__06 {
  transition-delay: 0.6s !important; }

.td__07 {
  transition-delay: 0.7s !important; }

.td__08 {
  transition-delay: 0.8s !important; }

.td__09 {
  transition-delay: 0.9s !important; }

.td__10 {
  transition-delay: 1s !important; }

.td__11 {
  transition-delay: 1.1s !important; }

.td__12 {
  transition-delay: 1.2s !important; }

.js-fade {
  opacity: 0; }

/*=== inviewの設定 end==*/
.char {
  opacity: 0;
  transform: translateY(30px);
  display: inline-block; }

.js-text-inview .char {
  animation: fadeIn 1.5s forwards; }

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0px); } }
/*=====================================================================
#プラグインの設定 end
=======================================================================*/
