@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
/*
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}*/
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
html {
  scroll-behavior: smooth;
  margin: 0!important;
}

body {
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background: #ffffff;
      color: #0f0f10;
    font-size: 18px;
}
.body-bg {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
font-family: 'Poppins', sans-serif;
}

.noto {
font-family: 'Noto Sans JP', sans-serif;
}

.serif {
  font-family: "ten-mincho", serif;
font-weight: 400;
font-style: normal;
  
}
img {
  width: 100%;
}
p {
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.site-copy {
    width: 8%;
    position: absolute;
    right: 28%;
    top: 16%;
}
/* ハンバーガーメニュー */

body{
  overflow-x: hidden;
}
.header-area{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.hamburger {
    width: 88px;
    height: 88px;
    position: fixed;
    top: 24px;
    right: 24px;
        background:#0f0f10;
    border-radius: 48px;
    z-index: 5;
    cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: .4s;
}
.sc01 .hamburger {
  opacity:1;
  pointer-events: auto;
  transition: .4s;
}
/*
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transform: scale(1, 1);
  transition: .4s;
}*/



.menu-active .hamburger {
        background:none;
z-index: 6;
}


.hamburger span{
  position: absolute;
  width: 56%;
  height: 2px;
  background-color: #fff;
  transition: .3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hamburger span:first-of-type{
  top: 40px;
}
.hamburger span:nth-of-type(2){
  top: 50px;
}
.slide-menu {
background: #000;
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    transition: .4s;
    height: 100%;
    z-index: 5;
  
}

.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul {
    padding: 60px 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.slide-menu li{
  color: #fff;
  text-align:left;
  padding-bottom: 12px;
}
.slide-menu li a{
text-decoration: none;
  font-size: 40px;
      font-weight: 600;
  color: #fff;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {
    font-size: 15px;
}
.slide-menu li.en {
    font-size: 40px;
    padding-top: 40px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu-wrap {
    width: 80%;
    margin: 8% auto 0;
}
.slide-menu-logo {
    width: 40%;
    text-align: center;
    padding-top: 0;
    margin: 0 auto;
}
.slide-menu-logo img {
    width:60%;
  margin: 0 auto;
}
.slide-menu-title-jp {
    text-align: center;
    color: #fff;
    display: block;
    padding-top: 15px;
    font-size: 14px;
}

.slide-menu-gnav li .jp {
    font-size: 18px;
    padding-left: 10px;
}

.slide-menu-gnav {
    width: 80%;
    margin: 0 auto;
}
.slide-menu-gnav a {
text-decoration: none;
}
.side-sns {
    position: fixed;
    width: 50px;
    z-index: 3;
    top: 44%;
    left: 5px;
  transition: .4s;
}
.side-sns-txt {
    font-size: 11px;
    font-weight: 600;
    writing-mode: vertical-rl;
    padding: 0 0 12px 16px;
}
.side-sns-ico {
    padding: 0 12px;
}
.side-sns a:hover {
opacity: 0.6;
  transition: .4s;
}

.nav-en {
    font-size: 60px;
    display: block;
    line-height: 1;
}
.slide-menu-gnav li {
    padding-bottom: 20px;
    border-bottom: #1f1f1f solid 1px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
}

.menu-active .slide-menu {
 right: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .4s;
}
header {
    position: absolute;
  top: 0;
  right: 0;
      width: 100%;
    z-index: 3;
}
.gnav {
    position: absolute;
    top: 39px;
    right: 230px;
    z-index: 3;
}

.company-logo {
    width: 180px;
    position: absolute;
    z-index: 2;
    right: 40px;
    top: 26px;
    font-size: 13px;
}
.site-title {
    position: fixed;
    width: 230px;
    transition: .4s;
    left: 48px;
    top: 48px;
    text-align: center;
    z-index: 3;
}

.site-title img {
    width: 88%;
}

.site-title-jp {
    display: block;
    font-size: 12px;
    padding-top: 18px;
    font-weight: 900;
    line-height: 1.2;
  transition: .5s;
}
.company-logo-copy {
    font-size: 11px;
    display: block;
    padding-top: 5px;
}

.sc01 .site-title {
    position: fixed;
    width: 180px;
    transition: .5s;
    left: 40px;
    top: 40px;
    text-align: center;
    z-index: 3;
}

.sc01 .site-title-jp {
    display: block;
    font-size: 11px;
    padding-top: 18px;
    font-weight: 900;
    line-height: 1.2;
}
.sc01 .company-logo-copy {
    font-size: 10px;
    display: block;
    padding-top: 5px;
}


.site-title a {
    color: #0f0f10;
}
a:visited {
    color: #0f0f10;
}
.sc01 .gnav-title {
    width: 190px;
  transition: .6s;
  padding-bottom: 22px;
}

.gnav li {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 6px;
    padding-right: 20px;
    position: relative;
    transition: .4s;
    font-weight: 600;
    display: inline-block;
}

.gnav li:before {
    content: "/";
    position: absolute;
    right: 2px;
    top: 0px;
    font-size: 14px;
    transition: .4s;
    font-weight: 400;
    opacity: 0.5;
}
.gnav li:last-child:before {
display: none;
}
.gnav li a:hover {
    background: #000;
    color: #fff;
  transition: .4s;
}
.logo {
    width: 17%;
    margin: 0 auto;
}
.lead p {
    font-size: 16px;
    letter-spacing: 0.08em;
    padding-bottom: 1.5em;
  line-height: 2.1em;
}
.item-txt {
    margin: 0 auto;
    padding-top: 40px;
}
.sec-subcopy {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
}
.side {
  position: fixed;
  right: -56px;
  bottom: 20%;
  z-index: 3;
  transition: .5s;
}
.sc01 .side {
  right: 0px;
  transition: .5s;
}
.side a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    width: 50px;
    padding: 46px 15px 46px 0;
    background: #383838;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 600;
    transition: .5s;
}
.side .btn-app a {
    border-radius: 10px 0 0 0;
}

.side .btn-event a {
    background: #aea288;
    color: #fff;
    padding: 30px 15px 30px 0px;
}
.side .btn-inquiry a {
    background: #948b76;
    color: #fff;
    padding: 30px 15px 30px 0px;
    border-radius: 0 0 0 10px;
}
.side .btn-event a:hover {
    background: #000;
  transition: .5s;
}
.side .btn-app a:hover {
    background: #000;
  transition: .5s;
}
.side .btn-inquiry a:hover {
 background: #000;
  transition: .5s;
}

h1 {

}

#hero {
    height: 100vh;
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.hero-copy {
    width: 18%;
    position: absolute;
    right: 60px;
    bottom: 40px;
    margin: 0 auto;
    z-index: 2;
  text-align: center;
}
.hero-copy {
  display: none;
}
.hero-bg {
  transition: 1s;
}
.hero-bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  transition: 1s;
}

.sc01 .hero-bg img {
transition: 1s;
  transform: scale(1.15);
}



.hero-p {
  text-align: center;
  width: 60%;
  margin: 0 auto 160px;
  font-weight: 600;
  padding-top: 36px;
}

.wrap{
    padding-top: 100vh;
}

.inner {
  width: 78%;
  margin: 0 auto;
}

.inner-mini {
    width: 64%;
    margin: 0 auto;
}
.l-sec {
  padding-top: 120px;
}
.lead-bg01 {
    position: absolute;
    width: 28%;
    right: 13%;
    top: 36%;
}

article {
    background: #fff;
    z-index: 2;
    position: relative;
}
.lead {
    padding-top: 200px;
  position: relative;
}

.sec-title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  padding-bottom: 68px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}

.sec-leadcopy {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
}
.item-txt p {
    font-size: 14px;
  font-weight: 400;
}


.hgroup {
    width: 50%;
padding: 8% 11% 0 9%;
}
.sec-leadpic {
    width: 50%;
}
.hgroup p {
    font-size: 16px;
    line-height: 2.2;
  padding-bottom: 1.5em;
}
.reverse {
  flex-direction: row-reverse;
}

.fade {
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flex-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#about .item-title {
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.name {
  font-size: 13px;
  padding-bottom: 20px;
}
.name strong {
  font-weight: 400;
  font-size: 17px;
  padding-left: 10px;
}
.item-title-en {
  font-size: 48px;
  color: #CFC0AC;
  line-height: 0.7;
  padding-bottom: 0.6em;
}
.item-title {
  font-size: 22px;
  line-height: 1.4;
  padding-bottom: 1.2em;
  letter-spacing: 0.04em;
  font-weight: 900;
}
.page-hero {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  padding: 30px 40px;
  align-items: center;
}
.page-hero-logo {
  width: 24%;
}
.page-hero-title {
  margin-left: 20px;
}
.page-hero-title .title-jp {
  font-size: 42px;
}
.page-hero-title .title-jp span {
  display: block;
  font-size: 16px;
}

.lead-wrap {
    width: 80%;
    margin: 0 auto;
}
.lead-copy {
    width: 50%;
    text-align: center;
  padding-left: 40px;
}
.lead-copy-en {
    font-size: 56px;
    font-weight: 900;
    padding-bottom: 10px;
}
.lead-copy-jp {
    font-size: 17px;
    font-weight: 600;
}
.lead-txt {
    width: 50%;
    padding-left: 40px;
}
.title-en {
  font-size: 11px;
  padding-top: 4px;
}
.lead-image {
    width: 250px;
    margin: 140px auto 24px;
}
.lead-image img {

}
.item-summary.inner {
  text-align: center;
  width: 56%;
  margin: -50px auto 0;
  z-index: 2;
  position: relative;
}
.item-summary.inner p {
  text-align: left;
  font-size: 18px;
}
footer {
    text-align: center;
    padding: 140px 0 80px;
    background: #fff;

}
.foot-logo {
    width: 15%;
    margin: 0 auto 36px;
}
footer p {
    font-size: 15px;
    line-height: 1.7;
    padding-top: 6px;
}
.footer-company-name {
    font-size: 18px;
    font-weight: 600;
    padding: 28px 0 12px;
    width: 180px;
    margin: 0 auto;
}
.footer-company-subname {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}
.address {
    font-size: 12px;
}
.footer-tel {
    font-size: 24px;
    padding-top: 5px;
    font-weight: 600;
}
.news-bnr a {
  width: 80%;
  margin: 160px auto 0;
  padding: 60px 180px;
  background: #683250;
  display: block;
}
.btn a {
  display: inline-block;
  padding: 10px 0 8px;
  margin-top: 24px;
  border: #DF1337 solid 2px;
  border-radius: 40px;
  width: 120px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.btn a:hover {
  transition: .4s;
  color: #fff;
  background: #DF1337;
}
.item-tmb {
  overflow: hidden;
}
a:hover .item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}
.item-image {
  overflow: hidden;
}
.cat {
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  padding: 7px 9px;
  background: #333;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  z-index: 3;
}


.sec-title-en {
    font-size: 54px;
    text-align: center;
    font-weight: 600;
}
.sec-leadcopy-en {
    text-align: center;
    font-size: 17px;
    padding-bottom: 10px;
}
.home-concept-item {
    padding-bottom: 120px;
    width: calc(33.333% - 30px);
}
.flex-col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-col4 .item {
  width: calc(25% - 2%);
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
.flex-col4 .item-tmb {
  border-radius: 10px;
  overflow: hidden;
  transition: .4s;
}
.flex-col4 .item-title {
  font-size: 17px;
  line-height: 1.3;
  padding-bottom: 4px;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 24px;
  font-weight: 600;
}
.flex-col4 p {
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 13px;
  text-align: center;
}
.modaal-content-container {
  padding: 0;
}
.modaal-container {
  width: 48%;
  color: #DF1337;
  border-radius: 20px;
  overflow: hidden;
}
.modaal-container .item-title {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px 0;
}
.modaal-container p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}
.modaal-container table {
  width: 80%;
  margin: 40px auto;
}
.modaal-overlay {
  background: rgb(241,137,0)!important;;
background: linear-gradient(0deg, rgba(241,137,0,1) 0%, rgba(241,137,0,1) 13%, rgba(230,0,55,1) 58%, rgba(230,0,55,1) 100%)!important;;
  opacity: 0.9;
}
.modaal-container th {
  padding: 18px 10px;
  width: 10em;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td {
  padding: 18px 10px;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td a {
  text-decoration: underline;
}
.modaal-content-container .item-tmb {
  margin-bottom: 60px;
}

.modaal-container .item-cat {
  font-size: 14px;
  text-align: center;
}
.close {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding-bottom: 60px;
  cursor: pointer;
}
.modaal-wrapper .modaal-close {
  display: none;
}


.galery {
    width: 80%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
}
.galery-item {
    width: calc(50% - 8px);
    margin-bottom: 16px;
}
.galery-item img{
   border-radius: 6px;
}
.btn-plan {
    padding: 10px 0 0;
}
.btn-plan a {
    display: block;
    width: 13em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    line-height: 1em;
    border-radius: 40px;
    color: #DF1337;
    font-weight: 900;
}
.btn-plan a:hover {
 background: #0e1c66;
color: #ffea11;
  transition: .4s;
}
.modaal-content-container .btn-plan a {
    display: block;
    width: 9em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    line-height: 1em;
    border-radius: 40px;
    color: #DF1337;
    font-weight: 900;
}
.item-copy {
    text-align: center;
    padding: 18px 0;
    font-size: 21px;
    line-height: 1.5;
}
.concept2 {
  padding-top: 0px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 42px;
}
#home-concept {
    margin-top: 200px;
}
#home-concept .sec-subtitle {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 60px;
    line-height: 1.8;
    font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
}

.home-concept-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 90px 0 0px;
      border-radius: 24px;
}

.home-plan .home-concept-result p {
    text-align: center;
    font-size: 14px;
    padding-bottom: 1em;
    line-height: 1.6;
    color: #fff;
  padding: 0;
}
.home-concept-result {
    background: #86a0af;
    padding: 60px;
  border-radius: 24px;
}
.home-concept-result strong {
    font-size: 24px;
    color: #fff;
  text-align: center;
  padding-bottom: 30px;
      display: block;
}
.home-concept-result ul{
    text-align: center;
  margin-top: 20px;
}

.home-concept-result li {
    display: inline-block;
    width: 200px;
    margin: 5px;
}
.home-concept-result li a {
    display: block;
    border: #fff solid 2px;
    border-radius: 60px;
    padding: 13px 0 15px;
    line-height: 1em;
    color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: .5s;
}

.home-concept-result li a:hover {
background: #fff;
    color: #86a0af;
}
#home-concept .concept-sec-subtitle {
    text-align: center;
    padding-top: 100px;
    font-weight: 600;
    padding-bottom: 0px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-size: 20px;
}
.home-concept-item .sec-leadcopy {
    font-size: 18px;
}
.home-works {
    padding: 200px 0;
}
.home-works .sec-leadcopy {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
    padding: 20px 0 30px;
}

.btn-more {
    text-align: center;
    padding-top: 20px;
}
.swiper-wrapper{
    transition-timing-function: linear;
}
.item-tmb {
  margin: 20px;
}
.btn-more span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
.ico-insta {
    width: 50px;
    margin: 0 auto 2px;
}
div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
  padding-top: 60px;
}
video.vid_main {
width: 100%;
}
.movie {
    width: 60%;
    margin: 0 auto;
    padding: 0px 0 150px;
}

