@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Secular+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Labrada&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gwendolyn:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+2:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Croissant+One&display=swap");
.modalBlock section.modalInner ul.mainList .remarks {
    padding-left: 1em;
    text-indent: -1em;
}

.nav-header.is-fixed {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6em;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #121a53;
    position: relative;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
    color: #e96ba0;
}
a:hover {
    color: #ff9ec6;
}

img.responsiveimg {
    max-width: 100%;
    height: auto;
}

#all {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.note {
    font-size: 90%;
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
    color: #3b3b3b;
}
.note li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.3rem;
}

.wrapper {
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 0px;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

ul[role="list"],
ol[role="list"],
ul,
li {
    list-style: none;
}

html {
    scroll-behavior: auto;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
.pc {
    display: none !important;
}
@media screen and (min-width: 992px) {
    .pc {
        display: block !important;
    }
}

.tablet {
    display: none;
}
@media screen and (min-width: 600px) {
    .tablet {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .tablet {
        display: none;
    }
}

.sp {
    display: block !important;
}
@media screen and (min-width: 992px) {
    .sp {
        display: none !important;
    }
}

.tablet-sp {
    display: block;
}
@media screen and (min-width: 600px) {
    .tablet-sp {
        display: none;
    }
}

.middle-pc {
    display: none;
}
@media screen and (min-width: 600px) {
    .middle-pc {
        display: block;
    }
}
@media screen and (min-width: 1300px) {
    .middle-pc {
        display: none;
    }
}

.wide-pc {
    display: block;
    width: auto !important;
    min-height: 750px;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -850px !important;
}
@media screen and (max-width: 1300px) {
    .wide-pc {
        display: none;
    }
}

.sp_none {
    display: none;
}
@media screen and (min-width: 992px) {
    .sp_none {
        display: inline;
    }
}

.rp400 {
    display: none;
}
@media screen and (max-width: 480px) {
    .rp400 {
        display: block;
    }
}

.txt3S {
    font-size: 70% !important;
}

.txtSS {
    font-size: 80% !important;
}

.txtS {
    font-size: 90% !important;
}

.txtL {
    font-size: 120% !important;
}

.txtLL {
    font-size: 140% !important;
}

.txtBold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.color-accent {
    color: #e96ba0;
}

.color-accent2 {
    color: #fff7c3;
}

.color-red {
    color: #e41212;
}

.color-gray {
    color: #9a6161;
}

.mt2 {
    margin-top: 2rem !important;
}

.mt4 {
    margin-top: 4rem !important;
}

.mt8 {
    margin-top: 8rem !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb2 {
    margin-bottom: 2rem !important;
}

.mb3 {
    margin-bottom: 3rem !important;
}

.mb4 {
    margin-bottom: 4rem !important;
}

.mb8 {
    margin-bottom: 8rem !important;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

img.responsiveimg {
    width: 100%;
    height: auto;
}

.longurl {
    word-break: break-all;
}

.effect-fade {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 800ms;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

.list-indent {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}

#loader {
    width: 200px;
    height: 200px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 10000;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5000;
}

.loader {
    display: inline-block;
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
#loader {
    width: 15px;
    height: 15px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    z-index: 10000;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5000;
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
    animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
    animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
    animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
    animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
    animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
    animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
    animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
    animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
    background-color: Violet;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
}

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
@keyframes ball-spin-loader {
    75% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
.ball-spin-loader {
    position: relative;
}

.ball-spin-loader > span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
    animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader > span:nth-child(2) {
    top: 30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
    animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader > span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
    animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader > span:nth-child(4) {
    top: -30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
    animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader > span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
    animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader > span:nth-child(6) {
    top: -30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
    animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader > span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
    animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader > span:nth-child(8) {
    top: 30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
    animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #f3b8c5;
}

.nav-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .nav-header:after {
        display: block;
        position: absolute;
        width: 100%;
        height: 25px;
        bottom: -25px;
        left: 0;
        content: "";
        display: block;
        /* background: url("../img/bg_border_menu.png") repeat-x left center/auto; */
    }
}
.nav-header__container {
    display: flex;
    justify-content: flex-end;
    max-width: 1000px;
    height: 5vw;
    margin: 0 auto;
    padding: 0 0 0 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media screen and (min-width: 992px) {
    .nav-header__container {
        justify-content: center;
        padding: 0 15px;
    }
}
@media (min-width: 1170px) {
    .nav-header__container {
        height: 70px;
    }
}
.nav-header__menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .nav-header__menu {
        display: flex;
        align-items: center;
    }
}
.nav-header__menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}
.nav-header__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #f6f4e7;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 14px;
    text-decoration: none;
}
@media (min-width: 1070px) {
    .nav-header__link {
        font-size: 1.7rem;
    }
}
@media (min-width: 1170px) {
    .nav-header__link {
        font-size: 1.9rem;
    }
}
.nav-header__contact {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
    background-color: #baf4f8;
    color: #ffffff;
    margin-left: 1.6rem;
    padding: 1.2rem 3.2rem;
    border-radius: 100px;
}
.nav-header__contact:hover {
    background-color: #a3f0f6;
}
.nav-header__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 5rem;
    height: calc(5rem + 8px);
    background: #fff;
    border-radius: 5px;
    margin-top: 8px;
    margin-right: 8px;
    padding-top: 15px;
    padding-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media (min-width: 992px) {
    .nav-header__toggle {
        display: none;
    }
}
.nav-header__toggle-line {
    display: block;
    width: 60%;
    border-bottom: 3px solid #202d8c;
}
.nav-header__toggle-line:nth-child(2) {
    margin: 13% 0px;
}
.nav-header__toggle-txt {
    display: block;
    margin: 5px 0 0;
    font-size: 1.1rem;
    color: #202d8c;
    /* font-family: "Secular One", sans-serif; */
}

.nav-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.nav-header.is-fixed {
    position: fixed;
    height: auto;
    margin-top: 0;
    top: 0;
    background: #efefed url(../img/bg_sp.png) center top/auto auto repeat;
}
@media screen and (min-width: 992px) {
    .nav-header.is-fixed {
        background: #efefed url(../img/bg.png) center top/auto auto repeat;
    }
}
.nav-header__menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .nav-header__menu {
        display: flex;
        justify-content: center;
        align-items: center;
        /* font-family: "Kosugi Maru", serif; */
        font-weight: 700;
        font-style: normal;
    }
}
.nav-header__menu-item {
    position: relative;
    height: 100%;
}
.nav-header__link {
    display: block;
    align-items: center;
    height: 100%;
    text-align: center;
    font-size: 2rem;
    padding: 0 18px;
    text-decoration: none;
    color: #e96ba0;
}
@media screen and (min-width: 992px) {
    .nav-header__link {
        font-size: 2.4rem;
        padding: 0 26px;
    }
}
@media (min-width: 1175px) {
    .nav-header__link {
        font-size: 3rem;
        padding: 10px 30px;
    }
}
@media (min-width: 1285px) {
    .nav-header__link {
        font-size: 3rem;
        padding: 10px 40px;
    }
}
.nav-header__contact {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
    background-color: #baf4f8;
    color: #ffffff;
    margin-left: 1.6rem;
    padding: 1.2rem 3.2rem;
    border-radius: 100px;
}
.nav-header__contact:hover {
    background-color: #a3f0f6;
}
.nav-header__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 5rem;
    height: calc(5rem + 8px);
    background: #fff;
    border-radius: 5px;
    margin-top: 8px;
    margin-right: 8px;
    padding-top: 15px;
    padding-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media (min-width: 992px) {
    .nav-header__toggle {
        display: none;
    }
}
.nav-header__toggle-line {
    display: block;
    width: 60%;
    border-bottom: 3px solid #202d8c;
}
.nav-header__toggle-line:nth-child(2) {
    margin: 13% 0px;
}
.nav-header__toggle-txt {
    display: block;
    margin: 5px 0 0;
    font-size: 1.1rem;
    color: #baf4f8;
    /* font-family: "Secular One", sans-serif; */
}

.nav-hamburger__btn {
    display: block;
    position: fixed;
    right: 0;
    width: 5rem;
    height: calc(5rem - 4px);
    background-color: #f0537d;
    border-radius: 5px;
    margin-top: 4px;
    margin-right: 4px;
    padding: 6px 12px 6px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media screen and (min-width: 992px) {
    .nav-hamburger__btn {
        display: none;
    }
}

.hamburger {
    display: block;
    position: relative;
    width: 100%;
    height: 22px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
@media screen and (min-width: 992px) {
    .hamburger {
        height: 32px;
    }
}

.hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 3px solid #fff;
}

.hamburger span:nth-child(1) {
    top: 5px;
}
@media screen and (min-width: 992px) {
    .hamburger span:nth-child(1) {
        top: 8px;
    }
}

.hamburger span:nth-child(2) {
    top: 15px;
}
@media screen and (min-width: 992px) {
    .hamburger span:nth-child(2) {
        top: 18px;
    }
}

.hamburger span:nth-child(3) {
    top: 25px;
}
@media screen and (min-width: 992px) {
    .hamburger span:nth-child(3) {
        top: 28px;
    }
}

.hamburger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hamburger.active span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
    opacity: 0;
}

nav.nav-globalMenuSp {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    color: #baf4f8;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
}

nav.nav-globalMenuSp ul {
    background-color: #00afdc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 700;
    font-style: normal;
    font-size: 2.8rem;
}

nav.nav-globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: #cdd3d3 1px dashed;
    margin: 0;
    font-weight: bold;
}

nav.nav-globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.nav-globalMenuSp ul li:hover {
    background: #fff;
}

nav.nav-globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1.5rem 0;
    text-decoration: none;
}
nav.nav-globalMenuSp ul li a:hover {
    color: #f0537d;
}

nav.nav-globalMenuSp.active {
    transform: translateX(0%);
}

/* -------------------------------------------------------------------  NAV -------------------------------------------------------------------  */
.nav-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .nav-header {
        height: 70px;
        width: 100%;
        margin: 0 auto;
        top: 0;
    }
}
@media screen and (min-width: 992px) {
    .nav-header:after {
        display: block;
        position: absolute;
        width: 100%;
        height: 25px;
        bottom: -25px;
        left: 0;
        content: "";
        display: block;
        /* background: url("../img/bg_border_menu.png") repeat-x left center/auto; */
        z-index: -1;
    }
}
.nav-header__container {
    display: flex;
    right: 0;
    left: 0;
    margin: 3px auto 0;
}
.nav-header__container {
    display: flex;
    justify-content: flex-end;
    max-width: 1000px;
    height: 5vw;
    margin: 0 auto;
    padding: 0 0 0 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media screen and (min-width: 992px) {
    .nav-header__container {
        justify-content: center;
        padding: 0 15px;
    }
}
@media (min-width: 1170px) {
    .nav-header__container {
        height: 70px;
    }
}
@media screen and (min-width: 992px) {
    .nav-header.is-fixed {
        position: fixed;
        height: auto;
        height: 60px;
        margin-top: 0;
        top: 0;
        background-size: cover;
        transition: all 0.3s ease;
        background: linear-gradient(white 70%, white 100%);
    }
}
.nav-header.is-fixed .nav-header__container {
    top: -5px;
}
.nav-header.is-fixed:before {
    display: none;
}
.nav-header.is-fixed:after {
    display: none;
}
.nav-header__menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .nav-header__menu {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../img/menu-line.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 100%;
    }
}
.nav-header__menu-item {
    position: relative;
    height: 100%;
    padding-top: 20px;
}
.nav-header__link {
    display: block;
    align-items: center;
    height: 100%;
    text-align: center;
    font-size: 2rem;
    padding: 0 18px;
    text-decoration: none;
    color: #baf4f8;
}
@media screen and (min-width: 992px) {
    .nav-header__link {
        font-size: 2.4rem;
        padding: 0 10px;
    }
}
@media (min-width: 1175px) {
    .nav-header__link {
        font-size: 2.5rem;
    }
}
.nav-header__contact {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
    background-color: #baf4f8;
    color: #ffffff;
    margin-left: 1.6rem;
    padding: 1.2rem 3.2rem;
    border-radius: 100px;
}
.nav-header__contact:hover {
    background-color: #a3f0f6;
}
.nav-header__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 5rem;
    height: calc(5rem + 8px);
    background: #fff;
    border-radius: 5px;
    margin-top: 8px;
    margin-right: 8px;
    padding-top: 15px;
    padding-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media (min-width: 992px) {
    .nav-header__toggle {
        display: none;
    }
}
.nav-header__toggle-line {
    display: block;
    width: 60%;
    border-bottom: 3px solid #202d8c;
}
.nav-header__toggle-line:nth-child(2) {
    margin: 13% 0px;
}

nav.nav-globalMenuSp.active {
    transform: translateX(0%);
}

.bgBlock2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -6px;
    left: -6px;
}
@media screen and (min-width: 992px) {
    .bgBlock2 {
        top: -25px;
        left: -25px;
    }
}

.bgBlock {
    position: relative;
    width: 100%;
}
@media screen and (min-width: 1174px) {
    .bgBlock {
        width: 1174px;
        margin: 0 auto;
    }
}
.bgBlock__L,
.bgBlock__R {
    position: absolute !important;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.bgBlock__L > div,
.bgBlock__R > div {
    position: relative;
}
.bgBlock__L > div > img,
.bgBlock__R > div > img {
    position: absolute;
}
@media screen and (min-width: 992px) {
    .bgBlock__L > div > img,
    .bgBlock__R > div > img {
        width: auto;
    }
}
.bgBlock__L {
    height: 100%;
    top: 0;
    left: -8px;
}
@media screen and (min-width: 600px) {
    .bgBlock__L {
        left: 0;
    }
}
.bgBlock__L > div {
    height: 100%;
}
.bgBlock__L > div img.bg_sidel01 {
    max-width: 69px;
    width: 40px;
    bottom: -25px;
    left: -20px;
}
@media screen and (min-width: 600px) {
    .bgBlock__L > div img.bg_sidel01 {
        width: 50px;
        bottom: -50px;
        left: -42px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__L > div img.bg_sidel01 {
        width: 10vw;
        bottom: -60px;
        left: -40px;
    }
}
.bgBlock__L > div img.bg_sidel02 {
    max-width: 128px;
    min-width: 55px;
    width: 55px;
    top: -25px;
    left: -18px;
}
@media screen and (min-width: 600px) {
    .bgBlock__L > div img.bg_sidel02 {
        width: 10vw;
        top: -40px;
        left: -40px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__L > div img.bg_sidel02 {
        top: -45px;
        left: -40px;
    }
}
@media screen and (min-width: 1300px) {
    .bgBlock__L > div img.bg_sidel02 {
        width: 12vw;
        left: -60px;
    }
}
.bgBlock__L > div img.bg_sidel03 {
    max-width: 222px;
    min-width: 110px;
    width: 110px;
    bottom: -35px;
    left: -10px;
}
@media screen and (min-width: 600px) {
    .bgBlock__L > div img.bg_sidel03 {
        width: 15vw;
        bottom: -45px;
        left: -25px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__L > div img.bg_sidel03 {
        bottom: -55px;
        left: -30px;
    }
}
.bgBlock__L > div img.bg_sidel05 {
    max-width: 69px;
    width: 38px;
    bottom: -25px;
    left: -15px;
}
@media screen and (min-width: 600px) {
    .bgBlock__L > div img.bg_sidel05 {
        width: 8vw;
        bottom: -40px;
        left: -42px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__L > div img.bg_sidel05 {
        bottom: -60px;
        left: -40px;
    }
}
.bgBlock__L > div img.bg_sidel06 {
    max-width: 69px;
    min-width: 38px;
    width: 38px;
    top: -15px;
    left: -15px;
}
@media screen and (min-width: 600px) {
    .bgBlock__L > div img.bg_sidel06 {
        width: 8vw;
        top: -20px;
        left: -35px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__L > div img.bg_sidel06 {
        top: -20px;
        left: -35px;
    }
}
.bgBlock__R {
    top: 0;
    right: -8px;
    height: 100%;
}
@media screen and (min-width: 600px) {
    .bgBlock__R {
        right: 0;
    }
}
.bgBlock__R > div {
    height: 100%;
}
.bgBlock__R > div img.bg_sider01 {
    max-width: 129px;
    min-width: 55px;
    width: 55px;
    right: -15px;
    top: -25px;
}
@media screen and (min-width: 600px) {
    .bgBlock__R > div img.bg_sider01 {
        width: 10vw;
        right: -40px;
        top: -40px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__R > div img.bg_sider01 {
        right: -40px;
        top: -50px;
    }
}
@media screen and (min-width: 1300px) {
    .bgBlock__R > div img.bg_sider01 {
        right: -65px;
        top: -50px;
    }
}
.bgBlock__R > div img.bg_sider02 {
    max-width: 128px;
    min-width: 70px;
    width: 70px;
    right: -12px;
    bottom: -20px;
}
@media screen and (min-width: 600px) {
    .bgBlock__R > div img.bg_sider02 {
        width: 13vw;
        right: -35px;
        bottom: -20px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__R > div img.bg_sider02 {
        right: -35px;
        bottom: -30px;
    }
}
@media screen and (min-width: 1300px) {
    .bgBlock__R > div img.bg_sider02 {
        right: -40px;
        bottom: -30px;
    }
}
.bgBlock__R > div img.bg_sider03 {
    max-width: 53px;
    min-width: 35px;
    width: 35px;
    right: -13px;
    top: -15px;
}
@media screen and (min-width: 600px) {
    .bgBlock__R > div img.bg_sider03 {
        width: 5vw;
        right: -20px;
        top: -20px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__R > div img.bg_sider03 {
        right: -30px;
        top: -20px;
    }
}
.bgBlock__R > div img.bg_sider04 {
    max-width: 128px;
    min-width: 60px;
    width: 60px;
    right: -13px;
    bottom: -35px;
}
@media screen and (min-width: 600px) {
    .bgBlock__R > div img.bg_sider04 {
        width: 15vw;
        right: -40px;
        bottom: -45px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__R > div img.bg_sider04 {
        right: -20px;
        bottom: -40px;
    }
}
@media screen and (min-width: 1300px) {
    .bgBlock__R > div img.bg_sider04 {
        right: -45px;
        bottom: -45px;
    }
}
.bgBlock__R > div img.bg_sider05 {
    max-width: 129px;
    min-width: 55px;
    width: 55px;
    right: -20px;
    top: -25px;
}
@media screen and (min-width: 600px) {
    .bgBlock__R > div img.bg_sider05 {
        width: 10vw;
        right: -40px;
        top: -40px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__R > div img.bg_sider05 {
        right: -45px;
        top: -50px;
    }
}
@media screen and (min-width: 1300px) {
    .bgBlock__R > div img.bg_sider05 {
        right: -65px;
        top: -50px;
    }
}
.bgBlock__R > div img.bg_sider06 {
    max-width: 221px;
    min-width: 100px;
    width: 100px;
    right: -10px;
    bottom: -30px;
}
@media screen and (min-width: 600px) {
    .bgBlock__R > div img.bg_sider06 {
        width: 20vw;
        right: -30px;
        bottom: -40px;
    }
}
@media screen and (min-width: 992px) {
    .bgBlock__R > div img.bg_sider06 {
        right: -35px;
        bottom: -30px;
    }
}
@media screen and (min-width: 1300px) {
    .bgBlock__R > div img.bg_sider06 {
        right: -40px;
        bottom: -30px;
    }
}

/* ================================================================  Mark ================================================================ */
.mark_new {
    display: inline-block;
    height: 23px;
    color: #f15a88;
    border: solid #f15a88 1px;
    font-weight: bold;
    font-size: 10pt;
    letter-spacing: -1px;
    line-height: 1;
    vertical-align: top;
    margin: 0;
    padding: 4px 8px;
    transform: scale(0.7) translateX(0%) translateY(5%);
    vertical-align: middle;
    border-radius: 5px;
    animation: newAnime 2s infinite alternate;
}
@media screen and (min-width: 992px) {
    .mark_new {
        height: 30px;
        font-size: 12pt;
        line-height: 1.6;
        padding: 2px 10px 1px;
        transform: scale(0.7) translateX(5%) translateY(-20%);
    }
}

@keyframes newAnime {
    0% {
        color: #f15a88;
        border: solid #f15a88 1px;
    }
    60% {
        color: #ffadc6;
        border: solid #ffadc6 1px;
    }
}
.list_ginfo-box {
    display: block;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .list_ginfo-box {
        max-width: 90%;
    }
}
@media screen and (min-width: 1150px) {
    .list_ginfo-box {
        max-width: 70%;
    }
}
.list_ginfo-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.list_ginfo-item span:first-child {
    width: 100%;
}
@media screen and (min-width: 600px) {
    .list_ginfo-item span:first-child {
        width: 150px;
    }
}
.list_ginfo-item span:nth-child(2) {
    width: calc(100% - 60px);
    padding-right: 10px;
}
@media screen and (min-width: 600px) {
    .list_ginfo-item span:nth-child(2) {
        width: calc(100% - 250px);
    }
}
.list_ginfo-item span:nth-child(3) {
    width: 60px;
    text-align: center;
}
@media screen and (min-width: 600px) {
    .list_ginfo-item span:nth-child(3) {
        width: 100px;
    }
}

.mainvisual {
    background-color: #cdd3d3;
}
@media screen and (min-width: 992px) {
    .mainvisual {
        padding: 70px 0 10px !important;
    }
}

.slick-dots {
    bottom: 20px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slider {
    margin: 0 auto;
    text-align: center;
}

.slick-img img {
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

/*=============
slick
=============*/
.full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 120vw;
    margin: 0;
    text-decoration: none;
}
@media screen and (min-width: 600px) {
    .full div {
        height: 56.538vw;
    }
}
@media screen and (min-width: 1300px) {
    .full div {
        background-size: auto 100%;
        background-position: center;
        height: 713px;
    }
}
@media screen and (min-width: 1700px) {
    .full div {
        background-size: cover;
        height: 43.235vw;
        height: 36.235vw;
    }
}

.full div.img01 {
    background-image: url(../img/main_sp1.jpg);
}
@media screen and (min-width: 600px) {
    .full div.img01 {
        background-image: url(../img/main_m1.jpg);
    }
}
@media screen and (min-width: 1300px) {
    .full div.img01 {
        background-image: url(../img/main_wide1.jpg);
    }
}

.full div.img02 {
    background-image: url(../img/main_sp2.jpg);
}
@media screen and (min-width: 600px) {
    .full div.img02 {
        background-image: url(../img/main_m2.jpg);
    }
}
@media screen and (min-width: 1300px) {
    .full div.img02 {
        background-image: url(../img/main_wide2.jpg);
    }
}

.full div.img03 {
    background-image: url(../img/main_sp3.jpg);
}
@media screen and (min-width: 600px) {
    .full div.img03 {
        background-image: url(../img/main_m3.jpg);
    }
}
@media screen and (min-width: 1300px) {
    .full div.img03 {
        background-image: url(../img/main_wide3.jpg);
    }
}

.full .slick-dots {
    bottom: 4%;
    z-index: +1;
    display: none;
}

/*=============
base
==============*/
html,
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.page-heading__content {
    margin: 0;
    padding: 0;
}
.page-heading__content--left {
    text-align: left;
}
.page-heading__content--center {
    text-align: center;
}
.page-heading__content--right {
    text-align: right;
}
.page-heading__text-main {
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
}
.page-heading__text-main:after {
    display: block;
    max-width: 240px;
    padding-top: 2.4rem;
    border-bottom: 3px solid #222222;
    content: "";
}
.page-heading__content--left .page-heading__text-main::after {
    margin-left: 0;
    margin-right: auto;
}
.page-heading__content--center .page-heading__text-main::after {
    margin-left: auto;
    margin-right: auto;
}
.page-heading__content--right .page-heading__text-main::after {
    margin-left: auto;
    margin-right: 0;
}
.page-heading__text-sub {
    font-weight: 400;
    font-size: 1.6rem;
    color: #222222;
    padding-top: 2.4rem;
}
.page-heading__message {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 6.4rem;
    color: #828282;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
}

.footer {
    padding-bottom: 20px;
    background: #ffffbf;
}
.footer__container {
    width: 100%;
    text-align: center;
}
.footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 4rem 0;
}
.footer__menu-item:not(:first-child) {
    margin-left: 1.6rem;
}
.footer__menu-item-link {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.footer__menu-item-link:hover,
.footer__menu-item-link:focus {
    text-decoration: underline;
}
.footer__social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 3rem 0 0;
    margin-bottom: 20px;
}
.footer__social-item {
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.footer__social-item:not(:first-child) {
    margin-left: 2.6rem;
}
.footer__social-link:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}
.footer__banner {
    display: inline-block;
    padding: 3rem 0;
}
@media screen and (min-width: 992px) {
    .footer__banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.footer__banner-item {
    margin: 10px 0;
    max-width: 300px;
}
.footer__banner-item:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}
@media screen and (min-width: 992px) {
    .footer__banner-item {
        margin: 0 10px;
    }
}
.footer__caption {
    width: 95%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .footer__caption {
        padding-bottom: 5px;
    }
}
.footer__copy {
    width: 95%;
    margin: 0 auto;
    padding: 0.6rem 0 8rem;
    font-size: 1.2rem;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .footer__copy {
        width: 100%;
        padding: 0.1rem 0 1.6rem;
        font-size: 1.2rem;
    }
}

.footer_social {
    text-align: center;
    padding: 20px 0 30px;
}
.footer_social p {
    color: #494338;
    /* font-family: "Vollkorn", serif; */
    font-size: 2rem;
    text-align: center;
    line-height: 2rem;
    padding: 0 !important;
}
.footer_social li {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
}
.footer_social li img {
    width: 80px;
    margin: auto;
}

@media (min-width: 750px) {
    #streaming .footer__caption,
    #streaming .footer__copy,
    #message .footer__caption,
    #message .footer__copy {
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7), -1px 1px 1px rgba(255, 255, 255, 0.7), 1px -1px 1px rgba(255, 255, 255, 0.7), -1px -1px 1px rgba(255, 255, 255, 0.7), 1px 0px 1px rgba(255, 255, 255, 0.7), 0px 1px 1px rgba(255, 255, 255, 0.7), -1px 0px 1px rgba(255, 255, 255, 0.7),
            0px -1px 1px rgba(255, 255, 255, 0.7);
    }
}

.button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #e1ddbb;
    text-align: center;
    width: 100%;
    margin: 0 auto 15px;
    border-radius: 8px;
}
@media screen and (min-width: 992px) {
    .button {
        width: 90%;
        font-size: 2.2rem;
    }
}
.button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    padding: 20px;
    background-image: url(../img/btn_deco_l.png), url(../img/btn_deco_r.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: contain, contain;
}
@media screen and (min-width: 992px) {
    .button a {
        padding: 25px;
    }
}
.button a,
.button a:hover {
    color: #e1ddbb;
    text-decoration: none !important;
}
.button__member {
    background-color: #9a2121;
}
.button__member a:hover {
    background-color: #b13434;
}
.button__general {
    background-color: #401000;
}
.button__general a:hover {
    background-color: #7e4343;
}

.btn_SP,
.btn_SP2 {
    position: relative;
    width: 100%;
    display: block;
    align-items: center;
    margin: 0 auto;
    background: linear-gradient(90deg, #d0b6b1 20%, #c79bac 80%);
    border: 2.5px solid #fff;
    border-radius: 25rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
    .btn_SP,
    .btn_SP2 {
        max-width: 800px;
        border: 3.5px solid #fff;
    }
}
.btn_SP > a,
.btn_SP2 > a {
    width: 100%;
    display: block;
    margin: auto;
    padding: 1rem 1.25rem !important;
    /* font-family: sans-serif; */
    font-size: 1.6rem !important;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    background-color: transparent;
}
@media screen and (min-width: 600px) {
    .btn_SP > a,
    .btn_SP2 > a {
        font-size: 2.2rem !important;
    }
}
@media screen and (min-width: 992px) {
    .btn_SP > a,
    .btn_SP2 > a {
        padding: 2rem 1.25rem !important;
        font-size: 2.8rem !important;
    }
}

.btn_SP2 {
    background: linear-gradient(90deg, #d0b6b1 20%, #c79bac 80%);
}

.btn_style {
    position: relative;
    width: 100%;
    display: block;
    align-items: center;
    margin: 0 auto;
    border: 2.5px solid #fff;
    border-radius: 25rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
    .btn_style {
        max-width: 800px;
        border: 3.5px solid #fff;
    }
}
.btn_style > a {
    width: 100%;
    display: block;
    margin: auto;
    padding: 1rem 1.25rem !important;
    /* font-family: sans-serif; */
    font-size: 1.6rem !important;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
}
@media screen and (min-width: 600px) {
    .btn_style > a {
        font-size: 2rem !important;
    }
}
@media screen and (min-width: 992px) {
    .btn_style > a {
        padding: 1.5rem 1.25rem !important;
        font-size: 2.2rem !important;
    }
}

.btn_yellow {
    background-color: #f5f5c3;
}
.btn_yellow > a {
    color: #e96ba0 !important;
}

.btn_pink {
    background-color: #ed87b3;
}
.btn_pink > a {
    color: #f5f5c3 !important;
}

.btn_Ticket {
    background-image: linear-gradient(90deg, #a8c8bc 20%, #8fbd92 80%);
}

a.btn-flat {
    font-size: 2rem;
    overflow: hidden;
    padding: 1.5rem;
    color: #fff;
    border-radius: 0;
    background-color: #61aa60;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
    border-radius: 25rem;
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none !important;
    margin: 0 auto;
}
@media screen and (min-width: 600px) {
    a.btn-flat {
        width: 80%;
    }
}

a.btn-flat:hover {
    background-color: #81d780;
}

a.btn-flat span {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    text-align: center;
}
a.btn-flat span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-size: 0.9em;
    margin: 0 0 0 8px;
    font-weight: 900;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 1001;
    margin: 0;
    display: none;
}
@media screen and (min-width: 992px) {
    #page-top {
        bottom: 20px;
    }
}
#page-top a {
    text-decoration: none;
    color: #000;
    width: 60px;
    height: auto;
    padding: 0;
    display: block;
}
@media screen and (min-width: 992px) {
    #page-top a {
        width: 110px;
    }
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
    padding: 5px;
    font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
    .modaal-container {
        padding: 20px;
        font-size: 1.6rem;
    }
}

.modalBlock {
    color: #000;
    padding: 0;
    padding-bottom: 20px;
    background-color: #eeeeee;
}
.modalBlock a,
.modalBlock a:active,
.modalBlock a:hover,
.modalBlock a:visited {
    text-decoration: underline;
}
.modalBlock p.modalDate {
    font-size: 1.4rem;
    text-align: right;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.modalBlock h2.modalTitle {
    width: 100%;
    font-size: 2rem;
    position: relative;
    height: auto;
    padding: 20px 10px 5px;
    text-align: center;
    color: #b8961f;
    font-weight: bold;
}
@media screen and (min-width: 600px) {
    .modalBlock h2.modalTitle {
        font-size: 3rem;
        font-weight: normal; /*&:first-letter { font-size: 3.5rem;
}*/
        padding: 50px 10px 25px;
    }
}
@media screen and (min-width: 600px) {
    .modalBlock h2.modalTitle:before {
        background: url(../img/mark_hl.png) left top/auto 100% no-repeat;
        width: 40px;
        height: 20px;
        content: "";
        display: inline-block;
        margin-right: 7px;
        padding: 0;
    }
}
@media screen and (min-width: 992px) {
    .modalBlock h2.modalTitle:before {
        width: 80px;
        height: 40px;
        margin-right: 15px;
    }
}
@media screen and (min-width: 600px) {
    .modalBlock h2.modalTitle:after {
        background: url(../img/mark_hr.png) right top/auto 100% no-repeat;
        width: 40px;
        height: 20px;
        content: "";
        display: inline-block;
        margin-left: 7px;
        padding: 0;
    }
}
@media screen and (min-width: 992px) {
    .modalBlock h2.modalTitle:after {
        width: 80px;
        height: 40px;
        margin-left: 15px;
    }
}
.modalBlock h3 {
    font-size: 2rem;
    font-weight: normal;
    color: #e96ba0;
    padding: 5px 0 5px 0;
    margin: 0 0 10px;
    display: block;
    position: relative;
    border-bottom: solid #fff 1.5px;
}
@media screen and (min-width: 992px) {
    .modalBlock h3 {
        font-size: 2.2rem;
        padding: 5px 0px 5px 0px;
        margin: 0 0 20px;
    }
}
.modalBlock h3::before {
    content: "";
    display: inline-block;
    background: url(../img/mark_p1.png) no-repeat left top;
    margin-right: 10px;
    padding: 0;
    margin-bottom: -8px;
    width: 20px;
    height: 35px; /*}*/
}
.modalBlock h5 {
    font-size: 1.8rem;
    margin: 10px 0 5px;
    color: #4f8f4e;
}
.modalBlock section.modalInner {
    width: 92%;
    margin: 0px auto;
    padding: 0;
    color: #000;
}
@media screen and (min-width: 992px) {
    .modalBlock section.modalInner {
        margin: 0px auto;
        padding-top: 10px;
    }
}
.modalBlock section.modalInner .modal-block {
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .modalBlock section.modalInner .modal-block {
        margin-bottom: 50px;
    }
}
.modalBlock section.modalInner ul.mainList {
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 0;
}
.modalBlock section.modalInner ul.mainList > li {
    padding: 4px 0 15px 15px;
    position: relative;
    word-break: break-all;
}
@media screen and (min-width: 600px) {
    .modalBlock section.modalInner ul.mainList > li {
        padding: 4px 0 15px 20px;
    }
}
.modalBlock section.modalInner ul.mainList li::after {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 10px solid #baf4f8;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
@media screen and (min-width: 600px) {
    .modalBlock section.modalInner ul.mainList li::after {
        border-left: 12px solid #baf4f8;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
}
.modalBlock section.modalInner ul.mainList p {
    width: 100%;
    margin: 0;
}
.modalBlock section.modalInner ul.mainList .remarks {
    font-size: 1.4rem;
    line-height: 20px;
    margin: 10px 0;
}
.modalBlock section.modalInner ul.mainList .txt_telNo {
    font-size: 140%;
    margin-top: 8px;
    font-weight: bold;
    display: inline-block;
}
.modalBlock section.modalInner ul.subList {
    padding: 3px;
    margin: 5px 0;
    color: #0e6e55;
    border: 1px solid #0e6e55;
    border-radius: 5px;
}
@media screen and (min-width: 992px) {
    .modalBlock section.modalInner ul.subList {
        padding: 10px;
    }
}
.modalBlock section.modalInner ul.subList li {
    position: relative;
    padding-left: 13px;
    margin: 6px 2px 6px 3px;
}
@media screen and (min-width: 992px) {
    .modalBlock section.modalInner ul.subList li {
        padding-left: 20px;
        margin: 6px 10px 6px 10px;
    }
}
.modalBlock section.modalInner ul.subList li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    margin-right: 2px;
    font-size: 1rem;
}
@media screen and (min-width: 992px) {
    .modalBlock section.modalInner ul.subList li::before {
        margin-right: 10px;
        font-size: 1.4rem;
    }
}
.modalBlock section.modalInner ul.subList li > p {
    margin-top: 5px;
    margin-bottom: 10px;
}
.modalBlock section.modalInner ul.subList li::after {
    border: none;
}
.modalBlock p {
    width: 100%;
    margin: 5px auto 20px;
}
.modalBlock .separator {
    border-top: 1px solid #baf4f8;
    margin: 30px 0 50px 0;
    padding: 0;
}
.modalBlock .separator .markTriangle {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    color: #202d8c;
    font-size: 1.8rem;
    line-height: 24px;
    position: relative;
}
.modalBlock .separator .markTriangle::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #baf4f8;
}

.modal-frame {
    border: double 4px #821113;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
    margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
    .modal-frame {
        padding: 15px;
    }
}
.modal-frame p {
    width: 100%;
    margin: 0px auto 10px;
}
.modal-frame p:last-child {
    margin: 0px auto 0px;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 15px;
    color: #000;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(213, 214, 210, 0);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
    outline: none;
    background: #dfdfdc;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #8e2633;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

/*X button*/
.modaal-close:before,
.modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #5a5a5a;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    transition: background 0.2s ease-in-out;
}

@media (max-width: 768px) {
    .modaal-close:before,
    .modaal-close:after {
        background: #5a5a5a;
    }
}
.modaal-close:before {
    transform: rotate(-45deg);
}

.modaal-close:after {
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.cat_bg1 {
    background: #ed86b3 url(../img/bg02_sp.png) center top/auto auto repeat;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .cat_bg1 {
        background: #efefed url(../img/bg02.png) center top/auto auto repeat;
    }
}
.cat_bg1:before {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -35px;
    left: 0;
    content: "";
    display: block;
    /* background: url("../img/bg_border_t-p.png") repeat-x left center/contain; */
}
@media screen and (min-width: 600px) {
    .cat_bg1:before {
        height: 75px;
    }
}
.cat_bg1 .color-accent {
    color: #ffea5d;
}
.cat_bg1 a {
    color: #ffea5d;
}

.cat_bg2 {
    position: relative;
    background: #ffffbf url("../img/bg01_sp.png") repeat left top/auto;
    padding-bottom: 8rem;
}
@media screen and (min-width: 600px) {
    .cat_bg2 {
        padding-top: 10rem;
        padding-bottom: 14rem;
    }
}
@media screen and (min-width: 992px) {
    .cat_bg2 {
        background: #ffffbf url("../img/bg01.png") repeat left top/auto;
    }
}
.cat_bg2:before {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -35px;
    left: 0;
    content: "";
    display: block;
    /* background: url("../img/bg_border_t.png") repeat-x left center/contain; */
}
@media screen and (min-width: 600px) {
    .cat_bg2:before {
        height: 75px;
    }
}
.cat_bg2 .color-accent {
    color: #e96ba0;
}

.wrapper > article {
    position: relative;
    display: block;
    padding: 60px 0 60px;
}
@media screen and (min-width: 600px) {
    .wrapper > article {
        padding: 100px 0 100px;
    }
}
@media screen and (min-width: 992px) {
    .wrapper > article {
        padding: 120px 0 120px;
    }
}
.wrapper .whiteFrame {
    background-color: #fff;
    padding: 15px 15px;
    margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
    .wrapper .whiteFrame {
        padding: 30px 30px;
    }
}

.category > article {
    width: 90%;
    height: 100%;
    padding: 5px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 10;
}
@media screen and (min-width: 600px) {
    .category > article {
        width: 100%;
        padding: 7px 20px;
    }
}
@media screen and (min-width: 992px) {
    .category > article {
        width: 100%;
    }
}
.category > article > div.category_contents {
    border-radius: 2px;
    z-index: 10;
    display: block;
    position: relative;
    padding: 5px;
}
@media screen and (min-width: 600px) {
    .category > article > div.category_contents {
        padding: 0px;
    }
}
@media screen and (min-width: 992px) {
    .category > article > div.category_contents {
        padding: 30px 30px 0px;
    }
}

h2 {
    width: 70%;
    position: relative;
    display: block;
    color: #baf4f8;
    font-size: 4rem;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
    h2 {
        background-size: 75px auto;
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 992px) {
    h2 {
        width: 100%;
        background-size: auto;
        font-size: 8.5rem;
        margin-bottom: 5px;
    }
}
h2 img {
    margin: 0 auto;
}

h2 span {
    display: inline-block;
    position: relative;
}

h4 {
    color: #baf4f8;
    font-size: 120%;
    margin-bottom: 8px;
}

.slideToggle {
    margin: 0 auto;
    color: #baf4f8;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    line-height: 2.4rem;
    position: relative;
    z-index: 10;
}
.slideToggle a,
.slideToggle a:active,
.slideToggle a:hover,
.slideToggle a:visited {
    text-decoration: underline;
}

.slideToggle__list {
    margin: 8px 3px 3px 5px;
}
.slideToggle__list > li {
    text-indent: 0;
    padding: 0;
    margin-bottom: 12px;
}
.slideToggle__list > li p {
    margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
    .slideToggle__list > li p {
        margin-bottom: 20px;
    }
}
.slideToggle__list-ttl {
    display: block;
    position: relative;
    margin: 0;
    padding: 12px 0 12px 10px;
    line-height: 1.2;
    padding-right: 32px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 400;
    font-style: normal;
}
@media screen and (min-width: 600px) {
    .slideToggle__list-ttl {
        display: flex;
        align-items: center;
        padding: 20px 0 20px 0px;
        padding-right: 50px;
    }
}
@media screen and (min-width: 992px) {
    .slideToggle__list-ttl {
        padding: 20px 0 20px 10px;
        padding-right: 20px;
        font-size: 1.5rem;
    }
}
.slideToggle__list-ttl:hover {
    color: #e96ba0;
}
.slideToggle__list-ttl-date {
    font-size: 2.2rem;
    display: block;
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #baf4f8;
    /* font-family: "Big Shoulders Display", "Kosugi Maru", serif; */
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
@media screen and (min-width: 600px) {
    .slideToggle__list-ttl-date {
        font-size: 2.8rem;
        display: block;
        margin-top: 0;
        margin-right: 15px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px) {
    .slideToggle__list-ttl-date {
        margin-top: -10px;
        margin-left: 5px;
        margin-right: 20px;
        font-size: 3.2rem;
    }
}
.slideToggle__list-ttl > h3 {
    display: flex;
    font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
    .slideToggle__list-ttl > h3 {
        font-size: 1.7rem;
    }
}
@media screen and (min-width: 840px) {
    .slideToggle__list-ttl > h3 {
        display: flex;
        font-size: 1.9rem;
    }
}
.slideToggle__list-ttl > h3 > span.closed {
    display: inline-block;
    padding: 3px 5px 2px;
    margin-left: 5px;
    color: #e96ba0;
    font-size: 65%;
    border-radius: 4px;
    border: solid #e96ba0 1px;
}
@media screen and (min-width: 600px) {
    .slideToggle__list-ttl > h3 > span.closed {
        padding: 2px 4px 2px;
        font-size: 60%;
        line-height: 1.6;
        margin-left: 10px;
    }
}
.slideToggle__list-ttl:after {
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
    font-size: 20px;
    color: #baf4f8;
    font-weight: 900;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    width: 15px;
    height: 36px;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 600px) {
    .slideToggle__list-ttl:after {
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 992px) {
    .slideToggle__list-ttl:after {
        right: 20px;
    }
}
.slideToggle__list-ttl.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slideToggle__list-contents {
    display: none;
    color: #fff;
    font-size: 13px;
    padding: 10px 10px 10px;
    margin: 0;
    word-wrap: break-word;
}
@media screen and (min-width: 600px) {
    .slideToggle__list-contents {
        font-size: 16px;
        padding: 25px 30px;
    }
}
@media screen and (min-width: 992px) {
    .slideToggle__list-contents {
        padding: 30px;
    }
}
.slideToggle__list-contents h4 {
    font-size: 110%;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: none;
}
.slideToggle__list-contents p {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .slideToggle__list-contents p {
        margin-bottom: 50px;
    }
}
.slideToggle__list-contents .info-box {
    margin: 5px auto 15px;
    width: 95%;
}
.slideToggle__list-contents a.url {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
    .slideToggle__list-contents a.url {
        font-size: 1.6rem;
    }
}
.slideToggle__list .uBlock {
    width: 95%;
    margin: 0 auto 40px;
}
@media screen and (min-width: 600px) {
    .slideToggle__list .uBlock {
        width: 90%;
        margin: 0 auto 80px;
    }
}

.cat_bg1 .slideToggle__list-contents {
    color: #fff;
}

.cat_bg2 .slideToggle__list-ttl {
    color: #202d8c;
    border-bottom: solid #202d8c 1px;
}
.cat_bg2 .slideToggle__list-ttl:after {
    color: #202d8c;
}
.cat_bg2 .slideToggle__list-ttl h3 {
    position: relative;
    padding-left: 25px;
}
.cat_bg2 .slideToggle__list-ttl h3:before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%; /*角丸*/
    background: #202d8c;
}
@media screen and (min-width: 600px) {
    .cat_bg2 .slideToggle__list-ttl h3:before {
        top: -2px;
        width: 25px;
        height: 25px;
    }
}
@media screen and (min-width: 992px) {
    .cat_bg2 .slideToggle__list-ttl h3:before {
        top: -4px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 600px) {
    .cat_bg2 .slideToggle__list-ttl h3 {
        padding-left: 30px;
    }
}
@media screen and (min-width: 992px) {
    .cat_bg2 .slideToggle__list-ttl h3 {
        padding-left: 40px;
    }
}
.cat_bg2 .slideToggle__list-contents {
    color: #202d8c;
}
.cat_bg2 .slideToggle__list-contents h4 {
    color: #0a9acd;
}

.listOpen .slideToggle__list-contents {
    display: block;
}

.news .slideToggle__list li:nth-child(odd) .slideToggle__list-ttl:before,
.goodsinfo .slideToggle__list li:nth-child(odd) .slideToggle__list-ttl:before {
    background: url(../img/mark_p1.png) no-repeat left top;
}
.news .slideToggle__list li:nth-child(even) .slideToggle__list-ttl:before,
.goodsinfo .slideToggle__list li:nth-child(even) .slideToggle__list-ttl:before {
    background: url(../img/mark_p2.png) no-repeat left top;
}

.list-mark {
    list-style: none;
    margin-bottom: 20px;
}
.list-mark > li {
    position: relative;
    margin-bottom: 15px;
}
.list-mark > li::after {
    display: block;
    content: "";
    position: absolute;
    top: 0.5em;
    left: -1.2em;
    width: 12px;
    height: 12px;
    background-color: #baf4f8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.list-frame {
    background: #dadada; /*灰色に*/
    border-radius: 8px;
    box-shadow: 0px 0px 5px silver;
    padding: 0.5em 0.5em 0.5em 2em;
    margin: 10px auto 20px;
    font-size: 95%;
    list-style-type: circle;
}
.list-frame > li {
    line-height: 1.5;
    padding: 0.5em 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

p.read {
    width: 100%;
    font-size: 2rem;
    color: #baf4f8; /*文字色*/
    margin-bottom: 16px;
    font-weight: bold;
}
@media screen and (min-width: 992px) {
    p.read {
        margin-bottom: 40px;
        font-size: 1.8rem;
    }
}

h3.ribbon {
    position: relative;
}
@media screen and (min-width: 600px) {
    h3.ribbon:after {
        background: url(../img/h_mark.png) left top/100% auto no-repeat;
        position: absolute;
        content: "";
        width: 120px;
        height: 120px;
        z-index: 1;
        top: -20px;
        right: -10px;
    }
}
@media screen and (min-width: 992px) {
    h3.ribbon:after {
        width: 180px;
        height: 180px;
        top: -45px;
        right: -20px;
    }
}
h3.ribbon span {
    display: block;
    position: relative;
    height: 50px; /*リボンの高さ*/
    line-height: 50px; /*リボンの高さ*/
    text-align: center;
    padding: 0 30px; /*横の大きさ*/
    font-size: 18px; /*文字の大きさ*/
    background: #baf4f8; /*塗りつぶし色*/
    color: #ed86b3; /*文字色*/
    box-sizing: border-box;
    margin-bottom: 20px;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}
@media screen and (min-width: 992px) {
    h3.ribbon span {
        margin-bottom: 40px;
        font-size: 2.8rem;
        height: 75px; /*リボンの高さ*/
        line-height: 75px; /*リボンの高さ*/
    }
}
h3.ribbon span:before,
h3.ribbon span:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    width: 100%;
    z-index: 1;
}
h3.ribbon span:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #ed86b3;
    border-style: solid;
}
@media screen and (min-width: 992px) {
    h3.ribbon span:before {
        border-width: 38px 0px 38px 20px;
    }
}
h3.ribbon span:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #ed86b3 transparent transparent;
    border-style: solid;
}
@media screen and (min-width: 992px) {
    h3.ribbon span:after {
        border-width: 38px 20px 38px 0;
    }
}

.category_contents > section {
    margin: 0 auto 50px;
}
@media screen and (min-width: 600px) {
    .category_contents > section {
        margin: 0 auto 80px;
    }
}
@media screen and (min-width: 992px) {
    .category_contents > section {
        margin: 0 auto 120px;
    }
}
.category_contents > section > div {
    width: 95%;
    margin: 0 auto 50px;
}
.category_contents > section:last-child {
    margin-bottom: 0;
}

h4.circle {
    position: relative;
    padding-left: 80px;
    padding: 0 0 8px 25px;
    border-bottom: #baf4f8 2px solid;
    margin-bottom: 20px;
    font-size: 1.8rem;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 400;
    font-style: normal;
}
h4.circle:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%; /*角丸*/
    background: #baf4f8;
}
@media screen and (min-width: 600px) {
    h4.circle:before {
        top: 4px;
        width: 25px;
        height: 25px;
    }
}
@media screen and (min-width: 992px) {
    h4.circle:before {
        top: 4px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 600px) {
    h4.circle {
        font-size: 2.2rem;
        padding: 0 0 8px 30px;
    }
}
@media screen and (min-width: 992px) {
    h4.circle {
        font-size: 2.5rem;
        padding: 0 0 8px 40px;
    }
}

.dl_list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
    .dl_list {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 992px) {
    .dl_list {
        margin-bottom: 35px;
        font-size: 1.6rem;
    }
}
.dl_list dt {
    width: 100%;
    position: relative;
    padding: 0 0 3px 25px;
    margin-bottom: 0;
    color: #202d8c;
    font-size: 1.6rem;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 700;
    font-style: normal;
}
.dl_list dt:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%; /*角丸*/
    background: #202d8c;
}
@media screen and (min-width: 600px) {
    .dl_list dt:before {
        top: 0px;
        width: 25px;
        height: 25px;
    }
}
@media screen and (min-width: 992px) {
    .dl_list dt:before {
        top: -1px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 600px) {
    .dl_list dt {
        width: 120px;
        font-size: 1.6rem;
        padding: 0 0 8px 30px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px) {
    .dl_list dt {
        width: 150px;
        font-size: 1.8rem;
        padding: 0 0 8px 40px;
    }
}
.dl_list dd {
    width: 100%;
    margin-bottom: 8px;
    color: #202d8c;
}
@media screen and (min-width: 600px) {
    .dl_list dd {
        width: calc(100% - 120px);
    }
}
@media screen and (min-width: 992px) {
    .dl_list dd {
        width: calc(100% - 150px);
    }
}

.ul_list {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
    .ul_list {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 992px) {
    .ul_list {
        margin-bottom: 35px;
    }
}
.ul_list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 8px;
}
.ul_list.boxLine {
    border: 1px #fff solid;
    border-radius: 8px;
}

.notice__list {
    list-style: none;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 15px;
    padding-left: 0;
    text-align: left;
    padding: 0;
}
@media screen and (min-width: 992px) {
    .notice__list {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-bottom: 15px;
        margin-block-start: 0;
    }
}
.notice__list li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
    .notice__list li {
        margin-bottom: 10px;
        padding-top: 0;
    }
}

.notice_blockS {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 90%;
    font-weight: normal;
    line-height: 2rem;
    margin-bottom: 40px;
    font-size: 1.3rem;
    color: #c8c8c8;
}
@media screen and (min-width: 992px) {
    .notice_blockS {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 60px;
    }
}
.notice_blockS li {
    margin-bottom: 10px;
}
.notice_blockS li:last-of-type {
    margin-bottom: 0;
}

.txt_notes {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
    font-size: 90% !important;
    font-weight: normal;
    line-height: 1.3;
    margin: 5px auto;
}
@media screen and (min-width: 992px) {
    .txt_notes {
        font-size: 95% !important;
    }
}

.attention .category__txt {
    width: 95%;
    margin: 0 auto;
}
@media screen and (min-width: 600px) {
    .attention .category__txt {
        width: 90%;
    }
}
.attention__btn {
    width: 80%;
    margin: 20px auto !important;
}
@media screen and (min-width: 992px) {
    .attention__btn {
        margin: 40px auto !important;
    }
}

.att_separator {
    padding-bottom: 30px;
}
.att_separator img {
    width: 40%;
    margin: 0 auto;
}
@media screen and (min-width: 992px) {
    .att_separator img {
        width: auto;
    }
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
    padding: 5px;
    font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
    .modaal-container {
        padding: 20px;
        font-size: 1.6rem;
    }
}

#attention .category_contents > section {
    margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
    #attention .category_contents > section {
        margin-bottom: 80px;
    }
}
#attention h5 {
    font-size: 1.8rem;
    margin: 10px 0 5px;
    color: #4f8f4e;
}
#attention ul.mainList {
    line-height: 24px;
    padding-left: 0;
}
#attention ul.mainList > li {
    position: relative;
    word-break: break-all;
    padding-left: 16px;
    margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
    #attention ul.mainList > li {
        padding-left: 20px;
        margin-bottom: 15px;
    }
}
#attention ul.mainList > li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%; /*角丸*/
    background: #fff;
}
@media screen and (min-width: 600px) {
    #attention ul.mainList > li:before {
        top: 4px;
        width: 15px;
        height: 15px;
    }
}
@media screen and (min-width: 992px) {
    #attention ul.mainList > li:before {
        top: 3px;
        width: 15px;
        height: 15px;
    }
}
#attention ul.mainList > li.color-accent2:before {
    background: #fff7c3;
}
#attention ul.mainList ul.subList {
    padding: 5px;
    margin: 5px 0;
    color: #fff7c3;
    border: 1px solid #fff7c3;
    border-radius: 5px;
}
@media screen and (min-width: 600px) {
    #attention ul.mainList ul.subList {
        padding: 15px;
    }
}
@media screen and (min-width: 992px) {
    #attention ul.mainList ul.subList {
        padding: 20px;
    }
}
#attention ul.mainList ul.subList li > p {
    margin-top: 5px;
    margin-bottom: 10px;
}
#attention ul.mainList ul.subList li::after {
    border: none;
}
#attention p {
    width: 100%;
    margin: 5px auto 20px;
}
#attention .separator {
    border-top: 1px solid #baf4f8;
    margin: 30px 0 50px 0;
    padding: 0;
}
#attention .separator .markTriangle {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    color: #202d8c;
    font-size: 1.8rem;
    line-height: 24px;
    position: relative;
}
#attention .separator .markTriangle::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #baf4f8;
}

