@charset "UTF-8";
/*====================================================================================================

Variable definition

======================================================================================================*/
/*
	width
================================*/
/*
	fonts
================================*/
/*
	font size
================================*/
/*
	font weight
================================*/
/*
	color
================================*/
/*
	spacing
================================*/
/*
	media query (pc)
================================*/
/*
	header nav ico
================================*/
/*
	menu ico
================================*/
/*
	footer nav ico
================================*/
/*====================================================================================================

include styles

======================================================================================================*/
/*
	media query (pc)
================================*/
/*
	content horizontal
================================*/
/*
	grid
================================*/
/*
	small font
================================*/
/*
	colouring font
================================*/
/*
	gblheader ico mixin
================================*/
/*
	footer ico mixin
================================*/
/*
	menu ico mixin
================================*/
/*
	repeat grid
================================*/
/*
	productsbox style
================================*/
/*
	columnbox style
================================*/
/*
	columnbox_txt style
================================*/
/*
	boxes bottom styles
================================*/
/*
	productBox on tag styles
================================*/
/*
	Article title up to 3 lines
================================*/
/*
	alias BEM
================================*/
/*
	contentinr
================================*/
/*
	clearfix
================================*/
/*
square img
================================*/
.categorylinkbox {
  text-decoration: none;
  margin: 0 0 25px 0;
}
.categorylinkbox_img {
  margin-bottom: 8px;
}
.categorylinkbox_txt {
  margin-bottom: 8px;
  font-size: 0.875rem;
}

.checkedproductsbox {
  display: block;
  font-size: 0.875rem;
  width: 110px;
  margin-left: 14px;
}
@media screen and (min-width: 769px) {
  .checkedproductsbox {
    flex-basis: 100px;
    width: 98px;
    margin-left: 24px;
  }
}
.checkedproductsbox_tit {
  margin-top: 8px;
  font-size: 0.75rem;
}
.checkedproductsbox_img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.checkedproductsbox_img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.checkedproductsbox.slick-slide .checkedproductsbox_img img {
  height: 100%;
}

button:focus,
button:active {
  outline: none;
}

