@charset "utf-8";

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

body {
    font-family: 'Kosugi Maru', sans-serif !important;
}

sup {
    
}

.headerPC {
    padding: 0 24px;
    padding: 0 min( 24px, calc( 8 / 375 * 100vw ) );
    background: #fff;
}

.note {
    color: #5a5a5a;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.fsXXL {
    font-size: 26px !important;
}

.fsXL {
    font-size: 21px !important;
}

.fsL {
    font-size: 18px !important;
}

.fsM {
    font-size: 16px !important;
}

.fsS {
    font-size: 14px !important;
}

.fsXS {
    font-size: 11px !important;
}

@media (max-width: 767.98px) {

    body {
        font-size: 15px;
    }

    .fsXXL {
        font-size: 21px !important;
    }

    .fsXL {
        font-size: 18px !important;
    }
    
    .fsL {
        font-size: 16px !important;
    }
    
    .fsM {
        font-size: 14px !important;
    }
    
    .fsS {
        font-size: 12px !important;
    }
    
    .fsXS {
        font-size: 9px !important;
    }

}

@media (max-width: 575.98px) {

    body {
        font-size: 13px;
    }

    .fsXXL {
        font-size: 15px !important;
    }

    .fsXL {
        font-size: 15px !important;
    }
    
    .fsL {
        font-size: 13px !important;
    }
    
    .fsM {
        font-size: 13px !important;
    }
    
    .fsS {
        font-size: 11px !important;
    }
    
    .fsXS {
        font-size: 8px !important;
    }

}

@media (max-width: 575.98px) {

    .hideXS {
        display: none !important;
    }

}

@media (min-width: 577px) and (max-width: 767.98px) {

    .hideS {
        display: none !important;
    }
    
}

@media (min-width: 768px) and (max-width: 921.98px) {

    .hideM {
        display: none !important;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .hideL {
        display: none !important;
    }
}

@media (min-width: 1200px)  {

    .hideXL {
        display: none !important;
    }
}

.textGroup {
    display: inline-block ;
}

/* 医薬部外品 */
/* .quasiDrug {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999;
    color: #666;
    font-size: .92em;
    padding: .2em .3em;
    line-height: 1.2;
} */

/* 販売名 */
/* .drugBrandName {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1.4;
} */

/* .quasiDrug + .drugBrandName {
    margin-left: .8em;
} */

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

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

.main .pageBody {
    position: relative;
    /* marginの相殺防止 */
    border-bottom: 1px solid transparent;
}

.main .pageBody {
    background: url(../img/about/bg_02.jpg) center top no-repeat fixed, url(../img/about/bg_02_v.jpg) center top repeat-y, url(../img/about/bg_02_h.jpg) center top repeat-x;
    background-size: min(1440px, 100vw) calc(100vw / 1440 * 820),  min(1440px, 100vw) 100%, 100% calc(100vw / 1440 * 820);
    background-color: #a8d1e7;
    background-attachment: fixed, fixed, fixed;
}

.main .pageBody::before {
    content: '';
    display: block;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translate(-50%,-1.5%);
    width: 100%;
    height: 100%;
    background: url(../img/about/bg_01.png) center top no-repeat fixed;
    /* background-size: min(1440px, 100vw) auto; */
}

.page {
    background: #f6fafb;
}

.about {
    width: 100%;
    /* .pageBody::beforeと::afterより前面にするため */
    position: relative;
    z-index: 1;
}

.aboutHeader {
    
}

.aboutInner {
    box-sizing: content-box;
    max-width: 1080px;
    padding: 0 64px;
    margin: 0 auto 104px;
}

.aboutCharacter {
    pointer-events: none;
    position: fixed;
    left: 50%;
    right: 0;
    bottom: 0;
    max-height: calc( 93% - 60px );
    height: 100%;
    /* overflow: hidden; */
}

.aboutCharacterInner {
    padding: calc( 1385 / 862 * 100% ) 0 0;
}

.aboutCharacterImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about/ashidamana01@2x.png) left top/cover no-repeat;
}

.aboutCharacterImg.current {
    
}

.aboutCharacterImg1 {
    background-image: url(../img/about/ashidamana01@2x.png);
}

.aboutCharacterImg2 {
    display: none;
    background-image: url(../img/about/ashidamana02@2x.png);
}

