@charset "utf-8";
/* CSS Document */

header{ position:absolute; }
header h1{ padding:20px 0 0 20px; position: relative; z-index: 10;}
header h1 img{ height:60px;}
@media only screen and (max-width: 1024px){ header h1 img{ height:50px;} }
@media only screen and (max-width: 600px){ header h1 img{ height:40px;} }

.bg-main{
	background: rgb(252,237,240);
	background: linear-gradient(180deg, rgba(252,237,240,1) 0%, rgba(237,246,238,1) 43%, rgba(235,245,244,1) 67%, rgba(235,245,244,1) 91%, rgba(255,255,255,1) 100%);
	}

.panda-pic1{ padding:100px 0 0 0; position:relative; }
.panda-pic1 p:nth-of-type(2){ position:relative;}
.panda-pic1 p:nth-of-type(1){ position:absolute; left:0; top:100; content: ''; z-index:0; display:inline-block; }
@media only screen and (max-width: 600px){ .panda-pic1 p:nth-of-type(1) img{ width:200px;}}

.panda-pic2{ padding:100px 0 0 0; position:relative; }
@media only screen and (max-width: 600px){.panda-pic2 { margin: 60px auto 0;}}
.panda-pic2 p:nth-of-type(1){ position:absolute; z-index:10; right:-300px; }
@media only screen and (max-width: 1024px){ .panda-pic2 p:nth-of-type(1){ top: 50px; right:-200px;}} 
@media only screen and (max-width: 1024px){ .panda-pic2 p:nth-of-type(1) img{ width:80%;}}
@media only screen and (max-width: 600px){ .panda-pic2 p:nth-of-type(1){ right:-30px; top:0px;}}
@media only screen and (max-width: 600px){ .panda-pic2 p:nth-of-type(1) img{ width:240px;}}
.panda-pic2 p:nth-of-type(2){ position:absolute; z-index:11; left:-300px; bottom:-250px; }
@media only screen and (max-width: 1024px){ .panda-pic2 p:nth-of-type(2){ left:-210px; bottom:-300px;}}
@media only screen and (max-width: 1024px){ .panda-pic2 p:nth-of-type(2) img{ width:80%;}}
@media only screen and (max-width: 600px){ .panda-pic2 p:nth-of-type(2){ left:-100px; bottom:-140px;}}
@media only screen and (max-width: 600px){ .panda-pic2 p:nth-of-type(2) img{ width:310px;}}
.panda-pic2 p:nth-of-type(3){ position:relative;}

.panda-pic3{ padding:200px 0 0 0; position:relative; }
@media only screen and (max-width: 600px){ .panda-pic3{ padding:100px 0 0 0; }}
.panda-pic3 p:nth-of-type(1){ position:absolute; z-index:10; right:-300px; bottom:-200px; }
@media only screen and (max-width: 1024px){ .panda-pic3 p:nth-of-type(1){ right: -240px; bottom: -170px; }}
@media only screen and (max-width: 1024px){ .panda-pic3 p:nth-of-type(1) img{ width:80%; }}
@media only screen and (max-width: 600px){ .panda-pic3 p:nth-of-type(1){ right:-60px; bottom:-100px; }}
@media only screen and (max-width: 600px){ .panda-pic3 p:nth-of-type(1) img{ width:300px; }}
.panda-pic3 p:nth-of-type(2){ position:relative; }

.panda-pic4{ padding:200px 0 0 0; position:relative; text-align:center; }
.panda-pic4 p:nth-of-type(1){ position:absolute; z-index:10; left:-300px; top:-40px; }
@media only screen and (max-width: 1024px){ .panda-pic4 p:nth-of-type(1){ left:-130px; top:30px;} }
@media only screen and (max-width: 1024px){ .panda-pic4 p:nth-of-type(1) img{ width:80%;} }
@media only screen and (max-width: 600px){ .panda-pic4 p:nth-of-type(1){ left:-70px; top:40px;} }
@media only screen and (max-width: 600px){ .panda-pic4 p:nth-of-type(1) img{ width:260px;} }
.panda-pic4 p:nth-of-type(2){ position:absolute; z-index:11; right:-300px; bottom:-120px; }
@media only screen and (max-width: 1024px){ .panda-pic4 p:nth-of-type(2){ right:-170px; bottom:-180px;} }
@media only screen and (max-width: 1024px){ .panda-pic4 p:nth-of-type(2) img{ width:80%;}}
@media only screen and (max-width: 600px){ .panda-pic4 p:nth-of-type(2){ right:-70px; bottom:-140px;} }
@media only screen and (max-width: 600px){ .panda-pic4 p:nth-of-type(2) img{ width:320px;}}
.panda-pic4 p:nth-of-type(3){ position:relative;}

