h2 {
	margin-bottom: 26px;
	text-align: center;
	font-size: 6.875rem;
	font-weight: 400;
	line-height: 1.0909em;
}
h2 .sp_br {
	display: inline-block;
}
h2 span {
	display: block;
	margin-top: 10px;
	font-family: 'Dosis', sans-serif;
	font-size: 3.75rem;
	font-weight: bold;
	line-height: 1.3em;
}
h3 {
	margin: 0 0 37px;
	text-align: center;
	/*font-family: kodomo-rounded, sans-serif;*/
	font-family: setofont-sp, sans-serif;
	font-size: 3.125rem;
	line-height: 1.3em;
}
h3 span {
	display: block;
	font-family: setofont-sp, sans-serif;
	font-size: 2.25rem;
	line-height:1.388em;
	padding-top: .23em;
}
br.sp_only {
	display: none;
}
main {
	
}
.wrap_list_life {
	max-width: 600px;
	margin: 0 auto 130px;
}
.wrap_list_life .credit {
	text-align:center;
}
.wrap_list_life p {
	text-align: center;
    font-size: 1.25rem;
    line-height: 1.7em;
    margin-bottom: 0.5em;
}
.wrap_list_life p.ilustration {
    font-size: 14px;
}
date {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	color: #aaa;
}
.wrap_content {
	/*max-width: 465px;*/
	/*max-width: 442px;*/
	max-width: 500px;
	margin: 0 auto 130px;
}
.wrap_content:last-of-type {
	margin: 0 auto;
}
.wrap_content .wrap_img {}
.wrap_content .wrap_img img {
	display: block;
	margin: auto;
}
.wrap_content .molecule_size {
	text-align: center;
	font-family: ff-providence-sans-web-pro, sans-serif;
	font-size: 6.25rem;
	font-weight: bold;
	overflow-wrap: break-word;
	line-height: 1;
}
.wrap_content p {
	max-width: 442px;
	margin: 1em auto 0;
	font-family: setofont-sp, sans-serif;
	/*font-size: 1.5625rem;*/
	font-size: 21px;
	line-height: 1.84em;
}
.wrap_content p.notes {
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	/*font-size: 1.25rem;*/
	font-size: 0.875rem;
	line-height: 1.7em;
}
main > .wrap_img {
	width: 100%;
	max-width: 1350px;
    margin: 0 auto 30px;
}
main > .wrap_img img {
	width: auto;
    height: 1350px;
    /* max-height: 100vh; */
    object-fit: cover;
}


section.more {
	margin-top: 150px;
}
section.more h2 {
    font-family: 'Dosis', sans-serif;
	margin-top: 0;
	font-size: 48px;
	color: #3366FF;
}
section.more h3 {
	font-size: 2.8125rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: normal;
}
section.more h3 span {
	font-size: 1.875rem;
    font-family: 'Dosis', sans-serif;
}
section.more ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 600px;
	margin: 50px auto 0;
	padding: 0;
}
section.more ul li {
	width: calc((100% - 30px) / 2);
}
section.more ul li a {
	display: block;
}
section.more ul li a .wrap_thumb {
	position: relative;
    margin-bottom: 30px;
}
section.more ul li a  .wrap_thumb img {
	border-radius: 50%;
}
section.more ul li a  .wrap_thumb img {
	border-radius: 50%;
}
section.more ul li a .box_sammary {
    overflow: hidden;
    max-height: 5em;
    position: relative;
    padding-bottom: 6px;
	/*text-align: center;*/
	font-size: 17px;
}
section.more ul li date {
	text-align: left;
    font-weight: 600;    
}

.whatswater .wrap_content .wrap_img img {
    margin-bottom: 5px;
}

.caption a{
	text-decoration:underline;
}
.caption a:hover, p a:hover{
	color:#f39;
}
.sub{
	font-size: .7em;
}

@media screen and (max-width: 667px) {
	main > .wrap_img img{
		max-height:120vh;
	}
}

@media(max-width: 480px) {
	h2 {
		font-size: 5.3rem;
	}
	h2, h3 {
		padding: 0 15px;
	}
	br.sp_only {
		display: block;
	}
	.wrap_list_life {
		padding: 0 15px;
	}
	.wrap_content {
		padding: 0 15px;
	}
	.wrap_content .molecule_size {
		font-size: 4.6rem;
	}
}

