/* CSS Document */
/*-----------------------------------
フェードイン
-----------------------------------*/
.fadein {
  opacity: 0;
  transition: 1s;
}
.fadein.scrollin {
  opacity: 1;
}
/*-----------------------------------
共通
リセット
-----------------------------------*/
#main_header, #main:before {
  display: none;
}
#contents {
  opacity: 0;
  transition: opacity 1s ease;
}
#contents.show {
  opacity: 1;
}
#contents-main.all {
  padding: 0;
  width: auto;
}
#main {
  border: none;
  background: none;
}
.pc #main {
  width: auto;
}
body.anniversary .sp {
  display: none !important;
}
/*-----------------------------------
共通
body.anniversary
-----------------------------------*/
html {
  font-size: 62.5%;
}
.bg_img {
  content: "";
  width: 100%;
  height: 100vh;
  background: url("/cmsdata/pr/hdt-anv/bg.png") #fffdf0;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
body.anniversary, body.view.sp.anniversary {
  background: none;
  min-height: 100vh;
  font-family: "Comfortaa", "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.parallax_echikachan {
  opacity: 0;
  position: fixed;
  width: calc((100% - 640px) / 2);
  right: 0;
  top: 200px;
  display: flex;
  justify-content: center;
  height: auto;
  z-index: 1;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: opacity 1s ease;
}
.parallax_echikachan.show {
  opacity: 1;
}
.parallax_echikachan img {
  width: 230px;
  max-width: 80%;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  } /* 上に15px移動 */
  100% {
    transform: translateY(0);
  }
}
body.anniversary #message {
  line-height: 2.3rem;
  padding: 10px 0 60px;
}
body.anniversary #message dt {
  text-align: center;
  color: var(--color-base-accent-dark);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.3rem;
  margin-bottom: 14px;
}
body.anniversary #message dt h1 {
    margin: 0 auto 0;
    max-width: 460px;
}
body.anniversary #message dd p {
  font-size: 1.8rem;
  line-height: 3.6rem;
}



body.anniversary #contents .inner {
  background: #fff;
}
body.anniversary #contents .inner h2 {
  color: var(--color-base-accent-dark);
  text-align: center;
  font-size: 2.4rem;
  padding: 20px 0 18px;
  margin-bottom: 30px;
  border: 2px solid var(--color-base-accent-dark);
  border-width: 2px 0 2px 0;
}
body.anniversary #contents #history {
  margin-bottom: 40px;
}
body.anniversary #contents #history dl.single_history {
  padding: 0 0 40px 50px;
  position: relative;
}
body.anniversary #contents #history dl.single_history:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 8px;
  z-index: 1;
  background: var(--color-base-accent-dark);
  border-radius: 100px;
  border: 2px solid #fff;
}
body.anniversary #contents #history dl.single_history.point:before {
  content: "";
  display: block;
  width: 41px;
  height: 51px;
  position: absolute;
  top: -20px;
  left: -1px;
  z-index: 1;
  background: url(icn_kira.svg) no-repeat;
  border: none;
}
body.anniversary #contents #history dl.single_history:not(:last-of-type):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  display: block;
  background: #e1e1e1;
  top: 0;
  left: 19px;
}
body.anniversary #contents #history dl.single_history > dt {
  color: var(--color-base-accent-dark);
  font-size: 2.4rem;
  font-weight: bolder;
  margin-bottom: 14px;
}
body.anniversary #contents #history dl.single_history > dd {
  border-radius: 20px;
  padding: 30px 24px;
  font-size: 0.98rem;
  line-height: 1.8rem;
  border: 4px solid #f8d9e7;
  box-sizing: border-box;
}
body.anniversary #contents #history dl.single_history.point > dd {
  background: #f8d9e7;
}
body.anniversary #contents #history dl.single_history dd h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  background: none;
  padding: 0;
	    margin-left: -1.3rem;
    letter-spacing: -0.09rem;
  margin-bottom: 14px;
}
body.anniversary #contents #history dl.single_history dd > .img {
  max-width: 380px;
  margin: 0 auto 14px;
}

body.anniversary #contents #history dl.single_history dd > .img.logo{
	max-width: 260px;
}

