img {
    display: block
}

p {
  font-size: 14px;
}

.menuBtn {
    opacity: 0;
    transform: scale(0)
}

.menuBtn.is-first {
    transition: opacity 0.8s 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important
}

.menuBtn.is-show {
    opacity: 1;
    transform: scale(1)
}

.header__mr {
	min-width: 896px;
	margin: 0 auto;
	padding: 0 90px;
}

.header__mr span {
	display: block;
	padding-left: 25px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.header__mr {
		padding: 0;
	}

	.header__mr span {
		padding: 0;
	}
}

.header__logo {
    width: 238px;
}

@media (max-width: 768px) {
    .header__logo {
        width: 195px;
        margin-left: 80px;
        zoom: inherit;
        margin-left: 50px;
        text-align: left;
    }
    .header__logo img {
	    width: 110px;
      zoom: inherit;
    }

    .header__cartBtn img {
      zoom: inherit;
    }
}

.header .header__logo {
  margin-left: 0;
}

.contents {
    position: relative;
    padding-bottom: 120px;
    padding-top: 100px;
    display: block;
}

@media (max-width: 768px) {
    .contents {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

.contents__info {
	padding-left: 80px;
	padding-top: 28px;
}

@media (max-width: 768px) {
    .contents__info {
        padding-left: 20px;
        padding-top: 0;
    }
}

.contents__info ul {
	font-size: 10px;
	margin-left: 220px;
}

@media (max-width: 768px) {
    .contents__info ul {
        margin-left: 30px;
    }
}

.sideLine {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 30px;
    height: 100%;
}

@media (max-width: 768px) {
    .sideLine {
        width: 5.2vw;
        height: calc(100% + 27.7vw)
    }
}

.sideLine::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: url("/contents/product/mr/images/bg-sideline.jpg") left top no-repeat;
    background-size: auto;
    transition: height 1.5s ease-in-out
}

@media (max-width: 768px) {
    .sideLine::before {
        background-size: 248% auto
    }
}

@media (max-width: 768px) {
    .sideLine {
        width: 5.2vw;
        top: -27.7vw
    }
}

.sideLine.is-active::before {
    height: 100%
}

.anchorWrap {
    position: relative;
    height: 120px;
    margin-top: 30px
}

@media (max-width: 768px) {
    .anchorWrap {
        height: 19.8vw;
        margin-top: 3.1vw
    }
}

.anchor,
.anchor--new {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 400;
    display: none
}

@media (max-width: 768px) {

    .anchor,
    .anchor--new {
        opacity: 0;
        bottom: -20vw;
        width: calc(100% - 5.2vw);
        margin-left: 5.2vw;
        transition: opacity 0.3s ease, bottom 0.5s ease-out
    }
}

.anchor.is-fixed,
.is-fixed.anchor--new {
    position: fixed
}

@media (min-width: 769px) {

    .anchor.is-fixed,
    .is-fixed.anchor--new {
        bottom: 168px
    }
}

@media (max-width: 768px) {

    .anchor.is-show,
    .is-show.anchor--new {
        bottom: 0;
        opacity: 1
    }
}

.anchor--new {
    left: auto;
    right: 10px
}

@media (max-width: 768px) {
    .anchor--new {
        right: 0
    }
}

@media (min-width: 769px) {
    .anchor--new.is-fixed {
        bottom: 88px
    }
}

@media (max-width: 768px) {

    .anchor img,
    .anchor--new img {
        width: 100%
    }
}

.intro {
    position: relative
}

.intro__inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    margin: 70px 0 0 auto;
    max-width: none;
    padding: 0;
    position: relative;
    width: calc(100% - 30px);
    z-index: 2
}

@media (max-width: 768px) {
    .intro__inner {
        padding: 0 5.2vw;
        margin-top: 45px;
    }
}

@media (max-width: 768px) {
    .intro__inner {
        width: calc(100% - 5.2vw);
        padding: 0
    }
}

.intro__renewal {
	position: absolute;
	top: 270px;
	left: -30px;
	z-index: 1;
	opacity: 0;
	transition: transform 1s,opacity 1s;
	transform: translate(0px, 120px);
	width: calc(100% + 30px);
}

.intro__renewal.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

@media (max-width: 768px) {
	.intro__renewal {
		top: 34vw;
		left: 0;
		width: 90px;
	}
}

.intro__renewalBlock {
	margin: 0 auto;
	padding: 0 90px;
}

.intro__renewalInBlock {
	margin: 0 auto;
	display: block;
	padding-left: 25px;
}

@media (max-width: 768px) {
	.intro__renewalBlock {
		padding: 0;
	}

	.intro__renewalInBlock {
		padding-left: 30px;
	}

	.intro__renewalInBlock img {
		max-width: none;
		width: 26vw;
	}
}

.intro__ph {
    position: relative;
    z-index: 1;
    margin-top: -25px;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.5s ease-out
}

.intro__txtWrap {
    margin-top: 65px;
    position: relative;
    z-index: 2;
    padding-bottom: 120px;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    text-align: center
}

@media (max-width: 768px) {
    .intro__txtWrap {
        margin-top: 0;
        padding: 45px 0 0 30px;
        text-align: left
    }
}

.intro__txtWrap.is-show {
    opacity: 1
}

.intro__txt {
    font-size: 22px;
    line-height: 2.4
}

@media (max-width: 768px) {
    .intro__txt {
        font-size: 3.65vw;
        line-height: 1.9
    }
}

.intro__txt:nth-child(n+2) {
    margin-top: 20px
}

@media (max-width: 768px) {
    .intro__txt:nth-child(n+2) {
        margin-top: 7.8vw
    }
}

.brushUp {
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 100px;
    left: -30px;
    width: calc(100% + 30px);
    text-align: center;
}

@media (max-width: 768px) {
    .brushUp {
        top: 6.5%;
        left: -28px;
        right: 0;
        margin: auto;
        text-align: center
    }
}

@media (max-width: 768px) {
    .brushUp__title {
        width: 73vw
    }
}

.brushUp__inner {
    display: block;
    margin: 0 auto;
    padding: 0 90px;
}

@media (max-width: 768px) {
    .brushUp__inner {
	    padding: 0;
    }

    .brushUp__inner img {
        width: 72.7vw
    }
}

.brushUp__block {
    margin: 0 auto;
    padding-left: 25px;
}

.brushUp__lead {
    margin-top: 6px;
    text-align: left;
    font-size: 24px
}

@media (max-width: 768px) {
    .brushUp__block {
      margin-left: 60px;
      padding: 0;
    }

    .brushUp__lead {
        margin-top: 1.3vw;
        font-size: 3.125vw
    }
}

.brushUp__lead--en {
    margin-top: 8px
}

@media (max-width: 768px) {
    .brushUp__lead--en {
        margin-top: 1.43vw;
        width: 73vw
    }
}

.intro.is-show .brushUp {
    transition: opacity 0.8s 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1
}

.intro.is-show .intro__ph {
    transition: opacity 0.8s 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.8s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1
}

.brand {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: color 0.2s ease-in-out
}

@media (max-width: 768px) {
	#value {
		padding-left: 5.2vw;
	}

	#what {
		padding-left: 5.2vw;
	}

}

.brand__inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 90px 150px 82px
}

@media (max-width: 768px) {
    .brand__inner {
        margin-top: 26vw;
        padding: 0 5.2vw 0 30px;
    }
}

.brand__titleWrap {
    position: relative
}

.brand__black {
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.2s ease-in-out
}

.brand__white {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.2s ease-in-out
}

@media (max-width: 768px) {
    .brand__white {
        display: none
    }
}

.brand__promise {
    margin-top: 12px
}

@media (max-width: 768px) {
    .brand__promise {
        font-size: 4.17vw
    }
}

.brand__contents {
    position: relative;
    height: 260px;
    margin-top: 50px
}

@media (max-width: 768px) {
    .brand__contents {
        height: 36vw;
        margin-top: 3.9vw
    }
}

.brand__item {
    position: relative;
    padding: 16px 0;
    border-top: 1px solid #3E3A39;
    transition: border-color 0.2s ease-in-out;
    cursor: pointer
}

@media (max-width: 768px) {
    .brand__item {
        padding: 8vw 0
    }
}

.brand__item::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% - 4px);
    background: rgba(61, 57, 57, 0.3);
    opacity: 0;
    transition: 0.2s ease-in-out
}

@media (max-width: 768px) {
    .brand__item::before {
        content: none
    }
}

.brand__item .brand__white {
    top: 16px
}

@media (max-width: 768px) {
    .brand__item img {
        width: 100%
    }
}

.brand__item:last-child {
    border-bottom: 1px solid #3E3A39
}

.brand__item:hover::before {
    opacity: 1
}

.brand__bg,
.brand__bg--discovery,
.brand__bg--frameless {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("/contents/product/mr/images/bg-brand-01-pc.jpg") center center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}

@media (min-width: 769px) {

    .brand__bg.is-active,
    .brand__bg--discovery.is-active,
    .brand__bg--frameless.is-active {
        opacity: 1
    }
}

.brand__bg--discovery {
    background-image: url("/contents/product/mr/images/bg-brand-02-pc.jpg")
}

.brand__bg--frameless {
    background-image: url("/contents/product/mr/images/bg-brand-03-pc.jpg")
}

@media (max-width: 768px) {
    .brand .brandInfo {
        display: none !important
    }
}

@media (max-width: 768px) {
    .brand .brandInfo--default {
        display: block !important;
        opacity: 1 !important;
        transition: none !important
    }
}

@media (min-width: 769px) {
    .brand--0 {
        color: #FFF
    }

    .brand--0 .brand__black {
        opacity: 0
    }

    .brand--0 .brand__white {
        opacity: 1
    }

    .brand--0 .brand__item {
        border-color: #FFF
    }

    .brand--0 .brand__item:before {
        background-color: rgba(255, 255, 255, 0.3)
    }
}

.brandInfo,
.brandInfo--default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.brandInfo__txt,
.brandInfo--default__txt {
    margin-top: 18px;
    font-size: 14px;
    line-height: 2.14
}

@media (max-width: 768px) {

    .brandInfo__txt,
    .brandInfo--default__txt {
        margin-top: 0;
        font-size: 3.65vw;
        line-height: 1.9
    }
}

.brandInfo {
    display: none
}

.brandModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 501;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: none
}

.brandModal__close {
    width: 42px;
    height: 54px;
    font-size: 0;
    background: url("/contents/product/mr/common/images/bg-icon-close-pc.png") center bottom no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    position: absolute;
    top: 3.9vw;
    right: 3.9vw;
    z-index: 3
}

@media (max-width: 768px) {
    .brandModal__close {
        width: 9.9vw;
        height: 14.5vw;
        background-image: url("/contents/product/mr/common/images/bg-icon-close-sp.png")
    }
}

.brandModal__close.is-white {
    background-image: url("/contents/product/mr/common/images/bg-icon-close-white-sp.png")
}

.brandModal .brandInfo {
    position: relative;
    top: 0;
    left: 5.2vw;
    z-index: 2;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: calc(100% - 5.2vw);
    background: #FFF;
    padding: 0 2.6vw 0 11.5vw;
    background: url("/contents/product/mr/images/bg-brand-01-sp.jpg") center center no-repeat;
    background-size: cover;
    overflow-y: scroll;
    display: none
}

.brandModal .brandInfo.is-active {
    display: flex !important
}

.brandModal .brandInfo.is-active .brandInfo__title,
.brandModal .brandInfo.is-active .brandInfo__txt {
    animation: show 0.3s 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards
}

.brandModal .brandInfo[data-value="simple"] {
    color: #FFF
}

.brandModal .brandInfo[data-value="discovery"] {
    background-image: url("/contents/product/mr/images/bg-brand-02-sp.jpg")
}

.brandModal .brandInfo[data-value="frameless"] {
    background-image: url("/contents/product/mr/images/bg-brand-03-sp.jpg")
}

.brandModal .brandInfo__title {
    opacity: 0
}

.brandModal .brandInfo__title img {
    width: 27.6vw;
    zoom: inherit;
}

