@charset "utf-8";

/* = reset
---------------------------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  -webkit-text-size-adjust: none;
  line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 1.7;
  margin-bottom: 10px;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
.btn {
  background: white;
  line-height: 80px;
  height: 80px;
  display: block;
  text-align: center;
  color: #524845;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  margin: 20px 20px;
}
.btn:hover {
  background: #524845;
  color: white;
}
@media (max-width: 480px) {
  .btn {
    margin: 20px auto;
  }
}

/* = .delay
--------------------------------------------------- */
.delay {
  opacity: 0;
  transform: translate(0,6vh);
  transition: all 1000ms;
}
.delay:nth-of-type(3n-2) {
  transform: translate(0,6vh);
}
.delay:nth-of-type(3n-1) {
  transform: translate(0,-6vh);
}
.delay:nth-of-type(3n) {
  transform: translate(6vh,0);
}
.delay[view="upper"] {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0;
}
.delay[view="downer"] {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 300ms;
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: #F1EFE4;
  font: 14px 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3',
  'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-family: "Noto Serif JP";
}
.sp {
  display: none;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* = .container
--------------------------------------------------- */
.container {
  position: relative;
  margin: auto;
  width: 1100px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .container {
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
  }
}

/* = #top-main
--------------------------------------------------- */
#top-main {
  margin-bottom: 150px;
}
#top-main div h3,
#top-main div p {
  color: transparent;
  font-size: 0;
  line-height: 0px;
  margin: 0;
}
#top-main div img {
  margin: 20px;
  width: calc(100% - 40px)
}
#top-main div:nth-of-type(1) {
  width: 48%;
  float: left;
}
#top-main div:nth-of-type(2) {
  width: 48%;
  float: right;
  padding-top: 250px;
}
#top-main div:nth-of-type(1) h3 {
  background-image: url(../img/top-main-concept-h1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 200px;
}
#top-main div:nth-of-type(1) p {
  background-image: url(../img/top-main-concept-h2.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 26px;
  margin: 0 20px 50px;
}
#top-main div:nth-of-type(1) img {
   margin-top: 120px;
}
#top-main div:nth-of-type(2) h3 {
  background-image: url(../img/top-main-about-h1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 180px;
  margin-bottom: 20px;
}
#top-main div:nth-of-type(2) p {
  background-image: url(../img/top-main-about-h2.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 26px;
  margin: 20px;
  margin: 0 20px 50px;
}
#top-main div:nth-of-type(2) img {
   margin-top: 120px;
}
@media (max-width: 480px) {
  #top-main {
    margin-top: 50px;
    margin-bottom: 200px;
  }
  #top-main div:nth-of-type(1),
  #top-main div:nth-of-type(2) {
    width: auto;
    float: none;
    padding: 0;
  }
  #top-main div:nth-of-type(1) {
    margin-bottom: 120px;
  }
  #top-main div h3 {
    height: 140px !important;
    margin: 0 0 0 20px
  }
  #top-main div p {
    height: 20px !important;
  }
  #top-main div a {
    margin: 20px;
    margin-bottom: 100px;
  }
  #top-main div img {
    margin: 0 !important;
    width: 70%;
  }
  #top-main div:nth-of-type(2) img {
    float: right;
  }
}

/* = #top-product
--------------------------------------------------- */
#top-product {
  margin-bottom: 130px;
}
#top-product .bx {
  position: absolute;
  width: 750px;
  height: 430px;
  right: 0;
  overflow: hidden;
}
#top-product .bx .bx-viewport a {
  aspect-ratio: 16 / 9;
  display: block;
}
#top-product .bx .bx-controls-direction {
  display: none;
}
#top-product .bx .bx-pager {
  width: 9px;
  position: absolute;
  bottom: 20px;
  right: 32px;
}
#top-product .bx .bx-pager a {
  display: block;
  width: 9px;
  height: 9px;
  color: transparent;
  background: #C2AFA1;
  border: 1px solid #C2AFA1;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#top-product .bx .bx-pager a.active {
  opacity: 0.5;
}
#top-product .design {
  height: 430px;
  overflow: hidden;
}
#top-product .design h3 {
  color: transparent;
  font-size: 0;
  line-height: 0px;
  background-image: url(../img/top-product-h1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 130px;
  margin: 90px 20px 40px;
}
#top-product .design .btn {
  width: 280px
}
@media (max-width: 480px) {
  #top-product .bx,
  #top-product .design{
    position: relative;
    width: 100%;
    height: auto;
  }
  #top-product .design h3 {
    background-image: url(../img/sp-top-product-h1.png);
    background-position: center;
    height: 110px;
    margin: 50px auto;
  }
}

