/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

main {
    display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

embed,
iframe,
img,
object {
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

select::-ms-expand {
    display: none
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable] {
    outline: none
}

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

caption {
    text-align: left
}

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

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

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "NotoSans400";
    src: url("../font/NotoSansJP-Regular.woff")
}

@font-face {
    font-family: "NotoSans700";
    src: url("../font/NotoSansJP-Regular.woff")
}

@font-face {
    font-family: "NotoSerif400";
    src: url("../font/NotoSerifJP-Regular.woff")
}

@font-face {
    font-family: "NotoSerif500";
    src: url("../font/NotoSerifJP-Medium.woff")
}

@font-face {
    font-family: "NotoSerif600";
    src: url("../font/NotoSerifJP-SemiBold.woff")
}

@font-face {
    font-family: "Caveat400";
    src: url("../font/Caveat-Regular.woff")
}

body {
    font-family: NotoSerif400, sans-serif;
    font-weight: 400;
    color: #000;
    background-color: #FFFBEF
}

body.is-fixed {
    width: 100%;
    position: fixed;
    overflow: hidden
}

main {
    position: relative;
    z-index: 0
}

img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.is-hide {
    display: none !important
}

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

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

.c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-button.--fixed {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    bottom: 50px;
    z-index: 4;
    line-height: 1.47;
    font-family: NotoSerif500, sans-serif;
    font-weight: 500;
    color: #fff
}

.c-button.--fixed:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #1C1149 url("../img/common/icon-arrow2.svg") no-repeat center/11px
}

@media screen and (min-width:769px) {
    .c-button.--fixed {
        width: 166px;
        height: 220px;
        padding: 25px 22px;
        right: 10px;
        font-size: 19px;
        background: url("../img/common/button.png") no-repeat center/contain
    }

    .c-button.--fixed:after {
        width: 34px;
        height: 34px;
        bottom: 15px;
        left: 22px
    }

    .c-button.--fixed:hover {
        opacity: 0.85
    }

    .c-button.--fixed:hover:after {
        background: #8332BE url("../img/common/icon-arrow2.svg") no-repeat center/11px
    }
}

@media screen and (max-width:768px) {
    .c-button.--fixed {
        width: 194px;
        height: 105px;
        padding: 15px 20px;
        right: 3px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 16px;
        background: url("../img/common/button_sp.png") no-repeat center/contain
    }

    .c-button.--fixed:after {
        width: 26px;
        height: 26px;
        bottom: 15px;
        right: 22px
    }
}

.c-button.--close {
    width: 26px;
    height: 26px;
    display: none;
    position: fixed;
    z-index: 5;
    cursor: pointer;
    border-radius: 100px;
    background-color: #1C1149
}

.c-button.--close:before {
    content: "";
    width: 16px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff
}

.c-button.--close:after {
    content: "";
    width: 16px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #fff
}

@media screen and (min-width:769px) {
    .c-button.--close {
        bottom: 250px;
        right: 8px
    }

    .c-button.--close:hover {
        opacity: 0.7
    }
}

@media screen and (max-width:768px) {
    .c-button.--close {
        bottom: 140px;
        right: 4px
    }
}

.c-heading {
    position: relative;
    z-index: 0;
    text-align: center
}

.c-heading.--white {
    color: #fff
}

.c-heading__emphasis {
    margin-top: 5px;
    display: block;
    line-height: 1.8;
    font-family: NotoSerif500, sans-serif;
    font-weight: 500
}

@media screen and (min-width:769px) {
    .c-heading__emphasis {
        font-size: 35px
    }
}

@media screen and (max-width:768px) {
    .c-heading__emphasis {
        font-size: 28px
    }
}

.c-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s, visibility 0.6s;
    transition: opacity 0.6s, visibility 0.6s;
    background-color: rgba(0, 0, 0, 0.3)
}

.c-overlay.is-active {
    opacity: 1;
    visibility: visible
}

.c-box {
    max-width: 936px;
    width: calc(100% - 40px);
    display: none;
    position: fixed;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #fff
}

.c-box.is-active {
    display: block
}

