@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: 'neue-haas-grotesk-display', 'dnp-shuei-gothic-gin-std', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  width: 100%;
  visibility: hidden;
}

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

body {
  font-family: 'neue-haas-grotesk-display', 'dnp-shuei-gothic-gin-std', "游ゴシック体", 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: 10px;
  }
}

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

body.loaded {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

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
--------------------------------------*/
#wrapper {
  max-width: 1800px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.container {
  width: 100%;
  position: relative;
}

.container .main {
  width: 75%;
  height: auto;
  margin: 20px auto;
}

@media screen and (max-width: 750px) {
  .container .main {
    height: auto;
    width: 90%;
    margin: 50px auto;
  }
}

.container h1 {
  width: 28%;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .container h1 {
    width: 55%;
    top: 44%;
  }
}

.container h2.title2 {
  width: 18%;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .container h2.title2 {
    width: 43%;
    top: 39%;
  }
}

.container h2.title3 {
  width: 17%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .container h2.title3 {
    width: 38%;
  }
}

.container h2.title4 {
  width: 12%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .container h2.title4 {
    width: 32%;
  }
}

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

.w28 {
  width: 28%;
}

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

.w30 {
  width: 30%;
}

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

.w35 {
  width: 35%;
}

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

.w40 {
  width: 40%;
}

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

.w42 {
  width: 42%;
}

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

.w45 {
  width: 45%;
}

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

.w48 {
  width: 48%;
}

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

.w55 {
  width: 55%;
}

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

.w76 {
  width: 76%;
}

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

.w100 {
  width: calc(100%);
}

@media screen and (min-width: 751px) {
  .box01, .box02, .box03, .box05, .box06, .box07 {
    max-width: 1800px;
    margin: 0 auto;
  }
}

.mb200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 750px) {
  .mb200 {
    margin-bottom: 140px;
  }
}

.mb80 {
  margin-bottom: 80px;
}

.line {
  display: block;
  height: 1px;
  width: 350px;
  margin: 150px auto;
  background-color: #7d7d7d;
  position: relative;
}

@media screen and (max-width: 750px) {
  .line {
    margin: 80px auto;
    width: 60%;
  }
}

.line div {
  height: 1px;
  width: 350px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

ul.credit_c {
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 750px) {
  ul.credit_c {
    padding-top: 5px;
  }
}

ul.credit_l {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 750px) {
  ul.credit_l {
    padding-top: 10px;
  }
}

ul.credit_c li, ul.credit_l li {
  letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
  ul.credit_c li, ul.credit_l li {
    letter-spacing: 0.05em;
    line-height: 1.3em;
    padding-top: 8px;
  }
}

ul.credit_c li a:hover, ul.credit_l li a:hover {
  color: #d68612;
}

ul.credit_c li span.price, ul.credit_l li span.price {
  display: inline-block;
  color: #d68612;
  text-decoration: underline;
}

ul.credit_c li span.soon, ul.credit_l li span.soon {
  display: inline-block;
  margin-left: 35px;
}

ul.credit_c li a.pointer, ul.credit_l li a.pointer {
  pointer-events: none;
}

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

.item_box {
  margin: 0 auto;
}

.box01 .box_left {
  padding-top: 250px;
  padding-right: 80px;
}

@media screen and (max-width: 750px) {
  .box01 .box_left {
    padding-top: 180px;
    padding-right: 2%;
  }
}

.box01 .box_right {
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .box01 .box_right {
    padding-top: 60px;
  }
}

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

@media screen and (max-width: 750px) {
  .box03 .item_box {
    margin: 0 0 0 auto;
  }
}

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

@media screen and (max-width: 750px) {
  .box03 .flexbox .credit_l {
    width: 78%;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 750px) {
  .box03 .flexbox .item_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 751px) {
  .box03 .item_image {
    padding-right: 80px;
  }
}

.box04 {
  background-image: url(../images/box04_back.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.box04 .item_box:nth-child(1) {
  margin: 0 80px 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  .box04 .item_box:nth-child(1) {
    margin: 0 15px 0 auto;
  }
}

.box04 .item_box:nth-child(2) {
  margin: 0 auto 0 140px;
  padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .box04 .item_box:nth-child(2) {
    margin: 0 auto 0 15px;
    padding-top: 40px;
  }
}

.box04 ul.credit_c a {
  color: #fff;
}

.box04 ul.credit_c a span.price {
  color: #fff;
}

.box04 ul.credit_c a:hover span.price {
  color: #d68612;
}

@media screen and (min-width: 751px) {
  .box05 .item_box:nth-child(1) {
    margin: 0 80px 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .box05 .item_box:nth-child(1) {
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .box05 .item_box:nth-child(2) {
    margin: 0 80px 0 auto;
    padding-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .box05 .item_box:nth-child(2) {
    margin: 0 0 0 auto;
    padding-top: 10px;
  }
}

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

@media screen and (max-width: 750px) {
  .box05 .flexbox ul.credit_l {
    width: 78%;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 750px) {
  .box05 .flexbox .item_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 750px) {
  .box05 .w48 {
    width: 78%;
  }
}

.box06 .item_box {
  position: relative;
}

.box06 ul.credit_l {
  position: absolute;
  right: -120px;
  bottom: 165px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 750px) {
  .box06 ul.credit_l {
    right: -33%;
    bottom: 27%;
  }
}

.box06 ul.credit_l li {
  letter-spacing: 0.10em;
}

.box07 .box_left {
  padding-right: 160px;
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .box07 .box_left {
    padding-right: 5%;
    padding-top: 60px;
  }
}

.box07 .box_right {
  padding-top: 250px;
}

@media screen and (max-width: 750px) {
  .box07 .box_right {
    padding-top: 180px;
    padding-right: 2%;
  }
}

@media screen and (max-width: 750px) {
  .box07 .w28 {
    width: 37%;
  }
}

p.staff {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 3em;
}

.top_btn a {
  width: 40%;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid #000;
  padding: 25px;
  margin: 80px auto;
}

@media screen and (max-width: 750px) {
  .top_btn a {
    width: 78%;
    margin: 60px auto;
  }
}

.top_btn a:hover {
  color: #d68612;
  border: 1px solid #d68612;
}

footer {
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
}

footer .logo {
  width: 180px;
  padding-bottom: 5px;
  margin: 0 auto;
}

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

/* ANIMATION
--------------------------------------*/
.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-05s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeInLeft_ {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft_ {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft_ {
  -webkit-animation-name: fadeInLeft_;
  animation-name: fadeInLeft_;
}

@-webkit-keyframes fadeInRight_ {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight_ {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight_ {
  -webkit-animation-name: fadeInRight_;
  animation-name: fadeInRight_;
}
/*# sourceMappingURL=style.css.map */