@charset "UTF-8";

body {
  opacity: 0;
  animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*============================
	kv  
============================*/
.kv {
  margin-top: 52px;
}

.kv__img {
  width: 100%;
}

.kv__img img {
  object-fit: cover;
  max-height: 100vh;
}

.kv__logo {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  max-width: 410px;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: block;
}

.kv__logo img {
  display: block;
  opacity: 0;
  animation: copyAnime 1s .5s ease-out forwards;
}

.kv__copy01 {
  position: absolute;
  width: 24%;
  top: 57%;
  left: 20%;
  max-width: 238px;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: block;
}

.kv__copy01 img {
  display: block;
  opacity: 0;
  animation: copyAnime 1s 1s ease-out forwards;
}

.kv__copy02 {
  position: absolute;
  width: 20%;
  top: 50%;
  left: 80%;
  max-width: 98px;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: block;
}

.kv__copy02 img {
  display: block;
  opacity: 0;
  animation: copyAnime 1s 1s ease-out forwards;
}

.kv__scroll {
  display: none;
}

@keyframes copyAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* swiper */

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
  animation: zoom-out 10s linear 0s 1 normal both;
}

@keyframes zoom-out {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


.kv .swiper-pagination {
  left: 2% !important;
  bottom: 5%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.kv .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  z-index: 99;
  background: #fff;
  border-radius: 50% !important;
  margin: 0 10px !important;
  opacity: 1;

}

.kv .swiper-pagination-bullet-active {
  opacity: 1;
  background: #019fe8;
}


@media screen and (min-width:768px) {
  .kv {
    margin-top: 62px;
  }

  .kv__img {
    width: 50%;
  }

  .kv__logo {
    width: 21.35%;
    top: 50%;
    left: 50%;
  }

  .kv__copy01 {
    width: 12.39%;
    top: 57%;
    left: 32%;
  }


  .kv__copy02 {
    width: 10%;
    top: 50%;
    left: 70%;
  }
}

@media screen and (min-width:1025px) {
  .kv {
    margin-top: 0;
    margin-bottom: 140px;
  }

  .kv__img {
    width: 50%;
  }

  .kv__img img {
    height: 760px;
    object-fit: cover;
    max-height: none;
  }

  .kv__logo {
    width: 21.35%;
    top: 50%;
    left: 50%;
  }

  .kv__copy01 {
    width: 12.39%;
    top: 57%;
    left: 32%;
  }

  .kv__copy02 {
    width: 20%;
    max-width: 130px;
    top: 50%;
    left: 68%;

  }
}

/*============================
  about
============================*/
.about {
  padding: 60px 0;
  background: url(../images/about_bg.png) no-repeat center center/contain;
}

.about__ttl {
  font-size: 3rem;
  line-height: 1.2;
}

.about__h3 {
  font-size: 2rem;
  color: #fff;
}

.about__txt {
  color: #fff;
}

.about__btn {
  position: relative;
  z-index: 1;
}

.about__btn:first-child {
  margin-bottom: 15px;
}

@media screen and (min-width:768px) {
  .about {
    padding: 80px 0;
    background: url(../images/about_bg.png) no-repeat center center/cover;
  }

  .about__txtwrap {
    max-width: 720px;
    margin: 0 0 0 auto;
    width: 65%;
  }

  .about__ttl {
    font-size: 4rem;

  }

  .about__h3 {
    font-size: 3rem;
  }

  .about__btn:first-child {
    margin-right: 3%;
  }

  .about__btn:first-child {
    margin-bottom: 10px;
  }
}

@media screen and (min-width:1025px) {
  .about {
    padding: 120px 0;
  }

  .about__txtwrap {
    max-width: 720px;
    margin: 0 0 0 auto;
    width: 75%;
  }

  .about__ttl {
    font-size: min(7rem, 5vw);
    letter-spacing: 0;
    white-space: nowrap;

  }

  .about__h3 {
    font-size: 4.4rem;
  }

  .about__btn:first-child {
    margin-right: 3%;
  }

  .about__btn:first-child {
    margin-bottom: 10px;
  }
}

/*============================
  history
============================*/
.history {
  padding: 50px 0 100px;
}

.history::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 200px;
  background: #1f140b;
  top: 0;
  left: 0;
}

