@charset "UTF-8";
/*================================
	ページ共通
=================================*/
/*------ リセット -------*/
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

.ec-layoutRole {
  background-color: inherit;
}

a:hover {
  color: inherit;
}

.form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}

.form-check-input:focus {
  box-shadow: none;
}

.ec-label.required {
  color: inherit;
}

.lead {
  font-weight: 500;
}

/*------ テンプレ -------*/
.mt-40 {
  margin-top: 40px;
}

.mt-100 {
  margin-top: 120px;
}

.mt-120 {
  margin-top: 120px;
}

/*------　ブロック -------*/
html {
  font-size: 14px;
}

body {
  padding-top: 86px;
  font-size: 1rem;
  font-weight: 500;
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #f3f1f1;
  line-height: 1.4;
}

main {
  padding-bottom: 200px;
}

.header {
  width: 100%;
  height: 86px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 128.7px;
}
.header__logo .logo {
  width: 100%;
  height: 44px;
  fill: #111111;
}

.header-main-menu {
  height: 86px;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.header-main-menu li {
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
.header-main-menu li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: rgba(17, 17, 17, 0.5);
  transform: translateY(-50%);
}
.header-main-menu li:first-of-type {
  border-left: none;
  padding-left: 0;
}
.header-main-menu li:last-of-type {
  padding-right: 0;
}
.header-main-menu li:last-of-type::after {
  content: none;
}
.header-main-menu a {
  display: flex;
  align-items: center;
  position: relative;
}
.header-main-menu a:hover::after {
  width: 60px;
  opacity: 1;
}
.header-main-menu a::after {
  content: "";
  width: 0px;
  height: 4px;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111111;
  z-index: 1;
  transition: all 0.5s ease;
}

.search-box {
  width: 301px;
  position: relative;
  border-radius: 60px;
  background-color: #f3f1f1;
}
.search-box form {
  display: flex;
  align-items: center;
}
.search-box__icon {
  width: 13.54px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  fill: rgba(17, 17, 17, 0.5);
}
.search-box__input {
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  color: #111111;
}
.search-box__input::placeholder {
  color: rgba(17, 17, 17, 0.5);
}
.search-box__category {
  width: 120px;
  height: 33px;
  flex-shrink: 0;
  background-color: #111111;
  border-radius: 60px 0 0 60px;
  color: #fff;
  background-color: rgba(17, 17, 17, 0.5);
}

.search-box__category {
  position: relative;
}
.search-box__category select {
  min-height: 100%;
  background-color: transparent;
}
.search-box__category select:focus {
  background-color: transparent;
}
.search-box__category .icon {
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(90deg);
  fill: #fff;
}

.header-ec-menu {
  display: flex;
}
.header-ec-menu__list {
  padding-left: 32px;
  padding-right: 32px;
  border-right: 1px solid rgba(17, 17, 17, 0.5);
}
.header-ec-menu__list.--help {
  padding-left: 0;
  padding-right: 0;
  border-right: none;
}
.header-ec-menu__list:last-of-type {
  padding-right: 0;
  border-right: none;
}

.ec-menu-item {
  text-align: center;
  font-weight: 500;
}
.ec-menu-item__icon-wrap {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
.ec-menu-item__icon-wrap .icon {
  width: 100%;
  height: 100%;
}
.ec-menu-item__text {
  margin-top: 2px;
  line-height: 1.42em;
}

.hamburger-wrap {
  cursor: pointer;
}

.hamburger {
  position: relative;
}
.hamburger span {
  width: 22px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background-color: #111111;
  transition: all 0.4s ease;
}
.hamburger span:nth-of-type(1), .hamburger span:nth-of-type(3) {
  content: "";
  width: 22px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background-color: #111111;
}
.hamburger span:nth-of-type(1) {
  top: calc(50% - 7px);
}
.hamburger span:nth-of-type(3) {
  top: calc(50% + 7px);
}
.hamburger.open span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.open span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ec-menu-parent {
  position: relative;
  cursor: pointer;
}
.ec-menu-parent:hover .ec-menu-children {
  display: block;
}
.ec-menu-parent .children-menu-wrap {
  padding-top: 40px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ec-menu-parent .ec-menu-children {
  width: 360px;
  padding: 36px 40px;
  text-align: left;
  background-color: #fff;
  display: none;
}
.ec-menu-parent .ec-menu-children::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 16px 24px 16px;
  border-color: transparent transparent #fff transparent;
}
.ec-menu-parent .ec-menu-children li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.25);
}
.ec-menu-parent .ec-menu-children li:first-of-type {
  padding-top: 0;
}
.ec-menu-parent .ec-menu-children li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.ec-menu-parent .ec-menu-children a {
  display: block;
  position: relative;
}
.ec-menu-parent .ec-menu-children .icon {
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header-ec-menu__list.--search {
  display: none;
}
.header-ec-menu__list.--cart {
  width: 107px;
}

.cart-badge {
  width: auto;
  margin: 0;
  display: flex;
  align-items: center;
  transform: translateX(-4px);
}
.cart-badge .icon {
  width: 32px;
  height: 32px;
  padding: 4px 4px 4px 3px;
  fill: #111111;
  flex-shrink: 0;
}
.cart-badge .num {
  height: 24px;
  margin-left: 3px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
}

.mega-menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
}
.mega-menu .inner {
  display: block;
}

