﻿
.main__area {
  margin-top: calc(6* (100vw /375));
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  overflow: hidden;
}

:root {
  --annabelle: "annabelle-jf", sans-serif;
  --minion: "minion-pro", serif;
}

.main__area img {
  width: 100%;
  height: auto;
}

.main__area .sp_only {
  display: block;
}

.main__area .pc_only {
  display: none;
}

.main__area .sec {
  width: 100%;
  position: relative;
}


/************** js **************/
.js_imgFadeIn {
  opacity: 0;
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
  transform: translateY(100px);
}

.imgAnimated{
  opacity: 1;
  transform: translateY(0);
}


/************** mv **************/
.mv {
  margin: 0 auto calc(78* (100vw /375));
  width: calc(359* (100vw /375));
}


/************** sec01 **************/
.sec01 {
  margin: 0 auto calc(76* (100vw /375));
  width: calc(359* (100vw /375));
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(33* (100vw /375));
}

.sec01 .text__box {
  width: calc(339* (100vw /375));
}

.sec01 .text__box h2 {
  margin-bottom: calc(36* (100vw /375));
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(26* (100vw /375));
  letter-spacing: 0.03em;
  line-height: 1;
}

.sec01 .text__box .sub__ttl:nth-of-type(1) {
  margin-bottom: calc(13* (100vw /375));
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(17* (100vw /375));
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}

.sec01 .text__box .sub__ttl:nth-of-type(2) {
  font-weight: 600;
  font-size: calc(15* (100vw /375));
  letter-spacing: 0.08em;
  line-height: 1;
}

.sec01 .text__box .sec__text {
  margin-top: calc(24* (100vw /375));
  font-weight: 300;
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.08em;
  line-height: 2;
}

.sec01 .img__box {
  width: 100%;
  height: calc(304* (100vw /375));
  display: flex;
  justify-content: space-between;
}

.sec01 .img__box .sub__box {
  width: calc(117* (100vw /375));
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.sec01 .img__box .sub__box img {
  width: 100%;
}









/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {

  .main__area {
    margin: 3rem auto 0;
  }

  .main__area .sp_only {
    display: none;
  }

  .main__area .pc_only {
    display: block;
  }

  /************** mv **************/
  .mv {
    margin: 0 auto 12rem;
    width: min(100%, 124rem);
    padding: 0 2rem;
  }


  /************** sec01 **************/
  .sec01 {
    margin: 0 auto 15rem;
    width: min(100%, 124rem);
    padding: 0 2rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }

  .sec01 .text__box {
    margin-top: 1.4rem;
    width: 40.5rem;
  }

  .sec01 .text__box h2 {
    margin-bottom: 4rem;
    font-size: 3rem;
  }

  .sec01 .text__box .sub__ttl:nth-of-type(1) {
    margin-bottom: 1.1rem;
    font-size: 2rem;
  }

  .sec01 .text__box .sub__ttl:nth-of-type(2) {
    font-size: 1.8rem;
  }

  .sec01 .text__box .sec__text {
    margin-top: 2.7rem;
    font-size: 1.2rem;
    line-height: 1.75;
    white-space: nowrap;
  }

  .sec01 .img__box {
    width: 70.6rem;
    height: 59.8rem;
  }

  .sec01 .img__box .sub__box {
    width: 23rem;
  }

  .sec01 .img__box .sub__box img {
    width: 100%;
  }

}
  /* パンくず 追加スタイル PC */
  @media only screen and (min-width: 768px) {
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}