.livettl {
    max-width: 725px;
    width: 100%;
    text-align: center;
    margin: 5px auto 5px;
}
@media screen and (min-width: 600px) {
    .livettl {
        width: 65%;
    }
}
@media screen and (min-width: 992px) {
    .livettl {
        width: 85%;
        padding: 0;
        margin: 0 auto 20px;
    }
}

.liveinfo__container {
    background-color: #fff;
    padding: 30px 30px;
}
.liveinfo .notice__list {
    max-width: 460px;
    margin: 0 auto 20px;
}
.liveinfo__block {
    position: relative;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 400;
    font-style: normal;
    padding: 5px;
    width: 98%;
    margin: 0 auto 10px;
}
@media screen and (min-width: 600px) {
    .liveinfo__block {
        padding: 0;
        width: 80%;
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 992px) {
    .liveinfo__block {
        width: 70%;
        margin-bottom: 80px;
    }
}
.liveinfo__block-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}
.liveinfo__block-img {
    width: 80px;
    margin-right: 5px;
}
@media screen and (min-width: 600px) {
    .liveinfo__block-img {
        width: 150px;
    }
}
.liveinfo__block-info {
    width: calc(100% - 85px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
@media screen and (min-width: 600px) {
    .liveinfo__block-info {
        width: calc(100% - 155px);
    }
}
.liveinfo__block-listL {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .liveinfo__block-listL {
        width: 110px;
        height: auto;
    }
}
.liveinfo__block-listR {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .liveinfo__block-listR {
        width: calc(100% - 110px);
    }
}
.liveinfo .day {
    font-size: 2.2rem;
    color: #e96ba0;
    /* font-family: "Big Shoulders Display", "Kosugi Maru", serif; */
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
@media screen and (min-width: 600px) {
    .liveinfo .day {
        font-size: 2.8rem;
        padding-top: 12px;
    }
}
.liveinfo .day span {
    font-size: 70%;
}
.liveinfo .time {
    /* font-family: "Croissant One", serif; */
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: bold;
    color: #202d8c;
}
@media screen and (min-width: 600px) {
    .liveinfo .time {
        font-size: 1.8rem;
    }
}
.liveinfo .venue {
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    color: #e96ba0;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media screen and (min-width: 600px) {
    .liveinfo .venue {
        font-size: 2.6rem;
    }
}
@media screen and (min-width: 992px) {
    .liveinfo .venue {
        padding-top: 10px;
        font-size: 2.6rem;
    }
}
.liveinfo .venue span {
    font-size: 1.6rem;
    font-weight: normal;
    background: #e96ba0;
    padding: 2px 15px;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
}
@media screen and (min-width: 600px) {
    .liveinfo .venue span {
        font-size: 2rem;
        padding: 2px 15px;
        margin-right: 20px;
    }
}
.liveinfo .state {
    /* font-family: "Croissant One", serif; */
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    color: #202d8c;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media screen and (min-width: 600px) {
    .liveinfo .state {
        font-size: 2.4rem;
    }
}
@media screen and (min-width: 992px) {
    .liveinfo .state {
        padding-top: 10px;
    }
}
.liveinfo .state.SALE:after {
    content: " ON SALE";
}
.liveinfo .state.NOW:after {
    content: "NOW ON SALE";
}
.liveinfo .state.SOLD:after {
    content: "THANK YOU,SOLD OUT";
    color: #e96ba0;
}
.liveinfo .contact {
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 600px) {
    .liveinfo .contact {
        font-size: 1.6rem;
    }
}
.liveinfo .contact span {
    display: inline-block;
    height: 16px;
    border: solid #3b3b3b 1px;
    font-weight: bold;
    font-size: 8pt;
    line-height: 1;
    margin: 0;
    padding: 2px 4px;
    transform: translateX(0%) translateY(-10%);
    vertical-align: middle;
}
.liveinfo-status {
    position: absolute;
    top: -7px;
    right: -18px;
    z-index: 1;
    max-width: 95px;
}
@media screen and (min-width: 600px) {
    .liveinfo-status {
        max-width: 110px;
    }
}
@media screen and (min-width: 992px) {
    .liveinfo-status {
        top: -8px;
        right: -20px;
        max-width: 130px;
    }
}
.liveinfo .livedate__block {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 400;
    font-style: normal;
}
.liveinfo .livedate__block h3 {
    color: #e96ba0;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
    .liveinfo .livedate__block h3 {
        font-size: 2.4rem;
    }
}
@media screen and (min-width: 992px) {
    .liveinfo .livedate__block h3 {
        font-size: 3.6rem;
        margin-bottom: 10px;
    }
}
.liveinfo .livedate__block .live_date {
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 2px;
    /* font-family: "Libre Baskerville", serif; */
}
@media screen and (min-width: 992px) {
    .liveinfo .livedate__block .live_date {
        font-size: 2.7rem;
    }
}
.liveinfo .livedate__block .live_week {
    font-size: 1.6rem;
}
.liveinfo .livedate__block .live_time {
    display: block;
    color: #333;
    font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
    .liveinfo .livedate__block .live_time {
        font-size: 1.8rem;
    }
}
.liveinfo .live_price {
    font-size: 2.4rem;
    margin-bottom: 30px;
    line-height: 1;
}
@media screen and (min-width: 992px) {
    .liveinfo .live_price {
        font-size: 4rem;
    }
}
.liveinfo .notice__list {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* ================================================================  TICKET ================================================================ */
#ticket .slideToggle__list-contents h2 {
    width: 100%;
    height: 36px;
    position: relative;
    color: #202d8c;
    background: #faee81;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px;
    padding-left: 25px;
    margin-bottom: 10px;
    text-align: left;
}
#ticket .slideToggle__list-contents h2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 18px;
    height: 100%;
    border-radius: 50%; /*角丸*/
    border-radius: 0 100% 100% 0% / 50%;
    background: #ffc926;
}
@media screen and (min-width: 600px) {
    #ticket .slideToggle__list-contents h2:before {
        width: 23px;
    }
}
@media screen and (min-width: 992px) {
    #ticket .slideToggle__list-contents h2:before {
        width: 30px;
    }
}
@media screen and (min-width: 600px) {
    #ticket .slideToggle__list-contents h2 {
        height: 46px;
        font-size: 2.2rem;
        padding: 10px;
        padding-left: 30px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px) {
    #ticket .slideToggle__list-contents h2 {
        height: 60px;
        font-size: 2.4rem;
        padding: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
        text-align: center;
    }
}
#ticket .slideToggle__list-contents h3 {
    position: relative;
    background: #fff;
    color: #e96ba0;
    font-size: 1.6rem;
    padding: 6px;
    margin-bottom: 8px;
    padding-left: 25px;
}
@media screen and (min-width: 600px) {
    #ticket .slideToggle__list-contents h3 {
        font-size: 1.8rem;
        padding: 8px;
        padding-left: 30px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 992px) {
    #ticket .slideToggle__list-contents h3 {
        font-size: 2rem;
        padding: 10px;
        padding-left: 40px;
        margin-bottom: 15px;
    }
}
#ticket .slideToggle__list-contents h3:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%; /*角丸*/
    background: #e96ba0;
}
@media screen and (min-width: 600px) {
    #ticket .slideToggle__list-contents h3:before {
        top: 8px;
        width: 20px;
        height: 20px;
    }
}
@media screen and (min-width: 992px) {
    #ticket .slideToggle__list-contents h3:before {
        top: 8px;
        width: 25px;
        height: 25px;
    }
}
#ticket .slideToggle__list-contents .h_chara {
    position: absolute;
    top: -10px;
    right: 0;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
    #ticket .slideToggle__list-contents .h_chara {
        top: -20px;
        height: 80px;
    }
}
@media screen and (min-width: 992px) {
    #ticket .slideToggle__list-contents .h_chara {
        top: -20px;
        height: 100px;
    }
}
#ticket .slideToggle__list-contents .h_chara img {
    height: 100%;
    width: auto;
}
#ticket .slideToggle__list-contents .btn_style {
    max-width: 500px;
}

