@charset "utf-8";


/* --- SF Pro Rounded フォントファミリーの定義 --- */
/* Regular (標準) */
@font-face {
  font-family: "SF Pro Rounded";
  src: url("../fonts/SF-Pro-Rounded-Regular.woff2") format("woff2");
  font-weight: 400;
  /* Regularは400 */
  font-style: normal;
  font-display: swap;
}

/* Medium (中くらいの太さ) */
@font-face {
  font-family: "SF Pro Rounded";
  src: url("../fonts/SF-Pro-Rounded-Medium.woff2") format("woff2");
  font-weight: 500;
  /* Mediumは500 */
  font-style: normal;
  font-display: swap;
}

/* Semibold (やや太い) */
@font-face {
  font-family: "SF Pro Rounded";
  src: url("../fonts/SF-Pro-Rounded-Semibold.woff2") format("woff2");
  font-weight: 600;
  /* Semiboldは600 */
  font-style: normal;
  font-display: swap;
}

/* Bold (太字) */
@font-face {
  font-family: "SF Pro Rounded";
  src: url("../fonts/SF-Pro-Rounded-Bold.woff2") format("woff2");
  font-weight: 700;
  /* Boldは700 */
  font-style: normal;
  font-display: swap;
}

* {
  color: #3D3D3D;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  touch-action: pan-y;
}

