/** Shopify CDN: Minification failed

Line 12:8 Expected URL token but found "url("
Line 12:69 Unterminated string token
Line 18:19 Unterminated string token
Line 2594:0 Expected ")" to go with "("

**/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,800,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;
400;
500;
600;
700;
800;
900&display=swap");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
html, body {
    width: 100%;
    height: 100%;
}
html {
    font-size: 62.5%;
}
body {
    min-width: 320px;
    max-width: 100%;
    position: relative;
    display: block;
    overflow-x: hidden;
    line-height: 1.8;
    background: #fff;
    font-family: YakuHanJP, 'Noto Sans JP', 'Inter','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0em;
    font-weight: 500;
    font-size: 1.4rem;
    color: #000;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    outline: none !important;
}
video {
    outline: none !important;
}
a:hover {
    opacity: 0.5;
}
ul {
    margin-left: 0;
    padding-left: 0;
}
ul li {
    list-style-type: none;
}
p {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
}
img {
    max-width: 100%;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img.cover, video.cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.main {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.container {
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 0 5.4%;
}
.ttl {
    font-family: Inter;
    font-size: 2.4rem;
    font-weight: 700;
}
.text-center {
    text-align: center;
}
br.sp-inline {
    display: inline;
    display: none;
}
.bnr {
    display: block;
    text-align: center;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 12px;
}
.bnr.bnr-white {
    background: #fff;
}
.bnr.bnr-solid {
    color: #EF5671;
    border: 1px solid #EF5671;
    font-size: 14px;
    padding: 8px 10px;
    max-width: 260px;
    margin: 0 auto;
    position: relative;
}
.bnr.bnr-solid span {
    position: absolute;
    top: calc(50% - 9px);
    left: 20px;
}
.bnr.bnr-offical {
    background: #FFD100;
    color: #000;
}
.bnr.bnr-rakuten {
    color: #BF0C0C;
    border: 1px solid #BF0C0C;
}
.bnr.bnr-amazon {
    color: #444;
    border: 1px solid #666;
}
.bnr.bnr-shop {
    color: #fff;
    border: 1px solid #aaa;
    background: #aaa;
}
.link {
    color: #EF5671 !important;
    position: relative;
    font-weight: 700;
    font-size: 17px;
    display: inline-block;
}
.link span {
    display: inline-block;
    position: relative;
    width: 9px;
    margin-left: 9px;
    top: 2px;
}
.link span img {
    width: 100%;
}
@media screen and (max-width: 990px) {
    .bnr {
        font-size: 13px;
        padding: 8px 8px;
    }
    .link {
        font-size: 14px;
    }
    .link span {
        width: 7px;
        top: 1px;
        margin-left: 7px;
    }
}
.gnav-toggle {
    display: block;
    width: 54px;
    height: 54px;
    background: #fff;
    position: fixed;
    right: 20px;
    top: 20px;
    background-size: 2533px 800px;
    z-index: 200;
    cursor: pointer;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.gnav-toggle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.gnav-toggle span {
    display: block;
    width: 7px;
    height: 7px;
    background: #000;
    position: absolute;
    z-index: 20;
    border-radius: 50%;
    top: calc(50% - 3px);
    border-radius: 50%;
}
.gnav-toggle span.bar-first {
    left: 11px;
    background: #EF5671;
}
.gnav-toggle span.bar-second {
    left: 24px;
    background: #FFD021;
}
.gnav-toggle span.bar-third {
    left: 37px;
    background: #75C4F0;
}
#gnav-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: #fff;
    background-color: #fff;
    -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.01s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.01s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.01s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.01s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.01s cubic-bezier(0.5, 1, 0.89, 1);
    -webkit-transform: translateY(-115%);
    transform: translateY(-115%);
    overflow: hidden;
    overflow-y: scroll;
    opacity: 0.1;
}
.menu_on {
    overflow: hidden;
}
.menu_on #gnav-menu {
    transform: translateY(0%);
}
.opacity_on #gnav-menu {
    opacity: 1;
}
.anime_on #gnav-menu #gnav-menu-body ul li a span {
    transform: translateY(0%);
}
#gnav-menu-body {
    position: relative;
    z-index: 1;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#gnav-menu-body a {
    color: #000;
}
#gnav-menu-body ul, #gnav-menu-body .bnr {
    padding: 0 6.4% 0 12%;
}
#gnav-menu-body ul {
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin-top: 90px;
    padding: 0 12% 0 12%;
    line-height: 1.4;
}
#gnav-menu-body ul li {
    font-weight: 600;
    font-size: 3.2vw;
    letter-spacing: 0.02em;
    display: block;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}
