@charset "UTF-8";
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;400;700&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* =========================================================
    basic style
========================================================= */
*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0;
    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;
    color: #343434;
    letter-spacing: 1px;
    -webkit-text-size-adjust: 100%;
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn_all 5s ease 0s 1 normal;
}

body.page-message {
    animation: fadeIn 0s ease 0s 1 normal;
    -webkit-animation: fadeIn_all 0s ease 0s 1 normal;
}

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

.pc{
    display: block;
}
    @media only screen and (max-width: 743px){
        .pc {
            display: none;
        }
    }
    @media only screen and (max-width : 599px){
        .pc {
            display: none;
        }
    }


.pc_tablet{
    display: block;
}
    @media only screen and (max-width: 743px){
        .pc_tablet {
            display: block;
        }
    }
    @media only screen and (max-width : 599px){
        .pc_tablet {
            display: none;
        }
    }

.tablet_sp {
    display: none;
}
    @media only screen and (max-width: 743px){
        .tablet_sp {
            display: block;
        }
    }
    @media only screen and (max-width : 599px){
        .tablet_sp {
            display: block;
        }
    }

.tablet {
    display: none;
}
    @media only screen and (max-width: 1024px){
        .tablet {
            display: block;
        }
    }
    @media only screen and (max-width : 599px){
        .tablet {
            display: none;
        }
    }

.sp {
    display: none;
}
    @media only screen and (max-width: 1024px){
        .sp {
            display: none;
        }
    }
    @media only screen and (max-width : 599px){
        .sp {
            display: block;
        }
    }

ul{
    margin: 0;
    padding: 0;
}

p {
    margin: 2.0rem 0;
    text-align: justify;
    font-weight: 400;
}
    @media only screen and (max-width : 599px) {
        p {
            margin: 1.8rem 0;
        }
    }

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:  #fedd38;
    text-decoration: none;
}

a:active {
    color:  #fff;
    text-decoration: none;
}

a:hover img{
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    -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;
}

@media only screen and (max-width : 599px) {
    a:hover img{
        opacity: 1.00;
        -moz-opacity: 1.00;
        filter: alpha(opacity=100);
    }
}

/********** img **********/
img {
    width: 100%;
    margin: 0;
    border: 0;
}

a img {
    margin: 0;
    border: 0;
}

.area-art__photo {
    width: 100%;
    height: auto;
}


/********** margin **********/
.space_0 {
    margin: 0 !important;
}

.space_1 {
    margin: 0 0.5rem 0 0;
}

.space_2 {
    margin: 0 1.0rem 0 0;
}

.space_3 {
    margin: 0 2.0rem 0 0;
}

.margin-top-60px {
    margin: 60px 0 0;
}

.margin-bottom-100px {
    margin: 0 0 100px;
}


/********** text **********/
.text-xs {
    font-size: 1.2rem !important;
}

.text-s {
    font-size: 1.4rem !important;
}

.text-m {
    font-size: 1.8rem !important;
}

.text-l {
    font-size: 2.2rem !important;
}

.text-xl {
    font-size: 3.2rem !important;
}

.text12{
    font-size: 1.2rem !important;
}

.text14 {
    font-size: 1.4rem !important;
}

