@charset "UTF-8";
#main-chirismas * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-chirismas img {
  max-width: 100%;
}
#main-chirismas ul,
#main-chirismas ol,
#main-chirismas 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-chirismas /-------------------*/
#main-chirismas {

  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-chirismas {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (min-width: 820px) {
  #main-chirismas {
    width: 820px;
    font-size: 16px;
  }
}

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

#main-chirismas 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-chirismas p.go-top a {
    bottom: 3%;
    right: auto;
    margin-left: 680px;
  }
}
@media screen and (min-width: 820px) {
  #main-chirismas p.go-top a {
    margin-left: 780px;
  }
}
#main-chirismas 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: 140% !important;
}

.mv {
  width: 100%;
  padding: calc(500 / 820 * 100%) 0 0;
  margin: 0 auto 1em;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/keihanhouse202508_mv_pc.jpg);
  background-size: cover;
  position: relative;
  overflow-anchor: hidden;
}
@media screen and (min-width: 720px) {
  .mv {
    margin: 0 auto 2em;

  }
}
.mv li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}



.nav_theme {
  margin: 0 auto 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.nav_theme li {
  width: 50%;
  text-align: center;
}
.nav_theme li {
  border-right: 1px solid #292927;
}
.nav_theme li:first-child {
  border-left: 1px solid #292927;
}
.nav_theme li a {
  display: block;
  padding: 1em 0;
  color: #292927;
  text-decoration: none;
  font-size: 87.5%;
  position: relative;
  overflow: hidden;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.nav_theme li a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  padding: 2px 0;
  background-color: #bb0707;
  z-index: -1;
  width: 0px;
  padding: 0 0 3px;
  -webkit-animation-name: square-shrink;
  animation-name: square-shrink;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav_theme li a:hover {
  color: #000;
}
.nav_theme li a:hover span {
  color: #000;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.nav_theme li a span {
  display: block;
  font-size: 102% !important;
  color: #e75297;
}
@media screen and (min-width: 720px) {
  .nav_theme li a span {
    font-size: 200%;
  }
}
.nav_theme li a:hover::before {
  -webkit-animation-name: square-stretch;
  animation-name: square-stretch;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.nav_theme li:nth-child(2n) a::before,
.nav_theme li:last-child a::before {
  right: auto;
  left: 0;
  background-color: #e75297;
}
.nav_theme li:last-child a:hover::before {
  left: 0;
  background-color: #e75297;
}

@-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 */
#for-me,
#for-you {
  border-bottom: 2px solid #dfb461;
  margin-bottom: 3em;
}

.smv {
  margin-bottom: 3em;
}
.smv li {
  text-align: center;
}
.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%;
  color: #a07646;
}


.item {
  width: 100%;
 margin: 0 5% 5% 0; 

}

.item:nth-child(2n),
.item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 720px) {
  .item {
    width: 45%;
margin: 0 3% 3%  0
  }
}




*,
*: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 */

.comeback{
margin-top:50px;
}

.item-list {
  padding-top: 10px;
  display: flex;
}

@media screen and (min-width: 720px) {
  .item-list {
      padding-top: 1px;
      display: flex;
    }
  }

.item-list li{
  padding: 5px;
  font-size: 10px;
}
@media screen and (min-width: 720px) {
  .item-list li {
      padding: 20px;
        font-size: 20px;
    }}



.chirismas{
  padding-bottom: 20px;
}

.text_home{
  text-align: center;
line-height:2;
font-size: 17px;
font-weight: 100;
margin-bottom: 10px;
color: #848484;
}

@media screen and (min-width: 720px) {
.text_home {
    text-align: center;
    line-height: 4;
    font-size: 27px;
    font-weight: 100;
    margin-bottom: 10px;
    color: #848484;
  }
}


.contact_keihan{
  font-size: 2em;
      text-align: center;
}


#copytxt{
  display: none;
  
}

