@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

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

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

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

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

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

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "DIN Alternate", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #222222;
  letter-spacing: 0.08em;
  text-align: left;
  background-color: rgb(255 255 255);
  font-weight: 400;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
.din {
  font-family: "DIN Alternate", sans-serif;
}
.noise {
  background: url(../img/noise.png);
  animation: noise_anima 1s steps(10) infinite;
  width: 100%;
  background-repeat: repeat;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 100%;
  opacity: 0.1;
  mix-blend-mode: overlay;
  /* display: none; */
}
@keyframes noise_anima {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 123px 456px;
  }
}
#opening {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: #f1f1f1;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}
body.onload #opening {
  animation: op 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
  animation-delay: 1.8s;
}
@keyframes op {
  0% {
    transform: translate(0px, 0%);
  }
  100% {
    transform: translate(0px, -110%);
  }
}
#opening .logo_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.onload #opening .logo_wrap {
  animation: op_wrap 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
  animation-delay: 1.8s;
}
@keyframes op_wrap {
  0% {
    transform: translate(0px, 0%);
  }

  100% {
    transform: translate(0px, 110%);
  }
}

#opening .logo {
  width: 200px;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
body.onload #opening .logo {
  /* animation: logo_wrap 1.8s linear forwards; */
  /* animation-delay: 0.8s; */
}
@keyframes logo_wrap {
  0% {
    transform: translate(0px, 0%);
  }
  100% {
    transform: translate(0px, -40%);
  }
}
#opening .logo svg {
  width: 100%;
  position: relative;
  transform: translate(0px, 110%);
}
body.onload #opening .logo svg {
  animation: oplogo 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
  animation-delay: 0.5s;
}
@keyframes oplogo {
  0% {
    transform: translate(0px, 110%);
  }
  100% {
    transform: translate(0px, 0%);
  }
}
.scroll.fadein {
  opacity: 0;
  transition: opacity 1s ease;
}
.scrollin.fadein {
  opacity: 1;
}
#js-mouse {
  pointer-events: none;
  position: fixed;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  /* border: solid 1px #000; */
  background-color: rgb(0 0 0 / 50%);
  border: solid 1px rgb(255 255 255 / 10%);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all 0.2s ease-out;
  z-index: 9999;
  opacity: 0;
  /* mix-blend-mode: difference; */
}
#js-cursor {
  pointer-events: none;
  position: fixed;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: width 0.2s ease-out, height 0.2s ease-out;
  z-index: 10000;
  opacity: 0;
}

