@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Marck+Script");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*clear fix*/
.l-main:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
html.is-noScroll,
body.is-noScroll {
  overflow: hidden;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #0c0c0c;
  font-family: 'arial',  'Open Sans', 'Hiragino Sans', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', -apple-system, blinkMacSystemFont, sans-serif;;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.15rem;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0c0c0c;
}
a:hover {
  color: #1566e0;
  text-decoration: none;
}
a:hover:hover, a:hover:focus {
  text-decoration: none;
}
a img {
  transition: all 0.3s ease;
}
a img:hover {
  opacity: 0.9;
}
a:focus {
  outline: none;
}

a[href*=tel] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href*=tel] {
    pointer-events: auto;
  }
}

img {
  max-width: 100%;
  margin: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
  padding: 0;
  color: #0c0c0c;
  letter-spacing: 0;
}

p {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

th,
td {
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #bababa !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #bababa !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bababa !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bababa !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bababa !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bababa !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bababa !important;
}

input,
textarea,
select {
  padding: 7px 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

figcaption {
  word-break: break-all;
}

.l-header {
  position: fixed;
  width: 100%;
  background: #000;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: auto;
    padding: 1rem 0;
  }
}

.l-header__heading {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  background: black;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-header__heading {
    margin-bottom: 1rem;
  }
}
.l-header__heading .site-description {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .l-header__heading .site-description {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .home.blog .site-header,
  .home.page:not(.page-template-template-homepage) .site-header,
  .home.post-type-archive-product .site-header {
    margin-bottom: 1rem;
  }
}

.l-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 1rem;
  background: #000;
}
@media screen and (min-width: 768px) {
  .l-header__content {
    width: 107rem;
  }
}

.l-header__logo {
  -js-display: flex;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
}
.l-header__logo a {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: 0.8;
  text-decoration: none;
}
.l-header__logo a:hover:hover, .l-header__logo a:hover:focus, .l-header__logo a:focus:hover, .l-header__logo a:focus:focus {
  text-decoration: none;
}
.l-header__logo span {
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
.l-header__logo span.emb {
  font-size: 2.6rem;
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 768px) {
  .l-header__logo span.emb {
    font-size: 4rem;
  }
}
.l-header__logo span.ja {
  font-size: 1rem;
  text-transform: uppercase;
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 768px) {
  .l-header__logo span.ja {
    font-size: 1.3rem;
  }
}

.l-header-search {
  width: 40rem;
  margin-left: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-header-search {
    width: 40rem !important;
    height: 4.2rem;
  }
}

.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
  padding: 1rem;
  font-size: 1.3rem;
  font-family: 'arial',  'Open Sans', 'Hiragino Sans', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', -apple-system, blinkMacSystemFont, sans-serif;;
}
.site-search .widget_product_search input[type=text]:focus,
.site-search .widget_product_search input[type=search]:focus {
  outline-color: #000;
}
.site-search .widget_product_search form::before {
  top: 0;
  bottom: 0;
  left: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
  width: 1rem;
  height: 1.4rem;
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  #site-navigation #menu-global-nav {
    display: flex;
    height: auto;
    max-height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #site-navigation #menu-global-nav li {
    padding-right: 2rem;
  }
}
#site-navigation #menu-global-nav li a {
  color: #fff;
}

.l-header-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.l-header-right .site-header-cart {
  padding-right: 2rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .l-header-right .site-header-cart {
    padding-right: 0;
  }
}

.l-header-cart {
  position: relative;
  width: 3rem;
}
.l-header-cart .count-box {
  position: absolute;
  top: 0rem;
  right: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background: #ff0000;
}
.l-header-cart .count-box span {
  color: #fff;
}

