
/****reset
*****************************************/
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: auto; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, select {
  vertical-align: middle; }



html {
font-size: 62.5%;
}

@media only screen and (max-width: 768px) {
html {
  font-size: calc(100vw / 75);
  }
}

html, body {
  width: 100%;
  height: auto; }

body {
  color: #FFFFFF;
  font-family: 'Noto Sans JP',Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
  }
@media screen and (max-width: 768px) {
body {
}
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

figure {
  line-height: 0; }

.center {
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.f_en{
font-family: 'Mulish', sans-serif;
font-weight: 800;
}
.f_alpha{
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 500;
font-size: 120%;
padding-right: 0.2rem;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body.fixed{
  position: fixed;
  width:100%;
}

#wrapper_all{
	position:relative;
}
#wrapper{
}



#l-header_wrap a,
.footer a,
#wrapper a img {
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }

#l-header_wrap a:hover,
.footer a:hover,
#wrapper a:hover img {
  opacity: .85; }
a.mover_btn{
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;}
a.mover_btn:hover{
  opacity: .5 !important;
}

@media screen and (max-width: 768px) {
#wrapper{
}
}


#navi {
  /*background-color: #FFF;*/
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 320px;
  z-index: 101;
  /*transition: all 0.8s ease;*/
  /*background: #ffffff url("../img/bg_main.jpg") top center repeat;*/
  transition: all 0.8s ease;
  overflow: hidden;
}
#navi.hide{
/*top: -60px;*/
/*transform: translateY(-80px);*/
}
.header_inn{
	width:100%;
	margin:0 auto;
	position: static;
}
.header_circle{
position: absolute;
width: 460px;
height: 460px;
border-radius: 50%;
background: #FFF;
top: -230px;
left: 20px;
transform: scale(1);
transition: all 0.8s ease-in-out;
opacity: 0;
}
.open .header_circle{
transform: scale(9);
opacity: 1;
}
.scro .header_circle{
opacity: 1;
}
/* 左上ロゴ */
.menu-left {
  	width:auto;
	max-width:206px;
	margin:30px auto;
    position: relative;
    transform: translateX(20px);
    transition: all 0.8s ease-in-out;
opacity: 0;
}
.open .menu-left {
opacity: 1;
}
.scro .menu-left {
opacity: 1;
}
.menu-left img {
width: 100%;
  vertical-align: middle;
}
.menu-left a{
width: 100%;
}
@media screen and (max-width: 768px) {
#navi {
width: 100%;
height: 62vw;
transform: translateY(-18vw);
}
#navi.scro  {
transform: translateY(0);
}
#navi.open{
height: 100%;
transform: translateY(0);
}
#navi.hide{
/*top: -60px;*/
/*transform: translateY(-60px);*/
}
.header_inn{
text-align: center;
position: static;
}
.header_circle{
width: 62vw;
max-width: 450px;
height: 62vw;
max-height: 450px;
top: -50%;
left: 50%;
transform: translate(-50%,0);
opacity: 1;
}
.menu-left {
  	width:34%;
	max-width:inherit;
	margin:10px auto;
    transform: translateX(0px);
    opacity: 1;
}
}
@media screen and (max-width: 420px) {
#navi {
width: 100%;
height: 62vw;
transform: translateY(-20vw);
}
#navi.scro  {
transform: translateY(0);
}
#navi.open{
height: 100%;
transform: translateY(0);
}
}

/* 上部メニュー */
#menu {
  width: 80%;
  margin: 25px auto;
  text-align: left;
  list-style:  none;
  display: none;
}
#menu li {
  position: relative;
  white-space: nowrap;
  font-size: 1.4rem;
  text-align: left;
  /*background: #999;*/
}
#menu li a {
  display: inline-block;
  text-decoration: none;
  padding:  0;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}
#menu > li {
  display: block;
  margin: 15px 0;
}
#menu > li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #248abc;
    border-radius:  50%;
    vertical-align: middle;
    margin-right: 8px;
}
#menu > li img{
}

/* スマホ用 */
@media screen and (max-width: 768px) {
  /* 基本非表示 */
  #menu {
    /*display: none;*/
    margin: 25px auto;
    width: 75%;
    /*background-color: #FFF;*/
    /*padding-bottom: 15px;*/
  }
  #menu li {
    height: auto;
    width: 100%;
    padding: 0px 0px;
    /*border-bottom: 1px solid #FFFFFF;*/
    white-space: nowrap;
    font-size: 3.2rem;
  }
  #menu > li {
    margin: 0;
  }
  #menu li a {
    display: inline-block;
    width: 100%;
    padding: 2.4rem 0;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height:auto;
  }
}


/* スマホ用 */

  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * #menu {
    display: block;
  }
  #menu-navibtn:checked ~ * #menu > li {
    max-height: inherit;
    overflow-y: visible;
  }


