@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* -------- Base Font Family -------- */
/* -------- Base Font Size -------- */
/* -------- Base Color -------- */
/* -------- Font -------- */
/* -------- Margin -------- */
.mgT_0 {
  margin-top: 0px !important; }

.mgB_0 {
  margin-bottom: 0px !important; }

.mgT_20 {
  margin-top: 20px !important; }

.mgB_20 {
  margin-bottom: 20px !important; }

/* -------- other -------- */
html {
  font-size: 100%;
  /* 16px（16pt） */ }

body {
  word-wrap: break-word;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Helvetica Neue", Helvetica, "Noto Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-weight: 400; }
  @media (max-width: 767px) {
    body {
      font-size: 14px;
      font-weight: 500; } }
  @media (max-width: 374px) {
    body {
      font-size: 13px; } }

h1, h2, h3, h4, h5, h6, p, ul li, dl dt, dl dd, label, tr th, tr td, button, time, label, input, option, select, textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Helvetica Neue", Helvetica, "Noto Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #000;
  list-style: none;
  outline: 0; }
  @media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6, p, ul li, dl dt, dl dd, label, tr th, tr td, button, time, label, input, option, select, textarea {
      font-size: 14px;
      font-weight: 500; } }
  @media (max-width: 374px) {
    h1, h2, h3, h4, h5, h6, p, ul li, dl dt, dl dd, label, tr th, tr td, button, time, label, input, option, select, textarea {
      font-size: 13px; } }

div {
  line-height: 0; }

ul, dl {
  margin: 0;
  padding: 0; }

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: color;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #f15a24;
  outline: none; }
  a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #f15a24; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity;
    opacity: 1;
    border: none;
    outline: none;
    padding: 0; }
    a img:hover {
      cursor: pointer; }
  a p {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

img {
  color: #ffffff;
  border: none;
  width: 100%; }

/* -------- Boot Strap OverWrite -------- */
.container {
  padding: 0 40px;
  margin: 0 auto; }
  @media (min-width: 1180px) {
    .container {
      width: 1100px; } }
  @media (max-width: 1179px) {
    .container {
      width: 100%; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 20px; } }

.row {
  line-height: 0;
  margin: 0 -20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 767px) {
    .row {
      margin: 0 -10px; } }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 767px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding: 0 10px; } }

[class*="block-grid-"] {
  display: block;
  margin: 0 -20px;
  padding: 0; }
  @media (max-width: 767px) {
    [class*="block-grid-"] {
      margin: 0 -10px; } }

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 0 20px;
  height: auto;
  list-style: none; }
  @media (max-width: 767px) {
    .block-grid-item {
      padding: 0 10px; } }

/* -------- Loading -------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999; }

/* -------- BR -------- */
.br_sp {
  display: none;
  line-height: 0; }
  @media (max-width: 767px) {
    .br_sp {
      display: block; } }

.br_tb {
  display: block;
  line-height: 0; }
  @media (max-width: 1200px) {
    .br_tb {
      display: none; } }

.br_pc {
  display: block;
  line-height: 0; }
  @media (max-width: 767px) {
    .br_pc {
      display: none; } }