.history::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(../images/history_bg.jpg) no-repeat center center/cover;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.his__food {
  max-width: 746px;
  width: 38.85%;
  right: 0;
  top: 0;
  transform: translate(0, -50%);
}

.his__food .circle {
  position: absolute;
  max-width: 554px;
  width: 74.26%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  opacity: .2;
}

.his__food .food {
  position: relative;
}

.his__flex {
  display: flex;
}

.his__ttlwrap {
  width: 80px;
}

.his__right {
  width: calc(100% - 80px);
  padding: 0 0 0 2%;
}

.his__ttl {
  font-size: 2rem;
  color: #fff;
  position: relative;
  line-height: 80px;
  margin-bottom: 10px;
}

.his__h3 {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  padding: 1em 1em 0 0;
  line-height: 1.6;
}

.his__btn {
  width: 80px;
}

.his__img {
  position: relative;
  z-index: 1;
}

@media screen and (min-width:768px) {
  .history {
    padding: 30px 0 0;
  }

  .history::before {
    width: 95%;
    height: 350px;
  }

  .history::after {
    width: 100%;
    height: 70%;
    bottom: 10px;
  }

  .his__food {
    width: 38.85%;
    right: 0;
    top: 0;
  }

  .his__food .circle {
    width: 74.26%;
    top: 80%;
    left: 50%;
  }

  .his__flex {
    display: flex;
  }

  .his__ttlwrap {
    width: 140px;
  }

  .his__right {
    width: calc(100% - 140px);
    padding: 0 0 0 5%;
  }

  .his__ttl {
    font-size: 4rem;
    line-height: 140px;
    margin-bottom: 30px;
  }

  .his__h3 {
    font-size: 2.5rem;
    padding: 2em 1em 0 0;
  }

  .his__btn {
    width: 140px;
  }

  .his__img {
    max-width: 964px;
  }
}

@media screen and (min-width:1025px) {
  .history {
    padding: 50px 0 0;
  }

  .history::before {
    width: 95%;
    height: 520px;
    top: 0;
    left: 0;
  }

  .history::after {
    width: 100%;
    height: 70%;
    bottom: 20px;
    left: 0;
  }

  .his__food {
    width: 38.85%;
    right: 0;
    top: 0;
  }

  .his__food .circle {
    width: 74.26%;
    top: 80%;
    left: 50%;
  }

  .his__ttlwrap {
    width: 200px;
  }

  .his__right {
    width: calc(100% - 200px);
    padding: 0 0 0 5%;
  }

  .his__ttl {
    font-size: 8rem;
    line-height: 200px;
    margin-bottom: 30px;
  }

  .his__h3 {
    font-size: 3.6rem;
    padding: 2em 1em 0 0;
  }

  .his__btn {
    width: 200px;
  }

  .his__img {
    max-width: 964px;
  }
}

/*============================
  recruit
============================*/
.recruit {
  padding: 60px 0;
  margin-top: -20px;
  background: #fcc900;
}

.recruit::before {
  content: "";
  position: absolute;
  width: 73%;
  height: 80%;
  background: #790102;
  top: 0;
  right: 0;
}

.rec__cp01 {
  max-width: 207px;
  width: 10.78%;
  top: 60px;
  left: 1%;
  mix-blend-mode: soft-light;
}

.rec__cp02 {
  max-width: 209px;
  width: 10.88%;
  top: 60px;
  right: 1%;
  mix-blend-mode: soft-light;
}

.rec__atcwrap {
  margin-bottom: 30px;
}

.rec__ttl {
  color: #fff;
  font-size: 2.2rem;
  width: fit-content;
  margin: 0 10% 0 auto;
  position: relative;
  line-height: 1.2;
}

.rec__atc {
  margin-top: -20px;
}

