@charset "UTF-8";
html,
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  scroll-behavior: smooth;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #F0F0EF;
}

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

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

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a .no-touch {
  pointer-events: none;
}
a .no-touch .buy {
  text-decoration: none;
}

.animate__animated {
  opacity: 0;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
}
#loading-bg figure {
  width: 40%;
  max-width: 200px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.flex {
  display: flex;
}

.delay_04s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_08s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#header {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  z-index: 90;
  width: 100%;
}
#header .logo_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
#header .logo {
  width: 30%;
}
#header .insta {
  width: 20px;
}

.pc_fv {
  display: none;
}

.container {
  background-color: #fff;
}

.fv .container {
  background-color: #CF7F66;
}
.fv .logo_wrap {
  display: flex;
  justify-content: space-between;
  padding: 5% 5% 8% 5%;
}
.fv .logo_wrap figure {
  width: 45%;
}
.fv .insta {
  width: 20px;
  filter: brightness(0) invert(1);
}
.fv p {
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 30px 0 30px;
}

.slider .slick-slide {
  margin-right: 15px;
}
.slider img {
  border-radius: 30px;
}

.read p {
  font-size: 12px;
  line-height: 2.5;
  text-align: center;
  padding: 70px 0 100px;
}
.read p span {
  font-weight: 500;
  padding-bottom: 20px;
  font-size: 13px;
}

.sec_top {
  position: relative;
}
.sec_top .sec_title_wrap {
  position: absolute;
  color: #fff;
  font-weight: 500;
  right: 7px;
  top: -5px;
}
.sec_top .sec_num {
  font-size: 60px;
  line-height: 1.2;
  border-bottom: 2px solid #fff;
}
.sec_top .sec_title {
  font-size: 14px;
  line-height: 2;
}

#sec1 .credit {
  width: 90%;
  margin: 30px auto 0;
}
#sec1 .credit__li p {
  font-size: 13px;
  padding: 10px 0 5px;
  font-weight: 500;
}
#sec1 .trip {
  position: relative;
}
#sec1 .box {
  background-color: rgb(219, 156, 139);
  width: 50%;
  margin: 0 0 60% auto;
  padding: 5% 0 5% 5%;
  position: relative;
}
#sec1 .box .slider_fade {
  padding: 0 0 5px;
}
#sec1 .box .balloon {
  position: absolute;
  left: -60%;
  bottom: 15%;
  width: 30%;
  max-width: 100px;
}
#sec1 .box .balloon svg {
  width: 100%;
}
#sec1 .box .balloon_top {
  position: absolute;
  width: 170%;
  left: -75%;
  z-index: 10;
  bottom: 8%;
}
#sec1 .i1, #sec1 .i2, #sec1 .i3 {
  position: absolute;
  z-index: 5;
}
#sec1 .i1 {
  left: -45%;
  top: 5%;
}
#sec1 .i2 {
  width: 50%;
  top: 40%;
}
#sec1 .i3 {
  bottom: -30%;
  left: 0%;
  width: 100%;
}
#sec1 .i3 .credit_li {
  font-size: 14px;
  font-weight: 500;
  width: 85%;
  margin: -30px auto 100px;
}
#sec1 .i3 .credit_li p {
  margin-bottom: 5px;
}
#sec1 .walk_wrap {
  padding-bottom: 80px;
}

