/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
/***************************/
/**bg */
/***************************/
/********************************************/
/* ttl */
/********************************************/
.sec_ttl {
  text-align: center;
  color: #000;
}
.sec_ttl .en {
  display: inline-block;
  color: inherit;
  font-size: clamp(2.3rem, 2.7vw, 2.8rem);
  font-family: "EB Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec_ttl .en .big {
  position: relative;
  font-size: 1.5em;
  padding-right: 0.1em;
}
.sec_ttl .en .big:before {
  content: "";
  position: absolute;
  top: -0.25em;
  left: 0.15em;
  display: block;
  background-color: #000;
  width: 1px;
  height: 1.25em;
  font-size: 1em;
  transform: rotate(53deg);
}
.sec_ttl .ja {
  color: inherit;
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 1.7;
}

.sec_ttl.ver_g_lang .en {
  position: relative;
}
.sec_ttl.ver_g_lang .en::first-letter {
  position: relative;
  font-size: 1.5em;
  padding-right: 0.1em;
}
.sec_ttl.ver_g_lang .en:before {
  content: "";
  position: absolute;
  top: -0.25em;
  left: 0.15em;
  display: block;
  background-color: #000;
  width: 1px;
  height: 2.25em;
  font-size: 1em;
  transform: rotate(53deg);
}

/********************************************/
/* btn */
/********************************************/
.shop_btn a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 20px 12px 20px;
  margin-right: 50px;
  transition: all 0.3s;
}
.shop_btn a .ico {
  display: block;
  width: 19px;
  height: 28px;
  transition: all 0.3s;
}
.shop_btn a .txt .en {
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2rem;
  transition: all 0.3s;
}
.shop_btn a .txt .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s;
}

.shop_btn.black a {
  background-color: #F7F9FA;
  border: 1px solid #707070;
}
.shop_btn.black a .ico {
  background: url(../img/ico/ico-shop-black.svg) no-repeat center/contain;
}
.shop_btn.black a .txt .ja {
  color: #4D5357;
}
.shop_btn.black a:hover {
  background-color: #9AA3AA;
  border-color: #9AA3AA;
}
.shop_btn.black a:hover .ico {
  background-image: url(../img/ico/ico-shop-white.svg);
}
.shop_btn.black a:hover .txt .en, .shop_btn.black a:hover .txt .ja {
  color: #fff;
}

.shop_btn.white a {
  border: 1px solid #fff;
}
.shop_btn.white a .ico {
  background: url(../img/ico/ico-shop-white.svg) no-repeat center/contain;
}
.shop_btn.white a .txt .en {
  color: #fff;
}
.shop_btn.white a .txt .ja {
  color: #fff;
}
.shop_btn.white a:hover {
  opacity: 0.6;
}

.circle_arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.3s;
}
.circle_arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 20px;
  height: 8px;
  transition: all 0.3s;
}
.circle_arrow.white:before {
  background: url(../img/ico/ico-arrow-white.svg) no-repeat center/contain;
}

.arrow_btn .check_send_btn,
.arrow_btn a, .arrow_btn button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 230px;
  padding: 0.8em 0.8em 0.8em 1.4em;
  margin: auto;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.3em;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .arrow_btn .check_send_btn,
  .arrow_btn a, .arrow_btn button {
    padding: 0.1em 0.5em 0.1em 1em;
  }
}
.arrow_btn .check_send_btn:before,
.arrow_btn a:before, .arrow_btn button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: block;
  margin: auto;
  background: url(../img/ico/ico-triangle-black.svg) no-repeat center/contain;
  width: 10px;
  height: 8px;
  transition: all 0.3s;
}
.arrow_btn .check_send_btn:hover,
.arrow_btn a:hover, .arrow_btn button:hover {
  background-color: #000;
  color: #fff;
}
.arrow_btn .check_send_btn:hover:before,
.arrow_btn a:hover:before, .arrow_btn button:hover:before {
  background-image: url(../img/ico/ico-triangle-white.svg);
}

.arrow_btn.ver_input {
  position: relative;
  max-width: 230px;
  margin: auto;
}
.arrow_btn.ver_input:before {
  content: "";
  position: absolute;
  top: 2.8em;
  left: 12px;
  display: block;
  margin: auto;
  background: url(../img/ico/ico-triangle-black.svg) no-repeat center/contain;
  width: 10px;
  height: 8px;
  transition: all 0.3s;
  z-index: 1;
}
@media (max-width: 768px) {
  .arrow_btn.ver_input:before {
    top: 1.7em;
  }
}
.arrow_btn.ver_input:hover:before {
  background: url(../img/ico/ico-triangle-white.svg) no-repeat center/contain;
}

.ico_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 280px;
  padding: 0.8em;
  margin: auto;
  background-color: #4D5357;
  transition: all 0.3s;
}
.ico_btn a .txt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.ico_btn a:hover {
  background-color: #A0ABB2;
}

.top_btn {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 77;
}
@media (max-width: 768px) {
  .top_btn {
    right: 10px;
    bottom: 70px;
  }
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1;
  border: 1px solid #7F8589;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .top_btn a {
    width: 40px;
  }
}
.top_btn a .arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 7px;
  margin-bottom: 5px;
}
.top_btn a .arrow:before, .top_btn a .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 13px;
  border-radius: 9999px;
  background-color: #7f8589;
  transform-origin: 50% 0.5px;
  transition: all 0.3s;
}
.top_btn a .arrow:before {
  transform: rotate(45deg);
}
.top_btn a .arrow:after {
  transform: rotate(-45deg);
}

.top_btn a:hover {
  background-color: #4D5357;
}
.top_btn a:hover .arrow:before, .top_btn a:hover .arrow:after {
  background-color: #fff;
}

/********************************************/
/* column */
/********************************************/
.column02 {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media (max-width: 768px) {
  .column02 {
    display: block;
  }
}
.column02 .item {
  width: 47.5%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .column02 .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .column02.sp_column02 {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .column02.sp_column02 .item {
    width: 48%;
  }
}

.column03 {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media (max-width: 768px) {
  .column03 {
    display: block;
  }
}
.column03 .item {
  width: 30.6633333333%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .column03 .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .column03.sp_column02 {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .column03.sp_column02 .item {
    width: 48%;
  }
}

/********************************************/
/* list */
/********************************************/
.txt_list li {
  display: flex;
  align-items: baseline;
}
.txt_list li .ttl {
  position: relative;
  display: block;
  width: 6.5em;
  margin-right: 1em;
  line-height: 1.5;
}
.txt_list li .ttl:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 18px;
  height: 1px;
}
.txt_list li .content {
  width: calc(100% - 6.5em);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}/*# sourceMappingURL=component.css.map */