/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
	overflow-x: hidden;
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Lists (definition) */
/* ============================================ */

dd {
	margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;/* 2 */
}
address {
	font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;/* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;/* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
	vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	/* 1 */
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;/* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
 -webkit-appearance: checkbox;
 -moz-appearance: checkbox;
 appearance: checkbox;
}
 [type=radio] {
 -webkit-appearance: radio;
 -moz-appearance: radio;
 appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
 cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
 outline: auto;
}
select:disabled {
	opacity: inherit;
}
/**
 * Remove padding
 */
option {
	padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}
legend {
	padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
 outline-offset: -2px;
/* 1 */
}
[type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */
}
/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
	outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-color: inherit;/* 1 */
}
caption {
	text-align: left;
}
td {
	vertical-align: top;
	padding: 0;
}
th {
	vertical-align: top;
	padding: 0;
	text-align: left;
	font-weight: bold;
}
/*
Base
==============================================*/
* {
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
}
 {
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
section {
	width: 100%;
	height: auto;
}
img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: auto;
}
.wrapper, .container {
	margin-left: auto;
	margin-right: auto;
}
.container {
	width: 100%;
}

@media screen and (max-width: 768px) {
.container {
	width: 94%;
}
}
a:hover {
	opacity: 0.5;
	transition: 0.5s ease-in-out;
}
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s;
}
.pc {
	display: inherit;
}
@media screen and (max-width: 768px) {
.pc {
	display: none;
}
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
.sp {
	display: inherit;
}
}
main {
	width: 1244px;
	height: 700px;
	aspect-ratio: 16/9;
	margin: 0 auto;
}
.lity-container {
	max-width: 80% !important;
	margin: 0 auto;
}
.lity-content {
	max-height: 80vh !important;
}
.lity-iframe-container iframe {
	max-width: 80% !important;
	max-height: 80vh !important;
	left: 50% !important;
	transform: translateX(-50%);
}
video {
	width: 80%;
}
/*
case01
==============================================*/
hgroup {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
}
hgroup h1 {
	color: #3791ca;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
hgroup p {
	font-size: 0.5625rem;
	color: #CCC;
	opacity: 1;
}
hgroup p.ja {
	margin-top: 1.5em;
	font-size: 0.6875rem;
	color: #3791ca;
	opacity: 0.8;
}
main {
	background-image: url(../images/case01/bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 15px;
	margin: 30px auto 50px;
}

main .wrapper {
	display: grid;
	width: 100%;
	height: 100%;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
main .wrapper .grid {
	height: 100%;
	position: relative;
}
main .wrapper .grid button {
	display: block;
	width: 160px;
	height: 24px;
}
main .wrapper .grid button.num08{
	width: 220px;
	left: -13px!important;
}
main .wrapper .grid button.blue {
	border-style: solid;
	border-width: 2px;
	height: 32px;
	border-radius: 50px;
	border-color: rgb(255, 255, 255);
	background-color: #3791ca;
	box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.35);
	z-index: 99;
}
main .wrapper .grid button a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
main .wrapper .grid button span {
	font-size:14px;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
}
main .wrapper .grid button.num01 {
	position: absolute;
	top: 85px !important;
	left: 143px !important;
}
main .wrapper .grid button.num02 {
	position: absolute;
	bottom: 20px;
	left: 60px;
}
main .wrapper .grid button.num03 {
	position: absolute;
	bottom:38px;
	left:97px;
}
main .wrapper .grid button.num04 {
	position: absolute;
	bottom: 38px;
	left:44px;
}
main .wrapper .grid button.num05 {
	position: absolute;
	bottom:38px;
	left:-8px;
}
main .wrapper .grid button.num06 {
	position: absolute;
	top: 85px !important;
	left: -61px !important;
}
main .wrapper .grid button.num07 {
	position: absolute;
	bottom: 20px;
	right: 60px;
}
main .wrapper .grid button.num08 {
	position: absolute;
	top: 60px;
	left: 15px;
	text-align:center;
	background-color: #3791ca;
}
main .wrapper .grid button.num09 {
	position: absolute;
	top: 162px;
	left: 43px;
}
main .wrapper .grid button.num10 {
	position: absolute;
	top: 60px;
	left:65px;
}
main .wrapper .grid .water-mov {
    position: absolute;
    top: 129px;
    left: 150px;
    width: 66%;
    transform: matrix(1, 0.01, 0.02, 1, 0, 0);
}
main .wrapper .grid .water-mov a {
	display: block;
	overflow: hidden;
}
main .wrapper .grid .water-mov a img {
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 16/9;
	width: 104%;
	margin-left: -2px;
}

main .wrapper .grid .wash-mov {
    position: absolute;
    top: 129px;
    left: -64px;
    width: 66%;
    transform: matrix(1, -0.005, -0.025, 1, 0, 0);
}
main .wrapper .grid .wash-mov a {
	display: block;
	overflow: hidden;
}
main .wrapper .grid .wash-mov a img {
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 16/9;
	width: 104%;
	margin-left: -2px;
}
main .wrapper .grid .news-box {
	position: absolute;
	top: 95px;
	left: 4px;
	width: 75%;
	transform: matrix(1, 0.005, -0.025, 1, 0, 0);
}
main .wrapper .grid .news-box a{
    cursor: pointer;
}
main .wrapper .grid .news-box span {
	font-size:12px;
	line-height: 1.3em;
}
main .wrapper .grid .news-box span.day {
	display: block;
	opacity: 0.5;
	padding-right: 1em;
	font-size: 0.75rem;
}
main .wrapper .grid .news-box span.detail {
	display: block;
	font-weight: bolder;
}
main .wrapper .grid .c-movie {
	position: absolute;
	top:95px;
	left: 55px;
	width: 75%;
	transform: matrix(1, 0.005, -0.025, 1, 0, 0);
}
main .wrapper .grid .c-movie a {
	display: block;
	overflow: hidden;
}
main .wrapper .grid .c-movie a img {
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 16/9;
}
#water-mov {
	text-align: center;
}
#wash-mov {
	text-align: center;
}
.arrow_area{
	text-align:center;
	margin-top:-130px;
}
.arrow_area .arrow_box{
    position:relative;
    width:890px;
    height:80px;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border:1px solid #3791CA;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	margin:auto;
}
.arrow_area .arrow_box .arrow_box_text01{
	color:#000000;
	width:515px;
	margin:0;
    font-size:16px;
    font-weight:bold;
	overflow: hidden;
	border-right: 1px solid rgba(0,0,0,.5);
	white-space: nowrap;
	animation: typing 3.5s steps(31),
    blink .5s steps(1) infinite alternate,
	name 0s ease-in 5s forwards;
}
@keyframes typing{
  0% {width: 0;}
}
@keyframes blink{
  50% {border-right-color: transparent;}
}
@keyframes name{
  0%{border-right:1;}
  100%{border-right:0;}
}
.arrow_area .arrow_box .arrow_box_text02{
	color:#000000;
	width: 0;
	margin:0;
    font-size:16px;
    font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	animation: typing02 3.5s steps(51) forwards,
    blink02 .5s steps(1) infinite alternate;
	animation-delay: 4s;
}
@keyframes typing02{
  100% {width:830px;}
}
@keyframes blink02{
  50% {border-right: 1px solid rgba(0,0,0,.5);}
  100% {border-right: 1px solid rgba(0,0,0,.0);}
}
.arrow_area .arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
}
.arrow_area .arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFFFFF;
}
.arrow_area .arrow_box:before{
    border-color: rgba(55, 145, 202, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    margin-bottom: 1px;
    border-bottom-color:#3791CA;
}
main .wrapper .grid button.num01 {
    position: absolute;
    top: 104px;
    left: 180px;
}
main .wrapper .grid button.num06 {
    position: absolute;
    top: 104px;
    left: -57px;
}

/*
gate a
==============================================*/
main#gate_a{
	background:#857a5c url(../images/case02/bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 15px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.gate_a_mov01{
    position: absolute;
    top: 227px;
    left: 254px;
    width: 16.7%;
    transform: matrix(1, 0.005, -0.025, 1, 0, 0);
}
.gate_a_mov02{
    position: absolute;
    top: 227px;
    left:503px;
    width: 16.7%;
    transform: matrix(1, 0.005, -0.025, 1, 0, 0);
}
.gate_a_mov03{
    position: absolute;
    top: 227px;
    left: 753px;
    width: 16.7%;
    transform: matrix(1, 0.005, -0.025, 1, 0, 0);
}
.gate_a_btn01{
    position: absolute;
	top:615px;
    left:70px;
    width: 10%;
    transform: matrix(1, 0.005, -0.025, 1, 0, 0);
}
.arrow_area02{
	text-align:center;
	position:relative;
	top:380px;
}
.arrow_area02 .arrow_box{
    position:relative;
    width:650px;
    height:80px;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	margin:auto;
}
.arrow_area02 .arrow_box .arrow_box_text01{
	color:#000000;
	width:580px;
	margin:0;
    font-size:16px;
    font-weight:bold;
	overflow: hidden;
	border-right: 1px solid rgba(0,0,0,.5);
	white-space: nowrap;
	animation: typing03 3.5s steps(35),
    blink03 .5s steps(1) infinite alternate,
	name03 0s ease-in 4s forwards;
}
@keyframes typing03{
  0% {width: 0;}
}
@keyframes blink03{
  50% {border-right-color: transparent;}
}
@keyframes name03{
  0%{border-right:1;}
  100%{border-right:0;}
}
.arrow_area02 .arrow_box .arrow_box_text02{
	color:#000000;
	width: 0;
	margin:0;
    font-size:16px;
    font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	animation: typing04 3.5s steps(17) forwards,
    blink04 .5s steps(1) infinite alternate;
	animation-delay: 3.5s;
}
@keyframes typing04{
  100% {width:270px;}
}
@keyframes blink04{
  50% {border-right: 1px solid rgba(0,0,0,.5);}
  100% {border-right: 1px solid rgba(0,0,0,.0);}
}

