@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;
}

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;
}
.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;
	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;
}
.itemlist li a {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    color: #666;
    letter-spacing: 0.1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.f-banner 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;
}
.grid1 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;
}
.grid2 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;
}
a{
	color: #2e2024;
	text-decoration: none;
}

a:hover{
	color: #7e837f;;
}
.wrapper {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 5px;
}
h1{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 30px;
	line-height: 1.5em;
	color: #333;
	margin: 0;
}

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: 1200px;
      margin-left: auto;
      margin-right: auto;
  }
	.pc{
		display: none;
	}
}
@media screen and (max-width: 920px){
  .w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
	.w900{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 640px){
	h1{
		letter-spacing: 0.1em;
		font-size: 25px;
		line-height: 1.5em;
		color: #333;
	}
	.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;
}
.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 (max-width: 1220px){
  .w1200 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
	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 (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;
	}
	header .in_head{
}
}
@media screen and (max-width: 640px){
	header .in_head .infohead .headbottom .headSearchArea{
		display: none;
	}
}
@media screen and (max-width: 500px){
  .w1200{
  	width: auto;
  }
	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 .sideNavi_title p{
	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;
	}
}
/****************************************************************************************************************************
		ページナビ
****************************************************************************************************************************/
/****************************************************************************************************************************
		コンテンツ
****************************************************************************************************************************/
/****************************************************************************************************************************

****************************************************************************************************************************/
/*ここまで*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		固定ページ量産用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*******************************************************************************************
  メインカラム
*******************************************************************************************/
  /*******************************************************************************************
	ループ部分
  *******************************************************************************************/

  /*----------------------------------------------------------------
	説明文(自由入力エリア)
  ----------------------------------------------------------------*/

  /*----------------------------------------------------------------
	商品一覧リスト
  ----------------------------------------------------------------*/

  /*------------------------------------------------------------------------
  囲みがある場合修正
  ------------------------------------------------------------------------*/

 /*******************************************************************************************
メイン★
  *******************************************************************************************/
.pc{
	display: block;
}
.sp{
	display: none;
}
/*******************************************************************************************
,ボタン★
 *******************************************************************************************/
 .b_area {
     margin-left: 11%;
     margin-right: 18%;
     margin-bottom: 10%;
     padding-left: 28%;
     padding-right: 24%;
     margin-top: 50px;
 }
.button {
       background:linear-gradient(112.72013189013455deg, rgba(103, 180, 177,1) 4.927083333333334%,rgba(52, 102, 136,1) 97.84374999999999%);
       border-radius: 0.5px;
    padding: 10px;
}
.s{
   color: #fff;
   font-weight: bolder;
   text-align: center;
}

/*******************************************************************************************
アイキャッチ画像と商品★
 *******************************************************************************************/
#eye_catch {
  background-color: #fff;
  background-image: url(../../../img/adv_pc.jpg);
}

.bg_size{
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
margin-top: 10%;
}

.warpper{
       max-width: 1200px;
       margin: 0 auto;
}
.page_title {
  font-size:1.5rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;

}
.bike{
     padding-left: 3%;
}
.bike, .p_text {
        font-family: serif;
        font-size: 14px;
        color: #fff;
        text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;
}
.page_concept, .day, h3 {
      font-family: serif;
    }
    .p_text {
           padding-bottom: 3%;
           color: #fff;
    text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;
  }
    #text {
        padding-top: 33%;
        text-align: left;
        color: #fff;
        padding-right: 51%;
        padding-left: 2%;
    }
.day, .banner {
     text-align: center;
     font-size:3rem;
     font-weight: bold;
}
h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.grid1 img {
       border: 1px solid #000;
}
.grid1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}
.grid2 {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 5px;
}
.sec02 {
       border: 1px solid #000;
       margin-bottom: 20px;
     }
     .categori_ul {
         margin: auto;
         margin-bottom: 5.21vw;
         margin-top: 10vh;
     }
