@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-red {
  color: #ff0000 !important;
}

.color-orange {
  color: #b24519 !important;
}

.color-gold {
  color: #b37e2a !important;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.shippori {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.fw-400-regular {
  font-weight: 400 !important;
}

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-600-semi-bold {
  font-weight: 600 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

@media only screen and (max-width: 1180px) {
  .hide-tb {
    display: none;
  }
}

.show-tb {
  display: none;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: block;
  }
}

@media only screen and (max-width: 850px) {
  .hide-tb-vertical {
    display: none;
  }
}

.show-tb-vertical {
  display: none;
}
@media only screen and (max-width: 850px) {
  .show-tb-vertical {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none;
  }
}

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

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}
body.hidden {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

.transition, #wine .wine-thumb-bg .wine-thumb-content ul li::before, #wine .wine-slick-bg .wine-slick .wine-dots li button, #wine .wine-slick-bg .wine-slick .slick-list .slick-slide, .menu-responsive, .wp-pagenavi > *, button, .btn.border-gold-opacity .arrow img, .btn.border-gold-opacity .icon img, .btn.border-gold-opacity .line, .btn.border-black-opacity .arrow img, .btn.border-black-opacity .icon img, .btn.border-black-opacity .line, a img, a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Link */
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a .cover {
  overflow: hidden;
}

.link-blue {
  color: #290ADB;
}

/* Content */
.content-1280 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-1100 {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.content-1000 {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.content-bg {
  background-image: url("/assets/images/commons/content-bg.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}

.pad120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pad120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad60100 {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 850px) {
  .pad60100 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .pad60100 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* Txthead */
.txthead-box.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb80 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb80 {
    margin-bottom: 40px;
  }
}
.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 40px;
  }
}
.txthead-box.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.pb60 {
    padding-bottom: 40px;
  }
}
.txthead-box.line-left {
  margin-left: 25px;
  padding-left: 21px;
  border-left: 1px solid #868686;
}
@media only screen and (max-width: 750px) {
  .txthead-box.line-left {
    margin-left: 0;
  }
}
.txthead-box .en16 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 1.6px;
  color: #b37e2a;
}
@media only screen and (max-width: 750px) {
  .txthead-box .en16 {
    margin-bottom: 10px;
  }
}
.txthead-box .en16::before {
  content: "・";
}
.txthead-box .en16::after {
  content: "・";
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 6rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz40 {
    font-size: 3.4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}
.txthead-box .fz36 {
  font-size: 3.6rem;
  line-height: 6rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz36 {
    font-size: 3rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz36 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}
.txthead-box .fz24 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: 4.2px;
}
.txthead-box .center {
  text-align: center;
}
.txthead-box.vertical-with-line {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 120px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.vertical-with-line {
    padding-top: 80px;
  }
}
.txthead-box.vertical-with-line .en16 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-left: 5px;
  letter-spacing: 2px;
}
.txthead-box.vertical-with-line .fz40 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 12px;
  position: relative;
}
.txthead-box.vertical-with-line .fz40::before {
  content: "";
  position: absolute;
  top: -120px;
  right: 28px;
  width: 1px;
  height: 100px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .txthead-box.vertical-with-line .fz40::before {
    top: -80px;
    height: 60px;
  }
}
.txthead-box.horizontal-with-line {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 120px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.horizontal-with-line {
    padding-top: 80px;
  }
}
.txthead-box.horizontal-with-line .fz40 {
  letter-spacing: 2px;
  position: relative;
}
.txthead-box.horizontal-with-line .fz40::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 100px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .txthead-box.horizontal-with-line .fz40::before {
    top: -80px;
    height: 60px;
  }
}
.txthead-box .bg-leaf {
  margin-bottom: 40px;
  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;
  height: 160px;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #b37e2a;
  background-image: url("/assets/images/commons/txthead-bg-leaf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 160px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .bg-leaf {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 3rem;
    background-size: auto 130px;
    height: 130px;
  }
}

/* Button */
.btn-box.mt70 {
  margin-top: 70px;
}
@media only screen and (max-width: 1180px) {
  .btn-box.mt70 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt70 {
    margin-top: 40px;
  }
}
.btn-box.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt50 {
    margin-top: 40px;
  }
}
.btn-box.mt20 {
  margin-top: 20px;
}
.btn-box.align-right {
  display: table;
  margin-left: auto;
}
.btn-box.table-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.btn-box.table-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  .btn-box.table-center ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.table-center ul li + li {
    margin-top: 15px;
  }
}
.btn-box .col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .btn-box .col3 {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box .col3 li + li {
    margin-top: 15px;
  }
}

.btn {
  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;
}
.btn.square .text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 1.6px;
}
.btn.square.large {
  height: 88px;
}
.btn.gold {
  background-color: #b37e2a;
}
.btn.gold .text {
  color: #fff;
}
.btn.gold .icon img, .btn.gold .arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(105%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(105%) contrast(102%);
}
.btn.with-icon-right .icon {
  margin-left: 25px;
}
.btn.underline {
  color: #000;
}
.btn.underline .text {
  font-family: "Shippori Mincho", serif;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
.btn.line-right {
  position: relative;
  padding-right: 60px;
}
.btn.line-right .text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #000;
}
@media only screen and (max-width: 1180px) {
  .btn.line-right .text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 1.5px;
  }
}
.btn.line-right .line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 50px;
  height: 1px;
  background-color: #000;
}
.btn.border-black-opacity {
  position: relative;
  height: 60px;
  background-color: transparent;
  border: 1px solid #000;
}
.btn.border-black-opacity:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.btn.border-black-opacity:hover .line {
  background-color: #fff;
}
.btn.border-black-opacity:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(105%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(105%) contrast(102%);
}
.btn.border-black-opacity:hover .arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(105%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(105%) contrast(102%);
}
.btn.border-black-opacity .text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 1180px) {
  .btn.border-black-opacity .text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 1.5px;
  }
}
.btn.border-black-opacity .line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 50px;
  height: 1px;
  background-color: #000;
}
.btn.border-gold-opacity {
  position: relative;
  height: 60px;
  background-color: transparent;
  border: 1px solid #b37e2a;
  color: #b37e2a;
}
.btn.border-gold-opacity:hover {
  opacity: 1;
  color: #fff;
  background-color: #b37e2a;
}
.btn.border-gold-opacity:hover .line {
  background-color: #fff;
}
.btn.border-gold-opacity:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(33%) saturate(829%) hue-rotate(358deg) brightness(103%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(47%) sepia(33%) saturate(829%) hue-rotate(358deg) brightness(103%) contrast(97%);
}
.btn.border-gold-opacity:hover .arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(105%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(173deg) brightness(105%) contrast(102%);
}
.btn.border-gold-opacity .text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 1180px) {
  .btn.border-gold-opacity .text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 1.5px;
  }
}
.btn.border-gold-opacity .line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 50px;
  height: 1px;
  background-color: #b37e2a;
}
.btn.border-gold-opacity .arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(33%) saturate(829%) hue-rotate(358deg) brightness(103%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(47%) sepia(33%) saturate(829%) hue-rotate(358deg) brightness(103%) contrast(97%);
}
.btn.arrow-left-abs {
  position: relative;
}
.btn.arrow-left-abs .arrow {
  position: absolute;
  left: 25px;
  z-index: 1;
}
.btn.arrow-right-abs {
  position: relative;
}
.btn.arrow-right-abs .arrow {
  position: absolute;
  right: 25px;
  z-index: 1;
}
.btn.w310 {
  width: 100%;
  max-width: 310px;
}
.btn.mw310 {
  min-width: 310px;
}
.btn.w275 {
  width: 100%;
  max-width: 275px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul {
    display: block;
  }
}
.btn-scroll ul li {
  width: 33.33%;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li + li {
    margin-top: 10px;
  }
}
.btn-scroll ul li a {
  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;
  height: 88px;
  color: #fff;
  background-color: #b37e2a;
  background-image: url("/assets/images/commons/btn-scroll-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 10%;
  background-size: 12px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li a {
    height: 78px;
  }
}
.btn-scroll ul li a .text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li a .text {
    font-size: 1.4rem;
  }
}

