@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
* {
  margin: 0;
  padding: 0;
}
/* ========== RESET ========== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, picture, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: YuGothic, "Yu Gothic medium", 'Noto Sans JP', sans-serif
}
body {
  background: rgb(178, 178, 178, 0.2) url(../img/pc_logo.png) repeat 0 0 / 390px 160px;
  background-attachment: fixed;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  top: -20%;
  left: -10%;
  width: 60%;
  height: 70%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
  pointer-events: none;
}
body::after {
  content: '';
  position: fixed;
  bottom: -10%;
  right: -15%;
  width: 50%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
  pointer-events: none;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit
}
ul, ol {
  list-style: none
}
picture {
  display: block
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit
}
/* ========== BASE ========== */
html {
  font-size: calc(100vw / 37.5);
}
@media(min-width:501px) {
  html {
    font-size: 62.5%
  }
}
.wrapper {
  width: 100%;
  max-width: 500px;
  font-size: 1.4rem;
  color: #585757;
  line-height: 1.6;
  margin: 0 auto;
}
@media(min-width:501px) {
  .wrapper {
    box-shadow: rgba(0, 0, 0, .4) 0 30px 90px;
  }
}
main {
  background: #fbf9f3;
}
/* ========== HEADER ========== */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 15px;
  padding-bottom: .5em;
  background: #fff
}
.logo {
  width: 35%;
  max-width: 300px
}
.header_storenumber {
    width: 55%;
}

