@charset "UTF-8";
body {
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: justify;
  background: url("../img/bg.jpg") top center/100% no-repeat;
  height: 100%;
}
@media screen and (max-width: 1019px) {
  body {
    background: url("../img/_bg.jpg") top center/100% no-repeat;
  }
}

a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}

.cf {
  width: 100%;
  max-width: 850px;
  margin: 5rem auto 0;
}
.cf .need {
  color: red;
}
.cf dl {
  margin: 0 0 2.5em;
}
.cf dl dt {
  font-weight: bold;
  padding: 0.75rem 0;
}
.cf dl dt .br {
  padding: 2px 0;
}
.cf dl dd input[type=tel],
.cf dl dd input[type=email],
.cf dl dd input[type=text],
.cf dl dd textarea {
  display: block;
  width: 100% !important;
  color: black;
  line-height: 1.5;
  border: none;
  padding: 0.75rem 1rem;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 0.5rem;
}
.cf dl dd input[type=checkbox],
.cf dl dd input[type=radio] {
  margin: 1em 0.5em 1em 0;
}
.cf dl dd .wpcf7-radio span {
  display: inline !important;
}
.cf dl dd .wpcf7-radio input {
  display: inline !important;
  width: auto !important;
}
.cf dl dd .wpcf7-checkbox span {
  display: inline !important;
}
.cf dl dd .wpcf7-checkbox input {
  display: inline !important;
  width: auto !important;
}
.cf p {
  text-align: center;
  position: relative;
}
.cf p span {
  display: inline !important;
}
.cf p input {
  display: inline-block;
  width: 10rem;
  color: #FFF;
  line-height: 1;
  margin: 0 auto;
  padding: 1em 0;
  background: #000;
  border-radius: 0.5em;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
}
.cf p input:hover {
  opacity: 0.64;
}

.wpcf7c-hide {
  display: none;
}

.wpcf7c-force-hide {
  display: none !important;
}

.wpcf7c-conf {
  color: #ff0000 !important;
  background-color: rgb(250, 255, 189) !important;
  border: none !important;
}

.ajax-loader {
  display: none;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #ff0000 !important;
  font-size: 0.8em !important;
  margin-top: 0.5em;
}

.wpcf7-validation-errors {
  display: block;
  color: #ff0000 !important;
  text-align: center;
  line-height: 1.5;
  padding: 0 !important;
  margin-top: 0.75em !important;
  margin-bottom: -0.25em !important;
  border: none !important;
}

.wpcf7c-elm-step2.message {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 0 !important;
  margin-top: 0.75em !important;
  margin-bottom: -0.25em !important;
  border: none !important;
}

.wpcf7-mail-sent-ok {
  display: block;
  color: #ff0000 !important;
  text-align: center;
  line-height: 1.5;
  padding: 0 !important;
  margin-top: 0.75em !important;
  margin-bottom: -0.25em !important;
  border: none !important;
}

