@charset "UTF-8";

/*=====================================
  一般・共有
===================================== */
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  color: #404040;
  line-height: 1.5;
}
:focus {
  outline-style: none;
}
:root {
  --header-height: 6.5rem; /* ヘッダーの高さに応じて調整 */
}
.-sp { display: block !important; }
.-pc { display: none !important; }
.wrapper { overflow: hidden; }
@media screen and (min-width: 520px) {
  .-pc { display: block !important; }
  .-sp { display: none !important; }
}
@media screen and (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}
/*========================================
  Francfranc CP - SP (mobile first)
========================================*/

.page-francfranc {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #303030;
  background: #fff9fc;
}

.page-francfranc main {
  background: #fff9fc;
}

@media screen and (min-width: 520px) {
  .page-francfranc main {
    background: #fff9fc;
  }
}

.page-francfranc img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*----------------------------------------
  Components
----------------------------------------*/
.c-francfranc-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 22.9rem;
  margin: 0 auto;
  padding: 0.8rem 2.4rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.c-francfranc-btn__icon {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
}

.c-francfranc-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-francfranc-btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 1rem;
  position: absolute;
  right: 0.8rem;
}

.c-francfranc-btn__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-francfranc-btn--x {
  color: #303030;
  background: #fff;
  box-shadow: 0 0 0.2rem #f0618c;
}

.c-francfranc-btn--line {
  height: 4.4rem;
  color: #fff;
  background: #07b53b;
  box-shadow: 0 0.3rem 0 #04912e;
}

/* .c-francfranc-btn--line .c-francfranc-btn__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.45rem;
  border-color: transparent transparent transparent #fff;
  right: 1rem;
} */

.c-francfranc-btn--detail {
  max-width: none;
  width: auto;
  min-width: 18.2rem;
  color: #e12780;
  background: #fff;
  font-weight: 500;
  box-shadow: 0 0 0.2rem #f0618c;
}

.c-francfranc-btn--detail .c-francfranc-btn__arrow {
  right: 0.5rem;
}

.c-francfranc-marker {
  display: inline;
  background: linear-gradient(transparent 60%, #ffee55 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.c-francfranc-note {
  display: flex;
  gap: 0.4rem;
  align-items: flex-start;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #303030;
}

.c-francfranc-note__mark {
  flex-shrink: 0;
}

/*----------------------------------------
  FV
----------------------------------------*/
.p-francfranc-fv {
  background: #fff;
  padding: 1.6rem 0 0;
  text-align: center;
}

.p-francfranc-fv__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.p-francfranc-fv__logo-woman {
  width: 9.7rem;
  height: auto;
}

.p-francfranc-fv__logo-francfranc {
  width: 9rem;
  height: auto;
}

.p-francfranc-fv__cross {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1e1e1e;
}

.p-francfranc-fv__visual {
  display: block;
  width: 100%;
}

.p-francfranc-fv__visual img {
  width: 100%;
  height: auto;
}

.p-francfranc-fv__ttl {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (min-width: 520px) {
  .p-francfranc-fv {
    background: #f0f7ff;
    padding: 0;
  }
  .p-francfranc-fv__brand {
    background: #fff;
    padding: 0.8rem 0;
    margin-bottom: 0;
  }
  .p-francfranc-fv__logo-woman {
    width: 12rem;
  }
  .p-francfranc-fv__visual {
    max-width: 59.4rem;
    margin: 0 auto;
  }
}

/*----------------------------------------
  Entry / 応募方法
----------------------------------------*/
.p-francfranc-entry {
  background: #fff;
  padding: 2.4rem 1.6rem;
}

.p-francfranc-entry__card {
  overflow: hidden;
  border: 1px solid #ee4f6c;
  border-radius: 1rem;
  background: linear-gradient(127deg, #f9d3e2 0.9%, #f5e8df 98%);
}

.p-francfranc-entry__head {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 1rem;
  padding: 0.8rem 1rem;
  background: #ee4f6c;
}

.p-francfranc-entry__ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  text-wrap: nowrap;
}

.p-francfranc-entry__badge {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.2rem 0.75rem;
  border-radius: 2.4rem;
  background: #fff;
  color: #ee4f6c;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p-francfranc-entry__badge-label {
  font-size: 1.4rem;
}

.p-francfranc-entry__badge-num {
  font-size: 2.4rem;
  margin: 0 0.1rem;
  line-height: 1.25;
}

.p-francfranc-entry__step {
  padding: 1.6rem 0.8rem;
  border-bottom: 1px dashed #f0618c;
  text-align: center;
}

.p-francfranc-entry__step-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: left;
}

.p-francfranc-entry__step-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #ee4f6c;
  color: #fff;
  line-height: 1.1;
}

.p-francfranc-entry__step-badge-label {
  font-size: 1rem;
  font-weight: 500;
}

.p-francfranc-entry__step-badge-num {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1;
}

.p-francfranc-entry__step-ttl {
  margin: 0;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #303030;
}

.p-francfranc-entry__step-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.p-francfranc-entry__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #303030;
}

.p-francfranc-entry__lead-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 0.6rem;
}

.p-francfranc-entry__lead-arrow img {
  width: 100%;
  height: 100%;
}

.p-francfranc-entry__notes {
  padding:0.8rem 0.8rem 1.6rem;
  text-align: center;
}

.p-francfranc-entry__terms {
  margin: 0 0 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #303030;
}

.p-francfranc-entry__terms a {
  color: #303030;
  text-decoration: underline;
}

.p-francfranc-entry__list {
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style: disc;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #303030;
}

.p-francfranc-entry__list li + li {
  margin-top: 0;
}

.p-francfranc-entry__gift {
  margin-top: 1.6rem;
  text-align: center;
}

