@charset "utf-8";
/* ======================================
	body [ ボディ ]
====================================== */
html {
    width: 100% !important;
    font-size: 0.85em;
}
body {
    color: #fff;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.04em;
    width: 100% !important;
    min-width: 100%;
    overflow: hidden;
}
body * {
    box-sizing: border-box;
}
.wrapper {
    overflow: hidden;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
/* リンク */
a, a:focus, .slick-slide, area, area:focus {
    outline: none;
}
a {
    color: #fff;
    word-break: break-all;
}
p, dd {
    text-align: justify;
    text-justify: inter-ideograph;
}

/* ======================================
	共通スタイル
====================================== */
.d_pc {
    display: none !important;
}
/* fonts */
.serif {
  font-family: "Noto Serif JP", serif;
}
.bonheur {
  font-family: "Bonheur Royale", cursive;
}
.barlow {
  font-family: "Barlow", sans-serif;
}
/* スクロールCSS */
.fade-in {
    opacity: 0;
}
.fade-in-up {
    transform: translate(0, 80px);
}
.fade-in-down {
    transform: translate(0, -80px);
}
.fade-in-left {
    transform: translate(-80px, 0);
}
.fade-in-right {
    transform: translate(80px, 0);
}
.scroll-in {
    animation: fadeIn 0.8s ease;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
/* slider */
.slick-dotted.slick-slider {
    margin-bottom: 3vw!important;
}
.slick-slide {
    position: relative;
}
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.dots-class {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.dots-class li {
    width: 10px;
    height: 10px;
    background-color: #e6e6e6;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.dots-class li.slick-active {
    background-color: #808080;
}
.dots-class li:hover {
    background-color: #808080;
}
.dots-class li:last-child {
    margin-right: 0;
}
/* ======================================
	コンテンツ
====================================== */
#content {
    width: 100%;
    overflow: hidden;
}
/* parallax */
.parallax-section {
    background-position: top center;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat
}

/* mv
 * ************************************************** */
#mv {
    padding: 6.667vw 3.333vw 12vw;
    width: 100%;
    background-image: url("../images/mv_bg_sp.jpg");
}
#mv .mv_inner .mv_main {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding-top: 66.602%;
    background: url("../images/mv_main.jpg") no-repeat 0 0 / 100%;
}
#mv .mv_inner .mv_lead01 {
    padding: 8vw 0 7vw;
}
#mv .mv_inner .mv_lead01 p {
    text-align: center;
    font-size: 3.5vw;
    letter-spacing: 0.15em;
    line-height: 2;
}
#mv .mv_scroll {
    display: block;
    margin: 0 auto 40px;
	width: 13px;
	animation: arrowmove 1.2s ease-out infinite;
}
@keyframes arrowmove{
    0%,100%{transform: translate(0, -5px);}
    60%{transform: translate(0, 5px);}
}
#mv .mv_lead02 p:first-child {
    margin-bottom: 4vw;
    font-size: 3.2vw;
    text-align: center;
}
#mv .mv_lead02 p:last-child {
    font-size: 3.5vw;
    text-align: center;
    letter-spacing: 0.15em;
}

/* information
 * ************************************************** */
#information {
    padding: 10vw;
    width: 100%;
    background: url("../images/information_bg_sp.jpg") no-repeat 50% 50% / cover;
}
#information .cont_inner {
    padding: 8vw;
    background: rgba(0,0,0,0.5);
}
#information .cont_inner .cont_ttl {
    margin: 0 auto 25px;
    padding-bottom: 10px;
    width: 500px;
    max-width: 100%;
    font-size: 7vw;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #fff;
}
#information .cont_inner .movie_ttl {
    margin-bottom: 20px;
    text-align: center;
    font-size: 3.2vw;
    letter-spacing: 0.15em;
}
#information .cont_inner .movie_ttl span:first-child {
    display: block;
    font-size: 1.067rem;
    margin-bottom: 5px;
}
#information .cont_inner .movie_ttl span:last-child {
    display: block;
    font-size: 5vw;
}
#information .cont_inner .movie_img {
    margin: 0 auto 3vw;
    width: 500px;
    max-width: 100%;
}
#information .cont_inner .disney_credit {
    font-size: 0.667rem;
}
#information .cont_inner .movie_intro {
    margin-bottom: 3vw;
}
#information .cont_inner .url {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#information .cont_inner .url span {
    display: block;
    margin-right: 22px;
    padding-left: 0.3em;
    width: 40vw;
    height: 30px;
    background: #c7b299;
    position: relative;
    font-size: 2.8vw;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0;
}
#information .cont_inner .url span::after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    color: #c7b299;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 15px 12px;
    border-left-color: currentColor;
    border-right: 0;
    position: absolute;
    top: 0;
    right: -12px;
}
#information .cont_inner .url a {
    font-size: 3.2vw;
    text-decoration: none;
}

/* course
 * ************************************************** */
