@charset "UTF-8";

html{
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

*,*::before,*::after {
  box-sizing: border-box;
}

body {
  color: #1C1C1C;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
}

a:is(:link,:visited) {
  color: #1C1C1C;
}

button {
  color: #1C1C1C;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  height: 100%;
  display: block;
}

#wrap {
  background: #FFE2E1;
}


#contents {
  max-width: 500px;
  margin: 0 auto;
  background-size: auto auto;
  background-color: rgba(255, 247, 232, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 40px, rgba(255, 240, 218, 1) 40px, rgba(255, 240, 218, 1) 62px );

}


.main {
  overflow: hidden;
  padding-bottom: 100px;
}

.section__inner {
  padding: 0 20px;
}

@media screen and (min-width:769px) {
  #wrap {
    background: url(../images/bg.webp) center top / auto auto repeat,#FFE2E1;
    background-attachment: fixed;
  }

  .main {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
    padding-bottom: 50px;
  }
}

/*--------------------------------
  メインイメージ
--------------------------------*/
.section__hero {
  width: 100%;
  padding-bottom: 10%;
  position: relative;
  z-index: 2;
}

.section__hero--bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section__hero--particle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/section__hero--particle-3.png) left top / 100% auto no-repeat;
  opacity: 0;
}

.section__hero--particle.is-animation {
  animation-name: steps;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);

}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }

}
@keyframes steps {
  0% {
    opacity: 0;
    transform: scale(0);
    background-position: left center;
  }
  100% {
    background-position: left center;
    transform: scale(1);
    opacity: 1;
  }
}


.section__hero--catch {
  width: 89%;
  padding-top: 8%;
  margin: 0 auto;
}

.section__hero--shufoologo {
  width: 88%;
  margin: -2.0% auto -14%;
}

.section__hero--titlelogo {
  width: 72.8%;
  margin: -2.5% auto;
}

.section__hero--period {
  width: 75.3%;
  margin: 7.4% auto 0;
}

/*--------------------------------
  追従CTA
--------------------------------*/
.cta__fixed_sp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 8px;
  position: sticky;
  bottom: 10px;
  left: 0;
  margin-top: 20px;
  z-index: 1;
}

.cta__fixed_pc  {
  display: none;
}

.cta__fixed_sp.is-fixed {
  position: fixed;
}

.cta__fixed_sp--btn__cta {

}
.cta__fixed_sp--btn__x {

}

.cta__fixed_sp img {
  width: auto;
  height: 78px;
}

@media screen and (max-width: 359px) {
  .cta__fixed_sp img {
    height: 67px;
  }
}

@media screen and (min-width: 1024px) {
  .cta__fixed_pc  {
    display: block;
    position: fixed;
    top: 100px;
    right: 1%;
  }
  .cta__fixed_pc img {
    margin-bottom: 10px;
  }
  .cta__fixed_pc .nav__ancher--baloon {
    margin-bottom: 0;
  }
  .cta__fixed_sp {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .cta__fixed_pc  {
    left: 50%;
    transform: translateX(325px);
  }
}

@media screen and (hover:hover) {
  .cta__fixed_pc a {
    transition: 0.3s opacity 0s ease;
  }
  .cta__fixed_pc a:where(:hover,:focus) {
    opacity: 0.7;
  }
}

/*--------------------------------
  あなたの投票で決まる
--------------------------------*/
.section__lead {
  margin-top: -10%;
  padding-top: 10%;
  position: relative;
  z-index: 1;
}


.section__lead--title {
  padding-top: 28px;
  margin-bottom: 20px;
  font-size: 1.625rem;
  text-align: center;
}
.section__lead--illust {
  width: 100%;
  margin-bottom: 3.2%;
}

.section__lead--text {
  margin-bottom: 8%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}



/**/
.section__lead--pop {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto clamp(40px,17%,80px);
  padding: 7% 0 0;
}


.section__lead--pop p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.section__lead--sarani {
  width: 100%;
  padding-bottom: 8%;
}

.section__lead--pop-deco {
  width: 100%;
  height: 40px;
  background: url(../images/icon_megahon.svg) center center / 40px auto no-repeat;
  position: relative;;
}

.section__lead--pop-deco::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  height: 1px;
  background: #E6CAA1;
}
.section__lead--pop-deco::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  height: 1px;
  background: #E6CAA1;
}

.section__lead--illust-vote {
  width: calc(100% - 70px);
  max-width: 304px;
  height: auto;
  margin: 0 auto 4%;
}

.award-slide {
  width: 100%;
  height: 100%;
  /* padding-top: 5%; */
  padding-bottom: 8%;
  pointer-events: none;
}

.award-slide.swiper-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: linear;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  max-width: 84px;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------
  100万円プレゼント
--------------------------------*/
.section__present {
  padding-top: 65%;
  padding-bottom: 32px;
  background: #E22D34;
  position: relative;
  z-index: 0;

}
.section__present::before {
  content: '';
  width: 100%;
  height: 50px;
  background: #E22D34;
  -webkit-mask-image: url(../images/Subtract.svg);
  -webkit-mask-size: 100% auto;
  mask-image: url(../images/Subtract.svg);
  mask-size: 100% auto;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}


.section__present--title {
  /* position: relative; */
}

.section__present--bg {
  width: 100%;

}

.section__present--heading--sunrise--wrap {
  width: 100%;
  height: 0;
  padding-top: 76%;/*86.4*/
  position: absolute;
  overflow: hidden;
  top: -3%;
  margin-top: 0;
  z-index: 1;
}