.home-about {
    background: #0f0f10;
    color: #fff;
    padding: 120px 0;
  font-weight: 400;
}
.home-about .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.about-logo {
    width: 50%;
    padding: 0 10%;
}
.about-outline {
    width: 50%;
}
.about-outline th {
    font-size: 15px;
    width: 7em;
    font-weight: 500;
    padding: 10px;
  line-height: 1.6;
}
.about-outline td {
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
  line-height: 1.6;
}
.about-outline-name {
  width: 210px;
    padding-bottom: 24px;
}
.home-about .inner {
    opacity: 0.8;
}
.swiper{
  position: relative;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
}
.event-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}
.event-item {
  width: calc(25% - 28px);
      position: relative;
}
.archive .event-item {
    width: calc(25% - 30px);
    position: relative;
    margin-bottom: 80px;
}
.event-item a .event-item-tmb img {
  transition: 0.4s all;
}
.event-item a:hover .event-item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.event-item-tmb {
    overflow: hidden;
    transition: 0.4s all;
    position: relative;
      background: #333;
}

.event-item-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
}
.archive .event-item-title {
    font-size: 16px;
  background: #fff;
}
.event-item-reserve {
    position: absolute;
    background: #1d1d1d;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    top: 0;
    left: 0;
    z-index: 2;
}
.event-item-reserve.event-end {
    background: #3e3e3e;
}
#home-event {
    padding-top: 120px;
}
.event-item-time {
    font-size: 12px;
    padding-left: 22px;
  position: relative;
      background: #fff;
}
 .event-item.statusoff a .event-item-tmb img {
    opacity: 0.5;
}
 .event-item.statusoff a {
  pointer-events: none;
}

