@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=Monoton&display=swap');

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

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

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    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;
    background-image: url("../img/title_background_woods.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-attachment: -webkit-fixed;
    -webkit-text-size-adjust: 100%;
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn_all 5s ease 0s 1 normal;
}

@media only screen and (min-device-width: 599px) and (max-device-width: 899px) and (orientation: landscape) { 
    body {
        background-image: url("../img/title_background_woods.jpg");
        background-size: auto;
        background-position: center top;
    }
}

@media only screen and (max-width : 899px) {
    body {
        background-image: url("../img/title_background_woods.jpg");
        background-size: auto;
        background-position: top center;
    }
}

@media only screen and (max-width : 599px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        background-image: url("../img/title_background_woods_sp.jpg");
        background-size: contain;
        background-position: top center;
        background-attachment: fixed;
        background-attachment: -webkit-fixed;
    }
}

@media only screen and (max-width : 375px) {
    body {
        background-image: url("../img/title_background_woods_sp.jpg");
        background-size: cover;
    }
}

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: 1.4rem 0;
    text-align: justify;
    font-weight: 400;
}
    @media only screen and (max-width : 599px) {
        p {
            margin: 1.0rem 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.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;
}


/********** 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-white {
    color: #fff !important;
}

.text-green01 {
    color: #004913 !important;
}

.text-yellow {
    color: #FFFF00
}

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

.position-relative {
    position: relative;
}


/* ----- 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;
}


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

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

/********** header **********/
header {
    position: relative;
    width: 100%;
    height: 800px;
    padding: 0;
    text-align: center;
}

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

header::before {
    position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 100%;
    height: 800px;
    background-image: url(../img/title_background_dot.png);
    background-size: 4px 4px;
    background-attachment: fixed;
    z-index: 2;
}

header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background-image: url(../img/title_background_sunshine.svg);
    background-position: 50% 90%;
    background-size: 1400px 1400px;
	background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.5;
    z-index: 5;
}


@media only screen and (max-width : 743px) {
    header::after{
        background-size: 1000px 1000px;
    }
}
@media only screen and (max-width : 599px) {
    header::after{
        background-position: 50% -100px;
        background-size: 800px 800px;
    }
}

h1 {
    position: absolute;
    display: inline-block;
    overflow: hidden; 
    top: 13%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 600px;
    height: 238px;
    margin: 0 auto;
    background-image: url("../img/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 : 743px) {
        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%;
        }
    }

/********** header - message **********/
.page-message header {
    position: relative;
    width: 100%;
    height: 350px;
    padding: 0;
    text-align: center;
}

    @media only screen and (max-width : 743px) {
        .page-message header {
            overflow: hidden;
            height: 300px;
        }
    }
    @media only screen and (max-width : 599px) {
        .page-message header {
            height: 180px;
        }
    }

.page-message header::before {
    height: 350px;
}

.page-message header::after{
	height: 350px;
}


.page-message h1 {
    top: 8%;
    width: 400px;
}
    @media only screen and (max-width : 743px) {
        .page-message h1 {
            top: 40px;
            width: 50%;
        }
    }
    @media only screen and (max-width : 599px) {
        .page-message h1 {
            top: 30px;
            width: 60%;
        }
    }


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

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

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

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

.navigator-area__title {
    display: inline-block;
	margin: 0 auto 20px;
    padding: 0.4rem 2.0rem;
	color: #01861e;
	text-align: center;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	background: #fff;
	-moz-border-radius:	15px;
	-webkit-border-radius:	15px;
	border-radius:	15px;
    opacity: 0.9;
}

.navigator-area__list .navigator-area__name {
	margin: 0;
	padding: 0.2rem 0.4rem;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 3px;
	background: #004913;
	-moz-border-radius:	15px;
	-webkit-border-radius:	15px;
	border-radius:	15px;
    opacity: 0.8;
}

