/* ヘアカラー PC/SP 切替 — .hair-color-area .cont-inner より詳細度を上げないと display が負ける */
@media screen and (min-width: 769px) {
    .hair-color-area .cont-inner.sp-only {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .hair-color-area .cont-inner.pc-only {
        display: none !important;
    }
    .hair-color-area .cont-inner.sp-only {
        display: block !important;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif
}

body {
    margin: 0;
    overflow-x: hidden;
}

a {
    background: transparent
}

a:hover,
a:active {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    vertical-align: middle;
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    /* font-family: "A1ゴシック R", sans-serif */
    font-family: "Noto Sans Jp", sans-serif;
}

.font-DIN-C {
    /* font-family: "DINNextLTPro-Condensed", sans-serif */
    font-family: "din-condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.font-DIN-C-light {
    /* font-family: "DINNextLTPro-LightCondensed", sans-serif */
    font-family: "din-condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.font-DIN-C-bold {
    /* font-family: "DINNextLTPro-MediumCond", sans-serif */
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.font-a1-M {
    /* font-family: "A1ゴシック M", sans-serif */
    font-family: "Noto Sans Jp", sans-serif;

}

.font-a1-R {
    /* font-family: "A1ゴシック R", sans-serif */
    font-family: "Noto Sans Jp", sans-serif;
}

@font-face {
    font-family: 'icon';
    src: url("../../../fonts/icon.eot?gwslk4");
    src: url("../../../fonts/icon.eot?gwslk4#iefix") format("embedded-opentype"), url("../../../fonts/icon.ttf?gwslk4") format("truetype"), url("../../../fonts/icon.woff?gwslk4") format("woff"), url("../../../fonts/icon.svg?gwslk4#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-right-01:before {
    content: "\e900"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-twitter:before {
    content: "\ea96"
}

html {
    height: 100%;
    overflow: auto
}

html,
body {
    width: 100%
}

body {
    -webkit-text-size-adjust: 100%
}

main {
    width: 100%;
    display: block
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

a img {
    border-style: none
}

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

p {
    margin: 0;
    padding: 0
}

ul,
li,
figure,
dl,
dt,
dd {
    margin: 0;
    padding: 0
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.ofi {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center'
}

.pre-wrap {
    white-space: pre-wrap;
    word-wrap: break-word
}

/* .font-DIN-C {
    padding-top: 0.2em
} */

em.em-pink {
    color: #e74291;
    font-style: normal
}

@media screen and (max-width: 768px) {
    br.pc {
        display: none
    }

    .pc_only {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    br.sp {
        display: none
    }

    .sp_only {
        display: none;
    }

    .container {
        width: 100%;
        min-width: 1200px;
    }
}

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

    header .header-logo {
        width: 60px;
        height: 60px;
        background-color: black;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 110;
    }

    header .header-logo .header-logo-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    header .header-logo .logo {
        width: 40px;
    }

    header .nav_wrap {
        /* width: calc(100% - 120px); */
    }

    header .sns {
        position: fixed;
        display: flex;
        top: 10px;
        right: 60px;
        z-index: 100;
        color: white;
    }

    header .sns .btn.buy-btn {
        width: auto;
        height: 30px;
        border-radius: 21px;
        background-color: #e74291;
        display: inline-block;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0 10px;
    }

    header .sns .btn.buy-btn img {
        width: 18px;
        margin-right: 7px
    }

    header .sns .btn.buy-btn .buy-btn-texts {
        line-height: 1em;
        white-space: nowrap
    }

    header .sns .btn.buy-btn .buy-btn-texts .buy-btn-text {
        font-size: clamp(10px, 3.2vw, 12px);
        font-weight: 700;
        color: white;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: inline-block;
        /*padding-top:0.4em !important;*/
    }

    header .sns .btn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: black;
        display: inline-block;
        position: relative
    }

    header .sns .btn.buy-btn .buy-btn-text {
        font-size: 18px;
        color: white;
        line-height: 1em;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    header .sns .tw {
        font-size: 14px;
        margin-left: 10px
    }

    header .sns .insta {
        font-size: 14px;
        margin-left: 10px
    }

    header .menu-btn {
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 100;
        width: 42px;
        height: 42px;
        background-color: white;
        cursor: pointer
    }

    header .menu-btn .checkbox-toggle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 105;
        cursor: pointer;
        width: 42px;
        height: 42px;
        opacity: 0
    }

    header .menu-btn .checkbox-toggle:checked+.hamburger>div {
        height: 0;
        border: none
    }

    header .menu-btn .checkbox-toggle:checked+.hamburger>div:before {
        top: 0
    }

    header .menu-btn .checkbox-toggle:checked+.hamburger>div:after {
        top: 0
    }

    header .menu-btn .hamburger {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 101;
        width: 42px;
        height: 42px;
        padding: 0 13px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center
    }

    header .menu-btn .hamburger:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: black;
        position: absolute;
        top: 4px;
        right: 4px;
        z-index: 102
    }

    header .menu-btn .hamburger:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: white;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 103
    }

    header .menu-btn .hamburger>div {
        position: relative;
        z-index: 104;
        width: 100%;
        height: 2px;
        background-color: black;
        transition: all 0.4s ease;
        display: flex;
        align-items: center;
        justify-content: center
    }

    header .menu-btn .hamburger>div:before,
    header .menu-btn .hamburger>div:after {
        content: '';
        position: absolute;
        z-index: 104;
        top: -6px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: black;
        transition: all 0.4s ease
    }

    header .menu-btn .hamburger>div:after {
        top: 6px
    }

    header .menu-btn .checkbox-toggle:checked~.menu {
        visibility: visible;
        opacity: 1
    }

    header .menu-btn .checkbox-toggle:checked~.menu ul {
        transform: translateY(0)
    }

    header .menu {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 90;
        transition: .5s;
        background-color: rgba(242, 242, 242, 0.95);
    }

    header .menu ul {
        width: 95vw;
        margin: 100px auto 0;
        /*padding-bottom: 80px;*/
        transform: translateY(-25px);
        transition: .3s ease
    }

    header .menu ul li {
        list-style: none;
        margin-top: 20px;
        background-color: white
    }

    header .menu ul li.ar-simulator {
        background-color: black;
        color: white
    }

    header .menu ul li.buy-now {
        background-color: #e74291;
        color: white
    }

    header .menu ul li a {
        font-size: 30px;
        display: block;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px
    }

    header .menu ul li a::after {
        content: "\e900";
        font-size: 10px;
        font-family: 'icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .menu-share {
        display: flex;
        justify-content: center;
        padding-bottom: 80px;
    }

    .menu-share .btn {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: black;
        display: inline-block;
        position: relative;
        margin: 40px 10px;
        color: white;
        font-size: 26px;
    }

    .menu-share .btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header .ar-btn-wrapper {
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 100;
    }

    /* header .ar-btn-wrapper::before {
        background-color: #f4f4f4;
        width: 42px;
        height: 42px;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 4px;
        right: 4px;
    } */

    header .ar-btn {
        position: relative;
        color: white;
        background-color: black;
        width: 42px;
        height: 42px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header .ar-btn .ar-btn-text-01 {
        font-size: 18px;
        line-height: 0.8em;
        display: block;
    }

    header .ar-btn .ar-btn-text-02 {
        font-size: 10px;
        line-height: 1em;
        display: block;
        transform: scale(.8);
    }
}

@media screen and (min-width: 769px) {
    header {
        width: 100%;
        min-width: 1030px;
    }

    header .header-logo {
        position: fixed;
        display: block;
        width: 168px;
        height: 168px;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 100;
    }

    header .header-logo .header-logo-inner {
        width: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header .header-logo .logo {
        width: 100%;
    }

    header .nav_wrap {
        width: calc(100% - 300px);
    }

    header .nav_wrap .nav_top {
        display: flex;
        width: 100%;
        height: 50px;
        justify-content: flex-end;
        align-items: center;
    }

    header .sns {
        position: fixed;
        display: flex;
        top: 15px;
        right: 110px;
        z-index: 100;
        color: white;
    }

    header .sns .btn.buy-btn {
        width: auto;
        height: 42px;
        border-radius: 25px;
        background-color: #e74291;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        margin-right: 14px;
        padding: 0 20px;
        cursor: pointer;
    }

    header .sns .btn.buy-btn img {
        width: 26px;
        margin-right: 10px
    }


    header .sns .btn.buy-btn .buy-btn-texts .buy-btn-text {
        color: white;
        line-height: 1.5em;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 18px;
        font-weight: 700;
    }

    header .sns .btn {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: black;
        display: inline-block;
        position: relative
    }

    header .sns .btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    header .sns .tw {
        font-size: 20px
    }

    header .sns .insta {
        font-size: 20px;
        margin-left: 10px
    }

    header .menu-btn {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        width: 84px;
        height: 84px;
        background-color: white;
        cursor: pointer
    }

    header .menu-btn .checkbox-toggle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 105;
        cursor: pointer;
        width: 84px;
        height: 84px;
        opacity: 0
    }

    header .menu-btn .checkbox-toggle:checked+.hamburger>div {
        height: 0;
        border: none
    }

    header .menu-btn .checkbox-toggle:checked+.hamburger>div:before {
        top: 0
    }

    header .menu-btn .checkbox-toggle:checked+.hamburger>div:after {
        top: 0
    }

    header .menu-btn .hamburger {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 101;
        width: 84px;
        height: 84px;
        padding: 0 25px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center
    }

    header .menu-btn .hamburger:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: black;
        position: absolute;
        top: 7px;
        right: 7px;
        z-index: 102
    }

    header .menu-btn .hamburger:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: white;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 103
    }

    header .menu-btn .hamburger>div {
        position: relative;
        z-index: 104;
        width: 100%;
        height: 4px;
        background-color: black;
        transition: all 0.4s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .menu-btn .hamburger>div:before,
    header .menu-btn .hamburger>div:after {
        content: '';
        position: absolute;
        z-index: 104;
        top: -12px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: black;
        transition: all 0.4s ease;
    }

    header .menu-btn .hamburger>div:after {
        top: 12px
    }

    header .menu-btn .checkbox-toggle:checked~.menu {
        visibility: visible;
        opacity: 1
    }

    header .menu-btn .checkbox-toggle:checked~.menu ul {
        transform: translateY(0)
    }

    header .menu {
        visibility: hidden;
        opacity: 0;
        transition: .3s;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        z-index: 95;
        background-color: rgba(242, 242, 242, 0.95)
    }

    header .menu ul {
        width: 95vw;
        margin: 100px auto 0;
        /*padding-bottom: 80px;*/
        transform: translateY(-25px);
        transition: .3s ease
    }

    header .menu ul li {
        list-style: none;
        margin-top: 20px;
        background-color: white
    }

    header .menu ul li.ar-simulator {
        background-color: black;
        color: white
    }

    header .menu ul li.buy-now {
        background-color: #e74291;
        color: white
    }

    header .menu ul li a {
        font-size: 30px;
        display: block;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px
    }

    header .menu ul li a::after {
        content: "\e900";
        font-size: 10px;
        font-family: 'icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .menu-share {
        width: 95vw;
        margin: 20px auto 0;
    }

    .menu-share .btn {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: black;
        display: inline-block;
        position: relative;
        margin-top: 20px;
        margin-right: 14px;
        color: white;
        font-size: 26px;
    }

    .menu-share .btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header .ar-btn-wrapper {
        position: relative;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 100;
    }

    /* header .ar-btn-wrapper::before {
        background-color: #f4f4f4;
        width: 84px;
        height: 84px;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 7px;
        right: 7px;
    } */

    header .ar-btn {
        position: relative;
        color: white;
        background-color: black;
        width: 84px;
        height: 84px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header .ar-btn .ar-btn-text-01 {
        font-size: 36px;
        line-height: 0.8em;
        display: block;
    }

    header .ar-btn .ar-btn-text-02 {
        font-size: 16px;
        line-height: 1em;
        display: block;
    }

}

@media screen and (max-width: 768px) {
    header .online-shopping {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: .5s
    }

    header .online-shopping.show {
        visibility: visible;
        opacity: 1
    }

    header .online-shopping .store-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90vw;
        padding: 30px;
        background-color: white;
        text-align: center
    }

    header .online-shopping .store-container p.p-01 {
        font-size: 15px;
        text-align: center
    }

    header .online-shopping .store-container p.p-02 {
        margin-top: 20px;
        font-size: 12px;
        text-align: center
    }

    header .online-shopping .store-container .close {
        width: 40px;
        height: 40px;
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -40px;
        right: 0
    }

    header .online-shopping .store-container .close img {
        width: 20px
    }

    header .online-shopping .store-container .store-wrapper .store-btn {
        margin: 20px auto 0;
        width: 63vw;
        height: 84px;
        border: 1px solid black;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative
    }

    header .online-shopping .store-container .store-wrapper .store-btn:nth-child(n+2) {
        margin-top: 15px
    }

    header .online-shopping .store-container .store-wrapper .store-btn .store-logo {
        width: 150px
    }

    header .online-shopping .store-container .store-wrapper .store-btn .store-logo img {
        width: 100%
    }

    header .online-shopping .store-container .store-wrapper .store-btn .icon {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 16px;
        height: 16px
    }

    header .online-shopping .store-container .store-wrapper .store-btn .icon img {
        width: 16px
    }
}

@media screen and (min-width: 769px) {
    header .online-shopping {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: .5s
    }

    header .online-shopping.show {
        visibility: visible;
        opacity: 1
    }

    header .online-shopping .store-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 850px;
        background-color: white
    }

    header .online-shopping .store-container-inner {
        width: 100%;
        height: 100%;
        padding: 40px
    }

    header .online-shopping .store-container p.p-01 {
        font-size: 16px;
        text-align: center
    }

    header .online-shopping .store-container p.p-02 {
        font-size: 14px;
        text-align: center
    }

    header .online-shopping .store-container .close {
        cursor: pointer;
        width: 40px;
        height: 40px;
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -40px;
        right: 0
    }

    header .online-shopping .store-container .close img {
        width: 20px
    }

    header .online-shopping .store-container .store-wrapper {
        display: flex;
        justify-content: space-between;
        margin: 20px 0
    }

    header .online-shopping .store-container .store-wrapper .store-btn {
        width: 246px;
        height: 97px;
        border: 1px solid black;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: .2s
    }

    header .online-shopping .store-container .store-wrapper .store-btn:hover .store-logo {
        transform: scale(1)
    }

    header .online-shopping .store-container .store-wrapper .store-btn:hover .icon {
        transform: scale(1)
    }

    header .online-shopping .store-container .store-wrapper .store-btn .store-logo {
        width: 158px;
        transition: .2s;
        transform: scale(0.95)
    }

    header .online-shopping .store-container .store-wrapper .store-btn .store-logo img {
        width: 100%
    }

    header .online-shopping .store-container .store-wrapper .store-btn .icon {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 21px;
        height: 21px;
        transform-origin: right bottom;
        transform: scale(0.8);
        transition: .2s
    }

    header .online-shopping .store-container .store-wrapper .store-btn .icon img {
        width: 21px
    }
}

@media screen and (max-width: 768px) {
    footer {
        width: 100%;
        background-color: black;
        position: relative;
        padding: 30px 0;
        margin-top: auto;
        text-align: center;
        color: white
    }

    footer .logo {
        width: 107px;
        height: 78px;
        margin: 0 auto
    }

    footer ul.links {
        width: 90%;
        max-width: 320px;
        margin: 30px auto 0
    }

    footer ul.links li {
        list-style: none;
        display: inline-block;
        font-size: 12px;
        margin: 10px 12px 0
    }

    footer ul.links li a {
        color: inherit
    }

    footer p.copyright {
        margin-top: 20px
    }

    footer p.copyright small {
        font-size: 10px
    }
}

@media screen and (min-width: 769px) {
    footer {
        width: 100%;
        background-color: black;
        position: relative;
        margin-top: auto;
        text-align: center;
        color: white;
        padding: 45px 0
    }

    footer .logo {
        width: 154px;
        height: 113px;
        margin: 0 auto
    }

    footer ul.links {
        margin-top: 45px
    }

    footer ul.links li {
        list-style: none;
        display: inline-block;
        font-size: 14px;
        margin: 0 30px
    }

    footer ul.links li a {
        color: inherit
    }

    footer ul.links li a:hover {
        text-decoration: underline
    }

    footer p.copyright {
        margin-top: 40px
    }

    footer p.copyright small {
        font-size: 12px;
    }
}

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

    section.kv .lp_top_img {
        position: relative;
        width: 100%;
    }

    section.kv .note {
        margin: 10px 20px 0;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.66em;
    }

    .bg-sec-01 {
        position: relative;
        overflow: hidden;
        /* padding-bottom: 70px; */
        background-image: url(../../../images/campaign/coolcolor/bg-top2_tb.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }

    section.utaha {
        position: relative;
        z-index: 2;
        width: 95%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    /* ストア CTA（SP）: section.utaha 配下で指定（詳細度を揃える） */
    section.utaha .store-cta-linker {
        padding: 60px 0 30px 0;
    }

    section.utaha .store-cta-linker .store-cta-linker-btn {
        padding-top: 8px;
        margin: 0 auto;
        width: 92vw;
        height: 80px;
        background-color: black;
        color: #FFF;
        position: relative;
        display: block;
        text-align: center;
    }

    section.utaha .store-cta-linker .store-cta-linker-btn .icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: transform .2s;
        will-change: transform;
    }

    section.utaha .store-cta-linker .store-cta-linker-btn .icon::after {
        content: "\e900";
        font-size: 10px;
        display: inline-block;
        transform: rotate(90deg);
        font-family: 'icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    section.utaha .store-cta-linker .store-cta-linker-btn .btn-txt-01 {
        text-align: center;
        font-family: "din-condensed", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 170%;
        display: inline-block;
        position: relative;
    }

    section.utaha .store-cta-linker .store-cta-linker-btn .btn-txt-01::before {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background-color: white;
        position: absolute;
        top: 7px;
        left: -11px;
        transform: rotate(-28deg);
        border-radius: 3px;
    }

    section.utaha .store-cta-linker .store-cta-linker-btn .btn-txt-01::after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background-color: white;
        position: absolute;
        top: 7px;
        right: -11px;
        transform: rotate(28deg);
        border-radius: 3px;
    }

    section.utaha .store-cta-linker .store-cta-linker-btn .btn-txt-02 {
        margin-top: -8px;
        color: #FFF;
        text-align: center;
        font-family: "Noto Sans Jp", sans-serif;
        font-size: 20px;
        letter-spacing: 0.1em;
        font-style: normal;
        font-weight: 600;
        line-height: 170%;
    }

    section.utaha h2.utaha-title-01 {
        position: relative;
        text-align: left;
        font-family: noto-sans-cjk-jp, sans-serif;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 2;
        z-index: 3;
    }
    section.utaha h2.utaha-title-01 .pinkline {
        position: relative;
        display: inline-block;
    }

    section.utaha h2.utaha-title-01 .pinkline::before {
        position: absolute;
        content: "";
        width: calc(100% + 10px);
        height: 15px;
        left: -7px;
        bottom: 2px;
        background: #e74291;
        z-index: -1;
    }

    section.utaha .utaha-txt-01 {
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 30px;
        font-weight: 500;
    }

    section.utaha .note {
        margin-top: 20px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.66em;
        letter-spacing: 1px;
        text-align: left;
    }

    @media screen and (max-width: 389px) {
        .bg-sec-01 {
            padding-bottom: 0;
        }
    
        section.utaha h2.utaha-title-01 {
            font-size: 5.6vw;
        }
        section.utaha h2.utaha-title-01 .pinkline::before {
            position: absolute;
            content: "";
            width: calc(100% + 2.5vw);
            height: 3.8vw;
            left: -1.79vw;
            bottom: 1.05vw;
            background: #e74291;
            z-index: -1;
        }
    
        section.utaha .utaha-txt-01 {
            font-size: 4.1vw;
            margin-top: 7.69vw;
        }
    
    }

    .wig-chart {
        position: relative;
        z-index: 1;
        padding: 80px 16px 40px;
        box-sizing: border-box;
    }

    .wig-chart-inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .wig-chart-note {
        margin: 0 0 24px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.75;
        color: #000;
    }

    .wig-chart-img-wrap img {
        display: block;
        width: 100%;
        height: auto;
    }

    .voice {
        /* SP: bg-top1_tb.png（PCの voice_bg.png 3000×2420 と混同しないこと） */
        /* min-height: calc(100vw * 4365 / 1170); */
        position: relative;
        overflow: hidden;
        padding-top: 179px;
        background-image: url(../../../images/campaign/coolcolor/bg-top1_tb.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .voice-inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .voice-card {
        --voice-sp-photo-w: 120px;
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        max-width: 100%;
        /* 画像は 1:1 のため「高さの半分」= 幅の 0.5 分をカード上に確保（本文は画像の下半分より下から） */
        padding: calc(var(--voice-sp-photo-w) * 0.5 + 28px) 20px 48px;
        background: #fff;
    }

    .voice-card + .voice-card {
        margin-top: calc(var(--voice-sp-photo-w) * 0.5 + 40px);
    }

    .voice-card:first-child {
        margin-top: 0;
    }

    .voice-card__body {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-right: 0;
        box-sizing: border-box;
    }

    .voice-card__title {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 24px;
        text-align: left;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        color: #090909;
    }

    .voice-card__text {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.8;
        color: #000;
    }

    .voice-card__text p {
        margin: 0 0 1em;
    }

    .voice-card__text p:last-child {
        margin-bottom: 0;
    }

    .voice-card__meta {
        width: 100%;
        max-width: 100%;
        margin: 24px auto 0;
        text-align: left;
    }

    .voice-card__role {
        margin: 0 0 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        color: #000;
    }

    .voice-card__name {
        margin: 0;
        line-height: 1;
    }

    .voice-card__name-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .voice-card__org {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

    .voice-card__name-main {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

    .voice-card__name-suffix {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    /* 写真：カード上端の中央に配置し、上方向へ画像高さの約半分はみ出す（translateY -50%） */
    .voice-card__media {
        position: absolute;
        left: 50%;
        top: 0;
        width: var(--voice-sp-photo-w);
        margin: 0;
        padding: 0;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .voice-card__photo-wrap {
        width: 100%;
        margin: 0 auto;
        overflow: visible;
        border-radius: 0;
        background: transparent;
    }

    .voice-card__photo-wrap img {
        display: block;
        width: 100%;
        height: auto;
    }

    .voice-footnote {
        width: 95%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0 40px;
        box-sizing: border-box;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.8;
        color: #000;
    }

    .bg-sec-02 {
        position: relative;
        background: none;
        margin-top: -40px;
        padding-bottom: 40px;
        box-sizing: border-box;
        z-index: 0;
    }
    .bg-sec-02::before,
    .bg-sec-02::after {
        display: none;
    }

    .movie-area {
        position: relative;
        display: flex;
        padding-top: 56px;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .movie-area .movie-cont:first-child {
        width: 100%;
        margin-bottom: 50px;
    }

    .movie-area .movie-cont {
        width: 100%;
        margin-bottom: 70px;
        /* ヘアカラー SP の .hair-color-area .cont-inner（padding: 0 10px）と同じ左右ガター。title-area が .cont-inner 内に無いため、ここで揃える */
        padding: 0 10px;
        box-sizing: border-box;
    }

    /* SP タイトル（MOVIE・ヘアカラー共通）：.title-area / ペイント ::before / .title-main / .sub-title を同じ見た目に */
    .movie-area .movie-cont .title-area,
    .hair-color-area .movie-cont .title-area,
    .hair-color-area .title-area {
        position: relative;
        padding: 40px 0 23px 0px;
        margin-left: 0;
        /* margin-bottom: 162px; */
        /* タイトル背景ペイント（::before）— MOVIE / ヘアカラーで差したい場合は上書きルールへ */
        --title-paint-sp-w: 300px;
        --title-paint-sp-h: 140px;
        --title-paint-sp-top: 24px;
        --title-paint-sp-left: -47px;
        --title-paint-sp-scale: 1.4;
        --title-paint-sp-bg-size: contain;
        --title-paint-sp-bg-pos: bottom center;
        --title-paint-sp-origin: bottom center;
    }

    .movie-area .movie-cont .title-area::before,
    .hair-color-area .movie-cont .title-area::before,
    .hair-color-area .title-area::before {
        position: absolute;
        content: "";
        width: var(--title-paint-sp-w);
        height: var(--title-paint-sp-h);
        top: var(--title-paint-sp-top);
        left: var(--title-paint-sp-left);
        background-image: url(../../../images/campaign/coolcolor/content-bg-paint_rb1.png);
        background-size: var(--title-paint-sp-bg-size);
        background-repeat: no-repeat;
        background-position: var(--title-paint-sp-bg-pos);
        transform: scale(var(--title-paint-sp-scale));
        transform-origin: var(--title-paint-sp-origin);
        z-index: -1;
    }

    .movie-area .movie-cont .title-area .title-main,
    .hair-color-area .movie-cont .title-area .title-main,
    .hair-color-area .title-area .title-main {
        font-size: 50px;
        font-weight: 500;
        line-height: 1;
        position: relative;
        display: inline-block;
        padding: 0 0 0 0;
        white-space: nowrap;
        letter-spacing: -0.02em;
    }

    .movie-area .movie-cont .title-area .sub-title,
    .hair-color-area .movie-cont .title-area .sub-title,
    .hair-color-area .title-area .sub-title {
        font-size: 15px;
        font-weight: 500;
        line-height: 11px;
        letter-spacing: 0.1em;
    }

    .color-pink {
        color: #E74291;
    }

    .voice .color-pink {
        font-weight: 700;
    }

    .movie-area .movie-cont .video-container {
        margin: 0 auto;
        text-align: center;
    }

    .movie-area .movie-cont .video-container iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 100 / 56.2;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) {
    section.kv {
        position: relative;
        /* max-width: 1200px; */
        width: 100%;
        margin: 0 auto 0 auto;
    }

    section.kv .lp_top_img {
        position: relative;
        width: 100%;
    }

    section.kv .note {
        margin: 10px 20px 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 2em;
        letter-spacing: 0.05em;
    }

    .bg-sec-01 {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        background-image: url(../../../images/campaign/coolcolor/bg-top1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 24px;
    }

    section.utaha {
        position: relative;
        z-index: 2;
    }

    section.utaha .store-cta-linker {
        padding: 100px 0 50px 0;
    }

    section.utaha h2.utaha-title-01 {
        position: relative;
        text-align: center;
        font-family: noto-sans-cjk-jp, sans-serif;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 70px;
        z-index: 3;
    }

    section.utaha h2.utaha-title-01 .pinkline {
        position: relative;
        display: inline-block;
    }

    section.utaha h2.utaha-title-01 .half-space {
        margin-right: 10px;
    }

    section.utaha h2.utaha-title-01 .pinkline::before {
        position: absolute;
        content: "";
        width: calc(100% + 20px);
        height: 16px;
        left: -20px;
        bottom: 4px;
        background: #e74291;
        z-index: -1;
    }

    section.utaha .utaha-txt-01 {
        font-size: 24px;
        line-height: 2em;
        letter-spacing: 1.2px;
        text-align: center;
        margin-top: 80px;
        font-weight: 500;
    }

    section.utaha .note {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 0.7px;
        text-align: center;
    }

    .wig-chart {
        position: relative;
        z-index: 1;
        padding: 186px 20px 0;
        box-sizing: border-box;
    }

    .wig-chart-inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .wig-chart-note {
        margin: 0 0 30px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.75;
        color: #000;
    }

    .wig-chart-img-wrap img {
        display: block;
        width: 100%;
        height: auto;
    }

    .voice {
        /* voice_bg.png 3000×2420 — 100%幅に合わせた高さよりセクションが低いと下部が切れるため、比率で最小高さを確保 */
        --voice-bg-w: 3000;
        --voice-bg-h: 2420;
        position: relative;
        overflow: hidden;
        min-height: calc(100vw * var(--voice-bg-h) / var(--voice-bg-w));
        padding-top: 164px;
        background-color: #fff;
        background-image: url(../../../images/campaign/coolcolor/voice_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .voice-inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .voice-card {
        display: flex;
        align-items: stretch;
        max-width: 1120px;
        margin: 0 auto 70px;
        padding: 60px;
        box-sizing: border-box;
        gap: 32px;
        background: #fff;
        overflow: visible;
    }

    .voice-card:first-child {
        margin-top: 30px;
    }

    .voice-card:last-of-type {
        margin-bottom: 0;
    }

    .voice-card--01 {
        position: relative;
        flex-direction: row;
        align-items: stretch;
        padding: 60px;
        overflow: visible;
    }

    .voice-card--01 .voice-card__media {
        position: absolute;
        right: 0;
        top: 50%;
        display: block;
        width: auto;
        flex-shrink: 0;
        gap: 0;
        transform: translate(50%, -50%);
        z-index: 2;
    }

    .voice-card--01 .voice-card__label--01 {
        position: absolute;
        left: 0;
        top: 50%;
        margin: 0;
        padding: 0;
        transform: translate(-14px, -50%);
        z-index: 1;
    }

    .voice-card--02 {
        position: relative;
        flex-direction: row;
        padding: 60px;
        overflow: visible;
    }

    .voice-card--02 .voice-card__photo-wrap {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .voice-card__body {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: visible;
    }

    .voice-card__title {
        width: 100%;
        max-width: 850px;
        margin: 0 auto 24px;
        box-sizing: border-box;
        text-align: left;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.2;
        color: #090909;
    }

    .voice-card--01 .voice-card__title {
        font-size: 31px;
        line-height: 0.97;
    }

    .voice-card__text {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.8;
        color: #000;
    }

    .voice-card__text p {
        margin: 0 0 1em;
    }

    .voice-card__text p:last-child {
        margin-bottom: 0;
    }

    .voice-card__meta {
        width: 100%;
        max-width: 850px;
        margin: 20px auto 0;
        box-sizing: border-box;
        text-align: left;
    }
    .voice-card__meta.right {
        text-align: right;
    }
    .voice-card__meta--02 .voice-card__role {
        margin-bottom: 8px;
    }

    .voice-card__role {
        margin: 0 0 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        color: #000;
    }

    .voice-card__name {
        margin: 0;
    }

    .voice-card__name-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .voice-card__org {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

    .voice-card__name-main {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

    .voice-card__name-suffix {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .voice-card__media {
        position: relative;
        display: flex;
        flex-shrink: 0;
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
    }

    .voice-card--02 .voice-card__media {
        position: static;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        gap: 0;
    }

    .voice-card__photo-wrap {
        width: 172px;
        height: 172px;
        overflow: hidden;
        border-radius: 50%;
        background: #f1f1f1;
    }

    .voice-card__photo-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .voice-card__label {
        margin: 0;
        display: inline-block;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        line-height: 1;
        white-space: nowrap;
    }

    .voice-card__label--01 {
        font-size: 73px;
        font-weight: 400;
        background: linear-gradient(90deg, #4ba4e8 0%, #67b2ec 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }

    .voice-card__label--02 {
        font-size: 73px;
        font-weight: 400;
        background: linear-gradient(90deg, #67b2ec 0%, #68b2ec 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }

    .voice-card--02 .voice-card__label--02 {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(9px, -50%);
        z-index: 2;
    }

    .voice-footnote {
        max-width: 1120px;
        width: 100%;
        margin: 24px auto 0;
        padding: 0 0 60px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.7px;
        text-align: center;
        color: #000;
    }

    .bg-sec-02 {
        position: relative;
        background: none;
        margin-top: 0;
        box-sizing: border-box;
        z-index: 0;
    }
    .bg-sec-02::before,
    .bg-sec-02::after {
        display: none;
    }
    .movie-area {
        position: relative;
        display: flex;
        max-width: 1200px;
        padding-top: calc(56px + 4vw);
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .movie-area .movie-cont:first-child {
        margin-bottom: 0px;
    }
    .movie-area .movie-cont {
        margin-bottom: 120px;
    }

    .movie-area .movie-cont .title-area {
        position: relative;
        padding: 40px 0 25px 0;
        margin-bottom: 180px;
    }

    .movie-area .movie-cont .title-area::before {
        position: absolute;
        content: "";
        width: 605px;
        height: 296px;
        top: 10px;
        left: -101px;
        background-image: url(../../../images/campaign/coolcolor/content-bg-paint_rb1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
        transform: scale(1.5);
        transform-origin: bottom center;
        z-index: -1;
    }

    .movie-area .movie-cont .title-area .title-main {
        font-size: 110px;
        line-height: 0.71em;
        letter-spacing: -0.02em;
    }

    .movie-area .movie-cont .title-area .sub-title {
        font-size: 33px;
        margin-left: 7px;
        letter-spacing: 0.1em;
        line-height: 47px;
    }

    .color-pink {
        color: #E74291;
    }

    .voice .color-pink {
        font-weight: 700;
    }

    .movie-area .movie-cont .video-container iframe {
        width: 1000px;
        height: 562px;
    }

    .hair-color-area{
        position: relative;
        z-index: 1;
        padding-top: 130px;
        padding-bottom: 0px;
        overflow: visible;
        /* HAIR COLOR ペイント（PC・左カラム）位置・サイズ — 数値だけ変更で調整 */
        --hair-paint-pc-rb2-left: 0px;
        --hair-paint-pc-rb2-bottom: -340px;
        --hair-paint-pc-rb2-width: 1220px;
        --hair-paint-pc-rb2-min-height: 720px;
        --hair-paint-pc-rb2-height: 800px;
        --hair-paint-pc-rb2-bg-x: center;
        --hair-paint-pc-rb2-bg-y: bottom;
        --hair-paint-pc-rb3-left: var(--hair-paint-pc-rb2-left);
        /* rb2 より下へ（数値を大きくするとさらに下） */
        --hair-paint-pc-rb3-bottom: calc(var(--hair-paint-pc-rb2-bottom) - 80px);
        --hair-paint-pc-rb3-width: var(--hair-paint-pc-rb2-width);
        --hair-paint-pc-rb3-min-height: var(--hair-paint-pc-rb2-min-height);
        --hair-paint-pc-rb3-height: var(--hair-paint-pc-rb2-height);
        --hair-paint-pc-rb3-bg-x: var(--hair-paint-pc-rb2-bg-x);
        --hair-paint-pc-rb3-bg-y: var(--hair-paint-pc-rb2-bg-y);
        /* プロダクト画像の表示高さ（.product img）— 数値だけ変更 */
        --hair-product-img-h: 220px;
        /* 05番のみ（PC・右カラム）— .hair-item-05 の .product / img のサイズ・位置 */
        --hair-product-05-pc-h: 220px;
        --hair-product-05-pc-w: 338px;
        --hair-product-05-pc-bottom: 5px;
        --hair-product-05-pc-right: -64px;
        --hair-product-05-pc-left: auto;
    }
    .hair-color-area .cont-inner{
        display: flex;
        justify-content: center;
        width: 1216px;
        margin: 0 auto;
    }
    .hair-color-area .cont-inner .cont-r{
        width: calc(50% - 50px);
        margin-left: 50px;
    }
    .hair-color-area .cont-inner .cont-l{
        width: calc(50% - 50px);
        margin-right: 50px;
    }
    .hair-color-area .movie-cont .title-area,
    .hair-color-area .title-area {
        position: relative;
        padding: 40px 0 0 0;
        margin: 60px 0 166px 0;
        transform: translate(100px, 10px);
    }

    .hair-color-area .movie-cont .title-area::before,
    .hair-color-area .title-area::before {
        position: absolute;
        content: "";
        width: 703px;
        height: 632px;
        top: -202px;
        left: -126px;
        background-image: url(../../../images/campaign/coolcolor/content-bg-paint_rb1.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
        z-index: -1;
    }

    .hair-color-area .movie-cont .title-area .title-main,
    .hair-color-area .title-area .title-main {
        font-size: 120px;
        line-height: 0.91em;
        letter-spacing: -0.02em;
    }

    .hair-color-area .movie-cont .title-area .sub-title,
    .hair-color-area .title-area .sub-title {
        font-size: 35px;
        letter-spacing: 0.1em;
        line-height: 47px;
    }
    .hair-color-area .cont-inner ul{
        list-style: none;
    }
    .hair-color-area .cont-inner ul li{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .hair-color-area .cont-inner .cont-l ul li{
        align-items: flex-end;
        margin-bottom: 70px;
    }
    .hair-color-area .cont-inner .cont-r ul li{
        align-items: flex-start;
        margin-bottom: 70px;
    }
    .hair-color-area .cont-inner ul li:last-child{
        margin-bottom: 0px;
    }
    .hair-color-area .cont-inner ul li .image{
        position: relative;
        align-self: stretch;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        box-sizing: border-box;
        overflow: visible;
    }
    /* モデル写真のみ（.product 内の img は除外）— pc-only ブロックに PC 用画像が1枚 */
    .hair-color-area .cont-inner ul li .image > img{
        display: block;
        width: 85%;
        max-width: 85%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .hair-color-area .cont-inner .cont-l ul li .image{
        margin-right: 0;
    }
    .hair-color-area .cont-inner .cont-r ul li .image{
        margin-left: 0;
    }
    .hair-color-area .cont-inner .cont-l ul li .image:before{
        content: "";
        position: absolute;
        bottom: var(--hair-paint-pc-rb2-bottom);
        left: var(--hair-paint-pc-rb2-left);
        z-index: -1;
        display: block;
        width: var(--hair-paint-pc-rb2-width);
        min-height: var(--hair-paint-pc-rb2-min-height);
        height: var(--hair-paint-pc-rb2-height);
        background-image: url(../../../images/campaign/coolcolor/content-bg-paint_rb2.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: var(--hair-paint-pc-rb2-bg-x) var(--hair-paint-pc-rb2-bg-y);
    }
    .hair-color-area .cont-inner .cont-l ul li:nth-child(2) .image:before{
        bottom: var(--hair-paint-pc-rb3-bottom);
        left: var(--hair-paint-pc-rb3-left);
        width: var(--hair-paint-pc-rb3-width);
        min-height: var(--hair-paint-pc-rb3-min-height);
        height: var(--hair-paint-pc-rb3-height);
        background-image: url(../../../images/campaign/coolcolor/content-bg-paint_rb3.png);
        background-position: var(--hair-paint-pc-rb3-bg-x) var(--hair-paint-pc-rb3-bg-y);
    }


    .hair-color-area .cont-inner ul li .image .product{
        position: absolute;
        bottom: 5px;
        display: block;
    }
    .hair-color-area .cont-inner .cont-l ul li .image .product{
        left: 0px;
    }
    .hair-color-area .cont-inner .cont-r ul li .image .product{
        right: 0px;
    }
    .hair-color-area .cont-inner ul li .image .product img{
        width: 100%;
        height: var(--hair-product-img-h);
        object-fit: contain;
        object-position: center bottom;
    }
    .hair-color-area .cont-inner.pc-only ul li.hair-item-05 .image .product{
        width: var(--hair-product-05-pc-w);
        bottom: var(--hair-product-05-pc-bottom);
        right: var(--hair-product-05-pc-right);
        left: var(--hair-product-05-pc-left);
    }
    .hair-color-area .cont-inner.pc-only ul li.hair-item-05 .image .product img{
        height: var(--hair-product-05-pc-h);
    }
    .hair-color-area .cont-inner ul li a{
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0 10px 27px;
        border: 1px solid #333;
        background: #fff;
        transition: filter 0.3s;
    }
    .hair-color-area .cont-inner ul li a:hover .box-arrow{
        transform: scale(1.1);
    }
    .title-en{
        display: block;
        font-size: 35px;
    }

    .title-jp{
        display: flex;
        align-items: center;
        margin-top: -4px;
        font-size: 16px;
    }
    .title-jp .iyaku-tag{
        display: block;
        border: 1px solid #000;
        font-size: 12px;
        margin-left: 12px;
        padding: 1px 6px 2px 6px;
    }
    /* .hair-color-area .link:hover .box-arrow {
        transform: scale(1.1)
    } */

    .hair-color-area .link .box-arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: white;
        background-color: black;
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s;
    }

    .hair-color-area .link .box-arrow.box-arrow-white {
        color: black;
        background-color: white
    }

}
@media screen and (max-width: 768px) {
    /* COLOR DAMAGE セクション背景（voice_bg）— 本文は回さず背景だけ回転
       左端基準: 疑似要素を left:0、背景は background-position:left、回転は transform-origin:left top */
    .color-damage {
        position: relative;
        margin-top: 40px;
        overflow: visible;
    }
    .color-damage::before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        width: 140%;
        min-height: 100%;
        background-image: url(../../../images/campaign/coolcolor/voice_bg.png);
        /* 高さをコンテンツ（セクション）の高さの 70% に固定、幅はアスペクト比を保って自動 */
        background-size: auto 65%;
        background-repeat: no-repeat;
        background-position: left top;
        transform-origin: left top;
        pointer-events: none;
    }
    .color-damage .color-damage-header,
    .color-damage .color-damage-main {
        position: relative;
        z-index: 1;
    }
    .color-damage .color-damage-header {
        padding-top: 5px;
        overflow: visible;
    }

    .color-damage .color-damage-header .color-damage-title {
        position: relative;
        z-index: 2;
    }

    .color-damage .color-damage-header .color-damage-title .title-main {
        font-size: 50px;
        line-height: 0.92;
        position: relative;
        display: inline-block;
        padding: 0 0 6px 20px;
        white-space: nowrap;
        letter-spacing: -0.02em;
    }

    .color-damage .color-damage-header .color-damage-title .title-main::after {
        content: "";
        width: 100%;
        height: 5px;
        display: block;
        position: absolute;
        bottom: -6px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    .color-damage .color-damage-header .cd-txt-01 {
        position: relative;
        z-index: 1;
        padding-top: 30px;
        font-size: 27px;
        margin-left: 30px;
        overflow: visible;
    }

    .color-damage .color-damage-header .cd-txt-01::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: clamp(-120px, -30vw, -60px);
        right: 0;
        bottom: clamp(-168px, -40vw, -95px);
        left: -24px;
        background-image: url(../../../images/campaign/coolcolor/content-bg-paint_wh1.png);
        background-repeat: no-repeat;
        background-position: left calc(50% - 14px);
        background-size: min(92%, 365px) auto;
        pointer-events: none;
    }

    .color-damage .color-damage-header .cd-txt-01 > span {
        position: relative;
        z-index: 1;
    }

    .color-damage .color-damage-main {
        position: relative
    }

    /* .color-damage .color-damage-main::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../../../images/campaign/bonding-metallics/bg-white-sp-01.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom center
    } */

    .color-damage .color-damage-main .color-damage-main-row {
        position: relative;
        z-index: 2;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-photos,
    .color-damage .color-damage-main .color-damage-main-row .cd-txts {
        position: relative;
        z-index: 1;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-photos {
        position: relative;
        margin-top: 20px;
        padding-bottom: 40px;
        text-align: center;
        min-height: calc(68vw + 40px);
        overflow: hidden;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-photos img {
        width: 110vw;
        max-width: 550px;
        margin: 0 auto 0 -30px;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-txts {
        width: calc(100% - 40px);
        padding-bottom: 70px;
        margin: 0 auto;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-txts .gt-inner {
        box-sizing: border-box;
        width: 100%;
        padding: 40px 0px 52px;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-txts .cd-txt-02 {
        width: 100%;
        max-width: none;
        font-size: 35px;
        line-height: 158%;
        font-weight: 700;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-txts .cd-txt-03 {
        margin-top: 25px;
        font-size: 18px;
        line-height: 30px
    }

    .hair-color-area{
        position: relative;
        z-index: 1;
        /* MOVIE セクション（.movie-area）とタイトル上余白を揃える */
        padding-top: 56px;
        padding-bottom: 36px;
        overflow: visible;
        /* HAIR COLOR ペイント（SP）位置・サイズ — 奇数番=rb2・偶数番=rb3 で交互表示 */
        --hair-paint-sp-rb2-left: -110px;
        --hair-paint-sp-rb2-bottom: -150px;
        --hair-paint-sp-rb2-width: 590px;
        --hair-paint-sp-rb2-min-height: 348.2px;
        --hair-paint-sp-rb2-height: 400px;
        --hair-paint-sp-rb2-bg-x: center;
        --hair-paint-sp-rb2-bg-y: bottom;
        --hair-paint-sp-rb3-left: var(--hair-paint-sp-rb2-left);
        --hair-paint-sp-rb3-bottom: var(--hair-paint-sp-rb2-bottom);
        --hair-paint-sp-rb3-width: var(--hair-paint-sp-rb2-width);
        --hair-paint-sp-rb3-min-height: var(--hair-paint-sp-rb2-min-height);
        --hair-paint-sp-rb3-height: var(--hair-paint-sp-rb2-height);
        --hair-paint-sp-rb3-bg-x: var(--hair-paint-sp-rb2-bg-x);
        --hair-paint-sp-rb3-bg-y: var(--hair-paint-sp-rb2-bg-y);
        /* プロダクト画像の表示高さ（.product img）— 数値だけ変更 */
        --hair-product-img-h: 121px;
        /* 05番のみ（SP・5番目＝奇数行の既定に合わせる）— サイズ・位置 */
        --hair-product-05-sp-h: 148px;
        --hair-product-05-sp-w: 300px;
        --hair-product-05-sp-bottom: -5px;
        --hair-product-05-sp-right: 126px;
        --hair-product-05-sp-left: auto;
    }
    /* MOVIE（.movie-cont）と同じ左基準のガター。従来の max-width カラムはリストのみに適用しタイトルを中央寄せにしない */
    .hair-color-area .cont-inner.sp-only {
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .hair-color-area .cont-inner.sp-only > ul {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    .hair-color-area .cont-inner ul{
        list-style: none;
    }
    .hair-color-area .cont-inner ul li{
        display: flex;
        flex-direction: column;
        /* 画像は奇数=右・偶数=左。リンク行は幅いっぱいにするため stretch */
        align-items: stretch;
        margin-bottom: 50px;
    }
    .hair-color-area .cont-inner ul li:last-child{
        margin-bottom: 0px;
    }
    .hair-color-area .cont-inner ul li .image{
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        overflow: visible;
    }
    .hair-color-area .cont-inner ul li:nth-child(odd) .image{
        text-align: right;
    }
    .hair-color-area .cont-inner ul li:nth-child(even) .image{
        text-align: left;
    }
    /* モデル写真のみ（.product 内の img は除外）— sp-only ブロックに SP 用画像が1枚 */
    .hair-color-area .cont-inner ul li .image > img{
        display: block;
        width: 70%;
        max-width: 70%;
        height: auto;
    }
    /* 1・3・5 番目＝右寄せ、2・4 番目＝左寄せ（中央 margin:auto は使わない） */
    .hair-color-area .cont-inner ul li:nth-child(odd) .image > img{
        margin-left: auto;
        margin-right: 0;
    }
    .hair-color-area .cont-inner ul li:nth-child(even) .image > img{
        margin-left: 0;
        margin-right: auto;
    }
    .hair-color-area .cont-inner ul li:nth-child(odd) .image:before{
        content: "";
        position: absolute;
        bottom: var(--hair-paint-sp-rb2-bottom);
        left: var(--hair-paint-sp-rb2-left);
        z-index: -1;
        display: block;
        width: var(--hair-paint-sp-rb2-width);
        min-height: var(--hair-paint-sp-rb2-min-height);
        height: var(--hair-paint-sp-rb2-height);
        background-image: url(../../../images/campaign/coolcolor/content-bg-paint_rb2.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: var(--hair-paint-sp-rb2-bg-x) var(--hair-paint-sp-rb2-bg-y);
    }
    .hair-color-area .cont-inner ul li:nth-child(even) .image:before{
        content: "";
        position: absolute;
        bottom: var(--hair-paint-sp-rb3-bottom);
        left: var(--hair-paint-sp-rb3-left);
        z-index: -1;
        display: block;
        width: var(--hair-paint-sp-rb3-width);
        min-height: var(--hair-paint-sp-rb3-min-height);
        height: var(--hair-paint-sp-rb3-height);
        background-image: url(../../../images/campaign/coolcolor/content-bg-paint_rb3.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: var(--hair-paint-sp-rb3-bg-x) var(--hair-paint-sp-rb3-bg-y);
    }


    .hair-color-area .cont-inner ul li .image .product{
        position: absolute;
        bottom: -5px;
        display: block;
    }
    .hair-color-area .cont-inner ul li:nth-child(odd) .image .product{
        right: 230px;
    }
    .hair-color-area .cont-inner ul li:nth-child(even) .image .product{
        left: 209px;
    }
    .hair-color-area .cont-inner ul li:nth-child(3) .image .product{
        right: 200px;
    }

    .hair-color-area .cont-inner ul li .image .product img{
        width: 100%;
        height: var(--hair-product-img-h);
        object-fit: contain;
        object-position: center bottom;
    }
    .hair-color-area .cont-inner.sp-only ul li.hair-item-05 .image .product{
        width: var(--hair-product-05-sp-w);
        bottom: var(--hair-product-05-sp-bottom);
        right: var(--hair-product-05-sp-right);
        left: var(--hair-product-05-sp-left);
    }
    .hair-color-area .cont-inner.sp-only ul li.hair-item-05 .image .product img{
        height: var(--hair-product-05-sp-h);
    }
    .hair-color-area .cont-inner ul li a{
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0 7px 16px;
        border: 1px solid #333;
        background: #fff;
    }

    .title-en{
        display: block;
        width: calc(100% - 45px);
        margin-bottom: 4px;
        font-size: 26px;
        line-height: 0.9;
    }

    .title-jp{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: -4px;
        font-size: 10px;
    }
    .title-jp .iyaku-tag{
        display: block;
        border: 1px solid #000;
        font-size: 10px;
        padding: 0px 6px 1px 6px;
    }
    .title-jp .main-name{
        margin-right: 5px;
    }
    /* .hair-color-area .link:hover .box-arrow {
        transform: scale(1.1)
    } */

    .hair-color-area .link .box-arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: white;
        background-color: black;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto 0;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s;
    }

    .hair-color-area .link .box-arrow.box-arrow-white {
        color: black;
        background-color: white
    }
    
}

@media screen and (max-width: 360px){
    .hair-color-area {
        --hair-product-img-h: 104px;
        --hair-product-05-sp-h: 104px;
        --hair-product-05-sp-w: 179px;
        --hair-product-05-sp-bottom: -5px;
        --hair-product-05-sp-right: 127px;
        --hair-product-05-sp-left: auto;
    }
    .hair-color-area .cont-inner ul li .image > img {
        width: calc(95% * 0.8);
        max-width: calc(95% * 0.8);
    }
    .hair-color-area .cont-inner ul li .image .product img {
        height: var(--hair-product-img-h);
    }
    .hair-color-area .cont-inner ul li .image .product {
        width: 179px;
    }
    .hair-color-area .cont-inner ul li:nth-child(odd) .image .product {
        right: 127px;
    }
    .hair-color-area .cont-inner ul li:nth-child(even) .image .product {
        left: 180px;
    }
    .hair-color-area .cont-inner ul li:nth-child(3) .image .product {
        right: 166px;
    }
    .hair-color-area .cont-inner ul li.hair-item-05 .image .product {
        width: var(--hair-product-05-sp-w);
        bottom: var(--hair-product-05-sp-bottom);
        right: var(--hair-product-05-sp-right);
        left: var(--hair-product-05-sp-left);
    }
    .hair-color-area .cont-inner ul li.hair-item-05 .image .product img {
        height: var(--hair-product-05-sp-h);
    }
    .hair-color-area .cont-inner ul li a{
        padding: 7px 0 7px 10px;
    }
    .title-jp {
        letter-spacing: -0.05em;
    }
    .title-jp .iyaku-tag {
        display: block;
        font-size: 10px;
        padding: 0px 3px 1px 3px;
        line-height: 1.1;
    }
    .hair-color-area .link .box-arrow {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        right: 8px;
        margin: auto 0;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s;
    }
}

@media screen and (min-width: 769px) {
    .color-damage {
        background-image: url(../../../images/campaign/coolcolor/voice_bg.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
        padding-bottom: 240px;
        position: relative;
        padding-top: calc(40px + 10vw);
    }
    /* .color-damage::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: -1px;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 9.3vw;
        margin: 0 auto;
        background-image: url(../../../images/campaign/coolcolor/bg-white-brush.png);
        background-position: center bottom;
        background-size: cover;
        transform: rotate(180deg);
    } */
}

@media screen and (min-width: 769px) and (min-width: 1500px) {
    .color-damage {
        background-position: bottom center
    }
}

@media screen and (min-width: 769px) {
    .color-damage .color-damage-header {
        width: 1200px;
        margin: 0 auto;
        display: flex
    }

    .color-damage .color-damage-header .color-damage-title {
        position: relative
    }

    .color-damage .color-damage-header .color-damage-title .title-main {
        font-size: 120px;
        line-height: 0.91em;
        position: relative;
        display: inline-block;
        padding: 30px 0 0 100px;
        letter-spacing: -0.05em
    }

    .color-damage .color-damage-header .color-damage-title .title-main::after {
        content: "";
        width: 100%;
        height: 10px;
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    .color-damage .color-damage-header .cd-txt-01 {
        font-size: 52px;
        line-height: 1.7em;
        padding-left: 70px;
        white-space: nowrap
    }

    /* .color-damage .color-damage-main {
        margin-top: 50px;
        padding-bottom: 50px;
        background-image: url("../../../images/campaign/bonding-metallics/color-damage/photos-bg.png");
        background-repeat: no-repeat;
        background-size: 850px auto;
        background-position: calc(50% - 457px) 162px
    } */

    .color-damage .color-damage-main .color-damage-main-row {
        --cd-paint-bg-size: 50% auto;
        --cd-paint-bg-pos-x: 50%;
        --cd-paint-bg-pos-y: 0%;
        --cd-paint-bg-translate-x: 20%;
        --cd-paint-bg-translate-y: 18%;
        --cd-paint-bg-rotate: -6deg;
        --cd-paint-bg-origin: center center;
        display: flex;
        margin: 0 auto;
        width: 1200px;
        padding-top: 50px;
        position: relative;
        z-index: 2;
    }

    .color-damage .color-damage-main .color-damage-main-row::before {
        content: "";
        position: absolute;
        z-index: 0;
        inset: -48px -80px -72px -80px;
        background-image: url(../../../images/campaign/coolcolor/content-bg-paint_wh1.png);
        background-repeat: no-repeat;
        background-position: var(--cd-paint-bg-pos-x) var(--cd-paint-bg-pos-y);
        background-size: var(--cd-paint-bg-size);
        transform: translate(var(--cd-paint-bg-translate-x), var(--cd-paint-bg-translate-y)) rotate(var(--cd-paint-bg-rotate));
        transform-origin: var(--cd-paint-bg-origin);
        pointer-events: none;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-photos,
    .color-damage .color-damage-main .color-damage-main-row .cd-txts {
        position: relative;
        z-index: 1;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-photos {
        width: 678px;
        max-width: 1000px;
        margin-top: 40px;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-txts {
        padding: 5.5vw 0 0 2.4vw
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-txts .gt-inner {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        padding: 80px 40px 72px;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-txts .cd-txt-02 {
        width: 100%;
        max-width: none;
        font-size: 35px;
        line-height: 158%;
        font-weight: 700;
    }

    .color-damage .color-damage-main .color-damage-main-row .cd-txts .cd-txt-03 {
        margin-top: 40px;
        font-size: 24px;
        line-height: 40.8px;
        letter-spacing: 1.2px
    }
}

@media screen and (max-width: 768px) {
    section.about-bb {
        margin-top: -70px;
        padding-top: 70px;
        padding-bottom: 50px
    }

    section.about-bb .about-bb-title {
        position: relative;
        display: flex;
        justify-content: flex-end
    }

    section.about-bb .about-bb-title .title-copy {
        width: 200px;
        position: absolute;
        top: 9px;
        right: 160px
    }

    section.about-bb .about-bb-title .title-main {
        margin-top: 10px;
        font-size: 60px;
        line-height: 0.91em;
        position: relative;
        display: inline-block;
        padding: 0 3vw 0px 0;
        text-align: right;
        letter-spacing: -0.02em
    }
}

@media screen and (max-width: 768px) and (max-width: 374px) {
    section.about-bb .about-bb-title .title-main {
        padding: 0 4vw 0px 0
    }
}

@media screen and (max-width: 768px) and (min-width: 360px) {
    section.about-bb .about-bb-title .title-main {
        white-space: nowrap
    }
}

@media screen and (max-width: 768px) {
    section.about-bb .about-bb-title .title-main .small {
        font-size: 50px
    }

    section.about-bb .about-bb-title .title-main::after {
        content: "";
        width: 100%;
        height: 5px;
        display: block;
        position: absolute;
        bottom: -6px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    section.about-bb .content-box {
        position: relative;
        margin-top: 35px
    }

    section.about-bb .content-box .content-box-txt-00 {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1.8px;
        text-align: right;
        margin-right: 20px;
    }

    section.about-bb .content-box .content-box-row {
        margin-top: 35px;
        position: relative;
        background-image: url("../../../images/campaign/bonding-metallics/about-bb/content-bg-paint.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top 12px center
    }

    section.about-bb .content-box .content-box-row .content-box-img {
        margin: 0 auto;
        width: 59.73vw;
        max-width: 300px
    }

    section.about-bb .content-box .content-box-row .content-txts {
        padding-top: 20px
    }

    section.about-bb .content-box .content-box-row .content-txts p {
        width: calc(100% - 40px);
        margin: 20px auto 0;
        font-size: 18px;
        line-height: 30px
    }

    section.about-bb .cont_inner {
        position: relative;
        padding: 30px 0 30px 0;
    }

    section.about-bb .cont_inner:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 130%;
        top: -80px;
        bottom: 0;
        background-image: url(../../../images/campaign/coolcolor/abouto-photo-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        z-index: -1;
    }

    section.about-bb .cont_inner .cont-bg {
        overflow: hidden;
    }

    section.about-bb .cont_inner .cont-bg img {
        width: 113%;
    }

    section.about-bb .cont_inner .contant-bg {
        position: relative;
        width: 100%;
        background: #f2f2f2;
        padding: 35px 0 20px 0;
        box-sizing: border-box;
        margin-top: -15px;
    }


    section.about-bb .about-bb-contents {
        /* margin: 0 auto;
        background-image: url("../../../images/campaign/bonding-bleach/about-bb/bg-bright-sp.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center 80px */
    }

    section.about-bb .about-bb-contents .content-product {
        margin: 0 auto
    }

    section.about-bb .about-bb-contents .content-product .detail-title {
        /* margin-top: 0px; */
        max-width: 380px;
    }

    section.about-bb .about-bb-contents .content-product .detail-txt-01 {
        font-size: 16px;
        line-height: 1.5em;
        text-align: center;
        margin-top: 10px;
        white-space: nowrap
    }

    section.about-bb .about-bb-contents .content-product .product-name {
        margin-top: 20px
    }

    section.about-bb .about-bb-contents .content-product .product-name img {
        width: 213px
    }

    section.about-bb .about-bb-contents .content-product .product-name .product-name-txt {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1em
    }

    section.about-bb .about-bb-contents .content-product .product-pic {
        width: 64vw;
        margin: 15px auto 30px;
        position: relative
    }

    section.about-bb .about-bb-contents .content-product .product-pic span {
        font-size: 10px;
        height: 20px;
        padding: 0px 3px;
        border: 1px solid black;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: -65px;
        transform: scale(0.8);
        transform-origin: bottom right
    }

    section.about-bb .about-bb-contents .content-detail {
        width: calc(100% - 10px);
        max-width: 380px;
        margin: 27px auto 0
    }

    section.about-bb .about-bb-contents .content-detail .detail-title-pc {
        display: none
    }

    section.about-bb .about-bb-contents .content-detail .detail-txt-01-pc {
        display: none
    }

    section.about-bb .about-bb-contents .content-detail .detail-box {
        width: 100%;
        margin: 15px auto 0
    }

    section.about-bb .about-bb-contents .content-detail .detail-box .detail-box-head {
        background-color: #858585;
        color: white;
        line-height: 1.1em;
        text-align: center;
        padding: 6px 0;
        font-size: 14px
    }
    section.about-bb .about-bb-contents .content-detail .detail-box .detail-box-head span{
        display: inline-block;
    }
    section.about-bb .about-bb-contents .content-detail .detail-box .detail-box-head sup {
        font-size: 10px
    }

    section.about-bb .about-bb-contents .content-detail .detail-box .detail-box-body {
        padding: 10px 10px 10px 10px;
        border: 1px solid black;
        font-size: 12px;
        line-height: 1.8em;
        letter-spacing: -0.02em;
        background: #fff;
    }
    section.about-bb .about-bb-contents .content-detail .detail-box .detail-box-body p{
        line-height: 1.2;
        margin-bottom: 5px;
    }
    section.about-bb .about-bb-contents .content-detail .detail-box .detail-box-body p:last-child{
        margin-bottom: 0px;
    }

    section.about-bb .about-bb-contents .content-detail .note {
        margin-top: 10px;
        font-size: 10px;
        line-height: 1.66em
    }
}

@media screen and (max-width: 768px) and (min-width: 360px) {
    section.about-bb .content-box .content-box-row .content-txts .content-box-txt-01 .nowrap {
        white-space: nowrap
    }
}

@media screen and (max-width: 768px) {
    section.about-bb .content-box .content-box-row .content-txts .content-box-txt-02 {
        margin: 20px auto 0;
        font-size: 10px;
        letter-spacing: 1px
    }
}

@media screen and (min-width: 769px) {
    section.about-bb {
        margin-top: -15vw;
        padding-top: 20vw
    }

    section.about-bb .about-bb-title {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: flex-end
    }

    section.about-bb .about-bb-title .title-copy {
        width: 400px;
        position: absolute;
        top: -12px;
        right: 576px
    }

    section.about-bb .about-bb-title .title-main {
        font-size: 120px;
        line-height: 0.91em;
        position: relative;
        display: inline-block;
        padding: 0 100px 0 0;
        text-align: right;
        white-space: nowrap;
        letter-spacing: -0.02em
    }

    section.about-bb .about-bb-title .title-main::after {
        content: "";
        width: 100%;
        height: 10px;
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    section.about-bb .content-box {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        padding-top: 75px
    }

    section.about-bb .content-box .content-box-txt-00 {
        position: absolute;
        top: 35px;
        right: 100px;
        text-align: right;
        font-size: 28px;
        line-height: 47.6px;
        letter-spacing: 1.2px
    }

    section.about-bb .content-box .content-box-row {
        width: 1130px;
        min-height: 457px;
        margin: 0 auto;
        position: relative;
        background-image: url("../../../images/campaign/bonding-metallics/about-bb/content-bg-paint.png");
        background-size: 538px 457px;
        background-repeat: no-repeat;
        background-position: 0 0;
        display: flex;
        align-items: flex-end;
        padding: 0 0 0 130px
    }

    section.about-bb .content-box .content-box-row .content-box-img {
        padding: 127px 0 0 0;
        width: 300px;
        min-width: 300px
    }

    section.about-bb .content-box .content-box-row .content-txts {
        margin-left: 85px
    }

    section.about-bb .content-box .content-box-row .content-txts .content-box-txt-01 {
        margin-top: 25px;
        font-size: 24px;
        line-height: 40.8px;
        letter-spacing: 1.2px
    }

    section.about-bb .content-box .content-box-row .content-txts .content-box-txt-02 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.7px
    }

    section.about-bb .cont_inner {
        position: relative;
        padding: 120px 0 200px 0;
    }

    section.about-bb .cont_inner::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 110%;
        top: 0;
        bottom: 0;
        background-image: url("../../../images/campaign/coolcolor/abouto-photo-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        z-index: -1;
    }

    section.about-bb .cont_inner .cont-bg {
        max-width: 1200px;
        margin: 0 auto;
    }

    section.about-bb .cont_inner .contant-bg {
        position: relative;
        width: 100%;
        background: #f2f2f2;
        padding: 60px 0 90px 0;
        box-sizing: border-box;
        margin-top: -40px;
    }

    section.about-bb .about-bb-contents {
        margin: 0 auto 0;
        width: 1200px;
        display: flex;
        align-items: center;
    }

    section.about-bb .about-bb-contents .content-product {
        width: 50%
    }

    section.about-bb .about-bb-contents .content-product .detail-title-sp {
        display: none
    }

    section.about-bb .about-bb-contents .content-product .detail-txt-01-sp {
        display: none
    }

    section.about-bb .about-bb-contents .content-product .product-name {
        margin-left: 60px
    }

    section.about-bb .about-bb-contents .content-product .product-name img {
        width: 356px
    }

    section.about-bb .about-bb-contents .content-product .product-name .product-name-txt {
        margin-top: 20px;
        font-size: 24px;
        line-height: 1em
    }

    section.about-bb .about-bb-contents .content-product .product-pic {
        width: 510px;
        margin: 10px auto 0;
        position: relative
    }

    section.about-bb .about-bb-contents .content-product .product-pic span.iyaku-tag {
        border: 1px solid #000;
        font-size: 12px;
        margin-left: 12px;
        padding: 1px 6px 2px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        bottom: -40px;
        right: 4px;
    }

    section.about-bb .about-bb-contents .content-detail .detail-title {
        margin-left: 20px;
        width: 459px
    }

    section.about-bb .about-bb-contents .content-detail .detail-txt-01 {
        font-size: 18px;
        line-height: 1.77em;
        margin: 10px 0 0 40px
    }

    section.about-bb .about-bb-contents .content-detail .detail-box {
        width: 460px;
        margin: 14px 0 0 40px
    }
    section.about-bb .about-bb-contents .content-detail .detail-box .title{
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 16px;
    }
    section.about-bb .about-bb-contents .content-detail .detail-box .detail-box-head {
        background: #858585;
        color: white;
        line-height: 1em;
        white-space: nowrap;
        text-align: center;
        padding: 12px 0;
        font-size: 18px;
        font-weight: 500;
    }

    section.about-bb .about-bb-contents .content-detail .detail-box .detail-box-head sup {
        font-size: 10px
    }

    section.about-bb .about-bb-contents .content-detail .detail-box .detail-box-body {
        white-space: nowrap;
        padding: 15px 20px;
        background: #fff;
        border: 1px solid #858585;
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14em;
    }

    section.about-bb .about-bb-contents .content-detail .note {
        margin: 10px 0 0 40px;
        font-size: 12px;
        font-weight: 500;
        line-height: 2em
    }
}

@media screen and (max-width: 768px) {
    .base-make {
        margin-top: 20px;
        padding-top: 80px
    }

    .base-make .base-make-title {
        position: relative;
        display: flex;
        justify-content: flex-end
    }

    .base-make .base-make-title .title-copy {
        width: 200px;
        position: absolute;
        top: -15px;
        right: 160px
    }

    .base-make .base-make-title .title-main {
        margin-top: 33px;
        font-size: 60px;
        line-height: 0.91em;
        position: relative;
        display: inline-block;
        padding: 0 8vw 0 0;
        white-space: nowrap;
        text-align: right;
        letter-spacing: -0.02em
    }

    .base-make .base-make-title .title-main::after {
        content: "";
        width: 100%;
        height: 5px;
        display: block;
        position: absolute;
        bottom: -6px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    .base-make .base-make-contents .bm-photo {
        width: 65vw;
        max-width: 380px;
        margin: 25px auto 0
    }

    .base-make .gt-inner {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) and (min-width: 360px) {
    .base-make .base-make-contents .bm-txts .nowrap {
        white-space: nowrap
    }
}

@media screen and (max-width: 768px) {
    .base-make .base-make-contents .bm-txts .bm-txt-01 {
        width: calc(100% - 40px);
        margin: 25px auto 40px auto;
        font-size: 26px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -0.1em
    }
}

@media screen and (max-width: 768px) and (max-width: 374px) {
    .base-make .base-make-contents .bm-txts .bm-txt-01 {
        white-space: normal
    }

    .base-make .base-make-contents .bm-txts .bm-txt-01 br {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .base-make .base-make-contents .bm-txts .bm-txt-02 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 30px
    }

    .base-make .base-make-contents .bm-txts .bm-txt-03 {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 1px
    }
}

@media screen and (min-width: 769px) {
    .base-make {
        margin-top: -90px;
        padding-top: 150px
    }

    .base-make .base-make-title {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: flex-end
    }

    .base-make .base-make-title .title-copy {
        width: 410px;
        position: absolute;
        top: 0;
        right: 517px
    }

    .base-make .base-make-title .title-main {
        font-size: 120px;
        line-height: 0.91em;
        position: relative;
        display: inline-block;
        padding: 0 100px 0 0;
        text-align: right;
        white-space: nowrap;
        letter-spacing: -0.02em
    }

    .base-make .base-make-title .title-main::after {
        content: "";
        width: 100%;
        height: 8px;
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    .base-make .base-make-contents {
        width: 940px;
        margin: 46px auto 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .base-make .base-make-contents .bm-photo {
        width: 344px;
        min-width: 344px
    }

    .base-make .base-make-contents .bm-txts .bm-txt-01 {
        font-size: 36px;
        font-weight: 500;
        line-height: 61.2px;
        padding-bottom: 15px
    }

    .base-make .base-make-contents .bm-txts .bm-txt-02 {
        margin-top: 20px;
        font-size: 24px;
        line-height: 40.8px;
        letter-spacing: 1.2px;
        white-space: nowrap
    }

    .base-make .base-make-contents .bm-txts .bm-txt-03 {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 0.7px
    }

    section.howto {
        margin-top: 130px;
        padding-bottom: 100px;
        background: #f2f2f2;
    }

    section.howto .howto-title {
        width: 1200px;
        margin: 0 auto;
        position: relative
    }

    section.howto .howto-title .title-copy {
        width: 414px;
        position: absolute;
        top: -56px;
        left: 364px
    }

    section.howto .howto-title .title-main {
        font-size: 120px;
        line-height: 0.91em;
        position: relative;
        display: inline-block;
        padding: 0 0 5px 100px;
        letter-spacing: -0.02em
    }

    section.howto .howto-title .title-main::after {
        content: "";
        width: 100%;
        height: 8px;
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    section.howto .howto-contents {
        position: relative;
        padding-top: 110px;
    }

    section.howto.cosme .howto-contents .content-box {
        position: relative;
        display: block;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    section.howto.cosme .howto-contents .content-box .content-box-txts {
        width: calc(100% - 40px);
        margin: 0px auto 20px auto;
    }

    section.howto .howto-contents .content-box.content-box-02 .content-box-txts {
        padding-top: 80px;
        margin-left: 683px
    }

    section.howto .howto-contents .content-box .content-box-txts {
        width: 50%;
        position: relative
    }

    section.howto .howto-contents .content-box .content-box-txts .content-box-title,
    section.howto .howto-contents .content-box .content-box-title {
        font-size: 33px;
        /* font-weight: normal; */
        font-weight: 600;
        line-height: 1.5em;
        margin-top: 10px;
        margin-left: 10px
    }

    section.howto .howto-contents .content-box .content-box-title {
        font-size: 32px;
    }

    section.howto .howto-contents .content-box .content-box-txts .content-box-txt-01 {
        font-size: 24px;
        line-height: 40.8px;
        margin-left: 10px;
        letter-spacing: 1.2px;
    }

    section.howto.cosme .howto-contents .content-box .cont_box_wrap {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .howto-contents.howto-contents-02 .cont_box_wrap .cont_img_wrap {
        width: 50%;
        padding: 20px 20px;
    }

    section.howto .howto-contents .small{
        margin-top: 20px;
        margin-left: 10px;
        font-size: 14px;
        letter-spacing: 0.7px;
    }

}

@media screen and (max-width: 768px) {
    section.store {
        margin-top: 0px;
        position: relative;
        background: #000;
        padding: 40px 0;
        z-index: 5
    }

    section.store.store-a {
        margin-top: -40px
    }

    section.store .store-inner .store-title {
        font-size: 18px;
        line-height: 1em;
        font-weight: normal;
        text-align: center;
        color: white
    }

    section.store .store-inner .btns {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px auto 0
    }

    section.store .store-inner .btns .btn {
        width: 160px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        position: relative;
        margin: 2vw
    }

    section.store .store-inner .btns .btn.btn-amazon {
        padding-top: 2%
    }

    section.store .store-inner .btns .btn::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-image: url("../../../images/campaign/bonding-bleach/store/icon-blank.png");
        background-size: 10px 10px;
        position: absolute;
        bottom: 5px;
        right: 5px
    }

    section.store .store-inner .btns .btn::after img {
        width: 100%
    }

    section.store .store-inner .btns .btn img {
        width: 50%
    }

    section.store .store-inner .store-txt-01 {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.5em;
        text-align: center;
        color: white
    }

    section.store .store-inner .store-txt-kome {
        margin-top: 10px;
        font-size: 10px;
        text-align: center;
        color: white
    }

    section.howto {
        margin-top: 70px;
        padding-bottom: 40px;
        background: #f2f2f2;
    }

    section.howto .howto-title {
        width: 1200px;
        margin: 0 auto;
        position: relative
    }

    section.howto .howto-title .title-copy {
        width: 414px;
        position: absolute;
        top: -56px;
        left: 364px
    }

    section.howto .howto-title .title-main {
        font-size: 120px;
        line-height: 0.91em;
        position: relative;
        display: inline-block;
        padding: 0 0 5px 100px;
        letter-spacing: -0.02em
    }

    section.howto .howto-title .title-main::after {
        content: "";
        width: 100%;
        height: 8px;
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    section.howto .howto-contents {
        position: relative;
        padding-top: 50px;
    }

    section.howto.cosme .howto-contents .content-box {
        position: relative;
        display: block;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    section.howto.cosme .howto-contents .content-box .content-box-txts {
        width: calc(100% - 40px);
        margin: 0px auto 20px auto;
    }

    section.howto .howto-contents .content-box.content-box-02 .content-box-txts {
        padding-top: 80px;
        margin-left: 683px
    }

    section.howto .howto-contents .content-box .content-box-txts {
        width: 50%;
        position: relative
    }

    section.howto .howto-contents .content-box .content-box-txts .content-box-title,
    section.howto .howto-contents .content-box .content-box-title {
        font-size: 33px;
        /* font-weight: normal; */
        font-weight: 600;
        line-height: 1.5em;
        margin-top: 10px;
        margin-left: 10px
    }

    section.howto .howto-contents .content-box .content-box-title {
        font-size: 21px;
        font-weight: 600;
        text-align: left;
    }

    section.howto .howto-contents .content-box .content-box-txts .content-box-txt-01 {
        margin: 0px auto 20px auto;
        font-size: 14px;
        line-height: 30px;
    }

    section.howto.cosme .howto-contents .content-box .cont_box_wrap {
        display: flex;
        align-items: center;
        margin-top: 30px;
        flex-direction: column;
    }

    .howto-contents.howto-contents-02 .cont_box_wrap .cont_img_wrap {
        width: 64%;
        padding: 0px 20px 45px 20px;
    }

    section.howto .howto-contents .small{
        margin-top: 20px;
        font-size: 10px;
        
    }

}

@media screen and (min-width: 769px) {
    section.store {
        position: relative;
        height: 360px;
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5
    }


    section.store {
        position: relative;
        margin-top: 160px
    }

    section.store::before {
        content: "";
        width: 1200px;
        height: 44px;
        display: block;
        background-image: url("../../../images/campaign/bonding-bleach/store/bg-top-alpha.png");
        background-size: cover;
        position: absolute;
        top: -43px;
        left: 50%;
        transform: translateX(-50%)
    }

    section.store::after {
        content: "";
        width: 1200px;
        height: 54px;
        display: block;
        background-image: url("../../../images/campaign/bonding-bleach/store/bg-footer-alpha.png");
        background-size: cover;
        position: absolute;
        bottom: -53px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5
    }

    section.store .store-inner {
    }

    section.store .store-inner .store-cont {
        width: 1032px;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.store .store-inner .store-cont .store-wrapper {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    section.store .store-inner .store-cont .store-wrapper .store-btn {
        position: relative;
        display: flex;
        width: 246px;
        height: 97px;
        border: 1px solid black;
        background-color: white;
        align-items: center;
        justify-content: center;
        margin: 0 20px;
        transition: .2s;
    }

    section.store .store-inner .store-cont .store-wrapper .store-btn .logo {
        width: 158px;
        transition: .2s;
        transform: scale(0.95);
    }

    section.store .store-inner .store-cont .store-wrapper .store-btn .icon {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 21px;
        height: 21px;
        transform-origin: right bottom;
        transform: scale(0.8);
        transition: .2s;
    }

    section.store .store-inner .store-cont .store-wrapper .store-btn .icon img {
        width: 21px;
    }


    section.store .store-inner .store-title {
        font-size: 24px;
        line-height: 1em;
        font-weight: normal;
        text-align: center;
        color: white
    }

    section.store .store-inner .banner-popup {
        background-color: transparent;
        padding-bottom: 20px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -95%);
        transition: all .3s;
        opacity: 0;
        visibility: hidden
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper {
        background-color: white;
        padding: 4px;
        position: relative
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #ffffff transparent transparent transparent
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner {
        background-color: black;
        padding: 20px;
        position: relative
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn {
        width: 256px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        position: relative;
        margin-top: 10px
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn:first-of-type {
        margin-top: 0
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn:hover img {
        transform: scale(1.05)
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn::after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-image: url("../../../images/campaign/bonding-bleach/store/icon-blank.png");
        background-size: 16px 16px;
        position: absolute;
        bottom: 10px;
        right: 10px
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn::after img {
        width: 100%
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn img {
        width: 50%;
        transition: .2s
    }

    section.store .store-inner .banners {
        /* width: 1200px; */
        margin: 40px auto 0;
        display: flex;
        justify-content: center;
    }

    section.store .store-inner .banners .banner {
        width: 580px;
        height: 170px;
        background-color: white;
        position: relative;
        padding: 27px 85px 27px 27px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    section.store .store-inner .banners .banner:hover .banner-popup {
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, -100%)
    }

    section.store .store-inner .banners .banner.banner-bb .banner-prod {
        margin-top: 25px;
        width: 80px;
        max-width: 80px;
        min-width: 80px
    }

    section.store .store-inner .banners .banner.banner-bpb .banner-prod {
        margin-top: 25px;
        width: 84px;
        max-width: 84px;
        min-width: 84px
    }

    section.store .store-inner .banners .banner .banner-title .banner-title-en {
        font-size: 60px;
        line-height: 50px;
        white-space: nowrap
    }

    section.store .store-inner .banners .banner .banner-title .banner-title-ja {
        margin-top: 10px;
        font-size: 16px
    }

    section.store .store-inner .banners .banner .banner-arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: white;
        background-color: black;
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s
    }

    section.store .store-inner .banners .banner .banner-arrow.box-arrow-white {
        color: black;
        background-color: white
    }

    section.store .store-inner .store-txt-01 {
        margin-top: 25px;
        font-size: 18px;
        line-height: 1.88em;
        text-align: center;
        color: white
    }

    section.store .store-inner .store-txt-kome {
        margin-top: 20px;
        font-size: 14px;
        text-align: center;
        color: white
    }

    section.store .store-inner {
        position: relative
    }

    section.store .store-inner .store-title {
        font-size: 24px;
        line-height: 1em;
        font-weight: normal;
        text-align: center;
        color: white
    }

    section.store .store-inner .btns {
        display: flex;
        justify-content: center;
        width: 1000px;
        margin: 25px auto 0
    }

    section.store .store-inner .btns .btn {
        width: 320px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        position: relative
    }

    section.store .store-inner .btns .btn:hover img {
        transform: scale(1.05)
    }

    section.store .store-inner .btns .btn:nth-child(n+2) {
        margin-left: 20px
    }

    section.store .store-inner .btns .btn.btn-amazon {
        padding-top: 12px
    }

    section.store .store-inner .btns .btn::after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-image: url("../../../images/campaign/bonding-bleach/store/icon-blank.png");
        background-size: 16px 16px;
        position: absolute;
        bottom: 10px;
        right: 10px
    }

    section.store .store-inner .btns .btn::after img {
        width: 100%
    }

    section.store .store-inner .btns .btn img {
        width: 50%;
        transition: .2s
    }

    section.store .store-inner .store-txt-01 {
        margin-top: 25px;
        font-size: 18px;
        line-height: 1.88em;
        text-align: center;
        color: white
    }

    section.store .store-inner .store-txt-kome {
        margin-top: 20px;
        font-size: 14px;
        text-align: center;
        color: white
    }
}

@media screen and (max-width: 768px) {
    
    section.store {
        position: relative;
        background-size: 100% auto;
        background-position: center top;
        padding-top: 3.6vw;
    }

    section.store .store-inner {
        position: relative;
    }

    section.store .store-inner::before {
        content: "";
        width: 100%;
        height: 3.6vw;
        display: block;
        background-image: url("../../../images/campaign/bonding-bleach/store/bg-sp-alpha-top.png");
        background-size: 100% auto;
        position: absolute;
        top: calc(-3.6vw + 1px);
    }

    section.store .store-inner::after {
        content: "";
        width: 100%;
        height: 3.6vw;
        display: block;
        background-image: url("../../../images/campaign/bonding-bleach/store/bg-sp-alpha-bottom.png");
        background-size: 100% auto;
        position: absolute;
        bottom: calc(-3.6vw + 1px);
        z-index: 5;
    }

    section.store.store-a {
        background-color: #dedede
    }

    section.store.store-b {
        margin-top: 0px
    }

    section.store .store-inner {
        background-color: #000;
        position: relative;
        padding: 45px 0 50px 0;
    }

    section.store .store-inner .store-title {
        font-size: 18px;
        line-height: 1em;
        font-weight: normal;
        text-align: center;
        color: white
    }

    section.store .store-inner .store-cont .store-wrapper {
        margin-top: 20px;
        width: 100%;
    }

    section.store .store-inner .store-cont .store-wrapper .store-btn {
        position: relative;
        display: flex;
        width: 63vw;
        height: 84px;
        border: 1px solid black;
        background-color: white;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        transition: .2s;
    }

    section.store .store-inner .store-cont .store-wrapper .store-btn:nth-child(n+2) {
        margin-top: 25px;
    }

    section.store .store-inner .store-cont .store-wrapper .store-btn .logo {
        width: 150px;
        transition: .2s;
        transform: scale(0.95);
    }

    section.store .store-inner .store-cont .store-wrapper .store-btn .icon {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 16px;
        height: 16px;
    }

    section.store .store-inner .store-cont .store-wrapper .store-btn .icon img {
        width: 16px;
    }

    section.store .store-inner .banner-popup {
        background-color: transparent;
        padding-bottom: 20px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -90%);
        transition: all .3s;
        opacity: 0;
        visibility: hidden
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper {
        background-color: white;
        padding: 2px;
        position: relative
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #ffffff transparent transparent transparent
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner {
        background-color: black;
        padding: 10px;
        position: relative
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn {
        width: 158px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        position: relative;
        margin-top: 10px
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn:first-of-type {
        margin-top: 0
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-image: url("../../../images/campaign/bonding-bleach/store/icon-blank.png");
        background-size: 10px 10px;
        position: absolute;
        bottom: 5px;
        right: 5px
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn::after img {
        width: 100%
    }

    section.store .store-inner .banner-popup .banner-popup-wrapper .banner-popup-inner .btns .btn img {
        width: 50%
    }

    section.store .store-inner .banners {
        width: 89vw;
        margin: 33px auto 0;
    }

    section.store .store-inner .banners .banner {
        width: 42vw;
        background-color: white;
        position: relative
    }

    section.store .store-inner .banners .banner:hover .banner-popup {
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, -100%)
    }

    section.store .store-inner .banners .banner.banner-bb .banner-prod {
        margin: 5px auto 0;
        width: 25%
    }

    section.store .store-inner .banners .banner.banner-bpb .banner-prod {
        margin: 5px auto 0;
        width: 26%
    }

    section.store .store-inner .banners .banner .banner-title {
        padding: 2vw
    }

    section.store .store-inner .banners .banner .banner-title .banner-title-en {
        font-size: 30px;
        line-height: 25px;
        white-space: nowrap
    }

    section.store .store-inner .banners .banner .banner-title .banner-title-ja {
        margin-top: 5px;
        font-size: 10px;
        transform: scale(0.8);
        transform-origin: left top;
        white-space: nowrap
    }

    section.store .store-inner .banners .banner .banner-arrow {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: white;
        background-color: black;
        position: absolute;
        bottom: 7px;
        right: 7px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    section.store .store-inner .banners .banner .banner-arrow.box-arrow-white {
        color: black;
        background-color: white
    }

    section.store .store-inner .store-txt-01 {
        margin-top: 30px;
        font-size: 12px;
        line-height: 1.5em;
        text-align: center;
        color: white
    }

    section.store .store-inner .store-txt-kome {
        margin-top: 10px;
        font-size: 10px;
        text-align: center;
        color: white
    }



    section.products {
        margin-top: -5px;
        padding: 40px 0;
        box-sizing: border-box;
    }

    section.products .products-title {
        position: relative;
        display: flex;
        justify-content: flex-end
    }

    section.products .products-title .title-copy {
        width: 125px;
        position: absolute;
        top: 11px;
        right: 150px
    }

    section.products .products-title .title-main {
        font-size: 60px;
        line-height: 0.91em;
        position: relative;
        display: inline-block;
        padding: 0 5vw 0px 0;
        white-space: nowrap;
        text-align: right;
        letter-spacing: -0.02em;
        box-sizing: border-box;
    }

    section.products .products-title .title-main::after {
        content: "";
        width: 100%;
        height: 6px;
        display: block;
        position: absolute;
        bottom: -6px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    section.products .boxes {
        padding: 0 3vw
    }

    section.products .boxes.boxes-01 {
        margin-top: 40px
    }

    section.products .boxes.boxes-01 .content-box-txts {
        position: relative;
        display: flex;
        width: 100%;
        padding: 12px 0 12px 0;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        background: #f1f1f1;
        margin-top: 0px;
        font-weight: 500;
        box-sizing: border-box;
        z-index: -1;
    }

    section.products .boxes.boxes-01 .content-box-txts::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        background-image: url(../../../images/campaign/coolcolor/banner-bottom.png);
        background-size: 100% 100%;
        z-index: -1;
    }

    section.products .lineup-title {
        margin-top: 50px;
        text-align: center;
        background: #898989;
        padding: 10px 0;
        color: #ffffff;
        letter-spacing: 0.1em;
        box-sizing: border-box;
    }

    section.products .lineup-title h2.lineup-title-txt .font-DIN-C.font-a1-M {
        font-weight: 500;
    }

    section.products .boxes.boxes-02 {
        margin-top: 30px;
        padding-bottom: 40px;
        box-sizing: border-box;
    }

    section.products .boxes .box {
        display: block;
        position: relative;
        margin-top: 5vw
    }

    section.products .boxes .box .box-arrow {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        color: white;
        background-color: black;
        position: absolute;
        bottom: 6px;
        right: 6px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    section.products .boxes .box .box-arrow.box-arrow-white {
        color: black;
        background-color: white
    }
}

@media screen and (min-width: 769px) {
    section.products {
        margin-top: 30px;
        padding: 100px 0;
    }

    section.products .products-title {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: flex-end
    }

    section.products .products-title .title-copy {
        width: 250px;
        position: absolute;
        top: 27px;
        right: 340px
    }

    section.products .products-title .title-main {
        font-size: 120px;
        line-height: 0.91em;
        position: relative;
        display: inline-block;
        padding: 0 100px 5px 0;
        text-align: right;
        white-space: nowrap;
        letter-spacing: -0.02em
    }

    section.products .products-title .title-main::after {
        content: "";
        width: 100%;
        height: 8px;
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0;
        z-index: 1;
        background-color: black
    }

    section.products .boxes {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 100px;
    }

    section.products .boxes .box:nth-child(2n) {
        margin-left: 40px;
    }

    section.products .boxes.boxes-01 .content-box-txts {
        position: relative;
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.2em;
        background: #f1f1f1;
        z-index: -1;
    }

    section.products .boxes.boxes-01 .content-box-txts::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        background-image: url(../../../images/campaign/coolcolor/banner-bottom.png);
        background-size: 100% 100%;
        z-index: -1;
    }

    section.products .boxes.boxes-01 .content-box-txts p {
        position: relative;
    }


    section.products .lineup-title {
        margin-top: 70px;
        text-align: center;
        background: #898989;
        padding: 15px 0;
        color: #ffffff;
        letter-spacing: 0.1em;
    }

    section.products .lineup-title h2.lineup-title-txt .font-DIN-C.font-a1-M {
        font-weight: 500;
    }

    section.products .boxes.boxes-02 {
        margin-top: 0px;
        padding-bottom: 0px
    }

    section.products .boxes .box {
        width: 580px;
        display: block;
        position: relative;
        margin-top: 40px
    }

    section.products .boxes .box:hover .box-arrow {
        transform: scale(1.1)
    }

    section.products .boxes .box-arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: white;
        background-color: black;
        position: absolute;
        right: 20px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s;
        cursor: pointer;
    }
    section.products .boxes .box-arrow .icon-arrow-right-01{
        padding-left: 6px;
    }

    section.products .boxes .box-arrow.box-arrow-white {
        color: black;
        background-color: white
    }
}

@media screen and (max-width: 768px) {
    .floating-cart {
        position: fixed;
        bottom: -100px;
        left: 50%;
        z-index: 150;
        transform: translateX(-50%);
        width: 92vw;
        max-width: 400px;
        height: 50px;
        border-radius: 30px;
        background-color: white;
        border: 2px solid #E74291;
        color: #E74291;
        font-size: 20px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: bottom 0.5s
    }

    .floating-cart.show {
        bottom: 10px
    }

    .floating-cart img {
        width: 30px;
        margin-right: 10px
    }
}

@media screen and (min-width: 769px) {
    .floating-cart {
        display: none
    }
}

/************************************************************
.store-cta-linker LARGE
  *************************************************************/
@media screen and (min-width: 769px) {
    .store-cta-linker {
        padding: 50px 0;
    }

    .store-cta-linker .store-cta-linker-btn {
        margin: 0 auto;
        width: 1000px;
        height: 100px;
        background-color: black;
        color: #FFF;
        position: relative;
        display: block;
        padding-top: 10px;
        text-align: center;
    }

    .store-cta-linker .store-cta-linker-btn:hover .icon {
        transform: translateY(-50%) scale(1.2);
    }

    .store-cta-linker .store-cta-linker-btn .icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        transition: transform .2s;
        will-change: transform;
    }

    .store-cta-linker .store-cta-linker-btn .icon::after {
        content: "\e900";
        font-size: 10px;
        display: inline-block;
        transform: rotate(90deg);
        font-family: 'icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .store-cta-linker .store-cta-linker-btn .btn-txt-01 {
        text-align: center;
        /* font-family: "DINNextLTPro-Condensed"; */
        font-family: "din-condensed", sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 300;
        line-height: 170%;
        /* 44.2px */
        position: relative;
        display: inline-block;
    }

    .store-cta-linker .store-cta-linker-btn .btn-txt-01::before {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        background-color: white;
        position: absolute;
        top: 6px;
        left: -20px;
        transform: rotate(-28deg);
        border-radius: 3px;
    }

    .store-cta-linker .store-cta-linker-btn .btn-txt-01::after {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        background-color: white;
        position: absolute;
        top: 6px;
        right: -20px;
        transform: rotate(28deg);
        border-radius: 3px;
    }

    .store-cta-linker .store-cta-linker-btn .btn-txt-02 {
        margin-top: -11px;
        color: #FFF;
        text-align: center;
        /* font-family: "A1ゴシック M", sans-serif; */
        font-family: "Noto Sans Jp", sans-serif;
        font-size: 28px;
        letter-spacing: 0.1em;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        /* 51px */
    }
}


/************************************************************
Scroll to top
*************************************************************/
@media screen and (max-width: 768px) {
    #scroll-to-top {
        z-index: 100;
        bottom: 20px;
        right: 20px;
        position: fixed;
        width: 85px;
        height: 195px;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
    }

    #scroll-to-top.on {
        opacity: 1;
        pointer-events: auto;
    }

    #scroll-to-top a {
        cursor: pointer;
        transition: opacity 0.3s;
    }

    #scroll-to-top a:hover {
        opacity: 0.8;
    }

    #scroll-to-top a img {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    #scroll-to-top {
        z-index: 100;
        bottom: 60px;
        right: 15px;
        position: fixed;
        width: 58px;
        height: 132px;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
    }

    #scroll-to-top.on {
        opacity: 1;
        pointer-events: auto;
    }

    #scroll-to-top a {
        cursor: pointer;
        transition: opacity 0.3s;
    }

    #scroll-to-top a:hover {
        opacity: 0.8;
    }

    #scroll-to-top a img {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .breadcrumbs {
        position: relative;
        display: inline-block;
        height: 60px;
        line-height: 50px;
        margin-left: 60px;
        transform-origin: 0 0;
        transform: translateY(33px) scale(0.9);
    }

    .breadcrumbs ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0 7px;
        min-width: 84px;
        height: 20px;
        max-width: calc(100vw - 10px);
        overflow-y: hidden;
        overflow-x: auto;
        position: relative
    }

    .breadcrumbs ul li {
        display: inline-block;
        vertical-align: top;
        list-style: none;
        font-size: 10px;
        margin-right: 3px;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 20px
    }

    .breadcrumbs ul li:nth-child(n+2):before {
        content: "\003e";
        margin-right: 3px
    }

    .breadcrumbs ul li a:hover span {
        opacity: .5 !important
    }
}

@media screen and (min-width: 769px) {
    .breadcrumbs {
        position: relative;
        display: flex;
        height: 80px;
        overflow: hidden;
        margin: 0 0 0 200px;
        align-items: center;
        z-index: 2
    }

    .breadcrumbs ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0 10px;
        min-width: 168px;
        height: 30px;
        position: relative
    }

    .breadcrumbs ul li {
        display: inline-block;
        vertical-align: top;
        list-style: none;
        font-size: 11px;
        margin-right: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 30px
    }

    .breadcrumbs ul li:nth-child(n+2):before {
        content: "\003e";
        margin-right: 5px
    }

    .breadcrumbs ul li a:hover span {
        opacity: .5 !important
    }
}

/* 使用上の注意（content-note.php）— enable_basic_css 無効時も bonding 系LPと同様に表示 */
@media screen and (max-width: 768px) {
    section.notes-container {
        width: 100%;
        background-color: #fff;
        padding: 9.3vw 0;
        color: white;
    }

    section.notes-container .notes-container-inner {
        width: 87.2vw;
        margin: 0 auto;
    }

    section.notes-container .notes-container-inner section {
        width: 100%;
        background-color: #fff;
    }

    section.notes-container .notes-container-inner section:nth-child(n+2) {
        margin-top: 6.4vw;
    }

    section.notes-container .input-acd {
        display: none;
    }

    section.notes-container .input-acd:checked+.label-acd+.content {
        max-height: 4000px;
        opacity: 1;
        visibility: visible;
    }

    section.notes-container .input-acd:checked+.label-acd .btn .arrow span.icon-arrow-right-01 {
        transform: rotate(-90deg);
    }

    section.notes-container .btn {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        border: 1px solid #000;
    }

    section.notes-container .btn span.icon-arrow-right-01 {
        position: absolute;
        top: 50%;
        right: 4vw;
        font-size: 10px;
        margin-top: -4px;
        transform: rotate(90deg);
        color: #000;
    }

    section.notes-container .content {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        transition: .5s;
        background-color: white;
        color: black;
    }

    section.notes-container section.notes h3 {
        font-size: 15px;
        color: #000;
    }

    section.notes-container section.notes .content .content-inner {
        padding: 22px 20px;
    }

    section.notes-container section.notes .content .content-inner h4 {
        font-size: 14px;
        text-align: center;
        line-height: 1.5em;
    }

    section.notes-container section.notes .content .content-inner h4:nth-of-type(n+2) {
        margin-top: 22px;
    }

    section.notes-container section.notes .content .content-inner ul {
        margin: 20px 0 0 20px;
        font-size: 12px;
        line-height: 1.75em;
    }

    section.notes-container section.notes .content .content-inner p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.75em;
        text-indent: -1.5em;
        padding-left: 1.5em;
    }

    section.notes-container section.notes .content .content-inner p.ind1 {
        margin-left: 1.5em;
    }

    section.notes-container section.qa h3 {
        font-size: 27px;
        font-weight: normal;
        padding-top: 0.2em;
    }

    section.notes-container section.qa .content .content-inner {
        padding: 0 24px 24px;
    }

    section.notes-container section.qa .content .content-inner .q-box {
        margin-top: 36px;
        position: relative;
        padding-left: 48px;
        min-height: 36px;
    }

    section.notes-container section.qa .content .content-inner .q-box::before {
        content: "Q";
        width: 36px;
        height: 36px;
        color: white;
        font-size: 24px;
        font-family: "din-condensed", sans-serif;
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    section.notes-container section.qa .content .content-inner .q-box p {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.714em;
    }

    section.notes-container section.qa .content .content-inner .q-box p.ind-1 {
        text-indent: -0.5em;
    }

    section.notes-container section.qa .content .content-inner .a-box {
        margin-top: 12px;
        position: relative;
        padding-left: 48px;
        min-height: 36px;
    }

    section.notes-container section.qa .content .content-inner .a-box::before {
        content: "A";
        width: 36px;
        height: 36px;
        color: white;
        font-size: 24px;
        font-family: "din-condensed", sans-serif;
        background-color: #e82f8a;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    section.notes-container section.qa .content .content-inner .a-box p {
        font-size: 12px;
        line-height: 1.714em;
    }
}


@media screen and (min-width: 769px) {
    section.notes-container {
        width: 100%;
        background-color: #fff;
        padding: 74px 0;
    }

    section.notes-container .notes-container-inner {
        width: 1032px;
        margin: 0 auto;
    }

    section.notes-container .notes-container-inner section {
        vertical-align: top;
        display: inline-block;
        width: 1032px;
        background-color: white;
    }

    section.notes-container .notes-container-inner section:nth-child(n+2) {
        margin-left: 52px;
    }

    section.notes-container .input-acd {
        display: none;
    }

    section.notes-container .input-acd:checked+.label-acd+.content {
        max-height: 5000px;
        opacity: 1;
        visibility: visible;
    }

    section.notes-container .input-acd:checked+.label-acd .btn .arrow span.icon-arrow-right-01 {
        transform: rotate(-90deg);
    }

    section.notes-container .btn {
        width: 100%;
        height: 73px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        border: 1px solid #000;
    }

    section.notes-container .btn span.icon-arrow-right-01 {
        position: absolute;
        top: 50%;
        right: 24px;
        font-size: 17px;
        margin-top: -8px;
        transform: rotate(90deg);
    }

    section.notes-container .content {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        transition: .5s;
    }

    section.notes-container section.notes h3 {
        font-size: 20px;
    }

    section.notes-container section.notes .content .content-inner {
        padding: 45px 40px;
    }

    section.notes-container section.notes .content .content-inner h4 {
        font-size: 16px;
        text-align: center;
        line-height: 1em;
    }

    section.notes-container section.notes .content .content-inner h4:nth-of-type(n+2) {
        margin-top: 45px;
    }

    section.notes-container section.notes .content .content-inner ul {
        margin: 40px 0 0 20px;
        font-size: 14px;
        line-height: 1.714em;
    }

    section.notes-container section.notes .content .content-inner p {
        margin-top: 40px;
        font-size: 14px;
        line-height: 1.714em;
        text-indent: -1.5em;
        padding-left: 1.5em;
    }

    section.notes-container section.notes .content .content-inner p.ind1 {
        margin-left: 1.5em;
    }

    section.notes-container section.notes .content .content-inner p:nth-child(n+3) {
        margin-top: 30px;
    }

    section.notes-container section.qa h3 {
        font-size: 30px;
        font-weight: normal;
        padding-top: 0.2em;
    }

    section.notes-container section.qa .content .content-inner {
        padding: 12px 30px 36px;
    }

    section.notes-container section.qa .content .content-inner .q-box {
        margin-top: 36px;
        position: relative;
        padding-left: 66px;
        padding-top: 0px;
        min-height: 48px;
    }

    section.notes-container section.qa .content .content-inner .q-box::before {
        content: "Q";
        width: 48px;
        height: 48px;
        color: white;
        font-size: 30px;
        font-family: "din-condensed", sans-serif;
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    section.notes-container section.qa .content .content-inner .q-box p {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.714em;
    }

    section.notes-container section.qa .content .content-inner .q-box p.ind-1 {
        text-indent: -0.5em;
    }

    section.notes-container section.qa .content .content-inner .a-box {
        margin-top: 12px;
        position: relative;
        padding-left: 66px;
        padding-top: 0px;
        min-height: 48px;
    }

    section.notes-container section.qa .content .content-inner .a-box::before {
        content: "A";
        width: 48px;
        height: 48px;
        color: white;
        font-size: 30px;
        font-family: "din-condensed", sans-serif;
        background-color: #e82f8a;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    section.notes-container section.qa .content .content-inner .a-box p {
        font-size: 14px;
        line-height: 1.714em;
    }
}