/***************************/
/* 共通 ********************/
/***************************/
@font-face {
	font-family: 'MyFont';
	src: url(/century-gothic/CenturyGothic.ttf) format("truetype");
}
html,body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: normal;
  font-family: Futura,"Century Gothic", sans-serif;
}
.ja {
  font-family: sans-serif;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 300ms;
}
a:hover {
  opacity: .8;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}
h2 {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 80px;
}
h3 {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
}
h4 {
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 40px;
}
h4:before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}
h4:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #666;
  position: absolute;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
}
p.subtitle {
  position: relative;
  font-weight: 200;
  margin: 0 auto;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  margin-bottom: 65px;
}
p.subtitle:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
p.subtitle:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
p {
  font-size: 15px;
  line-height: 15px;
}
form {
  max-width: 500px;
  margin-bottom: 120px;
}
form table {
  width: 100%;
}
form table tr {
  display: block;
}
form table tr:nth-child(even) {
  margin-bottom: 40px;
}
form table tr th {
  font-size: 12px;
}
form table tr td {
  font-size: 18px;
  width: 100%;
}
/* iOSのいらないスタイルを無効化 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*******************************/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  width: 500px;
  height: 45px;
  font-size: 18px;
  font-weight: 300;
  padding: 0px 0px 0px 10px;
  border: 1px solid #999;
  -webkit-appearance: none; 
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  color: #bbb;
}
textarea {
  width: 500px;
  height: 180px;
  font-size: 18px;
  font-weight: 300;
  padding: 7px 0px 7px 10px;
  border: 1px solid #999;
}
.square-btn {
  display: block;
  width: 180px;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 19px;
  padding: 13px 1em;
  box-sizing: border-box;
  text-decoration: none;
  color: #666;
  border: solid 1px #999;
  background: white;
  border-radius: 0px;
  transition: .4s;
}
.square-btn:hover {
  cursor: pointer;
  background: #999;
  color: white;
}
#content-inner-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-inner-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
h3.mb80 {
  margin-bottom: 80px !important;
}
.image-col-2 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.image-col-2.last {
  margin-bottom: 120px;
}
.image-col-2.last img {
  margin-bottom: 0px;
  vertical-align: bottom;
}
.image-col-2 img {
  width: 50%;
  max-width: 380px;
  margin-bottom: 30px;
}
.image-col-2 img:nth-child(odd) {
  margin-right: 15px;
}
.image-col-2 img:nth-child(even) {
  margin-left: 15px;
}
/***************************/
/* NAVIGATION **************/
/***************************/
header {
  display: block;
  height: 60px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
}
nav {
  display: list-item;
  list-style-type: none;
  width: 100%;
  height: 60px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255);
  z-index: 100;
}
nav .nav-left {
  width: 12.5%;
}
nav .nav-left img{
  height: 100%;
  max-height: 60px;
  width: auto;
}
nav .nav-left img:hover,
nav .nav-right img:hover {
  opacity: 0.7;
  cursor: pointer;
}
nav .nav-section{
  float: left;
}
nav .nav-section.nav-center ul{
  display: inline-block;
  margin: 0px 0px 0px 20px;
}
nav .nav-section.nav-center ul li {
  float: left;
  font-size: 12px;
  line-height: 60px;
  padding: 0 20px;
}
nav .nav-center {
  width: 75%;
  height: 60px;
	text-align: center;
}
nav .nav-right {
  width: 12.5%;
  height: 60px;
  position: relative;
  text-align: right;
}
/* 2019.04.03 ONLINE CART IMAGE(S) */
nav .nav-right img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
nav .nav-right img.cart {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  max-width: 25px;
}
#empty-content {
  min-height: calc(100vh - 600px);
}
/* 2019.04.03 ONLINE CART IMAGE(E) */
#nav-drawer {
  display: none;
}
.caret::after {
  display: inline-block;
  top: -5px;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: 2.5px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
span.caret.rot {
  transform: rotateX(180deg);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -o-inline-box;
  display: inline-box;
}
/***************************/
/* TOPページ スライダー********/
/***************************/
#top-slider {
  background: #000;
  margin-top: 60px;
}
div#slider-inner {
  position: relative;
  text-align: center;
}
div#slider-inner h2 {
  font-weight: 400;
  font-size: 62px;
  line-height: 62px;
  color: white;
  margin-bottom: 20px;
}
div#slider-inner img {
  max-height: 890px;
  width: auto;
}
#slider-ontxt {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0)
}
#slider-ontxt span {
  display: block;
  font-size: 26px;
  color: white;
}
#slider-ontxt img {
  width: 100%;
  margin-top: 30px;
}
#top-shopconcept {
  width: 100%;
  max-width: 1160px;
  margin: 120px auto;
}
#top-shopconcept-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#top-shopconcept-inner h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 40px;
}
#top-shopconcept-inner p {
  font-size: 15px;
  line-height: 23px;
  margin: 0px auto 20px;
}
#top-information-inner {
  width: 100%;
  max-width: 1200px;
  margin:  0 auto;
}
#top-information-inner h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 40px;
}
#top-info-link-wrap {
  width: 100%;
  margin-bottom: 120px;
  display: table;
}
#top-info-link-wrap .top-info-link-cell {
  display: table-cell;
  max-width: 570px;
}
#top-information-inner figure {
  margin: 0px;
  max-width: 570px;
}
#top-information-inner figure img {
  vertical-align: bottom;
  transition: all 300ms;
  width: 100%;
}
#top-info-link-wrap .top-info-link-cell:hover figure img {
  opacity: 0.8;
}
#top-info-link-wrap .top-info-link-cell p {
  max-width: 570px;
  margin: 0px;
  text-align: center;
}
#top-info-link-wrap .top-info-link-cell p.top-info-postdate {
  margin-top: 40px;
  font-size: 11px;
}
#top-info-link-wrap .top-info-link-cell p.top-info-title {
  font-size: 21px;
  line-height: 21px;
  margin-top: 20px;
}
#top-info-link-wrap .top-info-link-cell p.top-info-desctext {
  font-size: 11px;
  line-height: 23px;
  margin-top: 20px;
  text-align: left;
}
.top-info-link-cell.first {
  float: left;
}
.top-info-link-cell.second {
  float: right;
}
#top-blackbelt {
  width: 100%;
  background: #000;
  padding: 80px 0;
}
#top-blackbelt-inner {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
#top-blackbelt-inner img {
  margin-bottom: 25px;
}
#top-blackbelt-inner h2 {
  color: white;
  font-weight: 400;
  font-size: 47px;
  line-height: 47px;
  margin-bottom: 40px;
}
#top-blackbelt-inner p {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  border: 1px solid white;
  margin: 0px auto;
  max-width: 375px;
  padding: 22px 0px;
  transition: all 300ms;
}
#top-blackbelt-inner p a {
  color: #fff;
  transition: all 300ms;
}
#top-blackbelt-inner p:hover a {
  color: #000;
}
.brend-view-all:hover {
  background: #fff;
  cursor: pointer;
}
#top-deigner-brands {
  display: -webkit-box;
  margin-bottom: 80px;
}
#top-deigner-brands-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#top-deigner-brands-inner h2 {
  margin-top: 80px;
  margin-bottom: 40px;
}
#top-deigner-brands-inner .brand-block {
  position: relative;
  width: calc(100% / 4);
  float: left;
}
#top-deigner-brands-inner .brand-block a {
  display: block;
}
#top-deigner-brands-inner .brand-block figure {
  margin: 0px;
  width: 100%;
}
#top-deigner-brands-inner .brand-block figure img {
  width: 100%;
  filter: grayscale(100%);
  transition: all 300ms;
  vertical-align: bottom;
}
#top-deigner-brands-inner .brand-block figure:hover img {
  filter: grayscale(0%);
  cursor: pointer;
}
#top-deigner-brands-inner .brand-block a:hover {
  opacity: 1;
}
#top-deigner-brands-inner .brand-block a:hover img {
  filter: grayscale(0%);
  cursor: pointer;
}
.fullcolor {
  filter: grayscale(0%);
  cursor: pointer;
}
/* #top-deigner-brands-inner .brand-block figure img.gray-image {
  position: absolute;
  top: 0;
  left: 0;
}
#top-deigner-brands-inner .brand-block figure img.color-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
} */
/* #top-deigner-brands-inner .brand-block:hover figure img.gray-image {
  display: none;
}
#top-deigner-brands-inner .brand-block:hover figure img.color-image {
  display: block;
} */
#top-deigner-brands-inner .brand-block .brand-belt {
  opacity: 0;
  position: absolute;
  width: 100%;
  padding: 29px 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,.5);
  transition: all 300ms;
}
#top-deigner-brands-inner .brand-block:hover .brand-belt {
  opacity: 1;
}
#top-deigner-brands-inner .brand-block .brand-belt p {
  margin: 0px;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
#top-access-inner {
  text-align: center;
}
#top-access-inner h2 {
  margin-bottom: 40px;
}
#top-access-inner figure {
  margin: 0px;
}
#top-access-inner figure img {
  vertical-align: bottom;
}
#top-access-text-area {
  margin-top: 40px;
  margin-bottom: 80px;
}
#top-access-text-area p {
  margin: 0px;
  font-size: 15px;
  line-height: 23px;
}
/***************************/
/* パンくずなび **************/
/***************************/
#bread {
  width: 100%;
  max-width: 1160px;
  max-height: 80px;
  margin: 0 auto;
}
ul#bread-list {
  display: inline-block;
  padding: 0px;
  margin: 30px 0;
}
#bread #bread-list li {
  float: left;
  line-height: 10px;
  font-size: 10px;
  color: rgba(0,0,0,.5);
}
#bread #bread-list li a {
  transition: all 300ms;
  color: rgba(0,0,0,.5);
}
#bread #bread-list li a:hover {
  opacity: 0.8;
}
.instagram-link img {
  position: relative;
  max-width: 25px;
}
/***************************/
/* 共通 *********************/
/***************************/
#main-container {
  margin-top: 60px;
}
#slide-pager-wrap {
  width: 100%;
  text-align: center;
}
.slide-pager {
  display: inline-block;
  width: 10px;
  height: 10px;
  /* border: 3px solid #FFF; */
  background: #999;
  border-radius: 50%;
  margin-right: 4px;
}
#slide-pager-wrap.top {
  position: absolute;
  bottom: 20px;
}
#slide-pager-wrap.top .slide-pager {
  background: #fff;
  margin: 0 3px;
}
#slide-pager-wrap.top .slide-pager.current {
  background: #999;
}
/***************************/
/* SHOP CONCEPT ************/
/***************************/
.container.concept #concept-desc {
  text-align: center;
}
.container.concept img {
/*  margin-bottom: 80px; */
  margin-bottom: 40px;
	max-width: 612px;
}
.container.concept p {
/*  margin: 0px 0px 120px 0px; */
  margin: 0px 0px 40px 0px;
  line-height: 23px;
}
@media (max-width: 767px) {
	.container.concept img {
		max-width: 100%;
	}
}
/***************************/
/* ACCESS ******************/
/***************************/
.access-desc {
  text-align: center;
}
.access-desc p {
  margin: 0px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}