.event-status {
display: none;
}
.statusoff .event-status {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 32%;
    left: 0;
    right: 0;
    font-size: 14px;
    display: inline-block;
    background: #000;
    padding: 3px;
    width: 8em;
    margin: 0 auto;
    z-index: 3;
}
.event-item-time:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 1px;
    background: #bfbfbf;
}
.archive .event-item p {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 2px;
}


.event-item-cat {
    font-size: 11px;
    padding: 6px 8px 4px;
    color: #393939;
    display: inline-block;
    background: #FFF;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}
.btn-index {
    padding-top: 40px;
    text-align: right;
}
.btn-index a {
    display: inline-block;
    font-weight: 600;
    border: #0f0f10 solid 1px;
    width: 8em;
    text-align: center;
    padding: 12px 0;
    border-radius: 60px;
    font-size: 15px;
    margin-right: 20px;
    line-height: 1em;
  transition: .4s;
}
.btn-index a:hover {
background: #0f0f10;
  color: #fff;
  
  
}
.home-plan {
    padding-top: 100px;
}
.plan-tag {
    text-align: center;
    font-size: 30px;
    padding: 18px 0 0;
    font-weight: 600;
    line-height: 1;
}
.plan-list {
  padding-bottom:100px;
}
.home-plan  p {
    width: 60%;
    margin: 0 auto;
    padding: 20px 0 40px;
    font-size: 17px;
  text-align: center;
}
.home-plan .swiper-slide p {
  width:96%;
    font-size: 15px;
    line-height: 2;
  padding: 24px;
  font-weight: 400;
  text-align: left;
}



#home-plan .swiper-wrapper{transition-timing-function:ease-out!important; }

.page-lead {
    padding-top: 120px;
}

.page-lead .inner-min {
    width: 48%;
    margin: 0 auto;
}
.page-lead-copy {
    text-align: center;
}
.page-lead-image {
    width: 250px;
    margin: 0 auto 10px;
}
.page-lead-copy-en {
font-size: 48px;
    font-weight: 600;
    line-height: 1;
  padding-bottom: 10px;
}
.page-lead-copy-jp {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 70px;
}

.page-lead-copy p {
    text-align: left;
    font-size: 16px;
    padding-bottom: 1em;
    line-height: 2.2;
}
.page-sec-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;
}
.page-sec-title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #333;
    right: -100px;
    top: 15px;
}

