@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

@media screen and (min-width: 48em) {
  .hsp {
    display: none;
  }
}

.hpc {
  display: none;
}

@media screen and (min-width: 48em) {
  .hpc {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .vsp {
    display: none;
  }
}

.vpc {
  display: none;
}

@media screen and (min-width: 64em) {
  .vpc {
    display: block;
  }
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.7;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 0.8rem;
  width: 100%;
  font-size: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #0A0807;
}

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

p {
  text-align: justify;
}

body {
  overflow-x: hidden;
}

a {
  color: #0A0807;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a:hover {
  opacity: 0.9;
}

p {
  line-height: 2;
}

@media screen and (min-width: 64em) {
  p {
    line-height: 2.13333;
  }
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

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

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

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

@media screen and (min-width: 64em) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}

.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

@media screen and (min-width: 64em) {
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .ml-md-6 {
    margin-left: 6rem !important;
  }
  .mr-md-6 {
    margin-right: 6rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pl-md-6 {
    padding-left: 6rem !important;
  }
  .pr-md-6 {
    padding-right: 6rem !important;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-lg {
  line-height: 2.13333 !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.l-wrapper {
  margin-left: 10.66667vw;
  margin-right: 10.66667vw;
  max-width: 100rem;
}

@media screen and (min-width: 64em) {
  .l-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper01 {
    max-width: 70rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper02 {
    max-width: 116rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper440 {
    max-width: 44rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper520 {
    max-width: 108rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper620 {
    max-width: 62rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper720 {
    max-width: 72rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper760 {
    max-width: 76rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper840 {
    max-width: 84rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper920 {
    max-width: 92rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper1000 {
    max-width: 100rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper1080 {
    max-width: 108rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper1160 {
    max-width: 116rem;
  }
}

@media screen and (min-width: 64em) {
  .l-wrapper.wrapper1366 {
    width: 90%;
    max-width: 136.6rem;
  }
}

.l-history {
  margin-left: 10.66667vw;
  margin-right: 10.66667vw;
}

@media screen and (min-width: 64em) {
  .l-history {
    margin: 0 auto;
    max-width: 136.6rem;
  }
}

.l-sec {
  padding: 6rem 0;
}

@media screen and (min-width: 64em) {
  .l-sec {
    padding: 12rem 0;
  }
}

.l-sec01 {
  padding: 7rem 0;
}

@media screen and (min-width: 64em) {
  .l-sec01 {
    padding: 16rem 0;
  }
}

.l-sec02 {
  padding: 7rem 0;
}

@media screen and (min-width: 64em) {
  .l-sec02 {
    padding: 18rem 0 20rem;
  }
}

.l-sec03 {
  padding: 6rem 0;
}

.l-sec04 {
  padding: 6rem 0;
}

@media screen and (min-width: 64em) {
  .l-sec04 {
    padding: 6rem 0 12rem;
  }
}

.l-sec05 {
  padding: 6rem 0;
}

@media screen and (min-width: 64em) {
  .l-sec05 {
    padding: 6rem 0 10rem;
  }
}

@media screen and (min-width: 64em) {
  .l-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 64em) {
  .l-news__contents {
    width: 52rem;
  }
}

.l-column-single {
  background-image: url(../img/column/column-bg01.jpg);
  background-size: contain;
}

@media screen and (min-width: 64em) {
  .l-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-2col__item {
  margin-bottom: 10rem;
}

.l-2col__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .l-2col__item {
    width: calc(520 / 1160 * 100%);
    margin-bottom: 0;
  }
}

.yoiProducts {
    width: 48%;
}

@media screen and (max-width: 768px) {
  .yoiProducts {
      width: 100%;
  }
  .yoiProducts + .yoiProducts {
    padding-top: 6rem;
  }
}

.fig-parallax {
  width: 100%;
  height: 48rem;
}

@media screen and (min-width: 64em) {
  .fig-parallax {
    height: 92rem;
  }
}

.fig-parallax-front {
  background: url(../img/top/top-footer_sp.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 64em) {
  .fig-parallax-front {
    background: url(../img/top/top-footer.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}

.fig-parallax-yatsuhashi {
  background: url(../img/about/about-main_sp.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 64em) {
  .fig-parallax-yatsuhashi {
    background: url(../img/about/about-main.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}

.fig-parallax-company {
  background: url(../img/about/company-main_sp.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 64em) {
  .fig-parallax-company {
    background: url(../img/about/company-main.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}

.fig-parallax-yamamoto {
  background: url(../img/product/yoi/about-yamamoto_sp.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 64em) {
  .fig-parallax-yamamoto {
    background: url(../img/product/yoi/about-yamamoto.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}

.l-header {
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 4.8rem;
  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;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (min-width: 64em) {
  .l-header {
    height: 9.6rem;
  }
}

.headerLogo {
  width: 20rem;
  margin-left: 5.33333vw;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (min-width: 64em) {
  .headerLogo {
    width: 30rem;
    margin-left: 4.6vw;
  }
}

.headerBtn {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.headerBtn.hide {
  opacity: 0;
  visibility: hidden;
}

.headerBtn.active {
  opacity: 1;
  visibility: visible;
}

.headerBtn__item {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .headerBtn__item {
    width: 9.6rem;
    height: 9.6rem;
  }
}

.headerBtn__item-online {
  background: #000;
}

.headerBtn__item-menu {
  background: #fff;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .headerBtn__item-menu::after {
    font-family: "EB Garamond", serif;
    content: "MENU";
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .headerBtn__item-menu.active::after {
    content: "CLOSE";
  }
}

.headerBtn__link {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerBtn__icon {
  width: 2rem;
  margin-bottom: 0.3rem;
}

@media screen and (min-width: 64em) {
  .headerBtn__icon {
    width: 3rem;
    margin-bottom: 0.5rem;
  }
}

.headerBtn__text {
  display: none;
}

@media screen and (min-width: 48em) {
  .headerBtn__text {
    display: block;
    font-family: "EB Garamond", serif;
    text-align: center;
    line-height: 1.08333;
    letter-spacing: 0.01em;
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .headerBtn__text {
    font-size: 1.3rem;
  }
}

.headerMenu {
  background: #fff;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: -0rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.headerMenu.active {
  opacity: 1;
  visibility: visible;
}

.headerMenu__logo {
  position: fixed;
  left: 10.66667vw;
  width: 20rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .headerMenu__logo {
    left: 4.6vw;
    height: 9.6rem;
    width: 30rem;
  }
}

.headerMenu__nav {
  margin-top: 9rem;
}

@media screen and (min-width: 64em) {
  .headerMenu__nav {
    margin-top: 25vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 64em) {
  .headerMenu__list {
    margin: 0 8rem;
  }
}

.headerMenu__item {
  text-align: center;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 64em) {
  .headerMenu__item {
    margin-bottom: 5rem;
  }
}

.headerMenu__link {
  color: #000;
  font-weight: 500;
}

@media screen and (min-width: 64em) {
  .headerMenu__link {
    display: block;
    text-align: left;
    font-size: 2.8rem;
  }
}

.headerMenu__link .en {
  display: none;
  font-family: "EB Garamond", serif;
  color: #808080;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 64em) {
  .headerMenu__link .en {
    display: block;
    text-align: left;
    font-size: 1.2rem;
  }
}

.headerMenu__list_en li a {
  text-align: center;
}

.headerSubMenu__item {
  margin-top: 1rem;
}

@media screen and (min-width: 64em) {
  .headerSubMenu__item {
    text-align: left;
    margin-top: 2rem;
  }
}

.headerSubMenu__link {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6E6E6E;
}

@media screen and (min-width: 64em) {
  .headerSubMenu__link {
    font-size: 1.96rem;
    color: #0A0807;
  }
}

.headerSubMenu__link .en {
  display: none;
  font-family: "EB Garamond", serif;
  color: #808080;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 64em) {
  .headerSubMenu__link .en {
    display: block;
    text-align: left;
    font-size: 1.2rem;
  }
}

.headerMenuSns {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 64em) {
  .headerMenuSns {
    position: fixed;
    right: 10rem;
    bottom: 8rem;
  }
}

.headerMenuSns__link {
  margin: 0 0.8rem;
}

.headerMenuSns__icon {
  width: auto;
  height: 2.3rem;
}

.navBar {
  width: 7vw;
  height: 1.6rem;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 48em) {
  .navBar {
    width: 3.6rem;
  }
}

.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #828282;
  position: absolute;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.navBar__line.line02.active {
  display: none;
}

.navBar__line.line03 {
  bottom: 0;
}

.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.l-footer {
  background: #000;
  padding: 8rem 0 4rem;
}

@media screen and (min-width: 64em) {
  .l-footer {
    padding: 10rem 0 7rem;
  }
}

@media screen and (min-width: 64em) {
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 64em) {
  .footer__bottom {
    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;
  }
}

.footer__copy {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.19em;
}

@media screen and (min-width: 64em) {
  .footerNav {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 64em) {
  .footerNav__list {
    margin-left: 6rem;
  }
}

.footerNav__item {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 64em) {
  .footerNav__item {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 2.4rem;
  }
}

.footerNav__link {
  color: #fff;
}

.footerSubNav__item {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 1.4rem;
}

@media screen and (min-width: 64em) {
  .footerSubNav__item {
    margin-top: 0.8rem;
  }
}

.footerSubNav__link {
  color: #969696;
}

.footerSns {
  margin-top: 12rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 64em) {
  .footerSns {
    margin-top: 13rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footerSns__link {
  margin-right: 1rem;
}

@media screen and (min-width: 64em) {
  .footerSns__link {
    margin-left: 2rem;
    margin-right: 0;
  }
}

.footerSns__icon {
  width: auto;
  height: 2.3rem;
}

.footerLogo {
  width: 20rem;
  margin: 0 auto 6.8rem;
}

@media screen and (min-width: 64em) {
  .footerLogo {
    width: 30rem;
    margin: 0;
  }
}

.footerNavSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 64em) {
  .footerNavSub {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}

.footerNavSub__item {
  margin: 0 1rem;
}

@media screen and (min-width: 64em) {
  .footerNavSub__item {
    margin: 0 0 0 2rem;
  }
}

.footerNavSub__link {
  color: #fff;
}

.vsp-full {
  margin-right: -10.66667vw;
  margin-left: -10.66667vw;
}

@media screen and (min-width: 64em) {
  .vsp-full {
    margin-left: auto;
    margin-right: auto;
  }
}

.mb-lg {
  margin-bottom: 4rem;
}

@media screen and (min-width: 64em) {
  .mb-lg {
    margin-bottom: 8rem;
  }
}

.mb-xl {
  margin-bottom: 5rem;
}

@media screen and (min-width: 64em) {
  .mb-xl {
    margin-bottom: 11rem;
  }
}

.maxW262 {
  max-width: 26.2rem;
}

.maxW440 {
  max-width: 44rem;
}

.text-13 {
  font-size: 1.3rem;
}

.text-14 {
  font-size: 1.4rem;
}

.text-line-through {
  text-decoration: line-through;
}

.ttlVertical {
  margin-bottom: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 64em) {
  .ttlVertical {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.ttlVertical__jp {
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .ttlVertical__jp {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 2.8rem;
    padding-top: 2rem;
  }
}

.ttlVertical__en {
  font-size: 1.4rem;
  text-align: center;
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #808080;
}

@media screen and (min-width: 64em) {
  .ttlVertical__en {
    text-align: left;
    font-size: 1.6rem;
  }
}

.ttlPrimary {
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (min-width: 64em) {
  .ttlPrimary {
    margin-bottom: 5rem;
  }
}

.ttlPrimary01 {
  display: block;
  font-size: 1.3rem;
}

@media screen and (min-width: 64em) {
  .ttlPrimary01 {
    font-size: 1.5rem;
  }
}

.ttlPrimary-jp {
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 64em) {
  .ttlPrimary-jp {
    font-size: 2.8rem;
  }
}

.ttlPrimary-en {
  font-family: "EB Garamond", serif;
  display: block;
  font-size: 1.4rem;
  color: #808080;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 64em) {
  .ttlPrimary-en {
    font-size: 1.6rem;
  }
}

.tttlUnderline {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tttlUnderline::after {
  content: '';
  background: #666666;
  width: 8rem;
  height: 0.1rem;
  margin: 3rem 0 3.6rem;
}

.tttlUnderline-sm {
  font-size: 1.5rem;
}

.ttlColumn {
  text-align: center;
  margin-bottom: 7rem;
}

.ttlColumn-year {
  font-weight: 500;
  letter-spacing: 0.345em;
  display: block;
}

.ttlColumn-jp {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.295em;
  display: block;
}

.color-white {
  color: #fff;
}

@media screen and (min-width: 64em) {
  .color-md-white {
    color: #fff;
  }
}

.color-primary {
  color: #0A0807;
}

.fig01 {
  position: relative;
}

.fig01__image img {
  width: 100%;
  min-height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.fig01__desc {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

@media screen and (min-width: 64em) {
  .fig01__desc {
    font-size: 1.5rem;
  }
}

.fig01__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .fig01__ttl {
    font-size: 2.8rem;
  }
}

.fig01__ttl::after {
  content: '';
  background: #fff;
  width: 8rem;
  height: 1px;
  margin: 3.6rem 0;
}

.fig01__txt {
  text-align: center;
}

.imageWrapper01 img {
  width: 100%;
}

.bg-white {
  background: #fff;
  margin-top: -1px;
}

.bg01 {
  background: #F4F4F4;
}

.bg-column {
  background-image: url(../img/column/column-archive-bg.jpg);
  background-size: contain;
}

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

.link-underline {
  text-decoration: underline;
}

.box01 {
  position: relative;
}

@media screen and (min-width: 64em) {
  .box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 64em) {
  .box01__ttl {
    margin-top: -1rem;
  }
}

.box01__body {
  position: relative;
}

@media screen and (min-width: 64em) {
  .box01__body {
    width: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.box01__image {
  margin-bottom: 5rem;
}

@media screen and (min-width: 64em) {
  .box01__image {
    margin-bottom: 0;
    width: 51.85%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.box01__image img {
  width: 100%;
}

.box01__desc {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 64em) {
  .box01__desc {
    font-size: 1.5rem;
  }
}

.box01__btn {
  text-align: right;
}

@media screen and (min-width: 64em) {
  .box01__btn {
    text-align: left;
  }
}

.pageTop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
}

.pageTop.active {
  display: block;
}

.kv {
  position: relative;
}

.kv__scroll {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 7.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv__scroll::after {
  content: '';
  width: 3.671rem;
  height: 1.906rem;
  background: url(../img/common/arrow-scroll.svg) no-repeat center center;
  background-size: contain;
  margin-top: 2rem;
}

.kv__scroll.is-scroll {
  display: none;
}

.kv__ttl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.8vw;
}

@media screen and (min-width: 64em) {
  .kv__ttl {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
  }
}

.kvSlider__image img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.kvTxt {
  height: 24rem;
  background: #323232;
  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;
}

@media screen and (min-width: 64em) {
  .kvTxt {
    height: 36rem;
  }
}

.kvTxt__ttl {
  margin-top: 5%;
}

@media screen and (min-width: 64em) {
  .kvTxt__ttl {
    margin-top: 0;
  }
}

.kvTxt__ttl-jp {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  line-height: 1.42857;
  display: block;
  text-align: center;
}

.kvTxt__ttl-en {
  display: block;
  text-align: center;
  color: #808080;
  font-size: 1.6rem;
}

.newsList {
  font-size: 1.2rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 64em) {
  .newsList {
    font-size: 1.5rem;
  }
}

.newsList__item {
  border-bottom: 1px solid #C8C8C8;
}

.newsList__link {
  color: #0A0807;
  padding: 1.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 64em) {
  .newsList__link {
    padding: 2rem 0;
  }
}

.newsList__date {
  letter-spacing: 0.1em;
  width: 9.7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 64em) {
  .newsList__date {
    width: 12rem;
  }
}

.banList {
  margin-bottom: -4rem;
}

@media screen and (min-width: 64em) {
  .banList {
    margin-bottom: -8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.banList__item {
  margin-bottom: 4rem;
}

@media screen and (min-width: 64em) {
  .banList__item {
    margin-bottom: 8rem;
    width: 100%;
  }
  .banList__item.half {
    width: 48%;
  }
}

.topKv {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: -1;
}

.topKv .kvSlider {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pageKv {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: -1;
}

.pageKv__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pageKv img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumb__list {
  padding-top: 2rem;
}

.breadcrumb__list_en {
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .breadcrumb__list {
    padding-top: 3.6rem;
  }
  .breadcrumb__list_en {
    padding-bottom: 3.6rem;
  }
}

.breadcrumb__item {
  display: inline-block;
  font-size: 1.3rem;
  color: #0A0807;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}

.breadcrumb__link {
  color: #0A0807;
}

@media screen and (min-width: 64em) {
  .aboutCeo {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 64em) {
  .aboutCeo__item {
    width: 48%;
  }
}

.aboutCeo__item p {
  margin-top: 3rem;
}

.aboutCeo__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutCeo__name img {
  width: 14rem;
  margin-left: 2rem;
}

@media screen and (min-width: 64em) {
  .aboutCeo__name img {
    width: 18rem;
  }
}

.aboutFeature p {
  margin-bottom: 3.6rem;
}

.aboutFeature p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .aboutFeature p {
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  .aboutMaterials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.aboutMaterials__item {
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .aboutMaterials__item {
    margin-bottom: 0;
    width: calc(360 / 1160 * 100%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.aboutMaterials__ttl {
  text-align: right;
  color: #0A0807;
}

@media screen and (min-width: 64em) {
  .aboutMaterials__ttl {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .aboutNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 64em) {
  .aboutNav__item {
    width: 33.3333%;
  }
}

.aboutNav__link {
  color: #fff;
}

.aboutNav__image {
  position: relative;
  -webkit-transform: all 0.3s ease-in;
          transform: all 0.3s ease-in;
}

.aboutNav__image:hover {
  opacity: .8;
}

.aboutNav__image:hover figcaption::before {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.aboutNav__image img {
  width: 100%;
}

.copanyInfo__list {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}

@media screen and (min-width: 64em) {
  .copanyInfo__list {
    font-size: 1.5rem;
  }
}

.copanyInfo__item {
  border-bottom: 1px solid #C8C8C8;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.copanyInfo__item dt {
  width: 9.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 64em) {
  .copanyInfo__item dt {
    width: 16rem;
  }
}

.copanyInfo__addr {
  line-height: 2.13333;
}

@media screen and (min-width: 64em) {
  .copanyInfo__addr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.copanyInfo__addr:not(:last-of-type) {
  margin-bottom: 4rem;
}

.copanyInfo__addr span {
  display: block;
}

@media screen and (min-width: 64em) {
  .copanyInfo__addr span {
    width: 12rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 64em) {
  .companyActivity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.companyActivity__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.companyActivity__item {
  margin-bottom: 6.4rem;
}

@media screen and (min-width: 64em) {
  .companyActivity__item {
    width: 48%;
    margin-bottom: 0;
  }
}

.companyActivity__item p {
  margin-top: 3rem;
  letter-spacing: 0;
}

.history {
  position: relative;
}

.history::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 2rem;
}

@media screen and (min-width: 64em) {
  .history::before {
    left: 50%;
  }
}

.history__age {
  background: #fff;
  width: 21.7rem;
  height: 16rem;
  padding: 3.6rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -10.66667vw;
  margin-left: auto;
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 64em) {
  .history__age {
    margin-bottom: -3.6rem;
    margin-right: 0;
  }
  .history__age.reverse {
    margin-left: 0;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.history__age-en {
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
}

.history__age-jp {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 64em) {
  .history__body {
    text-align: center;
  }
}

.history__year {
  letter-spacing: 0.05em;
  background: #F4F4F4;
  display: inline-block;
  border: 1px solid #666666;
  padding: 1rem;
  background: #F4F4F4;
  position: relative;
  line-height: 1;
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 64em) {
  .history__year {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    margin-bottom: 0;
    margin-top: -3.6rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .history__year.borderLeft::before {
    content: '';
    background: #000;
    height: 1px;
    width: 32rem;
    position: absolute;
    top: 50%;
    right: 12rem;
  }
  .history__year.borderRight::before {
    content: '';
    background: #000;
    height: 1px;
    width: 32rem;
    position: absolute;
    top: 50%;
    left: 12rem;
  }
  .history__year.borderLg::before {
    width: 50rem;
  }
}

.history__year-en {
  font-size: 2.4rem;
  line-height: 1;
}

.history__year-en span {
  font-size: 1.5rem;
  line-height: 1;
}

.history__year-jp {
  line-height: 1;
  font-size: 1.3rem;
}

@media screen and (min-width: 64em) {
  .history__year-jp {
    margin-top: 1rem;
  }
}

.history__desc {
  padding-left: 4rem;
  margin-bottom: 3.6rem;
  letter-spacing: 0;
}

@media screen and (min-width: 64em) {
  .history__desc {
    width: 50%;
    padding-left: calc(50% - 8rem - 48rem);
    padding-right: 8rem;
  }
  .history__desc.reverse {
    width: 100%;
    padding-left: calc(50% + 8rem);
    padding-right: 0;
  }
  .history__desc.reverse > * {
    max-width: 48rem;
  }
}

.yatsuhashiDesc p {
  text-align: center;
  margin-top: 3.6rem;
  letter-spacing: 0;
}

.productMain {
  padding-bottom: 7rem;
  position: relative;
}

@media screen and (min-width: 64em) {
  .productMain {
    padding-bottom: 14rem;
  }
}

.productMain::before {
  content: '';
  display: block;
  background: #F4F4F4;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 64em) {
  .productMain::before {
    height: calc(100% - 8rem);
  }
}

.productMain__image {
  position: relative;
}

@media screen and (min-width: 64em) {
  .productMain__image {
    width: 86.3836vw;
    margin-left: auto;
  }
}

.productMain__image img {
  width: 100%;
}

.productMain__image figcaption {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background: #fff;
  padding: 2rem;
  letter-spacing: 0;
  position: relative;
  margin-top: -8rem;
}

@media screen and (min-width: 64em) {
  .productMain__image figcaption {
    font-size: 1.8rem;
    padding: 4.8rem;
    margin-left: -12rem;
    margin-top: -20rem;
    min-width: 24rem;
    min-height: 28rem;
    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;
  }
}

.productMain__body {
  padding: 3.5rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2;
  position: relative;
}

@media screen and (min-width: 64em) {
  .productMain__body {
    font-size: 1.5rem;
    padding: 0;
    max-width: 76rem;
    margin-right: 10.2489vw;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.productMain__btn {
  text-align: right;
  margin-top: 3rem;
  margin-right: -1.5rem;
}

@media screen and (min-width: 64em) {
  .productMain__btn {
    margin-top: 6rem;
  }
}

.productMain__desc {
  letter-spacing: 0;
}

@media screen and (min-width: 64em) {
  .productMain.reverse .productMain__image {
    margin-left: 0;
  }
  .productMain.reverse .productMain__image figcaption {
    margin-left: auto;
    margin-right: -12rem;
    margin-top: -20rem;
  }
  .productMain.reverse .productMain__body {
    margin-right: auto;
    margin-right: 10.2489vw;
    margin-left: 10.2489vw;
    max-width: inherit;
  }
  .productMain.reverse .productMain__desc {
    max-width: 76rem;
  }
}

.productCap {
  margin: 5rem 3.5rem 0;
  padding: 4rem;
  position: relative;
  background: #fff;
}

@media screen and (min-width: 64em) {
  .productCap {
    margin-top: 11rem;
    margin-right: 10.2489vw;
    margin-left: 10.2489vw;
    padding: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 64em) {
  .productCap__desc {
    width: 40.4%;
  }
}

.productCap__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .productCap__ttl {
    font-size: 2rem;
    text-align: left;
  }
}

.productCap__txt {
  line-height: 2;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .productCap__txt {
    font-size: 1.5rem;
  }
}

.productCap__image {
  width: 16rem;
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .productCap__image {
    width: 44.4%;
    margin: 0;
  }
}

@media screen and (min-width: 64em) {
  .productRec {
    margin-right: -6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.productRec__item:not(:last-of-type) {
  margin-bottom: 5rem;
}

@media screen and (min-width: 64em) {
  .productRec__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .productRec__item {
    margin-right: 6.4rem;
    width: calc((100% - 6.4rem * 4) / 4);
  }
}

.productRec__image {
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .productRec__image {
    margin-bottom: 3rem;
  }
}

.productRec__ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  letter-spacing: 0.17em;
}

@media screen and (min-width: 64em) {
  .productRec__ttl {
    font-size: 2.4rem;
  }
}

.productRec__desc {
  font-size: 1.2rem;
  letter-spacing: 0;
}

@media screen and (min-width: 64em) {
  .productRec__desc {
    font-size: 1.5rem;
  }
}

.shopInfo__item {
  padding: 2rem;
  border: 1px solid #969696;
  margin-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .shopInfo__item {
    padding: 4rem;
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.shopInfo__name {
  margin-bottom: 2rem;
  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 screen and (min-width: 64em) {
  .shopInfo__name {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-right: 1px solid #969696;
    width: calc(240 / 840 * 100%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.shopInfo__ttl {
  font-size: 2.4rem;
  font-weight: 500;
}

.shopInfo__map {
  background: #F4F4F4;
  color: #0A0807;
  font-size: 1.4rem;
  padding: 1rem 4rem;
}

@media screen and (min-width: 64em) {
  .shopInfo__desc {
    padding-left: 8rem;
    width: 100%;
  }
}

.shopInfo__addr {
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .shopInfo__addr {
    margin-bottom: 5rem;
  }
}

.shopInfo__detail {
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .shopInfo__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.shopInfo__detail-ttl {
  border: 1px solid #969696;
  width: 12rem;
  height: 4rem;
  margin-right: 1rem;
  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;
}

@media screen and (min-width: 64em) {
  .shopInfo__detail-ttl {
    margin-right: 2rem;
  }
}

.shopInfo__detail a {
  color: #0A0807;
}

.shopInfo__detail-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .shopInfo__detail-tel {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.shopInfo__detail-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopOther {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 64em) {
  .shopOther {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 64em) {
  .shopOther__item {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .shopOther__item:nth-of-type(2n) {
    border-left: 1px solid #969696;
    padding-left: 14%;
  }
}

.shopOther__ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.columnTtl {
  margin-bottom: 5rem;
  position: relative;
}

.columnTtl__txt {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.295em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 64em) {
  .columnTtl__txt {
    font-size: 2.8rem;
  }
}

.columnNav {
  border-top: 1px solid #969696;
}

.columnNav__item {
  text-align: center;
}

.columnNav__item:not(:first-of-type) {
  margin-top: -1px;
}

.columnNav__item:not(:first-of-type) .columnNav__cat {
  border-top: 1px solid #969696;
}

.columnNav__cat {
  border-bottom: 1px solid #969696;
  padding: 4rem 2rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 64em) {
  .columnNav__cat {
    font-size: 2.4rem;
  }
}

.columnNav__body {
  display: none;
}

.columnNav__body table {
  width: 100%;
}

.columnNav__body tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columnNav__body td {
  border-collapse: collapse;
  border: 1px solid #969696;
  width: 50%;
  margin-top: -1px;
  margin-left: -1px;
}

.columnNav__body td:nth-of-type(1), .columnNav__body td:nth-of-type(2) {
  border-top: none;
}

.columnNav__body td:nth-of-type(2n) {
  border-right: none;
  margin-right: -1px;
}

.columnNav__body a {
  display: block;
  font-weight: 500;
  color: #0A0807;
  padding: 3rem;
}

.accordion-btn {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .accordion-btn {
    width: 4rem;
    height: 4rem;
  }
}

.accordion-btn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4vw;
  height: .1rem;
  background-color: #969696;
}

@media screen and (min-width: 64em) {
  .accordion-btn > span {
    width: 2rem;
  }
}

.accordion-btn > span:last-of-type {
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 64em) {
  .accordion-btn > span:last-of-type {
    left: 1rem;
  }
}

.accordion-btn.active > span:last-of-type {
  opacity: 0;
}

.columnList {
  max-width: 50rem;
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .columnList {
    max-width: 80rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.columnList__item {
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 64em) {
  .columnList__item {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.columnList__item .btn-primary {
  font-size: 1.4rem;
}

@media screen and (min-width: 64em) {
  .columnList__item .btn-primary {
    font-size: 1.5rem;
  }
}

.columnList__item .btn-primary::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5rem;
}

@media screen and (min-width: 64em) {
  .columnList__item .btn-primary::before {
    width: 16rem;
    margin-right: 3.2rem;
  }
}

.columnContents {
  margin-bottom: 6rem;
}

.columnContents > * {
  margin-top: 4rem;
}

.paginationColumn {
  font-size: 1.2rem;
}

@media screen and (min-width: 64em) {
  .paginationColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
  }
}

.paginationColumn__link {
  color: #0A0807;
  display: block;
}

@media screen and (min-width: 64em) {
  .paginationColumn__item {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.paginationColumn__arrow {
  padding: 4rem 1rem;
  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;
}

@media screen and (min-width: 64em) {
  .paginationColumn__prev {
    border-right: 1px solid #969696;
  }
}

.paginationColumn__prev::before {
  content: '';
  width: 11.4rem;
  height: 0.7rem;
  background: url(../img/icon/icon-arrow-prev.png) no-repeat center center;
  background-size: contain;
  margin-right: 2.4rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (min-width: 64em) {
  .paginationColumn__prev::before {
    width: 16rem;
  }
}

.paginationColumn__prev:hover::before {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}

.paginationColumn__next::after {
  content: '';
  width: 11.4rem;
  height: 0.7rem;
  background: url(../img/icon/icon-arrow-next.png) no-repeat center center;
  background-size: contain;
  margin-left: 2.4rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (min-width: 64em) {
  .paginationColumn__next::after {
    width: 16rem;
  }
}

.paginationColumn__next:hover::after {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

@media screen and (min-width: 64em) {
  .shopList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-around;
	padding: 0 100px;
    /*margin-right: -6rem;*/
  }
}

.shopList p {
  letter-spacing: 0;
}

.shopList__item {
  margin-bottom: 5rem;
}

@media screen and (min-width: 64em) {
  .shopList__item {
    width: calc((100% - 18rem) / 2);
    margin-bottom: 0;
    /*margin-right: 6rem;*/
  }
}

.shopList__link {
  color: #0A0807;
}

.shopList__image {
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .shopList__image {
    margin-bottom: 3rem;
  }
}

.shopList__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 64em) {
  .shopList__ttl {
    margin-bottom: 2.4rem;
  }
}

.shopFooterBan {
  display: block;
  width: 20rem;
  margin: 0 auto;
}

.newsNav {
  margin-bottom: 4rem;
  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;
}

@media screen and (min-width: 64em) {
  .newsNav {
    margin-bottom: 8rem;
  }
}

.newsNav__item {
  border-right: 1px solid #C8C8C8;
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .newsNav__item {
    margin-bottom: 0;
  }
}

.newsNav__item:first-of-type {
  border-left: 1px solid #C8C8C8;
}

.newsNav__link {
  color: #0A0807;
  padding: 0.8rem 2rem;
}

@media screen and (min-width: 64em) {
  .newsNav__link {
    padding: 0.8rem 4.8rem;
  }
}

.newsNav__link.active {
  font-weight: 700;
}

.newsArchiveList {
  margin-bottom: 8rem;
}

.newsArchiveList a {
  color: #0A0807;
}

.newsArchiveList__item {
  padding: 1.6rem 0;
  border-bottom: 1px solid #C8C8C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 64em) {
  .newsArchiveList__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.newsArchiveList__date {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .newsArchiveList__date {
    width: 16rem;
  }
}

.newsArchiveList__cat {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: #801C24;
  width: 12rem;
  padding: 0.5rem;
}

@media screen and (min-width: 64em) {
  .newsArchiveList__cat {
    margin-right: 8rem;
  }
}

.newsArchiveList__cat.cat4 {
  background: #3D467A;
}

.newsArchiveList__ttl {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (min-width: 64em) {
  .newsArchiveList__ttl {
    margin-top: 0;
    width: auto;
  }
}

.pagination {
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.pagination li {
  width: 3rem;
  height: 3rem;
  margin: 0 0.5rem;
}

@media screen and (min-width: 64em) {
  .pagination li {
    margin: 0 1rem;
  }
}

.pagination li .page-numbers {
  color: #0A0807;
  line-height: 1;
  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;
}

.pagination a {
  color: #4574BF;
}

.pagination .current {
  background: #0A0807 !important;
  color: #fff !important;
}

.pagination .next a,
.pagination .prev a {
  text-align: center;
  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;
  margin: 0 0.5rem;
  color: #0A0807;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .pagination .next a,
  .pagination .prev a {
    margin: 0 1rem;
  }
}

@media screen and (min-width: 64em) {
  .pagination .prev a::before {
    content: '';
    width: 16rem;
    height: 0.7rem;
    background: url(../img/icon/icon-arrow-prev.svg) no-repeat center center;
    background-size: contain;
    margin-right: 2.4rem;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .pagination .next a::after {
    content: '';
    width: 11.4rem;
    height: 0.7rem;
    background: url(../img/icon/icon-arrow-next.svg) no-repeat center center;
    background-size: contain;
    margin-left: 2.4rem;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

.pagination .screen-reader-text {
  display: none;
}

.paginationInfo {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.paginationInfo__link:hover .paginationInfo__ttl {
  text-decoration: underline;
}

.paginationInfo__ttl {
  color: #333333;
  margin-bottom: 2rem;
}

.paginationInfo__nav {
  color: #856D3D;
}

.newsHeader__meta {
  margin-bottom: 4rem;
  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;
}

.newsHeader__date {
  margin-right: 3.6rem;
}

.newsHeader__cat {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #801C24;
  width: 12rem;
  padding: 0.5rem;
}

.newsHeader__cat.cat4 {
  background: #3D467A;
}

.newsHeader__ttl {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 4rem;
}

.newsbody {
  margin-bottom: 8rem;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 4rem;
}

@media screen and (min-width: 64em) {
  .newsbody {
    padding-bottom: 8rem;
  }
}

.newsbody > * {
  margin-top: 4rem;
}

@media screen and (min-width: 64em) {
  .newsbody > * {
    margin-top: 6rem;
  }
}

.newsbody img {
  height: auto;
}

.newsbody a {
  text-decoration: underline;
}

.newsbody strong {
  font-weight: 700;
}

.newsbody h2 {
  font-weight: 700;
  font-size: 2.4rem;
}

@media screen and (min-width: 64em) {
  .newsbody h2 {
    font-size: 2.6rem;
  }
}

.newsbody h3 {
  font-weight: 700;
  font-size: 2.2rem;
}

@media screen and (min-width: 64em) {
  .newsbody h3 {
    font-size: 2.4rem;
  }
}

.newsbody h4 {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (min-width: 64em) {
  .newsbody h4 {
    font-size: 2rem;
  }
}

.contactHeader__list {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .contactHeader__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contactHeader__list dt {
  font-size: 1.4rem;
  letter-spacing: 0;
  border: 1px solid #969696;
  width: 12rem;
  height: 4rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

@media screen and (min-width: 64em) {
  .contactHeader__list dt {
    margin-right: 3.6rem;
    margin-bottom: 0;
  }
}

.contactHeader__list a {
  color: #0A0807;
}

.contactHeader__list-tel {
  font-size: 10.66667vw;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .contactHeader__list-tel {
    font-size: 4.8rem;
  }
}

.contactBody {
  margin-top: 5rem;
}

.contactForm input[type="text"],
.contactForm textarea {
  border-radius: 0.2rem;
}

.contactForm__item {
  padding: 3.6rem 0;
  border-bottom: 1px solid #DADADA;
}

@media screen and (min-width: 64em) {
  .contactForm__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contactForm__item dt {
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .contactForm__item dt {
    margin-bottom: 0;
    width: 28rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 64em) {
  .contactForm__item dd {
    width: 100%;
    max-width: 44.6rem;
  }
}

.contactForm__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactForm__item-name span {
  margin-right: 1.5rem;
}

.contactForm__item-name span:nth-of-type(2) {
  margin-left: 2rem;
}

@media screen and (min-width: 64em) {
  .contactForm__item-name span:nth-of-type(2) {
    margin-left: 3rem;
  }
}

.contactForm__item-addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactForm__item-addr span {
  margin-right: 1.5rem;
}

.contactForm__item-addr span:nth-of-type(2) {
  margin-left: 1.5rem;
}

.contactForm__item-addr input[type="text"] {
  width: 6.4rem;
}

@media screen and (min-width: 64em) {
  .contactForm__item-addr input[type="text"] {
    width: 8rem;
  }
}

.contactForm__item-addr .zip-button {
  cursor: pointer;
  text-align: center;
  font-size: 1.2rem;
  padding: 0 0.4rem;
  color: #fff;
  background: #323232;
  border-radius: 2px;
  height: 4rem;
  line-height: 4rem;
  letter-spacing: 0;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contactForm__item-addr .zip-button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 64em) {
  .contactForm__item-addr .zip-button {
    width: 12rem;
    margin-left: 2rem;
    font-size: 1.4rem;
  }
}

.contactForm__item-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactForm__item-tel span {
  margin: 0 1.5rem;
}

.contactForm__item-tel input[type="text"] {
  width: 7rem;
}

@media screen and (min-width: 64em) {
  .contactForm__item-tel input[type="text"] {
    width: 8rem;
  }
}

.contactForm__item span.error {
  font-size: 1.2rem;
  letter-spacing: 0;
  width: 100%;
  margin: 0 0 0 0.5rem;
}

@media screen and (min-width: 64em) {
  .contactForm__item span.error {
    font-size: 1.4rem;
  }
}

.contactForm__footer {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactForm__footer button {
  width: 14rem;
  height: 4rem;
  margin: 0 1rem;
}

.mw_wp_form_confirm .zip-button {
  display: none;
}

.privacyList__item {
  margin-top: 6rem;
}

.privacyList__ttl {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.17em;
}

.privacyList__desc {
  margin-top: 2.4rem;
  letter-spacing: 0.015em;
  line-height: 2.13333;
  text-align: justify;
}

.privacyList__desc p {
  margin-top: 1.6rem;
}

.btn-primary {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #0A0807;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .btn-primary {
    font-size: 1.5rem;
  }
}

.btn-primary::before {
  content: '';
  width: 11.4rem;
  height: 0.7rem;
  background: url(../img/icon/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  margin-right: 2.4rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media screen and (min-width: 64em) {
  .btn-primary::before {
    width: 16rem;
  }
}

.btn-primary:hover::before {
  -webkit-animation: arrowAnimation 0.6s ease forwards;
          animation: arrowAnimation 0.6s ease forwards;
}

.columnList .btn-primary::before {
  background: url(../img/icon/icon-column-arrow_sp.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 64em) {
  .columnList .btn-primary::before {
    background: url(../img/icon/icon-column-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 8rem;
    margin-right: 3rem;
  }
}

@-webkit-keyframes arrowAnimation {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes arrowAnimation {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.btn-right {
  margin-right: -1rem;
}

.btnNav {
  margin-bottom: -3.6rem;
}

@media screen and (min-width: 64em) {
  .btnNav {
    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;
  }
  .btnNav-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 80em) {
  .btnNav {
    margin-left: -4.3rem;
  }
}

.btnNav__item {
  text-align: right;
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 64em) {
  .btnNav__item {
    width: 33.3%;
  }
}

.btnTransparent {
  letter-spacing: 0;
  margin: 0 auto;
  width: 20rem;
  height: 4rem;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #fff;
  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;
}

.contact {
  color: #000;
}

input[type="checkbox"] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type="checkbox"]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type="checkbox"]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em) {
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    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;
  }
}

.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  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 screen and (min-width: 64em) {
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
}

.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
}

.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}

.privacyCheck__txt {
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

@media screen and (min-width: 64em) {
  .sentArea {
    margin-bottom: 10rem;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
  font-size: 1.6rem;
}

@media screen and (min-width: 64em) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="tel"],
  textarea {
    font-size: 1.3rem;
  }
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .ie-only {
    display: none;
  }
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fadeMask {
  position: relative;
}

.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all .2s ease-in .4s;
  transition: all .2s ease-in .4s;
}

.fadeMask::before {
  content: '';
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeMask.active::before {
  width: 0%;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: all .8s ease-in;
  transition: all .8s ease-in;
}

.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.dl2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.dl3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.dl4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.dl5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.dl6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.dl7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.dl8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.dl9 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading.active {
  opacity: 0;
  visibility: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dots {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  text-align: center;
  background: #969696;
}

.slick-dots li.slick-active button:before {
  background: #C8C8C8;
}


/* langBtn */
.langBtn {
  margin-right: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  height: 4.8rem;
  align-items: center;
}
.langBtn ul {
  display: flex;
}
.langBtn ul li {
  color: #000;
  padding: 0 1em;
}
.langBtn ul li + li {
  border-left: solid 1px #000;
}
.langBtn ul li a {
  color: #000;
}
.langBtn .active {
  border-bottom: solid 1px #000;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 64em) {
	.langBtn {
		margin-right: 220px;
		height: 9.6rem;
	}
}

@media screen and (min-width: 768px) {
	.langBtn ul li {
		color: #fff;
	}
	.langBtn ul li + li {
		border-left: solid 1px #fff;
	}
	.langBtn ul li a {
		color: #fff;
	}
	.langBtn .active {
		border-bottom: solid 1px #fff;
	}
	.showSP {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.langBtn {
    margin-right: 0px;
    justify-content: center;
}
	.showTB {
		display: none;
	}
	.showSP {
		display: flex;
	}
}


#instaWrap h3 {
	margin: 0 auto 20px;
	width: 30px;
	text-align: center;
}
#instaWrap h3 img {
	filter: brightness(0) saturate(100%);
}
#instafeed {
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#instafeed li {
	width: 20%;
}
#instafeed li a {
	padding-top: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
#instafeed li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 0.4s;
}
#instafeed li a:hover img {
	transform: scale(1.1);
}

@media screen and (max-width: 767px) {
	#instafeed li {
		width: calc(100% / 3);
	}
	#instafeed li:last-of-type { display: none; }
}


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

