@charset "UTF-8";


/* ---------------------------------------------------✁
  基本
------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Shippori Mincho','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
  color: #272626;
  color: #6C6C6C;
  background: #FFF;
  -webkit-print-color-adjust: exact;
}

.content {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

body:after {

}

#wrapper {
  text-align: left;
}

h1,h2,h3,h4,h5,dt,nav li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5em;
}

nav li a {
  font-weight: normal;
}

h1 a,h2 a,h3 a,h4 a,h5 a {
  line-height: 1.5em;
}

a {
  color: #000;
  text-decoration:none;
  transition: .3s;
}

a:hover {
  text-decoration: none;
}

li > a:hover {
  opacity: 0.8;
}

a:hover img:not(.over), a:active img:not(.over) {
  opacity: 0.8;
  transition: .3s;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

header, nav, section, hgroup, article, figure, figcaption, footer { display: block; }

input {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
button {
  font-size: 16px;
  line-height: normal;
  height: 40px;
  padding: 4px;
  color: #333;
  width: 100%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: element;
  -moz-user-select: element;
  -o-user-select: element;
  -ms-user-select: element;
  user-select: element;
  padding: 3px;
  border: 1px solid #E2E2E2;
  font-family: 'Shippori Mincho','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

button {
  border: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
  position: relative;
  padding: 10px 20px 8px;
  display: inline-block;
  transition: .3s;
  font-weight: bold;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 15px;
  border: 1px solid #444;
  background: #FFF;
  cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button  {
  -webkit-appearance: none;
}

textarea {
  min-height: 10em;
}

::placeholder {
  color: #CCC;
}

.clear {
  clear: both;
}

.sp {
  display: none;
}

/*.button {*/
/*  text-align: center;*/
/*  position: relative;*/
/*  height: 40px;*/
/*  line-height: 40px;*/
/*  display: inline-block;*/
/*  transition: .3s;*/
/*  box-sizing: border-box;*/
/*  transition: all 0.3s;*/
/*  font-size: 14px;*/
/*  background: #6C6C6C;*/
/*  color: #FFF;*/
/*  font-family: 'Arial','Shippori Mincho','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;*/
/*  font-weight: 700;*/
/*  cursor: pointer;*/
/*  width: 200px;*/
/*}*/

/*.button.jp {*/
/*  line-height: 43px;*/
/*}*/

/*.button.en {*/
/*  line-height: 41px;*/
/*}*/

.button i {
  margin: 0 0 0 4px;
}

/*.button:hover {*/
/*  opacity: 0.7;*/
/*  box-sizing:border-box;*/
/*  cursor: pointer;*/
/*  -webkit-appearance: none;*/
/*  color: #FFF;*/
/*}*/

/* ---------------------------------------------------✁
  パーツ
------------------------------------------------------*/

.no-image {
  width: 100%;
  height: 100%;
  background: url(images/logo.svg) no-repeat center center #000;
  background-size: 100px;
}

.resize {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.resize a,
.resize div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resize a img,
.resize div img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* ---------------------------------------------------✁
  ローディング
------------------------------------------------------*/

#loading {
  transition: all 1s;
  opacity: 1;
  position: fixed;
  /*width: 100vw;height: 100vh;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loading img {
  object-fit: cover;
  height: 100vh;
  width: 100vw;
}

#loading-logo {
  width: 300px;
  max-width: 60vw;
  position:absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

#loading.complete {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

#page_homepage #header,
#page_homepage #top,
#page_homepage #footer {
  opacity: 0;
}

#page_homepage.load #header,
#page_homepage.load #top,
#page_homepage.load #footer {
  opacity: 1;
}

/* ---------------------------------------------------✁
  ヘッダー
------------------------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  padding: 20px 18px 0 18px;
  z-index: 20000;
  transition: all ease .2s;
  pointer-events: none;
}

.page-index #header {
  background: transparent;
}

/*.has-color-header #header {
  background: rgba(0, 0, 0, .5) !important;
}*/

.view-nav #header {
  background: none !important;
}

#header h1 {
  line-height: 1;
  margin: 0;
  width: 163px;
  pointer-events: auto;
}

#header h1 svg {
  vertical-align: bottom;
}

#header h1 a {
  display: block;
}

#header .menu {
  pointer-events: auto;
}

#header .menu ul {
  list-style: none;
  display: flex;
}

#header .menu ul li {
  width: 30px;
  margin: 0 10px;
  position: relative;
}

#header .menu .cart img {
  width: 28px;
}

#header .menu .cart .badge {
  width: 20px;
  line-height: 20px;
  height: 20px;
  padding: 0;
  font-size: 10px;
  background: #6C6C6C;
  color: #FFF;
  border-radius: 50%;
  position: absolute;
  right: -9px;
  top: -6px;

}

#header .menu ul li {
  position: relative;

}

#header .menu ul li a {
  display: block;
  cursor: pointer;

}

#header .menu ul li a img {
  width: 100%;
}

#header .menu ul.mypage-nav {
  display: none;
  background: #F6F5F6;
  padding: 10px;
  position: absolute;
  left: -35px;
  top: 35px;
  width: 100px;
  z-index: 100;
}

#header .menu ul.mypage-nav li {
  width: auto;
  margin: 0;
  text-align: center;
}

#header .menu ul.mypage-nav li a {
  color: #6C6C6C;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0 5px;
}

.menu-trigger div {
  width: 25px;
  height: 20px;
  position: relative;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #646464;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.openmenu .menu-trigger span {

}

.openmenu .menu-trigger span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.openmenu .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.openmenu .menu-trigger span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 1000;
  cursor: pointer;
}


@keyframes fadein {
  from {
	  opacity: 0;
	  transform: translateY(20px);
  }
  to {
	  opacity: 1;
	  transform: translateY(0);
  }
}

#header h1,
#header ul li {
  transition: 0.5s;
}

body.openmenu #header h1 {
  opacity: 0;
}

body.openmenu #header ul li {
  opacity: 0;
}

body.openmenu #header ul .menu-button {
  opacity: 1;
}

/* ---------------------------------------------------✁
  フッター
------------------------------------------------------*/

