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

/*.slide ul.swiper-wrapper{
    width:100%;
    height: 550px;
}
.slide ul.swiper-wrapper li.swiper-slide{
    width:100%;
    height: 100%;
}*/


body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html {
	font-size: 62.5%; /* -> 10px; */
height:1000px;
    -webkit-overflow-scrolling: touch;
}
body {
  font-size: 1.4em; /* -> 14px; */
  font-family: "meiryo ui" ;
	
}

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #000;
	font-weight: 100;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size:14px;
	/*transform: rotate(.03deg);*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


body{
	font-family: "meiryo ui";
	font-weight: 200;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;
}
/*IE7*/
*+html body  {
font-size:13px;
}
select,input,button,textarea{
	font: 99% Lato, "meiryo ui";
}

img{
	border: none;
	max-width: 100%;
    height: auto;
}

table{
	font-size: inherit;
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer ;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
	/*display: inline;*/
}
li{
	display: inline;
}

a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #000;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;

}
a:hover {
	text-decoration: none;
}

img {
	vertical-align: bottom;
}


[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

[class^="swiper-slide-shadow-"] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


header {
	width: 90%;
	margin: auto;
	padding: 2% 0 1%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.1vw solid #000;
}
header h1 {
	font-size: 2vw;
	line-height: 1;
}

header h1 span {
	border-bottom: 5px solid #000;
	padding-bottom: 0.5vw;
	line-height: 1vw;
}
header a {
	display: inline-block;
	position: relative;
	padding-right: 25px;
}
header a:before,
header a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
header a:before {
	width: 20px;
	height: 1px;
	background: #000;
}
header a:after {
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
}


.swiper-container {
  /* width: 100vw; */
  height: 60vw;
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
}
.swiper-container.scale-out {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.swiper-container.scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-slide {
	background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  -webkit-perspective: 1600px;
          perspective: 1600px;
	position: relative;
}
.swiper-slide.swiper-slide-active {
  z-index: 2;
}
.swiper-slide .entity-img {
  /*display: none;
	width: 100%;*/
}


.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '' !important;
}
.swiper-button-next,
.swiper-button-prev {
	width: 60px !important;
}

.swiper-container-cube .swiper-slide {
	height: 80% !important;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	background-color: #fff;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-prev:focus {
	border: none;
	outline: none;
}







.swiper-slide .content {
  position: absolute;
  top: 65%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
  -webkit-transform: translateZ(100px) translateX(100px);
          transform: translateZ(100px) translateX(100px);
}
.swiper-slide .content .title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: .4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}


.swiper-pagination {
	display: none !important;
}

a.js-modal-open img {
	transition-property: all;
	transition: 0.2s linear;
}

.modal{
    display: none;
    height: 90vh;
    position: fixed;
    top: 0;
		left: 0;
    width: 100%;
	z-index: 1;
}
.modal__bg{
    background: none;
    height: 90vh;
    position: absolute;
		top: -100px;
    width: 100%;
		height: 130vh;
		background: rgba(0, 0, 0, .7);
}
.modal__content{
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 50%;
	top: 54%;
	transform: translate(-50%,-50%);
	width: 85vw;
	height: 92vh;
	overflow: auto;
	padding: 2% 4%;
	font
}
.modal__content{
	overflow: auto;
}
.modal__content::-webkit-scrollbar{
	 height: 5px;
}
.modal__content::-webkit-scrollbar-track{
	 background: #666;
}
.modal__content::-webkit-scrollbar-thumb {
	 background: #777;
}


.modal__content h2 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.modal__content h2 span {
	font-size: 12px;
	margin-left: 1em
}
.modal__content img,
.modal__content video {
	width: 100%;
	outline: none;
	border: none;
	height: 100%;
	object-fit: cover;
}

.modal__content a.close_btn {
	position: absolute;
	left: auto;
	right: 55px;
	top: 35px;
	cursor: pointer !impotant;
	width: 50px;
	height: 50px;
}
.close_btn:before,
.close_btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #000;
}
.close_btn:before {
	transform: rotate(-45deg);
}
.close_btn:after {
	transform: rotate(45deg);
}

.link_item {
	position: absolute;
	z-index: -1;
}

