@charset "utf-8";
@import url(//pro.fontawesome.com/releases/v5.6.3/css/all.css);
/*
reset.css ver 1.0 [2008/5/22]
*This document validates as CSS level 3
*http://higash.<span class="hilite">net/20080522/reset_css</span>.html

Modify YUI Reset CSS, YUI Fonts CSS
*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
*http://developer.yahoo.com/yui/license.html
*/

/* --HTML-- */
html {
background:#fff;
color:#444;
overflow-y:scroll;
}

/* --BODY-- */
body {
-webkit-text-size-adjust: 100%; 
font-family: "Ryumin Regular KL",serif;
font-size:12px;
margin:0;
overflow:visible;
padding:0;
}
/* --OTHER TAGS-- */

a img, fieldset, img {
border:0;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

/* for IE7 */
*+html code, kbd, pre, samp, tt {
font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

input, select, textarea{
font-size:100%;
font-family:'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse: collapse;
border-spacing:0;
font-size:100%;
}

/*
　20120324 added iwasaki@lifetimevalue.jp 
　画像下の余白対応
*/
img{
	vertical-align:text-bottom;
}
a{outline:none;}


/* ===================================================================
CSS information

 #header
 #navi
 #footer
  #footerContents
 #page
  #mainImg
  #contentsHeader
  #contents
   #main
   #sub
=================================================================== */
* {
  box-sizing: border-box;

}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
  line-height: 180%;
}

a:link {
  color: #444;
  text-decoration: none;
}

a:visited {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #444;
  text-decoration: none;
}

/*----------------------------------------------------
	画像リンクの投下
----------------------------------------------------*/

/* aタグで囲った画像全てに効果を追加 */

/*
a:hover img{
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}
*/
h1 a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/* 透明度変化の時間を設定 */
a img.btnover {
  /* Firefox */
  -moz-transition: 0.4s;
  /* WebKit */
  -webkit-transition: 0.4s;
  /* Opera */
  -o-transition: 0.4s;
  /* Standard */
  transition: 0.4s;
}

/* aタグで囲い、imgにclassを追加した画像に効果を追加 */
a:hover img.btnover {
  /* Firefox */
  -moz-opacity: 0.6;
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  /* Standard */
  opacity: 0.6;
}

/*======================================

	Others Module

=======================================*/

hr {
  display: none;
}


.ib {
  display: inline-block;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.mr5 {
  margin-right: 5px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}


.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ft10 {
  font-size: 10rem;
}

.ft12 {
  font-size: 12rem;
}

.ft14 {
  font-size: 14rem;
}

.ft16 {
  font-size: 16rem;
}

.ft18 {
  font-size: 18rem;
}

.ft20 {
  font-size: 20rem;
}


.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

.left {
  float: left;
}

.right {
  float: right;
}



/* clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  display: inline-table;
}

*:first-child+html .clearfix {
  zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.clear hr {
  display: none;
}

.ovh {
  overflow: hidden;
  height: 1%;
}

/* ぶらさげインデント */
.indent_bu1 {
  margin-left: 1em;
  /* ブロック全体を 1em 右に */
  text-indent: 1em;
  /* 先頭の1文字のみ 1em 左に */
}

.indent_bu2 {
  margin-left: 2em;
  text-indent: -2em;
  text-indent
  /*\**/
  : -1.3em\9;
}

.indent1 {
  margin-left: 1em;
}

.indent2 {
  margin-left: 2em;
}

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 {
  padding-left: 5px !important;
}

.PD-L10 {
  padding-left: 10px !important;
}

.PD-L15 {
  padding-left: 15px !important;
}

.PD-L20 {
  padding-left: 20px !important;
}

.PD-L25 {
  padding-left: 25px !important;
}

.PD-L30 {
  padding-left: 30px !important;
}

/* Right */
.PD-R5 {
  padding-right: 5px !important;
}

.PD-R10 {
  padding-right: 10px !important;
}

.PD-R15 {
  padding-right: 15px !important;
}

.PD-R20 {
  padding-right: 20px !important;
}

.PD-R25 {
  padding-right: 25px !important;
}

.PD-R30 {
  padding-right: 30px !important;
}

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S {
  font-size: 12px;
}

.TXT-M {
  font-size: 14px;
}

.TXT-L {
  font-size: 16px;
}

.TXT-RED {
  color: #FF3333;
}

.TXT-ORG {
  color: #f7931e;
}

.red {
  color: #FF6666;
}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */

div.header {
  position: relative;
  height: 118px;
}

div.header h1 {
  position: absolute;
  top: 55px;
  right: 0;
}

div.header ul {
  position: absolute;
  top: 55px;
  left: 0;
}

div.header ul.nav li {
  float: left;
}

div.header ul.nav li {
  margin-right: 120px;
  padding-bottom: 12px;
}

div.header ul.nav li a.current img {
  border-bottom: 1px solid #D3D1D0;
}

div.header ul.nav li a img:hover {
  border-bottom: 1px solid #D3D1D0;
}

/* -----------------------------------------------------------
	#naviFrame
---------------------------------------------------------- */
.container {
  position: relative;
  width: 100%;
  max-width:820px;
  margin: 0 auto;
}
.container.select-item {
  max-width:100%;
}
@media (max-width: 770px) {
  .container {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }

}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
  border-top: 1px solid #A5A5A5;
  background: url(/img/common/footer_line_btm.gif) repeat-x bottom left;
  clear: both;
  padding: 11px 0 10px 0;
}

#footer ul {
  text-align: left;
}

#footer ul li {
  display: inline;
  font-size: 10px;
  border-left: solid 1px #fff;
  padding: 0 10px 0 10px;
}