#course {
    width: 100%;
    background: rgb(0,255,214);
    background:  linear-gradient(180deg, rgba(0,255,214,1) 10%, rgba(0,0,127,1) 90%);
    overflow: hidden;
    position: relative;
}
#course .course_wrap {
    padding-bottom: 12vw;
    width: 100%;
    height: 100%;
    background: url("../images/course_bg_sp.png") repeat-y 50% 50% / 100%;
}
#course .cont_inner {
    padding: 10vw 6.667vw 12vw;
	position: relative;
}
#course .cont_inner .txt {
    margin-bottom: 6vw;
}
#course .cont_inner .cont_ttl {
    margin-bottom: 10vw;
    text-align: center;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 1.5;
}
#course .cont_inner .course_cont .course_cont_ttl_en {
    margin-bottom: 5px;
    font-size: 9vw;
    line-height: 1;
}
#course .cont_inner .course_cont .course_cont_ttl {
    margin-bottom: 4vw;
    font-size: 8vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15em;
}
#course .cont_inner .course_cont .course_cont_catch {
    margin-bottom: 4vw;
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.18em;
}
/* arrow */
#course .cont_inner .course_cont .arrow {
    display: block;
    width: 2px;
    height: 26.667vw;
    position: relative;
    margin: 4vw auto;
}
#course .cont_inner .course_cont .arrow::before {
    content:"";
    display: block;
    width: 2px;
    height: 26.667vw;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
	transform: scale(1, 0);
	transform-origin: left top;
	transition-duration: 1s;
	transition-delay: 0.5s;
}
#course .cont_inner .course_cont .arrow.active::before {
    transform: scale(1, 1);
}
#course .cont_inner .course_cont .arrow::after {
    content: "";
    display: block;
    width: 8px;
    height: 23px;
    border-right: 2px solid #fff;
    transform: rotate(45deg) scale(1, 0);
    transform-origin: right bottom;
    position: absolute;
    bottom: 0;
    right: 0;
}
#course .cont_inner .course_cont .arrow.active::after {
    animation: arrow02 3.5s ease-in-out forwards;
}
@keyframes arrow02 {
    0% { transform: rotate(45deg) scale(1, 0); }
    45% { transform: rotate(45deg) scale(1, 0); }
    55% { transform: rotate(45deg) scale(1, 1); }
    100% { transform: rotate(45deg) scale(1, 1); opacity: 1; }
}
/* course_cont03 */
#course .cont_inner .course_cont03,
#course .cont_inner .course_cont04,
#course .cont_inner .course_cont05 {
    margin-bottom: 8vw;
}
/* credit */
#course .credit {
    padding-top: 8vw;
    text-align: center;
    font-size: 0.8rem;
}

/* event
 * ************************************************** */
#event {
    margin: 0 auto;
    width: 90.667%;
    background: #000031;
    border-radius: 3vw;
}
#event .org {
    color: #f7931e;
}
#event .event_cont {
    padding: 8vw 6vw;
}
#event .event_ttl {
    margin-bottom: 7vw;
    text-align: center;
    line-height: 1.2;
    font-size: 7vw;
    letter-spacing: 0.5em;
}
#event .event_cont_ttl_en {
    margin-bottom: 2vw;
    font-size: 9vw;
    line-height: 1;
    text-align: center;
}
#event .event_cont_ttl {
    margin-bottom: 8px;
    font-size: 6vw;
    line-height: 1.4;
    text-align: center;
}
/* event_stamp */
#event .event_stamp {
    margin-bottom: 8vw;
}
#event .event_stamp .event_stamp_period {
    margin-bottom: 8px;
    text-align: center;
    font-size: 4vw;
}
#event .event_stamp .event_stamp_lead {
    margin-bottom: 25px;
    text-align: center;
    font-size: 3.8vw;
}
#event .event_stamp .event_stamp_stand_wrap {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 2vw;
    margin-bottom: 12px;
}
#event .event_stamp .event_stamp_stand_wrap .event_stamp_stand {
    width: 145vw;
}
#event .event_stamp .event_stamp_stand_wrap img {
    display: block;
    margin-bottom: 5px;
}
#event .event_stamp .event_stamp_stand_wrap .disney_credit {
    text-align: right;
    font-size: 0.667rem;
}
#event .event_stamp .event_stamp_txt .event_stamp_intro {
    margin-bottom: 6vw;
    font-size: 3.8vw;
}
#event .event_stamp .event_stamp_txt .event_stamp_intro .txt_s {
    font-size: 60%;
}
#event .event_stamp .event_stamp_txt .event_stamp_howto {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#event .event_stamp .event_stamp_txt .event_stamp_howto .event_stamp_howto_ttl {
    border: 1px solid #f7931e;
    line-height: 1;
    padding: 0.8em 0.3vw;
    width: 43vw;
    text-align: center;
    margin-right: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
}
#event .event_stamp .event_stamp_txt .event_stamp_howto p {
    font-size: 3vw;
}
/* event_wchance */
#event .event_wchance {
    margin: 0 auto 12vw;
    padding: 6vw;
    background: #fff;
    border-radius: 10px;
}
#event .event_wchance .txt {
    margin-bottom: 4vw;
}
#event .event_wchance .img .disney_credit {
    text-align: right;
    font-size: 0.667rem;
    color: #808080;
}
#event .event_wchance .img .event_wchance_note {
    text-align: right;
    font-size: 0.733rem;
    color: #000;
}
#event .event_wchance .event_wchance_ttl {
    padding-top: 3.2vw;
    width: 100%;
    height: 21vw;
    background: url("../images/event_wchance_ttl.png") no-repeat 0 0 / contain;
    font-family: "Zen Maru Gothic", serif;
    font-size: 5vw;
    text-align: center;
}
#event .event_wchance .event_wchance_txt01 {
    font-size: 3.6vw;
    margin-bottom: 8px;
    letter-spacing: 0.12em;
    line-height: 1.5;
}
#event .event_wchance .event_wchance_txt02 {
    font-size: 4.5vw;
    color: #ed1c24;
    margin-bottom: 10px;
    letter-spacing: 0.12em;
    line-height: 1.5;
}
#event .event_wchance .event_wchance_note {
    font-size: 2.4vw;
    letter-spacing: 0;
    color: #666;
}
/* event_cafe_workshop_wrap */
#event .event_cafe_workshop_wrap > div .txt {
    color: #f7931e;
    margin-bottom: 4vw;
}
#event .event_cafe_workshop_wrap > div .txt .event_cont_ttl_en {
    margin-bottom: 1vw;
    text-align: left;
}
#event .event_cafe_workshop_wrap > div .txt .event_cont_ttl {
    margin-bottom: 3vw;
    font-size: 6.5vw;
    text-align: left;
}
#event .event_cafe_workshop_wrap > div .txt .event_cont_catch {
    font-weight: 400;
    font-size: 3.8vw;
    margin-bottom: 15px;
}
/* event_cafe */
#event .event_cafe {
    margin-bottom: 14vw;
}
#event .event_cafe .txt .event_cont_txt dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 3.2vw;
}
#event .event_cafe .txt .event_cont_txt dl dt {
    width: 3.5em;
    margin-bottom: 1vw;
}
#event .event_cafe .txt .event_cont_txt dl dd {
    width: calc(100% - 3.5em);
    margin-bottom: 1vw;
}
/* event_workshop */
#event .event_workshop .event_cont_outline {
    font-size: 3.2vw;
}
#event .event_workshop .event_cont_period {
    color: #fff;
    font-size: 4vw;
    margin-bottom: 10px;
}
#event .event_workshop .img img {
    display: block;
}
#event .event_workshop .img .event_workshop_img02 {
    margin: 3vw 0 0 auto;
    width: 44.444%;
}
#event .event_workshop .img .disney_credit {
    font-size: 0.667rem;
    text-align: right;
    color: #fff;
}

