body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Noto Serif JP', serif;
}

.type1 {
  margin-bottom: 250px;
}

.type1 picture {
  width: 100%;
  height: 500px;
  background: url(/images/sec1_pc.jpg) no-repeat center center;
  background-size: cover;
  display: block;
}

.type1 .desc {
  min-width: 1200px;
  padding: 0 10vw 0 21.33vw;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.type1 .desc h1 {
  writing-mode: vertical-rl;
  transform: translateY(-115px);
  font-weight: 300;
  font-size: 33px;
  letter-spacing: 0.4em;
  padding: 20px 10px;
  background-color: #fff;
  color: #221815;
}

.type1 .desc .txt-blk {
  margin: 100px 6.66vw 0 0;
}

.type1 .desc .txt-blk p {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.1em;
  margin-bottom: 1.71em;
}

@media (max-width: 1179px) {
  .type1 .desc {
    min-width: unset;
  }
  .type1 .desc .txt-blk {
    margin: 100px 6.66vw 0 1.5vw;
  }
}

@media (max-width: 767px) {
  .type1#sec1 {
    padding-top: 50px;
    margin-bottom: 0;
  }
  .type1#sec1 picture {
    height: 80vw;
  }
  .type1#sec1 .desc {
    position: relative;
    display: block;
    padding: 21.333vw 8.5333vw 26.6666vw;
  }
  .type1#sec1 .desc h1 {
    font-size: 6.1333vw;
    margin-bottom: 21.333vw;
    writing-mode: horizontal-tb;
    transform: translateY(0);
    padding: 0;
    background-color: transparent;
    text-align: center;
    line-height: 1;
  }
  .type1#sec1 .desc .txt-blk {
    margin: 0;
  }
  .type1#sec1 .desc .txt-blk p {
    font-size: 3.7333vw;
    line-height: 1.8;
    margin-bottom: 5.8666vw;
  }
  .type1#sec1 .desc .txt-blk p:last-child {
    margin-bottom: 0;
  }
  .type1#sec1 .desc::after {
    content: "";
    display: block;
    width: 8vw;
    height: 0.4px;
    background-color: #959595;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

#sec2 {
  padding-top: 50px;
}

#sec2 #gwrap {
  min-width: 1200px;
  padding: 0 10vw 0 21.33vw;
  margin-bottom: 350px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#sec2 #gwrap #s-desc {
  width: 150px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#sec2 #gwrap #s-desc h1 {
  writing-mode: vertical-rl;
  font-weight: 300;
  font-size: 33px;
  letter-spacing: 0.4em;
  color: #221815;
}

#sec2 #gwrap #s-desc #s-detail {
  writing-mode: vertical-rl;
  padding-top: 55px;
}

#sec2 #gwrap #s-desc #s-detail p {
  font-size: 12px;
  line-height: 2.58;
  letter-spacing: 0.1em;
}

#sec2 #gwrap #s-desc #s-detail p br {
  display: none;
}

#sec2 #gwrap #cats {
  max-width: 800px;
  width: 100%;
  padding-top: 55px;
}

#sec2 #gwrap #cats li {
  line-height: 0;
  margin-bottom: 20px;
}

#sec2 #gwrap #cats li a {
  display: block;
  color: #221815;
  position: relative;
}

#sec2 #gwrap #cats li a span {
  display: block;
  writing-mode: vertical-rl;
  position: absolute;
  left: 60px;
  top: 50%;
  height: 100%;
  transform: translate(0, -20%);
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 0.4em;
}

#sec2 #gwrap #cats li a img {
  width: 100%;
  height: auto;
}

#sec2 #gwrap #cats li:last-child {
  margin-bottom: 0;
}

#sec2 #gwrap #cats li:last-child a span {
  left: 35px;
  transform: translate(0, -25%);
}

#sec2 #gwrap #cats li:last-child a span span {
  position: relative;
  font-size: 13px;
  transform: translate(0, -90%);
  height: 50%;
  left: 0;
}

.safari #sec2 #gwrap #cats li:last-child a span span {
  transform: translate(0);
}

.win #sec2 #gwrap #cats li:last-child a span span {
  transform: translate(0, -80%);
}

