@charset "UTF-8";

.main a {
    text-decoration: none;
}
.inview_fadeInUp {
    opacity: 0;
}
.pc_img_box img {
    width: 100%;
}
.pc_img_box_inner {
    opacity: 0;
    transition: 0.5s;
    translate: 0 50px;
}
.pc_img_box_inner.inview {
    opacity: 1;
    translate: 0;
}
.pc_img_box01 {
    width: 1000px;
    margin: 0 auto;
}
.pc_img_box01 .pc_img_box_inner {
    width: 90%;
    margin: 0 10% 0 0;
}
.pc_img_box02 {
    width: 100%;
    padding: 50px 0;
}
.pc_img_box02 .pc_img_box_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.pc_img_box03 {
    width: 100%;
    padding: 100px 0;
    /* background: rgba(0, 0, 0, 0.3); */
    margin-bottom: 100px;
}
.pc_img_box03 .pc_img_box_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.pc_img_box {
    width: 100%;
    padding: 100px 0 50px;
    /* background: rgba(0, 0, 0, 0.3); */
    margin-bottom: 0;
}
.pc_img_box  .pc_img_box_inner.pc_img_box_inner_m {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.pc_img_box .pc_img_box_inner {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.pc_img_box12 {
    width: 100%;
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 100px;
}
.pc_img_box12 .pc_img_box_inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}
.pc_img_box14 {
    width: 100%;
    padding: 100px 0 0;
    margin-bottom: 100px;
}
.pc_img_box14 .pc_img_box_inner {
    max-width: 1160px;
    width: 90%;
    margin: 0 auto;
}
.image_area img {
    width: 100%;
}


#section_concept .section_title {
    margin-bottom: 50px!important;
}
#section_users_voice .section_title {
    margin-bottom: 50px!important;
}
.section_title p {
    font-size: 16px;
    line-height: 1.5em;
}
#section_shop_now .section_contents {
    max-width: 100%;
}
.pc_img_box_inner img {
    width: 100%;
}


#section_fv {
    background: url(../../about/assets/images/bg-about-top-pc.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.main .section_fv_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.main .section_fv_inner .catchcopy {
    display: block;
}
.main .section_fv .catchcopy > div {
    text-align: center;
}
.main .section_fv .catchcopy > div > img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
#section_reason .safety_catch {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 90%;
    margin: 20px auto 50px;
    color: #fff;
}
#section_reason .section_contents {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    translate: 0 50px;
    transition: 1s;
}
#section_reason .section_contents.inview {
    opacity: 1;
    translate: 0 0;
}
#section_comparison {
    background: url(../../about/assets/images/bg-hikaku-pc.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0;
    margin-top: 100px;
}
#section_comparison .section_contents {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    translate: 0 50px;
    transition: 1s;
}
#section_comparison .section_contents.inview {
    opacity: 1;
    translate: 0 0;
}
#section_effect .section_contents {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    translate: 0 50px;
    transition: 1s;
}
#section_effect .section_contents.inview {
    opacity: 1;
    translate: 0 0;
}
#section_effect .section_contents .explain {
    margin-bottom: 30px;
}
#section_user_voice {
    padding-top: 0;
}

.kouka_title {
    width: 80%;
    margin: 0 auto 50px;
    max-width: 400px;
}
.kouka_2column_pc {
    display: flex;
    margin-bottom: 50px;
}
.kouka_2column_pc > div {
    width: calc( 100% / 2 );
    
}
.kouka_right {
    margin-left: 4%;
    width: 40%!important;
}