footer,
section {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

body {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #F7F5F3;
}

html {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 32px 0;
}

ol,
ul {
  list-style-type: none;
}

img {
  width: 100%;
}

.underline {
  font-weight: bold;
  text-decoration: underline;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.wrap {
  padding: 40px 24px;
}

@media screen and (min-width: 744px) {

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  h2 {
    font-size: 32px;
    margin: 0 0 32px 0;
  }

  .wrap {
    padding: 40px 24px;
    width: 680px;
  }

  a:hover {
    opacity: 0.7;
  }

  footer,
  section {
    display: block;
    display: flex;
    justify-content: center;
  }
}

/* 上付き */
.sup-text {
  font-size: 0.6em;
  vertical-align: top;
}

.notes {
  margin: 28px 0 0 0;
  ;
  text-align: left;
}

/* ※ */
.note1 {
  font-size: 11px;
  line-height: 1.48;
  margin: 0 0 8px 0;
  padding-left: 2em;
  text-indent: -2em;
}

.note2 {
  font-size: 11px;
  line-height: 1.48;
  padding-left: 2em;
  text-indent: -2em;
}

html {
  counter-reset: number 0;
}

@media screen and (min-width: 744px) {
  .note1 {
    padding-left: 0;
    text-indent: -2em;
  }

  .note2 {
    padding-left: 0;
    text-indent: -2em;
  }

  p.note span.pc {
    display: inline !important;
  }
}

/* section-header */
.section-header {
  background-color: #F0EEEC;
  font-size: 18px;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  text-align: center;
  padding: 15px 16px 9px 16px;
  width: 100%;
}

/* section-beginner */
.section-beginner {
  background-color: #F0EEEC;
}

.dpoint-max {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 744px) {
  .banner-area {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 680px;
  }

  .dpoint-max {
    display: block;
    height: 122px;
    max-width: 100%;
    width: 327px;
  }
}

/* section-otoku */
.section-otoku {
  background-color: #EBEAE6;
  text-align: center;
}

.otoku-box {
  margin-top: 0;
}

.otoku-box li .bg-white {
  background-color: #FFF;
  border-radius: 4.27vw;
}

.otoku-box>li+li {
  margin-top: 4.27vw;
}

.otoku-box li .box-wrap {
  background-color: #FDFAEF;
  border-radius: 12px;
  padding: 32px 16px 24px 16px;
  margin: 28px 0 0 0;
}

.otoku-box li .box-wrap>p+ul.note {
  margin-top: 8.53vw;
}

.most-people {
  color: #E06666;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px 0;
  white-space: nowrap;
}

.dpoint {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.people {
  height: 110px;
  text-align: center;
  margin: 24px 0 0 0;
  width: 221px;
}

.sup-nisa {
  font-size: 12px;
  vertical-align: top;
}

.sup-five {
  color: #E06666;
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 0 -4px;
}

.sup-four {
  color: #E06666;
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 0 -4px;
}

.sup-word {
  color: #3D3D3D;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 0 -4px;
}

.avg-point {
  color: #3D3D3D;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 15px 0;
  white-space: nowrap;
  width: auto;
}

.sup-2700 {
  color: #E06666;
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 0 -4px;
}

.p {
  color: #E06666;
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 31.09px;
  font-weight: 700;
  text-align: center;
  margin: 0 2px 0 -4px;
}

.point {
  height: 110px;
  text-align: center;
  width: 177px;
  margin: 24px 0 0 0;
}

@media screen and (min-width: 744px) {
  .such-a-great-deal {
    margin-bottom: 32px;
  }

  .otoku-box {
    display: flex;
    justify-content: center;
    margin: 0 0 0 0;
  }

  .otoku-box li .bg-white {
    border-radius: 16px;
  }

  .otoku-box1 {
    margin: 0 28px 0 0;
  }

  .otoku-box>li+li {
    margin-top: 0px;
  }

  .otoku-box li .box-wrap {
    background-color: #FDFAEF;
    border-radius: 12px;
    height: 269px;
    margin: 0 0 0 0;
    padding: 26px 16px 28px 16px;
    width: 326px;
  }

  .otoku-box li .box-wrap>p+ul.note {
    margin-top: 32px;
  }
}

/* section-nisa */
.section-nisa {
  background-color: #F0EEEC;
}

.white-box {
  background-color: #FFF;
  margin: 28px 0 0 0;
  padding: 32px 16px;
  border-radius: 12px;
}

.one {
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.point1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.from {
  font-size: 20px;
  font-weight: 600;
}

.begin {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0 0 0;
  text-align: center;
}

.p-mark {
  height: 120px;
  margin: 12px auto 22px auto;
  width: 181px;
}

.detail {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.48;
  text-align: center;
}

.setting {
  height: 120px;
  margin: 28px auto;
  width: 181px;
}

.recommend {
  margin: 4px auto;
  width: 144px;
}

.no-worry {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.then {
  font-size: 20px;
  font-weight: 600;
}

.ope {
  display: inline;
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0 0 0;
  text-align: center;
}

.ok {
  display: none;
}

@media screen and (max-width: 348px) {
  .ope {
    display: block;
  }
}

.easy {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-top: 6px;
}

.buy {
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0 0 0;
  text-align: center;
}

.easy-buy {
  height: 144px;
  margin: 28px auto;
  width: 217px;
}

@media screen and (min-width: 744px) {
  .starting-merit {
    margin: 0 0 45px 0;
    ;
  }

  .white-box {
    background-color: #FFF;
    border-radius: 12px;
    height: 304px;
    margin: 0 0 0 0;
    padding: 32px 16px 28px 16px;
    width: 213px;
  }

  #white-box2 {
    border-radius: 12px;
    margin: 0 20px 0 20px;
    padding: 0 16px 32px 16px;
  }

  .merit-box {
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }

  .one {
    font-size: 36px;
    font-weight: bold;
  }

  .point1 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }

  .from {
    font-size: 18px;
    font-weight: 600;
  }

  .begin {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0 0 0;
    text-align: center;
  }

  .p-mark {
    height: 112px;
    margin: 12px 0;
    width: 176px;
  }

  .setting {
    height: 118px;
    margin: 12px 5px;
    width: 166.17px;
  }

  .easy-buy {
    height: 120px;
    margin: 12px auto;
    width: 181px;
  }

  .recommend {
    transform: translateY(-16px);
    width: 144px;
  }

  .no-worry {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }

  .then {
    font-size: 18px;
    font-weight: 600;
  }

  .ope {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0 0 0;
    text-align: center;
  }

  .easy {
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
  }

  .buy {
    font-size: 20px;
    font-weight: 600;
    margin: 12px auto 0 auto;
    text-align: center;
  }

  .detail {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    word-break: keep-all;
  }

  .ok {
    display: block;
  }
}

/* section-question */
.section-question {
  background-color: #EBEAE6;
  justify-content: center;
}

.accordion {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 10px;
}

.accordion-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 16px;
  line-height: 1.48;
  font-size: 16px;
}

.accor {
  display: flex;
  align-items: center;
  width: 100%;
}

.question {
  height: 18px;
  position: relative;
  width: 18px;
}

.accordion-text {
  flex: 1;
  border-left: dashed 1px #D4D2CF;
  display: inline-block;
  font-size: 16px;
  line-height: 1.48;
  margin: 0 8px;
  padding: 0 0 0 12px;
}

/* アイコンのコンテナ（土台） */
.accordion-toggle {
  display: block;
  height: 20px;
  min-width: 20px;
  position: relative;
  width: 20px;
}

/* 「＋」の縦棒と横棒の共通スタイル */
.accordion-toggle::before,
.accordion-toggle::after {
  background-color: #4d4639;
  border-radius: 9999px;
  content: "";
  display: block;
  height: 2.5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all .3s;
  width: 12.5px;
}

/* 横棒（ー）を作成 */
.accordion-toggle::after {
  transform: translate(-50%, -50%);
}

/* 縦棒（｜）を作成 */
.accordion-toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}


/* activeクラスが付いた時（開いた時）のスタイル */
/* 縦棒を回転させて横棒と重ねる */
.accordion-toggle.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* 横棒はそのまま */
.accordion-toggle.active::after {
  transform: translate(-50%, -50%);
}

.accordion-content {
  display: none;
  font-size: 16px;
  padding: 8px 0 16px 0;
  line-height: 1.48;
  border-top: 1px solid #ddd;
  margin: 0 16px;
}

.white-btn {
  align-items: center;
  border: 1px solid #e0dfdd;
  display: flex;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 80px;
  cursor: pointer;
  height: 56px;
  justify-content: center;
  margin: 24px auto 0 auto;
  width: 263px;
  font-size: 16px !important;
}

@media screen and (min-width: 744px) {
  .section-question .wrap {
    padding: 40px 0;
  }
}

/* section-notice */
.footer-wrap {
  margin: auto;
  padding: 24px 24px 40px 24px;
}

.another-dacnt {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0px auto 24px auto;
  width: 263px;
}

.another-dacnt p {
  color: #CC0000;
  font-size: 14px;
  font-weight: 600;
}

/* notice */
.section-notice {
  background-color: #E8E4DF;
}

.notice1 {
  display: flex;
  margin: 0 0 16px;
  padding: 24px 0 0;
}

.notice2 {
  display: flex;
}

.rule {
  border-top: 1px dashed #B2B1AF;
}

.rules {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.48;
  color:#3D3D3D !important;
}

.border {
  border-left: 1px solid #B2B1AF;
  margin: 0 16px;
}

#border2,
#border4 {
  border-left: none;
  padding: 0;
}