/* = #top-message
--------------------------------------------------- */
#top-message {
  margin-bottom: 150px;
  text-align: center;
}
#top-message h3,
#top-message p {
  color: transparent;
  font-size: 0;
  line-height: 0px;
  margin: 0;
}
#top-message img {
  width: 60%;
  margin: auto;
}
#top-message img {
  pointer-events: none;
}
@media (max-width: 480px) {
  #top-message img {
    width: 80%;
  }
}

/* = #top-instagram
--------------------------------------------------- */
#top-instagram {
  text-align: center;
  padding-bottom: 50px;
}
#top-instagram p img {
  width: 280px;
}
#top-instagram li {
  width: calc(100% / 6);
  float: left;
  padding: 20px;
  box-sizing: border-box;
  list-style: none;
}
@media (max-width: 480px) {
  #top-instagram li {
    width: calc(100% / 3);
  }
}

/* = #blogs
--------------------------------------------------- */
#blogs {
  padding: 50px 0;
}
#blogs article {
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 5px dotted #C1AEA0;
}
#blogs article img {
  width: 300px;
  float: left;
  margin-right: 50px;
}
#blogs article h2 {
  margin-bottom: 15px;
  font-size: 140%;
  color: #C1AEA0;
}
@media (max-width: 480px) {
  #blogs {
    padding: 0 20px;
  }
#blogs article img {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
}

/* = #page
--------------------------------------------------- */
#page {
  padding: 50px 0;
}

/* = #contact form
--------------------------------------------------- */
#contact form {
  width: 750px;
  margin: 50px auto 100px;
  text-align: left;
}
#contact form p,
#contact form label {
  font-size: 20px;
  line-height: 2;
  margin: 0;
}
#contact form p u {
  color: white;
  background: #E14645;
  margin: 10px 0 0 10px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
}
#contact form input[type="text"],
#contact form input[type="tel"],
#contact form input[type="email"],
#contact form input[type="number"],
#contact form textarea {
  border: 2px solid #C4C4C4;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  line-height: 2;
  font-size: 20px;
  padding: 5px 20px;
  margin-bottom: 35px;
}
#contact form input[type="text"]:hover,
#contact form input[type="tel"]:hover,
#contact form input[type="email"]:hover,
#contact form textarea:hover,
#contact form input[type="text"]:focus,
#contact form input[type="tel"]:focus,
#contact form input[type="email"]:focus,
#contact form textarea:focus {
  border-color: #C2AFA1;
}
#contact form .checkboxes {
  margin-bottom: 35px;
}
#contact form textarea {
  height: 200px;
}
#contact form p#submit {
  text-align: center;
  font-size: 16px;
}
#contact form p#submit label {
  font-size: inherit;
  margin-bottom: 20px;
  display: inline-block;
}
#contact form p#submit label a {
  text-decoration: underline;
  color: #E14645;
  margin-left: 0.5em;
}
#contact form p#submit .submit {
  display: block;
  padding: 15px 40px;
  border: 2px solid #C2AFA1;
  border-radius: 10px;
  color: #C2AFA1;
  font-weight: bold;
}
@media (max-width: 1440px) {
  #contact form p#submit {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  #contact form {
    width: 100%;
  }
  #contact form .checkboxes {
    margin-bottom: 20px;
  }
  #contact form .checkboxes br {
    display: none;
  }
  #contact form input[type="text"],
  #contact form input[type="tel"],
  #contact form input[type="email"],
  #contact form input[type="number"],
  #contact form textarea {
    font-size: inherit;
    margin-bottom: 20px;
  }
  #contact form p,
  #contact form label {
    font-size: inherit;
  }
  #contact form p u {
    margin: 7px 0 0 5px;
    padding: 0 5px;
    font-size: 80%;
    line-height: 1.4;
  }
}

