html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif,'Kosugi Maru', sans-serif,'Mandali', sans-serif,'M PLUS Rounded 1c', sans-serif;
  color: #2a2a2a;
}

html {
  overflow-y: scroll;
}

body {
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  letter-spacing: 1px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading .inner {
  position: absolute;
  width: 500px;
  height: 105px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.loading .inner .logo {
  width: 500px;
  height: 105px;
  background-image: url(../img/common/loading_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 23px
}

.loading .inner .bar {
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #ff99ff, #993d67, #993d67, #993d67, #ff9900);
  border-radius: 1px
}

.subloading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

.content-load{
display: none;
position: relative;
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1024px;
  margin: 0 auto;
  background-color: #fff;
  background-position: 50% 0;
}

#top #container {
  background-image: url(../img/top/loop_bg.png);
}

#taisho-modern #container {
  background-image: url(../img/taisho/loop_bg.png);
}

.hide {
  transform: translateY(-100%);
}


#header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  height: 70px;
  top: 0;
  transition: 0.4s;
  background-color: #fff;
  z-index: 90;
  overflow: hidden;
}

#top_nav {
  width: 100%;
  max-width: 1920px;
  height: 70px;
  top: 0;
  transition: 0.4s;
  background-color: #fff;
  border-bottom: solid 1px #e7fef8;
  z-index: 90;
  overflow: hidden;
}

#nav ul {
  width: 500px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

#nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all
}

#nav ul li a:hover {
  opacity: .5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px)
}

#nav ul li.nav_01 {
  width: 70px;
  height: 70px
}

#nav ul li.nav_01 a {
  background-image: url(../img/common/nav_01.png)
}

#nav ul li.nav_02 {
  width: 170px;
  height: 70px
}

#nav ul li.nav_02 a {
  background-image: url(../img/common/nav_02.png)
}

#nav ul li.nav_03 {
  width: 70px;
  height: 70px
}

#nav ul li.nav_03 a {
  background-image: url(../img/common/nav_03.png)
}


#jumbotron {
  position: relative;
  height: 100%;
  max-width: 1920px;
  max-height: 1080px;
  min-width: 1024px;
  background-image: url(../img/top/top_250808.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  overflow: hidden;
}

#jumbotron:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を固定。1080/1920*100=56.25 */
}

#jumbotron .inner {
  position: absolute;
  width: 840px;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -560px;
  z-index: 1;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

#jumbotron .inner .copy {
  position: relative;
  width: 520px;
  height: 100px;
  margin: 0 auto 20px;
  background-image: url(../img/top/copy_250808.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner h1 {
  position: relative;
  width: 840px;
  height: 254px;
  margin: 0 auto;
  background-image: url(../img/top/logo_250808.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

/*
#jumbotron .inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 1;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

#jumbotron .inner .copy {
  position: relative;
  width: 520px;
  height: 100px;
  margin: 0 auto 20px;
  background-image: url(../img/top/copy_250808.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner h1 {
  position: relative;
  width: 900px;
  height: 270px;
  margin: 0 auto;
  background-image: url(../img/top/logo_250808.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
*/

@media screen and (max-width: 1800px) {
  #jumbotron .inner {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    bottom: 0;
  }
}

@media screen and (max-width: 1600px) {
  #jumbotron .inner {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    bottom: 0;
  }
}

@media screen and (max-width: 1450px) {
  #jumbotron .inner {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    bottom: 0;
  }
}

@media screen and (max-width: 1340px) {
  #jumbotron .inner {
    -webkit-transform: scale(0.70);
    transform: scale(0.70);
    bottom: 0;
  }
}

@media screen and (max-width: 1220px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.64);
    transform: scale(0.64);
    bottom: 0;
  }
}

@media screen and (max-width: 1120px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.58);
    transform: scale(0.58);
    bottom: 0;
  }
}


.top_wrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: 100px;
  min-height: 100vh;
  width: 1024px;
  background-color: #e7fef8;
  margin: 0 auto;
  z-index: 80;
}

#banner {
  position: relative;
  width: 1024px;
  position: relative;
  margin: 20px auto;
  padding: 0;
  z-index: 50
}

#banner ul {
  display: flex;
  height: auto
}

#banner ul.bn_box li.banner_contents a {
  display: block;
  text-indent: -10000px;
  overflow: hidden;
  height: auto;
}

