@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;700&display=swap");
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
  max-width: 100%;
  height: auto;
}

a, button, input, textarea {
  outline: none;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.js-fadeup {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeup-row-child {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child {
  opacity: 1;
  transform: translateY(0);
}

.wrap {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000000;
  overflow: hidden;
}

.cmn-inner {
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.cmn-inner.is-wide {
  max-width: 1080px;
}

.mv {
  position: relative;
  width: 100%;
  background: url(../img/mv_sp.jpg) no-repeat center/100%;
  aspect-ratio: 640/614;
}
.mv__bg {
  position: relative;
  z-index: -1;
}
.mv__logo {
  position: absolute;
  left: 1.2%;
  top: 14px;
}
.mv__ttl {
  position: absolute;
  right: 12%;
  top: 4.2%;
  width: 21.6%;
}
.mv__ttl img {
  width: 100%;
}

.intro {
  background: #012257;
  color: #fff;
  text-align: center;
  padding: 51px 2% 75px;
}
.intro__ttl {
  font-size: 2.8rem;
  font-weight: 900;
}
.intro__ttl span {
  display: inline-block;
}
.intro__box {
  background: rgba(255, 255, 255, 0.15);
  margin-top: 48px;
}
.intro__box-ttl {
  position: relative;
  display: inline-block;
  top: -21px;
}
.intro__box-ttl span {
  color: #003594;
  font-size: 2.3rem;
  font-weight: bold;
  background: #fff;
  display: block;
  position: relative;
  padding: 2px 10px;
  text-align: center;
}
.intro__box-ttl b {
  display: inline-block;
}
.intro__box-ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 7px;
  background: #012257;
}
.intro__box-txt {
  text-align: left;
  line-height: 1.9;
  max-width: 800px;
  margin: 0 auto;
}
.intro__box-txt-wrap {
  padding: 10px 4% 50px;
}
.intro__box-txt + .intro__box-txt {
  margin-top: 29.4px;
}

.campaign {
  background: #FFFCDA;
}
.campaign__ttl {
  color: #012257;
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4px;
  padding-top: 15px;
  background: #fff;
}
.campaign__ttl span {
  position: relative;
  display: inline-block;
}
.campaign__ttl span::before {
  content: "";
  width: 24px;
  height: 48px;
  background: url(../img/intro_ttl_left.svg) no-repeat center/contain;
  position: absolute;
  top: 9px;
  left: -29px;
}
.campaign__ttl span::after {
  content: "";
  width: 24px;
  height: 48px;
  background: url(../img/intro_ttl_right.svg) no-repeat center/contain;
  position: absolute;
  top: 9px;
  right: -33px;
}
.campaign__sub-ttl {
  background: url(../img/prize_ttl.png) repeat-x center center/auto 18px;
  text-align: center;
  max-width: 1050px;
  width: 78%;
  margin: 0 auto;
}
.campaign__sub-ttl span {
  display: inline-block;
  padding: 0 20px;
  background: #FFFCDA;
  color: #012257;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.campaign__img {
  text-align: center;
  margin: 56px 2% 67px;
}
.campaign__link {
  display: inline-block;
  background: #012257;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 700;
  border-radius: 55px;
  width: 100%;
  max-width: 835px;
  margin: 0 auto;
  padding: 27px 20px;
}
.campaign__link-wrap {
  text-align: center;
  margin: 0 2%;
}
.campaign__link-txt {
  margin-top: 17px;
}

.overview {
  background: #fff;
}
.overview__img {
  text-align: center;
}
.overview__cont {
  background: #FFE900;
  padding: 10px 2% 52px;
}
.overview__txt {
  font-weight: 500;
  font-size: 2.2rem;
  margin: -10px 0 25px;
}
.overview__date span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 5px;
}

.prize {
  margin: 117px 30px 0;
}
.prize__row {
  margin: 83px auto 0;
}
.prize__col {
  position: relative;
  max-width: 312px;
  background: #FFE900;
  margin-bottom: 65px;
  border-radius: 20px;
}
.prize__num {
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
}
.prize__img-wrap {
  position: relative;
}
.prize__img2 {
  position: absolute;
  bottom: -5%;
  right: -10.8%;
  max-width: 132px;
  width: 43%;
}
.prize__img2.is-txt {
  bottom: 3%;
  border: 3px solid #F19DAC;
  background: #FADCE2;
  aspect-ratio: 1/1;
  max-width: 126px;
  font-size: min(1.7rem,1.6vw);
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.4;
}
.prize__txt {
  font-size: min(3rem,2.6vw);
  color: #012257;
  font-weight: 900;
  padding: 11px 6% 13px;
  line-height: 1.4;
}

.step {
  margin: 60px 2% 0;
}
.step__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 80px;
}
.step__img {
  text-align: center;
}
.step__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #012257;
  margin-bottom: 30px;
}
.step__ttl span {
  font-size: 4.6rem;
  display: inline-block;
  border-bottom: 3px solid;
  line-height: 1.3;
  vertical-align: sub;
  margin: 0 13px 0 7px;
}
.step__col {
  position: relative;
}
.step__col:not(:last-child)::after {
  content: "";
}
.step__info-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 9px;
}