#sec2 .container {
  background-color: #DB9C8B;
  padding: 0 0 230px 0;
  position: relative;
}
#sec2 .i1 {
  width: 80%;
  margin: 0 0 0 auto;
  position: relative;
}
#sec2 .sec_title_wrap {
  width: 50px;
  top: 15px;
  right: inherit;
  left: -60px;
}
#sec2 .credit {
  margin: 0 auto 60px;
}
#sec2 .credit_li p {
  font-size: 13px;
  padding: 10px 0 5px;
  font-weight: 500;
}
#sec2 .i2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 140px 0;
}
#sec2 .i2 li {
  width: 50%;
}
#sec2 .i3 {
  position: absolute;
  width: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -90px;
  max-width: 180px;
}
#sec2 .wrap {
  position: relative;
  margin-bottom: 20px;
}
#sec2 #text_logo01 {
  position: absolute;
  top: -80px;
  left: -20px;
  width: 70%;
  height: 70px;
  overflow: inherit !important;
}
#sec2 .credit__li {
  width: 85%;
  margin: 8px auto 0 20px;
}
#sec2 .credit__li p {
  font-size: 14px;
  padding: 10px 0 5px;
  font-weight: 500;
}
#sec2 .check {
  width: 85%;
  margin: -3px auto 0 20px;
}
#sec2 .li02 {
  width: 85%;
  margin: 8px auto 60px 20px;
}
#sec2 .li02 p {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 7px 0;
}
#sec2 .li02 span {
  display: block;
  margin-left: 5px;
}

#sec3 .container {
  padding: 0 0 0 0;
}
#sec3 .credit_li {
  font-size: 13px;
  padding: 10px 0 5px;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
}
#sec3 .check {
  font-size: 12px;
  width: 90%;
  margin: 0 auto 50px;
}
#sec3 .wrap {
  display: flex;
}
#sec3 .i1 {
  margin-top: -100px;
  width: 105%;
  position: relative;
}
#sec3 .i1 #text_logo02 {
  position: absolute;
  right: 30px;
  top: 60px;
  width: 40%;
  overflow: inherit !important;
}
#sec3 .i2 {
  width: 80%;
  margin: -100px 0 0 auto;
  position: relative;
  z-index: 5;
}
#sec3 .i3 img {
  margin-top: -10px;
}
#sec3 .i3 .credit_03 {
  font-size: 14px;
  font-weight: 500;
  width: 90%;
  margin: 20px auto 0;
}
#sec3 .i3 .credit_03 p {
  margin-bottom: 5px;
}
#sec3 .i3 .check {
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
}
#sec3 .i3 .credit_li {
  font-size: 14px;
  font-weight: 500;
  margin: -4px auto 50px;
}
#sec3 .i3 .credit_li p:nth-child(1) {
  padding-bottom: 4px;
}
#sec3 .sec_title_wrap {
  right: inherit;
  left: 15px;
  top: 15px;
}
#sec3 .sec_title_wrap span {
  display: block;
  margin-top: -10px;
}

.check {
  display: flex;
  gap: 30px;
  font-size: 12px;
  font-weight: 400;
}
.check p {
  display: flex;
  gap: 5px;
  align-items: center;
}
.check span {
  width: 10px;
  height: 10px;
  border: 1px #000 solid;
  display: block;
  position: relative;
}
.check span.active::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -2px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  -webkit-animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
          animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #CB7055;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 1.2em;
    border-color: #CB7055;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #CB7055;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 1.2em;
    border-color: #CB7055;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
.lineup {
  position: relative;
  z-index: 3;
}
.lineup .b_box {
  width: 85%;
  border: 1px #000 solid;
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px 5% 60px;
  background-color: #fff;
}
.lineup h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 34px;
  -webkit-text-stroke: 1px #000;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px #000 solid;
}
.lineup h3 {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 20px;
  white-space: nowrap;
}
.lineup .text {
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
}
.lineup .pro_wrap {
  display: flex;
  padding: 40px 0 50px;
  align-items: center;
  text-align: center;
  gap: 10px;
  border-bottom: 1px dotted #000;
}
.lineup .pro_wrap:last-child {
  border-bottom: none;
  padding: 40px 0 0 0;
}
.lineup .pro_wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
.lineup .pro_wrap .left {
  width: 50%;
}
.lineup .pro_wrap .right {
  width: 60%;
}
.lineup .name {
  font-size: 10px;
  padding: 20px 0 10px;
}
.lineup .buy {
  font-size: 13px;
  padding: 3px 0;
  color: #fff;
  background-color: #000;
  width: 55px;
  margin: 0 auto;
}
.lineup .disabled {
  font-size: 11px;
  padding: 3px 0;
  color: #fff;
  background-color: #999;
  width: 100px;
  margin: 0 auto;
}

