@charset "utf-8";

/*================================

:::::::::: firstview ::::::::::

================================*/

.firstview {
	position: relative;
	width: 100%;
	}

._premium .firstview {
	background-color: #F3EFE8;
	}

.firstview .inner{
	width: 100%;
                display: flex;
                flex-wrap: nowrap;
	}
@media screen and (max-width: 768px) {
.firstview .inner{
	width: 100%;
                display: block;
	}
                }

.firstview .inner .photo{
	width: 100%;
	}

.firstview .inner .photo img{
	width: 100%;
	}

.firstview .inner .text{
	width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
	}
@media screen and (max-width: 768px) {
.firstview .inner .text{
                padding: 3rem 0;
	}
                }

.firstview .inner .text{
	width: 100%;
	}

.firstview .inner .text h2{
                font-size: 2.2vw;
                line-height: 1em;
	}
@media screen and (max-width: 1024px) {
.firstview .inner .text h2{
                font-size: 1.5rem;
	}
                }

.firstview .inner .text img{
	width: 50%;
                margin-top: 3rem;
	}
@media screen and (max-width: 1024px) {
.firstview .inner .text img{
	width: 65%;
                margin-top: 2rem;
	}
                }
@media screen and (max-width: 1024px) {
.firstview .inner .text img{
	width: 65%;
	}
                }

.firstview .inner .text .check{
	width: 70%;
                margin-top: 3rem;
                padding-top: 3rem;
                border-top: 1px solid #dedede;
	}
@media screen and (max-width: 1024px) {
.firstview .inner .text .check{
	width: 80%;
                margin-top: 2rem;
                padding-top: 2rem;
	}
                }
@media screen and (max-width: 768px) {
.firstview .inner .text .check{
	width: 90%;
	}
                }

._premium .firstview .inner .text .check{
                border-top: 1px solid #C9C3B3;
	}

.firstview .inner .text .check p{
                text-align: center;
                font-size: 1.1rem;
	}

.firstview .inner .text .check ul{
                margin-top: 2rem;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.firstview .inner .text .check ul{
                margin-top: 1rem;
	}
                }

.firstview .inner .text .check ul li{
                text-align: center;
                line-height: 2em;
                font-size: 1.1rem;
                font-weight: normal;
	}

.firstview .inner .text .check ul li:before{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-size: contain;
                margin-right: .5rem;
	}

.firstview .inner .text .check.kata ul li:before{
	background: url(../images/icon-check-orange.svg) no-repeat;
	}
.firstview .inner .text .check.kubi ul li:before{
	background: url(../images/icon-check-green.svg) no-repeat;
	}
.firstview .inner .text .check.yoko ul li:before{
	background: url(../images/icon-check-blue.svg) no-repeat;
	}
.firstview .inner .text .check.premium ul li:before{
	background: url(../images/icon-check-gold.svg) no-repeat;
	}

/*================================

:::::::::: secondview ::::::::::

================================*/

.secondview {
	position: relative;
	width: 100%;
                display: flex;
                flex-wrap: nowrap;
	}
@media screen and (max-width: 768px) {
.secondview {
	width: 100%;
                flex-direction: column-reverse
	}
                }

._premium .secondview {
	background-color: #F3EFE8;
	}

.secondview .text{
	width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
	}
@media screen and (max-width: 768px) {
.secondview .text{
                padding: 3rem 0;
	}
                }

.secondview .text h3{
                font-size: 2rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 2000px) {
.secondview .text h3{
                font-size: 1.7vw;
                line-height: 1.8em;
	}
                }
@media screen and (max-width: 1024px) {
.secondview .text h3{
                font-size: 1.2rem;
	}
                }

.secondview .text p{
                margin-top: 2rem;
                font-size: 1rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 1024px) {
.secondview .text p{
                margin-top: 1rem;
                font-size: .9rem;
	}
                }
