@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    word-break: break-all;
    color: #333;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    line-height: 1;
    padding: 0
}

input {
    border: 0
}

img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: bottom
}

select {
    line-height: 1
}

select::-moz-focus-inner {
    border: 0;
    outline: 0
}

.pc-content {
    display: none
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 375px;
    padding: 0 10px
}

@media screen and (min-width:1000px) {
    .sp-content {
        display: none
    }

    .pc-content {
        display: block
    }

    .pc-content--inline {
        display: inline
    }

    .container {
        max-width: 1000px;
        padding: 0 20px
    }

    .container--no-padding {
        padding: 0
    }
}

.container--no-padding {
    padding: 0
}

.container--sp-no-padding {
    padding: 0
}

.sp-wrap,
.wrap {
    display: block
}

.pc-wrap {
    display: inline
}

@media screen and (min-width:1000px) {
    .container--sp-no-padding {
        padding: 0 20px
    }

    .sp-wrap {
        display: inline
    }

    .pc-wrap {
        display: block
    }
}

.hover {
    -webkit-transition: opacity .7s, -webkit-filter .2s;
    transition: filter .2s, opacity .7s, -webkit-filter .2s
}

.hover:hover {
    -webkit-filter: contrast(50%) brightness(135%) saturate(95%);
    filter: contrast(50%) brightness(135%) saturate(95%)
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .hover:hover {
        opacity: .7
    }
}

.link {
    color: #06c;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.img-block {
    line-height: 0;
    text-align: center
}

.btn-container {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center
}

.btn-container__btn {
    -webkit-box-flex: 0;
    flex: 0 1 auto
}

.btn-container__btn img {
    width: 100%
}

.js-lazy-img {
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

.js-lazy-img.is-init,
.js-lazy-img.is-loading {
    opacity: 0
}

.js-lazy-img.is-loaded {
    opacity: 1
}

.js-lazy-srcset {
    display: none;
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

.js-lazy-srcset.is-loading {
    opacity: 0
}

.js-lazy-srcset.is-loaded {
    -webkit-animation: 1s fade-in;
    animation: 1s fade-in;
    display: inline-block
}

img.swiper-lazy {
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

img.swiper-lazy.is-loaded {
    opacity: 1
}

.js-lazy-bg__holder {
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.js-lazy-bg.is-loaded .js-lazy-bg__holder {
    opacity: 1
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.footer-copy-wrapper {
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    padding: 10px 0
}

.footer-copy__img {
    margin-bottom: 5px;
    text-align: center
}

@media screen and (min-width:1000px) {
    .footer-copy-wrapper {
        padding: 20px 0
    }

    .footer-copy {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: flex;
        justify-content: center
    }

    .footer-copy__img {
        margin-bottom: 0;
        margin-right: 15px
    }
}

.footer-copy__text {
    color: #333;
    font-size: 10px;
    line-height: 1.6;
    margin: -.3em 0;
    text-align: center
}

.main-catch {
    /*background: #feedf6;*/
    /*color: #fff;*/
    font-weight: 700;
    padding: 15px 10px;
    word-break: normal
}

@media screen and (min-width:1000px) {
    .footer-copy__text {
        font-size: 14px
    }

    .main-catch {
        padding: 40px 0
    }
}

.main-catch__head {
    font-size: 20px;
    margin-bottom: 20px
}

.main-catch__head>p {
    text-align: center
}

.main-catch__text .text-box {
    font-size: 14px;
    line-height: 1.6;
    margin: calc((1.6 - 1em)/ 2 * -1) 0
}

@media screen and (min-width:1000px) {
    .main-catch__head {
        font-size: 40px;
        margin-bottom: 20px
    }

    .main-catch__text .text-box {
        font-size: 25px;
        text-align: center;
    }
}

.main-catch__text .text-box .strong {
    color: #f53b98
}

.detail-text .text-box {
    color: #63574a;
    font-size: 12px;
    line-height: 1.6;
    margin: calc((1.6 - 1em)/ 2 * -1) 0
}

.header-wrap {
    background: #fff;
    padding: 10px 0 5px
}

.header-content {
    overflow: hidden
}

.header-content__body {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    margin: -7.5px
}

.header-content__item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 7.5px
}

.header-content__link {
    display: inline-block
}

.logo {
    display: block
}

.logo--3ple {
    max-width: 85px
}

.logo--rsp {
    max-width: 44px
}

.logo img {
    width: 100%
}

.event__head {
    margin-bottom: 25px
}

.event-head {
    align-items: center;
    /*background: #f2f2f2;*/
    border-radius: 17.5px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    box-sizing: border-box;
    /*color: #fff;*/
    display: -webkit-box;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 35px;
    justify-content: center
}

@media screen and (min-width:1000px) {
    .detail-text .text-box {
        font-size: 20px;
        line-height: 40px;
        margin: calc((40px - 1em)/ 2 * -1) 0
    }

    .header-wrap .container {
        padding: 0
    }

    .event__head {
        margin-bottom: 50px
    }

    .event-head {
        border-radius: 35px;
        font-size: 30px;
        height: 70px;
        margin: 0 auto;
        max-width: 760px
    }

    .event-list {
        -webkit-box-pack: center;
        display: -webkit-box;
        display: flex;
        justify-content: center
    }
}

.event-head .icon {
    color: #f53b98;
    margin-right: .25em
}

.event-list__item:not(:last-child) {
    margin-bottom: 48px
}

@media screen and (min-width:1000px) {
    .event-list__item:not(:last-child) {
        margin-bottom: 0
    }

    .event-list__item {
        -webkit-box-flex: 0;
        box-sizing: border-box;
        flex: 0 0 50%;
        margin-bottom: 0;
        max-width: 50%;
        padding: 0 15px
    }
}

.event-card {
    display: block
}

.event-card__img {
    margin: 0 auto 25px;
    max-width: 200px
}

.event-card__img .keep-ratio {
    display: block;
    position: relative;
    width: 100%
}

.event-card__img .keep-ratio::before {
    content: "";
    display: block;
    padding-top: 100%
}

.event-card__img .keep-ratio__content {

    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.event-card__text>* {
    color: #2d98e3;
    display: block;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-decoration: none
}

.event-card__text>* .icon {
    color: #f93099;
    margin-right: .25em
}

.mv {
    /*background: #e8fbfe;*/
    padding:  0
}

.mv .keep-ratio {
    display: block;
    position: relative;
    width: 100%
}

.mv .keep-ratio::before {
    content: "";
    display: block;
    padding-top: 37.6%
}

.mv .keep-ratio__content {

    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (min-width:1000px) {
    .event-card__img {
        margin-bottom: 50px;
        max-width: none
    }

    .event-card__text>* {
        font-size: 24px
    }

    .mv {
        /*padding: 30px 0*/
        /*background-color: #fff1f9;*/
    }

/*    .mv .keep-ratio {
        display: block;
        position: relative;
        width: 100%
    }

    .mv .keep-ratio::before {
        content: "";
        display: block;
        padding-top: 37.5%
    }

    .mv .keep-ratio__content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }*/
}

/*.separator--mv {
    margin-bottom: 15px
}

@media screen and (min-width:1000px) {
    .separator--mv {
        margin-bottom: 30px
    }
}
*/
.separator--catch {
    margin-bottom: 25px
}

@media screen and (min-width:1000px) {
    .separator--catch {
        margin-bottom: 50px
    }
}

.separator--detail {
    margin-bottom: 40px
}

.main {
    padding-bottom: 75px
}

@media screen and (min-width:1000px) {
    .separator--detail {
        margin-bottom: 80px
    }

    .main {
        padding-bottom: 150px
    }
}