.l-header__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__contact {
    position: absolute;
    top: 0;
    right: 0;
    -js-display: flex;
    display: flex;
    width: 194px;
    height: 100%;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    background: #957e4f;
    transition: 0.3s all ease-in;
  }
}
.l-header__contact:focus, .l-header__contact:hover {
  background: #74623d;
  cursor: pointer;
}
.l-header__contact a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 5;
  transition: 0.3s all ease-in;
}
.l-header__contact a:focus, .l-header__contact a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-header__contact.l-header__contact--sp {
    display: block;
    padding: 0 1rem;
  }
  .l-header__contact.l-header__contact--sp a {
    background: #957e4f;
    line-height: 4.2;
  }
}

.l-header-site__nav {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.l-header-site__nav a {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-header-site__nav a {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
  }
}
.l-header-site__nav a:hover {
  opacity: 0.8;
}

.l-header__entry {
  z-index: 8;
  transition: all 0.2s ease-in;
  width: 155px;
  height: 48px;
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .l-header__entry {
    width: 170px;
  }
}
@media screen and (max-width: 600px) {
  .l-header__entry {
    width: 240px;
    margin: auto;
  }
}
.l-header__entry.l-header__entry--sp {
  margin: auto;
  margin-bottom: initial;
}
.l-header__entry.l-header__entry--sp a span {
  font-size: 1.6rem;
}
.l-header__entry a {
  display: table;
  width: 100%;
  height: 100%;
  background: transparent;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px solid #373737;
}
@media screen and (max-width: 600px) {
  .l-header__entry a {
    width: inherit;
    height: inherit;
  }
}
.l-header__entry a:hover {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
  text-decoration: none;
  background: #373737;
}
.l-header__entry a:hover span {
  color: #fff;
}
.l-header__entry a span {
  display: table-cell;
  color: #373737;
  font-size: 2.2rem;
  vertical-align: middle;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .l-header__entry a span {
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 768px) {
  .woocommerce-active .site-header .site-header-cart {
    width: 5.5rem;
    padding: 1rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    width: 30rem;
    left: -25.5rem;
    top: 4.3rem;
    border-radius: 1rem;
  }
}

.l-mainImg {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-mainImg {
    padding: 0;
  }
}
.l-mainImg .l-mainImg__content {
  width: 107rem;
  margin: auto 0;
}
.l-wrap {
  padding-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    padding-top: 9.6rem;
  }
}
.l-wrap .col-full {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-wrap .col-full {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-main {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .l-main {
    width: 100%;
  }
}

.l-content {
  padding: 0 3vw;
}
@media screen and (min-width: 992px) {
  .l-content {
    width: 107rem;
    margin: auto;
  }
}

/* ============
* .l-footer
============== */
.l-footer__nav a {
  text-decoration: none;
}
.l-footer__nav a:hover {
  text-decoration: underline;
}

.l-footer {
  position: relative;
  z-index: 2;
  color: #fff;
}
.l-footer a {
  color: #fff;
}
.l-footer a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer-pagetop {
    position: absolute;
    right: 15px;
    bottom: 105px;
    z-index: 99;
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .l-footer-pagetop {
    position: absolute;
    right: 3vw;
    bottom: 105px;
  }
}
.l-footer .l-footer-pagetop a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  margin: 0 auto 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer-pagetop a {
    margin: auto;
  }
}
.l-footer .l-footer-pagetop a img {
  display: block;
  border-radius: 100%;
}
.l-footer .l-footer-info {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer-info {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer-info .l-footer-info-l,
  .l-footer .l-footer-info .l-footer-info-r {
    flex: 0 1 calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .l-footer-info .l-footer-info-l,
  .l-footer .l-footer-info .l-footer-info-r {
    flex: 0 1 calc(50% - 50px);
  }
}
.l-footer .l-footer-info .l-footer-info-l h3,
.l-footer .l-footer-info .l-footer-info-r h3 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  font-size: 3.2rem;
  border-bottom: 1px solid #fff;
}
.l-footer .l-footer-info .l-footer-info-l p,
.l-footer .l-footer-info .l-footer-info-r p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.l-footer .l-footer-info .l-footer-info-l {
  margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer-info .l-footer-info-l {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__btn-group {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
.l-footer .l-footer__btn-group .c-btn-phone,
.l-footer .l-footer__btn-group .c-btn-mail {
  -js-display: flex;
  display: flex;
  flex: 0 1 48%;
  justify-content: center;
  align-items: center;
}
.l-footer .l-footer__btn-group .c-btn-phone {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__btn-group .c-btn-phone {
    margin-bottom: 0;
  }
}
.l-footer .l-footer-bottom {
  padding: 2rem 0;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer-bottom {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.l-footer .l-footer-logo {
  font-size: 2.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer-logo {
    text-align: left;
  }
}
.l-footer .l-footer-logo span {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer-logo span {
    display: inline-block;
  }
}
.l-footer .l-footer-link {
  margin-left: auto;
  margin-right: 3rem;
}
.l-footer .l-footer-link ul {
  -js-display: flex;
  display: flex;
  justify-content: space-around;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer-link ul {
    width: 305px;
    padding: 0;
  }
}
.l-footer .l-footer-link ul li {
  width: auto;
  flex-basis: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer-link ul li {
    flex-basis: 100%;
    text-align: right;
  }
}
.l-footer .l-footer-link ul li a {
  color: #fff;
  padding: 0 1.5rem;
  font-size: 1.2rem;
  text-decoration: underline;
}
.l-footer .l-footer-link ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .l-footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.footer_contact {
  width: 17rem;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .footer_contact {
    margin: 0;
  }
}
.footer_contact p {
  text-align: center;
  color: #0c0c0c;
}

.site-info {
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .site-info {
    padding: 0;
    text-align: left;
  }
}

input.c-btn,
a[class*=btn].c-btn,
button.c-btn {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: white;
}
input.c-btn:hover,
a[class*=btn].c-btn:hover,
button.c-btn:hover {
  text-decoration: none;
}
input.c-btn-mail,
a[class*=btn].c-btn-mail,
button.c-btn-mail {
  background: #957E4F;
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
}
input.c-btn-mail:hover,
a[class*=btn].c-btn-mail:hover,
button.c-btn-mail:hover {
  color: #FFF;
}
input.c-btn-order,
a[class*=btn].c-btn-order,
button.c-btn-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
  background: #84303d;
}
input.c-btn-order:hover, input.c-btn-order:focus,
a[class*=btn].c-btn-order:hover,
a[class*=btn].c-btn-order:focus,
button.c-btn-order:hover,
button.c-btn-order:focus {
  color: #FFF;
  background: #5f222c;
}
input.c-btn-gray,
a[class*=btn].c-btn-gray,
button.c-btn-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
  background: #ccc;
}
input.c-btn-gray:hover, input.c-btn-gray:focus,
a[class*=btn].c-btn-gray:hover,
a[class*=btn].c-btn-gray:focus,
button.c-btn-gray:hover,
button.c-btn-gray:focus {
  color: #FFF;
  background: #b3b3b3;
}

.c-btn-phone {
  padding: 1.2rem 2rem;
  background: #8C8A88;
  font-size: 2.1rem;
  text-align: center;
}
.c-btn-phone i {
  position: relative;
  top: -3px;
  margin-right: 1.2rem;
}
.c-btn-phone span {
  color: #FFF;
}

.c-btn-mail {
  padding: 1.2rem 2rem;
  background: #957E4F;
  font-size: 1.8rem;
  text-align: center;
}
.c-btn-mail i {
  position: relative;
  top: -3px;
  margin-right: 1.2rem;
}
.c-btn-mail span {
  color: #FFF;
}

a[class*=btn]:hover, a[class*=btn]:focus,
button:hover,
button:focus {
  text-decoration: none;
  color: #FFF;
}
a[class*=btn]:hover:hover, a[class*=btn]:hover:focus, a[class*=btn]:focus:hover, a[class*=btn]:focus:focus,
button:hover:hover,
button:hover:focus,
button:focus:hover,
button:focus:focus {
  text-decoration: none;
}

input:hover, input:focus {
  color: #0c0c0c;
}

.woocommerce div.product a.c-btn-contact {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .woocommerce div.product a.c-btn-contact {
    width: 320px;
  }
}

.woocommerce div.product .c-btn_before {
  font-size: 1.5rem;
}
@media screen and (min-width: 375px) {
  .woocommerce div.product .c-btn_before {
    font-size: 1.6rem;
  }
}

.woocommerce div.product .shop_cv form.cart {
  width: 100%;
}
/* ==============
// animation
================= */
/* クリックできる要素 */
.ripple {
  /* エフェクトに直接関係はない */
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  /* 必須 */
  overflow: hidden;
  position: relative;
}

/* エフェクト要素 */
.ripple__effect {
  /* 値の変更はエフェクト形体・サイズ・スピードに影響する */
  width: 64px;
  height: 64px;
  /* 必須 */
  position: absolute;
  border-radius: 100%;
  pointer-events: none;
  transform: scale(0);
  opacity: 0;
}

/* エフェクト要素の色を指定 */
.ripple__effect.is-white {
  background: rgba(255, 255, 255, 0.5);
}

/* classが付与されたらアニメーションを実行 */
.ripple__effect.is-show {
  animation: ripple 0.75s ease-out;
}

/* アニメーション */
@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
/* スマホメニュースクロールで色を付与 */
@keyframes is-colorChange {
  0% {
    background: #FFF;
  }
  100% {
    background: #957e4f;
  }
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  background-color: #fff;
}

.form-row,
.form-row-wide {
  margin-bottom: 1rem;
}

#order_review {
  background-color: transparent;
}

.woocommerce table.shop_table td {
  background-color: #fff;
}

#payment .payment_methods > .woocommerce-PaymentMethod > label::before,
#payment .payment_methods > .wc_payment_method > label::before {
  content: "◯";
}

input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0;
}

#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
  background-color: #eaeaea;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #3e89ff;
}

#payment .place-order .button {
  padding: 1rem 0;
}

ul.order_details li {
  background: #fff;
}

.entry-content .woocommerce ul.woocommerce-thankyou-order-details {
  border: 0;
  padding: 0;
}

ul.order_details::before,
ul.order_details::after {
  content: none;
}

ul.order_details li {
  font-size: 11px;
}

.woocommerce-order-received .woocommerce table.shop_table td.product-name {
  font-size: 13px;
}

.entry-content address {
  font-style: normal;
  background: #fff;
  padding: 1rem;
}

.select2-container--default .select2-selection--single {
  padding: 1.2rem 0;
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-list .slick-center {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .slick-list .slick-center {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  z-index: 999999;
  width: 43px;
  height: 43px;
  background: #0c0c0c;
}
.slick-prev:before,
.slick-next:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  color: #0c0c0c;
  opacity: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: black;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  background: url("../img/icon_arrow_left.svg");
}

.slick-next {
  right: 0;
}
.slick-next:before {
  background: url("../img/icon_arrow_right.svg");
}

#js-caseSlick .slick-slide {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  #js-caseSlick .slick-slide {
    margin: 0 20px;
  }
}

