@media screen and (min-width: 801px) {
  .hover-under-line, .btn-more a::after {
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .content-width {
    max-width: 84vw;
    margin: 0 auto;
    position: relative;
  }
}
@-webkit-keyframes hover-underline {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50.1% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes hover-underline {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50.1% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (min-width: 801px) {
  .feature {
    background-color: #989BAB;
    overflow: hidden;
  }
  .feature__inner {
    width: 100%;
    max-width: 358px;
    margin: 45px auto 60px;
  }
  .feature__fukidashi {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 19px;
  }
  .feature__fukidashi::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 1px;
    height: 23px;
    background: #fff;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .feature__fukidashi::after {
    content: "";
    position: absolute;
    right: 35px;
    top: 0;
    width: 1px;
    height: 23px;
    background: #fff;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .feature__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 46px 0;
  }
  .feature__title.new::before {
    content: "";
    display: block;
    width: 98px;
    height: 26px;
    background: url(../img/common/icon_new.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }
  .feature__title .sup {
    display: block;
    position: absolute;
    font-size: 10px;
    position: absolute;
    right: 17px;
    top: 46px;
  }
  .feature__list {
    margin-bottom: 34px;
    position: relative;
  }
  .feature__list:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/common/icon_cross.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 55px;
  }
  .feature__list.single {
    margin: 0;
  }
  .feature__list.single::before {
    content: none;
  }
  .feature__item {
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 43px;
    font-size: 19px;
    border: 1px solid #fff;
    letter-spacing: 0.1em;
    padding-right: 10px;
  }
  .feature__item:not(:last-child) {
    margin-bottom: 44px;
  }
  .feature .btn-more {
    width: 113px;
    color: #fff;
    margin-top: 32px;
    position: relative;
    padding-right: 0;
  }
  .feature .btn-more a {
    color: #fff;
  }
  .feature .btn-more a::after {
    width: 100%;
    background-color: #fff;
  }
  .feature .btn-more a:hover::after {
    -webkit-animation-name: hover-underline;
            animation-name: hover-underline;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .feature .btn-more::after {
    content: none;
  }
  .feature p.small {
    font-size: 12px;
    color: #fff;
    text-indent: -1em;
    margin-left: 1em;
  }
  .corners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .corners__item {
    width: 170px;
    height: 102px;
    border-radius: 8px;
    background-color: #B5B8C4;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .corners__item:nth-child(3) .small {
    padding-bottom: 6px;
  }
  .corners__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .corners__item .sup {
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
  }
  .corners__item .small {
    display: block;
    width: 100%;
    line-height: 1;
    padding-bottom: 0;
  }
  .corners__item .small.double-text {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.33;
  }
  .corners__item p.double-text {
    line-height: 1.3157;
  }
  .corners-small__list {
    width: 358px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .corners-small__item {
    font-size: 13px;
    color: #fff;
    background-color: #989BAB;
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
    border-radius: 5px;
    position: relative;
  }
  .corners-small__item:not(:last-child):before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/common/icon_cross.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: -26px;
    top: 8px;
  }
  .corners-small__item:nth-child(3) {
    letter-spacing: 0.04em;
  }
  .point {
    padding: 40px 44px 60px;
    background-color: #B2B4C1;
  }
  .point__title {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 24px;
  }
  .point__text {
    font-size: 18px;
    line-height: 2.4;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
  }
  .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point__item {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    color: #989BAB;
    width: 100px;
    height: 90px;
    background-color: #F1F1F2;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__inner {
    width: 462px;
    margin: 0 auto;
    padding-top: 40px;
    overflow: hidden;
  }
  .product__image {
    margin-bottom: 40px;
    position: relative;
  }
  .product__image.icon-voce::before {
    content: "";
    display: block;
    width: 100px;
    height: 145px;
    background: url(../img/common/icon_voce.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
  }
  .product__image.icon-cosume::after {
    content: "";
    display: block;
    width: 125px;
    height: 127px;
    background: url(../img/common/icon_cosume.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  .product__image.icon-cosume02::after {
    content: "";
    display: block;
    width: 114px;
    height: 107px;
    background: url(../img/common/icon_cosume02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 10;
  }
  .product__image.icon-cosume03::after {
    content: "";
    display: block;
    width: 139px;
    height: 129px;
    background: url(../img/common/icon_cosume03.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
  }
  .product__image.icon-cosume04::after {
    content: "";
    display: block;
    width: 118px;
    height: 104px;
    background: url(../img/common/icon_cosume04.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  .product__image .swiper-pagination {
    width: auto;
    position: absolute;
    bottom: 13px;
    left: 14px;
  }
  .product__image .swiper-pagination-bullet {
    background-color: #979AA8;
    opacity: 0.35;
    width: 10px;
    height: 10px;
  }
  .product__image .swiper-pagination-bullet-active {
    background-color: #979AA8;
    opacity: 1;
  }
  .product__image .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .product__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .product__title span {
    display: block;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 10px;
  }
  .product .small {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
  }
  .product__point {
    display: inline-block;
    height: 39px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 0 13px;
    background-color: #B5B8C4;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 34px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .product__point .em {
    display: inline-block;
    vertical-align: -2px;
    font-size: 20px;
    margin: 0 15px 0 8px;
  }
  .product__text {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  .product__text .sup {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
  }
  .product .btn-detail {
    width: 242px;
    margin: 0 auto;
    border-color: #000;
  }
  .product .btn-detail a {
    color: #000;
  }
  .product .btn-detail a::before {
    width: 25px;
    height: 22px;
    background: url(../img/common/arrow_blk.svg) no-repeat;
    background-size: contain;
    right: 27px;
  }
  .product .btn-detail a:hover {
    color: #fff;
    background-color: #000;
  }
  .product .btn-detail a:hover::before {
    background: url(../img/common/arrow_wh.svg) no-repeat;
    background-size: contain;
    right: 27px;
  }
  .anchor__list {
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anchor__item {
    font-size: 14px;
    font-weight: bold;
    width: 223px;
    height: 50px;
    text-align: center;
    position: relative;
    background-color: #979AA8;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .anchor__item a:hover .anchor__link::after {
    bottom: 5px;
  }
  .anchor__link {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0.4vw;
    color: #fff;
  }
  .anchor__link::after {
    content: "";
    display: block;
    color: #fff;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accordion {
    margin-bottom: 100px;
  }
  .accordion__btn {
    font-size: 16px;
    font-weight: bold;
    height: 77px;
    line-height: 77px;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    cursor: pointer;
  }
  .accordion__btn.open {
    border-bottom: none;
  }
  .accordion__btn::after {
    content: "";
    display: block;
    color: #000;
    line-height: 1;
    width: 14px;
    height: 14px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-15%) rotate(-225deg);
            transform: translateY(-15%) rotate(-225deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto;
  }
  .accordion__btn.open::after {
    -webkit-transform: translateY(25%) rotate(-45deg);
            transform: translateY(25%) rotate(-45deg);
  }
  .accordion__body {
    display: none;
  }
  .accordion__body.open {
    display: block;
  }
  .small__list li {
    font-size: 12.5px;
    line-height: 1.84;
  }
  .small__list li.indent {
    text-indent: -1.8em;
    margin-left: 1.8em;
  }
  .product__text + .small__list {
    margin-top: -13px;
    margin-bottom: 32px;
  }
  .tab__list {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -1px;
  }
  .tab__item {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: 223px;
    height: 43px;
    padding-top: 16px;
    color: rgba(0, 0, 0, 0.3);
    background-color: rgba(151, 154, 168, 0.3);
    cursor: pointer;
  }
  .tab__item.active {
    color: #000;
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .tab__contents {
    border-top: 1px solid #000;
  }
  .tabpanel {
    margin-top: 32px;
    display: none;
  }
  .tabpanel.active {
    display: block;
  }
  .desc {
    margin-bottom: 42px;
  }
  .desc__title {
    font-size: 18px;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .desc__text {
    font-size: 14.5px;
    line-height: 2;
    margin-top: 10px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .category-title {
    margin-bottom: 33px;
  }
  .movie {
    position: relative;
    padding-top: 56%;
    margin-bottom: 76px;
  }
  .movie .thumb {
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 1;
  }
  .movie .thumb:hover::before {
    background: url(../img/common/btn_play_wh_on.svg) no-repeat;
    background-size: contain;
  }
  .movie .thumb::before {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background: url(../img/common/btn_play_wh.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .dot__item {
    position: relative;
    text-indent: -1em;
    margin-left: 1em;
  }
  .dot__item::before {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 1px;
    background-color: #000;
  }
  .dot__item .sup {
    font-size: 12px;
    vertical-align: top;
    margin-right: 2px;
  }
  .remodal .banner__list {
    margin: 0 auto;
    padding: 60px 49px 0;
  }
  .remodal .banner__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .remodal .banner__item a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .remodal .banner__item a:hover {
    opacity: 0.7;
  }
  body.oil .main__box {
    height: 206px;
  }
  body.oil .main__box .sub-title {
    margin-bottom: 38px;
    margin-left: 20px;
  }
  body.oil .point__title {
    margin-bottom: 17px;
  }
  body.oil .feature__inner {
    margin-top: 14px;
  }
  body.water .main__box {
    height: 246px;
  }
  body.water .main-title {
    margin-top: 7px;
    line-height: 1.33;
  }
  body.water .main .sub-title {
    letter-spacing: 0.16em;
    margin-bottom: 35px;
    margin-left: 10px;
  }
  body.water .feature__inner {
    max-width: 402px;
    margin: 55px auto;
  }
  body.water .feature__box {
    border: 1px solid #fff;
    padding-bottom: 20px;
  }
  body.water .feature__box + .feature__box {
    margin-top: 40px;
    padding-bottom: 28px;
  }
  body.water .feature__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
    line-height: 1.75;
    padding: 36px 0 17px;
  }
  body.water .feature__text {
    font-size: 18px;
    line-height: 2.11;
    color: #fff;
    text-align: center;
  }
  body.water .feature__text + .feature__desc {
    margin-top: 42px;
  }
  body.water .feature__desc {
    width: 287px;
    margin: 0 auto 30px;
  }
  body.water .feature-desc:nth-of-type(2) .feature-desc__text {
    padding-top: 49px;
  }
  body.water .feature-desc__title {
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #fff;
    line-height: 1.375;
    height: 90px;
    padding: 24px 139px 0 20px;
    text-align: center;
    background-color: #B5B8C4;
    position: relative;
  }
  body.water .feature-desc__title .pic01 {
    position: absolute;
    width: 123px;
    right: 4px;
    bottom: 0;
  }
  body.water .feature-desc__title .pic02 {
    position: absolute;
    width: 121px;
    right: 5px;
    bottom: -13px;
  }
  body.water .feature-desc__text {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5294;
    text-align: center;
    height: 125px;
    margin: 0;
    padding: 43px 0 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  body.water .feature-desc__text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 22px 16.5px 0 16.5px;
    border-color: #B5B8C4 transparent transparent transparent;
  }
  body.water .feature-desc__text .sup {
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
  }
  body.water .feature-desc__text .small {
    display: block;
    line-height: 1;
  }
  body.water .point {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  body.water .point__list {
    width: 100%;
    max-width: 402px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.water .point__item {
    max-width: 190px;
    width: 48%;
    height: 82px;
    margin-bottom: 24px;
  }
  body.water .point__item .small {
    font-size: 12px;
    line-height: 1.333;
    display: inline-block;
    margin-top: 6px;
  }
  body.water .point__item .sup {
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
  }
  body.water .point p.small {
    line-height: 1;
    color: #fff;
    margin-left: 30px;
  }
  body.water .product__inner {
    padding-top: 70px;
  }
  body.water .product__title span {
    margin-bottom: 16px;
  }
  body.water .product__title span {
    line-height: 1.428;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  body.water .product__text {
    margin-bottom: 14px;
  }
  body.water .product__text .small {
    display: inline-block;
    margin-bottom: 13px;
  }
  body.water .product__point {
    width: auto;
    display: inline-block;
    padding-right: 13px;
  }
  body.water .product__point .em {
    margin: 0 13px 0 0;
  }
  body.water .product__point span + .em {
    margin: 0 13px 0 13px;
  }
  body.water .dot__list {
    margin-bottom: 14px;
    margin-right: 26px;
  }
  body.water .dot__item {
    font-size: 18px;
    line-height: 1.66;
    text-indent: -1em;
    margin-left: 1em;
  }
  body.water .dot__item::before {
    width: 16px;
    height: 16px;
  }
  body.water .accordion {
    margin-top: 34px;
  }
  body.balm .main__box {
    height: 246px;
  }
  body.balm .main__box .main-title {
    line-height: 1.5;
  }
  body.balm .main__box .sub-title {
    margin-bottom: 29px;
    margin-top: 12px;
    margin-left: 20px;
  }
  body.balm .feature__inner {
    width: 358px;
    margin-top: 14px;
  }
  body.balm .point {
    padding-top: 41px;
  }
  body.balm .point__title {
    margin-bottom: 20px;
  }
  body.balm .point__text {
    line-height: 2.33;
    margin-bottom: 44px;
  }
  body.balm .product__inner {
    padding-top: 70px;
  }
  body.balm .product__title {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  body.balm .accordion {
    margin-bottom: 40px;
  }
  body.balm p.small-text {
    font-size: 12.5px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  body.balm .product__inner {
    padding-bottom: 40px;
  }
  .heading {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.33;
    margin-bottom: 45px;
  }
  body.heatcare .main__box {
    height: 240px;
  }
  body.heatcare .main__box .main-title {
    font-size: 33px;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  body.heatcare .main__box .sub-title {
    line-height: 1.8421;
    margin-bottom: 22px;
    margin-left: 20px;
  }
  body.heatcare .point {
    padding: 40px 44px 47px;
  }
  body.heatcare .point__title {
    letter-spacing: 0;
    margin-bottom: 22px;
  }
  body.heatcare .point__title.icon-new::before {
    content: "";
    display: block;
    width: 98px;
    height: 26px;
    background: url(../img/common/icon_new.svg) no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto 8px;
    top: 0;
  }
  body.heatcare .point__block-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    padding-left: 17px;
    text-align: center;
    margin-bottom: 7px;
  }
  body.heatcare .point__block-title .sup {
    font-size: 13px;
    display: inline-block;
    vertical-align: 8px;
  }
  body.heatcare .point__list {
    display: block;
    width: 316px;
    margin: 0 auto 40px;
  }
  body.heatcare .point__item {
    width: inherit;
    height: 150px;
    background-color: #fff;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
  }
  body.heatcare .point__item:nth-child(2) {
    height: 160px;
    margin-bottom: 53px;
  }
  body.heatcare .point__item:nth-child(2)::after {
    content: "";
    display: block;
    color: #fff;
    line-height: 1;
    width: 18px;
    height: 18px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body.heatcare .point__image {
    width: 97px;
    margin: 20px 0 0 8px;
  }
  body.heatcare .point__image img {
    width: inherit;
  }
  body.heatcare .point__desc {
    width: 182px;
    text-align: left;
    margin: 15px 0 15px 15px;
  }
  body.heatcare .point__desc dt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
  }
  body.heatcare .point__desc dd {
    line-height: 1.5;
    font-size: 13px;
  }
  body.heatcare .point__desc dd .sup {
    font-size: 10px;
    vertical-align: 2px;
    margin-right: 3px;
  }
  body.heatcare .point__block {
    width: 366px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto 23px;
    font-size: 19px;
    font-weight: bold;
    padding-right: 3px;
    letter-spacing: 0.05em;
  }
  body.heatcare .small-list {
    margin-top: -2px;
    width: 358px;
    margin: 20px auto 0;
  }
  body.heatcare .small-list li {
    font-size: 12.5px;
    line-height: 1.84;
    color: #fff;
    text-indent: -1em;
    margin-left: 1em;
  }
  body.heatcare .feature__title {
    padding-top: 12px;
  }
  body.heatcare .feature__title .sup {
    top: 12px;
  }
  body.heatcare .feature__list {
    margin-bottom: 28px;
  }
  body.heatcare .feature__item {
    font-weight: bold;
  }
  body.heatcare .feature .btn-more {
    margin-top: 28px;
  }
  body.heatcare .product .anchor__item {
    height: auto;
    width: 33.333%;
    background: #B2B4C1;
    border-right: 1px solid #fff;
  }
  body.heatcare .product .anchor__item:last-child {
    border-color: transparent;
  }
  body.heatcare .product .anchor__item .image {
    overflow: hidden;
  }
  body.heatcare .product .anchor__item a img {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  body.heatcare .product .anchor__item a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  body.heatcare .product .anchor__item:hover {
    opacity: 1;
  }
  body.heatcare .product .anchor__link {
    padding-top: 0;
    height: 27px;
    background: #979AA8;
  }
  body.heatcare .product .anchor__desc {
    width: 150px;
    height: 160px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
  }
  body.heatcare .product .anchor__desc dt {
    font-size: 16px;
    padding: 12px 0 7px;
    border-bottom: 1px solid #fff;
  }
  body.heatcare .product .anchor__desc dt .subtitle {
    font-size: 12px;
  }
  body.heatcare .product .anchor__desc dd {
    font-size: 11px;
    padding: 6px 0 0;
  }
  body.heatcare .product .anchor__desc dd .dot-list {
    font-size: 10px;
    text-align: left;
    width: 120px;
    margin: 0 auto;
    line-height: 1.9;
  }
  body.heatcare .product .anchor__desc dd .dot-item::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 2px;
  }
  body.heatcare .product__inner {
    padding-top: 50px;
  }
  body.heatcare .product__image {
    margin-bottom: 38px;
    position: relative;
  }
  body.heatcare .product__title {
    line-height: 1.4;
    margin-bottom: 23px;
  }
  body.heatcare .product__title span {
    font-weight: bold;
  }
  body.heatcare .product .small {
    letter-spacing: 0.02em;
  }
  body.heatcare .product__text {
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
  }
  body.heatcare .product__point {
    letter-spacing: 0.14em;
    padding: 0 20px 0 13px;
  }
  body.heatcare .product__point .em {
    margin-right: 9px;
  }
  body.heatcare .product__component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.heatcare .product__component-desc {
    width: 220px;
    border: 1px solid #DEDFE4;
    border-radius: 8px;
    overflow: hidden;
  }
  body.heatcare .product__component-desc.wide {
    width: 100%;
    margin-top: 25px;
  }
  body.heatcare .product__component-desc dt {
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 40px;
    background: #DEDFE4;
    color: #5A5959;
    text-align: center;
  }
  body.heatcare .product__component-desc dt .sup {
    font-size: 10px;
    vertical-align: 2.5px;
  }
  body.heatcare .product__component-desc dd {
    height: 58px;
    font-size: 14px;
    font-weight: bold;
    color: #5A5959;
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.heatcare .product .small-text {
    font-size: 12.5px;
    text-align: right;
    margin-top: 10px;
  }
  body.heatcare .product .small-text + .accordion {
    margin-top: 53px;
  }
  body.shakemousse .main__box {
    height: 289px;
  }
  body.shakemousse .main__box .main-title {
    line-height: 1.4;
  }
  body.shakemousse .main__box .sub-title {
    line-height: 1.8421;
    margin-bottom: 22px;
    margin-left: 20px;
  }
  body.shakemousse .desc {
    margin-bottom: 60px;
  }
  body.shakemousse .point {
    padding: 34px 0 0;
  }
  body.shakemousse .point__inner {
    padding-bottom: 60px;
  }
  body.shakemousse .point__title {
    margin-bottom: 18px;
  }
  body.shakemousse .point__text {
    line-height: 2.111;
    margin-bottom: 29px;
    padding: 0 46px;
  }
  body.shakemousse .point__list {
    width: 462px;
    margin: 0 auto;
  }
  body.shakemousse .point__item .rows-3 {
    line-height: 1.25;
  }
  body.shakemousse .movie.howtouse {
    margin-bottom: 98px;
  }
  body.shakemousse .tabpanel .desc {
    margin-bottom: 43px;
  }
  body.shakemousse .tabpanel .desc + .btn-detail {
    margin-top: 60px;
  }
  body.shakemousse .anchor__list {
    margin: 0 auto 28px;
  }
  body.shakemousse .anchor__list.col-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.shakemousse .anchor__list.col-4:after {
    content: "";
    display: block;
    width: 100px;
    height: 0;
  }
  body.shakemousse .anchor__list.col-4 .anchor__item {
    font-size: 10.5px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.13;
    width: 100px;
    margin-bottom: 19px;
  }
  body.shakemousse .anchor__list.col-4 .anchor__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 10px 0;
    height: inherit;
  }
  body.shakemousse .product__inner {
    padding-top: 50px;
  }
  body.shakemousse .product__title {
    margin-bottom: 24px;
  }
  body.shakemousse .product__title .name {
    font-size: 31px;
    margin-top: -8px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  body.shakemousse .product__text {
    margin-top: 27px;
    margin-bottom: 40px;
  }
  body.shakemousse .product__spec {
    width: 390px;
    margin-bottom: 58px;
  }
  body.shakemousse .product__image {
    margin-bottom: 36px;
  }
  body.shakemousse .positioning__inner {
    padding-top: 95px;
    width: 464px;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 70px;
  }
  body.shakemousse .positioning__map {
    margin-bottom: 18px;
  }
  body.shakemousse .positioning .btn-zoom {
    position: relative;
    margin-bottom: 28px;
  }
  body.shakemousse .positioning .text {
    font-size: 12px;
    line-height: 1.83;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  body.shakemousse .feature__inner {
    margin: 16px auto 60px;
  }
  body.shakemousse .feature__brand {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 33px;
  }
  body.shakemousse .feature__brand .sup {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
  }
  body.shakemousse .feature__brand .small {
    font-size: 9px;
    line-height: 1.666;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin: 3px 0 0;
    text-indent: 0;
  }
  body.shakemousse .accordion:last-of-type {
    margin-bottom: 0;
  }
  body.shakemousse .btn-more {
    margin-top: 33px;
  }
  body.shakemousse .small-list {
    margin-top: -2px;
  }
  body.shakemousse .small-list li {
    font-size: 12.5px;
    line-height: 1.84;
    color: #fff;
    text-indent: -1em;
    margin-left: 1em;
  }
  body.shakemousse .corners__item {
    height: 116px;
  }
  body.shakemousse .dot__list {
    margin-top: 5px;
  }
  body.shakemousse .dot__item {
    font-size: 14.9px;
  }
}
@media screen and (max-width: 800px) {
  .feature {
    background-color: #989BAB;
    padding-bottom: 13.3333333333vw;
  }
  .feature__inner {
    padding: 0 8vw;
    overflow: hidden;
  }
  .feature__fukidashi {
    font-size: 5.3333333333vw;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 5.0666666667vw;
  }
  .feature__fukidashi::before {
    content: "";
    position: absolute;
    left: 8vw;
    top: 0;
    width: 1px;
    height: 6.1333333333vw;
    background: #fff;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .feature__fukidashi::after {
    content: "";
    position: absolute;
    right: 9.3333333333vw;
    top: 0;
    width: 1px;
    height: 6.1333333333vw;
    background: #fff;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .feature__title {
    font-size: 6.9333333333vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    position: relative;
    padding-top: 12vw;
    margin-bottom: 8.8vw;
    position: relative;
  }
  .feature__title.new::before {
    content: "";
    display: block;
    width: 24.5333333333vw;
    height: 7.2vw;
    background: url(../img/common/icon_new.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 7.2vw;
  }
  .feature__title .sup {
    display: block;
    position: absolute;
    font-size: 2.6666666667vw;
    position: absolute;
    right: 2vw;
    top: 12vw;
  }
  .feature .btn-more {
    color: #fff;
    margin-top: 6.5vw;
    position: relative;
  }
  .feature .btn-more a {
    color: #fff;
  }
  .feature .btn-more a::after {
    content: "";
    height: 1px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 83%;
    background-color: #fff;
    left: 2vw;
  }
  .feature .btn-more::after {
    content: none;
  }
  .feature__list {
    margin-bottom: 8vw;
    position: relative;
  }
  .feature__list:before {
    content: "";
    display: block;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    background: url(../img/common/icon_cross.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 13vw;
    padding-left: 2vw;
  }
  .feature__list.single {
    margin: 0;
  }
  .feature__list.single::before {
    content: none;
  }
  .feature__item {
    color: #fff;
    text-align: center;
    height: 10.6666666667vw;
    line-height: 10.1333333333vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0;
    border: 1px solid #fff;
  }
  .feature__item:not(:last-child) {
    margin-bottom: 10.1333333333vw;
  }
  .feature p.small {
    font-size: 2.6666666667vw;
    color: #fff;
    text-indent: -1em;
    margin-left: 1em;
  }
  .icon-new::before {
    content: "";
    display: block;
    width: 24.5333333333vw;
    height: 7.2vw;
    background: url(../img/common/icon_new.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 7.2vw;
  }
  .corners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .corners__item {
    width: 40vw;
    height: 24vw;
    border-radius: 2.1333333333vw;
    background-color: #B5B8C4;
    color: #fff;
    font-size: 4.6666666667vw;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .corners__item:nth-child(3) .small {
    font-size: 2.4vw;
    padding-bottom: 1.5vw;
  }
  .corners__item:not(:last-child) {
    margin-bottom: 4vw;
  }
  .corners__item .small {
    display: block;
    width: 100%;
    line-height: 1;
    padding-bottom: 0;
  }
  .corners__item .small.double-text {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    line-height: 1.33;
  }
  .corners__item p.double-text {
    line-height: 1.3157;
  }
  .corners-small__list {
    width: 84vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .corners-small__item {
    font-size: 3.4666666667vw;
    color: #fff;
    background-color: #989BAB;
    width: auto;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    padding: 0 4.8vw;
    border-radius: 1.3333333333vw;
    position: relative;
  }
  .corners-small__item:not(:last-child):before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/common/icon_cross.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: -6vw;
    top: 2vw;
  }
  .point {
    background-color: #B2B4C1;
    padding: 8vw 0 8.8vw;
    overflow: hidden;
  }
  .point__title {
    font-size: 6.4vw;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.77;
    color: #fff;
    text-align: center;
    margin-bottom: 5.4vw;
  }
  .point__text {
    font-size: 3.7333333333vw;
    font-weight: bold;
    line-height: 2.2875;
    color: #fff;
    text-align: center;
    margin-bottom: 7.3333vw;
  }
  .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 84vw;
    margin: 0 auto;
  }
  .point__item {
    color: #989BAB;
    width: 40vw;
    height: 11.2vw;
    line-height: 12vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    border-radius: 2.1333333333vw;
    text-align: center;
    background-color: #F1F1F2;
  }
  .point__item:not(:last-child) {
    margin-bottom: 4vw;
  }
  .product .anchor__item {
    font-size: 3.7333333333vw;
    font-weight: bold;
    width: 40vw;
    height: 13.3333333333vw;
  }
  .product__image {
    position: relative;
    overflow: hidden;
  }
  .product__image.icon-voce::before {
    content: "";
    display: block;
    width: 18.6666666667vw;
    height: 27.2vw;
    background: url(../img/common/icon_voce.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    z-index: 10;
  }
  .product__image.icon-cosume::after {
    content: "";
    display: block;
    width: 22.6666666667vw;
    height: 23.4666666667vw;
    background: url(../img/common/icon_cosume.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    z-index: 10;
  }
  .product__image.icon-cosume02::after {
    content: "";
    display: block;
    width: 20vw;
    height: 18.6666666667vw;
    background: url(../img/common/icon_cosume02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    z-index: 10;
  }
  .product__image.icon-cosume03::before {
    content: "";
    display: block;
    width: 26.9333333333vw;
    height: 25.0666666667vw;
    background: url(../img/common/icon_cosume03.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.6vw;
    left: 1.6vw;
    z-index: 10;
  }
  .product__image.icon-cosume04::after {
    content: "";
    display: block;
    width: 23.4666666667vw;
    height: 20.8vw;
    background: url(../img/common/icon_cosume04.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    z-index: 10;
  }
  .product__inner {
    width: 84vw;
    margin: 0 auto;
    padding-top: 8vw;
    overflow: hidden;
  }
  .product__image {
    margin-bottom: 6vw;
    position: relative;
  }
  .product__image .swiper-pagination {
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .product__image .swiper-pagination-bullet {
    background-color: #979AA8;
    opacity: 0.35;
    width: 7px;
    height: 7px;
  }
  .product__image .swiper-pagination-bullet-active {
    background-color: #979AA8;
    opacity: 1;
  }
  .product__image .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .product__title {
    font-size: 5.8666666667vw;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .product__title span {
    display: block;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 6vw;
  }
  .product .small {
    font-size: 3.4666666667vw;
    font-weight: bold;
    line-height: 1.69;
    margin-bottom: 3.5vw;
  }
  .product__point {
    display: inline-block;
    height: 7.7333333333vw;
    font-size: 3.2vw;
    font-weight: bold;
    color: #fff;
    padding: 0 2vw;
    background-color: #B5B8C4;
    border-radius: 8px;
  }
  .product__point .em {
    display: inline-block;
    font-size: 3.7333333333vw;
    margin: 0 3vw 0 0;
  }
  .product__point span + .em {
    margin: 0 3vw 0 2vw;
  }
  .product__text {
    font-size: 4vw;
    line-height: 1.733;
    margin-top: 4vw;
    margin-bottom: 8vw;
  }
  .product__text .sup {
    font-size: 2vw;
    display: inline-block;
    vertical-align: top;
  }
  .product .btn-detail {
    width: 44vw;
    margin: 0 auto;
    border-color: #000;
  }
  .product .btn-detail a {
    color: #000;
  }
  .product .btn-detail a::before {
    background: url(../img/common/arrow_blk.svg) no-repeat;
    background-size: contain;
  }
  .anchor__list {
    width: 84vw;
    margin: 0 auto 10.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anchor__item {
    font-size: 3.7333333333vw;
    width: 40vw;
    height: 13.3333333333vw;
    text-align: center;
    position: relative;
    background-color: #979AA8;
    border-radius: 8px;
  }
  .anchor__link {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 1.6vw;
    color: #fff;
  }
  .anchor__link::after {
    content: "";
    display: block;
    color: #fff;
    line-height: 1;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
    position: absolute;
    bottom: 2.1333333333vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accordion {
    margin-bottom: 19vw;
  }
  .accordion__btn {
    font-size: 3.2vw;
    font-weight: bold;
    height: 18.6666666667vw;
    line-height: 18.6666666667vw;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
  }
  .accordion__btn.open {
    border-bottom: none;
  }
  .accordion__btn::after {
    content: "";
    display: block;
    color: #000;
    line-height: 1;
    width: 3.2vw;
    height: 3.2vw;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(0%) rotate(-225deg);
            transform: translateY(0%) rotate(-225deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6vw;
    margin: auto;
  }
  .accordion__btn.open::after {
    -webkit-transform: translateY(25%) rotate(-45deg);
            transform: translateY(25%) rotate(-45deg);
  }
  .accordion__body {
    display: none;
  }
  .accordion__body.open {
    display: block;
  }
  .tab__list {
    margin-top: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -1px;
  }
  .tab__item {
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: 40.5333333333vw;
    height: 14.6666666667vw;
    padding-top: 5vw;
    color: rgba(0, 0, 0, 0.3);
    background-color: rgba(151, 154, 168, 0.3);
  }
  .tab__item.active {
    color: #000;
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .tab__contents {
    border-top: 1px solid #000;
  }
  .tabpanel {
    margin-top: 9vw;
    margin-bottom: 13vw;
    display: none;
  }
  .tabpanel.active {
    display: block;
  }
  .desc {
    margin-bottom: 9vw;
  }
  .desc__title {
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
  .desc__text {
    font-size: 3.7333333333vw;
    line-height: 1.97;
    margin-top: 3vw;
  }
  .category-title {
    font-size: 4.2666666667vw;
    position: relative;
    margin-bottom: 5.3vw;
  }
  .category-title::before {
    content: "";
    display: block;
    width: 7.4666666667vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 2.5vw;
  }
  .movie {
    position: relative;
    padding-top: 56%;
    margin-bottom: 13vw;
  }
  .movie .thumb {
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 1;
  }
  .movie .thumb:hover::before {
    background: url(../img/common/btn_play_wh_on.svg) no-repeat;
    background-size: contain;
  }
  .movie .thumb::before {
    content: "";
    display: block;
    width: 16.8vw;
    height: 16.8vw;
    background: url(../img/common/btn_play_wh.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .remodal .banner__list {
    margin: 0 auto;
    padding: 55px 40px 0;
  }
  .remodal .banner__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .remodal .banner__item a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .remodal .banner__item a:hover {
    opacity: 0.7;
  }
  .dot__item {
    text-indent: -0.9em;
    margin-left: 0.9em;
  }
  .dot__item .sup {
    font-size: 2.6666666667vw;
    vertical-align: top;
    margin-right: 0.5vw;
  }
  .dot__item::before {
    content: "";
    display: inline-block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 50%;
    background-color: #000;
    margin-right: 0.1em;
  }
  .small__list li {
    font-size: 2.9333333333vw;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  body.oil .main__box {
    height: 59.4666666667vw;
  }
  body.oil .main__box .main-title {
    font-size: 7.4666666667vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  body.oil .main__box .sub-title {
    margin-bottom: 8.2vw;
    margin-left: 3vw;
  }
  body.oil .main__image {
    position: relative;
  }
  body.oil .point__text {
    margin-bottom: 8vw;
  }
  body.water .main__box {
    height: 68.2666666667vw;
  }
  body.water .main__box .sub-title {
    margin-bottom: 7vw;
    margin-left: 3vw;
  }
  body.water .main-title {
    line-height: 1.33;
  }
  body.water .feature {
    padding-bottom: 0;
  }
  body.water .feature__box {
    border: 1px solid #fff;
    margin-bottom: 8vw;
  }
  body.water .feature__box:not(:last-of-type) {
    padding-bottom: 8vw;
  }
  body.water .feature__inner {
    padding-top: 12vw;
  }
  body.water .feature__title {
    font-size: 6.4vw;
    line-height: 1.75;
    padding-top: 6.8vw;
    letter-spacing: 0;
    text-align: center;
    text-indent: -1em;
    padding-left: 1em;
    padding-right: 0;
    margin-bottom: 3.6vw;
  }
  body.water .feature__text {
    font-size: 3.7333333333vw;
    line-height: 2;
    color: #fff;
    text-align: center;
    margin-bottom: 6vw;
  }
  body.water .feature__text + .feature__desc {
    margin-top: 9.5vw;
  }
  body.water .feature__desc {
    width: 65.3333333333vw;
    margin: 0 auto;
  }
  body.water .feature-desc:not(:last-of-type) {
    margin-bottom: 11.2vw;
  }
  body.water .feature-desc__title {
    height: 20.5333333333vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    line-height: 1.357;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #B5B8C4;
    padding: 6vw 28vw 0 1vw;
  }
  body.water .feature-desc__title .pic01 {
    width: 27.7333333333vw;
    position: absolute;
    top: -3.8vw;
    right: 1vw;
  }
  body.water .feature-desc__title .pic02 {
    width: 27.2vw;
    position: absolute;
    top: -4.8vw;
    right: 1.5vw;
  }
  body.water .feature-desc__text {
    height: 28.2666666667vw;
    line-height: 1.529;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    padding: 10vw 0 0;
    background-color: #fff;
    z-index: 10;
    position: relative;
  }
  body.water .feature-desc__text .sup {
    font-size: 2.6666666667vw;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.5vw;
  }
  body.water .feature-desc__text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -1.3333333333vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 5.066vw 3.733vw 0 3.733vw;
    border-color: #B5B8C4 transparent transparent transparent;
  }
  body.water .feature-desc__text .small {
    display: block;
  }
  body.water .dot__list {
    margin-bottom: 3.5vw;
  }
  body.water .dot__item {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    text-indent: -1em;
    margin-left: 1em;
  }
  body.water .point {
    padding-bottom: 9.5vw;
  }
  body.water .point__inner {
    padding: 0 8vw;
  }
  body.water .point__item {
    height: 17.3333333333vw;
    line-height: 1.28;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.water .point__item .sup {
    font-size: 2.9333333333vw;
    vertical-align: top;
  }
  body.water .point__item .small {
    display: inline-block;
    line-height: 1.4;
  }
  body.water .point p.small {
    color: #fff;
    margin-top: 1vw;
  }
  body.water .product__inner {
    padding-top: 18.6666666667vw;
  }
  body.water .product__title {
    margin-bottom: 3vw;
  }
  body.water .product__text {
    margin-bottom: 4vw;
  }
  body.water .product__point {
    width: auto;
    display: inline-block;
    padding-right: 2vw;
  }
  body.water .product__point span + .em {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  body.water .product .accordion {
    margin-top: 9vw;
  }
  body.balm .main__box {
    height: 68.2666666667vw;
  }
  body.balm .main__box .main-title {
    line-height: 1.4;
  }
  body.balm .main__box .sub-title {
    margin-left: 3vw;
    margin-bottom: 6.2vw;
  }
  body.balm .point {
    padding-top: 9vw;
  }
  body.balm .point__title {
    margin-bottom: 4vw;
  }
  body.balm .point__text {
    line-height: 2.286;
    margin-bottom: 8.5vw;
  }
  body.balm .product__inner {
    padding-top: 19vw;
    margin-bottom: 10.6666666667vw;
  }
  body.balm .product__image {
    margin-bottom: 5vw;
  }
  body.balm .product__title {
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  body.balm .accordion {
    margin-bottom: 10.6666666667vw;
  }
  body.balm p.small-text {
    font-size: 2.6666666667vw;
    line-height: 2;
    text-indent: -1em;
    margin-left: 1em;
  }
  .heading {
    font-size: 6.9333333333vw;
    font-weight: bold;
    line-height: 1.46;
    text-align: center;
    margin-bottom: 11vw;
  }
  body.shakemousse .remodal .modalCloseTop {
    width: 6.9333333333vw;
    position: absolute;
    right: 0;
    top: -10.6666666667vw;
    margin-top: 0;
  }
  body.shakemousse .main__box {
    height: 78.1333333333vw;
  }
  body.shakemousse .main .sub-title {
    line-height: 2;
    margin-bottom: 5.5vw;
    margin-left: 5vw;
  }
  body.shakemousse .main .main-title {
    line-height: 1.333;
    padding-top: 27.066667vw;
  }
  body.shakemousse .accordion:last-of-type {
    margin-bottom: 0;
  }
  body.shakemousse .feature {
    padding-bottom: 11.3333vw;
  }
  body.shakemousse .feature__inner {
    padding-top: 5vw;
  }
  body.shakemousse .feature__brand {
    font-size: 4vw;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 8.8vw;
  }
  body.shakemousse .feature__brand .sup {
    font-size: 2.4vw;
    display: inline-block;
    vertical-align: top;
  }
  body.shakemousse .feature__brand .small {
    font-size: 2.4vw;
    letter-spacing: 0;
    line-height: 1.666;
    margin-top: 1vw;
  }
  body.shakemousse .corners__item {
    height: 29.0666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  body.shakemousse .corners__item .sup {
    font-size: 2.4vw;
    display: inline-block;
    vertical-align: top;
    margin-left: 1vw;
  }
  body.shakemousse .corners .small {
    display: block;
    width: 100%;
    line-height: 1;
    padding-bottom: 0;
  }
  body.shakemousse .corners .small.double-text {
    font-size: 2.4vw;
    letter-spacing: 0;
    line-height: 1.33;
  }
  body.shakemousse .corners p.double-text {
    line-height: 1.3157;
  }
  body.shakemousse .small-list li {
    font-size: 2.6666666667vw;
    line-height: 2;
    color: #fff;
    text-indent: -1em;
    margin-left: 1em;
  }
  body.shakemousse .point__title {
    margin-bottom: 4vw;
  }
  body.shakemousse .point__text {
    line-height: 2;
    margin-bottom: 5.3333vw;
  }
  body.shakemousse .point__item {
    line-height: 1.428;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    height: 13.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.shakemousse .movie.howtouse {
    margin-bottom: 18.5vw;
  }
  body.shakemousse .product__text + .small__list {
    margin-top: -3vw;
    margin-bottom: 5vw;
  }
  body.shakemousse .product__text + .small__list li {
    text-indent: -1.8em;
    margin-left: 1.8em;
  }
  body.shakemousse .anchor__list {
    margin: 0 auto 18vw;
  }
  body.shakemousse .anchor__list.col-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.shakemousse .anchor__list.col-4 .anchor__item {
    font-size: 2.9333333333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.6;
    width: 18.5333333333vw;
    height: 18.6666666667vw;
    margin-bottom: 3.4666666667vw;
  }
  body.shakemousse .anchor__list.col-4 .anchor__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 2vw 0;
    height: inherit;
  }
  body.shakemousse .product__inner {
    padding-top: 7.5vw;
  }
  body.shakemousse .product__title .name {
    font-size: 5.8666666667vw;
    margin: 1vw 0 3vw;
  }
  body.shakemousse .product p.small {
    margin-bottom: 3vw;
  }
  body.shakemousse .product__text {
    line-height: 1.7333;
    margin: 3vw 0 6vw;
  }
  body.shakemousse .product__spec {
    width: 72.8vw;
    margin-bottom: 9vw;
  }
  body.shakemousse .tab__list {
    margin-top: 9vw;
  }
  body.shakemousse .desc {
    margin-bottom: 10.5vw;
  }
  body.shakemousse .positioning__inner {
    padding-top: 18vw;
    text-align: right;
  }
  body.shakemousse .positioning__map {
    width: 84vw;
    margin: 0 auto;
    padding-bottom: 2.6666666667vw;
    margin-left: 8vw;
  }
  body.shakemousse .positioning .btn-zoom {
    display: inline-block;
    font-size: 3.2vw;
    font-weight: bold;
    width: 12.2666666667vw;
    height: 5.8666666667vw;
    margin-right: 9.3333333333vw;
    text-align: center;
    position: relative;
  }
  body.shakemousse .positioning .btn-zoom a {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  body.shakemousse .positioning .btn-zoom a::before {
    content: "";
    display: block;
    width: 3.7333333333vw;
    height: 4vw;
    background: url(../img/common/icon_zoom.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.5vw;
    right: -4.8vw;
  }
  body.shakemousse .positioning .btn-zoom a::after {
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body.shakemousse .positioning .btn-zoom a:hover::after {
    -webkit-animation-name: hover-underline;
            animation-name: hover-underline;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  body.shakemousse .positioning .text {
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.833;
    margin: 6vw 8vw 14vw;
  }
  body.shakemousse ::-webkit-scrollbar {
    width: 10px;
  }
  body.shakemousse ::-webkit-scrollbar-track {
    background-color: #F1F1F2;
  }
  body.shakemousse ::-webkit-scrollbar-thumb {
    background-color: #D5D8E5;
  }
  body.heatcare .main__box {
    height: 68.466667vw;
  }
  body.heatcare .main__box .main-title {
    letter-spacing: 0;
  }
  body.heatcare .main__box .sub-title {
    line-height: 1.7;
    margin-bottom: 7vw;
    margin-left: 6vw;
  }
  body.heatcare .main__image {
    height: 88vw;
  }
  body.heatcare .point {
    padding: 19vw 0 12.5vw;
  }
  body.heatcare .point__title {
    letter-spacing: 0;
  }
  body.heatcare .point__title.icon-new::before {
    content: "";
    display: block;
    width: 24.5333333333vw;
    height: 7.2vw;
    background: url(../img/common/icon_new.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -8.8vw;
  }
  body.heatcare .point__block-title {
    font-size: 6.4vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 3vw;
  }
  body.heatcare .point__block-title .sup {
    font-size: 2.6666666667vw;
    display: inline-block;
    vertical-align: 3vw;
  }
  body.heatcare .point__list {
    display: block;
    margin: 0 auto 10.5vw;
  }
  body.heatcare .point__item {
    width: 100%;
    height: 40vw;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 8.5vw;
  }
  body.heatcare .point__item:nth-child(2) {
    height: 42.6666666667vw;
    margin-bottom: 14vw;
  }
  body.heatcare .point__item:nth-child(2)::after {
    content: "";
    display: block;
    color: #fff;
    line-height: 1;
    width: 4.8vw;
    height: 4.8vw;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
    position: absolute;
    bottom: -9vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body.heatcare .point__image {
    width: 25.8666666667vw;
    margin-top: 6vw;
    margin-left: 3vw;
  }
  body.heatcare .point__image img {
    width: inherit;
  }
  body.heatcare .point__desc {
    width: 48.5333333333vw;
    text-align: left;
    margin: 3.5vw 2vw 0 4vw;
  }
  body.heatcare .point__desc dt {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 0.5vw;
  }
  body.heatcare .point__desc dd {
    line-height: 1.5;
    font-size: 3.4666666667vw;
  }
  body.heatcare .point__desc dd .sup {
    font-size: 2.6666666667vw;
    vertical-align: 2px;
    margin-right: 3px;
  }
  body.heatcare .point__block {
    width: 84vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto 6.5vw;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0;
  }
  body.heatcare .small-list {
    width: 85.3333333333vw;
    margin: 6vw auto 0;
  }
  body.heatcare .small-list li {
    font-size: 2.6666666667vw;
    line-height: 1.84;
    color: #fff;
    text-indent: -1em;
    margin-left: 1em;
  }
  body.heatcare .feature {
    padding: 13vw 0 13.5vw;
  }
  body.heatcare .feature__title {
    text-align: center;
    padding-top: 0;
    letter-spacing: 0;
  }
  body.heatcare .feature__title .sup {
    top: 1vw;
  }
  body.heatcare .feature__list {
    margin-bottom: 8vw;
  }
  body.heatcare .feature__item {
    font-weight: bold;
  }
  body.heatcare .feature .btn-more {
    margin-top: 7.5vw;
  }
  body.heatcare .product .anchor__list {
    width: 100%;
  }
  body.heatcare .product .anchor__item {
    height: auto;
    width: 33.333%;
    background: #B2B4C1;
    border-right: 1px solid #fff;
  }
  body.heatcare .product .anchor__item:last-child {
    border-color: transparent;
  }
  body.heatcare .product .anchor__item a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  body.heatcare .product .anchor__item a:hover img {
    opacity: 0.8;
  }
  body.heatcare .product .anchor__item:hover {
    opacity: 1;
  }
  body.heatcare .product .anchor__link {
    padding-top: 0;
    height: 5.8666666667vw;
    background: #979AA8;
  }
  body.heatcare .product .anchor__desc {
    width: 30.1333333333vw;
    padding-left: 0.5vw;
    margin: 0 auto;
    color: #fff;
  }
  body.heatcare .product .anchor__desc dt {
    font-size: 3.4666666667vw;
    text-align: left;
    padding: 4vw 0 2.5vw;
    border-bottom: 1px solid #fff;
  }
  body.heatcare .product .anchor__desc dt .subtitle {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    margin-top: 1vw;
    display: block;
  }
  body.heatcare .product .anchor__desc dd {
    font-size: 2.4vw;
    padding: 2vw 0 3vw;
    text-align: left;
  }
  body.heatcare .product .anchor__desc dd .dot-list {
    font-size: 2.1333333333vw;
    text-align: left;
    line-height: 1.5;
  }
  body.heatcare .product .anchor__desc dd .dot-item::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 2px;
  }
  body.heatcare .product__inner {
    padding-top: 3vw;
  }
  body.heatcare .product__image {
    margin-bottom: 5vw;
  }
  body.heatcare .product__title {
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  body.heatcare .product__title span {
    font-weight: bold;
  }
  body.heatcare .product .small {
    letter-spacing: 0;
    display: inline-block;
    margin-right: -5px;
  }
  body.heatcare .product__text {
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 4vw;
  }
  body.heatcare .product__point {
    letter-spacing: 0;
    padding: 0 4.5vw 0 5vw;
  }
  body.heatcare .product__point .em {
    margin-right: 3vw;
  }
  body.heatcare .product__component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.heatcare .product__component-desc {
    width: 40vw;
    border: 1px solid #DEDFE4;
    border-radius: 2.1333333333vw;
    overflow: hidden;
  }
  body.heatcare .product__component-desc.wide {
    width: 100%;
    margin-top: 4.5vw;
  }
  body.heatcare .product__component-desc dt {
    font-size: 2.6666666667vw;
    font-weight: bold;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    background: #DEDFE4;
    color: #5A5959;
    text-align: center;
  }
  body.heatcare .product__component-desc dt .sup {
    font-size: 2.1333333333vw;
    vertical-align: 2.5px;
  }
  body.heatcare .product__component-desc dd {
    height: 10.6666666667vw;
    font-size: 2.6666666667vw;
    font-weight: bold;
    color: #5A5959;
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.heatcare .product .small-text {
    font-size: 2.6666666667vw;
    text-align: right;
    margin-top: 1.5vw;
  }
  body.heatcare .product .small-text + .accordion {
    margin-top: 9.5vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .product__point .em {
    font-size: 18px;
  }
  body.menu-fixed .menu.is-end .menu-nav__inner {
    width: 100%;
  }
  body.shakemousse .point__text {
    padding: 0 10px;
  }
  .product__text br {
    display: none;
  }
  body.shakemousse .point__list {
    max-width: 462px;
    width: 95%;
  }
  body.shakemousse .point__item {
    width: 87px;
  }
  body.shakemousse .positioning__inner {
    max-width: 464px;
    width: 95%;
  }
  body.shakemousse .product__spec {
    width: 100%;
  }
  body.shakemousse .small__list li br {
    display: none;
  }
  body.heatcare .point {
    padding: 40px 30px 47px;
  }
  body.heatcare .point__block {
    width: 100%;
  }
  body.heatcare .point__block-title {
    padding-left: 0;
  }
  body.heatcare .point__list {
    width: 100%;
  }
  body.heatcare .corners-small__list {
    width: 100%;
  }
  body.heatcare .corners-small__item:not(:last-child):before {
    right: -16px;
  }
  body.heatcare .small-list {
    width: 100%;
  }
  body.heatcare .product {
    padding: 0;
  }
  body.heatcare .product__inner {
    padding: 0 20px;
  }
  body.heatcare .product .anchor__desc {
    height: auto;
    width: 100%;
  }
  body.heatcare .product .anchor__desc dt {
    padding: 12px 6px 7px;
  }
  body.heatcare .product .anchor__desc dt .subtitle {
    padding: 0;
    line-height: 1.3;
    display: block;
    margin-top: 3px;
  }
  body.heatcare .product .anchor__desc dd {
    min-height: 9.3vh;
    padding: 6px 6px 0;
  }
  body.heatcare .product .anchor__desc dd .dot-list {
    width: 100%;
  }
  body.heatcare .product__component-desc {
    width: 48%;
  }
  body.water .dot__list {
    margin-right: 0;
  }
  .point {
    padding-right: 15px;
    padding-left: 15px;
  }
  .point__item {
    width: 80px;
  }
  .product {
    padding-right: 20px;
    padding-left: 20px;
  }
  .product__inner {
    width: 100%;
  }
  .product__point {
    width: 98%;
  }
  .product__point .em {
    margin-right: 10px;
  }
  .product__title br {
    display: none;
  }
  .product .anchor__list {
    width: 100%;
  }
  .product .anchor__item {
    width: 170px;
  }
  .feature__inner {
    width: 358px;
  }
  .tab__list {
    margin-bottom: -1px;
  }
  .corners__item {
    font-size: 18px;
  }
}
html.iPad .product__text br {
  display: none;
}