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

/* =========================================================
    basic style
========================================================= */
* {
    margin: 0;
    padding: 0;
    }

*,
*: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-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    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;
    -webkit-text-size-adjust: 100%;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

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


.pc_tablet{
    display: block;
}
    @media only screen and (max-width:  899px){
        .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:  899px){
        .tablet_sp {
            display: block;
        }
    }
    @media only screen and (max-width : 599px){
        .tablet_sp {
            display: block;
        }
    }

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

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

ul{
    margin: 0;
    padding: 0;
}

p {
    margin: 1.4em 0 1.4em 0;
    text-align: justify;
}

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

a:visited {
    color:  #ed5554;
    text-decoration: none;
}

a:hover {
    color: #f89898;
    text-decoration: none;
}

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

img {
    width: 100%;
    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-center {
    text-align: center;
}

/********** Gigya **********/
#jme {
    display: inline-block;
    margin: 0 auto 100px ;
    padding: 15px 20px;
    background: #fff;
    border-radius: 30px;
}
@media only screen and (max-width : 599px) {
        #jme {
            width: 100%;
            margin: 35px auto 70px;
            padding: 6px 10px;
            background: #fff;
        }
}


/* =========================================================
    structure
========================================================= */
body {
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0;
    background-color: #fff586;
    background-image:  url(../img/title_bg_left.png),url(../img/title_bg_right.png);
    background-position: left -200px bottom, right -200px bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: 45%;
}
    @media only screen and (max-width : 599px) {
        header {
            height: 500px;
            background-image:  none;
        }
    }

.page-message header {
    height: 400px;
}
@media only screen and (max-width : 599px) {
    .page-message header {
        height: 350px;
    }
}

main {
    width: 100%;
}

.page-message__inner {
    z-index: 20;
    padding: 40px;
    border-radius: 30px;
    background: #fff;
}
    @media only screen and (max-width : 599px) {
        .page-message__inner {
            padding: 10px;
        }
    }