#js-mouse.js-hover {
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
}
#js-cursor.js-hover {
  width: 8px;
  height: 8px;
}
#js-cursor.js-hover_work {
  opacity: 0 !important;
}
#js-mouse span {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  color: rgb(255 255 255 / 50%);
}
#js-mouse.js-hover_work span {
  opacity: 1;
}
.sec_tit {
  margin-bottom: 40px;
}
.sec_tit h2 {
  letter-spacing: 0.05em;
}
main.page_common {
  padding: 200px 0px;
  opacity: 0;
  /* transform: translate(0px, 0.5%); */
  transition: all 1s ease;
}
body.onload main.page_common {
  /* transform: translate(0px, 0%); */
  opacity: 1;
}
body.home footer {
  /* display: none; */
  position: fixed;
  bottom: 0;
  color: #fff;
}
body.home footer nav{
  display: none;
}
body.home header{
  background: unset;
  color: #fff;
}
body.home header .logo svg{
  fill: #fff;
}
header {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 3;
  background-color: #fff;
}
header .wrap {
  height: 100%;
  width: 100%;
}
header .inner {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .logo {
  width: 120px;
}
header .logo a {
  display: block;
  line-height: 0;
  transition: opacity 0.3s;
}
header .logo a:hover {
  /* opacity: 0.5; */
}
header .logo svg {fill: #000;}
header nav {
  /* backdrop-filter: blur(100px); */
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  margin-left: 5px;
}
header nav ul li a {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
}
header nav ul li a.sp {
  display: none;
}
header nav ul li a span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
header nav ul li a:hover span {
  opacity: 1;
}
body.page-template-page-about header nav ul li a.nav_about span,
body.archive header nav ul li a.nav_works span,
body.page-template-page-contact header nav ul li a.nav_contact span {
  opacity: 1;
}
header .humb {
  display: none;
}
footer {
}
footer .inner {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer nav ul {
  display: flex;
  align-items: center;
}
footer nav ul li {
  margin-right: 5px;
}
footer nav ul li a {
}
footer nav ul li a span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
footer nav ul li a:hover span {
  opacity: 1;
}
footer .copy {
  font-size: 10px;
}
#home #fv {
  height: 100vh;
  height: 100svh;
}
#home #fv .wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
#home #fv .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
#home #fv .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #fv .head_area {
  /* height: 30svh; */
  overflow: hidden;
  width: 100%;
  /* position: absolute; */
  z-index: 1;
  top: 0;
  padding: 20px 60px;
  color: #ffffff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}
#home #fv .sp_link {
  display: none;
}
#home #fv .sp_link a {
  font-size: 12px;
  position: relative;
  padding-right: 20px;
  line-height: 1;
  color: #999;
}
#home #fv .sp_link a::after {
  content: "→";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: 0;
}
#home #fv .head_area .head_area_wrap {
  /* top: 16svh; */
  position: relative;
  transition: opacity 1s ease 2.4s;
  opacity: 0;
}
#home #fv .head_area.rear {
  overflow: unset;
  display: block;
  z-index: 2;
  mix-blend-mode: difference;
}

#home #fv .head_area h1 {
  font-size: 34px;
  /* color: #fff; */
  /* opacity: 0; */
  transition: opacity 1s ease 2.4s;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 400;
}
#home #fv .head_area p{
  font-size: 12px;
  font-weight: 300;
}
body.onload #home #fv .head_area .head_area_wrap {
  opacity: 1;
}
#home #fv .head_area .sp {
  display: none;
}

#home #fv .slide_area {
  height: 100%;
  padding-top: 30svh;
  position: relative;
}
#home #fv .slide_area .splide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  /* opacity: 0; */
}
#home #fv .slide_area .slide {
  height: 100%;
  overflow: hidden;
}
#home #fv .slide_area .slide a {
  display: block;
}
#home #fv .slide_area .iframe_wrap {
  height: 100%;
  width: 100%;
  transform: scale(1.5);
}

#home #fv .slide_area .iframe_wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
#home #fv .slide_area .slide_bg .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#home #fv .slide_area .slide_bg {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#home #fv .slide_area .slide_bg::before {
  content: "";
  background: url(../img/noise.png);
  animation: noise_anima 1s steps(10) infinite;
  width: 100%;
  background-repeat: repeat;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  height: 100%;
  opacity: 0.1;
  mix-blend-mode: overlay;
}
#home #fv .slide_area .slide_text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  mix-blend-mode: difference;
  color: #afafaf;
  width: 70%;
}
#home #fv .slide_area .slide_text a {
  width: 100%;
}
#home #fv .slide_area .slide_text .tit {
  line-height: 1;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home #fv .slide_area .splide .splide-wrapper {
  height: 100%;
  position: relative;
  z-index: 0;
  transform: translate(0px, 5%);
  opacity: 0;
  transition: all 1s ease-out 2s;
}
body.onload #home #fv .slide_area .splide .splide-wrapper {
  transform: translate(0px, 0%);
  opacity: 1;
}

