@charset "UTF-8";
html {
  font-size: 10px !important;
  width: 100%;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem !important;
  color: #333;
  line-height: 1.8;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 38.75em) {
  body {
    font-size: 1.6rem !important;
  }
}

picture {
  display: block;
}

a {
  color: inherit;
}

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

.wp-element-caption {
  font-size: 1.1rem;
}

.main-container-top {
  margin-top: 60px;
}
@media screen and (min-width: 38.75em) {
  .main-container-top {
    margin-top: 75px;
  }
}

.main-container {
  margin-top: 120px;
}
@media screen and (min-width: 38.75em) {
  .main-container {
    margin-top: 160px;
  }
}

/* 共通パーツ ===================*/
.c-btn {
  border: 1px solid #888;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 3em;
  transition: all 0.2s;
  letter-spacing: 2px;
}
.c-btn:hover, .c-btn:focus {
  text-decoration: none;
  background-color: #C9692F;
  color: #fff;
  border: 1px solid #C9692F;
}

.page-title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#content .page-title {
  font-size: 2rem;
}
@media screen and (min-width: 38.75em) {
  #content .page-title {
    font-size: 2.4rem;
  }
}

.single .entry-title {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.tax {
  color: #7a7a7a !important;
}

.c-text_orange {
  color: #C9692F;
}

.c-arrow {
  text-align: right;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.c-arrow a {
  display: inline-block;
  color: #834925;
  font-size: 13px;
  padding-bottom: 12px;
  padding-right: 30px;
  position: relative;
}
.c-arrow a::before {
  content: "";
  background-color: #834925;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-arrow a::after {
  content: "";
  background-color: #834925;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 4px;
  right: 0px;
  transform: rotate(20deg);
}

.entry-content h2 {
  border-bottom: 2px solid #e2ac8a;
  padding-left: 1em;
  line-height: 1.6;
}
.entry-content h3 {
  margin-bottom: 3em;
  border-left: 5px solid #e17c3e;
  padding-left: 1em;
  line-height: 1.6;
}
.entry-content h4 {
  background-color: #e9e7e4;
  padding-left: 1em;
  line-height: 1.6;
}
.entry-content p {
  line-height: 1.6;
}
.entry-content th {
  background-color: #eee;
}

.entry-content ol + .wp-block-heading,
.entry-content ul + .wp-block-heading {
  margin-top: 60px !important;
}

/* header ===================*/
.site-header {
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px;
  z-index: 20;
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 62.5em) {
  header .inner {
    width: 100%;
    max-width: 1200px;
  }
}
h1.site-title, div.site-title {
  padding: 0;
  width: auto;
}
h1.site-title a:hover,
h1.site-title a:focus, div.site-title a:hover,
div.site-title a:focus {
  text-decoration: none;
  opacity: 0.7;
}

h1.site-title {
  padding: 5px 0 8px;
}
@media screen and (min-width: 38.75em) {
  h1.site-title {
    padding: 7px 0 14px;
  }
}

#site-navigation label span::before {
  color: #333;
}

header .inner {
  padding-bottom: 0;
}

.header-logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 110px;
  padding-top: 7px;
}
@media screen and (min-width: 38.75em) {
  .header-logo {
    max-width: 140px;
  }
}
@media screen and (min-width: 38.75em) and (min-width: 62.5em) {
  .header-logo {
    padding-top: 0;
  }
}
@media screen and (min-width: 38.75em) {
  .header-logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.logo-subtitle {
  font-size: clamp(9px, 0.6vw + 8px, 12px);
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 26px;
  display: block;
  white-space: nowrap;
  line-height: 1em;
  padding-top: 4px;
  font-weight: bold;
}
@media screen and (min-width: 38.75em) {
  .logo-subtitle {
    padding-top: 0;
    font-size: 12px;
  }
}

/* header-nav ===========*/
.main-navigation {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .main-navigation {
    transition: all 0.3s;
    display: block;
  }
}

header #site-navigation input#panel.on-off + div.nav-menu-open, header #site-navigation input#panel.on-off:checked + div.nav-menu-open, header #site-navigation input#panel.on-off + div.header-nav-container {
  background-color: #fff;
}

#site-navigation li {
  border: none;
}
#site-navigation li a {
  font-size: clamp(12px, 0.3vw + 10px, 14px) !important;
  color: #333;
  width: -moz-fit-content;
  width: fit-content;
  padding: 33px 16px;
}

#site-navigation ul li:first-child {
  border: none;
}

#site-navigation ul > li {
  position: relative;
}
#site-navigation ul > li::after {
  transition: all 0.3s;
  content: "";
  background-color: #e89867;
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#site-navigation ul > li:hover::after, #site-navigation ul > li:focus::after {
  width: 8px;
  height: 8px;
}

.snav .membership li {
  margin: 0;
  padding: 0;
}
.snav .membership li a {
  background-color: #fff;
}

.snav .membership li:first-child, .snav .membership li a {
  border: none;
}

#site-navigation li.current_page_item a, #site-navigation li.current-menu-parent a {
  background-color: inherit;
  color: #C9692F;
}

#site-navigation ul {
  width: auto;
}

#site-navigation li a:hover {
  background-color: inherit;
  color: inherit;
}

#site-navigation ul ul {
  position: relative;
  top: 70px;
  transition: all 0.3s;
  width: 240px;
  padding: 16px;
  border: #ccc 1px solid;
}
#site-navigation ul ul::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #aaa transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

#site-navigation ul li > ul {
  left: 50%;
  transform: translateX(-50%);
}

#site-navigation ul li > ul li > .sub-menu {
  left: 0%;
  transform: translateX(0%);
  border: none !important;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
}
#site-navigation ul li > ul li > .sub-menu::before {
  border: none;
}

#site-navigation ul li > ul li:hover::after, #site-navigation ul li > ul li:focus::after {
  top: 13px;
  transform: translateY(0);
}

.sub-menu__icon-wrapper a {
  display: block;
  padding: 1em 4em 1em 1em;
  position: relative;
}
.sub-menu__icon-wrapper > .nav-show__icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #eee;
  padding: 0 7.4px;
}
.sub-menu__icon-wrapper > .nav-show__icon:hover, .sub-menu__icon-wrapper > .nav-show__icon:focus {
  border: 1px solid #888;
  cursor: pointer;
}
.sub-menu__icon-wrapper > .nav-show__icon::before {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 free";
  font-size: 16px;
  color: #888;
  font-weight: 900;
  transition: transform 0.2s;
}
.sub-menu__icon-wrapper > .nav-show__icon.js-active::before {
  transform: rotate(180deg);
}

