@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: none;
    /* iPhone */
    height: 100%;
}
ul, li {
    list-style: none;
}
img, a img {
    border: none;
    width: 100%;
    height: auto;
}
img, iframe {
    vertical-align: bottom;
}
a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.1s ease-in-out;
}
a:link, a:visited, a:hover {
    color: #303030;
    text-decoration: none;
}
a:hover img {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
body {
    color: #303030;
}
.contents-wrap-bg {
    background: #fff url('../images/bg_main-contents.png') repeat;
    background-size: 100% auto;
    padding-bottom: 40px;
}
#contents-wrap {
    color: #303030;
    font-family: "Hiragino Kaku Gothic Pro";
    padding-top: 16px;
    margin: 0 auto;
    max-width: 768px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .contents-wrap-bg {
        background: #fff url(../images/bg_main-contents_pc.png) repeat;
        padding-bottom: 80px;
        overflow: hidden;
    }
    #contents-wrap {
        max-width: 960px;
        margin: 0 auto;
        overflow: unset;
    }
}
/* header */
header {
    z-index: 200;
    position: relative;
}
header p {
    padding: 0 24px;
}
header p img {
    max-width: 130px;
    height: auto;
}

/* footer */
footer {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
    padding: 100px 0;
    background-color: #303030;
}
footer a {
    display: inline-block;
}
footer p {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro";
}
footer p img {
    width: auto;
    height: auto;
}
/* #contents-wrap h */
#contents-wrap h2 {
    color: #303030;
    font-family: "toppan-bunkyu-midashi-go-std";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    text-align: center;
}
#contents-wrap h3 {
    color: #303030;
    font-family: "toppan-bunkyu-midashi-go-std";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}
/* .modalOverlay */
.modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.modalOverlay.is-active {
    opacity: 1;
    visibility: visible;
}
.modal {
    position: fixed;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 600px;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.modal.is-active {
    opacity: 1;
    visibility: visible;
}
/*
.ytplayerWrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background: #fff;
}
*/
.modal iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    /*
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0, 0, 0, 0);
	*/
}
.modal_button {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    border: none;
    width: 6%;
    height: 0;
    padding: 8% 0 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
    background: url('../images/btn_close.svg') no-repeat;
    background-size: 100% auto;
}
.modal_button:hover {
    opacity: 0.7;
}
.ytplayerWrap p {
    color: #2D2D2D;
    font-family: "toppan-bunkyu-midashi-go-std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    margin: 15px 0 60px;
}
@media screen and (min-width: 768px) {
    .ytplayerWrap p {
        font-size: 20px;
        margin: 20px 0 60px;
        font-weight: bold;
    }
}

.ytplayerWrap p.typingText {
    text-align: center;
    transition: opacity 0.3s ease-out;
  }
.ytplayerWrap p.typingText::after {
    content: "|";
    color: #2D2D2D;
    animation: blink 1s infinite;
    /*animation-delay: 2s;*/
}
  
@keyframes blink {
    0%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
}

.ytplayerWrap p.typingText.erase {
    opacity: 0;
}


