@charset "UTF-8";
/* color */
/*
* 最小値と最大値を引数にとり、clampを返す関数
*/
html {
  font-size: 1.1111111111vw;
  -webkit-font-feature-settings: palt;
  font-feature-settings: palt;
}

.p-lp {
  overflow-x: hidden;
}

.p-lp .lp-header__ttl {
  position: relative;
  width: 100%;
  background: #fff;
  background-position: bottom;
}

.lp-header__ttl--div {
  width: 100%;
}
.lp-header__ttl--div img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-lp .lp-header__ttl {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl {
    height: 171.3vw;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/lp/img-mv_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 133.33vw;
    max-height: 500px;
  }
}
.p-lp .lp-header__ttl--main img {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main img {
    width: 87.47vw;
    max-width: 328px;
  }
}
.p-lp .lp-header__ttl--sub {
  position: absolute;
  bottom: 5%;
  left: 64%;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--sub {
    bottom: 4%;
  }
}
.p-lp .lp-header__ttl--sub img {
  width: 15.47vw;
  max-width: 198px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--sub img {
    width: 33.33vw;
    max-width: 125px;
  }
}
.p-lp .lp-header__ttl--icons {
  position: absolute;
  top: 0;
  left: 0;
  width: min(8.98%, 115px);
  padding: min(1.41vw, 18px) 0 min(1.56vw, 20px) min(1.56vw, 20px);
  background: rgba(33, 57, 108, 0.84);
  --r: 1em;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 0.1em) 100%, 50% calc(100% - var(--r)), 0em 100%, 0 100%);
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons {
    width: auto;
    max-width: min(89.33vw, 335px);
    padding: min(2.67vw, 10px) 0 min(1.33vw, 5px) min(2.67vw, 10px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(100% - 0.1em), calc(100% - var(--r)) 50%, 100% 0.1em);
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
    padding-right: 15px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: min(89.33vw, 335px);
    padding-right: min(2.67vw, 10px);
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl {
    margin-right: 7px;
    margin-bottom: auto;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
  width: auto;
  height: min(5.47vw, 70px);
  max-height: 70px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
    height: min(10.93vw, 41px);
    max-height: 41px;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal img {
  width: min(6.09vw, 78px);
  max-width: 78px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal img {
    width: min(13.33vw, 50px);
    max-width: 50px;
  }
}
.p-lp .lp-header__ttl--icons img {
  width: 15.23vw;
  max-width: 195px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons img {
    width: 89.33vw;
    max-width: 335px;
  }
}
.p-lp .lp-header__txt {
  width: 96.72vw;
  max-width: 1238px;
  padding-top: min(62px, 4.84vw);
  margin: auto;
}

@media (min-width: 1441px) {
  .p-lp .lp-header__txt {
    max-width: 1440px;
  }
}
.p-lp .lp-header__txt--lead {
  font-size: clamp(1.25vw, 130%, 1.25rem);
  line-height: 1.7;
  color: #21396c;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__txt--lead {
    font-size: 1rem;
  }
}
.p-lp .lp-header__txt--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: min(50px, 3.91vw) min(20px, 1.56vw) min(26px, 2.03vw);
  margin-right: -35px;
  margin-left: -35px;
}