.wp-pagenavi {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1180px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 850px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi {
    margin-top: 40px;
    gap: 10px;
  }
}
.wp-pagenavi > * {
  width: 48px;
  height: 48px;
  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;
  border: 1px solid #000;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi > * {
    width: 38px;
    height: 38px;
  }
}
.wp-pagenavi > *:hover {
  cursor: pointer;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #000;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  border-color: #b37e2a;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  color: #fff;
  background-color: #b37e2a;
}
.wp-pagenavi .previouspostslink:hover img, .wp-pagenavi .nextpostslink:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(23%) saturate(0%) hue-rotate(96deg) brightness(107%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(23%) saturate(0%) hue-rotate(96deg) brightness(107%) contrast(101%);
}
.wp-pagenavi .previouspostslink img, .wp-pagenavi .nextpostslink img {
  -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(63%) saturate(481%) hue-rotate(358deg) brightness(107%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(42%) sepia(63%) saturate(481%) hue-rotate(358deg) brightness(107%) contrast(94%);
}

.breadcrumb {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb ul li {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #b37e2a;
  margin-right: 15px;
  padding-right: 15px;
  background-image: url("/assets/images/commons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 5px;
}
.breadcrumb ul li:last-child {
  background-image: none;
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb ul li a {
  display: block;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* MV Inner */
#mv-inner .mv-inner {
  position: relative;
}
#mv-inner .mv-inner .abs-center {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
  padding-top: 60px;
}
#mv-inner .mv-inner .abs-center .txthead-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;
}
#mv-inner .mv-inner .abs-center .txthead-box .en16 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 2px;
  margin-left: 5px;
}
#mv-inner .mv-inner .abs-center .txthead-box h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 12px;
}
#mv-inner .mv-inner .abs-center .txthead-box.en h1 {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-orientation: initial;
  letter-spacing: 2px;
}
#mv-inner .mv-inner .img {
  position: relative;
  z-index: 1;
}
#mv-inner .mv-inner .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 185px;
  background-image: url("/assets/images/commons/header-gradient.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 1px 185px;
}
#mv-inner .mv-inner .img img {
  width: 100%;
  max-height: 450px;
  min-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-top: 35px;
}
@media only screen and (max-width: 750px) {
  header {
    padding-top: 0;
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
header .header .header-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  header .header .header-left {
    width: 50px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-left {
    top: 20px;
  }
}
header .header .header-left a {
  display: block;
}
header .header .header-left a.fadeOut {
  opacity: 0;
  visibility: hidden;
}
header .header .header-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header .header .header-right .menu {
  margin-right: 60px;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .menu {
    display: none;
  }
}
header .header .header-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
header .header .header-right .menu ul li a {
  color: #fff;
}
header .header .header-right .menu ul li a .jp {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-align: center;
}
header .header .header-right .menu ul li a .en {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: 1.3px;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .lang-button {
    display: none;
  }
}
header .header .header-right .lang-button .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-right .lang-button .lang ul li {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 1.4px;
  position: relative;
}
header .header .header-right .lang-button .lang ul li + li {
  margin-left: 14px;
  padding-left: 14px;
}
header .header .header-right .lang-button .lang ul li + li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
}
header .header .header-right .lang-button .lang ul li a {
  color: #fff;
  opacity: 0.5;
}
header .header .header-right .lang-button .lang ul li a:hover {
  opacity: 1;
}
header .header .header-right .lang-button .lang ul li a.current {
  opacity: 1;
}
header .header .header-right .lang-button .button {
  margin-top: 20px;
}
header .header .header-right .lang-button .button a {
  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;
  width: 100%;
  height: 30px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: 1.3px;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(75, 47, 30, 0.4);
}
header .header .header-right .lang-button .button a.black {
  background-color: #000;
  border-color: #000;
  margin-top: 0;
  margin-bottom: 18px;
}
header .header .header-right .lang-button .button a .text {
  font-family: "Shippori Mincho", serif;
  padding-bottom: 2px;
}
header .header .header-right .lang-button .button a .icon {
  position: absolute;
  right: 5px;
}
header .header .header-right .lang-button .button a + a {
  margin-top: 10px;
}
header .header .header-right .btn-burger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .btn-burger {
    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;
  }
}
header .header .header-right .btn-burger .bar-icon {
  position: relative;
  width: 64px;
  height: 64px;
  padding: 8px 13px;
  background-color: #000;
}
header .header .header-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .header-right .btn-burger .bar-icon .bar1, header .header .header-right .btn-burger .bar-icon .bar2, header .header .header-right .btn-burger .bar-icon .bar3 {
  width: 38px;
  height: 3px;
  background-color: #fff;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .header-right .btn-burger .bar-icon.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 9px);
  transform: rotate(-45deg) translate(-9px, 9px);
}
header .header .header-right .btn-burger .bar-icon.open .bar2 {
  opacity: 0;
}
header .header .header-right .btn-burger .bar-icon.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-9px, -9px);
  transform: rotate(45deg) translate(-9px, -9px);
}

