@charset "UTF-8";

/******************************
header
******************************/
.cmnhead {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem;
  transition: .5s;
  width: 100%;
  z-index: 9;
}
.cmnhead.change {
  background: #fff;
  box-shadow: 3px 3px 10px #ccc;
  padding: 0;
}
.cmnhead .logo {
  transition: .5s;
}
.cmnhead.change .logo {
  padding-left: 2rem;
}
.cmnhead .logo a {
  display: block;
  transition: .5s;
  width: 300px;
}
.cmnhead.change .logo a {
  width: 150px;
}
.cmnhead .logo img {
  filter: brightness(0) invert(1);
  transition: .5s;
}
.page .cmnhead .logo img,
.cmnhead.change .logo img {
  filter: initial;
}
.cmnnav ul > li:not(:last-child) {
  margin-right: 2rem;
}
.cmnnav ul > li > a {
  position: relative;
  text-align: center;
}
.cmnnav ul > li:not(:last-child) > a::before {
  background: #fff;
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transition: .15s ease-out;
  height: 1px;
  width: 100%;
}
.page .cmnhead ul > li > a::before,
.cmnhead.change ul > li > a::before {
  background: #C3AC80;
}
.cmnnav ul > li > a:hover::before {
  transform: scaleX(1);
}
.cmnnav ul > li > a > span {
  color: #fff;
  transition: .5s;
}
.page .cmnnav ul > li > a > span,
.cmnhead.change ul > li > a > span {
  color: #181818;
}
.cmnnav ul > li > a > .en {
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.page .cmnhead ul > li > a > .en,
.cmnhead.change ul > li > a > .en {
  color: #C3AC80;
}
.cmnnav ul > li:last-child a {
  background: #C3AC80;
  display: block;
  padding: 1.5rem 3rem 1rem;
}
.cmnnav ul > li:last-child > a > span {
  color: #fff !important;
}
.spbtn,
.splogo {
  display: none;
}
@media only screen and (max-width: 1180px) {
  .cmnhead {
    padding: 0;
  }
  .cmnhead.change {
    background: initial;
    box-shadow: initial;
  }
  .cmnhead .logo,
  .cmnhead.change .logo {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .cmnhead .logo a,
  .cmnhead.change .logo a {
    width: 200px;
  }
  .spbtn,
  .splogo {
    display: block;
  }
  .spbtn {
    background: #fff;
    border: 2px solid #181818;
    border-radius: 10px;
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 1rem;
    transition: .5s;
    height: 50px;
    width: 50px;
    z-index: 99;
  }
  .spbtn span {
    background: #181818;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    right: 14px;
    transition: all .4s;
    height: 3px;
    width: 45%;
  }
  .spbtn span:nth-of-type(1) {
    top: 15px;
  }
  .spbtn span:nth-of-type(2) {
    top: 23px;
    width: 35%;
  }
  .spbtn span:nth-of-type(3) {
    top: 31px;
    width: 25%;
  }
  .spbtn.active {
    z-index: 100;
  }
  .spbtn.active span {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 30%;
  }
  .spbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spbtn.active span:nth-of-type(3) {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .cmnnav {
    background: rgba(0,0,0,.8);
    color: #fff;
    max-width: 340px;
    opacity: 0;
    padding: 8rem 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100vw;
    transition: 1s;
    z-index: 99;
  }
  .cmnnav.active {
    opacity: 1;
    pointer-events: all;
  }
  .splogo {
    display: block;
    text-align: center;
    margin: 0 auto 2rem;
    width: 200px;
  }
  .cmnnav > ul {
    padding: 0 2rem;
  }
  .cmnnav ul > li {
    width: 100%;
  }
  .cmnnav ul > li > a {
    border-bottom: 1px solid #fff;
    display: block;
    padding: 1rem 2rem;
    position: relative;
    text-align: left;
  }
  .cmnnav ul > li > a > .en {
    color: #C3AC80;
  }
  .page .cmnhead ul > li > a > span,
  .cmnhead.change ul > li > a > span {
    color: #fff;
  }
  .cmnnav ul > li:last-child a {
    background: initial;
    padding: 1rem 2rem;
  }
  .cmnnav ul > li:last-child a .en {
    color: #C3AC80 !important;
  }
  .cmnnavgr a::before {
    display: none;
  }
  .cmnnavgr a:hover::after,
  .cmnnavgr a.nowpage::after {
    content: "\f0da";
    color: #fff;
    font: var(--fa-font-solid);
    position: absolute;
    top: 27px;
    left: .2rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead.change .logo a {
    width: 150px;
  }
}

/******************************
footer
******************************/
.cmnfot {
  padding: 8rem 0 5rem;
  position: relative;
}
.page .cmnfot {
  background: #EAEAEA;
}
.cmnfot .fotbox1 {
  width: 30%;
}
.cmnfot .fotbox1 .fotlogo {
  max-width: 150px;
  margin-bottom: 1rem;
}
.cmnfot .fotbox2 {
  background: #fff;
  box-shadow: 3px 3px 10px #ccc;
  padding: 2rem;
  width: 70%;
}
.cmnfot .fotbox2 .flexbox2 {
  gap: 2rem;
}
.cmnfot .fotbox2 li {
  width: calc(100% / 2 - 1rem);
}
.cmnfot .fotbox2 .txtbox {
  margin: 1rem 0;
}
.fotnavbox {
  margin-top: 5rem;
}
.fotnavbox ul {
  justify-content: flex-end;
  gap: 2rem;
}
.fotnavbox li {
  position: relative;
  padding-left: 2rem;
}
.fotnavbox li::before {
  border: 2px solid #C3AC80;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  height: 5px;
  width: 5px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmnfot .fotbox1 {
    order: 2;
    width: 100%;
  }
  .cmnfot .fotbox2 {
    order: 1;
    width: 100%;
  }
  .fotnavbox {
    margin-top: 2rem;
  }
  .fotnavbox ul {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnfot .fotbox2 {
    background: initial;
    box-shadow: initial;
    margin-bottom: 3rem;
    padding: 0;
  }
  .cmnfot .fotbox2 li {
    background: #fff;
    box-shadow: 3px 3px 10px #ccc;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
    width: 100%;
  }
  .cmnfot .fotbox2 .flexbox2 {
    margin-bottom: 3rem;
  }
  .cmnfot .fotbox1 .fotlogo {
    max-width: 100px;
  }
  .fotnavbox {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 120px;
  }
  .fotnavbox ul {
    display: block;
  }
  .fotnavbox li:not(:last-child) {
    margin-bottom: .5rem;
  }
}

/******************************
common
******************************/
.link-txtunder,
.singlecontent a {
  color: #C3AC80;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover {
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.kome li,
.ten li {
  padding-left: 2rem;
  position: relative;
}
.kome li::before,
.ten li::before {
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten li::before {
  content:"・";
}
.anchor {
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 1180px) { 
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
inner
******************************/
.inner1,
.inner2,
.inner3 {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2 {
  max-width: 1920px;
}
.inner3 {
  max-width: 1280px;
}
.innernp {
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1 {
  padding: 0 !important;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
flex
******************************/
.flexbox1 {
  display: flex;
  flex-wrap: wrap;
}
.flexbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex {
  display: flex;
}
.frr {
  flex-direction: row-reverse;
}
.fac {
  align-items: center;
}
.fast {
  align-items: stretch;
}
.fafe {
  align-items: flex-end;
}
.fafs {
  align-items: flex-start;
}
.fabl {
  align-items: baseline;
}
.fbox,
.ftxtbox,
.fimgbox {
  width: 48%;
}
.fimgbox {
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fbox,
  .ftxtbox,
  .fimgbox {
    width: 100%;
  }
}

/******************************
ttl
******************************/
.ttlbox1 {
  margin-bottom: 3rem;
}
.ttlbox1 .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .5rem;
  position: relative;
}
.ttlbox1 .enttl {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}
.ttlbox2 {
  margin-bottom: 3rem;
}
.ttlbox2 .ttl {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
.ttlbox2 .ttl::first-letter {
  color: #C3AC80;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1 .enttl {
    font-size: 3rem;
  }
  .ttlbox2 .ttl {
    font-size: 2rem;
  }
  .ttlbox2 {
    margin-bottom: 1rem;
  }
}

/******************************
btn
******************************/
.morebtn1 a {
  background: #C3AC80;
  border-radius: 25px;
  border: 2px solid #C3AC80;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  opacity: 1;
  overflow: hidden;
  transition: .5s;
  padding: 1rem 2rem;
  position: relative;
}
.morebtn1 a::before {
  content: '';
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 18px;
  right: 20px;
  height: 10px;
  width: 10px;
  transition: .5s;
}
.morebtn1 a:hover {
  background: #fff;
  color: #C3AC80;
}
.morebtn1 a:hover::before {
  background: #C3AC80;
}

/*****************************
news
*****************************/
.ultab {
  gap: 1rem;
  margin-bottom: 5rem;
}
.ultab a {
  color: #ccc;
  cursor: pointer;
  padding: .5rem 2rem;
}
.ultab .current a {
  background: #C3AC80;
  color: #fff;
}
.newslist {
  flex-direction: column;
  gap: 4rem;
}
.newslist li a {
  display: block;
  opacity: 1;
  padding-bottom: 2rem;
  position: relative;
}
.newslist li a::before,
.newslist li a::after {
  background: #ccc;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.newslist li a::after {
  background: #C3AC80;
  transition: .3s;
  width: 70px;
}
.newslist li a:hover::after {
  width: 100%;
}
.newslist .cat {
  background: #C3AC80;
  color: #fff;
  display: inline-block;
  padding: 0 2rem;
  margin-left: 2rem;
}
.newslist .ttl {
  padding-top: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
ルミナスsp調整
******************************/
@media screen and (max-width: 767px) {
  .lum-gallery-button {
    top: initial;
    transform: initial;
    bottom: 0;
  }
}

/******************************
スクルール連動アニメーション
******************************/
.leftover-box {
  overflow: hidden;
}
.leftover-box .leftover-box-in {
  overflow: hidden;
  position: relative;
  transition-delay: 0.1s;
  transform: translate3d(-100.5%, 0px, 0px);
  transition-delay: 0s;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: left center;
  transition-property: transform, -webkit-transform;
}
.leftover-box.animated .leftover-box-in::before {
  transform: scale(0, 1);
}
.leftover-box .leftover-box-in::before {
  background: #C3AC80;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform: scaleX(1);
  transition-delay: 0.4s;
  transition-duration: 1.5s;
  transform-origin: right center;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 5;
}
.leftover-box .leftover-box-in img {
  transform: scale(1);
  transition-duration: 4s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.leftover-box.animated .leftover-box-in {
  transform: translate3d(0px, 0px, 0px);
}

/* business-merit */
.commonpointbox ul {
  gap: 2rem;
}
.commonpointbox li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 10px #ccc;
  padding: 2rem;
  width: calc(100% / 3 - 1.4rem);
}
.commonpointbox li .imgbox {
  margin: 0 auto;
  height: 200px;
  width: 200px;
}
.commonpointbox li .txtbox2 h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .commonpointbox li {
    display: flex;
    gap: 2rem;
    width: 100%;
  }
  .commonpointbox li .txtbox2 h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .commonpointbox li .imgbox {
    width: 30%;
  }
  .commonpointbox li .txtbox2 {
    width: 70%;
  }
  .commonpointbox li .txtbox2 h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.lum-lightbox {
  z-index: 10;
}