@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
html, 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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: inherit;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

body {
  width: 100%;
  font-family: YakuHanJP,'Noto Sans JP', san-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  color: #565656;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  position: relative;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  letter-spacing: 0.1em;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  word-wrap: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:focus, avisited, a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 599px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

.sp {
  display: none !important;
}

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

.tab {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
}

@media screen and (max-width: 800px) {
  .tab {
    display: none !important;
  }
}

.pc {
  display: block !important;
}

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

.anime {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.o-btn--link {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#8ad05a), color-stop(50%, #8ad05a), color-stop(50%, #79c942), to(#79c942));
  background: linear-gradient(#8ad05a, #8ad05a 50%, #79c942 50%, #79c942 100%);
  position: relative;
}

.o-btn--link:hover {
  opacity: .7;
}

.o-btn--link:active, .o-btn--link:focus, .o-btn--linkvisited, .o-btn--link:hover {
  color: #ffffff;
}

.o-btn--link01 {
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-btn--link01:before {
  content: '';
  display: block;
}

.o-btn--link02 {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-btn--link02:before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: 50px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
  .o-btn--link:hover {
    opacity: 1;
  }
  .o-btn--link01 {
    width: 18.66667vw;
    padding: 0 0 2.53333vw;
    font-size: 19px;
    font-size: 2.53333vw;
    font-weight: 300;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .o-btn--link02 {
    font-size: 28px;
    font-size: 3.73333vw;
    border-radius: 0.53333vw;
  }
  .o-btn--link02:before {
    top: 4.53333vw;
    right: 6.66667vw;
    width: 2.4vw;
    height: 2.4vw;
    border-right: 0.53333vw solid #ffffff;
    border-bottom: 0.53333vw solid #ffffff;
  }
}

.o-map {
  position: relative;
  height: 0;
  padding-top: 230px;
}

.o-map__embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .o-map {
    padding-top: 38.66667vw;
  }
}

.o-scroll {
  position: absolute;
  top: -26px;
  right: 0;
  width: 52px;
  height: 52px;
}

.o-scroll--link {
  width: 100%;
  height: 100%;
  background-color: #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 0;
}

.o-scroll--link__arrow {
  width: 34px;
  height: 17px;
}

.o-scroll--link:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

@media screen and (max-width: 800px) {
  .o-scroll {
    top: -4.8vw;
    right: 8vw;
    width: 10.13333vw;
    height: 10.13333vw;
  }
  .o-scroll--link {
    padding: 2.66667vw 0 0;
  }
  .o-scroll--link__arrow {
    width: 6.66667vw;
    height: 3.33333vw;
  }
  .o-scroll--link:hover {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

.header {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  position: fixed;
  z-index: 5;
}

.header__inner {
  max-width: 1060px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  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;
}

.header__logo {
  width: 260px;
  height: 100%;
  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;
}

.header__logo__img {
  width: 73px;
  height: 67;
}

.header__logo__txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 300;
  line-height: 1.5;
}

.header__link {
  width: 618px;
  height: 100%;
  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;
}

.header__tel {
  width: 204px;
  height: 41px;
}

.header__btn {
  width: 190px;
  height: 43px;
}

.header__btn--link01:before {
  width: 14px;
  height: 23px;
  margin: 0 12px 0 0;
  background: url("../img/ico_btn01.svg") top center no-repeat;
  background-size: 100% 100%;
}

.header__btn--link02:before {
  width: 18px;
  height: 21px;
  margin: 0 16px 0 0;
  background: url("../img/ico_btn02.svg") top center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
  .header__logo {
    width: 20%;
  }
  .header__logo__txt {
    display: none;
  }
  .header__link {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .header {
    height: 13.33333vw;
    padding: 0;
  }
  .header__inner {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .header__logo {
    width: 44vw;
    padding: 0 2.4vw 0 3.73333vw;
  }
  .header__logo__img {
    width: 9.6vw;
    height: 9.06667vw;
  }
  .header__logo__txt {
    display: inline;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.2;
  }
  .header__link {
    width: 56vw;
  }
  .header__tel {
    width: 18.66667vw;
    height: 100%;
  }
  .header__btn {
    width: 18.66667vw;
    height: 100%;
  }
  .header__btn--link01:before {
    width: 2.93333vw;
    height: 4.93333vw;
    margin: 0 0 0.8vw;
  }
  .header__btn--link02 {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header__btn--link02:before {
    width: 4vw;
    height: 4.66667vw;
    margin: 0 0 0.8vw;
  }
}

.mv {
  width: 100%;
  padding: 36.45833vw 0 4.16667vw;
  background: url("../img/mv.jpg") top center no-repeat;
  background-size: cover;
}

.mv__heading {
  width: 810px;
  height: 264px;
  margin: 0 auto 148px;
}

.mv__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #888888;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .mv {
    padding: 54.6875vw 0 6.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .mv {
    padding: 68.35938vw 0 7.8125vw;
  }
}

@media screen and (max-width: 800px) {
  .mv {
    width: 100%;
    height: 168.8vw;
    padding: 92.53333vw 0 0;
    background: url("../img/mv_sp.jpg") top center no-repeat;
    background-size: 100% 100%;
  }
  .mv__heading {
    width: 86.66667vw;
    height: 44.53333vw;
    margin: 0 auto 17.33333vw;
  }
  .mv__ttl {
    font-size: 48px;
    font-size: 6.4vw;
  }
}

.fair {
  padding: 80px 0 150px;
  background-color: #eff7ea;
}

.fair__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  color: #888888;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2.143;
  text-align: center;
  margin: 0 0 100px;
}

.fair__inner {
  max-width: 940px;
  padding: 0 30px;
  margin: 0 auto;
}

.fair__label {
  display: block;
  width: 100%;
  margin: 0 0 120px;
  padding: 8px 0;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

.fair__label__inner {
  padding: 40px 0;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  text-align: center;
}

.fair__label__img {
  display: inline-block;
  width: 627px;
  height: 49px;
}

.fair__box {
  width: 100%;
  margin: 0 0 94px;
  padding: 0 0 50px;
  position: relative;
}

.fair__box__img {
  width: 100%;
  height: 467px;
}

.fair__box__caption {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91.47727%;
  padding: 20px 0;
  background-color: #8ad05a;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
}

.fair__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.fair__list:not(:last-of-type) {
  margin: 0 0 20px;
}

.fair__list__tag {
  width: 94px;
  padding: 10px 0;
  background-color: #abacac;
  color: #ffffff;
  text-align: center;
}

.fair__list__txt {
  width: 786px;
  padding: 10px 0 0 28px;
}

@media screen and (max-width: 800px) {
  .fair {
    padding: 8vw 0 18.66667vw;
  }
  .fair__ttl {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.944;
    margin: 0 0 10.4vw;
  }
  .fair__inner {
    max-width: 100%;
    width: 84vw;
    padding: 0;
  }
  .fair__label {
    margin: 0 0 12vw;
    padding: 0.8vw 0;
  }
  .fair__label__inner {
    padding: 5.33333vw 0;
  }
  .fair__label__img {
    width: 83.6vw;
    height: 6.53333vw;
  }
  .fair__box {
    margin: 0 0 10.66667vw;
    padding: 0 0 7.73333vw;
  }
  .fair__box__img {
    width: 100%;
    height: 37.46667vw;
  }
  .fair__box__caption {
    width: 100%;
    padding: 2.66667vw 0;
    font-size: 26px;
    font-size: 3.46667vw;
    letter-spacing: normal;
  }
  .fair__list {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .fair__list:not(:last-of-type) {
    margin: 0 0 3.73333vw;
  }
  .fair__list__tag {
    width: 16vw;
    height: 5.6vw;
    padding: 0.93333vw 0;
  }
  .fair__list__txt {
    width: 68vw;
    padding: 0 0 0 2.66667vw;
    line-height: 1.6;
  }
}

.intro {
  padding: 150px 0 0;
}

.intro__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 0 70px;
}

.intro__inner {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.intro__box {
  width: 100%;
  padding: 4.89583vw 0 4.89583vw 3.125vw;
  background: url("../img/intro_box_bg.jpg") top center no-repeat;
  background-size: 100% 100%;
}

.intro__box__txt {
  display: block;
  width: 384px;
  border: 8px solid rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center;
}

.intro__box__txt .wrap {
  display: block;
  width: 100%;
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1024px) {
  .intro__box {
    background: url("../img/intro_box_bg.jpg") top center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 800px) {
  .intro {
    padding: 17.33333vw 0 0;
  }
  .intro__ttl {
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 1.458;
    margin: 0 0 9.33333vw;
  }
  .intro__inner {
    max-width: 100%;
    width: 84vw;
    padding: 0;
  }
  .intro__box {
    width: 100%;
    height: 121.46667vw;
    padding: 8.66667vw 10.66667vw 0;
    background: url("../img/intro_box_bg_sp.jpg") top center no-repeat;
    background-size: 100% 100%;
  }
  .intro__box__txt {
    width: 100%;
    border: 1.06667vw solid rgba(255, 255, 255, 0.4);
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 2.333;
  }
  .intro__box__txt .wrap {
    padding: 10.66667vw 0;
  }
}

.about {
  padding: 150px 0 10px;
  overflow: hidden;
}

.about__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 0 50px;
}

.about__txt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 100px;
}

.about__inner {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.about__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 3px 4px 0 rgba(166, 166, 166, 0.2);
          box-shadow: 0 3px 4px 0 rgba(166, 166, 166, 0.2);
}

.about__box:not(:last-of-type) {
  margin: 0 0 80px;
}

.about__box:before {
  content: '';
  display: block;
  position: absolute;
  display: block;
  top: 0;
  right: -6px;
  width: 130px;
  height: 130px;
  background-color: #ffffff;
}

.about__box__img {
  width: 50%;
}

.about__box__details {
  width: 50%;
  padding: 120px 80px 0;
}

.about__box__tag {
  position: absolute;
  top: 0;
  right: 0;
}

.about__box__tag .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.about__box__tag .en:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #565656;
  margin: 0 10px 0 0;
}

.about__box__tag .en .img01 {
  width: 78px;
  height: 13px;
}

.about__box__tag .en .img02 {
  width: 52px;
  height: 13px;
}

.about__box__tag .en .img03 {
  width: 66px;
  height: 18px;
}

.about__box__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 50px;
}

.about__box__ttl .point {
  font-size: 32px;
  font-size: 3.2rem;
}

.about__box__ttl .number {
  font-size: 36px;
  font-size: 3.6rem;
  vertical-align: -1px;
}

.about__box__txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.222;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .about__box__details {
    width: 50%;
    padding: 7.8125vw 3.90625vw 0;
  }
  .about__box__ttl {
    margin: 0 0 2.92969vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 800px) {
  .about {
    padding: 17.33333vw 0 1.33333vw;
  }
  .about__ttl {
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 1.458;
    margin: 0 0 5.33333vw;
  }
  .about__txt {
    display: block;
    width: 84vw;
    margin: 0 auto 9.33333vw;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 2;
    text-align: justify;
  }
  .about__inner {
    max-width: 100%;
    width: 84vw;
    padding: 0;
  }
  .about__box {
    display: block;
    width: 100%;
    padding: 0 0 10.66667vw;
    -webkit-box-shadow: 0 0.4vw 0.53333vw 0 rgba(166, 166, 166, 0.2);
            box-shadow: 0 0.4vw 0.53333vw 0 rgba(166, 166, 166, 0.2);
  }
  .about__box:not(:last-of-type) {
    margin: 0 0 13.33333vw;
  }
  .about__box:before {
    content: none;
  }
  .about__box__img {
    width: 100%;
    height: 84vw;
  }
  .about__box__details {
    width: 100%;
    padding: 9.33333vw 10.66667vw 0;
  }
  .about__box__tag {
    position: static;
    top: auto;
    right: auto;
  }
  .about__box__tag .en {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 4vw;
    margin: 0 0 6.66667vw;
    position: relative;
  }
  .about__box__tag .en:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.66667vw;
    height: 1px;
    background-color: #565656;
    margin: 0;
  }
  .about__box__tag .en .img01 {
    width: 20.53333vw;
    height: 3.46667vw;
  }
  .about__box__tag .en .img02 {
    width: 14vw;
    height: 3.46667vw;
  }
  .about__box__tag .en .img03 {
    width: 17.33333vw;
    height: 4.66667vw;
  }
  .about__box__ttl {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1;
    text-align: center;
    margin: 0 0 5.33333vw;
  }
  .about__box__ttl .point {
    font-size: 42px;
    font-size: 5.6vw;
  }
  .about__box__ttl .number {
    font-size: 46px;
    font-size: 6.13333vw;
    vertical-align: -0.13333vw;
  }
  .about__box__txt {
    display: block;
    width: 57.33333vw;
    margin: 0 auto;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 2;
  }
}

.retailer {
  padding: 140px 0 0;
}

.retailer__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 0 50px;
}

.retailer__txt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 80px;
}

.retailer__wrap {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto 80px;
}

.retailer__inner {
  width: 100%;
  margin: 0 0 80px;
  background-color: #e4e2e2;
}

.retailer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.retailer__box__details {
  width: 30%;
  padding: 108px 60px 0;
}

.retailer__box__tag {
  display: block;
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 40px;
}

.retailer__box__tag:before {
  content: '';
  display: block;
  position: absolute;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #565656;
}

.retailer__box__tag .img {
  margin: 0 auto;
}

.retailer__box__tag .img01 {
  width: 57px;
  height: 13px;
}

.retailer__box__tag .img02 {
  width: 128px;
  height: 18px;
}

.retailer__box__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: justify;
}

.retailer__box__img {
  width: 70%;
}

.retailer__btn {
  width: 560px;
  height: 70px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .retailer__box__details {
    padding: 7.8125vw 3.90625vw 0;
  }
}

@media screen and (max-width: 800px) {
  .retailer {
    padding: 16vw 0 0;
  }
  .retailer__ttl {
    font-size: 48px;
    font-size: 6.4vw;
    margin: 0 0 6.66667vw;
  }
  .retailer__txt {
    font-size: 28px;
    font-size: 3.73333vw;
    margin: 0 0 6.66667vw;
  }
  .retailer__wrap {
    max-width: 100%;
    margin: 0;
    padding: 0 0 14.66667vw;
    background-color: #e4e2e2;
  }
  .retailer__inner {
    width: 84vw;
    margin: 0 auto 10.66667vw;
    background-color: transparent;
  }
  .retailer__box {
    display: block;
  }
  .retailer__box__details {
    width: 100%;
    padding: 12vw 0 0;
  }
  .retailer__box__tag {
    display: block;
    position: relative;
    padding: 0 0 4vw;
    margin: 0 0 6.66667vw;
  }
  .retailer__box__tag.exception {
    padding: 0 0 2.13333vw;
  }
  .retailer__box__tag:before {
    content: '';
    display: block;
    position: absolute;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.66667vw;
    height: 1px;
    background-color: #565656;
  }
  .retailer__box__tag .img {
    margin: 0 auto;
  }
  .retailer__box__tag .img01 {
    width: 22.8vw;
    height: 5.2vw;
  }
  .retailer__box__tag .img02 {
    width: 47.86667vw;
    height: 7.06667vw;
  }
  .retailer__box__txt {
    display: block;
    width: 58.66667vw;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 2;
    text-align: justify;
    margin: 0 auto 6.66667vw;
  }
  .retailer__box__img {
    width: 100%;
    height: 48vw;
  }
  .retailer__btn {
    width: 84vw;
    height: 12vw;
    margin: 0 auto;
  }
}

.shop {
  padding: 150px 0;
}

.shop__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 0 100px;
}

.shop__blockheader {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto 120px;
  position: relative;
}

.shop__blockheader__tag {
  position: absolute;
  top: -7px;
  left: 0;
}

.shop__blockheader__tag .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.shop__blockheader__tag .en:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #565656;
  margin: 0 10px 0 0;
}

.shop__blockheader__tag .en .img {
  width: 119px;
  height: 13px;
}

.shop__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__box:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.shop__box__details {
  width: 50%;
  padding: 80px 90px 0;
}

.shop__box__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: justify;
}

.shop__box__img {
  width: 50%;
}

.shop__mv.mv01 {
  width: 1000px;
  margin: 0 auto 120px;
}

.shop__mv.mv02 {
  width: 1000px;
  margin: 0 auto;
}

.shop__card {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto 60px;
}

.shop__card__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #e4e2e2;
}

.shop__card__details {
  width: 38.8%;
  padding: 60px 68px 0;
}

.shop__card__tag {
  display: block;
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 40px;
}

.shop__card__tag:before {
  content: '';
  display: block;
  position: absolute;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #565656;
}

.shop__card__tag .img {
  width: 45px;
  height: 18px;
  margin: 0 auto;
}

.shop__card__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: justify;
}

.shop__card__img {
  width: 61.2%;
}

.shop__info {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__info__details {
  width: 50%;
  padding: 0 54px 0 0;
}

.shop__info__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}

.shop__info__list:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background-color: #bfbfbf;
}

.shop__info__list:not(:last-of-type) {
  margin: 0 0 34px;
}

.shop__info__cat {
  width: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

.shop__info__txt {
  width: 346px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.shop__info__txt .small {
  font-size: 12px;
  font-size: 1.2rem;
}

.shop__info__map {
  width: 50%;
}

.shop__btn {
  width: 560px;
  height: 70px;
  margin: 0 auto 150px;
}

@media screen and (max-width: 1024px) {
  .shop__blockheader__tag {
    top: -30px;
    left: 30px;
  }
  .shop__box__details {
    padding: 3.90625vw 6.83594vw 0;
  }
  .shop__mv.mv01 {
    width: 100%;
    margin: 0 0 120px;
  }
  .shop__mv.mv02 {
    width: 94.14062%;
  }
  .shop__card__details {
    padding: 3.90625vw 2.34375vw 0;
  }
  .shop__card__tag {
    margin: 0 0 1.95312vw;
  }
}

@media screen and (max-width: 800px) {
  .shop {
    padding: 17.33333vw 0;
  }
  .shop__ttl {
    font-size: 48px;
    font-size: 6.4vw;
    margin: 0 0 8vw;
  }
  .shop__blockheader {
    max-width: 100%;
    width: 84vw;
    margin: 0 auto 13.33333vw;
    padding: 0;
  }
  .shop__blockheader__tag {
    position: static;
    top: auto;
    left: auto;
  }
  .shop__blockheader__tag .en {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0 0 4vw;
    margin: 0 0 8vw;
  }
  .shop__blockheader__tag .en:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.66667vw;
    margin: 0;
  }
  .shop__blockheader__tag .en .img {
    width: 31.6vw;
    height: 3.46667vw;
  }
  .shop__box {
    display: block;
  }
  .shop__box:nth-of-type(1) {
    margin: 0 0 9.33333vw;
  }
  .shop__box__details {
    width: 100%;
    padding: 0;
  }
  .shop__box__txt {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 2;
    margin: 0 0 8vw;
  }
  .shop__box__img {
    width: 100%;
    height: 40vw;
  }
  .shop__mv.mv01 {
    height: 100vw;
    margin: 0 0 12.66667vw;
  }
  .shop__mv.mv02 {
    width: 84vw;
    height: 46.26667vw;
  }
  .shop__card {
    max-width: 100%;
    width: 84vw;
    margin: 0 auto 9.33333vw;
    padding: 0;
  }
  .shop__card__inner {
    display: block;
  }
  .shop__card__details {
    width: 100%;
    padding: 10.66667vw 13.33333vw;
  }
  .shop__card__tag {
    padding: 0 0 4vw;
    margin: 0 0 8vw;
  }
  .shop__card__tag:before {
    width: 2.66667vw;
  }
  .shop__card__tag .img {
    width: 12vw;
    height: 4.8vw;
  }
  .shop__card__txt {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 2;
  }
  .shop__card__img {
    width: 100%;
    height: 52.53333vw;
  }
  .shop__info {
    max-width: 100%;
    width: 84vw;
    margin: 0 auto 10.66667vw;
    padding: 0;
    display: block;
  }
  .shop__info__details {
    width: 100%;
    padding: 0 0 10.66667vw;
  }
  .shop__info__list {
    padding: 0 0 2.66667vw;
  }
  .shop__info__list:before {
    width: 14.66667vw;
    height: 0.53333vw;
  }
  .shop__info__list:not(:last-of-type) {
    margin: 0 0 4.53333vw;
  }
  .shop__info__cat {
    width: 14.66667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .shop__info__txt {
    width: 69.33333vw;
    padding: 0 0 0 2.66667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .shop__info__txt .small {
    font-size: 18px;
    font-size: 2.4vw;
  }
  .shop__info__map {
    width: 100%;
  }
  .shop__btn {
    width: 84vw;
    height: 12vw;
    margin: 0 auto 17.33333vw;
  }
}

.footer {
  background-color: #e6e6e6;
  position: relative;
}

.footer__inner {
  max-width: 950px;
  padding: 84px 30px 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__logo {
  width: 91px;
  height: 80px;
}

.footer__links {
  width: 415px;
  height: 20px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__links__txt:nth-last-of-type(2) {
  margin: 0 16px;
  padding: 0 16px;
  border-left: 1px solid #565656;
  border-right: 1px solid #565656;
}

.footer__links__txt > a {
  font-size: 14px;
  font-size: 1.4rem;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 800px) {
  .footer__inner {
    max-width: 100%;
    width: 84vw;
    padding: 11.2vw 0 6.66667vw;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 10.4vw;
    height: 9.86667vw;
  }
  .footer__links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 0 4.93333vw;
  }
  .footer__links__txt:nth-last-of-type(2) {
    margin: 0;
    padding: 0 2.13333vw;
  }
  .footer__links__txt > a {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .footer__copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 20px;
    font-size: 2.66667vw;
  }
}