.brandModal .brandInfo__txt {
    margin-top: 4.4vw;
    opacity: 0
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.modalBgPreload {
    width: 0px;
    height: 0px
}

.modalBgPreload img {
    width: 0;
    height: 0
}

.catch {
    margin-top: 30px;
    padding-left: 30px;
    overflow: hidden
}

@media (max-width: 768px) {
    .catch {
        margin-top: -25px;
        padding-left: 13.8vw;
        padding-bottom: 14.9vw
    }
}

.catch__row::after,
.catch__row--make::after {
    content: " ";
    display: block;
    clear: both
}

.catch__row {
    margin-right: auto;
    margin-top: 70px;
}
@media (max-width: 768px) {
  .catch__row {
    margin-top: 55px;
  }
}

.catch__row--make {
    margin-left: auto;
    margin-top: 70px;
}
@media (max-width: 768px) {
  .catch__row--make {
    margin-top: 55px;
  }
}

.catch__inner {
    float: right;
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-width: 1320px
}

@media (max-width: 768px) {
    .catch__inner {
        display: block;
        float: none;
        min-width: 100%
    }
}

.catch__ph,
.catch__ph--make {
    position: relative;
    z-index: 1;
    width: 67%;
    min-width: 886px
}

@media (max-width: 768px) {

    .catch__ph,
    .catch__ph--make {
        width: 100%;
        min-width: 100%
    }
}

.catch__ph--make {
    width: 68.7%;
    min-width: 907px
}

.catch__txtArea {
    width: 434px;
    padding: 40px 0 0 20px;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

@media (max-width: 768px) {
    .catch__txtArea {
        width: 100%;
        padding: 9.33vw 3.9vw 0 0
    }
}

.catch__txtArea.is-show {
    opacity: 1
}

.catch__txt {
    font-size: 14px;
    line-height: 2.14;
    margin-top: 5px
}

@media (max-width: 768px) {
    .catch__txt {
        font-size: 3.65vw;
        line-height: 1.9
    }
}

.catch__txt sup {
  font-size: 10px;
  vertical-align: revert;
}

.catch__txt--large {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.5
}

@media (max-width: 768px) {
    .catch__txt--large {
        margin-top: 7.3vw;
        font-size: 5.6vw
    }
}

.catch__inner--make {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    min-width: 1320px
}

@media (max-width: 768px) {
    .catch__inner--make {
        display: block;
        min-width: 100%;
        margin-top: 14vw
    }
}

.catch__txtArea--make {
    width: 493px;
    text-align: right;
    padding: 0 20px 34px 0;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

@media (max-width: 768px) {
    .catch__txtArea--make {
        width: 100%;
        padding: 9.33vw 3.9vw 0 0;
        text-align: left
    }
}

.catch__txtArea--make.is-show {
    opacity: 1
}

@media (min-width: 769px) {
    .catch__txtArea--make img {
        margin-left: auto
    }
}

@media (max-width: 768px) {
    .catch__txtArea--make img {
        width: 100%
    }
}

.movie {
    position: relative;
    z-index: 401;
    background: #FFF;
    margin-top: 180px
}

@media (max-width: 768px) {
    .movie {
        margin-top: 26vw
    }
}

.movie__inner {
    position: relative;
    width: calc(100% - 120px);
    max-width: 1280px;
    vertical-align: bottom;
    cursor: pointer
}

@media (max-width: 768px) {
    .movie__inner {
        width: 100%
    }
}

.movie__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

.movie__thumb {
    display: block;
    width: 100%
}

.movie__txtArea {
    position: absolute;
    bottom: 18.7%;
    left: 9.375%;
    z-index: 2
}

@media (max-width: 768px) {
    .movie__txtArea {
        top: 50%;
        bottom: auto;
        left: 50%;
        width: 67vw;
        transform: translate(-50%, -50%)
    }
}

@media (max-width: 768px) {
    .movie__txtArea img {
        width: 100%
    }
}

.movie__txt {
    margin-top: 12px;
    line-height: 1.875;
    color: #FFF
}

@media (max-width: 768px) {
    .movie__txt {
        margin-top: 2vw;
        font-size: 2.86vw
    }
}

.is-pc .movie__inner {
    transition: opacity 0.2s ease-in-out
}

.is-pc .movie__inner:hover {
    opacity: 0.6
}

.is-sp .movie__inner::before {
    content: none
}

.lineup {
    padding: 124px 0 0;
    background-color: #FBFBFB
}

@media (max-width: 768px) {
    .lineup {
        padding: 13vw 0 0
    }
}

.lineup__inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto
}

@media (max-width: 768px) {
    .lineup__inner {
        padding: 0 5.2vw
    }
}

@media (max-width: 768px) {
    .lineup__inner {
        padding: 0
    }
}

@media (max-width: 768px) {
    .lineup__title {
        padding: 0 5.2vw
    }
}

@media (max-width: 768px) {
    .lineup__title img {
        width: 100%
    }
}

.lineup__categoryTitle {
    margin-top: 50px;
    padding: 32px 37px;
    border-left: 3px solid #3E3A39;
    background-color: #FFF
}

@media (max-width: 768px) {
    .lineup__categoryTitle {
        margin: 7.8vw 0 1.3vw;
        padding: 5.2vw 3.9vw;
        border-left: 1.56vw solid #5C5A5A
    }
}

/* @media (max-width: 768px) {
    .lineup__categoryTitle img {
        height: 2.87vw
    }
} */

.lineup__cardWrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 10px -20px 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: 10px -20px 0
}

@media (max-width: 768px) {
    .lineup__cardWrap {
        margin: 0;
        border: none
    }
}

.productCard {
    width: calc(33.33% - 20px);
    margin: 10px 10px 20px;
    display: flex;
        flex-direction: column;
}

@media (max-width: 768px) {
    .productCard {
        width: 100%;
        margin: 0.26vw 0 0;
    }
}

@media (max-width: 768px) {
    .productCard__name {
        font-size: 13px;
    }
}

.productCard__ph {
    padding: 30px 18px 26px;
    background-color: #FFF;
    min-height: 325px;
}

@media (max-width: 768px) {
    .productCard__ph {
        padding: 0 0 4px;
        min-height: 136px;
    }
}

.productCard__ph--top {
  min-height: 280px;
}

.productCard__ph img {
    width: 100%;
}

.productCard__txtArea {
    padding: 26px 34px 0;
    margin-top: 3px;
    background-color: #FFF;
}

@media (max-width: 768px) {
    .productCard__txtArea {
        margin-top: 0;
        padding: 0;
    }
}

.productCard__lead {
    min-height: 72px;
    margin-top: 14px;
    font-size: 12px;
    line-height: 2;
}

@media (max-width: 768px) {
    .productCard__lead {
        min-height: auto;
        font-size: 10px;
        line-height: 1.57;
        letter-spacing: 0;
    }
}

.productCard__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 52px;
    font-size: 12px;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .productCard__price {
        min-height: auto;
        margin-top: 4vw;
        font-size: 3.125vw;
    }
}

@media (min-width: 769px) {
    .productCard__priceMultiple {
        position: relative;
        padding-right: 8px;
    }

    .productCard__priceMultiple::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 4px;
        width: 1px;
        height: 10px;
        background-color: #3E3A39;
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .productCard__priceMultiple {
        display: block;
        width: 100%;
    }
}

.productCard__btnWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}

.productCard__btnWrap a {
    width: 50%;
}

.productCard__btnWrap a:not(:first-child) {
    margin-left: 2px;
}

@media (max-width: 768px) {
    .productCard__btnWrap {
        margin-top: 0;
    }

    .productCard__btnWrap a:not(:first-child) {
        margin-left: 1px;
    }
}

.productCard__btnWrap--single a {
    width: 100%;
}

@media (max-width: 768px) {
    .productCard__btnWrap--double {
        display: block;
    }

    .productCard__btnWrap--double a {
        width: 100%;
    }
}

.productCard__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 2px);
    height: 46px;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    background: url("/contents/product/mr/common/images/bg-icon-blank.svg") center right 8px no-repeat;
    background-size: 16px 16px;
    background-color: #DBDCDC
}

@media (max-width: 768px) {
    .productCard__btn {
        justify-content: flex-start;
        width: 100%;
        height: 13vw;
        margin-top: 0.26vw;
        padding: 0 5.2vw;
        font-size: 3.125vw;
        background-position: center right 5.2vw;
        background-size: 2.9vw 2.9vw;
        background-color: #DBDCDC
    }
}

.is-pc .productCard__btn {
    transition: opacity 0.2s ease-in-out;
    transform: translate3d(0, 0, 0)
}

.is-pc .productCard__btn:hover {
    opacity: 0.6
}

.howto {
    max-width: 1200px;
    padding: 0 20px;
    margin: 100px auto 0;
}

@media (max-width: 768px) {
    .howto {
        padding: 0 5.2vw;
        margin-top: 30px;
    }
}

.howto .howto__counseling {
	width: 100%;
}

.howto__link {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
    background-color: #FBFBFB
}

@media (max-width: 768px) {
    .howto__link {
        display: block;
        margin-top: 25px;
    }
}

.howto__ph {
    width: 374px
}

@media (max-width: 768px) {
    .howto__ph {
        width: 100%
    }
}

.howto__txtArea {
    position: relative;
    z-index: 1;
    width: calc(100% - 374px);
    padding: 20px 70px;
    background: url("/contents/product/mr/images/bg-arrow-howto.png") right 33px center no-repeat
}

@media (max-width: 768px) {
    .howto__txtArea {
        width: 100%;
        padding: 7.8vw 18vw 7.3vw 5.2vw;
        font-size: 3.65vw;
        line-height: 1.7;
        background-position: right 5.2vw center;
        background-size: 2.7vw auto
    }
}

@media (max-width: 768px) {
    .howto__title {
        width: 28.125vw
    }
}

.howto__lead {
    margin-top: 26px
}

@media (max-width: 768px) {
    .howto__lead {
        margin-top: 2.4vw
    }
}

.howto__cs {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-left: 187px;
    transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
    .howto__cs {
        top: 63vw;
        left: 50%;
        width: 22.7vw;
        margin-left: 0;
        transform: translate(-50%, 0)
    }
}

a.howto__link {
    transition: opacity 0.2s ease-in-out
}

a.howto__link:hover {
    opacity: 0.6;
    text-decoration: none;
}

div.howto__link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: calc(100% - 374px);
    height: 100%;
    border: 1px solid #E0E0E0;
    background: rgba(255, 255, 255, 0.86)
}

@media (max-width: 768px) {
    div.howto__link::before {
        top: auto;
        bottom: 0;
        width: 100%;
        height: calc(100% - 48vw)
    }
}

.journal {
    margin-top: 120px;
    padding: 124px 0 110px;
    background-color: #FBFBFB
}

@media (max-width: 768px) {
    .journal {
        padding: 13vw 0 15.6vw
    }
}

.journal__inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto
}

@media (max-width: 768px) {
    .journal__inner {
        padding: 0 5.2vw
    }
}

@media (max-width: 768px) {
    .journal__title {
        padding: 0 5.2vw
    }
}

@media (max-width: 768px) {
    .journal__title img {
        width: 100%
    }
}

.journal__cardWrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 10px -20px 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -10px
}

@media (max-width: 768px) {
    .journal__cardWrap {
        margin: 0;
        border: none
    }
}

@media (max-width: 768px) {
    .journal__cardWrap {
        margin-top: -2.6vw
    }
}

.journalCard {
    transition: opacity 0.2s ease-in-out;
    width: calc(33.33% - 20px);
    margin: 60px 10px 0;
    padding-bottom: 25px;
    background: #FFF;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.05);
    cursor: pointer
}

.journalCard:hover {
    opacity: 0.6
}

@media (max-width: 768px) {
    .journalCard {
        width: 100%;
        margin: 7.8vw 5.2vw 0;
        transition: none
    }
}

.journalCard__ph {
    position: relative;
    z-index: 1;
    width: 100%
}

.journalCard__txtArea {
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    margin: -30px auto 0;
    padding: 24px 30px;
    background-color: #FFF
}

@media (max-width: 768px) {
    .journalCard__txtArea {
        width: calc(100% - 5.2vw);
        margin-top: -7.8vw;
        padding: 6.5vw
    }
}

.journalCard__txt {
    margin-top: 10px
}

@media (max-width: 768px) {
    .journalCard__txt {
        margin-top: 4.9vw;
        font-size: 3.65vw
    }
}

.journalCard time {
    display: block;
    font-size: 14px;
    color: #D0BFB9
}

@media (max-width: 768px) {
    .journalCard time {
        font-size: 3.65vw;
        font-weight: bold
    }
}

.journalModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 501;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: none
}

@media (min-width: 769px) {
    .journalModal.is-active {
        display: flex !important
    }
}

.journalModal.is-reset {
    display: block !important;
    transform: translateX(100%)
}

.journalModal__inner {
    position: relative;
    z-index: 2;
    width: calc(100% - 180px);
    max-width: 1220px;
    max-height: calc(100vh - 90px);
    margin: 50px auto 0;
    padding-top: 90px;
    background-color: #FBFBFB;
    overflow-y: scroll
}

@media (max-width: 768px) {
    .journalModal__inner {
        width: calc(100% - 10.4vw);
        max-height: calc(100% - 20.8vw);
        margin-top: 10.4vw;
        padding-top: 19vw
    }
}

.journalModal__close {
    width: 42px;
    height: 54px;
    font-size: 0;
    background: url("/contents/product/mr/common/images/bg-icon-close-pc.png") center bottom no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    position: absolute;
    top: 29px;
    right: 28px;
    z-index: 2
}

@media (max-width: 768px) {
    .journalModal__close {
        width: 9.9vw;
        height: 14.5vw;
        background-image: url("/contents/product/mr/common/images/bg-icon-close-sp.png")
    }
}

@media (max-width: 768px) {
    .journalModal__close {
        top: 4.5vw;
        right: 5.2vw;
        width: 6.5vw;
        height: 7.8vw;
        background-size: contain
    }
}

.journalModal__bottomClose {
    width: 100%;
    height: 90px;
    font-size: 0;
    background: url("/contents/product/mr/images/icon-close-journal-pc.png") center center no-repeat;
    background-color: #999;
    cursor: pointer
}

@media (max-width: 768px) {
    .journalModal__bottomClose {
        height: 18vw;
        background-image: url("/contents/product/mr/images/icon-close-journal-sp.png");
        background-size: 17.4vw
    }
}

.journalModal__bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(62, 58, 57, 0.75);
    cursor: pointer
}

.is-pc .journalModal__close,
.is-pc .journalModal__bottomClose {
    transition: opacity 0.2s ease-in-out
}

.is-pc .journalModal__close:hover,
.is-pc .journalModal__bottomClose:hover {
    opacity: 0.6
}

.is-tab .journalModal__inner {
    max-height: calc(100% - 90px)
}

.article {
    padding: 0 80px 120px;
    font-size: 14px;
    display: none
}

@media (max-width: 768px) {
    .article {
        padding: 0 5.2vw 13vw;
        font-size: 3.65vw;
        line-height: 1.64
    }
}

.article.is-active {
    display: block
}

.article__block {
    margin-top: 100px
}

@media (max-width: 768px) {
    .article__block {
        margin-top: 13vw
    }
}

.article__block>*:nth-child(n+2) {
    margin-top: 30px
}

@media (max-width: 768px) {
    .article__block>*:nth-child(n+2) {
        margin-top: 3.9vw
    }
}

.article time {
    display: block;
    font-size: 20px
}

@media (max-width: 768px) {
    .article time {
        font-size: 3.65vw
    }
}

.article time+* {
    margin-top: 16px
}

@media (max-width: 768px) {
    .article time+* {
        margin-top: 4vw
    }
}

.article img {
    width: 100%
}

.article h2 {
    font-size: 42px;
    line-height: 1.42
}

@media (max-width: 768px) {
    .article h2 {
        font-size: 5.4vw
    }
}

.article h3 {
    font-size: 28px;
    line-height: 1.625
}

@media (max-width: 768px) {
    .article h3 {
        font-size: 4.2vw
    }
}

.article p {
    line-height: 2.14
}

.article span {
    display: inline
}

.article a {
    display: inline;
    color: #999;
    text-decoration: underline
}

.article li {
    position: relative;
    padding-left: 7px;
    font-size: 14px
}

@media (max-width: 768px) {
    .article li {
        padding-left: 2.34vw;
        font-size: 3.65vw;
        line-height: 1.7
    }
}

.article li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #3E3A39
}

@media (max-width: 768px) {
    .article li::before {
        top: 2.6vw;
        width: 0.65vw;
        height: 0.65vw
    }
}

.article li:nth-child(n+2) {
    margin-top: 8px
}