/* ========== STORE NUMBER ========== */
.store_number {
  background: #5f90cb;
  color: #fff;
  padding: .7em;
  padding-top: .8em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: clamp(8px, 2.59vw, 19.4px);
  line-height: 1.5em;
  font-weight: 700
}
.store_number small {
  font-size: .7em
}
span.store_number_bg {
  font-size: 1.5em
}
/* ========== SURVEY SECTIONS ========== */
.survey-section {
  display: none
}
.survey-section.active {
  display: block
}
/* ========== SECTION TRANSITIONS ========== */
.survey-section, .result-section {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.survey-section.active, .result-section.active {
  opacity: 1;
}
/* ========== FV ========== */
.fv {
  position: relative
}
a.fv_cp_cta {
  position: absolute;
  bottom: 9%;
  display: block;
    width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
/* ========== Q NUMBER ========== */
.q_num {
  width: 20%;
  margin: 0 auto 2rem
}
/* ========== Q TEXT ========== */
.survey_q_tx {
  text-align: center;
  font-size: clamp(18px, 4vw, 25px);
  font-weight: bold;
  color: #e83405;
}
.survey_q_tx span {
  display: block;
  font-size: 1.2rem;
  margin-top: .5rem
}
@media(min-width:501px) {
  .survey_q_tx span {
    font-size: 1.8rem;
    margin-top: 5px
  }
}
/* ========== Q WRAP ========== */
.survey_q_wrap {
  background-image: linear-gradient(0deg, #e83405, #f7b85d);
  padding: 4rem 2.5rem;
  border-radius: 2rem;
  color: #fff;
  margin: 3rem 2rem;
      margin-bottom: 0;
}
.survey_q_wrap dd {
  margin-top: 3rem
}
@media(min-width:501px) {
  .survey_q_wrap {
    padding: 5%;
    border-radius: 20px;
    margin: 7%
  }
  .survey_q_wrap dd {
    margin-top: 60px
  }
}
/* ========== RADIO BASE ========== */
#q1List li {
  width: 50%;
}
input[type=radio] {
  display: none
}
input[type=radio] + label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  color: #585757;
  filter: drop-shadow(7px 7px 3px rgba(24, 65, 125, .2));
  margin: 0 auto;
  text-align: center;
  padding: 5%;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 4rem;
}
input[type=radio]:checked + label {
  background-color: #fff;
  filter: unset;
  transform: translate(5px, 5px);
  opacity: .8
}
@media(min-width:501px) {
  input[type=radio] + label {
    transition: .3s
  }
  input[type=radio] + label:hover {
    filter: unset;
    transform: translate(5px, 5px);
    transition: .3s
  }
}
/* ========== Q1 CHECKBOX GRID ========== */
.survey_checkbox_01, .survey_checkbox_04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline
}
.survey_checkbox_01 input[type=radio] + label, .survey_checkbox_04 input[type=radio] + label {
  background: unset;
  display: block;
  filter: drop-shadow(7px 7px 3px rgba(24, 65, 125, .2))
}
.survey_checkbox_01 li {
  cursor: pointer
}
.survey_checkbox_01 li p {
  text-align: center;
  font-size: clamp(14px, 3.75vw, 20px);
  font-weight: bold;
  margin-top: 1rem
}
.survey_checkbox_04 li {
  cursor: pointer;
  width: 50%;
}
.survey_checkbox_04 li p {
  text-align: center;
  font-size: clamp(11px, 3vw, 18px);
  font-weight: bold;
  margin-top: 1rem;
    line-height: 1.3em;

}
@media(min-width:501px) {
  .survey_checkbox_01 li p, .survey_checkbox_04 li p {
    margin-top: 10px
  }
}
.survey_checkbox_01 li:nth-of-type(n+3), .survey_checkbox_04 li:nth-of-type(n+3) {
  margin-top: 1rem
}
@media(min-width:501px) {
  .survey_checkbox_01 li:nth-of-type(n+3), .survey_checkbox_04 li:nth-of-type(n+3) {
    margin-top: 20px
  }
}
.survey_checkbox_01 .q_img {
  margin: 0 auto;
  border-radius: 10px
}
.survey_checkbox_01 input[type=radio]:checked + label::after, .survey_checkbox_04 input[type=radio]:checked + label::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(/lp/shop/tmpl/newstore/survey/img/check_ic.png) no-repeat 0 0 / contain;
  width: 2.3rem;
  height: 2.1rem;
  top: 1.7rem;
  left: 2.3rem;
}
@media(min-width:501px) {
  .survey_checkbox_01 input[type=radio]:checked + label::after, .survey_checkbox_04 input[type=radio]:checked + label::after {
    width: 38px;
    height: 34px;
    top: 23px;
    left: 30px;
  }
}
#section-q1-area {
  padding: 15% 0;
}
@media(min-width:501px) {
  #section-q1-area {
    padding: 7rem 0
  }
}
/* ========== SCROLL ANIMATIONS ========== */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.scale-in {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}
/* stagger for list items */
.survey_checkbox_01 li, .survey_checkbox_04 li {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.survey_checkbox_01 li.visible, .survey_checkbox_04 li.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ========== Q2 ========== */
.survey_q_02 {
  padding: 15% 0
}
@media(min-width:501px) {
  .survey_q_02 {
    padding: 7rem 0
  }
}
picture.survey_q_02_img {
  margin-bottom: 2.5em
}
.survey_checkbox_02 li {
  cursor: pointer
}
.survey_checkbox_02 li + li {
  margin-top: 1.2rem
}
@media(min-width:501px) {
  .survey_checkbox_02 li + li {
    margin-top: 20px
  }
}
/* ========== Q3 ========== */
.survey_q_03_wrap {
  padding: 15% 0;
}
.survey_q_03 {
  position: relative
}
.q_last_img {
  position: absolute;
  width: 12.3rem;
  height: 14.5rem;
  bottom: 5.5rem;
  right: 5rem
}
@media(min-width:501px) {
  .q_last_img {
    width: 156px;
    height: 200px;
    bottom: 80px;
    right: 40px
  }
}
.checkbox_04_smallText {
  font-size: .8em;
  margin-left: .1em;
    line-height: 1.2em;
}
.tx_note {
  display: block;
  font-size: .7em
}
/* ========== RESULT ========== */
.result-section {
  display: none;
}
.result-section.active {
  display: block
}
.survey_q_05_wrap {
  padding: 15% 0 0;
  background: antiquewhite;
}
.invitation_img {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: auto;
    margin-bottom: 2%;
}
.invitation_img img {
  opacity: 0;
  animation: invFadeIn 1s 0.3s ease forwards;
}
@keyframes invFadeIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.invitation_video {
  width: 90%;
  margin: auto;
    border: 1rem solid #fff;
}
video {
  width: 100%;
  border-radius: 10px;
}
.ctaBtn_wrap {
  width: 85%;
  margin: 2rem auto;
  max-width: 550px
}
p.ctaBtn_text {
    text-align: center;
    position: relative;
    font-size: clamp(14px, 4vw, 22px);
    max-width: 500px;
    margin: 0 auto .5em;
    font-weight: 600;
    margin-top: 8%;
}
p.ctaBtn_text:before {
    content: "";
    position: absolute;
    left: 15%;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    transform: rotate(60deg);
    background: #585757;
}
p.ctaBtn_text:after {
    content: "";
    position: absolute;
    right: 15%;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    transform: rotate(-60deg);
    background: #585757;
}
/* CTA bounce animation */
.ctaBtn {
  animation: ctaBounce 2.5s ease-in-out infinite;
  display: block;
}
@keyframes ctaBounce {
  0%, 100% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-6px);
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-4px);
  }
  60% {
    transform: translateY(0);
  }
}
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.price {
width: 90%;
  margin: 5rem auto
}
@media(max-width:500px) {
  .price {
    width: 90%;
    margin: 3rem auto
  }
}
p.price_text {
    width: 95%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: clamp(16px, 5vw, 22px);
    background: linear-gradient(to right, #2c8ea6, #2c81a7, #2b5ba6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.7em;
    background-image: linear-gradient(66deg, #e83405, #d67d1a);
}
.price_bigtext {
  font-size: clamp(24px, 7vw, 35px);
  font-weight: bold;
  line-height: 1.6em;
}
#rules {
  width: 85%;
  margin: 5rem auto;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 1.8em;
}
#rules >dl>dt {
  padding-top: 20px;
  font-weight: bold
}
.tx_red,.tx_red_under{
  color: #e93106;
}

