@charset "UTF-8";

html.is-fixed {
    height: 100vh;
    overflow: hidden;
}

#contents.p-wearable-airconditioner {
    padding: 56px 0 0 0;
    letter-spacing: normal;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    font-weight: 400;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
    font-size: 2.6666666667vw;
}

@media screen and (min-width:1048px) {
    #contents.p-wearable-airconditioner {
        padding: 116px 0 0 0
    }
}

@media (min-width:430px) {
    #contents.p-wearable-airconditioner {
        font-size: 11.4666666667px
    }
}

@media (min-width:769px) {
    #contents.p-wearable-airconditioner {
        font-size: 8.3333333333px
    }
}

@media (min-width:1260px) {
    #contents.p-wearable-airconditioner {
        font-size: .6613756614vw
    }
}

@media (min-width:1512px) {
    #contents.p-wearable-airconditioner {
        font-size: 10px
    }
}

.p-wearable-airconditioner h1,
.p-wearable-airconditioner h2,
.p-wearable-airconditioner h3,
.p-wearable-airconditioner h4,
.p-wearable-airconditioner h5,
.p-wearable-airconditioner h6 {
    margin: 0;
    line-height: 1.6;
    font-weight: 700;
}

.p-wearable-airconditioner a {
    text-decoration: none;
}

.p-wearable-airconditioner picture,
.p-wearable-airconditioner img {
    display: block;
    max-width: 100%;
}

.p-wearable-airconditioner img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes animationZoom {
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes animationZoom {
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.fixedBanner {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 100px;
    right: 0;
    border: 2px solid #eeeeee;
    border-right: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 3;
}

.fixedBanner.is-show {
    opacity: 1;
    pointer-events: auto;
}

.fixedBanner__image.c-cover {
    position: relative;
    width: 5.7em;
    height: 5.7em;
    overflow: hidden;
}

@media (min-width:1024px) {
    .fixedBanner__image.c-cover {
        width: 70px;
        height: 70px
    }
}

.fixedBanner__image.c-cover>img {
    position: absolute;
    top: 0;
    left: 0;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.fixedBanner__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4em;
    padding: .4em .8em;
    background: #ffffff;
}

@media (min-width:1024px) {
    .fixedBanner__text {
        padding: 4px 12px
    }
}

.fixedBanner__title {
    line-height: 1;
    font-size: 1.2em;
}

@media (min-width:1024px) {
    .fixedBanner__title {
        font-size: 14px
    }
}

.fixedBanner .c-button01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .6666666667em;
    width: 11em;
    height: 2em;
    background: #00838d;
    border-radius: .2em;
    font-size: 1.2em;
}

@media (min-width:1024px) {
    .fixedBanner .c-button01 {
        width: 154px;
        height: 30px;
        padding: 0 12px;
        border-radius: 2px;
        font-size: 14px
    }
}

.fixedBanner .c-button01::before {
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 1.25em;
    height: 1em;
}

@media (min-width:1024px) {
    .fixedBanner .c-button01::before {
        width: 15px;
        height: 12px
    }
}

@media (any-hover:hover) {
    .fixedBanner:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .fixedBanner:hover .c-button01 {
        opacity: .7
    }

    .fixedBanner:hover .c-button01::before {
        -webkit-transform: translateX(.3em);
        transform: translateX(.3em)
    }
}

.only-sp {
    display: block;
}

@media (min-width:769px) {
    .only-sp {
        display: none
    }
}

.only-pc {
    display: none;
}

@media (min-width:769px) {
    .only-pc {
        display: block
    }
}

.only-tab {
    display: none;
}

@media (min-width:769px) and (max-width:1023px) {
    .only-tab {
        display: block
    }
}

.c-bold {
    font-weight: 700;
}

.c-nowrap {
    white-space: nowrap;
}

.c-yakuhan {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.c-cover {
    width: 100%;
    height: 100%;
}

.c-cover>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-contain {
    width: 100%;
    height: 100%;
}

.c-contain>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c-section01 {
    padding: 6em 0;
}

@media (min-width:769px) {
    .c-section01 {
        padding: 12em 0
    }
}

.c-inner01 {
    max-width: calc(640px + 4em);
    margin: 0 auto;
    padding: 0 2em;
}

@media (min-width:769px) {
    .c-inner01 {
        max-width: calc(1272px + 4em);
        padding: 0 max(2em, 20px)
    }
}

@media (min-width:1260px) {
    .c-inner01 {
        max-width: calc(1272px + 12em);
        padding: 0 6em
    }
}

.c-background01 {
    background: #edf4f5;
}

.c-button01 {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 22px 48px 23px 28px;
    background: #eb8373;
    border-radius: 4px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition: opacity .3s;
}

.c-button01::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 28px;
    width: 25px;
    height: 20px;
    background: url(../images/c-icon-blank.svg) no-repeat center/contain;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.c-button01.is-arrow::before {
    width: 10px;
    height: 20px;
    background: url(../images/c-icon-arrow01-white.svg) no-repeat center/contain;
}

@media (any-hover:hover) {
    .c-button01:hover {
        opacity: .8
    }

    .c-button01:hover::before {
        -webkit-transform: translate(.4em, -50%);
        transform: translate(.4em, -50%)
    }
}

.c-button02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    width: 100%;
    height: 5em;
    background: #f8f8f8;
    border-radius: .4em;
}

@media (min-width:769px) {
    .c-button02 {
        gap: 10px;
        height: 50px;
        border-radius: 4px
    }
}

.c-button02::after {
    content: "";
    display: block;
    position: relative;
    width: .8em;
    height: 1.4em;
    background: url(../images/c-icon-arrow01.svg) no-repeat center center/contain;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

@media (min-width:769px) {
    .c-button02::after {
        width: 8px;
        height: 14px
    }
}

.c-button02.is-blank::after {
    width: 1.8em;
    height: 1.4em;
    background: url(../images/c-icon-blank-green.svg) no-repeat center center/contain;
}

.c-button02>span {
    letter-spacing: .05em;
    font-size: 1.4em;
    color: #00838d;
    transition: opacity .3s;
}

@media (min-width:769px) {
    .c-button02>span {
        font-size: 14px
    }
}

@media (any-hover:hover) {
    .c-button02:hover::after {
        -webkit-transform: translateX(.4em);
        transform: translateX(.4em)
    }

    .c-button02:hover>span {
        opacity: .7
    }
}

.c-text01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.8em;
    margin: 0 0 5.6em 0;
}

@media (min-width:769px) {
    .c-text01 {
        -ms-flex-align: center;
        align-items: center;
        gap: 32px;
        margin: 0 0 8em 0;
        text-align: center
    }
}

.c-title01 {
    text-align: center;
}

.c-title01 .is-english {
    display: block;
    position: relative;
    margin: 0 0 .75em 0;
    padding: 0 0 2.75em 0;
    font-size: 1.6em;
    font-weight: 500;
    color: #00838d;
}

@media (min-width:769px) {
    .c-title01 .is-english {
        margin: 0 0 28px 0;
        padding: 0 0 72px 0;
        font-size: 16px
    }
}

.c-title01 .is-english::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 1.75em;
    background: #00838d;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path .3s ease-out;
}

