/* Scss Document */
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  position: relative;
  color: #535353; }

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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  border: 0;
  font: inherit;
  vertical-align: top;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  list-style: none;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  background-color: transparent; }

span, strong, a, abbr, time, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, q, samp, script {
  line-height: inherit;
  font-style: normal; }

sup {
  vertical-align: super;
  font-size: 75%; }

/* settings */
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap; }
html {
  font-family: 'NotoSansCJKjp';
  font-weight: 400; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

@media print, screen and (min-width: 890px) {
  .contBox {
    display: flex;
    justify-content: space-between; } }
body {
  color: #231815; }

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

i {
  vertical-align: baseline; }

._pc {
  display: none; }
  @media print, screen and (min-width: 890px) {
    ._pc {
      display: block; } }

._sp {
  display: block; }
  @media print, screen and (min-width: 890px) {
    ._sp {
      display: none; } }

strong {
  font-weight: 500; }

.c_red {
  color: red; }

.ta_c {
  text-align: center; }

article a:hover {
  color: #086434; }
article a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }
article p a {
  border-bottom: 1px solid #086434; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #231815;
  transition: color 0.3s, background 0.3s; }
  a img {
    transition: 0.3s; }

.fontL {
  font-size: 1.8rem; }

/* modules */
header {
  background: url("../img/header-line.png") repeat-x;
  text-align: center;
  padding-top: 12vw; }
  @media screen and (max-width: 768px) {
    header {
      background-size: 25%; } }
  @media print, screen and (min-width: 890px) {
    header {
      padding-top: 123px; } }
  header h1 {
    margin: 0 auto 30px; }
    @media print, screen and (min-width: 890px) {
      header h1 {
        width: 902px;
        margin: 0 auto 40px; } }
    header h1 span {
      font-weight: 700;
      line-height: 1.5;
      font-size: 4.6vw;
      display: block;
      letter-spacing: 0.59em;
      margin-bottom: 20px;
      padding-left: 38px; }
      @media print, screen and (min-width: 890px) {
        header h1 span {
          font-size: 3.0rem;
          text-align: left; } }
    header h1 img {
      width: 90%; }
      @media print, screen and (min-width: 890px) {
        header h1 img {
          width: 820px; } }
  header p.shoplogo {
    border-top: 1px solid #000;
    margin: 0 auto;
    padding-top: 5vw;
    width: 90%; }
    @media print, screen and (min-width: 890px) {
      header p.shoplogo {
        width: 830px;
        padding-top: 40px; } }
    header p.shoplogo img {
      width: 90%; }
      @media print, screen and (min-width: 890px) {
        header p.shoplogo img {
          width: 694px;
          margin: 0 auto; } }
  header p.ccopy {
    font-size: 4.0vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 30px; }
    @media print, screen and (min-width: 890px) {
      header p.ccopy {
        font-size: 2.7rem;
        margin-bottom: 50px; } }

article {
  margin-bottom: 100px; }
  @media print, screen and (min-width: 890px) {
    article {
      margin-bottom: 300px; } }

article.item {
  background-color: #f5f5f5;
  padding: 15px 0;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 890px) {
    article.item {
      padding: 20px 0; } }

.itemImg {
  width: 90%;
  margin: 20px auto; }
  @media print, screen and (min-width: 890px) {
    .itemImg {
      max-width: 1169px;
      margin: 55px auto 0; } }

.message {
  font-size: 3.0vw;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media print, screen and (min-width: 890px) {
    .message {
      font-size: 2.5rem;
      letter-spacing: 0.2em; } }

.btn_item {
  position: relative;
  background-color: #000;
  width: 90%;
  margin: 1.8em auto 2em;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 4.0vw;
  padding: 1.2em 0;
  display: block;
  color: white;
  line-height: 1; }
  @media print, screen and (min-width: 890px) {
    .btn_item {
      width: 880px;
      margin: 100px auto;
      font-size: 3.8rem;
      padding: 30px; } }
  .btn_item::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 13px;
    height: 20px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-right: 0.6em;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    color: white; }
    @media print, screen and (min-width: 890px) {
      .btn_item::after {
        width: 20px;
        height: 37px; } }
  .btn_item:hover {
    opacity: 0.8;
    color: white; }

.btnMore {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: block;
  width: 40%;
  margin: 0 auto; }
  @media print, screen and (min-width: 890px) {
    .btnMore {
      width: 326px; } }

.intro {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0; }
  @media print, screen and (min-width: 890px) {
    .intro {
      max-width: 1156px;
      padding: 40px 0; } }

.itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media print, screen and (min-width: 890px) {
    .itemList {
      max-width: 1240px;
      margin: 0 auto; } }
  .itemList li {
    margin: 7px;
    padding-bottom: 15px;
    background-color: #fff;
    width: calc((100% - (14px * 3)) / 2);
    text-align: center; }
    @media print, screen and (min-width: 890px) {
      .itemList li {
        width: calc((100% - (40px * 4)) / 3);
        margin: 20px; } }
    .itemList li .itemPct {
      margin-bottom: 10px; }
      @media print, screen and (min-width: 890px) {
        .itemList li .itemPct {
          margin-bottom: 20px; } }
    .itemList li .lead {
      font-size: 2.9vw;
      margin-bottom: 5px; }
      @media print, screen and (min-width: 890px) {
        .itemList li .lead {
          margin-bottom: 10px;
          font-size: 2.15rem; } }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        .itemList li .lead {
          font-size: 1.8rem; } }
    .itemList li h2 {
      font-size: 4.6vw;
      margin-bottom: 10px; }
      @media print, screen and (min-width: 890px) {
        .itemList li h2 {
          font-size: 3.7rem; } }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        .itemList li h2 {
          font-size: 3.0rem; } }
      .itemList li h2 small {
        font-size: 1.98vw;
        display: block;
        margin-top: 5px;
        line-height: 1.5; }
        @media print, screen and (min-width: 890px) {
          .itemList li h2 small {
            font-size: 1.6rem;
            margin-top: 15px; } }
        @media screen and (min-width: 769px) and (max-width: 1024px) {
          .itemList li h2 small {
            font-size: 1.2rem;
            margin-top: 5px; } }
      .itemList li h2.fs31 {
        font-size: 3.5vw;
        letter-spacing: -0.05em; }
        @media print, screen and (min-width: 890px) {
          .itemList li h2.fs31 {
            font-size: 3.1rem; } }
        @media screen and (min-width: 769px) and (max-width: 1024px) {
          .itemList li h2.fs31 {
            font-size: 2.5rem; } }
      .itemList li h2.fs25 {
        font-size: 3.5vw;
        letter-spacing: -0.05em; }
        @media print, screen and (min-width: 890px) {
          .itemList li h2.fs25 {
            font-size: 2.5rem; } }
        @media screen and (min-width: 769px) and (max-width: 1024px) {
          .itemList li h2.fs25 {
            font-size: 2.2rem; } }
      .itemList li h2.nosub {
        margin-bottom: 1.7em; }
      .itemList li h2.nosub2 {
        margin-bottom: 1.2em; }
    .itemList li .itemTxt {
      line-height: 1.5;
      font-size: 2.5vw;
      letter-spacing: -0.05em; }
      @media print, screen and (min-width: 890px) {
        .itemList li .itemTxt {
          font-size: 2.0rem;
          letter-spacing: 0em; } }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        .itemList li .itemTxt {
          font-size: 1.6rem; } }

/* utility */
.w210 {
  width: 210px; }

.w150 {
  width: 150px; }

.w300 {
  width: 300px; }

@media screen and (max-width: 768px) {
  body .sp_w100p {
    width: 100% !important; } }
@media print, screen and (min-width: 890px) {
  body .pc_w110 {
    width: 110px; }
  body .pc_w630 {
    width: 630px !important; }
  body .pc_w750 {
    width: 750px; }
  body .pc_w980 {
    width: 980px; }
  body .pc_h220 {
    height: 220px;
    width: auto; }
  body .f_left {
    float: left; }
  body .f_right {
    float: right; } }

.p_rerative {
  position: relative; }

.mt15 {
  margin-top: 15px; }

.ml10 {
  margin-left: 10px; }

.mb0 {
  margin-bottom: 0px; }

.mb20 {
  margin-bottom: 20px; }

.mb40 {
  margin-bottom: 40px; }

.pl10 {
  padding-left: 10px; }

.a_right {
  text-align: right; }

.a_center {
  text-align: center; }

em {
  font-weight: 700;
  color: #086434; }

.hover:hover {
  opacity: 0.8;
  cursor: pointer; }