.access-desc p.last {
  margin-bottom: 30px;
}
div#googlemap {
  text-align: center;
  margin-bottom: 120px;
}
div#googlemap img {
  vertical-align: bottom;
}
div#googlemap-box {
  text-align: center;
  border: 1px solid #999;
  max-width: 173px;
  margin: 0 auto 80px;
}
div#googlemap-box p {
  margin: 0px;
}
div#googlemap-box a {
  display: block;
  line-height: 41px;
  transition: all 300ms;
}
div#googlemap-box a:hover {
  color: white;
  background: #999;
}
/***************************/
/* COMPANY *****************/
/***************************/
.company h3 {
  margin-bottom: 40px;
}
#company-desc {
  text-align: center;
  margin-bottom: 80px;
}
#company-desc #main-img-area a {
  display: inline-block;
  width: 100%;
}
#company-desc img {
  max-width: 790px;
  width: 100%;
  height: auto;
}
h4.shop {
  width: 60px;
}
h4.publication {
  width: 300px;
}
.company .image-col-2 a {
  display: inline-block;
  position: relative;
}
.company .image-col-2 a:hover {
  opacity: 1;
}
.company .image-col-2 a .shop-link-belt {
  position: absolute;
  opacity: 0;
  color: white;
  font-size: 23px;
  top: calc(50% - 15px);
  left: calc(0%);
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.5s;
}
.company .image-col-2 a .pub-link-belt {
  position: absolute;
  opacity: 0;
  color: white;
  font-size: 23px;
  top: 50%;
  left: calc(0%);
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.5s;
}
.company .image-col-2 a img {
  width: 100%;
  filter: grayscale(100);
  transition: all 300ms;
}
.company .image-col-2 a:hover img {
  filter: grayscale(0);
  cursor: pointer;
}
.company .image-col-2 a:hover .shop-link-belt,
.company .image-col-2 a:hover .pub-link-belt {
  opacity: 1;
  transition: all 0.5s;
}
.company .image-col-2 a:nth-child(1) img 
.company .image-col-2 a:nth-child(3) img {
  margin-right: 15px;
  margin-left: 0px;
}
.company .image-col-2 a:nth-child(2) img,
.company .image-col-2 a:nth-child(4) img {
  margin-left: 15px;
  margin-right: 0px;
}
/***************************/
/* CONTACT *****************/
/***************************/
.separate-col {
  width: 100%;
}
.separate-col .col-cell {
  float: left;
}
.left-col {
  margin-left: 65px;
  width: 50%;
}
.right-col {
  width: calc(50% - 65px);
}
.right-col .col-cell-inner {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.right-col h3 {
  text-align: left;
}
.right-col p {
  margin: 0px 0px 15px 0px;
  font-size: 13px;
}
.right-col p.phone,
.right-col p.address {
  font-size: 17px;
}
.right-col p.phone:hover,
.right-col p.address:hover {
  opacity: 0.7;
}
.right-col p.text {
  margin-top: 50px;
  line-height: 25px;
}
/***************************/
/* INFORMATION *************/
/***************************/
#info-con-wrap {
  width: 100%;
}
.info-item {
  float: left;
  width: 48.27%;
  /* max-width: 555px; */
  margin-bottom: 80px;
  text-align: center;
}
.info-item img{
  width: 100%;
  margin-bottom: 40px;
  transition: all 300ms;
}
.info-item:hover img {
  opacity: 0.8;
}
.info-item:nth-child(odd) {
  margin-right: 20px;
}
.info-item:nth-child(even) {
  margin-left: 20px;
}
.info-item p {
  margin: 0px;
  letter-spacing: -0.5px;
}
.info-item p.postdate,
.info-item p.posttext {
  font-size: 11px;
}
.info-item p.postdate {
  margin-bottom: 10px;
}
.info-item p.posttext {
  text-align: left;
  line-height: 20px;
  padding: 0 40px;
}
.info-item h5 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}
#pagenation {
  clear: both;
  display: inline-block;
  margin: 0 auto 120px;
  width: 100%;
  text-align: center;
}
#pagenation ul {
  display: inline-block;
  padding: 0px;
  margin: 0px auto;
}
#pagenation ul li {
  float: left;
  border: 1px solid #bbb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 15px;
  background-color: #bbb;
  transition: all 300ms;
  cursor: pointer;
}
#pagenation ul li.current {
  background-color: white;
}
#pagenation ul li:hover {
  background-color: white;
}
/***************************/
/* INFORMATION SINGLE ******/
/***************************/
#info-single-content-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 120px;
}
#info-single-content-wrap #info-left {
  width: calc(100% - 410px);
  margin-right: 40px;
}
#info-single-content-wrap #info-left img {
  width: 100%;
  vertical-align: bottom;
}
#info-single-content-wrap #info-right {
  width: 360px;
}
#info-single-content-wrap #info-right h6 {
  font-size: 23px;
  line-height: 23px;
  width: 100%;
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#info-left p {
  margin: 0px auto 40px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.3px;
}
#info-left p.single-post-date {
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 16px;
}
#info-left h5 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  margin: 20px auto 40px;
}
.info-col-cell {
  float: left;
}
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  transition: all 300ms;
}
.arrow:hover:before {
  background: gray;
}
.arrow:hover:after {
  border-color: white;
}
.arrow.left-arrow::before,
.arrow.left-arrow::after{
  position: absolute;
  top: 27px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow.right-arrow::before,
.arrow.right-arrow::after{
  position: absolute;
  top: 26px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.left-arrow {
  float: left;
}
.right-arrow {
  float: right;
}
.right-arrow::before{
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.right-arrow::after{
  left: -18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-arrow::before{
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.left-arrow::after{
  left: 12px !important;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.recent-post-block {
  clear: both;
  display: inline-table;
  width: 100%;
  margin-bottom: 20px;
}
.recent-post-block a {
  display: table;
  width: 100%;
  transition: all 300ms;
}
.recent-post-block a:hover {
  opacity: 0.8;
}
.recent-post-block figure {
  width: 100px;
  display: table-cell;
  /* float: left; */
}
.recent-post-block figure img {
  width: 100%;
  vertical-align: bottom;
}
.recent-post-title {
  /* float: left; */
  position: relative;
  display: table-cell;
  width: calc(100% - 100px);
  box-sizing: border-box;
  height: 100%;
  padding: 0 10px;
}
.recent-post-title p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  font-size: 11px;
  letter-spacing: -0.8px;
}
#search-block {
  clear: both;
  margin-top: 20px;
}
input[type="text"].search {
  width: calc(100% - 10px);
  height: 41px;
  font-size: 18px;
  font-weight: 300;
  padding: 0px 0px 0px 7px;
}
/***************************/
/* ONLINE ******************/
/***************************/
#online-top-main-container {
  /* height: 60px; */
  margin-top: 60px;
}
#fullwidth {
  position: relative;
  text-align: center;
}
#fullwidth img {
  width: 100%;
}
.blackback {
  background: #000;
}
#showcase {
  width: 100%;
  margin: 0 auto;
}
#showcase .item-block {
  position: relative;
  width: 25%;
  float: left;
}
#showcase .item-block img {
  width: 100%;
  position: relative;
}
#showcase .item-block .item-fliter {
  position: absolute;
  display: block;
  background-color: rgba(0,0,1,0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 500ms;
}
#showcase .item-block:hover .item-fliter {
  cursor: pointer;
  opacity: 1;
}
#showcase .item-block .item-fliter .item-meta-block {
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#showcase .item-block .item-fliter .item-meta-block p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  color: white;
  padding: 0 20px;
  line-height: 26px;
}
#showcase .item-block .item-fliter .item-meta-block p.item-category-in-filter {
  margin-bottom: 20px;
}
#main-container.online-category {
  display: grid;
  margin: 60px auto 120px;
}
.main-container.online-top {
  display: grid;
  margin: 80px auto 120px;
}
.online-title-area {
  position: absolute;
  top: calc(50% - 62px);
  left: 62.5%;
  transform: translate3d(-50%,0,0);
}
.online-title-area p.main-title{
  margin: 0px 0px 20px;
  font-size: 62px;
  line-height: 62px;
  color: white;
  width: 400px;
}
.online-title-area p.sub-title{
  margin: 0px;
  font-size: 31px;
  line-height: 31px;
  color: white;
  width: 400px;
}
.online-list-parent {
  position: static;
}
.online-list-parent:hover {
  cursor: pointer;
}
#online-fade-parent {
  display: none;
  background-color: #fafafa;
  z-index: 100;
  padding: 0;
  border: 1px solid #ededed;
  border-radius: 10px;
  list-style: none;
  position: absolute;
  left: 0;
  animation-duration: 600ms;
  width: 100%;
  max-width: 1200px;
  height: auto;
/*  max-height: 500px; */
  max-height: 500px;
  margin: 0;
}
#online-fade-list {
  width: 100%;
  max-width: 1160px;
  padding: 20px;
  height: 500px;