/*
	btn icon
================================*/
/*
	btn styles
================================*/
/*
	btn arrow colors
================================*/
/*
	btn cart styles
================================*/
/*
	btn favorite styles
================================*/
/*
	btn modal into style
================================*/
.btn_standard {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_standard {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_standard:hover {
    cursor: pointer;
  }
}
.btn_standard {
  border: 1px solid #d0d0d0;
  color: #494949;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .btn_standard:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_standard--next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_standard--next {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_standard--next:hover {
    cursor: pointer;
  }
}
.btn_standard--next {
  border: 1px solid #d0d0d0;
  color: #494949;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .btn_standard--next:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_standard--next::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .btn_standard--next::after {
    right: 24px;
  }
}
.btn_standard--back {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_standard--back {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_standard--back:hover {
    cursor: pointer;
  }
}
.btn_standard--back {
  border: 1px solid #d0d0d0;
  color: #494949;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .btn_standard--back:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_standard--back::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  left: 16px;
  background: url(../img/common/navigate_back-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .btn_standard--back::after {
    right: 24px;
  }
}
.btn_standard--disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_standard--disabled {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_standard--disabled:hover {
    cursor: pointer;
  }
}
.btn_standard--disabled {
  color: #B5B5B5;
  background: #f0f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_standard--disabled {
    width: 90%;
    max-width: 100%;
  }
}
.btn_standard--disabled {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn_standard--disabled {
    pointer-events: none;
    max-width: 355px;
  }
}
.btn_standard--disabled {
  border: none;
  color: #B5B5B5;
}
.btn_primary {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_primary {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_primary:hover {
    cursor: pointer;
  }
}
.btn_primary {
  color: #fff;
  background: #4dac92;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_primary:hover {
    background: #498B78;
  }
}
.btn_primary--next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_primary--next {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_primary--next:hover {
    cursor: pointer;
  }
}
.btn_primary--next {
  color: #fff;
  background: #4dac92;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_primary--next:hover {
    background: #498B78;
  }
}
.btn_primary--next::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-white.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .btn_primary--next::after {
    right: 24px;
  }
}
.btn_primary--next--prev::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  left: 5px;
  background: url(../img/common/navigate_back-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .btn_primary--next--prev::after {
    left: 20px;
  }
}
.btn_primary--disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_primary--disabled {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_primary--disabled:hover {
    cursor: pointer;
  }
}
.btn_primary--disabled {
  color: #B5B5B5;
  background: #f0f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_primary--disabled {
    width: 90%;
    max-width: 100%;
  }
}
.btn_primary--disabled {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn_primary--disabled {
    pointer-events: none;
    max-width: 355px;
  }
}
.btn_primary--disabled {
  border: none;
  color: #B5B5B5;
}
.btn_secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_secondary {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_secondary:hover {
    cursor: pointer;
  }
}
.btn_secondary {
  border: 2px solid #4dac92;
  color: #4dac92;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_secondary:hover {
    border-color: #498B78;
    color: #498B78;
  }
}
.btn_secondary--next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_secondary--next {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_secondary--next:hover {
    cursor: pointer;
  }
}
.btn_secondary--next {
  border: 2px solid #4dac92;
  color: #4dac92;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_secondary--next:hover {
    border-color: #498B78;
    color: #498B78;
  }
}
.btn_secondary--next::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-accent.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .btn_secondary--next::after {
    right: 24px;
  }
}
.btn_disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_disabled {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_disabled:hover {
    cursor: pointer;
  }
}
.btn_disabled {
  color: #B5B5B5;
  background: #f0f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_disabled {
    width: 90%;
    max-width: 100%;
  }
}
.btn_disabled {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn_disabled {
    pointer-events: none;
    max-width: 355px;
  }
}
.btn_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart:hover {
    cursor: pointer;
  }
}
.btn_cart {
  color: #fff;
  background: #4dac92;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart {
    width: 90%;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .btn_cart:hover {
    background: #498B78;
  }
}
.btn_cart::before {
  content: "";
  position: absolute;
  display: block;
  top: 25%;
  left: 15px;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_cart-arrow-down.svg) no-repeat center center;
}
.btn_cart {
  position: relative;
}
.btn_cart_s {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart_s {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart_s:hover {
    cursor: pointer;
  }
}
.btn_cart_s {
  color: #fff;
  background: #4dac92;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart_s {
    width: 90%;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .btn_cart_s:hover {
    background: #498B78;
  }
}
.btn_cart_s {
  width: 150px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .btn_cart_s {
    width: 100%;
    font-size: 0.875rem;
  }
}
.btn_cart_s::before {
  content: none;
}
.btn_cart_s .btn_cart_inr {
  line-height: 1;
}
.btn_cart_s .btn_cart_inr > span {
  margin-top: 4px;
  font-size: 0.625rem;
}
@media screen and (max-width: 345px) {
  .btn_cart_s {
    width: auto;
  }
}
.btn_cart_s--reserve {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--reserve {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart_s--reserve:hover {
    cursor: pointer;
  }
}
.btn_cart_s--reserve {
  color: #4dac92;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--reserve {
    width: 90%;
    max-width: 100%;
  }
}
.btn_cart_s--reserve {
  border: 2px solid #4dac92;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--reserve {
    border: 2px solid #4dac92;
  }
  .btn_cart_s--reserve:hover {
    background: transparent;
    border-color: #498B78;
    color: #498B78;
  }
}
.btn_cart_s--reserve {
  width: 150px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--reserve {
    width: 100%;
    font-size: 0.875rem;
  }
}
.btn_cart_s--reserve::before {
  content: none;
}
.btn_cart_s--reserve .btn_cart_inr {
  line-height: 1;
}
.btn_cart_s--reserve .btn_cart_inr > span {
  margin-top: 4px;
  font-size: 0.625rem;
}
.btn_cart_s--mail {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--mail {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart_s--mail:hover {
    cursor: pointer;
  }
}
.btn_cart_s--mail {
  color: #494949;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--mail {
    width: 90%;
    max-width: 100%;
  }
}
.btn_cart_s--mail {
  height: auto;
  min-height: 54px;
  padding: 5px 0;
  border: 1px solid #d0d0d0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--mail:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_cart_s--mail {
  width: 150px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--mail {
    width: 100%;
    font-size: 0.875rem;
  }
}
.btn_cart_s--mail::before {
  content: none;
}
.btn_cart_s--mail .btn_cart_inr {
  line-height: 1;
}
.btn_cart_s--mail .btn_cart_inr > span {
  margin-top: 4px;
  font-size: 0.625rem;
}
@media screen and (max-width: 345px) {
  .btn_cart_s--mail {
    width: auto;
  }
}
.btn_cart_s--mail--cansel {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--mail--cansel {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart_s--mail--cansel:hover {
    cursor: pointer;
  }
}
.btn_cart_s--mail--cansel {
  color: #494949;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--mail--cansel {
    width: 90%;
    max-width: 100%;
  }
}
.btn_cart_s--mail--cansel {
  height: auto;
  min-height: 54px;
  padding: 5px 0;
  border: 1px solid #d0d0d0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--mail--cansel:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_cart_s--mail--cansel {
  width: 150px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--mail--cansel {
    width: 100%;
    font-size: 0.875rem;
  }
}
.btn_cart_s--mail--cansel::before {
  content: none;
}
.btn_cart_s--mail--cansel .btn_cart_inr {
  line-height: 1;
}
.btn_cart_s--mail--cansel .btn_cart_inr > span {
  margin-top: 4px;
  font-size: 0.625rem;
}
.btn_cart_s--mail--cansel {
  background: #F0F1F1;
}
.btn_cart_s--disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--disabled {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart_s--disabled:hover {
    cursor: pointer;
  }
}
.btn_cart_s--disabled {
  color: #B5B5B5;
  background: #f0f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--disabled {
    width: 90%;
    max-width: 100%;
  }
}
.btn_cart_s--disabled {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--disabled {
    pointer-events: none;
    max-width: 355px;
  }
}
.btn_cart_s--disabled {
  width: 150px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .btn_cart_s--disabled {
    width: 100%;
    font-size: 0.875rem;
  }
}
.btn_cart_s--disabled::before {
  content: none;
}
.btn_cart_s--disabled .btn_cart_inr {
  line-height: 1;
}
.btn_cart_s--disabled .btn_cart_inr > span {
  margin-top: 4px;
  font-size: 0.625rem;
}
.btn_cart--reserve {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart--reserve {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart--reserve:hover {
    cursor: pointer;
  }
}
.btn_cart--reserve {
  color: #4dac92;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart--reserve {
    width: 90%;
    max-width: 100%;
  }
}
.btn_cart--reserve {
  border: 2px solid #4dac92;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_cart--reserve {
    border: 2px solid #4dac92;
  }
  .btn_cart--reserve:hover {
    background: transparent;
    border-color: #498B78;
    color: #498B78;
  }
}
.btn_cart--mail {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart--mail {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart--mail:hover {
    cursor: pointer;
  }
}
.btn_cart--mail {
  color: #494949;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart--mail {
    width: 90%;
    max-width: 100%;
  }
}
.btn_cart--mail {
  height: auto;
  min-height: 54px;
  padding: 5px 0;
  border: 1px solid #d0d0d0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_cart--mail:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_cart--mail::before {
  content: "";
  position: absolute;
  display: block;
  top: 25%;
  left: 15px;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_mail.svg) no-repeat center center;
}
.btn_cart--mail {
  font-size: 0.875rem;
  width: 100%;
  padding: 5px 5px 5px 40px;
  white-space: nowrap;
}
.btn_cart--mail--cansel {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart--mail--cansel {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart--mail--cansel:hover {
    cursor: pointer;
  }
}
.btn_cart--mail--cansel {
  color: #494949;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart--mail--cansel {
    width: 90%;
    max-width: 100%;
  }
}
.btn_cart--mail--cansel {
  height: auto;
  min-height: 54px;
  padding: 5px 0;
  border: 1px solid #d0d0d0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_cart--mail--cansel:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_cart--mail--cansel::before {
  content: "";
  position: absolute;
  display: block;
  top: 25%;
  left: 15px;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_mail.svg) no-repeat center center;
}
.btn_cart--mail--cansel {
  font-size: 0.875rem;
  width: 100%;
  padding: 5px 5px 5px 40px;
  white-space: nowrap;
  background: #F0F1F1;
}
.btn_cart--mail--v {
  font-size: 0.875rem;
  padding-left: 32px;
}
.btn_cart--disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_cart--disabled {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_cart--disabled:hover {
    cursor: pointer;
  }
}
.btn_cart--disabled {
  color: #B5B5B5;
  background: #f0f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart--disabled {
    width: 90%;
    max-width: 100%;
  }
}
.btn_cart--disabled {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn_cart--disabled {
    pointer-events: none;
    max-width: 355px;
  }
}
.btn_cart--disabled {
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_cart--disabled {
    width: 90%;
    max-width: 100%;
  }
}
.btn_cart_inr {
  overflow-wrap: break-word;
  line-height: 1.5;
}
.btn_cart_inr > span {
  font-size: 0.75rem;
  display: block;
}
.btn_cart_inr > .stocking-notification-label-common {
  display: inline;
  font-size: inherit;
}
.btn_back {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_back {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_back:hover {
    cursor: pointer;
  }
}
.btn_back {
  border: 1px solid #d0d0d0;
  color: #494949;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .btn_back:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_back > .btn_standard::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_back-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .btn_back > .btn_standard::after {
    right: 24px;
  }
}
.btn_back > .btn_standard::after {
  left: 17px;
}
.btn_favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54px;
  height: 54px;
  border: 1px solid #4dac92;
  border-radius: 50%;
  background: none;
  transition: all 0.3s ease-in;
  margin-left: 8px;
  position: relative;
}
.btn_favorite svg {
  position: absolute;
  top: 30%;
  left: 28%;
}
.btn_favorite--disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54px;
  height: 54px;
  border: 1px solid #F0F1F1;
  border-radius: 50%;
  background: none;
  transition: all 0.3s ease-in;
  margin-left: 8px;
  position: relative;
}
.btn_favorite--disabled svg {
  position: absolute;
  top: 30%;
  left: 28%;
}
.btn_favorite--disabled {
  background: #F0F1F1;
}
@media screen and (min-width: 769px) {
  .btn_favorite--disabled {
    pointer-events: none;
  }
}
.btn_favorite--add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54px;
  height: 54px;
  border: 1px solid #4dac92;
  border-radius: 50%;
  background: none;
  transition: all 0.3s ease-in;
  margin-left: 8px;
  position: relative;
}
.btn_favorite--add svg {
  position: absolute;
  top: 30%;
  left: 28%;
}
.btn_favorite_ico {
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 769px) {
  .btn_favorite:hover {
    cursor: pointer;
    border: 1px solid #498B78;
  }
  .btn_favorite:hover .btn_favorite_ico {
    stroke: #498B78;
  }
}
.btn_view {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_view {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_view:hover {
    cursor: pointer;
  }
}
.btn_view {
  border: 2px solid #4dac92;
  color: #4dac92;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_view:hover {
    border-color: #498B78;
    color: #498B78;
  }
}
.btn_view {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  min-width: 70px;
  font-size: 0.875rem;
  padding: 7.5px 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_view {
    width: 140px;
    border: 2px solid #4dac92;
    border-radius: 3px;
  }
}
.btn_view::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-accent.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .btn_view::after {
    right: 24px;
  }
}
.btn_view::after {
  right: 8px;
}
@media screen and (min-width: 769px) {
  .btn_view::after {
    right: 7%;
  }
}
.btn_view--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .btn_view--pc {
    display: inherit;
  }
}
@media screen and (min-width: 769px) {
  .btn_view--sp {
    display: none;
  }
}
.btn_view--disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_view--disabled {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_view--disabled:hover {
    cursor: pointer;
  }
}
.btn_view--disabled {
  color: #B5B5B5;
  background: #f0f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}
@media screen and (min-width: 769px) {
  .btn_view--disabled {
    width: 90%;
    max-width: 100%;
  }
}
.btn_view--disabled {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn_view--disabled {
    pointer-events: none;
    max-width: 355px;
  }
}
.btn_view--disabled {
  height: 35px;
  color: #B5B5B5;
  border: none;
  font-size: 0.875rem;
}
.btn_view--disabled::after {
  display: none;
}
.btn_voice {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.875rem;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 8px 16px;
  background: #fff;
  transition: 0.3s all ease-in;
  color: #494949;
}
.btn_voice svg {
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .btn_voice:hover {
    cursor: pointer;
    border: 1px solid #B5B5B5;
  }
}
.btn_unlink {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_unlink {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_unlink:hover {
    cursor: pointer;
  }
}
.btn_unlink {
  border: 1px solid #d0d0d0;
  color: #494949;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .btn_unlink:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_unlink {
  background: #fff;
}
.btn_return {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_return {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_return:hover {
    cursor: pointer;
  }
}
.btn_return {
  border: 1px solid #d0d0d0;
  color: #494949;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .btn_return:hover {
    border: 1px solid #B5B5B5;
  }
}
.btn_return {
  height: auto;
  min-height: 54px;
  max-width: 165px;
  font-size: 0.875rem;
  border: none;
  text-decoration: underline;
  padding-left: 24px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .btn_return {
    max-width: 165px;
    margin: 0;
  }
}
.btn_return::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  left: 5px;
  background: url(../img/common/navigate_back-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .btn_return::after {
    left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .btn_return::after {
    left: 5%;
  }
}
@media screen and (min-width: 769px) {
  .btn_return:hover {
    border: none;
  }
}
.btn_delete {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  word-break: keep-all;
  width: 75px;
  height: 35px;
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 3px;
  color: #494949;
  font-size: 0.875rem;
  transition: 0.3s all ease-in;
}
.btn_delete::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23494949" width="20px" height="20px"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/></svg>');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
@media screen and (min-width: 769px) {
  .btn_delete:hover {
    cursor: pointer;
    border: 1px solid #B5B5B5;
  }
}
.btn_change {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .btn_change {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .btn_change:hover {
    cursor: pointer;
  }
}
.btn_change {
  border: 2px solid #4dac92;
  color: #4dac92;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_change:hover {
    border-color: #498B78;
    color: #498B78;
  }
}
.btn_change {
  max-width: 75px;
  height: 35px;
  border-radius: 3px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .btn_change {
    margin: 0;
    max-width: 75px;
  }
}

.btn_2col {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-rows: auto;
  justify-content: space-between;
}

/*
	arrow position
================================*/
.outside--next::after {
  right: 4px;
}
@media screen and (min-width: 769px) {
  .outside--next::after {
    right: 8px;
  }
}
.outside--back::before {
  left: 4px;
}
@media screen and (min-width: 769px) {
  .outside--back::before {
    left: 8px;
  }
}

/*
	group button in form
================================*/
.group-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .group-button {
    flex-direction: row;
    align-content: baseline;
    justify-content: space-between;
  }
}
.group-button__complete {
  display: flex;
  justify-content: center;
  align-items: center;
}
.group-button__order--first {
  order: 2;
}
@media screen and (min-width: 769px) {
  .group-button__order--first {
    order: 1;
    margin: 0;
  }
}
.group-button__order--last {
  order: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .group-button__order--last {
    order: 2;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.group-button__order:last-child {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .group-button__order:last-child {
    margin-top: 0;
  }
}
.group-button .textlink {
  align-self: center;
}
@media screen and (min-width: 769px) {
  .group-button .textlink {
    align-self: end;
    margin-top: 0;
  }
}
.group-button--txt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .group-button--txt {
    flex-direction: row;
    align-content: baseline;
    justify-content: space-between;
  }
}
.group-button--txt__complete {
  display: flex;
  justify-content: center;
  align-items: center;
}
.group-button--txt__order--first {
  order: 2;
}
@media screen and (min-width: 769px) {
  .group-button--txt__order--first {
    order: 1;
    margin: 0;
  }
}
.group-button--txt__order--last {
  order: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .group-button--txt__order--last {
    order: 2;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.group-button--txt__order:last-child {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .group-button--txt__order:last-child {
    margin-top: 0;
  }
}
.group-button--txt .textlink {
  align-self: center;
}
@media screen and (min-width: 769px) {
  .group-button--txt .textlink {
    align-self: flex-end;
  }
}
.group-button--2col {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .group-button--2col {
    flex-direction: row;
    align-content: baseline;
    justify-content: space-between;
  }
}
.group-button--2col__complete {
  display: flex;
  justify-content: center;
  align-items: center;
}
.group-button--2col__order--first {
  order: 2;
}
@media screen and (min-width: 769px) {
  .group-button--2col__order--first {
    order: 1;
    margin: 0;
  }
}
.group-button--2col__order--last {
  order: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .group-button--2col__order--last {
    order: 2;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.group-button--2col__order:last-child {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .group-button--2col__order:last-child {
    margin-top: 0;
  }
}
.group-button--2col > a,
.group-button--2col > button {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .group-button--2col > a,
  .group-button--2col > button {
    max-width: 307px;
  }
}
.group-button--4row {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .group-button--4row {
    align-items: flex-start;
  }
}
.group-button--4row > div {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .group-button--4row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.group-button--4row .group-btn__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .group-button--4row .group-btn__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .group-button--4row .group-btn__item:nth-child(1) {
    order: 2;
  }
}
.group-button.mb60 {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .group-button.mb60 {
    margin-bottom: 60px;
  }
}

/*
	button + notice style
================================*/
.btn_notice {
  text-align: center;
  margin: 0 auto 24px;
}
@media screen and (min-width: 769px) {
  .btn_notice {
    max-width: 355px;
  }
}
.btn_notice > a {
  margin-bottom: 8px;
}
.btn_notice > .note {
  font-size: 0.625rem;
}
.btn_notice > .note::before {
  content: "※";
}

/*
	cancel action style
================================*/
.cansel_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cansel_action > .btn_standard,
.cansel_action .btn_primary {
  width: 160px;
}
@media screen and (min-width: 769px) {
  .cansel_action > .btn_standard,
  .cansel_action .btn_primary {
    width: 290px;
  }
}

/*
	btn_acc-trigger
================================*/
.btn_acc-trigger {
  max-width: unset;
  width: auto;
  font-size: 0.8125rem;
  line-height: 1.5;
  height: auto;
  margin: 0;
  padding: 4px 24px;
}

.down-arrow {
  position: relative;
}
.down-arrow .btn_acc-trigger__inr::after {
  border-right: solid 2px #4dac92;
  border-top: solid 2px #4dac92;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 30%;
  transform: rotate(135deg);
  transition: 0.3s all ease-in;
  width: 8px;
}
.down-arrow:hover .btn_acc-trigger__inr::after {
  border-color: #498B78;
}
.down-arrow.open .btn_acc-trigger__inr::after {
  top: 45%;
  transform: rotate(-45deg);
}

.columnbox {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.columnbox_tit {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.columnbox_img {
  position: relative;
  flex-shrink: 0;
  width: 98px;
  height: 98px;
  overflow: hidden;
}
.columnbox_img::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.columnbox_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.columnbox--new {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #ccc;
  width: 375px;
  position: relative;
}
.columnbox--new .columnbox_txt-bottom {
  text-align: left;
  bottom: 30px;
  left: 0;
}
.columnbox--new .columnbox_txt {
  padding: 0 30px 0 0;
}
.columnbox--new::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .columnbox--new::after {
    right: 24px;
  }
}
.columnbox--new::after {
  right: 10px;
  top: 50%;
}
.columnbox_txt {
  position: relative;
  width: 100%;
  margin: 0 0 0 10px;
}
.columnbox_txt--bottom {
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 0;
}
.columnbox_txt--sub {
  color: #8e8e8e;
  font-size: 0.75rem;
}
.columnbox:last-of-type {
  margin-bottom: 40px;
}
.products_detial_inr > .columnbox:last-of-type {
  margin: 0;
}

.feed--info {
  display: block;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 16px;
  padding: 0 16px;
}
@media screen and (min-width: 769px) {
  .feed--info {
    padding: 0 16px;
  }
}
.feed--info:last-of-type {
  margin-bottom: 40px;
}
.gblcontent_inr .feed--info:first-of-type {
  border-top: 1px dotted #d0d0d0;
  padding: 16px 8px 0;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr .feed--info:first-of-type {
    padding: 16px 16px 0;
  }
}
.feed_tit {
  font-size: 0.875rem;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.feed_data {
  font-size: 0.875rem;
  color: #8e8e8e;
  margin-bottom: 16px;
}

/*
	Top Product Styles
================================*/
.productsbox {
  position: relative;
  padding: 8px 8px 16px;
  background: #fff;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto max-content max-content;
  align-content: flex-start;
}
.productsbox_tit {
  font-size: 0.875rem;
  margin-bottom: 8px;
  height: 5.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.productsbox_tit--sub {
  display: inline-block;
  color: #8e8e8e;
  font-size: 0.75rem;
}
.productsbox_img {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
.productsbox_img::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.productsbox_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productsbox_txt, .productsbox_txt--em {
  position: relative;
}
.productsbox_txt--point {
  text-align: center;
  padding: 13px 3px;
  line-height: 1.2;
  font-size: 0.5rem;
  color: #fff;
}
.productsbox_txt--point--em {
  display: inline-block;
  font-size: 0.875rem;
}
.productsbox_txt--sub {
  font-size: 0.75rem;
  color: #494949;
}
.productsbox_txt--price {
  font-size: 0.75rem;
}
.productsbox_txt--price--gray {
  color: #8e8e8e;
  font-weight: 500;
}
.productsbox_txt--price--gray > .productsbox_txt--em {
  font-size: 0.75rem;
}
.productsbox_txt--em {
  font-size: 1rem;
}
.productsbox_thumlage > .productsbox {
  bottom: 5px;
  left: 0;
}
.productsbox_point {
  position: absolute;
  top: -2px;
  left: 20px;
  margin: 0;
  width: 50px;
  height: 60px;
  background: url(../img/bg_point.svg) no-repeat center;
  z-index: 5;
}

/*
	Product list styles
================================*/
.list_productsbox {
  position: relative;
  padding: 8px 8px 16px;
  background: #fff;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: max-content max-content;
  align-content: space-between;
}
.list_productsbox_catch {
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.list_productsbox_tit {
  font-size: 12px;
  color: #8e8e8e;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.list_productsbox_img {
  position: relative;
  margin-bottom: 8px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.list_productsbox_img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.list_productsbox_txt {
  position: relative;
}
.list_productsbox_txt--sub {
  font-size: 0.75rem;
  color: #494949;
}
.list_productsbox_txt--ico {
  font-size: 0.8rem;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.list_productsbox_txt--ico::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4dac92;
  margin-right: 4px;
  position: relative;
  bottom: 2px;
  left: 0;
}
.list_productsbox_txt--ico::after {
  position: absolute;
  bottom: 12%;
  left: 4%;
  content: "P";
  font-size: 0.7rem;
  color: #fff;
}
.list_productsbox_txt--price {
  font-size: 0.75rem;
}
.list_productsbox_txt--price--sale {
  font-size: 0.75rem;
  color: #bf1632;
}
.list_productsbox_txt--price--gray {
  color: #8e8e8e;
  font-weight: 500;
}
.list_productsbox_txt--price--gray > .list_productsbox_txt--em {
  font-size: 0.75rem;
}
.list_productsbox_txt--em {
  font-weight: 500;
  font-size: 1rem;
}
.list_productsbox_tag {
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  left: 4px;
}
.list_productsbox_tag--new {
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  left: 4px;
  background: #4dac92;
}
.list_productsbox_tag--new + .list_productsbox_tag--sale {
  left: 40px;
}
.list_productsbox_tag--sale {
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  left: 4px;
  background: #bf1632;
}

/*
	Recommend priductsbox styles
================================*/
.recommend_productsbox {
  position: relative;
  padding: 8px 8px 16px;
  background: #fff;
  display: inline-grid;
  grid-template-columns: auto;
  grid-template-rows: max-content max-content;
}
.recommend_productsbox_tit {
  font-size: 12px;
  color: #8e8e8e;
  margin-bottom: 24px;
}
.recommend_productsbox_img {
  position: relative;
  margin-bottom: 8px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.recommend_productsbox_img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.recommend_productsbox_txt {
  position: relative;
}
.recommend_productsbox_txt--sub {
  font-size: 0.75rem;
  color: #494949;
}
.recommend_productsbox_txt--price {
  font-size: 0.75rem;
}
.recommend_productsbox_txt--em {
  font-weight: 500;
  font-size: 1rem;
}
.recommend_productsbox {
  outline: 1px dotted #d0d0d0;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .recommend_productsbox:hover {
    cursor: pointer;
    outline: 2px solid #4dac92;
  }
}
.recommend_productsbox.select {
  outline: 2px solid #4dac92;
  margin: 0;
}

.list-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .list-load-more {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.list-load-more--normal {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .list-load-more--normal {
    margin-top: 40px;
  }
}

.productlist-no-result {
  padding: 40px 16px;
  background: #fff;
  font-size: 0.875rem;
}

/*
	rank icon color / numbers array
================================*/
/*
	rank num circle
================================*/
.productsrankbox {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 769px) {
  .productsrankbox {
    flex-basis: 175px;
  }
}
.productsrankbox_tit {
  font-size: 0.875rem;
}
.productsrankbox_rank {
  color: #fff;
  position: absolute;
  top: 10%;
  right: 35%;
}
@media screen and (min-width: 769px) {
  .productsrankbox_rank {
    font-size: 1rem;
    top: 17%;
  }
}
.productsrankbox_num-1 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .productsrankbox_num-1 {
    width: 37px;
    height: 37px;
  }
}
.productsrankbox_num-1 {
  position: absolute;
  top: 10px;
  left: 10px;
}
.productsrankbox_num-2 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .productsrankbox_num-2 {
    width: 37px;
    height: 37px;
  }
}
.productsrankbox_num-2 {
  position: absolute;
  top: 10px;
  left: 10px;
}
.productsrankbox_num-3 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .productsrankbox_num-3 {
    width: 37px;
    height: 37px;
  }
}
.productsrankbox_num-3 {
  position: absolute;
  top: 10px;
  left: 10px;
}
.productsrankbox_num-4 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .productsrankbox_num-4 {
    width: 37px;
    height: 37px;
  }
}
.productsrankbox_num-4 {
  position: absolute;
  top: 10px;
  left: 10px;
}
.productsrankbox_num-5 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .productsrankbox_num-5 {
    width: 37px;
    height: 37px;
  }
}
.productsrankbox_num-5 {
  position: absolute;
  top: 10px;
  left: 10px;
}
.productsrankbox_num-1 {
  background: #D9BD60;
}
.productsrankbox_num-2 {
  background: #9DAFA3;
}
.productsrankbox_num-3 {
  background: #DB9F8C;
}
.productsrankbox_num-4, .productsrankbox_num-5 {
  background: #d0d0d0;
}
.productsrankbox_img {
  position: relative;
  margin: 0 0 8px 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.productsrankbox_img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}

/*
	large category styles
================================*/
.list_productsrankbox_tit {
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_tit {
    font-size: 0.875rem;
  }
}
.list_productsrankbox_num-1 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-1 {
    width: 23px;
    height: 23px;
  }
}
.list_productsrankbox_num-1 {
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-1 {
    top: 4px;
    left: 4px;
  }
}
.list_productsrankbox_num-2 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-2 {
    width: 23px;
    height: 23px;
  }
}
.list_productsrankbox_num-2 {
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-2 {
    top: 4px;
    left: 4px;
  }
}
.list_productsrankbox_num-3 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-3 {
    width: 23px;
    height: 23px;
  }
}
.list_productsrankbox_num-3 {
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-3 {
    top: 4px;
    left: 4px;
  }
}
.list_productsrankbox_num-4 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-4 {
    width: 23px;
    height: 23px;
  }
}
.list_productsrankbox_num-4 {
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-4 {
    top: 4px;
    left: 4px;
  }
}
.list_productsrankbox_num-5 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-5 {
    width: 23px;
    height: 23px;
  }
}
.list_productsrankbox_num-5 {
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_num-5 {
    top: 4px;
    left: 4px;
  }
}
.list_productsrankbox_num-1 {
  background: #D9BD60;
}
.list_productsrankbox_num-2 {
  background: #9DAFA3;
}
.list_productsrankbox_num-3 {
  background: #DB9F8C;
}
.list_productsrankbox_num-4, .list_productsrankbox_num-5 {
  background: #d0d0d0;
}
.list_productsrankbox_img {
  position: relative;
}
.list_productsrankbox_rank {
  color: #fff;
  position: absolute;
  top: 1px;
  right: 8px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox_rank {
    font-size: 0.75rem;
  }
}
.list_productsrankbox--top {
  position: relative;
}
.list_productsrankbox--top .list_productsrankbox_num-1 {
  width: 23px;
  height: 23px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-1 {
    width: 28px;
    height: 28px;
    top: -40px;
  }
}
.list_productsrankbox--top .list_productsrankbox_num-2 {
  width: 23px;
  height: 23px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-2 {
    width: 28px;
    height: 28px;
    top: -40px;
  }
}
.list_productsrankbox--top .list_productsrankbox_num-3 {
  width: 23px;
  height: 23px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-3 {
    width: 28px;
    height: 28px;
    top: -40px;
  }
}
.list_productsrankbox--top .list_productsrankbox_num-4 {
  width: 23px;
  height: 23px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-4 {
    width: 28px;
    height: 28px;
    top: -40px;
  }
}
.list_productsrankbox--top .list_productsrankbox_num-5 {
  width: 23px;
  height: 23px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-5 {
    width: 28px;
    height: 28px;
    top: -40px;
  }
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-1, .list_productsrankbox--top .list_productsrankbox_num-2, .list_productsrankbox--top .list_productsrankbox_num-3 {
    top: -48px;
  }
}
.list_productsrankbox--top .list_productsrankbox_rank {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top:nth-child(-n+3) .list_productsrankbox_num-1 {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top:nth-child(-n+3) .list_productsrankbox_num-2 {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top:nth-child(-n+3) .list_productsrankbox_num-3 {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top:nth-child(-n+3) .list_productsrankbox_num-4 {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top:nth-child(-n+3) .list_productsrankbox_num-5 {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top:nth-child(-n+3) .list_productsrankbox_rank {
    font-size: 1rem;
  }
}

.thumbnail--small {
  margin-bottom: 24px;
}
.columnsarea--hide > .thumbnail--small:nth-child(n+7) {
  display: none;
}
@media screen and (min-width: 769px) {
  .columnsarea--hide > .thumbnail--small:nth-child(n+7) {
    display: block;
  }
}
.thumbnail_img {
  margin: 0 0 8px 0;
  position: relative;
}
.thumbnail_img.is-square {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.thumbnail_img.is-square img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.thumbnail_tit {
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.thumbnail__check {
  position: absolute;
  bottom: 10%;
  left: 9%;
}
@media screen and (min-width: 769px) {
  .thumbnail--lage {
    height: auto;
  }
}
.thumbnail--lage .thumbnail_tit {
  font-size: 0.875rem;
}

.gblcontent .thumbnail--lage > .thumbnail_img {
  margin-bottom: 8px;
}

/*
	common mixin style
================================*/
.form {
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
.form > input[type=search] {
  width: 85%;
  border: none;
}
@media screen and (min-width: 769px) {
  .form > input[type=search] {
    width: 80%;
  }
}
.form.focus {
  border: 1px #4dac92 solid;
  box-shadow: 0px 0px 5px 1px rgba(77, 172, 147, 0.2274509804);
}
.form_button {
  position: absolute;
  top: 4px;
  right: 1px;
  padding: 0;
  background: #fff;
  width: 40px;
  height: 38px;
}
.form_button::after {
  content: url(../img/menu/ico_search.svg);
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 12px;
}

input[type=search],
input[type=text],
input[type=email],
input[type=password],
textarea {
  color: #494949;
  height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
}
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #b5b5b5;
}
input[type=search]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
}
input[type=search]:focus::-webkit-search-cancel-button,
input[type=text]:focus::-webkit-search-cancel-button,
input[type=email]:focus::-webkit-search-cancel-button,
input[type=password]:focus::-webkit-search-cancel-button,
textarea:focus::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type=search][disabled], input[type=search][readonly],
input[type=search] fieldset[disabled],
input[type=text][disabled],
input[type=text][readonly],
input[type=text] fieldset[disabled],
input[type=email][disabled],
input[type=email][readonly],
input[type=email] fieldset[disabled],
input[type=password][disabled],
input[type=password][readonly],
input[type=password] fieldset[disabled],
textarea[disabled],
textarea[readonly],
textarea fieldset[disabled] {
  background: #FAFAFA;
  border: 1px solid #d0d0d0;
  color: #B5B5B5;
}
input[type=search],
input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
}

textarea {
  color: #494949;
  height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
}
textarea::placeholder {
  color: #b5b5b5;
}
textarea:focus {
  outline: 0;
}
textarea:focus::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea[disabled], textarea[readonly],
textarea fieldset[disabled] {
  background: #FAFAFA;
  border: 1px solid #d0d0d0;
  color: #B5B5B5;
}
textarea {
  padding: 8px;
  -webkit-appearance: none;
  line-height: 1.7;
  font-size: 1rem;
  resize: none;
}

/*
	radio checkbox style
================================*/
.form_label {
  font-size: 1rem;
  margin-bottom: 16px;
}

.control {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #d0d0d0;
}
.control--radio .control__indicator {
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  background: #fff;
}
.control--checkbox .control__indicator {
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  background: #fff;
}
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
  cursor: pointer;
}
.control--checkbox input:checked ~ .control__indicator {
  border: 1px solid #4dac92;
  background: #4dac92;
}
.control--radio input:checked ~ .control__indicator {
  border: 1px solid #d0d0d0;
  background: #fff;
}
.control input:disabled ~ .control__indicator {
  background: url(../img/common/ico_disable.svg) no-repeat center;
  border: 1px solid #d0d0d0;
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #d0d0d0;
  content: none;
}
.control--radio input[disabled] ~ .control__indicator:after {
  display: block;
  width: 30px;
  height: 30px;
  left: -6px;
  top: -6px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.414%22%20height%3D%2220.414%22%20viewBox%3D%220%200%2020.414%2020.414%22%3E%20%3Cline%20x1%3D%2219%22%20y2%3D%2219%22%20transform%3D%22translate(0.707%200.707)%22%20fill%3D%22none%22%20stroke%3D%22%23d0d0d0%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}
.control--checkbox .control__indicator:after {
  display: inline-block;
  left: -1px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_check.svg) no-repeat center;
}
.control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #4dac92;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  color: #494949;
  display: inline-block;
  width: 100%;
  height: 44px;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select.empty_style {
  background: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover, .select select:focus {
  outline: 0;
  border: 1px #4dac92 solid;
  box-shadow: 0px 0px 5px 1px rgba(77, 172, 147, 0.2274509804);
}
.select select:disabled {
  color: #d0d0d0;
  background: #fafafa;
  border: 1px solid #d0d0d0;
  pointer-events: none;
}
.select .select__arrow {
  position: absolute;
  top: 30%;
  right: 0;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

/*
	Error styles
================================*/
.error input[type=search],
.error input[type=text],
.error textarea,
.error select {
  border: 1px solid #bf1632;
  box-shadow: 0px 0px 5px 1px rgba(191, 22, 50, 0.2274509804);
  background: url(../img/common/ico_error.svg) no-repeat center right 16px;
}
.error input[type=search]:focus,
.error input[type=text]:focus,
.error textarea:focus,
.error select:focus {
  outline: 0;
  border: 1px solid #bf1632;
  background: none;
}
.error .control--radio .control__indicator,
.error .control--checkbox .control__indicator {
  border: 1px solid #bf1632;
  box-shadow: 0px 0px 5px 1px rgba(191, 22, 50, 0.2274509804);
}
.error .control--radio input:checked ~ .control__indicator {
  box-shadow: none;
}
.error--select {
  position: relative;
}
.error--select::after {
  content: url(../img/common/ico_error.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16%;
}
.error--select select {
  background: none;
}
.error--select select.input-control--required {
  background: none;
}
@media screen and (min-width: 769px) {
  .error--select-group {
    width: 335px;
  }
}
.error--select-group.form-row--horizontal {
  display: inline-flex;
}
.error--select-group.form-row--horizontal::after {
  left: 310px;
}
@media screen and (min-width: 769px) {
  .error--select-group.form-row--horizontal::after {
    left: 330px;
  }
}

.error-txt {
  margin-top: 8px;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: #bf1632;
}
.error-txt + .note {
  margin-top: 8px;
}

/*
	Input Form styles
================================*/
.input-control,
select.input-control,
.select.input-control {
  width: 100%;
  height: 44px;
  background-color: #fff;
  font-size: 1rem;
}
.input-control::placeholder,
select.input-control::placeholder,
.select.input-control::placeholder {
  color: #8e8e8e;
}
.input-control--required,
select.input-control--required,
.select.input-control--required {
  background-color: #FFFCF4;
}
.input-control--required:focus,
select.input-control--required:focus,
.select.input-control--required:focus {
  background-color: #fff;
}
.input-control--medium,
select.input-control--medium,
.select.input-control--medium {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .input-control--medium,
  select.input-control--medium,
  .select.input-control--medium {
    width: 170px;
  }
}
.input-control--point,
select.input-control--point,
.select.input-control--point {
  max-width: 198px;
}
@media screen and (min-width: 769px) {
  .input-control--point,
  select.input-control--point,
  .select.input-control--point {
    max-width: 170px;
  }
}
.input-control--small,
select.input-control--small,
.select.input-control--small {
  max-width: 150px;
}
.input-control--xsmall,
select.input-control--xsmall,
.select.input-control--xsmall {
  max-width: 100px;
}
.input-control--large,
select.input-control--large,
.select.input-control--large {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .input-control--large,
  select.input-control--large,
  .select.input-control--large {
    max-width: 364px;
  }
}
.input-control--year, .input-control--code,
select.input-control--year,
select.input-control--code,
.select.input-control--year,
.select.input-control--code {
  width: 94px;
  margin-bottom: 0;
}
.input-control--month, .input-control--date,
select.input-control--month,
select.input-control--date,
.select.input-control--month,
.select.input-control--date {
  width: 74px;
  margin-bottom: 0;
}
.input-control--mail, .input-control--card,
select.input-control--mail,
select.input-control--card,
.select.input-control--mail,
.select.input-control--card {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .input-control--mail, .input-control--card,
  select.input-control--mail,
  select.input-control--card,
  .select.input-control--mail,
  .select.input-control--card {
    max-width: 240px;
  }
}
.input-control--delivery,
select.input-control--delivery,
.select.input-control--delivery {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .input-control--delivery,
  select.input-control--delivery,
  .select.input-control--delivery {
    max-width: 359px;
  }
}
.input-control--quantity,
select.input-control--quantity,
.select.input-control--quantity {
  max-width: 80px;
}
.input-control .bg_empty_style,
select.input-control .bg_empty_style,
.select.input-control .bg_empty_style {
  background: #fff;
  box-shadow: none;
}

/*
	Login form
================================*/
@media screen and (min-width: 769px) {
  .login-form__noti {
    margin-bottom: 24px;
  }
}
.login-form__body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 24px 0;
}
@media screen and (min-width: 769px) {
  .login-form__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
.login-form__col {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  padding: 0;
}
.login-form__col--bg {
  padding: 0 0 40px;
}
@media screen and (min-width: 769px) {
  .login-form__col--bg {
    background-color: #fafafa;
  }
}
@media screen and (min-width: 769px) {
  .login-form__col {
    padding: 24px 24px 40px 24px;
  }
}
.login-form__tit {
  display: none;
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .login-form__tit {
    display: block;
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.login-form__form-group label {
  display: block;
}
.login-form__form-group input {
  color: #494949;
  height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
}
.login-form__form-group input::placeholder {
  color: #b5b5b5;
}
.login-form__form-group input:focus {
  outline: 0;
}
.login-form__form-group input:focus::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.login-form__form-group input[disabled], .login-form__form-group input[readonly],
.login-form__form-group input fieldset[disabled] {
  background: #FAFAFA;
  border: 1px solid #d0d0d0;
  color: #B5B5B5;
}
.login-form__form-group input {
  height: 44px;
}
.login-form__des {
  display: none;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .login-form__des {
    display: block;
  }
}
.login-form__forgot {
  display: block;
  font-size: 0.875rem;
  text-decoration: underline;
}
.login-form__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  font-size: 0.875rem;
  color: #bf1632;
}
.login-form__info::before {
  content: "／";
  transform: rotate(90deg);
}
.login-form__info::after {
  content: "／";
}
@media screen and (min-width: 769px) {
  .login-form__info {
    display: none;
  }
}

.login_alert {
  border: 1px solid #bf1632;
  margin: 24px auto;
  padding: 24px;
}
.login_alert__tit {
  margin: 0 auto 8px;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #bf1632;
}
.login_alert__txt {
  font-size: 0.875rem;
}

/*
	Head box form
================================*/
.head-box-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 32px;
}
.head-box-form .select {
  margin-bottom: 0;
}
.head-box-form .select select {
  height: 44px;
}
@media screen and (min-width: 769px) {
  .head-box-form .select {
    width: 317px;
  }
}
.head-box-form__count {
  font-size: 0.875rem;
}
.head-box-form span {
  font-size: 1.125rem;
}
.head-box-form--space {
  justify-content: space-between;
}
.head-box-form--space .select {
  width: 220px;
}
@media screen and (min-width: 769px) {
  .head-box-form--space .select {
    width: 317px;
  }
}

/*
	text area
================================*/
textarea.textarea--narrow__review {
  letter-spacing: 0.05em;
  padding: 20px 16px;
}
textarea.textarea--wide {
  height: 118px;
  padding: 8px;
}
@media screen and (min-width: 769px) {
  textarea.textarea--wide {
    height: 148px;
  }
}
textarea.textarea--narrow {
  height: 220px;
}
textarea.textarea--narrow--require {
  background-color: #FFFCF4;
}

/*
	form tit check_label_body
================================*/
.form_tit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

/*
	Vertical box
================================*/
.column-box {
  flex-direction: column;
}

/*
	empty_style
====================*/
.empty_style {
  background: none;
  box-shadow: none;
  border-color: #b5b5b5;
}

/*
	empty_bgwhite_style
====================*/
.bg_empty_style {
  background: #fff;
  box-shadow: none;
  border-color: #b5b5b5;
}

/* require_area */
.requre_area {
  background-color: rgba(191, 22, 50, 0.1);
  padding: 24px;
}

/*
	Base link style
================================*/
a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

/*
	ico color Variable declaration
================================*/
.outsidelink--white::after {
  content: url(../img/common/ico_targetwindow-white.svg);
  margin-left: 8px;
}

.outsidelink--black::after {
  content: url(../img/common/ico_targetwindow-black.svg);
  margin-left: 8px;
}

/*
	pc display hover style
================================*/
.productsbox {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .productsbox:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .productsbox:hover > .productsbox_tit {
    text-decoration: underline;
  }
}

.list_productsbox {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .list_productsbox:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .list_productsbox:hover .list_productsbox_tit {
    text-decoration: underline;
  }
}
.list_productsrankbox {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .list_productsrankbox:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .list_productsrankbox:hover .list_productsrankbox_tit {
    text-decoration: underline;
  }
}
.list_categorylinkbox {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .list_categorylinkbox:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .list_categorylinkbox:hover {
    text-decoration: underline;
  }
}

.columnbox {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .columnbox:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

.thumbnail--small,
.thumbnail--lage {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .thumbnail--small:hover,
  .thumbnail--lage:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

.feed--info {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .feed--info:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .feed--info:hover > .feed_tit {
    text-decoration: underline;
  }
}

.productsrankbox {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .productsrankbox:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

.checkedproductsbox {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .checkedproductsbox:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

.related_list_item {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .related_list_item:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

.link_img {
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .link_img:hover {
    opacity: 0.7;
  }
}
.link_txt {
  text-decoration: underline;
}

.recommend_productsbox {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .recommend_productsbox:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}
.recommend_productsbox--current {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .recommend_productsbox--current:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

/*
	text link style
================================*/
.textlink {
  text-align: center;
  font-size: 0.875rem;
}
.textlink_item--back {
  text-decoration: underline;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.textlink_item--back::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/navigate_back-black.svg) no-repeat center top;
}
@media screen and (min-width: 769px) {
  .textlink_item--back:hover {
    text-decoration: none;
  }
}
.textlink_item--next {
  text-decoration: underline;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}
.textlink_item--next::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/navigate_next-black.svg) no-repeat center top;
}
@media screen and (min-width: 769px) {
  .textlink_item--next:hover {
    text-decoration: none;
  }
}
.textlink_item--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.textlink--def {
  color: #494949;
  font-weight: normal;
  font-size: 0.875rem;
}
.textlink--acc {
  color: #4DAC92;
  font-weight: normal;
  font-size: 0.875rem;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .textlink--acc:hover {
    color: #498B78;
  }
}

/*
	anchor link
================================*/
.anchor-link {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 90%;
  padding: 0;
  list-style: none;
  margin: 16px auto 24px;
  cursor: pointer;
}
.anchor-link__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  border-radius: 3px;
  border: 0.5px solid #d0d0d0;
  transition: 0.3s all ease-in;
  text-decoration: none;
}
.anchor-link__item a:hover {
  border: 1px solid #B5B5B5;
}
.anchor-link--mg-0 {
  margin: -16px auto 24px auto;
}
@media screen and (min-width: 769px) {
  .anchor-link {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.group-button .textlink {
  text-align: left;
}
.group-button .textlink_item--back {
  justify-content: flex-start;
  align-items: flex-end;
}

/*
	taito link margin
================================*/
.taito_link {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .taito_link {
    margin-bottom: 0;
  }
}

/*
	common style
================================*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*
	banner
================================*/
@media screen and (min-width: 769px) {
  .banner__img {
    margin-bottom: 8px;
  }
}
.banner__link {
  font-size: 0.75rem;
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 769px) {
  .banner__link {
    font-size: 0.875rem;
  }
}

/*
	convini img
================================*/
.store_img {
  width: auto;
  margin-right: 8px;
}
.store_img__wrap {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .store_img__wrap {
    justify-content: flex-end;
  }
}

/*
	top page slider styles
================================*/
.sliderarea {
  position: relative;
  margin: 0 auto 24px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .sliderarea {
    margin: 24px auto;
    padding: 0;
  }
}
.sliderarea--cheked {
  margin: 0;
}

.slide {
  display: flex;
  margin: 0 auto;
  padding: 0 0 41px;
  height: 570px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .slide {
    padding: 0 0 49px;
  }
}
.slide.slick-initialized {
  display: flex;
  gap: 0 24px;
  opacity: 1;
  height: auto;
}
.slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slide_wide {
  max-width: 100%;
  margin: 0 auto;
}
.slide_item {
  width: 100vw;
  aspect-ratio: 456/570;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .slide_item {
    width: 456px;
    margin: 0;
  }
}
.slide .slick-track {
  display: flex;
  gap: 0 24px;
}
.slide .slick-list {
  overflow: hidden;
}
.slide .slick-dots {
  width: 100%;
  bottom: 0;
}

/*
	top page slider arrow
================================*/
.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-next {
  background-image: url(../img/ico_round_arrow-right.svg);
  margin: 0 -400px 0 0;
  right: 50%;
}

.slick-prev {
  background-image: url(../img/ico_round_arrow-left.svg);
  margin: 0 0 0 -400px;
  left: 50%;
}

/*
	checkd products slider arrow
================================*/
.arrows_small > .slick-next,
.arrows_small > .slick-prev,
.related_arrows > .slick-next,
.related_arrows > .slick-prev {
  position: absolute;
  top: 35%;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 19;
}

.arrows_small > .slick-next,
.related_arrows > .slick-next {
  background-image: url(../img/ico_round_arrow-right.svg);
  margin: 0 0 0 0;
  right: 0;
}

.arrows_small > .slick-prev,
.related_arrows > .slick-prev {
  background-image: url(../img/ico_round_arrow-left.svg);
  margin: 0 0 0 0;
  left: 0;
}

/*
	Product Detail slider arrow
================================*/
.productsslide .slick-next,
.productsslide .slick-prev {
  position: absolute;
  top: 47%;
  display: block;
  margin: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2;
}
.productsslide .slick-next {
  background: url(../img/ico_round_arrow-right.svg) no-repeat center/contain;
  right: 1%;
}
.productsslide .slick-prev {
  background: url(../img/ico_round_arrow-left.svg) no-repeat center/contain;
  left: 1%;
}

/*
	Product Detail slider & thumbnail
======================================*/
.productsslide_wrap {
  position: relative;
}
.productsslide_item {
  position: relative;
  aspect-ratio: 1/1;
}
.productsslide_item > img {
  margin-bottom: 8px;
  height: 100%;
  object-fit: contain;
}
.productsslide_item_tag--new, .productsslide_item_tag--sale {
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  left: 4px;
  font-size: 0.75rem;
  bottom: auto;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .productsslide_item_tag--new, .productsslide_item_tag--sale {
    padding: 4px 8px;
    top: 24px;
    left: 24px;
  }
}
.productsslide_item_tag--new {
  background: #4dac92;
}
.productsslide_item_tag--new + .productsslide_item_tag--sale {
  left: 75px;
}
.productsslide_item_tag--sale {
  background: #bf1632;
}
.productsslide_item_tag--sale + .productsslide_item_tag--new {
  left: 85px;
}
.productsslide_counter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
  width: 68px;
  height: 36px;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: 11%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9;
}
.productsslide--preview-img {
  width: 343px;
  margin-top: 56px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .productsslide--preview-img {
    margin-bottom: 16px;
    width: 380px;
  }
}
.productsslide--preview-img .productsslide_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 343px;
}
@media screen and (min-width: 769px) {
  .productsslide--preview-img .productsslide_item {
    height: 380px;
  }
}

.variation_list {
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .variation_list {
    margin-left: 0;
  }
}
.variation_list > #variation_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.variation_list_item {
  list-style: none;
  width: 52px;
  margin-right: 4px;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .variation_list_item {
    margin-right: 8px;
  }
}
@media screen and (min-width: 769px) {
  .variation_list_item:hover {
    cursor: pointer;
  }
}
.variation_list_item:not([data-varie=true]) {
  display: none;
}
.variation_list_item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.variation_list_item img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.variation_list--preview-img .variation_list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 24px;
}
@media screen and (min-width: 769px) {
  .variation_list--preview-img .variation_list_item {
    width: 96px;
    height: 96px;
    cursor: pointer;
  }
}
.variation_list--preview-img .variation_list_item:last-of-type {
  margin-right: 0;
}
.variation_list--preview-img .variation-current {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: 2px solid #4dac92;
}
@media screen and (min-width: 769px) {
  .variation_list--preview-img .variation-current {
    width: 96px;
    height: 96px;
  }
}
.variation_list--preview-img ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.variation_tit {
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.variation_name {
  display: block;
  text-align: center;
  font-size: 0.75rem;
}
.variation_name--new {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: #4dac92;
}
.variation-current {
  border: 1px solid #4dac92;
}

.variation_list--preview-img > #variation_list {
  justify-content: center;
}

/*
	Product Detail modal list & trriger
=========================================*/
.products_img_list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.16);
  padding: 8px;
  position: absolute;
  bottom: 11%;
  left: 8px;
  z-index: 9;
}
.products_img_list > span {
  display: inline-block;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .products_img_list {
    left: 24px;
  }
}
@media screen and (min-width: 769px) {
  .products_img_list:hover {
    cursor: pointer;
  }
}

.products_list {
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-template-rows: 112px;
  grid-column-gap: 11px;
  grid-row-gap: 8px;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .products_list {
    padding: 16px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}
.products_list_item {
  width: 112px;
  height: 112px;
  margin: 0;
  overflow: hidden;
}
.products_list_item > img {
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 769px) {
  .pager {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .pager__half {
    margin-bottom: 40px;
  }
}
.pager .btn_primary {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 90px;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding: 8px 0;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .pager .btn_primary {
    margin: 0;
  }
}
.pager .btn_secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 8px 0;
  border-width: 1px;
}
.pager_prev, .pager_next {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pager_prev::before, .pager_next::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: auto;
}
.pager_prev::after, .pager_next::before {
  width: auto;
  height: auto;
  position: absolute;
  top: auto;
}
.pager_prev::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="24px" height="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
  left: 10%;
}
.pager_prev::after {
  content: "戻る";
  left: 40%;
}
.pager_next::before {
  content: "次へ";
  right: 40%;
}
.pager_next::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="24px" height="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>');
  right: 10%;
}
@media screen and (min-width: 769px) {
  .pager--sp {
    display: none;
  }
}
.pager--sp .pager_navi {
  height: 40px;
  line-height: 40px;
  margin: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pager--sp .pager_navi > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager--sp .pager_first {
  margin-right: 16px;
}
.pager--sp .pager_last {
  margin-left: 16px;
}
.pager--sp .pager_pagesnumber {
  background: #fff;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  margin: 24px 0 32px;
  font-size: 1rem;
}
.pager--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pager--pc {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 16px;
  }
}
.pager--pc .pager_spacing--right {
  float: right;
  width: 90px;
  height: 40px;
}
.pager--pc .pager_spacing--left {
  float: left;
  width: 90px;
  height: 40px;
}
.pager--pc .pager_number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
@media screen and (min-width: 769px) {
  .pager--pc .pager_number {
    max-width: 355px;
    margin: 0 auto;
    transition: 0.3s all ease-in;
  }
  .pager--pc .pager_number:hover {
    cursor: pointer;
  }
}
.pager--pc .pager_number {
  border: 1px solid #d0d0d0;
  color: #494949;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .pager--pc .pager_number:hover {
    border: 1px solid #B5B5B5;
  }
}
@media screen and (min-width: 769px) {
  .pager--pc .pager_number {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 0.875rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
  }
}
.pager--pc .pager_last {
  margin-right: 0;
}
.pager--pc .pager_dots {
  display: inline-block;
  margin-right: 21px;
  margin-left: 9px;
  width: 28px;
  height: 40px;
  background: url(../img/common/img_pager-dots.png) no-repeat center;
}
.pager--pc .pager_widedots {
  display: inline-block;
  width: 28px;
  height: 40px;
  margin-right: 55px;
  margin-left: 35px;
  background: url(../img/common/img_pager-dots.png) no-repeat center;
}
.pager--pc .pager_current {
  background: #D0D0D0;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pager--pc .pager_current {
    pointer-events: none;
  }
}
.pager--pc .pager_prev {
  float: left;
}
.pager--pc .pager_next {
  float: right;
}
.pager_summary {
  padding: 16px 8px 8px;
}
.pager_summary--conditions {
  display: flex;
  justify-content: flex-end;
  font-size: 0.8125rem;
}
.pager_summary--conditions dt {
  margin-left: 8px;
}

@media screen and (min-width: 769px) {
  .inversion_pager > .pager--pc {
    background: #fff;
    padding-bottom: 40px;
    margin-bottom: 24px;
  }
}
.inversion_pager > .pager--sp {
  background: #fff;
  margin-bottom: 40px;
}
.inversion_pager > .pager--sp > .pager_pagesnumber {
  background: #FAFAFA;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .inversion_pager {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .inversion_pager--no_margin > .pager--pc {
    background: #fff;
    padding: 0;
    margin-bottom: 24px;
  }
}
.inversion_pager--no_margin > .pager--sp {
  background: #fff;
  margin-bottom: 40px;
}
.inversion_pager--no_margin > .pager--sp > .pager_pagesnumber {
  background: #FAFAFA;
  margin-bottom: 0;
}

.progress {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}
.progress-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .progress-group {
    width: auto;
    justify-content: flex-end;
  }
}
.progress__step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 135px;
  color: #8E8E8E;
}
.progress__step-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
  border-radius: 15px;
  border: 2px solid #d0d0d0;
  background-color: #d0d0d0;
  position: relative;
}
.progress__step-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 135px;
  border: 1px dashed #d0d0d0;
  z-index: -1;
}
.progress__step-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
.progress__step:last-of-type .progress__step-btn::after {
  content: none;
}
.progress__step--active {
  color: #494949;
}
.progress__step--active .progress__step-btn {
  width: 24px;
  height: 24px;
  font-weight: 500;
  color: #4dac92;
  border: 2px solid #4dac92;
  background-color: #fff;
  font-size: 15px;
}
.progress__step--active .progress__txt {
  font-weight: 500;
  margin-top: 8px;
  color: #494949;
}
.progress__step--finish .progress__step-btn {
  color: #fff;
  border: 2px solid #4dac92;
  background-color: #4dac92;
}
.progress__step--finish .progress__step-btn::before {
  content: url(../img/common/ico_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1px;
  left: -1px;
}
.progress__step--finish .progress__step-btn::after {
  border: 1px solid #4dac92;
}
.progress__txt {
  font-size: 0.75rem;
  white-space: nowrap;
  align-items: flex-start;
  margin-top: 12px;
  text-align: center;
  color: #8E8E8E;
}
@media screen and (min-width: 769px) {
  .progress__txt {
    font-size: 0.875rem;
  }
}
.progress__txt.active {
  font-weight: 500;
  color: #494949;
}

.entry .progress__step,
.entry .progress__txt__item {
  width: 85px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .entry .progress__step,
  .entry .progress__txt__item {
    width: 135px;
  }
}
.entry .progress__step-btn::after,
.entry .progress__txt__item-btn::after {
  width: 85px;
}
@media screen and (min-width: 769px) {
  .entry .progress__step-btn::after,
  .entry .progress__txt__item-btn::after {
    width: 135px;
  }
}

@media screen and (min-width: 769px) {
  .mailmagazine .progress__step-btn::after {
    width: 105px;
  }
}
@media screen and (min-width: 769px) {
  .mailmagazine .progress__step {
    width: 105px;
  }
}

/*
	badge
================================*/
.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 18px;
  font-size: 0.6875rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0.25rem;
}
.badge--required {
  color: #bf1632;
  border: 1px solid #bf1632;
  background-color: #fff;
}
.badge--grey {
  width: auto;
  height: 20px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  background-color: #b9c3bc;
  padding: 0 4px;
}