#banner ul.bn_box li.banner_contents:hover {
  opacity: .6
}

#banner ul.bn_box li.banner_contents img {
  width: 100%;
  display: block;
  border-radius: 10px 20px;
}


#wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 0px;
  box-sizing: border-box
}


#footer {
  width: 100%;
  height: 400px;
  margin-top: 0;
}

#top #footer {
  background-color: #1d4685;
}

#taisho-modern #footer {
  background-color: #523112;
}

#footer .inner {
  padding: 20px 0;
}

#footer .inner .pagetop {
  position: relative;
  display: block;
  width: 90px;
  height: 70px;
  margin: 20px auto 0;
}

#footer .inner .pagetop .icon {
  position: absolute;
  display: block;
  width: 90px;
  height: 45px;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/pagetop_allow.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}

#footer .inner .pagetop .text {
  position: absolute;
  display: block;
  width: 90px;
  text-align: center;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}

#top #footer .inner .pagetop .text {
  color: #4b9bff;
}

#taisho-modern #footer .inner .pagetop .text {
  color: #fff182;
}

#footer .inner .pagetop:hover .text {
  opacity: 0.6;
}

#footer .inner .pagetop:hover .icon {
  opacity: 0.6;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#footer .inner .sns {
  width: 100%;
  height: 70px;
  padding: 50px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#footer .inner .sns li {
  width: 70px;
  height: 70px;
  margin: 0;
}

#footer .inner .sns li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: 70px 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#footer .inner .sns li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#top #footer .inner .sns li.sns_x a {
  background-image: url(../img/top/footer_x.png);
}

#taisho-modern #footer .inner .sns li.sns_x a {
  background-image: url(../img/taisho/footer_x.png);
}

#footer .inner .logo {
  display: block;
  width: 226px;
  height: 65px;
  margin: 40px auto 0;
  background-image: url(../img/top/footer_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#footer .copyright {
  width: 100%;
  height: 12px;
  margin: 15px auto 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  letter-spacing: 1px;
  text-align: center;
}


#news {
  display: block;
  position: relative;
  width: 900px;
  height:200px;
  background-color: #fff;
  margin: 0 auto 30px;
  border-radius: 10px;
  padding-top: 10px;
}

#news .head {
  width: 100%;
  height: 29px;
  border-bottom: solid 1px #1d4685;
}

#news .head h2 {
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  letter-spacing: 1px;
  font-size:1.1rem;
  line-height: 130%;
  color: #1d4685;
  margin-left: 10px;
}

#news .inner {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top:40px;
  width:890px;
  height:160px;
  font-size:1.0rem;
  color:#000;
}

#news .inner a {
  color: #000;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#news .inner a:hover {
  color: #fff;
  background: #049ea0;
}

#news .inner p {
  display: inline-block;
  width: 100%;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  letter-spacing: 1px;
  /*border-bottom:1px solid #800015;*/
  line-height: 30px;
  padding: 5px 0;
  text-align: left;
}

#news .inner em {
  color: #049ea0;
  font-weight: bold;
  display: inline-block;
  margin-right: 24px;
  margin-left: 14px;
}

#news .inner::-webkit-scrollbar {
    width: 10px;
}

#news .inner::-webkit-scrollbar-track {
  background: #e7fef8;
}

#news .inner::-webkit-scrollbar-thumb {
  background:#1d4685;
}


#whc {
  display: block;
  position: relative;
  width: 960px;
  /*background-color: #fff;*/
  margin: 0 auto 30px;
  border-radius: 10px;
  padding-top: 30px;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  letter-spacing: 1px;
}

#whc .head {
  width: 100%;
  margin-bottom: 30px;
}

#whc .head h2 {
  height: 63px;
  background-image: url(../img/top/whc_title.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

#whc .inner {
}

#whc .inner .text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  color: #1d4685;
  text-align: center;
}

#whc .intro {
  width: 900px;
  height:220px;
  background-color: #fff;
  margin: 30px auto 30px;
  padding-top: 20px;
  border-radius: 10px;
}

#whc .intro .icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url(../img/top/h_icon.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  margin-left: 20px;
}

#whc .intro .profile {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  margin-left: 20px;
}