.form {
    width: 60%;
    margin: 0 auto;
    padding-top: 60px;
}


.form table {
    border-color: inherit;
    border-collapse: collapse;
    width: 100%;
}
.form th {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    border-top: #e4e4e4 solid 1px;
    width: 12em;
}
.form td {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    border-top: #e4e4e4 solid 1px;
}
.rec {
    color: #f00;
}
input.-txt {
    padding: 14px;
    background: #f6f6f6;
    border-radius: 6px;
    border: #dedede solid 2px;
}
input.-txt.size-xl {
    width: 100%;
}
.wpcf7-text {
   padding: 14px!important;
    background: #f6f6f6!important;
    border-radius: 6px!important;
    border: #dedede solid 2px!important;
    width: 100%;
}
.wpcf7-text.formhidden {
    border: none!important;
    background: #fff!important;
    font-weight: 600;
    color: #000;
    padding: 0!important;
}

p label {
    font-size: 15px;
}
textarea {
   padding: 14px;
    background: #f6f6f6;
    border-radius: 6px;
    border: #dedede solid 2px;
    width: 100%;
}
.policy {
    padding: 40px 0;
}
.policy p {
    text-align: center;
    padding-bottom: 18px;
    font-size: 14px;
}.policy iframe {
    width: 100%;
}
.wpcf7-form-control-wrap {

}
.form-submit {
    text-align: center;
    padding-top: 60px;
}
input[type=checkbox] {
    
}.input-title {
    display: block;font-size: 15px;
    padding: 25px 0 8px;
}button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #fff;
    border-radius: 50px;
    padding: 14px 50px;
    background: #948b76;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.1em;
}.wpcf7-list-item {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin: 13px 0;
}

.form-submit-btn {
    text-align: center;
}
.form-submit-btn input {
    background: #a69878;
    color: #fff;
    font-size: 17px;
    padding: 18px 60px;
    border-radius: 60px;
    line-height: 1em;
  transition: .5s;
}
.form-submit-btn input:hover {
    background: #000;
    color: #fff;
   transition: .5s;
}


.doui {
    text-align: center;
    padding-top: 34px;
}

.footer-logo {
    width: 320px;
    margin: 0 auto;
}
.req {
    color: #f80000;
    padding-left: 14px;
    font-size: 12px;
}
.form-submit-btn input.disable {
    background: #d1d1d1;
pointer-events:none;
}
.wpcf7 form.invalid .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff1e1e;
    background: #ff1e1e;
    color: #fff;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
}
  .btn-wrap.disable1 button{
    background: #c9c9c9;
    padding: 20px 60px;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.06em;
   pointer-events: none;
}
 .form-wrap p.sup {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 15px;
}
.form h4 {
    padding-bottom: 30px;
}
.error_messe {
    color: #e32a2a;
}
.form-back {
    padding-top: 80px;
    text-align: center;
}
  .form-back input {
    background: #a69878;
    color: #fff;
    font-size: 17px;
    padding: 18px 60px;
    border-radius: 60px;
    line-height: 1em;
    transition: .5s;
}
   .form-back input:hover {
    background: #000;
    color: #fff;
     transition: .5s;
}
.event-wrap {

}
.event-tmb {
    width: 100%;
}
.event-tmb img {
 border-radius: 15px;
}
.event-title {
    text-align: center;
    padding: 50px 0 40px;
    font-size: 22px;
    font-weight: 700;
}
.event-summary {
    width: 100%;
}
.event-summary table {
    width: 100%;
margin: 40px 0;
}
.event-summary th {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 10px;
    text-align: left;
    border-top: #e4e4e4 solid 1px;
    line-height: 1.6;
    width: 9em;
}
.event-summary td {
    font-size: 15px;
    font-weight: 400;
   padding: 15px 10px;
  text-align: left;
border-top: #e4e4e4 solid 1px;
  line-height: 1.6;
}
.event-map {
    margin-top: 80px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.event-map iframe {
    width: 100%;
}
.sp {
  display: none;
}
.pc {
  display: block;
}

#product-concept .hgroup {
      padding-top: 5%;
}
#product-concept .lead-copy-en {
    font-size: 40px;
    font-weight: 900;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}
#product-concept .lead-copy-jp {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
}



.concept-result p {
    text-align: center;
    font-size: 14px;
    padding-bottom: 1em;
    line-height: 1.6;
    color: #fff;
  padding: 0;
}
.concept-result {
    background: #86a0af;
    padding: 60px;
  border-radius: 24px;
}
.concept-result strong {
    font-size: 24px;
    color: #fff;
  text-align: center;
  padding-bottom: 30px;
      display: block;
}
.concept-result ul{
    text-align: center;
  margin-top: 20px;
}

