@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

p {
  color: #000;
  font-family: "nimbus-sans", sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  iframe {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  iframe {
    display: block;
    width: 33.4%;
  }
}

@media screen and (min-width: 751px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .spNone {
    display: none;
  }
}

#wrap {
  overflow-x: hidden;
}

section.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #fff;
}
section.header .hd_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 751px) {
  section.header .hd_flex {
    justify-content: flex-end;
  }
}
section.header .hd_flex img:first-child {
  width: 54.6666666667vw;
  padding: 5.0666666667vw 12vw;
}
@media screen and (min-width: 751px) {
  section.header .hd_flex img:first-child {
    width: 25.546875vw;
    margin-right: 24.6875vw;
    padding: 41px 0px;
  }
}
section.header .hd_flex img:last-child {
  width: 16.8vw;
  padding: 3.7333333333vw 2.1333333333vw;
  border-left: solid 1px #000;
}
@media screen and (min-width: 751px) {
  section.header .hd_flex img:last-child {
    width: 10.15625vw;
    padding: 17px;
  }
}
section.header p {
  text-align: center;
  font-size: 4vw;
  padding: 2.4vw 0vw;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 751px) {
  section.header p {
    font-size: 1.09375vw;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

section.content {
  position: absolute;
  width: 100%;
  margin-top: 33%;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  section.content {
    margin-top: 11%;
    padding-top: 4%;
  }
}
section.content ul {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  section.content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
section.content ul li {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #000;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  section.content ul li {
    width: 33.3%;
    border-right: solid 1px #000;
  }
}
section.content ul li p.logo_ho {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
section.content ul li p.logo_ho01 {
  color: #fff !important;
}
@media screen and (min-width: 751px) {
  section.content ul li .movie01 {
    width: 98.5vw;
    border-right: solid 1px #000;
  }
}
section.content ul li .movie01 .logo_block {
  position: absolute;
  width: 32.8vw;
  top: -1px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 751px) {
  section.content ul li .movie01 .logo_block {
    width: 9.6875vw;
    left: -1px;
  }
}
section.content ul li.bar::before {
  position: absolute;
  display: block;
  background: #000;
  content: "";
  width: 40px;
  height: 1px;
  bottom: 38px;
  right: 14px;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  section.content ul li.bar::before {
    width: 50px;
    height: 1px;
    bottom: 34px;
    right: 10px;
  }
}
section.content ul li.bar::after {
  position: absolute;
  display: block;
  background: #000;
  content: "";
  width: 1px;
  width: 1px;
  height: 40px;
  bottom: 18px;
  right: 33px;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  section.content ul li.bar::after {
    width: 1px;
    height: 50px;
    bottom: 11px;
    right: 34px;
  }
}
section.content ul li.bar01::before {
  background: #fff;
}
section.content ul li.bar01::after {
  background: #fff;
}
@media screen and (max-width: 750px) {
  section.content ul li:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 750px) {
  section.content ul li:last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 751px) {
  section.content ul li:nth-of-type(3n) {
    border-right: none;
  }
}

/*　画像の拡大　*/
section.content {
  /*　画像のマスク　*/
}
section.content .zoomIn img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}
section.content .zoomIn a:hover img {
  /*hoverした時の変化*/
  transform: scale(1.1);
  /*拡大の値を変更したい場合はこの数値を変更*/
}
section.content .mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

#fotter .insta {
  padding-top: 7.2vw;
  padding-left: 5.8666666667vw;
  width: 100%;
  font-weight: 400 !important;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  #fotter .insta {
    padding-top: 2.109375vw;
    padding-left: 2.109375vw;
    margin-bottom: 0vw;
  }
}
#fotter .insta p:first-child {
  padding-bottom: 4.5333333333vw;
}
@media screen and (min-width: 751px) {
  #fotter .insta p:first-child {
    padding-bottom: 0.5333333333vw;
  }
}
#fotter .insta a {
  color: #000;
}
#fotter .brandlogo {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 8.2666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #fotter .brandlogo {
    margin-top: 1.953125vw;
    margin-bottom: 2.734375vw;
    font-size: 2.421875vw;
    margin-top: 25px;
  }
}
#fotter .brandlogo a {
  color: #000;
}
#fotter .brandlogo p {
  text-align: center;
  font-size: 2.9333333333vw;
  font-weight: 400 !important;
  padding-top: 2.1333333333vw;
  color: #000;
}
@media screen and (min-width: 751px) {
  #fotter .brandlogo p {
    font-size: 0.859375vw;
    padding-top: 0.625vw;
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.modal-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal-wrap.open .mask_container {
  opacity: 1;
}
.modal-wrap > div {
  display: block;
  width: 100%;
  background: #fff;
}
.modal-wrap .md_flex {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 751px) {
  .modal-wrap .md_flex {
    justify-content: flex-end;
  }
}
.modal-wrap .md_flex .tit_logo {
  width: 54.6666666667vw;
  padding: 5.0666666667vw 12vw;
  border-right: solid 1px #000;
}
@media screen and (min-width: 751px) {
  .modal-wrap .md_flex .tit_logo {
    width: 25.546875vw;
    margin-right: 11.484375vw;
    padding: 41px 0px;
    padding-right: 24.6875vw;
  }
}
.modal-wrap .md_flex .close {
  cursor: pointer;
  position: absolute;
  right: 19%;
  top: 5.5%;
}
@media screen and (min-width: 751px) {
  .modal-wrap .md_flex .close {
    right: 2%;
    top: -3%;
    padding: 7.7333333333vw;
  }
}
.modal-wrap .md_flex .close span::after {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  .modal-wrap .md_flex .close span::after {
    width: 120px;
  }
}
.modal-wrap .md_flex .close span::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
}
@media screen and (min-width: 751px) {
  .modal-wrap .md_flex .close span::before {
    width: 120px;
  }
}
.modal-wrap .mask_container {
  width: 100%;
  opacity: 0;
  transition: 3s;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container {
    display: flex;
    padding-left: 30.46875vw;
    padding-right: 18.359375vw;
  }
}
.modal-wrap .mask_container .modal-content {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .modal-content {
    display: flex;
    margin: 0;
  }
}
.modal-wrap .mask_container .modal-content .modal-img {
  position: relative;
  overflow: hidden;
  padding: 0vw 10.6666666667vw;
  text-align: center;
  width: 78.1333333333vw;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .modal-content .modal-img {
    width: 30.859375vw;
    padding: 0vw 3.125vw;
  }
}
.modal-wrap .mask_container .credit {
  padding: 0vw 10.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit {
    width: 23.4375vw;
    margin: 0;
    padding: 0;
    margin-left: 5.703125vw;
  }
}
.modal-wrap .mask_container .credit p.nom {
  margin-top: 5.3333333333vw;
  margin-bottom: 3.7333333333vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit p.nom {
    margin-top: 4.140625vw;
    margin-bottom: 2.109375vw;
    font-size: 1.09375vw;
  }
}
.modal-wrap .mask_container .credit ul.cre_flex li {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit ul.cre_flex li {
    margin-bottom: 2.34375vw;
  }
}
.modal-wrap .mask_container .credit ul.cre_flex li a {
  color: #000;
  line-height: 1.1;
}
.modal-wrap .mask_container .credit ul.cre_flex li a p.item01 {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit ul.cre_flex li a p.item01 {
    font-size: 0.859375vw;
  }
}
.modal-wrap .mask_container .credit ul.cre_flex li a p.item02 {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit ul.cre_flex li a p.item02 {
    font-size: 1.09375vw;
  }
}
.modal-wrap .mask_container .credit ul.cre_flex li a p.price {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit ul.cre_flex li a p.price {
    font-size: 1.09375vw;
  }
}
.modal-wrap .mask_container .credit ul.cre_flex li a .buy {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 13px 0px;
  font-size: 3.7333333333vw;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit ul.cre_flex li a .buy {
    width: 13.828125vw;
    font-size: 1.09375vw;
    margin-top: 0.78125vw;
    padding: 10px 0px;
  }
}
.modal-wrap .mask_container .credit ul.cre_flex li a .buy:hover {
  background: #fff;
  transition: all 0.4s;
  border: solid 1px #000;
  cursor: pointer;
  color: #000;
}
.modal-wrap .mask_container .credit ul.cre_flex li:last-child {
  margin-bottom: 10.6666666667vw;
}
@media screen and (max-width: 750px) {
  .modal-wrap .mask_container .credit .nav {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit .nav {
    width: 100% !important;
    margin-top: 15.46875vw;
    padding-bottom: 0;
  }
}
.modal-wrap .mask_container .credit .nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: stretch;
  text-align: center;
}
.modal-wrap .mask_container .credit .nav ul li {
  width: 93.3333333333vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit .nav ul li {
    width: 21.09375vw;
    font-size: 1.09375vw;
  }
}
.modal-wrap .mask_container .credit .nav ul li p.bk {
  padding-right: 100px;
}
.modal-wrap .mask_container .credit .nav ul li p.nt {
  padding-left: 100px;
}
.modal-wrap .mask_container .credit .nav ul li img {
  width: 5.6vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .modal-wrap .mask_container .credit .nav ul li img {
    width: 1.640625vw;
  }
}

.line01 {
  border-bottom: solid 1px #000;
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .line01 {
    padding-top: 0.78125vw;
  }
}

.nav ul.modal_skip li.prev {
  padding-right: 30%;
}
@media screen and (min-width: 751px) {
  .nav ul.modal_skip li.prev {
    padding-right: 20%;
  }
}
.nav ul.modal_skip li.prev .modalPrev {
  padding-left: 10px;
}
@media screen and (min-width: 751px) {
  .nav ul.modal_skip li.prev .modalPrev {
    padding-left: 5px;
  }
}
.nav ul.modal_skip li.next {
  padding-left: 30%;
}
@media screen and (min-width: 751px) {
  .nav ul.modal_skip li.next {
    padding-left: 20%;
  }
}
.nav ul.modal_skip li.next .modalNext {
  padding-right: 10px;
}
@media screen and (min-width: 751px) {
  .nav ul.modal_skip li.next .modalNext {
    padding-right: 5px;
  }
}/*# sourceMappingURL=style.css.map */