#footer {
  width: 100%;
  color: #B9B9B9;
  font-family: "Arial";
}

#footer a,
#footer a:hover,
#footer a:active,
#footer a:visited{color: #B9B9B9;}

#footer .inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0px 5px;
}

#footer h1{ font-size: 16px; line-height: 1em; margin-bottom: 20px; font-weight: 400;}

#footer .address,
#footer .tel{ font-size: 14px; font-family: 'Shippori Mincho', serif; }
#footer .tel{margin-bottom: 20px;}
#footer .tel a:hover{ text-decoration: underline;}
#footer ul{ list-style: none; display: flex; justify-content: center; }
#footer ul li{ padding: 0 8px;}
#footer .copy{ text-align: center; margin-bottom: 0; font-size: 10px;}

#footer h5 {
  margin-bottom: 30px;
}

#footer h5 a {
  display: block;
}

#footer h5 a span {
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

#footer .footerMenu {
  width: 100%;
  text-align: center;
}

#footer .footerMenu > * {
  flex: 1;
}

#footer .footerMenu .footerNav {
  margin-left: 0;
}

#footer .footerMenu .footerNav ul {
  margin: 0 0 45px;
  list-style: none;
}

#footer .footerMenu .footerNav li + li {
  margin-top: 10px;
}

#footer .footerMenu .footerNav a {
  display: inline-block;
  font-size: 15px;
  font-family: Arial, Helvetica, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
}

#footer .footerMenu .footerNav dl {
  margin: 0;
}

#footer .footerMenu .footerNav dl dt {
  margin-bottom: 1em;
  font-size: 15px;
  font-family: Arial, Helvetica, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

#footer .footerMenu .footerNav dl dd input {
  width: 100%;
  max-width: 270px;
  height: 48px;
  margin: 0 0 18px;
  padding: 0 .5em;
  background: #fff;
  font-size: 15px;
  font-family: Arial, Helvetica, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #CCCCCC;
}

#footer .footerMenu .footerSNS dt {
  margin-bottom: 1em;
  font-size: 15px;
  font-family: Arial, Helvetica, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

#footer .footerMenu .footerSNS ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}

#footer .footerMenu .footerSNS li + li {
  margin-left: 24px;
}

#footer .footerMenu .copyright {
  text-align: right;
  font-family: Arial, Helvetica, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
}

#footer ul {
  margin-top: 25px;
  margin-bottom: 25px;
}

#footer ul li a img {
  display: block;
  height: 22px;
}

/* ---------------------------------------------------✁
  コンテンツ
------------------------------------------------------*/

#main,
.ec-layoutRole__contents {
  padding: 120px 0 0;
}

.content {
  max-width: 980px;
  margin: auto;
}

/* ---------------------------------------------------✁
  トップページ
------------------------------------------------------*/

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

#top .item-list {
  margin: 0 0 100px;
}

#top .works {
  font-family: 'Arial', sans-serif;
  text-align: center;
}

#top .works a {
  color: #6C6C6C;
  padding: 75px 0;
  display: block;
}

#top .works a:hover {
  text-decoration: none;
}

#top .works h2 {
  font-size: 16px;
  margin: 40px 0;
  font-weight: 400;
}

#top .works p {
  font-size: 16px;
  line-height: 2.125;
}

#top .works footer {
  margin: 120px 0 0;
  position: relative;
}

#top .works footer span {
  font-size: 20px;
}

#top .works footer .scrolldown {
  content: "";
  position: absolute;
  top: -90px;
  left: 50%;
  height: 80px;
}

#top .works footer .scrolldown::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
  width: 1px;
  height: 80px;
  background: #6C6C6C;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}


#top .works a footer:after {
  content: "";
  transition: 0.5s;
  position: absolute;
  height: 1px;
  width: 80px;
  background: #6C6C6C;
  bottom: 0px;
  left: 50%;
  margin-left: -40px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#top .works a:hover footer:after {
  transform: scale(1, 1);
}




/* ---------------------------------------------------✁
  商品一覧
------------------------------------------------------*/

.item-list {
  display: flex;
  flex-wrap: wrap;
}

.item-list li {
  width: 33.333%;
}

.item-list li article {
  color: #6C6C6C;
  padding: 40px;
  text-align: left;
}

.item-list li article h3 {
  margin: 15px 0 5px;
}

.item-list li article h3 a {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: bold;
}

.item-list li article .price {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.item-list li article .sold-out {
  background: #6C6C6C;
  color: #FFF;
  font-size: 12px;
  font-family: 'Arial';
  border-radius: 2px;
  line-height: 20px;
  display: inline-block;
  padding: 3px 5px 0;
  margin: 5px 0 0;
}

.item-list li.product13 {
  display: none !important;
}

/* ---------------------------------------------------✁
  商品詳細
------------------------------------------------------*/

.breadcrumb ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.breadcrumb ul li {
  margin-right: 25px;
  position: relative;
}

.breadcrumb ul li:last-child {
  margin-right: 0;
}

.breadcrumb ul li a {
  color: #6C6C6C;
}

.breadcrumb ul li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: -20px;
  top: 13px;
  background: #E2E2E2;
}

.breadcrumb ul li:last-child:after {
  display: none;
}

#page_product_detail .breadcrumb {
  justify-content: start;
}

#item-detail .main {
  display: flex;
}

#item-detail .image {
  width: 50%;
  padding-right: 70px;
}

#item-detail .text {
  width: 50%;
  text-align: left;
}

#item-detail .image .slider .visual .modal {
 display: none;
 position: fixed;
 width: 100%;
 height: 100%;
 background: #000;
}

#item-detail .image .slider .visual .modal div {

}

#item-detail .image .slider .nav {
  display: flex;
  margin: 0 -4px;
}

#item-detail .image .slider .nav > div {
  width: 12.5%;
  padding: 4px;
  cursor: pointer;
}

#item-detail .text header {
  margin-bottom: 20px;
}

#item-detail .text header .code {
  font-size: 12px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

/*#item-detail .text header h1 {*/
/*  font-size: 20px;*/
/*  margin: 10px 0;*/
/*  color: #272626;*/
/*}*/


