@charset "utf-8";

/*================================================
Loading
================================================*/

.LoadingScreen {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: none;
  transition: opacity 0.15s ease-in-out;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(../img/loading_screen_back.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-color: #FFFFFF;
}
.LoadingScreen.is-active {
  opacity: 1;
}
.LoadingMeter {
  display: flex;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 20%;
  height: 10px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #DDDDDD;
  border-radius: 5px;
}
.LoadingMeter.is-active {
  opacity: 1;
}
.LoadingMeterFill {
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  width: 0px;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #00A3D8;
}

@media (max-width: 1365px) {

  .LoadingMeter {
    width: 20%;
  }
}

@media (max-width: 1023px) {

  .LoadingMeter {
    width: 50%;
  }
}

/*================================================
Firstview
================================================*/

.Firstview {
  display: flex;
  overflow: hidden;
  opacity: 0;
  transform: none;
  transition: opacity 0.5s ease-in-out;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  height: 100vh;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.Firstview.is-active {
  opacity: 1;
}
.FeatureImage {
  padding: 20px;
  text-align: right;
  line-height: 1.25;
  color: #FFFFFF;
}
.FirstviewAbout {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 25%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 6% 1% 5% 1%;
  background-image: url(../img/firstview_about_back.webp);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  box-sizing: border-box;
}
.FirstviewAbout.is-active {
  opacity: 1;
  transform: translateX(0px);
}
.FirstviewAboutLead {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 75%;
  height: auto;
  margin: 0px auto 15px auto;
  padding: 0px 0px 0px 0px;
}
.FirstviewAboutLead.is-active {
  opacity: 1;
  transform: translateX(0px);
}
.FirstviewAboutLead img {
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.FirstviewAboutTitle {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 75%;
  height: auto;
  margin: 0px auto 15px auto;
  padding: 0px 0px 0px 0px;
}
.FirstviewAboutTitle.is-active {
  opacity: 1;
  transform: scale(1.00);
}
.FirstviewAboutTitle img {
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.FirstviewAboutShout {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 75%;
  height: auto;
  margin: 0px auto 15px auto;
  padding: 0px 0px 0px 0px;
}
.FirstviewAboutShout.is-active {
  opacity: 1;
  transform: scale(1.00);
}
.FirstviewAboutShout img {
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.FirstviewAboutText {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 75%;
  height: auto;
  margin: 0px auto 30px auto;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #00588D;
  font-weight: 900;
  text-shadow: 0px -2px 0px #C3E9F6, 0px 2px 0px #C3E9F6, -2px 0px 0px #C3E9F6, 2px 0px 0px #C3E9F6, -2px -2px 0px #C3E9F6, 2px -2px 0px #C3E9F6, -2px 2px 0px #C3E9F6, 2px 2px 0px #C3E9F6;
}
.FirstviewAboutText.is-active {
  opacity: 1;
  transform: translateX(0px);
}
.FirstviewAboutTriangle {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 200px;
  height: 35px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}
.FirstviewAboutTriangle.is-active {
  opacity: 1;
  transform: translateY(0px);
}
.FirstviewAboutTriangle a {
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 0px;
  height: 0px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 35px 100px 0px 100px;
  border-color: #FFFFFF transparent transparent transparent;
}
.FirstviewAboutTriangle.is-blink {
  animation: blink 1s infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.FirstviewPhotoWrap {
  display: flex;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 75%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  flex-direction: column;
  background-color: #F1FBFE;
  box-sizing: border-box;
}
.FirstviewPhotoWrap.is-active {
  opacity: 1;
  transform: translateX(0px);
}
.FirstviewPhoto {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, height 0.5s ease-in-out, border-radius 0.5s ease-in-out, border-width 0.5s ease-in-out, border-color 0.5s ease-in-out, position 0s linear, top 0s linear;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(../img/firstview_photo_back.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #FFFFFF;
  color: #000000;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0px;
  box-sizing: border-box;
}
.FirstviewPhoto.is-active {
  opacity: 1;
  transform: translateX(0px);
}
.FirstviewPhotoWrap.is-expanded .FirstviewPhoto {
  position: relative;
  top: 0px;
  height: 50%;
  border-width: 50px 50px 50px 50px;
  border-color: #F1FBFE;
  border-radius: 75px 75px 75px 75px;
}
.FirstviewPhotoSplashLeft {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%) translateY(-100%) scale(0.00);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.FirstviewPhotoSplashLeft.is-active {
  opacity: 1;
  transform: translateX(25.5%) translateY(21.5%) scale(1.00);
}
.FirstviewPhotoSplashLeft img {
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.FirstviewPhotoSplashRight {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(100%) translateY(-100%) scale(0.35);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  position: absolute;
  top: 23.5%;
  left: auto;
  right: 26.5%;
  bottom: auto;
  z-index: auto;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.FirstviewPhotoSplashRight.is-active {
  opacity: 1;
  transform: translateX(0%) translateY(0%) scale(1.00);
}
.FirstviewPhotoSplashRight img {
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.FirstviewPhotoAttention {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(25px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  z-index: auto;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  line-height: normal;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
}
.FirstviewPhotoAttention.is-active {
  opacity: 1;
  transform: translateX(0px);
}
.FirstviewPhotoDetail {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  height: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #000000;
  box-sizing: border-box;
}
.FirstviewPhotoWrap.is-expanded .FirstviewPhotoDetail {
  opacity: 1;
  transform: translateY(0px);
  height: 50%;
  margin: -30px 0px 0px 0px;
  padding: 0px 50px 50px 50px;
}
.FirstviewPhotoDetailTitle {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 75%;
  height: auto;
  margin: 0px auto 20px auto;
  padding: 0px 0px 0px 0px;
}
.FirstviewPhotoDetailTitle.is-active {
  opacity: 1;
  transform: translateY(0px);
}
.FirstviewPhotoDetailTitle img {
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.FirstviewPhotoDetailLead {
  display: block;
  float: left;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.75); 
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: static;
  width: 31.333333%;
  height: auto;
  margin: 0px 1% 0px 1%;
  padding: 0px 0px 0px 0px;
}
.FirstviewPhotoDetailLead.is-active {
  opacity: 1;
  transform: scale(1.00);
}
.FirstviewPhotoDetailLeadCouponImage {
  margin-bottom: 10px;
}
.FirstviewPhotoDetailLeadCouponImage:hover {
  transition: all 0.3s ease;
  opacity: 0.75;
}
.FirstviewPhotoDetailLeadCouponPeriod {
}
.FirstviewPhotoDetailLeadCouponPeriod li {
  margin: 0px 0px 5px 0px;
  line-height: 1.25;
}
.FirstviewPhotoDetailLeadCouponPeriod li b {
  display: block;
  float: left;
  width: 28%;
  padding: 5px 5px 5px 5px;
  text-align: center;
  background-color: #00A3D8;
  color: #FFFFFF;
  box-sizing: border-box;
}
.FirstviewPhotoDetailLeadCouponPeriod li i {
  display: block;
  float: left;
  width: 70%;
  margin: 0px 0px 0px 2%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
}
.FirstviewPhotoDetailLeadCouponPeriod li span {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
}
.FirstviewPhotoDetailAttention {
  clear: both;
  width: 100%;
  margin-top: 10px;
}
.FirstviewPhotoDetailAttentionOne {
  margin-bottom: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.25;
  font-weight: 400;
}
.FirstviewPhotoDetailAttentionOne a {
  display: inline;
}

@media (max-width: 1365px) {

  .FirstviewAbout {
    padding: 5% 3% 5% 3%;
  }
  .FirstviewAboutLead {
    width: 100%;
  }
  .FirstviewAboutTitle {
    width: 100%;
  }
  .FirstviewAboutShout {
    width: 100%;
  }
  .FirstviewAboutText {
    width: 100%;
  }
  .FirstviewPhotoDetailLeadCouponImage {
    float: none;
    width: 100%;
  }
  .FirstviewPhotoDetailLeadCouponImage img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto 20px auto;
    text-align: center;
  }
  .FirstviewPhotoDetailLeadCouponPeriod {
    float: none;
    width: 100%;
    margin: 0px 0px 0px 0%;
  }
  .FirstviewPhotoDetailLeadCouponPeriod li b {
    width: 30%;
  }
  .FirstviewPhotoDetailLeadCouponPeriod li i {
    width: 68%;
    margin: 0px 0px 0px 2%;
  }
}

@media (max-width: 1023px) {

  .Firstview {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: none;
    transition: opacity 0.5s ease-in-out;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
  }
  .Firstview.is-active {
    opacity: 1;
  }
  .FirstviewAbout {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-25px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    padding: 7.5% 3% 3% 3%;
    background-image: url(../img/firstview_about_back.webp);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    color: #000000;
    box-sizing: border-box;
  }
  .FirstviewAbout.is-active {
    opacity: 1;
    transform: translateY(0px);
  }
  .FirstviewAboutLead {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 80%;
    height: auto;
    margin: 0px auto 15px auto;
  }
  .FirstviewAboutLead.is-active {
    opacity: 1;
    transform: translateY(0px);
  }
  .FirstviewAboutLead img {
    display: block;
    overflow: hidden;
    opacity: 1;
    transform: none;
    transition: none;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
  }
  .FirstviewAboutTitle {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 80%;
    height: auto;
    margin: 0px auto 15px auto;
  }
  .FirstviewAboutTitle.is-active {
    opacity: 1;
    transform: scale(1.00);
  }
  .FirstviewAboutTitle img {
    display: block;
    overflow: hidden;
    opacity: 1;
    transform: none;
    transition: none;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
  }
  .FirstviewAboutShout {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 80%;
    height: auto;
    margin: 0px auto 15px auto;
  }
  .FirstviewAboutShout.is-active {
    opacity: 1;
    transform: scale(1.00);
  }
  .FirstviewAboutShout img {
    display: block;
    overflow: hidden;
    opacity: 1;
    transform: none;
    transition: none;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
  }
  .FirstviewAboutText {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 80%;
    height: auto;
    margin: 0px auto 35px auto;
  }
  .FirstviewAboutText.is-active {
    opacity: 1;
    transform: translateX(0px);
  }
  .FirstviewAboutTriangle {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100px;
    height: 50px;
  }
  .FirstviewAboutTriangle.is-active {
    opacity: 1;
    transform: translateY(0px);
  }
  .FirstviewAboutTriangle a {
    display: block;
    overflow: hidden;
    opacity: 1;
    transform: none;
    transition: none;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    border-style: solid;
    border-width: 25px 50px 0px 50px;
    border-color: #FFFFFF transparent transparent transparent;
  }
  .FirstviewAboutTriangle.is-blink {
    animation: blink 1s infinite alternate;
  }
  .FirstviewPhotoWrap {
    display: flex;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-25px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    min-height: 300px;
    flex-direction: column;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
  .FirstviewPhotoWrap.is-active {
    opacity: 1;
    transform: translateY(0px);
  }
  .FirstviewPhoto {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-25px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, height 0.5s ease-in-out, border-radius 0.5s ease-in-out, border-width 0.5s ease-in-out, border-color 0.5s ease-in-out, position 0s linear, top 0s linear;
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-image: url(../img/firstview_photo_back.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    box-sizing: border-box;
  }
  .FirstviewPhoto.is-active {
    opacity: 1;
    transform: translateY(0px);
  }
  .FirstviewPhotoWrap.is-expanded .FirstviewPhoto {
    position: relative;
    top: 0px;
    height: 80%;
    border-width: 20px 20px 20px 20px;
    border-color: #FFFFFF;
    border-radius: 35px 35px 35px 35px;
  }
  .FirstviewPhotoSplashLeft {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-100%) translateY(-100%) scale(0.35);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    position: absolute;
    top: 22.5%;
    left: 20%;
    right: auto;
    bottom: auto;
    z-index: auto;
  }
  .FirstviewPhotoSplashLeft.is-active {
    opacity: 1;
    transform: translateX(0%) translateY(0%) scale(1.00);
  }
  .FirstviewPhotoSplashLeft img {
    display: block;
    overflow: hidden;
    opacity: 1;
    transform: none;
    transition: none;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
  }
  .FirstviewPhotoSplashRight {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateX(100%) translateY(-100%) scale(0.35);
    transition: opacity 0.25s ease-out, transform 0.25s ease-in-out;
    position: absolute;
    top: 15%;
    left: auto;
    right: 26.5%;
    bottom: auto;
    z-index: auto;
  }
  .FirstviewPhotoSplashRight.is-active {
    opacity: 1;
    transform: translateX(10%) translateY(0%) scale(1.00);
  }
  .FirstviewPhotoSplashRight img {
    display: block;
    overflow: hidden;
    opacity: 1;
    transform: none;
    transition: none;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
  }
  .FirstviewPhotoAttention {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateX(25px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: absolute;
    top: auto;
    left: auto;
    right: 15px;
    bottom: 15px;
    z-index: auto;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.75), 0px 0px 1px rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: normal;
  }
  .FirstviewPhotoAttention.is-active {
    opacity: 1;
    transform: translateX(0px);
  }
  .FirstviewPhotoDetail {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: 0px;
    box-sizing: border-box;
  }
  .FirstviewPhotoWrap.is-expanded .FirstviewPhotoDetail {
    opacity: 1;
    transform: translateY(0px);
    height: 20%;
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 25px 25px;
  }
  .FirstviewPhotoDetailTitle {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
  }
  .FirstviewPhotoDetailTitle.is-active {
    opacity: 1;
    transform: translateY(0px);
  }
  .FirstviewPhotoDetailTitle img {
    display: block;
    overflow: hidden;
    opacity: 1;
    transform: none;
    transition: none;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: auto;
    height: auto;
  }
  .FirstviewPhotoDetailLead {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0px 0% 20px 0%;
    background-color: #EEEEEE;
    box-sizing: border-box;
  }
  .FirstviewPhotoDetailLead:last-child {
    margin-bottom: 0px;
  }
  .FirstviewPhotoDetailLead.is-active {
    opacity: 1;
    transform: translateY(0px);
  }
  .FirstviewPhotoDetailLeadCouponImage {
    float: none;
    width: 100%;
    margin: 0px auto 20px auto;
  }
  .FirstviewPhotoDetailLeadCouponImage img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    text-align: center;
  }
  .FirstviewPhotoDetailLeadCouponPeriod {
    float: none;
    width: 100%;
    margin: 0px 0px 0px 0%;
  }
  .FirstviewPhotoDetailLeadCouponPeriod li {
    font-size: clamp(0.875rem, 0.8rem + 0.2vw, 0.9375rem);
  }
  .FirstviewPhotoDetailLeadCouponPeriod li b {
    display: block;
    width: 100%;
  }
  .FirstviewPhotoDetailLeadCouponPeriod li i {
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0%;
    text-align: center;
  }
  .FirstviewPhotoDetailAttentionOne span {
    line-height: 1.75;
    font-size: clamp(0.625rem, 0.55rem + 0.1vw, 0.75rem);
  }
}

/*================================================
ModalWindow
================================================*/

.ModalSwitch {
  display: block;
  padding: 0px 0px 0px 20px;
  background-image: url(../img/modal.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ModalWindow {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: none;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.50);
}
.ModalWindow.is-active {
  opacity: 1;
  visibility: visible;
}
.ModalWindowInner {
  display: flex;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) translateY(10px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: auto;
  width: 50%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 50px 50px 50px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  max-height: 90%;
  box-sizing: border-box;
}
.ModalWindow.is-active .ModalWindowInner {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0px);
}
.ModalWindowCloseButton {
  display: block;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  position: fixed;
  top: 50px;
  left: auto;
  bottom: auto;
  right: 50px;
  z-index: 10002;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  font-size: 72px;
  font-weight: bold;
  cursor: pointer;
}
.ModalWindowContents {
  display: block;
  overflow-y: auto;
  opacity: 1;
  transform: none;
  transition: none;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  z-index: auto;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  max-height: 100%;
}

@media (max-width: 1023px) {

  .ModalWindowInner {
    width: 90%;
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
  }
  .ModalWindowCloseButton {
    top: 25px;
    right: 25px;
    color: #CCCCCC;
  }
}

/*================================================
Period
================================================*/

.Period {
  display: none;
  padding: 10px 0px;
  background-color: #BF0000;
}
.PeriodText {
  margin-bottom: 0px;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
}
.PeriodReleaseStart {
  display: none;
}
.PeriodReleaseEnd {
  display: none;
}
.PeriodBookingStart {
  display: none;
}
.PeriodBookingEnd {
  display: none;
}
.PeriodPlayStart {
  display: none;
}
.PeriodPlayEnd {
  display: none;
}

/*================================================
CampaignName
================================================*/

.CampaignName {
  display: none;
}

/*================================================
Feature
================================================*/

.Feature {
  position: relative;
  width: 100%;
  padding: 0px 0% 0px 0%;
  background-image: url(../img/feature_back_pc.webp);
}
.FeatureScreen {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 100px;
  z-index: 10;
  background-image: url(../img/feature_screen.png);
}
.FeatureWooferLeft {
  position: absolute;
  top: 75px;
  left: 75px;
  z-index: 10;
  width: 350px;
  height: 350px;
}
.FeatureWooferRight {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 10;
  width: 350px;
  height: 350px;
}
.FeatureSplashLeft {
  position: absolute;
  top: 300px;
  left: 300px;
  z-index: 20;
  width: 1400px;
  height: 1000px;
}
.FeatureSplashRight {
  position: absolute;
  top: 300px;
  right: 300px;
  z-index: 20;
  width: 1400px;
  height: 1000px;
}
.FeatureInner {
  position: relative;
  width: 80%;
  margin: 0px auto 0px auto;
  padding-top: 100px;
  z-index: 30;
}
.FeatureTitle {
  width: 800px;
  margin: 0px auto 25px auto;
  text-align: center;
  color: #FFFFFF;
}
.FeatureLead {
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
  line-height: 1.50;
  color: #FFFFFF;
  font-weight: 900;
}
.FeatureAboutOne {
  float: left;
  width: 48%;
  margin: 0px 1% 25px 1%;
  padding: 3%;
  border-radius: 25px;
  background-image: url(../img/feature_about_one.png);
  box-sizing: border-box;
}
.FeatureAboutOneImage {
  margin-bottom: 25px;
}
.FeatureAboutOneImage img {
  width: 100%;
}
.FeatureAboutOneTitle {
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.75), 0px 0px 1px rgba(255, 255, 255, 0.75);
  line-height: 1.25;
  color: #00588C;
  font-weight: 900;
}
.FeatureAboutOneText {
  margin-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.75), 0px 0px 1px rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  color: #00588C;
  font-weight: 700;
}
.FeatureAboutOneAttention {
  margin-bottom: 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.75), 0px 0px 1px rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  color: #00588C;
  font-weight: 700;
}

@media (max-width: 1365px) {

  .FeatureTitle {
    width: 700px;
  }
}

@media (max-width: 1023px) {

  .Feature {
    position: static;
    width: 100%;
    background-image: url(../img/feature_back_sp.webp);
    background-size: contain;
    background-position: top center;
  }
  .FeatureInner {
    width: 90%;
    padding-top: 0px;
  }
  .FeatureTitle {
    width: 80%;
  }
}

/*================================================
Feature Animation
================================================*/

.FeatureScreen {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
.FeatureScreen.is-active {
  opacity: 1;
  transform: translateY(0);
}
.FeatureWooferLeft,
.FeatureWooferRight {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.FeatureWooferLeft.is-active,
.FeatureWooferRight.is-active {
  opacity: 1;
  transform: scale(1);
}
.FeatureSplashLeft,
.FeatureSplashRight {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.FeatureSplashLeft.is-active,
.FeatureSplashRight.is-active {
  opacity: 1;
  transform: scale(1);
}
.FeatureTitle,
.FeatureLead {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
.FeatureTitle.is-active,
.FeatureLead.is-active {
  opacity: 1;
  transform: translateY(0);
}
.FeatureAboutOne {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.FeatureAboutOne.is-active {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 1365px) {

  .FeatureWooferLeft {
    top: 70px;
    left: 70px;
    width: 280px;
    height: 280px;
  }
  .FeatureWooferRight {
    top: 70px;
    right: 70px;
    width: 280px;
    height: 280px;
  }
  .FeatureSplashLeft {
    top: 70px;
    left: 70px;
    width: 1120px;
    height: 800px;
  }
  .FeatureSplashRight {
    top: 70px;
    right: 70px;
    width: 1120px;
    height: 800px;
  }
  .FeatureInner {
    padding-top: 200px;
  }
}

@media (max-width: 1023px) {

  .FeatureScreen {
    padding-bottom: 50px;
  }
  .FeatureWooferLeft,
  .FeatureWooferRight {
    display: none;
  }
  .FeatureSplashLeft,
  .FeatureSplashRight {
    display: none;
  }
  .FeatureInner {
    width: 90%;
    padding-top: 100px;
  }
  .FeatureAboutOne {
    float: none;
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 7.5%;
  }
}

/*================================================
ImageChanger
================================================*/

.ImageChanger {
  position: relative;
  width: 100%;
  aspect-ratio: 10 / 7; 
  background-color: #000000;
  overflow: hidden;
}
.ImageChanger img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1.5s ease-in-out;
}
.ImageChanger .ImageChangerA {
  opacity: 1;
  z-index: 2;
}
.ImageChanger .ImageChangerB {
  opacity: 0;
  z-index: 1;
}
.ImageChanger.is-switched .ImageChangerA {
  opacity: 0;
}
.ImageChanger.is-switched .ImageChangerB {
  opacity: 1;
}

/*================================================
Course
================================================*/

.Course {
  background-color: #000000;
  background-image: url(../img/course_back_pc.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.Course .CommonTitleEnglish,
.Course .CommonTitle,
.Course .CommonLead,
.Course .CourseAreaName {
  color: #FFFFFF;
}
.CourseAreaCounter {
  margin-bottom: 25px;
}
.CourseAreaCounter p {
  text-align: center;
  line-height: 1.25;
}
.CourseAreaCounter p i {
  margin: 0px 5px;
  color: #FFFFFF;
  font-weight: 400;
}
.CourseAreaCounter p span {
  margin: 0px 5px;
  color: #FFFFFF;
  font-weight: 900;
}
.CourseAreaCounter p b {
  margin: 0px 5px;
  color: #FFFFFF;
  font-weight: 900;
}
.CourseAreaAnchor {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
.CourseAreaAnchor ul {
  display: inline-block;
}
.CourseAreaAnchor li {
  display:inline;
}
.CourseAreaAnchor li a {
  padding: 20px;
  line-height: 1.25;
  color: #FFFFFF;
}
.CoursePrefAnchor {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  min-height: 40px;
}
.CoursePrefAnchor ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 8px;
  justify-content: center;
}
.CoursePrefAnchor ul::-webkit-scrollbar {
  display: none;
}
.CoursePrefAnchor li.CoursePrefAnchorOne {
  flex-shrink: 0;
  margin: 0;
}
.CoursePrefAnchor a.CoursePrefAnchorLink {
  display: block;
  padding: 8px 15px;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  background-color: #EEEEEE;
  color: #333333;
  text-decoration: none;
  line-height: 1.25;
  white-space: nowrap;
  font-size: 0.9em;
  transition: all 0.2s ease;
  text-align: center;
  cursor: pointer;
}
.CourseAreaAnchor li a,
.CoursePrefAnchor a.CoursePrefAnchorLink {
  cursor: pointer;
}
.CoursePrefAnchor a.CoursePrefAnchorLink:hover {
  background-color: #e0e0e0;
  border-color: #aaa;
  color: #000;
}
.CoursePrefAnchor a.CoursePrefAnchorLink.active {
  background-color: #FF6600;
  border-color: #FF6600;
  color: #fff;
  font-weight: bold;
}
.CourseArea {
  width: 100%;
  margin: 0px auto 50px auto;
  padding: 50px;
  background-image: url(../img/firstview_screen.png);
  box-sizing: border-box;
}
.CourseAreaName {
  margin-left: 15px;
  margin-bottom: 50px;
  font-weight: 900;
}
.CourseAreaName strong {
  margin-right: 15px;
}
.CourseOne {
  position: relative;
  float: left;
  width: 31.333333%;
  margin: 0px 1% 25px 1%;
  padding: 20px 20px 80px 20px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.CourseOneImage {
  margin-bottom: 10px;
}
.CourseOneImage img {
  width: 100%;
  height: auto;
}
.CourseOneTextPref {
  display: inline-block;
  margin-bottom: 5px;
  padding: 7px 7px 5px 6px;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
}
.CourseOneTextSpell {
  display: none;
  margin-bottom: 5px;
  line-height: 1.25;
  color: #666666;
  font-weight: 400;
}
.CourseOneTextName {
  margin-bottom: 5px;
  line-height: 1.25;
  font-weight: 900;
}
.CourseOneTextAddressNum {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-weight: 400;
}
.CourseOneTextAddressRoute {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-weight: 400;
}
.CourseOneTextButton {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.CourseOneTextButtonNormal {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0px 16px 0px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}
.CourseOneTextButtonSingle {
  display: none !important;
  float: left;
  width: 50%;
  padding: 15px 0px 16px 0px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #FF6600;
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}
.CourseOneTextButtonNormal:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.CourseOneTextButtonSingle:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}

@media (max-width: 1365px) {

  .CourseArea {
    width: 90%;
    padding: 35px;
  }
  .CourseAreaName {
    margin-bottom: 35px;
  }
}

@media (max-width: 1023px) {

  .Course {
    padding: 50px 0px 0px 0px;
    background-image: url(../img/course_back_sp.webp);
  }
  .CourseAreaAnchor {
    margin-bottom: 25px;
  }
  .CourseAreaAnchor li a {
    display: block;
    float: left;
    width: 46%;
    margin: 0px 2% 15px 2%;
    padding: 10px;
    border: 3px #FFFFFF solid;
    text-decoration: none;
    font-weight: 900;
    box-sizing: border-box;
  }
  .CourseAreaAnchor li a:hover {
    transition: all 0.3s ease;
    background-image: url(../img/course_area_anchor_back.png);
  }
  .CourseAreaAnchor li a,
  .CoursePrefAnchor a.CoursePrefAnchorLink {
    cursor: pointer;
  }
  .CoursePrefAnchor {
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 0 10px;
    min-height: 35px;
  }
  .CoursePrefAnchor ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 15px 15px;
  }
  .CoursePrefAnchor ul::-webkit-scrollbar {
    display: none;
  }
  .CoursePrefAnchor li.CoursePrefAnchorOne {
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    text-align: center;
  }
  .CoursePrefAnchor li.CoursePrefAnchorOne:first-child {
    flex-basis: 100%;
    margin-bottom: 15px;
    width: 100%;
  }
  .CoursePrefAnchor li.CoursePrefAnchorOne:not(:first-child) {
    flex-basis: calc((100% - (15px * 2)) / 3);
    width: calc((100% - (15px * 2)) / 3);
  }

  .CoursePrefAnchor a.CoursePrefAnchorLink {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #f9f9f9;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.85em;
    transition: all 0.2s ease;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
  }
  .CourseArea {
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 25px 15px 15px 15px;
  }
  .CourseAreaName {
    margin-bottom: 20px;
  }
  .CourseOne {
    position: static;
    float: none;
    width: 100%;
    margin: 0px 0% 10px 0%;
    padding: 15px 15px 15px 15px;
  }
  .CourseOne:last-of-type {
    margin: 0px 0% 0px 0%;
  }
  .CourseOneImage {
    float: left;
    width: 28%;
    margin-right: 2%;
    margin-bottom: 0px;
  }
  .CourseOneText {
    float: left;
    width: 70%;
  }
  .CourseOneTextPref {
    padding: 5px 5px 5px 6px;
  }
  .CourseOneTextButton {
    position: static;
    left: auto;
    bottom: auto;
  }
  .CourseOneTextButtonNormal {
    padding: 10px 0px 11px 0px;
  }
  .CourseOneTextButtonSingle {
    padding: 10px 0px 11px 0px;
  }
}

/*================================================
Plan
================================================*/

.Plan {
  margin: auto;
  background-color: #EEEEEF;
  box-sizing: border-box;
}
.PlanSearchWrap {
  max-width: 1024px !important;
  margin: 0px auto;
}
.PlanSearchFormMapInner {
  text-align: left;
}
.PlanSearchFormMapInner:last-of-type {
  margin-bottom: 50px;
  border: 3px #999999 dotted;
}
.PlanSearchFormMapTriangle {
  overflow: hidden;
  position: relative;
  transform:rotate(-180deg);
  width: 200px;
  height: 30px;
  margin: 0px auto;
}
.PlanSearchFormMapTriangle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #CCCCCC 0%, #EEEEEE 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.PlanSearch .is-hidden {
  display: none !important;
}
.PlanSearch .PlanSearchFormMap {
  padding: 0px;
  background-color: transparent !important;
}
.PlanSearch .PlanSearchFormSubmit {
  padding: 0px 0px 0px 0px;
  background-color: transparent !important;
}
.PlanSearch .PlanSearchFormMapInner {
  padding: 20px 0px 20px 0px;
}
.PlanSearch .PlanSearchFormMapInner.PlanSearchFormMapFlex {
  display: flex;
  align-items: center;
}
.PlanSearch .PlanSearchFormMapInner.PlanSearchFormMapBorder {
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
}
.PlanSearch .PlanSearchFormMapInner:first-child {
  padding-top: 0px;
}
.PlanSearch .PlanSearchFormMapTitle {
  margin-bottom: 35px;
  font-weight: 700;
}
.PlanSearchFormMapTitleKeyword {
  text-align: center;
}
.PlanSearchFormMapTitleStep {
  margin-right: 10px;
}
.PlanSearchFormMapTitleStep i {
  padding: 10px 15px 10px 15px;
  border: 5px #BF0000 solid;
  background-color: #FFFFFF;
  color: #BF0000;
}
.PlanSearchFormMapTitleStep b {
  padding: 10px 15px 10px 10px;
  border: 5px #BF0000 solid;
  background-color: #BF0000;
  color: #FFFFFF;
}
.PlanSearch .PlanSearchFormMapText {
  margin-bottom: 0px;
  padding-top: 10px;
}
.PlanSearch .PlanSearchFormMapTitle+.PlanSearchFormMapText {
  margin-top: -5px;
  margin-bottom: 15px;
}
.PlanSearch .PlanSearchFormMapInner.PlanSearchFormMapFlex .PlanSearchFormMapTitle {
  width: 170px;
  margin-bottom: 0px;
}
.PlanSearch .PlanSearchFormMapAreaSelectBody {
  position: relative;
  min-height: 510px;
  border: 1px #CCCCCC solid;
  border-radius: 4px;
  background-image: url('../img/map_colorful.svg'), linear-gradient(0deg, rgba(240, 240, 250, 1), rgba(255, 255, 255, 1) 50%);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 0px) 15px, 0 0;
  background-size: auto, 100% 100%;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem {
  position: absolute;
  width: 200px;
  padding: 10px 10px 5px 10px;
  background-color: #F7F7F7;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#HokkaidoTohoku {
  top: 35px;
  right: 50px;
  border: 2px #3F92AF solid;
  background-color: #D9E9EF;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#KantoKoushinetsu {
  right: 50px;
  bottom: 35px;
  border: 2px #4A822A solid;
  background-color: #DBE6D4;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#ChubuTokai {
  right: 275px;
  bottom: 35px;
  border: 2px #46627C solid;
  background-color: #DAE0E5;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#Hokuriku {
  top: 35px;
  left: 455px;
  width: 110px;
  border: 2px #A94A3A solid;
  background-color: #EEDBD8;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#Kinki {
  top: 35px;
  left: 210px;
  border: 2px #AF9843 solid;
  background-color: #EFEAD9;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#Chugoku {
  top: 35px;
  left: 55px;
  width: 110px;
  border: 2px #9E3035 solid;
  background-color: #ECD6D7;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#Shikoku {
  left: 285px;
  bottom: 35px;
  border: 2px #2A304A solid;
  background-color: #D4D6DB;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#KyushuOkinawa {
  left: 55px;
  bottom: 35px;
  border: 2px #5B2030 solid;
  background-color: #DED2D6;
  box-sizing: border-box;
}

#HokkaidoTohoku .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #BF0000; }
#KantoKoushinetsu .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #003700; }
#ChubuTokai .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #001731; }
#Hokuriku .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #5E0000; }
#Kinki .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #644D00; }
#Chugoku .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #530000; }
#Shikoku .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #000009; }
#KyushuOkinawa .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #100000; }

.AreaLabel.Hokkaido span { color: #100064; font-weight: 700; }
.AreaLabel.Okinawa span { color: #003C37; font-weight: 700; }

.PlanSearch .js-area-error {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-radius: 5px;
  background: #FFFFFF;
  color: #BF0000;
  font-weight: 400;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItemGroup {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.PlanSearch .AreaLabel {
  display: block;
  position: relative;
  min-width: 52px;
  margin-bottom: 4px;
  padding: 4px 4px 3px 30px;
  color: #000000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.PlanSearch .AreaLabel.All {
  width: 100%;
  font-weight: 700;
}
.PlanSearch .AreaLabel.Hokkaido {
  border-radius: 4px;
  background-color: #D6D1EB;
}
.PlanSearch .AreaLabel.Okinawa {
  border-radius: 4px;
  background-color: #C8E1E0;
}
.PlanSearch .AreaLabel i {
  display: none;
}
.PlanSearch .AreaLabel:hover {
  border-radius: 4px;
  background-color: #FFFFFF;
}
.PlanSearch input[type=checkbox] {
  position: absolute;
  left: 4px;
  width: 20px;
  height: 20px;
  margin: 0px;
  opacity: 0;
}
.PlanSearch input[type=checkbox]:disabled+span {
  opacity: 0.25;
}
.PlanSearch .AreaLabel span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #999999;
  border-radius: 4px;
  text-align: center;
  background: #FFFFFF;
  transition: all 0.1s ease-out;
  box-sizing: border-box;
}
.PlanSearch .AreaLabel [type=checkbox]:checked+span:before {
  border-color: #2A4576;
  background-color: #2A4576;
}
.PlanSearch input[type=checkbox]:focus+span:before {
  border: 1px solid #2A4576;
  background-color: #F6F8FD;
}
.PlanSearch .AreaLabel span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 12px;
  width: 5px;
  height: 10px;
  margin-top: 0px;
  border: 1px solid #FFFFFF;
  border-top: none;
  border-left: none;
  transform: translate3d(-4.2px, -4px, 0px) rotate(45deg) scale(1);
  transform-origin: 0px 100%;
  transition: all 0.1s ease-out;
  transition: height 0.1s ease;
}
.PlanSearch .js-input-date {
  width: 240px;
  -webkit-tap-highlight-color: transparent;
}
.PlanSearch input[type=text] {
  height: 56px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: #FFFFFF;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/calendar01.svg');
  background-repeat: no-repeat;
  background-position: center right 16px;
  color: #000000;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
}
.PlanSearch input[type=text]:focus {
  border: 1px solid #0060DF;
  background-color: #F6F8FD;
}
.PlanSearch input.PlanSearchFormMapKeyword:read-only {
  height: auto;
  padding: 0px 0px 3px 0px;
  border: none;
  border-radius: 0px;
  background: 0px 0px;
  color: #000000;
  cursor: initial;
}
.PlanSearch .js-select-widthday {
  width: 120px;
}
.PlanSearch .js-select-widthday:focus {
  border: 1px #0060DF solid;
}
.PlanSearch .PlanSearchFormMapDateWidthday {
  display: inline;
}
.PlanSearch .PlanSearchFormMapDateWidthday span {
  font-weight: 700;
}
.PlanSearch select {
  position: relative;
  min-width: 90px;
  height: 56px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: #FFFFFF;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/arrow-b01.svg');
  background-repeat: no-repeat;
  background-position: right 14px bottom 52%;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.PlanSearch select:focus {
  background-color: #F6F8FD;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/arrow-b01.svg');
  background-repeat: no-repeat;
  background-position: right 14px bottom 52%;
}
.PlanSearch .PlanSearchFormMapDate {
  margin-bottom: 4px;
}
.PlanSearch .PlanSearchFormMapDate span {
  margin: 0px 10px 0px 10px;
}
.PlanSearch .PlanSearchFormMapPeriod {
  margin-bottom: 0px;
  color: #BF0000;
  font-weight: 700;
}
.PlanSearch .js-date-picker {
  display: inline-block;
  position: relative;
}
.PlanSearch .js-date-picker-wrapper {
  position: absolute;
  top: 50px;
  z-index: 30;
  min-height: 282px;
  border-radius: 0px 4px 4px 4px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px RGB(0, 0, 0, 0.2);
}
.PlanSearch .js-date-picker-inner {
  display: flex;
  position: relative;
  padding: 18px 20px 0px 20px;
  gap: 20px;
}
.PlanSearch .js-date-picker-close,
.PlanSearch .js-date-picker-next,
.PlanSearch .js-date-picker-prev {
  position: absolute;
  top: 16px;
  width: 16px;
  height: 16px;
  border: 10px solid transparent;
  cursor: pointer;
  outline: 0;
}
.PlanSearch .js-date-picker-next:disabled, 
.PlanSearch .js-date-picker-prev:disabled {
  opacity: 0.3;
  cursor: default;
}
.PlanSearch .js-date-picker-prev {
  left: 15px;
background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNC41bC43MDctLjcwN0w1LjkxNCA4bDUuNzkzLTUuNzkzTDExIDEuNSA0LjUgOGw2LjUgNi41eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) 50%/24px 24px no-repeat;
}
.PlanSearch .js-date-picker-next {
  right: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjIwNyAxLjVsLS43MDcuNzA3TDEwLjI5MyA4IDQuNSAxMy43OTNsLjcwNy43MDcgNi41LTYuNS02LjUtNi41eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) 50%/24px 24px no-repeat;
}
.PlanSearch .js-date-picker-close {
  content: "";
  display: none;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 24px;
  height: 24px;
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwLjI1IDQuODRsLTEuMDktMS4wOUwxMiAxMC45MSA0Ljg0IDMuNzUgMy43NSA0Ljg0IDEwLjkxIDEybC03LjE2IDcuMTYgMS4wOSAxLjA5TDEyIDEzLjA5bDcuMTYgNy4xNiAxLjA5LTEuMDlMMTMuMDkgMTJsNy4xNi03LjE2eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==) no-repeat;
  cursor: pointer;
  outline: 0;
}
.PlanSearch .js-date-picker-table {
  width: 250px;
}
.PlanSearch th.month {
  padding-bottom: 20px;
  text-align: center;
  color: #000000;
  font-weight: 900;
}
.PlanSearch th.youbi {
  padding: 7px 0px 8px 0px;
  text-align: center;
  color: #333333;
  font-weight: 700;
  box-sizing: border-box;
}
.PlanSearch .js-date-picker td {
  width: 35px;
  height: 33px;
  text-align: center;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.PlanSearch .js-date-picker-cell.holiday,
.PlanSearch .js-date-picker-cell.sun {
  color: #D83232;
}
.PlanSearch .js-date-picker-cell.sat {
  color: #1B72B1;
}
.PlanSearch .js-date-picker-cell.is-active {
  border-radius: 4px;
  background-color: #FF6600;
  color: #FFFFFF;
}
.PlanSearch .js-date-picker-cell:not([data-calendar-date=""]):hover {
  border-radius: 4px;
  background-color: #EEEEEE;
}
.PlanSearch .js-date-picker-cell.is-active:hover {
  background-color: #FF6600;
  color: #FFFFFF;
}
.PlanSearch .js-date-picker-cell[data-calendar-date=""] {
  color: #CCCCCC;
  cursor: default;
}
.PlanSearch .js-area-select-error-message {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 16px 15px 52px;
  border: 1px solid #FFDEE0;
  border-radius: 4px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-end;
  gap: 8px;
  letter-spacing: -0.008em;
  background: #FFF0F0;
  color: #BF0000;
}
.PlanSearch .js-area-select-error-message::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/alert02.svg');
  background-repeat: no-repeat;
}
.PlanSearchFormSubmitButton {
  display: inline-block;
  position: relative;
  width: auto;
  height: 75px;
  margin: 0px 0px 20px 0px;
  padding: 17px 30px 17px 30px;
  border: 1px solid #FF6600;
  border-radius: 50px;
  text-align: center;
  line-height: 1.00;
  background-color: #FF6600;
  color: #FFFFFF;
  font-weight: 700;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonFull {
  display: flex;
  width: 100%;
  padding: 0px 30px 0px 30px;
  align-items: center;
  justify-content: center;
}
a.PlanSearchFormSubmitButton {
  text-decoration: none;
}
.PlanSearchFormSubmitButton:hover {
  box-shadow: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary {
  border-color: #AAAAAA;
  background-color: #FFFFFF;
  color: #333333;
  box-shadow: none;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonBottom,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonRight,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonTop {
  padding-right: 36px;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonLeft {
  padding-left: 36px;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonBottom::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonLeft::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonRight::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonTop::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/arrow-r01.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonBottom::after {
  transform: rotate(90deg);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonTop::after {
  transform: rotate(270deg);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonLeft::after {
  left: 8px;
  right: auto;
  transform: rotate(180deg);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary.PlanSearchFormSubmitButtonBottom::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary.PlanSearchFormSubmitButtonLeft::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary.PlanSearchFormSubmitButtonRight::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary.PlanSearchFormSubmitButtonTop::after {
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/arrow-r02.svg');
}
.PlanSearchFormSubmitButtonSmall {
  height: 32px;
  padding: 0px 16px 0px 16px;
  border-radius: 16px;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSmall.PlanSearchFormSubmitButtonBottom,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSmall.PlanSearchFormSubmitButtonRight,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSmall.PlanSearchFormSubmitButtonTop {
  padding-right: 28px;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSmall.PlanSearchFormSubmitButtonLeft {
  padding-left: 28px;
}
.PlanSearchFormSubmitButtonBlock {
  margin-bottom: 0px !important;
}
.PlanSearchFormSubmitButtonBlock .PlanSearchFormSubmitButton {
  display: flex;
  width: 60%;
  margin: 0px auto 0px auto;
  padding: 0px 30px 0px 30px;
  align-items: center;
  justify-content: center;
  vertical-align: baseline;
}

@media (max-width: 1023px) {

  .PlanSearchWrap {
    width: 90%;
  }
  .PlanSearch .PlanSearchForm {
    padding: 0px !important;
  }
  .PlanSearch .PlanSearchFormMap {
    padding: 0px;
    background-color: transparent;
  }
  .PlanSearch .PlanSearchFormSubmit {
    margin-bottom: 0px;
    background-color: transparent;
  }
  .PlanSearch .PlanSearchFormSubmit .PlanSearchFormSubmitButton {
    margin-bottom: 0px;
    -webkit-tap-highlight-color: transparent;
  }
  .PlanSearch .PlanSearchFormMapInner {
    padding: 15px 0px 15px 0px;
  }
  .PlanSearchFormMapInner:last-of-type {
    margin-top: -5px;
    padding: 15px 0px 15px 0px;
  }
  .PlanSearchFormMapTriangle {
    width: 150px;
    height: 20px;
    margin: 0px auto 15px auto;
  }
  .PlanSearch .PlanSearchFormMapTitle {
    margin-bottom: 25px;
  }
  .PlanSearchFormMapTitleStep i {
    padding: 7px 10px 7px 10px;
    border: 3px #BF0000 solid;
  }
  .PlanSearchFormMapTitleStep b {
    padding: 7px 15px 7px 10px;
    border: 3px #BF0000 solid;
  }
  .PlanSearch .js-area-select-error {
    margin-bottom: 20px;
  }
  .PlanSearch .js-area-select-error-message {
    margin: 0px;
  }
  .PlanSearch input[type=text] {
    height: 42px;
    padding: 10px 16px 10px 16px;
  }
  .PlanSearch input.PlanSearchFormMapKeyword:read-only {
    padding: 0px 0px 1px 0px;
  }
  .PlanSearch .js-date-picker {
    display: block;
  }
  .PlanSearch .js-input-date {
    height: 55px !important;
    padding-left: 22px !important;
    padding-top: 6px !important;
    padding-bottom: 4px !important;
  }
  .PlanSearch .js-date-picker-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
  }
  .PlanSearch .js-date-picker-inner {
    display: block;
    padding-top: 60px;
  }
  .PlanSearch .js-date-picker-table {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
  }
  .PlanSearch input[type=text] {
    width: 100%;
  }
  .PlanSearch .PlanSearchFormMapAreaSelect {
    width: 100%;
    height: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .PlanSearch .PlanSearchFormMapDate {
    margin-bottom: 10px;
  }
  .PlanSearch .PlanSearchFormMapDateWidthday {
    display: none;
  }
  .PlanSearch .js-date-picker-next,
  .PlanSearch .js-date-picker-prev {
    top: 70px;
    -webkit-tap-highlight-color: transparent;
  }
  .PlanSearch .js-date-picker-close {
    display: block;
    top: 16px;
    right: 12px;
    width: 24px;
    height: 24px;
    background-size: 18px auto;
    background-position: center;
    -webkit-tap-highlight-color: transparent;
  }
  .PlanSearch .js-date-picker th.month {
    padding-bottom: 10px;
  }
  .PlanSearch .js-date-picker td {
    width: 40px;
  }
  .PlanSearchFormSubmitButtonBlock .PlanSearchFormSubmitButton {
    width: 75%;
  }
}

/*================================================
Detail
================================================*/

.Detail {
  background-color: #FFFFFF;
}
.DetailTable {
  width: 100%;
}
.DetailTable tr {
  width: 100%;
  border-bottom: 1px #FFFFFF solid;
  line-height: 1.75;
}
.DetailTable th {
  width: 20%;
  padding: 2%;
  text-align: left;
  background-color: #14223F;
  color: #FFFFFF;
  font-weight: 700;
  box-sizing: border-box;
}
.DetailTable td {
  width: 80%;
  padding: 2%;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #F6F8FD;
  box-sizing: border-box;
}
.DetailTableTerms {
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.DetailTableTerms:first-of-type {
  margin-top: 10px;
}
.DetailTableTermsEmphasis {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  background-color: #BF0000;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(191, 0, 0, 1) 20%, rgba(191, 0, 0, 1) 50%, rgba(191, 0, 0, 1) 80%, rgba(255, 255, 255, 1) 100%);
  color: #FFFFFF;
  font-weight: 900;
}
.DetailTableLine {
  margin-bottom: 10px;
  line-height: 1.50;
}
.DetailTableLine:last-child {
  margin-bottom: 0px;
}
.DetailTableLineNow b       { display: block; padding: 5px; color: #FFFFFF; font-weight: 900; background-color: #BF0000; margin-bottom: 5px; text-align: center; }
.DetailTableLineNow strong  { display: block; padding: 5px; color: #000000; font-weight: 900; }

.DetailTableLineMada b      { display: block; padding: 5px; color: #FFFFFF; font-weight: 900; background-color: #666666; margin-bottom: 5px; text-align: center; }
.DetailTableLineMada strong { display: block; padding: 5px; color: #999999; font-weight: 400; }

.DetailTableLineNow i       { display: block; padding: 5px; color: #FFFFFF; font-weight: 900; background-color: #BF0000; margin-bottom: 5px; text-align: center; }
.DetailTableLineNow em      { display: block; padding: 5px; color: #000000; font-weight: 900; }

.DetailTableLineMada i      { display: block; padding: 5px; color: #FFFFFF; font-weight: 900; background-color: #666666; margin-bottom: 5px; text-align: center; }
.DetailTableLineMada em     { display: block; padding: 5px; color: #999999; font-weight: 400; }

@media (max-width: 1023px) {

  .DetailTable tr {
    display: block;
    border-bottom: 1px #FFFFFF solid;
  }
  .DetailTable th {
    display: block;
    width: 100%;
    padding: 2% 3%;
    text-align: center;
  }
  .DetailTable td {
    display: block;
    width: 100%;
    padding: 3%;
  }
}

/*================================================
DetailInsert
================================================*/

.DetailInsert {
  margin-bottom: 1px;
}
.DetailInsertTitle {
  padding: 20px;
  text-align: center;
  line-height: 1.75;
  color: #FFFFFF;
  background-color: #14223F;
  font-weight: 900;
}
.DetailInsertLead {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.75;
  font-weight: 400;
}
.DetailInsertInner {
  width: 100%;
  padding: 20px 0px;
  background-color: #F6F8FD;
  box-sizing: border-box;
}
.DetailInsertInnerAdjust {
  width: 94%;
  margin: 0px auto;
}
.DetailInsertOne {
  float: left;
  width: 30%;
}
.DetailInsertOneTitle {
  padding: 15px 0px 10px 0px;
  text-align: center;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
}
.DetailInsertOneBox {
  min-height: 130px;
  margin-bottom: 15px;
  padding: 30px 20px 20px 20px;
  border: 5px #BF0000 solid;
  background-color: #FFFFFF;
}
.DetailInsertOneBoxText {
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
}
.DetailInsertOneBoxTerms li {
  margin-bottom: 10px;
  line-height: 1.50;
  text-align: justify;
  text-justify: inter-ideograph;
}
.DetailInsertOneBoxTerms li:last-of-type {
  margin-bottom: 0px;
}
.DetailInsertPlus {
  float: left;
  width: 5%;
  padding-top: 120px;
  text-align: center;
}
.DetailInsertPlus p {
  margin-bottom: 0px;
  line-height: 1.25;
  color: #BF0000;
  font-weight: 900;
}
.Kome {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.Kome:before {
  content: "\203B";
}

@media (max-width: 1023px) {
  
  .DetailInsertLead {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .DetailInsertOne {
    float: none;
    width: 100%;
  }
  .DetailInsertOneBox {
    min-height: auto;
    padding: 20px 20px 20px 20px;
  }
  .DetailInsertOneBoxText {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .DetailInsertOneBoxTerms li:last-of-type {
    margin-bottom: 15px;
  }
  .DetailInsertPlus {
    float: none;
    width: 100%;
    margin: 10px auto;
    padding-top: 0px;
  }
}

/*================================================
Common
================================================*/

.CommonWrap {
  padding: 75px 0px 100px 0px;
}
.CommonInner {
  max-width: 1280px;
  margin: 0px auto;
}
.CommonTitleEnglish {
  margin-bottom: 3px;
  line-height: 1.25;
  text-align: center;
  font-weight: 400;
}
.CommonTitle {
  margin-bottom: 50px;
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
}
.CommonLead {
  margin-bottom: 50px;
  line-height: 1.50;
  text-align: center;
  font-weight: 400;
}
.CommonAttention {
  width: 45%;
  margin: 0px auto 25px auto;
  padding: 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.CommonAttention li {
  line-height: 1.75;
  font-weight: 700;
}

@media (max-width: 1365px) {

  .CommonInner {
    max-width: 90%;
    width: 90%;
  }
  .CommonAttention {
    width: 55%;
  }
}

@media (max-width: 1023px) {

  .CommonWrap {
    padding: 50px 0px 50px 0px;
  }
  .CommonInner {
    max-width: 85%;
    width: 85%;
  }
  .CommonTitle {
    margin-bottom: 20px;
  }
  .CommonLead {
    margin-bottom: 20px;
  }
  .CommonAttention {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    margin: 0px auto 25px auto;
  }
}

/*================================================
CautionBorder
================================================*/

.CautionBorder {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  color: #000000 !important;
}
.CautionBorder.is-visible-akapen {
  opacity: 1;
}
.CautionBorder::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #FFBF00;
  opacity: 0.25;
  transition: width 1.00s ease-out;
}
.CautionBorder.is-animated::after {
  width: 100%;
}
.BorderRed::after {
  background-color: #BF0000;
}

/*================================================
Accordion
================================================*/

.Accordion {
  width: 98%;
  margin: 0px auto;
}
.AccordionOne {
  margin-bottom: 10px;
}
.AccordionSwitch,
.AccordionFold {
  padding: 1%;
  line-height: 1.75;
  font-size: 16px;
}
.AccordionSwitch {
  position: relative;
  background-color: #FFFFFF;
  transition: background 0.3s ease;
  cursor: pointer;
  font-weight: 700;
}
.AccordionFold {
  display: none;
  border-top: 1px dotted #999999;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #FFFFFF;
  font-weight: 400;
}
.AccordionSwitch::before,
.AccordionSwitch::after{
  position:absolute;
  content:'';
  top: 1px;
  right: 20px;
  bottom: 0px;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #000000;
}
.AccordionSwitch::after{
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.AccordionSwitch.active::after{
  transform: rotate(0deg);
}
.AccordionSwitch span::before {
  content: "Q.";
  margin-right: 10px;
  color: #BF0000;
  font-weight: 900;
}
.AccordionFold span::before {
  content: "A.";
  margin-right: 10px;
  color: #00BF00;
  font-weight: 900;
}
.AccordionSwitch:hover {
  background-color: #FFDCDC;
}

@media (max-width: 1365px) {

  .AccordionSwitch,
  .AccordionFold {
    padding: 2%;
    font-size: 15px;
  }
}

@media (max-width: 1023px) {

  .AccordionSwitch,
  .AccordionFold {
    padding: 5%;
    font-size: 14px;
  }
}

/*================================================
Headline
================================================*/

#main {
  overflow-x: hidden;
}
.HeadlineUp {
  animation: SlideInUp 1.6s;
}
@keyframes SlideInUp {

  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.HeadlineDown {
  animation: SlideInDown 1.6s;
}

@keyframes SlideInDown {

  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.HeadlineLeft {
  animation: SlideInLeft 1.6s;
}

@keyframes SlideInLeft {

  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.HeadlineRight {
  animation: SlideInRight 1.6s;
}
@keyframes SlideInRight {

  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.HeadlineZoom {
  animation: SlideInZoom 2.0s;
}

@keyframes SlideInZoom {

  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}

.HeadlineLag {
  animation: SlideInLag 2.4s;
}

@keyframes SlideInLag {

  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*================================================
FadeinUp
================================================*/

.FadeinUp {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.FadeinDown {
  opacity : 0;
  transform : translate(0, -50px);
  transition : all 1500ms;
}
.FadeinLeft {
  opacity : 0;
  transform : translate(-100px, 0);
  transition : all 1000ms;
}
.FadeinRight {
  opacity : 0;
  transform : translate(100px, 0);
  transition : all 1000ms;
}
.FadeinZoomBig {
  opacity : 0;
  transform: scale(0.85,0.85);
  transition : all 750ms;
}
.FadeinZoomSmall {
  opacity : 0;
  transform: scale(1.15,1.15);
  transition : all 750ms;
}
.FadeinUp.Scrollin,
.FadeinDown.Scrollin,
.FadeinLeft.Scrollin,
.FadeinRight.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
  transform : translate(0, 0);
}
.FadeinZoomBig.Scrollin,
.FadeinZoomSmall.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
}

/*================================================
Parallel
================================================*/

.Parallel {
  width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*================================================
clearfix
================================================*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*================================================
display on / off
================================================*/

.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
.js-lazy {
  min-height: auto !important;
}

@media (max-width: 1023px) {

  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}

/*================================================
HeadingTag
================================================*/

.HeadingTag {
  background-color: #EEEEEE;
}
.HeadingTag ul {
  width: 80%;
  margin: 0px auto;
  padding-bottom: 5px;
}
.HeadingTag li {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 7px 8px 6px 8px;
  line-height: 1.25;
  background-color: #CCCCCC;
  font-weight: 900;
}

@media (max-width: 1365px) {

  .HeadingTag ul {
    width: 90%;
  }
}

@media (max-width: 1023px) {

  .HeadingTag ul {
    width: 100%;
    padding-left: 5px;
  }
}

/*================================================
PageTop
================================================*/

.PageTop {
  display: block;
  width: 100%;
  padding: 20px 0px 5px 0px;
  background-color: #343434;
  box-sizing: border-box;
}
.PageTop span {
  display: none;
}
.PageTop:hover {
  transition: all 0.3s ease;
  background-color: #5C5C5C;
}

/*================================================
PagetopFix
================================================*/

.PagetopFix {
  position: fixed;
  z-index: 9999;
  width: 64px;
  height: 64px;
  right: 40px;
  bottom: 20px;
}
.PagetopFix a img {
  width: 64px;
  height: 64px;
}
.PagetopFix a {
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.PagetopFix a:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.PagetopFix a span {
  display: inline-block;
  
}

@media (max-width: 1023px) {

  .PagetopFix {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: inherit;
    padding: 10px 0px;
    text-align: center;
    background-image: url(../img/firstview_screen.png);
  }
  .PagetopFix a {
    display: inline-block;
    padding: 20px 20px;
    border-radius: 50px;
    line-height: 1.25;
    background-color: #FF2323;
    font-weight: 900;
  }
  .PagetopFix a:hover {
    opacity: 1.00;
  }
  .PagetopFix a img {
    display: none;
  }
}

/*================================================
Arrow
================================================*/

.Arrow {
  position: relative;
  display: block;
  padding-left: 0px;
}
.Arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*================================================
FontSize
================================================*/

.FontSizeUltraShout {
  font-size: clamp(4.6875rem, 3.90625rem + 3.125vw, 6.25rem);
}
.FontSizeHyperShout {
  font-size: clamp(3.75rem, 3.125rem + 2.5vw, 5rem);
}
.FontSizeSuperShout {
  font-size: clamp(3rem, 2.5rem + 2vw, 4rem);
}
.FontSizeEnglishDecoration {
  font-size: clamp(0.75rem, 0.65rem + 0.1vw, 0.8125rem);
}
.FontSizeMainTitle {
  font-size: clamp(2.5rem, 2rem + 2vw, 3.5rem);
}
.FontSizeSubTitle {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
}
.FontSizeLeadText {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.75rem);
}
.FontSizeEmphasisText {
  font-size: clamp(1.125rem, 1.05rem + 0.35vw, 1.375rem);
}
.FontSizeNormalText {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}
.FontSizeCautionText {
  font-size: clamp(0.9375rem, 0.85rem + 0.35vw, 1.0625rem);
}
.FontSizeAttentionText {
  font-size: clamp(0.75rem, 0.65rem + 0.2vw, 0.875rem);
}
.FontSizeVerySmallCaption {
  font-size: clamp(0.75rem, 0.65rem + 0.1vw, 0.8125rem);
}

@media (max-width: 1365px) {

  .FontSizeUltraShout {
    font-size: clamp(4.375rem, 3.75rem + 2.5vw, 5.625rem);
  }
  .FontSizeHyperShout {
    font-size: clamp(3.125rem, 2.5rem + 1.875vw, 4.375rem);
  }
  .FontSizeSuperShout {
    font-size: clamp(2.5rem, 2rem + 1.5vw, 3.5rem);
  }
  .FontSizeEnglishDecoration {
    font-size: clamp(0.6875rem, 0.6rem + 0.05vw, 0.75rem);
  }
  .FontSizeMainTitle {
    font-size: clamp(2rem, 1.75rem + 1vw, 2.8rem);
  }
  .FontSizeSubTitle {
    font-size: clamp(1.375rem, 1.25rem + 0.5vw, 1.75rem);
  }
  .FontSizeLeadText {
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  }
  .FontSizeEmphasisText {
    font-size: clamp(1.0625rem, 1rem + 0.25vw, 1.25rem);
  }
  .FontSizeNormalText {
    font-size: clamp(0.9375rem, 0.85rem + 0.3vw, 1rem);
  }
  .FontSizeCautionText {
    font-size: clamp(0.875rem, 0.78rem + 0.25vw, 0.9375rem);
  }
  .FontSizeAttentionText {
    font-size: clamp(0.6875rem, 0.6rem + 0.1vw, 0.8125rem);
  }
  .FontSizeVerySmallCaption {
    font-size: clamp(0.6875rem, 0.6rem + 0.05vw, 0.75rem);
  }
}

@media (max-width: 1023px) {

  .FontSizeUltraShout {
    font-size: clamp(3.125rem, 2.8125rem + 1.875vw, 4.375rem);
  }
  .FontSizeHyperShout {
    font-size: clamp(2.1875rem, 1.875rem + 1.25vw, 3.125rem);
  }
  .FontSizeSuperShout {
    font-size: clamp(1.75rem, 1.5rem + 1vw, 2.5rem);
  }
  .FontSizeEnglishDecoration {
    font-size: clamp(0.625rem, 0.55rem + 0.05vw, 0.6875rem);
  }
  .FontSizeMainTitle {
    font-size: clamp(1.75rem, 1.6rem + 0.6vw, 2.25rem);
  }
  .FontSizeSubTitle {
    font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  }
  .FontSizeLeadText {
    font-size: clamp(1rem, 0.9rem + 0.25vw, 1.25rem);
  }
  .FontSizeEmphasisText {
    font-size: clamp(0.9375rem, 0.875rem + 0.15vw, 1.0625rem);
  }
  .FontSizeNormalText {
    font-size: clamp(0.875rem, 0.8rem + 0.2vw, 0.9375rem);
  }
  .FontSizeCautionText {
    font-size: clamp(0.75rem, 0.68rem + 0.15vw, 0.8125rem);
  }
  .FontSizeAttentionText {
    font-size: clamp(0.625rem, 0.55rem + 0.1vw, 0.75rem);
  }
  .FontSizeVerySmallCaption {
    font-size: clamp(0.625rem, 0.55rem + 0.05vw, 0.6875rem);
  }
}
