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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap');

#bg{
	width: auto;
    background:url("../images/header_bg.png") no-repeat fixed;
	background-size: cover;
	background-position: top center;
    height: 100% !important;
	min-height:1500px !important;
	margin: 0 auto;
	padding: 0;
}

.sp,.sp2{
	display:none !important;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
	transition: 0.9s;
    transition-delay: 0.35s;
	transform: translateY(50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.anchor{
    display: block;
    width: 100%;
    height: 0;
    margin: 0 ;
    float: left;
    clear: both;
}

*{
	margin:0;
	padding:0;
}

img{
	display: block;
	max-width: 100%;
	height: auto;
	border:0;
	border-style:none;
}

a{
	color: #000;
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
    font-family: "Noto Sans JP", sans-serif;
	width:100%;
	height:100%;
	margin:0;
    background-color: #0090d7;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

ul,li {
	list-style:none !important;
}

header ul {
	list-style:none;
}

main{
	display: block;
	width: 100%;
    min-height: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}
main section{
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}
main section article,
main section .contents_block{
	display: block;
	width: 90% !important;
	max-width: 1200px;
	min-height: auto;
    height: auto;
	margin: 0 auto 0 auto !important;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
    float: none;
	clear: both;
}

footer{
	display: block;
	width: 100%;color: #fff;
    background-color: #002579;
	padding:100px 0 120px 0;
	margin: 0;
	float: left;
	clear: both;
}

.copyright{
	display: block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	width:100%;
	height:auto;
	text-align:center;
	color: #fff !important;
	font-size:14px;
    letter-spacing: 0.5px;
	padding: 70px 0 0 0 !important;
	margin:0 0 0 0 !important;
	float: left;
	clear: both;
}
footer .block{
	display: block;
	width: 90%;
    max-width: 1000px;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
footer .block blockquote{
    text-align: justify;
    padding: 0;
    margin: 0 0 25px 0 !important;
	font-size: 12px;
}
footer .block .regulation{
    text-align: justify;
	font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin:  0 !important;
}

.more_bt a{
    transition: 0.3s;
}
.more_bt{
    display: block;
    width: 45%;
    max-width: 400px;
    margin: 0 auto;
    float: none;
    clear: both;
}
.more_bt li a{
    display: flex;
    text-decoration: none;
    width: 400px;
    height: 96px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
    background-color: #fff;
    background-image: url("../images/more_bt_bg.svg");
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 5px;
    list-style: none;
    clear: both;
    transition: 0.3s;
}
.more_bt li a:hover{
    transition: 0.3s;
    background-color: #56DAFF !important;
}

.ticket_bt_footer a{
    display: flex;
    position: fixed;
    text-decoration: none;
    width: 480px;
    height: 72px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #0090D7;
    background-image: url("../images/more_bt_bg_w.svg");
    background-position: center right;
    background-repeat: no-repeat;
    bottom:0;
    left: calc(50% - 240px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.40)) !important;
    z-index: 100;
    transition: 0.3s;
}
.ticket_bt_footer a:hover{
    transition: 0.3s;
    background-color: #56DAFF !important;
}

.logo_aquarium_footer a{
    display: block;
    width: 350px;
    margin: 0 auto 50px auto;
}
.logo_aquarium_footer a img{
    width: 100%;
    height: auto;
}

footer #banner{
    display: flex;
    width: 90%;
    max-width: 1000px !important;
    justify-content:space-between;
    flex-wrap: wrap;
    margin: 0 auto 15px auto;
    list-style: none;
}
footer #banner li{
    display: inline-block;
    width: 18.5%;
    margin-bottom: 15px;
}
footer #banner li a{
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s;
}
footer #banner li a:hover{
    transition: 0.2s;
    opacity: 0.6 !important;
}

.subtitle img{
    width: 100%;
    height: auto;
}

/*ヘッダー*/
header{
	display: flex;
	width: 100%;
    height: auto;
    max-height: 940px;
    padding: 0 0 0 0;
	margin: 0 !important;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
    overflow: hidden !important;
    float: left;
    clear: both;
}

header #logo{
    display: block;
    width: 90%;
    max-width: 1330px;
    min-width: 900px;
    height: auto;
    max-height: 940px;
    animation: fadeIn 5.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5.5s ease 0s 1 normal;
}

