@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular.otf");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp-Medium.otf");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  src: url("../font/NotoSerifJP-SemiBold.otf");
}

html {
  overflow-x: hidden;
}

.all_wrap .sp_only {
  display: none;
}

.all_wrap img {
  width: 100%;
  /* image-rendering: pixelated; */
}

.all_wrap .fl {
  display: flex;
  flex-wrap: wrap;
}

/* fade */
.fade_up{
  transform: translateY(50px);
  opacity: 0;
}
.fade_up.active{
  transition: all 1500ms;
  transform: translateY(0);
  opacity: 1;
}

.all_wrap {
  font-family: 'Noto Serif JP', serif;
  color: #58595B;
}

/* mv */
.mv_wrap h2 {
  width: 120rem;
  margin: 0 auto;
}

.mv_back {
  width: 100%;
  margin-top: 8rem;
  background: #F7F7F7;
}

.mvtxt_wrap {
  position: relative;
  width: 54rem;
  margin: 0 auto;
  padding: 5.5rem 0;
}

.mvtxt_wrap::before ,
.mvtxt_wrap::after {
  position: absolute;
  content: "";
  width: 2.2rem;
  height: 3rem;
}

.mvtxt_wrap::before {
  top: 4rem;
  left: 0;
  border-top: 1px solid #58595B;
  border-left: 1px solid #58595B;
}

.mvtxt_wrap::after {
  bottom: 4rem;
  right: 0;
  border-bottom: 1px solid #58595B;
  border-right: 1px solid #58595B;
}

.mv_txt {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt";
}

.mv_txt02 {
  padding-top: 3.5rem;
}

/* sec共通 */
.content__container {
  margin-top: 8rem;
  margin-bottom: 13.5rem;
}

.content__wrapper {
  position: relative;
  width: 140rem;
  margin: 0 auto;
}

.content__wrapper::before {
  position: absolute;
  content: "";
  z-index: -1;
}

.ttl_wrap {
  position: absolute;
}

.ttl_wrap .colorttl {
  font-family: freight-display-pro, 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  font-style: normal;
  color: #282828;
}

.ttl_wrap .colorttl .en {
  font-size: 2rem;
  font-weight: 600;
}

.ttl_wrap .colorttl .ja {
  font-size: 1.6rem;
  font-weight: 600;
}

.ttl_wrap .colorttl .num {
  /* font-size: 16rem; */
  /* line-height: 1; */
  /* font-style: italic; */
  position: relative;
  display: inline-block;
  /* height: 17.5rem; */
  /* top: -7.3rem; */
  height: 10rem;
  top: -4.3rem;
  left: 1.5rem;
}

.ttl_wrap .colorttl .num img {
  width: auto;
  height: 100%;
}

.ttl {
  position: relative;
  /* top: -8.5rem; */
  top: -1.5rem;
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  line-height: 2;
  font-weight: 600;
  font-feature-settings: "palt";
  color: #282828;
}

.credit {
  padding-top: 2.5rem;
  font-family: freight-display-pro, serif;
  font-variant: lining-nums;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000;
}

.txt {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2;
  font-feature-settings: "palt";
}

/* sec01 */
.content__wrapper--sec01 {
  position: relative;
}

.content__wrapper--sec01::before  {
  position: absolute;
  content: "";
  width: 100%;
  top: 20.7rem;
  border-bottom: 1px solid #719E7B;
}

.content__wrapper--sec01 .content__wrapper::before {
  width: 55rem;
  height: 82.5rem;
  top: 1rem;
  right: 14rem;
  background: #719E7B;
}

.content__wrapper--sec01 .ttl_wrap {
  top: 15.5rem;
  left: 15rem;
}

.content__wrapper--sec01 .ttl_wrap .colorttl .num {
  /* width: 29rem; */
}

.content__wrapper--sec01 .ttl_wrap .ttl {
  /* top: -8.5rem; */
}

.content__wrapper--sec01-01 {
  width: 46rem;
  margin-left: 5rem;
  padding-top: 52.5rem;
}

.content__wrapper--sec01-02 {
  width: 55rem;
  margin-left: 19rem;
}

.content__wrapper--sec01 .txt {
  padding-top: 11.5rem;
  margin-right: 9rem;
  text-align: right;
}