/*
	style
================================*/
.brand-catalog__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fafafa;
  padding: 8px 16px;
}
@media screen and (min-width: 769px) {
  .brand-catalog__head {
    height: 40px;
    padding: 8px 16px;
  }
}
.brand-catalog__head--taito {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .brand-catalog__head--taito {
    margin-top: 40px;
  }
}
.brand-catalog__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand-catalog__item {
  width: 100%;
}
.brand-catalog__item a {
  display: block;
  padding: 24px 8px;
  text-decoration: none;
  transition: 0.3s all ease-in;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .brand-catalog__item a {
    padding: 24px 16px 0 16px;
    border-bottom: none;
  }
}
.brand-catalog__item a::after {
  content: url(../img/common/navigate_next-light-gray.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
@media screen and (min-width: 769px) {
  .brand-catalog__item a::after {
    display: none;
  }
}
.brand-catalog__item a:hover .brand-catalog__item-tit {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .brand-catalog__item {
    width: 50%;
  }
  .brand-catalog__item:nth-child(2n+2) {
    padding-left: 24px;
  }
}
.brand-catalog__item-tit {
  margin-bottom: 8px;
}
.brand-catalog__item-des {
  font-size: 0.75rem;
  color: #8e8e8e;
  font-weight: 500;
}
.brand-catalog__foot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
@media screen and (min-width: 769px) {
  .brand-catalog__foot {
    padding: 40px 0;
  }
  .brand-catalog__foot--small {
    padding: 10px 0;
  }
}

/*
	style
================================*/
.creator {
  margin: 0;
  padding: 0;
  list-style: none;
}
.creator__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8px;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .creator__item {
    padding: 24px 16px;
  }
}
.creator__name {
  letter-spacing: 0.05em;
}
.creator__name small {
  font-size: 0.75rem;
}
.creator__link {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #8e8e8e;
  cursor: pointer;
  transition: 0.3s all ease-in;
}
.creator__link > a {
  color: #8e8e8e;
  word-break: keep-all;
}
.creator__col:first-of-type {
  flex-basis: 70%;
}
.creator__col .btn_view {
  border-width: 1px;
}

.modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
@media screen and (min-width: 769px) {
  .modal {
    padding-right: 17px;
  }
}
.modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .modal_bg {
    padding-right: 17px;
  }
}
.modal_products_img {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  border-radius: 0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal_products_img {
    border-radius: 10px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .modal_products_img {
    width: 640px;
    height: 640px;
  }
}
.modal_products_cart {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal_products_cart {
    border-radius: 10px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .modal_products_cart {
    width: 640px;
    height: 640px;
  }
}
.modal_products_complete {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 96%;
  height: 152px;
  margin: auto 8px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal_products_complete {
    border-radius: 10px;
    margin: auto;
  }
}
.modal_products_complete {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .modal_products_complete {
    width: 480px;
    height: 200px;
  }
}
.modal_products_complete .modal_close--txt {
  font-size: 0.875rem;
  height: auto;
  color: #8e8e8e;
  text-align: center;
  border-top: none;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .modal_products_complete .modal_close--txt {
    font-size: 1rem;
    padding-bottom: 16px;
  }
}
.modal_products_complete > .modal_txt {
  margin-top: 56px;
}
.modal_products_mail {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 96%;
  height: 152px;
  margin: auto 8px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal_products_mail {
    border-radius: 10px;
    margin: auto;
  }
}
.modal_products_mail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .modal_products_mail {
    width: 480px;
    height: 200px;
  }
}
.modal_products_mail .modal_close--txt {
  font-size: 0.875rem;
  height: auto;
  color: #8e8e8e;
  text-align: center;
  border-top: none;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .modal_products_mail .modal_close--txt {
    font-size: 1rem;
    padding-bottom: 16px;
  }
}
.modal_products_mail > .modal_txt {
  margin-top: 40px;
}
.modal_shere {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 96%;
  height: 238px;
  margin: auto 8px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal_shere {
    border-radius: 10px;
    margin: auto;
  }
}
.modal_shere {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .modal_shere {
    width: 480px;
    height: 250px;
  }
}
.modal_shere .modal_close--txt {
  padding-top: 0;
  font-size: 0.875rem;
  height: auto;
  color: #8e8e8e;
  text-align: center;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: auto;
}
@media screen and (min-width: 769px) {
  .modal_shere .modal_close--txt {
    font-size: 1rem;
  }
}
.modal_cancel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 96%;
  height: 282px;
  margin: auto 8px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal_cancel {
    border-radius: 10px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .modal_cancel {
    width: 640px;
    height: 269px;
  }
}
.modal_cancel_inr {
  padding: 24px 8px 40px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .modal_cancel_inr {
    padding: 24px 16px 40px;
    font-size: 1rem;
  }
}
.modal_cancel .modal_head {
  position: static;
}
.modal_review_thumb {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 96%;
  height: 587px;
  margin: auto 8px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal_review_thumb {
    border-radius: 10px;
    margin: auto;
  }
}
.modal_review_thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .modal_review_thumb {
    width: 640px;
    height: 640px;
  }
}
.modal_review_thumb .modal_body {
  height: auto;
}
.modal_review_thumb .modal_close {
  right: 8px;
  top: 16px;
}
@media screen and (min-width: 769px) {
  .modal_review_thumb .modal_close {
    top: 24px;
  }
}
.modal_head {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  padding: 16px 0;
  background: #fff;
  width: 100%;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
.modal_head > .modal_close {
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 345px) {
  .modal_head > .modal_close {
    cursor: pointer;
    right: 4px;
  }
}
@media screen and (min-width: 769px) {
  .modal_head {
    border-radius: 10px 10px 0 0;
    position: static;
    top: 0;
    left: 0;
  }
}
.modal_head--no-border {
  border: none;
}
.modal_tit {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .modal_tit {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 345px) {
  .modal_tit {
    font-size: 0.875rem;
  }
}
.modal_close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 16px;
  top: 8%;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .modal_close {
    cursor: pointer;
    right: 24px;
  }
}
.modal_close--txt {
  font-size: 1rem;
  color: #494949;
  text-align: center;
  border-top: 1px solid #d0d0d0;
  width: 100%;
  padding: 16px 0;
}
@media screen and (min-width: 769px) {
  .modal_close--txt {
    cursor: pointer;
    font-size: 1.25rem;
    border-radius: 0 0 10px 10px;
  }
}
.modal_txt {
  font-size: 1rem;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .modal_txt {
    font-size: 1.25rem;
  }
}
.modal_cart_action {
  display: grid;
  grid-template-columns: 1fr 51% 22%;
  grid-template-rows: auto;
  border-top: 1px solid #d0d0d0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 8px;
}
@media screen and (min-width: 769px) {
  .modal_cart_action {
    grid-template-columns: 1fr 46% 12%;
  }
}
.modal_cart_action:first-of-type {
  border-top: none;
}
.modal_cart_img {
  width: 54px;
  height: 54px;
  margin: 0 8px;
  padding-top: 16px;
}
@media screen and (min-width: 769px) {
  .modal_cart_img {
    margin: 0 24px;
  }
}
.modal_cart_data {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
}
.modal_cart_main {
  font-size: 0.875rem;
  grid-row: 1/2;
}
.modal_cart_sub {
  color: #8e8e8e;
  font-size: 0.75rem;
  grid-row: 2/2;
  align-self: flex-end;
}
.modal_campaign_content {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: repeat(auto-fit, minmax(85px, 1fr));
  border-bottom: 1px solid #d0d0d0;
}
.modal_campaign_action {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  border-top: 1px solid #d0d0d0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 8px;
  grid-column-gap: 16px;
}
@media screen and (min-width: 769px) {
  .modal_campaign_action {
    grid-template-columns: 1fr 180px;
  }
}
.modal_campaign_action:first-of-type {
  border-top: none;
}
.modal_campaign_action .modal_cart_sub {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .modal_campaign_action .modal_cart_sub {
    margin-top: 0;
  }
}
.modal_body {
  overflow-y: auto;
  background: #fff;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .modal_body {
    height: 518px;
  }
}
@media screen and (min-width: 769px) {
  .modal_body--full {
    height: 100%;
  }
}
.modal_body_inr {
  -webkit-overflow-scrolling: touch;
  padding-top: 56px;
  padding-bottom: 64px;
}
@media screen and (min-width: 769px) {
  .modal_body_inr {
    padding-top: 0;
    padding-bottom: 0;
    height: 518px;
    border-right: 1px solid #d0d0d0;
  }
}
.modal_body_inr > .border {
  border: none;
  width: 99%;
}
.modal_fot {
  position: fixed;
  bottom: 0;
  left: auto;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal_fot {
    position: absolute;
  }
}
.modal_acc {
  background: #f0f1f1;
  padding: 16px 8px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal_acc {
    padding-left: 24px;
  }
}
.modal_acc.close::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
  position: absolute;
  right: 3%;
  top: 25%;
}
.modal_acc::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
  position: absolute;
  right: 3%;
  top: 25%;
}
.modal_acc_tit {
  font-size: 1rem;
}
.modal_acc_content {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: repeat(auto-fit, minmax(85px, 1fr));
}

.close--txt {
  color: #8e8e8e;
  font-size: 0.875rem;
  position: absolute;
  left: auto;
  bottom: 5%;
}
@media screen and (min-width: 769px) {
  .close--txt {
    bottom: 10%;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .close--txt:hover {
    cursor: pointer;
  }
}

/*
	sns icons
================================*/
.sns_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: auto;
  bottom: 23%;
}
.sns_list_item {
  width: 48px;
}
@media screen and (min-width: 769px) {
  .sns_list {
    width: 80%;
  }
}

#modal_view_img > .modal_products_cart > .modal_body {
  border-top: 1px solid #d0d0d0;
  height: 517px;
  border-radius: 0px;
}

.feature_notice {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .feature_notice {
    margin-top: 24px;
  }
}
.feature_notice_inr {
  padding: 24px 8px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .feature_notice_inr {
    font-size: 0.875rem;
    padding: 32px 56px;
    margin-bottom: 0;
  }
}
.feature_notice_tit {
  margin: 0;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .feature_notice_tit {
    margin-bottom: 0;
  }
}

/*
	mailmagazine unique style
================================*/
@media screen and (min-width: 769px) {
  .mailmagazine .feature_notice_inr {
    padding: 40px 56px;
  }
}

/*
	mypage info
================================*/
.mypage-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fafafa;
  border: 1px dashed #d0d0d0;
  padding: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .mypage-info {
    flex-direction: row;
    padding: 24px;
    margin-bottom: 0;
  }
}
.mypage-info__name {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .mypage-info__name {
    font-size: 1rem;
  }
}
.mypage-info__point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.mypage-info__point-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.75rem;
}
.mypage-info__point-label svg {
  margin-right: 8px;
}
.mypage-info__point-icon {
  position: relative;
}
.mypage-info__point-icon::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4dac92;
  margin-right: 4px;
  margin-bottom: 3px;
}
.mypage-info__point-icon::after {
  content: "P";
  font-size: 0.7rem;
  position: absolute;
  right: 0;
  left: 5px;
  top: 7px;
  bottom: 0;
  display: inline-block;
  color: #fff;
}
.mypage-info__point-num {
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 16px;
}
.mypage-info__point-num small {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .mypage-info__point-num small {
    display: none;
  }
}
.mypage-info__time {
  font-size: 0.75rem;
  color: #8e8e8e;
}

/*
	Table point
================================*/
.table-point {
  width: 100%;
  border-collapse: collapse;
}
.table-point__head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .table-point__head-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    grid-template-rows: auto;
    justify-items: center;
  }
}
.table-point__time {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .table-point__time {
    text-align: center;
  }
}
.table-point__head-item {
  display: block;
  font-weight: 500;
  padding: 0 16px 16px 16px;
}
@media screen and (min-width: 769px) {
  .table-point__head-item {
    display: table-cell;
  }
}
.table-point__head-item:nth-child(2) {
  display: none;
}
@media screen and (min-width: 769px) {
  .table-point__head-item:nth-child(2) {
    display: table-cell;
  }
}
.table-point__head-item:nth-child(4) {
  display: none;
}
@media screen and (min-width: 769px) {
  .table-point__head-item:nth-child(4) {
    display: table-cell;
  }
}
.table-point__body-row {
  display: grid;
  grid-template-columns: 55% 45%;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #d0d0d0;
  padding: 16px 0;
}
@media screen and (min-width: 769px) {
  .table-point__body-row {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    grid-template-rows: auto;
    align-items: center;
    padding: 24px 0;
  }
}
.table-point__body-row:last-of-type {
  margin-bottom: 40px;
}
.table-point__body-item {
  display: block;
  font-size: 0.875rem;
}
.table-point__body-item:last-child {
  padding: 0;
}
.table-point__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .table-point__content {
    flex-direction: column;
  }
}
.table-point__name {
  text-align: center;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .table-point__name {
    margin-right: 0;
  }
}
.table-point__order-num {
  text-align: right;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .table-point__order-num {
    text-align: center;
  }
}
.table-point__point {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .table-point__point {
    float: none;
    margin-top: auto;
  }
}
.table-point__point-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.table-point__point-num {
  min-width: 50px;
  text-align: right;
  font-size: 1.125rem;
}
.table-point__point-num--lightgray {
  font-size: 1.125rem;
  color: #b5b5b5;
}
.table-point__select > .head-box-form {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .table-point__select > .head-box-form {
    width: auto;
    margin-bottom: 32px;
  }
}
.table-point__select > .txt {
  margin-bottom: 40px;
}

.table__grid-time, .table__grid-content {
  padding-left: 8px;
}
.table__grid-point {
  padding-right: 8px;
}
.table__grid-time {
  grid-column: 1/2;
  grid-row: 1/1;
}
@media screen and (min-width: 769px) {
  .table__grid-time {
    grid-column: auto;
    grid-row: auto;
  }
}
.table__grid-content {
  grid-column: 1/2;
  grid-row: 2/2;
}
@media screen and (min-width: 769px) {
  .table__grid-content {
    grid-column: auto;
    grid-row: auto;
  }
}
.table__grid-point {
  grid-column: 2/3;
  grid-row: 1/3;
  justify-self: flex-end;
  align-self: center;
}
@media screen and (min-width: 769px) {
  .table__grid-point {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
  }
}
.table__grid-btn {
  grid-column: 1/3;
  grid-row: 3/3;
}
@media screen and (min-width: 769px) {
  .table__grid-btn {
    grid-column: auto;
    grid-row: auto;
  }
}
.table__grid-btn > .btn_primary--next {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .table__grid-btn > .btn_primary--next {
    width: 100px;
    height: 35px;
    font-size: 0.875rem;
    border-radius: 3px;
    margin-top: 0;
  }
  .table__grid-btn > .btn_primary--next::after {
    right: 7%;
  }
}

/*
	attention text
================================*/
.group-attention {
  margin-bottom: 24px;
}
.group-attention__content {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  color: #bf1632;
  margin-top: 24px;
  padding-left: 32px;
}
@media screen and (min-width: 769px) {
  .group-attention__content {
    font-size: 1.5rem;
  }
}
.group-attention__content::before {
  content: url(../img/common/ico_attention.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 1%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .group-attention__content::before {
    top: 10%;
  }
}
.group-attention__content--small {
  font-size: 1rem;
  font-weight: 400;
  color: #bf1632;
  margin-left: 0;
}
.group-attention__content--small::before {
  content: "";
}

/*
  attention noti
================================*/
.attention-error {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF0F2;
  border-radius: 4px;
  color: #bf1632;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: left;
}
.attention-error svg {
  margin-right: 8px;
  flex-shrink: 0;
}

/*
	attention not found
================================*/
.attention-not-found__head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .attention-not-found__head {
    flex-direction: row;
  }
}
.attention-not-found__icon {
  width: 24px;
  height: 22px;
  margin-right: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .attention-not-found__icon {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.attention-not-found__tit {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .attention-not-found__tit {
    font-size: 1.5rem;
  }
}
.attention-not-found__tit-sub {
  font-size: 1.125rem;
  font-weight: 400;
  color: #8e8e8e;
  text-align: center;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .attention-not-found__tit-sub {
    margin-bottom: 40px;
    font-size: 1.25rem;
  }
}
.attention-not-found__content {
  font-size: 1rem;
  margin-bottom: 40px;
  line-height: 1.9;
}
.attention-not-found__btnarea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px 0;
}
.attention-not-found__btnarea > .btn_primary--next {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .attention-not-found__btnarea {
    flex-direction: row;
    gap: 0 24px;
  }
}

.attention__box {
  border: 1px solid #bf1632;
  padding: 16px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .attention__box {
    font-size: 0.875rem;
  }
}

/*
  attention email
================================*/
.attention-box {
  height: auto;
  background-color: #FFF0F2;
  border-radius: 4px;
  color: #bf1632;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  padding: 8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .attention-box {
    text-align: center;
    padding: 8px 96px;
  }
}
.attention-box svg {
  vertical-align: middle;
}

/*
  Information style for entering member information
====================================================*/
.notice-member-info {
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .notice-member-info {
    margin: 0;
    margin-top: 24px;
  }
}
.page_inr > .notice-member-info {
  margin-right: 0;
  margin-left: 0;
}
.notice-member-info_inr {
  border: 1px solid #BF1632;
  padding: 24px 8px;
}
@media screen and (min-width: 769px) {
  .notice-member-info_inr {
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    padding: 16px 24px;
  }
}
.notice-member-info_tit {
  color: #BF1632;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .notice-member-info_tit {
    margin-bottom: 16px;
  }
}
.cart_main .notice-member-info {
  margin-top: 0;
  margin-bottom: 24px;
}

/*
  Defines the style of elements such as lists
===============================================*/
.definitions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.definitions--between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.definitions--start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

/*
	Upload image
================================*/
.group-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .group-img {
    margin-bottom: 24px;
  }
}
.group-img__tit {
  font-size: 0.875rem;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .group-img__tit {
    margin-right: 16px;
  }
}
.group-img input[type=file] {
  display: none;
}
.group-img__name {
  width: 30%;
  margin: 8px 0;
  font-size: 0.75rem;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .group-img__name {
    font-size: 0.875rem;
    width: 150px;
  }
}
.group-img__file {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .group-img__file {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.group-img__upload {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 46px;
  height: 35px;
  margin-right: 16px;
}
@media screen and (min-width: 769px) {
  .group-img__upload {
    width: 80px;
    height: 60px;
    margin-left: 0px;
  }
}
.group-img__upload img {
  width: 46px;
  height: 35px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .group-img__upload img {
    width: 80px;
    height: 60px;
  }
}
.group-img__wrap {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .group-img__wrap {
    margin-bottom: 24px;
  }
}
.group-img > .btn_change {
  border-width: 1px;
}
.group-img > .btn_change,
.group-img > .btn_delete {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .group-img > .btn_change,
  .group-img > .btn_delete {
    margin: 8px 0;
  }
}
.group-img:last-of-type {
  margin-bottom: 0;
}
.group-img:last-of-type > * {
  margin-bottom: 0;
}

/*
	wrap loading UI
================================*/
.bg-load-overlay {
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
}

/*
	loading UI
================================*/
.circle {
  position: relative;
  width: 80px;
  height: 80px;
  background: #4DAC92;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 80px;
  height: 80px;
  background: #d3f0e8;
  transform-origin: right 40px;
  z-index: 2;
  animation: rotate-circle-left 20s ease-out alternate forwards;
}
.circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 40px;
  width: 80px;
  height: 80px;
  background: #d3f0e8;
  transform-origin: left 40px;
  z-index: 3;
  animation: rotate-circle-right 20s linear alternate forwards;
}
.circle .circle-inner {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70px;
  height: 70px;
  padding-top: 26px;
  background: #fff;
  border-radius: 50%;
  z-index: 4;
  font-size: 0.7em;
}
.circle .circle-inner span {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  animation: blink 1s ease-in-out infinite alternate;
}

@keyframes rotate-circle-right {
  0% {
    transform: rotate(0deg);
    background: #d3f0e8;
  }
  50% {
    transform: rotate(180deg);
    background: #d3f0e8;
  }
  50.01% {
    transform: rotate(360deg);
    background: #4DAC92;
  }
  100% {
    transform: rotate(360deg);
    background: #4DAC92;
  }
}
@keyframes rotate-circle-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(150deg);
  }
  100% {
    transform: rotate(175deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #494949;
}

body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow-y: scroll;
}

.wrap {
  background: #fafafa;
  position: relative;
  z-index: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

p {
  word-break: break-all;
  margin: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

dl,
dd {
  margin: 0;
}

button {
  border: none;
}

.columnsarea--card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  grid-row-gap: 3px;
  grid-column-gap: 3px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .columnsarea--card {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    grid-template-rows: auto;
  }
}
.columnsarea--card_narrow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  grid-row-gap: 3px;
  grid-column-gap: 3px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .columnsarea--card_narrow {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    grid-template-rows: auto;
    margin-bottom: 24px;
  }
}
.columnsarea--col2 {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: repeat(2, minmax(144px, 1fr));
  grid-template-rows: auto auto;
}
@media screen and (min-width: 769px) {
  .columnsarea--col2 {
    grid-column-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  }
}
.columnsarea--col2--lage {
  grid-template-columns: 100% 100%;
  grid-template-rows: auto auto;
}
.columnsarea--col3 {
  display: grid;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
.columnsarea--col3--center {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  grid-template-columns: calc(33.3333333333% - 5px) calc(33.3333333333% - 5px) calc(33.3333333333% - 5px);
  grid-template-rows: auto auto;
}
@media screen and (min-width: 769px) {
  .columnsarea--col3 {
    grid-template-columns: repeat(auto-fill, minmax(98px, 1fr));
    grid-column-gap: 8px;
  }
}
.columnsarea--col3--lage {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  grid-template-columns: calc(33.3333333333% - 5px) calc(33.3333333333% - 5px) calc(33.3333333333% - 5px);
  grid-template-rows: auto auto;
}
@media screen and (min-width: 769px) {
  .columnsarea--col3--lage {
    display: flex;
    justify-content: space-between;
  }
}
.columnsarea--col3--async {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  grid-template-columns: calc(33.3333333333% - 13.3333333333px) calc(33.3333333333% - 13.3333333333px) calc(33.3333333333% - 13.3333333333px);
  grid-template-rows: auto auto;
}
.columnsarea--hide > thumbnail--small:nth-child(n+7) {
  display: none;
}
@media screen and (min-width: 769px) {
  .columnsarea--hide > thumbnail--small:nth-child(n+7) {
    display: block;
  }
}
.columnsarea--hide--low > .productsrankbox:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 769px) {
  .columnsarea--hide--low > .productsrankbox:nth-child(n+4) {
    display: block;
  }
}
.columnsarea--checked {
  padding-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .columnsarea--checked {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
  }
}
.columnsarea--checked .checkedproductsbox:first-of-type,
.columnsarea--checked .related_list_item:first-of-type {
  margin-left: 0;
}

