@charset "UTF-8";

/* Common
   ========================================================================== */
main {
  font-size: 1.4em;
}

a {
  display: block;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

select {
  min-height: 44px;
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"] {
  /* padding-left: 0; */
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  padding-left: 24px;
}

textarea {
  padding: 5px 18px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.common__title {
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .common__title {
    margin-bottom: 35px;
  }
}

.common__lead {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 22px;
  line-height: 1.6;
  z-index: 2;
}

.common__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fcf3eb;
  font-size: 6.5rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.common__lead--type::before {
  content: "TYPE";
  /* font-size: 8rem; */
}

.common__lead--image::before {
  content: "IMAGE";
  /* font-size: 8rem; */
}

.common__lead--banner::before {
  content: "BANNER";
  color: #fff;
  /* font-size: 6rem; */
}

.common__lead--special::before {
  content: "SPECIAL";
  color: #fff;
  /* font-size: 6rem; */
}

.common__lead--news::before {
  content: "NEWS";
  color: #fff;
  /* font-size: 6rem; */
}

.common__lead--application::before {
  content: "APPLICATION";
  color: #fcf3eb;
  /* font-size: 5rem; */
}
.common__lead--idcheck::before {
  content: "ID CHECK";
  color: #fcf3eb;
  /* font-size: 5rem; */
}
.common__lead--password::before {
  content: "PASSWORD";
  /* font-size: 5rem; */
}

.common__lead--registry::before,
.common__lead--quote::before {
  content: "REGISTRY";
  /* font-size: 8.5rem; */
}

.common__lead--commercial::before,
.common__lead--commercial::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fcf3eb;
  font-size: 6.5rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.common__lead--commercial::before {
  content: "COMMERCIAL";
  top: -15px;
}

.common__lead--commercial::after {
  content: "TRANSACTIONS";
  bottom: -4px;
}

.common__lead--privacy::before {
  content: "PRIVACY POLICY";
  /* font-size: 8.5rem; */
}

.common__lead--company::before {
  content: "COMPANY";
  /* font-size: 8.5rem; */
}

.common__lead--guide::before {
  content: "GUIDE";
  /* font-size: 8.5rem; */
}

.common__lead--edit-registry::before,
.common__lead--edit-registry::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fcf3eb;
  font-size: 6.5rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.common__lead--edit-registry::before {
  content: "Edit Registry";
  top: -15px;
}

.common__lead--edit-registry::after {
  content: "Information";
  bottom: -4px;
}

.common__lead--history::before {
  content: "HISTORY";
}

.common__lead--cart::before {
  content: "MY CART";
}

.common__lead--cart-edit::before {
  content: "AMOUNT";
}

.common__lead--search::before {
  content: "SEARCH";
}

.common__lead--products::before {
  content: "PRODUCTS";
}

.common__lead--login::before {
  content: "LOGIN";
}

.common__lead--news-post::before {
  content: "NEWS";
}

.common__lead--contact::before {
  content: "CONTACT";
}

.common__lead--mypage::before {
  content: "MY PAGE";
}

.common__lead--information::before {
  content: "INFORMATION";
}

.common__lead--faq::before {
  content: "FAQ";
}

.common__lead--public::before {
  content: "PUBLIC PURCHASE";
}
.common__lead--credit::before {
  content: "CREDIT SALES";
}

.common__link {
  position: relative;
  max-width: 131px;
  width: 100%;
  margin: 0 auto;
  padding: 6px 20px 4px;
  border-radius: 50px;
  background-color: #888;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.common__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px;
  transform: rotate(45deg);
  transition: 0.3s;
}

.common__link:hover {
  opacity: 0.5;
}

.common__link.active::after {
  margin-top: -2px;
  transform: rotate(-135deg);
}

.common__width {
  width: 100%;
}

.slick-track {
  margin-bottom: 32px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active button:before {
  color: #e2893b;
  opacity: 1;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 16px;
  opacity: 1;
  color: #333;
}

.text {
  font-size: 14px;
}

.text--large {
  font-size: 18px;
}

.text__bold {
  font-weight: bold;
}

.text__link {
  display: inline-block;
  color: #2f92b6;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .common__lead::before,
  .common__lead::after {
    width: 100%;
    font-size: 4rem;
  }
}

@media screen and (max-width: 520px) {
  .slick-dotted.slick-slider {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 320px) {
  .common__lead--registry::before {
    bottom: -30px;
    font-size: 4.5rem;
  }
}

/* Header
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.header.js-scroll {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0.6) 100%);
}

.header-top {
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 24px;

  max-width: 1488px;
  width: 100%;
  margin: 0 auto;
  padding: 4px 24px;
}

.header-logo {
  width: 30%;
  margin: 0;
}

.search__wrap {
  position: relative;
  display: flex;
  max-width: 400px;
  width: 100%;
  margin: 0 20px 0 auto;
}

.search__wrap form {
  width: 100%;
}

input.search {
  width: 100%;
  padding: 8px 24px;
  border: 1px solid #888;
  border-radius: 50px;
  font-size: 14px;
  background-color: #fff;
}

.header__inner input.search {
  height: 46px;
}

.search__btn {
  position: absolute;
  top: 0;
  right: 0;
  /*width: 46px;*/
  width: auto;
  height: 46px;
  padding: 0;
  background: none;
  border: none;
}

.search__btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.other {
  max-width: 364px;
  width: 100%;
}

.other-area {
  display: flex;
  justify-content: space-between;

  gap: 4px;
}

.other__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  min-width: 88px;
  width: 100%;
  padding: 9px 0;
  border: 1px solid #e2893b;
  border-radius: 16px;
  background-color: #e2893b;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}

.other__link--second {
  background-color: #fff;
  color: #333;
}

.other-icon {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.other-icon--first {
  max-width: 38px;
  margin-bottom: 6px;
}

.other-icon--second {
  max-width: 27px;
  margin-bottom: 10px;
}

.other-icon--third {
  max-width: 40px;
  margin-bottom: 10px;
}

.other-icon--four {
  max-width: 25px;
  margin-bottom: 10px;
}

.hamburger {
  position: relative;
  justify-content: end;
  padding: 5px;
  cursor: pointer;
}

.hamburger--second {
  display: none;
}

.hamburger__line {
  position: absolute;
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  transform: translateX(-50%);
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background: #e2893b;
  width: 38px;
}

.hamburger__line--top {
  top: calc(35% - 8px);
}

.hamburger__line--middle {
  top: 35%;
}

.hamburger__line--bottom {
  top: calc(35% + 8px);
}

.hamburger__line--top.js-active {
  transform: translateX(-50%) rotate(45deg);
  top: calc(40% - 0px);
}

.hamburger__line--middle.js-active {
  width: 0;
}

.hamburger__line--bottom.js-active {
  transform: translateX(-50%) rotate(-45deg);
  top: calc(40% + 0px);
}

.header-bottom {
  margin-bottom: 40px;
  padding: 25px 0;
}

.nav {
  max-width: 903px;
  width: 100%;
  margin: 0 auto;
}

.nav--second {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  padding-top: 40px;
  z-index: 10;
}

.nav--third {
  margin-bottom: 30px;
}

.nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__item {
  position: relative;
  text-align: center;
}

.nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4px;
  height: 26px;
  background: url(/assets/front/images/common/icon/dots.png) no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}

.nav__link {
  position: relative;
  display: inline;
  max-width: 180px;
  padding: 0 35px;
  color: #333;
  font-size: 18px;
}

.nav__link:hover {
  color: #e2893b;
}

.nav__link:hover::before,
.nav__item--hover:hover .nav__link--hover::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 2px;
  width: 95%;
  height: 4px;
  background-color: #e2893b;
}

.nav__link--hover {
  position: relative;
  padding: 0 55px 0 35px;
}

.nav__link--hover::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -7px;
  transform: rotate(45deg);
  transition: 0.3s;
}

.nav__item--hover:hover .nav__link--hover::after {
  margin-top: 0;
  transform: rotate(225deg);
  border-color: #e2893b;
}

.nav__item--hover:hover .nav--second {
  display: block;
}

.nav__link--second {
  margin-bottom: 1px;
  height: 44px;
  padding: 0 12px;
  background-color: #fcf3eb;
  color: #333;
  font-size: 12px;
  line-height: 44px;
}

.nav__link--second:last-child {
  border-radius: 0 0 12px 12px;
}

.nav-pc {
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
}

.nav-pc::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100vh;
  background: #888;
  opacity: 0.46;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-pc__menu {
  position: absolute;
  top: 185px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  max-width: 785px;
  width: 100%;
  padding: 60px 80px 80px 80px;
  background-color: #fff;
  border-radius: 20px;
}

.nav-pc-cross {
  position: absolute;
  top: 22px;
  right: 22px;
  content: "";
  width: 13px;
  height: 13px;
}

.nav-pc__list {
  max-width: 280px;
  width: 100%;
}

.nav-pc__link {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2893b;
  color: #333;
  font-size: 18px;
}

.nav-pc-icon {
  position: absolute;
  top: 5px;
  right: 0;
  width: 21px;
}

.nav-pc__link--second {
  color: #333;
  font-size: 14px;
}

.nav-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .search__wrap {
    display: none;
  }

  .search__wrap--sp {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .other {
    margin-left: auto;
  }

  .other-area {
    justify-content: end;
  }

  .other__link {
    display: none;
  }

  .hamburger--second {
    display: block;
    max-width: 88px;
    width: 100%;
    height: 84px;
    border: 1px solid #e2893b;
    border-radius: 16px;
    background-color: #e2893b;
    font-size: 14px;
    text-align: center;
    z-index: 100;
  }

  .hamburger__line {
    background-color: #fff;
  }

  .hamburger__line--top {
    top: calc(50% - 10px);
  }

  .hamburger__line--middle {
    top: 50%;
  }

  .hamburger__line--bottom {
    top: calc(50% + 10px);
  }

  .header-bottom {
    display: none;
  }

  .nav-sp {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 100px 24px;
    background-color: #e2893b;
  }

  .nav-sp__list {
    margin-top: 25px;
    padding: 0 25px;
  }

  .nav-sp__link {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
  }

  .nav-sp-icon {
    width: 21px;
  }

  .nav-sp__link--accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-sp-icon.js-active {
    transform: rotate(180deg);
  }

  .nav--second {
    position: unset;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .nav-sp__link--second {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .nav-sp__link--second:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 520px) {
  .header-logo {
    width: 75%;
  }

  .hamburger--second {
    max-width: 68px;
    height: 64px;
  }

  .hamburger__line {
    width: 35px;
  }

  .nav-sp__list {
    padding: 0;
  }
}

/* Footer
   ========================================================================== */
.footer {
  background-color: #fff;
}

.footer-img {
  width: 100%;
}

.footer-content {
  background-color: #fefaf7;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}

.footer-area {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  max-width: 624px;
  width: 100%;
}

.footer-area:nth-child(2) {
  max-width: 592px;
}

.footer__unit {
  max-width: 280px;
  width: 100%;
}

.footer__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 18px;
}

.footer__title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 25px;
}

.footer__link {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

.footer__settlement {
  width: 100%;
}

.footer__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
  padding: 0 24px;
}

.footer__item img {
  width: 44px;
}

.footer__calender {
  width: 100%;
}

.calender__inner {
  display: flex;
  gap: 32px;
  padding: 0 24px;
}

.calender-area {
  max-width: 160px;
  width: 100%;
}

.calender__month {
  margin-bottom: 6px;
  color: #333;
  font-size: 12px;
}

.calendar {
  position: relative;
  max-width: 160px;
  width: 100%;
  border: 1px solid #bababa;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
}

.calendar--close::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.calendar th {
  background-color: #f1f1f1;
}

.calendar__week th {
  border: 1px solid #bababa;
  text-align: center;
}

.calendar td {
  border: 1px solid #bababa;
}

.sun,
.stu,
.holiday {
  background-color: #ffecec;
}

.copyright {
  padding: 13px;
  background-color: #e2893b;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer__inner {
    justify-content: center;
    padding: 40px 16px;
  }

  .footer-area,
  .footer-area:nth-child(2) {
    max-width: 60%;
  }

  .footer__unit,
  .footer__settlement {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .footer-area,
  .footer-area:nth-child(2) {
    max-width: 100%;
  }

  .footer__unit {
    max-width: 100%;
  }

  .footer__list,
  .calender__inner {
    padding: 0;
  }

  .footer__list {
    gap: 8px;
    justify-content: start;
    flex-flow: row wrap;
  }

  .calender__inner {
    justify-content: flex-start;
    flex-flow: row wrap;
  }

  .calender-area {
    max-width: 100%;
    width: 45%;
  }
}

/* Main
   ========================================================================== */
.main {
  padding-top: 110px;
  /* overflow: hidden;*/
}

.main__inner {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;

  max-width: 1328px;
  padding: 0 24px;
  gap: 64px;
}

@media screen and (max-width: 1024px) {
  .main__inner {
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 520px) {
  .main {
    padding-top: 54px;
  }
  .main__inner {
    padding: 0 15px;
  }
}

/* Content
   ========================================================================== */
.content {
  max-width: 952px;
  width: 100%;
  margin-bottom: 64px;
}

.type,
.image {
  margin-bottom: 80px;
}

.type-content {
  display: flex;
  /* justify-content: center; */
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 20px 0;
  margin-bottom: 28px;
}

.type-content__unit {
  width: 31%;
}

.type__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 304px;
  width: 100%;
  height: 76px;
  /*padding: 0 13px;*/
  padding: 3px 10% 0 24%;
  border-radius: 16px;
  /*background-image: url(/assets/front/images/common/common_bg.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background: #fcf3eb;
  color: #333;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .type__link.type__link--sml {
    font-size: 14px;
  }
}

.type__link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-image: url(/assets/front/images/common/arrow_tri.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.type__link img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
  /*height: 130%;*/
  height: 100%;
  object-fit: cover;
  object-position: top right;
  transform: translateY(-50%);
/*  opacity: 0.6;*/
  z-index: -1;
}

.type__link:hover {
  /*background-image: url(/assets/front/images/common/common_bg_hover.png);*/
  background: #f6dbc4;
}

.type-img01 {
  width: 55px;
  width: 18%;
}

.type-img02 {
  width: 40px;
  width: 14%;
}

.type-img03 {
  width: 65px;
  width: 22%;
}

.type-img04 {
  width: 56px;
  width: 18%;
}

.type-img05 {
  width: 55px;
  width: 18%;
}

.type-img06 {
  width: 51px;
  width: 17%;
}

.image-content {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 13px;
  margin-bottom: 28px;
}

.image-content__unit {
  max-width: 180px;
  width: 100%;
}

.image-content::before,
.image-content::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 180px;
  order: 1;
}

.image__link {
  position: relative;
  /* max-width: 180px; */
  width: 100%;
  height: 100%;
  padding: 14px 14px 16px;
  border-radius: 16px;
  background-color: #fcf3eb;
  text-align: center;
  transition: 0.3s;
}

.image__link:hover {
  background-color: #f6dbc4;
}

.image__link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-image: url(/assets/front/images/common/arrow_tri.png);
}

.image-content.image-content--lg {
  gap: 30px 16px;
  margin: 45px 0 15px;
  justify-content: space-between;
}

@media screen and (max-width: 805px) {
  .image-content.image-content--lg {
    justify-content: space-around;
  }
}

@media screen and (max-width: 549px) {
  .image-content.image-content--lg {
    gap: 7vw 4vw;
    justify-content: space-between;
  }
}

.image-content.image-content--lg::after {
  content: "";
  display: block;
  width: 242px;
}

.image-content--lg .search-content__unit {
  position: relative;
  max-width: none;
  width: 242px;
  min-height: 199px;
}

@media screen and (max-width: 768px) {
  .image-content--lg .search-content__unit {
    width: 43vw;
    height: auto;
  }
}

.image-content--lg .image__link {
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 30px 16px;
  border: 1px solid #b4b4b4;
  position: relative;
}

@media screen and (max-width: 768px) {
  .image-content.image-content--lg .image__link {
    padding: 30px 10px;
  }
}

.search-content .image-content--lg a.image__link:hover {
  background-color: transparent;
}

.search-content .image-content--lg a.image__link:hover img,
.search-content .image-content--lg a.image__link:hover .image__title {
  opacity: 0.7;
  transition: all 0.3s;
}

.image-content--lg .image__link::before {
  right: -1px;
  bottom: -1px;
}

.image-content--lg .image__link  > img {
  max-width: 150px;
  min-width: 115px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .image-content--lg .image__link > img {
    max-width: 115px;
    min-width: 115px;
  }
}

.image-content--lg .search-content__unit .search-data-icon {
  left: 0;
}

.image-content--lg .image__title {
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #2f92b6;
  line-height: 1.85;
  padding: 0;
  margin: 10px 0 0;
  border-radius: 0;
  text-decoration: underline;
  word-break: break-all;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}

.tooltip {
  position: absolute;
  top: 60px;
  left: 40px;
  transform: translateY(10px);
  max-width: 258px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  text-align: left;
  letter-spacing: 0.04em;
  color: #333;
  padding: 13px 16px;
  background-color: #fcf3eb;
  border-radius: 15px;
  word-break: break-all;
  opacity: 0;
  visibility: hidden;
  height: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .tooltip {
    display: none;
  }
}

.image-content--lg .image__link:hover {
  opacity: 0.1;
}

.image-content--lg .image__link:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
  height: auto;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}

.image__link img {
  display: block;
  width: 112px;
  margin: 0 auto;
}

.image__link--second {
  padding: 16px 8px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
}

.image__link--second::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 16px;
  background-color: rgba(255, 137, 58, 0.1);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.image__link--second .image__title {
  padding: 4px 8px;
  background-color: #fcf3eb;
}

.image__title {
  display: inline-flex;
  min-height: 58px;
  width: 100%;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 50px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
}

.banner,
.special,
.news {
  margin-bottom: 64px;
  border-radius: 16px;
  background-color: #fcf3eb;
}

.banner__inner {
  padding: 48px;
}

.banner-content {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* flex-flow: row wrap; */
  /* gap: 24px; */
}

.banner__link {
  max-width: 196px;
  width: 100%;
  margin: 0 12px;
  transition: 0.3s;
}

.banner__link:hover {
  opacity: 0.5;
}

.special__inner {
  padding: 48px;
}

.special-content {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  margin-bottom: 28px;
}

.special__link {
  max-width: 126px;
  width: 100%;
  transition: 0.3s;
}

.special__link:hover {
  opacity: 0.5;
}

.special__link img {
  margin-bottom: 12px;
}

.special__title {
  color: #333;
  font-size: 14px;
  text-align: center;
}

.news__inner {
  padding: 48px;
}

.news__list {
  margin-bottom: 28px;
}

.news__menu {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 24px;
  border-bottom: 2px solid #fff;
}

.news__item:first-child .news__menu {
  border-top: 2px solid #fff;
}

.news__date {
  font-size: 14px;
}

.news__link {
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .banner-content {
    justify-content: center;
  }

  .special-content {
    justify-content: space-between;
    gap: 14px;
  }

  .special__link {
    max-width: 105px;
  }
}

@media screen and (max-width: 1024px) {
  .content {
    max-width: 100%;
    width: 100%;
  }

  .type,
  .image {
    margin-bottom: 60px;
  }

  .type__link {
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    background-position: right;
  }

  .image-content {
    justify-content: space-between;
  }

  .special__inner {
    padding: 48px 16px;
  }

  .special__title {
    text-align: left;
  }

  .news__inner {
    padding: 48px 16px;
  }
}

@media screen and (max-width: 618px) {
  .type-content__unit {
    width: 48%;
  }
}

@media screen and (max-width: 520px) {
  .type-content {
    /* justify-content: center; */
    gap: 10px;
  }

  .type-content__unit {
    width: 48%;
  }

  .type__link {
    max-width: 100%;
    margin: 0;
    /* background-image: url(/assets/front/images/common/common_bg_sp.png);*/
    font-size: 14px;
  }

  .type__link.type__link--sml {
    font-size: 12px;
    padding: 0 13% 0 19%;
  }

  /*.type__link:hover {
    background-image: url(/assets/front/images/common/common_bg_hover_sp.png);
  }*/

  .type__link img {
    left: 0;
    width: 40%;
    height: 106%;
/*    opacity: 0.4;*/
  }

  .banner,
  .special,
  .news {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 64px;
    border-radius: 0;
  }

  .banner__inner {
    padding: 48px 0;
  }

  .banner__link {
    max-width: 100%;
    margin: 0 5px;
  }

  .news__menu {
    flex-flow: row wrap;
    gap: 10px;
  }
}

@media screen and (max-width: 375px) {
  .image-content__unit {
    width: 47%;
  }

  .image__link {
    width: 100%;
    padding: 16px 5px;
  }

  .image__title {
    font-size: 13px;
  }

  .image__link img {
    width: 67px;
  }
}

/* Sidebar
   ========================================================================== */
.sidebar {
  max-width: 264px;
  min-width: 200px;
  width: 100%;
}

.sidebar-content {
  margin-bottom: 60px;
}

.sidebar__title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 12px;
  font-size: 18px;
}

.sidebar__title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 25px;
}

.sidebar__unit {
  margin: 0 auto 32px;
  padding: 0 16px;
}

.sidebar__unit img {
  display: block;
  max-width: 100px;
  width: 100%;
  margin: 0 auto 10px;
  object-fit: cover;
}

.sidebar__link,
.sidebar__link--second {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  transition: 0.3s;
}

.sidebar__link:hover {
  opacity: 0.5;
}

.sidebar__link--second {
  position: relative;
  padding-right: 10px;
  text-align: right;
  transition: 0.3s;
}

.sidebar__link--second::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 50%;
  right: 0;
  /* margin-top: -7px; */
  transform: translateY(-50%) rotate(315deg);
  transition: 0.3s;
}

.sidebar__link--second:hover {
  opacity: 0.5;
}

.accordion__wrap {
  max-height: 390px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #333 #fcf3eb;
}

.accordion__wrap::-webkit-scrollbar {
  width: 6px;
}
.accordion__wrap::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #fcf3eb;
}
.accordion__wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #333;
}

.accordion {
  margin-bottom: 8px;
}

.accordion__title {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}

.accordion__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion__title.js-plus::before {
  background-image: url(/assets/front/images/common/icon/icon-plus.png);
}

.accordion__title.js-minus::before {
  background-image: url(/assets/front/images/common/icon/icon-minus.png);
}

.accordion__list {
  display: none;
}

.accordion__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  padding-left: 28px;
  color: #333;
  font-size: 12px;
}

.accordion__link::before {
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  height: 1px;
  background-color: #000;
}

.sidebar-service {
  padding: 0 16px;
}

.sidebar-service__unit {
  margin-bottom: 20px;
}

.sidebar-service__unit:last-child {
  margin-bottom: 0;
}

.sidebar-service__link {
  transition: 0.3s;
}

.sidebar-service__link:hover {
  opacity: 0.5;
}

.sidebar-sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 22px;
}

.sidebar-sns__link {
  max-width: 40px;
  width: 100%;
  margin: 0;
  transition: 0.3s;
}