.rec__img img {
  width: auto;
  transform: scale(.75);
  transform-origin: left bottom;

}

.rec__atc:nth-child(even) .rec__img img {
  transform-origin: right bottom;
}

.rec__box {
  background: #fff;
  width: 90%;
  margin: -20px 0 0 auto;
  padding: 20px 5%;
}

.rec__atc:nth-child(even) .rec__box {
  margin: -20px auto 0 0;
}

.rec__h3 {
  font-size: 1.8rem;
  padding-bottom: .1em;
  border-bottom: double 3px #111;
  margin-bottom: .25em;
  line-height: 1.6;
}

.rec__txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.rec__link img {
  width: 40px;
  vertical-align: middle;
  margin-right: .5em;
}

.rec__link a {
  text-decoration: underline;
}

.rec__link p {
  display: inline-block;
  line-height: 1;
}

.rec__btn:first-child {
  margin-bottom: 10px;
}

.rec__btn a {
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  .recruit {
    padding: 80px 0;
    margin-top: -20px;
  }

  .recruit::before {
    width: 73%;
    height: 75%;
    top: 0;
    right: 0;
  }

  .rec__cp01 {
    width: 10.78%;
    top: 80px;
    left: 1%
  }

  .rec__cp02 {
    width: 10.88%;
    top: 80px;
    right: 1%;
  }

  .rec__atcwrap {
    margin-bottom: 30px;
  }

  .rec__ttl {
    font-size: 3.4rem;
    margin: 0 15% 80px auto;
  }

  .rec__atc {
    margin: 0 auto 100px;
    position: relative;
    max-width: 700px;

  }

  .rec__img img {
    transform: scale(.5);
    transform-origin: left bottom;

  }

  .rec__atc:nth-child(1) .rec__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);


  }

  .rec__atc:nth-child(1) .rec__img img {
    transform-origin: left center;
  }

  .rec__atc:nth-child(2) .rec__img {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);


  }

  .rec__atc:nth-child(2) .rec__img img {
    transform-origin: right center;
  }

  .rec__atc:nth-child(3) .rec__img {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .rec__atc:nth-child(3) .rec__img img {
    transform-origin: left bottom;
  }

  .rec__box {
    width: 80%;
    max-width: 804px;
    margin: 0 0 0 auto;
    padding: 20px 3% 20px 35%;
  }

  .rec__atc:nth-child(even) .rec__box {
    margin: 0 auto 0 0;
    padding: 20px 35% 20px 3%;
  }

  .rec__h3 {
    font-size: 2rem;
    padding-bottom: .1em;
    border-bottom: double 3px #111;
    margin-bottom: .25em;
  }

  .rec__txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .rec__link img {
    width: 40px;
    vertical-align: middle;
    margin-right: .5em;
  }

  .rec__link a {
    text-decoration: underline;
  }

  .rec__btn:first-child {
    margin-bottom: 10px;
  }

  .rec__btn {
    margin: 0 2%;
  }

  .rec__btn a {
    margin: 0 auto;
  }

}

