@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
body {
    background-color: #fff;
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

img {
    height: auto;
    width: 100%;
}

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

.pc-inline {
    display: block;
}
@media screen and (max-width: 767px) {
    .pc-inline {
        display: none;
    }
}

.sp-inline {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp-inline {
        display: block;
    }
}

div[role="button"]:focus,
a:hover,
a:focus {
    outline-color: none;
    outline-style: none;
    outline-width: 0;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
    line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    border-top-width: 1px;
    box-sizing: content-box; /* 1 */
    clear: both;
    color: inherit;
    height: 0; /* 1 */
    margin: 0;
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none; /* 1 */
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
    vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    min-width: 0;
    padding: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-collapse: collapse;
    border-color: inherit; /* 1 */
}

caption {
    text-align: left;
}

td,
th {
    padding: 0;
    vertical-align: top;
}

th {
    font-weight: bold;
    text-align: left;
}

.l-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    width: 98%;
}
@media screen and (max-width: 767px) {
    .l-container {
        max-width: 95%;
    }
}

.l-container__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    width: 95%;
}
@media screen and (max-width: 767px) {
    .l-container__inner {
        max-width: 90%;
        width: 90%;
    }
}

.contact-head {
    margin-top: 60px;
}

.contact-h1 {
    color: #b71a35;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.--confirm .contact-h1 {
    background-color: #f5dee2;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
    padding: 20px;
    width: 960px;
}
.--complete .contact-h1 {
    background-color: #fff;
    border: 1px solid #b71a35;
    color: #b71a35;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
    padding: 20px;
    width: 580px;
}
@media screen and (max-width: 1023px) {
    .contact-h1 {
        font-size: 19px;
        margin-bottom: 15px;
    }
}

.contact-head-text {
    font-size: 23px;
    line-height: 1.739130435;
    margin-bottom: 40px;
    text-align: center;
}
.--complete .contact-head-text {
    margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
    .contact-head-text {
        font-size: 15px;
        margin-bottom: 30px;
    }
}

.contact-head-memo {
    background-color: #e6e6e6;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
    padding: 20px 30px;
    width: 960px;
}
.contact-head-memo.--mb9 {
    margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
    .contact-head-memo {
        padding: 20px 14px;
    }
}

.contact-head-memo-h {
    color: #464646;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.666666667;
}
@media screen and (max-width: 1023px) {
    .contact-head-memo-h {
        font-size: 13px;
    }
}

.contac-head-memo-item {
    color: #464646;
    font-size: 16px;
    line-height: 1.6875;
}
@media screen and (max-width: 1023px) {
    .contac-head-memo-item {
        font-size: 13px;
    }
}

.form {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 960px;
}
@media screen and (max-width: 1023px) {
    .form {
        max-width: 94%;
    }
}

.form-list {
    margin-bottom: 60px;
}
.form-list > div {
    border-top: 1px solid #d2d2d2;
    padding: 35px 0px 35px 30px;
}
@media screen and (max-width: 1023px) {
    .form-list > div {
        padding: 10px 0 10px 0;
    }
}

.hissu {
    color: red;
    font-size: 12px;
    font-weight: normal;
    margin-right: 25px;
}
@media screen and (max-width: 1023px) {
    .hissu {
        margin-left: 10px;
        margin-right: 0;
    }
}

.hukusuu {
    color: red;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}
@media screen and (max-width: 1023px) {
    .hukusuu {
        margin-left: 0;
    }
}

