@charset "UTF-8";
/* ===================================
common
=================================== */
/* 中カテゴリ
==============================　*/
.c-pagetop a {
  top: -70px;
}

.c-fix_movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-fix_movie:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.c-fix_movie video {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-fix_movie.sp {
  display: none;
}

.c-ttl_area {
  margin-top: 50px;
}
.c-ttl_area .c-pagettl {
  position: relative;
}
.c-ttl_area .c-pagettl > * {
  display: block;
  line-height: 1;
}
.c-ttl_area .c-pagettl .c-ja {
  font-size: 16px;
}
.c-ttl_area .c-pagettl .c-en {
  font-size: 80px;
  font-family: "Cormorant Infant", serif;
  margin-top: 10px;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  width: 100%;
  word-break: keep-all;
  white-space: nowrap;
}
.c-ttl_area .c-pagettl .c-en:after {
  content: "";
  background: #777777;
  width: 100%;
  height: 1px;
  flex-grow: 1;
  margin-top: 40px;
  margin-left: 15px;
}

/* header */
.l-header .c-left {
  display: flex;
  align-items: center;
}
.l-header .c-left .c-gnav ul {
  display: flex;
  line-height: 1;
  margin-left: 60px;
  margin-top: -10px;
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.l-header .c-left .c-gnav ul a {
  transition: 0.5s;
}
.l-header .c-left .c-gnav ul a:hover {
  opacity: 0.5;
}
.l-header .c-left .c-gnav ul li + li {
  margin-left: 40px;
}

@media screen and (max-width: 1200px) {
  .l-header .c-left .c-gnav ul {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1150px) {
  .c-menu_area .c-gnav {
    width: 90%;
    margin: 0 auto 20px;
    font-family: "Cormorant Infant", serif;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .c-menu_area .c-gnav li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-fix_movie.pc {
    display: none;
  }
  .c-fix_movie.sp {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .c-ttl_area .c-pagettl .c-ja {
    font-size: 14px;
  }
  .c-ttl_area .c-pagettl .c-en {
    font-size: 40px;
  }
  .c-ttl_area .c-pagettl .c-en:before {
    bottom: 20px;
  }
  .c-ttl_area .c-pagettl .c-en:after {
    margin-top: 20px;
  }
}
@media screen and (max-width: 350px) {
  .c-ttl_area .c-pagettl .c-en {
    font-size: 36px;
  }
  .c-ttl_area .c-pagettl .c-en:after {
    margin-top: 18px;
  }
}
/* ===================================
FV
=================================== */
.c-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 46vw;
  height: 50vw;
  overflow: hidden;
  border-radius: 28vw 0 0;
  z-index: 1;
}

.c-fv {
  position: relative;
  margin-top: 45px;
}
.c-fv .c-page_ttl .c-small_ttl {
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.3em;
}
.c-fv .c-page_ttl .c-small_ttl .c-ico {
  position: relative;
  width: 55px;
  display: inline-block;
}
.c-fv .c-page_ttl .c-small_ttl .c-ico:before {
  content: "";
  width: 155px;
  height: 1px;
  background: #777777;
  position: absolute;
  top: -20px;
  left: -55px;
  transform: rotate(45deg);
}
.c-fv .c-page_ttl .c-small_ttl .c-ico:after {
  content: "";
  width: 155px;
  height: 1px;
  background: #777777;
  position: absolute;
  top: -20px;
  left: -55px;
  transform: rotate(-45deg);
}
.c-fv .c-page_ttl .c-large_ttl {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  letter-spacing: 0.33em;
  line-height: 1;
  margin-top: 23px;
}
.c-fv .c-fv_ttl {
  font-size: 24px;
  padding-top: 16.5vw;
  font-family: "Noto Serif JP", serif;
}
.c-fv .c-fv_ttl span {
  font-size: 30px;
}
.c-fv .c-textarea {
  padding-top: 11.5vw;
  margin-left: 50px;
  position: relative;
  z-index: 10;
}
.c-fv .c-text {
  margin-top: 30px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .c-slider {
    height: 80vw;
    width: 50vw;
  }
  .c-fv .c-textarea {
    margin-left: 0;
  }
  .c-fv .c-page_ttl .c-small_ttl {
    font-size: 3vw;
  }
  .c-fv .c-page_ttl .c-large_ttl {
    font-size: 8vw;
  }
  .c-fv .c-page_ttl .c-small_ttl .c-ico:before,
.c-fv .c-page_ttl .c-small_ttl .c-ico:after {
    width: 13vw;
    left: -3vw;
    top: -2vw;
  }
}
@media screen and (max-width: 600px) {
  .c-fv .c-page_ttl .c-small_ttl .c-ico:before, .c-fv .c-page_ttl .c-small_ttl .c-ico:after {
    width: 13vw;
    left: -2vw;
    top: -3vw;
  }
  .c-fv .c-page_ttl .c-small_ttl .c-ico {
    width: 30px;
  }
  .c-fv .c-fv_ttl {
    font-size: 18px;
  }
  .c-fv .c-fv_ttl span {
    font-size: 22px;
  }
}
/* ===================================
ABOUT
=================================== */
.c-animation {
  position: relative;
  overflow: hidden;
  z-index: 10;
  height: 565.5px;
  margin-top: -45px;
}
.c-animation .c-right_animation {
  width: 565.5px;
  position: absolute;
  top: 35px;
  right: -170px;
  -webkit-animation: 80s linear infinite rotation;
          animation: 80s linear infinite rotation;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-about {
  margin-top: -370px;
}

.c-about_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.c-about_wrap .c-text_area {
  width: 50%;
}
.c-about_wrap .c-text_area > div {
  padding-top: 55px;
  padding-left: 55px;
}
.c-about_wrap .c-text_area > div + div {
  /* padding-top: 120px; */
  padding-top: 50vh;
}
.c-about_wrap .c-text_area .c-img.p-sp {
  display: none;
}
.c-about_wrap .c-text_area > div:last-child {
  padding-bottom: 50vh;
}
.c-about_wrap .c-text_area .c-ttl .en {
  font-size: 20px;
  color: #777777;
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.08em;
}
.c-about_wrap .c-text_area .c-ttl .ja {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}
.c-about_wrap .c-text_area .c-text {
  line-height: 2;
  margin-top: 40px;
}

.c-about_wrap .c-img_area {
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: calc(50% - 200px);
  margin-top: 70px;
}
.c-about_wrap .c-img_area .c-img {
  height: 400px;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
}
.c-about_wrap .c-img_area .c-img:first-child {
  visibility: visible;
  opacity: 1;
}
.c-about_wrap .c-img_area .c-img.active {
  visibility: visible;
  opacity: 1;
}

.c-input_ttl {
  display: flex;
  align-items: center;
}
.c-input_ttl .c-num {
  font-family: "Cormorant Infant", serif;
  font-size: 40px;
  background: url(../img/top/ico_maru.png) no-repeat 100%;
  background-size: 100%;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-input_ttl .c-text {
  display: inline-block;
  margin-left: -11px;
  font-size: 18px;
  padding: 5px;
  margin-top: -2px !important;
  font-family: "Noto Serif JP", serif;
}

.c-input_ttl + .c-text {
  margin-top: 30px !important;
}

@media screen and (max-width: 1024px) {
  .c-about_wrap .c-text_area > div {
    padding-left: 25px;
  }
}
@media screen and (max-width: 600px) {
  .c-animation {
    height: 280px;
  }
  .c-animation .c-right_animation {
    width: 280px;
    right: -100px;
    top: 45px;
  }
  .c-about {
    margin-top: -200px;
  }
  .c-input_ttl .c-num {
    width: 55px;
    height: 55px;
    font-size: 30px;
  }
  .c-input_ttl .c-text {
    font-size: 18px;
    padding: 0;
    margin-left: -5px;
    margin-top: -3px;
  }
  .c-about_wrap {
    display: block;
  }
  .c-about_wrap .c-img_area {
    display: none;
  }
  .c-about_wrap .c-text_area .c-img.p-sp {
    display: block;
    margin-bottom: 20px;
  }
  .c-about_wrap .c-text_area {
    width: 100%;
    margin-top: -40vw;
  }
  .c-about_wrap .c-text_area > div {
    padding-left: 0;
    padding-top: 50vw;
  }
  .c-about_wrap .c-img_area .c-img {
    height: auto;
  }
  .c-about_wrap .c-text_area > div + div {
    padding-top: 100px;
  }
  .c-about_wrap .c-text_area > div:last-child {
    padding-bottom: 0;
  }
  .c-about_wrap .c-text_area .c-ttl .ja {
    font-size: 20px;
  }
  .c-about_wrap .c-text_area .c-ttl .en {
    font-size: 16px;
  }
}
/* ===================================
FACILITY
=================================== */
.c-facility {
  margin-top: -38vh;
  position: relative;
}

.c-map_area {
  display: flex;
  margin-top: 70px;
}
.c-map_area .c-img {
  max-width: 550px;
}
.c-map_area .swiper-pagination {
  right: 12px !important;
  top: 44% !important;
}
.c-map_area .swiper-container {
  width: calc(100% - 600px);
  margin: 0 0 0 auto;
}
.c-map_area .swiper {
  height: 515px;
  padding: 70px 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.c-map_area .swiper figure {
  height: 300px;
  overflow: hidden;
}
.c-map_area .swiper .c-ttl {
  font-size: 18px;
  display: flex;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  align-items: center;
  margin-top: 20px;
}
.c-map_area .swiper .c-ttl span {
  font-family: "Cormorant Infant", serif;
  font-size: 40px;
  margin-right: 10px;
}
.c-map_area .swiper-button-prev {
  left: calc(50% - 15px);
  top: 20px;
  transform: rotate(90deg);
  width: 33px;
  height: 23px;
}
.c-map_area .swiper-button-next {
  left: calc(50% - 15px);
  bottom: 20px;
  transform: rotate(90deg);
  width: 33px;
  height: 23px;
  top: auto;
}
.c-map_area .swiper-button-prev:after {
  width: 30px;
  left: 9px;
}
.c-map_area .swiper-button-next:after {
  width: 30px;
  right: 6px;
}
.c-map_area .swiper-slide {
  opacity: 0;
}
.c-map_area .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.c-bg_box {
  background: #111111;
}

.c-facility .c-bg_box {
  margin-top: 100px;
  padding: 40px 0 65px;
}
.c-facility .c-bg_box figure {
  height: 350px;
  overflow: hidden;
}
.c-facility .c-bg_box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-facility .c-bg_box .c-ttl {
  font-size: 24px !important;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 10px;
}
.c-facility .c-bg_box .swiper-slide {
  padding: 25px;
}
.c-facility .c-bg_box .swiper-slide .c-ttl {
  font-size: 18px !important;
  margin-top: 20px;
  text-align: left;
}
.c-facility .c-bg_box .swiper-slide .c-text {
  margin-top: 10px;
}
.c-facility .c-bg_box .swiper {
  padding-bottom: 65px;
}
.c-facility .c-bg_box .swiper-pagination-bullet-active {
  background: none !important;
}
.c-facility .c-bg_box .swiper-pagination-bullet {
  border: none !important;
  font-size: 30px;
  font-family: "Cormorant Infant", serif;
  text-align: center;
  width: auto !important;
  height: 100% !important;
  line-height: 1;
  margin: 0 8px !important;
  background: none !important;
}
.c-facility .c-bg_box .swiper-button-prev {
  bottom: 5px;
  left: calc(50% - 123px);
  top: auto;
}
.c-facility .c-bg_box .swiper-button-next {
  bottom: 5px;
  right: calc(50% - 123px);
  top: auto;
}

@media screen and (max-width: 1250px) {
  .c-map_area .c-img {
    width: 45%;
  }
  .c-map_area .swiper-container {
    width: 50%;
  }
  .c-map_area .swiper figure {
    height: 20vw;
  }
  .c-map_area .swiper {
    height: 45vw;
    padding: 70px 50px 70px 20px;
  }
  .c-facility .c-bg_box figure {
    height: 45vw;
  }
}
@media screen and (max-width: 900px) {
  .c-facility .c-bg_box {
    margin-top: 50px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-map_area {
    display: block;
  }
  .c-map_area .c-img {
    width: 100%;
    margin: 0 auto;
  }
  .c-map_area .swiper-container {
    width: 100%;
    margin-top: 0;
  }
  .c-map_area .swiper {
    height: auto;
    padding: 50px 20px 80px 20px;
    position: relative;
    top: auto;
  }
  .c-map_area .swiper figure {
    height: 45vw;
  }
  .c-map_area .swiper-pagination {
    top: auto !important;
    bottom: 20px !important;
  }
  .c-map_area .swiper-button-prev {
    transform: inherit;
    top: auto;
    bottom: 0;
    left: calc(50% - 95px);
  }
  .c-map_area .swiper-button-next {
    transform: inherit;
    top: auto;
    bottom: 0;
    right: calc(50% - 95px);
    left: auto;
  }
  .c-facility .c-bg_box figure {
    height: 45vw;
  }
}
@media screen and (max-width: 600px) {
  .c-facility {
    margin-top: 75px;
  }
  .c-map_area .swiper .c-ttl {
    font-size: 16px;
  }
  .c-map_area .swiper .c-ttl span {
    font-size: 32px;
  }
  .c-facility .c-bg_box .c-ttl {
    font-size: 18px !important;
  }
  .c-facility .c-bg_box .swiper-slide .c-ttl {
    font-size: 16px !important;
  }
  .c-facility .c-bg_box .swiper-pagination-bullet {
    font-size: 24px;
  }
  .c-facility .c-bg_box .swiper-button-prev {
    transform: scale(0.7);
    left: calc(50% - 100px);
    bottom: 4px;
  }
  .c-facility .c-bg_box .swiper-button-next {
    transform: scale(0.7);
    right: calc(50% - 100px);
    bottom: 4px;
  }
  .c-facility .c-bg_box .swiper {
    padding-bottom: 45px;
  }
  .c-facility .c-bg_box .swiper-slide .c-text,
.c-howtouse .swiper-slide .c-text {
    font-size: 13px;
    line-height: 1.8;
  }
}
/* ===================================
HOW TO USE
=================================== */
.c-howtouse {
  position: relative;
  margin-top: 145px;
}
.c-howtouse .c-ttl_area + .c-bg_box {
  margin-top: 70px;
}
.c-howtouse .c-bg_box .c-ttl {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
}
.c-howtouse .c-bg_box .c-top_text {
  text-align: center;
}
.c-howtouse .c-bg_box .c-top_text span {
  display: block;
  font-size: 12px;
}
.c-howtouse .swiper figure {
  height: 350px;
  overflow: hidden;
}
.c-howtouse .swiper figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-howtouse .swiper-slide {
  padding: 25px;
}
.c-howtouse .swiper-slide .c-ttl {
  font-size: 18px !important;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
}
.c-howtouse .swiper-slide .c-text {
  margin-top: 10px;
}
.c-howtouse .swiper-slide .c-text span {
  font-size: 12px;
  display: block;
}
.c-howtouse .swiper {
  padding-bottom: 65px;
}
.c-howtouse .swiper-container {
  margin-top: 25px;
  padding-bottom: 65px;
}
.c-howtouse .swiper-pagination-bullet-active {
  background: none !important;
}
.c-howtouse .swiper-pagination-bullet {
  border: none !important;
  font-size: 30px;
  font-family: "Cormorant Infant", serif;
  text-align: center;
  width: auto !important;
  height: 100% !important;
  line-height: 1;
  margin: 0 8px !important;
  background: none !important;
}
.c-howtouse .swiper-button-prev {
  bottom: 5px;
  left: calc(50% - 123px);
  top: auto;
}
.c-howtouse .swiper-button-next {
  bottom: 5px;
  right: calc(50% - 123px);
  top: auto;
}

.c-bg_box + .c-bg_box {
  margin-top: 100px;
}
.c-bg_box + .c-bg_box .modal_wrap {
  padding-bottom: 80px;
}
.c-bg_box + .c-bg_box .modal_wrap .js-button {
  margin: 55px auto 0;
  display: flex;
  width: 300px;
  border: 1px solid #777777;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.5s;
  cursor: pointer;
}
.c-bg_box + .c-bg_box .modal_wrap .js-button:hover {
  opacity: 0.5;
}
.c-bg_box + .c-bg_box .modal_wrap .js-button span {
  position: relative;
  padding-left: 30px;
}
.c-bg_box + .c-bg_box .modal_wrap .js-button span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #777777;
  border-right: 1px solid #777777;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(45deg);
}

.c-gold_area {
  color: #c3ac73;
  text-align: center;
  padding-bottom: 80px;
}
.c-gold_area .c-ttl_vip {
  max-width: 304px;
  margin: 55px auto 0;
}
.c-gold_area .c-ttl_vip + .c-text {
  margin-top: 30px;
  line-height: 1.6;
}
.c-gold_area .c-ttl_vip + .c-text span {
  font-size: 18px;
}
.c-gold_area .c-btn_g > * {
  margin: 50px auto 0;
  width: 300px;
  padding: 10px 0;
}

.c-gold_inbox {
  border: 1px solid;
  max-width: 500px;
  margin: 55px auto 0;
  padding-bottom: 25px;
}
.c-gold_inbox .c-ttl {
  background: #111;
  padding: 0 20px !important;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -24px auto 0;
}
.c-gold_inbox .c-ico {
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}
.c-gold_inbox .c-list {
  max-width: 295px;
  margin: 0 auto;
}
.c-gold_inbox .c-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.c-gold_inbox .c-list li + li {
  margin-top: 15px;
}
.c-gold_inbox .c-sub_text {
  font-size: 12px;
  margin-top: 15px;
}

@media screen and (max-width: 1250px) {
  .c-howtouse .swiper figure {
    height: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .c-howtouse .swiper figure {
    height: 45vw;
  }
  .c-howtouse .c-bg_box .c-top_text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .c-howtouse {
    margin-top: 75px;
  }
  .c-howtouse .swiper-container {
    padding-bottom: 20px;
  }
  .c-howtouse .c-bg_box .c-ttl {
    font-size: 18px !important;
  }
  .c-howtouse .swiper-slide .c-ttl {
    font-size: 16px !important;
  }
  .c-howtouse .swiper {
    padding-bottom: 45px;
  }
  .c-howtouse .swiper-pagination-bullet {
    font-size: 24px;
  }
  .c-howtouse .swiper-button-prev {
    transform: scale(0.7);
    left: calc(50% - 100px);
    bottom: 4px;
  }
  .c-howtouse .swiper-button-next {
    transform: scale(0.7);
    right: calc(50% - 100px);
    bottom: 4px;
  }
  .c-bg_box + .c-bg_box {
    padding: 0 20px;
    margin-top: 50px;
  }
  .c-gold_inbox {
    padding: 0 10px 25px;
  }
  .c-bg_box + .c-bg_box .modal_wrap .js-button {
    width: 90%;
  }
  .c-gold_area .c-btn_g > * {
    width: 90%;
  }
  .c-gold_inbox .c-list li {
    font-size: 16px;
    text-align: left;
  }
  .c-gold_area {
    padding-bottom: 50px;
  }
  .c-bg_box + .c-bg_box .modal_wrap {
    padding-bottom: 50px;
  }
  .c-gold_inbox .c-ico {
    width: 30px;
  }
  .c-gold_inbox .c-ico + .c-text {
    width: calc(100% - 40px);
  }
  .c-howtouse .c-bg_box .c-top_text {
    text-align: left;
  }
}
/* ===================================
ACCESS
=================================== */
.c-access {
  margin-top: 145px;
}

.c-map_wrap {
  margin-top: 65px;
  position: relative;
}
.c-map_wrap .c-text {
  background: #111111;
  padding: 50px;
  width: 500px;
  margin: -125px 0 0 auto;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
}
.c-map_wrap .c-text dt {
  margin-top: -5px;
}
.c-map_wrap .c-text dd {
  border-bottom: 1px solid #777777;
  padding-bottom: 25px;
}
.c-map_wrap .c-text dl div + div {
  margin-top: 30px;
}

.c-map iframe {
  width: 1000px;
  height: 460px;
  filter: grayscale(1);
  display: block;
}

@media screen and (max-width: 1200px) {
  .c-map iframe {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .c-access {
    margin-top: 75px;
  }
  .c-map_wrap {
    margin-top: 40px;
  }
  .c-map_wrap .c-text {
    padding: 30px 25px;
    width: 90%;
    font-size: 12px;
    margin: -30px 0 0 auto;
  }
  .c-map iframe {
    width: 90%;
    height: 300px;
  }
}
/* ===================================
 insta
=================================== */
.c-instagram {
  position: relative;
  margin-top: 65px;
}
.c-instagram .c-inner_l {
  max-width: 1000px;
}
.c-instagram .c-ttl_bg {
  font-size: 130px;
  color: #ffffff;
  opacity: 0.05;
  text-align: center;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.05em;
}
.c-instagram .c-insta_list {
  display: flex;
  flex-wrap: wrap;
  margin: -130px -25px 0;
}
.c-instagram .c-insta_list li {
  margin: 25px;
  width: calc((100% - 150px) / 3);
  height: 300px;
}
.c-instagram .c-insta_list li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-instagram .c-insta_list li a {
  display: block;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.c-instagram .c-insta_list li a:hover {
  opacity: 0.5;
}
.c-instagram .c-link a {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 0 auto;
  transition: 0.5s;
}
.c-instagram .c-link a:hover {
  opacity: 0.5;
}
.c-instagram .c-link a .c-ico {
  width: 20px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 1100px) {
  .c-instagram .c-insta_list {
    margin: -130px -20px 0;
  }
  .c-instagram .c-insta_list li {
    width: calc((100% - 150px) / 3);
    height: calc((100vw - 190px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .c-instagram .c-ttl_bg {
    font-size: 100px;
  }
  .c-instagram .c-insta_list li {
    margin: 10px;
    width: calc((100% - 60px) / 3);
    height: calc((100vw - 100px) / 3);
  }
  .c-instagram .c-insta_list {
    margin: -85px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .c-instagram .c-insta_list li {
    width: calc((100% - 40px) / 2);
    height: calc((100vw - 80px) / 2);
  }
  .c-instagram .c-ttl_bg {
    font-size: 15vw;
  }
  .c-instagram .c-insta_list {
    margin-top: -13vw;
  }
}
/* ===================================
 js
=================================== */
/* slider */
#fv_slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}

#fv_slider .item {
  opacity: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
  z-index: 1;
  height: 100%;
}

#fv_slider .item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#fv_slider .item.show_ {
  opacity: 1;
}

#fv_slider .item.zoom_ {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#fv_slider .item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 420px) {
  #fv_slider .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ===================================
 swiper
=================================== */
.swiper-pagination-bullet {
  border: 1px solid #fff !important;
  width: 10px !important;
  height: 10px !important;
  margin: 10px !important;
  transition: 0.5s;
  outline: none !important;
}
.swiper-pagination-bullet:hover {
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  outline: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  transition: 0.5s;
  outline: none !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
}

.swiper-button-prev:before {
  transform: rotate(225deg);
}

.swiper-button-next:before {
  transform: rotate(45deg);
  right: 6px;
}

/* ===================================
確認画面の使い回し
=================================== */
.c-confirm {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.c-confirm > .c-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: center;
}
.c-confirm .c-list_wrap .c-ttl_b {
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
}
.c-confirm .c-list_wrap .c-ttl_b .c-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.c-confirm .c-list_wrap .c-ttl_b a {
  text-decoration: underline;
  transition: 0.5s;
}
.c-confirm .c-list_wrap .c-ttl_b a:hover {
  opacity: 0.5;
}
.c-confirm .c-list_wrap .c-list {
  margin-top: 30px;
}
.c-confirm .c-list_wrap .c-list dt {
  font-family: "Noto Serif JP", serif;
  background: #111;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.c-confirm .c-list_wrap .c-list dd {
  background: #111;
  padding-left: 20px;
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.c-confirm .c-list_wrap .c-list dd.c-bold {
  font-weight: bold;
  line-height: 1.4;
}
.c-confirm .c-list_wrap .c-list dd.c-bold span {
  font-size: 125%;
}
.c-confirm .c-list_wrap .c-list div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  position: relative;
}
.c-confirm .c-list_wrap .c-list div:before {
  content: "";
  background: #777777;
  width: calc(100% - 50px);
  height: 1px;
  position: absolute;
  top: 15px;
  left: 25px;
}
.c-confirm .c-list_wrap .c-list div + div {
  margin-top: 14px;
}
.c-confirm .c-list_wrap .c-pay_text {
  padding: 0 25px;
  font-size: 16px;
  margin-top: 30px;
}
.c-confirm .c-list_wrap .c-pay_text .c-bold {
  font-weight: bold;
}
.c-confirm .c-btn_g > * {
  width: 400px;
  font-size: 16px;
  margin: 145px auto 0;
  padding: 17px 0;
}

@media screen and (max-width: 600px) {
  .c-confirm {
    padding: 0;
  }
  .c-confirm,
.c-confirm .c-list_wrap {
    margin-top: 50px;
  }
  .c-confirm .c-list_wrap + .c-list_wrap {
    margin-top: 60px;
  }
  .c-confirm .c-list_wrap .c-ttl_b .c-ttl {
    font-size: 16px;
  }
  .c-confirm .c-list_wrap .c-ttl_b {
    padding: 10px 15px;
  }
  .c-confirm .c-list_wrap .c-list div {
    flex-wrap: wrap;
    padding: 0 2%;
    font-size: 14px;
  }
  .c-confirm .c-list_wrap .c-list div + div {
    margin-top: 25px;
  }
  .c-confirm .c-list_wrap .c-list dt {
    border-bottom: 1px solid #777777;
  }
  .c-confirm .c-list_wrap .c-list dt, .c-confirm .c-list_wrap .c-list dd {
    width: 100%;
    padding: 5px 0;
  }
  .c-confirm .c-list_wrap .c-pay_text {
    font-size: 14px;
    padding: 0;
  }
  .c-confirm .c-list_wrap .c-list div:before {
    display: none;
  }
  .c-confirm .c-btn_g > * {
    width: 90%;
    margin-top: 75px;
  }
  .c-confirm .c-ttl {
    font-size: 20px;
  }
}