#footer ul li.end {
  border-right: solid 1px #fff;
}

#footer ul li a {
  color: #fff;
}

#underFooter {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  clear: both;
  padding: 12px 0 40px;
  0;
}

#underFooter .copyright {
  width: 600px;
  color: #999;
  font-size: 8px;
  text-align: left;
  float: left;
}

#underFooter .bnr {
  width: 107px;
  float: right;
}

#footer_pagetop {
  padding-bottom: 10px;
  width: 900px;
  margin: 0 auto;
  text-align: right;
  clear: both;
}

.footerContents {
  width: 900px;
  margin: 0 auto;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {}

/*----------------------------------------------------
	#contentsHeader
	セカンドページ
----------------------------------------------------*/
#contentsHeader {
  width: 900px;
  margin: 0 auto;
}

/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
  padding-bottom: 20px;
  width: 900px;
  margin: 0 auto;
  background: url(/img/common/dot_line.gif) repeat-x bottom left;
}

/*----------------------------------------------------
	#frame
----------------------------------------------------*/
#contents {
  width: 900px;
  margin: 20px auto 0 auto;
  padding-bottom: 60px;
  text-align: left;
}

.index #main {
  float: left;
  width: 651px;
}

.index #sub {
  float: right;
  width: 230px;
}

/*----------------------------------------------------
	#セカンドページ
　　　２カラム
----------------------------------------------------*/
.second01 #main {
  float: right;
  width: 690px;
}

.second01 #sub {
  float: left;
  width: 180px;
}

.second01 h3 {
  line-height: 160%;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 20px;
  background: url(../img/common/ttl_mark.gif) no-repeat 10px center;
  background-color: #E9F3F8;
  /*
	background-image: url("/img/common/ttl_bg.gif");
*/
  width: 650px;
}

.side_ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
  background: url(../img/common/side_ttl_bg.gif) repeat-x bottom left;
  border-top: 2px solid #2FABEB;
  border-bottom: 1px solid #E0E0E0;
  padding: 7px 0 7px 0;
}

.side_ttl span {
  background: url(../img/common/ttl_mark.gif) no-repeat left center;
  padding-left: 10px;
  ;
}


/*
	セカンドページ移行のサイドナビのリンク色指定
*/
.second01 #sub a {
  color: #333333;
}

.second01 #sub a:hover {
  color: #333333;
}

.second01 #sub ul.side_navi li a {
  color: #333333;
  display: block;
  background: url(../img/common/arrow.gif) no-repeat 10px 1.3em;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #E0E0E0;

}