/* #mainvisual */
#mainvisual {
    position: relative;
    height: calc(100vh - 76px);
	margin-bottom: 48px;
}
#mainvisual h1 {
    width: 56%;
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
/* モーダル背景のスクロール回避 */
body {
    overflow: hidden;
}
body.load {
    overflow: auto;
}
/* エフェクト */
#mainvisual h1 img {
    opacity: 0;
}
body.load #mainvisual h1 img {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation-delay: .6s;
}
@keyframes fadeup {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
#mainvisual img {
    width: 100%;
}
/* エフェクト */
#mainvisual picture img {
    object-fit: cover;
    transform: scale(5);
    transition: all .4s ease-out;
    height: calc(96vh);
}
body.load #mainvisual picture img {
    transform: scale(1);
}
@media screen and (max-width: 375px) {
    #mainvisual picture img {
        width: 102%;
        height: calc(98vh);
    }
}
@media screen and (min-width: 768px) {
    #mainvisual {
        margin-left: calc(50% - 50cqi);
        margin-right: calc(50% - 50cqi);
        height: auto;
    }
    #mainvisual picture img {
        height: unset;
    }
    #mainvisual h1 {
        width: 34%;
        top: 46%;
        max-width: 400px;
    }
    #mainvisual picture {
        max-width: 1253px;
        margin: 0 auto;
        display: block;
    }
    #mainvisual img {
        height: auto;
        object-fit: unset;
    }
}
/* #lead */
#lead {
    padding: 40px 24px 0;
    opacity: 0;
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation-delay: 1.4s;
}
#lead p {
font-family: "toppan-bunkyu-midashi-go-std";
    font-size: 19px;
    font-style: normal;
    font-weight: 900;
    line-height: 200%;
    margin-bottom: 20px;
}
#lead p.lead-big-text span{
    font-size: 32px;
    font-style: normal;
    line-height: 140%;
    display: block;
        margin-top: 32px;
}
@media screen and (min-width: 768px) {
	#lead {
    	padding: 0px 24px 0;
	}
    #lead p {
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
    }
   #lead p.lead-big-text span {
        margin-left: 32px;
		font-size: 40px;
        margin-top: 48px;
    }
}
/* #movie */
#movie {
    padding: 0 6px;
	margin: 60px 0 80px !important;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #movie {
        padding: 0 8px;
    }
}
#movie_thumb,
#movie_thumb_op {
    max-width: 600px;
    margin: 0 auto;
}
#movie img#ytThumb,
#movie_thumb_op img#ytThumb_op {
    width: 100%;
    height: auto;
    border-radius: 12px;
    cursor: pointer;
}
#movie iframe,
.ytplayerWrap iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    /* border: 2px solid #fff;
    box-sizing: initial; */
    background: #fff;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none;
}
@media screen and (min-width: 768px) {
    #movie {
        margin: 72px 0 100px !important;
    }
}
/* #event */
#event{
	margin-bottom: 80px;
}
#event h2 {
    margin-bottom: 60px;
	font-size: 32px;
}
#event h2 span {
    display: inline-block;
    padding-bottom: 6px;
    position: relative;
}
#event h2 span:nth-of-type(1) {
    transform: rotate(-6.266deg);
    margin-bottom: 8px;
    margin-left: -3em;
}
#event h2 span:nth-of-type(2) {
    color: rgb(255 255 255 / 0%);
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    transform: rotate(6.356deg);
    margin-left: 3em;
}
#event h2 span::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
#event ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#event ul li {
    width: 50%;
    margin-bottom: 24px;
}
#event ul li:nth-of-type(1) {
    margin-top: -80px;
}
#event ul li:nth-of-type(3) {
    width: 100%;
    padding: 0 48px;
}
#event ul li figure {
    position: relative;
}
#event ul li figure img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
#event ul li:nth-of-type(1) figure img,
#event ul li:nth-of-type(4) figure img {
    margin-left: -10px;
}
#event ul li:nth-of-type(2) figure img,
#event ul li:nth-of-type(5) figure img {
    margin-left: 10px;
}
#event ul li figure figcaption {
    height: auto;
    position: absolute;
}
#event ul li:nth-of-type(1) figure figcaption {
    width: 150px;
    left: 24px;
    bottom: -16px;
	transform: rotate(-10deg);
}
#event ul li:nth-of-type(2) figure figcaption {
    width: 100px;
    left: 20px;
    top: -12px;
    transform: rotate(10deg);
}
#event ul li:nth-of-type(3) figure figcaption {
    width: 130px;
    right: -10px;
    bottom: -20px;
    transform: rotate(10deg);
}
#event ul li:nth-of-type(4) figure figcaption {
    width: 140px;
    right: -46px;
    top: 30px;
    transform: rotate(-10deg);
}
#event ul li:nth-of-type(5) figure figcaption {
    width: 120px;
    left: 26px;
    bottom: -20px;
    transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
    #event ul li.only-pc {
        display: none
    }
	#event ul li:nth-of-type(4){
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
    #event {
		padding-left: 60px;
		padding-right: 60px;
		margin-bottom: 100px;
    }
	#event h2{
		font-size: 40px;
	}
    #event ul {
        margin-left: calc(50% - 50cqi);
        margin-right: calc(50% - 50cqi);
        flex-wrap: nowrap;
        gap: 20px;
        padding: 52px;
        align-items: flex-start;
        padding: 52px 52px 0;
    }
    #event ul li,
    #event ul li:nth-of-type(3) {
        width: unset;
        padding: 0;
		margin-bottom: 0;
    }
    #event ul li:nth-of-type(1) figure img,
    #event ul li:nth-of-type(2) figure img,
    #event ul li:nth-of-type(4) figure img,
    #event ul li:nth-of-type(5) figure img {
        margin-left: 0px;
    }
    #event ul li:nth-of-type(1) {
        margin-top: -40px;
        order: 3;
        width: 380px;
    }
    #event ul li:nth-of-type(2) {
        margin-top: -60px;
        order: 4;
        width: 380px;
    }
    #event ul li:nth-of-type(3) {
        margin-top: -0px;
        order: 5;
        width: 420px;
    }
    #event ul li:nth-of-type(4) {
        margin-top: -100px;
        order: 1;
        max-width: 280px;
    }
    #event ul li:nth-of-type(5) {
        margin-top: -60px;
        order: 2;
    }
    #event ul li:nth-of-type(1) figure figcaption {
        top: -8%;
        transform: rotate(15deg);
        left: 6%;
    }
    #event ul li:nth-of-type(2) figure figcaption {
        width: 100px;
        left: 12%;
        top: 20%;
        transform: rotate(-10deg);
    }
    #event ul li:nth-of-type(3) figure figcaption {
		right: -10%;
        top: 90%;
    }
    #event ul li:nth-of-type(4) figure figcaption {
        right: -15%;
        top: 80%;
    }
    #event ul li:nth-of-type(5) figure figcaption {
        left: 8%;
        bottom: -11%;
    }
}

    /* 初期状態 */
    .animate-item {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .animate-item figcaption {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }
    /* 表示トリガー時 */
    .animate-item.is-show {
        opacity: 1;
        transform: translateY(0);
    }
    .animate-item.is-show figcaption {
        opacity: 1;
        transform: translateY(0);
    }

/* 遅延アニメーションを短縮 */
.animate-item:nth-child(1) {
    transition-delay: 0.1s;
}
.animate-item:nth-child(1) figcaption {
    transition-delay: 0.2s;
}
.animate-item:nth-child(2) {
    transition-delay: 0.2s;
}
.animate-item:nth-child(2) figcaption {
    transition-delay: 0.3s;
}
.animate-item:nth-child(3) {
    transition-delay: 0.3s;
}
.animate-item:nth-child(3) figcaption {
    transition-delay: 0.4s;
}
.animate-item:nth-child(4) {
    transition-delay: 0.4s;
}
.animate-item:nth-child(4) figcaption {
    transition-delay: 0.5s;
}
.animate-item:nth-child(5) {
    transition-delay: 0.5s;
}
.animate-item:nth-child(5) figcaption {
    transition-delay: 0.6s;
}



/* #plan */
#plan h2 {
    margin-bottom: 64px;
    position: relative;
    text-align: center;
}
#plan h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 16px;
    background: url(../images/dec_01.svg) no-repeat center/contain;
    margin: 12px auto 0;
    left: 0;
    right: 0;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-7deg);
    }
    50% {
        transform: translate(0, -7px) rotate(0deg);
    }
    100% {
        transform: translate(0, 0) rotate(7deg);
    }
}

