@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; }

/*===========================================================
全体の設定
=============================================================*/
html {
  color: #555555;
  min-width: 1040px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D"; }
  @media screen and (max-width: 768px) {
    html {
      min-width: 100%; } }

html, body {
  background-image: url(../img/back-a.png);
  min-width: 1040px; }
  @media screen and (max-width: 768px) {
    html, body {
      width: 100%;
      min-width: 100%;
      font-size: 60%;
      height: 100%; } }

h1, h2, h3, h4, h5, h6, p, li, ol, dl, dt, dd, a, td, th {
  color: #555555;
  font-weight: 500;
  line-height: 1.6;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D"; }

p, li, dl, dt, dd, ol {
  font-size: 1.7rem;
  line-height: 2;
  text-align: justify;
  letter-spacing: .05rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 M"; }
  @media screen and (max-width: 576px) {
    p, li, dl, dt, dd, ol {
      font-size: 1.5rem; } }

a {
  color: inherit;
  text-decoration: none;
  display: block;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D"; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

* {
  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; }

.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; } }

* {
  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; }

.container {
  margin: 0 auto;
  width: 940px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: 4% !important;
      padding-right: 4% !important;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container {
      padding-left: 4% !important;
      padding-right: 4% !important; } }

.container__1000 {
  margin: 0 auto;
  width: 1040px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1040px) {
    .container__1000 {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .container__1000 {
      max-width: 100%;
      width: 100%;
      padding-left: 4% !important;
      padding-right: 4% !important;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container__1000 {
      padding-left: 4% !important;
      padding-right: 4% !important; } }

/*=====================================================================
共通パーツ
=======================================================================*/
/*=====================================================================
headerの設定
=======================================================================*/
.header__pc {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .header__pc {
      display: none !important; } }
  .header__pc .container__1000 {
    position: relative; }
  .header__pc .logo {
    width: 90px;
    margin: 20px auto 0; }
  .header__pc .insta {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 280px; }
  .header__pc .btn {
    position: absolute;
    top: 15px;
    right: 70px; }
    .header__pc .btn a {
      font-size: 1.2rem;
      width: 180px;
      background: none;
      border-radius: 0;
      color: #fff;
      border: 1px solid #fff;
      transition: .4s;
      padding: 5px;
      text-align: center; }
      .header__pc .btn a:hover {
        color: #555555;
        background: #fff; }
      @media screen and (max-width: 768px) {
        .header__pc .btn a {
          margin: 0 auto 15px; } }

.header__pc_page {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  text-align: center; }
  .header__pc_page.top__header {
    display: none; }
    .header__pc_page.top__header .logo {
      width: 40px;
      padding-top: 12px; }
  @media screen and (max-width: 768px) {
    .header__pc_page {
      display: none !important; } }
  .header__pc_page .container__1000 {
    position: relative; }
  .header__pc_page .logo {
    width: 80px;
    margin: 20px 0 0; }
    @media screen and (max-width: 992px) {
      .header__pc_page .logo {
        width: 50px; }
        .header__pc_page .logo img {
          padding-top: 5px; } }
  .header__pc_page .insta {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 280px; }
  .header__pc_page .btn {
    position: absolute;
    top: 15px;
    right: 70px; }
    .header__pc_page .btn a {
      font-size: 1.2rem;
      width: 180px;
      background: none;
      border-radius: 0;
      color: #555555;
      border: 1px solid #555555;
      transition: .4s;
      padding: 5px;
      text-align: center; }
      .header__pc_page .btn a:hover {
        color: #555555;
        background: #fff; }
  .header__pc_page .nav__menu {
    position: absolute;
    top: 20px;
    left: 150px; }
    @media screen and (max-width: 992px) {
      .header__pc_page .nav__menu {
        left: 80px; }
        .header__pc_page .nav__menu a {
          font-size: 1.2rem; } }
    .header__pc_page .nav__menu .ul__nav {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center; }
      .header__pc_page .nav__menu .ul__nav li {
        position: relative;
        margin: 0 20px; }
        @media screen and (max-width: 992px) {
          .header__pc_page .nav__menu .ul__nav li {
            margin: 0 10px; } }
        .header__pc_page .nav__menu .ul__nav li a {
          font-family: "FOT-筑紫Aオールド明朝 Pr6 M";
          color: #555555;
          font-size: 1.4rem;
          text-align: center;
          transition: .3s; }
          @media screen and (max-width: 992px) {
            .header__pc_page .nav__menu .ul__nav li a {
              font-size: 1.2rem; } }
          .header__pc_page .nav__menu .ul__nav li a:after {
            content: "";
            display: inline-block;
            height: 0.7px;
            background-color: #555555;
            width: 0;
            position: absolute;
            left: 0;
            bottom: -15px;
            z-index: 0;
            transition: .5s; }
          .header__pc_page .nav__menu .ul__nav li a:hover:after {
            width: 100%; }
        .header__pc_page .nav__menu .ul__nav li a.check:after {
          width: 100%; }

.header__sp {
  display: block; }
  .header__sp .sp__logo {
    display: none;
    width: 250px;
    position: fixed;
    top: 32px;
    left: 2%; }
    @media screen and (max-width: 768px) {
      .header__sp .sp__logo {
        display: block; } }
    .header__sp .sp__logo img {
      width: 100%; }
  .header__sp .container__1000 {
    position: relative; }
  .header__sp .logo {
    width: 90px;
    margin: 20px auto 0; }
  .header__sp .insta {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 280px; }
  @media screen and (max-width: 1100px) {
    .header__sp .link {
      display: none; } }
  .header__sp .btn {
    position: absolute;
    top: 15px;
    right: 70px; }
    .header__sp .btn a {
      font-size: 1.2rem;
      width: 180px;
      background: none;
      border-radius: 0;
      color: #555555;
      border: 1px solid #555555;
      transition: .4s;
      padding: 5px;
      text-align: center; }
      .header__sp .btn a:hover {
        color: #555555;
        background: #fff; }
      @media screen and (max-width: 768px) {
        .header__sp .btn a {
          margin: 0 auto 15px; } }

.sp__logo {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp__logo {
      display: block;
      position: absolute;
      top: 15px;
      left: 4%;
      width: 60px;
      z-index: 900;
      transition: .8s; }
      .sp__logo .page_logo {
        width: 45px; }
      .sp__logo svg .cls-1 {
        fill: #fff;
        stroke-width: 0px;
        transition: .4s; } }

.square__menu {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  /*========= ナビゲーションのためのCSS ===============*/
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/ }
  .square__menu #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    /*ナビの高さ*/
    background: #FCF4DE;
    /*背景を少し透過させる*/
    /*動き*/
    transition: all 0.8s;
    overflow-y: scroll;
    min-height: 600px; }
    @media screen and (max-width: 1200px) {
      .square__menu #g-nav .container__1000 {
        width: auto; } }
    @media screen and (max-width: 768px) {
      .square__menu #g-nav {
        min-height: auto; } }
  .square__menu #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
    display: block;
    top: 0; }
  .square__menu #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .square__menu #g-nav ul {
    display: none;
    /*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .square__menu #g-nav.panelactive ul {
    display: block;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .square__menu #g-nav.panelactive ul {
        margin-top: 100px; } }
  .square__menu #g-nav li {
    list-style: none;
    text-align: center; }
  .square__menu #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold; }
  .square__menu .openbtn {
    width: 50px;
    height: 50px;
    top: 23px;
    right: 10px;
    position: absolute;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    /*×に変化*/ }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn {
        top: 10px;
        right: 4%; } }
    .square__menu .openbtn span {
      position: absolute;
      left: 5px;
      height: 1px;
      width: 40px;
      background-color: #555555;
      display: inline-block;
      transition: all .4s; }
    .square__menu .openbtn.front__nav span {
      background: #fff; }
    .square__menu .openbtn.front__nav.scroll span {
      background: #555555; }
    @media screen and (max-width: 1200px) {
      .square__menu .openbtn.active {
        right: 20px; } }
    .square__menu .openbtn.active span {
      background: #555555 !important; }
  .square__menu .openbtn span:nth-of-type(1) {
    top: 20px; }
  .square__menu .openbtn span:nth-of-type(2) {
    top: 25px;
    opacity: 0; }
  .square__menu .openbtn span:nth-of-type(3) {
    top: 35px; }
  .square__menu .openbtn.active span:nth-of-type(1) {
    width: 40px;
    transform: translateY(7.5px) rotate(-45deg); }
  .square__menu .openbtn.active span:nth-of-type(2) {
    opacity: 0; }
  .square__menu .openbtn.active span:nth-of-type(3) {
    transform: translateY(-7.5px) rotate(45deg);
    width: 40px; }
  .square__menu #g-nav-list {
    padding: 0 6%;
    height: auto; }
    .square__menu #g-nav-list ul {
      width: 100%;
      position: static;
      top: unset;
      left: unset;
      transform: unset; }
      .square__menu #g-nav-list ul li {
        padding: 5px 0;
        opacity: 0;
        position: relative;
        top: 5px;
        transition: .8s; }
        .square__menu #g-nav-list ul li a {
          font-size: 2.2rem;
          letter-spacing: .3rem;
          font-family: "FOT-筑紫Aオールド明朝 Pr6 M";
          color: #555555;
          transition: .3s;
          font-weight: 500; }
          @media screen and (max-height: 730px) {
            .square__menu #g-nav-list ul li a {
              font-size: 1.8rem;
              padding: 3px; } }
          @media screen and (max-width: 576px) {
            .square__menu #g-nav-list ul li a {
              font-size: 1.8rem;
              padding: 5px; } }
          .square__menu #g-nav-list ul li a:hover {
            color: #aaa; }
  .square__menu #g-nav.panelactive #g-nav-list li {
    opacity: 1;
    top: 0;
    transition: .8s; }
  @media screen and (max-width: 1140px) {
    .square__menu .link {
      display: none; } }
  .square__menu .right {
    position: absolute;
    top: 145px;
    right: -70px;
    z-index: 100; }
    @media screen and (max-width: 1140px) {
      .square__menu .right {
        position: fixed;
        top: 165px;
        right: -40px; } }
    .square__menu .right a {
      margin-bottom: 15px; }
  .square__menu .bottom {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); }
    .square__menu .bottom p {
      text-align: center;
      font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .square__menu .bottom {
        width: 100%;
        text-align: center;
        bottom: 20px;
        z-index: 999; }
        .square__menu .bottom p {
          font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    .square__menu .wrap.md-block .btn {
      position: static; } }

/*=====================================================================
header end
=======================================================================*/
/*=====================================================================
footer
=======================================================================*/
footer {
  background: #555555;
  padding: 30px 0 50px; }
  footer * {
    color: #fff;
    font-size: 1.5rem;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 M"; }
  @media screen and (max-width: 768px) {
    footer .wrap {
      margin-top: 10px; } }
  footer .wrap p {
    font-size: 1.2rem; }
    @media screen and (max-width: 576px) {
      footer .wrap p {
        font-size: 1rem; } }
  footer ul {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      footer ul {
        margin-bottom: 0; } }
    footer ul li {
      margin-right: 25px; }
      footer ul li a {
        font-size: 1.4rem;
        transition: .4s; }
        footer ul li a:hover {
          color: #aaa; }
      @media screen and (max-width: 768px) {
        footer ul li {
          width: 100%;
          margin-bottom: 5px;
          margin-right: 0px; } }
  @media screen and (max-width: 768px) {
    footer nav {
      display: none; } }
  footer .btn {
    margin-bottom: 20px; }
    footer .btn a {
      font-size: 1.2rem;
      margin-bottom: 15px;
      width: 180px;
      background: none;
      border-radius: 0;
      color: #fff;
      border: 1px solid #fff;
      transition: .4s;
      padding: 7px;
      text-align: center; }
      footer .btn a:hover {
        color: #555555;
        background: #fff; }
  footer .insta {
    margin-bottom: 45px; }
    footer .insta img {
      width: 30px; }
  @media screen and (max-width: 768px) {
    footer .container__1000 {
      position: relative; } }
  footer .logo {
    margin-bottom: 25px; }
    footer .logo img {
      width: 90px; }
    @media screen and (max-width: 768px) {
      footer .logo {
        position: absolute;
        top: 0;
        right: 4%; }
        footer .logo img {
          width: 65px; } }
  footer .left {
    width: calc(100% - 400px); }
    @media screen and (max-width: 768px) {
      footer .left {
        width: 100%; } }
  footer .right {
    width: 400px; }
    @media screen and (max-width: 768px) {
      footer .right {
        width: 100%; }
        footer .right li {
          text-align: left;
          font-size: 1.2rem; }
        footer .right p {
          font-size: 1.2rem;
          margin-bottom: 15px; } }
  footer dt {
    width: 65px;
    text-align-last: justify; }
  footer dd {
    width: calc(100% - 65px);
    letter-spacing: 0; }

/*=====================================================================
footer end
=======================================================================*/
/*=====================================================================
TOP
=======================================================================*/
main#front .block {
  padding: 90px 0; }
  main#front .block.base_sub {
    background-image: url(../img/back-b.png); }
main#front h2 {
  font-size: 3rem;
  letter-spacing: .8rem;
  margin-bottom: 70px;
  text-align: center;
  position: relative; }
  main#front h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: #555555; }
main#front h3 {
  font-size: 2.5rem;
  letter-spacing: .3rem;
  margin-bottom: 20px; }