.slide_01 a.link_ppt {
	top: 43%;
	left: 26.8%;
	width: 15%;
}
.slide_01 a.link_graphic {
	top: 53.8%;
	left: 47.95%;
	width: 11.4%;
}
.slide_01 a.link_panel {
	top: 56.8%;
	left: 38.9%;
	width: 6.3%;
}
.slide_01 a.link_products {
	top: 61.4%;
	left: 65.8%;
	width: 4.1%;
}
.slide_01 a.link_movie {
	top: 47.2%;
	left: 74.6%;
	width: 6%;
}
.slide_01 a.link_products_2 {
	top: 60%;
	left: 15%;
	width: 20%;
}



.modal.in .modal__content {
	width: 95%;
	background: rgba(255, 255, 255, 1)
}
.active .modal__bg,
.active .modal__content {
	/* background: rgba(0, 0, 0, .7); */
}
.active .modal__content {
	border: none;
	width: 84vw;
}
.modal.in .modal__bg {
}
.active .swiper-pagination,
.active .swiper-button-next,
.active .swiper-button-prev {
	display: none;
}

img.icon_zoom {
	width: 2.5vw;
}
img.icon_movie {
	width: 2.5vw;
}
img.icon_info {
	width: 2.5vw;
}
.icon {
	filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .3));
	position: absolute;
	z-index: 0;
}
.icon_01 {
	left: 23.0%;
	top: 82.5%;
	
}
.icon_02 {
	left: 58%;
	top: 58%;
}
.icon_03 {
	left: 36.0%;/*使ってない*/
	top: 52%;
}
.icon_04 {
	left: 68.5%;
	top: 56.5%;
}
.icon_05 {
	left: 76%;
	top: 55%;
}
.icon_06 {
	left: 49%;
	top: 49%;
}

.icon_07 {
	left: 43%;
	top: 85%;
}

.icon_08 {
	left: 43%;
	top: 83%;
}
.icon img {
	position: relative;
	top: 0;
	left: 0;
}

.slide_02 .icon_01 {
	left: 32%;
}
.slide_02 .icon_02 {
	left: 62%;
}
.slide_02 .icon_03 {
	left: 23%;
}
.slide_02 .icon_04 {
	left: 42%;
}
.slide_02 .icon_05 {
	left: 48.5%;
}

.slide_03 .icon_02 {
	left: 71%;
}
.slide_03 .icon_04 {
	left: 42%;
	top: 61.5%;
}
.slide_03 .icon_05 {
	left: 31.8%;
	top: 48%;
}

.slide_04 .icon_06 {
	left: 29%;
	top: 33%;
}

.slide_05 .icon_01 {
	left: 47%;
	top: 45%;
}
.slide_05 .icon_03 {
	left: 67%;
	top: 65.5%;
}
.slide_05 .icon_05 {
	left: 76%;
	top: 54.5%;
}
.slide_05 .icon_06 {
	left: 17%;
	top: 39%;
}