@media screen and (min-width:1025px) {
  .recruit {
    padding: 180px 0 100px;
    margin-top: -20px;
  }

  .recruit::before {
    width: 73%;
    height: 75%;
    top: 0;
    right: 0;
  }

  .rec__cp01 {
    width: 10.78%;
    top: 80px;
    left: 1.5%
  }

  .rec__cp02 {
    width: 10.88%;
    top: 80px;
    right: 1.5%;
  }

  .rec__atcwrap {
    margin-bottom: 130px;
  }

  .rec__ttl {
    font-size: min(9rem, 6vw);
    margin: 0 10% 150px auto;
  }

  .rec__atcwrap {
    max-width: 1400px;
    margin: 0 auto;
  }

  .rec__atc {
    width: 80%;
    margin: 0 0 130px auto;
    position: relative;
    /* max-width: 1400px; */
    max-width: 905px;

  }

  .rec__atc:nth-child(even) {
    margin: 0 auto 130px 0;
  }

  .rec__atc:last-child {
    margin-bottom: 80px;
  }

  .rec__img img {
    transform: scale(1);
  }

  .rec__atc:nth-child(1) .rec__img {
    top: 50%;
    left: -20%;
    transform: translate(-50%, -50%);
    max-width: 772px;
    width: 85.3%;
  }


  .rec__atc:nth-child(2) .rec__img {
    top: 50%;
    right: auto;
    left: 100%;
    transform: translate(-50%, -50%);
    max-width: 527px;
    width: 58.23%;

  }


  .rec__atc:nth-child(3) .rec__img {
    bottom: 0;
    left: -40%;
    max-width: 628px;
    width: 69.39%;
    transform: translate(-50%, );
  }


  .rec__box {
    width: 100%;
    max-width: none;
    min-height: 330px;
    margin: 0 0 0 auto;
    padding: 40px 3% 30px 30%;
  }

  .rec__atc:nth-child(even) .rec__box {
    margin: 0 auto 0 0;
    padding: 40px 20% 30px 3%;
  }

  .rec__h3 {
    font-size: 4rem;
    padding-bottom: .1em;
    border-bottom: double 3px #111;
    margin-bottom: .25em;
    width: fit-content;
  }

  .rec__txt {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .rec__link img {
    width: 52px;
    vertical-align: middle;
    margin-right: .5em;
  }

  .rec__link a {
    font-size: 2rem;
  }

  .rec__btn:first-child {
    margin-bottom: 0;
  }

  .rec__btn {
    margin: 0 2%;
  }

}

/*============================
  info
============================*/
.info__box {
  padding: 60px 5% 60px 0;
  position: relative;
}

.info__box::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: url(../images/bg_info.jpg) no-repeat center center/cover;
  top: 0;
  right: 0;
}

.info__txtwrap {
  position: relative;
  margin-bottom: 30px;
}

.info__imgwrap {
  position: relative;
}

.info__ttl {
  max-width: 300px;
  margin: 0 auto 20px;
  width: 60%;
}

.info__ul {
  color: #fff;
}

.info__ul--li {
  display: flex;
  margin-bottom: .5em;
}

.info__ul--ttl {
  width: 5em;
}

.info__ul--txt {
  width: calc(100% - 5em);
  padding-left: .5em;
  text-indent: -.5em;
}

.info__btn a {
  margin: 0 auto;
}

.info__btn:first-child {
  margin-bottom: 15px;
}

.info__img {
  max-width: 540px;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  .info__box {
    padding: 80px 5% 80px 0;
  }

  .info__box::before {
    width: 120%;
    height: 100%;
    top: 0;
    right: 0;
  }

  .info__txtwrap {
    width: 45%;
    margin-bottom: 0;
  }

  .info__imgwrap {
    width: 50%;
    position: relative;
  }

  .info__ttl {
    max-width: 300px;
    margin: 0 auto 20px 0;
    width: 80%;
  }


  .info__ul--li {
    display: flex;
    margin-bottom: .5em;
  }

  .info__ul--ttl {
    width: 5em;
  }

  .info__ul--txt {
    width: calc(100% - 5em);
  }

  .info__btn a {
    margin: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 1.4rem;
  }

  .info__btn .txt {
    line-height: 50px;
  }

  .info__btn:first-child {
    margin: 0 10px 10px 0;
  }

  .info__img {
    max-width: 540px;
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width:1025px) {
  .info__box {
    padding: 180px 3% 100px;
  }

  .info__box::before {
    width: 150%;
    max-width: 1666px;
    height: 100%;
    top: 0;
    right: 0;
  }

  .info__flex {
    max-width: 1100px;
    margin: 0 auto;
  }

  .info__txtwrap {
    width: 45%;
  }

  .info__imgwrap {
    width: 50%;
  }

  .info__ttl {
    max-width: 300px;
    margin: 0 auto 50px 0;
    width: 90%;
  }


  .info__ul--li {
    display: flex;
    margin-bottom: .5em;
  }

  .info__ul--ttl {
    width: 5em;
  }

  .info__ul--txt {
    width: calc(100% - 5em);
  }

  .info__btn a {
    margin: 0;
    width: 218px;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    font-size: 1.6rem;
  }

  .info__btn .txt {
    line-height: 66px;
  }

  .info__btn img {
    width: 44px;
  }

  .info__btn:first-child {
    margin: 0 5% 10px 0;
  }

  .info__img {
    max-width: 540px;
    margin: 0 auto 0 0;
  }
}

/*============================
  news
============================*/
.news {
  padding: 60px 0;
  color: #fff;
}

.news::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/news_bg.png);
}