#gnav-menu-body ul li a {
    color: #EF5671;
    padding: 4px 0;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.34s cubic-bezier(0.25, 1, 0.5, 1);
}
#gnav-menu-body ul li a span {
    display: block;
    transform: translateY(110%);
    transition: all 0.56s cubic-bezier(0.33, 1, 0.68, 1);
}
#gnav-menu-body ul li a:hover {
    opacity: 0.4;
}
@media screen and (max-width: 990px) {
    .gnav-toggle {
        width: 42px;
        height: 42px;
        right: 10px;
        top: 10px;
        box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    }
    .gnav-toggle span {
        width: 6px;
        height: 6px;
    }
    .gnav-toggle span.bar-first {
        left: 8px;
    }
    .gnav-toggle span.bar-second {
        left: 18px;
    }
    .gnav-toggle span.bar-third {
        left: 28px;
    }
    #gnav-menu-body ul li {
        font-size: 40px;
    }
}
.kv {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #F34B58;
    background-color: #F34B58;
    background: url(kv.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.kv .kv-logo {
    position: absolute;
    z-index: 5;
    left: 20px;
    top: 20px;
}
.kv .kv-copy {
    position: absolute;
    left: 8vw;
    top: 26%;
}
.kv .kv-copy h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 76px;
    line-height: 1.4;
    letter-spacing: 0.025em;
    margin-left: -4px;
}
.kv .kv-copy h1 small {
    font-size: 88%;
}
.kv .kv-copy h2 {
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 42px;
}
.kv .kv-copy .bnr {
    width: 200px;
    margin-left: 4px;
}
.kv .kv-menu {
    position: absolute;
    left: 3%;
    bottom: 2.4%;
}
.kv .kv-menu ul {
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
.kv .kv-menu ul li {
    display: inline-block;
    margin-right: 12px;
    letter-spacing: 0.02em;
}
.kv .kv-menu ul li a {
    color: #fff;
}
@media screen and (max-width: 990px) {
    .kv {
        background: url(kv-sp.jpg) no-repeat center bottom;
        background-size: cover;
    }
    .kv .kv-logo {
        left: 10px;
        top: 10px;
        width: 96px;
    }
    .kv .kv-copy {
        left: 0;
        top: 20%;
        width: 100%;
    }
    .kv .kv-copy h1 {
        text-align: center;
        font-size: 40px;
        display: block;
    }
    .kv .kv-copy h2 {
        font-size: 15px;
        display: block;
        text-align: center;
        margin-bottom: 22px;
    }
    .kv .kv-copy .bnr {
        display: none;
    }
    .kv .kv-menu {
        display: none;
    }
}
.main section p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}
.cont-inner {
    padding: 8% 4%;
}
.cont-ttl {
    line-height: 1.6;
    margin-bottom: 60px;
}
.cont-ttl span, .cont-ttl small {
    display: block;
    text-align: center;
}
.cont-ttl span {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 0.05em;
}
.cont-ttl small {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #7BBA07;
}
.rocking-ttl span {
    font-size: 72px;
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #EF5671;
}
.rocking-ttl small {
    display: block;
    font-weight: 700;
    font-size: 16px;
}
@media screen and (max-width: 990px) {
    .cont-inner {
        padding: 18% 6.4%;
    }
    .cont-ttl {
        margin-bottom: 30px;
    }
    .cont-ttl span {
        font-size: 22px;
    }
    .cont-ttl small {
        font-size: 12px;
    }
    .main section p {
        font-size: 13px;
    }
    .rocking-ttl span {
        font-size: 48px;
    }
    .rocking-ttl small {
        font-size: 13px;
    }
}
.sec-about {
    position: relative;
}
.sec-about .about-loop {
    position: absolute;
    width: 100vw;
    height: 160px;
    overflow: hidden;
    top: calc(50% - 94px);
}
.sec-about .about-loop .loop {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 90px;
    position: absolute;
    width: 6000px;
    color: #F2F2F2;
    display: block;
    height: 160px;
    left: 0;
    top: 0;
    opacity: 0.3;
}
.sec-about .about-loop .loop1 {
    animation: slide1 400s -200s linear infinite;
}
.sec-about .about-loop .loop2 {
    animation: slide2 400s linear infinite;
}
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
.sec-about .about-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 940px;
    margin: 0 auto;
}
.sec-about .about-title {
    text-align: center;
}
.sec-about .about-title h2 {
    font-weight: 800;
    font-size: 44px;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 132px;
    padding: 5px 0 0 0;
}
.sec-about .about-title h2 span {
    text-align: left;
    display: inline-block;
    padding-left: 0.3em;
}
.sec-about .about-title .about-products {
    width: 330px;
    mix-blend-mode: darken;
}
.sec-about .about-txt {
    padding: 7px 0 0 0;
}
.sec-about .about-txt p {
    font-weight: 700;
    font-size: 21px;
    color: #000;
    margin-bottom: 22px;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 990px) {
    .sec-about .about-wrap {
        display: block;
    }
    .sec-about .about-loop {
        top: calc(18% - 62px);
    }
    .sec-about .about-loop .loop {
        width: 3400px;
    }
    .sec-about .about-title h2 {
        font-size: 34px;
        letter-spacing: 0.25em;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    .sec-about .about-title .about-products {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .sec-about .about-txt p {
        font-size: 16px;
        margin-bottom: 14px;
        font-weight: 500;
        line-height: 1.7;
    }
}
.sec-movie .cont-inner {
    padding-top: 0;
    padding-bottom: 0;
}
.sec-movie a {
    position: relative;
    display: block;
}
.sec-movie a:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon-play2.svg) no-repeat center;
    background-size: contain;
    z-index: 5;
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}
@media screen and (max-width: 990px) {
    .sec-movie a:after {
        width: 70px;
        height: 70px;
        top: calc(50% - 35px);
        left: calc(50% - 35px);
    }
}
.sec-point .rocking-ttl {
    max-width: 1160px;
    margin: 0 auto 40px auto;
}
.sec-point .point-wrap:after {
    content: "01";
    position: absolute;
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 220px;
    color: #fff;
    left: -12px;
    bottom: -40px;
    line-height: 1;
}
.sec-point .point-wrap.point-wrap2:after {
    content: "02";
    right: -12px;
    left: auto;
}
.sec-point .point-wrap.point-wrap3:after {
    content: "03";
}
.sec-point .point-wrap {
    position: relative;
    background: #F5F6F8;
    max-width: 1160px;
    margin: 0 auto 50px auto;
    display: flex;
    border-radius: 30px;
    padding: 56px 5%;
    overflow: hidden;
}
.sec-point .point-wrap .point-txt {
    width: calc(100% - 400px);
    padding-right: 6%;
    padding-top: 30px;
    position: relative;
    z-index: 10;
}
.sec-point .point-wrap .point-txt h3 {
    margin-bottom: 30px;
}
.sec-point .point-wrap .point-txt h3 em {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #EF5671;
    display: block;
    font-style: normal;
    font-size: 12px;
}
.sec-point .point-wrap .point-txt h3 span {
    font-size: 36px;
    display: block;
    line-height: 1.4;
}
.sec-point .point-wrap .point-txt p {
    font-size: 18px;
    font-weight: 500;
}
.sec-point .point-wrap .point-txt .link {
    margin-top: 15px;
}
.sec-point .point-wrap .point-img {
    width: 400px;
    position: relative;
    z-index: 10;
}
.sec-point .point-wrap.point-wrap2 .point-txt {
    padding-right: 0;
    padding-left: 6%;
}
.sec-point .age-wrap {
    position: relative;
    padding: 40px 0 40px 0;
    max-width: 520px;
    margin: 0 auto;
}
.sec-point .age-wrap .age-detail:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    background: #000;
    left: 43px;
    top: 0;
}
.sec-point .age-wrap .age-detail.age-detail3:before {
    display: none;
}
.sec-point .age-wrap .age-detail.age-detail1 .age-info h3 {
    padding: 10px 0 0 0;
}
.sec-point .age-wrap .age-detail.age-detail2 .age-info h3 {
    position: relative;
    top: -4px;
}
.sec-point .age-wrap .age-detail.age-detail3 .age-info h3 {
    padding: 8px 0 0 0;
}
.sec-point .age-wrap .age-detail {
    position: relative;
    display: flex;
}
.sec-point .age-wrap .age-icon {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #000;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    background: #fff;
    line-height: 1.62;
    position: relative;
}
.sec-point .age-wrap .age-icon span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.sec-point .age-wrap .age-info {
    width: 380px;
    padding-left: 44px;
    padding-bottom: 46px;
}
.sec-point .age-wrap .age-info h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}
.sec-point .age-wrap .age-info h3 sup {
    font-size: 40%;
}
.sec-point .age-wrap .age-info h3 small {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}
.sec-point .age-wrap .age-info .age-pict {
    width: 310px;
    margin-bottom: 12px;
}
.sec-point .age-wrap .age-info p {
    font-size: 11px;
    position: relative;
    line-height: 1.4;
    padding-left: 13px;
}
.sec-point .age-wrap .age-info p span {
    position: absolute;
    left: 0;
}
.sec-point .point-comment {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px;
    border: 5px solid #EFEFEF;
    border-radius: 18px;
}
.sec-point .point-comment h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.sec-point .point-comment .comment-wrap {
    display: flex;
}
.sec-point .point-comment .comment-wrap .comment-txt {
    width: calc(100% - 310px);
    padding-left: 34px;
}
.sec-point .point-comment .comment-wrap .comment-txt p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 15px;
    line-height: 1.7;
}
.sec-point .point-comment .comment-wrap .comment-pict {
    width: 310px;
}
.sec-point .profile-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.sec-point .profile-wrap .profile-pict {
    width: 190px;
    padding: 10px 0 0 0;
}
.sec-point .profile-wrap .profile-txt {
    width: calc(100% - 190px);
    padding-right: 40px;
}
.sec-point .profile-wrap .profile-txt h3 {
    padding: 6px 0 15px 0;
    font-size: 22px;
}
.sec-point .profile-wrap .profile-txt h3 span {
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    margin-left: 16px;
}
.sec-point .profile-wrap .profile-txt p {
    line-height: 1.6;
    margin-bottom: 5px;
}
.sec-point .profile-wrap .profile-txt .link {
    font-size: 13px;
    margin-left: auto;
}
.sec-point .profile-wrap .profile-txt .link span {
    width: 7px;
    margin-left: 7px;
}
@media screen and (max-width: 990px) {
    .sec-point .rocking-ttl {
        margin-bottom: 34px;
    }
    .sec-point .point-wrap:after {
        font-size: 160px;
    }
    .sec-point .point-wrap.point-wrap2 {
        flex-direction: column;
    }
    .sec-point .point-wrap.point-wrap2 .point-txt {
        padding-left: 0;
    }
    .sec-point .point-wrap {
        padding: 36px 8%;
        border-radius: 16px;
        margin: 0 auto 30px auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .sec-point .point-wrap .point-txt {
        width: 100%;
        padding: 0;
    }
    .sec-point .point-wrap .point-txt h3 {
        margin-bottom: 18px;
    }
    .sec-point .point-wrap .point-txt h3 em {
        font-size: 10px;
    }
    .sec-point .point-wrap .point-txt h3 span {
        font-size: 28px;
    }
    .sec-point .point-wrap .point-txt p {
        font-size: 14px;
        font-weight: 500;
    }
    .sec-point .point-wrap .point-txt .link {
        margin-top: 11px;
    }
    .sec-point .point-wrap .point-img {
        width: 100%;
        max-width: 235px;
        margin: 0 auto 20px auto;
    }
    .sec-point .age-wrap {
        width: 300px;
        padding-bottom: 24px;
    }
    .sec-point .age-wrap .age-detail:before {
        top: 10%;
        height: 90%;
        left: 50%;
    }
    .sec-point .age-wrap .age-detail {
        display: block;
    }
    .sec-point .age-wrap .age-detail.age-detail1 .age-info h3 {
        padding: 14px 0 10px 0;
    }
    .sec-point .age-wrap .age-icon {
        width: 60px;
        height: 60px;
        line-height: 1.4;
        font-size: 10px;
        margin: 0 auto;
    }
    .sec-point .age-wrap .age-icon span {
        font-size: 36px;
    }
    .sec-point .age-wrap .age-info {
        padding-left: 0;
        position: relative;
        background: #fff;
        z-index: 5;
        width: 300px;
        margin: 0 auto;
    }
    .sec-point .age-wrap .age-info h3 {
        text-align: center;
        display: block;
        padding: 14px 0 10px 0;
        font-size: 24px;
    }
    .sec-point .age-wrap .age-info h3 small {
        font-size: 15px;
        margin-bottom: 1px;
    }
    .sec-point .age-wrap .age-info p {
        font-size: 10px;
        line-height: 1.6;
    }
    .sec-point .age-wrap .age-info .age-pict {
        width: 260px;
        margin: 0 auto 16px auto;
    }
    .sec-point .point-comment {
        border-radius: 12px;
        padding: 36px 6.6%;
    }
    .sec-point .point-comment h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .sec-point .point-comment .comment-wrap {
        flex-wrap: wrap;
    }
    .sec-point .point-comment .comment-wrap .comment-pict {
        width: 100%;
        margin-bottom: 24px;
    }
    .sec-point .point-comment .comment-wrap .comment-pict img {
        max-width: 180px;
        display: block;
        margin: 0 auto;
    }
    .sec-point .point-comment .comment-wrap .comment-txt {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .sec-point .point-comment .comment-wrap .comment-txt p {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 1.6;
    }
    .sec-point .point-comment .profile-wrap {
        display: block;
        position: relative;
    }
    .sec-point .point-comment .profile-wrap .profile-pict {
        width: 90px;
        position: absolute;
        left: 0;
        top: 30px;
    }
    .sec-point .point-comment .profile-wrap .profile-txt {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .sec-point .point-comment .profile-wrap .profile-txt h3 {
        padding-left: 106px;
        padding-top: 0;
        padding-bottom: 30px;
        font-size: 18px;
    }
    .sec-point .point-comment .profile-wrap .profile-txt h3 span {
        margin-left: 0;
        display: block;
        font-size: 11px;
        line-height: 1.6;
        padding: 4px 0 0 0;
    }
    .sec-point .point-comment .profile-wrap .profile-txt p {
        font-size: 12px;
    }
    .sec-point .point-comment .profile-wrap .profile-txt .link-wrap {
        text-align: left;
    }
    .sec-point .point-comment .profile-wrap .profile-txt .link-wrap a {
        font-size: 12px;
    }
    .sec-point .point-comment .profile-wrap .profile-txt .link-wrap a span {
        width: 6px;
    }
}
.sec-voice {
    padding-top: 2%;
}
.sec-voice .ttl-wrap {
    padding: 0 8%;
    display: flex;
}
.sec-voice .ttl-wrap p {
    font-weight: 700;
    font-size: 18px;
    padding: 22px 0 5px 90px;
}
.sec-voice .rocking-ttl {
    margin-bottom: 40px;
}
.sec-voice .rocking-ttl span {
    color: #5B83C3;
}
.sec-voice .cont-inner {
    padding-top: 0;
}
.sec-voice .voice-wrap {
    display: flex;
    margin-bottom: 90px;
}
.sec-voice .voice-wrap .voice-image {
    width: calc(100% - 410px);
}
.sec-voice .voice-wrap .voice-image img {
    width: 100%;
}
.sec-voice .voice-wrap .voice-txt {
    width: 640px;
    position: relative;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    border-radius: 20px 20px 0 0;
    z-index: 10;
    margin-left: -16%;
    margin-top: 16%;
}
.sec-voice .voice-wrap .voice-txt h3 {
    font-size: 27px;
    display: block;
    line-height: 1.4;
    margin-bottom: 34px;
}
.sec-voice .voice-wrap .voice-txt h3 span {
    display: block;
    font-size: 15px;
    padding: 7px 0 0 0;
}
.sec-voice .voice-wrap .voice-txt p {
    font-size: 14px;
    display: block;
    line-height: 1.7;
}
.sec-voice .voice-wrap-center {
    text-align: center;
    padding: 8% 0;
}
.sec-voice .voice-wrap-center .cont-inner {
    padding-top: 0;
}
.sec-voice .voice-wrap-center .rocking-ttl {
    margin-bottom: 40px;
}
.sec-voice .voice-wrap-center .rocking-ttl span {
    color: #EE7C15;
}
.sec-voice .voice-wrap-center .voice-image {
    padding: 0%;
}
.sec-voice .voice-wrap-center .voice-image ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100vw - 10vw);
    margin: 40px 0 0 0;
}
.sec-voice .voice-wrap-center .voice-image li {
    width: 25%;
}
.sec-voice .voice-wrap-center .voice-image span {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    overflow: hidden;
}
.sec-voice .voice-wrap.voice-wrap-right .voice-txt {
    margin-left: 0;
    margin-right: -16%;
}
@media screen and (max-width: 990px) {
    .sec-voice {
        padding-bottom: 1%;
    }
    .sec-voice .ttl-wrap {
        display: block;
    }
    .sec-voice .ttl-wrap p {
        font-weight: 500;
        font-size: 14px;
        padding: 0;
        margin-bottom: 40px;
    }
    .sec-voice .rocking-ttl {
        margin-bottom: 30px;
    }
    .sec-voice .cont-inner {
        padding: 0;
    }
    .sec-voice .voice-wrap {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .sec-voice .voice-wrap .voice-image {
        width: 100%;
    }
    .sec-voice .voice-wrap .voice-txt {
        margin-top: -40px;
        margin-left: auto;
        padding: 25px 6.4%;
        width: 90%;
        border-radius: 14px 0 0 0;
    }
    .sec-voice .voice-wrap .voice-txt h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .sec-voice .voice-wrap .voice-txt h3 span {
        font-size: 12px;
        padding: 4px 0 0 0;
    }
    .sec-voice .voice-wrap .voice-txt p {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec-voice .voice-wrap.voice-wrap-right {
        flex-direction: column-reverse;
    }
    .sec-voice .voice-wrap.voice-wrap-right .voice-txt {
        margin-left: 0;
        margin-right: auto;
        border-radius: 0 14px 0 0;
    }
    .voice-wrap-center .voice-image {
        padding: 0%;
    }
    .voice-wrap-center .voice-image li {
        width: 50% !important;
    }
}
.cont-cover {
    position: relative;
    width: 100%;
    height: 90vh;
    background: none;
}
.cover-visual {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(visual-cover.jpg) no-repeat center;
    background-size: cover;
    left: 0;
    top: 0;
}
section {
    background: #fff;
}
@media screen and (max-width: 990px) {
    .cover-visual {
        background: url(visual-cover-sp.jpg) no-repeat center;
        background-size: cover;
    }
}
.cont-assembly .cont-inner {
    padding-left: 8%;
    padding-right: 8%;
}
.cont-assembly .assembly-wrap {
    display: flex;
    margin-left: -24px;
}
.cont-assembly .assembly-wrap .assembly-step {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}
.cont-assembly .assembly-wrap .assembly-step .step {
    width: 50%;
    padding: 0 24px;
    margin-bottom: 48px;
    position: relative;
}
.cont-assembly .assembly-wrap .assembly-step .step .icon {
    width: 54px;
    height: 54px;
    background: #7BBA07;
    color: #fff;
    line-height: 1.1;
    position: absolute;
    display: block;
    z-index: 8;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    left: 16px;
    top: -10px;
}
.cont-assembly .assembly-wrap .assembly-step .step .icon small, .cont-assembly .assembly-wrap .assembly-step .step .icon span {
    display: block;
    text-align: center;
}
.cont-assembly .assembly-wrap .assembly-step .step .icon small {
    font-size: 11px;
    padding: 9px 0 0 0;
}
.cont-assembly .assembly-wrap .assembly-step .step .icon span {
    font-size: 23px;
}
.cont-assembly .assembly-wrap .assembly-step .step .pict {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
}
.cont-assembly .assembly-wrap .assembly-step .step h3 {
    line-height: 1.6;
    display: block;
    font-size: 15px;
    padding: 14px 0 0 0;
}
.cont-assembly .assembly-wrap .assembly-movie {
    width: 40%;
    padding-left: 24px;
}
.cont-assembly .assembly-wrap .assembly-movie a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 65px;
    height: 65px;
    background: url(../images/icon-play.svg) no-repeat center;
    background-size: contain;
    bottom: calc(20% - 32px);
    left: calc(50% - 32px);
}
.cont-assembly .assembly-wrap .assembly-movie a {
    display: block;
    width: 100%;
    height: calc(100% - 48px);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
}
.cont-assembly .assembly-wrap .assembly-movie a span {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 120px);
    background: url(movie-thumb.jpg) no-repeat center;
    background-size: contain;
}
@media screen and (max-width: 990px) {
    .cont-assembly .cont-inner {
        padding-bottom: 4%;
    }
    .cont-assembly .assembly-wrap {
        display: block;
        margin-left: 0;
    }
    .cont-assembly .assembly-wrap .assembly-movie {
        width: 100%;
        padding-bottom: 62%;
        padding-left: 0;
        position: relative;
        margin-bottom: 8%;
    }
    .cont-assembly .assembly-wrap .assembly-movie a {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .cont-assembly .assembly-wrap .assembly-movie a span {
        width: 100%;
        height: 90%;
        top: 5%;
    }
    .cont-assembly .assembly-wrap .assembly-movie a:before {
        content: "";
        z-index: 2;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.2;
        position: absolute;
    }
    .cont-assembly .assembly-wrap .assembly-movie a:after {
        bottom: auto;
        top: calc(50% - 32px);
        opacity: 1;
        z-index: 10;
    }
    .cont-assembly .assembly-wrap .assembly-step {
        width: 100%;
        margin: 0;
    }
    .cont-assembly .assembly-wrap .assembly-step .step {
        padding: 0 0px;
        width: 100%;
        margin-bottom: 30px;
    }
    .cont-assembly .assembly-wrap .assembly-step .step .icon {
        width: 50px;
        height: 50px;
        left: -6px;
        top: -6px;
    }
    .cont-assembly .assembly-wrap .assembly-step .step .icon small {
        font-size: 10px;
    }
    .cont-assembly .assembly-wrap .assembly-step .step .icon span {
        font-size: 21px;
    }
    .cont-assembly .assembly-wrap .assembly-step .step h3 {
        font-size: 14px;
        padding: 10px 0 0 0;
    }
}
.cont-product.cont-safe .cont-inner {
    padding-top: 0;
    padding-bottom: 8.4%;
}
.cont-product.cont-safe .safe-ttl {
    display: block;
    text-align: center;
    font-size: 34px;
    margin-bottom: 25px;
}
.cont-product.cont-safe .safe-wrap {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    border: 2px solid #E6E6E6;
    border-radius: 30px;
    padding: 60px 60px 24px 60px;
}
@media screen and (max-width: 990px) {
    .cont-product.cont-safe {
        padding: 0px;
        padding-bottom: 14%;
    }
    .cont-product.cont-safe .safe-wrap {
        padding: 30px 24px 10px 24px;
        border-radius: 15px;
    }
    .cont-product.cont-safe .safe-wrap .safe-ttl {
        font-size: 26px;
        margin-bottom: 0px;
    }
}
.cont-about {
    background: #F5F6F8;
}
.cont-about .cont-inner {
    padding-bottom: calc(7% - 90px);
}
.cont-about .about-wrap.about-wrap-right {
    justify-content: flex-end;
}
.cont-about .about-wrap.about-wrap-right .image {
    left: 0;
}
.cont-about .about-wrap {
    position: relative;
    display: flex;
    margin-bottom: 90px;
}
.cont-about .about-wrap .image {
    position: absolute;
    width: 72%;
    height: 100%;
    right: 0;
}
.cont-about .about-wrap .image span {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f2f2f2;
    background-size: cover;
    background-position: center;
    display: block;
}
.cont-about .about-wrap .txt {
    margin-top: 8.6%;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    position: relative;
    background: #fff;
    z-index: 5;
}
.cont-about .about-wrap .txt h3 {
    display: block;
    text-align: center;
    margin-bottom: 18px;
    line-height: 1.5;
    font-size: 24px;
    padding: 98px 0 0 0;
}
.cont-about .about-wrap .txt p {
    max-width: 370px;
    margin: 0 auto;
    color: #222;
}
.cont-about .about-wrap .txt a {
    max-width: 200px;
    display: block;
    text-align: center;
    border: 1px solid #888;
    color: #000;
    padding: 7px 0;
    font-weight: 600;
    margin: 0 auto;
    font-size: 13px;
    border-radius: 60px;
    margin-top: 28px;
}
@media screen and (max-width: 990px) {
    .cont-about .cont-ttl {
        line-height: 1.4;
    }
    .cont-about .cont-inner {
        position: relative;
        padding-bottom: calc(16% - 40px);
    }
    .cont-about .about-wrap.about-wrap-right .txt {
        margin-right: -55px;
        padding-right: 12px;
        margin-left: 0;
        padding-left: 0;
    }
    .cont-about .about-wrap {
        margin-bottom: 40px;
    }
    .cont-about .about-wrap .image {
        width: 94.6%;
    }
    .cont-about .about-wrap .image span {
        height: auto;
        padding-bottom: 62%;
    }
    .cont-about .about-wrap .txt {
        width: 360px;
        height: 360px;
        margin-top: 42vw;
        margin-left: -55px;
        padding-left: 12px;
    }
    .cont-about .about-wrap .txt h3 {
        font-size: 17px;
        padding: 66px 0 0 0;
    }
    .cont-about .about-wrap .txt p {
        font-size: 12px;
        max-width: 240px;
        line-height: 1.6;
    }
    .cont-about .about-wrap .txt a {
        font-size: 12px;
        max-width: 164px;
        margin-top: 23px;
    }
}
.cont-product .cont-inner {
    padding-bottom: 2.8%;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0;
}
.cont-product .rocking-ttl {
    text-align: center;
    margin-bottom: 80px;
}
.cont-product .rocking-ttl span {
    color: #7BBA07;
}
.cont-product .present-article:before, .cont-product .present-article:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
}
.cont-product .present-article:before {
    background: url(../images/icon-ribbbon-top.svg) no-repeat 0 0;
    background-size: contain;
    left: -1px;
    top: -1px;
}
.cont-product .present-article:after {
    background: url(../images/icon-ribbbon-bottom.svg) no-repeat 0 0;
    background-size: contain;
    right: -4px;
    bottom: -1px;
}
.cont-product .present-article {
    border: 2px solid #EF5671;
    border-radius: 10px;
    padding: 14px 20px 10px 28px;
    color: #EF5671;
    max-width: 380px;
    width: 90%;
    margin-top: auto;
    position: relative;
}
.cont-product .present-article h4 {
    text-align: center;
    line-height: 1.4;
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 18px;
}
.cont-product .present-article h4 span {
    display: block;
    position: relative;
    width: 56px;
    margin: 0 auto 8px auto;
}
.cont-product .present-article ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    position: relative;
    max-width: 310px;
    margin: 0 auto;
    font-size: 13px;
}
.cont-product .present-article ul li {
    width: calc(50%);
    padding: 0 5px;
}
.cont-product .present-article ul li span {
    text-align: center;
    display: block;
    background: #EF5671;
    color: #fff;
    line-height: 1.3;
    border-radius: 30px;
    padding: 7px 0 6px 0;
    margin-bottom: 10px;
}
.cont-product .product-detail {
    display: flex;
    padding: 10px 0 40px 0;
}
.cont-product .product-detail figure {
    width: 280px;
}
.cont-product .product-detail .explain {
    width: calc(100% - 280px);
    padding-left: 60px;
}
.cont-product .product-detail .explain h3 {
    font-size: 16px;
}
.cont-product .product-detail .explain h3 span {
    color: #dd2f2f;
    display: inline-block;
    margin-right: 0.3em;
}
.cont-product .product-detail .explain p {
    margin-bottom: 10px;
}
.cont-product .product-detail .explain .explain-detail.last p {
    margin-bottom: 0;
}
.cont-product .product-wrap {
    display: flex;
    padding-bottom: 3%;
}
.cont-product .product-wrap .image {
    width: 65%;
}
.cont-product .product-wrap .spec {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2.2%;
}
.cont-product .product-wrap .spec .spec-info {
    width: 100%;
}
.cont-product .product-wrap .spec h3 {
    display: block;
    line-height: 1.2;
    margin-bottom: 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    padding: 6px 0 0 0;
}
.cont-product .product-wrap .spec h3 small, .cont-product .product-wrap .spec h3 span {
    display: block;
}
.cont-product .product-wrap .spec h3 small {
    font-size: 20px;
    text-indent: 0.1em;
}
.cont-product .product-wrap .spec h3 span {
    font-size: 42px;
}
.cont-product .product-wrap .spec dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.cont-product .product-wrap .spec dl dt, .cont-product .product-wrap .spec dl dd {
    margin-bottom: 4px;
}
.cont-product .product-wrap .spec dl dt {
    width: 140px;
    font-weight: 600;
}
.cont-product .product-wrap .spec dl dd {
    width: calc(100% - 140px);
    font-weight: 400;
    line-height: 1.6;
}
.cont-product .product-wrap .spec .price {
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.cont-product .product-wrap .spec .price small {
    font-size: 16px;
    position: relative;
    display: inline-block;
    top: -1px;
}
.cont-product .product-wrap .spec .bnrs ul li {
    margin-bottom: 18px;
}
.cont-product .product-wrap .spec .bnrs ul li a {
    max-width: 320px;
    background: #FFD100;
    padding: 18px 0;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 60px;
}
.cont-product .product-wrap .spec .bnrs ul li:nth-child(2) a {
    background: #BF0C0C;
    color: #fff;
}
.cont-product .product-wrap .spec .bnrs ul li:nth-child(3) a {
    background: #fff;
    border: 1px solid #666;
    color: #393939;
}
.cont-product .product-attention {
    padding: 5.4% 0 1.2% 0;
    border-top: 1px solid #ddd;
}
.cont-product .product-attention dl dt, .cont-product .product-attention dl dd {
    display: inline-block;
}
.cont-product .product-attention dl dt {
    font-size: 15px;
    margin-right: 14px;
}
.cont-product .product-attention dl dd {
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
}
.cont-product .product-attention dl dd ul {
    padding-left: 1.5em;
}
.cont-product .product-attention dl dd ul li {
    list-style-type: inherit;
}
.cont-product .product-color {
    margin-bottom: 30px;
}
.cont-product .product-color h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 28px;
}
.cont-product .product-color ul {
    display: flex;
    flex-wrap: wrap;
}
.cont-product .product-color ul li:nth-child(1) {
    background: #8DD041;
}
.cont-product .product-color ul li:nth-child(2) {
    background: #E85858;
}
.cont-product .product-color ul li:nth-child(3) {
    background: #5874E8;
}
.cont-product .product-color ul li:nth-child(4) {
    background: #F27E46;
}
.cont-product .product-color ul li:nth-child(5) {
    background: #E25AA8;
}
.cont-product .product-color ul li:nth-child(6) {
    background: #EDC438;
}
.cont-product .product-color ul li:nth-child(7) {
    background: #747474;
}
.cont-product .product-color ul li {
    width: calc(25% - 4px);
    position: relative;
    padding: 2% 3%;
    overflow: hidden;
    border-radius: 8px;
    margin: 2px;
}
.cont-product .product-color ul li span {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    z-index: 4;
    right: 5%;
    top: 3%;
    position: absolute;
    color: #fff;
}
.cont-product .product-bnrs {
    display: flex;
    position: relative;
    max-width: 900px;
    margin: 0 auto 90px auto;
}
.cont-product .product-bnrs ul {
    width: 50%;
    padding: 0 20px;
}
.cont-product .product-bnrs ul li {
    margin-bottom: 15px;
}
.cont-product .product-bnrs ul li a {
    padding: 18px 12px;
}
.cont-product .product-bnrs ul li.tokuten:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: calc(50% - 9px);
    top: -14px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFD100;
    border-left: 15px solid transparent;
}
.cont-product .product-bnrs ul li.tokuten:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: calc(50% - 9px);
    top: -12px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFFBE6;
    border-left: 15px solid transparent;
}
.cont-product .product-bnrs ul li.tokuten {
    background: #FFFBE6;
    border: 1px solid #FFD100;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    margin-top: 25px;
}
.cont-product .product-bnrs ul li.tokuten strong {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}
.cont-product .product-bnrs ul li.tokuten span {
    line-height: 1.5;
    font-weight: 400;
    display: block;
    display: inline-block;
    text-align: left;
}
@media screen and (max-width: 990px) {
    .cont-product .rocking-ttl {
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .cont-product .present-article {
        margin: 0 auto;
        width: 100%;
    }
    .cont-product .present-article ul {
        display: block;
    }
    .cont-product .present-article ul li {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
    .cont-product .present-article ul li span {
        padding: 10px 0 12px 0;
    }
    .cont-product .present-article:before, .cont-product .present-article:after {
        width: 40px;
        height: 40px;
    }
    .cont-product .spec .present-article {
        display: none;
    }
    .cont-product .product-detail {
        padding: 6.4% 0;
        display: block;
    }
    .cont-product .product-detail figure {
        width: 220px;
        position: relative;
        margin: 0 auto 16px auto;
    }
    .cont-product .product-detail .explain {
        width: 100%;
        padding-left: 0;
    }
    .cont-product .product-detail .explain .explain-detail h3 {
        font-size: 15px;
    }
    .cont-product .product-detail .explain .explain-detail p br {
        display: none;
    }
    .cont-product .product-wrap {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .cont-product .product-wrap .image {
        width: 100%;
        margin-bottom: 22px;
    }
    .cont-product .product-wrap .spec {
        width: 100%;
    }
    .cont-product .product-wrap .spec h3 {
        margin-bottom: 28px;
    }
    .cont-product .product-wrap .spec h3 span {
        font-size: 32px;
    }
    .cont-product .product-wrap .spec dl {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .cont-product .product-wrap .spec dl dt {
        width: 120px;
    }
    .cont-product .product-wrap .spec dl dd {
        width: calc(100% - 120px);
    }
    .cont-product .product-wrap .spec .price {
        font-size: 20px;
    }
    .cont-product .product-wrap .spec .price small {
        font-size: 14px;
    }
    .cont-product .product-wrap .spec .bnrs {
        margin: 0 auto;
    }
    .cont-product .product-wrap .spec .bnrs ul li a {
        max-width: 100%;
    }
    .cont-product .product-attention {
        padding: 9% 0 2% 0;
    }
    .cont-product .product-attention dl dt {
        font-size: 13px;
    }
    .cont-product .product-attention dl dd {
        font-size: 12px;
        margin-bottom: 13px;
    }
    .cont-product .product-color h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 18px;
    }
    .cont-product .product-color ul {
        margin-left: -4px;
        margin-right: -4px;
    }
    .cont-product .product-color ul li {
        width: calc(50% - 4px);
        border-radius: 6px;
    }
    .cont-product .product-color ul li span {
        font-size: 12px;
        top: 4px;
        right: 12px;
    }
    .cont-product .product-bnrs {
        display: block;
        padding: 26px 0 0 0;
        margin-bottom: 54px;
    }
    .cont-product .product-bnrs ul {
        width: 100%;
    }
    .cont-product .product-bnrs ul li {
        margin-bottom: 12px;
    }
}
.custom-wrap.custom-wrap-single {
    padding-bottom: 0;
}
.custom-wrap {
    padding-bottom: 8%;
}
.custom-wrap .custom-inner {
    padding: 0 4%;
    position: relative;
    margin-top: -60px;
    z-index: 5;
}
.custom-wrap .custom-ttl {
    padding: 40px 0 0 0;
    border-radius: 16px;
    background: #fff;
}
.custom-wrap .custom-ttl h2 {
    display: block;
    text-align: center;
    font-size: 64px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #F27E46;
}
.custom-wrap .custom-ttl p {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
}
.custom-wrap .custom-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 45px 0 22px 0;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.custom-wrap .custom-list .custom-list-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
    letter-spacing: 0;
}
.custom-wrap .custom-list .custom-list-item .color {
    padding-left: 12px;
    margin-left: 12px;
    display: inline-block;
    position: relative;
    border-left: 1px solid #B9B9B9;
}
.custom-wrap .custom-list .custom-list-item .price {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #555;
}
.custom-wrap .custom-list .custom-list-item .buy a {
    display: inline-block;
    width: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 4px 0 3px 0;
    margin-left: 16px;
    position: relative;
    font-weight: 600;
    top: -2px;
    border-radius: 12px;
}
.custom-wrap .custom-body {
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1160px;
}
.custom-wrap .custom-body .custom-prodcts {
    width: 50%;
    padding: 0 10px;
}
.custom-wrap .custom-body .custom-prodcts span {
    position: relative;
    max-width: 320px;
    display: block;
    margin: 0 auto;
}
.custom-wrap .custom-body .custom-prodcts h2 {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 0 0 14px 0;
}
.custom-wrap .custom-body .custom-prodcts ul {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -10px;
    margin-left: -10px;
}
.custom-wrap .custom-body .custom-prodcts ul li {
    margin-bottom: 12px;
    width: 50%;
    padding: 0 6px;
}
.custom-wrap .custom-body .custom-prodcts ul li a {
    font-size: 13px;
}
.custom-wrap .bnr-simulation {
    padding: 40px 0 0 0;
    position: relative;
    max-width: 424px;
    margin: 0 auto;
}
.custom-wrap .bnr-simulation .simulation-ttl {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.custom-wrap .bnr-simulation a {
    display: block;
    position: relative;
    color: #fff;
    background: #EF5671;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0 20px 16px;
    border-radius: 50px;
}
.custom-wrap .bnr-simulation a span {
    position: absolute;
    left: 34px;
}
@media screen and (max-width: 990px) {
    .custom-wrap.custom-wrap-single {
        padding-bottom: 24px;
        margin-bottom: 0;
    }
    .custom-wrap {
        margin-bottom: 50px;
    }
    .custom-wrap .custom-inner {
        margin-top: 0;
    }
    .custom-wrap .custom-ttl {
        border-radius: 8px;
        padding: 12px 0 0 0;
    }
    .custom-wrap .custom-ttl h2 {
        font-size: 38px;
        line-height: 1.5;
    }
    .custom-wrap .custom-ttl p {
        font-size: 13px;
        letter-spacing: 0;
    }
    .custom-wrap .custom-list {
        margin-top: 24px;
        padding: 0px 0px 0px 0px;
        display: block;
    }
    .custom-wrap .custom-list .custom-list-item-first {
        border-top: 1px solid #eee;
    }
    .custom-wrap .custom-list .custom-list-item {
        width: 100%;
        display: block;
        font-size: 11px;
        position: relative;
        letter-spacing: 0;
        padding: 15px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
    }
    .custom-wrap .custom-list .custom-list-item .name {
        padding-right: 60px;
    }
    .custom-wrap .custom-list .custom-list-item .price {
        display: block;
        padding: 3px 0 0 0;
    }
    .custom-wrap .custom-list .custom-list-item .color {
        padding-left: 6px;
        margin-left: 6px;
    }
    .custom-wrap .custom-list .custom-list-item .buy {
        position: absolute;
        right: 0;
        top: calc(50% - 10px);
    }
    .custom-wrap .custom-list .custom-list-item .buy a {
        font-size: 11px;
        width: 46px;
    }
    .custom-wrap .custom-body {
        display: block;
        padding: 0;
    }
    .custom-wrap .custom-body .custom-prodcts.custom-prodcts1 {
        margin-bottom: 10px;
    }
    .custom-wrap .custom-body .custom-prodcts {
        width: 100%;
        padding: 0 0px 8px 0px;
    }
    .custom-wrap .custom-body .custom-prodcts span {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .custom-wrap .custom-body .custom-prodcts h2 {
        font-size: 16px;
        padding: 0 0 8px 0;
    }
    .custom-wrap .custom-body .custom-prodcts ul {
        display: block;
    }
    .custom-wrap .custom-body .custom-prodcts ul li {
        width: 100%;
        padding: 0;
    }
    .custom-wrap .custom-body .custom-prodcts ul li a {
        padding: 13px 10px;
        font-size: 13px;
    }
    .custom-wrap .bnr-simulation {
        padding: 30px 0 0 0;
    }
    .custom-wrap .bnr-simulation .simulation-ttl {
        font-size: 16px;
    }
    .custom-wrap .bnr-simulation a {
        font-size: 14px;
        padding: 20px 0 20px 10px;
        width: 90%;
        margin: 0 auto;
    }
    .custom-wrap .bnr-simulation a span {
        width: 24px;
        left: 28px;
    }
}
.cont-lineup {
    padding: 4% 0;
}
.cont-lineup .lineup-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
.cont-lineup .lineup-wrap .lineup {
    width: calc(50% - 36px);
}
.cont-lineup .lineup-wrap .lineup figure {
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}
.cont-lineup .lineup-wrap .lineup h3 {
    display: block;
    text-align: center;
    padding: 20px 0;
    line-height: 1.5;
    font-size: 22px;
}
.cont-lineup .lineup-wrap .lineup h3 small {
    display: block;
}
.cont-lineup .lineup-wrap .lineup p {
    position: relative;
    max-width: 410px;
    margin: 0 auto 15px auto;
}
.cont-lineup .lineup-wrap .lineup .link-wrap {
    text-align: center;
}
.cont-lineup .lineup-wrap .lineup .link-wrap a {
    color: #2A88CC;
    font-size: 15px;
}
.cont-lineup .lineup-wrap .lineup .link-wrap a span {
    width: 8px;
}
.cont-lineup .lineup-wrap .lineup ul {
    padding: 14px 0px 0 0px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.cont-lineup .lineup-wrap .lineup ul li {
    margin-bottom: 12px;
    width: 50%;
    padding: 0 6px;
    letter-spacing: 0;
}
.cont-lineup .lineup-wrap .lineup ul li a {
    font-size: 13px;
}
@media screen and (max-width: 990px) {
    .cont-lineup {
        padding: 18% 0;
    }
    .cont-lineup .cont-ttl {
        margin-bottom: 14px;
    }
    .cont-lineup .lineup-wrap {
        display: block;
    }
    .cont-lineup .lineup-wrap .lineup {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 0;
        padding: 18px 0 0 0;
    }
    .cont-lineup .lineup-wrap .lineup h3 {
        font-size: 20px;
    }
    .cont-lineup .lineup-wrap .lineup h3 small {
        font-size: 14px;
    }
    .cont-lineup .lineup-wrap .lineup p {
        margin-bottom: 10px;
    }
    .cont-lineup .lineup-wrap .lineup .link-wrap .link {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .cont-lineup .lineup-wrap .lineup .link-wrap .link span {
        width: 7px;
    }
    .cont-lineup .lineup-wrap .lineup ul {
        display: block;
        margin: 0;
    }
    .cont-lineup .lineup-wrap .lineup ul li {
        width: 100%;
    }
    .cont-lineup .lineup-wrap .lineup ul li a {
        padding: 15px 10px;
    }
}
.cont-follow {
    padding: 0 0 60px 0;
}
.cont-follow .container {
    max-width: 880px;
    padding: 0;
}
.cont-follow .follow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
}
.cont-follow .follow-wrap .sns {
    width: 14.286%;
}
.cont-follow .follow-wrap .sns a {
    display: block;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 2.6;
    font-size: 2rem;
    margin: 0 auto 4px auto;
}
.cont-follow .follow-wrap .sns p {
    text-align: center;
    font-size: 1.42rem;
    font-weight: 500;
    letter-spacing: 0em;
}
.linkBtn a {
    border: 1px solid #000;
    padding: 14px 0;
    max-width: 240px;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
}
.pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
    cursor: pointer;
}
.pagetop img {
    width: 4vw;
}
.footer {
    background: #000;
    color: #fff;
    position: relative;
}
.footer .footer-cont-wrap {
    display: table;
    width: 100%;
}
.footer .footer-cont-wrap .footer-cont-navi {
    padding: 45px 0;
}
.footer .footer-cont-wrap .footer-cont-navi dl {
    display: table;
    font-size: 1.3rem;
    width: 100%;
    padding: 10px 0 10px 45px;
}
.footer .footer-cont-wrap .footer-cont-navi dl dt {
    font-weight: bold;
    display: table-cell;
    width: 120px;
}
.footer .footer-cont-wrap .footer-cont-navi dl dd ul {
    margin: 0;
}
.footer .footer-cont-wrap .footer-cont-navi dl dd ul li {
    display: inline-block;
    margin-left: 12px;
}
.footer .footer-cont-wrap .footer-cont-navi dl dd a {
    color: #ccc;
}
.footer .footer-cont-wrap-bottom {
    border-top: 1px solid #333;
    width: 100%;
    padding: 36px 0;
    display: table;
}
.footer .footer-cont-wrap-bottom .logo-strider {
    display: table-cell;
    padding-left: 45px;
    width: 200px;
}
.footer .footer-cont-wrap-bottom .logo-strider img {
    display: block;
    width: 120px;
}
.footer .footer-cont-wrap-bottom .footer-copyright {
    font-family: 'Inter',sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    color: #aaa;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 45px;
}
.sp-view {
    display: none;
}
@media screen and (max-width: 1040px) {
    .sp-view {
        display: block;
    }
    br.sp-inline {
        display: none;
        display: inline;
    }
    .pagetop img {
        width: 50px;
    }
    .cont-follow {
        padding: 0 0 60px 0;
    }
    .cont-follow .follow-wrap .sns {
        width: 33.333%;
        margin-bottom: 20px;
    }
    .cont-follow .follow-wrap .sns p {
        font-size: 1.3rem;
    }
    .footer {
        padding: 0 0 0px 0;
    }
    .footer .footer-cont-wrap .footer-cont-navi {
        padding: 30px 0 30px 0;
    }
    .footer .footer-cont-wrap .footer-cont-navi dl {
        padding: 10px 20px 10px 20px;
    }
    .footer .footer-cont-wrap .footer-cont-navi dl dt {
        display: block;
        margin-bottom: 5px;
    }
    .footer .footer-cont-wrap .footer-cont-navi dl dd ul {
        line-height: 1.8;
    }
    .footer .footer-cont-wrap .footer-cont-navi dl dd ul li {
        margin-left: 0;
        margin-right: 10px;
    }
    .footer .footer-cont-wrap-bottom {
        padding: 30px 0;
        display: block;
    }
    .footer .footer-cont-wrap-bottom .logo-strider {
        padding-left: 0px;
        display: block;
        position: relative;
        width: 120px;
        margin-bottom: 12px;
        margin: 0 auto 14px auto;
    }
    .footer .footer-cont-wrap-bottom .footer-copyright {
        padding-right: 20px;
        line-height: 1.5;
        display: block;
        text-align: center;
    }
    .container {
        padding: 0 20px;
    }
}
.modal-wrap {
    position: relative;
    z-index: 100;
    display: block;
    display: none;
}
.modal-wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100vw - 80px);
    margin: 0;
}
.modal-wrap ul li {
    width: 25%;
}
.modal-wrap ul li span {
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    display: block;
    overflow: hidden;
}
body .fancybox-container .fancybox-bg {
    background: #ffff;
}
body .fancybox-container .fancybox-slide--html {
    padding: 40px;
}
.modal-wrap.fancybox-content {
    padding: 0;
}
@media screen and (max-width: 999px) {
    .modal-wrap ul {
        width: calc(100vw - 40px);
    }
    .modal-wrap ul li {
        width: 50%;
    }
    body .fancybox-container .fancybox-slide--html {
        padding: 20px;
    }
}
.bnr.bnr-white.bnr-white-cv-bottom {
    background: #EF5671;
    color: #fff;
    background: #fff;
    color: #EF5671;
    border: 1px solid #EF5671;
    position: fixed;
    z-index: 30000;
    display: block;
    width: 92px;
    padding: 6px 0;
    font-size: 11px;
    top: 14px;
    right: 64px;
}
[data-device=u-pc] {
    display: block;
}
[data-device=u-sp] {
    display: none;
}
.nowrap {
    font-style: normal;
    display: inline-block;
}
body .fancybox-container .fancybox-slide--html {
    padding: 0;
}
.fancybox-container .fancybox-button {
    background: url(close.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
}
.fancybox-container .fancybox-button svg {
    display: none;
}
@media screen and (max-width: 999px) {
    [data-device=u-pc] {
        display: none;
    }
    [data-device=u-sp] {
        display: block;
    }
    .fancybox-container .fancybox-button {
        width: 50px;
        height: 50px;
    }
}