#home #fv .slide_area .splide .splide-wrapper {
  height: 100%;
  width: 100%;
}
#home #fv .slide_area .splide__track {
  height: 100%;
}
#home #fv .slide_area .splide__progress__bar {
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  z-index: 4;
  mix-blend-mode: difference;
}
#home #fv .slide_area .splide__arrow {
  background-color: unset;
  mix-blend-mode: difference;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: unset;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #fv .slide_area .splide__arrows {
  position: absolute;
  right: 20px;
  bottom: 15px;
  display: flex;
  width: 45px;
  justify-content: space-between;
}
#home #fv .slide_area .splide__arrow.splide__arrow--prev::before {
  content: "<";
}
#home #fv .slide_area .splide__arrow::before {
  content: ">";
  /* font-weight: bold; */
  font-size: 18px;
  color: #fff;
}
#about {
}
#about #head .wrap,
#contact #head .wrap {
  max-width: 1200px;
  margin: auto;
}
#about #head .inner,
#contact #head .inner {
  padding: 40px;
  padding-top: 0;
  padding-bottom: 200px;
}
#contact #head .inner {
  padding-bottom: 60px;
}
#about #head .text_area {
}
#about #head .text_area p,
#contact #head .text_area p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#contact #head .text_area p {
  margin-bottom: 20px;
}
#about #head .text_area p.en,
#contact #head .text_area p.en {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  word-break: break-word;
}

#about #overview {
}
#about #overview .wrap,
#contact #form .wrap {
  max-width: 1200px;
  margin: auto;
}
#about #overview .inner,
#contact #form .inner {
  padding: 0 40px;
}
#about #overview .sec_tit {
  /* padding: 0 40px; */
}
#about #overview table {
  width: 100%;
}
#about #overview table tr {
  border-top: solid 1px #d0d0d0;
}
#about #overview table tr:last-child {
  border-bottom: solid 1px #d0d0d0;
}
#about #overview table th,
#about #overview table td {
  padding: 8% 0;
  vertical-align: text-top;
  position: relative;
  /* width: 50%; */
  padding-left: 10%;
}
#about #overview table th {
  font-weight: normal;
  width: 360px;
}
#about #overview table th .num {
  position: absolute;
  top: 20px;
  left: 10px;
  color: #999;
}
#about #overview table th p.en {
  font-size: 18px;
  margin-bottom: 10px;
}
#about #overview table th p.jp {
}
#about #overview table td {
  /* width: 70%; */
  width: calc(100% - 360px);
}
#about #overview table td p.en {
  font-size: 12px;
  /* margin-bottom: 5px; */
}
#about #overview table td p.jp {
  font-size: 12px;
  margin-bottom: 5px;
}
#contact #form {
}
#contact #form input {
  /* appearance: none; */
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  /* -webkit-appearance: none; */
  background-color: unset;
  border: unset;
  margin: auto;
}
#contact #form .form_area {
  max-width: 600px;
}
#contact #form .form_area ul {
  margin-bottom: 60px;
}
#contact #form .form_area ul li {
  margin-bottom: 30px;
}
#contact #form .form_area ul li .input_tit {
  margin-bottom: 5px;
  font-size: 14px;
}
#about #overview table td ul li {
  font-size: 12px;
  margin-bottom: 5px;
}
#contact #form .form_area input,
#contact #form .form_area textarea {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  margin: unset;
  height: 42px;
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  border: solid 1px #707070;
  color: inherit;
}
#contact #form .form_area textarea {
  height: 256px;
  padding: 10px 10px;
  line-height: 1.5;
}
#contact #form .form_area .btn p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
}
#contact #form .form_area .btn input {
  background: unset;
  border: unset;
  display: inline-block;
  padding: 0;
  height: auto;
  width: auto;
  font-size: 16px;
  vertical-align: unset;
  cursor: pointer;
  letter-spacing: 0.1em;
}
#contact #form .form_area .btn span {
  opacity: 0;
  transition: opacity 0.2s ease;
  line-height: 1;
}
#contact #form .form_area .btn:hover span {
  opacity: 1;
}
#contact .back-to-btn {
  margin-top: 40px;
  margin-bottom: 100px;
}
#contact .back-to-btn a {
  transition: 0.3s;
  cursor: pointer;
  font-size: 12px;
  padding: 25px 0px;
  display: inline-block;
  line-height: 1;
}
#contact .back-to-btn a span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
#contact .back-to-btn a:hover span {
  opacity: 1;
}
#contact .wpcf7 form.sent .wpcf7-response-output,
#contact .wpcf7 form.invalid .wpcf7-response-output,
#contact .wpcf7 form.unaccepted .wpcf7-response-output,
#contact .wpcf7 form.payment-required .wpcf7-response-output {
  border: unset;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  font-size: 12px;
}
#contact #head .after {
  display: none;
}
body.form_thanks #contact #head .after {
  display: block;
}
body.form_thanks #contact #head .before {
  display: none;
}
#works #head .wrap {
  max-width: 1200px;
  margin: auto;
}

