@charset "utf-8";

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

section .inner {
  padding: 0 6.4vw;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
p,
li {
  line-height: 1.48;
  color: #3d3d3d;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-size: 4.27vw;
  font-weight: 400;
}

a {
  color: #CC0000;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a.link {
  text-decoration: underline;
  font-weight: 600;
  position: relative;
}

a.link {
  text-decoration: underline;
}

a.link.icon.icon_type4 {
  font-weight: 400;
  padding-right: 4.8vw;
}

a.link.icon::after {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  width: 0.92307692307em;
  height: 0.92307692307em;
  position: absolute;
  font-size: inherit;
  margin-left: 0.25em;
  bottom: 0.21428571428em;
  display: inline;
}

a.link.icon.icon_type1::after {
  background-image: url('/assets/images/link_type1.png');
}

img {
  width: 100%;
}

ul.note li,
ol.note li,
ul.dot li,
ol.num li {
  margin-top: 1.06666vw;
  font-weight: 300;
}

span.bold {
  font-weight: 600;
}

/* ul.note */
ul.note li {
  color: #707070;
  font-size: 2.93333vw;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ul.note li::before {
  content: '※';
  font-size: inherit;
  margin-right: 0.5em;
}

/* ol.note */
ol.note {
  counter-reset: number 0;
}

ol.note li {
  color: #707070;
  font-size: 2.93333vw;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ol.note li::before {
  counter-increment: number 1;
  content: '※' counter(number);
  font-size: inherit;
  margin-right: 0.5em;
}

/* ul.dot */
ul.dot li {
  color: #707070;
  font-size: 2.93333vw;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ul.dot>li::before {
  content: '・';
  font-size: inherit;
  margin-right: 0.5em;
}

/* ol.num */
ol.num {
  counter-reset: number 0;
}

ol.num li {
  color: #707070;
  font-size: 2.93333vw;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ol.num li::before {
  counter-increment: number 1;
  content: counter(number)'.';
  font-size: inherit;
  margin-right: 0.5em;
}

/* .btn */
.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70.13333vw;
  height: 14.93333vw;
  border-radius: 9999px;
  background-color: #FCFCFC;
  position: relative;
  margin: auto;
}

.btn_text {
  font-size: 4.26666vw;
  color: #4D4639;
  text-align: center !important;
  line-height: 1.32;
  font-weight: 600;
}

.btn::after {
  content: '';
  background-position: center;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4vw;
  margin: auto 0;
}

/* .btn.btn_type1 */
.btn.btn_type1 {
  border: 0.2666666vw solid #E0DFDD;
  box-sizing: border-box;
}

/* .btn.btn_type2 */
.btn.btn_type2 {
  background-color: #CC0000;
}

.btn.btn_type2 .btn_text {
  color: #ffffff;
}

/* .btn.icon_type1 */
a.link.icon.icon_type1 {
  padding-right: 4.8vw;
}

.btn.icon_type1::after {
  background-image: url('/assets/images/btn_arrow.png');
  width: 4.26666vw;
  height: 4.26666vw;
}

.btn.icon_type1 .btn_text {
  margin-right: 4.26666vw;
}

/* .btn.icon_type2 */
.btn.icon_type2::after {
  background-image: url('/assets/images/link_type2.png');
  width: 3.2vw;
  height: 3.2vw;
}

.btn.icon_type2 .btn_text {
  margin-right: 3.2vw;
}

/* .btn.icon_type3 */
.btn.icon_type3::after {
  background-image: url('/assets/images/link_type3.png');
  width: 3.2vw;
  height: 3.2vw;
}

.btn.icon_type3 .btn_text {
  margin-right: 3.2vw;
}

/* .btn.icon_type4 */

a.link.icon.icon_type4::after {
  background-image: url('/assets/images/link_type4.png');
  display: inline-block;
  bottom: 0;
}

/* .btn.icon_type5 */
.btn.icon_type5::after {
  background-image: url('/assets/images/link_type5.png');
  width: 4.8vw;
  height: 4.8vw;
}

.btn.icon_type5 .btn_text {
  margin-right: 3.2vw;
}

/* .bubble */
.bubble_wrap {
  text-align: center;
  position: relative;
  padding-bottom: 2vw;
}

.bubble {
  display: inline-block;
  padding: 0 3.2vw;
  background-color: #E06666;
  border-radius: 9999px;
}

.bubble_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.93vw;
  color: #ffffff;
  font-size: 3.2vw;
}

.bubble::after {
  content: '';
  background-image: url('/assets/images/tail.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

/* .slash */
.slash_wrap {
  text-align: center;
}

.slash_wrap .slash {
  position: relative;
  display: inline-block;
}

.slash_wrap .slash::before,
.slash_wrap .slash::after {
  content: '';
  background-color: #2B2B2B;
  width: 0.4vw;
  height: 5.33333vw;
  border-radius: 9999px;
  position: absolute;
  bottom: 0;
}

.slash_wrap .slash::before {
  transform: rotate(-20deg);
  left: -0.6em;
}

.slash_wrap .slash::after {
  transform: rotate(20deg);
  right: -0.6em;
}

.slash_wrap .slash p {
  font-size: 3.73333vw;
  font-weight: 600;
}

/* .float_bottom */
.float_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 2.133333vw 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.94);
  box-sizing: border-box;
}

.float_bottom .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 93.6vw;
  margin: 0 auto;
}

.float_bottom .btn {
  width: 45.86666vw;
  margin-bottom: 0;
}

.float_bottom .btn_text {
  font-size: 4.26666vw;
}

.float_bottom .btn_text span {
  font-size: 3.2vw;
}

.float_bottom .slash_wrap {
  margin-bottom: 1.06666vw;
}

.float_bottom .slash_wrap .slash p {
  font-size: 3.73333vw;
}

.float_bottom .slash_wrap .slash::before,
.float_bottom .slash_wrap .slash::after {
  width: 0.2666666vw;
  height: 4.53333vw;
}

/* modal */
/* モダールの背景固定 */
body {
  overflow-y: scroll;
}

body.modalLock {
  position: fixed;
  left: 0;
  width: 100%;
}

.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal {
  background-color: rgba(0, 0, 0, 0.40);
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}

.modal_open:hover {
  opacity: 0.8;
  cursor: pointer;
}

.modal__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 92%;
  max-width: 92vw;
  background-color: #fff;
  border-radius: 2.13vw;
  padding: 6.4vw;
  height: min-content;
  max-height: 80vh;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: clip;
}

.modal__item img.dots {
  display: block;
  width: 0.8vw;
  margin: 8px auto;
}

.modal__item img {
  width: 100%;
  margin: 0 auto 4.2666vw;
}

.modal__item h3 {
  font-size: 4.8vw;
  font-weight: 600;
  margin: 0 auto 4.2666vw;
  text-align: left;
}

.modal__item.modal_calc-platinum01 h3 {
  padding-right: 10.666vw;
}

.modal__item h4 {
  font-size: 4.267vw;
  font-weight: 600;
  margin: 0 auto 4.2666vw;
  text-align: left;
}

.modal__item p {
  font-size: 4.267vw;
  text-align: center;
}

.modal__item p span {
  color: #CC0000;
  font-weight: 600;
}

.modal__item p.lead {
  background-color: #F7F5F5;
  padding: 1.06666vw 0;
  border-radius: 2666.4vw;
  font-size: 3.73vw;
  font-weight: 600;
  text-align: center;
  margin-top: 4.27vw;
}

.modal__item .note {
  margin-bottom: 5.333vw;
  text-align: left;
}

.modal__button {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 5.867vw;
  height: 5.867vw;
  background-image: url('/assets/images/icon-cross.png');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.modal__button:hover {
  opacity: 0.6;
}

.modal__item .note:not(:first-of-type) {
  counter-reset: note-counter;
}

.modal__item .caption {
  font-size: 2.933vw;
  margin-bottom: 1.066vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  section .inner {
    max-width: 1020px;
    width: 90%;
    padding: 0;
  }

  h2 {
    font-size: 36px;
    line-height: 1.48;
    margin-bottom: 40px;
  }

  p {
    font-size: 16px;
  }

  ul.note li,
  ol.note li,
  ul.dot li,
  ol.num li {
    margin-top: 0;
  }

  /* ul.note */
  ul.note li,
  ol.note li,
  ul.dot li,
  ol.num li {
    font-size: 12px;
  }

  /* .btn */
  .btn {
    width: 263px;
    height: 56px;
  }

  .btn_text {
    font-size: 16px;
  }

  .btn::after {
    right: 16px;
  }

  /* .btn.btn_type1 */
  .btn.btn_type1 {
    border: 2px solid #E0DFDD;
  }

  /* .btn.icon_type1 */
  a.link.icon.icon_type1 {
    padding-right: 16px;
  }

  .btn.icon_type1::after {
    width: 16px;
    height: 16px;
  }

  .btn.icon_type1 .btn_text {
    margin-right: 8px;
  }

  /* .btn.icon_type2 */
  .btn.icon_type2::after {
    width: 12px;
    height: 12px;
  }

  .btn.icon_type2 .btn_text {
    margin-right: 12px;
  }

  /* .btn.icon_type3 */
  .btn.icon_type3::after {
    width: 12px;
    height: 12px;
  }

  .btn.icon_type3 .btn_text {
    margin-right: 12px;
  }

  /* .btn.icon_type4 */
  a.link.icon.icon_type4 {
    padding-right: 16px;
  }

  /* .btn.icon_type5 */
  .btn.icon_type5::after {
    width: 16px;
    height: 16px;
  }

  .btn.icon_type5 .btn_text {
    margin-right: 16px;
  }

  /* .bubble */
  .bubble_wrap {
    padding-bottom: 6px;
  }

  .bubble {
    padding: 0 13px 0 15.5px;
  }

  .bubble_text {
    height: 32px;
    font-size: 15px;
  }

  .bubble::after {
    width: 7.64px;
    height: 6.75px;
  }

  /* .slash */
  .slash_wrap .slash::before,
  .slash_wrap .slash::after {
    width: 1.5px;
    height: 20px;
    top: auto;
    bottom: -2px;
  }

  .slash_wrap .slash::before {
    left: -0.5em;
  }

  .slash_wrap .slash::after {
    right: -0.5em;
  }

  .slash_wrap .slash p {
    font-size: 20px;
  }

  /* .header */
  .header {
    background-color: #ffffff;
  }

  .header .inner {
    max-width: 1280px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
  }

  .header a {
    display: inline-block;
  }

  .header img {
    width: 280px;
  }

  /* .float_top */
  .float_top {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 16px 40px;
    z-index: 100;
    background-color: #F0EEEC;
    box-sizing: border-box;
  }

  .float_top .btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 376px;
    margin: 0 0 0 auto;
  }

  .float_top .btn {
    width: 180px;
    height: 38px;
  }

  .float_top .btn_text {
    font-size: 14px;
  }

  .float_top .btn_wrap a:first-of-type .btn_text {
    font-size: 12px
  }

  /* slick */
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  /* .float_bottom */
  .float_bottom {
    padding: 8px 0;
  }

  .float_bottom .btn_wrap {
    width: 496px;
  }

  .float_bottom .btn {
    width: 240px;
  }

  .float_bottom .btn_text {
    font-size: 16px;
  }

  .float_bottom .btn_text span {
    font-size: inherit;
  }

  .float_bottom .slash_wrap {
    margin-bottom: 4px;
  }

  .float_bottom .slash_wrap .slash p {
    font-size: 14px;
  }

  .float_bottom .slash_wrap .slash::before,
  .float_bottom .slash_wrap .slash::after {
    width: 1px;
    height: 15px;
    bottom: 2px;
  }

  .float_bottom .slash_wrap .slash::before {
    left: -0.5em;
  }

  .float_bottom .slash_wrap .slash::after {
    right: -0.5em;
  }

  /* modal */
  .modal {
    width: 100%;
    height: 100%;
  }

  .modal__item {
    width: 90%;
    width: 736px;
    top: 0;
    padding: 56px;
    max-height: 90vh;
    border-radius: 10px;
  }

  .modal__image {
    margin: 0 auto 24px;
  }

  .modal__text {
    font-size: 20px;
    margin: 0 auto 12px;
  }

  .modal__subtext {
    font-size: 16px;
    margin: 0 auto 12px;
  }

  .modal__text-xs {
    font-size: 12px;
  }

  .modal__button {
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
  }

  .modal__item h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 16px;
  }

  .modal__item h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 16px;
  }

  .modal__item img {
    display: block;
    max-width: 290px;
    margin: 0 auto 16px;
  }

  .modal__item p.lead {
    background-color: #F7F5F5;
    padding: 12px 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .modal__item img.dots {
    width: 3px;
  }

  .modal__item p {
    font-size: 18px;
  }

  .modal__item .note {
    margin-bottom: 24px;
  }

  .modal__item .caption {
    font-size: 11px;
    margin-bottom: 4px;
  }

}

