@charset "UTF-8";


/* =====================
	共通
======================= */
.roboto{font-family: 'Roboto', sans-serif;}
.roboto-c{font-family: 'Roboto Condensed', sans-serif;letter-spacing: 2px;}
html{
  position: relative;
  height: 100vh;
  overflow-x: hidden;
}
body {
    font-family: "YakuHanJP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*min-width: 1156px;*/
	color: #333333;
	font-feature-settings: "palt";
	position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 17px);  /* デフォルト値 */
  height: 100%;
  overflow-y: hidden;
}
html.disable-scroll {
  width: 100vw;
  height: 100%;
}
body.disable-scroll {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  box-sizing: border-box;
}
section{}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "YakuHanJP", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
a{
	color: inherit;
	text-decoration: none;
}
#loader-bg {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 2;
}
#loader {
  display: none;
  text-align: center;
  z-index: 2;
  font-size: 30px;
  line-height: 46px;
  color: #ea310c;
  opacity: 0;
  animation-name: opac;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  width: 100%;
}
#loader img{
  width: 277px;
}
@keyframes opac {
    100% {
        opacity: 1;
    }
}
a.trigger{cursor: pointer; transition: 0.6s;position: relative; display: inline-block;}
a.trigger::before{content: ""; background: #ffdedb; position: absolute;left: 0; top: 20%; width: 100%; height: 60%; z-index: -1;}
a.trigger::after{content: "?"; font-size: 8px; color: #fff; width: 12px; height: 12px; background: #e8310c; border-radius: 50%; box-sizing: border-box; display: flex; justify-content: center; align-items: center; position: absolute; top: -4px; right: -6px;}
a.trigger:hover{opacity: 0.6;}


header{position: fixed; top: 0; left: 0; width: 100%; z-index: 10; background: #fff; }
header nav{display: flex; justify-content: space-between; padding: 5px 25px 5px 13px; box-sizing: border-box; height: 40px; width: 100%;}
header nav .logo{ width: 81px; height: 18px; padding-top: 7px;}
header nav ul{ display: flex;}
header nav ul li{ display: flex; background: #fff; padding: 0 16px; box-sizing: border-box; height: 30px; border-radius: 15px; line-height: 30px; font-size: 14px; font-weight: bold;}
header nav ul li.active{ background: #f24643; color: #fff;}

header nav ul li:nth-of-type(3){ display: block;}

header nav ul li:nth-of-type(4),header nav ul li:nth-of-type(5){ display: none;}
body[data-pagescroll-index="4"]  header nav ul li:nth-of-type(4){ display: block;}
body[data-pagescroll-index="4"]  header nav ul li:nth-of-type(3){ display: none;}
body[data-pagescroll-index="5"]  header nav ul li:nth-of-type(5){ display: block;}
body[data-pagescroll-index="5"]  header nav ul li:nth-of-type(3){ display: none;}

header nav ul li~li{ margin-left: 3px;}
header nav ul li a{cursor: pointer;}

.footer{
    height: 40px; display: flex; justify-content: space-between; padding: 5px 25px 5px 13px; box-sizing: border-box; width: 100%; background: #fff; position: absolute; bottom: 0; z-index: 3;
    left: 0;
}
.footer ul{ width: 100%; display: flex; justify-content: space-between;}
.footer ul li{ list-style: none; display: flex; justify-content: center; align-items: center;}
.footer ul li .logo{ width: 81px; height: 18px; padding-top: 7px;}
.footer ul li small{ font-size: 11px; color: #999999;}

/* ぽっぷアップ
------------------------------------------------ */
.popup-contents *{ }
.fullscreen { position:absolute; left:0; top:0; min-width:100%; min-height:100%; overflow:hidden; z-index: 100;}
.popup-contents { background-color:rgba(255,255,255,0.95); display:none; height:100%; min-height:0; align-items: center; }
.popup-contents .frame { margin:0 auto; text-align:left; box-sizing: border-box; position: relative;}
.popup-contents .wrapper { width:100%; height:100%; text-align: center; transition:scroll 0.5s; position: relative;}
.popup-contents .content { height: 100%; max-width: 520px; margin: auto; position: relative; }
.popup-contents .content h4 { font-size: 18px; font-weight: 600; position: relative; padding-left: 34px; margin-bottom: 24px; text-align: left;}
.popup-contents .content h4::before {content: "?"; font-size: 18px; color: #fff; width: 23px; height: 23px; background: #e8310c; border-radius: 50%; box-sizing: border-box; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0;}
.popup-contents .content p {font-size: 15px; line-height: 25px; margin-bottom: 12px; text-align: left;}
.popup-contents .content .sup{font-size: 12px; line-height: 20px; margin-bottom: 12px; text-align: left;}
.popup-contents .content p a{display: inline-block;}
.popup-contents .content p a:link {color:#333333;}
.popup-contents .content p a:visited {color:#333333;}
.popup-contents .content p a:hover {color:#999999;}
.popup-contents .content p a:active {color:#333333;}
.popup-contents .content .popup-close {}
.popup-contents .content .popup-close a { text-decoration: underline;}
.popup-contents .content img {max-width: 100%;}
.popup-contents .content span {display: inline-block; font-size: 15px; margin-top: 6px;}
.popup-contents .close-btn { position:absolute; z-index: 102; right:40px; top:40px; width:36px; height:36px; background:url("../images/common/close.png") center center no-repeat; }
.popup-contents .close-btn:hover { cursor:pointer; }
.popup-contents .iframe { position: relative; z-index: 0;}
.popup-contents .iframe iframe { width: calc(100vw - 100px); height: calc(100vh - 100px); position: relative; top: 0; z-index: 0;}

main { position:absolute; left:0; top:0; width:100%; height:100%; margin-top:40px; }
.pagescroll_pages { position:absolute; left:0; top:0; width:100%; height:100%; }
.pagescroll_pages section { position:relative; width:100%; height:100%; height:calc(100% - 40px); overflow:hidden; }

section#top{ }
section#top h1{ position: absolute; top: calc(50% - 140px); z-index: 51; width: 672px; height: 280px; left: calc((50% - 447px) + 17px); }
section#top p.photo-time{ position: absolute; bottom: 28px; right: 45px; background: rgba(0,0,0,0.5); padding: 6px 8px; font-size: 14px; line-height: 14px; color: #fff; font-weight: 400; }
section#top h2{ font-size: 22px; font-weight: 700; letter-spacing: 0.05em; position: absolute; top: calc(45% + 40px); width: 30%; height: 24px; left: calc(50% - 15%); text-align: center; line-height: 24px; color: #ffffff;}

.down-next {width: 40px; height: 40px; position: absolute; bottom: 80px; left: calc(50% - 20px); z-index: 1; display: block;}
body[data-pagescroll-index="8"] .down-next{display: none;}
.down-next li{width: 100%; height: 100%; position: absolute; top: 0; list-style: none; transition: 0.6s;}
.down-next li a{transition: 0.6s; border-radius: 50%; display: block; width: 100%; height: 100%; background: url("../images/top/slider/down-arrow.png") #40adcd;  cursor: pointer; opacity: 1; }
.down-next li a:hover{opacity: 0.6;}

.up-prev {width: 40px; height: 40px; position: absolute; top: 40px; left: calc(50% - 20px); z-index: 1; display: block;}
body[data-pagescroll-index="1"] .up-prev{display: none;}
.up-prev li{width: 100%; height: 100%; position: absolute; top: 0; list-style: none; transition: 0.6s;}
.up-prev li a{transition: 0.6s; border-radius: 50%; display: block; width: 100%; height: 100%; background: url("../images/top/slider/down-arrow.png") #40adcd;  cursor: pointer; opacity: 1;     transform: rotateX(180deg); }
.up-prev li a:hover{opacity: 0.6;}

section#news{display: flex; background: url(../images/top/news/info-bg.jpg) no-repeat right center; background-size: cover;}
section#news .left{width: 50%; display: flex; justify-content: center; align-items: center; padding: 0 50px 0 80px; box-sizing: border-box; color: #fff; background: #42b4d6;}
section#news .left .inner{}
section#news .left .inner .about-title{font-size: 16px; line-height: 18px; padding-left: 25px; position: relative;}
section#news .left .inner .about-title::before{content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 4px; background: #fff; }
section#news .left .inner p{font-size: 15px; line-height: 36px; margin-top: 6px; }
section#news .right{width: 50%; height: calc(100% + 40px); margin-top: -40px; padding: 60px 80px 0 50px; border-top: 70px solid rgba(0,0,0,0); border-bottom: 23px solid rgba(0,0,0,0); box-sizing: border-box; overflow-y: scroll;  position: relative; background: rgba(255,255,255,0.9);}
section#news .right .inner{ position: relative; z-index: 2;}
section#news .right .inner .info-title{font-size: 16px; line-height: 18px; padding-left: 25px; position: relative; margin-bottom: 10px;margin-bottom: 20px;}
section#news .right .inner .info-title::before{content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 4px; background: #42b4d6; }
section#news .right .inner h2{font-size: 30px; line-height: 1.2; margin-bottom: 36px;}
section#news .right .inner ul{width: 100%;}
section#news .right .inner ul li{ padding: 28px 0 24px; list-style: none; border-top: 1px solid #e5e5e5;}
section#news .right .inner ul li:last-of-type{ border-bottom: 1px solid #e5e5e5;}
section#news .right .inner ul li dl{}
section#news .right .inner ul li dl dt{color: #42b4d6; font-size: 18px; line-height: 20px; margin-bottom: 8px;}
section#news .right .inner ul li dl dd{ font-size: 15px; line-height: 28px;}

section#current_status { display: flex; background: url("../images/top/current_status/warter-bg.png") right bottom no-repeat; background-size: auto;}
section#current_status .left{width: 50%; display: flex; align-items: center; padding: 0 50px 0 80px; box-sizing: border-box;}
section#current_status .left .inner{ width: 100%;}
section#current_status .left .inner .water-title{font-size: 18px; line-height: 18px; padding: 6px 10px; display: block; margin-bottom: 28px; background:#42b4d6; color: #fff; position: relative; max-width: 362px; text-align: center; box-sizing: border-box;}
section#current_status .left .inner ul{margin-bottom: 100px; display: inline-block;}
section#current_status .left .inner ul li{ list-style: none; text-align: right;}
section#current_status .left .inner ul li~li{border-top: 2px solid #9a9a9a; padding-top: 10px; }
section#current_status .left .inner ul li~li{margin-top: 10px; }
section#current_status .left .inner ul li.current-warter .subtitle{ color: #333; text-align: left;}
section#current_status .left .inner ul li .subtitle{ font-size: 16px; line-height: 16px; font-weight: bold; margin-top: 10px; color: #4c4c4c; text-align: left;}
section#current_status .left .inner ul li .subundertitle{ font-size: 12px; line-height: 16px; font-weight: 400; margin-top: 0px; color: #e8310c; text-align:right; }
section#current_status .left .inner ul li.current-warter p{color:#42b4d6;}
section#current_status .left .inner ul li p{text-align: right;font-size: 120px; line-height: 122px; color: #808080; font-weight: 500; letter-spacing: -0.04em; position: relative; padding-right: 68px; display: inline-block; white-space: nowrap;}
section#current_status .left .inner ul li p::after{content: "㎥"; position: absolute; right: 0; bottom: 0; font-size: 63px; line-height: 82px;}
section#current_status .left .inner ul li.current-warter p::after{bottom: 10px;}
section#current_status .left .inner > p{font-size: 15px; line-height: 30px;}
section#current_status .right{width: 50%; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
section#current_status .right .inner{}
section#current_status .right .inner .tank{ width: 431px; height: 517px; position: relative;}
section#current_status .right .inner .tank > img{ position: absolute; top: 0; left: -75px; z-index: 2;}
section#current_status .right .inner .tank .tout{ width: 100%; height: calc(100% - 88px);}
section#current_status .right .inner .tank .tout2{ width: 100%; height: 83px;}
section#current_status .right .inner .tank .tout {
    position: relative;
}
section#current_status .right .inner .tank .tout:first-child div {
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
body[data-pagescroll-index="3"]  section#current_status .right .inner .tank .tout:first-child > div::before {
	content: "";
	background: url("../images/top/current_status/warter02.gif") repeat;
    width: 100%;
    height: 78px;
	border-radius: 50%;
	position: absolute;
	bottom: -71px;
	left: 0;
	border: 2px solid #fff;
	box-sizing: border-box;
	z-index: 1;
	animation-name: anim3, color-change, color;
    animation-duration: 1s;
	animation-delay: 1s;
    animation-timing-function: ease;
    animation-direction: alternate;
	animation-fill-mode: forwards;
}
section#current_status .right .inner .tank .tout:first-child > div > div {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
body[data-pagescroll-index="3"]  section#current_status .right .inner .tank .tout:first-child div div div {
    width: 100%;
    height: 100%;
    margin: auto;
    top: 857px;
    background: url("../images/top/current_status/warter01.gif") repeat;
    border-radius: 0%;
    border: none;
    animation-name: anim, color;
    animation-duration: 1.1s;
    animation-delay: 1.4s;
    animation-timing-function: ease;
    animation-direction: alternate;
	animation-fill-mode: forwards;
}
body[data-pagescroll-index="3"]  section#current_status .right .inner .tank .tout:first-child div div div::before {
	content: "";
	background: url("../images/top/current_status/warter01.gif") repeat;
    width: 100%;
    height: 78px;
	border-radius: 50%;
	position: absolute;
	top: -35px;
	left: 0;
	border: 2px solid #fff;
	box-sizing: border-box;
	animation-name: opac, color;
    animation-duration: 1.1s;
    animation-delay: 1.4s;
    animation-timing-function: ease;
    animation-direction: alternate;
	animation-fill-mode: forwards;
	opacity: 0;
}
section#current_status .right .inner .tank .tout:first-child div div div > p{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 2;
}
@keyframes anim {
    100% {
        top: 264px;
    }
}
@keyframes anim3 {
    100% {
        bottom: -34px;
    }
}
@keyframes opac {
    10% {
        opacity: 1;
    }
	100% {
        opacity: 1;
    }
}
@keyframes color-change {
	20%{
		background: url("../images/top/current_status/warter02.gif") repeat;
	}
    100% {
        background: url("../images/top/current_status/warter01.gif") repeat;
    }
}
section#current_status .right .inner .tank .tout2 {
    position: absolute;
	bottom: 5px;
}
section#current_status .right .inner .tank .tout2 div {
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
section#current_status .right .inner .tank .tout2 > div > div {
    width: 100%;
    height: 71px;
    margin: 0;
	border-radius: 0 0 50% 50%;
    overflow: hidden;
}
body[data-pagescroll-index="3"]  section#current_status .right .inner .tank .tout2 div div div {
    width: 100%;
    height: 47px;
    margin: 0;
    top: 50px;
    background: url("../images/top/current_status/warter02.gif") repeat;
    border-radius: 0%;
    border: none;
    animation-name: anim2, opac, color;
    animation-duration: 1s;
	animation-delay: 1s;
    animation-timing-function: ease;
    animation-direction: alternate;
	animation-fill-mode: forwards;
	opacity: 0;
}
section#current_status .right .inner .tank .tout2 div div div::before {
	content: "";
	background: url("../images/top/current_status/warter02.gif") repeat;
    width: 100%;
    height: 78px;
	border-radius: 50%;
	position: absolute;
	bottom: 3px;
	left: 0;
}
section#current_status .right .inner .tank .tout2 div div div::after {
	content: "";
	background: url("../images/top/current_status/warter02.gif") repeat;
    width: 100%;
    height: 78px;
	border-radius: 50%;
	position: absolute;
	bottom: -36px;
	left: 0;
}
section#current_status .right .inner .tank .tout2 div div div > p{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 2;
}
@keyframes anim2 {
    100% {
        top: -12px;
    }
}

section#current_status2 { display: flex; background: url("../images/top/current_status/warter-bg.png") right bottom no-repeat; background-size: auto;}
section#current_status2 .left{width: 50%; display: flex; align-items: center; padding: 0 50px 0 80px; box-sizing: border-box;}
section#current_status2 .left .inner{}
section#current_status2 .left .inner .water-title{font-size: 16px; line-height: 18px; padding: 8px 10px; display: block; max-width: 448px; text-align: left; margin-bottom: 20px; background:#42b4d6; color: #fff; position: relative;}
section#current_status2 .left .inner ul{margin-bottom: 30px; display: inline-block; min-width: 564px;}
section#current_status2 .left .inner ul li{ list-style: none; text-align: right; position: relative;}
section#current_status2 .left .inner ul li.current-warter .subtitle{ color: #333;}
section#current_status2 .left .inner ul li .subtitle{ font-size: 16px; line-height: 26px; font-weight: bold; margin-bottom: 0px; color: #4c4c4c; text-align: left;}
section#current_status2 .left .inner ul li.current-warter p{color:#42b4d6;}
section#current_status2 .left .inner ul li p{font-size: 120px; line-height: 122px; color: #666666; font-weight: 500; letter-spacing: -0.04em; position: relative; padding-right: 68px; display: inline-block; white-space: nowrap;}
section#current_status2 .left .inner ul li p::after{content: "㎥"; position: absolute; right: 0; bottom: 9px; font-size: 63px; line-height: 82px;}
section#current_status2 .left .inner ul li .subundertitle{ font-size: 12px; line-height: 16px; font-weight: 400; margin-top: 0px; color: #4c4c4c; text-align:right; }
section#current_status2 .left .inner > p{font-size: 15px; line-height: 22px; max-width: 564px;}
section#current_status2 .left .inner > a.viewmore{font-size: 15px; line-height: 21px; position: relative; display: inline-block; padding-left: 29px; margin-top: 20px;}
section#current_status2 .left .inner > a.viewmore::before{content: ""; background: #ffdedb; position: absolute;left: 27px; top: 10%; width: calc(100% - 24px); height: 80%; z-index: -1;}
section#current_status2 .left .inner > a.viewmore::after{content: ""; background: url("../images/top/current_status/blank-icon.png") no-repeat center center #e8310c; position: absolute;left: 0; top: 0; width: 23px; height: 23px; border-radius: 50%;}
section#current_status2 .left .inner > a.viewmore2{font-size: 15px; line-height: 21px; position: relative; display: inline-block; padding-left: 29px; margin-top: 20px;}
section#current_status2 .left .inner > a.viewmore2::before{content: ""; background: #ffdedb; position: absolute;left: 27px; top: 10%; width: calc(100% - 24px); height: 80%; z-index: -1;}
section#current_status2 .left .inner > a.viewmore2::after{content: ""; background: url("../images/top/current_status/qu-icon.png") no-repeat center center #e8310c; position: absolute;left: 0; top: 0; width: 23px; height: 23px; border-radius: 50%;}
section#current_status2 .right{width: 50%; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
section#current_status2 .right .inner{}
section#current_status2 .right .inner .tank{ width: 431px; height: 517px; position: relative;}
section#current_status2 .right .inner .tank > img{ position: absolute; top: 0; left: -75px; z-index: 2; }
body[data-pagescroll-index="4"]  section#current_status2 .right .inner .tank > img{ animation-name: opac2, color; animation-duration: 2s; animation-timing-function: ease; animation-direction: alternate; animation-fill-mode: forwards;}
section#current_status2 .right .inner .tank .tout{ width: 100%; height: calc(100% - 88px);}
section#current_status2 .right .inner .tank .tout2{ width: 100%; height: 83px;}
section#current_status2 .right .inner .tank .tout {
    position: relative;
}
section#current_status2 .right .inner .tank .tout:first-child div {
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
section#current_status2 .right .inner .tank .tout:first-child div::before {
	content: "";
	background: url("../images/top/current_status/warter01.gif") repeat;
    width: 100%;
    height: 78px;
	border-radius: 50%;
	position: absolute;
	bottom: -37px;
	left: 0;
	border: 2px solid #fff;
	box-sizing: border-box;
	z-index: 1;
}
section#current_status2 .right .inner .tank .tout:first-child > div > div {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
section#current_status2 .right .inner .tank .tout:first-child div div div {
    width: 100%;
    height: 100%;
    margin: auto;
    top: 264px;
    background: url("../images/top/current_status/warter01.gif") repeat;
    border-radius: 0%;
    border: none;
}
section#current_status2 .right .inner .tank .tout:first-child div div div::before {
	content: "";
	background: url("../images/top/current_status/warter01.gif") repeat;
    width: 100%;
    height: 78px;
	border-radius: 50%;
	position: absolute;
	top: -35px;
	left: 0;
	border: 2px solid #fff;
	box-sizing: border-box;
}
section#current_status2 .right .inner .tank .tout:first-child div div div > p{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 2;
}
section#current_status2 .right .inner .tank .tout2 {
    position: absolute;
	bottom: 5px;
}
section#current_status2 .right .inner .tank .tout2 div {
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
section#current_status2 .right .inner .tank .tout2 > div > div {
    width: 100%;
    height: 71px;
    margin: 0;
	border-radius: 0 0 50% 50%;
    overflow: hidden;
}
body[data-pagescroll-index="4"]  section#current_status2 .right .inner .tank .tout2 div div div {
    width: 100%;
    height: 47px;
    margin: 0;
    top: -12px;
    background: url("../images/top/current_status/warter02.gif") repeat;
    border-radius: 0%;
    border: none;
	animation-name: opac2, color;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-direction: alternate;
	animation-fill-mode: forwards;
}
body[data-pagescroll-index="4"]  section#current_status2 .right .inner .tank .tout2 div div div::after {
	content: "";
	background: url("../images/top/current_status/warter02.gif") repeat;
    width: 100%;
    height: 78px;
	border-radius: 50%;
	position: absolute;
	bottom: -36px;
	left: 0;
}
@keyframes opac2 {
    100% {
        opacity: 0.3;
    }
}
section#current_status2 .right .inner .tank .tout2 div div div > p{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 2;
}
section#current_status2 .right .inner .tank .fade-chart {
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 3;
}
body[data-pagescroll-index="4"]  section#current_status2 .right .inner .tank .fade-chart {
	animation-name: fadeIn;
    animation-duration: 2s;
	animation-delay: 2s;
    animation-timing-function: ease;
    animation-direction: alternate;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}