.second01 #sub ul.side_sub_navi {
  border-bottom: 1px solid #E0E0E0;
}

.second01 #sub ul.side_sub_navi li a {
  display: block;
  background: url(../img/common/arrow.gif) no-repeat 10px 1.3em;
  padding: 8px 10px 8px 22px;
  font-size: 12px;
  margin: 0 10px;
  border-bottom: 1px dotted #E0E0E0;
}

.second01 #sub ul.side_sub_navi li.last a {
  border-bottom: none;
}

/*----------------------------------------------------
	#セカンドページ
　　　横幅いっぱい
----------------------------------------------------*/
.second02 #main {
  width: 900px;
}

.second02 h3 {
  line-height: 160%;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 20px;
  background: url(../img/common/ttl_mark.gif) no-repeat 10px center;
  background-color: #E9F3F8;
  width: 860px;
}

.second02 h4 {
  line-height: 160%;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 15px;
  background-color: #EFEFEF;
  width: 870px;
}

/*----------------------------------------------------
	#セカンドページ共通
----------------------------------------------------*/
#pankuzu {
  overflow: hidden;
  font-size: 10px;
  margin: 10px 0 50px 0;
  color: #919191;
}

#pankuzu li {
  float: left;
}

.content {
  border: 1px solid #fff;
  margin:100px auto 40px;
}
div.item-list {
  width: 820px;
  margin :0 auto;
  float:none;
}
@media (max-width: 770px) {
	div.item-list {
	  width: 100%;
	  margin :0 auto;
	}
}
td {
  padding: 8px 20px 8px 0;
  vertical-align: middle;
}

th {
  vertical-align: middle;
  padding-right: 20px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px 15px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background:#fff;
}

/*
cart delete btn
*/

.delete-btn {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 7px 7px;
  border-radius: 20px;
}

.delete-btn:hover {
  background: #ccc;
  color: #fff;
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/

th.login_btn {
  padding: 50px 0 0 0;
}

th.login_btn a {
  border: 1px solid #ddd;
  padding: 6px 50px;
}

th.login_btn a:hover {
  background-color: #ccc;
}

input[type=text] {
  border: 0;
  padding: 5px;
  color: #666;
  border: solid 1px #ddd;
}

select {
  border: 0;
  padding: 5px;
  color: #666;
  border: solid 1px #ddd;
}

input[type=text],
input[type=number],
input[type=password] {
  border: 0;
  padding: 5px;
  color: #666;
  border: solid 1px #ddd;
}

input[type=number]:read-only,
input[type=text]:read-only {
  background-color: #efefef;
}

input[type=button],
input[type=submit] {
  border: 1px solid #ddd;
  padding: 10px 40px;
  background-color: #fff;
  cursor: pointer;
}

input[type=button]:hover,
input[type=submit]:hover {
  /*
	background-color: #ccc;
*/
}

textarea {
  border: 0;
  padding: 5px;
  color: #666;
  border: solid 1px #ddd;
  width: 100%;
}

textarea:disabled,
select:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=password]:disabled {
	background-color: #eee !important;
	box-shadow: none;
}

.message {
  color: #f00;
  margin-bottom: 1em;
}

.nav li a {
  font-size: 13px;
  padding-bottom: 10px;
}

.nav li.current a,
.nav li a:hover {
  border-bottom: 1px solid #ccc;
}

h2 {
  font-size:16px;	
  margin-bottom: 40px;
}

h3 {
  margin-bottom: 15px;
}

/* j-query.ui.css override */
.ui-widget-content {
  border: 1px solid #ccc;
}


#staff_order_info {
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #f00;
  padding: 8px;
  color: #fff;
}




/* Footer */

/* バーガー */