footer .container {
  padding: 150px 0 0 0;
}
footer .bg {
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .text_container {
  padding: 100% 5% 5% 5%;
  color: #fff;
  font-size: 12px;
}
footer .text_container .logo {
  width: 30%;
  margin: 0 0 15px 0;
}
footer .text_container p {
  margin-bottom: 40px;
}
footer .text_container li a {
  color: #fff;
  text-decoration: underline;
}
footer .bottom {
  padding: 20px 0;
}
footer .bottom a {
  width: 80px;
  margin: 70px auto 30px;
}
footer .bottom .copy {
  font-size: 10px;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (min-width: 769px) {
  .pc_fv {
    display: block;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    right: calc(50% - 300px);
    align-items: center;
    width: 35%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 40px 10px 40px;
  }
  .pc_fv .pc_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .pc_fv .pc_header .logo {
    width: 100px;
  }
  .pc_fv .pc_header .pc_insta {
    width: 30px;
  }
  .pc_fv h1 {
    font-size: 26px;
    color: #AA563D;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .pc_fv .content_li {
    border-top: 1px solid #000;
  }
  .pc_fv .content_li li {
    padding: 10px 0;
    border-bottom: 1px solid #000;
  }
  .pc_fv .content_li li a {
    display: flex;
    gap: 20px;
  }
  .pc_fv .content_li li a:hover {
    opacity: 1;
  }
  .pc_fv .content_li li a:hover .title {
    background-size: 100% 40%; /* マーカーの横幅を100%にする */
  }
  .pc_fv .content_li li span {
    display: block;
    font-size: 34px;
    font-weight: 500;
    -webkit-text-stroke: 1px #000;
    color: #fff;
  }
  .pc_fv .content_li li .title {
    font-size: 26px;
    display: inline;
    background-image: linear-gradient(90deg, #f8efae, #f8efae); /* マーカーの色を指定 */
    background-repeat: no-repeat;
    background-position: left bottom; /* マーカーの発生位置を左下に設定 */
    background-size: 0 40%; /* マーカーの横幅 / 縦幅 */
    transition: all 0.8s ease; /* マーカーを引く速度 */
    cursor: pointer; /* ホバー時のカーソルをポインターにする */
  }
  .pc_fv .content_li li .text {
    font-size: 11px;
  }
  .pc_fv figure {
    width: 50%;
    margin: -20px auto 0;
  }
  .container {
    max-width: 375px;
    margin-left: calc(50% + 160px);
    overflow-x: hidden;
  }
  #header {
    display: none;
  }
  .fv .insta {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .pc_fv {
    left: 25%;
  }
}
@media screen and (max-width: 980px) {
  .container {
    margin: 0 3% 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .container {
    margin: 0;
  }
}
#text_logo01 path, #text_logo02 path {
  position: relative;
  -webkit-animation-name: textWave;
          animation-name: textWave;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /* 無限に繰り返す */
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
#text_logo01 path:nth-of-type(1), #text_logo02 path:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#text_logo01 path:nth-of-type(2), #text_logo02 path:nth-of-type(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#text_logo01 path:nth-of-type(3), #text_logo02 path:nth-of-type(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#text_logo01 path:nth-of-type(4), #text_logo02 path:nth-of-type(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#text_logo01 path:nth-of-type(5), #text_logo02 path:nth-of-type(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
#text_logo01 path:nth-of-type(6), #text_logo02 path:nth-of-type(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#text_logo01 path:nth-of-type(7), #text_logo02 path:nth-of-type(7) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
#text_logo01 path:nth-of-type(8), #text_logo02 path:nth-of-type(8) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#text_logo01 path:nth-of-type(9), #text_logo02 path:nth-of-type(9) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
#text_logo01 path:nth-of-type(10), #text_logo02 path:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

@-webkit-keyframes textWave {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 5%);
  }
}

@keyframes textWave {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 5%);
  }
}/*# sourceMappingURL=style.css.map */