main#front .btn a {
  font-size: 1.2rem;
  margin-bottom: 15px;
  width: 190px;
  background: #555555;
  border-radius: 0;
  color: #fff;
  border: 1px solid #555555;
  transition: .4s;
  padding: 7px;
  text-align: center; }
  main#front .btn a:hover {
    color: #555555;
    background: #fff;
    letter-spacing: .1rem; }
  @media screen and (max-width: 768px) {
    main#front .btn a {
      margin: 0 auto 15px; } }
main#front .btn.btn__a a {
  color: #555555;
  background: unset;
  position: relative; }
  main#front .btn.btn__a a:before, main#front .btn.btn__a a:after {
    position: absolute;
    top: 50%;
    right: -20px;
    height: 1px;
    background: #343434;
    content: '';
    transition: .2s; }
  main#front .btn.btn__a a:before {
    width: 40px;
    transform: translateY(-50%); }
  main#front .btn.btn__a a:after {
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center; }
  main#front .btn.btn__a a:hover {
    color: #fff;
    background: #555555; }
    main#front .btn.btn__a a:hover:before {
      width: 50px;
      transform: translateY(-50%); }
    main#front .btn.btn__a a:hover:before, main#front .btn.btn__a a:hover:after {
      right: -25px; }
main#front .img-wrap {
  overflow: hidden;
  position: relative; }