/* header */
.header {
  height: 100vh;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 1019px) {
  .header {
    height: auto;
  }
}
.header::after {
  height: 1px;
  width: 43.75vw;
  content: "";
  background: #FFF;
  position: absolute;
  top: 6.25rem;
  left: 6.25rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1019px) {
  .header::after {
    width: 100vw;
    top: 2rem;
    left: 2rem;
  }
}
.header .mainImage {
  width: 0;
  height: 100vh;
  overflow: hidden;
  margin: 0 6.25rem 0 37.5vw;
  position: relative;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
@media screen and (max-width: 1019px) {
  .header .mainImage {
    width: 0;
    height: 100vw;
    margin: 0;
  }
}
.header .mainImage.show {
  width: calc(100% - 37.5vw - 6.25rem);
  opacity: 1;
}
@media screen and (max-width: 1019px) {
  .header .mainImage.show {
    width: 100vw;
  }
}
.header .mainImage div {
  width: 56.25vw;
  height: 100vh;
  background: url("../img/main.jpg") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1019px) {
  .header .mainImage div {
    width: 100vw;
    height: 100vw;
  }
}
.header .menu {
  width: 4.375rem;
  height: 4.375rem;
  background: #FFF;
  position: fixed;
  top: 4.0625rem;
  left: 4.0625rem;
  z-index: 14;
  cursor: pointer;
  transition: 0.25s;
}
@media screen and (max-width: 1019px) {
  .header .menu {
    width: 4rem;
    height: 4rem;
    left: 0;
    top: 0;
  }
}
.header .menu span {
  display: block;
  width: 2rem;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #B4B4B4;
  transition: 0.5s;
  z-index: 3;
}
.header .menu .span {
  top: calc(50% - 0.625rem);
}
.header .menu .span2 {
  width: 1.375rem;
  left: 1.1875rem;
  right: initial;
  top: calc(50% - 1px);
}
@media screen and (max-width: 1019px) {
  .header .menu .span2 {
    left: 1rem;
  }
}
.header .menu .span3 {
  bottom: calc(50% - 0.625rem);
}
.header .menu.open .span {
  top: calc(50% - 1px);
  transform: rotate(315deg);
}
.header .menu.open .span2 {
  opacity: 0;
}
.header .menu.open .span3 {
  bottom: calc(50% - 1px);
  transform: rotate(-315deg);
}
.header nav {
  width: 100%;
  max-width: 200px;
  height: 100vh;
  padding: 10rem 2rem;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-100%);
  visibility: hidden;
}
@media screen and (max-width: 1019px) {
  .header nav {
    padding: 5.8125rem 2rem;
  }
}
.header nav.show {
  transform: translateX(0);
  visibility: visible;
}
.header .nav {
  margin: 2rem 0 0;
}
.header .nav li {
  margin: 2rem 0 0;
}
.header .nav li a {
  display: block;
  color: #B4B4B4;
}
.header .nav li a img {
  height: 2.25rem;
}
.header .nav li a:hover {
  opacity: 1;
}
.header h1 {
  width: 6.25rem;
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
  z-index: 3;
}
@media screen and (max-width: 1019px) {
  .header h1 {
    display: none;
  }
}
.header .sns {
  width: 1.3125rem;
  position: fixed;
  top: 50%;
  right: 3.125rem;
  transform: translateX(50%) translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 1019px) {
  .header .sns {
    display: none;
  }
}
.header .sns p {
  height: 5.375rem;
  font-family: "Times New Roman", Times, "serif";
  font-size: 0.75rem;
  letter-spacing: 0;
  padding-left: 0.25rem;
  margin-left: 0.125rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  border-left: 1px solid #FFF;
}
.header .sns ul li {
  margin: 1.25rem 0 0;
}
.header .txtBox {
  position: absolute;
  left: 11.875vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 1019px) {
  .header .txtBox {
    width: calc(100% - 6em);
    max-width: 416px;
    padding: 0 0 1.5rem;
    margin: -17.7734375vw 0 0 4rem;
    position: static;
    transform: none;
  }
}
.header .txtBox .catch {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
.header .txtBox .catch.show {
  transform: translateX(0);
  opacity: 1;
}
.header .txtBox .catch img {
  height: 7.6875rem;
}
@media screen and (max-width: 1019px) {
  .header .txtBox .catch img {
    height: auto;
  }
}
.header .txtBox .read {
  font-size: 0.875rem;
  line-height: 3;
  margin: calc(4rem - 1em) 0 -1em;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
@media screen and (max-width: 1019px) {
  .header .txtBox .read {
    margin: calc(3rem - 1em) 0 -1em 2rem;
  }
}
.header .txtBox .read.show {
  transform: translateX(0);
  opacity: 1;
}
.header .scroll {
  height: 4rem;
  position: absolute;
  bottom: 1.25rem;
  left: 6.625rem;
}
@media screen and (max-width: 1019px) {
  .header .scroll {
    height: 4.1875rem;
    left: 2.375rem;
    bottom: 0;
  }
}
.header .scroll::after {
  width: 1px;
  height: calc(100vh - 6.25rem);
  content: "";
  background: #FFF;
  position: absolute;
  bottom: -1.25rem;
  left: -0.375rem;
}
@media screen and (max-width: 1019px) {
  .header .scroll::after {
    height: 300vh;
    bottom: 0;
  }
}
.header .scroll img {
  width: 0.5625rem;
}

#index {
  overflow: hidden;
}

#gallery {
  padding: 8rem 0 0;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #gallery {
    padding: 7rem 0 0;
  }
}
#gallery .catch {
  width: 10rem;
  position: absolute;
  top: 6.0625vw;
  left: -0.5rem;
  z-index: 4;
}
@media screen and (max-width: 1019px) {
  #gallery .catch {
    display: none;
  }
}
#gallery h2 {
  width: 5.75rem;
  position: absolute;
  top: -1.5rem;
  left: -3.125rem;
}
@media screen and (max-width: 1019px) {
  #gallery h2 {
    display: none;
  }
}
#gallery h3 {
  width: 13.125rem;
  position: absolute;
  top: 2rem;
  right: -2rem;
  z-index: 2;
}
@media screen and (max-width: 1019px) {
  #gallery h3 {
    width: 41.015625vw;
    top: -1.625rem;
    left: calc(50% + 1rem);
  }
}
#gallery .re {
  width: 62.375vw;
  max-width: 999px;
  margin-left: 21.875vw;
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #gallery .re {
    width: 100%;
    margin: 0;
  }
}
#gallery .re:first-of-type {
  margin-top: 0;
}
#gallery .re.night {
  margin-left: 15.125vw;
}
@media screen and (max-width: 1019px) {
  #gallery .re.night {
    margin: 3em 0 0;
  }
}
#gallery .re.night h3 {
  width: 8.9375rem;
  position: absolute;
  left: -1.375rem;
}
@media screen and (max-width: 1019px) {
  #gallery .re.night h3 {
    width: 27.9296875vw;
    top: -1.375rem;
    left: 2rem;
  }
}
@media screen and (max-width: 1019px) {
  #gallery .re.interior {
    margin: 3em 0 0;
  }
}
#gallery .re.interior h3 {
  width: 11.25rem;
  top: initial;
  bottom: 3rem;
}
@media screen and (max-width: 1019px) {
  #gallery .re.interior h3 {
    width: 35.15625vw;
    top: -0.75rem;
    bottom: unset;
  }
}
@media screen and (max-width: 1019px) {
  #gallery .scroll {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 1020px) {
  #gallery .imgList {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1020px) {
  #gallery .imgList li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1019px) {
  #gallery .imgList li {
    width: calc(54.6875vw + 1.5rem);
  }
  #gallery .imgList li div {
    padding: 0.75rem;
  }
}