.sidemenu {
  display: none;
}
@media screen and (min-width: 769px) {
  .sidemenu {
    min-width: 232px;
    width: 305px;
    float: right;
    display: block;
    margin: 0 0 0 325px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  .wrap_content {
    max-width: 1080px;
    margin: 0 auto 25px;
  }
  .wrap_content::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media screen and (min-width: 769px) {
  .wrap_content--only {
    margin-top: 24px;
  }
}

/*
	Box defautl
================================*/
.box-defautl {
  font-size: 1rem;
  background: #fff;
  padding: 24px 8px 40px 8px;
  margin-top: 8px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .box-defautl {
    padding: 40px 56px 80px 56px;
    margin-top: 24px;
    margin-bottom: 80px;
  }
}
.box-defautl--middle {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .box-defautl--middle {
    margin-bottom: 24px;
  }
}

/*
	Box Decoration
================================*/
.border {
  border: 1px solid #d0d0d0;
}

.bg-light-gray {
  background: #fafafa;
}

/*
	Generic class
================================*/
.w100 {
  width: 100%;
}

/*
	common styles
================================*/
.wrap {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  color: #494949;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/*
	notice list
================================*/
.note {
  font-size: 0.875rem;
}

.notice {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  margin-bottom: 24px;
}
.notice_item::before {
  content: "※";
}

/*
	headding style
================================*/
.head_tit {
  font-weight: inherit;
  font-size: 1.25rem;
  margin: 8px 8px 16px;
  position: relative;
}
.content_inr > .head_tit, .gblcontent_inr > .head_tit, .list_inr > .head_tit {
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .content_inr > .head_tit, .gblcontent_inr > .head_tit, .list_inr > .head_tit {
    margin-bottom: 24px;
  }
}
.head_tit--underline {
  font-size: 1.125rem;
  font-weight: 500;
  color: #494949;
  padding-bottom: 4px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .head_tit--underline {
    font-size: 1.25rem;
  }
}
.head_tit--underline--top {
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .head_tit--underline--top {
    margin-top: -16px;
  }
}
.head_tit--underline--bottom {
  margin: 30px 0 16px 0;
}
.head_tit--notice {
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.head_tit_sub {
  display: block;
  font-size: 0.875rem;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .head_tit_sub {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.page_inr__tit {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .page_inr__tit {
    font-size: 1.5rem;
  }
}
.page_tit {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 24px;
  margin-top: 0;
}
.page_tit__catch {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .page_tit__catch {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.page_tit--detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  margin-bottom: 16px;
}
.page_tit--detail small {
  font-size: 0.875rem;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .page_tit--detail small {
    font-size: 1rem;
  }
}
.page_tit--detail__catch {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .page_tit--detail__catch {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.page_tit__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.page_description {
  line-height: 1.9;
  letter-spacing: 0.075em;
}
.page_description--spacing-4 {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .page_description--spacing-4 {
    margin-bottom: 32px;
  }
}
.page_description--spacing-5 {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .page_description--spacing-5 {
    margin-bottom: 40px;
  }
}

/*
	sidemenu style
================================*/
.sidemenu_form {
  font-size: 1rem;
}
.sidemenu_tit {
  font-size: 1rem;
  font-weight: normal;
}
.sidemenu_link > a {
  text-decoration: none;
  font-size: 0.875rem;
}

/*
	color
================================*/
.red {
  color: #bf1632;
}

/*
	text align
================================*/
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/*
	deafult text
================================*/
.description {
  line-height: 1.9;
  font-size: 1rem;
  margin-bottom: 8px;
}
.description__sub {
  color: #8e8e8e;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.description--small {
  font-size: 0.875rem;
}
.description--em {
  font-size: 1.25rem;
  font-weight: 700;
}
.description--gray {
  color: #8e8e8e;
}
.description--confirm {
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .description--confirm {
    font-size: 1rem;
  }
}
.description--narrowlh {
  line-height: 1.5;
}

/*
	font size
================================*/
.fz12 {
  font-size: 0.75rem;
}

header .commonheader {
  padding-top: 50px;
}
@media screen and (min-width: 769px) {
  header .commonheader {
    padding: 0;
  }
}
header .commonheader + .commonheader {
  padding-top: 0;
}

.gblheader {
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .gblheader {
    position: static;
  }
}
.gblheader_inr--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .gblheader_inr--pc {
    display: block;
  }
}
.gblheader_inr--sp {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 0 16px;
}
.gblheader_inr--sp .popup-logoside-sp {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 0;
}
.gblheader_inr--sp .popup-logoside-sp img {
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 769px) {
  .gblheader_inr--sp {
    display: none;
  }
}
.gblheader_inr_img {
  width: 150px;
  height: auto;
  line-height: 0;
}
.gblheader a {
  text-decoration: none;
}
.gblheader a:hover {
  text-decoration: underline;
}
.gblheader_logo {
  width: 210px;
  height: auto;
}
@media (861px <= width <= 960px) {
  .gblheader_logo {
    max-width: 210px;
  }
}
@media (770px <= width <= 860px) {
  .gblheader_logo {
    max-width: 120px;
  }
}

.commonheader_inr--notice {
  height: 30px;
  border: 1px solid #bf1632;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.commonheader_inr--secondary {
  height: 45px;
  /* background: global.$secondaryColor;*/
  background: #d25e67;
}
@media screen and (min-width: 769px) {
  .commonheader_inr--secondary {
    height: 45px;
  }
}
.commonheader_inr--blue {
  height: 45px;
  background: #315bb2;
}
@media screen and (min-width: 769px) {
  .commonheader_inr--blue {
    height: 45px;
  }
}
.commonheader_inr_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  max-width: 375px;
  height: 100%;
  margin: auto;
}
.commonheader_inr_link > a {
  color: #bf1632;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .commonheader_inr_link > a {
    text-decoration: none;
  }
  .commonheader_inr_link > a:hover {
    text-decoration: underline;
  }
}
.commonheader_inr_link > a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_arrow-circle.svg) no-repeat center;
  position: absolute;
  top: -20%;
  right: -50%;
}

@media screen and (min-width: 769px) {
  .commonheader > a > span::after,
  .gblheader > a > span::after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s ease-in;
    border-bottom: 1px solid #494949;
  }
  .commonheader > a > span::after:hover::after,
  .gblheader > a > span::after:hover::after {
    width: 100%;
  }
}

.gblheader {
  height: 50px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .gblheader {
    height: 90px;
  }
}
.gblheader_inr--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .gblheader_inr--pc {
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
  }
  .gblheader_inr--pc .popup-logoside-pc {
    margin-left: 40px;
    transition: all 0.3s ease-in;
  }
  .gblheader_inr--pc .popup-logoside-pc:hover {
    opacity: 0.7;
  }
}
.gblheader_nav {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
  list-style: none;
  padding: 0;
}
.gblheader_navitem--txt {
  font-size: 0.75rem;
  padding: 0 10px 0 0;
  white-space: nowrap;
}
.gblheader_navitem--txt > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gblheader_navitem--txt:first-child {
  margin: 0;
}
.gblheader_navitem--txt:first-child > a {
  border-right: 1px solid #494949;
  padding: 0 1rem 0 0;
}
.gblheader_navitem--search {
  padding: 0 10px;
  flex-basis: 250px;
}
@media (770px <= width <= 960px) {
  .gblheader_navitem--search {
    max-width: 170px;
  }
}
.gblheader_navitem--search > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .gblheader_navitem--search .form > .sidemenu_search_form::placeholder {
    font-size: 0.75rem;
  }
  .gblheader_navitem--search .form > .sidemenu_search_form:not(:placeholder-shown) {
    font-size: 0.875rem;
  }
}
.gblheader_navitem--ico--home {
  width: 50px;
  display: flex;
  white-space: nowrap;
}
.gblheader_navitem--ico--home:last-child {
  margin: 0;
}
.gblheader_navitem--ico--home > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 0.5rem;
}
.gblheader_navitem--ico--home > a > .link_img--ico {
  width: 30px;
}
.gblheader_navitem--ico--home > a:hover {
  text-decoration: underline;
}
.gblheader_navitem--ico--like {
  width: 50px;
  display: flex;
  white-space: nowrap;
}
.gblheader_navitem--ico--like:last-child {
  margin: 0;
}
.gblheader_navitem--ico--like > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 0.5rem;
}
.gblheader_navitem--ico--like > a > .link_img--ico {
  width: 30px;
}
.gblheader_navitem--ico--like > a:hover {
  text-decoration: underline;
}
.gblheader_navitem--ico--column {
  width: 50px;
  display: flex;
  white-space: nowrap;
}
.gblheader_navitem--ico--column:last-child {
  margin: 0;
}
.gblheader_navitem--ico--column > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 0.5rem;
}
.gblheader_navitem--ico--column > a > .link_img--ico {
  width: 30px;
}
.gblheader_navitem--ico--column > a:hover {
  text-decoration: underline;
}
.gblheader_navitem--ico--cart {
  width: 50px;
  display: flex;
  white-space: nowrap;
}
.gblheader_navitem--ico--cart:last-child {
  margin: 0;
}
.gblheader_navitem--ico--cart > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 0.5rem;
}
.gblheader_navitem--ico--cart > a > .link_img--ico {
  width: 30px;
}
.gblheader_navitem--ico--cart > a:hover {
  text-decoration: underline;
}
.gblheader_navitem--ico--mypage {
  width: 50px;
  display: flex;
  white-space: nowrap;
}
.gblheader_navitem--ico--mypage:last-child {
  margin: 0;
}
.gblheader_navitem--ico--mypage > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 0.5rem;
}
.gblheader_navitem--ico--mypage > a > .link_img--ico {
  width: 30px;
}
.gblheader_navitem--ico--mypage > a:hover {
  text-decoration: underline;
}
.gblheader_nav_nav {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .gblheader_nav_logo {
    width: 10%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .gblheader_navitem--ico--home {
    width: 53px;
  }
  .gblheader_navitem--ico--like {
    width: 53px;
  }
  .gblheader_navitem--ico--column {
    width: 53px;
  }
  .gblheader_navitem--ico--cart {
    width: 53px;
  }
  .gblheader_navitem--ico--mypage {
    width: 53px;
  }
}
.breadcrumb {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 8px;
  overflow-x: auto;
}
.breadcrumb_inner {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
}
.breadcrumb_item {
  white-space: nowrap;
  word-break: keep-all;
}
.breadcrumb_item:not(:last-child)::after {
  display: inline-block;
  padding-left: 4px;
  content: ">";
}
@media screen and (min-width: 769px) {
  .breadcrumb {
    overflow-x: unset;
  }
  .breadcrumb_inner {
    flex-wrap: wrap;
    width: 100%;
  }
}

.footer {
  color: #fff;
  background: #b9c3bc;
  padding: 0 0 110px 0;
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 45px 0 40px;
  }
}
.footer_inr--bottom {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer_inr--bottom {
    display: grid;
    max-width: 1080px;
    grid-template-columns: auto minmax(1fr, 250px);
    grid-template-rows: auto auto auto;
    grid-template-areas: "txtPc txtPc" "footerLink footerSns" "footerLinkTxt footerCopy";
  }
}
.footer_linkarea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .footer_linkarea {
    padding: 0 0 20px;
    grid-area: footerSns;
    justify-self: flex-end;
  }
}
.footer_linkarea--sns {
  display: block;
  padding: 10px 15px;
}
.footer_linkarea--txt {
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .footer_linkarea--txt {
    text-align: left;
    grid-area: footerLinkTxt;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .footer_link {
    grid-area: footerLink;
    display: flex;
    align-items: center;
  }
}
.footer_link--txt {
  display: inline-block;
  list-style: none;
  font-size: 0.75rem;
  border-right: 1px solid #fff;
  padding: 0 5px;
  margin-bottom: 8px;
}
.footer_link--txt:last-of-type {
  border-right: none;
}
@media screen and (min-width: 769px) {
  .footer_link--txt:last-of-type {
    margin: 0;
    border-right: none;
  }
}
@media screen and (min-width: 769px) {
  .footer_link--txt:first-of-type {
    margin: 0;
    padding: 0 5px 0 0;
  }
}
.footer_link--txt > a {
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer_link--txt > a {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .footer_link--txt > a:hover {
    text-decoration: underline;
  }
}
.footer_link_item {
  list-style: none;
  color: #fff;
  border-bottom: 1px dotted #fff;
}
@media screen and (min-width: 769px) {
  .footer_link_item {
    margin: 0 0 0 1rem;
    border-bottom: none;
  }
}
.footer_link_item:first-of-type {
  border-top: 1px dotted #fff;
}
@media screen and (min-width: 769px) {
  .footer_link_item:first-of-type {
    border-top: none;
    margin: 0;
  }
}
.footer_link_item > .btn_standard {
  font-size: 0.875rem;
  border: none;
  color: inherit;
  justify-content: flex-start;
  padding: 25px 0 25px 10px;
  background: none;
}
@media screen and (min-width: 769px) {
  .footer_link_item > .btn_standard {
    display: inherit;
    font-size: 0.875rem;
    color: inherit;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .footer_link_item > .btn_standard:hover {
    text-decoration: underline;
  }
}
.footer_link_item > .btn_standard::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-white.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .footer_link_item > .btn_standard::after {
    right: 24px;
  }
}
@media screen and (min-width: 769px) {
  .footer_link_item > .btn_standard::after {
    content: none;
  }
}
.footer_txt--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .footer_txt--pc {
    grid-area: txtPc;
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
  }
}
.footer_copy {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer_copy {
    text-align: right;
    grid-area: footerCopy;
  }
}

/*
	footer menu style
================================*/
.menu {
  width: 125px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_navitem--ico--home {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_column.svg) no-repeat center 4px;
  position: relative;
}
.menu_navitem--ico--home > span {
  position: absolute;
  bottom: 4px;
  right: auto;
  left: auto;
  font-size: 9px;
  line-height: 1.15;
}
.menu_navitem--ico--like {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_column.svg) no-repeat center 4px;
  position: relative;
}
.menu_navitem--ico--like > span {
  position: absolute;
  bottom: 4px;
  right: auto;
  left: auto;
  font-size: 9px;
  line-height: 1.15;
}
.menu_navitem--ico--column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_column.svg) no-repeat center 4px;
  position: relative;
}
.menu_navitem--ico--column > span {
  position: absolute;
  bottom: 4px;
  right: auto;
  left: auto;
  font-size: 9px;
  line-height: 1.15;
}
.menu_navitem--ico--cart {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_column.svg) no-repeat center 4px;
  position: relative;
}
.menu_navitem--ico--cart > span {
  position: absolute;
  bottom: 4px;
  right: auto;
  left: auto;
  font-size: 9px;
  line-height: 1.15;
}
.menu_navitem--ico--menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_column.svg) no-repeat center 4px;
  position: relative;
}
.menu_navitem--ico--menu > span {
  position: absolute;
  bottom: 4px;
  right: auto;
  left: auto;
  font-size: 9px;
  line-height: 1.15;
}
.menu_navitem--ico--searchitems {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_column.svg) no-repeat center 4px;
  position: relative;
}
.menu_navitem--ico--searchitems > span {
  position: absolute;
  bottom: 4px;
  right: auto;
  left: auto;
  font-size: 9px;
  line-height: 1.15;
}
.menu_navitem--ico--newitems {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_column.svg) no-repeat center 4px;
  position: relative;
}
.menu_navitem--ico--newitems > span {
  position: absolute;
  bottom: 4px;
  right: auto;
  left: auto;
  font-size: 9px;
  line-height: 1.15;
}
.menu_navitem--ico--home {
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_home.svg) no-repeat center 4px;
}
.menu_navitem--ico--column {
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_column.svg) no-repeat center 4px;
}
.menu_navitem--ico--like {
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_like.svg) no-repeat center 4px;
}
.menu_navitem--ico--cart {
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_cart_header_202403.svg) no-repeat center 6px;
}
.menu_navitem--ico--menu {
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_menu_header_202403.svg) no-repeat center 6px;
}
.menu_navitem--ico--searchitems {
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_search-header_202403.svg) no-repeat center 6px;
}
.menu_navitem--ico--newitems {
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: 100%;
  color: #494949;
  background: url(../img/menu/ico_newitems.svg) no-repeat center 4px;
}
@media screen and (min-width: 769px) {
  .menu {
    display: none;
  }
}

/*
	drawer navi style
================================*/
body.menu-opened .menu_inr.menu_disp {
  right: 0;
}
body.menu-opened .menu_navitem--ico--menu {
  background: url(../img/menu/ico_menu_close_header_202403.svg) no-repeat center 6px;
}

body.search-opened .menu_inr.menu_searchitems {
  left: 0;
}
body.search-opened .menu_navitem--ico--menu {
  background: url(../img/menu/ico_menu_close_header_202403.svg) no-repeat center 6px;
}

.menu_disp {
  position: fixed;
  top: 0;
  right: -768px;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: all 0.3s ease-in;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .menu_disp {
    display: none;
  }
}

.menu_searchitems {
  position: fixed;
  top: 0;
  left: -768px;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: all 0.3s ease-in;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .menu_searchitems {
    display: none;
  }
}

.menu_inr {
  background: #F0F1F1;
  color: #494949;
}
.menu_form {
  margin: 0;
  padding-top: 16px;
  background: #fff;
}
.menu_close {
  height: 55px;
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 46px;
  position: relative;
  font-size: 1rem;
}
.menu_close::after {
  position: absolute;
  left: 15px;
  top: auto;
  content: url(../img/menu/ico_close.svg);
}
.menu_search_close {
  height: 55px;
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 46px;
  position: relative;
  font-size: 1rem;
}
.menu_search_close::after {
  position: absolute;
  left: 15px;
  top: auto;
  content: url(../img/menu/ico_close.svg);
}
.menu_navitem_link {
  margin: 0;
  border-bottom: 1px dotted #d0d0d0;
  background: #fff;
}
.menu_navitem_link:last-child {
  border-bottom: none;
}
.menu_navitem_link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  font-size: 0.875rem;
  position: relative;
}
.menu_navitem_link > a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .menu_navitem_link > a::after {
    right: 24px;
  }
}
.menu_navitem_tit {
  padding: 16px;
  font-size: 1rem;
}
.menu_navitem_tit--ico--column {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: center right 15px;
}
.menu_navitem_tit--ico--category {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: center right 15px;
}
.menu_navitem_tit--ico--list {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: center right 15px;
}
.menu_navitem_tit--ico--page {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: center right 15px;
}
.menu_navitem_tit--ico--about {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: center right 15px;
}
.menu_navitem_tit--ico--gift {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: center right 15px;
}
.menu_navitem_tit--ico--column {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_book.svg);
}
.menu_navitem_tit--ico--category {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
}
.menu_navitem_tit--ico--list {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_list.svg);
}
.menu_navitem_tit--ico--page {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_person.svg);
}
.menu_navitem_tit--ico--about {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_bag.svg);
}
.menu_navitem_tit--ico--gift {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_gift.svg);
}
.menu_navitem_search {
  margin: 0;
  padding: 0 16px 24px;
}
.menu_navitem_search .form_input--text {
  font-size: 1rem;
  background: #fff;
}
.menu_navitem_form {
  color: #494949;
  height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
}
.menu_navitem_form::placeholder {
  color: #b5b5b5;
}
.menu_navitem_form:focus {
  outline: 0;
}
.menu_navitem_form:focus::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.menu_navitem_form[disabled], .menu_navitem_form[readonly],
.menu_navitem_form fieldset[disabled] {
  background: #FAFAFA;
  border: 1px solid #d0d0d0;
  color: #B5B5B5;
}
.menu_navitem_form {
  font-size: 0.875rem;
}
.menu_entrybtn {
  background: #fff;
  padding: 24px 16px 40px;
}
.menu_favoriteitem {
  background: #fff;
  padding: 0 16px 40px;
}
.menu_favoriteitem_tit {
  padding: 16px 0;
  font-size: 0.875rem;
}
.menu_tags {
  background: #fff;
  padding: 16px 0 40px;
}
.menu_checkeditem {
  background: #fff;
  padding: 0 16px 40px;
}
.menu_checkeditem_tit {
  padding: 16px 0;
  font-size: 0.875rem;
}

.naviproduct_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 8px;
}
.naviproduct_list--btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 60px;
  gap: 8px 0;
  height: 100%;
  font-size: 0.75rem;
  text-decoration: none;
}
.naviproduct_list--btn a img {
  width: 22px;
  height: auto;
}

.navi_accordionlist[open] .navi_accordionlist_tit::after {
  rotate: -90deg;
}
.navi_accordionlist_tit {
  display: block;
  margin: 0;
  padding: 16px;
  border-bottom: 1px dotted #d0d0d0;
  background: #fff;
  font-size: 0.875rem;
}
.navi_accordionlist_tit::-webkit-details-marker {
  display: none;
}
.navi_accordionlist_tit::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .navi_accordionlist_tit::after {
    right: 24px;
  }
}
.navi_accordionlist_tit::after {
  rotate: 90deg;
}
.navi_accordionlist_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafa;
}
.navi_accordionlist_items li {
  margin: 0;
  border-bottom: 1px dotted #d0d0d0;
  min-height: calc(1.15em + 40px);
}
.navi_accordionlist_items li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px 24px 16px 16px;
  text-decoration: none;
  font-size: 0.8125rem;
}
.navi_accordionlist_items li a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .navi_accordionlist_items li a::after {
    right: 24px;
  }
}
.navi_accordionlist_items li:first-child {
  grid-area: 1/1/2/3;
}
.navi_accordionlist_items li:first-child a {
  width: 50%;
}
.navi_accordionlist_items li:nth-child(even):last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
.navi_accordionlist_items li:nth-child(even):last-child a {
  width: 50%;
}

.menu_tagslist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0 16px;
  list-style: none;
}
.menu_tagslist li a {
  display: block;
  border: 1px solid #9DAFA3;
  padding: 8px 16px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #9DAFA3;
}

.menu_navi_accordion[open] .menu_navi_accordion_tit::after {
  rotate: -90deg;
}
.menu_navi_accordion_tit {
  display: block;
  margin: 0;
  padding: 16px;
  border-bottom: 2px solid #fff;
  background: #F0F1F1;
  font-size: 1rem;
}
.menu_navi_accordion_tit::-webkit-details-marker {
  display: none;
}
.menu_navi_accordion_tit::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .menu_navi_accordion_tit::after {
    right: 24px;
  }
}
.menu_navi_accordion_tit::after {
  rotate: 90deg;
}

.menu_search_linklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_search_linklist li {
  display: block;
  margin: 0;
  border-bottom: 2px solid #fff;
  background: #F0F1F1;
  font-size: 1rem;
}
.menu_search_linklist li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
}
.menu_search_linklist li a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .menu_search_linklist li a::after {
    right: 24px;
  }
}

.menu_navi_banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 64px 16px;
  border-top: 1px dotted #d0d0d0;
  background: #fff;
}

.menu_search_banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 40px 16px;
  background: #fff;
}
.menu_search_banner a {
  display: block;
  line-height: 0;
}

