@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, main {
  display: block;
}

body {
  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;
}

@media print, screen and (max-width: 767px) {
  #wrap {
    overflow: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.header-news {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 30px;
  background-color: #A50D08;
  color: #fff;
  font-size: 1.2rem;
}
.header-news:hover {
  text-decoration: none;
  color: #fff;
}

.sp-header__logo--main {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 120px;
  margin: auto;
}
.sp-header__logo--main--text {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #575767;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media print, screen and (max-width: 768px) {
  .sp-header__logo--main img {
    width: 75%;
  }
}

.ec-headerNavSP {
  top: 10px;
  transition: 0.5s;
}
.ec-headerNavSP.fixed {
  top: 10px;
}
@media print, screen and (max-width: 768px) {
  .ec-headerNavSP .fa-bars {
    transform: scale(1, 0.5);
    width: 26px;
    left: 7px;
    top: 5px;
  }
}
.ec-headerNavSP .fa-bars:before {
  content: "";
  display: flex;
  flex-direction: column;
  width: 26px;
  height: 14px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.ec-headerNavSP .fa-bars:after {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  border-bottom: 4px solid #000;
  margin-top: 7px;
}

.ec-drawerRoleClose .fa-times {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.ec-drawerRoleClose .fa-times:before, .ec-drawerRoleClose .fa-times:after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  border-bottom: 4px solid #000;
  position: absolute;
}
.ec-drawerRoleClose .fa-times:before {
  transform: rotate(45deg);
}
.ec-drawerRoleClose .fa-times:after {
  transform: rotate(-45deg);
}

.pc-header-top {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc-header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    background-color: #F6F6F6;
  }
}
.pc-header-top__item {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .pc-header-top__item .ec-cartNavi__badge {
    width: 16px;
    height: 16px;
    background-color: #A50D08;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 10px;
  }
}
.pc-header-top__login {
  display: flex;
  align-items: center;
}
.pc-header-top__login__item {
  display: flex;
}
.pc-header-top__login__item + .pc-header-top__login__item:before {
  content: "";
  display: block;
  border-left: 1px solid #1A1A1A;
  margin-left: 10px;
  margin-right: 10px;
}

.pc-header {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
  }
}
.pc-header__logo--main {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pc-header__logo--main--text {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  color: #575767;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.pc-header__main {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.pc-header__main__item-v1 {
  padding-right: 60px;
}
.pc-header__main__item-v2 {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.pc-header__main__item-v2__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pc-header__main__item-v2--icon {
  display: block;
  height: 36px;
}
.pc-header__main__item-v2--icon img {
  height: 100%;
}
.pc-header__main__item-v2--text {
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 6px;
}
.pc-header__main__item--mypage {
  background-color: #5B0300;
}
.pc-header__main__item--cart {
  background-color: #A50D08;
}
.pc-header__main__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.pc-header__main__list__item {
  font-size: 1.5rem;
  position: relative;
}
.pc-header__main__list__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #A50D08;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.pc-header__main__list__item:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.pc-header__nav {
  display: flex;
}
.pc-header__nav__item {
  display: flex;
  align-items: center;
  height: 100px;
}
.pc-header__nav__item + .pc-header__nav__item {
  margin-left: 80px;
}
.pc-header__nav__link {
  color: #A50D08;
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
.pc-header__child-nav {
  display: none;
  position: absolute;
  top: 100px;
  background-color: #A50D08;
  z-index: 100;
}
.pc-header__child-nav__item {
  position: relative;
}
.pc-header__child-nav__item + .pc-header__child-nav__item {
  border-top: 1px solid #fff;
}
.pc-header__child-nav__item ul {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
  z-index: 100;
  background-color: #A50D08;
  color: #fff;
  white-space: nowrap;
}
.pc-header__child-nav__link {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.pc-header__child-nav__link:before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.pc-header__child-nav__link:hover {
  color: #fff;
}
.pc-header.pc-header-js {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
.pc-header a:hover {
  text-decoration: none;
}

.ec-headerNaviRole {
  max-width: 100%;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .ec-headerNaviRole {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: 40px;
  }
}
@media print, screen and (max-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: 100%;
    margin-left: 15px;
  }
}
@media print, screen and (max-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__nav {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__nav a {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 768px) {
  .ec-headerNaviRole .ec-headerNav {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 768px) {
  .ec-headerNaviRole .ec-headerNav .ec-headerNav__item {
    font-size: inherit;
  }
}

.ec-headerNav .ec-headerNav__itemIcon,
.ec-cartNavi .ec-cartNavi__icon {
  color: #ccc;
}

.ec-headerNav .ec-cartNavi__badge {
  background-color: #A50D08;
}
@media print, screen and (min-width: 768px) {
  .ec-headerNav .ec-headerNav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (max-width: 768px) {
  .ec-headerNav .ec-headerNav__item .fa-user:before {
    content: "";
    background-image: url(../img/common/icon_mypage_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 21px;
    aspect-ratio: 1/1;
  }
}
@media print, screen and (max-width: 768px) {
  .ec-headerNav .ec-headerNav__item .icon-fav:before {
    content: "";
    background-image: url(../img/common/icon_favorite_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 23px;
    aspect-ratio: 23/21;
  }
}

@media print, screen and (max-width: 768px) {
  .ec-headerRole__cart .icon-cart:before {
    content: "";
    background-image: url(../img/common/icon_cart_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    aspect-ratio: 25/23;
    transform: scale(-1, 1);
  }
}
@media print, screen and (max-width: 768px) {
  .ec-headerRole__cart .ec-cartNavi {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .ec-cartNavi .ec-cartNavi__label {
    display: flex;
    align-items: center;
  }
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color: #E6E6E6;
  color: #333333;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
  border-top: 6px solid #333333;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
  color: #333333;
}

.ec-headerSearch .ec-headerSearch__keyword {
  background-color: #E6E6E6;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__keyword {
    border: 1px solid #E6E6E6;
  }
}
@media print, screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__keyword:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #cccccc;
  }
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search]::placeholder {
  color: #333333;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
  right: 20px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  color: #A50D08;
}

.ec-drawerRole {
  background-color: #F6F6F6;
}
.ec-drawerRole .ec-headerLinkArea {
  background-color: #F6F6F6;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  color: #A50D08;
}
.ec-drawerRole .ec-headerLinkArea .fa-shopping-cart:before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_cart_nav.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 20px;
}
.ec-drawerRole .ec-headerLinkArea .fa-lock:before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_lock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
}
.ec-drawerRole .ec-headerLinkArea .fa-heart:before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_heart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
}
.ec-drawerRole .ec-headerLinkArea .fa-home:before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
}

.footer {
  display: block;
  width: 100%;
  background-color: #fff;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}
.footer-logo {
  display: block;
  margin-bottom: 18px;
}
.footer__head {
  display: flex;
  padding: 40px 20px;
}
@media print, screen and (max-width: 768px) {
  .footer__head {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__head {
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (max-width: 768px) {
  .footer__head__sitename {
    margin-top: 50px;
  }
}
.footer__head__sitename__address {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .footer__head__bottom {
    max-width: 494px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__head__link {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer__head__link__item {
    width: 100%;
    display: block;
  }
}
@media print, screen and (max-width: 768px) {
  .footer__head__link__item + .footer__head__link__item {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__head__link__item:nth-of-type(n+5) {
    margin-top: 18px;
  }
}
.footer-sns {
  display: block;
  width: 100%;
  padding: 20px 20px 0;
  background-color: #F6F6F6;
}
.footer-sns__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .footer-sns__box {
    gap: 40px;
  }
}
.footer-sns__box-v2 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .footer-sns__box-v2 {
    gap: 40px;
  }
}
.footer-sns__item {
  max-width: 40px;
  width: 100%;
  display: block;
  flex: none;
}
.footer-sns__item img {
  flex: none;
}
.footer__copy {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #F6F6F6;
  font-family: "Lato", "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}

@media print, screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

.wrap-v1 {
  max-width: 1150px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .wrap-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section-v1 {
  display: block;
  margin-top: 120px;
}
.section-v2 {
  display: block;
  margin-top: 60px;
}

.common-box-v1 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.common-box-v2 {
  display: flex;
  justify-content: space-between;
  background-color: #F6F6F6;
}
@media print, screen and (max-width: 768px) {
  .common-box-v2 {
    flex-direction: column-reverse;
  }
}
.common-box-v2-re {
  display: flex;
  justify-content: space-between;
  background-color: #F6F6F6;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 768px) {
  .common-box-v2-re {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .common-box-v2__item {
    width: 50%;
  }
}
@media print, screen and (max-width: 768px) {
  .common-box-v2__item + .common-box-v2__item {
    margin-bottom: 50px;
  }
}
.common-box-v3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.common-box-v4 {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .common-box-v4 {
    justify-content: space-between;
  }
}
.common-box-v4__item {
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  .common-box-v4__item {
    width: 22%;
    max-width: 260px;
  }
}
@media print, screen and (min-width: 768px) {
  .common-box-v4__item + .common-box-v4__item {
    margin-left: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .common-box-v4__item:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .common-box-v4__item:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .common-box-v4__item:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
.common-box-v4__item--img {
  display: block;
  border: 1px solid #CFCFCF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}
.common-box-v4__item--img img {
  display: block;
  flex: none;
  margin: auto;
  max-width: 100%;
}
.common-box-v4__item--text-v1 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 14px;
}
.common-box-v4__item--text-v2 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  line-height: 1.7;
}

.common-bg-v1 {
  width: 100%;
  background-color: #F6F6F6;
  padding: 20px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media print, screen and (min-width: 768px) {
  .common-bg-v1 {
    padding: 40px;
  }
}

.common-text-small {
  font-size: 0.8em;
}
.common-text-deco {
  text-decoration: underline;
}
.common-text-v1 {
  text-align: center;
  color: #A50D08;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
}
@media print, screen and (min-width: 768px) {
  .common-text-v1 {
    font-size: 5rem;
  }
}
.common-text-v2 {
  font-size: 3rem;
  margin-bottom: 30px;
}
.common-text-v3 {
  font-size: 1.5rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .common-text-v3 {
    line-height: 2.6;
  }
}
.common-text-v4 {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .common-text-v4 {
    font-size: 2.4rem;
  }
}
.common-text-v5 {
  display: block;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  padding-bottom: 30px;
  border-bottom: 1px dotted #C9C9C9;
  margin-bottom: 60px;
}
.common-text-v6 {
  font-size: 1.5rem;
  line-height: 2.6;
}
.common-text-v7 {
  font-weight: 300;
  color: #A50D08;
}
@media print, screen and (min-width: 768px) {
  .common-text-v7 {
    font-size: 3rem;
  }
}
.common-text-v8 {
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .common-text-v8 {
    font-size: 3rem;
  }
}
.common-text-v9 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.common-text-v10 {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 300;
}
.common-text-v11 {
  display: block;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  padding-bottom: 30px;
  border-bottom: 1px dotted #C9C9C9;
  margin-bottom: 0;
}
.common-text-v12 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}
.common-text-v13 {
  font-size: 1.2rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .common-text-v13 {
    line-height: 2.6;
  }
}
.common-text-center {
  text-align: center;
}
.common-text-light {
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  .common-tel {
    pointer-events: none;
  }
}

.common-btn-v1 {
  background-color: #A50D08;
  color: #fff;
}

.js-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

.modal-area {
  width: 50%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 101;
}
.modal-area p {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .modal-area p {
    margin-bottom: 50px;
  }
}

.link-blank__box {
  display: flex;
  justify-content: center;
}

.link-blank-btn {
  display: block;
  border: 1px solid;
  padding: 10px;
  transition: 0.5s;
  cursor: pointer;
  width: 100px;
}
@media print, screen and (min-width: 768px) {
  .link-blank-btn:hover {
    opacity: 0.5;
  }
}
.link-blank-btn + .link-blank-btn {
  margin-left: 40px;
}

.u-mb0 {
  margin-bottom: 0px !important;
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.u-mb105 {
  margin-bottom: 105px !important;
}
.u-mb110 {
  margin-bottom: 110px !important;
}
.u-mb115 {
  margin-bottom: 115px !important;
}
.u-mb120 {
  margin-bottom: 120px !important;
}
.u-mb125 {
  margin-bottom: 125px !important;
}
.u-mb130 {
  margin-bottom: 130px !important;
}
.u-mb135 {
  margin-bottom: 135px !important;
}
.u-mb140 {
  margin-bottom: 140px !important;
}
.u-mb145 {
  margin-bottom: 145px !important;
}
.u-mb150 {
  margin-bottom: 150px !important;
}
.u-mb155 {
  margin-bottom: 155px !important;
}
.u-mb160 {
  margin-bottom: 160px !important;
}
.u-mb165 {
  margin-bottom: 165px !important;
}
.u-mb170 {
  margin-bottom: 170px !important;
}
.u-mb175 {
  margin-bottom: 175px !important;
}
.u-mb180 {
  margin-bottom: 180px !important;
}
.u-mb185 {
  margin-bottom: 185px !important;
}
.u-mb190 {
  margin-bottom: 190px !important;
}
.u-mb195 {
  margin-bottom: 195px !important;
}
.u-mb200 {
  margin-bottom: 200px !important;
}
.u-mb205 {
  margin-bottom: 205px !important;
}
.u-mb210 {
  margin-bottom: 210px !important;
}
.u-mb215 {
  margin-bottom: 215px !important;
}
.u-mb220 {
  margin-bottom: 220px !important;
}
.u-mb225 {
  margin-bottom: 225px !important;
}
.u-mb230 {
  margin-bottom: 230px !important;
}
.u-mb235 {
  margin-bottom: 235px !important;
}
.u-mb240 {
  margin-bottom: 240px !important;
}
.u-mb245 {
  margin-bottom: 245px !important;
}
.u-mb250 {
  margin-bottom: 250px !important;
}
.u-mb255 {
  margin-bottom: 255px !important;
}
.u-mb260 {
  margin-bottom: 260px !important;
}
.u-mb265 {
  margin-bottom: 265px !important;
}
.u-mb270 {
  margin-bottom: 270px !important;
}
.u-mb275 {
  margin-bottom: 275px !important;
}
.u-mb280 {
  margin-bottom: 280px !important;
}
.u-mb285 {
  margin-bottom: 285px !important;
}
.u-mb290 {
  margin-bottom: 290px !important;
}
.u-mb295 {
  margin-bottom: 295px !important;
}
.u-mb300 {
  margin-bottom: 300px !important;
}
.u-mb305 {
  margin-bottom: 305px !important;
}
.u-mb310 {
  margin-bottom: 310px !important;
}
.u-mb315 {
  margin-bottom: 315px !important;
}
.u-mb320 {
  margin-bottom: 320px !important;
}
.u-mb325 {
  margin-bottom: 325px !important;
}
.u-mb330 {
  margin-bottom: 330px !important;
}
.u-mb335 {
  margin-bottom: 335px !important;
}
.u-mb340 {
  margin-bottom: 340px !important;
}
.u-mb345 {
  margin-bottom: 345px !important;
}
.u-mb350 {
  margin-bottom: 350px !important;
}
.u-mb355 {
  margin-bottom: 355px !important;
}
.u-mb360 {
  margin-bottom: 360px !important;
}
.u-mb365 {
  margin-bottom: 365px !important;
}
.u-mb370 {
  margin-bottom: 370px !important;
}
.u-mb375 {
  margin-bottom: 375px !important;
}
.u-mb380 {
  margin-bottom: 380px !important;
}
.u-mb385 {
  margin-bottom: 385px !important;
}
.u-mb390 {
  margin-bottom: 390px !important;
}
.u-mb395 {
  margin-bottom: 395px !important;
}
.u-mb400 {
  margin-bottom: 400px !important;
}
.u-mb405 {
  margin-bottom: 405px !important;
}
.u-mb410 {
  margin-bottom: 410px !important;
}
.u-mb415 {
  margin-bottom: 415px !important;
}
.u-mb420 {
  margin-bottom: 420px !important;
}
.u-mb425 {
  margin-bottom: 425px !important;
}
.u-mb430 {
  margin-bottom: 430px !important;
}
.u-mb435 {
  margin-bottom: 435px !important;
}
.u-mb440 {
  margin-bottom: 440px !important;
}
.u-mb445 {
  margin-bottom: 445px !important;
}
.u-mb450 {
  margin-bottom: 450px !important;
}
.u-mb455 {
  margin-bottom: 455px !important;
}
.u-mb460 {
  margin-bottom: 460px !important;
}
.u-mb465 {
  margin-bottom: 465px !important;
}
.u-mb470 {
  margin-bottom: 470px !important;
}
.u-mb475 {
  margin-bottom: 475px !important;
}
.u-mb480 {
  margin-bottom: 480px !important;
}
.u-mb485 {
  margin-bottom: 485px !important;
}
.u-mb490 {
  margin-bottom: 490px !important;
}
.u-mb495 {
  margin-bottom: 495px !important;
}
.u-mb500 {
  margin-bottom: 500px !important;
}

html {
  font-size: 62.5%;
  /*10px*/
}
html.large-font {
  font-size: 70%;
}

body {
  text-align: left;
  color: #333333;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  word-wrap: break-word;
  font-feature-settings: palt;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  a:hover {
    opacity: 0.5;
  }
}

/*-----------------------------------------
TOP
-----------------------------------------*/
.index-page__lu__item {
  width: 25%;
}
.index-page__lu__item img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.index-page__news {
  max-width: calc(610px + 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.index-page__news__item {
  display: block;
}
.index-page__news__item + .index-page__news__item {
  margin-top: 14px;
}
.index-page__news__item--box {
  display: flex;
  align-items: baseline;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .index-page__news__item--box {
    flex-wrap: wrap;
  }
}
.index-page__news__item--time {
  display: block;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #C1C1C1;
  max-width: 75px;
}
.index-page__news__item--cat {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  width: 50px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #A50D08;
  margin-left: 20px;
  margin-right: 20px;
}
.index-page__news__item__acc {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .index-page__news__item__acc {
    width: calc(100% - (50px + 75px));
  }
}
.index-page__news__item--text {
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .index-page__news__item--text {
    width: 100%;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-page__news__item--text {
    cursor: pointer;
    transition: opacity 0.5s;
  }
}
@media print, screen and (min-width: 768px) {
  .index-page__news__item--text:hover {
    opacity: 0.5;
  }
}
.index-page__news__item--text:after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_arrow01.svg);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><g fill="%23000"><path d="M1 15a14 14 0 0 0 23.9 9.9A14 14 0 1 0 5.1 5.1 13.908 13.908 0 0 0 1 15m-1 0a15 15 0 1 1 15 15A15 15 0 0 1 0 15Z" /><path d="m10 6.432 9.284 8.284L10 23l5.625-8.284Z" /></g></svg>');
  width: 30px;
  height: 30px;
  margin-left: 10px;
  flex: none;
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.index-page__news__item--text.active:after {
  transform: rotate(-90deg);
}
.index-page__news__item__content {
  display: none;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.index-page__news__item__content--link {
  display: inline-flex;
  margin-top: 20px;
  text-decoration: underline;
  color: #A50D08;
}

.front_page .ec-headerNavSP {
  top: 60px;
}
.front_page .ec-headerNavSP.fixed {
  top: 10px;
}
@media print, screen and (max-width: 768px) {
  .front_page .common-box-v2__item + .common-box-v2__item {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 768px) {
  .front_page .slick-slide .common-box-v3 {
    padding-top: 0;
  }
}
.front_page .slick-slide .common-text-v12 {
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .main_visual_slide__item {
    display: flex;
    align-items: center;
    height: 360px;
  }
}
.main_visual_slide__item img {
  object-fit: cover;
}
.main_visual_slide__box {
  position: absolute;
}
@media print, screen and (max-width: 768px) {
  .main_visual_slide__box {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .main_visual_slide__box {
    right: 160px;
  }
}
.main_visual_slide__text {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .main_visual_slide__text {
    letter-spacing: 0.2em;
    text-align: right;
  }
}
.main_visual_slide__text-v1 {
  color: #E983C8;
}
.main_visual_slide__link {
  color: #fff;
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  max-width: 260px;
  width: 100%;
  height: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .main_visual_slide__link {
    margin-right: auto;
  }
}
.main_visual_slide__link:before {
  content: "";
  display: block;
  background-image: url(/html/user_data/assets/img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  position: absolute;
  left: 20px;
}
@media print, screen and (min-width: 768px) {
  .main_visual_slide__link:hover {
    transition: 0.5s;
  }
}
.main_visual_slide__link + .main_visual_slide__link {
  margin-top: 10px;
}
.main_visual_slide__link-v1 {
  background-color: #E983C8;
  border: 1px solid #E983C8;
}
@media print, screen and (min-width: 768px) {
  .main_visual_slide__link-v1:hover {
    color: #E983C8;
    background-color: #fff;
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .main_visual_slide__link-v1:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.284" height="16.568"><path d="m0 0 9.284 8.284L0 16.568l5.625-8.284Z" fill="%23E983C8" /></svg>');
  }
}
.main_visual_slide__link-v2 {
  background-color: #54691B;
  border: 1px solid #54691B;
}
@media print, screen and (min-width: 768px) {
  .main_visual_slide__link-v2:hover {
    color: #54691B;
    background-color: #fff;
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .main_visual_slide__link-v2:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.284" height="16.568"><path d="m0 0 9.284 8.284L0 16.568l5.625-8.284Z" fill="%2354691B" /></svg>');
  }
}

.product_page .ec-modal-wrap .ec-role {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.product_page .ec-modal-wrap .ec-role:after {
  display: none;
}
.product_page .ec-modal-wrap .ec-inlineBtn--cancel,
.product_page .ec-modal-wrap .ec-inlineBtn--action {
  width: 160px;
}
@media print, screen and (max-width: 768px) {
  .product_page .ec-shelfGrid .ec-shelfGrid__item-image {
    height: 120px;
  }
}
@media print, screen and (max-width: 768px) {
  .product_page .ec-shelfGrid .ec-blockBtn--action {
    padding: 0;
    font-size: 1.2rem;
  }
}

@media print, screen and (max-width: 768px) {
  #page_product_detail .slick-slider {
    margin-bottom: 0;
  }
}

/*-----------------------------------------
/products/detail/内のフリーエリア
-----------------------------------------*/
.free-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .free-area {
    gap: 40px;
  }
}
.free-area img {
  display: block;
  width: 100%;
}
.free-area h2 {
  text-align: center;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 768px) {
  .free-area h2 {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .free-area h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.free-area p small {
  font-size: 1.2rem;
  line-height: 1.6;
  display: block;
}
.free-area iframe {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .free-area iframe {
    margin-bottom: 30px;
  }
}
.free-area ol {
  counter-reset: number 0;
}
.free-area ol li {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.free-area ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 5px;
  color: #6fbbb9;
}
.free-area ol li + li {
  margin-top: 10px;
}
@media print, screen and (max-width: 768px) {
  .free-area div + iframe,
.free-area div + div {
    margin-top: 30px;
  }
}
.free-area-col2 {
  display: flex;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .free-area-col2 {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .free-area-col2 {
    justify-content: space-between;
  }
}
.free-area-col2 p, .free-area-col2 img {
  display: block;
  flex: none;
}
@media print, screen and (min-width: 768px) {
  .free-area-col2 p {
    width: 60%;
  }
}
@media print, screen and (max-width: 768px) {
  .free-area-col2 img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .free-area-col2 img {
    width: 38%;
  }
}
.free-area-col3 {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .free-area-col3 {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .free-area-col3 {
    gap: 3%;
  }
}
.free-area-col3 div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media print, screen and (min-width: 768px) {
  .free-area-col3 div {
    width: 30%;
    gap: 10px;
  }
}
@media print, screen and (max-width: 768px) {
  .free-area-col3 div + div {
    margin-top: 30px;
  }
}
.free-area-col3 h2 {
  color: #6fbbb9;
  line-height: 1.5;
  margin-bottom: 0;
}
.free-area-col3 p {
  line-height: 1.5;
}
.free-area-col3 p span {
  color: #6fbbb9;
}
.free-area-col3 .img {
  border-radius: 10px;
  overflow: hidden;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .free-area-col3 .img {
    width: 90%;
  }
}
.free-area-col3 .img img {
  display: block;
  flex: none;
}
.free-area-toggle {
  border-top: 1px solid #B4B4B4;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.free-area-toggle h2 {
  display: block;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 0;
  text-align: left;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .free-area-toggle h2 {
    transition: 0.5s;
  }
}
@media print, screen and (min-width: 768px) {
  .free-area-toggle h2:hover {
    opacity: 0.5;
  }
}
.free-area-toggle h2:before, .free-area-toggle h2:after {
  content: "";
  display: block;
  background-color: #B4B4B4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.free-area-toggle h2:before {
  right: 10px;
  width: 20px;
  height: 2px;
}
.free-area-toggle h2:after {
  right: 19px;
  width: 2px;
  height: 20px;
  transition: 0.5s;
}
.free-area-toggle h2.is-active:after {
  transform: rotate(90deg) translateY(-50%);
  transform-origin: top;
}
.free-area-toggle h2 + div {
  display: none;
  padding: 10px;
}
.free-area-toggle p {
  line-height: 1.5;
}
.free-area-toggle img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.free-area-step {
  background-color: #fff;
  padding: 15px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .free-area-step {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.free-area-step p {
  background-color: #F6F6F6;
  text-align: center;
  padding: 10px;
  width: 100%;
  font-size: 1.4rem;
  position: relative;
}
.free-area-step p.accent {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.free-area-step p.accent span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media print, screen and (max-width: 768px) {
  .free-area-step p + p {
    margin-top: 10px;
  }
}
.free-area-step p + p:before {
  content: "";
  display: block;
  background-color: #aaa;
  position: absolute;
}
@media print, screen and (max-width: 768px) {
  .free-area-step p + p:before {
    width: 2px;
    height: 10px;
    top: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .free-area-step p + p:before {
    width: 10px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
  }
}
.free-area .accent {
  display: block;
  padding: 5px;
  color: #fff;
  background-color: #D58C89;
  border: 1px solid #D58C89;
  text-align: center;
}
.free-area .center {
  text-align: center;
}
.free-area .right {
  text-align: right;
}
.free-area .left {
  text-align: left;
}

/*-----------------------------------------
テンプレ
-----------------------------------------*/
.template-area {
  display: block;
  padding-top: 100px;
}
.template-area + .template-area {
  margin-top: 50px;
}
.template-area__title-v1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.template-area .free-area + .template-area__title-v1 {
  margin-top: 40px;
}
.template-area pre {
  display: block;
  width: 70%;
  padding: 10px;
  border: 1px solid #000;
}
.template-area pre code {
  display: block;
  line-height: 1.5;
}

.ec-sliderRole {
  max-width: 1000px;
}

.slick-dots li,
.slick-dots li button {
  width: 60px;
  height: 2px;
}

.slick-dots li button:before {
  width: 60px;
  height: 2px;
  background-color: #DFDFDF;
  border-radius: 0;
}

.slick-dots li.slick-active button:before {
  background-color: #A50D08;
}

@media print, screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__tags {
    margin-top: 5px;
    padding-bottom: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .ec-formarea {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .ec-formarea form {
    width: calc(50% - 10px);
  }
}
@media print, screen and (min-width: 768px) {
  .ec-formarea .ec-productRole__btn {
    width: 100%;
    min-width: 100px;
  }
}

@media print, screen and (max-width: 768px) {
  .form-group {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 768px) {
  .form-group #shopping_order_card_exp_month,
.form-group #shopping_order_card_exp_year {
    width: 20%;
  }
}
.form-group #shopping_order_card_owner {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
  height: 40px;
  margin-bottom: 10px;
}

.ec-productRole .ec-productRole__price {
  color: #525263;
}
@media print, screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__price {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .ec-price .ec-price__tax {
    font-size: 1.5rem;
    font-weight: 300;
  }
}

.ec-price .ec-price__price {
  font-size: 1.8rem;
}

.ec-blockBtn--action {
  background-color: #D58C89;
  border: 1px solid #D58C89;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transition: 0.5s;
  height: 40px;
  line-height: 40px;
}
@media print, screen and (min-width: 768px) {
  .ec-blockBtn--action:before {
    content: "";
    display: block;
    background-image: url(/html/user_data/assets/img/common/icon_cart_in.svg);
    background-repeat: no-repeat;
    width: 27px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
}
.ec-blockBtn--action:hover {
  background-color: #D58C89;
  border: 1px solid #D58C89;
  opacity: 0.5;
}
.ec-blockBtn--action.comfirm-btn, .ec-blockBtn--action.next-btn {
  background-color: #D58C89;
}

.ec-blockBtn--cancel {
  background-color: #1A1A1A;
  border: 1px solid #1A1A1A;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transition: 0.5s;
  height: 40px;
  line-height: 40px;
}
.ec-blockBtn--cancel:before {
  content: "";
  display: block;
  background-image: url(/html/user_data/assets/img/common/icon_fav.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}
.ec-blockBtn--cancel:hover {
  opacity: 0.5;
}

.ec-layoutRole__contents {
  margin-top: 0;
}

body.front_page .ec-layoutRole__contents {
  margin-top: 0;
}

.ec-role {
  max-width: calc(1150px + 40px);
}

.ec-pageHeader h1 {
  display: block;
  letter-spacing: 0.05em;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  font-size: 2rem;
  border: none;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .ec-pageHeader h1 {
    font-size: 2.8rem;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #C9C9C9;
  }
}

@media print, screen and (min-width: 768px) {
  .ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .ec-grid3 .ec-grid3__cell2 {
    width: calc(100% - 36%);
  }
}

@media print, screen and (min-width: 768px) {
  .ec-grid3 .ec-grid3__cell {
    width: 36%;
  }
}

.ec-login {
  margin-right: 0;
  margin-left: 0;
}

.ec-guest {
  margin-right: 0;
  padding: 32px;
}
@media print, screen and (min-width: 768px) {
  .ec-guest {
    margin-left: 40px;
  }
}

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel,
.ec-cartRole .ec-cartRole__totalAmount,
.ec-progress .is-complete .ec-progress__label {
  color: #A50D08;
}

.ec-progress .ec-progress__number,
.ec-progress .ec-progress__item:after {
  background: #cccccc;
}

.ec-alert-warning,
.ec-cartNavi .ec-cartNavi__badge,
.ec-progress .is-complete .ec-progress__number {
  background: #A50D08;
}

@media print, screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__actions {
    max-width: 350px;
    width: 100%;
  }
}

.ec-orderPayment,
.ec-orderConfirm {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .ec-orderPayment,
.ec-orderConfirm {
    margin-top: 60px;
  }
}

.ec-rectHeading {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .ec-totalBox .ec-totalBox__taxRate {
    font-size: 1.6rem;
  }
}

.ec-totalBox .ec-totalBox__paymentTotal {
  padding-bottom: 0;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin-left: 0;
  }
}

.ec-borderedDefs {
  margin-top: 60px;
}

.ec-withdrawRole .ec-withdrawRole__title,
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title,
.ec-reportHeading h1, .ec-reportHeading h2, .ec-reportHeading h3, .ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .ec-withdrawRole .ec-withdrawRole__title,
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title,
.ec-reportHeading h1, .ec-reportHeading h2, .ec-reportHeading h3, .ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
    font-size: 3rem;
  }
}

.ec-withdrawRole .ec-withdrawRole__description,
.ec-withdrawRole .ec-withdrawRole__title,
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
  margin-bottom: 60px;
}

.ec-totalBox .ec-totalBox__pointBlock {
  margin-bottom: 20px;
}

.ec-navlistRole .ec-navlistRole__item.active {
  background-color: #A50D08;
}
.ec-navlistRole .ec-navlistRole__item.active a {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .ec-topicpath {
    display: flex;
    justify-content: flex-end;
  }
}

.price02-default {
  color: #525263;
  font-size: 2rem;
  line-height: 1.45;
}

.ec-productRole__actions {
  margin-top: 10px;
}

.comfirm-btn {
  background-color: #A50D08;
  color: #fff;
  margin-top: 60px;
}

.next-btn {
  background-color: #A50D08;
  color: #fff;
}

.not-before::before {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .pc-nav .ec-navlistRole {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .sp-nav {
    display: block;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav .ec-navlistRole__navlist {
  flex-direction: column;
  margin-bottom: 0;
}
.sp-nav .ec-navlistRole .ec-navlistRole__item {
  width: 100%;
}
.sp-nav .ec-welcomeMsg {
  display: none;
}