/* sec02 */
.content__wrapper--sec02 {
  position: relative;
  margin-top: 19.5rem;
}

.content__wrapper--sec02::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 5rem;
  border-bottom: 1px solid #719E7B;
}

.content__wrapper--sec02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60rem;
  top: 78rem;
  background: #DDE8DF;
  z-index: -1;
}

.content__wrapper--sec02 .ttl_wrap {
  left: 51rem;
}

.content__wrapper--sec02 .ttl_wrap .colorttl .num {
  /* width: 31.5rem; */
}

.content__wrapper--sec02 .ttl_wrap .ttl {
  /* top: -8.5rem; */
}

.content__wrapper--sec02-01 {
  width: 43rem;
  margin: 0 auto;
  padding-top: 25.5rem;
}

.content__wrapper--sec02-02 {
  width: 60rem;
  margin: 0 auto;
  padding-top: 10rem;
}

.content__wrapper--sec02 .txt {
  padding-top: 7rem;
  text-align: center;
}

/* sec03 */
.content__wrapper--sec03 {
  position: relative;
  margin-top: 15.5rem;
}

.content__wrapper--sec03::before  {
  position: absolute;
  content: "";
  width: 100%;
  /* top: 18.3rem; */
  top: 18rem;
  border-bottom: 1px solid #719E7B;
}

.content__wrapper--sec03 .content__wrapper::before {
  width: 46rem;
  height: 68.5rem;
  top: 119.2rem;
  right: 42rem;
  background: #719E7B;
}

.content__wrapper--sec03 .ttl_wrap {
  top: 13.5rem;
  left: 25rem;
}

.content__wrapper--sec03 .ttl_wrap .colorttl .num {
  /* width: 30rem; */
}

.content__wrapper--sec03 .ttl_wrap .ttl {
  /* top: -1rem; */
}

.content__wrapper--sec03-01 {
  width: 40rem;
  padding-top: 45.5rem;
}

.content__wrapper--sec03-02 {
  width: 55rem;
  margin-left: auto;
  margin-right: 10rem;
}

.content__wrapper--sec03-03 {
  width: 45rem;
  margin-left: auto;
  margin-right: 42.5rem;
  padding-top: 7.5rem;
}

.content__wrapper--sec03 .txt {
  position: relative;
  top: -18.5rem;
  left: 63rem;
  text-align: center;
}

/* sec04 */
.content__wrapper--sec04 {
  position: relative;
  margin-top: 16.5rem;
}

.content__wrapper--sec04::before  {
  position: absolute;
  content: "";
  width: 100%;
  top: 25rem;
  border-bottom: 1px solid #719E7B;
}

.content__wrapper--sec04 .ttl_wrap {
  top: 20rem;
  right: 22.5rem;
}

.content__wrapper--sec04 .ttl_wrap .colorttl .num {
  /* width: 31rem; */
}

.content__wrapper--sec04 .ttl_wrap .ttl {
  /* top: -1.5rem; */
}

.content__wrapper--sec04-01 {
  width: 52rem;
  margin-left: 13rem;
}

.content__wrapper--sec04-02 {
  width: 40rem;
  margin-top: -26rem;
  margin-left: auto;
  margin-right: 15rem;
}

.content__wrapper--sec04 .txt {
  position: relative;
  top: 99.5rem;
  left: -34.5rem;
  text-align: right;
}

/* sec05 */
.content__wrapper--sec05 {
  position: relative;
  margin-top: 16.5rem;
}

.content__wrapper--sec05::before  {
  position: absolute;
  content: "";
  width: 100%;
  top: 29rem;
  border-bottom: 1px solid #719E7B;
}

.content__wrapper--sec05 .content__wrapper::before {
  width: 56rem;
  height: 84rem;
  bottom: 4.7rem;
  left: 29rem;
  border: 1px solid #719E7B;
}

.content__wrapper--sec05 .ttl_wrap {
  top: 24.5rem;
  left: 20rem;
}

.content__wrapper--sec05 .ttl_wrap .colorttl .num {
  width: 31rem;
}

.content__wrapper--sec05 .ttl_wrap .ttl {
  /* top: -1rem; */
}

.content__wrapper--sec05-01 {
  width: 48rem;
  margin-left: auto;
  margin-right: 23rem;
}

