@charset "utf-8";

body {
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", 
        YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", 
        Verdana, Roboto, "Droid Sans", sans-serif;
    font-weight: 500;
	line-height: 1.5;
	color :#000000;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
a img {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
} 
.container {
    width: 100%;
    max-width: 1100px;
    padding: 0 40px;
    margin: 0 auto;
}

/***** SP Toggle Menu Btn  *****/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	float: right;
	position: relative;
	width: 47px;
    height: 30px;
    z-index: 999;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #C1C2C2;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}
.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		transform: translateY(-12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(12px) rotate(45deg);
	}
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-12px) rotate(0);
	}
	100% {
		transform: translateY(-12px) rotate(-45deg);
	}
}
@media only screen and (max-width: 768px) {
    .menu-trigger {
        width: 27px;
        height: 21px;
    }
    .menu-trigger span {
        height: 3px;
        border-radius: 3px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0px;
    }
    @-webkit-keyframes menu-bar01 {
        0% {
            -webkit-transform: translateY(9px) rotate(45deg);
        }
        50% {
            -webkit-transform: translateY(9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }
    @keyframes menu-bar01 {
        0% {
            transform: translateY(9px) rotate(45deg);
        }
        50% {
            transform: translateY(9px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    @-webkit-keyframes menu-bar02 {
        0% {
            -webkit-transform: translateY(-9px) rotate(-45deg);
        }
        50% {
            -webkit-transform: translateY(-9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }
    @keyframes menu-bar02 {
        0% {
            transform: translateY(-9px) rotate(-45deg);
        }
        50% {
            transform: translateY(-9px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    @-webkit-keyframes active-menu-bar01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(9px) rotate(45deg);
        }
    }
    @keyframes active-menu-bar01 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(9px) rotate(0);
        }
        100% {
            transform: translateY(9px) rotate(45deg);
        }
    }
    @-webkit-keyframes active-menu-bar03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(-9px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(-9px) rotate(-45deg);
        }
    }
    @keyframes active-menu-bar03 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(-9px) rotate(0);
        }
        100% {
            transform: translateY(-9px) rotate(-45deg);
        }
    }
}

.header-wrap {
    position: absolute;
    padding-top: 20px;
    padding-right: 7%;
    width: 100%;
}
.header-menu {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #78b229;
    z-index: 99;
}
.gnav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
}
.gnav li {
    line-height: 1.5;
    margin-bottom: 1.5em;
    text-align: center;
}
.top-banner {
    background: url(../img/banner_bg.jpg);
    background-size: 100% 100%;
    text-align: center;
}
.top-banner .banner-intro {
    display: inline-block;
    padding-top: 40px;
    font-size: 26px;
    color: #231916;
    border-bottom: 2px solid #78B226;
}
.top-banner .banner-ttl {
    margin: .2em 0;
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", Meiryo, "メイリオ", Verdana, sans-serif;;
    font-size: 63px;
    font-weight: bold;
    color: #fff;
    text-shadow: 3px 0px 15px rgba(0,87,45,0.8), 
        -3px 0px 15px rgba(0,87,45,0.8), 
        0px 4px 15px rgba(0,87,45,0.8);
}
.top-banner .banner-sub-ttl {
    font-size: 21px;
    font-weight: bold;
    color: #006935;
    text-shadow: -2px -2px 0 white,
        0 -2px 0 white,
        2px -2px 0 white,
        2px 0 0 white,
        2px 2px 0 white,
        0 2px 0 white,
        -2px 2px 0 white,
        -2px 0 0 white;
    margin-bottom: 1em;
}

.block {
    padding: 32px 0;
}
.block-ttl {
    margin: 0 auto;
    padding: .5em 0;
    font-size: 28px;
    text-align: center;
	font-weight: bold;
    border-radius: 2px;
}
.block-cont {
	max-width: 700px;
    margin: 0 auto 0;
    padding: 0.8em 0;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    border-radius: 3px;
    line-height: 1.8;
}
.offer-list {
    padding-top: 30px;
}
.offer-list ul {
    display: flex;
    justify-content: space-between;
}
.offer-list ul li {
    width: 24%;
    text-align: center;
}
.offer-list .offer-img {
    width: 100%;
}
.offer-list .offer-ttl {
    margin-top: 1em;
    display: inline-block;
    padding: .3em 1em;
    font-size: 16px;
    border: 1px solid #30B8BC;
    border-radius: 2px;
}

.find-model .block-ttl {
    border: 5px solid;
    max-width: 600px;
}

.pt-banner {
    text-align: center;
}

.genre-list {
    margin-top: 40px;
}
.genre-list ul {
    display: flex;
    justify-content: space-between;
}
.genre-list ul li {
    width: 24%;
    max-width: 182px;
}
.genre-list .genre-photo {
    width: 70%;
    margin: 0 auto;
    line-height: 0;
}
.genre-list .genre-photo img {
    width: 100%;
}
.genre-list .genre-ttl a {
    margin-top: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 4em;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #30B8BC;
    border-radius: 1.5em;
    box-shadow: 5px 5px 5px #B3DDDA;
    -moz-box-shadow: 5px 5px 5px #B3DDDA;
    -webkit-box-shadow: 5px 5px 5px #B3DDDA;
    -o-box-shadow: 5px 5px 5px #B3DDDA;
}
.genre-list .genre-ttl.bg-red a {
    background: #F29C97;
    border-radius: 1.5em;
    box-shadow: 5px 5px 5px #FBDCD5;
    -moz-box-shadow: 5px 5px 5px #FBDCD5;
    -webkit-box-shadow: 5px 5px 5px #FBDCD5;
    -o-box-shadow: 5px 5px 5px #FBDCD5;
}

.footer-wrap {
    margin: 40px 0 50px;
}
.footer-info {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #231916;
    line-height: 1.8;
}
.footer-info a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    .header-wrap {
        padding-right: 5%;
    }
    .gnav {
        font-size: 5vw;
    }
    .top-banner .banner-intro {
        font-size: 5vw;
    }
    .top-banner .banner-ttl {
        margin: .5em 0;
        font-size: 11vw;
    }
    .top-banner .banner-sub-ttl {
        font-size: 4.5vw;
    }
    .block {
        padding: 30px 0;
    }
    .block-ttl {
        font-size: 4.5vw;
    }
    .block-cont {
        padding: 1em;
        font-size: 4vw;
    }
    .offer-list ul {
        flex-wrap: wrap;
    }
    .offer-list ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .offer-list .offer-ttl {
        font-size: 3vw;
    }
    .genre-list ul {
        flex-wrap: wrap;
    }
    .genre-list ul li {
        width: 46%;
        max-width: unset;
        margin-bottom: 20px;
    }
    .genre-list .genre-ttl a {
        font-size: 4vw;
    }
    .footer-wrap {
        margin: 30px 0;
    }
    .footer-info {
        font-size: 10px;
    }
}