/* Menu Responsivee */
.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 35px;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 20px;
  }
}
.menu-responsive .logo {
  width: 50px;
}
.menu-responsive .logo a {
  display: block;
}
.menu-responsive .content {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-bottom: 40px;
}
.menu-responsive .content .menu > ul > li + li {
  margin-top: 12px;
}
.menu-responsive .content .menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 1.6px;
  font-weight: 500;
  padding-left: 60px;
  position: relative;
}
.menu-responsive .content .menu > ul > li > a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: none;
}
.menu-responsive .content .menu > ul > li > a .jp {
  width: 120px;
  min-width: 120px;
  color: #fff;
}
.menu-responsive .content .menu > ul > li > a .en {
  color: #999;
}
.menu-responsive .content .menu > ul > li ul {
  margin-top: 15px;
  margin-left: 80px;
}
.menu-responsive .content .menu > ul > li ul li + li {
  margin-top: 12px;
}
.menu-responsive .content .menu > ul > li ul li a {
  color: #fff;
}
.menu-responsive .content .lang {
  margin-top: 50px;
}
.menu-responsive .content .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-responsive .content .lang ul li {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 1.4px;
  position: relative;
}
.menu-responsive .content .lang ul li + li {
  margin-left: 14px;
  padding-left: 14px;
}
.menu-responsive .content .lang ul li + li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.menu-responsive .content .lang ul li a {
  color: #fff;
  opacity: 0.5;
}
.menu-responsive .content .lang ul li a:hover {
  opacity: 1;
}
.menu-responsive .content .lang ul li a.current {
  opacity: 1;
}
.menu-responsive .content .button {
  margin-top: 40px;
}
.menu-responsive .content .button a {
  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;
  width: 100%;
  height: 40px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.menu-responsive .content .button a + a {
  margin-top: 20px;
}
.menu-responsive .content .sns {
  margin-top: 40px;
}
.menu-responsive .content .sns a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.active-mn-mobile-01 .mn-mobile-01::before,
.active-mn-mobile-02 .mn-mobile-02::before,
.active-mn-mobile-03 .mn-mobile-03::before,
.active-mn-mobile-04 .mn-mobile-04::before,
.active-mn-mobile-05 .mn-mobile-05::before,
.active-mn-mobile-06 .mn-mobile-06::before,
.active-mn-mobile-07 .mn-mobile-07::before {
  display: block !important;
}

/* Footer */
footer {
  padding: 90px 0 60px 0;
  background-color: #202020;
}
@media only screen and (max-width: 1180px) {
  footer {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 40px 0;
  }
}
footer .footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top {
    display: block;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .footer-top .logo {
    width: 50px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .footer-top .logo a {
  display: table;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu {
    width: 84%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .footer-top .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul {
    display: block;
  }
}
footer .footer .footer-top .menu > ul > li {
  padding-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul > li + li {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul > li {
    display: block;
    padding-top: 0;
    padding-left: 60px;
  }
}
footer .footer .footer-top .menu > ul > li > a {
  display: table;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1.5px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul > li > a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
footer .footer .footer-top .menu > ul > li > a:hover {
  opacity: 0.5;
}
footer .footer .footer-top .menu > ul > li > a::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 40px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul > li > a::before {
    top: 15px;
    left: -60px;
    right: inherit;
    bottom: inherit;
    width: 40px;
    height: 1px;
  }
}
footer .footer .footer-top .menu > ul > li > a .jp {
  color: #fff;
  min-height: 110px;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul > li > a .jp {
    min-height: auto;
    width: 120px;
    min-width: 120px;
  }
}
footer .footer .footer-top .menu > ul > li > a .en {
  color: #999;
}
footer .footer .footer-top .menu > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 17px;
  margin-left: 5px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul > li > ul {
    display: block;
    margin-top: 15px;
    margin-left: 20px;
  }
}
footer .footer .footer-top .menu > ul > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul > li > ul > li {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul > li > ul > li + li {
    margin-top: 12px;
  }
}
footer .footer .footer-top .menu > ul > li > ul > li > a {
  display: table;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1.5px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .menu > ul > li > ul > li > a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
footer .footer .footer-top .menu > ul > li > ul > li > a:hover {
  opacity: 0.5;
}
footer .footer .footer-btm {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btm {
    display: block;
  }
}
footer .footer .footer-btm .sns-link-copyright .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btm .sns-link-copyright .sns-link {
    display: block;
  }
}
footer .footer .footer-btm .sns-link-copyright .sns-link .sns {
  display: table;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btm .sns-link-copyright .sns-link .sns {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .footer-btm .sns-link-copyright .sns-link .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btm .sns-link-copyright .sns-link .link {
    margin-top: 30px;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
}
footer .footer .footer-btm .sns-link-copyright .sns-link .link a {
  display: table;
}
footer .footer .footer-btm .sns-link-copyright .sns-link .link a + a {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btm .sns-link-copyright .sns-link .link a + a {
    margin-left: 0;
  }
}
footer .footer .footer-btm .sns-link-copyright .sns-link .link a img {
  width: auto;
  height: 34px;
}
footer .footer .footer-btm .sns-link-copyright .copyright {
  margin-top: 35px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #adadad;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btm .sns-link-copyright .copyright {
    line-height: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btm .gototop {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1;
  }
}
footer .footer .footer-btm .gototop a {
  display: block;
}

.active-mn-footer-01 .mn-footer-01::before,
.active-mn-footer-02 .mn-footer-02::before,
.active-mn-footer-03 .mn-footer-03::before,
.active-mn-footer-04 .mn-footer-04::before,
.active-mn-footer-05 .mn-footer-05::before,
.active-mn-footer-06 .mn-footer-06::before,
.active-mn-footer-07 .mn-footer-07::before {
  opacity: 1 !important;
  visibility: visible !important;
}
.active-mn-footer-01 .mn-footer-01:hover,
.active-mn-footer-02 .mn-footer-02:hover,
.active-mn-footer-03 .mn-footer-03:hover,
.active-mn-footer-04 .mn-footer-04:hover,
.active-mn-footer-05 .mn-footer-05:hover,
.active-mn-footer-06 .mn-footer-06:hover,
.active-mn-footer-07 .mn-footer-07:hover {
  opacity: 1 !important;
}

/* MV */
#mv {
  position: relative;
  overflow: hidden;
}
#mv .mv {
  position: relative;
  overflow: hidden;
}
#mv .mv .abs {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
}
#mv .mv .abs h1 {
  margin: auto;
  position: absolute;
  top: 0;
  right: 10%;
  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;
  height: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  line-height: 5.8rem;
  letter-spacing: 16px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .abs h1 {
    font-size: 2.4rem;
    line-height: 4.8rem;
    letter-spacing: 10px;
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .abs h1 {
    font-size: 2.2rem;
    line-height: 4.6rem;
    letter-spacing: 8px;
    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;
    padding-bottom: 17.5%;
  }
}
#mv .mv .abs .button {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  #mv .mv .abs .button {
    display: block;
  }
}
#mv .mv .abs .button .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #mv .mv .abs .button .col {
    gap: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .abs .button .col.left {
    width: 100%;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
#mv .mv .abs .button .col.left a {
  min-width: 138px;
  background-color: rgba(75, 47, 30, 0.4);
}
@media only screen and (max-width: 750px) {
  #mv .mv .abs .button .col.left a {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .abs .button .col.right {
    width: 100%;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
#mv .mv .abs .button .col.right a {
  min-width: 285px;
  background-color: #B24519;
}
#mv .mv .abs .button .col a {
  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;
  height: 40px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  border: 1px solid #fff;
}
#mv .mv .abs .button .col a + a {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .abs .button .col a + a {
    margin-left: 0;
  }
}
#mv .mv .abs .button .col a .icon {
  margin-left: 20px;
}
#mv .mv .mv-slick {
  position: relative;
  z-index: 1;
}
#mv .mv .mv-slick::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 185px;
  background-image: url("/assets/images/commons/header-gradient.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 1px 185px;
}
#mv .mv .mv-slick .slick-list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  min-height: 564px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* News Bar */
#news-bar {
  padding: 20px 0;
  border-bottom: 1px solid #C6C6C6;
}
@media only screen and (max-width: 750px) {
  #news-bar {
    padding: 40px 0;
  }
}
#news-bar .news-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #news-bar .news-bar {
    display: block;
  }
}
#news-bar .news-bar .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #news-bar .news-bar .content {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #news-bar .news-bar .content .txthead-box {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
#news-bar .news-bar .content .txthead-box h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #b37e2a;
  position: relative;
  padding: 0 30px;
}
#news-bar .news-bar .content .txthead-box h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 30px;
  background-color: #b37e2a;
}
#news-bar .news-bar .content .txthead-box h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 30px;
  background-color: #b37e2a;
}
#news-bar .news-bar .content .news-bar-list {
  padding-left: 30px;
}
#news-bar .news-bar .content .news-bar-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news-bar .news-bar .content .news-bar-list ul li a .date {
  min-width: 120px;
  font-family: "Shippori Mincho", serif;
  color: #B4B4B4;
  letter-spacing: 1.5px;
}
#news-bar .news-bar .content .news-bar-list ul li a .topic {
  font-family: "Shippori Mincho", serif;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #news-bar .news-bar .btn-box {
    margin-top: 20px;
  }
}