@keyframes opac3 {
    100% {
        opacity: 0;
    }
}

section#current_status3 { display: flex; background: url("../images/top/current_status/map01.jpg") right bottom no-repeat; background-size: cover!important; overflow: hidden;}
section#current_status3 span.bg { width: 100%; height: 100%;  position: absolute; left: 0; top: 0; background: url("../images/top/current_status/map01.jpg") right bottom no-repeat; background-size: cover!important; z-index: 0;}
section#current_status3 span.bg2 { width: 100%; height: 100%;  position: absolute; left: 0; top: 0; background: url("../images/top/current_status/map02.jpg") right bottom no-repeat; background-size: cover!important; z-index: 0; display: none;}
section#current_status3 .left{width: 50%; height: calc(100% + 40px); margin-top: -40px; display: flex; align-items: center; padding: 0 50px 0 80px; box-sizing: border-box; background: rgba(255,255,255,0.8); position: relative; left: 0; transition: 0.6s; z-index: 1;}
section#current_status3 .left .inner{}
section#current_status3 .left .inner .water-title{font-size: 18px; line-height: 18px; padding: 6px 10px; display: inline-block; margin-bottom: 58px; background:#42b4d6; color: #fff; position: relative;}
section#current_status3 .left .inner ul{margin-bottom: 110px;}
section#current_status3 .left .inner ul li{ list-style: none;  text-align: right; position: relative;}
section#current_status3 .left .inner ul li.current-warter .subtitle{ color: #333;}
section#current_status3 .left .inner ul li .subtitle{ font-size: 14px; line-height: 16px; font-weight: bold; margin-bottom: 10px; color: #4c4c4c;  text-align: left;}
section#current_status3 .left .inner ul li.current-warter p{color:#42b4d6;}
section#current_status3 .left .inner ul li p{font-size: 120px; line-height: 122px; color: #666666; font-weight: 500; letter-spacing: -0.04em; position: relative; padding-right: 68px; display: inline-block; white-space: nowrap;}
section#current_status3 .left .inner ul li p::after{content: "㎥"; position: absolute; right: 0; bottom: 9px; font-size: 63px; line-height: 82px;}
section#current_status3 .left .inner > p{font-size: 15px; line-height: 30px;}
section#current_status3 .left .inner > a.viewmore{font-size: 15px; line-height: 21px; position: relative; display: inline-block; padding-left: 29px; margin-top: 20px;}
section#current_status3 .left .inner > a.viewmore::before{content: ""; background: #ffdedb; position: absolute;left: 27px; top: 10%; width: calc(100% - 24px); height: 80%; z-index: -1;}
section#current_status3 .left .inner > a.viewmore::after{content: ""; background: url("../images/top/current_status/blank-icon.png") no-repeat center center #e8310c; position: absolute;left: 0; top: 0; width: 23px; height: 23px; border-radius: 50%;}
section#current_status3 .left-panel{padding: 40px; box-sizing: border-box; max-width: 210px; width: 15.625%; height: 100%; background: rgba(255,255,255,0.9); position: absolute; left: -200px; transition: 0.6s;}
section#current_status3 .left-panel .info-btn{width: 120px; height: 30px; display: flex; justify-content: center; align-items: center; border:1px solid #f24643; box-sizing: border-box; color: #f24643; font-size: 13px; padding-right: 6px; position: relative; border-radius: 20px; margin-bottom: 36px; cursor: pointer;}
section#current_status3 .left-panel .info-btn::after{content:""; position: relative; border-top: 1px solid #f24643; border-right: 1px solid #f24643; width: 6px; height: 6px; box-sizing: border-box;-moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg);position: absolute; right: 18px; top: 12px;  }
section#current_status3 .left-panel > p{font-size: 11px; line-height: 18px; max-width: 200px; margin-top: 15px;}
section#current_status3 .left-panel > a.viewmore{font-size: 11px; line-height: 13px; position: relative; display: inline-block; padding-left: 27px;
 margin-top: 40px;}
