@charset "utf-8";
/* CSS Document */

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

* {
	margin:0;
	padding:0;
}
#pagebody .rakutenLimitedId_ImageMain1-3 img {
 min-width:340px !important;
}

/*img {width:100%; border:none;}*/

.t_left {text-align:left;}
.t_right {text-align:right;}
.t_center {text-align:center;}


.mb20 {margin-bottom:20px !important;}
.mb40 {margin-bottom:40px !important;}


.red {color:#ff0000;}
.yellow{color:#e3e514;}
.bold{font-weight:bold;}


.att {
  padding-left: 1em;
  text-indent: -1em;
}

a {text-decoration:none; opacity:1; color:#000000;}
a:hover {opacity:0.7; transition: 0.6s;}
a.no_h:hover {opacity:1;}


body {
	width:100%;
	font-family: 'Hiragino Kaku Gothic', 'メイリオ', 'Meiryo', sans-serif;
	font-size:13px;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#000000;
}

  /*#top-head {
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 1;
    z-index: 999;
    background-color: #ffffff;
  }
  #top-head .bunnerline {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 11px 0;
    background-color: #222222;
  }
  #top-head .bunnerline a {
    display: block;
    padding: 5px;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
  }

  #top-head a, #top-head {
    color: #fff;
    text-decoration: none;
  }
  #top-head .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #top-head .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #mobile-head {
    text-align: center;
  }
  #top-head .logo {
    width: 100%;
    margin: 0 0 35px 0;
    text-align: center;
  }*/
  /*#global-nav {
	  background-color:#1b1b1b;
}
  #global-nav ul {
    list-style: none;
    font-size: 14px;
	width:996px;
	  margin:0 auto;
	  background-color:#1b1b1b;
	  padding:1px 0;
	  border-right:1px solid #ffffff;
  }
  #global-nav ul li {}
  #global-nav ul li a {width:100%; display:block; padding:12px 0;color:#ffffff; font-size:14px; line-height:1.2em;}
  #global-nav ul li a span {color:#999999; font-size:11px;}*/

    /*-----------ここは重要なお知らせのCSS-----------*/

  /*.area3 {
    background: #F2F2F2;
    font-size: 13px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area3_wrap {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
	padding: 5px 0 0 0;
}
.attention_ttl {
    display: inline-block;
    padding: 0 10px;
    background: #666666;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
}

.area3 a {
    padding: 10px;
    color: #ff0000 !important;
	text-decoration: underline !important;
}*/

/*-----------ここは重要なお知らせのCSS-----------*/

  #top-head.fixed {
    /*margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;*/
  }
  #top-head.fixed .logo {
    /*font-size: 24px;
    color: #333;*/
  }
  #top-head.fixed #global-nav ul li a {
    /*color: #333;
    padding: 0 20px;*/
  }
  /* Toggle Button */
  /*#nav-toggle {
    display: none;
    position: absolute;
    left: 0px;
    top: 0;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }*/
  /*menu*/
  /*#dropmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #dropmenu li {
    position: relative;
	width: 193px;
    display: inline-block;
    margin: 0;
    padding: 0;
    letter-spacing: 1.3px;
	border-left:1px solid #ffffff;
  }
  #dropmenu li .fa-angle-right {
    display: none;
  }
  #dropmenu li a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000000;
    line-height: 1;
    text-decoration: none;
  }
  #dropmenu li a.bold {
    font-weight: bold;
    font-size: 13px;
  }
  #dropmenu li:hover>a {}
  #dropmenu>li:hover>a {}
  #dropmenu li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 199px;
    height: 0;
    margin: 0;
    padding: 0;
    background-color:#2b2a28;
	z-index:20000;
  }*/
  #dropmenu li:last-child ul {
    /*left: -100%;
    width: 100%*/
  }
  /*#dropmenu li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    box-sizing: border-box;
  }
  #dropmenu li ul li a {
    padding: 16px 6px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
	box-sizing:border-box;
	border-top:1px solid #ffffff;
  }
  #dropmenu li ul li a .fa-angle-right {
    display: inline;
  }
  #dropmenu li:hover ul li {
    overflow: visible;
    margin: 0;
    padding: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #dropmenu li:hover ul li:first-child {
    border-top: 0;
  }
  #dropmenu li:hover ul li:last-child {
    border-bottom: 0;
  }
  #dropmenu li:hover ul li:last-child a {
    border-radius: 0 0 3px 3px;
  }*/
  /*menu*/