body.anniversary #contents #history dl.single_history dd > .txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
body.anniversary #contents #history dl.single_history dd > .txt strong {
  color: var(--color-base-accent-dark);
  display: block;
  margin-bottom: 8px;
  font-size: 1.8rem;
}
body.anniversary #contents #history dl.single_history .before_after_box {
  margin: 30px 0;
  text-align: center;
}
body.anniversary #contents #history dl.single_history .before_after_box .before_after_ttl {
  color: #fff;
  background: var(--color-base-accent-dark);
  padding: 14px 0 12px;
  margin: 0 auto 10px;
  width: 28rem;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.6rem;
}
body.anniversary #contents #history dl.single_history .before_after_box .before_after_catch {
  color: var(--color-base-accent-dark);
  font-weight: bold;
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
body.anniversary #contents #history dl.single_history .before_after_box .before_after_catch::before, body.anniversary #contents #history dl.single_history .before_after_box .before_after_catch::after {
  width: 2px;
  height: 32px;
  content: "";
  border-radius: 100px;
  background-color: var(--color-base-accent-dark);
  display: block;
  position: absolute;
  bottom: 0;
}
body.anniversary #contents #history dl.single_history .before_after_box .before_after_catch::before {
  margin-right: 0.5em;
  transform: rotate(-40deg);
  left: -30px;
}
body.anniversary #contents #history dl.single_history .before_after_box .before_after_catch::after {
  margin-left: 0.5em;
  transform: rotate(40deg);
  right: -30px;
}
body.anniversary #contents #history dl.single_history .before_after_box .before_after_place {
  font-size: 1.4rem;
  margin: 10px 0 4px 0;
}
body.anniversary #contents #history .before_after_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 24px;
}
body.anniversary #contents #history .box_before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 3px solid #fff;
}
body.anniversary #contents #history .box_before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
body.anniversary #contents #history .box_before::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: -10px;
  width: 41px;
  height: 41px;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
}
body.anniversary #contents #history .before_after_slider span {
  position: absolute;
  top: 0;
  z-index: 1;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1rem;
  min-width: 70px;
  text-align: center;
  background: #231815;
  padding: 8px 4px 7px;
}
body.anniversary #contents #history .before_after_slider span.before {
  left: 0;
}
body.anniversary #contents #history .before_after_slider span.after {
  right: 0;
}
body.anniversary #contents #history .before_after_slider .slider_range {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}
body.anniversary #contents #history .echikachan_box {
  background: #fff;
  border: 2px solid var(--color-base-accent-dark);
  box-sizing: border-box;
  padding: 26px 30px 24px;
}
body.anniversary #contents #history .echikachan_box dt {
  color: var(--color-base-accent-dark);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
body.anniversary #contents #history .echikachan_box .img {
  width: 120px;
  margin: 6px auto;
}
body.anniversary #contents #history .echikachan_box dd {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
body.anniversary #contents #newshop .logo_20th {
  width: 230px;
  max-width: 50%;
  margin: 0 auto 20px;
}
body.anniversary #contents .inner #newshop h2 {
  margin-bottom: 40px;
}

body.anniversary #contents .inner #newshop h2 span{
	    font-size: 1.4rem;
}

body.anniversary #contents #newshop .single_newshop {
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto 80px;
}
body.anniversary #contents #newshop dt .name {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-base-accent-dark);
  margin: 20px 0 10px;
}
body.anniversary #contents #newshop dt .ribbon {
  background: var(--color-base-accent-dark);
  width: 22rem;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  line-height: 3.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  top: -1em;
  left: calc((100% - 22rem) / 2);
  box-sizing: border-box;
}
body.anniversary #contents #newshop dd p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
body.anniversary #contents #newshop dd a.btn {
  color: var(--color-base-accent-dark);
  font-weight: bold;
  border: 3px solid var(--color-base-bg-light);
  border-radius: 100px;
  padding: 12px 30px 12px 20px;
  margin-top: 12px;
  display: inline-block;
  line-height: 1em;
}
body.anniversary #contents #newshop dd a.btn:before {
  font-family: var(--fontfamily-icon);
  content: "\e5cc";
  margin: 0 4px 0 0;
  vertical-align: middle;
  font-size: 2.4rem;
}
body.anniversary #contents #campaign .comingsoon {
  text-align: center;
}
body.anniversary #contents #campaign .comingsoon img {
  width: 120px;
  margin-bottom: 10px;
}
body.anniversary #contents #campaign .comingsoon p {
  font-size: 1.6rem;
  line-height: 3rem;
}
body.anniversary #contents #campaign .comingsoon strong {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
body.anniversary #contents #campaign .comingsoon span {
  color: var(--color-base-accent-dark);
  font-weight: bold;
	    margin-top: 20px;
    display: inline-block;
}

body.anniversary #contents #campaign .comingsoon em{
	background:linear-gradient(transparent 60%, #f8d9e7 60%);
	font-weight: bold;
}