.sidemenu_inr {
  margin: 0;
  padding: 40px 56px;
  background: #fff;
}
.sidemenu_search {
  margin-left: 0;
  margin-bottom: 40px;
  position: relative;
}
.sidemenu_search .sidemenu_search_form {
  color: #494949;
  height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
}
.sidemenu_search .sidemenu_search_form::placeholder {
  color: #b5b5b5;
}
.sidemenu_search .sidemenu_search_form:focus {
  outline: 0;
}
.sidemenu_search .sidemenu_search_form:focus::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.sidemenu_search .sidemenu_search_form[disabled], .sidemenu_search .sidemenu_search_form[readonly],
.sidemenu_search .sidemenu_search_form fieldset[disabled] {
  background: #FAFAFA;
  border: 1px solid #d0d0d0;
  color: #B5B5B5;
}
.sidemenu_search .sidemenu_search_form {
  height: 48px;
  font-size: 0.875rem;
}
.sidemenu_tit {
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.sidemenu_tit--ico--column {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: top right;
  border-bottom: 1px dotted #d0d0d0;
}
.sidemenu_tit--ico--category {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: top right;
  border-bottom: 1px dotted #d0d0d0;
}
.sidemenu_tit--ico--list {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: top right;
  border-bottom: 1px dotted #d0d0d0;
}
.sidemenu_tit--ico--page {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: top right;
  border-bottom: 1px dotted #d0d0d0;
}
.sidemenu_tit--ico--about {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: top right;
  border-bottom: 1px dotted #d0d0d0;
}
.sidemenu_tit--ico--gift {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
  background-position: top right;
  border-bottom: 1px dotted #d0d0d0;
}
.sidemenu_tit--ico--column {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_book.svg);
}
.sidemenu_tit--ico--category {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_folder.svg);
}
.sidemenu_tit--ico--list {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_list.svg);
}
.sidemenu_tit--ico--page {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_person.svg);
}
.sidemenu_tit--ico--about {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_bag.svg);
}
.sidemenu_tit--ico--gift {
  background-repeat: no-repeat;
  background-image: url(../img/menu/ico_gift.svg);
}
.sidemenu_link {
  margin: 0;
}
.sidemenu_link > a {
  padding: 12px 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.sidemenu_link > a:hover {
  text-decoration: underline;
}
.sidemenu_item {
  margin-bottom: 40px;
}
.sidemenu_item:last-child {
  margin: 0;
}
.sidemenu_banner a {
  display: block;
  transition: opcity 0.3s ease-in;
  margin-bottom: 8px;
}
.sidemenu_banner a:hover {
  opacity: 0.7;
}
.sidemenu_banner a img {
  vertical-align: bottom;
}

/* category */
.side_accordionlist[open] .side_accordionlist_tit::after {
  rotate: -90deg;
}
.side_accordionlist_tit {
  position: relative;
  display: block;
  padding: 12px 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  cursor: pointer;
}
.side_accordionlist_tit::-webkit-details-marker {
  display: none;
}
.side_accordionlist_tit::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 16px;
  background: url(../img/common/navigate_next-gray.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .side_accordionlist_tit::after {
    right: 24px;
  }
}
@media screen and (min-width: 769px) {
  .side_accordionlist_tit::after {
    right: 6px;
  }
}
.side_accordionlist_tit::after {
  rotate: 90deg;
}
.side_accordionlist_tit:hover {
  text-decoration: underline;
}
.side_accordionlist_items {
  background: #fafafa;
  margin: 0;
  padding: 16px;
  list-style: none;
}
.side_accordionlist_items li {
  margin-bottom: 16px;
}
.side_accordionlist_items li:last-child {
  margin-bottom: 0;
}
.side_accordionlist_items li > a {
  text-decoration: none;
  font-size: 0.8125rem;
  color: #494949;
}
.side_accordionlist_items li > a:hover {
  text-decoration: underline;
}

/*
	section margin style
================================*/
.item_img {
  max-width: 100%;
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .item_img {
    margin-bottom: 64px;
  }
}
.item_img:last-of-type {
  margin-bottom: 0;
}
.item_inr {
  margin-bottom: 64px;
}
@media screen and (min-width: 769px) {
  .item_inr {
    margin-bottom: 96px;
  }
}
.item_inr:last-of-type {
  margin-bottom: 0;
}
.item_figure {
  margin: 0;
  margin-bottom: 48px;
}
.item_figure > img {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .item_figure {
    margin-bottom: 64px;
  }
}
.item_caption {
  font-size: 0.875rem;
}
.item_video > iframe {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 769px) {
  .item_video > iframe {
    height: 360px;
  }
}

/*
	Customer form Register
================================*/
@media screen and (min-width: 769px) {
  .entry,
  .mailmagazine {
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .entry .feature_notice,
  .mailmagazine .feature_notice {
    margin-bottom: 24px;
  }
}
.entry .feature_notice_inr,
.mailmagazine .feature_notice_inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .entry .feature_notice_inr,
  .mailmagazine .feature_notice_inr {
    align-items: center;
    flex-direction: row;
  }
}

.customer-form {
  border-radius: 5px;
  border: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .customer-form {
    border-radius: 0;
    border-bottom: none;
  }
}
.customer-form_head {
  font-weight: 500;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .customer-form_head {
    align-items: flex-start;
    margin-bottom: 0;
    padding: 24px;
    border-right: 1px solid #d0d0d0;
    border-radius: 0;
  }
}
@media screen and (min-width: 769px) {
  .customer-form_inr {
    display: grid;
    grid-template-columns: 33% 67%;
    grid-template-rows: auto;
    border-bottom: 1px solid #d0d0d0;
  }
}
.customer-form_inr-content {
  display: flex;
  padding: 0 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .customer-form_inr-content {
    padding: 24px;
    margin-bottom: 0;
  }
}
.customer-form_inr-content .form-row:last-of-type {
  margin-bottom: 0;
}
.customer-form_inr-content > .control {
  margin-bottom: 0;
}
.customer-form_inr-content .product_name {
  flex-basis: 80%;
}
.customer-form_inr-content--half {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .customer-form_inr-content--half {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-row-gap: 16px;
  }
}
.customer-form_inr-content--half > .form-row {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .customer-form_inr-content--half > .form-row {
    width: 170px;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .customer-form_inr-content--half > .form-row:last-of-type {
    margin-right: 0;
  }
}
.customer-form_inr-content--half > .form-row > .input-control {
  margin-bottom: 0;
}
.customer-form_inr-content > .btn_standard {
  width: 180px;
  height: 35px;
  background: #fff;
  font-size: 0.875rem;
  margin: 0;
}
.customer-form__group {
  display: block;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .customer-form__group {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.customer-form__group:lastchild() {
  border-bottom: none;
}
.customer-form__group-title {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #fafafa;
  border-right: none;
  padding: 16px 8px;
}
@media screen and (min-width: 769px) {
  .customer-form__group-title {
    flex: 0 0 26.38%;
    max-width: 26.38%;
    border-right: 1px solid #d0d0d0;
    padding: 24px;
  }
}
@media screen and (min-width: 769px) {
  .customer-form__group-title--half {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.customer-form__wrap {
  display: flex;
  justify-content: space-between;
}
.customer-form__wrap .customer-form__wrap--title {
  font-size: 1rem;
}
.customer-form__group-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px 0 16px 0;
}
@media screen and (min-width: 769px) {
  .customer-form__group-content {
    flex: 0 0 85%;
    max-width: 85%;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .customer-form__group-content--half {
    flex: 0 0 67%;
    max-width: 67%;
  }
}
.customer-form .select {
  margin-bottom: 0;
}

.customer-form_columns {
  flex-direction: column;
}

.form-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .form-row {
    display: flex;
  }
}
.form-row label {
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 8px;
}
.form-row--sp {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .form-row--sp {
    margin-bottom: 0;
  }
}
.form-row--horizontal {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-row--horizontal .form-row__birth__item {
  margin: 8px 0;
}
.form-row--horizontal .date {
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 3px;
}
@media screen and (min-width: 769px) {
  .form-row--horizontal .date {
    margin: 0 8px;
  }
}
.form-row--bottom {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .form-row--bottom {
    margin-bottom: 0;
  }
}
.form-row--sex {
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .form-row--sex {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    margin-bottom: 0;
    padding-bottom: 0;
    width: 60%;
  }
}
.form-row--sex label {
  margin-bottom: 0;
}
.form-row--sex .form_check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form-row--sex .form_check {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .form-row--sex .form_check--last {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .form-row--sex .form_check--full {
    max-width: 100%;
  }
}
.form-row--sex .form-row {
  display: block;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .form-row--sex .form-row {
    width: auto;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.form-row--sex .form-row--radio {
  width: 20px;
  height: 20px;
}
.form-row--sex .form-row--label {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 8px;
}
.form-row--sex > .control {
  margin-bottom: 0;
}
.form-row .form-row__group label--sp,
.form-row .form-row__group .label--sp {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .form-row .form-row__group label--sp,
  .form-row .form-row__group .label--sp {
    margin-top: 0;
  }
}
.form-row .form-row__group label.label-content,
.form-row .form-row__group .label.label-content {
  margin-top: 16px;
}
.form-row .form-row__group label.label--inline,
.form-row .form-row__group .label.label--inline {
  white-space: nowrap;
}
.form-row .form-row__group .note {
  display: block;
  width: auto;
  font-size: 0.875rem;
  color: #494949;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .form-row .form-row__group .note {
    margin-bottom: 16px;
  }
}
.form-row .form-row__group .note--half {
  width: 100%;
  font-size: 0.75rem;
}
.form-row .form-row__group .note .label--sp {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .form-row .form-row__group .note .label--sp {
    margin-top: 0;
  }
}
.form-row .form-row__group .note .note {
  width: 100%;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .form-row .form-row__group .note .note {
    width: 652px;
  }
}
.form-row .form-row__group .note .note--sp {
  margin-bottom: -16px;
}
@media screen and (min-width: 769px) {
  .form-row .form-row__group .note .note--sp {
    margin-bottom: 0;
  }
}
.form-row .form-row__group_inr {
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .entry_edit .form-row--sex {
    width: 82%;
  }
}

.group-link__edit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.group-link__edit .link-redirect__btn {
  width: 180px;
  height: 35px;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  border-width: 1px;
}
.group-link__edit .link-redirect__btn::after {
  right: 6px;
}

.term-of-service {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  border: 1px solid #E0E0E0;
}
@media screen and (min-width: 769px) {
  .term-of-service {
    margin-bottom: 24px;
  }
}
.term-of-service::after {
  content: "";
  display: block;
  padding-right: 16px;
  padding-bottom: 8px;
}
.term-of-service--inr {
  -webkit-overflow-scrolling: touch;
  padding: 16px;
  overflow-y: scroll;
  height: 210px;
}
.term-of-service--inr h3 {
  margin: 0 0 16px;
  padding: 0;
  font-weight: 500;
  font-size: 1rem;
}
.term-of-service--inr h4 {
  margin: 0 0 8px;
  padding: 0;
  font-weight: 500;
  font-size: 0.875rem;
}
.term-of-service--inr p {
  margin-bottom: 16px;
  font-size: 0.875rem;
}
.term-of-service--inr ul {
  margin: 0 0 16px 32px;
  padding: 0;
  list-style-type: disc;
}
.term-of-service--inr ol {
  margin: 0 0 16px 32px;
  padding: 0;
}
.term-of-service--inr dl {
  margin-bottom: 16px;
}
.term-of-service--inr dl dt {
  font-weight: 500;
  font-size: 0.875rem;
}
.term-of-service--inr dl dd {
  margin-bottom: 8px;
  font-size: 0.875rem;
}
.term-of-service--inr-info {
  margin: 16px auto;
  padding: 16px;
  display: inline-block;
  width: auto;
  border: 1px solid #494949;
  font-size: 0.875rem;
}
.term-of-service--inr--history {
  margin-top: 32px;
}
.term-of-service--inr--smalltxt {
  font-size: 0.8125rem;
}
.term-of-service--wrap {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .term-of-service--wrap {
    margin-bottom: 24px;
  }
}
.term-of-service--wrap:last-of-type {
  margin-bottom: 40px;
}

.group-control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 0 40px 0;
}
@media screen and (min-width: 769px) {
  .group-control {
    margin: 24px 0 40px 0;
    justify-content: center;
  }
}
.group-control--bottom {
  margin: 16px 0 40px 0;
}
@media screen and (min-width: 769px) {
  .group-control--bottom {
    margin: 24px 0 9px 0;
  }
}

.customer-form__group-single {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 24px 0px;
}
@media screen and (min-width: 769px) {
  .customer-form__group-single {
    flex-direction: row;
    margin: 40px 0px;
  }
}
.customer-form__group-single .group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #494949;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .customer-form__group-single .group-title {
    width: 20%;
    margin-bottom: 0;
  }
}
.customer-form__group-single .group-title .title {
  margin-right: 24px;
}
@media screen and (min-width: 769px) {
  .customer-form__group-single .group-title .title {
    margin-right: 0px;
  }
}
.customer-form__group-single .group-content {
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .customer-form__group-single .group-content {
    width: 41.5%;
    padding-left: 24px;
  }
}
.customer-form__group-single input {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .customer-form__group-single input {
    margin-bottom: 0;
  }
}

.group-zipcode {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto auto auto;
  grid-row-gap: 8px;
  grid-column-gap: 16px;
}
.group-zipcode > label {
  grid-column: 1/3;
  grid-row: 1/1;
  margin-bottom: 0;
}
.group-zipcode > input {
  grid-column: 1/2;
  grid-row: 2/2;
}
.group-zipcode > .note {
  grid-column: 1/3;
  grid-row: 3/4;
}
.group-zipcode_link {
  grid-column: 2/3;
  grid-row: 2/2;
  align-self: center;
  font-size: 0.875rem;
}
.group-zipcode.error > .note {
  margin-top: 0;
  grid-row: 4/4;
}
.group-zipcode.error > .error-txt {
  margin-top: 0;
  grid-column: 1/3;
}

.about {
  font-size: 0.875rem;
  margin-left: 24px;
}

.info-group--detail {
  font-size: 1rem;
  font-weight: 400;
  color: #494949;
  text-align: justify;
  margin-bottom: 8px;
}
.info-group--detail.space-vertical {
  line-height: 1.9375em;
}
.info-group--detail .name:first-child {
  margin-right: 20px;
}

/*
	list info
================================*/
.list-info__tit {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.list-info__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  padding: 16px 8px;
  margin-bottom: 16px;
  gap: 0 8px;
}
@media screen and (min-width: 769px) {
  .list-info__item {
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media screen and (min-width: 769px) {
  .list-info__item-content {
    width: auto;
    grid-column: 1/3;
  }
}
.list-info__item-content small {
  font-size: 0.875rem;
}
.list-info__item-control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}
.list-info__item .btn_change {
  width: 60px;
  margin-right: 16px;
  border-width: 1px;
}

/*
	check box
================================*/
.check_box {
  margin: 16px 0 24px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .check_box {
    text-align: center;
  }
}
.check_box > .control--checkbox > .control__indicator {
  top: -2px;
}

@media screen and (min-width: 769px) {
  .content {
    width: calc(100% - 310px);
    max-width: 750px;
    float: left;
    margin: 0 -325px 0 0;
  }
}
.content_inr {
  font-size: 1rem;
  padding: 24px 8px;
  margin-bottom: 8px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .content_inr {
    padding: 40px 56px;
    margin-bottom: 24px;
  }
}
.content_inr--sp {
  padding: 32px 8px;
  margin: 8px auto;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .content_inr--sp {
    display: none;
  }
}

.page_inr {
  padding: 24px 8px 1px;
}
@media screen and (min-width: 769px) {
  .page_inr {
    padding: 40px 56px 40px;
  }
}
.page_inr--lmargin {
  padding: 24px 8px 40px;
}
@media screen and (min-width: 769px) {
  .page_inr--lmargin {
    padding: 40px 56px 40px;
  }
}
.page_inr--bpadding {
  padding: 24px 8px 40px 8px;
}
@media screen and (min-width: 769px) {
  .page_inr--bpadding {
    padding: 40px 56px 80px 56px;
  }
}
.page_link {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_point {
  width: 100%;
}

/*
	content horizontal
================================*/
/*
	content styles
================================*/
.gblcontent {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .gblcontent {
    max-width: 1080px;
    margin: 0 auto;
    font-size: 0.875rem;
    clear: both;
  }
}
.gblcontent_inr {
  padding: 24px 8px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr {
    padding: 20px 55px;
  }
}
.gblcontent_inr_bnr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_bnr {
    padding: 40px 55px;
  }
}
.gblcontent_inr--img {
  width: calc(50% - 5px);
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr--img {
    width: calc(25% - 10px);
  }
}
.gblcontent_inr_app {
  background: rgba(157, 175, 163, 0.1450980392);
}
.gblcontent_inr_app--wrap {
  display: flex;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_app--wrap {
    width: 70%;
    margin: auto;
  }
}
.gblcontent_inr_app--img {
  width: 30%;
  padding-bottom: 49.8259860789%;
  background: url(../img/common/footer/img_spmock.png) no-repeat right 0 top 40px/150% auto;
  flex-shrink: 1;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_app--img {
    width: 40%;
    background-size: 100% auto;
    background-position: center top 30px;
  }
}
.gblcontent_inr_app--right {
  width: 70%;
  padding: 40px 40px;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_app--right {
    width: 60%;
  }
}
.gblcontent_inr_app--btn {
  background: #494949;
  color: #fff;
}
.gblcontent_inr_groupbnr {
  background: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_groupbnr {
    margin: 16px 0 0;
    padding: 40px 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.gblcontent_inr_groupbnr--img {
  flex-shrink: 1;
  margin-bottom: 16px;
  width: calc(50% - 4px);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_groupbnr--img {
    width: 225px;
    margin-right: 24px;
  }
  .gblcontent_inr_groupbnr--img:last-child {
    margin-right: 0;
  }
  .gblcontent_inr_groupbnr--img:hover {
    text-decoration: underline;
  }
}
.gblcontent_inr_txt {
  margin: 0 0 20px 0;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_txt {
    margin-bottom: 40px;
    font-size: 0.875rem;
  }
}
.gblcontent_inr_txt--notice {
  font-size: 0.65rem;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_txt--notice {
    font-size: 0.75rem;
  }
}
.gblcontent_inr_txt--notice::before {
  content: "※";
}
.gblcontent_inr_mail {
  padding: 10px;
  background: repeating-linear-gradient(-45deg, #d3ddd5, #d3ddd5 5px, #b8c5bb 5px, #b8c5bb 10px);
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_mail {
    padding: 8px;
  }
}
.gblcontent_inr_mail--bgimg {
  background: url(../img/common/footer/bg_mainmagazine.jpg) no-repeat left -60px center/200% auto;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_mail--bgimg {
    background-position: right center;
    background-size: 60% auto;
  }
}
.gblcontent_inr_mail--left {
  background: #fff;
  width: 70%;
  margin: 0 auto 0 0;
  padding: 80px 20px 40px;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_mail--left {
    width: 45%;
    padding: 24px 40px;
  }
}
.gblcontent_inr_customer {
  display: block;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_customer {
    display: flex;
    margin-bottom: 24px;
  }
}
.gblcontent_inr_customer__spacing--top {
  padding: 24px 8px 40px 8px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_customer__spacing--top {
    padding: 40px 55px 80px 55px;
  }
}
.gblcontent_inr_customer__spacing--bottom {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_customer__spacing--bottom {
    padding: 40px 55px 40px;
    margin-bottom: 80px;
  }
}
.gblcontent_inr_customer--top {
  margin-top: 24px;
}
.gblcontent_inr--bottom {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr--bottom {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .gblcontent_inr--top {
    padding-top: 40px;
  }
}
.gblcontent_inr_recruit {
  margin-top: 40px;
  padding: 0 10px;
}
.gblcontent_inr_recruit .c-sp {
  display: block;
}
.gblcontent_inr_recruit .c-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_recruit {
    margin-top: 54px;
    padding: 0 90px;
  }
  .gblcontent_inr_recruit .c-sp {
    display: none;
  }
  .gblcontent_inr_recruit .c-pc {
    display: block;
  }
}
.gblcontent_wrapbtn {
  width: 70%;
  margin: 20px auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .gblcontent_wrapbtn {
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
}
.gblcontent_wrapbtn > a:first-child {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .gblcontent_wrapbtn > a:first-child {
    margin: 0;
  }
}
.gblcontent_customer {
  margin-top: 24px;
}
.gblcontent_customer--bottom {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .gblcontent_customer--bottom {
    margin-bottom: 80px;
  }
}
.gblcontent_customer--top {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .gblcontent_customer--top {
    margin-bottom: 0;
  }
}

/*
  Product details Free area
  Please do not write any other style
=========================================*/
.free_area_inr {
  padding: 0 8px;
  padding-top: 24px;
  padding-bottom: 40px;
  background: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .free_area_inr {
    padding: 40px 56px 64px 56px;
  }
}
.free_area_inr--pt0 {
  padding: 0 8px;
  padding-top: 0;
  padding-bottom: 40px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .free_area_inr--pt0 {
    padding: 40px 56px 64px 56px;
  }
}
.free_area_inr h2 {
  margin-top: 0;
  padding: 4px 0 4px 16px;
  padding-left: 16px;
  margin-bottom: 32px;
  border-left: 5px solid #b5b5b5;
  font-weight: 500;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .free_area_inr h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.free_area_inr h3 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 24px;
  margin-top: 56px;
}
@media screen and (min-width: 769px) {
  .free_area_inr h3 {
    margin-top: 72px;
    margin-bottom: 40px;
  }
}
.free_area_inr h3:before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 24 24" width="16"><path d="M0 0h24v24H0z" fill="none"/><path fill="%494949" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .free_area_inr h3:before {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 0 24 24" width="20"><path d="M0 0h24v24H0z" fill="none"/><path fill="%494949" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
    margin-top: 4px;
  }
}
.free_area_inr p {
  line-height: 1.9;
  font-size: 1rem;
}
#notice .free_area_inr {
  padding: 0;
}
#notice .free_area_inr p.table_caption {
  margin-bottom: 8px;
}
#notice .free_area_inr .horizon {
  margin: 16px 0;
}
.free_area_inr sup {
  font-size: 0.625rem;
  top: -0.6em;
}
.free_area_inr sub {
  font-size: 0.625rem;
}
.free_area_inr a {
  font-size: 1rem;
  color: #4dac92;
}
@media screen and (min-width: 769px) {
  .free_area_inr a:hover {
    text-decoration: none;
  }
}
.free_area_inr a.textlink--def {
  color: #494949;
}
@media screen and (min-width: 769px) {
  .free_area_inr a.textlink--def:hover {
    text-decoration: none;
  }
}
.free_area_inr table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.875rem;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .free_area_inr table {
    margin-bottom: 16px;
  }
}
.free_area_inr table th {
  background: #fafafa;
  font-weight: 400;
  width: 136px;
  text-align: left;
  padding: 8px 16px;
  border: 1px solid #d0d0d0;
}
.free_area_inr table td {
  width: 120px;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid #d0d0d0;
}
.free_area_inr img {
  max-width: 100%;
  width: auto;
  line-height: 0;
}
.free_area_inr iframe {
  width: 100%;
}
.free_area_inr_caption {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.free_area_inr .m-column-section h2,
.free_area_inr .m-detail-default h2 {
  margin-top: 72px;
}
.free_area_inr .m-column-section p,
.free_area_inr .m-detail-default p {
  margin-top: 48px;
}
.free_area_inr .m-column-section .wp-caption,
.free_area_inr .m-detail-default .wp-caption {
  margin-top: 48px;
  line-height: 0;
}
.free_area_inr .m-column-section .wp-caption .wp-caption-text,
.free_area_inr .m-detail-default .wp-caption .wp-caption-text {
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 0.875rem;
}
.free_area_inr .m-column-section .wp-caption .wp-caption-text a,
.free_area_inr .m-detail-default .wp-caption .wp-caption-text a {
  font-size: 0.875rem;
}
.free_area_inr .m-column-section .youtube,
.free_area_inr .m-detail-default .youtube {
  margin-top: 64px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 56.25%;
}
.free_area_inr .m-column-section .youtube iframe,
.free_area_inr .m-detail-default .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.free_area_inr .m-column-section .instagram-media,
.free_area_inr .m-detail-default .instagram-media {
  margin-top: 64px !important;
}
.free_area_inr .detail_summary {
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  margin: 40px auto 56px;
  padding: 0 16px 24px;
}
.free_area_inr .detail_summary_point {
  display: flex;
  margin: -10px auto 32px;
}
.free_area_inr .detail_summary span {
  display: inline-block;
  height: 22px;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 11px;
  text-align: center;
  color: #494949;
  background-color: #fff;
  border: 1px solid #494949;
  font-size: 12px;
}
.free_area_inr .detail_summary_list li {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.free_area_inr .detail_summary_list li::before {
  content: "";
  background: url(../img/products/ico_summary_li.svg) no-repeat center;
  display: block;
  width: 12px;
  height: 12px;
  margin: 8px 16px 0 0;
}
.free_area_inr .detail_summary_list li a {
  font-size: 15px;
  width: calc(100% - 12px);
}
@media screen and (min-width: 769px) {
  .free_area_inr .detail_summary {
    margin: 48px auto 56px;
  }
  .free_area_inr .detail_summary span {
    margin: 0 0 0 -16px;
  }
}
.free_area_inr .detail_buyercomment {
  margin: 80px auto;
  padding: 40px 16px;
  position: relative;
  text-align: center;
}
.free_area_inr .detail_buyercomment::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #494949;
  border-bottom-color: transparent;
  content: "";
}
.free_area_inr .detail_buyercomment:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #494949;
  border-top-color: transparent;
  content: "";
}
.free_area_inr .detail_buyercomment_img {
  display: block;
  position: absolute;
  top: -30px;
  left: calc(50% - 46px);
  width: 92px;
  height: 60px;
  margin: 0;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.free_area_inr .detail_buyercomment_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.free_area_inr .detail_buyercomment_tit {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
.free_area_inr .detail_buyercomment_tit::before {
  display: none;
}
.free_area_inr .detail_buyercomment_name {
  display: inline-block;
  margin: 0 auto 16px;
  padding: 0 8px 8px;
  border-bottom: 2px solid #F0F1F1;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .free_area_inr .detail_buyercomment_name {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.free_area_inr .detail_buyercomment_txt {
  text-align: left;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.075em;
}

.head_tit--leftborder {
  margin-top: 0;
  padding: 4px 0 4px 16px;
  padding-left: 16px;
  margin-bottom: 32px;
  border-left: 5px solid #b5b5b5;
  font-weight: 500;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .head_tit--leftborder {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.head_tit--check {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 24px;
  margin-top: 56px;
}
@media screen and (min-width: 769px) {
  .head_tit--check {
    margin-top: 72px;
    margin-bottom: 40px;
  }
}
.head_tit--check:before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 24 24" width="16"><path d="M0 0h24v24H0z" fill="none"/><path fill="%494949" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .head_tit--check:before {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 0 24 24" width="20"><path d="M0 0h24v24H0z" fill="none"/><path fill="%494949" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
    margin-top: 4px;
  }
}

/*
	text and img margin style
================================*/
.item_txt {
  font-size: 1rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .item_txt {
    margin-bottom: 24px;
  }
}

/*
	horizon border style
================================*/
.horizon {
  border: none;
  border-top: 1px dotted #d0d0d0;
  margin: 24px 0;
}

/*
	notice list style
================================*/
.notice {
  font-size: 0.875rem;
}
.notice_list {
  padding-left: 1rem;
  list-style-type: square;
}

@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
  .columnsarea--card {
    grid-template-columns: repeat(4, 174px);
    grid-template-rows: auto auto auto;
  }
  .columnsarea--card .productsbox {
    display: inline-block;
  }
  .columnsarea--card--time6 {
    grid-template-columns: repeat(4, 174px);
    grid-template-rows: auto auto auto;
  }
  .columnsarea--card--time6 .productsbox {
    display: inline-block;
  }
  .columnsarea--col2 {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(1, auto);
  }
  .columnsarea--col2 .thumbnail--lage {
    display: inline-block;
  }
  .columnsarea--col3 {
    grid-template-columns: repeat(6, 100px);
    grid-template-rows: repeat(2, auto);
  }
  .columnsarea--col3 .thumbnail--small {
    display: inline-block;
  }
  .gblheader_navitem--ico--home > a > span {
    left: 10px;
  }
  .gblheader_navitem--ico--like > a > span {
    left: 10px;
  }
  .gblheader_navitem--ico--column > a > span {
    left: 10px;
  }
  .gblheader_navitem--ico--cart > a > span {
    left: 10px;
  }
  .gblheader_navitem--ico--mypage > a > span {
    left: 10px;
  }
  .gblheader_navitem--ico--like > span {
    left: 7px;
  }
  .gblcontent_inr_app {
    background-image: url(../img/common/footer/img_spmock.png);
    background-repeat: no-repeat;
    background-color: #edefee;
  }
  .footer_linkarea {
    justify-content: flex-end;
  }
  .footer_linkarea--sns {
    width: 55px;
    height: 50px;
  }
}
/*
	group credit
================================*/
.box-credit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.box-credit .img {
  height: 35px;
  margin-right: 16px;
}
.box-credit .img:last-child {
  margin-right: 0px;
}

/*
	card number
================================*/
.card-number {
  margin-right: 16px;
}
.card-number + small {
  font-size: 0.75rem;
}
.card-form {
  font-size: 1rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .card-form {
    margin-bottom: 24px;
  }
}
.card-form .customer-form__group-content {
  padding-bottom: 0;
}

.popup-slidertop {
  margin: 0 auto;
  padding: 8px 8px 0;
  max-width: 1080px;
  line-height: 0;
}
.popup-slidertop a,
.popup-slidertop picture {
  display: inline-block;
  width: 100%;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .popup-slidertop {
    padding: 24px 0 0;
    text-align: center;
  }
  .popup-slidertop a {
    width: auto;
    transition: all 0.3s ease-in;
  }
  .popup-slidertop a:hover {
    opacity: 0.7;
  }
  .popup-slidertop a picture img {
    width: auto;
    max-width: 100%;
  }
}

.popup-sliderbtm {
  margin: 0 auto;
  padding: 0 8px 16px;
  max-width: 1080px;
  line-height: 0;
}
.popup-sliderbtm a,
.popup-sliderbtm picture {
  display: inline-block;
  width: 100%;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .popup-sliderbtm {
    padding: 0 0 24px;
    text-align: center;
  }
  .popup-sliderbtm a {
    width: auto;
    transition: all 0.3s ease-in;
  }
  .popup-sliderbtm a:hover {
    opacity: 0.7;
  }
  .popup-sliderbtm a picture img {
    width: auto;
    max-width: 100%;
  }
}

.popup-sidetop {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .popup-sidetop {
    transition: all 0.3s ease-in;
  }
  .popup-sidetop:hover {
    opacity: 0.7;
  }
}

.popup-sidebtm {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .popup-sidebtm {
    transition: all 0.3s ease-in;
  }
  .popup-sidebtm:hover {
    opacity: 0.7;
  }
}

.popup-sideinner {
  transition: all 0.3s ease-in;
}
.popup-sideinner:hover {
  opacity: 0.7;
}

.popup-footer {
  margin: 0;
  padding: 24px 8px;
  line-height: 0;
}
.popup-footer a,
.popup-footer picture {
  display: inline-block;
  width: 100%;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .popup-footer {
    margin: 0 auto;
    padding: 0 0 40px;
    max-width: 1080px;
    text-align: center;
  }
  .popup-footer a {
    width: auto;
    transition: all 0.3s ease-in;
  }
  .popup-footer a:hover {
    opacity: 0.7;
  }
  .popup-footer a picture img {
    width: auto;
    max-width: 100%;
  }
}

.popup-spnav {
  padding: 16px;
  background: #fff;
}

.popup-spnav-menu_link {
  padding: 16px 16px 32px;
  background: #fff;
}

.popup-category {
  margin-bottom: 24px;
}

/*
	mixin products_links_notice
================================*/
/*
	mixin Wrapping option styles
================================*/
/*
	inr content padding
================================*/
/*
	inr tit marign reset
================================*/
/*
	Product Detail styles
================================*/
.border-top {
  border-top: 1px dotted #d0d0d0;
}

* {
  min-height: 0;
  min-width: 0;
}

@media screen and (min-width: 769px) {
  .products {
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .products > .feature_notice .feature_notice_tit {
    margin-bottom: 32px;
  }
}
.products_status_disable {
  margin-top: 24px;
  background: rgba(191, 22, 50, 0.05);
  border: 4px solid #bf1632;
}
.products_status_disable_inr {
  margin-bottom: 0;
  padding: 32px 56px;
}
.products_status_disable_tit {
  text-align: center;
  font-size: 1.375rem;
  color: #bf1632;
}
.products_main {
  display: grid;
  grid-template-areas: "sliderArea" "detialArea" "noticeArea";
  background: #fff;
}
@media screen and (min-width: 769px) {
  .products_main {
    grid-template-areas: "sliderArea detialArea";
    margin: 0 auto 24px;
    padding: 40px 56px;
    grid-template-columns: 50% auto;
  }
}
.products_slidearea {
  grid-area: sliderArea;
  position: relative;
}
@media screen and (min-width: 769px) {
  .products_slidearea {
    max-width: 480px;
    margin-right: 40px;
  }
}
.products_detial {
  grid-area: detialArea;
  margin: 0 8px;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .products_detial {
    margin-bottom: 0;
  }
}
.products_detial_value {
  margin-bottom: 24px;
}
.products_detial_value.is-product_header {
  display: flex;
  flex-direction: column;
}
.products_detial_tit {
  order: 2;
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 1.5rem;
}
.products_detial_tit_keywords {
  font-size: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .products_detial_tit {
    margin-top: 0;
  }
}
.products_detial_headrating {
  order: 1;
  display: flex;
  gap: 4px;
  font-size: 0.875rem;
}
.products_detial_headrating_score {
  font-size: 0.875rem;
}
.products_detial_headrating_count {
  padding-left: 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .products_detial_headrating {
    order: 2;
  }
}
.products_detial_tit + .products_detial_headrating {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .products_detial_tit + .products_detial_headrating {
    margin-top: 0;
  }
}
.products_detial_txt + .products_detial_headrating {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .products_detial_txt + .products_detial_headrating {
    margin-top: 16px;
  }
}
.products_detial_txt {
  order: 2;
  margin-bottom: 8px;
  font-size: 0.75rem;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto;
}
.products_detial_txt:last-of-type {
  margin-bottom: 0;
}
.products_detial_txt > span {
  font-weight: 500;
}
.products_detial_data {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .products_detial_data {
    margin-bottom: 24px;
  }
}
.products_detial_pointbox {
  background: #fafafa;
  padding: 8px;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .products_detial_pointbox {
    width: max-content;
  }
}
.products_detial_pointtxt {
  font-size: 0.875rem;
  position: relative;
}
.products_detial_pointtxt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: #4dac92;
  margin: 0 8px 0 0;
}
.products_detial_pointtxt::after {
  content: "P";
  color: #fff;
  position: absolute;
  left: 6px;
  top: 2px;
}
.products_detial_pointtxt--acc {
  color: #4DAC92;
  font-weight: 500;
  font-size: 0.875rem;
}
.products_detial_price {
  font-size: 0.75rem;
}
.products_detial_price--em {
  font-size: 2rem;
}
.products_detial_price--def {
  font-weight: 700;
}
.products_detial_price--sale {
  font-size: 0.75rem;
  color: #bf1632;
}
.products_detial_price--sale > span {
  font-weight: 400;
}
.products_detial_price--sale .products_detial_price {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.products_detial_price--sale .products_detial_price .products_detial_saleprice {
  font-weight: 700;
  margin-right: 16px;
}
.products_detial_price--before {
  font-weight: 400;
  font-size: 0.75rem;
  color: #8e8e8e;
}
.products_detial_price--before--em {
  font-size: 1.125rem;
}
.products_detial_price--before::before {
  content: "←";
  width: 12px;
  height: 12px;
  display: inline-block;
}
.products_detial_price--before--line {
  text-decoration: line-through;
}
.products_detial_price--def, .products_detial_price--sale {
  margin-bottom: 8px;
}
.content_inr > .products_detial {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.products_shipping {
  font-size: 0.875rem;
  flex-basis: 40%;
}
@media screen and (min-width: 769px) {
  .products_shipping {
    margin-bottom: 24px;
  }
}
.products_shipping_today {
  background: #b9c3bc;
  color: #fff;
  padding: 2px 8px;
  width: max-content;
  margin-bottom: 16px;
  font-size: 0.75rem;
}
.products_shipping_today span {
  font-size: 0.625rem;
}
.products_shipping_type {
  background: #b9c3bc;
  color: #fff;
  padding: 2px 8px;
  width: max-content;
  margin-bottom: 8px;
  font-size: 0.75rem;
}
.products_shipping_type span {
  font-size: 0.625rem;
}
.products_shipping_txt {
  margin-bottom: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .products_shipping_txt {
    margin-right: 32px;
  }
}
.products_footer .products_shipping_txt {
  margin-bottom: 0;
}
.products_shipping_txt--acc {
  display: inline-block;
  margin-left: 8px;
  color: #4dac92;
  font-weight: normal;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .products_shipping_txt--acc {
    margin-left: 0;
    margin-bottom: 16px;
    font-size: 0.875rem;
  }
}
.products_shipping_txt--acc--em {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .products_shipping_txt--acc--em {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.products_footer .products_shipping_txt--acc {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .products_footer .products_shipping_txt--acc {
    margin-bottom: 0;
  }
}
.products_shipping_txt--em {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .products_shipping_txt--em {
    font-size: 0.875rem;
  }
}
.products_shipping_leadtime {
  margin-bottom: 24px;
  font-size: 0.875rem;
}
.products_footer .products_shipping {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.products_links {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.875rem;
}
.products_links:first-of-type {
  margin-right: 32px;
}
.products_links.notice_btn {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .products_links.notice_btn {
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
}
.products_links_notice--down {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  width: 100%;
  height: 36px;
  padding: 8px;
  text-decoration: none;
  position: relative;
}
.products_links_notice--down::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 30%;
}
.products_links_notice--down::after {
  background: url(../img/products/ico_arrow--down.svg) no-repeat center;
}
.products_links_notice--up {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  width: 100%;
  height: 36px;
  padding: 8px;
  text-decoration: none;
  position: relative;
}
.products_links_notice--up::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 30%;
}
.products_links_notice--up::after {
  background: url(../img/products/ico_arrow--up.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .products_links_notice--up {
    display: inline-block;
    height: auto;
    border: none;
    text-decoration: underline;
    padding: 0;
  }
  .products_links_notice--up::after {
    content: none;
  }
}
.products_footer .products_links {
  margin-right: 32px;
}
.products_footer .products_links:last-of-type {
  margin-right: 0;
}
.products_action {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .products_action {
    width: 70%;
    justify-content: flex-end;
    margin-bottom: 0;
    flex-basis: 60%;
  }
}
.products_option {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products_option_item {
  color: #494949;
  background: #fff;
  border: 1px dotted #d0d0d0;
  width: 114px;
  height: 55px;
  margin-bottom: 24px;
  border-radius: 5px;
  font-size: 0.625rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 4px 0;
}
@media screen and (min-width: 769px) {
  .products_option_item {
    width: 210px;
    font-size: 0.75rem;
  }
}
.products_option_item svg {
  height: 18px;
  width: 30px;
}
.products_option_item span {
  display: block;
}
.products_option_item--off {
  color: #B5B5B5;
  background: #F0F1F1;
  border: none;
  width: 114px;
  height: 55px;
  margin-bottom: 24px;
  border-radius: 5px;
  font-size: 0.625rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 4px 0;
}
@media screen and (min-width: 769px) {
  .products_option_item--off {
    width: 210px;
    font-size: 0.75rem;
  }
}
.products_option_item--off svg {
  height: 18px;
  width: 30px;
}
.products_option_item--off span {
  display: block;
}
.products_footer {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .products_footer {
    margin-top: 32px;
  }
}
.products_footer .btnarea {
  display: block;
  margin: 32px 0 16px;
}
@media screen and (min-width: 769px) {
  .products_footer .btnarea {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 32px;
  }
}
.products_footer .btn_cart {
  margin: 0;
  width: 290px;
  padding-left: 32px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .products_footer .products_detial_data {
    margin-bottom: 0;
  }
}
.products_cart {
  position: fixed;
  right: 0;
  bottom: 66px;
  width: 80px;
  height: 75px;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .products_cart {
    bottom: 3%;
    width: 90px;
    height: 90px;
  }
}
.products_cart a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 0 0 4px;
  background: #4dac92;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  position: relative;
}
.products_cart a::before {
  content: "";
  display: block;
  width: 26px;
  height: 32px;
  position: absolute;
  top: 16%;
  left: 33%;
  background: url('data:image/svg+xml;utf8,<svg width="138" height="166" viewBox="0 0 138 166" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M42.1249 137.75C34.5624 137.75 28.4437 143.938 28.4437 151.5C28.4437 159.063 34.5624 165.25 42.1249 165.25C49.6874 165.25 55.8749 159.063 55.8749 151.5C55.8749 143.938 49.6874 137.75 42.1249 137.75ZM110.875 137.75C103.312 137.75 97.1937 143.938 97.1937 151.5C97.1937 159.063 103.312 165.25 110.875 165.25C118.437 165.25 124.625 159.063 124.625 151.5C124.625 143.938 118.437 137.75 110.875 137.75ZM49.6874 103.375H100.906C106.062 103.375 110.6 100.556 112.937 96.2938L136.175 54.15C138.031 50.85 136.794 46.6563 133.494 44.8C130.194 43.0125 126 44.1813 124.212 47.4813L100.906 89.625H52.6437L25.2124 31.6688C24.1124 29.2625 21.6374 27.75 19.0249 27.75H7.74994C3.96869 27.75 0.874939 30.8438 0.874939 34.625C0.874939 38.4063 3.96869 41.5 7.74994 41.5H14.6249L39.3749 93.6813L30.0937 110.456C25.0749 119.669 31.6749 130.875 42.1249 130.875H117.75C121.531 130.875 124.625 127.781 124.625 124C124.625 120.219 121.531 117.125 117.75 117.125H42.1249L49.6874 103.375Z" fill="white"/> <path d="M83.3749 48.125C83.3749 51.9063 80.2812 55 76.4999 55C72.7187 55 69.6249 51.9063 69.6249 48.125V34.375H55.8749C52.0937 34.375 48.9999 31.2813 48.9999 27.5C48.9999 23.7188 52.0937 20.625 55.8749 20.625H69.6249V6.875C69.6249 3.09375 72.7187 0 76.4999 0C80.2812 0 83.3749 3.09375 83.3749 6.875V20.625H97.1249C100.906 20.625 104 23.7188 104 27.5C104 31.2813 100.906 34.375 97.1249 34.375H83.3749V48.125Z" fill="white"/> </svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .products_cart a::before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
.products_cart a span {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  bottom: 8%;
}
.products_label {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .products_label {
    max-width: 1080px;
    margin: -24px auto 48px;
    font-size: 0.875rem;
    clear: both;
  }
}
.products_label > .gblcontent_inr {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto;
  gap: 8px;
  grid-template-areas: "img" "title" "txt" "btnarea";
  padding: 24px 16px;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .products_label > .gblcontent_inr {
    grid-template-columns: 35% 1fr;
    gap: 8px 16px;
    grid-template-areas: "img title" "img txt" "img btnarea";
    align-content: space-between;
    padding: 40px 56px;
  }
}
.products_label > .gblcontent_inr > .head_tit {
  margin-bottom: 0;
  grid-area: title;
}
.products_label > .gblcontent_inr > .head_tit > a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .products_label > .gblcontent_inr > .head_tit > a:hover {
    text-decoration: underline;
  }
}
.products_label_img {
  grid-area: img;
}
@media screen and (min-width: 769px) {
  .products_label_img:hover {
    opacity: 0.7;
  }
}
.products_label_txt {
  margin-bottom: 16px;
  grid-area: txt;
}
@media screen and (min-width: 769px) {
  .products_label_txt {
    margin-bottom: 0;
  }
}
.products_label_btnarea {
  grid-area: btnarea;
}
.products_label_btnarea > .btn_standard--next {
  height: 40px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .products_label_btnarea {
    justify-self: end;
    align-self: end;
  }
  .products_label_btnarea > .btn_standard--next {
    min-width: 200px;
  }
}
.products_aside {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .products_aside {
    max-width: 1080px;
    margin: 0 auto 24px;
    font-size: 0.875rem;
    clear: both;
  }
}
.products_aside > .gblcontent_inr {
  padding: 24px 8px;
}
@media screen and (min-width: 769px) {
  .products_aside > .gblcontent_inr {
    padding: 40px 56px 16px;
  }
}
.products_aside .columnsarea--checked {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .products_aside .columnsarea--checked {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .products_aside .sliderarea {
    margin: 0;
  }
}

.btnarea {
  margin: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .btnarea {
    justify-content: flex-start;
  }
}

.btn_2col .outside--next,
.btn_2col .btn_unlink {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .btn_2col .outside--next,
  .btn_2col .btn_unlink {
    font-size: 1rem;
  }
}
.btn_2col .outside--next > .btn_cart_inr {
  width: 80%;
}

.square_col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: -16px -3px 0;
}
.square_col_item {
  width: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  background: #F0F1F1;
  color: #B5B5B5;
  font-size: 0.75rem;
  text-align: center;
  margin: 16px 3px 0;
}
@media screen and (min-width: 769px) {
  .square_col_item {
    width: 90px;
    height: 70px;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 18px;
    margin-left: 0;
  }
}
.square_col_item--on {
  width: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  background: #F0F1F1;
  color: #B5B5B5;
  font-size: 0.75rem;
  text-align: center;
  margin: 16px 3px 0;
}
@media screen and (min-width: 769px) {
  .square_col_item--on {
    width: 90px;
    height: 70px;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 18px;
    margin-left: 0;
  }
}
.square_col_item--on {
  color: #fff;
  background: #9DAFA3;
}
.square_col div:last-of-type {
  margin-right: 0;
}

.wrap_recommend {
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(231px, 1fr));
}
@media screen and (min-width: 769px) {
  .wrap_recommend {
    grid-column-gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.products_detial_inr {
  padding: 0 8px;
  padding-bottom: 40px;
  background: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .products_detial_inr {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 64px;
  }
}
.products_detial_inr > .head_tit {
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .products_detial_inr > .head_tit {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
.products_detial_inr > .border-top {
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  .products_detial_inr > .border-top {
    padding-top: 64px;
  }
}
.products_detial_inr .link {
  font-size: 1rem;
}

.reason_inr {
  padding-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .reason_inr {
    padding-bottom: 48px;
  }
}

.products_detial_narrow_inr {
  padding: 0 8px;
  padding-bottom: 40px;
  background: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .products_detial_narrow_inr {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 769px) {
  .products_detial_narrow_inr {
    padding-bottom: 56px;
  }
}
.products_detial_narrow_inr > .head_tit {
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .products_detial_narrow_inr > .head_tit {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}

.products_detial_variation_inr {
  padding: 0 8px;
  padding-bottom: 40px;
  background: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .products_detial_variation_inr {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 64px;
  }
}
.products_detial_variation_inr {
  padding: 40px 8px;
}
@media screen and (min-width: 769px) {
  .products_detial_variation_inr {
    padding: 40px 56px 56px;
  }
}

.products_detial_column_inr {
  padding: 0 8px;
  padding-bottom: 40px;
  background: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .products_detial_column_inr {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 64px;
  }
}
.products_detial_column_inr {
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  .products_detial_column_inr {
    padding-bottom: 56px;
  }
}
.products_detial_column_inr > .head_tit {
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .products_detial_column_inr > .head_tit {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
.products_detial_column_inr .columnbox:last-of-type {
  margin-bottom: 0;
}

.free_area_inr > .head_tit {
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .free_area_inr > .head_tit {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}

.free_area_inr--pt0 > .head_tit {
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .free_area_inr--pt0 > .head_tit {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}

.making_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.making_wrap > .btn_standard--next {
  line-height: 1.5;
  width: 50%;
}
.choose_inr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .choose_inr {
    margin-bottom: 24px;
  }
}
.choose_img {
  margin-right: 16px;
}
.choose_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .choose_img img {
    width: 98px;
    height: 98px;
  }
}
.choose_name, .making_name {
  font-size: 0.875rem;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .choose_name, .making_name {
    font-size: 1rem;
  }
}
.choose_name a, .making_name a {
  margin-left: 8px;
}
.choose_speech--gray {
  padding: 8px;
  border-radius: 5px;
  background: #F0F1F1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .choose_speech--gray {
    padding: 16px;
    font-size: 0.875rem;
  }
}
.choose_speech--gray::before {
  content: "";
  position: absolute;
  left: 5%;
  top: -16px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent #f0f1f1 transparent;
}
@media screen and (min-width: 769px) {
  .choose_speech--gray::before {
    left: 6%;
    top: -15px;
  }
}

@media screen and (min-width: 769px) {
  .rating {
    padding-bottom: 40px;
  }
}
.rating_object {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #F0F1F1;
}
.rating_object::before, .rating_object::after {
  content: "★★★★★";
}
.rating_object::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #D9BD60;
}
.rating_object[data-rate="5"]::after {
  width: 100%;
}
.rating_object[data-rate="4.5"]::after {
  width: 90%;
}
.rating_object[data-rate="4"]::after {
  width: 80%;
}
.rating_object[data-rate="3.5"]::after {
  width: 70%;
}
.rating_object[data-rate="3"]::after {
  width: 60%;
}
.rating_object[data-rate="2.5"]::after {
  width: 50%;
}
.rating_object[data-rate="2"]::after {
  width: 40%;
}
.rating_object[data-rate="1.5"]::after {
  width: 30%;
}
.rating_object[data-rate="1"]::after {
  width: 20%;
}
.rating_object[data-rate="0.5"]::after {
  width: 10%;
}
.rating_object[data-rate="0"]::after {
  width: 0%;
}
.rating_object {
  font-size: 1.25rem;
  letter-spacing: 5px;
}
.rating_object--large {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #F0F1F1;
}
.rating_object--large::before, .rating_object--large::after {
  content: "★★★★★";
}
.rating_object--large::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #D9BD60;
}
.rating_object--large[data-rate="5"]::after {
  width: 100%;
}
.rating_object--large[data-rate="4.5"]::after {
  width: 90%;
}
.rating_object--large[data-rate="4"]::after {
  width: 80%;
}
.rating_object--large[data-rate="3.5"]::after {
  width: 70%;
}
.rating_object--large[data-rate="3"]::after {
  width: 60%;
}
.rating_object--large[data-rate="2.5"]::after {
  width: 50%;
}
.rating_object--large[data-rate="2"]::after {
  width: 40%;
}
.rating_object--large[data-rate="1.5"]::after {
  width: 30%;
}
.rating_object--large[data-rate="1"]::after {
  width: 20%;
}
.rating_object--large[data-rate="0.5"]::after {
  width: 10%;
}
.rating_object--large[data-rate="0"]::after {
  width: 0%;
}
.rating_object--large {
  font-size: 1.5rem;
  letter-spacing: 5px;
}
.rating_object--small {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #F0F1F1;
}
.rating_object--small::before, .rating_object--small::after {
  content: "★★★★★";
}
.rating_object--small::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #D9BD60;
}
.rating_object--small[data-rate="5"]::after {
  width: 100%;
}
.rating_object--small[data-rate="4.5"]::after {
  width: 90%;
}
.rating_object--small[data-rate="4"]::after {
  width: 80%;
}
.rating_object--small[data-rate="3.5"]::after {
  width: 70%;
}
.rating_object--small[data-rate="3"]::after {
  width: 60%;
}
.rating_object--small[data-rate="2.5"]::after {
  width: 50%;
}
.rating_object--small[data-rate="2"]::after {
  width: 40%;
}
.rating_object--small[data-rate="1.5"]::after {
  width: 30%;
}
.rating_object--small[data-rate="1"]::after {
  width: 20%;
}
.rating_object--small[data-rate="0.5"]::after {
  width: 10%;
}
.rating_object--small[data-rate="0"]::after {
  width: 0%;
}
.rating_object--small {
  font-size: 0.875rem;
  letter-spacing: 5px;
}
.rating_top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .rating_top {
    padding-bottom: 48px;
  }
}
.rating_top--product {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  padding: 16px 8px;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .rating_top--product {
    margin-bottom: 80px;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 769px) {
  .rating_top--product:hover {
    border: 1px solid #B5B5B5;
  }
}
.rating_top--product:hover .rating_top__name {
  text-decoration: none;
}
.rating_top--product .product_name--sub {
  margin-top: 0;
  font-size: 0.75rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .rating_top--product .product_name--sub {
    font-size: 0.875rem;
  }
}
.rating_top--product .rating_top__img {
  margin-right: 16px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.rating_top--product .rating_top__img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.rating_top--product .rating_top__img {
  flex-basis: 80px;
  flex-shrink: 0;
}
.rating_top--product .rating_top__name {
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0.3s all ease-in;
  margin-top: 0;
  margin-bottom: 8px;
  text-decoration: underline;
}
.rating_score {
  color: #D9BD60;
  font-size: 1.25rem;
  display: inline-block;
}
.rating_score--lage {
  color: #D9BD60;
  font-weight: 500;
  font-size: 1.5rem;
  display: inline-block;
}
.rating_num {
  text-align: right;
  display: inline-block;
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  .rating_num {
    font-size: 0.875rem;
  }
}
.rating_num--em {
  font-weight: 700;
  display: inline-block;
  margin: 0 8px;
}
.rating_num--gray {
  color: #8e8e8e;
}
.rating_num--small {
  text-align: right;
  display: inline-block;
  font-size: 0.625rem;
}
.rating_num--small--em {
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
  margin: 0 8px;
}
.rating_content {
  list-style: none;
  margin-top: 40px;
}
.rating_content .textlink {
  text-align: right;
  margin-bottom: 16px;
}
.rating_content .textlink_item--next {
  position: relative;
  padding-right: 24px;
}
.rating_content .textlink_item--next::after {
  position: absolute;
  background-size: 80% 80%;
  right: 0;
  top: 5%;
}
.rating_head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.75rem;
  margin-bottom: 24px;
}
.rating_variation--em {
  font-weight: 500;
}
.rating_variation {
  margin-bottom: 16px;
}
.rating_userdata {
  font-size: 0.75rem;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .rating_userdata {
    font-size: 0.875rem;
  }
}
.rating_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.rating_img__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  object-fit: cover;
  margin-right: 16px;
}
@media screen and (min-width: 769px) {
  .rating_img__item {
    width: 70px;
    height: 70px;
    cursor: pointer;
  }
}
.rating_fot {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (min-width: 769px) {
  .rating_postdata {
    font-size: 0.875rem;
  }
}
.rating_txt {
  margin-bottom: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .rating_txt {
    margin-bottom: 8px;
    font-size: 1rem;
  }
}

.voice_refe {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .voice_refe {
    display: inline-block;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
.voice_refe::before {
  content: url('data:image/svg+xml;utf-8,<svg id="message-24px" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path id="パス_1613" data-name="パス 1613" d="M0,0H20V20H0Z" fill="none"/><path id="パス_1614" data-name="パス 1614" d="M16.4,2H3.6A1.6,1.6,0,0,0,2.008,3.6L2,18l3.2-3.2H16.4A1.6,1.6,0,0,0,18,13.2V3.6A1.6,1.6,0,0,0,16.4,2Zm-1.6,9.6H5.2V10h9.6Zm0-2.4H5.2V7.6h9.6Zm0-2.4H5.2V5.2h9.6Z" fill="%23494949"/></svg>');
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.voice_num {
  display: inline-block;
  margin-left: 16px;
}
@media screen and (min-width: 769px) {
  .voice_num {
    display: inline-block;
    font-size: 0.75rem;
  }
}
.voice_num--em {
  font-size: 1rem;
  font-weight: 700;
}

/*
	Related item styles
================================*/
.related_list_item {
  display: block;
  font-size: 0.875rem;
  width: 110px;
  margin-left: 14px;
}
@media screen and (min-width: 769px) {
  .related_list_item {
    flex-basis: 100px;
    width: 98px;
    margin-left: 24px;
  }
}
.related_list_item_tit {
  margin-top: 8px;
  font-size: 0.75rem;
}
.related_list_item_img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.related_list_item_img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.related_list_item.slick-slide .checkedproductsbox_img img {
  height: 100%;
}

/*
	Cateory Related item styles
================================*/
.category_related_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 16px 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .category_related_list {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }
}
.category_related_list_item {
  display: block;
  font-size: 0.875rem;
  min-width: 100px;
  width: 100%;
  transition: all 0.3s ease-in;
}
.category_related_list_item:hover {
  opacity: 0.7;
}
.category_related_list_item_tit {
  margin-top: 8px;
  font-size: 0.75rem;
}
.category_related_list_item_img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.category_related_list_item_img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.category_related_list_item_img img {
  width: 100%;
}
.category_related_list_item:last-of-type {
  display: none;
}
@media screen and (min-width: 769px) {
  .category_related_list_item:last-of-type {
    display: block;
  }
}

/*
  Defines the style of the element on the cart screen
======================================================*/
@media screen and (min-width: 769px) {
  .cart {
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
}
.cart {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .cart .feature_notice {
    margin-bottom: 24px;
  }
}
.cart .feature_notice_inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .cart .feature_notice_inr {
    align-items: center;
    flex-direction: row;
  }
}
.cart .feature_notice_tit {
  margin-bottom: 24px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .cart .feature_notice_tit {
    margin-bottom: 8px;
  }
}
.cart .progress {
  justify-content: space-between;
}
.cart .progress-group {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cart .progress-group {
    max-width: 450px;
    margin: 0 0 auto;
  }
}
.cart .progress__step {
  width: 56px;
}
.cart .progress__step-btn::after {
  width: 70px;
}
@media screen and (min-width: 769px) {
  .cart .progress__step-btn::after {
    width: 80px;
  }
}
.cart_top-banner {
  margin-bottom: 20px;
}
.cart_top-banner a {
  display: block;
  transition: opacity 0.3s ease-in;
}
.cart_top-banner picture {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .cart_top-banner a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .cart_main {
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
}
.cart_main {
  background: #fff;
  padding: 24px 8px 16px;
}
@media screen and (min-width: 769px) {
  .cart_main {
    padding: 40px 56px 20px;
  }
}
.cart_main .group-button--txt.mb80 {
  margin-bottom: 56px;
}
@media screen and (min-width: 769px) {
  .cart_main .group-button--txt.mb80 {
    margin-bottom: 80px;
  }
}
.cart_inr {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .cart_inr {
    border: 1px solid #d0d0d0;
  }
}
.cart_col {
  display: none;
}
@media screen and (min-width: 769px) {
  .cart_col {
    background: #fafafa;
    display: grid;
    grid-template-columns: 45% 18% 19% 18%;
    grid-template-rows: auto auto;
  }
}
.cart_col_tit {
  font-weight: 400;
  font-size: 0.875rem;
  border-right: 1px solid #d0d0d0;
  text-align: center;
  padding: 16px 0;
}
.cart_col_tit:last-of-type {
  border-right: none;
}
.cart_col_item {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto auto auto;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 16px;
}
@media screen and (min-width: 769px) {
  .cart_col_item {
    grid-template-columns: 11% 34% 18% 19% 18%;
    grid-template-rows: max-content;
    padding: 0;
    max-width: 967px;
  }
}
.cart_col_item {
  padding: 16px 8px 0px;
}
.cart_col_item:first-of-type {
  border-top: 1px solid #d0d0d0;
}
.cart_col_item:last-of-type {
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .cart_col_item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.cart_col_item > .cart_img {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.cart_col_item > .cart_img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.cart_acc {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #fafafa;
  margin-bottom: 32px;
}
.cart_acc--text {
  display: block;
  margin: 40px auto;
  background: none;
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cart_acc--text:hover {
    cursor: pointer;
  }
}
.cart_acc--text::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
  position: absolute;
  top: -20%;
  right: -13%;
}
.cart_acc--text.active::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
}
.cart_acc_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px 16px 8px;
  position: relative;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .cart_acc_tit {
    padding-right: 72px;
    padding-left: 16px;
  }
}
.cart_acc_tit::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
  position: absolute;
  right: 1%;
  top: 30%;
}
@media screen and (min-width: 769px) {
  .cart_acc_tit::after {
    right: 3%;
  }
}
.cart_acc_tit.active::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
}
.cart_acc_tit_price {
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .cart_acc_tit_price {
    font-size: 1.25rem;
  }
}
.cart_acc_tit_price > small {
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .cart_acc_tit:hover {
    cursor: pointer;
  }
}
.cart_acc_item {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto auto auto;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 16px;
}
@media screen and (min-width: 769px) {
  .cart_acc_item {
    grid-template-columns: 11% 34% 18% 19% 18%;
    grid-template-rows: max-content;
    padding: 0;
    max-width: 967px;
  }
}
.cart_acc_item {
  padding: 16px 8px 0;
}
@media screen and (min-width: 769px) {
  .cart_acc_item {
    grid-template-columns: 14% 61% 25%;
  }
}
.cart_acc_item:first-of-type {
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .cart_acc_item:last-of-type {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 0;
  }
}
.cart_acc_item .cart_name {
  margin-bottom: 8px;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .cart_acc_item .cart_name {
    border-right: none;
  }
}
@media screen and (min-width: 769px) {
  .cart_acc_item .cart_name_inr {
    padding-top: 16px;
  }
}
.cart_acc_item > .cart_img {
  grid-row: 1/3;
  margin-right: 0;
}
.cart_acc_item > .cart_price_wrap {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-content: flex-start;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .cart_acc_item > .cart_price_wrap {
    grid-template-rows: auto auto;
    justify-content: space-between;
    padding-right: 16px;
    border-right: none;
    grid-column: 3/3;
  }
}
.cart_acc_item > .cart_price_wrap .cart_price {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .cart_acc_item > .cart_price_wrap .cart_price {
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .cart_acc_item > .cart_price_wrap .cart_num {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.cart_acc_item > .cart_price_wrap .cart_num--em {
  font-size: 0.875rem;
  font-weight: 500;
}
.cart_acc_item > .cart_price_wrap .cart_shipping {
  grid-column: 1/3;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .cart_acc_item > .cart_price_wrap .cart_shipping {
    grid-column: 1/2;
  }
}
.cart_acc .cart_point_value {
  font-weight: 500;
  font-size: 1.125rem;
}
.cart_acc .cart_point_value > small {
  font-size: 0.75rem;
}
.cart_acc .cart_point_margin {
  margin-right: 12px;
}
.cart_img {
  max-width: 80px;
  width: 100%;
  margin-right: 16px;
  grid-row: 1/3;
}
@media screen and (min-width: 769px) {
  .cart_img {
    grid-column: 1/1;
    margin: 24px 0 24px 24px;
  }
}
.cart_name {
  font-size: 0.875rem;
  margin-left: 16px;
  grid-column: 2/2;
  grid-row: 1/2;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .cart_name {
    grid-column: 2/2;
    grid-row: 1/3;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 16px;
    border-right: 1px solid #d0d0d0;
  }
}
@media screen and (min-width: 769px) {
  .cart_name_inr {
    padding-top: 24px;
  }
}
.cart_name_inr > p {
  font-weight: 500;
}
.cart_name--sub {
  display: inline-block;
  color: #8e8e8e;
  margin-top: 8px;
}
.cart .products_detial_pointtxt {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-size: 0.625rem;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .cart .products_detial_pointtxt {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.cart .products_detial_pointtxt::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.cart .products_detial_pointtxt::after {
  font-size: 0.58rem;
  font-weight: 500;
  left: 4px;
  top: 2px;
}
.cart .products_detial_pointtxt--em {
  font-size: 0.75rem;
}
.cart_price {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .cart_price {
    margin-bottom: 8px;
  }
}
.cart_price--em {
  font-weight: 500;
  font-size: 1rem;
}
.cart_price_wrap {
  margin-left: 16px;
  grid-column: 2/3;
  grid-row: 2/3;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .cart_price_wrap {
    width: 100%;
    height: 100%;
    grid-column: 3/4;
    grid-row: 1/4;
    margin: 0;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #d0d0d0;
  }
}
.cart_control {
  grid-column: 1/3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .cart_control {
    grid-column: 4/5;
    grid-row: 1/4;
    display: grid;
    grid-template-columns: 33% 42%;
    grid-template-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    align-content: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    border-right: 1px solid #d0d0d0;
  }
}
.cart_control .cart_quantity {
  font-size: 1rem;
}
.cart_control input[type=text] {
  width: 80px;
  height: 35px;
}
@media screen and (min-width: 769px) {
  .cart_control input[type=text] {
    width: 100%;
    grid-column: 1/1;
    grid-row: 1/1;
  }
}
@media screen and (min-width: 769px) {
  .cart .btn_delete {
    width: 100%;
    grid-column: 2/2;
    grid-row: 1/1;
  }
}
.cart_stock {
  flex-grow: 2;
  align-self: flex-end;
  font-size: 0.75rem;
  margin-left: 16px;
}
@media screen and (min-width: 769px) {
  .cart_stock {
    grid-column: 1/1;
    grid-row: 2/4;
    margin: 0;
    align-self: flex-start;
    text-align: center;
  }
}
.cart_subtotal {
  display: none;
}
@media screen and (min-width: 769px) {
  .cart_subtotal {
    display: flex;
    grid-column: 5/6;
    align-self: center;
    border-right: none;
  }
}
.cart_shipping--em {
  font-size: 0.75rem;
}
.cart_shipping {
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  .cart_shipping {
    margin-top: 16px;
  }
}
.cart_tag {
  display: inline-block;
  background: #b9c3bc;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 0 5px;
  margin-bottom: 8px;
  font-weight: 500;
}
.cart_plan {
  font-size: 0.75rem;
  color: #bf1632;
}
.cart_notice {
  grid-column: 1/3;
  grid-row: 4/5;
  width: 100%;
  border-top: 1px dashed #d0d0d0;
}
@media screen and (min-width: 769px) {
  .cart_notice {
    align-self: flex-end;
    grid-column: 1/3;
    grid-row: 3/4;
    border-right: 1px solid #d0d0d0;
  }
}
.cart_notice_inr {
  padding-top: 8px;
  padding-bottom: 8px;
}
.cart_notice_inr > .notice {
  font-size: 0.75rem;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .cart_notice_inr > .notice {
    margin-left: 24px;
  }
}
.cart_recalc {
  border: 1px solid #d0d0d0;
  font-size: 1rem;
  margin-bottom: 24px;
}
.cart_recalc_inr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
.cart_recalc_inr > p {
  margin-right: 24px;
}
.cart_recalc_inr .btn_change {
  border-width: 1px;
}
.cart .page_tit--detail {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .cart_wrapping {
    width: 355px;
    margin-left: auto;
    margin-bottom: 24px;
  }
}
.cart_wrapping_inr {
  border: 1px solid #d0d0d0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  font-size: 1rem;
}
.cart_wrapping_inr .control {
  margin-bottom: 0;
}
.cart_wrapping_inr .control:first-of-type {
  margin-right: 40px;
}
.cart_wrapping_link {
  display: block;
  margin-top: 24px;
}
.cart_wrapping_link img {
  display: block;
}
@media screen and (min-width: 769px) {
  .cart_wrapping_link {
    width: 355px;
    margin-left: auto;
    margin-bottom: 24px;
  }
}
.cart_sub_value {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .cart_sub_value {
    font-size: 1.125rem;
  }
}
.cart_total {
  padding: 24px 4px 0 4px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .cart_total {
    padding-top: 0;
    display: grid;
    grid-template-columns: 355px 355px;
    grid-template-rows: auto auto;
    margin-left: auto;
    justify-content: flex-end;
  }
}
.cart_total_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  background: #fafafa;
  padding: 16px 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .cart_total_box {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-bottom: 0;
  }
}
.cart_total_value {
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .cart_total_value {
    font-size: 1.25rem;
  }
}
.cart_total_inr {
  border-top: 1px dashed #d0d0d0;
  font-size: 0.875rem;
  padding: 24px 8px 0 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .cart_total_inr {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.cart_total .definitions {
  justify-content: space-between;
  margin-bottom: 8px;
}
.cart_total .definitions:last-of-type {
  margin-bottom: 24px;
}
.cart_total_notice {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cart_total_notice {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: flex-end;
  }
}
.cart_total_notice .notice {
  font-size: 0.875rem;
  color: #bf1632;
  margin-top: 8px;
  margin-bottom: 0;
}
.cart_total_notice .notice::before {
  content: "※";
}
.cart_total_notice--em {
  font-size: 1.125rem;
}
.cart_total small {
  font-size: 0.75rem;
  font-weight: 400;
}
.cart_total--acc .cart_price {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  margin-bottom: 8px;
  padding: 0 8px;
}
.cart_total--acc .cart_price:last-of-type {
  margin-bottom: 24px;
}
.cart_total--acc .cart_price_num {
  font-size: 1.125rem;
}
.cart_total--acc .cart_price_num > small {
  font-size: 0.75rem;
}
.cart_total--acc .cart_price__last {
  margin-bottom: 0;
}
.cart_total--acc .cart_point_num {
  font-weight: 500;
  font-size: 1.125rem;
}
.cart_total--acc .cart_point_num > small {
  font-size: 0.75rem;
}
.cart_total--acc .cart_tax_num {
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .cart_total--acc .cart_tax_num {
    font-size: 1.25rem;
  }
}
.cart_total--acc .cart_tax_num > small {
  font-size: 0.75rem;
}
.cart_total--acc .cart_total_inr {
  font-size: 1rem;
  font-weight: 400;
  padding: 16px 0 0;
  border-top: none;
}
@media screen and (min-width: 769px) {
  .cart_total--acc .cart_total_inr {
    width: 40%;
    margin-left: auto;
    padding-right: 16px;
  }
}
.cart_total--acc .cart_total_box {
  margin: 24px 0 0;
  padding: 0 8px 16px;
}
.cart_total--acc .cart_total_price {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .cart_total--acc .cart_total_price {
    font-size: 1.25rem;
  }
}
.cart_total--acc .cart_total_price > small {
  font-size: 0.75rem;
}
.cart_total--acc .other_price {
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px dashed #d0d0d0;
  padding-top: 16px;
}
.cart_total--acc .other_price > .cart_tax_num {
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .cart_total--acc .other_price > .cart_tax_num {
    font-size: 1.25rem;
  }
}
.cart_total--acc .cart_total_inr {
  font-size: 1rem;
  font-weight: 400;
  padding: 16px 0 0;
  border-top: none;
}
@media screen and (min-width: 769px) {
  .cart_total--acc .cart_total_inr {
    width: 40%;
    margin-left: auto;
    padding-right: 16px;
  }
}
.cart_total--acc .cart_total_box {
  margin: 24px 0 0;
  padding: 0 8px 16px;
}
.cart_total--acc .cart_total_value {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .cart_total--acc .cart_total_value {
    font-size: 1.25rem;
  }
}
.cart_total--acc .cart_total_value small {
  font-size: 0.75rem;
}
.cart .btn_2col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
@media screen and (min-width: 769px) {
  .cart .btn_2col {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 80px;
  }
}
.cart .btn_2col .btn_primary--next {
  font-size: 1rem;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .cart .btn_2col .btn_primary--next {
    margin-bottom: 0;
  }
}
.cart .btn_2col .textlink_item--back {
  font-size: 0.875rem;
}
.cart_news {
  border: 1px solid #d0d0d0;
  padding: 24px 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .cart_news {
    padding: 24px;
    margin-bottom: 32px;
  }
}
.cart_news > .head_tit {
  margin: 0 0 8px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .cart_news > .head_tit {
    margin: 0 0 16px;
    font-size: 1.5rem;
  }
}
.cart_news > p {
  line-height: 1.9;
  font-size: 1rem;
}
.cart_samplecam {
  margin-bottom: 8px;
}
.cart_samplecam .c-sp {
  display: block;
}
.cart_samplecam .c-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .cart_samplecam {
    margin-bottom: 16px;
  }
  .cart_samplecam .c-sp {
    display: none;
  }
  .cart_samplecam .c-pc {
    display: block;
  }
}
.cart_shopping {
  padding: 24px 8px 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .cart_shopping {
    padding: 24px 0 40px;
    margin-bottom: 80px;
  }
}
.cart_shopping > p {
  line-height: 1.9;
  font-size: 1rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .cart_shopping > p {
    text-align: center;
  }
}
.cart_freeshipping_notice {
  font-weight: 500;
  text-align: center;
  font-size: 1.125rem;
}
.cart_freeshipping_notice p {
  margin-bottom: 24px;
}
.cart_freeshipping_notice p:nth-of-type(2) {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 24px;
}
.cart_freeshipping_notice_bnr {
  display: block;
  margin-bottom: 32px;
}
.cart_freeshipping_notice_bnr img {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .cart_freeshipping_notice_bnr:hover img {
    opacity: 0.6;
  }
}
.cart_freeshipping_notice_bnr .c-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .cart_freeshipping_notice_bnr .c-pc {
    display: block;
  }
}
.cart_freeshipping_notice_bnr .c-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .cart_freeshipping_notice_bnr .c-sp {
    display: none;
  }
}
.cart .check_label_body {
  padding: 0 8px 8px 8px;
}
@media screen and (min-width: 769px) {
  .cart .check_label_body {
    padding: 0 16px 16px 16px;
  }
}
.cart .check_label_body > .notice {
  margin-top: 8px;
}
.cart_form-row--horizontal {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .cart_form-row--horizontal {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.cart_form-row--horizontal > .form-row {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .cart_form-row--horizontal > .form-row {
    width: 100%;
    max-width: 359px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .cart_form-row--horizontal > .form-row:first-of-type {
    margin-right: 40px;
  }
}
.cart_form-row--horizontal > .form-row > label {
  font-size: 1rem;
}
.cart_form-row--horizontal .select .select__arrow {
  top: 20%;
  right: 4%;
}
.cart .form_label {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .cart .form_label {
    margin-bottom: 24px;
  }
}
.cart .form_label .control__indicator {
  top: 0;
}

/*
    label radio,acc+checkbox
  ================================*/
.radio_1col {
  list-style: none;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-bottom: 32px;
}
.radio_1col_row {
  font-size: 1rem;
  border-bottom: 1px solid #d0d0d0;
}
.radio_1col_row:last-of-type {
  border-bottom: none;
}
.radio_1col_row > .control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .radio_1col_row > .control {
    padding-left: 48px;
  }
}
.radio_1col_row > .control > .control__indicator {
  top: 30%;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .radio_1col_row > .control > .control__indicator {
    left: 16px;
  }
}
.radio_1col_row--head {
  padding: 16px;
}
.radio_horizontal--img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 24px;
}
.radio_horizontal_item {
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 16px);
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .radio_horizontal_item {
    width: 100px;
  }
}
.radio_horizontal_item > .control__indicator {
  border-radius: 50%;
  top: 0;
  left: 1%;
}
.radio_horizontal_item--confirm {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}
.radio_horizontal_item--confirm > img {
  margin-right: 16px;
  width: 46px !important;
}
.radio_horizontal_name > span {
  display: block;
}

.input-control--point {
  margin-right: 16px;
}

.use_point {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.use_point > span {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .use_point > span {
    font-size: 1rem;
  }
}

.check_label {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-bottom: 24px;
  position: relative;
}
.check_label_body {
  display: none;
}
.check_label > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check_label > .control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 36px;
  margin-bottom: 0;
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .check_label > .control {
    padding-left: 52px;
  }
}
.check_label > .control > .control__indicator {
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  background: #fff;
  top: 20px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .check_label > .control > .control__indicator {
    left: 16px;
  }
}
.check_label > .control > .control__indicator::after {
  content: "";
}
.check_label input[type=checkbox]:checked ~ .control__indicator {
  border: 1px solid #4dac92;
  background: #4dac92;
}
.check_label input[type=checkbox]:checked ~ .control__indicator::after {
  display: block;
  left: -1px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_check.svg) no-repeat center;
}
.check_label_button::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
  position: absolute;
  right: 3%;
  top: 30%;
}
.check_label_button.active::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
}
.check_label_item {
  margin-bottom: 16px;
}
.check_label_item:last-of-type {
  margin-bottom: 0;
}
.check_label_item > .notice {
  margin-bottom: 0;
}
.check_label.close .check_label_button::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
}
.check_label--product {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-bottom: 24px;
  position: relative;
}
.check_label--product_body {
  display: none;
}
.check_label--product > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check_label--product > .control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 36px;
  margin-bottom: 0;
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .check_label--product > .control {
    padding-left: 52px;
  }
}
.check_label--product > .control > .control__indicator {
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  background: #fff;
  top: 20px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .check_label--product > .control > .control__indicator {
    left: 16px;
  }
}
.check_label--product > .control > .control__indicator::after {
  content: "";
}
.check_label--product input[type=checkbox]:checked ~ .control__indicator {
  border: 1px solid #4dac92;
  background: #4dac92;
}
.check_label--product input[type=checkbox]:checked ~ .control__indicator::after {
  display: block;
  left: -1px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_check.svg) no-repeat center;
}
.check_label--product img {
  margin-right: 8px;
  width: 80px;
}
@media screen and (min-width: 769px) {
  .check_label--product img {
    margin-right: 16px;
  }
}
.check_label--product > .control--product {
  align-items: flex-start;
  gap: 0 16px;
}
.check_label--product > .control--product .control__indicator--product {
  top: 17px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .check_label--product > .control--product .control__indicator--product {
    left: 16px;
  }
}
.check_label--product > .control--product::after {
  content: none;
}
.check_label--product > .control--product > .control--product--img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.check_label--product > .control--product > .control--product--img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.check_label--product > .control--product > .control--product--img {
  flex-basis: 80px;
  flex-shrink: 0;
}
.check_label--product > .control--product > .product_name {
  padding-right: 16px;
}
.check_label--product > .check_label {
  border-right: none;
  border-left: none;
  border-bottom: none;
  margin-bottom: 0;
  border-radius: 0px;
}
.check_label--product > .check_label_button {
  display: block;
  border-top: 1px solid #d0d0d0;
  position: relative;
}
.check_label--product > .control__indicator--body {
  top: 130px;
}
.check_label--product > input[type=checkbox]:checked ~ .control__indicator--body {
  top: 130px;
}
.list-order-info__product .check_label--product > .control {
  padding-left: 8px;
}
@media screen and (min-width: 769px) {
  .list-order-info__product .check_label--product > .control {
    padding-left: 16px;
  }
}
.check_label--product > .notice {
  padding-left: 52px;
}
.check_label--disable {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-bottom: 24px;
  position: relative;
}
.check_label--disable_body {
  display: none;
}
.check_label--disable > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check_label--disable > .control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 36px;
  margin-bottom: 0;
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .check_label--disable > .control {
    padding-left: 52px;
  }
}
.check_label--disable > .control > .control__indicator {
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  background: #fff;
  top: 20px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .check_label--disable > .control > .control__indicator {
    left: 16px;
  }
}
.check_label--disable > .control > .control__indicator::after {
  content: "";
}
.check_label--disable input[type=checkbox]:checked ~ .control__indicator {
  border: 1px solid #4dac92;
  background: #4dac92;
}
.check_label--disable input[type=checkbox]:checked ~ .control__indicator::after {
  display: block;
  left: -1px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_check.svg) no-repeat center;
}
.check_label--disable {
  background: #fafafa;
  color: #B5B5B5;
}
.check_label--disable > .control::after {
  content: none;
}
.check_label--disable--product {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-bottom: 24px;
  position: relative;
}
.check_label--disable--product_body {
  display: none;
}
.check_label--disable--product > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check_label--disable--product > .control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 36px;
  margin-bottom: 0;
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .check_label--disable--product > .control {
    padding-left: 52px;
  }
}
.check_label--disable--product > .control > .control__indicator {
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  background: #fff;
  top: 20px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .check_label--disable--product > .control > .control__indicator {
    left: 16px;
  }
}
.check_label--disable--product > .control > .control__indicator::after {
  content: "";
}
.check_label--disable--product input[type=checkbox]:checked ~ .control__indicator {
  border: 1px solid #4dac92;
  background: #4dac92;
}
.check_label--disable--product input[type=checkbox]:checked ~ .control__indicator::after {
  display: block;
  left: -1px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_check.svg) no-repeat center;
}
.check_label--disable--product {
  padding-top: 16px;
  padding-left: 36px;
}
@media screen and (min-width: 769px) {
  .check_label--disable--product {
    padding-left: 52px;
  }
}
.check_label--disable--product > .control {
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 8px;
}
.check_label--disable--product > .control::after {
  content: none;
}
.check_label--disable--product {
  background: #fafafa;
  color: #B5B5B5;
}
.check_label--disable--product .product_name > .product_name--sub {
  color: #B5B5B5;
}
.check_label--disable--product > .control {
  padding-bottom: 16px;
}
.check_label--disable--product > .control .control__indicator {
  top: 0px;
  left: -28px;
}
@media screen and (min-width: 769px) {
  .check_label--disable--product > .control .control__indicator {
    left: -34px;
  }
}
.check_label--disable--product > .notice {
  color: #494949;
  margin-bottom: 16px;
}
.check_label--disable--product img {
  width: 80px;
  margin-right: 16px;
}
.check_label--disable--product > .check_label {
  margin-left: -52px;
  border-top: 1px solid #ccc;
  border: none;
  border-top: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 0;
}
.check_label--disable--product > .check_label > .check_label_button::after {
  content: none;
}
.check_label_body .input-control {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .check_label_body .input-control {
    width: 39%;
  }
}
.check_label_body .input-control + .notice {
  font-size: 0.75rem;
}
.close_trigger > .check_label_body {
  padding-top: 0;
  padding-bottom: 0;
}
.close_trigger > .check_label_body > .description {
  margin-bottom: 16px;
}
.check_label_body img {
  width: auto;
}
.list-order-info__body .check_label > .control {
  padding-left: 8px;
}
@media screen and (min-width: 769px) {
  .list-order-info__body .check_label > .control {
    padding-left: 16px;
  }
}

.radio_label {
  font-size: 1rem;
  position: relative;
}
.radio_label .control--radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 48px;
  margin-bottom: 0;
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .radio_label .control--radio {
    padding-left: 56px;
  }
}
.radio_label .control__indicator {
  border-radius: 50%;
  top: 20px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .radio_label .control__indicator {
    left: 16px;
  }
}
.radio_label:first-of-type > .control {
  border-top: none;
  border-bottom: none;
}
.radio_label > input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio_label > input[type=radio]:checked ~ .control__indicator {
  border: 1px solid #4dac92;
  background: #fff;
}
.radio_label > input[type=radio]:checked ~ .control__indicator::after {
  display: block;
  content: "";
  left: 4px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #4dac92;
}
.radio_label_body {
  background: #FAFAFA;
  padding: 16px 8px 24px;
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .radio_label_body {
    padding: 16px 24px 24px;
  }
}
.radio_label_body > .box-credit {
  padding: 0 8px;
}
.radio_label_body > .description {
  font-size: 0.875rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .radio_label_body > .description {
    font-size: 1rem;
  }
}
.radio_label_body > .notice {
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .radio_label_body > .notice {
    font-size: 0.875rem;
  }
}

.disabled_label {
  color: #494949;
  background: #fff;
}

/*
    acc+checkbox inr content
  ================================*/
.product_name {
  font-size: 0.875rem;
  font-weight: 500;
}
.product_name--sub {
  font-weight: 400;
  margin-top: 8px;
  display: block;
  color: #8e8e8e;
}

.product_quantity {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}

/*
    check box multiple selection
  ================================*/
.wrapping_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapping_list_label {
  background: #FAFAFA;
  padding: 16px;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .wrapping_list_label {
    display: inline-block;
    width: max-content;
  }
}
.wrapping_list_label > .control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
}
.wrapping_list_label > .control > .control__indicator {
  top: 4px;
}
.wrapping_list_item {
  display: block;
  font-size: 0.875rem;
  width: 110px;
  margin-left: 14px;
}
@media screen and (min-width: 769px) {
  .wrapping_list_item {
    flex-basis: 100px;
    width: 98px;
    margin-left: 24px;
  }
}
.wrapping_list_item_tit {
  margin-top: 8px;
  font-size: 0.75rem;
}
.wrapping_list_item {
  width: 78px;
  position: relative;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 24px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .wrapping_list_item {
    width: 100px;
    margin-right: 8px;
    margin-left: 0;
  }
}
.wrapping_list_item_sub {
  color: #8e8e8e;
  font-size: 0.75rem;
  display: block;
}
.wrapping_list_item_img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.wrapping_list_item_img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.wrapping_list_item > .control__indicator {
  top: 50px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .wrapping_list_item > .control__indicator {
    top: 72px;
  }
}
.wrapping_list_item > input[type=checkbox] + .wrapping_list_item_img {
  position: relative;
}
.wrapping_list_item > input[type=checkbox] + .wrapping_list_item_img::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 8px);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .wrapping_list_item > input[type=checkbox] + .wrapping_list_item_img::after {
    width: 100px;
    height: 100px;
  }
}
.wrapping_list_item > input[type=checkbox]:checked + .wrapping_list_item_img::after {
  content: none;
}
.wrapping_list_item--confirm, .wrapping_list_item--disable {
  display: block;
  font-size: 0.875rem;
  width: 110px;
  margin-left: 14px;
}
@media screen and (min-width: 769px) {
  .wrapping_list_item--confirm, .wrapping_list_item--disable {
    flex-basis: 100px;
    width: 98px;
    margin-left: 24px;
  }
}
.wrapping_list_item--confirm_tit, .wrapping_list_item--disable_tit {
  margin-top: 8px;
  font-size: 0.75rem;
}
.wrapping_list_item--confirm, .wrapping_list_item--disable {
  width: 78px;
  position: relative;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 24px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .wrapping_list_item--confirm, .wrapping_list_item--disable {
    width: 100px;
    margin-right: 8px;
    margin-left: 0;
  }
}
.wrapping_list_item--disable .wrapping_list_item_img {
  position: relative;
}
.wrapping_list_item--disable .wrapping_list_item_img::after {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  width: 100%;
  height: calc(100% - 8px);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.625rem;
  content: "ラッピング不可";
  color: #fff;
}
@media screen and (min-width: 769px) {
  .wrapping_list_item--disable .wrapping_list_item_img::after {
    width: 100px;
    height: 100px;
    padding: 8px;
  }
}
.wrapping_list_item--disable .wrapping_list_item_img img {
  opacity: 0.5;
}
.wrapping_list_item--disable:hover {
  cursor: default;
}

/*
    form tit check_label_body
  ================================*/
.form_tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.form_tit > .badge {
  margin-left: 16px;
}

/*
  Shopping cart list style
============================*/
.radio_1col_item {
  padding: 16px;
  border-bottom: 1px solid #d0d0d0;
}
.radio_1col_item:last-of-type {
  border-bottom: none;
}
.radio_1col_item > .control--radio {
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .radio_1col_item > .control--radio {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 48px;
  }
}
.radio_1col_item > .control--radio > .control__indicator {
  top: 16px;
}
@media screen and (min-width: 769px) {
  .radio_1col_item > .control--radio > .control__indicator {
    top: 6px;
  }
}

.list-select {
  border-radius: 5px;
  margin-bottom: 40px;
}
.list-select__head {
  margin: 0;
  display: block;
  padding-left: 40px;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .list-select__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 16px;
    padding-left: 0;
  }
}
.list-select__des {
  padding-left: 40px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .list-select__des {
    font-size: 0.875rem;
    padding-left: 0;
  }
}

/*
  Delivery card
============================*/
.delivery_list {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .delivery_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.delivery_list__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .delivery_list__item {
    width: calc(33.3333333333% - 16px);
    margin-right: 16px;
    margin-bottom: 8px;
  }
}
.delivery_list__item > .control--radio {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  padding-left: 20px;
  margin-bottom: 0;
}
.delivery_list__item > .control--radio > .control__indicator {
  top: 40%;
}
.delivery_list__item .btn_change {
  width: 60px;
  word-break: keep-all;
}
.delivery_list__content {
  width: 210px;
  margin-left: 16px;
}
@media screen and (min-width: 769px) {
  .delivery_list__content {
    width: 164px;
  }
}
.delivery_list__more {
  display: none;
}
.delivery_list__more > .delivery_list {
  margin-bottom: 40px;
}

/*
  inner acc (confirm) style
============================*/
@media screen and (min-width: 769px) {
  .cart_acc_item {
    grid-template-columns: 100px 1fr 200px;
  }
}
.cart_acc_item .cart_name_inr > p {
  font-weight: 500;
}
.cart_acc_item .cart_name_inr > .cart_name--sub {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .cart_acc_item > .cart_img {
    margin: 16px;
  }
}
@media screen and (min-width: 769px) {
  .cart_acc_item > .cart_name {
    padding-left: 0;
    margin-left: 16px;
  }
}
.cart_acc_item .cart_tag {
  padding: 0px 5px;
}

/*
  Style during campaign setting
=================================*/
.cart_campaign__con {
  border: 1px solid #d0d0d0;
  padding: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .cart_campaign__con {
    padding: 16px;
  }
}
@media screen and (min-width: 769px) {
  .cart_campaign__con__inr {
    display: flex;
  }
}
.cart_campaign__con__inr--img {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .cart_campaign__con__inr--img {
    margin-right: 16px;
    flex-basis: 40%;
  }
}
.cart_campaign__con__inr--txt {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .cart_campaign__con__inr--txt {
    flex-basis: 60%;
  }
}
.cart_campaign__con__inr--txt > .btn_primary,
.cart_campaign__con__inr--txt > .btn_disabled {
  margin: 0;
}
.cart_campaign__con__inr--txt > .description {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .cart_campaign__con__inr--img, .cart_campaign__con__inr--txt {
    display: flex;
    justify-content: space-between;
    align-items: unset;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.cart_campaign__txt {
  font-size: 0.875rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .cart_campaign__txt {
    max-width: 355px;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 16px;
  }
}

/* cart payment information */
.cart_payment {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.cart_payment_cardimg {
  display: block;
}
.cart_payment_conveniimg {
  display: block;
}
@media screen and (min-width: 769px) {
  .cart_payment {
    grid-template-columns: 30% 1fr;
    gap: 0 24px;
  }
}

/*
	Styles related to product list pages
========================================*/
/*
	icon
================================*/
/*
	search block styles
================================*/
.search {
  border-radius: 5px;
  margin-bottom: 16px;
}
.search_head {
  border: 1px solid #d0d0d0;
  background: #fafafa;
  padding: 16px 8px;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 5px 5px 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .search_head {
    padding: 16px;
  }
}
@media screen and (min-width: 769px) {
  .search_head:hover {
    cursor: pointer;
  }
}
.search_head::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/></svg>');
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
}
.search_head.close {
  border-radius: 5px;
}
.search_head.close::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%494949" width="24px" height="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></svg>');
}
.search_body {
  border-radius: 0 0 5px 5px;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 16px 8px 24px 8px;
}
@media screen and (min-width: 769px) {
  .search_body {
    padding: 24px 24px 40px 24px;
  }
}
.search_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .search_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 24px;
  }
}
.search_item:last-of-type {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .search_item:last-of-type {
    margin-bottom: 40px;
  }
}
.search_item dd {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .search_item dd {
    width: 65%;
  }
}
@media screen and (min-width: 769px) {
  .search_item dd.select {
    width: 170px;
  }
}
.search_item .search_keyword,
.search_item select {
  width: 100%;
  height: 44px;
}
.search_item input[type=text] {
  height: 40px;
}
.search_item .control {
  font-size: 0.875rem;
}
.search_item .control--checkbox .control__indicator {
  top: -2px;
}
.search_price > dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_price > dd > input {
  width: calc(50% - 24px);
}
@media screen and (min-width: 769px) {
  .search_price > dd > input {
    width: calc(50% - 16px);
  }
}
.search_tit {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .search_tit {
    width: 25%;
  }
}
.search_conditions {
  font-size: 0.875rem;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d0d0d0;
}
@media screen and (min-width: 769px) {
  .search_conditions {
    margin-top: 24px;
    padding-bottom: 8px;
    display: flex;
  }
}
.search_conditions > dt {
  margin-bottom: 8px;
}
.search_conditions > dd {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .search_sort > dt {
    margin-right: 24px;
  }
}
.search_sort {
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .search_sort {
    justify-content: flex-end;
  }
}
.search_sort_link {
  color: #8e8e8e;
  margin-right: 8px;
}
.search_sort_link:last-of-type {
  margin-right: 0;
}
.search_sort_current {
  color: #494949;
  text-decoration: none;
  pointer-events: none;
}

/*
	large category styles
================================*/
.list_categorylinkbox_img {
  height: 110px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .list_categorylinkbox_img {
    height: 140px;
  }
}
.list_categorylinkbox_img > img {
  object-fit: cover;
  height: 100%;
}
.list_categorylinkbox_txt {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .list_categorylinkbox_txt {
    font-size: 1rem;
  }
}
.list_inr {
  padding: 0 8px 40px;
  font-size: 1rem;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .list_inr {
    padding: 0 56px 40px;
  }
}
.list_inr > .head_tit {
  margin-top: 0;
}
.list_inr .page_description {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .list_inr .page_description {
    margin-bottom: 40px;
  }
}
.list_inr .columnsarea--col3 {
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  grid-column-gap: 14px;
}
@media screen and (min-width: 769px) {
  .list_inr .columnsarea--col3 {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
    grid-column-gap: 13px;
  }
}
.list_inr .columnsarea--col3 .list_productsrankbox:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 769px) {
  .list_inr .columnsarea--col3 .list_productsrankbox:nth-child(n+4) {
    display: block;
  }
}
.list_inr .columnsarea--col3--async {
  grid-row-gap: 55px;
  grid-column-gap: 20px;
  margin-top: 56px;
}
@media screen and (min-width: 769px) {
  .list_inr .columnsarea--col3--async .list_productsrankbox {
    grid-column: auto/span 4;
    margin-right: 8px;
  }
}
.list_inr .columnsarea--col3--async .list_productsrankbox:nth-child(3) {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .list_inr .columnsarea--col3--async .list_productsrankbox:nth-child(3) ~ .list_productsrankbox {
    grid-column: auto/span 3;
    margin-right: 0;
  }
}
.list_inr .columnsarea--col3--async .list_productsrankbox_img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.list_inr .columnsarea--col3--async .list_productsrankbox_img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .list_inr .columnsarea--col3--async .list_productsrankbox_img img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .list_inr .columnsarea--col3--async {
    grid-template-columns: repeat(auto-fit, minmax(35px, 1fr));
    grid-row-gap: 68px;
    grid-column-gap: 12px;
    margin-top: 76px;
  }
}
.list_inr .columnsarea--col3--taito {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  margin-bottom: 40px;
  grid-row-gap: 16px;
}
@media screen and (min-width: 769px) {
  .list_inr .columnsarea--col3--taito {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-column-gap: 32px;
    grid-row-gap: 24px;
  }
}
.list_inr .columnsarea--col3--taito .list_categorylinkbox_img {
  position: relative;
  height: auto;
  overflow: hidden;
}
.list_inr .columnsarea--col3--taito .list_categorylinkbox_img::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.list_inr .columnsarea--col3--taito .list_categorylinkbox_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_inr .columnsarea--col3--taito .list_categorylinkbox_txt {
  font-size: 14px;
  text-align: left;
  margin-right: 8px;
}
.list_inr .columnsarea--col2 {
  grid-column-gap: 11px;
  grid-row-gap: 24px;
}
@media screen and (min-width: 769px) {
  .list_inr .columnsarea--col2 {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
  }
}
.list_inr .columnsarea--col3--center {
  grid-row-gap: 16px;
}
@media screen and (min-width: 769px) {
  .list_inr .columnsarea--col3--center {
    grid-column-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
.list_inr--img {
  background: #fff;
}
.list_link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 16px;
}
.list_link_item {
  display: inline-block;
  text-decoration: none;
  width: calc(50% - 16px);
  padding-left: 16px;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .list_link_item {
    width: calc(33.3333333333% - 16px);
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .list_link_item:hover {
    text-decoration: underline;
  }
}
.list_link_item::before {
  content: url('data:image/svg+xml;utf-8,<svg id="arrow_right-24px" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M11.71,15.29,14.3,12.7a1,1,0,0,0,0-1.41L11.71,8.7A1,1,0,0,0,10,9.41v5.17A1,1,0,0,0,11.71,15.29Z" fill="%494949"/></svg>');
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: -10%;
  left: -4%;
}
@media screen and (min-width: 769px) {
  .list_link_item::before {
    top: 0;
  }
}

/*
	list menu
================================*/
.list-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.list-menu__item {
  display: block;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  transition: 0.3s all ease-in;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .list-menu__item {
    width: calc(50% - 9px);
    margin-right: 18px;
    margin-bottom: 24px;
  }
  .list-menu__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .list-menu__item:last-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .list-menu__item:hover {
    border: 1px solid #B5B5B5;
  }
}
.list-menu__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  padding: 24px 20px;
}
@media screen and (min-width: 769px) {
  .list-menu__link {
    padding: 40px 24px;
  }
}
.list-menu__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.list-menu--simple {
  margin: 0 -8px;
}
.list-menu--simple .list-menu__item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0;
}
.list-menu--simple .list-menu__item:first-child {
  border-top: 1px solid #d0d0d0;
}
.list-menu--simple .list-menu__link {
  font-size: 0.875rem;
  position: relative;
  padding: 16px;
}
.list-menu--simple .list-menu__link::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  right: 3%;
  background: url(../img/common/navigate_next-gray.svg) no-repeat center;
}
.list-menu--simple .list-menu__icon {
  display: none;
}