.terms {
  max-width: 1080px;
  margin: 110px auto 0;
  background: #fff;
  padding: 68px 2%;
}
.terms__main-ttl {
  color: #012257;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.terms__cont {
  max-height: 760px;
  overflow-y: auto;
}
.terms__ttl {
  color: #fff;
  background: #012257;
  font-weight: 700;
  flex: 0 0 auto;
  text-align: center;
  padding: 10px 2%;
}
.is-last .terms__ttl {
  border-bottom: none;
}
.terms__txt a {
  color: #0B5EF4;
}
.terms__txt-wrap {
  margin-right: 4%;
  padding: 31px 2% 33px;
  line-height: 1.875;
  border-bottom: 1px solid #C8C8C8;
  width: 100%;
}
.is-last .terms__txt-wrap {
  border-bottom: none;
}
.is-list .terms__txt {
  list-style-type: disc;
  margin-left: calc(2% + 1rem);
}
.is-num-list .terms__txt {
  list-style-type: decimal;
}
.terms__txt + .terms__txt {
  margin-top: 30px;
}
.is-list .terms__txt + .terms__txt {
  margin-top: 0;
}

.product {
  padding: 113px 2% 95px;
  background: #fffcda;
}
.product .campaign__sub-ttl {
  background: none;
}
.product .campaign__sub-ttl .is-bg {
  display: block;
  padding: 0 0 5px;
  background: url(../img/prize_ttl.png) repeat-x center center/auto 18px;
}
.product .campaign__sub-ttl .is-nobg {
  margin-top: 20px;
  padding: 0;
}
.product__row {
  margin: 40px 0 0;
}
.product__img {
  position: relative;
}
.product__info {
  position: relative;
  flex: 0 0 auto;
  padding-top: 13px;
}
.product__info-name {
  font-size: 2rem;
  line-height: 1.5;
}
.product__info-price {
  font-size: 1.4rem;
  margin-top: 15px;
}
.product__info-price span {
  font-size: 2rem;
  display: inline-block;
  padding: 0 4px;
}
.product__spec {
  font-size: 1.4rem;
  margin-top: 13px;
  margin-bottom: 25px;
}
.product__spec dl {
  display: flex;
  margin-top: 2px;
}
.product__spec-ttl {
  margin-right: 12px;
}
.product__link {
  background: #012257;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 40px;
  padding: 15px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.product__link span {
  position: relative;
  padding-right: 30px;
}
.product__link span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_tab.svg) no-repeat center/contain;
  position: absolute;
  top: 5px;
  right: 0;
}
.product__card {
  max-width: 333px;
  width: 48%;
}
.product__card:first-child {
  margin-right: 3.8%;
}
.product__card-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.product__card-img {
  position: relative;
}
.product__card-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: 18px 0 3px;
}
.product__card-txt {
  line-height: 1.875;
}
.product__card-txt span {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}

.shop {
  background: #012257;
  text-align: center;
  margin-top: 66px;
  padding: 91px 2% 70px;
}
.shop__ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}
.shop__txt {
  color: #fff;
  line-height: 2;
}
.shop__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 52px;
}
.shop__link-wrap {
  width: 50%;
  margin-bottom: 45px;
}
.shop__link-wrap.is-large {
  width: 100%;
}
.shop__link {
  position: relative;
  background: #fff;
  color: #012257;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 40px;
  padding: 25px 10px;
  max-width: 405px;
  width: 90%;
  text-align: center;
  display: inline-block;
}
.is-large .shop__link {
  max-width: 573px;
  font-size: 2.2rem;
  border-radius: 50px;
}
.shop__link span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.shop__link span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_tab2.svg) no-repeat center/contain;
  position: absolute;
  top: 10px;
  right: 2px;
}