@media screen and (max-width: 768px) {
.secondview .text p{
                font-size: 1rem;
	}
                }

.secondview .photo{
	width: 100%;
                display: flex;
	}

.secondview .photo img{
	width: 100%;
	}

/*================================

:::::::::: reason ::::::::::

================================*/

.reason {
	position: relative;
	width: 100%;
                padding: 5rem 0;
                background-color: #f2f2f2;
	}
@media screen and (max-width: 768px) {
.reason {
                padding: 3rem 0;
	}
                }

._premium .reason {
                background-color: #E7E3DC;
	}

.reason .inner{
	width: 70%;
                max-width: 1000px;
                margin: auto;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.reason .inner{
	width: 80%;
	}
                }
@media screen and (max-width: 768px) {
.reason .inner{
	width: 90%;
                max-width: 90%;
	}
                }

.reason .inner h3{
                display: inline-block;
                font-size: 1.7rem;
                line-height: 1em;
                font-weight: 500;
                padding-bottom: 4px;
	}
@media screen and (max-width: 768px) {
.reason .inner h3{
                font-size: 1.5rem;
	}
                }

.reason .inner h3.orenge{
                border-bottom: 1px solid #FF9986;
	}
.reason .inner h3.green{
                border-bottom: 1px solid #009386;
	}
.reason .inner h3.blue{
                border-bottom: 1px solid #0065AB;
	}
.reason .inner h3.gold{
                border-bottom: 1px solid #81734E;
	}

.reason .inner .package{
                margin-top: 4rem;
                display: flex;
                flex-wrap: wrap;
                column-gap: 10%;
	}
@media screen and (max-width: 768px) {
.reason .inner .package{
                margin-top: 3rem;
                column-gap: 0;
                row-gap: 3rem;
	}
                }

.reason .inner .package .feature{
                position: relative;
                display: flex;
                flex-direction: column;
                width: 45%;
	}
@media screen and (max-width: 768px) {
.reason .inner .package .feature{
                width: 100%;
	}
                }

.reason .inner .package .feature div{
                display: flex;
                margin: auto;
                column-gap: .5rem;
                align-items: center;
	}

.reason .inner .package .feature div img{
                width: 1.5rem;
	}

.reason .inner .package .feature div span{
                font-size: 1.3rem;
                line-height: 1em;
	}

.reason .inner .package .feature img.image{
                margin-top: 2rem;
	}

.reason .inner .package .feature p{
                margin-top: 2rem;
                font-size: 1rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 768px) {
.reason .inner .package .feature p{
                margin-top: 1rem;
                line-height: 1.6em;
	}
                }


/*================================

:::::::::: block_point ::::::::::

================================*/

.block_point {
	position: relative;
	width: 100%;
                padding: 5rem 0 0;
	}
@media screen and (max-width: 768px) {
.block_point {
                padding: 3rem 0 0;
	}
                }

._premium .block_point {
	background-color: #F3EFE8;
	}

.block_point .inner{
	width: 60%;
                max-width: 1000px;
                margin: auto;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.block_point .inner{
	width: 80%;
	}
                }
@media screen and (max-width: 768px) {
.block_point .inner{
	width: 90%;
                max-width: 90%;
	}
                }

.block_point .inner h3{
                display: inline-block;
                font-size: 2rem;
                line-height: 1em;
	}
@media screen and (max-width: 768px) {
.block_point .inner h3{
                font-size: 1.7rem;
	}
                }

.block_point .inner p.shoulder{
                margin-top: 2rem;
                font-size: 1.3rem;
                line-height: 1em;
	}
@media screen and (max-width: 768px) {
.block_point .inner p.shoulder{
                margin-top: 1rem;
                font-size: 1.2rem;
                line-height: 1.6em;
	}
                }

.block_point .inner .image{
	width: 100%;
                max-width: 700px;
                margin: auto;
                margin-top: 5rem;
	}