.el_humburger {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 35px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger>span {
  display: block;
  width: 100%;
  margin: 0 auto 11px;
  height: 1px;
  background: #000;
  transition: all 0.2s ease-in-out;

  &:last-child {
    margin-bottom: 0;
  }

  .js_humburgerOpen & {
    background: #000;
  }
}

.js_humburgerOpen .el_humburger>span.top {
  transform: translateY(9px) rotate(-45deg);
  position: relative;
  top: 1px;
}

.js_humburgerOpen .el_humburger>span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger>span.bottom {
  transform: translateY(-9px) rotate(45deg);
  position: relative;
  bottom: 5px;
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close>span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close>span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close>span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

@media (max-width: 770px) {
.el_humburger {
  top: 13px;
}
}
/*ナビゲーション*/

.navigation {
  display: none;
}
.navigation .social{
  margin:0 0 30px 20px;
}
.navigation .social li{
  display: inline-block;
  margin-right:20px;
}

.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation_wrapper {
  padding: 80px 0 0 0;
  text-align: left;
  width: 300px;
  margin: 0 auto;

}

.navigation_item {
  font-size: 13px;
  margin-bottom: 20px;
}

.navigation_item>a {
  color: #000;
  text-decoration: none;
}

.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


.border-bottom {
  border-bottom: 3px solid #eee;
  padding: 0 0 13px 20px;
}
.border-none{
  padding: 0 0 13px 20px;
}
.nav-category-list li {
  width: 100%;
  margin-bottom: 13px;
}
.nav-category-list li>ul{
  margin-top:8px;
}
.nav-category-list li>h4{
  padding-left:1em;
}
.nav-category-list li>ul>li{
  margin-bottom:8px;
  padding-left:2em;
}
.nav-category-list li.noitem,
.category-list li.noitem{
  opacity:0.4;
}
.nav-category-list li.noitem a,
.category-list li.noitem a{
  pointer-events: none;
}


/* loading logo */
#loading_logo {
  position: fixed;
  top:0;
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
#loading_logo img {
  position: absolute;
  /*height: 25px;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {

  #loading_logo img {
    width:30vw;
  }
}




.left-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 200;
}

.header-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.header-inner .logo {
  width: 70px;
  position: absolute;
  left: calc(50% - 35px);
  top: 8px;
}
.header-inner .type {
  width:auto;
  position: absolute;
  top:23px;
  left:56px;
}

.header-inner ul.menu {
  position: absolute;
  right: 18px;
  top: 8px;
}

.header-inner ul.menu li {
  display: inline-block;
  margin-left: 30px;
  text-align: center;
}

.header-inner ul.menu li a>span {
  display: block;
  line-height: 1.1;
}

.header-inner ul.menu li img {
  height: 28px;
  margin-bottom:3px;

}


.nav-category-list li.hide,
.header-inner ul.menu li.hide {
	display: none;
}

@media (max-width: 640px) {
  .left-header {
    height: 50px;
  }

  .header-inner .logo {
    width: 60px;
    left: calc(50% - 30px);
  }
  .header-inner .type {
    top:16px;
  }

  .header-inner ul.menu {
    /* box-shadow */
    box-shadow: 0px 0px 0px 1px #ededed;

    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: space-around;
  }

  .header-inner ul.menu li {
    width: 24%;
    margin: 0;
  }

  .header-inner ul.menu li a {
    display: block;
    padding: 10px 0 12px 0;
  }

  .header-inner ul.menu li a img {
    pointer-events: none;
  }
}

#cart{
	z-index:1400;
	position:absolute;
	top:-5px;
	right:-10px;
	display:none;
}
.header-inner ul.menu li a.cartlink{
	color:#fff;
	display:none;
	background-color: rgba(255,0,0,1);
	padding: 2px 7px 4px;
	line-height: 20px;
	border-radius: 12px;
}
.cartlink i{
  color:#fff;
  font-size: 12px;
}
.sm{
	background: red;
	margin-right:20px;
	color:#fff;
	padding:4px 20px;
	display:inline-block;
}
#cart-li{
  position: relative;
}
@media (max-width: 768px){
  #cart{
    right:23%;
    top:0;
  }
}

.text-error{
	color: #f00;
	font-weight: bold;
  display:block;
}


