@charset "UTF-8";

body {
    margin: 0
}

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

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

.js-disabled {
    pointer-events: none;
    opacity: 0.4
}

footer {
    margin-top: 0
}

section.bg-white {
    margin-top: 0
}

.main {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    border-bottom: 1px solid #cfcfcf;
    background: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif
}

@media screen and (max-width:768px) {
    #main {
        padding-bottom: 0;
        border-bottom: none
    }
}

.main * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main dd {
    margin: 0
}

.main img {
    vertical-align: top
}

#fnav2 .sp-menu {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 200;
    border-radius: 12px 0 0 12px;
    background: #fff
}

#sec02 .btn2 {
    width: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100;
    position: fixed;
    right: 0
}

#sec02 .btn2 img {
    width: 40px;
    height: 40px
}

#sec02 .btn2 li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 3px;
    padding: 0
}

#sec02 .btn2 li a {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #003399;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#sec02 .btn2 li a.ico2 {
    background-image: url(/lp/norikae/images/nav_qa_over_sp.png);
    background-size: contain
}

#sec02 .btn2 li a.ico1 {
    background-image: url(/lp/norikae/images/nav_onlineshop_over_sp.png);
    background-size: contain
}

#sec02 .btn2 li a:hover {
    background-color: #fff;
    opacity: 1
}

#sec02 .btn2 li a:hover img {
    opacity: 0
}

.main {
    padding: 0
}

.main * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt'
}

.main :focus {
    outline: none
}

.main a:link {
    color: unset;
    text-decoration: none
}

.main a:hover {
    color: unset;
    text-decoration: none
}

.main br.sp-br {
    display: none
}

@media screen and (max-width:768px) {
    .main br.sp-br {
        display: block
    }
}

.main br.pc-br {
    display: block
}

.main br.pc-br+span {
    margin-left: 0
}

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

    .main br.pc-br+span {
        margin-left: -0.2em
    }
}

.main .pc-invisible {
    display: none
}

@media screen and (max-width:768px) {
    .main .pc-invisible {
        display: block
    }
}

.main .contents {
    background: #fff
}

.main .contents-inner {
    width: 750px;
    position: relative
}

@media screen and (max-width:768px) {
    .main .contents-inner {
        width: 86.66667vw
    }
}

.main .js-hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.main .js-hover.is-on {
    opacity: 0.7
}

.main .js-push.is-pushed a,
.main .js-push.is-pushed span {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-box-shadow: 0 0 #d9d9d9;
    box-shadow: 0 0 #d9d9d9
}

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

    .main .js-push.is-pushed a,
    .main .js-push.is-pushed span {
        -webkit-transform: translateY(0.8vw);
        transform: translateY(0.8vw);
        -webkit-box-shadow: 0 0 #d9d9d9;
        box-shadow: 0 0 #d9d9d9
    }
}

.main .txt-symbol {
    vertical-align: super;
    font-size: 80%
}

.main .btn-extra {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.main .btn-extra:hover {
    opacity: 0.7
}

.main .btn-extra:active a,
.main .btn-extra:active span {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-box-shadow: 0 0 #d9d9d9;
    box-shadow: 0 0 #d9d9d9
}

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

    .main .btn-extra:active a,
    .main .btn-extra:active span {
        -webkit-transform: translateY(0.8vw);
        transform: translateY(0.8vw);
        -webkit-box-shadow: 0 0 #d9d9d9;
        box-shadow: 0 0 #d9d9d9
    }
}