#billing_country_field {
  display: none;
}

.woocommerce-breadcrumb {
  margin: 1rem 0 2rem;
}

body .is-pc {
  display: none !important;
}
@media screen and (min-width: 992px) {
  body .is-pc {
    display: block !important;
  }
}
body .is-sp {
  display: block !important;
}
@media screen and (min-width: 992px) {
  body .is-sp {
    display: none !important;
  }
}
body .u-sm-visible {
  display: none;
}
@media screen and (max-width: 600px) {
  body .u-sm-visible {
    display: block;
  }
}
body .u-sm-hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  body .u-sm-hidden {
    display: none;
  }
}
body .u-md-visible {
  display: none;
}
@media screen and (max-width: 768px) {
  body .u-md-visible {
    display: block;
  }
}
body .u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  body .u-md-hidden {
    display: none;
  }
}
body .u-md-visible {
  display: none;
}
@media screen and (max-width: 768px) {
  body .u-md-visible {
    display: block;
  }
}
body .u-pc-hidden {
  display: block;
}
@media screen and (max-width: 992px) {
  body .u-pc-hidden {
    display: none;
  }
}
body .u-pc-visible {
  display: none;
}
@media screen and (max-width: 992px) {
  body .u-pc-visible {
    display: block;
  }
}
body .u-1024-hidden {
  display: block;
}
@media screen and (max-width: ) {
  body .u-1024-hidden {
    display: none;
  }
}
body .u-1024-visible {
  display: none;
}
@media screen and (max-width: ) {
  body .u-1024-visible {
    display: block;
  }
}
body .u-xs-visible {
  display: none;
}
@media screen and (max-width: 414px) {
  body .u-xs-visible {
    display: block;
  }
}
body .u-xs-hidden {
  display: block;
}
@media screen and (max-width: 414px) {
  body .u-xs-hidden {
    display: none;
  }
}
body .u-xs3-visible {
  display: none;
}
@media screen and (max-width: 320px) {
  body .u-xs3-visible {
    display: block;
  }
}
body .u-xs3-hidden {
  display: block;
}
@media screen and (max-width: 320px) {
  body .u-xs3-hidden {
    display: none;
  }
}

