@charset "UTF-8";
#main * {
  box-sizing: border-box;
}
#main img {
  max-width: 100%;
  vertical-align: bottom;
}
#main ul,
#main ol,
#main li {
  list-style: none;
}

footer .navi .inner .pagetopbtn {
  display: none;
}

.sp_work {
  display: block;
}
@media screen and (min-width: 720px) {
  .sp_work {
    display: none;
  }
}

.pc_work {
  display: none;
}
@media screen and (min-width: 720px) {
  .pc_work {
    display: block;
  }
}
.spbr {
  display: block;
}
@media screen and (min-width: 720px) {
  .spbr {
    display: none;
  }
}

.pcbr {
  display: none;
}
@media screen and (min-width: 720px) {
  .pcbr {
    display: block;
  }
}
/*--------------------/ #main /-------------------*/
#main {
  width: 100vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: -0.001em;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #595757;
  background-color: #eeeeee;
  overflow: hidden;
  /* height: 100vh; */
  /* margin-bottom: 5em !important; */
}
@media screen and (min-width: 720px) {
  #main {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 16px;
  }
}

.post_wrapper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .post_wrapper {
    width: 100%;
  }
}

#main p.go_top a {
  position: fixed;
  bottom: 12%;
  right: 5%;
  width: 40px;
  height: auto;
  opacity: 0.7;
  transition-duration: 0.3s;
}
@media screen and (min-width: 820px) {
  #main p.go_top a {
    bottom: 7%;
    right: auto;
    margin-left: 720px;
  }
}
#main p.go_top a:hover {
  opacity: 1;
}

.fade_in {
  opacity: 0.2;
  transform: translate(0, 50px);
  transition-duration: 0.5s;
}

.fade_in.fade_in_active {
  opacity: 1;
  transform: translate(0, 0);
}

#main {
  --main_space: 3em;
  --cream: #eeeeee;
  --brick: #b81c22;
}
@media screen and (min-width: 720px) {
  #main {
    --main_space: 3em;
  }
}

.detailSection .infoBlock {
  display: none;
}

.mv {
  width: auto;
  margin: 0 auto;
  padding: 100% 0 0;
  background: url(https://www.keihan-dept.co.jp/hirakata/news/hirakatamall_202508_mv.jpg) center top/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .mv {
    padding: 56.0975609756% 0 0;
    background: url(https://www.keihan-dept.co.jp/hirakata/news/hirakatamall_202508_mv_pc.jpg) center top/cover;
  }
}
.mv li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.heading {
  width: auto;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0 auto;
  padding: 1em;
  background-color: var(--cream);
  text-align: center !important;
  align-items: center;
  vertical-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (min-width: 720px) {
  .heading {
    padding: 5em;
    /* margin: 0 auto calc(var(--main_space) / 2); */
  }
}
.heading ul {
  margin-bottom: 3em;
}
@media screen and (min-width: 720px) {
  .heading ul {
    padding: 1em;
    margin-bottom: 0;
  }
}
.heading ul li {
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 720px) {
  .heading ul li {
    text-align: center;
    margin: 0 auto;
    align-items: center;
  }
}
.heading-ttl {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 3em;
}


.heading dl {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  text-align: center !important;
}
@media screen and (min-width: 720px) {
  .heading dl {
    width: 80%;
  }
}

/* スライドここから */
/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
  margin: 0 auto;
  margin-bottom: 10em;
}
@media screen and (min-width: 720px) {
  .slide-wrapper {
    width: 90%;
  }
}
/*  ↓ スライド（コンテンツ） */
.slide {
  /*スライド全体 */
  width: 300%;
  height: 100%;
  display: flex;
  transition: all 0.7s;
}
.slide p {
  font-size: 70%;
}
.slide div {
  /* スライド */
  width: 50%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 720px) {
  .slide div {
    /* スライド */
    width: 20%;
    height: 100%;
  }
}

.slide div img {
  width: 94%;
}
@media screen and (min-width: 720px) {
  .slide div img {
    width: 70%;
  }
}
.slide1 {
  /* スライドさせるために必要なクラス */
  transform: translateX(0);
}
.slide2 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-20%);
}
.slide3 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-40%);
}
.slide4 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-60%);
}
.slide5 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-80%);
}
.slide div:nth-of-type(1) {
  /* 背景色 */
  background-color: #fffae3;
}
.slide div:nth-of-type(2) {
  /* 背景色 */
  background-color: #ffffff;
}
.slide div:nth-of-type(3) {
  /* 背景色 */
  background-color: #fffae3;
}
.slide div:nth-of-type(4) {
  /* 背景色 */
  background-color: #ffffff;
}
.slide div:nth-of-type(5) {
  /* 背景色 */
  background-color: #fffae3;
}
/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #595757;
  border-right: solid 3px #595757;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #595757;
  border-right: solid 3px #595757;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #595757 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #595757;
}