main#front .img-wrap::before {
  background-image: url(../img/back-b.png);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1; }
main#front .img-wrap.base::before {
  background-image: url(../img/back-a.png); }
main#front .is-img-inview::before {
  animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
@keyframes img-wrap {
  100% {
    transform: translateX(100%); } }
main#front .mv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    main#front .mv {
      height: 100%; } }
  main#front .mv .copy {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 50px;
    left: 5%;
    z-index: 10; }
    @media screen and (max-width: 576px) {
      main#front .mv .copy {
        height: 240px; } }
    main#front .mv .copy h2 {
      text-align: left;
      margin-left: 20px;
      margin-bottom: 0;
      font-size: 5rem;
      font-family: "FOT-筑紫Aオールド明朝 Pr6 E";
      color: #fff; }
      @media screen and (max-width: 576px) {
        main#front .mv .copy h2 {
          font-size: 3rem;
          line-height: 1.5 !important; } }
      main#front .mv .copy h2 span {
        opacity: 0;
        display: block;
        transform: translateY(20px);
        animation-delay: .3s;
        animation: fadeUp 2s forwards; }
      main#front .mv .copy h2:after {
        content: none; }
    main#front .mv .copy p {
      text-align: left;
      color: #fff;
      font-size: 2rem;
      letter-spacing: .5rem;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeUp 2s forwards; }
      @media screen and (max-width: 576px) {
        main#front .mv .copy p {
          font-size: 1.7rem; } }
    main#front .mv .copy .ad_01 {
      letter-spacing: 1.2rem; }