#item-detail .text .price {
  font-size: 18px;
}

#item-detail .text .price .regular {
  font-size: 12px;
}


#item-detail .text .price .tax {
  font-size: 11px;
  margin-left: 2px;
}

.ec-price .ec-price__price {
  padding: 0;
}

#item-detail .text dl {
  display: flex;
  margin: 10px 0;
  line-height: 1.8em;
}

#item-detail .text dl dt {
  font-weight: 400;
  line-height: 1.8em;
}

#item-detail .text dl dd {
  flex: 1;
  line-height: 1.8em;
}

#item-detail .text dl dd a {
  margin: 0 5px;
}

#item-detail .text .ec-select {
  margin: 0;
  display: inline-block;
  margin-right: 10px;
}

/*#item-detail .text .cart button {*/
/*  width: 200px;*/
/*  font-family: "Arial", sans-serif;*/
/*  font-size: 14px;*/
/*  font-weight: 700;*/
/*  padding: 0;*/
/*  line-height: 43px;*/
/*  height: 40px;*/
/*  background: #fff;*/
/*  border: 1px solid #6c6c6c;*/
/*}*/

/*#item-detail .text .cart button:hover {*/
/*  opacity: .7;*/
/*}*/

#item-detail .text .data {
  margin: 50px 0;
}


#item-detail .text .data .description {
  display: block;
}

#item-detail .text .data .description b,
#item-detail .text .data dl dt {
  font-weight: 700;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  color: #6C6C6C;
  display: inline-block;
}

#item-detail .text .data dl {
  display: block;
  margin: 0 0 20px;
}


#item-detail .cart dl.delivery dd a {
  margin: 0 5px;
  color: #272626;
}

#item-detail .cart .ec-productRole__actions {
  margin: 10px 0;
}

#item-detail footer {
  text-align: center;
  margin: auto;
}

form footer .button {
  margin: 30px auto;
  display: block;
  font-weight: normal;
}


.reated,
#RelatedProduct-product_area {
  margin: 50px auto;
  max-width: 980px;
  padding: 0;
}

#RelatedProduct-product_area::before,
.reated h2 {
  content:'related items';
  font-family: "Arial", sans-serif;
  color: #6C6C6C;
  text-align: left;
  padding: 0;
}

.reated .item-list,
#RelatedProduct-product_area ul {
  margin: 0 -10px;
}

.reated .item-list li article,
#RelatedProduct-product_area ul li {
  padding: 10px;
  width: 16.666%;
}

#RelatedProduct-product_area ul li .ec-shelfGrid__item-image {
  height: 147px;
  margin-bottom: 10px;
}

#RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item img {
  height: 100%;
  object-fit: contain;
}

.reated .item-list li article .price {
  font-size: 14px;
}

.slick-slider {
  margin-bottom: 5px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%;

}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: black;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}


.ec-modal .ec-modal-wrap {
  border: none;
}

.ec-modal .message {
  margin: 30px 0;
  text-align: center;
}

.ec-modal .message p {
  font-size: 12px;
}

/*.ec-inlineBtn--cancel {*/
/*  background: #E8E6E8;*/
/*  color: #6C6C6C;*/
/*  border: none;*/
/*}*/

/*.ec-inlineBtn--cancel:hover {*/
/*  background: #E8E6E8;*/
/*  color: #6C6C6C;*/
/*}*/

/*.ec-inlineBtn--action {*/
/*  background: #6C6C6C;*/
/*  border: none;*/

/*}*/

/*.ec-inlineBtn--action:hover {*/
/*  background: #6C6C6C;*/
/*}*/



a.js-modal-close {
  width: 20px;
  right: 0px;
  top: -35px;
  position: absolute;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20000;
}

.modal__bg {
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 20000;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 95%;
  max-width: 980px;
  z-index: 20001;
  height: auto;
}
@media screen and (max-width: 980px) {

.modal__content {
  overflow-x: scroll;
}

}

.size-table {
  padding: 0 40px 20px;
  min-width: 900px;

}

.size-table h3 {
  font-size: 20px;
  color: #6C6C6C;
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
}

.size-table table {
  border-collapse:collapse;
  width: 100%;
  border-top: 4px solid #FFF;
  border-left: 4px solid #FFF;
}

.size-table table th,
.size-table table td {
  padding: 10px;
  border-bottom: 4px solid #FFF;
  border-right: 4px solid #FFF;
  color: #6C6C6C;
  background: #F6F6F6;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}

.size-table table th {
  background: #ADADAD;
  color: #FFF;
  vertical-align: middle;
  font-weight: normal;
  white-space: nowrap;
}

.size-table table td span {
  font-size: 12px;
}

.lightboxOverlay {
  z-index: 20000;
}

.lightbox {
  z-index: 20001;
}



/* ---------------------------------------------------✁
  カート
------------------------------------------------------*/

#cart .ec-role {
  padding: 0;
}

#cart .ec-progress {
  max-width: 770px;
}

#cart .ec-progress .ec-progress__number {
  width: 60px;
  height: 60px;
  line-height: 55px;
  background: #FFF;
  border: 1px solid #ADADAD;
  color: #ADADAD;
  font-size: 30px;
}

#cart .ec-progress .is-complete .ec-progress__number {
  background: #ADADAD;
  color: #FFF;
}

#cart .ec-progress .ec-progress__label {
  color: #6C6C6C;
  margin: 10px 0 0;
}

#cart .ec-progress .ec-progress__item:after {
  background: #E2E2E2;
  height: 1px;
  top: 30px;
  width: 50%;
  left: 75%;
}

#cart header h1 {
  font-size: 24px;
  font-family: "Arial",'Shippori Mincho','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  border-bottom: 1px solid #E2E2E2;
  text-align: left;
}

#cart.confirm header h1 {
  font-weight: 400;
}

#cart .ec-cartHeader,
#cart .ec-cartHeader .ec-cartHeader__label {
  background: #F6F5F6;
}

.ec-cartRole {
  padding: 0;
}

#cart .ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
  color: #6C6C6C
}

#cart .ec-cartRole .ec-cartRole__cart {
  margin: 0;
}