@media (max-width: 768px) {
    .article li:nth-child(n+2) {
        margin-top: 1.7vw
    }
}

.article .marker {
    padding: 4px 0;
    background-color: #D2CCCE
}

@media (max-width: 768px) {
    .article .marker {
        padding: 0.52vw 0
    }
}

.article .sup {
    font-size: 10px;
    vertical-align: super
}

@media (max-width: 768px) {
    .article .sup {
        font-size: 2.1vw
    }
}

.article .smallTxt {
    font-size: 10px
}

@media (max-width: 768px) {
    .article .smallTxt {
        font-size: 2.6vw
    }
}

.article .largeTxt {
    font-size: 16px
}

@media (max-width: 768px) {
    .article .largeTxt {
        font-size: 3.65vw
    }
}

.article .lead {
    margin-top: 15px;
    font-size: 16px;
    line-height: 2
}

@media (max-width: 768px) {
    .article .lead {
        margin-top: 3.9vw;
        font-size: 3.65vw;
        line-height: 1.64
    }
}

.article .col2 {
    display: flex;
    align-items: flex-start
}

@media (max-width: 768px) {
    .article .col2 {
        display: block
    }
}

.article .col2>*:first-child {
    margin-right: 60px
}

@media (max-width: 768px) {
    .article .col2>*:first-child {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .article .col2>*:nth-child(n+2) {
        margin-top: 7.8vw
    }
}

.article .col2__txt {
    width: calc(50% - 30px)
}

@media (max-width: 768px) {
    .article .col2__txt {
        width: 100%
    }
}

.article .col2__txt>*:nth-child(n+2) {
    margin-top: 26px
}

@media (max-width: 768px) {
    .article .col2__txt>*:nth-child(n+2) {
        margin-top: 6.5vw
    }
}

.article .col2__img {
    width: calc(50% - 30px)
}

@media (max-width: 768px) {
    .article .col2__img {
        width: 100%
    }
}

.article .col2__img>*:nth-child(n+2) {
    margin-top: 5px
}

@media (max-width: 768px) {
    .article .col2__img>*:nth-child(n+2) {
        margin-top: 2.6vw
    }
}

.article .cption {
    margin-top: 18px;
    font-size: 12px;
    line-height: 2.16
}

@media (max-width: 768px) {
    .article .cption {
        font-size: 3.125vw;
        line-height: 1.9
    }
}

.article .blankLink::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url("/contents/product/mr/images/bg-icon-blank.png") center center no-repeat;
    background-size: contain
}

@media (max-width: 768px) {
    .article .blankLink::after {
        width: 3.25vw;
        height: 3.25vw;
        margin-left: 0.85vw
    }
}

.article .box {
    position: relative;
    margin-top: 60px;
    padding: 0 20px 20px 0
}

@media (max-width: 768px) {
    .article .box {
        width: calc(100% + 10.4vw);
        margin-top: 13vw;
        margin-left: -5.2vw;
        padding: 5.2vw 5.2vw 6.25vw 0
    }
}

.article .box__inner {
    position: relative;
    z-index: 3;
    padding: 40px 40px;
    background-color: #FFF
}

@media (max-width: 768px) {
    .article .box__inner {
        padding: 7.8vw 5.2vw
    }
}

.article .box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #D2CCCE;
    width: calc(100% - 20px);
    height: calc(100% - 20px)
}

@media (max-width: 768px) {
    .article .box::after {
        top: 0;
        right: 0;
        width: 43.5vw;
        height: 56vw
    }
}

@media (max-width: 768px) {
    .article .box::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: #D2CCCE;
        width: 43.5vw;
        height: 56vw
    }
}

.is-pc .article a {
    transition: opacity 0.2s ease-in-out
}

.is-pc .article a:hover {
    opacity: 0.6
}

.sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 120px
}

@media (max-width: 768px) {
    .sns {
        justify-content: center;
        margin-top: 15.6vw
    }
}

.sns__link {
    margin-left: 10px
}

@media (max-width: 768px) {
    .sns__link {
        margin: 0 4.7vw
    }
}

.sns img {
    width: 20px;
    height: 20px
}

@media (max-width: 768px) {
    .sns img {
        width: 8.85vw;
        height: 8.85vw
    }
}

.is-pc .sns__link {
    transition: opacity 0.2s ease-in-out
}

.is-pc .sns__link:hover {
    opacity: 0.6
}

.info {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 124px
}

@media (max-width: 768px) {
    .info {
        padding: 0 5.2vw
    }
}

@media (max-width: 768px) {
    .info {
        margin-top: 26vw
    }
}

@media (max-width: 768px) {
    .info__title img {
        width: 100%
    }
}

.info__list {
    margin-top: 52px;
    border-top: 1px solid #E0E0E0
}

@media (max-width: 768px) {
    .info__list {
        margin-top: 7.8vw
    }
}

.info__link {
    display: flex;
    align-items: flex-start;
    padding: 27px 0;
    font-size: 14px;
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer
}

@media (max-width: 768px) {
    .info__link {
        display: block;
        padding: 3.65vw 0;
        font-size: 3.65vw
    }
}

.info__col {
    display: flex;
    width: 265px;
    font-size: 14px
}

@media (max-width: 768px) {
    .info__col {
        width: 100%;
        font-size: 2.86vw
    }
}

.info__category {
    position: relative;
    padding-left: 16px
}

@media (max-width: 768px) {
    .info__category {
        padding-left: 2.6vw
    }
}

.info__category::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    width: 1px;
    height: 11px;
    background-color: #3E3A39;
    transform: translateY(-50%)
}

@media (max-width: 768px) {
    .info__category::before {
        height: 2.34vw;
        left: 1.3vw
    }
}

.info__txt {
    width: calc(100% - 265px)
}

@media (max-width: 768px) {
    .info__txt {
        width: 100%;
        margin-top: 2.6vw
    }
}

.is-pc .info__link {
    transition: opacity 0.2s ease-in-out
}

.is-pc .info__link:hover {
    opacity: 0.6
}

@media (max-width: 768px) {
    .insta {
        margin-top: 16.9vw
    }
}

.insta__title {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 124px
}

@media (max-width: 768px) {
    .insta__title {
        padding: 0 5.2vw
    }
}

@media (max-width: 768px) {
    .insta__title {
        padding: 0 5.2vw
    }
}

.insta__title img {
    width: auto;
    height: 17px
}

@media (max-width: 768px) {
    .insta__title img {
        width: 100%;
        height: auto
    }
}

.insta__inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 52px auto 0
}

@media (max-width: 768px) {
    .insta__inner {
        margin-top: 10.4vw
    }
}

.insta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    padding: 1px
}

@media (max-width: 768px) {
    .insta a {
        width: 33.333vw;
        height: 33.333vw;
        padding: 0.13vw
    }
}

.insta a img {
    width: 100%
}

.is-pc .insta a {
    transition: opacity 0.2s ease-in-out
}

.is-pc .insta a:hover {
    opacity: 0.6
}

.shop {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px
}

@media (max-width: 768px) {
    .shop {
        padding: 0 5.2vw
    }
}

@media (max-width: 768px) {
    .shop {
        display: block;
        margin-top: 15.6vw
    }
}

.shop__link {
    display: block;
    width: calc(100% / 4 - 18px);
    padding: 42px 0 42px 20px;
    border: 1px solid #3E3A39;
    background: url("/contents/product/mr/images/bg-icon-blank.png") right 18px center no-repeat;
    background-size: 16px 16px;
    height: 100px;
    display: flex;
    align-items: center;
}
.shop__link img {
  flex: none;
}

@media (max-width: 768px) {
    .shop__link {
        width: 100%;
        margin-top: 5.2vw;
        padding: 11vw 5.2vw;
        background-position: center right 5.2vw;
        background-size: 2.9vw 2.9vw;
        height: auto;
    }
}

@media (max-width: 768px) {
    .shop img {
        width: auto;
        zoom: 0.5;
    }
}

.is-pc .shop__link {
    transition: opacity 0.2s ease-in-out
}

.is-pc .shop__link:hover {
    opacity: 0.6
}

@media (max-width: 768px) {
    .movieModal {
        width: calc(100% - 5.2vw)
    }

    .movieModal__inner {
        width: 100%;
        padding: 0 6.5vw 0 11.5vw
    }

    .movieModal__bg {
        width: calc(100% - 5.2vw)
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .movieModal__inner {
        max-height: 100%;
        overflow-y: scroll;
        padding: 3.9vw 15.3vw
    }

    .brandModal__close {
        width: 6.4vw;
        height: 8.8vw
    }

    .brandModal .brandInfo {
        justify-content: flex-start;
        padding-top: 3.9vw;
        padding-bottom: 3.9vw;
        padding-right: 11.5vw
    }
}

.initModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 501;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: none
}

.initModal__inner {
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: auto;
    background: #eef0ef url(/contents/product/mr/images/bg-initmodal.png) no-repeat;
    background-size: cover;
    background-position: left top;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 70px 0% 0 6.55%;
    max-width: 1040px;
    max-height: 600px;
    overflow: auto
}

@media (max-width: 768px) {
    .initModal__inner {
        display: inline-block;
        max-width: calc(100% - 10.5vw);
        max-height: calc(100% - 6vh);
        width: 600px;
        height: 525px;
        padding: 35px 25px 0;
        background: url(/contents/product/mr/images/bg-initmodal-sp.png) no-repeat bottom center;
        background-size: cover
    }
}

.initModal__close {
    width: 42px;
    height: 54px;
    font-size: 0;
    background: url("/contents/product/mr/common/images/bg-icon-close-pc.png") center bottom no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 2
}

@media (max-width: 768px) {
    .initModal__close {
        width: 9.9vw;
        height: 14.5vw;
        background-image: url("/contents/product/mr/common/images/bg-icon-close-sp.png")
    }
}

@media (max-width: 768px) {
    .initModal__close {
        top: 20px;
        right: 3.2vw;
        width: 11.5vw;
        height: 12.8vw;
        background-size: contain;
        max-width: 44px;
        max-height: 48px
    }
}

.initModal__bottomClose {
    width: 100%;
    height: 90px;
    font-size: 0;
    background: url("/contents/product/mr/images/icon-close-journal-pc.png") center center no-repeat;
    background-color: #999;
    cursor: pointer
}

@media (max-width: 768px) {
    .initModal__bottomClose {
        height: 18vw;
        background-image: url("/contents/product/mr/images/icon-close-journal-sp.png");
        background-size: 17.4vw
    }
}

.initModal__bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer
}

.initModal__text--small {
    margin-top: 31px;
    font-size: 14px;
    line-height: 1.7;
    color: #000
}

.initModal__text--mid {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #000
}

.initModal__text--small span {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit
}

@media (max-width: 768px) {
    .initModal__text--small {
        margin-top: 8px;
        font-size: 10px;
        line-height: 1.6;
    }

    .initModal__text--mid {
      margin-top: 14px;
      font-size: 14px;
    }
}

.initModal__text--large {
    font-size: 33px;
    line-height: 1.5;
    font-weight: bold;
    max-width: 85%;
    color: #000
}

.initModal__text--large span {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit
}

@media (max-width: 768px) {
    .initModal__text--large {
        line-height: 1.4;
        max-width: none;
        margin-top: 3px;
        font-size: 23px;
    }
}

.initModal__textImg {
    font-size: 14px
}

.initModal__textImg__inner {
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 8px
}

.initModal__textImg--02 {
    margin-top: 3px
}

.initModal__textImg--02 .initModal__textImg__inner {
    border: none;
    padding-bottom: 0
}

@media (max-width: 768px) {
    .initModal__textImg {
        margin: 0 -25px
    }

    .initModal__textImg__inner {
        max-width: 134px;
        width: 40%;
        padding-left: 25px;
        padding-bottom: 4px;
        border-bottom: 1px solid #000
    }

    .initModal__textImg__inner img {
        width: 100%
    }

    .initModal__textImg--02 .initModal__textImg__inner {
        max-width: 111px;
        width: 33%
    }
}

.initModal__column--02 {
    font-size: 14px
}

.initModal__check {
    margin-top: 16px;
}

@media (max-width: 768px) {
    .initModal__check {
      margin-top: 11px;
    }
}

.initModal label {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.initModal .input--checkbox {
    display: inline-flex;
    align-items: center;
    padding-left : 0;
}

.initModal .input--checkbox input {
    position: absolute;
    opacity: 0;
    z-index: -10
}

.initModal .input--checkbox input+span {
    color: #000;
    padding: 0 0 0 30px;
    position: relative;
    font-size: 14px
}

.initModal .input--checkbox input+span::before {
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transition: opacity .4s ease
}

@media (max-width: 768px) {
    .initModal .input--checkbox input+span::before {
        width: 13px;
        height: 13px;
        top: 50%;
        margin-top: -8px
    }
}

@media (max-width: 768px) {
    .initModal .input--checkbox input+span {
        font-size: 10px;
        flex: 1;
        order: 1;
        padding: 0 0 0 20px
    }
}

.initModal .input--checkbox input[type="checkbox"]+span::before {
    background: url(/contents/product/mr/common/images/bg-checkbox.png) left center no-repeat;
    background-size: 20px 20px
}

@media (max-width: 768px) {
    .initModal .input--checkbox input[type="checkbox"]+span::before {
        background-size: 13px 13px
    }
}

.initModal .input--checkbox input:checked[type="checkbox"]+span::before {
    background: url(/contents/product/mr/common/images/bg-checkbox-check.png) left center no-repeat;
    background-size: 20px 20px
}

@media (max-width: 768px) {
    .initModal .input--checkbox input:checked[type="checkbox"]+span::before {
        background-size: 13px 13px
    }
}

@media (max-width: 768px) {
  .initModal .input--checkbox {
    border: none;
    background: none;
  }
}

.initModal .is-pc {
    display: none
}

@media (max-width: 768px) {
    .initModal .is-pc {
        display: inherit
    }
}

.is-pc .initModal__close,
.is-pc .initModal__bottomClose {
    transition: opacity 0.2s ease-in-out
}

.is-pc .initModal__close:hover,
.is-pc .initModal__bottomClose:hover {
    opacity: 0.6
}

.productCard__price_hair {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 0px;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 0px
}

@media (max-width: 768px) {
    .productCard__price_hair {
        min-height: auto;
        margin-top: 4vw;
        font-size: 3.125vw;
        margin-top: 0px
    }
}

.productCard__price_hair_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 0px;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 0px
}

