@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 60%;
  padding-top: 0.5em;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */

body {
  background: #ffffff;
  color: #222222;
  font-family:  "fot-tsukubrdgothic-std", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.content-main {
  padding: 4%;
}

.bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffc0cb, #F8F87C);
  background-size: 100% 200%; /* 縦方向に拡大 */
  background-position: top;
  animation: waveGradient 7s ease-in-out infinite;
  z-index: 0;
}

/* アニメーション定義 */
@keyframes waveGradient {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
  100% {
    background-position: top;
  }
}

p.sub {
  padding-top: 20px;
  font-size: 12px;
}


/* 画像レイヤー */
.bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/illust_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}


.section--top {
  height: 110vh;
  position: relative;
}

.block--label-top {
  max-width: 200px;
  width: 6vw;
  margin-left: auto;
  margin-right: auto;
}

.block--logo {
  position: absolute;
  max-width: 900px;
  width: 75vw;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.block--content-wrap {
  position: relative;
  background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 20px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 760px;
  width: 68%;
  margin-bottom: 20%;
}
.block--content-wrap-vol2 {
  position: relative;
  background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 20px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 760px;
  width: 68%;
}

.block--content-wrap-online {
  position: relative;
  background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 20px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 760px;
  width: 68%;
  margin-bottom: 20%;
}

/* 下のギザギザ装飾だけ出す */
.block--content-wrap::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 760px;
  height: 40px;
  background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/bg-bottom.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  pointer-events: none;
  z-index: 1;

}
.block--content-wrap-vol2::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 760px;
    height: 40px;
    background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/bg-bottom.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    pointer-events: none;
    z-index: 1;
  
}
/* 下のギザギザ装飾だけ出す */
.block--content-wrap-online::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 760px;
  height: 40px;
  background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/bg-bottom.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  pointer-events: none;
  z-index: 1;

}

/* #wrapVol2.is-last::after {
  opacity: 0;
  pointer-events: none;
} */


.block--content-wrap:last-child {
  margin-bottom:5%;
}

.special-label-right {
  position: absolute;
  width: 50px;
  top: -20px;
  left: -25px;
}
.special-label-left {
  position: absolute;
  width: 100px;
  top: 100px;
  right: -10px;
}
.kuji-label-right {
  position: absolute;
  width: 60px;
  top: 100px;
  left: -25px;
}
.kuji-label-left {
  position: absolute;
  width: 85px;
  top: -20px;
  right: -10px;
}
.questions-label-right {
  position: absolute;
  width: 70px;
  top: -40px;
  left: -15px;
}
.questions-label-left {
  position: absolute;
  width: 110px;
  top: 100px;
  right: -25px;
}

.section-tit {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.section-tit-vol2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  width: 100%;
  margin-top: 8%;
  margin-bottom: 8%;
}

.section--qanda li {
  width: 90%;
  margin-bottom: 0.25rem;
}

.section--qanda li:nth-child(odd){
  margin-left: -30px;
}

.section--qanda li:nth-child(even) {
  margin-right: -30px;
  margin-left: auto;
}

.section--present .inner {
  padding-top: 15%;
}


.section--present .thumb {
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.section--present .thumb p {
  position: absolute;
  text-align: center;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-weight: bold;
  padding: 5%;
  top: -40px;
  width:110px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section--present .thumb .subject {
  background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/sub_present01.png);
  z-index: 2;
  right: 8%;
  color: #fff;
}


.section--present .thumb .winners {
  background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/sub_present02.png);
  z-index: 1;
  right: -40px;
  font-size: 22px;
  color: #fff;
}

figcaption {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5% 0;
}



.btn a {
  display: block;
  text-align: center;
  background: #FE6283;
  font-weight: bold;
  color: #fff;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.2em;
  border-radius: 9999px;
  margin-top: 5%;
  line-height: 1.2;
}

.btn a:hover {
  background: #ff92aa;
  color: #fff;
}

.btn--chance {
  width: 60%;
}

.target {
  max-width: 760px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.target dt {
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 3%;
}
.target dt::before, .target dt::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #222;
}

.target dt::before {
  left:0;
}

.target dt::after {
  right: 0;
}
.online-kuji {
  margin-top: 5%;
}
dl.target dd {
  text-align: center;
}
.inner {
  position: relative;
}

.block--step .list--step > li > .inner {
  background-color: #FFE8ED;
  padding: 2em;
  border-radius: 24px;
  width: 80%;
  margin: auto;
  margin-bottom: 5%;
}
/* .block--step .list--step > li:last-of-type > .inner {
  background-color: transparent;
  padding: 0;
  width: 110%;
  margin: auto;
  transform: translateX(-35px);
} */


.list--step > li.last-question > .inner {
  background-color: transparent;
  padding: 0;
  width: 110%;
  margin: auto;
  transform: translateX(-35px);
}
/* 最後の質問ステップ用のスタイル */
.inner.is-last {
  background-color: transparent;
  padding: 0;
  width: 110%;
  margin: auto;
  transform: translateX(-35px);
}


.block-tit {
  text-align: center;
}

.questions-tit {
  text-align: center;
  color: #FE6283;
  font-size: 22px;
  margin-top: 10%;
  margin-bottom: 8%;
  font-weight: bold;
}