.consept_text_svg {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 50px;
}
.consept_text_comment {
    width: 90%;
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 2em;
}
.section_contents_reason_box {
    display: flex;
    margin-bottom: 50px;
}
.section_contents_reason_box_image {
    width: 50%;
}
.section_contents_reason_box_text {
    width: 50%;
    padding: 20px 40px;
    color: #fff;
    line-height: 2em;
}
.section_contents_reason_box_heading {
    font-size: 44px;
    margin-bottom: 15px;
    line-height: 1em;
}
.section_contents_reason_box_title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}
.section_contents_reason_box_img {
    width: 60%;
    margin: 0 auto 15px;
}
.section_contents_reason_box_comment {
    font-size: 16px;
}
.section_contents_reason_left .section_contents_reason_box_image {
    order: 0;
}
.section_contents_reason_left .section_contents_reason_box_text {
    order: 1;
}
.section_contents_reason_right .section_contents_reason_box_image {
    order: 1;
}
.section_contents_reason_right .section_contents_reason_box_text {
    order: 0;
}
.section_contents_reason_box_comment small {
    font-size: 14px;
    display: block;
    text-align: right;
}
.kouka_left {
    padding: 10px 30px;
    color: #fff;
    line-height: 2em;
}
.kouka_left_comment {
    margin-bottom: 30px;
    font-size: 16px;
}
.kouka_left_image {
    width: 90%;
    margin: 0 auto 30px;
}
.kouka_left_annotation {
    font-size: 12px;
    line-height: 1.2em;
}

/* .kouka_bottom {
    background: #ff9627;
    width: 100px;
    height: 100px;
    margin: 50px auto;
    position: relative;
}
.kouka_bottom:before,
	.kouka_bottom:after{
		width: calc(100% - 20px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
	.kouka_bottom:before{
		border-bottom: solid 20px #ff9627;
		border-right: solid 20px transparent;
		bottom: 100%;
	}
	.kouka_bottom:after{
		border-top: solid 20px #ff9627;
		border-left: solid 20px transparent;
		top: 100%;
	} */

@media screen and (max-width: 767px) {
    .main .section_fv_inner .catchcopy {
        flex-direction: column;
        /* height: 45vh; */
        padding: 30px 0;
    }
    .main .section_fv .catchcopy > div > img {
        width: 70%;
        margin: 0 auto;
    }
    #section_concept .section_title {
        margin-bottom: 30px!important;
    }
    .pc_img_box02 {
        padding: 30px;
    }
    .pc_img_box03 {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .pc_img_box {
        padding: 50px 0;
        margin-bottom: 0px
    }
    .section_title p {
        font-size: 0.8rem;
    }
    .main .section_product {
        padding: 60px 0 0;
    }
    .pc_img_box12 {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .pc_img_box14 {
        padding: 50px 0 0;
        margin-bottom: 50px;
    }
    .pc_img_box .pc_img_box_inner.pc_img_box_inner_m {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .pc_img_box .pc_img_box_inner {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    #section_fv {
        background: url(../../about/assets/images/bg-about-top-sp.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    #section_comparison {
        margin-top: 0;
    }
    .pc_img_box .pc_img_box_inner {
        padding-left: 0;
        padding-right: 0;
    }
    #section_comparison {
        background: url(../../about/assets/images/bg-hikaku-sp.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 50px 0;
        margin-top: 0px;
    }
    #section_comparison .explain {
        width: 90%;
        margin: 0 auto;
    }
    #section_effect .explain {
        width: 90%;
        margin: 0 auto;
    }
    .kouka_title {
        margin-bottom: 20px;
    }
    .kouka_2column_sp {
        width: 80%;
        margin: 0 auto 30px;
    }


    .consept_text_svg {
        margin: 0 auto 30px;
    }
    .consept_text_comment {
        text-align: left;
        font-size: 17px;
        margin: 0 auto 0px;
    }
    .section_contents_reason_box {
        display: block;
        margin-bottom: 0px;
    }
    .section_contents_reason_box_image {
        width: 100%;
    }
    .section_contents_reason_box_text {
        width: 100%;
        padding: 40px 20px;
    }
    .section_contents_reason_box_heading {
        font-size: 34px;
        text-align: center;
        margin-bottom: 10px;
    }
    .section_contents_reason_box_title {
        font-size: 19px;
        margin-bottom: 10px;
        text-align: center;
    }
    .section_contents_reason_box_img {
        width: 80%;
    }
    .kouka_2column_pc {
        display: block;
        margin-bottom: 0px;
    }
    .kouka_2column_pc > div {
        width: calc( 100% / 1 );
    }
    .kouka_right {
        margin: 0 auto 20px;
        width: 90%!important;
    }
    .kouka_left_annotation {
        font-size: 12px;
    }
}