.goodsinfo {
    padding-bottom: 0;
}
.goodsinfo .color-accent {
    color: #73ffff;
}
.goodsinfo > p {
    width: 100% !important;
    margin-bottom: 50px;
}
.goodsinfo .category__txt {
    font-weight: bold;
    width: 95%;
    margin: 20px auto 0;
}
.goodsinfo__listBox {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
    .goodsinfo__listBox {
        margin: 0 0 30px;
    }
}
.goodsinfo__listBox dt {
    font-size: 1.8rem;
    padding-left: 35px;
    position: relative;
    font-weight: bold;
    margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
    .goodsinfo__listBox dt {
        font-size: 2.3rem;
        padding-left: 50px;
        margin-bottom: 10px;
    }
}
.goodsinfo__listBox dt::after {
    content: "☆";
    position: absolute;
    font-size: 3rem;
    top: -10px;
    left: 0px;
    width: 60px;
    height: 36px;
}
@media screen and (min-width: 992px) {
    .goodsinfo__listBox dt::after {
        font-size: 4.2rem;
        top: -18px;
        width: 66px;
    }
}
.goodsinfo__listBox dd {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .goodsinfo__listBox dd {
        padding-left: 50px;
        margin-bottom: 30px;
    }
}
.goodsinfo .ginfo_img {
    margin-bottom: 15px;
    text-align: center;
}
.goodsinfo .ginfo_img img {
    margin: 0 auto;
}
.goodsinfo .btn_SP {
    margin: 5px auto 20px;
}