#whc .intro .profile .name {
  font-size: 1.4rem;
  color: #1d4685;
  line-height: 165%;
}

#whc .intro .profile .name span {
  font-size: 0.9rem;
  color: #1d4685;
}

#whc .intro .profile .text {
  font-size: 1.0rem;
  line-height: 150%;
  margin-bottom: 10px;
}

#whc .intro .profile .sns {
  font-size: 0.9rem;
  color: #1d4685;
  line-height: 140%;
}

#whc .intro .profile .sns a {
  color: #049ea0;
}

#whc .intro .profile .sns a:hover {
  text-decoration: underline;
}

#theme {
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  letter-spacing: 1px;
  display: block;
  position: relative;
  width: 920px;
  margin: 0 auto 30px;
  border-radius: 10px;
  padding-top: 10px;
}

#theme .head {
  width: 100%;
  height: 30px;
  border-bottom: solid 1px #1d4685;
  margin: 20px 0 0;
}

#theme .head h2 {
  font-size:1.1rem;
  color: #1d4685;
  margin-left: 10px;
}

#theme .inner {
  width:900px;
  text-align: center;
  font-size:1.0rem;
  line-height: 175%;
  margin: 20px 0 0;
}

#theme .inner ul li {
  margin-left: 10px;
  margin-bottom: 20px;
}

#theme .inner ul li a {
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#theme .inner ul li a:hover {
  opacity: 0.5;
}


/*taisho*/

.theme_wrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: 100px;
  min-height: 100vh;
  width: 1024px;
  background-color: #fff;
  margin: 0 auto;
  z-index: 80;
}

#taisho-modern {
  color: #523112;
}

hr.ichimatsu {
  width: 1008px;
  height: 28px;
  background-image: url(../img/taisho/ichimatsu.png);
  background-size: 28px 28px;
  background-position: 50% 50%;
  background-repeat: repeat-x;
  border: 0;
  margin: 0 auto;
}

#mainvisual  {
  position: relative;
  width: 100%;
  height: 840px;
  background-image: url(../img/taisho/mainvisual_bg.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-bottom: solid 1px #c3a98b;
  overflow: hidden;
}

#mainvisual .inner {
  position: absolute;
  width: 604px;
  left: 50%;
  top: 300px;
  margin-left: -440px;
  z-index: 1;
}

#mainvisual .inner h1 {
  display: block;
  position: relative;
  width: 269px;
  height: 83px;
  margin: 0 auto 40px 50px;
  background-image: url(../img/taisho/mainvisual_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#mainvisual .inner .copy1 {
  display: block;
  position: relative;
  width: 604px;
  height: 63px;
  margin: 0 auto 10px 0;
  background-image: url(../img/taisho/mainvisual_copy1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#mainvisual .inner .copy2 {
  display: block;
  position: relative;
  width: 596px;
  height: 42px;
  margin: 0 auto 40px 0;
  background-image: url(../img/taisho/mainvisual_copy2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#mainvisual .inner .text {
  display: block;
  position: relative;
  width: 596px;
  height: 42px;
  margin: 0 auto 0 0;
  font-size: 1.2rem;
  line-height: 200%;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff,
               2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff,
               2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff,
               2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#mainvisual .waku {
  position: absolute;
  width: 1024px;
  height: 760px;
  left: 50%;
  bottom: 0;
  margin-left: -512px;
  background-image: url(../img/taisho/mainvisual_waku.png);
  background-size: 1024px 760px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#mainvisual .chr {
  position: absolute;
  width: 904px;
  height: 764px;
  left: 50%;
  bottom: 0;
  margin-left: -260px;
  background-image: url(../img/taisho/mainvisual_kuon.png);
  background-size: 904px 764px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


#illust {
  width: 1000px;
  margin: 0 auto 40px;
}

#illust .head {
  width: 100%;
  height: 30px;
  border-bottom: solid 1px #523112;
  margin: 20px 0 20px;
}

#illust .head h2 {
  font-size:1.1rem;
  margin-left: 10px;
}

#illust .inner {
  width: 1000px;
  margin: 0 auto;
}

#illust .inner .image {
  width: 1000px;
  height: 1100px;
  background-image: url(../img/taisho/illust_01.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
  font-size: 0;
  margin: 0 auto 30px;
}

#illust .inner h3 {
  line-height: 180%;
}

