@charset "UTF-8";
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: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

img[usemap] {
  border-width: 0;
}

a img {
  border-width: 0;
  text-decoration: none;
}

ul, li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Lucida Grande", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
}

body.is-fixed {
  overflow: hidden;
  height: 100%;
}

a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

/* 見出し
/*+---------------------------------*/
/* --- 見出しlevel1 --- */
.heading-level1 {
  width: 56px;
}

@media screen and (max-width: 670px) {
  .heading-level1 {
    width: 40px;
  }
}

/* --- 見出しlevel2 --- */
.heading-level2 {
  margin: 0 auto 64px 0;
  width: 725px;
}

@media screen and (max-width: 1100px) {
  .heading-level2 {
    width: 580px;
  }
}

@media screen and (max-width: 800px) {
  .heading-level2 {
    width: 464px;
  }
}

@media screen and (max-width: 670px) {
  .heading-level2 {
    margin: 0 auto 24px;
    width: 260px;
  }
}

/* --- 見出しlevel3 --- */
.heading-level3 {
  margin-bottom: 72px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 670px) {
  .heading-level3 {
    margin-bottom: 56px;
    font-size: 2.4rem;
  }
}

.heading-level3 > span {
  display: block;
  color: #0068b7;
  font-size: 1.4rem;
}

/* ボックスコンポーネント
/*+---------------------------------*/
/* --- コンテンツ全体のwrap --- */
.content-wrap {
  position: relative;
  color: #000;
  font-family: "Lucida Grande", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  opacity: 0;
  transition: all 1s ease-in-out .25s;
  overflow: hidden;
}

.content-wrap.is-show {
  opacity: 1;
}

.content-wrap * {
  box-sizing: border-box;
}

.content-wrap img {
  max-width: 100%;
  vertical-align: bottom;
}

/* --- 見出しレベル2用ボックス --- */
/* --- 見出しレベル3用ボックス --- */
.content-box-2 {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1044px;
}

/* --- ボックスの左右余白 --- */
.content-inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1044px;
}

/* --- 文章 --- */
.text-box {
  padding: 16px 20px 24px;
}

@media screen and (max-width: 670px) {
  .text-box {
    padding: 16px 0 0;
  }
}

/* LIST
/*+---------------------------------*/
/* --- ショップバナー --- */
.shop-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .shop-list {
    margin: 0 auto;
    max-width: 672px;
  }
}

@media screen and (max-width: 670px) {
  .shop-list {
    display: block;
    max-width: 300px;
  }
}

.shop-list > li {
  margin-right: 3.125%;
  margin-bottom: 72px;
  width: 31.25%;
}

@media screen and (max-width: 800px) {
  .shop-list > li {
    margin-right: 4.7619%;
    margin-bottom: 56px;
    width: 47.61904%;
  }
}

@media screen and (max-width: 670px) {
  .shop-list > li {
    margin-right: 0;
    margin-bottom: 48px;
    width: 100%;
  }
}

@media screen and (min-width: 801px) {
  .shop-list > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 671px) and (max-width: 800px) {
  .shop-list > li:nth-child(2n) {
    margin-right: 0;
  }
}

.shop-list > li a {
  display: block;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 0 10px 0 transparent;
  transition: .5s;
}

@media screen and (min-width: 671px) {
  .shop-list > li a:hover {
    box-shadow: 0 0 10px 0 #ededed;
  }
}

.shop-list > li figcaption {
  position: relative;
  margin: 24px 20px 0;
  padding-left: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .shop-list > li figcaption {
    margin: 24px 0 0;
  }
}

.shop-list > li figcaption::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #0068b7;
}

.shop-list > li figcaption::after {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background: url("../img/icon_blank_blue.png") 0 0 no-repeat;
  background-size: cover;
}

/* OTHER
/*+---------------------------------*/
/* --- PCでのみ表示 --- */
.pc-only {
  display: block;
}

@media screen and (max-width: 670px) {
  .pc-only {
    display: none;
  }
}

/* --- スマホでのみ表示 --- */
.sp-only {
  display: none;
}

@media screen and (max-width: 670px) {
  .sp-only {
    display: block;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  width: 100%;
}

@media screen and (max-width: 670px) {
  header {
    padding: 10px;
  }
}

header .nav-button {
  width: 56px;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 670px) {
  header .nav-button {
    width: 48px;
  }
}

header .nav-button:hover {
  opacity: 0.8;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  padding: 32px;
  width: 600px;
  height: 100vh;
  background: #fff;
  -webkit-transform: translateX(600px);
      -ms-transform: translateX(600px);
          transform: translateX(600px);
  transition: .3s ease-in-out;
  z-index: 2;
}

@media screen and (max-width: 670px) {
  nav {
    padding: 10px;
    width: 320px;
    -webkit-transform: translateX(320px);
        -ms-transform: translateX(320px);
            transform: translateX(320px);
  }
}

nav.is-open {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

nav .close-button {
  margin-left: auto;
  width: 56px;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 670px) {
  nav .close-button {
    width: 48px;
  }
}

nav .close-button:hover {
  opacity: 0.8;
}

nav .nav-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 56px);
}

@media screen and (max-width: 670px) {
  nav .nav-inner {
    padding-bottom: 48px;
    height: calc(100% - 48px);
  }
}

nav .nav-desc > dt {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  nav .nav-desc > dt {
    margin-bottom: 24px;
    font-size: 2.0rem;
  }
}

nav .nav-list > li {
  position: relative;
  padding-left: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  nav .nav-list > li {
    padding-left: 12px;
    font-size: 1.6rem;
  }
}

nav .nav-list > li::before {
  position: absolute;
  top: 16px;
  left: 0;
  content: '';
  display: block;
  width: 11px;
  height: 1px;
  background: #0068b7;
}

@media screen and (max-width: 670px) {
  nav .nav-list > li::before {
    top: 12px;
    width: 8px;
  }
}

nav .nav-list > li a {
  text-decoration: none;
}

@media screen and (max-width: 670px) {
  nav .nav-list > li a {
    color: #0068b7;
    text-decoration: underline;
  }
}

nav .nav-list > li a:hover {
  color: #0068b7;
  text-decoration: underline;
}

nav .nav-list > li a[target="_blank"]::after {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background: url("../img/icon_blank_blue.png") 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 670px) {
  nav .nav-list > li a[target="_blank"]::after {
    width: 12px;
    height: 12px;
  }
}

nav .nav-list > li + li {
  margin-top: 32px;
}

@media screen and (max-width: 670px) {
  nav .nav-list > li + li {
    margin-top: 16px;
  }
}

.nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

footer {
  position: relative;
  padding: 80px 32px 72px;
  border-top: #e6e6e6 1px solid;
}

@media screen and (max-width: 670px) {
  footer {
    padding: 56px 10px;
  }
}

footer .footer-logo {
  margin: 0 auto 32px;
  width: 56px;
}

footer .copyright {
  font-size: 1.4rem;
  text-align: center;
}

footer .pagetop-button {
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: none;
  width: 56px;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 670px) {
  footer .pagetop-button {
    right: 10px;
    bottom: 10px;
    width: 48px;
  }
}

footer .pagetop-button:hover {
  opacity: 0.8;
}

footer .pagetop-button.fixed {
  position: absolute;
  top: -28px;
  bottom: auto;
}

@media screen and (max-width: 670px) {
  footer .pagetop-button.fixed {
    top: -24px;
  }
}

/* メインビジュアル
/*+---------------------------------*/
.mv {
  margin-bottom: 120px;
  padding: 240px 0;
  background: url("../img/mv-bg_pc.jpg") bottom center no-repeat;
  background-size: cover;
}

@media (min-width: 1785px) {
  .mv {
    padding: 250px 0;
    background: url("../img/mv-bg_pc.jpg") center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 1100px) {
  .mv {
    padding: 180px 0 140px;
  }
}

@media screen and (max-width: 800px) {
  .mv {
    padding: 160px 0 100px;
  }
}

@media screen and (max-width: 670px) {
  .mv {
    margin-bottom: 56px;
    padding: 0 0 70%;
    background-image: url("../img/mv-bg_sp.jpg");
  }
}

@media screen and (max-width: 480px) {
  .mv {
    padding: 0 0 78%;
  }
}

.mv .mv__text {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .mv .mv__text {
    margin: 0 auto;
    max-width: 350px;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .mv .mv__text {
    max-width: 270px;
  }
}

.mv .mv__text br {
  display: none;
}

@media screen and (min-width: 671px) and (max-width: 1100px) {
  .mv .mv__text br {
    display: block;
  }
}

.mv-inner {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1344px;
}

@media screen and (max-width: 670px) {
  .mv-inner {
    padding: 90px 10px 0;
  }
}
