@charset "utf-8";
html {
  scroll-behavior: smooth;
}
/* --scroll-------------------- */
.outer {
  width: 100%;
  position: relative;
  top: 2.5rem;
  text-align: left;
  font-size: 14vw;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: -15vw; /*ov	 height*/
}
.ov {
  border: solid 10px black;
  background-color: white;
  width: 29vw;
  height: 15vw;
  position: relative;
  margin-bottom: 1.6vw;
  top: -32vw;
  left: -10px;
  opacity: 1;
}
/* //--scroll-------------------- */
/*---fadein---*/
.fdin-catch-box1 {
  animation: fadeIn 1s ease 6s 1 normal backwards;
}
@keyframes fadeIn {
  from {
    opacity: 0.01;
    transform: translateX(20vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fdin-t1 {
  animation-delay: 0.5s;
}
.fdin-t2 {
  animation-delay: 1s;
}
/*//---fadein---*/
/* --scroll down-------------------- */
.scrolldown2 {
  position: absolute;
  top: 250px;
  right: 51px;
}
/*Scrolltxt*/
.scrolldown2 span {
  position: absolute;
  font-weight: 600;
  right: -10px;
  top: -130px;
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.18em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* --//scroll down-------------------- */
/* --@media-------------------- */
@media screen and (max-width: 1024px) {
  .outer {
    top: 1.5rem;
    font-weight: 700;
  }
  .ov {
    border: solid 7px black;
    background-color: white;
    width: 29.5vw;
    height: 15vw;
    position: relative;
    margin-bottom: 1.6vw;
    top: -32vw;
    left: -7px;
    opacity: 1;
  }
}
@media screen and (max-width: 550px) {
  .outer {
    font-size: 15vw;
    font-weight: 700;
  }
  .ov {
    border: solid 4px black;
    background-color: white;
    width: 32vw;
    height: 16vw;
    position: relative;
    margin-bottom: 2.5vw;
    top: -35vw;
    left: -4px;
    opacity: 1;
  }
}
/* --//scroll-------------------- */
.catch-lead {
  /*  margin: 0 auto;*/
  margin: 1.5rem auto 0;
  padding: 0 0 4rem;
  text-align: left;
  font-size: 0.28rem; /* ----re-------------------- */
  line-height: 1.8; /* ----re-------------------- */
  font-weight: 500;
  width: 80%;
  max-width: 1000px;
  letter-spacing: 0.01rem;
}
.u-line {
/*  background: linear-gradient(transparent 70%, #ccc 0%);*/
	  font-weight: 800 !important;
}
@media screen and (max-width: 1024px) {
  .catch-lead {
    margin: 0.75rem auto 0;
    font-size: 0.2rem;
    line-height: 1.8;
    font-weight: 500;
    width: 60%;
    max-width: 600px;
    padding: 0 0 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .catch-lead {
    margin: 0.75rem auto 0;
    width: 75%;
    font-weight: 500;
    font-size: 0.34rem;
    line-height: 1.6;
    padding: 0.5rem 0 3.5rem;
  }
}
.catch-movie-box {
  font-size: 9.5vw;
  line-height: 0.78;
  letter-spacing: 0.02rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0rem 0;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
video {
  width: 40%;
  height: auto;
}
.catch-movie img {
  width: 90%;
  max-width: 600px;
  height: auto;
}
.catch-movie-1st {
  position: absolute;
  top: -2.0rem;
  left: 5%;
  text-align: left;
  z-index: 1;
  height: 20vw;
}
.catch-movie-2nd {
  position: absolute;
  text-align: left;
  bottom: -1.8rem;
  right: 5%;
  line-height: 0.81;
  z-index: 1;
  height: 20vw;
}
/* --slide-in-------------------- */
.slide-in-box p {
  margin: 20px;
  font-size: 20px;
  overflow: hidden; 
}
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
.leftAnime {
  opacity: 0; 
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); 
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0); 
    opacity: 1;
  }
}
/* --@media-------------------- */
@media screen and (max-width: 1024px) {
  .catch-movie-box {
    font-size: 12vw;
  }
  video {
    width: 60%;
  }
  .catch-movie-1st {
    position: absolute;
    top: -1.6rem;
    left: 5%;
    text-align: left;
    height: 25vw;
  }
  .catch-movie-2nd {
    position: absolute;
    text-align: left;
    bottom: -1.4rem;
    right: 5%;
    height: 25vw;
  }
}
@media screen and (max-width: 550px) {
  .catch-movie-box {
    font-size: 16.5vw;
  }
  video {
    width: 90%;
  }
  .catch-movie-1st {
    position: absolute;
    top: -1.65rem;
    left: 1%;
    text-align: left;
    line-height: 0.8;
    height: 35vw;
  }
  .catch-movie-2nd {
    position: absolute;
    text-align: left;
    bottom: -1.4rem;
    right: 1%;
    line-height: 0.83;
    height: 35vw;
  }
}
/* --//@media-------------------- */
.catch-logo-box {
  padding: 5rem 0 1rem;
  text-align: center;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  width: 100%;
}
.catch-logo img {
  text-align: center;
  width: 25vw;
  max-width: 500px;
  padding-bottom: 0.25rem;
}
/* --motto-------------------- */
.catch-logo-motto-fst {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 3vw;
  text-align: center;
  padding: 1.2rem 0 0.3rem;
  letter-spacing: 0.025rem;
}
.catch-logo-motto-wrap {
  margin: 0.5rem auto 0.5rem;
  display: inline-block;
}
.catch-logo-motto {
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0.25rem;
  font-size: 9.0vw;
  font-weight: 700;
  line-height: 0.9;
  width: fit-content;
}
.motto-txt {
  display: inline-block;
}
.motto-box {
  border: solid 8px black;
  background-color: white;
  width: 18vw;
  height: 9vw;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .catch-logo-motto-fst {
    font-size: 3vw;
    padding: 0.2rem 0 0rem;
  }
  .catch-logo-motto-wrap {
    margin: 0.1rem auto;
  }
  .catch-logo-motto {
    margin-bottom: 0.2rem;
    font-size: 9.0vw;
    line-height: 0.9;
  }
  .motto-box {
    border: solid 8px black;
    width: 18vw;
    height: 9vw;
    margin-right: 0.1rem;
  }
}
@media screen and (max-width: 550px) {
  .catch-logo-motto-fst {
    font-size: 4.5vw;
    padding: 0.2rem 5% 0rem;
  }
  .catch-logo-motto {
    margin-bottom: 0.2rem;
    font-size: 11.0vw;
    line-height: 0.9;
  }
  .catch-logo-motto-wrap {
    margin: 0 auto;
  }
  .motto-box {
    border: solid 5px black;
    width: 22vw;
    height: 11vw;
    margin-right: 0.1rem;
  }
}
/* --//motto-------------------- */
.catch-logo-1st {
  margin-top: 0.5rem;
/*  font-size: 14.0vw;*/
  font-size: 14.0vw;
  font-weight: 700;
  line-height: 0.8;
  white-space: normal;
}
.catch-logo-2nd {
/*  font-size: 8vw;*/
  font-size: 10vw;
  font-weight: 700;
  line-height: 0.9;
  white-space: normal;
}
.catch-bk {
  position: absolute;
  top: 60px;
  left: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 30vw;
  line-height: 0.9;
  font-weight: 700;
  flex-wrap: wrap;
  color: #000; /* ----re-------------------- */
  z-index: -100;
  opacity: 0.03;
  word-wrap: break-word;
  word-break: break-all;
  width: 100%;
}
/* --@media-------------------- */
@media screen and (max-width: 1024px) {
  .catch-logo-box {
    padding: 4rem 0 0.75rem;
  }
  .catch-logo-1st {
    margin-top: 0.2rem;
    line-height: 0.85;
  }
  .catch-bk {
    position: absolute;
    top: 70px;
  }
}
@media screen and (max-width: 550px) {
  .catch-logo-box {
    padding: 4rem 0 0.5rem;
  }
  .catch-logo img {
    text-align: center;
    width: 30vw;
  }
  .catch-logo-1st {
    margin-top: 0.5rem;
    font-size: 20.0vw;
    font-weight: 700;
    line-height: 0.8;
  }
  .catch-logo-2nd {
    font-size: 10vw;
    font-weight: 700;
    line-height: 0.9rem;
    white-space: normal;
    padding-bottom: 0.5rem;
  }
}
/* --//@media-------------------- */
#category {
  background: #000000;
  color: #FFFFFF;
  padding: 2rem 0;
}
#category h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 11vw;
  line-height: 0.8;
  font-weight: 700;
  flex-wrap: wrap;
  word-wrap: break-word;
}
#category .category-wp-h3 h3 {
  padding-top: 20px;
  font-size: 8.0vw;
}
/* ----category h3 @sp<1280-------------------- */
@media screen and (max-width: 1024px) {
  #category {
    padding: 1.75rem 0;
  }
  #category h3 {
    font-size: 11vw;
  }
  #category .category-wp-h3 h3 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 550px) {
  #category h3 {
    font-size: 15vw;
    line-height: 0.85;
  }
  #category .category-wp-h3 h3 {
    font-size: 15vw;
  }
}
/* --//@media-------------------- */
.category-top {
  padding: 0 0 1.5rem 10%;
}
.category-top h3 {
  padding-top: 0.4rem;
}
.category-top dt {
  margin: 0;
  padding: 0 5vw 0.05rem 0;
}
.category-top-txt {
  color: #fff;
  font-size: 0.4rem;
  font-weight: 700;
  padding-top: 0;
  padding-right: 10%;
  letter-spacing: 0.01rem
}
.category-top-photo img {
  width: 100%;
}
/* --parallax_box-------------------- */
.anime_wrap {
  overflow: hidden;
}
.pattern4 img {
  opacity: 0;
  transform: scale(1.2);
  transition: .6s;
}
.pattern4.show img {
  opacity: 1;
  transform: scale(1);
}
/* --//parallax_box-------------------- */
.top-more {
  font-family: 'Roboto', sans-serif;
  font-size: 0.41rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 10px 0.1rem 0px 0.1rem;
  margin-top: 0.2rem;
  display: inline-block;
  outline: none;
}
.top-more a {
  text-decoration: none;
}
.top-more::before, .top-more::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.top-more::after {
  width: 0;
  background: #222;
}
.top-more:hover::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .category-top {
    padding: 0 0 1rem 10%;
  }
  .category-top h3 {
    padding-top: 0.2rem;
  }
  .category-top-txt {
    padding-top: 0rem;
    font-size: 0.26rem;
  }
  .top-more {
    font-size: 0.3rem;
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 550px) {
  .category-top {
    padding: 0 0 1.5rem 10%;
  }
  .category-top h3 {
    padding-top: 0.2rem;
  }
  .category-top-txt {
    font-size: 0.4rem !important;
    padding-top: 0.2rem;
    line-height: 1.5;
  }
  .category-top-photo img {
    width: 100vw;
    height: 250px;
    padding: 0.25rem 0;
  }
  .category-top-photo img {
    object-fit: cover;
  }
  .top-more {
    padding-top: 0.4rem;
    font-size: 0.5rem;
  }
  .category-wp-h3 .top-more {
    text-align: right;
  }
}
/* ----category-job-------------------- */
.category-job {
  width: 75vw;
  margin: 0 5vw 0 20vw;
  display: flex;
  align-items: center;
}
.category-job dd {
  width: 30vw;
}
.category-job dd img {
  width: 30vw;
  height: auto;
  max-width: 800px;
}
.category-job dt {
  width: 45vw;
  padding: 0 0 0 2.5vw;
  text-align: left;
  overflow: visible;
}
.category-job-txt {
  padding: 0.2rem 0 0rem;
  font-size: 0.26rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.005rem;
}
.category-job h3 {
  white-space: nowrap;
  font-size: 11vw !important;
}
.category-wp {
  width: 75vw;
  margin: 0 20vw 0 5vw;
  display: flex;
  align-items: center;
}
.category-wp dt {
  width: 45vw;
  padding-right: 2.5vw;
  /*  padding: 0 0.45rem 0 0;*/
  text-align: right;
  /*	
	
	overflow: visible;*/
}
.category-wp dd {
  width: 30vw;
}
.category-wp dd img {
  width: 30vw;
  height: auto;
  max-width: 800px;
}
.category-wp-txt {
  padding: 0.2rem 0 0rem;
  font-size: 0.26rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.005rem;
}
.category-wp h3 {
  white-space: nowrap;
  text-align: right !important;
  font-size: 11vw !important;
}
/* ----category @sp<920-------------------- */
@media screen and (max-width: 1024px) {
  .category-job {
    width: 80vw;
    margin: 0 10vw 0 10vw;
    display: flex;
    align-items: center;
  }
  .category-job dd {
    width: 40vw;
  }
  .category-job dd img {
    width: 40vw;
    height: auto;
    max-width: 800px;
  }
  .category-job dt {
    width: 40vw;
    padding: 0 0 0 3vw;
    text-align: left;
    overflow: visible;
  }
  .category-job-txt {
    padding: 0.3rem 0 0rem;
    font-size: 0.2rem;
  }
  .category-wp {
    width: 80vw;
    margin: 0 10vw 0 10vw;
    display: flex;
    align-items: center;
  }
  .category-wp dd {
    width: 40vw;
  }
  .category-wp dd img {
    width: 40vw;
    height: auto;
    max-width: 800px;
  }
  .category-wp dt {
    width: 40vw;
    padding: 0 3vw 0 0;
    text-align: right;
    overflow: visible;
  }
  .category-wp h3 {
    font-size: 10vw;
  }
  .category-wp-txt {
    padding: 0.2rem 0 0rem;
    font-size: 0.22rem;
  }
}
/* ----category-job-pd @sp<550-------------------- */
@media screen and (max-width: 550px) {
  .category-job {
    width: 80vw;
    margin: 0 10vw 0 10vw;
    display: flex;
    align-items: center;
    position: relative;
    height: 350px;
    margin-bottom: 1rem;
  }
  .category-job h3 {
    text-align: right;
    font-size: 14vw !important;
  }
  .category-job-sp dd {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80%;
    height: 350px;
  }
  .category-job dd img {
    width: 100%;
    object-fit: contain;
  }
  .photo-l {
    margin-bottom: 1.75rem;
  }
  .photo-l dd img {
    object-position: 0 100%
  }
  .category-job dt {
    position: absolute;
    z-index: 1;
    padding: 0 0rem;
    width: 60%;
    /*    bottom: 7px;*/
    bottom: 20px;
    right: 0;
  }
  .category-job-txt {
    font-size: 0.34rem;
    font-weight: 700;
    text-shadow: #000 1px 0 5px;
  }
}
@media screen and (max-width: 550px) {
  .category-wp {
    width: 80vw;
    margin: 0 10vw 1rem 10vw !important;
    display: flex;
    align-items: center;
    position: relative;
    height: 350px;
  }
  .category-wp h3 {
    /*    text-align: right;*/
    text-align: left !important;
    font-size: 14vw !important;
  }
  .category-wp dd {
    position: absolute;
    top: 0px;
    right: 0px !important; /*---right: 0px-------------*/
    width: 80%;
    height: 350px;
  }
  .category-wp dd img {
    width: 100%;
    object-fit: contain;
  }
  .photo-r {
    margin-bottom: 1.75rem;
  }
  .photo-r dd img {
    width: 100%;
    object-position: 100% 100% !important;
  }
  .category-wp dt {
    position: absolute;
    z-index: 1;
    padding: 0 0rem;
    width: 60%;
    left: 0;
    /*    bottom: 7px;*/
    bottom: 20px;
    text-align: left !important;
  }
  .category-wp-txt {
    font-size: 0.34rem;
    font-weight: 700;
    text-shadow: #000 0px 0 10px;
    text-align: left !important;
  }
  .top-more-r {
    text-align: right;
  }
  .category-wp-h3 .top-more {
    text-align: left;
  }
}
/* ----category-info-------------------- */
.category-info {
  padding: 1.5rem 10% 0 0;
}
.category-info h3 {
  padding-top: 0.4rem;
  font-size: 11vw !important;
}
.category-info dt {
  margin: 0;
  padding: 0 0 0 5%;
}
.category-info-photo img {
  width: 100%;
}
.category-info-txt {
  color: #fff;
  font-size: 0.28rem;
  font-weight: 700;
  padding: 0.1rem 5% 0;
  letter-spacing: 0.01rem;
}
.p-left {
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  .category-info {
    padding: 1rem 10% 0 0;
  }
  .category-info h3 {
    padding-top: 0.3rem;
  }
  .category-info dt {
    margin: 0;
    padding: 0 0 0 10%;
  }
  .category-info-txt {
    padding: 0rem 0 0 10%;
    font-size: 0.2rem;
  }
  .top-info {
    font-size: 0.3rem;
    padding-top: 0.2rem;
  }
  .p-left {
    margin-left: 10%
  }
}
@media screen and (max-width: 550px) {
  .category-info {
    padding: 0.5rem 10% 0 0;
  }
  .category-info h3 {
    padding-top: 0.2rem;
    font-size: 14vw !important;
  }
  .category-info-txt {
    font-size: 0.34rem !important;
    padding-top: 0.3rem;
    line-height: 1.5;
    width: 95vw;
  }
  .category-info-photo img {
    /*    width: 100vw;
    height: 350px;
    padding: 0.25rem 0;*/
    width: 100vw;
    height: 250px;
    padding: 0.25rem 0;
  }
  .category-info-photo img {
    object-fit: cover;
  }
}
/* ----Instagram-info-------------------- */
#instagram {
  padding: 2rem 10%;
  position: relative;
  margin: 0 auto;
}
#instagram h3 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  /*  font-size: 1.5rem;*/
  font-size: 9vw;
  line-height: 0.9;
  font-weight: 700;
  flex-wrap: wrap;
}
.inst-txt dd {
  margin: 0 auto;
  padding: 0.75rem 0 1.75rem;
  font-size: 0.28rem;
  text-align: left;
  font-weight: 500;
  width: 60%;
  letter-spacing: 0.025rem;
}
.inst-list {
  margin: 0 auto;
  width: 90%;
}
.inst-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.inst-list ul li {
  width: 32%;
  padding-bottom: 0.26rem;
  position: relative;
}
.inst-list-txt {
  position: absolute;
  height: 25px;
  top: 0.2rem;
  left: 0.2rem;
  font-size: 0.2rem;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  /*  opacity: 0.9;*/
  letter-spacing: 0.005rem;
}
.inst-list-txt img {
  width: 20px !important;
  height: auto;
  margin-right: 8px;
}
.inst-list ul li img {
  width: 100%;
}
.inst-bk {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 30vw;
  line-height: 0.9;
  font-weight: 700;
  flex-wrap: wrap;
  color: #000;
  opacity: 0.03;
  z-index: -100;
  word-wrap: break-word;
  word-break: break-all;
  width: 100%;
}
/* ----zoomIn-------------------- */
.mask img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.mask img:hover {
  transform: scale(1.1);
}
.mask {
  display: block;
  line-height: 0;
  overflow: hidden;
}
/* ----category @sp<550-------------------- */
@media screen and (max-width: 1024px) {
  #instagram {
    padding: 1rem 5%;
  }
  #instagram h3 {
    font-size: 11vw !important;
    line-height: 0.9;
  }
  .inst-txt dd {
    margin: 0 auto;
    padding: 0.75rem 0 1rem;
    font-size: 0.22rem;
    text-align: left;
    font-weight: 500;
    width: 60%;
  }
  .inst-list {
    margin: 0 auto;
    width: 80%;
  }
  .inst-list ul li {
    width: 48%;
  }
  .inst-bk {
    font-size: 32vw;
  }
}
/* ----category h3 @sp<920-------------------- */
@media screen and (max-width: 550px) {
  #instagram h3 {
    font-size: 15vw !important;
    line-height: 0.9;
  }
  .inst-list {
    margin: 0 auto;
    width: 100%;
  }
  .inst-list-txt {
    font-size: 0.3rem;
  }
  .inst-list-txt img {
    width: 16px !important;
    height: auto;
    margin-right: 6px;
  }
  .inst-txt dd {
    margin: 0 auto;
    padding: 0.75rem 0 1.25rem;
    text-align: left;
    font-weight: 500;
    width: 90%;
    font-size: 0.34rem;
  }
}
/* ---fadeUp-------------------- */
.inst-box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}