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

header {
	padding: 20px 0;
	line-height: 1;
}

header .inner {
	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;
}

header .inner .asahi {
	width: 200px;
}

header .inner p {
	text-align: right;
	font-size: 10px;
	font-size: 1rem;
}

.mainvisual {
	position: relative;
	margin-bottom: 20px;
	padding-top: 35px;
	text-align: center;
}

.mainvisual:before {
	position: absolute;
	right: 0;
	bottom: -160px;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 90%;
	background-color: #eee6e9;
	content: "";
}

.mainvisual h1 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -55px;
	width: 110px;
}

.mainvisual figure {
	overflow: hidden;
	border-radius: 10px;
}

.mainvisual .title {
	position: relative;
	margin: -38px auto 40px;
	padding: 48px 10px 20px;
	max-width: 600px;
	border-radius: 12px;
	background-color: #fff;
}

.mainvisual .title > div {
	position: absolute;
}

.mainvisual .title > div:nth-child(1) {
	top: -10px;
	left: -30px;
}

.mainvisual .title > div:nth-child(1) img {
	width: 218px;
}

.mainvisual .title > div:nth-child(2) {
	top: -20px;
	left: 202px;
}

.mainvisual .title > div:nth-child(2) img {
	width: 218px;
}

.mainvisual .title > div:nth-child(3) {
	top: -10px;
	right: -30px;
}

.mainvisual .title > div:nth-child(3) img {
	width: 218px;
}

.mainvisual .title h2 {
	color: #c7253d;
	font-weight: bold;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5;
}

.mainvisual p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
}

.sec01 {
	margin-bottom: 80px;
}

.sec01:before {
	display: block;
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
	height: 57px;
	background: transparent url(../img/contents-bg.png) 50% 0 no-repeat;
	content: "";
}

.sec01 .inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px  50px;
	background-color: #fff;
}

.sec01 .inner > h3 {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
}

.sec01 .inner > p {
	margin-bottom: 1.6em;
	padding-left: 3em;
	text-indent: -3em;
	line-height: 1.5;
}

.sec01 .inner > p em {
	color: #c7253d;
	font-weight: bold;
}

.sec01 .inner > p em.wada {
	color: #33488b;
}

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

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

.sec01 .profiles > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	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 > div figure figcaption {
	margin-top: 4px;
	font-size: 12px;
	font-size: 1.2rem;
}

