@charset "UTF-8";

body {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
body.overlay:after {
    z-index: 1;
    opacity: 1;
}
/* ヘッダー */
header {
  background-color: #fff;
  color: #4d4d4d;
  font-size: 14px;
}
header img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  height: auto;
}
header p {
  line-height: 1.7;
}
header a {
  text-decoration: none;
  color: #000;
}
header input, header button, header textarea, header select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header .header_wrap {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0 17px;
}
header .header_lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_lft_txt {
  margin-left: 15px;
  font-size: 12px;
}
header .header_lft_icon {
  margin-right: 10px;
}
header .header_lft_icon_list {
  max-width: 26px;
  width: 100%;
}
header .header_right ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;	
}
header .header_right ol li {
	margin-right: 20px;
    z-index: 1000;
}

header .header_right ol li.txt_area {
	background: #000;
	padding-top: 5px;padding-bottom: 5px;padding-left: 10px;padding-right: 10px;
}
header .header_right ol li.txt_area p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}
header .header_right ol li.txt_area p span{
	display: block;
	font-size: 12px;
}
header .header_right ol li:last-child { margin-right: 0;}
header .header_right ol li a { font-size: 14px;}
header .header_right ol li .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	/* width: 23px; */
}
header .header_right ol li i.icon { font-size: 20px;}
header .header_right ol li .open-btn {
    cursor: pointer;
	display: block;
	position: relative;
}

header .header_right ol li .search-wrap ol li a {
	font-size: 12px;
	text-decoration: none;
}


header .header_right ol li .search-wrap form {
    position: relative;
    max-width: 586px;
    margin: auto;
}
header .header_right ol li .search-wrap input {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
header .header_right ol li .search-wrap input[type="text"] {
    width: 100%;
    padding: 15px 10px;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    border: 1px solid #000;
    border-radius: 15px;
}
header .header_right ol li .search-wrap input[type="submit"] {
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(../img/icon_search02.png) no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    margin: auto;
    bottom: 50%;
}
header .header_right ol li:hover .search-wrap {
    /*display: block;*/ }
header .header_right ol li .search-wrap {
    display: none;
    width: 100%;
    padding: 50px 0 50px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 100;
}
header .header_right ol li .wrap {
	width: 830px;
	margin: auto;
	margin-top: 30px;
}
header .header_right ol li .wrap ol {
	justify-content: space-between;
} 
header .header_right ol li .wrap ol li {
	background: #d0d0d0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 25%;
	border-radius: 20px;
}
header .header_right ol li div.open-btn {
    display: none;
}
header .header_right ol li:nth-of-type(3) img{
	width: 23px;
}

/* ログイン・ログアウト */
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
/* 固定用 */
#head_fixed {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
}
#head_fixed::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
/* 検索 */
.hader_cntr form.saerch_box {
  background: #fff;
  border: 1px solid #909091;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  height: 30px;
  width: 290px;
}
.hader_cntr .search_text {
  width: 240px;
  margin-left: 10px;
  font-size: 12px;
}
.hader_cntr .search_icon {
  max-width: 18px;
  width: 100%;
  margin-right: 10px;
  height: 19px;
}
header .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
header .search_form_txt {
  border: 1px solid #909091;
  max-width: 420px;
  width: 100%;
  height: 55px;
  margin-right: 30px;
  text-indent: 20px;
  background-color: #fff;
}
header .label_search_btn_input {
  display: none;
}
header .label_search_btn_input:checked ~ .search_megamenu {
  display: block;
}
header .label_search_btn {
  display: none;
}
/* 検索 */
header .header_logo {}
header .header_logo a:hover {
  opacity: 0.5;
}
header .header_rig_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
}
header .header_rig_nav_list_link {
  display: block;
}
header .header_rig_nav_list_link:hover span {
  border-bottom: 1px solid #a3a3a3;
}
header .header_rig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_rig_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 auto;
}
header .header_rig_icon_list {
  margin-right: 15px;
}
header .header_rig_icon_list:last-child {
  margin-right: 0px;
}
header .header_rig_icon_list a {
  font-size: 10px;
  text-align: center;
}
header .header_rig_icon_list img {
  text-align: center;
  margin: 0 auto 5px;
}
header .header_rig_icon_list p {
  font-size: 11px;
}
header .spmenu {
  display: none;
}
/* ２列目 */
header .header_wrap_2lines {
  max-width: 945px;
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 25px;
  position: relative;
}
/* キーワード */
.key_word_box {
  width: 945px;
  margin: 200px auto 0;
}
.key_word_list {
  display: flex;
  text-align: left;
  margin: 0 auto 0 0;
}
.key_word_list a {
  margin: 0 10px;
  text-decoration: underline;
  color: #000;
}
.key_word_list a:hover {
  opacity: 0.6;
}
nav {
  color: #111;
  font-size: 16px;
  background-color: #f5f5f5;
  width: 100%;
  margin: auto;
}
nav img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
nav p {
  line-height: 1.7;
}
nav a {
  text-decoration: none;
  color: #111;
}
nav .nav_wrap {
  max-width: 1040px;
  margin: 0 auto;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
}
nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
nav .nav_list {
  text-align: center;
  cursor: pointer;
}
nav .nav_list:last-child {
  border-right: none;
}
nav .nav_list_link {
  display: block;
  padding: 15px 0 0;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  position: relative; /* アニメーション用 */
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
nav .nav_list_link:hover {
  color: #656565;
  background: #fff0f0;
  transform: scale(1, 1);
}
/* アンダーラインのアニメーション */
/*nav .nav_list_link::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff0f0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s; 
}*/
/* マウスオーバー時+メガメニュー時にアンダーラインを維持 */
/*nav .nav_list:hover > .nav_list_link::after{
  transform: scale(1, 1);
  color: #656565;
} */
nav .nav_botom_list_link_span {
  display: inline-block;
}
nav .nav_botom_area {
  display: block;
  width: 100%;
  padding: 20px;
  z-index: 10;
  background-color: #fff;
}
nav .nav_botom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav .nav_botom_list {
  line-height: 1.7;
}
nav .nav_botom_list_link:hover {
  border-bottom: 1px solid #a3a3a3;
}
.menu {
  position: relative;
}
.menu_contents {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  border: 1px solid #ccc;	
  border-top: none;
}
.menu_contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;	
  padding-top: 30px;padding-left: 60px;padding-bottom: 30px;padding-right: 60px;	
}
.nav_wrap .nav_list:nth-of-type(1) .menu_contents ul{
  justify-content: center;
}
.menu_contents li {
  margin-right: 38px; margin-bottom: 40px;	
}
.menu_contents li:nth-of-type(4n) { margin-right: 0;}
.menu_contents li .img { margin-bottom: 20px;}
.menu_contents li .img a:hover img { opacity: 0.7;}
.menu_contents li .title{
  text-align: center;
}
.menu_contents li .title a{
  font-size: 12px;
}
.menu_contents li .title span{
  display: block;
  font-size: 12px;
}


