/* -------------------*/
/* -------------------*/
/* Utility and Reset css -------------------*/

html,button,input,select,textarea { color: #111; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio,canvas,img,video { vertical-align: middle; }
.ie7 .title { padding-top: 20px; }
fieldset {	border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

/* Reset css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
table,div,ul,ol,li,dl,dt,dd{ list-style: none; margin: 0; padding: 0; }
table{ border-collapse:collapse; border-spacing:0; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul,li { list-style:none; }

/* Helper class */

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block;	width: 0;	height: 150%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;	width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

img { max-width: 100%; height: auto; margin: 0; padding: 0; border:0; outline: none; border-style: none; vertical-align: bottom; line-height: 0; }
img,iframe,object { max-width:100%; }	/* モダンブラウザ用 */
.ie7 img,.ie8 object { width:100%; }	/* IE7用 */
.ie8 img,.ie8 object { width:auto; }	/* IE8用 */
img[src$=".svg"] {	width: 100%; }		/* SVG IE対策 */


/* -------------------*/
/* -------------------*/
/* Common -------------------*/

:root{
	--main-green: rgba(140,180,50,1);
	--green: rgba(0,161,75,1);
	--main-pink: rgba(237,117,145,1);
	--main-ca: rgba(85,197,255,1);
	--main-gul: rgba(255,180,49,1);
	--sub-ca: rgba(147,224,255,1);
	--sub-gul: rgba(255,214,112,1);
	
	--hover: 0.75;
	--p-height: 1.8;
	--sp-width: 94%;
}

html,body{
	height: 100% !important;
}
html{
	font-size: 62.5%;
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body{
	position: relative;
	color: #444;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: normal;
	word-wrap: break-word;
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
	background-color: #fff;
}
@media screen and (max-width: 650px){
	body{
		font-size: 13px;
	}
}

/* link
 -------------------*/
a,
a:visited,
a:hover,
a:active{
	color: #444;
	-webkit-tap-highlight-color: transparent rgba(0,0,0,0);
	-moz-tap-highlight-color: transparent rgba(0,0,0,0);
	-ms-tap-highlight-color: transparent rgba(0,0,0,0);
	-o-tap-highlight-color: transparent rgba(0,0,0,0);
	tap-highlight-color: transparent rgba(0,0,0,0);
	text-decoration: none;
	transition: 0.15s ease-in-out;
	-webkit-transform: translateZ(0);
}
a:hover {
	color: var(--main-pink);
	text-decoration: none;
}
a img:hover{
	opacity: var(--hover);
}
a img { 
	text-decoration: none;
	outline: none;
}
a img::before,a img::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a img,a img::before,a img::after {
	-webkit-transition: all .2s;
	transition: all .2s;
}

/* img
 -------------------*/
svg{
	fill: currentColor;
}
/* object-fit IE対策 */
.object-fit-img {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

/* .cf
 -------------------*/
.cf:before, .cf:after { content: " ";	display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

/* ::-moz-selection
 -------------------*/
/*::-moz-selection { background: #aaa; color: #fff; text-shadow: none; }
::selection { background: #aaa; color: #fff; text-shadow: none; }
input::selection, textarea::selection { color: #111; }
*/

/* .pagetop
 -------------------*/
.pagetop a{
	position: fixed;
	right: 1%;
	bottom: 1%;
	width: 80px;
	height: 80px;
	display: block;
	z-index: 199;
}


/* #wrapper
 -------------------*/
#wrapper{
	position: relative;
/* 	overflow: hidden; */
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.pc{ display: block; }
.sp{ display: none; }


/* #main
 -------------------*/
#main{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../img/common/bg.png) center top repeat-y;
}
.more-btn{
	position: relative;
}
.more-btn a{
	display: block;
	width: 280px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	border: 2px solid;
}
@media screen and (max-width: 650px){
	.pagetop a{
		display: none;
	}
	.more-btn a{
		width: 220px;
		height: 54px;
		line-height: 54px;
		border-radius: 27px;
		font-size: 12px;
	}
	.pc{ display: none; }
	.sp{ display: block; }
}

/* -------------------*/
/* -------------------*/
/* Header -------------------*/

.g-nav{
	position: absolute;
	top: 0;
	width: 100%;
	height: 130px;
	background-color: #fff;
	z-index: 200;
}
.g-nav__in{
	display: flex;
	justify-content: space-between;
}
.g-nav__logo a{
	display: block;
	margin: 30px 0 0 30px;
	width: 260px;
	height: auto;
}
.g-nav__logo a img{
	width: 100%;
	height: auto;
}
.g-nav__list{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 80px 10% 0 5%;
}
.g-nav__list li{
	margin-left: 3%;
}
.g-nav__list li a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 30px;
}
.g-nav__list li a::after{
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #ed7591;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .2s ease-in-out;
}
.g-nav__list li a:hover::after{
	transform-origin: left top;
	transform: scale(1, 1);
}
.g-nav__list li a.select{
	color: var(--main-pink);
	padding-bottom: 30px;
	border-bottom: 4px solid #ed7591;
}
.s-nav{	/* overflow: hidden; つけないこと！ */
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
.s-nav__in{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow-y: auto;
}
.drawer-nav__info,
.drawer-nav__menu{
	position: relative;
	width: 50vw;
	height: 100%;
	padding: 0;
	margin: 0;
}
.drawer-nav__info{
	background-color: rgba(255, 255, 255, 1.0);
}
.drawer-nav__info .logo a{
	display: block;
	margin: 0 auto;
	width: 100%;
	line-height: 45vh;
}
.drawer-nav__info .logo a img{
	width: auto;
	height: 60px;
}
.drawer-nav__info .sns-icon{
	display: flex;
	justify-content: center;
	padding: 30px 6px;
}
.drawer-nav__info .sns-icon img{
	width: 40px;
	height: auto;
	color: #aaa;
	margin: 0 7px;
}
.drawer-nav__info ul{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.drawer-nav__info ul li + li{
	border-left: 1px solid #ccc;
}
.drawer-nav__info ul li,
.drawer-nav__info p{
	padding: 0 20px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.2em
}
.drawer-nav__menu{
	display: flex;
	align-items: center;
	background-color: var(--main-pink);
}
.drawer-nav__menu ul{
	width: 100%;
	padding: 0 15%;
	text-align: left;
}
.drawer-nav__menu li{
	position: relative;
	margin: 0 auto;
	padding-bottom: 10%;
}
.drawer-nav__menu li a{
	color: #fff;
}
.drawer-nav__menu li:nth-child(3){
	padding-bottom: 5%;
}
.drawer-nav__menu li a.drawer-menu-item{
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 2px solid;
	border-bottom-color: #f191a7;
}
.drawer-nav__menu li a.drawer-menu-item::after{
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .2s ease-in-out;
}
.drawer-nav__menu li a.drawer-menu-item:hover::after{
	transform-origin: left top;
	transform: scale(1, 1);
}
.drawer-nav__menu .low{
	display: inline-block;
	padding-right: 5%;
}
.drawer-nav__menu .low a{
	font-size: 12px;
}
.drawer-nav__menu .low a:hover{
	opacity: var(--hover);
}

@media screen and (max-width: 1100px){
	.g-nav__list{
		padding-left: 3%;
	}
	.g-nav__list li{
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.g-nav__list li a.select{
		padding-bottom: 32px;
	}
}
@media screen and (max-width: 960px){
	.g-nav{
		height: 100px;
	}
	.g-nav__logo a{
		margin: 10% 0 0 6%;
		width: 220px;
	}
	.g-nav__list{
		display: none;
	}
	.drawer-nav__info .logo a{
		width: 65%;
	}
	.drawer-nav__info .sns-icon{
		padding: 8% 0;
	}
	.drawer-nav__info .sns-icon img{
		width: 38px;
		margin: 0 6px;
	}
	.drawer-nav__info ul{
		width: 80%;
		margin: 0 auto;
		padding-bottom: 5%;
		line-height: 1.5;
	}
	.drawer-nav__info ul li{
		width: 100%;
	}
	.drawer-nav__info ul li,
	.drawer-nav__info p{
		padding: 0;
		font-size: 9px;
	}
	.drawer-nav__menu .low{
		width: 100%;
		padding-bottom: 5%;
	}
	.drawer-nav__menu li:nth-child(6){
		padding-top: 5%;
	}
}
@media screen and (max-width: 650px){
	.g-nav{
		height: 60px;
	}
	.g-nav__logo a{
		width: 112px;
		margin-top: 16px;
	}
	.drawer-nav{
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
	}
	.drawer-nav__info,
	.drawer-nav__menu{
		display: block;
		width: 100%;
		background-color: #fff;
	}
	.drawer-nav__info .logo a{
		display: block;
		margin: 0 auto;
		width: 100%;
		line-height: normal;
	}
	.drawer-nav__info .logo a img{
		height: 30px;
	}
	.drawer-nav__info .sns-icon{
		padding: 3% 0;
	}
	.drawer-nav__info .sns-icon img{
		width: 26px;
		border-radius: 13px;
	}
	.drawer-nav__info ul{
		padding-bottom: 2%;
	}
	.drawer-nav__info ul li,
	.drawer-nav__info p{
		width: auto;
		padding: 0 5%;
		letter-spacing: 0.1em;
	}
	.drawer-nav__menu{
		height: auto;
		padding: 20% 0 3%;
	}
	.drawer-nav__menu ul{
		padding: 0 10%;
	}
	.drawer-nav__menu li{
		padding-bottom: 4%;
	}
	.drawer-nav__menu li a{
		padding: 3% 0 1%;
		color: var(--main-pink);
	}
	.drawer-nav__menu li a.drawer-menu-item{
		font-size: 13px;
		border-bottom: 1px solid;
		border-bottom-color: var(--main-pink);
		background: url(../img/common/icon-next-pink.svg) right center no-repeat;
		background-size: 6px auto;
	}
	.drawer-nav__menu li a.drawer-menu-item::after{
		background-color: #fad6de;
	}
	.drawer-nav__menu .low a:hover{
		color: var(--main-pink);
		opacity: 1;
	}
}

/* -------------------*/
/* -------------------*/
/* Footer -------------------*/

#footer{
	position: relative;
	width: 100%;
}
.footer-nav{
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: var(--main-green);
}
.footer-nav ul{
	position: relative;
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-nav li:before{
	position: absolute;
	top: 50%;
	content: "／";
	display: block;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
.footer-nav li:first-child::before{
	content: none;
}
.footer-nav li a{
	padding: 0 40px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #fff;
}
.footer-nav li a:hover{
	opacity: var(--hover);
}
.footer-info{
	position: relative;
	width: 100%;
	padding: 80px 0;
	background: url(../img/common/footer-bg.jpg) center center no-repeat;
	background-size: cover;
}
.footer-info .logo a{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.footer-info .logo a img{
	width: auto;
	height: 60px;
}
.footer-info .sns-icon{
	display: flex;
	justify-content: center;
	padding: 30px 6px;
}
.footer-info .sns-icon img{
	width: 40px;
	height: auto;
	color: #fff;
	margin: 0 7px;
	border-radius: 20px;
	background-color: var(--main-green);
}
.footer-info .sns-icon img:hover{
}
.footer-info ul{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.footer-info ul li + li{
	border-left: 1px solid #ccc;
}
.footer-info ul li,
.footer-info p{
	padding: 0 20px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.2em
}
.footer-info ul li a,
.footer-info p{
	color: #fff;
}
.footer-info ul li a:hover{
	opacity: var(--hover);
}

@media screen and (max-width: 960px){
	.footer-nav ul{
		width: 90%;
	}
	.footer-nav li{
		width: 100%;
	}
	.footer-nav li:before{
		content: none;
	}
	.footer-nav li a{
		padding: 0;
	}
	.footer-info{
		padding: 8% 0;
	}
}
@media screen and (max-width: 650px){
	.footer-nav{
		display: none;
	}
	.footer-info{
		padding: 8% 0;
	}
	.footer-info .logo a img{
		height: 40px;
	}
	.footer-info .sns-icon{
		padding: 5% 6px;
	}
	.footer-info .sns-icon img{
		width: 30px;
		border-radius: 15px;
	}
	.footer-info ul{
		padding-bottom: 3%;
	}
	.footer-info ul li,
	.footer-info p{
		padding: 0 3%;
		letter-spacing: 0.1em;
	}
}