@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;900&family=Noto+Serif+JP:wght@400;500;900&family=Sawarabi+Mincho&family=Shippori+Mincho+B1:wght@400;600;800&display=swap');

html{
  font-size: 62.5%;
  line-height: normal;
}
.head_img {
    width: 83.33vw;
    margin: auto;
    margin-top: 12.25vw;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: transparent;
}
img {
    width: 100%;
}
body{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  max-width: 100vw;
  font-family: 'Hina Mincho','Noto Sans JP',"Noto Serif JP","Sawarabi Mincho",sans-serif, "serif";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color:#fff;
  font-weight: 400;
}
.position_r{
    position: relative;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/*--ここから--*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
		ベース用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
		共通
****************************************************************************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-------------------------------------------------------------------------------------------
	初期設定
-------------------------------------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	width: 100%;
}

body{
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight:300;
	font-weight: normal;
	color: #666;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	background-color: #fff;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
p{
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a{
	color: #dd3264;
	text-decoration: none;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;*/
}

a:hover{
	color: #ee0046;
  opacity: 0.5;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;*/
}

.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}




input,textarea{
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	background-color: initial;
}

.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.w900{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1220px){
	.w1200{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pc{
		display: none;
	}
}
@media screen and (max-width: 1000px){
  h1{
    letter-spacing: 0.1em;
    font-size: 24px;
}
}
@media screen and (max-width: 920px){
	.w900{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
  h1{
    letter-spacing: 0.1em;
    font-size: 25px;
    line-height: 1.5em;
    color: #333;
  }
}
@media screen and (max-width: 640px){
	h1{
		letter-spacing: 0.1em;
		font-size: 25px;
		line-height: 1.5em;
		color: #333;
	}
	h2{
    text-align: center;
		line-height: 1.5em;
		color:
		#fff;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}
/****************************************************************************************************************************
		ヘッダー
****************************************************************************************************************************/
header{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	border-bottom: solid 1px #ddd;
}

header .in_head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .logoArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .logoArea a{
	display: block;
	height: 70px;
	padding: 15px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .logoArea img{
	display: block;
	width: auto;
	height: 45px;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

header .in_head .infohead{
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .infohead .headtop{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .in_head .infohead .headtop ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .in_head .infohead .headtop li{
	position: relative;
}

header .in_head .infohead .headtop li:before{
	content: '';
	display: block;
	width: 1px;
	height: 70%;
	position: absolute;
	top:0;
	left: 0;
	right:auto;
	bottom:0;
	margin: auto;
	background-color: #ccc;
}

header .in_head .infohead .headtop li:nth-child(1):before{
	display: none;
}

header .in_head .infohead .headtop li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #333;
	background-color: #f5f5f5;
	padding: 0 20px;
	height: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .infohead .headtop .head_icon{
	margin-left: 8px;
}

header .in_head .infohead .headtop .head_icon a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	letter-spacing: 0;
	line-height: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .infohead .headtop .head_tw_icon a{
	background-color: #00acee;
	color: #fff;
	font-size: 17px;
}

header .in_head .infohead .headtop .head_mail_icon a{
	background-color: #ff426e;
	color: #fff;
}

header .in_head .infohead .headbottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .infohead .headbottom nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .infohead .headbottom nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .infohead .headbottom nav li{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0;
	padding: 0 15px;
	position: relative;
	cursor:pointer;
}

header .in_head .infohead .headbottom nav li span{
	display: block;
	position: relative;
	padding-right: 20px;
}

header .in_head .infohead .headbottom nav li span:before{
	font-family: fontawesome;
	content: '\f0d7';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top:0;
	left: auto;
	right:0px;
	bottom:0;
	margin: auto;
	color: #999;
}

header .in_head .infohead .headbottom nav li ul.child{
	display: none;
	position: absolute;
	top:70px;
	left: 0;
	background-color: #fff;
	border: solid 1px #aaa;
	min-width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .in_head .infohead .headbottom nav li ul.child li{
	display: block;
	text-align: left;
	padding: 0 0px;
	cursor: default;
}

header .in_head .infohead .headbottom nav li ul.child li.ft{
	border-top: solid 1px #ddd;
	margin-top: 10px;
	padding-top: 10px;
}

header .in_head .infohead .headbottom nav li ul.child li.ft:nth-child(1){
	border-top:none;
	margin-top: 0px;
	padding-top: 0px;
}

header .in_head .infohead .headbottom nav li ul.child li a{
	display: block;
	color: #666;
	padding: 2px 10px;
}


/* on */
header .in_head .infohead .headbottom nav li.on{
	background-color: #e7e7e7;
}
header .in_head .infohead .headbottom nav li.on ul.child{
	display: block;
}

/*----------------------------------------------
検索窓
----------------------------------------------*/
header .in_head .infohead .headbottom .headSearchArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 190px;
	margin-left: 10px;
}

header .in_head .infohead .headbottom .headSearchArea .search-box{
}

header .in_head .infohead .headbottom .headSearchArea .search-box form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

header .in_head .infohead .headbottom .headSearchArea .search-box #search-input{
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	display: block;
	width: 100%;
	height: 30px;
	border: solid 1px #ccc;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 0px 35px 0px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	background-color: inherit;
	color: #666;
}

header .in_head .infohead .headbottom .headSearchArea .search-box #search-input::placeholder{
	color: #aaa;
	font-weight: normal;
	letter-spacing: 0.1em;
}

header .in_head .infohead .headbottom .headSearchArea .search-box button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #666;
	background-color: inherit;
	border: none;
	position: absolute;
	top:0;
	left: auto;
	right:0;
	bottom:0;
	margin: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5px;
	line-height: 1em;
	cursor:pointer;
}

/*----------------------------------------------
trigger
----------------------------------------------*/
header .in_head .infohead .headbottom .trigger{
	display: none;
	width: 45px;
	height: 100%;
	margin-left: 15px;
}
header .in_head .infohead .headbottom .trigger p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45px;
	height: 45px;
	position: relative;
	cursor:pointer;
	background-repeat: repeat;
	background-color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .in_head .infohead .headbottom .trigger span{
	display: block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .in_head .infohead .headbottom .trigger span:before{
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	top:13px;
	left: 0;
	right:0;
	bottom:auto;
	margin: auto;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .infohead .headbottom .trigger span:after{
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	top:auto;
	left: 0;
	right:0;
	bottom:13px;
	margin: auto;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/* とりあえず */
header .in_head .infohead .searchBox{
	display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 230px;
	height: 30px;
	font-size: 13px;
	color: #888;
	border: solid 1px #ddd;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	margin-left: 10px;
	line-height: 1.7em;
}

header .in_head .infohead .searchBox:before{
	font-family: fontawesome;
	content: '\f002';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffec04;
	width: 30px;
	height: 30px;
	position: absolute;
	top:0;
	left: auto;
	right:-1px;
	bottom:0;
	margin: auto;
	border-radius: 0px 30px 30px 0px;
	-webkit-border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	cursor:pointer;
	font-size: 16px;
	color: #555;
}
.headline{
	display: block;
	text-align: center;
	/*background-position: center center;
	background-repeat: repeat-x;*/
}
.headline .headline_in{
	display: block;
	font-size: 18px;
	letter-spacing: 0.2em;
}
.headline .headline_in a{
	display: block;
	background-color: #ffec04;
	padding: 10px 0;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #333;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}

.headline .headline_in a:after{
	content: '';
	display: block;
	width: 0;
	height: 5px;
	position: absolute;
	top:auto;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background-color: #ffd504;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.headline .headline_in p{
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin-right: 20px;
}

.headline .headline_in span{
	display: inline-block;
	font-weight: bold;
	font-size: 25px;
	padding: 0px 10px;
	color: #ff4209;
}

header iframe{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 920px){
	header .in_head .logoArea a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	header .in_head .infohead .headbottom nav li:hover span{
		color: #333;
	}
	header .in_head .infohead .headbottom nav li:hover span:before{
		color: #333;
	}
	header .in_head .infohead .headbottom nav li ul.child li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1220px){
	header .in_head .infohead .headbottom nav{
		display: none;
	}
	header .in_head .infohead .headbottom .trigger{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
}
@media screen and (max-width: 920px){
	header .in_head{
		padding-left: 0px;
	}
}
@media screen and (max-width: 640px){
	header .in_head .infohead .headbottom .headSearchArea{
		display: none;
	}
}
@media screen and (max-width: 500px){
	header .in_head .logoArea{
		width: 250px;
	}
	header .in_head .logoArea a{
		width: 100%;
		height: auto;
		padding: 8px 0;
	}
	header .in_head .logoArea img{
		width: 100%;
		height: auto;
	}
	header .in_head .infohead .headbottom .trigger{
		width: 40px;
		margin-left: 0px;
	}
	header .in_head .infohead .headbottom .trigger p{
		width: 40px;
		height: 41px;
	}
	header .in_head .infohead .headbottom .trigger span{
		width: 22px;
	}
	header .in_head .infohead .headbottom .trigger span:before{
		width: 22px;
		top:12px;
		left: 0;
		right:0;
		bottom:auto;
	}
	header .in_head .infohead .headbottom .trigger span:after{
		width: 22px;
		top:auto;
		left: 0;
		right:0;
		bottom:12px;
	}
}
/****************************************************************************************************************************
		サイドナビ
****************************************************************************************************************************/
.sideNavi{
	display: block;
	width: 300px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: auto;
	right:0;
	z-index: 10000;
	overflow: hidden;
	-moz-transform: translate(317px, 0);
	-webkit-transform: translate(317px, 0);
	-o-transform: translate(317px, 0);
	-ms-transform: translate(317px, 0);
	transform: translate(317px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi.on{
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi .sideNavi_in{
	width: 317px;
	height: 100%;
	overflow-y: scroll;
}

.sideNavi .sideNavi_in .sideNavi_box{
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0 0 15px;
}

.sideNavi .sideNavi_in .sideNavi_box {
	flex: 1;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
	width: 60px;
	height: 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor:pointer;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span{
	width: 31px;
	height: 31px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:before{
	content: '';
	display: block;
	width: 31px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:after{
	content: '';
	display: block;
	width: 1px;
	height: 31px;
	background-color: #333;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}
.sideNavi .sideNavi_in .sideNavi_box .menu{
	border-top: solid 1px #ddd;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li{
	display: block;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-bottom: dashed 1px #ddd;
	padding: 0 40px 0 15px;
	color: #333;
	position: relative;
	font-weight: bold;
}
.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover{
	opacity: 0.5;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover:after{
	color: #fff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a{
	background-color: #38bbd3;
	color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a:after{
	display: none;
}
.sideNavi_bg{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.4);
	cursor:pointer;
}

@media screen and (max-width: 920px){
	.sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
		right: 30px;
	}
	.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
		margin-right: 15px;
	}
}

@media screen and (max-width: 500px){
}
/****************************************************************************************************************************
		フッター
****************************************************************************************************************************/
footer{
	/*background-color: #f9f9f9;*/
	background: #333;
	padding-top: 50px;
	padding-bottom: 0px;
}

footer .in_foot{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .in_foot .foot_navArea{
}

footer .in_foot .foot_navArea .foot_navArea_in{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .in_foot .foot_navArea .navBox{
	width: 20%;
}


footer .in_foot .foot_navArea .navBox ul{

}

footer .in_foot .foot_navArea .navBox li{

}

footer .in_foot .foot_navArea .navBox li a{
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding: 3px 0px;
}

footer .copyright{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: solid 1px #393939;
	margin-top: 50px;
}

footer .copyright .foot_logo{
	margin-bottom: 10px;
}

footer .copyright .foot_logo a{
	display: block;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	line-height: 1.7em;
	font-size: 13px;
}

footer .copyright .foot_logo a img{
	display: block;
	width: 100%;
	line-height: 1em;
}

footer .copyright .foot_text{
}

footer .copyright .foot_text a{
	color: #fff;
	line-height: 1.7em;
	font-size: 13px;
}

footer .copyright .copy{
	display: inline-block;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.2em;
	color: #fff;
}

#page-top{
  position: fixed;
	top:auto;
	left:auto;
	right: 20px;
  bottom: 20px;
	width: 45px;
	height: 45px;
	z-index: 1000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#page-top a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45px;
	height: 45px;
	background-color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#page-top a span{
	width: 12px;
	height: 12px;
	position: relative;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 8px;
}

#page-top a span:before{
	display: block;
	content: '';
	width: 1px;
	height: 12px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#page-top a span:after{
	display: block;
	content: '';
	width: 12px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (min-width: 920px){
	footer .in_foot .foot_logo a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	footer .in_foot .foot_navArea .navBox li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	#page-top a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	footer .copyright a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1200px){
	footer{
		padding-top: 0px;
	}
	footer .in_foot{
		display: none;
	}
	footer .copyright{
		border-top: none;
		margin-top: 0px;
	}
}
@media screen and (max-width: 640px){
	footer .copyright .foot_logo a{
		width: 350px;
	}
}
@media screen and (max-width: 500px){
	footer .copyright .foot_logo a{
		width: 250px;
	}
	#page-top{
		right: 10px;
	  bottom: 10px;
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 400px){
	footer .copyright .foot_text a{
		font-size: 12px;
	}
	footer .copyright .copy{
		font-size: 10px;
}
}
/****************************************************************************************************************************
		ページナビ
****************************************************************************************************************************/
/****************************************************************************************************************************
		コンテンツ
****************************************************************************************************************************/
.gears {
    padding: 5px 10px 65px 10px;
}
.function {
        display: flex;
        justify-content: space-between;
        padding: 0px 10px 0px 10px;
        gap:3px;
}
.pr {
     padding: 20px 30px 20px 30px;
}
#products h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding-top: 70px;
	padding-bottom: 3px;
    color:#fd7a26;
}
.a_line {
	margin-left: 450px;
    margin-right: 450px;
	padding-bottom: 50px;
}
.a_line hr {
	border: 0;
    width: 100%;
    border-top: 2px solid #fd7a26;
}
#products h3 {
        padding-bottom: 28px;
        font-size: 18px;
}
#products .flex_picup {
   display: grid;
   grid-template-columns: 1fr 1fr;
   padding-bottom: 90px;
}
#products .box {
  text-align: left;
    width: 500px;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
}
#products .box1 {
      text-align: center;
      padding: 0px 10px 0px 10px;
      box-sizing: border-box;
}
#products .box p {
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
  }
  #products .box1 p {
      text-align: center;
      margin-top: 15px;
      font-size: 14px;
    }
  #products .flex_items {
    display: flex;
}
.pr_text {
         padding-top: 80px;
         text-align: center;
         padding-top: 55px;
}
.box1 img {
     width: 70%;
}
  @media screen and (max-width: 1000px){
.pr_text {
    padding-top: 40px;
}
.rain_all {
  padding-bottom: 0px;
}
.a_line {
	margin-left: 380px;
	margin-right: 380px;
}
}
@media screen and (max-width: 900px){
.pr_text {
  padding-top: 40px;
}
#Banner {
   padding: 0 10px;
}
}
@media screen and (max-width: 820px){
  .function {
       gap: 5px;
       padding: 0px 0px 0px 0px;
  }
  .a_line {
	margin-left: 330px;
	margin-right: 330px;
}
  #products .box1 p {
    text-align: center;
    margin-top: 13px;
    font-size: 14px;
    margin-bottom: 50px;
}
#products .flex_picup {
  display: block;
}
  #products h3 {
    font-size: 16px;
}
#products h1 {
    padding-top: 30px;
		font-size: 24px;
}
#products .box {

    padding: 0px;
}
#products .box1 {
      padding: 0px;
}
#products .flex_picup {
    padding-bottom: 100px;
}
.gears {
  padding: 10px 0px 40px 0px;
}
}
  @media screen and (max-width: 600px){
	.a_line {
		margin-left: 150px;
		margin-right: 150px;
		padding-bottom: 20px;
		}
    #products h3 {
      font-size: 15px;
}
#Banner {
	padding: 0px;
 }
}
  @media screen and (max-width: 500px){
    .pr_text {
             padding-top: 0px;
    }
    #products .box {
    width: auto;
    padding: 15px;
}
#products .box1 {
width: auto;
padding: 0px;
}
    #products .flex_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
    #products h1 {
        margin-bottom: 3px;
        padding-top: 40px;
}
#products h3 {
        font-size: 16px;
        padding-bottom: 10px;
}
#products .box1 p {
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    padding: 0px 25px;
}
}
@media screen and (max-width: 300px){
  #products .box1 p {
      font-size: 12px;
}
#products h1 {
    font-size: 20px;
		padding-top: 20px;
}
}
/****************************************************************************************************************************

****************************************************************************************************************************/