/* Access */
#access {
  padding-bottom: 0;
  background-image: url("/assets/images/top/access-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#access .access .access-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7% 1fr 7% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 7%;
}
@media only screen and (max-width: 750px) {
  #access .access .access-list {
    display: block;
  }
}
#access .access .access-list .col {
  display: block;
}
@media only screen and (max-width: 750px) {
  #access .access .access-list .col + .col {
    margin-top: 40px;
  }
}
#access .access .access-list .col h3 {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #b24519;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1180px) {
  #access .access .access-list .col h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#access .access .access-list .col h4 {
  margin-top: 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 2px;
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1180px) {
  #access .access .access-list .col h4 {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 10px 0;
  }
}
#access .access .access-list .col .cover {
  margin-top: 50px;
}
@media only screen and (max-width: 1180px) {
  #access .access .access-list .col .cover {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #access .access .access-list .col .cover {
    margin-top: 25px;
  }
}
#access .access-bg-square {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  background-image: url("/assets/images/top/access-bg-square.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 68.055%;
}
#access .access-bg-square::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  width: 31.32815%;
  max-width: 401px;
  height: 100%;
  background-image: url("/assets/images/top/access-bg-vector-top.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
#access .access-bg-square::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 46.5625%;
  max-width: 596px;
  height: 100%;
  background-image: url("/assets/images/top/access-bg-vector-btm.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  mix-blend-mode: multiply;
}
#access .access-bg-square .access {
  position: relative;
  z-index: 2;
}
#access .access-bg-square .access .txthead-box {
  background-image: url("/assets/images/top/access-bg-txthead.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 412px 66px;
  padding-left: 50px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  #access .access-bg-square .access .txthead-box {
    background-size: 36%;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #access .access-bg-square .access .txthead-box {
    padding-left: 25px;
    background-size: 66%;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
}
#access .access-bg-square .access .content {
  position: relative;
}
#access .access-bg-square .access .content .access-qoute {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  width: 25.2%;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 750px) {
  #access .access-bg-square .access .content .access-qoute {
    position: static;
    width: 100%;
    padding-right: 0;
    top: 0;
  }
}
#access .access-bg-square .access .content .access-qoute h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 4.3rem;
  font-weight: 500;
  letter-spacing: 15px;
  color: #b37e2a;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 1180px) {
  #access .access-bg-square .access .content .access-qoute h3 {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #access .access-bg-square .access .content .access-qoute h3 {
    width: 100%;
    font-size: 2rem;
    line-height: 3rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    letter-spacing: 0px;
  }
}
#access .access-bg-square .access .content .access-qoute h3 span {
  display: table;
  border-left: 1px solid #B37E2A;
}
@media only screen and (max-width: 750px) {
  #access .access-bg-square .access .content .access-qoute h3 span {
    border-left: 0;
    border-bottom: 1px solid #b37e2a;
    margin-left: auto;
    margin-right: auto;
  }
}
#access .access-bg-square .access .content .access-qoute h3 span + span {
  margin-top: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  #access .access-bg-square .access .content .access-qoute h3 span + span {
    margin-right: auto;
    margin-top: 10px;
  }
}
#access .access-bg-square .access .content .access-gall {
  width: 74.8%;
}
@media only screen and (max-width: 750px) {
  #access .access-bg-square .access .content .access-gall {
    width: 100%;
    margin-top: 40px;
  }
}
#access .access-bg-square .access .content .access-gall ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media only screen and (max-width: 750px) {
  #access .access-bg-square .access .content .access-gall ul {
    gap: 10px;
  }
}

/* Wine */
#wine {
  overflow: hidden;
}
#wine .wine-slick-bg {
  padding: 40px 0 25px 0;
  background-image: url("/assets/images/top/wine-slide-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#wine .wine-slick-bg .wine-slick {
  width: 100%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick {
    width: 90%;
  }
}
#wine .wine-slick-bg .wine-slick .slick-list {
  margin: 0 -20px;
  overflow: visible;
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#wine .wine-slick-bg .wine-slick .slick-list .slick-slide {
  margin: 0 20px;
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .slick-list .slick-slide {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
#wine .wine-slick-bg .wine-slick .slick-list .slick-slide.slick-current {
  opacity: 1;
}
#wine .wine-slick-bg .wine-slick .slick-list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .slick-list .slick-slide > div {
    height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .item {
    height: 100%;
  }
}
#wine .wine-slick-bg .wine-slick .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #wine .wine-slick-bg .wine-slick .item .flex {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .item .flex {
    padding: 20px;
    height: 100%;
  }
}
#wine .wine-slick-bg .wine-slick .item .flex .cover {
  width: 39.622%;
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .item .flex .cover {
    width: 30%;
  }
}
#wine .wine-slick-bg .wine-slick .item .flex .brief {
  width: 60.377%;
  padding: 20px 0 0 40px;
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .item .flex .brief {
    padding: 0 0 0 20px;
  }
}
#wine .wine-slick-bg .wine-slick .item .flex .brief h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #wine .wine-slick-bg .wine-slick .item .flex .brief h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .item .flex .brief h3 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 5px;
  }
}
#wine .wine-slick-bg .wine-slick .item .flex .brief h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #wine .wine-slick-bg .wine-slick .item .flex .brief h4 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .item .flex .brief h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 5px;
  }
}
#wine .wine-slick-bg .wine-slick .item .flex .brief p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .item .flex .brief p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
#wine .wine-slick-bg .wine-slick .item .flex .brief p.gray {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #919191;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #wine .wine-slick-bg .wine-slick .item .flex .brief p.gray {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
  }
}
#wine .wine-slick-bg .wine-slick .wine-dots {
  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;
  gap: 15px;
  margin-top: 20px;
}
#wine .wine-slick-bg .wine-slick .wine-dots li {
  display: block;
}
#wine .wine-slick-bg .wine-slick .wine-dots li.slick-active button {
  opacity: 1;
}
#wine .wine-slick-bg .wine-slick .wine-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  outline: none;
  opacity: 0.7;
}
#wine .wine-slick-bg .wine-slick .wine-dots li button:hover {
  opacity: 1;
}
#wine .wine-thumb-bg {
  padding: 40px 0;
  background-image: url("/assets/images/top/wine-thumb-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#wine .wine-thumb-bg .wine-thumb-content {
  width: 90%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
#wine .wine-thumb-bg .wine-thumb-content ul .slick-list {
  margin: 0 -6px;
}
#wine .wine-thumb-bg .wine-thumb-content ul .slick-list .slick-slide {
  margin: 0 6px;
}
#wine .wine-thumb-bg .wine-thumb-content ul .slick-list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wine .wine-thumb-bg .wine-thumb-content ul .slick-current li::before {
  opacity: 1;
  visibility: visible;
}
#wine .wine-thumb-bg .wine-thumb-content ul li {
  position: relative;
  background-color: #fff;
}
#wine .wine-thumb-bg .wine-thumb-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #b37e2a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  #wine .wine-thumb-bg .wine-thumb-content ul li a {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 750px) {
  #wine .wine-thumb-bg .wine-thumb-content ul li a img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

/* About */
#about {
  padding-top: 40px;
  background-image: url("/assets/images/top/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 33.671%;
  max-width: 431px;
  height: 100%;
  background-image: url("/assets/images/top/about-bg-btm-left.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  mix-blend-mode: multiply;
}
#about::after {
  content: "";
  position: absolute;
  bottom: 120px;
  right: 0;
  z-index: 1;
  width: 62.1875%;
  max-width: 796px;
  height: 100%;
  background-image: url("/assets/images/top/about-bg-btm-right.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  mix-blend-mode: multiply;
}
#about .about {
  position: relative;
  z-index: 2;
}
#about .about .about-ttl {
  position: relative;
  margin-left: 70px;
  margin-bottom: -73px;
}
@media only screen and (max-width: 750px) {
  #about .about .about-ttl {
    margin-left: 50px;
    margin-bottom: -50px;
  }
}
#about .about .about-ttl h2 {
  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;
  padding: 4px 43px 0 0;
  width: 279px;
  height: 145px;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  line-height: 5.2rem;
  color: #fff;
  background-image: url("/assets/images/top/about-bg-txthead.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 1180px) {
  #about .about .about-ttl h2 {
    width: 229px;
    height: 120px;
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .about-ttl h2 {
    font-size: 3rem;
    line-height: 4rem;
    width: 180px;
    height: 100px;
  }
}
#about .about .about-flex {
  margin-top: 50px;
  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;
}
@media only screen and (max-width: 750px) {
  #about .about .about-flex {
    display: block;
    margin-top: 30px;
  }
}
#about .about .about-flex .col-left .txthead-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;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #about .about .about-flex .col-left .txthead-box {
    display: block;
  }
}
#about .about .about-flex .col-left .txthead-box::before {
  content: "";
  position: absolute;
  top: -123px;
  left: 30px;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 103px;
  background-color: #868686;
}
@media only screen and (max-width: 750px) {
  #about .about .about-flex .col-left .txthead-box::before {
    display: none;
  }
}
#about .about .about-flex .col-left .txthead-box .en16 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 750px) {
  #about .about .about-flex .col-left .txthead-box .en16 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
#about .about .about-flex .col-left .txthead-box h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 10px;
}
@media only screen and (max-width: 750px) {
  #about .about .about-flex .col-left .txthead-box h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
#about .about .about-flex .col-right {
  width: 100%;
  margin-top: 55px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  #about .about .about-flex .col-right {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
#about .about .about-flex .col-right .hide-sp img {
  width: 100%;
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
#about .about .about-flex .col-right .show-sp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
}
#about .about .about-flex .col-right .show-sp span {
  color: #b24519;
}

/* Branch */
#branch .branch .branch-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7% 1fr 7% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 7%;
}
@media only screen and (max-width: 750px) {
  #branch .branch .branch-list {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #branch .branch .branch-list .col + .col {
    margin-top: 60px;
  }
}
#branch .branch .branch-list .col h4 {
  margin-top: 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 2px;
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1180px) {
  #branch .branch .branch-list .col h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 10px 0;
  }
}
#branch .branch .branch-list .col h3 {
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
  color: #b24519;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1180px) {
  #branch .branch .branch-list .col h3 {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#branch .branch .branch-list .col .cover {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #branch .branch .branch-list .col .cover {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #branch .branch .branch-list .col .cover {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
#branch .branch .branch-list .col p {
  line-height: 2.6rem;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 1180px) {
  #branch .branch .branch-list .col p {
    line-height: 2.5rem;
    letter-spacing: 1.5px;
  }
}
#branch .branch .branch-list .col p + p {
  margin-top: 10px;
}

/* About Inner */
#about-inner #intro {
  background-image: url("/assets/images/about/intro-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#about-inner #intro::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  z-index: 1;
  width: 33.671%;
  max-width: 431px;
  height: 100%;
  background-image: url("/assets/images/top/about-bg-btm-left.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  mix-blend-mode: multiply;
}
#about-inner #intro::after {
  content: "";
  position: absolute;
  top: 31%;
  right: 0;
  z-index: 1;
  width: 62.1875%;
  max-width: 796px;
  height: 100%;
  background-image: url("/assets/images/top/about-bg-btm-right.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  mix-blend-mode: multiply;
}
#about-inner #intro .intro {
  position: relative;
  z-index: 2;
}
#about-inner #intro .intro .ttl {
  position: relative;
  margin-left: 70px;
  margin-bottom: -73px;
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .ttl {
    margin-left: 50px;
    margin-bottom: -50px;
  }
}
#about-inner #intro .intro .ttl h2 {
  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;
  padding: 4px 43px 0 0;
  width: 279px;
  height: 145px;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  line-height: 5.2rem;
  color: #fff;
  background-image: url("/assets/images/top/about-bg-txthead.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 1180px) {
  #about-inner #intro .intro .ttl h2 {
    width: 229px;
    height: 120px;
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .ttl h2 {
    font-size: 3rem;
    line-height: 4rem;
    width: 180px;
    height: 100px;
  }
}
#about-inner #intro .intro .flex {
  margin-top: 50px;
  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;
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .flex {
    display: block;
    margin-top: 30px;
  }
}
#about-inner #intro .intro .flex .col-left .txthead-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;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .flex .col-left .txthead-box {
    display: block;
  }
}
#about-inner #intro .intro .flex .col-left .txthead-box::before {
  content: "";
  position: absolute;
  top: -123px;
  left: 30px;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 103px;
  background-color: #868686;
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .flex .col-left .txthead-box::before {
    display: none;
  }
}
#about-inner #intro .intro .flex .col-left .txthead-box .en16 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .flex .col-left .txthead-box .en16 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
#about-inner #intro .intro .flex .col-left .txthead-box h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 10px;
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .flex .col-left .txthead-box h2 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
#about-inner #intro .intro .flex .col-right {
  width: 100%;
  margin-top: 55px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .flex .col-right {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
#about-inner #intro .intro .flex .col-right .hide-sp img {
  width: 100%;
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
#about-inner #intro .intro .flex .col-right .show-sp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
}
#about-inner #intro .intro .flex .col-right .show-sp span {
  color: #b24519;
}
#about-inner #intro .intro .flex .col-right [lang=en] {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 4rem;
  letter-spacing: 1.7px;
}
@media only screen and (max-width: 1180px) {
  #about-inner #intro .intro .flex .col-right [lang=en] {
    font-size: 1.6rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .flex .col-right [lang=en] {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
#about-inner #intro .intro .flex .col-right [lang=en] span {
  color: #b24519;
}
#about-inner #intro .intro .concept {
  margin-top: 120px;
}
@media only screen and (max-width: 1180px) {
  #about-inner #intro .intro .concept {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 850px) {
  #about-inner #intro .intro .concept {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner #intro .intro .concept {
    margin-top: 40px;
  }
}
#about-inner #shop {
  position: relative;
}
#about-inner #shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 64.765%;
  max-width: 829px;
  height: 100%;
  background-image: url("/assets/images/about/shop-bg-top-left.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}
#about-inner #shop::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 51.718%;
  max-width: 662px;
  height: 100%;
  background-image: url("/assets/images/about/shop-bg-top-right.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}
#about-inner #shop .shop {
  position: relative;
  z-index: 2;
}
#about-inner #shop .shop .btn-scroll {
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .btn-scroll {
    padding-bottom: 50px;
  }
}
#about-inner #shop .shop .shop-ttl {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-ttl {
    padding: 15px 0;
  }
}
#about-inner #shop .shop .shop-ttl h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 1180px) {
  #about-inner #shop .shop .shop-ttl h3 {
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-ttl h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 1.8px;
  }
}
#about-inner #shop .shop .shop-menu {
  margin-top: 50px;
  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;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-menu {
    display: block;
    margin-top: 30px;
  }
}
#about-inner #shop .shop .shop-menu .content {
  width: 100%;
}
#about-inner #shop .shop .shop-menu .content p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #b24519;
  padding-right: 50px;
}
@media only screen and (max-width: 1180px) {
  #about-inner #shop .shop .shop-menu .content p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-menu .content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: center;
    padding-right: 0;
  }
}
#about-inner #shop .shop .shop-menu .btn-box {
  width: 275px;
  min-width: 275px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-menu .btn-box {
    margin-top: 30px;
  }
}
#about-inner #shop .shop .shop-gall {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-gall {
    margin-top: 40px;
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-gall img + img {
    margin-top: 15px;
  }
}
#about-inner #shop .shop .shop-layout {
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-layout {
    margin-top: 50px;
  }
}
#about-inner #shop .shop .shop-layout h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #b37e2a;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #about-inner #shop .shop .shop-layout h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-layout h4 {
    margin-bottom: 20px;
  }
}
#about-inner #shop .shop .shop-layout .layout img {
  margin-left: auto;
  margin-right: auto;
}
#about-inner #shop .shop .shop-detail {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-detail {
    margin-top: 30px;
  }
}
#about-inner #shop .shop .shop-detail.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  #about-inner #shop .shop .shop-detail.flex {
    display: block;
  }
}
#about-inner #shop .shop .shop-detail.flex .col {
  width: 48%;
}
@media only screen and (max-width: 1180px) {
  #about-inner #shop .shop .shop-detail.flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 1180px) {
  #about-inner #shop .shop .shop-detail.flex .col + .col {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-detail.flex .col + .col {
    margin-top: 10px;
  }
}
#about-inner #shop .shop .shop-detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 17px;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-detail .row {
    padding-top: 10px;
  }
}
#about-inner #shop .shop .shop-detail .row + .row {
  padding-top: 18px;
  border-top: 1px dashed #000;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-detail .row + .row {
    padding-top: 11px;
  }
}
#about-inner #shop .shop .shop-detail .row:last-child {
  border-bottom: 1px dashed #000;
}
#about-inner #shop .shop .shop-detail .row .topic {
  width: 120px;
  min-width: 120px;
  color: #b37e2a;
  letter-spacing: 1.5px;
  line-height: 2.6rem;
}
#about-inner #shop .shop .shop-detail .row .des {
  width: 100%;
  line-height: 2.6rem;
  letter-spacing: 1.5px;
}
#about-inner #shop .shop .shop-detail .row .des strong {
  font-weight: 700;
}
#about-inner #shop .shop .shop-gmap {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-gmap {
    margin-top: 40px;
  }
}
#about-inner #shop .shop .shop-gmap .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 400px;
}
#about-inner #shop .shop .shop-gmap .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about-inner #shop .shop .shop-profile {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-profile {
    margin-top: 50px;
  }
}
#about-inner #shop .shop .shop-profile h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #b37e2a;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about-inner #shop .shop .shop-profile h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-profile h4 {
    margin-bottom: 30px;
  }
}
#about-inner #shop .shop .shop-profile .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-profile .table .tr {
    -ms-grid-columns: 1.5fr 2.5fr;
    grid-template-columns: 1.5fr 2.5fr;
  }
}
#about-inner #shop .shop .shop-profile .table .tr:nth-child(odd) {
  background-color: #FFF4E6;
}
#about-inner #shop .shop .shop-profile .table .tr .td {
  padding: 20px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 750px) {
  #about-inner #shop .shop .shop-profile .table .tr .td {
    padding: 15px;
  }
}
#about-inner #shop .shop .shop-profile .table .tr .td.topic {
  font-weight: 700;
}
#about-inner #shop .shop-row:nth-child(odd) {
  background-image: url("/assets/images/about/shop-row-bg.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}

.page-en #about-inner #intro .intro .ttl h2 {
  font-size: 2.8rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1180px) {
  .page-en #about-inner #intro .intro .ttl h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .page-en #about-inner #intro .intro .ttl h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding-left: 30px;
    padding-bottom: 15px;
  }
}
.page-en #about-inner #shop .shop-row .shop .shop-detail.flex .col .row .topic {
  width: 165px;
  min-width: 165px;
}

/* Menu */
#menu {
  background-image: url("/assets/images/commons/content-bg.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
#menu .menu .menu-row + .menu-row {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row + .menu-row {
    margin-top: 60px;
  }
}
#menu .menu .menu-row .txthead-box {
  padding: 25px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .txthead-box {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}
#menu .menu .menu-row .content .gall ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .gall ul {
    display: block;
  }
}
#menu .menu .menu-row .content .gall ul li p {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .gall ul li p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .gall ul li + li {
    margin-top: 30px;
  }
}
#menu .menu .menu-row .content .gall .remark {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .gall .remark {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 1.2px;
  }
}
#menu .menu .menu-row .content .menu-list {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .menu-list {
    margin-top: 40px;
  }
}
#menu .menu .menu-row .content .menu-list > ul {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .menu-list > ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .menu-list > ul > li + li {
    margin-top: 20px;
  }
}
#menu .menu .menu-row .content .menu-list > ul > li > p {
  margin-top: 20px;
  text-align: center;
}
#menu .menu .menu-row .content .menu-list > ul > li.single {
  grid-column: 1/-1;
  -ms-grid-column-align: center;
  justify-self: center;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .menu-list > ul > li.single {
    width: 100%;
  }
}
#menu .menu .menu-row .content .menu-list > ul > li.single.full {
  width: 100%;
}
#menu .menu .menu-row .content .menu-list .remark {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .menu-list .remark {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 1.2px;
  }
}
#menu .menu .menu-row .content .menu-list + .gall {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #menu .menu .menu-row .content .menu-list + .gall {
    margin-top: 60px;
  }
}

/* News */
#news .news .news-list .row {
  padding-bottom: 61px;
  border-bottom: 1px solid #b37e2a;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-list .row {
    padding-bottom: 41px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-list .row {
    padding-bottom: 31px;
  }
}
#news .news .news-list .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-list .row + .row {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-list .row + .row {
    margin-top: 30px;
  }
}
#news .news .news-list .row a {
  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;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-list .row a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#news .news .news-list .row a .cover {
  width: 35%;
}
@media only screen and (max-width: 750px) {
  #news .news .news-list .row a .cover {
    width: 30%;
  }
}
#news .news .news-list .row a .brief {
  width: 60%;
}
@media only screen and (max-width: 750px) {
  #news .news .news-list .row a .brief {
    width: 65%;
  }
}
#news .news .news-list .row a .brief .topic {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 500;
  color: #b37e2a;
  margin-bottom: 40px;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-list .row a .brief .topic {
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-list .row a .brief .topic {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
#news .news .news-list .row a .brief p {
  letter-spacing: 1.6px;
}
#news .news .news-detail .box-white {
  padding: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .box-white {
    padding: 25px;
  }
}
#news .news .news-detail .box-white .content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#news .news .news-detail .box-white .content .date-tag {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .box-white .content .date-tag {
    margin-bottom: 15px;
  }
}
#news .news .news-detail .box-white .content .title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-detail .box-white .content .title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .box-white .content .title {
    margin-bottom: 20px;
  }
}
#news .news .news-detail .box-white .content .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 500;
  color: #b37e2a;
  border-bottom: 2px solid #b37e2a;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-detail .box-white .content .title h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .box-white .content .title h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#news .news .news-detail .box-white .content .description * a {
  display: inline-block;
  color: #0000EE;
  text-decoration: underline;
}
#news .news .news-detail .box-white .content .description p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .box-white .content .description p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
#news .news .news-detail .box-white .content .description .img {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .box-white .content .description .img {
    margin-top: 30px;
  }
}
#news .news .news-detail .box-white .content .description .img.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6.25%;
}
#news .news .news-detail .box-white .content .description .img p {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 2.3rem;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .box-white .content .description .img p {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
#news .news .news-detail .box-white .content .description .img + * {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .box-white .content .description .img + * {
    margin-top: 35px;
  }
}
#news .news .news-detail .box-white .content .description h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: #b37e2a;
  border-bottom: 2px dashed #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-detail .box-white .content .description h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .box-white .content .description h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
}

.date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .date-tag {
    margin-bottom: 15px;
  }
}
.date-tag .date {
  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;
  height: 20px;
  padding: 0 10px 2px 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  margin-top: 10px;
  margin-right: 20px;
}
@media only screen and (max-width: 750px) {
  .date-tag .date {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-right: 10px;
  }
}
.date-tag .tag {
  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;
  height: 20px;
  padding: 0 10px 2px 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  margin-right: 20px;
}
@media only screen and (max-width: 750px) {
  .date-tag .tag {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-right: 10px;
  }
}
.date-tag .tag.gold {
  background-color: #b37e2a;
}
.date-tag .tag.orange {
  background-color: #b24519;
}

/* Contact */
#contact .contact .intro {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .intro {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .intro {
    margin-bottom: 40px;
  }
}
#contact .contact .intro h2 {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .intro h2 {
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: left;
  }
}
#contact .contact .intro p {
  text-align: center;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .intro p {
    text-align: left;
  }
}