.p-francfranc-entry__gift-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #303030;
}

.p-francfranc-entry__gift-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 0.6rem;
}

.p-francfranc-entry__gift-arrow img {
  width: 100%;
  height: 100%;
}

.p-francfranc-entry__bnr {
  display: block;
  width: 27.9rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-francfranc-entry__bnr img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 520px) {
  .p-francfranc-entry {
    padding: 2.4rem 1.6rem;
  }
  .p-francfranc-entry__card {
    max-width: 59.4rem;
    margin: 0 auto;
  }
  .p-francfranc-entry__step-head {
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-francfranc-entry__step-ttl {
    flex: none;
  }
  .p-francfranc-entry__list {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-francfranc-entry__gift-text {
    font-size: 1rem;
  }
}

/*----------------------------------------
  About / Agent紹介
----------------------------------------*/
.p-francfranc-about {
  padding: 2.4rem 1.6rem;
  background: linear-gradient(101deg, rgba(249, 211, 226, 0.6) 0.9%, rgba(245, 232, 223, 0.6) 98%);
  text-align: center;
}

.p-francfranc-about__ttl {
  margin: 0 0 0.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #e12780;
}

.p-francfranc-about__logo {
  display: block;
  width: 26.9rem;
  max-width: 100%;
  margin: 0 auto 1.6rem;
}

.p-francfranc-about__lead {
  margin: 0 auto 1.6rem;
  max-width: 28.7rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #303030;
  text-align: center;
}

.p-francfranc-about__lead-em {
  font-weight: 600;
}

.p-francfranc-about__cta {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 520px) {
  .p-francfranc-about {
    padding: 2.4rem 1.6rem;
  }
  .p-francfranc-about__lead {
    max-width: 54.8rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.2rem;
  }
}

/*=====================================
  p-point（chat/css/style.css ベース）
===================================== */
.c-sectionTitle__subtitle {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8%;
}
@media screen and (min-width: 960px) {
  .c-sectionTitle__subtitle {
    font-size: 2.2rem;
    margin-bottom: 4.5rem;
  }
}
.u-marker {
  background: linear-gradient(transparent 60%, #FE5 60%);
}
.u-textColor--pink {
  color: #E12780;
}
.p-point__inner {
  background-color: #fff;
  padding: 0 4%;
  border-radius: 15px;
  margin-bottom: 1.6rem;
}
.p-point__item {
  padding: 3.5rem 4%;
  border-bottom: 1px solid #ccc;
}
.p-point__item:last-of-type {
  border-bottom: none;
}
.p-point__img {
  margin-bottom: 7%;
}
.p-point__text {
  line-height: 2;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 520px) {
  .p-point__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 4%;
  }
  .p-point__item {
    width: 50%;
    padding: 4%;
  }
  .p-point__item:nth-of-type(2n-1) {
    /* 奇数 */
    padding-left: 2%;
  }
  .p-point__item:nth-of-type(2n) {
    /* 偶数 */
    padding-right: 2%;
    border-left: 1px solid #ccc;
  }
  .p-point__item:nth-of-type(-n+2) {
    /* 最初の2つ */
    padding-top: 2%;
  }
  .p-point__item:nth-last-of-type(-n+2) {
    /* 最後の2つ */
    padding-bottom: 2%;
    border-bottom: none;
  }
  .p-point__item .c-sectionTitle__subtitle {
    font-size: 3vw;
    height: calc((3vw * 3)* 1.5);
  }
  .p-point__text {
    font-size: 1.4rem;
  }
  .p-point__text br {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .p-point__inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem;
    box-shadow: 0 0 0.4rem rgba(225, 39, 128, 0.25);
  }
  .p-point__item:nth-of-type(2n-1) {
    /* 奇数 */
    padding-left: 2rem;
  }
  .p-point__item:nth-of-type(2n) {
    /* 偶数 */
    padding-right: 2rem;
  }
  .p-point__item:nth-of-type(-n+2) {
    /* 最初の2つ */
    padding-top: 2rem;
  }
  .p-point__item:nth-last-of-type(-n+2) {
    /* 最後の2つ */
    padding-bottom: 2rem;
  }
  .p-point__item .c-sectionTitle__subtitle {
    font-size: 2.2rem;
    height: calc((2.2rem * 2)* 1.5);
  }
  .p-point__text {
    font-size: 1.5rem;
  }
  .p-point__text br {
    display: block;
  }
}

/*----------------------------------------
  Contact / お問い合わせ
----------------------------------------*/
.p-francfranc-contact {
  padding: 2.4rem 1rem;
  background: #f9f9fa;
}

.p-francfranc-contact__ttl {
  margin: 0 0 1.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #5a5a5a;
  text-align: center;
}

.p-francfranc-contact__body {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #5a5a5a;
  text-align: center;
}

.p-francfranc-contact__body p {
  margin: 0 0 0.9rem;
}

.p-francfranc-contact__body a {
  display: inline-block;
  font-size: 1rem;
  color: #5a5a5a;
  word-break: break-all;
  text-decoration: underline;
}

.p-francfranc-contact__notes {
  margin-top: 0.9rem;
  text-align: left;
}

.p-francfranc-contact__notes .c-francfranc-note {
  justify-content: flex-start;
  margin-bottom: 0.9rem;
  font-size: 1.2rem;
  color: #5a5a5a;
}

.p-francfranc-contact__notes .c-francfranc-note:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 520px) {
  .p-francfranc-contact {
    padding: 2.4rem 2rem;
  }
  .p-francfranc-contact__body {
    max-width: 48.3rem;
    margin: 0 auto;
  }
  .p-francfranc-contact__notes .c-francfranc-note {
    gap: 1rem;
  }
}
