@charset "utf-8";

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

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

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

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

.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: 2vw;
                line-height: 1em;
	}
@media screen and (max-width: 1024px) {
.firstview .inner .text h2{
                font-size: 1.3rem;
	}
                }

.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: 60%;
	}
                }

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

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

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

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

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

.secondview .photo{
	width: 50%;
                max-width: 1000px;
                margin: auto;
                margin-top: 5rem;
	}
@media screen and (max-width: 1024px) {
.secondview .photo{
	width: 60%;
	}
                }
@media screen and (max-width: 768px) {
.secondview .photo{
	width: 100%;
                margin-top: 3rem;
	}
                }

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


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

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

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

.block_point {
	position: relative;
	width: 100%;
                padding: 0;
	}

.block_point .inner{
	width: 50%;
                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;
                margin-bottom: 3rem;
                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 .block{
                position: relative;
                border-top: 1px solid #dedede;
                padding: 3rem 0 3rem;
	}

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

.block_point .inner .block .image{
                width: 100%;
                margin-top: 3rem;
	}

.block_point .inner .block .image img{
                width: 60%;
                max-width: 600px;
	}
@media screen and (max-width: 768px) {
.block_point .inner .block .image img{
                width: 80%;
                max-width: 80%;
	}
                }

.block_point .inner .block img.mark{
                position: absolute;
                width: 90px;
                bottom: 2rem;
                right: 0;
	}
@media screen and (max-width: 768px) {
.block_point .inner .block img.mark{
                position: relative;
                width: 70px;
                margin-top: 2rem;
                bottom: auto;
                right: auto;
	}
                }

.block_point .inner .block p.lead{
                font-size: 1rem;
                line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
                margin-top: 3rem;
	}

.block_point .inner .block .chart{
                margin-top: 2rem;
                width: 100%;
	}

.block_point .inner .block .chart img{
                width: 100%;
                max-width: 600px;
	}
@media screen and (max-width: 768px) {
.block_point .inner .block .chart img{
                width: 90%;
                max-width: 90%;
	}
                }

.block_point .inner .block p.caption{
                font-size: .9rem;
                line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
                margin-top: 2rem;
	}

.block_point .inner .block .chart-caption{
                width: 100%;
                max-width: 600px;
                margin: auto;
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: nowrap;
                column-gap: 15%;
	}

.block_point .inner .block .chart-caption p{
                width: 100%;
                text-align: center;
                padding-top: 1rem;
	}

.block_point .inner .block .chart-caption p.po{
                font-weight: 700;
	}

.block_point .inner .block .press{
                width: 100%;
                margin-top: 3rem;
	}
@media screen and (max-width: 768px) {
.block_point .inner .block .press{
                margin-top: 2rem;
	}
                }


.block_point .inner .block .press img{
                width: 100%;
                max-width: 600px;
	}
@media screen and (max-width: 768px) {
.block_point .inner .block .press img{
                max-width: 100%;
	}
                }

.block_point .inner .block .bar{
                width: 100%;
                margin-top: 1rem;
	}

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


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

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

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

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

.block_product .inner{
	width: 50%;
                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 .package{
                margin-top: 5rem;
	}

.block_product .inner .package img.logo{
                display: block;
                margin: auto;
                width: 30%;
	}

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

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

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

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

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

.block_product .inner .spec {
                display: flex;
                justify-content: space-between;
                position: relative;
                margin-top: 2rem;
                border-top: 1px solid #dedede;
                padding-top: 2rem;
	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;
	}
@media screen and (max-width: 1200px) {
.block_product .inner .spec {
                flex-direction: column;
	}
                }


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

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

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

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

.block_case .inner{
	width: 50%;
                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: 30%;
	}
@media screen and (max-width: 768px) {
.block_case .inner img{
                display: block;
                margin: auto;
	width: 50%;
	}
                }

.block_case .inner p.name{
                font-size: 1.3rem;
                line-height: 1em;
                margin-top: 3rem;
	}
@media screen and (max-width: 768px) {
.block_case .inner p.name{
                font-size: 1.1rem;
	}
                }

.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: 90%;
                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;
	}





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

:::::::::: 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;
	}