.warper {
  background-color: #f3ca66; }

.main {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: auto; }

.hero h1 img {
  width: 100%; }

.intro {
  margin-bottom: 100px;
  text-align: center; }
  @media (max-width: 767px) {
    .intro {
      margin-bottom: 60px; } }
  .intro p {
    text-align: center;
    margin-top: 25px; }
    .intro p.att {
      margin-bottom: 60px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .intro p.att {
          line-height: 2.0; } }
      .intro p.att span {
        background-image: url(../img/bg_line.png);
        background-repeat: repeat-x;
        background-size: 8px 7px;
        background-position: left bottom;
        padding-bottom: 7px; }
    .intro p.date {
      text-align: left;
      font-weight: 700;
      font-size: 20px;
      display: inline-block; }
      @media (max-width: 767px) {
        .intro p.date {
          font-size: 15px; } }
      @media (max-width: 374px) {
        .intro p.date {
          font-size: 14px; } }
  .intro nav {
    text-align: center; }
    .intro nav ul {
      display: inline-block; }
      @media (max-width: 767px) {
        .intro nav ul {
          display: -webkit-flex;
          display: flex;
          margin: 0 -5px; } }
      .intro nav ul li {
        float: left;
        margin-right: 40px;
        font-size: 18px;
        font-weight: 600;
        border: solid 2px #f15a24;
        text-align: center; }
        @media (max-width: 991px) {
          .intro nav ul li {
            margin-right: 20px; } }
        @media (max-width: 767px) {
          .intro nav ul li {
            margin: 0;
            font-size: 14px;
            margin: 0 5px;
            width: 33.3333333%;
            line-height: 1.4;
            align-content: center;
            float: none;
            display: inline-flex; } }
        @media (max-width: 374px) {
          .intro nav ul li {
            font-size: 13px; } }
        .intro nav ul li:last-child {
          margin: 0; }
          @media (max-width: 767px) {
            .intro nav ul li:last-child {
              margin: 0 5px; } }
        .intro nav ul li a {
          padding: 10px 30px;
          color: #f15a24;
          display: inline-block;
          background-color: #f3ca66; }
          @media (max-width: 991px) {
            .intro nav ul li a {
              padding: 10px 20px; } }
          @media (max-width: 767px) {
            .intro nav ul li a {
              padding: 10px 4px;
              width: 100%;
              height: 100%;
              align-content: center;
              display: inline-grid; } }
          .intro nav ul li a:hover {
            color: #fff;
            background-color: #f15a24; }

.cont_wrp {
  background-image: url(../img/bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top; }

@media (max-width: 767px) {
  .cont_ft {
    padding-top: 40px; } }

.category {
  padding-top: 50px;
  margin-top: -50px; }
  .category .cat_title {
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .category .cat_title {
        margin-bottom: 60px; } }
    .category .cat_title img {
      width: 100%;
      max-width: 600px;
      display: inline-block;
      margin: auto; }
      @media (max-width: 767px) {
        .category .cat_title img {
          max-width: 300px; } }
  .category .store {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .category .store {
        margin-bottom: 80px; } }
    .category .store .lyt_pc {
      display: block; }
      @media (max-width: 767px) {
        .category .store .lyt_pc {
          display: none; } }
      .category .store .lyt_pc .lyt_mt_0 {
        margin-top: 0px; }
      .category .store .lyt_pc .lyt_mt_40 {
        margin-top: 40px; }
        @media (max-width: 991px) {
          .category .store .lyt_pc .lyt_mt_40 {
            margin-top: 0px; } }
      .category .store .lyt_pc .lyt_mt_60 {
        margin-top: 60px; }
        @media (max-width: 991px) {
          .category .store .lyt_pc .lyt_mt_60 {
            margin-top: 0px; } }
    .category .store .lyt_sp {
      display: none; }
      @media (max-width: 767px) {
        .category .store .lyt_sp {
          display: block; } }
    @media (max-width: 767px) {
      .category .store .swiper-container {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .category .store .swiper-container .item_img {
        margin-bottom: 0px; } }
    .category .store .swiper-container .swiper-button-prev {
      background-image: url(../img/slider_arrow_left.svg);
      width: 40px;
      height: 40px;
      margin-top: -20px;
      background-size: 20px 20px;
      left: 10px;
      background-color: rgba(178, 178, 178, 0.7);
      background-position: center center;
      background-repeat: no-repeat; }
      @media (max-width: 991px) {
        .category .store .swiper-container .swiper-button-prev {
          width: 26px;
          height: 26px;
          background-size: 13px 13px;
          margin-top: -13px; } }
      .category .store .swiper-container .swiper-button-prev::after {
        display: none; }
    .category .store .swiper-container .swiper-button-next {
      background-image: url(../img/slider_arrow_right.svg);
      width: 40px;
      height: 40px;
      margin-top: -20px;
      background-size: 20px 20px;
      background-color: rgba(178, 178, 178, 0.7);
      background-position: center center;
      background-repeat: no-repeat;
      right: 10px; }
      @media (max-width: 991px) {
        .category .store .swiper-container .swiper-button-next {
          width: 26px;
          height: 26px;
          background-size: 13px 13px;
          margin-top: -13px; } }
      .category .store .swiper-container .swiper-button-next::after {
        display: none; }
    .category .store .item_img {
      position: relative; }
      @media (max-width: 767px) {
        .category .store .item_img {
          margin-bottom: 20px; } }
      .category .store .item_img p {
        position: absolute;
        z-index: 2;
        top: 20px;
        left: 20px;
        display: inline-block;
        color: #f15a24;
        border: solid 2px #f15a24;
        padding: 2px 8px;
        font-size: 14px;
        font-weight: 600; }
        @media (max-width: 767px) {
          .category .store .item_img p {
            top: auto;
            left: 10px;
            bottom: 10px;
            font-size: 12px;
            background-color: rgba(255, 255, 255, 0.5); } }
        .category .store .item_img p.att {
          top: auto;
          bottom: 15px;
          font-weight: 400;
          font-size: 12px;
          color: #000;
          padding: 0;
          border: none; }
          @media (max-width: 767px) {
            .category .store .item_img p.att {
              left: auto;
              right: 10px;
              bottom: 10px;
              font-size: 11px;
              font-weight: 500;
              background: none; } }
        .category .store .item_img p.lunch {
          left: auto;
          right: 15px;
          padding: 0;
          border: none; }
          .category .store .item_img p.lunch img {
            width: 60px; }
          @media (max-width: 767px) {
            .category .store .item_img p.lunch {
              top: 10px;
              right: 10px;
              left: auto;
              bottom: auto;
              background: none; }
              .category .store .item_img p.lunch img {
                width: 50px; } }
      .category .store .item_img img {
        position: relative;
        z-index: 1; }
    .category .store .logo {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .category .store .logo {
          text-align: center;
          margin-bottom: 15px; } }
      .category .store .logo img {
        width: 100%; }
      .category .store .logo.size_s img {
        max-width: 120px; }
        @media (max-width: 767px) {
          .category .store .logo.size_s img {
            max-width: 80px; } }
      .category .store .logo.size_m img {
        max-width: 180px; }
        @media (max-width: 767px) {
          .category .store .logo.size_m img {
            max-width: 140px; } }
      .category .store .logo.size_l img {
        max-width: 240px; }
        @media (max-width: 767px) {
          .category .store .logo.size_l img {
            max-width: 200px; } }
      .category .store .logo.size_xl img {
        max-width: 300px; }
        @media (max-width: 767px) {
          .category .store .logo.size_xl img {
            max-width: 260px; } }
    .category .store .item_name {
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .category .store .item_name {
          font-size: 15px; } }
      .category .store .item_name span {
        font-size: 16px; }
        @media (max-width: 767px) {
          .category .store .item_name span {
            font-size: 13px; } }
    .category .store .item_type {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .category .store .item_type {
          font-size: 14px;
          margin-bottom: 15px; } }
    .category .store .item_price {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .category .store .item_price {
          margin-bottom: 15px; } }
      .category .store .item_price p {
        font-size: 24px;
        font-weight: 700; }
        .category .store .item_price p span {
          font-size: 14px; }
        @media (max-width: 767px) {
          .category .store .item_price p {
            text-align: right;
            font-size: 20px; }
            .category .store .item_price p span {
              font-size: 12px; } }
        .category .store .item_price p.sm {
          font-size: 18px; }
          @media (max-width: 767px) {
            .category .store .item_price p.sm {
              font-size: 16px;
              text-align: left;
              padding-bottom: 5px; }
              .category .store .item_price p.sm span {
                font-size: 12px; } }
        @media (max-width: 767px) {
          .category .store .item_price p.reg {
            font-size: 14px;
            font-weight: 500;
            margin-top: 10px;
            text-align: left; } }
        @media (max-width: 767px) {
          .category .store .item_price p.reg_orange {
            font-size: 14px;
            font-weight: 700;
            text-align: left;
            color: #f15a24; } }
        @media (max-width: 767px) {
          .category .store .item_price p.orange {
            font-size: 14px;
            font-weight: 700;
            text-align: left;
            color: #f15a24;
            text-decoration: underline;
            margin-top: 5px; } }
        .category .store .item_price p.att {
          font-size: 14px;
          font-weight: 400; }
          @media (max-width: 767px) {
            .category .store .item_price p.att {
              font-weight: 500; } }
      .category .store .item_price .pdR {
        padding-right: 0; }
        @media (max-width: 991px) {
          .category .store .item_price .pdR {
            padding-right: 20px; } }
      .category .store .item_price .pdL {
        padding-left: 0; }
        @media (max-width: 991px) {
          .category .store .item_price .pdL {
            padding-left: 20px; } }
    .category .store .item_txt {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .category .store .item_txt {
          margin-bottom: 15px; } }
      .category .store .item_txt .att {
        margin-top: 10px;
        font-size: 14px; }
        @media (max-width: 767px) {
          .category .store .item_txt .att {
            font-size: 12px; } }
      .category .store .item_txt .orange {
        margin-top: 10px;
        color: #f15a24;
        font-weight: 700; }
      .category .store .item_txt .item_txt_tl {
        margin-top: 20px;
        font-weight: 700;
        font-size: 16px; }
        @media (max-width: 767px) {
          .category .store .item_txt .item_txt_tl {
            font-size: 14px; } }
    .category .store .item_book {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .category .store .item_book {
          margin-bottom: 15px; } }
      .category .store .item_book .item_book_box {
        color: #f15a24;
        font-weight: 700; }
        .category .store .item_book .item_book_box span {
          display: inline-block;
          border: solid 2px #f15a24;
          padding: 5px 20px;
          background-color: #f3ca66; }
      .category .store .item_book .orange {
        margin-top: 10px;
        color: #f15a24;
        font-weight: 700;
        font-size: 14px; }
        @media (max-width: 767px) {
          .category .store .item_book .orange {
            font-size: 12px; } }
      .category .store .item_book .att {
        font-size: 14px;
        margin-top: 10px; }
        @media (max-width: 767px) {
          .category .store .item_book .att {
            font-size: 12px;
            font-weight: 500; } }
    .category .store .store_name {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px; }
      .category .store .store_name span {
        font-size: 16px;
        font-weight: 400; }
      @media (max-width: 767px) {
        .category .store .store_name {
          margin-bottom: 15px;
          text-align: center;
          font-size: 15px; }
          .category .store .store_name span {
            font-size: 13px;
            font-weight: 500; } }
    .category .store .store_url {
      font-weight: 700; }
      .category .store .store_url a {
        display: inline-block;
        padding: 5px 20px;
        background-color: #f15a24;
        color: #fff; }
        .category .store .store_url a:hover {
          opacity: 0.85; }

.last_att {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .last_att {
      margin-top: 40px; } }
  .last_att p {
    font-size: 14px; }
    @media (max-width: 767px) {
      .last_att p {
        font-size: 12px; } }

.goTop {
  margin-bottom: 100px; }
  .goTop::after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .goTop {
      margin-bottom: 80px; } }
  .goTop p {
    text-align: right;
    display: block;
    float: right; }
    .goTop p a {
      padding-bottom: 3px;
      border-bottom: solid 2px #000;
      display: block;
      color: #000;
      font-weight: 700; }