.interview__heading {
  position: relative;
  background: url(../img/interview01_bg.svg) repeat, #E9F5F5;
  box-sizing: content-box;
}
.interview__heading::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.interview__block {
  padding: 0 20px;
  box-sizing: content-box;
  margin-top: 30px;
}
.interview__block + .interview__block {
  margin-top: 40px;
}
.interview__ttl {
  text-align: center;
}
.interview__row {
  display: flex;
  justify-content: space-between;
}
.interview__row::before {
  content: "";
  width: calc(100vw + 20px);
  height: calc(100% - 25px);
  position: absolute;
  background: url(../img/interview01_bg.svg) repeat, #E9F5F5;
  position: absolute;
  left: -20px;
  top: 43px;
  border-radius: 180px;
  z-index: -1;
}
.is-block01 .interview__row::before {
  background-color: #E8F6FC;
}
.is-block02 .interview__row {
  flex-direction: row-reverse;
}
.is-block02 .interview__row::before {
  background-color: #F2F8D5;
  left: auto;
  right: -140px;
}
.is-block03 .interview__row::before {
  background-color: #FFF5E1;
}
.is-block04 .interview__row {
  flex-direction: row-reverse;
}
.is-block04 .interview__row::before {
  background-color: #FBF0F7;
  left: auto;
  right: -140px;
}
.interview__col {
  position: relative;
}
.is-block01 .interview__col::after {
  content: "";
  width: 225px;
  aspect-ratio: 225/139;
  max-width: calc(100% - 220px);
  position: absolute;
  top: 2px;
  right: 7.1%;
  background: url(../img/interview01_icon.png) no-repeat 0 0/contain;
}
.is-block02 .interview__col::after {
  content: "";
  width: 254px;
  aspect-ratio: 254/125;
  max-width: calc(100% - 220px);
  position: absolute;
  top: 15px;
  right: 3%;
  background: url(../img/interview02_icon.png) no-repeat 0 0/contain;
}
.is-block03 .interview__col::after {
  content: "";
  width: 326px;
  aspect-ratio: 326/151;
  max-width: calc(100% - 190px);
  position: absolute;
  right: 0;
  top: 20px;
  background: url(../img/interview03_icon.png) no-repeat 0 0/contain;
}
.interview__img {
  flex: 0 0 auto;
  max-width: 45%;
}
.interview__qa-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
.interview__qa-ttl span {
  font-size: 3rem;
}
.is-block01 .interview__qa-ttl span {
  color: #0066B9;
}
.is-block02 .interview__qa-ttl span {
  color: #309603;
}
.is-block03 .interview__qa-ttl span {
  color: #EB6E00;
}
.is-block04 .interview__qa-ttl span {
  color: #E3649A;
}
.interview__qa-txt {
  margin-top: 12px;
  line-height: 1.83;
  max-width: 600px;
}
.interview__product {
  width: 90%;
  max-width: 1080px;
  margin: 20px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 0;
}
.interview__product-item {
  max-width: 300px;
  width: 48%;
  text-align: center;
}
.interview__product-txt {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.interview__voice-ttl {
  margin: 15px 0 8px;
}
.interview__voice-ttl span {
  position: relative;
  color: #EB6E00;
  font-weight: bold;
  font-size: 2rem;
}
.interview__voice-ttl span::before {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #EB6E00;
  transform: rotate(-5deg);
}
.interview__voice-ttl span::after {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #EB6E00;
  transform: rotate(-5deg);
}
.interview__voice-txt {
  padding: 0 3.5%;
  line-height: 1.875;
  text-align: left;
}
.interview__other {
  max-width: 1080px;
  margin: 150px auto 0;
  padding: 0 20px;
  border-radius: 40px;
  padding-bottom: 48px;
  background: url(../img/interview01_bg.svg) repeat, #E9F5F5;
}
.interview__other-ttl {
  text-align: center;
  position: relative;
  top: -100px;
  left: 8px;
  margin-bottom: -100px;
}
.interview__other-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.interview__other-item {
  position: relative;
  background: #fff;
  width: 32.6666666667%;
  border-radius: 20px;
  padding: 22px 2.7% 26px;
  margin-bottom: 13px;
}
.interview__other-item::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8%;
}
.interview__other-item.is-item01::after {
  width: 128px;
  aspect-ratio: 128/61;
  background: url(../img/interview-other_icon01.png) no-repeat 0 0/contain;
  bottom: -2px;
}
.interview__other-item.is-item02::after {
  width: 89px;
  aspect-ratio: 89/39;
  background: url(../img/interview-other_icon02.png) no-repeat 0 0/contain;
}
.interview__other-item.is-item03::after {
  width: 74px;
  aspect-ratio: 74/60;
  background: url(../img/interview-other_icon03.png) no-repeat 0 0/contain;
  bottom: 8px;
}
.interview__other-item.is-item04::after {
  width: 86px;
  aspect-ratio: 86/54;
  background: url(../img/interview-other_icon04.png) no-repeat 0 0/contain;
}
.interview__other-item.is-item05::after {
  width: 68px;
  aspect-ratio: 68/78;
  background: url(../img/interview-other_icon05.png) no-repeat 0 0/contain;
}
.interview__other-item.is-item06::after {
  width: 84px;
  aspect-ratio: 84/58;
  background: url(../img/interview-other_icon06.png) no-repeat 0 0/contain;
}
.interview__other-item.is-item07::after {
  width: 132px;
  aspect-ratio: 132/64;
  background: url(../img/interview-other_icon07.png) no-repeat 0 0/contain;
}
.interview__other-item.is-item08::after {
  width: 112px;
  aspect-ratio: 112/59;
  background: url(../img/interview-other_icon08.png) no-repeat 0 0/contain;
}
.interview__other-item.is-item09::after {
  width: 116px;
  aspect-ratio: 116/61;
  background: url(../img/interview-other_icon09.png) no-repeat 0 0/contain;
  right: 5%;
}
.interview__other-item.is-item10::after {
  width: 92px;
  aspect-ratio: 92/44;
  background: url(../img/interview-other_icon10.png) no-repeat 0 0/contain;
  bottom: 19px;
}
.interview__other-item.is-item11::after {
  width: 120px;
  aspect-ratio: 120/103;
  background: url(../img/interview-other_icon11.png) no-repeat 0 0/contain;
  right: 3%;
}
.interview__other-item.is-item12::after {
  width: 84px;
  aspect-ratio: 84/72;
  background: url(../img/interview-other_icon12.png) no-repeat 0 0/contain;
}
.interview__other-item.is-item13::after {
  width: 81px;
  aspect-ratio: 81/63;
  background: url(../img/interview-other_icon13.png) no-repeat 0 0/contain;
}
.interview__other-q {
  font-size: 1.9rem;
  font-weight: bold;
  color: #02A0A0;
  margin-bottom: 10px;
  line-height: 1.47;
}
.interview__other-a {
  font-size: 1.6rem;
}

