@charset "utf-8";

body {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------
	PC
----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
#d_layout * {
  box-sizing: border-box;
}
#d_layout {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  /*width: calc(100% - 40px);*/
  font-family : YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
}
#d_layout a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s linear;
}
#d_layout a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#d_layout .notice_area {
  margin: 0 auto 60px;
  width: 700px;
}
#d_layout .notice_area img {
  width: 100%;
}

div#d_layout {
  font-family: "Hiragino Sans","Noto Sans JP",YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
}
#d_layout .header_outer {
  border-bottom: 1px solid #131516;
}
#d_layout .header_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#d_layout a.header_login {
  position: absolute;
  width: 100px;
  height: 60px;
  top: calc(50% - 30px);
  right: 0;
}
#d_layout a.header_login img {
  width: 30px;
}
#d_layout a.header_login p {
  font-size: 11px;
  margin-top: 8px;
}
#d_layout .slick_outer {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
  overflow: hidden;
}
#d_layout #slick_mv.slick-dotted.slick-slider,
#d_layout #slick_mv_text.slick-slider {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#d_layout .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#d_layout .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#d_layout #slick_mv_text .slick-track {
  max-width: 660px;
  margin: 0;
  display: flex;
}
#d_layout .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
#d_layout .slick-initialized .slick-slide {
  display: block;
  padding-bottom: 31px;
  max-width: 660px;
  width: 100%;
}
#d_layout #slick_mv_text .slick-slide {
  display: none;
}
#d_layout #slick_mv_text.slick-initialized .slick-slide {
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0s;
  height: fit-content;
}
#d_layout #slick_mv_text.slick-initialized .slick-slide.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 1s;
}
#d_layout .slick-slide a {
  position: relative;
  display: block;
  z-index: 3;
}
#d_layout .slick-slide img {
  max-width: 100%;
  height: auto;
  transform: scale(0.9);
  border-radius: 20px;
  transition: transform 300ms;
  transition-delay: 1000ms;
  position: relative;
  z-index: 2;
}
#d_layout .slick-slide img.img_shadow {
  opacity: 0;
  transition: opacity 300ms;
  transition-delay: 1000ms;
  position: absolute;
  bottom: 0;
  left: 16px;
  z-index: 1;
  filter: blur(24px);
  width: calc(100% - 32px);
}
#d_layout .slick-slide.slick-active img.img_shadow {
  opacity: 0.4;
}
#d_layout .slick-slide.slick-center img {
  transform: scale(1);
}
#d_layout .slick-dots {
  display: flex;
  width: 100%;
  height: 11px;
  padding: 0;
  margin: 30px auto 3px;
  list-style: none;
  align-items: center;
  justify-content: center;
}
#d_layout .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 13px;
  padding: 0;
  cursor: pointer;
}
#d_layout .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #131516;
  margin: 4px auto;
}
#d_layout .slick-dots li.slick-active button {
  background: #fff;
  border: 1px solid #131516;
  width: 14px;
  height: 14px;
  margin: 0;
  cursor: default;
}
#d_layout #slick_mv_text {
  margin-top: 30px;
}
#d_layout .text_bold {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 10px;
}
#d_layout .text {
  font-size: 13px;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 10px;
  line-height: 1.5;
}
#d_layout .section_content {
  margin: 110px auto 0;
  max-width: 922px;
  width: 100%;
}
#d_layout .section_content.section_content {
  margin-top: 120px;
}
#d_layout .section_head {
  border-bottom: 2px solid #e7e7ea;
  padding-bottom: 45px;
}
#d_layout .store_cate_inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin: 45px auto 0;
  flex-wrap: wrap;
}
#d_layout .store_cate_content {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#d_layout .store_cate_content img {
  height: 100px;
  width: auto;
}
#d_layout .store_cate_content p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.3;
}
#d_layout .store_cate_content.link_blank p {
  display: flex;
  align-items: center;
}
#d_layout .store_cate_content.link_blank p:after {
  content: "";
  display: block;
  background: url("/ec/shop/estores/images/top/icon_blank.svg") no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 7px;
}
#d_layout .news_head {
  font-size: 28px;
  font-weight: bold;
}
#d_layout .news_outer {
  max-width: 565px;
  width: 100%;
  margin: 15px auto 0;
}
#d_layout .news_content {
  display: block;
  text-align: left;
  padding: 30px 0 10px;
  cursor: pointer;
  border-bottom: solid 1px #e7e7ea;
}
#d_layout .news_date {
  font-size: 12px;
  color: #131516;
}
#d_layout .news_title {
  font-size: 14px;
  font-weight: bold;
  color: #131516;
  padding-top: 10px;
}
#d_layout .footer_outer {
  background: #131516;
  margin: 110px auto 30px;
  padding: 50px 0;
}
#d_layout .footer_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#d_layout .footer_content {
  padding: 0 45px;
}
#d_layout .footer_content + .footer_content {
  border-left: 1px solid #fff;
}
#d_layout .footer_content > dl {
  color: #fff;
  text-align: left;
}
#d_layout .footer_content dt {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
}
#d_layout .footer_content dd {
  display: flex;
  flex-direction: row;
  font-size: 12px;
}
#d_layout .footer_content dd li {
  position: relative;
  padding: 0 0 12px 12px;
}
#d_layout .footer_content dd li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#d_layout .footer_content dd ul + ul {
  padding-left: 45px;
}
#d_layout #copyright-wrap {
  padding: 0 0 30px;
  font-size: 11px;
  text-align: left;
}
#d_layout #copyright-wrap #d_footer_tax_info {
  width: 1060px;
  margin: 0 auto;
  padding-bottom: 15px;
}
#d_layout #copyright-wrap .copyright {
  width: 1060px;
  margin: 0 auto;
}