.main--tit {
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #FE6283;
  font-size: 38px;
}

.inner-txt {
  text-align: center;
}

.tit {
  color: #726E6D;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
}

.tit-name {
  font-size: 16px;
  font-weight: bold;
  color: #726E6D;
  margin: 2% auto;
}

.main--choice {
  color: #FE6283;
}

/* キャラクター画像共通 */
.character {
  position: absolute;
  z-index: 2;
}

/* LIA画像配置（右上） */
.character.left {
  top: 0px;
  right: -105px;
  width: 190px;
}

/* CHAERYEONG画像配置（左下） */
.character.right {
  bottom: -40px;
  left: -90px;
  width: 180px;
}



.form__radio {
  text-align: center;
}

.form__radio label {
  display: inline-block;
  padding: 1em 2em;
  border: 2px solid #FE6283;
  border-radius: 40px;
  font-size: 16px;
  color: #FE6283;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 75%;
  min-width: 260px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.form__radio label p {
  margin: 0;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* ✅ ラベル内のラジオが checked のとき、label 全体に適用 */
.form__radio label:has(input:checked) {
  background-color: #FE6283;
  color: #fff;
  border-color: #FE6283;
}

/* ✅ 内側テキストも白に */
.form__radio label:has(input:checked) p {
  color: #fff;
}
.form__radio input[type="radio"] {
  display: none;
  appearance: none;         /* ← これが重要！ */
  -webkit-appearance: none; /* ← Safari対応 */
  -moz-appearance: none;    /* ← Firefox対応 */
}




footer {
  font-size: 12px;
  text-align: center;
  padding: 4rem 0;
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/illust_sp_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: 1;
  }
  /* 下のギザギザ装飾だけ出す */
  .block--content-wrap::after,
.block--content-wrap-vol2::after,
.block--content-wrap-online::after {
    content: "";
    position: absolute;
    bottom: -49px;
    width: 100%;
    height: 50px;
    background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/bg_sp_bottom.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center bottom;
    pointer-events: none;
    z-index: 1;
  }
  .character.left {
    top: 80px;
    right: -50px;
    width: 120px;
  }
  .character.right {
    bottom: 0;
    left: -50px;
    width: 120px;
  }
  
  .tit {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .questions-tit {
    font-size: 16px;
  }
  .main--tit  {
    font-size: 30px;
  }
  .tit-name
  {
    font-size: 14px;
  }

  .block--step .list--step > li > .inner {
    width: 100%;
    margin-bottom: 10%;
    padding: 10%;
  }

  .list--step > li.last-question > .inner {
    background-color: transparent;
    padding: 0;
    width: 115%;
    margin: auto;
    transform: translateX(-25px);
}


  .content-main {
    overflow: hidden;
    padding: 5% 5% 0% 5%;
  }

  .section-tit-vol2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .form__radio label {
    padding: 1em 2em;
    font-size: 14px;
    width: 100%;
    min-width: auto;
  }

  .block--label-top {
    max-width: 80px;
    width: 15vw;
  }

  .block--logo {
    position: absolute;
    max-width: 900px;
    width: 95vw;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .section--top {
    height: 72vh;
}



.block--content-wrap,
.block--content-wrap-vol2,
.block--content-wrap-online  {
  background-image: url(/static/itzy/official/feature/summervacation_2025_6dd2jq/img/bg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 20px 20px 30px;
  margin-bottom: 20%;
  width: 100%;
}

h3 {
  margin-top: 12%;
}

.special-label-right {
  width: 35px;
  top: -25px;
  left: -5px;
}
.special-label-left {
  width: 70px;
  top: 50px;
  right: -10px;
}
.kuji-label-right {
  position: absolute;
  width: 50px;
  top: 50px;
  left: -15px;
}
.kuji-label-left {
  position: absolute;
  width: 60px;
  top: -10px;
  right: -10px;
}
.questions-label-right {
  position: absolute;
  width: 65px;
  top: 20px;
  right: -25px;
}
.questions-label-left {
  position: absolute;
  width: 95px;
  top: -15px;
  right: -25px;
}

.section-tit {
  width: 60%;
}
.section--qanda li {
  width: 105%;
  margin-bottom: 0.25rem;
}
.section--qanda li:nth-child(odd) {
  margin-left: -20px;
}
.section--qanda li:nth-child(even) {
  margin-right: -20px;
}

.section--present .thumb {
  width: 85%;
}
.section--present .thumb p {
  min-width: 80px;
  width: 20%;
}

.section--present .thumb p, .section--present .thumb .winners, .section--present .thumb .winners .sml {
  font-size: 14px;
}
.section--present .thumb .winners .sml {
  padding-top: 0;
}
.section--present .thumb .subject {
right: 55px;
}
.section--present .thumb .winners {
right: -16px;
}

.section--present .inner {
  margin-top: 4%;
}

figcaption {
  font-size: 1.3em;
}

.target dd{
  font-size: 0.8em;
  line-height: 1.8;
}

.target {
  width: 85%;
}
.btn a {
  width: 70%;
}
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeInAnime{
    from {
      transition: 0.8s ease-in-out;
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  /* 下から */
  .fadeUpTrigger{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
    
    
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
    .fadeUp {
        opacity: 0;
    }
  