/* =========================================================
    headline - all
========================================================= */
h1 {
    position: absolute;
    overflow: hidden; 
    top: 35px;
    left: calc(50% - 325px);
    width: 650px;
    height: 393px;
    margin: 0 auto;
    background-image: url("../img/title.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
}
    @media only screen and (max-width : 599px) {
        h1 {
            top: 30px;
            left: calc(50% - 175px);
            width: 350px;
            height: 212px;
        }
    }

.page-message h1 {
    top: 20px;
    left: calc(50% - 165px);
    width: 331px;
    height: 200px;
}
    @media only screen and (max-width : 599px) {
        .page-message h1 {
            top: 20px;
            left: calc(50% - 124px);
            width: 248px;
            height: 150px;
        }
    }

.title_animation {
    animation: title_animation 0.6s linear 1s 2;
    /* animation-delay: 3s; */
  }
  
  @keyframes title_animation {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
    15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
    30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
    50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
    70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }

.header__navigator {
    position: absolute;
    display: block;
    overflow: hidden; 
    top: calc(50% + 160px);
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media only screen and (max-width : 599px) {
        .header__navigator {
            top: calc(50% + 70px);
        }
    }

.page-message .header__navigator {
    position: absolute;
    display: block;
    overflow: hidden; 
    top: calc(50% + 55px);
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media only screen and (max-width : 599px) {
        .page-message .header__navigator {
            top: calc(50% + 40px);
        }
    }

.header__navigator-text {
    display: block;
    color: #ed5554;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1;
}
    @media only screen and (max-width : 599px) {
        .header__navigator-text {
            font-size: 1.2rem;
            letter-spacing: 1px;
        }
    }

.page-message .header__navigator-text {
    font-size: 1.2rem;
}

.header__navigator-name {
    display: block;
    color: #ed5554;
    text-align: center;
    font-size: 3.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}
@media only screen and (max-width : 599px) {
    .header__navigator-name {
        font-size: 2.8rem;
        letter-spacing: 1px;
    }
}

.page-message .header__navigator-name {
    font-size: 2.0rem;
}

h2.page-title {
    position: relative;
    display: inline-block;
    margin: 0 0 50px;
    color: #ed5554;
    text-align: center;
    font-size: 4.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}
@media only screen and (max-width : 599px) {
    h2.page-title {
        font-size: 2.4rem;
        margin: 20px 0 20px;
    }
}

h2.page-title:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 30px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ed5554;
    border-radius: 2px;
}


/* =========================================================
    main
========================================================= */
.main__inner-wrap-red--head {
    position: relative;
    z-index: 2;
    height: 100px;
    background: url(../img/bg_wave_red.png) repeat-x center top;
    background-size: 8% auto;
    margin: -100px auto 0;
    padding: 0;
    text-align: center;
    filter: blur(0);
}
@media only screen and (max-width : 599px) {
    .main__inner-wrap-red--head {
        height: 120px;
        background-size: 10% auto;
        margin: -120px auto 0;
    }
    .page-message .main__inner-wrap-red--head {
        height: 80px;
        background-size: 10% auto;
        margin: -80px auto 0;
    }
}

.main__inner-wrap-red--body {
    overflow: hidden;
    z-index: 10;
    background: #ed5554;
    padding: 0 0 200px;
    text-align: center;
}
@media only screen and (max-width : 599px) {
    .main__inner-wrap-red--body {
        margin: -90px auto 0;
        padding: 60px 0 130px;
    }
}

.page-message .main__inner-wrap-red--body {
    overflow: hidden;
    z-index: 10;
    background: #ed5554;
    padding: 0 0 200px;
    text-align: center;
}
@media only screen and (max-width : 599px) {
    .page-message .main__inner-wrap-red--body {
        margin: 0 auto;
        padding: 0 0 130px;
    }
}

.main__inner-wrap--white {
    position: relative;
    z-index: 2;
    background: url(../img/bg_wave_white.png) repeat-x center top;
    background-size: 20% auto;
    margin: -100px auto 0;
    padding: 120px 0 150px;
    text-align: center;
    filter: blur(0);
}
@media only screen and (max-width : 599px) {
    .main__inner-wrap--white {
        padding: 70px 0 0;
        background-size: 30% auto;
    }
}

.main__inner {
    width: calc(100% - 15px * 2);
    max-width: 900px;
    margin: 0 auto 20px;
}

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

.main__speechbubble--line {
    clear: both;
    position: relative;
    display: inline-block;
    padding: 1rem 2.0rem;
    color: #fff;
    font-size: 3.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    line-height: 1;
}
    @media only screen and (max-width : 599px) {
        .main__speechbubble--line {
            z-index: 10;
            margin: -50px auto 0;
            font-size: 2.2rem;
            letter-spacing: 1px;
        }
    }

.main__speechbubble--line::before,
.main__speechbubble--line::after {
    position: absolute;
    top: 0.4rem;
    height: 5.0rem;
    content: '';
}

.main__speechbubble--line::before {
    border-left: solid 2px;
    left: 0;
    transform: rotate(-30deg);
}

.main__speechbubble--line::after {
    border-right: solid 2px;
    right: 0;
    transform: rotate(30deg);
}

.main__speechbubble--white {
    position: relative;
    display: inline-block;
    background: #fff;
    margin: 0 0 50px;
    padding: 1.6rem 2.2rem;
    color: #343434;
    font-size: 3.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1;
  }
    @media only screen and (max-width : 599px) {
        .main__speechbubble--white {
            margin: 0 0 20px;
            padding: 1.0rem 2.0rem;
            font-size: 1.8rem;
            letter-spacing: 1px;
        }
    }

.main__speechbubble--white:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 10px 0 10px;
}

a.main__button-message-link {
    position: relative;
    display: inline-block;
    padding: 15px 50px 15px 70px;
    background-color: #fff586;
    border-radius: 40px;
    font-size: 2.2rem;
    color: #ed5554;
    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.main__button-message-link {
        position: relative;
        display: inline-block;
        padding: 10px 50px 10px 70px;
        font-size: 1.8rem;
    }
}

a:hover.main__button-message-link {
    background-color: #faf5b0;
    color: #f89898;
}

a.main__button-message-link::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #ed5554;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
}

a:hover.main__button-message-link::after {
    border-left: 9px solid #f89898;
}


/* sns
--------------------------------------------------------- */
.sns-icon {
    margin: 0 auto 30px;
}

.sns-icon__item {
    width: 50px;
    height: auto;
}


/* =========================================================
    footer
========================================================= */
footer {
	overflow: hidden;
	width: 100%;
	padding: 50px 0 0;
	background-color: #fff;
}

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