@charset "utf-8";
/* CSS Document */
html {
    font-size: 62.5%;
}
p,a,h1,h2,h3,h4,h5 {
	font-family:  'Noto Sans JP', sans-serif;
}
p,a {
	font-size: 1.6rem;
}
.sp {
    display: none;
}
.sp-750{
    display: none;
}
.sp-850{
    display: none;
}
.sp-920{
    display: none;
}
.tablet{
    display: none;
}

.header__hamburgermenu--wrap{
    display: none;
}

.header__button-menu{
    display: none;
    pointer-events: none;
    opacity: 0;
}
/*=============== ヘッダー CSS ===============*/
.header__hamburgermenu__menu{
    display:block; 
}
header {
    position: fixed;
    z-index: 30;
    background-color: #fff;
    width: 100%;
    height: 50px;
    border-bottom: solid 3px #ea2127;
}
.header__menu--wrap {
    width: 100%;
    max-width: 1100px;
    display: flex!important;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    padding-top: 3px;
}
.header__menu {
    width: 100%;
    max-width: 790px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.header__menu li {
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    height: 40px;
    width: 111px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.header__menu li:nth-child(1){
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 90px;
    margin: 0;
}
.header__menu li:nth-child(2) {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 80px;
    margin: 0;
}
.header__menu li:nth-child(3) {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 90px;
    margin: 0;
    margin-right: 2rem;
}
.header__menu li:nth-child(7) {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 90px;
    margin: 0;
}
.header__menu li:nth-child(8) {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 70px;
    margin: 0;
}

.header__menu li a {
    display:block;
    transform: skewX(-150deg);
    padding:0 10px;
    line-height: 50px;
    font-size: 1.3rem;
    text-align: center;
}
.header__menu li:nth-child(1) a,
.header__menu li:nth-child(2) a,
.header__menu li:nth-child(3) a,
.header__menu li:nth-child(7) a,
.header__menu li:nth-child(8) a{
    transform: skewX(0deg);
    position: relative;
    display: inline-block;
    text-decoration: none;
    height: 30px;
    transition:.3s;
    padding:0px;
}
.header__menu li:nth-child(1) a:hover,
.header__menu li:nth-child(2) a:hover,
.header__menu li:nth-child(3) a:hover,
.header__menu li:nth-child(7) a:hover,
.header__menu li:nth-child(8) a:hover {
    color: #ea2127;
}

.header__menu li:nth-child(4) a,
.header__menu li:nth-child(5) a,
.header__menu li:nth-child(6) a {
    color: #fff;
}

.header__menu li:nth-child(4) {
/*    border: 1px solid #ea2127;*/
    background-color: #ea2127;
}
.header__menu li:nth-child(5){
/*    border: 1px solid #d78e55;*/
    background-color: #d78e55;
}
.header__menu li:nth-child(5) a {
	line-height: 18px;
	padding: 2px;
}
.header__menu li:nth-child(6){
/*    border: 1px solid #d7b98f;*/
    background-color: #d7b98f;
}


/*hoverした際の移動のアニメーション*/
.header__menu li:nth-child(4) a::before,
.header__menu li:nth-child(5) a::before,
.header__menu li:nth-child(6) a::before {
   content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -150%;
    /*キラッと光る形状*/
    height:100%;
    width: 115px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
.header__menu a:hover::before {
	animation: shine 0.7s;
}
@keyframes shine {
	100% {
		left: 100%;
	}
}

.header__menu--wrap h1 a>img {
    padding-bottom: 7px;
    width: 100%;
    max-width: 210px;
}


/*=============== マウスホバーで画像ズーム ===============*/

/*ーーーーーーーーテンプレートですーーーーーーーーーー
.expansionを付与したいクラス
{
    width: 100%;
    max-width: 〇〇px;
    margin: 0 auto;
    text-align:center;
    overflow: hidden;
} 

.expansionを付与したいクラス img,{
    width: 100%;
    transition: 0.7s;　ズームするときの速さ
}

.expansionを付与したいクラス.expansion img,
{
    transform:scale(1.2,1.2);　中心から拡大
}
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/*===================== ボタンCSS =====================*/

.main__info--wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.main__info--wrap a{
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    line-height: 70px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.main__info--wrap a::before{
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: -62px;
    width: 100%;
    max-width: 78px;
    height: 70px;
    background-color: #d7b98f;
    transform: skewX(338deg);
    transition: 0.3s;
}
.main__info--wrap a:hover::before{
    transform: skewy(0deg);
    left: -30px;
}
.main__info--wrap a::after{
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: -62px;
    width: 100%;
    max-width: 78px;
    height: 70px;
    background-color: #d7b98f;
    transform: skewX(338deg);
    transition: 0.3s;
}
.main__info--wrap a:hover::after{
    transform: skewy(0deg);
    right: -30px;
}


.link__button a{
    font-size: 1.5rem;
    font-family: 'Saira Semi Condensed','Noto Sans JP', sans-serif;
    font-weight: 700;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    line-height: 90px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.link__button a::before{
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: -59px;
    width: 100%;
    max-width: 78px;
    height: 90px;
    background-color: #d7b98f;
    transform: skewX(338deg);
    transition: 0.3s;
}
.link__button a:hover::before{
    transform: skewy(0deg);
    left: -20px;
}
.link__button a::after{
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: -59px;
    width: 100%;
    max-width: 78px;
    height: 90px;
    background-color: #d7b98f;
    transform: skewX(338deg);
    transition: 0.3s;
}
.link__button a:hover::after{
    transform: skewy(0deg);
    right: -20px;
}

/*===================== ホバー =====================*/
.link__hover {
	transition: opasity 0.5s;
}
.link__hover:hover {
	opacity: .7;
}
/*=============== フッターCSS ===============*/
footer {
    width: 100%;
    margin: 0 auto;
    background-color: #e9282a;
    padding: 50px 0 70px;
}
footer p{
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.footer__menu--wrap {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.footer__menu-list01 {
    width: 100%;
    max-width: 486px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
}
.footer__menu-list01 li {
    width: 100%;
    max-width: 160px;
    text-align: center;
    border-left: 1px solid #fff;
}
.footer__menu-list01 li:nth-child(3) {
    border-right: 1px solid #fff;
}
.footer__menu-list01 li a{
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.footer__menu-list02{
    width: 100%;
    max-width: 324px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
}
.footer__menu-list02 li{
    width: 100%;
    padding: 0 5px;
    text-align: center;
}
.footer__menu-list02 li:first-child{
    border-right: 1px solid #fff;
}
.footer__menu-list02 li a{
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.copyright{
    margin: 10px auto 0;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}
/*=============== トップに戻るボタン ===============*/
body {
	position: relative;
}
#topbtn {
	background: #d7b98f;
	width: 55px;
	height: 55px;
	position: fixed;
    right: 100px;
    bottom: 20px;
	z-index: 100;
}

#topbtn:hover {
    opacity: 0.7;
}
.topbtn__arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 20px 18px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(45deg);
	

}

/*=============== トップに戻るボタン(ページ遷移) ===============*/
.main__return-top{
    width: 100%;
    margin:  0 auto 30px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
	display: block;
}

/*=============== その他共通css ===============*/

.font__space {
	margin-left: 1rem;
}
.font__notice {
	font-size: 1rem;
	font-weight: 300;
	vertical-align: top;
}
.font__small {
	font-size: 1.3rem;
	font-weight: 300;
}
.color__red {
	color: #ea2127;
}
.color__red02 {
	color: #bb0009;
}
.color__blue {
	color: #0000ff;
}
.color__blue02 {
	color: #0071bc;
}






/*==================================================================*/

@media screen and ( max-width:1100px ){
    main{
        padding-top: 0!important;
    }
    .tablet{
        display: block;
    }
    /*================ 画面下固定メニュー ================*/
    .header__button-menu{
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 3px 13px;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 30;
        pointer-events:auto;
        opacity: 1;
        background-color: #fff;
    }
    .header__button-menu ul{
        display: flex;
        justify-content: space-between;
    }
    .header__button-menu li {
        -webkit-transform: skewX(150deg);
        -moz-transform: skewX(150deg);
        transform: skewX(150deg);
        height: 60px;
        line-height: 60px;
        width:100%;
        max-width: 320px;
        overflow: hidden;
        text-align: center;
        margin: 0 5px;
    }
    .header__button-menu li a {
        display:block;
        width: 100%;
        height: 100%;
        transform: skewX(-150deg);
        padding:0 10px;
        font-size: 1.5rem;
        text-align: center;
        color: #fff;
    }
    
    .header__button-menu li:nth-child(1){
        background-color: #ea2127;
    }
    .header__button-menu li:nth-child(2){
        background-color: #d78e55;;
    }
    .header__button-menu li:nth-child(3){
        background-color: #d7b98f;
    }
    /*=============== ハンバーガーメニュー ===============*/
    header{
        position:relative;
        height: 70px;
        z-index: 120;
    }
    .header__menu--wrap{
        display: none!important;
        height: 70px;
    }
    .header__hamburgermenu--wrap{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .header__hamburgermenu--wrap h1 a img{
        width: 100%;
        max-width: 230px;
        text-align: left;
        padding-top: 25px;
        padding-left: 15px;
    }
    .header__hamburgermenu__content{
        display:none;
    }
    .hamburgermenu__bar{
        width: 60px;
        height: 60px;
        position: fixed;
        z-index: 100;
        top: 0px;
        right: 20px;
        transition: all 0.7s;
    }
    .hamburgermenu__bar--wrap{
        width: 60px;
        height: 60px;
        transition: all 0.7s;
    }
    .hamburgermenu__bar p {
        font-size:1.3rem;
        position: absolute;
        bottom: 0;
        left: 12.5px;
        transition: .7s;
    }
    .hamburgermenu__bar span{
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 2.5px;
        background-color: #e7272b;
        transition: all 0.7s;
    }
    .hamburgermenu__bar span:nth-of-type(1){
        position: absolute;
        top:20px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .hamburgermenu__bar span:nth-of-type(2){
        position: absolute;
        top:30px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .hamburgermenu__bar span:nth-of-type(3){
        position: absolute;
        top:40px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .hamburgermenu__bar.active {
        top: 5px;
    }
    .hamburgermenu__bar.active .hamburgermenu__bar--wrap{
        transform: rotate(360deg);
    }
    .hamburgermenu__bar.active span:nth-of-type(1){
        transform: translateY(6px) rotate(-45deg);
        left: 10%;
    }
     .hamburgermenu__bar.active span:nth-of-type(2){
        opacity: 0;
    }
     .hamburgermenu__bar.active span:nth-of-type(3){
         transform: translateY(-6px) rotate(45deg);
         top: 33px;
         left: 10%;
    }
     .hamburgermenu__bar.active p {
        opacity: 0;
    }
    body.active{
        width: 100%;
        height: 100%;
        overflow-y: hidden!important;
    }
    .hidden--contents.active {
        width: 100%;
        height: 100%;
        touch-action:none;
    }
    .header__hamburgermenu__content{
        display: none;
        position:fixed;
        z-index: 99;
        top: 0;
        background-color: #FFF;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .header__hamburgermenu__content ul {
        width: 100%;
    }
    .header__hamburgermenu__content ul li {
        width: 100%;
        border-bottom:solid 1px #e7272b;
        padding: 5px 0;
    }
    .header__hamburgermenu__content li a{
        font-size: 1.5rem;
        font-family: 'Noto Sans JP', sans-serif;
        display: block;
        width: 100%;
        padding-left: 50px;
    }
    .header__hamburgermenu__content li:nth-child(1){
        width: 100%;
        text-align: left;
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 20px;
        position: fixed;
        background-color: #fff;
        z-index: 20;
    }
    .header__hamburgermenu__content li:nth-child(1) a{
         padding-left: 0;
    }
    .header__hamburgermenu__content li:nth-child(1) a img{
        text-align: left;
        width: 100%;
        max-width: 215px;
    }
    .header__hamburgermenu__content li:nth-child(2) {
        text-align: right;
        padding-left: 0;
        padding-right: 15px;
        padding-top: 65px;
        border-bottom: 2px solid #e7272b;
    }
    .header__hamburgermenu__content li:nth-child(3) {
        background-color: #e7272b;
        padding: 1.3rem 0;
    }
    .header__hamburgermenu__content li:nth-child(3) a{
        color: #fff;
        font-weight: bold;
    }
    .header__hamburgermenu__content li:nth-child(3) p{
        color: #fff!important;
    }
      /*.header__hamburgermenu__content li:nth-child(n+4):nth-child(-n+6) a{
          padding-left: 88px;
      }*/
    .header__hamburgermenu__content li:nth-child(6) a {
        padding-left: 88px;
    }
    .header__hamburgermenu__content li:nth-child(7) a {
        padding-left: 88px;
    }
    .header__hamburgermenu__content li:nth-child(10) a {
        padding-left: 88px;
    }
    .header__hamburgermenu__content li:nth-child(12) a,
    .header__hamburgermenu__content li:nth-child(13) a {
        padding-left: 88px;
    }
    .header__hamburgermenu__content li:nth-child(n+3){
         position: relative;
    }
    .header__hamburgermenu__content li:nth-child(n+3) p{
        font-size: 1.5rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #e7272b;
        display: block;
        position: absolute;
        top:50%;
        right: 30px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    
    .yowa-mamber__icon {
        width: 100%;
        max-width: 20px;
        position: relative;
        top: -2px;
        margin-left: 10px;
    }
    .yowa-mamber__icon img{
        width: 20px;
    }
	/*===================== トップに戻るボタン =====================*/
	#topbtn {
    bottom: 100px;
	}
    /*=================================================*/
}
@media screen and ( max-width:920px){
    .sp-920{
        display: block;
    }
    .pc-920{
        display:none;
    }
}
@media screen and ( max-width:850px){
    .sp-850{
        display: block;
    }
    .pc-850{
        display:none;
    }
}

@media screen and ( max-width:750px){
    .sp-750{
        display: block;
    }
    .pc-750{
        display:none;
    }
}

@media screen and ( max-width:450px){
    
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
	 /*================ 画面下固定メニュー ================*/
	.header__button-menu li:nth-of-type(2) a {
		line-height: 20px;
		padding: 10px;
		font-size: 1.3rem;
	}
    
     /*================ 画面下固定メニュー ================*/
    .header__button-menu li {
        width:100%;
        max-width:32%;
        height: 60px;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }
	
    /*===================== ボタンCSS =====================*/
    .main__info--wrap{
        display: block;
    }
    .main__info--wrap a{
        margin-bottom: 30px;
        max-width: 350px;
        height:70px;
        line-height: 70px;
    }
	 /*===================== トップに戻るボタン =====================*/
	#topbtn {
    right: 30px;
	}
    
    /*=============== フッターCSS ===============*/
    .footer__menu-list01 {
        max-width: 340px;
    }
    .footer__menu-list01 li a,
    .footer__menu-list02 li a {
        font-size: 1.5rem;
    }
	.footer__menu-list01 li a {
		line-height: 48px;
	}
    .footer__menu--wrap p>span{
        font-size: 1.45rem;
    }
    .copyright{
        font-size: 1.35rem;
    }
    
    /*================= ハンバーメニュー調整 ==================*/
    .header__hamburgermenu__content li a{
        padding-left: 10px;
		font-size: 1.3rem;
    }
    .header__hamburgermenu__content li:nth-child(6) a {
        padding-left: 48px;
    }
    .header__hamburgermenu__content li:nth-child(7) a {
        padding-left: 48px;
    }
    .header__hamburgermenu__content li:nth-child(10) a {
        padding-left: 48px;
    }
    .header__hamburgermenu__content li:nth-child(12) a,
    .header__hamburgermenu__content li:nth-child(13) a {
        padding-left: 48px;
    }
	.header__hamburgermenu__content li:nth-child(n+3) p {
		right: 10px;
	}
}