@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=japanese");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

body {
	color: #333;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-family: "Kosugi Maru", -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-ms-hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

_:lang(x)::-ms-backdrop, body {
	font-family: "Kosugi Maru", -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif, "Kosugi Maru", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

/* --------
  汎用クラス
-------- */

.clr:after, .cols:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* --------
  デフォルト
-------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.fadein {
	position: relative;
	top: 30px;
	opacity: 0;
}

/* --------
  共通レイアウト
-------- */

.inner {
	margin: 0 auto;
	max-width: 800px;
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

header {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	padding: 10px 10px 0;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header .asahi {
	width: 68px;
	line-height: 1;
}

header .info {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}

header .info > p {
	margin-bottom: 2px;
}

header .info .sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: center;
	color: #5cc2cf;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

header .info .sns > p {
	font-size: 16px;
	font-size: 1.6rem;
}

header .info .sns > div {
	margin-left: 10px;
	width: 40px;
	text-align: center;
}

header .info .sns > div a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #5cc2cf;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

header .info .sns > div.fb img {
	width: 24px;
}

header .info .sns > div.tw img {
	width: 26px;
}

.intro {
	margin-bottom: 50px;
}

.intro .inner h1 {
	position: relative;
	margin-bottom: 50px;
	padding-top: 50px;
	height: 435px;
	background: url(../img/header-img.jpg) 100% 0 no-repeat;
}

.intro .inner h1 img {
	width: 428px;
}

.intro .inner h1:after {
	position: absolute;
	bottom: 0;
	left: 30px;
	display: block;
	width: 323px;
	height: 197px;
	background: url(../img/header-penguin.png) no-repeat;
	background-size: contain;
	content: "";
}

.intro .inner p {
	font-size: 18px;
	font-size: 1.8rem;
}

.movie {
	position: relative;
	margin-bottom: 115px;
}

.movie .youtube {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 100px;
	width: 500px;
	height: 300px;
	border: 3px solid #fff;
	border-radius: 10px;
}

.movie .youtube iframe {
	height: 100%;
}

.movie .lnav {
	text-align: center;
}

.movie .lnav .btn a {
	position: relative;
	display: inline-block;
	padding: 8px;
	width: 300px;
	border: 2px solid #fdd228;
	border-radius: 30px;
	color: #fdd228;
	font-size: 18px;
	font-size: 1.8rem;
}

.movie .lnav .btn a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 21px;
	height: 12px;
	background: url(../img/icn-down.png) 50% 50% no-repeat;
	background-size: contain;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.movie.animated:before, .movie.animated:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.movie:before, .movie:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	-webkit-transition: -webkit-transform .7s ease-out;
	-o-transition: transform .7s ease-out;
	transition: -webkit-transform .7s ease-out;
	transition: transform .7s ease-out;
	transition: transform .7s ease-out, -webkit-transform .7s ease-out;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.movie:before {
	top: 30px;
	right: 50%;
	margin-right: 218px;
	width: 555px;
	height: 414px;
	background: url(../img/movie-bg1.jpg) no-repeat;
}

.movie:after {
	top: 50px;
	left: 50%;
	margin-left: 170px;
	width: 571px;
	height: 413px;
	background: url(../img/movie-bg2.jpg) no-repeat;
}

.interview {
	margin-bottom: 170px;
}

.interview h2 {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.interview h2 img {
	position: absolute;
	bottom: 5px;
	left: 20px;
}

.interview h2 span {
	display: block;
	border-radius: 30px;
	background-color: #5cc2cf;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
}

.interview ul li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.interview ul li:not(:last-child) {
	margin-bottom: 65px;
}

.interview ul li figure {
	width: 308px;
}

.interview ul li .txt {
	width: calc(100% - 364px);
}

.interview ul li .txt .ttl {
	margin-bottom: 15px;
}

.interview ul li .txt .ttl span {
	display: inline;
	margin: 0 0 2px;
	padding: 8px;
	background-color: #5cc2cf;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2;
}

.interview ul li .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.interview ul li .txt p small {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.interview ul li .txt p strong {
	font-size: 20px;
	font-size: 2rem;
}

.interview ul li .txt .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

.interview ul li .txt .btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	border: 2px solid #fdd228;
	border-radius: 50%;
	color: #fdd228;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.reason {
	padding-top: 1px;
	padding-bottom: 130px;
	background-color: #e6f6f8;
}

.reason .fadein:not(:first-of-type) h3 {
	margin-top: 80px;
}

.reason h2 {
	position: relative;
	margin-top: -28px;
	margin-bottom: 50px;
	text-align: center;
}

.reason h2 img {
	position: absolute;
	bottom: 5px;
	left: 25px;
}

.reason h2 span {
	display: block;
	border-radius: 30px;
	background-color: #5cc2cf;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
}

.reason h3 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}

.reason p {
	margin-bottom: 32px;
}

.reason figure {
	margin-bottom: 36px;
}

.reason .point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-top: 130px;
	margin-bottom: 100px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.reason .point > div {
	width: 240px;
}

.reason .point > div .pointttl {
	position: relative;
	margin-bottom: 20px;
	padding: 6px 20px;
	background-color: #5cc2cf;
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.reason .point > div .pointttl img {
	position: absolute;
	bottom: 2px;
	left: 20px;
}

.reason .point > div .pointttl strong {
	font-size: 28px;
	font-size: 2.8rem;
}

.reason .point > div h4 {
	margin-bottom: 16px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.reason .point > div p {
	margin-bottom: 0;
}

.reason .links {
	text-align: center;
}

.reason .links img {
	width: 160px;
}

.reason .links .btn {
	margin-top: 12px;
}

.reason .links .btn a {
	display: inline-block;
	padding: 10px;
	width: 300px;
	border: 2px solid #5cc2cf;
	border-radius: 30px;
	background-color: #fff;
	color: #5cc2cf;
	font-size: 20px;
	font-size: 2rem;
}

.reason .links .btn a em {
	display: inline-block;
	padding-left: 15px;
}

.reason .links .btn a em:after {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 4px;
	width: 14px;
	height: 14px;
	background: url(../img/icn-blank.png) 50% 50% no-repeat;
	background-size: contain;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 60px;
	z-index: 99;
	display: none;
}

.pagetop img {
	width: 80px;
}

footer {
	padding: 24px;
	background-color: #5cc2cf;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.blob-btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.blob-btn:after {
	-webkit-transition: .45s;
	-o-transition: .45s;
	transition: .45s;
	-webkit-transition-delay: .16s;
	-o-transition-delay: .16s;
	transition-delay: .16s;
}

.blob-btn em:after {
	-webkit-transition: .45s;
	-o-transition: .45s;
	transition: .45s;
	-webkit-transition-delay: .16s;
	-o-transition-delay: .16s;
	transition-delay: .16s;
}

.blob-btn__inner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 50px;
}

.blob-btn__blobs {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	border-radius: 50px;
	-webkit-filter: url("#goo");
	filter: url("#goo");
}

.blob-btn__blob {
	position: absolute;
	top: 2px;
	width: 25%;
	height: 100%;
	border-radius: 100%;
	background: #5cc2cf;
	-webkit-transition: -webkit-transform .45s;
	-o-transition: transform .45s;
	transition: -webkit-transform .45s;
	transition: transform .45s;
	transition: transform .45s, -webkit-transform .45s;
	-webkit-transform: translate3d(0, 150%, 0) scale(1.7);
	transform: translate3d(0, 150%, 0) scale(1.7);
}

.lnav .blob-btn__blob, .interview .blob-btn__blob {
	background: #fdd228;
}

@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
	.blob-btn__blob {
		-webkit-transform: translate3d(0, 150%, 0) scale(1.4);
		transform: translate3d(0, 150%, 0) scale(1.4);
	}
}

.blob-btn__blob:nth-child(1) {
	left: 0%;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
	left: 30%;
	-webkit-transition-delay: .08s;
	-o-transition-delay: .08s;
	transition-delay: .08s;
}

.blob-btn__blob:nth-child(3) {
	left: 60%;
	-webkit-transition-delay: .16s;
	-o-transition-delay: .16s;
	transition-delay: .16s;
}

.blob-btn__blob:nth-child(4) {
	left: 90%;
	-webkit-transition-delay: .24s;
	-o-transition-delay: .24s;
	transition-delay: .24s;
}

svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}

	.movie .lnav .btn a:hover {
		opacity: 1;
	}

	.movie .lnav .btn a:hover:after {
		background: url(../img/icn-down2.png) 50% 50% no-repeat;
		background-size: contain;
	}

	.interview ul li .txt .btn a:hover {
		opacity: 1;
	}

	.reason .links .btn a:hover {
		opacity: 1;
	}

	.reason .links .btn a:hover em:after {
		background: url(../img/icn-blank2.png) 50% 50% no-repeat;
		background-size: contain;
	}

	.blob-btn:hover {
		color: #fff !important;
	}

	.blob-btn:hover .blob-btn__blob {
		-webkit-transform: translateZ(0) scale(1.7);
		transform: translateZ(0) scale(1.7);
	}

	@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
		.blob-btn:hover .blob-btn__blob {
			-webkit-transform: translateZ(0) scale(1.4);
			transform: translateZ(0) scale(1.4);
		}
	}

	.edge .blob-btn:hover .blob-btn__blob {
		-webkit-transform: translateZ(0) scale(1.8);
		transform: translateZ(0) scale(1.8);
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	body {
		font-size: 1.5rem;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 5px;
	}

	header {
		padding: 5px 5px 0;
	}

	header .asahi {
		width: 49px;
	}

	header .info {
		position: absolute;
		top: 4px;
		right: 5px;
		font-size: .9rem;
	}

	header .info .sns {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;

		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-box-align: end;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	header .info .sns > p {
		width: 28px;
		font-size: .9rem;
	}

	header .info .sns > div {
		position: relative;
		z-index: 9;
		margin-top: 4px;
		margin-left: 0;
		width: 28px;
	}

	header .info .sns > div a {
		width: 28px;
		height: 28px;
	}

	header .info .sns > div.fb img {
		width: 16px;
	}

	header .info .sns > div.tw img {
		width: 18px;
	}

	.intro {
		margin-bottom: 24px;
	}

	.intro .inner h1 {
		margin-top: 15px;
		margin-bottom: 34px;
		padding-top: 15px;
		height: 210px;
		background-position: 100% 100%;
		background-size: 330px;
	}

	.intro .inner h1 img {
		width: 214px;
	}

	.intro .inner h1:after {
		left: 5px;
		width: 162px;
		height: 94px;
	}

	.intro .inner p {
		font-size: 1.5rem;
	}

	.movie {
		margin-bottom: 70px;
	}

	.movie .youtube {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 40px;
		max-width: 100%;
		height: 209px;
	}

	.movie .lnav .btn a {
		padding: 4px;
		background-color: #fff;
	}

	.movie:before {
		top: 190px;
		right: auto;
		left: 0;
		margin-right: 0;
		width: 164px;
		height: 123px;
		background-size: contain;
	}

	.movie:after {
		top: 280px;
		right: 0;
		left: auto;
		margin-left: 0;
		width: 170px;
		height: 123px;
		background-size: contain;
	}

	.interview {
		margin-bottom: 100px;
	}

	.interview h2 {
		margin-bottom: 38px;
	}

	.interview h2 img {
		bottom: 10px;
		left: 10px;
		width: 72px;
	}

	.interview h2 span {
		font-size: 2rem;
	}

	.interview ul li {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 30px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.interview ul li:not(:last-child) {
		margin-bottom: 40px;
	}

	.interview ul li figure {
		margin: 0 auto 20px;
		width: 214px;
	}

	.interview ul li .txt {
		width: 100%;
	}

	.interview ul li .txt .ttl span {
		padding: 6px 4px;
		font-size: 1.6rem;
		line-height: 1.9;
	}

	.interview ul li .txt p {
		font-size: 1.4rem;
	}

	.interview ul li .txt p small {
		font-size: 1.4rem;
	}

	.interview ul li .txt p strong {
		font-size: 1.7rem;
	}

	.interview ul li .txt .btn a {
		width: 90px;
		height: 90px;
	}

	.reason {
		padding-bottom: 80px;
	}

	.reason .fadein:not(:first-of-type) h3 {
		margin-top: 50px;
	}

	.reason h2 {
		margin-bottom: 28px;
	}

	.reason h2 img {
		bottom: 10px;
		left: 10px;
		width: 72px;
	}

	.reason h2 span {
		font-size: 2rem;
	}

	.reason h3 {
		margin-bottom: 26px;
		font-size: 1.7rem;
		line-height: 1.6;
	}

	.reason p {
		font-size: 1.3rem;
	}

	.reason .point {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 50px;
		margin-bottom: 0;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.reason .point > div {
		margin-bottom: 50px;
		width: 100%;
	}

	.reason .point > div .pointttl {
		margin: 0 -5px 20px;
		text-align: center;
		font-size: 1.4rem;
	}

	.reason .point > div .pointttl img {
		left: 15px;
		height: 65px;
	}

	.reason .point > div .pointttl strong {
		font-size: 1.9rem;
	}

	.reason .point > div h4 {
		font-size: 1.4rem;
	}

	.reason .links .btn a {
		padding: 5px;
		border-width: 1px;
		font-size: 1.8rem;
	}

	.pagetop {
		right: 5px;
	}

	.pagetop img {
		width: 60px;
	}

	footer {
		padding: 16px 5px;
		font-size: .9rem;
		line-height: 1.4;
	}
}