.flexbox {
    display: flex;
}
.flexbox > dt {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 30%;
}
@media screen and (max-width: 1023px) {
    .flexbox > dt {
        font-size: 15px;
        justify-content: flex-start;
        margin-bottom: 5px;
        width: 100%;
    }
}
.flexbox > dd {
    width: 70%;
}
@media screen and (max-width: 1023px) {
    .flexbox > dd {
        font-size: 15px;
        width: 100%;
    }
}
.flexbox.questionnaire-box {
    flex-direction: column;
}
.flexbox.questionnaire-box > dt {
    justify-content: flex-start;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .flexbox.questionnaire-box > dt {
        align-items: flex-start;
        flex-direction: column;
    }
}
.flexbox.questionnaire-box > dd {
    width: 100%;
}
.flexbox.questionnaire-box .btn-item {
    margin-bottom: 10px;
}
.flexbox.questionnaire-box .btn-item:last-child {
    margin-bottom: 20px;
}
.flexbox.message-box {
    flex-direction: column;
}
.flexbox.message-box > dt {
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.flexbox.message-box > dd {
    width: 100%;
}
.flexbox.message-box .message {
    background-color: #e6e6e6;
    color: #464646;
    padding: 10px 15px;
    resize: vertical;
    width: 100%;
}
.flexbox.privacy-box {
    flex-direction: column;
}
.flexbox.privacy-box > dt {
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.flexbox.privacy-box > dd {
    width: 100%;
}
.flexbox.privacy-box .privacy {
    border: 1px solid #333;
    height: 150px;
    margin-bottom: 20px;
    overflow: scroll;
    padding: 25px;
}
@media screen and (max-width: 1023px) {
    .flexbox.privacy-box .privacy {
        font-size: 11px;
        padding: 16px;
    }
}
@media screen and (max-width: 1023px) {
    .flexbox {
        flex-direction: column;
    }
}

.flexbox-wrap {
    flex-wrap: wrap;
}

.flexbox-center {
    align-items: center;
    justify-content: center;
}

.btn-item {
    margin-right: 30px;
}
.btn-item input {
    margin-right: 4px;
}
.btn-item label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}
.btn-item label::before,
.btn-item label::after {
    -webkit-transform: translateY(-50%);
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn-item label::before {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    height: 16px;
    left: 5px;
    width: 16px;
}
.btn-item label::after {
    background-color: #b71a35;
    border-radius: 50%;
    height: 12px;
    left: 7px;
    opacity: 0;
    width: 12px;
}
.btn-item input:checked + label::after {
    opacity: 1;
}
.btn-item .visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
@media screen and (max-width: 767px) {
    .btn-item {
        margin-right: 0;
    }
}

.input01 {
    background-color: #e6e6e6;
    color: #464646;
    padding: 10px 15px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .input01 {
        padding: 10px;
    }
}

.--confirm .questionnaire {
    margin-bottom: 20px;
}

.questionnaire-ttl {
    margin-bottom: 5px;
}

.bt-form {
    margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
    .bt-form {
        flex-direction: column-reverse;
    }
}

.bt-form input {
    background-color: #b71a35;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 0 5px;
    padding: 25px 0;
    text-align: center;
    width: 280px;
}
.bt-form input.--white {
    background-color: #fff;
    border: 2px solid #b71a35;
    color: #b71a35;
    margin-left: 90px;
}
@media screen and (max-width: 1023px) {
    .bt-form input.--white {
        margin-bottom: 20px;
        margin-left: 0;
    }
}
@media screen and (max-width: 1023px) {
    .bt-form input {
        font-size: 17px;
        padding: 20px;
    }
}

.privacy-check label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .privacy-check label {
        display: inline-block;
    }
}
.privacy-check label::before,
.privacy-check label::after {
    content: "";
    display: block;
    position: absolute;
}
.privacy-check label::before {
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0%;
    height: 20px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}
@media screen and (max-width: 767px) {
    .privacy-check label::before {
        -webkit-transform: translateY(-50%);
        top: 10px;
        transform: translateY(-50%);
    }
}
.privacy-check label::after {
    -webkit-transform: rotate(-45deg);
    border-bottom: 3px solid #b71a35;
    border-left: 3px solid #b71a35;
    height: 10px;
    left: 5px;
    opacity: 0;
    top: -2px;
    transform: rotate(-45deg);
    width: 20px;
}
.privacy-check input:checked + label::after {
    opacity: 1;
}
.privacy-check .visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.error {
    color: #cd3d59;
}

.footer-fixed {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
@media screen and (max-width: 1023px) {
    .footer-fixed {
        display: flex;
    }
}

.footer-fixed-left {
    width: 50%;
}

.footer-fixed-left a {
    background-color: #b71a35;
    border: 1px solid #b71a35;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.footer-fixed-right {
    width: 50%;
}

.footer-fixed-right a {
    background-color: #fff;
    border: 1px solid #b71a35;
    color: #b71a35;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.footer {
    background-color: #aae6e6;
    padding-bottom: 30px;
    padding-top: 35px;
}
@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.footer-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 960px;
}
@media screen and (max-width: 1023px) {
    .footer-inner {
        justify-content: center;
    }
}

.footer-cta_text {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .footer-cta_text {
        font-size: 17px;
        text-align: center;
    }
}

.footer-cta_btn {
    background-color: #fff;
    color: #00b9b4;
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
}
.footer-cta_btn:hover {
    color: #aae6e6;
}
@media screen and (max-width: 767px) {
    .footer-cta_btn {
        margin-bottom: 20px;
    }
}

.footer-info_corp {
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .footer-info_corp {
        font-size: 14px;
    }
}

.footer-info_corp-large {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .footer-info_corp-large {
        display: inline;
        font-size: 17px;
    }
}

.footer-info_address {
    font-size: 17px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .footer-info_address {
        font-size: 14px;
    }
}

.copy {
    background-color: #00b9b4;
    color: #fff;
    font-size: 12px;
    padding: 20px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .copy {
        margin-bottom: 32px;
    }
}

.copy-poricy {
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .copy-poricy {
        display: block;
        margin-bottom: 10px;
        text-decoration: underline;
    }
}

.pc-header {
    display: block;
}
@media screen and (max-width: 1023px) {
    .pc-header {
        display: none;
    }
}

.header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-bottom: 30px;
    padding-top: 40px;
    width: 100%;
}