section#current_status3 .left-panel > a.viewmore::before{    content: ""; background: #ffdedb; position: absolute; left: 29px; top: 20%; width: calc(100% - 20px); height: 60%; z-index: -1;}
section#current_status3 .left-panel > a.viewmore::after{    content: ""; background: url(../images/top/current_status/blank-icon.png) no-repeat center center #e8310c; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; margin-top: 4px;}
section#current_status3 .left-panel .label{font-size: 13px; margin-top: 16px;}
section#current_status3 .left-panel .label li{ position: relative; padding-left: 18px; list-style: none;}
section#current_status3 .left-panel .label li~li{ margin-top: 9px;}
section#current_status3 .left-panel .label li::before{content: ""; border-radius: 50%; width: 10px; height: 10px; box-sizing: border-box; background:#333333; position: absolute; left: 0; top: 2px;}
section#current_status3 .left-panel .label li:nth-of-type(2)::before{border: 2px solid #333333; background: #fff;}
section#current_status3 .left-panel .label2 { margin-top: 16px; font-size: 12px;}
section#current_status3 .left-panel .label2 p { margin-bottom: 10px;}
section#current_status3 .left-panel .label2 li { position: relative; padding-left: 18px; list-style: none;}
section#current_status3 .left-panel .label2 li~li { margin-top: 7px;}
section#current_status3 .left-panel .label2 li::before { content: ""; position: absolute; left: 0; top: 0; width: 12px; height: 12px; background: #f55f31; }
section#current_status3 .left-panel .label2 li:nth-of-type(2)::before {background: #aad91e; }
section#current_status3 .left-panel .label2 li:nth-of-type(3)::before {background: #2d7f9d; }
section#current_status3 .left-panel .label2 li:nth-of-type(4)::before {background: #3b9edb; }
section#current_status3 .left-panel .label2 li:nth-of-type(5)::before {background: #45cde6; }
section#current_status3 .left-panel .label2 li:nth-of-type(6)::before {background: #808080; }
section#current_status3 .left-panel .tank-name { width: 120px; height: 30px; display: flex; justify-content: center; align-items: center; border:1px solid #999999; box-sizing: border-box; font-size: 11px; position: relative; border-radius: 20px; padding: 1px 0 0 18px; margin-top: 24px; cursor: pointer;}
section#current_status3 .left-panel .tank-name.active { background: #9e9e9e; color: #fff;}
section#current_status3 .left-panel .tank-name span { position:absolute; left:0; top:0; width:100%; height:100%;}
section#current_status3 .left-panel .tank-name span::before { content: ""; border: 1px solid #9e9e9e; box-sizing: border-box; position:absolute; left:14px; top:9px; width:5px; height:5px;}
section#current_status3 .left-panel .tank-name span::after { content: ""; border: 1px solid #9e9e9e; box-sizing: border-box; position:absolute; left:20px; top:9px; width:5px; height:5px;}
section#current_status3 .left-panel .tank-name i { position:absolute; left:0; top:0; width:100%; height:100%;}
section#current_status3 .left-panel .tank-name i::before { content: ""; border: 1px solid #9e9e9e; box-sizing: border-box; position:absolute; left:14px; bottom:8px; width:5px; height:5px;}
section#current_status3 .left-panel .tank-name i::after { content: ""; border: 1px solid #9e9e9e; box-sizing: border-box; position:absolute; left:20px; bottom:8px; width:5px; height:5px;}
section#current_status3 .left-panel .tank-name.active span::before { border: 1px solid #fff; }
section#current_status3 .left-panel .tank-name.active span::after { border: 1px solid #fff; }
section#current_status3 .left-panel .tank-name.active i::before { border: 1px solid #fff; }
section#current_status3 .left-panel .tank-name.active i::after { border: 1px solid #fff; }

