@charset "UTF-8";
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&family=Noto+Serif+JP:wght@200;400;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: #fff;text-decoration: none;}
a:visited {color: #fff;text-decoration: none;}
a:hover {color: #fff;text-decoration: none;}
a:active {color: #fff;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.4rem 0;}
@media only screen and (max-width : 899px) {
    p {text-align: left;}
}
.txt12 {font-size: 1.2rem;}
.txt14 {font-size: 1.4rem;}
.txt16 {font-size: 1.6rem;}
.txt18 {font-size: 1.8rem;}
.txt22 {
    font-size: 2.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.txt_s {font-size: 1.2rem;}
.txt_m {font-size: 1.8rem;}
.txt_l {font-size: 2.6rem;}
.txt_right{ text-align: right !important;}
.txt_center {text-align: center !important;}
.txt_left {text-align: left !important;}
.txt_white { color: #fff;}

/* ----- margin top----- */
.mgn_t15 {margin: 15px 0 0 0;}
.mgn_t25 {margin: 25px 0 0 0;}
.mgn_t50 {margin: 50px 0 0 0;}
.mgn_t100 {margin: 100px 0 0 0;}
.mgn_t150 {margin: 150px 0 0 0;}

/* ----- margin bottom----- */
.mgn_b15 {margin: 0 0 15px 0;}
.mgn_b25 {margin: 0 0 25px 0;}
.mgn_b50 {margin: 0 0 50px 0;}
.mgn_b100 {margin: 0 0 100px 0;}
.mgn_b150 {margin: 0 0 150px 0;}

/* ----- 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: 2560px;
    height: 1100px;
    margin: 0 auto;
    background: 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 : 375px) {
    header {
        height: 100vh;
    }
}

header .title_wrapper {
    position: absolute;
    display: block;
    float: left;
    top:325px;
    left: 50%;
    width: 720px;
    height: auto;
    padding: 0;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width : 599px) {
    header .title_wrapper {
        top: 200px;
        width: 350px;
    }
}

@media only screen and (max-width : 375px) {
    header .title_wrapper {
        top: 150px;
        width: 350px;
    }
}

header h1 {
    width: 720px;
    height: 550px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/title.svg) 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 : 599px) {
    header h1 {
        width: 350px;
        height: 261px;
    }
}

@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 Serif JP', 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 Serif JP', 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 150px auto;
    padding: 0;
    background: url(../img/headline_area_bg.svg) center top;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top left;
}

@media only screen and (max-width : 899px) {
    main{
        width: 100%;
        padding: 0 20px 20px;
        background-size: cover;
        background-position: center -180px;
    }
}

@media only screen and (max-width : 599px) {
    main{
        width: 100%;
        margin: 0 auto 50px auto;
        padding: 0 0 20px;
        background-position: center -120px;
    }
}

.area_contents {
    overflow: hidden;
    width: 100%;
    margin: 0 0 50px;
}

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

.area_contents_inner {
    width: 800px;
    margin: 0 auto;
}

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

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

/* ----- headline----- */
.headline_area {
	overflow: hidden;
	width: 900px;
	margin: 50px auto 20px auto;
	text-align: center;
}

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

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

.headline_area h2 {
    margin: 15px auto 50px auto;
    color: #fff;
    font-size: 2.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
}

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

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

.headline_area h3 {
    margin: 15px auto 50px auto;
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
}

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

@media only screen and (max-width : 599px) {
    .headline_area h3 {
        margin: 15px auto 60px auto;
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

/* =========================================================
	3. guest
========================================================= */
.guest_area  {
    margin: 0 auto;
}

h2.ttl_slash {
    display: inline-block;
	position: relative;
    margin: 0 0 20px 0;
    padding: 0 45px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4;
}

@media only screen and (max-width : 599px) {
    h2.ttl_slash {
        font-size: 2.0rem;
    }
}

h2.ttl_slash:before,h2.ttl_slash:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

@media only screen and (max-width : 599px) {
    h2.ttl_slash:before,h2.ttl_slash:after {
        width: 100px;
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
    }
}

h2.ttl_slash:before {
    left: -10px;
}
@media only screen and (max-width : 599px) {
    h2.ttl_slash:before {
        left: -20px;
    }
}
h2.ttl_slash:after {
    right: -10px;
}
@media only screen and (max-width : 599px) {
    h2.ttl_slash:after {
        right: -20px;
    }
}

h2.ttl_underline {
    position: relative;
    xdisplay: inline-block;
    margin: 0 auto 20px auto;
    color: #fff;
    font-size: 3.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width : 599px) {
    h2.ttl_underline {
        font-size: 2.2rem;
        margin: 0 auto 40px auto;
    }
}

h2.ttl_underline: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;
}

/* ----- guest_list ----- */
.guest_area_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 30px 30px;
	overflow: hidden;
	margin: 50px auto 20px auto;
}

@media only screen and (max-width : 899px) {
    .guest_area_list{
        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) {
    .guest_area_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        gap: 10px 10px;
        overflow: hidden;
        width: 100%;
        margin: 20px auto 20px auto;
    }
}

/* edit 230823 */
div.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.guest_area_list div.artistbox{
    margin-bottom: 20px;
}

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

.guest_area_list figure.playlist_item{
	overflow: hidden;
	flex-basis: 30%;
	text-align: center;
	margin: 0 0 5px 0;
}
.guest_area_list figure.playlist_item img{
    height: 200px;
}

div.guest_area_list a:hover {
	transition: all 0.4s ease-out 0s;
	background: #000;
	border-top: 2px solid #000;
	position: relative;
	z-index: 1;
}

.button {
    max-width: 190px;
    border-radius: 5px;
    margin: 0px auto;
    background: #989898;
    text-align: center;
    padding: 3px;
  }

.button p {
    margin: 0.5rem 0;
    text-align: center;
}
/* //edit 230823 */


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

.guest_area_list figure.guest_item img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
}

.guest_area_list figcaption{
	margin: 10px 0 0 0;
	padding: 0.2rem 0.8rem;
	line-height:1.6;
	letter-spacing: 3px;
	text-align:center;
	font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

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

.guest_area_list figcaption span{
	display: block;
	margin: 0;
	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. banner
========================================================= */
.bnr_area{
	width: 400px;
	height: auto;
	margin: 30px auto;
}

@media only screen and (max-width : 899px) {
    .bnr_area{
        width: 400px;
        height: auto;
        margin: 20px auto 60px auto;
    }
}

@media only screen and (max-width : 599px) {
    .bnr_area{
        width: 350px;
        height: auto;
        margin: 20px auto 40px auto;
    }
}

.bnr_area img{
	width: 100%;
	height: auto;
}


/* =========================================================
	5. footer
========================================================= */
footer {
	overflow: hidden;
	padding: 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 .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;}
}