@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
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 {
  font-family: pt-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  font-family: pt-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  color: #222;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 10px;
  }
}

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

a {
  color: #222;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

/* CONTENT
--------------------------------------*/
.w30 {
  width: 30%;
}

@media screen and (max-width: 750px) {
  .w30 {
    width: 40%;
  }
}

.w35 {
  width: 35%;
}

@media screen and (max-width: 750px) {
  .w35 {
    width: 55%;
  }
}

.w40 {
  width: 41%;
}

@media screen and (max-width: 750px) {
  .w40 {
    width: 75%;
  }
}

.w45 {
  width: 45%;
}

@media screen and (max-width: 750px) {
  .w45 {
    width: 70%;
  }
}

.w60 {
  width: 60%;
}

@media screen and (max-width: 750px) {
  .w60 {
    width: 90%;
  }
}

.w75 {
  width: 75%;
}

@media screen and (max-width: 750px) {
  .w75 {
    width: 100%;
  }
}

.w100 {
  width: 100%;
}

#wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_imgBox {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  background-color: #e7e3e1;
}

@media screen and (max-width: 750px) {
  .main_imgBox {
    height: 90vh;
  }
}

.main_logo {
  z-index: 11;
  position: absolute;
}

@media screen and (min-width: 751px) {
  .main_logo {
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    height: 95%;
  }
}

@media screen and (max-width: 750px) {
  .main_logo {
    top: 4%;
    left: 7%;
    width: 50px;
    height: auto;
  }
}

@media screen and (min-width: 751px) {
  .main_logo img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 751px) {
  .main_img1 {
    background-image: url(../images/pc_main01.jpg);
    background-position: top center;
  }
}

@media screen and (max-width: 750px) {
  .main_img1 {
    background-image: url(../images/sp_main01.jpg);
    background-position: bottom center;
  }
}

@media screen and (min-width: 751px) {
  .main_img2 {
    background-image: url(../images/pc_main02.jpg);
    background-position: top center;
  }
}

@media screen and (max-width: 750px) {
  .main_img2 {
    background-image: url(../images/sp_main02.jpg);
    background-position: top center;
  }
}

@media screen and (min-width: 751px) {
  .main_img3 {
    background-image: url(../images/pc_main03.jpg);
    background-position: top right;
  }
}

@media screen and (max-width: 750px) {
  .main_img3 {
    background-image: url(../images/sp_main03.jpg);
    background-position: top right;
  }
}

.main_img1, .main_img2, .main_img3 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 12s 0s infinite;
  animation: anime 12s 0s infinite;
}

@media screen and (max-width: 750px) {
  .main_img1, .main_img2, .main_img3 {
    height: 100%;
  }
}

.main_img2 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.main_img3 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

#content {
  width: 100%;
  background-color: #e7e3e1;
}

.inner {
  max-width: 1800px;
  margin: 0 auto;
}

.box {
  margin-top: 150px;
}

@media screen and (max-width: 750px) {
  .box {
    margin-top: 100px;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .flexbox {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

span.here {
  font-style: italic;
  display: block;
  padding-right: 35px;
}

@media screen and (max-width: 750px) {
  span.here {
    padding-right: 0;
  }
}

a[href=""], .credit_l a[href=""] {
  pointer-events: none;
}

.credit_c, .credit_r {
  padding-top: 20px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
  .credit_c, .credit_r {
    padding: 20px 15px 0 15px;
  }
}

@media screen and (min-width: 751px) {
  .credit_c ul, .credit_r ul {
    width: 265px;
  }
}

@media screen and (max-width: 750px) {
  .credit_c ul, .credit_r ul {
    width: 100%;
  }
}

.credit_c ul li, .credit_r ul li {
  padding-bottom: 2px;
}

.credit_c ul span.brand, .credit_r ul span.brand {
  font-size: 10px;
  color: #888888;
  padding-left: 5px;
}

.credit_c ul span.buy, .credit_r ul span.buy {
  font-style: italic;
  text-decoration: underline;
  padding-left: 8px;
}

.credit_c ul span.soon, .credit_r ul span.soon {
  font-style: italic;
  padding-left: 8px;
}

.credit_c a:hover span.buy, .credit_r a:hover span.buy {
  color: #fff;
}

.credit_r {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#box01 {
  margin-top: 0px;
  padding-top: 150px;
}

@media screen and (max-width: 750px) {
  #box01 {
    padding-top: 100px;
  }
}

#box01 .item_box:nth-of-type(1) {
  margin-top: 320px;
}

@media screen and (max-width: 750px) {
  #box01 .item_box:nth-of-type(1) {
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 751px) {
  #box01 .item_box:nth-of-type(2) {
    padding-left: 45px;
  }
}

