@media screen and (max-width: 768px){

.hamburger{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: calc(100% - 250px);
	height: 0;
	overflow: visible;
}
.hamburger .sp-navi{
	width: 54px;
	height: 54px;
	margin: 5px 10px 0 auto;
}
.hamburger .sp-navi .toggle{
	transition: 0.3s ease;
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 7px;
	cursor: pointer;
	appearance: none;
	border: 0;
	z-index: 110;
	background-color: #F5F1F0;
}
.hamburger .sp-navi .toggle:hover{
	opacity: 0.7;
}
.hamburger .sp-navi .toggle.sp-navi-btn,
.hamburger .sp-navi .toggle.sp-navi-btn-on{
	outline: none;
	z-index: 111;
}
.sp-navi-btn {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}
.sp-navi-btn span{	
	position: absolute;
	bottom: 7px;
	left: 12px;
	color: #A21A53;
	font-weight: 600;
	font-size: 1.1rem;
}
.sp-navi-btn div{
	position: absolute;
	left: 15px;
	height: 4px;
	width: 24px;
	border-radius: 3px;
	background-color: #A21A53;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
}
.sp-navi-btn div:nth-of-type(1) {
	top: 16px;
}
.sp-navi-btn div:nth-of-type(2) {
	top: 25px;
	width: 17px;
}
.sp-navi-btn-on{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
	background-color: #A21A53 !important;
}
.sp-navi-btn-on span{	
	color: #fff;
}
.sp-navi-btn-on div{
	position: absolute;
	left: 15px;
	height: 3px;
	width: 24px;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
}
.sp-navi-btn-on div:nth-of-type(1) {
	top: 20px;
	transform: translateX(0px) rotate(45deg);
}
.sp-navi-btn-on div:nth-of-type(2) {
	top: 20px;
	width: 24px;
	transform: translateY(0px) rotate(-45deg);
}

/* ----------sp-menu ---------- */
.sp-menu{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5%;
	box-sizing: border-box;
	color: #333;
	background-color: #f5f5f5;
	width: calc(100% + 250px);
	height: 100vh;
	height: 100svh;
	text-align: center;
	touch-action: manipulation;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	font-size: 1.5rem;
}
.sp-menu .inner{
	text-align: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	overflow-y: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column-reverse;
}
.sp-menu .logo-sp{
	width: 190px;
	margin: 9px auto 0 4px;
}
.sp-menu .logo-sp img{
	width: 190px;
}


/* -----menu contents----- */

/* left */
.sp-menu .inner .left{
	width: 100%;
}
/* logo */
.sp-menu .inner .logo{
	display: none;
}
/* baners */
.sp-menu .inner .banners{
	display: flex;
	width: 100%;
	margin: -25px 0 0;
}
/* inquiry */
.sp-menu .inner .inquiry{
	width: 49%;
	margin-right: 1%;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
}
.sp-menu .inner .inquiry a{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 8px;
	background-color: #A21A53;
	color: #fff;
	line-height: 48px;
	background-image: url(../images/icon_arrow-white.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 17px;
	text-indent: -20px;
}
/* download */
.sp-menu .inner .download{
	width: 49%;
	margin-left: 1%;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
}
.sp-menu .inner .download a{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 8px;
	background-color: #A21A53;
	color: #fff;
	line-height: 48px;
	background-image: url(../images/icon_arrow-white.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 17px;
	text-indent: -20px;
}
.sp-menu .inner .download a span{
	display: none;
}
.sp-menu .inner .inquiry a:hover,
.sp-menu .inner .download a:hover{
	background-color: #e17d97;
}
/* right */
.sp-menu .inner .right{
	width: 100%;
}
/* sitemap */
.sp-menu .inner .right .sitemap{
	width: 100%;
	margin: 50px auto;
}
.sp-menu .inner .right .sitemap p{
	width: 150px;
	display: block;
	font-weight: 500;	
	margin: 0 auto 25px;
	padding: 0;
}
.sp-menu .inner .right .sitemap p.blank a{
	padding-right: 20px;
	background-image: url(../images/icon_blank-gray.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
}
/* site-service */
.sp-menu .inner .right .site-service{
	margin-right: 5%;
}
.sp-menu .inner .right .site-service p{
}
.sp-menu .inner .right .sitemap .site-service div{
	display: none;
}
.sp-menu .inner .right .site-service a{
	font-weight: 500;	
	margin-left: 10px;
}
.sp-menu .inner .right .sitemap ul{
	display: none;
}
/* shortcut */
.sp-menu .inner .shortcut{
	width: 100%;
	border-radius: 16px;
	background-color: #fff;
	margin: 50px 0 0 0;
	padding: 25px 30px;
	box-sizing: border-box;
	background-image: url(../images/icon_blank.svg);
	background-repeat: no-repeat;
	background-position: right 25px bottom 25px;
	background-size: 25px;
	position: relative;
}
.sp-menu .inner .shortcut img{
	display: none;
}
/* area-title */
.sp-menu .inner .shortcut .area-title h2{
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #333;
}
.sp-menu .inner .shortcut .area-title h2 span{
	color: #A21A53;
	font-size: 1.1rem;
	font-weight: 600;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	width: 65px;
}
.sp-menu .inner .shortcut .area-title h2:hover{
	color: #A21A53;
}


}








@media screen and (min-width: 769px) and (max-width: 1099px){

.hamburger{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: calc(100% - 250px);
	height: 0;
	overflow: visible;
}
.hamburger .sp-navi{
	width: 73px;
	height: 72px;
	margin: 9px 20px 0 auto;
}
.hamburger .sp-navi .toggle{
	transition: 0.3s ease;
	position: relative;
	width: 73px;
	height: 72px;
	border-radius: 16px;
	cursor: pointer;
	appearance: none;
	border: 0;
	z-index: 110;
	background-color: #F5F1F0;
}
.hamburger .sp-navi .toggle:hover{
	opacity: 0.7;
}
.hamburger .sp-navi .toggle.sp-navi-btn,
.hamburger .sp-navi .toggle.sp-navi-btn-on{
	outline: none;
	z-index: 111;
}
.sp-navi-btn {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}
.sp-navi-btn span{	
	position: absolute;
	bottom: 14px;
	left: 18px;
	color: #A21A53;
	font-weight: 600;
	font-size: 1.3rem;
}
.sp-navi-btn div{
	position: absolute;
	left: 18px;
	height: 6px;
	width: 34px;
	border-radius: 3px;
	background-color: #A21A53;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
}
.sp-navi-btn div:nth-of-type(1) {
	top: 19px;
}
.sp-navi-btn div:nth-of-type(2) {
	top: 32px;
	width: 24px;
}
.sp-navi-btn-on{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
	background-color: #A21A53 !important;
}
.sp-navi-btn-on span{	
	color: #fff;
}
.sp-navi-btn-on div{
	position: absolute;
	left: 19px;
	height: 4px;
	width: 32px;
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
}
.sp-navi-btn-on div:nth-of-type(1) {
	top: 26px;
	transform: translateX(0px) rotate(45deg);
}
.sp-navi-btn-on div:nth-of-type(2) {
	top: 26px;
	width: 32px;
	transform: translateY(0px) rotate(-45deg);
}

/* ----------sp-menu ---------- */
.sp-menu{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5%;
	box-sizing: border-box;
	color: #333;
	background-color: #f5f5f5;
	width: calc(100% + 250px);
	height: 100svh;
	text-align: center;
	touch-action: manipulation;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
}
.sp-menu .inner{
	text-align: left;
	background-color: #f5f5f5;
	width: 100%;
	height: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow-y: auto;
	
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sp-menu .logo-sp{
	display: none;
}



/* -----menu contents----- */

/* left */
.sp-menu .inner .left{
	width: 40%;
}
/* logo */
.sp-menu .inner .logo{
	width: 212px;
	margin-bottom: 60px;
}
/* inquiry */
.sp-menu .inner .inquiry{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.sp-menu .inner .inquiry a{
	display: block;
	width: 100%;
	height: 70px;
	border-radius: 16px;
	background-color: #A21A53;
	color: #fff;
	line-height: 70px;
	background-image: url('../images/icon_arrow-white.svg'), url('../images/icon_mail.svg'); 
	background-position: right 20px center, left 26px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 22px, 30px;
}
/* download */
.sp-menu .inner .download{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.sp-menu .inner .download a{
	display: block;
	width: 100%;
	height: 70px;
	border-radius: 16px;
	background-color: #A21A53;
	color: #fff;
	line-height: 70px;
	background-image: url('../images/icon_arrow-white.svg'), url('../images/icon_document.svg'); 
	background-position: right 20px center, left 30px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 22px, 26px;
}
.sp-menu .inner .download a span{
	display: none;
}
.sp-menu .inner .inquiry a:hover,
.sp-menu .inner .download a:hover{
	background-color: #e17d97;
}
/* right */
.sp-menu .inner .right{
	width: 50%;
	margin-left: auto;
}
/* sitemap */
.sp-menu .inner .right .sitemap{
	width: 100%;
}
.sp-menu .inner .right .sitemap p{
	display: block;
	font-weight: 500;	
	margin: 0 0 20px;
	padding: 0;
}
.sp-menu .inner .right .sitemap p.blank a{
	padding-right: 20px;
	background-image: url(../images/icon_blank-gray.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 13px;
}
/* site-service */
.sp-menu .inner .right .site-service{
	margin-bottom: 20px;
}
.sp-menu .inner .right .site-service p{

}
.sp-menu .inner .right .sitemap .site-service div{
	font-size: 1.4rem;
	margin: 5px 0 5px 20px;
}
.sp-menu .inner .right .site-service a{
	font-weight: 500;	
	margin: 0;
}
.sp-menu .inner .right .sitemap ul{
	display: none;
}
/* shortcut */
.sp-menu .inner .shortcut{
	width: 100%;
	height: 150px;
	border-radius: 16px;
	background-color: #fff;
	margin: 20px 0 0 0;
	padding: 20px 30px;
	box-sizing: border-box;
	background-image: url(../images/icon_blank.svg);
	background-repeat: no-repeat;
	background-position: right 25px bottom 20px;
	background-size: 25px;
	position: relative;
}
.sp-menu .inner .shortcut img{
	position: absolute;
	right: 20px;
	width: 136px;
	display: block;
	margin: 0 0 20px auto;
}
/* area-title */
.sp-menu .inner .shortcut .area-title h2{
	position: absolute;
	bottom: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #333;
}
.sp-menu .inner .shortcut .area-title h2 span{
	color: #A21A53;
	font-size: 1.1rem;
	font-weight: 600;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	width: 65px;
}
.sp-menu .inner .shortcut .area-title h2:hover{
	color: #A21A53;
}




}








@media screen and (min-width: 1100px){
	
.hamburger{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: calc(100% - 250px);
	height: 0;
	overflow: visible;
}
.hamburger .sp-navi{
	width: 73px;
	height: 72px;
	margin: 9px 20px 0 auto;
}
.hamburger .sp-navi .toggle{
	transition: 0.3s ease;
	position: relative;
	width: 73px;
	height: 72px;
	border-radius: 16px;
	cursor: pointer;
	appearance: none;
	border: 0;
	z-index: 110;
	background-color: #F5F1F0;
}
.hamburger .sp-navi .toggle:hover{
	opacity: 0.7;
}
.hamburger .sp-navi .toggle.sp-navi-btn,
.hamburger .sp-navi .toggle.sp-navi-btn-on{
	outline: none;
	z-index: 111;
}
.sp-navi-btn {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}
.sp-navi-btn span{	
	position: absolute;
	bottom: 14px;
	left: 18px;
	color: #A21A53;
	font-weight: 600;
	font-size: 1.3rem;
}
.sp-navi-btn div{
	position: absolute;
	left: 18px;
	height: 6px;
	width: 34px;
	border-radius: 3px;
	background-color: #A21A53;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
}
.sp-navi-btn div:nth-of-type(1) {
	top: 19px;
}
.sp-navi-btn div:nth-of-type(2) {
	top: 32px;
	width: 24px;
}
.sp-navi-btn-on{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
	background-color: #A21A53 !important;
}
.sp-navi-btn-on span{	
	color: #fff;
}
.sp-navi-btn-on div{
	position: absolute;
	left: 19px;
	height: 4px;
	width: 32px;
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
}
.sp-navi-btn-on div:nth-of-type(1) {
	top: 26px;
	transform: translateX(0px) rotate(45deg);
}
.sp-navi-btn-on div:nth-of-type(2) {
	top: 26px;
	width: 32px;
	transform: translateY(0px) rotate(-45deg);
}

/* ----------sp-menu ---------- */
.sp-menu{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5%;
	box-sizing: border-box;
	color: #333;
	background-color: #f5f5f5;
	width: calc(100% + 250px);
	height: 100svh;
	text-align: center;
	touch-action: manipulation;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
}
.sp-menu .inner{
	text-align: left;
	background-color: #f5f5f5;
	width: 100%;
	height: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow-y: auto;
	
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.sp-menu .logo-sp{
	display: none;
}


/* -----menu contents----- */

/* left */
.sp-menu .inner .left{
	width: 400px;
}
/* logo */
.sp-menu .inner .logo{
	width: 270px;
	margin-bottom: 60px;
}
/* inquiry */
.sp-menu .inner .inquiry{
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.sp-menu .inner .inquiry a{
	display: block;
	width: 320px;
	height: 80px;
	border-radius: 16px;
	background-color: #A21A53;
	color: #fff;
	line-height: 85px;
	background-image: url('../images/icon_arrow-white.svg'), url('../images/icon_mail.svg'); 
	background-position: right 25px center, left 35px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 26px, 34px;
}
/* download */
.sp-menu .inner .download{
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.sp-menu .inner .download a{
	display: block;
	width: 320px;
	height: 80px;
	border-radius: 16px;
	background-color: #A21A53;
	color: #fff;
	line-height: 65px;
	background-image: url('../images/icon_arrow-white.svg'), url('../images/icon_document.svg'); 
	background-position: right 25px center, left 35px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 26px, 30px;
}
.sp-menu .inner .download a span{
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: -45px;
}
.sp-menu .inner .inquiry a:hover,
.sp-menu .inner .download a:hover{
	background-color: #e17d97;
}
/* right */
.sp-menu .inner .right{
	width: calc(100% - 400px);
}
/* sitemap */
.sp-menu .inner .right .sitemap{
	width: 100%;
	display: flex;
	 justify-content: flex-end;
}
.sp-menu .inner .right .sitemap p{
	display: block;
	font-weight: 500;	
	margin: 0 0 30px;
	padding: 0;
}
.sp-menu .inner .right .sitemap p.blank a{
	padding-right: 24px;
	background-image: url(../images/icon_blank-gray.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px;
}
/* site-service */
.sp-menu .inner .right .site-service{
	width: 330px;
	white-space: nowrap;
	margin-right: 5%;	
}
.sp-menu .inner .right .sitemap .site-service div{
	margin: 2px 0 0 30px;
	padding: 0 0 0 20px;
	border-left: 2px dotted #C36A81;
}
.sp-menu .inner .right .site-service a{
	font-size: 1.6rem;
	font-weight: 500;	
	margin: 0;
}
.sp-menu .inner .right .sitemap ul{
	font-size: 1.4rem;
	font-weight: 400;	
	margin: 0;
	padding: 5px 0 15px 20px;
	list-style: none;
	line-height: 28px;
}

/* site-pothers */
.sp-menu .inner .right .site-others{
	width: 280px;
}
/* shortcut */
.sp-menu .inner .shortcut{
	width: 240px;
	border-radius: 16px;
	background-color: #fff;
	margin: 50px 0 0 0;
	padding: 20px 30px;
	box-sizing: border-box;
	background-image: url(../images/icon_blank.svg);
	background-repeat: no-repeat;
	background-position: right 25px bottom 20px;
	background-size: 25px;
}
.sp-menu .inner .shortcut img{
	width: 136px;
	display: block;
	margin: 0 0 20px auto;
}
/* area-title */
.sp-menu .inner .shortcut .area-title h2{
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #333;
}
.sp-menu .inner .shortcut .area-title h2 span{
	color: #A21A53;
	font-size: 1.1rem;
	font-weight: 600;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	width: 65px;
}
.sp-menu .inner .shortcut .area-title h2 span:before{
	content: '';
	height: 1px;
	background-color: #A21A53;
	flex-grow: 1;
	margin-right: 5px;
}
.sp-menu .inner .shortcut .area-title h2:hover{
	color: #A21A53;
}


	
}