/*----------------------------------------------------
	SP
----------------------------------------------------*/
div#d_layout_sp {
  font-family: "Hiragino Sans","Noto Sans JP",YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
}
#d_layout_sp * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
#d_layout_sp ul {
  list-style: none;
}
#d_layout_sp a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s linear;
}
#d_layout_sp a:hover {
  opacity: 0.7;
}
#d_layout_sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* footer */
#d_layout_sp .header_outer {
  border-bottom: 1px solid #131516;
}
#d_layout_sp .header_inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#d_layout_sp .header_inner > img {
  max-width: 364px;
  width: 72%;
  margin-right: 10px;
}
#d_layout_sp .header_inner > a {
  max-width: 90px;
  width: 19%;
  text-align: center;
}
#d_layout_sp .header_inner > a img {
  width: 20px;
}
#d_layout_sp .header_inner > a p {
  font-size: 10px;
  margin-top: 4px;
  line-height: 1.3;
}
#d_layout_sp .header_inner > a p span {
  display: block;
}
#d_layout_sp .slick_outer {
  max-width: 100vw;
  width: 100%;
  margin: 24px auto 20px;
  position: relative;
    overflow: hidden;
}
#d_layout_sp #slick_mv_text {
  margin-top: 20px;
}
#d_layout_sp #slick_mv.slick-dotted.slick-slider,
#d_layout_sp #slick_mv_text.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: auto;
  touch-action: auto;
  -webkit-tap-highlight-color: transparent;
}
#d_layout_sp .slick-list.draggable {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#d_layout_sp .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#d_layout_sp #slick_mv_text .slick-track {
  max-width: 660px;
  margin: 0;
}
#d_layout_sp #slick_mv_text.slick-initialized .slick-slide {
  padding-bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
  max-width: 87.2vw;
  height: fit-content;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0s;
}
#d_layout_sp #slick_mv_text.slick-initialized .slick-slide.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 1s;
}
#d_layout_sp #slick_mv_text .slick-slide {
  display: none;
}
#d_layout_sp .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
#d_layout_sp .slick-initialized .slick-slide {
  display: block;
  padding-bottom: 12px;
}
#d_layout_sp .slick-slide a {
  position: relative;
  display: block;
  transform: scale(0.82);
  transition: all 200ms;
  transition-delay: 800ms;
  z-index: 1;
}
#d_layout_sp .slick-slide.slick-center a {
  transform: scale(1);
  z-index: 3;
}
#d_layout_sp .slick-slide img {
  max-width: 660px;
  width: 87.2vw;
  height: auto;
  border-radius: 20px;
  transition: transform 300ms;
  transition-delay: 1000ms;
  position: relative;
  z-index: 2;
  margin: 0 -10px;
}
#d_layout_sp .slick-slide img.img_shadow {
  opacity: 0;
  transition: opacity 300ms;
  transition-delay: 1000ms;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  filter: blur(12px);
  transform: translateX(-50%);
  width: calc(100% - 16px);
  margin: 0 auto;
}
#d_layout_sp .slick-slide.slick-active img.img_shadow {
  opacity: 0.4;
}
#d_layout_sp .slick-dots {
  display: flex;
  width: 82vw;
  height: 14px;
  padding: 0;
  margin: 24px auto 1px;
  list-style: none;
  align-items: center;
  justify-content: space-around;
}
#d_layout_sp .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  cursor: pointer;
}
#d_layout_sp .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 4px auto;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #131516;
}
#d_layout_sp .slick-dots li.slick-active {
  width: 14px;
  height: 14px;
}
#d_layout_sp .slick-dots li.slick-active button {
  background: #fff;
  border: 1px solid #131516;
  width: 14px;
  height: 14px;
  margin: 0;
  cursor: default;
}
#d_layout_sp .text_bold {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  max-width: 648px;
  width: 100%;
  margin: 0 auto 8px;
}
#d_layout_sp .text {
  font-size: 14px;
  text-align: center;
  max-width: 648px;
  width: 100%;
  margin: 0 auto 10px;
}
#d_layout_sp .section_content {
  max-width: 648px;
  width: 100%;
  margin: 48px auto 0;
  padding: 0 24px;
}
#d_layout_sp .section_content.section_content {
  margin-top: 60px;
}
#d_layout_sp .section_head {
  border-bottom: 1px solid #e7e7ea;
  padding-bottom: 24px;
  text-align: center;
}
#d_layout_sp .section_head img {
  width: auto;
}
#d_layout_sp .section_head .hankyu_head img {
  max-width: 230px;
  width: 100%;
}
#d_layout_sp .section_head .hanshin_head img {
  max-width: 230px;
  width: 100%;
}
#d_layout_sp .store_cate_inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin: 0 auto;
  flex-wrap: wrap;
}
#d_layout_sp .store_cate_content {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 24px 1.5% 0;
}
#d_layout_sp .store_cate_content img {
  height: 83.43px;
  width: auto;
}
#d_layout_sp .store_cate_content p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.3;
}
#d_layout_sp .store_cate_content.link_blank p {
  display: flex;
  align-items: center;
}
#d_layout_sp .store_cate_content.link_blank p:after {
  content: "";
  display: block;
  background: url("/ec/shop/estores/images/top/icon_blank.svg") no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