/*header*/
/*#top-head .hbox01 {
	width:1000px;
	margin:0 auto 10px auto;
	color:#000000;
}

#top-head .hbox01 .h_left01{
	float:left;
	width:50%;
	margin:0;
	text-align:left;
	font-size:11px;
	letter-spacing:0;
}

#top-head .hbox01 .h_right01{
	float:right;
	width:50%;
	text-align:right;
}

#top-head .hbox01 .h_right01 a {
	padding:0 0 0 12px;
	color:#000000;
	font-size:11px;
	letter-spacing:0;
}

#top-head .logo {
	width:1000px;
	margin:0 auto 15px auto;
}

#top-head .logo .logo_left {
	float:left;
	width:490px;
}

#top-head .logo h1 {
	float:left;
	width:241px;
	margin:4px 0;
}

#top-head .logo .logo_left .iconbox_l {
	float:left;
	width:88px;
}

#top-head .logo .logo_right {
	float:right;
	width:450px;
}

#top-head .logo .logo_right .iconbox_r01 {
	float:left;
	width:410px;
	text-align:right;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

#top-head .logo .logo_right .iconbox_r01 {
	float:right;
	width:411px;
	text-align:left;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

#top-head .logo .logo_right .iconbox_r01 .r_img01{
	display:block;
	float:left;
	width:340px;
	margin:0 5px 0 0;
}

#top-head .logo .logo_right .iconbox_r01 .r_img02{
	display:block;
	float:left;
	width:66px;
}

#top-head .form_wrap {
	width:100%;
	background-image:url("../img/form_bg.gif");
	background-repeat:repeat;
}

#top-head ul.formarea {
	display:table;
	width:960px;
	margin:0 auto;
	padding:13px 0;
}

#top-head ul.formarea li.form_left {
	display:table-cell;
	width:360px;
}

#top-head ul.formarea li.form_left .txt_area {
	float:left;
	width:260px;
	height:26px;
	margin:0 10px 0 0;
	border:1px solid #cccccc;
}

#top-head ul.formarea li.form_left .mushime {
	background-image:url("../img/mushimegane.png");
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 100%;
}



#top-head ul.formarea li.form_left .search_btn {
	float:left;
	width:70px;
	border:none;
	background-color:#222222;
	color:#ffffff;
	padding:7px 0;
}

#top-head ul.formarea li.form_right {
	display:table-cell;
	width:560px;
	text-align:left;
	color:#000000;
	vertical-align:middle;
}

#top-head ul.formarea li.form_right a{
	color:#000000;
	padding:0 0 0 7px;
}

#top-head ul.formarea li.form_right a:hover{
	text-decoration:underline;
}*/

	.bgall {
		display:none;
	}
/*header*/