.form.confirm .form-row .topic {
  padding-top: 0;
}
.form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .form .form-row {
    display: block;
  }
}
.form .form-row + .form-row {
  margin-top: 50px;
}
@media only screen and (max-width: 1180px) {
  .form .form-row + .form-row {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .form .form-row + .form-row {
    margin-top: 30px;
  }
}
.form .form-row .topic {
  width: 240px;
  min-width: 240px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  padding-top: 17px;
}
@media only screen and (max-width: 750px) {
  .form .form-row .topic {
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.form .form-row .topic .imp {
  color: #ff0000;
}
.form .form-row .field {
  width: 100%;
}
.form .form-row .field .textfield {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  padding: 0 25px;
}
@media only screen and (max-width: 750px) {
  .form .form-row .field .textfield {
    padding: 0;
  }
}
.form .form-row .field .text-alert {
  margin-top: 5px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #ff0000;
}
@media only screen and (max-width: 750px) {
  .form .form-row .field .text-alert {
    font-size: 1.3rem;
  }
}
.form .form-button {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1180px) {
  .form .form-button {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .form .form-button {
    margin-top: 40px;
    display: block;
  }
}
.form .form-button .btn {
  height: 66px;
}
@media only screen and (max-width: 750px) {
  .form .form-button .btn + .btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .form .form-button .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.textbox {
  display: block;
  width: 100%;
  padding: 17px 25px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 26px;
  resize: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  color: #777;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .textbox {
    padding: 17px 20px;
  }
}
.textbox::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #777;
}
.textbox::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #777;
  opacity: 1;
}
.textbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #777;
  opacity: 1;
}
.textbox::-ms-input-placeholder { /* Microsoft Edge */
  color: #777;
  opacity: 1;
}
.textbox::placeholder { /* Most modern browsers support this now. */
  color: #777;
  opacity: 1;
}
.textbox.alert {
  border: 1px solid #ff0000;
}

select.textbox {
  background-image: url("/assets/images/commons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 14px;
}

textarea {
  min-height: 200px;
}

/* Recruit */
#recruit #intro {
  position: relative;
  padding-top: 100px;
  padding-bottom: 240px;
  overflow: hidden;
  background-image: url("/assets/images/recruit/intro-bg.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #recruit #intro {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit #intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#recruit #intro .intro {
  position: relative;
  z-index: 2;
}
#recruit #intro .intro h2 {
  font-size: 2rem;
  line-height: 5rem;
  font-weight: 500;
  color: #b24519;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #recruit #intro .intro h2 {
    font-size: 1.8rem;
    line-height: 4.6rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit #intro .intro h2 {
    font-size: 1.6rem;
    line-height: 4rem;
  }
}
#recruit #message {
  position: relative;
  z-index: 6;
  background-image: url("/assets/images/recruit/message-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #recruit #message {
    padding-top: 60px !important;
  }
}
#recruit #message .message .flex {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex {
    display: block;
  }
}
#recruit #message .message .flex .col-left {
  width: 15.63%;
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex .col-left {
    width: 100%;
  }
}
#recruit #message .message .flex .col-left .txthead-box {
  margin-top: 90px;
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex .col-left .txthead-box {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex .col-left .txthead-box .en16 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex .col-left .txthead-box .fz40 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex .col-left .txthead-box .fz40::before {
    display: none;
  }
}
#recruit #message .message .flex .col-right {
  width: 84.37%;
  max-width: 928px;
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex .col-right {
    width: 100%;
  }
}
#recruit #message .message .flex .col-right .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -75px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex .col-right .img {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#recruit #message .message .flex .col-right .img .col {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex .col-right .img .col:nth-child(1) {
    margin-top: 30px;
  }
}
#recruit #message .message .flex .col-right .img .col:nth-child(2) {
  margin-top: -60px;
}
@media only screen and (max-width: 750px) {
  #recruit #message .message .flex .col-right .img .col:nth-child(2) {
    margin-top: 0;
  }
}
#recruit #message .message .flex .col-right .show-sp p {
  font-family: "Shippori Mincho", serif;
}
#recruit #message .message .flex .col-right .show-sp p + p {
  margin-top: 15px;
}
#recruit #desired .desired .content .box {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  border: 1px solid #b37e2a;
}
@media only screen and (max-width: 750px) {
  #recruit #desired .desired .content .box {
    padding: 25px;
  }
}
#recruit #desired .desired .content .box ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#recruit #desired .desired .content .box ul li {
  position: relative;
  padding-left: 17px;
}
#recruit #desired .desired .content .box ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #b37e2a;
}
#recruit #voice {
  position: relative;
}
#recruit #voice::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 30.3125%;
  max-width: 388px;
  height: 100%;
  background-image: url("/assets/images/recruit/voice-txthead-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: 0.2;
}
#recruit #voice::after {
  content: "";
  position: absolute;
  bottom: 26%;
  left: 20px;
  z-index: 1;
  width: 20%;
  max-width: 256px;
  height: 100%;
  background-image: url("/assets/images/recruit/voice-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  opacity: 0.2;
}
#recruit #voice .voice {
  position: relative;
  z-index: 6;
}
#recruit #voice .voice .txthead-box {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  #recruit #voice .voice .txthead-box {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit #voice .voice .txthead-box {
    margin-bottom: 30px;
  }
}
#recruit #voice .voice .content .voice-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 35px 0;
}
@media only screen and (max-width: 750px) {
  #recruit #voice .voice .content .voice-row {
    display: block;
    padding: 25px;
  }
}
#recruit #voice .voice .content .voice-row::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 85.6%;
  height: 100%;
  background-color: #FFF4E6;
}
@media only screen and (max-width: 750px) {
  #recruit #voice .voice .content .voice-row::after {
    width: 100%;
  }
}
#recruit #voice .voice .content .voice-row + .voice-row {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #recruit #voice .voice .content .voice-row + .voice-row {
    margin-top: 5%;
  }
}
#recruit #voice .voice .content .voice-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#recruit #voice .voice .content .voice-row:nth-child(even)::after {
  right: inherit;
  left: 0;
}
#recruit #voice .voice .content .voice-row .img {
  position: relative;
  z-index: 2;
  width: 33%;
}
@media only screen and (max-width: 750px) {
  #recruit #voice .voice .content .voice-row .img {
    width: 100%;
    margin-left: auto;
  }
}
#recruit #voice .voice .content .voice-row .text {
  position: relative;
  z-index: 2;
  width: 67%;
  padding: 5% 12.5%;
}
@media only screen and (max-width: 750px) {
  #recruit #voice .voice .content .voice-row .text {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}
#recruit #job-salary .job-salary .content .job-salary-row {
  position: relative;
  background-image: url("/assets/images/recruit/water-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 500px;
  padding: 50px 50px 0 50px;
}
@media only screen and (max-width: 750px) {
  #recruit #job-salary .job-salary .content .job-salary-row {
    padding: 25px 25px 0 25px;
  }
}
#recruit #job-salary .job-salary .content .job-salary-row + .job-salary-row {
  margin-top: 100px;
}
@media only screen and (max-width: 1180px) {
  #recruit #job-salary .job-salary .content .job-salary-row + .job-salary-row {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit #job-salary .job-salary .content .job-salary-row + .job-salary-row {
    margin-top: 60px;
  }
}
#recruit #job-salary .job-salary .content .job-salary-row .ttl {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  background-color: #fff;
}
#recruit #job-salary .job-salary .content .job-salary-row .ttl h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #recruit #job-salary .job-salary .content .job-salary-row .ttl h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#recruit #job-salary .job-salary .content .job-salary-row .subttl {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #recruit #job-salary .job-salary .content .job-salary-row .subttl {
    margin-top: 15px;
  }
}
#recruit #job-salary .job-salary .content .job-salary-row .subttl h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #b37e2a;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #recruit #job-salary .job-salary .content .job-salary-row .subttl h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 20px;
  }
}
#recruit #job-salary .job-salary .content .job-salary-row .subttl p {
  text-align: center;
}
#recruit #job-salary .job-salary .content .job-salary-row .box-white {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 40px 40px 0 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #recruit #job-salary .job-salary .content .job-salary-row .box-white {
    padding: 25px 25px 0 25px;
    margin-top: 30px;
  }
}
#recruit #job-salary .job-salary .content .job-salary-row .box-white h5 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 750px) {
  #recruit #job-salary .job-salary .content .job-salary-row .box-white h5 {
    margin-bottom: 5px;
  }
}
#recruit #job-salary .job-salary .content .job-salary-row .box-white p {
  line-height: 3rem;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 750px) {
  #recruit #job-salary .job-salary .content .job-salary-row .box-white p {
    line-height: 2.6rem;
  }
}
#recruit #job-salary .job-salary .content .job-salary-row .box-white p + p {
  margin-top: 15px;
}
#recruit #job-salary .job-salary .content .job-salary-row .box-white p.center {
  text-align: center;
}
#recruit #job-salary .job-salary .content .job-salary-row .box-white p + h5 {
  margin-top: 40px;
}
#recruit #app .app .content .table .tr {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 750px) {
  #recruit #app .app .content .table .tr {
    display: block;
    padding: 20px;
  }
}
#recruit #app .app .content .table .tr:nth-child(odd) {
  background-color: #FFF4E6;
}
#recruit #app .app .content .table .tr .td {
  padding: 20px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 750px) {
  #recruit #app .app .content .table .tr .td {
    padding: 0;
  }
}
#recruit #app .app .content .table .tr .td:first-child {
  font-weight: 700;
}
#recruit #info {
  background-image: url("/assets/images/recruit/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#recruit #info .info .content ul {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  #recruit #info .info .content ul {
    display: block;
  }
}
#recruit #info .info .content ul li {
  min-height: 100%;
  background-color: #fff;
  border: 1px solid #000;
}
@media only screen and (max-width: 750px) {
  #recruit #info .info .content ul li + li {
    margin-top: 15px;
  }
}
#recruit #info .info .content ul li a {
  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;
  padding: 20px;
}
#recruit #info .info .content ul li a p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 1180px) {
  #recruit #info .info .content ul li a p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
#recruit #info .info .content ul li a p .tel {
  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;
}
#recruit #info .info .content ul li a p .tel .text {
  padding-left: 10px;
  font-size: 2.4rem;
}
#recruit #info .info .content h2 {
  margin-top: 60px;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #recruit #info .info .content h2 {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #recruit #info .info .content h2 {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}