@charset "utf-8";

*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html{
  font-family: "UD Shin Go Light",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #212121
  background: #fff;
  min-width: 320px;
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  body { font-size: 13px; }
}


@media screen and (max-width: 700px) {
  body { font-size: 12px; }
}

body, html {
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	background: rgba(255,255,255,0.01);
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*
a img { 
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;  
} 

a:hover img { 
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70); 
}*/

.imghover{
  text-decoration: none !important;
}
  
.imghover{
  -webkit-transition: opacity 0.4s ease-in-out 0s; 
	-moz-transition: opacity 0.4s ease-in-out 0s;
  -ms-transition: opacity 0.4s ease-in-out 0s;
	-o-transition: opacity 0.4s ease-in-out 0s;
	transition: opacity 0.4s ease-in-out 0s;
}

.normal .imghover:hover{
  opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70); 
}

.underline{
  text-decoration: underline;
}

a.underline:hover{
  text-decoration: none;
}

a.imghover{
  text-decoration: none !important;
}

.link_block{
  display: block;
  text-decoration: none !important;
}

/* -------------------------------------------------------------
　form style
--------------------------------------------------------------*/
button, input, optgroup, select, textarea {
	font: inherit;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 700;
  /*font-size: 18px;*/
  color: #162143;
}
input {
	border-radius: 0;
}
input, select {
	vertical-align: middle;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="password"], textarea {
  padding: 0.28em 1em 0.28em 1em;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	border: 1px solid #162143;
}

html.search_active.touch {
  overflow: auto;
  height: 100%;
}

html.search_active.touch body {
  overflow: hidden;
  height: 100%;
}

html.search_active.normal body{
  overflow:  hidden;
}

/* ==========================================================

	common layout

========================================================== */

#load_block{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: #ffffff;
  z-index: 90000;
}


/* ==========================================================
	all_wrap
========================================================== */
#all_wrap {
	overflow: hidden;
}

#all_wrap_in {
  position: relative;
  left: 0;
  transition: left 0.4s ease 0s;
	-webkit-transition: left 0.4s ease 0s;
	-moz-transition: left 0.4s ease 0s;
	-o-transition: left 0.4s ease 0s;
	-ms-transition: left 0.4s ease 0s;
}


.nav_active #all_wrap_in {
  left: -260px;
}



/* ==========================================================
.common_search_content_zone
========================================================== */


.common_search_content_zone .color_picker li input[type="checkbox"] + .color_obj_wrap{
  border: 1px solid #ffffff;
}

.common_search_content_zone{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgba(0,0,0,0.8);
  z-index: 19000;
  transition: left 0.4s ease 0s;
	-webkit-transition: left 0.4s ease 0s;
	-moz-transition: left 0.4s ease 0s;
	-o-transition: left 0.4s ease 0s;
	-ms-transition: left 0.4s ease 0s;
  overflow: hidden;
}

.common_search_content_zone .select_box .select_text{
  color: #000000;
}

.common_search_content_zone .list_search_panel_zone .list_search_panel_wrap{
  font-size: 12px;
}

.common_search_content_zone .list_search_panel_btn_wrap .btn_wrap ul li{
  font-size: 12px;
}

.common_search_content_zone .common_search_title{
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
}

@media screen and (max-width: 900px) {
  .common_search_content_zone .common_search_title{
    font-size: 22px;
  }
}

@media screen and (max-width: 700px) {
  .common_search_content_zone .common_search_title{
    font-size: 16px;
  }
}

.common_search_content_area{
  position: relative;
  width: 200%;
  height: 100%;
  left: 0;
  transition: left 0.4s ease 0s;
	-webkit-transition: left 0.4s ease 0s;
	-moz-transition: left 0.4s ease 0s;
	-o-transition: left 0.4s ease 0s;
	-ms-transition: left 0.4s ease 0s;
}


.common_search_content_wrap{
  position: relative;
  float: left;
  height: 100%;
  width: 50%;
}


.common_search_content{
  overflow-x: hidden;
	overflow-y: scroll;
	/*-webkit-overflow-scrolling: touch;*/
  height: 100%;
  letter-spacing: -0.4em;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

#header_common_search .common_search_content{
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/*
#maker_search_01 .common_search_content{
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
}*/

.common_search_content:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
  width: 0;
}

.common_search_content_in{
  position: relative;
  z-index: 2;
  margin: 100px 0;
  padding: 0px 20px;
  max-width: 1040px;
  display: inline-block;
  vertical-align:  middle;
  text-align: left;
  letter-spacing: normal;
  width: 100%;
}

.common_search_content_block{
  position: relative;
  padding: 50px 20px;
  background: #000000;
  z-index: 2;
}

.common_search_block_in{
  margin: 0 0 50px 0;
}

.common_search_block_in:last-child{
  margin: 0 0 0 0;
}

.common_search_block_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.touch #maker_common_search .common_search_block_bg{
  display: none;
}

#header_search_02 .common_search_content{
  display: none;
}

#header_search_02 .common_search_content.active{
  display: block;
}

.common_search_back{
  margin: 0 0 1em 0;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .common_search_content_in{
    padding: 0px 10px;
  }
  #header_common_search .common_search_content_in{
    margin-bottom: 40px;
  }
  .common_search_content_block{
    padding: 20px 15px;
  }
  .common_search_back{
   font-size: 14px; 
  }
  
}


