@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: sweet-sans-pro, yu-gothic-pr6n, "Hiragino Sans W3", "ヒラギノ角ゴシック W3", sans-serif;
  font-weight: 400;
  width: 100%;
  visibility: hidden;
}

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

body {
  font-family: sweet-sans-pro, yu-gothic-pr6n, "Hiragino Sans W3", "ヒラギノ角ゴシック W3", sans-serif;
  font-weight: 400;
  width: 100%;
  color: #3C3F41;
}

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

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

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

a {
  color: #3C3F41;
  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
--------------------------------------*/
.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs18 {
  font-size: 18px;
}

.fs24 {
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .fs24 {
    font-size: 20px;
  }
}

.fs30 {
  font-size: 30px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

@media screen and (min-width: 751px) {
  .pl74 {
    padding-left: 74px;
  }
}

@media screen and (min-width: 751px) {
  .pr74 {
    padding-right: 74px;
  }
}

.garamond {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

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

#main {
  width: 100%;
  height: auto;
  background-color: #4E4C4C;
  color: #ffffff;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
  #main {
    padding-bottom: 40px;
  }
}

#main .main_img {
  width: 650px;
  height: auto;
  letter-spacing: 0.2em;
  margin: 0 auto;
  position: relative;
}

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

#main .main_img h1 {
  position: absolute;
  top: 137px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}

@media screen and (max-width: 750px) {
  #main .main_img h1 {
    top: 188px;
  }
}

#main .main_img h1 .main_logo {
  width: 100px;
  margin: 0 auto;
}

#main .main_img h1 span.autumn {
  display: block;
  padding-top: 30px;
}

#main .main_img h1 span.bar {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  margin: 10px auto 0;
}

@media screen and (max-width: 750px) {
  #main .main_img h1 span.bar {
    width: 1px;
  }
}

#main .main_img h1 span.winter {
  display: block;
  padding-top: 10px;
}

#main .main_img h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  z-index: 999;
}

@media screen and (max-width: 750px) {
  #main .main_img h2 {
    bottom: 50px;
  }
}

#main h3 {
  padding-top: 60px;
}

@media screen and (max-width: 750px) {
  #main h3 {
    padding-top: 40px;
  }
}

#main p.main_txt {
  padding-top: 60px;
  line-height: 1.8em;
}

@media screen and (max-width: 750px) {
  #main p.main_txt {
    padding-top: 40px;
    margin: 0 auto;
  }
}

#main .anchor .anchor_in {
  padding-top: 60px;
  margin: 0 50px;
  border-bottom: 1px solid #ffffff;
  text-align: left;
}

@media screen and (max-width: 750px) {
  #main .anchor .anchor_in {
    padding-top: 40px;
  }
}

#main .anchor .anchor_in p {
  display: inline-block;
}

#main .anchor .anchor_in span.anchor_top {
  display: inline-block;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 750px) {
  #main .anchor .anchor_in span.anchor_top {
    letter-spacing: 0em;
  }
}

#main .anchor .anchor_in a {
  color: #ffffff;
  padding-top: 10px;
}

#main .anchor .anchor_in a span.down {
  width: 20px;
  display: inline-block;
  padding-left: 100px;
}

#page-top {
  width: 26px;
  font-size: 12px;
  text-align: center;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999;
}

#page-top span {
  display: block;
  padding-top: 2px;
}

section {
  padding-top: 100px;
}

@media screen and (max-width: 750px) {
  section {
    padding-top: 80px;
  }
}