/* ========== FOOTER ========== */
.footer {
  text-align: center;
  padding-top: 40px;
  background: #fff;
}
.footer_logo {
    width: 50%;
    margin: auto;
}
.footer-inner {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.footer-catch {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 20px;
font-weight: 600;
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  font-size: 12px;
}

.footer-nav a {
  color: #333;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav span {
  color: #999;
}

.footer-copyright {
  background: #de580d;
  color: #fff;
  font-size: 12px;
  padding: 14px 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 500px) {
.footer-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
        width: 80%;
    margin: 5% auto 0;
    max-width: 300px;
}
.footer-nav span {
    margin: 0 1rem;
}
  .footer-nav-row {
    display: flex;
    align-items: center;
    gap: 2px;
  }
}
/* ========== TRANSITION OVERLAY ========== */
.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.transition-overlay.show {
  display: flex;
  background: rgba(255, 255, 255, .85);
}
.spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #d1c8e1;
  border-top-color: #5f90cb;
  border-radius: 50%;
  animation: spin .6s linear infinite
}
@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}
/* ========== INVITATION CONFETTI ========== */
.invitation_confetti_layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  overflow: visible;
}
.invitation_confetti_piece {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
@keyframes invConfettiBurst {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx), var(--ty)) rotate(var(--rot)) scale(0.1);
  }
}
@keyframes invConfettiShimmer {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
/*スタジオ情報*/
.studio-info {
    max-width: 600px;
    margin: 15% auto 0;
    padding: 15% 10%;
    font-size: 14px;
    color: #494949;
    background: #fbf7f2;
}
.studio-label {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #999;
  margin-bottom: 20px;
}

.studio-label::before,
.studio-label::after {
  content: '——————';
  margin: 0 10px;
  color: #ccc;
}

.studio-header {
  text-align: center;
  margin-bottom: 30px;
}

.studio-type {
  font-size: 12px;
  color: #666;
  margin: 10px 0 4px;
}
.studio_logo {
    width: 40%;
    margin: auto;
}
.studio-name {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}

.studio-badge {
    display: inline-block;
    background-image: linear-gradient(57deg, #e85e05, #f7935d);
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
}

.studio-detail {
  border-top: 1px solid #ddd;
}

.studio-row {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.studio-row h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.studio-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.studio-row li {
  margin-top: 6px;
}

.studio-map {
  margin-top: 20px;
}

.studio-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}