#cart .ec-cartRow .ec-cartRow__summary {
  text-align: left;
  font-weight: normal;
  width: auto;
}

#cart .ec-imageGrid .ec-imageGrid__content p {
  margin-bottom: 3px;
}

#cart .ec-cartRow .ec-cartRow__summary .size,
#cart .ec-imageGrid .ec-imageGrid__content .size {
  font-size: 12px;
  margin: 5px 0 0;
}


#cart .ec-cartRow .ec-cartRow__contentColumn {
  text-align: left;
}

#cart .ec-cartRow .ec-cartRow__subtotalColumn {
  text-align: center;
}

#cart .ec-cartRole {
  color: #6C6C6C;
}

#cart .ec-cartRole .ec-cartRole__actions {
  width: 22%;
  margin: 0;
  text-align: left;
}

#cart .ec-cartRole .ec-cartRole__totalAmount {
  color: #6C6C6C;
}

/*#cart .ec-blockBtn--action {*/
/*  border: none;*/
/*}*/

/*#cart .ec-blockBtn--cancel {*/
/*  border: none;*/
/*  background: #E8E6E8;*/
/*  color: #6C6C6C;*/
/*  max-width: 280px;*/
/*  margin: auto;*/
/*}*/

/*#cart .ec-blockBtn--cancel:hover {*/
/*  background: #eeeeee;*/
/*}*/

#cart #form_cart.ec-cartRole .ec-cartRole__progress {
  text-align: left;
  width: 78%;
}

#cart #form_cart.ec-cartRole .ec-cartRole__progress p {
  font-size: 14px;
  line-height: 1.7em;
  display: block;
  margin: 20px 0;
}

#cart .ec-alert-warning {
  text-align: left;
  display: block;
  background: #F6F5F6;
  color: #6C6C6C;
  margin: 10px 0;
}

#cart .ec-cartRole .ec-cartRole__totalText {
  margin: 10px 0 20px;
}

#cart section header h2 {
  font-size: 24px;
  font-family: 'Arial';
  font-weight: 400;
}

.form .ec-input dl dt {
  margin: 0 0 10px;
  font-size: 16px;
}

#cart .guest .card {
  width: 100%;
}

#cart .guest .card p {
  margin: 0 0 30px;
  line-break: 1.6em;
}

#cart footer {
  margin: 20px auto;
}

#cart footer .ec-login__link {
  margin: 5px 0 0;
}

#cart .ec-orderRole {
  padding: 0;
}

.ec-blockTopBtn.pagetop {
  display: none !important;
}

#cart .ec-orderRole .ec-inlineBtn {
  color: #272626;
  border: none;
  border-radius: 5px;
  background: none;
  padding: 0;
}

#cart .ec-orderRole .ec-borderedList {

}

#cart .ec-borderedList li {
  border-bottom: 1px solid #E2E2E2;
}

#cart .ec-imageGrid {
  border: none;
}

#cart .ec-alert-warning {
  width: 100%;
}

#cart .ec-alert-warning .ec-alert-warning__icon {
  display: none;
}

#cart .ec-alert-warning .ec-alert-warning__text {
  color: #000;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  border: 1px dotted #ccc;

}

#cart .ec-cartRow .ec-icon {
  display: inline-block;
  width: 25px;
  margin: 0 10px;
}

#cart .message-description {
  font-size: 15px;
}


/* ---------------------------------------------------✁
  カート お届け先の指定
------------------------------------------------------*/

#cart .ec-addressList .ec-addressList__item {
  display: flex;
}

#cart .ec-addressList .ec-addressList__remove.check {
  width: 20px;
}

#cart .ec-addressList .ec-addressList__address {
  flex: 1;
}

/* ---------------------------------------------------✁
  カート お届け先の追加
------------------------------------------------------*/

#cart.shipping-edit .ec-registerRole {
  margin: 30px 0 0;
}

/* ---------------------------------------------------✁
  カート ご注文手続き
------------------------------------------------------*/

#cart .ec-input p {
  margin: 0 0 10px;
}

#cart .ec-orderRole section {
  margin: 0 0 50px;
  position: relative;
}

#cart .ec-orderRole section div a {
  font-size: 14px;
  display: none;
}

#cart .ec-orderRole section div:first-child a {
  display: inline-block;

  display: none;
}

#cart .ec-orderRole .ec-orderRole__detail {
  padding: 0;
}

/*
#cart .ec-orderRole__detail .ec-rectHeading h2 {
  margin: 0 0 15px;
  color: #6C6C6C;
  background: #F6F5F6;
  font-size: 18px;
}
*/

#cart .ec-orderRole__detail .ec-rectHeading h2 {
  font-size: 24px;
  font-family: 'Shippori Mincho','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  border-bottom: 1px solid #E2E2E2;
  text-align: left;
  background: none;
  font-weight: bold;
  padding: 0;
  margin: 0 0 15px;
}


#cart .ec-orderRole__detail .ec-rectHeading h2 {
  font-size: 18px;
  padding: 15px 20px;
  line-height: 1em;
  border: none;
  background: #F6F5F6;
}


/*
#cart .ec-orderDelivery > ul > li {
  padding: 15px;
  border: 1px solid #E2E2E2;
  margin: 0 0 15px;
}

#cart .ec-orderDelivery > ul > li .ec-selects {
  border: none;
  margin: 0;
}
*/

#cart .ec-orderDelivery .ec-orderDelivery__title {
  padding: 10px 10px;

  margin: 0 0 15px;
  color: #6C6C6C;
  background: #F6F5F6;
  background: none;
  font-size: 18px;
  border: none;
}

#cart .ec-orderDelivery .ec-orderDelivery__actions {
  margin: 50px 0 0;
}

#cart .ec-orderDelivery .ec-orderDelivery__actions .ec-selects {
  border: none;
  display: flex;
  flex-wrap: wrap;
}

#cart .ec-orderDelivery .ec-orderDelivery__actions .ec-selects > div {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 15px;
}