main#front .js-fade {
  opacity: 0;
  transform: translateY(20px); }
  main#front .js-fade.is-inview {
    animation: fadeUp 2s forwards; }
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0px); } }
main#front #copy {
  margin-top: 100vh;
  position: relative;
  background-image: url(../img/back-a.png); }
  @media screen and (max-width: 768px) {
    main#front #copy {
      padding: 0 0 90px; } }
  main#front #copy .back-2 {
    position: absolute;
    top: 30vw;
    right: 0;
    width: 80vw;
    min-width: 900px; }
    @media screen and (min-width: 1400px) {
      main#front #copy .back-2 {
        top: 20vw; } }
    @media screen and (min-width: 1640px) {
      main#front #copy .back-2 {
        top: 15vw; } }
    @media screen and (max-width: 768px) {
      main#front #copy .back-2 {
        min-width: auto;
        top: unset;
        bottom: 0;
        width: 100vw; } }
  main#front #copy .rl {
    writing-mode: vertical-rl;
    z-index: 100; }
    main#front #copy .rl h2 {
      text-align: left;
      margin-left: 30px;
      margin-bottom: 0;
      line-height: 2; }
      @media screen and (max-width: 576px) {
        main#front #copy .rl h2 {
          font-size: 2.4rem;
          line-height: 1.5 !important;
          margin-left: 20px; } }
      main#front #copy .rl h2:after {
        content: none; }
    main#front #copy .rl p {
      text-align: left;
      letter-spacing: 0.4rem; }
  main#front #copy .area-1 {
    margin-bottom: 140px; }
    main#front #copy .area-1 .container__1000 {
      position: relative; }
    main#front #copy .area-1 .left {
      width: calc(100% - 380px); }
      @media screen and (max-width: 768px) {
        main#front #copy .area-1 .left {
          width: 100%; } }
      main#front #copy .area-1 .left .rl {
        position: relative;
        top: 90px;
        left: 30px;
        letter-spacing: .25rem;
        height: 350px; }
        @media screen and (max-width: 768px) {
          main#front #copy .area-1 .left .rl {
            left: 50%;
            top: 55px;
            transform: translateX(-50%); } }
    main#front #copy .area-1 .right {
      width: 380px; }
      @media screen and (max-width: 768px) {
        main#front #copy .area-1 .right {
          width: 100%; } }
      main#front #copy .area-1 .right .img-1 {
        position: absolute;
        top: 0;
        right: 20px;
        width: 400px; }
        @media screen and (max-width: 768px) {
          main#front #copy .area-1 .right .img-1 {
            position: relative;
            width: 100%;
            top: 40px; } }
  @media screen and (max-width: 576px) {
    main#front #copy .area-2 {
      margin-bottom: 140px; } }
  main#front #copy .area-2 .left {
    width: calc(100% - 540px);
    padding-right: 60px; }
    @media screen and (max-width: 768px) {
      main#front #copy .area-2 .left {
        width: 100%;
        padding-right: 0px; }
        main#front #copy .area-2 .left .img-3 {
          padding-right: 60px; } }
  main#front #copy .area-2 .right {
    width: 540px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      main#front #copy .area-2 .right {
        width: 100%; } }
    main#front #copy .area-2 .right .rl {
      display: inline-block;
      padding-top: 90px;
      height: 480px; }
      @media screen and (max-width: 576px) {
        main#front #copy .area-2 .right .rl {
          height: 440px; } }
  main#front #copy .area-2 .img-4 {
    padding-left: 60px; }
  @media screen and (max-width: 768px) {
    main#front #copy .area-3 {
      height: 450px;
      padding-bottom: 20px; } }
main#front #contents .left {
  width: 420px;
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    main#front #contents .left {
      width: 100%;
      margin-bottom: 20px; } }
main#front #contents .right {
  width: calc(100% - 460px);
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    main#front #contents .right {
      width: 100%; } }
main#front #contents p {
  margin-bottom: 25px; }
main#front #contents ul {
  margin-bottom: 50px; }
  @media screen and (max-width: 576px) {
    main#front #contents ul {
      display: none; } }
  main#front #contents ul li a {
    font-size: 1.5rem;
    margin: 0 30px;
    letter-spacing: .15rem;
    transition: .4s; }
    main#front #contents ul li a:hover {
      color: #aaa; }
  @media screen and (max-width: 576px) {
    main#front #contents ul li {
      width: 100%;
      text-align: center; } }
main#front #insta {
  background-image: url(../img/back-a.png); }
main#front .back__fixed {
  background-image: url(../img/back.png);
  background-size: cover;
  height: 800px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat; }
  @media screen and (max-width: 576px) {
    main#front .back__fixed {
      height: 200px;
      background-attachment: unset; } }
main#front #access .wrap {
  padding-top: 70px; }
  main#front #access .wrap .left {
    width: 440px; }
    @media screen and (max-width: 768px) {
      main#front #access .wrap .left {
        width: 100%; } }
  main#front #access .wrap .right {
    width: 180px;
    padding-left: 60px;
    padding-top: 50px; }
    main#front #access .wrap .right img {
      width: 120px;
      height: auto; }
    @media screen and (max-width: 768px) {
      main#front #access .wrap .right {
        width: 100%;
        padding: 0;
        padding-top: 30px;
        text-align: center;
        display: none; } }
  main#front #access .wrap dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    main#front #access .wrap dl dt {
      width: 70px;
      border-bottom: 1px solid #555555;
      font-size: 1.8rem;
      margin-bottom: 25px;
      letter-spacing: .1rem;
      height: 50px; }
      main#front #access .wrap dl dt span {
        font-size: 2.5rem; }
      @media screen and (max-width: 576px) {
        main#front #access .wrap dl dt {
          font-size: 1.4rem;
          width: 50px; } }
    main#front #access .wrap dl dd {
      width: calc(100% - 70px);
      border-bottom: 1px solid #555555;
      font-size: 1.8rem;
      margin-bottom: 20px;
      letter-spacing: .1rem;
      height: 50px;
      position: relative; }
      main#front #access .wrap dl dd span {
        font-size: 2.5rem; }
      @media screen and (max-width: 576px) {
        main#front #access .wrap dl dd {
          font-size: 1.4rem;
          width: calc(100% - 50px); } }
      main#front #access .wrap dl dd:before, main#front #access .wrap dl dd:after {
        position: absolute;
        bottom: -1.5px;
        right: 0;
        height: 1px;
        background: #555555;
        content: '';
        transition: .2s; }
      main#front #access .wrap dl dd:before {
        width: 6px;
        transform: translateY(-50%) rotate(-45deg);
        transform-origin: right center; }
      main#front #access .wrap dl dd:after {
        width: 6px;
        transform: translateY(-50%) rotate(45deg);
        transform-origin: right center; }

