@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.l-main{
  font-family: 'Noto Sans JP', sans-serif;
}
.lpIcons {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.015625% 0 1.40625%;
  background: rgba(33, 57, 108, 0.84);
  /*border-radius: 0 0 15px;*/
  --r: 1em;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 0.1em) 100%, 50% calc(100% - var(--r)), 0em 100%, 0 100%);
  z-index: 2;
}

@media (min-width: 768px) {
  .lpIcons {
    width: 8.984375%;
    max-width: 115px;
  }
}
@media (max-width: 767.98px) {
  .lpIcons {
    padding: 0 14px 5px 0;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(100% - 0.1em), calc(100% - var(--r)) 50%, 100% 0.1em);
  }
}
.lpIcons__medal {
  width: 67.8260869565%;
}

.lpIcons__medal:last-child {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .lpIcons__medal {
    margin-left: 17.3913043478%;
  }
}
@media (max-width: 767.98px) {
  .lpIcons__medal {
    width: 50px;
    margin-top: 12px;
  }
}
@media (max-width: 767.98px) {
  .lpIcons__medal:first-of-type {
    margin-left: 8px;
  }
  .lpIcons__medal:last-child {
    margin-right: 15px;
    padding-bottom: 0;
  }
  .d-flex {
    display: flex !important;
  }
}
/* light & dark */
main .light {
  background: #ccc;
}

@media (max-width: 768.98px) {
  main .light {
    background-size: 13px auto;
  }
}
main .dark {
  background: #888;
}

@media (max-width: 768.98px) {
  main .dark {
    background-size: 13px auto;
  }
}
/*======こころ、はずむ2026======*/

.sp_block {
  display: none;
}
em.eo_text{
  font-size: 140%;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 500px) {
  .sp_block {
    display: block;
  }
}
.l-main .lpHeader .hero {
  background: url(../img/main-bg.png) top center;
  background-size: cover;
}
.l-main .lpHeader .hero h2 img{
  margin: 0 auto;
}
.l-main .lpHeader .lead_wrap {
  background: #1B4EA1;
}

