@charset "UTF-8";
:root {
  /* store */
  --color01: #ff73ab;
}
/********* font *********/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: 'MistralAV';
  src: url('../font/MISTRAL.woff') format('truetype');
}
/********* reset *********/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
  transition: 1s;
}
a:hover {
  opacity: 0.5;
  transition: 1s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.gold {
  /* display: inline-block;*/
  /* font-weight: bold; */
  background: linear-gradient(0deg, #d8b860 0%, #dec171 30%, #fff 50%, #dec171 70%, #d8b860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/********* reset *********/
/********* common *********/
* {
  box-sizing: border-box;
}
body {
  font-family: "游明朝", Yu Mincho, "游明朝", "Yu Mincho", serif;
  font-size: 16px;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  background-color: #000;
}
header {
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 0 1%;
  .header {
    height: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    .logo {
      width: 27vw;
      max-height: 150px;
      justify-content: space-between;
      align-items: center;
      max-width: 350px;
    }
    .pc_nav {
      width: 70vw;
      nav ul {
        margin-left: auto;
        height: 148px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 795px;
      }
      nav ul a {
        color: #d5c78a;
      }
      nav ul li {
        text-align: center;
        font-size: 24px;
        line-height: 1.6;
      }
      nav ul li span {
        display: block;
        font-size: 15px;
      }
    }
  }
}
main {
  margin-top: 148px;
  padding-bottom: 150px;
}
  .modal {
    position: fixed;
    display: none;
    z-index: 9999;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
  }
  .btn_area {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-align: center;
    max-width: 1000px;
  }
  .index_box {
    max-width: 500px;
    width: 100%;
    margin: 10% auto;
  }
#index {
  /*  background: url("../images/enter_bg.jpg") #000 center top no-repeat;
  background-attachment: fixed;
	background-size: cover;*/
  opacity: 0.9;
  height: 100%;
  background: none;
  main {
    margin-top: 200px;
    padding-bottom: 0;
  }
  #logo {
    width: 100%;
    max-width: 892px;
    margin: 0 auto 30px;
  }
  #btn {
    width: 100%;
    max-width: 380px;
    margin: 20px auto 50px;
  }
  #top_txt {
    text-align: center;
    svg {
      width: 48px;
    }
    svg path {
      fill: #fff;
    }
    a {
      margin: 10px auto;
      color: #fff;
      text-align: center;
      display: block;
      font-size: 20px;
      line-height: 1.2;
      span {
        font-size: 14px;
      }
    }
  }
  footer {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: auto;
    position: relative;
    background: none;
    padding: 50px 0 10px;
    a {
      color: #fff;
    }
  }
}
.head_imgbox .imgbox {
  width: 90%;
  margin: 0 0 0 10%;
}
.gtit {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  z-index: 2;
  position: sticky;
  .gl {
    width: 190px;
    height: 1px;
    background: linear-gradient(90deg, #d8b860 0%, #fff 50%, #d8b860 100%);
    margin-bottom: 40px;
  }
  .gtxt {
    letter-spacing: 0.08em;
    font-size: 55px;
    span {
      margin-top: 30px;
      letter-spacing: 0.16em;
      font-size: 20px;
      display: block;
    }
  }
}
.gtit.center .gl {
  margin: 0 auto 40px;
}
.gtit.center .gtxt {
  text-align: center;
  span {
    text-align: center;
  }
}
#top {
  background: url("../images/top_bg.png") #000 center top repeat-y;
  background-size: 100%
}
#top_box01 {
  .head_imgbox .imgbox {
    background: url("../images/top_slider.png");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
  }
  .boxs01 {
    position: relative;
    width: 100%;
    max-width: 2000px;
    height: auto;
    margin: auto;
    overflow: hidden;
    display: flow-root;
    .box {
      padding: 270px 5% 95px;
      top: 0;
      /* position: absolute;*/
      width: 90%;
      h2 {
        font-family: "EB Garamond", serif;
      }
      h2 .t1 {
        letter-spacing: 0.2em;
        font-size: 20px;
      }
      h2 .t2 {
        margin-top: 55px;
        letter-spacing: 0.08em;
        line-height: 1.2;
        font-weight: 900;
        font-size: 80px;
      }
      h2 .t2 span {
        display: block;
      }
      h2 .t3 {
        margin-top: 70px;
        letter-spacing: 0.16em;
        font-size: 30px;
      }
      h2 .t4 {
        position: absolute;
        top: 1%;
        left: 2%;
        letter-spacing: 0.4em;
        writing-mode: vertical-rl;
        transform: translateX(-50%) rotate(180deg);
        font-size: 14px;
      }
    }
    .top_slider {
      width: 90%;
      max-width: 1008px;
      z-index: -1;
      float: right;
      .slide-items {
        width: 100%;
        height: 100%;
      }
      .slide-items img {
        width: 100%;
        object-fit: cover;
      }
      .slide-items slick-track {
        width: 100% !important;
      }
    }
  }
}
#top_box02 {
  margin: 100px auto 0;
}
/**　　top_box02　　**/
.top_box02 {
  width: 100%;
  max-width: 2000px;
  margin: auto;
  .dboxs {
    display: flow-root;
    .boxs {
      position: relative;
      width: 94%;
    }
  }
  .boxs .bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 150px;
    background: #14111c;
    z-index: 0;
  }
  .boxs .box {
    display: flex;
    margin: 50px 0 200px;
    width: 100%;
    position: relative;
  }
  .boxs .box .img {
    flex-shrink: 0;
    width: 65%;
    max-width: 1080px;
    background: #14111c;
  }
  .boxs .box .img img {
    width: 100%;
  }
  .boxs .box .txt {
    line-height: 1.8;
  }
  .boxs .box .txt .b {
    padding: 10px 10%;
    z-index: -1;
    background: #14111c;
  }
  .boxs .box .txt .b .morebtn {
    margin: 50px 0 30px;
  }
  .boxs .box .txt .t1 {
    color: #d5c78a;
    font-size: 24px;
  }
  .boxs .box .txt .t1 span {
    font-size: 16px;
    display: block;
  }
  .boxs .box .txt .t2 {
    color: #fff;
    padding: 40px 0 75px;
  }
  .dboxs .boxs.tbox01 .morebtn {
    position: absolute;
  }
  .dboxs .boxs.tbox02 {
    float: right;
    .gtit {
      width: 96.5%;
      max-width: auto;
      margin: 0 0 0 3.5%;
      z-index: 2;
      position: sticky;
    }
    .img {
      order: 2;
      object-fit: cover;
    }
    .txt {
      order: 1;
    }
  }
  .dboxs .boxs.tbox03 .box .txt .t2 {
    padding: 10px 0 40px;
  }
}
.morebtn {
  color: #fff;
  padding: 5px;
  border: 1px solid;
  margin: 30px auto;
  display: block;
  width: 90%;
  max-width: 198px;
  text-align: center;
  font-size: 18px;
}
#top_box04.top_box02 .boxs .box {
  margin: 50px 0 0;
}
#top_box05 {
  background: url("../images/top_box04bg.png") center top no-repeat;
  padding: 110px 0;
  .txt {
    color: #fff;
    padding: 530px 0 0;
    line-height: 1.8;
    width: 98%;
    text-align: left;
    margin: auto;
    max-width: 1200px;
  }
}
/**　　link_boxs　　**/
#link_boxs {
  .linkbox {
    background: url("../images/message_box02bg.png");
    background-size: 100% 800px;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px 0 150px;
    margin-top: 20px;
    .t {
      text-align: center;
      color: #fff;
      padding-bottom: 50px;
      font-size: 16px;
    }
  }
  .link_boxs {
    width: calc(90% - 2px);
    margin: 0px auto 50px;
    max-width: 1300px;
    border: 1px solid #e7d895;
    background-color: #000;
    .tit {
      background: #e7d895;
      text-align: center;
      font-size: 24px;
      color: #000;
      padding: 10px 0;
    }
    .link_box {
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      .onebox {
        margin: 1% 1% 50px;
        width: calc(100% / 3 - 2%)
      }
      .onebox .txt {
        position: relative;
      }
      .onebox .txt:before {
        content: '';
        display: block;
        position: absolute;
        top: 35px;
        left: 0;
        width: 40px;
        height: 1px;
        background: #f0e29b;
      }
      .onebox .txt .t {
        padding: 20px 0 0 60px;
        text-align: left;
        color: #f0e29b;
        line-height: 1.5;
      }
      .onebox .txt .t .t1 {
        font-size: 24px;
      }
      .onebox .txt .t .t2 {
        font-size: 16px;
      }
    }
  }
}
.underlayer {
  background: url("../images/underlayer_bg.png") #000 center top repeat-y;
  .boxs01 {
    position: relative;
    width: 100%;
    max-width: 2000px;
    margin: auto;
    overflow: hidden;
    display: flow-root;
    padding-bottom: 40px;
  }
  .boxs01 .box {
    padding: 400px 0 100px 5%;
    top: 0;
    /* position: absolute;*/
    width: 95%;
  }
  .boxs01 .box h2 {
    line-height: 1.8;
  }
  .boxs01 .box h2 .t1 {
    letter-spacing: 0.78em;
    font-size: 20px;
    font-weight: bold;
  }
  .boxs01 .box h2 .t2 {
    margin-top: 40px;
    letter-spacing: 0.08em;
    font-size: 82px;
    font-weight: bold;
  }
  .boxs01 .box h2 .t2 span {
    display: block;
  }
  .boxs01 .box h2 .t3 {
    margin-top: 70px;
    letter-spacing: 0.16em;
    font-size: 30px;
    font-weight: bold;
  }
  .boxs01 .box h2 .t4 {
    position: absolute;
    top: 1%;
    left: 2%;
    letter-spacing: 0.4em;
    writing-mode: vertical-rl;
    transform: translateX(-50%) rotate(180deg);
    font-size: 14px;
    font-weight: bold;
  }
}
.pxnkuzubox {
  position: absolute;
  font-size: 20px;
  bottom: 0;
  right: 0;
  background-color: #c9bf84;
  padding: 23px 0 23px 100px;
  width: calc(50% - 100px);
  a {
    color: #000;
  }
}
#message_box01 .head_imgbox .imgbox {
  background: url("../images/message_slider.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
#message_box02 {
  width: 100%;
  margin: auto;
  max-width: 2000px;
  .dboxs {
    display: flow-root;
  }
  .dboxs .boxs:first-child .box {
    background: url("../images/message_box02bg.png");
    background-size: 90% 90%;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .dboxs .boxs {
    position: relative;
    width: 100%;
  }
  .dboxs .boxs.tbox02 {
    position: relative;
    width: 90%;
  }
  .boxs .box {
    display: flex;
    margin: 50px 0 100px;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
  }
  .boxs .box .img {
    flex-shrink: 0;
    width: 60%;
    max-width: 730px;
  }
  .boxs .box .txt {
    line-height: 1.8;
  }
  .boxs .box .txt .b {
    padding: 10px 50px;
    z-index: -1;
  }
  .boxs .box .txt .t1 {
    font-size: 60px;
    line-height: 1.5;
  }
  .boxs .box .txt .t1 span {
    font-size: 24px;
    display: block;
    padding: 20px 0 40px;
  }
  .boxs .box .txt .t2 {
    color: #fff;
  }
  .boxs .box .txt .morebtn {
    color: #fff;
    padding: 5px;
    border: 1px solid;
    margin: 30px auto;
    display: block;
    width: 240px;
    text-align: center;
    position: absolute;
    right: 40px;
  }
  .dboxs .boxs.tbox02 {
    float: right;
  }
  .dboxs .boxs.tbox02 .img {
    order: 2;
    object-fit: cover;
  }
  .dboxs .boxs.tbox02 .txt {
    order: 1;
  }
  .dboxs .boxs.tbox02 .txt .morebtn {
    left: 40px;
    right: auto;
  }
}
#philosophy_box01 .head_imgbox .imgbox {
  background: url("../images/philosophy_slider.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
#philosophy_box02 {
  padding: 150px 0 250px;
  .boxs {
    .txt {
      text-align: center;
      line-height: 2;
      color: #fff;
      padding: 40px 0 100px;
    }
    .img {
      text-align: center;
    }
  }
}
#group_box01 .head_imgbox .imgbox {
  background: url("../images/group_slider.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.underlayer #group_box01 .boxs01 {
  margin: 0 auto 150px;
}
footer {
  padding-top: 250px;
  background-color: #0b0221;
  position: relative;
  padding-bottom: 100px;
  .fbg .footernav {
    width: 1000px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -105px;
    background-color: #170f29;
    padding: 100px 0;
    nav ul {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 90%;
      max-width: 550px;
      margin: auto;
      a {
        color: #fff;
        border-right: 1px solid;
        padding: 0 5%;
      }
      a:last-child {
        border-right: none;
      }
    }
  }
  .copybox {
    height: 98%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    .flogo {
      width: 190px;
      display: block;
    }
    .copy, .copy a {
      color: #fff;
      margin-left: auto;
    }
  }
}
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  animation-duration: 0.5s;
}
.change-time1 {
  animation-duration: 1s;
}
.change-time15 {
  animation-duration: 1.5s;
}
.change-time2 {
  animation-duration: 2s;
}
.change-time25 {
  animation-duration: 2.5s;
}
.change-time3 {
  animation-duration: 3s;
}