/* スライドここまで */

.logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 2em;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
}
.logo li {
  width: 120px;
  margin-bottom: 0.5em !important;
  /* margin-right: 2em; */
}
.logo-02 li {
  width: 150px;
  /* margin-right: 0.5em; */
}
@media screen and (min-width: 720px) {
  .logo-02 li {
    width: 180px;
  }
}
.logo-03 li {
  width: 150px;
}
@media screen and (min-width: 720px) {
  .logo-03 li {
    width: 130px;
  }
}

.logo-02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0.5em;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.logo-03 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 1em;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}

.brand-logo {
  margin: 0 auto !important;
  text-align: center !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em !important;
}
.brand-logo02 {
  margin: 0 auto !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center;
  margin-bottom: 3em !important;
}
.brand-logo03 {
  margin: 0 auto !important;
  text-align: center !important;
  justify-content: first baseline;
  align-items: center;
  margin-bottom: 3em !important;
}

.and {
  text-align: center;
  font-size: 70%;
  margin-top: 1em;
  width: 130px;
}

/* 002 */
.button002 {
  margin-bottom: 2em !important;
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.button002 a {
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #ee801b;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 10px 25px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  /* margin-top: 1em; */
  font-size: 250%; /* アイコンサイズ */
  width: 350px; /* 背景横幅 */
  height: 50px; /* 背景高さ */
  text-align: center !important;
}
@media screen and (min-width: 720px) {
  .button002 a {
    font-size: 300%; /* アイコンサイズ */
    width: 628px; /* 背景横幅 */
    height: 50px; /* 背景高さ */
  }
}
.button002 div {
  font-size: 40%;
  padding-left: 1em;
  transform: translateX(0%) translateY(0%);
}

.button002 a:hover {
  background: #313131;
  color: #fff;
}
.button002 a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
  border-color: #fff;
}

/* タイトル */

.ttl {
  /* position: relative; */
  margin-top: 4em;
  margin-bottom: 2em;
  text-align: center;
}

.ttl h5 {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 190%;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 720px) {
  .ttl h5 {
    font-size: 270%;
    width: 100%;
  }
}
.ttl img {
  width: 80%;
}
@media screen and (min-width: 720px) {
  .ttl img {
    width: 50% !important;
  }
}
.ttl h5 span {
  font-size: 60%;
  vertical-align: 0.2em !important;
}

section {
  margin-bottom: 12em;
}


hr.style8 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
  margin-bottom: 7em;
}
hr.style8:after {
  content: "";
  display: block;
  margin-top: 2px;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

.product p {
  margin-bottom: 1em !important;
}
.product_container {
  padding: 0 5%;
  margin-bottom: var(--main_space);
}
@media screen and (min-width: 720px) {
  .product_container {
    padding: 0 6em;
  }
}
.product_lead {
  margin-bottom: 0.5em;
  font-size: 125%;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  /* letter-spacing: -0.025em; */
}
.product_name {
  font-weight: bold;
  color: var(--brick);
}
.product_copy {
  margin-bottom: 3em;
  font-size: 80%;
}
@media screen and (min-width: 720px) {
  .product_copy {
    font-size: 90%;
  }
}
.product_anchor a {
  color: #ea6da4;
  text-decoration: underline;
  text-underline-position: under;
}
.product_anchor a:hover {
  opacity: 0.7;
}
.product_brand,
.product_price {
  text-align: left;
}
.product_price {
  font-size: 80%;
}
.product_price b {
  font-size: 200%;
  font-weight: bold;
}
.product_price em {
  color: #e50012;
  font-style: normal;
}

.artist {
  font-size: 95%;
  background-color: #fff;
  padding: 2em;
  margin-bottom: 3em;
}

.artist_nars,
.artist_esthederm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: solid 0.7px #595757; /*線*/
  border-radius: 10px;
  padding: 1.5em;
  width: 100%;
  margin-bottom: 2em !important;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .artist_nars,
  .artist_esthederm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1em !important;
  }
}
.usagi{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: solid 0.7px #595757; /*線*/
  border-radius: 10px;
  padding: 1.5em;
  width: 100%;
  margin-bottom: 2em !important;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .artist_nars,
  .artist_esthederm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1em !important;
  }
}