/* = .onlineshop
--------------------------------------------------- */
.onlineshop {
  padding-bottom: 100px;
}
.onlineshop ul li {
  width: 30.3333%;
  margin: 30px 3% 0 0;
  float: left;
  list-style: none;
}
@media (max-width: 520px) {
.onlineshop {
  padding: 100px 20px;
}
.onlineshop ul li {
  width: 45%;
  margin: 30px 2.5% 0 0;
  float: left;
  list-style: none;
}
}
.onlineshop ul li h3 {
  font-weight: normal;
}
.onlineshop ul li .categories {
  overflow: hidden;
  line-height: 1;
  margin: 10px 0 5px;
}
.onlineshop ul li .categories span {
  border: 2px;
  width: 80px;
  font-size: 90%;
  border: 1px solid #C1AEA0;
  display: inline-block;
  text-align: center;
  padding: 2px 0;
  margin: 0 5px 0 0;
  color: #C1AEA0;
}
.onlineshop ul li p {
  font-size: 90%;
  line-height: 1.8;
}
.onlineshop ul li img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
  background-size: cover;
}

/* = #onlineshop-cart
--------------------------------------------------- */
#onlineshop-cart {
  width: 640px;
  margin: auto;
}
#onlineshop-cart {
  width: 640px;
  margin: auto;
}
#onlineshop-cart div.header_explanation {
  padding: 0;
}
#onlineshop-cart #memberpages div.loginbox {
  margin-top: 0;
}
#onlineshop-cart #memberinfo .history-area {
  height: auto;
}

/* = .onlineshop-nav
--------------------------------------------------- */
.onlineshop-nav {
  text-align: center;
}
#onlineshop-cart+div.onlineshop-nav {
  margin-top: 50px;
}
.onlineshop-nav a {
  width: 200px;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  border: 2px solid #C1AEA0;
  background: #C1AEA0;
  margin: 0 5px 15px;
  color: white;
}
.onlineshop-nav a.back {
  border-color: #C1AEA0;
  color: #C1AEA0;
  background: transparent;
}

/* = .onlineshop-item
--------------------------------------------------- */
.onlineshop-item #itempage {
  overflow: hidden;
}
.onlineshop-item #itempage form > * {
  float: right;
  width: calc(60% - 50px);
}
.onlineshop-item #itempage form .itemimg {
  float: left;
  width: 40%;
}
.onlineshop-item #itempage form .itemimg img {
  width: 100%;
}
.onlineshop-item #itempage form .itemimg .itemsubimg a {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 12px 12px 0 0;
}
.onlineshop-item #itempage form h3 {
  background: transparent;
  color: inherit;
  font-weight: normal;
  padding: 0 0 20px;
  font-size: 150%;
}
.onlineshop-item #itempage form .exp .field {
  border-bottom: 1px solid;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.onlineshop-item #itempage form .exp .field,
.onlineshop-item #itempage form .exp .field .field_price{
  color: inherit;
  font-weight: normal;
}
@media (max-width: 520px) {
.onlineshop-item #itempage form {
  padding: 0 20px
}
.onlineshop-item #itempage form > *,
.onlineshop-item #itempage form .itemimg {
  float: none;
  width: 100%;
}
.onlineshop-item #itempage form .itemimg{
  margin-bottom: 50px;
}
}

/* = .onlineshop-slider
--------------------------------------------------- */
.onlineshop-slider {
  margin-bottom: 100px;
}
.onlineshop-slider img {
  object-fit: cover;
  aspect-ratio: 2 / 1;
  width: 100%;
  height: auto;
}
.onlineshop-slider .bx-controls {
  display: none;
}

/* = .onlineshop-header
--------------------------------------------------- */
.onlineshop-header {
  overflow: hidden;
}
.onlineshop-header nav {
  text-align: right;
  margin-bottom: 30px;
}
.onlineshop-header nav .category {
  display: inline-block;
}
.onlineshop-header nav .category a {
  color: #5B5350;
  background: white;
  line-height: 2.5;
  display: inline-block;
  padding: 0;
  width: 160px;
  text-align: center;
  margin-left: 20px;
  border-radius: 20px;
}
.onlineshop-header nav .category a:hover {
  background-color: #C1AEA0;
  color: white;
}
.onlineshop-header nav > a {
  padding: 20px;
  border-bottom: 1px solid #707070;
  display: inline-block;
  margin-left: 20px;
}
.onlineshop-header h3 {
  color: transparent;
  font-size: 0;
  width: 330px;
  height: 72px;
  background-image: url(../img/onlineshop-category.png);
  background-size: 100%;
  float: left;
}
@media (max-width: 520px) {
.onlineshop-header h3 {
  float: none;
  margin: 0 auto 30px;;
}
.onlineshop-header nav .category {
  text-align: center;
}
.onlineshop-header nav .category a {
  margin: 5px
}
}