/*main*/
/*#main {
	overflow:hidden;
	width:100%;
	margin:0 0 120px 0;
}

#main ul.bnrarea01 {
	width:1000px;
	margin:0 auto 20px auto;
}

#main ul.bnrarea01 li{
	float:left;
	width:320px;
	margin:0 20px 0 0;
}

#main ul.bnrarea01 li.end{
	float:left;
	width:320px;
	margin:0;
}

#main ul.bnrlist {
	width:1000px;
	margin:0 auto 20px auto;
}

#main ul.bnrlist li.bnr_a {
	float:left;
	width:241px;
	margin:0 12px 0 0;
}

#main ul.bnrlist li.bnr_b {
	float:left;
	width:241px;
	margin:0;
}

#main .curtainbox {
	position:relative;
	width:1000px;
	margin:0 auto;
	z-index:10000;
}

#main .curtainbox .curtain_left{
	position:absolute;
	top:0;
	left:-1000px;
	width:1000px;
	height:500px;
	background-image:url("../img/curtain.png");
}

#main .curtainbox .curtain_right{
	position:absolute;
	top:0;
	right:-1000px;
	width:1000px;
	height:500px;
	background-image:url("../img/curtain.png");
}

#main ul.daylist {
	width:1000px;
	padding:7px 15px;
	margin:0 auto;
    border:1px solid #ed6d00;
	box-sizing:border-box;
}

#main ul.daylist li.day_a {
	float:left;
	width:364px;
	height:45px;
	margin:0 10px 0 0;
}

#main ul.daylist li.day_b {
	float:left;
	width:141px;
	height:45px;
	margin: 0 0 0 7px;
}

#main .contbox {
	width:1000px;
	margin:0 auto;
	padding:130px 0 0 0;
}

#main .dashborder {
	border-bottom:1px dashed #cccccc;
	padding:120px 0 80px 0;
}

#main .contbox h3{
	width:100%;
	margin:0 0 25px 0;
	text-align:center;
}

#main .contbox h3 img {
	width:245px;
}

#main ul.col3box {
	width:100%;
}

#main ul.col3box li {
	float:left;
	width:320px;
	margin:0 20px 0 0;
	text-align:center;
}

#main ul.col3box li.end {
	float:left;
	width:320px;
	margin:0;
	text-align:center;
}

#main ul.col4box {
	width:100%;
}

#main ul.col4box li {
	float:left;
	width:240px;
	margin:0 10px 0 0;
	text-align:center;
	font-size:14px;
}

#main ul.col4box li.end {
	float:left;
	width:240px;
	margin:0;
	text-align:center;
	font-size:14px;
}

#main ul.col5box {
	width:100%;
}

#main ul.col5box li {
	float:left;
	width:184px;
	margin:0 20px 0 0;
	text-align:center;
	font-size:14px;
}

#main ul.col5box li.end {
	float:left;
	width:184px;
	margin:0;
	text-align:center;
	font-size:14px;
}

#main .benribtn {
	width:100%;
}

#main .benribtn a {
	display:block;
	width:720px;
	margin:40px auto 0 auto;
	padding:12px 0;
	text-align:center;
	background-color:#ed6d00;
	font-size:18px;
	color:#ffffff;
	border-radius:7px;
	border-radius:7px;
	border-radius:7px;
}*/

/*#footer {
	width:1000px;
	margin:0 auto;
}

#footer h2 {
	width:100%;
	padding:5px 0;
	margin:0 0 15px 0;
	font-size:20px;
	color:#ed6d00;border-bottom:3px solid #ed6d00;
}

#footer p {
  text-align: left;
}*/