#illust .inner .comment {
  width: 900px;
  margin: 0 auto 20px;
  font-size: 1.1rem;
  line-height: 130%;
}

#illust .inner .comment p {
  margin-left: 17px;
}

#illust .inner .works {
  width: 900px;
  margin: 0 auto;
  font-size: 1.0rem;
  line-height: 130%;
}

#illust .inner .works p {
  margin-left: 16px;
}

#illust .inner .works a {
  color: #523112;
}

#illust .inner .works a:hover {
  color: #c23851;
  text-decoration: underline;
}

#goods {
  width: 1000px;
  margin: 0 auto;
}

#goods .head {
  width: 100%;
  height: 30px;
  border-bottom: solid 1px #523112;
  margin: 20px 0 0;
}

#goods .head h2 {
  font-size:1.1rem;
  margin-left: 10px;
}

#goods .inner {
  width: 960px;
  margin: 0 auto;
}

#goods .inner hr {
  border-top: 1px solid #523112;
  margin: 10px 0;
}

#goods .inner .goodsbox {
  position: relative;
  width: 960px;
  margin: 0 auto 30px;
}

#goods .inner .goodsbox .name {
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  color: #523112;
}

#goods .inner .goodsbox .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#goods .inner .goodsbox .image {
  width: 480px;
}

#goods .inner .goodsbox .image li {
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#goods .inner .goodsbox .image li:hover {
  opacity: .5;
}

#goods .inner .goodsbox .main li {
  width: 100%;
  height: 600px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto;
}

#goods .inner .goodsbox .sub {
  width: 100%;
  display:flex;
  justify-content: left;
  position: relative;
  margin: 10px auto 0;
  padding-left: 40px;
}

#goods .inner .goodsbox .sub li {
  width: 130px;
  height: 130px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}


#goods .inner .goodsbox .text {
  width: 460px;
  height: 600px;
  margin-left: 20px;
}

#goods .inner .goodsbox .text .desc {
  height: 250px;
  font-size: 1.2rem;
  line-height: 150%;
  margin: 50px 0 0;
}

#goods .inner .goodsbox .text .spec {
  height: 140px;
  font-size: 1.0rem;
  line-height: 150%;
}

#goods .inner .goodsbox .text .price {
  width: 460px;
  height: 40px;
  text-align: right;
  color: #c23851;
  font-size: 36px;
  line-height: 111%;
  margin: 30px 0 0;
}

#goods .inner .goodsbox .text .price span {
  font-size: 30px;
  line-height: 150%;
}

#goods .inner .goodsbox .text .link_bt {
}

#goods .inner .goodsbox .text .link_bt a {
  display: block;
  width: 460px;
  height: 60px;
  border-radius: 10px;
  background-color: #c23851;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin: 30px auto 0;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#goods .inner .goodsbox .text .link_bt a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#goods .inner .hcg001_tap .img_01 {
  background-image: url(../img/taisho/hcg001_tap.jpg);
}

#goods .inner .hcg001_tap .img_02 {
  background-image: url(../img/taisho/hcg001_tap.jpg);
}

#goods .inner .hcg001_tap .img_03 {
  background-image: url(../img/taisho/hcg001_tap.jpg);
}

#goods .inner .hcg001_tap .img_04 {
  background-image: url(../img/taisho/hcg001_tap.jpg);
}

#goods .inner .hcg001_af .img_01 {
  background-image: url(../img/taisho/hcg001_af.jpg);
}

#goods .inner .hcg001_af .img_02 {
  background-image: url(../img/taisho/hcg001_af_s1.jpg);
}

#goods .inner .hcg001_af .img_03 {
  background-image: url(../img/taisho/hcg001_af_s1.jpg);
}

#goods .inner .hcg001_af .img_04 {
  background-image: url(../img/taisho/hcg001_af_s1.jpg);
}





#goods_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(166, 218, 255, .9);
  z-index: 120
}

#taisho-modern #goods_modal {
  background-color: rgba(82, 49, 18, .75);
}

#goods_modal .inner {
  position: absolute;
  width: 900px;
  height: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden
}

#goods_modal .inner div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  background-color: #fff;
}

#goods_modal .close {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  background-image: url(../img/common/modal_close.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity
}

#goods_modal .close:hover {
  opacity: .5
}
