@charset "UTF-8";
/*
*
*
reset
*
*
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  height: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

a:hover {
  color: #575757;
}

/* root font size setteing  16px->10px */
html {
  font-size: 62.5%;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*
*
*
static var
*
*
*/
/* size
--------------------------------------------------------- */
/* text setting
--------------------------------------------------------- */
/* color setting
--------------------------------------------------------- */
/* breakpoint
--------------------------------------------------------- */
body {
  font-size: 1.4rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/* header
--------------------------------------------------------- */
.ec-headerNaviRole__right {
  width: 100% !important;
}

.ec-headerNav {
  width: 600px;
  display: inline-block;
}

.headerNavIcon {
  width: 20px !important;
}

.ec-cartNavi {
  position: absolute;
  min-width: auto !important;
  display: block !important;
  border-radius: 0px !important;
  padding: 4px 0 0 0 !important;
  height: auto !important;
  background-color: white !important;
}

.ec-headerNav__item {
  margin-right: 10px !important;
}

.ec-cartNavi__icon {
  font-size: 17px !important;
}

.ec-headerNaviRole {
  max-width: 1200px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.ec-layoutRole {
  max-width: 1200px;
  margin: 0 auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ec-itemNav {
  font-size: 1.3rem !important;
}

.ec-headerRole {
  padding-top: 0px !important;
}

.ec-itemNav__menu .btn--cart, .globalNav__menu .btn--cart {
  width: 17px !important;
}

.mainVisualWrapper {
  margin: 1em calc(50% - 50vw) !important;
}

.contentWrapper {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}

#footerWrapper {
  background-color: black;
  padding-top: 35px;
  color: white;
}

#footerWrapper ul {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 880px) {
  #footerWrapper ul {
    display: block;
    text-align: center;
  }
}

#footerWrapper ul li a {
  font-size: 0.9rem;
  color: white;
}

#footerWrapper .footer__corpLogo {
  width: 228px;
  height: 86px;
  margin: 0 auto 35px auto;
}

#footerWrapper .footer__copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 20px;
}

#footerWrapper .footer__snsWrapper{
  display: flex;
  max-width: 90px;
  margin: 0 auto 15px auto;
  justify-content: space-between;
}
#footerWrapper .footer__snsWrapper--insta{
  width: 30px;
}

#footerWrapper .footer__snsWrapper--youtube{
  width: 30px;
}

#indexNewsWrapper {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
}

@media screen and (max-width: 880px) {
  .ec-newItemRole .ec-newItemRole__list {
    display: block;
  }
}

@media screen and (max-width: 880px) {
  .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem {
    width: 90%;
    margin: 0 auto 40px auto;
  }
}

.ec-secHeading--tandem .ec-secHeading__en {
  font-weight: normal;
  font-family: 'Lora', serif;
}

.ec-layoutRole .ec-layoutRole__contents {
  display: block;
  padding-bottom: 120px;
}

@media screen and (max-width: 880px) {
  .ec-layoutRole .ec-layoutRole__contents {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.ec-blockBtn--action {
  background-color: transparent;
  border-color: #585858;
  color: #585858;
}

.ec-blockBtn--action:hover {
  background-color: #585858;
  border-color: #585858;
  color: white;
}

.ec-blockBtn--cancel {
  background-color: transparent;
  border-color: #585858;
  color: #585858;
}

.ec-blockBtn--cancel:hover {
  background-color: #585858 !important;
  border-color: #585858;
  color: white;
}

.ec-cartNaviIsset {
  padding-top: 50px;
  margin-top: 30px;
  position: absolute;
  top: 120px;
}

@media screen and (max-width: 880px) {
  .ec-cartNaviIsset {
    position: fixed;
    top: 30px;
  }
}

.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
  color: #585858;
}

.ec-blockBtn:hover {
  border-color: #585858 !important;
  color: white;
}

.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action:hover {
  background-color: #585858;
  border-color: #585858;
  color: white;
}

.ec-cartNaviIsset::before {
  display: none !important;
}

.ec-guest .ec-guest__actions a {
  color: #585858;
}

.ec-guest .ec-guest__actions a:hover {
  color: white;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
  background-color: #585858;
}

.cartNaviIsset__closeBtn {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.cartNaviIsset__closeBtn img {
  width: 100%;
}

.ec-inlineBtn--action {
  color: #585858;
  background-color: transparent;
  border: 1px solid #585858;
}

.ec-progress .is-complete .ec-progress__number {
  background-color: #999999;
}

.ec-progress .is-complete .ec-progress__label {
  color: #999999;
}

.ec-productRole .ec-productRole__price {
  color: #999999;
}

.ec-productRole {
  font-size: 1.4rem;
}

.ec-topicpath {
  color: #444444;
}

@media screen and (max-width: 880px) {
  .ec-inlineBtn--cancel {
    margin-bottom: 10px;
  }
}

.ec-role {
  font-size: 1.4rem;
}

.ec-shelfGrid__item .product_name {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.ec-shelfGrid__item .ec-numberInput {
  font-size: 1.2rem;
}

.ec-shelfGrid__item .form-group {
  display: none;
}

.ec-zipInputHelp span {
  color: #585858;
}

.ec-link {
  text-decoration: underline;
  color: #585858;
}
