
/* カスタマイズ用CSS */
a {
  transition: opacity .3s;
}
a:hover {
  opacity: .7;
}

.ec-layoutRole .ec-layoutRole__contents {
  margin-top: 0;
}
.ec-layoutRole {
  background-image: url(/html/template/default/assets/img/common/main_bg.jpg); 
  background-size: cover;
  background-attachment: fixed;
}
.ec-headerNaviRole {
  padding-bottom: 10px;
}
.ec-headerRole {
  padding-bottom: 40px;
}
.ec-layoutRole__header {
  background-image: url(/html/template/default/assets/img/common/header_bg.png); 
  background-size: 20px;
  background-color: #1F2998;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.ec-headerNav .ec-headerNav__itemIcon {
  color: #ffffff;
}
.ec-headerNav .ec-headerNav__itemLink {
  color: #ffffff;
}
.ec-itemNav__nav > li:hover > a {
  background-color: unset;
}
.ec-itemNav__nav li a {
  color: #ffffff;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color: #FFF;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
  color: #000000;
  padding-left: 12px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  border-top: 6px solid #000000;
}
.ec-headerTitle .ec-headerTitle__title h1 {
  width: fit-content;
  margin: 0 auto;
}
.ec-eyecatchRole {
  display: block;
}
.ec-eyecatchRole__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ec-eyecatchRole .ec-eyecatchRole__intro {
  padding: 0;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription {
  text-align: center;
}
.ec-blockBtn--top {
  width: 260px;
}
.ec-eyecatchRole .ec-eyecatchRole__image {
  max-width: 800px;
  height: auto;
  order: unset;
}
.ec-itemNav__nav li a {
  background-color: inherit;
}
.ec-headerTitle__title img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.ec-headerTitle .ec-headerTitle__title > h1 a {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 4px;
  /* width: max-content; */
  margin: 0 auto;
}
.ec-headerTitle__main {
  font-size: 32px;
  color: #333333;
}
.ec-headerTitle__main > span {
  font-size: 20px;
  margin-right: 8px;
}
.ec-headerTitle__sub {
  font-size: 18px;
  color: #254d80;
}
.ec-sliderRole {
  padding: 0;
}
.ec-newsRole__news {
  border: 12px solid #F8F8F8;
  padding: 4px 12px;
}
.ec-blockTopBtn {
  width: 40px;
}
.slick-dots li button:before {
  opacity: .5;
  background-color: #1A4278;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #08274D;
}

.ec-footerTitle {
  padding-bottom: 0;
}
.ec-footerTitle .ec-footerTitle__add {
  font-size: 12px;
  padding: 32px 0 16px;
}
@media screen and (max-width: 768px) {
  .ec-cartNavi {
      color: #ffffff;
  }
  .ec-headerRole {
      padding-bottom: 30px;
  }
  .ec-headerTitle__title img {
      max-width: 200px;
  }
  .ec-sliderRole {
      padding: 0;
      margin-bottom: 48px;
  }
  .ec-footerTitle .ec-footerTitle__add {
      font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi {
      padding: 12px 17px 10px 10px;
  }
  .ec-headerRole__cart {
      margin-left: 16px;
  }
}
@media only screen and (max-width: 1600px) {
  .ec-headerRole__cart {
    margin-left: 6px;
  }
  .ec-cartNavi .ec-cartNavi__icon {
    padding-top: 0;
  }
}

.ec-cartNavi {
  background-color: unset;
  padding: 0;
  min-width: 64px;
  justify-content: flex-start;
  align-items: baseline;
  height: unset;
  column-gap: 12px;
}
.fa-shopping-cart:before {
  color: #fff;
}
.ec-cartNavi .ec-cartNavi__price {
  color: #fff;
}

.ec-headerNaviRole__center {
  width: 245px;
}
@media only screen and (max-width: 1400px) {
  .ec-headerNaviRole__center {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .ec-headerNaviRole__center {
    width: 180px;
  }
}

.ec-headerNaviRole .ec-headerNaviRole__left,
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: calc(50% - 122.5px);
}

@media only screen and (max-width: 1400px) {
  .ec-headerNaviRole .ec-headerNaviRole__left,
  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(50% - 100px);
  }
}

  @media only screen and (max-width: 1199px) {
  .ec-headerNaviRole__right .ec-headerNav {
    display: none;
  }
  .ec-headerNaviRole__left .headerCat__nav {
    display: none;
  }
}

.headerCat__nav {
  display: flex;
  align-items: center;
  column-gap: 24px;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.headerCat__item a {
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: #fff;
}

.headerCat__item picture {
  height: 40px;
}

.ec-headerNaviRole {
  padding-block: 16px;
}

.headerUnder {
  width: 100%;
  background-color: #543608;
  border-top: 2px solid #fff;
}

.headerUnder__list {
  max-width: 1920px;
  margin-inline: auto;
  padding-left: min(6.25%, 120px);
  padding-right: min(6.25%, 120px);
  margin-bottom: 0;
  padding-block: 7px;
  display: flex;
  justify-content: flex-end;
  column-gap: 24px;
  list-style: none;
}
@media only screen and (max-width: 1600px) {
  .headerUnder__list {
    padding-left: min(6.25%, 40px);
    padding-right: min(6.25%, 40px);
  }
}
@media only screen and (max-width: 1400px) {
  .headerUnder__list {
    padding-left: min(6.25%, 20px);
    padding-right: min(6.25%, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .headerUnder {
    display: none;
  }
}

.headerUnder__item a {
  color: #fff;
  font-size: 16px;
}

.headerContact {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  margin-left: 24px;
}

.headerContact img {
  width: 20px;
}

@media only screen and (max-width: 1600px) {
  .headerContact {
    padding: 8px 16px;
    column-gap: 6px;
    font-size: 16px;
    margin-left: 12px;
  }
  
  .headerContact img {
    width: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .headerContact {
    display: none;
  }
}

.footerMain * {
  color: #fff;
}

.footerMain__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 88px;
  row-gap: 32px;
}

.footerMain__container{
  display: flex;
  flex-wrap: wrap;
  column-gap: 120px;
}

.footerMain__address{
  margin-bottom: 0;
}

.footerMain__logo{
  width: 337px;
}

.footerMain__tel {
  margin-top: 24px;
  font-size: 24px;
  font-family: var(--gothic);
  font-weight: 300;
}

.footerMain__fax {
  margin-top: 10px;
  font-family: var(--gothic);
  font-size: 20px;
  font-weight: 300;
}

.footerMain__info{
  margin-top: 20px;
  font-family: var(--gothic);
  font-weight: 300;
}

.footerNav {
  display: flex;
  column-gap: 56px;
}

.footerNav__label{
  font-size: 20px;
  font-weight: bold;
}

.footerNav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 8px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footerNav__item a {
  position: relative;
  padding-left: 1.2em;
}
.footerNav__item a::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footerContact {
  padding: 12px 24px;
  border: 1px solid #fff;
  font-size: 18px;
}

.footerBottom {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #fff;
}

.footerBottom * {
  color: #fff;
}

.footerBottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerBottom__copy {
  font-size: 12px;
}

.footerBottom__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 24px;
}

.main_visual .slick-list {
  overflow: visible;
}

.main_visual .slick-list .slick-track > .slick-slide {
  transition: opacity .3s;
}
.main_visual .slick-list .slick-track > .slick-slide:not(.slick-current) {
  opacity: .5;
}

.ec-headerNaviRole__search {
  margin-top: 24px;
}

.ec-headerSearch .ec-headerSearch__keyword {
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #fff;
  padding: 0;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-input {
  display: flex;
  align-items: center;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
  background-color: #B17111;
  width: 32px;
  height: 32px;
  display: block;
  align-items: center;
  justify-content: center;
  position: unset;
  transform: unset;
}

.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  padding: 0;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ec-itemNav__label {
  font-size: 18px;
  font-weight: bold;
  color: #B17111;
  border: 3px solid #B17111;
  text-align: center;
  padding-block: 4px;
  letter-spacing: normal;
}

.ec-layoutRole .ec-layoutRole__left {
  width: 200px;
  margin-left: -228px;
}
@media only screen and (max-width: 1400px) {
  .ec-layoutRole .ec-layoutRole__left {
    width: 200px;
    margin-left: 0;
  }
}
.ec-itemNav__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

.ec-itemNav__nav > li {
  text-align: left;
}

.ec-itemNav__nav li a {
  width: 200px;
  border-bottom: 2px dotted #333;
}

.ec-itemNav__nav > li a {
  padding: 8px 40px 8px 40px;
  color: #333;
  font-weight: 400;
  display: block;
  font-size: 18px;
  letter-spacing: normal;
  position: relative;
}

.ec-itemNav__nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ec-itemNav__nav ul a {
  padding-left: 48px;
}

.ec-itemNav__nav > li > a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/html/template/default/assets/img/common/itemNav-parent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  top: 14px;
}

.ec-itemNav__nav ul > li > a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/html/template/default/assets/img/common/itemNav-child.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 28px;
  top: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.paragraph {
  display: block;
}

.topTrivia {

}

.topTrivia__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 24px;
}

.topTrivia__main {
  width: 52.272728%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.topTrivia__img {
  width: 84%;
  display: block;
}

.topTrivia__title {
  background-color: #fff;
  position: relative;
  width: fit-content;
  margin: 0;
  padding: 20px 32px;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.5;
  margin-top: -100px;
  right: -55%;
}
.topTrivia__title .large {
  font-size: 20px;
}
.topTrivia__title .question {
  font-size: 36px;
  position: absolute;
  bottom: 6px;
  right: 32px;
  transform: rotate(20deg);
}

.topTrivia__title::before {
  content: "";
  display: block;
  width: 191px;
  height: 102px;
  border-left: 2.5px solid #CCB45E;
  border-bottom: 2.5px solid #CCB45E;
  position: absolute;
  bottom: -8px;
  left: -8px;
}
.topTrivia__title::after {
  content: "";
  display: block;
  width: 191px;
  height: 102px;
  border-right: 2.5px solid #CCB45E;
  border-top: 2.5px solid #CCB45E;
  position: absolute;
  top: -8px;
  right: -8px;
}

.topTrivia__body {
  width: 42.272728%;
}

.topTrivia__text {
  font-family: var(--gothic);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
}
.topTrivia__link {
  display: block;
  width: fit-content;
  margin-top: 24px;
  margin-left: auto;
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 0;
  padding: 12px 64px 12px 24px;
}
.topTrivia__link::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-color: rgba(204, 180, 94, .5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transform-origin: center center;
  transition: transform .3s;
  z-index: -1;
}
.topTrivia__link::after {
  content: "";
  width: 44px;
  height: 12px;
  background-image: url(/html/template/default/assets/img/common/link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  box-sizing: border-box;
  transition: right .3s;
}

.topTrivia__link:hover {
  opacity: 1;
}
.topTrivia__link:hover::before {
  transform: translateY(-50%) scale(0.7692);
}
.topTrivia__link:hover::after {
  right: 0;
}


.topEyecatch {
  margin-top: 72px;
  background: url(/html/template/default/assets/img/top/eyecatch_bg.png);
  background-size: cover;
  padding: 48px 24px;
}

.topEyecatch__link {
  display: block;
  width: fit-content;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 0;
  padding: 12px 64px 12px 24px;
}
.topEyecatch__link-circle::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-color: rgba(204, 180, 94, .5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transform-origin: center center;
  transition: transform .3s;
  z-index: -1;
}
.topEyecatch__link::after {
  content: "";
  width: 44px;
  height: 12px;
  background-image: url(/html/template/default/assets/img/common/link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  box-sizing: border-box;
  transition: right .3s;
}

.topEyecatch__link-circle:hover::before {
  transform: translateY(-50%) scale(0.7692);
}
.topEyecatch__link:hover {
  opacity: 1;
}
.topEyecatch__link:hover::after {
  right: 0;
}

.topEyecatchNavi__button {
  width: 100%;
  background-color: var(--b-color);
}
.topEyecatchNavi__link {
  font-size: 20px;
  color: #FFFF;
  margin-top: 0;
}
.topEyecatchNavi__link::after {
  background-image: url(/html/template/default/assets/img/common/link-arrow-white.svg);
}

.ec-eyecatchRole__introEnTitle {
  text-align: center;
  font-size: 24px;
}

.ec-eyecatchRole__introTitle {
  text-align: center;
  padding-inline: 20px;
  margin-top: 12px;
}
.ec-eyecatchRole__introTitle img {
  max-width: 316px;
}

.ec-eyecatchRole__image {
  margin-top: 32px;
}

.ec-eyecatchRole__introDescription {
  margin-top: 32px;
  text-align: center;
}

.topEyecatchNavi {
  overflow-x: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 280px);
  justify-content: start;
  grid-gap: 24px 20px;
}

.topEyecatchNavi__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  background-color: #fff;
  border: 3px solid;
  padding-top: 32px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.topEyecatchNavi__item:first-child {
  --b-color: #D09600;
  border-color: var(--b-color);
}
.topEyecatchNavi__item:nth-child(2) {
  --b-color: #3F8F00;
  border-color: var(--b-color);
}
.topEyecatchNavi__item:nth-child(3) {
  --b-color: #030085;
  border-color: var(--b-color);
}

.topEyecatchNavi__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.topEyecatchNavi__text {
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 300;
  padding-inline: 8px;
  text-align: center
}

.ec-categoryRole {
  margin-top: 64px;
}

.ec-categoryRole .ec-secHeading__ja {
  text-align: center;
  font-size: 32px;
  margin: 0;
}

.ec-categoryRole__list {
  margin-top: 32px;
  display: flex;
  column-gap: 40px;
}

.ec-categoryRole__listItem {
  width: calc(50% - 20px);
}

.ec-categoryRole__listItem a {
  position: relative;
  z-index: 0;
  display: block;
  aspect-ratio: 105/54;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
}
.ec-categoryRole__listItem a img {
  width: 100%;
  height: 100%;
  object-fit: center;
  object-position: center;
}
.ec-categoryRole__listItem a span {
  color: #fff;
  font-size: 24px;
  position: absolute;
  bottom: 16px;
  right: 24px;
  z-index: 2;
}

.ec-categoryRole__listItem a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(105.63deg, rgba(0, 0, 0, 0) 65.49%, rgba(0, 0, 0, 0.3) 98.85%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ec-categoryRole__listItem a::after {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}

.ec-newItemRole {
  margin-top: 64px;
}

.ec-newItemRole .ec-secHeading__ja {
  text-align: center;
  font-size: 32px;
  margin: 0;
}

.ec-newItemRole__list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  grid-gap: 32px;
}

.ec-newItemRole__listItem {
  background-color: #fff;
  display: grid;
  align-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-gap: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.ec-newItemRole__listItem > a {
  color: #333;
  display: contents;
}

.ec-newItemRole__listItem div {
  display: contents;
}

.ec-newItemRole__listItemTitle {
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 16px 12px 0;
}

.ec-newItemRole__listItemPrice {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 12px 16px;
}

.ec-newItemRole__listItem .label {
  color: #fff;
  font-size: 16px;
  background-color: #E71F1A;
  padding-inline: 8px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.topCta {
  margin-top: 64px;
  border: 5px solid #B17111;
  padding: 3px;
  background-color: #fff;
}

.topCta__inner {
  border: 1px solid #B17111;
  padding: 32px 20px 48px;
}

.topCta__title {
  margin: 0;
  text-align: center;
  font-size: 32px;
  color: #333;
}

.topCta__wrapper {
  margin-top: 32px;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}

.topCta__content {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 16px 24px;
  min-height: 80px;
  width: 100%;
  border-bottom: dotted 2px #B17111;
}

.topCta__main {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.topCta__main img {
  width: 40px;
}

.topCta__fax {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topCta__fax-num {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.topCta__fax-time {
  font-family: var(--gothic);
}

.topCta__button-fax {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
}

.topCta__button-label {
  font-size: 16px;
}

.topCta__download {
  display: flex;
  column-gap: 8px;
}

.topCta__download-item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  padding: 2px 12px;
  background-color: #B17111;
}
.topCta__download-item span {
  color: #fff;
  font-size: 16px;
}
.topCta__download-item img {
  width: 14px;
}

.topCta__link {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 0;
  padding: 0 64px 0 0;
}
.topCta__link::after {
  content: "";
  width: 44px;
  height: 12px;
  background-image: url(/html/template/default/assets/img/common/link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  box-sizing: border-box;
  transition: right .3s;
}

.topCta__link:hover {
  opacity: 1;
}
.topCta__link:hover::after {
  right: 0;
}

.topCta__web {
  font-size: 24px;
  font-weight: bold;
  padding-inline: 16px 18px;
  color: #333;
}


.topCtaSns {
  margin-top: 64px;
  background-image: url(/html/template/default/assets/img/top/sns_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.topCtaSns__inner {
  padding: 40px;
}

.topCtaSns__content {
  width: 560px;
  height: 560px;
  background-color: #fff;
  border-radius: 50%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
}

.topCtaSns__title {
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.topCtaSns__title .gold {
  color: #B17111;
}
.topCtaSns__title .large {
  font-size: 56px;
}
.topCtaSns__title .bottom {
  padding-top: 4px;
  margin-top: 4px;
  display: block;
  position: relative;
}
.topCtaSns__title .bottom::before {
  content: "";
  display: block;
  width: 302px;
  height: 1px;
  background-color: #CCB45E;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.topCtaSns__title .top {
  padding-bottom: 4px;
  display: block;
  width: 100%;
  position: relative;
}
.topCtaSns__title .top::after {
  content: "";
  display: block;
  width: 302px;
  height: 1px;
  background-color: #CCB45E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.topCtaSns__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.topCtaSns__item {
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: center;
}
  
.topCtaSns__account {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
}

.topCtaSns__account-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.topCtaSns__account-id {
  font-size: 16px;
  color: #fff;
  background-color: #B17111;
  padding: 2px 12px;
  position: relative;
}
.topCtaSns__account-id::before {
  content: "";
  display: block;
  width: 14px;
  height: 100%;
  background-color: #B17111;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  top: 0;
  left: -14px;
}
.topCtaSns__account-id::after {
  content: "";
  display: block;
  width: 14px;
  height: 100%;
  background-color: #B17111;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  right: -14px;
}

.topCtaSns__icon {
  width: 60px;
  height: 60px;
}

.topCtaSns__qr {
  width: 80px;
}


@media only screen and (max-width: 1600px) {
  .ec-cartNavi {
    column-gap: 8px;
  }
  .ec-cartNavi .ec-cartNavi__icon {
    font-size: 18px;
  }
  .ec-cartNavi .ec-cartNavi__price {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1190px) {
  .ec-layoutRole .ec-layoutRole__contents {
    padding-inline: 20px;
  }
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    padding: 0;
    width: calc(100% - 228px);
  }
  .topTrivia__title {
    margin-top: -72px;
    right: -45%;
  }
}

@media only screen and (max-width: 992px) {
  .ec-layoutRole .ec-layoutRole__left {
    display: none;
  }
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 100%;
  }
  .topTrivia__title {
    margin-top: -100px;
    right: -50%;
  }
}

@media only screen and (max-width: 768px) {
  .topTrivia__inner {
    flex-direction: column;
    row-gap: 24px;
  }
  .topTrivia__main {
    width: 100%;
  }
  .topTrivia__img {
    width: 100%;
  }
  .topTrivia__title {
    position: absolute;
    right: 12px;
    margin-top: 0;
    bottom: -72px;
  }
  .topTrivia__body {
    width: 100%;
  }
  .topTrivia__text {
    font-size: 14px;
  }
}

.breadcrumb {
  width: 100%;
  background-color: rgb(204, 180, 94, .5);
  margin-bottom: 80px;
}

.breadcrumb__inner {
  width: 100%;
  max-width: 1340px;
  padding-inline: 20px;
  padding-block: 2px;
  margin-inline: auto;
}

.breadcrumb__list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 25px;
  list-style: none;
}

.breadcrumb__item {
  position: relative;
}

.breadcrumb__list > *+*::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #333;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.breadcrumb__item > * {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.ec-productRole .ec-productRole__description {
  font-family: var(--gothic);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
}

.ec-productRole__category a {
  font-size: 20px;
  color: #36337B;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  margin: 0;
  margin-top: 8px;
}

.ec-productRole .ec-productRole__price {
  font-size: 32px;
  color: #36337B;
  margin-top: 24px;
}
.ec-price .ec-price__price {
  padding: 0;
  font-weight: 400;
}

.ec-price .ec-price__tax {
  font-size: 20px;
}

.detailBanner {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 8px 0;
  margin-top: 8px;
}
.detailBanner__label {
  text-align: right;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
}
.detailBanner__label span {
  font-size: 18px;
}
.detailBanner__main {
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
}

.ec-numberInput {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.ec-numberInput > div {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.ec-numberInput input[type=number] {
  margin-bottom: 0;
  border: none;
}

.spinner-add,
.spinner-sub {
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.spinner-sub.disabled {
  cursor: not-allowed;
  opacity: .7;
}

.detailGuide__link {
  display: flex;
  column-gap: 2px;
  align-items: center;
  color: #333;
  font-size: 16px;
  margin-top: 40px;
}
.detailGuide__link > img {
  width: 18px;
}

.ec-productRole .ec-productRole__btn {
  margin-top: 16px;
}

.ec-blockBtn--action.add-cart {
  background-color: #BA812D;
  border-color: #BA812D;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 64px;
  height: 60px;
}
.ec-blockBtn--action.add-cart:hover {
  background-color: #BA812D;
  border-color: #BA812D;
  color: #fff;
  opacity: .7;
}
.ec-blockBtn--action.add-cart > img {
  width: 29px;
}

.ec-blockBtn--cancel.add-favorite {
  background-color: #fff;
  border-color: #BA812D;
  font-size: 20px;
  color: #BA812D;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  height: 60px;
}
.ec-blockBtn--cancel.add-favorite:hover {
  background-color: #fff;
  border-color: #BA812D;
  color: #BA812D;
  opacity: .7;
}
.ec-blockBtn--cancel.add-favorite > img {
  width: 31px;
}

.detailInfo {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.detailInfo__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}

.ec-productRole .ec-grid2 {
  justify-content: space-between;
}
.ec-productRole .ec-grid2 .ec-grid2__cell.--left {
  width: calc(100% - 380px);
}
.ec-productRole .ec-grid2 .ec-grid2__cell.--right {
  width: 332px;
}

.detailSection {
  margin-top: 64px;
  padding-inline: 15px;
}

.detailRelatedSection {
  margin-top: 64px;
  padding-inline: 32px;
  padding-block: 40px;
  background-color: #fff;
}

.detailSection__title {
  font-family: var(--mincho);
  font-size: 32px;
  margin: 0;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #333;
}

.detailTable {
  max-width: 713px;
  margin-inline: auto;
  margin-top: 32px;
  padding: 16px 24px;
  background-color: #fff;
}

.detailTable__content {
  width: 100%;
}

.detailTable__content tr {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-block: 8px;
}
.detailTable__content th {
  width: 140px;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 500;
}
.detailTable__content td {
  width: calc(100% - 140px);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 300;
}

.detailTable__content tbody > *+* {
 border-top: .5px solid #333;
} 

#RelatedProduct-product_area .ec-shelfGrid {
  margin: 0;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  grid-gap: 16px;
}
#RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item {
  width: 100%!important;
  padding: 0;
  margin: 0;
  background-color: #fff;
  display: grid;
  align-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-gap: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
#RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item > a {
  display: contents;
}
#RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item  .productName {
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 16px 12px 0;
}
#RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item  .productPrice {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 12px 16px;
}
#RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item .label {
  color: #fff;
  font-size: 16px;
  background-color: #E71F1A;
  padding-inline: 8px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.detailLink {
  display: block;
  width: fit-content;
  margin-top: 64px;
  margin-left: auto;
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 0;
  padding: 12px 64px 12px 24px;
}
.detailLink::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-color: rgba(204, 180, 94, .5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transform-origin: center center;
  transition: transform .3s;
  z-index: -1;
}
.detailLink::after {
  content: "";
  width: 44px;
  height: 12px;
  background-image: url(/html/template/default/assets/img/common/link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  box-sizing: border-box;
  transition: right .3s;
}

.detailLink:hover {
  opacity: 1;
}
.detailLink:hover::before {
  transform: translateY(-50%) scale(0.7692);
}
.detailLink:hover::after {
  right: 0;
}

.detailReview {
  margin-top: 32px;
  max-width: 713px;
  margin-inline: auto;
}
.detailReview__inner {
  padding: 24px 16px;
  background-color: #fff;
}

.addReviewBtn {
  width: fit-content;
  margin-left: auto;
  margin-top: 32px;
}

.review_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review_info {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.productList .ec-secHeading__ja {
  text-align: center;
  font-size: 32px;
  margin: 0;
}

.productList .ec-shelfGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  grid-gap: 32px;
  margin-top: 32px;
}
.productList .ec-shelfGrid__item {
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    background-color: #fff;
    display: grid;
    align-items: center;
    grid-template-rows: subgrid;
    grid-row: span 2;
    grid-gap: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
.productList .ec-shelfGrid__item .label {
  color: #fff;
  font-size: 16px;
  background-color: #E71F1A;
  padding-inline: 8px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.productList .ec-shelfGrid a {
  display: contents;
}

.productList .ec-shelfGrid .productInfo {
  padding: 12px 16px;
}
.productList .ec-shelfGrid .productName {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5;
}
.productList .ec-shelfGrid .productPrice {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.catHeader {
  display: flex;
  column-gap: 32px;
  margin-bottom: 64px;
}
.catMain {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 41%;
}
.catHeading {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  position: relative;
  z-index: 0;
}
.catlead {
  font-size: 24px;
  letter-spacing: normal;
  font-weight: 600;
}
.catMain img {
  width: fit-content;
  max-width: 100%;
}
.catText {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 2;
}
.catHeading .kogarin {
  width: 122px;
  position: absolute;
  bottom: 3px;
  right: 0;
  z-index: -1;
}

.catImage {
  display: block;
  width: calc(59% - 32px);
}

.pageSection {
  
}
.pageHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
}
.pageTitle {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0;
}
.pageHeading > img {
  width: 73px;
}
.pageItems {
  display: flex;
  flex-direction: column;
}
.pageSection > * + * {
  margin-top: 64px;
}
.pageItems > .pageContent + .pageContent {
  padding-top: 56px;
  margin-top: 56px;
  border-top: 2px dashed #D09600;
}
.pageContent {
  display: flex;
  column-gap: 32px;
}
.pageContent.center {
  align-items: center;
}
.pageContent__main {
  width: calc(100% - 272px);
}
.pageContent__title {
  margin: 0;
  margin-bottom: 12px;
  color: #B17111;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: normal;
}
.pageContent__text {
  font-family: var(--gothic);
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.pageContent__text.mT {
  margin-top: 28px;
}
.pageContent__image {
  width: 240px;
}
.pageSubTitle {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 4px solid #D09600;
  margin-bottom: 56px;
}

.ec-drawerRole .ec-headerLink__list {
  display: flex;
  justify-content: space-around;
}
.ec-drawerRole .ec-headerLink__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 4px;
}
.ec-drawerRole .ec-headerLink__item span {
  color: #B17111;
  font-size: 16px;
  letter-spacing: normal;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
  width: 20px;
  font-size: 20px;
  color: #B17111;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon .fa-fw {
width: inherit;
}
.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  border: 1px solid #B17111;
  border-radius: 0;
  box-sizing: border-box;
  width: calc(100% - 34px);
}
.ec-drawerRole .ec-headerSearch__keywordBtn {
  width: 34px;
  height: 34px;
}
.ec-drawerRole .ec-headerSearch {
  margin-top: 24px;
}

.hambNavigation {
  width: 100%;
  border-top: 2px solid #fff;
}

.hambNavigation__list {
  display: flex;
  flex-direction: column;
  column-gap: 24px;
  row-gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}

.hambNavigation__item a {
  color: #333;
  font-size: 16px;
}

.hambNavigationContact {
  margin-top: 24px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #B17111;
  font-size: 18px;
  border: 1px solid #B17111;
}

.hambNavigationContact img {
  width: 20px;
}

#page_product_detail .ec-blockBtn--cancel:disabled,
#page_product_detail .ec-blockBtn--action:disabled {
  height: 60px;
  font-size: 20px;
}
#page_product_detail .ec-blockBtn--cancel:disabled:hover {
  background-color: #525263;
  border-color: #525263;
  color: #fff;
}


#page_help_guide .ec-pageHeader h1 {
  margin: 0;
}



@media only screen and (max-width: 1200px) {
  .footerMain__container {
    column-gap: 72px;
  }
  .footerMain__inner {
    column-gap: 40px;
  }
}



  @media only screen and (max-width: 768px) {
    .ec-layoutRole .ec-layoutRole__contents {
    padding-inline: 16px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left, .ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(50% - 90px);
  }
  .ec-headerNavSP {
    left: 7px;
    top: 8px;
  }
  .ec-drawerRole {
    width: 198px;
    padding-inline: 16px;
  }
  .ec-itemNav__nav li a {
    width: 160px;
  }
  .ec-itemNav__nav > li a {
    padding: 8px 16px 8px 40px;
    font-size: 14px;
  }
  .ec-itemNav__nav ul a {
    padding: 8px 24px 8px 48px;
  }
  .ec-headerNaviRole {
    padding-block: 14px;
  }
  .ec-cartNavi {
    min-width: unset;
  }
  .ec-cartNavi__label {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .ec-drawerRole .ec-headerLink__item span {
    font-size: 14px;
  }
  .hambNavigation__item a {
    font-size: 14px;
  }
  .hambNavigationContact {
    font-size: 14px;
    padding: 12px 22px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 68px!important;
  }
  .topTrivia__inner {
    row-gap: 106px;
  }
  .topTrivia__link {
    margin-right: auto;
  }
  .topEyecatch {
    margin-top: 64px;
    width: 100vw;
    margin-left: -16px;
    padding: 48px 16px;
  }
  .ec-eyecatchRole__introEnTitle {
    font-size: 20px;
  }
  .ec-eyecatchRole__introTitle {
    width: 250px;
    margin-inline: auto;
  }
  .ec-categoryRole .ec-secHeading__ja {
    font-size: 28px;
  }
  .ec-categoryRole__list {
    column-gap: 15px;
  }
  .ec-categoryRole__listItem a span {
    font-size: 20px;
  }
  .ec-categoryRole__listItem {
    width: calc(50% - 7.5px);
  }
  .ec-categoryRole__listItem a::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
  }
  .ec-categoryRole__listItem a span {
    right: 8px;
    bottom: 4px;
  }
  .topEyecatchNavi__item {
    padding-top: 12px;
    grid-gap: 12px;
  }
  .topEyecatchNavi__title {
    font-size: 20px;
  }
  .topEyecatchNavi__text {
    font-size: 14px;
    padding-inline: 16px;
  }
  .ec-newItemRole .ec-secHeading__ja {
    font-size: 28px;
  }
  .ec-newItemRole__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .ec-newItemRole__listItemTitle {
    font-size: 14px;
  }
  .ec-newItemRole__listItemPrice {
    font-size: 16px;
  }
  .ec-newItemRole__listItem .label {
    font-size: 14px;
    top: 6px;
    left: 6px;
  }
  .productList .ec-shelfGrid__item .label {
    font-size: 14px;
    top: 6px;
    left: 6px;
  }
  .topCta {
    padding: 8px;
  }
  .topCta__inner {
    padding: 24px 40px 12px;
  }
  .topCta__content {
    flex-direction: column;
    padding: 12px 22px;
    row-gap: 12px;
  }
  .topCta__main {
    flex-direction: column;
  }
  .topCta__content:last-child {
    border-bottom: none;
  }
  .topCtaSns {
    width: 100vw;
    margin-left: -16px;
  }
  .topCtaSns__inner {
    padding: 24px 0;
  }
  .topCtaSns__content {
    width: 360px;
    height: 360px;
    row-gap: 24px;
  }
  .topCtaSns__title {
    font-size: 28px;
  }
  .topCtaSns__title .large {
    font-size: 48px;
  }
  .topCtaSns__title .top {
    width: 220px;
  }
  .topCtaSns__title .top::after {
    width: 220px;
  }
  .topCtaSns__title .bottom {
    width: 220px;
    margin-top: 2px;
  }
  .topCtaSns__title .bottom::before {
    width: 220px;
  }
  .topCtaSns__wrapper {
    flex-direction: row;
    column-gap: 38px;
  }
  .topCtaSns__qr {
    display: none;
  }
  .topCtaSns__item {
    flex-direction: column;
    row-gap: 8px;
    justify-content: center;
    align-items: center;
  }
  .topCtaSns__account-id {
    font-size: 14px;
    padding: 2px 10px;
  }
  .topCtaSns__account-id::before {
    width: 12px;
    left: -12px;
  }
  .topCtaSns__account-id::after {
    width: 12px;
    right: -12px;
  }
  #page_homepage .ec-footerRole {
    margin-top: 0;
  }
  .ec-footerRole {
    margin-top: 64px;
    padding-block: 32px 16px;
  }
  .footerMain__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
  }
  .ec-footerRole .ec-footerRole__inner {
    padding-inline: 16px;
  }
  .footerMain__container {
    display: contents;
  }
  .footerMain__address {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footerMain__tel {
    margin-top: 16px;
    font-size: 20px;
  }
  .footerMain__fax {
    margin-top: 0;
    font-size: 16px;
  }
  .footerMain__info {
    font-size: 14px;
    line-height: 2.5;
    margin-top: 4px;
  }
  .footerNav {
    order: 3;
  }
  .footerNav__label {
    font-size: 16px;
  }
  .footerNav__list {
    margin-top: 12px;
    row-gap: 8px;
  }
  .footerContact {
    order: 2;
    font-size: 16px;
  }
  .footerNav__item a {
    font-size: 14px;
  }
  .ec-footerRole .ec-footerRole__inner img {
    display: block;
    width: 254px;
    margin-inline: auto;
  }
  .footerBottom {
    padding-top: 16px;
    margin-top: 32px;
  }
  .footerBottom__inner {
    flex-direction: column-reverse;
    row-gap: 24px;
  }
  .footerBottom__item > a {
    font-size: 14px;
  }

  .productList .ec-shelfGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }


  .catHeader {
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 48px;
  }
  .catMain {
    row-gap: 24px;
    width: 100%;
  }
  .catImage {
    width: 100%;
  }
  .catHeading {
    row-gap: 16px;
  }
  .catlead {
    font-size: 20px;
  }
  .catText {
    font-size: 15px;
  }
  .catHeading .kogarin {
    width: 104px;
  }

  .ec-layoutRole__contents {
    padding-top: 40px;
  }

  #page_homepage .ec-layoutRole__contents {
    padding-top: 0;
  }

  .ec-productRole .ec-grid2 .ec-grid2__cell.--left {
    width: 100%;
  }
  .ec-productRole .ec-grid2 .ec-grid2__cell.--right {
    margin-top: 32px;
    width: 100%;
  } 

  .ec-sliderItemRole ul {
    bottom: -36px;
  }

  .slick-dots li button:before {
    opacity: 1;
    background-color: transparent!important;
    border: 1px solid #B17111;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1!important;
    background-color: #B17111!important;
    border: 1px solid #B17111;
  }

  #page_product_detail .ec-sliderItemRole {
    margin-bottom: 0;
  }

  .ec-productRole .ec-productRole__description {
    margin-top: 0;
    font-size: 15px;
  }

  .ec-productRole__category a {
    font-size: 18px;
  }

  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 26px;
  }
  .ec-productRole .ec-productRole__price {
    margin-top: 16px;
  }

  .ec-blockBtn--action.add-cart {
    height: 52px;
    font-size: 18px;
    column-gap: 48px;
  }

  .ec-blockBtn--cancel.add-favorite {
    height: 52px;
    font-size: 18px;
    column-gap: 26px;
  }

  #page_product_detail .ec-blockBtn--cancel:disabled {
    height: 52px;
    font-size: 18px;
  }


  .pageSection > * + * {
    margin-top: 48px;
  }
  .pageContent {
    flex-direction: column;
    row-gap: 20px;
  }
  .pageContent__main {
    width: 100%;
  }
  .pageContent__image {
    width: 160px;
    margin-left: auto;
  }
  .pageSubTitle {
    margin-bottom: 40px;
    border-bottom: 3px solid #D09600;
  }

  .detailSection {
    padding-inline: 0;
    margin-top: 48px;
  }
  .detailSection__title {
    padding-bottom: 12px;
    font-size: 26px;
  }
  .detailTable {
    margin-top: 24px;
    padding: 12px 20px;
  }
  .detailTable__content th {
    font-size: 15px;
    width: 120px;
  }
  .detailTable__content td {
    font-size: 15px;
    width: calc(100% - 120px);
  }

  .review_date {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
  }
  .detailReview__inner {
    padding: 16px 12px;
  }

  .detailRelatedSection {
    margin-top: 48px;
    padding-inline: 16px;
    padding-block: 28px;
  }
  
  #RelatedProduct-product_area .ec-shelfGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  #RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item .productName {
    font-size: 14px;
  }
  #RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item .productPrice {
    font-size: 16px;
  }

  .detailLink {
    margin-top: 48px;
  }

  #RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item .label {
    font-size: 14px;
    top: 6px;
    left: 6px;
  }
}

