*,
*::before,
*::after {
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none;
  }
}

.w90 {
  margin: 10px auto;
}

@media screen and (max-width:767px) {
  .w90 {
    width: 92%;
  }
}

@media screen and (min-width:768px) {
  .w90 {
    width: 90%;
    max-width: 700px
  }
}

.content-set {
  min-height: unset;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}

.wrapper {
  padding-bottom: 1px;
  background-color: #fff;
}

.wrapper a:hover,
.wrapper a:hover img {
  opacity: 0.8;
}


.fv_outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.tokuten4_outer {}

.anshin_outer {}

.plan_outer {}

.plan_outer .apply_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  height: 2.3em;
  background-color: #f95d80;
  border-radius: 10px;
  position: relative;
}

.plan_outer .apply_btn::after {
  content: "";
  display: flex;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}

@media screen and (max-width:767px) {
  .plan_outer dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 95%;
  }
}

@media screen and (min-width:768px) {
  .plan_outer dl {}
}

.plan_outer dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  margin-top: 7px;
  width: 49%;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 10px;
  position: relative;
}

.plan_outer dl dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #fcee21;
  border-right: 0;
  position: absolute;
  right: -12px;
}

@media screen and (min-width:768px) {
  .plan_outer dl dt {
    display: none;
  }
}

.plan_outer dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-top: 7px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #0064b4;
  border-radius: 10px;
}

@media screen and (max-width:767px) {
  .plan_outer dl dd {
    width: 49%;
  }
}

.plan_outer dl dd:last-of-type {
  font-size: 12.4px;
}

.plan_outer .plan_title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #0064b4;
}

@media screen and (max-width:767px) {
  .plan_order_box {
    margin-bottom: 25px;
  }
}

@media screen and (min-width:768px) {
  .plan_order_box {
    padding: 0 5px;
    width: 25%;
  }
}

@media screen and (max-width:767px) {
  .plan_midashi_pc {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .plan_order_outer {
    display: flex;
  }

  .plan_midashi_pc {
    padding-top: 2.3em;
    width: 25%;
  }

  .plan_midashi_pc div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    margin-top: 7px;
    width: 100%;
    height: 50px;
    background-color: #f2f2f2;
    border-radius: 10px;
    position: relative;
  }

  .plan_midashi_pc div:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #fcee21;
    border-right: 0;
    position: absolute;
    right: -12px;
  }
}

.plan_h {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.plan_h img {
  width: 25%;
}

@media screen and (min-width:768px) {
  .plan_h img {
    margin-bottom: -40px;
    width: 155px;
  }
}

.plan_h p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 75%;
}

@media screen and (min-width:768px) {
  .plan_h p {
    font-size: 46px;
    width: calc(100% - 155px);
  }
}

.plan_h p span {
  font-size: 16px;
  text-indent: -0.5em;
}

@media screen and (min-width:768px) {
  .plan_h p span {
    font-size: 30px;
  }
}

.p_bnr_outer {
  margin: 50px auto;
}