#plan h4{
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 12px;
    font-size: 28px;
    font-family: "toppan-bunkyu-midashi-go-std";
    letter-spacing: -1px;
    font-size: 26px;
}
#plan ul {
    display: grid;
    gap: 40px 0;
}
#plan ul li a {
    display: block;
    position: relative;
}
#plan ul li a p.event-detail::after {
    content: url('../images/btn_arrow.svg');
    position: absolute;
    right: 20px;
    top: 0;
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(0.95);
    }
}
#plan ul li a> :not(figure) {
    display: block;
    padding: 0 20px;
}
#plan ul li a figure {
    position: relative;
    margin: 0 0 28px;
}
#plan ul li.end-event a figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 30%);
    z-index: 1;
}
#plan ul li.end-event a figure .end-event-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 20px;
    border-radius: 24px;
    z-index: 2;
    text-align: center;
    line-height: 1.4;
    border: 1px solid;
}

#plan ul li a figure figcaption {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 168.75% */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 2px 14px;
    background-color: #E4D800;
    position: absolute;
    left: 20px;
    bottom: -15px;
    z-index: 10;
}
#plan ul li a h3 {
    margin: 0 0 8px;
}
#plan ul li a span {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
}
.strikethrough{
    text-decoration: line-through;
    padding-right: 8px;
}
#plan ul li a p {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    /* 28.9px */
    padding-right: 90px;
    margin: 0 0 8px;
    position: relative;
}
@media screen and (min-width: 768px) {
    #plan {
        max-width: 960px;
        margin: 0 auto;
    }
    #plan h2{
		font-size: 40px;
	}
    #plan h4{
        padding: 0 0px;
        font-size: 28px;
    }
    #plan ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 48px;
    }
    #plan ul li {
        display: flex;
        flex-direction: column;
    }
    #plan ul li a {
        flex: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    #plan ul li a br.only-sp {
        display: none;
    }
    #plan ul li a p {
        margin: 0px 0 4px;
    }
    #plan ul li a p::after {
        right: 0;
    }
    #plan ul li a figure {
        margin: 0 0 28px;
    }
    #plan ul li a figure figcaption {
        left: 0px;
    }
    #plan ul li a> :not(figure) {
        padding: 0 72px 0 0;
    }
    #plan ul li a h3 {
        padding: 0 0 0 0 !important;
        margin: 0 0 12px;
    }
    #plan ul li a p.event-detail::after {
        right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #plan {
        padding: 0 24px;
    }
    #plan ul {
        gap: 32px 32px;
    }
    #contents-wrap h3 {
        font-size: 30px;
    }
}