.ginfo__saleinfo {
    padding: 5px 10px;
    font-size: 1.8rem;
    font-weight: bold;
}
.ginfo__saleinfo div {
    margin-bottom: 12px;
}
.ginfo__label-day1 {
    background: #121a53;
    color: #e3bf4c;
    padding: 5px 15px;
    display: block;
}
@media screen and (min-width: 600px) {
    .ginfo__label-day1 {
        display: inline-block;
        width: 180px;
        margin-right: 10px;
    }
}
.ginfo__label-day2 {
    background: #8e2633;
    color: #e3bf4c;
    padding: 5px 15px;
    display: block;
}
@media screen and (min-width: 600px) {
    .ginfo__label-day2 {
        display: inline-block;
        width: 180px;
        margin-right: 10px;
    }
}

p.soon {
    text-align: center;
    font-size: 3rem;
    color: #828282;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 700;
    font-style: normal;
    margin: 40px auto;
}
@media screen and (min-width: 992px) {
    p.soon {
        font-size: 4rem;
        margin: 80px auto;
    }
}

.category > section.goodslineup__container {
    width: 100%;
    max-width: 1053px;
    margin: 0 auto;
}
.category > section.goodslineup__container > ul.goodslineup__ItemWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px !important;
    padding: 0 !important;
}
@media screen and (min-width: 992px) {
    .category > section.goodslineup__container > ul.goodslineup__ItemWrap {
        justify-content: space-between;
        margin-bottom: 100px;
        padding-left: 0 !important;
    }
}
.category > section.goodslineup__container > ul.goodslineup__ItemWrap li {
    list-style: none;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    max-width: 517px;
    box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
    .category > section.goodslineup__container > ul.goodslineup__ItemWrap li {
        width: calc(100% / 2 - 14px);
        max-width: none;
    }
    .category > section.goodslineup__container > ul.goodslineup__ItemWrap li.w30 {
        width: 37.4%;
        margin-bottom: 30px;
        margin-right: 14px;
    }
    .category > section.goodslineup__container > ul.goodslineup__ItemWrap li.w70 {
        width: 60.2%;
        margin-bottom: 30px;
    }
}
.category > section.goodslineup__container > ul.goodslineup__ItemWrap li.w100 {
    width: 100%;
    margin-bottom: 30px;
}
.category > section.goodslineup__container > ul.goodslineup__ItemWrap li img {
    margin: 0;
}
.category > section.goodslineup__container > ul.goodslineup__ItemWrap .icon {
    position: absolute;
    top: -30px;
    right: -15px;
    box-shadow: none;
    width: 30%;
    max-width: 95px;
    min-width: 50px;
}
@media screen and (min-width: 610px) {
    .category > section.goodslineup__container > ul.goodslineup__ItemWrap .icon {
        top: -22px;
        right: 50%;
        margin-right: -300px;
        max-width: 100px;
    }
}
@media screen and (min-width: 992px) {
    .category > section.goodslineup__container > ul.goodslineup__ItemWrap .icon {
        width: 20%;
        max-width: 127px;
        top: -26px;
        right: -35px;
        margin-right: auto;
    }
}