@media (min-width:769px) {
    .c-title01 .is-english::before {
        height: 40px
    }
}

.c-title01.is-active .is-english::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.c-title01 .is-japanese {
    font-size: 2.7em;
}

@media (min-width:769px) {
    .c-title01 .is-japanese {
        font-size: 36px
    }
}

.c-lead01 {
    text-align: justify;
    line-height: 1.8;
    font-size: 1.4em;
    font-weight: 500;
}

@media (min-width:769px) {
    .c-lead01 {
        text-align: unset;
        font-size: 16px
    }
}

.c-list01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 4em;
    width: 100%;
}

@media (min-width:768px) {
    .c-list01 {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 40px
    }
}

@media (min-width:1260px) {
    .c-list01 {
        gap: 40px 60px
    }
}

.c-list01:not(:last-child) {
    margin: 0 0 4em 0;
}

.c-list01>li {
    width: 100%;
}

@media (min-width:768px) {
    .c-list01>li {
        width: calc(50% - 20px)
    }
}

@media (min-width:1024px) {
    .c-list01>li {
        width: calc(25% - 30px)
    }
}

@media (min-width:1260px) {
    .c-list01>li {
        width: calc(25% - 45px)
    }
}

.c-list01__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.c-list01__tag {
    display: inline-block;
    margin: 0 0 .7142857143em 0;
    padding: .2857142857em .5714285714em .3571428571em;
    background: #00838d;
    line-height: 1;
    font-size: 1.4em;
    font-weight: 500;
    color: #ffffff;
}

@media (min-width:769px) {
    .c-list01__tag {
        margin: 0 0 10px 0;
        font-size: 14px;
        padding: 4px 8px 5px
    }
}

.c-list01__image {
    position: relative;
    height: 0;
    margin: 0 0 2em 0;
    padding: 100% 0 0 0;
    border-radius: .8em;
    overflow: hidden;
}

@media (min-width:769px) {
    .c-list01__image {
        margin: 0 0 20px 0;
        border-radius: 8px
    }
}