#cart .ec-orderDelivery .ec-orderDelivery__actions .ec-selects > div:last-child {
  padding-right: 0px;
  padding-left: 15px;
}
/*
#cart.confirm .ec-orderDelivery .ec-orderDelivery__actions .ec-selects > div {
  width: 100%;
}
*/
#cart .ec-orderDelivery .ec-orderDelivery__actions .ec-selects > div .select {
  display: flex;
  flex: 1;
}

#cart .ec-orderDelivery .ec-orderDelivery__actions .ec-selects > div .select select {
  width: 100%;
}


.ec-orderAccount .ec-orderAccount__change {
  float: none;
}

#cart .ec-orderAccount .ec-orderAccount__change,
#cart .ec-orderDelivery .ec-orderDelivery__change {
  position: absolute;
  top: 5px;
  right: 20px;
  margin: 0;
}

#cart .ec-orderDelivery__edit {
  display: none;
}


/*
#cart #shopping-form .ec-orderRole {
  flex-direction: column;
}

#cart #shopping-form .ec-orderRole .ec-orderRole__detail {
  width: 100%;
}

#cart #shopping-form .ec-orderRole__summary {
  width: 100%;
}
*/

#cart .ec-orderDelivery__edit {
  margin: 0 0 20px;

}

.ec-totalBox {
  background: #F6F5F6;
}

#cart .ec-totalBox .ec-totalBox__taxRate {
  margin-bottom: 0;
}

#cart .ec-totalBox .ec-totalBox__taxRate dt {
  font-size: 12px;
}

#cart .ec-inlineBtn {
  background: #E8E6E8;
  color: #272626;
  border-radius: 5px;
  border: none;
}

#cart .ec-inlineBtn:hover {

  transition: 0.5s;
}

#cart .ec-totalBox__total,
#cart .ec-totalBox__taxRate {
  __display: none;
}

#cart .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,#cart  .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #525263;
}

#cart .ec-totalBox__btn .ec-blockBtn--cancel {
  width: 280px;
  margin: auto;
}

#cart .ec-orderRole .ec-orderRole__summary {
  padding: 0 0 0 20px;
  text-align: center;
}

#cart .ec-orderRole .ec-orderRole__summary p {
  text-align: center;
  margin: 20px 0;
  color: #6C6C6C;
}

#cart .ec-orderRole .ec-orderRole__summary .button {
  display: block;
  width: 100%;
}

#cart .ec-orderRole .ec-orderRole__summary .js-modal-open {
  color: #272626;
}

#cart .ec-orderAccount .ec-orderAccount__account div {
  margin-bottom: 3px;
}

#cart .ec-orderAccount .ec-orderAccount__account p {
  display: inline-block;
}

#cart .ec-orderAccount .ec-orderAccount__account .ec-zipInput {
  display: inline-block;
}

#cart .ec-totalBox .ec-totalBox__price {
  margin-left: 10px;
  font-size: 22px;
}

#cart .ec-totalBox .ec-totalBox__pointBlock {
  margin: 10px 0;
}

#cart .ec-AddAddress .ec-AddAddress__info {
  margin: 30px 0;
}

/* ---------------------------------------------------✁
  フォーム系
------------------------------------------------------*/

.ec-pageHeader h1 {
  font-family: 'Arial','Shippori Mincho','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-size: 26px;
  color: #6C6C6C;
  margin: 10px 0;
  border: none;
  padding: 0;
  font-weight: 700;
}

.ec-checkbox {
  text-align: center;
}

.ec-off4Grid .ec-off4Grid__cell {
  width: 50%;
  margin-left: 25%;
}

.ec-required {
  margin-left: 5px;
  color: #000;
}

/*.ec-blockBtn--action {*/
/*  background: #6C6C6C;*/
/*  color: #FFF;*/
/*  border: none;*/
/*  transition: 0.5s;*/
/*}*/

/*.ec-blockBtn--action:hover,*/
/*.ec-blockBtn--action:active,*/
/*.ec-blockBtn--action:focus {*/
/*  background: #4D4D4D;*/
/*}*/

/*.ec-blockBtn--cancel {*/
/*  background: #E8E6E8;*/
/*  color: #6C6C6C;*/
/*  border: none;*/
/*}*/

.form .ec-borderedDefs dl {

}

.form .ec-zipInput {
  display: flex;
  align-items: center;
}

.form .ec-zipInput input {
  margin-bottom: 0;
}

.form .ec-zipInput span {
  margin: 0;
}

.form .ec-zipInputHelp {
  margin-bottom: 0;
}

.form .ec-zipInputHelp .ec-zipInputHelp__icon {
  background: #B9B9B9;
  margin: 0;
  top: 0;
  text-align: center;
  line-height: 20px;
  color: #FFF;
}

.form .ec-zipInputHelp {
  display: flex;
  align-items: center;
}

.ec-link,
.ec-zipInputHelp span {
  color: #000;
}

.ec-link:hover {
  color: #222;
}

.ec-off1Grid__cell form > p {
  margin-bottom: 1em;
}

.ec-registerCompleteRole {
  color: #6C6C6C;
}

.ec-borderedDefs dl {
  padding: 10px 0 10px;
}

.ec-reportHeading h2 {
  font-size: 20px;
}

.ec-reportDescription {
  line-height: 1.7em;
}

.ec-zipInput span {
  margin-bottom: 12px;
}

.form footer {
  text-align: center;
  margin: 60px auto;
  overflow: hidden;
  width: 100%;
}

.form footer .button {
  margin: 10px auto;
}

.form footer.empty .button {
  float: right;
  display: block;
}

.form .card footer {
  margin: 20px auto 0;
}

.form .card footer .button {
  margin: 0 auto;
}

.form .ec-errorMessage {
  margin: 0;
  width: 100%;
}

/* ---------------------------------------------------✁
  マイページ
------------------------------------------------------*/

#mypage nav > span {
  display: none;
}

#mypage .ec-pageHeader h1 {
  padding: 0;
  margin: 0 0 10px;
}

#mypage .ec-off2Grid .ec-off2Grid__cell {
  width: 100%;
  margin: 0;
}

#mypage .ec-login__input p {
  text-align: center;
  display: block;
}