.icon {
	cursor: pointer;
	animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.icon:hover {
	animation: none;
}

a.js-modal-open img {
	width: 50%;
	
}

a.js-modal-open.icon img {
	width: 2.5vw;
}


.js-modal-open.in {
	cursor: pointer;
	text-align: center;
}


.modal__content a.cta {
	display: block;
	margin-top: 2em;
	text-align: center;
	background: #0082AA;
	color: #fff;
	padding: 15px;
	text-decoration: none;
}
.modal__content a.cta:hover {
	background: #ead203;
}


.obj_fit {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.inline {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	
}
.graphic li {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 1%;
	padding: 0.5% 0.75%;
	background: #ccc;
	position: relative;
	
}
.graphic li:nth-of-type(4n) {
	margin-right: 0;
}
.graphic li:nth-of-type(n + 5) {
	margin-bottom: 0;
}
.graphic li h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.3vw;
	height: 27%;
}
.graphic li .thumbnail img {
	
	object-fit: contain;
	font-family: 'object-fit: cover;';
	margin-bottom: 28px;
	top: 25%;
	position: relative;
}


.more1 {
	text-align: center;
	background: blue;
	color: #fff;
	font-weight: bold;
	/*padding: 3px;*/
	font-size: 1em;
	position: absolute;
	vertical-align: center;
	bottom: 1%;
	margin: 0;
	/*padding-top: 1.3%;
        padding-right: 42%;
        padding-bottom: 1.3%;
        padding-left: 42%;*/
	width: 93.5%;

}
p.more {
	text-align: center;
	background: blue;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
}


.panel .panel_01,
.panel .panel_list {
	/*flex: 1;*/
}
.panel .panel_01 {
	border: 1px solid #ccc;
	margin-right: 3%;
	width: 300px;
}
.panel .panel_01 p.more {
	width: 50%;
	margin: auto;
	margin-bottom: 20px;
}
.panel .panel_list {
	flex-wrap: wrap;
}
.panel .panel_list p.more {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
.panel .panel_list li {
	width: 47%;
	margin-right: 3%;
	margin-bottom: 3%;
	border: 1px solid #ccc;
}
.panel .panel_list li:nth-of-type(4n) {
	margin-right: 0;
}
.panel .panel_list li:nth-child(n + 3) {
	margin-bottom: 0;
}
.panel .modal.in .modal__content {
	text-align: center;
}
.panel .modal.in .modal__content img {
	width: 60%;
	margin: auto;
}


.intitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.intitle span {
	font-size: 12px;
	margin-left: 1em;
}
.wrap.inline {
	background: #e6e5e5;
	padding: 2%;
}
.wrap.inline .image,
.wrap.inline .text {
	width: 50%
}
.wrap.inline .image {
	background: #e6e5e5;
	display: flex;
	align-items: center;
}
.wrap.inline .text {
	padding-left: 3%;
}
.wrap.inline .text h3 {
	font-size: 2vw;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
}
.text p {
	word-wrap: break-word;
	font-size: 1.0vw;
}
.wrap.inline .text .info ul {
	padding-left: 1.5em;
}
.wrap.inline .text .info li {
	margin: .5em 0;
	list-style: disc outside;
	width: 100%;
	background: none;
	padding: 0;
	font-size:1.0vw;
}
.col {
	margin: 4% auto;
}
.col:first-of-type {
	margin-top: 0;
}
.col:last-of-type {
	margin-bottom: 0;
}
.wrap.inline .text h4 {
	padding: 4px 8px;
	background: #37f33a;
	font-weight: bold;
	font-size: 1.0vw;
}
.wrap.inline .inline.cta {
	margin-top: 15px;
}
.wrap.inline .text .inline.cta .more {
	flex: 1;
	margin-right: 5px;
	padding: 5px;
}
.wrap.inline .text .inline.cta .more:last-of-type {
	margin-right: 0;
}
.wrap.inline .text .inline.cta .more a {
	color: #fff;
}




.overlook {
	position: relative;
	background: url(images/overlook.jpg) no-repeat center center / 100%;
	width: 90%;
	height: 90vh;
	margin: auto;
}
.overlook img.base {
	width: 100%;
}
.overlook .icon {
	/* z-index: 1; */
}
.overlook .icon_01 {
	left: 35%;
	top: 40%;
}
.overlook .icon_02 {
	left: 52.8%;
	top: 19%;
}
.overlook .icon_03 {
	left: 41.0%;
	top: 65.5%;
}
.overlook .icon_04 {
	left: 63.8%;
	top: 46.5%;
}
.overlook .icon_05 {
	left: 77.5%;
	top: 52%;
}

.overlook .link_item {
	z-index: 0;
}
.overlook a.link_ppt {
	top: 36.0%;
	left: 25.8%;
	width: 16.0%;
}
.overlook a.link_graphic {
	top: 15.2%;
	left: 48.48%;
	width: 10.9%;
}
.overlook a.link_panel {
	top: 66.1%;
	left: 38.7%;
	width: 7.0%;
}
.overlook a.link_products {
	top: 45.9%;
	left: 63.2%;
	width: 4.8%;
}
.overlook a.link_movie {
	top: 45.0%;
	left: 74.89%;
	width: 8.8%;
}




@keyframes tabAnim {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
input[type="radio"] {
	display: none;
}
.tab_area {
	font-size: 0;
}
.tab_area label {
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	transition-property: all;
	transition: 0.2s linear;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 60px;
}
.tab_area label.tab1_label {
	bottom: 5%;
}
.tab_area label.tab2_label {
	top: 20%;
}
.tab_area label:hover {
}
.active .tab_area label,
.active .icon {
	display: none;
}

.tab_area label {
  opacity: 0;
}
.hover .tab_area label {
	opacity: 1;
}



.tab_panel {
	width: 100%;
	opacity: 0;
	display: none;
}


.panel_area {
	background: #fff;
}
#tab1:checked ~ .tab_area .tab1_label {
	display: none;
	background: #fff;
	color: #000;
}
#tab1:checked ~ .panel_area #panel1 {
	display: block;
	animation: tabAnim ease 0.6s forwards;
	-ms-animation: tabAnim ease 0.6s forwards;
}
#tab2:checked ~ .tab_area .tab2_label {
	display: none;
	background: #fff;
	color: #000;
}
#tab2:checked ~ .panel_area #panel2 {
	display: block;
	animation: tabAnim ease 0.6s forwards;
	-ms-animation: tabAnim ease 0.6s forwards;
}



