@charset "UTF-8";

/******************************
common
******************************/
.link-txtunder,
.singlecontent a {
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover {
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.kome,
.ten,
.komelist li,
.tenlist li {
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before,
.komelist li::before,
.tenlist li::before {
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before,
.tenlist li::before {
  content:"・";
}
.anchor {
  scroll-margin-top: 50px;
}
@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;
}

/******************************
ttl
******************************/
.ttlbox1 {
  margin-bottom: 3rem;
}
.ttlbox1 .ttl {
  font-size: 3rem;
  font-weight: bold;
}
.ttlbox1.border {
  position: relative;
}
.ttlbox1.border::before {
  background: #8C3315;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120vw;
  height: 2px;
  width: 100vw;
  transition: left 3.5s;
}
.ttlbox1.border.active::before {
  left: -20px;
}
.ttlbox1.border .ttl {
  background: #fff;
  display: inline-block;
  padding: 0 2rem;
  position: relative;
}
.ttlbox2 {
  margin-bottom: 3rem;
}
.ttlbox2 .ttl {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 10px;
  padding-top: 6rem;
  padding-right: 3rem;
  position: relative;
  writing-mode: vertical-lr;
}
.ttlbox2 .ttl::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 115/238;
  background: #181818;
  mask-image: url(../images/common/ttl2.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: .5s;
  width: 100px;
}
.ttlbox3 {
  margin-bottom: 3rem;
}
.ttlbox3 .ttl {
  border-left: 5px solid #8C3315;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 2rem;
}
@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 .ttl {
    font-size: 2.5rem;
  }
  .ttlbox2 .ttl {
    font-size: 2.5rem;
    padding-top: 3.5rem;
    padding-right: 2rem;
    width: 60px;
  }
  .ttlbox2 .ttl::before {
    width: 35px;
  }
  .ttlbox3 .ttl {
    font-size: 2rem;
  }
}

/******************************
btn
******************************/
.morebtn1 a {
  background: #8C3315;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  min-width: 200px;
  padding: .5rem 2rem;
  position: relative;
}
.morebtn1 a::before {
  background: url(../images/common/morebtn1.svg) no-repeat center / contain;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: .5s;
  height: 20px;
  width: 20px;
}
.morebtn1.blk a {
  background: #fff;
  border: 1px solid #181818;
  color: #181818;
}
.morebtn1.blk a::before {
  background: url(../images/common/morebtn1-b.svg) no-repeat center / contain;
}
.morebtn1 a:hover {
  opacity: 1;
}
.morebtn1 a:hover::before {
  right: 5px;
}

/******************************
header
******************************/
.cmnhead .splogo {
  display: block;
  margin: 0 auto 5rem;
  width: 200px;
}
.cmnnav {
  /* background: rgba(0,0,0,.7); */
  background: #181818;
  color: #fff;
  max-width: 340px;
  opacity: 1;
  overflow: auto;
  padding: 6rem 0;
  position: fixed;
  top: 0;
  right: 0;
  transition: 1s;
  height: 100lvh;
  width: 100vw;
  z-index: 99;
}
.cmnnavgr ul {
  padding: 0 2rem;
}
.cmnnavgr li {
  width: 100%;
}
.cmnnavgr li a {
  color: #fff;
  display: block;
  padding: 1rem 2rem;
  position: relative;
}
.cmnnavgr a:hover::after,
.cmnnavgr a.nowpage::after {
  content: "\f0da";
  font: var(--fa-font-solid);
  position: absolute;
  top: 1.6rem;
  left: .2rem;
}
.cmnnavgr li.telbtn .txt1 {
  display: block;
  padding-left: 4rem;
  position: relative;
}
.cmnnavgr li.telbtn .txt1::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  aspect-ratio: 1/1;
  background: #F2F2F2;
  mask-image: url(../images/common/icon-tel.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 30px;
}
.cmnnavgr li.telbtn .num {
  font-size: 3rem;
  font-weight: bold;
}
.cmnnavgr li.sns ul {
  display: flex;
  gap: 2rem;
}
.cmnnavgr li.sns ul li {
  width: 30px;
}
.cmnnavgr li.sns ul a {
  padding: 0;
}
.cmnnavgr li.sns ul a:hover:after {
  display: none;
}
@media only screen and (max-width: 820px) {
  .spbtn {
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 1rem;
    transition: .5s;
    height: 50px;
    width: 50px;
    z-index: 99;
  }
  .page .spbtn {
    opacity: 0;
  }
  .spbtn.change {
    background: #181818;
    opacity: 1;
  }
  .spbtn.change.active {
    background: initial;
  }
  .spbtn span {
    background: #fff;
    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 {
    background: #fff;
    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 {
    pointer-events: none;
    opacity: 0;
  }
  .cmnnav.active {
    pointer-events: all;
    opacity: 1;
  }
  .splogo {
    display: block;
    text-align: center;
    margin-bottom: 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) {
}
@media only screen and (max-width: 414px) {
}

/******************************
footer
******************************/
.cmnfot {
  background: #181818;
  color: #fff;
  padding: 3rem 0 1rem;
}
.fotlogo a {
  display: block;
  margin: 0 auto 2rem;
  width: 200px;
}
.cmnfot .fotadd > div {
  gap: 1rem;
}
.cmnfot .fotadd > div > dt {
  width: 70px;
}
.cmnfot .fotadd > div > dd {
  text-align: left;
  width: calc(100% - 80px);
}
.cmnfot .fotlinks {
  margin: 2rem auto 1.5rem;
}
.cmnfot .fotlinks ul {
  display: flex;
  gap: 1rem;
}
.cmnfot .fotlinks li:first-child {
  letter-spacing: -4px;
}
.cmnfot .fotlinks li {
  background: #fff;
  text-orientation: upright;
  writing-mode: vertical-lr;
  letter-spacing: 4px;
}
.cmnfot .fotlinks li a {
  padding: 2.5rem 0 1rem;
  display: block;
  position: relative;
}
.cmnfot .fotlinks li a::before {
  content: "\f0dd";
  color: #181818;
  font: var(--fa-font-solid);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cmnfot .fotmap {
  margin-bottom: 2rem;
}
.cmnfot .fotmap iframe {
  aspect-ratio: 1/.8;
  height: auto;
  width: 100%;
}
.cmnfot .fotcopy {
  font-size: 1.4rem;
  font-weight: 100;
  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) {
  .fotlogo a {
    margin: 0 auto 4rem;
    width: 150px;
  }
}

/*****************************
news
*****************************/
.ulnews li {
  border-bottom: 1px dotted #8C3315;
}
.ulnews li:not(:last-child) {
  margin-bottom: 1rem;
}
.ulnews a {
  display: block;
  padding: 1rem 0;
}
.ulnews li .time {
  background: #8C3315;
  color: #fff;
  display: inline-block;
  margin: 0 1rem .5rem 0;
  padding: 0 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;
  }
}

/******************************
モバイルファースト特化css
******************************/
.contentarea::before {
  /* background: url(../images/common/bg_pc.webp) no-repeat center / cover; */
  background: #fff;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
/* .contentarea::after {
  background: rgba(0,0,0,.5);
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
} */
/* .contentarea > .video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
} */
.contentarea > .logo {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  filter: drop-shadow(2px 2px 0 #fff);
  width: 300px;
  z-index: 1;
}
.contentarea > .logo img {
  height: 100%;
  width: 100%;
}
/* .contentarea .txtloop::before {
    animation: loop-right 70s infinite linear;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px);
    color: #fff;
    content: "本厚木 とり銀 本厚木 とり銀 本厚木 とり銀 本厚木 とり銀 本厚木 とり銀 本厚木 とり銀 本厚木 とり銀 本厚木 とり銀 本厚木 とり銀";
    font-size: 3vw;
    font-weight: bold;
    line-height: 1;
    position: fixed;
    bottom: 530px;
    right: 0;
    white-space: nowrap;
} */
.contentarea .carouselbox {
  position: fixed;
  left: 0;
  width: 100%;
}
.contentarea .carouselbox1 {
  animation: loop-left 70s infinite linear;
  top: 20px;
}
.contentarea .carouselbox2 {
  animation: loop-right 70s infinite linear;
  bottom: 20px;
}
.contentarea .carouselbox ul {
  display: flex;
  gap: 2rem;
}
.contentarea .carouselbox ul li {
  aspect-ratio: 1.5/1;
  height: 27vh;
}
@keyframes loop-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.contentarea .carouselbox ul li:nth-of-type(1) { background: url(../images/common/carouselbox1.png) no-repeat center / cover; }
.contentarea .carouselbox ul li:nth-of-type(2) { background: url(../images/common/carouselbox2.png) no-repeat center / cover; }
.contentarea .carouselbox ul li:nth-of-type(3) { background: url(../images/common/carouselbox3.png) no-repeat center / cover; }
.contentarea .carouselbox ul li:nth-of-type(4) { background: url(../images/common/carouselbox4.png) no-repeat center / cover; }
.contentarea .carouselbox ul li:nth-of-type(5) { background: url(../images/common/carouselbox5.png) no-repeat center / cover; }
.contentarea .carouselbox ul li:nth-of-type(6) { background: url(../images/common/carouselbox1.png) no-repeat center / cover; }
.contentarea .carouselbox ul li:nth-of-type(7) { background: url(../images/common/carouselbox2.png) no-repeat center / cover; }
.contentarea .carouselbox ul li:nth-of-type(8) { background: url(../images/common/carouselbox3.png) no-repeat center / cover; }
.contentarea .carouselbox ul li:nth-of-type(9) { background: url(../images/common/carouselbox4.png) no-repeat center / cover; }
.contentarea .carouselbox ul li:nth-of-type(10) { background: url(../images/common/carouselbox5.png) no-repeat center / cover; }

.mainarea {
  background: #fff;
  position: absolute;
  right: 340px;
  max-width: 450px;
  width: 100%;
  z-index: 2;
}

/* .contentarea .obj {
  animation-name: decoSwing;
  animation-duration: 1500ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
  z-index: 3;
  position: fixed;
}
@keyframes decoSwing {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(10deg); }
}
.contentarea .illust1 {
  content: url(../images/common/illust1.png);
  bottom: 20px;
  left: 400px;
  width: 250px;
}
.contentarea .illust2 {
  content: url(../images/common/illust2.png);
  top: 20px;
  left: 50px;
  width: 50px;
}
.contentarea .illust3 {
  content: url(../images/common/illust3.png);
  bottom: 20px;
  left: 50px;
  width: 150px;
} */
@media screen and (max-width: 820px) {
  .contentarea::before {
    display: none;
  }
  .contentarea .carouselbox {
    display: none;
  }
  .contentarea > .logo {
    display: none;
  }
  .mainarea {
    right: 0;
    max-width: 100%;
  }
}

/******************************
obj
******************************/
.obj {
  position: absolute;
}

/******************************
スクルール連動アニメーション
******************************/
.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: #fff;
  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);
}