/*  height: 600px; */
  line-height: inherit;
}
#online-fade-list-left,
#online-fade-list-right {
  width: calc(50% - 0.5px);
  float: left;
}
#online-fade-list-left {
  position: relative;
}
#online-fade-list-left:after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: #666;
}
.fade-item-wrapper.left {
  text-align: center;
}
.fade-item-wrapper-inner {
  height: 460px;
/*  height: 600px; */
  position: relative;
}
span.fade-title {
  text-align: center;
  display: block;
  height: 460px;
  line-height: 460px;
}
/* #online-fade-list-left:after {
  content: "";
  width: 1px;
  height: 400px;
  background-color: #666;
  top: 50%;
  transform: translateY(-50%);
  right:;
} */
/* #online-fade-list-left {
  border-right: 1px solid #666;
} */
.fade-item-wrapper {
  width: 50%;
  height: 460px;
/*  height: 600px; */
  float: left;
  vertical-align: middle;
}
.fade-item-wrapper-inner ul {
  padding-left: 0px;
  margin-left: 0px !important;
}
.fade-item-wrapper-inner ul li.link-online-top a {
  /* font-size: 20px; */
}
.fade-item-wrapper-inner ul li.designer,
.fade-item-wrapper-inner ul li.navigation-sub-list {
  line-height: 27px !important;
  padding: 0px !important;
  width: 100%;
}
ul.navigation-sub-list-outer {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
ul.navigation-sub-list-outer.top {
  margin-bottom: 25px !important;
}
ul.navigation-sub-list-outer.title {
  /* width: 100%; */
}
ul.navigation-sub-list-outer.title li {
  text-align: center;
}
ul.navigation-sub-list-outer li a {
  display: block;
}
ul.navigation-sub-list-outer li a:hover {
  opacity: .6;
}
li.select_lang {
  position: relative;
}
ul.select_lang_child {
  position: absolute;
  width: auto;
  text-align: center;
  /* top: 42.5px; */
  left: 50%;
  margin-left: 0px !important;
  padding-left: 0px !important;
  transform: translateX(-50%);
  background-color: #ddd;
}
ul.select_lang_child li  {
  position: relative;
  width: 120px;
  padding: 0px !important;
  box-sizing: border-box;
  line-height: 45px !important;
  transition: all 300ms;
}
ul.select_lang_child li:hover {
  background-color: #aaa;
  cursor: pointer;
}
ul.select_lang_child li:nth-child(1):after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.1);
}
ul.select_lang_child li a {
  display: block;
  padding: 0;
  text-align: center;
}
ul.select_lang_child li:hover a {
  color: white;
}
/***************************/
/* ONLINE SINGLE ***********/
/***************************/
#product-single-content-wrap {
  width: 100%;
  margin: 0 auto 60px;
  max-width: 1000px;
}
#product-left {
  float: left;
  /* width: calc(100% - 530px); */
  /* margin-left: 40px; */
  width: 50%;
  margin-bottom: 60px;
}
#product-left figure {
  width: 100%;
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
}
#product-right {
  float: left;
  /* widows: 450px; */
  padding-top: 10px;
  /* margin-left: 40px; */
  width: 50%;
}
#product-main-image img {
  max-width: 420px;
  width: 100%;
}
.slide-pager.current {
  background: #333;
}
#product-right #product-detail {
  text-align: center;
}
#product-right #product-detail .mb30 {
  margin-bottom: 25px;
}
#product-right #product-detail h6 {
  font-size: 26px;
  line-height: 26px;
}
#product-right #product-detail p {
  margin: 0px auto 15px;
  font-size: 15px;
  line-height: 15px;
}
#product-right #product-detail p.price {
  font-size: 21px;
  line-height: 21px;
}
#product-right #product-detail p.code {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 14px;
}
#product-right #product-detail .addcart {
  font-size: 15px;
  line-height: 15px;
  border: 1px solid #666;
  width: 200px;
  padding: 20.5px 0px;
  transition: all 300ms;
}
#product-right #product-detail .addcart:hover {
  background: #666;
  color: white;
  cursor: pointer;
}
#product-right #product-detail .blockimg a {
  display: block;
}
#product-right #product-detail .blockimg a:hover {
  opacity: .8;
  cursor: pointer;
}
#product-right #product-detail .blockimg img {
  max-width: 40px;
}
#product-single-description-wrap {
  clear: both;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 120px;
}
#product-single-description-wrap h5 {
  position: relative;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 40px;
}
#product-single-description-wrap h5:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  background: #666;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#product-single-description-wrap p {
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 23px;
}
#product-single-description-wrap p:last-of-type {
  margin-bottom: 0px;
}
/***************************/
/* FOOTER ******************/
/***************************/
footer {
  clear: both;
  width: 100%;
  height: 350px;
}
.footer-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}
.footer-logo {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: 46%;
  left: 50%;
  transform: translate3d(-50%,-50%,0)
}
.footer-logo img {
  max-width: 137px;
  height: auto;
}
.footer-copy {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-copy small {
  font-size: 12px;
  color: white;
}
#online-footer {
  display: none !important;
  position: relative;
  background: #000;
  height: 150px;
}
#online-footer ul {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1160px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/* #online-footer ul li:nth-child(2),
#online-footer ul li:nth-child(3),
#online-footer ul li:nth-child(4),
#online-footer ul li:nth-child(5) {
  float: left;
  width: calc( (100% - 90px) / 6);
  text-align: center;
}
#online-footer ul li:nth-child(1) {
  float: left;
  width: calc( ((100% / 6) * 2) + 60px );
  text-align: center;
} */
#online-footer ul li {
  float: left;
  margin-right: 70px;
}
#online-footer ul li a {
  display: block;
  font-size: 13px;
  color: white;
  transition: all 300ms;
}
#online-footer ul li a:hover {
  color: #ccc;
}
#online-footer-inner a {
  font-family: 'MyFont', sans-serif !important;
}
/***************************/
/* 特定商取引 ****************/
/***************************/
.dealpage-title-outer {
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
h2.dealpage-title {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 23px;
}
h2.dealpage-title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: calc(100% + 20px);
  width: 100px;
  height: 2px;
  background: #999;
}
h2.dealpage-title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(100% + 30px);
  width: 100px;
  height: 2px;
  background: #999;
}
h2#deal.dealpage-title {
  max-width: 288px;
}
h2#deal.dealpage-title.en {
  max-width: 693px;
}
h2#order.dealpage-title {
  max-width: 138px;
}
h2#order.dealpage-title.en {
  max-width: 138px;
}
h2#payment.dealpage-title {
  max-width: 161px;
}
h2#payment.dealpage-title.en {
  max-width: 100px;
}
h2#transport.dealpage-title {
  max-width: 284px;
}
h2#transport.dealpage-title.en {
  max-width: 178px;
}
h2#cancel.dealpage-title {
  max-width: 300px;
}
h2#cancel.dealpage-title.en {
  max-width: 178px;
}
h2#return.dealpage-title {
  max-width: 240px;
}
h2#return.dealpage-title.en {
  max-width: 233px;
}
h2#privacy.dealpage-title {
  max-width: 192px;
}
h2#privacy.dealpage-title.en {
  max-width: 228px;
}
#deal-area,
#order-area,
#payment-area,
#transport-area,
#return-area,
#privacy-area {
  margin-bottom: 120px;
}
dl#deal-table,
dl#deal-table dt,
dl#deal-table dd {
  box-sizing: border-box;
  font-size: 12px;
}
dl#deal-table {
  max-width: 880px;
  margin: 0 auto 0 18%;
}
dl#deal-table.en {
  margin-left: 13%;
}
dl#deal-table dt,
dl#deal-table dd {
  padding: 0px 10px 0 10px;
}
dl#deal-table dt {
  width: 25%;
  float: left;
  line-height: 30px;
}
dl#deal-table.en dt {
  width: 30%;
}
dl#deal-table dd {
  margin-left: 31%;
  padding-bottom: 10px;
  line-height: 30px;
}
dl#deal-table.en dd {
  margin-left: 37%;
}
dl#deal-table dd:after {
  content: '';
  display: block;
  clear: both;
}
dl#order-table,
dl#payment-table,
dl#transport-table,
dl#return-table,
dl#privacy-table {
  max-width: 880px;
  margin: 0 auto 0 18%;
}
dl#order-table.en,
dl#payment-table.en,
dl#transport-table.en,
dl#return-table.en,
dl#privacy-table.en {
  margin-left: 13%;
}
dl#order-table dt,
dl#payment-table dt,
dl#transport-table dt,
dl#return-table dt,
dl#privacy-table dt {
  width: 100%;
  padding: 0px 10px 0 10px;
  font-size: 15px;
  font-weight: bolder;
}
dl#order-table dd,
dl#payment-table dd,
dl#transport-table dd,
dl#return-table dd,
dl#privacy-table dd {
  font-size: 12px;
  line-height: 30px;
  padding: 5px 10px 0 10px;
  margin-left: 0px;
  margin-bottom: 40px;
}
dl#transport-table dt#first {
  margin-bottom: 10px;
}
table#transport-fee tr,
table#transport-fee th,
table#transport-fee td {
  width: inherit;
}
#transport-fee-dd {
  padding-top: 0px !important;
  margin-top: 40px;
  margin-bottom: 30px !important;
}
table#transport-fee {
  border-collapse: collapse;
  table-layout:fixed;
  width: 100% !important;
  max-width: 800px;
}
table#transport-fee tr:nth-child(2) {
  margin-bottom: 0px;
}
table#transport-fee tbody tr th,
table#transport-fee tbody tr td {
  font-size: 12px;
  text-align: center;
  border:  1px solid #999;
}
/***************************/
/* LOGIN FORM **************/
/***************************/
h2.login {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 25px;
}
p.subtitle.login {
  width: 104px;
}
p.subtitle.login:before {
  left: -12px;
}
p.subtitle.login:after {
  right: -12px;
}
#login-form-section {
  width: 100%;
}
#login-form-section .radio {
  margin: 0 0 30px;
}
#login-form-section form {
  max-width: 100%;
  margin: 0 auto;
}
#login-form-section form #radio-block {
  max-width: 400px;
  margin: 0 auto;
}
#login-form-section form .radio label  {
  color: #999;
  font-size: 14px;
  line-height: 14px;
}
#login-form-section form .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
#login-form-section form .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#login-form-section form .radio input[type="radio"]:checked + .radio-label {
  color: #000;
}
#login-form-section form .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
#login-form-section form .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #000;
}
#login-form-section form .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
#login-form-section form .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
#login-form-section form #text-block {
  max-width: 500px;
  margin: 45px auto 30px;
}
#login-form-section form #text-block label {
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-bottom: 8px;
}
#login-form-section form #text-block .text-block-cell:nth-child(1) {
  margin-bottom: 40px;
}
#login-form-section form #text-block .text-block-cell input {
  box-sizing: border-box;
}
#login-form-section #attension-block {
  max-width: 500px;
  margin: 0 auto;
}
#login-form-section #attension-block p {
  font-size: 12px;
  text-align: center;
  margin: 0px;
}
#login-form-section #attension-block p:nth-child(1) {
  margin-bottom: 30px;
}
#login-form-section #form-btn-block {
  max-width: 500px;
  margin: 65px auto 120px;
  text-align: center;
}
#login-form-section #form-btn-block p {
  margin: 0px auto 30px;
}
#login-form-section #form-btn-block p.form-btn {
  margin: 0 auto;
  background: #dddddd;
  width: 180px;
}
#login-form-section #form-btn-block p.form-btn a {
  font-size: 15px;
  color: #666;
  display: block;
  text-align: center;
  padding: 15px 10px;
  transition: all 300ms;
}
#login-form-section #form-btn-block p.form-btn a:hover {
  cursor: pointer;
  background: #666666;
  color: white;
}
#login-form-section #form-btn-block p.form-btn.login {
  margin-bottom: 80px;
}
/*******************************/
/* CUSTOMER INFO INPUT FORM ****/
/*******************************/
h2.input-customer-info {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 25px;
}
p.subtitle.input-customer-info {
  font-size: 12px;
  line-height: 12px;
  width: 170px;
  margin-bottom: 65px;
}
p.subtitle.input-customer-info:before {
  display: none;
}
p.subtitle.input-customer-info:after {
  display: none;
}
#input-customer-info-form-section form {
  max-width: 100%;
  margin: 0 auto;
}
#input-customer-info-form-section form #radio-block {
  max-width: 400px;
  margin: 0 auto 45px;
  text-align: center;
}
#input-customer-info-form-section form .radio label:hover {
  cursor: pointer;
}
#input-customer-info-form-section form .radio label {
  color: #999;
  font-size: 16px;
  line-height: 16px;
}
#input-customer-info-form-section form .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
#input-customer-info-form-section form .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  /* top: -0.1em; */
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#input-customer-info-form-section form .radio .radio-label {
  margin: 0 20px;
}
#input-customer-info-form-section form .radio input[type="radio"]:checked + .radio-label {
  color: #000;
}
#input-customer-info-form-section form .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
#input-customer-info-form-section form .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #000;
}
#input-customer-info-form-section form .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
#input-customer-info-form-section form .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
#input-customer-info-form-section form #text-block {
  max-width: 500px;
  margin: 0 auto 40px;
}
#input-customer-info-form-section form #text-block .text-block-cell {
  margin-bottom: 45px;
}
#input-customer-info-form-section form #text-block .text-block-cell.half {
  width: 48%;
  float: left;
}
#input-customer-info-form-section form #text-block .text-block-cell.half.left {
  margin-right: 2%;
}
#input-customer-info-form-section form #text-block .text-block-cell.half.right {
  margin-left: 2%;
}
#input-customer-info-form-section form #text-block label {
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-bottom: 8px;
}
#input-customer-info-form-section form #text-block input[type="text"],
#input-customer-info-form-section form #text-block input[type="email"],
#input-customer-info-form-section form #text-block input[type="password"] {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  max-width: 500px;
  box-sizing: border-box;
  -webkit-appearance: none; 
}
#input-customer-info-form-section #form-btn-block {
  max-width: 500px;
  margin: 65px auto 120px;
  text-align: center;
}
#input-customer-info-form-section #form-btn-block p {
  margin: 0px auto 40px;
}
#input-customer-info-form-section #form-btn-block p.form-btn {
  margin: 0 auto;
  background: #dddddd;
  width: 180px;
}
#input-customer-info-form-section #form-btn-block p.form-btn a {
  font-size: 15px;
  color: #666;
  display: block;
  text-align: center;
  padding: 15px 10px;
  transition: all 300ms;
}
#input-customer-info-form-section #form-btn-block p.form-btn a:hover {
  cursor: pointer;
  background: #666666;
  color: white;
}
/**********************************/
/* CUSTOMER INFO INPUT CONFIRM ****/
/**********************************/
#input-customer-info-form-section.confirm-type input::placeholder {
  color: #666;
}
#input-customer-info-form-section.confirm-type input,
#input-customer-info-form-section.confirm-type .radio {
  pointer-events: none;
}
#input-customer-info-form-section.confirm-type input[type="email"],
#input-customer-info-form-section.confirm-type input[type="text"] {
  border: none;
  border-bottom: 1px solid #666;
}
#input-customer-info-form-section.confirm-type #form-btn-block {
  overflow: hidden;
  display: table;
}
#input-customer-info-form-section.confirm-type #form-btn-block .form-btn {
  float: left;
  margin: 0 20px;
}
#input-customer-info-form-section.confirm-type p.confirm-data {
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
/*******************************/
/* CUSTOMER DETAIL COMPETE *****/
/*******************************/
p.subtitle.detail-complete {
  width: 234px;
  margin-bottom: 65px;
}
p.subtitle.detail-complete:after,
p.subtitle.detail-complete:before {
  display: none;
}
#detail-complete-message {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
#detail-complete-message p {
  font-size: 14px;
  line-height: 14px;
}
#detail-complete-message #form-btn-block {
  max-width: 500px;
  margin: 65px auto 220px;
  text-align: center;
}
#detail-complete-message #form-btn-block p {
  margin: 0px auto 40px;
}
#detail-complete-message #form-btn-block p.form-btn {
  margin: 0 auto;
  background: #dddddd;
  width: 180px;
}
#detail-complete-message #form-btn-block p.form-btn a {
  font-size: 15px;
  color: #666;
  display: block;
  text-align: center;
  padding: 15px 10px;
  transition: all 300ms;
}
#detail-complete-message #form-btn-block p.form-btn a:hover {
  cursor: pointer;
  background: #666666;
  color: white;
}
/********************/
/* PAYMENT CART *****/
/********************/
h2.cart_payment {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 25px;
}
p.subtitle.cart_payment {
  width: 416px;
  margin-bottom: 65px;
}
p.subtitle.cart_payment:before,
p.subtitle.cart_payment:after {
  display: none;
}
#paypal {
  width: 100%;
  padding: 65px 0;
  margin-bottom: 65px;
  border-top: 1px solid #221814;
  border-bottom: 1px solid #221814;
  text-align: center;
}
#paypal-inner {
  display: inline-block;
  margin: 0 auto;
}
h6.paypal-account {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
p.paypal-account {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 25px;
}
p.paypal-message.en {
  font-size: 14px;
  line-height: 14px;
}
p.paypal-message.ja {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 30px;
}
#paypal-inner img {
  width: 100%;
  max-width: 200px;
  padding: 12.5px 25px;
  border: 1px solid #1591CD;
}
#creditcard #creditcard-inner {
  max-width: 500px;
  margin: 0 auto;
}
#creditcard #creditcard-inner .credit-pay {
  text-align: center;
}
#creditcard #creditcard-inner div.credit-pay {
  margin-bottom: 65px;
}
h6.credit-pay {
  font-size: 20px;
  line-height: 20px;
}
p.credit-pay {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0px;
}
#creditcard #creditcard-table .creditcard-table-cell {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 65px;
}
#creditcard #creditcard-table label.text-label {
  float: left;
  margin-top: 3px;
  margin-right: 65px;
  width: 30%;
}
#creditcard #creditcard-table label span.title {
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}
#creditcard #creditcard-table label span.title.en {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}
#creditcard #creditcard-table input {
  float: left;
  height: 45px;
}
#creditcard #creditcard-inner input[type="text"], input[type="password"] {
  box-sizing: border-box;
  -webkit-appearance: none; 
}
#creditcard #creditcard-inner .creditcard-table-cell.paymenttypes #radio {
  display: none;
}
#creditcard #creditcard-inner .creditcard-table-cell.paymenttypes #card-img-wrap {
  width: 100%;
}
#creditcard #creditcard-inner .creditcard-table-cell.paymenttypes .cardradio {
  display: none;
}
#creditcard #creditcard-inner .creditcard-table-cell.paymenttypes .card-img {
  width: calc(100% / 3);
}
#creditcard #creditcard-inner .creditcard-table-cell.paymenttypes .card-img img {
  width: 100%;
  max-width: 57px;
  line-height: 45px;
  float: left;
  margin-right: 38px;
  opacity: 0.3;
  transition: all 500ms;
}
#creditcard #creditcard-inner .creditcard-table-cell.paymenttypes .card-img img:hover {
  cursor: pointer;
}
#creditcard #creditcard-inner .creditcard-table-cell.paymenttypes .cardradio:checked  + img {
  opacity: 1;
  transition: all 500ms;
}
#creditcard #creditcard-inner .creditcard-table-cell.paymenttypes .card-img.visa img {
  margin-top: calc((45px - 21px) / 2);
}
#creditcard #creditcard-inner .creditcard-table-cell.paymenttypes .card-img.jcb img {
  margin-right: 0px;
}
#creditcard #creditcard-inner .creditcard-table-cell.expiration input[type="text"],
#creditcard #creditcard-inner .creditcard-table-cell.expiration span.separate {
  max-width: 100px;
  float: left;
}
#creditcard #creditcard-inner .creditcard-table-cell.expiration span.separate {
  font-size: 12px;
  line-height: 45px;
  width: 50px;
  margin: 0 auto;
  text-align: center;
}
#creditcard #creditcard-inner .creditcard-table-cell.csc {
  margin-bottom: 0px;
}
#creditcard .creditcard-table-cell.cardnumber .text-box,
#creditcard .creditcard-table-cell.csc .text-box {
  width: 250px;
}
#creditcard #creditcard-inner #form-btn-block {
  max-width: 520px;
  margin: 65px auto 120px;
  text-align: center;
}
#creditcard #creditcard-inner #form-btn-block p {
  margin: 0px auto 40px;
}
#creditcard #creditcard-inner #form-btn-block p.form-btn {
  margin: 0 auto;
  background: #ED9923;
  width: 180px;
}
#creditcard #creditcard-inner #form-btn-block p.form-btn a {
  font-size: 15px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 10px;
  transition: all 300ms;
}
#creditcard #creditcard-inner #form-btn-block p.form-btn a:hover {
  cursor: pointer;
  background: #fff;
  color: #ED9923;
}
/********************/
/* CART INPUT EN ****/
/********************/
#cart-input-area .cart-inner #change-form input[type="text"] {
  background-color: #eee !important;
}
h2.cart-input {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 65px;
}
#cart-input-area {
  width: 100%;
}
#cart-input-area form {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
#shopping-bag-form #cart-inner-wrap,
#cart-input-area #cart-inner-wrap {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
#shopping-bag-form .cart-inner,
#cart-input-area .cart-inner {
  float: left;
  width: calc(50% - 25px);
}
#shopping-bag-form .cart-inner.left,
#cart-input-area .cart-inner.left {
  margin-right: 25px;
}
#shopping-bag-form .cart-inner.right,
#cart-input-area .cart-inner.right {
  margin-left: 25px;
}
#shopping-bag-form .trasnport-label,
#cart-input-area .trasnport-label {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
}
#shopping-bag-form #transport-select-wrap,
#cart-input-area #transport-select-wrap {
  margin-bottom: 76px;
}
#cart-input-area #transport-select-wrap.ja {
  margin-bottom: 80px;
}
#transport-select-wrap.confirm {
  margin-bottom: 73px !important;
}
#shopping-bag-form #transport-select-wrap .radio,
#cart-input-area #transport-select-wrap .radio {
  border: 1px solid #999;
  padding: 10px 10px;
  display: flex;
}
#shopping-bag-form #transport-select-wrap .radio .radio-item,
#cart-input-area #transport-select-wrap .radio .radio-item {
  width: 50%;
}
#shopping-bag-form #transport-select-wrap .radio .radio-item label,
#cart-input-area #transport-select-wrap .radio .radio-item label {
  font-size: 14px;
  line-height: 14px;
}
#shopping-bag-form .cart-inner .cart-form-cell,
#cart-input-area .cart-inner .cart-form-cell {
  margin-bottom: 43px;
}
#shopping-bag-form .cart-inner .cart-form-cell p,
#cart-input-area .cart-inner .cart-form-cell p {
  margin: 0px;
}
#shopping-bag-form .cart-inner .cart-form-cell p.confirm-data,
#cart-input-area .cart-inner .cart-form-cell p.confirm-data,
#transport-select-wrap p.confirm-data,
#payment-post-data p.confirm-data {
  border: 1px solid #999;
  line-height: 43px;
  height: 43px;
  padding: 0 0 0 10px;
}
#shopping-bag-form .cart-inner.right p.confirm-data {
  background-color: #ddd;
}