@media screen and (max-width: 768px) {
.block_point .inner .image{
	width: 100%;
                max-width: 100%;
                margin-top: 3rem;
	}
                }

.block_point .inner .image img{
	width: 100%;
	}

.block_point .inner ul{
	width: 100%;
                margin: auto;
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap;
                margin-top: 5rem;
                column-gap: 3%;
	}
@media screen and (max-width: 768px) {
.block_point .inner ul{
                flex-direction: column;
                column-gap: 0;
                margin-top: 3rem;
	}
                }

.block_point .inner ul li{
                width: 48.5%;
                display: flex;
                align-items: flex- start;
                justify-content: flex- start;
                font-size: .9rem;
                line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
                font-weight: normal;
                padding: .5rem 0;
                border-bottom: 1px solid #ededed;
                border-top: 1px solid #ededed;
	}
@media screen and (max-width: 768px) {
.block_point .inner ul li{
                width: 100%;
	}
                }

._premium .block_point .inner ul li{
                border-bottom: 1px solid #E0D9CC;
                border-top: 1px solid #E0D9CC;
	}

.block_point .inner ul li:nth-child(n+3) {
                border-top: none;
	}
@media screen and (max-width: 768px) {
.block_point .inner ul li:nth-child(n+2) {
                border-top: none;
	}
                }

.block_point .inner ul li b{
                color: #333;
                margin-right: .5rem;
                font-weight: normal;
	}

.block_point .inner .hikaku{
                margin-top: 4rem;
                padding: 4rem 0;
                border-top: 1px solid #C9C3B3;
	}
@media screen and (max-width: 768px) {
.block_point .inner .hikaku{
                margin-top: 3rem;
                padding: 3rem 0;
	}
                }

.block_point .inner .hikaku h4{
                font-size: 1.3rem;
                line-height: 1em;
	}
@media screen and (max-width: 768px) {
.block_point .inner .hikaku h4{
                font-size: 1.2rem;
	}
                }

.block_point .inner .hikaku p.lead{
                margin-top: 3rem;
                font-size: 1rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 768px) {
.block_point .inner .hikaku p.lead{
                margin-top: 2rem;
	}
                }

.block_point .inner .hikaku .package{
                margin-top: 3rem;
                padding: 4rem 0;
                background-color: #fff;
                width: 100%;
	}
@media screen and (max-width: 768px) {
.block_point .inner .hikaku .package{
                margin-top: 3rem;
                padding: 2rem 0;
	}
                }

.block_point .inner .hikaku .package p.title{
                font-size: 1.1rem;
                line-height: 1em;
	}

.block_point .inner .hikaku .package .illust{
                margin: auto;
                margin-top: 1rem;
                width: 60%;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                flex-wrap: nowrap;
	}
@media screen and (max-width: 768px) {
.block_point .inner .hikaku .package .illust{
                margin-top: 1rem;
                width: 100%;
	}
                }

.block_point .inner .hikaku .package .illust div{
                text-align: center;
                font-size: 1rem;
                line-height: 1em;
                width: 50%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
	}

.block_point .inner .hikaku .package .illust div p.name{
                height: 5rem;
                display: flex;
                align-items: center;
                justify-content: center;
	}

.block_point .inner .hikaku .package .illust div p.name img{
                height: 5rem;
	}

.block_point .inner .hikaku .package .illust div img{
                margin-top: 1rem;
                display: block;
                width: 70%;
	}

.block_point .inner .hikaku .package .illust div p.caption{
                margin-top: 1rem;
                font-size: .9rem;
                line-height: 1.6em;
	}

.block_point .inner .hikaku .package .illust div:nth-child(2) p.caption{
                font-weight: 700;
	}

.block_point .inner .hikaku .package .bar{
                width: 55%;
                margin: auto;
                margin-top: 2rem;
                padding-top: 1rem;
                border-top: 1px solid #dedede;
	}
