
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	background-color: #FFF;
	font-size: 62.5%;
}
@media all and (max-width: 1200px) {
	/*html {
		font-size: calc(100vw * 10 / 422);
	}*/
	

}
.clear_fix::after{
	content: "";
	display: block;
	clear: both;
}
body, table, input, textarea, select, option {
	font-family:'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	 color: #1A1A1A;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
p{
	line-height: 1.8;
	font-weight: 400;
	font-size: 1.8rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: middle;
	max-width: 100%;
    height: auto;
		backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:link {
	text-decoration: none;
	color: #1A1A1A;
	font-size: 1.8rem;
	
}
a:visited {
	color: #1A1A1A;
}

a:active {
	color: #1A1A1A;
}
a:hover {
	cursor: pointer;

}
.opa,
a:hover img{
	transition: 0.3s;
}
.opa:hover,
a:hover img{
	opacity: 0.6;
}
.pink:hover{
color: #E8009B !important;
}

.font_fff a{
	color: #FFF;
}
a.b_line_link{
	border-bottom: 1px solid #1A1A1A;

}
a.b_line_link:hover{
	border-bottom: 1px solid #FFF;
}
#cover{
	z-index: 2000;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #FFF;
}

body{
	position: relative;
	background-color:#F1F1F1;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
	
}
@media all and (max-width: 1000px) {

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	p{
		font-size: 1.3rem;
	}
}


.wrapper{
	position: relative;
	text-align: center;
}

.wrapper,
.w100{
  width:100%;
}

.wrapper .in_box{
	max-width: 1280px;
	padding: 0 40px;
	width: 100%;
	margin: auto;
  }
.w600{
	max-width:600px;
	box-sizing: border-box;
}


.sns_flex iframe{
	width: 320px !important;
	height: 500px !important;
	margin: 0 !important;
}

.w324{
	width: 324px;
}

@media all and (max-width: 1200px) {
	.wrapper .in_box{
		padding: 0 20px;
		width: 100%;
	  }
	  .padding_right_60{
		padding-right: 0px !important;
	  }
	.w600{
		width:100% !important;
		box-sizing: border-box;
		padding: 0 !important;
		padding-right: 0px !important;
	}
	
	
	.sns_flex iframe{
		width: 320px !important;
		height: 500px !important;
		margin: 0 !important;
	}
	
	.w324{
		width: 324px;
	}
}

/*------------------flexクラス-----------------*/

.flex_2{
	display: flex;
}
.flex1{
	flex:1;
}
.flex_reverse{
	flex-direction: row-reverse;
}

.wspc{
	white-space: nowrap;
}
.flex_3{
	display: flex;
	flex-wrap: wrap;
}

.flex_3>li{
	width: 30%;
	
}
.gap50{
	gap:50px
}
@media all and (max-width: 1200px) {
	.flex_2{
		display: block;
	}
	.flex1{
		flex:1;
	}
}
/*------------------調整クラス-----------------*/
.margin_top_-350 {
    margin-top: -350px !important; z-index: 100;position: relative;
}

.twitter-timeline {
	width: 320px;
	height: 500px;
}
.twitter-timeline iframe{
	width: 320px;
	height: 500px !important;
}
.top_bt{
	position: fixed;
	right: 30px;
	bottom: -90px;
	transition: .3s;
}
.top_bt.sc{
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: .3s;
}
.top_bt.sc2{
		bottom: 130px;
}
.line_link{
	border-bottom: 1px #FFF solid;
}
.line_link:hover{
	border-bottom: 1px #1A1A1A solid;
}
.left_u_line{
  position: relative;
	display: block;
}
.left_u_line:after{
	content: "";
	display: block;
	width: 90px;
	margin-top: 30px;
	height: 2px;
	background-color: #988B6E;
}
dl dt{
	width: 100px;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}
dl dd{
	margin-bottom: 10px;
}
.bg_text{
	background-color: #796943;
	border-radius: 40px;
	padding: 3px 33px;
	display: inline-block;
	color: #FFF;
}
.w1{
  width:1200px;
	box-sizing: border-box;
}
.w2{
  width:1079px;
}
.w3{
  width:990px !important;
}
.w4{
  width:450px !important;
}
.w5{
  width:790px !important;
}
.container{
	margin: auto;
  position: relative;
  width:1200px;
}


.text_box{
	margin:0 auto;
	text-align: center;
	max-width: 1200px;
	padding:110px 50px 100px;
}
.color_FFF{
	color: #FFF;
}
.text_box h2{
	padding-bottom: 40px;
}
.text_box2{
	margin:0 auto 0;
	text-align: center;
	max-width: 1200px;
	padding:0;
}
.text_box3{
	
	background-color: #FFF;
	padding:40px 50px 75px;
	background: url(../img/16.png) no-repeat #FFF center bottom;
  background-size:100% auto;
}
.text_box3 .text1{
	color: #1A1A1A000;
	font-size: 2rem;
	padding-top: 20px;
	text-align: left;

}
.btn_box{
	margin:0 auto;
	text-align: center;
	max-width: 1200px;
	padding:85px 50px 110px;
}
.btn_box a{
	transition: 0.3;
}
.btn_box a:hover{
	opacity: 0.7;
}
a{
	transition: .3s;
}
a:hover{
}

.color1{
	color: #140078 !important;
	line-height: 1.4;
}
.color2{
	color:#1A1A1A !important
}
.color3{
	color:#988B6E !important
}

.color_FFF a{
  color: #FFF !important;
}
.wn{
  max-width: none;
}
#index{
  overflow: hidden;
}
.padding_f1{
  padding: 30px 0;

}
.w600{
  width: 600px;
  display: inline-block;
}
.w245{
  width: 350px;
  display: inline-block;
  padding-right: 30px;
}
.w1200{
	width: 100%;
    max-width: 1200px;
}
.w1200_p{
	max-width: 1280px;
	box-sizing: border-box;
	padding:0 40px;
	width: 100%;
	position: relative;
	margin:0 auto;
}
.bg_color0{
  background:#FFF;
  padding: 90px 90px !important;
}
.bg_color1{
  background:rgba(255, 255, 255, 0.4);
  text-align: center;
  width: calc(100% - 80px);
  margin: auto;
}
.bg_color2::after{
	content: "";
  background: #DFDFDF;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg_color3{
  background:#DFDFDF;
}
.bg_color4{
  background: #9A8B6E;
}
.bg_color5{
  background: #5E5649
}
.bg_color9{
  background: #988B6E
}
.bg_color10{
  background: #5E5649
}
.bg_color6{
  padding: 40px 0;
  width: 100%;
  background: #423F30
}
.bg_color7{
  padding: 70px 0;
  width: 100%;
  background:#8B866C;
}
.bg_color8{
  padding: 70px 0;
  width: 100%;
  background:#8B866C;
  background: url(../img/bg_8.png) no-repeat #FFF;
  background-size:cover;
}
.bg_w{
  background:#FFF;
}
.text1{
	font-weight: normal;
	font-size: 2.8rem;
	line-height: 1.8;
	
	text-align: center;
	color: #fff;

}

.list_1 li{
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.list_1 li::before{
	content: "";
	width: 23px;
	height: 20px;
	background: url(../img/ret.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top:12px;
	margin-top: -8px;
}

.btn_s1{
	display: inline-block;
	width: 552px;
	height: 73px;
	background: url(../img/btn1.jpg) no-repeat;
	background-size: contain;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 68px;
	text-align: center;
	color:#FFF !important;
}
.btn_s2{
	display: inline-block;
	width: 552px;
	height: 73px;
	background: url(../img/btn2.jpg) no-repeat;
	background-size: contain;
		font-weight: 500;
		font-size: 20px;
		letter-spacing: 0.03em;
		line-height: 68px;
		text-align: center;
}
.btn_s3{
	display: inline-block;
	width: 552px;
	height: 73px;
	background: url(../img/btn3.jpg) no-repeat;
	background-size: contain;

font-weight: 500;
font-size: 20px;
letter-spacing: 0.03em;
line-height: 68px;
text-align: center;
color:#FFF;

}

.btn_s4{
	display: inline-block;
	width: 474px;
	height: 73px;
	background: url(../img/btn4.jpg) no-repeat;
	background-size: contain;

font-weight: 500;
font-size: 20px;
letter-spacing: 0.03em;
line-height: 50px;
text-align: center;
color:#1A1A1A;

}
.bgf{
	background: url(../img/bgf.png) no-repeat;
	background-size: 100% 100%;
}
.btn_s5{
padding: 8px 25px;
border-radius: 28px;
background: #998b6e;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
font-size: 20px;
color: #FFF;
margin: 0 5px;
}
.video{
	display: inline-block;
}

.video p img{
	filter: brightness(100%);
	transition: .3s;
}
.video p:hover img{
	filter: brightness(85%);
}
.video .bgv1,
.video .bgv{
	position: relative;
}
.video .bgv::after{
	content: "";
	background:url(/img/playv.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}

.video .bgv1::after{
	content: "";
	background:url(/img/playv2.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.video .bgv1::after,
.video .bgv::after{
	transition: 0.3s;
}
.video:hover .bgv::after,
.video:hover .bgv1::after{
	opacity: 0.4;
}
.pxw{
	width: 1040px;
	padding: 70px 80px;
	background-color: #FFF;
	box-sizing: border-box;
	margin: auto;
	border-radius: 6px !important;
}
.wx_x{
	width: 605px;

}
.pxw2{
	width: 1200px;
	padding: 0px 0px;
	background-color: #FFF;
	box-sizing: border-box;
	margin: auto;
}
.btn_ss1{
	padding:12px 15px;
	background: #423F30;
	font-size: 20px;
	color: #FFF !important;
	width: 285px;

display: inline-block;
text-align: center;
box-sizing: border-box;
cursor: pointer;
transition: .3s;
}
.btn_ss1:hover{
	opacity: 0.5;
}
.margin_left_20{
	margin-left:20px;
}
.btn_ss2{
	padding:12px 25px;
	background: #988B6E;
	font-size: 20px;
	color: #FFF !important;
display: inline-block;
	width: 285px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: .3s;
}
.btn_ss2:hover{
	opacity: 0.5;
}

@media all and (min-width: 1200px) {
div.header.on{
	position: fixed;
	top:0;
	bottom: auto;
}

.header.on::before{
	position: absolute;
	bottom: 0;
	left: 0;
}
.btn_s1:hover{
	height: 73px;
	background: url(../img/btn3.jpg) no-repeat;
	background-size: contain;
}
.btn_s2:hover{
	height: 73px;
	color:#796943;
}
.btn_s3{
	color:#FFF !important;
}
.btn_s3:hover{
	height: 73px;
	background-size: contain;
	color:#FFF !important;
	background: url(../img/btn1.jpg) no-repeat;
	background-size: contain;

}


.btn_s4:hover{
color:#796943;

}

}

.byn{
	width: 584px;
	padding: 45px;
	border-radius: 6px;
	margin: 20px;
	box-sizing: border-box;
	text-align: left;
}
.boxsi{
	box-sizing: border-box;
}
.logo{
	margin-top: 10px;
}
@media screen and (max-width: 1000px) {

	.w1200_p{
		padding: 0 20px;
		height: 60px;
		
	}
	header .w1200_p{
		background-color:  rgba(97, 97, 97, 0.8);
	}
	
	.logo{
		margin-top: 4px;
		width: 93px;
	}
	.margin_left_20{
		margin-left:0px;
	}
	.btn_s5{
	padding: 2px 10px;
	border-radius: 28px;
	background: #998b6e;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-size: 12px;
	color: #FFF;
	margin-right:8px;
	margin-left: 0;
	margin-bottom: 10px;
	}
	.video .bgv::after{
		content: "";
		background:url(/img/playv2.png);
			background-size: cover;
	}
	dl dt{
		width: 60px;
		font-weight: bold;
		float: left;
		margin-bottom: 5px;
	}
	dl dd{
		margin-bottom: 5px;
	}
	.left_u_line:after{
		content: "";
		display: block;
		width: 50px;
		margin-top: 15px;
		height: 2px;
		background-color: #988B6E;
	}
	.list_1 li{
		padding-left: 25px;
		position: relative;
		margin-bottom: 10px;
		font-size: 13px !important;
		line-height: 1.7;
	}
	.list_1 li::before{
		content: "";
		width: 18px;
		height: 15px;
		background: url(../img/ret.png) no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		top:13px;
		margin-top: -8px;
	}
	.top_bt{
		position: absolute;
		bottom: 94px;
		right: 20px;
		width: 30px;
	}
	.btn_s1{
		display: inline-block;
		width: 300px;
		height: 54px;
		background: url(../img/btn1.jpg) right no-repeat;
		background-size: cover;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 52px;
		text-align: center;
		color:#FFF;
	}
	.btn_s2{
		display: inline-block;
		width: 300px;
		height: 54px;
		background: url(../img/btn2.jpg) right no-repeat;
		background-size: cover;

			font-weight: 500;
			font-size: 14px;
			letter-spacing: 0.03em;
			line-height: 52px;
			text-align: center;
	}
	.btn_s3{
		display: inline-block;
		width: 300px;
		height: 54px;
		background: url(../img/btn3.jpg) right no-repeat;
		background-size: cover;

	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 52px;
	text-align: center;
	color:#FFF !important;

	}

	.btn_s4{
		display: inline-block;
		width: 100%;
		height: 41px;
		background: url(../img/btn4.jpg) right no-repeat;
		background-size: cover;
		font-size: 1.4rem;
		line-height: 40px;
	}
	.byn {
    width: 100%;
    padding: 30px;
    border-radius: 6px;
    margin: 0px;
		margin-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
}

.w_padding {
    padding: 20px 16px !important;
    background-color: #FFF !important;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    width: 373px !important;
}
.bg_color1 {
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    width: calc(100% - 40px);
    margin: auto;
	box-sizing: border-box;
	padding: 0 20px;
}
}

@media screen and (max-width: 1000px) {
	.twitter-timeline{
		width: 100% !important;
	}
	.flex_box iframe.note-embed{
		min-height: 200px !important;
		height: auto !important;
	}
	.flex_box iframe{
		width: 100% !important;
		padding: 0 30px !important;
		box-sizing: border-box !important;
		height: 500px !important;
	}
	.w1{
	  width:100%;
	}
	.w2{
	  width:100%;
	}
	.w3{
	  width:100% !important;
	}
	.w4{
	  width:100% !important;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.w5{
	  width:100% !important;
	}
	.container{
	  width:100%;
	}
	.sp_padding1{
		padding: 20px 18px !important;
	}
	.w100sw{
		width: 100%;
		margin: auto;
		max-width: 374px;
		box-sizing: border-box;
		    padding: 0 20px;
	}
	.bg_color4s{
		background: #423F30;
		padding: 30px 0;
	}
	.pxw2 .bg_color4s{
		background: #423F30;
		padding: 0px 0;
	}
	.pxw2 .w100sw{
		padding: 0px 0;
	}

}
a.diff img{
	transition: .3s;

}
a.diff:hover img{
	opacity: 1 !important;
	filter: invert(100%);

}


/*------------------header------------------*/

.header{
	position: fixed;
	width: 100%;
	z-index: 1001;
	top:0px;
	left: 0;
	background-color:rgba(97,97,97,0.8);
	padding-top:0px;
	height: 100px;

}

.header nav{
	top:0;
	display: flex;
}

.header nav ul{
	display: flex;
}
.header nav ul li a{
	font-size: 1.6rem;

}
.logo{
	opacity: 1 !important;
}
.header nav ul li a:hover{
	color: #E8009B !important;
}

.content_header{
	position: fixed;
	top:0px;
	right:0;
	height: 84px;
	overflow: hidden;
}
.content_header a{
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	padding: 19px 40px;
	background: #1A1A1A;
	color:#FFF !important;
}
.content_header a:hover{
	background:#FFF;
	color:#1A1A1A !important;
	opacity: 1 !important;
}

.lan{
	position: fixed;
	right: 280px;
	top:18px;
	display: flex;
	z-index: 1000;
}
.lan li.t{
	border-right: 1px solid #FFF;
}
.lan li{
	padding: 0 10px;
}
.lan li a{
	color: #FFF;
		font-size: 1.3rem;
}
.lan li a.on{
	opacity: 0.5;
}
div.header::before{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: linear-gradient(#a7885d 0%, #d9c18a 11.3%, #e5c093 24.27%, #a27e51 36.83%, #e5c093 49.37%, #a27e51 62.34%, #d8c38a 76.16%, #d9c18a 88.7%, #a7885d 100%);
	
}

.header nav{
	position: absolute;
	right: 40px;
}
div.header nav{
	text-align: center;
	width: 100%;
}
div.header nav ul{
	margin:0 auto;
	justify-content: center;
}
.header nav ul li{
	position: relative;
}
.header nav ul>.active::after{
	content: "";
	display: block;
	position: absolute;
	width: 153px;
	height: 3px;
	bottom: 4px;
	left: 0;
	left: 14px;
	background-color: #FFF;

}
.header nav ul.ac>.active::after{
	content: "";
	display: block;
	position: absolute;
	width: 88px;
	height: 3px;
	bottom: -36px;
	left: 13px;
	background-color: #FFF;

}
.header nav>ul{
	padding-top: 40px;
}
div.header nav ul>li{
	padding:0px 10px;
	border-right: 1px solid #707070;
}
div.header nav ul>li:last-child{
	border-right:none;
}
.header nav ul p,
.header nav ul li a{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	color: #FFF !important;
	line-height: 1;
	padding: 0 13px;
}
.header nav ul p,
.header nav ul li:last-child a{
	padding: 0 0px 0 13px;
}
.header nav ul .left_nav{
	right: 255px;
	position: fixed;
	top:0px;
	height: 84px;
	overflow: hidden;
}

.header nav ul .left_nav a{
	display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    padding: 19px 40px;
    color: #FFF !important;
	background:#796943;
}
.header nav ul .left_nav a:hover{
	background: #FFF;
	color: #1A1A1A !important;
}
.header nav ul li a.active{
	opacity: .5!important;
}

.header nav ul li .ac{
  padding-right: 10px;
  background: url(../img/a.png) no-repeat;
  background-size:11px auto;
	margin-right: 10px;
	background-position: right 7px;
	cursor: pointer;
	position: relative;
padding-bottom: 40px;
}

.header nav ul li .ac ul{
	position: absolute;
	left: 0;
	top:54px;
	display: none;

}
.header nav ul li .ac ul li:first-child{
	border-top: none !important;
}
.header nav ul li .ac ul li{
	width: 332px;
	height: 56px;
	padding: 20px 25px;
	background: #5E5649;
	box-sizing: border-box;
	text-align: left;
	border-top: 1px solid #FFF;
}
.header nav ul li .ac ul li a{
	text-align: left;
}


.menu_sp{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 1001;
}

.menu_sp.on .open,
.menu_sp .close{
	display: none;
}
.menu_sp.on .close{
	display: block;
}
div.header nav>ul{
	display: flex;
}
@media screen and (max-width: 1000px) {
	header.header{
		display: block;
		z-index: 1200;
		background: none !important;
	}
	.header nav ul>.active::after{
		display: none !important;
	}
	.header nav ul li a.active{
		opacity:1!important;
		color: #988B6E !important;
	}
	div.header nav{
		width: 100%;
	}
	header.header nav ul{
		width: 100%;

	}
	div.header nav ul{
		width: 100%;
		display: flex;
		justify-content: center;
		row-gap:10px;
	}
	div.header nav ul li:nth-child(4){
		border-right:none ;
	}
	div.header nav ul li img{
		height: 17px;
	}
	.header nav>ul{
		padding-top: 20px;
	}
	html{
		overflow-x: hidden;
	}
	.header::before{
	}
	.header{
		height: 90px;
		padding-top: 0;
	}
	div.header{
		height: auto;
		padding-top: 0;
	}
	
	div.header nav{
		position: relative;
		padding-bottom: 20px;

	}
	
	
	
	header.header nav ul.lan li a{
		color: #FFF;
			font-size: 1.5rem !important;
	}

	header.header nav ul li a.active{
	color: inherit;
	text-decoration: none;
}
	div.header {
		min-height: 80px;
	}
	header.header nav{
			display: none;
			transform: translate(0);
	}
	header.header nav.on{
		
		position: fixed;
		margin: 0;
		top:0;
		left: 0;
		background:#616161;
		width: 100%;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header nav ul li a{
		display: block;
		text-align: left !important;
		border:none !important;
		font-size: 1.7rem !important;
		padding: 0 25px;
		color: #FFF !important;
	}
	header.header nav ul{
		display: block;
		transform: translateX(0);
		left: 0;
	}
	div.header nav ul{
		flex-wrap: wrap;
	}

.header nav ul p, .header nav ul li a {
    display: block;
    text-align: left;
    font-size: 2.1rem;
    color: #FFF !important;
    line-height: 1;
    padding: 0;
}

div.header nav ul li a {
	line-height: 0;
}
 
header.header nav>ul>li {
    padding:16px 0;
	width: 100%;
	text-align: center;
		box-sizing: border-box;
}
header.header nav>ul>li a{
	text-align: center !important;
}
header.header nav ul li .ac{
	  padding-right:0px;
	  background:none;
		margin-right: 0px;
	padding-bottom: 0px;
	}

	header.header nav ul li .ac ul{
		position: static;
		left: 0;
		top:54px;
		display: block !important;

	}
	.header nav ul li .ac ul li:first-child{
		border-top: none !important;
	}
	.header nav ul li .ac ul li{
		width: 100%;
		height:auto;
		padding: 0;
		background: none;
		box-sizing: border-box;
		text-align: left;
		border-top: none;
	}
	.header nav ul li .ac ul{
		margin-top: 15px;
	}
	.header nav ul li .ac ul li a{
		text-align: left;
		margin-top: 5px;
		font-size: 1.7rem !important;
	}
	.header nav ul li .ac ul li a::before{
		content: "●　";
		color:#616161;
		font-size: 1.1rem;
		vertical-align: 3px;
	}


	.logo_sp{
		position: fixed;
		top:0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 60px;
	}
	.position_relative .logo_sp{
		background:#FFF;
	}
}
footer{
	position: relative;
	background:#1A1A1A;
	color: #FFF;
	font-size: 1.2rem;
	padding: 20px;
	text-align: center;
	z-index: 100;
}
footer span{
	color: #BABABA;
}
.nav_maru{
	position: absolute;
	bottom: -50px;
	left: 50%;
	display: flex;
	gap:20px;
	transform: translateX(-50%);
}

.nav_maru li{
	pointer-events: none;
	cursor: pointer;
	color: #DFDFDF;
}

.nav_maru li.ac{
	color:#E8009B;
}