header .block{
    display: flex;
    position: absolute;
    width: 82%;
    max-width: 1250px;
    height: auto;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 auto 3.2% auto;
}
header .block .icon_ticket{
    display: block;
    width: 18vw !important;
    max-width: 250px !important;
    background-image: url("../images/icon_ticket_ro.svg");
    background-size: cover;
    transition: 0.3s;
}
header .block .icon_ticket a{
    display: block;
    width: 18vw !important;
    max-width: 250px !important;
    transition: 0.3s;
}
header .block .icon_ticket a:hover{
    -webkit-transform: scale(1.2) rotate(30deg);
    -moz-transform: scale(1.2) rotate(30deg);
    -o-transform: scale(1.2) rotate(30deg);
    -ms-transform: scale(1.2) rotate(30deg);
    transform: scale(1.2) rotate(30deg);
    opacity: 0;
    transition: 0.6s;
}
header .block .icon_ticket img{
    display: block;
    width: 100% !important;
    height: auto;
    cursor: pointer;
    transition: 0.3s;
}




/*イントロダクション*/
#introduction_area{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 95px 0 150px 0 !important;
    background-color: #FFFBD6;
    background-image:url("../images/introduction_area_bg.png");
    background-position: top left;
	float: left;
}
#introduction_area .block{
	display: block;
	width:100%;
    min-height: 280px;
    padding: 0 !important;
    margin: 0 auto;
}
.lead{
    display: block;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 1.25rem;
    line-height: 220%;
    font-weight: 500;
    font-feature-settings: 'palt' !important;
    letter-spacing: 2px;
    margin: 0 0 0 0;
}
.lead strong{
    display: block;
    width: 100%;
    color: #0090d7 !important;
    text-align: center;
    font-size: 1.6rem;
    line-height: 80%;
    font-weight: 600;
    font-feature-settings: 'palt' !important;
    letter-spacing: 3px;
    margin: 0 0 0 0;
}

#introduction_area .subtitle{
    display: block;
    width: 100%;
    max-width: 1095px;
    height: auto;
    margin: 30px auto 30px auto;
    clear: both;
}

/*アシカのびちょびちょ大作戦！*/
#daisakusen_area{
	display: block;
	width:150%;
    min-height: 300px;
    padding: 80px 0 120px 0 !important;
    margin: -50px 0 0 -25% !important;
    background-color: #0093DA;
    background-image:url("../images/daisakusen_area_bg.png");
    background-position: top left;
    border-top-left-radius: 50% 160px;
    border-top-right-radius: 50% 160px;
	float: left;
}
#daisakusen_area article{
	display: block;
	width:90vw !important;
    max-width: 1200px !important;
    margin: 0 auto 0 auto !important;
}
.daisakusen_img01{
    display: block;
    position: absolute;
    width: 100vw;
    max-width: 1200px;
    height: auto;
    margin: -40px auto 0  auto !important;
    z-index: 100;
}
#daisakusen_area .subtitle{
    display: block;
    width: 53%;
    max-width: 637px;
    height: auto;
    margin: 30px 0 10px 0;
    float: left;
}
#daisakusen_area .text{
    display: block;
    width: 100%;
    margin: 0 auto;
    float: left;
    clear: both;
}
#daisakusen_area .text .caution{
    display: block;
    width: calc(53% - 50px) !important;
    max-width: 583px;
    font-size: 1.125rem;
    line-height: 180%;
    font-weight: 600;
    color: #e50065;
    padding: 15px 25px;
    margin: 30px auto 40px auto;
    background-color: #fff;
    border: solid 2px #e50065;
    border-radius: 7px;
    float: left;
    clear: both;
}
#daisakusen_area .contents_block{
    width: 100% !important;
    max-width: 1200px !important;
}
#daisakusen_area .contents_block1 .block{
    display: block;
    width: calc(69% - 50px) !important;
    float: left;
}
#daisakusen_area .contents_block1 .daisakusen_img02{
    display: block;
    width: 31% !important;
    max-width: 346px !important;
    height: auto;
    float: right;
}
#daisakusen_area .contents_block1 p{
    color: #fff;
    font-size: 1.25rem;
    line-height: 190%;
    font-weight: 600;
    margin-bottom: 40px !important;
    text-align: justify-all !important;
}
#daisakusen_area .contents_block1 .ashika_text{
    color: #fff;
    font-size: 1.1rem !important;
    line-height: 190%;
    font-weight: 500 !important;
    margin-bottom: 40px !important;
    text-align: justify-all !important;
}
#daisakusen_area .contents_block1 .date{
    display: inline-block;
    text-align: center;
    line-height: 190%;
    color: #fff57f !important;
    font-feature-settings: 'palt';
    margin-bottom: 10px !important;
}
#daisakusen_area .contents_block1 p strong{
    font-size: 1.55rem;
    letter-spacing: 2px;
}
#daisakusen_area .contents_block1 p strong span{
    font-size: 1.125rem !important;
    letter-spacing: 1px;
}
#daisakusen_area .contents_block1 .block{
    display: block;
    width: 65%;
    max-width: 790px;
    padding: 0;
    margin: 0 0 0 0 !important;
    float: left;
}