section#current_status3 .right{width: 50%; z-index: 1;}
section#current_status3 .right .inner{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
section#current_status3 .right .inner .map-btn{display: flex; justify-content: center; align-items: center; width: 266px; height: 46px; box-sizing: border-box; border: 1px solid #e3310d; color: #e3310d; font-size: 15px; font-weight: bold; background: rgba(255,255,255,0.9); border-radius: 30px; cursor: pointer;}

section#circumstances { overflow: hidden; background: url("../images/top/circumstances/circumstances-bg.jpg") left bottom no-repeat; background-size: cover; }
section#circumstances .phase-move { display: flex; width: 100%; height: 100%; position: relative; left: 0; transition: 0.6s;}
section#circumstances .phase-move.open { left: -50%;}
section#circumstances .left{width: 50%; }
section#circumstances .right{width: 50%; display: flex; align-items: center; padding: 0 80px 0 50px; box-sizing: border-box; background: #fff; position: relative;}
section#circumstances .open .right{background: rgba(255,255,255,0.9);}
section#circumstances .right .inner .title{font-size: 18px; line-height: 18px; padding: 6px 10px; display: inline-block; margin-bottom: 88px; background:#42b4d6; color: #fff; }
section#circumstances .right .inner p{font-size: 15px; line-height: 30px; position: relative; z-index: 0;}
section#circumstances .right .inner ul{margin-top: 30px;}
section#circumstances .right .inner ul li {width: 266px; height: 46px; box-sizing: border-box; border: 1px solid #e3310d; color: #e3310d; font-size: 15px; font-weight: bold; background: rgba(255,255,255,0.9); border-radius: 30px; cursor: pointer; position: relative; list-style: none;}
section#circumstances .right .inner ul li.active {color: #fff; background: #e3310d; }
section#circumstances .right .inner ul li~li {margin-top: 20px;}
section#circumstances .right .inner ul li a {display: flex; align-items: center; width: 100%; height: 100%; position: relative; padding-left: 58px; box-sizing: border-box; margin-right: 12px;}
section#circumstances .right .inner ul li a::before { content: ""; background: url("../images/top/circumstances/arrow.jpg") no-repeat center center; width: 14px; height: 6px; border-radius: 50%; margin-right: 12px; position: absolute; left: 32px;}
section#circumstances .right .inner ul li.active a::before { background: url("../images/top/circumstances/arrow2.png") no-repeat center center;}
section#circumstances .phase-list {position: absolute; right: -50%; top: -40px; padding: 90px 50px 40px; width: 50%; height: calc(100% + 40px); box-sizing: border-box; background: #42b4d6; overflow-y: scroll;}
section#circumstances .phase-list li{ list-style: none;}
section#circumstances .phase-list > li{ position: absolute; z-index: 2; padding: 0 50px 40px 0; background: #42b4d6; display: none;}
section#circumstances .phase-list > li .inner{}
section#circumstances .phase-list > li .inner h2{margin-bottom: 35px;}
section#circumstances .phase-list > li .inner ul{}
section#circumstances .phase-list > li .inner ul li{padding: 30px; background: #fff; position: relative;}
section#circumstances .phase-list > li .inner ul li~li{margin-top: 40px;}
section#circumstances .phase-list > li .inner ul li~li::before{content: ""; background: url("../images/top/circumstances/phase-arrow.png"); width: 50px; height: 16px; position: absolute; top: -27px; left: calc(50% - 25px);}
section#circumstances .phase-list > li .inner ul li dl{}
section#circumstances .phase-list > li .inner ul li dl dt{ font-size: 15px; line-height: 16px; padding: 6px 10px; display: inline-block; background: #42b4d6; color: #fff;}
section#circumstances .phase-list > li .inner ul li:last-of-type dl dt{ background: #f24643; }
section#circumstances .phase-list > li .inner ul li dl dd{ margin-top: 10px;}
section#circumstances .phase-list > li .inner ul li dl dd > p{ font-size: 15px; line-height: 30px; position: relative; z-index: 1;}
section#circumstances .phase-list > li .inner ul li dl dd .supplement{margin: 8px 0 0 0; font-size: 12px; line-height: 17px; position: relative; z-index: 1;}
section#circumstances .phase-list > li .inner ul li dl dd > .image{ margin-top: 28px; text-align: center;}
section#circumstances .phase-list > li .inner ul li dl dd > .image p{ font-size: 15px; margin-top: 10px;}
section#circumstances .phase-list > li .inner ul li dl dd > .image p span{ font-size: 12px; display: block; margin-top: 4px;}