.section__present--heading--catch {
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 1;
  transform: scale(0);
}
.section__present--heading--sunrise {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.is-animation .section__present--heading--catch {
  animation-name: catch;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.is-animation .section__present--heading--sunrise {
  animation-name: sunrise;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  transform-origin: center bottom;
}

@keyframes catch {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sunrise {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.section__present--confetti {
  width: 100%;
  height: 60%;
  max-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.section__present--text {
  margin-top: 7.5%;
  margin-bottom: 5%;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.section__present--pay {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
}


.section__present--mission {
  width: calc(100% - 40px);
  padding: 5px;
  margin: 8% auto 0;
  background-image: linear-gradient(203.1deg, #D19A2C 0%, #FFE6B3 50%, #D19A2C 100%);
  border-radius: 20px;
}
.section__present--mission--inner {
  background: #FFF783;
  padding: 16px 16px 14px 16px;
  border-radius: 18px;
}
.section__mission--progress-list-heading {
  width: 98%;
  margin: 0 auto;
}
.section__present--mission--list--item {
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  border-bottom: 1px solid #B0B0B0;

}

.section__present--mission--icon {
  width: 30px;
  margin-right: 8px;
}
.section__present--mission--text {
  padding-right: 0.3em;
  font-size: 1rem;
  font-weight: 700;
  flex: 1 1 110px;
}
.section__present--mission--times {
  color:#E22D34;
  font-size: 1.125rem;
  flex: 0 0 auto;
}
.section__present--mission--times .u-font-larger{
  font-size: 200%;
}
.section__present--mission--notice {
  width: 100%;
  font-size: 0.875rem;
}

/*--------------------------------
 よくある質問
--------------------------------*/
.section__faq {
}
.section__faq--list {
  margin: 0 auto;
}
.section__faq--list--item {
  margin-bottom: 5%;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.05);
  overflow: hidden;
}
.section__faq--list--item :where(dt,dd) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.section__faq--list--item :where(dt,dd) span{
  font-weight: 700;
}

.section__faq--list--item p {
  margin-left: 1em;
}
.section__faq--list--item dt {
  padding: 20px 18px;
  background: #EDE9E3;
  font-weight: 700;
}
.section__faq--list--item dd {
  padding: 20px 18px;
  background: #fff;
}

.section__faq--apply {
  margin-top: 9%;
  border: 1px solid #424242;
  border-radius: 6px;
  overflow: hidden;
}
.section__faq--apply--button {
  width: 100%;
  padding: 16px 8px;
  border-radius: 6px;
  background: #EDE9E3;
  border: none;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.section__faq--apply--button::before,
.section__faq--apply--button::after {
  content: '';
  width: 20px;
  height: 2px;
  display: block;
  background:#000;
  position: absolute;
}
.section__faq--apply--button::before {
  transform: rotate(90deg);
  right: 20px;
  top: 50%;
}
.section__faq--apply--button::after {
  right: 20px;
  top: 50%;
}

.is-show .section__faq--apply--button::before {
  transform: rotate(45deg);
  right: 20px;
  top: 50%;
}
.is-show .section__faq--apply--button::after {
  transform: rotate(-45deg);
  right: 20px;
  top: 50%;
}
.section__faq--apply--content {
  display:none;
  padding: 16px 16px;
  font-size: 0.875rem;
  background: #fff;
}


.notice {
  margin-top: 9%;
  font-size: 0.875rem;
}

.notice a {
  text-decoration: underline;
}

.link-campaign-url {
  display: none;
}
/*--------------------------------
 バナー
--------------------------------*/
.banner-title {
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  max-width: 300px;
  margin: 0 auto;
}
.banner-title::before {
  content: '';
  width: calc((100% - 11em) / 2);
  height: 1px;
  background: #E6CAA1;
  position: absolute;
  top: 50%;
  left: 0;
}
.banner-title::after {
  content: '';
  width: calc((100% - 11em) / 2);
  height: 1px;
  background: #E6CAA1;
  position: absolute;
  top: 50%;
  right: 0;
}
.banner {
  margin-top: 40px;
  text-align: center;
}

.banner + .banner {
  margin-top: 24px;
}

.banner a {
  display: block;
  max-width: 300px;
  margin: 20px auto 0;
}

.banner img {
  width: 100%;
  height: auto;
}


/*--------------------------------
 フッター
--------------------------------*/
.footer {
  padding-top: 30px;
}

.footer a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #1C1C1C;
  text-decoration: underline;
}

.footer small {
  margin-left: -40px;
  margin-right: -40px;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 1rem;
}

/*--------------------------------
 parts
--------------------------------*/
/*ボタン*/

.button {
  margin-top: 1em;
  padding: 9px;
  border-radius:25px;
  color: #fff;
  font-size: 1rem;
  background: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.button:is(:link,:visited) {
  color: #fff;
}
.button img {
  width: 24px;
  margin-right: 0.5em;
}

@media screen and (min-width:769px) {
  .button {
    transition: 0.3s opacity 0s ease;
  }
  .button:where(:hover,:focus) {
    opacity: 0.7;
  }
}
/*--------------------------------
 応募要項
--------------------------------*/
.term {
  font-size: 14px;
  line-height: 1.5;
}

.term h4{
  font-size: 110%;
}

.term-ttl {
  margin: 1.5em 0 1em;
  font-weight: bold;
  font-size: 110%;
}
.term-ttl-sub {
  margin: 0.5em 0;
}
.term-text {
  line-height: 1.8;
}
.term a {
  color: #1C1C1C;
  text-decoration: underline;
}
/*--------------------------------
 utility
--------------------------------*/
.u-color-red {
  color:#E22D34;
}
.u-color-yellow {
  color:#FDED04;
}
.u-color-white {
  color:#fff;
}
.u-font-larger {
  font-size: 136%;
  font-weight: 700;
}