#sec2 .cat-s {
  padding: 0 10vw 13.33vw 21.33vw;
}

#sec2 .cat-s h2 {
  font-size: 24px;
  line-height: 1.0;
  letter-spacing: 0.4em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 110px;
  padding-top: 50px;
}

#sec2 .cat-s ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#sec2 .cat-s ul li {
  width: 21.73vw;
  line-height: 0;
  margin-bottom: 1.733vw;
  margin-right: 1.733vw;
  cursor: pointer;
}

@media (min-width: 1024px) and (max-height: 768px) {
  #sec2 .cat-s ul li {
    width: 21vw;
  }
}

#sec2 .cat-s ul li:nth-child(3n) {
  margin-right: 0;
}

#sec2 .cat-s ul li img {
  width: 100%;
  height: auto;
}

#sec2 .cat-s ul li .li_wrap {
  display: none;
}

#sec2 #cat1 ul li:last-child {
  margin-bottom: 0;
}

#sec2 #cat3 {
  padding-bottom: 24vw;
}

#sec2 #cat3 h2 span {
  display: block;
  font-size: 13px;
  margin-top: 12px;
}

@media (min-width: 1501px) {
  #sec2 #gwrap #cats {
    max-width: unset;
    width: 53.3vw;
  }
}

@media (max-width: 1499px) {
  #sec2 #gwrap {
    min-width: unset;
  }
  #sec2 #gwrap #cats {
    max-width: unset;
    width: 53.3vw;
  }
  #sec2 #gwrap #cats li a span {
    font-size: 1.2vw;
    left: 4vw;
  }
  #sec2 #gwrap #cats li:last-child a span {
    left: 2.33vw;
  }
  #sec2 #gwrap #cats li:last-child a span span {
    font-size: 0.86vw;
    left: 0.33vw;
    height: 60%;
  }
}

@media (max-width: 1179px) {
  #sec2 #gwrap #s-desc {
    width: 10vw;
  }
  #sec2 #gwrap #s-desc h1 {
    font-size: 2.2vw;
  }
}

@media (max-width: 767px) {
  #sec2 {
    padding: 26.666vw 5.8666vw 0;
  }
  #sec2 #gwrap {
    padding: 0;
    margin-bottom: 0;
    display: block;
  }
  #sec2 #gwrap #s-desc {
    width: auto;
    display: block;
  }
  #sec2 #gwrap #s-desc h1 {
    writing-mode: vertical-rl;
    font-size: 6.1333vw;
    margin: 0 auto;
  }
  #sec2 #gwrap #s-desc #s-detail {
    writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 2.6666vw;
  }
  #sec2 #gwrap #s-desc #s-detail p {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #sec2 #gwrap #s-desc #s-detail p br {
    display: block;
  }
  #sec2 #gwrap #cats {
    width: 100%;
    padding-top: 21.333vw;
  }
  #sec2 #gwrap #cats li {
    margin-bottom: 3.7333vw;
  }
  #sec2 #gwrap #cats li a span {
    left: 5.3333vw;
    top: 7.2vw;
    height: auto;
    transform: translate(0);
    font-size: 4vw;
  }
  #sec2 #gwrap #cats li a img {
    width: 100%;
    height: auto;
  }
  #sec2 #gwrap #cats li:last-child {
    margin-bottom: 0;
  }
  #sec2 #gwrap #cats li:last-child a span {
    letter-spacing: 0.3em;
    top: 3.57vw;
    height: 100%;
    transform: translate(0);
  }
  #sec2 #gwrap #cats li:last-child a span span {
    font-size: 2.1333vw;
    transform: translate(0);
  }
  #sec2 .cat-s {
    padding: 16vw 0 0;
  }
  #sec2 .cat-s#cat3 {
    padding-bottom: 26.666vw;
  }
  #sec2 .cat-s#cat3 h2 span {
    font-size: 2.6666vw;
  }
  #sec2 .cat-s h2 {
    font-size: 5.3333vw;
    margin-bottom: 16vw;
    padding-top: 0;
  }
  #sec2 .cat-s ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #sec2 .cat-s ul li {
    width: 47.8%;
    line-height: 0;
    margin-bottom: 4.23%;
    margin-right: 4.23%;
    cursor: pointer;
  }
  #sec2 .cat-s ul li:nth-child(3n) {
    margin-right: 4.23%;
  }
  #sec2 .cat-s ul li:nth-child(2n) {
    margin-right: 0;
  }
}