/*#f_inner {
	width:960px;
	margin:0 auto;
}

#f_inner .f_top{
	width:100%;
	margin:0 0 50px 0;
}

#f_inner .f_top .f_logo {
	float:left;
	width:249px;
	padding:35px 0;
	border-right:1px dashed #cccccc;
}

#f_inner .f_top .f_logo img{
	width:230px;
}

#f_inner .f_comp {
	float:left;
	width:240px;
	padding:22px 20px;
	font-size:16px;
}

#f_inner .f_comp h3 {
	font-size:16px;
	font-weight:normal;
}

#f_inner .f_pic01 {
	float:left;
	width:217px;
	margin:0 10px 0 0;
}

#f_inner .f_pic02 {
	float:left;
	width:193px;
	margin:0;
}

#f_inner .f_half {
	width:100%;
	margin:0 0 40px 0;
}

#f_inner .f_half .f_left {
	float:left;
	width:458px;
}

#f_inner .f_half .f_right {
	float:right;
	width:458px;
}

#f_inner .f_half .f_left h3,
#f_inner .f_half .f_right h3 {
	width:100%;
	margin:0 0 20px 0;
	text-align:left;
	border-bottom:1px solid #000000;
}

#f_inner .f_half .f_left h3 img,
#f_inner .f_half .f_right h3 img {
	width:280px;
}

#f_inner .f_half .f_left .txt,
#f_inner .f_half .f_right .txt {
	width:100%;
	margin:0 0 10px 0;
	text-align:left;
	font-size:12px;
}

#f_inner ul.f_btnlist {
	width:100%;
}

#f_inner ul.f_btnlist li{
	width:100%;
	margin:0 0 15px 0;
}

#f_inner ul.f_btnlist li a{
	display:block;
	width:100%;
	padding:12px 20px;
	border:2px solid #000000;
	box-sizing:border-box;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-weight:bold;
}

#f_inner .f_3col {
	width:100%;
	margin:0 0 60px 0;
}

#f_inner .f_3col li {
	float:left;
	width:300px;
	margin:0 30px 0 0;
}

#f_inner .f_3col li h3 {
	width:100%;
	margin:0 0 20px 0;
	text-align:left;
	border-bottom:1px solid #000000;
}

#f_inner .f_3col li h3 img {
	width:280px;
}

#f_inner .f_3col li.f_col01 {
}

#f_inner .f_3col li.f_col02 {
}

#f_inner .f_3col li.f_col03 {
	margin:0;
}

#f_inner .f_under {
	width:100%;
	margin:0 0 130px 0;
}

#f_inner .f_under h3 {
	width:100%;
	margin:0 0 20px 0;
	text-align:left;
	border-bottom:1px solid #000000;
}

#f_inner .f_under h3 img{
	width:280px;
}

#footer .cr{
	width:100%;
	text-align:center;
	padding:5px 0;
	font-size:12px;
}*/

/*.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20003;
  width: 100%;
}*/

.evievi a{
	color: #004eff;
}


/* itemPage -- 商品ページ
----------------------------------------*/
/* 商品画像の拡大時、headerとかぶらないように調整 */
.fs-c-productImageModal__inner {
    position: relative;
    top: 12%;
}
.fs-c-productImageModal__close {
	position: absolute;
    top: 3%;
}

