@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;
}
img {
  width: 100%;
  vertical-align: bottom;
}

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;
}

a {
  text-decoration: none;
  color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}
/* ---------------------------------------------------
font
--------------------------------------------------- */
.eb {
  font-family: eb-garamond, serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.3px;
}
.eb_bold {
  font-family: eb-garamond, serif;
  font-weight: 500;
  font-style: normal;
}
.gar { 
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-weight: 400;
}
.bold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
/* ---------------------------------------------------
アニメーション
--------------------------------------------------- */
.inviewfadeIn {
  opacity: 0;
  transition: .6s;
  transform: translateY(8%);
}

/* ---------------------------------------------------
ハンバーガーメニュー
--------------------------------------------------- */
#dn_menu {
  font-feature-settings: "palt";
}
#dn_menu .eg {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
}
#dn_menu .logo {
  position: absolute;
  width: 115px;
  height: auto;
  z-index: 10000;
  left: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media screen and (min-width: 1000px) {
  #dn_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 999px) {
  #dn_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
#dn_menu a {
  text-decoration: none;
  color: #000;
  display: block;
}
#dn_menu img {
  width: 100%;
  vertical-align: middle;
}
#dn_menu #header {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #dn_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 10000;
    top: -4%;
  }
}
@media screen and (min-width: 1000px) {
  #dn_menu #header .online {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 999px) {
  #dn_menu #header .online {
    position: fixed;
    z-index: 1;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#dn_menu #nav-pop {
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 10001;
  overflow-y: auto;
 
}
@media screen and (min-width: 1000px) {
  #dn_menu #nav-pop {
    height: 100vh;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (min-width: 1000px) {
  #dn_menu #nav-pop .pop-nav {
    margin-left: 5.7%;
  }
}
@media screen and (max-width: 999px) {
  #dn_menu #nav-pop .pop-nav {
  }
}
#dn_menu #nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}

#dn_menu #nav-pop .pop-nav .brands ul .menu_title {
  font-size: 40px;
  letter-spacing: 2px;
}
#dn_menu #nav-pop .pop-nav .brands ul .menu_text {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
#dn_menu #nav-pop .pop-nav .brands ul li a{
  transition:  .2s all;
}
#dn_menu #nav-pop .pop-nav .brands ul li a:hover {
  opacity: .6;
}
@media screen and (min-width: 1000px) {
  #dn_menu #nav-pop .pop-nav .brands ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    margin-top: 17.8%;
  }
}
@media screen and (max-width: 999px) {
  #dn_menu #nav-pop .pop-nav .brands ul {
    justify-content: space-between;
    margin-left: 8%;
    margin-top: 37%;
  }
}
@media screen and (min-width: 1000px) {
  #dn_menu #nav-pop .pop-nav .brands ul li {
    width: 23%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  #dn_menu #nav-pop .pop-nav .brands li {
    width: 80%;
    padding: 8px 0;
    margin-bottom: 20px;
  }
}
#dn_menu #nav-pop .pop-nav .nav_link {
  margin-top: 19.5%;
  margin-left: 8%;
}
@media screen and (min-width: 1000px) {
  #dn_menu #nav-pop .pop-nav .nav_link {
    display: block;
    margin-left: 0;
    margin-top: 9%;
  }
}
#dn_menu #nav-pop .pop-nav .nav_link a {
  padding: 13px 0;
  width: 300px;
  font-size: 20px;
  transition: .2s all;
  width: 23%;
}

@media screen and (max-width: 999px) {

  #dn_menu #nav-pop .pop-nav .nav_link a {
    width: 80%;
    font-size: 24px;
  }
}

#dn_menu #btn-menu-nav {
  position: fixed;
  z-index: 99;
  right: 4%;
  top: 5%;
  z-index: 99;
  width: 41px;
  height: 21px;
}
#dn_menu #nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 2.5%;
  top: 6%;
  z-index: 99;
  width: 51px;
  height: 21px;
}
@media screen and (max-width: 999px) {
  #dn_menu #btn-menu-nav {
    top: 30px;
    right: 20px;
    width: 41px;
  }
#dn_menu #nav-pop .close {
    top: 30px;
    right: 20px;
    width: 46px;
  }
}
#dn_menu #btn-menu-nav {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#dn_menu #btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  transition: all 0.3s ease-out;
  background: #000 !important;
}
#dn_menu #nav-pop .close {
  display: block;
  cursor: pointer;
  transform: translateY(40%);
}
#dn_menu #nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(45deg);
}
#dn_menu #nav-pop .close span:last-child {
  transform: rotate(-45deg);
}
/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}
#loader-bg #loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 999px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 999px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}


/*以下フェードイン表示の指定*/
.fadein {
  opacity: 0;
  animation: fadeIn 2.5s ease 3s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  50% {opacity: 1} /*アニメーション終了時は不透明度100%*/
  100% {opacity: 0} /*アニメーション終了時は不透明度100%*/
}