#sec3 {
  margin-bottom: 260px;
}

#sec3 picture {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}

#sec3 picture img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
}

#sec3 .desc .txt-blk {
  margin: 100px 8vw 0 11.33vw;
  margin: 100px 8vw 0 0;
}

@media (max-width: 1179px) {
  #sec3 .desc .txt-blk {
    margin: 100px 6.66vw 0 1.5vw;
  }
}

@media (max-width: 767px) {
  #sec3 {
    padding-top: 50px;
    margin-bottom: 0;
  }
  #sec3 .slick-slider {
    margin-bottom: 0;
  }
  #sec3 .slick-slider picture {
    height: 80vw;
  }
  #sec3 .desc {
    display: block;
    padding: 21.333vw 8.5333vw 26.6666vw;
  }
  #sec3 .desc h1 {
    font-size: 6.1333vw;
    margin-bottom: 21.333vw;
    writing-mode: horizontal-tb;
    transform: translateY(0);
    padding: 0;
    background-color: transparent;
    text-align: center;
    line-height: 1;
  }
  #sec3 .desc .txt-blk {
    margin: 0;
  }
  #sec3 .desc .txt-blk p {
    font-size: 3.7333vw;
    line-height: 1.8;
    margin-bottom: 5.8666vw;
  }
  #sec3 .desc .txt-blk p:last-child {
    margin-bottom: 0;
  }
}

#sec4 {
  background-color: #f6f6f6;
  padding: 130px 10vw 200px 21.33vw;
}

#sec4 h1 {
  font-size: 30px;
  line-height: 1.0;
  letter-spacing: 0.4em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 100px;
}

#sec4 p {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.1em;
  margin-bottom: 2.14em;
  text-indent: 1em;
}

@media (max-width: 767px) {
  #sec4 {
    padding: 21.333vw 8.5333vw 26.6666vw;
  }
  #sec4 h1 {
    font-size: 6.1333vw;
    margin-bottom: 21.333vw;
  }
  #sec4 p {
    font-size: 3.7333vw;
    line-height: 1.8;
    margin-bottom: 5.8666vw;
  }
}

#sec5 {
  padding: 210px 10vw 90px 21.33vw;
}

#sec5 h1 {
  font-size: 30px;
  line-height: 1.0;
  letter-spacing: 0.4em;
  font-weight: 300;
  text-align: center;
  padding-bottom: 70px;
  margin-bottom: 96px;
  border-bottom: 0.5px solid #c8c8c8;
}

#sec5 #spwrap {
  padding: 0 25px 0 33px;
  padding: 0 1.66vw 0 2.2vw;
  display: flex;
  justify-content: space-between;
}

#sec5 #spwrap #shop {
  width: 410px;
  width: 27.33vw;
  letter-spacing: 0.1em;
}

#sec5 #spwrap #shop h2 {
  font-size: 36px;
  line-height: 1.0;
  letter-spacing: 0.4em;
  font-weight: 300;
  margin-bottom: 0.7em;
}

#sec5 #spwrap #shop ul li {
  line-height: 2;
  font-size: 12px;
  margin-bottom: 0.3em;
}

#sec5 #spwrap #shop ul li span {
  display: block;
  margin-left: 5.7em;
}

#sec5 #spwrap #shop ul li:first-child {
  font-size: 14px;
}

#sec5 #spwrap #shop p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

#sec5 #spwrap #shop #contact h3 {
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}

#sec5 #spwrap #shop #contact h3::before, #sec5 #spwrap #shop #contact h3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #c8c8c8;
}

#sec5 #spwrap #shop #contact h3::before {
  margin-right: 1rem;
}

#sec5 #spwrap #shop #contact h3::after {
  margin-left: 1rem;
}

#sec5 #spwrap #shop #contact p {
  margin-bottom: 14px;
}

#sec5 #spwrap #shop #contact p span {
  display: block;
}

