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

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%;
  font-size: 62.5%;
}

body {
  background-image: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #707070;
  font-family: a-otf-ryumin-pr6n,serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.08rem;
  font-size: 1.1rem;
  line-height: 2.2rem;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.1rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
  }
}

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

.credit, .credit_left1 {
  color: #707070;
  font-family: garamond-premier-pro,serif;
  font-weight: 400;
  font-style: normal;
}

.credit a > .price, .credit_left1 a > .price {
  text-decoration: underline;
  padding: 0 8px;
}

.credit .price, .credit_left1 .price {
  padding: 0 8px;
}

.credit .brand, .credit_left1 .brand {
  font-size: 1rem;
  padding-left: 8px;
}

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

@media screen and (max-width: 768px) {
  .pcNone {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block !important;
  }
}

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

#wrap {
  width: 100%;
}

/* link setting
--------------------------------------*/
a img:hover {
  filter: alpha(opacity=60);
  /* IE 6と7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8と9 */
  -moz-opacity: 0.6;
  /* Firefox , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1系 */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a {
  color: #707070;
  text-decoration: none;
}

/* return_btn
--------------------------------------*/
#page-top,
#page-top span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#page-top span {
  position: absolute;
  height: 1px;
  background: #1f1f1f;
}

#page-top span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 19px;
  left: 3px;
}

#page-top span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 21px;
  right: 3px;
}

#page-top {
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  font-size: 2.8rem !important;
  background: none;
  right: 10px;
  bottom: 10px;
}

/* loading
--------------------------------------*/
/* topArea
--------------------------------------*/
#topArea {
  overflow: hidden;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  #topArea {
    width: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  #topArea .slider {
    height: 100vh;
    overflow: hidden;
  }
  #topArea .slider img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #topArea .slick-slider {
    overflow: hidden;
  }
}

#topArea .title {
  width: 7.8%;
  position: absolute;
  top: 5.5%;
  right: 6%;
}

@media screen and (max-width: 768px) {
  #topArea .title {
    width: 13.8%;
    top: 10%;
    right: 6%;
  }
}

#page-top {
  font-size: 2.8rem !important;
  background: none;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  #page-top {
    font-size: 2.4rem !important;
    right: 15px;
    bottom: 5px;
  }
}

/* mainAarea
--------------------------------------*/
.read {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 180px;
  font-size: 12px;
  line-height: 2.6rem;
}

@media screen and (max-width: 768px) {
  .read {
    font-size: 11px;
  }
}

.category_box {
  margin-bottom: 180px !important;
}

@media screen and (max-width: 768px) {
  .category_box {
    margin-bottom: 120px !important;
  }
}

.category_area {
  padding-bottom: 1000px;
}

@media screen and (max-width: 768px) {
  .category_area {
    padding-bottom: 500px;
  }
}

.theme {
  font-size: 21px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .theme {
    padding-bottom: 30px;
    font-size: 12px;
  }
}

.theme .num {
  font-size: 13px;
  padding-right: 3px;
}

@media screen and (max-width: 768px) {
  .theme .num {
    font-size: 10px;
  }
}

.vertical {
  letter-spacing: 0.35rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.w75 {
  width: 75%;
  margin: 0 auto;
}

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

.w60 {
  width: 60%;
  margin: 0 auto;
}

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

.w80 {
  width: 80%;
  margin: 0 auto;
}

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

.w66 {
  width: 66.6%;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox .box_img {
  width: 49%;
}

.flexbox .box_img2 {
  width: 49%;
  margin-top: 17%;
}

.credit_left1 {
  padding-top: 20px;
  position: relative;
  left: 51%;
}

@media screen and (max-width: 768px) {
  .credit_left1 {
    display: inline-block;
    text-align: left;
  }
}

.credit {
  display: inline-block;
  text-align: left;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .credit {
    width: 95%;
  }
}

.center {
  text-align: center;
}

#category_02 .img_box {
  position: relative;
}

#category_02 .img_box .theme {
  position: absolute;
  top: 22%;
  left: 30px;
}

@media screen and (max-width: 768px) {
  #category_02 .img_box .theme {
    top: 12%;
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  #category_02 .center {
    text-align: left;
  }
}

#category_03 .img_box {
  position: relative;
}

#category_03 .img_box .slider {
  overflow: hidden;
}

#category_03 .img_box .theme {
  position: absolute;
  bottom: 0px;
  left: 5%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #category_03 .img_box .theme {
    bottom: -5%;
    left: 2%;
  }
}

@media screen and (max-width: 768px) {
  #category_03 .center {
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
}

#category_03 .credit {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #category_03 .credit {
    margin-top: -20px;
  }
}

#category_04 {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  #category_04 {
    padding-top: 40px;
  }
}

#category_04 .flexbox {
  margin-bottom: 800px;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #category_04 .flexbox {
    margin-bottom: 300px;
  }
}