.c-list01__image img {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform, object-position;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.c-list01__title {
    margin: 0 0 .625em 0 !important;
    font-size: 1.6em;
    font-weight: 700;
}

@media (min-width:769px) {
    .c-list01__title {
        margin: 0 0 10px 0;
        font-size: 16px
    }
}

.c-list01__lead {
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 .7142857143em 0;
    font-size: 1.4em;
}

@media (min-width:769px) {
    .c-list01__lead {
        margin: 0 0 10px 0;
        font-size: 14px
    }
}

.c-list01__linkText {
    position: relative;
    padding: 0 1em 0 0;
    letter-spacing: .05em;
    font-size: 1.4em;
    color: #00838d;
    transition: opacity .3s;
}

@media (min-width:769px) {
    .c-list01__linkText {
        padding: 0 14px 0 0;
        font-size: 14px
    }
}

.c-list01__linkText::before {
    content: "";
    display: block;
    position: absolute;
    top: .1em;
    bottom: 0;
    /*right: 0;*/
    right: -10px;
    /*width: .6em;*/
    width: 1.285em;
    /*height: 1em;*/
    height: auto;
    margin: auto 0;
    background: url(../images/c-icon-arrow01.svg) no-repeat center center/contain;
    background: url(../images/c-icon-blank-green.svg) no-repeat center center/contain;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

@media (min-width:769px) {
    .c-list01__linkText::before {
        top: 2px;
        /*width: 8px;*/
        width: 1.07em;
        /*height: 12px;*/
        height: auto;
    }
}

@media (any-hover:hover) {
    .c-list01__link:hover .c-list01__image img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .c-list01__link:hover .c-list01__linkText {
        opacity: .7
    }

    .c-list01__link:hover .c-list01__linkText::before {
        -webkit-transform: translateX(.2857142857em);
        transform: translateX(.2857142857em)
    }
}

.c-list02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 4em;
    width: 100%;
}

@media (min-width:768px) {
    .c-list02 {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 40px
    }
}

@media (min-width:1024px) {
    .c-list02 {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-list02:not(:last-child) {
    margin: 0 0 4em 0;
}

.c-list02>li,
.c-list02>div {
    width: 100%;
}

@media (min-width:768px) {

    .c-list02>li,
    .c-list02>div {
        width: calc(50% - 20px)
    }
}

@media (min-width:1024px) {

    .c-list02>li,
    .c-list02>div {
        width: calc(25% - 30px);
        max-width: 273px
    }
}

.c-list02__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: .8em;
    box-shadow: 0 0 1.6em #edf4f5;
}

@media (min-width:769px) {
    .c-list02__link {
        border: 8px;
        box-shadow: 0 0 16px #edf4f5
    }
}

.c-list02__image {
    position: relative;
    height: 0;
    padding: 56.1194029851% 0 0 0;
    overflow: hidden;
}

.c-list02__image img {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform, object-position;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.c-list02__text {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 1.6em 2em 1.8em;
    background: #ffffff;
}

@media (min-width:769px) {
    .c-list02__text {
        padding: 16px 20px 18px
    }
}

.c-list02__title {
    margin: 0 0 .75em 0 !important;
    font-size: 1.6em;
    font-weight: 700;
}

@media (min-width:769px) {
    .c-list02__title {
        margin: 0 0 12px 0;
        font-size: 16px
    }
}

.c-list02__lead {
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 .8571428571em 0;
    font-size: 1.4em;
}

@media (min-width:769px) {
    .c-list02__lead {
        margin: 0 0 12px 0;
        font-size: 14px
    }
}

.c-list02__linkText {
    position: relative;
    padding: 0 1em 0 0;
    letter-spacing: .05em;
    font-size: 1.4em;
    color: #00838d;
    transition: opacity .3s;
}

@media (min-width:768px) {
    .c-list02__linkText {
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding: 0 14px 0 0;
        font-size: 14px
    }
}

.c-list02__linkText::before {
    content: "";
    display: block;
    position: absolute;
    top: .1em;
    bottom: 0;
    right: 0;
    width: .6em;
    height: 1em;
    margin: auto 0;
    background: url(../images/c-icon-arrow01.svg) no-repeat center center/contain;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

@media (min-width:769px) {
    .c-list02__linkText::before {
        top: 2px;
        width: 8px;
        height: 12px
    }
}

.c-list02__link.is-blank .c-list02__linkText {
    padding: 0 1.2857142857em 0 0;
}

@media (min-width:769px) {
    .c-list02__link.is-blank .c-list02__linkText {
        padding: 0 18px 0 0
    }
}

.c-list02__link.is-blank .c-list02__linkText::before {
    top: 0;
    width: 1.0714285714em;
    height: .8571428571em;
    background: url(../images/c-icon-blank-green.svg) no-repeat center center/contain;
}

@media (min-width:769px) {
    .c-list02__link.is-blank .c-list02__linkText::before {
        width: 15px;
        height: 12px
    }
}

@media (any-hover:hover) {
    .c-list02__link:hover .c-list02__image img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .c-list02__link:hover .c-list02__linkText {
        opacity: .7
    }

    .c-list02__link:hover .c-list02__linkText::before {
        -webkit-transform: translateX(.2857142857em);
        transform: translateX(.2857142857em)
    }
}

.p-wearable-airconditioner .keyvisual {
    position: relative;
}

.p-wearable-airconditioner .keyvisual__bgImage {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.p-wearable-airconditioner .keyvisual__text {
    position: absolute;
    top: 12vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 92vw;
    z-index: 3;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .keyvisual__text {
        top: 26.5vw;
        -webkit-transform: translateX(16vw);
        transform: translateX(16vw);
        width: 23vw
    }
}

.p-wearable-airconditioner .keyvisual__image {
    margin: -20vw 0 0 0;
    width: 100%;
    height: 60vw;
    object-fit: contain;
    object-position: center top;
    z-index: 2;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .keyvisual__image {
        position: absolute;
        top: 21vw;
        left: -48vw;
        right: 0;
        margin: 0 auto;
        width: auto;
        height: 26vw;
        z-index: 2
    }
}

.p-wearable-airconditioner .keyvisual__button {
    background: #00838d;
}

.p-wearable-airconditioner .keyvisual__button-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.6vw 0 0 0;
    padding: 0 2em;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .keyvisual__button-wrap {
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 4vw
    }
}

.p-wearable-airconditioner .introduction__title {
    font-size: unset;
}

.p-wearable-airconditioner .introduction__logo {
    width: 29.7em;
    height: auto;
    margin: 0 auto 3.6em;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .introduction__logo {
        width: 38.5em;
        margin: 0 auto 5.6em
    }
}

.p-wearable-airconditioner .introduction__lead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8em;
    text-align: center;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .introduction__lead {
        gap: 3.2em
    }
}

.p-wearable-airconditioner .introduction__lead p {
    line-height: 2.2;
    letter-spacing: .16em;
    font-size: 1.4em;
    color: #5a707b;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .introduction__lead p {
        line-height: 2.4;
        font-size: 18px
    }
}

.p-wearable-airconditioner .comparison__list {
    display: -ms-flexbox;
    display: flex;
    gap: 2em;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list {
        gap: 8em
    }
}

.p-wearable-airconditioner .comparison__list:not(:last-child) {
    margin: 0 auto 6em;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list:not(:last-child) {
        margin: 0 auto 5em
    }
}

.p-wearable-airconditioner .comparison__list>li {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.p-wearable-airconditioner .comparison__list-image {
    position: relative;
    height: 0;
    margin: 0 0 2em 0;
    padding: 100% 0 0 0;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list-image {
        margin: 0
    }
}

.p-wearable-airconditioner .comparison__list-image>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list-image>img {
        width: 70%;
        height: 70%
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list-image.is-w320>img {
        width: 80%;
        height: 80%
    }
}

.p-wearable-airconditioner .comparison__list-text {
    width: 100%;
    text-align: center;
}

.p-wearable-airconditioner .comparison__list-logo {
    width: auto;
    height: 2.5em;
    margin: 0 auto 2em;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list-logo {
        height: 5.5em
    }
}

.p-wearable-airconditioner .comparison__list-button {
    gap: .4em;
    height: 3.4em;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list-button {
        gap: 10px;
        height: 5em
    }
}

.p-wearable-airconditioner .comparison__list-title {
    margin: 0 0 .8333333333em 0;
    font-size: 2.4em;
    font-weight: 700;
    color: #00838d;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list-title {
        margin: 0 0 16px 0;
        font-size: 36px
    }
}

.p-wearable-airconditioner .comparison__list-lead {
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list-lead {
        font-size: 14px;
        font-weight: 700
    }
}

.p-wearable-airconditioner .comparison__list-tag {
    position: relative;
    width: 100%;
    height: 3.9em;
    margin: 6em 0 3.2em;
    color: transparent;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list-tag {
        height: 5em;
        margin: 5em 0
    }
}

.p-wearable-airconditioner .comparison__list-tag.is-first::before {
    content: "特長";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(200% + 1em);
    max-width: 880px;
    height: 100%;
    border-bottom: 1px solid #e0e5e6;
    text-align: center;
    line-height: 1;
    font-size: 2em;
    font-weight: 400;
    color: #333333;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .comparison__list-tag.is-first::before {
        width: calc(200% + 3.3333333333em);
        font-size: 2.4em
    }
}

.p-wearable-airconditioner .topics__slider-wrap {
    width: 100%;
    overflow: visible;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .topics__slider-wrap {
        overflow: hidden
    }
}

@media (min-width:768px) {
    .p-wearable-airconditioner .topics__inner.c-inner01 {
        padding: 0;
        max-width: none
    }
}

.p-wearable-airconditioner .topics__slider {
    overflow: visible;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .topics__slider {
        overflow: hidden
    }
}

@media (min-width:768px) {
    .p-wearable-airconditioner .topics__slider-item {
        width: 273px;
        height: auto
    }
}

.p-wearable-airconditioner .topics__slider-buttons {
    display: none;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .topics__slider-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px;
        margin: 60px 0 0 0
    }
}