/* heartBtn - お気に入り登録 */
.fs-c-variationCart__wishlist {
	position: relative;
}
.fs-c-variationCart__wishlist::after {
    content: '';
    background-image: url(https://plusonevoyage.itembox.design/item/img/itempage_fav.png);
    width: 110px;
    height: 0;
    background-size: contain;
    position: absolute;
    top: -180%;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
}
.fs-c-variationCart__wishlist:hover::after {
	height: 34px;
	animation: popup 1s forwards;
}
@keyframes popup {
  100% {
	  opacity: 1;
  }
}

/* amazon button
----------------------------------------*/
/* ログイン */
.fs-c-anotherLogin__button--amazon{max-width: 174px; margin: 0 auto;}

/* カート */
.fs-c-payWithAmazon__button{max-width: 200px; margin: 0 auto;}


@media screen and (max-width: 760px) {

  * {
    letter-spacing: 0.1em;
  }
  #wrapper {
    position: relative;
    width: 100%;
    min-height: auto;
  }
  /* header */
  /*#top-head, .inner {
    width: 100%;
    padding: 0;
    background-color: #ffffff;
  }
  #top-head {
	width:100%;
    margin-top: 0;
    z-index: 20000;
    background-color: #ffffff !important;
  }
  #top-head .bunnerline {
    width: 100%;
    padding: 0;
  }
  #top-head .bunnerline a {
    display: block;
    width: 100%;
    padding: 8px 0;
    line-height: 1em;
    background-color: #000000;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    letter-spacing: 0em;
  }*/
  /* Fixed reset */
  /*#top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    z-index: 20005;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    display: table-cell;
    width: 70%;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
  }

  #global-nav {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
    position: fixed;
    top: 54px;
    left: -81%;
    width: 80%;
    height: 100vh;
    text-align: center;
    padding: 15px 0 150px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	  z-index:20003;
	background-color:#ffffff;
	box-sizing:border-box;
  }

	#global-nav ul{
		background-color:#ffffff;
	}
	#global-nav .menubox {
		width:90%;
		margin:0 auto 20px auto;
	}

	#global-nav .menubox h2{
		wiwdth:100%;
		margin:0 auto 10px auto;
	}

	#global-nav .menubox ul.sp_bnrmenu {
		width:100%;
		margin:0 0 10px 0;
		padding:0;
	}

	#global-nav .menubox ul.sp_bnrmenu a{
		padding:0;
	}

	#global-nav .menubox .sp_menu {
		width:100%;
	}

	#global-nav .menubox .sp_menu li {
		width:100%;
		margin:0;
		padding:0;
	}

	#global-nav .menubox .sp_menu li a{
		width:100%;
		margin:0;
		padding:0;
	}

	#global-nav #dropmenu {
		width:100%;
	}

	#global-nav #dropmenu li{
		width:100%;
		margin:0;
		padding:0;
	}

	#global-nav #dropmenu li a{
		display:block;
		width:100%;
		margin: 0 0 3px 0;
        padding: 4% 2%;
		box-sizing:border-box;
		background-color:#202020;
		text-align:left;
		background-image:url("../img/menu/spmenu09.jpg");
		background-repeat:no-repeat;
		background-position:95% center;
	}

	#global-nav #dropmenu li a span {
		padding:0 0 0 5%;
	}

	#global-nav #dropmenu li ul.collectionbox {
		display:none;
		position:static;
		width:100%;
		margin:0 0 10px 0;
	}

	#global-nav #dropmenu li ul.collectionbox li{
		width:100%;
		background-image:none;
	}
	#global-nav #dropmenu li ul.collectionbox li a{
		width:100%;
		padding:3% 5%;
		background-image:none;
		box-sizing:border-box;
	}*/

	.bgall {
		display:none;
	}

	.blackbg {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		z-index:20001;
		background-color: rgba(1,0,0,0.5);
	}

  /* #nav-toggle  */
 /* .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    background-color: #ed6d00;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
    background-color: #ed6d00;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #ed6d00;
  }*/
  /* #global-nav  */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
   /* -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);*/
  }
  /* Toggle Button */
  /*#mobile-head {
	position:fixed;
    display: table;
    width: 100%;
    height: 55px;
    padding: 0;
	background-color:#ffffff;
	border-bottom:1px solid #e66b03;
  }
  #nav-toggle {
    display: table-cell;
    width: 20%;
    padding: 0 5%;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
  }
  #nav-toggle div {
    position: relative;
    width: 30px;
    height: 25px;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #ed6d00;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 21px;
  }*/
  /*menu*/
  /*#dropmenu {
    width: 100%;
    margin: 0;
    padding: 90px 0 0 0;
    text-align: center;
  }
  #dropmenu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 5%;
    letter-spacing: 1.3px;
  }
  #dropmenu li a {
    display: block;
    margin: 0;
    padding: 0 0 11px 0;
    font-size: 13px;
    color: #000000;
    line-height: 1;
    text-decoration: none;
  }
  #dropmenu li a.bold {
    font-weight: bold;
    font-size: 14px;
  }
  #dropmenu li:hover>a {}
  #dropmenu>li:hover>a {}
  #dropmenu li ul {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -webkit-transition: height 0.3s linear;
  }
  #dropmenu li:hover ul {
    display: block;
    width: 90%;
    height: auto;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #ffffff;
    transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -webkit-transition: height 0.3s linear;
  }
  #dropmenu li ul li {
    border-bottom: 1px solid #ffffff;
  }
  #dropmenu li:last-child ul {
    left: -100%;
    width: 100%
  }
  #dropmenu li ul li {
    width: 100%;
    padding: 0 1%;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    text-align: left;
    box-sizing: border-box;
  }
  #dropmenu li ul li a {
    padding: 13px 15px;
    text-align: left;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
  }
  #dropmenu li ul li a .fa-angle-right {
    display: none;
  }
  #dropmenu li:hover ul li {
    overflow: visible;
    border-bottom: 1px solid #ffffff;
    text-align: center;
  }
  #dropmenu li:hover ul li:first-child {
    border-top: 0;
  }
  #dropmenu li:hover ul li:last-child {
    border-bottom: 1px solid #ffffff;
  }
  #dropmenu li:hover ul li:last-child a {}*/
  /*menu*/