/* #login-form-section form .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.confirm-data.payment + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#login-form-section form .radio input[type="radio"]:checked + .radio-label {
  color: #000;
}
#login-form-section form .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
#login-form-section form .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #000;
}
#login-form-section form .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
#login-form-section form .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
} */
p.confirm-data.payment {
  position: relative;
  padding-left: 33px !important;
}
p.confirm-data.payment:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 10px;
  left: 5px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
p.confirm-data.payment:after {
  content: '';
  background: #000;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 13.5px;
  left: 9px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}


#payment-post-data {
  margin-bottom: 100px;
}
#shopping-bag-form.confirm-type .cart-form-cell.phone-number,
#shopping-bag-form.confirm-type .cart-form-cell.payment-title {
  margin-bottom: 65px;
}
#shopping-bag-form .cart-inner .cart-form-cell.input-address,
#shopping-bag-form .cart-inner .cart-form-cell.select-payment,
#cart-input-area .cart-inner .cart-form-cell.input-address,
#cart-input-area .cart-inner .cart-form-cell.select-payment {
  margin-bottom: 65px;
  text-align: center;
}
#cart-input-area .cart-inner .cart-form-cell.input-address {
  margin-bottom: 60px;
}
#shopping-bag-form .cart-inner .cart-form-cell.select-payment {
  margin-bottom: 43px;
}
#cart-input-area .cart-inner .cart-form-cell.select-payment {
  margin-bottom: 58px;
}
#shopping-bag-form .cart-inner .cart-form-cell.input-tel,
#cart-input-area .cart-inner .cart-form-cell.input-tel {
  margin-bottom: 65px;
}
#shopping-bag-form .cart-inner .cart-form-cell.select-payment-form,
#cart-input-area .cart-inner .cart-form-cell.select-payment-form {
  border: 1px solid #999;
  padding: 20px 10px;
  margin-bottom: 0px;
}
#shopping-bag-form .cart-inner .cart-form-cell.select-payment-form .radio label,
#cart-input-area .cart-inner .cart-form-cell.select-payment-form .radio label {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
}
#shopping-bag-form .cart-inner .cart-form-cell.select-payment-form:last-of-type .radio.last label,
#cart-input-area .cart-inner .cart-form-cell.select-payment-form:last-of-type .radio.last label {
  margin-bottom: 20px;
}
#shopping-bag-form .cart-inner .cart-form-cell.select-payment-form #bankaddress p,
#cart-input-area .cart-inner .cart-form-cell.select-payment-form #bankaddress p {
  font-size: 12px;
  line-height: 27px;
  letter-spacing: -0.6px;
}
#shopping-bag-form .cart-inner .cart-form-cell.select-payment-form #bankaddress dl,
#cart-input-area .cart-inner .cart-form-cell.select-payment-form #bankaddress dl {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 12px;
}
#shopping-bag-form .cart-inner .cart-form-cell.select-payment-form #bankaddress dl dt,
#cart-input-area .cart-inner .cart-form-cell.select-payment-form #bankaddress dl dt {
  float: left;
  margin-bottom: 20px;
  width: 90px;
}
#shopping-bag-form .cart-inner .cart-form-cell.select-payment-form #bankaddress dl dd,
#cart-input-area .cart-inner .cart-form-cell.select-payment-form #bankaddress dl dd {
  margin-bottom: 20px;
}
#shopping-bag-form .cart-inner .cart-form-cell.select-payment-form #bankaddress dl dt.last,
#cart-input-area .cart-inner .cart-form-cell.select-payment-form #bankaddress dl dt.last,
#shopping-bag-form .cart-inner .cart-form-cell.select-payment-form #bankaddress dl dd.last,
#cart-input-area .cart-inner .cart-form-cell.select-payment-form #bankaddress dl dd.last {
  margin-bottom: 0;
}
#shopping-bag-form .cart-inner .cart-form-cell.nomargin,
#cart-input-area .cart-inner .cart-form-cell.nomargin {
  margin-bottom: 0px;
  vertical-align: bottom;
}
#shopping-bag-form .cart-inner input[type="text"],
#shopping-bag-form .cart-inner input[type="email"],
#shopping-bag-form .cart-inner input[type="password"],
#shopping-bag-form .cart-inner textarea, 
#cart-input-area .cart-inner input[type="text"],
#cart-input-area .cart-inner input[type="email"],
#cart-input-area .cart-inner input[type="password"],
#cart-input-area .cart-inner textarea {
  box-sizing: border-box;
  width: 100%;
  padding-right: 10px;
  -webkit-appearance: none; 
}
#shopping-bag-form .cart-inner textarea,
#cart-input-area .cart-inner textarea {
  height: 265px;
}
#shopping-bag-form .cart-inner .cart-form-cell.half,
#cart-input-area .cart-inner .cart-form-cell.half {
  width: calc(50% - 10px);
  float: left;
}
#shopping-bag-form .cart-inner .cart-form-cell.half.left,
#cart-input-area .cart-inner .cart-form-cell.half.left {
  margin-right: 10px;
}
#shopping-bag-form .cart-inner .cart-form-cell.half.right,
#cart-input-area .cart-inner .cart-form-cell.half.right {
  margin-left: 10px;
}
#shopping-bag-form #form-btn-block,
#cart-input-area #form-btn-block,
#creditcard-table #form-btn-block {
  clear: both;
  display: table;
  max-width: 520px;
  margin: 65px auto 120px;
  text-align: center;
  overflow: hidden;
}
#shopping-bag-form #form-btn-block p.form-btn,
#cart-input-area #form-btn-block p.form-btn {
  background: #dddddd;
  width: 180px;
  margin: 0px 25px;
  float: left;
}
#shopping-bag-form #form-btn-block p.form-btn a,
#cart-input-area #form-btn-block p.form-btn a {
  font-size: 15px;
  color: #666;
  display: block;
  text-align: center;
  padding: 15px 10px;
  transition: all 300ms;
  margin: 0 auto;
  background: #dddddd;
  /* width: 120px; */
}
#shopping-bag-form #form-btn-block p.form-btn a:hover,
#cart-input-area #form-btn-block p.form-btn a:hover {
  cursor: pointer;
  background: #666666;
  color: white;
}
#shopping-bag-form .cart-inner .cart-form-cell label,
#cart-input-area .cart-inner .cart-form-cell label {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
  display: block;
}
#cart-input-area .cart-inner .cart-form-cell input::placeholder {
  font-size: 18px;
}
#shopping-bag-form .cart-inner.right .cart-form-cell input.text-box {
  background-color: #ccc;
}
#shopping-bag-form .cart-inner.right .cart-form-cell.payment {
  border: 1px solid #999;
  padding: 9px 10px;
  margin-bottom: 100px;
}
#shopping-bag-form .cart-inner.right .cart-form-cell.payment .radio-item label {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin: 0px;
}
#shopping-bag-form h3.shopping-bag {
  margin-bottom: 65px;
}
/* .cart-inner.right.en .cart-form-cell.email input.text-box,
.cart-inner.right.en .cart-form-cell.phone-number input.text-box,
.cart-inner.right.en .cart-form-cell.payment input.text-box {
  background-color: #fff !important;
} */
/****************************/
/* CART INPUT EN CONFIRM ****/
/****************************/
#input-customer-info-form-section.confirm-type input,
#input-customer-info-form-section.confirm-type .radio {
  pointer-events: none;
}
#shopping-bag-form.confirm-type .cart-inner input,
#shopping-bag-form.confirm-type .cart-inner .radio,
#shopping-bag-form.confirm-type .cart-inner textarea {
  pointer-events: none;
}
#shopping-bag-form.confirm-type.en .cart-form-cell.message {
  margin-bottom: 100px;
}
#shopping-bag-form.confirm-type.en .cart-form-cell.phone-number {
  margin-bottom: 43px;
}
#shopping-bag-form.confirm-type.en .cart-form-cell.message p.confirm-data {
  height: 263px;
}
#shopping-bag-form.confirm-type.en .cart-form-cell p.confirm-data {
  background: #fff;
}
/********************/
/* CART INPUT JA ****/
/********************/
h2.cart-input-ja {
  font-size: 17px;
  line-height: 17px;
  font-weight: normal;
  margin-bottom: 65px;
}
#cart-inner-wrap h6 {
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 65px;
}
/********************/
/* SHOPPING BAG *****/
/********************/
h2.shopping-bag {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 65px;
}
form#shopping-bag-form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#shopping-bag-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 0;
}
form#shopping-bag-form table tr {
  display: table-row;
}
form#shopping-bag-form table tr td {
  width: auto;
}
#shopping-bag-table thead tr th {
  box-sizing: border-box;
  font-size: 15px;
  padding-bottom: 25px;
}
#shopping-bag-table thead tr th.th1 {
  width: 170px;
}
#shopping-bag-table thead tr th.th2 {
  width: 270px;
}
#shopping-bag-table thead tr th.th3,
#shopping-bag-table thead tr th.th4,
#shopping-bag-table thead tr th.th5,
#shopping-bag-table thead tr th.th6 {
  width: calc( (100% - 440px) / 4);
}
#shopping-bag-table tbody tr td{
  padding: 25px 0;
  font-size: 15px;
}
#shopping-bag-table tbody tr td.product-desc {
  line-height: 26px;
}
#shopping-bag-table tbody tr td.price,
#shopping-bag-table tbody tr td.qty,
#shopping-bag-table tbody tr td.subtotal,
#shopping-bag-table tbody tr td.cancel {
  text-align: center;
}
#shopping-bag-table tbody tr td img {
  width: 100%;
  max-width: 170px;
}
#shopping-bag-table thead tr th,
#shopping-bag-table tbody tr td{
  border-bottom: 1px solid #221814;
}
#shopping-bag-table .bag-total td {
  border-bottom: 0px; 
}
/* 2019.04.04 CART メタ情報削除(S) */
#shopping-bag-table tbody tr td.product-desc,
#shopping-bag-table tbody tr td.product-desc dl {
  max-width: 270px;
  text-align: center;
}
/* 2019.04.04 CART メタ情報削除(E) */
#form-btn-block.shoppingbag  {
  clear: both;
  display: table;
  max-width: 520px;
  margin: 65px auto 120px;
  text-align: center;
  overflow: hidden;
}
#form-btn-block.shoppingbag p.form-btn {
  background: #dddddd;
  width: 180px;
  margin: 0px 40px;
  float: left;
}
#form-btn-block.shoppingbag  p.form-btn a {
  font-size: 15px;
  color: #666;
  display: block;
  text-align: center;
  padding: 15px 10px;
  transition: all 300ms;
  margin: 0 auto;
  background: #dddddd;
  /* width: 120px; */
}
#form-btn-block.shoppingbag  p.form-btn a:hover {
  cursor: pointer;
  background: #666666;
  color: white;
}
/*************************/
/* SUBMIT BUTTON 共通 *****/
/*************************/
input.form-submit {
  width: 180px;
  font-family: 'MyFont', sans-serif !important;
  src: url(/century-gothic/CenturyGothic.ttf);
  padding: 15px 40px;
  font-size: 15px;
  line-height: 15px;
  background-color: #dddddd;
  color: #666;
  border-style: none;
  transition: all 300ms;
  margin: 0 25px;
  pointer-events: inherit !important;
}
input.form-submit:hover {
  cursor: pointer;
  background: #666666;
  color: white;
}
input.form-submit.login {
  margin-bottom: 65px;
}
input.form-submit.logincomplete {
  margin-bottom: 0px;
}
input.form-submit.paynow {
  background: #ED9923;
  color: white;
}
input.form-submit.paynow:hover {
  background: #ED992333;
  color: red;
}
/*************************/
/* ラジオボタンカスタマイズ **/
/*************************/
#cart-input-area form .radio input[type="radio"],
#shopping-bag-form .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
#cart-input-area form .radio input[type="radio"] + .radio-label:before,
#shopping-bag-form .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  /* top: -0.1em; */
  top: -2px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#cart-input-area form .radio input[type="radio"]:checked + .radio-label,