/* ----- white ----- */
.bottom_white {
    overflow: hidden;
    position: absolute;
    content: "";
    bottom: 0;
    display: block;
    height: 9vw;
    width: 102%;
    background-image: url(../img/bottom_white.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 10;
}


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

.area-contents__inner--top {
    width: 95%;
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 20px 0;
}

.area-contents__inner {
    width: 95%;
    max-width: 840px;
    margin: 0 auto 30px;
    padding: 10px 0 20px;
    color: #fff;
    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;
    }
}

.area-contents__bottom-green1,
.area-contents__bottom-green2,
.area-contents__bottom-green3 {
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 100px;
}
    @media only screen and (max-width : 743px) {
        .area-contents__bottom-green1,
        .area-contents__bottom-green2,
        .area-contents__bottom-green3 {
            padding: 10px 0 50px;
        }
    }
    @media only screen and (max-width : 599px) {
        .area-contents__bottom-green1,
        .area-contents__bottom-green2,
        .area-contents__bottom-green3 {
            padding: 10px 0 30px;
        }
    }

.area-contents__bottom-green1 {
    background: #fff;
}

.area-contents__bottom-green2 {
    background: #8BCB23;
}

.area-contents__bottom-green3 {
    background: #66B10B;
}

.area-contents__bottom-green4 {
    background: #428B10;
}


.area-contents__bottom-green1::after,
.area-contents__bottom-green2::after,
.area-contents__bottom-green3::after,
.area-contents__bottom-green4::after {
    overflow: hidden;
    position: absolute;
    content: "";
    bottom: 0;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    transform: translateY(1px);
}

.area-contents__bottom-green1::after {
    height: 9vw;
    background-image: url(../img/bottom_green01.svg);
}

.area-contents__bottom-green2::after {
    height: 9vw;
    background-image: url(../img/bottom_green02.svg);
}

.area-contents__bottom-green3::after {
    height: 9vw;
    background-image: url(../img/bottom_green03.svg);
}

.area-contents__bottom-green4::after {
    height: 9vw;
    background-image: url(../img/bottom_green04.svg);
}


/********** headline **********/
h2 {
    margin: 30px auto 40px;
    color: #009348;
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2.2;
}
    @media only screen and (max-width : 743px) {
        h2 {
            margin: 20px auto 40px;
            font-size: 2.2rem;
            letter-spacing: 2px;
            line-height: 1.6;
        }
    }
    @media only screen and (max-width : 599px) {
        h2 {
            margin: 10px auto 20px;
            text-align: justify;
            font-size: 2.0rem;
            letter-spacing: 1px;
            line-height: 1.4;
        }
    }

h2.page-message_title {
    position: relative;
    margin: 0 auto 20px;
    color: #009348;
    text-align: center;
    font-size: 3.6rem;
    font-family: "Monoton", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.8;
    z-index: 300;
}
    @media only screen and (max-width : 599px) {
        h2.page-message_title {
            font-size: 3.0rem;
            line-height: 1.2;
        }
    }

h2.page-message_title::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    border-bottom: 1px solid #009348;
}
    @media only screen and (max-width : 599px) {
        h2.page-message_title::before {
            top: 120%;
        }
    }

h3 {
    margin: 0 auto 20px;
    color: #343434;
    text-align: center;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8;
}
@media only screen and (max-width : 743px) {
    h3 {
        margin: 0 auto 20px;
        color: #343434;
        text-align: justify;
        font-size: 1.8rem;
        letter-spacing: 1px;
        line-height: 1.4;
    }
}
@media only screen and (max-width : 599px) {
    h3 {
        margin: 0 auto;
        font-size: 1.6rem;
    }
}

h3.contents-title {
    position: relative;
    margin: 0 auto 20px;
    color: #fff;
    text-align: center;
    font-size: 3.6rem;
    font-family: "Monoton", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.8;
    z-index: 300;
}
    @media only screen and (max-width : 599px) {
        h3.contents-title {
            font-size: 3.0rem;
            line-height: 1.2;
            margin: 0 auto 40px;
        }
    }

