@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP|Roboto:400,700&display=swap");
/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  word-break: break-all;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

*, *::before, *::after {
  box-sizing: border-box;
}

header, footer, section, main, article, aside, menu, nav, details, figcaption, figure {
  display: block;
}

input, select {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

hr {
  display: none;
}

/* clearfix (modern) */
.cl::after {
  content: "";
  clear: both;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button {
  outline: 0;
  margin: 0;
  padding: 0;
}

/*クリック禁止*/
.cannot {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  cursor: default;
}

/*transition*/
/*アニメーション*/
/*easing.jsをsass変数化*/
/*背景画像もプリントアウト対象にする*/
body {
  -webkit-print-color-adjust: exact;
}

/*****************************************/
/*PC,SPでの出し分け*/
@media only screen and (min-width: 768px) {
  .pcHide {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .spHide {
    display: none !important;
  }
}
/*****************************************/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* テキスト折返し調整用
------------------------------------- */
:not(.pc):not(.tab):not(.sp).txt_brk_blk {
  display: block;
}

:not(.pc):not(.tab):not(.sp).txt_brk_inlblk {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  :not(.seo).pc.elem_hide {
    display: none !important;
  }
  .pc.txt_brk_blk {
    display: block;
  }
  .pc.txt_brk_inlblk {
    display: inline-block;
  }
}
@media screen and (max-width: 960px) {
  :not(.seo).tab.elem_hide {
    display: none !important;
  }
  .tab.txt_brk_blk {
    display: block;
  }
  .tab.txt_brk_inlblk {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  :not(.seo).sp.elem_hide {
    display: none !important;
  }
  .sp.txt_brk_blk {
    display: block;
  }
  .sp.txt_brk_inlblk {
    display: inline-block;
  }
}
/*****************************************/
/*メインビジュアル*/
#mainvisual {
  width: 100%;
  background: #111113;
  display: flex;
  align-items: center;
}
#mainvisual .mv_inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 896px;
  margin: 28px auto;
}
@media only screen and (max-width: 767px) {
  #mainvisual .mv_inner {
    flex-flow: column;
    margin: 0 auto 30px;
  }
}
#mainvisual .mv_inner .logo_wrap {
  margin-right: 22.4px;
  max-width: 896px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #mainvisual .mv_inner .logo_wrap {
    order: 2;
    padding: 0 62px;
    margin-right: 0;
  }
}
#mainvisual .mv_inner .mv_wrap {
  max-width: 896px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #mainvisual .mv_inner .mv_wrap {
    order: 1;
  }
}

#scene {
  background: #111113;
}
@media only screen and (max-width: 767px) {
  #scene {
    padding-bottom: 30px;
  }
}
#scene .scene_wrap {
  max-width: 1920px;
  display: flex;
  margin: 0 auto;
}
#scene .scene_wrap .scene_inner {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  #scene .scene_wrap .scene_inner {
    width: 33.3333333333%;
  }
}