@media screen and (max-width: 768px) {
.block_point .inner .hikaku .package .bar{
                width: 85%;
	}
                }

.block_point .inner .hikaku .package .bar img{
                width: 300px;
	}
@media screen and (max-width: 768px) {
.block_point .inner .hikaku .package .bar img{
                width: 230px;
	}
                }




/*================================

:::::::::: block_inner ::::::::::

================================*/

.block_inner {
	position: relative;
	width: 100%;
                padding: 5rem 0 0;
	}
@media screen and (max-width: 768px) {
.block_inner {
                padding: 3rem 0 0;
	}
                }

.block_inner .inner{
	width: 60%;
                max-width: 1000px;
                margin: auto;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.block_inner .inner{
	width: 80%;
	}
                }
@media screen and (max-width: 768px) {
.block_inner .inner{
	width: 90%;
                max-width: 90%;
	}
                }

.block_inner .inner h3{
                display: inline-block;
                font-size: 1.3rem;
                line-height: 1em;
	}
@media screen and (max-width: 768px) {
.block_inner .inner h3{
                font-size: 1.3rem;
                line-height: 1.5em;
	}
                }

.block_inner .inner .change{
                margin-top: 3rem;
                display: flex;
                align-items: center;
                column-gap: 5%;
	}
@media screen and (max-width: 768px) {
.block_inner .inner .change{
                flex-direction: column;
                column-gap: 0;
	}
                }

.block_inner .inner .change .illust{
                width: 35%;
	}
@media screen and (max-width: 768px) {
.block_inner .inner .change .illust{
                width: 80%;
	}
                }

.block_inner .inner .change .illust img{
                width: 100%;
	}

.block_inner .inner .change p{
                width: 60%;
                line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 768px) {
.block_inner .inner .change p{
                margin-top: 2rem;
                width: 100%;
                line-height: 1.6em;
	}
                }

.block_inner .inner .method{
                margin-top: 3rem;
                margin-bottom: 5rem;
                border: 1px solid #dedede;
                padding: 2rem;
	}
@media screen and (max-width: 768px) {
.block_inner .inner .method{
                margin-top: 2rem;
                margin-bottom: 3rem;
                padding: 2rem 1rem 1rem;
	}
                }

.block_inner .inner .method p{
                text-decoration: underline;
	}

.block_inner .inner .method ul{
                margin-top: 1rem;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-direction: column;
	}

.block_inner .inner .method ul li{
                display: flex;
                padding: .5rem 0;
                line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
                font-weight: normal;
	}

.block_inner .inner .method ul li span{
                margin-right: .5rem;
	}

.block_inner .inner .pipe{
                margin-top: 3rem;
                display: flex;
                align-items: center;
                column-gap: 5%;
	}
@media screen and (max-width: 768px) {
.block_inner .inner .pipe{
                flex-direction: column;
                column-gap: 0;
	}
                }

.block_inner .inner .pipe .photo{
                width: 35%;
	}
@media screen and (max-width: 768px) {
.block_inner .inner .pipe .photo{
                width: 100%;
	}
                }

.block_inner .inner .pipe .photo img{
                width: 100%;
	}

.block_inner .inner .pipe p{
                width: 60%;
                line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 768px) {
.block_inner .inner .pipe p{
                margin-top: 2rem;
                width: 100%;
                line-height: 1.6em;
	}
                }


/*================================

:::::::::: block_product ::::::::::

================================*/

.block_product {
	position: relative;
	width: 100%;
                margin-top: 5rem;
                padding: 5rem 0;
                border-top: 1px solid #dedede;
	}
@media screen and (max-width: 768px) {
.block_product {
                padding: 3rem 0;
	}
                }

.block_product .inner{
	width: 60%;
                max-width: 1000px;
                margin: auto;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.block_product .inner{
	width: 80%;
	}
                }
