@charset "utf-8";
/* CSS Document */

html, body {
margin: 0;
padding: 0;
}

a:link{color: #707070;text-decoration: none;}
a:visited{color: #999;}

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/





/*▼header設定▼*/
header{
background:#000;color:#f3f3f3; letter-spacing: 0.1em;padding: .2em 0; text-align: center; width: 100%;z-index: 1000;display: flex;justify-content: center;min-width: 1000px;
}


/*▼header内リンク設定▼*/
header a:link{color: #f3f3f3;}
header a:visited{color: #f3f3f3;}
header a:hover{color: #f3f3f3;}
header a:active{color: #f3f3f3;}
/*▲header内リンク設定▲*/

.main_wrapper a:hover{opacity: .8;}


@media screen and (min-width: 1200px) {#pc_none{display: block;}#sp_none{display:none;}}/*PC表示（スマホ非表示）*/
@media screen and (max-width: 1199px) {#pc_none{display: none;}#sp_none{display: block;}}/*SP表示（PC非表示）*/


ul.head_flex{
    list-style: none;
    display:flex;
    justify-content: flex-end;
}

.head_btn{
    text-align: right;
    margin-right: .5%;
    font-size: 1.3em;
}

.head_btn:last-child{margin-left: 0;}
.head_btn a:hover{opacity: .8em}/*確認*/

/*▲header設定▲*/

/*▼header下の設定▼*/

#top_contents{display: flex; justify-content: center;align-items: center;width: 98%;max-width: 1100px;padding:60px 1% 40px}
#top_contents img{width: 100%}
.top_contents_child_li{width: 100%;}
.top_contents_child_li li{margin-bottom: 60px;}
/*.top_contents_child li:last-child{margin-bottom:0;}*/
.top_contents_child_li img{width: 100%;}

.top_contents_child{width: 100%;}
/*▲header下の設定▲*/

.header_cateimg{border-radius: 8px;width: 90%}/* カテゴリタイトル画像 */

/*▼header検索設定▼*/
.search_container{
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 3px;
  border-radius: 20px;
  height: 2em;
  width: 310px;
  overflow: hidden;
  background: #eee;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
  background: #eee;
  width: 290px;
  padding-left: 10px;

}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #888;
  position: absolute;
  height: 2.5em;
  right: 8px;
  top: -10px;
  outline : none;
}
.search_container ::-webkit-input-placeholder {
  color:#787878;
}


/*▼スライドトップｃｓｓ▼*/

  .slider02 {
    position: relative;
    margin: 2.5em 0;
  }
  .slider02 .slider-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    background: #fff;
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
  }
  .slider02 .slider-prev {
    left: 0;
  }
  .slider02 .slider-next {
    right: 0;
  }
  .slider02 .slider-arrow img {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 41px;
    margin-top: -11px;
    z-index: 11;
  }
  .slider02 .slider-prev img {
    left: 10px;
  }
  .slider02 .slider-next img {
    right: 10px;
  }


/*▲スライドトップｃｓｓ▲*/







/*ここから差し替えメニュー*/

.clone-nav {
width: 100%;
  position: fixed;megamenu
  top: -100px;
  left: 0;
  transition: all .3s;
  
}
.clone-nav.is-fixed-nav {
  top: 0;
}


.main_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}




.gnavwrapper {
  background: #fff;
  position: relative;
box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px 0px;
font-size: .9em
}

.gnav {
  display: flex;
  justify-content: space-between;padding:0 5%;width: 90%;
}

.gnav li {
  padding: 14px 0; /*ナビゲーション親の高さ*/
  transition: all .3s ease-in-out;

}
.gnav img{text-align: center;}


.gnav li:hover {
  background: #fff;
}

.gnav a {
  color:#3E3E3E;cursor: pointer;
}



.gnav > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 20px 0 50px;

}

.megamenu {
	background: #fff;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 47px; /*.gnav liの高さを変更したらこっちも変更必要*/
	left: 0px;
	transition: all .2s ease-in;
	z-index: 999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px 0px;
}

.megamenu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;text-align: center;
  
}

.megamenu-inner li {
  width: 33.333%;
  padding: 0;
}

.megamenu-inner a {
  border-left: none;
}

.megamenu-inner-img {
  margin: 0 0 20px;
}

.megamenu-inner-text img {
  margin: 0 5px 0 0;
}




/*ここまで差し替えメニュー*/


.child_list{/*子要素の細かい動きなどの設定*/flex-basis:50%;text-align: left}
.child_list a{display: block; padding: .8em 0; margin-left: 1em;}
.child_list a:hover,.child_list_3 a:hover,.child_list_4 a:hover{color: #111}



.child_list_3{flex-basis: 33%;  padding:0 2%;line-height: 2em;text-align: left}
.child_list_3 a{display: block;}

.child_list_4{flex-basis: 25%;  padding:0 2%;line-height: 2em;text-align: left}
.child_list_4 a{display: block;}


/*カーソル出現擬似要素（2列）*/
.child_list a::before{content: '\f138'; font-family: 'Font Awesome 5 Free' ;font-weight: 900; margin-right: 4px;color:#DDD; transition: .2s;font-size: .9em;}
.child_list a:hover:before{content: '\f138'; font-family: 'Font Awesome 5 Free' ;font-weight: 900; margin-right: 4px; color:#B42A2C;}
.child_list_3 a::before{content: '\f138'; font-family: 'Font Awesome 5 Free' ;font-weight: 900; margin-right: 4px;color: #DDD; transition: .2s;font-size: .9em;}
.child_list_3 a:hover:before{content: '\f138'; font-family: 'Font Awesome 5 Free' ;font-weight: 900; margin-right: 4px; color: #B42A2C;}

.child_list_4 a::before{content: '\f138'; font-family: 'Font Awesome 5 Free' ;font-weight: 900; margin-right: 4px;color: #DDD; transition: .2s;font-size: .9em;}
.child_list_4 a:hover:before{content: '\f138'; font-family: 'Font Awesome 5 Free' ;font-weight: 900; margin-right: 4px; color: #B42A2C;}


/*カーソル出現擬似要素（1列）*/
.child_list_nonflex a{margin-left: 10px;}
.child_list_nonflex a:before{content: '\f138'; font-family: 'Font Awesome 5 Free' ;font-weight: 900; margin-right: 4px; color: #DDD; transition: .2s; font-size: .9em;}
.child_list_nonflex a:hover:before{content: '\f138'; font-family: 'Font Awesome 5 Free' ;font-weight: 900; margin-right: 4px; color: #B42A2C;}


.fix-header {/*header固定用*/
	top: -100px;/* 上に隠す鷹さ */
	left: 0;
	width: 100%;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
	vertical-align: middle;
/*	opacity: 0; */
	}



/*▼header設定▼*/
header{
background:#000;color:#f3f3f3; letter-spacing: 0.1em;padding: .2em 0; text-align: center; width: 100%;z-index: 1000;}

/*検索ボックス*/
.form2 {
  position: relative;
}

.form2-input {
  box-sizing: border-box;
  width: 250px;
  height: 30px;
  padding: 0 10px 0 50px;
  margin: 5px 0;
  font-size: 1em;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 40px;
  outline: 0;
  transition: 0.3s;
  -webkit-appearance: none;
}

.form2-input:focus {
  border: 1px solid #eee;
}

.form2-button {
  position: absolute;
  top: 0;
  left: 2px;
  box-sizing: content-box;
  width: 60px;
  height: 40px;
  padding: 0;
  vertical-align: vertical-align;
  pointer-events: none;
  background: inherit;
  border: 0;
  opacity: 0.54;
}
/*海外国内プルダウン*/
select {

  /* styling */
  background-color: white;
  border: thin solid gray;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}



.parent {max-width: 1200px;width: 96%; margin:0 2%;
  display: flex;padding: 10px 0;align-items: center;}

.child-box{width: 150px;text-align:left }
.child-box p{font-size: .8em;padding-bottom: .5em}
.child-box img {width: 130px;}
.child-list li {width:auto;vertical-align:middle}
.child-list {
  margin: 0 -10px;
}
.child-list li {
  display: inline-block;
  margin: 0 10px;
  list-style: none;
}
.child-list li a:hover{color: #fff;transition: .8s}
.parent01 .child-box {
  margin-right: auto;
}
.icon_menu img{width:55px;opacity: .9}
.icon_menu img:hover{opacity: .8}



@media (max-width: 768px) {
.header-pc,
.footer-pc {
display: none !important;
}
.header-sp,
.sp-menu,
.footer-sp {
display: block;
}
.header-sp {
background: #111;
color: #fff;
padding: 8px 12px 12px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 3000;
width: auto;
box-sizing: border-box;
overflow: hidden;
}
.header-sp__bar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.header-sp__logo img {
height: 32px;
width: auto;
display: block;
max-width: 100%;
}
.header-sp__icons {
display: flex;
align-items: center;
gap: 10px;
flex: 0 0 auto;
}
.header-sp__icon {
display: inline-flex;
flex-direction: column;
align-items: center;
gap: 4px;
font-size: 10px;
color: #fff;
text-decoration: none;
background: none;
border: none;
padding: 0;
width: 40px;
height: 40px;
justify-content: center;
border-radius: 8px;
}
.header-sp__icon span {
display: none;
}
.header-sp__icon i {
font-size: 20px;
}
.header-sp__icon svg {
width: 20px;
height: 20px;
}
.header-sp__icon .svg-inline--fa {
width: 20px;
height: 20px;
}
.header-sp__search {
margin-top: 10px;
display: grid;
grid-template-columns: minmax(0, 1fr) 44px;
column-gap: 6px;
width: 100%;
box-sizing: border-box;
padding-right: 0;
}
.header-sp__search input {
width: 100%;
border: 1px solid #333;
border-radius: 6px;
padding: 8px 10px;
font-size: 14px;
min-width: 0;
box-sizing: border-box;
}
.header-sp__search button {
border: 0;
background: #fff;
color: #111;
border-radius: 6px;
padding: 0;
font-size: 22px;
line-height: 1;
width: 44px;
height: 100%;
min-height: 42px;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
}
.sp-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 4000;
display: none;
}
.sp-menu.is-open {
display: block;
}
.sp-menu__backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
.sp-menu__panel {
position: absolute;
top: 0;
right: 0;
width: 80%;
max-width: 320px;
height: 100%;
background: #fff;
padding: 16px;
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: 16px;
}
.sp-menu__header {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 16px;
font-weight: 600;
}
.sp-menu__close {
border: none;
background: none;
font-size: 20px;
}
.sp-menu__links {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 12px;
}
.sp-menu__links a {
color: #111;
text-decoration: none;
font-size: 14px;
}
.sp-menu__sns {
display: flex;
gap: 12px;
font-size: 18px;
}
.sp-menu__sns a {
color: #111;
}
.footer-sp {
display: block;
padding: 20px 16px;
background: #f5f5f5;
text-align: center;
}
.footer-sp__logo img {
width: 160px;
height: auto;
}
.footer-sp__links {
list-style: none;
padding: 0;
margin: 16px 0;
display: grid;
gap: 8px;
}
.footer-sp__links a {
color: #333;
text-decoration: none;
font-size: 14px;
}
.footer-sp__sns {
display: flex;
justify-content: center;
gap: 14px;
font-size: 18px;
margin-bottom: 10px;
}
.footer-sp__sns a {
color: #333;
}
.footer-sp__copy {
font-size: 11px;
color: #666;
margin: 0;
}
body {
padding-top: 96px;
max-width: 100%;
overflow-x: hidden;
}
}

@media (min-width: 769px) {
.header-sp,
.sp-menu,
.footer-sp {
display: none !important;
}
.header-pc,
.footer-pc {
display: block;
}
}

/* news + banners (moved from contents_2209new.css) */
#head_new {margin: 40px 0; border-bottom: 1px solid #c1c1c1;}
ul.news_list i {color: #999!important; margin-right: 5px!important;}
ul.news_list {margin:0; padding:0;}
ul.news_list li.new {
	list-style-type:none;
	background-image:url(../img/icon_new.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:55px;
	font-size:10pt;
	font-weight:300;
	vertical-align:middle;
	margin:10px;
	padding-bottom:3px;
	letter-spacing:0.1em;
}
ul.news_list li.none {
	list-style-type:none;
	padding-left:55px;
	font-size:10pt;
	font-weight:300;
	vertical-align:middle;
	margin:10px;
	padding-bottom:3px;
	letter-spacing:0.1em;
}
ul.news_list2 {margin:0; padding:0;}
ul.news_list2 li.new {
	list-style-type:none;
	background-image:url(../img/icon_important.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:100px;
	font-size:10pt;
	font-weight:300;
	vertical-align:middle;
	margin:10px;
	padding-bottom:3px;
	letter-spacing:0.1em;
}
ul.news_list2 li.none {
	list-style-type:none;
	padding-left:100px;
	font-size:10pt;
	font-weight:300;
	vertical-align:middle;
	margin:10px;
	padding-bottom:3px;
	letter-spacing:0.1em;
}
.gallery {max-width: 1200px;width: 100%;}
.gallery li{text-align: center}
.gallery img{width: 100%;}
.new_arrival {
	margin: 0;
	font-size: 1.2em;
	position: relative;
	font-weight: normal;
	display: inline-block;
	background-color: #fff;
	margin-left: 20px;
	padding: 0 10px;
	font-weight: 600;
	letter-spacing: .3px;
	font-family: Futura, 'Century Gothic', 'ヒラギノ角ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN';
	color: #333;
}
.new_arrival_wrap {
	position: relative;
	margin-bottom:15px;
	text-align: left;
}
.new_arrival_wrap:before {
	content:  '';
	background-color: #c1c1c1;
	display:  block;
	position:  absolute;
	left:  0;
	width:  100%;
	height:  1px;
	top: 0;
	bottom:  0;
	margin:  auto;
}

/* footer styles (moved from base_2209new.css) */
div#f {
	clear:both;
	color: #000;
	padding: 40px 0;
	background: #eeeeee;
	font-size: 14px;
}
div#f a{
	color: #000!important;
	text-decoration: none;
}

div#f a:hover{
	opacity: 0.7;
	background: none;
}

div#f .f_item:first-of-type{
	width: 50%;
}
div#f .f_item:nth-of-type(2){
	width: 43%;
	display: flex;
	justify-content: space-between;
}
div#f .f_item ul{
	display: inline-block;
}
div#f .f_item img{
	width: 35%;
}

div#f .f_item ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 1000;
  content: "\f138";
  color: #000;
	margin-top: 2px;
}

div#f .f_item ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 18px;
}
div#f .f_item ul li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 15px;
}

div#f .f_sns{
	text-align: right;
	margin-top: 25px;
}

div#f .f_sns i{
	font-weight: 900;
	font-size: 2em;
	margin-left: 15px;
}

.footer_content{
	display: flex;
	justify-content: space-between;
	color: #000;
	width: 1005px;
	margin: 0 auto;
}

/* checkout flow pages: match footer content width with cart flow layout on desktop */
body.com-page-order-us .footer_content,
body.com-page-order-ad .footer_content,
body.com-page-order-py .footer_content,
body.com-page-order-cn .footer_content,
body.com-page-store-thanks .footer_content {
	width: 100%;
	max-width: 1200px;
	padding: 0 14px;
	box-sizing: border-box;
}

.f_copy{
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding:10px 0;
}