#feature {
  margin: 11.0625rem 0 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #feature {
    margin: 8.5625rem 0 0;
  }
}
#feature .mainimage {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1019px) {
  #feature .mainimage {
    width: 100%;
    height: 100vw;
    background: url("../img/_07.jpg") center/cover no-repeat;
  }
}
#feature::after {
  width: 40.625vw;
  height: 60.625vw;
  content: "";
  background: url("../img/07.jpg") center/cover no-repeat;
  position: absolute;
  left: 0;
  top: -3vw;
  z-index: 2;
}
@media screen and (max-width: 1019px) {
  #feature::after {
    display: none;
  }
}
#feature::before {
  width: 100%;
  height: calc(100% - 4.3125rem);
  content: "";
  background: #B4B4B4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1019px) {
  #feature::before {
    height: calc(100% - 4rem);
  }
}
#feature h2 {
  padding: 0 0 1rem 3.1875rem;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 1019px) {
  #feature h2 {
    padding: 0;
    border: none;
    margin: -3.8125rem 0 0;
  }
}
#feature h2 img {
  height: 3.875rem;
}
#feature .inner {
  width: calc(100% - 4em);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#feature .box {
  max-width: 850px;
  margin-left: auto;
  position: relative;
}
#feature .box .ichii {
  width: 11.6875rem;
  position: absolute;
  right: 0;
  top: 7.875rem;
}
@media screen and (max-width: 1019px) {
  #feature .box .ichii {
    position: static;
    margin: 3.375rem 0 0 auto;
  }
}
#feature .box .ichii span {
  display: block;
  color: #FFF;
  font-size: 0.75rem;
  text-align: center;
  margin: 0 0 1rem;
}
#feature .list1 {
  color: #FFF;
  margin-left: 10.625rem;
}
@media screen and (max-width: 1019px) {
  #feature .list1 {
    margin: 0 0 0 2rem;
  }
}
#feature .list1 li {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1.8125rem;
  margin: calc(2rem - 0.25em) 0 -0.25em;
  position: relative;
}
#feature .list1 li:first-child {
  margin: calc(3rem - 0.25em) 0 -0.25em;
}
#feature .list1 li::after {
  width: 1.1875rem;
  height: 1px;
  content: "";
  background: #FFF;
  position: absolute;
  left: 0;
  top: 1rem;
}
#feature .list2 {
  margin: 3rem 0 0;
}
#feature .list2 .slide_loop {
  position: relative;
}
#feature .list2 .slide_loop.center {
  overflow: visible;
}
#feature .list2 .slide_loop.center .mask {
  overflow: visible;
}
#feature .list2 .slide_loop.center .mask .image {
  display: flex;
  justify-content: flex-start;
  position: static;
}
#feature .list2 .slide_loop.center .mask .image li {
  float: none;
}
#feature .list2 .slide_loop.center .prev, #feature .list2 .slide_loop.center .next {
  display: none;
}
#feature .list2 .slide_loop .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#feature .list2 .slide_loop .mask .image {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#feature .list2 .slide_loop .mask .image::after {
  clear: both;
  content: "";
  display: block;
}
#feature .list2 .slide_loop .mask .image.active {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
#feature .list2 .slide_loop .mask .image li {
  float: left;
}
#feature .list2 .slide_loop .prev {
  width: 3rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1019px) {
  #feature .list2 .slide_loop .prev {
    display: none;
  }
}
#feature .list2 .slide_loop .next {
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1019px) {
  #feature .list2 .slide_loop .next {
    display: none;
  }
}
#feature .list2 .slide_loop .image {
  display: flex;
  justify-content: space-between;
  background: none;
}
#feature .list2 .slide_loop .thum {
  display: none;
}
#feature .list2 .slide_loop li {
  max-width: 16rem;
}
#feature .list2 .slide_loop li > div {
  margin: 0 0.5rem;
}
#feature .list2 > div {
  height: 22.875rem;
  color: #FFF;
  background: url("../img/08.png") center/cover no-repeat #000;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #feature .list2 > div {
    height: 97.65625vw;
    background-image: url("../img/_08.png");
  }
}
#feature .list2 > div:nth-child(2) {
  height: 38.75rem;
  padding-top: 20.8125rem;
  background-image: url("../img/09.jpg");
}
@media screen and (max-width: 1019px) {
  #feature .list2 > div:nth-child(2) {
    height: 47.625rem;
    padding-top: 29.625rem;
    background-image: url("../img/_09.jpg");
    background-position: top center;
  }
}
#feature .list2 > div:nth-child(2) .txt {
  top: 5.25rem;
  transform: none;
}
@media screen and (max-width: 1019px) {
  #feature .list2 > div:nth-child(2) .txt {
    top: 29.625rem;
  }
}
#feature .list2 > div:last-child {
  background-image: url("../img/10.png");
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 1019px) {
  #feature .list2 > div:last-child {
    background-image: url("../img/_10.png");
  }
}
#feature .list2 > div:nth-child(even) .txt {
  right: 3.25rem;
  left: initial;
}
@media screen and (max-width: 1019px) {
  #feature .list2 > div:nth-child(even) .txt {
    top: 14rem;
    left: 3.0625rem;
  }
}
#feature .list2 > div:nth-child(even) h3::after {
  display: none;
}
#feature .list2 > div:nth-child(even) h3 img {
  height: 3rem;
}
@media screen and (max-width: 1019px) {
  #feature .list2 > div:nth-child(even) h3 img {
    margin: 0 auto;
  }
}
#feature .list2 > div .txt {
  width: 20.3125rem;
  position: absolute;
  left: 3.25rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1019px) {
  #feature .list2 > div .txt {
    width: calc(100% - 6.125rem);
    left: 3.0625rem;
    top: 3rem;
    transform: none;
  }
}
#feature .list2 > div .txt p {
  line-height: 2;
  margin: calc(2rem - 0.5em) 0 -0.5em;
}
#feature .list2 > div .txt p strong {
  font-size: 1.25rem;
}
#feature .list2 > div h3 {
  position: relative;
}
#feature .list2 > div h3::after {
  width: 2.5rem;
  height: 1px;
  content: "";
  background: #FFF;
  position: absolute;
  left: -3.25rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1019px) {
  #feature .list2 > div h3::after {
    left: -3.0625rem;
  }
}
#feature .list2 > div h3 img {
  height: 2.1875rem;
}
#feature .flex {
  display: flex;
  align-items: center;
  color: #FFF;
  background: #000;
  margin: 3.3125rem 0 0;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #feature .flex {
    display: block;
    margin: 3.75rem auto 0;
  }
}
#feature .flex h3 {
  width: 8.875rem;
  position: absolute;
  top: 2rem;
  left: calc(50% - 2.6875rem);
  z-index: 2;
}
@media screen and (max-width: 1019px) {
  #feature .flex h3 {
    top: 78.515625vw;
    right: 2rem;
    left: initial;
  }
}
#feature .flex .left {
  width: 50%;
  height: 579px;
  background: url("../img/11.jpg") center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #feature .flex .left {
    width: 100%;
    height: 84.5703125vw;
  }
}
#feature .flex .left p {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
}
#feature .flex .txtBox {
  width: 50%;
  padding: 0 3.125rem;
}
@media screen and (max-width: 1019px) {
  #feature .flex .txtBox {
    width: 100%;
    padding: 2em 2em 3em;
  }
}
#feature .flex .txtBox .read {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
}
#feature .flex .txtBox .read + p {
  line-height: 2;
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
@media screen and (max-width: 1019px) {
  #feature .flex .txtBox .read + p {
    margin: calc(2.5rem - 0.5em) 0 -0.5em;
  }
}

