@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 {
  width: 100%;
  height: auto;
}

body {
  font-family: 'Lusitana', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  width: 100%;
  color: #000;
}

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

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

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

a {
  color: #000;
  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
--------------------------------------*/
#main {
  width: 100%;
  background-image: url(../images/main_pc.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
}

#main::before {
  content: '';
  display: block;
  padding-top: 58.33%;
}

@media screen and (max-width: 750px) {
  #main {
    background-image: url(../images/main_sp.jpg);
    background-size: cover;
    background-position: center top;
  }
  #main::before {
    content: '';
    display: block;
    padding-top: 149.33%;
  }
}

.main_title {
  color: #fff;
}

.main_title p {
  display: block;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .main_title p {
    position: absolute;
    top: 42%;
    right: 17%;
  }
}

@media screen and (max-width: 750px) {
  .main_title p {
    font-size: 16px;
    position: absolute;
    top: 43%;
    left: 30%;
    letter-spacing: 0.15em;
  }
}

.main_title h1.title {
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: 60px;
}

@media screen and (min-width: 751px) {
  .main_title h1.title {
    position: absolute;
    top: 44%;
    right: 8%;
  }
}

@media screen and (max-width: 750px) {
  .main_title h1.title {
    font-size: 40px;
    position: absolute;
    top: 45%;
    left: 10%;
  }
}

.main_title h1.title span {
  display: inline-block;
  margin-left: -8px;
}

@media screen and (max-width: 750px) {
  .main_title h1.title span {
    margin-left: -6px;
  }
}

.main_title h1.title span:nth-child(8) {
  margin-left: 2px;
}

#page_up {
  width: 55px;
  position: fixed;
  bottom: 3%;
  right: 1%;
  z-index: 999;
}

section#box, section#box_onf {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 150px;
}

@media screen and (max-width: 750px) {
  section#box, section#box_onf {
    padding-top: 100px;
  }
}

ul.item_box {
  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;
}

ul.item_box li {
  width: 45%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 750px) {
  ul.item_box li {
    margin-top: 5px;
  }
}

ul.item_box li:nth-child(odd) {
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  ul.item_box li:nth-child(odd) {
    margin-right: 5px;
  }
}

ul.item_box li a {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}

ul.item_box li a:hover, ul.item_box li a.hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.close {
  position: fixed;
  top: 3%;
  right: 1%;
  z-index: 999;
  width: 5%;
}

@media screen and (max-width: 750px) {
  .close {
    right: 3%;
    width: 10%;
  }
}

.item_content {
  position: relative;
}

.title_logo_p {
  position: fixed;
  top: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10%;
  z-index: 999;
}

@media screen and (max-width: 750px) {
  .title_logo_p {
    width: 22%;
    top: 2%;
  }
}

.item_in {
  margin-top: 300px;
}

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

.slider {
  margin: 10px auto;
  width: 100%;
  overflow: hidden;
  display: none;
}

.slider li {
  padding: 0 10px;
}

.slider img {
  height: auto;
  width: 100%;
}

.slick-arrow:before {
  content: "" !important;
}

.slick-arrow {
  z-index: 2 !important;
  width: 8% !important;
}

@media screen and (max-width: 750px) {
  .slick-arrow {
    width: 18% !important;
  }
}

.next-arrow {
  position: absolute !important;
  right: 9% !important;
  top: 40% !important;
}

@media screen and (max-width: 750px) {
  .next-arrow {
    right: 2% !important;
  }
}

.prev-arrow {
  position: absolute !important;
  left: 9% !important;
  top: 40% !important;
}

@media screen and (max-width: 750px) {
  .prev-arrow {
    left: 2% !important;
  }
}

.creditBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.creditBlock span.num {
  font-size: 24px;
  font-style: italic;
  display: block;
  padding-right: 70px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .creditBlock span.num {
    width: 17%;
    font-size: 18px;
    padding-right: 4%;
  }
}

.creditBlock span.num_onf {
  width: 200px;
  display: block;
  padding-right: 30px;
}

@media screen and (max-width: 750px) {
  .creditBlock span.num_onf {
    width: 20%;
    padding-right: 4%;
  }
}

.creditBlock ul.credit {
  padding-left: 30px;
  border-left: 1px solid #000;
  width: 280px;
}

@media screen and (max-width: 750px) {
  .creditBlock ul.credit {
    padding-left: 4%;
    width: 55%;
  }
}

.creditBlock ul.credit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .creditBlock ul.credit li {
    font-size: 11px;
    padding-top: 8px;
  }
}

.creditBlock ul.credit li span.brand {
  font-size: 10px;
  font-style: italic;
  color: #6f7159;
  display: block;
}

.creditBlock ul.credit li span.buy {
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .creditBlock ul.credit li span.buy {
    font-size: 13px;
  }
}

.creditBlock ul.credit li a:hover span.buy {
  color: #ca4f16;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}

.creditBlock ul.credit a[href=""] {
  pointer-events: none;
}

.creditBlock ul.credit span.soon {
  color: #6f7159;
  font-style: italic;
}

#box1 {
  margin-top: 0px;
}

#box23 {
  margin-bottom: 150px;
}

@media screen and (max-width: 750px) {
  #box23 {
    margin-bottom: 100px;
  }
}

span.line {
  display: block;
  width: 25%;
  height: 1px;
  background-color: #222;
  margin: 200px auto 150px;
}

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

section#box_onf {
  padding-top: 0px;
}

.logo_onf {
  width: 25%;
  margin: 0 auto 10px;
}

@media screen and (max-width: 750px) {
  .logo_onf {
    width: 44%;
    margin: 0 auto 10px;
  }
}

/* ----------------------------------------------- 
archive
----------------------------------------------- */
.archive {
  text-align: center;
  font-size: 18px;
  max-width: 250px;
  margin: 7% auto;
}

@media screen and (max-width: 750px) {
  .archive {
    margin: 15% auto;
  }
}

.archive p {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .archive p {
    margin-bottom: 0px;
  }
}

.archive ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.archive ul li a {
  text-decoration: underline;
}

.all_btn {
  text-align: center;
}

.all_btn a {
  font-size: 18px;
  border: 1px solid #222;
  padding: 20px 200px;
  margin: 0px auto 50px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .all_btn a {
    font-size: 15px;
    padding: 15px 100px;
    margin: 0 auto 50px;
  }
}

.all_btn a:hover {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}

footer {
  text-align: center;
  font-size: 10px;
  margin: 10px auto 50px;
}

footer img {
  margin: 0 auto;
  width: 10%;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  footer img {
    width: 30%;
  }
}

footer a:hover img {
  opacity: 0.7;
}

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

.delay-06s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-07s {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-08s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-09s {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-11s {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-12s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-13s {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-14s {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-15s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-16s {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-17s {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-18s {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-19s {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.delay-25s {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
/*# sourceMappingURL=style.css.map */