.aboutCharacterImg3 {
    display: none;
    background-image: url(../img/about/ashidamana03@2x.png);
}

.aboutCharacter.character1 .aboutCharacterImg1,
.aboutCharacter.character2 .aboutCharacterImg2,
.aboutCharacter.character3 .aboutCharacterImg3 {
    display: block;
}

.aboutCharacter.character1 .aboutCharacterImg2,
.aboutCharacter.character1 .aboutCharacterImg3,
.aboutCharacter.character2 .aboutCharacterImg1,
.aboutCharacter.character2 .aboutCharacterImg3,
.aboutCharacter.character3 .aboutCharacterImg1,
.aboutCharacter.character3 .aboutCharacterImg2 {
    display: none;
}

.aboutHeaderContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc( 100vh - 60px );
    max-height: 740px;
    margin: 0 auto;
}

.aboutHeadline {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.aboutNav {
    max-width: 100%;
    margin: 0 auto;
}

.aboutNavList {
    margin: calc( 80 / 680 * 100% ) 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutNavItem {
    flex-grow: 1;
    aspect-ratio: 1 / 1;
    position: relative;
    margin: 0 1%;
}



/*

.aboutHeaderContent {
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutHeadline {
    height: 30%;
}

.aboutHeaderSpace {
    height: 30%;
}

.aboutHeadlineImg {
    height: 100%;
    width: auto;
}

.aboutNav {
    margin: 0 auto;
    height: 30%;
    width: 100%;
}

.aboutNavList {
    height: 100%;
    display: flex;
    justify-content: center;
}

.aboutNavItem {
    flex-grow: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    margin: 0 1%;
}
*/

.aboutNavItem::before {
    content: '';
    display: block;
    padding: 100% 0 0;
}

.aboutNavItemLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #17427c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    color: #17427c;
    background: #fff;
}

.aboutNavItemLabel {
    display: block;
    text-align: center;
    position: relative;
    position: relative;
    top: .1em;
    transition: opacity 0.1s ease-out;
}

.aboutNavItemLabel br {
    display: none;
}

.aboutNavItemLabel .nakaguro {
    display: inline-block;
    margin-left: -.2em;
    margin-right: -.2em;
}

.aboutNavItemIcon {
    display: block;
    font-size: 30px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: .06em;
    font-weight: normal;
    white-space: nowrap;
    /* margin: 0 0 .8em; */
    position: absolute;
    top: calc( -1em * ( 6 / 30 ) );
    left: 50%;
    transform: translate(-50%,-100%);
}

.aboutNavItemLink {

}

.aboutNavItemLink::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #96b8d5 transparent transparent transparent;
    border-width: 0.3em 0.2em 0 0.2em;
    /* margin: .7em auto -.1em; */
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translate(-50%,0);
    transition: transform 0.05s ease-out;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {

    .aboutNavItemLink:hover .aboutNavItemLabel {
        opacity: .8;
    }

    .aboutNavItemLink:hover::after {
        transform: translate(-50%,15%);
    }
  
}

footer {
    /* z-index調整用 */
    position: relative;
    z-index: 1;
}

/*
========================================================================
section
========================================================================
*/

.aboutSection {
    color: #17427c;
    border: 1px solid #17427c;
    background: #fff;
    box-sizing: border-box;
    padding: 64px 0 88px;
}

.aboutSection + .aboutSection {
    margin-top: 104px;
}

.aboutSectionInner {
    max-width: 790px;
    margin: 0 auto;
}

.aboutSectionRow {
    display: flex;
}

.aboutSectionRowMarginL {
    margin: 40px auto;
}

.aboutSectionTextCol {
    flex-grow: 1;
}

.aboutSectionPicCol {
    flex-shrink: 0;
    width: 288px;
    text-align: center;
}

.aboutSectionPicColImg {
    position: relative;
}

.moisture .aboutSectionPicColImg {
    margin-left: 32px;
}

.ease .aboutSectionRow {
    align-items: center;
    justify-content: center;
}

.ease .aboutSectionCol {
    margin: 0 12px;
}

.aboutSubSection + .aboutSubSection {
    margin: 64px 0 0;
    border-top: 1px solid #17427c;
    padding: 72px 0 0;
}

.aboutChildSection {
    margin: 56px 0 0;
}

/*
========================================================================
elements
========================================================================
*/

.aboutSectionHeadlineWrapepr {
    margin: 0 0 56px;
}

.aboutSectionHeadlineLavel {
    display: block;
    /* font-family: 'Barlow Condensed', sans-serif; */
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 15px 0 12px;
}

/* .aboutSectionHeadlineLavel::before {
    content: 'Advantage';
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 3px;
} */

.disinfect .aboutSectionHeadlineLavel::after {
    content: '01';
}

.moisture .aboutSectionHeadlineLavel::after {
    content: '02';
}

.ease .aboutSectionHeadlineLavel::after {
    content: '03';
}

.aboutSectionHeadlineLavel::after {
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
}

/* .aboutSectionHeadlineLavel {
    display: block;
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 4px;
} */

.aboutSectionHeadline {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    letter-spacing: .08em;
}

.aboutSectionHeadline .nakaguro {
    display: inline-block;
    margin-left: -.2em;
    margin-right: -.2em;
}

.aboutSubSectionHeadlineWrapper {
    text-align: center;
    margin: 0 0 44px;
}

.aboutSubSectionHeadline {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    position: relative;
    padding: 0 .4em .2em;
}

.aboutSubSectionHeadline sup {
    font-size: .4em;
    position: relative;
    top: -1.4em;
}

/* .aboutSubSectionHeadline::before {
    content: '';
    display: block;
    height: .8em;
    background: #d1faff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.aboutSubSectionHeadlineInner {
    display: block;
    position: relative;
} */

.aboutSubSectionHeadlineInner {
  background: linear-gradient(transparent 60%, #d1faff 0%);
  display: inline;
  padding: 0 .2em .4em;
}

.aboutChildSectionHeadline {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
}

.aboutChildSectionHeadline:before {
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    margin-right: .3em;
    background: transparent center no-repeat;
}

.disinfectant .aboutChildSectionHeadline:before {
    background-image: url(../img/about/icon-ban.svg);
}

.safety .aboutChildSectionHeadline:before {
    background-image: url(../img/about/icon-heart.svg);
}

.protect .aboutChildSectionHeadline:before {
    background-image: url(../img/about/icon-safe-eye.svg);
}

.aboutSectionText {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.125;
    position: relative;
}

.aboutSectionText sup {
    font-size: .5em;
    position: relative;
    top: -.9em;
}

.aboutNote {
    margin: 1em 0 0;
    margin-right: -1em;
    font-size: 11px;
}

.aboutNote span {
    display: block;
}

.aboutNoteItem {
    display: inline-block;
    font-size: inherit;
    margin-right: 1.5em;
    margin-left: 2em;
    text-indent: -2em;
    line-height: 1.2;
}

/*--- 対象商品 ---*/

.aboutProduct {
    border: 1px solid #6ab4f2;
    border-radius: 3px;
    text-align: center;
    margin: 55px 0 0;
    padding: 32px 0 48px;
}

.aboutProductHeadline {
    max-width: 272px;
    margin: 0 auto;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.45;
    color: #3987c8;
    background: #edf4fa;
    border-radius: 100em;
}

.aboutProductList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 38px -12px -32px;
}

.aboutProductItem {
    margin: 0 12px 32px;
}

.aboutProductLink {
    transition: opacity 0.1s ease-out;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  
    .aboutProductLink:hover {
      opacity: .8;
    }
  
  }

.aboutProductName {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.45;
    font-feature-settings: "palt";
    /* letter-spacing: .05em; */
    margin: 18px 0 0;
}

/* .aboutProductDrugInfo {
    display: block;
    font-size: 9px;
    color: #333;
    margin: 7px 0 0;
} */

/*--- figure ---*/

.aboutSectionFigure {
    text-align: center;
    margin: 40px 0;
}

.aboutSectionFigureMarginL {
    margin: 64px 0;
}

.aboutSectionFigure figcaption {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.45;
    margin: 0 0 16px;
}

.aboutSectionFigureImgMarginL {
    margin: 16px 0 0;
}

.aboutSectionFigureNote {
    display: block;
    line-height: 1.6;
    margin: 28px 0 0;
}

.aboutSectionFigureNoteMargin0 {
    margin: 0;
}

@media (min-width: 1366px) {

    .aboutCharacter {
        /* transform: translate(380px,0); */
        transform: translate(410px,0);
        /* max-height: calc( 93% - 60px ); */
        /* width: calc( 343 / 1366 * 100vw );
        max-width: 480px; */
    }

    .aboutCharacterImg {
        width: calc( 488 / 1366 * 100vw );
        max-width: 696px;
    }

    .aboutHeadline {
        /* max-width: 57%; */
        width: 520px;
    }

    .aboutNav {
        /* max-width: 68%; */
        width: 680px;
    }

}

@media (max-width: 1979.98px) {

    .aboutCharacterImg3 {
        width: calc((100vw - 780px) / 2);
        transform: translate(-5%, 0);
        background-size: 124% auto;
        background-position: left bottom;
    }

}

@media (max-width: 1439.98px) {

    .aboutHeadline {
        /* max-width: 57%; */
        width: 520px;
    }

    .aboutNav {
        /* max-width: 68%; */
        width: 680px;
    }

    .aboutNavItemLink {
        /* font-size: 2.6vw; */
        font-size: 25px;
    }

}

@media (max-width: 1365.98px) {

    .aboutCharacter {
        transform: translate(350px,0);
        width: 316px;
    }

    .aboutCharacterImg3 {
        width: calc((100vw - 710px) / 2);
        transform: translate(2%, 0);
        /*background-size: 124% auto;
        background-position: left bottom; */
    }

    .aboutHeadline {
        /* max-width: 57%; */
        width: 458px;
    }

    .aboutNav {
        /* max-width: 68%; */
        width: 546px;
    }

    .aboutNavItemLink {
        /* font-size: 2.6vw; */
        font-size: 25px;
    }

    .aboutSectionInner {
        max-width: 710px;
    }

    .aboutProductName.aboutProductName {
        font-size: 12px;
    }

}

@media (max-width: 1199.98px) {

    .main .pageBody::before {
        left: 42%;
        /* background-position: center 12vw;
        background-size: min(1440px, 100vw) auto; */
    }

    .aboutCharacter {
        left: auto;
        /* right: -50px; */
        transform: none;
        /* width: 246px;
        width: 312px; */
        /* width: calc( 390 / 1200 * 100vw ); */
    }

    .aboutCharacterImg3 {
        width: 108%;
        transform: translate(-8%, 0);
        background-size: 124% auto;
        background-position: left bottom;
    }

    .aboutHeaderContent {
        width: calc( ( ( 40 / 1200 * 100vw ) + ( 80 / 1200 * 100vw ) ) * 2 + ( 720 / 1200 * 100vw ) );
        margin-left: 0;
    }

    .aboutHeadline {
        /* max-width: 57%; */
        width: 458px;
    }

    .aboutNav {
        /* max-width: 68%; */
        width: 546px;
    }

    .aboutNavItemLink {
        /* font-size: 2.6vw; */
        font-size: 25px;
    }

    .aboutInner {
        max-width: none;
        padding: 0 calc( 40 / 1200 * 100vw );
    }

    .aboutSectionInner {
        max-width: calc( 720 / 1200 * 100vw );
        margin-left: calc( 80 / 1200 * 100vw );
        margin-right: auto;
    }

}

@media (max-width: 991.98px) {

    .main .pageBody::before {
        left: 36%;
        background-position: center 4vw;
        background-size: min(1440px, 140vw) auto;
    }

    .aboutHeader {
        position: relative;
        overflow: hidden;
    }

    .aboutHeaderContent {
        box-sizing: border-box;
        width: auto;
        height: auto;
        left: auto;
        padding: calc( 34 / 375 * 100vw ) 0 calc( 24 / 375 * 100vw );
        margin-left: calc( 12 / 375 * 100vw );
        margin-right: calc( 12 / 375 * 100vw + 4px + 35% );
    }

    .aboutHeadline {
        max-width: 80%;
    }

    .aboutNav {
        width: 100%;
    }

    .aboutNavList {
        margin: calc( 54 / 375 * 100% ) 0 0;
    }

    .aboutNavItemLink {
        text-align: center;
        font-size: 16px;
        font-size: max( 16px, 2.4vw );
    }

    .aboutNavItemLabel {
        top: 0;
    }

    .aboutNavItemLabel::after {
        content: none;
    }

    .aboutNavItemIcon {
        font-size: 24px;
    }

    .aboutCharacter {
        position: absolute;
        max-height: 94%;
        width: 38%;
        /* right: calc( 12 / 375 * 100vw + 8px ); */
        right: calc( -24 / 375 * 100vw + 8px );
    }
    
    /*------------------------*/

    .aboutInner {
        padding: 0 calc( 24 / 768 * 100vw );
    }

    .aboutSectionInner {
        width: auto;
        max-width: none;
        margin-left: calc( 56 / 768 * 100vw );
        margin-right: calc( 56 / 768 * 100vw );
    }

}

@media (max-width: 767.98px) {

    .aboutNavItemLabel {
        top: .1em;
    }
    .aboutNavItemLabel {
        /* top: 0.6em; */
    }
    .aboutNavItem1 .aboutNavItemLabel {
        /* top: 0.5em; */
    }
    .aboutNavItemIcon {
        font-size: 18px;
        /* top: -5px;
        margin: 0 0 0.6em; */
    }
    .aboutNavItem1 .aboutNavItemIcon {
        top: -1px;
    }
    .aboutNavItemLink::after{
        bottom: 9%
    }

    .aboutCharacter {
        /* position: absolute;
        max-height: 94%;
        width: 38%; */
        /* right: calc( 12 / 375 * 100vw + 4px ); */
    }

    .aboutInner {
        padding: 0 calc( 12 / 375 * 100vw ) calc( 12 / 375 * 100vw );
        margin: 0 auto calc( 4 / 375 * 100vw );
    }

    .aboutSection {
        padding: calc( 32 / 375 * 100vw ) calc( 20 / 375 * 100vw ) calc( 22 / 375 * 100vw );
    }

    .aboutSection + .aboutSection {
        margin: calc( 24 / 375 * 100vw ) 0 0;
    }

    .aboutSubSection + .aboutSubSection {
        margin-top: calc( 32 / 375 * 100vw );
        padding-top: calc( 32 / 375 * 100vw );
    }

    .aboutSectionInner {
        margin: 0;
    }

    .aboutSectionRow {
        display: flex;
        flex-direction: column;
    }

    .aboutSectionRowMarginL {
        margin: calc( 32 / 375 * 100vw ) 0;
    }

    .aboutSectionPicCol {
        width: auto;
        margin: calc( 24 / 375 * 100vw ) 0;
    }

    .aboutSectionCol + .aboutSectionCol {
        margin: calc( 24 / 375 * 100vw ) 0 0;
    }

    .aboutSectionHeadlineWrapepr {
        margin: 0 0 calc( 28 / 375 * 100vw );
    }

    /* .aboutSectionHeadlineLavel {
        margin: 0;
    }

    .aboutSectionHeadlineLavel::before {
        font-size: 8px;
        margin: 0;
    }

    .aboutSectionHeadlineLavel::after {
        font-size: 21px;
    } */

    .aboutSectionHeadlineLavel {
        margin-bottom: 4px;
    }

    .aboutSectionHeadlineLavel::after {
        font-size: 20px;
    }

    .aboutSectionHeadline {
        font-size: 26px;
        line-height: 1.7;
    }

    .aboutSubSectionHeadlineWrapper {
        margin: 0 0 calc( 24 / 375 * 100vw );
    }

    .aboutSubSectionHeadline {
        font-size: 16px;
        line-height: 1.8;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0em;
    }

    .aboutSubSectionHeadline::before {
        height: 0.7em;
        bottom: 0em;
    }

    .aboutChildSection {
        margin: 24px 0 0;
    }

    .aboutChildSectionHeadline {
        font-size: 16px;
    }

    .aboutChildSectionHeadline:before {
        width: 48px;
        height: 48px;
    }

    .aboutSectionText {
        font-size: inherit;
        font-weight: normal;
        line-height: 2;
    }

    .aboutProduct {
        margin: calc( 24 / 375 * 100vw ) 0 0;
        padding: calc( 16 / 375 * 100vw ) 0 0;
    }

    .aboutProductHeadline {
        max-width: none;
        height: 2.4em;
        font-size: 12px;
        margin: 0 calc( 16 / 375 * 100vw );
    }

    .aboutProductListWrapper {
        margin: calc( 28 / 375 * 100vw ) 0 calc( 28 / 375 * 100vw );
        margin: min( 24px, calc( 28 / 375 * 100vw ) ) 0 min( 32px, calc( 28 / 375 * 100vw ) );
    }

    .aboutProductList {
        margin: calc( -16 / 375 * 100vw ) 0 0;
        padding: 0 8px;
    }

    .aboutProductItem {
        box-sizing: border-box;
        max-width: 50%;
        padding: 0 8px;
        margin: calc( 16 / 375 * 100vw ) 0 0;
    }

    .aboutProductItem:only-child {
        max-width: none;
    }

    .aboutProductImg {
        width: auto;
        max-height: calc( 88 / 375 * 100vw );
    }

    .aboutProductName {
        font-size: 10px;
        margin: calc( 12 / 375 * 100vw ) 0 0;
    }

    /* .aboutProductDrugInfo {
        font-size: 7px;
        margin: 3px 0 0;
    }

    .quasiDrug {
        margin: 3px 3px 0;
    }

    .drugBrandName {
        margin: 3px 3px 0;
        line-height: 1.6;
    } */

    .aboutSectionFigure {
        margin: calc( 24 / 375 * 100vw ) 0;
    }
    
    .aboutSectionFigureMarginL {
        margin: calc( 32 / 375 * 100vw ) 0;
    }

    .aboutSectionFigure figcaption {
        margin: 0 0 calc( 16 / 375 * 100vw );
    }

    .aboutSectionFigureNote {
        margin: calc( 20 / 375 * 100vw ) 0 0;
    }

    .aboutNote small {
        display: block;
    }

    /*---  ---*/

    .twoTypes .aboutSectionFigureImg {
        max-width: 50%;
        margin: 0 auto;
    }

    .twoTypes .aboutSectionFigureNote {
        margin: calc( 20 / 375 * 100vw ) 0 0;
    }

    .moisture .aboutSectionPicCol {
        margin: calc( 28 / 375 * 100vw ) auto calc( 8 / 375 * 100vw );
    }

    .moisture .aboutSectionPicColImg {
        max-width: 60%;
        margin: 0;
    }
    
    .ease .aboutSectionCol {
        margin-left: auto;
        margin-right: auto;
    }

    .ease .aboutSectionCol + .aboutSectionCol {
        margin: calc( 32 / 375 * 100vw ) 0 0;
    }

    .ease .aboutSectionFigureImg1 {
        max-width: 80%;
        margin: 0 auto;
    }

    .ease .aboutSectionFigureImg2 {
        max-width: 80%;
        margin: 0 auto;
    }

}

@media (min-width: 576px) {

    .aboutNavItemLink br {
        display: none;
    }

    .aboutNavItem1 br {
        display: inline;
    }

}

@media (max-width: 575.98px) {

    .main .pageBody::before {
        background-position: center 0;
    }

    .aboutNavItemLink {
        font-size: 14px;
        font-size: max( 14px, 3vw );
        letter-spacing: .1em;
        line-height: 1.4;
    }

    .aboutNavItem1 .aboutNavItemLink {
        font-size: 12px;
        font-size: max( 12px, 2.8vw );
    }

    .aboutNavItemLink::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-color: #17427c transparent transparent transparent;
        border-width: 4px 4px 0 4px;
        border-width: .36em .36em 0 .36em;
        position: absolute;
        left: 50%;
        bottom: -10px;
        bottom: -.9em;
        transform: translate(-50%,0);
    }

    .aboutNavItemLabel {
        top: 0;
    }

    .aboutNavItemLabel br {
        display: inline;
    }

    .aboutNavItem1 .aboutNavItemLabel {
        /* top: 0.4em; */
    }

    .aboutNavItemIcon {
        display: none;
    }


}

