/* CSS Remedy */
*,::after,::before{box-sizing:border-box;word-wrap:break-word;}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video,picture{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}

p, dd, figure {
	margin: 0;
}
h1,h2,h3 { margin: 0; }
*, *::before, *::after {
	box-sizing: border-box;
	word-break: break-all;
}
ul {
	list-style: none;
}

a {
	text-decoration: underline;
}

.header a {
	text-decoration: none;	
}

html {
	font-size: 100%;
	position: relative;
	min-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #1c1c1c;
	font-size: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

.navBtn {z-index: 700000!important;}
.drawerWrap {z-index: 600000!important;}
.knockOut {z-index: 500000!important;}

#drawerCheckbox,
.drawerInner .localNav, .navBtn { display: none;}
@media (max-width: 750px) {
	.drawerInner .localNav {
		display: block;
	}
	.navBtn {
		position: fixed;
		right: 5vw;
		top: 5vw;
		cursor: pointer;
		display: inline-block;
		margin: 0 auto;
		width: 1.75rem;
		height: 1.5rem;
		transform: rotate3d(0,0,0,0deg);
		transition: transform .1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.navBtn span,
	.navBtn span::before,
	.navBtn span::after {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 2px;
		border-radius: 3px;
		background: #fff;
	}
	.navBtn span {
		top: 50%;
	}
	.navBtn span::before {
		content: '';
		top: -11px;
		transform: rotate3d(0,0,0,0deg);
		transition: top .2s ease-in .2s, transform .2s ease-in;
	}
	.navBtn span::after {
		content: '';
		top: 11px;
		transform: rotate(0deg);
		transition: top .2s ease-in .2s, transform .2s ease-in;
	}
	#drawerCheckbox:checked ~ .navBtn {
		transform: rotate3d(0,0,1,0deg);
		transition: transform .3s ease .1s;
	}
	#drawerCheckbox:checked ~ .navBtn::after {
		content: '';
		opacity: 0;
		right: 0;
		transition: right .5s ease-in, opacity .5s cubic-bezier(0.55, 0.055, 0.675, 0.19) .1s;
		filter: none;
		text-shadow: none;
	}
	#drawerCheckbox:checked ~ .navBtn span {
		background: transparent !important;
		transition: background .1s ease;
		box-shadow: none;
	}
	#drawerCheckbox:checked ~ .navBtn span::before,
	#drawerCheckbox:checked ~ .navBtn span::after {
		width: 100%;
		top: 0;
		bottom: 0;
		box-shadow: none;
		background: #fff;
	}
	#drawerCheckbox:checked ~ .navBtn span::before {
		transform: rotate3d(0,0,1,45deg);
		top: 0;
		transition: top .2s ease-in, transform .2s ease-in .2s;
	}
	#drawerCheckbox:checked ~ .navBtn span::after {
		transform: rotate3d(0,0,1,-45deg);
		top: 0;
		transition: top .2s ease-in, transform .2s ease-in .2s;
	}

	.drawerWrap {
		display: none;
		width: 80vw;
		height: 100vh;
		background: #1c1c1c;
		display: block;
		position: fixed;
		top: 0;
		left: -100vw;
		transform: translateX(0);
		transition: transform .4s cubic-bezier(0.1, 0.57, 0.1, 1);
		-webkit-overflow-scrolling: touch;
		pointer-events: none;
		overflow-y: scroll;
	}
	.knockOut {
		display: none;
		background: rgba(0,0,0,0.5);
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	#drawerCheckbox:checked ~ .drawerWrap {
		opacity: 1;
		transform: translateX(100vw);
		transition: transform .5s cubic-bezier(0.1, 0.57, 0.1, 1);
		pointer-events: auto;
	}
	#drawerCheckbox:checked ~ .drawerWrap + .knockOut {
		display: block;
	}

	.drawerWrap .drawerInner {
		padding: 24vmin 0 0 0;
	}
	.drawerInner .localNav ul {
		padding-left: 0;
	}
	.drawerInner .localNav ul li {
		width: 100%;
		display: block;
		text-decoration: none;
		text-align: left;
		margin: 2.5rem 0;
		line-height: 1;
	}
	.drawerInner ul li > a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		padding: 0;
		font-size: min(3vmax, 24px);
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
	}
	.drawerInner ul li > a::before {
		content: '';
		height: 1px;
		width: 1.5em;
		background: #fff;
		margin-right: 1.5%;
	}
}





/* -----------------------------------------------------
* Header
* -------------------------------------------------- */
.l-header {
	background-color: #1C1C1C;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.l-header .headerInner {
	width: 100%;
	max-width: 76%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
	transition: all .25s ease-out;
}
.l-header .headerInner .siteID {
	height: 19px;
}
.l-header .headerInner .siteID img {
	display: block;
	max-height: 100%;
}
.l-header .headerInner .localNav ul {
	display: flex;
    padding: 0;
    margin: 0;
	align-items: center;
}
.l-header .headerInner .localNav ul li {
	padding: 0 2em;
}
.l-header .headerInner .localNav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 200;
	font-size: min(1.25vmax, 14px);
}
.l-header .headerInner .localNav ul li.mypage {
	position: relative;
}
.l-header .headerInner .localNav ul li.mypage a {
	display: block;
	background: linear-gradient(180deg, #e9c699, #c19c76);
    /* box-shadow: 0 3px 0 0 #5b9496; */
    color: #fff;
    padding: 2em 4em 2.5em 4em;
    margin: -2em 0 -2.5em 0;
    border-radius: 0 0 3px 3px;
	transition: all .25s ease;
}
.l-header .headerInner .localNav ul li.mypage a:hover {
	padding: 2.5em 4em 3em 4em;
	margin: -2em 0 -3.5em 0;
}

@media (max-width: 750px) {
	.l-header .headerInner {
		justify-content: center;
		padding: 1.5em 0;
	}
	.l-header .headerInner .localNav { display: none; }
}


.btnWrap {
	text-align: center;
}
.btnWrap .btn {
	display: inline-block;
}


.wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.sectionInner {
	position: relative;
	width: 100%;
	max-width: 1163px;
	margin: 0 auto;
	padding: 8vmin 0 0 0;
}
.sectionInner > img {
	margin: 0 auto;
}
@media (max-width: 750px) {
	.sectionInner {
		padding: 12vmin 0;
	}
}
.sectionHeadline {
	text-align: center;
	font-size: min(3.5vmax, 24px);
	font-weight: 400;
    margin: 0 auto 8vmin auto;
    font-family: serif;
}
.sectionHeadline img {
	margin: 0 auto;
	max-width: 100%;
}




.fv {
	position: relative;
	z-index: 1;
}
.fv p {
	position: absolute;
    color: #fff;
    bottom: 3%;
    left: 50%;
    transform: translateX(3em);
    letter-spacing: .1em;
    font-size: min(1.75vmax,18px);
}
.fv .btn {
	position: absolute;
	bottom: 12%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 30%;
}
.fv img {
	width: 100%;
}
@media (max-width: 750px) {
	.fv {
		z-index: 0;
	}
	.fv p {
	    left: auto;
	    right: 1%;
	    transform: none;
	}
	.fv .btn {
		bottom: 19%;
		max-width: 77%;
		margin: 0 auto;
		left: 0;
		right: 0;
		transform: none;
	}
}




/* sec01
____________________________________________________ */
.sec01 .sectionInner .sectionHeadline {
	padding: 0 15%;
}




/* sec02
____________________________________________________ */
.sec02 {
	background: #000;
}
.sec02 .sectionInner {
	padding: 7% 0 100px 0;
}
.sec02 .sectionInner .sectionHeadline {
	width: 50%;
	margin: 3vmin auto 14vmin 0;
}
.sec02 .sectionInner .isFlex {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 14vmin;
	align-items: flex-end;
	margin-top: -20%;
}
.sec02 .sectionInner .isFlex .item {
	width: 50%;
}
.sec02 .sectionInner .isFlex .item.text {
	text-align: center;
}
.sec02 .sectionInner .isFlex .item.text p {
	font-size: min(2.2vmax, 16px);
	line-height: 2;
    font-weight: 200;
	width: 100%;
    margin: 0 auto 1.5em auto;
}
.sec02 .sectionInner .isFlex .item.img {
	margin-top: -10%;
}

@media (max-width: 750px) {
	.sec02 .sectionInner {
		padding: 8vmin 10% 30vmin 10%;
	}
	.sec02 .sectionInner .sectionHeadline {
		width: 100%;
		padding: 0 5%;
	}
	.sec02 .sectionInner .isFlex {
		flex-direction: column;
		margin-top: 0;
	}
	.sec02 .sectionInner .isFlex .item {
		width: 100%;
	}
	.sec02 .sectionInner .isFlex .item.text {
		order: 2;
		margin-top: 0;
	}
	.sec02 .sectionInner .isFlex .item.text p {
		width: 100%;
	}
	.sec02 .sectionInner .isFlex .item.img {
		order: 1;
		margin-top: 0;
		margin-bottom: 2em;
	}
	.sec02 .sectionInner .isFlex .item.img img {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
}
span.annotation {
	font-size: 90%;
}


/* id sec025
____________________________________________________ */
#sec025 .sectionInner .sectionHeadline {
	width: 50%;
	margin: 3vmin auto 18rem 0;
}
#sec025 .sectionInner .isFlex .item.img {
	padding-left: 7rem;
}
#sec025 .sectionInner {
	padding-top: 1px;
}
#sec025 .sectionInner .isFlex .item.text a {
	color: #c29d77;
}
#sec025 .sectionInner .isFlex .item.text a:hover {
	text-decoration: none;
}
@media (max-width: 750px) {
	#sec025 .sectionInner .sectionHeadline {
		width: 100%;
	}
	#sec025 .sectionInner .isFlex .item.img {
		padding-left: 0;
	}
	#sec025 .sectionInner .isFlex .item.img img {
		width: 80%;
	}
}
/* sec03
____________________________________________________ */
.sec03 {
	background-image: url(../img/sec03-bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.sec03 .sectionInner {
	padding: 240px 0 120px 0;
}
.sec03 .sectionInner .sectionHeadline {
	width: 100%;
	max-width: 50%;
	/*max-width: 680px;*/
	margin: 0 0 70px auto;
	/* padding-left: 10%; */
}
.sec03 .sectionInner .sectionHeadline img {
	margin: 0 auto 0 0;
}
.sec03 .sectionInner .isFlex {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.sec03 .sectionInner .isFlex .item {
	width: 50%;
}
.sec03 .sectionInner .isFlex .item.text {
	text-align: center;
	order: 2;

	width: 100%;
	max-width: 50%;
    margin: 0 0 0 auto;
}
.sec03 .sectionInner .isFlex .item.text p {
	font-size: min(2.2vmax, 16px);
	line-height: 2.2;
	width: 68%;
    margin: 0 auto 1.5em auto;
}
.sec03 .sectionInner .isFlex .item.text .isFlex {
	color: #fff;
	font-weight: 200;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 7vmin 0;
}
.sec03 .sectionInner .isFlex .item.text .isFlex p {
	font-size: min(2.5vmax, 14px);
	text-align: left;
	width: 47%;
}
.sec03 .sectionInner .isFlex .item.text .isFlex p a {
	color: #e9c699;
}
.sec03 .sectionInner .isFlex .item.img {
	margin-top: -42vmin;
	order: 1;
	width: 100%;
	max-width: 480px;
}

@media (max-width: 750px) {
	.sec03 {
		background: url(../img/sec03-bg_sp.jpg);
	}
	.sec03 .sectionInner {
		padding: 8vmin 10% 30vmin 10%;
	}
	.sec03 .sectionInner .sectionHeadline {
		margin: 3vmin auto 10vmin auto;
		padding: 0 18%;
		max-width: 100%;
	}
	.sec03 .sectionInner .isFlex {
		flex-direction: column;
	}
	.sec03 .sectionInner .isFlex .item {
		width: 100%;
	}
	.sec03 .sectionInner .isFlex .item.text {
		margin-top: 0;
		padding-left: 0;
		max-width: 100%;
	}
	.sec03 .sectionInner .isFlex .item.text .isFlex p {
		width: 100%;
	}
	.sec03 .sectionInner .isFlex .item.img {
		margin-bottom: 2em;
		margin-top: 0;
	}
	.sec03 .sectionInner .isFlex .item.img img {
		width: 100%;
		margin: 0 auto 5% auto;
	}
}

/* sec04
____________________________________________________ */
.sec04 {
	background-image: url(../img/sec04-bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.sec04 .sectionInner {
	padding: 14vmin 0 14vmin 0;
}
.sec04 .sectionInner p {
	text-align: center;
	font-weight: 200;
	font-size: min(2.2vmax, 16px);
	line-height: 1.4;
}
.sec04 .sectionInner p .storong{
	font-weight: 700;
	color: #ffe3d0;
	font-size: 1.15rem;
	background: #00000038;
}
@media (max-width: 750px) {
	.sec04 {
		background-image: url(../img/sec04-bg_sp.jpg);
	}
	.sec04 .sectionInner {
		padding: 14vmin 10%;
	}
	.sec04 .sectionInner p {
		padding: 0 0;
	}
	.sec04 .sectionInner p .storong{
		font-size: 1.0rem;
	}
}

/* DISCLAIMER
____________________________________________________ */
.sec05 .sectionInner {
	padding: 120px 0;
}
.sec05 .sectionInner p {
	text-align: left;
	font-weight: 200;
	font-size: min(1.5vmax, 16px);
	line-height: 2;
}
.sec05 .sectionInner p a{
	color: #fff;
}
@media (max-width: 750px) {
	.sec05 .sectionInner {
		padding: 20vmin 6vw;
	}
}
@media (max-width: 750px) {

}

/* -----------------------------------------------------
* Footer
* -------------------------------------------------- */
.l-footer {
	position: relative;
	padding: 40px 50px 30px;
	text-align: center;
	background: #fff;
}
.l-footer .siteID {
	position: relative;
	z-index: 2;
}
.l-footer .siteID img {
	width: 86px;
	height: auto;
	margin: 0 auto;
}
.l-footer .copyright {
	margin: 7px 0 0;
	font-size: .7rem;
}
.l-footer .mod-pagetop {
	outline: 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: -20px;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 54px;
    height: 0;
    margin: 0 auto;
    padding: 54px 0 0;
    border-radius: 50%;
    background: #fff url(../img/ico_arrow_02.png) no-repeat 50% 10px;
    background-size: 10px auto;
}
@media (max-width: 750px) {
	.l-footer .mod-pagetop {
		top: -40px;
		width: 100px;
		padding: 100px 0 0;
		background: #fff url(../img/ico_arrow_02.png) no-repeat 50% 20px;
		background-size: 20px auto;
	}
}


._sp { display: block; }
._pc { display: none; }
@media (min-width: 750px) {
	._sp { display: none; }
	._pc { display: flex; }
}

/*----------------------------------------------------
 add
----------------------------------------------------*/
#top main {
    padding-top: 0;
}

.header-triauto {
    display: none;
}

#top {
    margin-top: 70px;
}

@media (min-width: 940px) {
    #top {
        margin-top: 90px;
    }
}

