@charset "UTF-8";
/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
/* メインビジュアル 
----- page/top-page/_mv ----- */
.tp-mv {
  height: 90vh;
}

.tp-mv_flex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tp-mv_flex {
    display: block;
  }
}

/* --- 回転用のアニメーションを定義 --- */
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tp-mv_img {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .tp-mv_img {
    width: 100%;
  }
}
.tp-mv_img::before {
  content: "";
  position: absolute;
  bottom: -500px;
  right: -200px;
  z-index: -1;
  background: url(../img/index/tp-arisu-01.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 760px;
  height: auto;
  aspect-ratio: 1/1;
  animation: rotateCircle 80s linear infinite;
}
@media screen and (max-width: 768px) {
  .tp-mv_img::before {
    bottom: -300px;
    right: -120px;
    width: 500px;
  }
}

.tp-mv_catch {
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
}
.tp-mv_catch h1 {
  display: block;
  font-size: 5rem;
  color: #2B2B2B;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1120px) {
  .tp-mv_catch h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .tp-mv_catch h1 {
    font-size: 3.2rem;
  }
}
.tp-mv_catch p {
  font-size: 2.5rem;
  color: #7D4D1D;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1120px) {
  .tp-mv_catch p {
    font-size: 2rem;
  }
}

.tp-mv_brand {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", sans-serif;
}
.tp-mv_brand p {
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.2em;
}
.tp-mv_brand p span {
  color: #8DC320;
}

.tp-about {
  margin-top: 500px;
  position: relative;
}
.tp-about::before {
  content: "";
  position: absolute;
  top: -300px;
  left: -100px;
  z-index: 0;
  background: url(../img/index/tp-arisu-02.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 540px;
  height: auto;
  aspect-ratio: 1/1;
  animation: rotateCircle 80s linear infinite;
}
@media screen and (max-width: 768px) {
  .tp-about::before {
    top: -150px;
    left: -50px;
    width: 300px;
  }
}

.tp-ttl-h2 {
  position: relative;
  font-size: 1.8rem;
  display: inline-block;
  padding-left: 50px;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
}
.tp-ttl-h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background: url(../img/index/tp-ttl-h2-deco.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.tp-ttl-h2__center {
  position: relative;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
}
.tp-ttl-h2__center::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 30px;
  background: url(../img/index/tp-ttl-h2-deco.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.tp-about_ttl {
  font-size: 3.4rem;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-weight: 700;
  color: #7D4D1D;
  letter-spacing: 0.05em;
}

.tp-about_txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

.tp-about_bg {
  position: relative;
}
.tp-about_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}
.tp-about_bg img {
  width: 100%;
}

.tp-product .u-contents {
  padding: 0;
}

.tp-product_slide {
  position: relative;
  padding: 0;
}
.tp-product_slide .tp-product_slide__item {
  margin: 0 10px;
  text-align: center;
  transform: scale(0.65);
  transition: all 0.4s ease;
}
.tp-product_slide .tp-product_slide__item figure {
  position: relative;
  margin-bottom: 15px;
  outline: none;
}
.tp-product_slide .tp-product_slide__item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s ease;
  pointer-events: none;
}
.tp-product_slide .tp-product_slide__item figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tp-product_slide .tp-product_slide__item h3,
.tp-product_slide .tp-product_slide__item p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.tp-product_slide .tp-product_slide__item h3 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  margin-bottom: 5px;
  color: #7D4D1D;
  margin-top: 60px;
}
.tp-product_slide .tp-product_slide__item p {
  font-size: 1.6rem;
  color: #666;
}
.tp-product_slide .tp-product_slide__item.slick-center {
  transform: scale(1);
}
.tp-product_slide .tp-product_slide__item.slick-center figure::after {
  background-color: transparent;
}
.tp-product_slide .tp-product_slide__item.slick-center h3,
.tp-product_slide .tp-product_slide__item.slick-center p {
  opacity: 1;
  visibility: visible;
}
.tp-product_slide .slick-prev,
.tp-product_slide .slick-next {
  position: absolute;
  top: auto;
  transform: none;
  bottom: 25px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #7D4D1D;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.tp-product_slide .slick-prev::before,
.tp-product_slide .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7D4D1D;
  border-right: 2px solid #7D4D1D;
}
.tp-product_slide .slick-prev {
  left: 50%;
  margin-left: -150px;
}
.tp-product_slide .slick-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.tp-product_slide .slick-next {
  right: 50%;
  margin-right: -150px;
}
.tp-product_slide .slick-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.tp-ttl-deco {
  font-size: 7rem;
  font-weight: 100;
  letter-spacing: 0.2em;
  display: inline-block;
  color: #666;
}
@media screen and (max-width: 768px) {
  .tp-ttl-deco {
    font-size: 5rem;
  }
}
.tp-ttl-deco span {
  color: #8DC320;
}

.tp-product .u-contents {
  position: relative;
}
.tp-product .u-contents .tp-ttl-deco {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-70%) rotate(90deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tp-product .u-contents .tp-ttl-deco {
    left: -80px;
    top: 40%;
  }
}
.tp-product .u-contents .tp-ttl-h2 {
  margin-left: 20px;
}

.tp-company-copy h4 {
  font-size: 3.4rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  color: #7D4D1D;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-company-copy h4 {
    font-size: 2.2rem;
  }
}

