@charset 'UTF-8';

header{
  background-color: #ffffff;
}

h2 {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

main {
  margin-bottom: 0 !important;
}

header.header--simple img:hover {
  opacity: 1.0 !important;
}

.simple-logo :hover {
  opacity: 1.0 !important;
}

.block-h2 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.block-h2:last-child {
  margin-bottom: 0px !important;
}

.green {
  color: #1B816F;
  font-size: 32px;
}

.blue {
  color: #2A527B;
  font-size: 32px;
}

.red {
  color: #C34256;
  font-size: 32px;
}

.red_2 {
  color: #c82809;
  font-size: 32px;
}

.txt-large {
  font-size: 40px;
}

.gold {
  color: #BC9912;
  border: 2px solid #BC9912;
  font-size: 40px;
  display: inline-block;
  width: 380px;
  line-height: 1.4;
  margin-right: 2px;
}

@media screen and (max-width: 1019px){
  .block-h2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .green {
    color: #1B816F;
    font-size: 24px;
    line-height: 1.2;
  }

  .blue {
    color: #2A527B;
    font-size: 24px;
    line-height: 1.2;
  }

  .red {
    color: #C34256;
    font-size: 24px;
    line-height: 1.2;
  }

  .txt-large {
    font-size: 36px;
  }

  .gold {
    font-size: 32px;
    width: 310px;
  }
}

.image__wrap.main-bg {
  margin: 0 auto;
  background-image: url(/lp/yen_winter2024/imgs/kv_bg.png);
  background-size: cover;
  height: 490px;
  background-position: center;
}

.main-image {
  margin: 0 auto;
  background-image: url(/lp/yen_winter2024/imgs/kv_town.svg);
  background-repeat: repeat-x;
  bottom: 0;
  background-position: 100% 100%;
  padding-top: 80px;
  position: relative;
  height: 490px;
}

.title-flame {
  z-index: 10;
  position: relative;
}

.title-img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 20;
}

.title-txt{
  position: absolute;
  left: 50%;
  top: 82%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  font-size: 18px;
  z-index: 20;
}

.arrow-icon {
  margin:  0 auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.arrow-icon:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(20px);
}

@media screen and (max-width: 1019px) {

  header.header--simple .container img {
    width: unset !important;
    max-width: unset !important;
  }

  .body-container {
    padding: 0 15px;
    width: 100%;
  }
  .image__wrap.main-bg {
    background-image: url(/lp/yen_winter2024/imgs/kv_bg_sp.png);
    background-position: center;
  }
  .main-image {
    padding-top: 20px;
  }

  .title-flame{
    max-height: 450px;
  }

  .flame-icon {
    position: absolute;
    left: 32%;
    top: 10%;
    width: 10%;
    z-index: 30;
    transform: translate(-50%,-5%);
  }

  .title-img{
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%,-50%);
    z-index: 20;
  }

  .title-txt_sp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,5%);
    font-weight: bold;
    width: 100%;
    z-index: 20;
  }

  .arrow-icon_sp {
    margin:  0 auto;
    position: relative;
  }

}

.body-container {
  margin-top: 120px;
}

.content {
  /* width: 1200px; */
  margin: 0 auto;
  max-width: none;
  background-color: #F5F4ED;
}

.content.container--without-nav {
  width: auto;
}

.bnr-area{
  width: 930px;
  margin: 0 auto;
}
.bnr-area.others {
  width: 700px;
  margin: 0 auto;
}

.cam-bnr {
  margin:  0 auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.cam-bnr img {
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 41, 0.3));
}

.cam-bnr:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-12px);
  opacity: 1.0 !important;
}

a:hover {
  opacity: 1.0;
}

.waku-img {
  position: relative;
  width: 760px;
}

.cam-date {
  margin: 20px auto;
  text-align: center;
  height: 61px;
  align-content: center;
  position: relative;
}

.cam-date p {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: 20px;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bottom-text {
  margin: 20px auto 0 !important;
  width: 930px;
  font-size: 14px;
}

.top-text {
  margin: 20px auto 0 !important;
  width: 930px;
  padding-bottom: 20px;
  font-size: 14px;
}

.h2-others {
  font-size: 32px;
}

.neo-ul {
  margin: 0 auto !important;
  max-width: 660px !important;
}

@media screen and (max-width: 1019px)  {

  .bnr-area{
    width: 100%;
  }

  .bnr-area.others {
    width: 100%;
    margin: 0 auto;
  }

  .cam-bnr_sp {
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .cam-bnr_sp img {
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 41, 0.3));
  }

  .cam-date_sp {
    margin: 20px auto;
    text-align: center;
    /* height: 61px; */
    align-content: center;
    position: relative;
  }

  .cam-date_sp img {
    max-width: 440px;
    width: 100%;
  }

  .cam-date_sp p {
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    font-size: 14px;
    z-index: 20;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1.4;
    max-width: 440px;
    padding: 0 10px;
  }

  .bottom-text {
    width: 100%;
    text-align: left;
  }

  .top-text {
    width: 100%;
    text-align: left;
  }

  .h2-others {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .cam-date_sp p  {
    font-size: 13px;
  }

}

.footer__pagetop {
  z-index: 50;
}

.end-campaign--title {
  font-family: "Kaisei Opti", serif;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .end-campaign--title {
    font-size: 24px;
  }
}

.disclaim-block-box.disc-top {
  max-width: 940px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1019px) {
  .disclaim-block-box.disc-top {
    width: calc(100% - 20px);
  }
}