#mypage header h1 {
  border-bottom: 1px solid #E2E2E2
}

#mypage h2.title {
  display: none;
}

#mypage nav ul li a {
  font-size: 16px;
}

#mypage .ec-navlistRole .ec-navlistRole__navlist {
  border: none;
}

#mypage .ec-navlistRole .ec-navlistRole__item {
  border: none;
}

#mypage .ec-navlistRole .ec-navlistRole__item a:hover {
  background: #F6F5F6;
}

#mypage .ec-navlistRole .active a {
  color: #000000;
  font-weight: bold;
}

#mypage .title h2 {
  display: none;
}

.form .main-content {
  padding: 0;
  max-width: 730px;
  margin: auto;
}

#mypage .ec-para-normal {
  font-size: 16px;
  margin: 30px 0;
}

#mypage .ec-para-normal i {
  font-weight: bold;
}

.ec-layoutRole .ec-layoutRole__contents {
  display: block;
}

/* ---------------------------------------------------✁
  マイページ 注文履歴
------------------------------------------------------*/

#mypage .ec-historyRole .ec-historyRole__contents {
  border: none;
  border-bottom: 1px solid #E2E2E2;
  align-items: center;
}

#mypage .ec-historyRole:first-of-type .ec-historyRole__contents {
  border-top: 1px solid #E2E2E2;
}

#mypage .ec-historyListHeader .ec-historyListHeader__date {
  font-size: 16px;
  font-weight: normal;
}

#mypage .ec-definitions dt {
  font-weight: normal;
  font-size: 16px;
}

#mypage.ec-historyRole .ec-historyRole__header {
  width: 30%;
}

#mypage .ec-historyRole__detail {
  display: flex;
}

#mypage .ec-historyRole__detail .ec-imageGrid {
  flex: 1;
}

#mypage .ec-historyRole__detail .ec-historyListHeader__action {
  width: 100%;
  display: block;
  margin: -40px 0 0;
}

#mypage .ec-historyRole__detail .ec-historyListHeader__action .button {
  padding: 0;
  width: 100%;
  width: 120px;
  float: right;
  border: none;
  background: #E8E6E8;
  color: #272626;
  font-weight: normal;
  border-radius: 5px;
}


#mypage section {
  margin: 40px 0;
}

#mypage section .ec-rectHeading {
  text-align: center;
  margin: 20px 0;
}

#mypage section .ec-rectHeading h2 {
  font-size: 16px;
  color: #6C6C6C;
  background: #F6F5F6;
  padding: 13px;
}

#mypage section section h3 {
  font-size: 16px;
  color: #6C6C6C;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 1px solid #E2E2E2;
}

#mypage .ec-orderDelivery__item {
  border: none;
  border-top: 1px solid #E2E2E2;
}

#mypage .address {
  border-bottom: 1px solid #E2E2E2;
}

.ec-imageGrid {
  border: none;
}

#mypage.history .ec-definitions--soft {
  margin: 1px 0;
}

#mypage.history .ec-definitions--soft dt,
#mypage.history .ec-definitions--soft dd {
  font-size: 16px;
}

#mypage.history p {
  font-size: 16px;
  line-height: 1.7em;
}

#mypage.form footer {
  margin: 0 auto;
}

#mypage .ec-historyRole__detail {
  display: block;
}


.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: normal;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: normal;
}

#mypage .ec-orderDelivery {
  display: flex;
}

#mypage .ec-orderDelivery .list {
  width: 65%;
  padding-right: 15px;
}

#mypage .ec-orderDelivery .ec-orderRole__summary {
  width: 35%;
}

#mypage.history .ec-orderRole__detail {
  max-width: 730px;
  margin: auto;
}

#mypage.history .ec-orderRole__detail .ec-totalBox__taxLabel {
  font-size: 11px;
}

#mypage.history .ec-orderDelivery__address {
  padding: 15px 0;
}

#mypage.history .delivery h3 {
  margin-bottom: 15px;
}

#mypage.history .ec-orderMails {
  overflow: hidden;
  border-bottom: 1px solid #E2E2E2;
}

#myoage.history .ec-reportDescription {
  margin-bottom: 20px;
}

/* ---------------------------------------------------✁
  マイページ お届け先
------------------------------------------------------*/

.form .ec-label {
  font-weight: normal;
}

.button.gray {
  background: #E8E6E8;
  color: #272626;
  border-radius: 5px;
  width: 75px;
}

#mypage .ec-addressList .ec-addressList__remove .ec-icon img {
  width: 20px;
  height: 20px;
}

.form .ec-borderedDefs {
  border: none;
}

.form .ec-borderedDefs dl {
  align-items: center;
  border: none;
}

.form .ec-borderedDefs dl dt {
  padding: 0;
}

.form .ec-borderedDefs dl dd div {
  margin-bottom: 10px;
}

.form .ec-borderedDefs dl dd div:last-of-type {
  margin-bottom: 0;
}

.ec-input input, .ec-input textarea, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input,.ec-select select {
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
}

.form .ec-select select{
  display: block;
}

.form form > p {
  margin: 20px 0;
  line-height: 1.7em;
}

#mypage.form.contact footer {
  margin: 40px auto;
}

.ec-contactRole textarea {
  font-family :'Shippori Mincho','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  padding: 5px;
}

.ec-select label {
  margin-bottom: 0;
}


/* ---------------------------------------------------✁
  領収書
------------------------------------------------------*/

#page_mypage_print .ec-layoutRole__contents {
  padding: 0;
}

#print {
  opacity: 1;
  padding: 5%;
  max-width: 980px;
  margin: auto;
  color: #000000;
}

#print header h1 {
  border: 1px solid #000000;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #272626;
}

#print section {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

#print section > div {
  width: 50%;
  padding: 40px 20px 0;
}

#print section > header {
  width: 100%;
}

#print .customer h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

#print .customer p {
  font-size: 14px;
  margin-bottom: 1em;
}

#print .customer .price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
  align-items: center;
}

#print .customer .price dt {
  font-size: 14px;
}

#print .customer .price dd {
  font-size: 30px;
}

#print .shop {
  padding-left: 80px;
  position: relative;
}