/* = header
--------------------------------------------------- */
body {
  padding-top: 160px;
}
html {
  margin-top: 0 !important;
}
#wpadminbar {
  display: none !important;
}
header {
  height: 160px;
  background: #F1EFE4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}
header h1 {
  width: 250px;
  padding: 20px 0;
  float: left;
}
header .right {
  float: right;
  padding-top: 66px;
}
header .right a {
  float: left;
}
header .right a img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 35px;
  margin-left: 30px;
}
header .right a#switch {
  background-image: url(../img/header-nav.png);
  width: 49px;
  height: 49px;
  background-size: 100%;
  display: block;
  margin-top: -7px;
  margin-left: 30px;
}
header .right a#switch.on {
  background-image: url(../img/header-nav-close.png);
}
@media (max-width: 480px) {
  body {
    padding-top: 117px;
  }
  header {
    height: 117px;
  }
  header h1 {
    width: 160px;
    padding: 20px;
    float: left;
  }
  header .right {
    float: right;
    padding-top: 48px;
    padding-right: 20px;
    zoom: 0.8;
  }
}

/* = #header-menu
--------------------------------------------------- */
#header-menu {
  position: fixed;
  top: 160px;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.4);
  padding: 50px 0 150px;
  z-index: 9999;
  background: #F1EFE4;
  width: 100%;
  display: none;
}
#header-menu h2 {
  width: 250px;
  float: left;
  margin-right: 50px;
}
#header-menu nav {
  float: left;
  width: 350px;
  overflow: hidden;
}
#header-menu nav div {
  float: left;
  min-width: 150px;
}
#header-menu nav div a {
  display: block;
  margin-bottom: 20px;
}
#header-menu nav img {
  clear: both;
  width: 350px;
}
#header-menu aside {
  aspect-ratio: 540 / 362;
  background-image: url(../img/footer-image.png);
  background-size: 100%;
  float: right;
  width: 250px;
  position: relative;
}
#header-menu aside a {
  color: transparent;
  font-size: 0;
}
#header-menu aside a:nth-child(1) {
  width: 100%;
  height: 33%;
  display: block;
}
#header-menu aside a:nth-child(2) {
  width: 100%;
  height: 33%;
  display: block;
}
#header-menu aside a:nth-child(3) {
  display: block;
  position: absolute;
  width: 16%;
  height: 23%;
  left: 6%;
  bottom: 0;
}
#header-menu aside a:nth-child(4) {
  display: block;
  position: absolute;
  width: 16%;
  height: 23%;
  left: 28%;
  bottom: 0;
}
@media (max-width: 480px) {
  #header-menu {
    margin-bottom: 0;
    top: 117px;
  }
  #header-menu h2 {
    float: none;
    margin: 0 auto 30px;
    width: 160px;
  }
  #header-menu nav {
    float: none;
    width: 300px;
    margin: 0 auto 50px;
  }
  #header-menu aside {
    float: none;
    width: 300px;
    margin: auto;
    background-image: url(../img/sp-footer-image.png);
    background-repeat: no-repeat;
  }
  #header-menu aside a:nth-child(3) {
    width: 10%;
    height: 15%;
    left: 0;
    bottom: 14%;
  }
  #header-menu aside a:nth-child(4) {
    width: 10%;
    height: 15%;
    left: 14%;
    bottom: 14%;
  }
}