/* ハンバーガー */
  #navi #navibtn {
    display: block;
    /*position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;*/
    text-align: center;
  }
  .btn_modal{
  border: 0;
  padding: 0;
  margin: 0 auto;
  background: none;
  display: block;
      width: auto;
    height: auto;
    cursor: pointer;
    position: relative;
  }
  #open_modal{
    transform: translateX(30px);
  }
  #close_modal{
  display: none;
  transform: translateX(10px);
  }
  .btn_modal img{
  height: 40px;
  width: auto;
  }
@media screen and (max-width: 768px) {
  #open_modal{
    transform: translateX(0px);
    transform: translateY(20px);
  }
  #close_modal{
  display: none;
  transform: translateX(0px);
  transform: translateY(20px);
  }
  .btn_modal img{
  height: 40px;
  width: auto;
  }
}
@media screen and (max-width: 420px) {
  #open_modal{
    transform: translateX(0px);
    transform: translateY(5px);
  }
  #close_modal{
  display: none;
  transform: translateX(0px);
  transform: translateY(5px);
  }
  .btn_modal img{
  height: 30px;
  width: auto;
  }
}
@media screen and (max-width: 320px) {
  #open_modal{
    transform: translateX(0px);
    transform: translateY(0px);
  }
  #close_modal{
  display: none;
  transform: translateX(0px);
  transform: translateY(0px);
  }
  .btn_modal img{
  height: 25px;
  width: auto;
  }
}

/***** pg wrap ****/
.pg_wrap{
    /*margin-top: 80px;*/
}
@media screen and (max-width: 768px) {
.pg_wrap{
    /*margin-top: 60px;*/
}
}
/***** head ****/

.header_area{
    position: relative;
    width: 100%;
    height: calc(100vh - 0px);
    min-height: 600px;
overflow: hidden;
    background: url("../img/mv_pc.jpg") center bottom no-repeat;
    background-size: cover;
}
.head_block{
width: 100%;
    /*width: 1280px;*/
    margin: 0 auto;

}
.main_logo{
width: 100%;
max-width: 540px;
	   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.mv_logo{
width: 100%;
margin: 0 auto;
}
.main_logo2{
width: 100%;
max-width: 344px;
	   position: absolute;
   bottom: 7%;
   left: 50%;
   transform: translate(-50%,0%);
}
.mv_logo2{
width: 100%;
margin: 0 auto;
}
.mv_logo.loadani{
animation: topani01 2.0s 0s ease both;
}
.mv_logo2.loadani{
animation: topani02 1.0s 1.0s ease both;
}
.mv_scroll{
position: absolute;
bottom: 3%;
   left: 50%;
   transform: translate(-50%,0%);
max-width: 62px;
}
.mv_scroll.loadani{
animation: topani01 2.0s 2.0s ease both;
}
@media screen and (max-width: 768px) {
.header_area{
height: calc(95vh - 44px);
min-height: inherit;
}
.head_block{
}
.main_logo{
width: 72%;
margin: 0 auto;
}
.main_logo2{
width: 58%;
margin: 0 auto;
bottom: 10%;
}
.mv_scroll{
width: 12%;
}
}

@keyframes topani01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes topani02 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*****フッター****/

.l-footer {
    width: 100%;
	margin-top:0px;
    padding:0;
    color: #000;
}
.l-footer .l-footer__inner {
    width:100%;
	max-width: 1280px;
    margin: 0 auto;
    padding: 30px 20px 50px 20px;
	position:relative;
}
.l-footer_wrap{
text-align: center;
}
.foot_logo_main{
max-width: 432px;
margin: 0 auto;
}
.foot_txt{
max-width: 550px;
margin: 30px auto;
}
.foot_partner{
max-width: 460px;
margin: 80px auto 50px;
}
.l-footer_copy{
max-width: 340px;
font-size: 1.2rem;
margin: 3.0rem auto 0;
}
#page-top{
    height: 50px;
    width: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #fff;
    border: solid 2px #0f3d78;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 102;
    /*transition: all .2s;*/
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #0f3d78;
    border-right: 3px solid #0f3d78;
    transform: translateY(20%) rotate(-45deg);
}
#page-top {
}
#page-top:hover {

}
@media (max-width : 768px) {
.l-footer {
}
.l-footer .l-footer__inner {
    width: 86%;
    margin: 0 auto;
    padding: 5rem 0 8rem;
}
.foot_logo_main{
width: 80%;
max-width: inherit;
margin: 0 auto;
}
.foot_txt{
width: 100%;
max-width: inherit;
margin: 5rem auto;
}
.foot_partner{
width: 86%;
max-width: inherit;
margin: 8rem auto 5rem;
}
.l-footer_copy{
width: 75%;
font-size: 2.0rem;
margin: 3.0rem auto 0;
}
#page-top{
    bottom: 25px;
    right: 10px;
	width:40px;
    height: 40px;
}
}


/*****コンテンツ****/
.contents{
	margin-top:0em;
	min-height:500px;
	margin-bottom:0;
}
.main_contents{
padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
.contents{
	margin-top:0em;
	margin-bottom:0em;
}
.main_contents{
padding-bottom: 30px;
}
}

.main_contents a{
color: #170a09;
text-decoration: underline;
text-underline-offset: 0.2em;
text-decoration-thickness: 1px;
}
.main_contents a:hover{
opacity: 0.8;
/*color: #000000;*/
}


/***** messe ****/
.messe_wrap{
margin: 0 auto;
background: rgb(222,233,242);
background: linear-gradient(0deg, rgba(222,233,242,1) 5%, rgba(165,216,234,1) 17%, rgba(79,182,248,1) 60%, rgba(11,68,169,1) 100%);
width: 100%;
height: 100%;
height: calc(100vh - 0px);
position: relative;
overflow: hidden;
}
.messe_wrap2{
width: 100%;
height: 100%;
background: url("../img/messe_bg_btm_pc.png") bottom center repeat-x;
}
.messe_head_wrap2{
position: absolute;
width: 100%;
}
.messe_head_wrap{
max-width: 740px;
margin: 0 auto;
padding: 35vh 0 250px;
}
.messe_txt{

}
@media screen and (max-width: 768px) {
.messe_wrap{
}
.messe_head_wrap{
width: 90%;
margin: 0 auto;
padding: 15vh 0 15rem;
}
.messe_txt{
}
}

/***** umi ****/
.umi_wrap{
width: 100%;
overflow: hidden;
}
.umi_top_wrap{
background: rgb(15,61,120);
background: linear-gradient(0deg, rgba(15,61,120,1) 30%, rgba(65,157,203,1) 100%);
}
.umi_top_bg1{
background: url("../img/bg_hikari_pc.png") top center repeat-x;
z-index: 3;
position: relative;
}
.umi_top_bg2{
background: url("../img/bg_kaimen_pc.png") top center repeat-x;
z-index: 4;
position: relative;
}
.umi_top_conts{
width: 92%;
max-width: 900px;
margin: 0 auto;
padding: 300px 0;
position: relative;
z-index: 5;
}
.phase1 .umi_top_conts{
padding-bottom: 120px;
}
.phase2 .umi_top_conts{
padding-bottom: 200px;
}
.umi_btm_wrap{
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(15,61,120,1) 100%);
}
.umi_btm_wrap.umi_btm_cs{
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(15,61,120,0.5) 60%, rgba(15,61,120,0) 90%);
}
.umi_btm_bg3{
background: url("../img/bg_btm_hikari_1.png") bottom center repeat-x;
}
.umi_btm_bg3.ani_btm.fadein{
animation: bg_btm_1 230.0s  linear both;
}
.umi_btm_bg3_2{
background: url("../img/bg_btm_hikari_2.png") bottom center repeat-x;
}
.umi_btm_bg3_2.ani_btm.fadein{
animation: bg_btm_1 600.0s  linear both;
}
.umi_btm_bg4{
background: rgb(42,128,167);
background: linear-gradient(0deg, rgba(42,128,167,1) 0%, rgba(42,128,167,0) 5%);
position: relative;
}
.umi_btm_bg4.umi_btm_cs{
background: linear-gradient(0deg, rgba(42,128,167,1) 0%, rgba(42,128,167,0) 2%);
position: relative;
}
.umi_btm_conts{
width: 92%;
max-width: 900px;
margin: 0 auto;
padding: 0 0 200px;
}
@media screen and (max-width: 768px) {
.umi_wrap{
}
.umi_top_wrap{
background: linear-gradient(0deg, rgba(15,61,120,1) 50%, rgba(65,157,203,1) 100%);
}
.umi_top_bg1{
background-size: 100% auto;
}
.umi_top_bg2{
background-size: 300% auto;
}
.umi_top_conts{
width: 84%;
padding: 20rem 0 30rem;
}
.phase1 .umi_top_conts{
padding-bottom: 8rem;
}
.phase2 .umi_top_conts{
padding-bottom: 15rem;
}
.umi_btm_wrap{
}
.umi_btm_bg3{
background-size: 100% auto;
}
.umi_btm_bg3_2{
background-size: 100% auto;
}
.umi_btm_bg4{
}
.umi_btm_conts{
width: 90%;
padding: 0 0 8rem;
}
}

@keyframes bg_btm_1 {
0% {
background-position: 0  bottom;
}
100% {
background-position:  0 5000px;
}
}

/***** awa ****/
.awa_01{
position: absolute;
max-width: 140px;
z-index: 2;
padding-top: 400px;
}
.awa_02{
position: absolute;
max-width: 70px;
z-index: 2;
padding-top: 300px;
}
.awa_01_1{
left: 50%;
margin-left: -380px;
/*top: 100vh;*/
}
.awa_01_2{
left: 50%;
margin-left: 320px;
/*top: 150vh;*/
}
.awa_01_3{
left: 50%;
margin-left: -380px;
/*top: 200vh;*/
}
.awa_02_1{
left: 50%;
margin-left: 380px;
top: 200px;
}
.awa_02_2{
left: 50%;
margin-left: -500px;
top: 350px;
}
.awa_02_3{
left: 50%;
margin-left: -450px;
top: 800px;
}
.awa_02_4{
left: 50%;
margin-left: 380px;
top: 1200px;
}
.awa_02_5{
left: 50%;
margin-left: -500px;
top: 1600px;
}
@media screen and (max-width: 768px) {
.awa_01{
position: absolute;
max-width: 70px;
padding-top: 40rem;
}
.awa_02{
position: absolute;
max-width: 40px;
padding-top: 30rem;
}
.awa_01_1{
left: 5%;
margin-left: 0;
/*top: 0rem;*/
}
.awa_01_2{
left: 80%;
margin-left: 0;
/*top: 30rem;*/
}
.awa_01_3{
left: 5%;
margin-left: 0;
/*top: 180rem;*/
}
.awa_02_1{
left: 80%;
margin-left: 0;
top: 10rem;
}
.awa_02_2{
left: 5%;
margin-left: 0;
top: 30rem;
}
.awa_02_3{
left: 5%;
margin-left: 0;
top: 130rem;
}
.awa_02_4{
left: 80%;
margin-left: 0;
top: 230rem;
}
.awa_02_5{
left: 5%;
margin-left: 0;
top: 280rem;
}
}


/***** cm ****/
.cm_wrap{
max-width: 600px;
margin: 0 auto 150px;
}
.cm_ttl{
margin: 0 auto 20px;
}
.cm_fig_wrap{
position: relative;
  outline: 3px solid #FFF;
  outline-offset: -3px;
}
.cm_btn{
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 768px) {
.cm_wrap{
margin: 0 auto 20rem;
}
.cm_ttl{
margin: 0 auto 3rem;
}
.cm_fig_wrap{
}
.cm_btn{
}
}


/***** cs ****/
.cs_wrap{
max-width: 400px;
margin: 250px auto 0px;
}
.cs_ttl{
margin: 0;
}
@media screen and (max-width: 768px) {
.cs_wrap{
width: 80%;
margin: 30rem auto 0rem;
}
.cs_ttl{
margin: 0;
}
}

/***** threaten ****/
.threaten_wrap{
max-width: 700px;
margin: 0 auto;
position: relative;
}
.threaten_head{
}
.threaten_head_ttl{
max-width: 120px;
display: inline-block;
vertical-align: top;
}
.threaten_head_read{
display: inline-block;
vertical-align: top;
margin-left: 30px;
font-size: 1.8rem;
color: #FFF;
}
.threaten_box{
max-width: 420px;
position: relative;
}
.threaten_box_01{
margin: -240px 0 0 auto;
}
.threaten_box_02{
margin: -170px auto 0 0;
}
.threaten_box_03{
margin: -180px 0 0 auto;
}
.threaten_box_read{
position: absolute;
color: #FFF;
font-size: 1.5rem;
width: 80%;
}
.threaten_box_read_01{
top: 38%;
left: 10%;
}
.threaten_box_read_02{
top: 27%;
left: 10%;
}
.threaten_box_read_03{
top: 32%;
left: 10%;
}
@media screen and (max-width: 768px) {
.threaten_wrap{
max-width: inherit;
}
.threaten_head{
}
.threaten_head_ttl{
width: 23%;
max-width: inherit;
}
.threaten_head_read{
width: 70%;
margin-left: 5%;
font-size: 2.4rem;
}
.threaten_box{
max-width: inherit;
position: relative;
}
.threaten_box_01{
margin: -4rem auto 4rem;
}
.threaten_box_02{
margin: 4rem auto;
}
.threaten_box_03{
margin: 4rem auto;
}
.threaten_box_read{
font-size: 2.3rem;
width: 80%;
}
.threaten_box_read_01{
top: 36%;
left: 12%;
}
.threaten_box_read_02{
top: 27%;
left: 12%;
}
.threaten_box_read_03{
top: 32%;
left: 12%;
}
}

/***** asit ****/
.asit_wrap{
max-width: 900px;
margin: 120px auto 0px;
position: relative;
}
.phase2 .asit_ttl{
padding-top: 100px;
}
.asit_read{
font-size: 3.3rem;
font-weight: 700;
color: #FFF;
text-align: center;
margin: 40px auto 0;
}
.asit_read span{
color: #00b0c2;
font-size: 130%;
font-weight: 900;
line-height: 1.0;
}
.asit_note{
font-size: 1.2rem;
color: #FFF;
text-align: center;
margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
.asit_wrap{
max-width: inherit;
margin: 10rem auto 0px;
}
.asit_ttl{
margin: 0 -20%;
}
.phase2 .asit_ttl{
padding-top: 10rem;
}
.asit_read{
font-size: 3.3rem;
margin: 4rem auto 0;
}
.asit_read span{
}
.asit_note{
font-size: 2.0rem;
margin: 1rem auto 0;
}
}


/***** species ****/
.species_wrap{
max-width: 700px;
margin: 0 auto;
position: relative;
}
.species_ttl{
max-width: 190px;
display: inline-block;
vertical-align: top;
}
.species_list_wrap{
max-width: 470px;
display: inline-block;
vertical-align: top;
margin-left: 35px;
}
ul.species_list{
letter-spacing: -0.4em;
}
ul.species_list li{
letter-spacing: normal;
display: inline-block;
max-width: 220px;
margin: 0 20px 30px 0;
}
ul.species_list li:nth-child(2n){
margin-right: 0;
}
.species_name{
text-align: center;
color: #FFF;
font-size: 1.5rem;
font-weight: 700;
margin: 0.8rem 0 0;
}
.species_read{
font-size: 1.56rem;
margin: 30px auto 0;
}
.species_circle{
width: 100%;
height: 200px;
position: absolute;
background: url("../img/species_circle.png") top left repeat-x;
top: 480px;
animation: bgloop 20s linear infinite;
}
@keyframes bgloop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1400px 0;
    }
}
@media screen and (max-width: 768px) {
.species_wrap{
max-width: inherit;
margin: 0 auto 0px;
}
.species_ttl{
width: 85%;
max-width: inherit;
display: block;
margin-bottom: 5rem;
}
.species_list_wrap{
width: 100%;
max-width: inherit;
display: block;
margin-left: 0;
}
ul.species_list{
}
ul.species_list li{
width: 47%;
max-width: inherit;
margin: 0 6% 7% 0;
}
.species_name{
font-size: 2.0rem;
margin: 1.2rem 0 0;
}
.species_read{
font-size: 2.4rem;
margin: 3.0rem auto 0;
}
.species_circle{
height: 100px;
background-size: auto 100px;
top: 105rem;
animation: bgloopsp 15s linear infinite;
}
}
@keyframes bgloopsp {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -700px 0;
    }
}
/***** redlist ****/
.redlist_block{
max-width: 700px;
margin: 50px  auto 0;
position: relative;
}
.redlist_acd_wrap{
background: #ffffff;
border-radius: 30px;
}
.redlist_sttl_wrap{
text-align: center;
margin-bottom: 10px;
padding: 3px 3px 10px;
position: relative;
cursor: pointer;
}
.redlist_sttl{
font-size: 2.7rem;
color: #FFFFFF;
text-align: center;
background: #0d3569;
border-radius: 30px;
width: 100%;
font-weight: 700;
padding: 20px 40px 20px 0;
}
/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.redlist_sttl .icon-wrap {
  position: absolute;
  right: 12px;
  top: 48%;
  transform: translatey(-50%);
  width: 50px;
  height: 50px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.redlist_sttl .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.redlist_sttl .icon:before,
.redlist_sttl .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #239bd8;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 4px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.redlist_sttl .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* プラスアイコンクリック後、マイナスにする */
.redlist_sttl .icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.redlist_box_wrap{
padding: 0 40px 40px 30px;
color: #000;
display: none;
}
@media screen and (max-width: 768px) {
.redlist_block{
max-width: inherit;
margin: 5rem  auto 0;
}
.redlist_acd_wrap{
border-radius: 20px;
}
.redlist_sttl_wrap{
margin-bottom: 2.0rem;
padding: 3px 3px 10px;
}
.redlist_sttl{
font-size: 3.3rem;
border-radius: 20px;
padding: 3.0rem 3px 3.0rem 0;
}
.redlist_sttl .icon-wrap {
  width: 36px;
  height: 36px;
}
}

/***** activity ****/
.activity_wrap{
max-width: 800px;
margin: 200px  auto 0;
letter-spacing: -0.4em;
/*overflow: hidden;*/
/*height: 100%;*/
position: relative;
font-size: 0;
}
.phase2 .activity_wrap{
margin-top: 0;
}
.activity_wrap .scrollmagic-pin-spacer{
min-height: inherit !important;
}
.activity_list_wrap{
letter-spacing: normal;
display: inline-block;
width: calc(100% - 400px);
max-width: 400px;
vertical-align: top;
z-index: 1;
position: relative;
}
.activity_ttl_wrap{
letter-spacing: normal;
display: inline-block;
/*width: 44%;*/
width: 340px;
margin-left: 60px;
vertical-align: top;
z-index: 1;
}
.activity_ttl_fig{
float: right;
/*width: 55%;*/
max-width: 190px;
margin-left: 30px;
vertical-align: top;
}
.activity_ttl_read{
float: left;
max-width: 120px;
vertical-align: top;
font-size: 1.8rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
height: 63rem;
}
ul.activity_list li{
margin: 0 0 45px;
padding-bottom: 30px;
border-bottom: solid 2px #FFF;
}
ul.activity_list li:last-child{
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.activity_fig img{
border-radius: 20px;
}
.activity_sttl{
font-size: 2.48rem;
margin: 3.0rem auto 0;
color: #239bd8;
font-weight: 700;
}
.activity_read{
font-size: 1.45rem;
margin: 1.0rem auto;
}
.activity_btm_fig{
max-width: 900px;
margin: 100px  auto 0;
}
@media screen and (max-width: 768px) {
.activity_wrap{
width: 86%;
max-width: inherit;
margin: 20rem  auto 0;
  display: flex;
  flex-wrap: wrap; 
}
.activity_list_wrap{
display: block;
width: 100%;
max-width: inherit;
order: 2;
}
.activity_ttl_wrap{
display: block;
width: 100%;
max-width: inherit;
margin-left: 0px;
order: 1;
text-align: center;
margin-bottom: 8rem;
}
.activity_ttl_fig{
float: none;
display: inline-block;
width: 40%;
max-width: inherit;
margin-left: 4rem;
}
.activity_ttl_read{
float: none;
display: inline-block;
width: 40%;
max-width: inherit;
font-size: 2.4rem;
height: auto;
  max-height: 76rem;
  text-align: left;
}
ul.activity_list li{
margin: 0 0 6rem;
padding-bottom: 4rem;
border-bottom: solid 2px #FFF;
}
.activity_fig img{
border-radius: 15px;
}
.activity_sttl{
font-size: 3.5rem;
margin: 4.0rem auto 0;
}
.activity_read{
font-size: 2.4rem;
margin: 2.0rem auto;
}
.activity_btm_fig{
margin: 10rem  -5.5% 0;
}
}

/***** jera ****/
.jera_wrap{
width: 100%;
overflow: hidden;
background: rgb(42,128,167);
background: linear-gradient(180deg, rgba(42,128,167,1) 0%, rgba(242,233,236,1) 25%);
color: #001d42;
}
.jera_conts{
max-width: 700px;
margin: 0 auto 0;
padding: 30px 0 100px;
}
.jera_top_wrap{
}
.jera_top_fig{
margin-right: -105px;
width: 120%;
max-width: 805px;
transform: translateX(40px);
}
@media screen and (max-width: 1000px) {
.jera_top_fig{
width: 110%;
margin-right: -50px;
transform: translateX(20px);
}
}
.jera_top_txt{
margin: -300px 0 50px;
max-width: 532px;
position: relative;
}
.jera_top_read{
font-size: 1.8rem;
position: relative;
}
.jera_power_wrap{
margin: 80px auto;
}
.jera_power_box{
margin: 50px auto;
}
.jera_power_box_s{
margin: 20px auto;
}
.jera_power_fig{
max-width: 346px;
}
.jera_power_box_s .jera_power_fig{
max-width: 310px;
}
.jera_power_fig img{
border-radius: 20px;
}
.jera_power_fig_r{
float: right;
margin-left: 25px;
}
.jera_power_fig_l{
float: left;
margin-right: 25px;
}
.jera_power_ttl{
font-size: 2.5rem;
font-weight: 700;
color: #0080ac;
line-height: 1.5;
}
.jera_power_box_s .jera_power_ttl{
font-size: 1.9rem;
}
.jera_power_read{
font-size: 1.5rem;
margin: 1.2rem 0;
line-height: 1.5;
}
.power_btn{
font-size: 2.7rem;
font-weight: 700;
text-align: center;
color: #0080ac;
border: solid 3px #0080ac;
border-bottom: solid 10px #0080ac;
border-radius: 30px;
}
.power_btn a{
display: block;
color: #0080ac;
text-decoration: none;
padding: 2.0rem 1.0rem;
position: relative;
}
.power_btn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #0080ac;
  border-right: 4px solid #0080ac;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
.jera_wrap{
}
.jera_conts{
width: 90%;
max-width: inherit;
margin: 0 auto 0;
padding: 5rem 0 10rem;
}
.jera_top_wrap{
}
.jera_top_fig{
transform: translateX(0px);
width: 90%;
margin: 0 0 0 auto;
}
.jera_top_txt{
margin: -18rem 0 5rem;
width: 96%;
max-width: inherit;
}
.jera_top_read{
font-size: 2.4rem;
}
.jera_power_wrap{
margin: 8rem auto 5rem;
}
.jera_power_box{
margin: 4rem auto;
}
.jera_power_box_s{
margin: 4rem auto;
}
.jera_power_fig{
width: 100%;
max-width: inherit;
}
.jera_power_box_s .jera_power_fig{
max-width: inherit;
}
.jera_power_fig img{
border-radius: 3rem;
}
.jera_power_fig_r{
float: none;
margin-left: 0px;
}
.jera_power_fig_l{
float: none;
margin-right: 0px;
}
.jera_power_ttl{
font-size: 3.2rem;
margin: 2rem 0 0;
}
.jera_power_box_s .jera_power_ttl{
font-size: 3.2rem;
}
.jera_power_read{
font-size: 2.4rem;
margin: 1.5rem 0;
}
.power_btn{
font-size: 2.5rem;
font-weight: 700;
text-align: center;
color: #0080ac;
border: solid 3px #0080ac;
border-bottom: solid 10px #0080ac;
border-radius: 20px;
}
.power_btn a{
padding: 3.0rem 1.0rem;
}
.power_btn a::after {
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #0080ac;
  border-right: 3px solid #0080ac;
}
}


/***** life ****/
.life_box{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
}
.life_box_01{
max-width: 100px;
left: -100px;
top: 400px;
animation: life_01 10s 0s ease infinite;
}
@media screen and (max-width: 768px) {
.life_box_01{
width: 15%;
top: 85rem;
}
}

@keyframes life_01 {
0% {
transform: translate(0 , 0px);
}
14%,
20%{
transform: translate(25vw , 10px);
}
34%,
40%{
transform: translate(45vw , -10px);;
}
54%,
60%{
transform: translate(65vw , 10px);
}
74%,
80%{
transform: translate(85vw , -10px);
}
100% {
transform: translate(calc(100vw + 100px) , 0);
}
}

.life_box_02{
max-width: 300px;
right: -300px;
top: 1200px;
animation: life_02 13.5s 0s ease-in-out infinite;
}
.phase2 .life_box_02{
top: 850px;
}
@media screen and (max-width: 768px) {
.life_box_02{
width: 50%;
top: 230rem;
}
.phase2 .life_box_02{
top: 170rem;
}
}


@keyframes life_02 {
0% {
transform: translate(0 , 0px);
}
32%,
33.5%{
transform: translate(-40vw , 10px);
}
65.5%,
67%{
transform: translate(-80vw , -10px);;
}

100% {
transform: translate(calc(-100vw - 300px) , 0);
}
}

.life_box_03{
max-width: 270px;
left: -270px;
top: 180px;
animation: life_03 12s 0s ease  infinite;
}
.phase2 .life_box_03{
top: 1300px;
}
@media screen and (max-width: 768px) {
.life_box_03{
width: 45%;
top: 40rem;
}
.phase2 .life_box_03{
top: 260rem;
}
}
@keyframes life_03 {
0% {
transform: translate(0 , 0px);
}
25%{
transform: translate(30vw , 10px);
}
50%{
transform: translate(60vw , -10px);
}
75%{
transform: translate(90vw , 10px);
}
100% {
transform: translate(calc(100vw + 270px) , 0);
}
}


.life_box_04{
max-width: 400px;
right: -400px;
top: 700px;
animation: life_04 12s 0s ease-in-out infinite;
}
.phase2 .life_box_04{
top: 100px;
}
@media screen and (max-width: 768px) {
.life_box_04{
width: 70%;
top: 150rem;
}
.phase2 .life_box_04{
top: -5rem;
}
}
@keyframes life_04 {
0% {
transform: translate(0 , 0px);
}
50%{
transform: translate(-80vw , -10px);;
}

100% {
transform: translate(calc(-100vw - 400px) , 0);
}
}


.life_box_05{
max-width: 50px;
left: 50%;
}
.life_box_05_1{
top: 1100px;
margin-left: -500px;
animation: life_05 5s ease infinite;
}
.phase2 .life_box_05_1{
top: -150px;
}
.life_box_05_2{
top: 1200px;
margin-left: -600px;
animation: life_05  6s 1s ease infinite;
}
.phase2 .life_box_05_2{
top: -50px;
}
.life_box_05_3{
top: 1300px;
margin-left: -550px;
animation: life_05  7s 1.5s ease infinite;
}
.phase2 .life_box_05_3{
top: 50px;
}
@media screen and (max-width: 768px) {
.life_box_05{
width: 8%;
}
.life_box_05_1{
top: 210rem;
margin-left: -46%;
}
.phase2 .life_box_05_1{
top: 0rem;
}
.life_box_05_2{
top: 220rem;
margin-left: -48%;
}
.phase2 .life_box_05_2{
top: 20rem;
}
.life_box_05_3{
top: 230rem;
margin-left: -43%;
}
.phase2 .life_box_05_3{
top: 30rem;
}
}
@keyframes life_05 {
0% {
  transform: translate(0 , 0px);
}
25% {
  transform: translate(10px , 10px);
}
50% {
  transform: translate(0 , 10px);
}
75% {
  transform: translate(10px , 0px);
}
100% {
  transform: translate(0 , 0px);
}
}


.life_box_06{
max-width: 180px;
right: -180px;
top: 300px;
z-index: 1;
animation: life_06 16s 0s linear infinite;
}
@media screen and (max-width: 768px) {
.life_box_06{
width: 30%;
top: 50rem;
}
}
@keyframes life_06 {
0% {
transform: translate(0 , 0px);
}
25%{
transform: translate(-30vw , 20px);
}
30%{
transform: translate(-35vw , 20px);
}
50%{
transform: translate(-55vw , -20px);
}
55%{
transform: translate(-60vw , -20px);
}
75%{
transform: translate(-80vw , 20px);
}
80%{
transform: translate(-85vw , 20px);
}
100% {
transform: translate(calc(-100vw - 180px) , -20px);
}
}


.life_box_07{
max-width: 100px;
right: -100px;
top: 800px;
z-index: 1;
animation: life_07 36s 0s ease infinite;
}
@media screen and (max-width: 768px) {
.life_box_07{
width: 15%;
top: 200rem;
}
}
@keyframes life_07 {
0% {
transform: translate(0 , 0px);
}
25%{
transform: translate(-30vw , 10px);
}
50%{
transform: translate(-55vw , -10px);
}
75%{
transform: translate(-80vw , 10px);
}
100% {
transform: translate(calc(-100vw - 100px) , -10px);
}
}


.life_box_08{
max-width: 525px;
left: -525px;
bottom: 50px;
animation: life_08 16s 0s ease-in-out  infinite;
}
@media screen and (max-width: 768px) {
.life_box_08{
width: 80%;
bottom: 2rem;
}
}
@keyframes life_08 {
0% {
transform: translate(0 , 0px);
}

100% {
transform: translate(calc(100vw + 525px) , 0);
}
}

.mfp-iframe-holder .mfp-content{
max-width: 1200px;
}
.close-icon{
  text-align: right;
  display: block;
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 36px;
  height: 36px;
  line-height: 0;
}
@media screen and (max-width: 1300px){
.close-icon{
  top: -40px;
  right: 0px;
  width: 30px;
  height: 30px;
}
.close-icon img{
	width:100%;
}
}
.mfp-bg {
	opacity:0.6;
 }

.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mfp-content {
width: 90%;
	max-width: 1200px;
	padding-top: 44px;
}


  .movie-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(000, 000, 000, 0.80);
    pointer-events: none;
    transition: all 0.0s;
    z-index: 999;
  }
  .movie-modal.active {
    opacity: 1;
    pointer-events: all;
  }

  .modal-box {
    position: relative;
    width: 98%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
  }

  .modal-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
  }

  .movie {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }

  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #close {
    position: absolute;
    right: 0;
    top: -44px;
    cursor: pointer;
    z-index: 100;
      width: 36px;
  height: 36px;
  }

  #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }






/***** anime ****/
.anime {
    opacity : 0.01;
    transform : translate(0, 30px);
    transition : all 1200ms;
    }
.anime.fadein {
    opacity : 1;
    transform : translate(0, 0);
    }
.ani_awa,
.ani_awa2{
    opacity : 0.01;
    /*transform : translate(0, 0px);*/
    transition : all 0ms;
    }
.ani_awa.fadein {
    opacity : 1;
    /*transform : translate(0, 0);*/
    animation: awa_ani_01 16.0s  linear both;
    }
.ani_awa2.fadein {
    opacity : 1;
    /*transform : translate(0, 0);*/
    animation: awa_ani_01 26.0s  linear both;
    }
.awa_01_yoko{
animation: awa_ani_01_yure 1.0s  ease-in-out infinite;    
}
.awa_01_yoko2{
animation: awa_ani_02_yure 1.0s  ease-in-out infinite;    
}
@keyframes awa_ani_01 {
0% {
transform: translate(0 , 0px);
}
100% {
transform: translate(0, -4200px);
}
}
@keyframes awa_ani_01_yure {
0% {
transform: translate(0px , 0px);
}
50% {
transform: translate(10px , 0px);
}
100% {
transform: translate(0, 0px);
}
}
@keyframes awa_ani_02_yure {
0% {
transform: translate(0px , 0px);
}
50% {
transform: translate(5px , 0px);
}
100% {
transform: translate(0, 0px);
}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.pc-only{ display:inline;}
.sp-only{ display:none;}
.pc-b-only{ display: block;}
.sp-b-only{ display:none;}
@media screen and (max-width: 768px) {
.pc-only{ display:none;}
.sp-only{ display:inline;}
.pc-b-only{ display: none;}
.sp-b-only{ display:block;}
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

