@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "yumin";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/yumindb.otf") format("opentype"), url("../fonts/yumindb.woff") format("woff"), url("../fonts/yumindb.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (~ 767px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/500));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#footer {
  background-color: #fff;
}

.hotbrand_obyf_lp {
  position: relative;
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 50rem/390);
  z-index: 0;
}
.hotbrand_obyf_lp::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
.hotbrand_obyf_lp__inner {
  overflow: hidden;
}
.hotbrand_obyf_lp .slick-track {
  display: flex;
}
.hotbrand_obyf_lp img,
.hotbrand_obyf_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.hotbrand_obyf_lp picture {
  display: block;
}
.hotbrand_obyf_lp a {
  display: block;
  color: inherit;
}
.hotbrand_obyf_lp *:focus {
  outline: none;
}
.hotbrand_obyf_lp a,
.hotbrand_obyf_lp label {
  -webkit-tap-highlight-color: rgba(148, 176, 212, 0.2);
}
.hotbrand_obyf_lp input {
  display: none;
}
.hotbrand_obyf_lp li,
.hotbrand_obyf_lp ol {
  list-style-type: none;
}
.hotbrand_obyf_lp .spOnly {
  display: block;
}
.hotbrand_obyf_lp .pcOnly {
  display: none;
}
.hotbrand_obyf_lp ::-moz-selection {
  color: #fff;
  background-color: rgba(148, 176, 212, 0.7);
}
.hotbrand_obyf_lp ::selection {
  color: #fff;
  background-color: rgba(148, 176, 212, 0.7);
}
.hotbrand_obyf_lp sup {
  font-size: 0.6em;
}
.hotbrand_obyf_lp #share img {
  margin: auto;
}
.hotbrand_obyf_lp .fvArea img,
.hotbrand_obyf_lp .anim {
  opacity: 0;
}
.hotbrand_obyf_lp .anim_enable {
  -webkit-animation: fade 1.4s 0.2s ease forwards;
          animation: fade 1.4s 0.2s ease forwards;
}
@-webkit-keyframes fade {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.hotbrand_obyf_lp .move {
  opacity: 0;
  -webkit-animation: opa 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.6s 0.2s linear;
  transition: mask-position 1.6s 0.2s linear;
  transition: mask-position 1.6s 0.2s linear, -webkit-mask-position 1.6s 0.2s linear;
}
.hotbrand_obyf_lp .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.hotbrand_obyf_lp .present .anim_enable .icon::after {
  -webkit-animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
          animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
}
@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}
@keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 768px) {
  .page-share-btn {
    position: relative;
    z-index: 10;
  }
  .page-share-btn .share-txt {
    margin: 0;
    background-color: #fff;
  }
}
/* .hotbrand_obyf_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.hotbrand_obyf_lp {
  --color-text: #333333;
  --color-primary: #6D8CA0;
  --color-secondary: #FAF7ED;
  --color-red: #D34949;
  --color-gray: #F8F8F8;
  --font-en: "Lato";
  --font-serif: "the-seasons";
  --font-jp: "Noto Sans JP";
}
.hotbrand_obyf_lp .fvArea {
  position: relative;
  background-image: url(../img/fv_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  z-index: 0;
}
.hotbrand_obyf_lp .fvArea::after {
  content: "";
  position: absolute;
  top: calc(124 * 50rem/390);
  left: calc(43 * 50rem/390);
  width: calc(72 * 50rem/390);
  height: calc(72 * 50rem/390);
  background-image: url(../img/new_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.hotbrand_obyf_lp .fvArea__text {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: calc(26 * 50rem/390);
  color: #fff;
  font-size: calc(16 * 50rem/390);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  z-index: 2;
}
.hotbrand_obyf_lp .fvArea__text span {
  letter-spacing: 0;
}
.hotbrand_obyf_lp .itemArea {
  padding-block: calc(50 * 50rem/390);
  background: linear-gradient(21deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(242, 248, 253) 80%);
}
.hotbrand_obyf_lp .itemArea__head {
  margin-bottom: calc(30 * 50rem/390);
  color: var(--color-primary);
}
.hotbrand_obyf_lp .itemArea__head .subtitle {
  display: inline-block;
  margin-bottom: calc(7 * 50rem/390);
  font-size: calc(16 * 50rem/390);
  line-height: 1.63;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .itemArea__head .title {
  display: inline-block;
  font-size: calc(22 * 50rem/390);
  line-height: 1.18;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .itemArea .worries {
  position: relative;
  margin: 0 auto;
  padding: 0 calc(12 * 50rem/390) calc(22 * 50rem/390) calc(18 * 50rem/390);
  background-color: #fff;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  width: calc(350 * 50rem/390);
  z-index: 0;
}
.hotbrand_obyf_lp .itemArea .worries::before {
  content: "";
  position: absolute;
  margin: auto;
  top: -1px;
  left: 0;
  right: 0;
  background: #fff;
  width: calc(234 * 50rem/390);
  height: 1px;
  z-index: -1;
}
.hotbrand_obyf_lp .itemArea .worries__title {
  margin-top: calc(-8 * 50rem/390);
  margin-bottom: calc(18 * 50rem/390);
  font-size: calc(16 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .itemArea .worries__item {
  position: relative;
  padding-left: calc(23 * 50rem/390);
  font-size: calc(13 * 50rem/390);
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  z-index: 0;
}
.hotbrand_obyf_lp .itemArea .worries__item::before {
  content: "";
  position: absolute;
  top: calc(1 * 50rem/390);
  left: 0;
  width: calc(16 * 50rem/390);
  height: calc(14 * 50rem/390);
  background-image: url(../img/chack.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.hotbrand_obyf_lp .itemArea .worries__item:nth-child(n+2) {
  margin-top: calc(11 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea .worries + .note {
  margin: calc(10 * 50rem/390) auto calc(30 * 50rem/390);
  font-size: calc(10 * 50rem/390);
  width: calc(350 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea__inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(16 * 50rem/390);
       column-gap: calc(16 * 50rem/390);
  margin-bottom: calc(13 * 50rem/390);
  padding-right: calc(9 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea__img {
  width: calc(133 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea__credit {
  margin-top: calc(18 * 50rem/390);
  text-align: left;
  width: calc(200 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea__icon {
  display: inline-block;
  margin-bottom: calc(5 * 50rem/390);
  padding: calc(2 * 50rem/390) calc(6 * 50rem/390);
  border: 1px solid;
  font-size: calc(11 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .itemArea__name {
  margin-bottom: calc(7 * 50rem/390);
  font-size: calc(15 * 50rem/390);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.hotbrand_obyf_lp .itemArea__price {
  margin-bottom: calc(15 * 50rem/390);
  font-size: calc(18 * 50rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .itemArea__price .yen {
  font-size: calc(16 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea__price small {
  font-size: calc(10 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea .coupon {
  padding: calc(18 * 50rem/390) calc(15 * 50rem/390) calc(13 * 50rem/390);
  background-color: #F8F8F8;
}
.hotbrand_obyf_lp .itemArea .coupon__text {
  margin-bottom: calc(8 * 50rem/390);
  font-size: calc(11 * 50rem/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.hotbrand_obyf_lp .itemArea .coupon__text .strong {
  color: var(--color-red);
  font-size: calc(12 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea .coupon-copy {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: calc(4 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea .coupon-code {
  display: inline-block;
  padding: calc(5 * 50rem/390) calc(10 * 50rem/390);
  font-size: calc(13 * 50rem/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .itemArea .coupon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hotbrand_obyf_lp .itemArea .coupon-btn .js-copybtn {
  box-sizing: content-box;
  background-color: #555555;
  border: 1px solid #555555;
  border-radius: 0 calc(4 * 50rem/390) calc(4 * 50rem/390) 0;
  color: #fff;
  font-size: calc(11 * 50rem/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.055em;
  cursor: pointer;
  width: calc(56 * 50rem/390);
  height: 100%;
}
.hotbrand_obyf_lp .itemArea .coupon__price {
  position: relative;
  margin-top: calc(19 * 50rem/390);
  color: var(--color-red);
  font-size: calc(20 * 50rem/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}
.hotbrand_obyf_lp .itemArea .coupon__price::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(-11 * 50rem/390);
  left: 0;
  right: 0;
  width: calc(8 * 50rem/390);
  height: calc(4 * 50rem/390);
  background-color: var(--color-text);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: 0;
}
.hotbrand_obyf_lp .itemArea .coupon__price .off {
  display: inline-block;
  transform: translateY(calc(-2 * 50rem/390));
  margin-right: calc(5 * 50rem/390);
  padding: calc(4 * 50rem/390) calc(4 * 50rem/390) calc(3 * 50rem/390);
  border: 1px solid;
  font-size: calc(11 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .itemArea .coupon__price .yen {
  font-size: calc(18 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea .coupon__price small {
  font-size: calc(10 * 50rem/390);
}
.hotbrand_obyf_lp .itemArea .coupon .copy_alert {
  margin-top: calc(6 * 50rem/390);
  font-size: calc(12 * 50rem/390);
  text-align: center;
}
.hotbrand_obyf_lp .itemArea .buttonWrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(9 * 50rem/390);
       column-gap: calc(9 * 50rem/390);
}
.hotbrand_obyf_lp .button {
  display: grid;
  place-items: center;
  border: 1px solid var(--color-primary);
  border-radius: calc(50 * 50rem/390);
  color: var(--color-primary);
}
.hotbrand_obyf_lp .button--detail {
  background-color: #fff;
  width: calc(170 * 50rem/390);
  height: calc(40 * 50rem/390);
}
.hotbrand_obyf_lp .button--detail p {
  font-size: calc(14 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.hotbrand_obyf_lp .button--buy {
  background-color: var(--color-primary);
  color: #fff;
  width: calc(170 * 50rem/390);
  height: calc(40 * 50rem/390);
}
.hotbrand_obyf_lp .button--buy p {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(6 * 50rem/390);
       column-gap: calc(6 * 50rem/390);
  font-size: calc(14 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.hotbrand_obyf_lp .button--buy p::before {
  content: "";
  width: calc(15 * 50rem/390);
  height: calc(15 * 50rem/390);
  background-image: url(../img/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.hotbrand_obyf_lp .button--kitbuy {
  background-color: #8DABBF;
  border: none;
  color: #fff;
  width: calc(230 * 50rem/390);
  height: calc(43 * 50rem/390);
}
.hotbrand_obyf_lp .button--kitbuy p {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(8 * 50rem/390);
       column-gap: calc(8 * 50rem/390);
  font-size: calc(15 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.hotbrand_obyf_lp .button--kitbuy p::before {
  content: "";
  width: calc(16 * 50rem/390);
  height: calc(16 * 50rem/390);
  background-image: url(../img/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.hotbrand_obyf_lp .button--all {
  margin: auto;
  background-color: #888888;
  border: none;
  color: #fff;
  font-size: calc(15 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
  width: calc(310 * 50rem/390);
  height: calc(50 * 50rem/390);
}
.hotbrand_obyf_lp .section__title {
  margin-bottom: calc(28 * 50rem/390);
  font-family: var(--font-serif);
  font-weight: normal;
  font-size: calc(28 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.055em;
}
.hotbrand_obyf_lp .section .note {
  font-size: calc(10 * 50rem/390);
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: left;
}
.hotbrand_obyf_lp .pointAera {
  padding-top: calc(58 * 50rem/390);
  padding-inline: calc(25 * 50rem/390);
  padding-bottom: calc(40 * 50rem/390);
}
.hotbrand_obyf_lp .pointAera__img {
  margin-bottom: calc(24 * 50rem/390);
}
.hotbrand_obyf_lp .pointAera__inner {
  padding-bottom: calc(28 * 50rem/390);
  background-color: rgba(255, 255, 255, 0.7);
}
.hotbrand_obyf_lp .pointAera__list {
  margin: 0 auto calc(18 * 50rem/390);
  padding-inline: calc(46 * 50rem/390) calc(20 * 50rem/390);
}
.hotbrand_obyf_lp .pointAera__list li {
  position: relative;
  counter-increment: number;
  font-size: calc(14 * 50rem/390);
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: justify;
  z-index: 0;
}
.hotbrand_obyf_lp .pointAera__list li::before {
  position: absolute;
  content: "0" counter(number) ".";
  left: calc(-27 * 50rem/390);
  font-weight: bold;
  color: var(--color-primary);
  z-index: 0;
}
.hotbrand_obyf_lp .pointAera__list li:nth-child(n+2) {
  margin-top: calc(11 * 50rem/390);
}
.hotbrand_obyf_lp .pointAera__list li .strong {
  font-weight: bold;
}
.hotbrand_obyf_lp .pointAera .noteWrap {
  padding-inline: calc(20 * 50rem/390);
}
.hotbrand_obyf_lp .pointAera .noteWrap .note:nth-child(n+2) {
  margin-top: calc(3 * 50rem/390);
}
.hotbrand_obyf_lp .flows {
  margin-bottom: calc(89 * 50rem/390);
}
.hotbrand_obyf_lp .flows .slick-list {
  overflow: visible;
  width: calc(320 * 50rem/390);
}
.hotbrand_obyf_lp .flows li {
  margin: 0 calc(5 * 50rem/390);
}
.hotbrand_obyf_lp .guestreview {
  padding: calc(40 * 50rem/390) calc(20 * 50rem/390) calc(40 * 50rem/390);
  background-color: #F2F8F8;
}
.hotbrand_obyf_lp .guestreview__title {
  margin-bottom: calc(16 * 50rem/390);
  color: var(--color-primary);
  font-size: calc(18 * 50rem/390);
  line-height: 1.56;
  letter-spacing: 0.055em;
}
.hotbrand_obyf_lp .guestreview__profile {
  margin-bottom: calc(18 * 50rem/390);
  padding: calc(15 * 50rem/390) calc(15 * 50rem/390) calc(14 * 50rem/390);
  background-color: #fff;
}
.hotbrand_obyf_lp .guestreview__profile__head {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(11 * 50rem/390);
       column-gap: calc(11 * 50rem/390);
  margin-bottom: calc(10 * 50rem/390);
}
.hotbrand_obyf_lp .guestreview__profile--img {
  width: calc(63 * 50rem/390);
}
.hotbrand_obyf_lp .guestreview__profile__name {
  font-size: calc(12 * 50rem/390);
  line-height: 1.6;
  letter-spacing: 0.055em;
  text-align: left;
}
.hotbrand_obyf_lp .guestreview__profile__name .strong {
  font-size: calc(16 * 50rem/390);
  font-weight: bold;
}
.hotbrand_obyf_lp .guestreview__profile__text {
  font-size: calc(11 * 50rem/390);
  line-height: 1.5;
  letter-spacing: 0.055em;
  text-align: justify;
}
.hotbrand_obyf_lp .guestreview__text {
  padding-inline: calc(1 * 50rem/390);
  font-size: calc(13 * 50rem/390);
  line-height: 1.77;
  letter-spacing: 0.055em;
  text-align: justify;
}
.hotbrand_obyf_lp .guestreview__text:nth-child(n+2) {
  margin-top: calc(24 * 50rem/390);
}
.hotbrand_obyf_lp .guestreview__text .border {
  padding-bottom: calc(3 * 50rem/390);
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgb(222, 231, 239) 50%);
}
.hotbrand_obyf_lp .accordionBox {
  position: relative;
  z-index: 0;
}
.hotbrand_obyf_lp .accordionBox.open .accordionBox__inner {
  max-height: calc(600 * 50rem/390);
}
.hotbrand_obyf_lp .accordionBox.open .accordionBox__inner::after {
  opacity: 0;
}
.hotbrand_obyf_lp .accordionBox.open .accordionBox__button {
  position: static;
  transform: translateX(0);
}
.hotbrand_obyf_lp .accordionBox.open .accordionBox__button .ui-border::before {
  transform: rotate(90deg);
}
.hotbrand_obyf_lp .accordionBox__inner {
  position: relative;
  transition: all 1s ease;
  overflow: hidden;
  max-height: calc(164 * 50rem/390);
  z-index: 0;
}
.hotbrand_obyf_lp .accordionBox__inner::after {
  transition: all 0.6s ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100 * 50rem/390);
  background: linear-gradient(0deg, rgb(242, 248, 248) 25%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  z-index: 0;
}
.hotbrand_obyf_lp .accordionBox__button {
  display: inline-flex;
  position: absolute;
  margin: auto;
  padding-left: calc(5 * 50rem/390);
  transform: translateX(-50%);
  left: 50%;
  bottom: calc(0 * 50rem/390);
  align-items: center;
  -moz-column-gap: calc(2 * 50rem/390);
       column-gap: calc(2 * 50rem/390);
  border-bottom: 1px solid;
  box-sizing: border-box;
  color: var(--color-primary);
  cursor: pointer;
  font-size: calc(11 * 50rem/390);
  line-height: 1.5;
  letter-spacing: 0.025em;
  z-index: 1;
}
.hotbrand_obyf_lp .accordionBox__button .ui-border {
  position: relative;
  width: calc(7 * 50rem/390);
  height: calc(7 * 50rem/390);
  z-index: 0;
}
.hotbrand_obyf_lp .accordionBox__button .ui-border::before, .hotbrand_obyf_lp .accordionBox__button .ui-border::after {
  content: "";
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: calc(7 * 50rem/390);
  border-left: 1px solid var(--color-primary);
  z-index: 0;
}
.hotbrand_obyf_lp .accordionBox__button .ui-border::after {
  transform: rotate(-90deg);
}
.hotbrand_obyf_lp .howtoAera {
  padding-top: calc(39 * 50rem/390);
  padding-bottom: calc(46 * 50rem/390);
  background-color: #fff;
  border: calc(4 * 50rem/390) solid var(--color-gray);
}
.hotbrand_obyf_lp .howtoAera__img {
  margin: 0 auto calc(20 * 50rem/390);
  width: calc(200 * 50rem/390);
}
.hotbrand_obyf_lp .howtoAera__text {
  font-size: calc(14 * 50rem/390);
  line-height: 1.71;
  letter-spacing: 0.025em;
  text-align: center;
}
.hotbrand_obyf_lp .reviewAera {
  padding-top: calc(39 * 50rem/390);
  padding-bottom: calc(54 * 50rem/390);
  background-color: #fff;
}
.hotbrand_obyf_lp .reviewAera .section__title {
  margin-bottom: calc(16 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__read {
  margin-bottom: calc(28 * 50rem/390);
  font-size: calc(14 * 50rem/390);
  line-height: 1.71;
  letter-spacing: 0.055em;
  text-align: center;
}
.hotbrand_obyf_lp .reviewAera__staff {
  margin-inline: calc(20 * 50rem/390);
  padding: calc(25 * 50rem/390) calc(25 * 50rem/390) calc(30 * 50rem/390);
  background-color: #F5F8FA;
}
.hotbrand_obyf_lp .reviewAera__staff.--01 {
  margin-bottom: calc(15 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__staff.--01 .reviewAera__text {
  margin-bottom: calc(18 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__staff.--01 .reviewAera__img {
  padding-inline: calc(34 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__staff.--02 {
  margin-bottom: calc(36 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__staff.--02 .reviewAera__img {
  float: left;
  padding-right: calc(15 * 50rem/390);
  width: calc(130 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__staff.--02 p:nth-of-type(3) {
  margin-top: calc(14 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__profile {
  margin-bottom: calc(18 * 50rem/390);
  padding: calc(15 * 50rem/390) calc(15 * 50rem/390) calc(14 * 50rem/390);
  background-color: #fff;
}
.hotbrand_obyf_lp .reviewAera__profile__head {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(11 * 50rem/390);
       column-gap: calc(11 * 50rem/390);
  margin-bottom: calc(10 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__profile--img {
  width: calc(63 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__profile__name {
  font-size: calc(12 * 50rem/390);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.055em;
  text-align: left;
}
.hotbrand_obyf_lp .reviewAera__profile__name .strong {
  font-size: calc(16 * 50rem/390);
  font-weight: bold;
}
.hotbrand_obyf_lp .reviewAera__hairQuality {
  margin-bottom: calc(18 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__text {
  font-size: calc(12 * 50rem/390);
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}
.hotbrand_obyf_lp .reviewAera__text .strong {
  font-weight: bold;
}
.hotbrand_obyf_lp .reviewAera__swiper {
  padding-inline: calc(20 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__swiper .each_review {
  padding: calc(15 * 50rem/390);
  background: var(--color-gray);
  box-sizing: border-box;
}
.hotbrand_obyf_lp .reviewAera__swiper .review_img {
  background: #fff;
  overflow: hidden;
  height: calc(192 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__swiper .review_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hotbrand_obyf_lp .reviewAera__swiper .staff_detail_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(8 * 50rem/390);
       column-gap: calc(8 * 50rem/390);
  margin-bottom: calc(11 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__swiper .staff_img {
  border-radius: 50%;
  overflow: hidden;
  width: calc(42 * 50rem/390);
  height: calc(42 * 50rem/390);
}
.hotbrand_obyf_lp .reviewAera__swiper .staff_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hotbrand_obyf_lp .reviewAera__swiper .txt_wrap {
  text-align: left;
}
.hotbrand_obyf_lp .reviewAera__swiper .txt_wrap .staff_brand {
  margin-bottom: calc(2 * 50rem/390);
  font-size: calc(11 * 50rem/390);
  letter-spacing: 0;
  line-height: 1.15;
}
.hotbrand_obyf_lp .reviewAera__swiper .txt_wrap .staff_shop {
  margin-bottom: calc(6 * 50rem/390);
  font-size: calc(11 * 50rem/390);
  letter-spacing: 0;
  line-height: 1.15;
}
.hotbrand_obyf_lp .reviewAera__swiper .txt_wrap .staff_name {
  font-size: calc(12 * 50rem/390);
  letter-spacing: 0;
  line-height: 1;
}
.hotbrand_obyf_lp .reviewAera__swiper .review_button {
  display: inline-block;
  margin-top: calc(12 * 50rem/390);
  padding: calc(6 * 50rem/390);
  background-color: #fff;
  border: 1px solid #8DABBF;
  border-radius: 30px;
  color: #8DABBF;
  font-size: calc(12 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  width: calc(100 * 50rem/390);
}
.hotbrand_obyf_lp .swiper-pagination-progressbar {
  position: static;
  margin-top: calc(20 * 50rem/390);
  margin-inline: auto;
  background: #EEEEEE;
  width: calc(266 * 50rem/390);
  height: 2px;
}
.hotbrand_obyf_lp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #5D5D5D;
}
.hotbrand_obyf_lp .kitAera {
  padding-top: calc(50 * 50rem/390);
  background-color: #F4F8FA;
}
.hotbrand_obyf_lp .kitAera .section__title {
  color: var(--color-primary);
}
.hotbrand_obyf_lp .kitAera__inner {
  padding-inline: calc(20 * 50rem/390);
  padding-bottom: calc(49 * 50rem/390);
}
.hotbrand_obyf_lp .kitAera__img {
  margin-bottom: calc(16 * 50rem/390);
}
.hotbrand_obyf_lp .kitAera__copy {
  display: inline-block;
  position: relative;
  margin-bottom: calc(8 * 50rem/390);
  padding-inline: calc(15 * 50rem/390);
  font-size: calc(14 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
  z-index: 0;
}
.hotbrand_obyf_lp .kitAera__copy::before, .hotbrand_obyf_lp .kitAera__copy::after {
  content: "";
  position: absolute;
  top: calc(1 * 50rem/390);
  width: 1px;
  height: calc(15 * 50rem/390);
  border-left: 1px solid #000;
  z-index: 0;
}
.hotbrand_obyf_lp .kitAera__copy::before {
  transform: rotate(-39deg);
  left: 0;
}
.hotbrand_obyf_lp .kitAera__copy::after {
  transform: rotate(39deg);
  right: 0;
}
.hotbrand_obyf_lp .kitAera__name {
  margin-bottom: calc(17 * 50rem/390);
  color: var(--color-primary);
  font-size: calc(18 * 50rem/390);
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .kitAera__contents {
  margin-bottom: calc(18 * 50rem/390);
  border-bottom: 1px solid #DDDDDD;
}
.hotbrand_obyf_lp .kitAera__contents__title {
  position: relative;
  margin-bottom: calc(6 * 50rem/390);
  font-size: calc(13 * 50rem/390);
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.055em;
  z-index: 0;
}
.hotbrand_obyf_lp .kitAera__contents__title::before, .hotbrand_obyf_lp .kitAera__contents__title::after {
  content: "";
  position: absolute;
  top: 0.8em;
  width: calc(135 * 50rem/390);
  height: 1px;
  border-bottom: 1px solid #DDDDDD;
  z-index: 0;
}
.hotbrand_obyf_lp .kitAera__contents__title::before {
  left: 0;
}
.hotbrand_obyf_lp .kitAera__contents__title::after {
  right: 0;
}
.hotbrand_obyf_lp .kitAera__contents__text {
  margin-bottom: calc(12 * 50rem/390);
  font-size: calc(12 * 50rem/390);
  line-height: 1.67;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .kitAera__priceWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(32 * 50rem/390);
       column-gap: calc(32 * 50rem/390);
  margin-bottom: calc(20 * 50rem/390);
}
.hotbrand_obyf_lp .kitAera__priceWrap .kitAera__price small {
  font-size: calc(10 * 50rem/390);
}
.hotbrand_obyf_lp .kitAera__priceWrap .before-discount {
  font-size: calc(16 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.025em;
}
.hotbrand_obyf_lp .kitAera__priceWrap .before-discount .yen {
  font-size: calc(15 * 50rem/390);
}
.hotbrand_obyf_lp .kitAera__priceWrap .after-discount {
  position: relative;
  color: var(--color-red);
  font-size: calc(24 * 50rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 0;
}
.hotbrand_obyf_lp .kitAera__priceWrap .after-discount::before {
  content: "";
  position: absolute;
  top: calc(10 * 50rem/390);
  left: calc(-22 * 50rem/390);
  width: calc(12 * 50rem/390);
  height: calc(8 * 50rem/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.hotbrand_obyf_lp .kitAera__priceWrap .after-discount .off {
  display: inline-block;
  transform: translateY(calc(-4 * 50rem/390));
  margin-right: calc(7 * 50rem/390);
  padding: calc(4 * 50rem/390) calc(4 * 50rem/390) calc(3 * 50rem/390);
  border: 1px solid;
  font-size: calc(11 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .kitAera__priceWrap .after-discount .yen {
  font-size: calc(22 * 50rem/390);
}
.hotbrand_obyf_lp .kitAera .button--kitbuy {
  margin: 0 auto;
}
.hotbrand_obyf_lp .kitAera .note {
  margin: calc(15 * 50rem/390) auto calc(17 * 50rem/390);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hotbrand_obyf_lp .recommend {
  padding-block: calc(40 * 50rem/390) calc(44 * 50rem/390);
  background-color: #fff;
}
.hotbrand_obyf_lp .recommend__title {
  margin-bottom: calc(23 * 50rem/390);
  font-size: calc(13 * 50rem/390);
  line-height: 1.5;
  letter-spacing: 0.055em;
}
.hotbrand_obyf_lp .recommend__title .en {
  font-size: calc(22 * 50rem/390);
  font-weight: 600;
}
.hotbrand_obyf_lp .recommend__inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(10 * 50rem/390);
       column-gap: calc(10 * 50rem/390);
  padding-right: calc(4 * 50rem/390);
}
.hotbrand_obyf_lp .recommend__img {
  position: relative;
  width: calc(176 * 50rem/390);
  z-index: 0;
}
.hotbrand_obyf_lp .recommend__img::after {
  content: "";
  position: absolute;
  -webkit-animation: blinking 3s cubic-bezier(0.42, 0, 0.36, 0.67) infinite;
          animation: blinking 3s cubic-bezier(0.42, 0, 0.36, 0.67) infinite;
  top: calc(71 * 50rem/390);
  left: calc(90 * 50rem/390);
  background-color: #fff;
  border-radius: 50%;
  box-sizing: 0 3px 6px rgba(0, 0, 0, 0.58);
  width: calc(16 * 50rem/390);
  height: calc(16 * 50rem/390);
  z-index: 0;
}
@-webkit-keyframes blinking {
  0% {
    scale: 0.7;
    opacity: 0.8;
  }
  50% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 0.7;
    opacity: 0.8;
  }
}
@keyframes blinking {
  0% {
    scale: 0.7;
    opacity: 0.8;
  }
  50% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 0.7;
    opacity: 0.8;
  }
}
.hotbrand_obyf_lp .recommend__creditBox {
  margin-top: calc(9 * 50rem/390);
  width: calc(175 * 50rem/390);
}
.hotbrand_obyf_lp .recommend__name {
  margin-bottom: calc(7 * 50rem/390);
  font-family: var(--font-jp), sans-serif;
  font-size: calc(15 * 50rem/390);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}
.hotbrand_obyf_lp .recommend__price {
  margin-bottom: calc(12 * 50rem/390);
  font-size: calc(18 * 50rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
}
.hotbrand_obyf_lp .recommend__price .yen {
  font-size: calc(16 * 50rem/390);
}
.hotbrand_obyf_lp .recommend__price small {
  font-size: calc(10 * 50rem/390);
}
.hotbrand_obyf_lp .recommend__text {
  font-size: calc(12 * 50rem/390);
  line-height: 1.67;
  letter-spacing: 0.04em;
  text-align: justify;
}
.hotbrand_obyf_lp .campaignArea {
  padding: calc(50 * 50rem/390) calc(20 * 50rem/390) calc(60 * 50rem/390);
  background-color: #FAF7ED;
}
.hotbrand_obyf_lp .campaignArea .section__title {
  margin-bottom: calc(18 * 50rem/390);
}
.hotbrand_obyf_lp .campaignArea__period {
  margin-bottom: calc(25 * 50rem/390);
  border-bottom: 1px solid #AAAAAA;
}
.hotbrand_obyf_lp .campaignArea__period__title {
  position: relative;
  margin-bottom: calc(6 * 50rem/390);
  font-size: calc(12 * 50rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 0;
}
.hotbrand_obyf_lp .campaignArea__period__title::before, .hotbrand_obyf_lp .campaignArea__period__title::after {
  content: "";
  position: absolute;
  top: 0.3em;
  width: calc(143 * 50rem/390);
  height: 1px;
  border-bottom: 1px solid #AAAAAA;
  z-index: 0;
}
.hotbrand_obyf_lp .campaignArea__period__title::before {
  left: 0;
}
.hotbrand_obyf_lp .campaignArea__period__title::after {
  right: 0;
}
.hotbrand_obyf_lp .campaignArea__period__date {
  margin-bottom: calc(10 * 50rem/390);
  font-size: calc(15 * 50rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.hotbrand_obyf_lp .campaignArea__period__date .strong {
  font-size: calc(20 * 50rem/390);
}
.hotbrand_obyf_lp .campaignArea__list {
  margin-bottom: calc(40 * 50rem/390);
}
.hotbrand_obyf_lp .campaignArea__item:nth-child(1) {
  position: relative;
  z-index: 0;
}
.hotbrand_obyf_lp .campaignArea__item:nth-of-type(n+2) {
  margin-top: calc(10 * 50rem/390);
}
.hotbrand_obyf_lp .campaignArea__item .coupon {
  position: absolute;
  top: calc(128 * 50rem/390);
  left: calc(110 * 50rem/390);
  width: calc(170 * 50rem/390);
  z-index: 1;
}
.hotbrand_obyf_lp .campaignArea__item .coupon-copy {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: calc(4 * 50rem/390);
}
.hotbrand_obyf_lp .campaignArea__item .coupon-code {
  display: inline-block;
  padding: calc(5 * 50rem/390) calc(10 * 50rem/390);
  font-size: calc(13 * 50rem/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hotbrand_obyf_lp .campaignArea__item .coupon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hotbrand_obyf_lp .campaignArea__item .coupon-btn .js-copybtn {
  box-sizing: content-box;
  background-color: #555555;
  border: 1px solid #555555;
  border-radius: 0 calc(4 * 50rem/390) calc(4 * 50rem/390) 0;
  color: #fff;
  font-size: calc(11 * 50rem/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.055em;
  cursor: pointer;
  width: calc(56 * 50rem/390);
  height: 100%;
}
.hotbrand_obyf_lp .campaignArea__item .coupon .copy_alert {
  margin-top: calc(6 * 50rem/390);
  font-size: calc(12 * 50rem/390);
  text-align: left;
}

.page-share-btn #share {
  transition: all 0.6s 0.1s ease;
  left: 5%;
  right: auto;
  bottom: 5%;
}

.follow-bnr {
  position: fixed;
  transition: all 0.6s 0.1s ease;
  transform: translateY(100%);
  left: 0;
  bottom: calc(-2 * 50rem/390);
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  width: 100%;
  z-index: 10;
}
.follow-bnr__list {
  display: flex;
  justify-content: center;
}
.follow-bnr__list p {
  padding-bottom: calc(1 * 50rem/390);
  font-size: calc(10 * 50rem/390);
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
}
.follow-bnr__list p .en {
  font-family: var(--font-serif), sans-serif;
  font-size: calc(15 * 50rem/390);
  letter-spacing: 0.055em;
}
.follow-bnr__list li:nth-of-type(n+2) .follow-bnr__item {
  position: relative;
  z-index: 0;
}
.follow-bnr__list li:nth-of-type(n+2) .follow-bnr__item::before {
  content: "";
  position: absolute;
  top: calc(10 * 50rem/390);
  left: 0;
  width: 1px;
  height: calc(34 * 50rem/390);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.follow-bnr__item {
  display: grid;
  place-content: center;
  padding-inline: calc(32 * 50rem/390);
  height: calc(56 * 50rem/390);
}
.follow-bnr a:hover {
  opacity: 1;
}
.follow-bnr img {
  box-shadow: 0 0 8px rgba(178, 201, 214, 0.65);
}
.follow-bnr.up-move {
  transform: translateY(0);
}

.follow-icon {
  position: fixed;
  transition: all 0.6s 0.1s ease;
  transform: translateX(100%);
  right: calc(-2 * 50rem/390);
  bottom: calc(70 * 50rem/390);
  filter: drop-shadow(0px 0px 6px rgba(196, 191, 175, 0.14));
  width: calc(112 * 50rem/390);
  z-index: 10;
}
.follow-icon a:hover {
  opacity: 1;
}
.follow-icon.up-move {
  transform: translateX(0%);
}

#share.up-move {
  transform: translateY(-70%);
}

/* .hotbrand_obyf_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .loader::before {
    top: 20%;
    left: 36%;
  }
  .loader::after {
    bottom: 20%;
    right: 36%;
  }
  .hotbrand_obyf_lp {
    max-width: 100vw;
  }
  .hotbrand_obyf_lp a {
    cursor: pointer;
  }
  .hotbrand_obyf_lp .pcOnly {
    display: block;
  }
  .hotbrand_obyf_lp .spOnly {
    display: none;
  }
  /* .hotbrand_obyf_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .hotbrand_obyf_lp::after {
    background-image: url(../img/bg.jpg);
  }
  .hotbrand_obyf_lp__inner {
    grid-column: 2;
    margin-inline: auto;
    width: 50rem;
    z-index: 1;
  }
  .hotbrand_obyf_lp .fixed_area {
    display: grid;
    grid-template-columns: 1fr 50rem 1fr;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    background: rgba(242, 248, 254, 0.8);
    overflow: hidden;
    height: 100vh;
    pointer-events: all;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_left__inner {
    display: grid;
    place-content: center;
    position: relative;
    padding-top: 2rem;
    z-index: 0;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_left__inner .logo {
    margin: auto;
    max-width: calc(160 * 50rem/390);
  }
  .hotbrand_obyf_lp .fixed_area .fixed_right {
    top: 0;
    text-align: center;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_right__inner {
    display: grid;
    position: relative;
    place-content: center;
    padding-inline: 5rem;
    z-index: 0;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_right .nav__list {
    position: relative;
    margin-bottom: calc(20 * 50rem/390);
    z-index: 0;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_right .nav__list::before {
    content: "";
    position: absolute;
    top: calc(-8 * 50rem/390);
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 0;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_right .nav__list li:nth-of-type(n+2) {
    margin-top: calc(18 * 50rem/390);
  }
  .hotbrand_obyf_lp .fixed_area .fixed_right .nav__list p {
    font-size: calc(12 * 50rem/390);
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_right .nav__list p .en {
    font-family: var(--font-serif), sans-serif;
    font-size: calc(18 * 50rem/390);
    letter-spacing: 0.055em;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_right .nav__list .follow-bnr__item {
    display: grid;
    position: relative;
    place-content: center;
    padding-inline: calc(32 * 50rem/390);
    height: calc(56 * 50rem/390);
    z-index: 0;
  }
  .hotbrand_obyf_lp .fixed_area .fixed_right .nav__list .follow-bnr__item::after {
    content: "";
    position: absolute;
    bottom: calc(-8 * 50rem/390);
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 0;
  }
  .hotbrand_obyf_lp .follow-icon {
    width: 16rem;
  }
  /* .hotbrand_obyf_lp PC*/
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.fixd .modal_area {
  display: block;
  position: fixed;
  margin: auto;
  top: 0;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  z-index: 1000;
}
.fixd #header,
.fixd .page-share-btn {
  visibility: hidden;
}

