@charset "UTF-8";
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* =========================================================
	0. General
========================================================= */
*,
*:before,
*:after {
    box-sizing: inherit;
}

html{
    height: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    height: 100%;
    background: #000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    font-family: kinto-sans, sans-serif,'游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック',’MS PGothic’, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-style: normal;
    text-align: center;
    letter-spacing: 2px;
    -webkit-text-size-adjust: 100%;
	animation: fadeIn 5s ease 0s 1 normal;
	-webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

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

/* ----- display ----- */
.pc {display: block;}
.pc_tablet {display: block;}
.tablet_sp {display: none;}
.tablet {display: none;}
.sp {display: none;}

/* ----- anchor ----- */
a {
	overflow: hidden;
	outline: none;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:focus {outline: none;}
a:link {color: #008838;text-decoration: none;}
a:visited {color: #008812;text-decoration: none;}
a:hover {color: #94ae2d;text-decoration: none;}
a:active {color: #d1dd44;text-decoration: none;}

/* ----- image ----- */
img {
	margin: 0;
	border: 0;
}
a img {
	margin: 0;
	border: 0;
}
a:hover img{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* ----- text ----- */
p {
    margin: 1.8rem auto;
    font-size: 1.4rem;
    text-align: left;
}
.text--12 {font-size: 1.2rem;}
.text--14 {font-size: 1.4rem;}
.text--16 {font-size: 1.6rem;}
.text--18 {font-size: 1.8rem;}
.text--22 {
    font-size: 2.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.align--right{ text-align: right !important;}
.align--center {text-align: center !important;}
.align--left {text-align: left !important;}
.align--white { color: #fff;}

/* ----- margin top ----- */
.margin--top15 {margin: 15px 0 0 0;}
.margin--top25 {margin: 25px 0 0 0;}
.margin--top50 {margin: 50px 0 0 0;}
.margin--top100 {margin: 100px 0 0 0;}
.margin--top150 {margin: 150px 0 0 0;}

/* ----- margin bottom ----- */
.margin--bottom15 {margin: 0 0 15px 0;}
.margin--bottom25 {margin: 0 0 25px 0;}
.margin--bottom50 {margin: 0 0 50px 0;}
.margin--bottom100 {margin: 0 0 100px 0;}
.margin--bottom150 {margin: 0 0 150px 0;}

/* ----- color ----- */
.color--brown {color: #1E0C08 !important;}
.color--yellow {color: #AD9C17 !important;}
.color--green {color: #5A6C37 !important;}

/* ----- background color ----- */
.background--brown {background-color: #1E0C08 !important;}
.background--yellow {background-color: #AD9C17 !important;}
.background--green {background-color: #5A6C37 !important;}

/* ----- animation----- */
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}
.fadein-up{
        transform: translate(0,60px);
}
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* =========================================================
	1. Header
========================================================= */
header {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    height: 100vh;
    margin: 0 auto;
    background: #000 url(../img/header_bg.jpg) center top;
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: top left;
    z-index: 1;
}

@media only screen and (max-width : 599px) {
    header {
        height: 90vh;
    }
}

@media only screen and (max-width : 390px) {
    header {
        height: 80vh;
        background: #000 url(../img/header_bg_sp.jpg) center top;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

header::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/header_bg_dot.svg) center top;
    background-size: cover;
    background-repeat: repeat-x;
    opacity: 0.2;
    z-index: 2;
}

.title__wrapper {
    position: absolute;
    display: block;
    float: left;
    top: 35%;
    left: 50%;
    width: 820px;
    height: 290px;
    padding: 0;
    transform: translate(-50%, -50%);
    z-index: 3;
}

@media only screen and (max-width : 819px) {
    .title__wrapper {
    width: 600px;
    height: 212px;
    }
}

@media only screen and (max-width : 599px) {
    .title__wrapper {
        top: 200px;
        width: 400px;
    }
}

@media only screen and (max-width : 390px) {
    .title__wrapper {
        top: 150px;
        width: 370px;
    }
}

.title__wrapper--logo {
    width: 820px;
    height: 290px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/title.png) no-repeat;
    background-size: 100%;
    animation-name: fadeupAnime1;
    animation-delay: 1s;
	animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: 0;
}

@media only screen and (max-width : 819px) {
    .title__wrapper--logo {
        width: 600px;
        height: 212px;
    }
}


@media only screen and (max-width : 599px) {
    .title__wrapper--logo {
        width: 400px;
        height: 613px;
        margin: 0 auto;
        background: url(../img/title_sp.png) no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width : 390px) {
    .title__wrapper--logo {
        width: 320px;
        height: 490px;
        margin: 0 auto;
        background: url(../img/title_sp.png) no-repeat;
        background-size: cover;
    }
}

@keyframes fadeupAnime1{
    from {
      opacity: 0;
      transform: translateY(150px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
}
  
/* ----- navigator ----- */
.navigator_area {
    position: absolute;
    display: block;
    float: left;
    top: 850px;
    left: 50%;
    width: 200px;
    height: 300px;
    overflow:	hidden;
    transform: translate(-50%, -50%);
    animation-name: fadeupAnime2;
    animation-delay: 1.5s;
	animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: 0;
}

@media only screen and (max-width : 599px) {
    .navigator_area {
        top: 500px;
        width: 150px;
        height: 270px;
    }
}

@media only screen and (max-width : 375px) {
    .navigator_area {
        top: 420px;
    }
}

@keyframes fadeupAnime2{
    from {
      opacity: 0;
      transform: translate(-50%, 0);
    }
  
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
}

.navigator_ttl {
    position: relative;
    display: inline-block;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width : 599px) {
    .navigator_ttl {
        margin: 0 auto 20px auto;
        color: #fff;
        font-size: 1.4rem;
    }
    
}

.navigator_ttl:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 40px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}

.navigator_name {
    display: inline-block;
    margin: 5px auto 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: center;
}

.navigator_area img {
    width: 200px;
    height: auto;
}

@media only screen and (max-width : 599px) {
    .navigator_area img {
        width: 150px;
        height: auto;
    }
}

/* =========================================================
	2. main structure
========================================================= */
main{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width : 899px) {
    main{
        width: 100%;
    }
}

@media only screen and (max-width : 599px) {
    main{
        width: 100%;
        margin: 0 auto;
    }
}

.content {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
}

.content.background--brown::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(../img/bg_yellow.svg);
    background-size: 1000px auto;
    background-repeat: repeat-x;
    background-position: left top;
}

.content.background--yellow {
    padding: 0 0 150px 0;
}

.content.background--yellow::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(../img/bg_green.svg);
    background-size: 1000px auto;
    background-repeat: repeat-x;
    background-position: left top;
}

.content__inner {
    width: 900px;
    margin: 0 auto;
    padding: 60px 20px 120px;
}

.content__inner-guest {
    padding: 60px 20px 0;
}

@media only screen and (max-width : 899px) {
    .content__inner {
        width: 95%;
        margin: 0 auto;
        padding: 30px 0 20px;
    }
}

.text__item--title-guests {
    overflow: hidden;
    width: 187px;
    height: 50px;
    margin: 0 0 50px;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    background: url(../img/title_guests.svg);
    background-size: 100%;
}

.text__item--heading {
    margin: 15px auto 50px auto;
    color: #fff;
    font-size: 2.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
}


@media only screen and (max-width : 599px) {
        .text__item--heading {
        margin: 0 auto 25px;
        font-size: 1.8rem;
        text-align: left;
        line-height: 1.6;
        }
}



/* ----- Gigya ----- */
#jme {
    display: inline-block;
    margin: 0 auto 70px;
    padding: 15px 20px;
    background: #fff;
}

@media only screen and (max-width : 599px) {
        #jme {
            width: 100%;
            margin: 0 auto 150px;
            padding: 15px 20px;
            background: #fff;
        }
}

/* ----- headline----- */
.headline {
	overflow: hidden;
	margin: 0 auto 20px;
	text-align: center;
}

@media only screen and (max-width : 899px) {
    .headline {
        width: 95%;
        margin: 30px auto 30px auto;
    }
}

@media only screen and (max-width : 599px) {
    .headline {
        width: 95%;
        margin: 0 auto 30px auto;
    }
}

.headline__item-title {
    width: 275px;
    height: 50px;
    margin-bottom: 100px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    background: url(../img/title_navigator.svg);
    background-size: 100%;
}

.headline__item-heading {
    margin: 15px auto 50px auto;
    color: #fff;
    font-size: 2.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
}

@media only screen and (max-width : 899px) {
    .headline__item-heading {
        font-size: 2.2rem;
        text-align: left;
        line-height: 1.6;
    }
}

@media only screen and (max-width : 599px) {
    .headline__item-heading {
        margin: 15px auto 30px;
        font-size: 2.0rem;
    }
}

.headline__item-description {
    margin: 0 auto 25px auto;
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 2.0;
    text-align: center;
}

.headline__item-description:last-child {
    margin: 0 auto 50px auto;
}

@media only screen and (max-width : 899px) {
    .headline__item-description {
        margin: 15px auto 20px auto;
        font-size: 1.8rem;
        text-align: left;
    }
}

@media only screen and (max-width : 599px) {
    .headline__item-description {
        margin: 0 auto 2.4rem auto;
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

.text__item--photo {
    width: 70%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 50px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; 
}

@media only screen and (max-width : 599px) {
    .text__item--photo {
        width: 100%;
        margin: 0 auto 20px;
    }
}


/* =========================================================
	3. cast
========================================================= */
/* ----- guest_list ----- */
.cast_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 30px 30px;
    overflow: hidden;
    width: 70%;
    margin: 50px auto 70px auto;
}

@media only screen and (max-width : 899px) {
    .cast_area{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        gap: 10px 10px;
        overflow: hidden;
        width: 100%;
        margin: 20px auto 40px auto;
    }
}

@media only screen and (max-width : 599px) {
    .cast_area{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        gap: 10px 10px;
        overflow: hidden;
        width: 100%;
        margin: 20px auto 20px auto;
    }
}

.cast_area__item{
	overflow: hidden;
	flex-basis: 47.5%;
	text-align: center;
	margin: 0 0 20px 0;
}

@media only screen and (max-width : 599px) {
    .cast_area__item{
        overflow: hidden;
        flex-basis: 45%;
        text-align: center;
        margin: 0 0 25px;
    }
}

.cast_area__image {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; 
}

@media only screen and (max-width : 599px) {
    .cast_area__image {
        margin: 0 0 5px;
    }
}

.cast_area__item--caption{
	margin: 0;
	padding: 0.2rem 0.8rem;
	line-height:1.6;
	letter-spacing: 3px;
	text-align:center;
	font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

@media only screen and (max-width : 599px) {
    .cast_area__item--caption {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
}

.cast_area__item--caption span{
	display: block;
	padding: 0.4rem 1.0rem;
	font-size: 1.2rem;
	font-weight: 300;;
	letter-spacing: 1px;
	line-height: 1.4;
	-moz-border-radius:	10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/* =========================================================
	4. footer
========================================================= */
footer {
	overflow: hidden;
	padding: 150px 0 0;
}

@media only screen and (max-width : 599px) {
    footer {
        padding: 40px 0 0;
    }
}

.footer_bottom {
	display: flex;
    overflow: hidden;
	width: 1000px;
	max-width: calc(100% - 100px*2);
	margin: 0 auto 200px auto;
}

.footer_bottom .gotohome{
	width: 100px;
}

.footer_bottom .gotohome img {
	width: 100%;
	height: auto;
}

.j-wave_credit_area {
	width: calc(100% - 100px);
}

li.j-wave_logo {
    text-align: right;
}

li.j-wave_logo img {
    width: 250px;
    height: auto;
    margin: 0 0 5px 0;
}

li.j-wave_credit {
	width: 100%;
	font-size: 10px;
    text-align: right;
}

@media only screen and (max-width : 899px) {
    .footer_bottom {
        display: block;
        width: 100%;
    	max-width: 100%;
        margin: 0 auto 100px auto;
    }
    
    .footer_bottom .gotohome{
        width: 100%;
        margin: 0 0 35px 0;
        text-align: center;
    }
    
    .footer_bottom .gotohome img{
        width: 40%;
        max-width: 150px;
        margin: 0 auto;
    }

    .j-wave_credit_area {
        width: 100%;
    }
    
    li.j-wave_logo {
        text-align: center;
    }
    
    li.j-wave_logo img {
        clear: both;
        width: 250px;
    }
    
    li.j-wave_credit {
        clear: both;
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 10px;
        text-align: center;
    }
}

@media only screen and (max-width : 599px) {
    .footer_bottom {
        margin: 0 auto 50px auto;
    }
    .footer_bottom .gotohome img{
        width: 30%;
        max-width: 100px;
        margin: 0 auto;
    }
    li.j-wave_logo img {
        clear: both;
        width: 50%;
    }
}


/* =========================================================
	media queries for tablet
========================================================= */
@media only screen and (max-width: 899px){
.pc {display: none;}
.pc_tablet {display: block;}
.tablet_sp {display: block;}
.tablet {display: block;}
.sp {display: none;}
a:hover img{
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}
}

/* =========================================================
	media queries for smartphone
========================================================= */
@media only screen and (max-width : 599px){
.pc {display: none;}
.pc_tablet {display: none;}
.tablet_sp {display: block;}
.tablet {display: none;}
.sp {display: block;}
}