#spec {
  padding: 8rem 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #spec {
    padding: 8rem 2em;
  }
}
#spec::after {
  width: 50vw;
  height: 50vw;
  content: "";
  background: url("../img/12.jpg") center/cover no-repeat;
  position: absolute;
  right: 0;
  top: 8rem;
  z-index: 1;
}
@media screen and (max-width: 1019px) {
  #spec::after {
    display: none;
  }
}
#spec h2 {
  padding: 0 0 0 3.375rem;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #spec h2 {
    padding: 0;
  }
}
#spec h2::after {
  width: 100%;
  height: 1px;
  content: "";
  background: #B4B4B4;
  position: absolute;
  left: 0;
  bottom: 0.4375rem;
}
#spec h2 img {
  height: 5.0625rem;
}
#spec .txtBox {
  width: 38.125vw;
  margin: 0 0 0 9.375vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1019px) {
  #spec .txtBox {
    width: 100%;
    margin: 0;
  }
}
#spec .txtBox .price {
  margin: 3.5rem 0 0 9.375vw;
}
@media screen and (max-width: 1019px) {
  #spec .txtBox .price {
    width: calc(100% - 4em);
    margin: 3.5rem auto 0;
  }
}
#spec .txtBox .price span {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: calc(2rem - 0.25em) 0 -0.25em;
}
@media screen and (max-width: 1019px) {
  #spec .txtBox .price span {
    font-size: 0.8rem;
  }
}
#spec .body {
  width: 63.75vw;
  max-width: 1020px;
  margin: 5rem 0 0 18.75vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1019px) {
  #spec .body {
    width: 100%;
    margin: 3.75em 0 0;
  }
}
#spec .body p {
  font-weight: bold;
  margin: 5rem 0 0;
}
@media screen and (max-width: 1019px) {
  #spec .body p {
    margin: 4rem 0 0;
  }
}
#spec .body ul {
  margin: calc(1rem - 0.375em) 0 -0.375em 1em;
}
#spec .body ul li {
  line-height: 1.75;
  text-indent: -1em;
}
#spec .body ul li::before {
  content: "●";
}
#spec .body .img {
  width: 100%;
  margin: 5rem 0 0;
}
@media screen and (max-width: 1019px) {
  #spec .body .img {
    margin: 4rem 0 0;
  }
}
#spec .body .img img {
  width: 100%;
}
@media screen and (max-width: 1019px) {
  #spec .body .img img {
    width: 100%;
  }
}
#spec .body .stone {
  display: flex;
  gap: 2rem;
  margin: 5rem 0 0;
}
@media screen and (max-width: 1019px) {
  #spec .body .stone {
    flex-direction: column;
  }
}
#spec .body .stone .left {
  width: min(33.625vw, 538px);
  flex-shrink: 0;
}
@media screen and (max-width: 1019px) {
  #spec .body .stone .left {
    width: 100%;
  }
}
#spec .body .stone .left img {
  width: 100%;
}
#spec .body .stone .right h3 {
  font-size: 1.25rem;
}
#spec .body .stone .right p {
  line-height: 2;
  font-weight: 400;
  margin-top: 1rem;
}
#spec .zumen {
  padding: 4rem 0;
  border: 1px solid #B4B4B4;
  background: #FFF;
}
@media screen and (max-width: 1019px) {
  #spec .zumen {
    padding: 0;
    border: none;
  }
}
#spec .zumen img {
  width: 52.5vw;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  #spec .zumen img {
    width: 100%;
  }
}
#spec table {
  width: 100%;
  font-weight: bold;
  margin: 5.625rem 0 0;
  border-top: 3px solid #B4B4B4;
  border-bottom: 2px solid #B4B4B4;
}
@media screen and (max-width: 1019px) {
  #spec table {
    margin: 3.5rem 0 0;
  }
}
#spec table th {
  line-height: 2;
  padding: 1rem 0 1rem 1.75rem;
  vertical-align: top;
  border-bottom: 1px solid #B4B4B4;
}
@media screen and (max-width: 1019px) {
  #spec table th {
    padding: 1rem 0;
  }
}
#spec table td {
  line-height: 2;
  padding: 1rem 0;
  border-bottom: 1px solid #B4B4B4;
}