.sec01 .profiles > div .name {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.sec01 .profiles > div .name small {
	font-size: 12px;
	font-size: 1.2rem;
}

.sec01 .profiles > div .name strong {
	font-size: 18px;
	font-size: 1.8rem;
}

.sec01 .profiles > div .name p {
	margin-top: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}

.sec01 .profiles > div.profile2 figure {
	width: 40%;
}

.sec01 .profiles > div.profile2 .name {
	width: 56%;
}

.sec01 .profiles > div.profile2 .name strong {
	font-weight: bold;
}

.sec01 p + h3 {
	margin-top: 3em;
}

.sec01 p + .img {
	margin-top: 3em;
}

.sec01 .img + p {
	margin-top: 3em;
}

.sec01 .img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	margin: 30px auto 30px 0;
	width: 690px;

	-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 .img:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.sec01 .img figure {
	z-index: 2;
}

.sec01 .img p {
	margin-left: -10px;
	padding: 30px;
	width: 420px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	color: #c7253d;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
}

.sec01 .img.imgr {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin: 30px 0 30px auto;

	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
}

.sec01 .img.imgr p {
	margin-right: -10px;
	margin-left: 0;
}

.sec01 .imglast {
	margin: 3em -50px 50px;
}

.sec01 .notice {
	margin: 3em -50px 50px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}

.sec01 .comment {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	margin: 0 -50px;
	padding: 45px 50px;
	border-radius: 8px;
	background-color: #eee6e9;

	-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 .comment figure {
	width: 170px;
}

.sec01 .comment > div {
	width: calc(100% - 200px);
	line-height: 1.6;
}

.sec01 .comment > div .ttl {
	margin-bottom: 10px;
	color: #c7253d;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
}

.sec01 .comment .next {
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
}

.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(600px + 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;
	border-radius: 4px;
	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: 600px;
	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: 5px 0 75px;
	background-color: #eee6e9;
}

.sec02 h3 {
	position: relative;
	margin: -1.2em 50px 50px;
	padding: 6px;
	border-radius: 8px;
	background-color: #c7253d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.6;
}

.sec02 .block {
	padding: 50px;
	border-radius: 8px;
	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: 550px;
}

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

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

.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: 260px;
	border-radius: 4px;
}

.links {
	padding: 80px 0;
	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;
	border-radius: 4px;
	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: 80px 20px;
	background-color: #eee6e9;
	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;
	}

	.sec01 .profiles > div.profile1 {
		max-width: 430px;
	}

	.sec01 .profiles > div.profile1 figure {
		width: 58%;
	}

	.sec01 .profiles > div.profile1 .name {
		padding-bottom: 1.5em;
		width: 39%;
	}

	.sec01 .profiles > div.profile2 {
		max-width: 350px;
	}
}

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

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

	header {
		padding: 6px 0;
	}

	header .inner {
		padding: 0 8px;
	}

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

	header .inner p {
		font-size: .8rem;
	}

	.mainvisual:before {
		bottom: -100px;
	}

	.mainvisual h1 {
		margin-left: -41px;
		width: 82px;
	}

	.mainvisual .title {
		margin: -50px 20px 30px;
	}

	.mainvisual .title > div:nth-child(1) {
		left: -14px;
	}

	.mainvisual .title > div:nth-child(1) img {
		width: 106px;
	}

	.mainvisual .title > div:nth-child(2) {
		left: 50%;
		margin-left: -54px;
	}

	.mainvisual .title > div:nth-child(2) img {
		width: 106px;
	}

	.mainvisual .title > div:nth-child(3) {
		right: -14px;
	}

	.mainvisual .title > div:nth-child(3) img {
		width: 106px;
	}

	.mainvisual .title h2 {
		font-size: 2.5rem;
	}

	.mainvisual p {
		text-align: left;
	}

	.sec01 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 100px;
		padding: 0 15px;
	}

	.sec01:before {
		padding-bottom: 6.5%;
		height: 0;
		background-size: 130%;
	}

	.sec01 .inner {
		padding: 20px 10px;
	}

	.sec01 .inner > h3 {
		margin-bottom: 30px;
	}

	.sec01 .profiles {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

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

	.sec01 .profiles > div.profile1 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

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

	.sec01 .profiles > div.profile1 .name {
		margin: 10px 0 30px;
		text-align: center;
	}

	.sec01 .profiles > div.profile2 figure {
		width: 36%;
	}

	.sec01 .profiles > div.profile2 .name {
		width: 61%;
	}

	.sec01 .profiles > div.profile2 .name strong {
		display: block;
	}

	.sec01 .img {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;

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

	.sec01 .img figure {
		width: 180px;
	}

	.sec01 .img p {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: -50px 0 0;
		padding: 60px 10px 16px;
		width: 100%;
		font-size: 2rem;
	}

	.sec01 .img.imgr {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

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

	.sec01 .img.imgr p {
		margin: -50px 0 0;
	}

	.sec01 .imglast {
		display: none;
	}

	.sec01 .notice {
		margin: 0 0 40px;
	}

	.sec01 .comment {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 -10px;
		padding: 25px 10px 35px;
		border-radius: 4px;

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

	.sec01 .comment figure {
		margin-bottom: 20px;
		width: 128px;
	}

	.sec01 .comment > div {
		width: 100%;
	}

	.sec01 .comment > div .ttl {
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.4;
	}

	.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-bottom: 50px;
	}

	.sec02 h3 {
		margin: -50px 10px 30px;
		padding: 10px 6px;
		border-radius: 4px;
		font-size: 1.9rem;

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

	.sec02 .block {
		padding: 20px 10px 30px;
		border-radius: 4px;
	}

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

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

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

	.sec02 .block .flex .txt h4 {
		margin-bottom: 12px;
		padding-bottom: 6px;
		border-bottom-width: 1px;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.4;
	}

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

	.sec02 .block .flex .txt p small {
		display: block;
	}

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

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

	.links {
		padding: 50px 0;
	}

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

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

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