.arrow_area02 .arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_area02 .arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
}

/*
gate b
==============================================*/
main#gate_b{
	background:#eae0d2 url(../images/case03/bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 15px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.gate_b_btn01{
    position: absolute;
	top:615px;
    left: 70px;
    width: 10%;
    transform: matrix(1, 0.005, -0.025, 1, 0, 0);
}
.thumbnail-container ul {
  position: relative;
  top: 225px;
  left:65px;
}
.thumbnail-container li {
  float: left;
  margin-right:6px;
  width:88px;
}
.thumbnail-container img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumbnail-container img:hover {
  transform: scale(1.1);
}

.large-image-container {
  display: none;
  width:470px;
  position: absolute;
  right:6%;
  top:25px;
  text-align:center;
  animation: fadeInMoveUp 0.5s ease-out forwards;
}
@keyframes fadeInMoveUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#largeImage{
	width:412px;
	height:auto;
}
#boxDescription {
	background-color: rgba(255,255,255,0.5);
	border-radius:10px;
	padding:20px;
	animation: fadeIn 1s ease-out;
	text-align:left;
}
#boxDescription h2{
	border-left:5px solid #27acd9;
	padding-left:10px;
	font-size:18px;
	margin-bottom:10px;
}
#boxDescription p{
	font-size:16px;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