.disclaimer {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Noto Sans JP', sans-serif;
}

.disclaimer a.link {
  color: #CC0000;
  font-size: inherit;
  line-height: 1.48;
}

.disclaimer a.link.icon {
  position: relative;
  padding-right: 1.39090909091em;
}

.disclaimer a.link.icon::after {
  content: '';
  background-image: url(/assets/inc/footer/images/icon_link.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 0.85714285714em;
  height: 0.85714285714em;
  position: absolute;
  font-size: inherit;
  margin-left: 0.25em;
  bottom: 0.21428571428em;
  display: inline;
}

.disclaimer .notes {
  padding: 10.66666vw 6.4vw 8.53333vw;
  background-color: #F7F5F3;
}

.disclaimer .notes_inner {
  background-color: #FFF;
  padding: 8.52878vw 6.4vw;
  border-radius: 3.2vw;
  height: 106.663113vw;
  overflow-y: scroll;
  overflow-x: hidden;
}

.disclaimer .notes h2,
.disclaimer .notes h3,
.disclaimer .notes h4 {
  font-weight: bold;
}

.disclaimer .notes h2 {
  text-align: left;
  font-size: 4.8vw;
}

.disclaimer .notes h2:not(:first-of-type) {
  margin: 6.4vw 0 4.26666vw;
}

.disclaimer .notes h3 {
  font-size: 4.26666vw;
  line-height: 1.48;
  margin: 6.4vw 0 4.26666vw;
}

.disclaimer .notes h4.fs_lg {
  font-size: 4.26666vw;
}

.disclaimer .notes h4 {
  margin: 4.26666vw 0 3.2vw;
}

.disclaimer .notes h5 {
  margin: 2.133333vw 0 0;
}

.disclaimer .notes h5.dot {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}

.disclaimer .notes h5.dot::before {
  content: '';
  background-color: #3D3D3D;
  font-size: inherit;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.53333vw;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.disclaimer .notes ul.dot>li {
  text-indent: -1.57142857143em;
  padding-left: 1.57142857143em;
  margin-top: 2.133333vw;
}

.disclaimer .notes ul.dot>li::before {
  content: '・';
  font-size: inherit;
  margin-right: 0.571429em;
}

.disclaimer .notes h4,
.disclaimer .notes h5,
.disclaimer .notes p,
.disclaimer .notes ul.dot li {
  font-size: 3.73333vw;
  line-height: 1.48;
}

.disclaimer p+p {
  margin-top: 1em;
}

.footer .copy {
  padding: 8.52878vw 0;
  text-align: center;
  background-color: #F0EEEC;
}

.footer .copy p {
  font-size: 3.2vw;
  color: #706B61;
}

@media screen and (min-width: 768px) {
  .disclaimer .notes {
    padding: 40px;
  }

  .disclaimer .notes_inner {
    padding: 32px 40px;
    border-radius: 12px;
    max-width: 900px;
    height: 454px;
    margin: 0 auto;
  }

  .disclaimer .notes h2 {
    font-size: 18px;
  }

  .disclaimer .notes h2:not(:first-of-type) {
    margin: 36px 0 14px;
  }

  .disclaimer .notes h3 {
    font-size: 16px;
    margin: 24px 0 16px;
  }

  .disclaimer .notes h4.fs_lg {
    font-size: 16px;
  }

  .disclaimer .notes h4 {
    margin: 16px 0 12px;
  }

  .disclaimer .notes h5 {
    margin: 16px 0 0;
  }

  .disclaimer .notes h5.dot::before {
    width: 0.571428em;
    height: 0.571428em;
    border-radius: 2px;
  }

  .disclaimer .notes ul.dot>li {
    margin-top: 4px;
  }

  .disclaimer .notes h4,
  .disclaimer .notes h5,
  .disclaimer .notes p,
  .disclaimer .notes ul.dot li {
    font-size: 14px;
  }

  .footer .copy {
    padding: 40px 0;
  }

  .footer .copy p {
    font-size: 12px;
  }
}