.concept-result li {
    display: inline-block;
    width: 200px;
    margin: 5px;
}
.concept-result li a {
    display: block;
    border: #fff solid 2px;
    border-radius: 60px;
    padding: 13px 0 15px;
    line-height: 1em;
    color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: .5s;
}

.concept-result li a:hover {
background: #fff;
    color: #86a0af;
}

.company-about .about-outline {
    width: 100%;
}
.company-about .about-outline td {
    padding: 16px 10px;
    border-top: #c5c5c5 dotted 1px;
}
.company-about .about-outline th {
 padding: 16px 10px;
    border-top: #c5c5c5 dotted 1px;

}
.company-map {
    padding-top: 80px;
}

.company-map iframe {
   width: 100%;
}
.company-pic-item {
  width: calc(50% - 16px);
}
.company-pic-item img {
  border-radius: 10px;
}
.company-pics {
    padding-top: 60px;
}

  .toggle_title {
    font-weight: bold;
    line-height: 42px;
    margin: 0;
    padding: 20px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: #333 solid 1px;
        font-size: 18px;
}
.toggle_title:hover {
	
}
.dli-plus {
    position: absolute;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    right: 30px;
    top: 40px;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.4s;
}
  .selected .dli-plus::before {
  transform: translateY(-50%) rotate(180deg);
    transition: 0.4s;
}

.ico-q {
      font-size: 28px;
    padding-right: 14px;
}
.ico-a {
  font-size: 28px;
    padding-right: 14px;
  font-weight: 600;

}
.toggle_txt {
    background: #f0ece5;
    display: block;
    padding: 50px;
    font-size: 16px;
    line-height: 2.2em;
    color: #685b45;
}
.toggle_txt {
	display: none;
}
.staff-item {
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.staff-tmb {
    width: calc(24% - 26px);
}
.staff-txt {
    width: calc(76% - 26px);
}
.staff-txt p {
    font-size: 16px;
  padding-bottom: 24px;
}
.form-btn a {
    display: block;
    background: #aea288;
    color: #fff;
    width: 240px;
    margin: 0 auto;
    font-size: 17px;
    padding: 17px 0 18px;
    border-radius: 40px;
    line-height: 1;
  transition: .4s;
}
.form-btn a:hover {
    background: #000;
  transition: .4s;
}
.event-flyer {
    margin: 60px 0;
}
.pd100{
  padding-top: 100px;
}
.form-title {
    text-align: center;
    padding-top: 60px;
    font-weight: 600;
    font-size: 20px;
}

.entry-title {
    font-size: 32px;
    padding-bottom: 20px;
    line-height: 1.5;
}
.entry-data {
    font-size: 14px;
  padding-bottom: 60px;
  }
.entry p {
    font-size: 18px;
  padding-bottom: 0.5em;
  line-height: 2.2;
}
.wp-block-image {
  margin-bottom: 2em;
}

.wp-block-heading {
    padding-top: 2em;
    padding-bottom: 1em;
    font-size: 124%;
    font-weight: 600;
}
.entry p strong{
    font-size: 110%;
}
.archive-items.single {
    padding-top: 40px;
}

.pagenation {
    text-align: center;
    padding-top: 60px;
    text-decoration: underline;
}
  
  .archive-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .archive-item {
    width: calc(25% - 24px);
    position: relative;
}
  .archive-item-tmb {
    overflow: hidden;
    transition: 0.4s all;
    position: relative;
    margin-bottom: 24px;
}
.archive-item-title {
    font-size: 15px;
    line-height: 1.6;
}
.archive-item-data {
    font-size: 12px;
    padding-top: 5px;
}
a:hover .archive-item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}

   .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
        }

        .close-button {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 10px 20px;
            margin-top: 10px;
            cursor: pointer;
            border-radius: 3px;
        }

.gallery-archive .archive-item-title {
font-size: 13px;
    line-height: 1.6;
    padding-bottom: 32px;
    text-align: center;
    font-weight: 500;
    padding-top: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    background: #5dafa8;
    color: #fff;
    text-align: center;
    padding: 40px;
    border-radius: 10px;
}

@media screen and (max-width:1600px) {
  .hgroup {
    width: 50%;
    padding: 8% 11% 0;
}#home-concept .sec-subtitle {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 60px;
    line-height: 1.8;
}
}

@media screen and (max-width:1400px) {
.page-lead {

}
  .hgroup {
    width: 50%;
    padding: 8% 10% 0;
}.home-concept-item {
    padding-bottom: 120px;
    width: calc(33.333% - 25px);
}#home-concept .sec-subtitle {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
    line-height: 1.8;
}.item-txt p {
    font-size: 14px;
}.slide-menu-gnav {
    width:100%;
    margin: 0 auto;
}
}
@media screen and (max-width:1200px) {

#home-concept .sec-subtitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
    line-height: 1.8;
}
  
  
 #home-concept .flex-col2 {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}.sec-leadpic {
    width: 100%;
}
  .hgroup {
    width: 100%;
    padding: 8% 10% 0;
}
  .home-concept-item {
    padding-bottom: 120px;
    width: calc(50% - 25px);
}
  .movie {
    width: 82%;
    margin: 0 auto;
    padding: 0px 0 150px;
}.home-about .flex {
    display: block;
}.about-logo {
    width: 70%;
    padding: 0 10%;
    margin: 0 auto 40px;
}.about-outline {
    width: 100%;
}table {
    width: 100%;
}.lead-copy {
    width: 50%;
    text-align: center;
    padding-left: 0;
    margin: 0 auto 80px;
}.lead-txt {
    width: 50%;
    padding-left: 0;
    margin: 0 auto;
}
}


@media screen and (max-width:1200px) {
.lead-copy {
    width: 70%;
    text-align: center;
    padding-left: 0;
    margin: 0 auto 80px;
}
 .lead-txt {
    width: 70%;
    padding-left: 0;
    margin: 0 auto;
}
.lead {
    padding-top: 10px;
    padding-bottom: 100px;
    position: relative;
}
  #home-concept {
    margin-top: 0;
}.home-concept-item {
    padding-bottom: 120px;
    width: 100%;
}
  .archive-item {
    width: calc(33.33333% - 16px);
    position: relative;
}
}