#sec5 #spwrap #shop #contact p span br {
  display: none;
}

#sec5 #spwrap #shop #contact ul li {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 20px;
}

#sec5 #spwrap #shop #contact ul li a {
  color: #000;
  pointer-events: none;
}

#sec5 #spwrap #shop #contact ul li:first-child {
  letter-spacing: 0.075em;
}

#sec5 #spwrap #shop #contact ul li:first-child::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 26px;
  background: url(/images/icon_tel.svg) no-repeat 0 0;
  background-size: contain;
  margin-right: 10px;
}

#sec5 #spwrap #shop #contact ul li:last-child {
  font-size: 20px;
  letter-spacing: 0.1em;
}

#sec5 #spwrap .map {
  width: 468px;
  width: 31.2vw;
}

#sec5 #spwrap .map iframe {
  filter: grayscale(100%);
  width: 31.2vw;
}

#sec5 #spwrap .map #map {
  width: 468px;
  height: 350px;
}

#sec5 #spwrap .map dl {
  margin: 2.13vw 2.13vw 2.8vw 2.13vw;
  font-size: 0.8vw;
  line-height: 2.5;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1501px) {
  #sec5 #spwrap .map dl {
    font-size: 12px;
  }
}

#sec5 #spwrap .map dl dt {
  align-self: center;
  flex-basis: 6.33vw;
}

#sec5 #spwrap .map dl dd {
  border-left: 1px solid #c8c8c8;
  padding-left: 2.8vw;
  flex-basis: calc(100% - 6.33vw);
}

#sec5 #spwrap .map dl dd span {
  display: block;
}

@media (max-width: 1179px) {
  #sec5 #spwrap #shop h2 {
    font-size: 2.4vw;
  }
  #sec5 #spwrap #shop #contact ul li {
    font-size: 1.33vw;
  }
  #sec5 #spwrap #shop #contact ul li:first-child {
    font-size: 2.46vw;
  }
}

@media (max-width: 767px) {
  #sec5 {
    padding: 21.333vw 5.8666vw 0;
  }
  #sec5 h1 {
    font-size: 6.1333vw;
    padding-bottom: 21.333vw;
    margin-bottom: 16vw;
  }
  #sec5 #spwrap {
    padding: 0 25px 0 33px;
    padding: 0 1.66vw 0 2.2vw;
    display: block;
  }
  #sec5 #spwrap #shop {
    width: auto;
    letter-spacing: 0.1em;
  }
  #sec5 #spwrap #shop h2 {
    font-size: 6.6666vw;
    margin-bottom: 0.7em;
  }
  #sec5 #spwrap #shop ul li {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
  #sec5 #spwrap #shop ul li:first-child {
    font-size: 3.2vw;
  }
  #sec5 #spwrap #shop p {
    font-size: 3.2vw;
    letter-spacing: 0.01em;
    margin-bottom: 8vw;
  }
  #sec5 #spwrap #shop #contact {
    margin-bottom: 9.333vw;
  }
  #sec5 #spwrap #shop #contact h3 {
    font-size: 3.7333vw;
    margin-bottom: 6.9333vw;
  }
  #sec5 #spwrap #shop #contact p {
    font-size: 3.2vw;
    margin-bottom: 5.3333vw;
  }
  #sec5 #spwrap #shop #contact p span br {
    display: block;
  }
  #sec5 #spwrap #shop #contact ul li {
    margin-bottom: 4.2666vw;
  }
  #sec5 #spwrap #shop #contact ul li a {
    pointer-events: auto;
  }
  #sec5 #spwrap #shop #contact ul li:first-child {
    font-size: 9.86vw;
  }
  #sec5 #spwrap #shop #contact ul li:first-child::before {
    width: 5.8666vw;
    height: 7.5vw;
    margin-right: 1.6vw;
  }
  #sec5 #spwrap #shop #contact ul li:last-child {
    font-size: 4.8vw;
  }
  #sec5 #spwrap .map {
    width: 100%;
  }
  #sec5 #spwrap .map iframe {
    width: 100%;
    height: 66.666vw;
  }
  #sec5 #spwrap .map #map {
    width: 100%;
    height: 66.666vw;
  }
  #sec5 #spwrap .map dl {
    margin: 4vw 2.6666vw;
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.075em;
    display: flex;
    justify-content: space-between;
  }
  #sec5 #spwrap .map dl dt {
    padding-right: 3.7333vw;
    flex-shrink: 0;
    align-self: center;
    flex-basis: auto;
  }
  #sec5 #spwrap .map dl dd {
    padding-left: 3.7333vw;
    flex-basis: auto;
    white-space: nowrap;
  }
  #sec5 #spwrap .map dl dd span {
    display: block;
  }
}