#d_layout_sp .news_head {
  font-size: 20px;
  font-weight: bold;
}
#d_layout_sp .news_outer {
  max-width: 565px;
  width: 100%;
  margin: 15px auto 50px;
}
#d_layout_sp .news_content {
  display: block;
  text-align: left;
  padding: 25px 0 10px;
  cursor: pointer;
  border-bottom: solid 1px #e7e7ea;
}
#d_layout_sp .news_date {
  font-size: 12px;
  line-height: 1;
  color: #131516;
}
#d_layout_sp .news_title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  color: #131516;
  padding-top: 8px;
}
#d_layout_sp .footer_inner {
  width: 100%;
  /* padding-top: 48px; */
  border-bottom: 1px solid #131516;
}
#d_layout_sp .footer_content dt {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 11px;
  background: #131516;
  color: #fff;
}
#d_layout_sp .footer_content dd li a {
  position: relative;
  padding: 16px 8px;
  font-size: 14px;
  background: #e3e3e3;
  color: #131516;
  display: block;
}
#d_layout_sp .footer_content dd li a:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 23px;
  background: url("/ec/shop/estores/images/smartphone/icon/icon-arw-r-g.png") no-repeat;
  background-size: contain;
  top: calc(50% - 12px);
  right: 14px;
}
#d_layout_sp .footer_content dd li + li {
  border-top: 1px solid #131516;
}
#d_layout_sp #d_footer_tax_info {
  padding: 5% 5% 0;
  color: #626262;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
#d_layout_sp .txt_copyright {
  padding: 20px 9px;
  background-color: #fff;
  color: #999;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
#d_layout .slick-slide img{
  border: solid 1px #ccc;
}
#d_layout_sp .slick-slide img{
    border: solid 1px #ccc;
}