.common_search_back .text01{
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 3;
  cursor: pointer;
  padding: 0 0 0 1em;
}

.common_search_back .text01:before,
.common_search_back .text01:after{
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#maker_search_return.common_search_back{
  color: #0e7eed;
  display: none;
}

#maker_common_search #maker_search_return.common_search_back .text01:before,
#maker_common_search #maker_search_return.common_search_back .text01:after{
  border-left: 2px solid #0e7eed;
  border-bottom: 2px solid #0e7eed;
}

.common_search_back .text01:before{
  left: 0;
}

.common_search_back .text01:after{
  left: 0.5em;
}

/* ==========================================================
#header_common_search
========================================================== */

#header_common_search .common_search_content_zone{
  padding: 70px 0 0 0;
}

#header_common_search_list{
  display: flex;
  display: -webkit-flex;
  background: #ffffff;
  font-size: 50px;
}

@media screen and (max-width: 900px) {
  #header_common_search_list{
   font-size: 40px; 
  }
}

@media screen and (max-width: 700px) {
  #header_common_search_list{
    font-size: 30px;
  }
}

#header_common_search_list li{
  padding: 20px 0;
  width: 33.3%;
  border-right: 2px solid #000000;
  text-align: center;
  color: #162143;
  cursor: pointer;
}

#header_common_search_list li p{
  font-size: 40%;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

#header_common_search_list li .image_wrap{
  display: table;
  width: 100%;
  height: 2em;
  margin: 0 0 0.2em 0;
}

#header_common_search_list li .image_wrap .image_wrap_in{
  display: table-cell;
  vertical-align:  middle;
}

#header_common_search_list li figure{
  display: inline-block;
  vertical-align:  bottom;
  overflow:  hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

#header_common_search_list li.icon_bike figure{
  width: 2.3em;
  height: 1.37em;
  background-image: url(../img/icon/icon_bike.svg);
}

#header_common_search_list li.icon_parts figure{
  width: 1.77em;
  height: 1.77em;
  background-image: url(../img/icon/icon_parts.svg);
}

#header_common_search_list li.icon_shop figure{
  width: 1.97em;
  height: 1.59em;
  background-image: url(../img/icon/icon_shop.svg);
}

#header_common_search_list li:last-child{
  border-right: none;
}

.nav_active #header_common_search {
  left: -260px;
}

@media screen and (max-width: 700px) {
  #header_common_search_list{
    font-size: 20px;
  }
  #header_common_search_list li{
    padding: 12px 0;
  }
  #header_common_search_list li p{
    font-size: 60%;
  }
}

/* ==========================================================
#maker_common_search
========================================================== */

#maker_common_search.common_search_content_zone{
  z-index: 50000;
  background-color: rgba(255,255,255,0.8);
  /*background-color: rgba(14,126,237,0.8);*/
}


#maker_common_search .maker_nav_lead{
  margin: 0 0 30px 0;
}

#maker_common_search.common_search_content_zone{
  color: #162143;
}

#maker_common_search .common_search_content_in{
  vertical-align:  top;
  margin-top: 120px;
  margin-bottom: 255px;
}

#maker_common_search .common_search_content_block{
  background: #ffffff;
  border: solid 1px #d9d9d9;
}


#maker_common_search.common_search_content_zone .common_search_title{
  color: #162143;
}

#maker_common_search .common_search_back .text01:before,
#maker_common_search .common_search_back .text01:after{
  border-left: 2px solid #162143;
  border-bottom: 2px solid #162143;
}

#maker_common_search .checkbox_list_wrap{
  font-size: 14px;
}

#maker_common_search .common_maker_search_list{
  border-top: 1px solid #dddddd;
  margin: 20px 0 0 0;
}

#maker_common_search .common_maker_search_list_in{
  /*padding: 15px 0;
  border-bottom: 1px solid #dddddd;*/
}

#maker_common_search .common_maker_search_list_in:last-child{
  border-bottom: none;
}

/*
#maker_common_search .maker_word_block{
  letter-spacing: normal;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
}
#maker_common_search .maker_word_block_title{
  font-size: 120%;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px 0;
}

#maker_common_search .maker_word_block_title strong{
  color: #ed1e79;
}*/

/* #maker_common_search .marker_accordion */

#maker_common_search .marker_accordion{
  border-bottom: 1px solid #ffffff;
}

#maker_common_search .marker_accordion_switch{
  padding: 1em;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  background-color: #162143;
  cursor: pointer;
}

#maker_common_search .marker_accordion_switch.maker_word_block_title{
  background-color: #e6e6e6;
  color: #162143;
}

#maker_common_search .marker_accordion_switch .text{
  position: relative;
  padding: 0 0 0 1.2em;
  display: inline-block;
}

#maker_common_search .marker_accordion_switch .text::before, #maker_common_search .marker_accordion_switch .text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    display: block;
}

#maker_common_search .marker_accordion_switch.maker_word_block_title .text::before,
#maker_common_search .marker_accordion_switch.maker_word_block_title .text::after{
  background: #162143;
}


#maker_common_search .marker_accordion_switch .text::before {
    width: 1px;
    height: 0.8em;
    margin: 0.1em 0 0 0.4em;
}

#maker_common_search .marker_accordion_switch .text::after {
    width: 0.8em;
    height: 1px;
    margin: 0.5em 0 0 0;
}