#sec6 {
  padding: 72px 10vw 72px 21.33vw;
  background-color: #f6f6f6;
}

#sec6 .v-box {
  margin: 0 auto;
}

#sec6 .v-box div {
  width: 500px;
  margin: 0 auto;
  line-height: 1.0;
  position: relative;
}

#sec6 .v-box div .moviebtn .playbtn {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  #sec6 {
    padding: 10vw 5.8666vw;
    background-color: #f6f6f6;
  }
  #sec6 .v-box {
    margin: 0 auto;
  }
  #sec6 .v-box div {
    width: auto;
    margin: 0 auto;
    line-height: 1.0;
    position: relative;
  }
  #sec6 .v-box div .moviebtn img {
    width: 100%;
    height: auto;
  }
  #sec6 .v-box div .moviebtn .playbtn {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.index #main {
  padding: 0;
}

#mainV {
  position: relative;
  padding: 20px;
  height: 100vh;
}

#mainV .slick-prev, #mainV .slick-next {
  display: none !important;
}

#mainV .slick-slider {
  margin-bottom: 0;
  height: 100%;
}

#mainV .slick-slider .slick-list {
  height: 100%;
}

#mainV .slick-slider .slick-list .draggable {
  height: 100%;
}

#mainV .slick-slider .slick-list .draggable > div {
  height: 100%;
}

#mainV .slick-slider .slick-list .draggable > div .slick-slide {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}

#mainV .slick-slider .slick-list .draggable > div .slick-slide img {
  display: none;
}

@media (max-width: 767px) {
  #mainV {
    margin-top: 0;
    padding: 2.6666vw;
  }
  .iphone #mainV {
    height: calc(100vh - 114px);
  }
  #mainV .frontLogo {
    width: 22.6vw;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #mainV .frontLogo img {
    width: 100%;
    height: auto;
  }
  #mainV .slick-slider {
    margin-bottom: 0;
  }
  #mainV .slick-slider .slick-dots {
    display: none !important;
  }
}

#goToNext {
  width: 3vw;
  height: calc(3vw / 2);
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 5%;
  overflow: hidden;
  cursor: pointer;
}

#goToNext a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

#goToNext:before {
  border: solid calc(3vw / 8) #c31822;
}

#goToNext:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 50%) rotate(45deg);
  transform-origin: center;
  width: 21px;
  height: 21px;
  box-sizing: inherit;
  border: 1px solid #373737;
}

@media (max-width: 767px) {
  #goToNext {
    z-index: 10;
    width: 8vw;
    height: calc(8vw / 2);
    bottom: 8vw;
  }
  #goToNext:before {
    border: solid calc(8vw / 8) #c31822;
  }
  #goToNext:before {
    border: 1px solid #373737;
  }
}

/* ====================
*    over layer
* ====================== */
html.scrollStop {
  overflow-y: hidden;
}

body.showMovie .overlay,
body.showItem .overlay {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out,-webkit-transform 300ms ease-out;
  transition: opacity 300ms ease-out,-webkit-transform 300ms ease-out;
  -o-transition: opacity 300ms ease-out,-o-transform 300ms ease-out;
  -moz-transition: opacity 300ms ease-out,transform 300ms ease-out,-moz-transform 300ms ease-out;
  transition: opacity 300ms ease-out,transform 300ms ease-out;
  transition: opacity 300ms ease-out,transform 300ms ease-out,-webkit-transform 300ms ease-out,-moz-transform 300ms ease-out,-o-transform 300ms ease-out;
}