#imageLink{
	width:250px;
	display:block;
	margin:10px auto 0;
}
#imageLink a{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width:100%;
    font-size: 18px;
    padding: 10px 30px;
    margin: auto;
    font-weight: bold;
    background: #27acd9;
    color: #fff;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
}
#imageLink a::before{
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.arrow_area03{
	position:absolute;
	left:140px;
	top:437px;
}
.arrow_area03 .arrow_box{
    position:relative;
    width:510px;
    height:80px;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	margin:auto;
}
.arrow_area03 .arrow_box .arrow_box_text01{
	color:#000000;
	width:480px;
	margin:0;
    font-size:16px;
    font-weight:bold;
	overflow: hidden;
	border-right: 1px solid rgba(0,0,0,.5);
	white-space: nowrap;
	animation: typing05 3.5s steps(27),
    blink05 .5s steps(1) infinite alternate,
	name05 0s ease-in 4s forwards;
}
@keyframes typing05{
  0% {width: 0;}
}
@keyframes blink05{
  50% {border-right-color: transparent;}
}
@keyframes name05{
  0%{border-right:1;}
  100%{border-right:0;}
}
.arrow_area03 .arrow_box .arrow_box_text02{
	color:#000000;
	width: 0;
	margin:0;
    font-size:16px;
    font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	animation: typing06 3.5s steps(27) forwards,
    blink06 .5s steps(1) infinite alternate;
	animation-delay:3.5s;
}
@keyframes typing06{
  100% {width:490px;}
}
@keyframes blink06{
  50% {border-right: 1px solid rgba(0,0,0,.5);}
  100% {border-right: 1px solid rgba(0,0,0,.0);}
}
.arrow_area03 .arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_area03 .arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
}