.text16 {
    font-size: 1.6rem !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-center-left {
    text-align: center !important;
}
    @media only screen and (max-width : 899px) {
        .text-center-left {
            text-align: left !important;
        }
    }


.text-white {
    color: #fff !important;
}

.text-green {
    color: #5BAB35 !important;
}

.text-yellow {
    color: #FFFF00 !important;
}

a:hover.text-yellow {
    color: #f2f792 !important;
}


.text-yellow__underline {
    background: linear-gradient(transparent 70%, #f9f92d 0%);
}

.position-relative {
    position: relative;
}

/********** background **********/
.background-green {
    background: #5bab35;
}

/********** Gigya **********/
.jme {
    margin: 50px auto 0;
}
    @media only screen and (max-width : 599px) {
        .jme {
            margin: 30px auto 40px;
        }
    }

.page-message .jme {
    margin: 0 auto 50px;
}
    @media only screen and (max-width : 599px) {
        .jme {
            margin: 20px auto 30px;
        }
    }



/********** structure **********/
.container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

main {
    padding: 0;
    background: #fff;
    z-index: 15;
}

/********** header **********/
header {
    position: relative;
    width: 100%;
    height: 90vh;
    padding: 0;
    background-image: url(../img/header_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    @media only screen and (max-width : 743px) {
        header {
            overflow: hidden;
            height: 700px;
        }
    }
    @media only screen and (max-width : 599px) {
        header {
            height: 600px;
        }
    }

.page-message header {
    position: relative;
    width: 100%;
    height: 30vh;
    padding: 0;
    background-image: url(../img/header_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    @media only screen and (max-width : 939px) {
        .page-message header {
            overflow: hidden;
            height: 30vh;
        }
    }
    @media only screen and (max-width : 599px) {
        .page-message header {
            height: 30vh;
        }
    }

h1 {
    position: absolute;
    display: inline-block;
    overflow: hidden; 
    top: 0;
    bottom: 40vh;
    left: 0;
    right: 0;
    width: 60vw;
    max-width: 800px;
    /* width: 700px;
    height: 217px; */
    margin: 0 auto;
    background-image: url("../img/header_title.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: 100%;
    mix-blend-mode: normal;
    white-space: nowrap;
    z-index: 200;
}
    @media only screen and (max-width : 939px) {
        h1 {
            top: 50px;
            width: 80%;
            height: auto;
            aspect-ratio: 600 / 238;
            background-size: contain;
        }
    }
    @media only screen and (max-width : 599px) {
        h1 {
            top: 75px;
            width: 90%;
        }
    }

.page-message h1 {
    position: absolute;
    display: inline-block;
    overflow: hidden; 
    top: calc(10% - 10px);
    bottom: 0;
    left: 0;
    right: 0;
    width: 30vw;
    max-width: 450px;
    /* width: 700px;
    height: 217px; */
    margin: 0 auto;
    background-image: url("../img/header_title.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: 100%;
    mix-blend-mode: normal;
    white-space: nowrap;
    z-index: 200;
}
    @media only screen and (max-width : 939px) {
        .page-message h1 {
            top: calc(35% - 10px);
            width: 40vw;
            height: auto;
            aspect-ratio: 700 / 217;
        }
    }
    @media only screen and (max-width : 599px) {
        .page-message h1 {
            top: calc(30% - 10px);
            width: 85vw;
        }
    }


/* ----- navigator ----- */
.navigator-area {
	position: absolute;
	display: block;
	float: left;
	top: 75%;
	left: 50%;
	width: 30vw;
    max-width: 320px;
	overflow:	hidden;
	transform: translate(-50%, -50%);
	z-index: 10;
}
@media only screen and (max-width : 599px) {
    .navigator-area {
        width: 60vw;
        transform: translate(-50%, -45%);
    }
}

.navigator-area__title {
    display: inline-block;
	margin: 0 auto 10px;
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
	font-weight: 700;
    font-style: normal;
	letter-spacing: 3px;


}

.navigator-area__list {
	display:	flex;
	flex-wrap:	wrap;
	justify-content: center;
	align-content:	flex-start;
	gap:	20px 20px;
}

.navigator-area__item {
	overflow:	hidden;
	flex-basis:	45%;
	text-align:	center;
}

.navigator-area__list .cast__image {
	box-sizing:	border-box;
	width:	100%;
	height:	auto;
}


/********** contents**********/
.area-contents {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
    @media only screen and (max-width : 599px) {
        .area-contents {
            margin: 0 auto;
            padding: 10px 0;
        }
    }

.area-contents.border-dot--bottom::after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 18px;
    background-image: url("../img/border_dot.gif");
    background-repeat: repeat-x;
}

.area-contents__inner--top {
    width: 95%;
    max-width: 940px;
    margin: 0 auto 30px;
    padding: 10px 0 20px;
    z-index: 400;
}
    @media only screen and (max-width : 599px) {
        .area-contents__inner--top {
            width: calc(100% - 12px * 2);
            margin: 0 auto 20px;
            padding: 5px 0 10px;
        }
    }

.area-contents__inner {
    width: 95%;
    max-width: 940px;
    margin: 0 auto 30px;
    padding: 40px 0 30px;
    z-index: 400;
}
    @media only screen and (max-width : 599px) {
        .area-contents__inner {
            width: calc(100% - 12px * 2);
            margin: 0 auto 20px;
            padding: 5px 0 10px;
        }
    }

.headline-top__title {
    margin: 0 0 5.0rem;
    text-align: center;
    font-size: 3.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.8;
}
    @media only screen and (max-width :939px) {
        .headline-top__title {
            margin: 0 0 5.0rem;
            text-align: center;
            font-size: 2.6rem;
            line-height: 1.8;
        }
    }
    @media only screen and (max-width : 599px) {
        @media only screen and (max-width :939px) {
            .headline-top__title {
                margin: 0 0 3.0rem;
                text-align: left;
                font-size: 2.2rem;
                line-height: 1.6;
            }
        }
    }

.headline-top__title ~ p {
    margin: 0 0 3.0rem;
    text-align: center;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 2.6;
}

.text-about {
    text-align: center !important;
    font-size: 1.8rem !important;
}
    @media only screen and (max-width : 899px) {
        .text-about {
            font-size: 1.6rem !important;
            text-align: left !important;
            line-height: 1.8 !important;
        }
        }


/********** banner **********/
.banner-tokyobeta {
    width: 70%;
    max-width: 600px;
    margin: 20px auto 70px;
    border: solid 1px #6c6c6c;
}
    @media only screen and (max-width :939px) {
        .banner-tokyobeta {
            width: 90%;
        }
    }
    @media only screen and (max-width :599px) {
        .banner-tokyobeta {
            width: 100%;
        }
    }

.banner-area-spotify {
    width: 70%;
    max-width: 400px;
    margin: 60px auto;
    }
    @media only screen and (max-width :939px) {
        .banner-area-spotify {
            width: 80%;
            margin: 30px auto;
            }
    }
    @media only screen and (max-width : 599px) {
        .banner-area-spotify {
            width: 100%;
            margin: 0 auto 30px;
            }
    }

.banner-area-spotify__item {
    width: 100%;
}

.banner-area {
    width: 90%;
    max-width: 620px;
    margin: 30px auto;
}
    @media only screen and (max-width :939px) {
        .banner-area {
            width: 95%;
        }
    }
    @media only screen and (max-width : 599px) {
        .banner-area {
            width: 100%;
            max-width: 620px;
            margin: 0 auto 30px;
        }
    }

.banner-area__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 20px 20px;
}
    @media only screen and (max-width : 599px) {
        .banner-area__list {
            gap: 0 5px;
        }
    }

.banner-area__item {
	overflow:	hidden;
	flex-basis:	45%;
	text-align:	center;
    border: solid 1px #6c6c6c;
}
    @media only screen and (max-width : 599px) {
        .banner-area__item {
            flex-basis:	calc(50% - 5px);
        }
    }

/********** message - top **********/
.headline-message {
    margin: 0 0 160px;
	color: #5BAB35;
	text-align: center;
	font-size: 3.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
	font-weight: 700;
    font-style: normal;
	letter-spacing: 2px;
}
    @media only screen and (max-width :939px) {
        .headline-message {
            margin: 0 0 130px;
            font-size: 3.0rem;
        }
    }
    @media only screen and (max-width : 599px) {
        .headline-message {
            margin: 20px 0 100px;
            font-size: 2.8rem;
            letter-spacing: 1px;
        }
    }

.headline-message::after {
    content: " ";
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    height: 83px;
    background-image: url("../img/icon_letter.svg");
    background-repeat: no-repeat;
}
    @media only screen and (max-width :939px) {
        .headline-message::after {
            top: 120px;
            width: 100px;
            height: 65px;
        }
    }
    @media only screen and (max-width : 599px) {
        .headline-message::after {
            top: 90px;
            width: 80px;
            height: 52px;
        }
    }

.headline-message__theme {
    margin: 0 0 5.0rem;
	color: #5BAB35;
    text-align: center;
    font-size: 3.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 4px;
}
@media only screen and (max-width :939px) {
    .headline-message__theme {
        margin: 0 0 3.0rem;
        font-size: 2.8rem;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width : 599px) {
    .headline-message__theme {
        margin: 0 0 2.0rem;
        font-size: 2.2rem;
        letter-spacing: 1px;
    }
}


.headline-message__theme--border {
    margin: 0 0 5.0rem;
    padding: 0 1.6rem;
	color: #5BAB35;
    text-align: center;
    font-size: 2.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.8;
    border-bottom: 1px solid #5BAB35;
}
    @media only screen and (max-width :939px) {
        .headline-message__theme--border {
            margin: 0 0 3.0rem;
            font-size: 2.0rem;
        }
    }
    @media only screen and (max-width : 599px) {
        .headline-message__theme--border {
            margin: 0 0 3.0rem;
            font-size: 1.8rem;
        }
    }

.button__message {
    margin: 40px 0;
}
    @media only screen and (max-width : 599px) {
        .button__message {
            margin: 30px 0 10px;
        }
    }

a.button__message-link {
    position: relative;
    display: inline-block;
    padding: 15px 50px 15px 70px;
    background-color: #5BAB35;
    font-size: 2.2rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
@media only screen and (max-width : 599px) {
    a.button__message-link {
        position: relative;
        display: inline-block;
        padding: 10px 50px 10px 70px;
        font-size: 1.8rem;
    }
}

a:hover.button__message-link {
    background-color: #accd25;
    color: #fff;
}

a.button__message-link::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 8px solid transparent;
    border-right: 0 solid transparent;
    border-left: 16px solid #fff;
    border-bottom: 8px solid transparent;
    box-sizing: border-box;
}

a:hover.button__message-link::after {
    border-left: 16px solid #fff;
}

/********** live **********/
.headline-live {
    margin: 0 0 20px;
	color: #fff;
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 2px;
}
    @media only screen and (max-width :939px) {
        .headline-live {
            font-size: 2.2rem;
        }
    }
    @media only screen and (max-width : 599px) {
        .headline-live {
            margin: 10px 0 30px;
            text-align: left;
            font-size: 2.0rem;
            line-height: 1.6;
            letter-spacing: 1px;
        }
    }


.button__live {
    margin: 40px 0;
}
@media only screen and (max-width : 599px) {
    .button__live {
        margin: 30px 0 0;
    }
}

a.button__live-link {
    position: relative;
    display: inline-block;
    padding: 15px 50px 15px 70px;
    background-color: #fff;
    font-size: 2.2rem;
    color: #5BAB35;
    text-decoration: none;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
@media only screen and (max-width : 599px) {
    a.button__live-link {
        position: relative;
        display: inline-block;
        padding: 10px 50px 10px 70px;
        font-size: 1.8rem;
    }
}

a:hover.button__live-link {
    background-color: #accd25;
    color: #fff;
}

a.button__live-link::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 8px solid transparent;
    border-right: 0 solid transparent;
    border-left: 16px solid #5BAB35;
    border-bottom: 8px solid transparent;
    box-sizing: border-box;
}

a:hover.button__live-link::after {
    border-left: 16px solid #fff;
}


/********** report **********/
.headline-report {
    margin: 0 0 60px;
	color: #5BAB35;
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 2px;
}
    @media only screen and (max-width :939px) {
        .headline-report {
            font-size: 2.2rem;
        }
    }
    @media only screen and (max-width : 599px) {
        .headline-report {
            margin: 10px 0 30px;
            text-align: left;
            font-size: 2.0rem;
            line-height: 1.6;
            letter-spacing: 1px;
        }
    }

.headline-report::after {
    content: " ";
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 660px;
    height: 18px;
    background-image: url("../img/border_dot.gif");
    background-repeat: repeat-x;
}
    @media only screen and (max-width : 599px) {
        .headline-report::after {
            background-image: none;
        }
    }

/********** guest **********/
.headline-guest {
    margin: 0 0 20px;
	color: #fff;
    text-align: center;
    font-size: 3.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
	font-weight: 700;
    letter-spacing: 2px;
}
.guest-area__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 20px 20px;
    width: 100%;
	margin: 0 auto 50px;
    padding: 20px 0 0;
}
    @media only screen and (max-width : 899px) {
        .guest-area__list{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: flex-start;
            gap: 0 10px;
            /* overflow: hidden; */
            margin: 0 auto 40px;
            padding: 0;
        }
    }
    @media only screen and (max-width : 599px) {
        .guest-area__list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: flex-start;
            gap: 0 10px;
            /* overflow: hidden; */
            width: 100%;
            margin: 0 auto 50px;
        }
    }

.guest-area__item {
	flex-basis: 31%;
	text-align: center;
	margin: 0 0 20px 0;
}
    @media only screen and (max-width : 599px) {
        .guest-area__item {
            flex-basis: 48%;
            margin: 0 0 25px;
        }
        .guest-area__item.guest-area__item-talk{
            flex-basis: 80%;
            margin: 0;
        }
    }

.guest-area__image {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
}
    @media only screen and (max-width : 599px) {
        .guest-area__image {
            width: 100%;
        }
    }

.guest-area__list figcaption{
    margin: 10px 0 0 0;
    padding: 0.2rem 0;
    text-align:center;
    z-index: 300;
}
    @media only screen and (max-width : 599px) {
        .guest-area__list figcaption{
            margin: 5px 0 0 0;
            padding: 0;
        }
    }

.guest-area__information--time {
    display: inline-block;
    margin: 0 auto 1.0rem;
    padding: 0.25rem 1.0rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;;
    letter-spacing: 2px;
    line-height: 1.4;
    border-bottom: 1px dotted #fff;
}
    @media only screen and (max-width : 599px) {
        .guest-area__information--time {
            padding: 15px 0  5px;
            letter-spacing: 0;
        }
    }

.guest-area__information--name {
    margin: 0 0 1.0rem;
    padding: 0.4rem 0;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.4;
}
    @media only screen and (max-width : 599px) {
        .guest-area__information--name {
            font-size: 1.6rem;
            margin: 0;
        }
        .guest-area__item-talk .guest-area__information--name {
            font-size: 2.6rem;
            margin: 0;
        }
    }

.guest-area__information--.text_m {
	font-size: 1.7rem;
}

.guest-area__information--outline {
    margin: 0 0 1.0rem;
    padding: 0.4rem 1.0rem;
    font-size: 1.4rem;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.6;
}
    @media only screen and (max-width : 599px) {
        .guest-area__information--outline {
            padding: 0.4rem 0.6rem;
            text-align: left;
            letter-spacing: 0;
        }
    }

.guest-area__information--member {
    display: block;
    margin: 1.0rem 0 0;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.4;
}
    @media only screen and (max-width : 599px) {
        .guest-area__information--member {
            margin: 0.5rem 0 0;
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0;
            line-height: 1.6;
        }
    }

.guest-area__credit {
    display: block;
    margin: 1.2rem 0 0;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0;
}
    @media only screen and (max-width : 599px) {
        .guest-area__credit {
            margin: 1.0rem 0 0;
            font-size: 1.0rem;
        }
    }


/********** guest - radio dorama**********/
.headline-guest.radio-drama{
    margin: 0 0 20px;
    font-size: 2.4rem;
}
    @media only screen and (max-width : 599px) {
        .headline-guest.radio-drama{
            margin: 0 0 10px;
            font-size: 2.2rem;
        }
    }

.guest-area__list.radio-drama {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 20px 20px;
    width: 70%;
	margin: 0 auto;
    padding: 20px 0 0;
}
    @media only screen and (max-width : 899px) {
        .guest-area__list.radio-drama {
            gap: 20px 10px;
            width: 80%;
        }
    }
    @media only screen and (max-width : 599px) {
        .guest-area__list.radio-drama {
            gap: 10px 10px;
            width: 80%;
        }
    }


.guest-area__item.radio-drama {
    flex-basis: 31%;
    text-align: center;
    margin: 0 0 20px 0;
}
    @media only screen and (max-width : 899px) {
        .guest-area__item.radio-drama {
            flex-basis: 31%;
            margin: 0 0 20px 0;
        }
    }
    @media only screen and (max-width : 599px) {
        .guest-area__item.radio-drama {
            flex-basis: 48%;
            margin: 0 0 25px;
        }
    }


.guest-area__list.radio-drama .guest-area__information--name {
    margin: 0 0 1.0rem;
    padding: 0.4rem 0;
    font-size: 1.6rem;
}
    @media only screen and (max-width : 599px) {
        .guest-area__information--name {
            font-size: 1.6rem;
            margin: 0;
        }
        .guest-area__item-talk .guest-area__information--name {
            font-size: 2.6rem;
            margin: 0;
        }
    }


/********** photo **********/
.headline-photo {
    margin: 0 0 20px;
	color: #5BAB35;
    text-align: center;
    font-size: 3.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
	font-weight: 700;
    letter-spacing: 2px;
}


/********** footer **********/
footer {
	overflow: hidden;
	width: 100%;
	padding: 50px 0 0;
}

.footer_bottom {
	display: flex;
	width: 1000px;
	margin: 0 auto 200px auto;
}

	@media only screen and (max-width: 1024px){
		.footer_bottom {
			width: 90%;
		}
	}

	@media only screen and (max-width : 599px){
		.footer_bottom {
			display: block;
			margin: 0 auto 70px auto;
		}
		
	}

.footer_bottom .gotohome{
	width: 100px;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .gotohome{
			width: 100%;
			margin: 0 0 35px 0;
			text-align: center;
		}
	}

.footer_bottom .gotohome img{
	width: 100%;
	height: auto;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .gotohome img{
			width: 30%;
			max-width: 200px;
		}
	}

.footer_bottom .j-wave_credit{
	width: calc(100% - 100px);
	text-align: right;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .j-wave_credit{
			width: 100%;
			text-align: center;
		}
		
	}


.footer_bottom .j-wave_credit img{
	width: 220px;
	height: auto;
	margin: 0 0 10px;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .j-wave_credit img{
			width: 60%;
			max-width: 400px;
		}
	}

.footer_bottom .j-wave_credit span{
	display: block;
    color: #343434;
	font-size: 8px;
}