@media screen and (min-width:769px) {
    .c-box {
        padding: 56px 68px 30px 68px
    }
}

@media screen and (max-width:768px) {
    .c-box {
        padding: 30px 20px
    }
}

.c-box__desc {
    height: 482px;
    overflow: auto
}

@media screen and (max-width:768px) {
    .c-box__desc {
        padding: 0 10px
    }
}

.c-box__title {
    font-size: 15px;
    line-height: 1.55
}

.c-box__title:after {
    content: "";
    width: 120px;
    height: 2px;
    margin-top: 8px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0099D9), color-stop(50%, #000066));
    background: linear-gradient(to right, #0099D9 50%, #000066 50%)
}

.c-box_honorific {
    font-size: 16px
}

.c-box__emphasis {
    display: block;
    font-size: 27px
}

@media screen and (min-width:769px) {
    .c-box__emphasis {
        font-family: NotoSerif600, sans-serif;
        font-weight: 600
    }
}

@media screen and (max-width:768px) {
    .c-box__emphasis {
        font-family: NotoSerif500, sans-serif;
        font-weight: 500
    }
}

.c-box__movie{
    position: relative;
    background-color: #0099D9;
    margin: 0 auto;

}

.c-box__figure {
    margin: 30px auto 0
}

.c-box__figure.--image {
    max-width: 326px
}

.c-box__figure.--movie {
    max-width: 620px;
    position: relative;
    cursor: pointer
}

.c-box__figure.--movie iframe {
    width: 100%;
    top: 0;
    left: 0
}

.c-box__edit {
    margin-top: 25px;
    font-size: 16px
}

.c-box__edit p {
    margin-bottom: 10px;
    line-height: 1.87;
    letter-spacing: -0.006em
}

.c-box__close {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -60px;
    right: 0;
    cursor: pointer;
    border-radius: 100px;
    background-color: #1C1149
}

.c-box__close:before {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff
}

.c-box__close:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #fff
}

@media screen and (min-width:769px) {
    .c-box__close:hover {
        opacity: 0.7
    }
}

.header {
    max-width: 1240px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff
}

.header.is-active {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (min-width:769px) {
    .header {
        padding: 15px 30px
    }
}

@media screen and (max-width:768px) {
    .header {
        padding: 10px 15px
    }
}

@media screen and (min-width:769px) {
    .header__logoWrap {
        max-width: 375px
    }
}

@media screen and (max-width:768px) {
    .header__logoWrap {
        max-width: 230px
    }
}

.footer {
    position: relative;
    z-index: 0;
    color: #fff;
    background-color: #000
}

@media screen and (min-width:769px) {
    .footer {
        padding: 17px 0 40px
    }
}

@media screen and (max-width:768px) {
    .footer {
        padding: 40px 0 30px
    }
}

.footer__wrap {
    max-width: 898px;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070
}

@media screen and (min-width:769px) {
    .footer__wrap {
        padding: 50px 0
    }
}

@media screen and (max-width:768px) {
    .footer__wrap {
        padding: 40px 0 20px
    }
}

.footer__snsGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__sns {
    display: inline-block
}

@media screen and (min-width:769px) {
    .footer__sns {
        width: 56px
    }

    .footer__sns:nth-child(n+2) {
        margin-left: 80px
    }

    .footer__sns:hover {
        opacity: 0.7
    }
}

@media screen and (max-width:768px) {
    .footer__sns {
        width: 44px
    }

    .footer__sns:nth-child(n+2) {
        margin-left: 30px
    }
}

.footer__note {
    text-align: center;
    font-size: 11px;
    line-height: 1.81
}

@media screen and (min-width:769px) {
    .footer__note {
        margin-top: 50px
    }
}

@media screen and (max-width:768px) {
    .footer__note {
        margin-top: 40px
    }
}

.footer__copyright {
    font-size: 14px;
    text-align: center
}

@media screen and (min-width:769px) {
    .footer__copyright {
        margin-top: 40px
    }
}

@media screen and (max-width:768px) {
    .footer__copyright {
        margin-top: 30px
    }
}