.withdraw {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  text-decoration: none;
  margin-top: 24px;
  margin-bottom: 24px;
}
.withdraw span {
  text-decoration: underline;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .withdraw {
    justify-content: flex-end;
  }
}

/*
	List favorite
================================*/
.list-favorite {
  list-style: none;
}
.list-favorite__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  border-bottom: 1px solid #d0d0d0;
  padding: 16px 8px;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .list-favorite__item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 24px 16px;
  }
}
.list-favorite__body {
  display: flex;
  justify-content: flex-start;
  align-items: unset;
  flex-wrap: nowrap;
}
.list-favorite__img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.list-favorite__img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.list-favorite__info {
  margin-right: 16px;
}
@media screen and (min-width: 769px) {
  .list-favorite__info {
    width: 200px;
  }
}
.list-favorite__tag {
  display: inline-block;
  background: #B5B5B5;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 0 5px;
  margin-bottom: 8px;
  font-weight: 500;
}
.list-favorite__plan {
  font-size: 0.75rem;
  color: #bf1632;
}
.list-favorite__name {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.list-favorite__name + .description__sub {
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .list-favorite__name + .description__sub {
    font-size: 0.875rem;
  }
}
.list-favorite__otp {
  font-size: 0.875rem;
  color: #8e8e8e;
}
.list-favorite__price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.625rem;
}
.list-favorite__price-num {
  font-size: 0.875rem;
  font-weight: 500;
}
.list-favorite__point {
  display: flex;
  justify-content: unset;
  align-items: center;
  margin-bottom: 8px;
}
.list-favorite__point-txt {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
.list-favorite__point-txt span {
  font-size: 1rem;
}
.list-favorite__point-txt::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4dac92;
  margin-right: 4px;
  position: relative;
  bottom: 2px;
  left: 0;
}
.list-favorite__point-txt::after {
  position: absolute;
  bottom: 4px;
  left: 4px;
  content: "P";
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
}
.list-favorite__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .list-favorite__control {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-favorite__control button:nth-child(2) {
    margin: 8px 0;
  }
}
.list-favorite__control > .btn_primary {
  margin: 0;
  width: 33.3333333333%;
  height: 35px;
  font-size: 0.875rem;
}
.list-favorite__control > .btn_primary::after {
  display: none;
}
.list-favorite__control > .btn_view {
  width: calc(33.3333333333% - 8px);
  border-width: 1px;
  margin: 0;
}
.list-favorite__control > .btn_view::after {
  right: 3%;
}
.list-favorite__control > .btn_primary--disabled {
  width: calc(33.3333333333% - 8px);
  height: 35px;
  font-size: 0.875rem;
}
.list-favorite__control > .btn_primary--disabled::after {
  display: none;
}
.list-favorite__control .btn_delete {
  width: calc(33.3333333333% - 8px);
}
.list-favorite--manager .list-favorite__body {
  width: 100%;
}
.list-favorite--manager .list-favorite__info {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-direction: column;
  width: 100%;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .list-favorite--manager .list-favorite__info {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .list-favorite--manager .list-favorite__info-sub {
    margin-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .list-favorite--manager .list-favorite__control {
    width: 45%;
    flex-shrink: 0;
  }
}

/*
	List order info style
================================*/
.list-order-info__item {
  margin-bottom: 32px;
}
.list-order-info__item:last-of-type {
  margin-bottom: 40px;
}

/*
	label list
================================*/
.label_banner {
  margin-top: 40px;
  padding: 8px;
  border: 1px solid #ddd;
}
.label_banner a {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto auto;
  gap: 0 16px;
  grid-template-areas: "img title" "img link";
  align-content: space-between;
  text-decoration: none;
}
.label_banner_img {
  grid-area: img;
  height: 100%;
}
.label_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.label_banner_tit {
  margin: 4px 0 0;
  grid-area: title;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 500;
}
.label_banner_tit:hover {
  text-decoration: underline;
}
.label_banner_link {
  grid-area: link;
  justify-self: end;
  align-self: end;
  margin: 0;
}
.label_banner_link > .withdraw {
  margin: 0;
  font-size: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .label_banner {
    padding: 16px;
  }
  .label_banner a {
    grid-template-columns: 35% 1fr;
  }
  .label_banner_img:hover {
    opacity: 0.7;
  }
  .label_banner_tit {
    font-size: 1rem;
  }
  .label_banner_tit:hover {
    text-decoration: underline;
  }
  .label_banner:link > .withdraw {
    font-size: 0.875rem;
  }
}

/*
	Detail styles
================================*/
.history_inr {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .history_inr {
    margin-bottom: 32px;
  }
}
.history_inr > .btn_secondary--next {
  margin: 40px auto;
}
.history .detail_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 2px solid #d0d0d0;
}
.history .detail_delivery__info {
  padding-bottom: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #d0d0d0;
}
.history .detail_delivery__info:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .history .detail_delivery__info:last-of-type {
    margin-bottom: 0;
  }
}
.history .detail_delivery__info .textlink_item--next {
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .history .detail_delivery__info .textlink_item--next {
    justify-content: flex-end;
  }
}
.history .detail_delivery__info__item--num {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
}
@media screen and (min-width: 769px) {
  .history .detail_delivery__info__item--num {
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 16px;
  }
}
.history .detail_delivery__info__item--num > dd > .textlink_item--next {
  font-size: 0.875rem;
}
.history .check_label_button {
  padding-left: 16px;
}
.history .check_label_body {
  padding: 0 16px 24px;
}
.history .check_label_body > p {
  margin-bottom: 16px;
}
.history .check_label_body > p:last-of-type {
  margin-bottom: 0;
}
.history .cart_total {
  padding-top: 0;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  justify-content: space-between;
  margin-bottom: 40px;
}
.history .cart_total .definitions:last-of-type {
  margin-bottom: 0;
}
.history .cart_total_inr {
  padding-top: 0;
  border-top: none;
  grid-column: 1/3;
}
.history .cart_total_box {
  margin-top: 16px;
  grid-column: 1/3;
}
.history .page_tit--detail {
  font-size: 1rem;
  font-weight: 500;
}
.history_header_bnr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.history_header_bnr picture, .history_header_bnr sorce {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .history_header_bnr {
    grid-template-columns: repeat(2, 1fr);
  }
}