#example {
  background: rgba(178, 178, 178, 0.4);
  padding: 8.625rem 0 16.4375rem;
}
@media screen and (max-width: 1019px) {
  #example {
    padding-top: 8.6666666667rem;
    padding-bottom: 8.6666666667rem;
  }
}
#example h2 {
  padding: 0 0 2rem;
  position: relative;
  padding-bottom: 2.625rem;
}
#example h2 img {
  height: 5.125rem;
  margin: 0 auto;
}
#example .example {
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin: 0 auto;
}
#example .example > li {
  margin: 3.4375rem 0 0;
}
#example .example > li:first-child {
  margin: 0;
}
#example .example > li .flex {
  display: flex;
}
@media screen and (max-width: 1019px) {
  #example .example > li .flex {
    flex-wrap: wrap;
  }
}
#example .example > li .flex .slide_loop {
  width: 35.5rem;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #example .example > li .flex .slide_loop {
    width: 100%;
  }
}
#example .example > li .flex .slide_loop .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#example .example > li .flex .slide_loop .mask .image {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#example .example > li .flex .slide_loop .mask .image::after {
  clear: both;
  content: "";
  display: block;
}
#example .example > li .flex .slide_loop .mask .image.active {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
#example .example > li .flex .slide_loop .mask .image li {
  float: left;
}
@media screen and (max-width: 1019px) {
  #example .example > li .flex .slide_loop .mask .image li {
    width: 100%;
  }
}
#example .example > li .flex .slide_loop .mask .image li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#example .example > li .flex .slide_loop .thum {
  display: flex;
  justify-content: center;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#example .example > li .flex .slide_loop .thum li {
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  position: relative;
}
#example .example > li .flex .slide_loop .thum li.center span {
  background: #FFF;
}
#example .example > li .flex .slide_loop .thum li.center span::after {
  opacity: 1;
}
#example .example > li .flex .slide_loop .thum li span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.5rem;
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#example .example > li .flex .txt {
  width: calc(100% - 35.5rem);
  background-color: #FFF;
  padding: 3.875rem;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #example .example > li .flex .txt {
    width: 100%;
    padding: 3.875rem 2rem;
  }
}
@media screen and (min-width: 1020px) {
  #example .example > li .flex .txt .wrap {
    width: calc(100% - 7.75rem);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
#example .example > li .flex .txt .wrap h3 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
#example .example > li .flex .txt .wrap h3 .area {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
#example .example > li .flex .txt .wrap p {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 3.6666666667;
  /*
  @media screen and (max-width:1019px) {
  	line-height: (36/12);
  	margin: (24/12)*1rem 0 0;
  }
  */
}
#example .example > li .flex .txt .wrap p a {
  font-size: 0.875rem;
}