@media screen and (max-width:1200px) {
  .sp {
  display: block;
}
.pc {
  display: none;
}
  article {
    background: #fff;
    padding-top: 0;
    position: relative;
    z-index: 2;
}
  .lead-copy {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin: 0 auto 80px;
}
  .lead-txt {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
}
  
  
  
  .gnav {
    position: absolute;
display: none;
}
  .hero {
    height: 80vh;
  }
  .hamburger {

    opacity: 1;
    pointer-events: auto;
background: #e60037;
}


    .sp {
    display: block;
  }
  .pc {
    display: none;
  }
.hamburger {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 15px;
    right: 15px;
    background: #0b0b0b;
    border-radius: 40px;
    z-index: 6;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
}.hamburger {
    opacity: 1;
    pointer-events: auto;
    background: #0b0b0b;
}.hamburger span {
    position: absolute;
    width: 56%;
    height: 1px;
    background-color: #ffffff;
    transition: .3s;
    margin: 0 auto;
    left: 0;
    right: 0;
}.hamburger span:nth-of-type(2) {
    top: 35px;
}.hamburger span:first-of-type {
    top: 27px;
}
  
  .side {
    position: fixed;
    right:auto;
    top: auto;
    z-index: 3;
    transition: .5s;
    bottom: -52px;
        width: 100%;
    display: flex;
    justify-content: space-between;
}
  .sc01 .side {
    right: auto;
    bottom: 0;
    transition: .5s;
}
  .side a {
    writing-mode: horizontal-tb;
    width: 100%;
    padding: 17px;
    background: #383838;
    color: #fff;
    letter-spacing: 0.15em;
    font-size: 13px;
    font-weight: 600;
    transition: .5s;
    display: block;
    text-align: center;
}
  .side .btn-event a {
 padding: 17px;
}
.side .btn-app {
    width: 50%;
}
.side .btn-event {
    width: 50%;
}
  .gnav-co-logo {
    width: 120px;
    position: absolute;
    z-index: 2;
    right: 90px;
    top: 34px;
}
  .hero-copy {
    width: 38%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}.lead-image {
    width: 200px;
    margin: 80px auto 24px;
}.lead-copy-en {
    font-size: 40px;
    font-weight: 900;
    padding-bottom: 10px;
}
  .home-concept-items {
    padding: 100px 0 0px;
}
  .home-concept-result strong {
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    display: block;
}
  
  .home-plan .home-concept-result p {
    text-align: left;
    font-size: 14px;
    padding-bottom: 1em;
    line-height: 1.6;
    color: #fff;
    padding: 0;
}.home-concept-result li {
    display: inline-block;
    width: 100%;
    margin: 5px;
}.home-concept-result li a {
    display: block;
    border: #fff solid 2px;
    border-radius: 60px;
    padding: 13px 0 15px;
    line-height: 1em;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
    width: 100%;
}.home-works .sec-leadcopy {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
    padding: 0px 0 20px;
}.item-tmb {
    margin: 10px;
}.ico-insta {
    width: 40px;
    margin: 0 auto 2px;
}
  
  
  
  .hero-copy {
    width: 150px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: 0 auto;
    z-index: 2;
}
  h1 {
    font-size: 11px;
    font-weight: 600;
    padding-top: 7px;
}

 .sp-title {
    position: fixed;
    width: 40%;
    transition: .4s;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
    z-index: 3;
    margin: 0 auto;
}
  .gnav-co-logo {
    width: 140px;
    position: absolute;
    z-index: 2;
    right: 90px;
    top: 28px;
}
  .page-lead .inner-min {
    width: 80%;
    margin: 0 auto;
}
  .form {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
}.page-lead-image {
    width: 150px;
    margin: 0 auto 10px;
}.page-lead-copy-en {
    font-size: 40px;
    font-weight: 900;
}.page-lead-copy-en {
    font-size: 32px;
    font-weight: 900;
}
      .toggle_title {
    font-weight: bold;
    line-height: 42px;
    margin: 0;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: #333 solid 1px;
    font-size: 15px;
}
    .dli-plus {
    position: absolute;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    right: 10px;
    top: 36px;
}
  .company-logo {
    width: 150px;
    position: absolute;
    z-index: 2;
    right: 100px;
    top: 26px;
    font-size: 13px;
}
.event-item {
    width: calc(50% - 15px);
    position: relative;
    margin-bottom: 60px;
}
  .btn-index {
    padding-top: 0;
    text-align: center;
    padding-bottom: 80px;
}
  .home-plan  p {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 40px;
    font-size: 16px;
    text-align: left;
}
  .home-plan .swiper-slide p {
    width: 100%;
    font-size: 13px;
    line-height: 2;
    padding: 24px 0;
    font-weight: 400;
    text-align: left;
}
  .slide-menu-gnav {
    width: 100%;
    margin: 0 auto;
}.slide-menu-logo img {
    width: 100%;
    margin: 0 auto;
}.side .btn-app a {
    border-radius: 0;
}.side .btn-app {
    width: 33.3333%;
}.side .btn-event {
    width: 33.33333%;
}
  .side .btn-inquiry {
    width: 33.33333%;
}
  .side .btn-inquiry a {
    padding: 17px;
    border-radius: 0;
    display: block;
    width: 100%;
}
  .sp-title .site-title-jp {
    display: block;
    font-size: 16px;
    padding-top: 25px;
    font-weight: 900;
    line-height: 1.2;
    transition: .5s;
}
  .sp-title .company-logo-copy {
    font-size: 13px;
    display: block;
    padding-top: 6px;
}.site-title {
    position: absolute;
    width: 200px;
    transition: .4s;
    left: 0;
    top: 30px;
    right: 0;
    text-align: center;
    z-index: 3;
    margin: 0 auto;
}.page-lead {
    padding-top: 200px;
}.site-title img {
    width: 70%;
}.archive .event-item {
    width: calc(50% - 16px);
    position: relative;
    margin-bottom: 80px;
}.inner-mini {
    width: 80%;
    margin: 0 auto;
}
  .sc01 .site-title {
display: none;
}.page-lead-copy-en {
    font-size: 42px;
    font-weight: 900;
}#product-concept .lead-copy-en {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}  .slide-menu ul {
    display: block;
}.slide-menu-gnav li {
    width: 100%;
}.menu-active .slide-menu {
    right: 0%;
    overflow-x: scroll;
}
}