.history-contact-btn {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 32px 16px;
}
.history-contact-btn__last {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.history-contact-btn .textlink {
  align-self: center;
}
.history-contact-btn .textlink a {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .history-contact-btn .textlink {
    align-self: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .history-contact-btn {
    grid-template-columns: auto minmax(max-content, 1fr);
  }
  .history-contact-btn__last {
    align-items: flex-end;
    order: 2;
  }
  .history-contact-btn__last a {
    margin: 0;
  }
  .history-contact-btn__first {
    order: 1;
  }
}

@media screen and (min-width: 769px) {
  .customer {
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
}
.customer .feature_notice_inr {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .customer .feature_notice_inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.customer .progress-group {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .customer .progress-group {
    width: 480px;
  }
}
.customer .progress__step {
  width: 80px;
}
@media screen and (min-width: 769px) {
  .customer .progress__step {
    width: 130px;
  }
}
.customer .progress__step-btn::after {
  width: 80px;
}
@media screen and (min-width: 769px) {
  .customer .progress__step-btn::after {
    width: 130px;
  }
}
@media screen and (min-width: 769px) {
  .customer .customer-form_inr-content--half > .form-row {
    display: inline-flex;
    flex-direction: column;
    width: 49%;
    margin-bottom: 0;
  }
}

/*
	accordion
================================*/
.accordion__content {
  padding: 24px;
}

.accordion__password {
  display: none;
}
.accordion__password > .customer-form_inr-content {
  padding: 0;
  padding-top: 16px;
}

/*
  mypage
================================*/
.pager + .mypage-tpotopbtn {
  margin-top: -40px;
}

.ec-layoutRole__main .pager {
  margin-bottom: 40px;
}

/* entry
================================*/
.email_note {
  display: none;
  padding: 16px;
  background: rgba(191, 22, 50, 0.1);
  overflow: hidden;
}
.email_note.is-show {
  display: block;
}

.email_alert {
  margin-top: 8px;
  width: 100%;
  font-size: 0.875rem;
  color: #bf1632;
}
.email_alert + .note {
  margin-top: 8px;
}

.review__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 18px;
}
.review__group .head_tit {
  margin: 0px;
  font-weight: 500;
}
.review__status {
  display: flex;
}
.review__status label.control {
  margin-right: 32px;
}

.rating_top--product .rating_top__img {
  height: 80px;
  width: 80px;
}

.rating-top--review {
  margin-bottom: 8px;
}

.review-customer-info {
  margin-bottom: 24px;
  padding: 16px;
  background-color: #fafafa;
  width: 100%;
}
.review-customer-info th {
  text-align: left;
  font-size: 0.75rem;
  font-weight: 400;
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
  padding: 8px 16px 8px 0;
}
.review-customer-info td {
  text-align: left;
  width: 100%;
  padding: 8px 0 8px 8px;
}
@media screen and (min-width: 769px) {
  .review-customer-info {
    margin-bottom: 32px;
    padding: 16px;
  }
}

.rating_object-input {
  flex-direction: column;
}

.staff-reply {
  border-radius: 5px;
  background-color: #fafafa;
  position: relative;
  padding: 16px 8px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .staff-reply {
    font-size: 1rem;
    padding: 16px;
  }
}
.staff-reply::after {
  content: url(../img/common/triangle_up.svg);
  display: block;
  width: 28px;
  height: 24px;
  position: absolute;
  top: -11%;
  left: 14%;
}
@media screen and (min-width: 769px) {
  .staff-reply::after {
    left: 9%;
  }
}
.staff-reply__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.staff-reply__name {
  font-weight: 500;
}
.staff-reply__time {
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .staff-reply__time {
    font-size: 0.875rem;
  }
}
.staff-reply__body {
  margin-bottom: 16px;
  letter-spacing: 0.075em;
}
.staff-reply__fot {
  font-size: 0.875rem;
}

#new_review_contents .content_inr {
  padding: 24px 0;
}
#new_review_contents .content_inr .head_tit {
  padding-left: 8px;
  padding-right: 8px;
}
#new_review_contents .content_inr .slick-dots {
  width: 100%;
  bottom: -34px;
}
#new_review_contents .content_inr .new_review_slider .slick-track {
  display: flex;
}
#new_review_contents .content_inr .new_review_slider .new_review_item {
  width: 90vw;
  height: auto !important;
  margin: 0 4px;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-areas: "comment" "product";
  background-color: #F7F7F7;
  padding: 32px 16px 24px;
}
#new_review_contents .content_inr .new_review_slider .new_review_product {
  grid-area: product;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 50px 1fr;
  grid-template-areas: "img txt" "link link";
  gap: 16px;
  align-items: center;
  border-top: 1px solid #d0d0d0;
  padding-top: 24px;
}
#new_review_contents .content_inr .new_review_slider .new_review_product__name {
  grid-area: txt;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.8125rem;
}
#new_review_contents .content_inr .new_review_slider .new_review_product__name a {
  display: -webkit-box;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#new_review_contents .content_inr .new_review_slider .new_review_product__img {
  grid-area: img;
  line-height: 0;
}
#new_review_contents .content_inr .new_review_slider .new_review_product__img a {
  display: inline-block;
}
#new_review_contents .content_inr .new_review_slider .new_review_product__link {
  grid-area: link;
  text-align: right;
  font-size: 0.625rem;
}
#new_review_contents .content_inr .new_review_slider .new_review_comment {
  grid-area: comment;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content 1fr auto;
  grid-template-areas: "rating postdata" "txt txt" "userdata userdata";
  gap: 24px;
  padding-bottom: 24px;
}
#new_review_contents .content_inr .new_review_slider .new_review_comment__rating {
  grid-area: rating;
  align-self: center;
}
#new_review_contents .content_inr .new_review_slider .new_review_comment__postdata {
  grid-area: postdata;
  font-size: 0.625rem;
  justify-self: end;
  align-self: center;
}
#new_review_contents .content_inr .new_review_slider .new_review_comment__variation {
  margin-bottom: 8px;
  font-size: 0.875rem;
}
#new_review_contents .content_inr .new_review_slider .new_review_comment__variation--em {
  font-weight: 500;
}
#new_review_contents .content_inr .new_review_slider .new_review_comment__txt {
  grid-area: txt;
}
#new_review_contents .content_inr .new_review_slider .new_review_comment__comment {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#new_review_contents .content_inr .new_review_slider .new_review_comment__userdata {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-area: userdata;
  gap: 0.5em;
  text-align: right;
  font-size: 0.8125rem;
}
#new_review_contents .content_inr .new_review_slider .new_review_comment__userdata--name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: calc(100% - 1em);
}
#new_review_contents .content_inr .new_review_slider .new_review_comment__userdata--suffix {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #new_review_contents .content_inr {
    padding: 40px 56px;
  }
  #new_review_contents .content_inr .head_tit {
    padding-left: 0;
    padding-right: 0;
  }
  #new_review_contents .content_inr .new_review_slider {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #new_review_contents .content_inr .new_review_slider .new_review_item {
    width: auto;
    height: auto !important;
    margin: unset;
    padding: 32px 32px 24px;
  }
  #new_review_contents .content_inr .new_review_slider .new_review_item:nth-of-type(n+4) {
    display: none;
  }
  #new_review_contents .content_inr .new_review_slider .new_review_product {
    grid-template-columns: 40px 1fr;
    grid-template-rows: 40px 1fr;
  }
  #new_review_contents .content_inr .new_review_slider .new_review_comment {
    grid-area: comment;
    display: grid;
    grid-template-columns: min-content 1fr auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "rating userdata postdata" "txt txt txt";
    gap: 24px;
    padding-bottom: 24px;
  }
  #new_review_contents .content_inr .new_review_slider .new_review_comment__comment {
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #new_review_contents .content_inr .new_review_slider .new_review_comment__userdata {
    font-size: 0.625rem;
    justify-self: end;
    align-self: center;
  }
}

_::-webkit-full-page-media, _:future, :root #new_review_contents .content_inr .new_review_slider .new_review_item {
  max-height: 405px;
}

@media screen and (min-width: 769px) {
  _::-webkit-full-page-media, _:future, :root #new_review_contents .content_inr .new_review_slider .new_review_item {
    max-height: unset;
  }
}
/*
	box-order
================================*/
.box-order {
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  margin-bottom: 32px;
}
.box-order:last-of-type {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .box-order:last-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .box-order {
    margin-bottom: 40px;
  }
}
.box-order__head {
  text-decoration: none;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d0d0d0;
  background-color: #fafafa;
  border-radius: 5px 5px 0 0;
  padding: 16px 8px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .box-order__head {
    padding: 16px;
  }
  .box-order__head:hover {
    cursor: pointer;
  }
  .box-order__head:hover .textlink_item--next {
    text-decoration: none;
  }
}
.box-order__head::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.41" height="12" viewBox="0 0 7.41 12"><path id="Path_1877" data-name="Path 1877" d="M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z" transform="translate(-8.59 18) rotate(-90)" fill="%494949"/></svg>');
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .box-order__head::after {
    display: none;
  }
}
.box-order__head > .textlink_item--next {
  display: none;
}
@media screen and (min-width: 769px) {
  .box-order__head > .textlink_item--next {
    display: inline-flex;
    width: auto;
    margin-left: auto;
    font-size: 0.875rem;
  }
}
.box-order__info {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .box-order__info:first-of-type {
    margin-right: 16px;
  }
}
.box-order__info-group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .box-order__info-group {
    flex-direction: row;
  }
}
.box-order__info-label {
  font-size: 0.875rem;
  color: #8e8e8e;
}
.box-order__info-content {
  font-size: 0.875rem;
}
.box-order__info-content small {
  font-size: 0.8125rem;
}
.box-order__status {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 120px;
  height: 35px;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #4dac92;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .box-order__status {
    margin-right: 16px;
  }
}
.box-order__status.is-shipped {
  background-color: #9DAFA3;
}
.box-order__status.is-canceled {
  background-color: #B5B5B5;
}
.box-order__status.is-waiting {
  background-color: #d9bd60;
}
.box-order__foot {
  display: flex;
  justify-content: unset;
  align-items: center;
  border-top: 1px solid #d0d0d0;
  padding: 16px 8px;
}
@media screen and (min-width: 769px) {
  .box-order__foot {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.box-order__foot > .btn_standard {
  flex-shrink: 0;
  width: 130px;
  height: 35px;
  font-size: 0.875rem;
  margin: 0;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .list-favorite--history .list-favorite__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.list-favorite--history .list-favorite__item {
  border-bottom: 1px dashed #d0d0d0;
}
.list-favorite--history .list-favorite__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .list-favorite--history .list-favorite__body {
    flex-basis: 65%;
  }
}
.list-favorite--history .list-favorite__info {
  flex-direction: column;
  margin-right: 24px;
}
.list-favorite--history .list-favorite__price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.625rem;
}
.list-favorite--history .list-favorite__price-num {
  font-size: 0.875rem;
  font-weight: 500;
}
.list-favorite--history .list-favorite__point {
  display: inline-flex;
  align-items: center;
}
.list-favorite--history .list-favorite__point-txt {
  font-size: 0.625rem;
}
.list-favorite--history .list-favorite__point-txt span {
  font-size: 0.8125rem;
}
.list-favorite--history .list-favorite__point-txt::before {
  width: 14px;
  height: 14px;
}
.list-favorite--history .list-favorite__point-txt::after {
  bottom: 3px;
  left: 4px;
  font-size: 0.5625rem;
}
.list-favorite--history .list-favorite__qty {
  font-size: 0.625rem;
}
.list-favorite--history .list-favorite__qty:first-of-type {
  margin-right: 16px;
}
.list-favorite--history .list-favorite__qty-num {
  font-size: 0.875rem;
  font-weight: 500;
}
.list-favorite--history .list-favorite__qty__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-favorite--history .list-favorite__control {
  display: grid;
  grid-auto-columns: calc(50% - 8px) calc(50% - 8px);
  grid-template-rows: 35px;
}
@media screen and (min-width: 769px) {
  .list-favorite--history .list-favorite__control {
    margin-top: 16px;
    flex-basis: 35%;
  }
}
.list-favorite--history .list-favorite__control > .btn_primary--disabled {
  margin: 0;
  width: 100%;
}
.list-favorite--history .list-favorite__control > .btn_primary--disabled:first-of-type {
  grid-column: 1/2;
}
@media screen and (min-width: 769px) {
  .list-favorite--history .list-favorite__control > .btn_primary--disabled:first-of-type {
    margin-left: 0;
  }
}
.list-favorite--history .list-favorite__control > .btn_primary--disabled:last-of-type {
  grid-column: 2/3;
}
.list-favorite--history .list-favorite__control > .btn_view {
  width: 100%;
}
.list-favorite--history .list-favorite__control > .btn_view:first-of-type {
  grid-column: 1/2;
}
@media screen and (min-width: 769px) {
  .list-favorite--history .list-favorite__control > .btn_view:first-of-type {
    margin-left: 0;
  }
}
.list-favorite--history .list-favorite__control > .btn_view:last-of-type {
  grid-column: 2/3;
}
.list-favorite--mail .list-favorite__item {
  border-bottom: 1px solid #d0d0d0;
}
.list-favorite--mail .list-favorite__item:last-of-type {
  border-bottom: 1px solid #d0d0d0;
}
.list-favorite--mail .list-favorite__info {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .list-favorite--mail .list-favorite__info {
    width: 100%;
  }
}
.list-favorite--mail .list-favorite__control > .btn_view {
  width: 49%;
}
@media screen and (min-width: 769px) {
  .list-favorite--mail .list-favorite__control > .btn_view {
    width: 100px;
  }
}
.list-favorite--mail .list-favorite__control > .btn_view:first-of-type {
  margin-right: 8px;
}
.list-favorite--mail .list-favorite__control > .btn_delete {
  width: calc(33.3333333333% - 43px);
}
@media screen and (min-width: 769px) {
  .list-favorite--mail .list-favorite__control > .btn_delete {
    width: 75px;
  }
}
.list-favorite--mail .list-favorite__point {
  display: flex;
}
.list-favorite--mail .list-favorite__point-txt {
  font-size: 0.875rem;
}
.list-favorite--mail .list-favorite__point-txt::before {
  width: 18px;
  height: 18px;
}
.list-favorite--mail .list-favorite__point-txt::after {
  bottom: 3px;
  left: 5px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .list-favorite--mail .list-favorite__point-txt::after {
    left: 6px;
  }
}

/*
	Return / Exchange Page Style
================================*/
.check_label--product__wrap {
  flex-direction: column;
  margin-bottom: 0;
  width: 100%;
}
.check_label--product__order {
  padding-top: 8px;
  padding-bottom: 16px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px dashed #d0d0d0;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 769px) {
  .check_label--product__order {
    padding-bottom: 24px;
    grid-template-columns: 60px 1fr;
  }
}
.check_label--product__order > .control--product {
  grid-column: 1/3;
}
.check_label--product__order > .control {
  padding-left: 44px;
}
@media screen and (min-width: 769px) {
  .check_label--product__order > .control {
    padding-left: 60px;
  }
}
.check_label--product__order:last-of-type {
  border-bottom: none;
  padding-bottom: 24px;
}
.check_label--product .control--confirm {
  padding-left: 8px;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .check_label--product .control--confirm {
    padding-left: 24px;
    padding-top: 24px;
  }
}
.check_label--product > .control {
  height: min-content;
}

.order-content {
  grid-row: 2/3;
  grid-column: 2/3;
  margin-right: 8px;
}
.order-content--group {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  justify-content: flex-start;
}
.order-content--group > .group-title {
  margin-right: 16px;
  word-break: keep-all;
}
.order-content--group > .group-title > label {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .order-content--group > .select {
    width: 100%;
    max-width: 244px;
  }
}
.order-content--group > .select > .is-empty {
  color: #b5b5b5;
}
.order-content--confirm {
  grid-column: 1/3;
  padding-left: 8px;
}
@media screen and (min-width: 769px) {
  .order-content--confirm {
    padding-left: 24px;
    padding-bottom: 24px;
  }
}

.mailmagazine .notice .notice_item {
  padding-left: 1em;
}
.mailmagazine .notice .notice_item::before {
  margin-left: -1em;
}
.mailmagazine .customer-form__group-single input {
  margin-bottom: 0;
}

.shopping_attention > svg {
  margin-right: 8px;
}
.shopping_attention {
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .shopping_attention {
    font-size: 1.125rem;
  }
}
.shopping_order {
  color: #4dac92;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .shopping_order {
    font-size: 1.125rem;
  }
}
.shopping_order--em {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .shopping_order--em {
    font-size: 1.25rem;
  }
}
.shopping-form {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .shopping-form .customer-form_inr-content .btn_primary--next {
    margin-left: 0;
    margin-right: auto;
  }
}
.shopping_faq {
  list-style: disc;
  padding-left: 16px;
}
@media screen and (min-width: 769px) {
  .shopping_faq {
    display: flex;
    flex-wrap: wrap;
  }
}
.shopping_faq__item {
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .shopping_faq__item {
    width: 50%;
    margin-bottom: 8px;
  }
}
.shopping_faq__item > .textlink {
  font-size: 1rem;
}

.complate__tit {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .complate__tit {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.complate__content {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .complate__content {
    text-align: center;
  }
}
.complate__content .textlink--acc {
  font-size: inherit;
}

/*
	静的パーツ用のスタイルです
================================*/
.parts_content {
  background: #fff;
  padding-bottom: 76px;
  margin-bottom: 80px;
}
.parts_content_inr {
  padding: 0 8px;
}
@media screen and (min-width: 769px) {
  .parts_content_inr {
    padding: 0 56px;
  }
}
.parts_content_sec {
  margin-bottom: 24px;
}
.parts_mv {
  margin-bottom: 24px;
}
.parts_h1 {
  font-weight: 500;
  margin: 0;
  font-size: 1.5rem;
  margin-bottom: 32px;
}
.parts_h2 {
  font-weight: 500;
  margin: 0;
  font-size: 1.125rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .parts_h2 {
    font-size: 1.25rem;
  }
}
.parts_h3 {
  font-weight: 500;
  margin: 0;
  font-size: 1rem;
}
.parts_txt {
  font-size: 1rem;
  margin-bottom: 8px;
}
.parts_txt--em {
  font-weight: 700;
}
.parts_txt_small {
  font-size: 0.8125rem;
  margin-bottom: 8px;
}
.parts_txt_small--em {
  font-weight: 700;
}
.parts_notice {
  font-size: 0.875rem;
}
.parts_notice::before {
  content: "※";
}
.parts_notice--red {
  font-size: 0.875rem;
}
.parts_notice--red::before {
  content: "※";
}
.parts_notice--red {
  color: #bf1632;
  margin-bottom: 16px;
}
.parts_notice--gray {
  font-size: 0.875rem;
}
.parts_notice--gray::before {
  content: "※";
}
.parts_notice--gray {
  color: #8e8e8e;
}
.parts_parentheses, .parts_list {
  font-size: 1rem;
}
.parts_parentheses {
  margin: 16px 0;
  padding: 0;
  padding-left: 48px;
}
.parts_parentheses__item {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -42px;
}
.parts_parentheses__item::before {
  display: marker;
  content: "（" counter(cnt) "）";
}
.parts_list {
  margin: 16px 0;
  padding-left: 24px;
}
.parts_link {
  color: #4dac92;
}
@media screen and (min-width: 769px) {
  .parts_link:hover {
    text-decoration: none;
  }
}
.parts_table {
  border-radius: 5px;
  border: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .parts_table {
    border-radius: 0;
  }
}
.parts_table_inr {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 769px) {
  .parts_table_inr {
    grid-template-columns: 210px 1fr;
    border-bottom: 1px solid #D0D0D0;
  }
}
.parts_table_inr:first-of-type .parts_table--head {
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 769px) {
  .parts_table_inr:first-of-type .parts_table--head {
    border-radius: 0;
  }
}
.parts_table_inr:last-of-type {
  border-bottom: none;
}
.parts_table--head {
  background: #FAFAFA;
  padding: 16px 8px;
  font-size: 1rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .parts_table--head {
    padding: 16px 24px;
    border-right: 1px solid #d0d0d0;
  }
}
.parts_table--txt {
  font-size: 1rem;
  padding: 16px 8px 24px;
}
@media screen and (min-width: 769px) {
  .parts_table--txt {
    padding: 16px 24px;
  }
}
.parts_btn_standard, .parts_btn_primary {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .parts_btn_standard, .parts_btn_primary {
    max-width: 300px;
  }
}
.parts_btn_primary {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .parts_btn_primary {
    margin-bottom: 0;
  }
}
.parts_btn_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .parts_btn_group {
    flex-direction: row;
    margin-bottom: 80px;
  }
}

.wrap {
  overflow: hidden;
}

/*
Display based on the Specified Commercial Transactions Law
==========================================================*/
.list-cus-info__item {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .list-cus-info__item {
    margin-bottom: 32px;
  }
}
.list-cus-info__item:last-of-type {
  margin-bottom: 0;
}
.list-cus-info__body p {
  margin-bottom: 8px;
  line-height: 1.9;
}
.list-cus-info__body p:last-child {
  margin-bottom: 0;
}
.list-cus-info__body a {
  color: #4dac92;
}
.list-cus-info__body address {
  font-style: normal;
}
.list-cus-info .head_tit--underline {
  margin-top: 0;
  margin-bottom: 16px;
}

/*
	Smartphone screen display class
================================*/
@media screen and (min-width: 769px) {
  .display-sp {
    display: none;
  }
}

/*
	Pc screen display class
================================*/
.display-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .display-pc {
    display: block;
  }
}

/*
	margin padding styles
================================*/
.m0 {
  margin: 0;
}

.pb0 {
  padding-bottom: 0;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.pl0 {
  padding-left: 0;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.mr8 {
  margin-right: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mt24 {
  margin-top: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.pt16 {
  padding-top: 16px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt56 {
  padding-top: 56px;
}

.pt64 {
  padding-top: 64px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}/*# sourceMappingURL=style.css.map */