.wrapper {
	opacity: 0;
	transition-property: all;
	transition: 0.2s linear;
}
.start .wrapper {
	opacity: 1;
}

.intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	background: url(../image/intro.png) no-repeat center center / cover;
	animation: fadeIn 1s .1s;
}
.intro:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 10001;
	cursor: pointer;
}
.intro .title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 50%;
}
.intro .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 10002;
	transform-origin: center top;
	animation:line 2s;
}
.intro img {
	width: 50%;
	z-index: 10002;
	cursor: pointer;
	border-bottom: 4px solid #fff;
	transition-property: all;
	transition: 0.2s linear;
	animation: fadeIn 1s .1s;
}
.intro img:hover {
	width: 50.1%;
	filter: drop-shadow(10px 10px 10px rgba(255,255,255,0.6));
}

@keyframes line {
		0% {
			transform: scale(0, 1);
		}
		100% {
			transform: scale(1, 1);
		}
  }
	@keyframes fadeIn {
		0% {
			opacity:0;
		}
		100% {
			opacity:1;
		}
}
.moji1{
	/*font-size: 1.7em;*/
	font-size: 1.7vw;
}

.moji2{
	/*font-size: 1.4em;*/
	font-size: 1.4vw;
}

.moji3{
	/*font-size: 1.6em;*/
	font-size: 1.4vw;
	width:80%;
	padding-left: 37%;
}

.moji4{
	/*font-size: 1.6em;*/
	font-size: 1.5vw;
	width:62%;
}
.moji5{
	/*font-size: 1.4em;*/
	font-size: 0.9vw;
	text-align: center;
}

.chractor {
	height: 40% !important;
	width: 20% !important;
}
.qrl{
	height:20% !important;
	width: 20% !important;
}

.chractor2 {
	height: 50% !important;
	width: 25% !important;
	border: 4px solid lightgray;
}

.senjouki{
	height:40% !important;
	width: 40% !important;
	margin-right: 3%;
	margin-top: 3%;
}

.markP{
	width: 100% !important;
	
}

.SDGS{
	width: 100% !important;
	
}

.oubo{
	width: 72%;
	height: 50%;
}



.yoko{
	display: flex !important;
	vertical-align : top;
	
}

.yoko2{
	display: flex !important;
	margin-bottom: 3%;
}
.yoko3{
	display: flex !important;
	margin-bottom: 3%;
	width: 100%;
}

.tate{
	display: block !important;
	width: 70%;
    	margin-right: -8%;
}

.tate3{
	display: block !important;
	margin-right: -3%;
}

.tate2{
	display: flex !important;
        flex-direction: column !important;
	width: 100%;
	margin-right: -30%;
}
a {
color:blue;
}
.video{

width: 100%;
padding-bottom: 56.25%;
height:100%;
position: relative;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 80%;
height: 80%;
}	

.msg_space{
	filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .3));
    position: absolute;
    z-index: 0;
	left: 31.5%;
	top: 59%;
	width: 14vw;
}

.msg_speech{
	display: none;
	top: 0%;
	left: 0%;
}

.msg_next{
	cursor: pointer;
	position: absolute;
	bottom: 6%;
	right: 17.5%;
	width: 10%;
}

.logo_propertyon{
	left: 51%;
	top: 77%;
	position: absolute;
	width: 8vw;
}
.logo_iekarute{
	left: 70%;
	top: 74%;
	position: absolute;
	width: 9vw;
}