section#faq { overflow: hidden; display: flex; width: 100%; height: calc(100% - 40px); position: relative;}
section#faq .left { width: 50%; height: 100%; background: url("../images/top/faq/faq.-bg.jpg") center right no-repeat; background-size: cover; position: relative; z-index: 0;}
section#faq .left::before { content: ""; position: absolute; left: 0; top: 0; background: rgba(255,255,255,0.9); width: 100%; height: 100%; z-index: 1;}
section#faq .left .inner { padding: 40px 56px 40px 80px; box-sizing: border-box; height: 100%; display: flex; align-items: flex-end; text-align: left;}
section#faq .left .inner .faq-title{ position: absolute; left: 80px; top: 60px; z-index: 2; font-size: 18px; line-height: 19px; padding: 3px 10px; background: #42b4d6; color: #fff; }
section#faq .left .inner .bottom{ position: relative; z-index: 2;}
section#faq .left .inner .bottom .faq-sub-title{font-size: 16px; line-height: 18px; padding-left: 25px; position: relative; margin-bottom: 10px;}
section#faq .left .inner .bottom .faq-sub-title::before{content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 4px; background: #42b4d6; }
section#faq .left .inner .bottom h2{margin-bottom: 60px;}
section#faq .left .inner .bottom p{font-size: 15px; line-height: 30px;}