/*header*/
/*#top-head .hbox01 {
	display:none;
}

#top-head .logo {
	width:100%;
	margin:0 auto 15px auto;
	padding:5px 0;
}

#top-head .logo .logo_left {
	float:left;
	width:100%;
}

#top-head .logo h1 {
	float:left;
	width:66%;
	margin:4px 0;
	padding: 0 13%;
}

#top-head .logo .logo_left .iconbox_l {
	float:left;
	width:17%;
}

#top-head .logo .logo_right {
	display:none;
}

#top-head .logo .logo_right .iconbox_r01 {
	float:left;
	width:41%;
	text-align:right;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

#top-head .logo .logo_right .iconbox_r01 {
	float:right;
	width:41%;
	text-align:left;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

#top-head .logo .logo_right .iconbox_r01 .r_img01{
	display:block;
	float:left;
	width:34%;
	margin:0 5px 0 0;
}

#top-head .logo .logo_right .iconbox_r01 .r_img02{
	display:block;
	float:left;
	width:7%;
}

#top-head .form_wrap {
	width:100%;
	background-image:url("../img/form_bg.gif");
	background-repeat:repeat;
	padding: 56px 0 0 0;
}

#top-head ul.formarea {
	display:table;
	width:96%;
	margin:0 auto;
	padding:13px 0;
}

#top-head ul.formarea li.form_left {
	width:100%;
}

#top-head ul.formarea li.form_left .txt_area {
	float:left;
	width:87%;
	margin:0 2% 0 0;
	border:1px solid #cccccc;
}

#top-head ul.formarea li.form_left .mushime {
	background-image:none;
}



#top-head ul.formarea li.form_left .search_btn {
	float:left;
	width:10%;
	border:none;
	background-color:#222222;
	background-image:url("../img/mushimegane_sp.png");
	background-repeat:no-repeat;
	background-size:auto 90%;
	background-position:center center;
}

#top-head ul.formarea li.form_right {
	display:none;
}

#top-head ul.formarea li.form_right a{
	color:#000000;
	padding:0 0 0 7px;
}

#top-head ul.formarea li.form_right a:hover{
	text-decoration:underline;
}*/
/*header*/



/*main*/
/*#main {
	width:100%;
	margin:0 0 55px 0;
}

#main ul.bnrarea01 {
	width:100%;
	margin:0 auto 20px auto;
}

#main ul.bnrarea01 li{
	float:left;
	width:32%;
	margin:0 20px 0 0;
}

#main ul.bnrarea01 li.end{
	float:left;
	width:32%;
	margin:0;
}

#main ul.bnrlist {
	width:100%;
	margin:0 auto 20px auto;
}

#main ul.bnrlist li.bnr_a {
	float:left;
	width:48%;
	margin:0 1% 1% 1%;
}

#main ul.bnrlist li.bnr_b {
	float:left;
	width:48%;
	margin:0 1% 1% 1%;
}

#main .curtainbox {
	display:none;
}

#main ul.daylist {
	width:98%;
	padding:7px 15px;
	margin:0 auto;
    border:1px solid #ed6d00;
	box-sizing:border-box;
}

#main ul.daylist li.day_a {
	float:left;
	width:100%;
	height:auto;
	margin:0 10px 0 0;
}

#main ul.daylist li.day_b {
	float:left;
	width:23%;
	height:auto;
	margin: 0 1% 1% 1%;
}

#main .contbox {
	width:100%;
	margin:0 auto;
	margin:60px 0 0 0;
	padding:10px 0;
}

#main .sp_orangeborder {
	border-top:2px solid #ed6d00;
}

#main .sp_orangeborder02 {
	border-bottom:1px solid #ed6d00;
}

#main .dashborder {
	border-bottom:1px dashed #cccccc;
	padding:30px 0 30px 0;
}

#main .contbox h3{
	width:100%;
	margin:0 0 10px 0;
	text-align:center;
}

#main .contbox h3 img {
	width:50%;
}

#main ul.col3box {
	width:100%;
}

#main ul.col3box li {
	width:100%;
	margin:0 auto 10px auto;
	text-align:center;
}

#main ul.col3box li.end {
	width:100%;
	margin:0 auto;
	text-align:center;
}

#main ul.col3box li img {
	width:92%;
	margin:0 auto;
}

#main ul.col4box {
	width:99%;
	margin:0 auto;
}

#main ul.col4box li {
	float:left;
	width:50%;
	padding:2%;
	margin:0;
	text-align:center;
	font-size:14px;
		box-sizing:border-box;
}*/

	.orangeline01 {
		border-top:1px solid #ed6d00;
		border-right:1px solid #ed6d00;
		box-sizing:border-box;
	}

	.orangeline02 {
		border-left:1px solid #ed6d00;
		border-bottom:1px solid #ed6d00;
		box-sizing:border-box;
	}