.title {
    width: 210px;
}
.title img {
    width: 100%;
}

.header-btn-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-btn {
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
    width: 255px;
}
.header-btn.--shop {
    background-color: #19afaa;
    border: 1px solid #19afaa;
    color: #fff;
}
.header-btn.--regi {
    background-color: #fff;
    border: 1px solid #19afaa;
    color: #19afaa;
}
.header-btn:last-child {
    margin-bottom: 0;
}
.header-btn:hover {
    opacity: 0.7;
}

.swiper.swiper-container {
    width: 100%;
}

.swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 39.06%;
    width: 100%;
}

.slide1 {
    background-image: url(../img/top/topslide1.jpg);
}

.slide2 {
    background-image: url(../img/top/topslide2.jpg);
}

.slide3 {
    background-image: url(../img/top/topslide3.jpg);
}

.swiper .swiper-pagination-bullet-active {
    background-color: #b71a35;
}
@media screen and (max-width: 1023px) {
    .swiper .swiper-pagination-bullet-active {
        height: 8px;
        width: 8px;
    }
}

.header-nav {
    background-color: #b71a35;
}

@-webkit-keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.header-menu {
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%;
}
.header-menu .header-menu-item {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 15px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    width: 18%;
}
.header-menu .header-menu-item:first-child {
    margin-left: 50px;
}
.header-menu .header-menu-item .header-underline {
    border-bottom: 1px solid #b71a35;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: 0.3s;
}
.header-menu .header-menu-item .header-menu-child {
    display: none;
    transition: 0.3s;
}
.header-menu .header-menu-item:hover {
    background-color: #c85163;
    cursor: pointer;
}
.header-menu .header-menu-item:hover .header-underline {
    border-bottom: 1px solid #fff;
}
.header-menu .header-menu-item:hover .header-menu-child {
    -webkit-animation: show 0.3s linear 0s;
    animation: show 0.3s linear 0s;
    display: block;
    left: 0;
    margin-top: 15px;
    position: absolute;
    width: 220px;
    z-index: 10;
}
.header-menu .header-menu-item:hover .header-menu-child .header-menu-child-item {
    background-color: #c85163;
    border-bottom: 1px solid #b71a35;
    display: block;
    padding: 15px;
    text-align: left;
}
.header-menu .header-menu-item:hover .header-menu-child .header-menu-child-item:hover {
    background-color: #ba3b4e;
}

.page-header {
    margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
    .page-header {
        margin-bottom: 25px;
    }
}

.page-header-img img {
    width: 100%;
}

.lineup-head {
    color: #ff91b4;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.lineup-head.--vpro {
    color: #826041;
}
.lineup-head.--bc {
    color: #c8a0dc;
}
@media screen and (max-width: 1023px) {
    .lineup-head {
        margin-bottom: 15px;
    }
}

