@charset "utf-8";

body {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------
	PC
----------------------------------------------------*/
#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 .bold {
  font-weight: bold;
}

/* ttlBox */
#d_layout #ttlBox {
  width: 1000px;
  margin: 35px auto 60px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#d_layout #ttlBox h1 {
  position: relative;
  width: 363px;
  height: 25px;
  margin: 0 auto;
  font-size: 0;
}
#d_layout #ttlBox h1 {
  width: 364px;
  height: 50px;
}
#d_layout #ttlBox h1 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  vertical-align: bottom;
}

#d_layout #siteHankyu {
  margin-bottom: 120px;
}

#d_layout .notice_area {
  margin: 0 auto 120px;
  width: 700px;
}
#d_layout .notice_area img,
#d_layout .greeting img {
  width: 100%;
}
#d_layout .greeting {
  margin: 0 auto 80px;
  width: 700px;
}
#d_layout .greeting .img {
  margin: 0 auto;
  width: 500px;
}
#d_layout .greeting p {
  margin-top: 15px;
  line-height: 1.333;
}


/* navi */
#d_layout #siteHankyu .navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
#d_layout #siteHankyu .navi .navi-category {
  width: 310px;
  border-bottom: 2px solid #cccccc;
}
#d_layout #siteHankyu .navi .navi-category .logo {
  height: 82px;
  margin-bottom: 15px;
}
#d_layout #siteHankyu .navi .nav-child {
  padding: 30px 15px;
  border-top: 2px solid #cccccc;
}
#d_layout #siteHankyu .navi .nav-child li {
  padding-left:1em;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  text-indent:-1em;
}
#d_layout #siteHankyu .navi .nav-child li a::before {
  font-size: 15px;
  content: "・";
}
#d_layout #siteHankyu .navi .nav-child li a {
  display: inline-block;
  padding: 0 0 0 12px;
}
@media all and (-ms-high-contrast: none) { /* for IE */
  #d_layout #siteHankyu .navi li a::after {
    top: 11px;
    bottom: auto;
  }
}


/* footer */
#d_layout .top-fmenu li a {
  color: #ccc !important;
}
#d_layout .top-fmenu li a:hover {
  opacity: 1 !important;
  border-bottom: 1px solid #ccc !important;
}
#d_layout #top-footer-wrap {
  margin: 90px auto 30px;
  padding: 50px 0;
  background: #333333;
  color: #fff;
  text-align: left;
}
#d_layout #top-footer {
  display: flex;
  width: 1060px;
  margin: 0 auto;
  font-size: 13px;
}
#d_layout .top-fmenu {
  width: 220px;
  padding: 0 30px;
  border-right: solid 1px #d6d6d6;
  box-sizing: border-box;
}
#d_layout .top-fmenu:last-child {
  border: none;
}
#d_layout .top-fmenu.guide {
  width: 470px;
  padding-left: 45px;
}
#d_layout .top-fmenu.links {
  width: 370px;
  padding-left: 45px;
}
#d_layout .top-fmenu.guide dd {
  display: flex;
}
#d_layout .top-fmenu.guide ul {
  width: 197px;
}
#d_layout .top-fmenu dt {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
}
#d_layout .top-fmenu li {
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -12px;
}
#d_layout .top-fmenu li:before {
  content: "・";
}
#d_layout .top-fmenu li.shl:before {
  content: "";
}
#d_layout .top-fmenu li ul li:before {
  content: "";
}
#d_layout .top-fmenu li a {
  color: #ccc;
}
#d_layout .top-fmenu li .small {
  font-size: 11px;
}
#d_layout .top-fmenu li ul {
  margin-top: 10px;
}
#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
----------------------------------------------------*/
#d_layout_sp * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
#d_layout_sp {
  font-family: YuGothic,'Yu Gothic',"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MSPGothic",sans-serif;
}
#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;
}

#d_layout_sp .bold {
  font-weight: bold;
}

#d_layout_sp .notice_area {
  margin: 0 auto 20vw;
  width: 96vw;
}
#d_layout_sp .notice_area img,
#d_layout_sp .greeting img {
  width: 100%;
}
#d_layout_sp .greeting {
  margin: 0 auto 12vw;
  width: 96vw;
}
#d_layout_sp .greeting p {
  margin-top: 2vw;
  font-size: 3.733333333333333vw;
  text-align: center;
  line-height: 1.333;
}

/* ttlBox */
#d_layout_sp #ttlBox {
  margin-bottom: 13.33333333333333vw;
  padding: 10.66666666666667vw 0;
  text-align: center;
  border-bottom: 0.2666666666666667vw solid #cccccc;
}
#d_layout_sp h1 {
  position: relative;
  width: 100%;
  height: 12.26666666666667vw;
  font-size: 0;
}
#d_layout_sp h1 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
#d_layout_sp #siteHankyu {
  margin-bottom: 20vw;
}

