@charset "UTF-8";

/* pagetop */
.c-footer {
  position: relative;
}

.c-pagetop {
  z-index: 98;
  right: 0;
  position: absolute;
}
.c-pagetop a {
  background: #8b8635;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 8px 0 0 8px;
}
.c-pagetop a::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  transform: rotate(-135deg) translate3d(0, 0, 0);
}
/* /pagetop */

/*** header ***/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes navSlideIn {
  0% {
    opacity: 0;
    background-color: transparent;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    background-color: #fff;
    transform: translateX(0);
  }
}
@keyframes navSlideOut {
  0% {
    opacity: 1;
    background-color: #fff;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    background-color: transparent;
    transform: translateX(-15px);
  }
}

@media only screen and (max-width: 950px) {
  .c-header .inner-block {
    padding: 0;
  }
  .c-header .logo {
    margin-left: 0;
    padding: 14px 0 14px 10px;
  }

  .c-header .nav-wrap {
    background-color: transparent;
    transform: none !important;
    overflow-x: hidden;
  }
  .c-header .nav-wrap,
  #cover-bg {
    transition: 0s;
  }
  .c-header .nav-wrap.is-close,
  #cover-bg.is-close {
    animation: fadeOut 0.3s ease-in-out forwards;
  }

  .c-header .nav-list {
    opacity: 0;
  }
  .c-header .nav-wrap.is-open .nav-list {
    animation: navSlideIn 1.5s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    animation-delay: 0.6s;
  }
  .c-header .nav-wrap.is-close .nav-list {
    animation: navSlideOut 1.5s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }

  .nav-bg01,
  .nav-bg02 {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 160%;
    transform: translateX(-100%);
    transition:
      transform 1s cubic-bezier(0.2, 1, 0.2, 1),
      border-radius 0.7s ease-out;
  }
  .nav-bg01 {
    /* background-color: #cdc5c0; */
    background-color: #e9e9e9;
    border-radius: 0 120% 100% 0;
  }
  .nav-bg02 {
    background-color: #fff;
    border-radius: 0 130% 80% 0;
    left: -15px;
  }
  .c-header .nav-wrap.is-open .nav-bg01 {
    border-radius: 0;
    transform: translateX(0);
  }
  .c-header .nav-wrap.is-open .nav-bg02 {
    border-radius: 0;
    transform: translateX(0);
    transition-delay: 0.1s;
    left: 0;
  }
}

.unlink {
  pointer-events: none;
}

@media only screen and (min-width: 641px) {
  .c-single-content-block .entry-content .img-txt figure,
  .c-single-content-block .entry-content .txt-img figure {
    max-width: 33%;
  }
  .c-single-content-block .entry-content .c-btn0a a:hover {
    color: #fff;
  }
  .c-single-content-block .entry-content .profile-area p a:hover {
    color: #8b8635;
  }
}

sup {
  vertical-align: super !important;
}
sup,
.note {
  font-size: 12px !important;
}
@media only screen and (max-width: 640px) {
  sup,
  .note {
    font-size: 10px !important;
  }
}
.c-btn0a a.unlink:after {
  display: none;
}

.c-recommend-list > li a .img {
  position: relative;
}
.c-recommend-list > li a .img .best-cosme-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 640px) {
  .c-recommend-list > li a .img .best-cosme-badge {
    width: 40px;
    height: 40px;
  }
}

.point .point-flow-box .note {
  margin-top: 25px;
  line-height: 1.4;
}
.point .point-flow-box .note:not(:first-of-type) {
  margin-top: 4px;
}
.point .point-flow-box .stageup-area .numb-flow dd .note {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .point .point-flow-box .note {
    margin-top: 10px;
  }
}