.goodslineup__ItemWrap {
    padding: 0 !important;
}
.goodslineup__ItemWrap li img {
    margin: 0 auto;
}

.goodslineup__Item-ttl {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 3px;
    color: #eb6cae;
    margin-top: 10px;
}
@media screen and (min-width: 992px) {
    .goodslineup__Item-ttl {
        font-size: 2.2rem;
    }
}
.goodslineup__Item-infoWrap {
    position: relative;
    margin-bottom: 10px;
}
.goodslineup__Item-info {
    position: relative;
    color: #bbbbbb;
    font-size: 1.3rem;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
}
.goodslineup__Item-info dt {
    width: 50px;
    text-align: left;
}
.goodslineup__Item-info dd {
    width: calc(100% - 50px);
    text-align: left;
    justify-content: flex-start;
}
.goodslineup__Item-price {
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    justify-content: flex-end;
}
@media screen and (min-width: 992px) {
    .goodslineup__Item-price {
        font-size: 2.6rem;
    }
}
.goodslineup .notice_block {
    width: 100%;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.8rem;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 10px;
}
.goodslineup .notice_block li {
    width: 100% !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}
.goodslineup .notice_block li:last-of-type {
    margin-bottom: 0;
}
.goodslineup .notice_block .point {
    color: #eb6cae;
}