@media (max-width: 768px) {
    .productCard__price_hair_top {
        min-height: auto;
        margin-top: 4vw;
        font-size: 3.125vw;
        margin-top: 20px
    }
}

.productCard__txtArea_hair {
    padding: 26px 34px 20px;
    margin-top: 3px;
    background-color: #FFF
}

@media (max-width: 768px) {
    .productCard__txtArea_hair {
        margin-top: 0;
        padding: 0 5.2vw 11.7vw
    }
}





/* ///////220408追加 */
/* クリアフルから */
@-webkit-keyframes b_op {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes b_op {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes l_op {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes l_op {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes r_op {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes r_op {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes op_img {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .1;
  }
  60% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op_img {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .1;
  }
  60% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.header__top {
  position: absolute;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header__top {
    position: relative;
    padding: 0 20px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center;
}

.header__logo {
  width: 242px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: auto;
    padding-top: 16px;
  }
}

.header__logo--sub {
  width: 111px;
}

@media screen and (max-width: 768px) {
  .header__logo--sub {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .nav img {
    width: 100%;
  }
}

footer {
  border: none;
  margin: 0;
}

.footer {
  border: none;
}

.footer__img {
  width: 242px;
}

@media screen and (max-width: 768px) {
  .footer__img {
    width: 205px;
  }
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 25px;
    margin-left: -2.7em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .footer__copyright__txt {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    white-space: nowrap;
    margin-right: -8px;
  }
}

.footer__copyright__logo {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .footer__copyright__logo {
    width: 65px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  img {
    zoom: 0.55;
    width: auto;
    max-width: 100%;
  }
}

sup {
  font-size: small;
}

.bgArea {
  background-color: #f9fafd;
}

.innerWrap {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .innerWrap {
    padding: 0 20px;
  }
}

.innerWrap--top {
  max-width: 896px;
}

.innerWrap--approach {
  max-width: 896px;
}

.innerWrap--voice {
  max-width: 900px;
}

.innerWrap--product {
  max-width: 896px;
}

.innerWrap--faq {
  max-width: 896px;
}

.ttlBlock {
  text-align: center;
}

.ttlBlock__txt {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .ttlBlock__txt {
    margin-top: 25px;
  }
}

.ttlBlock__txt--approach {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .ttlBlock__txt--approach {
    font-size: 15px;
  }
}

.ttlBlock__txt--story {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .ttlBlock__txt--story {
    text-align: left;
    font-size: 14px;
  }
}

.headingLv1 {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .headingLv1 {
    width: 224px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .headingLv1__second {
    width: 225px;
  }
}

@media screen and (max-width: 768px) {
  .headingLv2 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .headingLv2--min {
    width: calc(449px / 2);
  }
}

@media screen and (max-width: 768px) {
  .headingLv2--sub {
    padding-left: 4px;
  }
}

@media screen and (max-width: 768px) {
  .headingLv2 img {
    width: auto;
  }
}

.headingLead {
  font-size: 24px;
  color: #3c5bc5;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .headingLead {
    font-size: 20px;
  }
}

.mvArea {
  padding-top: 320px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mvArea {
    padding-top: 300px;
  }
}

.mvArea__lead {
  margin-top: 60px;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
  -webkit-transform: translate(0, 12%);
          transform: translate(0, 12%);
}

@media screen and (max-width: 768px) {
  .mvArea__lead {
    margin: 90px auto 0;
    width: calc(523px / 2);
  }
}

.topArea {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .topArea {
    margin-top: 35px;
    padding-bottom: 100px;
    padding-top: 120px;
  }
}

.topArea__imgBox {
  position: absolute;
  top: 315px;
  right: 0;
  z-index: -1;
  width: 636px;
  height: 744px;
}

.topArea__imgBox__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.topArea__imgBox img {
  width: 1;
  height: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
}

@media screen and (max-width: 768px) {
  .topArea__imgBox {
    width: 375px;
    height: 451px;
    right: calc(50% - 187px);
  }
  .topArea__imgBox img {
    width: 1;
    height: 1;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 50%;
  }
}

.topArea__imgBox.is-show img {
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-animation: img-wrap 1.5s;
          animation: img-wrap 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 768px) {
  .topArea__imgBox.is-show img {
    -webkit-animation: img-wrapSp 1.5s;
            animation: img-wrapSp 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@-webkit-keyframes img-wrap {
  0% {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50%;
  }
  100% {
    opacity: 1;
    width: 636px;
    height: 744px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@keyframes img-wrap {
  0% {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50%;
  }
  100% {
    opacity: 1;
    width: 636px;
    height: 744px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@-webkit-keyframes img-wrapSp {
  0% {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
  }
  100% {
    width: 750px;
    height: 903px;
    position: absolute;
    top: 0;
    right: calc(50% - 375px);
    opacity: 1;
  }
}

@keyframes img-wrapSp {
  0% {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
  }
  100% {
    width: 750px;
    height: 903px;
    position: absolute;
    top: 0;
    right: calc(50% - 375px);
    opacity: 1;
  }
}

.topArea__ttlBox {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .topArea__ttlBox {
    width: 100%;
  }
}

.topArea__ttl {
  font-size: 24px;
  padding-top: 140px;
  text-align: left;
  padding-right: 38px;
}

@media screen and (max-width: 768px) {
  .topArea__ttl {
    font-size: 20px;
    padding-top: 580px;
    text-align: center;
    padding-right: 0;
  }
}

.topArea__ttl span {
  margin-top: 15px;
  display: inline-block;
}

.topArea__txt {
  font-size: 16px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .topArea__txt {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
  }
}

.topArea__note {
  font-size: 10px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .topArea__note {
    text-align: center;
  }
}

.startBlock {
  margin-top: 100px;
  padding: 50px 0 40px;
  border-top: 1px solid #97a8e1;
  border-bottom: 1px solid #3c5cc6;
  position: relative;
}

@media screen and (max-width: 768px) {
  .startBlock {
    margin-top: 85px;
  }
}

.startBlock:after {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-start-02.png");
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  width: 57px;
  height: 27px;
  position: absolute;
  right: 0;
  bottom: -13px;
}

@media screen and (max-width: 768px) {
  .startBlock:after {
    background-image: url("/contents/product/clear/teaser/images/sp/img-start-02.png");
    background-size: contain;
    width: 56px;
    height: 26px;
  }
}

.startBlock__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .startBlock__flex {
    display: block;
  }
}

.startBlock__flex__item--img {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .startBlock__flex__item--img {
    margin: 0 auto 10px;
    width: calc(391px / 2);
  }
}

.startBlock__flex__item__ttlBlock {
  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;
  margin-bottom: 18px;
}

.startBlock__flex__item__ttlBlock__item--img {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .startBlock__flex__item__ttlBlock__item--img {
    margin-right: 20px;
    width: calc(241px / 2);
  }
}

.startBlock__flex__item__ttlBlock__item__ttl {
  font-size: 24px;
  color: #3c5bc5;
}

@media screen and (max-width: 768px) {
  .startBlock__flex__item__ttlBlock__item__ttl {
    font-size: 23px;
  }
}

.startBlock__flex__item__ttlBlock__item__txt {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .startBlock__flex__item__ttlBlock__item__txt {
    font-size: 15px;
  }
}

.startBlock__flex__item__btn {
  max-width: 320px;
  text-align: center;
  background-color: #329deb;
}

@media screen and (max-width: 768px) {
  .startBlock__flex__item__btn {
    margin: 0 auto;
  }
}

.startBlock__flex__item__btn a {
  font-size: 16px;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 24px 0;
}

.startBlock__flex__item__btn a:after {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-start-arrow.png");
  display: inline-block;
  width: 15px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
}

.startBlock__lead {
  text-align: center;
  font-size: 14px;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .startBlock__lead {
    font-size: 13px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .startBlock__lead span {
    padding-left: 5em;
  }
}

.approachArea {
  padding-top: 130px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .approachArea {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}

.approachArea__flexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .approachArea__flexBlock {
    margin-top: 50px;
    display: block;
  }
}

.approachArea__flexBlock--second {
  margin-top: -71px;
}

@media screen and (max-width: 768px) {
  .approachArea__flexBlock--second {
    margin-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .approachArea__flexBlockItem--img {
    width: calc(668px / 2);
    margin: 0 auto 85px;
  }
}

.approachArea__flexBlockItem--txtBox {
  position: relative;
  padding-left: 135px;
  opacity: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (max-width: 768px) {
  .approachArea__flexBlockItem--txtBox {
    width: 335px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
}

.approachArea__flexBlockItem--txtBox.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.approachArea__flexBlockItem--txtBox:before {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-approach-01-02.png");
  background-repeat: no-repeat;
  width: 260px;
  height: 297px;
  display: inline-block;
  position: absolute;
  left: -64px;
  top: calc(50% - 148px);
}

@media screen and (max-width: 768px) {
  .approachArea__flexBlockItem--txtBox:before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-approach-01-02.png");
    background-size: contain;
    width: 155px;
    height: 177px;
    left: 0;
    top: calc(50% - 88px);
  }
}

.approachArea__flexBlockItem--txtBox--second:before {
  background-image: url("/contents/product/clear/teaser/images/img-approach-02-02.png");
}

.approachArea__flexBlockItem--txtBox--second.is-show {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.approachArea__flexBlockItem__ttl {
  font-size: 24px;
  color: #3c5bc5;
}

@media screen and (max-width: 768px) {
  .approachArea__flexBlockItem__ttl {
    font-size: 15px;
  }
}

.approachArea__flexBlockItem__ttl--second {
  color: #329deb;
}

.approachArea__flexBlockItem__ttl span {
  font-size: 16px;
  display: block;
  margin-top: -5px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .approachArea__flexBlockItem__ttl span {
    font-size: 10px;
    white-space: nowrap;
  }
}

.approachArea__flexBlockItem__txt {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .approachArea__flexBlockItem__txt {
    font-size: 13px;
    letter-spacing: -0.8px;
  }
}

.approachArea__flexBlockItem__txt span {
  color: #3c5bc5;
}

.approachArea__flexBlockItem__txt--second span {
  color: #329deb;
}

.approachArea .noteWrap {
  text-align: right;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .approachArea .noteWrap {
    margin-top: 50px;
    text-align: left;
  }
}

.approachArea__note {
  font-size: 10px;
  width: 397px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .approachArea__note {
    width: 100%;
  }
}

.approachArea .js-btnWrap {
  margin: 80px auto 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.approachArea .js-btnWrap::before {
  display: block;
  content: "";
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #959698;
  -webkit-transition: .2s;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.approachArea .js-btnWrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #959698;
}

@media screen and (max-width: 768px) {
  .approachArea .js-btnWrap {
    margin-top: 90px;
  }
}

.approachArea .js-btnWrap__txt {
  font-size: 16px;
}

.approachArea .js-btnWrap.close {
  background-image: url("/contents/product/clear/teaser/images/img-close.png");
  width: 59px;
  height: 14px;
  margin-top: 120px;
}

.approachArea .js-btnWrap.close::before {
  display: block;
  content: "";
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #959698;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.approachArea .js-btnWrap.close::after {
  display: block;
  content: "";
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #959698;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .approachArea .js-btnWrap.close {
    background-image: url("/contents/product/clear/teaser/images/sp/img-close.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.approachArea .js-btnWrap.close .js-btnWrap__txt {
  display: none;
}

.numberBlock {
  max-width: 896px;
  margin: 110px auto 0;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  .numberBlock {
    padding-left: 0;
  }
}

.numberBlock__ttl {
  font-size: 26px;
  color: #3c5bc5;
  position: relative;
}

@media screen and (max-width: 768px) {
  .numberBlock__ttl {
    font-size: 20px;
    padding-left: 65px;
  }
}

.numberBlock__ttl::before {
  content: "";
  display: inline-block;
  background-image: url("/contents/product/clear/teaser/images/img-approach-03.png");
  position: absolute;
  left: -70px;
  width: 45px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .numberBlock__ttl::before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-approach-03.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0.5em;
  }
}

.numberBlock__ttl--sub {
  margin-top: 50px;
  color: #329deb;
}

@media screen and (max-width: 768px) {
  .numberBlock__ttl--sub {
    margin-top: 95px;
  }
}

.numberBlock__ttl--sub::before {
  content: "";
  display: inline-block;
  background-image: url("/contents/product/clear/teaser/images/img-approach-06.png");
  position: absolute;
  left: -70px;
  width: 56px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .numberBlock__ttl--sub::before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-approach-06.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0.5em;
  }
}

.numberBlock__ttl--sub span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .numberBlock__ttl--sub span {
    font-size: 13px;
    display: block;
  }
}

.numberBlock__leadTxt {
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .numberBlock__leadTxt {
    font-size: 13px;
  }
}

.numberBlock__note {
  font-size: 10px;
  margin-top: 5px;
}

.numberBlock__centerBox {
  width: 474px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .numberBlock__centerBox {
    max-width: 350px;
    width: 100%;
  }
}

.numberBlock__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox {
    display: block;
  }
}

.numberBlock__flexBox--sub {
  margin-top: 28px;
  padding-top: 30px;
  border-top: 2px solid #dedfe1;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox--sub {
    margin-top: 35px;
    padding-top: 35px;
  }
}

.numberBlock__flexBox__item {
  width: 100%;
}

.numberBlock__flexBox__item--txt {
  margin-right: 70px;
  width: 516px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item--txt {
    margin-right: 0;
    width: 100%;
  }
}

.numberBlock__flexBox__item--img01 {
  width: 104px;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item--img01 {
    text-align: center;
    margin: 15px auto 0;
    width: auto;
  }
}

.numberBlock__flexBox__item--img01:nth-child(odd) {
  margin-right: 28px;
}

.numberBlock__flexBox__item--img01:nth-child(3) {
  margin-top: 10px;
}

.numberBlock__flexBox__item--img01:nth-child(4) {
  margin-top: 10px;
}

.numberBlock__flexBox__item--img01 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item--img01 img {
    width: auto;
  }
}

.numberBlock__flexBox__item--img01--sub {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item--img01--sub {
    width: auto;
  }
}

.numberBlock__flexBox__item--imgTxt {
  font-size: 11px;
  text-align: center;
  margin-top: 6px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item--imgTxt {
    font-size: 12px;
  }
}

.numberBlock__flexBox__item--flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item--flexwrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .numberBlock__flexBox__item--flexwrap .numberBlock__flexBox__item--img01 {
    margin: 0;
    width: calc(50% - 12px);
  }
  .numberBlock__flexBox__item--flexwrap .numberBlock__flexBox__item--img01:nth-child(3) {
    margin-top: 20px;
  }
  .numberBlock__flexBox__item--flexwrap .numberBlock__flexBox__item--img01:nth-child(4) {
    margin-top: 20px;
  }
}

.numberBlock__flexBox__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.numberBlock__flexBox__item__ttl {
  font-size: 20px;
  color: #3c5bc5;
}

.numberBlock__flexBox__item .flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item .flexWrap {
    margin-right: 0;
  }
}

.numberBlock__flexBox__item .flexWrap--sub {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item .flexWrap--sub {
    margin-top: 25px;
  }
}

.numberBlock__flexBox__item .flexItem--img {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item .flexItem--img {
    margin-right: 14px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75px;
  }
}

.numberBlock__flexBox__item .flexItem__txt {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .numberBlock__flexBox__item .flexItem__txt {
    font-size: 13px;
  }
}

.storyArea {
  padding-top: 150px;
  padding-bottom: 88px;
}

@media screen and (max-width: 768px) {
  .storyArea {
    padding-top: 100px;
    padding-bottom: 77px;
  }
}

.storyArea__flexBlock {
  padding-top: 35px;
  max-width: 896px;
  margin: 90px auto 0;
  border-top: 2px solid #c7c7c7;
}

.storyArea__flexBlock__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 632px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .storyArea__flexBlock__inner__item--img {
    width: calc(253px / 2);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.storyArea__flexBlock__inner__item--txtBox {
  margin-left: 38px;
}

@media screen and (max-width: 768px) {
  .storyArea__flexBlock__inner__item--txtBox {
    margin-left: 25px;
  }
}

.storyArea__flexBlock__inner__item__ttl {
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .storyArea__flexBlock__inner__item__ttl {
    font-size: 15px;
  }
}

.storyArea__flexBlock__inner__item__txt {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .storyArea__flexBlock__inner__item__txt {
    font-size: 12px;
  }
}

.questionBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .questionBlock {
    display: block;
  }
}

.questionBlock--q1 {
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .questionBlock--q1 {
    margin-top: 80px;
  }
}

.questionBlock--q1 .questionBlock__img--first {
  position: absolute;
  top: 130px;
  left: 232px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.questionBlock--q1 .questionBlock__img--second {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

@media screen and (max-width: 768px) {
  .questionBlock--q1 .questionBlock__img--second {
    width: calc(532px / 2);
    margin-left: -20px;
  }
}

.questionBlock--q1 .questionBlock__item--txtBox {
  padding-top: 30px;
  margin-left: 52px;
  max-width: 632px;
  opacity: 0;
  -webkit-transition: 4s;
  transition: 4s;
}

.questionBlock--q1 .questionBlock__item--txtBox.is-show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .questionBlock--q1 .questionBlock__item--txtBox {
    padding-top: 65px;
    margin-left: 65px;
    max-width: 100%;
    -webkit-transition: 2.5s;
    transition: 2.5s;
  }
}

.questionBlock--q1 .questionBlock__item--imgBox.is-show .questionBlock__img--first, .questionBlock--q1 .questionBlock__item--imgBox.is-show .questionBlock__img--second {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.questionBlock--q1 .questionBlock__item--imgBox.is-show .questionBlock__img--second {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.questionBlock--q2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .questionBlock--q2 {
    margin-top: 95px;
  }
}

.questionBlock--q2 .questionBlock__item--txtBox {
  padding-top: 80px;
  margin-right: -100px;
  max-width: 632px;
  opacity: 0;
  -webkit-transition: 4s;
  transition: 4s;
}

.questionBlock--q2 .questionBlock__item--txtBox.is-show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .questionBlock--q2 .questionBlock__item--txtBox {
    padding-top: 60px;
    margin-right: 65px;
    max-width: 100%;
    -webkit-transition: 2.5s;
    transition: 2.5s;
  }
}

.questionBlock--q2 .questionBlock__img {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .questionBlock--q2 .questionBlock__img {
    width: calc(495px / 2);
    margin-right: -20px;
    margin-left: auto;
  }
}

.questionBlock--q2 .questionBlock__item--imgBox.is-show .questionBlock__img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.questionBlock--q3 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .questionBlock--q3 {
    margin-top: 100px;
  }
}

.questionBlock--q3 .questionBlock__item--txtBox {
  max-width: 632px;
  margin-left: 30px;
  padding-top: 50px;
  opacity: 0;
  -webkit-transition: 4s;
  transition: 4s;
}

.questionBlock--q3 .questionBlock__item--txtBox.is-show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .questionBlock--q3 .questionBlock__item--txtBox {
    margin-left: 65px;
    padding-top: 70px;
    max-width: 100%;
    -webkit-transition: 2.5s;
    transition: 2.5s;
  }
}

.questionBlock--q3 .questionBlock__img {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .questionBlock--q3 .questionBlock__img {
    width: calc(337px / 2);
  }
}

.questionBlock--q3 .questionBlock__item--imgBox.is-show .questionBlock__img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.questionBlock__ttl {
  font-size: 24px;
  color: #3c5bc5;
  padding-left: 88px;
}

@media screen and (max-width: 768px) {
  .questionBlock__ttl {
    font-size: 20px;
    padding-left: 0;
  }
}

.questionBlock__ttl--q1 {
  position: relative;
}

.questionBlock__ttl--q1:before {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-story-q1.png");
  display: inline-block;
  width: 65px;
  height: 42px;
  position: absolute;
  left: 0;
  top: -8px;
}

@media screen and (max-width: 768px) {
  .questionBlock__ttl--q1:before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-story-q1.png");
    background-size: contain;
    width: 73px;
    height: 45px;
    top: -78px;
    left: -55px;
  }
}

.questionBlock__ttl--q2 {
  position: relative;
}

.questionBlock__ttl--q2:before {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-story-q2.png");
  display: inline-block;
  width: 73px;
  height: 42px;
  position: absolute;
  left: 0;
  top: -8px;
}

@media screen and (max-width: 768px) {
  .questionBlock__ttl--q2:before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-story-q2.png");
    background-size: contain;
    width: 83px;
    height: 45px;
    top: -65px;
    left: auto;
    right: -25px;
  }
}

.questionBlock__ttl--q3 {
  position: relative;
}

.questionBlock__ttl--q3:before {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-story-q3.png");
  display: inline-block;
  width: 72px;
  height: 42px;
  position: absolute;
  left: 0;
  top: -8px;
}

@media screen and (max-width: 768px) {
  .questionBlock__ttl--q3:before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-story-q3.png");
    background-size: contain;
    width: 82px;
    height: 45px;
    top: -78px;
    left: -55px;
  }
}

.questionBlock__txt {
  font-size: 16px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .questionBlock__txt {
    font-size: 14px;
    margin-top: 30px;
  }
}

.voiceArea {
  padding-top: 160px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .voiceArea {
    padding-top: 85px;
    padding-bottom: 115px;
  }
}

.voiceArea__item {
  padding: 70px 80px 60px;
  margin-right: 100px;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .voiceArea__item {
    padding: 55px 20px 30px;
    margin-right: 0;
  }
}

.voiceArea__item__note {
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: -32px;
}

.voiceArea__item--voice01 {
  border: 3px solid #5d79d7;
  margin-top: 80px;
  position: relative;
  opacity: 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.voiceArea__item--voice01.is-show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .voiceArea__item--voice01 {
    margin-top: 240px;
  }
}

.voiceArea__item--voice01 span {
  color: #3c5bc5;
}

.voiceArea__item--voice01::before {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-voice-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9fafd;
  display: inline-block;
  width: 206px;
  height: 58px;
  position: absolute;
  left: 25px;
  top: -20px;
}

@media screen and (max-width: 768px) {
  .voiceArea__item--voice01::before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-voice-01.png");
    background-size: contain;
    width: 151px;
    height: 46px;
    left: 14px;
  }
}

.voiceArea__item--voice01::after {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-voice-01-02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9fafd;
  display: inline-block;
  width: 46px;
  height: 32px;
  position: absolute;
  left: 30px;
  bottom: -25px;
}

.voiceArea__item--voice01 .voiceArea__itemTxt {
  border-bottom: 2px dotted #99aae0;
}

.voiceArea__item--voice01 .voiceArea__imgblock {
  position: absolute;
  right: 44px;
  top: -184px;
}

@media screen and (max-width: 768px) {
  .voiceArea__item--voice01 .voiceArea__imgblock {
    top: -225px;
    right: calc(50% - 90px);
    width: calc(414px / 2);
  }
}

.voiceArea__item--voice02 {
  border: 3px solid #66b6f7;
  margin-top: 86px;
  margin-right: 0;
  margin-left: 100px;
  position: relative;
  opacity: 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.voiceArea__item--voice02.is-show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .voiceArea__item--voice02 {
    margin-top: 65px;
    margin-left: 0;
  }
}

.voiceArea__item--voice02 span {
  color: #48a4ec;
}

.voiceArea__item--voice02::before {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-voice-02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9fafd;
  display: inline-block;
  width: 215px;
  height: 58px;
  position: absolute;
  right: 25px;
  top: -20px;
}

@media screen and (max-width: 768px) {
  .voiceArea__item--voice02::before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-voice-02.png");
    background-size: contain;
    width: 159px;
    height: 47px;
    right: 14px;
  }
}

.voiceArea__item--voice02::after {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-voice-02-02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9fafd;
  display: inline-block;
  width: 46px;
  height: 32px;
  position: absolute;
  right: 30px;
  bottom: -25px;
}

.voiceArea__item--voice02 .voiceArea__itemTxt {
  border-bottom: 2px dotted #a5d5f9;
}

.voiceArea__item--voice03 {
  border: 3px solid #5d7ad7;
  margin-top: 80px;
  position: relative;
  opacity: 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.voiceArea__item--voice03.is-show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .voiceArea__item--voice03 {
    margin-top: 70px;
  }
}

.voiceArea__item--voice03 span {
  color: #3c5bc5;
}

.voiceArea__item--voice03::before {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-voice-03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9fafd;
  display: inline-block;
  width: 214px;
  height: 58px;
  position: absolute;
  left: 25px;
  top: -20px;
}

@media screen and (max-width: 768px) {
  .voiceArea__item--voice03::before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-voice-03.png");
    background-size: contain;
    width: 159px;
    height: 47px;
    left: 14px;
  }
}

.voiceArea__item--voice03::after {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-voice-03-02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9fafd;
  display: inline-block;
  width: 46px;
  height: 32px;
  position: absolute;
  left: 30px;
  bottom: -25px;
}

.voiceArea__item--voice03 .voiceArea__itemTxt {
  border-bottom: 2px dotted #aab9e9;
}

.voiceArea__itemTxt {
  font-size: 16px;
  display: inline;
}

@media screen and (max-width: 768px) {
  .voiceArea__itemTxt {
    font-size: 13px;
  }
}

.voiceArea__name {
  font-size: 16px;
  margin-top: 28px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .voiceArea__name {
    font-size: 13px;
    margin-top: 20px;
  }
}

.mvArea {
  min-height: 1010px;
  position: relative;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .mvArea {
    min-height: 950px;
    padding-top: 100px;
  }
}

.mvArea__imgBlock {
  position: absolute;
  z-index: -1;
}

.mvArea__imgBlock--01 {
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .mvArea__imgBlock--01 {
    top: 40px;
  }
}

.mvArea__imgBlock--01 img {
  width: 85%;
  margin-right: -15%;
  margin-top: -15%;
}

.mvArea__imgBlock--02 {
  top: 300px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .mvArea__imgBlock--02 {
    top: auto;
    bottom: 60px;
  }
}

.mvArea__imgBlock--02 img {
  width: 85%;
  margin-left: -15%;
  margin-top: -15%;
}

.mvArea__imgBlock--03 {
  bottom: 0;
  right: 160px;
}

@media screen and (max-width: 768px) {
  .mvArea__imgBlock--03 {
    right: 20px;
  }
}

.mvArea__txtBlock {
  margin-top: 230px;
  opacity: 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

@media screen and (max-width: 768px) {
  .mvArea__txtBlock {
    margin-top: 170px;
  }
}

.mvArea__txtBlock__ttl {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mvArea__txtBlock__ttl {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
}

.mvArea__txtBlock__ttl span {
  margin-top: 15px;
  display: inline-block;
}

.mvArea__txtBlock__achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mvArea__txtBlock__achievement {
    display: block;
    margin: 30px 20px 0;
  }
}

.mvArea__txtBlock__achievement__item {
  border: 1px solid #102c83;
  width: 108px;
  height: 108px;
  font-size: 11px;
  color: #102c83;
  border-radius: 50%;
  padding: 0px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
  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;
}

@media screen and (max-width: 768px) {
  .mvArea__txtBlock__achievement__item {
    font-size: 14px;
    width: auto;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
  }
}

.mvArea__txtBlock__achievement sup {
  display: contents;
}

.mvArea__txtBlock.is-show {
  opacity: 1;
}

.mvArea__iconBlock {
  position: relative;
  margin-top: 100px;
  display: inline-block;
}

.mvArea__iconBlock::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 82px;
  background: #3c5bc5;
  -webkit-animation: pathmove 1.3s ease-in-out;
          animation: pathmove 1.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .mvArea__iconBlock::after {
    width: 2px;
    height: 50px;
  }
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  100% {
    height: 82px;
    top: 0;
    opacity: 1;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  100% {
    height: 82px;
    top: 0;
    opacity: 1;
  }
}

.note {
  font-size: 10px;
}

.note--right {
  text-align: right;
}

.note--numberBlock {
  text-align: right;
  margin-right: -40px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .note--numberBlock {
    margin-right: 0;
  }
}

.note--numberBlock02 {
  width: 350px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .note--numberBlock02 {
    margin: 20px 0;
    position: relative;
  }
}

.note sup {
  font-size: 10px;
}

.productArea {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .productArea {
    margin-top: 60px;
  }
}

.productArea .innerWrap {
  padding-bottom: 200px;
  border-bottom: 3px solid #a0a0a0;
}

@media screen and (max-width: 768px) {
  .productArea .innerWrap {
    padding-bottom: 50px;
  }
}

.productArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .productArea__list {
    display: block;
    margin-top: 0;
  }
}

.productArea__list__item {
  padding: 20px;
  width: calc(100% / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.productArea__list__item::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 21px;
  background-image: url("/contents/product/clear/teaser/images/img-product-arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 21px;
  position: absolute;
  top: 140px;
  right: -6px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .productArea__list__item {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
  .productArea__list__item::after {
    width: 40px;
    height: 21px;
    background-image: url("/contents/product/clear/teaser/images/sp/img-product-arrow.png");
    background-size: 40px 21px;
    position: absolute;
    top: auto;
    bottom: -10px;
    right: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item:first-child::after {
    bottom: -52px;
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item:nth-child(3)::after {
    bottom: -25px;
  }
}

.productArea__list__item:last-child::after {
  background-image: none;
}

.productArea__list__item:nth-child(2) {
  background-color: #f9fafd;
}

@media screen and (max-width: 768px) {
  .productArea__list__item:nth-child(2) {
    padding: 40px 20px;
  }
}

.productArea__list__item__subTtl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .productArea__list__item__subTtl {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item__subTtl--01 {
    width: calc(109px / 2);
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item__subTtl--02 {
    width: calc(290px / 2);
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item__subTtl--03 {
    width: calc(115px / 2);
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item__subTtl--04 {
    width: calc(114px / 2);
  }
}

.productArea__list__item__ttl {
  font-size: 20px;
  color: #3c5bc5;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .productArea__list__item__ttl {
    font-size: 25px;
  }
}

.productArea__list__item__img {
  margin-bottom: 18px;
  text-align: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .productArea__list__item__img {
    height: auto;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item__img--01 {
    width: calc(468px / 2);
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item__img--02 {
    width: calc(312px / 2);
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item__img--03 {
    width: calc(312px / 2);
  }
}

@media screen and (max-width: 768px) {
  .productArea__list__item__img--04 {
    width: calc(312px / 2);
  }
}

.productArea__list__item__txt span {
  white-space: nowrap;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 768px) {
  .productArea__list__item__txt span {
    white-space: initial;
    letter-spacing: 0;
  }
}

.productArea__list__item__note {
  font-size: 10px;
  margin-top: 16px;
}

.faqArea {
  padding-top: 160px;
  padding-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .faqArea {
    padding-top: 75px;
    padding-bottom: 25px;
  }
}

.faqArea__qTxt {
  margin-top: 48px;
  margin-left: 48px;
  font-size: 20px;
  color: #3c5bc5;
  padding-left: 18px;
  border-left: 2px solid #5d79d7;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .faqArea__qTxt {
    font-size: 17px;
    margin-left: 40px;
    margin-top: 55px;
  }
}

.faqArea__qTxt:before {
  content: "";
  display: inline-block;
  background-image: url("/contents/product/clear/teaser/images/img-faq-q.png");
  width: 25px;
  height: 24px;
  position: absolute;
  left: -48px;
  top: 0.1em;
}

@media screen and (max-width: 768px) {
  .faqArea__qTxt:before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-faq-q.png");
    background-size: contain;
    width: 22px;
    height: 21px;
    left: -40px;
  }
}

.faqArea__aTxt {
  margin-top: 30px;
  margin-left: 48px;
  font-size: 14px;
  padding-left: 18px;
  border-left: 2px solid #53b2f7;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faqArea__aTxt {
    margin-left: 40px;
    margin-top: 20px;
  }
}

.faqArea__aTxt:before {
  content: "";
  display: inline-block;
  background-image: url("/contents/product/clear/teaser/images/img-faq-a.png");
  width: 22px;
  height: 24px;
  position: absolute;
  left: -48px;
  top: 0.3em;
}

@media screen and (max-width: 768px) {
  .faqArea__aTxt:before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-faq-a.png");
    background-size: contain;
    width: 20px;
    height: 22px;
    left: -40px;
  }
}

.prodcutItem {
  position: relative;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.product {
  position: relative;
}

@media screen and (max-width: 768px) {
  .product {
    margin: 0;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .product:not(:first-child) {
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .product:not(:first-child) h2 {
    top: 30px;
  }
}

.product h2 {
  position: absolute;
  left: -10px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .product h2 {
    top: 60px;
    left: 0;
    width: 12px;
  }
}

.product .row {
  min-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .product .row {
    width: auto;
    min-width: inherit;
  }
}

.product .col--1of3 {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .product .col--1of3 {
    max-width: none;
    padding: 0;
  }
}

.product__img {
  text-align: center;
  height: 240px;
}

@media screen and (max-width: 768px) {
  .product__img {
    height: 130px;
  }
}

.product__img img {
  width: auto;
  max-width: 100%;
  max-height: 215px;
}

.product__title {
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .product__title {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .product__title--sub {
    height: 90px;
  }
}

.product__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .product__info {
    min-height: auto;
  }
}

.product__price {
  font-size: 12px;
  min-height: 44px;
}

@media screen and (max-width: 768px) {
  .product__price {
    font-size: 14px;
  }
}

.product__price span {
  display: inline-block;
  margin-top: 8px;
}

.product__more {
  content: "";
  position: relative;
  border-bottom: 1px solid #878484;
  cursor: pointer;
  margin-top: 50px;
  padding-top: 5px;
  padding-bottom: 10px;
  cursor: pointer;
}

.product__more::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #777575;
  border-right: 1px solid #777575;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -10px;
}

.product__more.is-active {
  border: none;
}

.product__more.is-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
}

.product__more.is-active img:first-child {
  display: inline-block;
}

.product__more.is-active img:last-child {
  display: none;
}

.product__more img:first-child {
  display: none;
}

.product__more img {
  width: auto;
}

.product__content {
  display: none;
  padding-top: 24px;
}

.product__subTitle {
  color: #0a205c;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.product__subTitle + p {
  font-size: 12px;
}

.product__point {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .product__point {
    margin-top: 20px;
  }
}

.product__point img, .product__point + img {
  width: 100%;
}

.product__btn {
  width: 100%;
  min-height: 225px;
  max-height: initial;
}

@media screen and (max-width: 768px) {
  .product__btn {
    position: static;
    width: auto;
    margin-top: 0;
    min-height: 273px;
  }
}

.product__content + .product__btn {
  position: static;
  margin-top: 30px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .product__content + .product__btn {
    margin-top: 20px;
  }
}

.product__link span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
  position: relative;
  color: #999999;
  border: 2px solid #e3e3e3;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .product__link span {
    font-size: 11px;
    text-align: left;
    padding: 10px 0 10px 8px;
  }
}

.product__link span:before, .product__link span:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -6px;
  background: #999999;
}

@media screen and (max-width: 768px) {
  .product__link span:before, .product__link span:after {
    right: 14px;
  }
}

.product__link span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product__link span:hover {
  background: #3e3a39;
  color: #fff;
}

.product__link span.product__normal {
  color: #015cbd;
  border: 2px solid #2170c5;
}

.product__link span.product__normal:before, .product__link span.product__normal:after {
  background: #317bc9;
}

.product__link span.product__normal:hover {
  background: #015cbd;
  color: #fff;
}

.product__link span.product__normal:hover:before, .product__link span.product__normal:hover:after {
  background: #fff;
}

.product__block {
  height: 96px;
}

@media screen and (max-width: 768px) {
  .product__block {
    min-height: 65px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .product__block--sub {
    min-height: 90px;
  }
}

.product__link__txt {
  font-size: 16px;
  color: #ef857d;
  margin-top: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .product__link__txt {
    font-size: 13px;
  }
}

.product__link__txt--normal {
  color: #3c5bc5;
}

.product__link span.product__regular {
  color: #ef857d;
  border: 2px solid #ef857d;
}

.product__link span.product__regular:before, .product__link span.product__regular:after {
  background: #f08f88;
}

.product__link span.product__regular:hover {
  background: #ef857d;
  color: #fff;
}

.product__link span.product__regular:hover:before, .product__link span.product__regular:hover:after {
  background: #fff;
}

.product__link span:hover:before, .product__link span:hover:after {
  background: #fff;
}

.lineup ul.product__link {
  margin-top: 16px;
}

.product__link li {
  margin-bottom: 1px;
  width: 100%;
  margin: 0;
}

.product__page {
  margin: 16px auto 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .product__page {
    margin-top: 8px;
  }
}

.product__page a {
  display: block;
  font-size: 12px;
}

.product__page a:after {
  content: "";
  background: url("/contents/product/clear/common/images/img-icon-link.png") no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 10px;
}

.product__note {
  font-size: 10px;
  margin-top: 10px;
}

.product__txt {
  color: #ef857d;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .product__txt {
    font-size: 13px;
  }
}

.productModal, .productModal--sample {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

.productModal__overlay {
  position: absolute;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.productModal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .productModal__close {
    width: 20px;
  }
}

.productModal__content {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 900px;
  margin: 0 auto;
  z-index: 10002;
  padding: 100px 30px 70px;
}

.productModal__content--sub {
  padding-top: 50px;
}

.productModal__content--02 {
  min-height: 410px;
}
@media screen and (max-width: 768px) {
  .productModal__content--02 {
    min-height: auto;
    height: 80%;
    max-height: 80%;
  }
}

.productModal__content img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .productModal__content {
    padding: 95px 18px 15px;
    width: 90%;
    overflow-y: auto;
    max-height: 95%;
  }
  .productModal__content--sub {
    padding-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .productModal__content {
    overflow-y: scroll;
    /*スクロールバー全体*/
    /*スクロールバーの軌道*/
    /*スクロールバーの動く部分*/
  }
  .productModal__content::-webkit-scrollbar {
    width: 6px;
  }
  .productModal__content::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
  }
  .productModal__content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, 0.5);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
}

.productModal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .productModal__row {
    display: block;
    padding-bottom: 30px;
  }
}

.productModal__col:nth-child(2) {
  width: auto;
}

.productModal__col:nth-child(3) {
  width: 100%;
}

.productModal__img {
  width: 280px;
  padding-right: 20px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .productModal__img {
    width: auto;
    text-align: center;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
}

.productModal__img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.productModal .js-productModalTab__img div, .productModal--sample .js-productModalTab__img div {
  display: none;
}

.productModal .js-productModalTab__img div.is-show, .productModal--sample .js-productModalTab__img div.is-show {
  display: block;
  text-align: center;
}

.productModal__comments {
  font-size: 12px;
}

.lineup ul.productModal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 22px;
  margin-top: 12px;
  margin-bottom: 22px;
  max-width: 380px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .productModal__list {
    margin-bottom: 0;
  }
  .productModal__list + .productModal__title {
    margin-top: 10px;
  }
}

.productModal__list li {
  width: 60px;
  margin: 0 8px 0 0;
  padding: 0;
}

.productModal__list li a {
  display: block;
}

.productModal__list img {
  width: 100%;
  display: block;
  border: 1px solid #fff;
}

.productModal__list span {
  border: 1px solid #1b69b1;
  color: #1b69b1;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.productModal__list .is-active img {
  border: 1px solid #1b69b1;
}

.productModal__list .is-active span {
  background: #1b69b1;
  color: #fff;
}

.productModal__title {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .productModal__title {
    margin-top: 20px;
  }
}

.productModal__title span {
  font-size: 14px;
}


.productModal__code {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .productModal__code {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.productModal__price span {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .productModal__price span {
    font-size: 18px;
  }
}

.productModal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 30px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .productModal__btn {
    font-size: 11.5px;
    margin-top: 20px;
    white-space: nowrap;
    position: inherit;
  }

  .productModal__btn p {
    font-size: 12px;
  }
}

.productModal__btn select {
  width: 70px;
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .productModal__btn select {
    width: 68px;
    height: 38px;
    font-size: 18px;
  }
}

.numberTxt {
  margin-left: 10px;
}

.productModal__cart {
  background: #3c5bc5;
  color: #fffdff;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 230px;
  height: 40px;
  padding: 8px 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 10px;
}

.productModal__cart:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .lineup li a.productModal__cart {
    font-size: 10px;
    width: 100%;
    height: 50px;
    padding: 16px 0;
    line-height: normal;
    position: inherit;
  }
}

.productModal__cart img {
  margin-right: 4px;
  display: inline-block;
  width: 15px;
  vertical-align: middle;
}

.productAction__cartBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.productAction__cartBtn li {
  padding: 0 7px;
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .productModal__cart img {
    width: 16px;
    margin-top: -4px;
    zoom: inherit;
  }
}

.lineup li a.productModal__cart {
  display: inherit;
}

.productModal--sample .productModal__content {
  width: 530px;
  padding: 60px;
}

@media screen and (max-width: 768px) {
  .productModal--sample .productModal__content {
    padding: 30px 40px 40px;
    width: 90%;
  }
}

.productModal--sample .productModal__btn {
  position: static;
  margin-top: 30px;
}

.productModal__block {
  margin-top: 32px;
  border-top: 1px solid #ececec;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .productModal__block {
    margin-top: 25px;
  }
  .productModal__block > .productModal__title {
    margin-top: 0;
  }
}

.productModal__spec div {
  display: none;
}

.productModal__spec div.is-show {
  display: block;
}

.productModal__txt {
  color: #ef857d;
  font-size: 12px;
}

.regularModalWrap {
  position: relative;
}

.regularModal {
  line-height: 1.5;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: -1;
}

.regularModal--first {
  position: relative;
  opacity: 1;
  z-index: 0;
}

.modal__inner {
  overflow: inherit;
  overflow-y: inherit;
  padding: 0;
}

.regularModal__nav {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
}

.regularModal__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.regularModal__nav ul li {
  font-size: 16px;
  padding: 2px 8px;
  margin-right: 16px;
  width: auto;
}

.regularModal__nav ul li:last-child {
  margin-right: 0;
}

.regularModal__nav ul li.is-active {
  color: #fff;
  background-color: #3c5bc5;
}

.regularModal__nav p {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
}

.row--clearful {
  max-width: 1022px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .row--clearful {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.row--clearful .col--1of3 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .row--clearful .col--1of3 {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}

.product__ttl {
  position: relative;
  font-size: 36px;
  color: #3c5bc5;
  padding-left: 90px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .product__ttl {
    font-size: 23px;
    padding-left: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.product__ttl span {
  font-size: 20px;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .product__ttl span {
    font-size: 15px;
    margin-top: -10px;
    margin-left: 0;
    display: block;
  }
}

.product__ttl::before {
  content: "";
  display: inline-block;
  background-image: url("/contents/product/clearful/images/icon-ttl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 28px;
  position: absolute;
  top: 22px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .product__ttl::before {
    width: 41px;
    height: 20px;
    top: 12px;
    left: 0;
  }
}

.innerWrap--readBlock {
  max-width: 896px;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.readBlock__ttl {
  text-align: center;
  font-size: 34px;
  color: #3c5bc5;
}

@media screen and (max-width: 768px) {
  .readBlock__ttl {
    font-size: 30px;
  }
}

.readBlock__ttl span {
  font-size: 20px;
  display: block;
  margin-bottom: -10px;
}

.readBlock__lead {
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .readBlock__lead {
    font-size: 13px;
    margin-bottom: 45px;
  }
}

.tag--blue, .tag--bluePurple, .tag--category, .tag--gray, .tag--green, .tag--orange, .tag--pink, .tag--purple, .tag--thinPurple, .tag--yellowGreen {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.tag--blue {
  background: #abced8;
}

header {
  border-bottom: none;
  background: inherit;
  z-index: 1001;
  position: relative;
}

header.is-scroll {
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  header.is-scroll {
    -webkit-transform: translateY(-320%);
            transform: translateY(-320%);
  }
}

header.is-fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
}

.header__top {
  background: #fff;
}

.header {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 10px 0;
  }

  .header__mypageBtn img {
    zoom: inherit;
  }
}

@media screen and (max-width: 768px) {
  .header__cart, .header__mypage {
    position: relative;
    display: inherit;
  }

  .header__mypage {
    right: 8px;
  }

  .header__mypage .header__mypageBtn {
    position: absolute;
    right: 40px;
  }

  .header__cart {
    right: -20px;
  }
}

.header__logo {
  padding-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 52vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.header__logo--sub {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .header__logo--sub {
    margin-left: 90px;
    margin-right: 10px;
  }
}

.header__content {
  top: calc(50% - 14px);
}
@media screen and (max-width: 768px) {
  .header__content {
      /* top: 0; */
      position: relative;
      display: contents;
  }
}


@media screen and (max-width: 768px) {
  .header__logo--sub {
    width: 55px;
  }
}


.header__cartBtn {
  position: relative;
}

.navBlock {
  background-color: #dbdcdc;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding-top: 83px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .navBlock {
    padding-top: 0;
  }
}

.navBlock__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.navBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navBlock__listItem {
  width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .navBlock__listItem {
    width: calc(100% / 3);
  }
  .navBlock__listItem:nth-child(3) {
    border-right: none;
  }
  .navBlock__listItem:nth-child(4) {
    width: 50%;
    border-top: 1.5px solid #fff;
  }
  .navBlock__listItem:nth-child(5) {
    width: 50%;
    border-top: 1.5px solid #fff;
    border-right: none;
  }
}

.navBlock__listItem__link {
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  color: #3e3a3a;
  text-decoration: none;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .navBlock__listItem__link {
    font-size: 9px;
    padding: 12px 0;
    margin-top: 0;
    border-right: 1.5px solid #fff;
  }
}

.navBlock__listItem__link:hover {
  text-decoration: none;
}

.navBlock__listItem__link span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .navBlock__listItem__link span {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(even) .navBlock__listItem__link {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(1) .navBlock__listItem__link {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(2) .navBlock__listItem__link {
    border-bottom: 1px solid #fff;
    border-right: 1.5px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(3) .navBlock__listItem__link {
    border-bottom: 1px solid #fff;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(4) .navBlock__listItem__link {
    border-right: 1.5px solid #fff;
  }
}

.navBlock__listItem:last-child .navBlock__listItem__link {
  border-right: none;
}

.navBlock.is-scroll {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .navBlock.is-hide {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}

footer {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 70px !important;
  }
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .footer .container {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer__img {
    width: 205px;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 25px;
    margin-left: -2.7em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .footer__copyright__txt {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    white-space: nowrap;
    margin-right: -8px;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer__copyright__logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0;
    margin-bottom: 4px;
  }
}

.productModal__priceWrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .productModal__priceWrap {
    letter-spacing: -0.1px;
  }
}

.productModal__priceWrap__regular {
  font-size: 16px;
  font-weight: bold;
}

.productModal__priceWrap__regular span {
  font-weight: normal;
  margin-left: 6px;
  display: inline-block;
}

.productModal__priceWrap__normal {
  font-size: 12px;
  font-weight: bold;
  margin-left: 26px;
}

.productModal__priceWrap__normal span {
  font-weight: normal;
  margin-left: 6px;
  display: inline-block;
}

.productModal__note {
  font-size: 10px;
  margin-top: 6px;
  margin-left: 1em;
  text-indent: -1em;
}

.productModal__note + .productModal__note {
	margin-top: 0;
}

.productModal__priceWrap__regular {
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .productModal__priceWrap__regular {
    margin-right: 5px;
    white-space: nowrap;
  }
}

.productModal__priceWrap__normal {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .productModal__priceWrap__normal {
    white-space: nowrap;
  }
}

.productModal__title--second {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 2px solid #e0dfdf;
}

.beautyColumnBlock {
  border: 1px solid #3c5bc5;
  padding: 40px;
  max-width: 730px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .beautyColumnBlock {
    padding: 30px 14px;
  }
}

.beautyColumnBlock__icon {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  display: inline-block;
  max-width: 160px;
  width: 100%;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .beautyColumnBlock__icon {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    top: -14px;
  }
}

.beautyColumnBlock__ttl {
  text-align: center;
  color: #3c5bc5;
  font-size: 20px;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .beautyColumnBlock__ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.beautyColumnBlock__ttl span {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .beautyColumnBlock__ttl span {
    font-size: 13px;
  }
}

.beautyColumnBlock__img {
  text-align: center;
  width: 515px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .beautyColumnBlock__img {
    width: auto;
  }
}

.beautyColumnBlock__img img {
  width: 100%;
}

.headingLv2--min {
  margin-top: 120px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .headingLv2--min {
    margin-top: 75px;
  }
}

.headingLv2--min::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 42px;
  background: #3c5bc5;
  position: absolute;
  top: -90px;
  left: calc(50% - 2px);
}

@media screen and (max-width: 768px) {
  .headingLv2--min::before {
    width: 2px;
    height: 21px;
    top: -50px;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.js-fade.is-show {
  opacity: 1;
}

.readArea {
  padding-top: 100px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .readArea {
    padding-top: 75px;
  }
}

.snsArea {
  padding: 140px 0 0;
}

@media screen and (max-width: 768px) {
  .snsArea {
    padding-top: 70px;
  }
}

.snsArea__logo {
  width: 40px;
  margin: 26px auto 0;
}

@media screen and (max-width: 768px) {
  .snsArea__logo {
    width: 38px;
  }
}

.snsArea__logo img {
  width: 100%;
}

.productDetail__complete {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 24px 0;
  opacity: 0;
  background: #ef857d;
  font-size: 14px;
  text-decoration: none;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  z-index: 1020;
}

.confirm {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.confirm.is-show {
  opacity: 1;
}

.addCart__complete {
  overflow: hidden;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 12px 0;
  opacity: 0;
  background: #ef857d;
  font-size: 14px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  z-index: 1020;
}

.confirm__complete {
  overflow: hidden;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: #ef857d;
  font-size: 14px;
  font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 1020;
}

.confirm.is-show .confirm__complete {
  opacity: 1;
}

.productDetail__complete:hover, .addCart__complete:hover {
  text-decoration: none;
}

.productDetail__btn, .addCart__btn {
  border: 1px solid #fff;
  background: url("/contents/common/images/bg-link-arrow-next-white.png") right 6px center no-repeat;
  background-size: 5px 9px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
  width: 110px;
  margin: 12px auto 0;
  padding: 3px 18px 3px 18px;
  text-decoration: none;
}

.productDetail__btn .link-next, .addCart__btn .link-next {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
}

.note--sub {
  margin-top: 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .note--sub {
    margin-top: 14px;
  }
}

.sup__sub {
  font-size: 10px;
  zoom: 0.9;
}




/* 追加分 */
.productCard__txtArea {
  padding-bottom: 26px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .productCard__txtArea {
    padding-bottom: 0;
  }
}

.product__link span {
  color: #cdcdcd;
  border: 2px solid #cdcdcd;
}
.product__link span:before, .product__link span:after {
  background: #cdcdcd;
}
.product__link span:hover {
  background: #cdcdcd;
}

.product__link span.product__regular {
  color: #d0b4bc;
  border: 2px solid #d0b4bc;
}
.product__link span.product__regular:before, .product__link span.product__regular:after {
  background: #d0b4bc;
}
.product__link span.product__regular:hover {
  background: #d0b4bc;
}

.product__link span.product__normal {
  color: #969494;
  border: 2px solid #969494;
}
.product__link span.product__normal:before, .product__link span.product__normal:after {
  background: #969494;
}
.product__link span.product__normal:hover {
  background: #969494;
}

.productAction__cartBtn--flex {
  justify-content: space-between;
}
.productAction__cartBtn--flex li {
  padding: 0;
}

.productAction__cartBtn--number li {
  width: calc(50% - 10px);
  position: sticky;
}
@media (max-width: 768px) {
  .productAction__cartBtn--number li {
    width: calc(50% - 6px);
  }
}
.productAction__cartBtn--number .productModal__cart {
  position: relative;
  width: 100%;
}

.product__link {
  margin-top: 16px;
}


/* モーダル内 */
.regularModal__nav ul li.is-active {
  background-color: #5c5a5a;
}

.productModal__cart {
  background: #5c5a5a;
  font-size: 12px;
  line-height: 24px;
}
.productModal__cart--next:after {
  content: "";
  display: inline-block;
  background-image: url("/contents/product/mr/images/bg-arrow-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
}
@media (max-width: 768px) {
  .productModal__cart--next:after {
    right: 10px;
  }
}
.productModal__cart--prev {
  color: #3e3a39;
  border: 1px solid #7a7776;
  background: #fff;
}
.productModal__cart--prev:before {
  content: "";
  display: inline-block;
  background-image: url("/contents/product/mr/images/bg-arrow-prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: calc(50% - 5px);
}
@media (max-width: 768px) {
  .productModal__cart--prev:before {
    left: 10px;
  }
}

select {
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0 24px 0 10px;
  height: 40px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff url("/contents/product/mr/images/bg-form-select-arrow.png") center right no-repeat;
  background-size: 12px,8px;
  background-position: right 8px center;
  box-sizing: border-box;
  cursor: pointer;
  color: #231815;
}
select::-ms-expand {
  display: none;
}
.productModal__btn select.productTable__num {
  max-width: 70px;
  min-width: inherit;
  margin: 0 5px;
}

.productDetail__complete, .addCart__complete{
  height: auto !important;
}

.productModal__list span {
  border: 1px solid #555150;
  color: #3e3a39;
}
.productModal__list .is-active span {
  background: #5c5a5a;
}
.productModal__list .is-active img {
  border: 1px solid #3e3a39;
}

.productModal__close img {
  max-width: 27px;
}

.product__pageWrap {
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding-left: 8px;
  margin-top: 14px;
}
.product__pageWrap a {
  border-right: 2px solid #979595;
  padding-right: 22px;
  margin-right: 24px;
  letter-spacing: -0.4px;
}
.product__pageWrap a:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.product__pageWrap a:after {
  content: "";
  background-image: url("/contents/product/mr/images/bg-icon-blank-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 6px;
}

.productModal__priceWrap__normal {
  font-size: 16px;
}
.productModal__priceWrap__normal--small {
  font-size: 12px;
  margin-top: 6px;
}
.productModal__btn .productModal__cart {
  position: inherit;
  margin-left: 15px;
}

.productModal__price {
  font-weight: bold;
}

a {
  -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
a:hover {
  opacity: .65;
}

.what {
  margin-top: 70px;
}

.subscription {
  margin-bottom: -60px;
}
@media (max-width: 768px) {
  .subscription {
    margin-bottom: -160px;
  }
}
.skincare {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .skincare {
    margin-bottom: 0;
    padding-top: 5px;
  }
}




@media (max-width: 768px) {

  .lineup__cardWrap {
    padding: 0 20px 25px;
    justify-content: space-between;
    background-color: #fff;
  }

  .productCard {
    width: calc(50% - 10px);
  }

  .productCard--col1 {
    width: 100%;
  }

  .product__pageWrap {
    display: block;
    font-size: 11px;
  }
  .product__pageWrap a {
    display: block;
    border-right: none;
    border-bottom: 1px solid #979595;
    padding: 10px 0;
    position: relative;
    padding-left: 8px;
    margin: 0;
  }
  .product__pageWrap a:after {
    position: absolute;
    right: 7px;
  }

  .product__pageWrap--col1 {
    display: flex;
  }
  .product__pageWrap--col1 a {
    display: inherit;
    border-right: 1px solid #979595;
    border-bottom: none;
    width: calc(100% / 3 - 8px);
    margin-right: 17px;
    padding-left: 1px;
  }
  .product__pageWrap--col1 a:after {
    position: inherit;
    right: 0;
  }

  .productModal__close {
    top: 20px;
    right: 10px;
  }

  .productModal__img img {
    width: 100%;
    margin: 0;
  }

  .productModal__cart {
    position: inherit;
    width: 100%;
  }

  .productModal__btn .productModal__cart {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
  }

  .footer__logo {
    width: 175px;
    zoom: inherit;
  }
  .footer__copyright {
    margin: 20px auto auto;
  }

  .what {
    margin-top: 120px;
  }

}

/* アコーディオン */
.accordion {
  margin: 3em auto;
  max-width: 60vw;
  }
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  }
  .title,
  .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .title {
  padding: 1em;
  display: block;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 2px solid #a5a3a3;
  position: relative;
  }
  .title::after {
    content: "";
    display: inline-block;
    background-image: url("/contents/product/mr/images/img-icon-open.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 99px;
    height: 27px;
    position: absolute;
    right: 0;
    top: calc(50% - 13px);
  }
  .content {
  max-height: 0;
  overflow: hidden;
  padding-top: 48px;
  transition: all 0.3s;
  }
  .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  padding-left: 16px;
  }

  .toggle:checked + .title {
    border-bottom: none;
  }
  .toggle:checked + .title + .content {
  max-height: 1200px;
  transition: all 1.5s;
  border-bottom: 2px solid #a5a3a3;
  padding-bottom: 20px;
  }
  .toggle:checked + .title::before {
    display: none;
  }
  .toggle:checked + .title::after {
    display: none;
  }

  .close {
    cursor: pointer;
    float: right;
    margin-top: 36px;
  }


  @media (max-width: 768px) {
    .toggle:checked + .title + .content {
      padding: 0 0 40px;
      max-height: inherit;
      margin-bottom: 40px;
    }
    .content p {
      padding-left: 0;
    }
    .title::after {
      background-image: url("/contents/product/mr/images/img-icon-open-sp.png");
      width: 16px;
      height: 16px;
      top: calc(50% - 8px);
    }
    .close {
      justify-content: center;
      margin-top: 45px;
    }
  }

  /* エラー */
  .modal__error {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    font-size: 14px;
    line-height: 1.8;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 10;
  }
  @media (max-width: 768px) {
    .modal__error {
      height: auto;
      max-height: 80%;
      overflow-y: scroll;
      margin-top: 0 !important;
    }
  }
  .enclosure--error {
    margin: 20px auto;
    padding: 20px;
    background: #fafafa;
    text-align: left;
  }
  .modal__error.is-show {
    opacity: 1;
  }
  .enclosure--alert, .enclosure--error {
    padding: 20px;
    border: 1px solid #d70014;
    background: #fff7f8;
    color: #d70014;
    white-space: normal;
  }
  .enclosure--error:first-child {
    margin-top: 0;
  }
  .txt--center {
    text-align: center;
  }
  .modal__errorClose {
    position: absolute;
    top: 3px;
    right: 10px;
    color: #d70014;
    text-decoration: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    cursor: pointer;
  }
  @font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?dlnjoj);
    src: url(fonts/icomoon.eot?dlnjoj#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf?dlnjoj) format("truetype"), url(fonts/icomoon.woff?dlnjoj) format("woff"), url(fonts/icomoon.svg?dlnjoj#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
  }
  .modal__errorClose::before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
    font-size: 24px;
    line-height: 1;
    vertical-align: -5px;
  }
  .modal__errorClose span {
    text-decoration: none;
  }

  /* ヘッダーバルーン */
  .headerBalloon {
    padding: 30px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .header__mypageContent {
    display: none;
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 380px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 110;
  }
  .header__mypageContent.is-active .headerBalloon {
    opacity: 1;
  }
  .tag {
    display: inline-block;
    line-height: 1;
    min-height: 20px;
    padding: 4px 5px 2px;
    background: #fff;
    font-size: 12px;
    font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #5c5a5a;
    color: #231815;
    margin: 0 5px 10px;
  }
  .headerBalloon:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 11px;
    right: 0;
    margin-left: -3px;
    border-bottom: 10px solid #e0e0e0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transform: scale(.7,1) translateX(-50%);
    transform: scale(.7,1) translateX(-50%);
  }
  .headerBalloon:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 13px;
    right: 0;
    margin-left: -3px;
    border-bottom: 10px solid #fafafa;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transform: scale(.7,1) translateX(-50%);
    transform: scale(.7,1) translateX(-50%);
  }
  ul.tagWrap {
    font-size: 0;
    margin: 0 -5px -10px;
  }
  .headerBalloon .tagWrap {
    margin-bottom: 0;
  }
  .headerBalloon__btn2col, .headerBalloon__btn2col--rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
  }
  .headerBalloon__btn2col li, .headerBalloon__btn2col--rev li {
    width: 130px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .headerBalloon__btn2col li:first-child, .headerBalloon__btn2col--rev li:first-child {
    width: 180px;
  }
  .headerBalloon__btn2col--rev li:last-child {
    width: 180px;
  }
  .headerBalloon__btn2col li a span, .headerBalloon__btn2col--rev li a span {
    text-decoration: none;
  }
  .btn--cart, .btn--cart.is-disabled, .btn--cartL, .btn--cartRegular, .btn--cart[disabled], .btn--strong, .btn--strongSmall {
    background: #5c5a5a;
    border: none;
  }
  .btn--cart span, .btn--cart.is-disabled span, .btn--cartL span, .btn--cartRegular span, .btn--cart[disabled] span, .btn--strong span, .btn--strongSmall span {
    font-weight: 700;
    color: #fff;
  }
  .link--nextWhite {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    background: none;
  }
  .headerBalloon .link--nextWhite {
    background: url(/contents/common/images/bg-link-arrow-next.png) right center no-repeat;
    background-size: 5px 9px;
    background-image: url(/contents/common/images/bg-link-arrow-next-white.png);
    font-size: 14px;
  }
  .link--next::after {
    content: "";
    display: inline-block;
    background: right bottom url(/contents/common/images/bg-link-arrow-next.png) no-repeat;
    background-size: 5px 9px;
    width: 1em;
    height: 1em;
  }

  .header__cartContent {
    display: none;
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 380px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 110;
  }
  .header__cartContent.is-active .headerBalloon {
    opacity: 1;
  }
  .headerBalloon__cartInfo {
    text-align: left;
  }
  .headerBalloon__cartInfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headerBalloon__cartInfo dt {
    width: 50%;
    font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","YuGothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-weight: 400;
  }
  .headerBalloon__cartInfo ul:last-child {
    margin: 20px 0 0;
  }
  .headerBalloon__cartInfo ul:last-child li {
    margin: 0;
    padding: 0;
  }
  .headerBalloon__cartInfo .btn--strongSmall {
    text-decoration: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .headerBalloon__cartInfo .btn--strongSmall span {
    text-decoration: none;
  }
  .btn--strongSmall {
    width: 320px;
    text-align: center;
    color: #231815;
    box-sizing: border-box;
    height: 40px;
    padding: 0 10px;
  }
  @media (max-width: 768px) {
    .btn--strongSmall {
      width: 100%;
    }
  }
  a.btn--strongSmall span {
    display: table-cell;
    vertical-align: middle;
  }
  a.btn--strongSmall {
    display: table;
    border-collapse: separate;
  }
  .btn--strongSmall:last-child {
    margin-right: 0;
  }
  .headerBalloon__btn2col li a, .headerBalloon__btn2col--rev li a {
    width: 100%;
  }


  @media (max-width: 768px) {
    .header__mypageContent {
      top: 60px;
      bottom: auto;
      left: 0;
      right: 0;
      width: auto;
      margin: 0 -20px;
      padding: 0 20px;
      -webkit-transform: inherit;
      transform: inherit;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .headerBalloon {
      margin: 0 -20px;
      padding: 40px 20px;
      border: none;
      background: #fff;
      opacity: 1;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    .header__mypageContent.is-active .headerBalloon {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    .headerBalloon:before, .headerBalloon:after {
      display: none;
    }

    .headerBalloon__btn2col li, .headerBalloon__btn2col--rev li {
      width: 45%;
    }
    .headerBalloon__btn2col li:first-child, .headerBalloon__btn2col--rev li:first-child {
      width: 55%;
    }
    .headerBalloon__btn2col--rev li:last-child {
      width: 55%;
    }

    .header__cartContent {
      top: 60px;
      bottom: auto;
      left: 0;
      right: 0;
      width: auto;
      margin: 0 -20px;
      padding: 0 20px;
      -webkit-transform: inherit;
      transform: inherit;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
  }


  .productTable__errorClose {
    position: absolute;
    top: 3px;
    right: 10px;
    color: #d70014;
    text-decoration: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    cursor: pointer;
  }
  .productTable__errorClose:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
    font-size: 24px;
    line-height: 1;
    vertical-align: -5px;
  }
  .productTable__error {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    margin-top: 0 !important;
    font-size: 14px;
    line-height: 1.8;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 10;
  }
  .productTable__error.is-show {
    opacity: 1;
  }


  a.btn {
    display: table;
    border-collapse: separate;
  }
  a.btn span {
    display: table-cell;
    vertical-align: middle;
  }

  .tag, .tag--active, .tag--blue, .tag--bluePurple, .tag--campaign, .tag--category, .tag--end, .tag--eng, .tag--gold, .tag--gray, .tag--green, .tag--kuchikomi, .tag--new, .tag--orange, .tag--pink, .tag--premium, .tag--purple, .tag--require, .tag--sample, .tag--special, .tag--standard, .tag--thinPurple, .tag--vip, .tag--yellowGreen {
    display: inline-block;
    line-height: 1;
    min-height: 20px;
    padding: 4px 5px 2px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #5c5a5a;
    color: #231815;
  }
  ul.tagWrap .tag, ul.tagWrap .tag--active, ul.tagWrap .tag--blue, ul.tagWrap .tag--bluePurple, ul.tagWrap .tag--campaign, ul.tagWrap .tag--category, ul.tagWrap .tag--end, ul.tagWrap .tag--eng, ul.tagWrap .tag--gold, ul.tagWrap .tag--gray, ul.tagWrap .tag--green, ul.tagWrap .tag--kuchikomi, ul.tagWrap .tag--new, ul.tagWrap .tag--orange, ul.tagWrap .tag--pink, ul.tagWrap .tag--premium, ul.tagWrap .tag--purple, ul.tagWrap .tag--require, ul.tagWrap .tag--sample, ul.tagWrap .tag--special, ul.tagWrap .tag--standard, ul.tagWrap .tag--thinPurple, ul.tagWrap .tag--vip, ul.tagWrap .tag--yellowGreen {
    margin: 0 5px 10px;
  }
  .tag--standard {
    color: #9a9a9a;
    border-color: #9a9a9a;
  }
  .tag--special {
    color: #9b885e;
    border-color: #9b885e;
  }
  .tag--vip {
    color: #ef857d;
    border-color: #ef857d;
  }
  .tag--gold {
    color: #ef857d;
    border-color: #ef857d;
  }
  .tag--premium {
    color: #ef857d;
    border-color: #ef857d;
  }

  .headerBalloon__userInfo {
    text-align: left;
  }

  .headerBalloon__userInfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headerBalloon__userInfo dt {
    font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","YuGothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-weight: 400;
    font-size: 20px;
  }
  .headerBalloon__userInfo dt span {
    font-size: 14px;
  }
  .headerBalloon__userInfo dd {
    font-size: 16px;
  }

  .headerBalloon__notice {
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
  }

  .headerBalloon__notice a {
    -webkit-tap-highlight-color: transparent;
    color: #231815;
    text-decoration: underline;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  .headerBalloon__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .headerBalloon__2col li {
    width: 150px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  @media (max-width: 768px) {
    .headerBalloon__2col li {
      width: 45%;
    }
  }
  .btn {
    width: 320px;
    height: 64px;
    padding: 0 20px;
    margin-right: 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #5c5a5a;
    color: #231815;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .4s ease;
    transition: border .4s ease;
    text-decoration: none;
  }
  .btn .link--next {
    position: relative;
    padding: 0 1em;
    background: url(/contents/common/images/bg-link-arrow-next.png) right center no-repeat;
    background-size: 5px 9px;
    text-decoration: none;
  }
  .btn .link--next::after {
    display: none;
  }
  .headerBalloon__2col li a {
    width: 100%;
    text-decoration: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    font-size: 14px;
  }
  .headerBalloon__2col li .btn, .headerBalloon__2col li .btn--AmazonLogin, .headerBalloon__2col li .btn--AmazonPay, .headerBalloon__2col li .btn--cart, .headerBalloon__2col li .btn--cartDisabled, .headerBalloon__2col li .btn--cartL, .headerBalloon__2col li .btn--cartRegular, .headerBalloon__2col li .btn--cartWhite, .headerBalloon__2col li .btn--deleteCart, .headerBalloon__2col li .btn--favorite, .headerBalloon__2col li .btn--modify, .headerBalloon__2col li .btn--post, .headerBalloon__2col li .btn--reload, .headerBalloon__2col li .btn--reviews, .headerBalloon__2col li .btn--small, .headerBalloon__2col li .btn--strong, .headerBalloon__2col li .btn--strongSmall {
    height: 44px;
  }

  .headerBalloon__userInfo ul:last-child {
    margin: 20px 0 0;
  }

  .headerBalloon__bnr {
    margin-top: 20px;
  }

  .headerBalloon__cartInner {
    display: none;
    position: relative;
    font-size: 12px;
    overflow-y: auto;
    max-height: 200px;
    margin-bottom: 16px;
  }
  .headerBalloon__cartInner--body {
    position: relative;
    top: 0;
  }
  .headerBalloon__cartInner--body dl {
    margin-bottom: 5px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .headerBalloon__cartInner--body dt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .headerBalloon__cartInner--body dd {
    width: 20%;
  }
  .headerBalloon__cartMore {
    padding: 10px 0 0;
    text-align: right;
  }
  .headerBalloon__cartMore a {
    display: inline-block;
    text-decoration: none;
  }
  .headerBalloon__cartMore::after {
    content: "";
    display: inline-block;
    background: right bottom url(/contents/common/images/bg-link-arrow-next.png) no-repeat;
    background-size: auto;
    background-size: 5px 9px;
    width: 1em;
    height: 1em;
  }

  @media screen and (max-width:768px) {
    header {
      height: auto;
    }
  }

  @media screen and (max-width:768px) {
    .container {
      padding: 0;
    }
  }

  .footer a.footer__link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }

  @media screen and (max-width:768px) {
    .is-hide--sp,
    .step__icon--check::before,
    .step__icon--confirm::before,
    .step__icon--input::before,
    .step__icon--point::before,
    .step__icon--thanks::before,
    .step__icon::before,
    img.step__icon,
    img.step__icon--check,
    img.step__icon--confirm,
    img.step__icon--input,
    img.step__icon--point,
    img.step__icon--thanks {
      display: none !important
    }
  }
  @media screen and (min-width:769px) {
    .is-hide--pc {
      display: none !important
    }
  }

/*230112 追加*/

  .initModal .btn--strong {
    margin-top: 20px;
    width: 202px;
    height: 44px;
    font-size: 16px;
  }

  @media screen and (max-width:768px) {
    .initModal .btn--strong {
    margin-top: 18px;
    width: 127px;
    height: 36px;
    margin-left: 0;
    }

    .initModal .link--nextWhite {
      font-size: 11px;
      padding: 0;
    }
  }

  .initModal .notes--order {
    margin-top: 140px;

  }

  @media screen and (max-width:768px) {
    .initModal .notes--order {
      margin-top: 130px;

    }
  }

  .initModal .notes--order li {
    font-size: 10px;
  }

  @media screen and (max-width:768px) {
    .initModal .notes--order li {
      line-height: 1.3;
    }
  }

  .initModal sup {
    font-size: 10px;
    vertical-align: revert;
  }

  .initModal .notes--order>li:before {
    content: "*" counter(cnt);
  }


.headerOverlay--contents {
	top: 62px;
}