@media (min-width: 768px) and (max-width: 1310px) {
  .p-lp .lp-header__txt--icons {
    gap: 0 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__txt--icons {
    width: 175vw;
    margin-left: -39vw;
    -webkit-transform: scale(0.569);
    transform: scale(0.569);
  }
}
.p-lp .lp-body .lp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f0ce;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-lp .lp-body .lp-content.p-side--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content.p-side--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-lp .lp-body .lp-content--left {
  display: table;
  width: 50vw;
  padding: 0 clamp(2.69vw, 1%, 60px);
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left {
    width: 100vw;
    min-height: 100vw;
    padding-bottom: min(5.33vw, 20px);
  }
}
.p-lp .lp-body .lp-content--left__inner {
  display: table-cell;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 900px) {
  .p-lp .lp-body .lp-content--left__inner {
    height: calc(50vw - 10px);
    padding-bottom: 10px;
  }
}
.p-lp .lp-body .lp-content--left img {
  margin: auto;
}

.p-lp .lp-body .lp-content--left--reco {
  width: 33.28vw;
  max-width: 426px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--reco {
    width: 66.67vw;
    max-width: 250px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--reco {
    width: clamp(426px, 80%, 33.28vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .lp-content--left--logo {
  padding: clamp(2.97vw, 5%, 38px) 0 clamp(4.53vw, 2%, 58px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-lp .lp-body .lp-content--left--logo {
    padding: clamp(2.19vw, 5%, 28px) 0 clamp(2.19vw, 2%, 28px);
  }
}
.p-lp .lp-body .lp-content--left--logo img {
  width: 40.63vw;
  max-width: 520px;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--logo img {
    width: clamp(520px, 80%, 40.63vw);
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--logo img {
    width: 81.07vw;
    max-width: 304px;
  }
}
.p-lp .lp-body .lp-content--left__txt {
  margin-bottom: clamp(2.97vw, 5%, 38px);
  font-size: min(1.25vw, 1.25rem);
  font-weight: bold;
  line-height: 1.7;
  color: #21396c;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-lp .lp-body .lp-content--left__txt {
    margin-bottom: clamp(2.19vw, 5%, 28px);
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left__txt {
    font-size: clamp(1.25vw, 100%, 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left__txt {
    font-size: 1rem;
  }
}
.p-lp .lp-body .lp-content--left--deco {
  width: 20.31vw;
  max-width: 260px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--deco {
    width: 40.53vw;
    max-width: 152px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--deco {
    width: clamp(260px, 80%, 20.31vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .lp-content--left--shopdetail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 min(3.05vw, 39px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: min(1.56vw, 20px) min(1.09vw, 14px) min(1.56vw, 20px) min(2.5vw, 32px);
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 89.33vw;
    max-width: 335px;
    padding: min(5.33vw, 20px) min(4.8vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__logo {
    margin-bottom: max(7.47vw, 28px);
  }
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__logo img {
    width: 26.67vw;
    max-width: 100px;
  }
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt {
  text-align: left;
}

.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
  position: relative;
  display: table;
  padding-right: clamp(20px, 100%, 1.56vw);
  font-size: min(1.72vw, 1.375rem);
  font-weight: bold;
  color: #21396c;
  background: url(/premium/present/2023/toretore1/img/icon_link.png) no-repeat 100% 50%/clamp(14px, 100%, 1.09vw) auto;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
    font-size: clamp(1.375vw, 130%, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
    font-size: clamp(1.375vw, 130%, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
    font-size: 1rem;
  }
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -3px;
  content: "";
  background-color: transparent;
}

.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url:not(:hover)::after {
  background-color: #000;
}

.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list {
  display: inline-block;
  margin-top: 1rem;
  font-size: min(1.25vw, 1rem);
  text-align: left;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list small {
  font-size: min(1vw, 0.875rem);
}

@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list small {
    font-size: clamp(1vw, 100%, 0.875rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list small {
    font-size: clamp(1vw, 100%, 0.875rem);
  }
}
.p-lp .lp-body .lp-content--right {
  width: 50vw;
  height: 50vw;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right {
    width: 100vw;
    height: 100vw;
  }
}
.p-lp .lp-body .lp-content--right .slide div img {
  width: 50vw;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide div img {
    width: 100vw;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}

.p-lp .lp-body .lp-content--right .slide--dots li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide--dots li {
    margin: 0 5px;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots li button {
  position: relative;
  width: 20px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide--dots li button {
    width: 11px;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots li button::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-indent: 0;
  content: "";
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide--dots li button::before {
    width: 11px;
    height: 12px;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots li.slick-active button::before {
  background-color: #ffe100;
}

.p-lp .lp-body .lp-content--right .slide__arw {
  position: absolute;
  top: calc(50% - 29px);
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide__arw {
    -webkit-transform: scale(0.59);
    transform: scale(0.59);
  }
}
.p-lp .lp-body .lp-content--right .slide__arw--prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide__arw--prev {
    left: -3%;
  }
}
.p-lp .lp-body .lp-content--right .slide__arw--next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide__arw--next {
    right: -3%;
  }
}
.p-lp .lp-body .p-panda {
  background-color: #fdf8ef;
}

.p-lp .lp-body .p-panda .lp-content--left--logo img {
  width: 40.63vw;
  max-width: 520px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-panda .lp-content--left--logo img {
    width: 81.07vw;
    max-width: 304px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-panda .lp-content--left--logo img {
    width: clamp(520px, 80%, 40.63vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .p-present {
  position: relative;
  display: block;
  padding: 46px 0 0;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present {
    padding: 0;
  }
}
.p-lp .lp-body .p-present__ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl {
    width: 100vw;
    margin-left: auto;
  }
}
.p-lp .lp-body .p-present__ttl--main {
  padding-top: min(6.17vw, 79px);
  text-align: center;
  background: url(/premium/present/2023/toretore1/img/icon_presents.png) no-repeat 25% 61%/min(5.7vw, 73px) auto, url(/premium/present/2023/toretore1/img/icon_stars.png) no-repeat 77% 61%/min(8.75vw, 112px) auto;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--main {
    padding-top: min(45.6vw, 171px);
    background: url(/premium/present/2023/toretore1/img/icon_presentsAndStars.png) no-repeat 53% 38%/min(37.6vw, 141px) auto;
  }
}
.p-lp .lp-body .p-present__ttl--main img {
  display: inline-block;
  width: 37.03vw;
  max-width: 474px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--main img {
    width: 84.53vw;
    max-width: 317px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__ttl--main img {
    width: clamp(474px, 80%, 37.03vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .p-present__ttl--sub {
  text-align: center;
  line-height: 1.8;
}
.p-lp .lp-body .p-present__ttl--sub strong {
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 879px) {
  .p-lp .lp-body .p-present__ttl--sub {
    letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--sub {
    padding: 0 max(10.67vw, 40px);
    padding-top: max(6.67vw, 25px);
    text-align: left;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--sub::before {
    margin-left: -1.1rem;
  }
}
.p-lp .lp-body .p-present__ttl .btn__wrap {
  margin-top: min(2.27vw, 29px);
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl .btn__wrap {
    margin-top: max(7.73vw, 29px);
  }
}
.p-lp .lp-body .p-present__note {
  max-width: 1024px;
  margin: auto;
  margin-top: min(3.91vw, 50px);
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__note {
    width: 89.33vw;
    max-width: 335px;
    margin-top: min(7.47vw, 28px);
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note {
    max-width: 1440px;
  }
}
.p-lp .lp-body .p-present__note .note {
  max-width: 848px;
  padding: clamp(20px, 100%, 1.56vw);
  margin: auto;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note .note {
    max-width: 1440px;
  }
}
.p-lp .lp-body .p-present__note .note dt {
  margin-bottom: 24px;
  font-size: min(1.25vw, 1rem);
  text-align: center;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note .note dt {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__note .note dt {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
.p-lp .lp-body .p-present__note .note dt::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}

.p-lp .lp-body .p-present__note .note dd {
  padding-left: calc(1em + 10px);
  font-size: min(1.25vw, 1rem);
}

@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note .note dd {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__note .note dd {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
.p-lp .lp-body .p-present__note .note dd::before {
  display: inline-block;
  margin-right: 5px;
  margin-left: calc(-1em - 10px);
  content: "・";
}

.p-lp .lp-body .p-present__note .note dd em {
  font-style: normal;
  color: #cb4f4f;
}

.p-lp .lp-body .p-toretoreichiba {
  background-color: transparent;
}

.p-lp .lp-body .p-toretoreichiba .lp-content--left--logo img {
  width: 31.95vw;
  max-width: 409px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-toretoreichiba .lp-content--left--logo img {
    width: 69.33vw;
    max-width: 260px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-toretoreichiba .lp-content--left--logo img {
    width: clamp(409px, 80%, 31.95vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .p-nextPresent {
  background-color: #21396c;
}

.p-lp .lp-body .p-nextPresent__ttl {
  margin: auto;
  padding: 60px 0;
}

.p-lp .lp-body .p-nextPresent__ttl--main {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-nextPresent__ttl--main {
    width: 84%;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-nextPresent__ttl--main img {
    width: 84.8vw;
    max-width: 318px;
  }
}
.btn__wrap {
  margin: min(3.52vw, 45px) auto 0;
}

.btn__wrap .btn {
  display: block;
  width: 38.67vw;
  max-width: 495px;
  padding: 1em 0;
  margin: auto;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  color: #21396c;
  text-align: center;
  background: url(/premium/present/2023/toretore1/img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  border-radius: 50px;
}

.announce {
  padding: 30px 0 25px;
  background: #2e7eb0;
  text-align: center;
}
.announce dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.announce dl dt {
  width: 100px;
  background: #fff;
  color: #2e7eb0;
  padding: 7px;
  line-height: 1;
  margin-right: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.announce dl dd {
  color: #fff;
  text-align: left;
  letter-spacing: -0.01em;
}

#area_INTRO {
  background: url(../img/lp/bg-introduction.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
}
#area_INTRO .intro {
  width: 800px;
  margin: auto;
}
#area_INTRO .intro--bold {
  line-height: 1.5;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 40px;
}
#area_INTRO .intro div {
  margin-bottom: 30px;
}
#area_INTRO .intro h3 {
  font-weight: bold;
}
#area_INTRO .intro h3 span {
  font-size: 20px;
}
#area_INTRO p {
  line-height: 2;
  padding-bottom: 15px;
  text-align: justify;
}

#area_INFO {
  background: #f8e78a;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 60px;
}
#area_INFO a {
  text-decoration: underline;
}
#area_INFO strong {
  font-weight: bold;
}
#area_INFO .eventInfo {
  position: relative;
  max-width: 860px;
  margin: auto;
  font-size: 16px;
  padding: 50px 70px 50px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#area_INFO .eventInfo h2 {
  margin-bottom: 15px;
}
#area_INFO .eventInfo h2 img {
  height: 30px;
  margin: auto;
}
#area_INFO .eventInfo::before {
  content: "";
  background: url(../img/lp/pt-event.png) no-repeat;
  background-size: contain;
  width: 119px;
  height: 119px;
  top: 25px;
  right: 25px;
  position: absolute;
}
#area_INFO .eventInfo::after {
  content: "";
  background: url(../img/lp/pt-event.png) no-repeat;
  background-size: contain;
  width: 119px;
  height: 119px;
  bottom: 25px;
  left: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
}
#area_INFO .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#area_INFO .info__blk p.attn {
  font-size: 1.2rem;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#area_INFO .info__blk.LFT {
  width: 49%;
}
#area_INFO .info__blk.RGT {
  width: 47%;
  margin-top: 20px;
  text-align: center;
}
#area_INFO .info__blk.RGT p {
  display: inline-block;
}
#area_INFO .info .access p {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 0;
  padding-bottom: 15px;
}
#area_INFO .info .attn {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}
#area_INFO .info dl {
  width: 100%;
  border-bottom: 1px solid #222;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#area_INFO .info dl:last-of-type {
  border: none;
}
#area_INFO .info dl dt {
  font-weight: bold;
  width: 8%;
  margin-right: 10%;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#area_INFO .info dl dd {
  width: 82%;
  letter-spacing: -0.01em;
}
#area_INFO .info dl dd p {
  padding-bottom: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#area_INFO .info dl dd span {
  color: #b80101;
}
#area_INFO .info dl dd .indent {
  line-height: 1.4;
  text-indent: -6.5em;
  padding-left: 6.5em;
  margin-bottom: 10px;
}

#area_ATTENTION {
  padding: 55px 0 80px;
}
#area_ATTENTION .oubo {
  max-width: 860px;
  margin: auto;
}
#area_ATTENTION .oubo .attn {
  color: #eb0731;
  font-weight: bold;
}
#area_ATTENTION .oubo--method {
  margin-top: 35px;
  padding: 35px;
  background: #fffbe0;
}
#area_ATTENTION .oubo--method h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
#area_ATTENTION .oubo dl {
  padding-bottom: 20px;
}
#area_ATTENTION .oubo dl span {
  color: #eb0731;
}
#area_ATTENTION .oubo dl dt {
  font-weight: bold;
}
#area_ATTENTION .oubo dl dt,
#area_ATTENTION .oubo dl dd {
  line-height: 1.6;
  padding-bottom: 5px;
}
#area_ATTENTION .oubo dl dt span,
#area_ATTENTION .oubo dl dd span {
  color: #eb0731;
}
#area_ATTENTION .oubo dl dt a,
#area_ATTENTION .oubo dl dd a {
  text-decoration: underline;
}
#area_ATTENTION .oubo dl:nth-of-type(1) dd {
  padding-left: 1.3em;
}
#area_ATTENTION .oubo dl:nth-of-type(2) dd {
  text-indent: -3em;
  padding-left: 3.8em;
}
#area_ATTENTION .attention {
  max-width: 860px;
  margin: auto;
}
#area_ATTENTION .attention:nth-of-type(2) {
  margin-top: 80px;
}
#area_ATTENTION ul li {
  padding-bottom: 8px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#area_ATTENTION ul li span {
  color: #eb0731;
}
#area_ATTENTION ul li a {
  text-decoration: underline;
}

#area_CHANNEL {
  background: #fef3f3;
  padding: 70px 0;
}
#area_CHANNEL .channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
#area_CHANNEL .channel__blk:nth-of-type(1) {
  width: 43%;
}
#area_CHANNEL .channel__blk:nth-of-type(2) {
  width: 55%;
}
#area_CHANNEL .channel__blk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
#area_CHANNEL .channel__blk ul .LFT {
  font-size: 26px;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  background: #000;
  color: #fff;
  width: 21%;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#area_CHANNEL .channel__blk ul .RGT {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 75%;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
#area_CHANNEL .channel__blk p.link {
  font-size: 16px;
  font-weight: bold;
}
#area_CHANNEL .channel__blk p.link a {
  text-decoration: underline;
}
#area_CHANNEL .takarazuka {
  background: #fff;
  border-radius: 30px 30px 0 0;
}
#area_CHANNEL .takarazuka .program {
  padding: 25px 80px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#area_CHANNEL .takarazuka .program__blk {
  width: 46.5%;
}
#area_CHANNEL .takarazuka .program__blk:nth-of-type(1) ul {
  letter-spacing: -0.06em;
}
#area_CHANNEL .takarazuka .program__blk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#area_CHANNEL .takarazuka .program__blk ul li {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
}
#area_CHANNEL .takarazuka .program__blk ul li.LFT {
  width: 26%;
}
#area_CHANNEL .takarazuka .program__blk ul li.RGT {
  width: 74%;
}
#area_CHANNEL .takarazuka .program__blk ul li span {
  font-size: 24px;
}
#area_CHANNEL .takarazuka .program__blk--img {
  margin-bottom: 10px;
}
#area_CHANNEL .takarazuka .program__blk--img img {
  width: 100%;
}
#area_CHANNEL .takarazuka .program__blk p {
  padding-bottom: 20px;
  line-height: 1.7;
}
#area_CHANNEL .takarazuka h2 {
  font-size: 16px;
  background: #b48ec1;
  color: #fff;
  padding: 30px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.7;
  border-radius: 30px 30px 0 0;
}
#area_CHANNEL .takarazuka h2 span {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .announce {
    padding: 20px;
  }
  .announce dl {
    max-width: 100%;
    font-weight: bold;
    font-size: 15px;
    margin: 0 auto 10px;
  }
  .announce dl dt {
    width: 25%;
    background: #fff;
    color: #2e7eb0;
    padding: 7px;
    line-height: 1;
    margin-right: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .announce dl dd {
    width: 75% !important;
    width: auto;
    color: #fff;
    text-align: left;
  }
  #area_INTRO {
    padding: 50px 20px;
  }
  #area_INTRO h2 {
    padding-bottom: 30px;
  }
  #area_INTRO .intro {
    width: 100%;
  }
  #area_INTRO .intro--bold {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    padding-bottom: 30px;
  }
  #area_INTRO .intro div {
    margin-bottom: 30px;
  }
  #area_INTRO .intro h3 {
    font-weight: bold;
  }
  #area_INTRO .intro h3 span {
    font-size: 20px;
  }
  #area_INTRO p {
    line-height: 2;
    padding-bottom: 15px;
  }
  #area_INFO {
    padding: 30px 0 40px;
  }
  #area_INFO .eventInfo {
    max-width: 100%;
    padding: 50px 20px 120px;
  }
  #area_INFO .eventInfo h2 {
    margin-bottom: 10px;
  }
  #area_INFO .eventInfo h2 img {
    height: 25px;
  }
  #area_INFO .eventInfo::before {
    content: "";
    background: url(../img/lp/pt-event.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    top: 20px;
    right: 20px;
    position: absolute;
  }
  #area_INFO .eventInfo::after {
    content: "";
    background: url(../img/lp/pt-event.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    bottom: 20px;
    left: 20px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    position: absolute;
  }
  #area_INFO .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #area_INFO .info__blk.LFT {
    width: 100%;
  }
  #area_INFO .info__blk.RGT {
    width: 100%;
    margin-top: 0px;
  }
  #area_INFO .info dl {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #area_INFO .info dl dt {
    margin-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
  }
  #area_INFO .info iframe {
    height: 300px;
  }
  #area_ATTENTION {
    padding: 40px 0 60px;
  }
  #area_ATTENTION .oubo {
    max-width: 100%;
    padding: 0 20px;
  }
  #area_ATTENTION .oubo--method {
    margin-top: 25px;
    padding: 25px 20px;
  }
  #area_ATTENTION .attention {
    width: 90%;
    margin: auto;
  }
  #area_ATTENTION h2 {
    margin-bottom: 20px;
  }
  #area_ATTENTION h2 img {
    height: 25px;
    margin: auto;
  }
  #area_ATTENTION ul li {
    padding-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #area_ATTENTION ul li::first-letter {
    font-size: 10px;
    padding-right: 3px;
  }
  #area_CHANNEL {
    background: #fef3f3;
    padding: 50px 0;
  }
  #area_CHANNEL .channel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  #area_CHANNEL .channel__blk {
    margin-bottom: 20px;
  }
  #area_CHANNEL .channel__blk:nth-of-type(1) {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  #area_CHANNEL .channel__blk:nth-of-type(2) {
    width: 100%;
  }
  #area_CHANNEL .channel__blk ul {
    padding-bottom: 10px;
  }
  #area_CHANNEL .channel__blk ul .LFT {
    font-size: 24px;
    padding: 10px 5px;
    width: 20%;
  }
  #area_CHANNEL .channel__blk ul .RGT {
    width: 78%;
  }
  #area_CHANNEL .takarazuka {
    background: #fff;
    border-radius: 20px 20px 0 0;
  }
  #area_CHANNEL .takarazuka .program {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #area_CHANNEL .takarazuka .program__blk {
    width: 100%;
  }
  #area_CHANNEL .takarazuka .program__blk:nth-of-type(1) {
    margin-bottom: 30px;
  }
  #area_CHANNEL .takarazuka .program__blk:nth-of-type(1) ul {
    letter-spacing: -0.06em;
  }
  #area_CHANNEL .takarazuka .program__blk ul {
    margin-bottom: 10px;
  }
  #area_CHANNEL .takarazuka .program__blk ul li {
    font-size: 14px;
  }
  #area_CHANNEL .takarazuka .program__blk ul li.LFT {
    width: 20%;
  }
  #area_CHANNEL .takarazuka .program__blk ul li.RGT {
    width: 78%;
  }
  #area_CHANNEL .takarazuka .program__blk ul li span {
    font-size: 20px;
  }
  #area_CHANNEL .takarazuka .program__blk--img {
    margin-bottom: 5px;
  }
  #area_CHANNEL .takarazuka .program__blk--img img {
    width: 100%;
  }
  #area_CHANNEL .takarazuka .program__blk p {
    padding-bottom: 10px;
    line-height: 1.7;
  }
  #area_CHANNEL .takarazuka h2 {
    font-size: 14px;
    background: #b48ec1;
    color: #fff;
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.3;
    border-radius: 20px 20px 0 0;
  }
  #area_CHANNEL .takarazuka h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn__wrap .btn {
    width: 89.33vw;
    max-width: 335px;
  }
}
.bnr--area {
  padding: min(3.91vw, 50px);
  margin: auto;
  background: #eceff7;
}