.u-xlg-visible {
  display: block;
}
@media screen and (max-width: 1280px) {
  .u-xlg-visible {
    display: none;
  }
}

.u-xlg-hidden {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-xlg-hidden {
    display: block;
  }
}

.hentry.type-page .entry-header {
  padding: 0 0 3rem;
}

.storefront-sorting {
  margin-bottom: 1rem;
}
.storefront-sorting form {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .storefront-sorting form {
    margin-bottom: 0;
  }
}

.c-breadcrumb {
  margin-bottom: 0;
  padding: 0 0.4rem;
}
@media screen and (min-width: 1200px) {
  .c-breadcrumb .c-breadcrumb__content {
    width: 107rem;
    max-width: 107rem;
  }
}

.c-flex {
  display: flex;
}

.c-flex--between {
  justify-content: space-between;
}

.c-flex--start {
  justify-content: flex-start;
}

.c-title {
  position: relative;
  z-index: 1;
  display: table;
  margin: auto;
  margin-bottom: 6rem;
  color: #373737;
  font-size: 3.3rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.15rem;
}
.c-title .ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.c-title .ja:after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  margin: 1.5rem auto 0;
  line-height: 1;
  background: #373737;
}
@media screen and (max-width: 768px) {
  .c-title .ja {
    font-size: 2.4rem;
  }
}
.c-title .en {
  font-family: 'Times New Roman', Garamond, 'EB Garamond', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .c-title .en {
    font-size: 1.3rem;
  }
}
.c-title.c-title--lower {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 3rem;
}
.c-title.c-title--lower .ja {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .c-title.c-title--lower .ja {
    line-height: 0;
  }
}
.c-title.c-title--lower .ja:after {
  content: none;
}
.c-title.c-title--lower .en {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
}

