/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* =========================================================
body
========================================================= */
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -ms-word-break: break-all;
  word-break: break-all;
  font-feature-settings: "palt";
}

input, button, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media (min-width: 769px) {
  button {
    cursor: pointer;
  }
}
*:before, *:after {
  display: block;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.pc-br {
  display: none;
}

@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}
.pc-disp {
  display: none;
}

@media (min-width: 769px) {
  .pc-disp {
    display: block;
  }
}
@media (min-width: 769px) {
  .sp-disp {
    display: none;
  }
}
.opacity-link {
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  .opacity-link:hover {
    opacity: 0.7;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.wrapper {
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------
common layout
------------------------------------------*/
.sec-ttl01 {
  font-family: "Heebo", sans-serif;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (min-width: 769px) {
  .sec-ttl01 {
    font-size: 60px;
  }
}
.sec-ttl01 span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-50%);
}

.sec-ttl01.is-active span {
  -webkit-animation: letter 0.6s cubic-bezier(0, 0, 0.04, 0.99) forwards;
          animation: letter 0.6s cubic-bezier(0, 0, 0.04, 0.99) forwards;
  counter-increment: num 1;
}

.sec-ttl01.is-active span:nth-child(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.sec-ttl01.is-active span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.sec-ttl01.is-active span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.sec-ttl01.is-active span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.sec-ttl01.is-active span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.sec-ttl01.is-active span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.sec-ttl01.is-active span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sec-ttl01.is-active span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.sec-ttl01.is-active span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.sec-ttl01.is-active span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.sec-ttl01.is-active span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes letter {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes letter {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.sec-ttl02 {
  text-align: center;
}

.sec-ttl02 span {
  display: inline-block;
  padding: 0 0 7px;
  border-bottom: 4px solid #000;
  font-family: "Heebo", sans-serif;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .sec-ttl02 span {
    font-size: 30px;
  }
}
.sec-ttl03 {
  font-family: "Heebo", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .sec-ttl03 {
    font-size: 20px;
  }
}
[class^=band] {
  height: 32vw;
  max-height: 326px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 769px) {
  [class^=band] {
    height: 326px;
  }
}
[class^=band] .bg {
  width: 153.3333333333vw;
  height: 88vw;
}

@media (min-width: 769px) {
  [class^=band] .bg {
    width: 100%;
    height: 100vh;
  }
}
[class^=band] .txt {
  width: 100%;
  font-family: "Heebo", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  mix-blend-mode: overlay;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  [class^=band] .txt {
    font-size: 60px;
  }
}
.band01 .bg {
  background: url(../images/img_band01_sp.jpg) no-repeat center;
  background-size: cover;
}

@media (min-width: 769px) {
  .band01 .bg {
    background: url(../images/img_band01_pc.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.band02 .bg {
  background: url(../images/img_band02_sp.jpg) no-repeat center;
  background-size: cover;
}

@media (min-width: 769px) {
  .band02 .bg {
    background: url(../images/img_band02_pc.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.cmn-btn01 {
  border: 4px solid #000;
  position: relative;
}

.cmn-btn01 a, .cmn-btn01 button {
  display: block;
  width: 100%;
  padding: 18px 45px;
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
}

@media (max-width: 345px) {
  .cmn-btn01 a, .cmn-btn01 button {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .cmn-btn01 a, .cmn-btn01 button {
    letter-spacing: 0.03em;
    transition: color 0.2s ease;
  }
}
.cmn-btn01 .ico {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

@media (max-width: 345px) {
  .cmn-btn01 .ico {
    right: 15px;
  }
}
.cmn-btn01 .ico svg {
  width: 20px;
  height: 14px;
}

.cmn-btn01 .top {
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (min-width: 769px) {
  .cmn-btn01 .top:before, .cmn-btn01 .top:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid #60BDEF;
    position: absolute;
    top: -4px;
    transition: width 0.2s linear 0.4s, height 0.2s linear 0.2s;
  }
}
@media (min-width: 769px) {
  .cmn-btn01 .top:before {
    right: 50%;
    border-left: 4px solid #60BDEF;
  }
}
@media (min-width: 769px) {
  .cmn-btn01 .top:after {
    left: 50%;
    border-right: 4px solid #60BDEF;
  }
}
.cmn-btn01 .bottom {
  opacity: 0;
  transition: opacity 0s 0.2s;
}

@media (min-width: 769px) {
  .cmn-btn01 .bottom:before, .cmn-btn01 .bottom:after {
    content: "";
    width: 0;
    height: 4px;
    background: #60BDEF;
    position: absolute;
    bottom: -4px;
    transition: width 0.2s linear;
  }
}
@media (min-width: 769px) {
  .cmn-btn01 .bottom:before {
    left: 0;
    border-left: 4px solid #60BDEF;
  }
}
@media (min-width: 769px) {
  .cmn-btn01 .bottom:after {
    right: 0;
    border-right: 4px solid #60BDEF;
  }
}
@media (min-width: 769px) {
  .cmn-btn01:hover a, .cmn-btn01:hover button {
    color: #60BDEF;
  }
}
@media (min-width: 769px) {
  .cmn-btn01:hover svg {
    fill: #60BDEF;
  }
}
.cmn-btn01:hover .top {
  opacity: 1;
  transition: opacity 0s;
}

@media (min-width: 769px) {
  .cmn-btn01:hover .top:before, .cmn-btn01:hover .top:after {
    width: calc(50% + 4px);
    height: calc(100% + 8px);
    transition: width 0.2s linear, height 0.2s linear 0.2s;
  }
}
.cmn-btn01:hover .bottom {
  opacity: 1;
  transition: opacity 0s 0.4s;
}

@media (min-width: 769px) {
  .cmn-btn01:hover .bottom:before, .cmn-btn01:hover .bottom:after {
    width: 50%;
    transition: width 0.2s linear 0.4s;
  }
}
.cmn-btn02 a, .cmn-btn02 button {
  display: block;
  width: 100%;
  padding: 15px 0;
  background: #000;
  font-family: "Heebo", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
}

.cmn-btn02 a:after, .cmn-btn02 button:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}

/*------------------------------------------
splash
------------------------------------------*/
.splash {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash .logo {
  width: 54.4vw;
  max-width: 393px;
  opacity: 0;
  transition: opacity 0.3s;
}

.splash.is-active .logo {
  opacity: 1;
  -webkit-animation: logo 0.6s cubic-bezier(0.31, 0, 0.25, 1) forwards;
          animation: logo 0.6s cubic-bezier(0.31, 0, 0.25, 1) forwards;
}

@-webkit-keyframes logo {
  0% {
    transform: translateY(10px) skewY(2deg) rotateX(-5deg);
  }
  100% {
    transform: translateY(0) skewY(0) rotateX(0);
  }
}

@keyframes logo {
  0% {
    transform: translateY(10px) skewY(2deg) rotateX(-5deg);
  }
  100% {
    transform: translateY(0) skewY(0) rotateX(0);
  }
}
/*------------------------------------------
mouse stalker
------------------------------------------*/
.ico-stalker {
  display: none;
}

@media (min-width: 769px) {
  .ico-stalker {
    display: block;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    background: #60BDEF;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    pointer-events: none;
  }
}
/*------------------------------------------
main visual
------------------------------------------*/
@media (min-width: 769px) {
  .mv {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto 50px;
    grid-template-rows: auto 50px;
  }
}
.main-ttl {
  padding: 118px 115px 70px;
}

@media (min-width: 769px) {
  .main-ttl {
    height: 53.3571428571vw;
    max-height: 747px;
    padding: 60px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media (min-width: 769px) {
  .main-ttl h1 {
    width: 18.4285714286vw;
    max-width: 258px;
  }
}
.main-ttl span {
  display: block;
}

.main-ttl .txt02 {
  margin: 32px auto 0;
}

@media (min-width: 769px) {
  .img-wrap {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.img-wrap .img {
  height: 94.1333333333vw;
  overflow: hidden;
  vertical-align: bottom;
}

@media (min-width: 769px) {
  .img-wrap .img {
    height: 100%;
  }
}
.img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .img-wrap .slick-list {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .img-wrap .slick-track {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .img-wrap .slick-track > div {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .img-wrap .slick-slide > div {
    height: 100%;
  }
}
.img-wrap .slick-active img {
  -webkit-animation: zoom 6s linear;
          animation: zoom 6s linear;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.telop-block {
  padding: 17px 30px 15px;
  background: #000;
}

@media (min-width: 769px) {
  .telop-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.telop-list .bundle {
  display: flex;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .telop-list .bundle {
    font-size: 13px;
  }
}
.telop-list dt {
  width: 56px;
  font-weight: 700;
}

.telop-list dd {
  width: calc(100% - 56px);
}

/*------------------------------------------
about
------------------------------------------*/
.about-block {
  padding: 87px 0 92px;
}

@media (min-width: 769px) {
  .about-block {
    padding: 113px 0 0;
  }
}
.about-lead {
  font-size: 14px;
  line-height: 2.5;
  font-weight: 700;
}

@media (min-width: 769px) {
  .about-lead {
    font-size: 20px;
    line-height: 2;
  }
}
.about-lead + .about-txt {
  margin: 21px auto 0;
}

@media (min-width: 769px) {
  .about-lead + .about-txt {
    margin: 29px auto 0;
  }
}
.about-txt {
  font-size: 12px;
  line-height: 2.6666666667;
  letter-spacing: 0.042em;
}

@media (min-width: 769px) {
  .about-txt {
    font-size: 13px;
    line-height: 2.6923076923;
  }
}
.about-block .block01 {
  margin: 84px auto 0;
  position: relative;
}

@media (min-width: 769px) {
  .about-block .block01 {
    margin: 114px auto 0;
    padding: 0 0 200px 0;
    display: flex;
  }
}
.about-block .block01:before {
  content: "";
  width: 100%;
  height: calc(100% - 70px);
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: -1;
}

@media (min-width: 769px) {
  .about-block .block01:before {
    height: 400px;
  }
}
.about-block .block01 .img {
  padding: 0 60px 0 0;
}

@media (min-width: 769px) {
  .about-block .block01 .img {
    width: 47%;
    padding: 0;
  }
}
.about-block .block01 .article {
  padding: 31px 60px 122px;
}

@media (min-width: 769px) {
  .about-block .block01 .article {
    width: 53%;
    padding: 0 50px 0 30px;
  }
}
@media (min-width: 1300px) {
  .about-block .block01 .article {
    padding: 0 150px 0 98px;
  }
}
.about-block .block02 {
  padding: 81px 0 0;
}

@media (min-width: 769px) {
  .about-block .block02 {
    padding: 150px 0;
    display: flex;
    flex-direction: row-reverse;
  }
}
.about-block .block02 .img {
  width: 130.9333333333vw;
  transform: translateX(40px);
}

@media (min-width: 769px) {
  .about-block .block02 .img {
    width: 47%;
    transform: none;
  }
}
.about-block .block02 .article {
  padding: 34px 60px 114px;
}

@media (min-width: 769px) {
  .about-block .block02 .article {
    width: 53%;
    padding: 0 30px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1300px) {
  .about-block .block02 .article {
    padding: 0 98px 0 150px;
  }
}
.about-block .block03 {
  margin: 89px auto 0;
  padding: 0 0 87px;
  position: relative;
}

@media (min-width: 769px) {
  .about-block .block03 {
    min-height: 44vw;
    margin: 150px 0 220px;
    padding: 0 0 0 39%;
  }
}
.about-block .block03:before {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: -40px;
  z-index: -1;
}

@media (min-width: 769px) {
  .about-block .block03:before {
    height: 400px;
    top: -30px;
    left: 40px;
    bottom: auto;
    right: auto;
  }
}
.about-block .block03 .img {
  padding: 0 15px;
}

@media (min-width: 769px) {
  .about-block .block03 .img {
    width: 39%;
    padding: 0 0 0 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.about-block .block03 .article {
  padding: 31px 60px 0;
}

@media (min-width: 769px) {
  .about-block .block03 .article {
    padding: 50px 50px 0 90px;
  }
}
@media (min-width: 1300px) {
  .about-block .block03 .article {
    padding: 125px 150px 0 202px;
  }
}
.about-block .block03 .cmn-btn01 {
  width: calc(100% - 30px);
  margin: 67px auto 0;
}

@media (min-width: 769px) {
  .about-block .block03 .cmn-btn01 {
    width: 522px;
    margin: 0;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) and (min-width: 950px) {
  .about-block .block03 .cmn-btn01 {
    bottom: -70px;
  }
}
@media (min-width: 769px) {
  .about-block .block03 .cmn-btn01 button {
    padding: 36px 170px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.about-block .block01:before {
  width: 0;
  transition: width 0.7s;
}

.about-block .block01 .img {
  opacity: 0;
  transition: opacity 0.4s ease 0.7s;
}

@media (min-width: 769px) {
  .about-block .block01 .about-lead {
    transition-delay: 0.7s;
  }
}
@media (min-width: 769px) {
  .about-block .block01 .about-txt {
    transition-delay: 1.1s;
  }
}
.about-block .block01.is-active:before {
  width: 100%;
}

.about-block .block01.is-active .img {
  opacity: 1;
}

@media (min-width: 769px) {
  .about-block .block02 .img {
    transition-delay: 0.4s;
  }
}
.about-block .block03:before {
  width: 0;
  transition: width 0.7s;
}

.about-block .block03 .img {
  opacity: 0;
  transition: opacity 0.4s ease 0.7s;
}

@media (min-width: 769px) {
  .about-block .block03 .about-lead {
    transition-delay: 0.7s;
  }
}
.about-block .block03 .about-txt {
  transition-delay: 1.1s;
}

.about-block .block03.is-active:before {
  width: 100%;
}

.about-block .block03.is-active .img {
  opacity: 1;
}

/*------------------------------------------
modal
------------------------------------------*/
.js-modal {
  display: none;
}

.modal-block {
  width: 100vw;
  height: 100vh;
  padding: 50px 0 0;
  background: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal-wrap {
  padding: 30px 0 100px;
}

@media (min-width: 769px) {
  .modal-wrap {
    padding: 40px 0 100px;
  }
}
.modal-close {
  width: 77px;
  height: 28px;
  margin: 0 20px 0 auto;
  background: #000;
  font-family: "Heebo", sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .modal-close {
    width: 99px;
    height: 28px;
  }
}
.modal-cont {
  padding: 0 25px;
  position: relative;
}

.modal-cont .ttl {
  font-family: "Heebo", sans-serif;
  color: #F0F0F0;
  font-size: 229px;
  line-height: 1;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: -90px;
  right: -43px;
  transform: rotate(180deg);
  z-index: -1;
}

@media (min-width: 769px) {
  .modal-cont .ttl {
    font-size: 260px;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    top: -65px;
    right: -8px;
    transform: none;
  }
}
.profile-wrap {
  margin: 20px auto 0;
}

@media (min-width: 769px) {
  .profile-wrap {
    max-width: 990px;
    margin: 89px auto 0;
    display: flex;
  }
}
.profile-wrap .img {
  width: 53.3333333333vw;
  max-width: 273px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .profile-wrap .img {
    width: 273px;
    margin: 0;
  }
}
.profile-wrap .detail {
  margin: 30px auto 0;
}

@media (min-width: 769px) {
  .profile-wrap .detail {
    width: calc(100% - 273px);
    margin: 0;
    padding: 0 0 0 75px;
  }
}
.profile-wrap .name {
  font-family: "Heebo", sans-serif;
  font-size: 7.4666666667vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) {
  .profile-wrap .name {
    font-size: 30px;
    text-align: left;
  }
}
.profile-wrap .list {
  margin: 45px auto 0;
  padding: 0 15px;
}

@media (min-width: 769px) {
  .profile-wrap .list {
    margin: 32px auto 0;
    padding: 0;
  }
}
.profile-wrap .bundle {
  display: flex;
}

.profile-wrap .bundle dt {
  width: 100px;
  font-size: 14px;
  line-height: 2.91;
  font-weight: 700;
}

@media (min-width: 769px) {
  .profile-wrap .bundle dt {
    width: 125px;
  }
}
.profile-wrap .bundle dd {
  width: calc(100% - 100px);
  font-size: 12px;
  line-height: 2.9166666667;
  letter-spacing: 0.03em;
}

@media (min-width: 769px) {
  .profile-wrap .bundle dd {
    width: calc(100% - 125px);
    font-size: 12px;
  }
}
.profile-wrap .txt {
  margin: 15px auto 0;
  padding: 35px 0 0;
  border-top: 1px solid #000;
  font-size: 12px;
  line-height: 2.6666666667;
}

@media (min-width: 769px) {
  .profile-wrap .txt {
    margin: 23px auto 0;
    padding: 30px 0 0;
    font-size: 13px;
    line-height: 2.3076923077;
    letter-spacing: 0.03em;
  }
}
.profile-wrap .logo {
  width: 183px;
  margin: 30px 0 0 auto;
}

/*------------------------------------------
menu
------------------------------------------*/
.menu-block {
  padding: 97px 15px 90px;
}

@media (min-width: 769px) {
  .menu-block {
    padding: 144px 40px 150px;
  }
}
.menu-block .btn-wrap {
  width: 100%;
  height: 226px;
  padding: 128px 45px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(240, 240, 240, 0) 0%, rgba(206, 206, 206, 0.4) 100%);
}

@media (min-width: 769px) {
  .menu-block .btn-wrap {
    height: 168px;
    padding: 87px 0 0;
  }
}
@media (min-width: 769px) {
  .menu-block .btn-wrap .cmn-btn02 {
    width: 230px;
    margin: 0 auto;
  }
}
.menu-wrap {
  margin: 71px auto 0;
  position: relative;
}

@media (min-width: 769px) {
  .menu-wrap {
    margin: 64px auto 0;
    max-width: 900px;
  }
}
.menu-list {
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.4s;
}

@media (min-width: 769px) {
  .menu-list {
    max-height: 340px;
  }
}
.menu-list.is-show {
  max-height: calc(3em*34);
}

@media (min-width: 769px) {
  .menu-list.is-show {
    max-height: calc(3em*28);
  }
}
.menu-list .bundle {
  padding: 17px 20px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 13px;
  line-height: 1.9230769231;
  letter-spacing: 0.03em;
}

@media (min-width: 769px) {
  .menu-list .bundle {
    padding: 16px 20px 11px;
  }
}
.menu-list dt {
  font-weight: 400;
}

.menu-list dt .large {
  font-size: 16px;
  font-weight: 700;
}

.menu-list dd {
  font-weight: 700;
  text-align: right;
}

/*------------------------------------------
instagram
------------------------------------------*/
.insta-block {
  padding: 48px 0 90px;
  background: #F5F5F5;
  position: relative;
}

@media (min-width: 769px) {
  .insta-block {
    padding: 60px 0;
  }
}
.insta-block:before {
  content: "";
  width: 188px;
  height: 100%;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 769px) {
  .insta-block:before {
    width: 333px;
    background: linear-gradient(90deg, whitesmoke 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.insta-block .sec-ttl02 {
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) {
  .insta-block .sec-ttl02 {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
  }
}
.insta-wrap {
  margin: 47px auto 0;
  display: flex;
  justify-content: center;
}

@media (min-width: 769px) {
  .insta-wrap {
    margin: 0 auto;
  }
}
.insta-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 332px 40px 166px 166px 40px 332px 40px 166px 166px 40px;
  grid-template-columns: 332px 40px 166px 166px 40px 332px 40px 166px 166px 40px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.insta-item {
  padding-top: 100%;
  position: relative;
}

.insta-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.insta-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.insta-item:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.insta-item:nth-child(3) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.insta-item:nth-child(4) {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.insta-item:nth-child(5) {
  -ms-grid-column: 8;
  -ms-grid-column-span: 1;
  grid-column: 8/9;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.insta-item:nth-child(6) {
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
  grid-column: 9/10;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

/*------------------------------------------
information
------------------------------------------*/
.information-block {
  padding: 96px 60px 91px;
  position: relative;
}

@media (min-width: 769px) {
  .information-block {
    padding: 223px 40px 150px;
  }
}
.information-block .ttl {
  font-size: 114px;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  color: #F5F5F5;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%) rotate(180deg);
  z-index: -1;
}

@media (min-width: 769px) {
  .information-block .ttl {
    font-size: 13.2142857143vw;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    top: 140px;
    left: 100%;
    right: auto;
    bottom: auto;
    transform: none;
  }
}
@media (min-width: 1400px) {
  .information-block .ttl {
    font-size: 185px;
  }
}
@media (min-width: 769px) {
  .information-block .cont-block-in {
    max-width: 1100px;
    margin: 0 auto;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .information-block .cont-block-in {
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
}
.information-block [class*=box] {
  margin: 0 auto 50px;
}

@media (min-width: 769px) {
  .information-block [class*=box] {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin: 0;
  }
}
.information-block [class*=box]:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .information-block [class*=box]:last-child {
    padding-left: 40px;
    transition-delay: 0.8s;
  }
}
@media (min-width: 769px) {
  .information-block [class*=box]:nth-child(2) {
    margin: 40px auto 0;
  }
}
@media (min-width: 1025px) {
  .information-block [class*=box]:nth-child(2) {
    margin: 65px auto 0;
  }
}
@media (min-width: 769px) {
  .information-block [class*=box]:nth-child(3) {
    transition-delay: 0.4s;
  }
}
.information-block .sec-ttl03 + * {
  margin: 14px auto 0;
}

@media (min-width: 769px) {
  .information-block .sec-ttl03 + * {
    margin: 16px auto 0;
  }
}
.information-block .txt01 {
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
}

@media (min-width: 769px) {
  .information-block .txt01 {
    letter-spacing: 0.03em;
  }
}
.information-block .txt02 {
  margin: 26px auto 0;
  font-size: 23px;
  font-weight: 500;
}

@media (min-width: 769px) {
  .information-block .txt02 {
    margin: 44px auto 0;
    letter-spacing: 0.03em;
  }
}
.information-block .txt02 > * {
  display: inline-block;
}

.information-block .txt02 small {
  font-size: 0.7em;
}

.information-block .gmap {
  height: 133px;
}

@media (min-width: 769px) {
  .information-block .gmap {
    height: 173px;
  }
}
.information-block .gmap iframe {
  width: 100%;
  height: 100%;
}

.information-block .cmn-btn01 {
  margin: 30px auto 0;
}

@media (min-width: 769px) {
  .information-block .cmn-btn01 {
    max-width: 287px;
    margin: 20px 0 0;
  }
}
@media (min-width: 1025px) {
  .information-block .cmn-btn01 {
    margin: 45px 0 0;
  }
}
@media (min-width: 769px) {
  .information-block .cmn-btn01 a {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .information-block .cmn-btn01 a {
    padding: 20px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .information-block .cmn-btn01 br {
    display: none;
  }
}
.information-block .cmn-btn01 .ico {
  right: 14px;
}

/*------------------------------------------
banner
------------------------------------------*/
.bnr-block {
  padding: 0 15px 90px;
}

@media (min-width: 769px) {
  .bnr-block {
    padding: 0 40px 150px;
  }
}
@media (min-width: 769px) {
  .bnr-list {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.bnr-item {
  margin: 0 auto 20px;
}

@media (min-width: 769px) {
  .bnr-item {
    width: calc(33.33% - 6.66px);
    margin: 10px 10px 0 0;
  }
}
.bnr-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .bnr-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .bnr-item:nth-child(3n) {
    margin-right: 0;
  }
}
.bnr-item a {
  display: block;
}

/*------------------------------------------
animation
------------------------------------------*/
.fadein {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fadein.is-active {
  opacity: 1;
}

.page-hd {
  width: 100%;
  height: 50px;
  padding: 0 0 0 15px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (min-width: 769px) {
  .page-hd {
    height: 60px;
    padding: 0 23px 0 40px;
  }
}
.page-hd .logo {
  width: 110px;
  height: 8px;
}

@media (min-width: 769px) {
  .page-hd .logo {
    width: 155px;
    height: 13px;
  }
}
.page-hd .logo img {
  vertical-align: top;
}

.page-hd .btn-wrap {
  display: flex;
}

@media (min-width: 769px) {
  .page-hd .tel {
    display: none;
  }
}
.page-hd .tel a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .page-hd .tel a {
    width: auto;
    height: 60px;
    padding: 0 14px;
  }
}
.page-hd .tel img {
  width: 11px;
}

.gnav-btn {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}

@media (min-width: 769px) {
  .gnav-btn {
    width: 60px;
    height: 60px;
  }
}
.gnav-btn span {
  display: block;
  width: 24px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 14px;
}

@media (min-width: 769px) {
  .gnav-btn span {
    height: 2px;
    left: 18px;
  }
}
.gnav-btn span:nth-child(1) {
  top: 19px;
  transform-origin: left;
  transition: transform 0.2s ease;
}

@media (min-width: 769px) {
  .gnav-btn span:nth-child(1) {
    top: 23.5px;
  }
}
.gnav-btn span:nth-child(2) {
  top: 24.5px;
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  .gnav-btn span:nth-child(2) {
    top: 29.5px;
  }
}
.gnav-btn span:nth-child(3) {
  top: 31px;
  transform-origin: left;
  transition: transform 0.2s ease;
}

@media (min-width: 769px) {
  .gnav-btn span:nth-child(3) {
    top: 35.5px;
  }
}
.gnav-btn.is-open span:nth-child(1) {
  transform: rotate(30deg);
}

@media (min-width: 769px) {
  .gnav-btn.is-open span:nth-child(1) {
    top: 23.5px;
  }
}
.gnav-btn.is-open span:nth-child(2) {
  opacity: 0;
}

@media (min-width: 769px) {
  .gnav-btn.is-open span:nth-child(2) {
    top: 29.5px;
  }
}
.gnav-btn.is-open span:nth-child(3) {
  transform: rotate(-30deg);
}

@media (min-width: 769px) {
  .gnav-btn.is-open span:nth-child(3) {
    top: 35.5px;
  }
}
.gnav {
  width: 100%;
  height: 120vh;
  padding: 140px 0 0;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.gnav-wrap {
  width: 100vw;
  height: calc(100vh - 50px);
  position: absolute;
  top: 100%;
  right: 0;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}

@media (min-width: 769px) {
  .gnav-wrap {
    height: calc(100vh - 60px);
    transition-duration: 0.7s;
  }
}
.gnav-bg {
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .gnav {
    width: 422px;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.gnav-item {
  margin: 0 auto 60px;
  text-align: center;
}

.gnav-item:last-child {
  margin-bottom: 0;
}

.gnav-item a {
  font-family: "Heebo", sans-serif;
  color: #fff;
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .gnav-item a {
    font-size: 30px;
  }
}
.gnav-wrap.is-open {
  transform: translateX(0);
}

.page-ft {
  position: relative;
  z-index: 1;
}

.page-ft .ft-band {
  height: 69.0666666667vw;
  background: url(../images/img_band03.jpg) no-repeat center right;
  background-size: cover;
  position: relative;
}

@media (min-width: 769px) {
  .page-ft .ft-band {
    height: 28.5714285714vw;
    max-height: 400px;
  }
}
.page-ft .ft-band .txt {
  padding: 9px 11px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: 700;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

@media (min-width: 769px) {
  .page-ft .ft-band .txt {
    padding: 8px 20px;
    font-size: 19px;
    letter-spacing: 0.7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
  }
}
.page-ft .ft-band .txt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-ft .ft-band .txt span {
  position: relative;
  z-index: 1;
}

.page-ft .copyright {
  padding: 19px 0 17px;
  background: #000;
  font-family: "Heebo", sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.page-ft .ft-band .txt:before {
  width: 0;
  transition: width 0.4s linear;
}

.page-ft .ft-band span {
  opacity: 0;
  transition: opacity 0.4s ease 0.5s;
}

.page-ft .ft-band.is-active .txt:before {
  width: 100%;
}

.page-ft .ft-band.is-active span {
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=../css/maps/style.css.map */
