@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
.sanga-jp header,
.sanga-jp footer,
.sanga-jp main,
.sanga-jp nav,
.sanga-jp section,
.sanga-jp article,
.sanga-jp figure,
.sanga-jp figcaption {
	display: block;
}
.sanga-jp html, 
.sanga-jp body, 
.sanga-jp header, 
.sanga-jp footer, 
.sanga-jp main, 
.sanga-jp nav, 
.sanga-jp section, 
.sanga-jp article, 
.sanga-jp figure, 
.sanga-jp figcaption,
.sanga-jp div, 
.sanga-jp p, 
.sanga-jp ul, 
.sanga-jp ol, 
.sanga-jp dl, 
.sanga-jp li, 
.sanga-jp dt, 
.sanga-jp dd,
.sanga-jp h1, 
.sanga-jp h2, 
.sanga-jp h3, 
.sanga-jp h4, 
.sanga-jp h5, 
.sanga-jp h6 {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
i {
	font-style: normal;
}

img {
  max-width: 100%;
	vertical-align: bottom;
	border: none;
}
video {
	vertical-align: bottom;
}

::selection {
	color: #fff;
	background: #eb8da0;
	opacity: 1;
}

html {
	background: #fff;
}
.sanga-jp{
	line-height: 1;
	color: #333333;
	background: #fff;
	font-family: "FOT-筑紫A丸ゴシック Std B",sans-serif;
}
.g-header__button__open{
	font-family: "FOT-筑紫A丸ゴシック Std B",sans-serif;	
}

a{
	color: #333333;
	text-decoration: none;
}

*,
::before,
::after{
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.sj-lower .sj-main{
	background: #fff;
}

.sj-sec-header h2 strong{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
a:hover {
	text-decoration: inherit;
	color: #333;
	-webkit-text-decoration: inherit;
	text-decoration: inherit;
	transition: inherit;
}
@keyframes lineMotion{
	0%{transform: translateX(-100%);}
	20%{transform: translateX(0);}
	50%{transform: translateX(0);}
	80%{transform: translateX(100%);}
	100%{transform: translateX(100%);}
}

@keyframes lineMotionSP{
	0%{transform: translateX(-100%);}
	20%{transform: translateX(0);}
	50%{transform: translateX(0);}
	80%{transform: translateX(100%);}
	100%{transform: translateX(100%);}
}

.l-g-header{
	z-index: 10000;
}

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

	#sj-wrap{
		position: relative;
		padding: 100px 0 0;
		background: url(../img/texture_pink.jpg) 0 0 repeat;	
	}
	.ignore-pc{
		display: none;
	}

	/* sj-breadcrumb
	======================================================*/

	.sj-main .sj-breadcrumb{
		position: relative;
		padding: 35px 30px 65px;
		z-index: 20;
		width: 100%;
		overflow: hidden;
	}
	.sj-main .sj-breadcrumb ul{
    overflow: hidden;
		padding: 0 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
		color: #aa999d;
	}
	.sj-main .sj-breadcrumb li{
		display: inline;
		font-size: 16px;
	}
	.sj-main .sj-breadcrumb li a,
	.sj-main .sj-breadcrumb li span{
		position: relative;
		color: #aa999d;
	}
	.sj-main .sj-breadcrumb li a:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		display: block;
		width: 100%;
		height: 1px;
		background: #aa999d;
		opacity: 0;
		transition: opacity 400ms ease;
	}
	.sj-main .sj-breadcrumb li a:hover:after{
		opacity: 1;
	}

	.sj-main .sj-breadcrumb li + li:before{
		content: ">";
		padding: 0 5px;
		color: #aa999d;
	}

	/* gheader
	======================================================*/

	.sj-gnav-sp{
		display: none;
	}
	#sj-gheader{
		position: relative;
		padding: 0 40px;
		width: 100%;
		height: 100px;
		background: #fff;
		z-index: 1000;
	}

	#sj-gheader{
		position: absolute;
		left: 0;
		top: 0;
	}
	#sj-gheader.fixed{
		position: fixed;
	}

	#sj-gheader{
		box-shadow: 0 -2px 20px 0 rgba(170,153,157,0.2);
	}
	.sj-gheader-inner{
		position: relative;
		height: 100%;
	}
	#sj-gheader .sj-logo{
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		width: 244px;
		height: 40px;
	}
	.sj-gnav{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.sj-gnav-inner{
		display: flex;		
	}
	.sj-gnav ul{
		display: flex;
		align-items: center;
	}
	.sj-gnav ul span,
	.sj-gnav ul a{
		position: relative;
		font-size: 18px;
		color: #aa999d;
		font-weight: bold;
	}

	.sj-gnav ul + ul{
		 margin-left: 30px;
	}
	.sj-gnav .sj-nav-1 li + li{
		 margin-left: 37px;		
	}
	.sj-gnav .sj-nav-1 li a{
		position: relative;
		font-size: 18px;
		letter-spacing: 2px;
	}
	.sj-gnav .sj-nav-1 li a:before{
		content: "";
		position: absolute;
		left: -4px;
		bottom: -10px;
		display: block;
		width: 0;
		height: 2px;
		background: #eb8da0;
		transition: all ease 400ms;
	}
	.sj-gnav .sj-nav-1 li.active a:before,
	.sj-gnav .sj-nav-1 li a:hover:before{
		width: calc(100% + 8px);
	}
	.sj-gnav .sj-nav-1 li a{
		font-size: 18px;	
	}
	.sj-gnav .sj-nav-1 li.active a,
	.sj-gnav .sj-nav-1 li a:hover{
		color: #eb8da0;
		transition: all ease 400ms;
	}

	.sj-gnav .sj-nav-2 li + li{
		 margin-left: 28px;		
	}
	.sj-gnav .sj-nav-2 li span,
	.sj-gnav .sj-nav-2 li a{
		display: flex;
		justify-content: center;
		line-height: 28px;
		width: 110px;
		height: 32px;
		border: 1px solid #aa999d;
		border-radius: 16px;
	}
	.sj-gnav .sj-nav-2 li.active a,
	.sj-gnav .sj-nav-2 li a:hover{
		background: #aa999d;
		color: #fff;
		transition: all ease 400ms;
	}

	.sj-gnav ul span{
		position: relative;
		opacity: 0.4;
	}
	.sj-gnav ul li.nav-ready{
		position: relative;
	}
	.sj-gnav ul li.nav-ready:after{
		content: "準備中";
		position: absolute;
		left: 50%;
		bottom: -20px;
		transform: translateX(-50%);
		font-size: 12px;
		color: #aa999d;
		opacity: 0.9;
	}

	/* sj-gfooter
	======================================================*/

	#sj-gfooter{
		position: relative;
		margin: 0;
		padding: 40px 40px 40px;
		min-width: inherit;
		box-shadow: 0 -2px 20px 0 rgba(170,153,157,0.2);
		background: #fff;
		z-index: 50;
	}
	#sj-gfooter .sj-address{
		display: flex;
	}
	#sj-gfooter .sj-address p + p{
		margin-left: 60px;
	}
	#sj-gfooter p,
	#sj-gfooter li{
		text-align: left;
	}
	.sj-gfooter-inner{
		position: relative;
		height: 100%;
	}

	#sj-gfooter .sj-footer-logo{
		width: 244px;
		height: 40px;
	}
	#sj-gfooter .sj-footer-info p{
		margin: 25px 0 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}
	#sj-gfooter .sj-footer-gg-info{
		position: absolute;
		right: 0;
		bottom: 0;
		display: flex;
		width: 50%;
		align-items: flex-end;
		flex-direction: column;
	}
	#sj-gfooter .sj-footer-gg-logo{
		width: 180px;
		height: 38px;
	}
	#sj-gfooter .sj-footer-gg-info ul{
		margin: 30px 0 0;
		font-size: 0;
	}
	#sj-gfooter .sj-footer-gg-info ul li{
		position: relative;
		display: inline;
	}
	#sj-gfooter .sj-footer-gg-info ul li a{
		position: relative;
		display: inline;
		font-size: 14px;
		color: #aa999d;
	}

	#sj-gfooter .sj-footer-gg-info ul li a:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		display: block;
		width: 100%;
		height: 1px;
		background: #aa999d;
		opacity: 0;
		transition: opacity 400ms ease;
	}
	#sj-gfooter .sj-footer-gg-info ul li a:hover:after{
		opacity: 1;
	}

	#sj-gfooter .sj-footer-gg-info ul li + li:before{
		content: "/";
		padding: 0 2px 0 0;
		display: inline;
		font-size: 14px;
		color: #aa999d;
	}
	#sj-gfooter .sj-footer-gg-info p{
		margin: 15px 0 0;
		color: #aa999d;
		font-size: 12px;
	}

	#sj-gfooter .btn-pt{
		position: fixed;
		right: 40px;
		bottom: 40px;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		transition: opacity 400ms ease,visibility 400ms ease;
	}
	#sj-gfooter .btn-pt.on{
		opacity: 1;
		visibility: visible;
	}
	#sj-gfooter .btn-pt.set{
		position: absolute;
		right: 0;
		top: -67px;
		bottom: inherit;
	}
	#sj-gfooter .btn-pt a{
		position: relative;
		display: block;
		width: 54px;
		height: 54px;
		box-shadow: 0 0 20px 10px rgba(170,153,157,0.2);
		border-radius: 27px;
		background: #fff;
	}
	#sj-gfooter .btn-pt a:before{
		content: "";
		position: absolute;
		top: -20px;
		left: 50%;
		margin: 0 0 0 -41px;
		display: block;
		width: 81px;
		height: 23px;
		background: url(../img/btn_pt_txt.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	#sj-gfooter .btn-pt a:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		width: 30px;
		height: 20px;
		background: url(../img/arrow_pt.png) 0 0 no-repeat;
		background-size: 100% 100%;
		transition: transform 400ms ease;
	}
	#sj-gfooter .btn-pt a:hover:after{
		transform: translateY(-8px);
	}

	/* section
	======================================================*/

	.sj-sec .sj-sec-inner{
		margin: auto;
		padding: 0 10px;
		max-width: 1020px;
	}

	/* sec-header
	======================================================*/

	.sj-sec-header h2 strong{
		font-size: 80px;
		color: #f0f0f0;
	}
	.sj-sec-header h2 i{
		margin: 15px 0 0;
		display: block;
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 3px;
	}

	/* sj-news
	======================================================*/
	#news .sj-news-list{
		position: relative;
		max-width: 800px;
		margin: 80px auto 0;
		z-index: 20;
	}
	#news .sj-sec-col:after{
		position: absolute;
		content: "";
		top: 0;
		left: 50%;
		margin: 0 0 0 230px;
		display: block;
		width: 100vw;
		height: 100%;
		background: url(/shared/img/texture_pink.jpg) 0 0 repeat;	
		border-radius: 0 0 0 60px;
		z-index: 10;
	}
	#news .sj-news-item + .sj-news-item {
		margin-top: 30px
	}
	#news .sj-news-item a{
		position: relative;
		display: flex;
		height: 120px;
		padding: 0 100px 0 40px;
		align-items: center;
		box-shadow: 0 0 20px 0 rgba(170,153,157,0.2);
		border-radius: 0 0 30px 0;
		background: #fff;
		overflow: hidden;
	}
	#news .sj-news-item a:before{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0;
		transition: opacity 400ms ease;
	}
	#news .sj-news-item a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 50px;
		bottom: 0;
		display: block;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_r.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
		transition: transform 400ms ease;
	}

	#news .sj-news-item a:hover:before{
		opacity: 0.5;
	}
	#news .sj-news-item a:hover:after{
		transform: translateX(10px);
	}

	#news .sj-news-item a dl{
		display: flex;
	}
	#news .sj-news-item a dl dt{
		font-weight: bold;
		color: #aca1a4;
		line-height: 1.8;
		font-size: 16px;
	}
	#news .sj-news-item a dl dd{
		padding: 0 0 0 30px;
		font-weight: bold;
		line-height: 1.8;
		font-size: 18px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	#news .sj-news-btmlink{
		padding: 50px 0 45px;
		text-align: center;
	}
	#news .sj-news-btmlink a{
		display: block;
	}

	#news .sj-news-btmlink p{
		position: relative;
		font-weight: bold;
		font-size: 18px;
		color: #eb8da0;
	}
	#news .sj-news-btmlink span{
		display: block;
		margin: 13px auto;
		height: 2px;
		width: 140px;
		overflow: hidden;
	}
	#news .sj-news-btmlink span + p{
		font-size: 16px;
	}
	#news .sj-news-btmlink span em{
		display: block;
		width: 100%;
		height: 100%;
		background: #eb8da0;
	}
	#news .sj-news-btmlink a:hover span em{
		animation: lineMotion 1300ms linear infinite;
	}

	/* terms
	======================================================*/

	.sj-terms .sj-terms-box + .sj-terms-box{
		margin-top: 160px;
	}

	.sj-terms .sj-main {
		position: relative;
		padding: 0 0 170px;
	}
	.sj-terms .sj-terms-wrap{
		margin: 80px auto 0;
		padding: 80px 0 100px;
		box-shadow: 0 0 20px 0 rgba(170,153,157,0.2);
	}
	.sj-terms .sj-terms-box{
		position: relative;
		margin: auto;
		padding: 0 10px;
		max-width: 820px;
		z-index: 20;
	}
	.sj-terms .sj-terms-txt + .sj-terms-txt{
		margin-top: 60px;
	}
	.sj-terms .sj-terms-txt dt{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	.sj-terms .sj-terms-txt dd{
		margin: 25px 0 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.8;
	}
	.sj-terms .sj-terms-txt dd.note{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.8;
		color: #aa999d;
	}
	.sj-terms .sj-terms-txt p{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.8;
	}
	.sj-terms .sj-terms-txt ul{
		margin: 15px 0 0;
	}
	.sj-terms .sj-terms-txt li{
		position: relative;
		padding: 0 0 0 22px;
	}
	.sj-terms .sj-terms-txt li + li{
		margin-top: 15px;
	}
	.sj-terms .sj-terms-txt li:before{
		position: absolute;
		content: "・";
		left: -5px;
	}



	/* notfound
	======================================================*/
	.sj-notfound .sj-notfound-box + .sj-notfound-box{
		margin-top: 160px;
	}

	.sj-notfound .sj-main {
		position: relative;
		padding: 0 0 170px;
	}
	.sj-notfound .sj-notfound-wrap{
		margin: 80px auto 0;
		padding: 80px 0 100px;
		box-shadow: 0 0 20px 0 rgba(170,153,157,0.2);
	}
	.sj-notfound .sj-notfound-box{
		position: relative;
		margin: auto;
		padding: 0 10px;
		max-width: 820px;
		z-index: 20;
	}
	.sj-notfound .sj-notfound-txt + .sj-notfound-txt{
		margin-top: 60px;
	}
	.sj-notfound .sj-notfound-txt h3{
		font-size: 22px;
		line-height: 1.5;
	}
	.sj-notfound .sj-notfound-txt p{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.8;
	}
	.sj-notfound .sj-notfound-txt p,
	.sj-notfound .sj-notfound-txt ul{
		margin: 25px 0 0;
	}
	.sj-notfound .sj-notfound-txt li{
		position: relative;
		padding: 0 0 0 22px;
		line-height: 1.5;
	}
	.sj-notfound .sj-notfound-txt li + li{
		margin-top: 15px;
	}
	.sj-notfound .sj-notfound-txt li:before{
		position: absolute;
		content: "・";
		left: -5px;
	}
	.sj-notfound .sj-btn-back{
		margin: 50px auto 0;
		max-width: 600px;
	}



	/* btn
	======================================================*/
	.sj-btn-link-s a{
		position: relative;
		display: block;
		height: 48px;
		line-height: 46px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #aa999d;
		border: 1px solid #aa999d;
		border-radius: 24px;
		transition: all 400ms ease;
	}
	.sj-btn-link-s a:hover{
		color: #fff;
		background: #aa999d;
	}
	.sj-btn-link-s a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 30px;
		bottom: 0;
		display: block;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_r.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}
	.sj-btn-link-s a:hover:after{
		background: url(/shared/img/arrow_r_wh.png) 0 0 repeat;
		background-size: 100% 100%;
	}
	.sj-btn-link-s.blank a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 25px;
		bottom: 0;
		display: block;
		width: 15px;
		height: 15px;
		background: url(/shared/img/icon_blank.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}
	.sj-btn-link-s.blank a:hover:after{
		background: url(/shared/img/icon_blank_wh.png) 0 0 repeat;
		background-size: 100% 100%;
	}

	.sj-btn-link-l a{
		position: relative;
		display: block;
		height: 100px;
		line-height: 98px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #aa999d;
		border: 1px solid #aa999d;
		border-radius: 50px;
		transition: all 400ms ease;
	}
	.sj-btn-link-l a:hover{
		color: #fff;
		background: #aa999d;
	}
	.sj-btn-link-l a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 50px;
		bottom: 0;
		display: block;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_r.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}
	.sj-btn-link-l a:hover:after{
		background: url(/shared/img/arrow_r_wh.png) 0 0 repeat;
		background-size: 100% 100%;
	}

	.sj-btn-link-l.blank a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 50px;
		bottom: 0;
		display: block;
		width: 21px;
		height: 21px;
		background: url(/shared/img/icon_blank_detail.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}
	.sj-btn-link-l.blank a:hover:after{
		background: url(/shared/img/icon_blank_detail_wh.png) 0 0 repeat;
		background-size: 100% 100%;
	}


	.sj-btn-back a{
		position: relative;
		margin: ;
		display: block;
		width: 100%;
		height: 100px;
		border: 2px solid #eb8da0;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #eb8da0;
		line-height: 100px;
		border-radius: 50px;
	}
	.sj-btn-back a:hover{
		opacity: 0.7;
		transition: opacity 400ms ease;
	}
	.sj-btn-back a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		left: 50px;
		bottom: 0;
		display: block;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_l_pk.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}




}

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

	#sj-gheader {
		padding: 0 10px;
	}
	.sj-gnav ul + ul{
		 margin-left: 20px;
	}
	.sj-gnav .sj-nav-1 li + li{
		margin-left: 20px;		
	}
	.sj-gnav .sj-nav-2 li + li{
		margin-left: 14px;
	}
}

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


	#sj-gheader .sj-logo {
		width: 200px;
		height: 30px;
	}
	.sj-gnav .sj-nav-1 li a{
		font-size: 14px;
	}
	.sj-gnav .sj-nav-2 li a,
	.sj-gnav .sj-nav-2 li span{
		width: 80px;
		font-size: 14px;
	}

}

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


	#sj-gfooter .sj-address{
		display: block;
	}
	#sj-gfooter .sj-address p + p{
		margin: 40px 0 0;
	}

}


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

	#sj-gheader {
		padding: 0 10px;
	}
	#sj-gheader .sj-logo {
		width: 150px;
		height: 25px;
	}
	.sj-gnav .sj-nav-1 li a {
		font-size: 12px;
	}
	.sj-gnav .sj-nav-2 li a,
	.sj-gnav .sj-nav-2 li span{
		font-size: 12px;
	}
	.sj-gnav .sj-nav-1 li + li{
		 margin-left: 15px;		
	}
	.sj-gnav .sj-nav-2 li + li{
		margin-left: 10px;
	}
	.sj-gnav ul li.nav-ready:after{
		font-size: 10px;
	}

}


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


	.no-scroll{
		overflow: hidden;
	}
	.ignore-sp{
		display: none;
	}
	#sj-wrap{
		background: url(../img/texture_pink.jpg) 0 0 repeat;	
	}


	/* sj-breadcrumb
	======================================================*/
	
	.sj-main .sj-breadcrumb{
		position: relative;
		width: 100%;
		padding: 15px 70px 65px 20px;
		z-index: 20;
		overflow: hidden;
	}
	.sj-main .sj-breadcrumb ul{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
		color: #aa999d;
	}
	.sj-main .sj-breadcrumb li{
		display: inline;
		font-size: 12px;
	}
	.sj-main .sj-breadcrumb li a,
	.sj-main .sj-breadcrumb li span{
		color: #aa999d;
	}
	.sj-main .sj-breadcrumb li + li:before{
		content: ">";
		padding: 0 5px;
		color: #aa999d;
	}


	/* gheader
	======================================================*/

	#sj-gheader{
		display: none;
	}

	.sj-gnav-sp{
		position: fixed;
		right: 0;
		top: 0;
		width: 300px;
		height: 100%;
		z-index: 120;
		visibility: hidden;
		opacity: 0;
		overflow: auto;
		transition: all 400ms ease;
	}
	.sj-gnav-sp-inner{
		display: flex;
		flex-direction: column;
		justify-content: center;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		min-height: 700px;
		z-index: 120;
	}

	.sj-gnav-sp .sj-logo{
		margin: 75px auto 0;
		width: 208px;
		height: 34px;
	}
	.sj-gnav-sp .sj-gnav-inner{
		padding: 0 0 0 60px;
	}
	.sj-gnav-sp .sj-gnav ul a,
	.sj-gnav-sp .sj-gnav ul span{
		position: relative;
		font-size: 18px;
		color: #aa999d;
		font-weight: bold;
	}
	.sj-gnav-sp .sj-gnav ul + ul{
		 margin-top: 35px;
	}
	.sj-gnav-sp .sj-gnav .sj-nav-1 li + li{
		 margin-top: 40px;		
	}
	.sj-gnav-sp .sj-gnav .sj-nav-1 li a{
		position: relative;
		font-size: 16px;
		letter-spacing: 2px;
	}
	.sj-gnav-sp .sj-gnav .sj-nav-1 li a:before{
		content: "";
		position: absolute;
		left: -4px;
		bottom: -6px;
		display: block;
		width: 0;
		height: 2px;
		background: #eb8da0;
		transition: all ease 400ms;
	}
	.sj-gnav-sp .sj-gnav .sj-nav-1 li.active a:before{
		width: calc(100% + 8px);
	}
	.sj-gnav-sp .sj-gnav .sj-nav-1 li.active a{
		color: #eb8da0;
		transition: all ease 400ms;
	}

	.sj-gnav-sp .sj-gnav .sj-nav-2 li{
		width: 110px;
	}
	.sj-gnav-sp .sj-gnav .sj-nav-2 li + li{
		 margin-top: 35px;		
	}
	.sj-gnav-sp .sj-gnav .sj-nav-2 li a,
	.sj-gnav-sp .sj-gnav .sj-nav-2 li span{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 110px;
		height: 32px;
		font-size: 16px;
		border: 1px solid #aa999d;
		border-radius: 16px;
	}
	#sj-wrap{
		position: relative;
	}
	.l-g-header{
		z-index: 1000;
	}
	.sj-btn-nav-open{
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		z-index: 100;
	}
	.sj-btn-nav-open.fixed{
		position: fixed;
	}
	.sj-btn-nav-open a{
		display: block;
		width: 60px;
		height: 60px;
		background: #fff url(../img/icon_menu.png) 50% 50% no-repeat;
		background-size: 38px 34px;
		border-radius: 0 0 0 20px;
		box-shadow: 0 -2px 20px 0 rgba(170,153,157,0.2);
	}
	.sj-nav-open .sj-btn-nav-open{
		visibility: hidden;
		opacity: 0;
	}
	.sj-btn-nav-close.fixed{
		position: fixed;
	}
	.sj-btn-nav-close{
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		z-index: 140;
		visibility: hidden;
		opacity: 0;
	}
	.sj-btn-nav-close a{
		display: block;
		width: 60px;
		height: 60px;
		background: #fff url(../img/icon_menu_close.png) 50% 50% no-repeat;
		background-size: 38px 34px;
		border-radius: 0 0 0 20px;
	}
	.sj-nav-open .sj-btn-nav-close{
		visibility: visible;
		opacity: 1;
	}

	.sj-gnav-sp-bg{
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		border-radius: 0 0 0 20px;
		z-index: 80;
		background: #fff;
		transition: all 400ms ease;
		box-shadow: 0 -2px 20px 0 rgba(170,153,157,0.2);

	}
	.sj-gnav-sp-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 50;
		visibility: hidden;
		opacity: 0;
	}

	/*-- nav open --*/
	.sj-nav-open .sj-gnav-sp-bg{
		width: 300px;
		height: 100%;
		border-radius: 0 0 0 50px;
	}
	.sj-nav-open .sj-gnav-sp-overlay{
		visibility: visible;
		opacity: 0.6;
	}
	.sj-nav-visible .sj-gnav-sp{
		visibility: visible;
		opacity: 1;
	}


	.sj-gnav ul span{
		position: relative;
		opacity: 0.4;
	}
	.sj-gnav ul li.nav-ready{
		position: relative;
	}
	.sj-gnav ul li.nav-ready:after{
		content: "準備中";
		position: absolute;
		left: 50%;
		bottom: -20px;
		transform: translateX(-50%);
		font-size: 12px;
		color: #aa999d;
		opacity: 0.9;
	}


	/* sj-gfooter
	======================================================*/

	#sj-gfooter{
		position: relative;
		margin: 0;
		padding: 0 20px 40px;
		box-shadow: 0 -2px 20px 0 rgba(170,153,157,0.2);
		background: #fff;
		z-index: 50;
	}
	#sj-gfooter .sj-gfooter-inner{
		padding: 30px 0 0;
	}
	#sj-gfooter p,
	#sj-gfooter li{
		text-align: left;
	}
	.sj-gfooter-inner{
		position: relative;
		height: 100%;
	}
	#sj-gfooter .sj-footer-info{
		left: 0;
		bottom: 0;
	}
	#sj-gfooter .sj-footer-logo{
		width: 230px;
		height: 37px;
	}
	#sj-gfooter .sj-footer-info p{
		margin: 20px 0 0;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}
	#sj-gfooter .sj-footer-info p + p{
		margin-top: 30px;
	}
	#sj-gfooter .sj-footer-gg-info{
		margin: 45px 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