.p_bnr_outer p {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.topa_outer {
  padding: 40px 0;
}

.return_outer {
  margin: 50px auto;
}

.return_outer p {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width:768px) {
  .return_outer div {
    text-align: center;
    margin: 0 auto;
    width: 50%;
  }
}


.ttl-set {
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  text-align: center;
}

.ttl-set h2 {
  font-weight: 700;
  font-size: 2.2rem;
}


.cart_btn_outer {
  background-color: #29D1EC;
}

.cart_btn_outer .inner {
  text-align: center;
  margin: 0 auto;
  padding: 15px 0 1px;
  width: 90%;
  max-width: 990px;
}

.cart_btn_outer .inner .box-innerpad {
  padding: 0;
}

.cart_btn_outer .inner .cart_btn {
  margin-bottom: 20px;
}

.bg_pink_outer {
  text-align: center;
  padding: 30px 0 0;
  background-color: #FEF0F0;
}

.tokucho_outer {
  position: relative;
  margin: -80px auto 10px;
  padding-top: 150px;
  padding-bottom: 50px;
}

@media screen and (max-width:767px) {
  .tokucho_outer {
    margin: 0 auto 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.tokucho_outer .tokucho_inner {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.tokucho_outer img {
  width: 100% !important;
}

.tokucho_outer h2 {
  margin-bottom: 25px;
}

.bg_pink_outer .inner {
  margin: 0 auto;
  /*padding: 30px 0 0;
  width: 90%;*/
}

.caution_outer {
  margin-top: 30px;
}

.caution_outer h2 {
  color: #4B4040;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width:767px){
  .caution_outer h2 {
    font-size: 20px;
  }
}

.tokute4_outer .inner {
  width: 90%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.tokute4_outer .inner img {
  margin-bottom: 20px;
}

.voice_outer {
  margin-top: 50px;
  padding-bottom: 1px;
}

.voice_outer h2 {
  color: #4B4040;
  font-size: 28px;
}

@media screen and (min-width:768px) {
  .voice_outer h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.voice_slick_outer {
  margin: 0 auto;
  width: 85%;
}

@media screen and (min-width:768px) {
  .voice_slick_outer .voice_slick_item {
    margin: 0 10px;
  }
}

.bg_pink_outer .voice_slick_outer img {
  width: 100%;
}

.voice_slick_outer .slick-prev::before,
.voice_slick_outer .slick-next::before {
  color: #000;
}

.voice_slick_outer .slick-prev,
.voice_slick_outer .slick-next {
  z-index: 1;
}

.voice_slick_outer .slick-dots li button::before {
  font-size: 10px;
}

_ .bg_pink_outer .inner img {
  margin-bottom: 20px;
}

.bg_pink_outer img {
  /* width: 92%; */
}

.item_casset_outer {
  margin-top: -80px;
}


@media screen and (min-width:768px) {
  .item_casset_flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*.item_casset_outer+.item_casset_flex {
  margin: -50px auto 0;
}*/

.item_casset_flex .item {
  position: relative;
}

@media screen and (max-width:767px) {
  .item_casset_flex .item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

@media screen and (min-width:768px) {
  .item_casset_flex .item_imadake {
    width: 100%;
  }

  .item_casset_flex .item_imadake img {
    margin-bottom: 20px;
    width: 100%;
  }

  .item_casset_flex .item {
    width: 30%;
  }

  .item_casset_flex .item:nth-of-type(2) {}

  .item_casset_flex .item:nth-of-type(3) {}

  .item_casset_flex .item:nth-of-type(1) {}
}

.item_casset_flex .item .cart_btn {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 1%;
}

.item_imadake {
  text-align: center;
  margin: 20px auto -10px;
}

.item_imadake img {
  width: 55%;
  max-width: 350px;
}

.bnr_outer {
  margin: 50px auto;
  width: 90%;
  max-width: 1045px;
}

.bnr_outer>div:not([class]) {
  margin-top: 20px;
}

.rakuraku_outer {
  text-align: center;
  margin: 30px auto;
  max-width: 1045px;
}

.rakuraku_outer img {
  width: 90%;
}

.sukkiri_outer {
  text-align: center;
  margin: 30px auto;
  max-width: 1045px;
}

.sukkiri_outer img {
  width: 100%;
}

.flow_outer h2 {
  color: #4B4040;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 20px;
}

@media screen and (min-width:768px){
  .flow_outer h2 {
    font-size: 36px;
  }
}

img {
  vertical-align: bottom;
}

.maincp_outer {
  width: 90%;
}



.movie_block .title_img {
  margin: 40px auto 5px;
  width: 90%;
  max-width: 600px;
}

.movie_block .movie_outer {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 600px;
  aspect-ratio: 16 / 9;
}

.movie_block .movie_outer video {
  width: 100%;
}


.cp202509cloth_outer {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

.cp202509cloth_text {
  margin-bottom: 10px;
  width: 90%;
}

.cp202509cloth_img {}

@media screen and (min-width:768px) {
  .cp202509cloth_outer {
    margin: 60px auto 25px;
  }
}

/* .item_casset_flex.newitem_add {
  padding-bottom: 30px;
} */

@media screen and (max-width:767px) {
  .newitem_add {
    flex-flow: column;
  }
}

@media screen and (min-width:768px) {
  .newitem_add {
    max-width: 810px;
  }

  .newitem_add .item {
    /* width: 47%; */
    width: calc((100% - 47px) / 2);
  }

  /* .newitem_add .item:nth-of-type(3) {
    margin-top: 70px;
  } */

  /* .newitem_add .item:nth-of-type(4) {
    margin-top: 70px;
    position: relative;
  } */

  /* .newitem_add .item:nth-of-type(4) .catch {
    width: 80%;
    position: absolute;
    top: -50px;
    left: 10%;
  } */
}



.youtube {
  position: relative;
}

.youtube .fab {
  /*classがfabのアイコンに対して*/
  position: absolute;
  top: 42%;
  left: 42%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: rgba(128, 128, 128, 0.6);
  font-size: 80px;
}

.youtube img {
  width: 100%;
}

.box10 {
  padding: 0.3em 1.2em;
  margin: 0;
  color: #464646;
  /*文字色*/
  background: #FFF;
  border: solid 3px #EA618B;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
}

.box10 p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}


.under-line-yellow {
  background: linear-gradient(transparent 60%, #FFF7AD 20%);
}

.bg-35 {
  background-color: #FEF8F8;
}

.plan_outer .plan_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 3em;
  /*background-color:#1f8be1;*/
  line-height: 1.4;
}

.plan_outer .plan_title.tokuten {
  background-color: #ed2821;
  flex-flow: column;
}

@media screen and (min-width: 768px) {
  .plan_midashi_pc {
    padding-top: 4.2em;
  }

  .plan_outer .plan_title {
    height: 3.3em;
  }
}

.plan_outer .apply_btn {
  width: 95%;
  height: 2.9em;
  border-radius: 3em;
}


.footer__btn {
  width: calc(100vw / var(--vw) * 360);
  height: calc(100vw / var(--vw) * 65);
  margin: 50px auto;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #008fe2;
  font-family: "NotoSansJpBold";
  border: 1px solid #008fe2;
  border-radius: 9999px;
  text-decoration: none;
  font-size: calc(100vw / var(--vw) * 20);
  background-color: #fff;
  width: 90%;
  height: 3em;
  font-size: 18px;
  max-width: 400px;
}




.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
}

.floating-banner:hover {
  opacity: .9;
}

.floating-banner .banner {
  width: 300px;
  /* バナーの横幅 */
  padding: 5px;
  /*background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%);*/
  /* バナーの背景色 */
  background-color: #fff;
  color: #0c68b0;
  /* バナー内の文字色 */
  font-weight: bold;
  text-align: center;
}

.floating-banner a {
  text-decoration: none;
  /* リンクに下線が入らないように */
}

.copy {
  font-size: 28px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.cta {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  /*background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%);*/
  /* ボタンの背景 */
  background-color: #e63658;
  color: #fff;
  /*box-shadow: 0px 0px 30px #2984BA;*/
  /* ボタンの影 */
  border-radius: 25px;
  margin: 0
}

@media screen and (max-width: 990px) {
  .floating-banner {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .floating-banner {
    display: inline-block;
  }

  .floating-banner .banner {
    width: 100vw;
    padding: 5px 0 0;
  }

  .sp {
    display: none;
  }

  .copy {
    font-size: 18px;
    margin: 0 auto 6px;
  }

  .cta {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
}

.cp_air3000_text {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin: 20px auto 5px;
  line-height: 1.4;
}

@media screen and (min-width:768px) {
  .cp_air3000_text {
    font-size: 32px;
  }
}

.cp250612_outern {
  margin: 10px auto;
  width: 90%;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .cp250612_outern {
    margin: 70px auto 30px;
    width: 90%;
    max-width: 600px;
  }
}




.lp_cp_bnr_slick {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.lp_cp_bnr_slick.slick-initialized {
  opacity: 1;
}

.lp_cp_bnr_slick_item {
  margin: 0 10px;
}

.slick-prev {
  left: -15px;
}

.slick-next {
  right: -15px;
}

.lp_cp_bnr_slick .slick-prev::before,
.lp_cp_bnr_slick .slick-next::before {
  color: #ccc;
}

.lp_cp_bnr_slick .slick-dots li button::before {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .coupon-banner .coupon-code {
    font-size: 2rem !important;
  }
}

.btn_henkou {
  width: 77vw;
  position: absolute;
  top: 108.6vw;
  left: calc(50% - 38.5vw);
}

@media screen and (min-width: 768px) {
  .btn_henkou {
    width: 50%;
    max-width: 605px;
    top: clamp(10px, 71vw, 789px);
    left: calc(50% - clamp(10%, 25%, 296.5px));
  }
}

@media screen and (min-width: 768px) {
  .cart_btn_outer .inner {
    padding: 15px 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .cp202509cloth_outer {
    margin: 60px auto 80px;
  }
}

@media screen and (max-width: 990px) {
  .cart_btn_outer .maincp_outer {
    width: 100%;
  }
}