#site-navigation ul ul ul {
  top: 0;
  left: 0;
  position: static !important;
  padding: 6px 0 16px 15px;
}
#site-navigation ul ul li a {
  padding: 10px 0 10px 20px;
}

.header-nav-container .menu-item > ul {
  position: absolute !important;
}

.header-nav-container {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .header-nav-container {
    display: block;
    position: relative;
    padding: 40px;
  }
}

.header-nav-container > li {
  position: absolute;
  top: 0;
  left: 0;
}

.sub-menu::before:not(:first-of-type) {
  content: "";
  background-color: #D2D2D2;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 0;
  left: -20px;
}

#site-navigation li.current-menu-item > a, #site-navigation li.current-menu-ancestor > a {
  background-color: inherit;
  color: #C9692F;
}

/* drawer ドロワー　メニュー===========*/
.bg-drawer {
  background-color: rgb(250, 246, 241);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: none;
}

.drawer {
  max-width: 340px;
  margin: 0 auto;
  padding: 40px;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  display: none;
}
.drawer ul li > ul li > .sub-menu {
  display: none;
}
.drawer .drawer-nav__list li {
  border-bottom: #ccc 1px solid;
}
.drawer .drawer-nav__list a {
  display: block;
  width: 100%;
  padding-left: 1em;
}
.drawer .drawer-nav__list a:hover, .drawer .drawer-nav__list a:focus {
  opacity: 0.7;
  text-decoration: none;
  background-color: #fff;
}
.drawer .drawer-nav__list li > a {
  padding: 1em 0 1em 1em;
}
.drawer .drawer-nav__list ul > li {
  float: none;
  position: relative;
  border: none;
}
.drawer .drawer-nav__list ul > li a {
  padding: 0.3em 0 0.3em 1em;
}
.drawer .drawer-nav__list .sub-menu {
  padding-left: 3rem;
  margin-bottom: 1em;
}
.drawer .drawer-nav__list .js-show {
  color: red;
}
.drawer .drawer-nav__list .sub-menu__icon {
  top: 0;
  transform: translateY(0);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 997;
}
.drawer .sub-menu__icon-wrapper > .nav-show__icon {
  border: 1px solid #eee;
}
.drawer .sub-menu__icon-wrapper > .nav-show__icon:hover, .drawer .sub-menu__icon-wrapper > .nav-show__icon:focus {
  border: 1px solid #888;
}

/* headerログインicon ===========*/
.snav .membership ul {
  display: block;
  position: static;
  padding: 0;
  border: none;
}

.usces_login_a {
  padding: 10px 7px 8px 7px !important;
}
@media screen and (min-width: 62.5em) {
  .usces_login_a {
    padding: 19px 7px 8px 7px !important;
  }
}
.usces_login_a::before {
  content: "\f007";
  font-family: "Font Awesome 6 free";
  display: inline-block;
  font-size: 25px;
  color: #333;
  font-weight: 900;
}
@media screen and (min-width: 62.5em) {
  .usces_login_a::before {
    font-size: 28px;
  }
}
.usces_login_a:hover, .usces_login_a:focus {
  opacity: 0.7;
}

footer .usces-login_a-now {
  background-color: #efedea;
}

.usces-login_a-now {
  display: flex !important;
  align-items: center;
  padding: 5px !important;
  font-size: 10px;
  color: #888;
}
@media screen and (min-width: 62.5em) {
  .usces-login_a-now {
    font-size: 11px;
  }
}
.usces-login_a-now::after {
  content: "\f007";
  font-family: "Font Awesome 6 free";
  display: inline-block;
  font-size: 26px;
  color: #333;
  font-weight: 900;
  padding-left: 6px;
}
@media screen and (min-width: 62.5em) {
  .usces-login_a-now::after {
    font-size: 31px;
  }
}
.usces-login_a-now:hover, .usces-login_a-now:focus {
  opacity: 0.7;
}

.usces-login_a-now__name {
  margin-bottom: 1px;
}

/* headerカートicon =============*/
.incart-btn {
  min-width: auto;
  margin-bottom: 0px;
}
@media screen and (min-width: 62.5em) {
  .incart-btn {
    margin-bottom: 10px;
  }
}

.incart-btn a {
  background-color: inherit;
}

.incart-btn i::before {
  color: #333;
}

.incart-btn .total-quant {
  background-color: #e47028;
  color: #fff;
  font-size: 12px;
}

.incart-btn .total-quant {
  width: 22px;
  height: 22px;
  position: absolute;
  transform: translate(70%, 0%);
  padding: 0 0 0 2px;
  top: 8px;
  right: auto;
  left: 13px;
}
@media screen and (min-width: 62.5em) {
  .incart-btn .total-quant {
    top: 0;
    left: 0;
  }
}

.snav i {
  font-size: 30px;
}
@media screen and (min-width: 62.5em) {
  .snav i {
    font-size: 36px;
  }
}

.incart-btn a:hover,
.incart-btn a:focus {
  background-color: inherit;
  opacity: 0.7;
}

@media screen and (min-width: 62.5em) {
  .snav .membership i {
    display: block;
  }
}
.snav {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0;
}

.blog #content article {
  border: none;
}

/* header閉じるボタン ================*/
.openbtn {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #333;
  width: 45%;
  z-index: 998;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active {
  display: block;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
}

/* スライダー ================*/
.swiper {
  width: 100vw;
  height: 700px;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear;
}

.swiper-slide {
  overflow: hidden;
  position: relative;
}
.swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* サイドバー aside ================*/
@media screen and (min-width: 62.5em) {
  .ucart_calendar_body {
    width: 186px;
    margin-right: auto;
    margin-left: auto;
  }
}

.ucart_widget_body {
  font-size: 1.4rem;
}

.widget_welcart_calendar table {
  max-width: 186px;
  font-size: 14px;
  border: 1px solid #fff0d1;
}
.widget_welcart_calendar table th {
  background-color: #524137;
  border: 1px solid #fff0d1;
}
.widget_welcart_calendar table td {
  border: 1px solid #fff0d1;
}

@media screen and (min-width: 62.5em) {
  .two-column .widget_welcart_calendar table {
    margin: 0 auto 0.714286em;
  }
}

.search-box div.s-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-box input[type=text] {
  height: 28px;
}
@media screen and (min-width: 62.5em) {
  .search-box input[type=text] {
    width: 100% !important;
    height: auto;
  }
}

.search-box .searchsubmit {
  display: block;
}

/* home TOPページ ================*/
@media screen and (min-width: 62.5em) {
  .two-column #secondary {
    width: 260px;
  }
}

