@charset "UTF-8";
/* CSS Document */

/*
	00 Fonts
	01 Layout
*/

/*
00 Fonts
========================================================================== */

/*

font-family: tbudrgothic-std, sans-serif;
font-weight: 400;
font-style: normal;

font-family: tbudrgothic-std, sans-serif;
font-weight: 700;
font-style: normal;

font-family: tbudrgothic-std, sans-serif;
font-weight: 900;
font-style: normal;

*/


/*
01 Layout
========================================================================== */
:root{
	/* color */
  --green:rgba(0,175,160,1);
	--black:rgba(100,100,100,1);
	--white:rgba(255,255,255,1);
	--blue:rgba(50,170,215,1);
  --graytic:rgba(175,175,175,1);
  --gray:rgba(240,240,240,1);
  --gray-tic:rgba(175,175,175,1);
  --ash-grn:rgba(210,230,230,1);
  --ash-yel:rgba(245,245,235,1);
	--screen:rgba(250,252,255,.98);
}

* {
	color: var(--black);
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	box-sizing: border-box;
	text-decoration: none;
}

html { height: 100%; }
body {
	height: 100%;
	font-size: 13px;
  line-height: 2.4;
	text-align: justify;
	margin: 0;
	padding: 0;
	word-break: break-all;
}

h1,h2,h3,h4,div,dl,dt,dd,ul,li,img,a,p,span,iframe,small,strong,figure,address,select,input,button,textarea,i,b,hr,sub,em,label {
	margin:0;
	padding:0;
	color:inherit;
	font-family: inherit;
	font-size: inherit;
	font-style:inherit;
	font-weight: inherit;
	list-style:none;
	text-align: justify;
	outline:none;
	background: none;
	border: none;
}
p { line-height: 2.4; }
picture {}
img {
	display: block;
	width: 100%;
}
br { line-height: 1; }

button { cursor: pointer; }
sub {}
mark {}
em { color: var(--green); }

.verNar { display: none; }

/* Loading */
[data-state="loading"] .contentsLoader{
    opacity:1;
}
header,main,footer,[data-state="loaded"] .contentsLoader{
  visibility: hidden;
  opacity: 0;
  transition:all .4s;
}
[data-state="loaded"] header,
[data-state="loaded"] main,
[data-state="loaded"] footer{
  visibility: visible;
  opacity: 1;
}
.contentsLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index:1;
  opacity:0;
}
.donutSpinner {
	display: inline-block;
	border: 2px solid var(--ash-grn);
	border-left-color: var(--green);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: donut-spin 1.2s linear infinite;
}
@keyframes donut-spin {
	to {
		transform: rotate(1turn);
	}
}

/* underconstruction */
.underconstruction { padding: 0 0 0 300px; }
.underconstruction p {
	display: flex;
	flex-direction: column;
	padding: 125px 0;
	margin: 0 0 50px 0;
	border-top: 1px solid var(--ash-grn);
	border-bottom: 1px solid var(--ash-grn);
}
.underconstruction i { font-size: 14px; }
.underconstruction b {}