.banner_area{
    position: absolute;
    left: 230px;
    top:532px;
    width: 420px;
    border: 1px solid #FFF;
    overflow: hidden;
    border-radius: 10px;
}
/*
gate c
==============================================*/
main#gate_c{
	background-image: url(../images/case04/bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 15px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.gate_c_btn01{
    position: absolute;
	top:615px;
    left:70px;
    width: 10%;
    transform: matrix(1, 0.005, -0.025, 1, 0, 0);
}
.yurayura {
    position: absolute;
    z-index:9;
    top:0;
    left:0;
}
.yurayura a{
    cursor: pointer;
}
#bird {
    position: absolute;
    top:260px;
    left: 640px;
    z-index: 9;
	width:60px;
}
#c01{
    position: absolute;
    z-index: 9;
    top:196px;
    left:70px;
	width:153px;
	height:153px;
}
#c02{
    position: absolute;
    z-index: 9;
    top:78px;
    left:235px;
	width:151px;
	height:157px;
}
#c03{
    position: absolute;
    z-index: 9;
    top:200px;
    left:356px;
	width:168px;
	height:149px;
}
#c04{
    position: absolute;
    z-index: 9;
    top:78px;
    left:530px;
	width:170px;
	height:145px;
}
#c05{
    position: absolute;
    z-index: 9;
    top:220px;
    left:700px;
	width:179px;
	height:143px;
}
#c06{
    position: absolute;
    z-index: 9;
    top:90px;
    left:858px;
	width:175px;
	height:164px;
}
#c07{
    position:absolute;
    z-index:9;
    top:200px;
    right:70px;
	height:143px;
	width:140px;
}
#bird img,
#c01 img,
#c02 img,
#c03 img,
#c04 img,
#c05 img,
#c06 img,
#c07 img{
	width:100%;
	height:auto;
}
#batch {
    position: absolute;
    top: 40px;
    left: 740px;
    z-index: 9;
}
#batch .yurayura {
    width: 200px;
}
.batch_plus {
    width: 50px;
    display: block;
    position: absolute;
    top: 235px;
    left: 685px;
    z-index: 8;
    background-image: url(https://www.takahasi-k.co.jp/images/eco/virtual/B-pointer.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
#batch:hover + .batch_plus img {
    opacity: 0;
}

.arrow_area04{
	position:absolute;
	left:350px;
	bottom:184px;
}
.arrow_area04 .arrow_box{
    position:relative;
    width:610px;
    height:80px;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	margin:auto;
}
.arrow_area04 .arrow_box .arrow_box_text01{
	color:#000000;
	width:590px;
	margin:0;
    font-size:16px;
    font-weight:bold;
	overflow: hidden;
	border-right: 1px solid rgba(0,0,0,.5);
	white-space: nowrap;
	animation: typing07 3.5s steps(36),
    blink05 .5s steps(1) infinite alternate,
	name05 0s ease-in 4s forwards;
}
@keyframes typing07{
  0% {width: 0;}
}
@keyframes blink07{
  50% {border-right-color: transparent;}
}
@keyframes name07{
  0%{border-right:1;}
  100%{border-right:0;}
}
.arrow_area04 .arrow_box .arrow_box_text02{
	color:#000000;
	width: 0;
	margin:0;
    font-size:16px;
    font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	animation: typing08 3.5s steps(35) forwards,
    blink06 .5s steps(1) infinite alternate;
	animation-delay:3.5s;
}
@keyframes typing08{
  100% {width:560px;}
}
@keyframes blink08{
  50% {border-right: 1px solid rgba(0,0,0,.5);}
  100% {border-right: 1px solid rgba(0,0,0,.0);}
}
.arrow_area04 .arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_area04 .arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
}