/* buyed check */
#buyed-modal-overlay{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
#buyed-modal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    overflow: hidden auto;
}
.buyed-modal-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.buyed-modal-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    padding: 50px 0;
}
.buyed-modal-detail {
    position: relative;
    background-color: #fff;
    max-width: 640px;
    min-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    border-radius: 6px;
}
#buyed-modal .danger{
	font-size: 16px;
	color: #a00;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.buyed-btns-box{
	width:100%;
	max-width:430px;
	margin:10px auto 40px;
	display: flex;
	justify-content: space-between;
}
.buyed-btns-box .submit{
	margin: 0 !important;
}
.buyed-btns-box .btn{
	border:none;
	color:#fff!important;
	background: #a9a9a9;
	position: relative;
	line-height:1;
	height:40px;
	line-height: 25px;
}
.buyed-btns-box .btn-left{
	margin-left:20px;
}
.buyed-btns-box .btn-right{
	margin-right:20px;
}
.buyed-btns-box .btn-left:before{
	content:"";
	position: absolute;
	left:-20px;
	top:0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #a9a9a9;
  border-bottom: 20px solid transparent;
}

.buyed-btns-box .btn-right:before{
	content:"";
	position: absolute;
	right:-20px;
	top:0;
  width: 0;
  height: 0;
  border-left: 20px solid #a9a9a9;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.buyed-btns-box .btn.disabled{
	background: #ccc;
	color: #999;
	cursor: default;
}
.buyed-btns-box .btn.disabled::before{
	border-left-color: #ccc;
}


@media (max-width: 768px){

.buyed-modal-detail{
	min-width: 0;
	padding: 30px 15px;
}

#buyed-modal .danger{
	font-size: 14px;
	margin-bottom: 1rem;
}

.buyed-btns-box{
	margin-bottom: 0;
}

.buyed-btns-box .btn{
	padding: 0 15px;
	line-height: 40px;
}

}


#other-cat-btn {
  text-align: right;
  width:90vw;
  max-width: 790px;
  margin: 70px auto 0;
}
#other-cat-btn>span {
  display: inline-block;
	border:1px solid #a9a9a9;
  border-radius: 0;
  margin-bottom: 12px;
  padding: 10px 25px;
  cursor: pointer;
}

#slide-category{
	margin-bottom:30px;
	width:90vw;
}
#slide-category .section-header{
	display: none;
}
#slide-category .section-body{
	display: none;
}
#slide-category-header h2{
	text-align: center;
	font-size:20px;
	margin:20px 0 35px;
}
.category-header{
	width:94%;
	max-width:800px;
	margin:0 auto 30px;
	text-align: center;
}
.category-header h2{
	width:380px;
	margin:0 auto 30px;
}
.category-header h2 img{
	width:100%;
}
.header-layout{
	display: flex;
	justify-content: center;
	width:100%;
	max-width:600px;
	margin:0 auto 40px;
}
.header-layout .image{
	width: 50%;
	padding-right: 20px;
}
.header-layout .image img{
	max-width: 100%;
}

.header-layout p{
	flex: 1;
	text-align: left;
}
#category h3{
	text-align: center;
}
#category h3 span{
	padding:10px 15px;
	display:inline-block;
	border-radius:0;
	font-size:20px;
	text-align: center;
	margin-bottom:20px;
	color:#333;
	border-bottom:1px solid #a9a9a9;
	/*min-width:260px;*/
}
#category h3 i{
	font-style:normal;
}
@media screen and (max-width: 639px) {
  .category-header{
    margin-top:50px;
  }
  .category-header h2{
    width:55vw;
  }
  #slide-category{
    margin:0 auto;
  }
}


.cart-del-icon{
  position:relative;
  transform: rotate(45deg);
  display: block;
  width: 17px;
    height: 17px;
}

.cart-del-icon::before{
  content: "";
  display: block;
  position: absolute;
    width: 3px;
    height: 17px;
    right: 7px;
    top: 40%;
    margin-top: -7px;
  background-color: #3C1E00;
}
.cart-del-icon::after{
  content: "";
  display: block;
  position: absolute;
    height: 3px;
    width: 17px;
    right: 0;
    top: 40%;
  background-color: #3C1E00;
}

/* slick CLS対策 */
.slider01 > li:not(:first-child){
  display: none;
}
#slider01 > li:not(:first-child){
  display: none;
}