@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 120px);
  background: url(/img/usr/freepage/event/our_story/mother/bg_main.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  z-index: 2;
}
#main .txt-box {
  position: relative;
  text-align: center;
}
#main .txt-box .txt-en {
  width: 80px;
  line-height: 1;
  margin: 0 auto 30px;
}
#main .txt-box h1 {
  width: 738px;
  line-height: 1;
  margin: 0 auto 31px;
}
#main .txt-box .txt-en img {
  width: 100%;
  height: auto;
}
#main .txt-box p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.3;
}
#main .icon-arrow {
  position: absolute;
  width: 20px;
  left: 50%;
  bottom: 40px;
  margin-left: -10px;
}

header#page-head.is-black .page-ttl {
  width: 75px;
  height: 13px;
  background: url(/img/usr/freepage/event/our_story/common/nav_mother.png) no-repeat;
  background-size: contain;
}

#local-nav a::after {
  background-color: #000;
}

/* ---------------------------------------------------------
#contents
----------------------------------------------------------*/
#contents {
  width: 1200px;
  padding: 80px 0 0;
  margin: 0 auto;
}

#contents img {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
#sec_01
----------------------------------------------------------*/
#sec_01 {
  position: relative;
  padding: 120px 6% 0;
  margin-bottom: 80px;
  box-sizing: border-box;
}
#sec_01 .wrapper {
  width: 336px;
  margin: 0 0 0 739px;
  box-sizing: border-box;
}
#sec_01 h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
#sec_01 p {
  font-size: 1.4rem;
  line-height: 2.3;
  text-indent: 1.4rem;
}

#sec_01 .pic_01 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -560px;
  box-sizing: border-box;
}
#sec_01 .pic_02 {
  position: absolute;
  top: 600px;
  left: 50%;
  width: 170px;
  margin-left: -290px;
  z-index: 2;
}
#sec_01 .pic_02 figcaption {
  position: absolute;
  top: 170px;
  left: 192px;
  width: 180px;
  font-size: 1.2rem;
}
#sec_01 .pic_03 {
  position: absolute;
  top: 786px;
  left: 50%;
  width: 310px;
  margin-left: -560px;
}
#sec_01 .pic_03 figcaption {
  width: 225px;
  font-size: 1.2rem;
  padding: 20px 0 0 84px;
}
.pic_01.fixed,
.pic_02.fixed,
.pic_03.fixed {
  position: fixed !important;
}

/* ---------------------------------------------------------
#sec_02
----------------------------------------------------------*/
#sec_02 {
  position: relative;
  padding: 180px 0 0;
  margin-bottom: 630px;
  box-sizing: border-box;
}
#sec_02 .wrapper {
  width: 378px;
  margin: 0 0 0 125px;
  box-sizing: border-box;
}
#sec_02 h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
#sec_02 p {
  font-size: 1.4rem;
  line-height: 2.3;
  text-indent: 1.4rem;
}

#sec_02 .pic_01 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 600px;
  box-sizing: border-box;
}
#sec_02 .pic_01 figcaption {
  font-size: 1.2rem;
  line-height: 1.7;
  padding-top: 16px;
}
#sec_02 .pic_02 {
  display: block;
  position: absolute;
  top: 980px;
  left: 50%;
  width: 420px;
  box-sizing: border-box;
}
#sec_02 .pic_02 figcaption {
  font-size: 1.2rem;
  line-height: 1.7;
  padding-top: 16px;
}

/* ---------------------------------------------------------
#sec_03
----------------------------------------------------------*/
#sec_03 {
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
#sec_03 .wrapper {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}
#sec_03 h2 {
  padding-top: 60px;
}
#sec_03 .txt-box {
  width: 530px;
}
#sec_03 h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
#sec_03 .txt-box p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 2.2;
  margin-bottom: 50px;
}
#sec_03 .pic-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 950px;
  margin: 0 auto;
}
#sec_03 .pic-box .block {
  width: 274px;
}
#sec_03 .pic-box h4 {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  padding: 18px 0 9px;
}
#sec_03 .pic-box p {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-bottom: 75px;
}
#sec_03 .block .pic {
  display: flex;
  align-items: center;
  min-height: 353px;
}
#sec_03 .block:nth-child(10) p,
#sec_03 .block:nth-child(11) p,
#sec_03 .block:nth-child(12) p {
  padding-bottom: 0;
}

/* ---------------------------------------------------------
.next-box
----------------------------------------------------------*/
.next-box {
  position: relative;
  background-color: #fff;
  padding: 120px 0 100px 15%;
}
.next-box .txt-next {
  width: 73px;
  margin-bottom: 40px;
}
.next-box a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 34.5% 0 0 106px;
  box-sizing: border-box;
  overflow: hidden;
}
.next-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/usr/freepage/event/our_story/mother/bg_next.jpg) no-repeat center;
  background-size: cover;
  transform: scale(1);
  transition: transform .3s;
}
.next-box a:hover .bg {
  transform: scale(1.05);
}
.next-box .link-box {
  position: absolute;
  top: 50%;
  margin-top: -45px;
}
.next-box .link-box .txt-en {
  width: 138px;
  line-height: 1;
  margin-bottom: 30px;
}
.next-box .link-box .txt-ja {
  width: 624px;
  line-height: 1;
}