@charset "utf-8";
:root {
  --font-size-h2-en: clamp(2.313rem, 1.069rem + 4.98vw, 4.25rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-black: 800;
  --font-en: "skolar-sans-latin-compressed", sans-serif;
  --color-base: #00577d;
  --color-sub: #d2e8f8;
  --color-accent: #ff5a12;
  --color-green: #22c463;
  --color-black: #231815;
  --color-primary: #807878;
  --color-bg-gray: #F9F8F8;
  --color-border: #B6B1B1;
  --color-border-img: #ECEAEA;
  --color-border-title: #FCC800;
  --color-red: #E8380D;
  --color-orange: #ED6D35;
  --space-side: 12px;
  --space-inner-side: 8px;
  --height-footer-gnavi: 95px;
  --size-btn-scrolltop: clamp(3.125rem, 1.484rem + 7.5vw, 5rem);
  --hover-animation: .4s cubic-bezier(.25, .46, .45, .94);
  --hover-opacity: 70%;
  --hover-color: #8D8686;
  --border-radius: 10px;
  -webkit-text-size-adjust: 100%;
  /* font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-family: "Noto Sans JP", sans-serif; */
}
html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}
body {
  background-color: var(--color-sub);
}
img.lazyloaded {
  animation: fade 1s ease forwards;
  opacity: 0;
}
/* fadeアニメーション */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main_area {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.u-pc-visual {
  display: flex;
  background: var(--color-sub);
  position: relative;
}
.u-pc-visual:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: url("../img/bg_line_1.svg") repeat-x;
  background-size: auto 50px;
}
.u-pc-visual:after {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url("../img/bg_line_2.svg") repeat-x;
  background-size: auto 50px;
  z-index: 0;
}
.u-pc-left, .u-pc-right {
  position: fixed;
  top: 0;
  width: auto;
  height: 100%;
  padding: 18vh 3.5% 8vh;
  pointer-events: none;
}
.u-pc-left img, .u-pc-right img {
  max-width: inherit;
  height: 74vh;
  width: auto;
}
@media (max-width: 1000px) {
  .u-pc-left img, .u-pc-right img {
    display: none;
  }
}
.u-pc-left {
  right: calc(50% + 300px);
    animation: fade 2s ease forwards;
  opacity: 0;
}
.u-pc-right {
  left: calc(50% + 300px);
    animation: fade 2s ease forwards;
  opacity: 0;
}
.main_area * {
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.l-container {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  font-size: 62.5%;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 8px 0 rgba(58, 40, 0, 0.5);
}
@media (min-width: 1400.001px) {
  .l-body .logo-title {
    display: none;
  }
}
.l-body img {
  width: 100%;
}
.l-container .head-box {
  background: var(--color-base);
  padding: 30px 6% 20px;
}
.l-container .head-box .logo-title {
  margin-bottom: 40px;
}
.l-container .head-box .l-title {
  width: 94%;
  margin: 20px auto;
}
.l-container .head-box .date {
  width: 75%;
  margin: 4.2em auto 5.2em;
}
.l-container .head-box .lead-text {
  color: #fff;
  font-size: 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.l-container .head-box .lead-text span {
  color: #FFF500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.navi-list {
  width: 100%;
  margin: 0px auto 30px;
  padding-top: 8em;
  position: relative;
}
.navi-list ul li {
  display: block;
  border-radius: 20px;
  background: #fff;
  font-weight: 600;
  margin-bottom: 17px;
  transition: all 0.5s;
}
.navi-list ul li a {
  display: block;
  padding: 22px 5% 22px 65px;
  font-size: 3.1em;
  line-height: 1.6em;
  color: #000;
  font-weight: 900;
  background: url("../img/navi_arrow.svg") no-repeat 0 0 / 30px 30px;
  background-position: 17px center;
  position: relative;
}
.navi-list ul li:first-child a:before {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 4px;
  width: 22%;
  aspect-ratio: 7 / 9;
  background: url("../img/navi_illust.svg") no-repeat 0 0 / 100% auto;
  background-position: right top;
  z-index: 1;
    animation: fade 2s ease forwards;
  opacity: 0;
}
.navi-list ul li:hover {
  background: var(--color-sub);
}
#limited.sec-container {
  width: 100%;
  background: var(--color-sub);
  padding: 4em 10px 1em;
}
.sec-container .contents-title {
  width: 80%;
  margin: 20px auto 20px;
  font-size: 28px;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.box-contents {
  width: 90%;
  margin: 40px auto 20px;
  padding: 0px;
  position: relative;
}
.box-contents:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 4px;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
  background: #000;
}
.box-contents:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 4px;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
  background: #000;
}
.box-contents .box-inner {
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  border-top: none;
  background: #fff;
}
.box-contents .box-inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -6px;
  width: 4px;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
  background: #000;
}
.box-contents .box-inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -6px;
  width: 4px;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
  background: #000;
}
.box-contents .box-inner .box-item {
  position: relative;
  padding: 25px 8% 35px;
  text-align: center;
}
.box-contents .box-inner .box-item:before {
  content: "";
  position: absolute;
  right: -3%;
  top: 0px;
  display: block;
  width: 106%;
  height: 4px;
  background: #000;
  border-radius: 8px;
  z-index: 1;
}
.box-contents .box-inner .box-item:last-child::after {
  content: "";
  position: absolute;
  right: -3%;
  bottom: 0px;
  display: block;
  width: 106%;
  height: 4px;
  background: #000;
  border-radius: 8px;
  z-index: 1;
}
.box-contents .box-inner p.text {
  font-size: 2.2em;
  line-height: 1.8em;
  font-weight: 900;
  color: #000;
}
.box-contents .box-inner .box-item .illust-01 {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 4%;
  width: 85px;
  z-index: 2;
}
@media (min-width: 500px) {
  .box-contents .box-inner .box-item .illust-01 {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 4%;
    width: 23%;
    z-index: 2;
  }
}
.sec-container .illust-02 {
  content: "";
  position: absolute;
  top: 70px;
  left: -8%;
  width: 95px;
  z-index: 2;
}
@media (min-width: 500px) {
  .sec-container .illust-02 {
    content: "";
    position: absolute;
    top: 90px;
    left: -8%;
    width: 23%;
    z-index: 2;
  }
}
.sec-container .illust-03 {
  content: "";
  position: absolute;
  top: -18px;
  left: 8%;
  width: 75px;
  z-index: 2;
}
@media (min-width: 500px) {
  .sec-container .illust-03 {
    content: "";
    position: absolute;
    top: -4em;
    left: 8%;
    width: 18%;
    z-index: 2;
  }
}
.sec-container .illust-04 {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 14%;
  width: 78px;
  z-index: 2;
}
@media (min-width: 500px) {
  .sec-container .illust-04 {
    content: "";
    position: absolute;
    bottom: -80px;
    right: 14%;
    width: 18%;
    z-index: 2;
  }
}
.marker {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: 900;
  background: linear-gradient(transparent 60%, rgba(255, 241, 102) 50%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
  padding: 0;
}
.marker.lazyloaded {
  animation: marker 3s forwards;
  animation-delay: 1.5s;
  
}

@keyframes marker {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.box-contents .box-inner .box-item .logo {
  width: 42%;
  margin: 20px auto 20px;
}
.box-contents .box-inner .box-item:nth-child(4) .logo {
  width: 76%;
  margin: 20px auto 20px;
}
.box-contents .box-inner .box-item .copy {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #000;
  text-align: left;
  padding: 10px 0 10px;
}
.box-contents .box-inner .box-item .info-box {
  display: flex;
  justify-content: center;
  margin: 10px 0 10px;
}
.box-contents .box-inner .box-item .info-box .category {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  background: #000;
  display: inline-block;
  margin-right: 4px;
  padding: 3px 7px;
}
.box-contents .box-inner .box-item .info-box .floor {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1.8em;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  margin-left: 4px;
  padding: 3px 10px;
}
.box-contents .box-inner .h3-title {
  font-size: 3.0em;
  line-height: 1.6em;
  font-weight: 900;
  color: #000;
}
.sec-container .date-text {
  font-size: 5.6em;
  line-height: 1.5em;
  font-weight: 600;
  color: #000;
}
#special.sec-container .c-item .date-text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4em;
}
#official.sec-container .c-item .date-text {
  line-height: 1em;
}
.sec-container .date-text span {
  font-size: 0.5em;
  line-height: 2em;
  font-weight: 600;
  color: #000;
}
.sec-container .c-item .date-text span {
  line-height: 1.4em;
  padding: 5px 2px 0;
}
.sec-container .c-item .date-text span.number {
  display: inline-block;
  margin-top: 5px;
  margin-right: 9px;
  padding: 0;
  font-size: 0.6em;
  font-weight: 800;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background: var(--color-base);
}
@media (max-width: 600px) {
  .sec-container .c-item .date-text span.number {
    height: 30px;
    width: 30px;
    line-height: 28px;
  }
}
.sec-container .c-item .date-text span.time {
  font-size: 0.8em;
}
.box-contents .box-inner .box-item .item {
  margin-top: 15px;
  margin-bottom: 35px;
}
.box-contents .box-inner .box-item:nth-child(2) .item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.box-contents .box-inner .box-item .item:last-child {
  margin-bottom: 0px;
}
.sec-container .image {
  width: 100%;
  margin: 0 auto 20px;
}
.sec-container .s-image {
  width: 90%;
  margin: 0 auto 10px;
}
.box-contents .image.illust-img01 {
  width: 40%;
  margin: 0 auto 10px;
}
.box-contents .image.illust-img02 {
  width: 60%;
  margin: 0 auto 10px;
}
.box-contents .box-inner .box-item .item .item-name {
  display: inline;
  margin-bottom: 5px;
  padding: 0px 10px;
  font-size: 2.4em;
  line-height: 1.8em;
  font-weight: 900;
  color: #000;
        background: linear-gradient(transparent 0%, rgba(255, 241, 102) 10%);
    background-repeat: no-repeat;
background-size: 0% 100%;
  transition: background-size 1.5s;

}
.box-contents .box-inner .box-item .item .item-name.lazyloaded {
  animation: marker 3s forwards;
  animation-delay: 1.5s;
  
}


