@charset "UTF-8";
@font-face {
  font-family: "zen-kaku-gothic-new";
  src: url("path-to-font.woff2") format("woff2");
  unicode-range: U+0000-FFFF;
}
/* color
===================================================== */
/* 共通
===================================================== */
html,
body {
  font-family: YakuHanMPs, "zen-old-mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin: 0 auto;
  color: #5B87B2;
  background-color: #B3D1D9;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  html,
  body {
    overflow-x: visible;
  }
}

body {
  overflow-x: hidden;
  position: relative;
}

img,
video {
  width: 100%;
  display: block;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
/* vw計算(pc用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* a
===================================================== */
a {
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  color: #5B87B2;
}

a:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

a[href=""] {
  pointer-events: none;
}

/* font
===================================================== */
.en_1 {
  font-family: YakuHanMPs, "itc-bodoni-seventytwo-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_1 {
  font-family: YakuHanMPs, "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* loading
===================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100svh;
  background-color: #B3D1D9;
  color: #B3D1D9;
  font-size: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .loading {
    font-size: 0.7638888889vw;
  }
}

.speed1,
.speed2,
.speed3,
.speed4 {
  opacity: 0;
  visibility: hidden;
}

.speed1 {
  scale: 1.1;
}

.speed4 {
  transform: translateY(30px);
}

/* 共通
===================================================== */
.line1 {
  width: 100%;
  background-color: #5B87B2;
  height: 1px;
}

.line2 {
  position: relative;
  height: 3px;
  border-top: 1px solid #5B87B2;
}
.line2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  border-top: 1px solid #5B87B2;
}

.logo-svg {
  color: #ffffff;
}

/* flex
===================================================== */
@media screen and (min-width: 769px) {
  .flex_container {
    display: flex;
    align-items: flex-start;
  }
}
.flex_container .left_container {
  width: 30.9027777778vw;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.flex_container .left_container .chico_logo {
  width: 5.9027777778vw;
  margin: 0 auto 2.0833333333vw 4.1666666667vw;
}
.flex_container .left_container h1 {
  width: 23.6111111111vw;
  margin: 0 auto 2.9166666667vw 3.8194444444vw;
}
.flex_container .left_container .fv_txt_block {
  text-align: center;
}
.flex_container .left_container .fv_txt_block .fv_ttl {
  width: fit-content;
  position: relative;
  letter-spacing: 0.2em;
  margin: 0 auto 0.6944444444vw;
  font-size: 1.3888888889vw;
  padding-bottom: 0.6944444444vw;
}
.flex_container .left_container .fv_txt_block .fv_ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.4;
}
.flex_container .left_container .fv_txt_block .fv_txt {
  line-height: 2;
  letter-spacing: 0.14em;
  font-size: 0.9722222222vw;
}
@media screen and (min-width: 769px) {
  .flex_container .main_container {
    position: relative;
    width: 38.1944444444vw;
  }
}
.flex_container .right_container {
  width: 30.9027777778vw;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.flex_container .right_container .item_list {
  position: relative;
  padding: 5.5555555556vw 0 2.7777777778vw;
}
.flex_container .right_container .item_list_ttl {
  width: 16.8402777778vw;
  margin: 0 auto 2.7777777778vw;
  text-align: center;
}
.flex_container .right_container .item_list_ttl img {
  margin-bottom: 0.6944444444vw;
  transform: translateX(-2%);
}
.flex_container .right_container .item_list_ttl p {
  font-size: 1.0416666667vw;
  letter-spacing: 0.04em;
}
.flex_container .right_container .item_list_wrap {
  margin: 0 auto 2.5vw;
  display: flex;
  gap: 0.8333333333vw;
  justify-content: center;
}
.flex_container .right_container .item_list_wrap li {
  width: 6.9444444444vw;
}
.flex_container .right_container .all_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #FFFCF6;
  border-radius: 100vw;
  letter-spacing: 0.04em;
  color: #5B87B2;
  line-height: 1;
  width: 13.8888888889vw;
  height: 3.75vw;
  font-size: 1.25vw;
}
.flex_container .right_container .all_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  width: 13.4722222222vw;
  height: 3.3333333333vw;
  border: 0.0694444444vw solid #5B87B2;
}
.flex_container .right_container .all_btn .arrow {
  position: absolute;
  right: 2.0833333333vw;
  width: 0.6944444444vw;
  height: auto;
  transition: all 0.6s;
}
.flex_container .right_container .all_btn:hover {
  opacity: 1;
}
.flex_container .right_container .all_btn:hover .arrow {
  transform: translateX(50%);
  transition: all 0.6s;
}