.panda-pic5{ padding:300px 0 0 0; position:relative; text-align:center; }
@media only screen and (max-width: 1024px){.panda-pic5{ padding:240px 0 0 0;}}
@media only screen and (max-width: 600px){.panda-pic5{ padding:200px 0 0 0;}}
.panda-pic5 p:nth-of-type(1){ position:absolute; z-index:10; top:140px; left:200px;}
@media only screen and (max-width: 1024px){.panda-pic5 p:nth-of-type(1){ top:120px;}}
@media only screen and (max-width: 1024px){.panda-pic5 p:nth-of-type(1) img{ width:80%;}}
@media only screen and (max-width: 600px){.panda-pic5 p:nth-of-type(1){ top:120px; left:20px;}}
@media only screen and (max-width: 600px){.panda-pic5 p:nth-of-type(1) img{ width:160px;}}
.panda-pic5 p:nth-of-type(3){ position:relative; }
.panda-pic5 p:nth-of-type(2) {
    position: absolute;
    z-index: 0;
    /* bottom: 140px; */
    bottom: -80px;
    left: 100px;
    content: '';
}
@media only screen and (max-width: 600px){ .panda-pic5 p:nth-of-type(2){ bottom: -40px; left:-40px;}}
@media only screen and (max-width: 600px){ .panda-pic5 p:nth-of-type(2) img{ width:80%; }}

.panda-pic6{ padding:160px 0 0 0; position:relative; text-align:center; }
@media only screen and (max-width: 600px){ .panda-pic6{ padding:70px 0 0 0;}}
.panda-pic6 p:nth-of-type(1){ position:absolute; z-index:10; bottom:-240px; left:-200px;}
@media only screen and (max-width: 1024px){ .panda-pic6 p:nth-of-type(1){ bottom:-200px; left:-160px;}}
@media only screen and (max-width: 1024px){ .panda-pic6 p:nth-of-type(1) img{ width:80%;}}
@media only screen and (max-width: 600px){ .panda-pic6 p:nth-of-type(1){ bottom:-140px; left:-100px;}}
@media only screen and (max-width: 600px){ .panda-pic6 p:nth-of-type(1) img{ width:300px;}}
.panda-pic6 p:nth-of-type(2){ position:relative; }

.panda-pic7{ padding:160px 0 0 0; position:relative; text-align:center; }
@media only screen and (max-width: 600px){ .panda-pic7{ padding:130px 0 0 0;}}
.panda-pic7 p:nth-of-type(1){ position:absolute; z-index:10; bottom:-320px; right:-200px;}
@media only screen and (max-width: 1024px){ .panda-pic7 p:nth-of-type(1){ bottom:-220px; right:-140px;} }
@media only screen and (max-width: 1024px){ .panda-pic7 p:nth-of-type(1) img{ width:80%;} }
@media only screen and (max-width: 600px){ .panda-pic7 p:nth-of-type(1){ bottom:-150px; right:-40px;} }
@media only screen and (max-width: 600px){ .panda-pic7 p:nth-of-type(1) img{ width:300px;} }
.panda-pic7 p:nth-of-type(2){ position:relative; }

.panda-txt1{ padding:260px 0 0 0; text-align:center; font-weight:700; font-size:26px; line-height:2.2; letter-spacing:0.1em;}
@media only screen and (max-width: 600px){.panda-txt1{ padding: 140px 0 0 0; font-size:16px; line-height:2;} }
@media only screen and (max-width: 600px){.panda-txt1 span{ display:block;} }
@media only screen and (max-width: 600px){.panda-txt1 span br{ display:none;} }