/*
画面推移
==============================================*/
body {
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/*
lity
==============================================*/
.lity-container {
    margin-top: -2%;
}
#lity-history {
	overflow-y: scroll;
	padding-bottom: 6rem;
}
#lity-guidance {
	background-color: #FFF;
	width:70vw;
	padding: 2rem;
}
#lity-guidance .title-box {
	background-color: #f6f8f7;
	text-align: center;
	padding: 0.5rem;
}
#lity-guidance .title-box h2 {
	font-size: 1.5rem;
	color: #3791ca;
	font-weight: bold;
	border-bottom: 2px solid #3791ca;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.2rem;
}
#lity-guidance .title-box h2 em {
	font-size: 1.5rem;
	font-style: normal;
	display: inline-block;
	padding: 0 0.3rem;
	margin-left: 0.3em;
	background-color: #3791ca;
	color: #FFF;
}
#lity-guidance .title-box p {
	font-size: 1.125rem;
	color: #3791ca;
	font-weight: bold;
}
#lity-guidance ul {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	margin-top: 2rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}
#lity-guidance ul li {
	width: 33.3333333333%;
}
#lity-guidance ul li dl dt {
	font-size: 1.5rem;
	color: #3791ca;
}
#lity-guidance ul li dl dd {
	font-size: 0.75rem;
	margin-bottom: 2rem;
}
#lity-guidance ul li dl button {
	display: block;
	width: 160px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
#lity-guidance ul li dl button.blue {
	border-style: solid;
	border-width: 2px;
	border-radius: 50px;
	border-color: rgb(255, 255, 255);
	background-color: #3791ca;
	box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.35);
	z-index: 99;
}
#lity-guidance ul li dl button a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
#lity-guidance ul li dl button a span {
	font-size: 0.8125rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
}
#lity-news {
	background-color: #FFF;
	width:70vw;
	padding: 2rem;
}
#lity-news h4 {
    border-left: 7px solid #27acd9;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 16px;
}
#lity-news h5 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #27acd9;
}
#lity-news .lity-youtube,
#lity-enecirq .lity-youtube{
    width: 50%;
    position: relative;
}
#lity-news .flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
#lity-equipment {
	background-color: #FFF;
	width: 90vw;
	padding: 1rem;
    padding-bottom: 4rem;
	position: relative;
	overflow-y:scroll;
}
#lity-equipment h2 {
	color: #3791ca;
	font-size: 2.25rem;
	margin-bottom: 2rem;
	font-weight: bold;
}
#lity-equipment .equip-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35%;
	padding-top: 4rem;
	z-index: 0;
}
#lity-equipment .flex-equipment {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#lity-equipment .flex-equipment ul {
	width: 36%;
	position: relative;
	z-index: 5;
}
#lity-equipment .flex-equipment ul li {
	margin-bottom: 2rem;
	padding-top: 20px;
}
#lity-equipment .flex-equipment ul li:last-child {
	margin-bottom: 0;
}
#lity-equipment .flex-equipment ul li dl {
	background-color: rgba(246, 248, 247, 0.6823529412);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 10px 0;
}
#lity-equipment .flex-equipment ul li dl dt {
	width: 40%;
}
#lity-equipment .flex-equipment ul li dl dt img {
	height: 120px;
	margin-top: -30px;
}
#lity-equipment .flex-equipment ul li dl dd {
	width: 60%;
}
#lity-equipment .flex-equipment ul li dl dd p {
	margin-bottom: 10px;
}
#lity-equipment .flex-equipment ul li dl dd button {
	background-color: #FFF;
	border-radius: 50px;
	height:45px;
	width: 160px;
	border: 2px solid #0F539A;
}
#lity-equipment .flex-equipment ul li dl dd button a {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#lity-equipment .flex-equipment ul li dl dd button a span {
	color: #FFF;
	font-size:14px;
}
#lity-equipment02 {
	background-color: #FFF;
	width: 100%;
	padding:0;
    padding-bottom: 4rem;
	position: relative;
}
#lity-equipment02 h2 {
	color: #3791ca;
	font-size: 2.25rem;
	margin-bottom: 2rem;
	font-weight: bold;
}
#lity-equipment02 .equip-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35%;
	padding-top:0;
	margin-top:-60px;
	z-index: 0;
}
#lity-equipment02 .flex-equipment {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#lity-equipment02 .flex-equipment ul {
	width: 36%;
	position: relative;
	z-index: 5;
}
#lity-equipment02 .flex-equipment ul li {
	margin-bottom: 2rem;
	padding-top: 20px;
}
#lity-equipment02 .flex-equipment ul li:last-child {
	margin-bottom: 0;
}
#lity-equipment02 .flex-equipment ul li dl {
	background-color: rgba(246, 248, 247, 0.6823529412);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 10px 0;
}
#lity-equipment02 .flex-equipment ul li dl dt {
	width: 40%;
}
#lity-equipment02 .flex-equipment ul li dl dt img {
	height: 120px;
	margin-top: -30px;
}
#lity-equipment02 .flex-equipment ul li dl dd {
	width: 60%;
}
#lity-equipment02 .flex-equipment ul li dl dd p {
	margin-bottom: 10px;
}
#lity-equipment02 .flex-equipment ul li dl dd button {
	background-color: #FFF;
	border-radius: 50px;
	height:45px;
	width: 160px;
	border: 2px solid #0F539A;
}
#lity-equipment02 .flex-equipment ul li dl dd button a {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
    color:#0F539A;
}
#lity-equipment02 .flex-equipment ul li dl dd button a span {
	color: #0F539A;
	font-size:16px;
}

