@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i");

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;
}

@font-face {
	font-weight: 100;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 200;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 300;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 400;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: bold;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
}

body {
	color: #000;
	word-wrap: break-word;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-webkit-text-size-adjust: 100%;
}

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

.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: #fff;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

sup {
	vertical-align: super;
	font-size: 10px;
	font-size: 1rem;
}

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

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

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

.mainvisual {
	margin-bottom: 60px;
	padding-top: 50px;
	text-align: center;
}

.mainvisual .inner {
	position: relative;
}

.mainvisual header {
	margin: 0 -5px 18px;
	text-align: left;
	line-height: 1;
}

.mainvisual header .asahi {
	margin-bottom: 5px;
	width: 168px;
}

.mainvisual header p {
	font-size: 10px;
	font-size: 1rem;
}

.mainvisual h1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 20% 40px 35px;
	width: 64.445%;
	background-color: #c7253d;
	color: #fff;
	text-align: left;
	letter-spacing: .05em;
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.5;

	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.mainvisual h1 small {
	display: block;
	margin-bottom: 12px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	font-size: 25px;
	font-size: 2.5rem;
}

.mainvisual figure {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 56.112%;
}

.sec01 {
	margin-bottom: 80px;
}

.sec01 .inner > h2 {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
}

.sec01 .inner > p {
	margin-bottom: 1.6em;
	line-height: 1.5;
}

.sec01 .inner > p strong {
	font-weight: bold;
}

.sec01 .profiles {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	margin-bottom: 60px;

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

.sec01 .profiles .lead {
	max-width: 500px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
}

.sec01 .profiles .profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 0 20px;
	max-width: 320px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	line-height: 1.6;

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

.sec01 .profiles .profile figure {
	width: 48.5%;
}

.sec01 .profiles .profile figure figcaption {
	margin-top: 4px;
	font-size: 12px;
	font-size: 1.2rem;
}

.sec01 .profiles .profile .name {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.sec01 .profiles .profile .name small {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}

.sec01 .profiles .profile .name strong {
	font-size: 22px;
	font-size: 2.2rem;
}

.sec01 .img {
	margin: 40px auto 50px;
	max-width: 420px;
	text-align: center;
}

.sec01 .img figure figcaption {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-size: 1.2rem;
}

.btns .ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	margin: 0 auto 10px;
	max-width: calc(500px + 3.6rem);

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

.btns .ttl:before, .btns .ttl:after {
	display: block;
	width: 40%;
	height: 1px;
	background-color: #c7253d;
	content: "";
}

.btns .ttl span {
	display: block;
	margin: 0 10px;
	color: #c7253d;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.btns .btn {
	position: relative;
	display: inline-block;
	margin: 10px auto 0;
	padding: .4em 3em;
	background-color: #c7253d;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

.btns .btn small {
	font-size: .8em;
}

.btns .btn.blank:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 13px;
	height: 11px;
	background: url(../img/icn-blank.png) no-repeat;
	background-size: contain;
	content: "";
}

.btns .btn.btn-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding: .6em 1em;
	max-width: 500px;
	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;
}

.btns .btn.btn-m small {
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #fff;
}

.btns .btn.btn-l {
	display: block;
	padding: .6em 1em;
	max-width: 600px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.sec02 {
	position: relative;
	padding: 140px 0 75px;
	background-color: #efefef;
}

.sec02 h2 {
	position: relative;
	margin: -1.8em 0 50px;
	padding: 10px 6px;
	background-color: #c7253d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5;
}

.sec02 h2 small {
	display: block;
	font-size: 64%;
}

.sec02 .block {
	padding: 5px 50px 75px;
	background-color: #fff;
}

.sec02 .block .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: start;
	margin-bottom: 50px;
	line-height: 1.6;

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

.sec02 .block .flex .txt {
	margin-right: -10px;
	width: 530px;
}

.sec02 .block .flex .txt h4 {
	margin-bottom: 14px;
	padding-bottom: 6px;
	border-bottom: 2px solid #c7253d;
	color: #c7253d;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.sec02 .block .flex .txt p {
	padding-right: 40px;
}

.sec02 .block .flex .txt p strong {
	color: #c7253d;
	font-weight: bold;
}

.sec02 .block .flex .txt p small {
	font-size: 12px;
	font-size: 1.2rem;
}

.sec02 .block .flex figure {
	overflow: hidden;
	width: 280px;
}

.sec02 .block .notice {
	margin: 0 0 50px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}

.sec02 .block > .btns {
	margin-top: 60px;
}

.links {
	padding: 0 0 80px;
	background-color: #efefef;
	text-align: center;
}

.links .sns {
	margin-bottom: 50px;
}

.links .sns p {
	margin-bottom: 8px;
	letter-spacing: .05em;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Roboto Condensed", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.links .sns a {
	display: inline-block;
	margin: 0 5px;
	padding: 6px 4px;
	width: 160px;
	text-align: center;
	line-height: 1;
}

.links .sns a.fb {
	background-color: #3b579d;
}

.links .sns a.fb img {
	width: 9px;
}

.links .sns a.tw {
	background-color: #1da1f2;
}

.links .sns a.tw img {
	padding: 3px 0 1px;
	width: 17px;
}

.docomo {
	padding: 50px 20px;
	border-top: 1px solid #c7253d;
	border-bottom: 1px solid #c7253d;
	text-align: center;
}

.docomo img {
	width: 155px;
}

.terms {
	padding: 50px 0;
}

.terms .inner {
	max-width: 800px;
}

.terms dl {
	line-height: 1.6;
}

.terms dl dt {
	position: relative;
	padding: 5px;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}

.terms dl dt:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/icn-plus.png) 50% 50% no-repeat;
	background-size: contain;
	content: "";
}