#order {
  color: #FFF;
  padding: 8rem 0;
  background: #B4B4B4;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #order {
    padding: 8rem 2em;
  }
}
#order h2 {
  padding: 0 0 2rem;
  position: relative;
}
#order h2::after {
  width: 4rem;
  height: 1px;
  content: "";
  background: #FFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#order h2 img {
  height: 4.0625rem;
  margin: 0 auto;
}
#order h2 .jp {
  display: block;
  font-weight: normal;
  text-align: center;
  margin: 1.5rem 0 0;
}
#order h2 + p {
  line-height: 1.75;
  text-align: center;
  margin: calc(2rem - 0.375em) 0 -0.375em;
}
#order .list {
  max-width: 1000px;
  margin: 2rem auto 0;
}
#order .box {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 4em auto 0;
  background: #000;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #order .box {
    display: block;
  }
}
#order .box .img {
  width: 50%;
  height: 579px;
  background: url("../img/14.jpg") center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 1019px) {
  #order .box .img {
    width: 100%;
    height: 84.5703125vw;
  }
}
#order .box .txtBox {
  width: 50%;
  padding: 0 3.125rem;
}
@media screen and (max-width: 1019px) {
  #order .box .txtBox {
    width: 100%;
    padding: 2.5em 2em 3em;
  }
}
#order .box .txtBox .read {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
}
#order .box .txtBox .read + p {
  line-height: 2;
  margin: calc(2.75rem - 0.5em) 0 -0.5em;
}
#order .box .txtBox address {
  line-height: 1.5;
  margin: calc(2rem - 0.25em) 0 -0.25em;
}
#order h3 {
  font-size: 1.25rem;
  text-align: center;
  margin: 5rem 0 0;
}
#order .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0;
}
@media screen and (max-width: 1019px) {
  #order .flex {
    display: block;
  }
}
#order .flex .logo img {
  height: 17.25rem;
}
@media screen and (max-width: 1019px) {
  #order .flex .logo img {
    margin: 0 auto;
  }
}
#order .flex .right {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 1019px) {
  #order .flex .right {
    text-align: center;
    padding: 2rem 0 0;
  }
}
#order .flex .right p {
  line-height: 1.75;
  margin: calc(1.25rem - 0.375em) 0 -0.375em;
}
#order .flex .right .author {
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
#order .flex .right .author strong {
  display: block;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
#order .footer {
  margin: 4rem 0 0;
}
#order .footer img {
  height: 4.375rem;
  margin: 0 auto;
}

@media screen and (min-width: 1020px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 1019px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 13px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: auto;
  }
}/*# sourceMappingURL=layout.css.map */