.box-contents .box-inner .box-item .item .item-text {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 2.1em;
  line-height: 1.6em;
  font-weight: 900;
  color: #000;
    text-align: left;
}
.box-contents .box-inner .box-item .item .item-text.text-c {
    text-align: center;
}
.box-contents .box-inner .box-item .item .price-text {
  font-size: 2.1em;
  line-height: 1.5em;
  font-weight: 900;
  color: #000;
  padding-top: 5px;
  padding-bottom: 10px;
}
.box-contents .box-inner .box-item .item .price-text .small {
  font-size: 0.6em;
  font-weight: 600;
}
.box-contents .box-inner .box-item .item .small {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 900;
  color: #000;
  padding-bottom: 20px;
}
.sec-container .link-btn a {
  border: 2px solid #00577d;
  display: inline-block;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
  border-radius: 20px;
  padding: 3px 15px 6px;
  vertical-align: middle;
  color: #00577d;
  transition: all 0.5s;
}
.sec-container .link-btn a:hover {
  background: var(--color-sub);
}
.second-container {
  background: var(--color-base);
  padding: 30px 10px 10px;
}
.contents {
  width: 90%;
  margin: 0 auto 25px;
  position: relative;
}
.contents .c-title {
  background: var(--color-sub);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 0;
  text-align: center;
}
.contents .c-title .h2-title {
  font-size: 3.4em;
  line-height: 1.4em;
  font-weight: 900;
  color: #000;
}
.contents .c-item {
  padding: 20px 6%;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
.contents .c-item dl.c-dl {
  margin: 3em auto 3.5em;
}
.contents .c-item dl.c-dl dt {
  display: inline-block;
  padding: 1px 8px;
  margin-bottom: 7px;
  border: 2px solid var(--color-base);
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 800;
  color: var(--color-base);
}
.contents .c-item dl.c-dl dd {
  font-size: 2.3em;
  line-height: 1.6em;
  font-weight: 800;
  color: #000;
}
.sec-container .link-btn-2 a {
  display: inline-block;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.5em;
  border-radius: 20px;
  background: #ff5a12;
  margin-bottom: 25px;
  padding: 3px 15px 6px;
  vertical-align: middle;
  color: #fff;
  transition: all 0.5s;
}
.sec-container .link-btn-2 a:hover {
  opacity: 0.7;
}
.sec-container .link-btn-2 img {
  width: 80%;
  margin: 0 auto 30px;
}

.sec-container .item-caution {
  text-align: center;
  width: 90%;
  margin: 5px auto 10px;
}
.sec-container .item-caution ul {
  text-align: left;
}
.sec-container .item-caution li, .sec-container .item-caution p {
  color: #000;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.7em;
}
.sec-container .item-caution li {
  display: inline;
}
.sec-container .item-caution li:first-child {
  display: block;
  width: 100%;
}
.sec-container .item-caution-talk ul {
  text-align: left;
}
.sec-container .item-caution-talk li {
  color: #000;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.7em;
  display: block;
  width: 100%;
}
.c-item .c-text {
  color: #000;
  font-size: 2.2em;
  font-weight: 900;
  line-height: 1.7em;
  margin-bottom: 15px;
}
.sec-container .border-text {
  display: block;
  padding: 2px 2px;
  margin: 2em auto 2.5em;
  border: 2px solid var(--color-base);
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 800;
  color: var(--color-base);
  letter-spacing: 0;
}
.second-container .sec-container .link-btn {
  margin: 15px 0 10px;
}
.second-container .sec-container .s-image {
  width: 80%;
  margin: 20px auto 40px;
}
#recommend.sec-container {
  width: 100%;
  border-top: 8px dotted #fff;
  margin: 50px 0 35px;
  padding: 20px 0 0;
  position: relative;
}
#recommend.sec-container .box-contents .box-inner .box-item {
  padding: 50px 8% 35px;
}
.box-inner .box-item .h2-title {
  width: 74%;
  margin: 0 auto;
}
.box-item .recommend-item {
  padding: 30px 2% 35px;
  border-bottom: 3px dotted #000;
}
.box-item .recommend-item:nth-child(4) {
  border: none;
  padding: 30px 2% 15px;
}
.box-item .recommend-item .h3-title {
  width: 66%;
  margin: 10px auto 20px;
}
.box-item .recommend-item:nth-child(3) .h3-title {
  width: 24%;
}
.box-contents .box-item .recommend-item p.text {
  text-align: left;
  line-height: 1.5em;
}
.box-contents .box-item .recommend-item p.image {
  margin: 0 auto 15px;
}
.box-contents .box-inner p.text-more {
  font-size: 2.8em;
  line-height: 1.8em;
  font-weight: 900;
  color: #000;
}
@media (max-width: 600px) {
  .l-container {
    font-size: 42.5%;
  }
}
.main_area footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  background: #fff;
  position: relative;
}
.main_area footer img {
  height: min(30px, 5vw);
}

.btn_scrolltop_content button {
    position: relative;
    width: auto;
    height: auto;
}