.goodslineup h2.title {
    margin-bottom: 15px;
}

ul.goodslineup li a.sizelink {
    position: absolute;
    bottom: 13.5%;
    left: 14%;
    width: 60px;
}

ul.goodslineup li a.sizelink_w {
    position: absolute;
    bottom: 16.8%;
    left: 25%;
    width: 60px;
}

span.marginbottom {
    border: none;
    background: none;
    height: 5px;
    margin: 0;
    padding: 0;
    display: block;
}

.goodsImg {
    border: #fff 15px solid;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 600px) {
    .goodsImg {
        border: #fff 20px solid;
    }
}
@media screen and (min-width: 992px) {
    .goodsImg {
        border: #fff 30px solid;
    }
}

.sizebox {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 10px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 0;
    position: relative;
}
@media screen and (min-width: 992px) {
    .sizebox {
        width: 100%;
        margin: 0 auto 30px;
    }
}
.sizebox h3 {
    position: relative;
    display: block;
    display: inline-block;
    margin: 3px auto 0;
    text-align: center;
    color: #e96ba0;
    /* font-family: "Kosugi Maru", serif; */
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    padding: 0.5rem;
    padding-left: 1.2rem;
}
@media screen and (min-width: 600px) {
    .sizebox h3 {
        margin: 10px auto 0;
        font-size: 4rem;
        padding: 0.8rem;
        padding-left: 2rem;
    }
}
@media screen and (min-width: 992px) {
    .sizebox h3 {
        margin: 30px auto 0;
        font-size: 5rem;
        padding: 1rem;
        padding-left: 2.4rem;
    }
}
.sizebox h4 {
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #e96ba0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left; /* &::before { content: ""; background: url(../img/mark_g1.png) no-repeat left top; background-size: auto 100%; display: inline-block; margin-right: 8px; //アイコンとタイトルの空き padding: 0;
			 width: 20px; height: 30px; //margin-top: 20px; @include responsive("tablet"){ margin-top: -10px; margin-right: 15px; //アイコンとタイトルの空き width: 20px; height: 35px; background-size: auto; } }*/
    padding-left: 25px;
}
@media screen and (min-width: 600px) {
    .sizebox h4 {
        display: flex;
        align-items: center;
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 992px) {
    .sizebox h4 {
        font-size: 2rem;
    }
}
.sizebox h4:before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%; /*角丸*/
    background: #e96ba0;
}
@media screen and (min-width: 600px) {
    .sizebox h4:before {
        top: -2px;
        width: 25px;
        height: 25px;
    }
}
@media screen and (min-width: 992px) {
    .sizebox h4:before {
        top: -4px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 600px) {
    .sizebox h4 {
        padding-left: 30px;
    }
}
@media screen and (min-width: 992px) {
    .sizebox h4 {
        padding-left: 40px;
    }
}
.sizebox table {
    width: 100%;
    background-color: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: none;
    margin-bottom: 20px;
    color: #000;
}
.sizebox th {
    background-color: #fff196;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 5px;
}
@media screen and (min-width: 992px) {
    .sizebox th {
        padding: 10px;
    }
}
.sizebox th:first-child {
    width: calc(100% / 5);
}
.sizebox td {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    text-align: center;
    padding: 5px;
}
@media screen and (min-width: 992px) {
    .sizebox td {
        padding: 10px;
    }
}
.sizebox p {
    font-size: 1.3rem;
}

.wrapper {
    position: relative;
}
.wrapper:before {
    content: "";
    max-width: 1040px;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: url(../img/bg-main-back.png);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    z-index: 2;
}

.mainvisual h1 {
    margin-top: 40px;
    width: calc(100% + 160px);
    margin-left: -80px;
}
.mainvisual .mainvisual__box {
    color: #5c2a33;
    width: 70%;
    margin: 120px auto 50px;
    /* padding: 96px 60px;
    text-align: center;
    background-image: url(../img/bg-frame-back.png);
    background-size: cover;
    background-position: center; */
}
.mainvisual .mainvisual__box-ttl h2 {
    color: #5c2a33;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.mainvisual .mainvisual__box-ttl h2 span {
    font-size: 20px;
}
.mainvisual .mainvisual__box-detail {
    margin-bottom: 40px;
}
.mainvisual .mainvisual__box-detail h3 {
    padding: 4px 0;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    margin-bottom: 10px;
}
.mainvisual .mainvisual__box-detail h3:before,
.mainvisual .mainvisual__box-detail h3:after {
    content: "";
    width: 160px;
    height: 2px;
    position: absolute;
}
.mainvisual .mainvisual__box-detail h3:before {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #f0537d;
}
.mainvisual .mainvisual__box-detail h3:after {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #00afdc;
}
.mainvisual .mainvisual__box-detail p {
    line-height: 1.5;
    font-size: 18px;
}
.mainvisual .mainvisual__box-detail p b {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
}
.mainvisual .mainvisual__box-detail p span {
    font-size: 16px;
}

.eventinfo .eventinfo__container .txt {
    color: #000;
    text-align: center;
    line-height: 1.5;
}
.eventinfo .eventinfo__container .eventinfo__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 50px 4%;
}
.eventinfo .eventinfo__container .eventinfo__list li {
    width: 22%;
}

.eventinfo .eventinfo__container .eventinfo__list p {
    color: #5c2a33;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.eventinfo .eventinfo__container .attention-txt {
    color: #000;
    text-align: center;
    line-height: 1.5;
    margin-top: 60px;
    margin-bottom: 0;
}
.eventinfo .eventinfo__container .attention-txt p {
    margin-bottom: 20px;
}

.news .news__container .txt {
    color: #000;
    text-align: center;
    line-height: 1.5;
}
.news .news__container li {
    border: 2px solid #5c2a33;
    border-radius: 38px;
    background-color: #fff;
    overflow: hidden;
}
.news .news__container li p {
    color: #000;
}
.news .news__container li p a {
    color: #f0537d;
}
.news .news__container .slideToggle__list-ttl {
    color: #5c2a33;
    display: block;
    padding: 0;
}
.news .news__container .slideToggle__list-ttl h3 {
    justify-content: space-between;
    align-items: center;
}
.news .news__container li .slideToggle__list-ttl-icon {
    width: 74px;
    height: 74px;
    background-size: cover;
    background-position: top left;
    margin-left: -2px;
    margin-top: -2px;
    margin-bottom: -2px;
}
.news .news__container li .slideToggle__list-ttl-txt {
    font-size: 18px;
    margin-right: auto;
    margin-left: 16px;
}
.news .news__container li .slideToggle__list-ttl-date {
    margin-left: 10px;
    margin-right: 70px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}
.news .news__container li .slideToggle__list-ttl:after {
    content: "";
    width: 40px;
    height: 40px;
    padding: 0;
    background-size: cover;
    background-position: center;
}

.news .news__container li:nth-child(odd) .slideToggle__list-ttl-icon {
    background-image: url(../img/note-red-icon.png);
}
.news .news__container li:nth-child(even) .slideToggle__list-ttl-icon {
    background-image: url(../img/note-blue-icon.png);
}
.news .news__container li:nth-child(odd) .slideToggle__list-ttl-date {
    color: #ffd200;
}
.news .news__container li:nth-child(even) .slideToggle__list-ttl-date {
    color: #e6a476;
}
.news .news__container li:nth-child(odd) .slideToggle__list-ttl:after {
    background-image: url(../img/arrow-yellow-icon.png);
}
.news .news__container li:nth-child(even) .slideToggle__list-ttl:after {
    background-image: url(../img/arrow-pink-icon.png);
}

.ticket .ticket__box-detail {
    margin-bottom: 40px;
    text-align: center;
}
.ticket .ticket__container .txt {
    color: #000;
    text-align: center;
    line-height: 1.5;
}
.ticket .ticket__container .txt h3 {
    margin-bottom: 20px;
}
.ticket .ticket__container .txt p {
    margin-bottom: 20px;
}
.ticket .ticket__box-detail h3 {
    padding: 4px 0;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    margin-bottom: 10px;
}
.ticket .ticket__box-detail h3:before,
.ticket .ticket__box-detail h3:after {
    content: "";
    width: 160px;
    height: 2px;
    position: absolute;
}
.ticket .ticket__box-detail h3:before {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #f0537d;
}
.ticket .ticket__box-detail h3:after {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #00afdc;
}
.ticket .ticket__box-detail p {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 10px;
}

.ticket .ticket__block-txt {
    margin-top: 80px;
}
.ticket .ticket__block-txt .ticket__block-ttl {
    color: #f0537d;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 2px solid #f0537d;
    font-size: 20px;
    padding-left: 24px;
    position: relative;
    margin-bottom: 20px;
}
.ticket .ticket__block-txt .ticket__block-ttl:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/square-icon-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 44%;
    left: 0;
    margin-bottom: 10px;
    transform: translateY(-50%) translateX(0%);
}
.ticket .ticket__block-txt p {
    margin-bottom: 20px;
}
.ticket .ticket__block-txt .ticket__block-circle {
    padding-left: 20px;
    position: relative;
}
.ticket .ticket__block-txt .ticket__block-circle:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.ticket .ticket__block-txt .link {
    text-align: center;
}
.ticket .ticket__block-txt .link a {
    display: inline-block;
    border: 2px solid #e6a476;
    border-radius: 30px;
    color: #e6a476;
    font-weight: 600;
    background-color: #fff6cc;
    text-decoration: none;
    padding: 10px 60px;
    font-size: 20px;
}
.ticket .ticket__box-detail .link {
    text-align: center;
}
.ticket .ticket__box-detail .link a {
    display: inline-block;
    border: 2px solid #e6a476;
    border-radius: 30px;
    color: #e6a476;
    font-weight: 600;
    background-color: #fff6cc;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 18px;
    margin-top: 20px;
}
.ticket .ticket__box-detail .link a:nth-of-type(2) {
    border: 2px solid #00afdc;
    color: #00afdc;
    background-color: rgba(0, 175, 220, 0.3);
}

.attention .attention__block-txt {
    color: #000;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
.attention .attention__container li {
    border: 2px solid #5c2a33;
    border-radius: 38px;
    background-color: #fff;
    overflow: hidden;
}
.attention .attention__container li p {
    color: #000;
}
.attention .attention__container li p a {
    color: #f0537d;
}
.attention .attention__container .slideToggle__list-ttl {
    color: #5c2a33;
    display: block;
    padding: 0;
}
.attention .attention__container .slideToggle__list-ttl h3 {
    justify-content: space-between;
    align-items: center;
}
.attention .attention__container li .slideToggle__list-ttl-icon {
    width: 74px;
    height: 74px;
    background-size: cover;
    background-position: top left;
    margin-left: -2px;
    margin-top: -2px;
    margin-bottom: -2px;
}
.attention .attention__container li .slideToggle__list-ttl-txt {
    font-size: 18px;
    margin-right: auto;
    margin-left: 16px;
}
.attention .attention__container li .slideToggle__list-ttl-date {
    margin-left: 10px;
    margin-right: 70px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}
.attention .attention__container li .slideToggle__list-ttl:after {
    content: "";
    width: 40px;
    height: 40px;
    padding: 0;
    background-size: cover;
    background-position: center;
}
.attention .attention__container li:nth-child(odd) .slideToggle__list-ttl-icon {
    background-image: url(../img/attention-yellow-icon.png);
}
.attention .attention__container li:nth-child(even) .slideToggle__list-ttl-icon {
    background-image: url(../img/attention-pink-icon.png);
}
.attention .attention__container li:nth-child(odd) .slideToggle__list-ttl:after {
    background-image: url(../img/arrow-yellow-icon.png);
}
.attention .attention__container li:nth-child(even) .slideToggle__list-ttl:after {
    background-image: url(../img/arrow-pink-icon.png);
}

.goodsinfo .goodsinfo__block-txt {
    color: #000;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
.goodsinfo .goodsinfo__block-txt a {
    color: #f0537d;
}
.goodsinfo .goodsinfo__container li {
    border: 2px solid #5c2a33;
    border-radius: 38px;
    background-color: #fff;
    overflow: hidden;
}
.goodsinfo .goodsinfo__container li p {
    color: #000;
}
.goodsinfo .goodsinfo__container li p a {
    color: #5c2a33;
}
.goodsinfo .goodsinfo__container .slideToggle__list-ttl {
    color: #5c2a33;
    display: block;
    padding: 14px 20px;
    border: none;
    border-radius: 38px;
    border: none;
}
.goodsinfo .goodsinfo__container .slideToggle__list-ttl h3 {
    justify-content: space-between;
    align-items: center;
    color: #5c2a33;
}
.goodsinfo .goodsinfo__container .slideToggle__list-ttl h3:before {
    content: none;
}
.goodsinfo .goodsinfo__container li .slideToggle__list-ttl-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}
.goodsinfo .goodsinfo__container li .slideToggle__list-ttl-txt {
    font-size: 18px;
    margin-right: auto;
    margin-left: 16px;
}
.goodsinfo .goodsinfo__container li .slideToggle__list-ttl:after {
    content: "";
    width: 40px;
    height: 40px;
    padding: 0;
    background-size: cover;
    background-position: center;
}
.goodsinfo .goodsinfo__container h4 {
    color: #f0537d;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 16px;
    position: relative;
}
.goodsinfo .goodsinfo__container h4:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/square-icon-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 44%;
    left: 0;
    margin-bottom: 10px;
    transform: translateY(-50%) translateX(0%);
}
.goodsinfo .goodsinfo__container li:nth-child(odd) .slideToggle__list-ttl-icon {
    background-image: url(../img/star-red-icon.png);
}
.goodsinfo .goodsinfo__container li:nth-child(even) .slideToggle__list-ttl-icon {
    background-image: url(../img/star-blue-icon.png);
}
.goodsinfo .goodsinfo__container li:nth-child(odd) .slideToggle__list-ttl:after {
    background-image: url(../img/arrow-red-icon.png);
}
.goodsinfo .goodsinfo__container li:nth-child(even) .slideToggle__list-ttl:after {
    background-image: url(../img/arrow-blue-icon.png);
}
.goodsinfo .goodsinfo__container li:nth-child(odd) .slideToggle__list-ttl {
    background-size: auto auto;
    background-color: rgba(250, 203, 216, 0.45);
    background-image: repeating-linear-gradient(138deg, transparent, transparent 1px, rgba(250, 203, 216, 1) 1px, rgba(250, 203, 216, 1) 14px);
}
.goodsinfo .goodsinfo__container li:nth-child(even) .slideToggle__list-ttl {
    background-size: auto auto;
    background-color: rgba(178, 231, 244, 0.45);
    background-image: repeating-linear-gradient(138deg, transparent, transparent 1px, rgba(178, 231, 244, 1) 1px, rgba(178, 231, 244, 1) 14px);
}

