@charset 'utf-8';

/* ++++++++++++++++++++++++++++++++++++++++

	index.html

++++++++++++++++++++++++++++++++++++++++ */

.anim01 {
	position: relative;
}

/*mv*/
#mv {
	position: relative;
	line-height: 0;
	z-index: 2;
}
#mv .illust01,#mv .illust02 {
	position: absolute;
	display: block;
	content: '';
	margin-bottom: -262px;
	pointer-events: none;
	z-index: 1;
}
#mv .illust01 {
	left: 0;
	bottom: 0;
	width: 287px;
	height: 342px;
	background: url("../img/concept_illust01.png") top left / contain no-repeat;
}
#mv .illust02 {
	right: 0;
	bottom: 0;
	width: 267px;
	height: 375px;
	background: url("../img/concept_illust02.png") top right / contain no-repeat;
}
#mv>.inner {
	max-width: 1160px;
	width: 100%;
	margin: auto;
}
#mv video {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
}
#mv video:hover {
	position: relative;
	z-index: 0;
}

/*origin*/
#origin {
	position: relative;
	padding: 70px 0 380px;
	z-index: 1;
	overflow: hidden;
}
#origin .origin_bg {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 300%;
	height: 100%;
	padding: 0;
	z-index: 1;
	animation: loop-slide 180s infinite linear 1s both;
	transform: translateX(0);
}
#origin .origin_bg span {
	float: left;
	width: 100%;
	height: 100%;
	background: url(../img/bg_origin.png) top left / 33.33% auto repeat;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-66.6%);
  }
}
#origin>.inner {
	position: relative;
	max-width: 1160px;
	width: 100%;
	margin: auto;
	text-align: center;
	z-index: 2;
}
#origin:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 300px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
#origin:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 470px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#origin h3 {
	margin-bottom: 45px;
	ruby-align: center;
}
#origin h4 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#origin h4 rt {
	font-size: 15px;
	 text-align: inherit;
}
#origin p {
	margin-top: 30px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#origin .text_en {
	margin-top: 0.2em;
	font-size: 12px;
}


/*sdgs*/
#sdgs {
	position: relative;
	margin-top: -230px;
	padding-top: 0;
	padding-bottom: 75px;
	z-index: 2;
}
#sdgs>.inner {
	max-width: 1160px;
	width: 100%;
	margin: auto;
	text-align: center;
}
#sdgs p {
	font-size: 24px;
	line-height: 2;
	letter-spacing: .2em;
}
#sdgs h3 {
	margin-bottom: 30px;
}


/*news*/
#news {
	padding-top: 65px;
	margin-bottom: 90px;
}
#news>.inner {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 35px 0;
	background: #efefef;
}
#news h3 {
	position: absolute;
	top: 0;
	left: 0;
	margin: -65px 0 0 25px;
	line-height: 1;
}
#news dl {
	width: calc(100% - 130px);
	margin: 0 auto 12px;
	background: #ffffff;
	padding: 10px 40px;
	font-size: 14px;
	box-sizing: border-box;
}
#news dt {
	position: absolute;
	line-height: 1.8;
}
#news dd {
	padding-left: 110px;
	line-height: 1.8;
}
#news dd .title {
	font-weight: bold;
}

/*profile*/
#profile>.inner {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 110px 0 65px;
	background: #ffebf6;
}
#profile .box {
	position: relative;
	width: auto;
	min-height: 636px;
	padding: 55px 45px;
	margin: 0 65px;
	background: #fff5fc;
	box-sizing: border-box;
}
#profile h3 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -75px;
	margin-left: 15px;
}
#profile .img_profile {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 375px;
	width: calc(100% - 620px);
	margin: 55px 45px 0 0;
	font-size: 14px;
}
#profile .img_profile img {
	width: 100%;
}
#profile .text_profile {
	font-size: 14px;
}
#profile .text_profile h4 {
	padding-bottom: 30px;
	font-size: 30px;
}
#profile .text_profile h4 .text_en {
	font-size: 20px;
}
#profile .text_profile dt {
	position: absolute;
	display: block;
	width: 4.5em;
	text-align: justify;
  text-justify: inter-ideograph;
	-moz-text-align-last: justify;
  text-align-last: justify;
}
#profile .text_profile dd {
	margin: 0 0 20px 90px;
}

