@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
================================*/
/*
	colouring font
================================*/
/*
	small 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
================================*/
.categorylinkbox {
  text-decoration: none;
  margin: 0 0 24px 0;
}
.categorylinkbox_txt {
  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 {
  font-size: 0.75rem;
}

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;
}
.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;
}
.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;
}
@media screen and (min-width: 769px) {
  .btn_cart--mail > .btn_cart_inr {
    width: 60%;
  }
}
.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 {
  background: #F0F1F1;
}
@media screen and (min-width: 769px) {
  .btn_cart--mail--cansel > .btn_cart_inr {
    width: 60%;
  }
}
.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_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;
}

.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%;
  }
}

/*
	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;
  }
}

.columnbox {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.columnbox_tit {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.columnbox_img {
  flex-shrink: 0;
}
.columnbox_txt {
  position: relative;
  width: 100%;
  margin: 0 0 0 10px;
}
.columnbox_txt--bottom {
  position: absolute;
  text-align: right;
  bottom: 16px;
  right: 0;
  bottom: 0;
}
.columnbox_txt--sub {
  color: #8e8e8e;
  font-size: 0.75rem;
}
.columnbox:last-of-type {
  margin-bottom: 48px;
  border: none;
}
.products_detial_inr > .columnbox:last-of-type {
  margin: 0;
}

.feed--info {
  display: block;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 16px;
  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 16px 0 16px;
}
.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;
  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;
}
.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: #8e8e8e;
}
.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_name > p:last-of-type {
  margin-bottom: 24px;
}
.list_productsbox_tit {
  font-size: 0.875rem;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.list_productsbox_img {
  position: relative;
  margin-bottom: 8px;
}
.list_productsbox_txt {
  position: relative;
}
.list_productsbox_txt--sub {
  font-size: 0.75rem;
  color: #8e8e8e;
}
.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: 4px;
  left: 4px;
}
.list_productsbox_tag--new {
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 3px;
  position: absolute;
  bottom: 4px;
  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: 4px;
  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_name > p:last-of-type {
  margin-bottom: 24px;
}
.recommend_productsbox_tit {
  font-size: 0.875rem;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.recommend_productsbox_img {
  position: relative;
  margin-bottom: 8px;
}
.recommend_productsbox_txt {
  position: relative;
}
.recommend_productsbox_txt--sub {
  font-size: 0.75rem;
  color: #8e8e8e;
}
.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;
  }
}

.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;
  }
}

/*
	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;
}

/*
	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 .list_productsrankbox_num-1 {
  width: 23px;
  height: 23px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-1 {
    width: 28px;
    height: 28px;
    top: -24%;
  }
}
.list_productsrankbox--top .list_productsrankbox_num-2 {
  width: 23px;
  height: 23px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-2 {
    width: 28px;
    height: 28px;
    top: -24%;
  }
}
.list_productsrankbox--top .list_productsrankbox_num-3 {
  width: 23px;
  height: 23px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-3 {
    width: 28px;
    height: 28px;
    top: -24%;
  }
}
.list_productsrankbox--top .list_productsrankbox_num-4 {
  width: 23px;
  height: 23px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-4 {
    width: 28px;
    height: 28px;
    top: -24%;
  }
}
.list_productsrankbox--top .list_productsrankbox_num-5 {
  width: 23px;
  height: 23px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .list_productsrankbox--top .list_productsrankbox_num-5 {
    width: 28px;
    height: 28px;
    top: -24%;
  }
}
.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: 0 0 40px 0;
}
.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;
  }
}
@media screen and (min-width: 769px) {
  .thumbnail--lage {
    height: auto;
  }
}
.thumbnail_img {
  margin: 0 0 8px 0;
  position: relative;
}
.thumbnail_tit {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.thumbnail__check {
  position: absolute;
  bottom: 10%;
  left: 9%;
}

/*
	common mixin style
================================*/
.form {
  position: relative;
}
.form > input[type=search] {
  width: 100%;
}
.form_button {
  position: absolute;
  top: 30%;
  right: 5%;
  padding: 0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .form_button {
    right: 10%;
  }
}

input[type=search],
input[type=text],
textarea {
  height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 0 0 0 10px;
}
input[type=search]:focus,
input[type=text]:focus,
textarea:focus {
  outline: 0;
  border: 1px #4dac92 solid;
  box-shadow: 0px 0px 5px 1px rgba(77, 172, 147, 0.2274509804);
}
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],
textarea[disabled],
textarea[readonly],
textarea fieldset[disabled] {
  background: #FAFAFA;
  border: 1px solid #d0d0d0;
  color: #B5B5B5;
}
input[type=search],
input[type=text],
textarea {
  -webkit-appearance: none;
}