#maker_common_search .marker_accordion.active{
  border-bottom: none;
}

#maker_common_search .marker_accordion.active > .marker_accordion_switch .text::before{
  display: none;
}

#maker_common_search .marker_accordion.active > .marker_accordion_switch{
  border-bottom: 1px solid #ffffff;
}

#maker_common_search .marker_accordion_in{
  display: none;
  border-bottom: 1px solid #ffffff;
}

#maker_common_search .marker_accordion.active > .marker_accordion_in{
  border-bottom: none;
}

#maker_common_search .checkbox_list_wrap{
  margin: 0;
}

#maker_common_search .checkbox_list_wrap .checkbox_list{
  margin: 0;
  display: block;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  font-family: "UD Shin Go Light",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#maker_common_search .checkbox_list_wrap .checkbox_list.active{
  background-color: #FFEFC3;
}


#maker_common_search .checkbox_list_wrap .checkbox_list label{
  position: relative;
  padding: 1em;
  display: block;
}

#maker_common_search .checkbox_list_wrap .checkbox_list .checkbox_content .tag_text{
  position: relative;
  z-index: 2;
}

#maker_common_search .checkbox_list_wrap .checkbox_list:last-child{
  border-bottom: none;
}

/*
#maker_common_search .common_maker_search_list_in .maker_word_block:last-child{
  border-bottom: none;
}*/

#maker_search_bike_name_list02{
  /*padding-top: 5px;*/
  margin: 0;
}

#maker_common_search_bg{
}

#maker_common_search_bottom{
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 30px 20px;
  background: #e8e8e8;
  width: 100%;
  /*background: #ffffff;*/
}


#maker_common_search_bottom .btn_wrap{
  margin-bottom: 0;
}

#maker_common_search_bottom02{
  margin: 0 0 20px 0;
}

#maker_common_search_bottom02{
  font-size: 12px;
}

#maker_common_search_bottom02 .maker_common_search_bottom02_title{
  font-size: 120%;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1em 0;
}

#maker_common_search_bottom02 .maker_common_search_bottom02_title small{
  font-weight: 700;
  font-size: 90%;
}

#maker_common_search_bottom02 .maker_common_search_bottom02_title small strong{
  font-weight: 700;
  font-size: 112%;
  color: #ed1e79;
}

#maker_common_search_bottom02 .scroll_zone{
  height: 4em;
  background: #ffffff;
}

#maker_common_search_bottom02 #maker_common_search_category{
  display: inline-block;
  min-width: 100%;
  background: #ffffff;
  padding: 1em;
  letter-spacing: -0.4em;
  white-space: nowrap;
  height: 4em;
  /*border: solid 1px #d9d9d9;*/
}

#maker_common_search_bottom02 #maker_common_search_category:empty{
}

#maker_common_search_bottom02 #maker_common_search_category .maker_tag{
  display: inline-block;
  vertical-align:  top;
  padding: 0 0.5em 0 0;
  letter-spacing: normal;
}

#maker_common_search_bottom02 #maker_common_search_category .maker_tag_in{
  position: relative;
  color: #000000;
  cursor: pointer;
  line-height: 1;
  padding: 0.5em 0.5em 0.5em 2em;
  /*background-color: #ffffff;*/
  background-color: #eeeeee;
  border-radius: 0.5em;
  /*border: solid 1px #d9d9d9;*/
}

#maker_common_search_bottom02 #maker_common_search_category .maker_tag_in:before,
#maker_common_search_bottom02 #maker_common_search_category .maker_tag_in:after{
  content: "";
  width: 0.8em;
  height: 1px;
  position: absolute;
  left: 1em;
  background: #000;
  transform-origin: 0.04em 50% 0;
}

#maker_common_search_bottom02 #maker_common_search_category .maker_tag_in:before{
  transform: rotate(45deg);
  top: 0.15em;
  margin: 0.5em 0 0 0;
}

#maker_common_search_bottom02 #maker_common_search_category .maker_tag_in:after{
  transform: rotate(-45deg);
  top: 0.65em;
  margin: 0.5em 0 0 0;
}

#maker_common_search_bottom02 #maker_common_search_category .tag_no{
  letter-spacing: normal;
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: #ff0000;
  line-height: 1;
}

#maker_common_search_bottom .btn_area{
  margin-top: 5px;
  margin-bottom: 0;
}

#maker_common_search_bottom .btn_area .btn_wrap:first-child{
  flex-grow: 1;
  -webkit-flex-grow: 1;
  margin: 0 10px 0 0;
}

#maker_common_search_bottom .btn_area .btn{
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

#maker_common_search_bottom .btn_area .btn_text{
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

#maker_common_search .maker_nav_wrap{
  font-size: 12px;
  display: block;
}

#maker_common_search .maker_nav_head{
  text-align: left;
  margin: 0 0 10px 0;
}

@media screen and (max-width 900px) {
  #maker_common_search_bottom02{
    font-size: 11px;
  }
}