#profile .sns {
	position: absolute;
	bottom: 0;
	display: inline-block;
	margin-bottom: 55px;
}
#profile .sns li {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}
#profile .sns li svg {
	display: inline-block;
	fill: #e8afcd;
	vertical-align: middle;
}
#profile .sns a {
	display: block;
	width: 190px;
	text-decoration: none;
	background: #fff;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 14px;
}


/*history*/
#history {
	padding: 150px 0 30px;
}
#history>.inner {
	position: relative;
	max-width: 1070px;
	width: 100%;
	padding: 20px 0 25px;
	margin: auto;
	border-top: solid 2px #ffebf6;
	border-bottom: solid 2px #ffebf6;
}
#history h3 {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 0;
	margin-top: -80px;
}
#history li {
	border-bottom: dashed 1px #cacaca;
	line-height: 2;
	padding: 10px 0;
}
#history li:last-child {
	border-bottom: none;
	padding: 10px 0 0;
}


/*fan_letter*/
#fan_letter {
	padding: 85px 0 120px;
	text-align: center;
}
#fan_letter>.inner {
	max-width: 1070px;
	width: 100%;
	margin: auto;
}
#fan_letter p {
	line-height: 1.8;
}
#fan_letter a {
	display: block;
	width: 400px;
	margin: 40px auto 0;
	padding: 20px 0;
	background: rgba(0,0,0,.8);
	text-align: center;
	color: #fff;
	text-decoration: none;
}







/* ++++++++++++++++++++++++++++++++++++++++

	SP

++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 767px) {
/*mv*/
#mv {
	position: relative;
	line-height: 0;
	z-index: 2;
	overflow: hidden;
}
#mv:before,#mv:after {
	position: absolute;
	display: block;
	content: '';
	margin-bottom: -262px;
	pointer-events: none;
	z-index: 1;
}
#mv:before {
	display: none;
}
#mv:after {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding-bottom: 47.33%;
	margin-bottom: 0;
	background: url(../img/concept_illust_sp.png) top right / contain no-repeat;
}
#mv>.inner {
	position: relative;
	max-width: inherit;
	width: 100%;
	padding-bottom: 140%;
	margin: auto;
}
#mv video {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	margin-left: -100%;
	height: auto;
	z-index: 0;
}
#mv video:hover {
	position: absolute;
	z-index: 0;
}
#mv .illust01, #mv .illust02 {
	display: none;
}

/*origin*/
#origin {
	position: relative;
	padding: 80px 0 350px;
}
#origin>.inner {
	position: relative;
	max-width: 1160px;
	width: 100%;
	margin: auto;
	text-align: center;
	z-index: 2;
}
#origin:before {
	display: block;
	width: 100%;
	height: 300px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
#origin:after{
	display: block;
	width: 100%;
	height: 470px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#origin .origin_bg {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 300%;
	height: 100%;
	padding: 0;
	z-index: 1;
	animation: loop-slide 90s infinite linear 1s both;
	transform: translateX(0);
}
#origin .origin_bg span {
	float: left;
	width: 100%;
	height: 100%;
	background: url(../img/bg_origin.png) top left / 80% auto repeat;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-66.6%);
  }
}
#origin h3 {
	width: calc(361 / 750 * 100%);
	margin: 0 auto 7.3%;
}
#origin h4 {
	font-size: 18px;
}
#origin h4 rt {
	font-size: 11px;
}
#origin p {
	width: 88%;
	margin: 1.5em auto 0;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#origin .text_en {
	margin-top: 0.2em;
	font-size: 10px;
}