/* eventinfo
 * ************************************************** */
#eventinfo {
    padding: 8vw 6.667vw 14vw;
    width: 100%;
    background: #fff;
    color: #000;
}
#eventinfo .event_cont .event_ttl {
    margin-bottom: 4vw;
    text-align: center;
    line-height: 1.2;
    font-size: 7vw;
    letter-spacing: 0.5em;
}
#eventinfo .event_cont .event_catch {
    margin-bottom: 8vw;
    text-align: center;
    line-height: 1;
}
#eventinfo .event_cont .event_wrap {
    margin-bottom: 9vw;
}
#eventinfo .event_cont .event_wrap .img {
    margin-bottom: 3vw;
}
#eventinfo .event_cont .event_txt_catch {
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 1.4;
}
#eventinfo .event_cont .event_wrap .txt p {
    margin-bottom: 4vw;
}
#eventinfo .event_cont .event_wrap .txt dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#eventinfo .event_cont .event_wrap .txt dl dt {
    width: 3.5em;
    margin-bottom: 5px;
}
#eventinfo .event_cont .event_wrap .txt dl dd {
    width: calc(100% - 3.5em);
    margin-bottom: 5px;
}
#eventinfo .event_cont .event_btn {
    display: block;
    margin: 0 auto;
    padding: 4vw 6vw;
    width: 100%;
    background: #000;
    position: relative;
    text-decoration: none;
    font-size: 3.5vw;
}
#eventinfo .event_cont .event_btn .event_btn_arrow {
    position: absolute;
    top: calc(50% - 7px);
    right: 5vw;
    display: inline-block;
    width: 28vw;
    height: 1px;
    margin-top: 9.9px;
    border-radius: 9999px;
    background-color: #ffffff;
}
#eventinfo .event_cont .event_btn .event_btn_arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 12px;
    height: 1px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
    padding: 12vw 6vw 8vw;
    background: #00005a;
}
#footer .note {
    margin-bottom: 8vw;
    text-align: center;
    font-size: 0.8rem;
}
#footer .copy a {
    display: block;
    font-size: 80%;
    text-align: center;
    letter-spacing: 0;
    text-decoration: none;
}
#page-top {
    display: block;
    width: 13.33vw;
    position: fixed;
    right: 2%;
    bottom: 10px;
    line-height: 1;
    z-index: 100;
}
/* share button */
.shareBtn ul {
    width: 62%;
    margin: 0 auto 10vw;
    display: flex;
    justify-content: space-between;
}
.shareBtn li {
    width: 30%;
}