#shopping-bag-form .radio input[type="radio"]:checked + .radio-label {
  color: #000;
}
#cart-input-area form .radio input[type="radio"]:checked + .radio-label:before,
#shopping-bag-form .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
#cart-input-area form .radio input[type="radio"]:focus + .radio-label:before,
#shopping-bag-form .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #000;
}
#cart-input-area form .radio input[type="radio"]:disabled + .radio-label:before,
#shopping-bag-form .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
#cart-input-area form .radio input[type="radio"] + .radio-label:empty:before,
#shopping-bag-form .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.sp-br {
  display: none;
}
/*************************/
/* セレクトBOXカスタマイズ **/
/*************************/
.selectdiv {
  position: relative;
  float: left;
  min-width: 500px;
  margin: 0 auto 43px;
}
.selectdiv.half {
  min-width: 150px;
}
.selectdiv.half.quarter {
  min-width: 100%;
}
.selectdiv.half.country {
  width: 100%;
}
select::-ms-expand {
display: none;
}
.selectdiv:after {
  content: '< >';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  top: 17px;
  padding: 0 0 2px;
  /* border-bottom: 1px solid #999; */
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 45px;
  float: right;
  margin: 5px 0px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 14px;
  color: #666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999;
  -ms-word-break: normal;
  word-break: normal;
  box-sizing: border-box;
}
.selectdiv.half select {
  margin: 0px;
  height: 45px;
}
.selectdiv.half:after {
  font-size: 15px;
  top: 11px;
}
.selectdiv.half.cartforminput:after {
  top: 14px;
}
.selectdiv.cartforminputja:after {
  top: 14px;
}
.selectdiv.cart_form_input_ja select {
  width: 505px;
}
.selectdiv.cart_form_input_ja.er {
  min-width: 100%;
}
.selectdiv.cart_form_input_ja.er:after {
  top: 11px;
}
.selectdiv.cart_form_input_ja.er select {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.selectdiv.cart_form_confirm_en select {
  width: 240px;
}
#creditcard .creditcard-table-cell .text-box {
  border: 1px solid #00A0E8;
  box-shadow: #fff;
}
/* モバイルの場合 */
@media (max-width: 767px) {
  @font-face {
    font-family: 'MyFont', sans-serif !important;
    src: url(/century-gothic/CenturyGothic.ttf);
  }
  .sp-br {
    display: block !important;
  }
  .sp-no-need {
    display: none;
  }
  #top-slider {
    margin-top: 0px;
  }
  #main-container {
    margin-top: 0px;
    padding: 10px 10px 0px;
  }
  .main-container {
    padding: 10px;
  }
  #content-inner-wrap {
    padding: 0px;
  }
  img {
    max-width: 100%;
  }
  nav {
    display: none;
  }
  ul#bread-list {
    padding: 0px;
    margin: 40px 0 40px;
  }
  /*ヘッダーまわりはサイトに合わせて調整してください*/
  header {
    padding:10px;
    width: calc(100% - 20px);
    height: 20px;
    background: transparent;
    position: fixed;
  }
  #nav-drawer {
    display: block;
    position: relative;
  }
/* 2019.04.03 ONLINE CART IMAGE(S) */
  .cart-link {
    position: fixed;
    right: 10px;
    top: 10px;
    max-width: 30px;
  }
  h2.cart-empty {
    font-size: 23px !important;
  }
  #empty-content {
    min-height: calc(100vh - 290px);
  }
/* 2019.04.03 ONLINE CART IMAGE(E) */
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;/*最大幅（調整してください）*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  #nav-drawer ul {
    /* background: red; */
    margin-left: 0px;
    padding-left: 0px;
  }
  #nav-drawer ul li.parent-list {
    margin: 15px auto;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #nav-drawer ul li.parent-list a {
    font-size: 16px;
    line-height: 23px;
  }
  #slider-ontxt {
    width: 100%;
  }
  div#slider-inner h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  #slider-ontxt span {
    font-size: 11px;
  }
  #slider-ontxt img {
    margin-top: 15px;
  }
  img.ac-image {
    max-width: 100px;
  }
  #slide-pager-wrap.top {
    bottom: 5px;
  }
  .slide-pager {
    width: 7px;
    height: 7px;
  }
  #online-fade-parent-sp,
  #online-lang-fade-parent-sp {
    display: none;
    position: fixed;
    z-index: 10000;
    font-size: 20px;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    background: #fff;
    overflow: scroll;
  }
  li#online-fade-list-sp,
  li#online-lang-fade-list-sp {
    display: inline-block;
    width: 100%;
  }
  div#online-fade-list-inner-sp,
  div#online-lang-fade-list-inner-sp {
    display: inline-block;
    width: 100%;
  }
  div#online-fade-list-left-sp,
  div#online-lang-fade-list-left-sp {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  /* div#online-lang-fade-list-left-sp {
    margin-top: 40px;
  } */
  .fade-item-wrapper {
    width: 100%;
    height: auto;
  }
  .fade-item-wrapper-inner {
    height: auto;
  }
  ul.navigation-sub-list-outer li a {
    display: block;
    font-size: 16px;
  }
  ul.navigation-sub-list-outer {
    position: initial;
    transform: none;
  }
  ul.navigation-sub-list-outer.title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .designer a {
    position: relative;
  }
  .designer a:before {
    content: "";
    height: 1px;
    width: 50px;
    background: #999;
    position: absolute;
    top: 50%;
    left: calc(50% - 120px);
  }
  .designer a:after {
    content: "";
    height: 1px;
    width: 50px;
    background: #999;
    position: absolute;
    top: 50%;
    right: calc(50% - 120px);
  }
  .designer.items a:before,
  .designer.items a:after {
    width: 75px;
  }
  .fade-item-wrapper.right {
    height: auto;
    text-align: center;
    padding-bottom: 0px;
  }
  .fade-item-wrapper-inner ul li.designer, .fade-item-wrapper-inner ul li.navigation-sub-list {
    line-height: 30px !important;
  }
  .close-btn,
  .close-lang-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px; 
  }
  /* 共通 */
  /* #main-container h2{
    font-size: ;
  } */
  /* SHOP CONCEPT */
  #top-shopconcept {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #top-shopconcept-inner h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #top-shopconcept-inner {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  #top-shopconcept-inner p {
    text-align: left;
  }
  #top-info-link-wrap {
    padding: 0 10px;
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #top-information-inner h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #top-info-link-wrap .top-info-link-cell {
    display: inline-block;
    max-width: 570px;
    width: 100%;
  }
  #top-info-link-wrap .top-info-link-cell p.top-info-postdate {
    margin-top: 20px;
  }
  .top-info-link-cell.first {
    margin-bottom: 40px;
  }
  #top-blackbelt {
    padding: 40px 0px;
  }
  #top-blackbelt-inner p {
    font-size: 19px;
    line-height: 38px;
    max-width: 225px;
    padding: 10px 0px;
  }
  #top-blackbelt-inner h2 {
    font-size: 26px;
    line-height: 26px;
  }
  #top-deigner-brands-inner {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  #top-deigner-brands-inner h2 {
    margin-top: 40px;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #top-deigner-brands-inner .brand-block {
    width: 50%;
  }
  #top-deigner-brands-inner .brand-block figure img {
    filter: grayscale(0%);
  }
  #top-deigner-brands {
    margin-bottom: 40px;
  }
  #top-access-inner {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  #top-access-inner h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #top-access-inner img {
    max-width: 90%;
  }
  #top-access-text-area {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  /* SHOP CONCEPT */
  #content-inner-wrap h2 {
    font-size: 26px;
    line-height: 26px;