.bnr--area a {
  display: block;
  max-width: 1024px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .bnr--area img {
    width: 89.33vw;
    max-width: 335px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  footer#footer-re ul li:not(:nth-child(1))::before {
    display: none;
  }
}
@media (max-width: 981px) {
  .inrWidth {
    width: 90%;
    margin: auto;
  }
  .name01 {
    padding: 4px 0;
  }
  .name01 img {
    height: 20px;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .lp-header__ttl--main {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .p-lp .lp-header__ttl {
    max-height: none;
  }
  .name01 {
    background: rgb(199, 133, 67);
    background: -webkit-gradient(linear, right top, left top, from(rgb(199, 133, 67)), color-stop(46%, rgb(224, 166, 108)), to(rgb(199, 133, 67)));
    background: linear-gradient(270deg, rgb(199, 133, 67) 0%, rgb(224, 166, 108) 46%, rgb(199, 133, 67) 100%);
    padding: 8px 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
  }
  .name01 img {
    margin: auto;
    width: 95%;
  }
  .p-lp .lp-body .p-present__ttl--sub span {
    font-size: 18px;
    line-height: 1;
  }
  .l-main,
  p {
    font-size: 14px;
  }
  .l-main,
  p {
    font-size: 14px;
  }
  .cont {
    background: #fff;
    padding: 35px 20px;
    border-radius: 15px;
    margin-bottom: 50px;
  }
  .cont a {
    text-decoration: underline;
  }
  h2 {
    text-align: center;
    color: #21396c;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
  }
}
@media (min-width: 980px) {
  .inrWidth {
    width: 980px;
    margin: auto;
  }
  .p-lp .lp-body .p-present__ttl--sub span {
    font-size: 22px;
    line-height: 1;
  }
}
@media (min-width: 769px) {
  .l-main,
  p {
    font-size: 16px;
  }
  .cont {
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 50px;
  }
  .cont a {
    text-decoration: underline;
  }
  h2 {
    text-align: center;
    color: #21396c;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
  }
  h2 img {
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .resort {
    line-height: 1.6;
  }
  .resort h2 {
    margin: 0;
  }
  .resort .c-btn {
    display: block;
    width: 530px;
    padding: 24px 0;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    position: relative;
    background-color: #000;
    margin-top: 26px;
    pointer-events: none;
  }
  .resort .c-btn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 27px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
  .resort .c-inner {
    max-width: 860px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .resort .fixed-img {
    position: fixed;
    z-index: -1;
    top: 0;
    background-image: url(../img/fixed-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  .resort .mv {
    position: relative;
    background-color: #1e1b23;
  }
  .resort .mv__inner {
    margin-inline: auto;
    padding-bottom: 53px;
    padding-top: 0;
  }
  .resort .mv__img img {
    width: 100%;
  }
  .resort .mv__treat {
    position: relative;
    top: unset;
    left: 33px;
    width: 100%;
    margin-top: -530px;
  }
  .resort .mv__lead {
    text-align: center;
    color: #fff;
    margin-top: 41px;
    font-size: 18px;
    line-height: 1.55;
  }
  .resort .artist {
    background-image: url(../img/artist_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .resort .artist__inner {
    margin-inline: auto;
    max-width: 1100px;
    padding: 48px 0 40px;
    width: calc(100% - 30px);
  }
  .resort .artist__title {
    font-size: 35px;
    color: #fff;
  }
  .resort .artist__flex {
    margin-top: 48px;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .resort .artist__img {
    width: 500px;
  }
  .resort .artist__textarea {
    width: calc(100% - 500px);
    padding-left: 35px;
    margin-top: -11px;
  }
  .resort .artist__textarea-title {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
  }
  .resort .artist__textarea-text {
    font-size: 16px;
    margin-top: 13px;
    color: #fff;
    line-height: 1.63;
    letter-spacing: 0.09em;
  }
  .resort .event {
    margin-top: 0;
    background-color: #21396c;
    position: relative;
    background-image: url(../img/event_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .resort .event__inner {
    padding: 50px 0 28px;
    position: relative;
  }
  .resort .event__box {
    background-color: #fff;
    padding: 50px 50px 33px;
  }
  .resort .event__flex {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .resort .event__textarea {
    width: 480px;
    padding-right: 30px;
    margin-top: -9px;
  }
  .resort .event__textarea > * + * {
    border-top: 1px solid #170707;
  }
  .resort .event__textarea dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0;
  }
  .resort .event__textarea dl:last-of-type {
    border-bottom: 1px solid #170707;
  }
  .resort .event__textarea dt {
    font-weight: bold;
    width: 8%;
    margin-right: 14%;
    min-width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .resort .event__textarea dd {
    width: 82%;
    letter-spacing: -0.01em;
    line-height: 1.5;
  }
  .resort .event__textarea dd a {
    color: #00aff2;
  }
  .resort .event__textarea a {
    text-decoration: underline;
  }
  .resort .event__textarea .note-item {
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
  }
  .resort .event__textarea .list {
    margin-bottom: 12px;
  }
  .resort .event__textarea .list-item {
    margin-left: 1em;
    text-indent: -1em;
  }
  .resort .event__img {
    width: calc(100% - 480px);
  }
  .resort .event__img iframe {
    aspect-ratio: 8.2/9;
    width: 100%;
    height: auto;
  }
  .resort .event__block {
    border-top: 1px solid #170707;
    margin-top: 3px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .resort .event__block:last-of-type {
    border-bottom: 1px solid #170707;
    padding-bottom: 0;
  }
  .resort .event__map-img {
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .resort .event__map-btn {
    border: 2px solid #170707;
    margin-top: 16px;
    border-radius: 100vmax;
    width: 233px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
  }
  .resort .event__bottom {
    margin-top: 21px;
  }
  .resort .event__bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 16px;
  }
  .resort .event__bottom-img {
    width: 245px;
  }
  .resort .event__bottom-textarea {
    width: calc(100% - 245px);
    padding-left: 20px;
  }
  .resort .event__bottom-title {
    font-size: 26px;
    font-weight: bold;
    margin-top: -9px;
  }
  .resort .event__bottom-text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.48;
  }
  .resort .event__schedule-inner {
    max-width: 630px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 38px 0 30px;
  }
  .resort .event__schedule-title {
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  .resort .event__schedule-list {
    margin-top: 38px;
  }
  .resort .event__schedule-list dl {
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 6px 10px;
  }
  .resort .event__schedule-list dl:last-of-type {
    border-bottom: 1px solid #fff;
  }
  .resort .event__schedule-list dl dt {
    width: 88px;
    min-width: 88px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  .resort .event__schedule-list dl dd {
    width: calc(100% - 88px);
    color: #fff;
    font-size: 18px;
  }
  .resort .present__inner {
    max-width: 860px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 54px 0 30px;
  }
  .resort .present__box {
    border: 2px solid #21396c;
    border-radius: 20px;
    padding: 24px 12px 18px;
  }
  .resort .present__title {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: #00aff2;
  }
  .resort .present__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 14px;
  }
  .resort .present__text {
    margin-top: 48px;
    text-align: center;
    padding-left: 27px;
  }
  .resort .present__text .small-text {
    font-size: 20px;
  }
  .resort .present__text-border {
    border-bottom: 1px solid #000;
    display: inline-block;
    line-height: 1.1;
  }
  .resort .present__text .bold-text {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 6px;
    display: block;
  }
  .resort .present__text .bold-small {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: -34px;
  }
  .resort .present__band {
    margin-top: 28px;
    background-color: #21396c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 19px 0 18px;
  }
  .resort .present__band-text {
    font-size: 20px;
  }
  .resort .present__band-text-border {
    text-decoration: underline;
  }
  .resort .attention {
    background-color: #fff;
  }
  .resort .attention__inner {
    padding-top: 32px;
    max-width: 884px;
    padding-bottom: 74px;
  }
  .resort .attention__area > * + * {
    margin-top: 57px;
  }
  .resort .attention__list {
    margin-top: 31px;
  }
  .resort .attention__list-item {
    margin-top: 5px;
    margin-left: 1.3em;
    text-indent: -1.3em;
  }
  .resort .attention__list-item.-red-text {
    color: #eb0731;
  }
  .resort .attention__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .resort {
    line-height: 1.6;
  }
  .resort h2 {
    margin: 0;
  }
  .resort .c-btn {
    display: block;
    width: 300px;
    padding: 15px 0;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    position: relative;
    background-color: #000;
    pointer-events: none;
  }
  .resort .c-btn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 27px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
  .resort .c-inner {
    max-width: 1000px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .resort .fixed-img {
    position: fixed;
    z-index: -1;
    top: 0;
    background-image: url(../img/fixed-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  .resort .mv {
    position: relative;
  }
  .resort .mv__inner {
    margin-inline: auto;
    background-color: #1e1b23;
    padding-bottom: 50px;
  }
  .resort .mv__img {
    text-align: center;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 0px;
    position: relative;
  }
  .resort .mv__treat {
    position: relative;
    top: unset;
    left: 0px;
    width: 100%;
    margin-top: -85%;
  }
  .resort .mv__lead {
    text-align: center;
    color: #fff;
    padding: 40px 30px 30px;
    font-size: 16px;
  }
  .resort .mv__btn {
    margin-top: 0;
  }
  .resort .artist {
    background-image: url(../img/artist_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 65% center;
  }
  .resort .artist__inner {
    margin-inline: auto;
    max-width: 1100px;
    padding: 48px 0 50px;
    width: calc(100% - 30px);
  }
  .resort .artist__title {
    font-size: 28px;
    color: #fff;
  }
  .resort .artist__flex {
    margin-top: 28px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: block;
  }
  .resort .artist__textarea {
    margin-top: 20px;
  }
  .resort .artist__textarea-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
  }
  .resort .artist__textarea-text {
    font-size: 16px;
    margin-top: 13px;
    color: #fff;
    line-height: 1.63;
    letter-spacing: 0.09em;
  }
  .resort .event {
    margin-top: 0;
    background-color: #21396c;
    position: relative;
    background-image: url(../img/event_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% center;
  }
  .resort .event__inner {
    padding: 40px 0 40px;
  }
  .resort .event__title {
    width: 150px;
    margin-inline: auto;
  }
  .resort .event__box {
    background-color: #fff;
    padding: 30px 20px;
  }
  .resort .event__flex {
    margin-top: 32px;
  }
  .resort .event__textarea {
    padding-right: 0px;
    margin-top: 0;
  }
  .resort .event__textarea > * + * {
    border-top: 1px solid #170707;
  }
  .resort .event__textarea dl {
    padding: 13px 0;
  }
  .resort .event__textarea dt {
    font-weight: bold;
    margin-right: 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .resort .event__textarea dd {
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 2px;
  }
  .resort .event__textarea a {
    text-decoration: underline;
  }
  .resort .event__textarea .note-item {
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
  }
  .resort .event__textarea .list {
    margin-bottom: 12px;
  }
  .resort .event__textarea .list-item {
    margin-left: 1em;
    text-indent: -1em;
  }
  .resort .event__img {
    margin-bottom: 20px;
  }
  .resort .event__img iframe {
    aspect-ratio: 9/9;
    width: 100%;
    height: auto;
  }
  .resort .event__block {
    border-top: 1px solid #170707;
    margin-top: 3px;
    padding: 10px 0;
  }
  .resort .event__block:last-of-type {
    border-bottom: 1px solid #170707;
  }
  .resort .event__bottom {
    margin-top: 21px;
  }
  .resort .event__bottom-img {
    margin-top: 15px;
  }
  .resort .event__bottom-img img {
    display: block;
    margin-inline: auto;
  }
  .resort .event__bottom-textarea {
    margin-top: 25px;
  }
  .resort .event__bottom-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 41px;
    text-align: center;
  }
  .resort .event__bottom-text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.48;
  }
  .resort .event__schedule-inner {
    max-width: 630px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 38px 0 30px;
  }
  .resort .event__schedule-title {
    font-size: 28px;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  .resort .event__schedule-list {
    margin-top: 18px;
  }
  .resort .event__schedule-list dl {
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 6px 10px;
  }
  .resort .event__schedule-list dl:last-of-type {
    border-bottom: 1px solid #fff;
  }
  .resort .event__schedule-list dl dt {
    width: 88px;
    min-width: 88px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  .resort .event__schedule-list dl dd {
    width: calc(100% - 88px);
    color: #fff;
    font-size: 16px;
  }
  .resort .present__inner {
    max-width: 860px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 54px 0 30px;
  }
  .resort .present__box {
    border: 2px solid #21396c;
    border-radius: 20px;
    padding: 24px 12px 18px;
  }
  .resort .present__title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #00aff2;
  }
  .resort .present__flex {
    margin-top: 20px;
  }
  .resort .present__text {
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
  }
  .resort .present__text .small-text {
    font-size: 18px;
  }
  .resort .present__text-border {
    border-bottom: 1px solid #000;
    display: inline-block;
    line-height: 1.1;
  }
  .resort .present__text .bold-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 6px;
    display: block;
  }
  .resort .present__text .bold-small {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: -25px;
  }
  .resort .present__band {
    margin-top: 28px;
    background-color: #21396c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 19px 0 18px;
  }
  .resort .present__band-text {
    font-size: 14px;
  }
  .resort .present__band-text-border {
    text-decoration: underline;
  }
  .resort .attention {
    background-color: #fff;
  }
  .resort .attention__inner {
    padding-top: 32px;
    max-width: 884px;
    padding-bottom: 74px;
  }
  .resort .attention__area > * + * {
    margin-top: 57px;
  }
  .resort .attention__title {
    width: 280px;
    margin-inline: auto;
  }
  .resort .attention__list {
    margin-top: 31px;
  }
  .resort .attention__list-item {
    margin-top: 5px;
    margin-left: 1.3em;
    text-indent: -1.3em;
  }
  .resort .attention__list-item.-red-text {
    color: #eb0731;
  }
  .resort .attention__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1340px) and (min-width: 769px) {
  .kyotosuizokukan .mv__img {
    width: 44%;
  }
  .kyotosuizokukan .mv__treat {
    margin-top: -41%;
  }
  .kyotosuizokukan .mv__lead {
    margin-top: 21%;
  }
}
@media screen and (max-width: 1040px) and (min-width: 769px) {
  .kyotosuizokukan .flow__block-wrap:nth-of-type(2) .flow__block {
    padding-left: 26.4%;
  }
  .kyotosuizokukan .flow__item {
    width: 21%;
    position: relative;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    padding: 65px 10px 22px;
  }
  .kyotosuizokukan .flow__item:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 47%;
    right: -23px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    border-right: 3px solid #224a6d;
    border-bottom: 3px solid #224a6d;
  }
  .kyotosuizokukan .flow__item.-w50 {
    width: 64%;
  }
  .kyotosuizokukan .flow__item.-block02-step03 {
    width: 28.3%;
    padding: 65px 10px 22px;
  }
}
/*# sourceMappingURL=style.css.map */