@charset "utf-8";

/*--------------------------------------
fade animation
--------------------------------------*/
/* fadeIn_up_mv */
.fadeIn_up_mv {
	opacity: 0;
	transform: translateY(20px);
	filter: blur(5px);
	transition: 1.6s cubic-bezier(0.4, 1.09, 1, 1) .3s;
}
.fadeIn_up_mv.is-js {
	transform: translateY(0);
	opacity: 1;
	filter: blur(0);
}

/* fadeIn_up_mv_title */
.fadeIn_up_mv_title {
	opacity: 0;
	transform: translateY(20px);
	filter: blur(5px);
	transition: 2.6s cubic-bezier(0.4, 1.09, 1, 1) 2.6s;
}
.fadeIn_up_mv_title.is-js {
	transform: translateY(0);
	opacity: 1;
	filter: blur(0);
}

/* fadeIn_up */
.fadeIn_up {
	opacity: 0;
	transform: translateY(10px);
	filter: blur(5px);
	transition: .8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}
.fadeIn_up.is-js {
	transform: translateY(0);
	opacity: 1;
	filter: blur(0);
}

figure {
  position: relative;
}

img {
  width: 100%;
}

sup {
vertical-align:text-bottom;
font-size:12px;
letter-spacing: normal;
}

.row-reverse {
  flex-direction: row-reverse;
}

.cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: 
  0px 0px 1px #000, 
  0 0 5px #000, 
  0 0 10px #000, 
  0 0 15px #000, 
  0 0 20px #000, 
  0 0 30px #000, 
  0 0 40px #000;
  z-index: 3;
}
.cap.left {
  right: auto;
  left: 0;
}

/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.mv_cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: 
  0px 0px 1px #000, 
  0 0 5px #000, 
  0 0 10px #000, 
  0 0 15px #000, 
  0 0 20px #000, 
  0 0 30px #000, 
  0 0 40px #000;
  z-index: 3;
}


/* section
================================================ */
.contents_bg {
  background-color: #4d4f52;
}
.inner {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
}


/* top_area  
================================================ */
.top_area {
  padding: 120px 0 140px;
  text-align: center;
  color: #fff;
}
.top_title_en {
  color: #bfae74;
  font-size: 42px;
  letter-spacing: 0.4em;
  margin-bottom: 36px;
}
.top_title {
  max-width: 1420px;
  margin-inline: auto;
  font-size: 94px;
  font-size: clamp(5.6rem, 0.574rem + 6.129vw, 9.4rem);
  letter-spacing: 0.2em;
  line-height: 1;
  display: flex;justify-content: center;
  align-items: center;
  column-gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding-bottom: 40px;
}
.top_title_icon {
  display: block;
  width: 72px;
  height: 72px;
}
.top_lead {
  margin-top: 40px;
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 2;
  font-family: "EB Garamond", serif;
}
.top_lead .color {
  color: #bfae74;
}
.top_lead .num {
  font-size: 90px;
  line-height: 1;
  padding-inline: 8px;
}
.top_lead .text_l {
  font-size: 48px;
}
.top_text {
  margin-top: 60px;
  font-size: 26px;
  font-size: clamp(2rem, 1.206rem + 0.968vw, 2.6rem);
  line-height: 1.8;
  letter-spacing: 0.12em;
}


@media only screen and (max-width:768px) {
  .top_area {
    padding-block: 50px;
  }
  .top_title_en {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 22px;
  }
  .top_title {
    font-size: 26px;
    letter-spacing: 0.1em;
    column-gap: 8px;
    padding-bottom: 20px;
  }
  .top_title_icon {
    width: 22px;
    height: 22px;
  }
  .top_lead {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .top_lead .num {
    font-size: 40px;
    padding-inline: 4px;
  }
  .top_lead .text_l {
    font-size: 22px;
  }
  .top_text {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

/* contents_area
================================== */
.contents_area {
  padding-top: 100px;
  padding-bottom: 180px;
}
.contents_box {
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
  box-shadow: rgba(0, 0, 0, 1) 4px 4px 1px;
}
.contents_box + .contents_box {
  margin-top: 100px;
}
.contents_box_text {
  text-align: center;
  font-size: 21px;
  font-size: clamp(1.5rem, 0.706rem + 0.968vw, 2.1rem);
  letter-spacing: 0.08em;
  line-height: 2;
}
.ekichika_box .contents_box_text {
  color: #fff;
}
.contents_box_title {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-size: clamp(2.6rem, 1.013rem + 1.935vw, 3.8rem);
  letter-spacing: 0.12em;
  line-height: 1.4;
  padding: 26px 10px 22px;
  background-color: #bfae74;
}
.ekichika_title {
  color: #231815;
  background-color: #fff;
}
.contents_box_body {
  padding: 40px 20px;
  background-color: #fff;
}
.ekichika_box_body {
  border: 12px solid #fff;
  border-top: none;
  padding: 40px 20px;
  background-color: #4d4f52;
}
.contents_box_img {
  margin-top: 40px;
  max-width: 1000px;
  margin-inline: auto;
}
.contents_box_img.wide {
  max-width: 1200px;
}

@media only screen and (max-width:1024px) {
  .contents_area {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .contents_box {
    width: 100%;
  }
  .contents_box + .contents_box {
    margin-top: 60px;
  } 
}

@media only screen and (max-width:768px) {
  .contents_box_text {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .contents_box_title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 20px 10px 18px;
  }
  .contents_box_body {
    padding: 30px 10px;
  }
  .ekichika_box_body {
    border: 6px solid #fff;
    padding: 30px 10px;
  }
  .contents_box_img {
    margin-top: 20px;
  }
}