/** PC **/
@media only screen and (min-width: 1001px) {
	
header .header_right ol li:hover .search-wrap {
    display: block !important; 
}
header .header_right ol li .search-wrap .closeBtn {
	display: none;
}
	
}


@media (min-width: 1px) and (max-width: 1000px) {
  /* PC固定スタイル削除 */
  #head_fixed {
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
  }
  /* ヘッダー */
  header {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .spmenu {
    display: block;
  }
  header .header_wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3vmin;
    padding-right: 5vmin;
  }
  header .header_lft {
    width: 38%;
  }
  header .header_logo {
    max-width: 100%;
    margin: 0 0 0 5px;
    width: 75%;
  }
  header .header_rig {
    margin: 0 0 0 0;
  }
  header .hader_cntr {
    width: 38%;
    margin: 0 1% 0 1%;
    text-align: center;
    display: none;
  }
  .postage_txt {
    font-size: 11px;
  }
  header .hader_cntr .postage_txt {
    margin: 2vw 0;
  }
  .hader_cntr form.saerch_box {
    display: none;
  }
  .sp_cart_img {
    width: auto;
    display: flex;
  }
  .header_rig .sp_cart_img a {
    margin-right: 3vmin;
    width: 25%;
  }
  .header_rig .sp_cart_img a:last-child {
    margin-right: 0;
  }
  /* 検索 */
  .saerch_box input[type=text] {
    font-size: 16px;
    transform: scale(1);
  }
  .sp_head_searchbox {
    margin: 0px auto;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .sp_head_searchbox form.saerch_box {
    background: #fff;
    border: 1px solid #909091;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    height: 40px;
    width: 80%;
    margin: 0 auto;
  }
  .sp_head_searchbox .search_text {
    width: 90%;
    margin-left: 10px;
    font-size: 12px;
  }
  .sp_head_searchbox .search_icon {
    max-width: 18px;
    width: 100%;
    margin-right: 10px;
    margin-top: 5px;
    height: 19px;
  }
  .search_form input[type=text] {
    font-size: 16px;
    transform: scale(1);
  }
  .sp_head_searchbox .search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;


    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
  }
  .sp_head_searchbox .search_form_txt {
    border: 1px solid #909091;
    max-width: 420px;
    width: 100%;
    height: 55px;
    margin-right: 30px;
    text-indent: 20px;
    background-color: #fff;
  }
  .sp_head_searchbox .label_search_btn_input {
    display: none;
  }
  .sp_head_searchbox .label_search_btn_input:checked ~ .search_megamenu {
    display: block;
  }
  .sp_head_searchbox .label_search_btn {
    display: none;
  }
	header .header_right ol li .search-wrap ol li a {
	font-size: 11px;
	text-decoration: none;
}

  /* 検索 */
  /* ナビ */
  nav {
    margin-top: 20vw;
  }
  nav .nav_list {
    font-weight: normal;
    width: 100%;
    text-align: left;
  }
  nav .nav{
    font-weight: normal;
    width: 100%;
    text-align: left;
  }	
  nav .nav_list:nth-last-child(1) {
    border-right: none;
  }
  nav .nav {
    background-color: #eeeeee;
  }
  nav .nav_wrap {
    max-width: 100%;
  }
  nav .nav_list_link {
    display: block;
    font-size: 14px;
    padding: 5px 0;
    height: auto;
    line-height: 1.4;
  }
  
  /* キーワード */
  .key_word_box {
    display: none;
  }
  .header_right li i {
  font-size: 5vmin;	
  }
  header .header_right ol li {
    margin-right: 0;
    text-align: center;
    width: auto;
  }	

}
@media (min-width: 1px) and (max-width: 350px) {
  /* ヘッダー */
  header .header_logo {
    max-width: 100%;
    margin-left: 5px;
    width: 100%;
  }
  header .header_rig_icon {
    margin-right: 5px;
  }
  header .hader_cntr .postage_txt {
    margin: 5px 0 5px 0;
  }
  .postage_txt {
    font-size: 11px;
  }
  /* ナビ */
  nav .nav_list_link {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  header .header_wrap {}
  nav {
    margin-top: 0;
	display: none;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  nav {
    margin-top: 14vw;
	display: none;  
  }
}
@media (min-width: 400px) and (max-width: 549px) {
  nav {
    margin-top: 18vw;
	display: none;  
  }
}
/* イベント　バナー用 */
/*ヘッダー固定　イベントバナー表示用 */
.evnt_bnr {
  width: 100%;
  margin: 0 auto;
  text-align: center;

  background: #ccc;
}
.evnt_bnr div {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.is-animation {}
.key_word_box {
  margin: 230px auto 25px;
}
#menulist { display: none;}	
nav .nav_wrap #menu .nav_list:hover .menu_contents {
    display: block;
}



@media (min-width: 1px) and (max-width: 1000px) {
  .evnt_bnr div {
    width: 100%;
  }
  .is-sp_animation {}
  #spnav_drawer_area label[for="sample"] {
    position: fixed;
    top: 1vw;
    right: 3vw;
    z-index: 99999999;
  }
  .is-menu_sp_animation {}
  .key_word_box {
    display: none;
  }
  #sp_nav .postage_txt {
    margin: 0 0 10px 0;
    font-size: 18px;
    text-align: center;
  }
  #sp_nav .postage_txt .postage_txt_or {
    color: #ff548e;
  }
  nav {
    height: auto;
  }	
  #menulist {
    position: fixed;
    z-index: 9999;
    overflow-y: auto;
    width: 100%;
    height: 100%;
	-webkit-overflow-scrolling: touch;  
  }	
  #menulist .nav_wrap {
  }		
  #menulist .nav_wrap ul { 
	background: #eee;
  }	
  #menulist .nav_wrap ul li {
	border-bottom: 1px solid #cecece;  
  }
  #menulist .nav_wrap ul li .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3vmin;
  }
  #menulist .nav_wrap ul li.contact .icon { width: 13px;} 	
  #menulist .nav_wrap ul li > a { 
	position: relative;
	display: block;
	padding-left: 10px;
	width: 100%;
  }
  #menulist .nav_wrap ul li.nav > a:after {
    position: absolute;
    top: 40px;
    right: 5px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../img/icon05.png");
    background-repeat: no-repeat;
    background-size: 50%;
  }		
  #menulist .nav_wrap ul li.nav_list > a:after {
    position: absolute;
    top: 37px;
    right: 5px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/faq-open.png);
    background-repeat: no-repeat;
    background-size: 50%;
  }	
  #menulist .nav_wrap ul li.nav_list > a.is-open:after {
    background-image: url(../img/faq-close.png);
    height: 4px;
    top: 30px;
  }
	
	header .header_right ol li:nth-child(2) {
	
width: 50px;
	
margin-right: 3px;
	
height: 32px;
}
header .header_right ol li:nth-child(4) {
	
width: 45px;
}
header .header_right ol li:nth-child(5) {
	
width: 35px;
}
header .header_right ol li:nth-child(7) {
	
width: 33px;
	
margin-right: 15px;
	
height: 32px;
}