.sidebar-sns__link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .sidebar {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .sidebar-area {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-flow: row wrap;
  }

  .sidebar__unit {
    width: 33%;
    margin: 0 0 16px 0;
  }
  .sidebar-area::after {
    content: "";
    width: 33%;
    order: 1;
  }

  .accordion__wrap {
    max-height: 330px;
  }

  .sidebar-service__unit {
    max-width: 232px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 520px) {
  .sidebar__unit {
    width: 48%;
  }
}

/* APPLICATION
   ========================================================================== */

.application-content {
  margin: 0 auto;
}

.form-content {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-content + .form-content {
  margin-top: 90px;
}

.form-area {
  margin-bottom: 64px;
}

.form__title {
  font-size: 18px;
  font-weight: 500;
}

.form__body {
  margin-top: 30px;
}

.form__body--second {
  padding: 20px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.form__body--second .form__unit:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.form__unit {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #707070;
}

.form__unit--second {
  flex-flow: row wrap;
}

.form__unit--third {
  padding-top: 18px;
  border-top: 1px dotted #707070;
}

.form__unit--third .form-field__title .form-required {
  display: inline-block;
}

.form__unit--four {
  border-style: solid;
}

.form__unit > .form-area {
  width: 100%;
}

.form-field__title {
  max-width: 160px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.form-field__title .form-required {
  display: none;
}

.form-field-container {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 12px;
  width: 100%;
}

.form-field-container--second {
  align-items: baseline;
  flex-flow: unset;
}

.form-field-container--second:nth-child(2),
.form-field-container--second:nth-child(3),
.form-field-container--second:nth-child(4),
.form-field-container--second:nth-child(5) {
  margin-top: 25px;
  padding-top: 20px;
  padding-left: 55px;
  border-top: 1px dotted #707070;
}

.form-field-container--third {
  flex-flow: row wrap;
}

.form-field-container--base {
  align-items: baseline;
}

.form-field-container--start {
  align-items: flex-start;
}

.form-required {
  display: inline-block;
  max-width: 44px;
  width: 100%;
  padding: 2px 10px;
  border-radius: 40px;
  background-color: #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;

  height: 19px;
  line-height: 19px;
  padding: 0;
}

.form-required--first {
  background-color: #d36767;
}

.form-required--second {
  background-color: #e2e2e2;
  color: #333;
}

.form-required--third {
  background-color: #2f92b6;
}

input.form-input,
select.form-input {
  max-width: 480px;
  width: 100%;
  padding: 5px 18px;
  border-radius: 10px;
  border: 1px solid #707070;
  font-size: 16px;
}

input.form-input--second,
select.form-input--second {
  max-width: 200px;
}

input.form-input--third,
select.form-input--third {
  max-width: 250px;
}

.form-input__text {
  font-size: 14px;
  font-weight: bold;
}

.form-field__wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.form-field-desc {
  max-width: 100%;
  width: 100%;
}

.form-field-desc--second {
  max-width: 250px;
  width: 100%;
}

.form-field-desc__title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}

.form-field-desc__title .form-required {
  display: none;
}

.form__text {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
}

.form-field-check__wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 30px 0;
  width: 100%;
}

.form-field-check__wrap--second .form-checkbox {
  max-width: 150px;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 250px;
  width: 100%;
}

.form-checkbox--second {
  width: auto;
  padding: 6px 12px;
  background-color: #fcf3eb;
}

.form-checkbox--third {
  max-width: 100%;
  width: 100%;
  padding: 0 12px;
}

.form-checkbox--four {
  max-width: 100%;
}

.form-select {
  max-width: 203px;
  width: 100%;
  width: 100%;
  padding: 4px 12px;
  border: 1px solid #707070;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}

.checkbox-field__text {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

.checkbox-field__text::before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-field__text::after {
  border-right: 3px solid #e1893a;
  border-bottom: 3px solid #e1893a;
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: rotate(45deg);
}

input[type="checkbox"]:checked + .checkbox-field__text::after {
  opacity: 1;
}

.form__note {
  margin-top: 23px;
  font-size: 12px;
  font-weight: 500;
}

textarea.form-input--textarea {
  height: 250px;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  font-size: 16px;
}

textarea.form-input--textarea--second {
  max-width: 534px;
  width: 100%;
  height: 150px;
  padding: 0.5em;
}

textarea.form-input--textarea--third {
  max-width: 480px;
  width: 100%;
  height: 190px;
  padding: 0.5em;
}

.form-submit {
  position: sticky;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  align-items: center;
  justify-content: center;
  gap: 21px;
  background: #fff;
  z-index: 9;
}

a.form-btn,
button.form-btn,
.form-thanks__link {
  position: relative;
  display: block;
  max-width: 221px;
  width: 100%;
  margin: 0;
  /* padding: 12px 36px; */
  padding: 10px 36px;
  /* border: none; */
  border: 2px solid #888;
  border-radius: 50px;
  background-color: #888;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}

.form-thanks__link {
  max-width: 169px;
  margin: 0 auto;
  text-align: center;
}

a.form-btn::after,
button.form-btn::after,
.form-thanks__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 9px;
  height: 9px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -4px;
  transform: rotate(45deg);
}

a.form-btn:hover,
button.form-btn:hover,
.form-thanks__link:hover {
  opacity: 0.5;
}

.form-thanks__link--second {
  max-width: 280px;
  margin: 0 auto 20px;
}

.form-thanks__link--second::after {
  right: 25px;
}

a.form-btn--confirm,
button.form-btn--confirm {
  max-width: 169px;
}

a.form-btn--back,
button.form-btn--back {
  max-width: 169px;
  border: 2px solid #707070;
  background-color: #fff;
  color: #707070;
  text-align: center;
}

a.form-btn--back::after,
button.form-btn--back::after {
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
}

a.form-btn--edit,
button.form-btn--edit {
  padding: 12px 10px;
}

a.form-btn--edit::after,
button.form-btn--edit::after {
  right: 20px;
}

a.form-btn--purchase,
button.form-btn--purchase {
  padding: 9px;
}

a.form-btn--purchase::after,
button.form-btn--purchase::after {
  right: unset;
  left: 15px;
  transform: rotate(225deg);
}

.form-thanks__lead {
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.form-thanks__text {
  margin-bottom: 65px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}

input.form-reception {
  display: block;
  margin: 0 auto 20px;
}

.form-input-error {
  font-size: 14px;
  fonr-weight: bold;
  color: red;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .form-field-container--second {
    flex-flow: row wrap;
    padding-left: 30px;
  }

  .form-field-container--second:nth-child(2),
  .form-field-container--second:nth-child(3) {
    padding-left: 30px;
  }
}

@media screen and (max-width: 520px) {
  .form-checkbox--second {
    padding: 12px 6px 12px 0;
  }

  .form-checkbox--third {
    padding: 0;
  }

  button.form-btn--purchase {
    padding: 3px;
  }
}

/* REGISTRY
   ========================================================================== */

.registry-content {
  margin: 0 auto;
}

.registry-tab {
  /* max-width: 645px; */
  width: 100%;
  margin: 0 auto 60px;
}

.registry-tab__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.registry-tab__item {
  position: relative;
  max-width: 230px;
  width: 100%;
  padding: 13px 23px;
  border: 1px solid #e1893a;
  border-right: none;
  background-color: #fff;
  color: #e1893a;
  font-size: 12px;
  font-weight: bold;
}

.registry-tab__item::before {
  content: "";
  color: #e1893a;
  font-size: 12px;
  font-weight: bold;
}

.registry-tab__item:first-child::before {
  content: "1．";
}

.registry-tab__item:nth-child(2)::before {
  content: "2．";
}

.registry-tab__item:nth-child(3)::before {
  content: "3．";
}

.registry-tab__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 34px;
  height: 34px;
  border-top: 1px solid #e1893a;
  border-right: 1px solid #e1893a;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
}

.registry-tab__item.active {
  color: #fff;
  background-color: #e1893a;
}

.registry-tab__item.active::before {
  color: #fff;
}

.registry-tab__item.active::after {
  color: #fff;
  background-color: #e1893a;
}

.registry-tab__item:first-child {
  z-index: 20;
}
/*
.registry-tab__item:first-child::after {
  background-color: #fff;
} */

.registry-tab__item:nth-child(2) {
  padding-left: 40px;
  border-left: none;
  z-index: 15;
}

.registry-tab__item:nth-child(2)::after {
  z-index: 15;
}

.registry-tab__item:nth-child(3) {
  padding-left: 40px;
  border-left: none;
  z-index: 10;
}

.registry-tab__item:nth-child(3)::after {
  z-index: 10;
}

.registry-note {
  max-width: 750px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 2;
}

.registry-note .form-required {
  margin-right: 5px;
}

.form-group {
  max-width: 590px;
  width: 100%;
}

.form-group .form-field-container:last-child {
  gap: 0;
  margin-top: 17px;
  padding-left: 56px;
}

.form-supplement {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

.form-supplement__link {
  display: inline;
  color: #d36767;
  text-decoration: underline;
}

.form-emphasis {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.form-emphasis--second {
  margin-top: 27px;
}

.form-emphasis__lead {
  color: #e1893a;
  font-size: 14px;
  font-weight: 500;
}

.form-delete {
  position: relative;
  margin-bottom: 22px;
  padding: 6px 20px 6px 30px;
  border-radius: 6px;
  background-color: #f6dbc4;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.form-delete::before,
.form-delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: 4px; /* 棒の幅（太さ） */
  height: 16px; /* 棒の高さ */
  background: #e1893a;
}

.form-delete::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.form-delete::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  border: 1px dotted #707070;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
}

.form-more__text {
  position: relative;
  padding-left: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.form-more__text::before,
.form-more__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px; /* 棒の幅（太さ） */
  height: 18px; /* 棒の高さ */
  background: #e1893a;
}

.form-more__text::before {
  transform: translateY(-50%);
}

.form-more__text::after {
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .registry-note {
    margin-top: 50px;
  }

  .registry-note .form-required {
    display: inline-block;
  }

  .form__unit {
    flex-flow: row wrap;
  }

  .form-field__title {
    display: flex;
    gap: 14px;
    max-width: 100%;
    margin-bottom: 18px;
  }

  .form-field-desc__title {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
  }

  .form-required {
    display: none;
  }

  .form-field__title .form-required,
  .form-field-desc__title .form-required {
    display: inline-block;
  }

  input.form-input,
  select.form-input {
    max-width: 100%;
  }

  .form-field-desc--second,
  .form-checkbox {
    max-width: 100%;
    width: 50%;
  }

  .form-group {
    max-width: 100%;
  }

  .form-group .form-field-container:last-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 520px) {
  .checkbox-field__text {
    padding-left: 24px;
    font-size: 13px;
  }

  .form-submit {
    flex-flow: row wrap;
  }

  .registry-tab__item {
    padding: 5px 2px;
    font-size: 10px;
  }

  .registry-tab__item::before {
    font-size: 10px;
  }

  .registry-tab__item::after {
    right: -10px;
    width: 20px;
    height: 20px;
  }

  .registry-tab__item.active {
    z-index: 30;
  }

  .registry-tab__item.active::after {
    z-index: -1;
  }

  .registry-tab__item:nth-child(2) {
    padding-left: 20px;
  }

  button.form-btn {
    max-width: 210px;
    padding: 5px 36px;
  }

  .form-thanks__lead {
    margin-bottom: 27px;
    text-align: left;
  }

  .form-thanks__text {
    margin-bottom: 47px;
    text-align: left;
  }

  .form-thanks__link {
    max-width: 210px;
    padding: 3px 36px;
  }

  .form-thanks__link {
    max-width: 280px;
    padding: 5px 36px;
  }
}

/* REGISTRY-CONFIRM
   ========================================================================== */
.registry-confirm .form__unit,
.application-confirm .form__unit {
  gap: 70px;
}

@media screen and (max-width: 768px) {
  .registry-confirm .form__unit,
  .application-confirm .form__unit {
    gap: 0;
  }
}

/* COMMERCIAL TRANSACTIONS
   ========================================================================== */
.commercial {
}

.commercial-content {
  margin-top: 60px;
}

.commercial__list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px 13px 16px 0;
  border-bottom: 1px solid #888;
}

.commercial__term {
  width: 28%;
  font-size: 14px;
  font-weight: bold;
}

.commercial__desc {
  width: 100%;
}

.commercial__text {
  font-size: 14px;
  font-weight: 500;
  /* line-height: 1.85; */
  line-height: 2.14;
}

.commercial__text a {
  border-bottom: 1px solid;
  text-decoration: none;
  color: #e2893b;
  line-height: 1.2;
  cursor: pointer;
}

.commercial__text--second {
  color: #d36767;
  font-size: 14px;
  font-weight: bold;
}

.commercial__text--third {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
}

.commercial__lead {
  font-size: 16px;
  font-weight: bold;
}

.commercial__lead--second {
  color: #d36767;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}

.commercial__note {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.commercial__text + .commercial__lead--second,
.commercial__note + .commercial__lead--second {
  margin-top: 34px;
}

.commercial-deco {
  margin: 30px auto;
  border-bottom: 1px dotted #707070;
}

@media screen and (max-width: 520px) {
  .commercial__list {
    flex-flow: row wrap;
  }

  .commercial__term {
    width: 100%;
  }
}

/* PRIVACY POLICY
   ========================================================================== */

.privacy-content {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
}

.privacy__lead {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

.privacy__unit {
  margin-bottom: 30px;
}

.privacy__title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.privacy__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f6dbc4;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transform: translate(-50%, -50%);
}

.privacy__title--first::before {
  content: "1";
}

.privacy__title--second::before {
  content: "2";
}

.privacy__title--third::before {
  content: "3";
}

.privacy__title--four::before {
  content: "4";
}

.privacy__title--five::before {
  content: "5";
}

.privacy__title--six::before {
  content: "6";
}

.privacy__detail {
  padding-left: 30px;
}

.privacy__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

.privacy__list {
  margin-bottom: 20px;
  padding-left: 14px;
}

.privacy__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

@media screen and (max-width: 520px) {
  .privacy__title {
    padding-left: 52px;
  }

  .privacy__title::before {
    left: 25px;
  }

  .privacy__detail {
    padding: 0;
  }

  .privacy__list {
    margin-top: 20px;
    padding-left: 32px;
  }
}

/* BROWSING
   ========================================================================== */

.browsing {
}

.browsing-intro {
  padding: 67px 15px;
  text-align: center;
}

.browsing-intro__lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.browsing-intro__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

.browsing__unit {
  margin-bottom: 90px;
}

.browsing__unit:last-child {
  margin-bottom: 0;
}

.browsing__title {
  position: relative;
  margin-bottom: 34px;
  padding: 24px 40px;
  border-radius: 16px;
  background-color: #fcf3eb;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  /* font-family: ; */
}

.browsing__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
  background-image: url(/assets/front/images/common/icon/Icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.browsing-section {
  margin-bottom: 80px;
}

.browsing__heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.browsing__heading::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f6dbc4;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.browsing__heading--first::before {
  content: "1";
}

.browsing__heading--second::before {
  content: "2";
}

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

.browsing-group + .browsing-group {
  margin-top: 90px;
}

.browsing-desc {
  max-width: 500px;
  width: 100%;
}

.browsing__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

.browsing__links {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.browsing__link {
  max-width: 221px;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
}

.browsing__link::after {
  margin-top: -4px;
  transform: rotate(-45deg);
}

.browsing-catch {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.browsing__caption {
  max-width: 181px;
  width: 100%;
  margin: 0 auto;
}

.browsing__lead {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85;
}

.browsing-sample {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.browsing-sample__caption {
  max-width: 450px;
  width: 100%;
}

.browsing-icon {
  max-width: 105px;
  width: 100%;
}

.browsing-supplement {
  margin-top: 160px;
}

.browsing-supplement__list {
  display: flex;
  gap: 26px;
  margin-top: 25px;
}

.browsing-supplement__list img {
  max-width: 72px;
  width: 100%;
}

.browsing-guidance__text {
  margin-top: 67px;
  margin-bottom: 38px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
}

.browsing-guidance__link {
  margin: 0 auto;
}

@media screen and (max-width: 520px) {
  .browsing-intro {
    padding: 24px 16px 62px;
    text-align: left;
  }

  .browsing__unit {
    margin-bottom: 62px;
  }

  .browsing__title {
    margin-bottom: 30px;
    padding: 24px 13px;
  }

  /* .browsing-section {
    margin-bottom: 62px;
  } */

  .browsing-group {
    flex-flow: row wrap;
  }

  .browsing__links {
    justify-content: center;
    flex-flow: row wrap;
  }

  .browsing__link {
    margin-bottom: 22px;
  }

  .browsing__caption--second {
    max-width: 313px;
    margin: 32px auto 0;
  }

  .browsing-sample {
    flex-flow: row wrap;
    gap: 35px;
  }

  .browsing-detail {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .browsing-supplement {
    margin: 0 auto;
  }

  .browsing-guidance__text {
    margin: 0 auto 30px;
    text-align: left;
  }
}

/* COMPANY
   ========================================================================== */

.company {
}

.company-content {
  margin-top: 0;
}

.company__head {
  margin-bottom: 80px;
}

.company-intro {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 80px;
}

.company-intro__caption {
  max-width: 432px;
  width: 100%;
}

.company-intro__text {
  font-size: 14px;
  line-height: 1.85;
}

.company-desc {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 70px 70px 53px 55px;
  border-radius: 16px;
  background-color: #fdf9f5;
}

.company-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px 0;
  border-bottom: 90px solid transparent;
  border-left: 100px solid #f6dbc4;
  z-index: 5;
}

.company-desc__title {
  margin-bottom: 30px;
  font-size: 20px;
  /* font-family: ; */
  line-height: 1.5;
}

.company-desc__text {
  font-size: 18px;
  font-weight: bold;
  /* font-family: ; */
  line-height: 1.9;
}

.company-desc__caption {
  /* width: 100%; */
}

.company-desc__caption img {
  max-width: 112px;
}

.company-desc__name {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.company-desc__name span {
  display: block;
  font-size: 12px;
}

.company__title {
  position: relative;
  padding: 24px 40px;
  border-radius: 16px;
  background-color: #fcf3eb;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  /* font-family: ; */
}

.company__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
  background-image: url(/assets/front/images/common/icon/Icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.company-group {
  margin-top: 50px;
  margin-bottom: 80px;
}

.company__list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px 13px 16px 0;
  border-bottom: 1px solid #888;
}

.company__term {
  width: 28%;
  font-size: 14px;
  font-weight: bold;
}

.company__desc {
  width: 100%;
  font-size: 14px;
  line-height: 1.85;
}

@media screen and (max-width: 520px) {
  .company__head {
    margin-top: 23px;
    margin-bottom: 64px;
  }

  .company-intro {
    flex-flow: row wrap;
    gap: 24px;
    margin-bottom: 62px;
  }

  .company-intro__text {
    font-size: 14px;
    line-height: 1.85;
  }

  .company-desc {
    flex-flow: row wrap;
    gap: 26px;
    padding: 30px 16px;
  }

  .company-desc__caption {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    margin: 0 auto;
  }

  .company-desc__title {
    margin-bottom: 17px;
    text-align: center;
  }

  .company-desc__name {
    margin-top: 0;
  }

  .company-group {
    margin-bottom: 24px;
  }

  .company__list {
    flex-flow: row wrap;
    gap: 14px;
  }

  .company__term {
    width: 100%;
  }
}

/* GUIDE
   ========================================================================== */

.guide {
}

.guide-content {
  margin-top: 0;
}

.guide__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.guide__text.mt-30 {
  margin-top: 30px;
}

.guide__text--bold {
  font-weight: bold;
}

.guide__text--large {
  font-size: 16px;
}

.guide__text--small {
  font-size: 12px;
}

.guide__caution {
  color: #d36767;
  font-weight: 500;
}

.guide-top {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-flow: row wrap;
  gap: 20px;
  margin: 40px auto 80px;
}

.guide-top__link {
  position: relative;
  max-width: 304px;
  width: 100%;
  padding: 24px 21px;
  border-radius: 16px;
  background-color: #fcf3eb;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  /* font-family: ; */
  text-align: center;
  z-index: 10;
}

.guide-top__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
  background-image: url(/assets/front/images/common/icon/Icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.guide__body {
  margin-bottom: 30px;
}

.guide__unit {
  margin-bottom: 80px;
  cursor: pointer;
}

.guide__unit:last-child {
  margin-bottom: 0;
}

.guide__head,
.information-modal__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 40px; */
  padding: 24px 30px 24px 40px;
  border-radius: 16px;
  background-color: #fcf3eb;
  z-index: 10;
}

.guide__head::after,
.information-modal__head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
  background-image: url(/assets/front/images/common/icon/Icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.guide__title,
.information-modal__title {
  font-size: 20px;
  font-weight: 500;
  /* font-family: ; */
}

.guide__note {
  position: relative;
  padding-right: 30px;
  color: #e2893b;
  font-size: 16px;
}

.guide__note::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  margin-left: 9px;
  background-image: url(/assets/front/images/common/icon/icon_menu.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}

.guide__note.open::after {
  margin-top: -10px;
  transform: rotate(0deg);
}

.guide__foot {
  display: none;
  padding: 0 30px 0 40px;
  margin-top: 40px;
}

.guide__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.guide__wrap + .guide__wrap {
  padding-top: 40px;
  border-top: 1px dotted #707070;
}

.guide__video,
.guide-feature {
  max-width: 520px;
}

.guide-detail {
  max-width: 372px;
  width: 100%;
}

.guide-detail img {
  width: 15px;
}

.guide__lead {
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: bold;
}

.guide__menu {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #888;
}

.guide__menu:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #888;
}

.guide__heading {
  font-size: 16px;
  font-weight: bold;
}

.guide-area {
  max-width: 865px;
  width: 100%;
  margin-top: 33px;
  margin-left: auto;
}

.guide-area + .guide-area {
  padding-top: 26px;
  border-top: 1px dotted #707070;
}

.guide__list {
  margin: 26px auto;
}

.guide__item {
  font-size: 14px;
  font-weight: 500;
}

.guide__link {
  display: block;
  max-width: 304px;
  margin: 30px auto 0;
  padding: 11px 20px;
  border-radius: 16px;
  background-color: #f6dbc4;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  /* font-family: ; */
  text-align: center;
  transition: 0.3s;
}

.guide__link:hover {
  opacity: 0.8;
}

ul.guide__text {
    list-style: none;
}
ul.guide__text > li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .guide-top {
    justify-content: center;
  }

  .guide__wrap {
    flex-flow: row wrap;
  }

  .guide__video,
  .guide-feature {
    max-width: 100%;
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 520px) {
  .guide-top {
    display: none;
  }

  .guide__body {
    margin-top: 66px;
  }

  .guide__unit {
    margin-bottom: 65px;
  }

  .guide__head {
    padding: 10px 13px;
  }

  .guide__title {
    font-size: 18px;
  }

  .guide__note {
    font-size: 12px;
    text-align: right;
  }

  .guide-icon {
    display: block;
    margin-left: auto;
  }

  .guide-area {
    padding-left: 30px;
  }

  .guide__link {
    display: none;
  }

  .guide__foot {
    padding: 0 13px;
    margin-top: 30px;
  }
}

/* HISTORY
   ========================================================================== */
.history-content {
  margin-top: 0;
}

.history__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 18px;
}

.history__title img {
  width: 38px;
}

.history__text {
  font-size: 14px;
  line-height: 1.85;
}

.history-icon {
  display: inline-block;
  max-width: 52px;
  width: 100%;
  margin-right: 5px;
}

.history-emphasis {
  font-size: 12px;
  text-align: right;
}

.history-area {
  margin-top: 70px;
}

.history-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.history-head {
  background-color: #fcf3eb;
}

.history-header {
  padding: 9px 10px;
  font-size: 14px;
  font-weight: bold;
}

.history-header:nth-child(1) {
  width: 80px;
}

.history-header:nth-child(2) {
  width: 306px;
}

.history-header:nth-child(3) {
  width: 140px;
}

.history-header:nth-child(4) {
  width: 106px;
}

.history-header:nth-child(5) {
  width: 114px;
}

.history-header:nth-child(6) {
  width: 66px;
}

.history-header:nth-child(7) {
  width: 60px;
}

.history-head__row {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.history-body {
  background-color: #fff;
}

.history-body__row {
  border-bottom: 1px dotted #707070;
}

.history-data {
  padding: 21px 4px 27px;
  font-size: 14px;
  line-height: 1.85;
  vertical-align: baseline;
}

.history__detail {
  width: 60px;
}

.history__detail--second {
  max-width: 210px;
  width: 100%;
}

.history__unit {
  margin-bottom: 40px;
}

.history-main {
  padding: 17px 0 20px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  background-color: #fcf3eb;
}

.history__list {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-bottom: 12px;
}

.history__term {
  max-width: 72px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.history__desc {
  font-size: 14px;
  line-height: 1.85;
}

.history-sub .history__list {
  margin-bottom: 0;
  padding: 12px 0;
  border-top: none;
  border-bottom: 1px dotted #888;
}

.history-sub .history__list:last-child {
  border-bottom: 1px solid #888;
}

/* QUOTE
   ========================================================================== */

.history-header--second:nth-child(1) {
  width: 350px;
}

.history-header--second:nth-child(2) {
  width: 130px;
}

.history-header--second:nth-child(3) {
  width: 190px;
}

.history-header--second:nth-child(4) {
  width: 90px;
}

.history__link--second {
  position: relative;
  max-width: 87px;
  width: 100%;
  cursor: pointer;
}

.history__link--second::after {
  right: 14px;
  margin-top: -5px;
  transform: rotate(-45deg);
}

.history__link--third {
  position: relative;
  max-width: 87px;
  width: 100%;
  padding: 5px 14px;
  border: 2px solid #888;
  background-color: #fff;
  color: #888;
  cursor: pointer;
}

.history__link--third::after {
  right: 14px;
  margin-top: -5px;
  border-color: #888;
  transform: rotate(-45deg);
}

.history__list--second {
  flex-flow: row wrap;
  margin-bottom: 0;
}

.history__term--second,
.history__desc--second {
  max-width: 100%;
  width: 100%;
}

.quote-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(136, 136, 136, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.quote-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  max-width: 2440px;
  /* width: 100%; */
  width: 95%;
  height: 95%;
  padding: 50px 82px;
  border-radius: 20px;
  background-color: #fff;
  z-index: 1500;
  transform: translate(-50%, -50%);
}

.quote-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 13px;
  cursor: pointer;
}

.quote-modal-catch {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quote-modal-catch img {
  max-width: 83px;
}

.quote-modal__lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.quote-modal-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.quote-modal__head {
  background-color: #fcf3eb;
}

.quote-modal-head__row {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.quote-modal-header {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
}

.quote-modal-header:nth-child(1) {
  width: 40px;
}

.quote-modal-header:nth-child(2) {
  width: 334px;
}

.quote-modal-header:nth-child(3) {
  width: 120px;
}

.quote-modal-header:nth-child(4) {
  width: 190px;
}

.quote-modal-header:nth-child(5) {
  width: 50px;
}

.quote-modal-header:nth-child(6) {
  width: 68px;
}

.quote-modal-header:nth-child(7) {
  width: 68px;
}

.quote-modal-header:nth-child(8) {
  width: 80px;
}

.quote-modal-body__row {
  border-bottom: 1px dotted #707070;
}

.quote-modal-data {
  padding: 20px 0;
  font-size: 14px;
  vertical-align: baseline;
}

button.quote-modal-btn {
  padding: 10px 32px;
  text-align: center;
}

button.quote-modal-btn::after,
button.quote-modal-submit::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

button.quote-modal-back {
  padding: 10px 25px;
  background-color: #fff;
  color: #888;
}

button.quote-modal-back::after {
  border-top: 1px solid #888;
  border-right: 1px solid #888;
}

button.quote-modal-submit {
  padding: 12px 32px;
  border: none;
  background-color: #e1893a;
  text-align: center;
}

.quote-modal .history__list.history__list--second {
  border: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .history__link--second,
  .history__link--third {
    margin: 0;
  }

  .quote-modal-catch img {
    max-width: 38px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 520px) {
  .history__desc--second {
    max-width: 100%;
    width: 100%;
  }

  .history__link--second,
  .history__link--third {
    max-width: 210px;
    margin: 0;
    text-align: center;
  }

  .history__link--second::after,
  .history__link--third::after {
    right: 30%;
  }

  .quote-modal {
    width: 90%;
    height: 85%;
    /* height: 770px; */
    padding: 47px 16px;
    overflow: auto;
  }

  .quote-modal-catch {
    flex-flow: row wrap;
  }

  .quote-modal__lead {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .quote-modal__text {
    font-size: 14px;
  }

  button.quote-modal-back,
  button.quote-modal-btn {
    padding: 2px 25px;
  }
}

/* CART
   ========================================================================== */

.cart .history-body__row:last-child {
  border-bottom: none;
}

.cart-tab {
  margin: 0 auto 50px;
}

.cart-content {
  margin-top: 0;
}

.cart-note {
  font-size: 14px;
  line-height: 2;
}

.cart-area {
  margin-top: 50px;
}

.history-header--third:nth-child(1) {
  width: 227px;
}

.history-header--third:nth-child(2) {
  width: 118px;
}

.history-header--third:nth-child(3) {
  width: 118px;
}

.history-header--third:nth-child(4) {
  width: 64px;
}

.history-header--third:nth-child(5) {
  width: 68px;
}

.history-header--third:nth-child(6) {
  width: 58px;
}

.history-header--third:nth-child(7) {
  width: 70px;
}

.history-header--third:nth-child(8) {
  width: 80px;
}

.history-header--third:nth-child(9) {
  width: 74px;
}

.cart-name {
  color: #2f92b6;
  text-decoration: underline;
  font-size: 14px;
}

.cart__link {
  max-width: 74px;
  margin: 0 auto 6px;
  padding: 0px 15px;
  border: none;
}

.cart__link:last-child {
  margin-bottom: 0;
}

.cart__link::after {
  right: 14px;
  margin-top: -5px;
  transform: rotate(-45deg);
}

.cart__link--second {
  max-width: 120px;
  margin: 0 0 0 auto;
  padding: 5px 20px;
}

.cart__desc {
  padding: 16px 13px 20px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #f2f3f4;
  text-align: right;
}

.cart__text {
  margin-bottom: 3px;
  color: #d36767;
  font-size: 18px;
}

.cart__text span {
  font-weight: bold;
}

.cart__tax {
  font-size: 12px;
}

.cart__procedure {
  margin: 40px auto 24px;
  font-size: 14px;
  text-align: center;
}

a.cart-btn,
button.cart-btn {
  padding: 10px 32px;
  text-align: left;
}

a.cart-btn--first,
button.cart-btn--first {
  padding: 10px 24px;
  border: 1px solid #e2893b;
  background-color: #e2893b;
}

a.cart-btn--second,
button.cart-btn--second {
  padding: 10px 17px;
}

a.cart-confirm-btn,
button.cart-confirm-btn {
  text-align: center;
}

a.cart-selectitem-btn,
button.cart-selectitem-btn {
  max-width: 325px;
  padding: 11px 24px;
  text-align: center;
}

button.cart-confirm-btn.expired {
  color: red;
  border-color: red;
  background-color: #fff;
  pointer-events: none;
}

.cart__list {
  display: flex;
  flex-flow: row wrap;
  /* justify-content: space-between; */
  gap: 26px;
}

.cart__item {
  position: relative;
  max-width: 300px;
  width: 100%;
  padding: 25px;
  border: 1px solid #b4b4b4;
  border-radius: 16px;
  background-color: #fff;
}

.cart__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 33px;
  background-image: url(/assets/front/images/cart/arrow_tri.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.cart__caption {
  max-width: 115px;
  width: 100%;
  margin: 0 auto 25px;
}

.cart__item .form-submit {
  padding: 0;
  margin-top: 18px;
  gap: 10px;
}

.cart__item button.cart-btn {
  padding: 3px 12px;
}

.cart__item button.cart-btn::after {
  right: 10px;
}

@media screen and (max-width: 768px) {
  .cart .history__desc {
    width: 100%;
  }

  .cart__link {
    display: inline-block;
    max-width: 120px;
    margin: 0 auto;
    padding: 4px;
    text-align: center;
  }

  .cart__link:last-child {
    margin-left: 12px;
  }

  .cart__link::after {
    right: 30px;
  }

  .cart__link--second::after {
    right: 15px;
  }

  a.cart-btn,
  button.cart-btn {
    padding: 3px 32px;
    text-align: center;
  }

  a.cart-btn--first,
  button.cart-btn--first {
    padding: 4px 15px;
  }

  a.cart-btn--second,
  button.cart-btn--second {
    padding: 3px 15px;
  }

  .cart__list {
    justify-content: space-between;
    gap: 12px 0;
  }

  .cart__item {
    max-width: 100%;
    width: 48.5%;

    /* 2023_02_23 */
    padding: 15px;
  }

  .cart__caption {
    max-width: 85px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 520px) {
  .cart__link--second {
    margin-left: 25px;
    padding: 4px 21px;
    text-align: left;
  }

  .cart__link--second::after {
    right: 15px;
  }
}

/* CART-CONFIRM
   ========================================================================== */

.cart-confirm-tab {
  display: flex;
  align-items: center;
}

.cart-tab__link {
  max-width: 120px;
  margin: 0 0 0 30px;
  text-align: center;
}

.cart-tab__link::after {
  left: 20px;
  right: inherit;
  margin-top: -5px;
  transform: rotate(135deg);
}

.cart-confirm-tab__list {
  width: 100%;
}

.cart-confirm-area {
  margin-top: 40px;
}

.cart-confirm-area--second {
  margin-top: 90px;
}

.cart-confirm-catch {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.cart-confirm__text {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px dotted #707070;
  font-size: 14px;
}

.cart-confirm-content {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.cart-confirm-note {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 2;
}

.cart-confirm-more {
  position: relative;
  padding-left: 30px;
  color: #e2893b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.cart-confirm-more::before,
.cart-confirm-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 4px;
  height: 18px;
  background: #e1893a;
}

.cart-confirm-more::before {
  transform: translateY(-50%);
}

.cart-confirm-more::after {
  transform: translateY(-50%) rotate(-90deg);
}

.cart-confirm__caution {
  color: #d36767;
  font-size: 14px;
}

.cart-confirm-container {
  width: 100%;
}

.cart-confirm__caption {
  max-width: 270px;
  width: 100%;
}

.cart-confirm__caption--second {
  max-width: 239px;
}

.cart-confirm-summary {
  margin-top: 25px;
  padding-top: 20px;
  padding-left: 55px;
  border-top: 1px dotted #707070;
}

.cart-confirm-detail {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 30px;
}

.cart-confirm-detail__text {
  font-size: 12px;
  line-height: 2.16;
}

@media screen and (max-width: 768px) {
  .cart-confirm-tab {
    flex-flow: row wrap;
  }

  .cart-tab__link {
    margin: 0 0 20px 0;
  }

  .cart-confirm .form-checkbox.form-checkbox--second {
    width: auto;
  }

  .cart-confirm .form-checkbox.form-checkbox--third {
    width: 100%;
  }

  .cart-confirm .cart__link--second::after {
    right: 15px;
  }

  .cart-confirm-summary {
    padding-left: 30px;
  }
}

@media screen and (max-width: 520px) {
  .cart-confirm-tab {
    flex-flow: row wrap;
    margin-top: 30px;
    margin-bottom: 27px;
  }

  .cart-tab__link {
    padding: 0 0 0 15px;
    background-color: unset;
    color: #707070;
    text-align: left;
    text-decoration: underline;
  }

  .cart-tab__link::after {
    left: 0;
    border-width: 1px;
    border-color: #707070;
    transform: rotate(135deg);
  }

  .cart-content {
    margin-top: 27px;
  }

  .cart-confirm .form-checkbox {
    flex-flow: row wrap;
    max-width: 100%;
    width: 100%;
  }
}

/* CART-EDIT
   ========================================================================== */

.cart-edit-content {
  margin-top: 0;
}

.cart-edit-area {
  margin-top: 80px;
}

.cart-edit-area:first-child {
  margin-top: 0;
}

.cart-edit-area:nth-child(2) {
  margin-bottom: 80px;
}

dl.cart-edit__list {
  display: flex;
  align-items: stretch;
  margin: 0;
  border-bottom: 1px dotted #707070;
}

.cart-edit__list:first-child {
  border-top: 1px solid #707070;
}

.cart-edit__list:last-child {
  border-bottom: 1px solid #707070;
}

.cart-edit__term {
  max-width: 135px;
  width: 100%;
  padding: 15px 0;
  background-color: #fcf3eb;
  font-size: 14px;
  font-weight: bold;
}

.cart-edit__term--second {
  background-color: #f2f3f4;
}

.cart-edit__desc {
  width: 100%;
  padding: 15px 0 15px 45px;
  font-size: 14px;
}

.cart-edit-detail {
  display: flex;
  gap: 14px;
}

.cart-edit-matter {
  max-width: 185px;
  width: 100%;
}

.cart-edit-matter__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  font-weight: bold;
}

.cart-edit-matter__text {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #707070;
  font-size: 14px;
}

input.cart-edit-input {
  max-width: 165px;
  width: 100%;
  margin-right: 11px;
  padding: 5px 18px;
  border-radius: 10px;
  border: 1px solid #707070;
  font-size: 16px;
}

@media screen and (max-width: 520px) {
  .cart-edit__list {
    background-color: #fff;
  }

  .cart-edit__list:first-child .cart-edit__term,
  .cart-edit__list:first-child .cart-edit__desc {
    background-color: #fcf3eb;
  }

  .cart-edit__list:first-child .cart-edit__term.cart-edit__term--second,
  .cart-edit__list:first-child .cart-edit__term.cart-edit__term--second + .cart-edit__desc {
    background-color: #f2f3f4;
  }

  .cart-edit__term {
    max-width: 72px;
    background-color: #fff;
  }

  .cart-edit__desc {
    padding-left: 10px;
  }
}

/* SEARCH
   ========================================================================== */

.search-content {
  margin-top: 0;
}

.search-form-inner {
  position: relative;
}

.search-tab input.search {
  margin: 30px 0;
}
.search-tab__list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  margin: 30px auto;
}

.search-tab__list .search-tab__wrap:nth-child(n+9) {
  display: none;
}

.search-tab-category {
  padding: 6px 25px;
  border: 1px solid #707070;
  border-radius: 50px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  color: #333;
}

.search-tab-category:hover,
.search-tab-category.active {
  border-color: #e1893a;
  background-color: #f6dbc4;
}

.search-area {
  margin-top: 40px;
}

.search-group {
  margin-bottom: 52px;
}

.search__list {
  display: flex;
  align-items: stretch;
  margin: 0;
  border-bottom: 1px dotted #707070;
  background-color: #fff;
}

.search__list:first-child {
  border-top: 1px solid #707070;
}

.search__list:last-child {
  border-bottom: 1px solid #707070;
}

.search__term {
  position: relative;
  display: flex;
  max-width: 184px;
  width: 100%;
  padding: 20px 10px;
  background-color: #fcf3eb;
  font-size: 15px;
  font-weight: bold;
  flex-wrap: wrap;
  align-items: center;
}

.search-cancel {
  position: relative;
  display: inline-block;
  padding: 1px 3px;
  /* padding-left: 14px; */
  margin-left: auto;
  font-size: 11px;
  text-align: right;
  color: #ff6a6a;
  background: #fff;
  border: 1px solid #ff6a6a;
  box-sizing: border-box;
  cursor: pointer;
}
.search-cancel:hover {
  color: #fff;
  background: #ff6a6a;
}
.search-cancel.category {
  text-align: left;
  margin-left: 0;
}

/*.search-cancel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(225deg);
}*/

.search__desc {
  width: 100%;
  padding: 20px 0 20px 32px;
}

.search__desc .common__link {
  margin: 0;
}

.search-container {
  display: flex;
  flex-flow: row wrap;
  gap: 14px 16px;
  margin-bottom: 20px;
}

.search-container .form-checkbox {
  max-width: unset;
  width: auto;
}

.search__text {
  font-size: 18px;
}

.search__text span {
  display: inline-block;
  margin-right: 5px;
  color: #e1893a;
  font-size: 30px;
  font-weight: bold;
}

.search__inner .content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 64px;
}

.search__inner .sidebar {
  display: none;
}

.search-result {
  margin: 0 auto 43px;
  padding: 14px 18px 14px 30px;
  border-radius: 16px;
  background-color: #fcf3eb;
}

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

.search-result__text {
  font-size: 20px;
}

.search-result__text span {
  display: inline-block;
  margin-top: -2px;
  font-size: 14px;
  /*vertical-align: text-bottom;*/
  vertical-align: middle;
}

.search-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.search-display {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.search-toggle,
.products-toggle {
  max-width: 137px;
  min-width: 137px;
  width: 100%;
  height: 34px;
  border: 1px solid #707070;
  border-radius: 100px;
  background-color: #fff;
}

.search-toggle__text,
.products-toggle__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.search-toggle-btn,
.products-toggle-btn {
  position: relative;
  top: 50%;
  max-width: 137px;
  width: 100%;
  height: 34px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.search-toggle-layer .products-toggle-layer {
  border-radius: 100px;
}

input[type="checkbox"].search-toggle-check,
input[type="checkbox"].products-toggle-check {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.search-toggle__text,
.products-toggle__text {
  z-index: 2;
}

.search-toggle-layer,
.products-toggle-layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

.search-toggle-btn .search-toggle__text:before,
.search-toggle-btn .search-toggle__text:after,
.search-toggle-btn .search-toggle__text span,
.products-toggle-btn .products-toggle__text:before,
.products-toggle-btn .products-toggle__text:after,
.products-toggle-btn .products-toggle__text span {
  position: absolute;
  top: 7px;
  max-width: 73px;
  width: 100%;
  height: 26px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 5px 4px;
  border-radius: 100px;
  transition: 0.3s ease all;
}

.search-toggle-btn .search-toggle__text:before,
.products-toggle-btn .products-toggle__text:before {
  content: "";
  left: 4px;
  background-color: #e1893a;
}

.search-toggle-btn .search-toggle__text:after,
.products-toggle-btn .products-toggle__text:after {
  content: "詳細";
  right: -4px;
  color: #333;
}

.search-toggle-btn .search-toggle__text span,
.products-toggle-btn .products-toggle__text span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

.search-toggle-btn .search-toggle-check:checked + .search-toggle__text span,
.products-toggle-btn .products-toggle-check:checked + .products-toggle__text span {
  color: #4e4e4e;
}

.search-toggle-btn .search-toggle-check:checked + .search-toggle__text:before,
.products-toggle-btn .products-toggle-check:checked + .products-toggle__text:before {
  left: 78px;
  max-width: 50px;
  width: 100%;
  background-color: #e1893a;
}

.search-toggle-btn .search-toggle-check:checked + .search-toggle__text:after,
.products-toggle-btn .products-toggle-check:checked + .products-toggle__text:after {
  color: #fff;
}

.search-toggle-btn .search-toggle-check:checked ~ .search-toggle-layer,
.products-toggle-btn .products-toggle-check:checked ~ .products-toggle-layer {
  background-color: #fcebeb;
}

.display-type {
  display: flex;
  align-items: center;
  margin-left: auto;
  min-width: 272px;
}

.display-type__title {
  font-size: 14px;
}

.display-type__items {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 5px 0;
  border-radius: 100px;
  transition: 0.3s ease all;
  border: 1px solid #333;
  position: relative;
}

.display-type__item {
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
  padding: 0 10px;
  cursor: pointer;
}

.background-slide {
  position: absolute;
  display: inline-block;
  background-color: #e1893a;
  border-radius: 100px;
  z-index: -1;
  transition: 0.3s ease all;

  /* 初期値 */
  width: 75.3125px;
  height: 23.7969px;
  top: 5px;
  left: 5px;
}

.display-type__item.is-active {
  color: #fff;
  transition: 0.3s ease all;
}

.category_search-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-flow: row wrap;
}

.category_search-wrap .category_search-btn {
  display: inline-flex;
  max-width: 180px;
  width: 18.5%;
  margin-bottom: 10px;
  padding: 4px 4px;
  border-radius: 50px;
  background-color: #fcf3eb;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.category_search-wrap .category_search-btn:hover,
.category_search-wrap .category_search-btn.active {
  background-color: #f6dbc4;
}

.category_search-wrap .category_search-btn.empty {
  padding: 0;
}

.sub_category_search-form-container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 100%;
  padding: 20px 0 20px 32px;
  display: flex;
  flex-flow: row wrap;
  gap: 14px 16px;
}

.sub_category_search-form-container .form-checkbox {
  max-width: unset;
  width: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 1279px) {
  .image-add .search-section {
    flex-wrap: wrap;
  }

  .image-add .search-pagination {
    max-width: none;
    border-top: none;
    border-bottom: none;
  }

  .image-add .search-pagination__list {
    max-width: 450px;
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin: 10px 0 0 auto;
  }

  .category_search-wrap .category_search-btn {
    display: inline-flex;
    max-width: 180px;
    width: 23.5%;
  }

  .sub_category_search-form-container {
    padding: 20px 0;
  }
}

@media screen and (max-width: 819px) {
  .image-add .search__text {
    width: 100%;
  }

  .image-add .display-type {
    margin: 10px 0;
  }

  .image-add .search-pagination__list {
    max-width: 100%;
  }

  .category_search-wrap .category_search-btn {
    display: inline-flex;
    max-width: 180px;
    width: 31.5%;
  }
}

@media screen and (max-width: 549px) {
  .image-add .display-type {
    width: 100%;
    margin: 10px 0 0;
  }

  .image-add .display-type {
    margin: 20px 0 0;
  }

  .image-add .search-number {
    margin: 25px 0 0;
    max-width: none;
  }

  .image-add .search-pagination {
    margin: 25px 0 0;
  }

  .image-add .search-pagination__list {
    margin: 0;
  }

  .category_search-wrap .category_search-btn {
    display: inline-flex;
    max-width: none;
    width: 48.5%;
  }
}

.search-number {
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: 184px;
  width: 100%;
  margin-left: 24px;
}

.search-number .form-select {
  max-width: 108px;
  width: 100%;
}

.search-pagination {
  margin-left: auto;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.news-post .search-pagination {
  max-width: 450px;
  width: 100%;
}

.search-pagination__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.search-pagination__item:not(:first-child):not(:last-child) {
  margin: 0 4px;
}

.search-pagination__item.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.search-pagination__link {
  display: flex;
  max-width: 40px;
  width: 40px;
  height: 40px;
  color: #333;
  font-size: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.search-pagination__link.active {
  background-color: #e1893a;
  color: #fff;
}

.search-pagination__link--prev,
.search-pagination__link--next {
  position: relative;
  max-width: 85px;
  width: 100%;
  font-size: 14px;
  padding: 8px 16px;
  white-space: nowrap;
}

.search-pagination__link--prev::before,
.search-pagination__link--next::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(45deg);
  transition: 0.3s;
}

.search-pagination__link--prev::before {
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}

.search-pagination__link--next::after {
  right: 0;
  transform: translateY(-50%) rotate(315deg);
}

.search-pagination__link--first {
  border-left: 1px dotted #707070;
}

.search-pagination__link--last {
  border-right: 1px dotted #707070;
}

.search-group {
  margin: 20px auto;
}

.search-table {
}

.search-head {
  background-color: #fcf3eb;
}

.search-head__row {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.search-header {
  position: relative;
  padding: 9px 10px 9px 0;
  font-size: 14px;
  font-weight: bold;
}

.search-header:nth-child(1) {
  width: 170px;
  padding-left: 10px;
}

.search-header:nth-child(2) {
  width: 252px;
}

.search-header:nth-child(3),
.search-header:nth-child(5),
.search-header:nth-child(7) {
  width: 130px;
}

.search-header:nth-child(4) {
  width: 280px;
}

.search-header:nth-child(6) {
  width: 56px;
}

.search-annotation {
  width: 15px;
  margin-top: -3px;
  margin-left: 2px;
  cursor: pointer;
}

.search-modal {
  display: none;
  position: absolute;
  bottom: 35px;
  left: -80px;
  width: 260px;
  padding: 12px 10px 30px 10px;
  background-image: url(/assets/front/images/search/deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.search-modal.active {
  display: block;
}

.search-modal__list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}

.search-modal__term {
  width: 32px;
  font-size: 14px;
  text-align: right;
}

.search-modal__desc {
  font-size: 14px;
}

.search-modal-price {
  color: #e2893b;
  font-weight: 500;
}

.search-modal-tax {
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px solid #b4b4b4;
  font-size: 14px;
}

.search-body {
  background-color: #fff;
}

.search-body__row {
  border-bottom: 1px dotted #707070;
}

.search-body__row:last-child {
  border-bottom: 1px solid #707070;
}

.search-data {
  padding: 20px 10px 20px 0;
  font-size: 14px;
  line-height: 1.85;
  vertical-align: top;
}

.search-data img {
  max-width: 116px;
  width: 100%;
  margin: 0 auto;
}

/*.search-stock {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}*/

.search-stock {
  font-size: 22px;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.search-shipping {
  display: block;
  margin-top: 5px;
  color: #0000ff;
  text-align: center;
  line-height: 1.4;
}

.search-main .search__unit {
  align-items: center;
  border-bottom: 1px solid #888;
}

.search-timeline .search-main .search__term {
  max-width: 110px;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #888;
  border-radius: 18px;
}

.search-timeline .search-main .search__term img {
  width: 80px;
  margin: 0 auto;
}

.search__unit {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px dotted #888;
}

.search__unit:last-child {
  border-bottom: 1px solid #888;
}

.search-timeline .search__term {
  padding: 0;
  background-color: #fff;
  border: none;
}

.search-timeline .search-sub .search__term {
  max-width: 72px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.search-timeline .search-sub .search__desc {
  padding: 0;
  font-size: 14px;
  line-height: 1.85;
}

.search-group__wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 70px;
}

.search-timeline--second {
  max-width: 600px;
  width: 100%;
}

.search-timeline--second .search-main {
  margin-bottom: 18px;
}

.search-timeline--second .search-main .search__unit {
  gap: 22px;
  padding: 0;
  border: none;
}

.search-timeline--second .search-main .search__term {
  max-width: 153px;
  padding: 7px 15px;
}

.search-timeline--second .search-main .search__term img {
  width: 115px;
}

.search-timeline--second .search-main .search__desc {
  padding: 0;
}

.search-table__wrap {
  position: relative;
}

.search-timeline--second .search-head__row,
.search-timeline--second .search-body__row {
  display: flex;
}

.search-timeline--second .search-head__row {
  gap: 10px;
}

.search-timeline--second .search-body__row {
  gap: 10px;
}

.search-timeline--second .search-header:nth-child(1),
.search-timeline--second .search-data:nth-child(1) {
  width: 100px;
}

.search-timeline--second .search-header:nth-child(2),
.search-timeline--second .search-data:nth-child(2) {
  width: 200px;
}

.search-timeline--second .search-header:nth-child(3),
.search-timeline--second .search-data:nth-child(3) {
  width: 100px;
}

.search-timeline--second .search-header:nth-child(4),
.search-timeline--second .search-data:nth-child(4) {
  width: 60px;
}

.search-timeline--second .search-header:nth-child(5),
.search-timeline--second .search-data:nth-child(5) {
  width: 100px;
}

.search-table__wrap .search-body {
  height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e2893b #d7d7d7;
}

.search-table__wrap .search-body::-webkit-scrollbar {
  position: absolute;
  top: 70px;
  right: 0;
  width: 10px;
  height: 300px;
}

.search-table__wrap .search-body::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #d7d7d7;
}

.search-table__wrap .search-body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #e2893b;
}

.search-timeline--second .search-data {
  padding: 15px 10px 15px 0;
}

.search-timeline--third {
  margin-bottom: 40px;
}

.search-overflow {
  overflow-x: auto;
}

.search-overflow .search-table {
  width: 500px;
}

.search-timeline--third .search-main .search__unit {
  border: none;
}

.search-head__row--second {
  border-bottom: 1px dotted #888;
}

.search-head__row--second:first-child {
  border-top: 1px solid #888;
}

.search-head__row--second:last-child {
  border-bottom: 1px solid #888;
}

.search-header--second {
  position: relative;
  padding: 12px 12px 12px 0;
  background-color: #fcf3eb;
  font-size: 14px;
  font-weight: bold;
}

.search-header--second .search-annotation {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0;
}

.search-data--second {
  padding: 12px 16px;
  border-right: 1px dotted #888;
  font-size: 14px;
  font-weight: bold;
}

.search-modal--second {
  padding: 50px 22px;
  overflow: auto;
}

.search-modal__wrap {
  /* height: 680px; */
  height: 100%;
  padding: 0 60px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e2893b #d7d7d7;
}

.search-modal__wrap::-webkit-scrollbar {
  position: absolute;
  top: 70px;
  right: 0;
  width: 10px;
  height: 300px;
}

.search-modal__wrap::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #d7d7d7;
}

.search-modal__wrap::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #e2893b;
}

/* 画像から探すトップ */
.search-content__unit {
  width: calc((100% - 50px) / 5);
}

.search__lead {
  margin-top: 18px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.85;
}

.search-content a.image__link:hover {
  opacity: 1;
  background-color: #f6dbc4;
}

.search-content a.image__link--second:hover {
  background-color: #fff;
}

.search-content a.image__link--second:hover::after {
  opacity: 1;
}

.search-bottom__item {
  position: relative;
  max-width: 300px;
  width: calc((100% - 52px) / 3);
  margin: 0 auto;
  padding: 25px;
  border: 1px solid #b4b4b4;
  border-radius: 16px;
  background-color: #fff;
  transition: 0.3s;
}
.cart__list::before,
.cart__list::after {
  content: "";
  display: block;
  width: calc((100% - 52px) / 3);
  max-width: 300px;
  order: 1;
}

.search-bottom__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-image: url(/assets/front/images/common/arrow_tri.png);
}

.search-bottom__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 16px;
  background-color: rgba(255, 137, 58, 0.1);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.search-bottom__link:hover {
  opacity: 1;
  background-color: #fff;
}

.search-bottom__link:hover::after {
  opacity: 1;
}

/* 商品検索 */
.searchitem {
  max-width: 952px;
  width: 100%;
  margin: 0 auto 75px;
  padding: 24px 33px 17px;
  border-radius: 16px;
  background-color: #fcf3eb;
}

.searchitem__head {
  display: flex;
  justify-content: space-between;
  gap: 29px;
  margin-bottom: 18px;
  padding-bottom: 21px;
  border-bottom: 1px dotted #707070;
}

.searchitem-form {
  display: flex;
  max-width: 637px;
  width: 100%;
}

.searchitem-form input.search {
  max-width: 397px;
  padding: 13px 24px;
  border-radius: 50px 0 0 50px;
}

.searchitem-select {
  position: relative;
  max-width: 240px;
  width: 100%;
  border-radius: 0 50px 50px 0;
  background-color: #888;
}

.searchitem-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.searchitem .searchitem-select .form-select {
  max-width: 240px;
  padding: 12px 11px;
  border-radius: 0 50px 50px 0;
  border: none;
  background: none;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.searchitem .searchitem-select .form-select option {
  color: #333;
}

.searchitem__body {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.searchitem-category {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  max-width: 632px;
  width: 100%;
}

.searchitem-category > p {
  margin-right: 10px;
}

.searchitem-category .search-number {
  max-width: 243px;
  gap: 10px;
  margin-left: 0;
  margin-right: 20px;
}

.searchitem-category .search-number:last-child {
  margin-right: 0;
}

.searchitem-category .search-number .form-select {
  max-width: 190px;
}

.searchitem-reset {
  position: relative;
  max-width: 144px;
  width: 100%;
}

.searchitem-reset::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
}

.searchitem-reset input,
.searchitem-reset select {
  height: 100%;
  padding: 0 0 0 8px;
  border: none;
  background: none;
  color: #333;
  font-size: 14px;
}

/* 分類から探す */
/* .search-simple, */
.search-detail {
  display: none;
}

/* .search-simple.active,
.search-detail.active {
  display: block;
} */

@media screen and (max-width: 1227px) {
  .search-content__unit {
    width: calc((100% - 25px) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .search-section {
    flex-flow: row wrap;
  }
  .search-content__unit {
    width: calc((100% - 50px) / 5);
  }
}

@media screen and (max-width: 900px) {
  .search-content__unit {
    width: calc((100% - 30px) / 4);
  }
}

@media screen and (max-width: 768px) {
  .search-content__unit {
    width: calc((100% - 25px) / 3);
  }

  .search__inner .sidebar {
    display: block;
  }

  .search-modal {
    bottom: 25px;
    left: -10px;
    background-image: url(/assets/front/images/search/deco_sp.png);
  }

  .search-timeline--third .search-modal {
    bottom: 65px;
  }

  .search-modal__wrap {
    padding: 0 5px;
  }

  .searchitem {
    padding: 20px 16px;
  }

  .searchitem__head {
    flex-flow: row wrap;
    gap: 20px;
  }

  .searchitem-form {
    flex-flow: row wrap;
    max-width: 100%;
    gap: 20px;
  }

  .searchitem-form input.search {
    max-width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .searchitem-select {
    max-width: 100%;
    border-radius: 6px;
    background-color: #fff;
  }

  .searchitem .searchitem-select .form-select {
    max-width: 100%;
    padding: 7px 12px;
    border-radius: 6px;
    border: 1px solid #707070;
    background-color: #fff;
    color: #333;
  }

  .searchitem-select::after {
    border-color: #333;
  }

  .searchitem__head button.form-btn {
    max-width: 284px;
    margin: 0 auto;
    padding: 11px 15px;
  }

  .searchitem-category .text {
    width: 100%;
    margin-bottom: 15px;
  }

  .searchitem-category .search-number {
    max-width: 100%;
    margin: 0 0 15px 0;
  }

  .searchitem-category .search-number .text {
    width: auto;
    margin: 0;
  }

  .searchitem-category .search-number .form-select {
    max-width: 90%;
  }

  .searchitem-reset {
    margin-top: 10px;
    margin-left: auto;
  }
}

@media screen and (max-width: 640px) {
  .search-bottom__item {
    width: 48.5%;
    max-width: none;
  }
}

@media screen and (max-width: 520px) {
  .searchitem .common__link {
    max-width: 210px;
    text-align: center;
  }

  .search-tab-category {
    padding: 1px 14px;
    font-size: 16px;
  }

  .search-area {
    margin-top: 55px;
  }

  .search__list {
    flex-flow: row wrap;
    margin-bottom: 40px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }

  .search__term {
    max-width: 100%;
    border-bottom: 1px solid #707070;
  }

  .search__desc {
    padding: 20px 0;
  }

  .search__desc .common__link {
    margin: 0 auto;
  }

  .search-container {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #707070;
  }

  .search__text {
    font-size: 16px;
  }

  .search__text span {
    font-size: 22px;
  }

  .search-result {
    margin-bottom: 58px;
  }

  .search-result__wrap {
    flex-flow: row wrap;
  }

  .search-result__text {
    font-size: 16px;
  }

  .search-result__text span {
    display: block;
    margin-bottom: 10px;
  }

  .search-result button.form-btn {
    max-width: 100%;
    padding: 11px 15px;
  }

  .search-display {
    flex-flow: row wrap;
    max-width: 164px;
    width: 100%;
    margin: 0;
  }

  .search-toggle {
    max-width: 164px;
    height: 43px;
  }

  .search-toggle-btn {
    max-width: 164px;
    height: 43px;
    overflow: unset;
  }

  .search-toggle-btn .search-toggle__text span {
    /* left: -2px; */
    left: 6px;
  }

  .search-toggle-btn .search-toggle__text:before {
    top: 3px;
    /* left: -8px; */
    left: 2px;
    max-width: 87px;
    width: 100%;
    height: 35px;
  }

  .search-toggle-btn .search-toggle__text:after {
    content: "詳細";
    /* right: -12px; */
    right: -6px;
    color: #333;
  }

  .search-toggle-btn .search-toggle-check:checked + .search-toggle__text:before {
    /* left: 88px; */
    left: 108px;
  }

  .search-number {
    flex-flow: row wrap;
    max-width: 160px;
    width: 100%;
    margin-left: auto;
  }

  .search-number .form-select {
    max-width: 160px;
    padding: 10px 12px;
  }

  .search-pagination {
    margin-top: 26px;
  }

  .search-pagination__link {
    padding: 0;
  }

  .search-pagination__link--prev::before {
    left: 50%;
  }

  .search-pagination__link--next::after {
    right: 50%;
  }

  .search-group {
    margin: 40px auto;
  }

  .search-annotation {
    margin-top: -3px;
  }

  .search-stock {
    display: inline-block;
  }

  .search-shipping {
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
  }

  .search-section--bottom {
    margin-bottom: 40px;
  }

  .search .form-submit button.form-btn {
    max-width: 287px;
    padding: 11px 15px;
  }
  
  .search-content__unit {
    width: calc((100% - 10px) / 2);
  }

  .search-content__unit .image__link {
    width: 100%;
    padding: 30px 5px;
  }

  .search-bottom__item {
    max-width: 48.5%;
    padding: 13px 24px;
  }
}

/* PRODUCTS
   ========================================================================== */
.products__inner .content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 64px;
}

.products__inner .sidebar {
  display: none;
}

.products-table {
  margin-bottom: 30px;
}

.products-content {
  margin-top: 0;
}

.products-intro__wrap {
  display: flex;
  justify-content: space-between;
  gap: 51px;
}

.products-intro__caption {
  max-width: 400px;
  width: 100%;
}

.products-intro__thumb {
  padding: 58px;
  border: 1px solid #888;
  border-radius: 18px;
}

.products-intro__col {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.products-intro__menu {
  display: flex;
  justify-content: center;
  gap: 21px;
  margin-bottom: 51px;
}

.products-intro__menu button.products-intro-btn {
  max-width: 169px;
  padding: 11px 24px;
}

.products-intro__menu button.products-intro-btn.active {
  background-color: #fff;
  color: #888;
  pointer-events: none;
}

.products-intro-content-modal {
  display: none;
}

.products-intro-content-modal.is-show {
  display: block;
}

.products-intro-content-modal.is-show .products-intro-content-modal__caption--second {
  display: flex;
  max-width: 100%;
  align-items: center;
}

.products-intro-content-modal__caption {
  max-width: 533px;
  width: 100%;
  margin: 0 auto;
}

.products-intro-content-modal__caption--second {
  display: flex;
  /*max-width: 1083px;*/
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
}

.products-intro-content-modal__caption--second .products-intro-content-modal__item--z {
  width: 40%;
}
.products-intro-content-modal__caption--second .products-intro-content-modal__item--k {
  width: 60%;
}

/*-------拡大-------*/
.zoom-area {
  position: absolute;
  display: none;
  top: 5%;
  right: 57px;
  width: 520px;
  height: 520px;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,0,0,0.16);
  pointer-events: none;
  overflow: hidden;
}
.zoom-area.active {
  display: block;
}
.zoom-area img {
  width: 1040px; /* JSで適切な値を設定する */
  margin-top: -30px; /* JSで適切な値を設定する */
  margin-left: -60px; /* JSで適切な値を設定する */
}
.m-lens {
  display: none;
}
.m-lens-container:hover .m-lens {
  display: block;
}
.m-lens-container {
  display: inline-block;
  position: relative;
}
.m-lens {
  position: absolute;
  top: 50px; /* JSで適切な値を設定する */
  left: 30px; /* JSで適切な値を設定する */
  z-index: 2;
  background: #f57716;
  opacity: 0.3;
  height: 172px;
  width: 172px;
}
/*-------拡大over-------*/
button.products-intro-btn,
.products-intro__link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 120px;
  padding: 4px 24px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #888;
  border: 1px solid #888;
  border-radius: 50px;
  transition: 0.3s;
}

button.products-intro-btn:hover {
  opacity: 0.8;
}

.products-intro__detail {
  max-width: 830px;
  width: 100%;
}

.products-intro__lead {
  font-size: 22px;
  font-weight: bold;
}

.products-intro__text {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.4;
}

.products-intro__link {
  max-width: 136px;
  width: 100%;
  margin-top: 22px;
  cursor: pointer;
}

.products-intro__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.products-intro-features {
  margin-top: 30px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.products-intro__list {
  display: flex;
  margin: 0;
  border-bottom: 1px dotted #707070;
}

.products-intro__list:last-child {
  border-bottom: none;
}

.products-intro__term {
  max-width: 93px;
  width: 100%;
  padding: 16px 20px 16px 6px;
  background-color: #fcf3eb;
  font-size: 14px;
  font-weight: bold;
}

.products-intro__desc {
  width: 100%;
  padding: 16px 14px;
  font-size: 14px;
}

.products__heading {
  position: relative;
  margin: 135px auto 0;
  padding: 24px 42px;
  border-radius: 16px;
  background-color: #fcf3eb;
  font-size: 20px;
}

.products__heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
  background-image: url(/assets/front/images/common/icon/Icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.products .search-section .search-number {
  margin-left: auto;
}

.products .search-section .search-pagination {
  margin-left: 40px;
}

.products-narrow {
  margin: 30px auto;
}

.products-toggle {
  max-width: 354px;
}

.products-toggle-btn {
  max-width: 354px;
  width: 100%;
}

.products-toggle-btn .products-toggle__text:before,
.products-toggle-btn .products-toggle__text:after,
.products-toggle-btn .products-toggle__text span {
  max-width: 166px;
  width: 100%;
}

.products-toggle-btn .products-toggle__text:before {
  content: "";
  left: 4px;
  background-color: #e1893a;
}

.products-toggle-btn .products-toggle__text:after {
  content: "フリーワードで絞り込む";
  right: 5px;
}

.products-toggle-btn .products-toggle-check:checked + .products-toggle__text:before {
  max-width: 166px;
  width: 100%;
  left: 182px;
}

.products-narrow__body {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 26px;
}

.products-narrow__body .form-select {
  max-width: 223px;
}

.products-narrow__body .form-checkbox {
  max-width: 135px;
}

.products-keyword .search__wrap {
  margin-left: 0;
  margin-right: auto;
}

.products-keyword input.search {
  padding: 13px 24px;
}

.products-header {
  position: relative;
  padding: 3px 8px;
}

.products-header span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.products-header:nth-child(1) {
  width: 293px;
}

.products-header:nth-child(2) {
  width: 290px;
}

/*.products-header:nth-child(3) {
  width: 203px;
}*/

.products-header:nth-child(3) {
  width: 400px;
}

.products-header:nth-child(4),
.products-header:nth-child(5) {
  /*  width: 56px;*/
  width: 78px;
  text-align: center;
}

.products-header:nth-child(6) {
  width: 170px;
}

.products-header:nth-child(7) {
  width: 107px;
}

.products-data {
  position: relative;
  padding: 20px 18px 20px 8px;
}

.products-data:last-child {
  padding: 20px 8px;
}

.products .cart-edit-input {
  max-width: 128px;
  text-align: right;
}

.products .search-shipping {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.products .search-shipping--second {
  position: relative;
  display: block;
  margin-top: 3px;
  color: #d36767;
  font-size: 12px;
  font-weight: 500;
}

.products .search-shipping--second span {
  position: absolute;
  bottom: 0;
  left: -165px;
  white-space: nowrap;
  transform: translateY(100%);
}

button.products-stock {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 100px;
  width: 100%;
  margin: 0;
  padding: 7px;
  border: none;
  border-radius: 50px;
  background-color: #e2e2e2;
  color: #333;
  font-size: 14px;
  transition: 0.3s;
}

.products-stock img {
  width: 19px;
}

button.products-stock--second {
  padding: 4px 7px;
  background-color: #e1893a;
  color: #fff;
  line-height: 1;
}

.products-stock__link {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-left: 15px;
  color: #2f92b6;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.products-stock__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #2f92b6;
  border-right: 1px solid #2f92b6;
  transform: translateY(-50%) rotate(45deg);
}

.products .products-data .search-modal {
  bottom: -76px;
  left: -55px;
  width: 240px;
  padding: 40px 10px 20px 15px;
  background-image: url(/assets/front/images/products/deco.png);
  background-size: contain;
}

.products .products-data .search-modal.active {
  display: block;
}

.products-cart {
  padding-bottom: 22px;
  border-bottom: 1px solid #707070;
}

button.products-cart-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 325px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 24px;
}

button.products-cart-btn::after {
  content: none;
}

.products-cart-btn img {
  width: 19px;
}

.products .search-section--bottom {
  margin-bottom: 62px;
}

.products__unit {
  margin-bottom: 42px;
}

.products__list {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px dotted #888;
}

.products__list:first-child {
  border-top: 1px solid #888;
  background-color: #fcf3eb;
}

.products__list:last-child {
  border-bottom: 1px solid #888;
}

.products__term {
  position: relative;
  max-width: 100px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.products__term span {
  font-size: 12px;
  font-weight: bold;
}

.products__desc {
  position: relative;
  width: 100%;
  font-size: 14px;
}

.products .products__desc .cart-edit-input {
  max-width: 195px;
}

.products__desc button.products-stock {
  justify-content: center;
  max-width: 209px;
  width: 100%;
}

.products__desc button.products-stock--second {
  padding: 10px 7px;
}

.products__desc .products-stock__link {
  margin-left: 0;
}

.products__desc .products-stock__link::after {
  right: 140px;
}

.products-modal .quote-modal__lead {
  font-family: "Montserrat", sans-serif;
}

.products-modal .quote-modal__text {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.5;
}

.products-modal--second {
  height: auto;
}

.products-intro-content-modal {
  display: none;
}

@media screen and (max-width: 1024px) {
  .products-keyword .search__wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .products-intro__wrap {
    flex-flow: row wrap;
    gap: 28px;
  }

  .products-intro__caption {
    margin: 0 auto;
  }

  .products-narrow__body {
    flex-flow: row wrap;
  }

  .products .search__text {
    width: 100%;
  }

  .products .search-section .search-number {
    flex-flow: row wrap;
    max-width: 100%;
  }

  .products .search-section .search-number .form-select {
    max-width: 100%;
    padding: 8px 12px;
  }

  .products .search-section .search-pagination {
    width: 100%;
    max-width: 100%;
    /*max-width: 343px;*/
    margin: 26px auto 0;
  }

  .products__desc .search-modal {
    bottom: -110px;
    width: 210px;
    height: 160px;
    padding: 30px 10px 10px 10px;
    background-image: url(/assets/front/images/products/deco.png);
    background-size: contain;
  }

  .products-cart {
    padding-bottom: 0;
    border: none;
  }

  .products .search-shipping--second span {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    text-align: center;
    transform: none;
  }
}

@media screen and (max-width: 520px) {
  .products-intro__thumb {
    padding: 50px;
  }

  .products-intro__link {
    max-width: 205px;
    margin: 20px auto 0;
    text-align: center;
  }

  .products-intro-features {
    margin-top: 40px;
  }

  .products-intro__term {
    max-width: 51px;
    padding: 14px 7px 14px 2px;
  }

  .products-intro__desc {
    padding: 16px 12px;
  }

  .products__heading {
    margin: 58px auto 24px;
    padding: 13px;
  }

  .products-toggle,
  .products-toggle-btn {
    max-width: 100%;
    height: 43px;
  }

  .products-toggle-btn .products-toggle__text:before {
    top: 4px;
    height: 32px;
  }

  .products-toggle-btn .products-toggle-check:checked + .products-toggle__text:before {
    left: 172px;
  }

  .products-narrow__body {
    gap: 16px 9px;
  }

  .products-narrow__body .form-select:nth-child(1),
  .products-narrow__body .form-select:nth-child(2) {
    max-width: 190px;
    padding: 9px 12px;
  }

  .products-narrow__body .form-select:nth-child(3) {
    max-width: 100%;
    padding: 9px 12px;
  }

  .products-narrow__body .form-checkbox {
    max-width: 100%;
    width: 48%;
  }

  .products-modal .quote-modal__text {
    font-size: 14px;
  }

  .products-intro__menu {
    margin-bottom: 23px;
    gap: 5px;
  }

  .products-intro__menu button.products-intro-btn {
    max-width: 96px;
    padding: 3px 12px;
    font-size: 12px;
  }

  .products-intro-content-modal__caption--second {
    flex-flow: row wrap;
  }

  .products-intro-content-modal__caption--second img {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .products-toggle-btn .products-toggle-check:checked + .products-toggle__text:before {
    left: 48%;
    max-width: 185px;
  }

  .products-toggle-btn .products-toggle__text:after {
    right: 20px;
    max-width: 185px;
  }
}

@media screen and (max-width: 375px) {
  .products-toggle-btn .products-toggle-check:checked + .products-toggle__text:before {
    /* left: 118px; */
    left: 50%;
    max-width: 165px;
  }

  .products-toggle-btn .products-toggle__text:after {
    right: 5px;
    max-width: 165px;
  }
}

@media screen and (max-width: 320px) {
  .products-toggle-btn .products-toggle__text:before {
    max-width: 125px;
  }

  .products-toggle-btn .products-toggle-check:checked + .products-toggle__text:before {
    left: 46%;
    max-width: 150px;
  }

  .products-toggle-btn .products-toggle__text:after {
    right: 5px;
    max-width: 150px;
    font-size: 12px;
  }
  .products-toggle-btn .products-toggle__text span {
    /* left: -15px; */
    left: 10px;
    max-width: 115px;
    font-size: 12px;
  }

  button.products-intro-btn {
    max-width: 90px;
    padding: 4px 8px;
  }
}

/* LOGIN
   ========================================================================== */

.login-content {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.login__lead {
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 1.85;
}

.login-area {
  /* padding: 55px 155px; */
  padding: 7.4% 20%;
  border-radius: 16px;
  background-color: #fcf3eb;
}

.login__caption {
  max-width: 134px;
  width: 100%;
  margin: 0 auto;
}

.login__head {
  max-width: 440px;
  width: 100%;
  margin: 40px auto;
}

.login__list {
  display: flex;
  align-items: center;
  gap: 6px;
}

.login__term {
  max-width: 74px;
  width: 100%;
  font-size: 14px;
}

.login__desc {
  width: 100%;
}

input.login-input {
  max-width: 360px;
  width: 100%;
  background-color: #fff;
}

button.login-btn {
  max-width: 220px;
  margin: 0 auto;
  padding: 10px 36px;
  border-color: #e2893b;
  background-color: #e2893b;
  font-family: "Montserrat", sans-serif;
}

button.login-btn::after {
  right: 62px;
}

.login__links {
  margin-top: 40px;
}

.login__link {
  display: block;
  margin-bottom: 24px;
  color: #2f92b6;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}

.login__link:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 520px) {
  .login-area {
    padding: 7.4% 10%;
  }

  .login__list {
    flex-flow: row wrap;
  }

  .login__term {
    max-width: 100%;
  }
}

/* NEWS
   ========================================================================== */

.news-post {
}

.news-content {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.news__lead {
  margin-bottom: 12px;
  font-size: 14px;
}

.news-area {
  margin: 10px auto;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.news__unit {
  display: flex;
  align-items: center;
  gap: 21px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px dotted #707070;
}

.news__unit:last-child {
  border: none;
}

.news__day {
  color: #e2893b;
  font-size: 14px;
  font-weight: 500;
}

.news__desc {
  width: 70%;
}

.news__title {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.news__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 2px solid #e1893a;
  border-right: 2px solid #e1893a;
  transform: translateY(-50%) rotate(45deg);
}

.news-post .search-pagination {
  margin: 37px auto 0;
}

.single__head {
  padding-bottom: 23px;
  border-bottom: 1px solid #707070;
}

.single__title {
  margin-top: 5px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
}

.singe__body {
  margin-bottom: 47px;
  padding: 30px 0;
  border-bottom: 1px solid #707070;
}

.single__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 205px;
  width: 100%;
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background-color: #fcf3eb;
  color: #333;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.single__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  background-image: url(/assets/front/images/common/arrow_tri.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.single-deco {
  max-width: 41px;
}

.single-btn {
  position: relative;
  display: block;
  max-width: 169px;
  width: 100%;
  margin: 0;
  padding: 10px 24px;
  border: 2px solid #888;
  border-radius: 50px;
  background-color: #888;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}

.single-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.single-btn--back {
  background-color: #fff;
  color: #888;
}

.single-btn--back::after {
  border-color: #888;
}

@media screen and (max-width: 520px) {
  .news__unit {
    flex-flow: row wrap;
    gap: 5px;
  }

  .news__desc {
    width: 100%;
  }

  .single-btn {
    max-width: 210px;
    padding: 6px;
  }
}

.news-content .single__inner .text a {
  display: inline-block;
  color: #e2893b;
  text-decoration: underline;
}

/* CONTACT
   ========================================================================== */

.contact-content {
  margin-top: 0;
}

.contact-intro--second {
  margin-top: 56px;
}

.contact-note {
  margin-top: 32px;
  padding: 13px 0;
  border-top: 1px dotted #707070;
  border-bottom: 1px dotted #707070;
}

.contact-note__text {
  margin-top: 9px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.42;
}

.contact-note__text_border-top {
  padding-top: 13px;
  border-top: 1px dotted #707070;
  margin-top: 16px;
}

.contact-area {
  margin-top: 0;
  margin-bottom: 32px;
}

.contact-emphasis {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.85;
}

.form-file__wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 480px;
  width: 100%;
}

.form-file__wrap label {
  position: relative;
  max-width: 134px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 50px;
  background-color: #888;
  color: #fff;
  font-size: 14px;
}

.form-file__wrap label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -4px;
  transform: rotate(45deg);
}

input.form-input--file {
  display: none;
}

.contact-content .form__title {
    padding-top: 17px;
}


/* FAQ
   ========================================================================== */
.faq {
  font-weight: 200;
}

.faq-content {
  margin-top: 0;
}

.faq_guide .guide-top__link {
  font-weight: 400;
}

.faq__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.faq__text a {
  display: inline-block;
  color: #2f92b6;
  text-decoration: underline;
}

.faq__heading {
  position: relative;
  padding: 24px 30px 24px 40px;
  border-radius: 16px;
  background-color: #fcf3eb;
  z-index: 10;
}

.faq__heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
  background-image: url(/assets/front/images/common/icon/Icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.faq__title {
  font-size: 20px;
  font-weight: 500;
  font-weight: 300;
}

.faq-area {
  padding: 27px 0;
  border-bottom: 1px solid #707070;
}

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

.faq-area__title {
  width: 85%;
  font-size: 16px;
  font-weight: 500;
}

.faq__note {
  position: relative;
  padding-right: 30px;
  color: #e2893b;
  font-size: 16px;
}

.faq__note::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  margin-left: 9px;
  background-image: url(/assets/front/images/common/icon/icon_menu.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}

.faq__note.open::after {
  margin-top: -10px;
  transform: rotate(0deg);
}

.faq__body {
  display: none;
  /* margin-top: 24px; */
  font-weight: 300;
}

.faq__body p {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.75;
}

.faq__body p a {
  display: inline-block;
  color: #4d67fd;
  text-decoration: underline;
}

.faq__body ul {
  margin-top: 15px;
}

.faq__body li {
  font-size: 14px;
}

.faq__body li::before {
  display: inline-block;
  content: "・";
  font-size: 14px;
}

.faq__body li a,
.faq__link {
  display: inline-block;
  color: #2f92b6;
  font-size: 14px;
  text-decoration: underline;
}

.faq-btn {
  display: inline-block;
  margin: 11px 0 0 0;
  padding: 10px 13px;
  text-align: left;
}

.faq-btn::after {
  right: 13px;
}

@media screen and (max-width: 520px) {
  .faq__heading {
    padding: 10px 13px;
  }

  .faq-area__title {
    width: 80%;
  }

  .faq__note {
    font-size: 12px;
    text-align: right;
  }

  .faq-btn {
    max-width: 240px;
    padding: 10px 6px;
    font-size: 12px;
  }
}

.faq_search .search__btn,
.sp_faq_search .search__btn {
  height: 38px;
}

/* @media screen and (max-width: 768px) {} */

/* INFORMATION
   ========================================================================== */

.information-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 19px 0;
  margin-top: 30px;
  margin-bottom: 28px;
}

.information__unit {
  width: 31%;
}

.information__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 304px;
  width: 100%;
  height: 76px;
  /*padding: 0 13px;*/
  padding: 0 20px 0 60px;
  border-radius: 16px;
  background-image: url(/assets/front/images/common/common_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
  font-size: 20px;
  text-align: center;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
}

.information__link:hover {
  opacity: 1;
  background-image: url(/assets/front/images/common/common_bg_hover.png);
}

.information__link img {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 18%;
  height: 100%;
  object-fit: contain;
  transform: translateY(-50%);
}

.information-modal {
  padding: 50px 22px;
}

.information-modal-content {
  height: 100%;
}

.information-modal__lead {
  margin-bottom: 26px;
  padding-left: 5.6%;
  font-size: 22px;
  font-weight: bold;
}

.information-modal-area {
  margin-bottom: 50px;
}

.information-modal-list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 10px;
}

.information-modal__item {
  max-width: 449px;
  width: 100%;
  border-bottom: 1px dotted #707070;
}

.information-modal__item--first {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .information-modal__item--first {
    display: block;
  }
}

a.information-modal__link {
  padding-top: 15px;
  padding-bottom: 12px;
  color: #099bd1;
  font-size: 18px;
  text-decoration: underline;
  letter-spacing: 0.04rem;
}

.information-modal-category__list {
  display: flex;
  gap: 15px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .information-modal-category__list {
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 12px;
  }
}

.information-modal-category {
  max-width: 87px;
  width: 100%;
  padding: 0 5px;
  border-radius: 40px;
  background-color: #e2e2e2;
  font-size: 12px;
  text-align: center;
}

.information-category {
  margin-top: 30px;
}

.information-category__list {
  display: flex;
  flex-flow: row wrap;
  gap: 13px;
}

.information-category__item {
  max-width: 74px;
  width: 100%;
  padding: 6px;
  border: 1px solid #e1893a;
  border-radius: 23px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.information-category__item:hover {
  background-color: #f6dbc4;
}

.information-category__item.active {
  background-color: #f6dbc4;
}

.information-group {
  margin-top: 45px;
}

.information-group__body {
  display: none;
}

.information-section {
  /* max-width: 433px; */
  width: 100%;
}

.information-modal-flow {
  height: 95%;
  padding: 0 60px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #333333 #fcf3eb;
}

@media screen and (max-width: 768px) {
  .information-modal-flow {
    padding: 0;
  }
}

.information-modal-flow::-webkit-scrollbar {
  position: absolute;
  top: 70px;
  right: 0;
  width: 10px;
  height: 300px;
}

.information-modal-flow::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #fcf3eb;
}

.information-modal-flow::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #333333;
}

.information-area {
  margin-bottom: 50px;
}

.information-category__wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  /* gap: 10px; */
  margin-bottom: 10px;
}

/* .information-category__wrap--second {
  justify-content: end;
  margin-bottom: 14px;
} */

.information-category-name {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 31px;
  width: 100%;
  height: 31px;
  padding: 0 5px;
  border-radius: 100%;
  background-color: #e1893a;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.information-category-name--second {
  max-width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 1px 5px;
  font-size: 16px;
}

.information-category-group {
  display: flex;
  gap: 10px;
}

.information-area__body {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.information-area__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 0 75px;
}

.information-area__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 45.5%;
  padding: 7px 0 9px;
  border-top: 1px dotted #707070;
}

a.information-area__link {
  display: inline-block;
  color: #099bd1;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.information-area-class {
  max-width: 79px;
  width: 100%;
  padding: 0 5px;
  border-radius: 40px;
  background-color: #e2e2e2;
  font-size: 12px;
  text-align: center;
}

a.information-page-top {
  display: inline-block;
  margin-bottom: 6px;
  color: #099bd1;
  font-size: 12px;
  text-decoration: underline;
}

@media screen and (max-width: 1209px) {
  .information-area__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .information__link {
    max-width: 100%;
    padding: 0 14px 0 24%;
    margin: 0 auto;
    background-color: #fcf3eb;
    background-position: right;
    font-size: 14px;
  }

  .information__link:hover {
    background-color: #f6dbc4;
  }

  .information__link img {
    width: 15%;
  }

  .information-area__item {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .information-main .content {
    margin-bottom: 0;
  }

  .information-intro {
    gap: 10px;
  }

  .information__unit {
    width: 48%;
  }

  .information__link {
    padding-left: 22%;
  }

  .information-category__item {
    padding: 4px;
    font-size: 14px;
  }

  .information-area {
    margin-bottom: 25px;
  }

  .information-category-name {
    font-size: 16px;
  }

  .information-category-group--first {
    display: none;
  }

  .information-area__item {
    gap: 3px;
  }

  a.information-area__link {
    font-size: 14px;
  }
}

/* SELECTITEM
   ========================================================================== */

.selectitem-area {
  margin-top: 0;
}

.selectitem-head {
  border-top: 1px solid #707070;
  background-color: #fcf3eb;
}

.selectitem-head__wrap {
  padding: 24px 20px 20px;
}

.selectitem-head-group {
  display: flex;
  gap: 15px;
  margin-bottom: 16px;
}

.selectitem-head-select {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
}

.selectitem-head-select .form-select {
  max-width: 197px;
}

.selectitem-head-group .form-checkbox {
  max-width: 92px;
}

.selectitem-links {
  display: flex;
  gap: 40px;
  padding: 0 15px;
}

a.selectitem__link {
  position: relative;
  color: #2f92b6;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

a.selectitem__link::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: 1px solid #2f92b6;
  border-right: 1px solid #2f92b6;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}

.selectitem-body {
  border-top: 1px solid #707070;
  overflow: hidden;
}

.selectitem-body__item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 12px 76px 12px 0;
  border-bottom: 1px dotted #707070;
}

.selectitem-body-step {
  display: flex;
  align-items: center;
  gap: 6px;
}

.selectitem-body-step__text {
  color: #f6dbc4;
  font-size: 14px;
  font-weight: bold;
}

.selectitem-body-step-number {
  padding: 5px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f6dbc4;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.selectitem-body-content {
  display: flex;
  align-items: baseline;
  gap: 0px;
  width: 100%;
  align-items: center;
}

.selectitem-body__text {
  width: 12%;
  font-size: 14px;
  font-weight: bold;
}

.selectitem-body-content .form-select {
  max-width: 100%;
  width: 53%;
}

.selectitem-body-select {
  max-width: 187px;
  width: 100%;
  margin-left: auto;
}

.selectitem-body-select .common__link {
  max-width: 187px;
  margin: 3px 0;
  padding: 1px 20px;
  text-align: center;
}

.selectitem-body-select .common__link::after {
  right: 15px;
  width: 6px;
  height: 6px;
  margin: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.selectitem-body .products-cart {
  margin-top: 20px;
}

.selectitem-body button.products-cart-btn {
  justify-content: center;
  letter-spacing: 0.04rem;
}

.selectitem-table-tr:nth-child(1) .selectitem-table-th {
  padding: 4px 2px;
}

.selectitem-table-tr:nth-child(3) .selectitem-table-th {
  border-top: 1px dotted #707070;
  border-bottom: 1px dotted #707070;
}

.selectitem-table-th {
  padding: 6px 10px 10px;
  border-top: 1px solid #707070;
  background-color: #fcf3eb;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.selectitem-table-th--second {
  background-color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .selectitem-head-group {
    flex-flow: row wrap;
  }

  .selectitem-body__item {
    padding-right: 0;
  }

  .selectitem-body__text {
    width: 15%;
  }

  .selectitem .history__desc {
    width: 100%;
  }

  .selectitem button.cart-btn--first {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 520px) {
  .selectitem-head-group {
    margin-bottom: 25px;
  }

  .selectitem-head__wrap {
    padding: 35px 15px;
  }

  .selectitem-head-select {
    justify-content: flex-start;
    max-width: 100%;
  }

  .selectitem-head-select .text {
    width: 20%;
    margin-right: 10px;
  }

  .selectitem-head-select .form-select {
    max-width: 234px;
  }

  .selectitem-head-group .form-checkbox {
    margin-top: 10px;
  }

  .selectitem-links {
    flex-flow: row wrap;
    gap: 16px 30px;
  }

  .selectitem-body__item {
    gap: 17px;
    padding-bottom: 20px;
  }

  .selectitem-body-step {
    /* flex-flow: row wrap;
    gap: 4px; */
    display: block;
    text-align: center;
  }

  .selectitem-body-content {
    flex-flow: row wrap;
  }

  .selectitem-body__text,
  .selectitem-body-content .form-select {
    width: 100%;
  }

  .selectitem-body-select {
    max-width: 100%;
    margin: 15px auto 0;
  }

  .selectitem-body-select .common__link {
    max-width: 210px;
    margin: 5px 0;
    padding: 5px 0;
  }

  .selectitem-table-scroll {
    overflow-x: auto;
    margin-top: 14px;
    padding-right: 40px;
  }

  .selectitem-table {
    width: 400px;
    white-space: nowrap;
  }

  .selectitem-table-tr:nth-child(1) .selectitem-table-th {
    padding: 4px 6px;
  }

  .selectitem-table-th--second {
    padding: 6px 5px;
  }

  .selectitem-body .products-cart {
    padding-bottom: 22px;
    border-bottom: 1px solid #707070;
  }

  .selectitem-body button.products-cart-btn {
    max-width: 209px;
    padding: 5px 15px;
  }

  .selectitem .common__link {
    max-width: 210px;
  }

  .selectitem .common__link.cart__link {
    max-width: 120px;
  }

  .selectitem .form-btn {
    max-width: 210px;
    padding: 5px 15px;
  }
}

/* information
   ========================================================================== */

.history-area--information {
  margin-top: 120px;
}

.information__title {
  position: relative;
  margin-top: 70px;
  margin-bottom: 34px;
  padding: 24px 40px;
  border-radius: 16px;
  background-color: #fcf3eb;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}

.information__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
  background-image: url(/assets/front/images/common/icon/Icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.information-area__list--2row .information-area__item {
  display: flex;
  flex-direction: column;
}

.information-area__text {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 5px;
}

/* パンクズリスト */
.information-nav {
  margin: 30px 0 50px;
  font-size: 12px;
  background-color: #fcf3eb;
  padding: 5px 10px;
}

.information-nav.mt-100 {
  margin-top: 100px;
}

.information-nav a {
  display: inline-block;
  color: #099bd1;
  text-decoration: underline;
}

.information-nav__arrow {
  display: inline-block;
  margin: 0 5px;
}

/* 共通 */
.information__ct-title {
  font-size: 18px;
  line-height: 1.85;
  font-weight: 700;
  margin-bottom: 5px;
}

.information__ct-title.mt-40 {
  margin-top: 40px;
}

.information__ct-sub-title {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 700;
  margin-bottom: 5px;
}

.information__text {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 20px;
}

ul.information__text {
  padding-left: 1em;
}

ul.information__text li {
  list-style: disc;
  /* list-style-position: inside; */
}

.information__text.pl-1em {
  padding-left: 1em;
}

.information__text.mb-10 {
  margin-bottom: 10px;
}

.information__text.mb-30 {
  margin-bottom: 30px;
}

.information__text.mb-40 {
  margin-bottom: 40px;
}

.information__text.mt-10 {
  margin-top: 10px;
}

.information__text.mt-20 {
  margin-top: 20px;
}

.information__text.mt-60 {
  margin-top: 60px;
}

.information__text.red,
.information__text .red {
  color: red;
}

.information__text a {
  display: inline;
  color: #099bd1;
}

.bold {
  font-weight: 700;
}

.text-right {
  text-align: right;
}

.information__list-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
}

.information__list-title img {
  width: 38px;
}

/* heading-wrap */
.heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #707070;
  padding-bottom: 10px;
  margin: 60px 0 20px;
}

.heading-wrap.heading-wrap--right {
  justify-content: flex-end;
}

.heading-wrap h3 {
  font-size: 18px;
  font-weight: 700;
}

.heading-wrap h3 .sml {
  font-size: 16px;
  font-weight: 700;
}

.heading-page-top {
  display: inline-block;
  color: #099bd1;
  font-size: 12px;
  text-decoration: underline;
  flex-shrink: 0;
  align-self: flex-end;
}

/* information-box */
.information-box {
  padding: 15px 25px;
  background-color: #fcf3eb;
  border-radius: 10px;
  line-height: 1.85;
  margin-bottom: 15px;
}

.information-box__title {
  font-size: 16px;
  border-bottom: 1px dotted #707070;
  padding-bottom: 5px;
  font-weight: 700;
}

.information-box__text {
  font-size: 14px;
  padding-top: 5px;
}

.information-box__list li {
  font-size: 14px;
  list-style: disc;
  list-style-position: inside;
}

/* information-box-2 */
.information-box-2 {
  display: flex;
  align-items: center;
}

.information-box-2__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.8;
  background-color: #e1893a;
  border: 1px solid #e1893a;
}

.information-box-2__item:not(:last-of-type) {
  margin-right: 20px;
}

.information-box-2__title {
  padding: 0 10px;
  color: #fff;
  padding: 0 10px;
}

.information-box-2__text {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .information-box-2 {
    flex-wrap: wrap;
  }

  .information-box-2__item {
    margin-bottom: 15px;
  }

  .information-box-2__item:not(:last-of-type) {
    margin-right: 15px;
  }
}

/* info-item-list */
.info-item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-item-list::after {
  content: "";
  display: block;
  width: 32%;
}

.info-item-list li {
  display: flex;
  align-items: center;
  width: 32%;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #e1893a;
}

.info-item-list a {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #333;
  padding: 4px 10px;
}

@media screen and (max-width: 768px) {
  .info-item-list li {
    width: 48%;
  }
  .info-item-list a {
    font-size: 12px;
    padding: 3px 10px;
  }

  .info-item-list::after {
    content: "";
    display: block;
    width: 48%;
  }
}

/* info-item-list-2 */

.info-item-list-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-item-list-2::after {
  content: "";
  display: block;
  width: 220px;
}

.info-item-list-2 li {
  display: flex;
  align-items: center;
  width: 220px;
  margin-bottom: 10px;
}

.info-item-list-2 img {
  width: 80px;
}

.info-item-list-2 p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .info-item-list-2 {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .info-item-list-2::after {
    content: none;
  }

  .info-item-list-2 li {
    width: 100%;
  }

  .info-item-list-2 img {
    width: 60px;
  }

  .info-item-list-2 p {
    font-size: 14px;
  }
}

/* information__pic-flex */
.information__pic-flex {
  display: flex;
}

.information__pic-flex-left {
  width: 80px;
  flex-shrink: 0;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .information__pic-flex-left {
    width: 70px;
    margin-right: 5px;
  }
}

.information__pic-flex-right {
  width: 100%;
}

.img-w-110 {
  width: 110px;
}

.img-w-120 {
  width: 120px;
}

.img-h-120 {
  height: 120px;
}

.strength-index03-img01 {
  max-width: 540px;
  width: 100%;
  margin-top: 20px;
}

.table-info-base-wrap {
  margin-top: 20px;
  overflow-y: scroll;
}

.table-info-base-wrap.mt-60 {
  margin-top: 60px;
}

/* .table-info-base {
  text-align: center;
} */

.table-info-base .text-left {
  text-align: left;
}

.table-info-base .text-center {
  text-align: center;
}

.table-info-base th,
.table-info-base td {
  /* padding: 3px; */
  padding: 3px 5px; /* 変更 */
  line-height: 2;
  border: 1px solid #333;
  white-space: nowrap;
}

.table-info-base th.ws-normal,
.table-info-base td.ws-normal {
  white-space: normal;
}

.table-info-base__header {
  background-color: #e1893a;
}

.table-info-base__header th {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.table-info-base__header th.px-50 {
  padding: 0 50px;
}

.table-info-base td {
  font-size: 12px;
  vertical-align: middle;
}

.table-info-base td a {
  color: #099bd1;
  text-decoration: underline;
}

.table-info-base .gray {
  /* background-color: #e2e2e2; */
  background-color: #e3e3e3;
}

.table-info-base .orange {
  background-color: #fcf3eb;
}

.table-info-base .d-orange {
  background-color: #f6dbc4;
}

.table-info-base .white {
  background-color: #fff;
}

.table-info-base .blue {
  background-color: #c7e0f5;
}

.table-info-base .green {
  background-color: #d0e6c3;
}

.table-info-base .pink {
  background-color: #f5c7d5;
}

.table-info-base .yellow {
  background-color: #f5eec7;
}

.table-info-base .purple {
  background-color: #d6c7f5;
}

.table-info-base .f-red {
  color: red;
}

.table-info-base.table-info-surface-index03b td {
  padding: 10px 5px;
}

.table-info-surface-index03b img {
  min-width: 60px;
}

/* info-grid */
.info-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  gap: 20px;
}

.info-grid-item {
  min-height: 200px;
  border: 1px solid #b4b4b4;
  border-radius: 16px;
  overflow: hidden;
}

.info-grid-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  word-break: break-all;
  width: 100%;
  height: 100%;
}

.info-grid-item__img {
  max-width: 150px;
  width: 100%;
}

.info-grid-item__text {
  font-size: 14px;
  color: #099bd1;
  text-decoration: underline;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .info-grid-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
  }

  .info-grid-container::after {
    content: "";
    display: block;
    width: 47%;
  }

  .info-grid-item {
    width: 47%;
    min-height: auto;
  }

  .info-grid-item__link {
    padding: 15px 10px;
  }

  .info-grid-item__img {
    max-width: 130px;
  }

  .info-grid-item__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .info-grid-item {
    width: 45%;
  }

  .info-grid-item__text {
    font-size: 12px;
  }
}

.info-grid-container.info-grid-container--detail {
  display: grid;
  grid-template-columns: repeat(auto-fit, 270px);
  gap: 20px;
}

.info-grid-container--detail .info-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 25px 20px;
  border: 1px solid #b4b4b4;
  border-radius: 16px;
  overflow: hidden;
  word-break: break-all;
}

.info-grid-container--detail .info-grid-item__text {
  margin-bottom: 15px;
}

.pro-links {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}

.pro-links__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
}

.pro-links__item--detail {
  background-color: #e1893a;
}

.pro-links__item--size {
  background-color: #e1893a;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .info-grid-container.info-grid-container--detail {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
  }

  .info-grid-container.info-grid-container--detail::after {
    content: "";
    display: block;
    width: 47%;
  }

  .info-grid-container--detail .info-grid-item {
    width: 47%;
    padding: 20px 10px;
    min-height: auto;
  }

  .pro-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .pro-links__item {
    width: 100%;
  }

  .pro-links__item--size {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 374px) {
  .info-grid-container--detail .info-grid-item {
    width: 45%;
  }

  .pro-links__item {
    height: 35px;
    font-size: 12px;
  }
}

/* line */
.line-area {
  max-width: 170px;
  width: 100%;
  margin-top: 40px;
}

/* img-box */
.img-box-w-80 {
  width: 80px;
}

.img-box-w-195 {
  max-width: 195px;
  width: 100%;
}

.img-box-w-500 {
  max-width: 500px;
  width: 100%;
}

.img-box-w-520 {
  max-width: 520px;
  width: 100%;
}

.img-box-w-600 {
  max-width: 600px;
  width: 100%;
}

.img-box-w-640 {
  max-width: 640px;
  width: 100%;
}

.img-box-w-900 {
  max-width: 900px;
  width: 100%;
}

.img-box-mt-30 {
  margin-top: 30px;
}

/* lightbox2
   ========================================================================== */

.lb-data .lb-close {
  background: url(/assets/front/images/common/close.png) top right no-repeat;
}

.lb-nav a.lb-prev {
  background: url(/assets/front/images/common/prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
  background: url(/assets/front/images/common/next.png) right 48% no-repeat;
}

.lb-cancel {
  background: url(/assets/front/images/common/loading.gif) no-repeat;
}

.notice{
  background-color: #fcf3eb;
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  padding: 8px;
  border-top:solid 1px #888;
  border-bottom:solid 1px #888;
}
.notice span{
  color: #fff;
  background-color: #d36767;
  padding: 4px 8px;
  border-radius: 15px;
  margin-right: 5px;
}
.notice a{
  color: #333333;
}
@media screen and (max-width: 768px) {
  .notice{
    margin-bottom: 15px;
  }
}

.faq_search{
  text-align: center;
  margin: auto!important;
}
.sp_faq_search{
  display: none;
}
.only_faq{
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .sp_faq_search{
     display: block;
     margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .only_faq{
    margin-bottom: 10px;
  }
}

.guide_01 {
  display: inline-block;
  margin: 30px 10px 0;
}

.guide__foot .guide_01 {
  margin: 30px 20px 0 0;
}

@media screen and (max-width: 768px) {
  .guide_01 {
    display: block;
    margin: 30px auto 0;
  }
  .guide__foot .guide_01 {
    margin: 30px auto 0;
  }
}

.header__inner .search__wrap form {
  width: 100%;
}

.search-tab-category {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
label.search-tab-category {
  border: none;
}
.search-tab-category input[type="radio"] {
  display: none;
}
.search-tab-category input[type="checkbox"] + span::before,
.search-tab-category input[type="radio"] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 1px solid #707070;
  border-radius: 50px;
  transition: 0.3s;
  z-index: -1;
}
label.search-tab-category:hover input[type="checkbox"] + span::before,
label.search-tab-category:hover input[type="radio"] + span::before {
  background: #f6dbc4;
  border-color: #e1893a;
}
.search-tab-category input[type="checkbox"]:checked + span,
.search-tab-category input[type="radio"]:checked + span {
  color: #FFF;
}
.search-tab-category input[type="checkbox"]:checked + span::before,
.search-tab-category input[type="radio"]:checked + span::before {
  background: #e2893b;
  border-color: #e1893a;
}

a.black {
  color: #000;
  display: inline-block;
}
a.orange {
  color: #e2893b;
  display: inline-block;
}

.sidebar-content a.accordion__link.black {
  display: inline-flex;
}

.sidebar-viewed {
  max-height: 460px;
  overflow-y: auto;
}

.content.product-detail {
  max-width: 100%;
  width: 100%;
}
.content.product-detail + .sidebar {
  display: none;
  pointer-events: none;
}
button.products-stock {
  max-width: none;
  height: 38px;
  justify-content: center;
  white-space: nowrap;
}
.search-modal__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-modal__flex input:not(:last-child) {
  margin-right: 4px;
}
.products-data .search-modal__flex form {
  margin-right: 4px;
}

.search__desc .common__link {
  display: none;
  pointer-events: none;
}
.search-container {
  max-height: 100px;
  margin: 0;
  overflow-y: auto;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + .checkbox-field__text::before {
  border-radius: 50%;
}
input[type="radio"] + .checkbox-field__text::after {
  top: 13px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #e1893a;
  border: none;
  border-radius: 50%;
}
input[type="radio"]:checked + .checkbox-field__text::after {
  opacity: 1;
}
@media screen and (max-width: 520px) {
  input[type="radio"] + .checkbox-field__text::after {
    top: 12px;
  }
}

@media screen and (max-width: 520px) {
  .selectitem-body-content {
    overflow: hidden;
  }
  .selectitem-table-scroll {
    padding-right: 0;
  }
}

@media screen and (max-width: 520px) {
  .header-top {
    padding: 4px 12px;
  }
  .header-logo__link {
    font-size: 0;
  }
  .header-logo {
    width: auto;
  }
  .hamburger--second {
    max-width: 46px;
    height: 46px;
    border-radius: 9px;
  }
}

.special-content .special__link {
  transition: none;
}

.form__send-datacase + .form-more {
  margin-top: 20px;
}

.text-danger {
  color: red;
  font-size: 12px;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content {
    width: calc(100% - 270px);
  }
}
@supports (-ms-ime-align: auto) {
  .content {
    width: calc(100% - 270px);
  }
}
_:-ms-lang(x)::backdrop, .content {
  width: calc(100% - 270px);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .content {
    width: calc(100% - 270px);
  }
  .footer__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-area {
    width: 48.5%;
  }
  .nav-pc__menu {
    top: 50%;
  }
  @media screen and (max-width: 1024px) {
    .content {
      width: 100%;
    }
    .footer-area {
      width: 100%;
      max-width: 60%;
    }
    .footer__unit {
      width: 100%;
      max-width: 48%;
    }
    .nav-sp {
      height: 100vh;
      overflow-y: auto;
    }
  }
  @media screen and (max-width: 768px) {
    .footer-area,
    .footer-area:nth-child(2) {
      width: 100%;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 520px) {
    .footer__inner {
      padding-left: 15px;
      padding-right: 15px;
    }
    .footer__unit {
      max-width: 100%;
    }
  }

  .type-content::after {
    content: "";
    display: block;
    width: 31%;
    order: 1;
  }
  @media screen and (max-width: 618px) {
    .type-content::after {
      width: 48%;
    }
  }
  .image-content {
    gap: 20px 0;
    justify-content: space-between;
  }
  .image-content__unit {
    width: 18.5%;
  }
  .image-content::before,
  .image-content::after {
    width: 18.5%;
  }
  @media screen and (max-width: 780px) {
    .image-content {
      gap: 12px 0;
    }
    .image-content__unit,
    .image-content::before,
    .image-content::after {
      width: 48%;
      max-width: none;
    }
  }
}

.lpc-item {
  background:#f1f1f1;
  display: flex;
  width:152px;
  height:42px;
  padding:3px;
  border:1px solid #b3b3b3;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  cursor:pointer;
  cursor:hand;
  align-items: center;
}
.lpc-item:hover { opacity:filter:alpha(opacity=80);-moz-opacity:0.8; opacity:0.8;}
.lpc-item .thumbnail {
  float:left;
  width:40px;
  height:40px;
  border:1px solid #dddddd;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  background:#fff;
}
.lpc-item img {
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
}
.lpc-item .name {
  float:right;
  width:105px;
  color:#3ba1c7;
  font-size:1em;
  line-height:18px;
  margin-left: 6px;
}
/*2行以上の場合*/
.lpc-item .name.double {
  padding:5px 0 3px 0;
}

.select2.select2-container .select2-selection--single {
  height: 44px;
  border: 1px solid #707070;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  height: 100%;
  padding: 4px 12px;
  font-size: 14px;
  align-items: center;
}
.select2-container .select2-results__option--selectable {
  font-size: 14px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.selectitem-body-content .select2 {
  width: 100% !important;
  max-width: 50%;
  margin-left: 10px;
}
.selectitem-body-content .form-select {
  max-width: 50%;
}
.selectitem-head-group .text {
  white-space: nowrap;
}

@media screen and (max-width: 520px) {
  .selectitem-body__text {
    margin-bottom: 6px;
  }
  .selectitem-body-content .form-select {
    width: 100%;
    max-width: 100%;
  }
  .selectitem-body-content .select2 {
    width: 100% !important;
    max-width: 100%;
    margin: 10px 0 0;
  }
  .selectitem-body-content .select2-hidden-accessible {
    width: 0 !important;
    max-width: 0;
  }
}

.selectitem-head.category-head {
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.category-head .selectitem-head-group {
  margin-bottom: 4px;
}

/* FONT INDENT
   ========================================================================== */
.textindent,
.privacy__item {
  padding-left: 1em;
  text-indent: -1em;
}
ul li.textindent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ol li.textindent {
  padding-left: 3em;
  text-indent: -3em;
}
.guide__list {
  padding-left: 0;
}
.guide__ul:not(:last-child) {
  margin-bottom: 2rem;
}
.company-desc__text.textindent {
  padding-left: 2em;
  text-indent: -2em;
}

/* THANKS
   ========================================================================== */
.thanks-inner {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.thanks-inner .red {
  color: #d36767;
  font-weight: 700;
}
.thanks-inner p a {
  display: inline-block;
  color: #417cff;
  font-weight: 600;
  text-decoration: underline;
}
.thanks-title {
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 700;
  color: #e2893b;
}
.thanks-btn {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.thanks-btn a.form-btn {
  max-width: 240px;
  padding-right: 30px;
}
.thanks-btn a.form-btn::after {
  content: "";
  right: 23px;
}

.call-modal {
  cursor: pointer;
}
.form-inner-wrap {
  display: none;
  width: 100%;
}
.form-main-inner {
  width: 100%;
  margin-bottom: 40px;
}
.form-inner-wrap a.form-btn,
.form-inner-wrap button.form-btn {
  margin: 0 auto;
}
.form-radio {
  font-size: 15px;
}
.radio-field__text {
  position: relative;
  padding-left: 30px;
}
.radio-field__text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 21px;
  height: 21px;
  background: #FFF;
  border: 1px solid #888;
  border-radius: 50%;
}
.radio-field__text::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 13px;
  height: 13px;
  background: #e2893b;
  border-radius: 50%;
  transform: scale(0);
}
input[type="radio"]:checked + .radio-field__text::after {
  transform: scale(1);
}
.form-main-inner .search__term {
  max-width: 188px;
}
.form-main-inner .search__term span {
  margin-left: 2px;
  font-size: 12px;
  color: #d36767;
  vertical-align: text-top;
}
.search__desc input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  background: #FFF;
  border: 1px solid #888;
  border-radius: 50px;
  vertical-align: bottom;
}
.search__desc input[type="radio"],
.search__desc input[type="checkbox"] {
  display: none;
}

@media screen and (max-width: 520px) {
  .form-main-inner .search__term {
    max-width: 100%;
  }
  .form-main-inner .search-group {
    margin: 0;
  }
}

/* ERROR
   ========================================================================== */
.content.error {
  margin-left: auto;
  margin-right: auto;
}
.error-content {
  width: 100%;
  min-height: calc(100vh - 220px);
  padding: 80px;
  font-size: 15px;
  text-align: center;
}
.error-title {
  display: block;
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: 700;
}
.error-btn {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.error-btn a {
  width: 100%;
  max-width: 240px;
  padding: 10px 24px;
  background: #e2893b;
  border: 1px solid #e2893b;
  border-radius: 50px;
}

@media screen and (max-width: 520px) {
  .error-content {
    padding: 56px 15px;
    min-height: calc(100vh - 220px);
  }
  .error-title {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 1px;
  }
}

.header-top.logo-only {
  padding-top: 20px;
}
@media screen and (max-width: 520px) {
  .header-top.logo-only {
    padding-top: 14px;
  }
}

/* 支払いカード入力と選択
   ========================================================================== */
.card-list {
  width: 100%;
}
.card-list li {
  margin-bottom: 12px;
}
.new-card {
  width: 100%;
  max-width: 420px;
  padding: 20px 20px 10px;
  margin-top: 10px;
  background: #fefaf7;
}
.new-card input {
  background: #FFF;
}
.new-card .form-field-desc {
  margin-bottom: 16px;
}
.new-card .form-field-desc > p {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}
.new-card .flex {
  display: flex;
  justify-content: space-between;
}
.new-card .flex .form-field-desc {
  width: 48%;
}
.new-card {
  display: none;
}

/* 確認微調整
   ========================================================================== */
.cart-confirm-detail {
  max-width: 100%;
  text-align: center;
}
.cart-confirm-content .form-submit .form-btn--back {
  padding-left: 38px;
}
@media screen and (max-width: 768px) {
  .cart-confirm-content .form-submit {
    gap: 14px;
  }
  .cart-confirm-content .form-submit .form-btn--back {
    padding: 4px 15px 4px 38px;
  }
}
.cart-confirm-detail__text a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

/* セレクト選択調整
  ========================================================================== */
.selectitem-input {
  display: flex;
  width: 100%;
  margin-left: 10px;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.selectitem__flex {
  display: flex;
  width: 100%;
  margin-bottom: 4px;
  align-items: center;
}
.selectitem-input input {
  width: 100%;
  max-width: 70%;
  height: 44px;
  padding: 0 12px;
  margin-right: 10px;
  border: 1px solid #707070;
  border-radius: 4px;
}
.search-stock.stock-s {
  font-size: 14px;
  transform: translateY(-2px);
}
.selectitem__error {
  font-size: 12px;
}
@media screen and (max-width: 520px) {
  .search-stock {
    transform: translateY(2px);
  }
  .search-stock.stock-s {
    transform: translateY(0);
  }

  .selectitem-input input {
    max-width: 100%;
  }
}

.selectitem-table-scroll {
  width: 100%;
}
.products-intro__txt.del-short {
  max-height: 70px;
  overflow: hidden;
}
.products-intro__txt.short {
  max-height: 70px;
  overflow: hidden;
}
.products-intro__txt + .button {
  display: none;
}
.products-intro__txt.short + .button {
  display: flex;
  max-width: 100px;
  padding: 4px 12px;
  margin: 5px 0 -7px auto;
  font-size: 12px;
  color: #e2893b;
  border: 1px solid #e2893b;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/*======================*/
.search-form-inner {
  padding-top: 80px;
}
.search-content .search-area {
  display: none;
}

.spinner-box {
  display: none;
}
.pulse-container {
  display: flex;
  width: 90px;
  margin: 0 auto 80px;
  justify-content: space-between;
  align-items: center;
}
.pulse-bubble {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e2893b;
}
.pulse-bubble-1 {
  animation: pulse .4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
  animation: pulse .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
  animation: pulse .4s ease .4s infinite alternate;
}
@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .25;
    transform: scale(.75);
  }
}

.search-content .search-form-inner.active .search-area {
  display: block;
}
.search-form-inner.active {
  padding-top: 0;
}
.search-form-inner.active .pulse-container {
  margin-top: 80px;
}

.history-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history-button {
  display: flex;
  padding-bottom: 10px;
  font-size: 14px;
}
.history-button .history-btn {
  display: flex;
  width: 100px;
  height: 32px;
  margin-left: 10px;
  color: #e2893b;
  background: transparent;
  border: 1px solid #e2893b;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}
.history-button .history-btn:hover {
  color: #fff;
  background: #e2893b;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .search__wrap {
    max-width: 300px;
    margin: 0 20px;
    overflow: hidden;
  }
  .header__inner .search__wrap form {
    height: 40px;
  }
  .header__inner .search__wrap input.search {
    height: 40px;
  }
  .search__btn {
    width: 40px;
    height: 40px;
  }
}

.form-submit form {
  display: flex;
  width: 100%;
  max-width: 169px;
  gap: 21px;
  justify-content: center;
}
.history-data .cart__link {
  white-space: nowrap;
}
.cart__link::after {
  right: 9px;
  margin-top: -4px;
}

@media screen and (max-width: 767px) and (min-width: 521px) {
  a.cart-btn, button.cart-btn {
    padding: 5px 10px;
    font-size: 13px;
  }
  a.form-btn--edit::after, button.form-btn--edit::after {
    right: 7px;
    width: 7px;
    height: 7px;
    border-width: 1px;
  }
}

.neji-no1-logo td {
  white-space: nowrap;
}

/*会員登録*/
#kaiin-input-container {
  display: none;
}
/*#kaiin-input-container.active,
#kaiin-input-container.active + .form__unit {
  display: flex;
}
*/
.cart-login {
  padding: 16px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #e1893a;
}
.login-btn a {
  display: flex;
  width: 100%;
  max-width: 240px;
  height: 40px;
  margin: 14px auto 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  transition: 0.2s;
}
.login-btn a:hover {
  color: #e1893a;
  background: #FFF;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .cart-login {
    font-size: 13px;
    line-height: 1.5;
  }
}

/*リスト360マーク*/
.search-data-img {
  position: relative;
  width: 100%;
  max-width: 116px;
  height: 100%;
  padding-bottom: 10px;
}
.search-data-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.search-data-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 4px;
  font-size: 0;
  /* background: #FFF; */
  border-radius: 4px;
}
.search-data-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-timeline .search-main .search__term {
  padding: 0;
  overflow: hidden;
}
.search-timeline .search-main .search__term .search-data-img img,
.search-timeline .search-main .search__term .search-data-icon img {
  width: 100%;
}
.search-timeline .search-main .search__term .search-data-img {
  padding: 5px 15px;
}

/*カート数*/
.other__link {
  position: relative;
}
.cart_in {
  position: absolute;
  display: flex;
  top: -4px;
  right: -10px;
  width: 26px;
  height: 26px;
  font-size: 12px;
  line-height: 1.2;
  background: #eb4432;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/*faq*/
.faq .search-tab__list .search-tab__wrap:nth-child(n+9) {
  display: block !important;
}

/*Product detail*/
.products-intro__note {
  display: block;
  margin: 12px 0;
  font-size: 12px;
  text-align: right;
  color: #eb4432;
}
.products-intro-content {
  max-height: 53vh;
  overflow-y: auto;
}
/*.products-intro-content-modal__caption--second {
  display: block;
}
.products-intro-content-modal__caption--second img {
  display: block;
  width: auto;
  margin: 0 auto;
}*/

/* SP メニュー調整
   ========================================================================== */
.nav-sp__btns {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}
.nav-sp__other__link {
  position: relative;
  display: flex;
  width: 48.5%;
  height: 36px;
  padding: 7px;
  font-size: 15px;
  background: #e2893b;
  border: 1px solid #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
}
.nav-sp__other__link.nav-sp__other__link--second {
  color: #e2893b;
  background: #FFF;
}
.nav-sp__other__link img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 8px 0 0;
  font-size: 0;
  vertical-align: bottom;
}
.nav-sp__other__link .cart_in {
  top: 6px;
  right: auto;
  left: 4px;
  width: 23px;
  height: 23px;
  font-weight: 800;
  border-radius: 2px;
}

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

@media screen and (max-width: 768px) {
  .selectitem .history__desc {
    display: flex;
  }
  .selectitem .history__desc .common__link {
    width: 48%;
    margin: 0 4% 0 0;
  }
  .selectitem .history__desc .cart_cancel {
    width: 48%;
  }
  .selectitem .history__desc .cart_cancel .common__link {
    width: 100%;
    margin: 0;
  }
}

.products-intro__unit .quote-modal {
  padding: 50px 24px;
}
@media screen and (max-width: 520px) {
  .products-intro__unit .quote-modal {
    padding: 48px 8px;
  }
}

.quote-modal-content button.products-intro-btn {
  padding: 3px 8px;
  color: #888;
  background: #fff;
  border: 1px solid #888;
}
.quote-modal-content button.products-intro-btn.active {
  color: #fff;
  background-color: #e2893b;
  border-color: #e2893b;
}

.quote-modal-catch,
.quote-modal__k-img {
  width: 49.5%;
}

@media screen and (max-width: 520px) {
  .quote-modal-catch {
    width: 100%;
  }
  .quote-modal__k-img {
    display: none;
  }
}

/*検索条件*/
.products-toggle-tags {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
}
.products-toggle-tag {
  position: relative;
  display: flex;
  width: 50%;
  padding: 0 5px;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.products-toggle-tags[data-show="tg1"] .products-toggle-tag[data-call-tag="tg1"] {
  color: #FFF;
}
.products-toggle-tags[data-show="tg2"] .products-toggle-tag[data-call-tag="tg2"] {
  color: #FFF;
}
.products-toggle-tags::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #e2893b;
  border: 3px solid #FFF;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.products-toggle-tags[data-show="tg2"]::after {
  left: 50%;
}

.form-submit .products-cart {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.products-intro__col {
  flex-wrap: wrap;
}
.products-intro__col::after {
  content: "";
  width: 32%;
  max-width: 120px;
}
.products-intro__col button.products-intro-btn {
  width: 32%;
  padding: 4px 10px;
}


@media screen and (max-width: 768px) {
  .search__cg-table .search-head,
  .search__cg-table .products-head {
    display: none;
  }
  .search__cg-table .search-data,
  .search__cg-table .products-data {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
  }
  .search__cg-table .search-body__row,
  .search__cg-table .products-body__row {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  .search__cg-table .search-data-img {
    max-width: 240px;
    margin: 0 auto;
  }
  .search__cg-table .search-data-img img {
    max-width: 100%;
  }
  .search__cg-table .search-data::before,
  .search__cg-table .products-data::before {
    display: block;
    padding: 4px 10px;
    margin: 0 -10px 8px;
    line-height: 1.4;
    font-weight: bold;
    background: #f6f6f6;
  }
  .search__cg-table .s-data-name {
    padding: 10px;
  }
  .search__cg-table .search-stock {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .search__cg-table .s-data-sto .sp {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: bottom;
  }
  .search__cg-table .search-modal,
  .products .search__cg-table .products-data .search-modal {
    bottom: -2vw;
    left: -14vw;
    width: 83vw;
    padding: 8vw 6vw 15vw;
    background-image: url(/assets/front/images/search/deco_sp.png);
    pointer-events: none;
  }
  .search__cg-table .s-data-mode .add_cart_form {
    width: 100%;
  }
  .search__cg-table .s-data-mode input {
    width: 100%;
    max-width: 100%;
  }
  .search__cg-table .s-data-cart {
    text-align: center;
  }
  .search__cg-table .products-stock__link {
    display: inline-block;
    padding: 0 32px;
    margin: 14px auto 0;
    text-align: center;
  }

  .search__cg-table .s-data-yob::before {
    content: "呼び・長さ範囲";
  }
  .search__cg-table .s-data-hyo::before {
    content: "表面処理";
  }
  .search__cg-table .s-data-sto::before {
    content: "在庫";
  }
  .search__cg-table .s-data-bar::before {
    content: "バラ";
  }
  .search__cg-table .s-data-tan::before {
    content: "単価(税込)";
  }
  .search__cg-table .s-data-size::before {
    content: "サイズ";
  }
  .search__cg-table .s-data-sur::before {
    content: "表面処理";
  }
  .search__cg-table .s-data-rate::before {
    content: "入数（単価:税込、※最小販売条件：1小箱・袋〜)";
  }
  .search__cg-table .s-data-mode::before {
    content: "購入数量";
  }


  .image-add .search-pagination {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .products-content .products-narrow__body .form-select {
    width: 100%;
    max-width: 100%;
  }
}

/*=====================-*/

.products-s-intro-item_no {
  position: relative;
  padding-top: 28px;
  transition: 0.3s ease-in-out;
}
.products-s-intro-item_icons {
  position: absolute;
  display: flex;
  top: 0;
  right: 2%;
  justify-content: flex-end;
}
.products-s-intro-item_icons_enlarge {
  width: auto;
  height: 22px;
  margin-right: 14px;
  font-size: 0;
  cursor: pointer;
}
.products-s-intro-item_icons_download {
  display: block;
  width: auto;
  height: 22px;
  font-size: 0;
  cursor: pointer;
}
.products-s-intro-item_icons img {
  width: auto;
  height: 100%;
}
.products-s-intro-item_icons_enlarge img:last-child {
  display: none;
}
.products-s-intro-item_icons_enlarge.expansion img:first-child {
  display: none;
}
.products-s-intro-item_icons_enlarge.expansion img:last-child {
  display: block;
}
.products-intro-content-modal__caption--second.open_1 .products-intro-content-modal__item--z {
  width: 100%;
}
.products-intro-content-modal__caption--second.open_1 .products-intro-content-modal__item--k {
  width: 0;
  overflow: hidden;
}
.products-intro-content-modal__caption--second.open_2 .products-intro-content-modal__item--z {
  width: 0;
  overflow: hidden;
}
.products-intro-content-modal__caption--second.open_2 .products-intro-content-modal__item--k {
  width: 100%;
}

/*入力ロック*/
select[disabled],
input[readonly] {
  color: inherit;
  background: #eee;
  border-color: #fff;
  cursor: default;
  opacity: 1;
}

/*360度画像使い方アイコン追加*/
.area-360view {
  position: relative;
}
.cloudimage-360_usage {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*padding-top: 10%;*/
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.usage {
  width: 40%;
  max-width: 98px;
  font-size: 0;
}
.usage_icon_m {
  width: 40%;
  margin-top: 10px;
  margin-left: 30%;
}

.products-intro-content-modal[style="display: block;"] .usage_icon_m {
  animation: slideLoop 4s ease-in-out infinite;
}
@keyframes slideLoop {
  0% {
    margin-left: 30%;
  }
  25% {
    margin-left: 60%;
  }
  50% {
    margin-left: 0%;
  }
  75% {
    margin-left: 30%;
  }
  100% {
    margin-left: 30%;
  }
}

.products-intro-content-modal[style="display: block;"] .cloudimage-360_usage {
  animation: fadeOutAfter3s 0.3s linear 3.5s forwards;
}
@keyframes fadeOutAfter3s {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*FAQボタン表示*/
@media screen and (max-width: 520px) {
  .guide-top {
    margin-bottom: 50px;
    gap: 15px;
    justify-content: flex-start;
  }
  .guide-top__link {
    width: auto;
    padding: 10px;
    font-size: 14px;
  }
}

/*モーダル一調整*/
.products .products-data .search-modal {
  top: 50px;
  bottom: auto;
}
.search-modal-price {
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-all;
}
.search-modal__desc,
.search-modal-tax {
  display: flex;
  white-space: nowrap;
}
.search-modal__term {
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 580px) {
  .search__cg-table .search-modal, .products .search__cg-table .products-data .search-modal {
    top: -40vw;
    bottom: auto;
    left: 1vw;
    right: auto;
    width: 90vw;
    padding: 7vw 18vw 16vw;
  }
}

/*カートページボタンずれ調整*/
@media screen and (max-width: 768px) {
  .cart .history__desc {
    display: flex;
    max-width: 260px;
    justify-content: space-between;
  }
  .cart .history__desc .cart__link {
    width: 49%;
    margin: 0;
  }
  .cart .history__desc .cart_cancel {
    width: 49%;
  }
  .cart .history__desc .cart_cancel .cart__link {
    width: 100%;
  }
}

/*再検索スマホ仕様変更*/
@media screen and (max-width: 767px) {
  .category_search-wrap {
    display: block;
  }
  .category_search-btn.empty {
    display: none;
  }
  .category_search-wrap .category_search-btn,
  .category_search-wrap .category_search-btn:hover,
  .category_search-wrap .category_search-btn.active {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .category_search-wrap .category_search-btn.active {
    background-color: #f6dbc4;
  }
  .category_search-wrap .category_search-btn::before {
    /* content: ""; */
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/front/images/common/icon/icon-plus.png);
  }
  .category_search-wrap .category_search-btn.active::before {
    background-image: url(/assets/front/images/common/icon/icon-minus.png);
  }
  .category_search-wrap .form-checkbox {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  .category_search-wrap .checkbox-field__text {
    width: 100%;
  }
  .category_search_inner_list {
    display: none;
  }
  .category_search-wrap .category_search-btn.active + .category_search_inner_list {
    display: block;
    margin-bottom: 20px;
  }
  input:checked + .checkbox-field__text::after {
    opacity: 1;
  }

  .history__title span small {
    display: inline-block;
    font-size: 60%;
    line-height: 1.6;
  }
}

/*FAQ_スマホカテゴリ*/
@media screen and (max-width: 520px) {
  .search-tab__list {
    gap: 8px;
  }
  .search-tab-category {
    padding: 1px 12px;
    font-size: 14px;
  }
  .guide__body {
    margin-top: 40px;
  }
}

/*マイページボタン修正*/
@media screen and (max-width: 520px) {
  .member-content .guide-top {
    display: block;
  }
  .member-content .guide-top__link {
    width: 100%;
    margin: 0 auto 20px;
  }
}

/*詳細ページ表示順調整*/
.products-intro__lead {
  margin-bottom: 20px;
}
.products-intro__text {
  margin-top: 0;
}

.search__cg-table .search-body__row,
.search__cg-table .products-body__row {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .search__cg-table .products-stock__link {
    display: block;
    max-width: 136px;
  }
  .products-data.s-data-sto,
  .products-data.s-data-bar {
    display: inline-block;
    width: 50%;
  }
}

/*カートページ*/
@media screen and (max-width: 520px) {
  .cart-area .form-submit {
    padding: 10px 0;
    gap: 4px;
    flex-flow: row;
  }
  .cart-area a.cart-btn,
  .cart-area button.cart-btn {
    padding: 8px 2px;
    font-size: 11px;
  }
  .cart-area a.form-btn--edit::after,
  .cart-area button.form-btn--edit::after {
    content: none;
  }

  .cart-area .history-sub {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-area .history-sub .history__list {
    width: 100%;
  }

  .history__unit {
    display: none;
  }
  .history__top.active + .history__unit {
    display: flex;
  }
  .history__top {
    padding: 10px;
    margin-top: 10px;
    background-color: #fcf3eb;
  }
  .history__desc_name {
    margin-bottom: 8px;
  }
  .history__desc_sub {
    display: flex;
    font-size: 13px;
    justify-content: flex-end;
  }
  .history__quantity,
  .history__subtotal {
    display: flex;
    align-items: center;
    margin-right: 16px;
  }
  .history__quantity-t,
  .history__subtotal-t {
    margin-right: 10px;
  }
  .history__quantity-u,
  .history__subtotal-u {
    color: #d36767;
  }
  .history__more {
    display: flex;
    padding: 4px 10px;
    color: #FFF;
    background: #e2893b;
    border-radius: 4px;
    align-items: center;
  }
}

/*FAQガイドバー*/
.faq__answerarea {
  padding: 0 32px;
}
@media screen and (max-width: 520px) {
  .guide-top.faq_guide {
    display: flex;
    margin: 24px 0 40px;
    gap: 8px;
  }
  .faq_guide .guide-top__link {
    padding: 6px 14px 4px;
    border-radius: 30px;
  }

  .sp_faq_search {
    margin-bottom: 30px;
  }
  .sp_faq_search input.search {
    height: 38px;
  }
  .faq .search-tab__list {
    margin-top: 16px;
  }

  .faq__text {
    font-size: 12px;
  }
  .history__title img {
    width: 24px;
  }

  .faq__note {
    font-size: 0;
  }
  .faq-area {
    padding: 22px 0;
  }
  .faq__body p {
    margin-top: 20px;
  }
  .faq-area.open .faq__note::after {
    transform: translateY(-50%) rotate(0deg);
  }

  .faq__answerarea {
    padding: 0 13px;
  }
}

/*お知らせバー*/
@media screen and (max-width: 520px) {
  .notice {
    padding: 6px;
    margin-bottom: 35px;
    font-size: 13px;
  }
  .common__title {
    margin-top: 50px;
  }
}

/*TOP-スマホ*/
@media screen and (max-width: 520px) {
  .main__inner {
    gap: 0px;
  }

  .image-content {
    gap: 8px 0;
  }
  .image-content__unit,
  .image-content::before,
  .image-content::after {
    width: 48.8%;
  }
  .image__link {
    padding: 5px;
    border-radius: 10px;
  }
  .image__title {
    min-height: auto;
    padding: 10px 2px 8px;
    margin-bottom: 6px;
    border-radius: 8px;
  }
  .image__link img {
    width: 74%;
  }
  .image__link::before {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .special__title {
    text-align: center;
    line-height: 1.5;
  }

  .news__menu {
    flex-flow: row nowrap;
    align-items: flex-start;
    border-width: 1px;
  }
  .banner:last-child,
  .special:last-child,
  .news:last-child {
    margin-bottom: 0;
  }

  .sidebar-content {
    margin-bottom: 32px;
  }
  .sidebar__unit {
    padding: 0;
  }
  .sidebar__unit:only-child {
    width: 100%;
    margin-bottom: 0;
  }
}

/*Header-スマホ*/
.header-top {
  justify-content: space-between;
}
.header-logo {
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 1024px) {
  .header-top .other {
    width: 84px;
    min-width: 84px;
    margin-left: 4%;
  }
}
@media screen and (max-width: 520px) {
  .header-top .other {
    width: 46px;
    min-width: 46px;
    margin-left: 4%;
  }
}

/*Footer-スマホ*/
@media screen and (max-width: 520px) {
  .footer__list {
    flex-wrap: nowrap;
  }
  .footer__item img {
    width: 100%;
  }
}

/*商品-スマホ*/
.cart-confirm__text a {
  display: inline-block;
  color: #e2893b;
  text-decoration: underline;
}
@media screen and (max-width: 520px) {
  .search-content__unit .image__link {
    padding: 5px;
    border-radius: 10px;
  }

  .search__lead {
    margin-bottom: 10px;
  }
  .selectitem-head-group {
    gap: 8px;
  }
  .selectitem-head__wrap {
    padding: 16px 12px;
  }
  .select2-container {
    width: 100% !important;
  }
  .selectitem-head-select .text {
    width: 80px;
    min-width: 80px;
    font-weight: 600;
  }
  .select2.select2-container .select2-selection--single {
    height: 40px;
  }
  .selectitem-head-group .form-checkbox {
    margin-top: 8px;
  }
  .checkbox-field__text {
    padding-left: 32px;
  }

  .selectitem-head-group {
    margin-bottom: 14px;
  }
  .selectitem-body__item {
    align-items: flex-start;
  }
  .selectitem-links {
    padding: 0;
    line-height: 1.4;
    gap: 6px 20px;
  }
  .selectitem-links .selectitem__link {
    font-size: 12px;
  }
  .selectitem-body-step__text {
    font-size: 12px;
  }
  .selectitem-body-step-number {
    display: flex;
    width: 32px;
    height: 32px;
    padding-top: 7px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
  }
  .selectitem-body-content .select2 {
    margin: 0;
  }
  .selectitem-body-content .selectitem-body-select {
    margin-top: 6px;
  }
  .selectitem .selectitem-body-content .common__link {
    width: 100%;
    max-width: 100%;
    padding: 7px 2px 4px;
  }
  .selectitem-table-th,
  .selectitem-table-td {
    padding: 7px 8px;
    font-size: 12px;
  }
  .selectitem-input input {
    height: 40px;
  }
  .selectitem-body-content .selectitem-input {
    margin-left: 0;
  }

  .cart-tab {
    margin-bottom: 20px;
  }
  .cart-area {
    margin-top: 32px;
  }

  .products-intro__term {
    max-width: 72px;
    padding: 14px 7px;
  }
  .products__heading {
    margin: 36px 0 20px;
    padding: 16px 12px;
    font-size: 16px;
    border-radius: 8px;
    z-index: 1;
  }
  .products__heading::after {
    z-index: -1;
  }
  .products-narrow__body {
    gap: 8px 0;
  }
  .products-narrow__body .form-checkbox {
    margin-top: 4px;
  }
  .search__text {
    font-size: 14px;
  }
  .search__text span {
    font-size: 19px;
  }
  .products .search-section .search-number {
    margin-top: 10px;
    flex-flow: row nowrap;
  }
  .products .search-section .search-number .text {
    white-space: nowrap;
  }
  .products .search-section--bottom {
    margin-bottom: 40px;
  }
}

/*会員-スマホ*/
@media screen and (max-width: 520px) {
  .form-thanks__text {
    font-size: 13px;
  }
  .form-thanks__lead,
  .login__lead {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
  }

  .login-area {
    padding: 20px 12px;
  }
  .login__head {
    margin: 20px 0 28px;
  }
  .login__list {
    margin-bottom: 20px;
  }
  .login__term {
    margin-bottom: 4px;
    line-height: 1;
  }
  .login__list .login-input {
    max-width: 100%;
    height: 40px;
    padding: 0 20px 1px;
    line-height: 1;
    border-radius: 40px;
  }
  .login__links {
    margin-top: 24px;
    text-align: right;
  }
  .login__link {
    margin-bottom: 4px;
    font-size: 11px;
    text-align: right;
  }
}

/*情報ページ-スマホ*/
.company-map iframe {
  width: 100%;
  height: 26vw;
  max-height: 360px;
  border-radius: 30px;
}
@media screen and (max-width: 520px) {
  .guide__unit {
    margin-bottom: 20px;
  }
  .guide__foot {
    padding: 0 13px;
    margin-top: 12px;
  }
  .guide__foot .guide_01 {
    width: 100%;
    max-width: 100%;
    padding: 8px 2px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
  }
  .guide__lead {
    margin-bottom: 12px;
  }
  .guide__ul:not(:last-child) {
    margin-bottom: 14px;
  }
  .guide__video,
  .guide-feature {
    margin-top: 14px;
  }
  .guide__wrap {
    margin-bottom: 24px;
  }
  .guide__wrap + .guide__wrap {
    padding-top: 24px;
  }
  .guide__text img {
    margin-left: 5px;
    vertical-align: text-bottom;
  }
  .guide-area {
    padding: 0;
    margin-top: 32px;
  }
  .guide__menu,
  .guide__menu:last-child {
    padding-top: 24px;
    margin-top: 24px;
  }
  .guide__menu:last-child {
    padding-bottom: 24px;
  }
  ul li.textindent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .guide__foot p {
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }
  .guide__text {
    font-size: 14px;
  }
  .guide__lead,
  .guide__text--large,
  .guide__heading {
    font-size: 14px;
  }
  #guide04 .guide__lead {
    margin-bottom: 16px;
  }

  .single__inner .form-submit a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .singe__body {
    padding: 24px 0;
    line-height: 1.5;
  }
  .singe__body a {
    display: inline-block;
    color: #e2893b;
    text-decoration: underline;
  }

  .company__title {
    padding: 16px 20px;
    font-size: 16px;
  }
  .company__head {
    margin: 20px 0 0;
  }
  .company-intro {
    margin-bottom: 24px;
    gap: 20px;
  }
  .company-desc {
    padding: 24px 16px;
    gap: 10px;
  }
  .company-desc__title {
    font-size: 17px;
  }
  .company-desc__text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  .company-group {
    margin-top: 14px;
  }
  .company__list {
    padding: 16px 0;
    gap: 0;
  }
  .company__desc {
    font-size: 13px;
  }
  .company-map iframe {
    height: 240px;
    border-radius: 10px;
  }

  .privacy .common__title,
  .commercial .common__title {
    margin: 20px 0 48px;
  }
  .privacy__title {
    padding-left: 32px;
    margin-bottom: 24px;
    font-size: 16px;
  }
  .privacy__title::before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    padding-top: 3px;
    font-size: 14px;
    transform: none;
  }
  .privacy__detail {
    /*padding-left: 32px;*/
    padding-left: 22px;
    margin-left: 10px;
    border-left: 3px solid #f6dbc4;
  }
  .privacy__text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
  }
  .privacy__list {
    margin: 10px 0 16px;
    padding-left: 0;
  }
  .privacy__list .privacy__item {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.6;
  }
  .privacy__unit:last-child {
    margin-bottom: 0;
  }

  .commercial .common__title .common__lead--commercial::before {
    top: 10%;
  }
  .commercial .common__title .common__lead--commercial::after {
    top: 80%;
    bottom: auto;
  }
  .commercial-content {
    margin-top: -14px;
  }
  .commercial__list {
    padding-right: 0;
  }
  .commercial__term {
    margin-bottom: 10px;
  }
  .commercial__lead,
  .commercial__lead--second {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .commercial__text {
    line-height: 1.8;
  }
  .commercial__list ul,
  .commercial__list ol {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .commercial__list ol li.textindent {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .commercial__list ul .commercial__text,
  .commercial__list ol .commercial__text {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.4;
  }
  .commercial-deco {
    margin: 16px 0;
  }

  .history-area--information {
    margin-top: 30px;
  }
  .information__title {
    padding: 16px 20px;
    margin: 30px 0 20px;
    font-size: 17px;
    border-radius: 10px;
  }
  .information__text {
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .information__list-title img {
    width: 24px;
  }
  .information__list-title {
    margin: 20px 0 10px;
    font-size: 16px;
    line-height: 1.2;
    gap: 8px;
  }
  .information-intro {
    margin: 12px 0 0;
    gap: 8px 0;
  }
  .information__unit {
    width: 49%;
  }
  .information__link {
    padding: 4px 8px 4px 40px;
    height: 64px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 4px;
  }
  .information__link img {
    left: 8px;
    width: 36px;
  }
  .history-area {
    margin-top: 40px;
  }
  .information-category {
    margin-top: 16px;
  }
  .information-group {
    margin-top: 28px;
  }
  .information-area:last-child {
    margin-bottom: 0;
  }
  .information-box {
    padding: 14px 12px;
    line-height: 1.7;
    border-radius: 6px;
  }
  .information-box__title {
    font-size: 14px;
  }
  .information-box__text {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }
  .heading-wrap {
    margin: 32px 0 16px;
  }
  .info-grid-container {
    gap: 8px 0;
  }
  .info-grid-item {
    width: 48%;
    border-radius: 10px;
  }
  .info-grid-item__link {
    padding: 10px;
    justify-content: flex-start;
  }
  .info-grid-item__img {
    position: relative;
  }
  .info-grid-item__img::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .info-grid-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .info-grid-item__text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
  }
  .table-info-base__header th {
    line-height: 1.4;
  }
}

/*タブレット*/
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .common__title {
    margin: 64px 0;
  }
  .commercial .common__title {
    margin: 80px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .common__title {
    margin: 36px 0 44px;
  }
  .commercial .common__title {
    margin: 48px 0;
  }
  .commercial .common__title .common__lead--commercial::before {
    top: 10%;
  }
  .commercial .common__title .common__lead--commercial::after {
    top: 80%;
    bottom: auto;
  }
}

.scrolling {
  pointer-events: none !important;
}

@media screen and (max-width: 520px) {
  .sidebar-service__unit {
    max-width: none;
  }
}

.commercial__text a {
  display: inline;
}

@media screen and (max-width: 520px) {
  .search-pagination__list {
    justify-content: center;
  }
  .search-pagination__link--prev,
  .search-pagination__link--next {
    width: 40px;
  }
}

.cart-confirm-summary,
.form-field-container--second:nth-child(2),
.form-field-container--second:nth-child(3),
.form-field-container--second:nth-child(4),
.form-field-container--second:nth-child(5) {
  padding-left: 0;
}

.form-field-container.checkbox-full {
  flex-wrap: wrap;
}
.form-field-container.checkbox-full .form-checkbox {
  width: 100%;
  max-width: 100%;
}

.alert.alert-danger {
  padding: 20px;
  margin-bottom: 40px;
  color: #ff4a4a;
  line-height: 1.2;
  font-weight: 500;
  border: 1px dotted;
}

.order-history-table .history-header {
  width: 60px;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.history-header.order-detail {
  width: 400px;
}
.order-history .history-data a {
  display: flex;
  width: 88px;
  align-items: center;
}
.order-history .history-data a .history__link--second::after {
  top: 55%;
}
.order-history-table .history-data table {
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  background: #fcf3eb;
  border: 1px solid #eaeaea;
}
.order-history-table .history-data table th {
  padding: 6px 10px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
}
.order-history-table .history-data table td {
  padding: 6px 10px;
  border: 1px solid #eaeaea;
}
.order-history-table .history-data table tr:nth-child(2n) td {
  background: #FFF;
}
.history-table .nwrp {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .order-history-table .history-head {
    display: none;
  }
  .order-history-table .history-body__row {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    background: #fcf3eb;
  }
  .order-history-table .history-body .history-data {
    display: block;
    padding: 4px 10px;
    gap: 8px 10px;
    background: #FFF;
    border-bottom: 1px dotted #eee;
  }
  .order-history-table .history-data::before {
    display: block;
    width: 90px;
    min-width: 90px;
    font-weight: 600;
  }
  .history-data.order-data::before {
    content: "注文日";
  }
  .history-data.order-number::before {
    content: "注文番号";
  }
  .history-data.order-payment::before {
    content: "お支払方法";
  }
  .history-data.order-billed::before {
    content: "請求金額";
  }
  .history-data.order-detail::before {
    content: "注文内容";
  }
  .history-data.order-product::before {
    content: "品名";
  }
  .history-data.order-size::before {
    content: "サイズ・呼び";
  }
  .history-data.order-size1::before {
    content: "サイズ";
  }
  .history-data.order-treatment::before {
    content: "表面処理";
  }
  .history-data.order-unit::before {
    content: "単位";
  }
  .history-data.order-price::before {
    content: "単価";
  }
  .history-data.order-price1::before {
    content: "単価(税抜)";
  }
  .history-data.order-price2::before {
    content: "単価(税込)";
  }
  .history-data.order-quantity::before {
    content: "数量";
  }
  .history-data.order-subtotal1::before {
    content: "小計(税抜)";
  }
  .history-data.order-subtotal2::before {
    content: "小計(税込) ";
  }
  .history-data.order-postage::before {
    content: "送料";
  }
  .history-data.order-commission::before {
    content: "手数料";
  }
  .history-data.order-amount::before {
    content: "金額";
  }
  .history-data.order-total::before {
    content: "合計金額";
  }
  .history-data.order-control::before {
    content: "操作";
  }
  .order-history .history-data a {
    width: 100%;
  }
}

.text-note {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.3;
  color: #d36767;
}
.order-history-table .history-data .common__link {
  display: block;
  height: auto;
  padding: 0;
  line-height: 1.3;
  color: #e2893b;
  text-decoration: underline;
  background: transparent;
}
.order-history-table .history-data .common__link::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .order-history-table .history-body .history-data.inner-table {
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .order-history-table .history-body .history-data.inner-table table {
    min-width: 420px;
  }
  .order-history-table .history-table,
  .order-history-table .history-body {
    display: block;
  }
  .order-history-table .history-data.link-td {
    display: flex;
    padding: 8px 10px 10px;
    justify-content: flex-end;
  }
}

.table-hr {
  padding: 40px 0 20px;
}
.btn.cart-all {
  display: flex;
  width: 100%;
  max-width: 280px;
  height: 40px;
  padding: 10px;
  margin-left: auto;
  font-size: 13px;
  background: #feab62;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn.cart-all img {
  display: block;
  margin-right: 5px;
  background: #FFF;
  border-radius: 50px;
}
.btn.cart-all {
  display: flex;
  width: 100%;
  max-width: 220px;
  padding: 8px 10px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  background: #feab62;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.history-table.order-detail-table th.history-header {
  width: auto;
}

.history-order-tag-warp {
  display: flex;
  align-items: flex-start;
}
.history-order-tag {
  width: 30%;
  min-width: 30%;
  background: #fff;
  border-top: 1px solid #707070;
}
.order-tag {
  display: flex;
  padding: 20px;
  font-size: 18px;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #707070;
  gap: 12px;
  cursor: pointer;
}
.order-tag.active {
  background: #fcf3eb;
}
.order-tag img {
  width: 38px;
}
.history-order-addresses {
  /*display: flex;
  gap: 0 10px;
  justify-content: space-between;*/
  display: block;
  width: 100%;
}
.history-order-addresses .addr-item {
  display: none;
  width: 100%;
}
.history-order-addresses .addr-item.active {
  display: block;
}
.addr-item {
  display: block;
  width: 48.5%;
  padding: 20px;
  background: #fcf3eb;
  border: 1px solid #707070;
  border-width: 1px 0;
}
.addr-item .history__title {
  margin-bottom: 20px;
}
.addr-inner dl {
  margin-bottom: 4px;
}
.addr-inner dl dt {
  padding: 4px 0;
  font-weight: 600;
  border-bottom: 1px dotted #707070;
}
.addr-inner dl dd {
  padding: 4px 12px;
}

@media screen and (max-width: 768px) {
  .order-detail-table {
    display: block;
  }
  .order-detail-table .history-head {
    display: none;
  }
  .order-detail-table .history-body,
  .order-detail-table .history-body .history-body__row {
    display: block;
    width: 100%;
  }
  .order-detail-table th,
  .order-detail-table td {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 500;
    justify-content: space-between;
    gap: 30px;
  }
  .order-detail-table .history-data::before {
    display: block;
    width: 100%;
    font-weight: 600;
    white-space: nowrap;
  }
  .btn.cart-all {
    width: 100%;
    max-width: 100%;
    padding: 4px 16px 4px 8px;
    font-size: 13px;
    line-height: 1.3;
  }
  .order-detail-table.odt2 tr {
    padding: 10px;
    margin-bottom: 16px;
    border: 10px solid #fcf3eb;
  }
  .order-detail-table.odt2 td {
    justify-content: flex-start;
  }
  .order-detail-table.odt2 .history-data::before {
    width: 64px;
    min-width: 64px;
  }
  .order-detail-table.odt2 .history-icon {
    display: block;
    margin: 0 0 0 auto;
  }

  .history-order-addresses {
    display: block;
  }
  .addr-item {
    width: 100%;
    padding: 16px 10px;
    margin-bottom: 20px;
  }
  .addr-item .history__title {
    margin-bottom: 16px;
  }
  .addr-inner dl dt {
    padding: 2px 0;
  }

  .history-order-tag-warp {
    flex-wrap: wrap;
  }
  .history-order-tag {
    display: flex;
    width: 100%;
  }
  .order-tag {
    width: 100%;
    padding: 10px 8px;
    font-size: 14px;
    gap: 0 8px;
    border: none;
    justify-content: center;
  }
  .history-order-addresses .addr-item {
    border-top: none;
  }
  .order-tag img {
    width: 24px;
  }
}

.registry-tab__list.cart-confirm-tab__list {
  padding-right: 25px;
}
.cart.cart-confirm .cart-tab__link {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .cart.cart-confirm .cart-tab__link {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 520px) {
  .cart.cart-confirm .cart-tab__link {
    padding: 4px 10px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: #707070;
  }
  .cart.cart-confirm .cart-tab__link::after {
    left: 16px;
    margin-top: -4px;
    border-color: #FFF;
  }

  .registry-tab__list.cart-confirm-tab__list {
    padding-right: 15px;
  }
  .registry-tab__item,
  .registry-tab__item:nth-child(2) {
    padding-left: 15px;
  }
  .registry-tab__item:nth-child(3) {
    padding-left: 30px;
  }
}


.form__unit.unit__fl-wrap {
  flex-wrap: wrap;
}
.billing-form {
  display: none;
  padding: 0 24px 30px;
  margin-top: 20px;
  border: 1px dotted;
}
.text-danger {
  color: #d36767;
}

.copy_icon {
  display: inline-block;
  width: 16px;
  margin-left: 2px;
  font-size: 0;
  vertical-align: text-bottom;
  cursor: pointer;
}