@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%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  background-image: none;
  width: 100%;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-family: "Noto sans JP", sans-serif;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 24px;
  letter-spacing: 0.25rem;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    letter-spacing: 0.05rem;
    line-height: 2.2rem;
  }
}

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

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

#wrap {
  width: 100%;
}

/* link setting
--------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

/* return_btn
--------------------------------------*/
.page_top_btn {
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page_top_btn:hover {
  background: #adadad;
}
.page_top_btn p,
.page_top_btn p span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page_top_btn p {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  font-size: 4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .page_top_btn p {
    right: 10px;
    bottom: 10px;
    font-size: 3rem;
  }
}
.page_top_btn p:hover {
  opacity: 0.8;
}
.page_top_btn p:hover span {
  background: #adadad;
}
.page_top_btn p span {
  position: absolute;
  height: 1px;
  background: #fff;
}
.page_top_btn p span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 19px;
  left: 3px;
}
.page_top_btn p span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 21px;
  right: 3px;
}
/* topArea
--------------------------------------*/
#topArea {
  background-image: url(../images/main_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  padding-top: calc( 800/ 1280 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

/* mainArea
--------------------------------------*/
#contents {
  width: 100%;
  margin: 100px auto;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #contents {
    margin: 70px auto;
  }
}
#contents .fS {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #contents .fS {
    font-size: 12px;
  }
}
#contents .fM {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #contents .fM {
    font-size: 16px;
  }
}
#contents .fL {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  #contents .fL {
    font-size: 18px;
  }
}
#contents .c_r {
  color: #ff0000;
}
#contents .c_b {
  color: #000;
}
#contents #read {
  width: 100%;
  margin: 0px auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents #read {
    margin-bottom: 70px;
  }
}
#contents #read p {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #contents #read p {
    margin: 20px 0;
  }
}
#contents #read img {
  width: 70%;
  margin: 150px auto;
}
@media screen and (max-width: 768px) {
  #contents #read img {
    width: 90%;
    margin: 50px auto;
  }
}
#contents .category_area {
  width: 100%;
  margin: 50px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #contents .category_area {
    margin: 0px auto 0;
  }
}
#contents #category_01 {
  background-image: url(../images/back.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  #contents #category_01 {
    background-size: 100% auto;
  }
}
#contents .category_box {
  width: 100%;
  margin: 0px auto 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .category_box {
    margin: 0px auto 50px;
  }
}
#contents .category_box .ttl_item {
  width: 135px;
  margin: 0px auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #contents .category_box .ttl_item {
    padding: 50px 0;
    width: 80px;
  }
}
#contents .category_box .st_box {
  width: 55%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #contents .category_box .st_box {
    width: 80%;
    margin-bottom: 50px;
  }
}
#contents .category_box .st_box p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents .category_box .st_box p {
    margin-bottom: 20px;
  }
}
#contents .category_box .st_box .txt {
  font-size: 18px;
  line-height: 3rem;
  margin: 30px auto 10px;
}
@media screen and (max-width: 768px) {
  #contents .category_box .st_box .txt {
    line-height: 1.5rem;
    font-size: 11px;
  }
}
#contents .category_box .credit {
  margin: 0px auto;
  font-size: 39px;
}
#contents .category_box .credit span {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  #contents .category_box .credit {
    font-size: 19px;
  }
  #contents .category_box .credit span {
    font-size: 10px;
  }
}
#contents .category_box .credit a.btn {
  display: block;
  line-height: 1.3;
  width: 120px;
  padding: 6px 0;
  background: #f3d530;
  margin: 20px auto 0;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  #contents .category_box .credit a.btn {
    width: 100px;
    margin: 10px auto 0;
    font-size: 12px;
    line-height: 1;
    padding: 8px 0;
    font-weight: bold;
  }
}
#contents .category_box .credit a.btn:hover {
  background: #000;
  color: #fff;
}
#contents .category_box .credit a.buy {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #000;
  color: #fff;
  margin: 5px auto 0;
  width: 50px;
  padding: 1px 0 1px 3px;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  #contents .category_box .credit a.buy {
    margin-top: 10px;
    padding: 2px 0 2px 4px;
  }
}
#contents .category_box .credit a.buy:hover {
  background: #73533f;
  color: #fff;
}
#contents #category_02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #contents #category_02 {
    margin-bottom: 50px;
  }
}
#contents #category_02 .nov {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents #category_02 .nov {
    width: 90%;
  }
}
#contents #category_02 p {
  width: 80%;
  margin: 50px auto 0;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  #contents #category_02 p {
    width: 90%;
    font-size: 10px;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
  }
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 40px;
  height: 100px;
  margin-top: -40px;
  background-image: none;
  color: #000;
  font-size: 55px;
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: 30px;
    height: 50px;
    margin-top: -20px;
    font-size: 40px;
  }
}
.swiper-container .swiper-button-next:focus,
.swiper-container .swiper-button-prev:focus {
  outline: none;
}
.swiper-container .swiper-button-next {
  right: 0;
}
.swiper-container .swiper-button-prev {
  left: 0;
}
.swiper-container .swiper-button-next::after {
  content: "〉";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-container .swiper-button-prev::after {
  content: "〈";
  display: inline-block;
  position: absolute;
  top: 0%;
  right: 0;
}

/* endArea
--------------------------------------*/
footer {
  background: #cbcbcb;
  text-align: center;
  margin: 0 auto;
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 100px 0;
  }
}
footer #logo img {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer #logo img {
    width: 150px;
  }
}
footer #copyright {
  text-align: center;
  font-size: 10px;
  margin-top: 50px;
}