/* navi */
#d_layout_sp #siteHankyu .navi {
  width: 80vw;
  margin: 0 auto;
}
#d_layout_sp #siteHankyu .navi-category {
  border-bottom: 0.5333333333333333vw solid #ccc;
}
#d_layout_sp #siteHankyu .navi-category:nth-child(n+2) {
  margin-top: 16vw;
}
#d_layout_sp #siteHankyu .navi .navi-category .logo {
  margin: 0 auto 5.333333333333333vw;
}
#d_layout_sp #siteHankyu .navi .HankyuOnlinestore .logo {
  width: 50.66666666666667vw;
  margin-bottom: 4vw;
}
#d_layout_sp #siteHankyu .navi .HankyuMens .logo {
  width: 49.33333333333333vw;
}
#d_layout_sp #siteHankyu .navi .Hanshin .logo {
  width: 44vw;
}
#d_layout_sp #siteHankyu .nav-child {
  padding: 8vw 4vw;
  border-top: 0.5333333333333333vw solid #ccc;
}
#d_layout_sp #siteHankyu .navi .nav-child li {
  padding-left:1em;
  font-size: 3.733333333333333vw;
  line-height: 2;
  text-align: left;
  text-indent:-1em;
}
#d_layout_sp #siteHankyu .navi .nav-child li a::before {
  font-size: 15px;
  content: "・";
}
#d_layout_sp #siteHankyu .navi .nav-child li a {
  display: inline-block;
  padding: 0 0 0 12px;
}


/* footer */
#d_layout_sp #top-footer {
  width: 100%;
}
#d_layout_sp .top-fmenu {
  border-right: solid 1px #d6d6d6;
  box-sizing: border-box;
}
#d_layout_sp .top-fmenu:last-child {
  border: none;
}
#d_layout_sp .top-fmenu.guide dd {
  display: flex;
}
#d_layout_sp .top-fmenu dt {
  display: block;
  position: relative;
  padding: 0.5rem 5% 0.5rem 3%;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: #333;
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  word-break: break-all;
}
#d_layout_sp .top-fmenu dt:after{
  position: absolute;
  top: 35%;
  right: 8px;
  width: 15px;
  height: 15px;
  background: transparent  url(/ec/shop/estores//images/smartphone/campaign/20180516_fathersday/icon-arw-down-lg.png) no-repeat 45% center;
  content: '';
}
#d_layout_sp .top-fmenu dt.on:after{
  position: absolute;
  top: 35%;
  right: 8px;
  width: 15px;
  height: 15px;
  background: transparent  url(/ec/shop/estores//images/smartphone/campaign/20180516_fathersday/icon-arw-up-lg.png) no-repeat 45% center;
  content: '';
}
#d_layout_sp .top-fmenu dd,
#d_layout_sp .top-fmenu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#d_layout_sp .top-fmenu li {
  border-bottom: solid 1px #ddd;
  font-size: 12px;
  line-height: 1.5;
}
#d_layout_sp .top-fmenu li.shl {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  padding: 0.7rem 7% 0.7rem 3% !important;
  font-weight: bold;
  background-color: #dcdcdc;
  border-bottom: 1px solid #666;
}
#d_layout_sp .lineLink,.lineLink2{
  display: block;
  position: relative;
  padding: 0.7rem 5% 0.7rem 3%;
  border: 1px solid #DFDFDF;
  background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #e9e9e9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fdfdfd 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-size: 1.0rem;
  word-break: break-all;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
#d_layout_sp p.lineLink2{padding: 0;}

#d_layout_sp p.lineLink2 a{
  display: block;
  width: 100%;
  padding: 0.7rem 5% 0.7rem 3%;
  font-size: 0.9rem;
  word-break: break-all;
}
#d_layout_sp .lineLink:after{
  position: absolute;
  top: 35%;
  right: 8px;
  width: 15px;
  height: 15px;
  background: transparent url('../../../images/smartphone/icon/close3.png') no-repeat center center;
  content: '';
}
#d_layout_sp .lineLink.on:after{
  position: absolute;
  top: 35%;
  right: 8px;
  width: 15px;
  height: 15px;
  background: transparent url('../../../images/smartphone/icon/open2.png') no-repeat center center;
  content: '';
}
#d_layout_sp .lineLink2:after{
  position:absolute;
  top: 30%;
  right:8px;
  width:12px;
  height:20px; background:url('../../../images/smartphone/icon/btn-next.png') no-repeat center center;
  background-size:contain; content:" ";
}

#d_layout_sp .line-link li{
  display: block;
  position: relative;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}
#d_layout_sp .line-link li:after{
  position:absolute;
  top: 30%;
  right:8px;
  width:12px;
  height:20px; background:url('/ec/shop/estores/images/smartphone/icon/btn-next.png') no-repeat center center;
  background-size:contain; content:" ";
}

#d_layout_sp .line-link li:last-child{
  border-bottom: none;
}
#d_layout_sp .line-link.lineBnone li:last-child{
  border-bottom: none;
}
#d_layout_sp .line-link li a{
  display: block;
  width: 100%;
  padding: 0.7rem 7% 0.7rem 3% !important;
  background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-size: 0.9rem;
  word-break: break-all;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
#d_layout_sp .line-link li:after {
  background: none;
}
#d_layout_sp .top-fmenu li:last-child {
  border-bottom: none;
}
#d_layout_sp .top-fmenu li a {
  border-bottom: solid 1px #666;
  background: #dcdcdc url('/ec/shop/estores/images/smartphone/campaign/20180516_fathersday/icon-arw-r-g.png') no-repeat 97% center;
  background-size: 8px auto;
  color: #080808!important;
}
#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;
}