.favorite {
  margin: 150px 20px 35px;
}
.favorite .campaign__sub-ttl span {
  background: #fff;
  line-height: 1.3;
}
.favorite__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
.favorite__box {
  width: 45%;
  max-width: 420px;
  text-align: center;
  margin: 0 2.5% 90px;
}
.favorite__box-txt {
  display: inline-block;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.38;
  text-align: left;
  margin-top: 25px;
}
.favorite__box-btn {
  background: #012257;
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  padding: 15px 15px 20px;
  border-radius: 35px;
  font-weight: bold;
  width: 100%;
}
.favorite__img-wrap {
  background: linear-gradient(to top, #fafafa 0%, #ecf7f6 100%);
  padding: 20px 4%;
  margin-bottom: 23px;
  line-height: 1;
}

.footer {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 1.7rem;
  padding: 21px 0 28px;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  .pc-none {
    display: none;
  }
  .mv {
    background: url(../img/mv.jpg) no-repeat center/100%;
    aspect-ratio: 1400/650;
  }
  .mv__txt {
    position: absolute;
    right: 11.4%;
    bottom: 2.2%;
    width: 27%;
  }
  .prize__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-right: -3%;
  }
  .prize__col {
    width: 26.6666666667%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .step__col {
    width: calc((100% - 270px) / 3);
    max-width: 270px;
  }
  .step__col:not(:last-child)::after {
    width: 45px;
    aspect-ratio: 45/57;
    background: url(../img/icon_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 43.8%;
    transform: translateY(-50%);
    left: calc(100% + 50px);
  }
  .terms__data {
    display: flex;
  }
  .terms__ttl {
    width: 190px;
    padding: 33px 2%;
    border-bottom: 1px solid #fff;
  }
  .product__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 72px 0 0;
  }
  .product__info {
    max-width: 357px;
    width: 45%;
    margin-left: 5%;
  }
  .product__card {
    width: 33.3333333333%;
  }
  .product__card-txt span {
    margin-left: 12rem;
    display: inline-block;
    font-size: 1.4rem;
  }
  .interview__heading {
    background: url(../img/interview02_bg.png) no-repeat center bottom/1496px, url(../img/interview01_bg.svg) repeat, #E9F5F5;
    padding: 0 20px;
  }
  .interview__heading::before {
    height: 55px;
  }
  .interview__block {
    margin-top: 50px;
  }
  .interview__block + .interview__block {
    margin-top: 30px;
  }
  .interview__row::before {
    width: calc(100vw + 140px);
    height: 360px;
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
  }
  .interview__col-ttl {
    position: relative;
    top: -2px;
    left: -22px;
    max-width: 45%;
  }
  .is-block01 .interview__img, .is-block03 .interview__img {
    margin-left: -40px;
    margin-right: 5.5%;
  }
  .is-block02 .interview__img, .is-block04 .interview__img {
    margin-right: -40px;
    margin-left: 5.5%;
  }
  .interview__product-txt {
    font-size: 1.6rem;
  }
  .interview__other-item.is-item11 {
    padding-bottom: 50px;
  }
  .interview__other-item.is-item12 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .wrap {
    font-size: 1.4rem;
  }
  .mv__ttl {
    right: 3%;
    top: 2.3%;
    width: 47%;
  }
  .mv__txt {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    transition: 0s ease;
    z-index: -1;
  }
  .mv__txt img {
    width: 100%;
    max-width: none;
  }
  .intro {
    padding: 20px 2% 40px;
  }
  .intro .cmn-inner {
    opacity: 1;
    transform: translateY(0);
  }
  .intro__ttl {
    font-size: 2rem;
  }
  .intro__box-ttl {
    width: 90%;
    margin: 0 auto;
  }
  .intro__box-ttl span {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 7px 10px;
  }
  .intro__box-txt + .intro__box-txt {
    margin-top: 15px;
  }
  .campaign__ttl {
    font-size: 2.4rem;
    line-height: 1.3;
    padding: 15px 20px 0;
    margin-bottom: 8px;
  }
  .campaign__ttl span::before {
    left: -40px;
  }
  .campaign__ttl span::after {
    right: -43px;
  }
  .campaign__sub-ttl {
    width: 100%;
  }
  .campaign__sub-ttl span {
    font-size: 2.2rem;
  }
  .campaign__img {
    margin: 25px 6% 30px;
  }
  .campaign__link {
    font-size: 1.7rem;
    width: 96%;
    padding: 17px 10px;
  }
  .overview__cont {
    padding: 10px 4% 15px;
  }
  .overview__txt {
    font-size: 1.4rem;
    margin: 10px 0 10px;
  }
  .overview__date span {
    font-size: 1.2rem;
  }
  .prize {
    margin: 50px 4% 0;
  }
  .prize__col {
    margin: 0 auto 50px;
  }
  .prize__img2 {
    width: 38%;
    right: -7%;
  }
  .prize__img2.is-txt {
    font-size: min(1.5rem,3.7vw);
    width: 32%;
  }
  .prize__txt {
    font-size: min(3rem,6vw);
  }
  .step {
    margin: 40px 4% 0;
  }
  .step__row {
    margin: 30px auto 40px;
  }
  .step__ttl {
    font-size: 2.4rem;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .step__ttl span {
    font-size: 3.6rem;
  }
  .step__col {
    max-width: 400px;
    margin: 0 auto;
  }
  .step__col:not(:last-child)::after {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #012257;
    display: block;
    transform: translateY(0);
    margin: 10px auto 20px;
  }
  .step__info-ttl {
    font-size: 1.8rem;
  }
  .terms {
    margin: 50px 4% 0;
    padding: 28px 6%;
  }
  .terms__main-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .terms__cont {
    max-height: 60vh;
    overflow-y: scroll;
  }
  .terms__txt-wrap {
    padding: 20px 4%;
    font-size: 1.35rem;
  }
  .terms__txt + .terms__txt {
    margin-top: 15px;
  }
  .product {
    padding: 50px 4% 30px;
  }
  .product .campaign__sub-ttl span {
    line-height: 1.3;
  }
  .product .campaign__sub-ttl .is-nobg {
    margin-top: 10px;
  }
  .product__info-name {
    font-size: 1.8rem;
  }
  .product__info-price {
    margin-top: 10px;
  }
  .product__link {
    font-size: 1.6rem;
    padding: 10px;
  }
  .product__link-wrap {
    text-align: center;
  }
  .product__card-ttl {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .shop {
    margin-top: 26px;
    padding: 51px 4% 30px;
  }
  .shop__ttl {
    font-size: 2.4rem;
  }
  .shop__row {
    margin-top: 40px;
  }
  .shop__link-wrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .shop__link {
    font-size: 1.6rem;
    padding: 14px 10px;
  }
  .is-large .shop__link {
    font-size: 1.9rem;
  }
  .shop__link span {
    padding-right: 30px;
  }
  .shop__link span::after {
    top: 7px;
  }
  .is-block01 .interview__row::before {
    border-radius: 130px 0 0 130px;
  }
  .is-block02 .interview__row::before {
    right: -20px;
    border-radius: 0 130px 130px 0;
  }
  .is-block03 .interview__row::before {
    border-radius: 130px 0 0 130px;
  }
  .is-block04 .interview__row::before {
    right: -20px;
    border-radius: 0 130px 130px 0;
  }
  .is-block01 .interview__col::after {
    width: 27%;
    top: 7%;
    right: 0;
  }
  .is-block02 .interview__col::after {
    width: 32%;
    right: -2%;
  }
  .is-block03 .interview__col::after {
    width: 32%;
    right: -3%;
  }
  .interview__col-ttl {
    text-align: center;
    max-width: 40%;
    margin: 0 auto;
  }
  .interview__img {
    width: 150px;
    max-width: 40%;
    position: absolute;
    left: -20px;
    top: 170px;
  }
  .is-block02 .interview__img, .is-block04 .interview__img {
    left: auto;
    right: -20px;
    top: 141px;
  }
  .is-block04 .interview__img {
    top: 165px;
  }
  .interview__qa-ttl {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .interview__qa-ttl span {
    font-size: 2.2rem;
  }
  .interview__qa-txt {
    width: calc(55% + 20px);
  }
  .is-block01 .interview__qa-txt, .is-block03 .interview__qa-txt {
    margin-left: auto;
  }
  .is-block02 .interview__qa-txt, .is-block04 .interview__qa-txt {
    margin-right: auto;
  }
  .interview__product {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .interview__voice-txt {
    font-size: 1.25rem;
  }
  .interview__other {
    margin-top: 120px;
    padding-bottom: 15px;
  }
  .interview__other-ttl {
    top: -60px;
    margin: 0 auto;
    margin-bottom: -50px;
    width: 85%;
  }
  .interview__other-item {
    width: 49%;
    padding: 10px 2.7% 15px;
  }
  .interview__other-item.is-item01::after {
    width: 44%;
    right: 4%;
  }
  .interview__other-item.is-item02::after {
    width: 35%;
    right: 4%;
    bottom: 10%;
  }
  .interview__other-item.is-item03::after {
    width: 28%;
    right: 9%;
  }
  .interview__other-item.is-item04::after {
    width: 28%;
    right: 9%;
  }
  .interview__other-item.is-item05::after {
    width: 28%;
    right: 9%;
  }
  .interview__other-item.is-item06::after {
    width: 28%;
    right: 9%;
  }
  .interview__other-item.is-item07::after {
    width: 45%;
    right: 9%;
    bottom: 10px;
  }
  .interview__other-item.is-item08::after {
    width: 40%;
    right: 9%;
    bottom: 10px;
  }
  .interview__other-item.is-item09::after {
    width: 40%;
    right: 9%;
    bottom: 10px;
  }
  .interview__other-item.is-item10::after {
    width: 32%;
    right: 9%;
  }
  .interview__other-item.is-item11::after {
    width: 43%;
    right: 5%;
  }
  .interview__other-item.is-item12::after {
    width: 33%;
    right: 9%;
    bottom: 11px;
  }
  .interview__other-item.is-item13::after {
    width: 30%;
    right: 9%;
  }
  .interview__other-q {
    font-size: 1.28rem;
  }
  .interview__other-a {
    font-size: 1.4rem;
  }
  .favorite {
    margin: 55px 4% 25px;
  }
  .favorite__row {
    margin-top: 40px;
  }
  .favorite__box {
    margin-bottom: 30px;
  }
  .favorite__box-txt {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .favorite__box-btn {
    font-size: 1.5rem;
    padding: 8px 15px;
  }
  .favorite__img-wrap {
    padding: 10px 4%;
    margin-bottom: 10px;
  }
  .footer {
    font-size: 1.4rem;
    padding: 16px 0 20px;
  }
}