@charset "UTF-8";

.header .item.nav_home a {
  color: var(--color2);
}
.header .item.nav_home a:after {
  transform: scale(1, 1);
}
.nav_item.nav_home a {
  color: var(--color2);
}
.footer .childbox .item.nav_home a::after {
  transform: scale(1, 1);
}

/* ローディングアニメーション */
/* .logo_container {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background: #c7c7c7;
  -webkit-transition: 0.9s cubic-bezier(.17,.67,.83,.67);
  -o-transition: 0.9s cubic-bezier(.17,.67,.83,.67);
  transition: 0.9s cubic-bezier(.17,.67,.83,.67);
  z-index: 10;
}
.logo_container.on {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.logo_container.off {
  display: none;
}
.logo_fadein {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.logo_fadein .pict {
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  margin: 0;
  z-index: 12;
}
.logo_fadein .inn {
  max-width: 630px;
  max-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logo_fadein .inn img {
  width: 105%;
} */

/* ファーストビュー */
.fv {
  position: relative;
}
.fv .pict {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.fv .slideritem img {
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
}
.add-animation {
  animation: zoomUp 20s linear 0s normal both;
}
@media screen and (max-width:768px) {
  .fv .slideritem img {
    height: calc(100vh - 60px);
  }
}

/* トップバナー */
.topbnr .sectitle {
  margin-bottom: 40px;
}
.topbnr .sectitle::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: var(--color2);
  display: block;
  margin-top: 20px;
}
.topbnr .list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.topbnr .item {
  width: 48%;
  box-sizing: border-box;
}
.topbnr .sublist {
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .topbnr .list {
    gap: 20px;
  }
  .topbnr .item {
    width: 100%;
  }
  .topbnr .sublist {
    margin-top: 20px;
  }
}

/* ニュース */
.news .list {
  flex-wrap: wrap;
  gap: 15px;
}
.news .item {
  width: 100%;
  text-align: justify;
  box-sizing: border-box;
}
.news .item .data {
  width: 180px;
  min-width: 180px;
  box-sizing: border-box;
}
.news .item .txt {
  width: 100%;
  box-sizing: border-box;
}
.news .item .txt a {
  display: inline-block;
}
.news .item .txt a:hover {
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  .news .item {
    font-size: 14px;
  }
  .news .item .data {
    width: 130px;
    min-width: 130px;
  }
}

/* トップスライダー */
.sliderarea .list .slick-slide {
  margin: 0 10px;
}

/* アバウト */
.about .boxA {
  padding-bottom: 200px;
}
.about .boxA .flex_inn {
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
.about .boxA .pict,
.about .boxA .childbox {
  width: 46%;
  box-sizing: border-box;
}
.about .box .childbox .txt_en {
  font-size: 20px;
}
.about .box .childbox .sub {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.about .box .childbox .txt {
  font-size: 18px;
  text-align: justify;
  line-height: 2;
}
.about .boxB {
  background-color: var(--color5);
  background-image: url(../img/common/icon_pattern_wh.svg);
  padding-top: 150px;
  padding-bottom: 200px;
}
.about .boxB .inn {
  width: calc(((100vw - 1200px)/2) + 1200px);
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
}
.about .boxB .pict,
.about .boxB .childbox {
  width: 46%;
  box-sizing: border-box;
}
.about .boxB .pict img {
  width: 100%;
}
.about .boxB .list {
  margin-top: 80px;
}
.about .boxB .item {
  align-items: baseline;
  margin-bottom: 15px;
}
.about .boxB .item:last-child {
  margin-bottom: 0;
}
.about .boxB .item .item_title {
  width: 100px;
  min-width: 100px;
  box-sizing: border-box;
}
.about .boxB .item .item_txt {
  width: 100%;
  box-sizing: border-box;
}
.about .boxB .item .item_txt a {
  text-decoration: underline;
}
.about .boxB .item .item_txt span {
  margin-left: 20px;
}
.about .boxC {
  padding-top: 150px;
  padding-bottom: 200px;
}
.about .boxC .inn {
  width: calc(((100vw - 1200px)/2) + 1200px);
  align-items: flex-start;
  justify-content: space-between;
}
.about .boxC .pict,
.about .boxC .childbox {
  width: 46%;
  box-sizing: border-box;
}
.about .boxC .pict img {
  width: 100%;
}
.about .boxC .childbox .name {
  font-size: 18px;
  margin-top: 30px;
}
.about .boxC .childbox .name span {
  font-size: 20px;
  margin-left: 1em;
}
.about .boxD {
  background-image: url(../img/about/img_about04_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}
.about .boxD .inn {
  align-items: center;
}
.about .boxD .pict,
.about .boxD .childbox {
  width: 50%;
  box-sizing: border-box;
}
.about .boxD .childbox {
  color: var(--color4);
}
.about .boxD .childbox .txt_en {
  font-size: 20px;
}
.about .boxD .childbox .sub {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.about .boxD .childbox .txt {
  font-size: 18px;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width:1350px) {
  .about .boxB .inn,
  .about .boxC .inn {
    width: 94.5%;
  }
  .about .boxB .item .item_txt span {
    margin-top: 5px;
    margin-left: 0;
    display: block;
  }
}
@media screen and (max-width:768px) {
  .about .boxA {
    padding-bottom: 60px;
  }
  .about .boxA .flex_inn {
    flex-wrap: wrap;
    gap: 60px;
  }
  .about .boxA .pict,
  .about .boxA .childbox {
    width: 100%;
  }
  .about .box .childbox .txt_en {
    font-size: 14px;
  }
  .about .box .childbox .sub {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about .box .childbox .txt {
    font-size: 14px;
  }
  .about .boxB,
  .about .boxC {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about .boxB .inn,
  .about .boxC .inn {
    width: 90%;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
  }
  .about .boxB .pict,
  .about .boxB .childbox,
  .about .boxC .pict,
  .about .boxC .childbox {
    width: 100%;
  }
  .about .boxB .list {
    margin-top: 60px;
  }
  .about .boxB .item {
    font-size: 14px;
  }
  .about .boxC .childbox .name {
    font-size: 14px;
    margin-top: 20px;
  }
  .about .boxC .childbox .name span {
    font-size: 16px;
  }
  .about .boxD {
    padding: 60px 0;
  }
  .about .boxD .inn {
    flex-wrap: wrap;
    gap: 40px;
  }
  .about .boxD .pict,
  .about .boxD .childbox {
    width: 100%;
  }
  .about .boxD .childbox .txt_en {
    font-size: 14px;
  }
  .about .boxD .childbox .sub {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about .boxD .childbox .txt {
    font-size: 14px;
  }
}
@media screen and (min-width:769px) {
  .about .boxB .pict,
  .about .boxC .pict {
    margin-top: -250px;
  }
  .about .boxD {
    background-image: url(../img/about/img_about04_sp.jpg);
  }
  .about .boxD .pict {
    padding: 0 5%;
  }
}

/* インスタグラム */
.instaarea .wrap {
  max-width: 1000px;
}
.instaarea .title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .instaarea .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* バナー */
.bnr {
  padding: 60px 0;
}
.bnr .title {
  font-size: 18px;
  margin-bottom: 30px;
}
.bnr .list {
  flex-wrap: wrap;
  gap: 25px;
}
.bnr .item {
  width: calc((100% - 75px)/4);
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .bnr .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .bnr .list {
    gap: 20px;
  }
  .bnr .item,
  .bnr .item img {
    width: 100%;
  }
}