@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*▼色▼*/
/*▼文字▼*/
/*▼サイズ▼*/
/*▼FLEX系▼*/
/*▼グリッド系▼*/
.cat_toppage .btn_totop {
  display: none;
}
.cat_toppage .sitehead,
.cat_toppage .sitehead_sp {
  border: none;
}
.cat_toppage .sitehead > .box,
.cat_toppage .sitehead_sp > .box {
  background-color: inherit;
}
.cat_toppage .topmain {
  position: fixed;
  top: 4.25rem;
  left: 43vw;
  z-index: 1000;
  display: inline-block;
}
.cat_toppage .topmain img {
  width: 100rem;
  height: auto;
  max-width: none;
}
.cat_toppage .whitebg {
  z-index: 980;
  position: fixed;
  height: 7rem;
  width: 100%;
  background-color: white;
}
.cat_toppage .kinbd {
  z-index: 990;
  position: fixed;
  top: 7rem;
  height: 1px;
  width: 100%;
  background-color: #c4a162;
}
.cat_toppage .dotbg {
  z-index: 900;
}
.cat_toppage .kakubg {
  z-index: 850;
  width: clamp(100px, 60%, 65rem);
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 0;
  right: 0;
  background-image: url("../img/top/bg.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.cat_toppage .topmain_ctt {
  z-index: 1100;
}

.topmain {
  position: fixed;
  top: 4.25rem;
  right: 5vw;
  z-index: 5000;
  display: inline-block;
}
.topmain img {
  width: 52.5vw;
  height: auto;
  position: relative;
  z-index: 5100;
}

.topmain_ctt {
  position: fixed;
  top: 7rem;
  width: 100%;
  height: calc(100dvh - 7rem);
  padding: 0;
}
.topmain_ctt a {
  text-decoration: none !important;
}
.topmain_ctt .topinfo {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  /*scrollbar*/
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*scrollbar*/
}
.topmain_ctt .topinfo::-webkit-scrollbar {
  display: none;
}
.topmain_ctt .topinfo .box {
  padding: 16rem 52.5vw 15rem 0;
  text-align: right;
}
.topmain_ctt .topinfo .box2 {
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
.topmain_ctt .topinfo h1 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topmain_ctt .topinfo h1 img {
  width: 52rem;
}
.topmain_ctt .topinfo h1 span {
  margin-top: 1.5rem;
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
}
.topmain_ctt .topinfo .topmain2 {
  display: none;
}
.topmain_ctt .topinfo .topmain2 img {
  width: 0;
  height: 0;
}
.topmain_ctt .topinfo article {
  margin-top: 6rem;
  text-align: center;
  padding: 0 100px 0 100px;
}
.topmain_ctt .topinfo article::before,
.topmain_ctt .topinfo article::after {
  content: "";
  display: inline-block;
  width: 280px;
  height: 14px;
  background-image: url("../img/tobira/kei1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.topmain_ctt .topinfo article::before {
  margin-bottom: 4.5rem;
}
.topmain_ctt .topinfo article::after {
  margin-top: 4.5rem;
}
.topmain_ctt .topinfo article p {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600 !important;
  line-height: 1.65;
}
.topmain_ctt .topinfo .link {
  margin-top: 5rem;
}
.topmain_ctt .topinfo .link a {
  display: inline-block;
  width: 20rem;
  height: 4.8rem;
  border: 1px solid #c4a162;
  padding: 2px;
  transition: 0.3s;
  margin: 0 5px;
}
.topmain_ctt .topinfo .link a > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
  line-height: 1;
  color: white;
}
.topmain_ctt .topinfo .link a > span.hp {
  background-color: #65c0cb;
}
.topmain_ctt .topinfo .link a > span.xt {
  background-color: black;
}
.topmain_ctt .topinfo .link a > span img {
  height: 100%;
  width: auto;
  margin-right: 1rem;
}
.topmain_ctt .topinfo .link a:hover {
  opacity: 0.8;
}
.topmain_ctt .top_foot {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  width: 100%;
  text-align: center;
  padding: 0 7.5% 3rem;
  font-weight: 400;
}
.topmain_ctt .top_foot img {
  height: 3rem;
  width: auto;
  margin-bottom: 2rem;
}

/***▼演出***/
.topmain {
  opacity: 0;
  scale: 0.99;
  transform: translate(12px, 0px);
}

.topmain_ctt .topinfo .topmain2 {
  opacity: 0;
  scale: 1.025;
  transform: translate(0px, 0px);
}

/*.topmain_ctt .topinfo article::before , .topmain_ctt .topinfo article::after {opacity: 0;}*/
/*.topmain_ctt .topinfo article p {opacity: 0;}*/
.topmain_ctt .topinfo article {
  opacity: 0;
}

.topmain_ctt .topinfo .link {
  opacity: 0;
}

body.ready {
  /*
  .topmain_ctt .topinfo article::before , .topmain_ctt .topinfo article::after {animation: fadein 0.4s ease-out 2s 1 forwards;}
  .topmain_ctt .topinfo article p:nth-child(1) {animation: fadein 0.4s ease-out 2.4s 1 forwards;}
  .topmain_ctt .topinfo article p:nth-child(2) {animation: fadein 0.4s ease-out 2.45s 1 forwards;}
  .topmain_ctt .topinfo article p:nth-child(3) {animation: fadein 0.4s ease-out 2.5s 1 forwards;}
  .topmain_ctt .topinfo article p:nth-child(4) {animation: fadein 0.4s ease-out 2.55s 1 forwards;}
  .topmain_ctt .topinfo article p:nth-child(5) {animation: fadein 0.4s ease-out 2.6s 1 forwards;}
  .topmain_ctt .topinfo article p:nth-child(6) {animation: fadein 0.4s ease-out 2.65s 1 forwards;}
  .topmain_ctt .topinfo article p:nth-child(7) {animation: fadein 0.4s ease-out 2.7s 1 forwards;}
  */
}
body.ready .topmain {
  animation: topmain 1.5s ease-out 1.5s 1 forwards;
}
body.ready .topmain_ctt .topinfo .topmain2 {
  animation: topmain2 2s ease-out 1.5s 1 forwards;
}
body.ready .topmain_ctt .topinfo article {
  animation: fadein 1s ease-out 3s 1 forwards;
}
body.ready .topmain_ctt .topinfo .link {
  animation: fadein 0.4s ease-out 4s 1 forwards;
}

@keyframes topmain {
  0% {
    opacity: 0;
    scale: 0.99;
    transform: translate(12px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    scale: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes topmain2 {
  0% {
    opacity: 0;
    scale: 1.025;
    transform: translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    scale: 1.05;
    transform: translate(0px, 0px);
  }
}
/*---------------------------------------------------------------------------BP2000*/
@media (max-width: 2000px) {
  .cat_toppage .topmain {
    left: 38.5vw;
  }

  .topmain_ctt .topinfo .box {
    padding-right: 55vw;
  }
}

/*---------------------------------------------------------------------------BP1920*/
/*---------------------------------------------------------------------------BP1600*/
@media (max-width: 1600px) {
  .cat_toppage .topmain {
    top: 4.9rem;
    left: 37vw;
  }

  .cat_toppage .topmain img {
    width: 90rem;
  }

  .topmain_ctt .topinfo .box {
    text-align: left;
  }

  .topmain_ctt .topinfo article p {
    font-size: 1.7rem;
  }

  .topmain_ctt .topinfo h1 img {
    width: 52rem;
  }

  .topmain_ctt .topinfo h1 span {
    font-size: 3.7rem;
  }
}
/*---------------------------------------------------------------------------BP1280*/
@media (max-width: 1280px) {
  .cat_toppage .topmain {
    top: 4.9rem;
    left: 40vw;
  }

  .cat_toppage .topmain img {
    width: 75rem;
  }

  .topmain_ctt .topinfo .box {
  }

  .topmain_ctt .topinfo article {
    margin-top: 5rem;
  }

  .topmain_ctt .topinfo article::before {
    margin-bottom: 3rem;
  }

  .topmain_ctt .topinfo article::after {
    margin-top: 3.5rem;
  }
}
/*---------------------------------------------------------------------------BP1120*/
@media (max-width: 1120px) {
  .cat_toppage .topmain {
    display: none;
    height: 0;
    width: 0;
  }

  .cat_toppage .topmain img {
    height: 0;
    width: 0;
  }

  .topmain_ctt .topinfo .topmain2 {
    display: block;
    width: 100%;
    scale: 1.05;
    position: relative;
    z-index: -1;
    margin-top: 1.5vw;
  }

  .topmain_ctt .topinfo .topmain2 img {
    width: 100vw;
    height: auto;
  }

  .topmain_ctt .topinfo .box {
    padding: 4rem 0;
  }

  .topmain_ctt .topinfo h1 img {
    width: 60vw;
  }

  .topmain_ctt .topinfo h1 span {
    font-size: 4.5rem;
  }

  .topmain_ctt .topinfo article p {
    font-size: 1.8rem;
  }

  .topmain_ctt .topinfo article {
    margin-top: -0.75vw;
  }

  .topmain_ctt .topinfo .link {
    margin-top: 7rem;
  }
}
/*---------------------------------------------------------------------------BP1024*/
/*---------------------------------------------------------------------------BP1023*/
/*---------------------------------------------------------------------------BP960*/
/*---------------------------------------------------------------------------BP896*/
/*---------------------------------------------------------------------------BP768*/
@media (max-width: 768px) {
  .topmain_ctt .topinfo article {
    padding: 0 7.5%;
  }
}
/*---------------------------------------------------------------------------BP767*/
/*---------------------------------------------------------------------------BP620*/
@media (max-width: 620px) {
  .topmain_ctt .topinfo h1 img {
    width: 80vw;
  }

  .topmain_ctt .topinfo h1 span {
    font-size: 3.5rem;
  }

  .topmain_ctt .topinfo .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .topmain_ctt .topinfo .link a:first-child {
    margin-bottom: 1.5rem;
  }

  .topmain_ctt .topinfo .box {
    padding-top: 4.5rem;
  }

  .topmain_ctt .topinfo article p {
    text-align: justify;
    font-size: 1.7rem;
  }
}
/*---------------------------------------------------------------------------BP480*/