@media screen and (min-width: 62.5em) {
  #main.two-column #content {
    width: calc(100% - 280px - 6%);
  }
}

#main {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
}
@media screen and (min-width: 38.75em) {
  #main {
    margin: 80px auto;
  }
}

.main-image {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.main-image img {
  width: 100%;
}

#main.two-column #content {
  padding-right: 20px;
  padding-left: 20px;
}

.home h2 {
  text-align: center;
  font-size: 2rem;
  color: #555;
}

.home h2 span {
  color: rgba(241, 177, 139, 0.8);
  font-family: "Wendy One", sans-serif;
  padding-left: 0;
  font-size: 2rem;
  display: block;
}
@media screen and (min-width: 38.75em) {
  .home h2 span {
    font-size: 2.4rem;
    padding-left: 30px;
    display: inline-block;
  }
}

/* お知らせ =====*/
@media screen and (min-width: 38.75em) {
  .top-info {
    margin-top: 60px;
  }
}

.top-info__contents {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 60px;
}

.top-info__article {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2 !important;
}
.top-info__article a:hover, .top-info__article a:focus {
  opacity: 0.7;
  text-decoration: none;
}

.top-info__article-text {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.top-info__article-date {
  font-size: 1.4rem;
  margin-right: 16px;
  margin-bottom: 6px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* 新商品 =====*/
.top-new {
  margin-top: 80px;
}
@media screen and (min-width: 38.75em) {
  .top-new {
    margin-top: 160px;
  }
}

.front-il {
  letter-spacing: 0rem;
}

.top-recommended__grid {
  margin-bottom: 60px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
  gap: 2%;
}
.top-recommended__grid article {
  width: 100%;
  max-width: 260px;
  margin: 0 auto !important;
  display: block;
}
.top-recommended__grid article + article {
  margin-top: 60px;
}
@media screen and (min-width: 38.75em) {
  .top-recommended__grid article + article {
    margin-top: 0;
  }
}
.top-recommended__grid .itemname {
  margin-top: 16px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 38.75em) {
  .top-recommended__grid .itemname {
    margin-top: 30px;
  }
}
.top-recommended__grid .itemname a {
  font-size: 1.4rem;
  color: #444;
}
.top-recommended__grid .itemprice {
  font-weight: normal;
  text-align: center;
  margin-top: 4px;
  color: #7a7a7a;
}
@media screen and (min-width: 38.75em) {
  .top-recommended__grid .itemprice {
    margin-top: 16px;
  }
}

/* おすすめ商品 =====*/
.top-recommended {
  margin-top: 80px;
}
@media screen and (min-width: 38.75em) {
  .top-recommended {
    margin-top: 160px;
  }
}

.front-il .itemname {
  overflow: inherit;
}

/* マップ =====*/
.top-access {
  padding-top: 50px;
  margin-top: 150px;
  border-top: #C1C1C1 1px solid;
}

.top-access__contents {
  margin-top: 30px;
  position: relative;
}

.top-access__img img {
  max-width: 700px;
  width: 100%;
}

.top-access__map {
  background-color: #fff;
  padding: 10px;
  width: 85%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 38.75em) {
  .top-access__map {
    width: 380px;
    position: absolute;
    top: 44%;
    right: 0;
    transform: translate(0, -50%);
  }
}

.top-access__iframe-wrapper {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.top-access__iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 38.75em) {
  .top-access__bottom {
    display: flex;
    align-items: flex-end;
  }
}

.top-access__address {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.top-access__address h3 {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 30px;
}

.top-new .itemname {
  font-size: 1.6rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 17px;
}

.top-new__contents {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 46.25em) {
  .top-new__contents {
    display: flex;
    align-items: center;
  }
}
.top-new__contents::before {
  content: "";
  background-color: rgba(244, 216, 162, 0.4);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  bottom: -30px;
  right: 10px;
}
.top-new__contents::after {
  content: "";
  background-color: rgba(244, 192, 162, 0.5);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: -10px;
}

.top-new__content {
  margin-left: 4%;
  margin-right: 40px;
  padding: 4em 0;
}
@media screen and (min-width: 46.25em) {
  .top-new__content {
    padding: 0 0 2em 0;
  }
}
.top-new__content .loopimg {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: rgba(244, 231, 162, 0.3);
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.top-new__content .loopimg::before {
  content: "";
  background-color: rgba(244, 216, 162, 0.4);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-new__content .loopimg::after {
  content: "";
  background-color: rgba(244, 192, 162, 0.5);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 80px;
  left: -20px;
  z-index: 2;
}
.top-new__content .loopimg img {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.top-new__content .loopexp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 38.75em) {
  .top-new__content .loopexp {
    margin-left: 3%;
    width: 50%;
  }
}

/* 商品カテゴリ ================*/
.cat-item > .children {
  position: relative;
}

.cat-item > .children::before {
  content: "";
  /* display: inline-block; */
  background-color: #D2D2D2;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 0;
  left: -20px;
}

.widget_welcart_category li ul {
  margin-left: 40px;
}

.widget img {
  display: none;
}

#secondary h3 {
  border-bottom: 2px solid #F0BA99;
  color: #C9692F;
  padding-left: 1em;
  padding-top: 2em;
}

#secondary {
  max-width: 600px;
  margin: 0 auto;
  border-top: none;
  margin-top: 60px;
}
@media screen and (min-width: 46.25em) {
  #secondary {
    margin-top: 140px;
  }
}
@media screen and (min-width: 62.5em) {
  #secondary {
    margin-top: 0;
  }
}

/* 商品詳細ページ ===================*/
.entry-title {
  font-size: 2rem;
}

.item-info__title {
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 46.25em) {
  .item-info__title {
    font-size: 2.2rem;
    margin-top: 100px;
    margin-bottom: 40px;
  }
}

.detail-box {
  float: none;
  width: 100%;
}

.detail-box .item-name {
  padding-bottom: 16px;
  border-bottom: 3px solid #eee;
  margin-bottom: 20px;
}

.item-info .field {
  margin-top: 20px;
}
@media screen and (min-width: 38.75em) {
  .item-info .field {
    margin-top: 0;
  }
}

.item-info .field_price {
  float: none;
  text-align: right;
}

.sku__item-list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.SKU-img-wrapper {
  margin-right: 10%;
}

.item-info .skuname {
  background-color: inherit;
  /* border-bottom: 1px solid #aaa; */
  margin-bottom: 0;
}

#itempage #img-box {
  margin-right: auto;
  margin-left: auto;
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 38.75em) {
  #itempage #img-box {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
}

