@charset "utf-8";

html {
    font-size: 62.5%;
}

body {
    color: #444;
    font-family: 'Noto Sans JP', sans-serif,
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    background-color:#f2f2f2;
    overflow-x: hidden;
    margin: 0;
}

.m-text {
    font-family: 'Anton', sans-serif;
    font-size: 7rem;
    padding-top: 10rem;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
    margin-top: 0px;
}


.s-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3rem;
    margin-bottom: 5rem;
}

.header-in {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: 1s;
}

header .header-in-scroll {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.head-img {
    filter: drop-shadow(20 20 20 #333);
}

.header-in a {
    background-image: linear-gradient(-90deg, #FF006E, #FFD500);
    transition: .5s;
    background-size: 200%;background-image: linear-gradient(to right, rgb(255,212,0) 0%,rgb(255,109,54) 100%);
    color: #fff;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    padding: 21px 20px 21px 17px;
    position: relative;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
}

.header-in a:hover {
    background-position: right center;
}

  #page_top{
    width: 5rem;
    height: 5rem;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #FFD500;
    opacity: 0.3;
    border-radius: 50%;
    margin-bottom: 3%;
    margin-right: 3%;
    z-index: 1000;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 5rem;
    height: 5rem;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 4rem;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -1rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }


.first-view {
    width: 100%;
    height: 80.6rem;
    background: url(../img/f-bg.jpg);
    background-size: cover;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.f-j{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: inherit;
    width: 100%;
    max-width: 70%;
    justify-content: center;
}

.f-i {
    margin-left: auto;
    position: relative;
    width: 70%;
}

.f-i img{
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
}

.f-j p {
   margin-left: auto;
   font-size: 1.7rem;
   line-height: 2;
   margin-top: 62px;
   text-align: left;
   width: 50%;
   font-weight: bold;
   margin-right: 5%;
}


/* 商品説明 */

.sec-view {
    text-align: center;
    width: 100%;
}

.container {
    display: flex;
    justify-content: center;
    margin-bottom: 7%;
}

.item {
    width: 45%;
    margin-right: 3%;
}

.i-text {
    text-align: left;
    color: #3f3f3f;
    margin-bottom: 30px;
    font-size: 1.7rem;
    border-bottom: solid 1px #dfdfdf;
    font-weight: bold;
}

.i-container {
    display:flex;
    align-items: center;
    margin-bottom: 10px;
}

.l-container {
    display: flex;
    flex-flow: row-reverse;
    margin-bottom: 10rem;
}

.i-t {
    margin-left: 4px;
}

.l-item {
    width: 45%;
    margin-right: auto;
    margin-left: 3%;
}

.con-i{
    display: block;
    margin:auto;
}


/* 特典 */

.pr {
    text-align: center;
}

.pr-t {
    font-size: 3rem;
}

.pr-item {
    border-top: solid 1px #3f3f3f;
    margin: 0 30;
    width: 35%;
    padding-top: 30px;
}

.pr-item2 {
    border-top: solid 1px #3f3f3f;
    margin: auto;
    width: 40%;
    padding-top: 30px;
}

.pr-container {
    display: flex;
    width:100%;
    justify-content: center;
    margin-bottom: 50px;
}
s
.pr-container div img {
    display: block;
    margin: auto;
}

.pr-tx {
    margin-left: 20px;
    text-align: left;
}

.pr-q {
    font-size: 1.7rem;
    margin-bottom: 2rem;
}


.main {
    width: 80%;
    margin: auto;
    margin-bottom: 6rem;
}

.main img {
    margin-left: 20px;
    display: block;
}

.ma-con {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.m-t {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 8rem;
}

.s-t {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    width: 40rem;
    background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.m-k {
    font-size: 3rem;
    padding: 2rem 1rem;
    border: 2px solid #333;
}

.m-le {
    text-align: left;
}

video {
    width: 500px;
}

/* 値段 */

.price {
    text-align: center;
    margin-bottom: 100px;
}

.tri {
    border-top: 70px solid rgb(255,212,0);
    border-right: 90px solid transparent;
    border-bottom: 90px solid transparent;
    border-left: 90px solid transparent;
    display: inline-block;
}

.p-img {
    margin-bottom: 80px;
    width: 80%;
}

.p-p {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 5rem 0;
    line-height:6rem;
}

.p-p span {
    border-bottom:solid;
    border-color:#FF0000;
    border-width:10px
}

.p-img2{
    display: block;
    margin: auto;
    margin-bottom: 100px;
    width: 70%;
}

.price a{
    display: inline-block;
    text-align: center;
    font-size: 3rem;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 4px;
    background-image: linear-gradient(-90deg, #FF006E, #FFD500);
    transition: .5s;
    background-size: 200%;
    box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}

.price a:hover {
  background-position: right center;
}

.price2 {
    background-image: url(../img/bb.png);
    background-size: cover;
    text-align: center;
    color: white;
    padding: 10rem 0;
}

.price2 p {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 4rem 0;
}

.move2 {
    display: inline-block;
    text-align: center;
    font-size: 3rem;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 4px;
    background-image: linear-gradient(-90deg, #FF006E, #FFD500);
    transition: .5s;
    background-size: 200%;
    box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}

/* 保証 */

.good {
    background-image: url(../img/bg-good.png);
    background-size: cover;
}

.g-con {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    margin: auto;
    width: 60%;
}

.g-con img {
    border-radius: 5%;
    box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}

.g-con p{
    margin-left: 30px;
}

.g-con2 {
    display:flex;
    flex-direction: column;
}

.g-t {
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
}

.g-u {
    font-size: 1.7rem;
}

.g-c {
    margin:auto;
    text-align: left;
    margin-top: 60px;
    padding-bottom: 50px;
}

.g-ct {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.g-cu {
    font-size: 1rem;
}

/* リスク０ */

.risk {
    background-image: url(../img/bb.png);
    color: #f1f1f1;
    background-size: cover;
}

.r-d {
    text-align: center;
    padding: 10rem 0;
}

.r-l {
    font-size:5rem;
    text-decoration: underline;
    font-weight: bold;
    margin: 30px 0;
    text-underline-position: under;
}

.r-m {
    font-size: 4.5rem;
    font-weight: bold;
}

.r-s {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* お客さんの声 */

.review {
    text-align: center;
    background-color: #ddd;
    box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076);
}

.re-con {
    display: flex;
    justify-content: center;
}

.re-item {
    margin-left: 7rem;
    margin-right: 7rem;
    margin-bottom: 10rem;
    width: 60%;
    background-color: #f3f3f3;
    border: solid 3px #ccc;
    box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}

.re-con p{
    font-size: 1.7rem;
}

.re-con2{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #444;
}

.re-con2 p{
    display: inline-block;
    margin-left: 1rem;
    font-size: 2rem;
}

.re-t {
    font-size: 1.7rem;
}

/* Q%A */

.faq {
    text-align: center;
}

.f-cp {
    text-align: left;
    padding-bottom: 100px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
    width: 80%;
    box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086);
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
    background-color: white;
}
.cp_qa label {
	font-size: 2.5rem;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1.7rem;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 4.7rem;
    right: 15%;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

/* フッター */

footer {
    text-align: center;
    background-color: #999;
    color: #f3f3f3;
}

footer a{
    color: #f3f3f3;
    font-size: 1.3rem;
}

.f-p {
    border-right: 1px solid #f3f3f3;
    margin-right: 3px;
    padding-right: 3px;
}

.f-d {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top:130px;
    padding-bottom: 20px;
}

.f-d2 {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 1441px) {

    html {
        font-size: 130%;
    }

    .head-img {
        height: 100px;
    }

    .g-con img {
        height: 150px;
        width: 150px;
    }

    #page_top a::before{
        top: -2rem;
        right: 1rem;
    }
}

@media screen and (max-width:768px) {

    html {
        font-size: 48%;
    }

}

@media screen and (max-width:426px) {

    html {
        font-size: 50%;
    }

    header{
        background-color: red;
    }

    .head-img {
        height: 56px;
    }

    .first-view {
        background-image: url(../img/f-bgss.png);
        height: 900px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .f-i {
        margin-left: 0;
        width: 100%;
    }

    .f-j {
        display:block;
        padding-top: 120px;
        max-width: 90%;
    }

    .f-j p {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        font-size: 1.3rem;
    }

    .container {
        display: block;
    }

    .l-container {
        display: block;
    }

    .l-item {
        width: 80%;
        margin: auto;
    }

    .con-i {
        width: 60%;
        margin-top: 10rem;
        margin-bottom: 4rem;
    }

    .item {
        width: 80%;
        margin: auto;
    }

    #page_top {
        width: 7rem;
        height: 7rem;
    }

    /* 商品 */

    .p-img {
        width: 80%;
    }

    .p-img2 {
        width: 80%;
    }

    /* 特典 */
    .pr-container {
        display: block;
        margin-bottom: 0;
    }

    .pr-item {
        width: 80%;
        padding-bottom: 10rem;
        padding-top: 10rem;
    }

    .pr-item2 {
        width: 80%;
        padding-top: 10rem;
    }

    .p-img {
        width: 80%;
    }

    .p-img2 {
        width: 80%;
    }

    .s-t {
        font-size: 2.8rem;
        width: 15rem;
    }

    .m-k {
        font-size: 2rem;
    }
    

    /* 保証 */

    .g-con {
        width: 80%;
    }
    
    .g-con img {
        width: 65px;
        height: 65px;
    }

    .g-ct {
        width: 80%;
        margin: auto;
    }

    .g-cu {
        width: 80%;
        margin: auto;
    }.g-u {
        font-size: 1.5rem;
    }

    .r-d {
        width: 90%;
        margin: auto;
    }

    .r-l {
        font-size: 4rem;
    }

    .r-s {
        font-size: 2rem;
    }

    .r-m {
        font-size: 3rem;
    }

    /* 声 */

    .re-con {
        display: block;
    }

    .re-item {
        width: 80%;
        margin: auto;
        margin-bottom: 5rem;
    }

    .cp_qa label {
        font-size: 1.8rem;
        padding: 10px 40px 0 20px;
    }

    .cp_qa .cp_actab-content {
        margin: 0 20px;
    }

}