.contents_block2{
    display: flex !important;
    justify-content: space-between !important;
}

.contents_block2 .block{
    display: block !important;
    width: calc(48.5% - 16px) !important;
    padding: 0 0 0 0 !important;
    margin: 80px 0 50px 0;
    background-color: #fff;
    border: solid 8px #226db6;
    border-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}
.contents_block2 .block h3{
    color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 0 0 0 0;
    margin: -80px -8px 0 -8px !important;
}
.contents_block2 .block .text{
    display: block !important;
    width: calc(100% - 16px) !important;
    padding: 0 !important;
}
.contents_block2 .block p{
    font-size: 1rem;
    line-height: 190%;
    text-align: justify;
    word-break: break-all !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contents_block2 .block p strong{
    font-size: 1.25rem;
    line-height: 200%;
    text-align: justify;
    color: #11376b;
    font-weight: 600;
    word-break: break-all !important;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.contents_block2 .block .caution2{
    font-size: 1rem !important;
    line-height: 190%;
    text-align: justify;
    color: #000;
    font-weight: normal !important;
    word-break: break-all !important;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    background-color: #f2f2f2;
    padding: 20px 25px;
    margin: 25px 0 0 0;
    border-radius: 10px;
}

.contents_block2 .block .poncho p strong{
    font-size: 1.25rem;
    line-height: 170% !important;
    text-align: justify;
    color: #226db6 !important;
    font-weight: 600;
    word-break: break-all !important;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.contents_block2 .block .text{
    display: block !important;
    width: calc(100% - 80px) !important;
    padding: 20px 40px 30px 40px !important;
}

.contents_block2 .block .text2{
    display: block !important;
    width: calc(43% + 30px) !important;
    margin: 0 !important;
    float: left !important;
}
.daisakusen_img03{
    display: block;
    width: 57%;
    margin-right: -30px !important;
    float: right;
}

.contents_block2 .block .spec{
    font-size: 1rem !important;
    line-height: 160%;
    text-align: justify;
    color: #0090d7 !important;
    font-weight: 600;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.contents_block2 .block .spec span{
    font-size: 0.85rem !important;
    line-height: 160%;
    font-weight: normal !important;
    letter-spacing: 1px !important;
}
.contents_block2 .block .spec li{
    margin-bottom: 15px;
}
#daisakusen_area .caution{
    display: block;
    width: calc(74% - 25px);
    color: #fff;
    font-size: 0.75rem;
    line-height: 180%;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    margin-left: 5px;
}
#daisakusen_area .caution a{
    color: #fff;
}
#daisakusen_area .caution a:hover{
    text-decoration: none;
}
#daisakusen_area .daisakusen_img04{
    display: block;
    width: 26%;
    max-width: 285px;
    height: auto;
    float: right;
}

/*おまつりミスト隊*/
#mist_area{
    display: block;
	width:150%;
    min-height: 300px;
    padding: 80px 0 150px 0 !important;
    margin: -50px 0 0 -25% !important;
    background-color: #0077BF;
    background-image:url("../images/mist_area_bg.png");
    background-position: top left;
    border-top-left-radius: 50% 160px;
    border-top-right-radius: 50% 160px;
	float: left;
}
#mist_area article{
	display: block;
	width:90vw !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}
