@charset "UTF-8";

/* reset
---------------------------------------------- */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #333;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


/* 10px */

body {
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
}

nav ul {
    list-style: none;
}


/*for IE*/

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    color: #333;
}

a:hover {
    color: #9B00EC;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

.inline_block {
    /*for IE*/
    display: inline-block;
    display: inline;
    zoom: 1;
}

a:focus {
    outline: none;
}


/* common
---------------------------------------------- */

.contents {
    padding-top: 220px;
    /*padding-top: 170px; キャンペーンバナー無し*/
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.clearfix {
    clear: both;
}

body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}

img {
    width: 100%;
    /*height: auto;*/
}

section {
    display: block;
    margin: 0 auto;
    width: 1130px;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding: 40px;
}

h1 {
    color: var(--color-content-primary-base, #7D00BE);
    -webkit-text-stroke-width: 5;
    -webkit-text-stroke-color: var(--color-background-surface-light, #FFF);
    font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
    font-size: 7.8rem;
    color: #7D00BE;
    font-weight: 800;
    line-height: 100%;
    margin: 16px auto;
    text-shadow: 3px 3px 3px white, -3px 3px 3px white, -3px -3px 3px white, 3px -3px 3px white;
}

h2 {
    font-size: 4.2rem;
}

p {
    font-size: 1.6rem;
}

.no-pc {
    display: none;
}

.no-sp {
    display: block;
}

@media only screen and (max-width: 1224px) {
    .feature {
        padding: 80px 40px 210px !important;
    }
}

@media only screen and (max-width: 1209px) {
    .about {
        width: 100%;
        margin: 80px 0 144px !important;
        padding: 0 40px !important;
    }

    .about-box {
        width: 100% !important;
    }

    .genre {
        width: 100% !important;
        margin: 80px 0;
        padding: 0 40px !important;
    }

    .reason,
    .flow,
    .caution {
        width: 100% !important;
    }
}

@media only screen and (max-width: 980px) {
    .no-pc {
        display: block;
    }

    .no-sp {
        display: none;
    }
}


/*  HERO -------------------- */

.hero {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
}

.hero-box {
    width: 660px;
    position: relative;
    top: 10px;
    left: 196px;
    z-index: 1000;
}

.hero-box p.hero-box-ttl2 {
    font-size: 2.8rem;
    font-weight: bold;
    font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 42px;
    /* 150% */
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-shadow: 3px 3px 3px white, -3px 3px 3px white, -3px -3px 3px white, 3px -3px 3px white;
}

.hero-box p.hero-box-ttl2 small {
    font-size: 2rem;
}

.hero-box p.hero-box-ttl {
    color: var(--color-background-primary-base, #7D00BE);
    -webkit-text-stroke-width: 3;
    -webkit-text-stroke-color: var(--color-background-surface-light, #FFF);
    font-size: 2.8rem;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    /* 32px */
    letter-spacing: 1px;
    font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
    text-shadow: 3px 3px 3px white, -3px 3px 3px white, -3px -3px 3px white, 3px -3px 3px white;
}

.hero-btn {
    display: flex;
    gap: 16px;
}

.h1-circle {
    position: relative;
    top: 52px;
    left: 109px;
    background: #FAF0FF;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    z-index: 15;
}

.h1-circle p {
    color: #7D00BE;
    font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    align-self: center;
}

.hero-bg-dot {
    height: 200px;
}

.hero-bg-dot img.no-sp {
    width: 394px;
    position: relative;
    bottom: 390px;
    left: 91px;
    z-index: 100;
}

@media only screen and (max-width: 1439px) {
    .h1-circle {
        top: 52px;
        left: 68px;
    }

    .hero-bg-dot img.no-sp {
        left: 50px;
    }

    .hero-box {
        top: 20px;
        left: 155px;
    }
}

@media only screen and (max-width: 1023px) {
    .h1-circle {
        left: 33px;
    }

    .hero-bg-dot img.no-sp {
        left: 15px;
    }

    .hero-box {
        left: 120px;
    }
}

@media only screen and (max-width: 980px) {
    h1 {
        font-size: 3.8rem;
        margin: 16px auto 20px;
        line-height: 100%;
        /* 38px */
        letter-spacing: 1px;
    }

    h2 {
        font-size: 2.4rem;
    }

    .hero-box {
        width: 343px;
        text-align: center;
        top: 30px;
        left: 0;
        margin: 0 auto;
    }

    .hero-box p.hero-box-ttl {
        font-size: 2rem;
        line-height: 130%;
    }

    .hero-box p.hero-box-ttl2 {
        font-size: 2rem;
        line-height: 160%;
        /* 32px */
        letter-spacing: 1px;
        margin-bottom: 32px;
    }


    .hero-box p.hero-box-ttl2 small {
        font-size: 1.6rem;
    }

    .h1-circle {
        width: 94px;
        height: 94px;
        top: 58px;
        left: 33%;
    }

    .h1-circle p {
        font-size: 1.2rem;
    }

    .hero .btnV {
        margin: 0 auto;
    }

    .hero-bg-dot img.no-pc {
        width: 297px;
        position: relative;
        top: -400px;
        left: 50%;
        z-index: 100;
        transform: translate(-50%, 0);
    }
}

@media only screen and (max-width: 900px) {
    .h1-circle {
        left: 28%;
    }
}

@media only screen and (max-width: 730px) {
    .h1-circle {
        left: 23% !important;
    }
}

@media only screen and (max-width: 620px) {
    .h1-circle {
        left: 20% !important;
    }
}

@media only screen and (max-width: 560px) {
    .h1-circle {
        left: 18% !important;
    }
}

@media only screen and (max-width: 500px) {
    .h1-circle {
        left: 14% !important;
    }
}

@media only screen and (max-width: 450px) {
    .h1-circle {
        left: 9% !important;
    }
}

@media only screen and (max-width: 380px) {
    .h1-circle {
        left: 26px !important;
    }
}


/* SLIDER
--------------------------------------------------- */

.slideshow-container {
    width: 82%;
    position: absolute;
    top: 82px;
    right: 0;
    z-index: 10;
}

.slide-pc,
.slide-sp {
    position: absolute;
    top: 0;
    right: 0;
    width: 1480px;
    height: auto;
    object-fit: cover;
    opacity: 0;
    transition: opacity 3s ease-in-out;
}

.slide:first-child {
    opacity: 1;
}

@media only screen and (max-width: 1439px) {
    .contents {
        padding-top: 0;
    }

    .hero {
        position: relative;
        overflow: hidden;
    }

    .slideshow-container {
        width: 100%;
        top: 0;
        right: -0px;
    }

    .slide-pc {
        width: 1034px;
        transform: translate(0%, 0);
    }
}

@media only screen and (max-width: 1365px) {
    .slide-pc {
        transform: translate(10%, 0);
    }
}

@media only screen and (max-width: 1180px) {
    .slideshow-container {
        height: 573px;
        overflow: hidden;
    }

    .slide-pc {
        transform: translate(50%, 0);
    }
}

@media only screen and (max-width: 980px) {
    .hero {
        overflow: hidden;
        height: 680px;
    }

    .slideshow-container {
        position: relative;
        top: -260px;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    .slide-sp {
        position: absolute;
        left: 50%;
        width: 1012px;
        transform: translate(-50%, 0);
    }
}


/* about
-------------------------------------------------- */

.about {
    margin: 80px auto 144px;
    padding: 0;
}

.about-box {
    width: 1130px;
    display: contents;
}

.about-box p {
    margin: 40px auto;
    font-size: 2rem;
}

.about-box img {
    width: 446px;
}

figure.allow {
    width: 166px;
    text-align: center;
    margin: 80px auto;
}

.about>div>ul {
    display: flex;
    gap: 24px;
    margin-top: 80px;
}

.about>div>ul>li img {
    margin-bottom: 24px;
    border-radius: 8px;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.10);
}

.about>div>ul>li {
    width: 265px;
    font-weight: 700;
    line-height: 28px;
}

.about-bg-img-right {
    width: 46%;
    height: auto;
    position: absolute;
    top: 380px;
    right: 0px;
    z-index: -1;
}

.about-bg-img-left {
    width: 35%;
    height: auto;
    position: absolute;
    top: 420px;
    left: 0px;
    z-index: -1;
}

@media only screen and (max-width: 1057px) {
    .about>div>ul>li br {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .about {
        margin: 64px auto !important;
        padding: 0 16px;
    }

    .about-box p {
        margin: 24px auto;
        font-size: 1.6rem;
    }

    .about-box img {
        width: 291px;
    }

    figure.allow {
        margin: 20px auto 40px;
    }

    .about-bg-img-top {
        width: 100%;
        position: absolute;
        top: 420px;
        right: 0px;
        z-index: -1;
    }

    .about-bg-img-bottom {
        width: 100%;
        position: absolute;
        top: 1100px;
        right: 0px;
        z-index: -1;
    }

    .about>div>ul {
        margin: 40px auto 0;
        gap: 16px;
        max-width: 343px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .about>div>ul>li {
        width: 47.6%;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width:768px) {
    .about-bg-img-top {
        top: 490px;
    }
}

@media only screen and (max-width:640px) {
    .about-bg-img-top {
        top: 580px;
    }
}

@media only screen and (max-width:580px) {
    .about-bg-img-top {
        top: 630px;
    }
}

@media only screen and (max-width: 428px) {
    .about>div>ul>li {
        width: 47%;
    }
}

@media only screen and (max-width: 380px) {
    .about-bg-img-top {
        top: 660px;
    }

    .about>div>ul>li {
        width: 45%;
    }
}


/* reason
-------------------------------------------------- */

.reason {
    width: 100%;
    background: #EBF7FE;
    margin: 0 auto;
    padding: 80px 40px;
}

.reason h2 {
    margin-bottom: 64px;
}

.reason div {
    max-width: 1130px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.reason div ol {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.reason div ol li {
    width: 350px;
    background: white;
    margin: 0 auto 64px;
    padding: 60px 32px 32px;
    border-radius: 8px;
    /* shadow0 */
    box-shadow: 0px 3px 19px -1px rgba(0, 0, 0, 0.10);
}


.reason div ol li:nth-child(n+4):nth-child(-n+6) {
    margin: 0 auto;
}

.reason div ol li h3 {
    font-size: 2.8rem;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    border-bottom: 10px solid #FFEB99;
    margin-bottom: 24px;
    line-height: 33px;
}

.reason div ol li h3.ttl4 {
    width: 310px;
    margin-left: -12px;
}

.reason div ol li p {
    margin-top: 16px;
    text-align: left;
}

.reason div ol li p small {
    font-size: 1.4rem;
    display: block;
    margin-top: 16px;
}

.reason div ol li img {
    width: 220px;
}

.reason div ol li figure {
    height: 0;
}

.reason div ol li figure img {
    position: relative;
    top: -100px;
    width: 70px;
    height: 70px;
}

@media only screen and (max-width: 1224px) {
    .reason div ol {
        justify-content: center;
    }

    .reason div ol li {
        min-width: 268px;
        width: 30%;
        margin: 0 0 64px;
    }

    .reason div ol li h3.ttl4 {
        width: fit-content;
    }
}

@media only screen and (max-width: 980px) {
    .reason {
        padding: 64px 31px !important;
    }

    .reason h2 {
        margin-bottom: 40px !important;
    }

    .reason div ol li h3 {
        font-size: 2rem;
        line-height: 24px;
    }

    .reason div ol li {
        width: 343px;
        margin: 0 0 20px;
        padding: 59px 32px 32px;
    }

    .reason div ol li:nth-child(n+4):nth-child(-n+6) {
        margin: 0 0 20px;
    }
}


/* feature
-------------------------------------------------- */

.feature {
    width: 100%;
    padding: 80px 0 210px 0;
    background: url(../images/feature/pc/feature-bg-pc.png);
    background-repeat: no-repeat;
    background-position: 37% 280px;
}

.feature h2 {
    margin-bottom: 64px;
}

.feature div {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.feature-box {
    display: flex;
    gap: 64px;
    padding-bottom: 94px;
    justify-content: center;
    align-items: center;
}

.feature-box-txt {
    width: 426px !important;
}

.feature-box-txt h3 {
    margin-bottom: 16px;
    font-size: 3.2rem;
    font-weight: 700;
    color: #7D00BE;
    text-align: left;
    line-height: 42px;
    width: 426px;
}

.feature-box-txt p {
    text-align: left;
    line-height: 28px;
    margin-bottom: 32px;
    width: 100%;
    max-width: 426px;
}

.feature-box-txt ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 16px;
    border-radius: 4px;
    width: 100%;
    background: #F8F8F8;
}

.feature-box-txt ul li {
    display: flex;
    align-items: center;
    width: 193px;
    padding: 12px 16px;
    background: white;
    border: 1px solid #B3B2B1;
    border-radius: 4px;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
}

.feature-box-txt ul li img.check {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.feature div .feature-box img {
    max-width: 640px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}

.feature-box:nth-child(2) {
    position: relative;
    right: 130px;
}

.feature-box:nth-child(3) {
    padding-bottom: 0;
}

.feature-box:nth-child(2) .feature-box-txt {
    width: 488px !important;
    margin-right: 140px;
}

.feature-box:nth-child(2) .feature-box-txt h3 {
    width: 488px;
}

.feature-box:nth-child(2) .feature-box-txt p {
    max-width: 488px !important;
}

.feature-box:nth-child(2) p {
    width: 488px;
}

.feature-box:nth-child(2) .feature-box-txt ul li {
    width: 49%;
}

.feature div .feature-box img.feature-img-2 {
    width: auto;
    height: 512px;
    border-radius: 12px;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}

@media only screen and (max-width: 1839px) {
    .feature {
        background-position: 33% 280px;
    }
}

@media only screen and (max-width: 1680px) {
    .feature div .feature-box img.feature-img-2 {
        position: relative;
        left: 25px;
    }
}

@media only screen and (max-width: 1530px) {
    .feature div .feature-box img.feature-img-2 {
        position: relative;
        left: 45px;
    }
}

@media only screen and (max-width: 1480px) {
    .feature div .feature-box img.feature-img-2 {
        position: relative;
        left: 0px;
    }

    .feature {
        background-position: 2% 280px;
    }
}

@media only screen and (max-width: 1439px) {
    .feature {
        background-position: -12% 280px;
    }
}

@media only screen and (max-width: 1410px) {
    .feature {
        background-position: -25% 280px;
    }
}

@media only screen and (max-width: 1379px) {
    .feature {
        background-position: right 83px top 280px;
    }

    .feature-box:nth-child(2) {
        right: 100px;
    }
}

@media only screen and (max-width: 1350px) {
    .feature-box:nth-child(2) {
        right: 120px;
    }
}

@media only screen and (max-width: 1289px) {
    .feature-box:nth-child(2) {
        right: 150px;
    }
}

@media only screen and (max-width: 1224px) {
    .feature-box {
        align-items: start;
    }

    .feature-box-txt {
        margin: 0 !important;
    }

    .feature-box:nth-child(2) {
        right: 0;
        left: 40px;
        justify-content: left;
        align-items: center;
        gap: 0;
    }

    .feature-box:nth-child(2) .feature-box-txt {
        margin-right: 160px !important;
    }

    .feature div .feature-box img {
        max-width: 60%;
        width: 47%;
    }
}

@media only screen and (max-width: 1170px) {
    .feature div .feature-box img.feature-img-2 {
        left: -20px;
    }
}

@media only screen and (max-width: 1150px) {
    .feature {
        background-position: right 83px top 290px;
    }

    .feature div .feature-box img.feature-img-2 {
        left: -40px;
    }

    .feature-box:nth-child(2) {
        left: 0;
    }

    .feature-box:nth-child(2) .feature-box-txt {
        margin-right: 190px !important;
    }
}

@media only screen and (max-width: 1120px) {
    .feature {
        background-position: right 53px top 300px;
    }

    .feature div .feature-box img {
        width: 48%;
    }

    .ft-box-img1 {
        position: relative;
        top: 100px;
    }
}

@media only screen and (max-width: 1084px) {
    .feature {
        background-position: right 20px top 300px;
    }
}

@media only screen and (max-width: 1060px) {
    .feature {
        background-position: right -15px top 300px;
    }
}

@media only screen and (max-width: 1024px) {
    .feature {
        background-position: right -35px top 300px;
    }

    .feature div .feature-box img {
        width: 450px;
    }

    .ft-box-img1 {
        position: relative;
        top: 50px;
    }
}

@media only screen and (max-width: 1000px) {
    .feature {
        background-position: right -55px top 300px;
    }
}

@media only screen and (max-width: 980px) {
    .feature {
        padding: 64px 16px 34px !important;
        background: none;
    }

    .feature h2 {
        margin-bottom: 20px;
        line-height: 32px;
        width: 100%;
        min-width: 343px;
    }

    .feature-box {
        display: block;
        padding-bottom: 20px;
    }

    .feature-box:first-child .feature-box-txt {
        position: relative;
        top: -42px;
    }

    .feature-box:last-child .feature-box-txt {
        position: relative;
        top: -30px;
    }

    .feature-box-txt,
    .feature-box:nth-child(2) .feature-box-txt {
        max-width: 426px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .feature-box:nth-child(2) {
        margin-bottom: 40px;
    }

    .feature-box-txt h3 {
        font-size: 2rem;
        line-height: 24px;
        max-width: 426px !important;
        width: 100% !important;
    }

    .feature h2 {
        min-width: 100%;
    }

    .feature-box:nth-child(2) .feature-box-txt h3,
    .feature-box:nth-child(2) .feature-box-txt p,
    .feature-box:nth-child(2) p {
        max-width: 426px !important;
        width: 100% !important;
    }

    .feature div .feature-box img.feature-img-2,
    .feature div .feature-box img {
        width: 100%;
        max-width: 413px;
        margin: 0 auto;
        box-shadow: none;
    }

    .feature-box:nth-child(2) img.feature-img-2 {
        width: 100%;
        left: 0 !important;
        max-width: 335px !important;
        height: auto !important;
        box-shadow: none !important;
    }

    .feature-box-txt ul {
        display: block;
        padding: 16px 16px 8px;
    }

    .feature-box-txt ul li,
    .feature-box:nth-child(2) .feature-box-txt ul li {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }

    .feature-box-txt p {
        margin-bottom: 16px;
    }

    .feature-box:nth-child(2) p {
        max-width: 426px !important;
        width: 100% !important;
        margin: 0 auto 16px !important;
    }
}


/* entry
-------------------------------------------------- */

.entry {
    width: 100%;
    padding: 80px 40px;
    background: url(../images/bg-gradation.webp)no-repeat center/cover;
}

.entry h2 {
    margin-bottom: 40px;
}

.entry p {
    margin-bottom: 20px;
}

.entry .btnV {
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    .entry {
        padding: 64px 16px;
        background: url(../images/bg-gradation.webp) no-repeat 100% / 100% 100%;
    }
}


/* genre
-------------------------------------------------- */

.genre {
    width: 1130px;
    padding: 80px 0;
}

.genre p {
    margin: 64px auto;
}

.genre div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.genre div a {
    width: 270px;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.genre div a img {
    height: 152px;
    object-fit: cover;
    object-position: 100% 3000%;
    margin-bottom: 8px;
    border-radius: 4px;
    outline: 6px solid #F1D7FF;
    outline-offset: -6px;
}

.genre div a:hover {
    opacity: .7;
    color: #333333a8;
}

@media only screen and (max-width: 1209px) {
    .genre div {
        justify-content: center;
    }

    .genre div a {
        width: 23.65%;
    }

    .genre div a img {
        height: auto;
        object-position: 100% 100%;
    }
}

@media only screen and (max-width: 980px) {
    .genre {
        margin: 64px auto;
        padding: 0 16px !important;
    }

    .genre p {
        margin: 40px auto;
    }

    .genre div {
        gap: 0 8px;
    }

    .genre div a {
        width: 48%;
        height: auto;
        font-size: 1.2rem;
        line-height: 12px;
    }
}


/* price
-------------------------------------------------- */

.price {
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px;
    background: #EBF7FE;
    background-image: url(../images/price-bg-pc.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1440px;
}

.price h2 {
    margin-bottom: 64px;
    line-height: 46px;
}

.price-notes {
    margin: 0 auto;
    width: 100%;
    max-width: 673px;
    text-align: left;
}

.price-box {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    gap: 16px;
}

.price-box-item {
    display: block;
    width: 213px;
    padding: 24px 24px 32px;
    background: white;
    border-radius: 10px;
    /* shadow0 */
    box-shadow: 0px 3px 19px -1px rgba(0, 0, 0, 0.10);

}

.price-box-item p {
    font-weight: 700;
}

.price-box-item p span {
    color: #7D00BE;
    font-size: 1.4rem;
    border-bottom: 6px solid #F1D7FF;
}

.price-box-item p span strong {
    color: #7D00BE;
    font-size: 4.2rem;
    margin-right: -10px;
    font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
}

.price-box-item p .bold {
    font-weight: 900;
    font-size: 1.7rem;
}

.price-box-item p .bold .no-bold {
    font-weight: 700;
    font-size: 42px;
}



.price-box-item img {
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 980px) {
    .price {
        padding: 64px 16px !important;
        background-image: url(../images/price-bg-sp.png);
        background-position: 50% 50%;
        background-size: 329px;
    }

    .price-box {
        display: block;
    }

    .price-box-item {
        margin: 0 auto 16px;
    }
}


/* flow
-------------------------------------------------- */

.flow {
    margin: 0 auto;
    padding: 80px 40px;
    width: 100%;
}

.flow h2 {
    margin-bottom: 64px;
}

.step-box {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.step-box-item {
    padding: 32px 20px;
    border-radius: 6px;
    border-top: 4px solid var(--color-border-primary-base, #7D00BE);
    background: #FFF;
    /* shadow0 */
    box-shadow: 0px 3px 19px -1px rgba(0, 0, 0, 0.10);
    z-index: 100;
}

.step-box-item h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 16px auto;
}

.step-ttl {
    width: 100%;
    max-width: 218px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 19px;
    background: #F7E7FF;
    color: #7D00BE;
}

.step-box-item p {
    font-size: 1.4rem;
    line-height: 24px;
    text-align: left;
    width: 100%;
    max-width: 218px;
}

.step-box-item p strong {
    color: #7D00BE;
    font-size: 1.4rem;
    font-weight: 700;
}

.step-box-item p small {
    font-size: 1.2rem;
    line-height: 20px;
}

.flow-border {
    margin: 0 auto;
    width: 800px;
    height: 2px;
    background: #7D00BE;
    position: relative;
    top: -165px;
    z-index: 1;
}

@media only screen and (max-width: 980px) {
    .flow {
        padding: 64px 16px 0;
    }

    .flow h2 {
        margin-bottom: 40px;
    }

    .step-box {
        display: block;
    }

    .step-ttl {
        width: 256px;
        margin: 0 auto;
    }

    .step-box-item {
        margin-bottom: 64px;
    }

    .step-box-item p {
        max-width: none;
    }

    .flow-border {
        display: none;
    }

    .step-box-item::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100px;
        top: none;
        right: 50%;
        background: #7D00BE;
        z-index: -1;
    }

    .step-box-item:nth-child(4)::after {
        display: none;
    }

    .faq,
    .notes,
    .service {
        width: 100% !important;
        padding: 64px 16px !important;
    }

    .faq h2,
    .notes h2,
    .service h2,
    .service p {
        margin-bottom: 40px !important;
    }

    .menu label {
        line-height: 20px !important;
        padding: 20px 32px 20px 16px !important;
    }

    .service-box,
    .service-box2 {
        display: block !important;
    }

    .service-box-item:first-child,
    .service-box-list:first-child {
        margin-bottom: 16px;
    }

    .service-box-item p {
        margin-bottom: 16px !important;
    }

    .service-box-item .btnV {
        max-width: none;
    }
}

@media only screen and (max-width: 620px) {

    .service p,
    .genre p,
    .about-box p {
        text-align: left;
    }
}


/* faq
-------------------------------------------------- */

.faq {
    margin: 0 auto;
    padding: 80px 40px;
    width: 902px;
    text-align: center;
}

.faq h2 {
    margin-bottom: 64px;
}

.faq a.link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #7D00BE;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 20px;
    width: 230px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 12px;
    gap: 8px;
}

.faq a.link:hover,
.faq a.link:active {
    background: #EDEDED;
    border-radius: 4px;
}

.faq a.link:focus {
    outline: 2px solid #134FF3;
    background: white;
    border-radius: 4px;
}

.faq .btnV {
    margin: 0 auto;
}

.menu {
    margin: 0 auto;
    padding: 0px 0px 16px 0px;
}

.menu input {
    display: none;
    /*チェックボックスを隠す*/
}


/*バー部分*/

.menu label {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 10px;
    position: relative;
    margin: 0 auto;
    padding: 20px 16px;
    background: white;
    border-top: 1px solid #D8D8D8;
}

.menu label::before {
    content: url(../images/question.png);
    margin-right: 16px;
}


/*開いたときに表示される部分*/

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}

.menu ul:last-child {
    border-bottom: 1px solid #D8D8D8;
}

.menu li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s;
    /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li,
#menu_bar03:checked~#links03 li,
#menu_bar04:checked~#links04 li,
#menu_bar05:checked~#links05 li {
    height: auto;
    /*開いたときに表示されるliの高さ*/
    opacity: 1;
    background: #F8F8F8;
    text-align: left;
    line-height: 28px;
    padding: 20px 16px;
}


/*開いたときの下の余白*/

#menu_bar01:checked~#links01 li:last-child,
#menu_bar02:checked~#links02 li:last-child,
#menu_bar03:checked~#links03 li:last-child,
#menu_bar04:checked~#links04 li:last-child,
#menu_bar05:checked~#links05 li:last-child {
    margin-bottom: 20px;
}


/*閉じた状態の矢印描画*/

.menu label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #7D00BE 1px solid;
    border-right: #7D00BE 1px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
}


/*開いた状態の矢印描画*/

.menu input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #7D00BE 1px solid;
    border-right: #7D00BE 1px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 10%;
    bottom: 0;
    margin: auto;
}


/* notes
-------------------------------------------------- */

.notes {
    padding: 80px 40px;
    width: 100%;
    background: #F8F8F8;
}

.notes h2 {
    margin-bottom: 64px;
}

.notes ul {
    margin: 0 auto;
    width: 100%;
    max-width: 902px;
    text-align: left;
}

.notes ul li {
    font-size: 1.6rem;
    line-height: 28px;
}

.notes ul li::before {
    content: "・";
}

.notes ul li a {
    color: #134FF3;
}


/* service
-------------------------------------------------- */

.service {
    width: 100%;
    max-width: 1130px;
    padding: 80px 0px;
}

.service h2 {
    margin-bottom: 64px;
}

.service p {
    margin-bottom: 64px;
    line-height: 28px;
}

.service-box {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.service-box-list {
    display: block;
    padding: 24px 24px 32px 24px;
    background: #F7E7FF;
}

.service-box-list h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
}

.service-box2 {
    display: flex;
    gap: 16px;
}

.service-box-item {
    display: block;
    width: 302px;
    padding: 16px 16px 24px 16px;
    background: white;
    border-radius: 8px;
    /* shadow0 */
    box-shadow: 0px 3px 19px -1px rgba(0, 0, 0, 0.10);
}

.service-box-item h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EDEDED;
}

.service-box-item h4 span {
    display: inline-block;
    width: 144px;
    height: 28px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 20px;
    margin: 0 auto 16px;
    padding: 4px 12px;
    border-radius: 48px;
}

.service-box-item .blue {
    color: #006497;
    background: #EBF7FE;
}

.service-box-item .yellow {
    color: #A35E04;
    background: #FEF0DD;
}

.service-box-item .green {
    color: #047205;
    background: #EBF7EC;
}

.service-box-item span svg {
    position: relative;
    top: -2px;
}

.service-box-item p {
    margin-bottom: 16px;
    text-align: left;
}

.service-box-item .btnV {
    width: 100%;
}

@media only screen and (max-width: 1129px) {
    .service {
        width: 100%;
        padding: 80px 40px;
    }

    .service-box-item {
        width: 100%;
        min-width: 244px;
    }
}


/* button
-------------------------------------------------- */

.btnV,
.btnDL {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 17px 16px;
    font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
    align-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.btnV {
    background: #7D00BE;
    color: white;
}

.btnDL {
    background: white;
    border: 2px solid #BF0000;
    color: #BF0000;
    display: flex;
    justify-content: center;
}

.btnDL img.dl-svg {
    width: 24px;
    margin-left: 8px;
}

.btnDL:hover,
.btnDL:active {
    background: #FCF5F5;
    color: #BF0000;
}

.btnV:hover,
.btnV:active,
.cta-btn:hover {
    background: #9B00EC;
    color: white;
}

.btnV:focus,
.btnDL:focus {
    outline-offset: 2px;
    outline: 2px double #134FF3;
}

@media only screen and (max-width:980px) {
    .hero-btn {
        display: block;
    }

    .btnDL {
        margin: 12px auto 0;
    }
}


/*  bage top -------------------- */

.float {
    display: none;
    z-index: 10000;
}

.float-fix {
    display: block;
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 16px;
    right: 32px;
    z-index: 100000;
}

a.float-fix img {
    width: 100%;
}

@media only screen and (max-width: 980px) {
    .float-fix {
        bottom: 106px !important;
        right: 16px !important;
    }

    .cta-fix {
        position: fixed;
        bottom: 0;
        display: block;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 16px;
        z-index: 100000;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
    }

    .cta-btn {
        display: block;
        width: 100%;
        padding: 17px 16px;
        color: white;
        background: #7D00BE;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
    }
}


/* footer
--------------------------------------------------- */

footer {
    margin-bottom: 20px;
}

.footer-fix {
    padding: 32px 0 24px;
    text-align: center;
    width: 100%;
    background: #F8F8F8;
}

.footer-fix span {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #4D4D4D;
    margin-left: 8px;
}

.footer-fix p {
    height: 16px;
    font-size: 1rem;
    color: black;
    line-height: 16px;
}

.footer-fix .footer-link a {
    margin-right: 24px;
    font-size: 1.4rem;
    color: #4D4D4D;
    text-decoration: none;
}

.footer-fix .footer-link a:hover,
.footer-txt div a:hover {
    color: #7D00BE;
    text-decoration: underline;
}

.footer-fix .footer-link a:last-child {
    margin-right: 0;
}

.footer-link {
    margin-bottom: 16px;
}

.footer-txt {
    margin: 20px auto;
    text-align: center;
}

.footer-txt p {
    margin-bottom: 4px;
    font-size: 10px !important;
    color: black;
}

.footer-txt div a {
    color: #4D4D4D;
    text-decoration: none;
    margin-right: 40px;
    font-size: 1.4rem;
}

.footer-txt div a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 980px) {
    .pc-preview {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .pc-preview :hover {
        color: #7D00BE;
        text-decoration: underline;
    }

    svg {
        fill: #686868;
    }

    .pc-preview:hover svg {
        fill: #7D00BE;
    }

    footer {
        margin-bottom: 120px;
    }

    .footer-fix {
        padding: 24px 24px 16px;
        text-align: left;
    }

    .footer-link {
        margin: 14px auto;
        text-align: left;
        height: 16px;
        display: flex;
        align-items: center;
    }

    .footer-fix .footer-link a {
        font-size: 1.2rem;
        line-height: 16px;
        margin-right: 16px;
    }

    .footer-fix p {
        font-size: 1rem;
    }

    .footer-txt {
        margin: 16px 24px 64px;
        text-align: left;
    }

    .footer-txt div {
        height: 16px;
        display: flex;
        align-items: center;
    }

    .footer-txt div a {
        font-size: 1rem;
        margin-right: 24px;
    }
}

@media only screen and (max-width: 510px) {
    .footer-link {
        flex-wrap: wrap;
        height: auto;
        flex-direction: row;
    }

    .footer-link a {
        padding-bottom: 16px;
    }
}


/* NAVI-------------------- */

header {
    display: flex;
    width: 100%;
    padding: 0px 40px;
    align-items: center;
    border-bottom: 1px solid var(--color-border-neutral-base, #B3B2B1);
    background: var(--color-background-surface-light, #FFF);
}

header .header-left-pc {
    position: relative;
    display: flex;
    left: 0;
    align-items: center;
}

header a {
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 30px 20px;
}

header .header-left-pc img.ticket-logo {
    width: 152px !important;
    height: auto;
    margin: 16px 32px 16px 0;
}

header .header-right-pc {
    position: absolute;
    display: flex;
    gap: 16px;
    right: 40px;
}

header .header-right-pc a.login-btn,
header .header-right-pc a.entry-btn {
    margin: 20px auto;
    padding: 12px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    color: #7D00BE;
    width: 136px;
    border: 1px solid #7D00BE;
    border-radius: 8px;
}

header .header-right-pc a.entry-btn {
    color: white;
    width: 136px;
    border: 1px solid #7D00BE;
    border-radius: 8px;
    background: #7D00BE;
}

header .header-right-pc a.entry-btn:hover {
    background: #9B00EC;
}

header .header-right-pc a.login-btn {
    margin: 20px auto;
    padding: 12px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    color: #7D00BE;
    width: 136px;
    border: 1px solid #7D00BE;
    border-radius: 8px;
}

header .header-right-pc a.login-btn:hover {
    background: #ededed;
}

.hd-a-txt.hd-a-txt:focus {
    margin: 24px 16px;
    padding: 2px;
    border: 2px solid #134FF3;
    border-radius: 4px;
}

header .header-right-pc a.login-btn:focus,
header .header-right-pc a.entry-btn:focus {
    outline: 2px solid #134FF3;
    border-radius: 5px;
}

header .sp-menu {
    display: none;
}

@media only screen and (max-width: 980px) {
    header .sp-menu {
        display: block;
    }

    header {
        height: 64px;
        padding: 12px 16px;
        align-items: baseline !important;
    }

    header .header-sp img.ticket-logo {
        width: 124px !important;
        height: auto;
    }

    .sp-menu__content {
        /* 絶対位置で指定   */
        position: fixed;
        /* 画面全体に表示 */
        width: 100%;
        height: 100%;
        /* 開始位置は左上隅 */
        top: 0;
        left: 0;
        /* 前面に表示するがハンバーガーボタンよりは背後 */
        z-index: 10000000;
        background-color: black;
    }

    /* スマホ用メニューのリスト */
    .sp-menu__list {
        margin-top: 63px;
        padding: 0 24px 20px;
        border-top: 1px solid #B3B2B1;
    }

    .sp-menu__list a.login-btn,
    .sp-menu__list a.entry-btn {
        display: block;
        margin: 20px 0;
        padding: 12px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 20px;
        color: #7D00BE;
        width: 100%;
        border: 1px solid #7D00BE;
        border-radius: 4px;
    }

    .sp-menu__list a.entry-btn {
        color: white;
        background: #7D00BE;
    }

    /* スマホ用メニュー項目 */
    .sp-menu__item:last-child {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }

    .sp-menu input {
        display: none;
    }

    /* スマホ用メニュー項目のリンク */
    .sp-menu__link {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 20px;
        color: #333;
        text-decoration: none;
        padding: 16px 24px 16px 0;
    }

    .sp-menu-link-border {
        height: 1px;
        border-bottom: 1px solid #D8D8D8;
    }

    .sp-menu__link:hover {
        color: #333;
    }

    /* ハンバーガーメニューのボタン */
    .sp-menu__box {
        position: absolute;
        /* 位置を固定 */
        top: 0;
        /* 最上部 */
        right: 0;
        /* 右端 */
        /* 中の要素を上下中央寄せ */
        display: flex;
        justify-content: center;
        align-items: center;
        /* サイズ指定 */
        height: 64px;
        width: 60px;
        z-index: 100000000;
        background-color: white;
        border-bottom: 1px solid #B3B2B1;
    }

    /* メニューのアイコン要素 */
    .sp-menu__box span {
        display: block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        width: 18px;
    }

    .active {
        display: block;
        width: 16.5px;
    }

    .sp-menu-head:before,
    .sp-menu__list:before {
        content: url(../images/mini-logo.svg);
        display: block;
        width: 124px;
        height: 40px;
        position: absolute;
        top: 12px;
        left: 16px;
    }

    /*閉じた状態の矢印描画*/
    .sp-menu__box::after {
        content: url(../images/menu.svg);
        display: block;
        padding: 8px 11px;
        position: absolute;
        right: 8px;
    }

    /*開いた状態*/
    #sp-menu__check:checked~.sp-menu__box::after {
        content: url(../images/close.svg);
        display: block;
        position: absolute;
        padding: 8px 11px;
        right: 8px;
    }

    /* 変更箇所はコメントの項目のみ */
    .sp-menu__content {
        display: none;
        width: 100%;
        height: 316px;
        position: absolute;
        /* 普段は画面外にするために左端を画面右端の位置にする */
        z-index: 10000000;
        background-color: white;
        /* 右端からゆっくり移動するように表示 */
        transition: all 0.5s;
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 5px -1px rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }

    span.menu-background {
        background-color: #333;
        /*黒背景*/
        display: block;
        height: 100%;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all 0.3s linear 0s;
        /*0.3s はアニメーションにかかる時間*/
        width: 100%;
        z-index: -1;
    }

    /* ハンバーガーボタンを押してチェックがONの時だけ
   スマホ用メニューを画面左端に移動する */
    #sp-menu__check:checked~.sp-menu__content {
        display: block;
    }

    #sp-menu__check:checked~span.menu-background {
        opacity: 0.7;
        z-index: 999999;
    }

    header .header-left-pc,
    header .header-right-pc {
        display: none;
    }
}


/* NEW LOGO-------------------- */

.offleft {
    position: absolute;
    text-indent: -9999px;
}

.header-logo .ticket-logo a {
    display: block;
    width: 152.25px;
    height: 80px;
    background: url(..../images/mini-logo.svg) no-repeat 0 0;
}

.header-logo .ticket-logo-sp a {
    display: none;
}


/* Campaign-------------------- */

.campaign-bnr a {
    display: block;
    margin: 80px auto 0;
    max-width: 902px;
    width: 100%;
    max-height: 240px;
}

.campaign-bnr a:hover {
    opacity: .7;
}

#campaign {
    margin: 40px auto 0;
    padding-bottom: 80px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}

#campaign h2 {
    margin-bottom: 64px;
}

#campaign table {
    margin: 0 auto;
    max-width: 902px;
    width: 100%;
    border-top: 1px solid #d8d8d8;
}

#campaign table tbody tr th {
    padding: 16px;
    text-align: left;
    width: 195px;
    background: #f8f8f8;
    border-bottom: 1px solid #d8d8d8;
    align-content: center;
    font-size: 1.4rem;
}

#campaign table tbody tr td {
    text-align: left;
    border-bottom: 1px solid #d8d8d8;
    padding: 16px;
    font-size: 1.4rem;
    line-height: 24px;
}

#campaign table tbody tr td ul li {
    display: list-item;
    list-style: disc;
    margin-left: 20px;
    font-size: 1.4rem;
    line-height: 24px;
}

@media only screen and (max-width: 980px) {
    #campaign {
        margin: 0 auto;
        padding: 64px 16px 0;
        padding-bottom: 64px;
    }

    #campaign h2 {
        margin-bottom: 40px;
        font-size: 2.4rem;
        line-height: 32px;
    }

    #campaign table tbody tr th,
    #campaign table tbody tr td {
        width: 100%;
        display: block;
    }

    .campaign-bnr a {
        margin-top: 60px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .about {
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 375px) {
    .campaign-bnr a {
        margin-top: 54px;
    }
}