@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
.sizeL {
  display: block;
}
@media screen and (max-aspect-ratio: 16/9) {
  .sizeL {
    display: none;
  }
}

.sizeM {
  display: none;
}
@media screen and (max-aspect-ratio: 16/9) {
  .sizeM {
    display: block;
  }
}
@media screen and (max-aspect-ratio: 12/10) {
  .sizeM {
    display: none;
  }
}

.sizeS {
  display: none;
}
@media screen and (max-aspect-ratio: 12/10) {
  .sizeS {
    display: block;
  }
}

main {
  background: #111111;
  color: #999999;
  padding-top: 0px;
}

.sec_txt01 {
  line-height: 2.52;
  font-size: max(1.1vw, 13px);
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 767px) {
  .sec_txt01 {
    letter-spacing: 0.25em;
  }
}
.sec_txt01.-tc {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_txt01.-tc {
    text-align: justify;
    text-align: left;
  }
}

.sec01 {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .sec01 {
    overflow: hidden;
  }
}
.sec01 .sec01_bg {
  width: 50%;
  position: sticky;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .sec01 .sec01_bg {
    position: relative;
  }
}
.sec01 .sec01_bg .bg_img {
  margin-right: -100%;
}
@media only screen and (max-width: 767px) {
  .sec01 .sec01_bg .bg_img {
    height: 100vw;
    position: absolute;
    margin-right: auto;
    top: 0;
    left: 0;
    animation: bg_sp 25s ease-in-out alternate infinite;
  }
}
@keyframes bg_sp {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%) translateX(100vw);
  }
}
@media only screen and (max-width: 767px) {
  .sec01 .sec01_bg .bg_img img {
    width: auto;
    height: 100%;
  }
}
.sec01 .sec01_contents {
  width: 50%;
}
.sec01 .sec01_contents .sec01_inner {
  margin-left: -100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 28.34vw 2.88vw 0px 2.88vw;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec01 .sec01_contents .sec01_inner {
    padding: 50vh 20px 0px 20px;
    text-align: justify;
    text-align: left;
  }
}
.sec01 .tit01 {
  line-height: 1.38;
  font-size: 3.09vw;
  letter-spacing: 0.187em;
  margin-bottom: 1.61em;
}
@media only screen and (max-width: 767px) {
  .sec01 .tit01 {
    text-align: center;
    font-size: 23px;
  }
}
.sec01 .txt01 {
  margin-bottom: 4.04em;
}
.sec01 .txt_eng {
  line-height: 1;
  font-size: 8.76vw;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Cinzel", serif;
}
@media only screen and (max-width: 767px) {
  .sec01 .txt_eng {
    text-align: right;
    font-size: 11vw;
  }
}
.sec01 .imgcap {
  position: static;
  color: #fff;
  text-align: justify;
  text-align: left;
  margin-left: -2.88vw;
}