.mega-menu-item {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.mega-menu-item.open {
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
  height: auto;
}
.mega-menu-item .col {
  flex: inherit;
}
.mega-menu-item__head {
  display: flex;
  align-items: end;
}
.mega-menu-item__head .lead {
  font-size: 60px;
  height: 77px;
}
.mega-menu-item__head .text {
  margin-left: 28px;
  padding-bottom: 13px;
  font-size: 20px;
  color: rgba(17, 17, 17, 0.4);
}
.mega-menu-item__link {
  margin-top: 40px;
  display: flex;
  column-gap: 118px;
}
.mega-menu-item__link a {
  margin-top: 24px;
  display: inline-block;
  color: rgba(17, 17, 17, 0.5);
}
.mega-menu-item__category {
  width: auto;
  height: 220px;
  margin-top: 40px;
  display: flex;
  flex-flow: wrap column;
  align-items: start;
  color: rgba(17, 17, 17, 0.5);
}
.mega-menu-item__category li {
  width: 25%;
  height: 44px;
  align-content: start;
}
.mega-menu-item__category li li {
  width: 100%;
}
.mega-menu-item__category li a {
  width: 100%;
  height: 100%;
  padding: 12px 40px;
  display: flex;
  align-items: center;
}
.mega-menu-item .blank-link {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.mega-menu-item .blank-link .icon {
  width: 15.75px;
  height: 14px;
  fill: rgba(17, 17, 17, 0.5);
}

.mega-category-parent {
  position: relative;
  transition: all 0.3s ease;
}
.mega-category-parent:hover {
  background-color: #f3f1f1;
  color: #111111;
  text-decoration: underline;
}
.mega-category-parent:hover > .mega-category-child {
  display: block;
  color: #111111;
}

.mega-category-child {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #f3f1f1;
  z-index: 1;
  overflow-y: scroll;
}
.mega-category-child::-webkit-scrollbar {
  width: 4px;
  background: #f3f1f1;
}
.mega-category-child::-webkit-scrollbar-thumb {
  background: rgba(17, 17, 17, 0.5);
}
.mega-category-child li:hover {
  text-decoration: underline;
}
.mega-category-child a {
  display: flex;
  align-items: center;
  position: relative;
}
.mega-category-child .icon {
  width: 6px;
  height: 12px;
  margin-left: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.all-menu {
  width: 720px;
  height: calc(100vh - 86px);
  padding: 80px;
  left: auto;
  right: -100%;
  display: block;
  overflow: scroll;
  transition: right 0.6s ease;
}
.all-menu.open {
  right: 0;
}

.all-menu-wrap {
  margin-top: 40px;
}
.all-menu-wrap__head {
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.all-menu-wrap__head.open .plus-toggle::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.all-menu-wrap .parent-menu {
  margin-top: 40px;
  cursor: pointer;
}
.all-menu-wrap .parent-menu:first-of-type {
  margin-top: 0;
}
.all-menu-wrap__content {
  display: none;
}

.all-menu-link {
  position: relative;
  color: rgba(17, 17, 17, 0.5);
  margin-top: 16px;
}
.all-menu-link:first-of-type {
  margin-top: 0;
}
.all-menu-link a {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.all-menu-link a::before {
  content: "・";
  position: absolute;
  left: 0;
}
.all-menu-link .icon {
  width: 15.75px;
  height: 14px;
  margin-left: 20px;
  fill: rgba(17, 17, 17, 0.5);
}

.all-menu-sns {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.all-menu-sns .footer-sns-link .icon {
  width: auto;
  max-width: 51.2px;
  min-height: 36px;
  fill: #111111;
  object-fit: cover;
}

.all-menu-policy {
  margin-top: 40px;
  color: rgba(17, 17, 17, 0.5);
}
.all-menu-policy li {
  margin-top: 16px;
}
.all-menu-policy li:first-of-type {
  margin-top: 0;
}

.products-wrap {
  margin-top: 60px;
}
.products-wrap .inner {
  display: flex;
  align-items: flex-start;
  column-gap: 60px;
}
.products-wrap .product-main {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.products-wrap.parent-category {
  margin-top: 120px;
}

.product-main .noitems-message {
  padding: 46px 0;
  font-size: 20px;
  text-align: center;
}

.category-sidebar {
  width: 17%;
  min-width: 220px;
  background-color: rgba(255, 255, 255, 0.7);
}
.category-sidebar__heading {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}

.sidebar-list {
  color: rgba(17, 17, 17, 0.75);
  font-weight: 500;
}
.sidebar-list .parent-list {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.3s ease;
}
.sidebar-list .parent-list:hover {
  text-decoration: underline;
  background-color: #fff;
}
.sidebar-list .parent-list:hover > .child-list {
  visibility: visible;
  opacity: 1;
}
.sidebar-list .parent-list:first-of-type {
  margin-top: 0;
}
.sidebar-list .parent-list a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.sidebar-list .parent-list .icon {
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  fill: rgba(17, 17, 17, 0.75);
}
.sidebar-list .child-list {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 220px;
  height: auto;
  background-color: #fff;
  z-index: 5;
  box-shadow: 3px 3px 9px rgba(17, 17, 17, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.ec-modal .ec-modal-wrap {
  min-width: 600px;
}
.ec-modal .btn-wrap {
  justify-content: center;
  column-gap: 24px;
}

.footer {
  background-color: #444444;
  color: #fff;
}
.footer__main, .footer__cta {
  padding: 40px 0;
}
.footer__link {
  padding: 32px 0;
}

.back-to-top {
  width: 100%;
  height: 72px;
  background-color: rgba(17, 17, 17, 0.5);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 72px;
  text-align: center;
}

.footer-logo {
  width: 180px;
  height: 62px;
}
.footer-logo .logo {
  width: 100%;
  height: 62px;
  fill: #fff;
}

.footer-menu {
  margin-top: 32px;
}

.footer-menu-category {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: visible;
}
.footer-menu-category__lead {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.footer-menu-list {
  height: 132px;
  margin-top: 16px;
  padding-left: 16px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 29px;
  column-gap: 8px;
  position: relative;
  writing-mode: vertical-lr;
}
.footer-menu-list::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.footer-menu-list li {
  letter-spacing: 0.05em;
  line-height: 1.42em;
  color: rgba(255, 255, 255, 0.7);
  writing-mode: horizontal-tb;
}
.footer-menu-list li a {
  display: flex;
  align-items: center;
}
.footer-menu-list li:first-of-type {
  margin-top: 0;
}
.footer-menu-list .icon {
  width: 10px;
  height: 10px;
  margin-left: 12px;
  fill: rgba(255, 255, 255, 0.7);
}

.footer-cta-wrap {
  height: 192px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #fff;
}
.footer-cta-wrap__item {
  width: 50%;
}
.footer-cta-wrap::before {
  content: "";
  width: 1px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.footer-cta-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  letter-spacing: 0.05em;
}
.footer-cta-text__lead {
  padding-bottom: 12px;
  position: relative;
  font-size: 20px;
}
.footer-cta-text__lead::after {
  content: "";
  width: 34px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.footer-cta-text__link {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 28px;
  font-weight: 700;
}
.footer-cta-text__link .icon-tel {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.footer-cta-text__link .icon-mail {
  width: 17.5px;
  height: 14px;
  fill: #444444;
}
.footer-cta-text .contact-btn {
  font-size: 14px;
}

.footer-sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}
.footer-sns-link .icon {
  max-width: 34px;
  max-height: 20px;
  fill: #fff;
}

.footer-policy-link {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-policy-link li {
  padding: 0 24px;
  border-left: 1px solid #fff;
}
.footer-policy-link li:first-of-type {
  border: none;
}

.footer-copy {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.ec-pager {
  padding: 0;
}

.pagenation li {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.pagenation li.num a {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation li.num.ec-pager__item--active a {
  background-color: rgba(17, 17, 17, 0.5);
  border-radius: 50%;
  color: #fff;
}

/*------ パーツ -------*/
.bg-box02 {
  margin-top: 40px;
  padding: 80px;
  background-color: #ebe8e8;
}
.bg-box02 .message {
  text-align: center;
  font-size: 16px;
}

.bg-box03 {
  background-color: #fff;
  padding: 40px;
}

button {
  transition: background 0.3s ease, color 0.3s ease;
}

.inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}
.inner.--narrow {
  max-width: 800px;
}
.inner.--middle {
  max-width: 1080px;
}

.img-wrap img {
  width: 100%;
}

.link-block {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-only {
  display: none;
}

.h1-design01 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.43em;
}

.h1-design02 {
  padding-left: 16px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.h1-design02::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111111;
}

.heading-design01 {
  padding-left: 36px;
  position: relative;
  display: flex;
}
.heading-design01::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111111;
}
.heading-design01 .heading-design01-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.heading-design01__lead {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.27em;
}
.heading-design01__caption {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45em;
}
.heading-design01__caption span {
  position: relative;
}
.heading-design01__caption span::after {
  content: "";
  width: 1000px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(16px, -50%);
  background-color: #111111;
}

.heading-design02 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.heading-design02 .num {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #444444;
  border-radius: 50%;
  font-size: 14px;
}

.btn-design01 {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.btn-design01::after {
  content: "";
  width: 11px;
  height: 1px;
  position: absolute;
  bottom: 4.5px;
  right: -1.89px;
  background-color: #fff;
  transform: rotate(48deg);
}

.btn-design02 {
  width: 230px;
  margin: 0 auto;
  padding: 16px 20px;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 17, 17, 0.7);
  text-align: center;
  transition: background-color 0.4s ease;
}
.btn-design02::before, .btn-design02::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #f3f1f1;
  transition: transform 0.4s ease;
}
.btn-design02::before {
  top: 0;
  left: 0;
  border-right: 1px solid #000;
  transform: translate(-65%, -65%) rotate(45deg);
}
.btn-design02::after {
  bottom: 0;
  right: 0;
  border-left: 1px solid #000;
  transform: translate(65%, 65%) rotate(45deg);
}
.btn-design02:hover {
  background-color: #ebe8e8;
}
.btn-design02:hover::before {
  transform: translate(calc(-65% - 6px), calc(-65% - 6px)) rotate(45deg);
}
.btn-design02:hover::after {
  transform: translate(calc(65% + 6px), calc(65% + 6px)) rotate(45deg);
}

.btn-design03 {
  display: flex;
}
.btn-design03.sp-only {
  display: none;
}
.btn-design03 a {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  flex: 0;
  border-bottom: 1px solid #111111;
}
.btn-design03 p {
  white-space: nowrap;
}
.btn-design03 .icon {
  width: 24px;
  height: 8px;
  margin-left: 12px;
  fill: #111111;
}
.btn-design03 .icon.prev {
  margin-left: 0;
  margin-right: 12px;
  transform: scale(-1, 1);
}

.btn-cart {
  width: 260px;
  padding: 16px 20px;
  background-color: #ed9b00;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.btn-cart .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: #fff;
}
.btn-cart .icon.--next {
  margin-right: 0;
  margin-left: 12px;
}
.btn-cart.--quote {
  background-color: rgba(0, 140, 242, 0.7);
}
.btn-cart.--quote:hover {
  background-color: #0072c6;
}
.btn-cart:hover {
  background-color: #db7e00;
  color: #fff;
}
.btn-cart:disabled {
  background-color: rgba(17, 17, 17, 0.2);
}

.btn-primary {
  width: 260px;
  padding: 16px 20px;
  background-color: #007038;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-primary .icon {
  width: 6px;
  height: 12px;
  margin-right: 12px;
  fill: #fff;
}
.btn-primary .icon.--next {
  margin-left: 16px;
  margin-right: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #00572b;
  color: #fff;
}

.btn-secondary {
  width: 260px;
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #007038;
  text-align: center;
  color: #007038;
  font-weight: 500;
}
.btn-secondary .icon {
  width: 6px;
  height: 12px;
  margin-right: 12px;
  fill: #007038;
}
.btn-secondary .icon.--next {
  margin-left: 16px;
  margin-right: 0;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #d8ebe2;
  color: #007038;
  border: 1px solid #007038;
  box-shadow: none;
}
.btn-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 112, 56, 0.1);
  outline: 2px auto #007038;
  outline-offset: 0px;
}

.btn-tertiary {
  width: 260px;
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #888888;
  text-align: center;
  color: #444444;
  font-weight: 500;
  transition: background-color 0.3s;
}
.btn-tertiary a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-tertiary .icon {
  width: 6px;
  height: 12px;
  fill: #888888;
}
.btn-tertiary .icon.--prev {
  margin-right: 16px;
  transform: scale(-1, 1);
}
.btn-tertiary .icon.--plus {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}
.btn-tertiary:hover {
  background-color: #f4f4f4;
}

.btn-danger {
  width: 260px;
  padding: 16px;
  background-color: #ff2f2f;
  display: flex;
  justify-content: center;
}
.btn-danger:hover {
  background-color: #db1919;
}

.btn-outline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111111;
  text-align: center;
}
.btn-outline:hover {
  background-color: #f4f4f4;
}
.btn-outline a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-outline .icon {
  width: 15px;
  height: 16px;
  margin-left: 12px;
  fill: #111111;
}
.btn-outline.--active {
  background-color: rgba(17, 17, 17, 0.1);
  border: none;
}
.btn-outline.--active.--fav .icon {
  fill: #ff2f2f;
}

.confirm-btn {
  background-color: rgba(17, 17, 17, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirm-btn .icon {
  width: 6px;
  height: 12px;
  margin-left: 20px;
  fill: #fff;
}

.btn-disable {
  width: 260px;
  padding: 16px 20px;
  background-color: rgba(17, 17, 17, 0.1);
  text-align: center;
  color: rgba(17, 17, 17, 0.5);
}
.btn-disable a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-disable .icon {
  width: 11px;
  height: 10px;
}

.btn-cancel {
  width: 260px;
  padding: 16px 20px;
  background-color: rgba(17, 17, 17, 0.5);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-cancel .icon {
  width: 6px;
  height: 12px;
  fill: #fff;
}
.btn-cancel .icon.--prev {
  transform: scale(-1, 1);
}
.btn-cancel:hover {
  background-color: rgba(17, 17, 17, 0.7);
  color: #fff;
}

.btn-fav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  background-color: rgba(17, 17, 17, 0.1);
}
.btn-fav:hover {
  background-color: rgba(17, 17, 17, 0.15);
}
.btn-fav .heart-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}
.btn-fav .icon {
  width: 12px;
  height: 10px;
  fill: rgba(17, 17, 17, 0.1);
}
.btn-fav.--active {
  background-color: rgba(17, 17, 17, 0.05);
}
.btn-fav.--active .icon {
  fill: #ff2f2f;
}

.contact-btn {
  padding: 12px 32px;
  font-weight: 700;
  background-color: #fff;
  color: #444444;
}

.page-text {
  text-align: center;
  line-height: 1.73em;
}

.link-txt {
  color: #008cf2;
}
.link-txt:hover {
  color: #0072c6;
}

.link-plane {
  width: 260px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  text-align: center;
  color: #888888;
  text-decoration: underline;
}

.link-design01 {
  color: rgba(17, 17, 17, 0.5);
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}

.link-btn-design01 {
  padding: 40px;
  border: 1px solid rgba(17, 17, 17, 0.7);
  background-color: #fff;
  position: relative;
}
.link-btn-design01::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent rgba(17, 17, 17, 0.7) transparent;
}
.link-btn-design01__lead {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.link-btn-design01__lead::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(17, 17, 17, 0.5);
}
.link-btn-design01__text {
  margin-top: 20px;
  line-height: 1.7em;
  text-align: center;
}
.link-btn-design01 .icon-wrap {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.1);
  border-radius: 50%;
}
.link-btn-design01 .icon-wrap .icon {
  width: 15px;
  height: 14px;
}

.count-text {
  margin-top: 24px;
}

/*------ フォームパーツ -------*/
.form-control {
  border: none;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
select,
textarea {
  width: 100%;
  min-height: 40px;
  padding: 12px 20px;
  background-color: #f3f1f1;
  text-align: left;
  font-size: 12px;
  border: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  background-color: #f3f1f1;
}

select option {
  color: initial;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
}
.checkbox-wrap .check-label,
.checkbox-wrap label {
  display: block;
  padding-left: 28px;
}
.checkbox-wrap .checkbox-list.--horizon .check-label,
.checkbox-wrap .checkbox-list.--horizon label {
  display: inline-block;
}
.checkbox-wrap .check-label .link-txt {
  display: initial;
  text-decoration: underline;
}

.checkbox-list .checkbox-wrap {
  display: block;
}

input[type=checkbox] + .check-label,
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + .check-label::before, input[type=checkbox] + .check-label::after,
input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type=checkbox] + .check-label::before,
input[type=checkbox] + label::before {
  width: 16px;
  height: 16px;
  background-color: #ebe8e8;
}
input[type=checkbox] + .check-label::after,
input[type=checkbox] + label::after {
  content: url(../img/common/icon-check.svg);
  width: 16px;
  height: 16px;
  left: 3px;
  transform: translateY(calc(-50% - 1px));
  opacity: 0;
  z-index: 1;
}

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

select {
  height: 32px;
  padding: 4px 12px;
  padding-right: 32px;
}

::placeholder {
  color: rgba(17, 17, 17, 0.5);
}

.ec-select select {
  border-radius: 0;
}

/*------ 状態 -------*/
.en-font {
  font-family: "futura-pt", sans-serif;
}

.flexbox {
  display: flex;
}

.pc-none {
  display: none;
}

.c-red {
  color: #ff2f2f;
}

/*================================
	TOPページ
=================================*/
/*------ main Visual -------*/
.main-visual {
  width: 100%;
  height: 720px;
  display: flex;
  column-gap: 20px;
  border: 20px solid #fff;
  background-color: #fff;
}
.main-visual__video {
  width: 66%;
  position: relative;
  cursor: pointer;
}
.main-visual__video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
.main-visual__video:hover::before {
  background-color: rgba(17, 17, 17, 0.2);
}
.main-visual__video:hover .mv-catch__button {
  width: 200px;
  margin-right: 0;
  color: #fff;
}
.main-visual__banner {
  width: 34%;
}

.mv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-catch {
  width: 100%;
  padding: 0 80px 80px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mv-catch__text {
  font-size: 52px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
.mv-catch__button {
  width: 160px;
  margin-right: 40px;
  font-size: 30px;
  line-height: 1.26em;
  letter-spacing: 0.04em;
  color: #fff;
  transition: all 0.4s ease;
}

.main-visual__banner .splide__track {
  height: 100%;
}

.main-visual__banner.splide .splide__track .mv-banner-wrap.splide__list {
  display: flex;
  height: 100%;
  flex-direction: column;
  row-gap: 16px;
}
.main-visual__banner.splide .splide__track .mv-banner-wrap.splide__list .mv-banner-item {
  flex-shrink: initial;
}

.mv-banner-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.mv-banner-item {
  width: 100%;
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv-banner-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.1);
  z-index: -1;
  transition: all 0.4s ease;
}
.mv-banner-item::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #fff;
}
.mv-banner-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  object-fit: cover;
  transition: all 0.4s ease;
}
.mv-banner-item:hover img {
  width: 106%;
  height: auto;
}
.mv-banner-item:hover::before {
  background-color: rgba(17, 17, 17, 0.2);
}

.mv-banner-text {
  height: 100%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.05em;
}
.mv-banner-text__heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.mv-banner-text__heading span {
  padding-bottom: 8px;
  display: inline-block;
  line-height: 1.45em;
  border-bottom: 1px solid #fff;
}
.mv-banner-text__sub-heading {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/*------ top works -------*/
.top-works {
  margin-top: 60px;
}
.top-works__slider {
  margin-top: 40px;
}
.top-works__button {
  margin-top: 66px;
}

.top-works-heading {
  display: flex;
  column-gap: 32px;
  align-items: center;
}
.top-works-heading__lead {
  font-size: 48px;
  font-weight: 600;
}
.top-works-heading__line {
  width: 120px;
  height: 1px;
  background-color: #111111;
}
.top-works-heading__caption {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.works-slide-wrap {
  padding-bottom: 62px;
}

.works-slide {
  padding-top: 50px;
  padding-right: 56px;
  position: relative;
}
.works-slide__image-wrap {
  width: 240px;
  height: 280px;
  position: relative;
  border: 6px solid #fff;
}
.works-slide__image-wrap::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #fff transparent;
}
.works-slide__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-slide__num {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #111111;
  background-color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.29em;
  text-align: center;
  z-index: 1;
}
.works-slide__num span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.28em;
  border-bottom: 1px solid #111111;
}
.works-slide__text {
  position: absolute;
  top: 85px;
  right: 16px;
  writing-mode: vertical-rl;
  transform: translateX(100%);
  font-size: 13px;
}
.works-slide__text span {
  width: 1em;
  display: block;
}
.works-slide__text span:nth-of-type(2) {
  margin-top: 35px;
  margin-right: 12px;
}

.top-works .splide__arrow,
.works-detail .splide__arrow {
  width: 52px;
  height: 52px;
  background-color: #fff;
  transition: all 0.4s ease;
  opacity: 1;
}
.top-works .splide__arrow:hover,
.works-detail .splide__arrow:hover {
  width: 60px;
  height: 60px;
  opacity: 1;
}
.top-works .splide__arrow:hover .splide__arrow--next,
.works-detail .splide__arrow:hover .splide__arrow--next {
  right: 16px;
}
.top-works .splide__arrow:hover .splide__arrow--prev,
.works-detail .splide__arrow:hover .splide__arrow--prev {
  left: 16px;
}
.top-works .splide__arrow:disabled,
.works-detail .splide__arrow:disabled {
  opacity: 1;
}
.top-works .splide__arrow--next,
.works-detail .splide__arrow--next {
  right: 20px;
}
.top-works .splide__arrow--next .icon,
.works-detail .splide__arrow--next .icon {
  transform: translateX(1.5px);
}
.top-works .splide__arrow--prev,
.works-detail .splide__arrow--prev {
  left: 20px;
}
.top-works .splide__arrow--prev .icon,
.works-detail .splide__arrow--prev .icon {
  transform: translateX(-1.5px) scaleX(-1);
}
.top-works .splide__arrow .icon,
.works-detail .splide__arrow .icon {
  width: 10px;
  height: 20px;
}

.top-works .splide__pagination {
  bottom: 0;
}
.top-works .splide__pagination li {
  line-height: 0;
}
.top-works .splide__pagination .splide__pagination__page {
  width: 60px;
  height: 4px;
  margin: 0;
  transform: none;
  border-radius: 0;
  background-color: rgba(17, 17, 17, 0.25);
}
.top-works .splide__pagination .splide__pagination__page.is-active {
  background-color: #111111;
}

.top-product {
  margin-top: 129.5px;
}

.pickup-items-wrap {
  width: 100%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}
.pickup-items-wrap .heading-design01 {
  margin-bottom: 28px;
}
.pickup-items-wrap .category-items-wrap {
  margin-top: 56px;
  padding: 0;
  background-color: transparent;
}
.pickup-items-wrap .category-items-wrap .category-slide-list {
  width: 240px;
}
.pickup-items-wrap .category-items-wrap .category-slide-list .image-wrap {
  height: 240px;
}
.pickup-items-wrap .category-slide-list__image-wrap {
  height: 240px;
}
.pickup-items-wrap .category-slide-list__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pickup-items-wrap .category-slide-list .product-list-text {
  margin-top: 12px;
  min-height: 120px;
  padding-bottom: 30px;
}
.pickup-items-wrap .category-slide-list .product-list-text__name {
  margin-top: 8px;
}
.pickup-items-wrap .category-slide-list .product-list-text__price {
  width: 100%;
  padding-top: 12px;
  bottom: 0;
}

.item-intro-deisgn01__image-wrap {
  width: 100%;
  height: 333px;
}
.item-intro-deisgn01__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-intro-deisgn01__text {
  margin-top: 17px;
}
.item-intro-deisgn01__text .lead {
  font-size: 20px;
  font-weight: 700;
}
.item-intro-deisgn01__text .text {
  margin-top: 12px;
  line-height: 2em;
}

.category-items-wrap {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}
.category-items-wrap__heading {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.category-items-wrap .lead {
  padding-left: 16px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.category-items-wrap .lead::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111111;
}
.category-items-wrap button {
  color: #008cf2;
}

.category-slider .splide__arrow {
  width: 32px;
  height: 32px;
  top: 84.5px;
  transform: none;
  background-color: #fff;
  opacity: 1;
  transition: all 0.4s ease;
  cursor: pointer;
}
.category-slider .splide__arrow:hover {
  width: 36px;
  height: 36px;
  opacity: 1;
}
.category-slider .splide__arrow:hover.splide__arrow--next {
  right: 16px;
}
.category-slider .splide__arrow:hover.splide__arrow--prev {
  left: 16px;
}
.category-slider .splide__arrow:disabled {
  opacity: 1;
}
.category-slider .splide__arrow .icon {
  width: 6px;
  height: 12px;
  fill: #111111;
}
.category-slider .splide__arrow--prev {
  left: 20px;
}
.category-slider .splide__arrow--next {
  right: 20px;
}

.category-slide-list {
  width: 200px;
}
.category-slide-list__image-wrap {
  width: 100%;
  height: 200px;
}
.category-slide-list__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-slide-list .image-wrap {
  width: 100%;
  height: 200px;
}
.category-slide-list .image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.category-slide-list .product-list-text {
  margin-top: 20px;
}

.top-product .category-slide-list .product-list-text {
  min-height: 108px;
}
.top-product .category-slide-list .product-list-text__price {
  width: 100%;
  padding-top: 8px;
  bottom: 0;
  line-height: 1.3em;
}

.product-list-text {
  position: relative;
}
.product-list-text__code {
  color: rgba(17, 17, 17, 0.4);
  line-height: 1.42em;
}
.product-list-text__name {
  margin-top: 4px;
  line-height: 1.5em;
}
.product-list-text__price {
  width: calc(100% - 40px);
  padding-top: 15px;
  position: absolute;
  bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  border-top: 1px solid rgba(17, 17, 17, 0.5);
}
.product-list-text__category {
  font-size: 18px;
  font-weight: 700;
}
.product-list-text__text {
  margin-top: 12px;
  padding-bottom: 12px;
}
.product-list-text__item-num {
  margin-top: 12px;
  font-size: 18px;
  color: rgba(17, 17, 17, 0.5);
}
.product-list-text__item-num span {
  color: #111111;
  font-size: 24px;
}

/*================================
	商品一覧ページ
=================================*/
/*------　カテゴリ一覧 -------*/
.breadcrumb {
  padding-top: 40px;
  margin-bottom: 0;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  column-gap: 36px;
}
.breadcrumb li {
  position: relative;
  opacity: 0.5;
}
.breadcrumb li.current {
  opacity: 1;
}
.breadcrumb li.current::after {
  content: none;
}
.breadcrumb li::after {
  content: url("../img/common/arrow-right.svg");
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  transform: translateY(-50%);
  opacity: 0.5;
}

.product-mv {
  width: 100%;
  height: 280px;
  margin-top: 40px;
  display: flex;
  background-color: #fff;
}
.product-mv .image-wrap {
  width: 520px;
  flex-shrink: 0;
}
.product-mv .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-mv-text {
  width: 100%;
  padding: 40px;
}
.product-mv-text__lead {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.product-mv-text__lead span {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.5);
}
.product-mv-text__category-num {
  margin-top: 20px;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.product-mv-text__category-num span {
  margin-left: 8px;
  color: rgba(17, 17, 17, 0.5);
  font-size: 18px;
  font-weight: 500;
}
.product-mv-text__text {
  margin-top: 12px;
  line-height: 1.7em;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.product-list__item {
  width: calc((100% - 100px) / 3);
  background-color: rgba(255, 255, 255, 0.5);
}
.product-list__item .image-wrap {
  width: 100%;
  height: 300px;
}
.product-list__item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-list .product-list-text {
  min-height: 175px;
  padding: 20px;
  background-color: #fff;
}

/*------　大カテゴリページ -------*/
.product-mv-text__series {
  margin-top: 40px;
}
.product-mv-text .series-list {
  margin-top: 20px;
}

.series-list-wrap {
  margin-top: 40px;
}
.series-list-wrap__lead {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.series-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 29px;
}
.series-list li {
  width: 113px;
  position: relative;
  border: 1px solid #111111;
  font-size: 12px;
}
.series-list li a {
  padding: 8px 16px;
}
.series-list li::after {
  content: url("../img/common/arrow-right.svg");
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.pickup-category-wrap {
  padding: 40px;
  background-color: #fff;
}
.pickup-category-wrap .category-items-wrap {
  padding-left: 0;
  padding-right: 0;
}
.pickup-category-wrap .btn-design03 {
  justify-content: end;
}

.pickup-category {
  padding-bottom: 40px;
  display: flex;
  column-gap: 40px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.pickup-category__image-wrap {
  width: 47%;
  height: 360px;
  flex-shrink: 0;
}
.pickup-category__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup-category-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pickup-category-right .pickup-category-tag {
  font-size: 16px;
  line-height: 1.5em;
}
.pickup-category-right .tag-list {
  margin-top: 12px;
}

.pickup-category-text__lead {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.pickup-category-text__text {
  margin-top: 16px;
  line-height: 1.7em;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 15px;
}
.tag-list li {
  background-color: rgba(17, 17, 17, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.tag-list a {
  padding: 4px 8px;
}

.series-list-block {
  padding: 40px;
  background-color: #fff;
}
.series-list-block .heading-design01 {
  margin-bottom: 40px;
}
.series-list-block .series-image-list {
  padding-top: 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.5);
}

.series-image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.series-image-list li {
  width: 200px;
}
.series-image-list .image-wrap {
  width: 100%;
  height: 80px;
}
.series-image-list .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.series-image-list__text {
  margin-top: 12px;
  font-size: 16px;
  text-align: center;
}

.product-items .product-list-text__name {
  margin-top: 12px;
  padding-bottom: 20px;
}
.product-items .product-list-text__price {
  margin-top: 15px;
}

/*================================
	商品詳細ページ
=================================*/
.page-product-detail {
  padding-top: 40px;
}
.page-product-detail .product-detail-wrap {
  margin-top: 40px;
}

.product-detail-block {
  margin-top: 80px;
  display: flex;
  align-items: start;
  column-gap: 40px;
}
.product-detail-block__image {
  width: 50%;
}
.product-detail-block__info {
  width: 50%;
  padding: 40px;
  background-color: #fff;
}

.detail-slider .main-image {
  width: 100%;
  height: 620px;
}
.detail-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-slider .thumbnails {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.detail-slider .thumbnail {
  width: 108px;
  height: 108px;
  position: relative;
  border: 0.5px solid #111111;
}
.detail-slider .thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.4s ease;
}
.detail-slider .thumbnail.is-active {
  border: 2px solid #111111;
}
.detail-slider .thumbnail.is-active img {
  opacity: 1;
}
.detail-slider .thumbnail.is-active::before {
  content: none;
}
.detail-slider .thumbnail:hover::before {
  background-color: transparent;
}
.detail-slider .splide__arrow {
  width: 36px;
  height: 60px;
  top: 280px;
  background-color: #fff;
  border-radius: 0;
  opacity: 0.5;
  transform: none;
  transition: all 0.4s ease;
}
.detail-slider .splide__arrow:hover {
  opacity: 1;
}
.detail-slider .splide__arrow--prev {
  left: 0;
}
.detail-slider .splide__arrow--next {
  right: 0;
}
.detail-slider .splide__arrow svg {
  fill: #111111;
  opacity: 1;
}

.product-detail-text .item-info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.product-detail-text__text {
  margin-top: 40px;
  line-height: 1.7em;
}
.product-detail-text .item-detail-info {
  margin-top: 40px;
}
.product-detail-text .product-detail-tag {
  margin-top: 40px;
  font-size: 16px;
}
.product-detail-text .product-detail-tag .tag-list {
  margin-top: 12px;
}

.product-type-tag {
  padding: 4px 8px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.product-type-tag.--standard {
  background-color: #ed9b00;
}
.product-type-tag.--quote {
  background-color: rgba(0, 140, 242, 0.7);
}
.product-type-tag.--order {
  background-color: rgba(17, 17, 17, 0.7);
}

.item-info__category {
  color: rgba(17, 17, 17, 0.5);
}
.item-info__item-name {
  font-size: 24px;
}
.item-info__price {
  font-size: 12px;
  color: rgba(17, 17, 17, 0.5);
}
.item-info__price span {
  font-size: 24px;
  color: #111111;
}
.item-info__supplement {
  margin-top: 4px;
  font-size: 12px;
}
.item-info__supplement span {
  color: rgba(17, 17, 17, 0.5);
}
.item-info__supplement:first-of-type {
  margin-top: 8px;
}
.item-info__stock {
  padding: 8px 20px;
  display: inline-block;
  background-color: rgba(17, 17, 17, 0.1);
  font-weight: 400;
  color: rgba(17, 17, 17, 0.5);
}
.item-info__stock span {
  width: 40px;
  display: inline-block;
  font-weight: 500;
  color: #111111;
}
.item-info__arrival {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.5);
}
.item-info__arrival span {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
}
.item-info__arrival .day {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 700;
}
.item-info__note {
  color: rgba(17, 17, 17, 0.7);
}

.quantity-btn-wrap {
  margin-top: 8px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.quantity-btn {
  height: 32px;
  display: flex;
  border: 1px solid #aaaaaa;
}
.quantity-btn__button {
  width: 32px;
  height: 100%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.1);
}
.quantity-btn__button:hover {
  background-color: rgba(17, 17, 17, 0.15);
}
.quantity-btn__button:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 17, 17, 0.1);
}
.quantity-btn .icon {
  width: 12px;
  height: 12px;
}
.quantity-btn input[type=number]::-webkit-outer-spin-button,
.quantity-btn input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number].quantity-btn__num {
  min-width: 102px;
  height: 100%;
  min-height: auto;
  padding: 5px 5px 4px;
  -moz-appearance: textfield;
  text-align: center;
  font-size: 18px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  background-color: #fff;
}

.product-detail-button.--submit {
  margin-top: 40px;
}
.product-detail-button__main {
  width: 100%;
  padding: 16px 0;
}
.product-detail-button__main.--calc {
  background-color: rgba(17, 17, 17, 0.8);
}
.product-detail-button .flexbox {
  margin-top: 20px;
  column-gap: 20px;
}
.product-detail-button .flexbox button {
  padding: 18px 0;
}
.product-detail-button .flexbox .btn-outline-wrap {
  width: 50%;
}
.product-detail-button .flexbox .btn-outline-wrap .btn-outline {
  width: 100%;
}
.product-detail-button .flexbox .btn-fav-wrap {
  width: 100%;
}
.product-detail-button .flexbox .btn-outline-wrap + .btn-fav-wrap {
  width: 50%;
}

.item-detail-info__lead {
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #111111;
}
.item-detail-info .detail-info-list {
  margin-top: 16px;
}

.detail-info-list {
  margin-top: 16px;
}
.detail-info-list li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(17, 17, 17, 0.5);
}
.detail-info-list li:first-of-type {
  padding-top: 0;
}
.detail-info-list li:last-of-type {
  border: none;
}
.detail-info-list__lead {
  color: rgba(17, 17, 17, 0.5);
  font-weight: 700;
  line-height: 20px;
}
.detail-info-list__text {
  margin-top: 4px;
  line-height: 1.5em;
  min-height: 1em;
}

.product-detail-related {
  margin-top: 100px;
}
.product-detail-related:first-of-type {
  margin-top: 200px;
}

.related-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.related-list-wrap li {
  width: 216px;
}
.related-list-wrap .image-wrap {
  width: 100%;
  height: 216px;
}
.related-list-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-list-wrap .product-list-text {
  min-height: 148px;
  padding: 20px;
  background-color: #fff;
}

/*================================
	ヒストリーページ
=================================*/
#page_history {
  padding-top: 0;
}
#page_history .inner {
  max-width: 1760px;
  padding-left: 80px;
  padding-right: 80px;
}
#page_history main {
  padding-bottom: 0;
}
#page_history footer {
  position: relative;
}
#page_history footer .back-to-top {
  display: none;
}

.history-text-content {
  max-width: 720px;
}
.history-text-content .h2-design {
  padding-left: 24px;
  font-size: 28px;
  letter-spacing: 0.05em;
  position: relative;
}
.history-text-content .h2-design::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111111;
}
.history-text-content .h2-design .en-font {
  font-size: 24px;
  font-weight: 600;
}
.history-text-content .catch {
  margin-top: 23px;
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.history-text-content .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #111111;
  font-size: 14px;
  line-height: 1.7em;
}

.history-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.history-mv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(43, 41, 37, 0.04), rgba(43, 41, 37, 0.4));
  z-index: 1;
}
.history-mv .mv-video {
  position: fixed;
  top: 0;
  left: 0;
}
.history-mv .mv-inner {
  width: 100%;
  max-width: 1600px;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: right;
}
.history-mv .mv-inner .catch-wrap {
  margin-bottom: 35px;
  color: #fff;
  letter-spacing: 0.05em;
}
.history-mv .mv-inner .catch {
  font-size: 28px;
  line-height: 2.14em;
  font-weight: 700;
}
.history-mv .mv-inner .text {
  margin-top: 90px;
  font-size: 18px;
  font-family: "futura-pt", sans-serif;
  line-height: 2em;
  font-weight: 700;
}

.history-about {
  color: #fff;
}
.history-about .history-text-content {
  width: 58%;
}
.history-about .sec01 {
  height: 1560px;
  padding-top: 831px;
  position: relative;
  background: linear-gradient(to bottom, rgba(43, 41, 37, 0.4), #2b2925);
}
.history-about .sec02 {
  height: 870px;
  padding-top: 129px;
  position: relative;
  background: linear-gradient(#2b2925 0%, #2b2925 36.82%, #52504d 54%, #f3f1f1 100%);
}
.history-about .image01 {
  width: 40%;
  max-width: 770px;
  position: absolute;
  top: 67.5px;
  left: 0;
}
.history-about .image02 {
  width: 41%;
  max-width: 800px;
  position: absolute;
  right: 0;
  bottom: 287px;
}
.history-about .image03 {
  width: 35%;
  max-width: 700px;
  position: absolute;
  top: 0;
  left: 0;
}
.history-about .history-text-content .h2-design::before {
  background-color: #fff;
}
.history-about .history-text-content .text {
  border-color: #fff;
}

.splide-about-history {
  width: 50%;
  margin-right: 0;
  padding-left: 123px;
  padding-right: 177px;
  margin-left: auto;
  position: relative;
}
.splide-about-history::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 85.5px;
  background-color: #fff;
}
.splide-about-history ul {
  width: 100%;
  max-width: 500px;
}
.splide-about-history li {
  max-width: 500px;
}
.splide-about-history .caption {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
.splide-about-history .head {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
}
.splide-about-history .text {
  margin-top: 24px;
  line-height: 1.7em;
}
.splide-about-history .splide__pagination--custom {
  width: 48px;
  height: 100%;
  padding: 0;
  row-gap: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.splide-about-history .splide__pagination--custom li button {
  width: 38px;
  height: 38px;
  margin: 0;
  background-color: #fff;
  font-family: "futura-pt", sans-serif;
  border-radius: 50%;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  opacity: 0.2;
  transition: all 0.6s ease-in;
}
.splide-about-history .splide__pagination--custom li button.is-active {
  width: 48px;
  height: 48px;
  font-size: 28px;
  transform: none;
  opacity: 1;
}
.splide-about-history .splide__arrows {
  display: flex;
  position: absolute;
  column-gap: 32px;
  bottom: 0;
  right: 0;
}
.splide-about-history .splide__arrow {
  width: auto;
  align-items: center;
  column-gap: 12px;
  background-color: transparent;
  position: static;
  opacity: 1;
  transform: none;
}
.splide-about-history .splide__arrow .icon {
  width: 8px;
  height: 16px;
  fill: #fff;
}

.history-experience {
  padding-top: 176px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  background-color: #f3f1f1;
}
.history-experience .inner {
  display: flex;
}
.history-experience .col-l {
  width: 50%;
}
.history-experience .col-l ul {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 41px;
}
.history-experience .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}
.history-experience .splide__slide {
  backface-visibility: initial;
  box-sizing: initial;
  -ms-flex-negative: initial;
  flex-shrink: initial;
  list-style-type: initial;
  margin: initial;
  position: initial;
}
.history-experience .col-r {
  width: 50%;
  padding-left: 80px;
}
.history-experience .link-list {
  margin-top: 120px;
}

.showroom-card {
  text-align: center;
}
.showroom-card:nth-of-type(2) {
  margin-top: 269px;
}
.showroom-card .lead {
  margin-top: 32px;
  padding-bottom: 12px;
  font-size: 28px;
  position: relative;
}
.showroom-card .lead::after {
  content: "";
  width: 32px;
  height: 2px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111111;
}
.showroom-card .caption {
  margin-top: 12px;
  font-size: 20px;
}
.showroom-card:hover .link-text .icon {
  transform: translateX(10px);
}
.showroom-card:hover .img-wrap img {
  transform: scale(1.07);
}

.link-card-design {
  width: 100%;
  max-width: 320px;
  height: 420px;
  position: relative;
  border: 10px solid #fff;
}
.link-card-design::before, .link-card-design::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  z-index: 1;
}
.link-card-design::before {
  top: -10px;
  left: -10px;
  border-width: 64px 64px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.link-card-design::after {
  bottom: 32px;
  right: -10px;
  border-width: 0 0 48px 48px;
  border-color: transparent transparent #ffffff transparent;
}
.link-card-design .img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.link-card-design .img-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.link-card-design .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.link-card-design .link-text {
  width: 100%;
  height: 32px;
  padding-right: 10px;
  display: flex;
  justify-content: end;
  column-gap: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  font-size: 20px;
  z-index: 2;
}
.link-card-design .icon {
  width: 22px;
  transition: transform 0.4s ease;
}

.link-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.link-list dt {
  width: 252px;
  padding-left: 12px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.link-list dt::after {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #111111;
}
.link-list dd {
  margin-left: 40px;
  padding-bottom: 4px;
  opacity: 0.5;
  border-bottom: 1px solid #111111;
}
.link-list .icon {
  width: 15.75px;
  height: 14px;
  margin-left: 20px;
}

.history-gallery {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-color: #f3f1f1;
}
.history-gallery::before {
  content: "";
  position: absolute;
  width: 83%;
  height: 74%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #f8eee4;
}
.history-gallery .flexbox {
  justify-content: space-between;
  column-gap: 80px;
}
.history-gallery .col-l {
  width: 50%;
  height: 600px;
  margin-left: auto;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.history-gallery .col-r {
  width: 50%;
}

.splide-history-gallery .img-wrap {
  width: 480px;
  height: 600px;
}
.splide-history-gallery .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide-history-gallery .splide__arrows {
  margin-top: 50px;
  display: flex;
  column-gap: 64px;
}
.splide-history-gallery .splide__arrow {
  width: auto;
  height: auto;
  position: relative;
  transform: none;
  background-color: transparent;
  opacity: 1;
}
.splide-history-gallery .splide__arrow .circle {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.splide-history-gallery .splide__arrow .icon {
  width: 24px;
  height: 10px;
  position: absolute;
  top: 50%;
}
.splide-history-gallery .splide__arrow--prev {
  padding-left: 12px;
}
.splide-history-gallery .splide__arrow--prev .icon {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.splide-history-gallery .splide__arrow--prev span {
  transform: translateX(4px);
}
.splide-history-gallery .splide__arrow--next {
  padding-right: 12px;
}
.splide-history-gallery .splide__arrow--next .icon {
  right: 0;
  transform: translateY(-50%);
}
.splide-history-gallery .splide__arrow--next span {
  transform: translateX(-4px);
}

.history-mv.--middle {
  height: 127vh;
  background: linear-gradient(rgba(243, 241, 241, 0.1) 0%, rgba(243, 241, 241, 0.35) 56.52%, #f3f1f1 88.39%, #f3f1f1 100%);
}
.history-mv.--middle::before {
  content: none;
}
.history-mv.--middle .mv-inner {
  top: 28%;
  transform: translateX(-50%);
}
.history-mv.--middle .catch-wrap {
  text-shadow: 4px 4px 10px rgba(17, 17, 17, 0.2);
}

.history-store {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f3f1f1;
  position: relative;
  z-index: 1;
}
.history-store .btn-design02 {
  margin-top: 88px;
}
.history-store .inner {
  display: flex;
  align-items: center;
  column-gap: 80px;
}
.history-store__col-l {
  width: 47%;
}
.history-store__col-r {
  width: 53%;
  max-width: 800px;
}

.history-product-list {
  height: 800px;
  overflow: scroll;
}

.history-product-item {
  margin-top: 40px;
  background-color: #fff;
}
.history-product-item a {
  display: flex;
}
.history-product-item:first-of-type {
  margin-top: 0;
}
.history-product-item .image-wrap {
  width: 40%;
  max-width: 320px;
  height: 320px;
}
.history-product-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-product-item .history-product-detail {
  width: 60%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.history-product-item .history-product-detail__content {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.history-product-item .history-product__category-en {
  color: rgba(17, 17, 17, 0.5);
  font-size: 20px;
  font-weight: 600;
}
.history-product-item .history-product__category {
  margin-top: 4px;
  padding-bottom: 20px;
  position: relative;
  font-size: 24px;
}
.history-product-item .history-product__category::after {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #111111;
}
.history-product-item .history-product__code {
  color: rgba(17, 17, 17, 0.5);
}
.history-product-item .history-product__name {
  font-size: 20px;
}
.history-product-item .history-product__price {
  font-weight: 600;
  font-size: 18px;
}

.history-back {
  padding-top: 240px;
  padding-bottom: 100px;
  background-color: #f3f1f1;
  position: relative;
  z-index: 1;
}
.history-back .image-wrap {
  max-width: 1200px;
  height: 240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(../img/history/back-sec_image.jpg);
}
.history-back .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(149, 149, 149, 0.6);
}
.history-back .btn-tertiary {
  position: relative;
  z-index: 1;
  border-color: #111111;
}

/*================================
	ログイン/会員登録ページ
=================================*/
.login-wrap {
  margin-top: 40px;
}
.login-wrap__logo {
  width: 160px;
  height: 55px;
  margin: 0 auto;
}
.login-wrap__logo .logo {
  width: 100%;
  height: 100%;
}
.login-wrap .ec-cartRole__error {
  margin-top: 16px;
}

.login-board {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  text-align: center;
}
.login-board__lead {
  font-size: 24px;
  font-weight: 700;
}
.login-board .login-input {
  margin-top: 40px;
}
.login-board .login-input__lead {
  font-size: 24px;
  font-weight: 700;
}
.login-board .btn-primary {
  width: 260px;
  margin: 40px auto 0;
}
.login-board .btn-primary a {
  padding: 16px 20px;
}
.login-board .btn-secondary {
  width: 260px;
  margin: 20px auto 0;
  display: block;
}
.login-board .btn-secondary a {
  padding: 16px 20px;
}
.login-board .btn-cart {
  width: 260px;
  margin: 40px auto 0;
  display: block;
}
.login-board .btn-cart a {
  padding: 16px 20px;
}
.login-board .link-txt {
  margin-top: 12px;
  display: block;
  font-size: 12px;
}
.login-board .supple-txt {
  color: rgba(17, 17, 17, 0.5);
}
.login-board .supple-txt.--bottom {
  margin-top: 12px;
}
.login-board .--remember {
  margin-top: 16px;
  text-align: center;
}
.login-board .--remember .checkbox-wrap {
  justify-content: center;
}
.login-board .ec-errorMessage {
  color: #f00;
  margin-top: 20px;
}

.login-board.--register .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
}
.login-board.--register .btn-outline {
  width: 260px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
}

.login-input__item {
  height: 44px;
  margin-top: 32px;
  display: flex;
  position: relative;
}
.login-input__item label {
  width: 140px;
  padding: 12px 20px;
  flex-shrink: 0;
  background-color: rgba(17, 17, 17, 0.7);
  color: #fff;
}
.login-input__item:first-of-type {
  margin-top: 0;
}

.password-item {
  width: 100%;
  position: relative;
}
.password-item input {
  height: 100%;
}
.password-item .pass-hidden-switch {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: rgba(17, 17, 17, 0.5);
  cursor: pointer;
}
.password-item .pass-hidden-switch:hover {
  color: #111111;
}
.password-item .fa {
  width: 17px;
  height: 12px;
  color: rgba(17, 17, 17, 0.5);
}

.postal-wrap {
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.postal-wrap input {
  margin-left: 4px;
  width: 102px;
  padding: 12px;
}

.signup-wrap {
  padding-top: 120px;
}
.signup-wrap .back-link {
  margin-top: 60px;
  text-align: center;
}

.form-wrap {
  text-align: left;
}
.form-wrap .form-item {
  margin-top: 36px;
}
.form-wrap .form-item:first-of-type {
  margin-top: 0;
}
.form-wrap .required {
  margin-left: 12px;
}
.form-wrap .input-item {
  margin-top: 12px;
  min-height: 1em;
}
.form-wrap .flexbox.--col2 {
  column-gap: 24px;
  flex-wrap: wrap;
}
.form-wrap .flexbox.--col2 > * {
  width: calc((100% - 24px) / 2);
}
.form-wrap .flexbox.--radio {
  column-gap: 24px;
}
.form-wrap .flexbox.--checkbox {
  margin-top: 20px;
  flex-direction: column;
  row-gap: 12px;
}
.form-wrap .flexbox.--birth {
  column-gap: 24px;
}
.form-wrap .w50 > * {
  width: calc((100% - 24px) / 2);
}
.form-wrap .w50 .select-wrap {
  width: 100%;
}
.form-wrap .w50 .ec-errorMessage {
  width: 100%;
}
.form-wrap .pass-hidden-switch {
  font-size: 12px;
  right: 10px;
}
.form-wrap .supple-txt {
  color: rgba(17, 17, 17, 0.5);
}
.form-wrap .supple-txt.--top {
  margin-top: 12px;
}
.form-wrap .supple-txt.--bottom {
  margin-top: 5px;
}
.form-wrap .policy {
  margin-top: 24px;
  text-align: center;
  color: rgba(17, 17, 17, 0.5);
}
.form-wrap .policy .checkbox-wrap {
  flex-direction: column;
  justify-content: center;
}
.form-wrap .policy .checkbox-wrap label {
  display: flex;
  padding-left: 0;
}
.form-wrap .confirm-btn {
  width: 260px;
  margin: 20px auto 0;
  padding: 16px 20px;
}

.form-deliver-add {
  padding-top: 36px;
  display: none;
}

.form-wrap.--confirm .form-item {
  margin-top: 24px;
}
.form-wrap.--confirm .form-item__head {
  color: rgba(17, 17, 17, 0.5);
}

.input-item.error input[type=text],
.input-item.error input[type=email],
.input-item.error input[type=password],
.input-item.error input[type=url],
.input-item.error input[type=tel],
.input-item.error input[type=checkbox] + .check-label::before,
.input-item.error input[type=checkbox] + label::before,
.input-item.error input[type=radio] + label::before,
.input-item.error select {
  background-color: #ffe8e8;
}
.input-item.error .ec-errorMessage {
  margin-top: 12px;
  color: #f00;
}

.form-wrap input[type=text],
.form-wrap input[type=email],
.form-wrap input[type=password],
.form-wrap input[type=url],
.form-wrap input[type=tel] {
  padding: 12px;
  background-color: #ebe8e8;
  font-size: 12px;
}
.form-wrap hr {
  margin-top: 36px;
  border-top: 1px dashed rgba(17, 17, 17, 0.5);
  background-color: transparent;
}
.form-wrap .--birth select {
  font-size: 16px;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.required {
  color: #f00;
  font-size: 12px;
}

.radio-wrap > div {
  display: flex;
  align-items: center;
}

.radio-wrap label,
.radio-btn {
  padding-left: 28px;
  position: relative;
}
.radio-wrap label::before, .radio-wrap label::after,
.radio-btn::before,
.radio-btn::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.radio-wrap label::before,
.radio-btn::before {
  width: 16px;
  height: 16px;
  background-color: #ebe8e8;
  left: 0;
}
.radio-wrap label::after,
.radio-btn::after {
  width: 8px;
  height: 8px;
  left: 4px;
  background-color: rgba(17, 17, 17, 0.5);
  opacity: 0;
}

.select-item {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
}
.select-item span {
  margin-left: 12px;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: url(../img/common/form-arrow-down.svg);
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  line-height: 0;
  pointer-events: none;
}

.radio-wrap input[type=radio] {
  display: none;
}

input[type=radio] + label {
  margin-right: 12px;
}

input[type=radio]:checked + label::after,
input[type=radio]:checked + .radio-btn::after {
  opacity: 1;
}

.entry-active.forgot-wrap .btn-tertiary {
  margin-top: 16px;
}

/*================================
	パスワード再設定
=================================*/
.forgot-wrap {
  margin-top: 40px;
}
.forgot-wrap.mt-120 {
  margin-top: 120px;
}
.forgot-wrap.mt-120 .login-board {
  padding-top: 60px;
  padding-bottom: 60px;
}
.forgot-wrap .form-item {
  margin-top: 36px;
  text-align: left;
}
.forgot-wrap .form-item:first-of-type {
  margin-top: 0px;
}
.forgot-wrap .input-item {
  margin-top: 12px;
}
.forgot-wrap__text {
  margin-top: 40px;
  text-align: center;
  line-height: 1.72em;
}
.forgot-wrap .btn-tertiary {
  margin: 40px auto 0;
}
.forgot-wrap .btn-primary {
  margin: 40px auto 0;
}
.forgot-wrap .btn-cart {
  margin: 40px auto 0;
}

/*================================
	カートページ
=================================*/
.page-cart .sp-only {
  display: none;
}

.cart-wrap .h1-design01 {
  margin-top: 40px;
}
.cart-wrap .message {
  text-align: center;
  font-size: 16px;
}

.cart-board {
  margin-top: 40px;
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.7);
}

.cart-product-wrap {
  padding: 40px;
  background-color: #fff;
}

.cart-product-item {
  padding-top: 24px;
  padding-bottom: 24px;
  column-gap: 40px;
  border-bottom: 1px dashed rgba(17, 17, 17, 0.5);
}
.cart-product-item:last-of-type {
  border: none;
}
.cart-product-item .image-wrap {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
.cart-product-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-product-info-wrap {
  width: 100%;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cart-product-info-wrap__delete {
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.5);
}
.cart-product-info-wrap__delete .icon {
  width: 12px;
  height: 12px;
  fill: rgba(17, 17, 17, 0.5);
}

.cart-product-info {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.cart-product-info .item-info__supplement {
  margin-top: 0;
}
.cart-product-info .item-info__item-name {
  font-size: 24px;
}
.cart-product-info .item-info__price {
  font-size: 14px;
  color: #111111;
}
.cart-product-info .item-info__price span {
  font-size: 16px;
}

.cart-product-total {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
  text-align: right;
}
.cart-product-total .flexbox {
  justify-content: space-between;
  align-items: center;
}
.cart-product-total .en-font {
  font-size: 18px;
}
.cart-product-total .lead {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.cart-product-total .content {
  min-width: 200px;
}
.cart-product-total .quantity-btn.--no-input {
  border: none;
  justify-content: flex-end;
}
.cart-product-total .quantity-btn.--no-input .quantity-btn__num {
  min-width: auto;
  padding: 0 20px;
  border: none;
  font-size: 20px;
}
.cart-product-total__price {
  margin-top: 6px;
}

.cart-price-wrap {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
}
.cart-price-wrap .heading-design02.flexbox {
  column-gap: 24px;
  align-items: center;
}
.cart-price-wrap .heading-design02.flexbox p:not(.caption) {
  flex-shrink: 0;
}
.cart-price-wrap .heading-design02.flexbox .caption {
  font-size: 12px;
  font-weight: 500;
}

.cart-price-detail {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed rgba(17, 17, 17, 0.5);
}
.cart-price-detail .cart-product-total {
  margin-left: auto;
}
.cart-price-detail .cart-product-total .en-font {
  font-size: 16px;
}

.cart-price-total {
  margin-top: 24px;
  letter-spacing: -0.02em;
}

.cart-price-wrap .content.total-price {
  font-size: 24px;
  font-weight: 600;
}

.cart-btn-wrap {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
}
.cart-btn-wrap .icon {
  width: 8.4px;
  height: 13.4px;
  fill: #fff;
}
.cart-btn-wrap .icon.--prev {
  margin-right: 20px;
}
.cart-btn-wrap .icon.--next {
  margin-left: 20px;
  margin-right: 0;
}

/*================================
	購入ページ
=================================*/
.page-shopping .inner {
  width: auto;
}
.page-shopping .btn-design03.sp-only {
  display: none;
}
.page-shopping .ec-cartRole__error {
  margin-top: 24px;
}

.shopping-form {
  margin-top: 120px;
}

.shopping-form .ec-orderRole {
  max-width: 100%;
  padding: 0;
  align-items: flex-start;
}
.shopping-form .ec-orderRole .bg-box {
  padding: 40px 24px;
  background-color: rgba(255, 255, 255, 0.7);
}
.shopping-form .ec-orderRole__detail {
  padding: 0;
  width: 66%;
}
.shopping-form .ec-orderRole__summary {
  width: 34%;
  padding: 0;
  margin-left: 32px;
}

.shopping-wrap {
  padding: 40px;
  background-color: #fff;
}
.shopping-wrap .heading-design02 {
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
.shopping-wrap__item {
  margin-top: 40px;
}
.shopping-wrap__item:first-of-type {
  margin-top: 0;
}
.shopping-wrap .cart-price-wrap {
  margin-top: 0;
  padding: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.4);
}
.shopping-wrap .cart-price-detail {
  border-bottom: 1px solid rgba(17, 17, 17, 0.7);
}
.shopping-wrap .btn-secondary {
  width: auto;
  padding: 10px 24px;
  font-size: 14px;
}
.shopping-wrap .cart-product-total .quantity-btn.--no-input .quantity-btn__num {
  padding: 0;
  font-size: 18px;
}

.shopping-customer {
  position: relative;
}
.shopping-customer .ec-orderAccount__change .btn-secondary {
  position: absolute;
  top: 0;
  right: 0;
}
.shopping-customer .btn-primary {
  width: 160px;
}
.shopping-customer .btn-cancel {
  width: 160px;
  margin-left: 12px;
}
.shopping-customer .ec-label {
  margin-left: 0;
  font-size: 14px;
}

.shopping-delivery-list {
  position: relative;
}
.shopping-delivery-list .ec-borderedList .cart-product-info-wrap {
  padding-bottom: 0;
  flex-direction: row;
}
.shopping-delivery-list .ec-borderedList .cart-product-info-wrap .cart-product-total {
  margin-top: 0;
  align-self: end;
}
.shopping-delivery-list .ec-orderDelivery__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopping-delivery-list .ec-orderDelivery__title .lead {
  padding-left: 12px;
  position: relative;
  font-weight: 500;
}
.shopping-delivery-list .ec-orderDelivery__title .lead::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111111;
  position: absolute;
  top: 0;
  left: 0;
}
.shopping-delivery-list .item-info__item-name {
  font-size: 16px;
}
.shopping-delivery-list .ec-orderDelivery__change {
  position: static;
}
.shopping-delivery-list .ec-orderDelivery__item {
  margin-top: 16px;
}
.shopping-delivery-list .ec-imageGrid__img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.shopping-delivery-list .ec-imageGrid {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  column-gap: 40px;
}
.shopping-delivery-list .ec-imageGrid__img {
  padding: 0;
}
.shopping-delivery-list .ec-imageGrid__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shopping-delivery-list .ec-orderDelivery__address {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 14px;
}

.shopping-detail-item__content {
  margin-top: 12px;
}
.shopping-detail-item .cart-product-info-wrap {
  flex-direction: column;
  padding-bottom: 40px;
}
.shopping-detail-item .cart-product-info-wrap__delete {
  right: 0;
}
.shopping-detail-item .cart-product-total {
  margin-top: 24px;
}
.shopping-detail-item .cart-product-total__price {
  margin-top: 0;
}
.shopping-detail-item .cart-product-total__price .content {
  font-size: 18px;
  font-weight: 700;
}

.cart-delivery-info {
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  border-top: 1px dashed rgba(17, 17, 17, 0.5);
  border-bottom: 1px dashed rgba(17, 17, 17, 0.5);
  font-size: 12px;
}
.cart-delivery-info .lead {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 14px;
}

.shopping-select-list__item {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}
.shopping-select-list .radio-item label span {
  margin-left: 12px;
}
.shopping-select-list .add-btn a {
  display: flex;
  align-items: center;
  font-size: 12px;
  opacity: 0.5;
}
.shopping-select-list .add-btn a .icon {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}

.ec-orderDelivery__edit .btn-secondary {
  margin-top: 16px;
  margin-bottom: 24px;
  width: auto;
  padding: 10px 24px;
  font-size: 14px;
}
.ec-orderDelivery__edit .btn-secondary .icon {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}

.purchase-wrap {
  margin-top: 0;
  padding: 40px 20px;
  position: sticky;
  top: 100px;
}
.purchase-wrap .content {
  min-width: auto;
  max-width: 160px;
  width: 8.5vw;
}
.purchase-wrap .btn-wrap {
  margin-top: 60px;
}
.purchase-wrap .btn-cart {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.purchase-wrap .btn-cart .icon {
  width: 8px;
  height: 20px;
}
.purchase-wrap .btn-cancel {
  width: 100%;
  max-width: 260px;
  margin: 16px auto;
  background-color: transparent;
  color: #888888;
  text-decoration: underline;
}

.ec-orderPayment .caption {
  font-size: 14px;
}
.ec-orderPayment input {
  width: 240px;
  margin-top: 12px;
  font-size: 16px;
}

.nonmenber .btn-primary {
  margin-top: 40px;
}

.shopping-error .ec-alert-warning {
  margin-top: 40px;
}

.shopping-complete .text.ec-reportDescription {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
}

/*================================
	購入/お届け先編集ページ
=================================*/
.page-shipping .bg-box {
  margin-top: 50px;
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-shipping .cart-board {
  margin-top: 0;
  padding: 40px 60px;
  background-color: #fff;
}
.page-shipping .btn-design03 {
  display: none;
}
.page-shipping .btn-secondary {
  width: auto;
  padding: 12px 24px;
}
.page-shipping .btn-tertiary .icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  fill: #444444;
}

.delivery-product {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-template-areas: "image item" "image delivery";
  column-gap: 40px;
}
.delivery-product .image-wrap {
  grid-area: image;
}
.delivery-product .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.delivery-product__content {
  flex-grow: 1;
  grid-area: item;
}

.delivery-item {
  margin-top: 40px;
}

.shipping_item {
  margin-bottom: 16px;
}

.shopping-delivery {
  grid-area: delivery;
}
.shopping-delivery .lead {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}
.shopping-delivery .ec-AddAddress__select {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.shopping-delivery .ec-AddAddress__selectAddress {
  width: 70%;
}
.shopping-delivery .ec-AddAddress__selectAddress select {
  width: 100%;
}
.shopping-delivery .ec-AddAddress__selectNumber {
  width: 30%;
  flex-shrink: 0;
}
.shopping-delivery .ec-AddAddress__selectNumber .flexbox {
  align-items: center;
  column-gap: 24px;
}
.shopping-delivery .ec-AddAddress__selectNumber label {
  white-space: nowrap;
}
.shopping-delivery .ec-AddAddress__selectNumber input {
  margin-bottom: 0;
  border: 1px solid #111111;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}

.select-design01 {
  position: relative;
  margin-bottom: 0;
}
.select-design01 select {
  background-color: rgba(17, 17, 17, 0.1);
  border: none;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
}
.select-design01 select::-ms-expand {
  display: none;
}
.select-design01 .icon {
  width: 24px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.select-design01::after {
  content: "";
}

.shipping-address-list .ec-addressList__item {
  padding: 8px;
}
.shipping-address-list .lead {
  margin-bottom: 4px;
  font-weight: 700;
}
.shipping-address-list__item {
  display: flex;
  padding: 0 40px;
  transition: background-color 0.3s;
  cursor: pointer;
}
.shipping-address-list__item:hover {
  background-color: rgba(243, 241, 241, 0.8);
}
.shipping-address-list .ec-addressList__address {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.shipping-address-list .ec-addressList__remove {
  display: flex;
  align-items: center;
}

/*================================
	見積依頼ページ
=================================*/
.page-estimate .shopping-wrap {
  padding: 0;
}
.page-estimate .cart-product-item {
  padding-bottom: 0;
}
.page-estimate .cart-product-info-wrap {
  padding-bottom: 0;
  display: block;
}
.page-estimate .cart-product-total {
  margin-top: 40px;
}
.page-estimate .cart-product-total .flexbox {
  column-gap: 32px;
}
.page-estimate .quantity-btn-wrap {
  margin-top: 0;
}
.page-estimate .shopping-wrap__item .form-item {
  margin-top: 20px;
}
.page-estimate .shopping-wrap__item .form-item:first-of-type {
  margin-top: 32px;
}
.page-estimate .btn-primary {
  margin-top: 0;
}
.page-estimate .link-plane {
  margin: 64px auto 0;
}
.page-estimate .checkbox-wrap {
  display: block;
  text-align: center;
}

/*================================
	マイページ
=================================*/
.page-mypage .message {
  text-align: center;
  font-size: 16px;
}

.mypage-wrap {
  margin-top: 40px;
}

.mypage-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.mypage-link li {
  max-width: 400px;
  width: calc((100% - 80px) / 3);
  height: 240px;
}
.mypage-link .link-btn-design01 {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mypage-link .link-btn-design01__lead {
  flex-direction: column;
  font-size: 18px;
}
.mypage-link .link-btn-design01 .icon-wrap {
  margin-bottom: 20px;
  display: block;
  background-color: transparent;
}
.mypage-link .link-btn-design01 .icon {
  width: 32px;
  height: 32px;
}

.mypage-detail .login-board {
  text-align: left;
}
.mypage-detail .heading-wrap {
  padding-bottom: 12px;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.mypage-detail .heading-design02 {
  padding-bottom: 0px;
  border: none;
}
.mypage-detail .heading-design02 + a {
  align-items: center;
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
}
.mypage-detail .heading-design02 + a .icon {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  fill: rgba(17, 17, 17, 0.5);
}
.mypage-detail .login-input {
  margin-top: 0;
  padding-top: 24px;
  font-size: 14px;
}
.mypage-detail .login-input .input-item {
  margin-top: 24px;
}
.mypage-detail .login-input .input-item:first-of-type {
  margin-top: 0;
}
.mypage-detail .login-input .flexbox {
  column-gap: 40px;
}
.mypage-detail .login-input .lead {
  width: 130px;
  font-size: 14px;
}
.mypage-detail .login-input .content {
  width: auto;
  line-height: 1.7em;
}
.mypage-detail .login-input .delivery {
  padding-top: 24px;
  border-top: 1px dashed rgba(17, 17, 17, 0.5);
}
.mypage-detail .login-input .link-txt {
  margin-top: 0;
}
.mypage-detail .link-plane {
  margin: 24px auto 0;
}

.mypage-delivery .btn-tertiary {
  width: 200px;
  padding: 8px 16px;
}

/*================================
	登録したお届け先
=================================*/
.mypage-delivery .confirm-btn {
  margin-top: 36px;
}

.deliver-list-wrap {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}
.deliver-list-wrap .add-btn {
  font-size: 14px;
  font-weight: 500;
}

.deliver-list {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.deliver-list__name {
  width: 23%;
  font-size: 20px;
}
.deliver-list__name span {
  width: 20px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.deliver-list__addr .head {
  margin-top: 12px;
  font-weight: 700;
}
.deliver-list__addr .head:first-of-type {
  margin-top: 0;
}
.deliver-list__addr span {
  margin-top: 4px;
  display: block;
}
.deliver-list__btn {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.deliver-list__btn a {
  display: flex;
  justify-content: end;
  align-items: center;
}
.deliver-list__btn .icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  fill: rgba(17, 17, 17, 0.5);
}
.deliver-list__btn .icon + p {
  color: rgba(17, 17, 17, 0.5);
  font-size: 12px;
}

/*================================
	注文履歴ページ
=================================*/
.history-list {
  margin-top: 24px;
  background-color: #fff;
}
.history-list:first-of-type {
  margin-top: 0;
}
.history-list__head {
  padding-bottom: 16px;
  display: flex;
  column-gap: 16px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.history-list__head .content {
  font-size: 16px;
}
.history-list__head .font-en {
  font-weight: 600;
}
.history-list .lead {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.5);
}
.history-list__contents {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
}
.history-list__contents .col-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.history-item {
  margin-top: 16px;
  display: flex;
  column-gap: 24px;
}
.history-item__image {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.history-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.history-item__content .content {
  color: #111111;
  font-weight: 600;
}

.history-detail-btn {
  flex-shrink: 0;
  padding-top: 16px;
}
.history-detail-btn .btn-primary {
  width: auto;
}

.history-total {
  padding-top: 16px;
  border-top: 1px dotted rgba(17, 17, 17, 0.5);
}
.history-total .flexbox {
  margin-top: 8px;
  justify-content: end;
}
.history-total .content {
  width: 120px;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

/*================================
	注文履歴詳細ページ
=================================*/
.deliver-detail .deliver-list-wrap {
  padding: 0;
}
.deliver-detail .order-detail {
  display: flex;
  column-gap: 80px;
}
.deliver-detail .order-detail .lead {
  text-align: right;
}
.deliver-detail .order-detail__info .lead {
  width: 95px;
  text-align: right;
}
.deliver-detail .order-detail__point .lead {
  width: 125px;
  text-align: right;
}

/*================================
	お取り置きページ
=================================*/
.mypage-reserve .shopping-wrap {
  padding: 0;
  background-color: transparent;
}
.mypage-reserve .cart-product-item {
  margin-top: 24px;
  padding: 40px;
  border: none;
}
.mypage-reserve .cart-product-item .item {
  display: flex;
}
.mypage-reserve .cart-product-item:first-of-type {
  margin-top: 0;
}
.mypage-reserve .item-info__item-name {
  text-decoration: underline;
}
.mypage-reserve .item-info__supplement .en-font {
  font-size: 20px;
  color: #111111;
}
.mypage-reserve .item-info .flexbox {
  column-gap: 20px;
}
.mypage-reserve .favorite-detail-btn {
  width: 200px;
}
.mypage-reserve .btn-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.mypage-reserve .btn-wrap .btn-cart {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mypage-reserve .btn-wrap .btn-cart .icon {
  width: 15px;
  height: 15px;
}
.mypage-reserve .btn-wrap .btn-secondary {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
}
.mypage-reserve .btn-wrap .btn-secondary .icon {
  width: 14px;
  height: 14px;
}
.mypage-reserve .btn-wrap .link-plane {
  width: 100%;
  padding: 0;
}
.mypage-reserve .cart-btn-wrap .icon {
  fill: #444444;
}

/*================================
	マイページ/お気に入りページ
=================================*/
.mypage-favorite .back-btn {
  margin-top: 60px;
}
.mypage-favorite .back-btn .btn-tertiary {
  margin: 0 auto;
}

.favorite-list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.favorite-list:first-of-type {
  margin-top: 0;
}
.favorite-list .history-item {
  margin-top: 0;
  column-gap: 40px;
}
.favorite-list .history-item__image {
  width: 160px;
  height: 160px;
}
.favorite-list .cart-product-info .item-info__item-name {
  margin-bottom: 4px;
  text-decoration: underline;
}
.favorite-list .cart-product-info .item-info__price {
  margin-top: 4px;
}
.favorite-list .cart-product-info .item-info__price span {
  font-size: 20px;
}

.favorite-detail-btn {
  width: 200px;
  min-width: 200px;
}
.favorite-detail-btn .btn-cart {
  width: 100%;
}
.favorite-detail-btn .btn-fav {
  margin-top: 16px;
  padding: 16px 20px;
}
.favorite-detail-btn .btn-fav .icon {
  width: 15px;
  height: 16px;
  fill: #111111;
}

/*================================
	マイページ/アカウント削除
=================================*/
.mypage-withdraw .heading {
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  font-size: 20px;
  font-weight: 700;
}
.mypage-withdraw .heading .icon {
  width: 24px;
  height: 24px;
}
.mypage-withdraw .text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.7em;
}
.mypage-withdraw .btn-wrap {
  padding-top: 40px;
  border-top: 1px dotted rgba(17, 17, 17, 0.5);
}
.mypage-withdraw .btn-danger,
.mypage-withdraw .link-plane,
.mypage-withdraw .btn-tertiary,
.mypage-withdraw .btn-cancel {
  margin: 0 auto;
}
.mypage-withdraw.--confirm .login-input {
  margin-bottom: 24px;
}
.mypage-withdraw.--confirm .btn-tertiary,
.mypage-withdraw.--confirm .btn-cancel {
  margin-top: 24px;
}

/*================================
	ヘルプページ
=================================*/
.help-wrap {
  margin-top: 40px;
}
.help-wrap__text {
  margin-top: 40px;
  text-align: center;
  line-height: 1.7em;
}
.help-wrap .gray-board {
  margin-top: 40px;
}
.help-wrap.mt-80 {
  margin-top: 80px;
}

.gray-board {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ebe8e8;
}
.gray-board .flexbox {
  column-gap: 40px;
}
.gray-board .flexbox a {
  width: 50%;
}

.faq-wrap {
  margin-top: 140px;
}
.faq-wrap .gray-board {
  margin-top: 40px;
}

.faq-category {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 40px;
  justify-content: center;
}
.faq-category li {
  width: 160px;
  text-align: center;
  opacity: 0.5;
  font-size: 14px;
  cursor: pointer;
}
.faq-category li.is-active {
  font-weight: 700;
  opacity: 1;
}

.faq-list {
  margin-top: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  background-color: #fff;
}

.faq-question {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f1f1;
  font-size: 16px;
  cursor: pointer;
}
.faq-question .faq-icon {
  background-color: rgba(17, 17, 17, 0.5);
  color: #fff;
}
.faq-question__text {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.faq-question.open .plus-toggle::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.plus-toggle {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
.plus-toggle::before, .plus-toggle::after {
  content: "";
  width: 16px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111111;
  transition: transform 0.4s ease;
}
.plus-toggle::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.faq-answer {
  display: none;
  padding: 24px 20px;
  border: 1px solid #f3f1f1;
}
.faq-answer .faq-icon {
  border: 1px solid #111111;
}
.faq-answer__text {
  display: flex;
  column-gap: 12px;
  line-height: 1.7em;
  font-size: 14px;
}

.faq-icon {
  width: 24px;
  height: 24px;
  padding-top: 1px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 21px;
  font-size: 16px;
}

.term-wrap {
  margin-top: 80px;
  font-size: 14px;
  line-height: 1.7em;
}
.term-wrap h2 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
}
.term-wrap h2::before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  display: block;
  background-color: #111111;
}
.term-wrap h2 + p {
  margin-top: 25px;
}
.term-wrap h3 {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
}
.term-wrap h3 + p {
  margin-top: 8px;
}
.term-wrap p {
  margin-top: 8px;
}
.term-wrap p.heading {
  margin-top: 25px;
  padding-left: 10px;
  position: relative;
}
.term-wrap p.heading::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  display: block;
  background-color: #111111;
}
.term-wrap p.heading + p {
  margin-top: 12px;
}
.term-wrap p.caption {
  margin-top: 0;
  font-size: 12px;
}
.term-wrap ul {
  margin-top: 8px;
  padding-left: 1em;
}
.term-wrap ul li {
  list-style-type: "・";
  line-height: 2em;
}
.term-wrap a {
  text-decoration: underline;
}

.tradelaw-wrap {
  margin-top: 80px;
  font-size: 14px;
  line-height: 1.7em;
}
.tradelaw-wrap dl {
  padding: 20px;
  display: flex;
  border-bottom: 1px dotted rgba(17, 17, 17, 0.5);
}
.tradelaw-wrap dt {
  width: 25%;
}
.tradelaw-wrap dd {
  width: 75%;
  margin-bottom: 0;
}
.tradelaw-wrap a {
  text-decoration: underline;
}

/*================================
	お問い合わせ
=================================*/
.page-contact .h1-design01 {
  margin-top: 40px;
}
.page-contact .contact-flow {
  margin-top: 40px;
}
.page-contact .page-text {
  margin-top: 40px;
}
.page-contact .back-link {
  margin: 24px auto 0;
}
.page-contact .back-link .link-plane {
  margin: 0 auto;
}
.page-contact .form-wrap .login-board {
  text-align: left;
}
.page-contact .form-wrap.--confirm .form-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(17, 17, 17, 0.5);
}
.page-contact .form-wrap.--confirm .form-item:first-of-type {
  margin-top: 0;
}
.page-contact .form-wrap.--confirm .form-item:last-of-type {
  border-bottom: none;
}
.page-contact .form-wrap.--confirm .contact-btn-wrap {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  column-gap: 60px;
}

.contact-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
}
.contact-flow li {
  width: 88px;
  height: 40px;
  background-color: rgba(17, 17, 17, 0.2);
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.contact-flow li.current {
  background-color: rgba(17, 17, 17, 0.8);
}

/*================================
	施工事例ページ
=================================*/
.page-works .pagenation {
  margin-top: 80px;
}
.page-works .product-mv {
  height: 480px;
}

.works-head-wrap {
  padding-top: 94px;
  padding-bottom: 110px;
  position: relative;
}
.works-head-wrap__content {
  padding-left: 32px;
}
.works-head-wrap__deco {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 200px;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.1);
}

.works-head__head {
  font-size: 16px;
  position: relative;
}
.works-head__head::after {
  content: "";
  width: 188px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 112px;
  transform: translateY(-50%);
  background-color: #111111;
}
.works-head__caption {
  margin-top: 21px;
  font-size: 20px;
}
.works-head__num {
  margin-top: 40px;
  align-items: center;
  column-gap: 8px;
  font-size: 18px;
  color: rgba(17, 17, 17, 0.5);
}
.works-head__num span {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
}

.interview-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8eee4;
}

.interview-head {
  display: flex;
  align-items: center;
}
.interview-head__head {
  font-weight: 600;
  position: relative;
  font-size: 48px;
}
.interview-head__head::after {
  content: "";
  width: 120px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(100% + 32px);
  transform: translateY(-50%);
  background-color: #111111;
}
.interview-head__caption {
  padding-left: 188px;
  font-size: 18px;
}

.gallery-wrap__head {
  font-size: 120px;
  color: rgba(17, 17, 17, 0.1);
  font-weight: 600;
}

.gallery-grid-wrap {
  margin-top: 70px;
  display: grid;
  grid-template-rows: repeat(11, 240px);
  grid-template-columns: repeat(5, 240px);
  grid-template-areas: "item01 item01 item02 item02 item03" "item04 item05 item02 item02 item06" "item07 item08 item08 item09 item06" "item10 item10 item10 item09 item11" "item10 item10 item10 item12 item13" "item14 item14 item15 item15 item16" "item14 item14 item17 item18 item18" "item19 item20 item21 item21 item22" "item19 item23 item24 item24 item24" "item25 item23 item24 item24 item24" "item26 item26 item24 item24 item24";
  gap: 20px;
}

.gallery-grid-item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.gallery-grid-item .image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-grid-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-grid-item .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.4);
}
.gallery-grid-item .text {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 20px;
}

.gallery-grid-item:nth-of-type(1) {
  grid-area: item01;
}

.gallery-grid-item:nth-of-type(2) {
  grid-area: item02;
}

.gallery-grid-item:nth-of-type(3) {
  grid-area: item03;
}

.gallery-grid-item:nth-of-type(4) {
  grid-area: item04;
}

.gallery-grid-item:nth-of-type(5) {
  grid-area: item05;
}

.gallery-grid-item:nth-of-type(6) {
  grid-area: item06;
}

.gallery-grid-item:nth-of-type(7) {
  grid-area: item07;
}

.gallery-grid-item:nth-of-type(8) {
  grid-area: item08;
}

.gallery-grid-item:nth-of-type(9) {
  grid-area: item09;
}

.gallery-grid-item:nth-of-type(10) {
  grid-area: item10;
}

.gallery-grid-item:nth-of-type(11) {
  grid-area: item11;
}

.gallery-grid-item:nth-of-type(12) {
  grid-area: item12;
}

.gallery-grid-item:nth-of-type(13) {
  grid-area: item13;
}

.gallery-grid-item:nth-of-type(14) {
  grid-area: item14;
}

.gallery-grid-item:nth-of-type(15) {
  grid-area: item15;
}

.gallery-grid-item:nth-of-type(16) {
  grid-area: item16;
}

.gallery-grid-item:nth-of-type(17) {
  grid-area: item17;
}

.gallery-grid-item:nth-of-type(18) {
  grid-area: item18;
}

.gallery-grid-item:nth-of-type(19) {
  grid-area: item19;
}

.gallery-grid-item:nth-of-type(20) {
  grid-area: item20;
}

.gallery-grid-item:nth-of-type(21) {
  grid-area: item21;
}

.gallery-grid-item:nth-of-type(22) {
  grid-area: item22;
}

.gallery-grid-item:nth-of-type(23) {
  grid-area: item23;
}

.gallery-grid-item:nth-of-type(24) {
  grid-area: item24;
}

.gallery-grid-item:nth-of-type(25) {
  grid-area: item25;
}

.gallery-grid-item:nth-of-type(26) {
  grid-area: item26;
}

.gallery-grid-item:nth-of-type(3) .text,
.gallery-grid-item:nth-of-type(4) .text,
.gallery-grid-item:nth-of-type(7) .text,
.gallery-grid-item:nth-of-type(13) .text,
.gallery-grid-item:nth-of-type(17) .text,
.gallery-grid-item:nth-of-type(20) .text,
.gallery-grid-item:nth-of-type(22) .text,
.gallery-grid-item:nth-of-type(25) .text {
  width: 100%;
  position: absolute;
  top: 10px;
  padding-right: 20px;
  text-align: right;
}
.gallery-grid-item:nth-of-type(3) .text::before,
.gallery-grid-item:nth-of-type(4) .text::before,
.gallery-grid-item:nth-of-type(7) .text::before,
.gallery-grid-item:nth-of-type(13) .text::before,
.gallery-grid-item:nth-of-type(17) .text::before,
.gallery-grid-item:nth-of-type(20) .text::before,
.gallery-grid-item:nth-of-type(22) .text::before,
.gallery-grid-item:nth-of-type(25) .text::before {
  content: "";
  width: calc(100% - 125.45px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: #fff;
}

.gallery-grid-item:nth-of-type(6) .text,
.gallery-grid-item:nth-of-type(9) .text,
.gallery-grid-item:nth-of-type(23) .text {
  height: 100%;
  position: absolute;
  left: 10px;
  padding-top: 20px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.gallery-grid-item:nth-of-type(6) .text::before,
.gallery-grid-item:nth-of-type(9) .text::before,
.gallery-grid-item:nth-of-type(23) .text::before {
  content: "";
  width: 1px;
  height: calc(100% - 125.45px);
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background-color: #fff;
}

.gallery-grid-item:nth-of-type(1) .text,
.gallery-grid-item:nth-of-type(2) .text,
.gallery-grid-item:nth-of-type(8) .text,
.gallery-grid-item:nth-of-type(14) .text,
.gallery-grid-item:nth-of-type(15) .text,
.gallery-grid-item:nth-of-type(18) .text,
.gallery-grid-item:nth-of-type(21) .text,
.gallery-grid-item:nth-of-type(26) .text {
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding-left: 20px;
}
.gallery-grid-item:nth-of-type(1) .text::before,
.gallery-grid-item:nth-of-type(2) .text::before,
.gallery-grid-item:nth-of-type(8) .text::before,
.gallery-grid-item:nth-of-type(14) .text::before,
.gallery-grid-item:nth-of-type(15) .text::before,
.gallery-grid-item:nth-of-type(18) .text::before,
.gallery-grid-item:nth-of-type(21) .text::before,
.gallery-grid-item:nth-of-type(26) .text::before {
  content: "";
  width: calc(100% - 125.45px);
  height: 1px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #fff;
}

.gallery-grid-item:nth-of-type(10) .text {
  height: 100%;
  position: absolute;
  right: 10px;
  padding-top: 20px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.gallery-grid-item:nth-of-type(10) .text::before {
  content: "";
  width: 1px;
  height: calc(100% - 125.45px);
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background-color: #fff;
}

.gallery-grid-item:nth-of-type(24) .text {
  width: 100%;
  position: absolute;
  top: 10px;
  padding-left: 20px;
}
.gallery-grid-item:nth-of-type(24) .text::before {
  content: "";
  width: calc(100% - 125.45px);
  height: 1px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #fff;
}

.gallery-space01 {
  border: 1px solid #111111;
  position: relative;
}
.gallery-space01 p {
  padding-top: 10px;
  padding-left: 7px;
  display: flex;
  justify-content: end;
  align-items: end;
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-color: #f3f1f1;
  text-align: right;
  font-size: 25px;
  line-height: 1.48em;
  letter-spacing: 0.025em;
}

.gallery-space02 {
  position: relative;
  background-color: #f8eee4;
}
.gallery-space02 p {
  padding: 10px 0 10px 16px;
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f3f1f1;
  text-align: right;
  font-size: 25px;
  line-height: 1.48em;
  letter-spacing: 0.025em;
}

.gallery-space04 {
  border-top: 1px solid rgba(17, 17, 17, 0.5);
  position: relative;
}
.gallery-space04::before {
  content: "";
  width: 1px;
  height: 141.4213562373%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  background-color: rgba(17, 17, 17, 0.5);
}
.gallery-space04::after {
  content: "";
  width: 1px;
  height: 8%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.5);
}

.gallery-space05 {
  padding-top: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}
.gallery-space05 .head {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 32px;
  text-align: right;
}
.gallery-space05 .head::before {
  content: "";
  width: 140px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #111111;
}
.gallery-space05 .space-shop {
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.gallery-space05 .space-shop:nth-of-type(2) {
  margin-top: 158px;
}
.gallery-space05 .space-shop:nth-of-type(2) .space-shop__head::after {
  content: "";
  width: 137px;
  height: 181px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
.gallery-space05 .space-shop__head {
  width: 23px;
  margin-left: 16px;
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.gallery-space05 .space-shop__content {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.gallery-space05 .space-shop__content .text {
  width: 18px;
  position: static;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
}
.gallery-space05 .space-shop__content a {
  text-decoration: underline;
}

/*================================
	施工事例詳細ページ
=================================*/
.works-detail .product-mv-text {
  display: flex;
  flex-direction: column;
  row-gap: 72px;
  justify-content: center;
}
.works-detail .works-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #111111;
  font-size: 32px;
}
.works-detail .splide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.works-gallery-wrap {
  margin-top: 80px;
  display: flex;
  column-gap: 40px;
}
.works-gallery-wrap li {
  width: 290px;
  height: 340px;
}
.works-gallery-wrap li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-gallery-wrap .works-gallery-slide li {
  width: 100%;
  height: 100%;
}
.works-gallery-wrap__col-l {
  width: 51.724%;
  height: 600px;
}
.works-gallery-wrap__col-r {
  width: 48.276%;
}
.works-gallery-wrap__col-r .text {
  margin-top: 40px;
  line-height: 1.71em;
}
.works-gallery-wrap .works-gallery-slide-thumbnail {
  height: 340px;
}
.works-gallery-wrap .works-gallery-slide-thumbnail .splide__arrow {
  width: 32px;
  height: 32px;
}
.works-gallery-wrap .lightbox {
  display: none;
  width: 100%;
  height: 100%;
  padding: 40px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(17, 17, 17, 0.8);
}
.works-gallery-wrap .lightbox__inner {
  width: 100vw;
  max-width: 1200px;
  height: 80vh;
  max-height: 800px;
  position: relative;
}
.works-gallery-wrap .lightbox__inner .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  fill: #fff;
  cursor: pointer;
}
.works-gallery-wrap .lightbox.visible {
  display: flex;
}
.works-gallery-wrap .lightbox .splide {
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #fff;
}
.works-gallery-wrap .lightbox .splide .splide__arrow {
  z-index: 2;
}
.works-gallery-wrap .lightbox .splide .splide__track {
  height: 100%;
}
.works-gallery-wrap .lightbox .splide .splide__pagination li {
  width: auto;
  height: auto;
}
.works-gallery-wrap .lightbox .splide .splide__pagination button {
  background-color: #aaaaaa;
}
.works-gallery-wrap .lightbox .splide .splide__slide {
  width: 100%;
}
.works-gallery-wrap .lightbox .splide .splide__slide img {
  object-fit: contain;
}

.works-pickup-wrap {
  margin-top: 50px;
}
.works-pickup-wrap .splide__arrow {
  width: 32px;
  height: 32px;
}

.pickup-head {
  height: 440px;
  display: flex;
  background-color: #fff;
}
.pickup-head__col-l {
  width: 62.5%;
}
.pickup-head__col-r {
  width: 37.5%;
  padding: 50px 29px 26px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.works-pickup__text {
  margin-top: 24px;
  line-height: 1.5em;
}

.works-pickup-slide {
  height: 100%;
}
.works-pickup-slide li {
  width: 100%;
  height: 440px;
}

.works-pickup-slide-thumbnail ul {
  align-items: end;
}
.works-pickup-slide-thumbnail .splide__track--nav > .splide__list > .splide__slide {
  width: 80px;
  height: 80px;
  border: 0.5px solid #111111;
  transition: all 0.4s;
}
.works-pickup-slide-thumbnail .splide__track--nav > .splide__list > .splide__slide.is-active {
  width: 100px;
  height: 100px;
  border: 2px solid #111111;
}

.works-pickup-item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.works-pickup-item-wrap li {
  width: 20%;
  height: 380px;
  padding: 24px;
  background-color: #fff;
}
.works-pickup-item-wrap li a {
  width: 100%;
  height: 100%;
  display: block;
}
.works-pickup-item-wrap li .image-wrap {
  width: 100%;
  height: 200px;
}
.works-pickup-item-wrap li .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-pickup-item-wrap .product-list-text {
  margin-top: 20px;
  position: static;
}
.works-pickup-item-wrap .product-list-text__name {
  margin-top: 8px;
}
.works-pickup-item-wrap .product-list-text__price {
  width: auto;
  padding-top: 16px;
  position: static;
  border-top: none;
}

@media screen and (max-width: 1919px) {
  body {
    font-size: clamp(12px, 0.9vw, 14px);
  }
  .header .inner {
    width: 100%;
    max-width: 1440px;
  }
  .bg-box02 {
    padding: 6vw;
  }
  .header-main-menu {
    font-size: min(1.3vw, 20px);
  }
  .header-main-menu li {
    padding-left: min(2.2vw, 32px);
    padding-right: min(2.2vw, 32px);
  }
  .header-ec-menu__list {
    padding-left: min(2.2vw, 32px);
    padding-right: min(2.2vw, 32px);
  }
  .header-ec-menu__list.--cart {
    width: min(7.9vw, 107px);
  }
  .ec-menu-parent .ec-menu-children {
    width: max(18vw, 260px);
  }
  .ec-menu-item__icon-wrap {
    width: min(2.2vw, 32px);
    height: min(2.2vw, 32px);
  }
  .cart-badge .icon {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .mega-menu-item__head .lead {
    font-size: 3.1vw;
    line-height: 77px;
  }
  .mega-menu-item__head .text {
    padding-bottom: 0;
    font-size: 1vw;
    line-height: 62px;
  }
  .all-menu {
    width: 37.5vw;
    height: calc(100vh - 72px);
    padding: 4vw;
  }
  .all-menu-wrap__head {
    font-size: max(1.2vw, 16px);
  }
  .back-to-top {
    height: 56px;
    line-height: 56px;
  }
  .footer__main,
  .footer__cta,
  .footer__link {
    padding: 24px 0;
  }
  .footer-logo {
    width: 140px;
    height: 56px;
  }
  .footer-menu-category {
    column-gap: 5vw;
  }
  .footer-menu-category__lead {
    font-size: 1.6vw;
  }
  .footer-menu-list {
    height: 120px;
    font-size: 12px;
  }
  .all-menu-sns .footer-sns-link .icon {
    max-width: 2.6vw;
  }
  .footer-cta-wrap {
    height: 160px;
  }
  .footer-cta-text__lead {
    font-size: 14px;
  }
  .footer-cta-text__link {
    font-size: 20px;
  }
  .footer-cta-text__link .icon-tel {
    width: 16px;
    height: 16px;
  }
  .footer-cta-text .contact-btn {
    font-size: 12px;
  }
  .footer-sns-link {
    column-gap: 2vw;
  }
  .footer-policy-link {
    font-size: 12px;
  }
  .inner {
    max-width: 1440px;
    min-width: 1080px;
  }
  .heading-design01__lead {
    font-size: 2.5vw;
  }
  .heading-design01__caption {
    font-size: 1vw;
  }
  .contact-btn {
    padding: 10px 24px;
  }
  .main-visual {
    height: 40vh;
    max-height: 720px;
    min-height: 480px;
    column-gap: 15px;
    border-width: 15px;
  }
  .mv-catch {
    padding: 0 60px 60px;
  }
  .mv-catch__text {
    font-size: 3vw;
  }
  .mv-banner-wrap {
    row-gap: 12px;
  }
  .mv-banner-text {
    padding-left: 48px;
  }
  .mv-banner-text__heading {
    font-size: 2vw;
  }
  .mv-banner-text__sub-heading {
    font-size: 1vw;
  }
  .top-works-heading__lead {
    font-size: 2.5vw;
  }
  .top-works-heading__caption {
    font-size: 0.9vw;
  }
  .works-slide {
    padding-top: 37.5px;
    padding-right: 42px;
  }
  .works-slide__num {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
  .works-slide__image-wrap {
    width: 12.5vw;
    height: 14.5vw;
    min-width: 180px;
    min-height: 208.8px;
  }
  .works-slide__text {
    font-size: 10px;
    top: 64px;
  }
  .category-sidebar {
    width: 24%;
    min-width: auto;
  }
  .category-sidebar__heading {
    font-size: 14px;
  }
  .products-wrap .inner {
    column-gap: 3vw;
  }
  .products-wrap .product-main {
    width: 76%;
  }
  .item-intro-deisgn01__image-wrap {
    height: 22vw;
  }
  .pickup-items-wrap .category-items-wrap .category-slide-list {
    width: 12vw;
    min-width: 120px;
  }
  .pickup-items-wrap .category-items-wrap .category-slide-list__image-wrap {
    width: 12vw;
    min-width: 120px;
    height: 12vw;
    min-height: 120px;
  }
  .category-slide-list {
    width: 10vw;
    min-width: 100px;
  }
  .category-slide-list__image-wrap {
    width: 10vw;
    min-width: 100px;
    height: 10vw;
    min-height: 100px;
  }
  .category-slide-list__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .product-list-text__price {
    font-size: 16px;
  }
  /*========商品一覧 1080~1919 ========*/
  .product-mv .image-wrap {
    width: 40%;
  }
  .product-list {
    gap: 2vw;
  }
  .product-list__item {
    width: calc((100% - 4vw) / 3);
  }
  .product-list__item .image-wrap {
    height: 16vw;
  }
  /*========商品詳細 1080~1919 ========*/
  .related-list-wrap li {
    width: calc((100% - 120px) / 5);
  }
  .related-list-wrap .image-wrap {
    height: 14vw;
    max-height: 216px;
  }
  .related-list-wrap .product-list-text {
    padding: 12px;
  }
  .detail-slider .main-image {
    height: 40vw;
    max-height: 620px;
  }
  .detail-slider .splide__arrow {
    top: min(18vw, 280px);
  }
  .product-detail-block__info {
    min-width: 420px;
  }
  /*========カート 1080~1919 ========*/
  .cart-board {
    padding: 4.2vw;
  }
  .cart-product-item {
    column-gap: 2vw;
  }
  .cart-product-item .image-wrap {
    width: 11vw;
    height: 11vw;
    min-width: 120px;
    min-height: 120px;
  }
  .cart-product-total .content {
    width: auto;
    min-width: 120px;
  }
  /*======== 購入 1080~1919 ========*/
  .purchase-wrap .cart-product-total .content {
    width: 8.5vw;
    min-width: auto;
  }
  .shopping-wrap .cart-product-total .content {
    min-width: auto;
    width: 100px;
  }
  .shopping-wrap .cart-price-wrap .content {
    width: 160px;
  }
  /*======== ヒストリー 1080~1919 ========*/
}
@media screen and (max-width: 1439px) {
  .inner {
    width: 100%;
    max-width: 1440px;
    min-width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .mv-catch__button {
    width: 140px;
    margin-right: 20px;
    font-size: 24px;
  }
  .main-visual__video:hover .mv-catch__button {
    width: 160px;
  }
  /*======== ヒストリーページ 1080~1439 ========*/
  #page_history .header .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .splide-about-history {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .history-text-content .h2-design {
    font-size: 24px;
  }
  .history-text-content .catch {
    font-size: 3vw;
  }
  .showroom-card .lead {
    font-size: 20px;
  }
  .history-experience ul {
    padding-left: 20px;
    padding-right: 20px;
    column-gap: 24px;
  }
  .history-experience .col-r {
    padding-left: 20px;
  }
  .history-experience .history-text-content {
    width: 100%;
  }
  .history-experience .link-list dt {
    width: 160px;
    font-size: 12px;
  }
  .history-experience .link-list dd {
    margin-left: 20px;
    font-size: 10px;
  }
  .history-experience .link-list .icon {
    margin-left: 12px;
  }
  .link-card-design {
    height: 28vw;
  }
  /*======== 施工事例 1080~1439 ========*/
  .gallery-grid-wrap {
    grid-template-rows: repeat(11, calc((92vw - 80px) / 5));
    grid-template-columns: repeat(5, calc((92vw - 80px) / 5));
  }
  .gallery-space05 .head {
    font-size: 24px;
  }
  .gallery-space05 .head::before {
    width: 120px;
  }
  .gallery-space05 .space-shop:nth-of-type(2) {
    margin-top: 110px;
  }
  .gallery-space05 .space-shop:nth-of-type(2) .space-shop__head::after {
    width: calc((92vw - 80px) / 5 - 80px);
    height: 140px;
  }
  .gallery-space05 .space-shop__head {
    width: 20px;
    margin-left: 6px;
    font-size: 16px;
  }
  .gallery-space05 .space-shop__content {
    row-gap: 0;
  }
  .gallery-space05 .space-shop__content .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1079px) {
  body {
    padding-top: 55px;
  }
  .header {
    height: 55px;
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .header__logo {
    width: 87.7px;
  }
  .header__menu {
    display: none;
  }
  .search-box {
    display: none;
  }
  .header-ec-menu__list:first-of-type {
    padding-right: 2.2vw;
    border-right: 1px solid rgba(17, 17, 17, 0.5);
  }
  .header-ec-menu__list.--search {
    display: block;
  }
  .header-ec-menu__list.--search .ec-menu-item__icon-wrap {
    padding: 8.3px;
  }
  .header-ec-menu__list.--help {
    display: none;
  }
  .header-ec-menu__list.--mypage .ec-menu-item__icon-wrap {
    padding: 4px 6px 5.7px;
  }
  .header-ec-menu__list.--cart {
    width: auto;
  }
  .ec-menu-item__icon-wrap {
    width: 32px;
    height: 32px;
  }
  .ec-menu-item__text {
    display: none;
  }
  .cart-badge {
    width: auto;
  }
  .cart-badge .icon {
    width: 32px;
    height: 32px;
    padding: 5.5px 5px;
  }
  .search-box__icon {
    width: 100%;
    height: 100%;
    fill: rgba(17, 17, 17, 0.8);
    display: block;
    position: static;
    transform: none;
  }
  .hamburger-wrap__text {
    display: none;
  }
  .all-menu {
    height: calc(100vh - 55px);
  }
  .footer-menu-category {
    column-gap: 16px;
  }
  .footer-menu-category__lead {
    font-size: 20px;
  }
  .inner {
    max-width: 1280px;
    width: 100%;
  }
  .main-visual {
    height: 35vh;
    min-height: 300px;
    max-height: 400px;
    min-height: auto;
  }
  .mv-catch {
    padding: 40px;
  }
  .mv-catch__text {
    font-size: 2.8vw;
  }
  .mv-catch__button {
    width: 120px;
    font-size: 2vw;
  }
  .main-visual__video:hover .mv-catch__button {
    width: 140px;
  }
  .mv-banner-text {
    padding-left: 24px;
  }
  .mv-banner-text__sub-heading {
    font-size: 10px;
  }
  .category-sidebar__heading {
    font-size: 1.7vw;
  }
  .top-works-heading__lead {
    font-size: 40px;
  }
  .top-works-heading__caption {
    font-size: 14px;
  }
  .works-slide__text {
    top: 64px;
  }
  /*========商品詳細 769~1079 ========*/
  .page-product-detail .breadcrumb {
    padding-top: 0;
  }
  .related-list-wrap {
    gap: 40px 20px;
  }
  .related-list-wrap li {
    width: calc((100% - 60px) / 4);
  }
  .related-list-wrap .image-wrap {
    height: 17vw;
  }
  .product-list-text__price {
    width: calc(100% - 24px);
    padding-top: 8px;
  }
  .cart-product-total .lead {
    font-size: 12px;
  }
  .cart-product-total .quantity-btn.--no-input {
    height: 100%;
    align-items: baseline;
  }
  .cart-product-total .quantity-btn.--no-input .quantity-btn__button {
    width: 3vw;
    height: 3vw;
  }
  .cart-product-total .quantity-btn.--no-input .quantity-btn__num {
    height: 3vw;
    padding: 0 16px;
  }
  .cart-product-info .item-info__supplement {
    font-size: 10px;
  }
  .cart-product-info .item-info__item-name {
    font-size: 20px;
  }
  .cart-product-info .item-info__price {
    font-size: 12px;
  }
  /*======== 購入 769~1080 ========*/
  .page-shopping.mt-100 {
    margin-top: 60px;
  }
  .page-shopping .heading-design02 {
    font-size: 16px;
  }
  .shopping-form {
    margin-top: 60px;
  }
  .shopping-form .ec-orderRole .bg-box {
    padding: 20px 8px;
  }
  .shopping-form .ec-orderRole__summary {
    margin-left: 12px;
  }
  .purchase-wrap .cart-product-total .content {
    width: 15vw;
    min-width: auto;
    max-width: calc(100% - 106px);
  }
  .purchase-wrap .cart-price-total .content {
    font-size: 20px;
  }
  .purchase-wrap .btn-cart {
    font-size: 14px;
  }
  /*======== 購入/お届け先編集 769~1080 ========*/
  .page-shipping .bg-box {
    padding: 20px;
  }
  .page-shipping .cart-board {
    padding: 20px;
  }
  .shopping-form .ec-orderRole__detail {
    width: 60%;
  }
  .shopping-form .ec-orderRole__summary {
    width: 40%;
  }
  .shopping-delivery-list .ec-borderedList .ec-imageGrid {
    column-gap: 24px;
  }
  .shopping-delivery-list .ec-borderedList .ec-imageGrid__img {
    width: 11vw;
    height: 11vw;
  }
  .shopping-delivery-list .ec-borderedList .cart-product-info-wrap {
    flex-direction: column;
    row-gap: 12px;
  }
  /*========マイページ 769~1079 ========*/
  .mypage-link {
    gap: 20px;
  }
  .mypage-link .link-btn-design01__lead {
    font-size: 16px;
  }
  /*======== マイページ/取り置き 769~1079 ========*/
  .mypage-reserve .favorite-detail-btn {
    width: 160px;
    min-width: auto;
  }
  .mypage-reserve .favorite-detail-btn .btn-cart {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }
  .mypage-reserve .favorite-detail-btn .btn-cart .icon {
    width: 14px;
    height: 14px;
  }
  .mypage-reserve .favorite-detail-btn .btn-secondary {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }
  .mypage-reserve .favorite-detail-btn .link-plane {
    width: 100%;
  }
  .mypage-reserve .item-info__supplement .en-font {
    font-size: 14px;
  }
  /*======== マイページ/お気に入り 769~1079 ========*/
  .favorite-list .history-item__image {
    width: 120px;
    height: 120px;
  }
  /*======== ヒストリーページ 769~1079 ========*/
  #page_history .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .history-about .sec01 {
    height: 800px;
    padding-top: 320px;
  }
  .splide-about-history {
    width: 65%;
  }
  .showroom-card .caption {
    font-size: 16px;
  }
  .history-gallery .flexbox {
    column-gap: 40px;
  }
  .history-gallery .col-l {
    padding-left: 40px;
  }
  .history-product-item .image-wrap {
    height: 240px;
  }
  .history-product-item .history-product-detail {
    padding: 20px;
  }
  /*======== 施工事例 769~1079 ========*/
  .gallery-space01 p,
  .gallery-space02 p {
    font-size: 2vw;
  }
  .gallery-space05 .head {
    font-size: 2vw;
  }
  .gallery-space05 .space-shop:nth-of-type(2) {
    margin-top: calc((92vw - 80px) / 8);
  }
  .gallery-space05 .space-shop:nth-of-type(2) .space-shop__head::after {
    width: calc((92vw - 80px) / 5 - 62px);
    height: calc((92vw - 80px) / 8 + 20px);
  }
  .gallery-space05 .space-shop__head {
    width: 14px;
    margin-left: 4px;
    font-size: 12px;
  }
  .gallery-space05 .space-shop__content .text {
    width: 14px;
    font-size: 10px;
  }
  /*======== 施工事例詳細 769~1079 ========*/
  .works-detail .heading-design01__lead {
    font-size: 32px;
  }
  .works-detail .heading-design01__caption {
    font-size: 14px;
  }
  .works-detail .works-title {
    font-size: 24px;
  }
  .pickup-head__col-l {
    width: 54%;
  }
  .pickup-head__col-r {
    width: 46%;
  }
  .works-pickup-item-wrap li {
    width: 25%;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  main {
    padding-bottom: 80px;
  }
  .header .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mega-menu-item__head {
    font-size: 24px;
  }
  .mega-menu-item__head .lead {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }
  .mega-menu-item__head .text {
    font-size: 12px;
    line-height: 40px;
  }
  .all-menu {
    width: 90vw;
    height: calc(100vh - 55px);
  }
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-full {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-design03.sp-only {
    display: flex;
  }
  .h1-design02 {
    margin-left: 20px;
  }
  .bg-box02 {
    padding: 0;
  }
  .bg-box03 {
    padding: 40px 20px;
  }
  .ec-modal .ec-modal-wrap {
    min-width: auto;
  }
  .ec-modal .btn-wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }
  .footer-menu-category > li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .footer-menu-list {
    height: auto;
  }
  .footer-cta-wrap {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    border-right: none;
    border-left: none;
  }
  .footer-cta-wrap::before {
    content: none;
  }
  .footer-cta-wrap__item {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer-cta-wrap__item:first-of-type {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  .footer-cta-text__lead {
    font-size: 18px;
    padding-bottom: 16px;
  }
  .footer-cta-text__link {
    font-size: 28px;
  }
  .footer-cta-text__link .icon-tel {
    width: 20px;
    height: 20px;
  }
  .footer-cta-text__caption a {
    text-decoration: underline;
  }
  .footer-menu-category {
    flex-direction: column;
  }
  .footer-policy-link {
    flex-direction: column;
    align-items: start;
    row-gap: 16px;
  }
  .footer-policy-link li {
    padding: 0;
    border: none;
  }
  .sp-full .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumb {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
    font-size: 12px;
  }
  .breadcrumb ol {
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 8px;
  }
  .breadcrumb li::after {
    left: calc(100% + 8px);
  }
  .h1-design01 {
    font-size: 18px;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .btn-design03 {
    padding-left: 20px;
    color: rgba(17, 17, 17, 0.5);
  }
  .btn-design03 a {
    border-color: rgba(17, 17, 17, 0.5);
  }
  .btn-design03 .icon {
    fill: rgba(17, 17, 17, 0.5);
  }
  .sp-full .count-text {
    padding-left: 20px;
  }
  .main-visual {
    height: auto;
    max-height: 100%;
    padding-bottom: 48px;
    border: none;
    display: block;
    position: relative;
  }
  .main-visual__video {
    width: 100%;
    height: 447px;
    padding-bottom: 147px;
  }
  .mv-catch {
    padding: 30px 5.3vw;
    display: block;
    position: static;
  }
  .mv-catch__text {
    color: #111111;
    font-size: 28px;
  }
  .mv-catch__button {
    width: 134px;
    height: 31px;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 280px;
    right: 5.3vw;
    transform: translateY(-100%);
    border: 1px solid #fff;
    line-height: 19px;
    font-size: 16px;
  }
  .mv-catch__button::after {
    content: none;
  }
  .mv-catch__button .icon {
    width: 20px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    fill: #fff;
  }
  .main-visual__video:hover .mv-catch__button {
    width: 134px;
  }
  .main-visual__banner.splide .splide__track .mv-banner-wrap.splide__list {
    flex-direction: row;
  }
  .main-visual__banner {
    width: 100%;
    max-width: 100%;
    height: 120px;
  }
  .top-works-heading {
    display: block;
  }
  .mv-banner-item {
    width: 100%;
    min-width: 315px;
  }
  .mv-banner-text {
    padding-left: 0;
    text-align: center;
  }
  .mv-banner-text__heading {
    font-size: 26px;
  }
  .mv-banner-text__sub-heading {
    font-size: 18px;
  }
  .login-board {
    padding: 40px 20px;
  }
  .form-wrap .flexbox.--col2 {
    column-gap: 15px;
  }
  .form-wrap .flexbox.--col2 > * {
    width: 47.25%;
  }
  .radio-wrap.sp-block > div {
    flex-direction: column;
    align-items: start;
    row-gap: 12px;
  }
  .radio-wrap > div {
    flex-wrap: wrap;
  }
  .signup-wrap {
    padding-top: 40px;
  }
  .form-wrap .w50 > * {
    width: 100%;
  }
  .forgot-wrap.inner {
    padding: 0;
  }
  .forgot-wrap.mt-120 {
    margin-top: 40px;
  }
  .login-wrap .login-input__item {
    height: auto;
    display: block;
    text-align: left;
  }
  .login-wrap .login-input__item label {
    margin-bottom: 8px;
    padding: 0;
    background-color: transparent;
    color: #111111;
  }
  .login-board.--register .text {
    font-size: 16px;
  }
  /*======== TOPページ ~768 ========*/
  .top-works {
    margin-top: 80px;
  }
  .top-works .splide__pagination {
    width: 240px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
  .top-works .splide__pagination li {
    width: 100%;
  }
  .top-works .splide__pagination .splide__pagination__page {
    width: 100%;
  }
  .top-works-heading {
    padding-left: 24px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }
  .top-works-heading::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #111111;
  }
  .top-works-heading__lead {
    font-size: 32px;
  }
  .top-works-heading__lead span {
    position: relative;
  }
  .top-works-heading__lead span::before {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    top: 25.5px;
    left: calc(100% + 5px);
    background-color: #111111;
  }
  .top-works-heading__caption {
    font-size: 14px;
  }
  .works-slide {
    padding-right: 0;
  }
  .works-slide__text {
    display: none;
  }
  .works-slide__image-wrap {
    width: 240px;
    height: 280px;
  }
  .pickup-items-wrap {
    padding: 40px 0;
  }
  .pickup-items-wrap .heading-design01 {
    margin-left: 25px;
    padding-left: 24px;
    margin-bottom: 25px;
  }
  .pickup-items-wrap .category-items-wrap {
    margin-top: 70px;
  }
  .heading-design01__lead {
    font-size: 32px;
  }
  .heading-design01__caption {
    margin-top: 10px;
    font-size: 14px;
  }
  .item-intro-deisgn01__image-wrap {
    height: 250px;
  }
  .item-intro-deisgn01__text {
    margin-top: 20px;
    padding: 0 25px;
  }
  .item-intro-deisgn01__text .text {
    margin-top: 16px;
    line-height: 1.75em;
    font-size: 12px;
  }
  .category-items-wrap {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 103px;
    position: relative;
  }
  .category-items-wrap__heading {
    margin-left: 20px;
    margin-right: 25px;
    padding-bottom: 0;
    border: none;
  }
  .category-items-wrap .lead {
    padding-left: 14px;
  }
  .category-items-wrap .link-txt {
    width: 200px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    border: 1px solid #111111;
    font-size: 12px;
    color: #111111;
  }
  .pickup-items-wrap .category-items-wrap {
    padding-bottom: 93px;
    position: relative;
    background-color: transparent;
  }
  .pickup-items-wrap .category-items-wrap .link-txt {
    bottom: 0;
  }
  .pickup-items-wrap .category-items-wrap__heading {
    margin-left: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #111111;
  }
  .pickup-items-wrap .category-items-wrap .category-slide-list {
    width: 200px;
  }
  .pickup-items-wrap .category-items-wrap .category-slide-list__image-wrap {
    width: 100%;
    height: 200px;
  }
  .pickup-items-wrap .category-slide-list .product-list-text {
    min-height: 105px;
    margin-top: 20px;
  }
  .pickup-items-wrap .category-slide-list .product-list-text__name {
    margin-top: 4px;
  }
  .category-slide-list {
    width: 187px;
  }
  .category-slide-list__image-wrap {
    width: 100%;
    height: 187px;
  }
  .category-slide-list .product-list-text {
    margin-top: 0;
    padding: 10px 10px 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .category-slide-list .product-list-text__name {
    margin-top: 8px;
  }
  .category-slide-list .product-list-text__price {
    bottom: 20px;
    border: none;
  }
  .top-product .category-slide-list .product-list-text {
    min-height: 144px;
  }
  .top-product .category-slide-list .product-list-text__price {
    bottom: 20px;
  }
  /*======== 商品ページ ~768 ========*/
  .product-mv {
    margin-top: 0;
    flex-direction: column-reverse;
  }
  .product-mv .image-wrap {
    width: 100%;
    height: 160px;
  }
  .product-mv-text {
    padding: 20px;
  }
  .product-mv-text__lead {
    font-size: 24px;
  }
  .product-mv-text__category-num {
    margin-top: 4px;
    font-size: 18px;
  }
  .product-mv-text__category-num span {
    font-size: 14px;
  }
  .product-mv-text__text {
    font-size: 12px;
  }
  .category-sidebar {
    display: none;
  }
  .products-wrap .product-main {
    width: 100%;
  }
  .product-list {
    gap: 0;
  }
  .product-list__item {
    width: 25%;
  }
  .product-list__item .image-wrap {
    height: 25vw;
  }
  .product-list__item:nth-of-type(n) {
    border-right: 1px solid rgba(17, 17, 17, 0.1);
  }
  .product-list .product-list-text {
    height: 118px;
    min-height: auto;
    padding: 10px;
    position: relative;
    font-size: 12px;
  }
  .product-list .product-list-text__name {
    margin-top: 8px;
    padding-bottom: 8px;
  }
  .product-list .product-list-text__price {
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    bottom: 10px;
    border-top: none;
  }
  .sp-full .ec-searchnavRole {
    padding-left: 0;
    padding-right: 0;
  }
  .sp-full .ec-topicpath {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-full .ec-searchnavRole__infos {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*======== 商品詳細 ~768 ========*/
  .page-product-detail {
    padding: 0;
  }
  .page-product-detail .product-detail-wrap {
    margin-top: 0;
  }
  .page-product-detail .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-product-detail .btn-design03 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-detail-block {
    margin-top: 24px;
    display: block;
  }
  .product-detail-block__image {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-detail-block__info {
    width: 100%;
    min-width: auto;
    margin-top: 40px;
    padding: 40px 0px;
  }
  .detail-slider .main-image {
    height: 335px;
  }
  .detail-slider .splide__arrow {
    top: 167.5px;
    transform: translateY(-50%);
  }
  .detail-slider .splide__arrow--prev {
    transform: translate(-50%, -50%);
  }
  .detail-slider .splide__arrow--next {
    transform: translate(50%, -50%);
  }
  .detail-slider .thumbnails {
    margin-top: 14px;
    gap: 14px;
  }
  .detail-slider .thumbnail {
    width: calc((100% - 56px) / 5);
    height: 15vw;
  }
  .product-detail-text .item-info {
    row-gap: 8px;
  }
  .product-detail-text__text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-detail-text .item-detail-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-info__item-name {
    margin-top: 8px;
    font-size: 20px;
  }
  .item-info__price {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .item-info__price span {
    font-size: 20px;
  }
  .item-info__quantity {
    margin-top: 16px;
  }
  .item-info__note {
    font-size: 12px;
  }
  .quantity-btn-wrap {
    align-items: end;
    line-height: 1.5em;
  }
  .quantity-btn {
    height: 44px;
    border: none;
    column-gap: 8px;
    font-size: 16px;
  }
  .quantity-btn__button {
    width: 44px;
    height: 44px;
    background-color: rgba(17, 17, 17, 0.5);
  }
  .quantity-btn__button:hover {
    background-color: rgba(17, 17, 17, 0.75);
  }
  .quantity-btn__button:disabled {
    background-color: rgba(17, 17, 17, 0.1);
  }
  .quantity-btn .icon {
    fill: #fff;
  }
  .quantity-btn input[type=number].quantity-btn__num {
    border: 1px solid rgba(17, 17, 17, 0.5);
    font-size: 20px;
  }
  .product-detail-button {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .product-detail-button .flexbox {
    margin-top: 14px;
  }
  .product-detail-button .flexbox button {
    width: 100%;
    padding: 16px 0;
  }
  .product-detail-button .flexbox .btn-outline-wrap {
    width: 100%;
  }
  .product-detail-button .flexbox .btn-fav-wrap,
  .product-detail-button .flexbox .btn-outline-wrap + .btn-fav-wrap {
    width: 100%;
    height: 56px;
  }
  .product-detail-button .flexbox .btn-fav {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .product-detail-button .flexbox .btn-fav p {
    display: none;
  }
  .product-detail-button .flexbox .btn-fav .heart-icon {
    margin-left: 0;
    background-color: transparent;
  }
  .product-detail-button .flexbox .btn-fav .heart-icon .icon {
    width: 22px;
    height: 20px;
    fill: #fff;
  }
  .product-detail-tag p {
    padding-left: 20px;
  }
  .tag-list-wrap {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 80px;
    overflow: scroll;
  }
  .tag-list {
    height: auto;
    padding-right: 20px;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .tag-list a {
    white-space: nowrap;
  }
  .tag-list li {
    position: relative;
  }
  .tag-list li:last-child::after {
    content: "";
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .product-detail-related:nth-of-type(3) {
    margin-top: 40px;
  }
  .product-detail-related .category-items-wrap {
    padding-bottom: 40px;
  }
  .related-list-wrap {
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: nowrap;
    column-gap: 14px;
    overflow: scroll;
  }
  .related-list-wrap li {
    width: 150px;
  }
  .related-list-wrap .image-wrap {
    width: 150px;
    height: 150px;
  }
  .related-list-wrap .product-list-text {
    min-height: 80px;
    padding: 0;
    margin-top: 8px;
    background-color: transparent;
  }
  .related-list-wrap .product-list-text__code {
    display: none;
  }
  .related-list-wrap .product-list-text__name {
    line-height: 1.42em;
  }
  .related-list-wrap .product-list-text__price {
    width: 100%;
    padding-top: 8px;
    bottom: 0;
  }
  /*======== カート ~768 ========*/
  .page-cart .sp-only {
    display: flex;
  }
  .page-cart .btn-design03 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
  }
  .cart-wrap .h1-design01 {
    margin-top: 0;
  }
  .cart-board {
    margin-top: 24px;
    padding: 0;
    background-color: transparent;
  }
  .cart-product-wrap {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .cart-product-wrap .heading-design02 {
    display: none;
  }
  .cart-product-item {
    column-gap: 32px;
  }
  .cart-product-item .image-wrap {
    width: 18vw;
    height: 18vw;
    min-width: 70px;
    min-height: 70px;
  }
  .cart-product-info-wrap {
    padding-bottom: 40px;
    flex-direction: column;
  }
  .cart-product-info-wrap__delete {
    right: 0;
    font-weight: 700;
  }
  .cart-product-info .item-info__supplement {
    font-size: 12px;
  }
  .cart-product-info .item-info__item-name {
    margin-top: 4px;
  }
  .cart-product-total .quantity-btn.--no-input .quantity-btn__button {
    width: 32px;
    height: 32px;
  }
  .cart-product-total .quantity-btn.--no-input .quantity-btn__num {
    padding: 0 12px;
    height: 100%;
  }
  .cart-price-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart-price-wrap .lead {
    width: 88px;
    flex-grow: 0;
  }
  .cart-price-wrap .heading-design02.flexbox {
    flex-direction: column;
    align-items: start;
    row-gap: 16px;
  }
  .cart-price-total .lead {
    font-size: 16px;
  }
  .cart-btn-wrap {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .cart-btn-wrap .btn-cancel {
    height: auto;
    margin-top: 20px;
    padding: 0;
    background-color: transparent;
    color: rgba(17, 17, 17, 0.5);
    text-decoration: underline;
  }
  .cart-btn-wrap .btn-cancel .icon {
    display: none;
  }
  /*======== 購入 ~768 ========*/
  .page-shopping.mt-100 {
    margin-top: 24px;
  }
  .page-shopping .btn-design03 {
    padding-left: 20px;
    margin-bottom: 32px;
  }
  .page-shopping .btn-design03.sp-only {
    display: flex;
  }
  .page-shopping .shopping-wrap {
    padding: 0;
  }
  .shopping-form {
    margin-top: 32px;
  }
  .shopping-form .ec-orderRole {
    display: block;
  }
  .shopping-form .ec-orderRole__detail {
    width: 100%;
  }
  .shopping-form .ec-orderRole__summary {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding: 20px;
  }
  .shopping-form .ec-orderRole .bg-box {
    padding: 40px 20px;
    background-color: #fff;
  }
  .shopping-form .ec-orderRole .bg-box.ec-orderRole__summary {
    padding: 2px 20px 12px;
  }
  .shopping-form .ec-orderRole .shopping-wrap {
    padding: 0;
  }
  .purchase-wrap {
    padding: 0;
  }
  .purchase-wrap .cart-product-total .lead {
    font-size: 12px;
  }
  .purchase-wrap .cart-product-total .content {
    width: auto;
    font-size: 20px;
  }
  .purchase-wrap .btn-wrap {
    margin-top: 12px;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 12px;
  }
  .purchase-wrap .btn-cart {
    font-size: 12px;
    padding: 8px 12px;
  }
  .purchase-wrap .cart-price-total {
    width: 260px;
    margin: 0 auto;
  }
  .shopping-delivery-list .ec-borderedList .ec-imageGrid__img {
    min-width: 70px;
    min-height: 70px;
  }
  /*======== 購入/お届け先編集 ~768 ========*/
  .page-shipping .bg-box {
    margin-top: 24px;
    padding: 0px;
  }
  .page-shipping .cart-board {
    padding: 40px 20px;
  }
  .page-shipping .btn-design03 {
    display: flex;
  }
  .page-shipping .btn-secondary {
    padding: 8px 12px;
  }
  .page-shipping .btn-tertiary {
    width: auto;
    padding: 12px 16px;
    font-size: 12px;
  }
  .page-shipping .btn-tertiary .icon {
    width: 12px;
    height: 12px;
  }
  .page-shipping .ec-addressRole__actions {
    margin-top: 0;
  }
  .delivery-product {
    grid-template-areas: "image item" "delivery delivery";
    column-gap: 32px;
  }
  .delivery-product .image-wrap {
    width: 18vw;
    height: 18vw;
    min-width: 70px;
    min-height: 70px;
  }
  .delivery-product .cart-product-info-wrap {
    padding-bottom: 0;
  }
  .cart-product-item {
    margin-top: 0;
  }
  .shopping-delivery .ec-AddAddress__select {
    flex-direction: column;
    align-items: start;
  }
  .shopping-delivery .ec-AddAddress__selectAddress {
    width: 100%;
  }
  .shopping-delivery .ec-AddAddress__selectNumber {
    width: 100%;
    margin-top: 12px;
  }
  .shopping-delivery .ec-AddAddress__selectNumber .flexbox {
    column-gap: 0;
  }
  .shopping-delivery .ec-AddAddress__selectNumber input {
    width: 120px;
  }
  .shipping-address-list .ec-addressList__item {
    padding: 8px 0;
  }
  .shipping-address-list__item {
    padding: 0;
  }
  .shipping-address-list__item .ec-addressList__remove {
    padding: 8px;
  }
  .shipping-address-list__item .ec-addressList__address {
    padding: 8px;
  }
  /*======== 見積依頼 ~768 ========*/
  .page-estimate .cart-product-total .quantity-btn {
    height: 100%;
  }
  .page-estimate .cart-product-total .quantity-btn__button {
    width: 32px;
    height: 32px;
  }
  .page-estimate .cart-product-total .quantity-btn__num {
    min-width: auto;
    padding: 0 12px;
    height: 32px;
  }
  /*======== マイページ ~768 ========*/
  .btn-design03 .sp-only {
    display: flex;
  }
  .mypage-link {
    gap: 17px;
  }
  .mypage-link li {
    width: calc((100% - 17px) / 2);
    height: 120px;
  }
  .mypage-link .link-btn-design01__lead {
    padding-bottom: 0;
    font-size: 12px;
    text-align: center;
  }
  .mypage-link .link-btn-design01__lead:after {
    content: none;
  }
  .mypage-link .link-btn-design01__text {
    display: none;
  }
  .mypage-link .link-btn-design01 .icon-wrap {
    margin-bottom: 8px;
  }
  .mypage-detail .btn-design03 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
  }
  .mypage-detail .login-board {
    padding: 20px;
  }
  .mypage-detail .heading-design02 {
    font-size: 16px;
  }
  .mypage-detail .input-item {
    flex-direction: column;
    row-gap: 8px;
  }
  .mypage-detail .input-item .lead {
    color: rgba(17, 17, 17, 0.5);
  }
  .mypage-change .btn-design03 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
  }
  .mypage-change .mt-40 {
    margin-top: 24px;
  }
  .mypage-delivery .gray-board {
    padding: 0;
  }
  .deliver-list {
    flex-direction: column;
    row-gap: 24px;
    position: relative;
  }
  .deliver-list__name {
    width: 100%;
  }
  .deliver-list__name span {
    margin-right: 12px;
  }
  .deliver-list__btn .--edit,
  .deliver-list__btn .--delete {
    position: absolute;
  }
  .deliver-list__btn .--edit {
    top: 20px;
    right: 0;
  }
  .deliver-list__btn .--delete {
    bottom: 20px;
    left: 0;
  }
  /*======== マイページ/注文履歴 ~768 ========*/
  .mypage-history .bg-box02 {
    padding: 20px;
  }
  .history-list {
    padding: 20px 16px 28px;
  }
  .history-list__head {
    flex-direction: column;
  }
  .history-list__contents {
    flex-direction: column-reverse;
  }
  .history-list .cart-price-total .lead {
    font-size: 14px;
  }
  .history-item__image {
    width: 60px;
    height: 60px;
  }
  /*======== マイページ/注文履歴詳細 ~768 ========*/
  .deliver-detail .order-detail {
    flex-direction: column;
  }
  .deliver-detail .order-detail .lead {
    width: auto;
  }
  /*======== マイページ/取り置き 769~1079 ========*/
  .mypage-reserve .bg-box02 {
    padding: 20px;
  }
  .mypage-reserve .cart-product-item {
    padding: 32px 16px;
  }
  .mypage-reserve .cart-product-info {
    width: 100%;
  }
  .mypage-reserve .item-info {
    padding: 0;
  }
  .mypage-reserve .item-info .item-info-num {
    margin-top: 16px;
    text-align: right;
  }
  .mypage-reserve .item-info .flexbox {
    flex-direction: column;
  }
  .mypage-reserve .item-info .en-font {
    font-size: 18px;
  }
  .mypage-reserve .favorite-detail-btn {
    width: 100%;
  }
  /*======== マイページ/お気に入り ~768 ========*/
  .mypage-favorite .bg-box02 {
    padding: 20px;
  }
  .favorite-list {
    padding: 32px 16px;
    display: block;
  }
  .favorite-list .history-item {
    margin-top: 0;
    column-gap: 12px;
  }
  .favorite-list .history-item__image {
    width: 64px;
    height: 64px;
  }
  .favorite-detail-btn {
    width: 100%;
    max-width: 260px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /*======== マイページ/アカウント削除 ~768 ========*/
  .mypage-withdraw .heading {
    font-size: 16px;
  }
  /*======== ヘルプ ~768 ========*/
  .tradelaw-wrap dl {
    padding: 20px 8px;
    flex-direction: column;
  }
  .tradelaw-wrap dt {
    width: 100%;
    margin-bottom: 16px;
  }
  .tradelaw-wrap dd {
    width: 100%;
  }
  /*======== お問い合わせ ~768 ========*/
  .page-contact .page-text {
    padding: 0 20px;
  }
  .page-contact .checkbox-wrap .checkbox-list.--horizon .check-label,
  .page-contact .checkbox-wrap .checkbox-list.--horizon label {
    display: block;
  }
  .page-contact .form-wrap.--confirm .contact-btn-wrap {
    margin-top: 40px;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 20px;
  }
  /*======== ヒストリーページ ~768 ========*/
  .history-mv {
    height: auto;
    z-index: 0;
  }
  .history-mv .mv-inner {
    padding-top: calc(122.7vw + 55px + 60px);
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: auto;
    left: 0px;
    bottom: 0;
    transform: none;
    text-align: left;
    background: linear-gradient(to bottom, rgba(43, 41, 37, 0.04) 0%, rgba(43, 41, 37, 0.4) 100%);
  }
  .history-mv .mv-inner .catch {
    line-height: 1.71em;
    letter-spacing: 0.05em;
  }
  .history-mv .mv-inner .text {
    margin-top: 24px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .history-mv .mv-video {
    width: 100vw;
    height: 122.7vw;
    top: 55px;
    z-index: -1;
  }
  .history-mv::before {
    height: calc(100% - 55px - 122.7vw + 60px);
    position: fixed;
    top: auto;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, white 60px, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
  }
  .history-text-content {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .history-text-content .h2-design {
    padding-left: 0;
  }
  .history-text-content .h2-design::before {
    content: none;
  }
  .history-text-content .h2-design .en-font {
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
    letter-spacing: 0.05em;
  }
  .history-text-content .h2-design .caption {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .history-text-content .catch {
    margin-top: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
    position: relative;
  }
  .history-text-content .catch::before, .history-text-content .catch::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #111111;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .history-text-content .catch::before {
    top: 0;
  }
  .history-text-content .catch::after {
    bottom: 0;
  }
  .history-text-content .text {
    margin-top: 40px;
    padding-top: 0;
    border: none;
    text-align: justify;
  }
  .history-about .sec01 {
    height: auto;
    padding-top: 0;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
  }
  .history-about .sec02 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
  }
  .history-about .sec02 .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .history-about .image01 {
    width: 252px;
    height: 200px;
    position: static;
  }
  .history-about .image02 {
    width: 200px;
    height: 226px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 0;
    position: static;
  }
  .history-about .image03 {
    width: calc(100% - 40px);
    height: 58vw;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
  .history-about .history-text-content {
    margin-top: 60px;
    width: 100%;
  }
  .history-about .history-text-content .h2-design .en-font {
    color: rgba(255, 255, 255, 0.5);
  }
  .history-about .history-text-content .catch::before, .history-about .history-text-content .catch::after {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .splide-about-history {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .splide-about-history ul {
    padding-top: 88px;
    max-width: 100%;
  }
  .splide-about-history::before {
    content: none;
  }
  .splide-about-history li {
    max-width: 100%;
    padding-top: 88px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .splide-about-history li .num {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
  }
  .splide-about-history li .text {
    text-align: justify;
  }
  .splide-about-history li::before {
    content: "scroll";
    position: absolute;
    top: 0;
    left: 126px;
    font-family: "futura-pt", sans-serif;
    color: rgba(255, 255, 255, 0.5);
  }
  .splide-about-history li::after {
    content: "";
    width: calc(100% - 48px - 28px - 50px);
    height: 1px;
    position: absolute;
    top: 24px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
  }
  .splide-about-history li:last-of-type::before, .splide-about-history li:last-of-type::after {
    content: none;
  }
  .history-experience {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .history-experience .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
  }
  .history-experience .col-l {
    width: 100%;
    padding-bottom: 40px;
  }
  .history-experience .col-l ul {
    justify-content: inherit;
    column-gap: 0;
  }
  .history-experience .col-r {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  .history-experience .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
  }
  .history-experience .history-text-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .history-experience .link-list {
    margin-top: 40px;
  }
  .history-experience .link-list .flexbox {
    padding: 40px 20px;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    border-bottom: 1px dashed rgba(17, 17, 17, 0.5);
  }
  .history-experience .link-list .flexbox:first-of-type {
    border-top: 1px dashed rgba(17, 17, 17, 0.5);
  }
  .history-experience .link-list dt {
    width: 100%;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
  .history-experience .link-list dt::after {
    content: none;
  }
  .history-experience .link-list dd {
    margin-top: 12px;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .link-card-design {
    max-width: 100%;
    height: 400px;
  }
  .history-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .history-gallery::before {
    width: 85%;
    height: 380px;
    bottom: 40px;
  }
  .history-gallery .flexbox {
    display: block;
  }
  .history-gallery .col-l {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .history-gallery .col-r {
    width: 100%;
    margin-top: 60px;
    padding-top: 60px;
  }
  .history-gallery .img-wrap {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .history-mv.--middle {
    height: auto;
    padding-top: 60px;
    padding-bottom: 120px;
    background: linear-gradient(rgba(243, 241, 241, 0.1) 0%, rgba(153, 153, 153, 0.35) 56.52%, #f3f1f1 88.39%, #f3f1f1 100%);
  }
  .history-mv.--middle .mv-inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    transform: none;
    text-align: right;
    background: transparent;
  }
  .history-mv.--middle .mv-inner .catch-wrap {
    margin: 0;
  }
  .history-mv.--middle .mv-inner .text {
    margin-top: 40px;
    font-size: 16px;
  }
  .history-store {
    padding-top: 40px;
    padding-bottom: 213px;
  }
  .history-store .inner {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .history-store__col-l {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .history-store__col-r {
    width: 100%;
    margin-top: 40px;
  }
  .history-store .btn-design02 {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .history-product-list {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    column-gap: 24px;
    overflow: scroll;
  }
  .history-product-item {
    width: 320px;
    margin-top: 0;
    flex-shrink: 0;
  }
  .history-product-item a {
    flex-direction: column;
  }
  .history-product-item .image-wrap {
    width: 320px;
    height: 320px;
  }
  .history-product-item .history-product-detail {
    width: 100%;
    padding: 16px;
  }
  .history-product-item .history-product-detail__content {
    margin-top: 40px;
  }
  .history-back {
    padding-top: 0;
    padding-bottom: 0;
  }
  .history-back .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .history-back .image-wrap {
    height: 160px;
  }
  /*======== 施工事例 ~768 ========*/
  .works-head-wrap {
    padding-top: 60px;
    padding-bottom: 77px;
  }
  .works-head-wrap__content {
    padding-left: 16px;
  }
  .works-head-wrap__deco {
    top: auto;
    bottom: 5px;
    font-size: 100px;
    transform: none;
  }
  .works-head__head::after {
    width: 118px;
    left: 92px;
  }
  .works-head__caption {
    font-size: 14px;
  }
  .gallery-wrap {
    padding-top: 80px;
  }
  .gallery-wrap__head {
    font-size: 80px;
  }
  .gallery-grid-wrap {
    margin-top: 20px;
    grid-template-rows: repeat(19, calc((100vw - 55px) / 2));
    grid-template-columns: repeat(2, calc((100vw - 55px) / 2));
    grid-template-areas: "item01 item02" "item03 item02" "item03 item04" "item05 item05" "item05 item05" "item06 item06" "item07 item08" "item07 item09" "item10 item09" "item11 item11" "item12 item12" "item12 item12" "item13 item13" "item14 item15" "item16 item15" "item16 item17" "item18 item19" "item20 item19" "item20 item21";
    gap: 15px;
  }
  .gallery-grid-item:nth-of-type(n) .text {
    width: auto;
    height: auto;
    padding: 0;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    font-size: 18px;
    text-align: left;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .gallery-grid-item:nth-of-type(n) .text::before {
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    background-color: #fff;
  }
  .gallery-grid-item:nth-of-type(1) .text,
  .gallery-grid-item:nth-of-type(4) .text,
  .gallery-grid-item:nth-of-type(8) .text,
  .gallery-grid-item:nth-of-type(10) .text,
  .gallery-grid-item:nth-of-type(14) .text,
  .gallery-grid-item:nth-of-type(17) .text,
  .gallery-grid-item:nth-of-type(18) .text,
  .gallery-grid-item:nth-of-type(21) .text {
    width: 100%;
    top: 5px;
    padding-right: 10px;
    text-align: right;
  }
  .gallery-grid-item:nth-of-type(1) .text::before,
  .gallery-grid-item:nth-of-type(4) .text::before,
  .gallery-grid-item:nth-of-type(8) .text::before,
  .gallery-grid-item:nth-of-type(10) .text::before,
  .gallery-grid-item:nth-of-type(14) .text::before,
  .gallery-grid-item:nth-of-type(17) .text::before,
  .gallery-grid-item:nth-of-type(18) .text::before,
  .gallery-grid-item:nth-of-type(21) .text::before {
    width: calc(100% - 79.34px);
    height: 1px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .gallery-grid-item:nth-of-type(2) .text,
  .gallery-grid-item:nth-of-type(3) .text,
  .gallery-grid-item:nth-of-type(7) .text,
  .gallery-grid-item:nth-of-type(9) .text,
  .gallery-grid-item:nth-of-type(15) .text,
  .gallery-grid-item:nth-of-type(16) .text,
  .gallery-grid-item:nth-of-type(19) .text,
  .gallery-grid-item:nth-of-type(20) .text {
    height: 100%;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    left: 5px;
    padding-top: 10px;
  }
  .gallery-grid-item:nth-of-type(2) .text::before,
  .gallery-grid-item:nth-of-type(3) .text::before,
  .gallery-grid-item:nth-of-type(7) .text::before,
  .gallery-grid-item:nth-of-type(9) .text::before,
  .gallery-grid-item:nth-of-type(15) .text::before,
  .gallery-grid-item:nth-of-type(16) .text::before,
  .gallery-grid-item:nth-of-type(19) .text::before,
  .gallery-grid-item:nth-of-type(20) .text::before {
    width: 1px;
    height: calc(100% - 79.34px);
    right: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .gallery-grid-item:nth-of-type(5) .text,
  .gallery-grid-item:nth-of-type(12) .text {
    width: 100%;
    bottom: 5px;
    padding-left: 10px;
  }
  .gallery-grid-item:nth-of-type(5) .text::before,
  .gallery-grid-item:nth-of-type(12) .text::before {
    width: calc(100% - 79.34px);
    height: 1px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .gallery-grid-item:nth-of-type(6) .text,
  .gallery-grid-item:nth-of-type(11) .text,
  .gallery-grid-item:nth-of-type(13) .text {
    width: 100%;
    bottom: 5px;
    padding-right: 10px;
    text-align: right;
  }
  .gallery-grid-item:nth-of-type(6) .text::before,
  .gallery-grid-item:nth-of-type(11) .text::before,
  .gallery-grid-item:nth-of-type(13) .text::before {
    width: calc(100% - 79.34px);
    height: 1px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  /*======== 施工事例詳細 ~769 ========*/
  .works-detail .product-mv .image-wrap {
    height: 300px;
  }
  .works-detail .product-mv-text {
    row-gap: 25px;
  }
  .works-detail .heading-design01__lead {
    font-size: 16px;
  }
  .works-detail .heading-design01__caption {
    font-size: 14px;
  }
  .works-gallery-wrap {
    margin-top: 50px;
    padding: 20px 0;
    flex-direction: column;
    row-gap: 20px;
  }
  .works-gallery-wrap__col-l {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .works-gallery-wrap__col-r {
    width: 100%;
  }
  .works-gallery-wrap__col-r .text {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .works-gallery-wrap .works-gallery-slide-thumbnail {
    height: auto;
  }
  .works-pickup-wrap {
    margin-top: 80px;
    padding-top: 100px;
    position: relative;
  }
  .works-pickup-wrap .heading-design01 {
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .works-pickup-wrap .heading-design01__lead {
    font-size: 32px;
  }
  .works-pickup-wrap .heading-design01__caption {
    margin-top: 8px;
  }
  .works-pickup-wrap__products {
    margin-top: 40px;
  }
  .pickup-head {
    height: auto;
    display: block;
    background-color: transparent;
  }
  .pickup-head__col-l {
    width: 100%;
  }
  .pickup-head__col-r {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
  .works-pickup-slide li {
    height: 220px;
  }
  .works-pickup-slide-thumbnail .splide__track--nav > .splide__list > .splide__slide {
    width: 64px;
    height: 64px;
  }
  .works-pickup-slide-thumbnail .splide__track--nav > .splide__list > .splide__slide.is-active {
    width: 64px;
    height: 64px;
  }
  .works-pickup-item-wrap {
    overflow: scroll;
  }
  .works-pickup-item-wrap li {
    width: 147px;
    min-height: 282px;
    height: auto;
    flex-shrink: 0;
  }
  .works-pickup-item-wrap li .image-wrap {
    height: 135px;
  }
  .works-pickup-item-wrap .product-list-text {
    margin-top: 8px;
  }
  .works-pickup-item-wrap .product-list-text__code {
    font-size: 12px;
  }
}
@media screen and (max-width: 669px) {
  .product-list__item {
    width: 33.3333333333%;
  }
  .product-list__item .image-wrap {
    height: 33.3333333333vw;
  }
}
@media screen and (max-width: 499px) {
  .product-list__item {
    width: 50%;
  }
  .product-list__item .image-wrap {
    height: 50vw;
  }
}

/*# sourceMappingURL=theme.css.map */