@media screen and (max-width:650px) {
.home-works {
    padding: 100px 0;
    overflow: hidden;
}.hero-bg img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    transition: 1s;
}
#hero {
    height: 90vh;
    width: 100%;
    position: fixed;
    overflow: hidden;
}.hero-copy {
    width: 150px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    margin: 0 auto;
    z-index: 2;
    top: 30%;
}
.sp-title {
    position: fixed;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 33%;
    text-align: center;
}
  .wrap {
    padding-top: 90vh;
}.lead-copy-en {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 10px;
}.lead-wrap {
    width: 86%;
    margin: 0 auto;
}.lead p {
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 1.5em;
    line-height: 2.1em;
}.hgroup p {
    font-size: 14px;
    line-height: 2.2;
}.concept2 {
    padding-top: 0px;
}#home-concept .sec-subtitle {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.8;
}.home-concept-item {
    padding-bottom: 60px;
    width: 100%;
}.sec-leadcopy {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
}.item-txt {
    margin: 0 auto;
    padding-top: 30px;
}.home-concept-result {
    background: #86a0af;
    padding: 30px;
    border-radius: 20px;
}.home-concept-result p strong {
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    display: block;
}.home-concept-result p {
    text-align: left;
    font-size: 14px;
    padding-bottom: 1em;
    line-height: 1.8;
    color: #fff;
}
  .about-outline th {
    font-size: 13px;
    width: 6em;
    font-weight: 500;
    padding: 10px 5px;
    line-height: 1.6;
}
  .about-outline td {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 5px;
    line-height: 1.6;
}
  .about-outline-name {
    padding-bottom: 24px;
    text-align: center;
}.home-about {
    background: #0f0f10;
    color: #fff;
    padding: 80px 0 120px;
    font-weight: 400;
}
  .about-logo {
    width: 80%;
    padding: 0;
    margin: 0 auto 20px;
}
  .home-works .sec-leadcopy {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
    padding: 20px 0 20px;
}
  h1 {
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px;
}
  .event-wrap {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .event-tmb {
    width: 100%;
}.event-summary {
    width: 100%;
}.event-title {
    text-align: center;
    padding: 30px 0 30px;
    font-size: 20px;
    font-weight: 700;
}
  .event-map {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
  .form {
    width: 88%;
    margin: 0 auto;
    padding-top: 40px;
}.page-lead .inner-min {
    width: 82%;
    margin: 0 auto;
}
  .event-summary th {
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0;
    text-align: left;
}
  .event-summary td {
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0;
    text-align: left;
    padding-left: 20px;
}.form th {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 5px;
    border-top: #e4e4e4 solid 1px;
    width: 6em;
}.form td {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 5px;
    border-top: #e4e4e4 solid 1px;
}label[for] {
    cursor: pointer;
    font-size: 14px;
}.page-lead {
    padding-top: 180px;
}
  .sp-title img {
    width: 60%;
}
  .company-logo-home {
    width: 120px;
    position: absolute;
    z-index: 2;
    right: 100px;
    top: 30px;
    font-size: 13px;
}
  .company-logo {
display: none;
}
  .side-sns-txt {
    font-size: 10px;
    font-weight: 600;
    writing-mode: vertical-rl;
    padding: 0 0 8px 16px;
}
  .side-sns-ico {
    padding: 0 15px;
}
  .side-sns {
    position: fixed;
    width: 50px;
    z-index: 3;
    top: 44%;
    left: 0px;
    transition: .4s;
}.event-item {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}.inner {
    width: 82%;
    margin: 0 auto;
}#home-concept .concept-sec-subtitle {
    text-align: center;
    padding-top: 100px;
    font-weight: 600;
    padding-bottom: 0px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-size: 18px;
}.home-plan  p {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 40px;
    font-size: 15px;
    text-align: left;
}.about-logo {
    width: 50%;
    padding: 0;
    margin: 0 auto 20px;
}.about-outline-name {
    width: 150px;
    padding-bottom: 24px;
    margin: 0 auto;
}.concept-result li {
    display: block;
    width: 100%;
    margin: 5px;
}.footer-logo {
    width: 50%;
    margin: 0 auto;
}footer {
    text-align: center;
    padding: 120px 0 120px;
    background: #fff;
}
  .home-plan {
    padding-top: 100px;
    overflow: hidden;
}.home-concept-result strong {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    display: block;    padding-bottom: 20px;
}
  .home-plan .home-concept-result p {
    text-align: left;
width: 100%;
    line-height: 1.8;
padding-bottom: 15px;
}
  .staff-item {
    display: block;
}
  .staff-tmb {
    width: 70%;
    margin: 0 auto;
}.staff-txt {
    width: 100%;
    padding-top: 26px;
}
 .staff-txt p {
    font-size: 14px;
} 
  .toggle_txt {
    background: #f0ece5;
    display: block;
    padding: 30px;
    font-size: 14px;
    line-height: 2;
    color: #685b45;
}.archive-item {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}.entry-title {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 1.5;
}.entry-data {
    font-size: 12px;
    padding-bottom: 30px;
}.entry p {
    font-size: 15px;
    padding-bottom: 1em;
}
   .single .archive-items {
    width: calc(50% - 5px);
    position: relative;
}
  
 .single .archive-item {
    padding-top: 30px;
}
 .single .archive-item-tmb {
    margin-bottom: 14px;
}
  .single .archive-item-title {
    font-size: 12px;
    line-height: 1.5;
}
  .single .archive-item-data {
    font-size: 10px;
    padding-top: 5px;
    margin-bottom: 20px;
}
  .grid {
    padding: 6px;
}
  
  .gallery-archive .archive-item {
    width: calc(50% - 8px);
    position: relative;
        margin-bottom: 10px;
}
  .gallery-archive .archive-item-title {
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 0;
    text-align: center;
    font-weight: 500;
    padding-top: 15px;
}
  

}
@media screen and (max-width:450px) {
.sp-title img {
    width: 80%;
}
.sp-title .site-title-jp {
    display: block;
    font-size: 15px;
    padding-top: 25px;
    font-weight: 900;
    line-height: 1.2;
    transition: .5s;
}#home-event {
    padding-top: 60px;
}.sec-title-en {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}.side-sns {
    position: fixed;
    width: 36px;
    z-index: 3;
    top: 44%;
    left: 0px;
    transition: .4s;
}.side-sns-txt {
    font-size: 10px;
    font-weight: 600;
    writing-mode: vertical-rl;
    padding: 0 0 4px 10px;
}.side-sns-ico {
    padding: 0 8px;
}.hgroup {
    width: 100%;
    padding: 10% 10% 0;
}#home-concept .concept-sec-subtitle {
    text-align: center;
    padding-top: 60px;
    font-weight: 600;
    padding-bottom: 0px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-size: 15px;
}.home-concept-items {
    padding: 40px 0 0px;
}.sec-leadcopy-en {
    text-align: center;
    font-size: 16px;
    padding-bottom: 6px;
}.home-plan {
    padding-top: 40px;
    overflow: hidden;
}.home-plan .swiper-slide p {
    width: 100%;
    font-size: 12px;
    line-height: 2;
    padding: 24px 0;
    font-weight: 400;
    text-align: left;
}.side a {
    writing-mode: horizontal-tb;
    width: 100%;
    padding: 14px 0;
    background: #383838;
    color: #fff;
    letter-spacing: 0.15em;
    font-size: 13px;
    font-weight: 600;
    transition: .5s;
    display: block;
    text-align: center;
}.side .btn-inquiry a {
    padding: 14px 0;
    border-radius: 0;
    display: block;
    width: 100%;
}.side .btn-event a {
    padding: 14px 0;
}.slide-menu ul {
    padding: 60px 20px 0;
}.slide-menu li a {
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}.slide-menu-gnav li {
    padding-bottom: 12px;
    border-bottom: #1f1f1f solid 1px;
    margin-bottom: 12px;
}.slide-menu-wrap {
    width: 80%;
    margin: 18% auto 0;
}.slide-menu-logo {
    width: 60%;
    text-align: center;
    padding-top: 0;
    margin: 0 auto;
}.slide-menu-gnav li .jp {
    font-size: 11px;
    padding-left: 10px;
}.archive .event-item {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}.site-title img {
    width: 50%;
}.company-logo-copy {
    font-size: 11px;
    display: block;
    padding-top: 2px;
}.page-lead-copy-en {
    padding-bottom: 5px;
}.page-lead-copy-jp {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 40px;
}.concept-result {
    background: #86a0af;
    padding: 30px;
    border-radius: 24px;
}.concept-result strong {
    font-size: 17px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    display: block;
}.concept-result p {
    text-align: center;
    font-size: 12px;
    padding-bottom: 1em;
    line-height: 1.8;
    color: #fff;
    padding: 0;
    text-align: left;
}.footer-company-name {
    font-size: 18px;
    font-weight: 600;
    padding: 28px 0 12px;
    width: 150px;
    margin: 0 auto;
}#product-concept .hgroup {
    padding-top: 15%;
}.page-sec-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
  .page-sec-title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #333;
    right: 0;
    top: auto;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
}
  .company-pic-item {
    width: 100%;
    margin-bottom: 10px;
}.l-sec {
    padding-top: 80px;
}
}