.news__ttl {
  writing-mode: unset;
  font-size: 2rem;
  margin-bottom: 30px;
}

.news__atc {
  margin-bottom: 20px;

}

.news__atc a {
  color: #fff;
}

.news__info {
  margin-bottom: .5em;
}

.news__data {
  margin-right: 1em;

}

.news__cat {
  border: solid 1px #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 .5em;
  text-align: center;
}

.news__atc--ttl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news__link {
  text-align: right;
}

.news__link a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width:768px) {
  .news {
    padding: 60px 0;
  }

  .news::before {
    height: calc(100% + 100px);
    bottom: 0;
    left: 0;
  }

  .news__left {
    width: 20%;
  }

  .news__right {
    width: 80%;
  }

  .news__ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3rem;
    margin-bottom: 0;
  }

  .news__atc {
    margin-bottom: 20px;

  }

  .news__info {
    width: 200px;
    margin-bottom: .5em;
  }

  .news__data {
    margin-right: 1em;

  }

  .news__cat {
    font-size: 1.2rem;
    min-width: 65px;
  }

  .news__atc--ttl {
    width: calc(100% - 200px);

  }

}

@media screen and (min-width:1025px) {
  .news {
    padding: 80px 0;
  }

  .news::before {
    height: calc(100% + 450px);
    bottom: 0;
    left: 0;
  }

  .news__left {
    width: 15%;
  }

  .news__right {
    width: 80%;
  }

  .news__ttl {
    font-size: 5.2rem;

  }

  .news__atc {
    margin-bottom: 20px;

  }

  .news__info {
    width: 220px;
    margin-bottom: .5em;
  }

  .news__data {
    margin-right: 1em;

  }

  .news__cat {
    font-size: 1.4rem;
    min-width: 67px;
    letter-spacing: 0;
  }

  .news__atc--ttl {
    width: calc(100% - 220px);

  }
}


.top-movie {
  margin-bottom: 80px;
}

.top-movie__ttl02 {
  position: relative;
  line-height: 1;
  letter-spacing: .04em;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-top: 40px;
  background: url(../images/btn_ico.png) no-repeat top center;
}

.top-movie__ttl02 .font-min {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.top-movie iframe {
  width: 800px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  position: relative;
  margin: 0 auto;
  display: block;
}

  @media screen and (min-width: 768px) {
    .top-movie {
        margin-bottom: 120px;
        margin-top: -80px;
      }

    .top-movie__ttl02 .font-min {
        font-size: 24px;
      }
    
      .top-movie__ttl02 .font-min br {
        display: none;
      }
  }

  @media screen and (min-width: 1180px) {
    .top-movie__ttl02 .font-min {
        font-size: 35px;
      }
  }

.kv .kv__copy01_ver2 {
  position: absolute;
  width: 100%;
  top: 57%;
  left: 20%;
  max-width: 150px;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: block;
}

.kv__copy01_ver2 img {
  display: block;
  opacity: 0;
  animation: copyAnime 1s 1s ease-out forwards;
}

@media screen and (min-width: 768px) {
  .kv .kv__copy01_ver2 {
    left: 31%;
  }
}

@media screen and (min-width: 1025px) {
  .kv .kv__copy01_ver2 {
    top: 72%;
    left: 32%;
    width: 100%;
    max-width: 380px;
  }
}