#itempage .itemimg {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

#itempage .item-info {
  padding-top: 0;
}

#itempage .itemsubimg {
  margin: 3% 3% 0 0;
  flex: 0 1 40%;
}

.item-info .zaikostatus {
  font-size: 12px;
  float: none;
  text-align: right;
  color: #888;
}

.item-info .skuform {
  margin-bottom: 60px;
}

.search-li .itemname {
  overflow: inherit;
}

.item-info .quantity {
  display: block;
}

.item-description .item-info .skubutton {
  background-color: #ec523d;
  padding: 0.8em 2em;
  border-radius: 100px;
  margin-top: 10px;
}
@media screen and (min-width: 38.75em) {
  .item-description .item-info .skubutton {
    padding: 0.8em 2.6em;
  }
}

.item-description__field {
  border: #eee 1px solid;
  padding: 2em;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media screen and (min-width: 38.75em) {
  .item-description__field {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.item-description__field .single__custom-field {
  font-size: 1.4rem;
  display: flex;
  padding: 2px 0;
}
.item-description__field .single__custom-field dt {
  display: block;
  color: #666;
  white-space: nowrap;
}
.item-description__field .single__custom-field dd {
  display: block;
}

/* ページネーション =====*/
.feedback {
  text-align: center;
  margin-top: 60px;
}
.feedback .post-page-numbers {
  padding: 0.8em;
  background-color: rgb(235, 232, 229);
  margin: 0 4px;
}
.feedback .post-page-numbers.current {
  background-color: #C9692F;
  color: #fff;
  font-weight: bold;
}

/* 関連商品 =====*/
.assistance_item h3 {
  padding-bottom: 0.5em;
  margin-top: 80px;
}
@media screen and (min-width: 62.5em) {
  .assistance_item h3 {
    margin-top: 160px;
  }
}
.assistance_item h4 {
  font-size: 1.4rem;
  color: #444;
}
.assistance_item li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.assistance_item li .detail {
  margin-left: 20px;
}
.assistance_item li .detail .assist_price {
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: normal;
  color: #7a7a7a;
  margin-top: 10px;
}
.assistance_item div.listbox {
  display: flex;
  align-items: center;
  text-align: left;
}

/* カート確認画面 ===================*/
#cart_table td.stock {
  font-size: 12px;
}

div.cart_navi li {
  background-color: #433630;
  color: #fff;
}
div.cart_navi li::before {
  background-color: #433630;
}
div.cart_navi li::after {
  background-color: #433630;
}

div.cart_navi li.current, div.cart_navi li.current::before, div.cart_navi li.current::after {
  background-color: #e47028;
}

#cart_table {
  border: none;
}
#cart_table tfoot tr:nth-of-type(1) {
  background-color: #efefef;
}
#cart_table tfoot tr:nth-of-type(4) {
  background-color: #efefef;
}
#cart_table tr {
  border-top: #eee 1px solid;
}
#cart_table tr:last-of-type {
  border-bottom: #eee 1px solid;
}
#cart_table th {
  border: none;
}
#cart_table th:nth-child(6) {
  border-right: none;
}
#cart_table td {
  border: none;
}
#cart_table tfoot tr:nth-of-type(7) {
  background-color: #d8d8d8;
}

@media screen and (min-width: 62.5em) {
  #wc_cart #cart .upbutton {
    padding: 0 0 2em;
  }
}

#cart_table .thumbnail {
  padding: 0;
  width: 100px;
}

div.header_explanation {
  margin-top: 60px;
}

#cart_table td.productname {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  border-bottom-style: none;
  padding: 0 0.5em;
}
@media screen and (min-width: 38.75em) {
  #cart_table td.productname {
    display: block;
    padding: 1em;
  }
}
@media screen and (min-width: 62.5em) {
  #cart_table td.productname {
    padding: 2em;
  }
}

#cart_table .aright {
  white-space: nowrap;
}

#confirm_table {
  margin-top: 80px;
}
@media screen and (min-width: 38.75em) {
  #confirm_table {
    margin-top: 160px;
  }
}

.cart_navi {
  white-space: nowrap;
}

@media screen and (min-width: 38.75em) {
  #cart .action input.delButton {
    font-size: 12px;
  }
}

.currency_code,
.agree_member_area {
  display: none;
}

#customer-info h5 {
  border-bottom: none;
}

#cart_table .aright.subtotal,
#cart_table .amount {
  color: #dc3545;
}

.cart-page .send {
  padding-top: 60px;
}
@media screen and (min-width: 46.25em) {
  .cart-page .send {
    padding-top: 80px;
  }
}

#cart_table th {
  background-color: inherit;
}

.cart_page__total {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 40px;
  padding: 1em 2em;
}
@media screen and (min-width: 46.25em) {
  .cart_page__total {
    padding: 2em 6em;
  }
}
.cart_page__total .color-red {
  margin-top: 6px;
  color: #dc3545;
}

.upbutton {
  margin-top: 40px;
  font-size: 11px;
}
@media screen and (min-width: 46.25em) {
  .upbutton {
    font-size: 14px;
  }
}

div.cart_navi ul {
  display: flex;
  align-items: center;
}
div.cart_navi ul li {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
}
@media screen and (min-width: 400px) {
  div.cart_navi ul li {
    font-size: clamp(10px, 0.5vw + 10px, 14px);
  }
}
@media screen and (min-width: 38.75em) {
  div.cart_navi ul li {
    width: 24.5%;
    font-size: 14px;
  }
}

.confiem_notice {
  font-size: 13px;
}

.cart-price__contents {
  display: block;
  text-align: right;
}
@media screen and (min-width: 62.5em) {
  .cart-price__contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
  }
}

.postage_privilege {
  width: 100%;
  margin-top: 1em;
}
@media screen and (min-width: 62.5em) {
  .postage_privilege {
    width: 62%;
    margin-top: 0;
  }
}
.postage_privilege .line-marker {
  background: linear-gradient(transparent 60%, #f7f707 60%);
}
.postage_privilege .postage-privilege__strong {
  color: red;
  font-size: 1.8rem;
  padding: 0 0.3em;
}
@media screen and (min-width: 62.5em) {
  .postage_privilege .postage-privilege__strong {
    font-size: 2.4rem;
  }
}

/* 固定ページ ===================*/
.cat-il.type-grid .itemname {
  overflow: inherit;
}

#content header {
  margin-bottom: 60px;
}