@media (max-width: 375px) {

    .aboutNavItemLink {
        font-size: 12px;
    }

    .aboutNavItem1 .aboutNavItemLink {
        font-size: 10px;
    }

    .aboutNavItem3 .aboutNavItemLink {
        font-size: 11px;
    }

    .aboutSubSectionHeadline {
        font-size: 15px;
    }

}

/*
============================= 消毒効果 =============================
*/

.tableWrapper {
    margin: 40px 0 0;
    overflow: auto;
}

.tableScrollSign {
    display: none;
}

.tableNote {
    margin: .8em 0 0;
    line-height: 1.5;
}

.disinfectionEffectTable {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
    border: 2px solid #cddbf1;
    min-width: 61em;
}

.disinfectionEffectTable thead th:not([colspan]) {
    text-align: center;
}

.disinfectionEffectTable th,
.disinfectionEffectTable td {
    border: 1px solid #cddbf1;
    padding: .8em;
    line-height: 1.4;
    box-sizing: border-box;
}

.disinfectionEffectTable .disinfectantPic {
    text-align: center;
    padding: .8em 0 .4em;
}

.disinfectionEffectTable .arrow-cell {
    padding: .4em;
    text-align: center;
    vertical-align: middle;
}

.disinfectionEffectTable .arrow-cell img {
    width: 33px;
    height: 217px;
    max-width: none;
}