/* fv
===================================================== */
.fv {
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv {
    width: 38.1944444444vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.fv .chico_logo {
  width: 18.6666666667vw;
  position: absolute;
  top: 6.6666666667vw;
  left: 8vw;
}
.fv .fv_img {
  overflow: hidden;
  width: 89.3333333333vw;
  margin: 42.6666666667vw auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_img {
    width: 34.7222222222vw;
    margin: 0 auto;
  }
}
.fv .fv_img img {
  border-radius: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_img img {
    border-radius: 8.3333333333vw;
  }
}
.fv h1 {
  width: 82.6666666667vw;
  position: absolute;
  top: 18.1333333333vw;
  left: 8vw;
}
.fv .rotate_block {
  position: absolute;
  top: 4vw;
  right: 4vw;
}
@media screen and (min-width: 769px) {
  .fv .rotate_block {
    top: -4.1666666667vw;
    right: 0vw;
  }
}
.fv .rotate_block img:nth-child(1) {
  width: 22.9333333333vw;
}
@media screen and (min-width: 769px) {
  .fv .rotate_block img:nth-child(1) {
    width: 8.75vw;
  }
}
.fv .rotate_block img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -42%);
  width: 8vw;
}
@media screen and (min-width: 769px) {
  .fv .rotate_block img:nth-child(2) {
    width: 3.4722222222vw;
  }
}
.fv .fv_min_txt {
  width: 47.4666666667vw;
  position: absolute;
  right: 8.2666666667vw;
  top: 110.6666666667vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_min_txt {
    width: 19.4444444444vw;
    right: 0.3472222222vw;
    top: auto;
    bottom: 0.8333333333vw;
  }
}
.fv .fv_code {
  width: 6.9333333333vw;
  position: absolute;
  left: 2.6666666667vw;
  top: 93.3333333333vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_code {
    width: 2.5vw;
    left: 0.6944444444vw;
    bottom: 6.9444444444vw;
    top: auto;
  }
}
.fv .fv_txt_block {
  text-align: center;
}
.fv .fv_txt_block .fv_ttl {
  width: fit-content;
  margin: 0 auto 2.6666666667vw;
  font-size: 5.3333333333vw;
  position: relative;
  padding-bottom: 2.6666666667vw;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt_block .fv_ttl {
    margin: 0 auto 0.6944444444vw;
    font-size: 1.3888888889vw;
    padding-bottom: 0.6944444444vw;
  }
}
.fv .fv_txt_block .fv_ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.4;
}
.fv .fv_txt_block .fv_txt {
  font-size: 3.7333333333vw;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt_block .fv_txt {
    font-size: 0.9722222222vw;
  }
}

.fv_space {
  height: 100svh;
}