.single #content header {
  margin-bottom: 40px;
}

.entry-content p + .wp-block-heading {
  margin-top: 30px !important;
}
@media screen and (min-width: 62.5em) {
  .entry-content p + .wp-block-heading {
    margin-top: 60px !important;
  }
}

/* 会社概要 ===================*/
.l-company-bottom {
  margin-top: 160px;
}
.l-company-bottom h2 {
  margin-bottom: 4em;
}

.company-bottom__contents {
  display: flex;
  align-items: center;
}

.company-logo-wrapper {
  max-width: 260px;
  margin: 0 auto;
}

.company-table-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.company-table-wrapper table th {
  width: 30%;
  max-width: 200px;
  padding: 1.2em 0.6em;
}
@media screen and (min-width: 38.75em) {
  .company-table-wrapper table th {
    padding: 1.2em 2em;
  }
}
.company-table-wrapper table td {
  padding: 1.2em 0.6em;
}
@media screen and (min-width: 38.75em) {
  .company-table-wrapper table td {
    padding: 1.2em 2em;
  }
}

.access__texts {
  padding-left: 4%;
}

/* ご利用案内 ============*/
.l-guide .card_6brand__img-wrapper {
  max-width: 700px;
}
.l-guide section + section {
  margin-top: 80px;
}
@media screen and (min-width: 62.5em) {
  .l-guide section + section {
    margin-top: 100px;
  }
}

.guide__table-wrapper {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.guide__table-wrapper table th {
  border: #aaa 1px solid;
  background-color: #eee;
  width: 30%;
  max-width: 200px;
  padding: 1.2em 0.6em;
}
@media screen and (min-width: 38.75em) {
  .guide__table-wrapper table th {
    padding: 1.2em 2em;
  }
}
.guide__table-wrapper table td {
  border: #aaa 1px solid;
  padding: 1.2em 0.6em;
}
@media screen and (min-width: 38.75em) {
  .guide__table-wrapper table td {
    padding: 1.2em 2em;
  }
}
.guide__table-wrapper table td .c-text-attention {
  color: rgb(218, 31, 31);
  font-weight: bold;
  padding: 0 4px;
}
.guide__table-wrapper table .c-text_small {
  font-size: 1.2rem;
  color: #888;
  font-weight: normal;
}

.guide-pay__bank-detail {
  padding-left: 20px;
  margin-bottom: 40px;
}

.guide-pay__list-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}

.guide__pay li::marker {
  font-size: 1.8rem;
  font-weight: bold;
}

/* 詳細ページsingle.php ============*/
.entry-meta {
  text-align: right;
  border: none;
}

.entry-meta .date::before {
  content: "";
}

.entry-content p, .item-description p {
  line-height: 1.8;
}

.entry-item-img {
  margin-bottom: 60px;
}

/* お知らせ　archive.php ============*/
.archive-item-img__wrapper {
  flex: 0 0 280px;
  margin-right: 4%;
}

.archive-item-img {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.archive-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}

.post-li article:first-of-type {
  border-top: 1px solid #e0e0e0;
}

.post-li article {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0;
  padding: 0;
}
.post-li article a {
  display: block;
  padding: 1.6em 0;
  text-decoration: none;
}
.post-li article:hover {
  background-color: #fbfaf7;
}
.post-li article:hover .archive-item-img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.post-li p {
  font-size: 1.4rem;
}
.post-li p time {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #888;
  margin-top: 16px;
}
@media screen and (min-width: 38.75em) {
  .post-li p time {
    margin-top: 0;
  }
}

.comments-area {
  border: none;
}

/* コンタクトフォーム ============*/
.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=search], input[type=url],
textarea {
  width: 100%;
  padding: 0.5714285em;
}

textarea {
  height: 200px;
}

@media screen and (min-width: 38.75em) {
  .p-contact-form__list {
    display: flex;
    align-items: flex-start;
  }
}

.p-contact-form__list + .p-contact-form__list {
  margin-top: 40px;
}

.label-wrapper {
  position: relative;
  display: inline-block;
}

.p-contact-form__list > label {
  flex: 0 0 26%;
  display: flex;
  align-items: center;
  margin-right: 4%;
  justify-content: left;
  margin-bottom: 0.6em;
  padding-top: 0;
}
@media screen and (min-width: 38.75em) {
  .p-contact-form__list > label {
    padding-top: 5px;
    margin-bottom: 0;
    justify-content: space-between;
  }
}

.p-form__require {
  white-space: nowrap;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  background-color: #E61264;
  position: relative;
  padding: 2px 3px 0;
  border-radius: 2px;
  border-bottom: 5px;
  margin-left: 10px;
}
@media screen and (min-width: 38.75em) {
  .p-form__require {
    margin-left: 0;
  }
}

.p-form__require-download {
  width: 40px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -48px;
  padding-bottom: 2px;
}

.p-contact-form__check {
  margin-top: 36px;
}

.wpcf7-list-item-label::before {
  display: inline-block;
  content: "";
  background-color: #fff;
  width: 26px;
  height: 26px;
  border: 1px solid #3E3E3E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 6.36px;
  height: 11.62px;
  transform: rotate(45deg);
  border-bottom: 1px solid #3E3E3E;
  border-right: 1px solid #3E3E3E;
  position: absolute;
  top: 5px;
  left: 15px;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox]:checked .check-test__span::after {
  opacity: 1;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

span.wpcf7-list-item {
  margin: 0 0 0 30px;
  position: relative;
  padding-left: 38px;
}

.wpcf7-list-item-label {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 28px;
}

/* フッター ===================*/
footer {
  background-color: #3C322D;
  color: #fff;
  margin-top: 80px;
  padding: 20px 0 0 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 62.5em) {
  footer {
    margin-top: 160px;
  }
}

.footer-inner {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-head {
  display: flex;
  justify-content: space-between;
}

.footer-bottom {
  max-width: 320px;
  margin: 0 auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 38.75em) {
  .footer-bottom {
    max-width: 360px;
    font-size: 1.4rem;
  }
}

.footer__logo-wrapper {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-logo {
  text-align: center;
  margin-top: 6px;
}
.footer-logo img {
  max-width: 120px;
}
@media screen and (min-width: 38.75em) {
  .footer-logo img {
    max-width: 140px;
  }
}

footer .snav {
  justify-content: space-around;
}
footer .snav .incart-btn i::before {
  color: #fff !important;
}

footer .snav .membership {
  width: auto;
}
footer .snav .membership li {
  padding-bottom: 0;
  background-color: #3C322D;
}
footer .snav .membership li a {
  background-color: inherit;
}
footer .snav .membership li a::before {
  color: #fff;
}

footer nav {
  width: 100%;
  padding: 3em 0 1em 0;
}
footer nav ul {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
}
footer nav ul li {
  float: unset !important;
  width: auto;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
footer nav ul li a {
  padding: 5px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.copyright {
  padding: 2em 0;
  font-size: 12px;
}

/* ユーティリティー ===================*/
.u-flex {
  display: flex;
}

.u-flex_al-end {
  display: flex;
  align-items: flex-end;
}

.u-flex_around {
  display: flex;
  justify-content: space-around;
}

.u-flex_al-center {
  display: flex;
  align-items: center;
}

.u-flex_al-center_sp {
  display: block;
}
@media screen and (min-width: 38.75em) {
  .u-flex_al-center_sp {
    display: flex;
    align-items: center;
  }
}

.u-flex_al-center_tab {
  display: block;
}
@media screen and (min-width: 62.5em) {
  .u-flex_al-center_tab {
    display: flex;
    align-items: center;
  }
}

.u-flex_jc-center {
  display: flex;
  align-items: center;
}

.u-flex_jc-between_tab {
  display: block;
}
@media screen and (min-width: 62.5em) {
  .u-flex_jc-between_tab {
    display: flex;
    justify-content: space-between;
  }
}

.u-flex_center_tab {
  display: block;
}
@media screen and (min-width: 62.5em) {
  .u-flex_center_tab {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-show_tab {
  display: block;
}
@media screen and (min-width: 62.5em) {
  .u-show_tab {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-hidden_sp {
  display: none;
}
@media screen and (min-width: 38.75em) {
  .u-hidden_sp {
    display: block;
  }
}

.u-mt_0 {
  margin-top: 0px !important;
}

.u-mt_10 {
  margin-top: 10px;
}

.u-mt_20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt_40 {
  margin-top: 40px;
}

.u-mt_50 {
  margin-top: 50px;
}

.u-mt_60 {
  margin-top: 60px;
}

.u-mt_80 {
  margin-top: 80px;
}

.u-mt_100 {
  margin-top: 100px;
}

.u-mt_160 {
  margin-top: 160px;
}

.u-text_center {
  text-align: center;
}

.search-box {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 62.5em) {
  .search-box {
    max-width: 100%;
  }
}
.search-box form {
  display: block;
}

#toTop {
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 38.75em) {
  #toTop {
    bottom: 40px;
    right: 40px;
  }
}

.c-leaf__decoration {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}
@media screen and (min-width: 38.75em) {
  .c-leaf__decoration {
    margin-top: 160px;
    max-width: 600px;
  }
}

#lp {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 38.75em) {
  #lp {
    padding-bottom: 160px;
  }
}
#lp section + section {
  margin-top: 80px;
}
@media screen and (min-width: 38.75em) {
  #lp section + section {
    margin-top: 160px;
  }
}
#lp .c-line-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
}
@media screen and (min-width: 38.75em) {
  #lp .c-line-title {
    font-size: 2.6rem;
  }
}
#lp .c-line-title::before {
  content: "";
  background-color: #aaa;
  position: absolute;
  width: 50px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: -86px;
}
@media screen and (min-width: 38.75em) {
  #lp .c-line-title::before {
    width: 100px;
    height: 2px;
    left: -136px;
  }
}
#lp .c-line-title::after {
  content: "";
  background-color: #aaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  right: -86px;
}
@media screen and (min-width: 38.75em) {
  #lp .c-line-title::after {
    width: 100px;
    height: 2px;
    right: -136px;
  }
}
#lp .bg-all__water {
  width: 100vw;
  height: 100%;
  background: url(../welcart_basic-child/images/lp/bg-lp__water.jpg) repeat center center/cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding-right: 20px;
  padding-left: 20px;
}
#lp .main-inner {
  max-width: 1200px;
  background-color: #fff;
  box-shadow: 0 0 20px #fff;
  margin: 20px;
}
@media screen and (min-width: 62.5em) {
  #lp .main-inner {
    margin-right: auto;
    margin-left: auto;
  }
}
#lp .shampoo-title {
  padding: 60px 20px 0 20px;
  margin-top: 60px;
}
#lp .shampoo-title .shampoo-title__img-title {
  max-width: 70%;
  margin-left: auto;
}
@media screen and (min-width: 38.75em) {
  #lp .shampoo-title .shampoo-title__img-title {
    max-width: 30%;
  }
}
#lp .shampoo-title .shampoo-title__img-woman {
  flex: 0 1 50%;
  padding-right: 4%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 62.5em) {
  #lp .shampoo-title .shampoo-title__img-woman {
    margin: 0;
  }
}
#lp .shampoo-title h2 {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 36px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 38.75em) {
  #lp .shampoo-title h2 {
    margin-bottom: 50px;
    font-size: 2.4rem;
  }
}
#lp .shampoo-title h2::after {
  content: "";
  background: url(../welcart_basic-child/images/lp/lp__line-green.png) no-repeat center center/contain;
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#lp .shampoo-title p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#lp .point .point__content + .point__content {
  margin-top: 100px;
}
#lp .point h2 {
  font-size: clamp(2rem, 0.5vw + 2rem, 2.4rem);
}
@media screen and (min-width: 38.75em) {
  #lp .point h2 {
    font-size: clamp(21px, 0.8vw + 18px, 3.2rem);
  }
}
#lp .point span {
  color: #C9692F;
  font-size: 2rem;
}
#lp .point h2 + p {
  margin-top: 2em;
}
#lp .point p + p {
  margin-top: 1em;
}
#lp .point .point__content {
  flex-direction: row-reverse;
}
#lp .point .point__content__frame {
  border: 6px solid rgba(200, 178, 156, 0.5);
  border-radius: 20px;
  position: relative;
  padding: 70px 4% 40px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 38.75em) {
  #lp .point .point__content__frame {
    border: 8px solid rgba(200, 178, 156, 0.5);
    background-color: rgba(255, 255, 255, 0.8);
    flex: 0 1 60%;
  }
}
@media screen and (min-width: 62.5em) {
  #lp .point .point__content__frame {
    padding: 90px 5% 40px;
    width: 560px;
    flex: 0 1 50%;
  }
}
#lp .point .point__img {
  max-width: 200px;
  position: absolute;
  top: 0;
  transform: translateY(-45%);
  left: 5%;
}
#lp .point .point__content__img {
  margin-bottom: -16px;
}
@media screen and (min-width: 38.75em) {
  #lp .point .point__content__img {
    flex: 0 1 50%;
    margin-left: -33px;
    margin-bottom: 0;
  }
}
#lp .point .point-reverse__img {
  margin-right: 0;
}
@media screen and (min-width: 38.75em) {
  #lp .point .point-reverse__img {
    margin-right: -33px;
    margin-left: 0;
  }
}
#lp .point .point-reverse {
  flex-direction: unset;
}
#lp .point .point__star-wrapper {
  width: 60%;
  margin-top: 12px;
}
@media screen and (min-width: 38.75em) {
  #lp .point .point__star-wrapper {
    margin-top: 32px;
  }
}
#lp .about-me {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}
#lp .about-me p {
  font-size: 1.6rem;
  line-height: 3.2;
}
@media screen and (min-width: 38.75em) {
  #lp .about-me p {
    font-size: 2rem;
    line-height: 3.65;
  }
}
#lp .about-me p + p {
  margin-top: 40px;
}
@media screen and (min-width: 38.75em) {
  #lp .about-me p + p {
    margin-top: 60px;
  }
}
#lp .about-me .about-me__flame {
  display: inline-block;
  border: 1px solid #D4BC99;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 90%;
}
@media screen and (min-width: 62.5em) {
  #lp .about-me .about-me__flame {
    width: 66.666%;
  }
}
#lp .about-me .about-me__text-colors {
  display: inline-block;
  width: 14px;
  height: 510px;
  background: url(../welcart_basic-child/images/lp/lp__text-colors.png) no-repeat center center/contain;
  position: absolute;
  top: -6px;
  left: 2.4%;
}
@media screen and (min-width: 38.75em) {
  #lp .about-me .about-me__text-colors {
    left: 3%;
    width: 17px;
    height: 610px;
  }
}
@media screen and (min-width: 62.5em) {
  #lp .about-me .about-me__text-colors {
    left: 15.4%;
  }
}
#lp .about-me .reverse__text-colors {
  top: auto;
  bottom: -7px;
  left: 94.8%;
  transform: rotate(180deg);
}
@media screen and (min-width: 62.5em) {
  #lp .about-me .reverse__text-colors {
    left: 83.2%;
  }
}
#lp .about-me .about-me__big-title {
  position: relative;
  display: inline-block;
  background-color: #FDF4A0;
  font-size: 2.4rem;
  transform: rotate(-5deg);
  margin: 60px 0 50px;
  padding: 10px 4%;
  line-height: 1.5;
  width: 140%;
  margin-left: -22%;
  font-size: clamp(21px, 0.5vw + 20px, 2.4rem);
}
@media screen and (min-width: 38.75em) {
  #lp .about-me .about-me__big-title {
    margin: 80px 0 60px;
    padding: 8px 8%;
    font-size: clamp(32px, 0.5vw + 20px, 4rem);
    width: 140%;
    margin-left: -100px;
  }
}
@media screen and (min-width: 62.5em) {
  #lp .about-me .about-me__big-title {
    margin: 100px 0 100px;
    font-size: clamp(40px, 0.5vw + 20px, 4.8rem);
    width: 90%;
  }
}
#lp .about-me .about-me__big-title::before {
  content: "";
  background: url(../welcart_basic-child/images/lp/lp__bubble.png) no-repeat center center/contain;
  width: 28vw;
  height: 38.333vw;
  position: absolute;
  top: 0;
  left: -7%;
  max-width: 250px;
}
@media screen and (min-width: 480px) {
  #lp .about-me .about-me__big-title::before {
    top: -100%;
  }
}
@media screen and (min-width: 62.5em) {
  #lp .about-me .about-me__big-title::before {
    width: 200px;
    height: 300px;
    top: -80%;
    left: 0;
  }
}
#lp .about-me__content {
  width: 80%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 62.5em) {
  #lp .about-me__content {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
#lp .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  margin: 0 auto;
  margin-bottom: 60px;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 50px solid #F2E189;
}
@media screen and (min-width: 38.75em) {
  #lp .triangle {
    border-top: 80px solid #F2E189;
    border-right: 169px solid transparent;
    border-left: 169px solid transparent;
  }
}
#lp .promotion {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#lp .promotion .promotion__item__title {
  background: linear-gradient(90deg, rgba(60, 62, 120, 0.95), rgba(60, 62, 120, 0.75));
  color: #fff;
  text-align: center;
  padding: 1em;
}
@media screen and (min-width: 38.75em) {
  #lp .promotion .promotion__item__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
#lp .promotion .promotion__item__detail {
  font-size: 1.6rem;
  text-align: center;
  padding-top: 1em;
  margin-top: 40px;
}
@media screen and (min-width: 38.75em) {
  #lp .promotion .promotion__item__detail {
    font-size: 2rem;
    margin-top: 0;
  }
}
#lp .promotion .promotion__item__detail div:nth-child(1) {
  font-size: clamp(2.4rem, 1vw + 2.4rem, 4rem);
}
#lp .promotion .promotion__item__detail div:nth-child(2) {
  font-size: clamp(1.8rem, 1vw + 1.8rem, 3.6rem);
}
#lp .promotion .u-color-red {
  color: #E34B2A;
}
#lp .promotion .promotion__padding {
  padding: 0 0.3em;
}
#lp .promotion .u-fz-26 {
  font-size: clamp(1.8rem, 0.5vw + 1.8rem, 2.6rem);
}
#lp .promotion .u-fz-32 {
  font-size: clamp(1.8rem, 0.8vw + 1.8rem, 3.2rem);
}
#lp .promotion .u-fz-40 {
  font-size: clamp(2.8rem, 0.5vw + 2.8rem, 4rem);
}
#lp .promotion .u-fz-60 {
  font-size: clamp(3.8rem, 1.2vw + 3.8rem, 6rem);
}
#lp .promotion .promotion__item__img {
  max-width: 370px;
  margin: 0 auto;
}
@media screen and (min-width: 38.75em) {
  #lp .promotion .promotion__item__img {
    margin: 0;
    max-width: 100%;
    /* flex: 0 1 39%; */
    & img {
      height: 440px;
    }
  }
}
#lp .promotion .promotion__btn {
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}
#lp .promotion .promotion__free {
  border: 2px solid #aaa;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding: 0.4em 12%;
}
@media screen and (min-width: 38.75em) {
  #lp .promotion .promotion__free {
    padding: 1em 2.1em;
  }
}
#lp .promotion .promotion__item__line {
  padding: 0.1em 1em;
}
#lp .home-care {
  padding-right: 20px;
  padding-left: 20px;
}
#lp .home-care .home-care__big-title {
  background-color: #FDF4A0;
  font-size: 2.4rem;
  transform: rotate(-5deg);
  margin: 60px 0 50px;
  padding: 16px 0;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  width: 120%;
  margin-left: -40px;
}
@media screen and (min-width: 38.75em) {
  #lp .home-care .home-care__big-title {
    width: 100%;
    margin-left: 0;
    font-size: 2rem;
  }
}
#lp .home-care .home-care__big-title span {
  display: block;
  font-size: 2.4rem;
  margin-top: 4px;
}
@media screen and (min-width: 38.75em) {
  #lp .home-care .home-care__big-title span {
    font-size: 4rem;
  }
}
#lp .home-care .home-care__contents {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
#lp .home-care .home-care__contents p {
  text-align: center;
  padding-top: 0;
}
@media screen and (min-width: 38.75em) {
  #lp .home-care .home-care__contents p {
    padding-top: 20px;
  }
}
#lp .proud-of-product {
  padding-right: 20px;
  padding-left: 20px;
}
#lp .proud-of-product .proud-of-product__item {
  position: relative;
}
#lp .proud-of-product .proud-of-product__item + .proud-of-product__item {
  margin-top: -100px;
}
#lp .proud-of-product .proud-of-product__detail {
  margin-top: -20px;
}
@media screen and (min-width: 38.75em) {
  #lp .proud-of-product .proud-of-product__detail {
    margin-top: 0;
    position: relative;
    top: -300px;
    left: 10%;
    display: inline-block;
    width: 70%;
    text-shadow: 0 0 8px #fff;
  }
}
#lp .proud-of-product .proud-of-product__detail p + p {
  margin-top: 1em;
}
#lp .proud-of-product .proud-of-product__detail .proud-of-product__detail__reverse {
  left: auto;
  right: 10%;
}
#lp .investigate {
  padding: 100px 5% 100px 5%;
  position: relative;
  background-color: #EAEBED;
}
#lp .investigate .bg-investigate {
  width: 100%;
  height: 500px;
  background: url(../welcart_basic-child/images/lp/bg-investigate_top_sp.jpg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 38.75em) {
  #lp .investigate .bg-investigate {
    background: url(../welcart_basic-child/images/lp/bg-investigate_top.jpg) no-repeat center center/cover;
  }
}
#lp .investigate .bg-investigate_bottom {
  background: url(../welcart_basic-child/images/lp/bg-investigate_bottom_sp.jpg) no-repeat center center/contain;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 38.75em) {
  #lp .investigate .bg-investigate_bottom {
    background: url(../welcart_basic-child/images/lp/bg-investigate_bottom.jpg) no-repeat center center/cover;
  }
}
#lp .investigate .investigate__inner {
  margin-top: 80px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 70px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#lp .investigate .investigate-daihyou {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-around;
}
#lp .investigate .investigate-daihyou .investigate-daihyou__name div:first-child {
  font-size: 1.2rem;
}
#lp .investigate .investigate-daihyou .investigate-daihyou__name div:nth-child(2) {
  font-size: 1.6rem;
  margin-top: 0.2em;
}
@media screen and (min-width: 38.75em) {
  #lp .investigate .investigate-daihyou .investigate-daihyou__name div:nth-child(2) {
    font-size: 1.8rem;
    margin-top: 0.6em;
  }
}
#lp .investigate .investigate-daihyou .investigate-daihyou__name div:nth-child(3) {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 0.3em;
}
@media screen and (min-width: 38.75em) {
  #lp .investigate .investigate-daihyou .investigate-daihyou__name div:nth-child(3) {
    margin-top: 1em;
  }
}
#lp .investigate .investigate-daihyou .investigate-daihyou__name div:nth-child(3) span {
  font-size: 1.6rem;
  margin-left: 30px;
}
#lp .investigate .investigate-daihyou .investigate-daihyou__name_s {
  color: #888;
  font-size: 1.2rem;
  text-align: center;
}
#lp .investigate .investigate-daihyou .investigate-daihyou__img {
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4%;
}
#lp .investigate .career {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  background-color: #F4F4F4;
  padding: 20px 0;
}
#lp .investigate .career .career__content {
  max-width: 415px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
}
#lp .investigate .career .career-list {
  flex-wrap: wrap;
}
#lp .investigate .career .career-list div {
  color: rgb(144, 65, 0);
  padding-right: 1em;
}
#lp .investigate .career .career-list p {
  width: 100%;
}
#lp .investigate .investigate-daihyou__content {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#lp .investigate .investigate-daihyou__content p + p {
  margin-top: 2em;
}
#lp .use {
  max-width: 1000px;
  margin:  auto;
}
#lp .how-to-use {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 160px;
}
#lp .item-detail {
  padding-right: 20px;
  padding-left: 20px;
}
#lp .item-detail .item-detail__inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#lp .item-detail .c-text-decoration {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 38.75em) {
  #lp .item-detail .c-text-decoration {
    font-size: 2rem;
  }
}
#lp .item-detail dt {
  background: linear-gradient(90deg, #326431, rgba(50, 100, 49, 0.5));
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media screen and (min-width: 38.75em) {
  #lp .item-detail dt {
    font-size: 2.2rem;
  }
}
#lp .item-detail dd {
  padding: 1.4em 1.8em 2em 1.8em;
}
@media screen and (min-width: 38.75em) {
  #lp .item-detail dd {
    padding: 1.6em 2em 3em 2em;
  }
}
#lp .item-detail li + li {
  margin-top: 1em;
}

.hamon2 {
  width: 100%;
  height: 100vh;
  background: url("images/shampoo-woman.jpg") no-repeat center center/cover;
}

.hamon3 {
  width: 100%;
  height: 100vh;
  background-color: rgb(177, 204, 240);
  background: linear-gradient(0deg, rgb(182, 202, 228), rgb(193, 212, 237));
}/*# sourceMappingURL=child_style.css.map */