/*
	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;
  }
}

a {
  color: #494949;
}

body {
  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(180px, 186px));
  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, 185px));
    grid-template-rows: auto;
  }
}
.columnsarea--card_narrow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 186px));
  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, 185px));
    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 {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .columnsarea--checked {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.columnsarea--related {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .columnsarea--related {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.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: 24px auto;
  }
  .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;
}

/*
	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 {
  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 {
    margin-bottom: 24px;
  }
}

/*
	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;
}

/*
	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: none;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_arrow-circle.svg) no-repeat center;
  position: absolute;
  top: -20%;
  right: -15%;
}

@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 > .form_input--text::placeholder {
    font-size: 0.75rem;
    color: #B5B5B5;
  }
  .gblheader_navitem--search .form > .form_input--text:not(:placeholder-shown) {
    font-size: 0.875rem;
  }
}
.gblheader_navitem--search .form_button {
  right: 5%;
}
.gblheader_navitem--ico--home {
  width: 50px;
  height: 100%;
  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;
  height: 100%;
  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;
  height: 100%;
  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;
  height: 100%;
  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;
  height: 100%;
  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 {
  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_search .form_input--text::placeholder {
  color: #B5B5B5;
}
.menu_navitem_form {
  padding: 16px;
  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: flex;
  justify-content: space-between;
  align-items: center;
  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: flex;
  justify-content: space-between;
  align-items: center;
  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 {
  height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 0 0 0 10px;
}
.sidemenu_search .sidemenu_search_form:focus {
  outline: 0;
  border: 1px #4dac92 solid;
  box-shadow: 0px 0px 5px 1px rgba(77, 172, 147, 0.2274509804);
}
.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;
}

@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;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .content_inr {
    padding: 40px 56px;
    margin-bottom: 24px;
  }
}
.content--wide {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .content--wide .page_inr .category_tit,
  .content--wide .page_inr .article_tit,
  .content--wide .page_inr .post-detail {
    margin: 0 auto;
    max-width: 640px;
  }
}

.page_inr.is-serif {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "Yu Mincho Demibold", serif;
}
.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;
  }
}

.column_status_disable {
  background: rgba(191, 22, 50, 0.05);
  border: 4px solid #bf1632;
}
.column_status_disable_inr {
  margin-bottom: 0;
  padding: 32px 56px;
}
.column_status_disable_tit {
  text-align: center;
  font-size: 1.375rem;
  color: #bf1632;
}
.column_status_disable p {
  text-align: center;
  font-size: 1rem;
}

/*
	content horizontal
================================*/
/*
	content styles
================================*/
.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;
}

/* こんな方におすすめです */
.m-recommended-block {
  margin: 48px auto 32px;
  border: 1px solid #4dac92;
}
.m-recommended-block .wp-block-group__inner-container {
  position: relative;
  padding: 40px 24px;
}
.m-recommended-block .wp-block-group__inner-container h2 {
  position: absolute;
  top: -1em;
  left: calc(50% - 5.5em);
  margin: 0;
  padding: 0 8px;
  font-size: 1rem;
  font-weight: 400;
  background: #fff;
  color: #4dac92;
}
.m-recommended-block .wp-block-group__inner-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-recommended-block .wp-block-group__inner-container ul li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0 16px;
  font-size: 1.125rem;
  line-height: 1.6;
}
.m-recommended-block .wp-block-group__inner-container ul li::before {
  display: block;
  width: 24px;
  height: 26px;
  background: url(../img/common/ico_checkbox.svg) no-repeat left 2px;
  background-size: contain;
  content: "";
}
.m-recommended-block .wp-block-group__inner-container ul li + li {
  margin-top: 24px;
}

/* 特徴 */
.m-summary-block {
  margin: 48px auto 32px;
  background-color: #F6FBF9;
  padding: 32px 20px 16px;
}
.m-summary-block .ms-summary-block-row {
  display: flex;
  justify-content: start;
  flex-direction: column;
}
.m-summary-block .ms-summary-block-row h6 {
  color: #4dac92;
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 4px;
}
.m-summary-block .ms-summary-block-row p {
  margin-bottom: 16px;
}

/* ベストバイ・比較 */
.post-detail h2.m-special-h2 {
  display: flex;
  justify-content: center;
  margin: 72px auto 24px;
  color: #fff;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0;
  background-color: transparent;
}
.post-detail h2.m-special-h2 .m-special-h2-inner {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 4px 24px;
  background-color: #9DAFA3;
  border-radius: 9999px;
}
.post-detail h2.m-special-h2 .m-special-h2-inner::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #9DAFA3;
}

.post-detail h3.m-special-h3 {
  font-size: 1.25rem;
  padding: 16px 8px;
  border: 1px solid #494949;
  border-right: none;
  border-left: none;
  text-indent: 0;
}
.post-detail h3.m-special-h3::before {
  content: none;
}

.post-detail h4.m-bestbuy-h4 {
  font-size: 1rem;
  padding-left: 25px;
  text-indent: -25px;
}
.post-detail h4.m-bestbuy-h4::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 8px;
  display: inline-block;
  background: url(../img/post/ico_crown.svg) no-repeat;
  background-size: contain;
}

.post-detail h5.m-voice-ttl {
  margin: 48px 0 16px;
  font-size: 13px;
  font-weight: 600;
}

.m-voice-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.m-voice-block .ms-voice-icon {
  width: 40px;
  height: 40px;
  margin: 16px 16px 0 0;
}
.m-voice-block .ms-voice-inner {
  position: relative;
  background-color: #F0F1F1;
  padding: 24px 16px;
}
.m-voice-block .ms-voice-inner::before {
  content: "";
  position: absolute;
  top: 44px;
  left: -16px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-right: 12px solid #F0F1F1;
}
.m-voice-block .ms-voice-inner .ms-voice-text {
  font-size: 15px;
}
.m-voice-block .ms-voice-inner .ms-voice-name {
  margin: 0;
  font-size: 0.75rem;
  color: #969696;
  text-align: right;
}

.post-detail .m-compare-list-wrap {
  border: dotted 1px #494949;
  margin-top: 80px;
  padding: 16px 16px 0 16px;
}
.post-detail .m-compare-list-h2 {
  background-color: transparent;
  display: flex;
  justify-content: center;
  margin: -36px auto 0;
  padding: 0;
}
.post-detail .m-compare-list-h2-inner {
  display: inline-block;
  margin: 0 auto;
  padding: 8px 32px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #494949;
  border-radius: 100vmax;
  background-color: #fff;
}
.post-detail .m-compare-list-ol {
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-detail .m-compare-list-li {
  width: 46.5%;
  position: relative;
  list-style-type: none;
  margin: 0 0 16px;
}
.post-detail .m-compare-list-li-no {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 38px;
  height: 38px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4dac92;
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
}
.post-detail .m-compare-list-li .ms-img {
  position: relative;
  display: block;
  margin: 0 auto 8px;
  overflow: hidden;
}
.post-detail .m-compare-list-li .ms-img::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.post-detail .m-compare-list-li .ms-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-detail .m-compare-list-li h3 {
  padding: 0;
  text-indent: 0;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 8px;
}
.post-detail .m-compare-list-li h3::before {
  content: none;
}
.post-detail .m-compare-list-li .ms-fname {
  font-size: 0.75rem;
  line-height: 1.4;
  word-wrap: break-word;
  margin: 0;
}
.post-detail .m-compare-list-li .ms-fname a {
  color: #494949;
}
.post-detail .m-compare-list-li .m-tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 16px 0 24px;
  padding: 0;
}
.post-detail .m-compare-list-li .m-tag li {
  font-size: 12px;
  color: #4DAc92;
  border: 1px solid;
  border-radius: 3px;
  margin: 0 4px 4px 0;
  padding: 2px 4px;
  list-style: none;
  line-height: 1.7;
}

.post-detail .m-compare-h2 {
  display: flex;
  align-items: center;
  margin: 96px 0 24px;
  padding: 0 0 8px 0;
  background-color: transparent;
  font-size: 1.25rem;
  border-bottom: 1px solid #4dac92;
}
.post-detail .m-compare-h2-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  background-color: #4dac92;
  color: #fff;
  border-radius: 50%;
  font-size: 19px;
}

.post-detail .m-compare-h3 {
  padding: 0;
  padding-left: 25px;
  text-indent: -25px;
}
.post-detail .m-compare-h3::before {
  content: "";
  width: 19px;
  height: 25px;
  background: url(../img/post/ico_check.svg) no-repeat;
  vertical-align: text-top;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .post-detail h2.m-special-h2 {
    margin: 88px auto 32px;
  }
  .post-detail h3.m-special-h3 {
    margin-bottom: 40px;
    font-size: 1.375rem;
  }
  .post-detail h4.m-bestbuy-h4 {
    font-size: 1.125rem;
  }
  .post-detail h4.m-bestbuy-h4::before {
    width: 20px;
    height: 20px;
  }
  .post-detail h5.m-voice-ttl {
    margin: 56px 0px 24px;
    font-size: 15px;
  }
  .m-voice-block .ms-voice-icon {
    width: 60px;
    height: 60px;
    margin: 8px 24px 0 0;
  }
  .m-voice-block .ms-voice-inner {
    padding: 24px;
  }
  .post-detail .m-compare-list-h2 {
    margin: -64px auto 0;
  }
  .post-detail .m-compare-list-h2-inner {
    font-size: 15px;
  }
  .post-detail .m-compare-list-wrap {
    padding: 40px 48px 0 48px;
    margin-top: 96px;
  }
  .post-detail .m-compare-list-li {
    width: 28.5%;
    margin-bottom: 24px;
  }
  .post-detail .m-compare-list-ol::after {
    content: "";
    display: block;
    width: 28.5%;
  }
  .post-detail .m-compare-h2 {
    font-size: 24px;
  }
  .post-detail .m-compare-h2-num {
    width: 48px;
    height: 48px;
    font-size: 26px;
    margin-right: 16px;
  }
  .post-detail .m-compare-h3 {
    font-size: 20px;
    padding-left: 41px;
    text-indent: -41px;
  }
  .post-detail .m-compare-h3::before {
    content: "";
    width: 25px;
    height: 35px;
  }
  .post-detail .m-img-matrix {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@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;
  }
}
/*
	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;
  }
}

/*====================================================================================================

The unique style of wordpress is described in this file

======================================================================================================*/
/*
content
================================*/
@media screen and (min-width: 769px) {
  .common__content {
    max-width: 1080px;
    margin: auto;
  }
}

.column__content {
  padding: 56px 8px 28px;
  background: #fff;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .column__content {
    padding: 40px 56px 28px;
    margin-bottom: 24px;
  }
}
.column__content__inr {
  margin-bottom: 40px;
}
.column__content__inr:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .content_inr--sp {
    display: none;
  }
}

.page_inr {
  padding: 24px 8px;
}
@media screen and (min-width: 769px) {
  .page_inr {
    padding: 40px 56px 40px;
  }
}
.page_inr__article {
  font-size: 1rem;
  background: #fff;
  padding: 0 8px;
}
@media screen and (min-width: 769px) {
  .page_inr__article {
    padding: 16px;
  }
}
.page_inr__img-post {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .page_inr__img-post {
    margin-top: -40px;
    margin-left: -56px;
    margin-right: -56px;
    margin-bottom: 40px;
  }
}
.page_inr--sp {
  padding: 32px 8px 0;
  margin: 8px 0 0 !important;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .page_inr--sp {
    display: none;
  }
}

.category_inr {
  padding: 40px 8px 16px;
}
@media screen and (min-width: 769px) {
  .category_inr {
    padding: 40px 56px;
    padding-bottom: 40px;
  }
}

.tag_inr {
  padding: 40px 8px 16px;
}
@media screen and (min-width: 769px) {
  .tag_inr {
    border-bottom: none;
    padding: 40px 56px;
    padding-bottom: 40px;
  }
}

.gblcontent {
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .gblcontent {
    padding: 0;
    max-width: 1080px;
    margin: 0 auto 24px;
    font-size: 0.875rem;
    clear: both;
  }
}
.gblcontent_inr {
  background: #fff;
  padding: 24px 8px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr {
    padding: 40px 56px;
  }
}
.gblcontent_inr:last-of-type {
  margin-bottom: 0;
}
.gblcontent_inr_bnr {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 24px 8px;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_bnr {
    padding: 40px 56px;
  }
}
.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_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_inr_groupbnr {
  background: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 8px;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr_groupbnr {
    margin: 16px 0 0;
    padding: 40px 8px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.gblcontent_inr_groupbnr--img {
  flex-shrink: 1;
  width: calc(50% - 4px);
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 0.875rem;
}
@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;
}
@media screen and (min-width: 769px) {
  .gblcontent_inr--bottom {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin: 0px 0px 0px 0px;
  }
}
.gblcontent_inr--top {
  padding-bottom: 0;
}
.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;
  }
}

/*
columnbox
================================*/
.columnbox--articles {
  position: relative;
  text-decoration: none;
}
.columnbox--articles .columnbox--articles_tit {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .columnbox--articles .columnbox--articles_tit {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.columnbox--articles.is-impressive {
  display: block;
  padding-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .columnbox--articles.is-impressive {
    display: flex;
  }
}
.columnbox--articles.is-impressive .columnbox--articles_tit {
  font-size: 1.25rem;
}
.columnbox--articles.is-impressive .columnbox--articles_img,
.columnbox--articles.is-impressive .columnbox--articles_img > img {
  width: 100%;
  height: 266px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .columnbox--articles.is-impressive .columnbox--articles_img,
  .columnbox--articles.is-impressive .columnbox--articles_img > img {
    width: 190px;
    height: 190px;
    margin-bottom: 0;
  }
}
.columnbox--articles.is-impressive .columnbox--articles_txt {
  font-weight: 400;
  margin: 0;
}
.columnbox--articles.is-impressive .columnbox--articles_favorite {
  bottom: 24px;
}
@media screen and (min-width: 769px) {
  .columnbox--articles.is-impressive .columnbox--articles_favorite {
    top: 0;
    left: 205px;
    bottom: auto;
  }
}
.columnbox--articles:last-child {
  border-bottom: none;
  padding-bottom: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .columnbox--articles:last-child {
    padding-bottom: 0;
  }
}
.columnbox--articles_favorite {
  font-size: 0.75rem;
  color: #8e8e8e;
  text-decoration: none;
  text-align: right;
  position: absolute;
  text-align: right;
  bottom: 16px;
  right: 0;
}
@media screen and (min-width: 769px) {
  .columnbox--articles_favorite {
    top: 0;
    left: 205px;
    bottom: auto;
    right: auto;
    text-align: left;
    font-size: 0.82rem;
  }
}
.columnbox--articles_tit {
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .columnbox--articles_tit {
    font-size: 1.25rem;
  }
}
.columnbox--articles_img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .columnbox--articles_img {
    width: 190px;
    height: 190px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.columnbox--articles_img > img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .columnbox--articles_img > img {
    width: 190px;
    height: 190px;
  }
}
.columnbox--articles_txt {
  width: 100%;
}
.columnbox--articles_txt--bottom {
  position: absolute;
  text-align: right;
  bottom: 16px;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .columnbox--articles_txt--bottom {
    display: inherit;
    width: auto;
    height: auto;
    top: auto;
    right: 0;
    left: auto;
    bottom: 10px;
  }
}
.columnbox--articles_txt--bottom .textlink_item--next {
  font-size: 0.875rem;
}
.columnbox--articles_txt--bottom .textlink_item--next span {
  display: none;
}
@media screen and (min-width: 769px) {
  .columnbox--articles_txt--bottom .textlink_item--next span {
    display: inherit;
  }
}
.columnbox--articles_txt--bottom .textlink_item--next::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .columnbox--articles_txt--bottom .textlink_item--next::after {
    display: inherit;
  }
}
.columnbox--articles_txt--content {
  display: none;
  font-size: 0.75rem;
  color: #494949;
}
@media screen and (min-width: 769px) {
  .columnbox--articles_txt--content {
    display: inherit;
  }
}
.products_detial_inr > .columnbox--articles:last-of-type {
  margin: 0;
}

/*
headding style
===================*/
.page_tit {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .page_tit {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.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__sub {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .page_tit__sub {
    display: none;
  }
}
.page_tit > svg {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .page_tit > svg {
    margin-right: 12px;
  }
}
.page_tit--style {
  font-size: 1.125rem;
  color: #494949;
  font-weight: 500;
  margin-top: 0;
}
.page_tit--style svg {
  width: 27px;
  height: 27px;
  margin-right: 5.5px;
  margin-bottom: -5px;
}
@media screen and (min-width: 769px) {
  .page_tit--style svg {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .page_tit--style {
    font-size: 0.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.page_tit--style {
  margin-bottom: 16px;
}
.category .page_tit--style {
  display: none;
}
@media screen and (min-width: 769px) {
  .category .page_tit--style {
    display: flex;
  }
}
.page_tit__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 16px;
}

.page_description {
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 769px) {
  .page_description {
    font-size: 1rem;
  }
}
.page_description__border {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .page_description__border {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.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;
  }
}

.common_tit {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .common_tit {
    margin-bottom: 32px;
  }
}

.large_tit {
  font-size: 1.5rem;
  font-weight: 500;
}
.large_tit > small {
  font-size: 13px;
  margin-left: 10px;
  font-weight: 400;
}

.category_tit {
  font-size: 0.875rem;
  font-weight: 400;
  color: #8E8E8E;
  display: flex;
  align-items: center;
}
.category_tit > svg {
  margin-right: 4px;
}

/*
pager
===================*/
@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%;
}
.pager--sp {
  background: #fff;
  padding-top: 32px;
}
@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: #fafafa;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  margin: 24px 0 0;
  font-size: 1rem;
}
.pager--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pager--pc {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 32px;
    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;
}

@media screen and (min-width: 769px) {
  .inversion_pager > .pager--pc {
    background: #fff;
    padding-left: 56px;
    padding-right: 56px;
    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;
}

/*
	post detail
================================*/
.article_tit {
  font-size: 1.375rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .article_tit {
    font-size: 1.5rem;
  }
}

.post-detail a {
  color: #4dac92;
}
.post-detail a.def {
  color: #494949;
}
.post-detail p,
.post-detail ol {
  margin-bottom: 32px;
  line-height: 1.9375rem;
}
@media screen and (min-width: 769px) {
  .post-detail p,
  .post-detail ol {
    margin-bottom: 40px;
  }
}
.post-detail p.post-detail__des,
.post-detail ol.post-detail__des {
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .post-detail p.post-detail__des,
  .post-detail ol.post-detail__des {
    margin-bottom: 64px;
  }
}
.post-detail p.mb96,
.post-detail ol.mb96 {
  margin-bottom: 96px;
}
.post-detail ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 40px;
}
.post-detail ul.list-pro-intro {
  padding: 0;
}
.post-detail h2 {
  background: #EAF0EC;
  padding: 16px 8px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 32px;
  counter-reset: title-counter;
}
.post-detail h2.is-style-h2p01 {
  background: unset;
  padding: 0;
}
.post-detail h2.is-style-h2p03 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  position: relative;
  background: unset;
  padding: 0 0 16px;
}
.post-detail h2.is-style-h2p03::after {
  background: #9DAFA3;
  width: 48px;
  height: 4px;
  content: "";
}
.post-detail h2.is-style-h2p03.has-text-align-center {
  align-items: center;
}
.post-detail h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 32px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-top: 0;
  margin-bottom: 32px;
}
.post-detail h3::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #9DAFA3;
  border-radius: 2px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .post-detail h3::before {
    margin-right: 16px;
  }
}
.post-detail h3.is-style-h3p01 {
  padding: 0;
  text-indent: unset;
}
.post-detail h3.is-style-h3p01::before {
  display: none;
}
.post-detail h3.is-style-h3p02 {
  position: relative;
  padding-left: 16px;
  text-indent: unset;
}
.post-detail h3.is-style-h3p02::before {
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 4px;
  height: calc(100% - 0.6em);
  background: #9DAFA3;
}
.post-detail h3.is-style-h3p03 {
  padding-left: 1rem;
  text-indent: -1rem;
}
.post-detail h3.is-style-h3p03::before {
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .post-detail h3.is-style-h3p03::before {
    margin-right: 8px;
  }
}
.post-detail h3.is-style-h3p04 {
  counter-increment: title-counter;
}
.post-detail h3.is-style-h3p04::before {
  display: inline;
  width: auto;
  height: auto;
  background: unset;
  margin: 0;
  font-weight: 700;
  color: #9DAFA3;
  content: counter(title-counter) ". ";
}
.post-detail h4 {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .post-detail h4 {
    font-size: 1.125rem;
  }
}
.post-detail h5 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .post-detail h5 {
    font-size: 1.125rem;
  }
}
.post-detail h6 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .post-detail h6 {
    font-size: 1.125rem;
  }
}
.post-detail sub,
.post-detail sup {
  font-size: 1rem;
}
.post-detail .wp-block-image {
  margin: 0;
}
.post-detail .wp-caption {
  width: auto;
  max-width: 100%;
}
.post-detail__seperate {
  text-align: center;
  margin: 40px 0;
}
.post-detail__time {
  font-size: 0.75rem;
  color: #8e8e8e;
  text-align: right;
}
.post-detail__body {
  padding-top: 48px;
}
.post-detail__body.is-notitle {
  padding-top: 8px;
}
.post-detail__body.is-seriesdate {
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  .post-detail__body {
    padding-top: 56px;
  }
  .post-detail__body.is-notitle {
    padding-top: 16px;
  }
  .post-detail__body.is-seriesdate {
    padding-top: 40px;
  }
}
.post-detail__body .saboxplugin-wrap {
  display: none;
}
.post-detail__img {
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .post-detail__img {
    margin-bottom: 64px;
  }
}
.post-detail__img p {
  font-size: 0.875rem;
  margin-top: 14px;
  margin-bottom: 0;
}
.post-detail__post {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.post-detail__video {
  margin-bottom: 64px;
}
.post-detail .wp-block-image > figcaption {
  font-size: 0.875rem;
  margin-top: 0;
}
.post-detail__img-list {
  display: flex;
  flex-wrap: wrap;
}
.post-detail__img-list .img {
  width: 33.33%;
  height: 114px;
  padding-right: 16px;
  margin-bottom: 16px;
}
.post-detail__img-list .img:nth-child(3), .post-detail__img-list .img:last-child {
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .post-detail__img-list .img {
    height: 202px;
  }
}
.post-detail__img-list .img img {
  width: 100%;
  height: 114px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .post-detail__img-list .img img {
    height: 202px;
  }
}
.post-detail__img-list .img:nth-child(4), .post-detail__img-list .img:nth-child(5) {
  width: 50%;
  height: 175px;
}
@media screen and (min-width: 769px) {
  .post-detail__img-list .img:nth-child(4), .post-detail__img-list .img:nth-child(5) {
    height: 311px;
  }
}
.post-detail__img-list .img:nth-child(4) img, .post-detail__img-list .img:nth-child(5) img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .post-detail__img-list .img:nth-child(4) img, .post-detail__img-list .img:nth-child(5) img {
    height: 311px;
  }
}
.post-detail .wp-block-table {
  margin: 0;
  display: block;
  width: 100%;
  overflow-x: auto;
}
.post-detail .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.post-detail .wp-block-table table thead th {
  min-width: 132px;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #d0d0d0;
  border: 2px solid #fff;
  border-top: 1px solid #fafafa;
  padding: 8px 32px;
}
@media screen and (min-width: 769px) {
  .post-detail .wp-block-table table thead th {
    min-width: 250px;
    font-size: 1rem;
    font-weight: 400;
    border-width: 4px;
  }
}
.post-detail .wp-block-table table thead th:first-child {
  min-width: 90px;
}
@media screen and (min-width: 769px) {
  .post-detail .wp-block-table table thead th:first-child {
    min-width: 130px;
    border-width: 4px;
  }
}
.post-detail .wp-block-table table thead th:last-child {
  border-right: 2px solid #D0D0D0;
  border: 2px solid #fff;
  border-top: 1px solid #fafafa;
}
@media screen and (min-width: 769px) {
  .post-detail .wp-block-table table thead th:last-child {
    border-width: 4px;
  }
}
.post-detail .wp-block-table table tbody {
  text-align: center;
}
.post-detail .wp-block-table table tbody tr:last-child th {
  min-width: 90px;
  border-bottom: 2px solid #fafafa;
}
@media screen and (min-width: 769px) {
  .post-detail .wp-block-table table tbody tr:last-child th {
    min-width: 130px;
    border-width: 4px;
  }
}
.post-detail .wp-block-table table tbody tr:last-child td:first-of-type {
  border-bottom: none;
}
.post-detail .wp-block-table table tbody th {
  min-width: 90px;
  background-color: #fafafa;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 8px 16px;
}
@media screen and (min-width: 769px) {
  .post-detail .wp-block-table table tbody th {
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    min-width: 130px;
    font-size: 1rem;
    padding: 8px 32px;
    border-width: 4px;
  }
}
.post-detail .wp-block-table table tbody td {
  min-width: 132px;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: underline;
  white-space: nowrap;
  border-bottom: 2px solid #fafafa;
  border-right: 2px solid #fafafa;
  padding: 8px 16px;
}
@media screen and (min-width: 769px) {
  .post-detail .wp-block-table table tbody td {
    font-size: 1rem;
    min-width: 250px;
    border-width: 4px;
    padding: 8px 32px;
  }
}
.post-detail .wp-block-table table tbody td:first-of-type {
  background: #fafafa;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .post-detail .wp-block-table table tbody td:first-of-type {
    border-width: 4px;
  }
}
.post-detail .wp-block-quote {
  position: relative;
  width: 100%;
  background-color: #F0F1F1;
  font-size: 1rem;
  font-weight: 400;
  padding: 72px 16px 32px;
  margin: 0 0 56px 0;
}
.post-detail .wp-block-quote::after {
  content: url(../img/common/icon_quote_left.svg);
  position: absolute;
  left: 16px;
  top: 32px;
}
.post-detail .wp-block-quote > p {
  margin-bottom: 0;
}
.post-detail__tit-sub {
  font-size: 24px;
  font-weight: 500;
  background-color: #EAF0EC;
  padding: 16px 8px;
  margin-top: 64px;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .post-detail__tit-sub {
    margin-top: 96px;
    margin-bottom: 40px;
  }
}
.post-detail__tit-sub--simple {
  display: flex;
  font-size: 1.25rem;
  background-color: transparent;
  padding: 0;
  margin-top: 56px;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .post-detail__tit-sub--simple {
    margin-top: 72px;
    margin-bottom: 40px;
  }
}
.post-detail__tit-sub--simple svg {
  margin-top: 4px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .post-detail__tit-sub--simple svg {
    margin-right: 16px;
  }
}
.post-detail__trouble {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  border-top: 2px solid #494949;
  border-bottom: 2px solid #494949;
  padding: 16px 0;
  margin-bottom: 40px;
}
.post-detail .face-icon {
  margin-bottom: 8px;
}
.post-detail .face-icon img {
  width: 30%;
  height: auto;
  max-width: 120px;
}
.post-detail .m-bubble {
  display: grid;
  margin-bottom: 48px;
  gap: 0 8px;
}
.post-detail .m-bubble .wp-block-media-text__media {
  align-self: start;
}
.post-detail .m-bubble .wp-block-media-text__content {
  padding: 24px 16px;
  background-color: #F0F1F1;
  font-size: 15px;
}
.post-detail .m-bubble .wp-block-media-text__content p:not(.ms-bubble-author) {
  margin-bottom: 16px;
}
.post-detail .m-bubble .ms-bubble-author {
  margin: 0;
  text-align: right;
  color: #8e8e8e;
  font-size: 0.875rem;
}
.post-detail .m-bubble.is-imgright {
  grid-template-columns: 1fr 72px !important;
}
.post-detail .m-bubble.is-imgright .wp-block-media-text__media {
  justify-self: end;
  padding: 8px 0 0 8px;
}
.post-detail .m-bubble.is-imgright .wp-block-media-text__content {
  position: relative;
}
.post-detail .m-bubble.is-imgright .wp-block-media-text__content::before {
  position: absolute;
  display: block;
  top: 22px;
  right: -12px;
  width: 16px;
  height: 16px;
  background-color: #F0F1F1;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
}
@media screen and (min-width: 769px) {
  .post-detail .m-bubble.is-imgright {
    grid-template-columns: 1fr 80px !important;
  }
  .post-detail .m-bubble.is-imgright .wp-block-media-text__content::before {
    top: 26px;
  }
}
.post-detail .m-bubble.is-imgleft {
  grid-template-columns: 72px 1fr !important;
}
.post-detail .m-bubble.is-imgleft .wp-block-media-text__media {
  justify-self: start;
  padding: 8px 8px 0 0;
}
.post-detail .m-bubble.is-imgleft .wp-block-media-text__content {
  position: relative;
}
.post-detail .m-bubble.is-imgleft .wp-block-media-text__content::before {
  position: absolute;
  display: block;
  top: 22px;
  left: -12px;
  width: 16px;
  height: 16px;
  background-color: #F0F1F1;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  content: "";
}
@media screen and (min-width: 769px) {
  .post-detail .m-bubble.is-imgleft {
    grid-template-columns: 80px 1fr !important;
  }
  .post-detail .m-bubble.is-imgleft .wp-block-media-text__content::before {
    top: 26px;
  }
}
.post-detail .m-columnlinkbox {
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  margin-bottom: 24px;
}
.post-detail .m-columnlinkbox:last-child {
  margin-bottom: 0;
}
.post-detail .m-columnlinkbox a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #494949;
}
.post-detail .m-columnlinkbox figure {
  margin-bottom: 16px;
  aspect-ratio: 303/228;
  width: 100%;
  height: auto;
  overflow: hidden;
  grid-area: img;
}
.post-detail .m-columnlinkbox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-detail .m-columnlinkbox__tit {
  margin-bottom: 24px;
  font-size: calc(1rem - 1px);
  font-weight: 500;
  line-height: 1.7;
  grid-area: tit;
}
.post-detail .m-columnlinkbox__desc {
  display: none;
  margin-bottom: 24px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  grid-area: desc;
}
.post-detail .m-columnlinkbox__more {
  display: block;
  grid-area: more;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;
  text-decoration: underline;
  text-align: right;
  grid-area: more;
}
.post-detail .m-columnlinkbox.is-list a {
  display: grid;
  grid-template-columns: minmax(40%, 98px) 1fr;
  grid-template-areas: "img tit";
  gap: 0 16px;
}
.post-detail .m-columnlinkbox.is-list figure {
  margin-bottom: 0;
  aspect-ratio: 98/74;
}
.post-detail .m-columnlinkbox.is-list .m-columnlinkbox__tit {
  margin-bottom: 0;
}
.post-detail .m-columnlinkbox.is-list .m-columnlinkbox__more {
  display: none;
}
@media screen and (min-width: 769px) {
  .post-detail .m-columnlinkbox.is-list a, .post-detail .m-columnlinkbox.is-box a {
    display: grid;
    grid-template-columns: minmax(40%, 200px) 1fr;
    grid-template-areas: "img tit" "img desc" "img more";
    gap: 0 24px;
  }
  .post-detail .m-columnlinkbox.is-list a:hover, .post-detail .m-columnlinkbox.is-box a:hover {
    opacity: 0.7;
  }
  .post-detail .m-columnlinkbox.is-list figure, .post-detail .m-columnlinkbox.is-box figure {
    margin-bottom: 0;
    grid-area: img;
    aspect-ratio: 200/150;
  }
  .post-detail .m-columnlinkbox.is-list .m-columnlinkbox__tit, .post-detail .m-columnlinkbox.is-box .m-columnlinkbox__tit {
    margin-bottom: 24px;
    font-size: 1rem;
    font-weight: 600;
  }
  .post-detail .m-columnlinkbox.is-list .m-columnlinkbox__desc, .post-detail .m-columnlinkbox.is-box .m-columnlinkbox__desc {
    display: -webkit-box;
  }
  .post-detail .m-columnlinkbox.is-list .m-columnlinkbox__more, .post-detail .m-columnlinkbox.is-box .m-columnlinkbox__more {
    display: block;
  }
}
.post-detail .m-reviewnum {
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 500;
}
.post-detail .m-reviewnum__inner {
  display: inline-block;
  padding: 0 8px 8px;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
}
.post-detail .m-reviewnum__inner::before {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -20px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #d0d0d0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
}
.post-detail .m-reviewnum__inner::after {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -18px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
}
.post-detail .m-reviewnum__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 8px;
  line-height: 1;
}
.post-detail .m-reviewnum__rating__star {
  display: grid;
  grid-template-areas: "star";
  width: calc((1em + 8px) * 5);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 8px;
}
.post-detail .m-reviewnum__rating__star::before, .post-detail .m-reviewnum__rating__star::after {
  width: 100%;
  grid-area: star;
  color: #d0d0d0;
  content: "★★★★★";
  overflow: hidden;
}
.post-detail .m-reviewnum__rating__star.is-star4::after {
  width: calc((1em + 8px) * 4);
  color: #d9bd60;
}
.post-detail .m-reviewnum__rating__star.is-star4-half::after {
  width: calc((1em + 8px) * 4 + 12px);
  color: #d9bd60;
}
.post-detail .m-reviewnum__rating__star.is-star5::after {
  width: calc((1em + 8px) * 5);
  color: #d9bd60;
}
.post-detail .m-reviewnum__rating__num {
  font-size: 0.875rem;
  font-weight: 500;
}
.post-detail .m-reviewnum__rating__num__rate {
  font-size: 1rem;
  font-weight: 500;
}
.post-detail .m-reviewnum__rating__num__max {
  font-size: 0.8125rem;
  font-weight: 500;
}
.post-detail .m-reviewnum__count {
  font-size: 0.625rem;
}