/* lead
===================================================== */
/* 回る文字
========================================================= */
/* main
===================================================== */
main {
  position: relative;
  background-color: #F8F1E8;
  border-radius: 8vw;
}
@media screen and (min-width: 769px) {
  main {
    border-radius: 2.0833333333vw;
  }
}
main .item_list {
  position: relative;
  padding: 21.3333333333vw 0 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .item_list {
    padding: 6.3333333333vw 0 3.1666666667vw;
  }
}
main .item_list .plane_icon1 {
  width: 9.8666666667vw;
  position: absolute;
  top: -15.4666666667vw;
  left: 50%;
  transform: translateX(-51%);
}
@media screen and (min-width: 769px) {
  main .item_list .plane_icon1 {
    width: 2.9291666667vw;
    top: -4.5916666667vw;
  }
}
main .item_list .plane_icon2 {
  width: 9.3333333333vw;
  position: absolute;
  top: -4.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  main .item_list .plane_icon2 {
    width: 2.7708333333vw;
    top: -1.3854166667vw;
  }
}
main .item_list_ttl {
  width: 64.6666666667vw;
  margin: 0 auto 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .item_list_ttl {
    width: 19.1979166667vw;
    margin: 0 auto 3.1666666667vw;
  }
}
main .item_list_ttl img {
  margin-bottom: 2.6666666667vw;
  transform: translateX(-2%);
}
@media screen and (min-width: 769px) {
  main .item_list_ttl img {
    margin-bottom: 0.7916666667vw;
  }
}
main .item_list_ttl p {
  font-size: 4vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  main .item_list_ttl p {
    font-size: 1.1875vw;
  }
}
main .item_list_wrap {
  margin: 0 auto;
  display: flex;
  gap: 3.2vw;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  main .item_list_wrap {
    gap: 1.3888888889vw;
  }
}
main .item_list_wrap li {
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .item_list_wrap li {
    width: 8.3333333333vw;
  }
}
main {
  /* 共通
  ===================================================== */
}
main .section_ttl {
  width: 92vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .section_ttl {
    width: 30.5555555556vw;
  }
}
main .section_ttl .sub_ttl {
  font-size: 2.9333333333vw;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .section_ttl .sub_ttl {
    font-size: 0.8708333333vw;
    margin-bottom: 0.7916666667vw;
  }
}
main .section_ttl .main_ttl {
  text-align: center;
  padding: 12vw 0 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .section_ttl .main_ttl {
    padding: 3.5625vw 0 3.1666666667vw;
  }
}
main .section_ttl .main_ttl .num {
  letter-spacing: 0;
  font-size: 17.0666666667vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .section_ttl .main_ttl .num {
    font-size: 5.0666666667vw;
    margin-bottom: 0.3958333333vw;
  }
}
main .section_ttl .main_ttl h2 {
  margin: 0 auto;
}
main .section_ttl .main_ttl .min_ttl {
  font-size: 3.4666666667vw;
  margin-bottom: 4vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  main .section_ttl .main_ttl .min_ttl {
    font-size: 1.0291666667vw;
    margin-bottom: 1.1875vw;
  }
}
main .section_ttl .main_ttl .min_en {
  font-size: 2.4vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  main .section_ttl .main_ttl .min_en {
    font-size: 0.7125vw;
  }
}
main .section_main {
  margin-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  main .section_main {
    margin-bottom: 4.75vw;
  }
}
main .section_main .slide_loop {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main .section_main .slide_loop {
    margin-bottom: 2.375vw;
  }
}
main .section_main .slide_loop img {
  border-radius: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .section_main .slide_loop img {
    border-radius: 3.1666666667vw;
  }
}
main .section_main .main_credit {
  width: fit-content;
  margin: 0 auto 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6666666667vw;
  letter-spacing: 0;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .section_main .main_credit {
    font-size: 1.2666666667vw;
    margin: 0 auto 2.375vw;
    gap: 0.7916666667vw;
  }
}
main .section_main .main_credit .item_name {
  font-size: 1.1em;
}
main .section_main .main_credit .buy_btn {
  color: #ffffff;
  background-color: #5B87B2;
  border-radius: 1.0666666667vw;
  padding: 1.0666666667vw 2.6666666667vw;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  main .section_main .main_credit .buy_btn {
    border-radius: 0.3166666667vw;
    padding: 0.3166666667vw 0.7916666667vw;
    font-size: 1.0291666667vw;
  }
}
main .section_main .main_txt {
  text-align: center;
}
main .section_main .main_txt p {
  font-size: 3.4666666667vw;
  letter-spacing: 0.08em;
  line-height: 1.8461538462;
}
@media screen and (min-width: 769px) {
  main .section_main .main_txt p {
    font-size: 1.0291666667vw;
  }
}
main .section_main .main_txt p + p {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main .section_main .main_txt p + p {
    margin-top: 0.6333333333vw;
  }
}
main .section_sub {
  position: relative;
}
main .section_sub .sub_img1 {
  position: relative;
  z-index: 2;
  width: 49.6vw;
}
@media screen and (min-width: 769px) {
  main .section_sub .sub_img1 {
    width: 14.725vw;
  }
}
main .section_sub .sub_img1 img {
  border-radius: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .section_sub .sub_img1 img {
    border-radius: 1.5833333333vw;
  }
}
main .section_sub .sub_img2 {
  position: relative;
  z-index: 1;
  width: 56vw;
  margin-top: -20.8vw;
}
@media screen and (min-width: 769px) {
  main .section_sub .sub_img2 {
    width: 16.625vw;
    margin-top: -6.175vw;
  }
}
main .section_sub .sub_img2 img {
  border-radius: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .section_sub .sub_img2 img {
    border-radius: 1.5833333333vw;
  }
}
main .section_sub .deco {
  position: absolute;
}
main .section_sub .deco1 {
  top: 9.3333333333vw;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  main .section_sub .deco1 {
    top: 2.7708333333vw;
  }
}
main .section_sub .deco2 {
  width: 36vw;
  bottom: 28.8vw;
}
@media screen and (min-width: 769px) {
  main .section_sub .deco2 {
    width: 10.6875vw;
    bottom: 8.55vw;
  }
}
main .section_sub .deco3 {
  font-size: 2.1333333333vw;
  line-height: 1.75;
  color: #d2dbe8;
  width: 30.9333333333vw;
  bottom: 5.3333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  main .section_sub .deco3 {
    font-size: 0.6333333333vw;
    width: 9.1833333333vw;
    bottom: 1.5833333333vw;
  }
}
main .section_sub .deco4 {
  z-index: 3;
}
main #sec1,
main #sec3 {
  padding: 18.4vw 0;
}
@media screen and (min-width: 769px) {
  main #sec1,
  main #sec3 {
    padding: 5.4625vw 0;
  }
}
main #sec1 .section_sub .sub_img1,
main #sec3 .section_sub .sub_img1 {
  margin-left: 4vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .section_sub .sub_img1,
  main #sec3 .section_sub .sub_img1 {
    margin-left: 4.5138888889vw;
  }
}
main #sec1 .section_sub .sub_img2,
main #sec3 .section_sub .sub_img2 {
  margin-right: 4vw;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  main #sec1 .section_sub .sub_img2,
  main #sec3 .section_sub .sub_img2 {
    margin-right: 4.5138888889vw;
  }
}
main #sec1 .section_sub .deco1,
main #sec3 .section_sub .deco1 {
  right: 6.4vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .section_sub .deco1,
  main #sec3 .section_sub .deco1 {
    right: 4.8611111111vw;
  }
}
main #sec1 .section_sub .deco2,
main #sec3 .section_sub .deco2 {
  left: 0;
}
main #sec1 .section_sub .deco3,
main #sec3 .section_sub .deco3 {
  left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .section_sub .deco3,
  main #sec3 .section_sub .deco3 {
    left: 4.8611111111vw;
  }
}
main #sec1 {
  background-color: #FFFCF6;
}
main #sec1 .section_ttl .main_ttl h2 {
  width: 60.4vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .section_ttl .main_ttl h2 {
    width: 17.93125vw;
  }
}
main #sec1 .section_sub .deco1 {
  width: 41.7866666667vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .section_sub .deco1 {
    width: 12.4054166667vw;
  }
}
main #sec1 .section_sub .deco4 {
  width: 80vw;
  left: -17.3333333333vw;
  bottom: -10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .section_sub .deco4 {
    width: 20.8333333333vw;
    left: 0vw;
    bottom: -2.7777777778vw;
  }
}
main #sec2 {
  background-color: #F8F1E8;
  padding: 10.4vw 0;
}
@media screen and (min-width: 769px) {
  main #sec2 {
    padding: 3.0875vw 0;
  }
}
main #sec2 .section_ttl .main_ttl h2 {
  width: 87.7333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .section_ttl .main_ttl h2 {
    width: 26.0458333333vw;
  }
}
main #sec2 .section_sub .sub_img1 {
  margin-right: 4vw;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  main #sec2 .section_sub .sub_img1 {
    margin-right: 4.5138888889vw;
  }
}
main #sec2 .section_sub .sub_img2 {
  margin-left: 4vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .section_sub .sub_img2 {
    margin-left: 4.5138888889vw;
  }
}
main #sec2 .section_sub .deco1 {
  width: 39.4666666667vw;
  left: 6.4vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .section_sub .deco1 {
    width: 11.7166666667vw;
    left: 4.8611111111vw;
  }
}
main #sec2 .section_sub .deco2 {
  right: 0;
}
main #sec2 .section_sub .deco3 {
  right: 5.3333333333vw;
  color: #ffffff;
  text-align: right;
}
@media screen and (min-width: 769px) {
  main #sec2 .section_sub .deco3 {
    right: 4.8611111111vw;
  }
}
main #sec2 .section_sub .deco4 {
  width: 34.6666666667vw;
  right: 2.1333333333vw;
  bottom: 0vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .section_sub .deco4 {
    width: 10.2916666667vw;
    right: 2.7777777778vw;
    bottom: -1.3888888889vw;
  }
}
main #sec3 {
  background-color: #FFFCF6;
}
main #sec3 .section_ttl .main_ttl h2 {
  width: 67.12vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .section_ttl .main_ttl h2 {
    width: 19.92625vw;
    margin-bottom: 0.7916666667vw;
  }
}
main #sec3 .section_sub .deco1 {
  width: 34.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .section_sub .deco1 {
    width: 10.2916666667vw;
  }
}
main #sec3 .section_sub .deco4 {
  width: 54.6666666667vw;
  left: -8vw;
  bottom: -5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .section_sub .deco4 {
    width: 16.2291666667vw;
    left: 1.3888888889vw;
    bottom: -1.5833333333vw;
  }
}
main .ticket_deco {
  width: 100%;
  color: #5B87B2;
}
@media screen and (min-width: 769px) {
  main .ticket_deco {
    width: 100.1%;
    color: #B3D1D9;
  }
}
main .ticket_deco_svg1 {
  transform: translateY(52%);
}
main .ticket_deco_svg2 {
  transform: translateY(-50%);
}
main .link_area {
  position: relative;
  background-color: #F8F1E8;
  padding: 16vw 0 18.6666666667vw;
  border-radius: 0 0 8vw 8vw;
}
@media screen and (min-width: 769px) {
  main .link_area {
    padding: 4.75vw 0 5.5416666667vw;
    border-radius: 0 0 2.375vw 2.375vw;
  }
}
main .link_area .rotate_block {
  position: absolute;
  top: -5.0666666667vw;
  right: -9.6vw;
}
@media screen and (min-width: 769px) {
  main .link_area .rotate_block {
    top: -1.1875vw;
    right: -3.5625vw;
  }
}
main .link_area .rotate_block img:nth-child(1) {
  width: 22.9333333333vw;
}
@media screen and (min-width: 769px) {
  main .link_area .rotate_block img:nth-child(1) {
    width: 6.8083333333vw;
  }
}
main .link_area .rotate_block img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -42%);
  width: 8vw;
}
@media screen and (min-width: 769px) {
  main .link_area .rotate_block img:nth-child(2) {
    width: 2.375vw;
  }
}
main .link_area .ttl_block {
  position: relative;
  width: 60.8vw;
  margin: 0 auto 8vw 16vw;
}
@media screen and (min-width: 769px) {
  main .link_area .ttl_block {
    width: 18.05vw;
    margin: 0 auto 2.375vw 8.3333333333vw;
  }
}
main .link_area .all_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74.6666666667vw;
  height: 17.6vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 100vw;
  font-size: 5.6vw;
  letter-spacing: 0.04em;
  color: #5B87B2;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  main .link_area .all_btn {
    width: 22.1666666667vw;
    height: 5.225vw;
    font-size: 1.6625vw;
  }
}
main .link_area .all_btn::before {
  content: "";
  position: absolute;
  width: 72.5333333333vw;
  height: 15.4666666667vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.2666666667vw solid #5B87B2;
  border-radius: inherit;
}
@media screen and (min-width: 769px) {
  main .link_area .all_btn::before {
    width: 21.5333333333vw;
    height: 4.5916666667vw;
    border: 0.0694444444vw solid #5B87B2;
  }
}
main .link_area .all_btn .arrow {
  position: absolute;
  right: 13.3333333333vw;
  width: 3.2vw;
  height: auto;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  main .link_area .all_btn .arrow {
    right: 3.9583333333vw;
    width: 0.95vw;
  }
}
main .link_area .all_btn:hover {
  opacity: 1;
}
main .link_area .all_btn:hover .arrow {
  transform: translateX(50%);
  transition: all 0.6s;
}

