@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");

html{
  scroll-padding-top: 210px;
}

.stretch-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* 20250806 */
.l-section  {
  padding: 20px 0;
}
.ff-oswald {
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.mv-area  {
  background: #FFEFF1;
  background-image: url(/cp/shitadori/images/mv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.floating-menu-wrap {
  background: #f4f5f8;
}
.floating-menu  {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.floating-menu li {
  width: calc((100% - 80px) / 3);
  padding: 10px 0;
}
.floating-menu-flex-wrap.is-fixed {
  position: fixed;
  top: 63px;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #f4f5f8;
}
.floating-menu-wrap.is-fixed .floating-menu li {
  width: calc((90% - 220px) / 3);
}
.mv-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px 90px 20px 90px;
  border-radius: 0px 0px 20px 20px;
}
.shitadori-catch,
.shitadori-catch-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.shitadori-catch-right p  {
  position: relative;
  left: 0px;
  font-size: clamp(1rem, 2.5vw, 1.9375rem) !important;
  text-align: left;
  line-height: 26px;
  width: fit-content;
}
.shitadori-catch-right p span  {
  position: relative;
  top: 20px;
  display: block;
  text-align: right;
  font-size: 12px;
  margin-right: 5px;
}
.shitadori-catch {
  text-align: center;
}
.shitadori-fukidashi-wrap {
  width: clamp(200px, 45vw, 363px);
  margin-left: 10px;
}
.shitadori-fukidashi {
  display: inline-block;
  position: relative;
  padding: clamp(10px, 3vw, 18px) clamp(30px, 10vw, 84px);
  border: 1.5px solid #e60021;
  border-radius: clamp(20px, 5vw, 40px);
  color: #e60021;
  font-size: clamp(0.8rem, 2.5vw, 1.3rem);
  font-weight: bold;
  background: #fff;
}
.triangle-wrap  {
  position: relative;
  top: 12px;
  width: clamp(200px, 40vw, 363px);
  z-index: 10;
}
.shitadori-fukidashi-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #e60021;
  border-bottom: 0px solid transparent;
  position: relative;
}
.shitadori-fukidashi-triangle::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 13px solid #ffffff;
}
.shitadori-price {
  width: clamp(250px, 45vw, 410px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.shitadori-price-label {
  font-size: 1.5rem;
  color: #000;
  writing-mode: vertical-rl;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.shitadori-price-num {
  font-size: clamp(2.5rem, 8vw, 5.625rem);
  color: #e60021;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  letter-spacing: 1px;
}
.shitadori-price-en-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 4px;
}
.shitadori-price-soutai {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 0;
}
.shitadori-price-en {
  font-size: 3.125rem;
  color: #e60021;
  font-weight: bold;
  line-height: 1;
  margin-left: 0;
}
.shitadori-catch-right {
  display: flex;
  flex-direction: column;
}
.shitadori-catch-right img  {
  position: relative !important;
  top: -20px;
}

.accordion-title-conditions {
  border: none;
  padding: 0px 45px 0px 15px;
  margin: 0;
}
.bg-color {
  background-color: #FFF7F7;
}
.simu-visible {
  overflow: visible;
}
.tab-list {
  border-bottom: 3px solid #ff0033;
}
.tab-list-item, .tab-list-item-2  {
  width: 49%;
  margin: 0 3px;
  background-color: #e2e2e2;
  border-radius: 15px 15px 0 0;
  color: #000;
}
.tab-list-item.is-active, .tab-list-item-2.is-active  {
  background-color: #ff0033;
  color: #fff;
  border-bottom: 0;
}
.tab-list-item.is-active:after, .tab-list-item-2.is-active:after  {
  height: auto;
  bottom: auto;
}
.tab-target-item {
  overflow: visible;
}
.question-mark {
  display: block;
  padding: 0;
  margin: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #0b5bce;
  font-family: Arial;
  font-size: 1.6rem;
  line-height: 22px;
  border: 1px solid #0b5bce;
  background-color: #fff;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  position: relative;
  top: 5px;
  left: 5px;
  text-decoration: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.result  {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.result-ttl {

}
.good-item , .notgood-item , .list-price-item-title {
  color: #fff !important;
  padding: 10px 0 !important;
}
.tooltip-box  {
  width: 350px;
}
.tooltip-box p  {
  font-size: 14px !important;
}
.tooltip-box li {
  font-weight: normal;
  font-size: 14px !important;
  margin-bottom: 10px;
}
.good-item  {
  background-color: #000;
  text-align: center;
}
.notgood-item {
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: #86888a;
}
.wbox {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  color: #ff0033;
  width: 100%;
}
.wbox h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.wbox span {
  font-size: 22px;
}
.js-shitadori-price-area .row {
  margin-left: 0;
  margin-right: 0;
}
.result-price {
  font-size: 40px !important;
}

.begginerstepflow-box {
  position: relative;
  padding: 80px 50px 50px;
}
.begginerstepflow-box-num {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #FF0033;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding-top: 20px;
  border-radius: 50%;
}
.begginerstepflow-box-num span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.begginerstepflow-box-arrow {
  text-align: center;
  padding: 20px 0 50px;
}
.begginerstepflow-iconimage img {
  max-width: 400px;
}
.area_footer_btn {
  z-index: 2;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
}
.area_footer_btn-inner  {
  margin: 0 auto;
}
.area_footer_btn-inner .box  {
  border: none;
  padding: 0;
  background: inherit;
}
.btn-footer-width {
  width: 100%;
}
.btn-footer-width a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-legacy-l a {
  min-width: auto;
}
.area_footer_btn p {
  color: #fff;
}
.area_footer_btn-read {
  font-size: 17px;
}

@media (max-width: 980px) {
  .mv-price {
    padding: 30px 60px 20px 60px;
  }
  .shitadori-catch-right img {
    right: -20px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .mv-price {
    padding: 10px 40px 10px 40px;
  }
  .floating-menu-flex-wrap.is-fixed {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #f8f8f8;
  }
  .mv-price {
    display: block;
    flex-direction: column;
  }
  .shitadori-fukidashi-wrap{
    width: 85%;
    margin: 0 auto;
  }
  .shitadori-fukidashi-triangle {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 17px solid #e60021;
    border-bottom: 0px solid transparent;
    position: relative;
    z-index: 5;
  }
  .shitadori-fukidashi-triangle::after  {
    top: -18px;
    border-top: 14px solid #ffffff;
  }
  .triangle-wrap  {
    width: auto;
  }
  .shitadori-fukidashi  {
  display: block;
  font-size: 14px;
  }
  .shitadori-catch-right {
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
  }

  .shitadori-price  {
    width: auto;
    justify-content: center;
    margin-top: -10px;
  }
  .shitadori-price-label {
    font-size: 16px;
  }
  .shitadori-price-num  {
    font-size: 60px;
  }
  .shitadori-price-en {
    font-size: 26px;
  }
  .shitadori-price-soutai {
    font-size: 12px;
  }
  .shitadori-catch-right p  {
    font-size: 19px !important;
    text-align: center;
    padding: 0 0 15px 0;
    line-height: 1;
    width: fit-content;
    margin: 0 auto;
  }
  .shitadori-catch-right p span {
    top: 15px;
  }
  .shitadori-catch-right img  {
    right: 0;
    top: 0;
    width: 70%;
    margin: 0 auto;
  }
  .floating-menu li {
    width: calc((100% - 0px) / 3);
    padding: 10px 0;
  }
  .floating-menu-wrap.is-fixed .floating-menu li {
    width: calc((100% - 0px) / 3);
  }
  .l-footer-control {
    display: none !important;
  }
  .tab-list-item, .tab-list-item-2  {
    width: 50%;
    margin:0;
  }
  .wbox h4 {
    font-size: 15px;
  }
  .result-price {
    font-size: 26px !important;
  }
  .begginerstepflow-box {
    margin: 0 -20px;
    padding: 60px 20px 20px;
    border-right: none;
    border-left: none;
  }
  .begginerstepflow-box-num {
    width: 60px;
    height: 60px;
    top: -30px;
    font-size: 13px;
    padding-top: 12px;
  }
  .begginerstepflow-box-num span {
    font-size: 24px;
    padding-top: 2px;
  }
  .begginerstepflow-iconimage img {
    max-width: 100%;
  }
  .begginerstepflow-box-arrow {
    text-align: center;
    padding: 15px 0 40px;
  }
  .area_footer_btn {
    height: auto;
    padding: 18px 0 0 0;
  }
  .area_footer_btn-read {
    font-size: 13px;
  }
  .col-md-12  {
    max-width: 50%;
  }
  .btn-footer-width a {
    margin-bottom: 10px;
    height: auto;
  }
  .formselect {
    font-size: 12px;
  }
}
/* 20250806 */