/*sdgs*/
#sdgs {
	position: relative;
	margin-top: -230px;
	padding-top: 0;
	padding-bottom: 75px;
	z-index: 2;
}
#sdgs>.inner {
	max-width: 1160px;
	width: 100%;
	margin: auto;
	text-align: center;
}
#sdgs p {
	font-size: 18px;
	line-height: 2;
	letter-spacing: .2em;
}
#sdgs h3 {
	width: calc(535 / 750 * 100%);
	margin: 0 auto 7%;
}

/*news*/
#news {
  padding-top: 65px;
  margin-bottom: 65px;
}
#news>.inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 30px 0;
  background: #efefef;
}
#news h3 {
	position: absolute;
	top: auto;
	bottom: 100%;
	left: 0;
	margin: 0 0 -5px 5%;
	line-height: 1;
	width: calc(320 / 750 * 100%);
}
#news dl {
  width: 90%;
  margin: 0 auto 10px;
  background: #ffffff;
  padding: 10px 5%;
  font-size: 12px;
  box-sizing: border-box;
}
#news dt {
	position: relative;
}
#news dd {
  padding-left: 0;
}

/*profile*/
#profile {
  margin-bottom: 40px;
}
#profile>.inner {
  max-width: inherit;
  width: 90%;
  margin: auto;
  padding: 60px 0 55px;
  background: #ffebf6;
}
#profile .box {
  position: relative;
  width: auto;
  min-height: auto;
  padding: 35px 5%;
  margin: 0 5%;
  background: #fff5fc;
  box-sizing: border-box;
}
#profile h3 {
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 0;
  margin-top: 0;
  margin-left: 6%;
  margin-bottom: -22px;
  width: calc(421 / 600 * 100%);
}
#profile .img_profile {
  position: relative;
  right: 0;
  top: 0;
  max-width: initial;
  width: 100%;
  margin: 0 0 25px;
  font-size: 14px;
}
#profile .img_profile img {
	width: 100%;
}
#profile .text_profile {
  font-size: 11px;
}
#profile .text_profile h4 {
  padding-bottom: 20px;
  font-size: 18px;
}
#profile .text_profile h4 .text_en {
  font-size: 10px;
  margin-left: 0.3em;
}
#profile .text_profile dt {
	position: absolute;
	display: block;
	width: 4em;
	text-align: justify;
  text-justify: inter-ideograph;
	-moz-text-align-last: justify;
  text-align-last: justify;
}
#profile .text_profile dd {
  margin: 0 0 1.5em 6em;
}

#profile .sns {
  position: relative;
  bottom: 0;
  display: block;
  margin-bottom: 0;
}
#profile .sns li {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
}
#profile .sns li:last-child {
  margin-bottom: 0;
}
#profile .sns li svg {
  display: inline-block;
  fill: #e8afcd;
  vertical-align: middle;
  margin-right: 0.3em;
}
#profile .sns a {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 12px;
}


/*history*/
#history {
  padding: 15% 0 0;
}
#history>.inner {
  position: relative;
  max-width: initial;
  width: 90%;
  padding: 0 0 10px;
  margin: auto;
  border-top: solid 2px #ffebf6;
  border-bottom: solid 2px #ffebf6;
}
#history h3 {
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: -13px;
  width: calc(268 / 680 * 100%);
}
#history li {
  border-bottom: dotted 1px #cacaca;
  line-height: 1.5;
  padding: 10px 0;
  font-size: 11px;
}
#history li:last-child {
	border-bottom: none;
	padding: 10px 0 0;
}


/*fan_letter*/
#fan_letter {
  padding: 65px 0 80px;
  text-align: center;
}
#fan_letter>.inner {
  max-width: inherit;
  width: 90%;
  margin: auto;
}
#fan_letter h3 {
  width: calc(401 / 680 * 100%);
  margin: auto;
}
#fan_letter p {
	line-height: 1.8;
}
#fan_letter a {
  display: block;
  width: 88.23%;
  margin: 30px auto 0;
  padding: 4% 0;
  background: rgba(0,0,0,.8);
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
}