section .intro .intro_img {
  width: 400px;
  height: auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  section .intro .intro_img {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

section .intro .intro_img p {
  color: #ffffff;
  text-align: center;
  line-height: 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  section .intro .intro_img p {
    line-height: 2.2em;
  }
}

section .intro .intro_img p span {
  display: block;
}

section .intro .intro_img p span:nth-child(1) {
  letter-spacing: 0.08em;
}

section .intro .intro_txt {
  width: 390px;
  height: 400px;
  margin-left: 10px;
  padding: 80px 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8em;
  border-top: 1px solid #3C3F41;
  border-bottom: 1px solid #3C3F41;
  font-family: yu-gothic-pr6n, sans-serif;
}

@media screen and (max-width: 750px) {
  section .intro .intro_txt {
    width: 100%;
    height: auto;
    padding: 30px 25px 0px;
    margin-left: 0;
    border-top: none;
    border-bottom: none;
  }
}

section .intro .intro_txt span {
  text-align: center;
  display: block;
  padding-bottom: 30px;
}

section .img_box {
  width: 522px;
  margin: 100px auto 0;
}

@media screen and (max-width: 750px) {
  section .img_box {
    width: 100%;
    margin: 80px 0;
  }
}

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

section .img_box .img_box1, section .img_box .img_box2, section .img_box .img_box3 {
  width: 246px;
  height: auto;
}

@media screen and (max-width: 750px) {
  section .img_box .img_box1, section .img_box .img_box2, section .img_box .img_box3 {
    width: calc((100% - 50px) / 2);
  }
}

section .img_box .img_box1 {
  margin-right: 30px;
}

@media screen and (max-width: 750px) {
  section .img_box .img_box1 {
    margin-left: 0;
    margin-right: 25px;
  }
}

section .img_box .img_box2 {
  margin-top: 90px;
}

@media screen and (max-width: 750px) {
  section .img_box .img_box2 {
    margin-top: 53px;
    margin-right: 25px;
  }
}

section .item01, section .item02, section .item03, section .item04, section .item05, section .item06 {
  padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
  section .item01, section .item02, section .item03, section .item04, section .item05, section .item06 {
    padding-bottom: 80px;
  }
}

section .item01 h4, section .item02 h4, section .item03 h4, section .item04 h4, section .item05 h4, section .item06 h4 {
  padding-top: 100px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  section .item01 h4, section .item02 h4, section .item03 h4, section .item04 h4, section .item05 h4, section .item06 h4 {
    padding-top: 80px;
  }
}

section .item01 h4 span, section .item02 h4 span, section .item03 h4 span, section .item04 h4 span, section .item05 h4 span, section .item06 h4 span {
  display: block;
  padding-bottom: 24px;
}

@media screen and (max-width: 750px) {
  section .item01 h4 span, section .item02 h4 span, section .item03 h4 span, section .item04 h4 span, section .item05 h4 span, section .item06 h4 span {
    padding-bottom: 20px;
  }
}

section .item01 p.item_txt, section .item02 p.item_txt, section .item03 p.item_txt, section .item04 p.item_txt, section .item05 p.item_txt, section .item06 p.item_txt {
  width: 370px;
  margin: 0 auto;
  padding-top: 24px;
  line-height: 1.8em;
}

@media screen and (max-width: 750px) {
  section .item01 p.item_txt, section .item02 p.item_txt, section .item03 p.item_txt, section .item04 p.item_txt, section .item05 p.item_txt, section .item06 p.item_txt {
    width: 100%;
    padding: 30px 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

section .item03 h4, section .item05 h4, section .item06 h4 {
  padding-top: 224px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  section .item03 h4, section .item05 h4, section .item06 h4 {
    padding-top: 80px;
  }
}

section .item01, section .item04 {
  margin-top: 100px;
  background-color: #4E4C4C;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  section .item01, section .item04 {
    margin-top: 80px;
  }
}

section .item-wrap {
  position: relative;
  width: 438px;
  height: auto;
  margin: 0 auto;
}

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

section .item-box {
  padding-top: 80px;
  padding-bottom: 38px;
}

@media screen and (max-width: 750px) {
  section .item01_1, section .item02_1, section .item03_1, section .item04_1, section .item04_3, section .item04_5, section .item05_1 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  section .item01_1 .item-wrap, section .item02_1 .item-wrap, section .item03_1 .item-wrap, section .item04_1 .item-wrap, section .item04_3 .item-wrap, section .item04_5 .item-wrap, section .item05_1 .item-wrap {
    width: calc(100% - 25px);
    margin: 0 auto 0 0;
  }
}

@media screen and (max-width: 750px) {
  section .item01_2, section .item02_2, section .item04_2, section .item04_4, section .item04_6, section .item06_1 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 750px) {
  section .item01_2 .item-wrap, section .item02_2 .item-wrap, section .item04_2 .item-wrap, section .item04_4 .item-wrap, section .item04_6 .item-wrap, section .item06_1 .item-wrap {
    width: calc(100% - 25px);
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 750px) {
  section .item04_3, section .item04_5 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 750px) {
  section .item04_3 .item-wrap, section .item04_5 .item-wrap {
    width: calc(100% - 25px);
    margin: 0 auto 0 0;
  }
}

section span.plus {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: -2px 10px;
}

section span.plus::before, section span.plus::after {
  display: block;
  content: '';
  background-color: #ffffff;
  position: absolute;
  width: 14px;
  height: 1px;
  top: 6px;
  left: 0;
}

section span.plus::before {
  width: 1px;
  height: 14px;
  top: 0;
  left: 6px;
}

section span.minus {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: -2px 10px;
}

section span.minus::before {
  display: block;
  content: '';
  background-color: #ffffff;
  position: absolute;
  width: 14px;
  height: 1px;
  top: 6px;
  left: 0;
}

section .txt-other, section .txt-close {
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

section .hidden-credit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(78, 76, 76, 0.65);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  pointer-events: none;
  opacity: 0;
}

@media screen and (min-width: 751px) {
  section .btn-credit:hover {
    opacity: 0.5;
  }
}

section .btn-credit .txt-close {
  opacity: 0;
}

section .btn-credit.open .txt-other {
  opacity: 0;
}

section .btn-credit.open .txt-close {
  opacity: 1;
}

section .btn-credit.open + .hidden-credit {
  opacity: 1;
  pointer-events: auto;
}

section .credit {
  color: #ffffff;
}

section .credit ul {
  line-height: 1.1em;
  width: 280px;
  margin: 0 auto;
}

section .credit ul li {
  text-align: left;
}

section .credit ul li.credit_cate {
  padding-top: 36px;
}

section .credit ul li.credit_series a {
  text-decoration: underline;
  padding-top: 36px;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  section .credit ul li.credit_series a:hover {
    opacity: 0.5;
  }
}

section .credit ul li.credit_detail {
  padding-top: 18px;
  font-weight: 600;
}

section .credit ul li.credit_buy a {
  color: #ffffff;
  width: 280px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 30px;
}

@media screen and (min-width: 751px) {
  section .credit ul li.credit_buy a:hover {
    opacity: 0.5;
  }
}

section .credit ul.two li.credit_series a {
  padding-top: 18px;
}

section .credit ul.two:nth-child(1) li a {
  margin-bottom: 0px;
}

section .credit a[href=""] {
  pointer-events: none;
  display: block;
}

section .item02 h4 span {
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  section .item02 h4 span {
    line-height: 1.3em;
  }
}

section .item02 span.plus, section .item03 span.plus, section .item05 span.plus, section .item06 span.plus {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: -2px 10px;
}

section .item02 span.plus::before, section .item02 span.plus::after, section .item03 span.plus::before, section .item03 span.plus::after, section .item05 span.plus::before, section .item05 span.plus::after, section .item06 span.plus::before, section .item06 span.plus::after {
  display: block;
  content: '';
  background-color: #4E4C4C;
  position: absolute;
  width: 14px;
  height: 1px;
  top: 6px;
  left: 0;
}

section .item02 span.plus::before, section .item03 span.plus::before, section .item05 span.plus::before, section .item06 span.plus::before {
  width: 1px;
  height: 14px;
  top: 0;
  left: 6px;
}

section .item02 span.minus, section .item03 span.minus, section .item05 span.minus, section .item06 span.minus {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: -2px 10px;
}

section .item02 span.minus::before, section .item03 span.minus::before, section .item05 span.minus::before, section .item06 span.minus::before {
  display: block;
  content: '';
  background-color: #4E4C4C;
  position: absolute;
  width: 14px;
  height: 1px;
  top: 6px;
  left: 0;
}

section .item03, section .item06 {
  background-color: #EDEDED;
}

@media screen and (max-width: 750px) {
  section .item03 .item_intro, section .item06 .item_intro {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

section .item03 .item-box, section .item06 .item-box {
  padding-top: 0px;
}

@media screen and (max-width: 750px) {
  section .item03 .item-box, section .item06 .item-box {
    padding-top: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

@media screen and (max-width: 750px) {
  section .item05 .item-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 145px;
}

@media screen and (max-width: 750px) {
  footer {
    margin-top: 80px;
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 750px) {
  footer .footer_txt {
    line-height: 1.8em;
  }
}

footer .staff {
  padding-top: 100px;
  font-weight: 600;
  line-height: 1.5em;
}

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

footer a {
  width: 280px;
  height: 50px;
  border: 1px solid #3C3F41;
  margin: 60px auto;
  line-height: 50px;
}

@media screen and (min-width: 751px) {
  footer a:hover {
    opacity: 0.5;
  }
}

footer a div {
  width: 100px;
  display: inline-block;
  padding-right: 10px;
}

footer .copy {
  font-weight: 600;
}

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

.slider.slick-initialized {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */