/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff") format("woff");
}
/*  html / body
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #2d2d32;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.6vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1051px) {
  body {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.5em;
  }
}
a.on--opa {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a.on--opa:hover {
  opacity: 0.9;
}

.on--popup {
  position: relative;
  display: block;
}

.on--popup:after {
  content: "";
  position: absolute;
  right: 1.3333333333vw;
  bottom: 1.3333333333vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.on--under {
  color: #F25041;
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .on--popup:after {
    right: 0.7619047619vw;
    bottom: 0.7619047619vw;
    width: 2.0952380952vw;
    height: 2.0952380952vw;
  }
  .on--under {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .on--under:hover {
    color: #737373;
  }
}
@media screen and (min-width: 1051px) {
  .on--popup:after {
    right: 0.5555555556vw;
    bottom: 0.5555555556vw;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 8px;
    bottom: 8px;
    width: 22px;
    height: 22px;
  }
}
/* utils
-------------------------------------------------------*/
.desc p {
  line-height: 1.75em;
}
.desc p:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}
.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  keyframes
-------------------------------------------------------*/
@-webkit-keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes arrowlong02 {
  0% {
    left: -0.4em;
    opacity: 0;
  }
  20% {
    left: -0.4em;
    opacity: 1;
  }
  80% {
    left: calc(100% - 0.4em);
    opacity: 1;
  }
  100% {
    left: calc(100% - 0.4em);
    opacity: 0;
  }
}
@keyframes arrowlong02 {
  0% {
    left: -0.4em;
    opacity: 0;
  }
  20% {
    left: -0.4em;
    opacity: 1;
  }
  80% {
    left: calc(100% - 0.4em);
    opacity: 1;
  }
  100% {
    left: calc(100% - 0.4em);
    opacity: 0;
  }
}
/*  #header
-------------------------------------------------------------------------------*/
.header-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 16vw;
  z-index: 7777;
}

.header-logo a {
  display: block;
}

@media screen and (min-width: 751px) {
  .header-logo {
    top: 0.9523809524vw;
    left: 0.9523809524vw;
    width: 11.4285714286vw;
  }
}
@media screen and (min-width: 1051px) {
  .header-logo {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-logo {
    top: 10px;
    height: 10px;
    width: 120px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.container {
  position: relative;
}

.contents {
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .contents {
    margin-left: auto;
    width: 52.380952381vw;
  }
}
@media screen and (min-width: 1051px) {
  .container {
    width: calc(100% - 27.0833333333vw);
  }
  .contents {
    width: 38.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .container {
    width: calc(100% - 390px);
  }
  .contents {
    width: 550px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  margin-bottom: 16vw;
}

@media screen and (min-width: 751px) {
  .footer {
    margin-bottom: 0;
  }
}
/* ------------------------------------------- top - */
.footer-top {
  position: relative;
  padding: 36.6666666667vw 5.3333333333vw 18.6666666667vw 5.3333333333vw;
  background-image: url(../img/footer/bg.jpg);
  background-size: cover;
  background-position: center;
}
.footer-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 50, 0.4);
}

.footer-logo {
  position: absolute;
  top: -4vw;
  left: 50%;
  width: 28vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.footer-logo a {
  position: relative;
  display: block;
}

.footer-info {
  position: relative;
  text-align: center;
  z-index: 1;
}

.footer-info-head {
  margin-bottom: 1em;
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.5333333333vw;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.08em;
}

.footer-tel a,
.footer-tel p {
  display: inline-block;
  color: #ffffff;
  font-family: "Crimson Text";
  font-size: 10.6666666667vw;
  text-align: center;
  letter-spacing: 0.12em;
}

.footer-time {
  margin-top: 0.8em;
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 751px) {
  .footer-top {
    padding: 19.0476190476vw 3.8095238095vw 9.5238095238vw 3.8095238095vw;
    background-image: url(../img/footer/bg.jpg);
    background-image: image-set(url(../img/footer/bg.jpg) 1x, url(../img/footer/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/footer/bg.jpg) 1x, url(../img/footer/bg-2x.jpg) 2x);
  }
  .footer-logo {
    top: -1.9047619048vw;
    width: 14.6666666667vw;
  }
  .footer-info-head {
    font-size: 2.2857142857vw;
  }
  .footer-tel a,
  .footer-tel p {
    font-size: 5.5238095238vw;
  }
  .footer-time {
    font-size: 2.1904761905vw;
  }
}
@media screen and (min-width: 1051px) {
  .footer-top {
    padding: 13.8888888889vw 2.7777777778vw 6.9444444444vw 2.7777777778vw;
  }
  .footer-logo {
    top: -1.3888888889vw;
    width: 10.6944444444vw;
  }
  .footer-info-head {
    font-size: 1.6666666667vw;
  }
  .footer-tel a,
  .footer-tel p {
    font-size: 4.0277777778vw;
  }
  .footer-time {
    font-size: 1.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-top {
    padding: 200px 40px 100px 40px;
  }
  .footer-logo {
    top: -20px;
    width: 154px;
  }
  .footer-info-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .footer-tel a,
  .footer-tel p {
    font-size: 58px;
    font-size: 5.8rem;
  }
  .footer-time {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
/* ------------------------------------------- bottom - */
.footer-bottom {
  position: relative;
  padding: 10vw 5.3333333333vw 6vw 5.3333333333vw;
  background-color: #2d2d32;
}

.footer-copy {
  margin-top: 6vw;
  color: #ffffff;
  font-size: 3.2vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer-bottom {
    padding: 5.2380952381vw 3.8095238095vw 3.3333333333vw 3.8095238095vw;
  }
  .footer-copy {
    margin-top: 3.8095238095vw;
    font-size: 1.619047619vw;
  }
}
@media screen and (min-width: 1051px) {
  .footer-bottom {
    padding: 3.8194444444vw 2.7777777778vw 2.4305555556vw 2.7777777778vw;
  }
  .footer-copy {
    margin-top: 2.7777777778vw;
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    padding: 50px 40px 35px 40px;
  }
  .footer-copy {
    margin-top: 40px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
.menu {
  position: relative;
  background-image: url(../img/common/bg.jpg);
  background-image: image-set(url(../img/common/bg.jpg) 1x, url(../img/common/bg-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg.jpg) 1x, url(../img/common/bg-2x.jpg) 2x);
  background-repeat: repeat;
}

.menu-scroll {
  position: relative;
  padding: 11.3333333333vw 9.3333333333vw;
  height: 100%;
  overflow-y: auto;
}

.menu-in {
  position: relative;
}

.menu-head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-head {
  position: relative;
  margin-bottom: 10vw;
  padding-left: 8vw;
  text-align: center;
}
.menu-head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/header/home.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-head span {
  position: relative;
  padding: 0 0 0.3em 0.2em;
  font-family: "Crimson Text";
  font-size: 7.4666666667vw;
  letter-spacing: 0.2em;
}
.menu-head span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #c2b082;
  border-radius: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.navi > li {
  position: relative;
}
.navi > li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 1px;
  background-repeat: repeat-x;
}

.navi > li > div {
  position: relative;
}

.navi > li > div.navi-parent:nth-child(1):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/header/plus.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.navi > li > div.navi-parent:nth-child(1).is-open:after {
  background-image: url(../img/header/minus.svg);
}

.navi-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12vw 0 2.6666666667vw;
  height: 14.6666666667vw;
  cursor: pointer;
}

.navi-menu-jp {
  position: relative;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.navi > li > div:not(.navi-submenu) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.navi-submenu {
  display: none;
  position: relative;
  margin-left: auto;
  padding-bottom: 3.3333333333vw;
  width: 82.6666666667vw;
}

.navi-submenu-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4vw;
  height: 10vw;
  font-size: 3.7333333333vw;
}
.navi-submenu-list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
}

.navi-submenu-list a:last-child:before {
  content: none;
}

.menu .sns {
  margin-top: 8vw;
}

.menu-btn {
  margin-top: 8vw;
}

.menu-btn a:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

@media screen and (max-width: 1050px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 7777 !important;
  }
  .menu.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 751px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 37.1428571429vw;
    height: 100%;
    z-index: 1;
  }
  .menu-scroll {
    padding: 4.2857142857vw 3.8095238095vw;
  }
  .menu-head {
    margin-bottom: 3.8095238095vw;
    padding-left: 2.8571428571vw;
  }
  .menu-head:before {
    width: 1.9047619048vw;
    height: 1.9047619048vw;
  }
  .menu-head span {
    font-size: 2.6666666667vw;
  }
  .menu-head span:after {
    height: 7.619047619vw;
    height: 0.2857142857vw;
    border-radius: 0.0952380952vw;
  }
  .navi > li:after {
    height: 0.1904761905vw;
    background-size: auto 0.1904761905vw;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    right: 0.9523809524vw;
    width: 1.5238095238vw;
    height: 1.5238095238vw;
  }
  .navi-menu {
    padding: 0 3.8095238095vw 0 0.9523809524vw;
    height: 5.7142857143vw;
  }
  .navi-menu-jp {
    font-size: 1.5238095238vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi > li:hover .navi-menu-jp {
    color: #808080;
  }
  .navi-submenu {
    padding-bottom: 1.4285714286vw;
    width: 28.5714285714vw;
  }
  .navi-submenu-list a {
    padding: 0 1.4285714286vw;
    height: 4.7619047619vw;
    font-size: 1.3333333333vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:before {
    height: 0.0952380952vw;
  }
  .navi-submenu-list a:hover {
    color: #808080;
  }
  .menu .sns {
    margin-top: 2.8571428571vw;
  }
  .menu-btn {
    margin-top: 2.8571428571vw;
  }
  .menu-btn a:nth-child(n+2) {
    margin-top: 1.9047619048vw;
  }
}
@media screen and (min-width: 1051px) {
  .menu {
    width: 27.0833333333vw;
  }
  .menu-scroll {
    padding: 3.125vw 2.7777777778vw;
  }
  .menu-head {
    margin-bottom: 2.7777777778vw;
    padding-left: 2.0833333333vw;
  }
  .menu-head:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .menu-head span {
    font-size: 1.9444444444vw;
  }
  .menu-head span:after {
    height: 5.5555555556vw;
    height: 0.2083333333vw;
    border-radius: 0.0694444444vw;
  }
  .navi > li:after {
    height: 0.1388888889vw;
    background-size: auto 0.1388888889vw;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    right: 0.6944444444vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .navi-menu {
    padding: 0 2.7777777778vw 0 0.6944444444vw;
    height: 4.1666666667vw;
  }
  .navi-menu-jp {
    font-size: 1.1111111111vw;
  }
  .navi-submenu {
    padding-bottom: 1.0416666667vw;
    width: 20.8333333333vw;
  }
  .navi-submenu-list a {
    padding: 0 1.0416666667vw;
    height: 3.4722222222vw;
    font-size: 0.9722222222vw;
  }
  .navi-submenu-list a:before {
    height: 0.0694444444vw;
  }
  .menu .sns {
    margin-top: 2.0833333333vw;
  }
  .menu-btn {
    margin-top: 2.0833333333vw;
  }
  .menu-btn a:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu {
    width: 390px;
  }
  .menu-scroll {
    padding: 45px 40px;
  }
  .menu-head {
    margin-bottom: 40px;
    padding-left: 30px;
  }
  .menu-head:before {
    width: 20px;
    height: 20px;
  }
  .menu-head span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .menu-head span:after {
    height: 80px;
    height: 3px;
    border-radius: 1px;
  }
  .navi > li:after {
    height: 2px;
    background-size: auto 2px;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    right: 10px;
    width: 16px;
    height: 16px;
  }
  .navi-menu {
    padding: 0 40px 0 10px;
    height: 60px;
  }
  .navi-menu-jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .navi-submenu {
    padding-bottom: 15px;
    width: 300px;
  }
  .navi-submenu-list a {
    padding: 0 15px;
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .navi-submenu-list a:before {
    height: 1px;
  }
  .menu .sns {
    margin-top: 30px;
  }
  .menu-btn {
    margin-top: 30px;
  }
  .menu-btn a:nth-child(n+2) {
    margin-top: 20px;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 5.3333333333vw;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  z-index: 8888;
  cursor: pointer;
}

.header.is-open .toggle {
  position: fixed;
}

.toggle-bar {
  position: relative;
  margin: 0 auto;
  width: 11.2vw;
  height: 3.7333333333vw;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.toggle-bar span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-bar span:nth-of-type(1) {
  top: 0;
}

.toggle-bar span:nth-of-type(2) {
  top: 3.4666666667vw;
}

.toggle-bar span::before,
.toggle-bar span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d2d32;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle-bar span::before {
  -webkit-transform: translateX(calc(-100% - 2rem));
          transform: translateX(calc(-100% - 2rem));
}

.toggle:hover .toggle-bar span {
  -webkit-transform: translateX(calc(100% + 2rem));
          transform: translateX(calc(100% + 2rem));
}

.toggle.is-active .toggle-bar {
  -webkit-animation: anime-8 1s forwards;
          animation: anime-8 1s forwards;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes anime-8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    overflow: visible;
  }
}

@keyframes anime-8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    overflow: visible;
  }
}
.toggle.is-active .toggle-bar span {
  top: 1.6vw;
  background-color: #2d2d32;
}

.toggle.is-active .toggle-bar span:nth-of-type(1) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.toggle.is-active .toggle-bar span:nth-of-type(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.toggle.is-active .toggle-bar span::before,
.toggle.is-active .toggle-bar span::after {
  content: none;
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 2vw;
  font-family: "Crimson Text";
  font-size: 4.8vw;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.04em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .toggle {
    padding-top: 2.8571428571vw;
    width: 9.9047619048vw;
    height: 9.9047619048vw;
  }
  .toggle-bar {
    width: 5.8095238095vw;
    height: 2.0952380952vw;
  }
  .toggle-bar span {
    height: 0.1904761905vw;
  }
  .toggle-bar span:nth-of-type(2) {
    top: 1.9047619048vw;
  }
  .toggle.is-active .toggle-bar span {
    top: 0.8571428571vw;
  }
  .toggle-text {
    bottom: 0.9523809524vw;
    font-size: 2.4761904762vw;
  }
}
@media screen and (min-width: 1051px) {
  .toggle {
    display: none;
  }
}
/* hero
-------------------------------------------------------------------------------*/
.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 52.380952381vw);
  height: 100%;
  overflow: hidden;
}

.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
}

.hero .swiper-slide.is-play .hero-image img {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero-copy {
  position: absolute;
  left: 1.9047619048vw;
  bottom: 7.619047619vw;
  width: 26.4761904762vw;
  z-index: 1;
}

@media screen and (min-width: 1051px) {
  .hero {
    width: calc(100% - 65.2777777778vw);
  }
  .hero-copy {
    left: 1.3888888889vw;
    bottom: 5.5555555556vw;
    width: 19.3055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .hero {
    width: calc(100% - 940px);
  }
  .hero-copy {
    left: 20px;
    bottom: 80px;
    width: 278px;
  }
}
@media screen and (max-width: 750px) {
  .hero {
    display: none;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*  sns
-------------------------------------------------------------------------------*/
.sns {
  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;
}

.sns > li:nth-child(n+2) {
  margin-left: 10.6666666667vw;
}

.sns--instagram,
.sns--pinterest {
  width: 8vw;
}

.sns--line {
  width: 21.3333333333vw;
}

.sns--youtube {
  width: 9.7333333333vw;
}

.sns > li a {
  display: block;
}

@media screen and (min-width: 751px) {
  .menu .sns > li:nth-child(n+2) {
    margin-left: 2.8571428571vw;
  }
  .menu .sns--instagram,
  .menu .sns--pinterest {
    width: 2.8571428571vw;
  }
  .menu .sns--line {
    width: 6.9523809524vw;
  }
  .menu .sns--youtube {
    width: 3.5238095238vw;
  }
  .follow .sns > li:nth-child(n+2) {
    margin-left: 5.7142857143vw;
  }
  .follow .sns--instagram,
  .follow .sns--pinterest {
    width: 4.1904761905vw;
  }
  .follow .sns--line {
    width: 11.1428571429vw;
  }
  .follow .sns--youtube {
    width: 5.1428571429vw;
  }
}
@media screen and (min-width: 1051px) {
  .menu .sns > li:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
  .menu .sns--instagram,
  .menu .sns--pinterest {
    width: 2.0833333333vw;
  }
  .menu .sns--line {
    width: 5.0694444444vw;
  }
  .menu .sns--youtube {
    width: 2.5694444444vw;
  }
  .follow .sns > li:nth-child(n+2) {
    margin-left: 4.1666666667vw;
  }
  .follow .sns--instagram,
  .follow .sns--pinterest {
    width: 3.0555555556vw;
  }
  .follow .sns--line {
    width: 8.125vw;
  }
  .follow .sns--youtube {
    width: 3.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu .sns > li:nth-child(n+2) {
    margin-left: 30px;
  }
  .menu .sns--instagram,
  .menu .sns--pinterest {
    width: 30px;
  }
  .menu .sns--line {
    width: 73px;
  }
  .menu .sns--youtube {
    width: 37px;
  }
  .follow .sns > li:nth-child(n+2) {
    margin-left: 60px;
  }
  .follow .sns--instagram,
  .follow .sns--pinterest {
    width: 44px;
  }
  .follow .sns--line {
    width: 117px;
  }
  .follow .sns--youtube {
    width: 54px;
  }
}
/*  subnavi
-------------------------------------------------------------------------------*/
.subnavi {
  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;
}

.subnavi a {
  position: relative;
  display: block;
  padding-bottom: 0.1em;
  color: #ffffff;
  font-size: 3.4666666667vw;
}

.subnavi a:nth-child(n+2) {
  margin-left: 8.5333333333vw;
}
.subnavi a:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -4.2666666667vw;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1px;
}

@media screen and (min-width: 751px) {
  .subnavi a {
    font-size: 1.8095238095vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .subnavi a:hover {
    color: #c2b082;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 4.7619047619vw;
  }
  .subnavi a:nth-child(n+2):before {
    left: -2.3333333333vw;
    width: 0.0952380952vw;
    border-radius: 0.1904761905vw;
  }
}
@media screen and (min-width: 1051px) {
  .subnavi a {
    font-size: 1.3194444444vw;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 3.4722222222vw;
  }
  .subnavi a:nth-child(n+2):before {
    left: -1.7013888889vw;
    width: 0.0694444444vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .subnavi a {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 50px;
  }
  .subnavi a:nth-child(n+2):before {
    left: -24.5px;
    width: 1px;
    border-radius: 2px;
  }
}
/*  section
-------------------------------------------------------------------------------*/
.sec {
  position: relative;
}

.sec-in {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
  z-index: 1;
}

.sec-head {
  position: relative;
  text-align: center;
}

.sec-head--deco {
  padding-top: 6vw;
}
.sec-head--deco:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 13.3333333333vw;
  height: 0.5333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-en {
  position: relative;
  font-family: "Crimson Text";
  font-size: 10.6666666667vw;
  text-align: center;
  letter-spacing: 0.04em;
}

.sec-ttl {
  position: relative;
  margin-top: 0.5em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
}

.sec-desc {
  position: relative;
  display: inline-block;
  margin-top: 6.6666666667vw;
  max-width: 81.3333333333vw;
}
.sec-desc p {
  text-align: left;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}

.sec-btn {
  margin: 10.6666666667vw auto 0 auto;
  width: 66.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 46.6666666667vw;
  }
  .sec-head--deco {
    padding-top: 2.8571428571vw;
  }
  .sec-head--deco:before {
    width: 6.9523809524vw;
    height: 0.2857142857vw;
  }
  .sec-en {
    font-size: 5.5238095238vw;
  }
  .sec-ttl {
    font-size: 1.9047619048vw;
  }
  .sec-desc {
    margin-top: 3.8095238095vw;
    max-width: 41.9047619048vw;
  }
  .sec-btn {
    margin-top: 5.7142857143vw;
    width: 34.8571428571vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec-in {
    width: 34.0277777778vw;
  }
  .sec-head--deco {
    padding-top: 2.0833333333vw;
  }
  .sec-head--deco:before {
    width: 5.0694444444vw;
    height: 0.2083333333vw;
  }
  .sec-en {
    font-size: 4.0277777778vw;
  }
  .sec-ttl {
    font-size: 1.3888888889vw;
  }
  .sec-desc {
    margin-top: 2.7777777778vw;
    max-width: 30.5555555556vw;
  }
  .sec-btn {
    margin-top: 4.1666666667vw;
    width: 25.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 490px;
  }
  .sec-head--deco {
    padding-top: 30px;
  }
  .sec-head--deco:before {
    width: 73px;
    height: 3px;
  }
  .sec-en {
    font-size: 58px;
    font-size: 5.8rem;
  }
  .sec-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .sec-desc {
    margin-top: 40px;
    max-width: 440px;
  }
  .sec-btn {
    margin-top: 60px;
    width: 366px;
  }
}
/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.btn-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  border-color: #2d2d32;
  border-style: solid;
  border-width: 1px;
  z-index: 1;
}
.btn-main span {
  text-align: center;
  letter-spacing: 0.08em;
}
.btn-main:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2vw;
  display: inline-block;
  width: 6.6666666667vw;
  height: 1.3333333333vw;
  background-image: url(../img/common/arrow-style-1-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-main--en span {
  font-family: "Crimson Text";
  font-size: 4.8vw;
}

.btn-main--jp span {
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
}

.btn-main--bk {
  background-color: #2d2d32;
}
.btn-main--bk span {
  color: #ffffff;
}
.btn-main--bk:after {
  background-image: url(../img/common/arrow-style-1-wh.svg);
}

@media screen and (min-width: 751px) {
  .btn-main {
    height: 7.0476190476vw;
    border-width: 0.0952380952vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-main span {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-main:after {
    right: 1.9047619048vw;
    width: 3.7142857143vw;
    height: 0.8571428571vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-main--en span {
    font-size: 2.4761904762vw;
  }
  .btn-main--jp span {
    font-size: 2.1904761905vw;
  }
  .on--btn:hover .btn-main,
  .btn-main:hover {
    background-color: #2d2d32;
  }
  .on--btn:hover .btn-main span,
  .btn-main:hover span {
    color: #ffffff;
  }
  .on--btn:hover .btn-main:after,
  .btn-main:hover:after {
    background-image: url(../img/common/arrow-style-1-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .on--btn:hover .btn-main-bk,
  .btn-main--bk:hover {
    background-color: #ffffff;
  }
  .on--btn:hover .btn-main-bk span,
  .btn-main--bk:hover span {
    color: #2d2d32;
  }
  .on--btn:hover .btn-main-bk:after,
  .btn-main--bk:hover:after {
    background-image: url(../img/common/arrow-style-1-bk.svg);
  }
}
@media screen and (min-width: 1051px) {
  .btn-main {
    height: 5.1388888889vw;
    border-width: 0.0694444444vw;
  }
  .btn-main:after {
    right: 1.3888888889vw;
    width: 2.7083333333vw;
    height: 0.625vw;
  }
  .btn-main--en span {
    font-size: 1.8055555556vw;
  }
  .btn-main--jp span {
    font-size: 1.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    height: 74px;
    border-width: 1px;
  }
  .btn-main:after {
    right: 20px;
    width: 39px;
    height: 9px;
  }
  .btn-main--en span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .btn-main--jp span {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
/* ------------------------------------------- more - */
.btn-more {
  position: absolute;
  color: #c2b082;
  font-family: "Crimson Text";
  font-size: 4.5333333333vw;
  letter-spacing: 0.08em;
  overflow: hidden;
  z-index: 1;
}

.btn-more-arrow {
  position: absolute;
  right: 0;
  bottom: 1.0666666667vw;
}
.btn-more-arrow:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c2b082;
  -webkit-animation: arrowlong01 2.5s ease infinite;
          animation: arrowlong01 2.5s ease infinite;
}
.btn-more-arrow:after {
  content: "";
  position: absolute;
  left: calc(100% - 0.4em);
  bottom: calc(100% + 0.15em);
  width: 2vw;
  height: 1px;
  background-color: #c2b082;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: arrowlong02 2.5s ease infinite;
          animation: arrowlong02 2.5s ease infinite;
}

.btn-more--short .btn-more-arrow {
  width: 12vw;
}

.btn-more--long .btn-more-arrow {
  width: 44.6666666667vw;
}

@media screen and (min-width: 751px) {
  .btn-more {
    font-size: 2.2857142857vw;
  }
  .btn-more-arrow {
    bottom: 0.4761904762vw;
  }
  .btn-more-arrow:before {
    height: 0.0952380952vw;
  }
  .btn-more-arrow:after {
    width: 0.9523809524vw;
    height: 0.0952380952vw;
  }
  .btn-more--short .btn-more-arrow {
    width: 6.380952381vw;
  }
  .btn-more--long .btn-more-arrow {
    width: 23.8095238095vw;
  }
}
@media screen and (min-width: 1051px) {
  .btn-more {
    font-size: 1.6666666667vw;
  }
  .btn-more-arrow {
    bottom: 0.3472222222vw;
  }
  .btn-more-arrow:before {
    height: 0.0694444444vw;
  }
  .btn-more-arrow:after {
    width: 0.6944444444vw;
    height: 0.0694444444vw;
  }
  .btn-more--short .btn-more-arrow {
    width: 4.6527777778vw;
  }
  .btn-more--long .btn-more-arrow {
    width: 17.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-more {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .btn-more-arrow {
    bottom: 5px;
  }
  .btn-more-arrow:before {
    height: 1px;
  }
  .btn-more-arrow:after {
    width: 10px;
    height: 1px;
  }
  .btn-more--short .btn-more-arrow {
    width: 67px;
  }
  .btn-more--long .btn-more-arrow {
    width: 250px;
  }
}
/* ------------------------------------------- owner - */
.btn-owner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16vw;
  background-color: #2d2d32;
  border-color: #2d2d32;
  border-style: solid;
  border-width: 1px;
}
.btn-owner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.6666666667vw;
  display: inline-block;
  width: 7.4666666667vw;
  height: 1.8666666667vw;
  background-image: url(../img/common/arrow-style-1-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-owner span {
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 751px) {
  .btn-owner {
    padding-right: 0.9523809524vw;
    height: 5.7142857143vw;
    border-width: 0.0952380952vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-owner:after {
    right: 1.9047619048vw;
    width: 2.9523809524vw;
    height: 0.7619047619vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-owner span {
    font-size: 1.7142857143vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-owner:hover {
    background-color: transparent;
  }
  .btn-owner:hover:after {
    background-image: url(../img/common/arrow-style-1-bk.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .btn-owner:hover span {
    color: #2d2d32;
  }
}
@media screen and (min-width: 1051px) {
  .btn-owner {
    padding-right: 0.6944444444vw;
    height: 4.1666666667vw;
    border-width: 0.0694444444vw;
  }
  .btn-owner:after {
    right: 1.3888888889vw;
    width: 2.1527777778vw;
    height: 0.5555555556vw;
  }
  .btn-owner span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-owner {
    padding-right: 10px;
    height: 60px;
    border-width: 1px;
  }
  .btn-owner:after {
    right: 20px;
    width: 31px;
    height: 8px;
  }
  .btn-owner span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- reform - */
.btn-reform {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.1333333333vw;
  border-color: #2d2d32;
  border-style: solid;
  border-width: 1px;
}
.btn-reform:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/common/external-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-reform span {
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 751px) {
  .btn-reform {
    height: 3.8095238095vw;
    border-width: 0.0952380952vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-reform:after {
    right: 1.9047619048vw;
    width: 1.9047619048vw;
    height: 1.9047619048vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-reform span {
    font-size: 1.7142857143vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-reform:hover {
    background-color: #2d2d32;
  }
  .btn-reform:hover:after {
    background-image: url(../img/common/external-wh.svg);
  }
  .btn-reform:hover span {
    color: #ffffff;
  }
}
@media screen and (min-width: 1051px) {
  .btn-reform {
    height: 2.7777777778vw;
    border-width: 0.0694444444vw;
  }
  .btn-reform:after {
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .btn-reform span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-reform {
    height: 40px;
    border-width: 1px;
  }
  .btn-reform:after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .btn-reform span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------- navi - */
.slide-prev,
.slide-next {
  position: absolute;
  width: 7.0666666667vw;
  height: 7.0666666667vw;
  background-color: #2d2d32;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.slide-prev:after,
.slide-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.4vw;
  background-image: url(../img/slide/arrow.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-prev {
  left: 1.0666666667vw;
}
.slide-prev:after {
  margin-right: 0.05em;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.slide-next {
  right: 1.0666666667vw;
}
.slide-next:after {
  margin-left: 0.05em;
}

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 3.8095238095vw;
    height: 3.8095238095vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .slide-prev:after,
  .slide-next:after {
    width: 0.7619047619vw;
    height: 1.3333333333vw;
  }
  .slide-prev:hover,
  .slide-next:hover {
    background-color: #717171;
  }
  .slide-prev {
    left: 0.4761904762vw;
  }
  .slide-next {
    right: 0.4761904762vw;
  }
}
@media screen and (min-width: 1051px) {
  .slide-prev,
  .slide-next {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .slide-prev:after,
  .slide-next:after {
    width: 0.5555555556vw;
    height: 0.9722222222vw;
  }
  .slide-prev {
    left: 0.3472222222vw;
  }
  .slide-next {
    right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 40px;
    height: 40px;
  }
  .slide-prev:after,
  .slide-next:after {
    width: 8px;
    height: 14px;
  }
  .slide-prev {
    left: 5px;
  }
  .slide-next {
    right: 5px;
  }
}
/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 12.6666666667vw;
  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;
  z-index: 3;
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 9.3333333333vw;
  height: 0.6666666667vw;
  background-color: #d8d8d8;
  border-radius: 0 !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #c2b082 !important;
}

.slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 4.6666666667vw !important;
}

@media screen and (min-width: 751px) {
  .slide-pagination {
    margin-top: 6.6666666667vw;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 4.8571428571vw;
    height: 0.2857142857vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 2.380952381vw !important;
  }
}
@media screen and (min-width: 1051px) {
  .slide-pagination {
    margin-top: 4.8611111111vw;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 3.5416666667vw;
    height: 0.2083333333vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.7361111111vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination {
    margin-top: 70px;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 51px;
    height: 3px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 25px !important;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13.3333333333vw;
  z-index: 6666;
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.float-btn li {
  width: 33.33333%;
}

.float-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
}
.float-btn a span {
  position: relative;
  padding: 0 0 0.1em 6.6666666667vw;
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
}
.float-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn--book {
  background-color: #2d2d32;
}
.float-btn--book a span:before {
  width: 4.1333333333vw;
  height: 4vw;
  background-image: url(../img/common/book-wh.svg);
}

.float-btn--reserve {
  background-color: #c2b082;
}
.float-btn--reserve a span:before {
  width: 3.8666666667vw;
  height: 4vw;
  background-image: url(../img/common/bell-wh.svg);
}

.float-btn--contact {
  background-color: #f25041;
}
.float-btn--contact a span:before {
  width: 4.6666666667vw;
  height: 3.3333333333vw;
  background-image: url(../img/common/mail-wh.svg);
}

@media screen and (min-width: 751px) {
  .float {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: calc(100% - 52.380952381vw);
    height: 4.7619047619vw;
  }
  .float-btn a {
    height: 4.7619047619vw;
    overflow: hidden;
  }
  .float-btn a span {
    padding-left: 2.8571428571vw;
    font-size: 1.5238095238vw;
  }
  .float-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #ffffff 10%, transparent 10%) no-repeat 50%;
    opacity: 0;
    -webkit-transform: scale(10, 10);
            transform: scale(10, 10);
    -webkit-transition: opacity 1s, -webkit-transform 0.3s;
    transition: opacity 1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 1s;
    transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s;
  }
  .float-btn a:active::after {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: 0s;
    transition: 0s;
    opacity: 0.3;
  }
  .float-btn--book a span:before {
    width: 1.8095238095vw;
    height: 1.7142857143vw;
  }
  .float-btn--reserve a span:before {
    width: 1.619047619vw;
    height: 1.7142857143vw;
  }
  .float-btn--contact a span:before {
    width: 2vw;
    height: 1.4285714286vw;
  }
}
@media screen and (min-width: 1051px) {
  .float {
    width: calc(100% - 65.2777777778vw);
    height: 3.4722222222vw;
  }
  .float-btn a {
    height: 3.4722222222vw;
  }
  .float-btn a span {
    padding-left: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .float-btn--book a span:before {
    width: 1.3194444444vw;
    height: 1.25vw;
  }
  .float-btn--reserve a span:before {
    width: 1.1805555556vw;
    height: 1.25vw;
  }
  .float-btn--contact a span:before {
    width: 1.4583333333vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .float {
    width: calc(100% - 940px);
    height: 50px;
  }
  .float-btn a {
    height: 50px;
  }
  .float-btn a span {
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .float-btn--book a span:before {
    width: 19px;
    height: 18px;
  }
  .float-btn--reserve a span:before {
    width: 17px;
    height: 18px;
  }
  .float-btn--contact a span:before {
    width: 21px;
    height: 15px;
  }
}
/*  contact
-------------------------------------------------------------------------------*/
.sec--contact {
  margin-top: 17.3333333333vw;
  padding: 13.3333333333vw 0 24vw 0;
  background-image: url(../img/contact/bg.jpg);
  background-image: image-set(url(../img/contact/bg.jpg) 1x, url(../img/contact/bg-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/contact/bg.jpg) 1x, url(../img/contact/bg-2x.jpg) 2x);
  background-repeat: repeat;
}

.sec--contact .sec-head {
  margin-bottom: 12vw;
}

.sec--contact .sec-head--deco:before {
  background-color: #c1c1c1;
}

.inquiry a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4vw;
  font-weight: 500;
}
.inquiry a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7.3333333333vw;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry a:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.inquiry--book {
  background-color: #2d2d32;
  border-color: #2d2d32;
  letter-spacing: 0.16em;
}
.inquiry--book:before {
  width: 5.0666666667vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/book-wh.svg);
}

.inquiry--reserve {
  background-color: #c2b082;
  border-color: #c2b082;
  letter-spacing: 0.14em;
}
.inquiry--reserve:before {
  width: 4.5333333333vw;
  height: 4.8vw;
  background-image: url(../img/common/bell-wh.svg);
}

.inquiry--contact {
  background-color: #f25041;
  border-color: #f25041;
  letter-spacing: 0.12em;
}
.inquiry--contact:before {
  width: 5.6vw;
  height: 4vw;
  background-image: url(../img/common/mail-wh.svg);
}

.follow {
  position: relative;
  margin-top: 24vw;
  padding: 11.3333333333vw 0 9.3333333333vw 0;
}
.follow:before, .follow:after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #2d2d32;
}
.follow:before {
  top: 0;
  width: 50.6666666667vw;
}
.follow:after {
  bottom: 0;
  width: 100%;
}

.follow-ttl {
  position: absolute;
  top: -0.5em;
  left: 0;
  font-family: "Vujahday Script", cursive;
  font-size: 7.2vw;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 751px) {
  .sec--contact {
    margin-top: 9.5238095238vw;
    padding: 6.6666666667vw 0 12.380952381vw 0;
  }
  .sec--contact .sec-head {
    margin-bottom: 6.6666666667vw;
  }
  .inquiry a {
    height: 7.1428571429vw;
    border-width: 0.0952380952vw;
    font-size: 2.0952380952vw;
    overflow: hidden;
  }
  .inquiry a:before {
    left: 3.8095238095vw;
  }
  .inquiry a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #ffffff 10%, transparent 10%) no-repeat 50%;
    opacity: 0;
    -webkit-transform: scale(10, 10);
            transform: scale(10, 10);
    -webkit-transition: opacity 1s, -webkit-transform 0.3s;
    transition: opacity 1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 1s;
    transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s;
  }
  .inquiry a:active::after {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: 0s;
    transition: 0s;
    opacity: 0.3;
  }
  .inquiry a:nth-child(n+2) {
    margin-top: 2.8571428571vw;
  }
  .inquiry--book:before {
    width: 2.7619047619vw;
    height: 2.4761904762vw;
  }
  .inquiry--reserve:before {
    width: 2.380952381vw;
    height: 2.5714285714vw;
  }
  .inquiry--contact:before {
    width: 2.9523809524vw;
    height: 2.1904761905vw;
  }
  .follow {
    margin-top: 12.380952381vw;
    padding: 5.7142857143vw 0 4.7619047619vw 0;
  }
  .follow:before, .follow:after {
    height: 0.0952380952vw;
  }
  .follow:before {
    width: 27.1428571429vw;
  }
  .follow-ttl {
    font-size: 3.7142857143vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec--contact {
    margin-top: 6.9444444444vw;
    padding: 4.8611111111vw 0 9.0277777778vw 0;
  }
  .sec--contact .sec-head {
    margin-bottom: 4.8611111111vw;
  }
  .inquiry a {
    height: 5.2083333333vw;
    border-width: 0.0694444444vw;
    font-size: 1.5277777778vw;
  }
  .inquiry a:before {
    left: 2.7777777778vw;
  }
  .inquiry a:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .inquiry--book:before {
    width: 2.0138888889vw;
    height: 1.8055555556vw;
  }
  .inquiry--reserve:before {
    width: 1.7361111111vw;
    height: 1.875vw;
  }
  .inquiry--contact:before {
    width: 2.1527777778vw;
    height: 1.5972222222vw;
  }
  .follow {
    margin-top: 9.0277777778vw;
    padding: 4.1666666667vw 0 3.4722222222vw 0;
  }
  .follow:before, .follow:after {
    height: 0.0694444444vw;
  }
  .follow:before {
    width: 19.7916666667vw;
  }
  .follow-ttl {
    font-size: 2.7083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--contact {
    margin-top: 100px;
    padding: 70px 0 130px 0;
  }
  .sec--contact .sec-head {
    margin-bottom: 70px;
  }
  .inquiry a {
    height: 75px;
    border-width: 1px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .inquiry a:before {
    left: 40px;
  }
  .inquiry a:nth-child(n+2) {
    margin-top: 30px;
  }
  .inquiry--book:before {
    width: 29px;
    height: 26px;
  }
  .inquiry--reserve:before {
    width: 25px;
    height: 27px;
  }
  .inquiry--contact:before {
    width: 31px;
    height: 23px;
  }
  .follow {
    margin-top: 130px;
    padding: 60px 0 50px 0;
  }
  .follow:before, .follow:after {
    height: 1px;
  }
  .follow:before {
    width: 285px;
  }
  .follow-ttl {
    font-size: 39px;
    font-size: 3.9rem;
  }
}
/*  problem
-------------------------------------------------------------------------------*/
.problem {
  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;
  margin-left: -4vw;
}

.problem > li {
  position: relative;
  margin-left: 4vw;
  padding: 0.7em 1em;
  width: calc(50% - 4vw);
  background-color: #f0ede6;
  border-radius: 1.3333333333vw;
  font-size: 3.0666666667vw;
  line-height: 1.75em;
}
.problem > li:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6666666667vw 2vw 0px 2vw;
  border-color: #f0ede6 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.problem > li:nth-child(n+3) {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .problem {
    margin-left: -2.0952380952vw;
  }
  .problem > li {
    margin-left: 2.0952380952vw;
    width: calc(50% - 2.8571428571vw);
    border-radius: 0.9523809524vw;
    font-size: 1.619047619vw;
  }
  .problem > li:after {
    border-width: 1.4285714286vw 0.9523809524vw 0 0.9523809524vw;
  }
  .problem > li:nth-child(n+3) {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 1051px) {
  .problem {
    margin-left: -1.5277777778vw;
  }
  .problem > li {
    margin-left: 1.5277777778vw;
    width: calc(50% - 2.0833333333vw);
    border-radius: 0.6944444444vw;
    font-size: 1.1805555556vw;
  }
  .problem > li:after {
    border-width: 1.0416666667vw 0.6944444444vw 0 0.6944444444vw;
  }
  .problem > li:nth-child(n+3) {
    margin-top: 2.4305555556vw;
  }
  .problem-leave {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .problem {
    margin-left: -22px;
  }
  .problem > li {
    margin-left: 22px;
    width: calc(50% - 4vw);
    width: calc(50% - 22px);
    border-radius: 10px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .problem > li:after {
    border-width: 15px 10px 0px 10px;
  }
  .problem > li:nth-child(n+3) {
    margin-top: 35px;
  }
}
/*  request
-------------------------------------------------------------------------------*/
.request {
  margin: 10.6666666667vw 0;
  padding: 40vw 4vw 6.6666666667vw 4vw;
  width: 100vw;
  background-image: url(../img/request/bg.jpg);
  background-image: image-set(url(../img/request/bg.jpg) 1x, url(../img/request/bg-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/request/bg.jpg) 1x, url(../img/request/bg-2x.jpg) 2x);
  background-size: cover;
}

.sub-in .request {
  margin-left: -4vw;
}

.request-box {
  padding: 8.6666666667vw 7.3333333333vw 7.3333333333vw 7.3333333333vw;
  background-color: #ffffff;
}

.request-ttl {
  margin-bottom: 1.3em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.6666666667vw;
  font-weight: 600;
  text-align: center;
}

.request-hosoku {
  margin-top: 1em;
  font-size: 2.8vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .request {
    margin: 5.7142857143vw 0;
    padding: 20.9523809524vw 2.0952380952vw 3.3333333333vw 2.0952380952vw;
    width: 52.380952381vw;
    background-image: image-set(url(../img/request/bg.jpg) 1x, url(../img/request/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/request/bg.jpg) 1x, url(../img/request/bg-2x.jpg) 2x);
  }
  .sub-in .request {
    margin-left: -2.0952380952vw;
  }
  .request-box {
    padding: 4.7619047619vw 3.8095238095vw 3.8095238095vw 3.8095238095vw;
  }
  .request-ttl {
    font-size: 2.4761904762vw;
  }
  .request-hosoku {
    font-size: 1.5238095238vw;
  }
}
@media screen and (min-width: 1051px) {
  .request {
    margin: 4.1666666667vw 0;
    padding: 15.2777777778vw 1.5277777778vw 2.4305555556vw 1.5277777778vw;
    width: 38.1944444444vw;
  }
  .sub-in .request {
    margin-left: -1.5277777778vw;
  }
  .request-box {
    padding: 3.4722222222vw 2.7777777778vw 2.7777777778vw 2.7777777778vw;
  }
  .request-ttl {
    font-size: 1.8055555556vw;
  }
  .request-hosoku {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .request {
    margin: 60px 0;
    padding: 220px 22px 35px 22px;
    width: 550px;
  }
  .sub-in .request {
    margin-left: -22px;
  }
  .request-box {
    padding: 50px 40px 40px 40px;
  }
  .request-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .request-hosoku {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  support
-------------------------------------------------------------------------------*/
.support {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

.support th,
.support td {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16.4vw;
  border-style: solid;
  border-width: 0.2666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0;
}

.support th {
  width: 21.6vw;
  background-color: #c2b082;
  color: #ffffff;
}

.support tbody th {
  background-color: #c2b082;
  color: #ffffff;
}

.support td {
  width: calc((100% - 21.6vw) / 4);
  font-size: 2.6666666667vw;
  background-color: #f4f4f4;
}

.support thead td {
  background-color: #2d2d32;
  color: #ffffff;
}

.support thead td:last-child {
  font-size: 3.7333333333vw;
  background-color: #f25041;
}

.support tbody td {
  font-weight: 900;
}

.support tbody td:last-child {
  font-size: 3.7333333333vw;
  background-color: #fbdedb;
}

.architect-support .support th,
.architect-support .support td {
  border-color: #ffffff;
}
.architect-support .support thead th {
  background-color: #ffffff;
}

.company-brand-support .support th,
.company-brand-support .support td {
  border-color: #f0ede6;
}
.company-brand-support .support thead th {
  background-color: #f0ede6;
}

@media screen and (min-width: 751px) {
  .support th,
  .support td {
    border-width: 0.0952380952vw;
    height: 8.5714285714vw;
    font-size: 1.619047619vw;
  }
  .support th {
    width: 11.4285714286vw;
  }
  .support td {
    width: calc((100% - 11.4285714286vw) / 4);
    font-size: 1.2380952381vw;
  }
  .support thead td:last-child,
  .support tbody td:last-child {
    font-size: 1.9047619048vw;
  }
}
@media screen and (min-width: 1051px) {
  .support th,
  .support td {
    border-width: 0.0694444444vw;
    height: 6.25vw;
    font-size: 1.1805555556vw;
  }
  .support th {
    width: 8.3333333333vw;
  }
  .support td {
    width: calc((100% - 8.3333333333vw) / 4);
    font-size: 0.9027777778vw;
  }
  .support thead td:last-child,
  .support tbody td:last-child {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .support th,
  .support td {
    border-width: 1px;
    height: 90px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .support th {
    width: 120px;
  }
  .support td {
    width: calc((100% - 120px) / 4);
    font-size: 13px;
    font-size: 1.3rem;
  }
  .support thead td:last-child,
  .support tbody td:last-child {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*  #renov
-------------------------------------------------------------------------------*/
.sec--renov {
  margin-top: 13.3333333333vw;
}

.renov-frt a {
  position: relative;
  display: block;
  padding: 20vw 12.6666666667vw;
  height: 105.3333333333vw;
}
.renov-frt a:before, .renov-frt a:after {
  content: "";
  position: absolute;
  height: 90%;
  background-color: #c5bcae;
  z-index: -1;
}
.renov-frt a:before {
  top: 0;
  left: 0;
  width: 86.6666666667vw;
}
.renov-frt a:after {
  right: 0;
  bottom: 0;
  width: 93.3333333333vw;
}

.renov-frt-bg {
  position: absolute;
  top: 6.6666666667vw;
  left: 0;
  width: 100%;
  height: 92.4vw;
  background-image: url(../img/renov/bg.jpg);
  background-size: cover;
}
.renov-frt-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 57, 38, 0.7);
  z-index: 1;
}

.renov-frt-content {
  position: relative;
  z-index: 2;
}

.renov-frt .sec-head--deco:before {
  left: 0;
  background-color: #c2b082;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.renov-frt .sec-en,
.renov-frt .sec-ttl,
.renov-frt .sec-desc p {
  color: #ffffff;
  text-align: left;
}

.renov-frt .sec-desc {
  margin-top: 10vw;
}

.renov-frt-btn {
  position: relative;
  margin-top: 8vw;
  color: #ffffff;
  font-family: "Crimson Text";
  font-size: 4.5333333333vw;
  letter-spacing: 0.08em;
}

.renov-frt-btn-arrow {
  position: absolute;
  right: 0;
  bottom: 1.7333333333vw;
  width: 59.0666666667vw;
}
.renov-frt-btn-arrow:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c2b082;
  -webkit-animation: arrowlong01 2.5s ease infinite;
          animation: arrowlong01 2.5s ease infinite;
}
.renov-frt-btn-arrow:after {
  content: "";
  position: absolute;
  left: calc(100% - 0.4em);
  bottom: calc(100% + 0.15em);
  width: 2vw;
  height: 1px;
  background-color: #c2b082;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: arrowlong02 2.5s ease infinite;
          animation: arrowlong02 2.5s ease infinite;
}

@media screen and (min-width: 751px) {
  .sec--renov {
    margin-top: 7.1428571429vw;
  }
  .renov-frt a {
    padding: 10.4761904762vw 7.1428571429vw;
    height: 55.7142857143vw;
  }
  .renov-frt a:before {
    width: 45.7142857143vw;
  }
  .renov-frt a:after {
    width: 48.9523809524vw;
  }
  .renov-frt-bg {
    top: 3.3333333333vw;
    width: 48.9523809524vw;
    height: 48.5714285714vw;
    background-image: image-set(url(../img/renov/bg.jpg) 1x, url(../img/renov/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/renov/bg.jpg) 1x, url(../img/renov/bg-2x.jpg) 2x);
  }
  .renov-frt .sec-desc {
    margin-top: 5.7142857143vw;
  }
  .renov-frt-btn {
    margin-top: 4.2857142857vw;
    font-size: 2.2857142857vw;
  }
  .renov-frt-btn-arrow {
    bottom: 0.9523809524vw;
    width: 31.0476190476vw;
  }
  .renov-frt-btn-arrow:before {
    height: 0.0952380952vw;
  }
  .renov-frt-btn-arrow:after {
    width: 0.9523809524vw;
    height: 0.0952380952vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec--renov {
    margin-top: 5.2083333333vw;
  }
  .renov-frt a {
    padding: 7.6388888889vw 5.2083333333vw;
    height: 40.625vw;
  }
  .renov-frt a:before {
    width: 33.3333333333vw;
  }
  .renov-frt a:after {
    width: 35.6944444444vw;
  }
  .renov-frt-bg {
    top: 2.4305555556vw;
    width: 35.6944444444vw;
    height: 35.4166666667vw;
  }
  .renov-frt .sec-desc {
    margin-top: 4.1666666667vw;
  }
  .renov-frt-btn {
    margin-top: 3.125vw;
    font-size: 1.6666666667vw;
  }
  .renov-frt-btn-arrow {
    bottom: 0.6944444444vw;
    width: 22.6388888889vw;
  }
  .renov-frt-btn-arrow:before {
    height: 0.0694444444vw;
  }
  .renov-frt-btn-arrow:after {
    width: 0.6944444444vw;
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--renov {
    margin-top: 75px;
  }
  .renov-frt a {
    padding: 110px 75px;
    height: 585px;
  }
  .renov-frt a:before {
    width: 480px;
  }
  .renov-frt a:after {
    width: 514px;
  }
  .renov-frt-bg {
    top: 35px;
    width: 514px;
    height: 510px;
  }
  .renov-frt .sec-desc {
    margin-top: 60px;
  }
  .renov-frt-btn {
    margin-top: 45px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .renov-frt-btn-arrow {
    bottom: 10px;
    width: 326px;
  }
  .renov-frt-btn-arrow:before {
    height: 1px;
  }
  .renov-frt-btn-arrow:after {
    width: 10px;
    height: 1px;
  }
}
/*  line --- comp
-------------------------------------------------------------------------------*/
.sec--comp-line {
  margin-top: 8vw;
  padding: 5.3333333333vw 0;
  background-color: #00b900;
}

.comp-line-qr img {
  display: block;
  margin: 0 auto;
  width: 53.3333333333vw;
}

.comp-line-friend {
  margin-top: 5.3333333333vw;
}
.comp-line-friend a {
  display: block;
  margin: 0 auto;
  width: 53.3333333333vw;
}

.comp-line-text {
  margin-top: 1em;
  line-height: 2.22em;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .sec--comp-line {
    margin-top: 2.8571428571vw;
    padding: 1.9047619048vw 0;
  }
  .comp-line {
    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;
  }
  .comp-line-qr img {
    width: 20.9523809524vw;
  }
  .comp-line-friend {
    margin: 0 0 0 1.9047619048vw;
  }
  .comp-line-friend a {
    width: 19.0476190476vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec--comp-line {
    margin-top: 2.0833333333vw;
    padding: 1.3888888889vw 0;
  }
  .comp-line-qr img {
    width: 15.2777777778vw;
  }
  .comp-line-friend {
    margin-left: 1.3888888889vw;
  }
  .comp-line-friend a {
    width: 13.8888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--comp-line {
    margin-top: 30px;
    padding: 20px 0;
  }
  .comp-line-qr img {
    width: 220px;
  }
  .comp-line-friend {
    margin-left: 20px;
  }
  .comp-line-friend a {
    width: 200px;
  }
}
/*  event --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.event-post {
  position: relative;
}

.event-post a {
  position: relative;
  display: block;
  padding: 3.3333333333vw 3.3333333333vw 5.3333333333vw 3.3333333333vw;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 21px 0px rgba(4, 4, 4, 0.15);
          box-shadow: 0px 7px 21px 0px rgba(4, 4, 4, 0.15);
}

.event-label {
  position: absolute;
  top: 2.2666666667vw;
  left: 2.2666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.75em 0.1em 1.75em;
  height: 6.6666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 1;
}

.event-label--open {
  background-color: #f5ff00;
  color: #2d2d32;
}

.event-label--close {
  background-color: #2d2d32;
  color: #ffffff;
}

.event-image {
  margin-bottom: 4vw;
}
.event-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.event-slide .event-image img {
  height: 46.6666666667vw;
}

.event .event-image img {
  height: 46.6666666667vw;
}

.event-ttl {
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}

.event-cat {
  position: relative;
  margin-top: 4vw;
}
.event-cat span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1em;
  width: 32vw;
  height: 6.6666666667vw;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  font-size: 3.4666666667vw;
  z-index: 1;
}
.event-cat:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2d2d32;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.event-cat--tour span {
  border-color: #bea565;
  color: #bea565;
}

.event-cat--owner-tour span {
  border-color: #2d2d32;
  color: #2d2d32;
}

.event-cat--bus-tour span {
  border-color: #adadad;
  color: #adadad;
}

.event-cat--consul span {
  border-color: #cd9961;
  color: #cd9961;
}

.event-data {
  margin-top: 4vw;
}

.event-data p {
  position: relative;
  padding: 0.2em 0 0 9.0666666667vw;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}
.event-data p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 6vw;
  height: 6.9333333333vw;
  background-size: contain;
}

.event-data--date {
  font-family: "Crimson Text", "NotoSansJP", sans-serif;
}
.event-data--date:before {
  background-image: url(../img/event/calendar.svg);
}

.event-data--venue:before {
  background-image: url(../img/event/pin.svg);
}

.event-data p:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .event-post a {
    padding: 1.9047619048vw 1.9047619048vw 2.8571428571vw 1.9047619048vw;
  }
  .event-label {
    top: 1.1428571429vw;
    left: 1.1428571429vw;
    height: 3.4285714286vw;
    font-size: 1.8095238095vw;
  }
  .event-image {
    margin-bottom: 1.9047619048vw;
  }
  .event-slide .event-image img {
    height: 24.380952381vw;
  }
  .event .event-image img {
    height: 24.380952381vw;
  }
  .event-post a:hover .event-image img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    cursor: pointer;
  }
  .event-ttl {
    font-size: 2.2857142857vw;
  }
  .event-cat {
    margin-top: 1.9047619048vw;
  }
  .event-cat span {
    width: 16.7619047619vw;
    height: 3.4285714286vw;
    border-width: 0.1904761905vw;
    font-size: 1.8095238095vw;
  }
  .event-cat:before {
    height: 0.0952380952vw;
  }
  .event-data {
    margin-top: 1.9047619048vw;
  }
  .event-data p {
    padding: 0.2em 0 0 4.4761904762vw;
    font-size: 1.8095238095vw;
  }
  .event-data p::before {
    width: 3.1428571429vw;
    height: 3.619047619vw;
  }
  .event-data p:nth-child(n+2) {
    margin-top: 1.4285714286vw;
  }
}
@media screen and (min-width: 1051px) {
  .event-post a {
    padding: 1.3888888889vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
  }
  .event-label {
    top: 0.8333333333vw;
    left: 0.8333333333vw;
    height: 2.5vw;
    font-size: 1.3194444444vw;
  }
  .event-image {
    margin-bottom: 1.3888888889vw;
  }
  .event-slide .event-image img {
    height: 17.7777777778vw;
  }
  .event .event-image img {
    height: 17.7777777778vw;
  }
  .event-ttl {
    font-size: 1.6666666667vw;
  }
  .event-cat {
    margin-top: 1.3888888889vw;
  }
  .event-cat span {
    width: 12.2222222222vw;
    height: 2.5vw;
    border-width: 0.1388888889vw;
    font-size: 1.3194444444vw;
  }
  .event-cat:before {
    height: 0.0694444444vw;
  }
  .event-data {
    margin-top: 1.3888888889vw;
  }
  .event-data p {
    padding: 0.2em 0 0 3.2638888889vw;
    font-size: 1.3194444444vw;
  }
  .event-data p::before {
    width: 2.2916666667vw;
    height: 2.6388888889vw;
  }
  .event-data p:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-post a {
    padding: 20px 20px 30px 20px;
  }
  .event-label {
    top: 12px;
    left: 12px;
    height: 36px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .event-image {
    margin-bottom: 20px;
  }
  .event-slide .event-image img {
    height: 256px;
  }
  .event .event-image img {
    height: 256px;
  }
  .event-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .event-cat {
    margin-top: 20px;
  }
  .event-cat span {
    width: 176px;
    height: 36px;
    border-width: 2px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .event-cat:before {
    height: 1px;
  }
  .event-data {
    margin-top: 20px;
  }
  .event-data p {
    padding: 0.2em 0 0 47px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .event-data p::before {
    width: 33px;
    height: 38px;
  }
  .event-data p:nth-child(n+2) {
    margin-top: 15px;
  }
}
/* ------------------------------------------- slide - */
.event-slide {
  position: relative;
}

.event-slide .swiper-slide {
  margin-right: 6.6666666667vw;
  width: 74.6666666667vw !important;
  height: 106.6666666667vw;
}

.event-slide .swiper-slide:last-child {
  margin-right: 0;
}

@media screen and (min-width: 751px) {
  .event-slide .swiper-slide {
    margin-right: 3.4285714286vw;
    width: 39.0476190476vw !important;
    height: 54.2857142857vw;
  }
}
@media screen and (min-width: 1051px) {
  .event-slide .swiper-slide {
    margin-right: 2.5vw;
    width: 28.4722222222vw !important;
    height: 39.5833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-slide .swiper-slide {
    margin-right: 36px;
    width: 410px !important;
    height: 570px;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- slide - */
.works-slide {
  position: relative;
}

.works-slide .swiper-slide {
  margin-right: 6.1333333333vw;
  width: 80vw !important;
  height: 106.6666666667vw;
}

.works-slide .swiper-slide:last-child {
  margin-right: 0;
}

@media screen and (min-width: 751px) {
  .works-slide .swiper-slide {
    margin-right: 3.4285714286vw;
    width: 41.9047619048vw !important;
    height: 54.2857142857vw;
  }
}
@media screen and (min-width: 1051px) {
  .works-slide .swiper-slide {
    margin-right: 2.5vw;
    width: 30.5555555556vw !important;
    height: 39.5833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-slide .swiper-slide {
    margin-right: 36px;
    width: 440px !important;
    height: 570px;
  }
}
/*  life-style --> common
-------------------------------------------------------------------------------*/
.sec--lifestyle {
  padding: 13.3333333333vw 0 17.3333333333vw 0;
  background-color: #f0ede6;
}

.sec--lifestyle .sec-head {
  margin-bottom: 8.6666666667vw;
}

.sec--lifestyle .sec-head--deco:before {
  background-color: #c2b082;
}

.sec--lifestyle #lifestyle-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .sec--lifestyle {
    padding: 6.6666666667vw 0 9.5238095238vw 0;
  }
  .sec--lifestyle .sec-head {
    margin-bottom: 4.7619047619vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec--lifestyle {
    padding: 4.8611111111vw 0 6.9444444444vw 0;
  }
  .sec--lifestyle .sec-head {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--lifestyle {
    padding: 70px 0 100px 0;
  }
  .sec--lifestyle .sec-head {
    margin-bottom: 50px;
  }
}
/* ------------------------------------------- post - */
.sec--lifestyle .lifestyle-frt-post {
  position: relative;
}

.sec--lifestyle .lifestyle-frt-post a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #ffffff;
}

.sec--lifestyle .lifestyle-frt-cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec--lifestyle .lifestyle-frt-cat > li {
  display: inline-block;
  margin: 0 0.3em 0.3em 0;
  padding: 0.4em 1em 0.5em 1em;
  background-color: #2d2d32;
  color: #ffffff;
  font-size: 3.4666666667vw;
}

.sec--lifestyle .lifestyle-frt-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 69.3333333333vw;
}

.sec--lifestyle .lifestyle-frt-content {
  padding: 4.6666666667vw 6vw 12.6666666667vw 6vw;
}

.sec--lifestyle .lifestyle-frt-ttl {
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}

.sec--lifestyle .lifestyle-frt-post .btn-more {
  right: 6vw;
  bottom: 6.6666666667vw;
  padding-right: 14.6666666667vw;
}
.sec--lifestyle .lifestyle-frt-post .btn-more:after {
  width: 12.5333333333vw;
  height: 1.3333333333vw;
  background-image: url(../img/common/arrow-style-2-bg.svg);
}

@media screen and (min-width: 751px) {
  .sec--lifestyle .lifestyle-frt-cat > li {
    font-size: 1.8095238095vw;
  }
  .sec--lifestyle .lifestyle-frt-image img {
    height: 36.1904761905vw;
  }
  .sec--lifestyle .lifestyle-frt-post a:hover .lifestyle-frt-image img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    cursor: pointer;
  }
  .sec--lifestyle .lifestyle-frt-content {
    padding: 2.380952381vw 3.3333333333vw 7.1428571429vw 3.3333333333vw;
  }
  .sec--lifestyle .lifestyle-frt-ttl {
    font-size: 2.4761904762vw;
  }
  .sec--lifestyle .lifestyle-frt-post .btn-more {
    right: 3.3333333333vw;
    bottom: 2.8571428571vw;
    padding-right: 7.619047619vw;
  }
  .sec--lifestyle .lifestyle-frt-post .btn-more:after {
    width: 6.4761904762vw;
    height: 0.7619047619vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec--lifestyle .lifestyle-frt-cat > li {
    font-size: 1.3194444444vw;
  }
  .sec--lifestyle .lifestyle-frt-image img {
    height: 26.3888888889vw;
  }
  .sec--lifestyle .lifestyle-frt-content {
    padding: 1.7361111111vw 2.4305555556vw 5.2083333333vw 2.4305555556vw;
  }
  .sec--lifestyle .lifestyle-frt-ttl {
    font-size: 1.8055555556vw;
  }
  .sec--lifestyle .lifestyle-frt-post .btn-more {
    right: 2.4305555556vw;
    bottom: 2.0833333333vw;
    padding-right: 5.5555555556vw;
  }
  .sec--lifestyle .lifestyle-frt-post .btn-more:after {
    width: 4.7222222222vw;
    height: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--lifestyle .lifestyle-frt-cat > li {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .sec--lifestyle .lifestyle-frt-image img {
    height: 380px;
  }
  .sec--lifestyle .lifestyle-frt-content {
    padding: 25px 35px 75px 35px;
  }
  .sec--lifestyle .lifestyle-frt-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sec--lifestyle .lifestyle-frt-post .btn-more {
    right: 35px;
    bottom: 30px;
    padding-right: 80px;
  }
  .sec--lifestyle .lifestyle-frt-post .btn-more:after {
    width: 68px;
    height: 8px;
  }
}
/* ------------------------------------------- slide - */
.sec--lifestyle .lifestyle-slide {
  position: relative;
}

.sec--lifestyle .lifestyle-slide .swiper-slide {
  margin-right: 6.1333333333vw;
  width: 80vw !important;
  height: 98.6666666667vw;
}

.sec--lifestyle .lifestyle-slide .swiper-slide:last-child {
  margin-right: 0;
}

@media screen and (min-width: 751px) {
  .sec--lifestyle .lifestyle-slide .swiper-slide {
    margin-right: 3.4285714286vw;
    width: 41.9047619048vw !important;
    height: 51.0476190476vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec--lifestyle .lifestyle-slide .swiper-slide {
    margin-right: 2.5vw;
    width: 30.5555555556vw !important;
    height: 37.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--lifestyle .lifestyle-slide .swiper-slide {
    margin-right: 36px;
    width: 440px !important;
    height: 536px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog {
  position: relative;
  margin-left: -5.3333333333vw;
  width: 100vw;
}

.blog-post {
  position: relative;
}

.blog-post a {
  position: relative;
  display: block;
  padding: 5.3333333333vw 6.6666666667vw;
}
.blog-post a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog-contents {
  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;
}

.blog-data {
  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;
  margin-bottom: 4vw;
}

.blog-date {
  position: relative;
  color: #c2b082;
  font-family: "Crimson Text";
  font-size: 4.5333333333vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.blog-date:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2.6666666667vw);
  width: 0%;
  height: 0.4vw;
  background-color: #c2b082;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-post.is-show .blog-date:before {
  -webkit-animation-name: stretch;
          animation-name: stretch;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes stretch {
  from {
    width: 0%;
  }
  to {
    width: 1em;
  }
}

@keyframes stretch {
  from {
    width: 0%;
  }
  to {
    width: 1em;
  }
}
.blog-cat {
  display: inline-block;
  padding: 0.4em 1em 0.5em 1em;
  background-color: #2d2d32;
  color: #ffffff;
  font-size: 3.4666666667vw;
}

.blog-image {
  position: relative;
  width: 22.6666666667vw;
}
.blog-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 20vw;
}

.blog-content {
  width: 60vw;
}

.blog-ttl {
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 751px) {
  .blog {
    margin-left: -2.8571428571vw;
    width: 52.380952381vw;
  }
  .blog-post a {
    padding: 3.8095238095vw 2.8571428571vw;
  }
  .blog-data {
    margin-bottom: 1.9047619048vw;
  }
  .blog-date {
    font-size: 2.2857142857vw;
  }
  .blog-date:before {
    right: calc(100% + 1.4285714286vw);
    height: 0.1904761905vw;
  }
  .blog-cat {
    font-size: 1.8095238095vw;
  }
  .blog-image {
    width: 11.9047619048vw;
  }
  .blog-image img {
    height: 10.4761904762vw;
  }
  .blog-post a:hover .blog-image img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    cursor: pointer;
  }
  .blog-content {
    width: 31.8095238095vw;
  }
  .blog-ttl {
    font-size: 1.9047619048vw;
  }
}
@media screen and (min-width: 1051px) {
  .blog {
    margin-left: -2.0833333333vw;
    width: 38.1944444444vw;
  }
  .blog-post a {
    padding: 2.7777777778vw 2.0833333333vw;
  }
  .blog-data {
    margin-bottom: 1.3888888889vw;
  }
  .blog-date {
    font-size: 1.6666666667vw;
  }
  .blog-date:before {
    right: calc(100% + 1.0416666667vw);
    height: 0.1388888889vw;
  }
  .blog-cat {
    font-size: 1.3194444444vw;
  }
  .blog-image {
    width: 8.6805555556vw;
  }
  .blog-image img {
    height: 7.6388888889vw;
  }
  .blog-content {
    width: 23.1944444444vw;
  }
  .blog-ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    margin-left: -30px;
    width: 550px;
  }
  .blog-post a {
    padding: 40px 30px;
  }
  .blog-data {
    margin-bottom: 20px;
  }
  .blog-date {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .blog-date:before {
    right: calc(100% + 15px);
    height: 2px;
  }
  .blog-cat {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .blog-image {
    width: 125px;
  }
  .blog-image img {
    height: 110px;
  }
  .blog-content {
    width: 334px;
  }
  .blog-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}