.mark {
	height: 170px !important;
	width: 300px !important;
	
	
}
.qrl1{
	height:50% !important;
	width: 50% !important;
}

.mark1 {
	height: 95px !important;
	width: 310px !important;	
}
.mark2 {
	height:300px !important;
	width: 300px !important;	
}

.gazou{
	
	width:100% !important;
	height
}

.tyousei{
	height: 26vw !important;
	width: 28vw !important;
	text-align: center !important;
	margin : 0 auto;
}

.tyousei2{
	/*height: 29vw !important;
	width: 30vw !important;*/
	text-align: center !important;
	margin : 0 auto;
	width: 33vw;
	top :5%;
}

.tyousei3{
	height: 26vw !important;
	width: 24vw !important;
	text-align: center !important;
	margin : 0 auto;
}
.blank{
	width: 4% !important;
}

.blank2{
	width: 3% !important;
}
.modal__content2{
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 50%;
	top: 54%;
	transform: translate(-50%,-50%);
	width: 85vw;
	height: 90vh;
	overflow: auto;
	padding: 3% 5%;
	border: 6% solid blue;
	font
}
.modal__content2{
	overflow: auto;
}
.modal__content2::-webkit-scrollbar{
	 height: 5px;
}
.modal__content2::-webkit-scrollbar-track{
	 background: #666;
}
.modal__content2::-webkit-scrollbar-thumb {
	 background: #777;
}


.modal__content2 h2 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 1em;
}
.modal__content2 h2 span {
	font-size: 12px;
	margin-left: 1em
}
.modal__content2 img,
.modal__content2 video {
	width: 100%;
	outline: none;
	border: none;
	height: 100%;
	object-fit: cover;
}

.modal__content2 a.close_btn {
	position: absolute;
	left: auto;
	right: 55px;
	top: 35px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.chara3{
	height: 50% ;
	width: 100% ;
	text-align: center !important;
}

.chara4{
	height: 12.5% !important;
	width: 12.5% !important;
	
}


.nyukaifont{
	font-size: 0.2em;
}

.zentai{
	height: 100%;
}

.syousai{
	position: bottom;
	height: 50%;
}


.modal__content a.close1_btn {
	position: absolute;
	left: auto;
	right: 55px;
	top: 35px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.close1_btn:before,
.close1_btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #000;
}
.close1_btn:before {
	transform: rotate(-45deg);
}
.close1_btn:after {
	transform: rotate(45deg);
}

.modal__content a.close2_btn {
	position: absolute;
	left: auto;
	right: 55px;
	top: 35px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.close2_btn:before,
.close2_btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #000;
}
.close2_btn:before {
	transform: rotate(-45deg);
}
.close2_btn:after {
	transform: rotate(45deg);
}

.modal__content a.close3_btn {
	position: absolute;
	left: auto;
	right: 55px;
	top: 35px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.close3_btn:before,
.close3_btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #000;
}
.close3_btn:before {
	transform: rotate(-45deg);
}
.close3_btn:after {
	transform: rotate(45deg);
}


.zentai2{
	
	height:90vh;
	background-position:50% 75%;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	margin-top: 5px;

}
.zentai3{
	height: 40vh;
}

.modal__content a.close_shousai1_btn {
	position: absolute;
	left: auto;
	right: 55px;
	top: 35px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.close_shousai1_btn:before,
.close_shousai1_btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #000;
}
.close_shousai1_btn:before {
	transform: rotate(-45deg);
}
.close_shousai1_btn:after {
	transform: rotate(45deg);
}

#verID{
	color: red;
}

.end{
	position: absolute;
   	background-color: rgba(255, 255, 255, 0.9);
    	width: 100%;
    	height: 100%;
    	text-align: center;
    	vertical-align: middle;


}
.end2{
	top: 18%;
    	position: relative;
    	text-align: center;
    	vertical-align: middle;
	font-size: 2vw;
	color: #FF3000;


}
.end3{
	top: 25%;
    	position: relative;
    	text-align: center;
    	vertical-align: middle;
	font-size: 3vw;
	color: #187FF9;


}
.LINE{
	width: 80%;
    	position: relative;
    	text-align: center;
    	vertical-align: middle;
}