#mist_area .contents_block,
#mist_area article{
	overflow: visible;
}
#mist_area .block{
	display: block;
    position: relative;
	width:78% !important;
    min-height: 300px;
    padding: 0 !important;
    margin: 0;
    float: right !important;
    z-index: 200;
}
#mist_area .subtitle{
    display: block;
    width: 70%;
    max-width: 900px;
    height: auto;
    margin: 60px 0 45px 24.5%;
    float: left;
}
#mist_area .subtitle img{
    width: 100% !important;
}
.mist_img01{
    display: block;
    position: absolute;
    width: 100vw;
    max-width: 1300px;
    height: auto;
    margin: -110px auto 0  auto;
    z-index: 100;
}
#mist_area .text{
    display: block;
    width: 63%;
    float: left !important;
}
.mist_img02{
    display: block;
    width: 36% !important;
    max-width: 314px;
    height: auto;
    margin-top: -230px;
    float: right;
}
#mist_area .block p{
    font-size: 1.1rem;
    line-height: 200%;
    font-weight: 500;
	color: #fff;
}
#mist_area .block .caution{
    font-size: 0.85rem;
    margin-top: 30px !important;
    font-weight: normal;
}

/*探検ガイドツアー*/
#tanken_area{
    display: block;
	width:150%;
    min-height: 300px;
    padding: 80px 0 55px 0 !important;
    margin: -50px 0 0 -25% !important;
    background-color: #29abe2;
    background-image:url("../images/tanken_area_bg.png");
    background-position: top left;
    border-top-left-radius: 50% 160px;
    border-top-right-radius: 50% 160px;
	float: left;
}
#tanken_area article{
	display: block;
	width:90vw !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}
#tanken_area .block{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 0 !important;
    margin: 0 auto;
}
#tanken_area .subtitle{
    display: block;
    width: 80%;
    max-width: 841px;
    height: auto;
    margin: 0 auto;
    float: none;
}
.tanken_img01{
    display: block;
    position: absolute;
    width: 100vw;
    max-width: 1300px;
    height: auto;
    margin: -130px auto 0  auto;
    z-index: 100;
}
.tanken_img02{
    display: block;
    width: 30%;
    max-width: 368px;
    height: auto;
    margin: 25px 0 0 0;
    float: left;
}
#tanken_area .block{
    display: block;
    width: 66%;
    float: right;
}
#tanken_area .block ul{
    font-size: 1.5rem;
    line-height: 180%;
    font-weight:700;
    color: #fff57f;
    margin-bottom: 25px;
}
#tanken_area .block .caution{
    font-size: 1.1rem !important;
    line-height: 190%;
    font-weight:500;
    color: #fff;
    margin-bottom: 25px;
}
#tanken_area .caution2{
    width: 90vw;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    margin: 0 auto;
}
.asoview{
    display: block;
    width: 100%;
    text-align: center;
}
.asoview strong{
    font-size: 1.25rem !important;
    line-height: 190%;
    font-weight:700;
    color: #e50065;
    margin-bottom: 25px;
}
.ticket_bt a{
    transition: 0.3s;
}
.ticket_bt{
    display: block;
    width: 45%;
    max-width: 400px;
    margin: 22px auto 45px auto;
    float: none;
    clear: both;
}
.ticket_bt li a{
    display: flex;
    text-decoration: none;
    width: 400px;
    height: 96px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
    background-color: #e50065;
    background-image: url("../images/more_bt_bg_w.svg");
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 5px;
    list-style: none;
    clear: both;
    transition: 0.3s;
}
.ticket_bt li a:hover{
    transition: 0.3s;
    background-color: #FFA4CC !important;
}

