@charset "UTF-8";
@import url("https://use.typekit.net/dkf6nzm.css");
@import url("https://use.typekit.net/awi7bbz.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 12pt;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #333;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  position: relative;
}

body.fix {
  position: fixed !important;
  left: 0px;
  top: 0px;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #999;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  color: #FFF;
  width: 100%;
  height: 100vh;
  background-color: #4ab44e;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 99999;
  flex-direction: column;
  overflow: hidden;
}

#loader .inner {
  width: 100%;
  height: 100%;
  background-image: url(../snap/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}

#loader .inner h3 {
  width: 203px;
  height: 307px;
  margin: -154px 0 0 -102px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../snap/title_loading.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: all 0.5s ease-in;
}

#loader .inner.loaded h3 {
  opacity: 1;
}

#loader .loadtext {
  display: none;
}

#loader .bar {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}

#loader .bar span {
  width: 0%;
  background-color: #FFF;
  height: 5px;
  display: block;
}

header {
  width: 100%;
  padding: 25px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  left: 0px;
  top: -100px;
  z-index: 9999;
  box-sizing: border-box;
  transition: top 0.25s ease-in;
}

header h1 {
  width: 300px;
}

header h1 a {
  height: 36px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../snap/head_logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  transition: all 0.25s ease-in;
}

