/*
	共通設定
-------------------------------------------------------*/
.wrpMainContents{
    background-image: url(/hythiol/products/images/hywp/bg_contents.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center top;
}

/*
	.sectionColumn
-------------------------------------------------------*/

.sectionColumn{
    margin-bottom: 128px;
}

.spOnly {
    display: none !important
}

.lh_small {
    line-height: 1.3;
}

.lh_small::before {
    margin-top: calc((1 - 1.3) * .5em)
}

.lh_small::after {
    margin-bottom: calc((1 - 1.3) * .5em)
}

.lh_normal {
    line-height: 1.8;
}

.lh_normal::before {
    margin-top: calc((1 - 1.8) * .5em)
}

.lh_normal::after {
    margin-bottom: calc((1 - 1.8) * .5em)
}

.ls_7 {
    letter-spacing: 0.07em;
}

.ls_8 {
    letter-spacing: 0.08em;
}

.ls_2 {
    letter-spacing: 0.02em;
}

.linkStyle_01:hover .icon_down {
    animation: linkStyle_01 1s ease normal infinite;
}

@keyframes linkStyle_01 {
    0% {
        transform: translateY(-30%);
    }

    100% {
        transform: translateY(20%);
    }
}

/*--------------------------------------
displayFlex
--------------------------------------*/
.displayFlex.pcNoneFlex {
    display: block
}

.displayFlex_box02>* {
    width: 47%
}

.displayFlex_box03.afterPseudo::after,
.displayFlex_box03>* {
    width: 31.5%
}

.displayFlex_box04.afterPseudo::after,
.displayFlex_box04>* {
    width: 20.6%
}

.displayFlex.afterPseudo.static {
    margin-bottom: -40px
}

.displayFlex.afterPseudo.static>* {
    margin-bottom: 40px
}


.max {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.max_large {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.max_mid {
    max-width: 806px;
    margin-left: auto;
    margin-right: auto;
}

.max_small {
    max-width: 968px;
    margin-left: auto;
    margin-right: auto;
}

.max_mini {
    max-width: 924px;
    margin-left: auto;
    margin-right: auto;
}

.max_micro {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.max_nano {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.gap {
    padding-left: 32px;
    padding-right: 32px;
}

.gap_wide {
    padding-left: 32px;
    padding-right: 32px;
}


.gap_ver {
    padding-top: 76px;
    padding-bottom: 108px;
}

.gap_ver_large {
    padding-top: 108px;
    padding-bottom: 108px;
}

.gap_ver_mid {
    padding-top: 211px;
    padding-bottom: 64px;
}

.gap_ver_mini {
    padding-top: 57px;
    padding-bottom: 52px;
}

/*--------------------------------------
mb
--------------------------------------*/
.mb_big {
    margin-bottom: 262px;
}

.mb_big_movie {
    margin-bottom: 124px;
}

.mb_large {
    margin-bottom: 30px;
}

.mb_moreMid {
    margin-bottom: 56px;
}

.mb_normal {
    margin-bottom: 40px;
}

.mb_mid {
    margin-bottom: 32px;
}

.mb_moreSmall {
    margin-bottom: 24px;
}

.mb_small {
    margin-bottom: 16px;
}

.mb_nano {
    margin-bottom: 12px;
}

.mb_micro {
    margin-bottom: 20px;
    margin-top: -180px;
}

/*--------------------------------------
text
--------------------------------------*/

.text_main {
    font-size: 34px;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
}

.text_huge {
    font-size: 50px;
}

.text_48 {
    font-size: 48px;
}

.text_41 {
    font-size: 41px;
}

.text_moreBig {
    font-size: 40px;
}

.text_50{
    font-size: 50px;
    line-height: 1.1;
}

.text_38 {
    font-size: 38px;
}

.text_35 {
    font-size: 35px;
}

.text_27 {
    font-size: 27px;
}

.text_big {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
}

.text_moreLarge {
    font-size: 32px;
}

.text_large {
    font-size: 20px;
}

.text_moreMid {
    font-size: 24px;
}

.text_mid {
    font-size: 22px;
}

.text_moreSmall {
    font-size: 18px;
}

.text_normal {
    font-size: 16px;
}

.text_annotation {
    font-size: 12px;
}

.text_small {
    font-size: 10px;
}

.text_pc_center {
    text-align: center;
}

.text_shift {
    margin-left: 22px;
}

/*--------------------------------------
main
--------------------------------------*/
.sec_top .main_box {
	position: relative;
}

.sec_top .main_kv {
    width: 100%;
}

.sec_top .main_read {
    font-size: max(27px,calc(44 / 1600 * 100vw));
    line-height: 1.3;
    position: absolute;
    top: calc(106 / 632 * 100%);
    right: calc(300 / 1600 * 100%);
}

.sec_top .text_annotation {
    font-size: max(9px,calc(14 / 1600 * 100vw));
    white-space: nowrap;
    position: absolute;
    bottom: calc(8 / 632 * 100%);
    right: calc(281 / 1600 * 100%);
}

.main .buy_ttl {
    margin: calc(37 / 1600 * 100vw) 0 calc(27 / 1600 * 100vw);
}

.main_buy {
    margin-bottom: calc(44 / 1600 * 100vw);
}

/*--------------------------------------
sec01
--------------------------------------*/
.sec01 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 58px;
}

.sec01 .max{
	position: relative;
}

.sec01 h2,
.sec01_prod {
    position: relative;
}

.sec01 h2 img {
    width: 652px;
}

.sec01_prod {
    margin-top: -150px;
    margin-bottom: -100px;
    padding-right: 40px;
}

.sec01_prodname {
    margin-right: 28px;
}

.sec01_prod img {
    width: 515px;
}

.sec01_name {
    width: 385px;
    margin: 0 auto 32px;
    position: relative;
    z-index: 1;
}

.sec01_name::before{
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #fff;
    width: 440px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    filter: blur(50px);
}

.sec01_effect {
    font-size: 22px ;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 16px;
}

.sec01_tri {
    position: absolute;
    top: 150px;
    right: 74px;
    text-align: right;
    width: 260px;
}

.sec01_tri h3{
    margin-bottom: 14px;
}

.sec01_tri img,
.sec01_tri h3 {
    width: 260px;
}

.sec01 p.text_normal {
    margin-bottom: 24px;
}

.sec01_focus {
    width: 541px;
}

.sec01 .text_annotation {
    width: 806px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------
secNav
--------------------------------------*/
.secNav{
    background-color: #fff;
}

.secNav .max_mini{
    padding-left: 80px;
}

.icon_down {
    width: 38px;
}

.secNav .text_annotation{
    padding-left: 80px;
}

/*--------------------------------------
tvcm
--------------------------------------*/
.tvcm{
    margin-top: 64px;
}

.tvcm_title {
    width: 288px;
    margin:0 auto 16px;
}

/*--------------------------------------
sec02
--------------------------------------*/
.sec02 {
    padding-top: 80px;
}

.sec02_inner {
    width: 1024px;
    margin: 0 auto;
}

.sec02_ttl {
    font-size: 36px;
}

.sec02 h2 img {
    width: 625px;
}

.sec02_par01,
.sec02_par02 {
    width: 798px;
}

.sec02_par01 {
    left: 0;
    top: 214px;
}

.sec02_par02 {
    right: 0;
    top: 336px;
}

.sec02_img {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.sec02_fukidashi01,
.sec02_fukidashi02 {
    width: 181px;
    top: -233px;
}

.sec02_fukidashi01 {
    right: 562px;
}

.sec02_fukidashi02 {
    right: 355px;
}

.sec02_fukidashi03 {
    width: 180px;
    top: -233px;
    right: 145px;
}

.sec02_check_image {
    width: 560px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.sec02 h3 img {
    width: 480px;
}

.sec02_checkList .gap_ver_mid{
    padding-top: 200px;
}

.sec02 .bg_white .displayFlex {
    max-width: 681px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px dotted #dddad8;
    padding-bottom: 14px;
}

.sec02 .bg_white .displayFlex+* {
    margin-top: 11px;
}

.sec02 .bg_white .displayFlex:nth-child(3) {
    padding-bottom: 20px;
    margin-top: 20px;
}

.sec02 .bg_white .displayFlex:nth-child(2) > :nth-child(2),
.sec02 .bg_white .displayFlex:nth-child(4) > :nth-child(2){
    line-height: calc(18/22);
}

.sec02 .bg_white .displayFlex:nth-child(3) > :nth-child(2){
    line-height: calc(28/22);
}

.sec02 .bg_white .displayFlex:last-child {
    max-width: 681px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
    padding-bottom: 0;
}

.sec02 .bg_white .displayFlex img {
    width: 31px;
    margin-right: 12px;
}

.sec02 .bg_white .displayFlex .lh_normal::before {
    margin-top: 0;
}

.sec02 .bg_white .displayFlex .lh_normal::after {
    margin-bottom: -0.3em;
}


/*--------------------------------------
sec03
--------------------------------------*/
.sec01 .sec03 h2 {
    margin-top: -36px;
    margin-bottom: 96px;
}

.sec04 .sec03 h2 {
    margin-top: -32px;
    margin-bottom: 40px;
}

.sec04 .sec03 h2 img,
.sec01 .sec03 h2 img {
    width: 74px;
}

/*--------------------------------------
sec04
--------------------------------------*/
.sec04 {
    position: relative;
    padding-top: 72px;
    padding-bottom: 96px;
}

.sec04_ttl {
    padding-left: 130px;
}

.sec04 h2 img {
    width: 532px;
}

.sec04_prod {
    position: absolute !important;
    top: 50%;
    right: 0;
    width: 349px;
    margin-top: -214px
}

.sec04_txt .text_mid {
    width: 555px;
}

.sec04 .text_annotation {
    margin-top: 26px;
    margin-right: 64px;
}

.sec04_ttl {
    margin-bottom: 32px;
}

.sec04_name {
    width: 385px;
    padding-left: 130px;
}


/*--------------------------------------
sec05
--------------------------------------*/
.sec05 {
    position: relative;
    padding-bottom: 0;
}

.sec05_ttl {
    margin-bottom: 75px;
    padding: 40px 0 40px;
    background-color: rgb(255,255,255,.73);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.sec05_subttl{
    width: 965px;
    margin: 0 auto 32px;
    position: relative;

}

.sec05_subttl_outer{
    width: 965px;
    margin: auto;
    position: relative;

}

.sec05_subttl_outer img {
    width: 838px;
}

.sec05_subttl_outer picture {
    display: block;
    position: absolute;
    width: 191px;
    left: 30px;
}

.sec05 h2 img {
    width: 377px;
}

.sec05 h3 strong {
    font-size: 4em;
}

.sec05_mechanism .sec05_mechanism_img img {
    width: 597px;
}

.sec05_mechanism .sec05_mechanism_img02 img {
    width: 753px;
}

.sec05_mechanism > :nth-child(2),
.sec05_mechanism > :nth-child(3) > p{
    position: relative;
    z-index: 1;
}

.sec05_gif img {
    width: 400px;
}

.sec05_txt{
    position: relative;
}

.sec05_txt > p {
    width: 806px;
    margin-left: auto;
    margin-right: auto;
}

.sec05_mechanism_txt {
    font-size: 20px;
    line-height: 1.5;
}

.sec05_point>div {
    top: 29%;
}

.sec05_point>div:nth-of-type(1) {
    left: 6%;
}

.sec05_point>div:nth-of-type(2) {
    left: 30.5%;
}

.sec05_point>div:nth-of-type(3) {
    right: 32%;
}

.sec05_point>div:nth-of-type(4) {
    right: 7.5%;
}

.sec05_bottom {
    position: relative;
    padding-top: 66px;
    padding-bottom: 133px;
    background-image: url(/hythiol/products/images/hywp/sec05_bottom_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    background-color: #fff;
}

.sec05_bottom h4 {
    position: relative;
    width: 604px;
    margin-left: -56px;
    font-size: 25px;
}

.sec05_bottom h4 img {
    width: 160px;
    display: block;
}

.sec05_bottom h4 span {
    margin-top: -56px;
}

.sec05_bottom h4+* {
    width: 328px;
    position: absolute;
    bottom: -52px;
    right: 0;
}

.sec05_bottom p {
    position: relative;
    margin-top: 24px;
    width: 470px;
    padding-left: 64px;
}

.sec05_tri.sec05_mechanism_img {
    width: 717px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.sec05_tri.sec05_mechanism_img img {
    width: 316px;
}

.sec05_tri.sec05_mechanism_img h3 {
    position: absolute;
    top: 13%;
    right: 12%;
}

.sec05_tri.sec05_mechanism_img p {
    width: calc(100% - 324px);
    padding-bottom: 24px;
}

/* sectionColumn */
.wrpContents .modColumn {
    padding: 40px 0 56px;
    border: 1px solid #DE0067;
}

.modColumnInner {
    width: 675px;
    margin: 0 auto;
}

.columnEn {
    font-size: 28px;
    color: #DE0067;
    line-height: calc(42/38);
    text-align: center;
    margin: 0 auto 31px;
}

.columnTitle {
    font-size: 30px;
    text-align: center;
    margin-bottom: 16px;
    line-height: calc(42/30);
}

.columnLead {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    width: 550px;
    margin: 0 auto 24px;
    line-height: calc(33/23);
}

.columnImage01 {
    width: 547px;
    margin: 0 auto 40px;
}

.columnImage01 video {
    width: 100%;
}

.columnTxt {
    font-size: 20px;
    line-height: calc(34/20);
    width: 666px;
    margin: 0 auto 13px;
}

.columnImage02 {
    width: 549px;
    margin: 0 auto 24px;
}

.columnImage02 .text_annotation {
    text-align: right;
    margin-top: 8px;
    font-size: 18px;
}

.column_spOnly {
    display: none;
}

.columnNote {
    border: 1px solid #707070;
    padding: 24px 0 24px 24px;
    margin-top: 24px;
}

.columnNote dt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: calc(24/18);
}

.columnNote dd {
    font-size: 16px;
}


/*--------------------------------------
sec06
--------------------------------------*/
.sec06 {
    padding: 45px 0 126px;
}

.sec06 .max_large {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.sec06_ttl {
    position: relative;
    width: calc(400 / 1024 * 100%);
}

.sec06_ttl .dfc p {
    margin-top: 32px;
}

.sec06_ttl_txt {
    line-height: 1.45;
}

.sec06_ttl_txt02 {
    margin-top: 10px;
}

.sec06_ttl .text_annotation {
    margin-top: 24px;
}

.sec06_img {
    width: calc(614 / 1024 * 100%);
    margin-top: 50px;
}

.sec04_02 {
    margin-top: 100px;
    padding-top: 96px;
    padding-bottom: 56px;
    background-image: url(/hythiol/products/images/hywp/sec04-02_bg.jpg);
    background-position: center;
}

.sec04_02 h2 img {
    width: 296px;
    margin-bottom: 32px;
}

.sec04_02 h2+div {
    margin-left: 12px;
}

.sec04 a {
    width: 296px;
}

.sec04 a img {
    width: 260px;
}


/*--------------------------------------
floating_btn
--------------------------------------*/
.floating_btn {
    right: 0;
    bottom: 40px;
    width: 66px;
    height: 240px;
}

.floating_btn>span {
    padding-top: 70%;
    padding-left: 5%;
    box-sizing: border-box;
}

.floating_btn>span span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
}

/*--------------------------------------
modal
--------------------------------------*/
.modal_btn {
    width: 480px;
}

.modal_btn>*+* {
    margin-top: 20px;
}

.modal_close {
    padding: 20px;
    width: 60px;
    height: 60px;
}

/*---
sub
--*/

.sec05_bottom h4 sub {
    margin-left: -2%;
}