.content__wrapper--sec05-02 {
  width: 56.5rem;
  padding-top: 8rem;
  margin-left: 29.5rem;
}

.content__wrapper--sec05-02 .img {
  width: 56rem;
  margin-left: auto;
}

.content__wrapper--sec05 .txt {
  width: 100%;
  margin: 0 auto;
  padding-top: 7rem;
  text-align: center;
}

.content__wrapper--sec05 .credit {
  padding-top: 3.5rem;
}

/* allbutton */
.allbutton {
  font-family: freight-display-pro, serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #282828;
}

.allbutton a {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: double 3px #000;
}

/* staff */
.staff {
  width: 110rem;
  margin: 14.5rem auto 0;
  padding-bottom: 13.5rem;
  font-family: freight-display-pro, serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  color: #282828;
  border-bottom: 1px solid;
}

/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
  html {
      font-size: calc(10* (100vw / 1400));
  }   
}

/* SP */
@media only screen and (max-width: 560px) {
  html {
    font-size: calc(10* (100vw / 750));
} 

  .all_wrap .pc_only{
      display: none;
  }
  .all_wrap .sp_only{
      display: block;
  }

/* パンくず */
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}

.all_wrap {
  margin-top: 4rem;
}

/* mv */
.mv_wrap h2 {
  width: 100%;
}

.mv_back {
  margin-top: 12rem;
}

.mvtxt_wrap {
  width: 67.5rem;
  padding: 13.5rem 0;
}

.mvtxt_wrap::before ,
.mvtxt_wrap::after {
  width: 3rem;
  height: 4.6rem;
}

.mvtxt_wrap::before {
  top: 9.5rem;
}

.mvtxt_wrap::after {
  bottom: 9.5rem;
}

.mv_txt {
  font-size: 2.4rem;
}

.mv_txt02 {
  padding-top: 5.5rem;
}

/* sec共通 */
.content__container {
  margin-top: 20.5rem;
  margin-bottom: 15.5rem;
}

.content__wrapper {
  width: 100%;
}

.ttl_wrap .colorttl .en {
  font-size: 3.4rem;
}

.ttl_wrap .colorttl .ja {
  font-size: 2.8rem;
}

.ttl_wrap .colorttl .num {
  height: 24rem;
  top: -10.5rem;
  left: 1rem;
}

.ttl {
  top: -10.5rem;
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  line-height: 1.7;
}

.credit {
  padding-top: 5.5rem;
  font-size: 2.4rem;
}

.txt {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
}

/* sec01 */
.content__wrapper--sec01::before  {
  top: 7.3rem;
}

.content__wrapper--sec01 .content__wrapper::before {
  width: 64rem;
  height: 96rem;
  top: 37.2rem;
  right: 1.5rem;
}

.content__wrapper--sec01 .ttl_wrap {
  top: 0;
  left: 6rem;
}

.content__wrapper--sec01 .ttl_wrap .colorttl .num {
  /* width: 46rem; */
}

.content__wrapper--sec01 .ttl_wrap .ttl {
  /* top: 1rem; */
}

.content__wrapper--sec01-01 {
  width: 66rem;
  margin-left: 0;
  padding-top: 9rem;
  order: 2;
}

.content__wrapper--sec01-02 {
  width: 69rem;
  margin-left: auto;
  padding-top: 44rem;
  padding-top: 36rem;
}

.content__wrapper--sec01-01 .img {
  width: 56rem;
}

.content__wrapper--sec01-02 .img {
  width: 64rem;
  margin-left: auto;
}

.content__wrapper--sec01 .txt {
  padding-top: 10rem;
  margin-right: auto;
  text-align: left;
}

.content__wrapper--sec01 .credit {
  margin-left: 4rem;
}

/* sec02 */
.content__wrapper--sec02 {
  margin-top: 12rem;
  margin-top: 19.5rem;
}

.content__wrapper--sec02::before {
  top: 6.8rem;
}

.content__wrapper--sec02::after {
  top: 87.5rem;
}

.content__wrapper--sec02 .ttl_wrap {
  left: auto;
  right: 6rem;
}

.content__wrapper--sec02 .ttl_wrap .colorttl {
  /* width: 49rem; */
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: -2.3rem;
}

.content__wrapper--sec02 .ttl_wrap .ttl {
  /* top: 0.5rem; */
  text-align: right;
}