.tp-company-txt {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

.tp-company-data__item {
  border: 1px solid #8DC320;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tp-company-data__item {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 1120px) {
  .tp-company-data__item__ttl {
    width: 100%;
  }
}
.tp-company-data__item__ttl h4 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  color: #666;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .tp-company-data__item__ttl h4 {
    font-size: 1.8rem;
  }
}
.tp-company-data__item__ttl p {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tp-company-data__item__ttl p {
    font-size: 1.2rem;
  }
}
.tp-company-data__item__info {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-company-data__item__info {
    margin: unset;
    width: 100%;
  }
}
.tp-company-data__item__info p {
  font-size: 6rem;
  color: #8DC320;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .tp-company-data__item__info p {
    font-size: 2.5rem;
  }
}
.tp-company-data__item__info p .data_year {
  font-size: 1.8rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .tp-company-data__item__info p .data_year {
    font-size: 1.1rem;
  }
}
.tp-company-data__item__info p.tp-company-data__en {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: right;
  color: #666;
}
@media screen and (max-width: 768px) {
  .tp-company-data__item__info p.tp-company-data__en {
    font-size: 1.3rem;
  }
}

.tp-news {
  position: relative;
}
.tp-news::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  width: 200px;
  height: 270px;
  z-index: -1;
  background: url(../img/index/tp-news-deco-right.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .tp-news::before {
    top: -50px;
    width: 150px;
    height: 200px;
  }
}
.tp-news::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 200px;
  height: 260px;
  z-index: -1;
  background: url(../img/index/tp-news-deco-left.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .tp-news::after {
    bottom: -50px;
    width: 150px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .news_item {
    display: flex;
    gap: 15px;
  }
}
.news_item:hover figure::before {
  transform: translateX(5px) rotate(45deg);
}
.news_item:hover img {
  transform: scale(1.05);
}
.news_item figure {
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_item figure {
    width: 30%;
    flex-shrink: 0;
  }
}
.news_item figure .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.news_item figure img {
  transition: all 0.4s ease;
  display: block;
  width: 100%;
}
.news_item figure::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 5px;
  width: 50px;
  height: 50px;
  border: 1px solid #805028;
  border-radius: 50%;
  background-color: rgba(128, 80, 40, 0.6);
  backdrop-filter: blur(4px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news_item figure::after {
    display: none;
  }
}
.news_item figure::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 27px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
  pointer-events: none;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .news_item figure::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news_item_info {
    flex: 1;
    min-width: 0;
  }
}
.news_item time {
  color: #7D4D1D;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_item time {
    margin-top: unset;
    display: inline-block;
    margin-right: 10px;
  }
}
.news_item_cate {
  font-size: 1.3rem;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 100px;
  background-color: #AF9A89;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .news_item_cate {
    font-size: 1.1rem;
    margin-top: unset;
    padding: 2px 15px;
  }
}
.news_item h4 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: #7D4D1D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news_item h4 {
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.contact-contents {
  padding: 0 20px;
}
.contact-contents .u-contents {
  padding: unset;
}

.contact-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact-flex {
    flex-direction: column;
    gap: 0;
  }
}

.contact-left {
  width: 50%;
  padding: 60px 0 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-left {
    width: 100%;
    padding: 60px 20px;
  }
}
.contact-left h3 {
  font-size: 3rem;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #7D4D1D;
}
@media screen and (max-width: 768px) {
  .contact-left h3 {
    font-size: 2.2rem;
  }
}
.contact-left .contact-btn-flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact-left .contact-btn-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.contact-left .contact-btn-flex .c-btn,
.contact-left .contact-btn-flex .c-btn__03 {
  font-size: 1.4rem;
}

.contact-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact-right {
    width: 100%;
  }
}
.contact-right figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 100%;
}
.contact-right figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-right figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
}
@media screen and (max-width: 768px) {
  .contact-right figure::after {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  }
}

.movie_contents {
  border-radius: 20px;
  overflow: hidden;
  -webkit-prepend-transform: translateZ(0);
  transform: translateZ(0);
}
.movie_contents__company {
  display: block;
  margin-left: auto;
}/*# sourceMappingURL=index.css.map */