section#faq .right{width: 50%; position: relative; overflow-y: scroll;}
section#faq .right .inner{background: url("../images/top/faq/qa_bg.gif") #3ab3d7; padding: 40px 40px 60px 40px;}
section#faq .right .inner .faq-list{}
section#faq .right .inner .faq-list > li{ list-style: none;}
section#faq .right .inner .faq-list > li~li{margin-top: 40px;}
section#faq .right .inner .faq-list > li > dl{ letter-spacing: 0.08em;}
section#faq .right .inner .faq-list > li > dl > dt{ padding-left: 96px; position: relative;}
section#faq .right .inner .faq-list > li > dl > dt::before{ content: ""; position: absolute; left: 0; background: url("../images/top/faq/questions01.png") no-repeat; width: 89px; height: 89px;}
section#faq .right .inner .faq-list > li:nth-of-type(2) > dl > dt::before{ background: url("../images/top/faq/questions02.png") no-repeat; width: 89px; height: 89px;}
section#faq .right .inner .faq-list > li > dl > dt div{ position: relative; background: url("../images/top/faq/back-q.png") #fff no-repeat top 7px left 9px; background-size: 42px 48px; border-radius: 10px; padding: 26px 42px 24px 30px; font-size: 15px; line-height: 30px; font-weight: bold; color:#167d9c; margin-left: 7px; }
section#faq .right .inner .faq-list > li > dl > dt div::before{ content: ""; width: 0; height: 0; border-style: solid; border-width: 8.5px 11px 8.5px 0; border-color: transparent #ffffff transparent transparent; position: absolute; left: -11px; top: 22px;}
section#faq .right .inner .faq-list > li > dl > dd{}
section#faq .right .inner .faq-list > li > dl > dd{padding-right: 96px;  margin-top: 20px; position: relative; }
section#faq .right .inner .faq-list > li > dl > dd::before{ content: ""; position: absolute; right: 0; background: url("../images/top/faq/frequently.png") no-repeat; width: 89px; height: 89px;}
section#faq .right .inner .faq-list > li > dl > dd > dl{ position: relative; background: url("../images/top/faq/back-a.png") #fff no-repeat top 7px left 9px; background-size: 43px ; border-radius: 10px; padding: 26px 42px 24px 30px; margin-right: 8px; z-index: 0;}
section#faq .right .inner .faq-list > li > dl > dd > dl::before{ content: ""; width: 0; height: 0; border-style: solid; border-width: 8.5px 0 8.5px 11px; border-color: transparent transparent transparent #ffffff; position: absolute; right: -11px; top: 22px; z-index: 1;}
section#faq .right .inner .faq-list > li > dl > dd > dl::after{ content: ""; width: 0; height: 0; border-style: solid; border-width: 8.5px 0 8.5px 11px; border-color: transparent transparent transparent #ffffff; position: absolute; right: -8px; top: 22px; z-index: 2;}
section#faq .right .inner .faq-list > li > dl > dd > dl dt{ font-size: 15px; line-height: 30px; color: #f24643; font-weight: bold;}
section#faq .right .inner .faq-list > li > dl > dd > dl dd { font-size: 15px; line-height: 30px; color: #323232; font-weight: normal; display: none;}
section#faq .right .inner .faq-list > li > dl > dd > dl dd .link{ position: relative; padding-left: calc(29px + 2%); z-index: 0; display: inline-block; margin-top: 8px; cursor: pointer;}
section#faq .right .inner .faq-list > li > dl > dd > dl dd .link::before{content: ""; background: #ffdedb; position: absolute; left: 29px; top: 20%; width: calc(104% - 29px); height: 60%; z-index: -1; }
section#faq .right .inner .faq-list > li > dl > dd > dl dd .link::after{content: ""; background: url("../images/top/current_status/blank-icon.png") no-repeat center center #e8310c; position: absolute;left: 0; top: 3px; width: 23px; height: 23px; border-radius: 50%; z-index: 1; }
section#faq .right .inner .faq-list > li > dl > dd > dl .btn{ background: #ffdedb; border-radius: 10px; width: 100%; height: 45px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; margin-top: 16px; cursor: pointer; }
section#faq .right .inner .faq-list > li > dl > dd > dl .btn p{ position: relative; padding-right: 27px;}
section#faq .right .inner .faq-list > li > dl > dd > dl .btn p::before{ content: "More detail"; position: relative; font-size: 15px; line-height: 15px; font-weight: bold; }
section#faq .right .inner .faq-list > li > dl > dd > dl .btn.open p::before{ content: "Close"; }
section#faq .right .inner .faq-list > li > dl > dd > dl .btn p::after{ content: ""; width: 16px; height: 9px; position: absolute; right: 0; top: 6px; background: url("../images/top/faq/arrow.png") no-repeat; transform: rotateX(180deg);}
section#faq .right .inner .faq-list > li > dl > dd > dl .btn.open p::after{ top: 4px; transform: rotateX(0deg);}