.floor {
  text-align: center; }
  .floor img {
    width: 85%; }

/*=====================================================================
固定ページの共通設定 end
=======================================================================*/
main#page {
  padding-top: 150px; }
  main#page .container.column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    main#page .container.column .side {
      width: 250px;
      padding: 90px 0; }
      @media screen and (max-width: 768px) {
        main#page .container.column .side {
          width: 100%;
          padding: 0; } }
      main#page .container.column .side .title {
        writing-mode: vertical-rl;
        font-size: 2.5rem;
        line-height: 2;
        letter-spacing: .6rem; }
        @media screen and (max-width: 768px) {
          main#page .container.column .side .title {
            margin: auto; } }
    main#page .container.column .main {
      width: 650px;
      padding: 90px 0; }
      @media screen and (max-width: 768px) {
        main#page .container.column .main {
          width: 100%; } }

main#page .sub__contents {
  background: #FDF8E7;
  background-image: url(../img/back-b.png); }
main#page h2 {
  font-size: 5rem;
  letter-spacing: .5rem;
  margin-bottom: 70px;
  position: relative; }
  main#page h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 1px;
    background: #555555; }
  @media screen and (max-width: 768px) {
    main#page h2 {
      font-size: 3rem; } }
main#page h3 {
  font-size: 2.2rem; }
main#page a.wp-block-button__link {
  font-size: 1.2rem;
  margin: 30px 0;
  background: #555555;
  border-radius: 0;
  color: #fff;
  border: 1px solid #555555;
  transition: .4s;
  padding: 5px 15px; }
  main#page a.wp-block-button__link:hover {
    color: #555555;
    background: #fff; }
main#page .figure {
  margin: 0; }
main#page figure {
  margin: 0; }
main#page img {
  margin: 0 0 10px; }

/*=====================================================================
#プラグインの設定
=======================================================================*/
/*=== inviewの設定==*/
/*=== inviewの設定 end==*/
/*=== swiperの設定==*/
.slide-img img {
  object-fit: cover;
  height: 100vh;
  width: 100vw; }

.swiper-pagination-bullet {
  border-radius: 0;
  width: 60px;
  height: 3px;
  background: #7D7D7D;
  transition: .4s; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff; }

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
  text-align: right;
  padding-right: 100px; }
  @media screen and (max-width: 768px) {
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
      padding-right: 0;
      text-align: center; } }

@keyframes zoom-in {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both; }

/*=== swiperの設定 end==*/
/*=====================================================================
#プラグインの設定 end
=======================================================================*/
/*=====================================================================
アニメーション
=======================================================================*/
.td_01 {
  transition-delay: 0.1s !important; }

.td_02 {
  transition-delay: 0.2s !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; }

.ad_01 {
  animation-delay: 1s !important; }

.ad_02 {
  animation-delay: 2s !important; }

.ad_03 {
  animation-delay: 3s !important; }

.char {
  opacity: 0;
  transform: translateX(30px);
  display: inline-block; }

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

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateX(0px); } }
/*=====================================================================
アニメーション end
=======================================================================*/