.disinfectionEffectTable thead th,
.disinfectionEffectTable tbody th,
.disinfectionEffectTable thead th:nth-child(n + 2) {
    background-color: #e2f0fc;
    background-color: #edf4fa;
    background-color: #ecf6ff;
    background-color: #f6f8fb;
}

.disinfectionEffectTable thead tr:last-child th,
.disinfectionEffectTable thead tr:last-child td {
    border-bottom-width: 2px;
}

.disinfectionEffectTable tbody td {
    text-align: center;
    vertical-align: middle;
    width: calc( 8.2em + 1.6em + 2px);
}

.disinfectionEffectTable thead th:nth-child(1),
.disinfectionEffectTable thead td:nth-child(1),
.disinfectionEffectTable tbody th:last-of-type {
    border-right-color: #86d7e1;
}

.disinfectionEffectTable thead th:nth-child(2) {
    border-top-color: #86d7e1;
}

.disinfectionEffectTable tbody th + th {
    width: calc( 9em + 1.6em + 2px);
}

.disinfectionEffectTable tbody tr:last-child th + td {
    border-bottom-color: #86d7e1;
}

.disinfectionEffectTable thead th:nth-child(2),
.disinfectionEffectTable thead td:nth-child(2),
.disinfectionEffectTable tbody th + td {
    background-color: #ebfcff;
    background-color: #e1fcff;
    background-color: #e1faff;
    /* background-color: #ecfdff; */
    border-left-color: #86d7e1;
    border-right-color: #86d7e1;
}

