
@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;
}
h4{
	line-height: 1.4;
}
html {
	background-color: #000;
	font-size: 62.5%;

	overflow-x: hidden;
}
@media all and (max-width: 1380px) {
	/*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: #FFF;
}
option {
	background-color: #FFF !important;
	color: #000 !important
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
div,p{
	line-height: 1.8;
	font-weight: 400;
	font-size: 1.7rem;
}
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:visited,
a:active,
a:link {
	text-decoration: none;
	font-size:inherit;
	color: inherit;
}
a:visited {
	color: #FFF;
}

a:active {
	color: #FFF;
}
a:hover {
	cursor: pointer;

}
.opa,
a:hover img{
	transition: 0.3s;
}
.opa:hover,
a:hover img{
	opacity: 0.6;
}
.pink:hover{
color: #DA4378 !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;
}
@media all and (min-width: 1380px) {
	.sp {
		display: none !important;
	}
	
}
@media all and (max-width: 1380px) {

	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: 1300px;
	padding: 0 50px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
  }
.w600{
	max-width:600px;
	box-sizing: border-box;
}

@media all and (max-width: 1380px) {
	.w600{
		max-width:100%;
		box-sizing: border-box;
	}
	.wrapper .in_box{
		padding: 0 20px;
		width: 100%;
	  }
}


/*------------------TEXTクラス-----------------*/

h1{

}

h2{
	line-height: 1.4;
	font-size: 5.1rem;
	font-family: "Roboto",'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	letter-spacing: 0.1em;
}
h2 span{
	display: block;
	font-size: 2rem;
	color: #6D7678;
	letter-spacing: normal;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

h3{font-size: 2rem;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

h4{}


@media all and (max-width: 1380px) {
	h2{
		font-size: 2.6rem;
	}
	h2 span{
		font-size: 1.3rem;
	}
}

/*------------------COLORクラス-----------------*/
a.color1,
.color1{
	color: #FF6666
}
.color2{
	
}
.color3{
	
}

.bg_color1{
	background: linear-gradient(90deg, #da4378 0%, #d94751 100%);
}
.bg_color2{
	background: linear-gradient(90deg, #6d7678 0%, #455053 100%);
	
}
.bg_color3{
	background-color: rgba(26,48,51,0.9);

	padding: 80px 0;
}
.color_title{
	padding: 120px 0;
}
.color_title::after{
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top:0;
	background: linear-gradient(90deg, #da4378 0%, #d94751 100%);
	opacity: 0.9;
	z-index: -1;
}
.color_bg{
	position: relative;
	padding: 120px 0;
}
.color_bg::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background: linear-gradient(90deg, #6d7678 0%, #455053 100%);
		opacity: 0.9;
		z-index: -1;
	}
@media all and (max-width: 1380px) {
	h2{
		font-size: 2.6rem;
	}
	h2 span{
		font-size: 1.3rem;
	}
	.bg_color3{
		padding: 40px 0;
	}
	
	.color_title{
		padding: 60px 0;
	}
	.color_bg{
		padding: 60px 0;
	}
}



/*------------------BTNクラス-----------------*/
.h_btn{
	color: #FFF !important;
	font-size: 1.6rem;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	width: 280px;
	box-sizing: border-box;
	transition: .3s;
	overflow: hidden;
	position: relative;
	padding: 0 !important;
	margin-top: -20px;
  }

.h_btn:hover::before {
	opacity: 0;
}

  .h1_btn{
	padding:18px 40px;
	color: #FFF !important;
	font-size: 2.1rem !important;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	width: 345px;
	margin-top: 50px;
	box-sizing: border-box;
	transition: .3s;
	border: 1px solid #FFF ;
	position: relative;
	overflow: hidden;
  }
  .h1_btn:hover{
	border: 1px solid #D94564 ;
	background-color: #FFF;
	color: #D94564 !important;
  }
  .h1_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
	background: linear-gradient(90deg,#da4378 0%, #d94751 100%);
    opacity: 1;
    transition: opacity 0.3s;
}
.h1_btn:hover::before {
	opacity: 0;
}
  .h2_btn{
	position: relative;
  }
  .h2_btn.ac{
	padding:12px 40px;
	color: #FFF !important;
	font-size: 2.2rem !important;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	width: 300px;
	height: 64px;
	box-sizing: border-box;
	transition: .3s;
	position: relative;
	overflow: hidden;
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);

  }

  .h2_btn.no{
	padding:12px 40px;
	color: #5400C4 !important;
	font-size: 2.2rem !important;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	width: 300px;
	height: 64px;
	box-sizing: border-box;
	transition: .3s;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
transition: 0.3s;
  }
  
  .h2_btn.no::before,
  .h2_btn.ac::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
	width: 300px;
height: 64px;
border-radius: 32px;
background: linear-gradient(90deg, #9ce 0%, #9ce 41%, #eb53f1 100%);
    opacity: 1;
    transition: 0.3s;
}
.h2_btn.no:hover {
background-color: rgba(0, 0, 0, 0);
color: #FFF !important;
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.margin_left_95{
 margin-left: 95px;
}

.btn1{
	padding:15px 40px;
	color: #FFF !important;
	font-size: 1.6rem;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	box-sizing: border-box;
	transition: .3s;
	border: 1px solid #FFF;
	overflow: hidden;
	position: relative;
  }
  .btn1:hover{
	border: 1px solid #D94564 ;
	color: #D94564 !important;
	background-color: #FFF;
  }

  .btn1::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
	background: linear-gradient(90deg,#da4378 0%, #d94751 100%);
    opacity: 1;
    transition: opacity 0.3s;
}
.btn1:hover::before {
	opacity: 0;
}

  .modal_btn{
	position: absolute;
	right: 5px;
	bottom: 5px;
  }
  .modal .modal_btn{
	position: fixed;
	right: 30px;
	top: 15px;
	z-index: 100;
  }

  .modal_btn a{
	border-radius: 7px;
	text-align: center;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	z-index: 10;
	text-align: right;
	transition: 0.3s;
	font-size: 1.7rem;
  }
  .modal_btn a img{
	margin-left: 8px;
	opacity: 1 !important;
  }
  .modal_btn a:hover{
	opacity: 0.5 !important;
  }

@media screen and (max-width: 1380px) {
	.h1_btn{
		margin-top: 30px;
		padding:15px 20px;
		font-size: 1.4rem !important;
		width: 200px;
	  }
	  .modal_btn{

		margin: 10px;
	  }
	  .modal_btn a{
	  }
	  .modal_btn a img{
		width: 35px;
		margin-left: 8px;
		opacity: 1 !important;
	  }
	  .modal .modal_btn {
    position: fixed;
    right: 15px;
    top: 0;
	  }
	  
}

  
/*------------------背景クラス-----------------*/

/*------------------調整クラス-----------------*/
.w1880_p{
	box-sizing: border-box;
	padding:0 40px;
	width: 100%;
	position: relative;
	margin:0 auto;
}
.w1200_p{
	max-width: 1380px;
	box-sizing: border-box;
	padding:0 40px;
	width: 100%;
	position: relative;
	margin:0 auto;
}

.w1000_p{
	max-width: 1080px;
	box-sizing: border-box;
	padding:0 40px;
	width: 100%;
	position: relative;
	margin:0 auto;
}

.text_lineheight_24{
	line-height: 2.4;
}
.entry{
	
}

@media screen and (max-width: 1380px) {
	.w1200_p{
		padding:0 20px;
	}
	.w1000_p{
	
		padding:0 20px;
		width: 100%;
	}
}
/*------------------header------------------*/

.header{
	position: fixed;
	width: 100%;
	z-index: 1001;
	top:0px;
	left: 0;
	background-color:#000;
	padding-top:0px;
	height: 110px;
	display: flex;
    align-items: center;
}

.header nav{
	
}

.header nav ul{
	display: flex;
}
.header nav ul li a{
	font-size: 1.6rem;

}
.logo{
	opacity: 1 !important;
}




@media screen and (min-width: 1380px) {
	.header nav ul li a{
	 transition: .2s;
	}
.header nav ul li a:hover{
	color: #99CCEE !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: fixed;
    right: 0px;
    top: 18px;
	display: flex;
}
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;

}

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.5rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	padding: 30px 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: #243033 !important;
}
.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 (min-width: 1440px) {
    .menu_sp {
        display: none !important;
    }
}
@media screen and (max-width: 1440px) {
	
	header.header{
		display: block;
		z-index: 1200;
		
	}
	.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: 60px;
		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:#000;
		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;
	}
	header.header nav ul{
		display: block;
		transform: translateX(0);
		margin-top: -140px;
		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: 1.7rem !important;
    line-height: 1;
    padding: 0;
	color: #FFF !important;
}

.header nav ul li a.h_btn{
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	width: 284px;
	box-sizing: border-box;
	

}
.header nav ul li.padding_left_20{
	position: fixed;
}
div.header nav ul li a {
	line-height: 0;
}
 
.w1880_p {
    box-sizing: border-box;
    padding: 0 20px;
}
header.header nav>ul>li {
    padding:15px 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{
		width: 140px;
		padding: 15px 0;
	}
	.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:#000;
	color: #FFF;
	font-size: 1.2rem;
	padding: 28px;
	text-align: center;
	z-index: 10050;
}
footer a{
	font-size: 1.2rem !important;
}
footer span{
	font-size: 1.2rem;
	color: #BABABA;
}