/*-----------------------------------
PC
body.anniversary
-----------------------------------*/
body.anniversary #contents-main.all > .inner {
  margin: 0 auto;
  padding: 0 36px 80px;
  width: 640px;
  min-width: auto;
  max-width: 640px;
  box-sizing: border-box;
}
#logo_echika {
  position: fixed;
  width: calc((100% - 640px) / 2);
  left: 0;
  top: 40px;
}
#logo_echika a {
  display: block;
  width: 250px;
  max-width: 60%;
  margin: 0 auto;
}
#nav {
  position: fixed;
  width: calc((100% - 640px) / 2);
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav li {
  margin: 36px 0;
}
#nav a {
  display: inline-block;
  color: var(--color-base-accent-dark);
  font-weight: bold;
  font-size: 2.4rem;
  text-decoration: underline;
  background: url(icn_nav.svg) no-repeat left center;
  padding-left: 2rem;
}
footer .copyright {
  background: #fff;
  margin: 0 auto;
  padding: 0 36px 20px;
  width: 640px;
  min-width: auto;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1330px) {
  #nav a {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 1030px) {
  #nav {
    height: auto;
    display: block;
    z-index: 100;
  }
  #nav dt {
    position: fixed;
    top: 16px;
    left: 20px;
    z-index: 100;
    width: 50px;
    height: 60px;
    border: none;
    cursor: pointer;
  }
  #nav dt span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: var(--color-base-accent-dark);
    transition: all .4s;
  }
  #nav dt span:nth-child(1) {
    top: 19px;
  }
  #nav dt span:nth-child(2) {
    top: 28px;
  }
  #nav dt span:nth-child(3) {
    top: 37px;
  }
  #nav dt.active span:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  #nav dt.active span:nth-child(2) {
    opacity: 0;
  }
  #nav dt.active span:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  #nav dd {
    opacity: 0;
	 
  }
  #nav dd.active {
    visibility: visible;
    opacity: 1;
	  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
     transition:0.5s;
  }

  #nav dd li {
    margin: 46px 0;
  }
  #nav dd a {
    display: inline-block;
    font-size: 2.4rem;
    padding: 4px 0 4px 2.8rem;
  }
  body.anniversary #logo_echika {
    width: 100%;
    height: auto;
    left: 0;
    top: 28px;
    padding: 0;
    margin: 0 auto;
  }
  body.anniversary #logo_echika a img {
    width: auto;
    height: 30px;
  }
  body.anniversary #main {
    padding: 90px 20px 0;
  }
}
/*-----------------------------------
max-width: 1000px
body.anniversary
-----------------------------------*/
@media screen and (max-width: 1001px) {
  body.anniversary .pc {
    display: none !important;
  }
  body.anniversary #contents-main.all > .inner {
    width: 100%;
    padding: 0 36px 80px;
  }
  body.anniversary #message {
    padding: 20px 0;
  }
  body.anniversary #contents #history dl.single_history {
    padding: 0 0 40px 20px;
  }
  body.anniversary #contents #history dl.single_history:before {
    width: 10px;
    height: 10px;
    top: -2px;
    left: 0px;
  }
  body.anniversary #contents #history dl.single_history.point:before {
    top: -8px;
    left: -4px;
    width: 22px;
    height: 28px;
  }
  body.anniversary #contents #history dl.single_history:not(:last-of-type):after {
    left: 6px;
  }
  body.anniversary #contents #history dl.single_history .before_after_box {
    margin-top: 20px;
  }
  body.anniversary #contents #history dl.single_history .before_after_box .before_after_ttl {
    padding: 10px 0 8px;
  }
  body.anniversary #contents #history .echikachan_box .img {
    width: 80px;
  }
  body.anniversary #contents #newshop .logo_20th {
    margin-bottom: 14px;
  }
  body.anniversary #contents #newshop .single_newshop {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .parallax_echikachan {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #nav dt {
        top: 16px;
        left: 18px;
        width: 40px;
        height: 50px;
  }
  #nav dt span:nth-child(1) {
    top: 17px;
  }
  #nav dt span:nth-child(2) {
    top: 24px;
  }
  #nav dt span:nth-child(3) {
    top: 31px;
  }
  #nav dt.active span:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #nav dt.active span:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 50%;
    background: var(--color-base-accent-dark);
  }
  body.anniversary .sp {
    display: block !important;
  }
  body.anniversary #contents-main.all > .inner {
    padding: 0 16px 80px;
  }
  body.anniversary #contents #history dl.single_history > dd {
    padding: 14px;
    border-radius: 10px;
  }
  body.anniversary #contents #history .echikachan_box {
    padding: 20px 14px 14px;
  }
  body.anniversary #contents #history dl.single_history .before_after_box .before_after_catch::before {
    left: 0;
  }
  body.anniversary #contents #history dl.single_history .before_after_box .before_after_catch::after {
    right: 0;
  }
}
/* 幅微調整 */
@media screen and (max-width: 344px) {}
@media screen and (max-width:320px) {}