.disinfectantEx {
    text-align: center;
}

.safety .aboutSectionRow {
    justify-content: space-around;
}

.safety .aboutSectionRow .aboutSectionCol {
    display: flex;
}

.safety .aboutSectionRow .aboutSectionCol .aboutSectionFigure {
    display: flex;
    flex-direction: column;
}

.safety .aboutSectionRow .aboutSectionCol .aboutSectionFigure figcaption {
    align-self: flex-start;
    text-align: left;
    font-size: 14px;
    color: #3987c8;
    margin-bottom: 1em;
}

.safety .aboutSectionRow .aboutSectionCol .aboutSectionFigure figcaption::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 100%;
    background: #edf4fa;
    vertical-align: middle;
    margin-right: .4em;
    position: relative;
    top: -.1em;
}

.safety .aboutSectionRow .aboutSectionCol .aboutSectionFigure img {
    margin-top: auto;
    margin-bottom: auto;
}

.tableScrollSign.show {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.tableScrollSignLink {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.45;
    color: #3987c8;
    margin-top: 30px;
    margin-bottom: -30px;
    padding-right: .5em;
}

.tableScrollSignLink::after {
    content: '';
    display: block;
    width: .75em;
    height: .75em;
    border: solid;
    border-width: 2px 2px 0 0;
    border-color: #3987c8 #3987c8 transparent transparent;
    transform: rotate(45deg) translate(50%, 10%);
    opacity: .8;
}

.tableWrapper + .tableScrollSign .tableScrollSignLink {
    margin-top: 15px;
    margin-bottom: 0px;
}

@media (max-width: 1398.98px) {

    .disinfectionEffectTable tbody th + th {
        width: calc( 11em + 1.6em + 2px);
    }

}

@media (max-width: 767.98px) {

    .safety .aboutSectionRow .aboutSectionCol {
        display: block;
    }
    
    .safety .aboutSectionRow .aboutSectionCol .aboutSectionFigure {
        display: block;
    }

    .safety .aboutSectionCol + .aboutSectionCol {
        margin: calc( 32/ 375 * 100vw ) 0 0;
    }
}