@media (min-width:768px) {
    .p-wearable-airconditioner .topics__slider .swiper-wrapper.c-list02 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 auto
    }
}

.p-wearable-airconditioner .topics__slider .swiper-pagination {
    position: static;
    width: auto;
    z-index: 1;
}

.p-wearable-airconditioner .topics__slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    background: #00838d;
}

.p-wearable-airconditioner .topics__slider .swiper-button-prev,
.p-wearable-airconditioner .topics__slider .swiper-button-next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: static;
    width: 40px;
    height: 40px;
    margin: 0;
    z-index: 1;
}

.p-wearable-airconditioner .topics__slider .swiper-button-next:after,
.p-wearable-airconditioner .topics__slider .swiper-button-prev:after {
    display: none;
}

.p-wearable-airconditioner .topics__slider .swiper-button-prev img,
.p-wearable-airconditioner .topics__slider .swiper-button-next img {
    width: 16px;
    height: 20px;
}

.p-wearable-airconditioner .topics__slider .swiper-button-next img {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.p-wearable-airconditioner .topics__accordion-inner {
    padding: 0 0 4em 0;
}

.p-wearable-airconditioner .topics__accordion-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    width: 100%;
    height: 5em;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .topics__accordion-button {
        display: none
    }
}

.p-wearable-airconditioner .topics__accordion-button::after {
    content: "";
    display: block;
    position: relative;
    top: .1em;
    width: .8em;
    height: 1.2em;
    background: url(../images/c-icon-arrow01.svg) no-repeat center center/contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.p-wearable-airconditioner .topics__accordion-button.is-active::after {
    top: .2em;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.p-wearable-airconditioner .topics__accordion-button>span {
    letter-spacing: .05em;
    font-size: 1.4em;
    color: #0b7bc6;
}

.p-wearable-airconditioner .movie__list-wrap:not(:last-child) {
    position: relative;
    margin: 0 0 6em 0;
    padding: 0 0 6.2em 0;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .movie__list-wrap:not(:last-child) {
        margin: 0 0 8em 0;
        padding: 0 0 8.2em 0
    }
}

.p-wearable-airconditioner .movie__list-wrap:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.2em;
    height: .2em;
    background: #00838d;
}

.p-wearable-airconditioner .movie__title {
    margin: 0 0 4.4444444444em 0;
    text-align: center;
    font-size: 1.8em;
    font-weight: 500;
    color: #00838d;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .movie__title {
        margin: 0 0 4em 0;
        font-size: 20px
    }
}

.p-wearable-airconditioner .movie .c-list01__image {
    margin: 0 0 1.6em 0;
    padding: 56.043956044% 0 0 0;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .movie .c-list01__image {
        margin: 0 0 16px 0
    }
}

.p-wearable-airconditioner .movie .c-list01__title {
    margin: 0 0 .375em 0 !important;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .movie .c-list01__title {
        margin: 0 0 4px 0
    }
}

.p-wearable-airconditioner .movie .c-button02 {
    background: #ffffff;
}

@media (min-width:1260px) {
    .p-wearable-airconditioner .wearing__inner {
        max-width: calc(1352px + 12em)
    }
}

.p-wearable-airconditioner .wearing__lead {
    margin: 0 0 2em 0;
    text-align: justify;
    line-height: 2;
    font-size: 1.6em;
    font-weight: 700;
    color: #00838d;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .wearing__lead {
        text-align: center;
        margin: 0 0 3.3333333333em 0;
        font-size: 2.4em
    }
}

.p-wearable-airconditioner .wearing__image {
    height: auto;
}

.p-wearable-airconditioner .report {
    background: #f8f8f8;
}

.p-wearable-airconditioner .report__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
    margin: 0 0 5.6em 0;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .report__column {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

.p-wearable-airconditioner .report__title {
    font-size: 2.4em;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .report__title {
        font-size: 24px
    }
}

.p-wearable-airconditioner .report__link {
    display: inline-block;
    letter-spacing: .05em;
    font-size: 1.4em;
    color: #00838d;
    transition: opacity .3s;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .report__link {
        font-size: 14px
    }
}

.p-wearable-airconditioner .report__link::after {
    content: "";
    display: inline-block;
    position: relative;
    top: .1em;
    width: .6em;
    height: 1em;
    margin: 0 0 0 .4285714286em;
    background: url(../images/c-icon-arrow01.svg) no-repeat center/contain;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .report__link::after {
        top: 1px;
        width: 8px;
        height: 12px
    }
}

@media (any-hover:hover) {
    .p-wearable-airconditioner .report__link:hover {
        opacity: .7
    }

    .p-wearable-airconditioner .report__link:hover::after {
        -webkit-transform: translateX(.2857142857em);
        transform: translateX(.2857142857em)
    }
}

.p-wearable-airconditioner .report__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.2em;
    width: 100%;
}

.p-wearable-airconditioner .report__list>li {
    width: 100%;
}

.p-wearable-airconditioner .report__list>li:not(:last-child) {
    padding: 0 0 3.2em 0;
    border-bottom: 1px solid #eeeeee;
}

.p-wearable-airconditioner .report__list-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4em;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 4.2em 0 0;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .report__list-link {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        gap: 2em
    }
}

.p-wearable-airconditioner .report__list-link::before {
    content: "";
    display: block;
    position: absolute;
    top: .1em;
    bottom: 0;
    right: 1em;
    width: .6em;
    height: 1em;
    margin: auto 0;
    background: url(../images/c-icon-arrow01.svg) no-repeat center center/contain;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .report__list-link::before {
        top: 1px;
        width: 8px;
        height: 12px
    }
}

.p-wearable-airconditioner .report__list-times {
    line-height: 1;
    font-size: 1.4em;
    font-weight: 700;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .report__list-times {
        min-width: 200px;
        font-size: 14px
    }
}

.p-wearable-airconditioner .report__list-linkText {
    font-size: 1.4em;
    font-weight: 500;
    color: #00838d;
    transition: opacity .3s;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .report__list-linkText {
        font-size: 14px
    }
}

.p-wearable-airconditioner .report__list-link:hover .report__list-linkText {
    opacity: .7;
}

.p-wearable-airconditioner .report__list-link:hover::before {
    -webkit-transform: translateX(.4em);
    transform: translateX(.4em);
}

.p-wearable-airconditioner .banners {
    padding-bottom: calc(100px + 6em);
}

.p-wearable-airconditioner .banners__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
    width: 100%;
}

@media (min-width:1080px) {
    .p-wearable-airconditioner .banners__list {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px
    }
}

.p-wearable-airconditioner .banners__list>li {
    width: 100%;
}

.p-wearable-airconditioner .banners__list-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1em;
    border: .4em solid #eeeeee;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list-link {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        padding: 10px
    }
}

.p-wearable-airconditioner .banners__list-image {
    width: 100%;
    height: auto;
    margin: 0 0 1em 0;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 100%;
        width: auto;
        max-width: 172px;
        margin: 0
    }
}

.p-wearable-airconditioner .banners__list-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list-text {
        padding: 14px
    }
}

.p-wearable-airconditioner .banners__list-tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2em;
    position: relative;
    width: 100%;
    height: 3.2em;
    margin: 0 0 .4em 0;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list-tag {
        gap: 12px;
        height: 32px;
        margin: 0 0 12px 0
    }
}

.p-wearable-airconditioner .banners__list-tag::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #00838d;
}

.p-wearable-airconditioner .banners__list-tag>.is-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    font-size: 1.8em;
    font-weight: 700;
    color: #00838d;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list-tag>.is-text {
        font-size: 24px
    }
}

.p-wearable-airconditioner .banners__list-tag img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: auto;
    height: 2.4em;
    object-fit: contain;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list-tag img {
        height: 29px
    }
}

.p-wearable-airconditioner .banners__list-title {
    margin: 0 0 .5em 0;
    font-size: 2em;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list-title {
        margin: 0 0 10px 0;
        font-size: 24px
    }
}

.p-wearable-airconditioner .banners__list-lead {
    margin: 0 0 1.1428571429em 0;
    font-size: 1.4em;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list-lead {
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 16px 0;
        font-size: 16px
    }
}

.p-wearable-airconditioner .banners__list .c-button01 {
    max-width: none;
    padding: .9375em 2.375em 1.0625em 1.25em;
    background: #00838d;
    border-radius: .25em;
    line-height: 1;
    font-size: 1.6em;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list .c-button01 {
        padding: 19px 30px 21px 20px;
        border-radius: 4px;
        font-size: 16px
    }
}

.p-wearable-airconditioner .banners__list .c-button01::before {
    right: 1em;
    width: 18px;
    height: 18px;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list .c-button01::before {
        right: 20px
    }
}

.p-wearable-airconditioner .banners__list .c-button01.is-arrow::before {
    width: 10px;
    height: 20px;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .banners__list .c-button01.is-arrow::before {
        width: 12px;
        height: 24px
    }
}

@media (any-hover:hover) {
    .p-wearable-airconditioner .banners__list-link:hover .c-button01 {
        opacity: .7
    }

    .p-wearable-airconditioner .banners__list-link:hover .c-button01::before {
        -webkit-transform: translate(.2857142857em, -50%);
        transform: translate(.2857142857em, -50%)
    }
}

.p-wearable-airconditioner .banners__notes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .4em;
    margin: 6em 0 0 0;
    padding: 5.6em 0 0 0;
    border-top: 1px solid #eeeeee;
    text-align: justify;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .banners__notes {
        gap: 4px;
        margin: 80px 0 0 0;
        padding: 72px 0 0 0
    }
}

.p-wearable-airconditioner .banners__notes>li {
    position: relative;
    padding: 0 0 0 1em;
    line-height: 1.8;
    font-size: 1.4em;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .banners__notes>li {
        font-size: 14px
    }
}

.p-wearable-airconditioner .banners__notes>li .is-asterisk {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
}

.p-wearable-airconditioner .brandstory {
    position: relative;
    width: 100%;
    background: url(../images/img-brandstory-background_bg.webp) no-repeat center top/contain;
    overflow: hidden;
    z-index: 100000;
}

.p-wearable-airconditioner .brandstory-backgroundImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    will-change: transform, object-position;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-backgroundImage {
        width: 100%
    }
}

.p-wearable-airconditioner .brandstory-backgroundImage.is-fixed {
    position: fixed;
}

.p-wearable-airconditioner .brandstory-backgroundImage>img {
    object-position: left top;
}

.p-wearable-airconditioner .brandstory>div {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory>div {
        overflow: hidden
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-inner {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 12em 8em;
        -ms-flex-align: center;
        align-items: center
    }
}

.p-wearable-airconditioner .brandstory-section01__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: 4em 0;
    height: 100vh;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section01__inner {
        padding: 0 0 8em 0
    }
}

.p-wearable-airconditioner .brandstory-section01__content {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 3em;
}

.p-wearable-airconditioner .brandstory-section01__image {
    width: 26em;
    height: auto;
    object-fit: contain;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section01__image {
        width: 46vh;
        max-width: 444px
    }
}

.p-wearable-airconditioner .brandstory-section01__lead {
    width: 28em;
    height: auto;
    object-fit: contain;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section01__lead {
        width: auto;
        height: 5.6vh;
        max-height: 42px
    }
}

.p-wearable-airconditioner .brandstory-section01__scrollBar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6em;
    height: 8.6em;
}

.p-wearable-airconditioner .brandstory-section01__scrollBar .is-bar {
    position: relative;
    width: .2em;
    height: 6em;
    background: #ffffff;
}

.p-wearable-airconditioner .brandstory-section01__scrollBar .is-bar .is-current {
    position: absolute;
    top: 0;
    left: -.2em;
    right: 0;
    margin: 0 auto;
    width: .6em;
    height: 1.6em;
    background: #ffffff;
    border-radius: 4em;
    z-index: 2;
}

.p-wearable-airconditioner .brandstory-section01__scrollBar .is-text {
    line-height: 1;
    letter-spacing: .05em;
    font-size: 1.4em;
    font-weight: 500;
    color: #ffffff;
}

.p-wearable-airconditioner .brandstory-section02 {
    margin: 100vh 0 0 0;
    overflow: visible !important;
}

.p-wearable-airconditioner .brandstory-section02__background.c-backgroundText {
    top: 2em;
    left: 2em;
}

.p-wearable-airconditioner .brandstory-section02__lead {
    display: block;
    position: absolute;
    top: 8em;
    left: 0;
    right: 0;
    width: 32em;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    z-index: 4;
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section02__lead {
        position: static;
        width: 50%;
        height: 100%;
        margin: 0
    }
}

.p-wearable-airconditioner .brandstory-section02__image {
    display: block;
    position: absolute;
    bottom: -9.8em;
    right: 2em;
    width: 22em;
    height: auto;
    z-index: 1;
}