@media screen and (max-width: 700px) {
  
  #maker_common_search_bottom .btn_area .btn_wrap:first-child{
    margin-right: 5px;
  }
  #maker_common_search_bottom .btn_area .btn_wrap{
    width: auto;
  }
  .common_search_content_zone .common_search_title{
    font-size: 13px;
  }
  #maker_common_search .maker_nav_lead{
    font-size: 13px;
    margin: 0 0 15px 0;
  }
  #maker_common_search .maker_nav_wrap{
    font-size: 11px;
  }
  #maker_common_search .checkbox_list_wrap{
    font-size: 13px;
  }
  #maker_common_search_bottom{
    padding: 10px 10px 8px 10px;
  }
  #maker_common_search_bottom02{
    font-size: 10px;
    margin-bottom: 5px;
  }
  #maker_common_search_bottom02 h5{
    margin-bottom: 5px;
  }
  #maker_common_search_bottom .btn_area .btn_wrap.type02 .btn{
    font-size: 13px;
  }
  #maker_common_search .marker_accordion_switch{
    font-size: 15px;
  }
  /*
  #maker_common_search_bottom02 .scroll_zone{
    height: 3.2em;
  }
  #maker_common_search_bottom02 #maker_common_search_category{
    height: 3.2em;
    padding: 0.6em;
  }*/
  #maker_common_search .common_search_content_in{
    vertical-align:  top;
    margin-top: 67px;
    margin-bottom: 144px;
  }
}

#maker_common_search_top{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #ffffff;
  height: 69px;
  border-bottom: solid 1px #d9d9d9;
  font-size: 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

#maker_common_search_top{
  
}

#maker_common_search_top_in{
  position: relative;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  padding: 10px 20px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

#maker_common_search_top .common_search_back{
  font-size: inherit;
  display: none;
  margin: 0;
}

#maker_common_search.active #maker_common_search_top .common_search_back{
  display: block;
}

#maker_common_search_top_info{
  text-align: right;
  position: relative;
  line-height: 1;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

#maker_common_search.active #maker_common_search_top .info_text01{
  display: none;
}

#maker_common_search_top .btn_area{
  margin: 0;
}

#maker_common_search_top .btn_wrap{
  margin: 0;
}

/* #maker_search_close */

#maker_search_close{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  background: #e8e8e8;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

#maker_search_close_in{
  position: relative;
  width: 30px;
  height: 17px;
}

#maker_search_close .bar{
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background: #000000;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%; 
}

#maker_search_close .bar.bar01{
  top: 3px;
}

#maker_search_close .bar.bar02{
  top: 19px;
}


#maker_search_close .bar.bar01{
  -webkit-transform: rotate(45deg) translate(0px, -7px);
  -moz-transform: rotate(45deg) translate(0px, -7px);
  -o-transform: rotate(45deg) translate(0px, -7px);
  -ms-transform: rotate(45deg) translate(0px, -7px);
  transform: rotate(45deg) translate(0px, -7px);
}

#maker_search_close .bar.bar02{
  -webkit-transform: rotate(-45deg) translate(3px, 3px);
  -moz-transform: rotate(-45deg) translate(3px, 3px);
  -o-transform: rotate(-45deg) translate(3px, 3px);
  -ms-transform: rotate(-45deg) translate(3px, 3px);
  transform: rotate(-45deg) translate(3px, 3px);
}

@media screen and (max-width: 700px) {
  #maker_common_search_top{ padding-left: 10px; padding-right: 10px;}
  #maker_common_search_top{ height: 46px; font-size: 13px;}
  #maker_search_close{ height: 46px; width: 46px;}
}

/* ========================================
	header
==========================================*/

#header_area {
	height: 1.4em;
  font-size: 50px;
}

#header_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  min-width: 320px;
	height: 1.4em;
	padding: 0;
	background: #000;
  padding: 0 20px;
  z-index: 40000;
  transition: left 0.4s ease 0s, padding-left 0.4s ease 0s, padding-right 0.4s ease 0s;
	-webkit-transition: left 0.4s ease 0s, padding-left 0.4s ease 0s, padding-right 0.4s ease 0s;
	-moz-transition: left 0.4s ease 0s, padding-left 0.4s ease 0s, padding-right 0.4s ease 0s;
	-o-transition: left 0.4s ease 0s, padding-left 0.4s ease 0s, padding-right 0.4s ease 0s;
	-ms-transition: left 0.4s ease 0s, padding-left 0.4s ease 0s, padding-right 0.4s ease 0s;
}

.nav_active #header_inner {
  left: -260px;
  padding: 0 10px;
}

#header #header_content{
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  z-index: 21000;
  transition: max-width 0.4s ease 0s;
	-webkit-transition: max-width 0.4s ease 0s;
	-moz-transition: max-width 0.4s ease 0s;
	-o-transition: max-width 0.4s ease 0s;
	-ms-transition: max-width 0.4s ease 0s;
}

.nav_active #header #header_content{
  max-width: 100%;
}

#header #header_logo {
  position: absolute;
  top: 0.16em;
  left: 0;
	/*padding: 9px 20px 8px;*/
  width: 2.12em;
  height: 1.06em;
  line-height: 0;
}

#header #header_logo img {
  width: 2.12em;
  height: 1.06em;
}

#header #header_logo a{
  line-height: 1;
}

#header_function{
  position: absolute;
  top: 0.22em;
  right: 0;
  display: flex;
  display: -webkit-flex;
  line-height: 0;
}


/*
#header #btn_search {
	position:absolute;
	top:10px;
  right: 60px;
}*/

@media screen and (max-width: 700px) {
  #header_area { font-size: 40px; }
  #header_inner {
    padding: 0 15px;
  }
}