/* = footer
--------------------------------------------------- */
footer {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
footer > * {
  position: relative;
  z-index: 2;
}
footer:before {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 500px;
  background-image: url(../img/background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  left: 0;
  top: 5%;
}
footer:after {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F6F4ED;
  left: 0;
  top: calc(5% + 500px);
}
@media (max-width: 480px) {
  footer:before {
    background-size: 150% 100%;
    height: 300px;
  }
  footer:after {
  top: calc(5% + 300px);
  }
}

/* = #footer-news
--------------------------------------------------- */
#footer-news {
  margin-bottom: 100px;
}
#footer-news nav {
  text-align: right;
  margin-bottom: 30px;
}
#footer-news nav .category {
  display: inline-block;
}
#footer-news nav .category a {
  color: #5B5350;
  background: white;
  line-height: 2.5;
  display: inline-block;
  padding: 0;
  width: 160px;
  text-align: center;
  margin-left: 20px;
  border-radius: 20px;
}
#footer-news nav .category a.active,
#footer-news nav .category a:hover {
  background-color: #C1AEA0;
  color: white;
}
#footer-news nav > a {
  padding: 20px;
  border-bottom: 1px solid #707070;
  display: inline-block;
  margin-left: 20px;
}
#footer-news h3 {
  color: transparent;
  font-size: 0;
  width: 330px;
  height: 133px;
  background-image: url(../img/footer-news.png);
  background-size: 100%;
  float: left;
}
#footer-news table {
  width: 370px;
  float: left;
}
#footer-news table:last-child {
  margin-left: 30px;
}
#footer-news table th {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0;
  text-align: left;
  width: 130px;
  vertical-align: middle;
}
#footer-news table th img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}
#footer-news table td {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 30px 15px;
  text-align: left;
  line-height: 1.7;
}
@media (max-width: 480px) {
  #footer-news {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #footer-news nav .category {
    text-align: center;
    width: 100%;
    clear: both;
  }
  #footer-news nav .category a {
    width: 100px;
    margin-left: 3px;
  }
  #footer-news h3 {
    width: 100%;
    height: 80px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/sp-footer-news.png);
    margin-bottom: 60px;
  }
  #footer-news table {
    width: 100%;
    margin: 0 !important;
  }
  #footer-news table:last-child {
    margin-top: -1px !important;
  }
  #footer-news table th {
    width: 110px;
  }
}

/* = #footer-info
--------------------------------------------------- */
#footer-info {
  margin-bottom: 100px;
}
#footer-info h3 {
  color: transparent;
  font-size: 0;
  width: 330px;
  height: 133px;
  background-image: url(../img/footer-info.png);
  background-size: 100%;
  float: left;
}
#footer-info table {
  width: 370px;
  float: left;
}
#footer-info table:last-child {
  margin-left: 30px;
}
#footer-info table th {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0 15px;
  text-align: left;
  width: 100px;
  vertical-align: middle;
}
#footer-info table td {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 30px 15px;
  text-align: left;
  line-height: 1.7;
}
@media (max-width: 480px) {
  #footer-info {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #footer-info h3 {
    width: 100%;
    height: 80px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/sp-footer-info.png);
    margin-bottom: 60px;
  }
  #footer-info table {
    width: 100%;
    margin: 0 !important;
  }
  #footer-info table:last-child {
    margin-top: -1px !important;
  }
  #footer-info table th {
    width: 80px;
  }
}

/* = #footer-nav
--------------------------------------------------- */
#footer-nav {
  margin-bottom: 50px;
}
#footer-nav a {
  width: 50%;
  float: left;
  display: block;
}
@media (max-width: 480px) {
  #footer-nav a {
    width: 100%;
  }
}

/* = #footer-menu
--------------------------------------------------- */
#footer-menu {
  margin-bottom: 100px;
}
#footer-menu h2 {
  width: 250px;
  float: left;
  margin-right: 50px;
}
#footer-menu nav {
  float: left;
  width: 350px;
  overflow: hidden;
}
#footer-menu nav div {
  float: left;
  min-width: 150px;
}
#footer-menu nav div a {
  display: block;
  margin-bottom: 20px;
}
#footer-menu nav img {
  clear: both;
  width: 350px;
}
#footer-menu aside {
  aspect-ratio: 540 / 362;
  background-image: url(../img/footer-image.png);
  background-size: 100%;
  float: right;
  width: 250px;
  position: relative;
}
#footer-menu aside a {
  color: transparent;
  font-size: 0;
}
#footer-menu aside a:nth-child(1) {
  width: 100%;
  height: 33%;
  display: block;
}
#footer-menu aside a:nth-child(2) {
  width: 100%;
  height: 33%;
  display: block;
}
#footer-menu aside a:nth-child(3) {
  display: block;
  position: absolute;
  width: 16%;
  height: 23%;
  left: 6%;
  bottom: 0;
}
#footer-menu aside a:nth-child(4) {
  display: block;
  position: absolute;
  width: 16%;
  height: 23%;
  left: 28%;
  bottom: 0;
}
@media (max-width: 480px) {
  #footer-menu {
    margin-bottom: 0;
  }
  #footer-menu h2 {
    float: none;
    margin: 0 auto 30px;
    width: 160px;
  }
  #footer-menu nav {
    float: none;
    width: 300px;
    margin: 0 auto 50px;
  }
  #footer-menu aside {
    float: none;
    width: 300px;
    margin: auto;
    background-image: url(../img/sp-footer-image.png);
    background-repeat: no-repeat;
  }
  #footer-menu aside a:nth-child(3) {
    width: 10%;
    height: 15%;
    left: 0;
    bottom: 14%;
  }
  #footer-menu aside a:nth-child(4) {
    width: 10%;
    height: 15%;
    left: 14%;
    bottom: 14%;
  }
}