.box-panda365{ text-align:center; margin:0 auto; padding:100px 0 60px 0; background-color:#eeff01; /*background: rgb(255,255,255);　background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(237,231,72,1) 40%);*/}
@media only screen and (max-width: 600px){ .box-panda365{ padding:60px 0 20px 0;}}
.box-panda365 p{ margin-bottom:40px; }
@media only screen and (max-width: 600px){ .box-panda365 p{ width: 90%; margin: 0 auto 20px; }}
.box-panda365 p:nth-of-type(1){ width:295px; margin-left:auto; margin-right:auto; }
@media only screen and (max-width: 600px){ .box-panda365 p:nth-of-type(1){ width:70%;}}
.box-panda365 p:nth-of-type(2){ font-size:20px; font-weight:700; letter-spacing:0.4em; }
.box-panda365 p:nth-of-type(2) br{ display:none; }
@media only screen and (max-width: 600px){ .box-panda365 p:nth-of-type(2){ letter-spacing:0.2em; }}
@media only screen and (max-width: 600px){ .box-panda365 p:nth-of-type(2) br{ display:block; }}
.box-panda365 p:nth-of-type(3){ width:386px; margin-left:auto; margin-right:auto; }
@media only screen and (max-width: 600px){ .box-panda365 p:nth-of-type(3){ width:80%;}}
.box-panda365 p:nth-of-type(4) span{ display:block; margin-bottom:20px; font-weight:700; letter-spacing:0.16em; line-height:2; }
@media only screen and (max-width: 600px){.box-panda365 p:nth-of-type(4) span em{ display:block;}}
.box-panda365 p:nth-of-type(5) a{
	font-size:20px;
	color:#000;
	letter-spacing:0.2em;
    display: inline-block;
    background-color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    font-weight: 700;
    border-radius: 36px;
}
@media only screen and (max-width: 600px){ .box-panda365 p:nth-of-type(5) a{ font-size:16px;}}
.box-panda365 p:nth-of-type(5) a:hover{ background-color:#000; color:#fff;}

.box-pandainfo{
	text-align:center; margin:0 auto;
	padding:120px 0 80px 0;
	background: rgb(233 245 247);
    background: linear-gradient(-180deg, rgb(233 245 247) 0%, rgba(249,239,240,1) 100%);
	position:relative;
	/*background: rgb(237,246,241);
	background: linear-gradient(-180deg, rgba(237,246,241,1) 0%, rgba(249,239,240,1) 100%);*/
	}
@media only screen and (max-width: 600px){ .box-pandainfo{ padding:60px 0 40px 0;}}
.pandainfo-message {
    width: 860px;
    margin: 0 auto 80px;
	position:relative;
}
@media only screen and (max-width: 600px){ .pandainfo-message { width:90%; margin: 0 auto 40px;}}
.pandainfo-message p:nth-of-type(1){
	position: absolute;
    display: inline-block;
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 0;}
@media only screen and (max-width: 600px){ .pandainfo-message p:nth-of-type(1){ top: 20%;}}
.pandainfo-message p:nth-of-type(2) {
    position: relative;
    padding: 110px 0 0 0;
    font-weight: 700;
    line-height: 1.74;
}
@media only screen and (max-width: 600px){ .pandainfo-message p:nth-of-type(2){ padding: 40px 0 0 0;}}
.pandainfo-message p:nth-of-type(2) span{ display:block; margin-bottom:30px; }
@media only screen and (max-width: 600px){ .pandainfo-message p:nth-of-type(2) span{ text-align:justify; margin-bottom: 20px;}}
@media only screen and (max-width: 600px){ .pandainfo-message p:nth-of-type(2) span br{ display:none;}}
.pandainfo-message p:nth-of-type(2) span:last-child{ margin-bottom:0px;}

.pandainfo-result{
    width: 860px;
    margin: 0 auto 80px;
	position:relative;
}
@media only screen and (max-width: 600px) { .pandainfo-result{ width:90%;}}
.pandainfo-result p:nth-of-type(1){ margin-bottom:30px;}
.pandainfo-result p:nth-of-type(2){ text-align:justify; font-weight:700; letter-spacing:0.16em; line-height:2;  }

footer{ padding:40px 0 40px 0; /*background-color:#f9eff0;*/ text-align:center; }
@media only screen and (max-width: 600px){ footer{ padding:20px 0 20px 0;}}
footer .foot-copy{ font-size:13px; font-weight:700; }
@media only screen and (max-width: 600px){ footer .foot-copy{ font-size:11px;} }

/*-----家系図-----*/

.pandainfo-kakeizu{ width: 860px; margin: 0 auto 40px;}
@media only screen and (max-width: 600px){ .pandainfo-kakeizu{ width: 90%; margin: 0 auto 40px;} }
.pandainfo-kakeizu p{ position:relative; }
.pandainfo-kakeizu p:after {
    position: absolute;
    content: 'ジャイアントパンダ家系図';
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: 700;
    top: -30px;
	white-space: nowrap;
}
@media only screen and (max-width: 600px){ .pandainfo-kakeizu p:after{font-size: 18px; top: -20px;}}
.pandainfo-kakeizu p:before{
    position: absolute;
    content: 'Adventure World’s Giant Panda Family Tree';
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    bottom: -10px;
	white-space: nowrap;
}
@media only screen and (max-width: 600px){ .pandainfo-kakeizu p:before { font-size: 10px;bottom: -26px;}}

/*.innerframe{ width:860px; margin:0 auto 80px;
height:883px;
 overflow:auto;
 overflow-y:scroll;
 overflow-x:hidden;}
.innerframe img{ height:883px; }*/

.innerframe{ width:860px; padding:0 0 10px 0; margin:0 auto 20px; overflow-x:scroll; -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 600px){ .innerframe{ /*width:90%; margin:0 auto 60px;*/width: 95%;
    margin-left: 5%;
    margin-bottom: 20px; }}

.innerframe iframe{ overflow-y:scroll; overflow-x:scroll; border:none; width: 2040px; height:883px; }
@media only screen and (max-width: 600px){ .innerframe iframe{ width: 1386px; height:600px;}}

.innerframe::-webkit-scrollbar {
    height: 6px;
	border-radius:100px;
}
 
.innerframe::-webkit-scrollbar-track {
    background-color: darkgrey;
	border-radius:100px;
}
 
.innerframe::-webkit-scrollbar-thumb {
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
	background-color:#333;
	border-radius:100px;
}
 
.innerframe-attention{ width:860px; margin:0 auto 100px; text-align:left;}
@media only screen and (max-width: 600px){ .innerframe-attention{ width:90%; margin-bottom:60px;} }
 
#sampleIFrame {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    line-height: 1.5em;
    font-size: 16px;
	border:none;
	overflow:hidden;
    background-color: yellow;
    text-align: center;
}

/*-----ギャラリー-----*/

.pandainfo-gallery{ width: 860px; margin: 0 auto 60px;}
@media only screen and (max-width: 600px){ .pandainfo-gallery{ width: 90%; margin: 0 auto 40px;} }
.pandainfo-gallery p{ position:relative; }
.pandainfo-gallery p:after{
    position: absolute;
    content: 'フォトギャラリー';
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: 700;
    top: -40px;
}
@media only screen and (max-width: 600px){ .pandainfo-gallery p:after{ font-size: 18px; top: -20px;}}
.pandainfo-gallery p:before{
    position: absolute;
    content: 'Photo Gallery';
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    bottom: 0px;
}
@media only screen and (max-width: 600px){ .pandainfo-gallery p:before{ font-size: 10px;bottom: -26px;}}

.gallery-list{ width:860px; margin:0 auto;}
@media only screen and (max-width: 600px) { .gallery-list{ width:90%;}}
.gallery-list ul{ overflow:hidden; margin:0 -3.3333% 0 0; }
@media only screen and (max-width: 600px){ .gallery-list ul{ margin:0 -2.5% 0 0;}} 
.gallery-list ul li{ float:left; width:30%; margin:0 3.3333% 3.3333% 0; }
@media only screen and (max-width: 600px){ .gallery-list ul li{ width:47.5%; margin:0 2.5% 2.5% 0;}}
.gallery-list ul li a{ text-decoration:none; color:#000; font-weight:700; }
.gallery-list ul li a span{ display:block; margin-top:6px; }
.gallery-list ul li img{ border-radius:4px; }

@media only screen and (max-width: 600px){ .modaal-gallery-label{ font-size:14px !important; }}

/*-----ヒストリー-----*/

.bg-history{ background-color:#f9eff0; padding:0 0 0 0;}

.pandainfo-history{ width: 860px; margin: 0 auto 60px;}
@media only screen and (max-width: 600px){ .pandainfo-history{ width: 90%; margin: 0 auto 40px;}}
.pandainfo-history p{ position:relative; }
.pandainfo-history p:after {
    position: absolute;
    content: 'パンダについての沿革';
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: 700;
    top: -5px;
	white-space:nowrap;
}
@media only screen and (max-width: 600px){ .pandainfo-history p:after{ font-size: 18px; top: -20px;}}
.pandainfo-history p:before{
    position: absolute;
    content: 'Panda History';
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    bottom: -35px;
	white-space:nowrap;
}
@media only screen and (max-width: 600px){ .pandainfo-history p:before{ font-size: 10px;bottom: -26px;}}

.history-list{ width:860px; margin:0 auto;}
@media only screen and (max-width: 600px){ .history-list{ width:100%;} }
.timeline {
    width: 100%;
	margin:0 auto;
    /*max-width: 940px;
    margin: 28px auto;
    border: 1px solid #eeeeee;*/
}
@media only screen and (max-width: 600px){ .timeline { width: 96%; }}
.timeline-list {
    padding: 40px 0;
}
@media only screen and (max-width: 600px){.timeline-list { padding: 40px 0 0 0;}}

.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}
@media only screen and (max-width: 600px){ .timeline-list-item{ font-size:13px;}}

.timeline-list-item .date{
    width: 20%;
    /*padding: 0 0 0 20px;*/
	padding: 0 20px 0 0;
    color: #888888;
    font-weight: 700;
	text-align:right;
}
@media only screen and (max-width: 600px){ .timeline-list-item .date{ width: 25%;}}

@media only screen and (max-width: 600px){ .timeline-list-item .date{ font-size:12px; letter-spacing:0;}}

.timeline-list-item .content {
    position: relative;
    width: 80%;
    padding: 0 20px 40px 30px;
    border-left: 1px solid #aaaaaa;
}
@media only screen and (max-width: 600px){ .timeline-list-item .content {  width: 75%; padding: 0 10px 30px 20px;}}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 10px;
}
.timeline-list-item:first-child .content::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 10px;
}