.inline-wrapper {
    background: #FFF;
    padding: 2em;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	border-radius:15px;
}
.inline-wrapper h4 {
    border-left: 7px solid #27acd9;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 16px;
}
.inline-wrapper h5{
    font-size: 22px;
	margin-bottom:10px;
	color: #27acd9;
}
.inline-wrapper .flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
.lity-youtube{
	width:100%;
	position: relative;
}
.lity-youtube iframe {
    width: 100%;
	min-height:350px;
    border-radius: 10px;
}
#water_mov,
#wash_mov{
	text-align:left;
}
#gate_a01 .lity-youtube,
#gate_a02 .lity-youtube,
#gate_a03 .lity-youtube,
#water_mov .lity-youtube,
#wash_mov .lity-youtube,
#lity-enecirq .lity-img{
	width:50%;
	position: relative;
}
.lity-text {
    width: 49%;
    position: relative;
    margin-left:2.5em;
}
#gate_a01 .lity-text,
#gate_a02 .lity-text,
#gate_a03 .lity-text,
#water_mov .lity-text,
#wash_mov .lity-text{
    width: 49%;
    position: relative;
    margin-left:2%;
}
.inline-wrapper .button_box{
	width:620px;
	margin:20px auto 0;
}
.inline-wrapper .button1 {
    width:300px;
	float:left;
    border: 0;
    padding: 0;
}
.inline-wrapper .button2 {
    width:300px;
	float:right;
    border: 0;
    padding: 0;
}
#water_mov .button2,
#lity-enecirq .button2,
#wash_mov .button2{
	margin:40px auto 0;
	float:none;
	display: block;
}
#wash_mov dl{
	margin-top:20px;
}
#wash_mov dl dt{
	font-size:14px;
}
#wash_mov dl dt span{
	display:inline-block;
	font-size:14px;
	margin-right:10px;
	width:140px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#FFF;
	background:#333;
	font-weight:normal;
}
#wash_mov dl dd{
	font-size:14px;
	margin-bottom:10px;
}
#wash_mov dl dd.mb0{
	margin-bottom:0;
}
#gate_c01,
#gate_c02,
#gate_c03,
#gate_c04,
#gate_c05,
#gate_c06,
#gate_c07{
	padding:10px;
	padding-bottom:30px;
	border-radius:0px;
	overflow-y:scroll;
}
#gate_c01 .button1,
#gate_c02 .button1,
#gate_c03 .button1,
#gate_c04 .button1,
#gate_c05 .button1,
#gate_c06 .button1,
#gate_c07 .button1{
	left: 15%;
}
#gate_c01 .button2,
#gate_c02 .button2,
#gate_c03 .button2,
#gate_c04 .button2,
#gate_c05 .button2,
#gate_c06 .button2,
#gate_c07 .button2{
	right: 15%;
}
#gate_c01 .button1 a,
#gate_c02 .button1 a,
#gate_c03 .button1 a,
#gate_c04 .button1 a,
#gate_c05 .button1 a,
#gate_c06 .button1 a,
#gate_c07 .button1 a,
#gate_c01 .button2 a,
#gate_c02 .button2 a,
#gate_c03 .button2 a,
#gate_c04 .button2 a,
#gate_c05 .button2 a,
#gate_c06 .button2 a,
#gate_c07 .button2{
	width:280px;
}
#gate_c01 .img,
#gate_c06 .img{
	width:800px;
	margin-bottom:10px;
}
#gate_c02 .img,
#gate_c03 .img,
#gate_c04 .img,
#gate_c05 .img,
#gate_c07 .img{
	width:900px;
	margin-bottom:10px;
}	
#gate_c01 .img img,
#gate_c02 .img img,
#gate_c03 .img img,
#gate_c04 .img img,
#gate_c05 .img img,
#gate_c06 .img img{
	width:100%;
	height:auto;
}
.inline-wrapper button a,
.lity-detail button a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width:300px;
	font-size:18px;
	padding:15px 40px;
	margin: auto;
	font-weight: bold;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