/*    margin-bottom: 20px; */
    margin-bottom: 40px;
  }
  .container.concept img {
/*    margin-bottom: 20px; */
    margin-bottom: 40px;
  }
  .container.concept p {
/*    margin-bottom: 80px; */
    margin-bottom: 40px;
  }
  /* CONTACT */
  .separate-col .col-cell,
  .col-cell {
    float: none;
    margin: 0px;
    width: 100%;
  }
  form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px;
  }
  form table ,
  form table tbody {
    display: block;
  }
  form table tbody tr,
  form table tr td{
    display: block;
    max-width: 100%;
    width: calc(100% - 20px);
  }
  form table tr:nth-child(even) {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  form table tr th {
    padding-bottom: 5px;
  }
  form table tbody tr:last-of-type {
    margin-bottom: 20px;
  }
  textarea {

    width: calc(100% - 10px);
    padding: 7px 10px 7px 10px;
  }
  .col-cell-inner {
    margin: 0px;
  }
  .right-col h3 {
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .col-cell-inner p.address,
  .col-cell-inner p.phone {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .col-cell-inner p.text {
    margin-top: 20px;
  }
  input[type="text"] {
    width: 100%;
  }
  input[type="email"] {
    width: 100%;
  }
  .square-btn {
    background: white;
  }
  .right-col {
    margin-bottom: 80px !important;
  }
  .right-col h3 {
    text-align: center;
  }
  .right-col .col-cell-inner {
    text-align: center;
    margin: 0px;
    max-width: 100%;;
  }
  .col-cell-inner p.text {
    margin-bottom: 10px;
  }
  /* COMPANY */
  #main-img-area img {
    max-width: 100%;
  }
  h4:before,
  h4:after {
    display: none;
  }
  .image-col-2.last {
    margin-bottom: 80px;
  }
  .company .image-col-2 a {
    width: calc((100% - 10px) / 2);
  }
  .company .image-col-2 a:nth-child(1) img, 
  .company .image-col-2 a:nth-child(3) img {
    margin-right: 5px;
  }
  .company .image-col-2 a:nth-child(2) img, 
  .company .image-col-2 a:nth-child(4) img {
    margin-left: 5px;
  }
  .company .image-col-2 a .pub-link-belt,
  .company .image-col-2 a .shop-link-belt {
    opacity: 1;
    font-size: 13px;
    left: 2%;
  }
  .company .image-col-2 a .shop-link-belt {
    top: 50%;
  }
  /* INFORMATION */
  .info-item {
    float: none;
    width: 100%;
  }
  .info-item img {
    margin-bottom: 20px;
  }
  .info-item h5 {
    margin-bottom: 10px;
  }
  .info-item p.posttext {
    padding: 0 10px;
  }
  .info-item:nth-child(odd) ,
  .info-item:nth-child(even) {
    margin: 0px 0px 40px 0px;
  }
  #pagenation {
    margin-bottom: 80px;
  }
  #pagenation ul li {
    margin: 0 7.5px;
  }
  /* INFORMATION SINGLE */
  #info-single-content-wrap #info-left,
  #info-single-content-wrap #info-right {
    width: 100%;
  }
  #info-left p {
    margin: 20px auto;
  }
  .info-col-cell {
    float: none;
  }
  div#prevnext {
    height: 50px;
  }
  #info-left h5 {
    margin-bottom: 20px;
  }
  .recent-post-block figure {
    width: 110px;
  }
  .recent-post-title {
    width: calc(100% - 110px);
  }
  /* ACCESS */
  div#googlemap-box {
    margin-bottom: 40px;
  }
  div#googlemap {
    margin-bottom: 80px;
  }
  div#googlemap img {
    max-width: 85%;
  }
  .access-desc p.last {
    margin-bottom: 30px;
  }
  h3.access-laila-name {
    font-size: 22px;
    margin-bottom: 20px;
  }
  /* ONLINE TOP */
  #target-online {
    display: block;
  }
  #online-top-main-container {
    height: 60px;
    margin-top: 0px;
  }
  .online-title-area {
    position: absolute;
    top: 52%;
    width: 100%;
    left: 0;
    transform: translate3d(0,-50%,0);
  }
  .online-title-area p.main-title {
    margin: 0px 0px 10px 0px;
    font-size: 36px;
    line-height: 36px;
    color: white;
    width: 100%;
  }
  .online-title-area p.sub-title {
    margin: 0px;
    font-size: 24px;
    line-height: 24px;
    color: white;
    width: 100%;
  }
  .main-container.online-top {
    margin: 40px auto 80px;
  }
  .content-inner-wrap {
    max-width: 1160px;
    padding: 0px;
  }
  .container.online-top {
    padding: 0px;
  }
  #showcase .item-block {
    width: 50%;
  }
  #product-single-description-wrap h5 {
    margin-bottom: 30px;
  }
  /* COMPANY */
  #company-desc {
    margin-bottom: 40px;
  }
  h3.mb80 {
    margin-bottom: 20px !important;
  }
  .company h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .shop {
    margin-bottom: 20px;
  }
  .image-col-2 {
    margin-bottom: 40px;
  }
  .image-col-2 img:nth-child(even){
    margin: 0 0 10px 2.5px;
    vertical-align: bottom;
  }
  .image-col-2 img:nth-child(odd) {
    margin: 0 2.5px 10px 0;
    vertical-align: bottom;
  }
  .image-col-2 img:nth-child(3),
  .image-col-2 img:nth-child(4) {
    margin-bottom: 0px;
  }
  .image-col-2 img {
    width: calc((100% - 10px) / 2);
    max-width: 380px;
    margin-bottom: 30px;
  }
  .image-col-2.last img:nth-child(even),
  .image-col-2.last img:nth-child(odd) {
    margin-bottom: 0px;
  }
  h4.publication {
    margin-bottom: 20px;
  }
  .col-cell-inner p.text {
    margin-bottom: 0px;
  }
  /* ONLINE */
  #product-left {
    width: 100%;
    margin-left: 0px;
  }
  #product-right {
    width: 100%;
    padding-top: 50px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  #product-right #product-detail h6 {
    font-size: 24px;
    line-height: 24px;
  }
  #product-right #product-detail p {
    font-size: 14px;
    line-height: 14px;
  }
  #product-right #product-detail .blockimg img {
    max-width: 30px;
  }
  #product-single-description-wrap {
    margin-bottom: 80px;
  }
  #main-container.online-category {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  #product-single-description-wrap h5:after {
    bottom: -16px;
  }
  #product-single-description-wrap p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
  #online-footer ul {
    top: calc(36% + 40px);
  }
  #online-footer ul li {
    float: none;
    text-align: center;
    width: 100%;
  }
  #online-footer ul li a {
    display: inherit;
    font-size: 12px;
    color: white;
    transition: all 300ms;
    font-family: 'Arial', sans-serif !important;
  }
  /* Dealpage */
  #deal-area, #order-area, #payment-area, #transport-area, #return-area, #privacy-area {
    margin-bottom: 60px;
    font-family: 'Arial', sans-serif !important;
  }
  dl#deal-table, dl#order-table, dl#payment-table, dl#transport-table, dl#return-table, dl#privacy-table {
    margin: 0 auto;
  }
  dl#deal-table.en, dl#order-table.en, dl#payment-table.en, dl#transport-table.en, dl#return-table.en, dl#privacy-table.en {
    margin: 0 auto;
  }
  dl#order-table dt, dl#payment-table dt, dl#transport-table dt, dl#return-table dt, dl#privacy-table dt {
    padding: 0px;
  }
  dl#order-table dd, dl#payment-table dd, dl#transport-table dd, dl#return-table dd, dl#privacy-table dd {
    line-height: 23px;
    padding-left: 0px;
    padding-right: 0px;
  }
  dl#deal-table dt,
  dl#deal-table.en dt {
    font-weight: bold;
    width: 100%;
    float: none;
  }
  dl#deal-table dd,
  dl#deal-table.en dd {
    margin-left: 0px;
    margin-bottom: 10px;
    line-height: 23px;
  }
  dl#deal-table dt, dl#deal-table dd,
  dl#deal-table.en dt, dl#deal-table.en dd {
    padding: 0px;
  }
  .dealpage-title-outer {
    margin-bottom: 30px;
  }
  h2.dealpage-title {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  h2.dealpage-title::before,
  h2.dealpage-title::after {
    display: none;
  }
  h2.dealpage-title::after {
    display: block;
    top: calc(100% + 15px);
    width:100px;
    height: 1px;
    background: #999;
    left: 50%;
    transform: translateX(-50%);
  }
  #privacy.dealpage-title.en {
    width: 100%;
  }
  table#transport-fee {
    width: 250% !important;
    max-width: inherit;
    overflow: scroll;
  }
  dd#transport-fee-dd {
    overflow: scroll;
  }
  .no-sp {
    display: none;
  }
  /* table#transport-fee-mobile {
    display: block !important;
  } */
  /* FOOTER */
  footer {
    height: 150px;
  }
  #online-footer { height: 200px; }
  #online-footer ul li { margin-bottom: 10px; }
  .footer-copy {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .footer-logo { top: 40%; }
  /*************************/
  /** CART の SUBMIT *******/
  /*************************/
  .sp-br {
    display: block;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    border-radius: 0;
    -webkit-appearance: none; 
  }
  /*************************/
  /** LOGIN ****************/
  /*************************/
  label {
    font-family: 'MyFont', sans-serif;
    src: url(/century-gothic/CenturyGothic.ttf);
  }
  #content-inner-wrap h2 {
    margin-bottom: 10px;
  }
  p.subtitle {
    margin-bottom: 40px;
  }
  .text-block-cell input[type="text"]::placeholder {
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-cell input[type="email"]::placeholder {
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-cell input[type="password"]{
    max-width: 100%;
    -webkit-appearance: none; 
  }
  #input-customer-info-form-section form .radio label {
    font-size: 14px;
    line-height: 14px;
  }
  #login-form-section .radio.last {
    margin-bottom: 0px;
  }
  #login-form-section form #radio-block {
    display: table;
    margin-bottom: 0px;
  }
  #login-form-section form .radio input[type="radio"] + .radio-label:before {
    margin-top: 0.6em;
  }
  .radio-label span {
    display: inline-block;
    line-height: 20px;
  }
  span.sp-no-need {
    display: none;
  }
  #login-form-section #form-btn-block {
    margin-bottom: 80px;
  }
  #input-customer-info-form-section #form-btn-block p.form-btn {
    width: 120px;
  }

  /********************************/
  p.subtitle.input-customer-info {
    margin-bottom: 40px;
  }

  /********************************/
  #shopping-bag-form .cart-inner.left, #cart-input-area .cart-inner.left {
    margin-right: 0px;
    width: 100%;
  }
  #shopping-bag-form .cart-inner.right, #cart-input-area .cart-inner.right {
    margin-left: 0px;
    width: 100%;
  }

  /********************************/
  #content-inner-wrap h2 {
    margin-bottom: 40px;
  }
  .cart-inner.left {
    /* margin-bottom: 43px; */
    margin-bottom: 0px;
  }
  #shopping-bag-form #form-btn-block, #cart-input-area #form-btn-block, #creditcard-table #form-btn-block {
    margin-bottom: 80px;
  }
  input.form-submit {
    width: 120px;
    padding: 15px 20px;
    margin: 0 10px;
  }

  /********************************/
  #bankaddress {
    transition: all 300ms;
    opacity: 0.5;
  }
  
  /********************************/
  #content-inner-wrap h2 {
    margin-bottom: 20px;
    line-height: 30px;
  }
  p.subtitle.cart_payment {
    width: 100%;
    margin-bottom: 40px;
    line-height: 20px;
  }
  #paypal {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #creditcard #creditcard-inner div.credit-pay {
    margin-bottom: 20px;
  }
  #creditcard #creditcard-table label.text-label {
    float: none;
    margin: 0px;
    width: 100%;
  }
  #creditcard .creditcard-table-cell .text-box {
    border: 1px solid #00A0E8;
    box-shadow: #fff;
  }
  #creditcard #creditcard-table label.text-label span {
    text-align: left;
  }
  #creditcard #creditcard-table label.text-label span.title.en {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  #creditcard #creditcard-table label.text-label span.title.ja {
    font-size: 12px !important;
    line-height: 12px !important;
    margin-bottom: 8px;
  }
  #creditcard .creditcard-table-cell.cardnumber .text-box, #creditcard .creditcard-table-cell.csc .text-box {
    width: 100%;
  }
  #creditcard #creditcard-inner .creditcard-table-cell.expiration input[type="text"], #creditcard #creditcard-inner .creditcard-table-cell.expiration span.separate {
    max-width: 125px;
  }
  #creditcard #creditcard-inner #form-btn-block {
    margin-bottom: 80px;
  }
  /**********************************************/
  #shopping-bag-table.sp {
    display: block !important;
  }
  #shopping-bag-table.pc {
    display: none;
  }
  #shopping-bag-table.sp .bag-item-wrap {
    margin-bottom: 40px;
  }
  .shop-bag-img-area {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    /* border-bottom: 1px solid #999; */
  }
  div#shopping-bag-table dt.th2,
  div#shopping-bag-table dt.th3,
  div#shopping-bag-table dt.th4,
  div#shopping-bag-table dt.th5,
  div#shopping-bag-table dt.th6 {
    float: left;
    width: 25%;
    padding: 8px 0;
    font-size:12px;
    line-height: 12px;
    text-align: left;
    /* border-right: 1px solid #999; */
  }
  div#shopping-bag-table dl {
    width: 100%;
    clear: both;
    padding: 0 0 0 50px;
    /* text-align: left; */
    overflow: hidden;
    display: flex;
    margin: 0px auto;
    box-sizing: border-box;
  }
  div#shopping-bag-table dl:nth-of-type(1) {
    padding: 0 50px;
  }
  div#shopping-bag-table dl dt {
    width: 30%;
    float: left;
  }
  div#shopping-bag-table dl dt.shop-bag-img-area {
    width: 100%;
  }
  div#shopping-bag-table dl dd {
    clear: both;
    text-align: left;
    padding: 8px 30px;
    margin-left: 0px;
    font-size:12px;
    line-height: 12px;
    width: 75%;
    float: left;
  }
  div#shopping-bag-table dl:nth-of-type(1) dd {
    padding: 8px 0;
  }
  div#shopping-bag-table dd.subtotal {
    text-align: right;
  }
  div#shopping-bag-table dd.product-desc span {
    display: inherit;
    line-height: 18px;
  }
  div#shopping-bag-table dd.product-desc dd.first {
    padding-top: 0px;
  }
  div#shopping-bag-table dd.product-desc dl {
    margin: 0px;
  }
/* 2019.04.04 CART メタ情報削除(S) */
  /* div#shopping-bag-table dt.th2 {
    line-height: 72px;
  }
  div#shopping-bag-table dt.th2,
  div#shopping-bag-table dd.product-desc {
    padding-top: 15px;
  } */