/*#main ul.col4box li.end {
	float:left;
	width:50%;
	padding:2%;
	margin:0;
	text-align:center;
	font-size:14px;
		box-sizing:border-box;
}

#main ul.col4box li.lineset {
	float:left;
	width:23%;
	margin:0 1%;
	text-align:center;
	font-size:14px;
}

#main ul.col5box {
	width:100%;
}

#main ul.col5box li {
	float:left;
	width:18%;
	margin:0 20px 0 0;
	text-align:center;
	font-size:14px;
}

#main ul.col5box li.end {
	float:left;
	width:18%;
	margin:0;
	text-align:center;
	font-size:14px;
}

#main .benribtn {
	width:100%;
}

#main .benribtn a {
	display:block;
	width:72%;
	margin:20px auto 0 auto;
	padding:6px 0;
	text-align:center;
	background-color:#ed6d00;
	font-size:14px;
	color:#ffffff;
	border-radius:7px;
	border-radius:7px;
	border-radius:7px;
}*/

.r_topbnr {
	width:90%;
	margin:0 auto;
	padding:100px 0 0 0;
}

/*#footer {
	width:100%;
	margin:0 auto;
}

#f_inner_sp {
	width:100%;
}
#f_inner_sp li {
	width:100%;
	background-color:#202020;
	border-bottom:1px solid #e4e4e4;
  text-align: left;
}

#f_inner_sp li.end {
	width:100%;
}

#f_inner_sp li a{
	display:block;
	width:100%;
	background-color:#202020;
	border-bottom:none;
}

#f_inner_sp li a img{
	width:152px;
}

#footer .cr {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 10px;
	background-color:#e4e4e4;
	letter-spacing: 0em;
}*/
	
}


.pc_cont {display:block !important;}
.sp_cont {display:none !important;}
@media screen and (max-width: 760px) {
.pc_cont {display:none !important;}
.sp_cont {display:block !important;}
}

/*左右の矢印の色を変える*/
/*.slick-prev:before,
.slick-next:before {
    color: #000;
}*/
/*左右の矢印の位置を変える*/
/*.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}*/
/*スライド数のドットの色を変える*/
/*.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}*/
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
    height: auto;
}

/*.slider .slick-slide{
	width:1000px !important;
}

.slider .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.slider .prev-arrow{
  left: 10%;
  width: 50px;
  height: 50px;
  z-index:20000;
  cursor:pointer;
}
.slider .next-arrow{
  right: 10%;
  width: 50px;
  height: 50px;
  z-index:20000;
  cursor:pointer;
}

.multiple-item {
	width:900px;
	margin:0 auto;
}

.multiple-item .slick-slide {
	width:195px;
	padding:0 6px;
	text-align:center;
}

.multiple-item .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.multiple-item .prev-arrow{
  left: -45px;
  width: 40px;
  height: 40px;
  z-index:20000;
  cursor:pointer;
}
.multiple-item .next-arrow{
  right: -45px;
  width: 40px;
  height: 40px;
  z-index:20000;
  cursor:pointer;
}

.multiple-item_new {
	width:900px;
	margin:0 auto;
}

.multiple-item_new .slick-slide {
	width:195px;
	padding:0 6px;
	text-align:center;
}

.multiple-item_new .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.multiple-item_new .prev-arrow{
  left: -45px;
  width: 40px;
  height: 40px;
  z-index:20000;
  cursor:pointer;
}
.multiple-item_new .next-arrow{
  right: -45px;
  width: 40px;
  height: 40px;
  z-index:20000;
  cursor:pointer;
}*/

@media screen and (max-width: 768px) {

/* itemPage -- 商品ページ
----------------------------------------*/
/* heartBtn - お気に入り登録 */
.fs-c-variationCart__wishlist::after {
    content: none;
}

}/* End of @media screen and (max-width: 768px) */


@media screen and (max-width: 760px) {
/*左右の矢印の色を変える*/
/*.slick-prev:before,
.slick-next:before {
    color: #000;
}*/
/*左右の矢印の位置を変える*/
/*.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}*/
/*スライド数のドットの色を変える*/
/*.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}*/
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/*.slider .slick-slide{
	width:2% !important;
}

.slider .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.slider .prev-arrow{
  left: 2%;
  width: 30px;
  height: 40px;
  z-index:20000;
  cursor:pointer;
}
.slider .next-arrow{
  right: 2%;
  width: 30px;
  height: 40px;
  z-index:20000;
  cursor:pointer;
}

.multiple-item {
	overflow:hidden;
	width:92%;
	margin:0 auto;
}
.multiple-item li {
	float:left;
	width:48%;
	padding:0 1% 2% 1%;
}

.multiple-item li a{
	display:block;
	width:100%;
	font-size:10px;
	text-align:center;
}

.multiple-item_new {
	width:86%;
	margin:0 auto;
}

.multiple-item_new .slick-slide {
	width:100%;
	padding:0 6px;
	text-align:center;
	font-size:10px;
}

.multiple-item_new .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.multiple-item_new .prev-arrow{
  left: -20px;
  width: 20px;
  height: 20px;
  z-index:20000;
  cursor:pointer;
}
.multiple-item_new .next-arrow{
  right: -20px;
  width: 20px;
  height: 20px;
  z-index:20000;
  cursor:pointer;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px !important;
}*/
	
/* itemPage -- 商品ページ
----------------------------------------*/
#fs_form > div > div.sp_cont > p {
    text-align: left;
}
.fs-c-variationCart {
	padding: 0;
}

.fs-c-button--addToWishList--icon
.fs-c-button__label {
	display: inline-block !important;
	margin-top: 4px !important;
}

}/* End of @media screen and (max-width: 760px) */


.fs-c-variationCart--withImage > li {
	-ms-grid-columns: auto 1fr 80px 80px;
	grid-template-columns: auto 1fr 80px 80px;
}
.fs-c-variationCart__wishlist {
	padding: 0 0.5em;
}
.fs-c-button--primary {
	padding: 0.5em 0.8em 0.4em;
    line-height: 1.25;
}
.fs-c-button--particular {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.85em;
}

@media screen and (max-width: 768px) {
	.collectionbox * {
		height: auto !important;
		display: block !important;
	}
	/*#global-nav #dropmenu li a {
		margin-bottom: 0 !important;
	}
	#global-nav #dropmenu li ul.collectionbox {
		display: block !important;
		height: auto !important;
		overflow: hidden;
		-webkit-transition: max-height 0.6s ease-in-out, margin-bottom 0.6s ease-in-out !important;
		-moz-transition: max-height 0.6s ease-in-out, margin-bottom 0.6s ease-in-out !important;
		transition: max-height 0.6s ease-in-out, margin-bottom 0.6s ease-in-out !important;
	}
	#global-nav #dropmenu .dropmenuClosed {
		max-height: 0px !important;
		margin-bottom: 0 !important;
	}*/
}