#print .shop header img {
  position: absolute;
  left: 30px;
  top: 30px;}

#print .shop h3 {
  font-size: 18px;
  margin: 10px 0 20px;
}

#print header h2 {
  background: #F6F5F6 !important;
  color: #000000;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 3px;
}

#print dl {
  display: flex;
  margin: 0 0 5px;
}

#print dl dt {
  font-weight: normal;
  font-size: 16px;
}

#print dl dd {
  font-size: 16px;
}

#print .order .item {
  margin: 10px 0;
  border-bottom: 1px dotted #000;
}

#print section > .price {
  font-size: 16px;
}

#print section > .price .total {
  margin: 20px 0 10px;
}

#print section > .price .total dt {
  font-size: 20px;
}

#print section > .price .total dd {
  font-size: 20px;
}

#print section > .price .total dd span {
  font-size: 12px;
  margin-left: 5px;
}

#print .delivery h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
}

#print .delivery h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0 10px;
}

#print .delivery dl {
  font-size: 16px;
}

#print .payment {
  font-size: 16px;
}


#print footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

#print footer .button {
  margin: 0 5px;
}

@media print{

  @page {
    margin: 0;
  }

  body {
    -webkit-print-color-adjust: exact;
    top:0 !important;
    left:0 !important;
    max-width: 100%;
    width:200mm !important;
    height:290mm !important;
  }

  #print {
    max-width: 100%;
  }

  #print footer {
    display: none;
  }

}

/* ---------------------------------------------------✁
  マイページ 退会
------------------------------------------------------*/

#mypage.withdraw h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 50px auto;
  text-align: center;
}

#mypage.withdraw p {
  margin: 50px 0;
  line-height: 1.6em;
  text-align: center;
  display: block;
}

#mypage.withdraw.top label {
  cursor: pointer;
  font-weight: normal;
}

#mypage.withdraw.top footer .button {
  pointer-events: none;
  opacity: 0.5;
}

#mypage.withdraw.top footer .button.active {
  opacity: 1;
  pointer-events: auto;
}

#mypage.withdraw.confirm footer .button.cancel {
  background: #E8E6E8;
  color: #6C6C6C;
}
/* ---------------------------------------------------✁
  ログイン
------------------------------------------------------*/

.card {
  background: none;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin: 0 0 40px;
  padding: 50px;
}

.ec-login {
  margin: 0;
  padding: 0;
  background: none;
}

.ec-login .ec-login__link {
  margin: 0;
}

.ec-login .ec-login__link a {
  color: #6C6C6C;
}

.ec-login .ec-login__link.entry {
  margin: 10px 0 0;
}

.ec-login .ec-login__input {
  margin-bottom: 20px;
}

.ec-login .ec-login__link {
  text-align: center;
}

.ec-checkbox label {
  font-weight: normal;
  margin: 5px 0;
}

.ec-login .ec-input dt {
  font-size: 16px;
  margin-bottom: 10px;
}

.form-flow ul {
  display: flex;
  margin: 0 auto 60px;
  max-width: 770px;
}

.form-flow ul li {
  width: 25%;
  text-align: center;
  position: relative;
}

.form-flow ul li::after {
  content: "";
  content: '';
  position: absolute;
  display: block;
  background: #E2E2E2;
  width: 100%;
  height: 2px;
  top: 1.25em;
  margin-left: 1.5em\9;
  z-index: 1;
  top: 30px;
  width: 50%;
  left: 75%;
}

.form-flow ul li:last-child::after {
  display: none;
}

.form-flow ul li .number {
  border: 1px solid #ADADAD;
  color: #ADADAD;
  font-size: 30px;
  line-height: 55px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}

.form-flow ul li.active .number {
  background: #ADADAD;
  color: #FFF;
}

.form-flow ul li.complete {
  opacity: 0.4;
}

.form-flow ul li.complete .number {
  background: #ADADAD;
}

.form-flow ul li.complete .number img {
  width: 30px;
}

.form-flow ul li .label {
  color: #6C6C6C;
  font-size: 14px;
}

.ec-reportHeading h2 {
  font-weight: normal;
}

/* ---------------------------------------------------✁
  パスワード再発行
------------------------------------------------------*/

#forgot .ec-forgotRole {

}

.ec-role {
  padding: 0;
  color: #6C6C6C;
}

.card footer .button {
  margin: 0 auto;
}

.card footer .ec-login__actions {
  margin: 0 0 20px;
}

#forgot .ec-borderedDefs {
  border: none;
}

#forgot .ec-borderedDefs dl {
  border: none;
}

#forgot .ec-forgetCompleteRole {
  text-align: center;
}

/* ---------------------------------------------------✁
  その他フォーム系
------------------------------------------------------*/

.customer-company_name,
.customer-phone_number {
  display: block;
}

.ec-halfInput {
  display: flex;
  flex-wrap: wrap;
}

.ec-halfInput .customer-company_name input[type='text'],
.ec-telInput .customer-phone_number input,
#entry_company_name,
.ec-telInput input,
#shopping_shipping_company_name,
#nonmember_company_name {
  width: 100%;
  max-width: 100%;
}

.mod-button button {
  margin-bottom: 10px;
}

.ec-RegisterRole__actions button {
  margin-bottom: 10px;
}

.ec-totalBox .ec-totalBox__taxRate,
.ec-totalBox .ec-totalBox__paymentTotal {
  display: none;
}

.ec-pageHeader  {

}





/* ---------------------------------------------------✁
  プライバシーポリシー
------------------------------------------------------*/

#help {
  color: #6C6C6C;
}

#help header h1 {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 5px;
}

#help ul li {
  margin: 0 0 40px;
}

#help ul li p {
  margin: 0 0 20px;
}

#help ul li h2 {
  font-size: 20px;
  color: #6C6C6C;
}

#help ul li dl {
  margin-left: 20px;
}

#help ul li dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}

#help ul li dl dd {
  margin-bottom: 30px;
}

#help ul li ul li {
  margin: 0 0 5px 20px;
  list-style: disc;
}

#help ul li ol li {
  margin: 0 0 10px 20px;
  list-style: decimal
}

