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

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

.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.7333vw;
  line-height: 1.5;
  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: #292927;
}
@media screen and (min-width: 720px) {
  #main {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 16px;
  }
}

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

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

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation-name: fade-down;
  animation-name: fade-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fade-in.fade-in-active {
  -webkit-animation-name: fade-up;
  animation-name: fade-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* animation setting */
/* slide up animation */
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.caslon {
  font-family: "Libre Caslon Text", serif;
  font-size: 170% !important;
}


.hero {
  width: auto;
  padding: 100% 0 0;
  margin-bottom: var(--main_space);
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/trasta_8th-202403_mv_sp.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 765px) {
  .hero {
    padding: 56.0975609756% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/trasta_8th-202403_mv_pc.jpg) no-repeat center top/cover;
  }
}
.hero li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.mv li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.story {
  width: 100%;
  margin: 0 auto 3em;
  text-align: center;
}
.story li {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.75;
}

.story li:first-child {
  margin-top: 5em;
  margin-bottom: 1.5em;
  font-size: 80%;
  line-height: 2.3;
}
@media screen and (min-width: 720px) {
  .story li:first-child {
    font-size: 95%;
    margin-bottom: 7em;
  }
}

@-webkit-keyframes square-stretch {
  0% {
    width: 0;
    padding: 0 0 3px;
  }
  50% {
    width: 100%;
    padding: 0 0 3px;
  }
  100% {
    width: 100%;
    padding: 0 0 6.5em;
  }
}

@keyframes square-stretch {
  0% {
    width: 0;
    padding: 0 0 3px;
  }
  50% {
    width: 100%;
    padding: 0 0 3px;
  }
  100% {
    width: 100%;
    padding: 0 0 6.5em;
  }
}
@-webkit-keyframes square-shrink {
  0% {
    width: 100%;
    padding: 0 0 6.5em;
  }
  50% {
    width: 100%;
    padding: 0 0 3px;
  }
  100% {
    width: 0;
    padding: 0 0 3px;
  }
}
@keyframes square-shrink {
  0% {
    width: 100%;
    padding: 0 0 6.5em;
  }
  50% {
    width: 100%;
    padding: 0 0 3px;
  }
  100% {
    width: 0;
    padding: 0 0 3px;
  }
}
/* .item-list */

.smv {
  text-align: center;
  margin-top: 6em;
  margin-bottom: 3em;
}
.smv li:first-child {
  margin-bottom: 1em;
}
.smv li:last-child {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.smv li:last-child span {
  display: block;
  font-size: 200%;
  line-height: 50px;
  color: #292927;
  border-bottom: 2px solid #e7b5cb;
  display: inline-block;
  padding-bottom: 8px;
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

#kids item-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: space-between !important; */
}
.sub_story {
  width: 100%;
  margin: 0 auto 3em;
  text-align: center;
  /* font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  line-height: 1.75;
  font-size: 90%;
}

/*　　トラスタ①　*/
.contents {
  display: flex;
  flex-direction: column;
}
.contents_txt {
  margin: 0 1em 5em;
}
.mens_cap_pl {
  font-size: 90%;
}
.contents img {
  margin-bottom: 1em;
}
.contents_txt li {
  margin-bottom: 1em;
}
.contents_txt li:last-child {
  font-size: 90%;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 720px) {
  .contents {
    display: flex;
    flex-direction: row;
    margin-bottom: 5em;
  }
  .contents img {
    width: 100% !important;
    margin-bottom: 0;
  }
  .contents_txt {
    width: 160% !important;
    margin: 0 1em 0;
  }
}
@media screen and (min-width: 720px) {
  .mens_subttl {
    margin-top: 4em;
    width: 25%;
  }
}
.sub_ttl_02 {
  font-family: Optima, Candara, "Noto Sans", source-sans-pro, sans-serif;
  font-weight: 600;
  font-size: 170% !important;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.7em;
  letter-spacing: 0.02em !important;
}
.sub_ttl_02 span {
  font-size: 40%;
}
.sub_ttl_03 {
  font-family: Optima, Candara, "Noto Sans", source-sans-pro, sans-serif;
  font-weight: 500;
  font-size: 90% !important;
  text-align: left;
  margin-top: -1.7em;
  margin-bottom: 0.7em;
}
.mens_cap {
  font-size: 90%;
  line-height: 1.6 !important;
}
.mens_cap_red {
  line-height: 1.6 !important;
  color: darkred;
  font-weight: 600;
}
.mens_image li:last-child {
  text-align: right;
  font-size: 81.25%;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
}
.contents li:last-child span {
  margin-right: 0.125em;
  color: #79b3e5ea;
}
.mens_cap_02 {
  margin-top: 1em;
}
/*　　⑤メンズ終わり　*/

/*　　⑥メイクアップ　*/
.makedouga {
  margin-bottom: 5em;
  text-align: center;
}
.lifestyle_link {
  margin-bottom: 5em;
}
/*　　⑥メイクアップ終わり　*/

/*　　ボタン 　　*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #dfb461;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #dfb461;
}

a.btn--radius {
  border-radius: 100vh;
}
/*# sourceMappingURL=christmas-gift-style.css.map */
