@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  font-size: 1.6rem;
  font-family: 'Koburina Gothic W6 JIS2004', -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  line-height: 200%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  vertical-align: top; }

a[href] {
  text-decoration: none; }
  @media (min-width: 768px) {
    a[href] {
      -webkit-transition: .16s;
      transition: .16s; }
      a[href]:hover {
        opacity: .5; } }

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  /* 以下はお好みで */
  font-size: .8em;
  /* フォントサイズちょっと小さく */
  position: relative;
  /* ちょっと上付きにするための指定 */
  top: -.2em;
  /* ちょっと上付きにする */ }

.koburina-w3, .static__content .inner p, .static__content .inner ul {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-weight: normal; }

.koburina-w1 {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-weight: normal; }

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

.center {
  text-align: center; }

.inline-block {
  display: inline-block; }

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

.indent-half {
  margin-left: -.5em; }

.hover-op {
  cursor: pointer; }
  @media (min-width: 768px) {
    .hover-op {
      -webkit-transition: .16s;
      transition: .16s; }
      .hover-op:hover {
        opacity: 0.5; } }

        .pc {
          display: block !important;
        }
        .sp {
          display: none !important;
        }
@media only screen and (max-width: 640px) {
          .pc {
            display: none !important;
          }

          .sp {
            display: block !important;
          }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.header {
  position: relative; }
  .header__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(153, 153, 153, 0.29); }
    @media (max-width: 767px) {
      .header__top {
        height: 40px;
        padding-left: 0;
        padding-right: 0; } }
  .header__logo {
    line-height: 1; }
    @media (max-width: 767px) {
      .header__logo {
        text-align: center; }
        .header__logo img {
          width: 60%; } }
  .header__copy {
    font-size: 1.7rem;
    color: #FFF;
    line-height: 50px; }
    @media (max-width: 767px) {
      .header__copy {
        height: 34px;
        line-height: 34px;
        text-align: center;
        background-color: #c1272d;
        font-size: 1.5rem; } }
  .header__main img {
    width: 100%; }

.inner {
  max-width: 1000px;
  margin: 0 auto; }
  .inner--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 767px) {
      .inner--flex {
        display: block; } }
  .inner .left {
    width: 60%; }
    @media (max-width: 767px) {
      .inner .left {
        width: 100%; } }
  .inner .right {
    width: 40%; }
    @media (max-width: 767px) {
      .inner .right {
        width: 100%; } }

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: .4s;
  transition: .4s; }
  .page-top .navigation {
    top: -60px; }
    @media (max-width: 767px) {
      .page-top .navigation {
        top: -40px; } }
  .navigation.show {
    top: 0; }
  .navigation__header {
    height: 60px;
    background-color: #ffea00; }
    @media (max-width: 767px) {
      .navigation__header {
        height: 40px; } }
  .navigation__container {
    position: relative;
    max-width: 1000px;
    padding-left: 20px;
    margin: 0 auto;
    height: 100%; }
  .navigation__logo {
    line-height: 60px; }
    .navigation__logo img {
      vertical-align: middle; }
    @media (max-width: 767px) {
      .navigation__logo {
        line-height: 40px; }
        .navigation__logo img {
          width: 160px; } }

.menu-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer; }
  .menu-btn__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .menu-btn__line--middle {
      margin-top: 4px;
      margin-bottom: 4px; }

