@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end
http://meyerweb.com/eric/tools/css/reset/
*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* common */
html {
    background: #000;
    color: #fff;
    overflow-y: scroll;
    height: 100%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-feature-settings: "palt";
    height: 100%;
    overflow: hidden;
    position: relative;
}
img {
    width: 100%;
    height: auto;
}
.for-pc {
    display: none !important;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes scroll-top {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    58% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes cos {
    0% {
        transform: translate3d(0, -12%, 0) rotate(0.01deg);
    }
    50% {
        transform: translate3d(0, 12%, 0) rotate(0.1deg);
    }
    100% {
        transform: translate3d(0, -12%, 0) rotate(0.01deg);
    }
}
/* */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: #f096ab;
    background: #003387;
    z-index: 10;
}
.img-loading {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 10%;
    margin: -5%;
    animation: rotate 1000ms linear infinite;
}
#opening {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#opening canvas {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bg-opening {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f096ab;
    z-index: 1;
    overflow: hidden;
}
.img-bg-opening {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-bg-opening img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.wrap-frame-bg {
    opacity: 0;
    position: relative;
}
.frame-bg {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
    width: 100%;
}
.frame-bg>span:nth-child(1) {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.frame-bg>span img:nth-child(2) {
    position: relative;
}
.bg {
    position: fixed;
    top: -16%;
    left: 0;
    width: 100%;
    height: 132vh;
    background: #000;
    transform-origin: 50% 42%;
    opacity: 0;
    min-height: 205vw;
    transition: transform 2900ms cubic-bezier(0.35, 0.09, 0.127, 0.963);
    transform: scale(0.62);
}
#bg-img {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    transform-origin: 45% 50%;
}
#bg-img.bg-img-02 {
    left: 20%;
    transform-origin: 20% 50%;
    opacity: 1;
}
.bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}
@supports (filter:blur(8px)) {
    .bg-cover {
        display: none;
    }
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 0;
    padding-bottom: 18.8%;
    box-sizing: border-box;
}
.btn-nav-ticket {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.46%;
    display: block;
    margin: 2.7% 3%;
}
.wrap-btn-gnav {
    position: relative;
    z-index: 11;
}
.btn-nav-ticket,
.wrap-btn-gnav {
    transform: translateY(-150px);
}
.btn-gnav {
    position: absolute;
    top: 0;
    right: 0;
    border: solid 3px #fff;
    display: block;
    width: 104px;
    height: 104px;
    z-index: 11;
    border-radius: 12px;
    box-sizing: border-box;
    margin: 2.9%;
    transform-origin: 100% 0;
}
#gnav {
    width: 54%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1;
}
#gnav ul {
    position: relative;
    z-index: 1;
}
.gnav-top {
    width: 22.47%;
    margin: 86.9% 0 0 13%;
}
.gnav-outline {
    width: 42.963%;
    margin: 19.8% 0 0 13%;
}
.gnav-why {
    width: 64.939%;
    margin: 19.3% 0 0 13%;
}
.gnav-analysis {
    width: 63.704%;
    margin: 19.2% 0 0 13%;
}
.gnav-experience {
    width: 52.346%;
    margin: 18.8% 0 0 13%;
}
.gnav-premium {
    width: 72.593%;
    margin: 19.5% 0 0 13%;
    padding: 0 0 90%;
}
.bg-gnav {
    background: rgba(0, 51, 132, 0.9);
    top: 0;
    width: 54%;
    height: 100%;
    right: 0;
    min-height: 181vw;
    display: none;
    position: absolute;
}
.btn-gnav span {
    display: block;
    width: 50px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 24px;
    border-radius: 100px;
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
}
.btn-gnav span:nth-child(1) {
    top: 27px;
}
.btn-gnav span:nth-child(2) {
    top: 47px;
}
.btn-gnav span:nth-child(3) {
    top: 67px;
}
.lay_closed.btn-gnav span:nth-child(1) {
    transform: rotate(-45deg) translateY(15px) translateX(-16px);
}
.lay_closed.btn-gnav span:nth-child(2) {
    opacity: 0;
}
.lay_closed.btn-gnav span:nth-child(3) {
    transform: rotate(45deg) translateY(-12px) translateX(-13px);
}
.content {
    position: relative;
    font-size: 1.33vw;
    transform-origin: 50% 0;
    height: 100%;
    opacity: 0;
}
.wrap-content {
    height: 0%;
    overflow: hidden;
}
.tl {
    width: 73.6%;
    padding: 14.8% 0 0 13.3%;
    filter: blur(9px);
    opacity: 0;
}
.tl-event {
    width: 78.366%;
    padding: 0 0 0 10.8%;
    margin: 0 0 7.1%;
}
.txt-top {
    width: 73.334%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 16.5% 13.6%;
    filter: blur(4px);
    z-index: 1;
    opacity: 0;
    margin-bottom: 15.1%;
}
.txt-thank-top {
    display: block;
    width: 97.091%;
    margin: 9% 0 0 1.2%;
}
.scroll-top {
    width: 7.334%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 3.2% 48.4%;
    z-index: 1;
    opacity: 0;
}
.scroll-top canvas {
    width: 200%;
    margin: -50%;
}
.tl-lead {
    width: 86.534%;
    padding: 22.9% 0 0 6.6%;
    margin: 0 0 10.5%;
}
.txt-lead {
    width: 85.467%;
    margin: 0 0 -0.3% 6.8%;
}
.box-sand {
    border: solid 1px;
    width: 86.667%;
    margin: 13% auto 0;
    position: relative;
    border-radius: 1.6em;
}
.box-sand img {
    display: block;
}
.tl-sand {
    width: 97.847%;
    position: relative;
    margin: 3.5% 0 7.1% 1.8%;
    height: 0;
    padding: 0 0 11.385%;
}
.img-tl-sand {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrap-txt-tl-sand {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.wrap-txt-tl-sand span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.tl-sand.is-anime .img-tl-sand,
.tl-sand.is-anime .wrap-txt-tl-sand span {
    animation: cos 6000ms cubic-bezier(0.420, 0.000, 0.580, 1.000) infinite;
}
.wrap-txt-tl-sand span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrap-txt-tl-sand.lay-glow {
    animation: blink 4000ms ease-out infinite;
}
.line-tl-sand {
    display: block;
    margin: 13.4% 0 0 2.2%;
    width: 95.3%;
    opacity: 0;
    border: none;
    border-top: solid 1px #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.txt-sand {
    width: 86.308%;
    margin: 0 0 0 0;
    padding: 0 0 0 6.4%;
}
.txt-sand:first-child {
    padding-top: 3.9%;
}
.img-sand {
    margin: 10.7% 0 -1px;
    border-radius: 0 0 1.6em 1.6em;
}
.box-sand .btn-accordion {
    margin: 0 0 -5.8% -0.6%;
    width: 10.737%;
}
#outline {
    margin: 21% 0 0;
}
.tl-outline {
    width: 86.667%;
    margin: 0 auto;
    padding: 0 0 10.9%;
}
.stl-outline-date {
    width: 25.467%;
    position: relative;
    margin: 0 0 0 37.2%;
    padding: 0 0 1.8%;
}
.stl-outline-date:after {
    content: "";
    border-bottom: solid 1px;
    position: absolute;
    left: 0%;
    bottom: 0;
    right: 0%;
}
.txt-outline-date {
    width: 85.867%;
    margin: 8.1% 0 0 7.1%;
}
.stl-outline-venue {
    width: 11.067%;
    margin: 10.7% 0 0 44.3%;
    position: relative;
    padding: 0 0 1%;
}
.stl-outline-venue:after {
    content: "";
    border-bottom: solid 1px;
    position: absolute;
    left: -37%;
    bottom: 0;
    right: -37%;
}
.txt-outline-venue {
    width: 45.067%;
    margin: 4.9% 0 0 28%;
}
.stl-outline-ticket {
    width: 26.134%;
    position: relative;
    margin: 12.1% 0 0 36.5%;
    padding: 0 0 1%;
}
.stl-outline-ticket:after {
    content: "";
    border-bottom: solid 1px;
    position: absolute;
    left: 0%;
    bottom: 0;
    right: -4%;
}
.txt-outline-ticket {
    width: 34.4%;
    margin: 6.3% 0 0 32.8%;
    padding-bottom: 19.6%;
}
/* #top */
#top {
    position: relative;
    box-sizing: border-box;
    height: 0;
    padding: 0 0 220%;
}
.bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15%;
    width: 130%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.16) 58.80%, rgba(0, 0, 0, 0) 100%);
    height: 54%;
}
/* #outline */
.tl-participate {
    width: 86.667%;
    padding: 0 0 8.5%;
    margin: 0 auto;
}
.stl-num {
    width: 10.134%;
    position: relative;
    margin: 0 auto;
}
.stl-num:before,
.stl-num:after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: solid 1px;
    right: 0;
    width: 342.106%;
    margin: -3% 136%;
}
.stl-num:before {
    left: 0;
}
.txt-participate-01 {
    width: 71.2%;
    margin: 8.9% 0 11.4% 16%;
}
.txt-participate-02 {
    margin: 5.6% 0 5.9% 17.3%;
    width: 63.334%;
    position: relative;
}
.hr-participate-02 {
    background: url(../images/bg_line.png) repeat-x 0 0;
    border: none;
    height: 2px;
    background-size: 2.25% auto;
    width: 82.667%;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -0.8%;
}
.li-participate-02-01 {
    position: relative;
    width: 81.867%;
    margin: 5.2% 0 0 8.9%;
}
.li-participate-02-02 {
    position: relative;
    width: 56.267%;
    margin: 3.6% 0 7.9% 21.6%;
}
.btn-participate-02-01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 12.541%;
}
.btn-participate-02-02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 18.247%;
}
.btn-participate-02 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 29.2% 0 0 85%;
}
.txt-participate-03 {
    width: 60.667%;
    margin: 5.9% 0 7.5% 16.5%;
}
.txt-participate-04 {
    width: 72.134%;
    margin: 8.4% 0 10.1% 14.4%;
}
/* #participate */
#asleep {
    margin: 20.8% 0 0;
}
.tl-asleep {
    width: 100%;
    margin: 0 auto;
    padding: 3.6% 0 4%;
    position: relative;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.img-tl-asleep {
    width: 54.401%;
    padding: 0 0 0 23.1%;
}
.img-asleep-02 {
    width: 86.667%;
    margin: 4% 0 0 6.7%;
    position: relative;
}
.txt-why {
    width: 86.667%;
    margin: 3.9% 0 0 0;
    padding: 0 0 0 6.7%;
}
.img-asleep-02 .img-asleep {
    border-radius: 1.7em;
}
.accordion {
    overflow: hidden;
    position: relative;
    margin: 4.2% 0 0;
    height: 0;
}
.btn-accordion {
    width: 9.334%;
    position: absolute;
    display: block;
    left: 45.2%;
    bottom: 0;
    z-index: 1;
}
.btn-close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.tl-choice {
    width: 86.667%;
    margin: 0 auto 7.4%;
    padding: 0;
}
.box-choice-link {
    width: 86.667%;
    display: inline-block;
    margin: 0 0 0 6.7%;
    vertical-align: top;
}
.txt-choice-01 {
    width: 64.154%;
    margin: 0 0 7.1% 17.8%;
}
.btn-choice {
    display: block;
    position: relative;
}
.caption-choice {
    width: 84.4%;
    display: block;
    margin: 1.6% 0 0 2.6%;
    font-size: 2.6em;
    line-height: 1.619;
    letter-spacing: 0.1em;
}
/* #choice */
#choice {
    margin: 20.2% 0 0;
}
#analysis {
    margin: 20% 0 0;
}
.tl-analysis {
    margin: 0 auto 7.1%;
    padding: 4.8% 0 4.5%;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.img-tl-analysis {
    width: 93.334%;
    padding: 0 0 0 3.4%;
}
.box-analysis {
    width: 86.667%;
    margin: 0 auto 10.5%;
    padding: 6.8% 0 3.3%;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    border-radius: 1.6em;
}
.stl-specialist {
    font-size: 3.8em;
    text-align: center;
    line-height: 1.474;
    font-weight: bold;
}
.name-analysis {
    display: block;
    font-size: 0.634em;
    font-weight: 400;
}
.tl-specialist-detail {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.68;
    padding: 8.1% 0 0;
    letter-spacing: 0.1em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 1.6em;
}
.lead-specialist-detail {
    line-height: 1.51;
    font-size: 2.4em;
    letter-spacing: 0.09em;
    text-align: justify;
}
.txt-specialist-detail {
    font-size: 2.6em;
    line-height: 1.62;
    text-align: justify;
    letter-spacing: 0.11em;
    margin: 0 0 3.3em;
}
.txt-specialist-detail:last-child {
    margin-bottom: 0;
    padding-bottom: 5%;
}
.url-txt-specialist-detail {
    text-align: left;
    display: inline-block;
    word-break: break-all;
}
.img-specialist-detail {
    margin: 3.9em 0 3.6em;
}
.stl-specialist-detail {
    font-size: 3.2em;
    font-weight: bold;
    line-height: 1.316;
    letter-spacing: 0.12em;
    text-align: justify;
    margin: 0 0 1.3em;
}
.link-specialist-detail {
    color: #00b5ff;
    text-decoration: none;
    letter-spacing: 0;
}
.caption-analysis {
    font-size: 2em;
}
.box-faq {
    width: 86.667%;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 1.6em;
    margin: 0 auto 13.8%;
    position: relative;
    padding: 0 0 1.9%;
}
.box-faq:after {
    content: "";
    background: url(../images/img_faq_serif.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 100%;
    left: 86%;
    width: 8.154%;
    padding-bottom: 20%;
}
.tl-q {
    width: 84.924%;
    padding: 7.1% 7.5% 8.8%;
}
.tl-q-02 {
    padding-top: 8%;
}
.txt-a {
    width: 84.308%;
    font-size: 2.6em;
    line-height: 1.62;
    padding: 0 7.9% 3.4%;
    text-align: justify;
    letter-spacing: 0.1em;
}
.txt-a-02 {
    padding-top: 0.8em;
    padding-bottom: 6.2%;
}
.icon-txt-a {
    width: 6.57%;
    display: inline-block;
    position: relative;
    height: 1em;
    margin: 0 0.6em 0 0;
}
.img-icon-txt-a {
    position: absolute;
    top: -0.2em;
    left: 0;
}
.box-faq .accordion {
    margin: 0;
}
#experience {
    margin: 25.2% 0 0;
}
.tl-experience {
    margin: 0 0 7%;
    padding: 5.2% 0 3.7%;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.img-tl-experience {
    width: 86.8%;
    padding: 0 0 0 6.8%;
}
.txt-experience {
    width: 86.667%;
    margin: 5.4% 0 0 6.6%;
}
.txt-more {
    width: 86.667%;
    margin: 17.8% 0 0 6.6%;
}
.tl-premium {
    width: 89.334%;
    margin: 10.9% 0 0 5.5%;
}
.btn-premium {
    width: 86.667%;
    display: block;
    margin: 2.5% auto 0;
}
.img-premium-02 {
    width: 86.667%;
    margin: 10.5% 0 0 6.7%;
    border-radius: 1.9em;
}
.caption-premium {
    width: 84.4%;
    display: block;
    margin: 2.7% 0 0 9.4%;
    font-size: 2.6em;
    line-height: 1.44;
    letter-spacing: 0.1em;
    padding-bottom: 14.8%;
}
.tl-participate-premium {
    width: 86.667%;
    margin: 0 0 7.1% 6.7%;
}
.txt-participate-premium-01 {
    width: 70.8%;
    margin: 11.2% 0 12.9% 17.7%;
}
.txt-participate-premium-02 {
    width: 67.6%;
    margin: 7.6% 0 10.8% 16.1%;
}
.txt-participate-premium-03 {
    width: 64.534%;
    margin: 9.6% 0 0 16.5%;
}
.txt-participate-premium-sand {
    width: 89.467%;
    padding: 0 0 20.6% 5.3%;
    margin: 16.1% 0 0;
}
.tl-attention {
    width: 38.8%;
    position: relative;
    margin: 0 auto 3%;
}
.tl-attention:before,
.tl-attention:after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: solid 1px;
    right: 0;
    width: 45.706%;
    margin: -0.4% 116.1%;
}
.tl-attention:before {
    left: 0;
}
.tl-attention img {
    margin-left: -1.2%;
}
.list-attention {
    font-size: 2.2em;
    line-height: 1.97;
    width: 86.667%;
    margin: 6.1% 0 9.6% 6.5%;
    padding: 0 0 0%;
    text-align: justify;
    letter-spacing: 0.1em;
}
.link-attention {
    color: #00b5ff;
    text-decoration: none;
}
.tl-sct {
    font-size: 2.2em;
    text-align: center;
    width: auto;
    margin: 10.3% auto 6.1%;
    padding: 1% 0;
    position: relative;
    left: 0;
    letter-spacing: 0.1em;
}
.box-sct {
    width: 86.667%;
    margin: 0 auto;
    padding: 0 0 2.1%;
    border-bottom: solid 1px #fff;
}
.box-sct .accordion {
    margin: 0 0 0;
}
.box-tl-sct {
    position: relative;
    display: inline-block;
    border-bottom: solid 1px;
    margin: 0 0 0 3em;
    padding: 0 0 0.1em;
    cursor: pointer;
}
.btn-close-rotate {
    position: absolute;
    top: 0;
    left: -3em;
    width: 2.188em;
}
.stl-sct {
    font-size: 2.2em;
    line-height: 1.641;
    margin: 0 auto;
    letter-spacing: 0.1em;
}
.stl-sct:first-child {
    padding-top: 0.5em;
}
.txt-sct {
    font-size: 2.2em;
    line-height: 1.641;
    margin: 0 auto 1.83em;
    letter-spacing: 0.07em;
    cursor: text;
    letter-spacing: 0.1em;
}
.txt-sct:last-child {
    margin-bottom: 0;
    padding-bottom: 2.4em;
}
.link-tel {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
    cursor: text;
}
.txt-bnr {
    width: 86.4%;
    margin: 0 0 0 6.8%;
    padding: 12.6% 0 0;
}
.bnr {
    width: 86.667%;
    display: block;
    margin: 8.6% 0 12.7% 6.5%;
}
.txt-footer {
    width: 62.134%;
    text-align: center;
    margin: 6% 0 10.2% 18.6%;
}
.sns-facebook {
    width: 7.334%;
    display: block;
}
.copyright {
    font-size: 1.4em;
    letter-spacing: 0.07em;
    text-align: center;
    display: block;
    padding: 12.7% 0 3.4%;
}
/* #analysis */
#analysis .stl-specialist {
    letter-spacing: 0.14em;
}
#analysis .name-analysis {
    margin: 0.8em 0 0.95em;
    letter-spacing: 0.1em;
}
#analysis .btn-analysis {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 -5.8% -5.4%;
    width: 10.77%;
}
.box-analysis .accordion {
    width: 84.616%;
    margin: 7.9% auto 0;
    -webkit-mask-image: linear-gradient(black 99%, transparent 100%);
}
.box-analysis .accordion:before {
    content: "";
    border-top: solid 1px;
    top: 0.2em;
}
.caption-analysis {
    text-align: center;
    display: block;
    margin: -0.3% 0 15.2%;
    letter-spacing: 0.16em;
}
.tl-chart-01 {
    width: 62.8%;
    padding: 0 0 0 18.6%;
}
.txt-chart-01 {
    width: 47.784%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 52.4% 0 0 27%;
}
.box-chart {
    position: relative;
    width: 54.134%;
    height: 0;
    margin: -3.5% auto 0;
    padding-bottom: 54.134%;
}
.box-chart canvas {
    width: 100%;
}
.tl-chart-02 {
    width: 63.2%;
    margin: 3.9% 0 0 18.1%;
}
.txt-chart-02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 47.784%;
    margin: 52.5% 0 0 27.1%;
}
.tl-chart-03 {
    width: 85.067%;
    margin: 4.3% 0 1.6% 7.2%;
}
.txt-chart-03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 47.291%;
    margin: 53.2% 0 0 26%;
}
.caption-chart {
    font-size: 2em;
    text-align: center;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0.5% 0 16.6%;
}
/* #footer */
#footer {
    background: #000000;
    display: block;
    padding-top: 1.7em;
}
#footer ul {
    text-align: center;
}
#footer li {
    width: 8.667%;
    margin: 0 4.35%;
    display: inline-block;
}
#footer li.sns-facebook {
    width: 7.335%;
}
@media (min-aspect-ratio:750/1334) and (max-width:768px) {
    .img-bg-opening img {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media print,
(min-width: 769px) {
    html {
        margin-right: 0 !important;
        overflow-y: scroll !important;
    }
    body:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg_pc.jpg) no-repeat;
        background-size: cover;
    }
    .for-pc {
        display: block !important;
    }
    .img-loading {
        width: 60px;
        margin: -30px;
    }
    #opening,
    .frame-bg,
    #header,
    .content {
        width: 440px;
        left: 58.1%;
        overflow: hidden;
    }
    .bg-opening {
        width: 440px;
        left: 58.1%;
    }
    .wrap-bg {
        width: 440px;
        left: 58.1%;
        overflow: hidden;
        position: fixed;
        height: 110%;
        top: 50%;
        min-height: 1100px;
        transform: translateY(-50%);
    }
    .bg {
        position: absolute;
        left: -1.5%;
        height: 105%;
        width: 103%;
        min-height: 1200px;
        top: -5%;
    }
    .bg,
    .content {
        overflow: visible;
    }
    #header {
        overflow: visible !important;
        padding-bottom: 80px;
    }
    .bg-gnav {
        position: absolute;
        margin-right: 0 !important;
    }
    .frame-bg {
        height: 100%;
        overflow: hidden;
    }
    .frame-bg>span:nth-child(1) {
        position: absolute;
        z-index: 1;
    }
    .img-frame-bg {
        width: 120%;
        margin-left: -10%;
        margin-top: -704px;
        top: 50vh;
        top: 50%;
        position: relative;
    }
    .content {
        font-size: 5.9px;
    }
    .btn-gnav {
        transform: scale(0.534) !important;
    }
    .box-pc {
        position: fixed;
        top: 50%;
        left: 50%;
        max-width: 1400px;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .logo-bg {
        padding: 12.8% 0 0 10.6%;
        width: 38.572%;
    }
    .txt-logo-event {
        width: 75.027%;
        padding: 0 0 0 12%;
        margin: 0 0 14.3%;
    }
    .txt-bg {
        width: 38.572%;
        padding: 6.2% 0 5.1% 10.5%;
    }
    .txt-thank-bg {
        display: block;
        width: 65.641%;
        margin: 4.8% 0 0 0;
        padding: 0 0 0 16.6%;
    }
    #gnav {
        overflow: hidden;
    }
    #gnav ul {
        overflow-y: scroll;
        margin: 0 -20px 0 0;
        height: 100%;
        padding-right: 20px;
        -webkit-overflow-scrolling: touch;
    }
}
@media print,
(min-width: 769px) and (max-width: 1100px) {
    #opening,
    .frame-bg,
    .wrap-bg,
    #header,
    .content,
    .bg-opening {
        left: calc(100vw - 510px);
    }
    .box-pc {
        width: calc(100vw - 520px);
        left: 0;
        transform: translateY(-50%);
        min-width: 480px;
    }
    .logo-bg {
        width: 73.276%;
        margin: 24.3% auto 0%;
        padding: 0 0 0 0;
    }
    .txt-bg {
        width: 73.276%;
        margin: 11.3% auto 9.2%;
        padding: 0;
    }
}
@media print,
(min-width: 769px) and (max-width: 1000px) {
    #opening,
    .frame-bg,
    .wrap-bg,
    #header,
    .content,
    .bg-opening {
        left: calc((100% - 440px) / 2);
    }
    .box-pc {
        display: none !important;
    }
}
@media print,
(min-width:1601px) {
    .box-pc {
        max-width: 1800px;
    }
    .logo-bg {
        width: 33.729%;
        padding: 11.2% 0 0 15.6%;
    }
    .txt-bg {
        width: 33.729%;
        padding: 5.4% 0 4.4% 15.5%;
    }
}
@media print {
    #header {
        visibility: hidden;
    }
    h2,
    h3,
    p,
    .img-asleep-01,
    .img-asleep-02,
    .accordion,
    .btn-choice,
    .img-premium-01,
    .img-premium-02,
    small,
    .list-attention {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
    .wrap-bg {
        position: absolute;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
    }
    .bg {
        height: 100vh;
    }
}