/*ここまで*/
  .loopWrap{
	margin-top: 20px;
  }

  .loopWrap .loopWrap_in{
  }

  @media screen and (max-width: 640px){
	.loopWrap{
	  margin-top: 0px;
	}
  }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		固定ページ量産用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*******************************************************************************************
  メインカラム
*******************************************************************************************/
  .loopWrap{
	margin-top: 20px;
  }

  .loopWrap .loopWrap_in{
  }

  @media screen and (max-width: 640px){
	.loopWrap{
	  margin-top: 0px;
	}
  }
  /*******************************************************************************************
	ループ部分
  *******************************************************************************************/
  .loopWrap .loopWrap_in .loopsBox_w{
  }

  .loopWrap .loopWrap_in .loopsBox_w .loopsBox{
	padding-top: 20px;
  }

  .loopsBox h2{
	line-height: 1.5em;
	color: #333;
  }

  .loopsBox h3{
	line-height: 1.5em;
	color: #333;
  }

  .loopsBox .red{
	color: #ff0000;
  }

  .loopsBox strong{
	color: #333;
  }

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

  }

  /*----------------------------------------------------------------
	説明文(自由入力エリア)
  ----------------------------------------------------------------*/
  .loopsBox .textArea{
	display: block;
	text-align: center;
  }

  .loopsBox .textArea .textArea_in{
	display: inline-block;
	text-align: left;
	color: #333;
	line-height: 1.7em;
	word-break: break-all;
  }

  .loopsBox .textArea .textArea_in a{
	display: inline;
	word-break: break-all;
	color: #61d4d3;
	text-decoration: underline;
  }

  .loopsBox .textArea .textArea_in span.red{
	color: #ff0000;
  }

  /* 左寄せ */
  .loopsBox .textArea.left{
	text-align: left;
  }
  .loopsBox .textArea.left .textArea_in{
	text-align: left;
  }

  /* 中央寄せ */
  .loopsBox .textArea.center{
	text-align: center;
  }
  .loopsBox .textArea.center .textArea_in{
	text-align: center;
  }

  /* 右寄せ */
  .loopsBox .textArea.right{
	text-align: right;
  }
  .loopsBox .textArea.right .textArea_in{
	text-align: right;
  }

  .loopsBox .textArea .textArea_in iframe{
	max-width: 100%!important;
  }

  @media screen and (min-width: 920px){
	.loopsBox .textArea .textArea_in a:hover{
	  opacity: 0.5;
	  -webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
  }

  @media screen and (min-width: 920px){
	.loopsBox .textArea_clum2 .textArea_in a:hover{
	  opacity: 0.5;
	  -webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
  }

  @media screen and (max-width: 800px){
	.loopsBox .textArea_clum2 .text_clum2{
	  display: block;
	}
	.loopsBox .textArea_clum2 .text_clum2 .textArea_in_w{
	  width: 100%;
	}
	.loopsBox .textArea_clum2 .text_clum2 .textArea_in_w:nth-child(2){
	  margin-top: 15px;
	}
  }
  /*------------------------------------------------------------------------
  囲みがある場合修正
  ------------------------------------------------------------------------*/
  .loopWrap .loopWrap_in.bg_type{
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
  }

  .loopWrap .loopWrap_in.bg_type .loopsBox_w:nth-child(1){
	padding-top: 0px;
  }

  .loopWrap .loopWrap_in.bg_type .loopsBox_w:nth-child(1) .loopsBox{
	padding-top: 0px;
  }
  @media screen and (max-width: 640px){
	.loopWrap .loopWrap_in.bg_type{
	  padding-top: 30px;
	  padding-left: 15px;
	  padding-right: 15px;
	  padding-bottom: 30px;
	}
  }
 /*******************************************************************************************
メイン★
  *******************************************************************************************/
.pc{
	display: block;
}
.sp{
	display: none;
}
.inner {
    width: 1060px;
    margin: 0 auto;
}

h1{
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 24px;
	line-height: 1.5em;
	color: #333;
	margin: 0;
  padding-bottom: 1.75vw;
  font-weight: 500;
}
h2 {
  text-align: center;
      letter-spacing: 0.2em;
      font-size: 22px;
      line-height: 1.9em;
      color: #000;
      font-weight: 500;
      padding-top: 80px;
      padding-bottom: 20px;
}
p{
  text-align: center;
	letter-spacing: 0.1em;
	font-size: 16px;
	line-height: 1.6em;
	color: #000;
	font-weight: 400;
}
.new_item_ul li{
	   margin-bottom: 2.61vw;
}
.flex_ul{
	    display: flex;
	    height: 45.16vw;
	    margin: auto 7.98vw;
}
.flex_ul li:first-of-type::before{
	    content: "";
	    border-right: 3px solid #AFAFAF;
	    height: 37.08vw;
	    display: block;
}
.eye_catch {
     width: 1060px;
     margin: auto;
     padding: 80px 0px 30px 0px;
}
.category_banner{
      width: 1060px;
      margin: auto;
      padding: 80px 0px 30px 0px;
}
.text_area{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	width: 29.69vw;
	text-align: center;
}
.text_area p{
	color: #FF0000;
	font-size: 1.51vw;
	font-weight: 700;
	margin-bottom: 2.92vw;
}
.text_area dl{
	margin-bottom: 6.25vw;
}
.text_area dt{
	font-size: 1.72vw;
}
.text_area dd{
	font-size: 1.51vw;
}
.btn_detail{
	width: 9.38vw;
	height: 3.33vw;
	background-color: #000;
	border: 2px solid #fff;
	font-size: 1.51vw;
	font-weight: 400;
	line-height: 1.8;
	box-sizing: border-box;
	margin: auto;
}
.fa-angle-right{
	margin-left: 4vw;
}
.btn_detail a{
	color: #fff;
	width: 8.38vw;
	height: 3.33vw;
	display: inline-block;
}
.white_block{
	position: relative;
	width: 50%;
}
.white_bg{
	width: 41.67vw;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ab_image{
	width: 26.04vw;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 110;
}
.loopsBox .h3Area h3 {
    display: block;
    text-align: center;
    font-size: 50px;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
    word-break: break-all;
    margin-bottom: 54px;
}
@media screen and (max-width: 1024px){
    .inner {
      width: auto;
}
.eye_catch {
     width: auto;
     padding: 110px 0px 30px 0px;
}
}
@media screen and (max-width: 1000px){
    .inner {
      width: 96%;
}
h1{
	font-size: 20px;
}
}
@media screen and (max-width: 500px){/*スマホ*/
h1{
	font-size: 18px;
  margin-bottom: 6vw;
}
p{
      font-size: 14px;
}
.title {
       padding: 0 10px;
}

.title p{
       font-size: 14px;
}
h2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
@media screen and (max-width: 300px){/*スマホ*/
  .title {
         padding: 0 22px;
  }
  p{
        font-size: 12px;
}
h1{
	font-size: 16px;
}
}
/*== ボタン共通設定 */
  .btn {
        /* position: relative; */
        overflow: hidden;
        text-decoration: none;
        display: inline-block;
        border: 1px solid #000;
        padding: 10px 20px 10px 20px;
        text-align: center;
        outline: none;
        /* transition: ease .2s; */
        background: #fbede4;
        width: -webkit-fill-available;
        border-radius: 5px;
    }
    .btn3 {
      /* position: relative; */
      overflow: hidden;
      text-decoration: none;
      display: inline-block;
      border: 1px solid #000;
      padding: 10px 5px 10px 5px;
      text-align: center;
      outline: none;
      /* transition: ease .2s; */
      background: #fbede4;
      width: -webkit-fill-available;
    }
    .button_area1 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 50px 10px 30px 10px;
        gap: 15px;
    }
    .button_line {
      padding-top: 5vh;
      padding-left: 10px;
    padding-right: 10px;
    }
    .button_area1 img {
                      width: 30%;
    }
    .ctg {
         width: auto;
    }
    /*ボタン内spanの形状*/
.btn span, .btn2 span, .btn3 span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#000;
  font-size: 16px;
}
.btn:hover span{
  color:#000;
}
/*========= レイアウトのためのCSS ===============*/
.button{
    vertical-align:middle;
    text-align: center;
}
.buttons {

}
@media screen and (max-width: 1000px){
  .btn {
        padding: 15px 13px 15px 13px;
}
.btn span, .btn2 span, .btn3 span {
  font-size: 16px;
}
}
@media screen and (max-width: 500px){/*スマホ*/
    .inner {
      width: 92vw;
}
}
@media screen and (max-width: 810px){
.button {
        padding-top: 25px;
}
.btn span, .btn2 span, .btn3 span {
  font-size: 16px;
}
.button_area1{
             display: grid;
             grid-template-columns: 1fr 1fr;
             padding-top: 40px;
             padding-bottom: 40px;
             gap:10px;
}
.button_area1 img {
    width: 45%;
}
.button_line {
padding-top: 1vh;
padding-left: 0px;
padding-right: 0px;
}
}
@media screen and (max-width: 600px){/*スマホ*/
/*== ボタン共通設定 */
.button {
      padding-bottom: 15px;
}
.button_area1{
}
  .btn {
        /* position: relative; */
        overflow: hidden;
        text-decoration: none;
        display: inline-block;
        border: 1px solid #000;
        padding: 10px 15px 10px 15px;
        text-align: center;
        outline: none;
        /* transition: ease .2s; */
        background: #fbede4;
        width: -webkit-fill-available;
}
}
@media screen and (max-width: 300px){/*スマホ*/
.button_area1{
  padding: 50px 0px 30px 0px;
}
#products h3 {
    font-size: 14px;
}
}
@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
}
}
span{
    font-variant: small-caps;
}
@media screen and (max-width: 1000px){
  .btn span, .btn2 span, .btn3 span {
    font-size: 16px;
}
}
/*ENDLINE UP　目次*/