/* ---------------------------------------------------
top 画像切り替え
--------------------------------------------------- */
.top img {
  width: auto;
  height: calc(var(--vh, 1vh) * 100);
}
.pc_none {
  display: block;
}
.sp_none {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
}

.top_img_box {
  background: url(../images/sp_top.gif);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.top {
  min-height: 100vh;
}

.top_img {
  position: relative;
}
.top_img_box .title img {
  position: fixed;
  left: 5%;
  top: 45%;
  width: 68.3%;
}
.view_btn img {
  position: fixed;
  width: 92%;
  bottom: 2.3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  transition: .2s all;
}


@media only screen and (min-width: 768px) {
  .top_img_box {
    background: url(../images/pc_top.gif);
    background-size: cover;
    background-position: left center;
    min-height: 100vh;
    min-width: ;height: calc(var(--vh, 1vh) * 100);
  }
  .top_img_box .title img {
    position: fixed;
    left: 5%;
    top: 47%;
    width: 30.6%;
  }
  .view_btn img {
    position: fixed;
    width: 30%;
    bottom: 5%;
    left: 86%;
    transition: .2s all;
    width: 19%;
  }
}
/* ---------------------------------------------------
ローディングアニメーション2
--------------------------------------------------- */
#loading-wrapper2 {
  display: block;
  opacity: 1;
  background: #212121;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 20000;
}
@media only screen and (min-width: 768px) {
  #loading-wrapper2 {
    display: block;
    opacity: 1;
    background: #212121;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 20000;
  }
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}
#loading-wrapper2 .top_title {
  position: fixed;
  left: 4%;
  top: 44.5%;
  width: 69.3%;
}
#loading-wrapper2 .view_btn img {
  position: fixed;
  width: 62%;
  bottom: 3%;
  left: 63%;
}
#loading-wrapper2 .view_btn:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #loading-wrapper2 .top_title {
    position: fixed;
    left: 5%;
    top: 46.5%;
    width: 30.8%;
  }
  #loading-wrapper2 .view_btn img {
    position: fixed;
    bottom: 6%;
    left: 83%;
    transition: .2s all;
    width: 25%;
  }
}

#top_img_box {
  display: none;
}

.container {
  position: relative;
}

.view_btn:hover {
  opacity: .6;
}

/* ---------------------------------------------------
item.html
--------------------------------------------------- */

#content .credit_wrap .item_img {
  width: 100%;
  height: auto;
}
.flex {
  display: block;
}

/* 開くボタン */
.open_btn_wrap {
  position: relative;
}
.button-open {
  position: absolute;
  width: 63px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  padding: 16px;
}
 .block {
  display: block;
 }

.credit a {
  color: #fff;
  text-decoration: underline;
}
.credit .soon {
  pointer-events: none;
  text-decoration: none;
}
.credit .small {
  font-size: .6em;
}

.credit_wrap {
  position: relative;
}
 .box_act.credit_box{
  opacity: 1;
  pointer-events: auto;
} 
.credit_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  z-index: 1;
  opacity: 0;
  margin: 0 auto;
  transition: 1s;
  display: block;
  pointer-events: none;

  
}
.credit_box .credit {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70%;
}
.credit_box .credit li {
  text-align: left;
}
.footer {
  background: #F5F5F5;
  padding-top: 17%;
  padding-bottom: 20px;
}
.footer .staff_credit {
  display: block;
  width: 51%;
  margin: 0 auto 21%;
}
.footer .btn {
  display: block;
  text-align: center;
  padding: 18px 20px;
  border: 1px solid #555;
  background: #555;
  color: #fff;
  width: 80%;
  margin: 0 auto 80px;
  font-size: 14px;
  transition: .2s all;
}
.footer .btn:hover {
  background: #f5f5f5;
  border: 1px solid #555;
  color: #555;
}
.footer .sns {
  display: flex;
  justify-content: space-between;
  width: 160px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.footer .sns li {
  width: 45px;
  padding: 0 10px;
}
.footer small {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 10px;
}


@media only screen and (min-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .flex_reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .box {
    width: 50%;
  }
  .credit_box  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    z-index: 1;
    display: block;
    margin: 0 auto;
    opacity: 1;
  pointer-events: auto;
  }
  .credit_box .credit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    text-align: left;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .credit_box .credit {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -webkit- transform: translateY(0) translateX(0);
    text-align: left;
    font-size: 12px;
    color: #fff;
    margin: 17px 20px;
  }
  
  .credit_box .credit li {
    display: inline;
    margin-right: 10px;
  }
  .credit_box .credit li:first-child {
    padding-left: 0;
  }
  .footer {
    padding-top: 4.5%;
  }
  .footer .staff_credit {
    width: 12.8%;
    margin: 0 auto 5%;
  }
  .footer .btn {
    width: 35%;
    margin: 0 auto 80px;
  }
  .footer .sns {
    width: 160px;
    margin: 0 auto;
  }

}