/*冷感グッズ*/
#goods_area{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 80px 0 80px 0 !important;
    background-color: #DBF3F9;
    background-image:url("../images/goods_area_bg.jpg");
    background-position: top center;
    background-size: cover;
	float: left;
}
#goods_area article{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#goods_area .block{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 0 !important;
    margin: 0 auto;
}
#goods_area .subtitle{
    display: block;
    width: 22.5%;
    max-width: 270px;
    height: auto;
    margin: 0;
    float: left;
}
.goods_area_block{
    display: flex;
    width: calc(74% - 10px) !important;
    max-width: 880px;
    margin: 0 5px 5px 0 !important;
    justify-content: space-between;
    border-radius: 20px;
    float: right;
}
.goods_area_block h3{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #226db6;
    padding: 18px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.goods_area_block .block{
    display: block;
    width: 48.5% !important;
    background-color: #fff;
    margin:  0 !important;
    border-radius: 20px;
}
.goods_area_block .text{
    display: block;
    width: calc(100% - 60px);
    min-height: 260px;
    padding: 28px 30px;
    float: left;
}
.goods_area_block .text .menu{
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color: #0090d7;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0.5px;
    margin-top: 20px !important;
    float: left;
    clear: both;
}
.goods_area_block .text .menu span{
    display: inline-block;
    clear: both;
}
.goods_area_block .text .price{
    font-size: 2.2rem;
    line-height: 150% !important;
    font-weight: 800;
    color: #0090d7;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.goods_area_block .text .price2{
    margin-top: 15px !important;
}
.goods_area_block .text .price .item{
    display: inline-block;
    font-size: 1.3rem !important;
    margin-right: 12px;
    vertical-align: bottom !important;
}
.goods_area_block .text .price .yen{
    display: inline-block;
    font-size: 2rem !important;
    margin-right: 3px;
    vertical-align: bottom !important;
}
.goods_area_block .text .price .caution{
    display: inline-block;
    font-size: 0.9rem !important;
    line-height: 100% !important;
    font-weight: normal !important;
    padding-left: 10px;
    padding-bottom: 3px !important;
    vertical-align: middle !important;
}
.goods_area_block .text p{
    font-size: 1rem;
    line-height: 200%;
}
.goods_area_block .block img{
    display: block;
    width: calc(100% - 60px);
    margin: 0 30px 30px 30px;
}

/*カフェ*/
#cafe_area{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 80px 0 110px 0 !important;
    background-color: #FFFFFF;
	float: left;
}
#cafe_area article{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cafe_area .block{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 0 !important;
    margin: 0 auto;
}
#cafe_area .subtitle{
    display: block;
    width: 22.5%;
    max-width: 270px;
    height: auto;
    margin: 0;
    float: left;
}

.cafe_area_block{
    display: block;
    width: calc(74% - 10px) !important;
    max-width: 880px;
    background-color: #fff;
    margin: 10px 5px 5px 0 !important;
    border-radius: 20px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.08));
    float: right;
}
.cafe_area_block h3{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #226db6;
    padding: 35px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.cafe_area_block .text{
    display: block;
    width: calc(61% - 120px);
    padding: 28px 30px 28px 45px;
    float: left;
}
.cafe_area_block .text .menu{
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color: #0090d7;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0.5px;
    margin-top: 20px !important;
    margin-bottom: -10px !important;
    float: left;
    clear: both;
}
.cafe_area_block .text .menu span{
    display: inline-block;
    clear: both;
}
.cafe_area_block .text .price{
    font-size: 2.2rem;
    font-weight: 800;
    color: #0090d7;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.cafe_area_block .text .price .yen{
    display: inline;
    font-size: 2rem !important;
    margin-right: 3px;
}
.cafe_area_block .text p{
    font-size: 1rem;
    line-height: 200%;
}
.cafe_area_block .text .caution{
    font-size: 0.75rem;
}
.cafe_menu01{
    display: block;
    width: 39%;
    max-width: 340px;
    margin: 28px 45px 40px 0;
    float: right;
}

/*GENERATIONS */
#generations_area{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 80px 0 95px 0 !important;
    background-color: #000000;
	float: left;
}
#generations_area .block{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 0 !important;
    margin: 0 auto;
}
#generations_area .text{
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    color: #fff;
	font-size: 1rem;
    line-height: 200%;
    margin-bottom: 30px;
}
#generations_area .subtitle{
    display: block;
    width: 90%;
    max-width: 889px;
    height: auto;
    margin: 0 auto 25px auto;
}
.img_generations{
    display: block;
    width: 100%;
    max-width: 840px;
    height: auto;
    margin: 10px auto 60px auto;
}

/*真夜中のいきもの展 */
#ikimono_area{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 80px 0 95px 0 !important;
    background-color: #372d66;
	float: left;
}
#ikimono_area .block{
	display: block;
	width:100%;
    min-height: 300px;
    padding: 0 !important;
    margin: 0 auto;
}
#ikimono_area .text{
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    color: #fff;
	font-size: 1rem;
    line-height: 200%;
    margin-bottom: 30px;
}
#ikimono_area .subtitle{
    display: block;
    width: 90%;
    max-width: 574px;
    height: auto;
    margin: 0 auto 25px auto;
}
.img_ikimono{
    display: block;
    width: 100%;
    max-width: 840px;
    height: auto;
    margin: 10px auto 60px auto;
}