.inline-wrapper button a::before ,
.lity-detail button a::before {
	content: '';
	width:10px;
	height:10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.inline-wrapper button a:hover,
.lity-detail button a:hover{
	background: #44c6f2;
	color: #fff;
}
#gate_a01,
#gate_a02,
#gate_a03,
#lity-conveyor,
#lity-ultrasound,
#lity-vacuum,
#lity-hm,
#lity-sink,
#lity-yasai,
#lity-integrated{
    padding-bottom: 8em;
}
#water_mov,
#wash_mov{
    padding-bottom: 4em;
}
.gate_a_mov01,
.gate_a_mov02,
.gate_a_mov03{
	cursor:pointer;
}
.lity-container {
    max-width: 90% !important;
}
.inline-wrapper {
    padding:2.5em;
}
#lity-equipment .flex-equipment ul li dl dd button a span {
    color: #3791ca;
    font-size:14px;
}
#lity-equipment .flex-equipment ul li dl dd button {
    height: 40px;
    border: 2px solid #3791ca;
}
main .wrapper .grid button.blue {
    height: 40px;
}
/*# sourceMappingURL=common.css.map */
.gate_c_list{
    display: flex;
    gap:4%;
    flex-wrap:wrap;
}
.gate_c_list li{
    width:48%;
    margin-bottom:10px;
    clear:both;
}
.gate_c_list li img{
    width:100%;
    height:auto;
}
.gate_c_list li p.img{
    margin-bottom:10px;
}
.gate_c_list li h4{
    font-size:16px;
    background:#333;
    padding:3px 10px;
    text-align:center;
    color:#FFF;
    margin-bottom:0px;
}
.gate_c_list li h5{
    font-size:18px;
    border-left:5px solid #000;
    padding-left:10px;
    margin-bottom:5px;
	margin-top:5px;
	font-weight:bold;
}
.gate_c_list3{
    display: flex;
    gap:3.5%;
    flex-wrap:wrap;
}
.gate_c_list3 li{
    width:31%;
    margin-bottom:10px;
    clear:both;
}
.gate_c_list3 li img{
    width:100%;
    height:auto;
}
.gate_c_list3 li p.img{
    margin-bottom:10px;
}