@media (max-width:380px) {
    .p-wearable-airconditioner .brandstory-section02__image {
        bottom: -20em
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section02__image {
        right: 0;
        bottom: -36vh;
        height: 120vh;
        width: 50vw;
        object-fit: contain
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section03 {
        z-index: -1 !important
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section03__inner {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.p-wearable-airconditioner .brandstory-section03__background.c-backgroundText {
    bottom: 2em;
    left: 2em;
}

.p-wearable-airconditioner .brandstory-section03__lead {
    display: block;
    position: absolute;
    bottom: 8em;
    left: 0;
    right: 0;
    width: 33em;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    z-index: 4;
}

@media (max-width:390px) {
    .p-wearable-airconditioner .brandstory-section03__lead {
        bottom: 2em
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section03__lead {
        position: static;
        width: 50%;
        height: 100%;
        margin: 0
    }
}

@media (max-width:768px) {
    .p-wearable-airconditioner .brandstory-section04 {
        margin: -8em 0 0 0
    }
}

.p-wearable-airconditioner .brandstory-section04__background.c-backgroundText {
    bottom: 2em;
    left: 2em;
}

.p-wearable-airconditioner .brandstory-section04__lead {
    display: block;
    position: absolute;
    bottom: -4em;
    left: 0;
    right: 0;
    width: 33em;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    z-index: 4;
}

@media (max-width:390px) {
    .p-wearable-airconditioner .brandstory-section04__lead {
        bottom: -8em
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section04__lead {
        position: static;
        width: 50%;
        height: 100%;
        margin: 0 0 -20vh 0
    }
}

.p-wearable-airconditioner .brandstory-section04__image {
    position: absolute;
    top: -4em;
    right: 50%;
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    width: 22em;
    height: auto;
    z-index: 2;
}

@media (max-width:390px) {
    .p-wearable-airconditioner .brandstory-section04__image {
        top: -14em
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section04__image {
        right: 24vw;
        top: -20vh;
        height: 60vw;
        width: auto;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.p-wearable-airconditioner .brandstory-section06 {
    z-index: -1 !important;
}

@media (max-width:768px) {
    .p-wearable-airconditioner .brandstory-section06 {
        margin: 8em 0 0 0
    }
}

.p-wearable-airconditioner .brandstory-section06__background.c-backgroundText {
    bottom: 2em;
    left: 2em;
}

.p-wearable-airconditioner .brandstory-section06__lead {
    display: block;
    position: absolute;
    bottom: 3.2em;
    left: 0;
    right: 0;
    width: 30em;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    z-index: 4;
}

@media (min-width:560px) {
    .p-wearable-airconditioner .brandstory-section06__lead {
        bottom: 8em
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section06__lead {
        position: static;
        width: 50%;
        height: 100%;
        margin: 0
    }
}

.p-wearable-airconditioner .brandstory-section06__image {
    display: block;
    position: absolute;
    top: 8em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 33.5em;
    height: auto;
    z-index: 2;
}

@media (max-width:380px) {
    .p-wearable-airconditioner .brandstory-section06__image {
        left: 4em;
        top: 0
    }
}

@media (min-width:769px) {
    .p-wearable-airconditioner .brandstory-section06__image {
        left: auto;
        right: -3vw;
        top: auto;
        bottom: 14vh;
        height: auto;
        width: 58vw;
        margin: 0;
        object-fit: contain;
        z-index: 5
    }
}

.c-backgroundText {
    position: absolute;
    width: 12em;
    height: auto;
    z-index: -1;
}

.c-backgroundText>img {
    object-fit: contain;
}

@media (max-width:390px) {
    .c-backgroundText {
        width: 10em
    }
}

@media (min-width:769px) {
    .c-backgroundText {
        top: 4em !important;
        width: auto;
        max-width: none !important;
        height: 40vh
    }

    .c-backgroundText>img {
        width: auto;
        max-width: none !important;
        height: 100%;
        object-position: left center
    }

    .c-backgroundText.is-toRight {
        left: 4em !important
    }

    .c-backgroundText.is-toLeft {
        right: 4em !important
    }

    .c-backgroundText.is-bottom {
        top: auto !important;
        bottom: 4em !important
    }
}

#contents .breadcrumbs * {
    letter-spacing: normal;
}

.report__list-item {
    display: flex;
    flex-direction: column;
    gap: 1.4em;
    width: 100%;
    height: 100%;
}

.p-wearable-airconditioner .report__list-linkText {
    color: inherit;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .report__list-item {
        flex-direction: row;
        align-items: center;
        gap: 2em
    }
}

.movie__list.c-list01,
.movie__list.c-list02 {
    justify-content: center;
}

.p-wearable-airconditioner .comparison__list>li {
    justify-content: start;
}

@media (min-width:768px) {
    .p-wearable-airconditioner .comparison__list>li {
        justify-content: space-between
    }
}

.c-container__block-col-ctaHeading,
.c-container__block-col-ctaButton {
    letter-spacing: var(--letter-spacing-base-jp);
}