.content__wrapper--sec02-01 {
  width: 45rem;
  padding-top: 36rem;
}

.content__wrapper--sec02-02 {
  width: 60rem;
  padding-top: 6rem;
}

.content__wrapper--sec02 .txt {
  padding-top: 8rem;
}

/* sec03 */
.content__wrapper--sec03 {
  margin-top: 19.5rem;
}

.content__wrapper--sec03::before {
  top: 6.7rem;
}

.content__wrapper--sec03 .content__wrapper::before {
  width: 52rem;
  height: 77rem;
  top: auto;
  bottom: 12.5rem;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.content__wrapper--sec03 .ttl_wrap {
  top: 0;
  left: 6rem;
}

.content__wrapper--sec03 .ttl_wrap .colorttl {
  /* width: 48rem; */
}

.content__wrapper--sec03 .ttl_wrap .ttl {
  /* top: 1rem; */
}

.content__wrapper--sec03-01 {
  width: 45rem;
  margin-left: 0;
  padding-top: 9.5rem;
  order: 2;
}

.content__wrapper--sec03-02 {
  width: 65rem;
  margin-right: 0;
  padding-top: 36rem;
  order: 1;
}

.content__wrapper--sec03-03 {
  width: 52rem;
  margin: 0 auto;
  padding-top: 10rem;
  order: 4;
}

.content__wrapper--sec03-03 .img {
  width: 50rem;
  margin: 0 auto;
}

.content__wrapper--sec03 .txt {
  position: unset;
  margin: 0 auto;
  padding-top: 9rem;
  order: 3;
}

.content__wrapper--sec03 .credit {
  padding-top: 6.5rem;
}

/* sec04 */
.content__wrapper--sec04 {
  margin-top: 20rem;
}

.content__wrapper--sec04::before  {
  top: 7rem;
}

.content__wrapper--sec04 .ttl_wrap {
  top: 0;
  right: 6rem;
}

.content__wrapper--sec04 .ttl_wrap .colorttl {
  /* width: 49.5rem; */
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: -3rem;
}

.content__wrapper--sec04 .ttl_wrap .ttl {
  /* top: 0.5rem; */
  text-align: right;
}

.content__wrapper--sec04-01 {
  width: 100%;
  margin-left: auto;
  padding-top: 9.5rem;
  order: 2;
}

.content__wrapper--sec04-02 {
  width: 66rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: 5rem;
  padding-top: 10rem;
  order: 3;
}

.content__wrapper--sec04-02 .img {
  width: 46rem;
  margin-left: auto;
  margin-right: 0;
}

.content__wrapper--sec04 .txt {
  position: unset;
  margin-left: auto;
  margin-right: 6rem;
  padding-top: 36rem;
  order: 1;
}

/* sec05 */
.content__wrapper--sec05 {
  margin-top: 20.5rem;
}

.content__wrapper--sec05::before {
  top: 6.7rem;
}

.content__wrapper--sec05 .content__wrapper::before {
  width: 60rem;
  height: 90rem;
  bottom: 12rem;
  left: 1.5rem;
}

.content__wrapper--sec05 .ttl_wrap {
  top: 0;
  left: 6rem;
}

.content__wrapper--sec05 .ttl_wrap .colorttl .num {
  /* width: 48rem; */
}

.content__wrapper--sec05 .ttl_wrap .ttl {
  /* top: 0.5rem; */
}

.content__wrapper--sec05-01 {
  width: 54rem;
  margin: 0 auto;
  padding-top: 36rem;
}

.content__wrapper--sec05-02 {
  width: 64rem;
  padding-top: 9rem;
  margin-left: 0;
}

.content__wrapper--sec05-02 .img {
  width: 60rem;
  margin-left: 0;
}

.content__wrapper--sec05 .txt {
  padding-top: 9rem
}

.content__wrapper--sec05 .credit {
  margin-left: 4rem;
  padding-top: 6.5rem;
}

/* allbutton */
.allbutton {
  font-size: 4rem;
}

.allbutton a {
  padding-bottom: 1rem;
  border-bottom: 3px double #000;
}

/* staff */
.staff {
  width: 100%;
  margin: 16rem auto 0;
  padding-bottom: 14.5rem;
  font-size: 2.4rem;
  line-height: 1.75;
  border-bottom: none;
}

}