.c-sec__wrap {
  padding: 5rem 0;
}

.single-product .c-sec__wrap {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .single-product .c-sec__wrap {
    padding: 5rem 0;
  }
}

.c-sec__wrap--index {
  padding: 0;
}

.c-sec {
  padding: 10rem 0;
}

.c-link {
  display: block;
  margin-top: 6rem;
  color: #1566e0;
  font-size: 1.4rem;
  text-align: center;
}
.c-link.c-link--lower {
  text-align: left;
}

.c-color_caution {
  color: #cd313e;
}

.c-border-b {
  position: relative;
}
.c-border-b:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  margin: auto;
  background: #0c0c0c;
}
@media screen and (min-width: 992px) {
  .c-border-b:after {
    width: 107rem;
  }
}

.c-page {
  color: #373737;
}
.c-page section {
  margin-bottom: 8rem;
}
.c-page a {
  color: #1566e0;
  text-decoration: none;
}
.c-page a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .c-page.c-page--sm {
    width: 700px;
    margin: auto;
  }
}
.c-page .c-page-box {
  margin-bottom: 7rem;
}
.c-page .c-page-sec__title {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  color: #373737;
}
.c-page .c-page-box__title {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0c0c0c;
  font-size: 1.8rem;
}
.c-page .c-page-box__title span {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .c-page .c-page-box__title span {
    font-size: 1.6rem;
  }
}
.c-page .c-page-box__inner {
  padding-left: 2rem;
}
.c-page .c-page-list.c-page-list--indentNon li {
  margin-bottom: 3rem;
  padding-left: 0;
  text-indent: 0;
}
.c-page .c-page-list li {
  display: block;
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  text-indent: -2.2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.c-page .c-page-list li h4 {
  margin-top: 3.5rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-indent: 0;
}
.c-page .c-page-list li p {
  margin-bottom: 0.5rem;
  text-indent: 0;
}
.c-page .c-page-list li img {
  display: block;
  text-align: left;
  margin: 1rem 0 2rem;
}
@media screen and (min-width: 992px) {
  .c-page .c-page-list li img {
    width: 50%;
  }
}
.c-page .c-page__description {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5;
}
.c-page .c-page__table {
  margin-top: 5rem;
  border: 1px solid #d8d8d8;
}
.c-page .c-page__table caption {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  color: #0c0c0c;
}
.c-page .c-page__table tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  .c-page .c-page__table tr {
    display: table-row;
    width: auto;
  }
}
.c-page .c-page__table tr:first-child th {
  background: #efefef;
}
.c-page .c-page__table tr:first-child th:first-child {
  text-align: left;
}
.c-page .c-page__table th,
.c-page .c-page__table td {
  width: auto;
  font-weight: normal;
  border-left: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .c-page .c-page__table th,
  .c-page .c-page__table td {
    width: 50%;
  }
}
.c-page .c-page__table th {
  width: 200px;
  font-size: 1.5rem;
  text-align: left;
}
.woocommerce-price-suffix {
  color: #0c0c0c;
  font-size: 1.2rem;
}