#category_04 .img_left {
  position: absolute;
  width: 70%;
  top: 0;
  left: 0;
  z-index: -10;
}

@media screen and (max-width: 768px) {
  #category_04 .img_left {
    width: 80%;
    left: 0%;
  }
}

#category_04 .img_left .theme {
  text-align: left;
}

#category_04 .img_right {
  position: absolute;
  z-index: 10;
  width: 35%;
  right: 0;
}

@media screen and (max-width: 768px) {
  #category_04 .img_right {
    width: 35%;
  }
}

@media screen and (min-width: 769px) {
  #category_04 .credit {
    display: inline-block;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #category_04 .credit li {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #category_04 .credit {
    text-align: left;
    margin-right: 20px;
  }
}

#category_05 .theme {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #category_05 .theme {
    text-align: initial;
    width: 95%;
    margin: 0 auto;
    padding-top: 100px;
  }
}

#category_05 .img_box {
  margin-left: auto;
  width: 84.7%;
}

#category_05 .img_box .box_left {
  padding-top: 10%;
  width: 45%;
}

@media screen and (max-width: 768px) {
  #category_05 .img_box .box_left {
    width: 40%;
  }
}

#category_05 .img_box .box_left img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #category_05 .img_box .box_left img {
    width: 70%;
  }
}

#category_05 .img_box .box_right {
  width: 55%;
}

@media screen and (max-width: 768px) {
  #category_05 .img_box .box_right {
    width: 60%;
  }
}

#category_05 .credit_left1 {
  left: 53.5%;
}

@media screen and (max-width: 768px) {
  #category_05 .credit {
    width: 90%;
    margin: 0 auto;
  }
}

#category_06 .img_box {
  position: relative;
}

#category_06 .img_box .theme {
  position: absolute;
  top: 22%;
  right: 30px;
}

@media screen and (max-width: 768px) {
  #category_06 .img_box .theme {
    top: 12%;
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  #category_06 .center {
    text-align: left;
  }
}

#category_08 .theme {
  padding-right: 5%;
  text-align: end;
}

@media screen and (max-width: 768px) {
  #category_08 .theme {
    padding-right: 0%;
    text-align: left;
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}

#category_08 .img_box {
  position: relative;
}

#category_08 .img_box::before {
  content: "";
  display: block;
  padding-top: calc(1278 / 1200 * 100%);
}

#category_08 .img_box .img_base {
  position: absolute;
  top: 0;
  width: 100%;
}

#category_08 .img_box .img_on {
  width: 35%;
  position: absolute;
  left: 51%;
  bottom: 0%;
}

@media screen and (max-width: 768px) {
  #category_08 .credit {
    margin: 0 auto;
  }
}

#category_09 .theme {
  position: relative;
  left: 5%;
}

@media screen and (max-width: 768px) {
  #category_09 .theme {
    position: initial;
    width: 95%;
    margin: 0 auto;
  }
}

#category_11 .img_box {
  position: relative;
}

#category_11 .img_box .theme {
  position: absolute;
  top: 22%;
  left: 30px;
}

@media screen and (max-width: 768px) {
  #category_11 .img_box .theme {
    top: 12%;
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  #category_11 .center {
    text-align: left;
  }
}

#category_12 .theme {
  position: relative;
  left: 5%;
}

@media screen and (max-width: 768px) {
  #category_12 .theme {
    position: initial;
    width: 95%;
    margin: 0 auto;
  }
}

#category_12 img {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  #category_12 .credit {
    padding-left: 5%;
    display: inline-block;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #category_12 .credit li {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #category_12 .credit {
    margin: 0 auto;
    display: block;
    width: 95%;
    text-align: left;
  }
}

#category_13 .theme {
  padding-left: 55%;
}

@media screen and (max-width: 768px) {
  #category_13 .theme {
    padding-left: 0%;
    width: 95%;
    margin: 0 auto;
  }
}

#category_13 .img_box {
  position: relative;
}

#category_13 .img_box::before {
  content: "";
  display: block;
  padding-top: calc(1203 / 1200 * 100%);
}

#category_13 .img_box .img_base {
  position: absolute;
  right: 0%;
  top: 0;
  width: 45%;
}

#category_13 .img_box .img_on {
  width: 72%;
  position: absolute;
  bottom: 0%;
}

/* footer
--------------------------------------*/
footer {
  text-align: center;
  font-size: 10px;
}

footer .sns {
  padding: 50px;
}

footer .sns i {
  padding: 0 10px;
  font-size: 30px;
}

footer .staff {
  padding-bottom: 50px;
}

footer .logo {
  margin: 0 auto;
  width: 190px;
  padding-bottom: 10px;
}

/* endArea
--------------------------------------*/
/* animation
--------------------------------------*/
.fadeConts {
  opacity: 0;
  -webkit-transition: all 1.5s .5s ease-out;
  transition: all 1.5s .5s ease-out;
}

.fadeConts.show {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */