@charset "UTF-8";
/* 1.html5doctor.com Reset Stylesheet
-----------------------------------------*/
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; }

/* 1.5 リストマーカー無
-----------------------------------------*/
ol, ul {
  list-style: none; }

/* 2．スクロールバーを常に表示
-----------------------------------------*/
html {
  overflow-y: scroll;
  scroll-behavior: smooth; }

/* 3．フォント関連半角英数字折り返しする
-----------------------------------------*/
body {
  word-break: break-all;
  /* 常に行末で改行 */
  word-wrap: break-word;
  /* 英数半角の改行 */
  font-family: 'Montserrat','Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','Helvetica Neue','Helvetica','Arial',sans-serif;
  text-align: justify;
  /*テキストを両端揃え*/
  text-justify: inter-ideograph;
  /*テキストを両端揃えIE用*/ }

/* 6．画像余白を消す
-----------------------------------------*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%; }

/* 【カラー設定】 */
body {
  color: #333;
  line-height: 1.8; }

.pcnone {
  display: none; }

.spnone {
  display: block; }

@media screen and (max-width: 768px) {
  .pcnone {
    display: block; }

  .spnone {
    display: none; } }
.txt__center {
  text-align: center; }

header .header-upper {
  display: flex;
  justify-content: space-between;
  padding: 15px; }
  @media screen and (max-width: 768px) {
    header .header-upper {
      padding: 0;
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    header .header-upper .logo {
      text-align: center;
      width: 100%;
      padding: 5vw 0;
      border-bottom: 1px solid #7C1500; }
      header .header-upper .logo img {
        width: 35vw; } }
  header .header-upper .header-right-navi {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      header .header-upper .header-right-navi {
        display: none; } }
    header .header-upper .header-right-navi a {
      display: block;
      color: #3D0000;
      text-decoration: none;
      padding-top: 30px;
      margin: 5px;
      padding: 30px 15px 5px;
      font-size: 0.8rem;
      font-weight: 300; }
      header .header-upper .header-right-navi a:hover {
        opacity: .5; }
      header .header-upper .header-right-navi a.header-store {
        background: url(../img/common/icon-home.svg) no-repeat center 10px transparent; }
      header .header-upper .header-right-navi a.header-contact {
        background: url(../img/common/icon-mail.svg) no-repeat center 10px transparent; }
      header .header-upper .header-right-navi a.header-photo {
        background: url(../img/common/head-photo.svg) no-repeat center 10px #951A01;
        color: #fff;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 0;
        position: relative;
        height: 25px;
        margin-right: 30px;
        margin-left: 20px; }
        header .header-upper .header-right-navi a.header-photo::after {
          content: "";
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-top: 27px solid transparent;
          border-bottom: 27px solid transparent;
          border-left: 30px #951A01 solid;
          right: -30px;
          top: 0; }
  header .header-upper .header-smt-navi {
    display: none; }
    @media screen and (max-width: 768px) {
      header .header-upper .header-smt-navi {
        display: block;
        position: absolute;
        width: 10vw;
        height: 10vw;
        top: 9.5vw;
        right: 5vw;
        cursor: pointer; }
        header .header-upper .header-smt-navi .menu_btn,
        header .header-upper .header-smt-navi .menu_btn::before, header .header-upper .header-smt-navi .menu_btn::after {
          display: block;
          font-size: 10px;
          width: 28px;
          height: 1px;
          background: #3D0000;
          position: absolute;
          top: 2.5vw;
          right: 0;
          width: 10vw;
          margin: auto; }
        header .header-upper .header-smt-navi .menu_btn::before {
          content: "";
          top: -2.5vw;
          right: 0; }
        header .header-upper .header-smt-navi .menu_btn::after {
          content: "";
          top: 2.5vw;
          right: 0; } }
  header .header-upper .smt_nav {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100vh;
    right: -100%;
    overflow: auto;
    background: rgba(149, 26, 1, 0.95); }
    header .header-upper .smt_nav .close_btn {
      width: 10vw;
      height: 10vw;
      position: absolute;
      top: 8vw;
      right: 8vw; }
      header .header-upper .smt_nav .close_btn::after, header .header-upper .smt_nav .close_btn::before {
        content: "";
        display: block;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 5vw;
        right: -3vw;
        width: 15vw;
        margin: auto;
        transform: rotate(45deg); }
      header .header-upper .smt_nav .close_btn::after {
        transform: rotate(135deg); }
    header .header-upper .smt_nav ul {
      background: url(../img/common/white-logo.svg) no-repeat center 4vw/40vw transparent;
      padding-top: 26vw;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      header .header-upper .smt_nav ul li {
        text-align: center;
        padding: 8vw 0;
        border-top: 1px solid #fff;
        width: 100%; }
        header .header-upper .smt_nav ul li a {
          text-decoration: none;
          color: #fff; }
        header .header-upper .smt_nav ul li.store, header .header-upper .smt_nav ul li.contact {
          width: 50%;
          font-size: 3.5vw;
          padding-top: 14vw; }
        header .header-upper .smt_nav ul li.store {
          background: url(../img/common/icon-home-w.svg) no-repeat center 8vw transparent; }
        header .header-upper .smt_nav ul li.contact {
          background: url(../img/common/icon-mail-w.svg) no-repeat center 8vw transparent;
          border-left: 1px solid #fff;
          width: calc(50% - 1px); }
        header .header-upper .smt_nav ul li.photo {
          background: url(../img/common/icon-photo.svg) no-repeat center 8vw transparent;
          font-size: 3.5vw;
          padding-top: 15vw; }
    header .header-upper .smt_nav .nav_append {
      text-align: center;
      margin-top: 10vw; }
      header .header-upper .smt_nav .nav_append .sns-link a {
        display: inline-block;
        padding: 1vw 6vw; }
    @media screen and (max-width: 768px) {
      header .header-upper .smt_nav {
        display: block; } }
@media screen and (max-width: 768px) {
  header .header-under {
    display: none; } }
header .header-under .header-main-navi {
  max-width: 1000px;
  margin: 30px auto; }
  header .header-under .header-main-navi ul {
    display: flex;
    justify-content: space-between; }
    header .header-under .header-main-navi ul li a {
      color: #3D0000;
      text-decoration: none;
      display: block;
      position: relative;
      font-weight: 500; }
      header .header-under .header-main-navi ul li a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #3D0000;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s; }
      header .header-under .header-main-navi ul li a:hover::after, header .header-under .header-main-navi ul li a.active::after {
        transform-origin: center top;
        transform: scale(1, 1); }

aside.bottom a {
  background-color: #951A01;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  font-size: 3.5rem;
  letter-spacing: .2em;
  font-weight: 600;
  line-height: .8;
  position: relative;
  transition: .5s; }
  @media screen and (max-width: 960px) {
    aside.bottom a {
      font-size: 5vw; } }
  @media screen and (max-width: 768px) {
    aside.bottom a {
      font-size: 7vw;
      padding: 8vw 20vw 8vw 0; } }
  aside.bottom a:hover {
    opacity: .8;
    transition: .5s; }
  aside.bottom a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 16rem;
    background: #7C1500;
    right: 0;
    top: 0; }
    @media screen and (max-width: 768px) {
      aside.bottom a::before {
        width: 25vw; } }
  aside.bottom a::after {
    content: "";
    position: absolute;
    width: 14rem;
    height: 1px;
    background: #fff;
    right: 2rem;
    top: 50%;
    opacity: .6; }
    @media screen and (max-width: 768px) {
      aside.bottom a::after {
        right: 3vw;
        width: 22vw; } }
  aside.bottom a .contact-text__small {
    font-size: .8rem;
    font-weight: 300;
    letter-spacing: .05em; }
    @media screen and (max-width: 768px) {
      aside.bottom a .contact-text__small {
        margin-top: 5vw;
        display: block;
        line-height: 1.5; } }
    aside.bottom a .contact-text__small::after {
      content: "";
      position: absolute;
      width: 5rem;
      height: 1px;
      background: #fff;
      right: calc(2rem - 6px);
      top: calc(50% - 20px);
      opacity: .6;
      transform: rotate(30deg); }
      @media screen and (max-width: 768px) {
        aside.bottom a .contact-text__small::after {
          right: 2vw;
          top: calc(50% - 2vw);
          width: 8vw; } }

footer {
  background: #3D0000;
  font-weight: 200; }
  footer .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 15px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer .inner {
        display: block;
        padding-top: 10vw;
        position: relative; } }
    footer .inner a {
      color: #fff;
      text-decoration: none; }
    footer .inner p {
      color: #fff; }
    footer .inner h3 {
      color: #fff;
      font-weight: 200;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 16px; }
    footer .inner ul {
      margin-bottom: 60px; }
      footer .inner ul li {
        position: relative;
        line-height: 2;
        margin-left: 1rem;
        font-size: .9rem; }
        footer .inner ul li a {
          opacity: .8;
          transition: .5s; }
          footer .inner ul li a:hover {
            opacity: 1;
            transition: .5s; }
          footer .inner ul li a::after {
            content: "";
            display: block;
            position: absolute;
            height: 1px;
            width: .6rem;
            background: #fff;
            top: 50%;
            left: -1rem; }
    @media screen and (max-width: 768px) {
      footer .inner .footer-leftblock {
        width: 80vw;
        margin: auto; } }
    footer .inner .footer-leftblock .company-name {
      margin-bottom: 60px; }
      footer .inner .footer-leftblock .company-name .footer-logo {
        margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        footer .inner .footer-leftblock .company-name {
          text-align: center;
          margin-bottom: 15vw; } }
    @media screen and (max-width: 768px) {
      footer .inner .footer-leftblock .sns-link {
        position: absolute;
        bottom: 2vw;
        left: 10vw; } }
    footer .inner .footer-leftblock .sns-link a {
      display: inline-block;
      padding-right: 1.5rem; }
    footer .inner .footer-rightblock {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        footer .inner .footer-rightblock {
          display: block;
          margin-bottom: 25vw;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); } }
      footer .inner .footer-rightblock .footer-rightblock__inner {
        width: 12rem;
        margin-left: 5rem; }
        @media screen and (max-width: 768px) {
          footer .inner .footer-rightblock .footer-rightblock__inner {
            margin: 0;
            width: 100%;
            border-top: 1px solid rgba(255, 255, 255, 0.5); } }
        footer .inner .footer-rightblock .footer-rightblock__inner:first-child {
          margin-left: 0; }
        @media screen and (max-width: 768px) {
          footer .inner .footer-rightblock .footer-rightblock__inner h3.footer-nav-open {
            padding: 10vw 6vw;
            margin-bottom: 0;
            position: relative;
            border-bottom: 0; }
            footer .inner .footer-rightblock .footer-rightblock__inner h3.footer-nav-open::after {
              content: "";
              display: block;
              position: absolute;
              width: 5vw;
              height: 5vw;
              border-top: 1px solid #fff;
              border-right: 1px solid #fff;
              transform: rotate(135deg);
              right: 5vw;
              top: calc(50% - 3vw);
              opacity: .5; }
            footer .inner .footer-rightblock .footer-rightblock__inner h3.footer-nav-open.active::after {
              transform: rotate(-45deg); } }
        @media screen and (max-width: 768px) {
          footer .inner .footer-rightblock .footer-rightblock__inner nav {
            display: none;
            width: 80vw;
            margin: auto; } }
  footer .foot-text {
    color: #fff;
    text-align: center;
    margin-top: -3rem;
    padding-bottom: 2rem;
    font-size: 0.9rem; }
    @media screen and (max-width: 768px) {
      footer .foot-text {
        font-size: 3.5vw;
        margin-top: 0;
        padding-bottom: 2vw; } }
  footer .copyright {
    text-align: center;
    background: #fff;
    color: #3D0000;
    padding: 10px;
    font-size: .9rem;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      footer .copyright {
        font-size: 3vw; } }

.loading {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000; }

.loading img {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px; }
  @media screen and (max-width: 768px) {
    .loading img {
      width: 50vw;
      height: 50vw;
      margin-top: -25vw;
      margin-left: -25vw; } }

/* 点滅 */
.loading img {
  animation: blink 1.5s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadein {
  opacity: 0;
  transition-duration: 1s, 1s; }
  .fadein.scrollin {
    opacity: 1; }

#content .main h1 {
  text-align: center;
  font-size: 70px;
  margin: 134px auto 105px;
  letter-spacing: .1em;
  line-height: .7;
  color: #3D0000; }
  @media screen and (max-width: 768px) {
    #content .main h1 {
      font-size: 12vw;
      line-height: 1.1;
      margin: 20vw auto 10vw; } }
  #content .main h1 .sub-text__small {
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      #content .main h1 .sub-text__small {
        font-size: 4vw;
        font-weight: 600; } }
#content .main .upper-description {
  max-width: 800px;
  margin: 105px auto 40px;
  color: #3D0000; }
  @media screen and (max-width: 768px) {
    #content .main .upper-description {
      margin: 15vw auto;
      max-width: 90vw; } }
  #content .main .upper-description h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: .1em; }
    @media screen and (max-width: 768px) {
      #content .main .upper-description h2 {
        font-size: 3.5vw;
        font-weight: 600;
        margin-bottom: 3vw; } }
  #content .main .upper-description p {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      #content .main .upper-description p {
        font-size: 3.4vw; } }
#content .main .brand-list ul {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    #content .main .brand-list ul {
      display: block; } }
  #content .main .brand-list ul li {
    width: 50%; }
    @media screen and (max-width: 768px) {
      #content .main .brand-list ul li {
        width: 100%; } }
    #content .main .brand-list ul li a {
      color: #3D0000;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      #content .main .brand-list ul li a:hover::after {
        content: url(../img/common/MORE.svg);
        position: absolute;
        top: 35%;
        left: calc(50% - 2rem);
        color: #fff; }
      #content .main .brand-list ul li a:hover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/common/cover.png) no-repeat 0 0/contain transparent; }
      #content .main .brand-list ul li a img {
        height: auto;
        width: 100%; }
      #content .main .brand-list ul li a .bland-logo {
        width: 200px;
        margin: 20px auto 10px;
        display: grid;
        place-content: center;
        height: 5vw; }
        @media screen and (max-width: 768px) {
          #content .main .brand-list ul li a .bland-logo {
            height: 20vw; } }
      #content .main .brand-list ul li a p {
        max-width: 400px;
        margin: 20px auto 80px; }
        @media screen and (max-width: 768px) {
          #content .main .brand-list ul li a p {
            max-width: 90vw;
            font-size: 3.4vw; } }
#content .main .brand-list.triple ul li {
  width: calc(100% / 3); }
  @media screen and (max-width: 768px) {
    #content .main .brand-list.triple ul li {
      width: 100%; } }
  #content .main .brand-list.triple ul li p {
    padding: 0 15px; }
#content .main .bnr-area {
  max-width: 1000px;
  margin: 200px auto; }
  @media screen and (max-width: 768px) {
    #content .main .bnr-area {
      max-width: 90vw;
      margin: 20vw auto; } }
  #content .main .bnr-area a {
    transition: .5s; }
    #content .main .bnr-area a:hover {
      opacity: .8;
      transition: .5s; }
    #content .main .bnr-area a img {
      max-width: 100%; }

.top #content .main .mv {
  background-color: #84c3c2;
  position: relative; }
  .top #content .main .mv figure.mv-inner {
    margin: 0 auto;
    text-align: center; }
  .top #content .main .mv a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #fff;
    opacity: 0; }
    .top #content .main .mv a.pets-rock {
      top: 8vw;
      left: 20vw;
      width: 14vw;
      height: 14vw; }
    .top #content .main .mv a.pagelo {
      top: 24vw;
      left: 4vw;
      width: 24vw;
      height: 14vw; }
    .top #content .main .mv a.bbco {
      top: 12vw;
      left: 37vw;
      width: 14vw;
      height: 14vw; }
    .top #content .main .mv a.gino {
      top: 1vw;
      left: 57vw;
      width: 16vw;
      height: 11vw; }
    .top #content .main .mv a.garbasus {
      top: 26vw;
      left: 44vw;
      width: 17vw;
      height: 10vw; }
    .top #content .main .mv a.alcott-hill {
      top: 36vw;
      left: 37vw;
      width: 17vw;
      height: 14vw; }
    .top #content .main .mv a.angelo {
      top: 26vw;
      left: 70vw;
      width: 19vw;
      height: 18vw; }
    .top #content .main .mv a.import {
      top: 6vw;
      left: 83vw;
      width: 14vw;
      height: 14vw; }
    .top #content .main .mv a.vinci {
      top: 12vw;
      left: 67vw;
      width: 14vw;
      height: 14vw; }
.top #content .main .shop-bnr {
  max-width: 1000px;
  width: 90%;
  margin: 100px auto 0; }
  @media screen and (max-width: 768px) {
    .top #content .main .shop-bnr {
      margin-top: 10vw; } }
  .top #content .main .shop-bnr a:hover {
    opacity: .8; }
.top #content .main .upper-description {
  text-align: center; }
  .top #content .main .upper-description h2 {
    font-size: 36px; }
    @media screen and (max-width: 768px) {
      .top #content .main .upper-description h2 {
        font-size: 5vw; } }
  @media screen and (max-width: 768px) {
    .top #content .main .upper-description p {
      text-align: left; } }
  .top #content .main .upper-description p.apl {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .top #content .main .upper-description p.apl {
        font-size: 4vw;
        text-align: center; } }
.top #content .main .top-slider {
  max-width: 600px;
  margin: 0 auto 150px; }
  @media screen and (max-width: 768px) {
    .top #content .main .top-slider {
      margin-bottom: 20vw; } }
  .top #content .main .top-slider .slick-dots {
    bottom: -38px; }
    .top #content .main .top-slider .slick-dots li button::before {
      opacity: 1;
      font-size: 15px;
      color: #fff;
      text-shadow: 1px 1px 0 #3D0000, -1px -1px 0 #3D0000, -1px 1px 0 #3D0000, 1px -1px 0 #3D0000, 0px 1px 0 #3D0000, 0 -1px 0 #3D0000, -1px 0 0 #3D0000, 1px 0 0 #3D0000; }
    .top #content .main .top-slider .slick-dots li.slick-active button::before {
      color: #3D0000;
      text-shadow: 0; }
.top #content .main .more-btn a {
  width: 250px;
  margin: 40px auto 30px;
  background: #3D0000;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  display: block;
  text-decoration: none;
  position: relative;
  transition: .5s; }
  .top #content .main .more-btn a:hover {
    opacity: .7;
    transition: .5s; }
  .top #content .main .more-btn a::before, .top #content .main .more-btn a::after {
    content: '';
    position: absolute;
    background: #fff;
    height: 1px;
    opacity: .8; }
  .top #content .main .more-btn a::before {
    top: 30px;
    right: 20px;
    width: 30px; }
  .top #content .main .more-btn a::after {
    top: 27px;
    right: 20px;
    width: 10px;
    transform: rotate(30deg); }
  @media screen and (max-width: 768px) {
    .top #content .main .more-btn a {
      margin-top: 20vw;
      margin-bottom: 15vw; } }
.top #content .main .h1-header-style {
  text-align: center;
  font-size: 70px;
  margin: 134px auto 105px;
  letter-spacing: .1em;
  line-height: .7;
  color: #3D0000; }
  @media screen and (max-width: 768px) {
    .top #content .main .h1-header-style {
      font-size: 12vw;
      line-height: 1.1;
      margin: 20vw auto 10vw; } }
  .top #content .main .h1-header-style .sub-text__small {
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      .top #content .main .h1-header-style .sub-text__small {
        font-size: 4vw;
        font-weight: 600; } }
.top #content .main .h2-header-style {
  text-align: center;
  font-size: 36px;
  margin: 134px auto 105px;
  letter-spacing: .1em;
  line-height: .7;
  color: #3D0000; }
  @media screen and (max-width: 768px) {
    .top #content .main .h2-header-style {
      font-size: 10vw;
      line-height: 1.1;
      margin: 20vw auto 10vw; } }
  .top #content .main .h2-header-style .sub-text__small {
    font-size: 15px;
    margin-top: 30px;
    display: block; }
    @media screen and (max-width: 768px) {
      .top #content .main .h2-header-style .sub-text__small {
        font-size: 4vw;
        font-weight: 600; } }
.top #content .main .brand-list {
  display: flex; }
  @media screen and (max-width: 768px) {
    .top #content .main .brand-list {
      flex-wrap: wrap; } }
  .top #content .main .brand-list a.brand-list-block {
    display: block;
    text-decoration: none;
    width: 25%; }
    .top #content .main .brand-list a.brand-list-block:hover {
      opacity: .8; }
    @media screen and (max-width: 768px) {
      .top #content .main .brand-list a.brand-list-block {
        width: 50vw;
        margin-bottom: 10vw; }
        .top #content .main .brand-list a.brand-list-block:nth-child(3), .top #content .main .brand-list a.brand-list-block:nth-child(4) {
          margin-bottom: 0; } }
  .top #content .main .brand-list .brand-list-image img {
    height: auto;
    width: 100%; }
  .top #content .main .brand-list .brand-list-logo {
    width: 45%;
    margin: 30px auto;
    display: grid;
    place-content: center;
    height: 4vw; }
  .top #content .main .brand-list .brand-list-copy {
    color: #3D0000;
    font-size: 13px;
    width: 60%;
    margin: auto; }
.top #content .main .shop-information {
  border-top: 1px solid #3D0000;
  border-bottom: 1px solid #3D0000;
  margin: 120px auto;
  max-width: 1000px;
  padding: 70px 0 160px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .top #content .main .shop-information {
      margin: 15vw auto;
      padding: 10vw 0; } }
  .top #content .main .shop-information .h2-header-style {
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .top #content .main .shop-information .h2-header-style {
        font-size: 7vw; } }
  .top #content .main .shop-information p {
    color: #3D0000;
    font-weight: 200; }
    @media screen and (max-width: 768px) {
      .top #content .main .shop-information p {
        width: 80vw;
        margin: auto; } }
  .top #content .main .shop-information .more-btn a {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .top #content .main .shop-information .more-btn a {
        margin-bottom: 20vw; } }
.top #content .main .loop_js {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 4000px;
  overflow: hidden; }
  .top #content .main .loop_js ul {
    display: flex;
    flex-wrap: wrap;
    width: 2000px;
    margin: 0;
    padding: 0; }
    .top #content .main .loop_js ul li {
      display: inline-block;
      width: calc(100vw / 2);
      width: 200px;
      margin: 0;
      list-style: none;
      text-align: center;
      overflow: hidden;
      height: 284px; }
      .top #content .main .loop_js ul li a {
        display: block; }
      .top #content .main .loop_js ul li img {
        display: block;
        width: auto;
        max-width: none;
        height: 100%; }
      .top #content .main .loop_js ul li.no-disp {
        display: none; }
    .top #content .main .loop_js ul:first-child {
      animation: loop 50s -25s linear infinite;
      backface-visibility: hidden;
      will-change: transform; }
  .top #content .main .loop_js ul + ul {
    animation: loop2 50s linear infinite; }
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
@media screen and (max-width: 768px) {
  .original header .header-upper .logo {
    border-bottom: 0; } }
.original #content .main {
  overflow-x: hidden; }
  .original #content .main h1 {
    margin: 60px auto 30px; }
    @media screen and (max-width: 768px) {
      .original #content .main h1 {
        margin: 10vw auto 5vw; } }
    .original #content .main h1 img.ttl-img {
      max-width: 500px; }
      @media screen and (max-width: 768px) {
        .original #content .main h1 img.ttl-img {
          max-width: 60vw; } }
    .original #content .main h1 .sub-text__small {
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .original #content .main h1 .sub-text__small {
          font-size: 4vw; } }
  .original #content .main .upper-description {
    margin: 30px auto 100px; }
    @media screen and (max-width: 768px) {
      .original #content .main .upper-description {
        margin: 5vw auto 15vw; } }
    .original #content .main .upper-description p {
      text-align: center; }
  .original #content .main h2 {
    text-align: center;
    font-size: 36px;
    letter-spacing: .1em;
    margin: 100px auto;
    color: #3D0000; }
    @media screen and (max-width: 768px) {
      .original #content .main h2 {
        font-size: 8vw;
        margin: 15vw 0 10vw; } }
    .original #content .main h2 .text-small {
      font-size: 14px;
      font-weight: normal;
      display: block;
      margin-top: 0;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .original #content .main h2 .text-small {
          font-size: 3.5vw; } }
  .original #content .main .image-area .slick-slider {
    overflow: hidden; }
  .original #content .main .image-area .slick-slide img {
    width: 100%; }
  .original #content .main .image-area .slick-prev, .original #content .main .image-area .slick-next {
    z-index: 1000;
    width: 20vw;
    height: 80vw;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    transform: translate(0, 0);
    background: url(../img/common/slide-left.png) no-repeat right top/cover; }
  .original #content .main .image-area .slick-next {
    left: auto;
    right: 0;
    background: url(../img/common/slide-right.png) no-repeat left top/cover; }
  .original #content .main .image-area .slick-prev::before, .original #content .main .image-area .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    top: 50%;
    left: 50%;
    background: #fff; }
  .original #content .main .image-area .slick-next::before {
    left: auto;
    right: 50%; }
  .original #content .main .image-area .slick-prev::after, .original #content .main .image-area .slick-next::after {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 1px;
    top: 48.7%;
    left: 49%;
    background: #fff;
    transform: rotate(-30deg); }
  .original #content .main .image-area .slick-next::after {
    transform: rotate(30deg);
    left: 31%; }
  .original #content .main .pickup-item-area {
    max-width: 1000px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .original #content .main .pickup-item-area {
        width: 80vw;
        margin: auto; } }
    .original #content .main .pickup-item-area ul {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .original #content .main .pickup-item-area ul {
          display: block; } }
      .original #content .main .pickup-item-area ul li {
        width: calc(100% / 3 - 2rem);
        margin: 0 auto 60px; }
        @media screen and (max-width: 768px) {
          .original #content .main .pickup-item-area ul li {
            width: 100%;
            margin: 0 auto 10vw; } }
        .original #content .main .pickup-item-area ul li p {
          color: #3D0000;
          font-size: .8rem;
          margin-top: 1rem; }
          .original #content .main .pickup-item-area ul li p a.item-page-link {
            color: #333; }
            .original #content .main .pickup-item-area ul li p a.item-page-link:hover {
              text-decoration: none; }
  .original #content .main .recommend-area ul {
    border-top: 1px solid #ccc;
    display: flex;
    max-width: 1000px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .original #content .main .recommend-area ul {
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 0;
        width: 80vw; } }
    .original #content .main .recommend-area ul li {
      text-align: center;
      margin-right: 56px;
      padding-top: 30px;
      width: 120px; }
      .original #content .main .recommend-area ul li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .original #content .main .recommend-area ul li {
          padding-top: 0;
          width: 42%;
          margin-right: 0;
          margin-bottom: 8vw; } }
      .original #content .main .recommend-area ul li a {
        color: #3D0000;
        text-decoration: none; }
        .original #content .main .recommend-area ul li a:hover {
          opacity: .8; }
        .original #content .main .recommend-area ul li a img {
          width: 100%; }
        .original #content .main .recommend-area ul li a span.ttl {
          display: block;
          margin-top: 1rem;
          line-height: 1.4; }
.original #content.brandtop h1 {
  text-align: center;
  font-size: 70px;
  margin: 134px auto 105px;
  letter-spacing: .1em;
  line-height: .7;
  color: #3D0000; }
  @media screen and (max-width: 768px) {
    .original #content.brandtop h1 {
      font-size: 12vw;
      line-height: 1.1;
      margin: 20vw auto 10vw; } }
  .original #content.brandtop h1 .sub-text__small {
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      .original #content.brandtop h1 .sub-text__small {
        font-size: 4vw;
        font-weight: 600; } }
.original #content.brandtop .upper-description {
  max-width: 800px;
  margin: 105px auto;
  color: #3D0000; }
  @media screen and (max-width: 768px) {
    .original #content.brandtop .upper-description {
      margin: 15vw auto;
      max-width: 90vw; } }
  .original #content.brandtop .upper-description h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: .1em; }
    @media screen and (max-width: 768px) {
      .original #content.brandtop .upper-description h2 {
        font-size: 3.5vw;
        font-weight: 600;
        margin-bottom: 3vw; } }
  .original #content.brandtop .upper-description p {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .original #content.brandtop .upper-description p {
        font-size: 3.4vw; } }
.original .shop-bnr {
  margin-top: 80px;
  width: 1000px;
  margin-left: -100px; }
  @media screen and (max-width: 1000px) {
    .original .shop-bnr {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.gallery-area {
  width: 100%;
  overflow: hidden; }
  .gallery-area div#loop_js {
    display: flex;
    width: 3600px; }
    .gallery-area div#loop_js ul {
      display: flex;
      flex-wrap: wrap;
      width: 1200px; }
      .gallery-area div#loop_js ul li {
        width: 200px; }

@media screen and (max-width: 768px) {
  .import header .header-upper .logo {
    border-bottom: 0; } }
.import #content .main {
  overflow-x: hidden; }
  .import #content .main h1 {
    margin: 60px auto 30px; }
    @media screen and (max-width: 768px) {
      .import #content .main h1 {
        margin: 10vw auto 5vw; } }
    .import #content .main h1 img.ttl-img {
      max-width: 500px; }
      @media screen and (max-width: 768px) {
        .import #content .main h1 img.ttl-img {
          max-width: 60vw; } }
    .import #content .main h1 .sub-text__small {
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .import #content .main h1 .sub-text__small {
          font-size: 4vw; } }
  .import #content .main .upper-description {
    margin: 30px auto 100px; }
    @media screen and (max-width: 768px) {
      .import #content .main .upper-description {
        margin: 5vw auto 15vw; } }
    .import #content .main .upper-description p {
      text-align: center; }
      .import #content .main .upper-description p.place {
        font-size: .8rem; }
        .import #content .main .upper-description p.place .apl {
          font-size: 1.1rem;
          font-weight: 500; }
  .import #content .main h2 {
    text-align: center;
    font-size: 36px;
    letter-spacing: .1em;
    margin: 100px auto;
    color: #3D0000; }
    @media screen and (max-width: 768px) {
      .import #content .main h2 {
        font-size: 8vw;
        margin: 15vw 0 10vw; } }
    .import #content .main h2 .text-small {
      font-size: 14px;
      font-weight: normal;
      display: block;
      margin-top: 0;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .import #content .main h2 .text-small {
          font-size: 3.5vw; } }
  .import #content .main .image-area .slick-slider {
    overflow: hidden; }
  .import #content .main .image-area .slick-slide img {
    width: 100%; }
  .import #content .main .image-area .slick-prev, .import #content .main .image-area .slick-next {
    z-index: 1000;
    width: 20vw;
    height: 80vw;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    transform: translate(0, 0);
    background: url(../img/common/slide-left.png) no-repeat right top/cover; }
  .import #content .main .image-area .slick-next {
    left: auto;
    right: 0;
    background: url(../img/common/slide-right.png) no-repeat left top/cover; }
  .import #content .main .image-area .slick-prev::before, .import #content .main .image-area .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    top: 50%;
    left: 50%;
    background: #fff; }
  .import #content .main .image-area .slick-next::before {
    left: auto;
    right: 50%; }
  .import #content .main .image-area .slick-prev::after, .import #content .main .image-area .slick-next::after {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 1px;
    top: 48.7%;
    left: 49%;
    background: #fff;
    transform: rotate(-30deg); }
  .import #content .main .image-area .slick-next::after {
    transform: rotate(30deg);
    left: 31%; }
  .import #content .main .pickup-item-area {
    max-width: 1000px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .import #content .main .pickup-item-area {
        width: 80vw;
        margin: auto; } }
    .import #content .main .pickup-item-area ul {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .import #content .main .pickup-item-area ul {
          display: block; } }
      .import #content .main .pickup-item-area ul li {
        width: calc(100% / 3 - 2rem);
        margin: 0 auto 60px; }
        @media screen and (max-width: 768px) {
          .import #content .main .pickup-item-area ul li {
            width: 100%;
            margin: 0 auto 10vw; } }
        .import #content .main .pickup-item-area ul li p {
          color: #3D0000;
          font-size: .8rem;
          margin-top: 1rem; }
  .import #content .main .gallery-area {
    width: 100%; }
    .import #content .main .gallery-area div#loop_js {
      display: flex;
      width: 3600px; }
      .import #content .main .gallery-area div#loop_js ul {
        display: flex;
        flex-wrap: wrap;
        width: 1200px; }
        .import #content .main .gallery-area div#loop_js ul li {
          width: 200px; }
  .import #content .main .recommend-area ul {
    border-top: 1px solid #ccc;
    display: flex;
    max-width: 1000px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .import #content .main .recommend-area ul {
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 0;
        width: 80vw; } }
    .import #content .main .recommend-area ul li {
      text-align: center;
      margin-right: 56px;
      padding-top: 30px;
      width: 120px; }
      .import #content .main .recommend-area ul li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .import #content .main .recommend-area ul li {
          padding-top: 0;
          width: 42%;
          margin-right: 0;
          margin-bottom: 8vw; } }
      .import #content .main .recommend-area ul li a {
        color: #3D0000;
        text-decoration: none; }
        .import #content .main .recommend-area ul li a:hover {
          opacity: .8; }
        .import #content .main .recommend-area ul li a img {
          width: 100%; }
        .import #content .main .recommend-area ul li a span.ttl {
          display: block;
          margin-top: 1rem;
          line-height: 1.4; }
.import #content.brandtop h1 {
  text-align: center;
  font-size: 70px;
  margin: 134px auto 105px;
  letter-spacing: .1em;
  line-height: .7;
  color: #3D0000; }
  @media screen and (max-width: 768px) {
    .import #content.brandtop h1 {
      font-size: 12vw;
      line-height: 1.1;
      margin: 20vw auto 10vw; } }
  .import #content.brandtop h1 .sub-text__small {
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      .import #content.brandtop h1 .sub-text__small {
        font-size: 4vw;
        font-weight: 600; } }
.import #content.brandtop .upper-description {
  max-width: 800px;
  margin: 105px auto;
  color: #3D0000; }
  @media screen and (max-width: 768px) {
    .import #content.brandtop .upper-description {
      margin: 15vw auto;
      max-width: 90vw; } }
  .import #content.brandtop .upper-description h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: .1em; }
    @media screen and (max-width: 768px) {
      .import #content.brandtop .upper-description h2 {
        font-size: 3.5vw;
        font-weight: 600;
        margin-bottom: 3vw; } }
  .import #content.brandtop .upper-description p {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .import #content.brandtop .upper-description p {
        font-size: 3.4vw; } }

@media screen and (max-width: 768px) {
  .info #content .main h1 {
    font-size: 10vw; } }
.info #content .main h1 .sub-text__small {
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .info #content .main h1 .sub-text__small {
      font-size: 5vw; } }
.info #content .main .entry {
  max-width: 1000px;
  padding: 0 30px;
  margin: 100px auto 60px;
  font-family: 'Noto Sans JP',sans-serif; }
  @media screen and (max-width: 768px) {
    .info #content .main .entry {
      margin: 10vw auto 10vw;
      max-width: 80vw; } }
  .info #content .main .entry .entry-date {
    color: #999;
    font-size: 16px;
    font-weight: 200; }
    @media screen and (max-width: 768px) {
      .info #content .main .entry .entry-date {
        font-size: 3.5vw; } }
  .info #content .main .entry h2 {
    font-size: 30px;
    padding: 0 0 10px;
    border-bottom: 3px solid #951A01;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .info #content .main .entry h2 {
        font-size: 5vw; } }
  .info #content .main .entry h3 {
    font-size: 20px;
    padding: 1rem 0 .5rem; }
    @media screen and (max-width: 768px) {
      .info #content .main .entry h3 {
        font-size: 4vw; } }
  .info #content .main .entry h4 {
    font-size: 16px;
    padding: 1rem 0 .5rem; }
    @media screen and (max-width: 768px) {
      .info #content .main .entry h4 {
        font-size: 3.5vw; } }
  .info #content .main .entry p + p {
    margin-top: 20px; }
  .info #content .main .entry .aligncenter {
    display: block;
    margin: auto; }
  .info #content .main .entry .entry-slider {
    margin-bottom: 25px; }
    .info #content .main .entry .entry-slider .slick-prev, .info #content .main .entry .entry-slider .slick-next {
      left: 20px;
      z-index: 1000; }
      @media screen and (max-width: 768px) {
        .info #content .main .entry .entry-slider .slick-prev, .info #content .main .entry .entry-slider .slick-next {
          left: 2vw;
          top: calc(50% - 3vw); } }
    .info #content .main .entry .entry-slider .slick-next {
      left: auto;
      right: 20px; }
      @media screen and (max-width: 768px) {
        .info #content .main .entry .entry-slider .slick-next {
          right: 2vw; } }
    .info #content .main .entry .entry-slider .slick-prev::before {
      content: url(../img/info/info-slide-left.svg); }
      @media screen and (max-width: 768px) {
        .info #content .main .entry .entry-slider .slick-prev::before {
          display: inline-block;
          vertical-align: middle;
          transform: scale(0.5); } }
    .info #content .main .entry .entry-slider .slick-next::before {
      content: url(../img/info/info-slide-right.svg); }
      @media screen and (max-width: 768px) {
        .info #content .main .entry .entry-slider .slick-next::before {
          display: inline-block;
          vertical-align: middle;
          transform: scale(0.5); } }
  .info #content .main .entry p {
    font-size: 16px;
    font-weight: 200; }
    @media screen and (max-width: 768px) {
      .info #content .main .entry p {
        font-size: 3.5vw; } }
.info #content .main aside.another-info {
  background: #FFFAF8;
  padding: 60px 30px; }
  .info #content .main aside.another-info h3, .info #content .main aside.another-info ul {
    max-width: 1000px;
    font-weight: 200;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .info #content .main aside.another-info h3, .info #content .main aside.another-info ul {
        max-width: 80vw; } }
  .info #content .main aside.another-info h3 {
    border-bottom: 3px solid #3D0000;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #3D0000;
    font-weight: 500; }
  .info #content .main aside.another-info ul {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .info #content .main aside.another-info ul {
        justify-content: space-between; } }
    .info #content .main aside.another-info ul li {
      width: 23%;
      margin-right: calc(8% / 3); }
      @media screen and (max-width: 768px) {
        .info #content .main aside.another-info ul li {
          width: 46%;
          margin-right: 0; } }
      .info #content .main aside.another-info ul li:nth-child(4n) {
        margin-right: 0; }
      .info #content .main aside.another-info ul li a {
        color: #333;
        text-decoration: none; }
        .info #content .main aside.another-info ul li a:hover {
          opacity: .7; }
        .info #content .main aside.another-info ul li a p {
          font-size: 14px; }
          .info #content .main aside.another-info ul li a p time.date {
            display: block;
            margin-top: 15px; }
            @media screen and (max-width: 768px) {
              .info #content .main aside.another-info ul li a p time.date {
                margin-top: 2vw; } }
          @media screen and (max-width: 768px) {
            .info #content .main aside.another-info ul li a p {
              font-size: 3.5vw;
              margin-bottom: 5vw; } }
      @media screen and (max-width: 768px) {
        .info #content .main aside.another-info ul li img {
          height: auto; } }
.info #content .main .btn-return a {
  border-bottom: 3px solid #3D0000;
  margin: 80px auto 100px;
  color: #3D0000;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  width: 200px;
  background: url(../img/info/btn-arrow.svg) no-repeat 90% 10px transparent; }
  .info #content .main .btn-return a:hover {
    opacity: .7; }

ul.info-index-list {
  max-width: 1000px;
  padding: 0 30px;
  margin: 100px auto 60px; }
  @media screen and (max-width: 768px) {
    ul.info-index-list {
      margin: 10vw auto 10vw;
      max-width: 80vw; } }
  ul.info-index-list li {
    border-bottom: 1px dashed #ccc;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      ul.info-index-list li {
        font-size: 3.5vw; } }
    ul.info-index-list li a {
      color: #666;
      text-decoration: none;
      padding: 25px 10px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 768px) {
        ul.info-index-list li a {
          padding: 5vw 0; } }
      ul.info-index-list li a:hover {
        opacity: .5; }
      ul.info-index-list li a time.date {
        display: block;
        width: 150px; }
        @media screen and (max-width: 768px) {
          ul.info-index-list li a time.date {
            width: 25vw; } }
      ul.info-index-list li a span.info-index-list-title {
        display: block;
        width: calc(100% - 200px); }
        @media screen and (max-width: 768px) {
          ul.info-index-list li a span.info-index-list-title {
            width: calc(100% - 25vw); } }
    ul.info-index-list li:first-child {
      border-top: 1px dashed #ccc; }

nav.paging {
  text-align: center;
  margin-bottom: 100px; }
  nav.paging a, nav.paging span {
    display: inline-block;
    padding: 0;
    line-height: 25px;
    width: 25px;
    margin: 0 6px; }
  nav.paging a {
    color: #999;
    font-size: 16px;
    text-decoration: none;
    position: relative; }
    nav.paging a.prev.page-numbers::after, nav.paging a.next.page-numbers::after {
      content: "";
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      transform: rotate(45deg);
      right: 0;
      top: -10px; }
    nav.paging a.prev.page-numbers::after {
      transform: rotate(-135deg); }
  nav.paging span.current {
    color: #fff;
    background: #E69600; }

@media screen and (max-width: 768px) {
  .page #content .main h1 {
    line-height: .7; }
    .page #content .main h1.adjust-ttl {
      line-height: 1; } }
.page #content .main h1 .sub-text__small {
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .page #content .main h1 .sub-text__small {
      font-size: 4vw; } }
.page #content .main p {
  color: #666;
  font-size: 18px;
  line-height: 2; }
.page #content .main .msg-text {
  margin: 200px auto 80px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .page #content .main .msg-text {
      margin: 20vw auto 10vw; } }
  .page #content .main .msg-text::after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 4px;
    background: #3D0000;
    bottom: 140px;
    left: calc(50% - 2px); }
    @media screen and (max-width: 768px) {
      .page #content .main .msg-text::after {
        height: 8vw;
        bottom: 23vw; } }
  .page #content .main .msg-text p {
    text-align: center;
    font-size: 41px;
    color: #3D0000;
    font-weight: 600;
    position: relative; }
    @media screen and (max-width: 768px) {
      .page #content .main .msg-text p {
        font-size: 6vw;
        line-height: 1.4; } }
    .page #content .main .msg-text p::before {
      content: url(../img/common/upper.svg);
      position: absolute;
      top: -25px;
      margin-left: -75px; }
      @media screen and (max-width: 768px) {
        .page #content .main .msg-text p::before {
          transform: scale(0.5);
          top: -10vw; } }
    .page #content .main .msg-text p::after {
      content: url(../img/common/under.svg);
      position: absolute;
      bottom: -230px;
      margin-right: -75px; }
      @media screen and (max-width: 768px) {
        .page #content .main .msg-text p::after {
          transform: scale(0.5);
          bottom: -40vw;
          margin-right: 0;
          right: 4vw; } }
@media screen and (max-width: 768px) {
  .page #content .main .about-box {
    width: 80%;
    margin: auto; }
    .page #content .main .about-box.txt__center {
      text-align: left; } }
.page #content .main .company-area {
  background: #FFEEEB;
  padding: 70px 0; }
  .page #content .main .company-area table {
    margin: 70px auto 20px;
    max-width: 1000px;
    width: 100%; }
    .page #content .main .company-area table tr {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      .page #content .main .company-area table tr th {
        padding: 20px 60px;
        font-weight: normal; }
        @media screen and (max-width: 768px) {
          .page #content .main .company-area table tr th {
            display: block;
            padding: 4vw 5vw 3vw; } }
      @media screen and (max-width: 768px) {
        .page #content .main .company-area table tr td {
          display: block;
          padding: 0 5vw 4vw; } }
      .page #content .main .company-area table tr td .table-inner-ttl-text {
        padding: 5px 10px;
        color: #fff;
        font-weight: 500;
        background: #3D0000;
        margin: 10px 0; }
        .page #content .main .company-area table tr td .table-inner-ttl-text p {
          line-height: 1.5; }
      .page #content .main .company-area table tr td .map {
        margin: 20px 0 50px; }
        .page #content .main .company-area table tr td .map iframe {
          width: 100%;
          min-height: 300px; }

.flex-half-area {
  display: flex;
  justify-content: space-between;
  margin: 80px; }
  @media screen and (max-width: 768px) {
    .flex-half-area {
      display: block;
      margin: 20vw auto; } }
  .flex-half-area .flex-half-area__block {
    width: 46%; }
    @media screen and (max-width: 768px) {
      .flex-half-area .flex-half-area__block {
        width: 85vw;
        margin: 0 auto 15vw; } }
    .flex-half-area .flex-half-area__block dl dt {
      color: #951A01;
      text-align: center;
      font-size: 40px;
      position: relative;
      margin: 40px auto 30px;
      font-weight: 600; }
      .flex-half-area .flex-half-area__block dl dt::after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 70px;
        background: #951A01;
        bottom: -10px;
        left: calc(50% - 35px); }
      .flex-half-area .flex-half-area__block dl dt div {
        opacity: .2;
        margin-top: -110px;
        font-size: 55px;
        font-weight: bold; }
    .flex-half-area .flex-half-area__block dl dd {
      color: #666;
      font-size: 18px;
      line-height: 2; }

.h2-header-style {
  font-size: 50px;
  text-align: center;
  margin: 0 auto 70px;
  color: #3D0000;
  line-height: 1;
  letter-spacing: .1em; }
  .h2-header-style span.sub-text__small {
    font-size: 20px; }

.tag-area {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 60px; }
  @media screen and (max-width: 768px) {
    .tag-area {
      margin-bottom: 6vw; } }
  .tag-area .ttl-tag {
    background: url(../img/gallery/icon-tag.svg) no-repeat 10px 10px/25% #951A01;
    color: #fff;
    padding: 5px 10px 5px 40px;
    display: inline-block;
    margin-right: 5px;
    height: 25px; }
    @media screen and (max-width: 768px) {
      .tag-area .ttl-tag {
        margin-bottom: 4vw; } }
  .tag-area a {
    display: inline-block;
    color: #666;
    text-decoration: none;
    border: 1px solid #3D0000;
    padding: 5px 15px 5px 10px;
    border-radius: 30px;
    height: 25px;
    font-size: 16px;
    margin-left: 15px; }
    .tag-area a:hover {
      opacity: .5; }
    @media screen and (max-width: 768px) {
      .tag-area a {
        margin: 0 0 4vw 0;
        font-size: 3.5vw;
        height: auto;
        line-height: 5vw; } }
    .tag-area a::before {
      content: "# ";
      margin-left: 10px;
      font-weight: bold; }

.gallery-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 50px; }
  .gallery-inner ul.gallery-inner-list {
    display: flex;
    flex-wrap: wrap; }
    .gallery-inner ul.gallery-inner-list li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 50px;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .gallery-inner ul.gallery-inner-list li {
          width: 100%;
          margin: 0 0 7vw 0; } }
      .gallery-inner ul.gallery-inner-list li:nth-child(3n) {
        margin-right: 0; }
      .gallery-inner ul.gallery-inner-list li:nth-child(4), .gallery-inner ul.gallery-inner-list li:nth-child(3n+1) {
        margin-right: 2%; }
      .gallery-inner ul.gallery-inner-list li::before {
        content: "";
        display: block;
        padding-top: 142%; }
      .gallery-inner ul.gallery-inner-list li figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
        overflow: hidden; }
        .gallery-inner ul.gallery-inner-list li figure img {
          display: block;
          height: 100%;
          margin: auto;
          max-width: none; }
      .gallery-inner ul.gallery-inner-list li span.tag-name {
        display: inline-block;
        color: #666;
        text-decoration: none;
        border: 1px solid #3D0000;
        padding: 5px 15px 5px 10px;
        border-radius: 30px;
        height: 25px;
        font-size: 16px;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .gallery-inner ul.gallery-inner-list li span.tag-name {
            font-size: 3.5vw;
            height: auto;
            line-height: 5vw; } }
        .gallery-inner ul.gallery-inner-list li span.tag-name::before {
          content: "# ";
          margin-left: 10px;
          font-weight: bold; }

/* =====================================================
コース画像拡大モーダル （ここから本PEN のコア）
===================================================== */
#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000; }
  #grayDisplay img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: 90%;
    object-fit: contain; }

@media screen and (max-width: 768px) {
  #content.shopinfo .main h1 {
    font-size: 10vw; } }

.shopinfo-inner-area {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto; }
  .shopinfo-inner-area h2 {
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    background: #3D0000;
    margin: 10px 0 20px; }
  .shopinfo-inner-area .shopinfo-inner-list {
    display: flex;
    flex-wrap: wrap; }
    .shopinfo-inner-area .shopinfo-inner-list li {
      width: 30%;
      margin: 0 5% 30px 0; }
      @media screen and (max-width: 768px) {
        .shopinfo-inner-area .shopinfo-inner-list li {
          width: 100%;
          margin: 0 0 10vw; } }
      .shopinfo-inner-area .shopinfo-inner-list li:nth-child(3n) {
        margin-right: 0; }
      .shopinfo-inner-area .shopinfo-inner-list li figure img {
        width: 100%; }
      .shopinfo-inner-area .shopinfo-inner-list li h3 {
        margin: 10px 0;
        line-height: 25px;
        font-size: 18px; }
        .shopinfo-inner-area .shopinfo-inner-list li h3 a {
          display: inline-block;
          margin-left: .5rem; }
      .shopinfo-inner-area .shopinfo-inner-list li p {
        line-height: 1.5 !important;
        font-size: 16px !important;
        font-weight: 300; }
      .shopinfo-inner-area .shopinfo-inner-list li a.maplink {
        border: 1px solid #333;
        border-radius: 20px;
        padding: 0 30px 0 18px;
        color: #333;
        text-decoration: none;
        display: inline-block;
        background: url(../img/common/icon-map.svg) no-repeat 60px 7px;
        margin-bottom: 20px;
        margin-top: 10px;
        height: 26px;
        font-size: 15px; }
      .shopinfo-inner-area .shopinfo-inner-list li dl.info-list {
        font-weight: 300; }
        .shopinfo-inner-area .shopinfo-inner-list li dl.info-list dt {
          width: 85px;
          float: left;
          border-bottom: solid 1px #951A01;
          padding: 5px 0; }
        .shopinfo-inner-area .shopinfo-inner-list li dl.info-list dd {
          border-bottom: 1px solid #999;
          padding: 5px 0; }

@media screen and (max-width: 768px) {
  #content.sitemap .main {
    width: 85vw;
    margin: auto; } }
#content.sitemap .main h1 {
  margin-bottom: 0; }
#content.sitemap .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 15px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    #content.sitemap .inner {
      display: block;
      padding-top: 10vw;
      position: relative; } }
  #content.sitemap .inner a {
    color: #3D0000;
    text-decoration: none; }
  #content.sitemap .inner p {
    color: #3D0000; }
  #content.sitemap .inner h3 {
    color: #3D0000;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #3D0000;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      #content.sitemap .inner h3 {
        font-size: 4vw;
        width: 40vw; } }
  #content.sitemap .inner ul {
    margin-bottom: 60px; }
    #content.sitemap .inner ul li {
      position: relative;
      line-height: 2;
      margin-left: 1rem;
      font-size: .9rem; }
      #content.sitemap .inner ul li a {
        opacity: .8;
        transition: .5s; }
        #content.sitemap .inner ul li a:hover {
          opacity: 1;
          transition: .5s; }
        #content.sitemap .inner ul li a::after {
          content: "";
          display: block;
          position: absolute;
          height: 1px;
          width: .6rem;
          background: #3D0000;
          top: 50%;
          left: -1rem; }
  @media screen and (max-width: 768px) {
    #content.sitemap .inner .sitemap-leftblock {
      width: 80vw;
      margin: auto; } }
  #content.sitemap .inner .sitemap-leftblock .company-name {
    margin-bottom: 60px; }
    #content.sitemap .inner .sitemap-leftblock .company-name .sitemap-logo {
      margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      #content.sitemap .inner .sitemap-leftblock .company-name {
        text-align: center;
        margin-bottom: 15vw; } }
  @media screen and (max-width: 768px) {
    #content.sitemap .inner .sitemap-leftblock .sns-link {
      position: absolute;
      bottom: 2vw;
      left: 10vw; } }
  #content.sitemap .inner .sitemap-leftblock .sns-link a {
    display: inline-block;
    padding-right: 1.5rem; }
  #content.sitemap .inner .sitemap-rightblock {
    display: flex;
    justify-content: space-between;
    width: 60%; }
    @media screen and (max-width: 768px) {
      #content.sitemap .inner .sitemap-rightblock {
        display: block;
        width: auto; } }
    #content.sitemap .inner .sitemap-rightblock .sitemap-rightblock__inner {
      width: 12rem;
      margin-left: 5rem; }
      @media screen and (max-width: 768px) {
        #content.sitemap .inner .sitemap-rightblock .sitemap-rightblock__inner {
          width: auto;
          margin-left: 0; } }
      #content.sitemap .inner .sitemap-rightblock .sitemap-rightblock__inner:first-child {
        margin-left: 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.9rem;
  background: #fff; }

input[type="submit"] {
  margin-top: 50px;
  padding: 20px 80px;
  background: #3D0000;
  color: #fff;
  border: 0;
  font-weight: 600; }
  input[type="submit"]:hover {
    opacity: .7; }

input[type="reset"] {
  padding: 5px 10px; }

input.short {
  box-sizing: border-box;
  width: 70%; }

input.long {
  box-sizing: border-box;
  width: 100%; }

textarea {
  box-sizing: border-box;
  width: 100%; }

::placeholder {
  color: #999; }

input, textarea, select {
  padding: 8px;
  line-height: 19px; }

.hissu {
  color: #c70000; }

form .col-4 {
  color: #3D0000;
  font-size: 16px;
  font-weight: 500; }

.zip-number input {
  width: 100px; }

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