@media screen and (max-width: 1200px){
  .warpper {
        padding: 0 5%;
}
.categori_ul {
    margin-top: 5vh;
}
.page_title {
    padding-top: 30%;
  }
.page_title {
    font-size: 2rem;
    text-transform: uppercase;
}
}
  @media screen and (max-width: 900px){
    #eye_catch {
    }
    .categori1_ul {
    width: 98%;
}
.categori_ul {
    margin: auto;
    margin-bottom: 5.21vw;
    margin-top: 5vh;
}
#text {
    padding-top: 0%;
    color: #fff;
    padding-right: 19%;
    padding-left: 0%;
}
.bike, .p_text {
    font-family: serif;
    font-size: 12px;
    font-size: 1.5rem;
}
.page_title {
padding-top: 33%;
}
.warpper {
padding: 0px 3%;
　}
  }
    @media screen and (min-heigh: 800px){
    #text {
    padding-top: 0%;
    color: #fff;
    padding-right: 21%;
    padding-left: 0%;
   }
    }
    @media screen and (max-width: 600px){/*スマホ*/
      .page_title {
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
}
.p_text {
  padding-bottom: 30px;
}
.bike, .p_text {
    font-family: serif;
    font-size: 11px;
}
.bg_size {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.grid1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.grid2 {
    display: block;
    gap: 5px;
}
#text {
    padding-top: 0%;
    text-align: left;
    padding-right: 0%;
    padding-left: 0%;
}
   .day{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
 }
 h3 {
     margin-top: 5px;
     margin-bottom: 10px;
     padding-bottom: 0px;
     border-bottom: 1px solid #000;
 }
 }
@media screen and (max-width: 500px){/*スマホ*/
  #eye_catch {
    background-image: url(../../../img/adv_mo.jpg);
  }
  h3 {
    margin-bottom: 0px;
  }
  .warpper {
    padding: 0 2%;
}
  .page_title {
    font-size: 1.3rem;
    letter-spacing: 0.7rem;
}
  .p_text {
    padding-bottom: 16px;
  }
  .bg_size {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
  .glid2 {
      display: block;
      margin-bottom: 30px;
  }
  .page_title {
   font-size: 2rem;
   letter-spacing: 0.7rem;
}
#text {
    padding-top: 42%;
    text-align: center;
    padding-right: 0%;
    padding-left: 0%;
}
  .warpper {
        padding: 0 4%;
  }
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
  .page_concept{
      padding-top: 200px;
      text-align: center;
      color: #fff;
  }
	* {
		margin: 0;
		padding: 0;
	  }
    }
    @media screen and (max-width: 400px){/*スマホ*/
      .warpper {
    padding: 0 2%;
    }
    .page_title {
    font-size: 1.7rem;
    padding-top: 50%;
  }
  }
@media screen and (max-width: 370px){/*スマホ*/
  #text {
      padding-top: 80%;
}
.page_title {
    font-size: 1.7rem;
    padding-top: 25%;
}
.s{
font-size: 11px;
}
}
/****************************************************************************************************************************
		ボタン 　レスポンシブ
****************************************************************************************************************************/
@media screen and (max-width: 1200px){
h3 {
    font-size: 1.2rem;
}
.b_area {
    margin-left: 9%;
    margin-right: 19%;
    margin-bottom: 10%;
    padding-left: 30%;
    padding-right: 24%;
    margin-top: 10%;
}
}
@media screen and (max-width: 1100px){
.b_area {
    margin-left: 20%;
    margin-right: 0%;
    margin-bottom: 10%;
    padding-left: 20%;
    padding-right: 38%;
    margin-bottom:
}
@media screen and (max-width: 900px){
h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 35px;
    border-bottom: 1px solid #000;
}
.b_area {
    margin-left: 15%;
    margin-right: 0%;
    margin-bottom: 10%;
    padding-left: 20%;
    padding-right: 35%;
}
}
@media screen and (max-width: 600px){
  .b_area {
      margin-left: 7%;
      margin-right: 7%;
      margin-bottom: 10%;
      padding-left: 20%;
      padding-right: 20%;
}
}
@media screen and (max-width: 500px){
  .b_area {
      margin-left: 5%;
      margin-right: 0%;
      margin-bottom: 10%;
      padding-left: 14%;
      padding-right: 20%;
}
}