.main .js-animation {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.main .js-animation.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main .layout-hero-1st__ttl {
    position: relative;
    height: 100%;
    width: 100%
}

.main .layout-hero-1st__ttl img {
    width: initial;
    position: absolute
}

.main .layout-hero-1st__ttl .txt_sp {
    top: 18px;
    left: calc(50% + 288px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation: anime_height2 10s ease-in-out 1s infinite;
    animation: anime_height2 10s ease-in-out 1s infinite
}

@media screen and (max-width:768px) {
    .main .layout-hero-1st__ttl .txt_sp {
        width: 19.33333vw;
        top: 1.33333vw;
        left: calc(50% + 229vw / 750 * 100)
    }
}

.main .layout-hero-1st__ttl .txt_mo {
    top: 28px;
    left: calc(50% + 202px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation: anime_height2 10s ease-in-out 1s infinite;
    animation: anime_height2 10s ease-in-out 1s infinite
}

@media screen and (max-width:768px) {
    .main .layout-hero-1st__ttl .txt_mo {
        width: 8.53333vw;
        top: 3.86667vw;
        left: calc(50% + 116vw / 750 * 100)
    }
}

.main .layout-hero-1st__ttl .txt_tel {
    top: 12px;
    left: calc(50% - 283px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation: anime_height2 10s ease-in-out 6s infinite;
    animation: anime_height2 10s ease-in-out 6s infinite
}

@media screen and (max-width:768px) {
    .main .layout-hero-1st__ttl .txt_tel {
        width: 13.86667vw;
        top: 1.6vw;
        left: calc(50% - 263vw / 750 * 100)
    }
}

.main .layout-hero-1st__ttl .txt_net {
    top: 12px;
    left: calc(50% - 388px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation: anime_height2 10s ease-in-out 6s infinite;
    animation: anime_height2 10s ease-in-out 6s infinite
}

@media screen and (max-width:768px) {
    .main .layout-hero-1st__ttl .txt_net {
        width: 14.26667vw;
        top: 1.6vw;
        left: calc(50% - 368vw / 750 * 100)
    }
}

.main .layout-hero-1st__ttl .txt_copy {
    top: 24px;
    left: calc(50% - 90px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation: anime_height 5s ease-in-out 1s infinite;
    animation: anime_height 5s ease-in-out 1s infinite
}

@media screen and (max-width:768px) {
    .main .layout-hero-1st__ttl .txt_copy {
        width: 23.86667vw;
        top: 5.86667vw;
        left: calc(50% - 90vw / 750 * 100)
    }
}

.main .layout-hero-1st__ttl .gacha {
    bottom: 10px;
    left: calc(50% - 342px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: anime_macho01 10s ease-in-out 5s infinite;
    animation: anime_macho01 10s ease-in-out 5s infinite
}

@media screen and (max-width:768px) {
    .main .layout-hero-1st__ttl .gacha {
        width: 34.13333vw;
        bottom: 1.86667vw;
        left: calc(50% - 322vw / 750 * 100)
    }
}

.main .layout-hero-1st__ttl .muku {
    bottom: 10px;
    left: calc(50% + 90px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: anime_macho01 10s ease-in-out 10s infinite;
    animation: anime_macho01 10s ease-in-out 10s infinite
}

@media screen and (max-width:768px) {
    .main .layout-hero-1st__ttl .muku {
        width: 38.66667vw;
        bottom: 1.86667vw;
        left: calc(50% + 55vw / 750 * 100)
    }
}

.main .movie .ttl-content {
    position: relative;
    height: 100%;
    width: 100%;
    height: 380px
}

@media screen and (max-width:768px) {
    .main .movie .ttl-content {
        height: 50.66667vw
    }
}

.main .movie .ttl-content img {
    width: initial;
    position: absolute
}

.main .movie .ttl-content .txt_uq {
    top: 10px;
    left: calc(50% + 182px)
}

@media screen and (max-width:768px) {
    .main .movie .ttl-content .txt_uq {
        width: 26vw;
        top: 1.6vw;
        left: calc(50% + 176vw / 750 * 100)
    }
}

.main .movie .ttl-content .txt_hot {
    top: 22px;
    left: calc(50% - 355px)
}

@media screen and (max-width:768px) {
    .main .movie .ttl-content .txt_hot {
        width: 23.86667vw;
        top: 3.33333vw;
        left: calc(50% - 355vw / 750 * 100)
    }
}

.main .movie .ttl-content .txt_webcm {
    top: 75px;
    left: calc(50% - 90px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation: anime_height 5s ease-in-out 1s infinite;
    animation: anime_height 5s ease-in-out 1s infinite
}

@media screen and (max-width:768px) {
    .main .movie .ttl-content .txt_webcm {
        width: 22.8vw;
        top: 10vw;
        left: calc(50% - 90vw / 750 * 100)
    }
}

.main .movie .ttl-content .gacha02 {
    bottom: 5px;
    left: calc(50% - 315px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: anime_macho01 10s ease-in-out 5s infinite;
    animation: anime_macho01 10s ease-in-out 5s infinite
}

@media screen and (max-width:768px) {
    .main .movie .ttl-content .gacha02 {
        width: 34.4vw;
        bottom: 0.66667vw;
        left: calc(50% - 310vw / 750 * 100)
    }
}

.main .movie .ttl-content .muku02 {
    bottom: 5px;
    left: calc(50% + 55px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: anime_macho01 10s ease-in-out 10s infinite;
    animation: anime_macho01 10s ease-in-out 10s infinite
}

@media screen and (max-width:768px) {
    .main .movie .ttl-content .muku02 {
        width: 34vw;
        bottom: 0.66667vw;
        left: calc(50% + 50vw / 750 * 100)
    }
}

@-webkit-keyframes anime_height {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    3% {
        -webkit-transform: scale(1, 0.95);
        transform: scale(1, 0.95)
    }

    6% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    9% {
        -webkit-transform: scale(1, 0.95);
        transform: scale(1, 0.95)
    }

    12% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes anime_height {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    3% {
        -webkit-transform: scale(1, 0.95);
        transform: scale(1, 0.95)
    }

    6% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    9% {
        -webkit-transform: scale(1, 0.95);
        transform: scale(1, 0.95)
    }

    12% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes anime_height2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    1% {
        -webkit-transform: scale(1, 0.95);
        transform: scale(1, 0.95)
    }

    2% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    4% {
        -webkit-transform: scale(1, 0.95);
        transform: scale(1, 0.95)
    }

    5% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes anime_height2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    1% {
        -webkit-transform: scale(1, 0.95);
        transform: scale(1, 0.95)
    }

    2% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    4% {
        -webkit-transform: scale(1, 0.95);
        transform: scale(1, 0.95)
    }

    5% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes anime_macho01 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    10% {
        -webkit-transform: scale(1.08, 1);
        transform: scale(1.08, 1)
    }

    11% {
        -webkit-transform: scale(0.98, 1);
        transform: scale(0.98, 1)
    }

    12% {
        -webkit-transform: scale(0.99, 1);
        transform: scale(0.99, 1)
    }

    13% {
        -webkit-transform: scale(0.98, 1);
        transform: scale(0.98, 1)
    }

    14% {
        -webkit-transform: scale(0.99, 1);
        transform: scale(0.99, 1)
    }

    15% {
        -webkit-transform: scale(0.98, 1);
        transform: scale(0.98, 1)
    }

    30% {
        -webkit-transform: scale(0.99, 1);
        transform: scale(0.99, 1)
    }

    35% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes anime_macho01 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    10% {
        -webkit-transform: scale(1.08, 1);
        transform: scale(1.08, 1)
    }

    11% {
        -webkit-transform: scale(0.98, 1);
        transform: scale(0.98, 1)
    }

    12% {
        -webkit-transform: scale(0.99, 1);
        transform: scale(0.99, 1)
    }

    13% {
        -webkit-transform: scale(0.98, 1);
        transform: scale(0.98, 1)
    }

    14% {
        -webkit-transform: scale(0.99, 1);
        transform: scale(0.99, 1)
    }

    15% {
        -webkit-transform: scale(0.98, 1);
        transform: scale(0.98, 1)
    }

    30% {
        -webkit-transform: scale(0.99, 1);
        transform: scale(0.99, 1)
    }

    35% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes anime_arwpc {
    0% {
        right: -10px
    }

    40% {
        right: -20px
    }

    90% {
        right: -20px
    }

    to {
        right: -10px
    }
}

@keyframes anime_arwpc {
    0% {
        right: -10px
    }

    40% {
        right: -20px
    }

    90% {
        right: -20px
    }

    to {
        right: -10px
    }
}

@-webkit-keyframes anime_arwsp {
    0% {
        right: -2.66667vw
    }

    40% {
        right: -5.33333vw
    }

    90% {
        right: -5.33333vw
    }

    to {
        right: -2.66667vw
    }
}

@keyframes anime_arwsp {
    0% {
        right: -2.66667vw
    }

    40% {
        right: -5.33333vw
    }

    90% {
        right: -5.33333vw
    }

    to {
        right: -2.66667vw
    }
}

.layout-hero {
    position: relative;
    width: 100%
}

.layout-hero .hero_title {
    -webkit-transform: translateX(50%) translateX(-800px);
    transform: translateX(50%) translateX(-800px);
    z-index: 99;
    position: relative;
    margin: 0
}

.layout-hero .hero_title img {
    display: block
}

@media screen and (max-width:768px) {
    .layout-hero .hero_title {
        -webkit-transform: none;
        transform: none;
        width: 100%
    }

    .layout-hero .hero_title img {
        width: 100%
    }
}

.layout-hero:after,
.layout-hero:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1
}

.layout-hero:before {
    background: #ffffff;
    left: 0
}

.layout-hero:after {
    background: #ffffff;
    right: 0
}

.txt-notes {
    padding-top: 15px;
    line-height: 1;
    text-align: center
}

@media screen and (max-width:768px) {
    .txt-notes {
        padding-top: 2.66667vw;
        font-size: 2.66667vw
    }
}

.layout-nav {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#e85298), color-stop(#b451ef), to(#00afec));
    background: linear-gradient(90deg, #e85298, #b451ef, #00afec);
    text-align: center;
    width: 100%
}

.layout-nav h2 {
    font-size: 48px;
    line-height: 100px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

@media screen and (max-width:768px) {
    .layout-nav h2 {
        font-size: 5.86667vw;
        line-height: 13.33333vw
    }
}

.layout-nav .list-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width:768px) {
    .layout-nav .list-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.layout-nav .list-nav__item {
    position: relative;
    width: 25%
}

.layout-nav .list-nav__item:nth-of-type(n+2) {
    border-left: 1px solid rgba(255, 255, 255, 0.25)
}

.layout-nav .list-nav__item:before {
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.layout-nav .list-nav__item:first-of-type:before {
    background-image: url(../img/num01.png);
    width: 34px;
    height: 97px;
    left: 17px
}

@media screen and (max-width:768px) {
    .layout-nav .list-nav__item:first-of-type:before {
        background-image: url(../img/num01.png);
        width: 5.2vw;
        height: 14.66667vw;
        left: 2vw
    }
}

.layout-nav .list-nav__item:nth-of-type(2):before {
    background-image: url(../img/num02.png);
    width: 61px;
    height: 98px
}

@media screen and (max-width:768px) {
    .layout-nav .list-nav__item:nth-of-type(2):before {
        background-image: url(../img/num02.png);
        width: 9.46667vw;
        height: 14.93333vw
    }
}

.layout-nav .list-nav__item:nth-of-type(3):before {
    background-image: url(../img/num03.png);
    width: 65px;
    height: 99px
}

@media screen and (max-width:768px) {
    .layout-nav .list-nav__item:nth-of-type(3):before {
        background-image: url(../img/num03.png);
        width: 9.86667vw;
        height: 15.06667vw
    }
}

.layout-nav .list-nav__item:nth-of-type(4):before {
    background-image: url(../img/num04.png);
    width: 72px;
    height: 97px
}

@media screen and (max-width:768px) {
    .layout-nav .list-nav__item:nth-of-type(4):before {
        background-image: url(../img/num04.png);
        width: 11.06667vw;
        height: 14.66667vw
    }
}

@media screen and (max-width:768px) {
    .layout-nav .list-nav__item {
        width: 50%
    }

    .layout-nav .list-nav__item:nth-of-type(2n) {
        border-left: 1px solid rgba(255, 255, 255, 0.25)
    }

    .layout-nav .list-nav__item:nth-of-type(n+3) {
        border-top: 1px solid rgba(255, 255, 255, 0.25)
    }
}

.layout-nav .list-nav__item a {
    color: #fff;
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 20px 0 40px
}

@media screen and (max-width:768px) {
    .layout-nav .list-nav__item a {
        font-size: 3.73333vw;
        line-height: 4.66667vw;
        padding: 2.66667vw 0 6.4vw
    }
}

.layout-nav .list-nav__item a:after {
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/arw_white.png);
    width: 8px;
    height: 14px;
    bottom: 16px;
    left: calc(50% - 4px);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

@media screen and (max-width:768px) {
    .layout-nav .list-nav__item a:after {
        width: 2vw;
        height: 2.93333vw;
        bottom: 2vw;
        left: calc(50% - 10vw / 768 * 100)
    }
}

.banners {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.banners img {
    width: 100%
}

.banners .banners .banners_cont {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 60px;
    width: 980px
}

@media screen and (max-width:768px) {
    .banners .banners .banners_cont {
        padding: 6vw 0 8vw;
        width: 91.73333vw
    }
}

.banners .banners .banners_title {
    color: #666;
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    line-height: 30px;
    margin-bottom: 36px;
    margin-top: 60px;
    font-weight: bold
}

@media screen and (max-width:768px) {
    .banners .banners .banners_title {
        font-size: 3.73333vw;
        line-height: 6vw;
        margin-bottom: 2vw;
        margin-top: 4vw
    }
}

.banners .banners .banners_list {
    letter-spacing: -0.4em;
    margin: 0;
    padding: 0;
    width: 100%
}

.banners .banners .banners_list .banners_item {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .banners .banners .banners_list .banners_item {
        margin-bottom: 2vw
    }
}

.banners .banners .banners_list .banners_itemSmall {
    width: 480px
}

@media screen and (max-width:768px) {
    .banners .banners .banners_list .banners_itemSmall {
        width: 44.8vw
    }
}

.banners .banners .banners_list .banners_itemSmall:first-child {
    margin-right: 20px
}

@media screen and (max-width:768px) {
    .banners .banners .banners_list .banners_itemSmall:first-child {
        margin-right: 1.6vw
    }
}

.section-content .box-content {
    display: block;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    min-width: 0;
    border: 6px solid #ffb2d5;
    border-radius: 20px 20px 20px 20px
}

@media screen and (max-width:768px) {
    .section-content .box-content {
        border-width: 0.8vw;
        border-radius: 2.66667vw 2.66667vw 2.66667vw 2.66667vw
    }
}

.section-content .box-content:before {
    position: absolute;
    content: '';
    background-image: url("../img/bg_dot.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 27px;
    bottom: 40px;
    right: -6px
}

@media screen and (max-width:768px) {
    .section-content .box-content:before {
        background-image: none
    }
}

.section-content .box-content--03 {
    padding: 66px 50px 10px;
    border: none
}

@media screen and (max-width:768px) {
    .section-content .box-content--03 {
        width: 89.33333vw;
        padding: 8vw 4.53333vw 5.33333vw;
        margin-top: 4vw;
        border: 0.8vw solid #ffb2d5
    }
}

.section-content .box-content--03:before {
    content: none
}

@media screen and (max-width:768px) {
    .section-content .box-content--03:after {
        position: absolute;
        content: '';
        background-image: url("../img/bg_sec03@sp.png");
        background-size: 91.73333vw 1.33333vw;
        background-repeat: no-repeat;
        width: 91.73333vw;
        height: 1.33333vw;
        top: -1.06667vw;
        left: -0.8vw
    }
}

.section-content .box-content--04 {
    padding: 80px 34px 40px;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 {
        width: auto;
        padding: 13.33333vw 5.33333vw 8vw;
        margin-bottom: 4vw
    }
}

.section-content .box-content--04:after {
    position: absolute;
    content: '';
    background-image: url("../img/bg_sec04.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 982px;
    height: 71px;
    top: -8px;
    left: -8px
}

@media screen and (max-width:768px) {
    .section-content .box-content--04:after {
        background-image: url("../img/bg_sec04@sp.png");
        background-size: 91.73333vw 1.33333vw;
        width: 91.73333vw;
        height: 1.33333vw;
        top: -1.06667vw;
        left: -0.8vw
    }
}

@media screen and (max-width:768px) {
    .section-content .box-content--04--B:after {
        background-image: url("../img/bg_sec04_B@sp.png")
    }
}

.section-content .box-content--04 .box-content__ttl {
    font-size: 28px
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 .box-content__ttl {
        font-size: 4.8vw
    }
}

.section-content .box-content--04 .box-content__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 .box-content__body {
        display: block
    }
}

.section-content .box-content--04 .box-content__img {
    width: 400px
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 .box-content__img {
        width: auto
    }
}

.section-content .box-content--04 .box-content__inner {
    width: 470px
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 .box-content__inner {
        width: auto
    }
}

.section-content .box-content--04 .img-product {
    position: absolute;
    width: 160px;
    top: -10px;
    left: 0
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 .img-product {
        width: 28.125vw;
        top: 0;
        left: -2.60416vw
    }
}

.section-content .box-content--04 img {
    width: 100%
}

.section-content .box-content--04 .product-detail {
    text-align: left;
    font-weight: bold;
    margin-left: 180px
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 .product-detail {
        width: initial;
        margin-left: 26.66667vw
    }
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 .product-detail span {
        letter-spacing: 0.05em
    }
}

.section-content .box-content--04 .txt-product {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    margin-top: 60px;
    letter-spacing: 0.1em
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 .txt-product {
        font-size: 4vw;
        line-height: 5.6vw;
        margin-top: 12vw
    }
}

.section-content .box-content--04 .txt-product:before {
    position: absolute;
    content: '';
    background: url("../img/txt_recommend.png");
    background-size: contain;
    width: 110px;
    height: 110px;
    top: -47px;
    right: -50px
}

@media screen and (max-width:768px) {
    .section-content .box-content--04 .txt-product:before {
        width: 22.13333vw;
        height: 22.13333vw;
        top: -10.66667vw;
        right: -10.66667vw
    }
}

.section-content .box-content--04 .txt-content--line {
    padding-top: 20px
}

.section-content .box-content--04 .txt-product--norecommend:before {
    display: none
}

.section-content .box-content--04 .btn-content {
    margin-top: 20px
}

.section-content .box-content+.box-content {
    margin-top: 30px
}

@media screen and (max-width:768px) {
    .section-content .box-content+.box-content {
        margin-top: 4.8vw
    }
}

.section-content .box-content__ttl {
    position: absolute;
    top: -26px;
    left: 0;
    font-size: 32px;
    width: 100%;
    text-align: center;
    margin: 0;
    z-index: 99
}

@media screen and (max-width:768px) {
    .section-content .box-content__ttl {
        top: -4vw;
        font-size: 4.8vw;
        line-height: 5.6vw
    }
}

.section-content .box-content__inner {
    position: relative
}

.section-content .box-content__head {
    color: #fff;
    width: 100%;
    background: #e65497;
    border-radius: 25px;
    font-size: 28px;
    line-height: 50px;
    margin: 0
}

@media screen and (max-width:768px) {
    .section-content .box-content__head {
        border-radius: 4vw;
        font-size: 4.26667vw;
        line-height: 8vw
    }

    .section-content .box-content__head:nth-of-type(2) {
        margin-top: 10.66667vw
    }
}

.section-content .box-content__txt {
    font-size: 24px;
    line-height: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .section-content .box-content__txt {
        font-size: 3.73333vw;
        line-height: 6.4vw;
        margin-bottom: 0
    }
}

.section-content .box-content__txt .color_pink {
    color: #e4007f;
    margin-left: -0.3em
}

.section-content .box-content__txt .color_blue {
    color: #00a0e9;
    margin-left: -0.3em
}

.section-content .box-content__txt--pink {
    color: #e4007f;
    background: #fbe8f3;
    border-radius: 20px;
    padding: 25px 22px;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .section-content .box-content__txt--pink {
        position: relative;
        left: auto;
        bottom: auto;
        color: #e4007f;
        background: #fbe8f3;
        border-radius: 2.66667vw;
        padding: 3.33333vw;
        margin-top: 3.33333vw;
        margin-bottom: 4vw;
        border: none
    }
}

@media screen and (max-width:768px) {
    .section-content .box-content__img {
        display: block;
        height: auto
    }
}

.section-content .box-content .list-boximg {
    margin: 40px 0 20px;
    padding: 0;
    list-style: none
}

@media screen and (max-width:768px) {
    .section-content .box-content .list-boximg {
        margin: 4.66667vw 0 2.3vw
    }

    .section-content .box-content .list-boximg img {
        width: 100%
    }
}

.section-content .box-content .list-boximg__item {
    text-align: center
}

@media screen and (max-width:768px) {
    .section-content .box-content .list-boximg__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-content .box-content .list-boximg__item img {
    vertical-align: top
}

.section-content .box-content .list-boximg__item.plus {
    position: relative
}

.section-content .box-content .list-boximg__item.plus:before {
    position: absolute;
    content: '';
    background: url("../img/img_plus.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 40px;
    top: calc(100% + 14px);
    left: 0
}

@media screen and (max-width:768px) {
    .section-content .box-content .list-boximg__item.plus:before {
        height: 8vw;
        top: calc(100% + 2.3vw)
    }
}

.section-content .box-content .list-boximg__item:nth-of-type(2) {
    margin-top: 80px;
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .section-content .box-content .list-boximg__item:nth-of-type(2) {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-align: baseline;
        -webkit-box-align: baseline;
        align-items: baseline;
        width: 100%;
        margin-top: 16vw;
        margin-bottom: 9.5vw
    }
}

@media screen and (max-width:768px) {
    .section-content .box-content .list-boximg__item:nth-of-type(2) img {
        width: 25.33333vw;
        height: 25.33333vw
    }
}

@media screen and (max-width:768px) {
    .section-content .box-content .list-boximg__item:nth-of-type(2) img+img {
        margin-top: 0;
        width: 51.73333vw;
        height: 29.33333vw
    }
}

.section-content .box-content .list-boximg__item img+img {
    margin-left: 20px
}

@media screen and (max-width:768px) {
    .section-content .box-content .list-boximg__item img+img {
        margin-left: 0;
        margin-top: 2.66667vw
    }
}

.section-content .box-content .list-boximg__item .img-badge {
    margin-right: -32px
}

@media screen and (max-width:768px) {
    .section-content .box-content .list-boximg__item .img-badge {
        margin-right: 0
    }
}

.section-content .box-content .price-notes {
    margin-bottom: 30px;
    margin-left: 48%;
    font-size: 13px
}

@media screen and (max-width:768px) {
    .section-content .box-content .price-notes {
        margin-bottom: 4vw;
        margin-left: 0;
        font-size: 3.2vw
    }
}

.section-content .box-content .price-notes a {
    color: #003399;
    text-decoration: underline;
    -webkit-transition: color 0.5s;
    transition: color 0.5s
}

.section-content .box-content .price-notes a {
    color: #003399;
    text-decoration: underline;
    -webkit-transition: color 0.5s;
    transition: color 0.5s
}

.section-content .box-content .price-notes a:hover {
    color: #b451ef
}

.btn-content {
    width: 250px;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .btn-content {
        width: 50.66667vw
    }
}

.btn-content a,
.btn-content span {
    display: block;
    position: relative;
    color: #e85298;
    line-height: 54px;
    width: 100%;
    border: 3px solid #e85298;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 3px 5px #d9d9d9;
    box-shadow: 3px 5px #d9d9d9
}

.btn-content a:hover,
.btn-content span:hover {
    color: #e85298
}

.btn-content a:link,
.btn-content span:link {
    color: #e85298
}

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

    .btn-content a,
    .btn-content span {
        line-height: 9.86667vw;
        width: 100%;
        border-width: 0.4vw;
        border-radius: 1.33333vw;
        font-size: 3.2vw;
        -webkit-box-shadow: 0.4vw 0.66667vw #d9d9d9;
        box-shadow: 0.4vw 0.66667vw #d9d9d9
    }
}

.btn-content a:before,
.btn-content span:before {
    position: absolute;
    display: block;
    content: '';
    background-image: url("../img/arw_pink.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
    top: 20px;
    right: 15px
}

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

    .btn-content a:before,
    .btn-content span:before {
        width: 2.13333vw;
        height: 3.2vw;
        top: 3.2vw;
        right: 4vw
    }
}

.btn-content--blue a {
    color: #00afec;
    border-color: #00afec
}

.btn-content--blue a:hover {
    color: #00afec
}

.btn-content--blue a:link {
    color: #00afec
}

.btn-content--blue a:before {
    background-image: url("../img/arw_blue.png")
}

.btn-content--detail {
    width: 400px;
    margin: 40px auto 0
}

@media screen and (max-width:768px) {
    .btn-content--detail {
        width: 53.33333vw;
        margin: 5.33333vw auto 0
    }
}

.btn-content--detail span:before {
    background-image: url("../img/close.png");
    width: 13px
}

@media screen and (max-width:768px) {
    .btn-content--detail span:before {
        width: 3.2vw
    }
}

.btn-content--detail.is-close span:before {
    background-image: url("../img/arw_pink.png");
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.btn-content--large {
    width: 350px;
    height: 60px;
    margin: 20px 0 0 auto
}

@media screen and (max-width:768px) {
    .btn-content--large {
        width: 66.66667vw;
        height: 10.66667vw;
        margin: 3.46667vw auto 0
    }
}

.btn-content--large2 {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 40px
}

@media screen and (max-width:768px) {
    .btn-content--large2 {
        margin-bottom: 0
    }
}

.btn-content--pink a {
    color: #fff;
    background: #e85298
}

.btn-content--pink a:hover {
    color: #fff
}

.btn-content--pink a:link {
    color: #fff
}

.btn-content--pink a:before {
    background-image: url("../img/arw_white.png")
}

.main .btn-conversion {
    background: #eeeeee;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 45px 0;
    list-style: none
}

@media screen and (max-width:768px) {
    .main .btn-conversion {
        padding: 8vw 0
    }
}

.main .btn-conversion__item a {
    position: relative
}

.main .btn-conversion__item a:after {
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.main .btn-conversion__item--shop {
    width: 700px;
    height: 90px
}

@media screen and (max-width:768px) {
    .main .btn-conversion__item--shop {
        width: 91.73333vw;
        height: 16vw
    }
}

.main .btn-conversion__item--shop a {
    display: block;
    color: #fff;
    background: #0e9b01;
    font-size: 24px;
    line-height: 90px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    border-radius: 45px;
    -webkit-box-shadow: 4px 7px #cbcbcb;
    box-shadow: 4px 7px #cbcbcb;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

@media screen and (max-width:768px) {
    .main .btn-conversion__item--shop a {
        font-size: 4.8vw;
        line-height: 16vw;
        border-radius: 8vw;
        -webkit-box-shadow: 0.66667vw 1.2vw #cbcbcb;
        box-shadow: 0.66667vw 1.2vw #cbcbcb
    }
}

.main .btn-conversion__item--shop a:after {
    background-image: url(../img/arw_white.png);
    width: 17px;
    height: 26px;
    top: 30px;
    right: 30px
}

@media screen and (max-width:768px) {
    .main .btn-conversion__item--shop a:after {
        width: 2.8vw;
        height: 4.26667vw;
        top: 6vw;
        right: 5.33333vw
    }
}

.main .btn-conversion__item--shop a.is-on {
    color: #fff;
    text-decoration: none;
    opacity: 0.6
}

.main .btn-conversion__item--web {
    margin-top: 37px
}

@media screen and (max-width:768px) {
    .main .btn-conversion__item--web {
        margin-top: 7.73333vw
    }
}

.main .btn-conversion__item--web a {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    -webkit-transition: color 0.5s;
    transition: color 0.5s
}

@media screen and (max-width:768px) {
    .main .btn-conversion__item--web a {
        font-size: 3.73333vw
    }
}

.main .btn-conversion__item--web a:after,
.main .btn-conversion__item--web a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main .btn-conversion__item--web a:before {
    top: calc(50% - 5px);
    right: -16px;
    background: #000
}

.main .btn-conversion__item--web a:after {
    top: calc(50% - 7px);
    right: -18px;
    border: solid 1px #000;
    background: #eee
}

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

    .main .btn-conversion__item--web a:after,
    .main .btn-conversion__item--web a:before {
        width: calc(10vw / 384 * 100);
        height: calc(10vw / 384 * 100)
    }

    .main .btn-conversion__item--web a:before {
        top: calc(50% - calc(5vw / 384 * 100));
        right: calc(-16vw / 384 * 100)
    }

    .main .btn-conversion__item--web a:after {
        top: calc(50% - calc(7vw / 384 * 100));
        right: calc(-18vw / 384 * 100)
    }
}

.main .btn-conversion__item--web a.is-on {
    color: #b651ef;
    opacity: 1
}

.main .btn-conversion__item--web a.is-on:after {
    border-color: #b451ef
}

.main .btn-conversion.viewable {
    width: 355px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-animation: anime_btnpc 0.8s ease-in-out 1;
    animation: anime_btnpc 0.8s ease-in-out 1
}

.main .btn-conversion.viewable p {
    opacity: 1;
    -webkit-transition: opacity 1s ease 0.6s;
    transition: opacity 1s ease 0.6s
}

.main .btn-conversion:after {
    content: '';
    position: absolute;
    display: block
}

@-webkit-keyframes anime_btnpc {
    0% {
        width: 60px
    }

    35% {
        width: 355px
    }

    50% {
        width: calc(355px * 0.9)
    }

    75% {
        width: 355px
    }

    to {
        width: 355px
    }
}

@keyframes anime_btnpc {
    0% {
        width: 60px
    }

    35% {
        width: 355px
    }

    50% {
        width: calc(355px * 0.9)
    }

    75% {
        width: 355px
    }

    to {
        width: 355px
    }
}

@-webkit-keyframes anime_btnsp {
    0% {
        width: calc(110vw / 750 * 100)
    }

    35% {
        width: calc(650vw / 750 * 100)
    }

    50% {
        width: calc(650vw / 750 * 100 * 0.9)
    }

    75% {
        width: calc(650vw / 750 * 100)
    }

    to {
        width: calc(650vw / 750 * 100)
    }
}

@keyframes anime_btnsp {
    0% {
        width: calc(110vw / 750 * 100)
    }

    35% {
        width: calc(650vw / 750 * 100)
    }

    50% {
        width: calc(650vw / 750 * 100 * 0.9)
    }

    75% {
        width: calc(650vw / 750 * 100)
    }

    to {
        width: calc(650vw / 750 * 100)
    }
}

.cautions {
    font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    background: #fff;
    font-weight: 400;
    margin-top: 80px
}

@media screen and (max-width:768px) {
    .cautions {
        margin-top: 10vw;
        margin-bottom: 8vw
    }
}

.cautions .cautions_cont {
    width: 980px;
    margin: 0 auto;
    padding: 0px 0 65px
}

@media screen and (max-width:768px) {
    .cautions .cautions_cont {
        width: 100%;
        padding: 0vw 3.73333vw 10.66667vw
    }
}

.cautions .cautions_list {
    list-style: decimal;
    margin-bottom: 34px
}

@media screen and (max-width:768px) {
    .cautions .cautions_list {
        margin-bottom: 0
    }
}

.cautions .cautions_item {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-indent: -1.6em;
    line-height: 17px;
    margin: 0 0 9px 2.5em;
    text-align: justify
}

@media screen and (max-width:768px) {
    .cautions .cautions_item {
        font-size: 3.2vw;
        line-height: 4.53333vw;
        margin: 0 0 3.33333vw 2.5em
    }
}

.cautions li {
    list-style: none
}

.cautions .cautions_text {
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 16px
}

@media screen and (max-width:768px) {
    .cautions .cautions_text {
        text-align: justify;
        font-size: 3.2vw;
        line-height: 4.53333vw
    }
}

.list-stage {
    position: relative;
    z-index: 9;
    padding: 30px 100px;
    margin: 0
}

@media screen and (max-width:768px) {
    .list-stage {
        background-image: none;
        padding: 4vw
    }
}

.list-stage__item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px
}

@media screen and (max-width:768px) {
    .list-stage__item {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin: 0 0 9.06667vw;
        padding-left: 2.66667vw
    }
}

.list-stage__item:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .list-stage__img {
        width: 66.66667vw;
        margin: 0 auto
    }
}

.list-stage__box {
    width: 460px
}

@media screen and (max-width:768px) {
    .list-stage__box {
        width: 100%;
        margin-left: 0
    }
}

.list-stage__ttl {
    font-size: 28px;
    text-align: left;
    margin: 95px 0 10px
}

@media screen and (max-width:768px) {
    .list-stage__ttl {
        font-size: 4.8vw;
        text-align: center;
        margin: 4.8vw 0 2.93333vw
    }
}

.list-stage .txt-content {
    font-size: 3.73333vw;
    line-height: 6.53333vw
}

.section-content {
    width: 980px;
    margin: 0 auto;
    padding: 100px 0 60px;
    text-align: center
}

@media screen and (max-width:768px) {
    .section-content {
        width: 100%;
        padding: 13.33333vw 5.33333vw 8vw
    }
}

.section-content__img {
    margin-right: -32px
}

.section-content__img img {
    width: auto
}

@media screen and (max-width:768px) {
    .section-content__img {
        margin-right: -2.8vw
    }

    .section-content__img img {
        width: 100%
    }
}

.section-content.introduction {
    position: relative;
    padding: 60px 0 80px
}

@media screen and (max-width:768px) {
    .section-content.introduction {
        padding: 10.66667vw 0 13.33333vw
    }
}

.section-content.introduction .ttl-content {
    margin-bottom: 0
}

.section-content.introduction .ttl-content img {
    width: 743px;
    height: 81px
}

@media screen and (max-width:768px) {
    .section-content.introduction .ttl-content img {
        width: 52.8vw;
        height: auto
    }
}

.section-content.introduction .ttl-content span {
    display: inline-block;
    margin-top: 20px;
    font-size: 48px;
    line-height: 1.2em
}

@media screen and (max-width:768px) {
    .section-content.introduction .ttl-content span {
        font-size: 5.33333vw;
        line-height: 1.4em !important;
        margin-top: 2.13333vw
    }
}

span sup {
    font-size: 14px;
    font-weight: normal
}

@media screen and (max-width:768px) {
    span sup {
        font-size: 1.33333vw;
        font-weight: normal
    }
}

.section-content.introduction .group-link-introduction {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

@media screen and (max-width:768px) {
    .section-content.introduction .group-link-introduction {
        position: relative;
        margin-top: 4vw;
        bottom: auto
    }
}

.section-content.introduction .txt-content {}

@media screen and (max-width:768px) {
    .section-content.introduction .txt-content {
        padding-top: 0;
    }
}

.section-content.introduction .btn-introduction {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width:768px) {
    .section-content.introduction .btn-introduction {
        margin-top: 4vw;
        padding: 0 4vw;
    }
}

@media screen and (max-width:768px) {
    .section-content.introduction .btn-introduction__item {
        width: calc(50% - 1vw);
    }
}

.section-content.introduction .btn-introduction__item+.btn-introduction__item {
    margin-left: 170px;
}

@media screen and (max-width:768px) {
    .section-content.introduction .btn-introduction__item+.btn-introduction__item {
        margin-left: 2vw;
    }
}

.section-content.introduction .section-content__inner {
    margin-top: 30px
}

@media screen and (max-width:768px) {
    .section-content.introduction .section-content__inner {
        margin: 4vw auto 0;
        width: 97.06667vw
    }

    .section-content.introduction .section-content__inner img {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .section-content--01 .ttl-content span {
        font-size: 8vw
    }
}

.section-content--03 .section-content__inner {
    border: 6px solid #ffb2d5;
    border-radius: 20px 20px 20px 20px
}

@media screen and (max-width:768px) {
    .section-content--03 .section-content__inner {
        margin: 6.66667vw 0 12vw;
        border: none
    }
}

.section-content--03 .section-content__inner:before {
    position: absolute;
    content: '';
    background-image: url("../img/bg_dot.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 27px;
    bottom: 40px;
    right: -6px
}

@media screen and (max-width:768px) {
    .section-content--03 .section-content__inner:before {
        content: none
    }
}

.section-content--03 .section-content__inner:after {
    position: absolute;
    content: '';
    background-image: url("../img/bg_sec03.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 982px;
    height: 80px;
    top: -8px;
    left: -8px
}

@media screen and (max-width:768px) {
    .section-content--03 .section-content__inner:after {
        content: none
    }
}

.section-content--03 .ttl-content {
    margin-bottom: 28px
}

.section-content--03 .ttl-content>span {
    position: relative
}

@media screen and (max-width:768px) {
    .section-content--03 .ttl-content {
        margin-bottom: 4vw
    }
}

@media screen and (max-width:768px) {
    .section-content--05 {
        width: 100%;
        padding: 8vw 5.33333vw 8vw
    }
}

.section-content__inner {
    position: relative;
    margin-top: 40px
}

@media screen and (max-width:768px) {
    .section-content__inner {
        margin-top: 5.33333vw
    }
}

@media screen and (max-width:768px) {
    .section-content__inner>img {
        width: 100%
    }
}

.section-content .txt-content {
    font-size: 16px;
    line-height: 28px;
    margin: 0
}

@media screen and (max-width:768px) {
    .section-content .txt-content {
        font-size: 3.73333vw;
        line-height: 6.53333vw
    }
}

.section-content .txt-content small {
    font-size: 12px;
    line-height: 1.67
}

@media screen and (max-width:768px) {
    .section-content .txt-content small {
        font-size: 2.66667vw
    }
}

.section-content .txt-content a {
    font-weight: bold
}

.section-content .txt-content .txt-comp {
    letter-spacing: -0.05em
}

.section-content .txt-content--left {
    text-align: justify;
    text-justify: inter-ideograph
}

.section-content .txt-content--left.pc-center {
    text-align: center
}

@media screen and (max-width:768px) {
    .section-content .txt-content--left.pc-center {
        text-align: justify
    }
}

.section-content .txt-content--line {
    text-decoration: underline;
    line-height: 1;
    width: 100%;
    padding-top: 50px
}

@media screen and (max-width:768px) {
    .section-content .txt-content--line {
        font-size: 2.66667vw;
        padding-top: 8vw
    }
}

.section-content .txt-content--line a {
    position: relative;
    color: black;
    line-height: 1;
    -webkit-transition: color 0.5s;
    transition: color 0.5s
}

.section-content .txt-content--line a:before {
    position: absolute;
    content: '';
    right: -12px;
    top: calc(50% - 4px);
    width: 5px;
    height: 5px;
    border: black solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s
}

@media screen and (max-width:768px) {
    .section-content .txt-content--line a:before {
        right: -2.66667vw;
        top: calc(50% - 0.75vw);
        width: 1.06667vw;
        height: 1.06667vw;
        border-width: 0.4vw 0.4vw 0 0
    }
}

.section-content .txt-content--line a.is-on {
    color: #b451ef
}

.section-content .txt-content--line a.is-on:before {
    border-color: #b451ef
}

.section-content .txt-content--caution {
    margin-top: 10px
}

@media screen and (max-width:768px) {
    .section-content .txt-content--caution {
        margin-top: 2.13333vw
    }
}

.section-content .txt-content--caution a {
    position: relative;
    color: black;
    font-size: 13px;
    margin-left: -12px
}

@media screen and (max-width:768px) {
    .section-content .txt-content--caution a {
        font-size: 2.13333vw;
        margin-left: -2.66667vw;
        white-space: nowrap
    }
}

.section-content .txt-content--caution a:before {
    position: absolute;
    content: '';
    right: -12px;
    top: calc(50% - 4px);
    width: 5px;
    height: 5px;
    border: black solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s
}

@media screen and (max-width:768px) {
    .section-content .txt-content--caution a:before {
        right: -2.66667vw;
        top: calc(50% - 0.8vw);
        width: 1.02vw;
        height: 1.02vw;
        border-width: 0.4vw 0.4vw 0 0
    }
}

.section-content .txt-content--caution a.is-on:before {
    border-color: #b451ef
}

.section-content .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none
}

@media screen and (max-width:768px) {
    .section-content .list-box {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.section-content .list-box--vertical {
    display: block
}

.section-content .list-box--vertical .list-box__item:nth-of-type(2) {
    margin-top: 60px;
    margin-left: 0
}

@media screen and (max-width:768px) {
    .section-content .list-box--vertical .list-box__item:nth-of-type(2) {
        margin-top: 6.51041vw;
        margin-left: 0
    }
}

.section-content .list-box__item:nth-of-type(2) {
    margin-left: 20px
}

@media screen and (max-width:768px) {
    .section-content .list-box__item:nth-of-type(2) {
        margin-top: 3.90625vw;
        margin-left: 0
    }
}

.section-content .list-box__item:nth-of-type(2) .box-content {
    padding-bottom: 116px;
    padding-top: 76px
}

@media screen and (max-width:768px) {
    .section-content .list-box__item:nth-of-type(2) .box-content {
        padding-bottom: 13.33333vw;
        padding-top: 13.33333vw
    }
}

.section-content .list-box__item:nth-of-type(2) .box-content--04 {
    padding: 80px 34px 60px
}

@media screen and (max-width:768px) {
    .section-content .list-box__item:nth-of-type(2) .box-content--04 {
        padding: 13.33333vw 5.33333vw 8vw
    }
}

.section-content .award {
    margin: 5px 0 20px
}

.section-content .award--blue {
    color: #152e8d
}

.section-content .award--pink {
    color: #6b086b
}

.section-content .btn-product {
    width: 400px;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .section-content .btn-product {
        width: 81.06667vw
    }
}

.section-content .btn-product a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    width: 100%;
    line-height: 80px;
    border-radius: 40px;
    -webkit-box-shadow: 4px 7px #d9d9d9;
    box-shadow: 4px 7px #d9d9d9
}

@media screen and (max-width:768px) {
    .section-content .btn-product a {
        font-size: 3.73333vw;
        line-height: 13.33333vw;
        border-radius: 6.66667vw;
        -webkit-box-shadow: 0.53333vw 0.93333vw #d9d9d9;
        box-shadow: 0.53333vw 0.93333vw #d9d9d9
    }
}

.section-content .btn-product a:after {
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/arw_white.png);
    width: 17px;
    height: 26px;
    top: 30px;
    right: 30px
}

@media screen and (max-width:768px) {
    .section-content .btn-product a:after {
        width: 2.13333vw;
        height: 3.06667vw;
        top: 5.2vw;
        right: 4vw
    }
}

.section-content .btn-product a.is-on {
    color: #fff;
    text-decoration: none;
    opacity: 0.6
}

.section-content .btn-product--pink a {
    background: #e85298
}

.section-content .btn-product--blue a {
    background: #00afec
}

.slider-content__item+.slider-content__item .box-content {
    padding-top: 20px
}

.slider-content .slick-list {
    margin-right: -12px
}

@media screen and (max-width:768px) {
    .slider-content .slick-list {
        margin-right: -5.33333vw;
        overflow: visible
    }
}

.slider-content .slick-slide {
    margin-right: 12px
}

@media screen and (max-width:768px) {
    .slider-content .slick-slide {
        margin-right: 5.33333vw
    }
}

@media screen and (max-width:768px) {
    .slider-content .slide-arrow {
        position: absolute;
        width: 8vw;
        height: 8vw;
        bottom: -11.46667vw;
        z-index: 999
    }
}

@media screen and (max-width:768px) {
    .slider-content .slide-arrow:before {
        position: absolute;
        content: '';
        width: 4.4vw;
        height: 4.4vw;
        border: solid #e65497;
        border-width: 1.06667vw 1.06667vw 0 0;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        left: 0;
        top: 1.33333vw
    }
}

.slider-content .slide-arrow.slick-disabled:before {
    border-color: #ccc
}

@media screen and (max-width:768px) {
    .slider-content .slide-arrow.prev-arrow {
        left: calc(50% - 200vw / 768 * 100)
    }
}

@media screen and (max-width:768px) {
    .slider-content .slide-arrow.prev-arrow:before {
        right: 0;
        left: auto;
        -webkit-transform: rotateZ(-135deg);
        transform: rotateZ(-135deg)
    }
}

@media screen and (max-width:768px) {
    .slider-content .slide-arrow.next-arrow {
        right: calc(50% - 200vw / 768 * 100)
    }
}

.slider-content .slick-dots {
    bottom: 70px
}

@media screen and (max-width:768px) {
    .slider-content .slick-dots {
        bottom: -9.33333vw
    }
}

@media screen and (max-width:768px) {
    .slider-content .slick-dots li {
        width: 2.66667vw;
        height: 2.66667vw;
        margin: 0 1.33333vw
    }
}

.slider-content .slick-dots li button {
    padding: 0
}

@media screen and (max-width:768px) {
    .slider-content .slick-dots li button {
        width: 2.66667vw;
        height: 2.66667vw
    }
}

.slider-content .slick-dots li button:before {
    font-size: 20px;
    color: #ccc;
    opacity: 1
}

@media screen and (max-width:768px) {
    .slider-content .slick-dots li button:before {
        width: 2.66667vw;
        height: 2.66667vw;
        font-size: 2.66667vw;
        line-height: 2.66667vw
    }
}

.slider-content .slick-dots li.slick-active button:before {
    color: #e4007f
}

.tab-content .list-tab {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    border-bottom: 6px solid #ffb2d5;
    margin: 0;
    margin-bottom: -6px;
    padding: 0;
    list-style: none
}

@media screen and (max-width:768px) {
    .tab-content .list-tab {
        border-bottom: 0.8vw solid #ffb2d5;
        margin-bottom: -0.8vw
    }
}

.tab-content .list-tab__item {
    position: relative;
    color: #999;
    background: #eee;
    background-repeat: no-repeat;
    font-size: 32px;
    font-weight: bold;
    line-height: 90px;
    width: 485px;
    height: 90px;
    border-bottom: 6px solid #ffb2d5;
    margin-bottom: -6px;
    border-radius: 20px 20px 0 0;
    z-index: 1;
    cursor: pointer
}

.tab-content .list-tab__item span {
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s
}

@media screen and (max-width:768px) {
    .tab-content .list-tab__item {
        font-size: 3.73333vw;
        line-height: 12vw;
        width: 44vw;
        height: 12vw;
        border-bottom: 0.8vw solid #ffb2d5;
        margin-bottom: -0.8vw;
        border-radius: 2.66667vw 2.66667vw 0 0
    }
}

.tab-content .list-tab__item.is-active {
    color: #e65497;
    background: #fff;
    border: solid #ffb2d5;
    border-width: 6px 6px 0 6px;
    border-radius: 20px 20px 0 0;
    line-height: 126px;
    height: 126px;
    margin-bottom: -6px;
    z-index: 99
}

.tab-content .list-tab__item.is-active:after {
    position: absolute;
    content: '';
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    border-radius: 20px 20px 0 0;
    z-index: 9
}

@media screen and (max-width:768px) {
    .tab-content .list-tab__item.is-active:after {
        border-radius: 2.66667vw 2.66667vw 0 0
    }
}

.tab-content .list-tab__item.is-active * {
    position: relative;
    z-index: 99
}

@media screen and (max-width:768px) {
    .tab-content .list-tab__item.is-active {
        border-width: 0.8vw 0.8vw 0 0.8vw;
        border-radius: 2.66667vw 2.66667vw 0 0;
        line-height: 16vw;
        height: 16.8vw;
        margin-bottom: -0.8vw
    }
}

.tab-content .list-tab__item.is-active:before {
    position: absolute;
    content: '';
    background: url("../img/bg_dot.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 27px;
    top: 100px;
    left: -6px
}

@media screen and (max-width:768px) {
    .tab-content .list-tab__item.is-active:before {
        background-image: none
    }
}

.tab-content .list-tab__item.is-active[data-id='01']:before {
    left: auto;
    right: -6px
}

.tab-content .list-tab__item.is-on {
    opacity: 1
}

.tab-content .list-tab__item.is-on span {
    font-size: 110%;
    opacity: 1
}

.tab-content .list-tab__item.is-on.is-active span {
    font-size: 100%
}

.tab-content .list-panel__item {
    display: none;
    position: relative;
    border: 6px solid #ffb2d5;
    border-radius: 0 0 20px 20px;
    padding: 65px 0 90px;
    z-index: 9
}

@media screen and (max-width:768px) {
    .tab-content .list-panel__item {
        border-width: 0.8vw;
        border-radius: 0 0 2.66667vw 2.66667vw;
        padding: 8vw 0 9.33333vw;
        overflow: hidden
    }
}

.tab-content .list-panel__item:before {
    position: absolute;
    content: '';
    background: url("../img/bg_dot.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 27px;
    bottom: 43px;
    right: -6px
}

@media screen and (max-width:768px) {
    .tab-content .list-panel__item:before {
        background: none
    }
}

.tab-content .list-panel__item.is-active {
    display: block
}

@media screen and (max-width:768px) {
    .tab-content .list-panel__item>img {
        width: 84.93333vw
    }
}

.tab-content .list-panel .detail-panel {
    display: none
}

.tab-content .list-panel .detail-panel__ttl {
    color: #fff;
    width: 880px;
    background: #66c6f2;
    border-radius: 25px;
    font-size: 28px;
    line-height: 50px;
    margin: 60px auto 0
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel__ttl {
        width: 80vw;
        border-radius: 4vw;
        font-size: 4.26667vw;
        line-height: 8vw;
        margin: 8vw auto 0
    }
}

.tab-content .list-panel .detail-panel .list-detail {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 40px
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail {
        display: block;
        width: 79.2vw;
        margin: 5.33333vw auto 18.66667vw
    }
}

.tab-content .list-panel .detail-panel .list-detail__item {
    position: relative;
    border: 4px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    width: 400px;
    background: #eee
}

.tab-content .list-panel .detail-panel .list-detail__item:before {
    position: absolute;
    content: '';
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.tab-content .list-panel .detail-panel .list-detail__item * {
    position: relative;
    z-index: 99
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail__item {
        width: 79.2vw;
        border-width: 0.53333vw;
        border-radius: 1.33333vw
    }

    .tab-content .slick-slide>div {
        height: 100%
    }

    .panel01 .slick-slide {}

    .panel02 .slick-slide {}
}

.tab-content .list-panel {
    margin: 0;
    padding: 0
}

.tab-content .list-panel .detail-panel .list-detail__item--02 {
    margin-left: 20px;
    border-color: #e4007f;
    background: #e4007f
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail__item--02 {
        margin-left: 0
    }
}

.tab-content .list-panel .detail-panel .list-detail__item--02 .list-detail__ttl {
    color: #fff;
    background: #e4007f
}

.tab-content .list-panel .detail-panel .list-detail__ttl {
    color: #666;
    font-size: 20px;
    line-height: 56px;
    width: 110%;
    padding: 5% 0 0;
    margin: -5% -5% 0;
    background: #eee
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail__ttl {
        font-size: 3.73333vw;
        line-height: 10.66667vw
    }
}

.tab-content .list-panel .detail-panel .list-detail dl {
    padding-top: 10px
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail dl {
        padding: 2.66667vw 4.8vw 0
    }
}

.tab-content .list-panel .detail-panel .list-detail dl p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0.5em
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail dl p {
        font-size: 2.66667vw;
        line-height: 3.73333vw
    }
}

.tab-content .list-panel .detail-panel .list-detail dl p.pink {
    color: #e4007f
}

.tab-content .list-panel .detail-panel .list-detail dl p.pink a {
    color: #e4007f;
    -webkit-transition: color 0.5s;
    transition: color 0.5s
}

.tab-content .list-panel .detail-panel .list-detail dl p.pink a:hover {
    color: #b451ef
}

.tab-content .list-panel .detail-panel .list-detail dt {
    margin-top: 10px
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail dt {
        margin-top: 1.33333vw
    }
}

@media screen and (max-width:375px) {
    .tab-content .list-panel .detail-panel .list-detail dt {
        margin-top: 0
    }
}

.tab-content .list-panel .detail-panel .list-detail dt.dt-adjust01 {
    margin-top: 0
}

.tab-content .list-panel .detail-panel .list-detail dt.dt-adjust02 {
    margin-top: 6px
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail dt.dt-adjust02 {
        margin-top: 0.8vw
    }
}

.tab-content .list-panel .detail-panel .list-detail dd {
    padding: 10px 20px;
    text-align: left;
    color: #666
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail dd {
        padding: 1.6vw 1.33333vw
    }
}

@media screen and (max-width:375px) {
    .tab-content .list-panel .detail-panel .list-detail dd {
        padding: 0.66667vw 1.33333vw
    }
}

.tab-content .list-panel .detail-panel .list-detail dd a {
    color: #003399;
    text-decoration: underline;
    -webkit-transition: color 0.5s;
    transition: color 0.5s
}

.tab-content .list-panel .detail-panel .list-detail dd a:hover {
    color: #b451ef
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail img {
        width: 100%
    }
}

.tab-content .list-panel .detail-panel .list-detail .descount {
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .tab-content .list-panel .detail-panel .list-detail .descount {
        margin-top: 1.33333vw;
        margin-bottom: 5vw;
        padding: 0 5.33333vw
    }
}

@media screen and (max-width:375px) {
    .tab-content .list-panel .detail-panel .list-detail .descount {
        margin-top: 0.66667vw;
        margin-bottom: 5vw
    }
}

.ttl-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: #e65497;
    font-weight: bold;
    margin: 0;
    margin-bottom: 35px;
    font-family: '新ゴ H', 'Shin Go H', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: bold
}

@media screen and (max-width:768px) {
    .ttl-content {
        margin-bottom: 4vw
    }
}

.ttl-content img {
    margin: 0 auto;
    width: 120px;
    height: 135px
}

@media screen and (max-width:768px) {
    .ttl-content img {
        width: 19.2vw;
        height: auto
    }
}

.ttl-content.js-animation img {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.ttl-content.js-animation.is-visible img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ttl-content>span {
    display: inline-block;
    letter-spacing: -0.01em;
    font-size: 52px;
    line-height: 56px;
    margin-top: 10px
}

@media screen and (max-width:768px) {
    .ttl-content>span {
        margin-top: 3.33333vw;
        font-size: 8.26667vw;
        line-height: 9.06667vw !important
    }
}

.ttl-content span.ttl-content__small {
    font-size: 26px;
    font-family: '新ゴ ', 'Shin Go', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif
}

@media screen and (max-width:768px) {
    .ttl-content span.ttl-content__small {
        font-size: 3.46667vw;
        position: absolute;
        bottom: 2.6vw;
        right: 5vw;
        margin: 0;
        padding: 0
    }
}

.ttl-content span.ttl-content__symbol {
    vertical-align: super;
    margin-left: 0em;
    font-size: 13px
}

@media screen and (max-width:768px) {
    .ttl-content span.ttl-content__symbol {
        font-size: 1.73333vw
    }
}

.ttl-content .ttl-content__notes {
    display: block;
    font-family: '新ゴ ', 'Shin Go', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 20px;
    line-height: 1
}

@media screen and (max-width:768px) {
    .ttl-content .ttl-content__notes {
        font-size: 2.93333vw;
        margin-top: 2vw
    }
}

.main .btn-conversion._col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main .btn-conversion._col2>li {
    padding: 0 20px
}

.main .btn-conversion+.btn-conversion {
    padding-top: 0
}

.main .btn-conversion+.btn-conversion .btn-conversion__item--web {
    margin-top: 0
}

.main .btn-conversion__item--web a {
    cursor: pointer
}

.main .btn-conversion__item--web a:not([target=_blank]):before {
    content: none
}

.main .btn-conversion__item--web a:not([target=_blank]):after {
    width: 8px;
    height: 8px;
    background: none;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 48%;
    right: -12px
}

.css_banner_980x191 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: .612244898% / 3.1413612565%
}

.css_banner_980x191:before {
    display: none !important
}

.css_banner_980x191 span {
    position: relative;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: .612244898% / 3.1413612565%
}

.css_banner_980x191 span>img {
    top: 0;
    left: 0;
    width: 100%
}

.css_banner_980x191 span img {
    height: 100%
}

.css_banner_980x191 span:after {
    content: '';
    position: absolute;
    bottom: -14.1361256545%;
    right: -2.7551020408%;
    display: block;
    background-color: #666666;
    width: 5.5102040816%;
    padding: 5.5102040816% 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.css_banner_980x191:after {
    content: "";
    position: absolute;
    bottom: 4.1884816754%;
    right: .7142857143%;
    width: .612244898%;
    padding: .612244898% 0 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:768px) {
    .css_banner_980x191:after {
        right: .5102040816%;
        bottom: 4.1884816754%;
        border-right-width: 1px;
        border-bottom-width: 1px
    }
}

.modal-shop {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.modal-shop__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0
}

.modal-shop__body {
    position: relative;
    width: 100%;
    max-width: 400px;
    z-index: 9
}

@media screen and (max-width:768px) {
    .modal-shop__body {
        padding: 0 3.90625vw
    }
}

.modal-shop__close {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 40px;
    margin: 30px auto 0;
    border-radius: 20px;
    color: #fff;
    background: #666;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

@media screen and (max-width:768px) {
    .modal-shop__close {
        width: 52.08333vw;
        height: 10.41667vw;
        margin-top: 7.8125vw
    }
}

.modal-shop__close:hover {
    opacity: 0.8
}

.modal-shop__close:after {
    content: '×';
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #666;
    background: #fff;
    font-size: 12px;
    line-height: 1
}

@media screen and (max-width:768px) {
    .modal-shop__close:after {
        top: calc(50% - 20vw / 768 * 100);
        right: 2.60417vw;
        width: 5.20833vw;
        height: 5.20833vw;
        border-radius: 2.60417vw;
        font-size: 3.125vw
    }
}

.modal-shop .list-shop {
    text-align: center
}

.modal-shop .list-shop__item {
    padding: 30px;
    border-radius: 10px;
    background: #fff
}

@media screen and (max-width:768px) {
    .modal-shop .list-shop__item {
        padding: 7.8125vw 5.20833vw;
        border-radius: 2.60417vw
    }
}

.modal-shop .list-shop__item:nth-of-type(n+2) {
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .modal-shop .list-shop__item:nth-of-type(n+2) {
        margin-top: 5.20833vw
    }
}

.modal-shop .list-shop__heading {
    font-family: '新ゴ H', 'Shin Go H', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 24px;
    font-weight: bold
}

@media screen and (max-width:768px) {
    .modal-shop .list-shop__heading {
        font-size: 5.20833vw
    }
}

.modal-shop .list-shop__button {
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .modal-shop .list-shop__button {
        margin-top: 2.60417vw
    }
}

.modal-shop .list-shop__button a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    color: #fff;
    background: #0e9b01;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

@media screen and (max-width:768px) {
    .modal-shop .list-shop__button a {
        height: 15.625vw;
        font-size: 3.64583vw;
        border-radius: 7.8125vw
    }
}

.modal-shop .list-shop__button a:hover {
    opacity: 0.8
}

.modal-shop .list-shop__button span {
    position: relative;
    display: inline-block
}

.modal-shop .list-shop__button span:after,
.modal-shop .list-shop__button span:before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

    .modal-shop .list-shop__button span:after,
    .modal-shop .list-shop__button span:before {
        width: 2.08333vw;
        height: 2.08333vw
    }
}

.modal-shop .list-shop__button span:before {
    top: calc(50% - 4px);
    right: -16px;
    background: #fff
}

@media screen and (max-width:768px) {
    .modal-shop .list-shop__button span:before {
        top: calc(50% - 6vw / 768 * 100);
        right: -3.64583vw
    }
}

.modal-shop .list-shop__button span:after {
    top: calc(50% - 6px);
    right: -18px;
    border: solid 1px #fff;
    background: #0e9b01;
    -webkit-box-shadow: -1px 1px 0 0 #0e9b01;
    box-shadow: -1px 1px 0 0 #0e9b01
}

@media screen and (max-width:768px) {
    .modal-shop .list-shop__button span:after {
        top: calc(50% - 10vw / 768 * 100);
        right: -4.16667vw
    }
}

.is-show-modal-shop .modal-shop {
    opacity: 1;
    pointer-events: auto
}

.banner01 {
    font-size: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
    text-align: center;
    margin: 30px 0 20px 0;
}

.telework {
    text-align: center;
}

@media screen and (max-width:768px) {
    .banner01 {
        font-size: 3.73333vw;
        line-height: 6.4vw;
        margin-bottom: 0
    }

    .telework img {
        width: 100%;
    }
}


/*# sourceMappingURL=main.css.map */