.guideMain {
  margin-top: 64px;
}

.guideMain > *+* {
  padding-top: 56px;
  margin-top: 56px;
  border-top: 2px dashed #D09600;
}

.guideContainer > *+* {
  margin-top: 24px;
}

.guideLead {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #B17111;
  padding-top: 56px;
}

.guideFlow {
  counter-reset: number 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 54px;
  row-gap: 16px;
}

.guideFlowItem {
  width: calc(25% - 40.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  position: relative;
}
.guideFlowItem::before {
  counter-increment: number 1;
  content: counter(number);
  width: 32px;
  height: 32px;
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #B17111;
  border-radius: 50%;
}

.guideFlowTtl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
}

.guideFlowText {
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.guideFlow > *+*::after {
  content: "";
  display: block;
  width: 22px;
  height: 32px;
  background-image: url(/html/template/default/assets/img/common/flow-arrow.svg); 
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 32px;
  left: -38px;
}

.guideContent {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.guideTime {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, 146px);
  column-gap: 16px;
  row-gap: 12px;
}

.guideSub {
  font-size: 18px;
  font-weight: bold;
  color: #B17111;
  margin: 0;
}

.guideText {
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.guideText > span {
  color: #DE5D50;
}

.guideMap {
  display: block;
  width: 100%;
  max-width: 656px;
}

.guideTablePay {
  max-width: 392px;
}
.guideTablePay th {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  padding-block: 8.5px;
  background-color: #B17111;
  border: 1px solid #B17111;
}
.guideTablePay td {
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  padding-inline: 16px;
  padding-block: 4px;
  border: 1px solid #B17111;
}

.guideTableDaibiki {
  max-width: 433px;
}
.guideTableDaibiki th {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  padding-block: 8.5px;
  background-color: #B17111;
  border: 1px solid #B17111;
}
.guideTableDaibiki td {
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  padding-inline: 16px;
  padding-block: 4px;
  border: 1px solid #B17111;
  text-align: right;
}


@media only screen and (max-width: 768px) {
  .guideMain {
    margin-top: 56px;
  }
  .guideMain > *+* {
    padding-top: 48px;
    margin-top: 48px;
  }
  .guideFlow {
    column-gap: 40px;
  }
  .guideFlowItem {
    width: calc(50% - 27px);
    row-gap: 12px;
  }
  .guideFlow > *+*::after {
    width: 16px;
    left: -28px;
  }
  .guideFlowTtl {
    font-size: 18px;
  }
  .guideFlowText {
    font-size: 15px;
  }
  .guideLead {
    font-size: 22px;
  }
  .guideTime {
      justify-content: center;
  }
  .guideTablePay th {
    font-size: 14px;
  }
  .guideTablePay td {
    font-size: 14px;
    padding-inline: 12px;
  }
  
  .guideTableDaibiki th {
    font-size: 14px;
  }
  .guideTableDaibiki td {
    font-size: 14px;
    padding-inline: 12px;
  }

  .guideText {
    font-size: 15px;
  }
}