.goodslineup .goodslineup__container .goodslineup__ItemWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 30px;
}
.goodslineup.category {
    padding-bottom: 260px;
}
.footer {
    position: relative;
    z-index: 3;
    background-color: transparent;
    padding: 0;
}
.footer .footer__container {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    bottom: 40px;
}

/* ttl */
.eventinfo h2 {
    font-size: inherit;
    margin-bottom: 50px;
    background-image: url(../img/menu-line.png);
    background-position: 50% 65%;
    background-repeat: repeat-x;
    background-size: 100%;
}
.eventinfo h2 img {
    height: 68px;
}
.eventinfo h2 span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 4px;
}
.eventinfo h2 span:after {
    content: "";
    width: 68px;
    height: 48px;
    position: absolute;
    top: -12px;
    right: -54px;
    background-image: url(../img/ttl-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.eventinfo h3 {
    text-align: center;
    margin-bottom: 30px;
}
.eventinfo h3 img {
    display: inline;
    height: 42px;
}

.news h2 {
    font-size: inherit;
    margin-bottom: 50px;
    background-image: url(../img/menu-line.png);
    background-position: 50% 76%;
    background-repeat: repeat-x;
    background-size: 100%;
}
.news h2 img {
    height: 68px;
}
.news h2 span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 4px;
}
.news h2 span:after {
    content: "";
    width: 68px;
    height: 48px;
    position: absolute;
    top: -12px;
    right: -54px;
    background-image: url(../img/ttl-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ticket h2 {
    font-size: inherit;
    margin-bottom: 50px;
    background-image: url(../img/menu-line.png);
    background-position: 50% 76%;
    background-repeat: repeat-x;
    background-size: 100%;
}
.ticket h2 img {
    height: 68px;
}
.ticket h2 span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 4px;
}
.ticket h2 span:after {
    content: "";
    width: 68px;
    height: 48px;
    position: absolute;
    top: -12px;
    right: -54px;
    background-image: url(../img/ttl-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.attention h2 {
    font-size: inherit;
    margin-bottom: 50px;
    background-image: url(../img/menu-line.png);
    background-position: 50% 65%;
    background-repeat: repeat-x;
    background-size: 100%;
}
.attention h2 img {
    height: 72px;
}
.attention h2 span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 4px;
}
.attention h2 span:after {
    content: "";
    width: 68px;
    height: 48px;
    position: absolute;
    top: -12px;
    right: -54px;
    background-image: url(../img/ttl-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.goodsinfo h2 {
    font-size: inherit;
    margin-bottom: 50px;
    background-image: url(../img/menu-line.png);
    background-position: 50% 65%;
    background-repeat: repeat-x;
    background-size: 100%;
}
.goodsinfo h2 img {
    height: 72px;
}
.goodsinfo h2 span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 4px;
}
.goodsinfo h2 span:after {
    content: "";
    width: 68px;
    height: 48px;
    position: absolute;
    top: -12px;
    right: -54px;
    background-image: url(../img/ttl-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.goodslineup h2 {
    font-size: inherit;
    margin-bottom: 50px;
    background-image: url(../img/menu-line.png);
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: 100%;
}
.goodslineup h2 img {
    height: 87px;
}
.goodslineup h2 span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 4px;
}
.goodslineup h2 span:after {
    content: "";
    width: 68px;
    height: 48px;
    position: absolute;
    top: -12px;
    right: -54px;
    background-image: url(../img/ttl-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-layer {
    position: fixed;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: opacity 420ms ease;
    will-change: opacity; /* フェードを滑らかに */
    z-index: 1;
}
.bg-layer.is-visible {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .bg-layer {
        transition: none;
    }
}

@media screen and (max-width: 480px) {
    .news .news__container li .slideToggle__list-ttl-txt {
        font-size: 14px;
    }
    .attention .attention__container li .slideToggle__list-ttl-txt {
        font-size: 16px;
    }
    .goodsinfo .goodsinfo__container li .slideToggle__list-ttl-txt {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .news .news__container li .slideToggle__list-ttl-txt {
        font-size: 18px;
    }
    .attention .attention__container li .slideToggle__list-ttl-txt {
        font-size: 18px;
    }
    .goodsinfo .goodsinfo__container li .slideToggle__list-ttl-txt {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .category > article {
        width: 90%;
    }
    .wrapper:before {
        width: 95%;
    }
    .mainvisual h1 {
        margin-top: 40px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .mainvisual .mainvisual__box {
        width: 100%;
        margin: 100px auto 0;
    }

    .eventinfo h2 {
        width: 100%;
        background-image: none;
    }
    .eventinfo h2 img {
        max-height: 54px;
        height: auto;
    }
    .eventinfo h3 img {
        display: inline;
        height: 38px;
    }
    .eventinfo .eventinfo__container .eventinfo__list {
        grid-gap: 40px 6%;
    }
    .eventinfo .eventinfo__container .eventinfo__list li {
        width: 47%;
    }

    .news h2 {
        width: 100%;
        background-image: none;
    }
    .news h2 img {
        max-height: 60px;
        height: auto;
    }
    .news .news__container li .slideToggle__list-ttl-icon {
        flex: none;
    }
    .news .news__container li p {
        font-size: 14px;
    }
    .news .news__container li .slideToggle__list-ttl-txt {
        font-size: 14px;
    }
    .news .news__container li .slideToggle__list-ttl-date {
        margin-right: 54px;
        font-size: 16px;
    }

    .ticket h2 {
        width: 100%;
        background-image: none;
    }
    .ticket h2 img {
        max-height: 60px;
        height: auto;
    }
    .ticket .ticket__box-detail h3 {
        font-size: 20px;
    }
    .ticket .ticket__box-detail p {
        font-size: 16px;
    }
    .ticket .ticket__block-txt .ticket__block-ttl {
        font-size: 16px;
    }
    .ticket .ticket__block-txt .ticket__block-circle {
        font-size: 14px;
    }
    .ticket .ticket__block-txt .link a {
        padding: 10px 30px;
        font-size: 18px;
    }

    .attention h2 {
        width: 100%;
        background-image: none;
    }
    .attention h2 img {
        max-height: 62px;
        height: auto;
    }
    .attention .attention__container li .slideToggle__list-ttl-txt {
        font-size: 16px;
        padding-right: 55px;
    }
    .attention .attention__container li .slideToggle__list-ttl-icon {
        flex: none;
    }

    .goodsinfo h2 {
        width: 100%;
        background-image: none;
    }
    .goodsinfo h2 img {
        max-height: 56px;
        height: auto;
    }
    .goodsinfo .goodsinfo__container li .slideToggle__list-ttl-txt {
        font-size: 16px;
    }
    .alignRight {
        font-size: 110% !important;
    }

    .goodslineup h2 {
        width: 100%;
        background-image: none;
    }
    .goodslineup h2 img {
        max-height: 68px;
        height: auto;
    }
    .goodslineup.category {
        padding-bottom: 340px;
    }
    .goodslineup .goodslineup__container .goodslineup__ItemWrap {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap: 40px 20px;
    }

    #page-top a {
        width: 96px;
    }
}

.goodsinfo .category_contents .coming_soon,
.goodslineup .category_contents .coming_soon {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .goodsinfo .category_contents .coming_soon,
    .goodslineup .category_contents .coming_soon {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

/* font */
@media (max-width: 768px) {
    .eventinfo .eventinfo__container .txt {
        line-height: 1.75;
        font-size: min(2.8vw, 16px);
        width: 100%;
    }
    .ticket .ticket__container .txt {
        width: 100%;
    }
    .ticket .ticket__box-detail {
        width: 100%;
    }
    .ticket .ticket__container .txt p {
        line-height: 1.7;
        font-size: min(3.4vw, 16px);
    }
    .ticket .ticket__box-detail p span {
        line-height: 1.7;
        font-size: min(3.2vw, 16px);
    }
    .ticket .ticket__box-detail .link a {
        font-size: min(3.6vw, 18px);
        padding: 10px 30px;
    }
    .news .news__container li .slideToggle__list-ttl-icon {
        width: 65px;
        height: 65px;
    }
    .news .news__container li .slideToggle__list-ttl-date {
        margin-left: 4px;
        font-size: min(3vw, 12px);
        margin-right: 48px;
    }
    .news .news__container li .slideToggle__list-ttl:after {
        width: 30px;
        height: 30px;
        margin-top: -14px;
    }
    .news .news__container li .slideToggle__list-ttl-txt {
        line-height: 1.7;
        font-size: min(2.2vw, 16px);
        margin-left: 10px;
        letter-spacing: 0;
        padding-right: 40px;
    }
    .news .news__container .slideToggle__list-contents .date {
        text-align: right;
    }
    .news .news__container li:nth-child(odd) .slideToggle__list-contents .date {
        color: #ffd200;
    }
    .news .news__container li:nth-child(even) .slideToggle__list-contents .date {
        color: #e6a476;
    }

    .ticket .ticket__block-txt .attention_txt {
        font-size: min(3.6vw, 16px);
        word-break: keep-all;
    }

    #attention p {
        line-height: 1.7;
        font-size: min(3.2vw, 16px);
    }

    .attention .attention__container li .slideToggle__list-ttl-icon {
        width: 65px;
        height: 65px;
    }
    .attention .attention__container li .slideToggle__list-ttl:after {
        width: 30px;
        height: 30px;
        margin-top: -14px;
    }
    .attention .attention__container li .slideToggle__list-ttl-txt {
        line-height: 1.7;
        font-size: min(3.2vw, 16px);
    }
}