/* Title */
.ttlBack {
	font-size: 85px;
	font-weight: 900;
	line-height: 1.4;
	color: var(--ash-yel);
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
.ttlBack i { position: relative; }
.ttlBack.verLeft { left: 0; }
.ttlBack.verLeft i { left: -5px; }
.ttlBack.verRight { right: 0; }
.ttlBack.verRight i { right: -5px; }

/* Icon */
.icoBack {
	display: block;
	width: 475px;
	opacity: .6;
	position: absolute;
	overflow-y: hidden;
	z-index: -1;
}
.icoBack img {
	width: 575px;
	position: relative;
}
.icoBack.verLeft { left: 0; }
.icoBack.verLeft img { left: -100px; }
.icoBack.verRight { right: 0; }
.icoBack.verRight img { left: 0; }

/* Link */
.linkArrow {}
.linkArrow a {
	display: inline-flex;
	padding: 0 0 25px 0;
	font-size: 11px;
	letter-spacing: .05rem;
	border-bottom: 1px solid var(--green);
	position: relative;
}
.linkArrow a hr {
	width: 12px;
	height: 1px;
	background-color: var(--black);
	position: absolute;
	bottom: -1px;
	right: 0;
	transform: rotate(30deg);
	transform-origin: right top;
}
.linkArrow a > em + hr { background-color: var(--green); }

/**/
.slick-arrow {}
.slick-arrow hr {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent var(--black);
}

/* Header ===================== */
header {}

/* clip */
.clip {
  width: 150px;
  min-height: 650px;
  margin: 0 0 0 100px;
  padding: 50px 0 0 0;
  position: absolute;
  left: 0;
  z-index: 10;
}
.verGeneral .clip { margin: 0 0 0 80px; }
.clip > * { color: var(--green); }
.clip h1 { width: 125px; }
.clip nav { padding: 0 0 0 10px; }
.gloval {
  padding: 45px 0;
  font-size: 11px;
}
.gloval > li + li { margin: 5px 0 0 0; }
.sns {
  display: flex;
  align-items: center;
}
.sns > li + li { padding: 0 0 0 8px; }
.sns img {
  width: 24px;
  height: 24px;
}

.clip .linkEntry {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 165px;
	margin: 45px 0 0 0;
	padding: 13px 0;
	line-height: 1.8;
	border: 1px solid var(--green);
	border-radius: 10px;
	position: relative;
	left: -25px;
}
.clip .linkEntry i {
	font-size: 12px;
	letter-spacing: .05rem;
}
.clip .linkEntry b {
	font-size: 10px;
	letter-spacing: .03rem;
}

.humb { display: none; }
.imageRiver {
    height: 425px;
    position: relative;
    overflow:hidden;
    width:auto;
    display:inline-block;
    white-space: nowrap;
}
.imageRiver img{
    display:inline-block;
    width:auto;
    height:100%;
    margin-right:125px;
    border-radius: 0 25px 25px 0;
}

/* Main ===================== */
main { position: relative; }
section { position: relative; }


/* Footer ===================== */
footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 75px 0;
}
footer h2 {	width: 130px; }
footer h3 {
	padding: 55px 0 55px 10px;
	font-size: 12px;
	letter-spacing: .25rem;
}
footer p { width: 215px; }

footer ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 55px 0 0 0;
}
footer ul li {
	padding: 0 15px;
	font-size: 11px;
	position: relative;
}
footer ul > li + li:before {
	content: '';
	width: 1px;
	height: 11px;
	background-color: var(--graytic);
	position: absolute;
	top: 7px;
	left: 0;
}


@media screen and (min-width:1201px) {
.typScreen.verNav {display:none;}
}

@media screen and (max-width:1200px) {

.underconstruction { padding: 0 0 0 225px; }

.clip {
	width: 180px;
	height: 250px;
	min-height: initial;
	margin: 0;
	position: relative;
}
.verGeneral .clip { margin: 0; }
.clip nav { display: none; }
.clip h1 {
	width: 100px;
	margin: auto;
}
.clip .linkEntry { display: none; }

.humb {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 10px 0 0 0;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
}
.humb hr {
	width: 100%;
	height: 3px;
	background-color: var(--green);
	border-radius: 3px; 
}
.humb > hr + hr { margin: 4px 0 0 0; }

.icoBack img {
	width: 535px;
	position: relative;
}

.typScreen.verNav {
    display:none;
	width: 100%;
	height: 100%;
	background-color: var(--screen);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.typScreen.verNav .frame {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 20px 0;
}
.typScreen.verNav .frame > * { color: var(--green); }
.typScreen.verNav .frame div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 150px;
	margin: 0 200px 0 0;
	position: relative;
}
.typScreen.verNav .frame div:before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: var(--green);
	position: absolute;
	top: 50%;
	right: -100px;
	transform: translate(0,-50%);
}
.typScreen.verNav .frame h2 { width: 138px; }
.typScreen.verNav .frame h3 {
	width: 100%;
	margin: 48px 0 0;
}
.typScreen.verNav .frame h3 > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 9px 0;
	background-color: var(--green);
	border-radius: 8px;
	color: var(--white);
	line-height: 1.8;
	white-space: nowrap;
	position: relative;
}
.typScreen.verNav .frame h3 i {
	font-size: 12px;
	letter-spacing: .05rem;
}
.typScreen.verNav .frame h3 b { font-size: 10px; }
.typScreen.verNav .frame .gloval { padding: 0 0 30px 0; }
.typScreen.verNav .frame .gloval li {
	font-size: 13px;
	line-height: 2.1;
}
.typScreen.verNav .close {
	width: 45px;
	height: 45px;
	position: fixed;
	top: 40px;
	left: 40px;
}
.typScreen.verNav .close hr {
	width: 40px;
	height: 2px;
	background-color: var(--green);]
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.typScreen.verNav .close hr:nth-child(1) { transform: translate(-50%,-50%) rotate(45deg); }
.typScreen.verNav .close hr:nth-child(2) { transform: translate(-50%,-50%) rotate(-45deg); }