.lineup-text {
    font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
    font-size: 25px;
    line-height: 1.52;
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .lineup-text {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

.card-area {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 960px;
}
.card-area.--mb12 {
    margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
    .card-area {
        width: 90%;
    }
    .card-area.--mb5-sp {
        margin-bottom: 50px;
    }
}

.card {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
    .card {
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.card-img {
    position: relative;
    width: 38%;
}
.card-img:after {
    content: "";
    display: block;
    height: 0;
    padding-top: 87.5%;
    width: 100%;
}
.card-img img {
    -o-object-fit: cover;
    -o-object-position: center;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .card-img {
        width: 100%;
    }
}

.card-content {
    background-color: #fff2f5;
    flex: 1;
    padding: 30px 35px;
    width: 62%;
}
.--vpro .card-content {
    background-color: #f0e6dc;
}
.--bc .card-content {
    background-color: #f5ebff;
}
@media screen and (max-width: 1023px) {
    .card-content {
        padding: 20px 25px;
        width: 100%;
    }
}

.card-title {
    border-bottom: 1px solid #b71a35;
    color: #b71a35;
    font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.--vpro .card-title {
    border-bottom: 1px solid #6b441d;
    color: #6b441d;
}
.--bc .card-title {
    border-bottom: 1px solid #003c7d;
    color: #003c7d;
}
@media screen and (max-width: 1023px) {
    .card-title {
        border-bottom: 1px solid #b71a35;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .--vpro .card-title {
        border-bottom: 1px solid #6b441d;
        font-size: 18px;
    }
}

.card-subtitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
@media screen and (max-width: 1023px) {
    .card-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.card-text {
    color: #b71a35;
    font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.470588235;
    margin-bottom: 10px;
}
.--vpro .card-text {
    color: #6b441d;
}
.--bc .card-text {
    color: #003c7d;
}
@media screen and (max-width: 1023px) {
    .card-text {
        font-size: 15px;
    }
}

.card-disc {
    font-size: 13px;
    line-height: 1.571428571;
    margin-bottom: 30px;
}
.--large .card-disc {
    margin-bottom: 80px;
}
.--superlarge .card-disc {
    margin-bottom: 150px;
}
@media screen and (max-width: 1023px) {
    .card-disc {
        font-size: 15px;
    }
    .--large .card-disc {
        margin-bottom: 40px;
    }
    .--superlarge .card-disc {
        margin-bottom: 40px;
    }
}

.card-btn {
    background-color: #ff91b4;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
    width: 280px;
}
.--vpro .card-btn {
    background-color: #826041;
}
.--bc .card-btn {
    background-color: #be91d7;
}
.card-btn:hover {
    opacity: 0.7;
}
@media screen and (max-width: 1023px) {
    .card-btn {
        font-size: 17px;
        padding: 13px;
        width: 150px;
    }
}

.lineup-minhead {
    color: #6b441d;
    font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .lineup-minhead {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.min-card-area {
    display: grid;
    gap: 0 60px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 960px;
}
@media screen and (max-width: 1023px) {
    .min-card-area {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        margin-bottom: 45px;
        width: 90%;
    }
}

.min-card-img-area {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1023px) {
    .min-card-img-area {
        flex-direction: row;
        margin-bottom: 10px;
    }
}

.min-card-img {
    height: auto;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .min-card-img {
        width: 50%;
    }
    .min-card-img:after {
        content: "";
        display: block;
        height: 0;
        padding-top: 55.38%;
    }
}
@media screen and (max-width: 1023px) {
    .min-card-img img {
        -o-object-fit: cover;
        -o-object-position: center;
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .min-card-head-area {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
}

.min-card-title {
    background-color: #826041;
    color: #fff;
    font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .min-card-title {
        align-items: center;
        display: flex;
        flex: 1;
        font-size: 20px;
        justify-content: center;
    }
}

.min-card-title-cap {
    background-color: #f0e6dc;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .min-card-title-cap {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: center;
        margin-bottom: 0;
    }
}

.min-card-subtitle {
    color: #231815;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .min-card-subtitle {
        display: inline-block;
        font-size: 16px;
    }
}

.min-card-subtitle-cap {
    color: #6b441d;
    font-size: 16px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
    .min-card-subtitle-cap {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.min-card-disc {
    font-size: 14px;
    margin-bottom: 30px;
}

.privacy-contents {
    padding-top: 100px;
}
@media screen and (max-width: 767px) {
    .privacy-contents {
        padding-top: 50px;
    }
}

.privacy-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 960px;
}

.privacy-h2 {
    color: #b71a35;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 45px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .privacy-h2 {
        font-size: 22px;
        margin-bottom: 60px;
    }
}

.privacy-h3 {
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .privacy-h3 {
        font-size: 18px;
    }
}

.privacy-txt {
    margin-bottom: 40px;
}

.chane-x {
    align-items: center;
    background-color: #b71a35;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 13.038vw;
    justify-content: center;
    order: 0;
    position: relative;
    width: 13.038vw;
}

.bar1,
.bar2,
.bar3 {
    background-color: #ffffff;
    border-radius: 5px;
    height: 2px;
    margin: 1.5vw auto;
    transition: 0.4s;
    width: 8vw;
}

.text {
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.bar1 {
    margin-top: 0;
}

.bar3 {
    margin-bottom: 0;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-1.304vw, -1.304vw);
    -moz-transform: rotate(45deg) translate(-1.304vw, -1.304vw);
    -ms-transform: rotate(45deg) translate(-1.304vw, -1.304vw);
    -o-transform: rotate(45deg) translate(-1.304vw, -1.304vw);
    transform: rotate(45deg) translate(-1.304vw, -1.304vw);
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-1.565vw, 1.565vw);
    -moz-transform: rotate(-45deg) translate(-1.565vw, 1.565vw);
    -ms-transform: rotate(-45deg) translate(-1.565vw, 1.565vw);
    -o-transform: rotate(-45deg) translate(-1.565vw, 1.565vw);
    transform: rotate(-45deg) translate(-1.565vw, 1.565vw);
}

.chane-x .text {
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    color: #fff;
    font-size: 2.738vw;
    letter-spacing: 0.5px;
    line-height: 100%;
    margin-bottom: 5px;
    margin-top: 2px;
    transition: ease all 0.35s;
}

.l-sp-header {
    display: none;
}
@media screen and (max-width: 1023px) {
    .l-sp-header {
        display: block;
    }
}

.sp-header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 90%;
}

.l-sp-header__logo {
    width: 30%;
}
.l-sp-header__logo img {
    height: auto;
    max-width: 100%;
}

.p-sp-nav {
    display: none;
    height: 100vh;
    overflow-y: scroll;
    position: absolute;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.p-sp-nav-list {
    display: block;
}

.p-sp-nav-list__item {
    padding: 0;
    position: relative;
    transition: none;
}

.p-sp-nav-list__link {
    align-items: center;
    background-color: #b71a35;
    border-top: 1px solid #851328;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    padding: 10px;
    position: relative;
    text-align: center;
    transition: none;
    width: 100%;
}
.p-sp-nav-list__link:after {
    background-size: 10px 10px;
    border-top: none;
    content: "";
    display: block;
    height: 16px;
    left: auto;
    position: absolute;
    right: 20px;
    transition: 0.3s;
    width: 16px;
}

.p-sp-nav-list__link--has-child {
    border-bottom: 1px solid #851328;
}
.p-sp-nav-list__link--has-child:after {
    background: url(../img/menu-after.svg) no-repeat center center;
    background-size: 10px 10px;
    border-top: none;
    content: "";
    display: block;
    height: 16px;
    left: auto;
    position: absolute;
    right: 20px;
    transition: 0.3s;
    width: 16px;
}
.p-sp-nav-list__link--has-child.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.p-sp-nav-child-list {
    background-color: #e54c68;
    border-bottom: 1px solid #851328;
    display: none;
    left: auto;
    opacity: 1;
    position: static;
    top: auto;
    transition: none;
    visibility: visible;
    width: 100%;
}

.p-sp-nav-child-list__item:last-child {
    border-bottom: none;
}

.p-sp-nav-child-list__link {
    align-items: center;
    border-bottom: 1px solid #851328;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    padding: 20px;
    position: relative;
    text-align: left;
}

.top1 {
    padding-bottom: 100px;
    padding-top: 100px;
}
@media screen and (max-width: 1023px) {
    .top1 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.top1-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    width: 960px;
}
.top1-inner:before {
    content: url(../img/top/top1-left.png);
    left: -30px;
    position: absolute;
    top: -20px;
}
@media screen and (max-width: 1023px) {
    .top1-inner:before {
        content: "";
    }
}
.top1-inner:after {
    content: url(../img/top/top1-right.png);
    position: absolute;
    right: -30px;
    top: -40px;
}
@media screen and (max-width: 1023px) {
    .top1-inner:after {
        content: "";
    }
}

.top1-h2 {
    color: #b71a35;
    font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .top1-h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.top1-disc {
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .top1-disc {
        font-size: 14px;
    }
}

.top2 {
    background-color: #fff2f5;
    padding-bottom: 70px;
    padding-top: 40px;
}

.top2-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    width: 960px;
}
.top2-inner:after {
    bottom: -72px;
    content: url(../img/top/top2-right.png);
    position: absolute;
    right: -20px;
}
@media screen and (max-width: 1023px) {
    .top2-inner:after {
        content: "";
    }
}
@media screen and (max-width: 1023px) {
    .top2-inner {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}

.top2-h2 {
    color: #00b9b4;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 45px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .top2-h2 {
        font-size: 22px;
        margin-bottom: 60px;
    }
}

.top2-h3 {
    font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
    .top2-h3 {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 60px;
        margin-left: 20px;
        position: relative;
    }
    .top2-h3:after {
        background-image: url(../img/top/top-right-sp.png);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; /*何も入れない*/
        display: inline-block;
        height: 220px; /*画像の高さ*/
        position: absolute;
        right: 30px;
        top: -70px;
        vertical-align: middle;
        width: 150px; /*画像の幅*/
    }
}

.top2-disc {
    font-size: 15px;
    line-height: 1.83;
    width: 75%;
}
@media screen and (max-width: 1023px) {
    .top2-disc {
        font-size: 14px;
        width: 100%;
    }
}

.top3 {
    padding-bottom: 75px;
    padding-top: 50px;
}

.top3-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 960px;
}

.top3-h2 {
    color: #ff91b4;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.top3-contents {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.top3-card_link {
    transition: 0.3s;
}
.top3-card_link:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .top3-card_link {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        width: 88%;
    }
}

@media screen and (max-width: 767px) {
    .top3-card_img {
        width: 50%;
    }
}

.top3-card_head {
    background-color: #ff91b4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .top3-card_head {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        width: 50%;
    }
}

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

.top3-card_list {
    display: block;
}
@media screen and (max-width: 767px) {
    .top3-card_list {
        display: none;
    }
}

.swiper-container {
    padding-bottom: 36px; /* ページネーション用の余白 */
    width: calc(100% - 72px); /* 左右のボタンの大きさ + 余白分だけ差し引く */
}

/* 前ページ、次ページボタン共通 */
.swiper-button-prev,
.swiper-button-next {
    background-repeat: no-repeat;
    background-size: 36px 36px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
    background-size: contain;
    height: 36px; /* ボタンの高さ */
    margin-top: -18px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
    top: calc((100% - 36px) * 0.5); /* ページネーション（36px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
    width: 36px; /* ボタンの幅 */
}

/* 次ページボタン */
.swiper-button-next {
    background-image: url(../img/arrow-right.svg);
}
@media screen and (max-width: 767px) {
    .swiper-button-next {
        right: 0;
    }
}

.swiper-button-next:after {
    display: none; /* もともとのボタンは削除 */
}

/* 前ページボタン */
.swiper-button-prev {
    -webkit-transform: scale(-1, 1);
    background-image: url(../img/arrow-right.svg);
    transform: scale(-1, 1); /* 左右反転 */
}
@media screen and (max-width: 767px) {
    .swiper-button-prev {
        left: 0;
    }
}

.swiper-button-prev:after {
    display: none; /* もともとのボタンは削除 */
}

/* ページネーションの色と大きさ */
.swiper-pagination-bullet {
    background-color: gray;
    height: 12px;
    width: 12px;
}
@media screen and (max-width: 1023px) {
    .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }
}

.swiper-pagination-bullet-active {
    background-color: blue;
    height: 12px;
    width: 12px;
}
/*# sourceMappingURL=sourcemaps/app.css.map */

/* [modify:2023/07/29] loaging画像の追加 */
#loading {
    display: none;
}
@media screen and (max-width: 767px) {
    #loading {
        display: block;
        width: 100vw;
        height: 100vh;
        transition: all 1.5s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #f2d4d6;
    }
    .loading-img {
        width: 100%;
        height: auto;
    }
    .loaded {
        opacity: 0;
        visibility: hidden;
    }
}