h3.contents-title::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    border-bottom: 1px solid #fff;
}
    @media only screen and (max-width : 599px) {
        h3.contents-title::before {
            top: 120%;
        }
    }



/* ----- leaf ----- */
.leaf-headline {
    position: relative;
}

.leaf-headline::before {
    content: "";
    position: absolute;
    top: -110px;
    left: -130px;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 327px;
    height: 334px;
    background-image: url(../img/leaf_01_left.svg);
    opacity: 0;
    transform: translateY(100px) rotate(-40deg);
    animation-name: fadeIn_before;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    z-index: 100;
}
    @media only screen and (max-width : 768px) {
        .leaf-headline::before {
            top: -100px;
            left: -50px;
            width: 200px;
            height: 327 / 334;
        }
    }
    @media only screen and (max-width : 599px) {
        .leaf-headline::before {
            top: -100px;
            left: -20px;
            width: 120px;
            height: 123px;
        }
    }

@keyframes fadeIn_before {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0) rotate(0);
    }
}
@media only screen and (max-width : 599px) {
    @keyframes fadeIn_before {
        0% {
        }
        100% {
            opacity: 1;
            transform: translate(0) rotate(20deg);
        }
    }
}

.leaf-headline::after {
    content: "";
    position: absolute;
    top: -110px;
    right: -130px;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 327px;
    height: 334px;
    background-image: url(../img/leaf_01_right.svg);
    opacity: 0;
    transform: translateY(100px) rotate(40deg);
    animation-name: fadeIn_after;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    z-index: 100;
}
    @media only screen and (max-width : 768px) {
        .leaf-headline::after {
            top: -100px;
            right: -50px;
            width: 200px;
            height: 327 / 334;
        }
    }
    @media only screen and (max-width : 599px) {
        .leaf-headline::after {
            top: -100px;
            right: -20px;
            width: 120px;
            height: 123px;
        }
    }


@keyframes fadeIn_after {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0) rotate(0);
    }
}
@media only screen and (max-width : 599px) {
    @keyframes fadeIn_after {
        0% {
        }
        100% {
            opacity: 1;
            transform: translate(0) rotate(-20deg);
        }
    }
}

.leaf-headline__small-left,
.leaf-headline__small-right {
    position: relative;
}

.leaf-headline__small-left::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 200px;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-image: url(../img/leaf_02.svg);
    transform: rotate(-100deg);
    z-index: 100;
}

.leaf-headline__small-right::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 10px;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-image: url(../img/leaf_02.svg);
    transform: rotate(-150deg);
    z-index: 100;
}

.leaf-move-01 {
    position: absolute;
    right: 5%;
    top: -10%;
    z-index: 5;
}
    @media only screen and (max-width : 743px) {
        .leaf-move-01 {
            right: 3%;
            top: -8%;
            z-index: 5;
        }
    }
    @media only screen and (max-width : 599px) {
        .leaf-move-01 {
            right: -3%;
            top: -1%;
            z-index: 5;
        }
    }

.leaf-move-01__image {
    width: 200px;
    height: 200px;
    animation: leaf-move1 5s infinite;
    transform: rotate(20deg);
}
    @media only screen and (max-width : 743px) {
        .leaf-move-01__image {
            width: 150px;
            height: 150px;
        }
    }
    @media only screen and (max-width : 599px) {
        .leaf-move-01__image {
            width: 120px;
            height: 120px;
        }
    }

@keyframes leaf-move1 {
    0% {
        transform: rotate(4deg);
    }
    50% {
        transform: rotate(-4deg);
    }
    100% {
        transform: rotate(4deg);
    }
}