#itemlist {
  background: url(../images/bak_itemlist.png) 0% 0.4%;
  background-size: auto;
}
#itemlist .detail {
  background: linear-gradient(#fee379 0%, #f9f1d2 100%);
}
#itemlist .detail h2 {
  color: #010021;
  font-family: Noto Serif JP;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5em;
  padding: 16.8px 0;
}
@media only screen and (max-width: 767px) {
  #itemlist .detail h2 {
    font-size: 2.4rem;
    padding: 12px 0;
  }
}
#itemlist .wrapper {
  max-width: 1148px;
  width: 100%;
  margin: 28px auto 0;
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 56px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #itemlist .wrapper {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 30px;
    margin: 30px 0 auto;
    padding: 0 10px;
  }
}
#itemlist .wrapper .itm_inner {
  width: calc((100% - 56px) / 3);
  padding: 42px;
  background: #000000;
  border: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
  #itemlist .wrapper .itm_inner {
    width: calc((100% - 20px) / 2);
    padding: 10px;
    border: none;
  }
  #itemlist .wrapper .itm_inner:last-of-type {
    margin-bottom: 10px;
  }
}
#itemlist .wrapper .itm_inner:nth-of-type(even) {
  margin-right: 0;
}
#itemlist .wrapper .itm_inner .itm_img {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  #itemlist .wrapper .itm_inner .itm_img {
    margin-bottom: 20px;
  }
}
#itemlist .wrapper .itm_inner h3 {
  background: #FCE7E7;
  text-align: center;
}
#itemlist .wrapper .itm_inner h3 a {
  display: block;
  padding: 8.4px 0;
  color: #010021;
  font-family: Noto Serif JP;
  font-size: 1.68rem;
}
@media only screen and (max-width: 767px) {
  #itemlist .wrapper .itm_inner h3 a {
    font-size: 1.6rem;
    padding: 6px 2px;
    line-height: 1.4;
  }
}
#itemlist .wrapper .itm_inner .itm_txt {
  padding: 28px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #itemlist .wrapper .itm_inner .itm_txt {
    padding: 20px 0;
  }
}
#itemlist .wrapper .itm_inner .itm_txt p {
  color: #fff;
  font-family: Noto Serif JP;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #itemlist .wrapper .itm_inner .itm_txt p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#itemlist .wrapper .itm_inner .itm_btn {
  background: linear-gradient(#fee379 0%, #f9f1d2 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#itemlist .wrapper .itm_inner .itm_btn a {
  width: 100%;
  display: block;
  padding: 8.4px 0;
  color: #9F6713;
  font-size: 1.68rem;
  font-family: Noto Sans JP;
}
@media only screen and (max-width: 767px) {
  #itemlist .wrapper .itm_inner .itm_btn a {
    font-size: 1.4rem;
    padding: 6px 2px;
    line-height: 1.4;
  }
}
#itemlist .wrapper .desc {
  width: 100%;
  color: #fff;
  font-family: Noto Serif JP;
  font-size: 1.4rem;
  text-align: right;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #itemlist .wrapper .desc {
    font-size: 1.1rem;
    padding-bottom: 50px;
    padding-right: 20px;
  }
}

/*フッター*/
@media only screen and (max-width: 767px) {
  footer .inbox {
    padding: 0 16px;
  }
}
footer .inbox .footermenu {
  text-align: center;
  padding-bottom: 8px;
}
footer .inbox .copyright {
  font-size: 12px;
  text-align: center;
  padding-bottom: 16px;
}
footer .inbox .copyright li {
  width: 100%;
}
footer .inbox .copyright li:first-child {
  padding-bottom: 16px;
}
footer .inbox .copyright li:last-child {
  padding-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  footer .inbox .copyright li:last-child {
    padding-bottom: 48px;
  }
}
footer .inbox .logo1 {
  text-align: center;
  padding: 32px 0;
}
@media only screen and (max-width: 767px) {
  footer .inbox .logo1 {
    padding: 32px 0 16px;
  }
}
footer .inbox .logo1 img {
  width: 96px;
  height: 48px;
}
footer .inbox .logo2 {
  text-align: center;
  padding: 48px 0 24px;
}
@media only screen and (max-width: 767px) {
  footer .inbox .logo2 {
    padding: 32px 0 16px;
  }
}
footer .inbox .logo2 img {
  width: 160px;
  height: 48px;
}
footer .inbox .footermenu {
  color: #14116e;
}
footer .inbox .footermenu li {
  display: inline-block;
  padding: 0 8px;
  border-left: 1px solid #999999;
}
footer .inbox .footermenu li a {
  color: #14116e;
}
footer .inbox .copyright li {
  display: inline-block;
  padding: 0 8px;
  color: #14116e;
}
footer .inbox .copyright li img {
  height: 9px;
  vertical-align: unset;
}
@media only screen and (max-width: 767px) {
  footer .inbox .copyright li {
    padding: 0;
  }
}
footer .inbox .footermenu li:first-child,
footer .inbox .copyright li:first-child {
  border: none !important;
}
/*# sourceMappingURL=style.css.map */