/*
list-pro-intro
================================*/
#list_related_product .list-pro-intro {
  list-style: none;
}
#list_related_product .list-pro-intro__item {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  margin-bottom: 8px;
}
#list_related_product .list-pro-intro__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #list_related_product .list-pro-intro__item:hover {
    opacity: 0.7;
  }
}
#list_related_product .list-pro-intro__item:hover .list-pro-intro__name {
  text-decoration: underline;
}
#list_related_product .list-pro-intro__wrap {
  display: flex;
  text-decoration: none;
  color: #494949;
}
#list_related_product .list-pro-intro__img {
  flex-shrink: 0;
  width: 102px;
  min-height: 102px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#list_related_product .list-pro-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#list_related_product .list-pro-intro__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 16px;
}
#list_related_product .list-pro-intro__name {
  width: 100%;
  font-size: 0.9375rem;
}
#list_related_product .list-pro-intro__price {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
}
#list_related_product .list-pro-intro__price small {
  font-weight: 0.625rem;
}
#list_related_product .list-pro-intro__tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 24px;
  background: none;
}
#list_related_product .list-pro-intro__tit svg {
  flex-shrink: 0;
  margin-right: 6.4px;
}
#list_related_product .list-pro-intro__tit span {
  flex-shrink: 0;
  margin-right: 16px;
}
#list_related_product .list-pro-intro__tit:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #494949;
}