@media screen and (max-width:390px) {
.hero-bg img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    transition: 1s;
}#hero {
    height: 80vh;
    width: 100%;
    position: fixed;
    overflow: hidden;
}.sp-title {
    position: fixed;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    text-align: center;
}.gnav-co-logo {
    width: 120px;
    position: absolute;
    z-index: 2;
    right: 90px;
    top: 28px;
}.lead-copy-jp {
    font-size: 16px;
    font-weight: 600;
}.lead-wrap {
    width: 88%;
    margin: 0 auto;
}.lead-copy {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin: 0 auto 40px;
}#home-concept .sec-subtitle {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.8;
}.sec-leadcopy {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
}.home-concept-result p strong {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    display: block;
}.home-concept-result p {
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    color: #fff;
}.home-concept-result li a {
    display: block;
    border: #fff solid 2px;
    border-radius: 60px;
    padding: 13px 0 15px;
    line-height: 1em;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: .5s;
    width: 100%;
}.home-concept-result ul {
    text-align: center;
    margin-top: 0;
}.home-works .sec-leadcopy {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
    padding: 20px 0 20px;
}.about-outline-name {
    padding-bottom: 24px;
    text-align: center;
    font-size: 16px;
}.slide-menu ul {
    padding: 50px 30px 0;
}.slide-menu-wrap {
    width: 90%;
    margin: 18% auto 0;
}.slide-menu li a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}.event-title {
    text-align: center;
    padding: 30px 0 30px;
    font-size: 18px;
    font-weight: 700;
}.event-summary td {
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0;
    text-align: left;
    padding-left: 5px;
}.page-lead-copy p {
    text-align: left;
    font-size: 15px;
    padding-bottom: 1em;
    line-height: 2.2;
}.wrap {
    padding-top: 80vh;
}#home-concept .concept-sec-subtitle {

    font-size: 13px;
}.home-plan  p {
    font-size: 14px;

}.plan-tag {
    text-align: center;
    font-size: 20px;
}
}
@media screen and (max-width:375px) {
  .sp-title {
    position: fixed;
    width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    text-align: center;
}
  .sp-title .site-title-jp {
    display: block;
    font-size: 14px;
    padding-top: 25px;
    font-weight: 900;
    line-height: 1.2;
    transition: .5s;
}
  .wrap {
    padding-top: 86vh;
}
  .hero-bg img {
    width: 100%;
    height: 86vh;
    object-fit: cover;
    transition: 1s;
}
  #hero {
    height: 86vh;
    width: 100%;
    position: fixed;
    overflow: hidden;
}
}