/* 2019.04.04 CART メタ情報削除(E) */
  .shop-bag-img {
    max-width: 100px;
  }
  .bag-item-wrap dl {
    border-bottom: 1px dotted #bbb;
  }
  .bag-item-wrap.total {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
    font-size: 14px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .bag-item-wrap.total dl {
    border-bottom: 0px;
  }
  .bag-item-wrap.total dl dd.price,
  .bag-item-wrap.total dl dd.qty {
    width: 20% !important;
    font-size: 18px !important;
    text-align: right;
  }
  .bag-item-wrap.total dl dd.qty {
    text-align: left !important;
    padding-left: 5px !important;
  }
  .bag-item-wrap.total dl dd.subtotal {
    width: 60% !important;
    font-size: 18px !important;
  }
  #form-btn-block.shoppingbag p.form-btn {
    width: 120px;
    margin: 0 10px;
  }
  #form-btn-block.shoppingbag p.form-btn a {
    box-sizing: border-box;
  }
  .selectdiv {
    width: 100%;
    min-width: 100%;
  }
  .selectdiv.cart_form_input_ja select {
    width: 100%;
  }
  #cart-input-area .cart-inner .cart-form-cell.input-address p {
    font-size: 14px;
    line-height: 14px;
  }
  .selectdiv:after {
    top: 20px;
    right: 5px;
  }
  .selectdiv.deri:after {
    top: 13.5px;
  }
  .selectdiv.half.country:after,
  .selectdiv.half.quarter:after {
    top: 14px;
  }
  .selectdiv.country:after {
    top: 18px;
  }
  #shopping-bag-form #form-btn-block p.form-btn,
  #cart-input-area #form-btn-block p.form-btn {
    width: 120px;
    margin: 0 10px;
  }
  #cart-input-area form .radio input[type="radio"] + .radio-label:before {
    top: 0px;
    right: -8px;
  }
  #input-customer-info-form-section form #text-block label {
    line-height: 16px;
  }
  #cart-inner-wrap h6{
    margin-bottom: 20px;
  }
  #cart-inner-wrap h6 {
    margin-bottom: 20px;
  }
  #shopping-bag-form #transport-select-wrap,
  #cart-input-area #transport-select-wrap,
  #shopping-bag-form .cart-inner .cart-form-cell.input-address, 
  #shopping-bag-form .cart-inner .cart-form-cell.select-payment, 
  #cart-input-area .cart-inner .cart-form-cell.input-address, 
  #cart-input-area .cart-inner .cart-form-cell.select-payment {
    margin-bottom: 40px;
  }
  #shopping-bag-form .cart-inner .cart-form-cell, #cart-input-area .cart-inner .cart-form-cell {
    margin-bottom: 20px;
  }
  .cart-form-cell.input-address p {
    letter-spacing: -1px;
  }
  #detail-complete-message #form-btn-block {
    margin-bottom: 150px;
  }
  #cart-input-area #transport-select-wrap.ja {
    margin-bottom: 47px;
  }
  #cart-input-area .cart-inner .cart-form-cell.input-tel {
    margin-bottom: 51px;
  }
  #cart-input-area .cart-inner .cart-form-cell.select-payment {
    font-size: 14px;
    line-height: 14px;
  }
}

/* タブレット */
@media (min-width: 768px) and (max-width: 1029px) {
  .sp-br {
    display: block !important;
  }
  .sp-br.tab {
    display: none !important;
  }
  nav {
    display: none;
  }
  #nav-drawer {
    display: block;
    position: relative;
  }
  .left-col {
    margin-left: 0px;
  }
  .right-col {
    width: 50%;
  }
  #online-top-main-container {
    height: 60px;
    margin-top: 0px;
  }
  #online-footer ul li {
    text-align: center;
  }
  #online-footer ul li a {
    font-size: 12px;
    font-family: 'Arial', sans-serif !important;
  }
  #product-right #product-detail .blockimg img {
    max-width: 30px;
  }
  #product-single-description-wrap p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
  div#googlemap-box {
    margin-bottom: 40px;
  }
  div#googlemap {
    margin-bottom: 80px;
  }
  .access-desc p.last {
    margin-bottom: 30px;
  }
  /* 2019.04.03 ONLINE CART IMAGE(S) */
  .cart-link {
    position: fixed;
    right: 10px;
    top: 10px;
    max-width: 30px;
  }
  #empty-content {
    min-height: calc(100vh - 296px);
  }
  /* 2019.04.03 ONLINE CART IMAGE(E) */
  /*************************/
  /** CART の SUBMIT *******/
  /*************************/
  .sp-br {
    display: block;
  }
  .sp-br.login {
    display: none !important;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    border-radius: 0;
    -webkit-appearance: none; 
  }
  form#shopping-bag-form table tr,
  form#shopping-bag-form table tr {
    display: flex;
  }
  form table, form table tbody {
    display: table !important;
    width: 100%;
  }
  h2.shopping-bag {
    margin-bottom: 25px !important;
  }
  #shopping-bag-table thead tr th {
    padding-bottom: 15px;
  }
  #shopping-bag-table thead tr,
  #shopping-bag-table tbody tr {
    width: 100% !important;
  }
  form#shopping-bag-form table tr td {
    width: 100%;
    padding: 15px 0px;
  }
  #shopping-bag-table thead tr th.th1,
  #shopping-bag-table tbody tr td.figure {
    width: 140px;
    min-width: 140px;
  }
  #shopping-bag-table thead tr th.th2,
  #shopping-bag-table tbody tr td.product-desc {
    width: 270px;
    min-width: 270px;
  }
  #shopping-bag-table tbody tr td.product-desc dl {
    margin: 0px;
  }
  #shopping-bag-table tbody tr td.product-desc { 
    padding-top:calc((243px - 104px) / 2);
  }
  #shopping-bag-table tbody tr td.price,
  #shopping-bag-table tbody tr td.qty,
  #shopping-bag-table tbody tr td.subtotal,
  #shopping-bag-table tbody tr td.cancel {
    padding-top:calc((243px - 12px) / 2);
  }
  #shopping-bag-table tbody tr:last-of-type td {
    padding: 20px 0;
  }
  #shopping-bag-table thead tr th.th3,
  #shopping-bag-table thead tr th.th4,
  #shopping-bag-table thead tr th.th5,
  #shopping-bag-table thead tr th.th6 {
    width: 100%;
  }
  #shopping-bag-table thead tr th.th3,
  #shopping-bag-table thead tr th.th4,
  #shopping-bag-table thead tr th.th5,
  #shopping-bag-table thead tr th.th6,
  #shopping-bag-table tbody tr td.price,
  #shopping-bag-table tbody tr td.qty,
  #shopping-bag-table tbody tr td.subtotal,
  #shopping-bag-table tbody tr td.cancel {
    max-width: calc((100% - 410px) / 4);
  }
  #shopping-bag-table tr:nth-child(even),
  #shopping-bag-table tbody tr:last-of-type {
    margin-bottom: 0px;
  }
  .selectdiv {
    width: 100%;
    min-width: 100%;
  }
  .selectdiv:after {
    top: 13px;
    right: 5px;
  }
  .selectdiv.half {
    width: 100%;
    min-width: 100%;
  }
  .selectdiv.half:after {
    top: 15px;
  }
  .selectdiv.detailinput.country:after {
    top: 17.5px;
  }
  .selectdiv.cart_form_input_ja select {
    width: 100%;
    margin: 0px;
    height: 45px;
  }
  .selectdiv.cart_form_input_ja.er:after {
    top: 14px;
  }
  .selectdiv.cart_form_confirm_en select {
    width: 100%;
  }
  #cart-input-area #transport-select-wrap {
    margin-bottom: 83px;
  }
  #cart-input-area .cart-inner .cart-form-cell.input-address {
    margin-bottom: 58px;
  }
  #transport-select-wrap.confirm {
    margin-bottom: 80px !important;
  }
  #shopping-bag-form .cart-inner .cart-form-cell.input-address {
    margin-bottom: 59px;
  }
  p.confirm-data.payment:after {
    top: 14px;
  }
  #cart-input-area #transport-select-wrap .radio {
    padding: 10px 10px;
  }
  #cart-input-area form .radio input[type="radio"] + .radio-label:before, #shopping-bag-form .radio input[type="radio"] + .radio-label:before {
    top: 0px;
    margin-right: 5px;
  }
  #shopping-bag-form .cart-inner .cart-form-cell.select-payment-form .radio label, #cart-input-area .cart-inner .cart-form-cell.select-payment-form .radio label {
    line-height: 24px;
  }
  .cart-form-cell.input-address p {
    font-size: 14px;
    line-height: 14px;
  }
  #cart-inner-wrap h6{
    margin-bottom: 30px;
  }
  #cart-input-area .cart-inner .cart-form-cell.input-address {
    margin-bottom: 61px;
  }
  #shopping-bag-form .cart-inner .cart-form-cell.select-payment {
    margin-bottom: 43px;
  }
  #cart-input-area .cart-inner .cart-form-cell.select-payment {
    margin-bottom: 57px;
  }
}

/* デスクトップ */
@media (min-width: 1030px) and (max-width: 1196px) {
  #empty-content {
    min-height: calc(100vh - 296px);
  } 
}

/*========= 481px〜のデバイスの場合 =========*/
@media only screen and (min-width: 481px) {

}