@media screen and (max-width: 750px) {
  #box01 .item_box:nth-of-type(2) {
    margin: 0 0 0 auto;
    padding-top: 15px;
  }
}

#box01 .credit_r {
  padding-right: 15px;
}

#box02 .item_box {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #box03 .item_box {
    padding-top: 20px;
  }
}

#box03 .item_box .credit_c {
  padding-right: 20px;
}

@media screen and (max-width: 750px) {
  #box03 .item_box .credit_c {
    width: 100%;
    padding-right: 10px;
  }
}

#box03 .item_box .credit_c span.here {
  padding-bottom: 5px;
}

@media screen and (min-width: 751px) {
  #box03 .item_box:nth-of-type(2) {
    margin-top: -170px;
    margin-right: 100px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 750px) {
  #box03 .item_box:nth-of-type(2) {
    margin-right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 750px) {
  #box03 .w45 {
    width: 50%;
  }
}

#box04 .item_box {
  margin: 0 auto;
}

#box04 .flexbox_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
}

@media screen and (max-width: 750px) {
  #box04 .flexbox_side {
    padding-top: 50px;
  }
}

#box04 .flexbox_side .item_box {
  margin: 0;
}

#box04 .flexbox_side .item_box:nth-of-type(1) {
  margin: 0 auto 0 0;
}

#box04 .flexbox_side .item_box:nth-of-type(2) {
  margin-top: 350px;
}

@media screen and (max-width: 750px) {
  #box04 .flexbox_side .item_box:nth-of-type(2) {
    margin: 20px 0 0 auto;
  }
}

@media screen and (max-width: 750px) {
  #box04 ul.mw {
    width: 100%;
    text-align: center;
  }
}

#box05 .item_box:nth-of-type(2) {
  padding-left: 15px;
}

@media screen and (max-width: 750px) {
  #box05 .item_box:nth-of-type(2) {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  #box05 .flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  #box05 .credit_c {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

#box06 {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  margin-top: 150px;
}

#box06 .img-wrap06-01 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  #box06 .img-wrap06-01 {
    width: auto;
    height: 90vh;
  }
}

@media screen and (max-width: 750px) {
  #box06 .img-wrap06-01 img {
    width: auto;
    height: 90vh;
  }
}

#box06 .img-wrap06-02 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  #box06 .img-wrap06-02 {
    width: auto;
    height: 90vh;
  }
}

@media screen and (max-width: 750px) {
  #box06 .img-wrap06-02 img {
    width: auto;
    height: 90vh;
  }
}

.box06_credit {
  padding-right: 50px;
}

@media screen and (max-width: 750px) {
  .box06_credit {
    padding-right: 10px;
  }
}

@media screen and (max-width: 750px) {
  .box06_credit .credit_r {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

#box07 .item_box {
  margin: 0 auto;
}

p.staff {
  text-align: center;
  font-style: italic;
  padding: 100px 0;
  line-height: 3em;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
  p.staff {
    padding: 80px 0;
  }
}

footer {
  padding: 70px 20px 20px 0px;
}

footer .flexbox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

footer .sns {
  width: 20px;
  padding: 5px;
}

footer .logo {
  width: 17%;
  padding-left: 10px;
}

@media screen and (max-width: 750px) {
  footer .logo {
    width: 50%;
  }
}

footer span {
  text-align: right;
  letter-spacing: 0.05em;
  display: block;
  padding-top: 10px;
}
/*# sourceMappingURL=style.css.map */