#btn_search{
  position: relative;
  letter-spacing: normal;
  vertical-align:  top;
  margin: 0 0.2em 0 0;
}

.nav_active #btn_search{
  display: none;
}

#btn_search_switch{
  position: relative;
  width: 1em;
  height: 1em;
  background: #0e7eed;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

#btn_search_switch{
  -moz-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  -ms-transition: background-color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}

.normal #btn_search_switch:hover,
#btn_search.active #btn_search_switch{
  background-color: #0b66bf;
}

#btn_search_switch_in{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.44em;
  height: 0.42em;
  margin: -0.22em 0 0 -0.21em;
  overflow:  hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url(../img/template/header_search.svg) no-repeat;
  background-size: 100% auto;
}

#btn_search #btn_search_content {
	position: absolute;
	top: 80px;
	right: 0px;
  display: none;
}
#btn_search #btn_search_inner {
	position: relative;
	box-sizing: border-box;
	min-width: 268px;
}
#btn_search #btn_search_text {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	padding: 8px 34px 7px 10px;
	border: 2px solid #eee;
	border-radius: 5px;
}
#btn_search #btn_search_submit {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 22px;
	height: 21px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/icon_search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 21px;
}

#btn_search .bar {
	width: 0.54em;
	height: 2px;
	position: absolute;
	left: 0.24em;
	transition: all 0.5s ease 0s;
	background: #fff;
  display: none;
}
#btn_search .bar.bar01 {
	top: 0.32em;
	transform-origin: 0.04em 50% 0;
}
#btn_search .bar.bar03 {
	top: 0.64em;
	transform-origin: 0.04em 50% 0;
}
#btn_search.active .bar.bar01 {
	transform: rotate(45deg);
	margin: 0 0 0 0.06em;
}
#btn_search.active .bar.bar03 {
	transform: rotate(-45deg);
	margin: 0 0 0 0.06em;
}

#btn_search.active .bar{
  display: block;
}

#btn_search.active #btn_search_switch_in{
  display: none;
}

/* --------------------------------------------------------------
 nav_switch
--------------------------------------------------------------*/
#nav_switch {
  position: relative;
  letter-spacing: normal;
  vertical-align:  top;
	cursor: pointer;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #cc1644;
}

#nav_switch{
  -moz-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  -ms-transition: background-color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}

.normal #nav_switch:hover,
.nav_active #nav_switch{
  background-color: #a31136;
}

#nav_switch .bar {
	width: 0.54em;
	height: 2px;
	position: absolute;
	left: 0.24em;
	transition: all 0.5s ease 0s;
	background: #fff;
}
#nav_switch .bar.bar01 {
	top: 0.32em;
	transform-origin: 0.04em 50% 0;
}
#nav_switch .bar.bar02 {
	top: 0.48em;
}
#nav_switch .bar.bar03 {
	top: 0.64em;
	transform-origin: 0.04em 50% 0;
}
.nav_active #nav_switch .bar.bar01 {
	transform: rotate(45deg);
	margin: 0 0 0 0.06em;
}
.nav_active #nav_switch .bar.bar02 {
	display: none;
}
.nav_active #nav_switch .bar.bar03 {
	transform: rotate(-45deg);
	margin: 0 0 0 0.06em;
}
#header_common_nav {
	position: fixed;
	z-index: 20000;
	top: 0;
	right: -260px;
	/*width: 100%;*/
	height: 100vh;
	padding: 0;
  width: 260px;
  -moz-transition: right 0.4s ease 0s;
  -webkit-transition: right 0.4s ease 0s;
  -o-transition: right 0.4s ease 0s;
  -ms-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}


.nav_active #header_common_nav {
 right: 0; 
}


#common_nav_zone {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: #000;
  z-index: 2;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

#common_nav_zone a{
  color: #fff;
}

#common_nav_area {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: auto;
}
#common_nav .common_nav_list {
	display: block;
	width: auto !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #fff;
}

#common_nav .common_nav_list_title a {
	display: block;
	padding: 15px 15px;
  line-height: 1;
	text-align: left;
  text-decoration: none !important;
}

#common_nav_sub01{
  padding: 25px 0 21px;
  line-height: 1;
}

#common_nav_sub01 li{
  font-size: 12px;
  display: inline-block;
  margin: 0 10px 0 0;
}

#common_nav_sub01 li:last-child{
  margin-right: 0;
}

#common_nav_bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  display: none;
}

#header_common_nav .common_nav_content{
  padding: 0px 15px;
  margin: 0 0 0px 0;
}

#header_common_nav .common_nav_content_title{
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1;
  font-size: 12px;
  display: none;
}

#header_common_nav .common_nav_content:nth-child(1){
  padding: 0;
}

#header_common_nav .sns_wrap{
  font-size: 26px;
}

#header_common_nav .sns_wrap ul{
  text-align: left;
}

#header_common_nav .sns_wrap ul li{
  margin-right: 12px;
}

#header_common_nav .sns_wrap ul li:last-child{
  margin-right: 0px;
}

@media screen and (max-width: 700px) {
  #common_nav .common_nav_list_title a {
   padding: 15px 15px; 
  }
}



/* ==========================================================
	main
========================================================== */
#main {
  padding: 0 0 0 0;
}