@media screen and (max-width: 1030px){
	.wrap{
		height: 44vw;
	}
}

@media screen and (max-width: 900px){
	.wrap{
		height: 50vw;
	}
}
@media screen and (max-width: 820px){
	.loopsBox .h3Area h3{
		font-size: 25px;
	}
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
	}
@media screen and (max-width: 600px){/*スマホ*/
	.eye_catch {
        padding: 70px 0px 20px 0px;
	}
	.wrap{
		height: 60vw;
		margin: auto;
	}
	h2{
		font-size: 16px;
		letter-spacing: 0;
	}
	.flex_ul{
		display: block;
		height: auto;
	}
	.text_area{
		position: static;
		transform: none;
		width: 80vw;
		margin: auto;
	}
	.new_item_ul li{
		width: auto;
	}
	.ab_image{
		position: static;
		transform: none;
		width: 84vw;
		margin: auto;
		margin-bottom: 36px;
	}
	.flex_ul{
		flex-direction: column;
		display: flex;
		margin-bottom: 5vw;
		padding-bottom: 0;
	}
	.flex_ul li:first-of-type::before{
		content: "";
		border-right: none;
		display: none;
	}
	.new_item_ul>li::after{
		content: "";
		border-bottom: 3px solid #F4E729;
		width: 68.27vw;
		margin: auto;
		display: block;
		margin-bottom: 57px;
	}
	.new_item_ul>li:last-of-type::after{
		content: "";
		border-bottom: none;
	}
	.order_sp1{
		order: 1;
	}
	.order_sp2{
		order: 2;
	}
	.text_area p{
		font-size: 4.8vw;
		margin-bottom: 21px;
	}
	.text_area dl{
		margin-bottom: 53px;
	}
	.text_area dt{
		font-size: 5.87vw;
	}
	.text_area dd{
		font-size: 5.33vw;
	}
	.new_item_ul li{
		margin-bottom: 0;
	}
	.btn_detail{
		width: 38.13vw;
		height: 12.8vw;
		font-size: 4.53vw;
		font-weight: 400;
		line-height: 2.5;
		padding-left: 0.43vw;
		margin-bottom: 52px;
	}
	.btn_detail a{
		width: 38.13vw;
		height: 48px;
	}
    .btn span, .btn2 span, .btn3 span {
      font-size: 12px;
  }
	* {
		margin: 0;
		padding: 0;
	  }
    }
@media screen and (max-width: 300px){/*スマホ*/
  .btn span, .btn2 span, .btn3 span {
    font-size: 11px;
  }
  .btn {
      padding: 10px 5px 10px 5px;
}
    .btn3 {
        padding: 10px 0px 10px 0px;
}
}