/*** TOP ***/
@media screen and (min-width: 641px) {
  /* PC */

  .home .info-media-block .column02 {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .home .info-media-block .column02 .box {
    width: calc((100% - 40px) / 2);
  }
  .home .info-media-block .column02 .box + .box {
    margin-left: 40px;
  }
}

/*** about ***/
@media screen and (min-width: 641px) {
  .about .img-txt,
  .about .txt-img {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .about .img-txt .txt-area,
  .about .txt-img .txt-area {
    width: 40%;
    margin: 0 6%;
  }
}

/*** howto ***/
@media screen and (min-width: 641px) {
  .howto .howto-block .box-wrap.box-item .box.box05 .name,
  .howto .howto-block .box-wrap.box-item .box.box10 .name {
    margin-bottom: 30px;
  }

  .howto .howto-block .box-wrap.box-item .box {
    max-width: 460px;
    justify-content: center;
    width: 50%;
  }
  .howto .howto-block .box-wrap.box-item .box .img {
    width: auto;
    min-width: 50px;
  }
  .howto .howto-block .box-wrap.box-item .box .txt-area {
    width: calc(100% - 50px);
    max-width: 220px;
  }
}

/*** FAQ ***/
.faq-box .c-faq-aco .note {
  margin-top: 15px;
  line-height: 1.5;
}
.faq-box .c-faq-aco .txt-link {
  text-decoration: underline;
}
.faq .faq-box .c-faq-aco .tel-numb {
  display: block;
}
.faq .faq-box .c-faq-aco .tel-numb .numb {
  padding-left: 40px;
  position: relative;
}
.faq .faq-box .c-faq-aco .tel-numb .numb::after {
  background: url(../img/common/ico-tel.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  width: 31px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.faq .faq-box .c-faq-aco .video-wrap {
  margin-top: 30px;
}
.faq .faq-box .c-faq-aco .arrow-img {
  margin-top: 20px;
}
@media only screen and (min-width: 641px) {
  .faq .faq-box .c-faq-aco .txt-link:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 640px) {
  .faq-box .c-faq-aco dt {
    font-size: 14px;
  }
  .point .point-flow-box .note {
    margin-top: 10px;
  }
  .faq .faq-box .c-faq-aco .tel-numb .numb {
    font-size: 16px;
  }
  .faq .faq-box .c-faq-aco .video-wrap {
    margin-top: 20px;
  }

  .faq .faq-box .c-faq-aco .video-wrap .video {
    position: relative;
    height: 0;
    padding-top: 55%;
  }
  .faq .faq-box .c-faq-aco .video-wrap .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .service .question-box .box.box-faq .inn {
    display: block;
  }

  .service .pay-table td {
    padding: 15px 10px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1100px) {
  .faq .c-half-product-lineup,
  .point .c-half-product-lineup {
    margin-bottom: 80px;
  }
}

.faq .scroll-menu li a {
  color: #393939;
}
.aside-link-list li.is-active a {
  color: #393939;
}
.faq-box .c-faq-aco .c-link a {
  color: #393939;
}
.faq .scroll-menu li a:after {
  border-bottom: 1px solid #8b8635;
  border-right: 1px solid #8b8635;
}
.faq .c-ttl02 .ja {
  color: #8b8635;
}
.faq .faq-box > .ttl {
  background: #8b8635;
  color: #ffffff;
}
.faq .faq-box .c-faq-aco dt span:before {
  color: #8b8635;
}
.faq .faq-box .c-faq-aco dt:before,
.faq-box .c-faq-aco dt:after {
  background: #8b8635;
}
.faq .faq-box .c-faq-aco dd:before {
  color: #ebd8c6;
}
.faq .faq-box .c-link span {
  border-bottom: 1px solid #8b8635;
}
.faq .faq-box .c-link span:after {
  border-top: 1px solid #8b8635;
  border-right: 1px solid #8b8635;
}
.faq .faq-box .c-faq-aco .customer-box .tel-numb {
  color: #393939;
}
.faq-box .c-faq-aco .img {
  padding: 0 46% 0 0;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn {
  color: #393939;
  border-color: #393939;
}
.faq-box .c-faq-aco .mypage-step-ss .note {
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}
.faq .products-area {
  margin-bottom: 70px;
}

@media only screen and (min-width: 1100px) {
  .faq .products-area {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .faq-box .c-faq-aco .img {
    padding: 0;
  }
}

.c-single-content-block .entry-content p.has-small-font-size {
  font-size: 0.8125em;
}

.c-single-content-block .profile-area .img.shrink_0 {
  width: 50%;
  flex-shrink: 0;
}

.wp-block-image img {
  height: auto !important;
}
/* scroll-menu */
.scroll-menu li a {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.scroll-menu li a:after {
  top: -3px;
}
@media only screen and (min-width: 1100px) {
  .scroll-menu li a:after {
    width: 8px;
    height: 8px;
    right: 16px;
  }
}
@media only screen and (min-width: 641px) and (min-width: 1100px) {
  .scroll-menu li a {
    font-size: 14px;
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .scroll-menu li a {
    display: flex;
    min-height: 50px;
    align-items: center;
    line-height: 1.3;
  }
  .scroll-menu li a:after {
    width: 10px;
    height: 10px;
  }
}

/* mv-block */

.mv-block {
  max-width: 1920px;
  margin: auto;
}

.mv-block .mv-slider .slide-in-content .slider-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-block .mv-slider .slide-in-content .slider-img > .img-text {
  position: absolute;
  z-index: 10;
}

.mv-block .mv-slider .slide-in-content .slider-img > .img-text01 {
  top: 246px;
  left: 185px;
}
.mv-block .mv-slider .slide-in-content .slider-img > .img-text01 > img {
  width: 399px;
  height: 84px;
}
.mv-block .mv-slider .slide-in-content .slider-img > .img-text02 {
  top: 320px;
  left: 105px;
}
.mv-block .mv-slider .slide-in-content .slider-img > .img-text02 > img {
  width: 458px;
  height: 246px;
}
.mv-block .mv-slider .slide-in-content .slider-img > .img-text03 {
  top: 320px;
  left: 105px;
}
.mv-block .mv-slider .slide-in-content .slider-img > .img-text03 > img {
  width: 552px;
  height: 284px;
}
.mv-block .mv-slider .info-wrap {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.mv-block .mv-slider .info-wrap > * {
  position: absolute;
}
.mv-block .mv-slider .info-wrap .txt {
  display: inline-block;
  overflow: hidden;
  text-align: right;
}
.mv-block .mv-slider .info-wrap .inn {
  display: inline-block;
  transform-origin: left center;
}
.mv-block .mv-slider .info-wrap img {
  max-width: none;
  height: calc(17 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .mv-block .mv-slider .info-wrap img {
    height: calc(44 / 750 * 100vw);
  }
}
.mv-block .mv-slider .info-wrap > *::after {
  background: #bcbcbc;
  content: "";
  position: absolute;
  height: 1px;
}
.mv-block .mv-slider .info-wrap > .right::after {
  right: 0;
  transform-origin: left center;
}
.mv-block .mv-slider .info-wrap > .left::after {
  left: 0;
  transform-origin: right center;
}
.mv-block .mv-slider .info-wrap > .top::after {
  transform-origin: center top;
}

.mv-block .mv-slider .info-wrap .info-01::after {
  display: none;
}

.mv-block .mv-slider .info-wrap .info-01 img {
  height: calc(85 / 1920 * 100vw);
}

@media only screen and (min-width: 641px) and (max-width: 1920px) {
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text01 {
    top: calc(246 / 1366 * 100vw);
    left: calc(133 / 1366 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text01 > img {
    width: calc(284 / 1366 * 100vw);
    height: calc(60 / 1366 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text02 {
    top: calc(228 / 1366 * 100vw);
    left: calc(75 / 1366 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text02 > img {
    width: calc(326 / 1366 * 100vw);
    height: calc(175 / 1366 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text03 {
    top: calc(228 / 1366 * 100vw);
    left: calc(75 / 1366 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text03 > img {
    width: calc(394 / 1366 * 100vw);
    height: calc(203 / 1366 * 100vw);
  }

  .mv-block .mv-slider .info-wrap .info-01 {
    top: calc(30 / 1920 * 100vw);
    right: calc(230 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-02 {
    top: calc(140 / 1920 * 100vw);
    right: calc(360 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-02::after {
    bottom: calc(-12 / 1920 * 100vw);
    width: calc(395 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-03 {
    top: calc(195 / 1920 * 100vw);
    right: calc(360 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-03::after {
    bottom: calc(-12 / 1920 * 100vw);
    width: calc(250 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-04 {
    top: calc(500 / 1920 * 100vw);
    right: calc(182 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-04::after {
    bottom: calc(-12 / 1920 * 100vw);
    width: calc(274 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-05 {
    top: calc(730 / 1920 * 100vw);
    right: calc(290 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-05::after {
    bottom: calc(-12 / 1920 * 100vw);
    width: calc(274 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-06 {
    top: calc(164 / 1920 * 100vw);
    left: calc(555 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-06::after {
    bottom: calc(-15 / 1920 * 100vw);
    width: calc(282 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-07 {
    top: calc(740 / 1920 * 100vw);
    left: calc(555 / 1920 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-07::after {
    bottom: 0;
    right: calc(-15 / 1920 * 100vw);
    width: 1px;
    height: calc(64 / 1920 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .mv-block .mv-slider .slick-dots {
    bottom: 4px;
  }

  .mv-block .mv-slider .slide-in-content .slider-img > .img-text01,
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text02,
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text03 {
    left: 0;
    right: 0;
    margin: auto;
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text01 > img,
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text02 > img,
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text03 > img {
    margin: auto;
  }

  .mv-block .mv-slider .slide-in-content .slider-img > .img-text01 {
    top: calc(30 / 375 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text01 > img {
    width: calc(454 / 750 * 100vw);
    height: calc(93 / 750 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text02 {
    top: calc(0 / 375 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text02 > img {
    width: calc(750 / 750 * 100vw);
    height: calc(860 / 750 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text03 {
    top: calc(0 / 375 * 100vw);
  }
  .mv-block .mv-slider .slide-in-content .slider-img > .img-text03 > img {
    width: calc(750 / 750 * 100vw);
    height: calc(860 / 750 * 100vw);
  }

  .mv-block .mv-slider .info-wrap .info-02 {
    top: calc(215 / 750 * 100vw);
    right: calc(52 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-02::after {
    bottom: calc(-14 / 750 * 100vw);
    width: calc(278 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-03 {
    top: calc(330 / 750 * 100vw);
    right: calc(52 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-03::after {
    top: calc(-14 / 750 * 100vw);
    bottom: auto;
    width: calc(176 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-04 {
    top: calc(620 / 750 * 100vw);
    right: calc(13 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-04::after {
    bottom: 0;
    left: calc(-18 / 750 * 100vw);
    width: 1px;
    height: calc(80 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-05 {
    top: calc(730 / 750 * 100vw);
    left: calc(277 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-05::after {
    top: calc(-14 / 750 * 100vw);
    width: calc(140 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-06 {
    top: calc(320 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-06::after {
    bottom: calc(-15 / 750 * 100vw);
    width: calc(140 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-07 {
    top: calc(700 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
  }
  .mv-block .mv-slider .info-wrap .info-07::after {
    bottom: 0;
    right: calc(-15 / 750 * 100vw);
    width: 1px;
    height: calc(102 / 750 * 100vw);
  }
}

.mv-block .mv-slider .slick-current .slide-in-content .slider-img > .js-img {
  transform: translateZ(0);
  will-change: transform, opacity;
}

.mv-block .mv-slider .slick-current .slide-in-filter .slider-img > img,
.mv-block .mv-slider .slick-current .slide-in-content .slider-img > img {
  /* -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: opacity .3s ease,-webkit-transform 15s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
}

@media only screen and (max-width: 640px) {
  .mv-block .mv-slider .slick-dots li {
    margin: 0 6px;
  }
  .mv-block .mv-slider .slick-dots li button {
    font-size: 12px;
    width: 28px;
    height: 28px;
    padding-top: 3px;
  }
}

.slide-animation .img-bg,
.slide-animation .info-wrap {
  animation: fadeZoomOutAnime 5s 0s forwards;
}

.slide-animation .inn {
  opacity: 0;
  animation: slide-txt 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}
.slide-animation .right::after,
.slide-animation .left::after {
  opacity: 0;
  animation: slide-line01 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}
.slide-animation .top::after {
  opacity: 0;
  animation: slide-line02 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}

.slide-animation .info-01 .inn {
  animation-delay: 0.5s;
}

.slide-animation .info-02::after {
  animation-delay: 1s;
}
.slide-animation .info-03::after {
  animation-delay: 1.3s;
}
.slide-animation .info-04::after {
  animation-delay: 1.6s;
}
.slide-animation .info-05::after {
  animation-delay: 1.9s;
}
.slide-animation .info-06::after {
  animation-delay: 2.2s;
}
.slide-animation .info-07::after {
  animation-delay: 2.5s;
}

.slide-animation .info-02 .inn {
  animation-delay: 3s;
}
.slide-animation .info-03 .inn {
  animation-delay: 3.3s;
}
.slide-animation .info-04 .inn {
  animation-delay: 3.6s;
}
.slide-animation .info-05 .inn {
  animation-delay: 3.9s;
}
.slide-animation .info-06 .inn {
  animation-delay: 4.2s;
}
.slide-animation .info-07 .inn {
  animation-delay: 4.5s;
}

@keyframes fadeZoomOutAnime {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slide-line01 {
  0% {
    opacity: 1;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes slide-line02 {
  0% {
    opacity: 1;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slide-txt {
  0% {
    opacity: 1;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

#demo-1 {
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  background-color: #999;
  position: relative;
}
.inner-content {
  color: white;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-footer .upper .link-wrap .box .txt-link-list li.link-none,
.c-header .nav-list > li.link-none {
  opacity: 0.5;
  pointer-events: none;
}

.c-footer .upper .link-wrap .box .txt-link-list li.link-none,
.c-header .nav-list > li.link-none {
  opacity: 0.5;
  pointer-events: none;
}

/* TOP */
.home {
  padding-bottom: 0;
}
.home .stores-block {
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .home .subsucription-block .wrap .c-ttl01 {
    width: 100%;
  }

  .home .concept-block {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 410px) {
  .home .concept-block .c-ttl03 {
    font-size: 17px;
  }
}

/* column コラム記事 */
.has-vivid-red-color {
  font-size: 1.3em;
}

@media only screen and (max-width: 640px) {
  .c-single-content-block .entry-content h2 {
    font-weight: normal;
    font-size: 18px;
  }
}

@media screen and (min-width: 641px) {
  /* PC */
  .column-detail .wp-block-columns.reverse {
    flex-direction: row-reverse;
  }
  .column-detail .wp-block-column:not(:first-child) {
    margin-left: 0em;
  }
  .column-detail .wp-block-column:first-child {
    margin-left: 2em;
  }
}

/* 定期便サービスのご案内 */
.service .stage-area {
  max-width: 100%;
}
.service .table-box .stage-table {
  max-width: 100%;
}
.service .stage-table .stage-txt .rank {
  font-weight: bold;
  line-height: 1.4;
}
.service .stage-table .stage-txt .rank .rank-detail {
  font-weight: 400;
  font-size: 14px;
}
.service .table-box .stage-table td {
  padding: 15px 20px;
}
.service .table-box .stage-table tr.bronze td {
  background: #ca9898;
}
.service .table-box .stage-table tr.silver td {
  background: #e3e3e3;
}
.service .table-box .stage-table tr.gold td {
  background: #ebdca0;
}
.service .table-box .stage-table tr.platinum td {
  background: #ecf9ff;
}
.service .table-box .stage-table tr.bronze td:first-child,
.service .table-box .stage-table tr.silver td:first-child,
.service .table-box .stage-table tr.gold td:first-child,
.service .table-box .stage-table tr.platinum td:first-child {
  color: #444;
}
@media only screen and (max-width: 640px) {
  .service .table-box .stage-table {
    max-width: calc(100% - 20px);
  }
  .service .table-box .stage-table th {
    font-size: 10px;
    padding: 6px 2px;
  }
  .service .table-box .stage-table td {
    padding: 8px 9px;
  }
  .service .stage-table .stage-txt .rank {
    font-size: 12px;
    text-align: left;
  }
  .service .stage-table .stage-txt .rank .rank-detail {
    font-size: 10px;
  }
}

.service .flow-box .note {
  margin-top: 30px;
}
.service .products-box {
  margin-top: 80px;
}
.service .products-box .c-ttl03 {
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .service .flow-box .note {
    margin-top: 20px;
  }
  .service .products-box {
    margin-top: 80px;
  }
  .service .products-box .c-ttl03 {
    font-size: 20px;
  }
}

.service .contact-ttl {
  font-size: 24px;
  border-bottom: solid 1px #e6e1de;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}
.service .contact-ttl + .txt {
  margin-top: 20px;
}
.service .contact-ttl span {
  padding-left: 50px;
  position: relative;
}
.service .contact-ttl span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.service .question-box .box .tel-btn {
  margin-top: 10px;
}
.service .question-box .box.box-tel .c-link {
  margin-top: 10px;
}
.service .question-box .box.box-tel .txt {
  text-align: left;
}
.service .question-box .box.box-tel .txt.time {
  text-align: center;
}
.service .tell-block,
.service .form-block {
  margin-top: 50px;
}
.service .form-block a {
  text-decoration: underline;
}
@media only screen and (min-width: 641px) {
  .service .form-block a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.service .tell-block .contact-ttl span::after {
  background: url(../img/service/icon-tel.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 45px;
  height: 30px;
}
.service .form-block .contact-ttl span::after {
  background: url(../img/service/icon-mail.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 42px;
  height: 42px;
}
@media only screen and (max-width: 640px) {
  .service .contact-ttl {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
  }
  .service .question-box .box.box-tel .contact-ttl + .txt {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
  }
}

/* 定期便サービスのご案内 */
.point .c-ttl03 {
  font-size: 28px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .point .c-ttl03 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 35px;
  }
}

/* FAQ */
@media only screen and (max-width: 640px) {
  .scroll-menu li a {
    padding-right: 28px;
  }
  .faq-box .c-faq-aco dt {
    padding-right: 30px;
  }
}

.faq-box .c-faq-aco .arrow-img-wrap {
  display: flex;
  justify-content: center;
}

/* 商品詳細 */
.item-detail .item-block .box .place .off-txt {
  font-size: 10px;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 640px) {
  .item-detail .subscription-block .item-wrap .img {
    width: 90px;
    text-align: center;
  }
  .item-detail .subscription-block .item-wrap img {
    width: 60px;
  }

  .item-detail .subscription-block .txt-wrap {
    justify-content: center;
  }

  .item-detail .aco-block .js-cont dl:not(:first-child) {
    margin-top: 8px;
  }
  .item-detail .aco-block .js-cont dl + dl {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ececec;
  }

  .item-detail .desc-block .inside .wrap .inn {
    align-items: center;
  }
  .item-detail .desc-block .inside .wrap .inn .img {
    width: 125px;
    padding-right: 5px;
  }
  .item-detail .desc-block .inside .wrap .inn .txt-area {
    width: calc(100% - 120px);
  }

  .item-detail .desc-block .box-use .inside .wrap {
    padding: 0;
  }
}

/* 商品詳細 */
.item-detail .item-block .info-area .item-tag {
  margin-left: 15px;
  padding: 4px 10px;
  font-size: 10px;
  border: 1px solid #c8c8c8;
}

.item-detail .item-block .info-area .term-tag {
  padding: 4px 10px;
  border: 1px solid #8b8635;
}

.item-detail .item-block .subscription .place .off-txt {
  margin-left: 0;
  margin-right: 5px;
}
.item-detail .item-block .info-area .note.info_link {
  margin-top: 20px;
}
.item-detail .item-block .info-area .note.info_link a {
  text-decoration: underline;
}

/* 商品一覧 */
.c-recommend-list > li .item-tag {
  margin-left: 15px;
  padding: 4px 10px;
  font-size: 10px;
  border: 1px solid #c8c8c8;
}

.c-recommend-list > li .term-tag {
  padding: 4px 10px;
  border: 1px solid #8b8635;
}

.c-recommend-list.c-set-list > li .item-tag {
  display: inline-block;
  line-height: 1.2;
  margin-left: 8px;
  padding: 2px 4px 3px;
}

@media only screen and (max-width: 640px) {
  .c-recommend-list > li .item-tag {
    margin-left: 5px;
    padding: 4px;
    font-size: 10px;
    border: 1px solid #c8c8c8;
  }

  .c-recommend-list.c-set-list > li .item-tag {
    margin-left: 0;
  }
}

/*** 商品詳細 ***/
/* 動画 */
.item-detail .movie-wrap {
  max-width: 500px;
  margin: 25px auto 0;
}
.item-detail .movie-wrap .kWidgetPlayBtn {
  width: 45px !important;
  height: 50px !important;
  background: url(../img/common/ico-movie.png) no-repeat center !important;
  background-size: contain !important;
}

/* キャンペーン */
@media only screen and (min-width: 641px) {
  .item-detail .campaign-single-block .c-ttl01 {
    width: 50%;
  }
  .item-detail .campaign-single-block .box {
    width: 50%;
  }
}

/* お得な定期購入のご案内 */
@media only screen and (min-width: 641px) {
  .item-detail .subscription-block .item-wrap .img {
    height: 170px;
    top: -10px;
  }
  .item-detail .subscription-block .item-wrap .img img {
    width: auto;
    height: 100%;
  }
}

/* 発売日アイコン */
/* umemiya_fix_20220707_HP-1620 【reinca】商品一覧＆商品詳細ページに発売日マーク追加 */
.new-release-icon {
  font-family: Spartan;
  font-size: 12px;
  margin-top: 4px;
  line-height: 19px;
}
@media only screen and (max-width: 640px) {
  .new-release-icon {
    font-size: 10px;
  }
}
.new-release-icon .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-release-icon .inner .new_icon {
  padding: 3px 6px 0px;
  background: #8b8635;
  color: #fff;
  margin-right: 4px;
  line-height: 16px;
}
@media only screen and (max-width: 640px) {
  .new-release-icon .inner .new_icon {
    padding: 2px 6px 0px;
    line-height: 13px;
  }
}
.reinca_item-template .new-release-icon {
  order: 3;
  margin-top: 15px;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  .reinca_item-template .new-release-icon {
    margin-top: 10px;
  }
}
.reinca_item-template .new-release-icon .inner .new_icon {
  padding: 3px 8px 0px;
  line-height: 16px;
  font-size: 11px;
  margin-right: 6px;
}
.reinca_item-template .new-release-icon .inner .up_date {
  padding-top: 2px;
  line-height: 17px;
}

/*** reincaについて ***/
@media only screen and (max-width: 640px) {
  .about .scent-item-slide .slide-cont .img {
    margin: 0 auto;
  }
  .about .slick-slider .slick-dots li:only-child {
    display: none;
  }
}
/* 商品詳細お知らせリンク */
.item-detail .item-block .info-area .info_link {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.item-detail .item-block .info-area .info_link .box_title {
  padding: 2px 8px;
  color: #ffffff;
  background-color: #393939;
}
.item-detail .item-block .info-area .info_link .box_txt a {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .item-detail .item-block .info-area .info_link {
    font-size: 12px;
  }
}

/*** GMO ***/
.c-footer .bottom .link-area .link-bnr img {
  width: 53px !important;
}

.slide-area > .item-slider > li {
  opacity: 0;
}
.slide-area > .thumb-slider > li {
  opacity: 0;
}

.c-header .btn-wrap a {
  position: relative;
}
.js-cart-count {
  background-color: #dfefdb;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  font-size: 10px;
  height: 20px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 8px;
  top: 5px;
  width: 20px;
}
@media only screen and (max-width: 640px) {
  .js-cart-count {
    right: -5px;
  }
}

/* footer */
@media only screen and (min-width: 641px) {
  .c-footer .upper .bnr-wrap .media-bnr .img img {
    width: calc(190px * (2 / 3));
    height: 78px;
  }

  .c-footer .middle .law-txt {
    margin-top: 30px;
  }

  .c-footer .middle .law-txt a:hover {
    text-decoration: none;
  }
}

.c-footer .middle .inner-block {
  padding-bottom: 10px;
}

.c-footer .middle .law-txt {
  font-size: 14px;
  color: #555;
}

.c-footer .middle .law-txt a {
  color: #555;
  text-decoration: underline;
}

.c-footer .upper .link-wrap .c-en {
  font-size: 11px;
  padding-left: 20px;
  vertical-align: middle;
}

.c-footer .upper .bnr-wrap .media-bnr .link {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .c-footer .middle .law-txt {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 12px;
  }
}

/* cat アイコン */
.cat.ico {
  background: rgba(179, 0, 48, 0.1);
  padding: 3px 8px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
}

/* header ハンバーガーメニュー */
@media only screen and (max-width: 950px) {
  .c-header .nav-list .sp {
    display: block !important;
  }

  .c-header .nav-list li:not(.li-login) a {
    display: flex;
    align-items: center;
  }

  .c-header .nav-list li .en {
    font-size: 11px;
    margin-left: 15px;
    font-weight: normal;
  }

  .c-header .link-list a {
    flex-wrap: wrap;
  }
}

/*** アニメーション ***/
#wrapper .js-fade-up,
#wrapper .js-fadein-left,
#wrapper .js-fadein-right,
#wrapper .js-anm-item {
  opacity: 0;
}

/* フェードアップ */
#wrapper .js-anm-wrap.is-animated .js-anm-item,
#wrapper .js-fade-up.is-animated {
  animation: fadeInUp 1s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* フェードイン　レフト・ライト */
#wrapper .js-fadein-left.is-animated {
  animation: fadeInLeft 1s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}
#wrapper .js-fadein-right.is-animated {
  animation: fadeInRight 1s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}

@keyframes fadeInLeft {
  0% {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* スライドイン（タイトル用） */
#wrapper .js-anim-ttl {
  /* overflow: hidden; */
  transform: translateX(-100%);
  transition: transform ease-in-out 0.8s;
}
#wrapper .js-anim-ttl > * {
  display: block;
  transform: translateX(100%);
  transition: transform ease-in-out 0.8s;
}
#wrapper .js-anim-ttl.is-animated {
  transform: translateX(0);
}
#wrapper .js-anim-ttl.is-animated > * {
  transform: translateX(0);
}

.c-ttl02.js-anim-ttl .en {
  line-height: 1.2;
}

/* ほのかに光りながら */
.glowAnime span {
  opacity: 0;
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow:
      0 0 0 #fff,
      0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow:
      0 0 10px #fff,
      0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow:
      0 0 0 #fff,
      0 0 0 #fff;
  }
}

/* テキストがじわっと */
.blurTrigger {
  opacity: 0;
}
.blurTrigger.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* reincaについて */
.about .scent-item-slide .slide-cont .img img,
.about .scent-items .single-item .img img {
  width: 140px;
}

/* お知らせ */

.info .info-ttl02 {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  margin-bottom: -40px;
}
.info table.info_tbl {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .info table.info_tbl {
    width: 100%;
    font-size: 12px;
  }
}
.info .info_tbl td {
  border: 1px solid #999;
  padding: 10px 40px;
}
@media only screen and (max-width: 640px) {
  .info .info_tbl td {
    padding: 10px;
  }
  .pc-only {
    display: none;
  }
}
.info .info_tbl .l_area {
  background-color: #eee;
}
/* ハンバーガーメニューのレイヤー調整*/
@media only screen and (max-width: 950px) {
  .flashy-close {
    top: 60px !important;
  }
  .c-header {
    z-index: 102;
  }
}

/* 告知バナー調整 */
.head-info-area .txt {
  padding: 13px;
}
@media only screen and (max-width: 949px) {
  .head-info-area .txt {
    font-size: 10px;
    padding: 15px 0;
  }
}

/* 商品ページ　定期便サービスエリア */
/* kikuchi_fix_20220218_HP-1266_オイル3種「初回定期50%オフ」エリア改修 */
.subscription-block .inner-block .box .item-wrap .over-area .inside .circle {
  background: #8b8635;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 115px;
  height: 115px;
  position: relative;
  z-index: 1;
}

.item-detail .subscription-1st-block,
.item-detail .subscription-block {
  margin-top: 100px;
}

.item-detail .subscription-block .item-wrap .img {
  z-index: 10;
}

.subscription-block .inner-block .box .item-wrap .over-area .inside .circle .inn .txt {
  color: #fff;
  line-height: 1.2;
}
.subscription-block .inner-block .box .item-wrap .over-area .inside .circle .inn .num {
  color: #fff;
  line-height: 0.9;
  font-size: 15px;
}

.subscription-block .inner-block .box .item-wrap .over-area .inside .circle .inn .num .large {
  font-size: 52px;
}

.subscription-block .inner-block .box .item-wrap .over-area .inside .circle .inn .num .small {
  font-size: 32px;
}

.subscription-1st-block .inner-block .box .item-wrap .over-area　.note {
  color: #707070;
}

.item-detail .subscription-1st-block .txt-wrap {
  display: block;
}

.item-detail .subscription-1st-block .txt-wrap .subscription:before {
  display: none;
}

.item-detail .subscription-1st-block .txt-wrap .subscription {
  padding-left: 0;
  margin-left: 0;
}

.item-detail .subscription-1st-block .txt-wrap .place {
  font-size: 14px;
}

.subsc_arrow {
  transform: rotate(90deg);
}

hr.subsc_border {
  border: solid 1px #8b8635;
}

.subsc_arrow_space {
  width: 100%;
  text-align: center;
}

.subsc_arrow_space img {
  margin: 10px auto;
}

.subscription-block .inner-block .box .txt-btn-top {
  font-weight: bold;
}

@media only screen and (min-width: 641px) {
  .subscription-block .inner-block .box .item-wrap .over-area .inside .circle {
    margin-left: 130px;
  }
  .subscription-1st-block .inner-block .box {
    width: 1062px;
  }
  .subscription-1st-block .inner-block .box .c-btn03 {
    top: 100px;
    right: 60px;
  }
  .subscription-1st-block .inner-block .box .txt-btn-top {
    width: 360px;
    position: absolute;
    top: 40px;
    right: 60px;
    font-size: 14px;
  }
  .subscription-1st-block .inner-block .box .item-wrap .over-area .indent {
    margin-top: 130px;
  }
  .subscription-1st-block .inner-block .box .item-wrap .over-area .subscprice_box {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 540px;
  }
  .item-detail .subscription-1st-block .txt-wrap p {
    margin-left: 40px;
  }
  .item-detail .subscription-block .txt-wrap .subscription .place .num-txt-1st {
    font-size: 40px;
  }
  .item-detail .subscription-block .txt-wrap .subscription .place .num-txt-other {
    font-size: 24px;
  }
  .item-detail .subscription-block .c-link-sub1st {
    position: relative;
    right: 0;
  }
  .item-detail .subscription-block .c-link {
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .subscription-block .inner-block .box .item-wrap .over-area .inside .circle {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 110px 0 0 40px;
  }
  .subscription-block .inner-block .box .item-wrap .over-area .inside .circle .inn .txt {
    font-size: 15px;
  }
  .subscription-block .inner-block .box .item-wrap .over-area .inside .circle .inn .num .large {
    font-size: 50px;
  }
  .item-detail .subscription-1st-block .item-wrap .img {
    width: 50px;
    margin: 143px 0 0 40px;
    position: absolute;
    z-index: 10;
  }
  .item-detail .subscription-1st-block .over-area {
    background-color: #fff;
  }
  .item-detail .subscription-1st-block .txt-wrap {
    text-align: center;
  }
  .item-detail .subscription-1st-block .txt-wrap .subscription .place .num-txt-1st {
    font-size: 40px;
  }
  .item-detail .subscription-1st-block .txt-wrap .subscription .place .num-txt-other {
    font-size: 20px;
  }
  .inn.subscprice_box {
    margin-left: 120px;
    padding: 10px;
  }
  .item-detail .subscription-1st-block .over-area .subsc_arrow_space img {
    width: 26px;
    height: 26px;
  }
  .price_space {
    display: none;
  }
  .subscription-1st-block .inner-block .box .txt-btn-top {
    padding: 10px 20px;
  }
  .item-detail .subscription-1st-block .c-btn03 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .item-detail .subscription-1st-block .note {
    padding: 0 10px 0;
  }
  .item-detail .subscription-1st-block .subsc_about {
    padding-bottom: 30px;
    margin-top: 20px;
  }
}

/* FAQ 画面キャプチャ周り */
.page-template-reinca_templates_pagefaq-php .mypage-step-ss-wrap {
  overflow-x: scroll;
  margin-bottom: 2rem;
}
.page-template-reinca_templates_pagefaq-php table.mypage-step-ss {
  width: 100%;
  border-collapse: collapse;
  /* white-space: nowrap; */
}
.page-template-reinca_templates_pagefaq-php table.mypage-step-ss td {
  vertical-align: top;
}

@media only screen and (min-width: 641px) {
  .page-template-reinca_templates_pagefaq-php table.mypage-step-ss .sp-only {
    display: none;
  }
  .page-template-reinca_templates_pagefaq-php table.mypage-step-ss td {
    min-width: 520px;
    max-width: 520px;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-reinca_templates_pagefaq-php table.mypage-step-ss .pc-only {
    display: none;
  }
  .page-template-reinca_templates_pagefaq-php table.mypage-step-ss td {
    min-width: 250px;
    max-width: 250px;
    padding: 0 20px;
    font-size: 12px;
  }
}

/* kikuchi_fix_20220210_HP-1267_【reinca公式ページ】エッセンスオイルPOについて（商品詳細ページ） */
/* ABOUTページ　オイルPO追加 */
@media only screen and (min-width: 641px) {
  .about .bg-box-area.bg-box-scent.bg-scent-po .box-items {
    width: 80%;
  }
  .about .bg-box-area.bg-scent-po .box {
    width: 55%;
  }
  .about .bg-box-area.bg-box-scent.bg-scent-po {
    padding-right: 30px;
  }
}

/* kikuchi_fix_20220216_HP-1267_【reinca公式ページ】エッセンスオイルPOについて（商品詳細ページ） */
/* Howtoページ　オイルPO追加 */
.howto .howto-block .box-wrap.box-or:before {
  display: none;
}
.howto .howto-block .box-wrap.box-or:after {
  display: none;
}
.howto .howto-block .box-wrap .oil-wrap .box-oil {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
}

@media only screen and (max-width: 640px) {
  .howto .howto-block .box-wrap {
    flex-wrap: wrap;
  }
  .box.box11 {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 641px) {
  .howto .howto-block .box-wrap.box-border .oil-wrap .box11 {
    margin: -55px auto 0;
  }
}

/* 商品ページ　定期便サービスエリア下　オイル2種 */
/* kikuchi_fix_20220221_HP-1266_オイル3種「初回定期50%オフ」エリア改修 */
.first-others-item {
  background-color: #f5f5f5;
  padding-bottom: 30px;
}
.first-others-item .c-ttl03 {
  margin-bottom: 0;
}
.first-others-item .box-oil {
  display: flex;
  justify-content: center;
  text-align: center;
}
.first-others-item .box-oil img {
  width: 30%;
  height: 70%;
}
.first-others-item .box-wrap.box-item .box-oil .box .name a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #8b8635;
  border-right: 2px solid #8b8635;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 20px;
}
@media only screen and (max-width: 640px) {
  .first-others-item .c-ttl03 {
    text-align: center;
  }
  .first-others-item .box-oil img {
    width: 50%;
  }
  .first-others-item .inner-block {
    padding: 0;
  }
  .first-others-item .box-oil {
    padding: 20px;
    width: auto;
  }
  .first-others-item .txt-area {
    font-size: 13px;
    font-weight: 500;
  }
  .first-others-item .box-wrap.box-item .box-oil .box .name a:after {
    content: "";
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-top: 1px solid #8b8635;
    border-right: 1px solid #8b8635;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 641px) {
  .first-others-item .c-ttl03 {
    margin-bottom: 0;
  }
}

/* クレイエンスバナー追加によるカラム横幅調整 */
/* kikuchi_fix_20220221_HP-1413_【footer】canadel差替え・clayence追加 */
@media only screen and (min-width: 641px) and (min-width: 1100px) {
  .c-footer .upper .bnr-wrap .small-bnr {
    width: 55%;
  }
  .c-footer .upper .bnr-wrap .media-bnr {
    width: 42%;
  }
}

/* kikuchi_220705_HP-1616 トップページのpagetopボタンを非表示にしたい */
.page-template-reinca_templates_pagetop-php .c-pagetop {
  display: none !important;
}

/* yamanaka_220812_HP-1670 サスティナサイトのバナー作成&設置 */
.c-footer .upper .small-bnr .ttl .en,
.c-footer .upper .small-bnr .ttl .ja {
  display: block;
}
.c-footer .bnr-wrap .bnr-list li .txt {
  margin-bottom: 10px;
  font-size: 12px;
}
.c-footer .upper .small-bnr .ttl {
  margin-bottom: 25px;
}

.c-footer .bnr-wrap .bnr-list li .c-bnr {
  box-shadow: 2px 3px 3px #cdc5c0;
}
@media only screen and (min-width: 641px) {
  .c-footer .upper .small-bnr .small-bnr-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer .upper .small-bnr {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .c-footer .upper .small-bnr .ttl .ja {
    color: #444;
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  .c-footer .upper .small-bnr .ttl {
    margin-bottom: 25px;
    text-align: center;
  }
  .c-footer .bnr-wrap {
    margin-top: 80px;
  }
  .c-footer .bnr-wrap .bnr-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .c-footer .bnr-wrap .bnr-list li {
    margin: 0;
    width: calc((100% - 90px) / 3);
  }
  .c-footer .bnr-wrap .bnr-list .ttl {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .c-footer .bnr-wrap .bnr-list li + li {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 640px) {
  .c-footer .bnr-wrap .bnr-list li + li {
    margin-top: 30px;
  }
  .c-footer .upper .small-bnr .small-bnr-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
  }
  .c-footer .upper .small-bnr .small-bnr-list li {
    width: 50%;
  }
  .small-bnr .ttl img {
    height: 21px;
  }
  .c-footer .upper .small-bnr .ttl .ja {
    margin-top: 10px;
    font-size: 12px;
  }
}

/* 230117_wakisaka フッターにロゴ追加＋FAX番号追加 */
.c-footer .upper .small-bnr .small-bnr-list {
  flex-wrap: wrap;
}
.c-footer .upper .small-bnr .small-bnr-list li {
  width: 185px;
}
.c-footer .middle .inner-block {
  padding-top: 35px;
  padding-bottom: 35px;
}
.c-footer .middle .wrap .inn {
  text-align: left;
}
.c-footer .middle .wrap .inn .tel-block:nth-child(2) {
  margin-bottom: 30px;
}
.c-footer .middle .wrap .inn .tel-block .tel-ttl {
  font-size: 14px;
  color: #8b8635;
  margin-bottom: 10px;
}
.c-footer .middle .wrap .inn .tel-block .tel-content {
  margin-left: 14px;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn {
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .fax {
  font-size: 22px;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .fax .tel-txt {
  font-size: 22px;
  padding-left: 45px;
  padding-top: 2px;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .fax .tel-txt:before {
  width: 35px;
  height: 22px;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .txt {
  padding-left: 0;
  text-align: left;
}
.c-footer .middle .wrap .btn-wrap .c-btn0a {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .c-footer .upper .small-bnr {
    padding-bottom: 35px;
  }
  .c-footer .upper .small-bnr .small-bnr-list li {
    width: 50%;
  }
  .c-footer .middle .wrap .btn-wrap .c-btn0a {
    text-align: center;
  }
  .c-footer .middle .wrap .inn .tel-btn .tel-txt {
    padding-left: 45px;
  }
}

/* 230411_murai 商品詳細ページのレビューリンク表示修正について */
.zv-form svg.zv-form-star-svg-on,
#ZVList .zv-star-svg,
#ZVList .zv-star-svg-sub {
  fill: #ef8137 !important;
}
#ZVList .zv-bipolar-dot,
#ZVList .zv-bipolar-dot {
  background: #ef8137 !important;
}

/* 20230629_murai フッターロゴ追加・調整 */
.footer-brand-wrap {
  padding-bottom: 80px;
}
.footer-brand-top {
  max-width: 335px;
  margin-bottom: 26px;
}
.footer-brand-top a {
  transition: 0.3s ease-in-out;
  display: block;
}
.footer-brand-top a:hover {
  opacity: 0.7;
}
.footer-brand-top .footer-brand-top-text {
  margin-top: 20px;
  font-size: 14px;
}
.footer-brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px 23px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-brand-list a {
  display: block;
  width: 203px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer-brand-list a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .footer-brand-wrap {
    padding-bottom: 35px;
  }
  .footer-brand-top a {
    display: block;
    max-width: 251px;
    margin: 0 auto 10px;
  }
  .footer-brand-top .footer-brand-top-text {
    font-size: 12px;
    text-align: center;
    margin-top: 0;
  }
  .footer-brand-list {
    gap: 18px 10px;
  }
  .footer-brand-list a {
    width: calc((100% - 20px) / 3);
  }
}

/* 20231031_murai レビューキャンペーンバナー*/
.item-detail .review-block .annouce-box .img {
  display: block;
  max-width: 90%;
  margin: 0 auto 35px;
  -webkit-box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
  box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}
@media only screen and (min-width: 641px) {
  .item-detail .review-block .annouce-box .img {
    max-width: 80%;
    margin-bottom: 45px;
  }
}

/* Reinca サイト作成*/
/* -------------
  Common
------------- */
.sp {
  display: none !important;
}
@media (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

body {
  color: #393939;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.875;
  font-style: normal;
  background-image: url(/assets/images/reinca/bg.jpg?v4) !important;
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 640px) {
  body {
    background-image: url(/assets/images/reinca/bg_sp.jpg?v3) !important;
    font-size: 12px;
    line-height: 1.833;
  }
}

main {
  padding-top: 80px;
}
@media (max-width: 640px) {
  main {
    padding-top: 55px;
  }
}

.din {
  font-family: "din-2014", sans-serif !important;
  font-style: normal;
}

.inner {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .inner {
    max-width: 100%;
    padding: 0 30px;
  }
}

/* img {
  display: block;
  width: 100%;
} */

.view_more {
  display: block;
  width: 100%;
  max-width: 120px;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 3px;
  line-height: 1;
  border-bottom: solid 1px #8b8635;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 500;
  position: relative;
}
.view_more img {
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view_more span {
  margin-left: 18px;
}
.view_more:hover img {
  left: 3px;
}

.note {
  font-size: 12px;
  line-height: 1.666;
  text-align: left;
}
@media (max-width: 640px) {
  .note {
    font-size: 10px;
    line-height: 2;
  }
}

.hdg2.en_jp {
  line-height: 1;
}
.hdg2.en_jp span {
  display: block;
}
.hdg2.en_jp .en {
  font-size: 40px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  color: #444444;
}
@media (max-width: 640px) {
  .hdg2.en_jp .en {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.hdg2.en_jp .jp {
  font-size: 16px;
  color: #8b8635;
  font-weight: 500;
}
@media (max-width: 640px) {
  .hdg2.en_jp .jp {
    font-size: 12px;
  }
}

.btn {
  display: block;
  width: 100%;
  max-width: 290px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 21px 10px 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .btn {
    font-size: 14px;
    padding: 21px 30px;
  }
}
.btn::after {
  content: "";
  display: block;
  width: 8.808px;
  height: 14.115px;
  background-image: url(/assets/images/reinca/arrow_before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 641px) {
  .btn:hover {
    background-color: #8b8635;
    color: #ffffff;
  }
  .btn:hover::after {
    background-image: url("../img/common/arrow_after.svg");
  }
}
.btn + .btn {
  margin-top: 13px;
}
.btn.btn2 {
  border: solid 1px #8b8635;
  font-size: 14px;
  color: #8b8635;
  padding: 20px 10px;
}
.btn.btn2:hover {
  color: #ffffff;
}

.item_table {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  padding: 58px 60px 24px;
}
@media screen and (max-width: 949px) {
  .item_table {
    padding: 38px 20px 22px;
  }
}
.item_table img {
  display: unset;
  width: unset !important;
  max-width: 100% !important;
}
.item_table_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 22px;
}
@media screen and (max-width: 949px) {
  .item_table_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.item_table_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px 1.1461318052%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 949px) {
  .item_table_block {
    gap: 0;
  }
}
.item_table_block-col2 {
  width: 69.8%;
}
@media screen and (max-width: 949px) {
  .item_table_block-col2 {
    width: 100%;
  }
}
.item_table_block-col2 .item_table_col {
  width: 49.4269340974%;
}
@media screen and (max-width: 949px) {
  .item_table_block-col2 .item_table_col {
    width: 100%;
  }
}
.item_table_block-col1 {
  width: 28%;
}
@media screen and (max-width: 949px) {
  .item_table_block-col1 {
    width: 100%;
    margin-top: 60px;
  }
}
.item_table_block-col1 .item_table_col {
  width: 100%;
}
.item_table_block_title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 14px;
}
@media screen and (max-width: 949px) {
  .item_table_block_title {
    height: 10px;
    margin-bottom: 24px;
  }
}
.item_table_block_title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #231815;
  z-index: 1;
}
@media screen and (max-width: 949px) {
  .item_table_block_title::before {
    height: 1px;
  }
}
.item_table_block_title_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 12px;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 949px) {
  .item_table_block_title_text {
    height: 10px;
    padding: 0 33px;
  }
}
@media screen and (max-width: 949px) {
  .item_table_block_title_text img {
    width: auto;
    height: 100%;
  }
}
.item_table_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.item_table_col-pre dt {
  background: #ecebea;
}
.item_table_col-pre dd {
  background: #f6f6f6;
}
.item_table_col-charge dt {
  background: #ebd8c6;
}
.item_table_col-charge dd {
  background: #fbf8f4;
}
.item_table_col-intensive dt {
  background: #f0eee1;
}
.item_table_col-intensive dd {
  background: #f7f7f0;
}
.item_table_col_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 37px;
  margin-bottom: 7px;
}
.item_table_col_row-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.375;
  padding: 16px;
  min-height: 126px;
  margin-bottom: 7px;
}
@media screen and (max-width: 949px) {
  .item_table_col_row-detail {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.5714285714;
  }
}
.item_table_col_row-products {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: auto;
}
.item_table_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item_table_list_item {
  padding: 48px 36px 39px;
}
@media screen and (max-width: 949px) {
  .item_table_list_item {
    padding: 35px 32px 35px;
  }
}
@media (min-width: 641px) {
  .item_table_list_item:not(:first-child) {
    position: relative;
  }
}
.item_table_list_item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 88.6956521739%;
  max-width: 306px;
  height: 1px;
  background: #d3d3d3;
}
@media screen and (max-width: 949px) {
  .item_table_list_item:not(:first-child)::before {
    content: none;
  }
}
@media screen and (max-width: 949px) {
  .item_table_list_item:not(:first-child) {
    margin-top: -46px;
  }
}
.item_table_product-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 33px;
}
@media screen and (max-width: 949px) {
  .item_table_product-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px 0;
  }
}
.item_table_product-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.item_table_product_info {
  width: 100%;
  max-width: 166px;
}
.item_table_product_info_title {
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 949px) {
  .item_table_product_info_title {
    margin-bottom: 14px;
  }
}
.item_table_product_info_link {
  margin: 20px auto 0;
}
@media screen and (max-width: 949px) {
  .item_table_product_info_link {
    margin-top: 28px;
  }
}
.item_table_product_info_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 949px) {
  .item_table_product_info_image {
    display: block;
  }
}
@media screen and (max-width: 949px) {
  .item_table_product_info_image img {
    width: 100% !important;
  }
}
.item_table_product_info_image-01_01 {
  max-width: 67px;
}
@media screen and (max-width: 949px) {
  .item_table_product_info_image-01_01 {
    width: 31.7535545024%;
    max-width: inherit;
  }
}
.item_table_product_info_image-01_02 {
  max-width: 38px;
}
@media screen and (max-width: 949px) {
  .item_table_product_info_image-01_02 {
    width: 21.8009478673%;
    max-width: inherit;
  }
}
.item_table_product_info_image-02_01 {
  max-width: 38px;
}
@media screen and (max-width: 949px) {
  .item_table_product_info_image-02_01 {
    width: 18.009478673%;
    max-width: inherit;
  }
}
.item_table_product_info_image-02_02 {
  max-width: 38px;
}
@media screen and (max-width: 949px) {
  .item_table_product_info_image-02_02 {
    width: 17.5355450237%;
    max-width: inherit;
  }
}
.item_table_product_info_image-03_01 {
  max-width: 102px;
}
@media screen and (max-width: 949px) {
  .item_table_product_info_image-03_01 {
    width: 48.3412322275%;
    max-width: inherit;
  }
}
@media screen and (max-width: 949px) {
  .item_table_product_info_image .img_pc {
    display: none;
  }
}
.item_table_product_info_image .img_sp {
  display: none;
}
@media screen and (max-width: 949px) {
  .item_table_product_info_image .img_sp {
    display: block;
    width: 100%;
  }
}
.item_table_annotation {
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 18px;
  padding-left: 5px;
}
@media screen and (max-width: 949px) {
  .item_table_annotation {
    margin: 22px 0;
    padding: 0;
  }
}

.products-section {
  background-image: url(/assets/images/reinca/products_bg.jpg?v2);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 112px;
  padding-bottom: 107px;
}
@media (max-width: 640px) {
  .products-section {
    background-image: url(/assets/images/reinca/products_bg_sp.jpg?v2);
    padding-top: 27px;
    padding-bottom: 47px;
  }
}
.products-section .box {
  width: 100%;
  max-width: 290px;
  margin: 0 70px 0 auto;
  text-align: center;
}
@media (max-width: 640px) {
  .products-section .box {
    max-width: 100%;
    margin: 0 auto;
  }
}
.products-section .box .hdg2.en_jp {
  margin-bottom: 36px;
}
@media (max-width: 640px) {
  .products-section .box .hdg2.en_jp {
    text-align: left;
    margin-bottom: 262px;
  }
}
.products-section .btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------
  Home
------------- */
@media (max-width: 640px) {
  .home .inner {
    padding: 0 10px;
  }
}
.home .mv {
  width: 100%;
}
.home .mv_img {
  position: relative;
  height: calc(100vw * 0.495);
  overflow: hidden;
}
@media (max-width: 640px) {
  .home .mv_img {
    height: calc(100vw * 1.28);
  }
}
.home .mv_img .mv_img_main {
  animation: fadezoom 5s 0s forwards;
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.home .mv_img_txt {
  position: absolute;
  width: 26.6243vw;
  top: 21.4vw;
  left: 8.2vw;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .home .mv_img_txt {
    width: 60.616vw;
    top: 97vw;
    left: 49.2%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation-name: blurAnime-sp;
  }
}
@keyframes blurAnime-sp {
  from {
    filter: blur(10px);
    transform: scale(1.02) translateX(-50%);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}
.home .sec01 {
  padding-top: 87px;
  padding-bottom: 125px;
  text-align: center;
}
@media (max-width: 640px) {
  .home .sec01 {
    padding-top: 29px;
    padding-bottom: 86px;
  }
}
.home .sec01 .hdg2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .home .sec01 .hdg2 {
    font-size: 18px;
    line-height: 1.5555;
    margin-bottom: 30px;
  }
}
.home .sec01 .lead_txt {
  font-size: 18px;
  line-height: 1.9444;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .home .sec01 .lead_txt {
    font-size: 12px;
    line-height: 2.333;
  }
}
.home .sec01 .lead_txt + .lead_txt {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .home .sec01 .lead_txt + .lead_txt {
    margin-top: 26px;
  }
}
@media (max-width: 640px) {
  .home .sec01 .note {
    margin-top: 32px;
  }
}
.home .sec01 .view_more {
  margin: 55px auto 70px;
}
@media (max-width: 640px) {
  .home .sec01 .view_more {
    margin: 37px 0 0 auto;
  }
}
.home .sec03 {
  padding-top: 111px;
  padding-bottom: 42px;
}
@media (max-width: 640px) {
  .home .sec03 {
    padding-top: 112px;
    padding-bottom: 35px;
  }
}
.home .sec03 .hdg2.en_jp {
  margin-bottom: 48px;
}
@media (max-width: 640px) {
  .home .sec03 .hdg2.en_jp {
    margin-bottom: 30px;
  }
}
.home .sec03 .column_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 6px 42px;
  gap: 3.859%;
}
@media (max-width: 640px) {
  .home .sec03 .column_list {
    margin: 0 0 23px;
    gap: 20px 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.home .sec03 .column_list li {
  display: block;
  width: 22.10575;
  max-width: 252px;
}
@media (max-width: 640px) {
  .home .sec03 .column_list li {
    max-width: 100%;
    width: calc((100% - 15px) / 2);
  }
}
.home .sec03 .column_list li:hover .column_img {
  -webkit-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.home .sec03 .column_list li:hover .column_txt {
  color: #8b8635;
}
.home .sec03 .column_list li .column_img {
  margin-bottom: 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .home .sec03 .column_list li .column_img {
    margin-bottom: 16px;
  }
}
.home .sec03 .column_list li .column_cat {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  margin-bottom: 15px;
  display: block;
  color: #8b8635;
}
@media (max-width: 640px) {
  .home .sec03 .column_list li .column_cat {
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    margin-right: -1px;
  }
}
.home .sec03 .column_list li .column_txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .home .sec03 .column_list li .column_txt {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.home .sec03 .view_more {
  margin-left: auto;
}
.home .sec04 {
  padding-top: 127px;
  padding-bottom: 127px;
}
@media (max-width: 640px) {
  .home .sec04 {
    padding-top: 90px;
    padding-bottom: 77px;
  }
}
.home .sec04 .box {
  width: 100%;
  max-width: 473px;
}
@media (max-width: 640px) {
  .home .sec04 .box {
    max-width: 100%;
  }
}
.home .sec04 .hdg2.en_jp {
  margin-bottom: 26px;
}
@media (max-width: 640px) {
  .home .sec04 .hdg2.en_jp {
    margin-bottom: 34px;
  }
}
.home .sec04 .info_list {
  width: 100%;
  border-top: solid 1px #939393;
  border-bottom: solid 1px #939393;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .home .sec04 .info_list {
    margin-bottom: 20px;
  }
}
.home .sec04 .info_list li {
  display: block;
  width: 100%;
  padding: 30px 0 27px;
}
@media (max-width: 640px) {
  .home .sec04 .info_list li {
    padding: 20px 20px 17px;
  }
}
.home .sec04 .info_list li .info_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 19px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .home .sec04 .info_list li .info_top {
    margin-bottom: 10px;
    gap: 17px;
  }
}
.home .sec04 .info_list li .info_top .info_date {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.2em;
}
.home .sec04 .info_list li .info_top .info_cat {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 4px 7.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  background-color: #393939;
}
.home .sec04 .info_list li .info_txt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .sec04 .info_list li + li {
  border-top: solid 1px #939393;
}
.home .sec04 .info_list li:hover .info_txt {
  color: #8b8635;
}
.home .sec04 .view_more {
  margin-left: auto;
  margin-right: -5px;
}
@media (max-width: 640px) {
  .home .sec04 .view_more {
    margin-right: 0;
  }
}

/*
  header
*/
.c-header .logo {
  width: 100px;
}
@media screen and (max-width: 950px) {
  .c-header .logo {
    width: 85px;
    margin: 15px 0 0 30px;
    padding: 0;
  }
}
@media screen and (max-width: 950px) {
  .c-header .nav-wrap {
    height: 100%;
  }
}
.c-header .nav-list {
  padding-right: 61px;
}
@media screen and (max-width: 950px) {
  .c-header .nav-list {
    padding: 0;
  }
}
@media screen and (max-width: 950px) {
  .c-header .nav-list li.li-login a.login-false {
    background: #8b8635;
  }
}
.c-header .nav-list li a {
  font-size: 15px;
}
@media screen and (max-width: 950px) {
  .c-header .nav-list li a {
    font-size: 16px;
    padding: 17px 30px;
  }
}
.c-header .nav-list li a::after {
  background: #878233;
}
.c-header .nav-list li:hover a::after {
  background: #878233;
}
@media screen and (max-width: 950px) {
  .c-header .nav-list li a:not(.js-aco-btn-sp)::before {
    border-color: #878233;
  }
}
@media screen and (max-width: 950px) {
  .c-header .nav-list li .mega-menu li a {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 950px) {
  .c-header .nav-btn .inn .line {
    height: 1.5px;
    background: #8b8635;
  }
}
.c-header .btn-wrap a .ico.login,
.c-header .btn-wrap a .ico.cart {
  background: #ededed;
}
.c-header .btn-wrap a:hover .ico.login,
.c-header .btn-wrap a:hover .ico.cart {
  background: #8b8635;
}
.c-header .btn-wrap a:hover .ico.login svg g path,
.c-header .btn-wrap a:hover .ico.cart svg g path {
  stroke: #fff !important;
}
.c-header .btn-wrap a:hover .ico.login svg g line,
.c-header .btn-wrap a:hover .ico.cart svg g line {
  stroke: #fff !important;
}
.c-header .btn-wrap a:hover .txt {
  color: #393939;
}
@media screen and (max-width: 950px) {
  .c-header .cart-btn {
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 950px) {
  .c-header .cart-btn .ico {
    background: #8b8635;
  }
}
@media screen and (max-width: 950px) {
  .c-header .contact-wrap {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .c-header .contact-wrap .inn .ttl {
    color: #8b8635;
    position: relative;
  }
}
@media screen and (max-width: 950px) {
  .c-header .contact-wrap .inn .tel-btn {
    color: #8b8635;
    border-color: #8b8635;
  }
}
@media screen and (max-width: 950px) {
  .c-header .contact-wrap .inn .tel-btn .tel-text::before {
    background: url(../img/common/ico-tel.svg);
  }
}
@media screen and (max-width: 950px) {
  .c-header .contact-wrap .inn .txt {
    position: relative;
  }
}
@media screen and (max-width: 950px) {
  .c-header .contact-wrap .btn-box .c-btn0a a {
    color: #8b8635;
    border-color: #8b8635;
  }
}
@media screen and (max-width: 950px) {
  .c-header .contact-wrap .btn-box .c-btn0a a::after {
    border-color: #8b8635;
  }
}
.c-header .btn-wrap .txt {
  margin-bottom: 0;
}

/*
  footer
*/
.c-footer .inner-block {
  max-width: 1175px;
}
.c-footer .upper .link-wrap {
  padding-left: 9.5154185022%;
}
@media screen and (max-width: 640px) {
  .c-footer .upper .link-wrap {
    padding: 0;
  }
}
.c-footer .upper .link-wrap .box {
  width: 22.7%;
}
@media screen and (max-width: 640px) {
  .c-footer .upper .link-wrap .box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .c-footer .upper .link-wrap .ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #393939;
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) {
  .c-footer .upper .link-wrap .ttl::after {
    border-color: #8b8635;
  }
}
.c-footer .upper .link-wrap .ttl .en {
  color: #393939;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.01em;
}
.c-footer .upper .link-wrap .ttl .en::before {
  background: #8b8635;
}
@media screen and (max-width: 640px) {
  .c-footer .upper .link-wrap .c-en {
    font-size: 10px;
    font-family: "din-2014", sans-serif;
    padding-left: 18px;
  }
}
.c-footer .upper .link-wrap .txt-link-list {
  padding: 23px 0 0 12px;
}
.c-footer .upper .link-wrap .txt-link-list li + li {
  margin-top: 5px;
}
.c-footer .upper .bnr-wrap {
  display: none;
}
.c-footer .middle {
  background: #eeeee7;
}
.c-footer .middle .inner-block {
  max-width: 972px;
  padding-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .inner-block {
    padding: 25px 30px 20px;
  }
}
.c-footer .middle .wrap .inn {
  padding: 5px 0 0 9px;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .wrap .inn {
    padding: 0;
  }
}
.c-footer .middle .wrap .inn .ttl {
  color: #8b8635;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .wrap .inn .tel-block:nth-child(2) {
    margin: 0;
  }
}
.c-footer .middle .wrap .inn .tel-block .tel-ttl {
  color: #8b8635;
}
.c-footer .middle .wrap .inn .tel-block .tel-content {
  margin: 0;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn {
  color: #8b8635;
  border-color: #8b8635;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    background: #fff;
    border: 1px solid #8b8635;
  }
}
.c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn .tel-txt {
  font-size: 39px;
  letter-spacing: 0.01em;
  font-weight: 400;
  padding-left: 76px;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn .tel-txt {
    color: #393939;
    font-size: 26px;
    padding: 0 0 0 18px;
    position: relative;
    top: -3px;
  }
}
.c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn .tel-txt::before {
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 33px;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn .tel-txt::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -47px;
    margin: auto;
    width: 35px;
    height: 23px;
  }
}
.c-footer .middle .wrap .inn .tel-block .tel-content .txt {
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .wrap .inn .tel-block .tel-content .txt {
    text-align: center;
    line-height: 1.4615384615;
    margin-top: 8px;
  }
}
.c-footer .middle .wrap .inn .tel-block .tel-content .txt small {
  font-size: 12px;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .wrap .inn .tel-block .tel-content .txt small {
    font-size: 14px;
  }
}
.c-footer .middle .wrap .btn-wrap {
  margin-top: 35px;
  margin-right: 3px;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .wrap .btn-wrap {
    margin-top: 13px;
    margin-right: 0;
  }
}
.c-footer .middle .wrap .btn-wrap .c-btn0a a {
  color: #8b8635;
  font-size: 16px;
  border-color: #8b8635;
  max-width: 290px;
  padding: 12px 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .wrap .btn-wrap .c-btn0a a {
    /* font-size: 14px; */
    max-width: 318px;
    margin: 0;
    padding: 14px 20px;
  }
}
.c-footer .middle .wrap .btn-wrap .c-btn0a a::after {
  border-color: #8b8635;
}
.c-footer .middle .wrap .btn-wrap .c-btn0a a:hover {
  color: #fff;
  background: #8b8635;
}
.c-footer .middle .wrap .btn-wrap .c-btn0a a:hover::after {
  border-color: #fff;
}
.c-footer .middle .law-txt {
  color: #393939;
  margin-top: 16px;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  .c-footer .middle .law-txt {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.9090909091;
    margin-top: 31px;
    padding: 0;
  }
}
.c-footer .bottom .inner-block {
  padding-top: 31px;
}
@media screen and (max-width: 640px) {
  .c-footer .bottom .inner-block {
    padding: 21px 30px 48px;
  }
}
.c-footer .bottom .link-area .sns-link-list {
  width: 17%;
}
@media screen and (max-width: 640px) {
  .c-footer .bottom .link-area .sns-link-list {
    width: 100%;
  }
}
.c-footer .bottom .link-area .sns-link-list a {
  width: 28px;
}
@media screen and (max-width: 640px) {
  .c-footer .bottom .link-area .sns-link-list a {
    width: 32px;
  }
}
.c-footer .bottom .link-area .link-list {
  margin: -5px auto 0;
}
@media screen and (max-width: 640px) {
  .c-footer .bottom .link-area .link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.c-footer .bottom .link-area .link-list li {
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .c-footer .bottom .link-area .link-list li {
    width: 50%;
    margin: 0 !important;
  }
}
.c-footer .bottom .link-area .link-list li:last-child {
  margin-right: 0;
}
.c-footer .bottom .link-area .link-list a {
  color: #747474;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-footer .bottom .link-bnr {
  display: none !important;
}
.c-footer .bottom .copyright {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .c-footer .bottom .copyright {
    margin-top: 127px;
  }
}

.footer-brand-wrap {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 54px;
}
@media screen and (max-width: 640px) {
  .footer-brand-wrap {
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 66px;
  }
}
.footer-brand-top {
  max-width: 323px;
  margin-bottom: 33px;
}
@media screen and (max-width: 640px) {
  .footer-brand-top {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 640px) {
  .footer-brand-top a {
    max-width: 234px;
    margin: 0;
  }
}
.footer-brand-top .footer-brand-top-text {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .footer-brand-top .footer-brand-top-text {
    font-size: 10px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 6px;
  }
}
.footer-brand-list {
  gap: 26px 30px;
}
@media screen and (max-width: 640px) {
  .footer-brand-list {
    gap: 18px 10px;
  }
}
.footer-brand-list a {
  width: calc((100% - 120px) / 5);
}
@media screen and (max-width: 640px) {
  .footer-brand-list a {
    width: calc((100% - 20px) / 3);
  }
}

.c-pagetop a {
  background: #8b8635;
}

/*----------------------------------

about

----------------------------------*/
.about .page-title-block {
  padding: 0 0 40px;
}
.about .page-title-block .c-ttl02 .en {
  font-size: 50px;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.about .page-title-block .c-ttl02 .ja {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #8b8635;
  margin-top: 0;
}
@media (max-width: 640px) {
  .about .page-title-block {
    padding: 50px 0 30px;
  }
  .about .page-title-block .c-ttl02 .en {
    font-size: 34px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    line-height: 1;
  }
  .about .page-title-block .c-ttl02 .ja {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #8b8635;
    margin-top: 5px;
  }
}
.about .section_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7307692308;
  text-align: center;
}
@media (max-width: 640px) {
  .about .section_title {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    text-align: left;
  }
}
.about .section_title-sub {
  text-align: center;
  margin-top: 14px;
}
@media (max-width: 640px) {
  .about .section_title-sub {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
  }
}
.about .philosophy {
  width: 100%;
}
.about .philosophy_title {
  margin-bottom: 73px;
  padding-top: 77px;
  padding-bottom: 123px;
  background-image: url(/assets/images/reinca/philosophy_title_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .about .philosophy_title {
    margin-bottom: 46px;
    padding-top: 30px;
    padding-bottom: 80px;
    background-image: url(/assets/images/reinca/philosophy_title_bg_sp.jpg);
  }
}
.about .philosophy_title_inner {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .about .philosophy_title_inner {
    padding: 0 30px;
  }
}
.about .philosophy_title-en {
  display: block;
  color: #8b8635;
  font-size: 22px;
  letter-spacing: -0.025em;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-style: normal;
  margin-bottom: 27px;
  letter-spacing: 0.2em;
}
@media (max-width: 640px) {
  .about .philosophy_title-en {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
.about .philosophy_title-ja {
  display: block;
  font-size: 30px;
  letter-spacing: -0.088em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .about .philosophy_title-ja {
    font-size: 21px;
    line-height: 1.5;
    max-width: 230px;
    width: 100%;
  }
}
.about .philosophy_lead {
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .about .philosophy_lead {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.about .philosophy_lead_annotation {
  display: block;
  font-size: 10px;
  letter-spacing: 0.01em;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .about .philosophy_lead_annotation {
    margin-top: 34px;
  }
}
.about .turnover {
  padding-top: 88px;
}
@media (max-width: 640px) {
  .about .turnover {
    padding-top: 69px;
  }
}
.about .turnover_table {
  margin-top: 56px;
}
@media (max-width: 640px) {
  .about .turnover_table {
    margin-top: 18px;
  }
}
.about .turnover_engy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 90px;
  margin-top: 142px;
}
@media (max-width: 640px) {
  .about .turnover_engy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 28px 0;
    margin-top: 84px;
  }
}
.about .turnover_engy_image {
  width: 454px;
}
@media (max-width: 640px) {
  .about .turnover_engy_image {
    width: 100%;
  }
}
.about .turnover_engy_info {
  width: calc(100% - 544px);
}
@media (max-width: 640px) {
  .about .turnover_engy_info {
    width: 100%;
  }
}
.about .turnover_engy_info_title {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
}
@media (max-width: 640px) {
  .about .turnover_engy_info_title {
    font-size: 18px;
    letter-spacing: 0.001em;
    line-height: 1.6666666667;
  }
}
.about .turnover_engy_info_text {
  letter-spacing: 0.06em;
  margin-top: 35px;
}
@media (max-width: 640px) {
  .about .turnover_engy_info_text {
    letter-spacing: 0.1em;
    margin-top: 27px;
  }
}
.about .turnover_extract {
  margin-top: 140px;
}
@media (max-width: 640px) {
  .about .turnover_extract {
    margin-top: 90px;
  }
}
.about .turnover_extract_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 51px;
  padding: 50px 62px 54px 83px;
  background: #fff;
}
@media (max-width: 640px) {
  .about .turnover_extract_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 26px 20px;
  }
}
.about .turnover_extract_block_info {
  width: calc(100% - 349px);
}
@media (max-width: 640px) {
  .about .turnover_extract_block_info {
    width: 100%;
  }
}
.about .turnover_extract_block_info_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .about .turnover_extract_block_info_title {
    font-size: 17px;
  }
}
.about .turnover_extract_block_info_text {
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media (max-width: 640px) {
  .about .turnover_extract_block_info_text {
    line-height: 2.0833333333;
    margin-top: 5px;
  }
}
.about .turnover_extract_block_image {
  width: 298px;
}
@media (max-width: 640px) {
  .about .turnover_extract_block_image {
    width: 100%;
  }
}
.about .turnover_extract_annotation {
  font-size: 10px;
  letter-spacing: 0.01em;
  margin-top: 29px;
  border: solid 1px #393939;
  padding: 5px;
  display: inline-block;
}
@media (max-width: 640px) {
  .about .turnover_extract_annotation {
    line-height: 2;
    margin-top: 10px;
  }
}
.about .unique {
  padding-top: 135px;
}
@media (max-width: 640px) {
  .about .unique {
    padding-top: 25px;
  }
}
.about .unique_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 36px 14px;
  max-width: 862px;
  margin: 70px auto 0;
}
@media (max-width: 640px) {
  .about .unique_list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px 18px;
    max-width: 310px;
    margin-top: 46px;
  }
}
.about .unique_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 205px;
  padding: 14px 14px 16px;
  background: #f6c6ca;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .about .unique_list_item {
    max-width: 146px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.about .unique_list_cat {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  padding: 2px 8px;
  background: #ffeded;
}
@media (max-width: 640px) {
  .about .unique_list_cat {
    font-size: 10px;
    letter-spacing: 0.01em;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.about .unique_list_name {
  position: relative;
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.3636363636;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .about .unique_list_name {
    font-size: 16px;
    line-height: 1.375;
  }
}
.about .unique_list_name sup {
  font-size: 11px;
  letter-spacing: 0.01em;
  width: 20px;
}
@media (max-width: 640px) {
  .about .unique_list_name sup {
    font-size: 10px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.about .unique_list_num {
  position: relative;
  color: #e45560;
  font-size: 39px;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 0.6666666667;
  margin-top: 12px;
}
@media (max-width: 640px) {
  .about .unique_list_num {
    font-size: 26px;
    line-height: 1;
    margin-top: 4px;
  }
}
.about .unique_list_num-unit {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .about .unique_list_num-unit {
    font-size: 23px;
  }
}
.about .unique_list_num sup {
  color: #393939;
  font-size: 11px;
  letter-spacing: 0.01em;
  width: 20px;
}
@media (max-width: 640px) {
  .about .unique_list_num sup {
    font-size: 10px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.about .unique_list_item-item01 .unique_list_name sup {
  position: absolute;
  top: 5px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item01 .unique_list_name sup {
    top: 2px;
    right: -16px;
  }
}
.about .unique_list_item-item01 .unique_list_num sup {
  position: absolute;
  top: 0;
}
@media (max-width: 640px) {
  .about .unique_list_item-item01 .unique_list_num sup {
    top: 2px;
    right: -15px;
  }
}
.about .unique_list_item-item02 .unique_list_name {
  font-size: 19px;
  letter-spacing: 0.01em;
  padding: 4px 13px 0 0;
}
@media (max-width: 640px) {
  .about .unique_list_item-item02 .unique_list_name {
    font-size: 12px;
    padding: 3px 6px 0 0;
  }
}
.about .unique_list_item-item02 .unique_list_name sup {
  position: absolute;
  top: 5px;
  right: -11px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item02 .unique_list_name sup {
    top: 2px;
    right: -14px;
  }
}
@media (max-width: 640px) {
  .about .unique_list_item-item02 .unique_list_num {
    margin-top: 6px;
  }
}
.about .unique_list_item-item02 .unique_list_num sup {
  position: absolute;
  top: 0;
}
@media (max-width: 640px) {
  .about .unique_list_item-item02 .unique_list_num sup {
    top: 3px;
    right: -15px;
  }
}
.about .unique_list_item-item03 .unique_list_name {
  font-size: 19px;
  letter-spacing: 0.01em;
  padding: 4px 9px 0 0;
}
@media (max-width: 640px) {
  .about .unique_list_item-item03 .unique_list_name {
    font-size: 12px;
    padding: 6px 2px 0 0;
  }
}
.about .unique_list_item-item03 .unique_list_name sup {
  position: absolute;
  top: 5px;
  right: -11px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item03 .unique_list_name sup {
    top: 3px;
    right: -16px;
  }
}
.about .unique_list_item-item04 .unique_list_name {
  font-size: 19px;
  letter-spacing: 0.01em;
  padding: 4px 6px 0 0;
}
@media (max-width: 640px) {
  .about .unique_list_item-item04 .unique_list_name {
    font-size: 13px;
    padding: 4px 2px 0 0;
  }
}
.about .unique_list_item-item04 .unique_list_name sup {
  position: absolute;
  top: 5px;
  right: -14px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item04 .unique_list_name sup {
    top: 3px;
  }
}
.about .unique_list_item-item04 .unique_list_num-unit {
  font-size: 23px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item04 .unique_list_num-unit {
    font-size: 17px;
  }
}
.about .unique_list_item-item05 .unique_list_name {
  font-size: 19px;
  letter-spacing: 0.01em;
  padding: 4px 6px 0 0;
}
@media (max-width: 640px) {
  .about .unique_list_item-item05 .unique_list_name {
    font-size: 12px;
    padding: 3px 1px 0 0;
  }
}
.about .unique_list_item-item05 .unique_list_name sup {
  position: absolute;
  top: 5px;
  right: -14px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item05 .unique_list_name sup {
    top: 2px;
    right: -17px;
  }
}
.about .unique_list_item-item05 .unique_list_num {
  margin-top: 13px;
  padding-left: 7px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item05 .unique_list_num {
    margin-top: 7px;
    padding-left: 5px;
  }
}
@media (max-width: 640px) {
  .about .unique_list_item-item05 .unique_list_num sup {
    position: absolute;
    top: 2px;
    right: -12px;
  }
}
.about .unique_list_item-item06 .unique_list_name {
  font-size: 19px;
  letter-spacing: -0.07em;
  padding: 4px 6px 0 0;
}
@media (max-width: 640px) {
  .about .unique_list_item-item06 .unique_list_name {
    font-size: 12px;
    letter-spacing: -0.07em;
    padding: 3px 1px 0 0;
  }
}
.about .unique_list_item-item06 .unique_list_name sup {
  position: absolute;
  top: 5px;
  right: -14px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item06 .unique_list_name sup {
    top: 2px;
    right: -16px;
  }
}
.about .unique_list_item-item06 .unique_list_num {
  margin-top: 13px;
  padding-left: 7px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item06 .unique_list_num {
    margin-top: 7px;
    padding-left: 4px;
  }
}
@media (max-width: 640px) {
  .about .unique_list_item-item06 .unique_list_num sup {
    position: absolute;
    top: 2px;
    right: -12px;
  }
}
.about .unique_list_item-item07 .unique_list_name {
  font-size: 19px;
  letter-spacing: 0.15em;
  padding: 4px 6px 0 0;
}
@media (max-width: 640px) {
  .about .unique_list_item-item07 .unique_list_name {
    font-size: 14px;
    padding: 2px 0px 0 3px;
  }
}
.about .unique_list_item-item07 .unique_list_name sup {
  position: absolute;
  top: 5px;
  right: -14px;
}
.about .unique_list_item-item07 .unique_list_num {
  letter-spacing: 0.007em;
  margin-top: 8px;
  margin-left: -6px;
}
@media (max-width: 640px) {
  .about .unique_list_item-item07 .unique_list_num {
    letter-spacing: -0.007em;
    margin-top: 2px;
    margin-left: -4px;
    margin-right: -5px;
  }
}
.about .unique_list_item-item07 .unique_list_num sup {
  position: absolute;
  top: 2px;
  right: 50px;
  width: 25px;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .about .unique_list_item-item07 .unique_list_num sup {
    top: 4px;
    right: 33px;
  }
}
.about .unique_list_item-item07 .unique_list_num-unit {
  font-size: 23px;
  letter-spacing: -0.17em;
}
@media (max-width: 640px) {
  .about .unique_list_item-item07 .unique_list_num-unit {
    font-size: 16px;
    letter-spacing: -0.17em;
  }
}
.about .caretime {
  padding-top: 138px;
}
@media (max-width: 640px) {
  .about .caretime {
    padding-top: 125px;
  }
}
.about .caretime_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  max-width: 1120px;
  margin: 51px auto 0;
}
@media (max-width: 640px) {
  .about .caretime_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px 0;
    margin-top: 46px;
  }
}
.about .caretime_list_item {
  width: calc((100% - 100px) / 3);
}
@media (max-width: 640px) {
  .about .caretime_list_item {
    width: 100%;
  }
}
.about .caretime_list_head {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  padding: 7px;
  background: #b9b798;
}
.about .caretime_list_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  margin-top: 14px;
}
@media (max-width: 640px) {
  .about .caretime_list_text {
    margin-top: 12px;
  }
}
.about .caretime_annotation {
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 2.2;
  margin-top: 73px;
  width: calc(100% - 4px);
}
@media (max-width: 640px) {
  .about .caretime_annotation {
    font-size: 10px;
    letter-spacing: -0.005em;
    line-height: 1.8;
    width: 100%;
    margin-top: 66px;
  }
}
.about .products-section {
  margin-top: 140px;
}
@media (max-width: 640px) {
  .about .products-section {
    margin-top: 70px;
  }
}

/*----------------------------------

item

----------------------------------*/
.item.item-list .page-title-block {
  background-image: url(../img/item/mv.jpg);
}
.item.item-list .page-title-block .c-ttl04 .ja {
  color: #8b8635;
}
@media (max-width: 640px) {
  .item.item-list .page-title-block {
    background-image: url(../img/item/mv_sp.jpg);
  }
}
.item.item-list .page-title-block.over-bg .inner-block {
  padding: 91px 0 119px;
}
@media (max-width: 640px) {
  .item.item-list .page-title-block.over-bg .inner-block {
    padding: 106px 0 92px;
  }
}
.item.item-list .page-title-block .c-ttl02 .en {
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 640px) {
  .item.item-list .page-title-block .c-ttl02 .en {
    font-size: 34px;
  }
}
.item.item-list .page-title-block .c-ttl02 .ja {
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 3px;
}
@media (max-width: 640px) {
  .item.item-list .page-title-block .c-ttl02 .ja {
    font-size: 14px;
  }
}
.item .inner-block {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .item .inner-block {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .item .product-list-block {
    padding-top: 57px;
  }
}
.item .product-list-block .read {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 122px;
}
@media (max-width: 640px) {
  .item .product-list-block .read {
    font-size: 13px;
    text-align: center;
    margin-bottom: 85px;
  }
}
.item .product-list-block .c-ttl04 .en {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media (max-width: 640px) {
  .item .product-list-block .c-ttl04 .en {
    font-size: 25px;
    letter-spacing: 0.1em;
  }
}
.item .product-list-block .c-ttl04 .ja {
  display: block;
  color: #8b8635;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  margin: 13px 0 0;
}
@media (max-width: 640px) {
  .item .product-list-block .c-ttl04 .ja {
    font-size: 13px;
    letter-spacing: 0.04em;
    margin-top: 8px;
  }
}
.item .c-recommend-list {
  gap: 8px 5px;
  margin-top: 8px;
  padding: 0 6px;
}
@media screen and (max-width: 1099px) {
  .item .c-recommend-list {
    gap: 5px;
    margin-top: 9px;
    padding: 0;
    margin-right: -25px;
    margin-left: -25px;
  }
}
.item .c-recommend-list li {
  width: calc((100% - 15px) / 4);
  border: none;
}
@media screen and (max-width: 1099px) {
  .item .c-recommend-list li {
    width: calc((100% - 5px) / 2);
  }
}
.item .c-recommend-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 25px 35px 20px;
  background-color: rgba(251, 251, 247, 0.8);
}
@media screen and (max-width: 1099px) {
  .item .c-recommend-list li a {
    padding: 10px 10px 13px;
  }
}
.item .c-recommend-list li a img {
  width: 100%;
}
.item .c-recommend-list li .cat-area {
  margin-top: 6px;
}
.item .c-recommend-list li .cat-area .c-cat.red.term-tag {
  color: #8b8635;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1099px) {
  .item .c-recommend-list li .cat-area .c-cat.red.term-tag {
    font-size: 10px;
  }
}
.item .c-recommend-list li .ttl {
  line-height: 1.375;
  margin-top: -2px;
  margin-right: -2px;
}
@media screen and (max-width: 1099px) {
  .item .c-recommend-list li .ttl {
    font-size: 13px;
    letter-spacing: -0.066em;
    margin-top: 2px;
  }
}
.item .c-recommend-list li .capacity {
  margin: 6px 0 9px;
}
@media screen and (max-width: 1099px) {
  .item .c-recommend-list li .capacity {
    margin: 3px 0 7px;
  }
}
.item .c-recommend-list li .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  margin-top: auto;
}
@media screen and (max-width: 1099px) {
  .item .c-recommend-list li .price {
    font-size: 10px;
  }
}
.item .c-recommend-list li .price_num {
  font-size: 19px;
  line-height: 1;
  margin-left: 9px;
}
@media screen and (max-width: 1099px) {
  .item .c-recommend-list li .price_num {
    font-size: 17px;
  }
}
.item .c-recommend-list li .price_tax {
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
.item .btn {
  margin: 150px auto 0;
}
@media (max-width: 640px) {
  .item .btn {
    margin-top: 95px;
  }
}

/* -------------
  item_info
------------- */
.productDetailInfo_heading {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  padding: 15px;
  background: #b9b798;
}
@media (max-width: 640px) {
  .productDetailInfo_heading {
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    width: calc(100% + 40px);
    margin-left: -30px;
    margin-right: -10px;
    padding: 13px 11px;
  }
}
.productDetailInfo_item + .productDetailInfo_item {
  margin-top: 98px;
}
@media (max-width: 640px) {
  .productDetailInfo_item + .productDetailInfo_item {
    margin-top: 70px;
  }
}
.productDetailInfo_panel_inner {
  max-width: 790px;
  margin: 0 auto;
}
.productDetailInfo_panel_inner.table_inner {
  max-width: 1120px;
  margin: 0 auto;
}
.productDetailInfo_panel_block {
  width: 100%;
  margin-top: 42px;
}
.productDetailInfo_panel .col_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 17px;
}
.productDetailInfo_panel_block.center {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 486px;
}
.productDetailInfo_panel_block.center p {
  margin-top: 15px;
  padding: 0 25px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .col_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.productDetailInfo_panel .col_block + .productDetailInfo_panel .col_block {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .col_block + .productDetailInfo_panel .col_block {
    margin-top: 50px;
  }
  .productDetailInfo_panel_block.center p {
    padding: 0;
  }
}
.productDetailInfo_panel .col_block-info {
  width: calc(52.1518987342% - 17px);
}
@media (max-width: 640px) {
  .productDetailInfo_panel .col_block-info {
    width: 100%;
  }
}
.productDetailInfo_panel .col_block-text {
  padding-top: 11px;
  letter-spacing: 0.025px;
}
.productDetailInfo_panel .col_block-text.text3 {
  padding-top: 60px;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .col_block-text {
    line-height: 1.8333333333;
  }
  .productDetailInfo_panel .col_block-text.text2 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1.666;
    letter-spacing: 0.038em;
  }
  .productDetailInfo_panel .col_block-text.text3 {
    padding-top: 11px;
  }
}
.productDetailInfo_panel .col_block-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: 30px;
}
.productDetailInfo_panel .col_block-circle p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  background-color: #fee792;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  line-height: 1.3888;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .col_block-circle {
    gap: 10px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    margin-top: 20px;
  }
  .productDetailInfo_panel .col_block-circle p {
    width: 103px;
    height: 103px;
    font-size: 17px;
    letter-spacing: -0.02em;
  }
}
.productDetailInfo_panel .col_block-annotation {
  font-size: 10px;
  line-height: 1.7;
  margin-top: 38px;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .col_block-annotation {
    display: none;
  }
}
.productDetailInfo_panel .col_block-image {
  width: 47.8481012658%;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .col_block-image {
    margin-top: 32px;
  }
  .productDetailInfo_panel .col_block-image .img03_02 {
    width: calc(100% + 20px);
    max-width: initial;
    margin-right: -20px;
  }
  .productDetailInfo_panel .productDetailInfo_panel_block.center .img03_02 {
    width: calc(100% + 25px);
    max-width: initial;
    margin-right: -25px;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .productDetailInfo_panel .col_block-image {
    width: 100%;
  }
}
.productDetailInfo_panel .col_block-image .col_block-annotation {
  display: none;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .col_block-image .col_block-annotation {
    display: block;
    margin-top: 24px;
  }
}
.productDetailInfo_panel .row_block-text {
  letter-spacing: -0.04em;
}
.productDetailInfo_panel .row_block_step {
  margin-top: 30px;
  padding: 48px 48px 32px;
  background: #fff;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_step {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 26px 18px 32px;
  }
}
.productDetailInfo_panel .row_block_step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px 0;
  }
}
.productDetailInfo_panel .row_block_step-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 160px) / 3);
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_step-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 9px;
    width: 100%;
  }
}
@media (min-width: 641px) {
  .productDetailInfo_panel .row_block_step_info {
    margin-bottom: auto;
  }
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_step_info {
    padding-top: 5px;
  }
}
.productDetailInfo_panel .row_block_step-count {
  color: #8b8635;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_step-count {
    font-size: 18px;
    text-align: left;
  }
}
.productDetailInfo_panel .row_block_step-text {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 18px;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_step-text {
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
  }
}
.productDetailInfo_panel .row_block_step-image {
  margin-top: 33px;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_step-image {
    width: 41.5873015873%;
    margin: 0;
  }
}
.productDetailInfo_panel .row_block_ingredient {
  margin-top: 77px;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_ingredient {
    width: calc(100% + 40px);
    margin-top: 74px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.productDetailInfo_panel .row_block_ingredient-title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_ingredient-title {
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
  }
}
.productDetailInfo_panel .row_block_ingredient-title-sub {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding-left: 10px;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_ingredient-title-sub {
    margin-top: 26px;
  }
}
.productDetailInfo_panel .row_block_ingredient-title-sub::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 12px;
  background: #939393;
}
.productDetailInfo_panel .row_block_ingredient-text {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 12px;
}
@media (max-width: 640px) {
  .productDetailInfo_panel .row_block_ingredient-text {
    margin-top: 10px;
  }
}

.campaignInfo {
  padding-top: 160px;
}
@media (max-width: 640px) {
  .campaignInfo {
    padding-top: 73px;
  }
  .campaignInfo .inner {
    padding: 0 10px;
  }
}
.campaignInfo_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .campaignInfo_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 42px 0;
  }
}
.campaignInfo_block_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45.0434782609%;
}
@media (max-width: 640px) {
  .campaignInfo_block_info {
    width: 100%;
  }
}
.campaignInfo_block-title {
  font-size: 44px;
  letter-spacing: -0.01em;
  line-height: 1.2727272727;
}
@media (max-width: 640px) {
  .campaignInfo_block-title {
    font-size: 30px;
    letter-spacing: 0.01em;
    line-height: 1.3;
  }
}
.campaignInfo_block-title-sub {
  color: #8b8635;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 640px) {
  .campaignInfo_block-title-sub {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
.campaignInfo_block-banner {
  width: 54.9565217391%;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .campaignInfo_block-banner {
    width: calc(100% - 40px);
    border-radius: 10px;
    margin: 0 20px;
  }
}

.recommendInfo {
  padding-top: 92px;
  padding-bottom: 120px;
}
@media (max-width: 640px) {
  .recommendInfo {
    padding-top: 97px;
  }
  .recommendInfo .inner {
    padding: 0 10px;
  }
}
.recommendInfo-title {
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.recommendInfo-title-sub {
  color: #8b8635;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-top: 4px;
}
@media (max-width: 640px) {
  .recommendInfo-title-sub {
    font-size: 13px;
    margin-top: 0;
  }
}
.recommendInfo-list {
  gap: 0 9px;
  margin-top: 30px;
  margin-right: -5px;
  margin-left: -5px;
  width: calc(100% + 10px);
}
@media screen and (max-width: 1099px) {
  .recommendInfo-list {
    gap: 5px 3px;
    margin-top: 25px;
  }
}
.recommendInfo-item {
  width: calc((100% - 27px) / 4) !important;
}
@media screen and (max-width: 1099px) {
  .recommendInfo-item {
    width: calc((100% - 3px) / 2) !important;
  }
}
.recommendInfo-item a {
  background: rgba(255, 255, 255, 0.48) !important;
}
@media screen and (max-width: 1099px) {
  .recommendInfo-item a {
    padding: 18px 8px 19px !important;
  }
}
.recommendInfo-item .cat-area {
  margin-top: 40px;
}
@media screen and (max-width: 1099px) {
  .recommendInfo-item .cat-area {
    margin-top: 30px;
  }
}
.recommendInfo-item .c-cat.red.term-tag {
  display: block;
  color: #8b8635;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1099px) {
  .recommendInfo-item .c-cat.red.term-tag {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.recommendInfo-item .ttl {
  line-height: 1.375;
  text-align: center;
  margin-top: 5px;
  margin-right: -5px;
  margin-left: -5px;
}
@media screen and (max-width: 1099px) {
  .recommendInfo-item .ttl {
    font-size: 12px;
    line-height: 1.4166666667;
    margin-top: 4px;
  }
}
.recommendInfo-item .capacity {
  text-align: center;
  margin: 14px 0 0;
}
@media screen and (max-width: 1099px) {
  .recommendInfo-item .capacity {
    margin-top: 15px;
  }
}
.recommendInfo .btn {
  margin: 86px auto 0;
  max-width: 333px;
}
@media (max-width: 640px) {
  .recommendInfo .btn {
    letter-spacing: 0.1em;
    margin-top: 54px;
    max-width: 315px;
  }
}
.reinca_item-template .item-detail .item-block .info-area .item_series_cat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 22px;
  margin-top: 33px;
}
.reinca_item-template .item-detail .item-block .info-area .item_series_cat .item_series {
  background-color: #e3e3e3;
  border: solid 1px #e3e3e3;
  text-align: center;
  padding: 6.5px 9.5px;
  box-sizing: border-box;
}
.reinca_item-template .item-detail .item-block .info-area .item_series_cat .item_category {
  background: #ffffff;
  border: solid 1px #e3e3e3;
  text-align: center;
  padding: 6.5px 9px;
  box-sizing: border-box;
}
.reinca_item-template .item-detail .item-block .info-area .item_series_cat.pre .item_series {
  background: #e3e3e3;
  border: solid 1px #e3e3e3;
}
.reinca_item-template .item-detail .item-block .info-area .item_series_cat .item_category {
  border: solid 1px #e3e3e3;
}
.reinca_item-template .item-detail .item-block .info-area .item_series_cat.charge .item_series {
  background: #ebd8c6;
  border: solid 1px #ebd8c6;
}
.reinca_item-template .item-detail .item-block .info-area .item_series_cat .item_category {
  border: solid 1px #ebd8c6;
}
.reinca_item-template .item-detail .item-block .info-area .item_series_cat.concentration .item_series {
  background: #f0ecd0;
  border: solid 1px #f0ecd0;
}
.reinca_item-template .item-detail .item-block .info-area .item_series_cat .item_category {
  border: solid 1px #f0ecd0;
}
.reinca_item-template .item-detail .item-block .info-area .catch_copy {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.5;
  color: #8b8635;
  margin-bottom: 5px;
}
.reinca_item-template .item-detail .item-block .info-area .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  letter-spacing: 0.005em;
  margin-bottom: 22px;
}
.reinca_item-template .item-detail .item-block .info-area .sub-ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66666;
  margin-bottom: 15px;
}
.reinca_item-template .item-detail .item-block .info-area .txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.73333;
  margin-bottom: 34px;
}
.reinca_item-template .item-detail .item-block .info-area .note {
  font-size: 10px !important;
  line-height: 1.7;
  margin-bottom: 43px;
}
.reinca_item-template .item-detail .item-block .info-area .item_brand_name {
  font-size: 15px;
  line-height: 2.2666;
  margin-bottom: -15px;
}
.reinca_item-template .item-detail .item-block .info-area .item_detail_flex {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0;
}
.reinca_item-template .item-detail .item-block .info-area .item_detail_flex .item_capacity {
  font-size: 15px;
  line-height: 2.2666;
}
.reinca_item-template .item-detail .item-block .info-area .item_detail_flex .item_price {
  font-size: 14px;
  margin-left: 2px;
}
.reinca_item-template .item-detail .item-block .info-area .item_detail_flex .item_price .din {
  font-size: 22px;
}
.reinca_item-template .item-detail .item-block .info-area .item_detail_flex .item_price .big {
  font-size: 30px;
}
.c-btn03 {
  background-color: #8b8635;
  border: solid 1px #8b8635;
  font-size: 18px;
  font-weight: 500;
}
.reinca_item-template .item-detail .item-block .inner-block {
  padding: 0;
  margin-top: -4px;
  margin-bottom: 135px;
}
.inner-block {
  padding: 0;
}
.item-detail .item-block .box {
  margin-top: -1px;
}
.item-detail .item-block .box .c-btn03 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.slick-slider .slick-arrow:before {
  border-top: 2px solid #8b8635;
  border-left: 2px solid #8b8635;
}
.slick-slider .slick-arrow {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
}
.thumb-slider .slick-current img {
  border: 1px solid #8b8635;
}
@media (max-width: 640px) {
  .reinca_item-template .item-detail .item-block .inner-block {
    margin-bottom: 52px;
  }
  .item-detail .item-block .info-area {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .reinca_item-template .item-detail .item-block .info-area .item_series_cat {
    margin-bottom: 24px;
    margin-top: -15px;
    font-size: 10px;
  }
  .reinca_item-template .item-detail .item-block .info-area .item_series_cat .item_series {
    padding: 7.5px 12px;
  }
  .reinca_item-template .item-detail .item-block .info-area .item_series_cat .item_category {
    padding: 7.5px 9px;
  }
  .reinca_item-template .item-detail .item-block .info-area .catch_copy {
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .reinca_item-template .item-detail .item-block .info-area .ttl {
    font-size: 20px;
    line-height: 1.2222;
    letter-spacing: -0.043em;
    margin-bottom: 22px;
  }
  .reinca_item-template .item-detail .item-block .info-area .sub-ttl {
    font-size: 15px;
    line-height: 1.7333;
    margin-bottom: 19px;
  }
  .reinca_item-template .item-detail .item-block .info-area .txt {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.8333;
    margin-bottom: 19px;
  }
  .reinca_item-template .item-detail .item-block .info-area .note {
    font-size: 10px !important;
    line-height: 1.8;
    margin-bottom: 47px;
  }
  .reinca_item-template .item-detail .item-block .info-area .item_brand_name {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: -4px;
  }
  .reinca_item-template .item-detail .item-block .info-area .item_detail_flex .item_capacity {
    font-size: 12px;
    line-height: 1.5;
  }
  .reinca_item-template .item-detail .item-block .info-area .item_detail_flex .item_price {
    font-size: 16px;
    margin-left: 3px;
  }
  .reinca_item-template .item-detail .item-block .info-area .item_detail_flex .item_price .din {
    font-size: 28px;
  }
  .reinca_item-template .item-detail .item-block .info-area .item_detail_flex .item_price .big {
    font-size: 28px;
    margin-right: 2px;
  }
  .item-detail .item-block .box .c-btn03 {
    margin-top: 13px;
    background-color: #8b8635;
    border: solid 1px #8b8635;
    font-size: 18px;
    font-weight: 500;
    width: calc(100% + 40px) !important;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 17px;
  }
  .item-detail .item-block .box .c-btn03 .btn-txt {
    font-size: 18px;
  }
  .item-detail .item-block .slide-area {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .slick-list {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
  }
  .item-detail .item-block .box .c-btn03 .ico .c-svg {
    width: auto;
    height: auto;
  }
  .c-footer .upper .inner-block {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 950px) and (min-width: 950px) and (min-width: 1024px) {
  .c-header .nav-list a {
    padding: 30px 30px 24px;
  }
}
.c-footer .upper,
.c-footer .bottom {
  background-color: #f8f8f8;
}

.blurTrigger {
  opacity: 0;
}
.blurTrigger.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

/* page 404 */
.page-404-block .ttl-404 .over {
  color: #8b8635;
}
.page-404-block .ttl-404 .under {
  color: #393939;
}
.page-404-block .txt {
  color: #393939;
}

/* 20240704_abe top修正 */
@media (max-width: 640px) {
  .c-header .nav-btn {
    right: 10px;
  }
  .c-header .cart-btn {
    right: 60px;
  }
  .home .inner {
    padding: 0 20px;
  }
  .products-section .btn {
    position: relative;
    top: 20px;
  }
  .c-footer .bottom .sns-link-list {
    justify-content: left;
    position: relative;
    left: -10px;
  }
  .c-footer .bottom .sns-link-list li {
    margin: 0;
  }
  @media only screen and (max-width: 950px) {
    .c-header .nav-list .li-login > a {
      padding: 15px 30px;
    }
  }
}

/* 20240709_murai お知らせ修正*/
main.info .l-inner-block {
  position: relative;
  box-sizing: content-box;
  max-width: 1150px;
  padding: 0 20px;
}
main.info .l-inner-block .c-category-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
main.info .l-inner-block .c-category-list li {
  line-height: 1;
}
main.info .l-inner-block .c-category-list a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #3a3a3a;
}
main.info .info-body-wrapper {
  margin-top: 50px;
  margin-bottom: 90px;
}
main.info .info-body-inner {
  padding-top: 56px;
  padding-bottom: 60px;
  padding-left: 85px;
  padding-right: 50px;
}
main.info .info-list a {
  display: block;
  padding-top: 32px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
main.info .info-list li:first-child a {
  padding-top: 0;
}
main.info .info-list .col {
  line-height: 1;
}
main.info .info-list .c-tag {
  background-color: #221815;
  color: #fff;
  font-size: 12px;
  padding: 2px 25px;
}
main.info .info-list .info-time {
  font-size: 12px;
  line-height: 1;
  color: #393939;
  transition: color 0.3s ease;
}
main.info .info-list .info-title {
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  transition: color 0.3s ease;
}
main.info .paging-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
main.info .paging-area .page-numbers {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #3a3a3a;
  background-color: #f2f2f2;
}
main.info .paging-area .current {
  background-color: #a09179;
  color: #fff;
  pointer-events: none;
}
main.info .paging-area .page-numbers + .page-numbers:not(.next) {
  margin-left: 33px;
}
main.info .paging-area .prev,
main.info .paging-area .next {
  background-color: transparent;
  font-size: 0 !important;
}
main.info .paging-area .next {
  justify-content: flex-end;
  margin-left: 10px;
}
main.info .paging-area .prev::after,
main.info .paging-area .next:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
main.info .paging-area .next::after {
  transform: rotate(135deg);
}
main.info .paging-area .prev::after {
  transform: rotate(-45deg);
}
main.info .info-aside .aside-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #a09179;
  text-align: center;
  line-height: 1;
}
main.info .info-aside .aside-link-list {
  margin-top: 16px;
}
main.info .info-aside .aside-link-list a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 16px;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}

@media only screen and (min-width: 641px) {
  main.info .c-ttl02 .en {
    font-size: 28px;
  }
  main.info .l-inner-block {
    margin: 0 auto;
  }
  a,
  a::before,
  a::after,
  button {
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 769px) {
  main.info .l-inner-block .c-category-list {
    margin-top: -10px;
  }
  main.info .l-inner-block .c-category-list li {
    margin-top: 10px;
  }
  main.info .l-inner-block .c-category-list a {
    padding: 0 36px;
    border-right: 1px solid #3a3a3a;
  }
  main.info .l-inner-block .c-category-list li:last-child a {
    border-right: none;
  }
  main.info .info-body-inner {
    border-radius: 10px;
    background-color: #fff;
  }
  main.info .info-body-inner > .col {
    display: flex;
    justify-content: space-between;
  }
  main.info .info-body {
    width: 67.487684729%;
  }
  main.info .info-list .info-time {
    display: block;
    margin-top: 18px;
  }
  main.info .info-list .info-title {
    font-size: 15px;
    margin-top: 2px;
    max-width: 600px;
  }
  main.info .info-list .info-title:not(.unlink-info-title) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  main.info .info-list a:not(.unlink):hover .info-time,
  main.info .info-list a:not(.unlink):hover .info-title {
    color: #8b8635;
  }
  main.info .paging-area .page-numbers:hover {
    opacity: 0.8;
  }
  main.info .info-aside {
    margin-left: 4.9261083744%;
    max-width: 280px;
    width: 27.5862068966%;
  }
  main.info .info-aside .aside-link-list a:hover {
    color: #8b8635;
  }
}
@media only screen and (max-width: 768px) {
  main.info .c-ttl02 .en {
    font-size: 30px;
  }
  main.info .l-inner-block {
    padding: 0;
  }
  main.info .l-inner-block .c-category-list {
    justify-content: center;
  }
  main.info .l-inner-block .c-category-list a {
    padding: 0 10px;
    border-right: 1px solid #3a3a3a;
  }
  main.info .l-inner-block .c-category-list li:last-child a {
    border-right: none;
  }
  main.info .info-list {
    padding-left: 12.5px;
    padding-right: 12.5px;
    background-color: #fff;
    padding-top: 23px;
    border-radius: 5px 5px 0 0;
    padding-bottom: 20px;
  }
  main.info .info-body-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  main.info .info-body-wrapper > .l-inner-block {
    padding: 0;
  }
  main.info .info-body {
    margin: 12.5px calc(50% - 50vw);
    padding: 0 calc(50vw - 50% + 12.5px) 12.5px;
    width: 100vw;
  }
  main.info .info-body-inner {
    padding: 0;
  }
  main.info .info-list a {
    padding-top: 16px;
    padding-bottom: 6px;
  }
  main.info .info-list li:last-child a {
    border-bottom: none;
  }
  main.info .info-body .col {
    display: flex;
    align-items: center;
  }
  main.info .c-tag {
    padding: 3px 18px;
  }
  main.info .info-list .info-time {
    font-size: 10px;
    margin-left: 12.5px;
  }
  main.info .info-list .info-title {
    font-size: 12px;
    margin-top: 10px;
  }
  main.info .info-list .info-title:not(.unlink-info-title) {
    overflow: hidden;
  }
  main.info .paging-area {
    margin-top: 0;
    background-color: #fff;
    padding-bottom: 35px;
    border-radius: 0 0 5px 5px;
  }
  main.info .paging-area .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  main.info .paging-area .page-numbers + .page-numbers:not(.next) {
    margin-left: 6.7692307692%;
  }
  main.info .info-aside {
    padding-top: 35px;
  }
  main.info .info-aside .aside-link-list {
    margin: 15px calc(50% - 50vw) 0;
    padding: 0 calc(50vw - 50% + 25px);
    width: 100vw;
  }
  main.info .info-aside .aside-link-list a {
    border-bottom: 1px solid #d3d3d3;
  }
}
@media only screen and (max-width: 640px) {
  main.info .l-inner-block {
    width: auto;
  }
}
main.info-detail .c-single-content-block .meta .info-time {
  font-size: 14px;
  color: #393939;
  font-weight: 400;
  line-height: 1;
}
main.info-detail .c-single-content-block .meta .c-tag {
  background-color: #393939;
  color: #fff;
  font-size: 13px;
  padding: 4px 25px;
  line-height: 1;
}
main.info-detail .paging-area-detail .paging-block {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 868px;
  margin-left: auto;
  margin-right: auto;
}
main.info-detail .paging-area-detail .paging-block .c-btn01 {
  border: 1px solid #8b8635;
  background: #8b8635;
  display: block;
  padding: 5.88px 20px;
  position: relative;
  text-align: center;
  max-width: 340px;
  width: 45%;
  font-size: 14px;
}
main.info-detail .paging-area-detail .paging-block .c-btn01::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
main.info-detail .paging-area-detail .paging-block .c-btn01.link-next::after {
  background-image: url("../img/common/arrow_next.svg");
  right: 15px;
}
main.info-detail .paging-area-detail .paging-block .c-btn01.link-prev::after {
  background-image: url("../img/common/arrow_prev.svg");
  left: 15px;
}
main.info-detail .paging-area-detail .paging-block .c-btn01 .txt {
  color: #fff;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
main.info-detail .paging-area-detail .paging-block .c-btn01.white {
  background-color: #fff;
}
main.info-detail .paging-area-detail .paging-block .c-btn01.white .txt {
  color: #393939;
}
main.info-detail .paging-area-detail .paging-block .c-btn01 .txt {
  font-weight: 400;
}
main.info-detail .paging-area-detail .archive-link-block {
  margin-top: 60px;
  text-align: center;
}
main.info .l-inner-block .c-category-list a {
  cursor: pointer;
}
main.info .paging-area .current {
  background-color: #8b8635;
  font-size: 16px;
  font-family: "din-2014", sans-serif !important;
  font-style: normal;
}
main.info .paging-area .page-numbers {
  font-size: 16px;
  font-family: "din-2014", sans-serif !important;
  font-style: normal;
}
main.info .info-list .info-time {
  font-size: 14px;
}
.info-list .aside-link-list a:before {
  border-top: 2px solid #8b8635;
  border-right: 2px solid #8b8635;
}
main.info .info-list a:not(.unlink):hover .info-time {
  color: #393939;
}
main.info .c-ttl02 .en {
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0.1em;
}
main.info .l-inner-block .c-category-list a {
  font-size: 16px;
}
main.info-detail .paging-area-detail .paging-block .c-btn01.link-prev {
  margin-right: auto;
}
main.info-detail .paging-area-detail .paging-block .c-btn01.link-next {
  margin-left: auto;
}

@media only screen and (min-width: 641px) {
  main.info-detail .c-single-content-block {
    max-width: 1150px;
    margin: 60px auto 130px;
  }
  main.info-detail .c-single-content-block .meta {
    align-items: center;
  }
  main.info-detail .c-single-content-block .meta .info-time {
    margin-left: 16px;
  }
  main.info-detail .info-wrap {
    max-width: 650px;
    margin: 60px auto 0;
  }
  main.info-detail .c-single-content-block .entry-title {
    text-align: center;
    font-size: 24px;
  }
  main.info-detail .paging-area .paging-block .c-btn01 {
    max-width: 382px;
    width: 41.0752688172%;
  }
  .c-footer .upper .link-wrap .box {
    width: 20%;
  }
}

@media only screen and (min-width: 641px) and (min-width: 1100px) {
  .inner-block.inner-min {
    padding: 0px;
  }
}
@media only screen and (max-width: 640px) {
  main.info .c-ttl02 .en {
    font-size: 34px;
  }
  .c-single-content-block {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .c-single-content-block.detail .meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-single-content-block.detail .meta span,
  .c-single-content-block.detail .meta time {
    display: inline-block;
  }
  .c-single-content-block.detail .meta span {
    min-width: 110px;
    width: initial;
    padding: 2px 3px;
  }
  .c-single-content-block .entry-content p {
    padding: 0;
  }
  main.info-detail .paging-area-detail .paging-block {
    margin-top: 80px;
  }
  main.info-detail .paging-area-detail .paging-block .c-btn01 {
    max-width: 160px;
  }
  .c-single-content-block .entry-content p {
    font-size: 14px;
  }
  main.info .info-list .c-tag {
    min-width: 90px;
    text-align: center;
    padding: 3.5px 5px;
    font-size: 13px;
  }
  main.info .info-list .info-time {
    font-size: 13px;
    font-weight: 400;
    color: #393939;
  }
  main.info .info-list .info-title {
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: 400;
  }
  main.info .paging-area .current,
  main.info .paging-area .page-numbers {
    font-size: 11px;
  }
  main.info-list .page-title-block {
    padding-bottom: 40px;
  }
}
.c-header .mega-menu .small-btn-wrap .small-btn.ico-external .inn {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  width: auto;
}
.c-header .mega-menu .small-btn-wrap .small-btn.ico-external .inn::after {
  background: url(../img/common/ico-external.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
}
.c-footer .upper .txt-link-list .ico-external .inn {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.c-footer .upper .txt-link-list .ico-external .inn::before {
  background: url(../img/common/ico-external.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

/* 20240709_abe FAQ修正*/
@media only screen and (max-width: 640px) {
  .faq .inner-block {
    padding: 0 20px;
  }
  .faq .inner-block.products-area {
    padding: 0;
  }
}
.c-footer .upper .link-wrap {
  padding-left: 0;
}

/* 20240712_abe FAQ修正*/
@media only screen and (max-width: 640px) {
  .faq .faq-box > .ttl {
    font-size: 18px;
  }
  .faq-box .c-faq-aco .customer-box .txt {
    font-size: 10px;
  }
}

main.info .l-inner-block .c-category-list a {
  font-size: 15px;
}
main.info .info-list .c-tag {
  background-color: #393939;
  padding: 2px 20px;
}
main.info .c-single-content-block .entry-title {
  border-bottom: none;
  padding: 0;
}
main.info-detail .c-single-content-block .meta .c-tag {
  font-size: 13px;
}
@media only screen and (min-width: 769px) {
  main.info .l-inner-block .c-category-list li:first-child {
    padding-left: 0;
  }
  main.info .l-inner-block .c-category-list li:first-child a {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  main.info .l-inner-block .c-category-list a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 641px) {
  main.info-detail .c-single-content-block .meta {
    padding-left: 10px;
  }
  main.info-detail .c-single-content-block .entry-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  main.info .info-list .c-tag {
    min-width: 80px;
    padding: 3px 5px;
    font-size: 12px;
  }
  main.info-detail .c-single-content-block {
    margin: 35px auto 60px;
  }
  main.info-detail .c-single-content-block .meta .c-tag {
    min-width: 80px;
    padding: 3px 5px;
    font-size: 12px;
    text-align: center;
  }
  main.info-detail .c-single-content-block .entry-title {
    font-size: 16px;
  }
  main.info-detail .c-single-content-block .entry-content p {
    font-size: 12px;
  }
}

/* 20240712_abe footer修正 */
.c-footer .upper .link-wrap .txt-link-list {
  padding: 23px 0 0 22px;
}

/* 20250514_watanabe appバナー差替え */
.footer-brand-wrap {
  margin-top: 70px;
  padding-top: 0;
}
.c-footer .upper .bnr-wrap {
  display: inherit;
}
.c-footer .upper .bnr-wrap {
  padding: 0;
}
@media only screen and (min-width: 641px) {
  .c-footer .bnr-wrap .bnr-list li .c-bnr {
    max-width: 271.25px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-brand-wrap {
    margin-top: 35px;
  }
  .c-footer .upper .bnr-wrap {
    margin-top: 50px;
  }
}

/* 20250613_abe TOPヘッダーメニューアイコンの変更 */
.js-cart-count {
  background-color: #c1272d;
  color: #fff;
  font-size: 11px;
  width: 18px;
  height: 18px;
  padding: 3px;
  right: 12px;
  top: 9px;
}
@media only screen and (min-width: 950px) {
  .c-header .btn-wrap a:hover {
    transform: none;
  }
  .c-header .btn-wrap a div {
    width: 48px;
    height: 38px;
    position: relative;
    margin: 0 auto;
  }
  .c-header .btn-wrap a .login::before,
  .c-header .btn-wrap a .cart::before {
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in-out;
  }
  .c-header .btn-wrap a .login::before {
    background-image: url("../img/svg/mypage.svg?v2");
    opacity: 1;
    left: 2px;
  }
  .c-header .btn-wrap a .cart::before {
    background-image: url("../img/svg/cart.svg?v2");
    opacity: 1;
    left: -2px;
  }
  .c-header .btn-wrap a .txt {
    color: #414141;
    margin-top: -9px;
    transition: 0.3s ease-in-out;
  }
  .c-header .btn-wrap a:hover .txt {
    color: #414141;
  }
}
@media only screen and (min-width: 950px) {
  .c-header .nav-btn,
  .c-header .login-btn {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .c-header .nav-btn {
    right: 13px;
  }
  .c-header .nav-btn .inn {
    height: 30px;
    width: 20px;
  }
  .c-header .nav-btn .inn .line {
    background-color: #414141;
    height: 2px;
  }
  .c-header .login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 55px;
    text-align: center;
    position: absolute;
    right: 113px;
    z-index: 99;
    top: 0;
  }
  .c-header .cart-btn {
    right: 69px;
  }
  .c-header .cart-btn .cart,
  .c-header .login-btn .login {
    position: relative;
    top: -7px;
  }
  .c-header .btn-txt-sp {
    font-size: 10px;
    position: absolute;
    bottom: 6px;
    color: #414141;
  }
  .c-header .nav-btn .btn-txt-sp {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #414141;
    bottom: 8px;
  }
  .c-header .nav-list {
    margin-top: 0;
  }
  .c-header .login-btn-wrap .ico {
    background: #fff;
  }
  .c-header .login-btn-wrap .ico.login img {
    position: relative;
    top: -1px;
  }
  .c-header .nav-btn.is-open .inn .line {
    width: 100%;
  }
  .c-header .nav-btn.is-open .inn .line:nth-child(1),
  .c-header .nav-btn.is-open .inn .line:nth-child(2) {
    transform: rotate(45deg);
  }
  .c-header .nav-btn.is-open .inn .line:nth-child(3) {
    transform: rotate(-45deg);
  }
  .c-header .nav-list .li-login a .mypage-false img {
    position: relative;
    top: -1px;
  }
}
@media only screen and (max-width: 640px) {
  .js-cart-count {
    font-size: 10px;
    width: 16px;
    height: 16px;
    right: -2px;
    top: 3px;
  }
}

/* 20250619_watanabe HP-2865 【footer・バーガーメニュー】あしたの美肌バナー設置 */
/* バーガーメニュー */
@media only screen and (max-width: 950px) {
  .c-header .nav-list li.bnr-ashita a::before {
    border: none;
  }
  .c-header .nav-list li.bnr.bnr-ashita {
    font-size: 16px;
    padding: 25px 30px;
  }
  .c-header .nav-list li.bnr.bnr-ashita .ttl {
    font-size: 12px;
  }
  .c-header .nav-list li.bnr.bnr-ashita .img {
    margin-top: 15px;
  }
  .c-header .nav-list li.bnr.bnr-ashita a {
    font-size: 14px;
    position: relative;
    padding: 20px 0;
    display: block;
    background: #fdf4f4;
    text-align: center;
    border-radius: 5px;
  }
  .c-header .nav-list li.bnr.bnr-ashita a img {
    display: inline;
    width: 130px;
  }
  .c-header .nav-list > li:last-child {
    border-bottom: none;
  }
}

/* フッター */
.c-footer .bnr-wrap .bnr-list li .txt .ib {
  display: inline-block;
}
@media only screen and (min-width: 641px) {
  .c-footer .bnr-wrap .bnr-list {
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .c-footer .bnr-wrap .bnr-list li {
    max-width: 271.25px;
    width: calc((100% - 25px) / 2);
  }
  .c-footer .bnr-wrap .bnr-list li + li {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .c-footer .bnr-wrap .bnr-list li + li {
    margin-top: 50px;
  }
}

/* 20250813_KV・コピー・テキスト等差替え：総合top・top・about・clinic_lp */
/*TOPページ*/
.home .mv_img_txt {
  width: 34.6243vw;
  top: 19.4vw;
}
.mv_img .note {
  position: absolute;
  top: 29.4vw;
  left: 8.2vw;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media (max-width: 640px) {
  .home .mv_img_txt {
    width: 84.6243vw;
    top: 91vw;
  }
  .mv_img .note {
    position: absolute;
    top: 111.4vw;
  }
}

/*about*/
.small-text {
  display: block;
  font-size: 10px;
  letter-spacing: 0.01em;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .about .philosophy_title-ja {
    max-width: 244px;
  }
}

/*20250929 HP-3011 あしたの美肌のキャッチコピー・アプリバナーおよびリンク先変更*/
.c-footer .bnr-wrap .bnr-list li .txt {
  font-size: 14px;
}
@media only screen and (max-width: 950px) {
  .c-header .nav-list li.bnr.bnr-ashita .ttl {
    font-size: 14px;
  }
}

/*20251006 HP-3019 レビューの設置*/
.item-detail section#revico-comment {
  padding-top: 92px;
}
.revico-seo-content {
  margin: 0 auto;
  padding: 70px 0 120px;
  background: #ffffff;
}
.revico-seo-content {
  text-align: center;
}
.revico-seo-content a {
  display: block;
  background-color: #444;
  color: #fff;
  width: 520px;
  padding: 10px;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 2px;
  transition: all 0.6s;
  opacity: 1;
}
.revico-seo-content a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .revico-seo-content {
    margin: 0px auto;
    padding: 50px 0 70px;
  }
  .revico-seo-content a {
    max-width: 91%;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
}
.revico-multicomment-top .revico-comment-footer {
  margin: 30px auto 0 !important;
}
.revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns {
  display: flex;
  align-items: center;
}
.revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns img {
  width: auto;
}

/* 20260216_abe 【FAQへのリンクテキスト/飛び先の変更】 */
@media only screen and (min-width: 641px) {
  .c-footer .upper .link-wrap .box .foot-aco-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .c-footer .upper .link-wrap .box .foot-aco-menu {
    display: none;
  }
  .c-footer .upper .link-wrap .box.acr .ttl.is-active {
    border-bottom: none;
  }
  .c-footer .upper .link-wrap .box.acr .ttl:before,
  .c-footer .upper .link-wrap .box.acr .ttl:after {
    content: "";
    border: none;
    background: #8b8635;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 13px;
    margin: auto;
    height: 2px;
    transform: rotate(0deg);
  }
  .c-footer .upper .link-wrap .box.acr .ttl:after {
    transform: rotate(90deg);
  }
  .c-footer .upper .link-wrap .box.acr .ttl.is-active:before {
    transform: rotate(45deg);
  }
  .c-footer .upper .link-wrap .box.acr .ttl.is-active:after {
    transform: rotate(-45deg);
  }
  .c-footer .upper .link-wrap .box.acr .txt-link-list {
    padding: 10px 0 0 38px;
  }
  .c-footer .upper .link-wrap .box.acr .txt-link-list a {
    padding: 10px 0;
    position: relative;
  }
  .c-footer .upper .link-wrap .box.acr .txt-link-list a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 2px solid #8b8635;
    border-top: 2px solid #8b8635;
    transform: rotate(45deg);
  }
}

/* 調整用追記 */

main {
  background: transparent;
}

.l-main {
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .l-main {
    padding-top: 0;
  }
}

.l-footer {
  background: #fff;
}

/* 20260324_murai 「ステムトリートメント リカバリーマスク」発売に伴う制作・更新 */
.about .unique .section_title {
  margin-bottom: 30px;
}
.about .unique .unique_image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.about .unique .unique_image.unique_image_01 {
  max-width: 900px;
  margin-bottom: 80px;
}
.about .unique .unique_image.unique_image_02 {
  max-width: 400px;
  margin-bottom: 70px;
}
.about .unique .unique_annotation {
  font-size: 10px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .about .unique .unique_image.unique_image_01 {
    max-width: 100%;
    margin-bottom: 80px;
  }
  .about .unique .unique_image.unique_image_02 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about .unique .unique_annotation {
    font-size: 10px;
  }
}
.reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_text.text01 {
  margin-bottom: 30px;
}
.reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_image.image01 {
  display: block;
  width: 100%;
  max-width: 765px;
  margin: 0 auto 15px;
}
.reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_arrow {
  display: block;
  width: 100%;
  max-width: 274px;
  margin: 0 auto 35px;
}
.reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_text.text02 {
  font-size: 18px;
  text-align: center;
  max-width: 378px;
  margin: 0 auto 20px;
}
.reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_image.image02 {
  display: block;
  width: 100%;
  max-width: 378px;
  margin: 0 auto 45px;
}
.reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_image small {
  display: block;
  text-align: right;
  font-size: 10px;
  line-height: 1;
  margin-top: 5px;
}
.reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_note {
  display: block;
  font-size: 10px;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_image.image01 {
    display: block;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin: 0 -30px 45px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_arrow {
    margin: 0 auto 30px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_text.text02 {
    font-size: 14px;
    max-width: 100%;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_image.image02 {
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_note {
    line-height: 1.5;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list {
    margin-bottom: 20px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list .productDetailInfo_panel_block_list_item {
    display: block;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list .productDetailInfo_panel_block_list_item + .productDetailInfo_panel_block_list_item {
    margin-top: 15px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list .productDetailInfo_panel_block_list_item .productDetailInfo_panel_block_list_item_title {
    width: 100%;
    background-color: #b9b798;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    padding: 5.5px 5px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list .productDetailInfo_panel_block_list_item .productDetailInfo_panel_block_list_item_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background-color: #ffffff;
    padding: 15px 15px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list .productDetailInfo_panel_block_list_item .productDetailInfo_panel_block_list_item_text {
    font-size: 12px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list .productDetailInfo_panel_block_list_item img {
    display: block;
    flex-shrink: 0;
    width: 100%;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list .productDetailInfo_panel_block_list_item:nth-child(1) img {
    max-width: 111px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list .productDetailInfo_panel_block_list_item:nth-child(2) img {
    max-width: 104px;
  }
  .reinca_item-template-rcrm .productDetailInfo_item.item01 .productDetailInfo_panel_block_list .productDetailInfo_panel_block_list_item:nth-child(3) img {
    max-width: 133px;
  }
  .reinca_item-template-rcrm .productDetailInfo_panel .row_block_step-image {
    flex-shrink: 0;
  }
}
.home .mv {
  display: block;
}
.home .mv_txt {
  position: absolute;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.home .mv_txt_01 {
  width: 5.325vw;
  top: 24.1vw;
  left: 5vw;
}
.home .mv_txt_02 {
  width: 13vw;
  top: 7.1vw;
  left: 33vw;
}
.home .mv_txt_03 {
  width: 9.5vw;
  bottom: 2.5vw;
  left: 5vw;
}
.home .mv_txt_04 {
  width: 29vw;
  bottom: 4.6vw;
  right: 10.1vw;
}
.home .mv_txt_05 {
  width: 18.9vw;
  bottom: 0.83vw;
  right: 1.3vw;
}
@media only screen and (max-width: 640px) {
  .home .mv_txt_01 {
    width: 13vw;
    top: 9vw;
    left: 9vw;
  }
  .home .mv_txt_02 {
    width: 33.4vw;
    top: 25.4vw;
    left: 8.5vw;
  }
  .home .mv_txt_03 {
    width: 24.2vw;
    bottom: initial;
    top: 43.3vw;
    left: 8.4vw;
  }
  .home .mv_txt_04 {
    width: 63.5vw;
    bottom: 6vw;
    right: initial;
    left: 19.5vw;
  }
  .home .mv_txt_05 {
    width: 48.1vw;
    bottom: 1.4vw;
    right: 1.6vw;
  }
}
.product_article_note {
  display: block;
  margin-top: 5px;
  font-size: 11px !important;
}
@media only screen and (max-width: 640px) {
  .product_article_note {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 949px) {
  .item_table_col-charge dt {
    margin-top: 22px;
  }
  .item_table_block-col1 {
    margin-top: 0;
  }
}
.item_table_col-charge dd sup {
  position: relative;
  top: -5px;
}
.about .philosophy_lead_annotation sup,
.about .turnover_extract_annotation sup {
  font-size: 10px !important;
}

/*20260617_watanabe HP-3335 商品詳細ページにお知らせ追加*/
/*リズムトリートメントムースウォッシュのみ、お知らせ2行対応*/
.item-detail .item-block .info-area .info_link {
  align-items: flex-start;
}
.item-detail .item-block .info-area .info_link .box_txt + .box_txt {
  margin-top: 10px;
}

/*20260707_waatanabe HP-3364 【Reinca】リカバリーマスクのカートクローズ*/
.reinca_item-template-rcrm .item-detail .info-area .box,
.reinca_item-template-rcrm .item-detail .info-area .reinca_product_variations .box {
  display: none;
}
@media only screen and (max-width: 768px) {
  .reinca_product_variations {
    margin-bottom: 30px !important;
  }
}