.sec02 {
  position: relative;
}
.sec02 .bg_movie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 43.04vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec02 .bg_movie {
    height: 50vh;
  }
}
.sec02 .bg_movie::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #000000 0%, #808080 70%, #ffffff 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec02 .bg_movie::after {
    background: linear-gradient(to top, #000000 0%, #808080 35%, #ffffff 50%, #ffffff 100%);
  }
}
.sec02 .bg_movie .movie_wrap {
  width: 177.7777777778%;
  height: 56.25%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec02 .bg_movie .movie_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  position: absolute;
  top: 0;
  left: 0;
}
.sec02 .sec02_contents {
  position: relative;
  z-index: 1;
  padding-top: 9.44vw;
  padding-left: 1.31vw;
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sec02 .sec02_contents {
    padding: 0px 20px;
    padding-top: 40vh;
  }
}
.sec02 .tit01 {
  width: 29.25%;
  margin-bottom: 4.98vw;
}
@media only screen and (max-width: 767px) {
  .sec02 .tit01 {
    width: 80%;
    max-width: 550px;
  }
}
.sec02 .txt01 {
  box-sizing: border-box;
  padding-left: 6.56vw;
  padding-right: 43.83vw;
  padding-bottom: 8.66vw;
}
@media only screen and (max-width: 991px) {
  .sec02 .txt01 {
    padding-right: 6.56vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec02 .txt01 {
    padding: 0px;
    padding-bottom: 50px;
  }
}
.sec02 .designer_box {
  position: absolute;
  background: #fff;
  right: 15px;
  bottom: 20px;
  box-sizing: border-box;
  padding: 20px;
  width: 43.83%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .sec02 .designer_box {
    position: static;
    margin-left: 6.56vw;
    margin-right: 6.56vw;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec02 .designer_box {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
}
.sec02 .designer_box .desiner_tit {
  font-size: 26px;
  margin-bottom: 10px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .sec02 .designer_box .desiner_tit {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.sec02 .designer_box .desiner_tit span {
  font-size: 0.46em;
  display: block;
  margin-top: 0.38em;
}
.sec02 .designer_box .desiner_tit span strong {
  font-size: 1.5em;
}
.sec02 .designer_box .imgBox {
  width: 23.27%;
  margin-left: auto;
}

.sec03 {
  padding-top: 110px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sec03 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.sec03 .sec03_scroll {
  height: 187.36vw;
}
@media only screen and (max-width: 767px) {
  .sec03 .sec03_scroll {
    height: calc((100vw - 40px) * 4 + 120px + 40px);
  }
}
.sec03 .sec03_scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec03 .sec03_list {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5.24vw;
  column-gap: 5.24vw;
  width: 187.36vw;
  box-sizing: border-box;
  padding: 0px 6.56vw;
}
@media only screen and (max-width: 767px) {
  .sec03 .sec03_list {
    width: calc((100vw - 40px) * 4 + 120px + 40px);
    padding: 0px 20px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.sec03 .sec03_item {
  flex: 1;
  position: relative;
  padding-top: 5.24vw;
  box-sizing: border-box;
}
.sec03 .sec03_item .tit01 {
  position: absolute;
  top: 0;
  left: -7.95%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec03 .sec03_item .tit01 {
    left: -20px;
  }
}
.sec03 .sec03_item .tit01.-facade {
  width: 46.88%;
}
.sec03 .sec03_item .tit01.-artobject {
  width: 54.7%;
}
.sec03 .sec03_item .tit01.-indoorcorridor {
  width: 65.03%;
}
.sec03 .sec03_item .tit01.-roofbalcony {
  width: 73.5%;
}
.sec03 .sec03_item .img01 {
  margin-bottom: 2.62vw;
  width: 100%;
  aspect-ratio: 754/503;
  max-height: 35vh;
}
.sec03 .sec03_item .img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec03 .sec03_item .txt01 {
  font-size: max(min(1.1vw, 21px), 13px);
}

.sec04 {
  padding-bottom: 8.13vw;
}
@media only screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 75px;
  }
}
.sec04 .tit01 {
  width: 99.1%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sec04 .tit01 {
    margin-bottom: 15px;
  }
}
.sec04 .sec04_in {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec04 .sec04_in {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.sec04 .tit02 {
  font-size: max(1.88vw, 24px);
  line-height: 2;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 1.94em;
}
.sec04 .img01, .sec04 .img02 {
  position: absolute;
  width: 28.34%;
  top: 9.18vw;
}
@media only screen and (max-width: 1024px) {
  .sec04 .img01, .sec04 .img02 {
    position: relative;
    top: 0;
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .sec04 .img01, .sec04 .img02 {
    width: 100%;
  }
}
.sec04 .img01 figcaption, .sec04 .img02 figcaption {
  color: #fff;
  font-size: 0.94vw;
  letter-spacing: 0.1em;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sec04 .img01 figcaption, .sec04 .img02 figcaption {
    font-size: 11px;
  }
}
.sec04 .img01 {
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .sec04 .img01 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec04 .img01 {
    margin-bottom: 10px;
  }
}
.sec04 .img02 {
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .sec04 .img02 {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec04 .img02 {
    position: static;
  }
}
.sec04 .img02 figcaption {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec04 .img02 figcaption {
    text-align: justify;
    text-align: left;
  }
}

.sec05 .sec05_contents {
  position: relative;
}
.sec05 .sec05_number {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 3;
  box-sizing: border-box;
  padding: 1.31vw 3.41vw;
}
@media only screen and (max-width: 767px) {
  .sec05 .sec05_number {
    text-align: right;
  }
}
.sec05 .sec05_number-inner {
  display: inline-block;
  position: relative;
  font-size: 3.62vw;
  font-family: "Cinzel", serif;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec05 .sec05_number-inner {
    font-size: 28px;
    padding-right: 1em;
  }
}
.sec05 .sec05_number-current {
  font-size: 1.88em;
  overflow: hidden;
  height: 1em;
}
.sec05 .sec05_number-content {
  transition: transform 0.8s ease-out;
}
.sec05 .sec05_number-item {
  display: block;
}
.sec05 .sec05_number-max {
  position: absolute;
  bottom: -0.8em;
  left: 1.08em;
}
.sec05 .sec05_number-max::before {
  display: block;
  content: "";
  border-left: solid 1px #fff;
  height: 2.02em;
  position: absolute;
  bottom: 0.07em;
  right: calc(100% + 0.82em);
  transform: rotate(45deg);
  transform-origin: left bottom;
}
.sec05 .sec05_list {
  margin-top: -100vh;
  position: sticky;
  top: 0;
  height: 100vh;
}
.sec05 .sec05_slider {
  width: 100%;
  height: 100%;
}
.sec05 .sec05_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 0 !important;
  display: flex;
  flex-direction: column;
  background: #111111;
  justify-content: flex-start;
}
.sec05 .sec05_item.swiper-slide-active {
  opacity: 1 !important;
}
.sec05 .sec05_item.slide_anime_on .anm_img {
  filter: blur(0px);
  opacity: 1;
}
.sec05 .sec05_item.slide_anime_on .anm_fadein {
  transform: translate(0px, 0px);
  opacity: 1;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span {
  animation: title_view 0.8s ease forwards;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(1) {
  animation-delay: 0ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(2) {
  animation-delay: 30ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(3) {
  animation-delay: 60ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(4) {
  animation-delay: 90ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(5) {
  animation-delay: 120ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(6) {
  animation-delay: 150ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(7) {
  animation-delay: 180ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(8) {
  animation-delay: 210ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(9) {
  animation-delay: 240ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(10) {
  animation-delay: 270ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(11) {
  animation-delay: 300ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(12) {
  animation-delay: 330ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(13) {
  animation-delay: 360ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(14) {
  animation-delay: 390ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(15) {
  animation-delay: 420ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(16) {
  animation-delay: 450ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(17) {
  animation-delay: 480ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(18) {
  animation-delay: 510ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(19) {
  animation-delay: 540ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(20) {
  animation-delay: 570ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(21) {
  animation-delay: 600ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(22) {
  animation-delay: 630ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(23) {
  animation-delay: 660ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(24) {
  animation-delay: 690ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(25) {
  animation-delay: 720ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(26) {
  animation-delay: 750ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(27) {
  animation-delay: 780ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(28) {
  animation-delay: 810ms;
}
.sec05 .sec05_item.slide_anime_on .anm_title.is-initialized span:nth-child(29) {
  animation-delay: 840ms;
}
.sec05 .sec05_figure {
  z-index: 1;
  overflow: hidden;
  transition: opacity 0.5s ease, transform 0.8s ease, filter 0.5s;
  max-height: 66vh;
  width: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .sec05 .sec05_figure {
    height: 80vh;
    flex-grow: 0;
  }
}
.sec05 .sec05_figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sec05 .sec05_inner {
  box-sizing: border-box;
  padding: 2.88vw 3.14vw;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec05 .sec05_inner {
    padding: 25px 30px;
    display: block;
    background: linear-gradient(to top, #111111 0%, #111111 70%, rgba(17, 17, 17, 0) 100%);
    position: absolute;
    bottom: calc(20px + 8.47vw);
    top: 55vh;
    left: 0;
    z-index: 1;
  }
}
.sec05 .sec05_inner .tit01 {
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec05 .sec05_inner .tit01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.sec05 .sec05_inner .tit01 span {
  font-family: "Cinzel", serif;
}
.sec05 .sec05_inner .txtbox {
  text-align: right;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .sec05 .sec05_inner .txtbox {
    text-align: justify;
    text-align: left;
  }
}
.sec05 .sec05_scrolls {
  margin-top: -100vh;
}
.sec05 .sec05_scroll {
  height: 200vh;
}

.sec06 {
  padding: 0px 2.09vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sec06 {
    padding: 0px;
  }
}
.sec06 .equipment_list {
  border: solid 1px #fff;
  padding: 2.09vw 1.31vw;
  box-sizing: border-box;
  display: grid;
  gap: 2.88vw 1.04vw;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1.83vw;
}
@media only screen and (max-width: 767px) {
  .sec06 .equipment_list {
    padding: 20px;
    gap: 25px 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 25px;
    border-left: none;
    border-right: none;
  }
}
.sec06 .equipment_list .item_img {
  margin-bottom: 1.04vw;
}
@media only screen and (max-width: 767px) {
  .sec06 .equipment_list .item_img {
    margin-bottom: 5px;
  }
}
.sec06 .equipment_list .item_tit {
  text-align: center;
  font-size: max(1.1vw, 11px);
  color: #fff;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding-bottom: 1.04vw;
  border-bottom: solid 1px #fff;
  margin-bottom: 1.04vw;
}
@media only screen and (max-width: 767px) {
  .sec06 .equipment_list .item_tit {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
.sec06 .equipment_list .item_txt {
  font-size: max(1.2vw, 12px);
  line-height: 1.26;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec06 .sec06_in {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sec06 .sec06_in {
    display: block;
    box-sizing: border-box;
    padding: 0px 30px;
  }
}
.sec06 .sec06_in .tit01 {
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 3.2vw;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec06 .sec06_in .tit01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.sec06 .sec06_in .txtbox {
  text-align: right;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .sec06 .sec06_in .txtbox {
    text-align: justify;
    text-align: left;
  }
}

.sec07 {
  padding: max(3.41vw, 65px) 0px;
}
.sec07 .sec07_in {
  width: calc(100% - 40px);
  max-width: max(59.94vw, 720px);
  margin-left: auto;
  margin-right: auto;
}
.sec07 .tit01 {
  text-align: center;
  background: linear-gradient(to top, rgba(93, 0, 0, 0.83), rgba(35, 24, 21, 0.83));
  color: #fff;
  font-size: 1.25vw;
  padding: 0.62em 0px;
  letter-spacing: 0.2em;
  margin-bottom: 2.29em;
}
@media only screen and (max-width: 1200px) {
  .sec07 .tit01 {
    font-size: 15px;
  }
}
.sec07 .place_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.62vw;
  margin-bottom: 3.67vw;
}
@media only screen and (max-width: 1200px) {
  .sec07 .place_list {
    gap: 30px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .sec07 .place_list {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.sec07 .place_list .place {
  flex: 1;
}
.sec07 .place_list .name {
  font-size: 1.2vw;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.65em;
}
@media only screen and (max-width: 1200px) {
  .sec07 .place_list .name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sec07 .place_list .name {
    letter-spacing: 0.05em;
    font-size: 13px;
  }
}
.sec07 .place_list .img {
  aspect-ratio: 540/362;
  width: 100%;
}
.sec07 .place_list .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec07 .contact_area {
  display: flex;
  flex-wrap: wrap;
  gap: 0.78vw 0px;
  justify-content: space-between;
  width: 79.42%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .sec07 .contact_area {
    gap: 10px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sec07 .contact_area {
    width: 100%;
  }
}
.sec07 .contact_btn {
  background: linear-gradient(to top, rgba(93, 0, 0, 0.83), rgba(35, 24, 21, 0.83));
  color: #fff;
  padding: 0.75em 0px;
  text-align: center;
  font-size: 1.04vw;
  letter-spacing: 0.2em;
  width: 48.18%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .sec07 .contact_btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sec07 .contact_btn {
    font-size: 13px;
  }
}
.sec07 .contact_btn:nth-child(1) {
  width: 100%;
}
.sec07 .contact_btn .txt01 {
  font-size: 1.2em;
  width: 100%;
  margin-bottom: 0.83em;
}
.sec07 .contact_btn .tel {
  font-size: 2.54em;
  font-family: "Cinzel", serif;
  line-height: 1;
  color: #fff;
}
.sec07 .contact_btn .caption {
  font-size: max(0.7em, 10px);
  text-align: justify;
  text-align: left;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .sec07 .contact_btn .caption {
    margin-left: 0px;
    margin-top: 1em;
  }
}
.sec07 .contact_btn .eng {
  display: block;
  width: 100%;
  font-size: 0.75em;
}

/* アニメーション */
.anm_fadein {
  transform: translate(0px, 30px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.anm_fadein.inview {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anm_img {
  opacity: 0;
  filter: blur(20px);
  transition: filter 1.5s ease, opacity 0.8s ease;
}
.anm_img.inview {
  filter: blur(0px);
  opacity: 1;
}

.anm_title span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 50%);
}
.anm_title span.space {
  width: 1ch;
}
.anm_title.is-initialized.inview span {
  animation: title_view 0.8s ease forwards;
}
.anm_title.is-initialized.inview span:nth-child(1) {
  animation-delay: 0ms;
}
.anm_title.is-initialized.inview span:nth-child(2) {
  animation-delay: 30ms;
}
.anm_title.is-initialized.inview span:nth-child(3) {
  animation-delay: 60ms;
}
.anm_title.is-initialized.inview span:nth-child(4) {
  animation-delay: 90ms;
}
.anm_title.is-initialized.inview span:nth-child(5) {
  animation-delay: 120ms;
}
.anm_title.is-initialized.inview span:nth-child(6) {
  animation-delay: 150ms;
}
.anm_title.is-initialized.inview span:nth-child(7) {
  animation-delay: 180ms;
}
.anm_title.is-initialized.inview span:nth-child(8) {
  animation-delay: 210ms;
}
.anm_title.is-initialized.inview span:nth-child(9) {
  animation-delay: 240ms;
}
.anm_title.is-initialized.inview span:nth-child(10) {
  animation-delay: 270ms;
}
.anm_title.is-initialized.inview span:nth-child(11) {
  animation-delay: 300ms;
}
.anm_title.is-initialized.inview span:nth-child(12) {
  animation-delay: 330ms;
}
.anm_title.is-initialized.inview span:nth-child(13) {
  animation-delay: 360ms;
}
.anm_title.is-initialized.inview span:nth-child(14) {
  animation-delay: 390ms;
}
.anm_title.is-initialized.inview span:nth-child(15) {
  animation-delay: 420ms;
}
.anm_title.is-initialized.inview span:nth-child(16) {
  animation-delay: 450ms;
}
.anm_title.is-initialized.inview span:nth-child(17) {
  animation-delay: 480ms;
}
.anm_title.is-initialized.inview span:nth-child(18) {
  animation-delay: 510ms;
}
.anm_title.is-initialized.inview span:nth-child(19) {
  animation-delay: 540ms;
}
.anm_title.is-initialized.inview span:nth-child(20) {
  animation-delay: 570ms;
}
.anm_title.is-initialized.inview span:nth-child(21) {
  animation-delay: 600ms;
}
.anm_title.is-initialized.inview span:nth-child(22) {
  animation-delay: 630ms;
}
.anm_title.is-initialized.inview span:nth-child(23) {
  animation-delay: 660ms;
}
.anm_title.is-initialized.inview span:nth-child(24) {
  animation-delay: 690ms;
}
.anm_title.is-initialized.inview span:nth-child(25) {
  animation-delay: 720ms;
}
.anm_title.is-initialized.inview span:nth-child(26) {
  animation-delay: 750ms;
}
.anm_title.is-initialized.inview span:nth-child(27) {
  animation-delay: 780ms;
}
.anm_title.is-initialized.inview span:nth-child(28) {
  animation-delay: 810ms;
}
.anm_title.is-initialized.inview span:nth-child(29) {
  animation-delay: 840ms;
}
@keyframes title_view {
  0% {
    opacity: 0;
    transform: translate(0, 50%);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.-delay1 {
  transition-delay: 0.3s;
}

.-delay2 {
  transition-delay: 0.6s;
}

.-delay3 {
  transition-delay: 0.9s;
}