#works #head .inner {
  padding: 0 40px;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#works #head .cat {display: flex;flex-wrap: wrap;}
#works #head .cat a {
  font-size: 12px;
  /* margin-left: 5px; */
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
#works #head .cat a span {
  opacity: 0;
  transition: opacity 0.2s ease;
  padding: 0 2px;
}
#works #head .cat a:hover span {
  opacity: 1;
}
#works #head .cat.all a.cat_all span,
#works #head .cat.event a.cat_event span,
#works #head .cat.management a.cat_management span,
#works #head .cat.label a.cat_label span,
#works #head .cat.location-coordinate a.cat_location-coordinate span {
  opacity: 1;
  display: block;
}
#works #archive {
}
#works #archive .wrap {
  max-width: 1200px;
  margin: auto;
}
#works #archive .inner {
  padding: 0 40px;
}
#works #archive #archive_list {
}
#works #archive #archive_list li {
  margin-bottom: 100px;
}
#works #archive #archive_list li:last-child {
  margin-bottom: 0;
}
#works #archive #archive_list li a {
}
#works #archive #archive_list li .num {
  /* color: #999; */
  margin-bottom: 10px;
  font-size: 10px;
  width: 30px;
}
#works #archive #archive_list li .text_area {
  /* width: 50%; */
  display: flex;
  align-items: flex-start;
}
#works #archive #archive_list li .text_area .tit_cat {
  /* padding-left: 20px; */
  width: calc(100% - 30px);
}
#works #archive #archive_list li .text_area .cat {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#works #archive #archive_list li .text_area .tit {
  font-weight: 500;
  word-break: break-word;
  letter-spacing: 0.05em;
}
#works #archive #archive_list li .thumb_area {
  /* width: 50%; */
  margin-bottom: 20px;
  position: relative;
}
#works #archive #archive_list li .thumb_area .thumb_wrap {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#works #archive #archive_list li .thumb_area .thumb_wrap .thumb::before {
  content: "";
  background: url(../img/noise.png);
  animation: noise_anima 1s steps(10) infinite;
  width: 100%;
  background-repeat: repeat;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  height: 100%;
  opacity: 0.2;
  mix-blend-mode: overlay;
}
#works #archive #archive_list li .thumb_area .thumb_wrap .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
  transition: transform 2s ease;
}
#works #archive #archive_list li.scrollin .thumb_area .thumb_wrap .thumb {
  transform: scale(1);
}
#single {
}
#single #head {
}
#single #head .wrap {
  margin-bottom: 40px;
}
#single #head .inner {
  padding: 0 40px;
}
#single #head .cat {
}
#single #head .tit {
  font-size: 30px;
}
#single #kv {
}
#single #kv .thumb_area {
}
#single #kv .thumb_area .thumb_wrap {
  padding-bottom: 56.25%;
  position: relative;
}
#single #kv .thumb_area .thumb_wrap .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#single.management {
}
#single.management .wrap {
  padding: 100px 20px;
}
#single.management .inner {
  display: flex;
}
#single.management .thumb_area {
  width: 50%;
}
#single.management .thumb_wrap {
  padding-bottom: 100%;
  position: relative;
}
#single.management .thumb_wrap .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#single.management .text_area {
  width: 50%;
  padding: 5%;
}
#single.management .text_area .tit {
  font-size: 24px;
  margin-bottom: 20px;
}
#single.management .text_area .content {
}
#single.management .text_area .content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}
#single.management .text_area .content p a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
#single.management .text_area .content p a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  #js-mouse,
  #js-cursor {
    display: none;
  }
  #opening .logo {
    width: 160px;
  }
  #home #fv .head_area h1 {
    /* opacity: 1; */
  }
  #home #fv .slide_area .splide {
    /* transform: translate(0px, 0%); */
    /* opacity: 1; */
  }
  .sec_tit {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  main.page_common {
    padding: 140px 0px 100px;
  }

  header nav ul li a span {
    display: none;
  }
  header .logo {
    width: 120px;
  }
  header nav ul li {
    margin-left: 15px;
  }
  #home #fv .slide_area {
    padding-top: 15svh;
    padding-bottom: 45svh;
  }
  #home #fv .head_area.pc {
    display: none;
  }
  #home #fv .head_area.sp {
    display: block;
  }
  #home #fv .head_area h1 {
    font-size: 5vw;
  }
    #home #fv .head_area p{
    font-size: 2.5vw;
    line-height: 1.5;
}
  #home #fv .head_area .sp {
    display: block;
  }
  #home #fv .head_area .pc {
    display: none;
  }
  #home #fv .head_area .head_area_wrap {
    top: 0;
    /* margin-bottom: 40px; */
  }
  #home #fv .head_area.rear {
  }
  #home #fv .slide_area .iframe_wrap {
    transform: scale(1);
    display: none;
  }
  #home #fv .head_area {
    top: auto;
    bottom: 10svh;
    padding: 30px 20px;
    /* height: 30svh; */
    z-index: 4;
  }
  #home #fv .sp_link {
    display: block;
  }
  #about #head .inner,
  #contact #form .inner {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 50px;
  }
  #about #overview .inner,
  #contact #head .inner {
    padding: 0 20px;
  }
  #contact #head .inner {
    padding-bottom: 40px;
  }
  #about #overview table tr {
  }
  #about #overview table th,
  #about #overview table td {
    display: block;
    width: 100%;
    padding: 0px 10px;
  }
  #about #overview table th p.en {
    margin-bottom: 5px;
  }
  #about #overview table th {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  #about #overview table td {
    padding-bottom: 50px;
  }
  #about #head .text_area p {
    line-height: 1.7;
    font-size: 14px;
  }
  #works #head .inner {
    padding: 0 20px;
    display: block;
  }
  #works #head .cat {
    margin-bottom: 40px;
  }
  #works #head .cat a {
    margin-left: 0;
    font-size: 10px;
    margin-right: 10px;
  }
  #works #head .cat a span{
    display: none;
  }
  #works #archive .inner {
    padding: 0 20px;
  }
  #works #archive #archive_list li .text_area .tit {
    font-size: 14px;
  }
  #works #archive #archive_list li .text_area .tit_cat {
    padding-left: 0px;
    width: 100%;
  }
  #single #head .inner {
    padding: 0 20px;
  }
  #works #archive #archive_list li {
    margin-bottom: 60px;
  }
  #works #archive #archive_list li .text_area .cat {
    margin-bottom: 5px;
    font-size: 10px;
  }
  #about #overview table td p.jp,
  #about #overview table td p.en {
    font-size: 14px;
  }
  #home #fv .slide_area .slide a {
    pointer-events: none;
  }
  #works #archive #archive_list li .thumb_area .thumb_wrap {
    padding-bottom: 66.6666%;
  }
  #works #archive #archive_list li .thumb_area {
    margin-bottom: 15px;
  }
  header nav ul li a.pc {
    display: none;
  }
  header nav ul li a.sp {
    display: block;
  }
  header nav ul li a{
    font-size: 10px;
  }
  #single.management .inner {
    display: block;
  }
  #single.management .thumb_area {
    width: 100%;
  }
  #single.management .text_area {
    width: 100%;
    padding: 40px 20px;
  }
}