/* ---------------------------------------------------✁
  特定商
------------------------------------------------------*/

#help.tradelaw dl {
  margin: 20px 0 40px;
}

#help.tradelaw dl dt {
  font-size: 20px;
  margin: 0 0 5px;
}

#help.tradelaw dl dd {
  font-size: 16px;
}

#help.tradelaw dl dl {
  margin: 10px 0 20px 20px;
}

#help.tradelaw dl dl dt {
  font-size: 18px;
}

/* ---------------------------------------------------✁
  会員登録
------------------------------------------------------*/

.message h2 {
  margin: 50px 0 30px;
}

/* ---------------------------------------------------✁
  WordPress側対応
------------------------------------------------------*/

.gare_wrap .slick-arrow.slick-prev,
.gare_wrap .slick-arrow.slick-next {
  display: none !important;
}

body.page-under main#gare .slick-initialized .slick-slide {
  overflow: hidden;
}

body.page-under main#gare .slick-initialized .slick-slide .fade_bg {
  opacity: 1;
  background: none;
}

body.page-under main#gare .slick-initialized .slick-slide .fade_bg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 100;
  bottom: 0;
  color: #fff;
  opacity: 0;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}

body.page-under main#gare .slick-initialized .slick-slide .fade_bg div {
  bottom: -100px;
  transition-property: bottom, opacity;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  z-index: 101;
}

body.page-under main#gare .slick-initialized .slick-slide:hover .fade_bg:before {
  opacity: 1;
}

body.page-under main#gare .slick-initialized .slick-slide:hover .fade_bg div {
  bottom: 30px;
}

.ec-halfInput input[type='text'] {
  margin: 0;
  width: 50%;
  box-sizing: border-box;
}

.ec-halfInput input[type='text']:first-child {
  width: 49%;
  margin-right: 1%;
}

.ec-halfInput input[type='text']:nth-child(2)  {
  width: 49%;
  margin-left: 1%;
}




.ec-totalBox .button {
  width: 100%;
}

#cart .non-customer-edit .ec-halfInput span {

}

#cart .non-customer-edit .ec-halfInput span input {
  width: 100%;
}


#cart .non-customer-edit .ec-halfInput span:first-child {
  width: 49%;
  margin-right: 1%;
}

#cart .non-customer-edit .ec-halfInput span:last-child  {
  width: 49%;
  margin-left: 1%;
}

#cart .non-customer-edit .customer-address_addr02 {
  width: 100%;
}

#mypage.form .main-content {
  font-size: 16px;
}

#cart .ec-orderRole {
  max-width: 730px;
  flex-direction: column;
}

#cart .ec-orderRole .ec-orderRole__detail {
  width: 100%;
}

#cart .ec-orderRole .ec-orderRole__summary {
  width: 100%;
  padding: 0;
  margin: 50px 0 0;
  background: #F6F5F6;
}

#cart .ec-totalBox {
  background: none;
}

#cart .ec-totalBox dl,
#cart .ec-totalBox__total,
#cart .ec-blockBtn--action {
  max-width: 280px;
  margin: 8px auto;
}

/* ---------------------------------------------------✁
  メッセージカード対応
------------------------------------------------------*/

.message-cart {
  display: none;
}

body.product13 .ec-productRole__actions,
body.product13 .ec-productRole__btn {
  display: none;
}

body.product13 #item-detail .text .cart button.message-cart {
  display: block;
  background: #E8E6E8;
  color: #6C6C6C;
  font-size: 14px;
  width: 250px;
  font-family: 'Shippori Mincho','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

.message iframe {
  border: none;
  width: 270px;
  margin: auto;
  overflow: hidden;
  height: 60px;
  display: block;
}

body.product13 #header,
body.product13 #footer,
body.product13 .breadcrumb,
body.product13 #item-detail .image,
body.product13 #item-detail .text header,
body.product13 #item-detail .text .price,
body.product13 #item-detail .text .delivery,
body.product13 #item-detail .text .ec-numberInput,
body.product13 #item-detail .text .data,
body.product13 #item-detail .text .time,
body.product13 #item-detail footer,
body.product13 .sf-minitoolbar,
body.product13 .ec-modal {
  display: none !important;
}

body.product13 .ec-layoutRole .ec-layoutRole__contents {
  padding: 0;
}

body.product13 .content {
  max-width: 100%;
  width: 100%;
}

body.product13 .button {
  margin: auto;
}

/* ---------------------------------------------------✁
  ゼウス決済周り
------------------------------------------------------*/

#cart #zeus_payment_input,
#cart #zeus_payment_confirm {
  padding: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
}

#cart #zeus_payment_input label {
  margin-right: 0;
}

#cart #zeus_payment_input .text-danger {
  color: #6C6C6C;
  font-size: 12px;
}

#cart #zeus_payment_input .ec-select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}


#cart #zeus_payment_input .ec-select select {

}

#cart #zeus_payment_input .ec-select span {
  width: 100%;
  margin: 5px 0 0;
}


#cart #zeus_payment_input #zeus_contact_info,
#cart #zeus_payment_confirm #zeus_contact_info  {
  font-size: 12px;
  color: #6C6C6C;
  margin: 20px 0 0;
}

#cart #zeus_payment_input #zeus_contact_info a {
  color: #6C6C6C;
}

#cart #zeus_payment_confirm {
  margin: 0 0 30px;
}

#cart #zeus_payment_confirm .text-danger {
  color: #6C6C6C;
  font-size: 15px;
  line-height: 1.7em;
}

#cart #zeus_payment_confirm dl {
  font-size: 16px;
  margin-bottom: 10px;
}

#cart.ebank p {
  display: block;
  max-width: 730px;
  margin: 20px auto;
  font-size: 16px;
}

#modal-ebank ul {

}

#modal-ebank ul li {
  margin-left: 20px;
  list-style: disc;
  margin-bottom: 5px;
}

#modal-ebank .support {
  margin: 40px 20px;
}

#modal-ebank h3 {
  font-weight: bold;
}

#modal-ebank .modal__content {
  max-height: 95vh;
  overflow: auto;
}