/*-----アドベンチャーワールドのジャイアントパンダについて-----*/

.pandainfo-commentary{
	width:860px;
	margin:0 auto 120px;
	/*border:solid 2px #333;*/
	background-color:#fff;
	text-align:left;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	box-shadow: #333 0px 0px 0px 3px inset, #ffffff -10px 10px 0px -3px, #333 -10px 10px;
	}
@media only screen and (max-width: 600px){ .pandainfo-commentary{ width:84%; margin:0 auto 80px; } }
.pandainfo-commentary dl{ padding:50px; position:relative;}
@media only screen and (max-width: 600px){ .pandainfo-commentary dl{ padding:40px 30px 30px 30px; } }
.pandainfo-commentary dl:after{ position:absolute; z-index:10; content:''; background-image:url(../img/clip.png); width:26px; height:49px; background-size:cover; background-repeat:no-repeat; top: -16px;}
@media only screen and (max-width: 600px){ .pandainfo-commentary dl:after{ width:20px; height:38px; top: -12px;}}
.pandainfo-commentary dl dt{
	font-size: 26px;
    font-weight: 600;
    border-bottom: solid 2px #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    letter-spacing: 0.2em;
	} 
@media only screen and (max-width: 600px){ .pandainfo-commentary dl dt{ font-size:18px; line-height:1.6;}}
.pandainfo-commentary dl dd{ text-align:justify;}