/* footer
===================================================== */
footer {
  position: relative;
  color: #ffffff;
  background-color: #B3D1D9;
  text-align: center;
  padding: 24vw 0 8vw;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 7.125vw 0 2.375vw;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding: 8.1944444444vw 0 4.5138888889vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  footer {
    padding: 9.3416666667vw 0 5.1458333333vw;
  }
}
footer a {
  color: #ffffff;
}
footer .sns_link {
  font-size: 5.3333333333vw;
  line-height: 2.1;
  letter-spacing: 0.04em;
  margin-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  footer .sns_link {
    font-size: 1.5833333333vw;
    margin-bottom: 4.75vw;
  }
}
footer .logo_btn.chico {
  width: 28vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  footer .logo_btn.chico {
    width: 8.3125vw;
    margin: 0 auto 2.375vw;
  }
}
footer .logo_btn.salon {
  width: 68vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  footer .logo_btn.salon {
    width: 20.1875vw;
    margin: 0 auto 2.375vw;
  }
}
footer .copyright {
  color: #ffffff;
  font-size: 2.4vw;
  letter-spacing: 0em;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 10px;
    margin: 0 auto;
  }
}

/* 共通
===================================================== */
.slide1 .swiper-wrapper {
  overflow: hidden;
}

.slide2 .swiper-wrapper {
  overflow: hidden;
}

.fade_scale {
  overflow: hidden;
}

.skewAnim {
  transform-origin: center;
  will-change: transform;
}

/* スライド調整
===================================================== */
.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: auto !important;
}

.swiper-slide {
  width: 100%;
  box-sizing: border-box;
}

.swiper-slide img {
  max-width: 100%;
  display: block;
}

.slide_loop {
  overflow: hidden;
}

.slide_loop {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.slide_loop.swiper-ready {
  opacity: 1;
}

.slide_loop .swiper-wrapper {
  height: auto !important;
  transition-timing-function: linear !important;
}

/* totop
===================================================== */
.totop {
  width: 4.8vw;
  position: fixed;
  bottom: 4.8vw;
  right: 4.2666666667vw;
  z-index: 100;
  opacity: 1;
  transition: all 0.6s;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .totop {
    width: 1.6666666667vw;
    bottom: 2.0833333333vw;
    right: 2.0833333333vw;
  }
}

/* 下矢印
===================================================== */
/* animation
===================================================== */
.rotate_anim {
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */