@charset "UTF-8";
/* CSS Document */

body{
  font-family:"Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}


.logo {
  width: 336px;
  margin: 0 auto;
}
@media screen and (max-width:750px) {
  .logo{
    width:56vw;
    margin-left: 5.333vw;
  }
}


section {
  max-width: 800px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width:750px) {
  section {
    width:89.333vw;
  }
}

h1{
  margin: 0 auto 60px;
  width: 718px;
}
@media screen and (max-width:750px) {
  h1{
    margin-bottom: 6.533vw;
    width: 100%;
  }
}
h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:750px) {
  h2 {
    font-size: 5.067vw;
    line-height: 1.57;
  }
}
h3{
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width:750px) {
  h3{
    font-size: 4.533vw;
    line-height: 1.5;
  }
}
p{
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width:750px) {
  p{
    font-size: 3.467vw;
    line-height: 1.8;
  }
}
header{
  padding: 24px 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 64px;
}
@media screen and (max-width:750px) {
  header{
    padding: 5.333vw 0 5.067vw;
    border-bottom: 0.267vw solid #CCCCCC;
    margin-bottom: 13.067vw;
  }
}

.intro{
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .intro{
    margin-bottom: 12vw;
  }
}
.intro h2{
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .intro h2 {
    margin-bottom: 6.8vw;
  }
}
.lp_desc{
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .lp_desc{
    margin-bottom: 12vw;
  }
}


.caution h3{
  color: #fff;
  background: #CC0000;
  padding: 12px 0 12px 16px;
  
}
@media screen and (max-width:750px) {
  .caution h3{
    font-size: 4.533vw;
    line-height: 1.3;
    padding: 3.467vw 0 3.6vw 4.267vw;
  }
}
.caution .list{
  color: #CC0000;
  font-weight: bold;
  border: 2px solid #CC0000;
  padding: 30px 32px;
}
@media screen and (max-width:750px) {
  .caution .list{
    border: 0.533vw solid #CC0000;
    padding: 5.333vw 5.333vw 4.133vw 5.333vw;
  }
}
.caution .list p{
  text-indent: -1em;
  padding-left: 1em;
}



.term_and_product{
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .term_and_product{
    margin-bottom: 12vw;
  }
}
.term_and_product >div:not(:last-of-type){
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .term_and_product >div:not(:last-of-type){
    margin-bottom: 12vw;
  }
}
.term_and_product >div h3{
  margin-bottom: 30px;
}
@media screen and (max-width:750px) {
  .term_and_product >div h3{
    margin-bottom: 4.667vw;
  }
}
.term_and_product >div p{
  text-indent: -1em;
  padding-left: 1em;
}
.term_and_product .line-ap p {
  text-indent: unset;
  padding-left: 0;

}

.caution p, .term_and_product p, .confirmation_required p {
  margin-bottom: 18px;
}
.caution p:last-child, .term_and_product p:last-child, .confirmation_required p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:750px) {
  .caution p, .term_and_product p, .confirmation_required p {
    margin-bottom: 15px;
  }
}

.term_and_product .product p:not(:last-of-type){
  margin-bottom: 28px;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width:750px) {
  .term_and_product .product p:not(:last-of-type){
    margin-bottom: 6.267vw;
  }
}
.term_and_product .product p span{
  font-weight: bold;
}
.term_and_product p span.small {
  font-weight: normal;
  font-size: .81rem;
}

.product .catalog-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:750px) {
  .product .catalog-list {
    display: block;
  }
}
.product .catalog-list .item{
  width: 46%;
  margin-bottom: 32px;
}
.product .item-single {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width:751px) {
  .product .catalog-list .item:nth-last-child(-n+1){
    margin-bottom: 0;
  }
}
@media screen and (max-width:750px) {
  .product .catalog-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .product .item-single {
    width: 100%;
  }  
}

.confirmation_required{
  margin-bottom: 81px;
}
@media screen and (max-width:750px) {
  .confirmation_required{
    margin-bottom: 12.8vw;
  }
}
.confirmation_required h2{
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 35px 0;
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .confirmation_required h2{
    border-top: 0.267vw solid #CCCCCC;
    border-bottom: 0.267vw solid #CCCCCC;
    padding: 6.133vw 0 6.4vw;
    margin-bottom: 12vw;
  }
}
.confirmation_required h3{
  margin-bottom: 20px;
}
@media screen and (max-width:750px) {
  .confirmation_required h3{
    margin-bottom: 4.667vw;
  }
}
.privacy_link{
  margin: 36px 0 72px;
  text-decoration: underline;
}
@media screen and (max-width:750px) {
  .privacy_link{
    margin: 6.667vw 0 11.2vw;
  }
}

.line_wrap p{
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width:750px) {
  .line_wrap p{
    font-size: 4.533vw;
  }
}
.above_btn{
  margin-bottom: 20px;
}
@media screen and (max-width:750px) {
  .above_btn{
    margin-bottom: 3.6vw;
  }
}
.line_btn{
  width: 560px;
  margin: auto;
  background: #06C755;
  color: #fff;
  border-radius: 90px;
}
@media screen and (max-width:750px) {
  .line_btn {
    width:80vw;
  }
}
.line_btn a{
  display: block;
  padding: 36px 0;
}
@media screen and (max-width:750px) {
  .line_btn a{
    padding: 5.6vw 0;
  }
}

footer{
  border-top: 1px solid #CCCCCC;
  text-align: center;
  padding: 40px 0 39px;
}
@media screen and (max-width:750px) {
  footer{
    border-top: 0.267vw solid #CCCCCC;
    padding: 7.467vw 0 7.2vw;
  }
}
footer div{
  width: 336px;
  margin: 0 auto 17px;
}
@media screen and (max-width:750px) {
  footer div{
    width: 56vw;
    margin: 0 auto 4.933vw;
  }
}
footer p{
  font-size: 13px;
}
@media screen and (max-width:750px) {
  footer p{
    font-size: 2.933vw;
  }
}
.info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.info .info-detail{
  width: 48%;
}
.info .info-detail .info-detail-img {
  width: 212px;
  margin: 0 auto;
}
.info .info-detail .info-detail-area {
  background-color: #FFFFCC;
  border-radius: 8px;
  width: 100%;
  padding: 32px 24px;
  position: relative;
  margin-top: 16px;
}
.info .info-detail .info-detail-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #ffffcc;
  translate: -50% -100%;
}
.info .info-detail .info-detail-area .title {
  background-color: #CC0000;
  padding: 6px;
  text-align: center;
  color: #fff;
  width: 96px;
  margin: auto;
  border-radius: 90px;
  font-size: 16px;
  font-weight: bold;
}
.info .info-detail .info-detail-area .text {
  color: #000;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width:750px) {
  .info {
    display: block;
    width: 100%;
  }
  .info .info-detail{
    width: 100%;
    margin-top: 32px;
  }
  .info .info-detail .info-detail-img {
    width: 70%;
    margin: 0 auto;
  }
}

/* ボタンデザイン */
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s;
  background-color: #CC0000;
  margin: 30px auto;
}

.original-button::before, .original-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
  font-weight: bold;
}

.original-button::before {
  transform: translateY(-50%) rotate(30deg);
}

.original-button::after {
  transform: translateY(-50%) rotate(-30deg);
}
.original-button:hover {
  opacity: 0.5;
}
/* .original-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
.original-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
} */