header p {
  width: 170px;
  height: 14px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../snap/head_date.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

header.active {
  top: 0px;
}

.sec1 {
  width: 100%;
  height: 100vh;
  background-image: url(../snap/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sec1 .inner {
  color: #FFF;
  width: 520px;
  padding-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: padding-top 0.25s linear;
}

.sec1 .inner h3 {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../snap/title_date1.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 246px;
  height: 22px;
  margin: 0 auto 10px auto;
  transition: opacity 0.25s ease-in;
  opacity: 0;
}

.sec1 .inner h4 {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../snap/title_date2.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 220px;
  height: 11px;
  margin: 0 auto 60px auto;
  transition: opacity 0.25s ease-in;
  opacity: 0;
}

.sec1 .inner p {
  transition: opacity 0.25s ease-in 0.25s;
  opacity: 0;
}

.sec1 .bar {
  width: 2px;
  height: 50px;
  padding: 0px;
  margin: 0 0 0 -1px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 111;
  overflow: hidden;
  transition: all 0.25s ease-in 0.75s;
  opacity: 0;
}

.sec1 .bar span {
  width: 2px;
  height: 40px;
  margin: 0 0 0 -1px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: -40px;
  display: block;
  animation: bar-anime 2s ease-out 0s infinite normal;
}

.sec1.active .inner {
  padding-top: 0px;
}

.sec1.active .inner h3, .sec1.active .inner h4, .sec1.active .inner p {
  opacity: 1;
}

.sec1.active .bar {
  bottom: 75px;
  opacity: 1;
}

.sec2 {
  width: 100%;
  min-width: 1212px;
  height: auto;
  padding: 0px;
  margin: 0 auto;
}

.sec2 ul.phset1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.sec2 ul.phset1 li {
  width: 25%;
  min-width: 303px;
  padding: 0px;
  opacity: 0;
  position: relative;
}

.sec2 ul.phset1 li span div {
  width: 100%;
  overflow: hidden;
  transition: all 0.25s ease-in;
  position: relative;
}

.sec2 ul.phset1 li span div i {
  width: 60px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
}

.sec2 ul.phset1 li span dl {
  text-align: left;
  width: 100%;
  padding: 80px 0 10px 10px;
  background-image: url(../snap/triangle.svg);
  background-repeat: no-repeat;
  background-position: left 3px bottom 3px;
  background-size: 70px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 0.25s ease-in;
}

.sec2 ul.phset1 li span dl dt {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0rem;
  white-space: nowrap;
}

.sec2 ul.phset1 li span dl dt span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0rem;
}

.sec2 ul.phset1 li span dl dd {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: 0rem;
  white-space: nowrap;
}

.sec2 ul.phset1 li span:hover div {
  opacity: 0.8;
}

.sec2 ul.phset1 li span:hover dl {
  background-repeat: no-repeat;
  background-position: left 3px bottom 3px;
  background-size: 120px;
}

.sec2 p {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  opacity: 0;
}

.staffcredit {
  padding: 40px 0 0 0;
}

.sec8 {
  width: 100%;
  padding: 135px 0 175px 0;
}

.sec8 .inner {
  width: 500px;
  margin: 0 auto;
}

.sec8 .inner .banner {
  width: 100%;
  margin: 0 auto 160px auto;
}

.sec8 .inner .banner a img {
  transition: all 0.25s ease-in;
}

.sec8 .inner .banner a:hover img {
  opacity: 0.7;
}

.sec8 .inner dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.sec8 .inner dl dt {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 52px;
  background-image: url(../snap/logo_store.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
}

.sec8 .inner dl dd {
  color: #4ab44e;
  margin: 0 auto;
}

.sec8 .inner dl dd:not(:last-child) {
  margin: 0 auto 60px auto;
}

.sec8 .inner dl dd a, .sec8 .inner dl dd span {
  color: #4ab44e;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  width: 260px;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 2px #4ab44e;
  transition: all 0.1s ease-in;
}

.sec8 .inner dl dd a:hover, .sec8 .inner dl dd span:hover {
  color: #33cc66;
  border: solid 6px #33cc66;
}

section.detail {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: scroll;
  display: none;
  -webkit-overflow-scrolling: touch;
}

section.detail .switch {
  width: 100px;
  margin: -15px 0 0 0;
  position: fixed;
  top: 50%;
}

section.detail .switch.next {
  right: 10px;
}

section.detail .switch.next span {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 5px 0 0;
}

section.detail .switch.prev {
  left: 10px;
}

section.detail .switch.prev span {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 5px;
}

section.detail .switch span {
  color: #4ab44e;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0rem;
  height: 30px;
  border: solid 2px #4ab44e;
  transition: all 0.25s ease-in;
}

section.detail .switch:hover span {
  color: #FFF;
  background-color: #4ab44e;
}

section.detail .close {
  width: 43px;
  height: 44px;
  background-image: url(../snap/btn_close.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  top: 30px;
  right: 30px;
}

section.detail .each {
  width: 520px;
  padding: 50px 0;
  margin: 0 0 0 -260px;
  position: absolute;
  left: 50%;
  top: 0px;
  transition: opacity 0.5s ease-in;
  z-index: -1;
  opacity: 0;
}

section.detail .each .photocombo {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

section.detail .each .photocombo .swiper-container {
  width: 100%;
  margin: 0 auto 15px auto;
}

section.detail .each .photocombo .swiper-container ul.swiper-wrapper {
  width: 100%;
  overflow: hidden;
}

section.detail .each .photocombo .swiper-container ul.swiper-wrapper li {
  width: 600px;
  height: auto;
}

section.detail .each .photocombo .btn {
  width: 15px;
  height: 25px;
  margin: -12px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 390px;
  z-index: 333;
}

section.detail .each .photocombo .btn.btn-prev {
  background-image: url(../snap/arrow_prev.png);
  left: 10px;
}

section.detail .each .photocombo .btn.btn-next {
  background-image: url(../snap/arrow_next.png);
  right: 10px;
}

section.detail .each .photocombo .swiper-pagination-bullet {
  background-color: #999;
}

section.detail .each .photocombo .swiper-pagination-bullet-active {
  background-color: #4ab44e;
}

section.detail .each .prof {
  margin: 0 auto 20px auto;
}

section.detail .each .prof dl {
  text-align: left;
}

section.detail .each .prof dl dt {
  color: #333;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0rem;
  white-space: nowrap;
}

section.detail .each .prof dl dd {
  color: #333;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0rem;
  white-space: nowrap;
}

section.detail .each .credit {
  margin: 0 auto 10px auto;
}

section.detail .each .credit:last-child {
  margin: 0 auto;
}

section.detail .each .credit dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.detail .each .credit dl dd {
  width: 110px;
}

section.detail .each .credit dl dd a {
  color: #333;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0rem;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 2px #333;
  transition: all 0.25s ease-in;
}

section.detail .each .credit dl dd a:hover {
  color: #4ab44e;
  border: solid 2px #4ab44e;
}

section.detail .each .credit.disable dl dd.items__buy {
  display: none;
}

section.detail.snp1 .each.e1 {
  z-index: 1;
}

section.detail.snp2 .each.e2 {
  z-index: 1;
}

section.detail.snp3 .each.e3 {
  z-index: 1;
}

section.detail.snp4 .each.e4 {
  z-index: 1;
}

section.detail.snp5 .each.e5 {
  z-index: 1;
}

section.detail.snp6 .each.e6 {
  z-index: 1;
}

section.detail.snp7 .each.e7 {
  z-index: 1;
}

section.detail.snp8 .each.e8 {
  z-index: 1;
}

section.detail.snp9 .each.e9 {
  z-index: 1;
}

section.detail.snp10 .each.e10 {
  z-index: 1;
}

section.detail.snp11 .each.e11 {
  z-index: 1;
}

section.detail.snp12 .each.e12 {
  z-index: 1;
}

section.detail.snp13 .each.e13 {
  z-index: 1;
}

section.detail.snp14 .each.e14 {
  z-index: 1;
}

section.detail.snp15 .each.e15 {
  z-index: 1;
}

section.detail.snp16 .each.e16 {
  z-index: 1;
}

section.detail.snp17 .each.e17 {
  z-index: 1;
}

section.detail.snp18 .each.e18 {
  z-index: 1;
}

section.detail.snp19 .each.e19 {
  z-index: 1;
}

section.detail.snp20 .each.e20 {
  z-index: 1;
}

section.detail.snp21 .each.e21 {
  z-index: 1;
}

section.detail.snp22 .each.e22 {
  z-index: 1;
}

section.detail.snp23 .each.e23 {
  z-index: 1;
}

section.detail.snp24 .each.e24 {
  z-index: 1;
}

section.detail.snp25 .each.e25 {
  z-index: 1;
}

section.detail.snp26 .each.e26 {
  z-index: 1;
}

section.detail.snp27 .each.e27 {
  z-index: 1;
}

section.detail.snp28 .each.e28 {
  z-index: 1;
}

section.detail.snp29 .each.e29 {
  z-index: 1;
}

section.detail.snp30 .each.e30 {
  z-index: 1;
}

section.detail.snp31 .each.e31 {
  z-index: 1;
}

section.detail.snp32 .each.e32 {
  z-index: 1;
}

section.detail.snp33 .each.e33 {
  z-index: 1;
}

section.detail.snp34 .each.e34 {
  z-index: 1;
}

section.detail.snp35 .each.e35 {
  z-index: 1;
}

section.detail.snp36 .each.e36 {
  z-index: 1;
}

.detail-hide {
  display: none;
}

footer {
  width: 100%;
  padding: 95px 0;
  border-top: solid 1px #CCC;
}

footer h2 {
  width: 167px;
  margin: 0 auto 55px auto;
}

footer h2 a {
  height: 100px;
  background-image: url(../snap/logo_bc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

footer ul {
  width: 270px;
  margin: 0 auto 90px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

footer ul li {
  width: 30px;
}

footer ul li a {
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in;
}

footer ul li a:hover {
  opacity: 0.6;
}

footer ul li:nth-child(1) a {
  background-image: url(../snap/icon_fb.svg);
}

footer ul li:nth-child(2) a {
  background-image: url(../snap/icon_twit.svg);
}

footer ul li:nth-child(3) a {
  background-image: url(../snap/icon_insta.svg);
}

footer ul li:nth-child(4) a {
  background-image: url(../snap/icon_line.svg);
}

footer p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 40px 0 0 0;
  border-top: solid 1px #CCC;
}

.pgtop {
  width: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  display: none;
}

.pgtop a {
  height: 50px;
  background-image: url(../snap/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in;
}

.pgtop a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  #loader h3 {
    width: 110px;
    height: 166px;
    margin: -83px 0 0 -55px;
  }
  header {
    width: 100%;
    padding: 10px;
    top: -41px;
  }
  header h1 {
    width: 112px;
  }
  header h1 a {
    height: 21px;
    background-image: url(../snap_sp/head_logo.png);
  }
  header p {
    width: 97px;
    height: 8px;
  }
  header.active {
    top: 0px;
  }
  .sec1 {
    background-image: url(../snap_sp/bg2.jpg);
  }
  .sec1 .inner {
    width: 100%;
    padding: 20px 60px 0 60px;
  }
  .sec1 .inner h3 {
    width: 200px;
    height: 18px;
    margin: 0 auto 10px auto;
  }
  .sec1 .inner h4 {
    background-image: url(../snap/title_date2.svg);
    width: 178px;
    height: 9px;
    margin: 0 auto 40px auto;
  }
  .sec1 .bar {
    height: 40px;
    bottom: 40px;
  }
  .sec1 .bar span {
    height: 40px;
    top: -40px;
    animation: bar-anime-sp 2s ease-out 0s infinite normal;
  }
  .sec1.active .inner {
    padding-top: 0px;
  }
  .sec1.active .inner h3, .sec1.active .inner h4, .sec1.active .inner p {
    opacity: 1;
  }
  .sec1.active .bar {
    bottom: 50px;
    opacity: 1;
  }
  .sec2 {
    min-width: 100%;
  }
  .sec2 ul.phset1 li {
    width: 50%;
    min-width: 50%;
  }
  .sec2 ul.phset1 li span div i {
    width: 30px;
  }
  .sec2 ul.phset1 li span dl {
    padding: 80px 10px 10px 10px;
    background-repeat: no-repeat;
    background-position: left 3px bottom 3px;
    background-size: 70px;
  }
  .sec2 ul.phset1 li span dl dt {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0rem;
    white-space: normal;
  }
  .sec2 ul.phset1 li span dl dt span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: 0rem;
    display: block;
  }
  .sec2 ul.phset1 li span dl dt span i {
    display: none;
  }
  .sec2 ul.phset1 li span dl dd {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
    letter-spacing: 0rem;
    white-space: normal;
  }
  .sec2 ul.phset1 li span:hover div {
    opacity: 1;
  }
  .sec2 ul.phset1 li span:hover dl {
    background-repeat: no-repeat;
    background-position: left 3px bottom 3px;
    background-size: 70px;
  }
  .sec2 p {
    text-align: left;
    width: 800px;
    margin: 0 auto;
    opacity: 0;
  }
  .sec8 {
    width: 100%;
    padding: 50px 40px 80px 40px;
  }
  .sec8 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec8 .inner .banner {
    width: 100%;
    margin: 0 auto 80px auto;
  }
  .sec8 .inner dl {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .sec8 .inner dl dt {
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 31px;
    margin: 0 auto 25px auto;
  }
  .sec8 .inner dl dd:not(:last-child) {
    margin: 0 auto 60px auto;
  }
  .sec8 .inner dl dd a, .sec8 .inner dl dd span {
    color: #4ab44e;
    font-family: futura-pt, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4rem;
    letter-spacing: 0rem;
    width: 180px;
    height: 40px;
  }
  .sec8 .inner dl dd a:hover, .sec8 .inner dl dd span:hover {
    color: #33cc66;
    border: solid 2px #33cc66;
  }
  section.detail {
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: #FFF;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    box-sizing: border-box;
  }
  section.detail .switch {
    width: 75px;
    margin: 0px;
    position: fixed;
    top: 15px;
    z-index: 999;
  }
  section.detail .switch.next {
    right: auto;
    left: 100px;
  }
  section.detail .switch.next span {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 5px 0 0;
  }
  section.detail .switch.prev {
    left: 20px;
  }
  section.detail .switch.prev span {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 5px;
  }
  section.detail .switch span {
    color: #4ab44e;
    font-family: futura-pt, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0rem;
    height: 25px;
    border: solid 2px #4ab44e;
    transition: all 0.25s ease-in;
  }
  section.detail .switch:hover span {
    color: #FFF;
    background-color: #4ab44e;
  }
  section.detail .close {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 20px;
    z-index: 999;
  }
  section.detail .each {
    width: calc(100% - 40px);
    padding: 0 0 50px 0;
    margin: 0px;
    left: 20px;
    top: 50px;
    opacity: 0;
    z-index: -1;
  }
  section.detail .each .photocombo {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  section.detail .each .photocombo .swiper-container {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  section.detail .each .photocombo .swiper-container ul.swiper-wrapper {
    width: 100%;
    overflow: hidden;
  }
  section.detail .each .photocombo .swiper-container ul.swiper-wrapper li {
    width: 600px;
    height: auto;
  }
  section.detail .each .photocombo .btn {
    width: 15px;
    height: 25px;
    margin: -12px 0 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 333;
  }
  section.detail .each .photocombo .btn.btn-prev {
    left: 10px;
  }
  section.detail .each .photocombo .btn.btn-next {
    right: 10px;
  }
  section.detail .each .prof {
    margin: 0 auto 20px auto;
  }
  section.detail .each .prof dl {
    text-align: left;
  }
  section.detail .each .prof dl dt {
    color: #333;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8rem;
    letter-spacing: 0rem;
    white-space: normal;
  }
  section.detail .each .prof dl dd {
    color: #333;
    font-family: futura-pt, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2rem;
    letter-spacing: 0rem;
    white-space: normal;
  }
  section.detail .each .credit dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.detail .each .credit dl dd {
    width: 110px;
  }
  section.detail .each .credit dl dd a {
    color: #333;
    font-family: futura-pt, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0rem;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: solid 2px #333;
    transition: all 0.25s ease-in;
  }
  section.detail .each .credit dl dd a:hover {
    color: #4ab44e;
    border: solid 2px #4ab44e;
  }
  footer {
    width: 100%;
    padding: 60px 0;
    border-top: solid 1px #CCC;
  }
  footer h2 {
    width: 100px;
    margin: 0 auto 30px auto;
  }
  footer h2 a {
    height: 60px;
  }
  footer ul {
    width: 140px;
    margin: 0 auto 55px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer ul li {
    width: 20px;
  }
  footer ul li a {
    height: 20px;
  }
  footer ul li a:hover {
    opacity: 1;
  }
  footer p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 40px 0 0 0;
    border-top: solid 1px #CCC;
  }
  .pgtop {
    width: 30px;
    bottom: 10px;
    right: 10px;
  }
  .pgtop a {
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .pgtop a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 320px) {
  .sec1 .inner {
    padding: 20px 30px 0 30px;
  }
  .sec1 .bar {
    bottom: 15px;
  }
  .sec1.active .inner {
    padding-top: 0px;
  }
  .sec1.active .bar {
    bottom: 25px;
  }
}