@media screen and (min-width:900px) {
  html,body {
    margin: 0;
    color: #5a5657;
    background: #fff;
  }
  .lp202305 {
    padding-bottom: 12rem;
    background: #fff;
  }
  .lp_section {
    margin-bottom: 12rem;
  }
  .lp202305 .lp_section:last-child {
    margin-bottom: 0;
  }  
  .lp_box {
    width: 865px;
    max-width: 100%;
    margin: 0 auto;
  }
  .lp_001 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/booster/lp_main001.jpg) center center no-repeat;
    background-size: cover;
  }
  .lp_001 .catch_cover {}
  .lp_001 .catch {
    width: 960px;
    max-width: 100%;
    padding: 0 10vw;
    box-sizing: border-box;
  }
  .lp_001 .catch .message {
    color: #374060;
    font-size: 5.4rem;
    line-height: 1.3;
  }
  .lp_001 .catch .comment {
    margin-top: 10rem;
    font-size: 1.8rem;
  }
  .lp_004 .lp_image {
    width: 100%;
    height: 56.25vw;
    background: url(/wp-content/uploads/images/booster/lp_main002.jpg) top center no-repeat;
    background-size: cover;
  }
  .lp_box .product_list {
    text-align: center;
  }
  .lp_box .product_list .list {
    display: inline-block;
    text-align: center;
  }
  .lp_box .product_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  .lp_box .product_list .list .point {
    text-align: left;
  }
  .lp_box .product_list .list .point span {
    display: inline-block;
    padding: 0 1em;
    border: 1px solid #5a5657;
  }
  .lp_box .product_list .list .name {
    font-size: 2rem;
  }
  .lp_box .product_list .list .name span {
    font-size: 3rem;
  }
  .lp_box .product_list .list .price {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .lp_box .product_list .list .price span {
    margin: 0 .5em;
    font-size: 3rem;
  }
  .lp_box .product_list .list .btn {
    margin-top: 2rem;
    text-align: center;
  }
  .lp_box .product_list .list .btn a {
    display: inline-block;
    padding: 0 1em;
    font-size: 2.4rem;
    line-height: 5rem;
    border: 2px solid #5a5657;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  .lp_box .product_list .list .btn a:hover {
    color: #fff;
    background: #5a5657;
  }
  .lp_box .product_list .list .mark {
    text-align: center;
  }
  .lp_box .product_list .list .mark span {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    font-size: 2rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    background: #374060;
  }
  .lp_box .lp_voice .voice_title {
    position: relative;
    margin-bottom: 8rem;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    line-height: 6rem;
    border-radius: 10px;
    background: #374060;
  }
  .lp_box .lp_voice .voice_title:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    content: "";
    border-right: 20px solid transparent;
    border-top: 30px solid #374060;
    border-left: 20px solid transparent;
  }
  .lp_box .lp_voice .voice_list .list {
    padding: 5rem;
    border-radius: 20px;
    border: 5px solid #374060;
  }
  .lp_box .lp_voice .voice_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  .lp_box .lp_voice .voice_list .list .title_cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .lp_box .lp_voice .voice_list .list .title_cover .star {
    width: 200px;
    color: #c78d2f;
    font-size: 2.2rem;
    text-align: center;
  }
  .lp_box .lp_voice .voice_list .list .title_cover .star span {
    margin: 0 .1em;
  }
  .lp_box .lp_voice .voice_list .list .title_cover .title {
    width: calc(100% - 240px);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .lp_box .lp_voice .voice_list .list .comment {
    font-size: 1.6rem;
  }
  .lp_box .lp_voice .voice_list .list .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
  .lp_box .lp_description .description.center {
    text-align: center;
  }
  .lp_box .lp_description .description:nth-child(n+2) {
    margin-top: 8rem;    
  }
  .lp_box .lp_description .description .title {
    margin: 5rem 0;
    color: #374060;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .lp_box .lp_description .description .comment {
    margin: 5rem 0;
    font-size: 1.6rem;
  }
  .lp_box .lp_description .description .image {
    text-align: center;
  }
  .lp_box .lp_description .description .comment p:nth-child(n+2) {
    margin-top: 3rem;
  }
  .lp_box .lp_description .description .description_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .lp_box .lp_description .description .description_list .list:nth-child(n+2) {
    margin-top: 6rem;
  }
  .lp_box .lp_description .description .description_list .list .image {
    width: 280px;
  }
  .lp_box .lp_description .description .description_list .list .text {
    width: calc(100% - 340px);
  }
  .lp_box .lp_description .description .description_list .list .text .t_title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .lp_box .lp_description .description .description_list .list .text .t_title span {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    color: #374060;
    font-size: 2rem;
  }
  .lp_box .lp_description .description .description_list .list .text .t_title span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 2rem;
    height: 1px;
    background: #374060;
    transform:rotate(45deg); 
  }
  .lp_box .lp_description .description .description_list .list .text .t_title span:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    width: 2rem;
    height: 1px;
    background: #374060;
    transform:rotate(135deg); 
  }
  .lp_box .lp_description .description .description_list .list .text p {
    font-size: 1.6rem;
  }
  .lp_box .lp_faq .faq_title {
    margin: 5rem 0;
    color: #374060;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .lp_box .lp_faq .faq_title span {
    font-size: 4.5rem;
  }
  .lp_box .lp_faq .faq_list dl {
    padding-left: 2rem;
  }
  .lp_box .lp_faq .faq_list dt {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .lp_box .lp_faq .faq_list dt span {
    position: absolute;
    top: 0;
    left: -2rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }
  .lp_box .lp_faq .faq_list dd {
    margin-bottom: 5rem;
    padding: 3rem 0;
    font-size: 2rem;
    border-bottom: 1px solid #374060;
  }
  .lp_box .lp_faq .faq_list dd span {
    font-size: 2.5rem;
  }
  .lp_box .lp_faq .faq_list dd span.small {
    font-size: 1.7rem;
  }
.lp_box .lp_faq .faq_list .mark span {
    display: inline-block;
    padding: 0 1em;
    color: red;
    line-height: 3rem;
    border: 1px solid red;
    margin-bottom: 1rem;
  }
.lp_box .lp_faq .faq_list .mark span:nth-child(n+2) {
    margin-left: 1rem;
  }
  .lp_box .lp_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .lp_box .lp_product .image {
    width: 300px;
  }
  .lp_box .lp_product .text {
    width: calc(100% - 300px);
  }
  .lp_box .lp_product .text .product_title {
    margin-bottom: 6rem;
    font-size: 2rem;
  }
  .lp_box .lp_product .text .product_title span {
    font-size: 3rem;
  }
  .lp_box .lp_product .text .price_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lp_box .lp_product .text .price_list .list:nth-child(n+2) {
    margin-top: 6rem;
  }
  .lp_box .lp_product .text .regular {
    font-size: 1.6rem;
  }
  .lp_box .lp_product .text .regular span {
    font-weight: bold;
  }
  .lp_box .lp_product .text .price {
    font-size: 2rem;
  }
  .lp_box .lp_product .text .price span {
    margin: 0;
    font-size: 3rem;
  }
  .lp_box .lp_product .text .price span.c_red {
    color: #900;
  }   
  .lp_box .lp_product .text .mark span {
    display: inline-block;
    padding: 0 1em;
    color: #374060;
    line-height: 3rem;
    border: 1px solid #374060;
  }
  .lp_box .lp_product .text .mark span:nth-child(n+2) {
    margin-left: 1rem;
  }
  .lp_box .lp_product .text .btn {
    margin-top: 2rem;
    text-align: center;
  }
  .lp_box .lp_product .text .btn a {
    display: inline-block;
    padding: 0 1em;
    font-size: 2.4rem;
    line-height: 5rem;
    border: 2px solid #5a5657;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  .lp_box .lp_product .text .btn a:hover {
    color: #fff;
    background: #5a5657;
  }
}



@media screen and (max-width:899px) {
  html,html {
    background: #fff;
  }
  body {
    margin: 0;
    color: #5a5657;
    background: #fff!important;
  }
  .lp202305 {
    padding-bottom: 15rem;
    background: #fff;
  }
  .lp_section {
    margin-bottom: 5rem;
  }
  .lp202305 .lp_section:last-child {
    margin-bottom: 0;
  }
  .lp_box {
    margin: 0 4vw;
  }
  .lp_001 {
  }
  .lp_001 .catch_cover {}
  .lp_001 .catch {}
  .lp_001 .catch .message {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 120vw;
    padding: 0 4vw;
    box-sizing: border-box;
    background: url(/wp-content/uploads/images/booster/lp_main001sp.jpg) center center no-repeat;
    background-size: cover;
    
    color: #374060;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .lp_001 .catch .comment {
    padding: 8vw;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
  .lp_004 .lp_image {
    width: 100%;
    height: 110vw;
    background: url(/wp-content/uploads/images/booster/lp_main002sp.jpg) top right no-repeat;
    background-size: cover;
  }  
  .lp_box .product_list {
    text-align: center;
  }
  .lp_box .product_list .list {
    display: inline-block;
    text-align: center;
  }
  .lp_box .product_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  .lp_box .product_list .list .point {
    text-align: left;
  }
  .lp_box .product_list .list .point span {
    display: inline-block;
    padding: 0 1em;
    border: 1px solid #5a5657;
  }
  .lp_box .product_list .list .name {
    font-size: 1.4rem;
  }
  .lp_box .product_list .list .name span {
    font-size: 2rem;
  }
  .lp_box .product_list .list .price {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .lp_box .product_list .list .price span {
    margin: 0 .5em;
    font-size: 2rem;
  }
  .lp_box .product_list .list .btn {
    margin-top: 1rem;
    text-align: center;
  }
  .lp_box .product_list .list .btn a {
    display: inline-block;
    padding: 0 2em;
    font-size: 1.6rem;
    line-height: 4rem;
    border: 2px solid #5a5657;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  .lp_box .product_list .list .btn a:hover {
    color: #fff;
    background: #5a5657;
  }
  .lp_box .product_list .list .mark {
    text-align: center;
  }
  .lp_box .product_list .list .mark span {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    font-size: 1.6rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    background: #374060;
  }
  .lp_box .lp_voice .voice_title {
    position: relative;
    margin-bottom: 5rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 5px;
    background: #374060;
  }
  .lp_box .lp_voice .voice_title:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    content: "";
    border-right: 15px solid transparent;
    border-top: 25px solid #374060;
    border-left: 15px solid transparent;
  }
  .lp_box .lp_voice .voice_list .list {
    padding: 1.5rem;
    border-radius: 10px;
    border: 3px solid #374060;
  }
  .lp_box .lp_voice .voice_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  .lp_box .lp_voice .voice_list .list .title_cover {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .lp_box .lp_voice .voice_list .list .title_cover .star {
    order: 2;
    width: 100%;
    color: #c78d2f;
    font-size: 1.8rem;
    text-align: right;
  }
  .lp_box .lp_voice .voice_list .list .title_cover .star span {
    margin-left: .2em;
  }
  .lp_box .lp_voice .voice_list .list .title_cover .title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .lp_box .lp_voice .voice_list .list .comment {
    font-size: 1.4rem;
  }
  .lp_box .lp_voice .voice_list .list .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
  .lp_box .lp_description .description.center {
    text-align: center;
  }
  .lp_box .lp_description .description:nth-child(n+2) {
    margin-top: 5rem;    
  }
  .lp_box .lp_description .description .title {
    margin: 3rem 0;
    color: #374060;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .lp_box .lp_description .description .comment {
    margin: 3rem 0;
    font-size: 1.4rem;
  }
  .lp_box .lp_description .description .image {
    margin: 3rem 0;
    text-align: center;
  }
  .lp_box .lp_description .description .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
  .lp_box .lp_description .description .description_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  .lp_box .lp_description .description .description_list .list .image {
    width: 100%;
    margin-bottom: 3rem;
  }
  .lp_box .lp_description .description .description_list .list .image img {
    width: 100%;
  }
  .lp_box .lp_description .description .description_list .list .text {
  }
  .lp_box .lp_description .description .description_list .list .text .t_title {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .lp_box .lp_description .description .description_list .list .text .t_title span {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    color: #374060;
    font-size: 1.6rem;
  }
  .lp_box .lp_description .description .description_list .list .text .t_title span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1.5rem;
    height: 1px;
    background: #374060;
    transform:rotate(45deg); 
  }
  .lp_box .lp_description .description .description_list .list .text .t_title span:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    width: 1.5rem;
    height: 1px;
    background: #374060;
    transform:rotate(135deg); 
  }
  .lp_box .lp_description .description .description_list .list .text p {
    font-size: 1.4rem;
  }
  .lp_box .lp_faq .faq_title {
    margin: 5rem 0;
    color: #374060;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .lp_box .lp_faq .faq_title span {
    font-size: 3.5rem;
  }
  .lp_box .lp_faq .faq_list dl {
    padding-left: 2rem;
  }
  .lp_box .lp_faq .faq_list .mark span {
    display: inline-block;
    padding: 0 1rem;
    color: red;
    line-height: 2rem;
    border: 1px solid red;
    margin-bottom: 1rem;
  }
  .lp_box .lp_faq .faq_list .mark span:nth-child(n+2) {
    margin-left: 1rem;
  }
  .lp_box .lp_faq .faq_list dt {
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .lp_box .lp_faq .faq_list dt span {
    position: absolute;
    top: 0;
    left: -2rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .lp_box .lp_faq .faq_list dd {
    margin-bottom: 5rem;
    padding: 3rem 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #374060;
  }
  .lp_box .lp_faq .faq_list dd span {
    font-size: 2rem;
  }
  .lp_box .lp_faq .faq_list dd span.small {
    font-size: 1.2rem;
  }
  .lp_box .lp_product {}
  .lp_box .lp_product .image {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
  .lp_box .lp_product .image img {
    width: 50%;
  }
  .lp_box .lp_product .text {}
  .lp_box .lp_product .text .product_title {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .lp_box .lp_product .text .product_title span {
    font-size: 2rem;
  }
  .lp_box .lp_product .text .price_list .list {
    text-align: center;
  }
  .lp_box .lp_product .text .price_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  .lp_box .lp_product .text .regular {
    font-size: 1.4rem;
  }
  .lp_box .lp_product .text .regular span {
    font-weight: bold;
  }
  .lp_box .lp_product .text .price {
    font-size: 1.4rem;
  }
  .lp_box .lp_product .text .price span {
    margin: 0;
    font-size: 2rem;
  }
  .lp_box .lp_product .text .price span.c_red {
    color: #900;
  }  
  .lp_box .lp_product .text .mark span {
    display: inline-block;
    padding: 0 1em;
    color: #374060;
    line-height: 3rem;
    border: 1px solid #374060;
  }
  .lp_box .lp_product .text .mark span:nth-child(n+2) {
    margin-left: 1rem;
  }
  .lp_box .lp_product .text .btn {
    margin-top: 2rem;
    text-align: center;
  }
  .lp_box .lp_product .text .btn a {
    display: inline-block;
    padding: 0 2em;
    font-size: 1.6rem;
    line-height: 4rem;
    border: 2px solid #5a5657;  
  }
}