#rule2,
#rule4 {
  border-right: none;
}

@media screen and (min-width: 744px) {
  .notice1 {
    margin: 0;
  }

  .notice2 {
    display: flex;
    padding: 24px 0 0;
  }

  .rule {
    display: flex;
    justify-content: center;
    border-top: 1px dashed #B2B1AF;
  }

  #border2 {
    border-right: 1px solid #B2B1AF;
  }

  #border4 {
    padding-left: none;
  }

  .personal {
    display: none;
  }
}

/* float buttom */
.float {
  height: 80px;
}

.float_wv {
  height: 80px;
}

/* ボタンの親要素のスタイル */
.btn-area {
  align-items: baseline;
  background: rgba(247, 245, 243, 0.94);
  bottom: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 12px 24px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

/* 2つのボタンに共通する基本スタイル */
.responsive-button {
  display: block;
  flex-basis: 0;
  flex-shrink: 1;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.red-btn {
  flex-grow: 201;
  font-size: 24px;
  background-color: #CC0000;
  border-radius: 80px;
  color: white;
}

.login {
  flex-grow: 118;
  background-color: transparent;
  color: #CC0000;
}

@media screen and (max-width: 345px) {
  .float {
    height: 82px;
  }

  .btn-area {
    padding: 12px 16px;
  }

  .red-btn {
    font-size: 20px;
  }
  
  #Footer {
  	margin-bottom: 30px;
  }
}

@media screen and (min-width: 744px) {
  .btn-area {
    justify-content: center;
    margin: 0 auto;
  }

  .responsive-button {
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-basis: auto;
    justify-content: center;
  }

  .red-btn {
    flex: none;
    font-size: 24px;
    font-weight: bold;
    max-height: 72px;
	min-height: 72px;
    max-width: 193px;
	min-width: 193px;
  }

  .login {
    height: 72px;
    width: 118px;
  }
  
  #Footer {
  	margin-bottom: 5px;
  	display: block;
  }
}

div#Contents {
	line-height: 1;
}

.responsive-button_wv {
  display: block;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.red-btn_wv {
  background-color: #CC0000;
  border-radius: 80px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  height: 56px;
  padding: 16px 28px;
  width: 263px;  
}

.annotation {
	font-size: 10.5px;
}

@media ( max-width : 768px) {
	.annotation {
		font-size: 8.5px;
	}
}

section {
	padding: 0px 0px;
}

.btn-area_wv {
  align-items: baseline;
  background: rgba(247, 245, 243, 0.94);
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 12px 24px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

img{
	-webkit-transition:all 0s ease;	
}

/* section-error */
.section-error {
  background-color: #F0EEEC;
}

.section-error .wrap {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-error-text {
  color: #CC4E00;
  line-height: 1.48;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}