.leaf-move-02 {
    position: absolute;
    left: 10%;
    top: -12%;
    z-index: 5;
}
@media only screen and (max-width : 743px) {
    .leaf-move-02 {
        left: 8%;
        top: -10%;
    }
}
@media only screen and (max-width : 599px) {
    .leaf-move-02 {
        left: 3%;
        top: -1%;
    }
}

.leaf-move-02__image {
    width: 150px;
    height: 180px;
    animation: leaf-move2 3s infinite;
}
    @media only screen and (max-width : 743px) {
        .leaf-move-02__image {
            width: 100px;
            height: 120px;
        }
    }
    @media only screen and (max-width : 599px) {
        .leaf-move-02__image {
            width: 90px;
            height: 100px;
        }
    }

@keyframes leaf-move2 {
    0% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(3deg);
    }
}

.leaf-move-03 {
    position: absolute;
    left: 2%;
    top: -5%;
    z-index: 5;
}
.leaf-move-03__image {
    width: 140px;
    height: 180px;
    animation: leaf-move3 8s infinite;
}
@keyframes leaf-move3 {
    0% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(3deg);
    }
}

.leaf-move-04 {
    position: absolute;
    right: 2%;
    top: -5%;
    z-index: 5;
}
.leaf-move-04__image {
    width: 140px;
    height: 180px;
    animation: leaf-move4 4s infinite;
}
@keyframes leaf-move4 {
    0% {
        transform: rotate(6deg);
    }
    50% {
        transform: rotate(-6deg);
    }
    100% {
        transform: rotate(6deg);
    }
}

.leaf-move-05 {
    position: absolute;
    right: 10%;
    top: -3%;
    z-index: 5;
}
.leaf-move-05__image {
    width: 120px;
    height: 150px;
    animation: leaf-move5 3s infinite;
}
@keyframes leaf-move5 {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}

.leaf-move-06 {
    position: absolute;
    left: 10%;
    top: -12%;
    z-index: 5;
}
@media only screen and (max-width : 599px) {
    .leaf-move-06 {
        position: absolute;
        left: 7%;
        top: -8%;
        z-index: 5;
    }
}
.leaf-move-06__image {
    width: 80px;
    height: 100px;
    animation: leaf-move6 3s infinite;
}
@keyframes leaf-move6 {
    0% {
        transform: rotate(8deg);
    }
    50% {
        transform: rotate(-8deg);
    }
    100% {
        transform: rotate(8deg);
    }
}


.leaf-move-07 {
    position: absolute;
    right: 5%;
    top: -6%;
    z-index: 5;
}
.leaf-move-07__image {
    width: 180px;
    height: 225px;
    animation: leaf-move7 4s infinite;
}
    @media only screen and (max-width : 599px) {
        .leaf-move-07__image {
            width: 90px;
            height: 125px;
        }
    }

@keyframes leaf-move7 {
    0% {
        transform: rotate(7deg);
    }
    50% {
        transform: rotate(-7deg);
    }
    100% {
        transform: rotate(7deg);
    }
}



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

body.page-message .jme {
    margin: 20px auto 60px;
}

/********** banner **********/

.area-banner {
    margin: 30px auto 40px;
}
@media only screen and (max-width : 743px) {
    .area-banner {
        margin: 40px auto 0;
    }
}
@media only screen and (max-width : 599px) {
    .area-banner {
        margin: 20px auto 0;
    }
}


.area-banner__image {
    width: auto;
    height: 100px;
}

/********** guest **********/
.guest-area__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 20px 20px;
	/* overflow: hidden; */
    width: 100%;
	margin: 0 auto;
    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;
        }
        .guest-area__list.stories {
            margin: 40px auto 0;
        }
    }

.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 0 25px;
        }
    }

.guest-area__image {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 100%;
}
    @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.5rem;
    padding: 0.4rem 0;
    font-size: 2.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    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.2rem 0 0;
    padding: 0.4rem 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;
            padding: 0.4rem 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-area__information--website {
    margin: 8px auto;
}
    @media only screen and (max-width : 599px) {
        .guest-area__information--website {
            margin: 8px auto 0;
        }
    }