/*-----ジャイアントパンダの習性について-----*/

.pandainfo-habits{
	position: relative;
    z-index: 10;
	width:580px; margin:0 auto 100px; border: solid 2px #333; text-align:justify; background-color:#fff;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;}
@media only screen and (max-width: 600px){ .pandainfo-habits{ width:90%; margin:0 auto 40px;}}
.pandainfo-habits dl{ padding:40px; position:relative;}
@media only screen and (max-width: 600px){ .pandainfo-habits dl{ padding:30px 30px 30px 30px;} }
.pandainfo-habits dl:after{
    position: absolute;
    z-index: 10;
    content: '';
    background-image: url(../img/sticker1.png);
    width: 110px;
    height: 99px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -16px;
    left: -16px;
	}
@media only screen and (max-width: 600px){ .pandainfo-habits dl:after{ width: 60px; height: 54px;}}
.pandainfo-habits dl:before{
    position: absolute;
    z-index: 10;
    content: '';
    background-image: url(../img/sticker2.png);
    width: 110px;
    height: 99px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -16px;
    right: -16px;
	}
@media only screen and (max-width: 600px){ .pandainfo-habits dl:before{ width: 60px; height: 54px;}}
.pandainfo-habits dl dt{ text-align:center; font-weight:600; font-size:24px;
    border-bottom: solid 2px #333;
    margin-bottom: 25px;
    padding-bottom: 15px;}
@media only screen and (max-width: 600px){ .pandainfo-habits dl dt{ font-size:18px;}}
.pandainfo-habits dl dd{ margin-bottom:20px;}
.pandainfo-habits dl dd:last-child{ margin-bottom:0px; }

.pandainfo-foottitle{ font-size:22px; font-weight:600; text-align:center; line-height:2.2; letter-spacing:0.4em;}
@media only screen and (max-width: 600px){ .pandainfo-foottitle{ font-size:15px; line-height:2; letter-spacing:0.2em;}}

.panda-parts1 {
    position: absolute;
    z-index: 1;
    top: 2400px;
    left: 27%;
}
@media only screen and (max-width: 1024px){ .panda-parts1{ display:none; }}
.panda-parts2 {
    position: absolute;
    z-index: 1;
    top: 3400px;
    right: 0;
}
@media only screen and (max-width: 1024px){ .panda-parts2{ display:none; }}
.panda-parts3 {
    position: absolute;
    z-index: 1;
    top: 4400px;
    left: 0;
}
@media only screen and (max-width: 1024px){ .panda-parts3{ display:none; }}

/*-----基本ブロック-----*/

.pandainfo-inner{ width:860px; margin:0 auto 120px; text-align:justify; }
@media only screen and (max-width: 600px){ .pandainfo-inner{ width:90%; margin:0 auto 60px;}}
.pandainfo-inner p{ margin-bottom:40px;}
@media only screen and (max-width: 600px){ .pandainfo-inner p{ margin-bottom:20px;} }
.pandainfo-inner p:last-child{ margin-bottom:0px; }

.bg_slide{
	min-height:100vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index:1;
}
@media only screen and (max-width: 1024px){ .bg_slide{ min-height:900px;} }
@media only screen and (max-width: 600px){ .bg_slide{ min-height:600px;} }


/*-----スライドショー-----*/


.top .mv {
    width: 100%;
    position: relative;
}
.top .mv .mainCopy {
	display: block;
    padding: 60px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 580px;*/
    z-index: 1;
}
.top .mv .slider_01 > li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 0px);
}
@media only screen and (max-width: 600px){
.top .mv .slider_01 > li {
    height: calc(600px - 0px);
	}
}
.top .mv .txWrap{}
.top .mv .mainCopy span {
    color: #fff;
    margin: 0 auto;
    display: block;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0.6em;
}
.top .mv .mainCopy span.jp {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 24px;
    font-family: 'ShipporiMincho-Regular';
	text-shadow: 1px 2px 2px rgb(0 0 0 / 65%);
}
.top .mv .mainCopy span.jp em{ font-size: 26px; font-style: normal;}
.top .mv .mainCopy span.en{ font-size: 14px; font-family: 'Open Sans', sans-serif; letter-spacing: 0.4em;}
.top .mv .read {
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: auto;
    font-size: 24px;
    line-height: 2;
    color: #fff;
    letter-spacing: 0.3em;
	font-weight:600;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
/*.top .mv .read span{ display: block; font-size: 14px; letter-spacing: 0.4em; margin: 20px auto 0;}*/
.top .mv .bx-wrapper{ margin: 0;}
.top .mv .bx-wrapper .bx-pager { bottom: 60px; }
@media only screen and (max-width: 600px){ .top .mv .bx-wrapper .bx-pager { bottom: 40px; } }
.top .mv .bx-wrapper .bx-pager.bx-default-pager a.active { /*background: #29a66d !important;*/     background-color: #eb5c01 !important; }
.top .mv .bx-wrapper .bx-pager.bx-default-pager a { background: #fff !important; margin: 0px 10px; width: 10px; height: 10px;}
@media only screen and (max-width: 600px){ .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px !important;
    height: 6px !important;
    margin: 0 6px !important;}
}
	
.top .mv .bx-wrapper .bx-controls-direction a { z-index: 999 !important; }
	
.pc_show { display: block; }
@media only screen and (max-width: 600px){ .pc_show { display: none; } }
.sp_show { display: none !important; }
@media only screen and (max-width: 600px){ .sp_show { display: block !important; }}

/*-----他パーツ-----*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	transform: translate(-50%, 0%);
	bottom:0px;
    /*全体の高さ*/
	height:50px;
	z-index:10;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
    position: absolute;
    left: 50%;
    top: 66px;
    color: #eee;
    /* font-size: 0.7rem; */
    /* letter-spacing: 0.05em; */
    transform: translate(-50%, 0%);
    display: inline-block;
    width: 61px;
}
@media only screen and (max-width: 600px){ .scrolldown1 span{ width:40px;}}
.scrolldown1 span img{ width:61px;}
@media only screen and (max-width: 600px){ .scrolldown1 span img{ width:40px;} }
/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: -200px;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:40px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