body.showMovie.readyMovie .overlay,
body.showMovie.closeMovie .overlay,
body.showItem.readyItem .overlay,
body.showItem.closeItem .overlay {
  opacity: 0;
}

body.showMovie.readyMovie .overlay .wrapper .container,
body.showMovie.closeMovie .overlay .wrapper .container,
body.showItem.readyItem .overlay .wrapper .container,
body.showItem.closeItem .overlay .wrapper .container {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

body.showMovie .overlay .wrapper .close,
body.showItem .overlay .wrapper .close {
  opacity: 1 !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30000;
  transform: translateZ(2px);
  overflow: hidden;
}

.overlay .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .3s ease;
}

.showItem .overlay .background {
  background-color: rgba(226, 237, 241, 0.9);
}

.overlay .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay .wrapper .container {
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px #000;
  width: 1024px;
  height: 576px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all .3s ease;
}

@media (min-width: 1024px) and (max-height: 768px) {
  .overlay .wrapper .container {
    width: 700px;
    height: 394px;
  }
}

.showItem .overlay .wrapper .container {
  box-shadow: none;
  width: 750px;
  height: 686px;
}

@media (min-width: 1024px) and (max-height: 768px) {
  .showItem .overlay .wrapper .container {
    width: 600px;
    height: 580px;
  }
}

.overlay .wrapper .container iframe {
  width: 100%;
  height: 100%;
}

.overlay .wrapper .container.slide .slidecontainer {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.overlay .wrapper .container.slide .slidecontainer .holder {
  width: 100%;
  height: 100%;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item {
  width: 100%;
  position: absolute;
  text-align: center;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .top {
  margin-bottom: 30px;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .top img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .bottom dl {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .bottom dl dt {
  font-size: 16px;
}

.overlay .wrapper .container.slide .prevbtn {
  position: absolute;
  margin-top: -30px;
  top: 50%;
  right: 105%;
}

.overlay .wrapper .container.slide .prevbtn a {
  display: block;
  width: 25px;
  height: 25px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}

.overlay .wrapper .container.slide .nextbtn {
  position: absolute;
  margin-top: -30px;
  top: 50%;
  left: 105%;
}

.overlay .wrapper .container.slide .nextbtn a {
  display: block;
  width: 25px;
  height: 25px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(135deg);
}

.overlay .wrapper .close {
  position: absolute;
  top: 50px;
  right: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 50px;
  height: 50px;
  transition: opacity .3s ease;
  z-index: 1;
}

.overlay .wrapper .close span {
  position: relative;
}

.overlay .wrapper .close span::before {
  content: "";
  display: inline-block;
  height: 50px;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 7px;
  left: 22px;
}

.showItem .overlay .wrapper .close span::before {
  border-left: 1px solid #000;
}

.overlay .wrapper .close span::after {
  content: "";
  display: inline-block;
  height: 50px;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 23px;
}

.showItem .overlay .wrapper .close span::after {
  border-left: 1px solid #000;
}

@media (max-width: 767px) {
  .showItem .overlay .wrapper .container {
    width: 74.7vw;
    height: 84.5vw;
  }
  .overlay .wrapper .container {
    width: 90vw;
    height: 50.9vw;
  }
  .overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .top {
    margin-bottom: 6.1333vw;
  }
  .overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .bottom dl {
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: 0.15em;
  }
  .overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .bottom dl dt {
    font-size: 3.4666vw;
    white-space: break-spaces;
  }
  .overlay .wrapper .container.slide .prevbtn {
    margin-top: -13.4vw;
    right: 100%;
  }
  .overlay .wrapper .container.slide .prevbtn a {
    width: 5.3333vw;
    height: 5.3333vw;
  }
  .overlay .wrapper .container.slide .nextbtn {
    margin-top: -13.4vw;
    left: 100%;
  }
  .overlay .wrapper .container.slide .nextbtn a {
    width: 5.3333vw;
    height: 5.3333vw;
  }
  .overlay .wrapper .close {
    top: 5.3333vw;
    right: 2.6666vw;
  }
  .overlay .wrapper .close span::before {
    height: 9.3vw;
  }
  .overlay .wrapper .close span::after {
    height: 9.3vw;
  }
}