header .header_right ol li .txt {

font-size: 10px;
}
	
	
  header .header_right ol li .search-wrap input[type="text"] {
    width: 75%;
  }	
	header .header_right ol li .icon {
	 width: 23px;
	 margin-right: 0;
}
	header .header_right ol li i.icon { font-size: 20px;}	
  header .header_right ol li .search-wrap form {
    width: 90%;
  }	
  header .header_right ol li .search-wrap {
    top: 50px;
  }	  
	
  #menulist .nav_wrap ul .sub_menu {
	display: none;
  }
  #menulist .nav_wrap .sub_menu ul{
	background: #fff;
  }	
  #menulist .nav_wrap .sub_menu ul li{
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	}	
	#menulist .nav_wrap .sub_menu ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5vmin 0;
	}
  #menulist .nav_wrap ul li.nav_list .sub_menu li:last-child { margin-bottom: 0;}	
  #menulist .nav_wrap ul li.nav_list .sub_menu li .img {
	padding-left: 5vmin;
	margin-right: 3vmin;
	width: 30%;  
  }	
  #menulist .nav_wrap ul li.nav_list .sub_menu li {
	position: relative;
  }
  #menulist .nav_wrap ul li.nav_list .sub_menu li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	background: url(../img/icon05.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	bottom: 50%;
	margin: auto;
	}	
  #menulist .nav_wrap ul li.nav_list .sub_menu li .title {
	font-size: 11px;  
	line-height: 1.5; 
  }
  #menulist .nav_wrap ul li.nav_list .sub_menu li .title span {
	font-size: 12px;
	display: block;
  }	
  #menulist .nav_wrap a.tel {
	display: block;
	width: 100%;
	padding-top: 5vmin;padding-bottom: 35vmin;
	text-align: center;
	background: #eeeeee;
  }	
  #menulist .nav_wrap a.tel img{
	width: 50%;
	margin: auto;
  }	
  header .header_right ol li .search-wrap input[type="submit"] {
    right: 0px;
  }	
  header .header_right ol li .wrap {
    width: 90%;
    margin-bottom: 3vmin;
  }	
  header .header_right ol li .wrap ol {
    flex-wrap: unset;
    justify-content: unset;
    display: unset;
  }	
  header .header_right ol li .wrap ol li {
	margin-bottom: 5vmin;
	margin: 5px 0px;
	width: 31%;
	display: inline-block;
	padding: 5px 5px;
	height: auto;
	}	
  header .header_right ol li div.open-btn { text-align: center; display: block;}
  header .header_right ol li div.open-btn i { font-size: 30px;} 	
}
@media (min-width: 768px) and (max-width: 1000px) {
  header .header_wrap {}
  nav {
    margin-top: 0;
  }
  #spnav_drawer_area label[for="sample"] {
    top: 4vw;
  }		
}
@media (min-width: 550px) and (max-width: 767px) {
  nav {
    margin-top: 0vw;
	display: none;  
  }
}
@media (min-width: 400px) and (max-width: 549px) {
  nav {
    margin-top: 0vw;
    border: none;
	display: none;  
  }
}
@media (min-width: 1px) and (max-width: 400px) {
  nav {
    margin-top: 0vw;
    border: none;
	display: none;  
  }
}
@media (min-width: 1px) and (max-width: 350px) {
  nav {
    margin-top: 0vw;
	display: none;  
  }
}
/* イベント　バナー用 */