.l-main .lpHeader .lead_wrap .lead_inner {
  background:url(../img/bg_lead-l.png) left center no-repeat, url(../img/bg_lead-r.png) right center no-repeat;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 220px 40px;
  color: #FDF9DF;
}
.l-main .lpHeader .lead_inner p {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.mid_break{
  display: none;
}
@media (max-width: 1100px) {
  .mid_break {
    display: block;
  }
  .l-main .lpHeader .lead_wrap .lead_inner {
    background:url(../img/bg_lead-l.png) left center no-repeat, url(../img/bg_lead-r.png) right center no-repeat;
    background-size:20% auto, 20% auto ;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 22% 40px;
    color: #FDF9DF;
  }
}


.l-main .category-nav_wrap {
  background-color: #ffe100;
  padding: 25px 20px;
}
.l-main .category-nav_wrap nav{
  max-width: 560px;
  margin: 0 auto;
}
.l-main .category-nav_wrap nav .category_nav{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-main .category-nav_wrap nav .category_nav .category_button{
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main .category-nav_wrap nav .category_nav .category_button a{
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #21396c;
  border-radius: 8px;
}
.l-main .category-nav_wrap nav .category_nav .category_button a span{
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  padding: 0;
  line-height: 1;
  padding: 8px 0 4px;
}

.l-main .category-nav_wrap nav .category_nav .category01 a svg .flag_colour{
  fill: #FA3257;
}
.l-main .category-nav_wrap nav .category_nav .category02 a svg .flag_colour{
  fill: #00AFF2;
}
.l-main .category-nav_wrap nav .category_nav .category03 a svg .flag_colour{
  fill: #FF930F;
}
.l-main .category-nav_wrap nav .category_nav .category04 a svg .flag_colour{
  fill: #45C42B;
}

@media (max-width: 767px) {
  .l-main .lpHeader .hero {
    background: url(../img/hero-mobile_bg.png) top center;
    background-size: cover;
    padding-top: 60px;
  }
}

@media (max-width: 560px) {

  .l-main .lpHeader .lead_wrap .lead_inner {
    background: url(../img/bg_lead-l.png) left top no-repeat, url(../img/bg_lead-r.png) right bottom no-repeat;
    background-size: 20% auto, 20% auto;
    padding: 60px 8px 60px;
  }

  .l-main .category-nav_wrap {
    padding: 10px 0;
  }
  .l-main .category-nav_wrap nav .category_nav .category_button{
    width: 24%;
    margin: 0 0.5%;
  }
  .l-main .category-nav_wrap nav .category_nav .category_button a{
    width: 100%;
    height: 56px;
    display: flex;
  }
  .l-main .category-nav_wrap nav .category_nav .category_button a span{
    font-size: 14px;
    padding: 8px 0 0;
  }
}




.l-main .present-block {
  background: url(../img/bg_present.png) top center;
  padding: 1px 4vw 120px;
}
.l-main .present-block .category{
  max-width: 900px;
  margin: -70px auto 0;
  padding-top: 70px;
}
.l-main .present-block .category .category-block__title img {
  margin: 20px auto 20px;
  width: clamp(200px, 50vw, 518px);
}
.l-main .present-block .category .category-block__bg {
  padding: min(2vw, 20px) min(2vw, 20px) 0;
}
.l-main .present-block .category.category--1 .category-block__bg {
  background: linear-gradient(to right, #FFE100, #FE5454, #FFE100);
}
.l-main .present-block .category.category--2 .category-block__bg {
  background: linear-gradient(to right, #FFE100, #00AFF2, #FFE100);
}
.l-main .present-block .category.category--3 .category-block__bg {
  background: linear-gradient(to right, #FFE100, #FF930F, #FFE100);
}
.l-main .present-block .category.category--4 .category-block__bg {
  background: linear-gradient(to right, #FFE100, #45C42B, #FFE100);
}
.l-main .present-block .category .category-block__bg .prize-wrap {
  background: #ffffff;
  padding: 40px 20px 60px;
}
.l-main .present-block .category .category-block__bg .prize-wrap .prize-item {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-main .present-block .category .prize-wrap .prize-item .item__title {
  width: 100%;
  display: flex;
  align-items: center;
  order: 1;
}
.l-main .present-block .category .prize-wrap .prize-item .item__title .item__number {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #21396C;
  border: 2px solid #F1DB86;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color:#F1DB86;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
}
.l-main .present-block .category .prize-wrap .prize-item .item__title .item__desc {
  font-size: 28px;
  line-height: 1.3;
  color: #21396C;
  font-weight: bold;
  width: calc(100% - 90px);
  margin-left: 10px;
}
.l-main .present-block .category .prize-wrap .prize-item .item__details {
  width: calc(100% - 44%);
  padding: 15px 8px;
  font-size: 16px;
  line-height: 1.8;
  order: 2;
}
.l-main .present-block .category .prize-wrap .prize-item .item__details .outlink_line a{
  color: #0059FF;
  display: block;
  padding:8px 0 8px 24px;
  background: url(../img/out_link.png) no-repeat left center;
  margin: 8px 0;
  text-decoration: underline;
}
.prize__notice{
  --bullet2: "※";
  --fg: #323232;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.7;
  color: var(--fg);
  background: #ebebeb;
  padding: 10px;
  margin-top: 20px;
}
.prize__notice__link{
  text-decoration: underline;
}
.l-main .present-block .category .prize-wrap .prize-item .item__details .kome {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 1.2em;
    text-indent: -1.2em;
    opacity: 0.8;
}
.l-main .present-block .category .prize-wrap .prize-item .item__details .kome::before {
    content: var(--bullet2);
}
.l-main .present-block .category .prize-wrap .prize-item .item__images {
  width: 40%;
  order: 3;
  padding-top: 15px;
}
.l-main .present-block .category .prize-wrap .prize-item .item__images .item__image{
  border: 3px solid #21396C;
}
.l-main .present-block .category .prize-wrap .prize-item .item__images .item__winner_ribon{
  background-color: #EB0731 ;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 8px;
}
.l-main .present-block .category .prize-wrap .prize-item .item__images .item__winner_ribon{
  color: #ffe100;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.l-main .present-block .category .prize-wrap .item-divider{
  padding: 50px 0 20px;
  overflow: hidden;
}
.l-main .present-block .category .prize-wrap .item-divider .divider-line{
  width: 100%;
  height: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.l-main .present-block .category .prize-wrap .item-divider .divider-flag img{
  margin: 10px auto 0;
  width: clamp(150px, 30vw, 261px);
}

.l-main .present-block .category .category-apply {
  background: #ffe100;
  padding: 40px 30px 60px;
}
.l-main .present-block .category .category-apply .category-apply__text {
  font-size: 22px;
  color: #21396C;
  font-weight: bold;
  text-align: center;
}
.l-main .present-block .category .category-apply .category-apply__text br {
  display: none;
}
.l-main .present-block .category .category-apply .category-apply__text .category-apply__no {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #F1DB86;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
  border: 1px solid #F1DB86;
  background-color: #21396c;
  line-height: 1;
  padding-bottom: 4px;
}
.l-main .present-block .category .category-apply .category-apply__button {
  display: block;
  max-width: 600px;
  height: 100px;
  font-size: 30px;
  color: #F1DB86;
  font-weight: bold;
  position: relative;
  background-color: #21396c;
  border: 1px solid #F1DB86;
  margin: 30px auto 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.l-main .present-block .category .category-apply .category-apply__button span {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.l-main .present-block .category .category-apply .category-apply__button img{
  position: absolute;
  top:50%;
  right: 20px;
  margin-top: -8px;
}


.l-main .wchance {
  background: #21396C;
  padding: 0px 4vw 100px;
}
.l-main .wchance .wchance__ttl img {
  margin: 0 auto 30px;
}
.l-main .wchance .wchance__lead {
  font-size: min(4vw, 20px);
  font-weight: bold;
  color: #F1DB86;
  text-align: center;
}
.l-main .wchance .wchance__crotion {
  font-size: min(3.5vw, 20px);
  color: #ffffff;
  opacity: 0.9;
  text-align: center;
}
.l-main .wchance .wchance__items {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0px 0;
}
.l-main .wchance .wchance__items .wchance__item {
  width: 100%;
  background: #ffffff;
  margin-bottom: 60px;
  border: 5px solid #EB0731;
}
.l-main .wchance .wchance__items .wchance__item:last-child {
  margin-bottom: 0;
}
.l-main .wchance .wchance__items .wchance__item .wchance__item-title {
  background: #EB0731;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  padding: 10px 5px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.l-main .wchance .wchance__items .wchance__item .wchance__item-title.or::before {
  content: "or";
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 40px;
  color: #EB0731;
  border-radius: 50%;
  line-height: 48px;
  top: -64px;
  left: 50%;
  margin-left: -25px;
  text-shadow: 0 0 4px #F1DB86;
  -webkit-text-stroke: 4px #F1DB86;
}
.l-main .wchance .wchance__items .wchance__item .wchance__item-title.or::after {
  content: "or";
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 40px;
  color: #EB0731;
  border-radius: 50%;
  line-height: 48px;
  top: -64px;
  left: 50%;
  margin-left: -25px;
}
.l-main .wchance .wchance__items .wchance__item .w_chance_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-main .wchance .wchance__items .wchance__item .card-wrap {
  width: 50%;
}
.l-main .wchance .wchance__items .wchance__item .card-wrap.wchance__ite-bg {
  background-color: #ffffff;
}
.l-main .wchance .wchance__items .wchance__item .wchance__item-card {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  background: #fbf9fa;
  position: relative;
}
.l-main .wchance .wchance__items .wchance__item .wchance__item-card.max400 {
  max-width: 400px;
  margin: 0 auto;
}
.l-main .wchance .wchance__items .wchance__item .wchance__item-card.towel {
  aspect-ratio: 4/2;
}
.l-main .wchance .wchance__items .wchance__item .wchance__item-card.towel .wchance__item-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main .wchance .wchance__items .wchance__item .wchance__item-card .wchance__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.l-main .wchance .wchance__items .wchance__item .wchance__item-card .link--notice {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-decoration: underline;
}
.l-main .wchance .wchance__items .wchance__item .wchance__prize {
  width: 48%;
  padding: 20px 30px 20px;
}

.l-main .wchance .wchance__items .wchance__item .wchance__prize .prize_box_degital {
  display: flex;
  margin-top: 8px;
  background-color: #EB0731;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.l-main .wchance .wchance__items .wchance__item .wchance__prize .prize_box_degital .degital_type {
  width: 50%;
  background: #ffe100;
  border: 6px solid #EB0731;
  border-radius: 8px;
  height: 50PX;
  line-height: 38px;
  font-size: 20PX;
  font-weight: 900;
  color: #21396C;
  text-align: center;
}
.l-main .wchance .wchance__items .wchance__item .wchance__prize .prize_box_degital .prize_number {
  width: 50%;
  background: #EB0731;
  height: 50PX;
  line-height: 50px;
  font-size: 20PX;
  font-weight: 900;
  color: #ffe100;
  text-align: center;
}
.prize_box{
    color: #ffe100;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    background-color: #EB0731;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 8px;
}

.notice-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.notice {
  --bullet: "●";
  --fg: #323232;
  --accent: #323232;
  --gap: .2rem;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.7;
  color: var(--fg);
  background: #ebebeb;
  padding: 25px;
}

.notice__title {
  margin: 0 0 0.5rem;
  font-size: 1em;
  font-weight: 700;
}

.notice__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--gap);
}

.notice__item {
  position: relative;
  padding-left: 1.2em;
}

.notice__item::before {
  content: var(--bullet);
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 0.9em;
  line-height: 1;
}

.notice__link {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.notice--boxed {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0.9rem 1rem;
}
.tv__banner{
  padding: 50px 20px;
}
.tv__banner a{
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.app__banner{
  padding: 50px 20px;
  background-color: #eceff7;
}
.app__banner a,
.app__banner a img{
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}


@media (max-width: 767px) {
  .l-main .present-block .category {
      max-width: 500px;
  }
  .l-main .present-block .category .prize-wrap .prize-item .item__title .item__number {
      width: 50px;
      height: 50px;
      font-size: 30px;
  }
  .l-main .present-block .category .prize-wrap .prize-item .item__title .item__desc {
    font-size: clamp(16px, 4vw, 22px);
    width: calc(100% - 60px);
    margin-left: 10px;
  }
  .l-main .present-block .category .prize-wrap .prize-item .item__images {
    width: 100%;
    order: 2;
  }
  .l-main .present-block .category .prize-wrap .prize-item .item__details {
    width: 100%;
    padding: 15px 0px;
    order: 3;
  }
  .l-main .present-block .category .category-apply .category-apply__text{
    font-size: clamp(16px, 4vw, 22px);
  }
  .l-main .wchance .wchance__items .wchance__item .card-wrap {
      width:100%;
  }
  .l-main .wchance .wchance__items .wchance__item .wchance__prize {
      width: 100%;
      padding: 20px 15px 20px;
  }
  .l-main .wchance .wchance__items {
      max-width: 400px;
      margin: 0 auto;
      padding: 60px 0px 0;
  }
  .app__banner {
    padding:20px;
  }
  .app__banner a, .app__banner a img {
    display: block;
    max-width: 335px;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .l-main .present-block .category .prize-wrap .prize-item .item__images .item__winner_ribon {
    height: 50px;
    font-size: 20px;
  }
  .l-main .present-block .category .category-apply .category-apply__button {
      height: 80px;
      font-size: min(6vw, 22px);
  }
  .l-main .present-block .category .category-apply .category-apply__button span {
    height: 76px;
  }
  .l-main .present-block .category .category-apply .category-apply__button img {
    width: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
  }
  .l-main .wchance .wchance__items .wchance__item .wchance__item-title{
    font-size: 20px;
  }
  .l-main .wchance .wchance__items .wchance__item .wchance__item-title span{
    display: block;
  }
}


/*# sourceMappingURL=style.css.map */