/* = #breadcrumb
--------------------------------------------------- */
#breadcrumb {
  background: #F6F4ED;
  margin-bottom: 50px;
}
#breadcrumb ul {
  list-style: none;
}
#breadcrumb ul li {
  list-style: none;
  display: block;
  position: relative;
  line-height: 38px;
  padding-right: 20px;
  margin-right: 10px;
  float: left;
}
#breadcrumb ul li:not(:last-child):before,
#breadcrumb ul li:not(:last-child):after{
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: " ";
}
#breadcrumb ul li:not(:last-child):before{
  top: -1px;
  right: 0;
  border-left: 10px solid #333;
}
#breadcrumb ul li:not(:last-child):after{
  top: -1px;
  right: 1px;
  border-left: 10px solid #F6F4ED;
}
#breadcrumb ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#breadcrumb ul li h3 {
  display: inline;
}
@media (max-width: 480px) {
  #breadcrumb ul {
    text-align: center;
  }
  #breadcrumb ul li {
    display: inline-block;
    float: none;
  }
}

/* = #copy
--------------------------------------------------- */
#copy {
  clear: both;
  text-align: center;
  line-height: 5;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}






.customer_form.settlement_form * {
  line-height: 1.5;
}
.customer_form.settlement_form td,
.customer_form.settlement_form th {
  padding: 10px;
}
@media (max-width: 520px) {
  .usccart_navi {
    display: none;
  }
  #cart .upbutton {
    line-height: 1.7;
    text-align: left !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  #cart .upbutton input {
    display: block;
  }
  #onlineshop-cart {
    margin-top: 50px;
    width: 100%;
  }
  #onlineshop-cart table,
  #onlineshop-cart tbody,
  #onlineshop-cart thead,
  #onlineshop-cart tfoot,
  #onlineshop-cart table tr,
  #onlineshop-cart table td,
  #onlineshop-cart table th {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    border: none !important;
  }
  #onlineshop-cart table td,
  #onlineshop-cart table th {
    border: 1px solid black !important;
    border-bottom: none !important;
  }
  #onlineshop-cart table {
    border-bottom: 1px solid black !important;
    margin-top: 15px;
  }
  #onlineshop-cart .num,
  #onlineshop-cart thead .thumbnail,
  #onlineshop-cart thead .action,
  #onlineshop-cart tfoot .stock,
  #onlineshop-cart tfoot .action,
  #onlineshop-cart tfoot .thumbnail,
  #onlineshop-cart td:empty
  #onlineshop-cart th:empty {
    display: none;
  }
}
  #customer-info .send {
    margin-bottom: 50px;
  }
@media (max-width: 520px) {
  .usccart_navi {
    display: none;
  }
  #cart .upbutton {
    line-height: 1.7;
    text-align: left !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  #cart .upbutton input {
    display: block;
  }
  #onlineshop-cart {
    margin-top: 50px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #onlineshop-cart table,
  #onlineshop-cart tbody,
  #onlineshop-cart thead,
  #onlineshop-cart tfoot,
  #onlineshop-cart table tr,
  #onlineshop-cart table td,
  #onlineshop-cart table th {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    border: none !important;
  }
  #onlineshop-cart table td,
  #onlineshop-cart table th {
    border: 1px solid black !important;
    border-bottom: none !important;
  }
  #onlineshop-cart table {
    border-bottom: 1px solid black !important;
    margin-top: 15px;
  }
  #onlineshop-cart .num,
  #onlineshop-cart thead .thumbnail,
  #onlineshop-cart thead .action,
  #onlineshop-cart tfoot .stock,
  #onlineshop-cart tfoot .action,
  #onlineshop-cart tfoot .thumbnail,
  #onlineshop-cart td:empty
  #onlineshop-cart th:empty {
    display: none;
  }
}