header { position: absolute; }

}


@media screen and (max-width:840px) {

body {
	font-size: 12px;
	line-height: 2.2;
}
p { line-height: 2.2; }

.underconstruction { padding: 100px 75px 25px 75px; }
.underconstruction p {
	align-items: center;
	margin: 0;
}

.clip {
	width: 100%;
  height: 200px;
  margin: 0;
	padding: 0;
}
.verGeneral .clip { margin: 0; }
.clip h1 {
	width: 105px;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(0,-50%);
}
.humb {
	margin: 0;
	position: absolute;
	top: 50%;
	left: initial;
	right: 45px;
	transform: translate(0,-50%);
}

.ttlBack { font-size: 70px; }
.icoBack { width: 375px; }
.icoBack img { width: 475px; }

.typScreen.verNav .frame {
	flex-direction: column;
	padding: 0 0 65px 0;
}
.typScreen.verNav .frame div {
	width: 170px;
	margin: 0 0 40px 0;
}
.typScreen.verNav .frame div:before { display: none; }
.typScreen.verNav .frame h2 {	width: 110px; }
.typScreen.verNav .frame h3 {
	width: 100%;
	margin: 0;
	background-color: var(--green);
	position: fixed;
	bottom: 0;
	left: 0;
}
.typScreen.verNav .frame h3 > * { color: var(--white); }
.typScreen.verNav .frame .gloval {
	width: 170px;
	padding: 0 0 35px 0;
}
.typScreen.verNav .frame .gloval li {
	font-size: 11px;
	text-align: center;
}
.typScreen.verNav .frame .sns { justify-content: center; }

header {
	width: 100%;
	height: initial;
	position: relative;
}

footer h2 { width: 105px; }
footer h3 { padding: 40px 0 40px 5px; }
footer p { width: 200px; }

}


@media screen and (max-width:640px) {

.underconstruction { padding: 30px 30px 25px 30px; }
.underconstruction p { padding: 75px 0; }

.verNar { display: block !important; }

.clip { height: 280px; }
.clip h1 {
	width: 88px;
	top: 87px;
	left: 50%;
	transform: translate(-50%,0);
}
.humb {
	width: 38px;
	top: 18px;
	left: 30px;
	right: initial;
	transform: translate(0,0);
}
.ttlBack { font-size: 35px; }
.icoBack { width: 50vw; }
.icoBack img { width: 70vw; }
.icoBack.verLeft img { left: -20vw; }
.icoBack.verRight img { right: -20vw; }

.linkArrow a {
	padding: 0 0 18px 0;
	font-size: 10px;
	letter-spacing: .03rem;
}

.slick-arrow hr { border-width: 9px 0 9px 12px; }
.typScreen.verNav .frame div {　width: 135px;　}
.typScreen.verNav .frame .gloval {
	width: 135px;
	padding: 0 0 30px 0;
}
.typScreen.verNav .frame h2 { width: 90px; }
.typScreen.verNav .close {
	top: 25px;
	left: 25px;
}
.imageRiver {
    height: 55vw;
}
.imageRiver img{
    margin-right:10vw;
}
footer h2 { width: 88px; }
footer h3 {
	font-size: 10px;
	letter-spacing: .15rem;
}
footer p { width: 150px; }

footer ul li {
	padding: 0 12px;
	font-size: 9px;
}
footer ul > li + li:before { top: 3px; }


}