@media screen and (max-width: 768px) {
.block_product .inner{
	width: 90%;
                max-width: 90%;
	}
                }

.block_product .inner h3{
                display: inline-block;
                font-size: 2rem;
                line-height: 1em;
	}
@media screen and (max-width: 768px) {
.block_product .inner h3{
                font-size: 1.7rem;
	}
                }

.block_product .inner p.shoulder{
                margin-top: 2rem;
                font-size: 1.3rem;
                line-height: 1em;
	}
@media screen and (max-width: 768px) {
.block_product .inner p.shoulder{
                margin-top: 1rem;
                font-size: 1.2rem;
                line-height: 1.6em;
	}
                }

.block_product .inner .package{
                margin-top: 5rem;
                display: flex;
                flex-wrap: wrap;
                column-gap: 10%;
	}
@media screen and (max-width: 768px) {
.block_product .inner .package{
                margin-top: 3rem;
                column-gap: 0;
                row-gap: 3rem;
	}
                }

.block_product .inner .package .feature{
                position: relative;
                display: flex;
                align-items: center;
                flex-direction: column;
                width: 45%;
	}
@media screen and (max-width: 768px) {
.block_product .inner .package .feature{
                width: 100%;
	}
                }

.block_product .inner .package .feature img.logo{
                width: 60%;
	}

.block_product .inner .package .feature img.image{
                margin-top: 3rem;
                width: 80%;
	}
@media screen and (max-width: 768px) {
.block_product .inner .package .feature img.image{
                margin-top: 2rem;
                width: 60%;
	}
                }

.block_product .inner .package .feature p.name{
                margin-top: 3rem;
                font-size: 1.5rem;
                line-height: 1em;
	}
@media screen and (max-width: 768px) {
.block_product .inner .package .feature p.name{
                margin-top: 2rem;
	}
                }

.block_product .inner .package .feature p.caption{
                margin-top: 1rem;
                font-size: 1rem;
                line-height: 1em;
	}

.block_product .inner .package .feature p.price{
                margin-top: 1.5rem;
                font-size: 1.5rem;
                font-weight: 700;
                line-height: 1em;
	}

.block_product .inner .package .feature p.price span{
                font-size: .8rem;
	}

.block_product .inner .spec {
                display: flex;
                align-items: center;
                justify-content: space-between;
                position: relative;
                margin-top: 3rem;
                border-top: 1px solid #dedede;
                padding-top: 2rem;
	}
@media screen and (max-width: 1200px) {
.block_product .inner .spec {
                flex-direction: column;
	}
                }

.block_product .inner .spec .text{
                display: flex;
	}
@media screen and (max-width: 1200px) {
.block_product .inner .spec .text{
                width: 100%;
	}
                }

.block_product .inner .spec .text .col{
	text-align: justify;
	text-justify: inter-ideograph;
                line-height: 1.8em;
                font-size: .9rem;
                font-weight: normal;
                display: flex;
                flex-wrap: nowrap;
                justify-content: space-between;
	}

.block_product .inner .spec .text .col .kmk{
	white-space: nowrap;
	word-wrap: break-word;
	}

.block_product .inner .spec .icon{
	}
@media screen and (max-width: 1200px) {
.block_product .inner .spec .icon{
                margin-top: 2rem;
	}
                }

.block_product .inner .spec .icon img{
                width: 60px;
                margin: 0 .5rem;
	}


/*================================

:::::::::: block_case ::::::::::

================================*/

.block_case {
	position: relative;
	width: 100%;
	}

.block_case .inner{
	width: 60%;
                max-width: 1000px;
                margin: auto;
                padding: 3rem 0 2rem;
                text-align: center;
                border: 1px solid #dedede;
	}
@media screen and (max-width: 1024px) {
.block_case .inner{
	width: 80%;
	}
                }
@media screen and (max-width: 768px) {
.block_case .inner{
	width: 90%;
                max-width: 90%;
	}
                }