.terms dl dt.open:after {
	background: url(../img/icn-minus.png) 50% 50% no-repeat;
	background-size: contain;
}

.terms dl dd {
	display: none;
	padding: 30px 30px 50px;
	background-color: #efefef;
	font-size: 14px;
	font-size: 1.4rem;
}

.terms dl dd a {
	color: #000;
	text-decoration: underline;
}

.terms dl dd .close {
	margin-top: 40px;
	text-align: center;
}

.terms dl dd .close img {
	width: 30px;
}

.pagetop {
	position: fixed;
	right: 40px;
	bottom: 80px;
	z-index: 99;
	display: none;
	width: 30px;
}

footer {
	padding: 30px 15px 15px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
}

.fixnav {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	display: none;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
}

.fixnav a {
	display: block;
	padding: 10px;
	background-color: #c65969;
	color: #fff;
}

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

	a:hover {
		opacity: .7;
	}
}

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

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

	.mainvisual {
		margin-bottom: 30px;
		padding-top: 10px;
	}

	.mainvisual header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;

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

	.mainvisual header .asahi {
		width: 150px;
	}

	.mainvisual header p {
		text-align: right;
		font-size: .8rem;
	}

	.mainvisual h1 {
		margin-left: -15px;
		padding: 25px 15px 155px;
		width: auto;
		font-size: 2.7rem;
	}

	.mainvisual h1 small {
		margin-bottom: 8px;
		font-size: 1.9rem;
	}

	.mainvisual figure {
		position: relative;
		margin-top: -140px;
		margin-right: -15px;
		width: auto;
	}

	.sec01 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 50px;
	}

	.sec01 .inner > h2 {
		text-align: center;
	}

	.sec01 .profiles {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 50px;

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

	.sec01 .profiles .lead {
		margin-bottom: 30px;
	}

	.sec01 .profiles .profile {
		padding: 0 15px;
		max-width: initial;
	}

	.sec01 .profiles .profile figure {
		width: 49%;
	}

	.sec01 .img figure figcaption {
		font-size: 1rem;
	}

	.btns .ttl span {
		font-size: 1.5rem;
	}

	.btns .btn {
		display: block;
		padding: .4em 10px;
	}

	.btns .btn.btn-m {
		font-size: 1.6rem;
	}

	.btns .btn.btn-m span {
		text-align: left;
	}

	.btns .btn.btn-l {
		font-size: 1.6rem;
	}

	.sec02 {
		padding: 100px 0 0;
	}

	.sec02 h2 {
		margin: -70px 0 50px;
		padding: 10px 6px;
		font-size: 1.9rem;

		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}

	.sec02 .block {
		padding: 20px 15px 50px;
	}

	.sec02 .block .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
		line-height: 1.5;

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

	.sec02 .block .flex .txt {
		margin: 0 0 16px;
		width: 100%;
	}

	.sec02 .block .flex .txt h4 {
		margin-bottom: 10px;
		border-bottom-width: 1px;
		text-align: center;
		font-size: 1.8rem;
	}

	.sec02 .block .flex .txt p {
		padding-right: 0;
	}

	.sec02 .block .flex figure {
		margin: 0 auto;
		max-width: 325px;
		width: 100%;
	}

	.sec02 .block .notice {
		margin: 0 0 40px;
	}

	.sec02 .block > .btns {
		margin-top: 50px;
	}

	.links {
		padding: 50px 0;
	}

	.links .sns a {
		margin: 0;
		width: 140px;
	}

	.links .sns a.fb {
		margin-right: 10px;
	}

	.docomo {
		padding: 60px 15px;
	}

	.terms {
		padding: 30px 0;
	}

	.terms dl dd {
		padding: 20px 20px 30px;
	}

	.terms dl dd .close {
		margin-top: 30px;
	}

	.pagetop {
		right: 15px;
		bottom: 85px;
		width: 25px;
	}

	footer {
		padding-bottom: 100px;
	}
}