/* --------------------------------------------------------------
	bread_list_wrap
--------------------------------------------------------------*/
#bread_list_wrap {
  font-size: 14px;
	padding: 20px 20px 20px 20px;
  margin: 0 0 30px 0;
  line-height: 2;
}
#bread_list {
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
#bread_list li {
	display: inline;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 12px 0 0;
}
#bread_list li:last-child {
	margin-right: 0;
}
#bread_list li a {
	color: #0e7eed;
}
#bread_list li a:after {
  content: "";
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: baseline;
  margin: 0 0 0 12px;
	width: 5px;
	height: 10px;
	background: url(/common/img/icon_arrow_04.png) no-repeat top left;
	background-size: 5px 10px;
}

#bread_list li:last-child a:after {
    display: none;
}

@media screen and (max-width: 700px) {
  #bread_list_wrap {
    font-size: 12px;
    background: #F2F2F2;
    margin: 0 0 20px 0;
    padding: 15px;
  }
}



/* ==========================================================
	footer
========================================================== */

/*
#footer .footer_banner_list{
  width: 100%;
  display: inline-block;
  vertical-align:  top;
  letter-spacing: normal;
}

.footer_banner_list_wrap.max1 .footer_banner_list{
  width: 100%;
}

.footer_banner_list_wrap.max2 .footer_banner_list{
  width: 46.5%;
  margin-right: 7%;
}

.footer_banner_list_wrap.max2 .footer_banner_list:nth-child(2n){
  margin-right: 0;
}*/
/*
#footer .footer_banner_list{
  padding: 30px 0 0 0;
}*/

#footer{
 /*margin: 100px 0 0 0;*/
}

#footer .footer_content{
  padding: 0 20px;
}

#footer .footer_content:first-child{
  margin-top:0;
}

#footer .footer_content:last-child{
  margin-bottom:0;
}

#footer .footer_content_in{
  max-width: 1000px;
  margin: 0 auto;
}

.footer_banner_list_wrap{
  margin: 0px -20px -20px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.footer_banner_list_wrap .footer_banner_list{
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.footer_banner_list_wrap .footer_banner_list img{
  max-width: none;
  width: 100%;
  height: auto;
}

.footer_banner_list_wrap.max3 .footer_banner_list{
  width: 33.3%;
  padding: 0 20px 20px 0;
}

.footer_banner_list_wrap.max2 .footer_banner_list{
  width: 50%;
  padding: 0 20px 20px 0;
}

.footer_banner_list_wrap.max1 .footer_banner_list{
  width: 100%;
  padding: 0 0px 20px 0;
}

@media all and (min-width: 901px) {
  .footer_banner_list_wrap.pc_max3 .footer_banner_list{
    width: 33.3%;
    padding: 0 20px 20px 0;
  }


  .footer_banner_list_wrap.pc_max2 .footer_banner_list{
    width: 50%;
    padding: 0 20px 20px 0;
  }

  .footer_banner_list_wrap.pc_max1 .footer_banner_list{
    width: 100%;
    padding: 0 0px 20px 0;
  }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  .footer_banner_list_wrap.pad_max3 .footer_banner_list{
    width: 33.3%;
    padding: 0 20px 20px 0;
  }

  .footer_banner_list_wrap.pad_max2 .footer_banner_list{
    width: 50%;
    padding: 0 20px 20px 0;
  }

  .footer_banner_list_wrap.pad_max1 .footer_banner_list{
    width: 100%;
    padding: 0 0px 20px 0;
  }
}

@media screen and (max-width: 700px) {
  #footer .footer_content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_banner_list_wrap.sp_max3 .footer_banner_list{
    width: 33.3%;
    padding: 0 15px 15px 0;
  }

  .footer_banner_list_wrap.sp_max2 .footer_banner_list{
    width: 50%;
    padding: 0 15px 15px 0;
  }

  .footer_banner_list_wrap.sp_max1 .footer_banner_list{
    width: 100%;
    padding: 0 15px 15px 0;
  }
}


#footer_pr{
  margin-top: 50px;
  padding-top: 33px !important;
  padding-bottom: 33px !important;
  background: #e6e6e6;
}

#footer #footer_sns{
  padding-top: 80px;
  padding-bottom: 50px;
}


#footer #footer_info{
  background: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 150px;
}

#footer #footer_sitemap{
  background: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 150px;
}

#footer #footer_copyright{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e6e6e6;
  text-align: center;
  font-size: 10px;
}

#footer #footer_copyright .footer_content_in{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  justify-content: -webkit-center;
}

@media screen and (max-width: 700px) {
  #footer{
    /*margin: 50px 0 0 0;*/
  }
  #footer_sns{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer_pr{
    margin-top: 30px;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  #footer #footer_info{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer #footer_sitemap{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#btn_pagetop_zone{
  position: relative;
}

#btn_pagetop_wrap{
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 15000;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  -moz-transition: bottom 0.4s ease 0s;
  -o-transition: bottom 0.4s ease 0s;
  -ms-transition: bottom 0.4s ease 0s;
  -webkit-transition: bottom 0.4s ease 0s;
  transition: bottom 0.4s ease 0s;
}

#btn_pagetop_wrap a{
  height: 100%;
  width: 100%;
  display: block;
}

#btn_pagetop{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #162143;
  height: 100%;
}

#btn_pagetop_in{
  position: relative;
}