/*		position: absolute;
*/		/*right: 0;
		bottom: 0;
		display: flex;*/
/*		flex-direction: column;
*/	}
	#sj-gfooter .sj-footer-gg-logo{
		width: 180px;
		height: 38px;
	}
	#sj-gfooter .sj-footer-gg-info ul{
		margin: 30px 0 0;
		font-size: 0;
	}
	#sj-gfooter .sj-footer-gg-info ul li{
		position: relative;
		display: inline;
	}
	#sj-gfooter .sj-footer-gg-info ul li a{
		display: inline;
		font-size: 14px;
		color: #aa999d;
	}
	#sj-gfooter .sj-footer-gg-info ul li a:hover{
		-webkit-text-decoration: underline;
		text-decoration: underline;
	}
	#sj-gfooter .sj-footer-gg-info ul li + li:before{
		content: "/";
		padding: 0 2px 0 0;
		display: inline;
		font-size: 14px;
		color: #aa999d;
	}
	#sj-gfooter .sj-footer-gg-info p{
		margin: 15px 0 0;
		color: #aa999d;
		font-size: 12px;
	}
	#sj-gfooter .btn-pt{
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		transition: opacity 400ms ease,visibility 400ms ease;
	}
	#sj-gfooter .btn-pt.on{
		opacity: 1;
		visibility: visible;
	}
	#sj-gfooter .btn-pt.set{
		position: absolute;
		right: 0;
		top: -27px;
		bottom: inherit;
	}

	#sj-gfooter .btn-pt a{
		position: relative;
		display: block;
		width: 54px;
		height: 54px;
		box-shadow: 0 0 20px 10px rgba(170,153,157,0.2);
		border-radius: 27px;
		background: #fff;
	}
	#sj-gfooter .btn-pt a:before{
		content: "";
		position: absolute;
		top: -20px;
		left: 50%;
		margin: 0 0 0 -41px;
		display: block;
		width: 81px;
		height: 23px;
		background: url(../img/btn_pt_txt.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	#sj-gfooter .btn-pt a:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		width: 30px;
		height: 20px;
		background: url(../img/arrow_pt.png) 0 0 no-repeat;
		background-size: 100% 100%;
		transition: transform 400ms ease;
	}
	#sj-gfooter .btn-pt a:hover:after{
		transform: translateY(-8px);
	}

	/* section
	======================================================*/

	.sj-sec .sj-sec-inner{
		margin: auto;
		padding: 0 20px;
		max-width: 1020px;
	}


	/* sec-header
	======================================================*/

	.sj-sec-header h2{
		padding: 0 0 0 12px;
	}
	.sj-sec-header h2 strong{
		font-size: 36px;
		color: #f0f0f0;
	}
	.sj-sec-header h2 i{
		margin: 10px 0 0;
		display: block;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
	}


	/* sj-news
	======================================================*/
	#news .sj-news-list{
		position: relative;
		margin: 30px 0 0;
		z-index: 20;
	}
	#news .sj-sec-col:after{
		position: absolute;
		content: "";
		top: 0;
		left: 50%;
		margin: 0 0 0 90px;
		display: block;
		width: 100vw;
		height: 100%;
		background: url(/shared/img/texture_pink.jpg) 0 0 repeat;	
		border-radius: 0 0 0 60px;
		z-index: 10;
	}
	#news .sj-news-item + .sj-news-item {
		margin-top: 30px
	}
	#news .sj-news-item a{
		position: relative;
		display: flex;
		height: 160px;
		padding: 0 65px 0 30px;
		align-items: center;
		box-shadow: 0 0 20px 0 rgba(170,153,157,0.2);
		border-radius: 0 0 30px 0;
		background: #fff;
	}
	#news .sj-news-item a:after{
		position: absolute;
		content: "";
		margin: auto;
		right: 30px;
		bottom: 25px;
		display: block;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_r.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}
	#news .sj-news-item a dl dt{
		font-weight: bold;
		color: #aca1a4;
		font-size: 14px;
	}
	#news .sj-news-item a dl dd{
		padding: 10px 0 0;
		font-weight: bold;
		line-height: 1.6;
		font-size: 16px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	#news .sj-news-btmlink{
		padding: 50px 0 45px;
		text-align: center;
	}
	#news .sj-news-btmlink p{
		position: relative;
		font-weight: bold;
		font-size: 16px;
		color: #eb8da0;
	}
	#news .sj-news-btmlink span{
		display: block;
		margin: 10px auto;
		height: 2px;
		width: 120px;
		overflow: hidden;
	}
	#news .sj-news-btmlink span + p{
		font-size: 14px;
	}
	#news .sj-news-btmlink span em{
		display: block;
		width: 100%;
		height: 100%;
		background: #eb8da0;
	}
	#news .sj-news-btmlink a span em{
		animation: lineMotionSP 2000ms linear infinite;
	}

	/* terms
	======================================================*/

	.sj-terms .sj-terms-box + .sj-terms-box{
		margin-top: 160px;
	}

	.sj-terms .sj-main {
		position: relative;
		padding: 0 0 170px;
	}
	.sj-terms .sj-terms-wrap{
		margin: 50px auto 0;
		padding: 50px 35px 70px;
		box-shadow: 0 0 20px 0 rgba(170,153,157,0.2);
	}
	.sj-terms .sj-terms-box{
		position: relative;
		margin: auto;
		max-width: 800px;
		z-index: 20;
	}
	.sj-terms .sj-terms-txt + .sj-terms-txt{
		margin-top: 40px;
	}
	.sj-terms .sj-terms-txt dt{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	.sj-terms .sj-terms-txt dd{
		margin: 15px 0 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8;
	}
	.sj-terms .sj-terms-txt dd + dd{
		margin-top: 25px;
	}
	.sj-terms .sj-terms-txt dd.note{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8;
		color: #aa999d;
	}
	.sj-terms .sj-terms-txt p{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8;
	}
	.sj-terms .sj-terms-txt ul{
		margin: 15px 0 0;
	}
	.sj-terms .sj-terms-txt li{
		position: relative;
		padding: 0 0 0 22px;
	}
	.sj-terms .sj-terms-txt li + li{
		margin-top: 15px;
	}
	.sj-terms .sj-terms-txt li:before{
		position: absolute;
		content: "・";
		left: -5px;
	}



	/* notfound
	======================================================*/

	.sj-notfound .sj-main {
		position: relative;
		padding: 0 0 170px;
	}
	.sj-notfound .sj-notfound-wrap{
		margin: 50px auto 0;
		padding: 50px 35px 70px;
		box-shadow: 0 0 20px 0 rgba(170,153,157,0.2);
	}
	.sj-notfound .sj-notfound-box{
		position: relative;
		margin: auto;
		max-width: 800px;
		z-index: 20;
	}
	.sj-notfound .sj-notfound-txt h3{
		font-size: 18px;
		line-height: 1.5;
	}
	.sj-notfound .sj-notfound-txt h3 br{
		display: none;
	}
	.sj-notfound .sj-notfound-txt p{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8;
	}
	.sj-notfound .sj-notfound-txt p,
	.sj-notfound .sj-notfound-txt ul{
		margin: 25px 0 0;
	}
	.sj-notfound .sj-notfound-txt li{
		position: relative;
		padding: 0 0 0 22px;
		line-height: 1.8;
	}
	.sj-notfound .sj-notfound-txt li + li{
		margin-top: 15px;
	}
	.sj-notfound .sj-notfound-txt li:before{
		position: absolute;
		content: "・";
		left: -5px;
	}
	.sj-notfound .sj-btn-back{
		margin: 50px auto 0;
	}

	/* btn
	======================================================*/
	.sj-btn-link-s a{
		position: relative;
		display: block;
		height: 40px;
		line-height: 38px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #aa999d;
		border: 1px solid #aa999d;
		border-radius: 24px;
	}
	.sj-btn-link-s a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 20px;
		bottom: 0;
		display: block;
		width: 7px;
		height: 14px;
		background: url(/shared/img/arrow_r.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}
	.sj-btn-link-s a:hover:after{
		background: url(/shared/img/arrow_r_wh.png) 0 0 repeat;
		background-size: 100% 100%;
	}
	.sj-btn-link-s.blank a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 25px;
		bottom: 0;
		display: block;
		width: 15px;
		height: 15px;
		background: url(/shared/img/icon_blank.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}


	.sj-btn-link-l a{
		position: relative;
		display: block;
		height: 60px;
		line-height: 58px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #aa999d;
		border: 1px solid #aa999d;
		border-radius: 50px;
		transition: all 400ms ease;
	}
	.sj-btn-link-l a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 30px;
		bottom: 0;
		display: block;
		width: 7px;
		height: 14px;
		background: url(/shared/img/arrow_r.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}
	.sj-btn-link-l.blank a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		right: 30px;
		bottom: 0;
		display: block;
		width: 15px;
		height: 15px;
		background: url(/shared/img/icon_blank_detail.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}

	.sj-btn-back{
		margin: 50px auto 0;
		width: 100%;
	}
	.sj-btn-back a{
		position: relative;
		margin: ;
		display: block;
		width: 100%;
		height: 60px;
		border: 1px solid #eb8da0;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #eb8da0;
		line-height: 58px;
		border-radius: 50px;
	}
	.sj-btn-back a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		left: 30px;
		bottom: 0;
		display: block;
		width: 7px;
		height: 14px;
		background: url(/shared/img/arrow_l_pk.png) 0 0 repeat;
		background-size: 100% 100%;
		z-index: 10;
	}



}


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


}




/* 不具合調整（2025.10.17）余白が入る、デフォルト表示してしまう */
/* footer */
footer.site-footer  {
    display: none;
}
@media screen and (min-width: 1060px) {
    #sj-gfooter {
        height: 380px;
    }
}