.artist_nars li,
.artist_esthederm li {
  width: 100%;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 720px) {
  .artist_nars li,
  .artist_esthederm li {
    width: 100%;
  }
}

.artist_nars img,
.artist_esthederm img {
  width: 70%;
}
@media screen and (min-width: 720px) {
  .artist_nars img,
  .artist_esthederm img {
    width: 190px;
  }
}

.usagi img {
  margin-bottom: 1em;
  margin-top: 1em;
}

.artist_ttl {
  width: 100%;
  font-size: 120%;
  padding: 0.2em 1em;
  font-weight: bold;
  color: #595757; /*文字色*/
  background: #fff;
  border: solid 0.7px #595757; /*線*/
  border-radius: 25px; /*角の丸み*/
  margin-bottom: 1em;
}
@media screen and (min-width: 720px) {
  .artist_ttl {
    width: 310px !important;
  }
}
.artist_ttl2 {
  width: 100%;
  font-size: 120%;
  padding: 0.2em 1em;
  font-weight: bold;
  color: #595757; /*文字色*/
  background: #fff;
	text-align: center;
  border: solid 0.7px #595757; /*線*/
  border-radius: 25px; /*角の丸み*/
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .artist_ttl {
    width: 310px !important;
  }
}
@media screen and (min-width: 720px) {
  .artist_nars_txt,
  .artist_esthederm_txt {
    width: 310px;
  }
}
.artist_01 {
  text-align: left;
  font-size: 90%;
}
.artist_02 {
  border: solid 0.7px #595757; /*線*/
  padding: 0.5em;
  text-align: left;
  font-size: 65%;
}
@media screen and (min-width: 720px) {
  .artist_02 {
    font-size: 80%;
  }
}
.artist_01 span {
  font-size: 80%;
}
.prize {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.prize img {
  width: 150px;
}
.special {
  text-align: center;
  margin: 0 auto;
  background-color: #fdfceb;
  padding: 1.5em;
  margin-bottom: 3em;
  margin-top: 3em;
  font-size: 70%;
}
@media screen and (min-width: 720px) {
  .special {
    font-size: 85%;
    padding: 3em;
  }
}
.special h4 {
  margin-bottom: 4em !important;
}
.product_container h5 {
  font-size: 120%;
  text-align: center;
  margin-bottom: 2em;
}
.product_container h5 span {
  font-weight: 600;
  color: #b81c22;
}
.special li {
  margin-bottom: 0.5em;
}
.special li span {
  font-weight: 600;
  color: #b81c22;
}
.special_brand {
  background-color: #fff;
  border: solid 0.7px #595757; /*線*/
  padding: 0 1em;
  text-align: center;
  width: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .special_brand {
    width: 140px;
  }
}
.special_brand02 {
  background-color: #fff;
  border: solid 0.7px #595757; /*線*/
  padding: 0 1em;
  text-align: center;
  width: 170px;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .special_brand02 {
    width: 160px;
  }
}
.special_brand03 {
  background-color: #fff;
  border: solid 0.7px #595757; /*線*/
  padding: 0 1em;
  text-align: center;
  width: 130px;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .special_brand03 {
    width: 120px;
  }
}
/* .special_brand img {
  width: 180px !important;
} */
.special ul {
  margin-bottom: 2em;
}
.kome {
  font-size: 80%;
}
.kome02 {
  font-size: 70%;
  text-align: center;
}
.line {
  /* width: 80%; */
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color: #595757;
  margin-bottom: 3em;
}
.special h4 {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  position: relative; /*positionをrelativeに指定*/
}
.special h4::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #ee801b; /*下線の色*/
  width: 80px; /*線の幅*/
  height: 2px; /*線の太さ*/
  bottom: -10px; /*線のタテ位置*/
  left: 50%; /*線のヨコ位置*/
  transform: translateX(-50%); /*線のヨコ位置*/
}
.cp_hr02 {
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color: #595757;
  margin-bottom: 3em;
}


.brand span {
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  border: 1px solid #595757;
  margin-right: 0.25em;
}

.commitment {
  padding: 1em 12.5% 0 !important;
}
@media screen and (min-width: 720px) {
  .commitment {
    padding: 4.5em 6em 0 !important;
  }
}
/*# sourceMappingURL=unagi_2022_style.css.map */
