@media (max-width: 1300px) {
  .point-citation {
    display: none;
  }
  .point-citation-box-mb {
    display: block;
    background: #EEEADC;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .Container {
    max-width: 100%!important;
  }
}
@media (max-width: 1050px) {
  .overview-br {
    display: block;
  }
  .overview-titlebox {
    display: none;
  }
  .overview-titlebox-mb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto 50px auto;
  }
  .overview-companybox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 15px;
  }
  .overview-titlelogo {
    filter: brightness(0) saturate(100%);
  }
  .overview-h3 {
    background: black;
    color: white;
    width: fit-content;
    margin: 0px auto 30px auto;
    padding: 0 20px 5px 20px;
    border-radius: 10px;
  }
}

@media screen and (max-width:991px){
  .top-txbox {
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .pros-row {
    flex-direction: column;
  }
  .pros-box {
    max-width: 700px;
    margin: 0 auto;
  }
  .pros-imgbox {
    margin: 10px auto 20px auto;
    max-width: 500px;
  }
  .pros-imgbox:first-child {
    margin-top: 0;
  }
  .pros-title {
    height: auto;
    display: block;
  }
  /****points***/
  .point-img-graph {
    aspect-ratio: 1;
  }
  .modalWrapper {
    height: 60vh;
  }
  /****thanks****/
  .thanks-bg-img {
    width: 300px;
  }
}

@media screen and (max-width:900px){
  .top-txbox {
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .top-subtitle {
    font-size: 24px;
  }
  .top-title {
    font-size: 24px;
  }
  .top-left-tx {
    font-size: 14px;
  }
  .top-left-bg {
    width: 150px;
    height: 150px;
  }
  .top-middle-borderbox {
    border-top: 1.5px solid;
    border-bottom: 1.5px solid;
  }
  .top-middle-bordertx {
    font-size: 20px;
  }
  .top-middle-pricetx {
    font-size: 20px;
  }
  .top-middle-pricenumber {
    font-size: 80px;
  }
  .top-amazon-img {
    width: 90px;
  }
}


@media screen and (max-width:768px){
  header, footer {
    padding: 5px 10px;
  }
  h1 {
  	font-size: 26px;
  }

  h2 {
  	font-size: 22px;
  }

  h3 {
  	font-size: 18px;
  }

  h4 {
  	font-size: 16px;
  }
  p {
    font-size: 13px;
  }
  .font30 {
  	font-size: 22px;
  }
  .font24 {
  	font-size: 20px;
  }
  .font20 {
  	font-size: 16px;
  }
  .font16 {
  	font-size: 13px;
  }
  .font14 {
  	font-size: 12px;
  }
  .mbtm30-20 {
  	margin-bottom: 20px;
  }
  .p-mgn {
  	margin-bottom: 15px;
  }
  .section {
  	padding: 40px 0px;
  }
  .section-titlebox {
  	margin: 0 auto 30px auto;
  }
  .section-subtitle {
  	margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
  }
  .Container {
  	padding: 0 20px;
  }

  /*----------Header----------*/
  .header-logo {
  	width: 130px;
  }
  .header-logo2 {
  	display: none !important;
  }
  .top-bg-img-pc, .top-bg-img-mb {
  	display: none;
  }
  .top-bg-img-tb {
    display: block;
  }
  .top-detailbox {
    display: none;
  }
  .top-detailbox-mb {
    display: flex;
    margin: 10px auto 0 auto;
    gap: 5px;
  }
  .top-subtitle {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 2px 10px;
  }
  .top-title {
    font-size: 24px;
    line-height: 1.4;
    text-shadow: 0 0 10px white;
    gap: 0;
    margin: 10px 0 0 0;
    font-weight: 700;
  }
  .title-big {
    font-size: 135%;
  }
  .top-left-tx {
    font-size: 14px;
  }
  .top-left-bg {
    width: 100%;
    height: 100%;
    background: transparent;
  }
  .top-left-outline {
    border: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 3px 10px;
  }
  .top-middle-borderbox {
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-middle-bordertx {
    font-size: 18px;
    color: #AF9D5C;
  }
  .top-middle-pricetx {
    font-size: 16px;
  }
  .top-middle-pricenumber {
    font-size: 60px;
  }
  .top-amazon-img-mb {
    display: block;
  }
  .top-amazon-img-pc {
    display: none;
  }
  .top-amazon-img {
    width: 50px;
  }
  .top-txbar-tx {
    font-size: 13px;
    padding: 5px 10px;
  }
  .top-point-tx {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
  }
  .btn-blue {
    width: 280px;
    height: 50px;
  }
  .btn-blue-link {
    font-size: 16px;
  }
  .condition-popup-link {
    text-align: center;
    font-size: 12px;
  }
  .top-pointbar {
    gap: 10px;
  }
  .top-point-img {
    width: 100%;
  }
  .top-pointbox {
    width: 30%;
  }
  /****problem****/
  .problem-img {
    width: 160px;
  }
  .problem-txbox {
    padding: 30px 30px 50px 30px;
  }
  .problem-check-icon {
    width: 20px;
  }
  .problem-tx{
    font-size: 14px;
  }
  .section-triangle:after {
    border-width: 15vw 50vw 0 50vw;
  }
  /****overview****/
  .overview-bg {
    width: 250px;
  }
  .overview-titlelogo {
    width: 200px;
  }
  .section-overview {
    padding: 23vw 0px 80px 0px;
    padding-bottom: 40px;
  }
  .overview-h3 {
    margin-bottom: 20px;
    border-radius: 5px;
padding: 5px 20px 8px 20px;
  }
  .overview-titlebox-mb {
    margin-bottom: 40px;
 }
 .section-overview .section-title {
   line-height: 1.6;
 }
 .section-title-coname {
   line-height: 1!important;
   font-size: 95%;
 }
 .overview-tx {
   line-height: 1.8;
 }
 .overview-titlelogo {
   width: 160px;
 }
 .overview-h3 {
 	margin-top: 40px;
 }
 /****pros*****/
 .pros-box {
  padding: 15px 15px 20px 15px;
 }
 .pros-number {
   font-weight: 700;
   font-size: 60px;
 }
 /***points****/
 .points-box {
   flex-direction: column;
 }
 .point-img-graph {
   aspect-ratio: auto;
 }
 .points-txbox {
   width: 100%;
   max-width: 500px;
 }
 .points-imgbox {
   width: 100%;
   max-width: 400px;
 }
 .points-number {
   font-size: 150px;
   margin-top: -24px;
 }
 .points-title {
   text-align: center;
 }
 .points-box {
   padding: 30px 20px;
   gap: 20px;
 }
 .voice-title {
   margin: 15px 0 5px 0;
 }
 /****cta*****/
 .cta-title {
   padding: 2px 15px 3px 15px;
 }
 .cta-gift-tx-mb {
   color: white;
font-weight: 600;
display: block;
text-align: center;
margin: 7px 0 -10px 0;
 }
 .cta-gift-tx {
   display: none;
 }
 .cta-price-number {
   font-size: 47px;
 }
 .cta-amazon-img {
   width: 60px;
 }
 .footer-logo {
 	width: 120px;
 }
 .fixed-amazon-img {
   width: 45px;
 }
 /****thanks****/
 .thanks-btnbox {
   flex-direction: column;
   margin: 40px auto 0 auto;
   gap: 20px;
   width: fit-content;
 }
 .br-mb {
 	display: block;
 }
 .br-pc {
 	display: none;
 }
 .thanks-btn-black, .thanks-btn-white {
   height: 50px;
 }
 .thanks-bg-img {
   width: 250px;
 }
}

@media screen and (max-width:500px){
.top-bg-img-pc, .top-bg-img-tb {
  display: none;
}
.top-bg-img-mb {
  display: block;
}
/***problem****/
.section-problem {
  padding-bottom: 0;
}
.problem-txbox {
  padding: 20px 15px 50px 15px;
}
.problem-img {
    width: 120px;
}
/***voice***/
.voice-box {
  margin: 0 5px;
  padding: 20px 15px;
}
.slick-next {
  right: -17px!important;
}
.slick-prev:before, .slick-next:before {
  font-size: 20px!important;
}
.section-voice .Container {
  max-width: 98%!important;
}
.slick-dots li button:before {
  font-size: 8px!important;
}
.slick-dots {
  bottom: -30px!important;
}
.slick-prev {
  left: -17px!important;
}
.footer-cr {
	font-size: 8px;
}
.fixed-amazon-img {
  width: 35px;
}
.modalWrapper {
  padding: 20px 15px;
  width: 90%;
}
.modalContents {
  gap: 15px;
}
.thanks-tx {
  font-size: 14px;
}
.thanks-link-white, .thanks-link-black {
	font-size: 13px;
}
.thanks-title {
  margin-bottom: 30px;
}
.thanks-btnbox {
  margin-top: 30px;
}
.thanks-bg-img {
  width: 200px;
}
}
@media screen and (max-width:425px){
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
  .font30 {
    font-size: 20px;
  }
  .top-middle-bordertx {
    font-size: 18px;
  }
  .overview-h3 {
    font-size: 16px;
  }
  .section-overview .Container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .overview-bg {
    width: 200px;
  }
  .overview-titlebox-mb {
    margin: 20px auto 40px auto;
  }
  .overview-h3 {
  	margin-top: 0px;
  }
}