.block_case .inner img{
                display: block;
                margin: auto;
	width: 80%;
	}
@media screen and (max-width: 768px) {
.block_case .inner img{
                display: block;
                margin: auto;
	width: 90%;
	}
                }

.block_case .inner p.name{
                font-size: 1.3rem;
                line-height: 1em;
                margin-top: 3rem;
	}

.block_case .inner p.price{
                margin-top: 1.5rem;
                font-size: 1.5rem;
                font-weight: 700;
                line-height: 1em;
	}

.block_case .inner p.price span{
                font-size: .8rem;
	}

.block_case .inner p.lead{
                width: 90%;
                margin: auto;
                margin-top: 2rem;
                font-size: 1rem;
                line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 768px) {
.block_case .inner p.lead{
	width: 90%;
	}
                }

.block_case .inner .spec {
                width: 80%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                position: relative;
                margin: auto;
                margin-top: 1rem;
	}
@media screen and (max-width: 1200px) {
.block_case .inner .spec {
                width: 90%;
	}
                }

.block_case .inner .spec .text{
                display: flex;
	}
@media screen and (max-width: 1200px) {
.block_case .inner .spec .text{
                width: 100%;
	}
                }

.block_case .inner .spec .text .col{
	text-align: justify;
	text-justify: inter-ideograph;
                line-height: 1.8em;
                font-size: .9rem;
                font-weight: normal;
                display: flex;
                flex-wrap: nowrap;
                justify-content: space-between;
	}

.block_case .inner .spec .text .col .kmk{
	white-space: nowrap;
	word-wrap: break-word;
	}


/*================================

:::::::::: premiumseries ::::::::::

================================*/

.premiumseries {
                background-color: #81734E;
                width: 100%;
                padding: .5rem;
                text-align: center;
	}

.premiumseries p{
                color: #fff;
                line-height: 1em;
	}


/*================================

:::::::::: premium-band ::::::::::

================================*/

.premium-band {
                width: 100%;
                padding: 5rem 0;
	}
@media screen and (max-width: 768px) {
.premium-band {
                padding: 3rem 0 3rem;
	}
                }

.premium-band .upper{
                text-align: center;
	}

.premium-band p.sub{
                font-size: 1.3rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 768px) {
.premium-band p.sub{
                font-size: 1.2rem;
	}
                }

.premium-band p.sublead{
                margin-top: 1.5rem;
                font-size: 1rem;
                line-height: 2em;
	}
@media screen and (max-width: 768px) {
.premium-band p.sublead{
                margin-top: 2rem;
                line-height: 1.8em;
	}
                }











/*================================

:::::::::: block_onlinestore ::::::::::

================================*/

.block_onlinestore {
                padding-top: 5rem;
	}
@media screen and (max-width: 768px) {
.block_onlinestore {
                padding-top: 3rem;
                padding-bottom: 3rem;
	}
                }


/*================================

:::::::::: block_askfooter ::::::::::

================================*/

.block_askfooter {
                padding: 5rem 0;
                background-color: #f2f2f2;
                text-align: center;
	}
@media screen and (max-width: 768px) {
.block_askfooter {
                padding: 3rem 0;
	}
                }

.block_askfooter img{
                width: 150px;
	}
@media screen and (max-width: 768px) {
.block_askfooter img{
                width: 120px;
	}
                }

.block_askfooter h3{
                margin-top: 3rem;
                font-size: 1.5rem;
                line-height: 1.6em;
                font-weight: 500;
	}
@media screen and (max-width: 768px) {
.block_askfooter h3{
                margin-top: 2rem;
                font-size: 1.3rem;
	}
                }

.block_askfooter p{
                margin-top: 2rem;
                font-size: 1rem;
                line-height: 1.8em;
	}


/*================================

:::::::::: block_marks ::::::::::

================================*/

.block_marks {
                border-top: none;
	}