/*========= 768px〜の場合 =========*/
@media (min-width: 768px) and (max-width: 1196px) {
  #top-slider {
    margin-top: 0px;
  }
  .ac-image {
    max-width: 120px !important;
  }
  #main-container {
    margin-top: 0px;
    padding: 10px 10px 0px;
  }
  .main-container {
    padding: 10px;
  }
  #content-inner-wrap {
    padding: 0px;
  }
  img {
    max-width: 100%;
  }
  nav {
    display: none;
  }
  ul#bread-list {
    padding: 0px;
    margin: 40px 0 40px;
  }
  /*ヘッダーまわりはサイトに合わせて調整してください*/
  header {
    padding:10px;
    width: calc(100% - 20px);
    height: 20px;
    background: transparent;
    position: fixed;
  }
  #nav-drawer {
    display: block;
    position: relative;
  }
  /* 2019.04.03 ONLINE CART IMAGE(S) */
  .cart-link {
    position: fixed;
    right: 10px;
    top: 10px;
    max-width: 30px;
  }
  /* 2019.04.03 ONLINE CART IMAGE(E) */  

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;/*最大幅（調整してください）*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  #nav-drawer ul {
    /* background: red; */
    margin-left: 0px;
    padding-left: 0px;
  }
  #nav-drawer ul li.parent-list {
    margin: 20px auto;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #nav-drawer ul li.parent-list a {
    font-size: 16px;
    line-height: 23px;
  }
  #slider-ontxt {
    width: 100%;
  }
  div#slider-inner h2 {
    font-size: 32px;
    line-height: 32px;
  }
  #slider-ontxt span {
    font-size: 11px;
  }
  img.ac-image {
    max-width: 120px;
    margin-top: 20px !important;
  }
  #online-fade-parent-sp,
  #online-lang-fade-parent-sp {
    display: none;
    position: fixed;
    z-index: 10000;
    font-size: 20px;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    background: #fff;
    overflow: scroll;
  }
  li#online-fade-list-sp,
  li#online-lang-fade-list-sp {
    display: inline-block;
    width: 100%;
  }
  div#online-fade-list-inner-sp,
  div#online-lang-fade-list-inner-sp {
    display: inline-block;
    width: 100%;
  }
  div#online-fade-list-left-sp,
  div#online-lang-fade-list-left-sp {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
  }
  /* div#online-lang-fade-list-left-sp {
    margin-top: 80px;
  } */
  .fade-item-wrapper {
    width: 100%;
    height: auto;
  }
  .fade-item-wrapper-inner {
    height: auto;
  }
  ul.navigation-sub-list-outer {
    position: initial;
    transform: none;
  }
  ul.navigation-sub-list-outer.title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  ul.navigation-sub-list-outer li a {
    display: block;
    font-size: 16px;
  }
  #top-deigner-brands-inner .brand-block figure img {
    filter: grayscale(0%);
  }
  .designer a {
    position: relative;
  }
  .designer a:before {
    content: "";
    height: 1px;
    width: 50px;
    background: #999;
    position: absolute;
    top: 50%;
    left: calc(50% - 120px);
  }
  .designer a:after {
    content: "";
    height: 1px;
    width: 50px;
    background: #999;
    position: absolute;
    top: 50%;
    right: calc(50% - 120px);
  }
  .designer.items a:before,
  .designer.items a:after {
    width: 75px;
  }
  .fade-item-wrapper.right {
    height: auto;
    text-align: center;
    padding-bottom: 40px;
  }
  .fade-item-wrapper-inner ul li.designer, .fade-item-wrapper-inner ul li.navigation-sub-list {
    line-height: 30px !important;
  }
  .close-btn,
  .close-lang-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px; 
  }
  /* 共通 */
  /* #main-container h2{
    font-size: ;
  } */
  /* SHOP CONCEPT */
  #top-shopconcept {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #top-shopconcept-inner h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #top-shopconcept-inner {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  #top-info-link-wrap {
    padding: 0 10px;
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #top-information-inner h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #top-info-link-wrap .top-info-link-cell {
    display: inline-block;
    max-width: 50%;
    width: 100%;
  }
  #top-info-link-wrap .top-info-link-cell p.top-info-postdate {
    margin-top: 20px;
  }
  .top-info-link-cell.first {
    margin-bottom: 40px;
  }
  #top-blackbelt {
    padding: 40px 0px;
  }
  #top-blackbelt-inner p {
    font-size: 19px;
    line-height: 38px;
    max-width: 225px;
    padding: 10px 0px;
  }
  #top-blackbelt-inner h2 {
    font-size: 30px;
    line-height: 30px;
  }
  #top-deigner-brands-inner {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  #top-deigner-brands-inner h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 26px;
  }
  #top-deigner-brands-inner .brand-block {
    width: calc(100% / 4);
  }
  #top-deigner-brands {
    margin-bottom: 40px;
  }
  #top-access-inner {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  #top-access-inner h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #top-access-inner img {
    max-width: 80%;
  }
  #top-access-text-area {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  div#googlemap-box {
    margin-bottom: 40px;
  }
  /* SHOP CONCEPT */
  #content-inner-wrap h2 {
    margin-bottom: 20px;
  }
  .container.concept img {
/*    margin-bottom: 20px; */
    margin-bottom: 40px;
    max-width: 612px;
  }
  .container.concept p {
/*    margin: 0 auto 80px; */
    margin: 0 auto 40px;
    max-width: 612px;
  }
  /* INFORMATION */
  .info-item:nth-child(odd) {
    margin-right: 10px;
  }
  .info-item:nth-child(even) {
    margin-left: 10px;
  }
  .info-item {
    width: calc( (100% - 20px) / 2);
    min-height: 500px;
  }
  .info-item p.posttext {
    padding: 0 10px;
  }
  /* INFORMATION SINGLE */
  #info-single-content-wrap #info-left,
  #info-single-content-wrap #info-right {
    width: 100%;
  }
  #info-left p {
    margin: 20px auto;
  }
  .info-col-cell {
    float: none;
  }
  div#prevnext {
    height: 50px;
  }
  #info-left h5 {
    margin-bottom: 20px;
  }
  .recent-post-block figure {
    width: 110px;
  }
  .recent-post-title {
    width: calc(100% - 110px);
  }
  /* ACCESS */
  h3.access-laila-name {
    font-size: 22px;
  }
  div#googlemap-box {
    margin-bottom: 40px;
  }
  div#googlemap {
    margin-bottom: 80px;
  }
  div#googlemap img {
    max-width: 80%;
  }
  .access-desc p.last {
    margin-bottom: 30px;
  }
  /* CONTACT */
  .separate-col .col-cell,
  .col-cell {
    float: none;
    margin: 0px;
    width: 100%;
  }
  form {
    margin: 40px auto 40px;
  }
  form table ,
  form table tbody {
    display: block;
  }
  form table tbody tr,
  form table tr td{
    display: block;
    max-width: 100%;
    width: calc(100% - 20px);
  }
  form table tr:nth-child(even) {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  form table tr th {
    padding-bottom: 10px;
  }
  form table tbody tr:last-of-type {
    margin-bottom: 40px;
  }
  textarea {
    width: calc(100% - 10px);
    padding: 7px 10px 7px 10px;
    -webkit-appearance: none;
  }
  .col-cell-inner {
    margin: 0px;
  }
  .right-col h3 {
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .col-cell-inner p.address,
  .col-cell-inner p.phone {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .col-cell-inner p.text {
    margin-top: 20px;
  }
  input[type="text"] {
    width: 100%;
    -webkit-appearance: none; 
  }
  .square-btn {
    background: white;
  }
  .right-col {
    margin-bottom: 80px !important;
  }
  .right-col h3 {
    text-align: center;
  }
  .right-col .col-cell-inner {
    text-align: center;
    margin: 0px;
    max-width: 100%;;
  }
  .col-cell-inner p.text {
    margin-bottom: 10px;
  }
  /* COMPANY */
  #company-desc {
    margin-bottom: 40px;
  }
  h3.mb80 {
    margin-bottom: 20px !important;
  }
  .company h3 {
    margin-bottom: 20px !important;
  }
  .shop {
    margin-bottom: 20px;
  }
  .image-col-2 {
    max-width: 810px;
    margin: 0 auto 40px;
  }
  .image-col-2 img:nth-child(even){
    margin: 0 0 10px 5px;
    vertical-align: bottom;
  }
  .image-col-2 img:nth-child(odd) {
    margin: 0 5px 10px 0;
    vertical-align: bottom;
  }
  .image-col-2 img:nth-child(3),
  .image-col-2 img:nth-child(4) {
    margin-bottom: 0px;
  }
  .image-col-2 img {
    width: calc((100% - 20px) / 2);
    max-width: 380px;
    margin-bottom: 30px;
  }
  .image-col-2.last img:nth-child(even),
  .image-col-2.last img:nth-child(odd) {
    margin-bottom: 0px;
  }
  h4.publication {
    margin-bottom: 20px;
  }
  .col-cell-inner p.text {
    margin-bottom: 0px;
  }
  .company .image-col-2 a {
    width: calc((100% - 10px) / 2);
  }
  .company .image-col-2 a:nth-child(1),
  .company .image-col-2 a:nth-child(2) {
    margin-bottom: 20px;
  }
  .company .image-col-2 a:nth-child(1) img, 
  .company .image-col-2 a:nth-child(3) img {
    margin-right: 5px;
  }
  .company .image-col-2 a:nth-child(2) img, 
  .company .image-col-2 a:nth-child(4) img {
    margin-left: 5px;
  }
  .company .image-col-2 a .pub-link-belt,
  .company .image-col-2 a .shop-link-belt {
    opacity: 1;
    font-size: 18px;
    left: 2%;
  }
  .company .image-col-2 a .shop-link-belt {
    top: 50%;
  }
  /* ONLINE TOP */
  #online-top-main-container .content-inner-wrap {
    padding: 0px;
  }
  /* ONLINE SINGLE */
  #product-left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #product-left figure {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
  }
  #product-right {
    width: 100%;
    padding-top: 50px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  #product-right #product-detail h6 {
    font-size: 24px;
    line-height: 24px;
  }
  #product-right #product-detail p {
    font-size: 14px;
    line-height: 14px;
  }
  #product-single-description-wrap {
    margin-bottom: 80px;
    max-width: 600px;
  }
  #main-container.online-category {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  #online-footer ul li {
    text-align: center;
    float: none;
    width: 100%;
  }
  #online-footer ul li a {
    display: inherit;
    font-size: 15px;
    color: white;
    transition: all 300ms;
  }
  /***************************/
  /* 特定商取引 ****************/
  /***************************/
  .dealpage-title-outer {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
  }
  h2.dealpage-title {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 23px;
  }
  h2.dealpage-title::before {
    position: absolute;
    content: "";
    top: 50%;
    right: calc(100% + 20px);
    width: 100px;
    height: 2px;
    background: #999;
  }
  h2.dealpage-title::after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(100% + 30px);
    width: 100px;
    height: 2px;
    background: #999;
  }
  /* h2#deal.dealpage-title {
    max-width: 680px;
  } */
  h2#deal.dealpage-title.en {
    max-width: 363px;
  }
  h2#order.dealpage-title {
    max-width: 138px;
  }
  h2#payment.dealpage-title {
    max-width: 161px;
  }
  h2#transport.dealpage-title {
    max-width: 283px;
  }
  h2#transport.dealpage-title.en {
    max-width: 183px;
  }
  h2#cancel.dealpage-title {
    max-width: 300px;
  }
  h2#cancel.dealpage-title.en {
    max-width: 183px;
  }
  h2#return.dealpage-title {
    max-width: 230px;
  }
  h2#return.dealpage-title.en {
    max-width: 238px;
  }
  h2#privacy.dealpage-title {
    max-width: 184px;
  }
  h2#privacy.dealpage-title.en {
    max-width: 231px;
  }
  #deal-area,
  #order-area,
  #payment-area,
  #transport-area,
  #return-area,
  #privacy-area {
    margin-bottom: 120px;
    font-family: 'Arial', sans-serif !important;
  }
  dl#deal-table,
  dl#deal-table dt,
  dl#deal-table dd {
    box-sizing: border-box;
    font-size: 12px;
  }
  dl#deal-table {
    max-width: 100%;
    margin: 0 auto;
  }
  dl#deal-table dt,
  dl#deal-table dd {
    padding: 0px 10px 0 10px;
  }
  dl#deal-table dt {
    width: 25%;
    float: left;
  }
  dl#deal-table dd {
    margin-left: 31%;
    padding-bottom: 10px;
    line-height: 30px;
  }
  dl#deal-table dd:after {
    content: '';
    display: block;
    clear: both;
  }
  dl#order-table,
  dl#payment-table,
  dl#transport-table,
  dl#return-table,
  dl#privacy-table {
    max-width: 100%;
    margin: 0 auto;
  }
  dl#deal-table.en,
  dl#order-table.en,
  dl#payment-table.en,
  dl#transport-table.en,
  dl#return-table.en,
  dl#privacy-table.en {
    margin-left: 0;
  }
  dl#order-table dt,
  dl#payment-table dt,
  dl#transport-table dt,
  dl#return-table dt,
  dl#privacy-table dt {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bolder;
    padding-left: 0px;
    padding-right: 0px;
  }
  dl#order-table dd,
  dl#payment-table dd,
  dl#transport-table dd,
  dl#return-table dd,
  dl#privacy-table dd {
    font-size: 12px;
    line-height: 30px;
    padding: 5px 0px 0 0px;
    margin-left: 0px;
    margin-bottom: 40px;
  }
  dl#transport-table dt#first {
    margin-bottom: 10px;
  }
  table#transport-fee tr,
  table#transport-fee th,
  table#transport-fee td {
    width: inherit;
  }
  #transport-fee-dd {
    padding-top: 0px !important;
    margin-top: 40px;
    margin-bottom: 30px !important;
  }
  table#transport-fee {
    border-collapse: collapse;
    table-layout:fixed;
    width: 100% !important;
    max-width: 800px;
  }
  table#transport-fee tr:nth-child(2) {
    margin-bottom: 0px;
  }
  table#transport-fee tbody tr th,
  table#transport-fee tbody tr td {
    font-size: 12px;
    text-align: center;
    border:  1px solid #999;
  }
  footer {
    height: 150px;
  }
  #online-footer { height: 230px; }
  #online-footer ul li { margin-bottom: 10px; }
  .footer-copy {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .footer-logo { top: 40%; }

  form#shopping-bag-form table tr,
  form#shopping-bag-form table tr {
    display: flex;
  }
  form table, form table tbody {
    display: table !important;
    width: 100%;
  }
  h2.shopping-bag {
    margin-bottom: 25px !important;
  }
  #shopping-bag-table thead tr th {
    padding-bottom: 15px;
  }
  #shopping-bag-table thead tr,
  #shopping-bag-table tbody tr {
    width: 100% !important;
  }
  form#shopping-bag-form table tr td {
    width: 100%;
    padding: 15px 0px;
  }
  #shopping-bag-table thead tr th.th1,
  #shopping-bag-table tbody tr td.figure {
    width: 140px;
    min-width: 140px;
  }
  #shopping-bag-table thead tr th.th2,
  #shopping-bag-table tbody tr td.product-desc {
    width: 270px;
    min-width: 270px;
  }
  #shopping-bag-table thead tr th.th3,
  #shopping-bag-table thead tr th.th4,
  #shopping-bag-table thead tr th.th5,
  #shopping-bag-table thead tr th.th6 {
    width: 100%;
  }
/* 2019.04.04 CART メタ情報削除(S) */
  #shopping-bag-table tbody tr td.product-desc { 
    /* padding-top:calc((243px - 104px) / 2); */
    padding-top:calc((243px - 12px) / 2);
  }
/* 2019.04.04 CART メタ情報削除(E) */
  #shopping-bag-table tbody tr td.price,
  #shopping-bag-table tbody tr td.qty,
  #shopping-bag-table tbody tr td.subtotal,
  #shopping-bag-table tbody tr td.cancel {
    padding-top:calc((243px - 12px) / 2);
  }
  #shopping-bag-table tbody tr:last-of-type td {
    padding: 20px 0;
  }
  #shopping-bag-table thead tr th.th3,
  #shopping-bag-table thead tr th.th4,
  #shopping-bag-table thead tr th.th5,
  #shopping-bag-table thead tr th.th6,
  #shopping-bag-table tbody tr td.price,
  #shopping-bag-table tbody tr td.qty,
  #shopping-bag-table tbody tr td.subtotal,
  #shopping-bag-table tbody tr td.cancel {
    max-width: calc((100% - 410px) / 4);
  }
  #shopping-bag-table tbody tr td.product-desc dl {
    margin: 0px;
  }
  #shopping-bag-table tr:nth-child(even),
  #shopping-bag-table tbody tr:last-of-type {
    margin-bottom: 0px;
  }
}

.screen-reader-response, .wpcf7-not-valid-tip, .wpcf7-validation-errors, .wpcf7-mail-sent-ok{
    color: red;
	font-size: 13px;	
}

.title-login.p-12 {
    margin: 0 50px 40px;
    text-align: center;
}
.title-login.p-12  p {
    color: red;
    line-height: 28px;
}
div#prevnext {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.title-login.p-12 {
        margin: 0 auto 40px;
	}
    .title-login.p-12  p {
		line-height: 23px;
	}
}

p.subtitle.input-customer-info.ja.error  {
    width: 100%;
    line-height: 28px;
    font-weight: normal;
    color: red;
}

@media screen and (max-width: 767px) {
    p.subtitle.input-customer-info.ja.error  {
        margin: 0 auto 40px;
        line-height: 23px;
    }
}

/*========= タブレット横 =============*/
@media (min-width: 900px) and (max-width: 1196px) {
  dl#deal-table,
  dl#order-table,
  dl#payment-table,
  dl#transport-table,
  dl#return-table,
  dl#privacy-table {
    max-width: 800px !important;
    margin: 0 auto 0 10%;
  }
}

/*========= 1030px〜の場合 =========*/
@media only screen and (min-width: 1030px) {

}

/*========= 1200px ~ 1400pxの場合 =========*/
@media (min-width: 1197px) and (max-width: 1400px) {
  .laila-main-image {
    width: 100% !important;
  }
}