/*
box-author
================================*/
.box-author__item {
  margin-bottom: 56px;
}
@media screen and (min-width: 769px) {
  .box-author__item {
    margin-bottom: 64px;
  }
}
.box-author__item:last-child {
  margin-bottom: 0;
}
.box-author__item--reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .box-author__item--reverse {
    flex-direction: column;
  }
}
.box-author__item--reverse .box-author__tit {
  display: none;
}
@media screen and (min-width: 769px) {
  .box-author__item--reverse .box-author__tit {
    display: block;
    font-weight: 500;
  }
}
.box-author__item--reverse .btn_primary--next {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .box-author__item--reverse .btn_primary--next {
    margin-top: 64px;
    margin-bottom: 0;
  }
}
.box-author__tit {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 500;
}
.box-author__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.box-author__info--small {
  margin-top: 24px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .box-author__info--small {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
.box-author__info--small .box-author__avatar {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .box-author__info--small .box-author__avatar {
    margin-right: 16px;
  }
}
.box-author__avatar {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  margin-right: 16px;
}
.box-author__avatar img {
  border-radius: 100%;
}
.box-author__position {
  font-size: 0.625rem;
  margin-bottom: 8px;
}
.box-author__name {
  font-size: 1rem;
}
.box-author__des {
  font-size: 0.875rem;
}
.box-author .btn_tag {
  color: #9DAFA3;
  background-color: #fff;
  border: 1px solid #9DAFA3;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .box-author .btn_tag {
    height: auto;
    border: none;
    text-decoration: underline;
    position: relative;
    padding: 0;
  }
  .box-author .btn_tag::after {
    content: ",";
    margin-left: 4px;
    margin-bottom: -4px;
  }
  .box-author .btn_tag:last-of-type::after {
    display: none;
  }
}
.box-author .btn_primary--next {
  width: 100%;
  max-width: 100%;
  min-height: 82px;
  background-color: #9DAFA3;
  padding: 16px 56px 16px 24px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .box-author .btn_primary--next {
    padding: 16px;
  }
}
@media screen and (min-width: 769px) {
  .box-author .btn_primary--next:hover {
    background-color: #498B78;
  }
}

/*
list sns
================================*/
.list-sns {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 8px;
}
.list-sns__item {
  margin-right: 5px;
}
.list-sns__item:last-child {
  margin-right: 0;
}

/*
btn tag
================================*/
.btn_tag, .btn__tag {
  display: inline-block;
  padding: 12px;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 12px;
  transition: 0.3s all ease-in;
}
.btn_tag {
  color: #9DAFA3;
  border-radius: 3px;
}
.btn__tag {
  color: #fff;
  background: #9DAFA3;
}
@media screen and (min-width: 769px) {
  .btn__tag:hover {
    background-color: #498B78;
  }
}

/*
	list series
================================*/
.list-series {
  list-style: none;
}
.list-series__item {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .list-series__item {
    margin-bottom: 56px;
  }
}
.list-series__item:last-child {
  margin-bottom: 0;
}
.list-series__item__tit {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .list-series__item__tit {
    font-size: 25px;
  }
}
.list-series__item__des {
  display: none;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .list-series__item__des {
    display: block;
  }
}
.list-series__item__img {
  margin-bottom: 8px;
}
.list-series__item__img > img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .list-series__item__img > img {
    height: 253px;
  }
}
.list-series__content {
  text-decoration: none;
}
.list-series__tit {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.list-popular .columnbox_img {
  position: relative;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 769px) {
  .list-popular .columnbox_img {
    width: 107px;
    height: 107px;
  }
}
.list-popular .columnbox_img > img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .list-popular .columnbox_img > img {
    width: 107px;
    height: 107px;
  }
}
.list-popular .columnbox:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-popular .columnbox .group-btn__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .list-popular .columnbox .group-btn__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-popular .columnbox .group-btn__item:nth-child(1) {
    order: 2;
  }
}
.list-popular.mb60 {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .list-popular.mb60 {
    margin-bottom: 60px;
  }
}

/*
	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__box {
  border: 1px solid #bf1632;
  padding: 16px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .attention__box {
    font-size: 0.875rem;
  }
}

/*
	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;
}

.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;
}

.pt64 {
  padding-top: 64px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

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