#btn_pagetop_text{
  overflow:  hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 10px;
  height: 10px;
  margin: 0 auto -3px auto;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media all and (min-width: 701px) {
  #btn_pagetop_wrap.active{
    bottom: 20px;
  }

  #btn_pagetop_wrap.end{
    position: absolute;
  }
}

/*
@media screen and (max-width: 768px) {
  #btn_pagetop_wrap{
    position: static;
    width: auto;
    height: 60px;
  }
}*/

@media screen and (max-width: 700px) {
  #btn_pagetop_wrap{
    position: static;
    width: auto;
    height: 45px;
  }
}


/* ==================================
	main_nav_sp_wrap
===================================*/
#main_nav_sp_wrap {
	display:none;
}

/* ==========================================================

	スマホ style
	
========================================================== */
@media screen and (max-width: 700px) {

.main_nav_sp_wrap {
	display: block;
}
.main_nav_sp_wrap .main_nav {
	width: 100%;
	display: table;
	table-layout: fixed;
  font-size:12px;
	line-height:1.2;
  background: #eee;
  height: 3.83em;
}
  
#search_function01 .main_nav_sp_wrap .main_nav {
  font-size: 14px;
}
  
.main_nav_sp_wrap .main_nav .search_btn {
	display: table-cell;
  text-align:center;
	vertical-align: middle;
	width: 50%;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
	padding: 0.714em 0;
  cursor: pointer;
  background-color: #eee;
}
.main_nav_sp_wrap .main_nav .search_btn.active{
  background-color: #e0e0e0;
}
  
.main_nav_sp_wrap .main_nav .search_btn:last-child {
	border-right:none;
}
  
.main_nav_sp_wrap .main_nav .search_btn_in{
  position: relative;
  display: block;
}
  
.main_nav_sp_wrap .main_nav .search_btn_in:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 5%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #f15a24 transparent transparent transparent;
}
  
#search_function01 .main_nav_sp_wrap .main_nav .search_btn_in:after {
  right: 10%;
  border-width: 10px 6px 0 6px;
}
  
.main_nav_sp_wrap .main_nav .search_btn.active .search_btn_in:after{
  border-color: #cc1644 transparent transparent transparent;
}
  
}

/* .fixed_sub_nav_zone */

#fixed_sub_nav_zone{
  height: 36px;
  white-space: nowrap;
  line-height: 1;
  font-size: 16px;
}


#fixed_sub_nav_zone #fixed_sub_nav_area{
  position: fixed;
  top: 70px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 36px;
  -moz-transition: left 0.4s ease 0s;
  -webkit-transition: left 0.4s ease 0s;
  -ms-transition: left 0.4s ease 0s;
  -o-transition: left 0.4s ease 0s;
  transition: left 0.4s ease 0s;
}

.nav_active #fixed_sub_nav_zone #fixed_sub_nav_area{
  left: -260px;
}


@media screen and (max-width: 700px) {
  #fixed_sub_nav_zone #fixed_sub_nav_area{
    top: 56px;
  }
}


#fixed_sub_nav_zone #fixed_sub_nav_wrap{
  display: flex;
  display: -webkit-flex;
  font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  /*flex-wrap: wrap;
  -webkit-flex-wrap: wrap;*/
  color: #ffffff;
  background: #666666;
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap a{
  color: #ffffff;
  text-decoration: none !important;
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap a:hover{
  -moz-transition: color 0.4s ease 0s;
  -webkit-transition: color 0.4s ease 0s;
  -ms-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap a:hover,
#fixed_sub_nav_zone #fixed_sub_nav_wrap li.active a{
  color: #f19824;
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap #fixed_sub_nav_title{
  font-size: 100%;
  line-height: 1;
  color: #ffffff;
  padding: 10px 10px;
  background: #404040;
  white-space: nowrap;
  height: 36px;
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap #fixed_sub_nav{
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 100%;
  height: 36px;
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap #fixed_sub_nav .scroll_zone_wrap{
  height: 100%;
}

#fixed_sub_nav_zone #fixed_sub_nav_list_wrap{
  
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap #fixed_sub_nav_list{
  display: inline-block;
  vertical-align:  top;
  white-space: nowrap;
  letter-spacing: -0.4em;
  font-size: 86%;
  padding: 10px 10px;
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap #fixed_sub_nav_list li{
  display: inline-block;
  letter-spacing: normal;
  vertical-align:  top;
  position: relative;
  padding: 0 1em 0 1em;
  line-height: 1.2;
  border-right: 1px solid #b2b2b2;
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap #fixed_sub_nav_list li:first-child{
  padding-left: 0;
}

#fixed_sub_nav_zone #fixed_sub_nav_wrap #fixed_sub_nav_list li:last-child{
  border-right: none;
}

/*
---------------------------------------------- サイトマップ専用CSS --------------------------------------------------------
*/

.sitemap_block_zone_wrap{
  margin: 0 0 40px 0;
}

.sitemap_block_zone_wrap:last-child{
  margin-bottom: 0;
}

.sitemap_block_zone{
  margin: 0 0 -40px 0;
  padding: 0 0 40px 0;
}

.sitemap_block_zone:last-child{
  padding-bottom: 0;
}

.sitemap_block_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -40px 0px 0;
}

.sitemap_block_wrap:last-child{
  margin-bottom: 0;
}