.guest-area__information--link {
    display: inline-block;
    margin: 0 4px 0;
    text-align: center;
    font-size: 1.8rem !important;
    line-height: 1.0;
}
    @media only screen and (max-width : 599px) {
        .guest-area__information--link {
            margin: 0 2px 0;
            font-size: 2.0rem !important;
        }
    }


.guest-area__stories-time {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 10px;
    left: -25px;
    transform: rotate(-15deg);
    z-index: 100;
}
    @media only screen and (max-width : 599px) {
        .guest-area__stories-time {
            position: absolute;
            width: 60px;
            height: 60px;
            top: 10px;
            left: -18px;
            transform: rotate(-15deg);
            z-index: 100;
        }
    }


/********** report **********/
.area-report__image {
    position: relative;
    width: 80%;
    max-width: 500px;
    margin: 50px auto 0;
    z-index: 300;
}

.area-report__image--mask {
    -webkit-clip-path: url(#svgPath-report);
    clip-path: url(#svgPath-report);
  }

.area-report__name {
    text-align: center;
    font-size: 3.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    letter-spacing: 2px;
}
    @media only screen and (max-width : 599px) {
        .area-report__name {
            font-size: 2.0rem;
        }
    }


.area-report__leaf {
    position: absolute;
    top: -16%;
    left: -12%;
    z-index: 100;
}
@media only screen and (max-width : 743px) {
    .area-report__leaf {
        position: absolute;
        top: -3%;
        left: -3%;
    }
}
@media only screen and (max-width : 599px) {
    .area-report__leaf {
        position: absolute;
        top: -13%;
        left: -5%;
    }
}

.area-report__leaf__image {
    width: 210px;
    height: 270px;
    animation: area-report__leaf 3s infinite;
}
    @media only screen and (max-width : 743px) {
        .area-report__leaf__image {
            width: 168px;
            height: 216px;
        }
    }
    @media only screen and (max-width : 599px) {
        .area-report__leaf__image {
            width: 105px;
            height: 135px;
        }
    }

@keyframes area-report__leaf {
    0% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(3deg);
    }
}


/********** youtube **********/
.area-youtube {
    margin: 50px auto 0;
    z-index: 300;
}
.area-youtube__movie {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.area-youtube__iframe {
    width: 100%;
    height: 100%;
    margin: 0 0 30px;
    border-radius: 20px;
}


/********** message **********/
.area-present__image {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 40px auto 20px;
    border-radius: 15px;
}

.area-present__image--mask {
    -webkit-clip-path: url(#svgPath-present);
    clip-path: url(#svgPath-present);
  }

.area-present__leaf {
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: 100;
}
.area-present__leaf__image {
    width: 105px;
    height: 135px;
    animation: area-present__leaf 5s infinite;
}
@keyframes area-present__leaf {
    0% {
        transform: rotate(7deg);
    }
    50% {
        transform: rotate(-7deg);
    }
    100% {
        transform: rotate(7deg);
    }
}

.present-notes {
    margin: 3.0rem 0;
}

.present-notes__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.present-notes__item {
    text-align: left;
}

.present-notes__item:before {
    display:  inline-block;
    content:  "";
    width:  10px;
    height:  10px;
    margin: 0 0.6rem 0 0;
    background-color: #fff;
    text-align: left;
    border-radius:  50%;
}

/********** button-message **********/
.button__message {
    margin: 40px 0;
}

a.button__message-link {
    position: relative;
    display: inline-block;
    padding: 15px 50px 15px 70px;
    background-color: #fff;
    border-radius: 40px;
    font-size: 2.2rem;
    color: #e98c00;
    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: #fff;
    color: #efcb00;
}

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 #e98c00;
    border-bottom: 8px solid transparent;
    box-sizing: border-box;
}

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


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

.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: 200px;
	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: #fff;
	font-size: 10px;
}