.modal_area {
  display: none;
  visibility: hidden;
  height: 0;
  z-index: -1;
}
.modal_area .modal_content {
  position: relative;
  margin-inline: calc(20 * 50rem/390);
  background-color: #fff;
  box-sizing: border-box;
  pointer-events: all;
  overflow: auto;
  width: 100%;
  max-height: 90dvh;
  z-index: 0;
}
.modal_area .modal_container {
  padding: calc(30 * 50rem/390) calc(15 * 50rem/390);
  height: 100%;
}
.modal_area .modal {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 0;
  height: 0;
  pointer-events: none;
  z-index: 0;
}
.modal_area .open.modal {
  height: 100dvh;
}
.modal_area img {
  width: 100%;
  height: auto;
}
.modal_area .modal_container--title {
  margin-bottom: calc(26 * 50rem/390);
  font-size: calc(13 * 50rem/390);
  line-height: 1.5;
  letter-spacing: 0.055em;
}
.modal_area .modal_container--title .en {
  font-size: calc(22 * 50rem/390);
  font-weight: 600;
}
.modal_area .modal_container--voice {
  display: flex;
  justify-content: space-between;
}
.modal_area .modal_container--voice.--1 .staffvoice-staff::after {
  content: "";
  position: absolute;
  transform: rotate(28deg);
  top: calc(25 * 50rem/390);
  right: calc(-25 * 50rem/390);
  width: calc(15 * 50rem/390);
  height: 1px;
  border-bottom: 1px solid var(--color-primary);
  z-index: 1;
}
.modal_area .modal_container--voice.--2 {
  margin-top: calc(15 * 50rem/390);
}
.modal_area .modal_container--voice.--2 .staffvoice-staff::after {
  content: "";
  position: absolute;
  transform: rotate(-25deg);
  top: calc(32 * 50rem/390);
  left: calc(-25 * 50rem/390);
  width: calc(15 * 50rem/390);
  height: 1px;
  border-bottom: 1px solid var(--color-primary);
  z-index: 1;
}
.modal_area .staffvoice-staff {
  position: relative;
  width: calc(50 * 50rem/390);
  z-index: 0;
}
.modal_area .staffvoice-voice {
  padding: calc(16 * 50rem/390) calc(19 * 50rem/390);
  background-color: #F8F8F8;
  border-radius: calc(6 * 50rem/390);
  font-size: calc(12 * 50rem/390);
  line-height: 1.67;
  letter-spacing: 0.055em;
  text-align: justify;
  box-sizing: border-box;
  width: calc(254 * 50rem/390);
}
.modal_area .staffvoice-voice .strong {
  font-weight: bold;
}
.modal_area .modal_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172, 200, 214, 0.6);
  pointer-events: all;
  z-index: -1;
}

.modal_top {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/cross.png);
  background-size: calc(15 * 50rem/390) calc(15 * 50rem/390);
  background-position: center;
  background-repeat: no-repeat;
  font-size: calc(0 * 50rem/390);
  pointer-events: all;
  width: calc(55 * 50rem/390);
  height: calc(55 * 50rem/390);
  z-index: 100;
}

/* .fes_osakavol2_report : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal_top {
    cursor: pointer;
  }
  .modal_area {
    width: 50rem;
  }
  .modal_area .modal_content {
    margin-inline: auto;
    width: 50rem;
  }
  .modal_area .modal_container {
    padding-inline: 3rem;
  }
  .modal_area .staffvoice-voice {
    width: 35.2rem;
  }
}
/* .fes_osakavol2_report : modal PC*/
/*# sourceMappingURL=style.css.map */