@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

sub, sup {
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  margin: 0;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.respoYoutube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.respoYoutube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 751px) {
  .imgHov .target {
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
  .imgHov .target img {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .imgHov:hover .target img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.is-pc-show {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc-show {
    display: none;
  }
}

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

/*----------------------------------------------------
ブラウザ判定
----------------------------------------------------*/
body.edge header .nav ul li a::after {
  display: none !important;
}
body.edge header .nav ul li a:hover {
  opacity: 0.5;
}

body.ie header .nav ul li a::after {
  display: none !important;
}
body.ie header .nav ul li a:hover {
  opacity: 0.5;
}

/*----------------------------*/
header .fixed_nav {
  display: none;
}
header .top_nav {
  position: relative;
  /*
  .go__to__online a{
    color: #B9B9B9 !important;
    pointer-events: none;
    &::before{
      color: #B9B9B9 !important;
    }
  }
  */
}
@media screen and (min-width: 1001px) {
  header .top_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1600px;
    padding: 0 40px;
    margin: 100px auto 50px;
  }
}
header .top_nav .logo {
  width: 100%;
  max-width: 220px;
}
@media screen and (min-width: 751px) {
  header .top_nav .logo a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header .top_nav .logo a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  header .top_nav .logo {
    margin-left: 25px;
    padding: 25px 0 50px;
    max-width: 130px;
  }
}
header .top_nav .nav {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  header .top_nav .nav {
    display: block;
    width: 100%;
    height: 100vh;
    padding: 100px 0 0;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #E6E6E6;
    z-index: 9995;
    text-align: center;
  }
  header .top_nav .nav.show {
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1001px) {
  header .top_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1000px) {
  header .top_nav ul {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1001px) {
  header .top_nav ul li {
    margin-right: 35px;
  }
  header .top_nav ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  header .top_nav ul li {
    margin-bottom: 30px;
  }
}
header .top_nav ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #2F2F2E;
  letter-spacing: 0.07em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .top_nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCB394;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  header .top_nav ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@media screen and (max-width: 750px) {
  header .top_nav .go__to__online,
  header .top_nav .go__to__trimming,
  header .top_nav .go__to__instagram {
    text-align: center;
  }
}
header .top_nav .go__to__online a,
header .top_nav .go__to__trimming a {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #2F2F2E;
  font-weight: bold;
  letter-spacing: 0.07em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  header .top_nav .go__to__online a,
  header .top_nav .go__to__trimming a {
    margin-bottom: 30px;
  }
}
header .top_nav .go__to__instagram a,
header .top_nav .go__to__online a,
header .top_nav .go__to__trimming a {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  header .top_nav .go__to__instagram a:before,
  header .top_nav .go__to__online a:before,
  header .top_nav .go__to__trimming a:before {
    content: "/";
    position: absolute;
    top: 0;
    left: -20px;
    color: #2F2F2E;
  }
  header .top_nav .go__to__instagram a:hover,
  header .top_nav .go__to__online a:hover,
  header .top_nav .go__to__trimming a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1001px) {
  body.navfixed header .fixed_nav {
    position: fixed;
    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;
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1600px;
    padding: 0 40px;
    margin: 50px auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
  }
  body.navfixed header .fixed_nav .logo {
    max-width: 150px;
    margin-right: 10px;
  }
  body.navfixed header .fixed_nav .nav {
    text-align: right;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1000px) {
  body.navfixed header .fixed_nav .nav {
    display: block;
    width: 100%;
    height: 100vh;
    padding: 100px 0 0;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #E6E6E6;
    z-index: 9995;
    text-align: center;
  }
  body.navfixed header .fixed_nav .nav.show {
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) {
  body.navfixed header .fixed_nav .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1000px) {
  body.navfixed header .fixed_nav .nav ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) {
  body.navfixed header .fixed_nav .nav ul li {
    margin-right: 25px;
  }
  body.navfixed header .fixed_nav .nav ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1001px) {
  body.navfixed header .fixed_nav .nav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.07em;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body.navfixed header .fixed_nav .nav ul li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CCB394;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1001px) and (min-width: 751px) {
  body.navfixed header .fixed_nav .nav ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@media screen and (min-width: 1001px) {
  body.navfixed.scrollfixed header .fixed_nav {
    top: 0;
  }
}
.home header .logo {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out, -webkit-transform 1s ease-out;
}
.home header .logo.loaded {
  opacity: 1;
}
.home header .nav {
  text-align: right;
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .home header .nav {
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-in-out;
    transition: transform 1s ease-out, opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  }
}
.home header .nav.loaded {
  opacity: 1;
}

@media screen and (min-width: 1001px) {
  #nav_open {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #nav_open {
    position: fixed;
    display: block;
    top: 30px;
    right: 25px;
    z-index: 9996;
    width: 50px;
    height: 50px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  #nav_open span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background: #B1A493;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
    cursor: pointer;
  }
  #nav_open span:nth-child(2) {
    top: 15px;
    width: 30px;
  }
  #nav_open span:nth-child(3) {
    top: 30px;
    width: 25px;
  }
  #nav_open.show span {
    width: 30px;
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  #nav_open.show span:nth-child(2) {
    width: 0;
  }
  #nav_open.show span:nth-child(3) {
    width: 30px;
    -webkit-transform: translateY(-20px) rotate(45deg);
            transform: translateY(-20px) rotate(45deg);
  }
}
@media screen and (max-width: 750px) {
  #nav_open {
    width: 35px;
    height: 35px;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #nav_open span {
    width: 21px;
  }
  #nav_open span:nth-child(2) {
    top: 10px;
    width: 21px;
  }
  #nav_open span:nth-child(3) {
    top: 20px;
    left: initial;
    right: 0;
    width: 13px;
  }
  #nav_open.show span {
    width: 20px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  #nav_open.show span:nth-child(3) {
    width: 20px;
    -webkit-transform: translateY(-15px) rotate(45deg);
            transform: translateY(-15px) rotate(45deg);
  }
}

#loadingBg {
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #2F2F2E;
  z-index: 9998;
}

#loading {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 50px 0;
  margin: -70px 0 0 -185px;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  #loading {
    width: 50%;
    padding: 13.67% 0;
    margin: -44% 0 0 -23%;
  }
}
#loading .loader {
  width: 25%;
  margin: auto;
  position: relative;
  font-size: 11px;
  -webkit-animation: load1 1.2s infinite ease-in-out;
          animation: load1 1.2s infinite ease-in-out;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

footer {
  position: relative;
  width: 85%;
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  footer {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  footer {
    width: 80%;
  }
}
footer .footer__inner {
  position: relative;
  width: 100%;
  padding: 80px 100px;
  background-color: #2F2F2E;
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  footer .footer__inner {
    padding: 80px 25px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer__inner {
    padding: 70px 25px 60px;
  }
}
footer .footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  footer .footer__wrap {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  footer .footer__wrap {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  footer .footer__items {
    margin-right: 9vw;
  }
}
footer .fotter__logo {
  max-width: 170px;
}
@media screen and (min-width: 1367px) {
  footer .footer__name,
  footer .footer__company {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
footer .footer_sec_ttl {
  margin-bottom: 5px;
  font-size: 12px;
  color: #A5A5A5;
  line-height: 2;
  letter-spacing: 0.1em;
}
footer .footer_sec_txt {
  margin-bottom: 40px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 0.08em;
}
footer .footer_sec_txt.tellink a {
  color: #fff;
}
@media screen and (min-width: 751px) {
  footer .footer_sec_txt.tellink a {
    pointer-events: none;
  }
}
footer .footer__company .footer_sec_ttl {
  margin-bottom: 50px;
}
footer .footer__link {
  margin-bottom: 20px;
}
footer .footer__link a {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100px;
  padding-bottom: 5px;
  font-size: 12px;
  color: #CCB394;
  line-height: 2;
  border-bottom: 1px solid #CCB394;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.07em;
}
footer .footer__link a:hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__link a img {
  margin-left: 10px;
}

.home .footer__inner {
  margin-top: -50px;
}

.copyright {
  font-size: 10px;
  color: #717171;
}
@media screen and (min-width: 1367px) {
  .copyright {
    position: absolute;
    right: -30px;
    bottom: 25px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .copyright {
    padding: 25px;
  }
}
@media screen and (max-width: 750px) {
  .copyright {
    padding: 25px;
  }
}

.totop {
  position: fixed;
  bottom: 607px;
  right: 45px;
  opacity: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 751px) {
  .totop:hover {
    bottom: 587px;
  }
}
@media screen and (max-width: 750px) {
  .totop {
    bottom: 60px;
    right: 20px;
  }
}
.totop a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .totop a {
    font-size: 13px;
  }
}
.totop .totop__inner {
  position: relative;
}
.totop:before {
  content: "";
  position: absolute;
  bottom: -170px;
  left: 0;
  right: 0;
  width: 1px;
  height: 150px;
  background-color: #D0D0D0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .totop:before {
    display: none;
  }
}

/*----------------------------------------------------
ブラウザ判定
----------------------------------------------------*/
body.edge .blog .archive__title a::after {
  display: none !important;
}
body.edge .blog .archive__title a:hover {
  opacity: 0.7;
}
body.edge .gallery_map .gallery .archive__title a::after {
  display: none !important;
}
body.edge .gallery_map .gallery .archive__title a:hover {
  opacity: 0.7;
}

body.ie .blog .archive__title a img {
  margin-left: 8px;
}
body.ie .blog .archive__title a::after {
  display: none !important;
}
body.ie .blog .archive__title a:hover {
  opacity: 0.7;
}
body.ie .gallery_map .gallery .archive__title a img {
  margin-left: 8px;
}
body.ie .gallery_map .gallery .archive__title a::after {
  display: none !important;
}
body.ie .gallery_map .gallery .archive__title a:hover {
  opacity: 0.7;
}

/*----------------------------*/
.home h2.gold__title {
  position: absolute;
  top: 0;
  left: -50px;
  font-size: 24px;
  color: #CCB394;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .home h2.gold__title {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .home h2.gold__title {
    font-size: 20px;
    left: 0;
  }
}
.home .archive__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #909090;
  letter-spacing: 0.16em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .home .archive__title a {
    top: initial;
    right: initial;
    left: 0;
    bottom: -320px;
    font-size: 12px;
  }
}
.home .archive__title a img {
  display: block;
  max-width: 11px;
  margin-top: 15px;
}
.home .mv {
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-in-out, -webkit-transform 2s ease-out;
  transition: transform 2s ease-out, opacity 2s ease-in-out;
  transition: transform 2s ease-out, opacity 2s ease-in-out, -webkit-transform 2s ease-out;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  z-index: 99;
}
@media screen and (max-width: 750px) {
  .home .mv .draggable {
    margin: 0 0 0 auto;
    width: 95%;
  }
}
.home .mv img {
  width: 100%;
  font-family: "object-fit: cover;";
}
.home .mv.loaded {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.home .mv button {
  display: none !important;
}
@media screen and (min-width: 751px) {
  .home .intro {
    padding: 0 0 360px;
    background-image: url("../../assets/images/top/bg_intro.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom 100px;
  }
}
@media screen and (min-width: 751px) {
  .home .intro .intro__wrap {
    margin-top: 135px;
    background-image: url("../../assets/images/top/bg_intro_line.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media screen and (max-width: 750px) {
  .home .intro .intro__txt__wrap .inner {
    margin: 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 751px) {
  .home .intro .intro__txt__wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .home .intro .intro__txt__wrap .inner {
    padding-bottom: 80px;
  }
}
.home .intro .intro__txt__wrap01 .inner {
  position: relative;
}
@media screen and (max-width: 750px) {
  .home .intro .intro__txt__wrap01 .inner:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    display: block;
    width: 140px;
    height: 305px;
    background-color: #DEDEDE;
    z-index: -1;
  }
}
@media screen and (max-width: 750px) {
  .home .intro .intro__txt__wrap02 {
    background-color: #fff;
  }
}
@media screen and (min-width: 751px) {
  .home .intro .intro__txt__wrap02 .inner {
    margin-top: -60px;
  }
  .home .intro .intro__txt__wrap02 .inner .intro__txt__ja {
    margin-top: 200px;
  }
}
@media screen and (max-width: 750px) {
  .home .intro .intro__txt__wrap02 .inner {
    position: relative;
    padding: 0 20px 250px;
    background-image: url("../../assets/images/top/bg_intro.png");
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .home .intro .intro__txt__wrap02 .inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 140px;
    height: 305px;
    background-color: #F2EDE7;
    z-index: 1;
  }
}
.home .intro h3 {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.18em;
  line-height: 2.18;
  color: #000;
}
@media screen and (max-width: 750px) {
  .home .intro h3 {
    margin-bottom: 20px;
  }
}
.home .intro p {
  font-size: 12px;
  line-height: 2.33;
}
@media screen and (max-width: 750px) {
  .home .intro p {
    width: 83.5820895522%;
    font-size: 11px;
  }
}
.home .intro .intro__txt {
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 751px) {
  .home .intro .intro__txt__ja {
    margin-top: 130px;
  }
}
@media screen and (max-width: 750px) {
  .home .intro .intro__txt__ja {
    padding-top: 60px;
  }
}
.home .intro .intro__txt__ja p {
  letter-spacing: 0.26em;
  color: #4E4E4E;
}
@media screen and (max-width: 750px) {
  .home .intro .intro__txt__ja p {
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 750px) {
  .home .intro .intro__txt__en {
    padding-top: 60px;
  }
}
.home .intro .intro__txt__en h3 {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: right;
}
.home .intro .intro__txt__en p {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #717171;
}
@media screen and (max-width: 750px) {
  .home .intro .intro__txt__en p {
    margin: 0 0 0 auto;
    font-size: 10px;
  }
}
.home .blog {
  padding: 120px 0 150px;
  background-color: #DDDDDD;
}
@media screen and (max-width: 750px) {
  .home .blog {
    padding: 70px 0 140px 0;
  }
}
.home .blog .archive__title a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .home .blog .archive__title a {
    left: 5px;
    bottom: -300px;
  }
}
.home .blog .archive__title a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -5px;
  width: 1px;
  height: 0;
  background-color: #CCB394;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .home .blog .archive__title a:hover::after {
    height: 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@media screen and (min-width: 751px) {
  .home .blog .blog__wrap {
    margin-left: 140px;
  }
}
@media screen and (max-width: 750px) {
  .home .blog .blog__wrap {
    margin-left: 70px;
  }
}
.home .blog .archive__blog {
  margin-bottom: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home .blog .archive__blog:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .home .blog .archive__blog:hover {
    margin-left: 10px;
  }
  .home .blog .archive__blog:hover h3, .home .blog .archive__blog:hover .date {
    color: #CCB394;
  }
}
.home .blog .archive__blog h3 {
  margin-bottom: 15px;
  font-size: 14px;
  color: #191209;
  letter-spacing: 0.18em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .blog .archive__blog .date {
  font-size: 14px;
  color: #9F9F9F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .home .blog .archive__blog .date {
    font-size: 11px;
  }
}
.home .gallery_map {
  position: relative;
}
.home .gallery_map .gallery {
  padding: 175px 0 10px 0;
  background-color: #2F2F2E;
}
@media screen and (max-width: 1000px) {
  .home .gallery_map .gallery {
    padding: 80px 0 84px 0;
  }
}
@media screen and (max-width: 750px) {
  .home .gallery_map .gallery {
    padding: 234px 0 84px 0;
  }
}
@media screen and (min-width: 751px) {
  .home .gallery_map .map__wrap {
    height: 900px;
  }
}
@media screen and (max-width: 750px) {
  .home .gallery_map h2 {
    top: -160px;
  }
}
.home .gallery_map .archive__title a {
  color: #CCB394;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .gallery_map .archive__title a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -5px;
  width: 1px;
  height: 0;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .home .gallery_map .archive__title a:hover::after {
    height: 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@media screen and (max-width: 750px) {
  .home .gallery_map .archive__title a {
    top: -160px;
    bottom: initial;
    right: 0;
    left: initial;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .home .gallery_map .archive__title a img {
    margin: 0 0 0 10px;
  }
}
.home .gallery_map .archive__map {
  max-width: 300px;
}
@media screen and (max-width: 1000px) {
  .home .gallery_map .archive__map {
    padding-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .home .gallery_map .archive__map {
    max-width: 280px;
    margin-top: 0;
  }
  .home .gallery_map .archive__map:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .home .gallery_map .archive__map:nth-child(2) {
    padding-top: 90px;
    margin-left: 25px;
  }
  .home .gallery_map .archive__map:nth-child(3) {
    padding-top: 90px;
  }
}
.home .gallery_map .archive__map .archive__map__inner {
  position: relative;
}
@media screen and (max-width: 750px) {
  .home .gallery_map .archive__map .archive__map__inner a {
    width: 280px;
  }
}
.home .gallery_map .archive__map .archive__ttl {
  font-size: 14px;
  font-weight: normal;
  color: #F2EDE7;
  letter-spacing: 0.7em;
  line-height: 1.7;
  z-index: 50;
}
@media screen and (min-width: 1001px) {
  .home .gallery_map .archive__map {
    position: absolute;
  }
  .home .gallery_map .archive__map:nth-child(1) {
    top: 50px;
    left: 100px;
  }
  .home .gallery_map .archive__map:nth-child(2) {
    top: 200px;
    right: 150px;
  }
  .home .gallery_map .archive__map:nth-child(3) {
    top: 500px;
    left: 250px;
  }
  .home .gallery_map .archive__map .archive__ttl {
    position: absolute;
    top: 60px;
    right: -45px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1140px) {
  .home .gallery_map .archive__map:nth-child(1) {
    top: 20px;
    left: 30px;
  }
  .home .gallery_map .archive__map:nth-child(2) {
    top: 150px;
    right: 60px;
  }
  .home .gallery_map .archive__map:nth-child(3) {
    top: 550px;
    left: 250px;
  }
  .home .gallery_map .archive__map .archive__ttl {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 750px) {
  .home .gallery_map .archive__map:nth-child(2) {
    padding-top: 30px;
  }
}
.home .gallery_map .archive__map .date {
  position: absolute;
  top: -70px;
  right: -80px;
}
@media screen and (max-width: 750px) {
  .home .gallery_map .archive__map .date {
    top: -80px;
    right: -10px;
  }
}
.home .gallery_map .archive__map .date .date__inner {
  position: relative;
  width: 110px;
  height: 120px;
  background-image: url("../../assets/images/top/gallery_icon_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .home .gallery_map .archive__map .date .date__inner {
    width: 84px;
    height: 90px;
  }
}
.home .gallery_map .archive__map .date span {
  position: absolute;
  color: #695A4A;
}
.home .gallery_map .archive__map .date .date__year {
  width: 37px;
  height: 19px;
  top: -3px;
  right: 34px;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-left: 0.2em;
  background-color: #2E2E2E;
}
@media screen and (max-width: 750px) {
  .home .gallery_map .archive__map .date .date__year {
    width: 26px;
    height: 9px;
    font-size: 9px;
    top: -2px;
    right: 28px;
    padding: 0;
  }
}
.home .gallery_map .archive__map .date .date__month {
  top: 33px;
  right: 55px;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .home .gallery_map .archive__map .date .date__month {
    font-size: 14px;
    top: 25px;
    right: 45px;
  }
}
.home .gallery_map .archive__map .date .date__date {
  top: 60px;
  right: 25px;
  font-size: 29px;
  letter-spacing: 0.05em;
  font-weight: 200;
}
@media screen and (max-width: 750px) {
  .home .gallery_map .archive__map .date .date__date {
    top: 50px;
    right: 15px;
    font-size: 23px;
  }
}
.home .gallery_map .archive__map .archive__map__img {
  position: relative;
  z-index: 50;
}
.home .gallery_map .archive__map .archive__map__img img {
  max-width: 100%;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .home .gallery_map .archive__map .archive__map__img img {
    width: 250px;
    height: 250px;
  }
}
.home .map_bg {
  position: relative;
  margin-top: -1px;
}
.home .map_bg .img_map {
  display: block;
  width: 100%;
}
.home .map_bg .target__position {
  position: absolute;
  width: 100%;
  bottom: 59.5%;
}
@media screen and (max-width: 750px) {
  .home .map_bg .target__position {
    bottom: 70%;
  }
}
.home .map_bg .target__position .button {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  background: #D2B46C;
  border: 1px solid #ccc;
  border-radius: 100px;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .home .map_bg .target__position .button {
    width: 8px;
    height: 8px;
  }
}
.home .map_bg .target__position .button .ring {
  position: absolute;
  display: block;
  top: -6px;
  left: -6px;
  width: 25px;
  height: 25px;
  background: rgba(210, 180, 108, 0.8);
  border-radius: 50%;
  margin: auto;
  -webkit-animation: pulsate 2s ease-out;
          animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 500;
}
@media screen and (max-width: 750px) {
  .home .map_bg .target__position .button .ring {
    width: 18px;
    height: 18px;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(4, 4);
            transform: scale(4, 4);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(4, 4);
            transform: scale(4, 4);
    opacity: 0;
  }
}
.home .map_bg .googlemap__link a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 26%;
  left: 0;
  right: 0;
  width: 150px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #000000;
  padding: 10px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  .home .map_bg .googlemap__link a:hover {
    color: #CCB394;
  }
}
@media screen and (max-width: 750px) {
  .home .map_bg .googlemap__link a {
    bottom: 28%;
  }
}
.home .map_bg .googlemap__link a img {
  display: block;
  margin-left: 15px;
}

/*--------------アニメーション--------------*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_d {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 750px) {
  .fadein_d {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}

.fadein_d.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_r {
  opacity: 0;
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_r.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*----------------------------------------------------
ブラウザ判定
----------------------------------------------------*/
body.modern .contact .contact__form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body.edge .spec .spec__sec__gallery a::before {
  height: 99.4% !important;
  opacity: 0.8;
}
body.edge .spec .spec__sec__gallery a::before .spec__sec__img__txt {
  height: 250px;
}
body.edge .spec .spec__method .spec__sec__img:nth-child(1) a .spec__sec__img__txt,
body.edge .spec .spec__method .spec__sec__img:nth-child(2) a .spec__sec__img__txt {
  top: 46% !important;
}
body.edge .spec .spec__method .spec__sec__img:nth-child(3) a .spec__sec__img__txt {
  top: 38% !important;
}
body.edge .spec .spec__rugged .spec__sec__img:nth-child(1) a .spec__sec__img__txt {
  top: 33% !important;
}
body.edge .spec .spec__rugged .spec__sec__img:nth-child(2) a .spec__sec__img__txt {
  top: 46% !important;
}
body.edge .spec .spec__rugged .spec__sec__img:nth-child(3) a .spec__sec__img__txt {
  top: 24% !important;
}

body.ie .wrapper {
  overflow-y: hidden;
}
body.ie .spec .spec__sec__gallery a {
  width: 100%;
  max-width: 388.5px;
}
body.ie .spec .spec__sec__gallery a::before {
  height: 99.4% !important;
  opacity: 0.8;
}
body.ie .spec .spec__sec__gallery a::before .spec__sec__img__txt {
  height: 250px;
}
body.ie .spec .spec__method .spec__sec__img:nth-child(1) a .spec__sec__img__txt,
body.ie .spec .spec__method .spec__sec__img:nth-child(2) a .spec__sec__img__txt {
  top: 46% !important;
}
body.ie .spec .spec__method .spec__sec__img:nth-child(3) a .spec__sec__img__txt {
  top: 38% !important;
}
body.ie .spec .spec__rugged .spec__sec__img:nth-child(1) a .spec__sec__img__txt {
  top: 33% !important;
}
body.ie .spec .spec__rugged .spec__sec__img:nth-child(2) a .spec__sec__img__txt {
  top: 46% !important;
}
body.ie .spec .spec__rugged .spec__sec__img:nth-child(3) a .spec__sec__img__txt {
  top: 24% !important;
}

/*----------------------------*/
.spectral {
  font-family: "Spectral";
}

.pagination .pagination-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span,
.pagination a {
  display: block;
  margin: 0 20px;
  font-size: 18px;
  color: #4E4E4E;
}
@media screen and (min-width: 751px) {
  .pagination span,
  .pagination a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .pagination span:hover,
  .pagination a:hover {
    color: #D2B46C;
  }
}
.pagination .current {
  display: block;
  padding-bottom: 5px;
  color: #D2B46C;
  border-bottom: 1px solid #D2B46C;
}

.paginationNum {
  padding-top: 60px;
  font-size: 18px;
  color: #D2B46C;
  letter-spacing: 0.2em;
}

.concept .concept__mv {
  margin: 45px 0 130px;
}
@media screen and (max-width: 750px) {
  .concept .concept__mv {
    margin: 45px 0 60px;
  }
}
@media screen and (max-width: 750px) {
  .concept .concept__mv .inner {
    margin: 0;
  }
}
.concept .concept__mv .concept__wrap {
  margin-bottom: 140px;
}
@media screen and (min-width: 751px) {
  .concept .concept__mv .concept__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .concept .concept__mv .concept__wrap {
    margin-bottom: 65px;
  }
}
.concept .concept__mv h1 {
  font-size: 50px;
  color: #2F2F2E;
  font-weight: 200;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 751px) {
  .concept .concept__mv h1 {
    margin-right: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}
@media screen and (max-width: 750px) {
  .concept .concept__mv h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.concept .concept__mv h1.loaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.concept .concept__mv .concept__mv__img {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
.concept .concept__mv .concept__mv__img.loaded {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 751px) {
  .concept .concept__mv .concept__txt {
    max-width: 614px;
    margin: 0 125px 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .concept .concept__mv .concept__txt {
    margin: 0 20px;
  }
}
.concept .concept__mv .concept__txt h2 {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.18em;
}
.concept .concept__mv .concept__txt p {
  font-size: 12px;
  line-height: 2.4;
  color: #4E4E4E;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 750px) {
  .concept .concept__mv .concept__txt p {
    font-size: 11px;
  }
}
.concept .concept__intro .concept__intro__img {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}
.concept .concept__intro .concept__intro__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.concept .concept__intro .concept__intro__txt {
  max-width: 650px;
  margin: 120px 0;
}
@media screen and (max-width: 750px) {
  .concept .concept__intro .concept__intro__txt {
    margin: 65px 0;
  }
}
.concept .concept__intro .concept__intro__txt h2 {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.18em;
}
.concept .concept__intro .concept__intro__txt p {
  font-size: 12px;
  line-height: 2.4;
  color: #4E4E4E;
  letter-spacing: 0.26em;
}
.concept .concept__photo {
  margin: 120px 0 180px;
  padding: 120px 0;
  background-color: #2F2F2E;
}
@media screen and (max-width: 750px) {
  .concept .concept__photo {
    margin: 65px 0 80px;
    padding: 100px 0;
  }
}
.concept .concept__photo 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;
}
.concept .concept__photo ul li a {
  position: relative;
  display: block;
  margin: 0 2px 4px 2px;
}
.concept .concept__photo ul li a:hover:before {
  width: 168px;
  height: 105px;
  background-image: url("../../assets/images/concept/icon_concept_modal_on.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.concept .concept__photo ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background-image: url("../../assets/images/concept/icon_concept_modal.svg");
  background-repeat: no-repeat;
  z-index: 50;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.concept .concept__photo ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.5%;
  background-color: #000;
  opacity: 0.8;
}
.concept .concept__photo ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 751px) {
  .concept .concept__photo ul li a img {
    width: 286px;
    height: 286px;
  }
}
@media screen and (max-width: 750px) {
  .concept .concept__photo ul li a img {
    width: 160px;
    height: 160px;
  }
}

#swipebox-overlay #swipebox-slider .slide img {
  max-width: 70%;
  max-height: 70%;
}

.spec .spec__mv {
  margin: 45px 0 130px;
}
@media screen and (max-width: 750px) {
  .spec .spec__mv {
    margin: 45px 0 60px;
  }
}
@media screen and (max-width: 750px) {
  .spec .spec__mv .inner {
    margin: 0;
  }
}
.spec .spec__mv .spec__wrap {
  margin-bottom: 140px;
}
@media screen and (min-width: 751px) {
  .spec .spec__mv .spec__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .spec .spec__mv .spec__wrap {
    margin-bottom: 65px;
  }
}
.spec .spec__mv h1 {
  font-size: 50px;
  color: #2F2F2E;
  font-weight: 200;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 751px) {
  .spec .spec__mv h1 {
    margin-right: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}
@media screen and (max-width: 750px) {
  .spec .spec__mv h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.spec .spec__mv h1.loaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.spec .spec__mv .spec__mv__img {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
@media screen and (max-width: 750px) {
  .spec .spec__mv .spec__mv__img {
    height: auto;
  }
}
.spec .spec__mv .spec__mv__img.loaded {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.spec .spec__sec h2 {
  font-size: 24px;
  color: #CCB394;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .spec .spec__sec h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.spec .spec__sec .sub__ttl {
  display: block;
  font-size: 12px;
  color: #F2EDE7;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 751px) {
  .spec .spec__sec .sub__ttl {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .spec .spec__sec .sub__ttl {
    margin-top: 20px;
  }
}
.spec .spec__sec .spec__sec__txt {
  margin: 20px 0 50px;
  font-size: 12px;
  color: #A5A5A5;
  letter-spacing: 0.18em;
  line-height: 2.91;
}
@media screen and (max-width: 750px) {
  .spec .spec__sec .spec__sec__txt {
    line-height: 1.8;
  }
}
@media screen and (min-width: 751px) {
  .spec .spec__sec .spec__sec__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.spec .spec__sec .spec__sec__gallery a {
  position: relative;
  display: block;
}
.spec .spec__sec .spec__sec__gallery a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 99.6%;
  background-color: #5F5345;
  mix-blend-mode: multiply;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .spec .spec__sec .spec__sec__gallery a::before {
    height: 99.5%;
  }
}
.spec .spec__sec .spec__sec__gallery a:hover::before {
  opacity: 0 !important;
}
.spec .spec__sec .spec__sec__gallery a .spec__sec__img__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 0.5em;
}
.spec .spec__method {
  margin-bottom: 120px;
  padding: 120px 0;
  background-color: #2F2F2E;
}
.spec .spec__rugged {
  margin-bottom: 120px;
}
.spec .spec__rugged h2,
.spec .spec__rugged .sub__ttl,
.spec .spec__rugged .spec__sec__txt {
  color: #2F2F2E;
}

body .remodal {
  max-width: 1120px;
  margin: 150px 0;
  padding: 0;
  background-color: transparent;
}
body .remodal .remodal__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .remodal .remodal__ttl.remodal-cancel {
  padding: 0;
  background-color: initial;
  cursor: auto;
}
body .remodal h2 {
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: 0.8em;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  body .remodal h2 {
    margin-bottom: 40px;
  }
}
body .remodal-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}
body .remodal__wrapper {
  background-color: #2F2F2E;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.39);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.39);
}
body .remodal__wrapper .remodal__wrapper__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 20px 20px;
}
@media screen and (max-width: 750px) {
  body .remodal__wrapper .remodal__wrapper__inner {
    padding: 40px 20px 20px;
  }
}
body .remodal__wrapper h3 {
  margin-bottom: 32px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 0.18em;
  text-align: left;
}
body .remodal__wrapper p {
  margin-bottom: 40px;
  font-size: 12px;
  color: #A5A5A5;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
}
body .remodal__wrapper img {
  display: block;
  margin: 40px 0;
}
body .remodal__wrapper .remodal-cancel {
  padding: 0 0 80px;
  background-color: transparent;
  min-width: initial;
}
@media screen and (max-width: 750px) {
  body .remodal__wrapper .remodal-cancel {
    padding: 0 0 40px;
  }
}
body .remodal__wrapper .remodal-cancel img {
  margin: 0;
}

.blogpage {
  margin: 0 0 80px;
}
.blogpage h1 {
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 200;
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.blogpage h1.loaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 750px) {
  .blogpage h1 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }
}
.blogpage .blog__archive__wrap {
  padding: 110px;
  background-color: #DDDDDD;
}
@media screen and (max-width: 750px) {
  .blogpage .blog__archive__wrap {
    padding: 60px 0;
  }
}
.blogpage .blog__archive__wrap .blog__archive__item {
  margin-bottom: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 751px) {
  .blogpage .blog__archive__wrap .blog__archive__item:hover {
    margin-left: 10px;
  }
  .blogpage .blog__archive__wrap .blog__archive__item:hover h3,
  .blogpage .blog__archive__wrap .blog__archive__item:hover .date {
    color: #CCB394;
  }
}
@media screen and (max-width: 750px) {
  .blogpage .blog__archive__wrap .blog__archive__item {
    margin-bottom: 40px;
  }
}
.blogpage .blog__archive__wrap .blog__archive__item:last-child {
  margin-bottom: 0;
}
.blogpage .blog__archive__wrap h3 {
  font-size: 14px;
  color: #191209;
  letter-spacing: 0.18em;
  line-height: 2.1;
}
.blogpage .blog__archive__wrap .date {
  margin-top: 5px;
  font-size: 14px;
  color: #9F9F9F;
}

.gallerypage {
  margin-bottom: 160px;
}
@media screen and (max-width: 1000px) {
  .gallerypage {
    margin-bottom: 80px;
  }
}
.gallerypage h1 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 200;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
.gallerypage h1.loaded {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .gallerypage h1 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }
}
.gallerypage .pagination {
  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-top: 60px;
}

.gallerypage__archive .paginationNum {
  position: absolute;
  top: 420px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .gallerypage__archive .paginationNum {
    top: 160px;
  }
}
@media screen and (max-width: 750px) {
  .gallerypage__archive .paginationNum {
    top: 120px;
  }
}

.gallerypage__archive__wrap {
  background-color: #2F2F2E;
}
@media screen and (min-width: 1001px) {
  .gallerypage__archive__wrap {
    height: 2200px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .gallerypage__archive__wrap {
    height: 1700px;
  }
}
@media screen and (max-width: 1000px) {
  .gallerypage__archive__wrap {
    padding-bottom: 80px;
  }
}
.gallerypage__archive__wrap > .inner {
  background-image: url("../../assets/images/common/bg_gallery.svg");
  background-position: right bottom -50px;
  background-repeat: no-repeat;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .gallerypage__archive__wrap > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  .archive__map {
    margin: 0 auto;
  }
}
.archive__map .archive__map__inner {
  position: relative;
}
.archive__map h3 {
  font-size: 14px;
  color: #F2EDE7;
  letter-spacing: 0.18em;
  line-height: 1.7;
}
@media screen and (min-width: 1367px) {
  .archive__map {
    position: absolute;
    max-width: 400px;
  }
  .archive__map:nth-child(1) {
    top: 130px;
    left: 0;
  }
  .archive__map:nth-child(2) {
    top: 204px;
    right: 0;
  }
  .archive__map:nth-child(3) {
    top: 666px;
    left: 100px;
  }
  .archive__map:nth-child(4) {
    top: 740px;
    right: 100px;
  }
  .archive__map:nth-child(5) {
    top: 1198px;
    left: 50px;
  }
  .archive__map:nth-child(6) {
    top: 1272px;
    right: 50px;
  }
  .archive__map h3 {
    position: absolute;
    top: 80px;
    right: -40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1366px) {
  .archive__map {
    position: absolute;
    max-width: 300px;
  }
  .archive__map:nth-child(1) {
    top: 210px;
    left: 0;
  }
  .archive__map:nth-child(2) {
    top: 250px;
    right: 100px;
  }
  .archive__map:nth-child(3) {
    top: 650px;
    left: 50px;
  }
  .archive__map:nth-child(4) {
    top: 700px;
    right: 80px;
  }
  .archive__map:nth-child(5) {
    top: 1250px;
    left: 50px;
  }
  .archive__map:nth-child(6) {
    top: 1160px;
    right: 150px;
  }
  .archive__map h3 {
    position: absolute;
    top: 80px;
    right: -40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .archive__map {
    position: absolute;
    width: 40%;
  }
  .archive__map:nth-child(1) {
    top: 210px;
    left: 0;
  }
  .archive__map:nth-child(2) {
    top: 250px;
    right: 50px;
  }
  .archive__map:nth-child(3) {
    top: 650px;
    left: 30px;
  }
  .archive__map:nth-child(4) {
    top: 700px;
    right: 40px;
  }
  .archive__map:nth-child(5) {
    top: 1250px;
    left: 30px;
  }
  .archive__map:nth-child(6) {
    top: 1160px;
    right: 50px;
  }
  .archive__map h3 {
    position: absolute;
    top: 80px;
    right: -40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 750px) {
  .archive__map {
    width: 100%;
    padding-top: 120px;
  }
  .archive__map:nth-child(1) .archive__map__inner {
    margin-left: 20px;
  }
  .archive__map:nth-child(2) .archive__map__inner {
    margin-left: 30px;
  }
  .archive__map:nth-child(3) .archive__map__inner {
    margin-left: 0;
  }
  .archive__map:nth-child(4) .archive__map__inner {
    margin-left: 50px;
  }
  .archive__map:nth-child(5) .archive__map__inner {
    margin-left: 20px;
  }
  .archive__map:nth-child(6) .archive__map__inner {
    margin-left: 20px;
  }
  .archive__map h3 {
    margin-top: 20px;
    font-size: 14px;
  }
  .archive__map a {
    position: relative;
    display: block;
    max-width: 300px !important;
  }
}
.archive__map .date {
  position: absolute;
  top: -70px;
  right: -80px;
}
@media screen and (max-width: 1000px) {
  .archive__map .date {
    top: -80px;
    right: -40px;
  }
}
@media screen and (max-width: 750px) {
  .archive__map .date {
    top: -75px;
    right: 0;
  }
}
.archive__map .date .date__inner {
  position: relative;
  width: 110px;
  height: 120px;
  background-image: url("../../assets/images/top/gallery_icon_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1000px) {
  .archive__map .date .date__inner {
    width: 84px;
    height: 90px;
  }
}
.archive__map .date span {
  position: absolute;
  color: #695A4A;
}
.archive__map .date .date__year {
  width: 37px;
  height: 19px;
  top: -3px;
  right: 34px;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-left: 0.2em;
  background-color: #2E2E2E;
}
@media screen and (max-width: 1000px) {
  .archive__map .date .date__year {
    width: 26px;
    height: 9px;
    font-size: 9px;
    top: -2px;
    right: 28px;
    padding: 0;
  }
}
.archive__map .date .date__month {
  top: 33px;
  right: 55px;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .archive__map .date .date__month {
    font-size: 14px;
    top: 25px;
    right: 45px;
  }
}
.archive__map .date .date__date {
  top: 60px;
  right: 25px;
  font-size: 29px;
  letter-spacing: 0.05em;
  font-weight: 200;
}
@media screen and (max-width: 1000px) {
  .archive__map .date .date__date {
    top: 50px;
    right: 15px;
    font-size: 23px;
  }
}
.archive__map .archive__map__img {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 50;
}
.archive__map .archive__map__img::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #d5dde3;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: 99;
}
@media screen and (min-width: 751px) {
  .archive__map .archive__map__img:hover {
    opacity: 0.7;
  }
}
.archive__map .archive__map__img img {
  position: relative;
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .archive__map .archive__map__img img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  .archive__map .archive__map__img img {
    width: 250px;
    height: 250px;
  }
}
.archive__map .archive__map__img.show::before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.lb-data .lb-close {
  background: url("../../assets/images/concept/icon_close.svg") top right no-repeat !important;
}

.lb-nav a.lb-next {
  background: url("../../assets/images/concept/icon_next.svg") right 48% no-repeat !important;
  position: absolute !important;
  right: -60px !important;
  opacity: 1 !important;
}

.lb-nav a.lb-prev {
  background: url("../../assets/images/concept/icon_prev.svg") left 48% no-repeat !important;
  position: absolute !important;
  left: -60px !important;
  opacity: 1 !important;
}

#lightbox {
  width: 90% !important;
  right: 0 !important;
  margin: auto !important;
}

.lb-outerContainer,
.lb-container,
.lb-image {
  width: 100% !important;
}

.contact {
  margin: 50px 0 120px;
}
.contact .inner {
  max-width: 870px;
}
@media screen and (min-width: 751px) {
  .contact .contact__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 750px) {
  .contact .contact__top {
    margin-bottom: 60px;
  }
}
.contact .contact__top h1 {
  font-size: 50px;
  line-height: 1.5;
  color: #2F2F2E;
  font-weight: 200;
}
@media screen and (min-width: 751px) {
  .contact .contact__top h1 {
    margin-right: 185px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 750px) {
  .contact .contact__top h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.contact .contact__top .contact__toptxt h2 {
  margin-bottom: 40px;
  font-size: 16px;
  color: #4E4E4E;
  letter-spacing: 0.18em;
  line-height: 2.1;
}
@media screen and (max-width: 750px) {
  .contact .contact__top .contact__toptxt h2 {
    margin-bottom: 20px;
  }
}
.contact .contact__top .contact__toptxt p {
  max-width: 610px;
  margin-bottom: 40px;
  font-size: 12px;
  color: #4E4E4E;
  letter-spacing: 0.12em;
  line-height: 2.3;
}
.contact .contact__top .contact__toptxt a {
  display: inline-block;
  color: #612E19;
  border-bottom: 1px solid #A5A5A5;
}
.contact .contact__top .contact__toptxt a:hover {
  border-bottom: 1px solid transparent;
}
.contact .contact__form input[type=text],
.contact .contact__form input[type=tel],
.contact .contact__form input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border-bottom: 1px solid #A5A5A5;
}
.contact .contact__form textarea {
  padding: 28px 20px;
  border: 1px solid #A5A5A5;
  background-color: transparent;
  font-size: 14px;
  line-height: 2.4;
}
.contact .contact__form input[type=radio] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px !important;
  height: 10px !important;
  padding: 8px;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}
.contact .contact__form input[type=radio]:checked {
  border: 1px solid #717171;
}
.contact .contact__form input[type=radio]:checked:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  width: 10px !important;
  height: 10px !important;
  background: #717171;
  border-radius: 50%;
}
.contact .contact__form button,
.contact .contact__form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  background-color: #4E4E4E;
  width: 218px;
  height: 43px;
  font-size: 14px;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.18em;
  cursor: pointer;
}
.contact .contact__form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.contact .contact__form .wpcf7-list-item-label {
  font-size: 14px;
  color: #000000;
}
@media screen and (min-width: 751px) {
  .contact .contact__form .form__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 750px) {
  .contact .contact__form .form__items {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .contact .contact__form .form__items.radio .wpcf7-list-item.first {
    margin: 0;
  }
}
@media screen and (min-width: 751px) {
  .contact .contact__form .form__items.radio .wpcf7-list-item {
    margin-left: 45px;
  }
}
@media screen and (max-width: 750px) {
  .contact .contact__form .form__items.radio .wpcf7-list-item {
    margin: 0 0 15px 0;
  }
}
.contact .contact__form .form__items.radio .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact__form .form__items.radio .wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 5px;
}
.contact .contact__form .form__items.radio input {
  width: initial;
}
@media screen and (max-width: 750px) {
  .contact .contact__form .form__items.radio input {
    margin-top: 0;
  }
}
.contact .contact__form .form__items label {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .contact .contact__form .form__items label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact .contact__form .form__items input,
.contact .contact__form .form__items textarea,
.contact .contact__form .form__items .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .contact__form .form__items .form__items__ttl {
  display: block;
  width: 240px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.18em;
  line-height: 2.3;
}
@media screen and (max-width: 750px) {
  .contact .contact__form .form__items .form__items__ttl {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  .contact .contact__form .form__items .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact .contact__form .form__items .wpcf7-radio span {
  display: block;
}
.contact .contact__form .form__items .wpcf7-radio .wpcf7-list-item {
  width: initial;
}
.contact .contact__form .form__item__notice {
  max-width: 870px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #707070;
  padding-left: 22%;
  margin: -56px 0 56px 0;
}
@media screen and (max-width: 750px) {
  .contact .contact__form .form__item__notice {
    padding: 0;
    margin: -30px 0 30px 0;
  }
}
.contact .contact__form .form__send {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .contact .contact__form .form__send input {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .contact .contact__form .form__send input:hover {
    background-color: #CCB394;
  }
}
.contact .contact__form .wpcf7-display-none {
  background-color: #fff;
}

.singlepage h1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 200;
}
@media screen and (max-width: 750px) {
  .singlepage h1 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }
}

.singlepage__detail {
  background-color: #DDDDDD;
}
.singlepage__detail .inner {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .singlepage__detail .inner {
    margin-bottom: 120px;
  }
}
.singlepage__detail article {
  padding: 60px 0;
}
@media screen and (min-width: 1001px) {
  .singlepage__detail article {
    max-width: 800px;
    margin-left: 240px;
    padding: 120px 0 140px;
  }
}
.singlepage__detail article h2 {
  margin-bottom: 15px;
  font-size: 14px;
  color: #191209;
  line-height: 2;
  letter-spacing: 0.18em;
}
.singlepage__detail article .singledate {
  display: block;
  margin-bottom: 40px;
  font-size: 14px;
  color: #9F9F9F;
}
.singlepage__detail article .article__thum {
  margin-bottom: 75px;
}
.singlepage__detail article .article__thum img {
  height: auto;
}
.singlepage__detail article .article__content p {
  margin-bottom: 40px;
  font-size: 13px;
  color: #000000;
  line-height: 2.1;
}
@media screen and (min-width: 1001px) {
  .singlepage__detail .singlepage__back {
    position: absolute;
    bottom: 100px;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .singlepage__detail .singlepage__back {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.singlepage__detail .singlepage__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #909090;
  letter-spacing: 0.16em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  .singlepage__detail .singlepage__back a:hover {
    opacity: 0.6;
  }
}
.singlepage__detail .singlepage__back a img {
  display: block;
  margin-top: 10px;
}

.privacypolicy .privacypolicy__wrap {
  margin-bottom: 120px;
}
@media screen and (min-width: 1001px) {
  .privacypolicy .privacypolicy__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  .privacypolicy .privacypolicy__wrap {
    margin: 60px 20px;
  }
}
.privacypolicy h1 {
  font-size: 50px;
  font-weight: 200;
}
@media screen and (min-width: 1001px) {
  .privacypolicy h1 {
    margin-right: 185px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1000px) {
  .privacypolicy h1 {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
  }
}
.privacypolicy .privacypolicy__txt {
  max-width: 620px;
}
.privacypolicy .privacypolicy__txt p {
  margin-bottom: 40px;
  font-size: 12px;
  color: #4E4E4E;
  letter-spacing: 0.12em;
  line-height: 2.2;
}

@media screen and (max-width: 750px) {
  .trimmingtop .inner {
    margin: 0;
  }
}
@media screen and (min-width: 751px) {
  .trimmingtop .trimmingtop__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.trimmingtop .trimmingtop__wrap h1 {
  font-size: 50px;
  color: #2F2F2E;
  font-weight: 200;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 751px) {
  .trimmingtop .trimmingtop__wrap h1 {
    margin-right: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}
@media screen and (max-width: 750px) {
  .trimmingtop .trimmingtop__wrap h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.trimmingtop .trimmingtop__wrap h1.loaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 750px) {
  .trimmingtop .trimmingtop__txt .inner {
    margin: 0;
  }
}
.trimmingtop .trimmingtop__txt .trimmingtop__txt__img {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out;
  transition: transform 1s ease-out, opacity 1s ease-in-out, -webkit-transform 1s ease-out;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
.trimmingtop .trimmingtop__txt .trimmingtop__txt__img.loaded {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .trimmingtop .trimmingtop__txt .trimmingtop__txt__img {
    height: auto;
  }
}
.trimmingtop .trimmingtop__txt .trimmingtop__txt__wrap {
  max-width: 700px;
  margin: 80px 0 100px auto;
}
@media screen and (max-width: 750px) {
  .trimmingtop .trimmingtop__txt .trimmingtop__txt__wrap {
    max-width: 100%;
    margin: 60px 20px;
  }
}
.trimmingtop .trimmingtop__txt h2 {
  font-size: 16px;
  color: #000000;
  line-height: 2.1;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 750px) {
  .trimmingtop .trimmingtop__txt h2 {
    font-size: 14px;
  }
}
.trimmingtop .trimmingtop__txt ul {
  margin: 60px 0;
}
@media screen and (max-width: 750px) {
  .trimmingtop .trimmingtop__txt ul {
    margin: 40px 0;
  }
}
.trimmingtop .trimmingtop__txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-size: 12px;
  letter-spacing: 0.26em;
  color: #4E4E4E;
  line-height: 2.2;
}
.trimmingtop .trimmingtop__txt ul li span {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
}
.trimmingtop .trimmingtop__txt ul li a {
  color: #4E4E4E;
}
@media screen and (max-width: 750px) {
  .trimmingtop .trimmingtop__txt ul li a {
    text-decoration: underline;
  }
}
.trimmingtop .trimmingtop__txt p.mail {
  display: block;
  font-size: 12px;
  color: #4E4E4E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.trimmingtop .trimmingtop__txt p.mail:hover {
  color: #D2B46C;
  opacity: 0.5;
}
.trimmingtop .trimmingtop__txt .facebook .about__facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #2F2F2E;
  padding: 32.5px 30px;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.trimmingtop .trimmingtop__txt .facebook .about__facebook:hover {
  opacity: 0.5;
}
.trimmingtop .trimmingtop__txt .facebook .about__facebook img {
  display: block;
  margin-right: 30px;
}

.trimmingpage h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 200;
}
@media screen and (max-width: 750px) {
  .trimmingpage h2 {
    font-size: 20px;
    text-align: center;
  }
}

.trimmingpage__archive__wrap {
  background-color: #DDDDDD;
  background-image: url("../../assets/images/common/bg_trimming.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1001px) {
  .trimmingpage__archive__wrap {
    height: 1782px;
  }
}
@media screen and (max-width: 1000px) {
  .trimmingpage__archive__wrap {
    background-image: url("../../assets/images/common/bg_trimming_tb.png");
  }
}
@media screen and (max-width: 750px) {
  .trimmingpage__archive__wrap {
    padding: 50px 0;
    background-image: none;
  }
}
.trimmingpage__archive__wrap ul {
  position: relative;
  height: 1000px;
}
@media screen and (max-width: 1000px) {
  .trimmingpage__archive__wrap ul {
    height: 2100px;
  }
}
@media screen and (max-width: 750px) {
  .trimmingpage__archive__wrap ul {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map {
    border-bottom: 1px solid #9F9F9F;
    padding-top: 31px;
    padding-bottom: 30px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 752px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(odd) .location_area .location::after {
    bottom: -33px;
    left: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(even) .location_area .location::after {
    bottom: -31px;
    left: 0;
  }
}
@media screen and (max-width: 751px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(odd) .location_area .location::after {
    bottom: -30px;
    left: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(even) .location_area .location::after {
    bottom: -30px;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(odd) .location_area .location::after {
    bottom: 30px;
    left: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(even) .location_area .location::after {
    bottom: 30px;
    left: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:first-child {
    padding-top: 0;
  }
}
.trimmingpage__archive__wrap ul .trimmingpage__map .location_area {
  position: relative;
}
.trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location {
  position: absolute;
  width: 312px;
  z-index: 50;
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location {
    width: 100%;
    max-width: 300px;
  }
}
.trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location::after {
  content: "";
  position: absolute;
  display: block;
  width: 312px;
  height: 1px;
  background-color: #9F9F9F;
}
@media screen and (max-width: 750px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location {
    position: relative;
    padding: 0 0 0 0;
  }
}
.trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location .ttl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.18em;
}
.trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location .sub_ttl {
  padding: 20px 0 10px 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4E4E4E;
}
.trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location .lo_txt {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4E4E4E;
}
@media screen and (min-width: 1367px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map {
    position: absolute;
    max-width: 300px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(1) {
    top: 132px;
    left: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(1) .location {
    top: 36px;
    left: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(2) {
    top: 206px;
    right: 40px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(2) .location {
    bottom: 72px;
    right: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(3) {
    top: 666px;
    left: 40px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(3) .location {
    top: 38px;
    left: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(4) {
    top: 741px;
    right: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(4) .location {
    bottom: 47px;
    right: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(5) {
    top: 1197px;
    left: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(5) .location {
    top: 38px;
    left: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(6) {
    top: 1272px;
    right: 40px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(6) .location {
    bottom: 71px;
    right: 289px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1366px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map {
    position: absolute;
    max-width: 300px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(1) {
    top: 132px;
    left: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(1) .location {
    top: 36px;
    left: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(2) {
    top: 206px;
    right: 40px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(2) .location {
    bottom: 72px;
    right: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(3) {
    top: 666px;
    left: 40px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(3) .location {
    top: 38px;
    left: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(4) {
    top: 741px;
    right: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(4) .location {
    bottom: 47px;
    right: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(5) {
    top: 1197px;
    left: 0;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(5) .location {
    top: 38px;
    left: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(6) {
    top: 1272px;
    right: 40px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(6) .location {
    bottom: 71px;
    right: 289px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map {
    position: absolute;
    max-width: 300px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location {
    padding: 0 40px 0 40px;
    z-index: 51;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location .sub_ttl {
    padding: 20px 0 10px 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.026em;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(1) {
    top: 100px;
    left: 20px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(1) .location {
    top: 38px;
    left: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-of-type(2) {
    top: 326px;
    right: 20px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-of-type(2) .location {
    bottom: 70px;
    right: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(3) {
    top: 750px;
    left: 20px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(3) .location {
    top: 60px;
    left: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(4) {
    top: 1000px;
    right: 20px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(4) .location {
    bottom: 70px;
    right: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(5) {
    top: 1400px;
    left: 20px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(5) .location {
    top: 60px;
    left: 289px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(6) {
    top: 1650px;
    right: 20px;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map:nth-child(6) .location {
    bottom: 70px;
    right: 289px;
  }
}
@media screen and (max-width: 750px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location {
    margin: 0 auto;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location .ttl {
    padding-top: 28px;
    font-size: 14px;
    line-height: 1.4;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location .sub_ttl {
    padding: 15px 0 10px 0;
    font-size: 12px;
    line-height: 1;
  }
  .trimmingpage__archive__wrap ul .trimmingpage__map .location_area .location .lo_txt {
    font-size: 12px;
    line-height: 1;
  }
}
.trimmingpage__archive__wrap ul .trimmingpage__map .trimmingpage__map__img {
  position: relative;
  overflow: hidden;
  z-index: 50;
  width: 300px;
  height: 380px;
}
@media screen and (max-width: 750px) {
  .trimmingpage__archive__wrap ul .trimmingpage__map .trimmingpage__map__img {
    margin: 0 auto;
    max-width: 300px;
    height: 400px;
  }
}
.trimmingpage__archive__wrap ul .trimmingpage__map .trimmingpage__map__img::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d5dde3;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: 99;
}
.trimmingpage__archive__wrap ul .trimmingpage__map .trimmingpage__map__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trimmingpage__archive__wrap ul .trimmingpage__map .trimmingpage__map__img.show::before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.trimmingpage .pagination {
  padding: 60px 0;
}

.singlegallery {
  margin-bottom: 140px;
}
@media screen and (min-width: 751px) {
  .singlegallery .singlegallery__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 751px) {
  .singlegallery .singlegallery__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 751px) {
  .singlegallery .singlegallery__info h1,
  .singlegallery .singlegallery__info .singlegallery__info__date {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.singlegallery .singlegallery__info h1 {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #2F2F2E;
}
.singlegallery .singlegallery__info .singlegallery__info__date {
  font-size: 14px;
  color: #CCB394;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .singlegallery .singlegallery__info .singlegallery__info__date {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .singlegallery .singlegallery__info .singlegallery__info__date {
    margin-bottom: 20px;
  }
}
.singlegallery .singlegallery__detail__thumnail img {
  display: block;
  margin: 0 0 70px !important;
  height: auto;
}
@media screen and (max-width: 750px) {
  .singlegallery .singlegallery__detail__thumnail img {
    margin: 0 0 35px !important;
  }
}
@media screen and (min-width: 751px) {
  .singlegallery .singlegallery__detail {
    max-width: 800px;
    margin-left: 180px;
  }
}
.singlegallery .singlegallery__detail p {
  margin-bottom: 30px;
  font-size: 13px;
  letter-spacing: 0.18em;
  line-height: 2.1;
}
.singlegallery .singlegallery__detail img {
  display: block;
  margin: 100px 0 70px;
}
@media screen and (max-width: 750px) {
  .singlegallery .singlegallery__detail img {
    margin: 50px 0 35px;
  }
}
@media screen and (min-width: 1001px) {
  .singlegallery .singlepage__back {
    position: absolute;
    bottom: 100px;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .singlegallery .singlepage__back {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.singlegallery .singlepage__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #909090;
  letter-spacing: 0.16em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  .singlegallery .singlepage__back a:hover {
    opacity: 0.6;
  }
}
.singlegallery .singlepage__back a img {
  display: block;
  margin-top: 10px;
}

/*--------------コンセプト：モーダル--------------*/
.lb-nav a.lb-next {
  width: 3% !important;
  right: -15px !important;
}

.lb-nav a.lb-prev {
  width: 3% !important;
  left: -15px !important;
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background-image: url(../../assets/images/common/icons.png) !important;
}

/*--------------SNSアイコン（ヘッダー・フッター）--------------*/
.go__to__instagram a {
  display: inline-block;
}
.go__to__instagram a img {
  width: 16px;
}
.go__to__instagram a.pinterest, .go__to__instagram a.houzz {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .go__to__instagram a {
    padding: 5px 5px 15px;
  }
}
@media screen and (min-width: 751px) {
  .go__to__instagram a img {
    display: block;
  }
  .go__to__instagram a.pinterest, .go__to__instagram a.houzz, .go__to__instagram a.note, .go__to__instagram a.threads {
    padding-left: 8px;
  }
  .go__to__instagram a.pinterest:hover img, .go__to__instagram a.houzz:hover img, .go__to__instagram a.note:hover img, .go__to__instagram a.threads:hover img {
    opacity: 0.6;
  }
  .go__to__instagram a.pinterest:before, .go__to__instagram a.houzz:before, .go__to__instagram a.note:before, .go__to__instagram a.threads:before {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .footer__wrap .go__to__instagram {
    margin-bottom: 20px;
  }
  .footer__wrap .go__to__instagram a {
    padding: 5px 10px 0 0;
  }
}

body {
  background-color: #E6E6E6;
  font-family: "Yu Mincho", "YuMincho", "Spectral", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E";
}

.inner {
  position: relative;
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (max-width: 1166px) {
  .inner {
    margin: 0 20px;
  }
}