.product-cat__list {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.product-cat__list.product-cat__list--top {
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .product-cat__list.product-cat__list--top {
    margin-bottom: 1rem;
  }
}
.product-cat__list.product-cat__list--top li {
  margin-bottom: 0.5rem;
  width: calc(33.3333333333% - 0.25rem);
}
@media screen and (min-width: 768px) {
  .product-cat__list.product-cat__list--top li {
    width: calc(33.3333333333% - 0.55rem);
  }
}
.product-cat__list.product-cat__list--bottom {
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .product-cat__list.product-cat__list--bottom {
    justify-content: center;
  }
}
.product-cat__list.product-cat__list--bottom li {
  width: calc(50% - 0.25rem);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .product-cat__list.product-cat__list--bottom li {
    width: calc(20% - 1rem);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
.product-cat__list li a.is-current img {
  border: 4px solid #000;
}

@media screen and (max-width: 767px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .col2-set .col-2 .order__titleSub,
  .woocommerce-page .col2-set .col-2 .order__titleSub {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce form .form-row textarea {
    height: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout-review-order-table td {
    width: 40%;
  }
}

.order__titleSub {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0c0c0c;
  font-size: 2rem;
}

.order__send {
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .order__send {
    display: table;
    width: 426px;
  }
}
.order__send.order__send--checkout {
  width: 100%;
}
.order__send.order__send--checkout h2 {
  text-align: left;
}
.order__send h2 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.order__send p {
  font-size: 1.2rem;
}
.order__send p strong {
  color: #84303d;
}

.order__flow {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 4rem;
}
.order__flow .box {
  position: relative;
  width: 200px;
  padding: 1rem 2rem;
  background-color: #DEDEDE;
  text-align: center;
  color: #0c0c0c;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .order__flow .box {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 1rem 2rem 1rem 3.6rem;
    line-height: 1;
    font-size: 1rem;
  }
}
.order__flow .box.active {
  color: #FFF;
  background-color: #0c0c0c;
}
.order__flow .box.active:after {
  border-left: 16px solid #0c0c0c;
}
.order__flow .box:after {
  position: absolute;
  z-index: 2;
  border-left: 16px solid #DEDEDE;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  content: "";
  right: -16px;
  top: 0;
}
.order__flow .box:before {
  position: absolute;
  z-index: 1;
  border-left: 18px solid #f5f5f5;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  content: "";
  right: -18px;
  top: -2px;
}
.order__flow .box:last-child:after, .order__flow .box:last-child:before {
  display: none;
}

.ship-to-different-address__title {
  margin-top: 2rem;
}

#ship-to-different-address {
  margin-left: 2rem;
}
#ship-to-different-address span {
  font-size: 1.5rem;
}

label[for=delivery_date],
label[for=delivery_time_zone] {
  line-height: 1;
}

.form-control.wide {
  margin-bottom: 2rem;
}
.form-control.wide select {
  width: 100%;
}

.woocommerce-cart .woocommerce table.shop_table {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce table.shop_table th {
  text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table th:nth-child(3) {
  text-align: left;
}
.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive.cart-total {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce table.shop_table.shop_table_responsive.cart-total {
    width: 30%;
  }
}
.woocommerce-cart .woocommerce table.shop_table.shop_table_responsive tbody th {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table th {
    line-height: 1;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table td {
    line-height: 1;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table td a {
    line-height: 1;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table .product-price {
    display: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table .product-thumbnail {
    display: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table .product-name {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table .product-subtotal {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table .order-total td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table .product-remove {
    padding: 0;
  }
}

.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table thead th {
  border-top: 0;
}
.woocommerce table.shop_table thead th:nth-child(2) {
  text-align: right;
}
.woocommerce table.shop_table th {
  text-align: left;
}
.woocommerce table.shop_table th:nth-child(2) {
  text-align: right;
}
.woocommerce table.shop_table td {
  text-align: right;
}
.woocommerce table.shop_table td.product-name {
  text-align: left;
  color: #957e4f;
}

.woocommerce-order-received .order__flow {
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-received .woocommerce .woocommerce-order-details {
    width: 730px;
    margin: 3rem auto;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 1rem;
  font-size: 2.1rem;
}
.woocommerce-order-received .woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-order-received .woocommerce table.shop_table th {
  background: #EFEFEF;
}
.woocommerce-order-received .woocommerce table.shop_table td.product-name {
  background: #EFEFEF;
  color: #0c0c0c;
}
.woocommerce-order-received .woocommerce table.shop_table td.product-name a {
  color: #1566e0;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-received .woocommerce .woocommerce-columns--addresses {
    width: 730px;
    margin: 3rem auto;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-columns--addresses .woocommerce-column__title {
  margin-bottom: 1rem;
  font-size: 2.1rem;
}
.woocommerce-order-received .woocommerce .woocommerce-columns--addresses .woocommerce-column--1 {
  border-right: 1px dashed #dedede;
}
.woocommerce-order-received .woocommerce .woocommerce-columns--addresses address {
  color: #373737;
  font-size: 1.5rem;
}

.woocommerce ul.woocommerce-thankyou-order-details {
  display: table;
  width: 100%;
  margin: 0 auto 3rem !important;
  padding: 1.5rem 2rem 1rem;
  border: 1px solid #d3ced2;
}
@media screen and (min-width: 768px) {
  .woocommerce ul.woocommerce-thankyou-order-details {
    width: auto;
    margin: auto !important;
  }
}
.woocommerce ul.woocommerce-thankyou-order-details > li {
  float: none;
  margin-bottom: 2rem;
  border-right: 0;
}
@media screen and (min-width: 768px) {
  .woocommerce ul.woocommerce-thankyou-order-details > li {
    float: left;
    margin-bottom: 0;
    border-right: 1px dashed #d3ced2;
  }
}
.woocommerce ul.woocommerce-thankyou-order-details > li:last-child {
  margin-bottom: 0;
}

.woocommerce-thankyou-order-received {
  margin-bottom: 3rem;
  text-align: left;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 1.6rem;
  }
}

.order__scheduled_delivery_date_and_time,
.order__scheduled_time_zone {
  display: none;
}

@media screen and (min-width: 992px) {
  .contact form {
    width: 450px;
    margin: auto;
  }
}
.contact.contactThanks {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contact.reserve {
    width: 700px;
    margin: auto;
  }
}
.contact.reserve .reserveGuide ul li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.contact.reserve .reserveGuide ul li small {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.contact.reserve .reserveGuide ul li ul {
  margin-top: 0.5rem;
}
.contact.reserve .reserveGuide ul li ul li {
  margin-bottom: 0;
}
.contact section {
  margin-bottom: 10rem;
}
.contact section:last-child {
  margin-bottom: 0;
}
.contact abbr[title] {
  border-bottom: 0;
}
.contact input:-moz-read-only {
  cursor: not-allowed;
}
.contact input:read-only {
  cursor: not-allowed;
}
.contact .conatct__phone {
  display: table;
  margin: 5rem auto;
}
.contact .conatct__phone a {
  display: block;
  padding: 0.8rem 2rem;
}
.contact .conatct__phone a i {
  margin-right: 0;
}
.contact .conatct__phone p {
  padding-top: 0.3rem;
  font-size: 1.2rem;
  text-align: center;
}
.contact .contact__btn {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 2rem auto;
}
.contact .contact__btn input {
  display: inline-block;
  margin: auto;
}
.contact .custom-wpcf7c-confirmed .contact__btn input {
  flex: 0 1 calc(50% - 28px);
}
.contact div.wpcf7-validation-errors, .contact div.wpcf7-acceptance-missing {
  border: 0;
  background: #fbc7c9;
  border-radius: 8px;
  color: #d9534f;
  text-align: center;
  font-size: 1.3rem;
}
.contact span.wpcf7-not-valid-tip {
  color: #d9534f;
  font-size: 1.4rem;
}
.contact .ajax-loader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contact div.wpcf7-mail-sent-ok {
  display: none;
  border: 0;
  background: transparent;
  border-radius: 8px;
  color: #3bb535;
  text-align: center;
}
.contact form.sent p {
  display: none;
}
.contact form.sent p.contact__thanks-desc {
  display: block;
}
.page-template-page-index {
  background: #54b778;
}

@media screen and (min-width: 768px) {
  .pageIndex main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
    padding-bottom: 10vh;
  }
}
.pageIndex h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: #148063;
}

.pageIndex__img {
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .pageIndex__img {
    margin: 3rem auto;
    width: 64rem;
  }
}
@media screen and (min-width: 768px) {
  .pageIndex__img img {
    border-radius: 1rem;
  }
}

.pageIndex__certification {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .pageIndex__certification {
    width: 64rem;
    margin: 0 auto;
  }
}
.pageIndex__certification h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
}
.pageIndex__certification p {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.6rem;
}

.pageIndex__btn {
  display: flex;
  flex-direction: row;
}
.pageIndex__btn a {
  display: block;
  width: 14rem;
  background: #000;
  color: #fff;
  border-radius: 10rem;
  margin: 0 1rem;
  padding: 1rem 3rem;
  text-align: center;
}

.woocommerce-shop .storefront-breadcrumb {
  display: none;
}

.top-notice {
  margin: 0 auto 1rem;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .top-notice {
    padding: 0;
  }
}
.top-notice:hover {
  cursor: pointer;
}
.top-notice img {
  display: block;
  width: 100%;
  border-radius: 0;
}
.top-notice p {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  background: #ff0000;
}/*# sourceMappingURL=style_custom.css.map */