section#link { position: relative; background: url("../images/top/link/link-bg.jpg") center center no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; padding-bottom: 40px; box-sizing: border-box;}
section#link::after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background:  rgba(255,255,255,0.9); z-index: 1;}
section#link .left{width: 50%; padding: 60px 50px 0 80px; box-sizing: border-box; color: #fff; background: #42b4d6; z-index: 2; height: 100%;}
section#link .left .inner{}
section#link .left .inner .about-title{font-size: 16px; line-height: 18px; padding-left: 25px; margin-bottom: 20px; position: relative;}
section#link .left .inner .about-title::before{content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 4px; background: #fff; }
section#link .left .inner p{font-size: 15px; line-height: 32px; margin-top: 26px; }
section#link .right {width: 50%; height: 100%; overflow-y: scroll; padding: 60px 70px 0 50px; box-sizing: border-box;}
section#link .right .inner{position: relative; z-index: 2;}
section#link .right .inner dl{}
section#link .right .inner dl~dl{margin-top: 20px;}
section#link .right .inner dl dt{font-size: 15px; line-height: 18px; padding: 6px 10px; display: inline-block; background:#42b4d6; color: #fff; }
section#link .right .inner dl dd{ }
section#link .right .inner dl dd ul{margin: 10px 0;}
section#link .right .inner dl dd ul .sub-title{ font-size: 16px; font-weight: bold; margin: 0 0 10px;}
section#link .right .inner dl dd ul li{width: 100%; height: 46px; box-sizing: border-box; border: 1px solid #e3310d; color: #e3310d; font-size: 15px; font-weight: bold; background: rgba(255,255,255,0.9); border-radius: 30px; list-style: none;}
section#link .right .inner dl dd ul li~li {margin-top: 10px;}
section#link .right .inner dl dd ul li a{display: flex; justify-content: left; align-items: center; width: 100%; height: 100%; box-sizing: border-box; padding-left: 56px; position: relative;}
section#link .right .inner dl dd ul li a::before{content: ""; background: url("../images/top/current_status/blank-icon.png") no-repeat center center #e8310c; position: absolute;left: 23px; top: 10px; width: 23px; height: 23px; border-radius: 50%; }
section#link .contact{
    width: 100%; height: 76px; box-sizing: border-box; position: absolute; bottom: 40px; left: 0; z-index: 3; background: #ecf1f3; display: flex; align-items: center; justify-content: center;
}
section#link .contact .contact-btn{width: 503px; height: 46px; box-sizing: border-box; font-size: 15px; font-weight: bold; background: rgba(277,49,13,0.9); border-radius: 5px;}
section#link .contact .contact-btn a{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; box-sizing: border-box; cursor: pointer; color: #fff;}

.tepco-page{width: 980px; margin: auto; height: calc(100vh - 200px); overflow-y: scroll; text-align: left;}
.tepco-page li{    list-style: none;}
.tepco-page .hdg-level1{ font-size: 220.0%; font-weight: normal; padding-top: 30px; margin-bottom: 70px; color: #333; font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN',Meiryo,'・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け','Arial',sans-serif; }
.tepco-page .hdg-level2 { font-size: 200.0%; font-weight: normal; margin-bottom: 30px; text-align: center; color: #333; word-wrap: break-word; font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN',Meiryo,'・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け','Arial',sans-serif; }
.tepco-page .section{width: 100%; font-size: 100%; margin: 0 auto;}
.tepco-page .contact-column-type02{border: 1px solid #ededed; padding: 25px 20px; margin-bottom: 30px;}
.tepco-page .hdg-level4{font-size: 132.0%; font-weight: normal; margin-bottom: 10px; word-wrap: break-word; color: #333;}
.tepco-page .contact-column-type02 .doc-text{margin: 15px 0 0 0; line-height: 1.8em; font-weight: normal;}
.tepco-page .link-doc{color: #3d90cc; text-decoration: underline;}