.sitemap_block_wrap .title.type02:last-child{
  margin-bottom: 0;
}

.sitemap_block_wrap .sitemap_block{
  width: 50%;
  padding: 0 40px 40px 0;
}

.sitemap_block_wrap .sitemap_block.block_top{
  width: 100%;
}

.sitemap_block_wrap .sitemap_block_in{
  margin: 0 0 40px 0;
}

.sitemap_block_wrap .sitemap_block_in:last-child{
  margin-bottom: 0;
}

.sitemap_block_wrap .sitemap_block_content{
  margin: 30px 0 0 0;
}

.sitemap_block_wrap .sitemap_block_content:first-child{
  margin-top: 0;
}

@media screen and (max-width: 700px) {
  .sitemap_block_zone_wrap{
    margin: 0 0 25px 0;
  }

  .sitemap_block_zone{
    margin: 0 0 25px 0;
    padding: 0;
  }
  .sitemap_block_zone:last-child{
    margin-bottom: 0;
  }
  .sitemap_block_wrap{
    display: block;
    margin: 0 0 25px 0;
  }
  
  .sitemap_block_wrap .sitemap_block_in{
    margin: 0 0 25px 0;
  }
  
  .sitemap_block_wrap .sitemap_block{
    width: auto;
    padding: 0;
    margin: 0 0 25px 0;
  }
  .sitemap_block_wrap .sitemap_block:last-child{
    margin-bottom: 0;
  }
  .sitemap_block_wrap .sitemap_block_content{
    margin-top: 18px;
  }
}

#footer_sitemap{
  font-size: 13px;
  color: #ffffff;
}

#footer_sitemap .sns_wrap{
  font-size: 30px;
}

#footer_sitemap .sitemap_block_zone .list.type_arrow > li:before{
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

#footer_sitemap .sitemap_block_zone a{
  color: #ffffff;
}

@media all and (min-width: 700px) {

#footer_sitemap .sitemap_block_zone_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  margin: 0 -20px 20px 0;
}


#footer_sitemap .sitemap_block_zone_wrap:last-child{
  margin-bottom: 0;
}

#footer_sitemap .sitemap_block_zone{
  padding: 0 20px 0 0;
  margin: 0;
}


#footer_sitemap .sitemap_block_wrap{
  margin: 0 -20px -20px 0;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

#footer_sitemap .sitemap_block_in{
  padding: 0 0 20px 0;
  margin: 0;
}

#footer_sitemap .sitemap_block_in:last-child{
  padding: 0 0 0px 0;
}

#footer_sitemap .sitemap_block_content{
  margin-top: 20px;
}

#footer_sitemap .sitemap_block_zone.zone01 .sitemap_block_wrap{
  display: block;
}

#footer_sitemap .sitemap_block_zone.zone01{
  width: 22%;
}

#footer_sitemap .sitemap_block_zone.zone01 .sitemap_block_wrap .sitemap_block{
  padding-bottom: 40px;
}


#footer_sitemap .sitemap_block_zone.zone02{
  width: 56%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

#footer_sitemap .sitemap_block_zone.zone02 .block_magazine{
  padding: 0 20px 0 0;
  margin: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

#footer_sitemap .sitemap_block_zone.zone03{
  width: 22%;
}

#footer_sitemap .sitemap_block_zone.zone03 .sitemap_block_wrap{
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#footer_sitemap .sitemap_block_zone.zone04{
  width: 100%;
}

#footer_sitemap .sitemap_block_zone.zone04 .block_admin{
  width: 100%;
}

#footer_sitemap .sitemap_block_zone.zone04 .block_admin .sitemap_block_in{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

#footer_sitemap .sitemap_block_zone.zone04 .block_admin{
  
}

#footer_sitemap .sitemap_block_zone.zone04 .sns_wrap ul{
  text-align: left;
}

#footer_sitemap .sitemap_block_zone.zone04 .block_admin .sitemap_block_content{
  margin: 0;
}

#footer_sitemap .sitemap_block_zone.zone04 .block_admin .sitemap_block_content:nth-child(1){
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

#footer_sitemap .sitemap_block_zone.zone04 .block_admin .sitemap_block_content:nth-child(2){
  text-align: right;
}

#footer_sitemap .sitemap_block_wrap{
  margin: 0;
}

#footer_sitemap .sitemap_block_wrap .sitemap_block{
  width: auto;
  padding: 0 0 20px 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

#footer_sitemap .sitemap_block_wrap .sitemap_block:last-child{
  padding-bottom: 0;
}

#footer_sitemap .sitemap_block_wrap .title.type02{
  font-size: 110%;
  white-space: nowrap;
}
  
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  #footer_sitemap .sitemap_block_zone_wrap{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  
  #footer_sitemap .sitemap_block_zone.zone01{
    width: 35%;
  }
  
  #footer_sitemap .sitemap_block_zone.zone02{
    width: 65%;
  }
  
  #footer_sitemap .sitemap_block_zone.zone03{
    width: 100%;
    padding: 30px 0 0 0;
  }
  #footer_sitemap .sitemap_block_zone.zone03 .sitemap_block{
    padding: 0 20px 0 0;
    margin: 0;
    width: 50%;
  }
  #footer_sitemap .sitemap_block_zone.zone04 .sns_wrap ul{
    text-align: right;
  }
}