.menu {
  display: none; }
  .menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
    @media (max-width: 767px) {
      .menu__container {
        display: block;
        height: -webkit-calc(100vh - 40px);
        height: calc(100vh - 40px);
        overflow: scroll; } }
  .menu-left {
    width: 70%;
    padding: 60px 80px 90px;
    background-color: rgba(255, 255, 255, 0.95); }
    .menu-left__container {
      margin-left: -webkit-calc((100vw - 1000px) / 2);
      margin-left: calc((100vw - 1000px) / 2); }
    @media (max-width: 767px) {
      .menu-left {
        width: 100%;
        padding: 25px 5%; }
        .menu-left__container {
          margin-left: 0; } }
  .menu-right {
    width: 30%;
    padding-top: 70px;
    padding-left: 40px;
    letter-spacing: 0.05em;
    background-color: rgba(102, 102, 102, 0.95); }
    @media (max-width: 767px) {
      .menu-right {
        width: 100%;
        padding: 5%; } }
  .menu-section + * {
    margin-top: 50px; }
  @media (max-width: 767px) {
    .menu-section + * {
      margin-top: 30px; } }
  .menu-section__head {
    line-height: 2.5;
    border-bottom: solid 1px #000; }
    @media (max-width: 767px) {
      .menu-section__head {
        line-height: 1.5; }
        .menu-section__head img {
          height: 15px; } }
  .menu-section__text-links {
    font-size: 1.8rem;
    letter-spacing: .05em; }
    .menu-section__text-links li {
      margin-top: 1em;
      margin-bottom: 1em; }
    .menu-section__text-links a {
      color: #000; }
      .menu-section__text-links a:after {
        content: '';
        display: inline-block;
        position: relative;
        top: 4px;
        margin-left: 2px;
        width: 20px;
        height: 20px;
        background-image: url(../img/ico_link@2x.png);
        background-size: 100% 100%; }
    @media (max-width: 767px) {
      .menu-section__text-links {
        font-size: 1.4rem;
        line-height: 2; } }
  .menu-section__image-links {
    margin-top: 20px;
    overflow: hidden; }
    .menu-section__image-links li {
      width: 16%;
      padding-left: 1%;
      padding-right: 1%;
      padding-top: 3%;
      float: left; }
    @media (max-width: 767px) {
      .menu-section__image-links {
        margin-top: 0; }
        .menu-section__image-links li {
          width: 25%;
          padding: 3% 2%; } }
  .menu__text-links li + li {
    margin-top: 1em; }
  .menu__text-links a {
    color: #FFF; }
  @media (max-width: 767px) {
    .menu__text-links {
      font-size: 3.6vw;
      line-height: 2.5;
      overflow: hidden; }
      .menu__text-links li {
        width: 50%;
        float: left; }
        .menu__text-links li + li {
          margin: 0; }
        .menu__text-links li:nth-of-type(even) {
          padding-left: 10px; } }

/**
 * TOPページ
 */
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../img/main@2x.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s; }
  .mv.show {
    opacity: 1; }
  .mv__hobonichi {
    padding-top: 6%;
    text-align: center;
    line-height: 1; }
  .mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    -webkit-transition-duration: 2s;
            transition-duration: 2s; }
    .show .mv__title {
      opacity: 1; }
    @media (max-width: 767px) {
      .mv__title {
        width: 80%; } }
  .mv__arrow {
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 50px;
    opacity: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .6s 2s;
    transition: .6s 2s; }
    .show .mv__arrow {
      bottom: 40px;
      opacity: 1; }

.intro-section {
  position: relative;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .intro-section {
      padding-top: 40px; } }
  .intro-section--01 {
    padding-top: 100px; }
    @media (max-width: 767px) {
      .intro-section--01 {
        padding-top: 70px; } }
  .intro-section__img {
    width: 100%;
    height: 40vw;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s; }
    .show .intro-section__img {
      opacity: 1; }
    .intro-section--01 .intro-section__img {
      background-image: url(../img/intro_01@2x.jpg); }
    .intro-section--02 .intro-section__img {
      background-image: url(../img/intro_02@2x.jpg); }
    .intro-section--03 .intro-section__img {
      background-image: url(../img/intro_03@2x.jpg); }
    .intro-section--04 .intro-section__img {
      background-image: url(../img/intro_04@2x.jpg); }
    @media (max-width: 767px) {
      .intro-section__img {
        height: 78vw; }
        .intro-section--01 .intro-section__img {
          background-image: url(../img/intro_01_sp@2x.jpg); }
        .intro-section--02 .intro-section__img {
          background-image: url(../img/intro_02_sp@2x.jpg); }
        .intro-section--03 .intro-section__img {
          background-image: url(../img/intro_03_sp@2x.jpg); }
        .intro-section--04 .intro-section__img {
          background-image: url(../img/intro_04_sp@2x.jpg); } }
  .intro-section__text {
    position: absolute;
    display: inline-block;
    padding: 20px;
    font-size: 1.8rem;
    letter-spacing: .075em;
    line-height: 1.77;
    background-color: rgba(255, 234, 0, 0.9);
    opacity: 0;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    z-index: 100; }
    .show .intro-section__text {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .intro-section__text:after {
      content: '';
      position: absolute;
      width: 40px;
      height: 25px;
      background-size: 100% 100%;
      bottom: -25px; }
    .intro-section--01 .intro-section__text {
      top: 40px;
      left: 30px; }
      .intro-section--01 .intro-section__text:after {
        right: 130px;
        background-image: url(../img/ico_balloon_arrow_01@2x.png); }
    .intro-section--02 .intro-section__text {
      top: -10px;
      right: 30px; }
      .intro-section--02 .intro-section__text:after {
        left: 130px;
        background-image: url(../img/ico_balloon_arrow_02@2x.png); }
    .intro-section--03 .intro-section__text {
      top: -10px;
      left: 30px; }
      .intro-section--03 .intro-section__text:after {
        right: 130px;
        background-image: url(../img/ico_balloon_arrow_01@2x.png); }
    .intro-section--04 .intro-section__text {
      top: -10px;
      right: 30px; }
      .intro-section--04 .intro-section__text:after {
        left: 130px;
        background-image: url(../img/ico_balloon_arrow_02@2x.png); }
    @media (max-width: 767px) {
      .intro-section__text {
        font-size: 3.8vw;
        padding: 10px; }
        .intro-section--01 .intro-section__text {
          top: 10px;
          left: 15px; }
        .intro-section--02 .intro-section__text {
          right: 15px; }
        .intro-section--03 .intro-section__text {
          left: 15px; }
        .intro-section--04 .intro-section__text {
          right: 15px; } }

.section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 40px 0; }
  @media (max-width: 767px) {
    .section {
      padding: 35px 2.5% 0; } }
  .section__head {
    line-height: 1;
    text-align: center; }
    @media (max-width: 767px) {
      .section__head img {
        height: 15px; } }
    .page-top .section__head {
      text-align: left; }
      @media (max-width: 767px) {
        .page-top .section__head img {
          height: 35px; } }
  .section__lead {
    margin-top: 1em;
    font-size: 1.4rem;
    text-align: center; }
  .section-product {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: dotted 1px #000; }
    @media (max-width: 767px) {
      .section-product {
        margin-top: 20px;
        padding-bottom: 20px; } }
    .section-product__name {
      font-size: 2.8rem; }
    .section-product__lead {
      margin-top: 1em;
      font-size: 1.3rem;
      line-height: 1.7; }
    .section-product .notice {
      text-align: left; }

.panels {
  overflow: hidden;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .panels {
      display: block;
      overflow: hidden;
      margin-top: 25px; } }

.panel {
  width: 47.5%;
  float: left;
  color: #000;
  margin-right: 5%;
  margin-bottom: 40px; }
  .panel:nth-of-type(2n) {
    margin-right: 0; }
  .panel__label {
    margin-top: 10px;
    font-size: 2.2rem;
    letter-spacing: .075em;
    line-height: 1.5; }
    .panel__label:after {
      content: '';
      display: inline-block;
      position: relative;
      top: 4px;
      margin-left: 2px;
      width: 24px;
      height: 24px;
      background-image: url(../img/ico_link@2x.png);
      background-size: 100% 100%; }
  @media (max-width: 767px) {
    .panel {
      width: 50%;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-right: 2%;
      float: left;
      margin-right: 0; }
      .panel__label {
        font-size: 1.2rem; }
        .panel__label:after {
          width: 14px;
          height: 14px;
          top: 3px; }
      .panel:nth-of-type(even) {
        padding-right: 0;
        padding-left: 2%; } }

.notice {
  text-align: center;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.55;
  margin-top: 20px;
  font-family: Koburina Gothic W3 JIS2004, sans-serif;
  font-weight: 400; }
  .notice a {
    color: #666; }
    .notice a:before {
      content: "＞"; }
  .notice + .notice {
    margin-top: 10px; }
  @media (max-width: 767px) {
    .notice {
      font-size: 3vw; } }

.products {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .products {
      padding-left: 0;
      padding-right: 0; } }

.product {
  float: left;
  width: 21.25%;
  margin-top: 30px;
  margin-right: 5%; }
  .product:nth-of-type(4n) {
    margin-right: 0; }
  @media (max-width: 767px) {
    .product {
      width: 50%;
      padding-left: 5%;
      padding-right: 5%;
      margin-right: 0;
      margin-top: 35px; } }
  .product__name {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.4; }
    .product__name span {
      font-size: 1.5rem; }
    @media (max-width: 767px) {
      .product__name {
        font-size: 1.4rem; }
        .product__name span {
          font-size: 1.2rem; } }
  .product__price {
    font-size: 1.2rem; }
    .product__price .price {
      font-size: 1.7rem;
      letter-spacing: 0.02em; }
    @media (max-width: 767px) {
      .product__price {
        font-size: 1.0rem;
        line-height: 1.4; }
        .product__price .price {
          font-size: 1.5rem; } }

.cart__btn {
  display: block;
  width: 200px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #FFF;
  background-color: #ff1e00;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .cart__btn {
      width: 100%;
      height: 26px;
      margin-top: 5px;
      line-height: 26px;
      font-size: 1.3rem; } }
  .sold .cart__btn {
    background-color: grey; }
    .sold .cart__btn:hover {
      opacity: 1;
      -webkit-transition: none;
      transition: none; }

      .campaign__btn {
        display: block;
        width: 200px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #FFF;
        background-color: #FF6600;
        border-radius: 5px; }
        @media (max-width: 767px) {
          .campaign__btn {
            width: 100%;
            height: 26px;
            margin-top: 5px;
            line-height: 26px;
            font-size: 1.3rem; } }

.cart__description {
  font-size: 1.3rem;
  line-height: 1.6; }

.cart__notes {
  margin-top: 4px;
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.55; }
  @media (max-width: 767px) {
    .cart__notes {
      font-size: 3vw; } }


      .cart__notes_red {
        margin-top: 4px;
        color: #FF6600;
        font-size: 1.3rem;
        line-height: 1.55; }
        @media (max-width: 767px) {
          .cart__notes_red {
            font-size: 3vw; } }

.cart__rest {
  max-width: 200px;
  font-size: 1.3rem;
  color: #ff1e00;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 6px; }

/**
 * 下層ページ
 */
.static {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .static {
      margin-top: 40px; } }
  .static__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px; }
    @media (max-width: 767px) {
      .static__container {
        padding: 0 5%; } }
  .static__buttons {
    text-align: center; }
    .static__buttons ul {
      display: inline-block;
      list-style: none;
      text-align: left;
      margin-top: -20px;
      margin-bottom: 40px; }
    .static__buttons li {
      margin-bottom: 20px; }
    .static__buttons a {
      display: inline-block;
      border: solid 1px #000;
      color: #000;
      padding-left: 2.5%;
      padding-right: 2.5%;
      white-space: nowrap; }
    @media (max-width: 767px) {
      .static__buttons ul {
        width: 100%;
        margin-top: -10px;
        margin-bottom: 20px; }
      .static__buttons a {
        font-size: 1.4rem;
        padding: 2.5%;
        white-space: normal;
        line-height: 1.5; } }
  .static__title {
    padding: 50px 0 65px;
    text-align: center;
    font-size: 3.8rem;
    line-height: 1.57; }
    .static__title span {
      display: inline-block;
      text-align: left; }
    .static__title .small {
      font-size: 1.8rem; }
    @media (max-width: 767px) {
      .static__title {
        padding: 25px 0 30px;
        font-size: 6.8vw;
        text-align: left; }
        .static__title .small {
          font-size: 3.5vw; } }
  .static__notes {
    margin-top: -45px;
    text-align: center;
    margin-bottom: 60px; }
    .static__notes ul {
      display: inline-block;
      text-align: left;
      list-style: none; }
      .static__notes ul li {
        position: relative;
        margin-top: .5em;
        font-size: 1.4rem;
        line-height: 1.8; }
        .static__notes ul li:before {
          content: '※';
          position: absolute;
          left: -1em; }
    @media (max-width: 767px) {
      .static__notes {
        margin-top: -15px;
        margin-left: 1em;
        margin-bottom: 30px;
        text-align: left; }
        .static__notes ul li {
          font-size: 1.3rem; } }
  .static__menu {
    padding-top: 30px;
    border-top: dotted 1px #000; }
  .static__content {
    padding: 50px 0 80px;
    border-top: dotted 1px #000; }
    .static__content:last-child {
      padding-bottom: 0; }
    .static__content .inner {
      max-width: 600px;
      margin: 0 auto; }
      .static__content .inner h2 {
        font-size: 2.8rem;
        line-height: 1.6;
        margin-top: 40px;
        padding-left: 100px; }
        .static__content .inner h2 + h3 {
          margin-top: 40px; }
      .static__content .inner h3 {
        font-size: 2.4rem;
        line-height: 1.6;
        margin-top: 80px;
        padding-left: 100px; }
      .static__content .inner p {
        margin-top: 40px;
        line-height: 1.68;
        padding-left: 100px; }
      .static__content .inner ul {
        margin-top: 40px;
        line-height: 1.68;
        padding-left: 100px; }
        .static__content .inner ul li {
          margin-top: .5em; }
      .static__content .inner img {
        display: block;
        margin-top: 50px; }
      .static__content .inner .cap {
        font-size: 80%;
        text-align: right;
        margin-top: 0;
        color: #666; }
        .static__content .inner .cap2 {
          font-size: 80%;
          text-align: left;
          margin-top: 10;
          color: #666; }
      .static__content .inner a {
        color: #e41c1c; }
    .static__content .shops {
      padding-left: 5%;
      padding-right: 5%;
      font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; }
      .static__content .shops h2 {
        margin-top: 40px;
        font-size: 2.8rem;
        font-family: Koburina Gothic W6 JIS2004; }
        @media (max-width: 767px) {
          .static__content .shops h2 {
            font-size: 6vw; } }
      .static__content .shops h3 {
        margin-top: 20px;
        margin-left: 1em;
        margin-bottom: 10px; }
        .static__content .shops h3:first-child {
          margin-top: 0; }
      .static__content .shops ul {
        overflow: hidden;
        list-style: none; }
        .static__content .shops ul li {
          width: 24%;
          float: left;
          border: solid 1px #999;
          margin-right: 1%;
          margin-bottom: 1%; }
          .static__content .shops ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            min-height: -webkit-calc(24px * 1.8 + 20px);
            min-height: calc(24px * 1.8 + 20px);
            padding: 10px;
            font-size: 1.2rem;
            line-height: 1.8;
            color: #333333;
            font-weight: bold; }
            .static__content .shops ul li a:after {
              display: none; }
          .static__content .shops ul li:nth-of-type(4n) {
            margin-right: 0; }
    @media (max-width: 767px) {
      .static__content {
        padding: 25px 0 40px; }
        .static__content .inner h2 {
          margin-bottom: 20px;
          padding-left: 0;
          font-size: 5.7vw; }
          .static__content .inner h2 + h3 {
            margin-top: 20px; }
        .static__content .inner h3 {
          padding-left: 0;
          margin-top: 40px;
          font-size: 4.5vw; }
        .static__content .inner p {
          margin-top: 20px;
          font-size: 1.4rem;
          padding-left: 0; }
        .static__content .inner ul {
          margin-top: 20px;
          font-size: 1.4rem;
          padding-left: 0;
          margin-left: 1em; }
        .static__content .inner img {
          margin-top: 25px; }
        .static__content .shops {
          padding-left: 0;
          padding-right: 0; }
          .static__content .shops h3 {
            margin-left: 0; }
          .static__content .shops ul li {
            width: 48%;
            margin-bottom: 4%;
            margin-right: 2%; }
            .static__content .shops ul li:nth-of-type(even) {
              margin-left: 2%;
              margin-right: 0; }
            .static__content .shops ul li a {
              padding: 10px 8px; } }

.swiper-pagination {
  position: static !important; }
  .swiper-pagination-bullet {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .swiper-pagination-bullet-active {
    background-color: #ffe600 !important; }

@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 13px !important;
    height: 22px !important;
    background-size: 13px 22px !important; } }

.footer {
  max-width: 900px;
  margin: 100px auto 0;
  padding: 50px 0 60px;
  border-top: solid 1px #000000; }
  @media (max-width: 767px) {
    .footer {
      width: 95%;
      padding: 25px 0 30px;
      margin-top: 50px; } }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__container + .footer__container {
      margin-top: 40px; }
    @media (max-width: 767px) {
      .footer__container {
        display: block;
        padding-left: 5%;
        padding-right: 5%; }
        .footer__container + .footer__container {
          margin-top: 30px; } }
  .footer__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    .footer__share .title {
      width: 60px;
      border-top: solid 1px #808080;
      border-bottom: solid 1px #808080;
      line-height: 45px;
      font-size: 1.3rem;
      color: #808080;
      letter-spacing: .05em; }
    .footer__share li + li {
      margin-left: 60px; }
    @media (max-width: 767px) {
      .footer__share {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .footer__share li + li {
          margin-left: 0; }
        .footer__share .title {
          width: 50px;
          line-height: 35px;
          font-size: 1.1rem; }
        .footer__share img {
          width: 35px; } }
  .footer__other-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    line-height: 1; }
    .footer__other-links li + li {
      margin-left: 50px; }
    @media (max-width: 767px) {
      .footer__other-links {
        margin-top: 30px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .footer__other-links li + li {
          margin-left: 30px; } }
  .footer__text-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    line-height: 1;
    font-size: 1.3rem; }
    .footer__text-links a {
      color: #808080; }
      .footer__text-links a:before {
        content: '＞'; }
    .footer__text-links li + li {
      margin-left: 40px; }
    @media (max-width: 767px) {
      .footer__text-links {
        display: block;
        width: 250px;
        margin: 0 auto; }
        .footer__text-links li + li {
          margin-top: 1.5em;
          margin-left: 0; } }
  .footer__copyright {
    color: #808080;
    font-size: 1.3rem;
    line-height: 1; }
    @media (max-width: 767px) {
      .footer__copyright {
        width: 250px;
        margin: 1.5em auto 0; } }

/*# sourceMappingURL=app.css.map */
