@charset "UTF-8";

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: 400;
	font-style: normal;
	font-family: "Noto Serif Japanese";
	src: url("../fonts/NotoSerifCJKjp-Regular.ttf") format("truetype");

	font-display: swap;
}

@font-face {
	font-weight: bold;
	font-style: normal;
	font-family: "Noto Serif Japanese";
	src: url("../fonts/NotoSerifCJKjp-Bold.ttf") format("truetype");

	font-display: swap;
}

body {
	color: #333;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	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;

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

_:lang(x)::-ms-backdrop, body {
	font-family: Helvetica, Arial,"メイリオ", "Meiryo",Osaka,sans-serif;
}

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

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

.icn-tw {
	display: inline-block;
	margin-top: -3px;
	padding: 12px 10px;
	border-radius: 50%;
	background-color: #1da1f2;
	vertical-align: middle;
	line-height: 1;
}

.icn-tw img {
	width: 20px;
}

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

html {
	font-size: 62.5%;
}

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

img {
	max-width: 100%;
}

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

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

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

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

.container:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	height: 680px;
	background-color: #f0f0f0;
	content: "";
}

.bg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.bg div {
	width: 8.33333%;
	height: 20px;
}

.bg div:nth-child(1) {
	background-color: #a40000;
}

.bg div:nth-child(2) {
	background-color: #a86900;
}

.bg div:nth-child(3) {
	background-color: #b7aa00;
}

.bg div:nth-child(4) {
	background-color: #638c0b;
}

.bg div:nth-child(5) {
	background-color: #00561f;
}

.bg div:nth-child(6) {
	background-color: #006d68;
}

.bg div:nth-child(7) {
	background-color: #005982;
}

.bg div:nth-child(8) {
	background-color: #003567;
}

.bg div:nth-child(9) {
	background-color: #03004c;
}

.bg div:nth-child(10) {
	background-color: #31004a;
}

.bg div:nth-child(11) {
	background-color: #7e0043;
}

.bg div:nth-child(12) {
	background-color: #700024;
}

.mainimg {
	padding-bottom: 130px;
	background: url(../img/mainimg-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.mainimg header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: start;
	margin-bottom: 30px;
	padding: 10px;

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

.mainimg header .asahi {
	line-height: 0;
}

.mainimg header .asahi img {
	width: 90px;
}

.mainimg header p {
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.mainimg .inner {
	position: relative;
	background-color: rgba(255, 255, 255, .6);
}

.mainimg .inner .title {
	padding: 24px 20px 54px;
	text-align: center;
}

.mainimg .inner .title .hiraku {
	margin-bottom: 20px;
}

.mainimg .inner .title .hiraku img {
	width: 60px;
}

.mainimg .inner .title h1 {
	margin-bottom: 28px;
	color: #cf0000;
	text-indent: .06em;
	letter-spacing: .06em;
	font-size: 65px;
	font-size: 6.5rem;
	font-family: "Noto Serif Japanese", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
}

.mainimg .inner .title h1 small {
	display: block;
	color: #000;
	text-indent: .2em;
	letter-spacing: .2em;
	font-size: 36px;
	font-size: 3.6rem;
}

.mainimg .inner .title .catch {
	margin-bottom: 26px;
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
}

.mainimg .inner .title .catch .icn-tw {
	margin-right: 5px;
	font-size: 0;
}

.mainimg .inner .title p {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}

.mainimg .inner .present {
	position: absolute;
	right: 33px;
	bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	width: 164px;
	height: 164px;
	border-radius: 50%;
	background: #cf0000;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-justify-content: center;
	justify-content: center;
}

.mainimg .inner .present a {
	padding: 30px 0 32px;
	width: 100%;
	background: url(../img/icn-calendar.png) 50% 0% no-repeat, url(../img/icn-arrow.png) 50% 100% no-repeat;
	background-size: 24px,14px;
	color: #fff;
}

.sp-download {
	display: none;
	padding-top: 25px;
	text-align: center;
}

.sp-download p {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.sp-download .bg {
	margin-top: 28px;
}

.calendar-section {
	margin-top: -74px;
	margin-bottom: 100px;
	padding: 34px 0 80px;
	background-color: #fff;
	background-color: #fff;
}

.calendar-section .notice {
	padding: 0 30px;
	font-size: 12px;
	font-size: 1.2rem;
}

.calendar-section .btns {
	margin-top: 40px;
	text-align: center;
}

.calendar-section .btns a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px;
	max-width: 100%;
	width: 500px;
	border: 3px solid #000;
	background: url(../img/icn-dl.png) 96.5% 50% no-repeat;
	background-size: 16px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.calendar-section .btns a.comingsoon {
	position: relative;
}

.calendar-section .btns a.comingsoon:after {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
	content: "Coming Soon";
	text-align: center;
	font-weight: bold;
	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;
}

.inquiry {
	margin-bottom: 40px;
}

.inquiry .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

.inquiry .btns {
	margin-top: 54px;
	margin-bottom: 30px;
	text-align: center;
}

.inquiry .btns a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 10px;
	max-width: 100%;
	width: 500px;
	background-color: #cf0000;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.inquiry .btns .simekiri {
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}

.inquiry .notice {
	font-size: 12px;
	font-size: 1.2rem;
}

footer {
	padding: 40px 0;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}

/* --------
  カレンダー
-------- */

#pc-calendar {
	min-height: 400px;
}

#pc-calendar .calendar-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
}

#pc-calendar .calendar-tabs a {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	width: 10%;
	border-right: 1px solid #000;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}

#pc-calendar .calendar-tabs a:last-child {
	border-right: 0 none;
}

#pc-calendar .calendar-tabs a:after {
	position: absolute;
	right: 15px;
	bottom: -7px;
	left: 15px;
	display: block;
	height: 5px;
	background-color: #cf0000;
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#pc-calendar .calendar-tabs a.active:after, #pc-calendar .calendar-tabs a:hover:after {
	opacity: 1;
}

#pc-calendar .calendar-body {
	position: relative;
	padding: 30px 30px 10px;
	height: 1320px;
	text-align: center;
}

#pc-calendar .calendar-body .calendar {
	position: absolute;
	top: 30px;
	right: 30px;
	left: 30px;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 934px;
}

#pc-calendar .calendar-body .calendar.active {
	display: block;
}

#pc-calendar .calendar-body .calendar .calendar-ttl {
	margin-bottom: 30px;
	text-indent: .2em;
	letter-spacing: .2em;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: "Noto Serif Japanese", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.3;
}

#pc-calendar .calendar-body .calendar .calendar-ttl em {
	color: #cf0000;
}

#pc-calendar .calendar-body .calendar .calendar-ttl small {
	display: block;
	text-indent: .2em;
	letter-spacing: .2em;
	font-size: 24px;
	font-size: 2.4rem;
}

#pc-calendar .calendar-body .calendar .calendar-copy {
	margin-bottom: 30px;
	font-weight: bold;
	font-family: "Noto Serif Japanese", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#pc-calendar .calendar-body .calendar .calendar-copy img {
	margin-top: -3px;
	margin-right: 4px;
	width: 20px;
	vertical-align: middle;
}

#pc-calendar .calendar-body .calendar .calendar-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#pc-calendar .calendar-body .calendar .calendar-img > div {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3px;
	padding: 10px 2px;
	width: 33.1%;
	height: 300px;
	text-align: center;
}

#pc-calendar .calendar-body .calendar .calendar-img > div img {
	width: 300px;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(1) {
	background-color: #a40000;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(2) {
	background-color: #a86900;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(3) {
	background-color: #b7aa00;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(4) {
	background-color: #638c0b;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(5) {
	background-color: #00561f;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(6) {
	background-color: #006d68;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(7) {
	background-color: #005982;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(8) {
	background-color: #003567;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(9) {
	background-color: #03004c;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(10) {
	background-color: #31004a;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(11) {
	background-color: #7e0043;
}

#pc-calendar .calendar-body .calendar .calendar-img > div:nth-child(12) {
	background-color: #700024;
}

#pc-calendar .calendar-body .calendar .calendar-img > div.past {
	background-color: #dadada;
}

#pc-calendar .calendar-body .calendar .calendar-img > div .tw {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	text-align: center;

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

#pc-calendar .calendar-body .calendar .calendar-img > div .tw a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding: 3px 10px 3px 3px;
	border-radius: 25px;
	background-color: #fff;
	color: #1da1f2;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;

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

#pc-calendar .calendar-body .calendar .calendar-img > div .tw .icn-tw {
	margin-top: 0;
	margin-right: 3px;
	padding: 6px 5px;
	line-height: 0;
}

#pc-calendar .calendar-body .calendar .calendar-img > div .tw .icn-tw img {
	width: 13px;
}

#sp-calendar {
	margin-top: 20px;
	min-height: 300px;
	text-align: center;
	text-indent: .2em;
	letter-spacing: .2em;
	font-family: "Noto Serif Japanese", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.3;
}

#sp-calendar .year-title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding-left: .2em;
	letter-spacing: .2em;
	font-size: 40px;
	font-size: 4rem;
}

#sp-calendar .year-title + .msg {
	margin-top: -20px;
}

#sp-calendar .year-title em {
	color: #cf0000;
}

#sp-calendar .msg {
	margin-bottom: 50px;
	letter-spacing: 0;
	font-weight: bold;
}

#sp-calendar .wrap-year:not(:first-child) .year-title {
	margin-top: 50px;
}

#sp-calendar .wrap-month.m1 .cal {
	background-color: #a40000;
}

#sp-calendar .wrap-month.m2 .cal {
	background-color: #a86900;
}

#sp-calendar .wrap-month.m3 .cal {
	background-color: #b7aa00;
}

#sp-calendar .wrap-month.m4 .cal {
	background-color: #638c0b;
}

#sp-calendar .wrap-month.m5 .cal {
	background-color: #00561f;
}

#sp-calendar .wrap-month.m6 .cal {
	background-color: #006d68;
}

#sp-calendar .wrap-month.m7 .cal {
	background-color: #005982;
}

#sp-calendar .wrap-month.m8 .cal {
	background-color: #003567;
}

#sp-calendar .wrap-month.m9 .cal {
	background-color: #03004c;
}

#sp-calendar .wrap-month.m10 .cal {
	background-color: #31004a;
}

#sp-calendar .wrap-month.m11 .cal {
	background-color: #7e0043;
}

#sp-calendar .wrap-month.m12 .cal {
	background-color: #700024;
}

#sp-calendar .cal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 45px 20px 45px calc(20px + .2em);
	min-height: 450px;
	color: #fff;
	letter-spacing: .2em;
	font-size: 40px;
	font-size: 4rem;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#sp-calendar .cal-year {
	margin-bottom: 20px;
}

#sp-calendar .cal-month {
	margin-bottom: 20px;
}

#sp-calendar .cal-date {
	font-size: 150px;
	font-size: 15rem;
	line-height: 1.1;
}

#sp-calendar .cal-day {
	margin-top: 20px;
}

.sp-tweet {
	display: none;
}

.loader {
	position: absolute;
	top: 200px;
	left: 50%;
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

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

@-webkit-keyframes line-spin-fade-loader {
	50% {
		opacity: .3;
	}

	100% {
		opacity: 1;
	}
}

@keyframes line-spin-fade-loader {
	50% {
		opacity: .3;
	}

	100% {
		opacity: 1;
	}
}

.loader .line-spin-fade-loader {
	position: relative;
	top: -10px;
	left: -4px;
}

.loader .line-spin-fade-loader > div:nth-child(1) {
	top: 20px;
	left: 0;
	-webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
}

.loader .line-spin-fade-loader > div:nth-child(2) {
	top: 13.63636px;
	left: 13.63636px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
}

.loader .line-spin-fade-loader > div:nth-child(3) {
	top: 0;
	left: 20px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
}

.loader .line-spin-fade-loader > div:nth-child(4) {
	top: -13.63636px;
	left: 13.63636px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
}

.loader .line-spin-fade-loader > div:nth-child(5) {
	top: -20px;
	left: 0;
	-webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
}

.loader .line-spin-fade-loader > div:nth-child(6) {
	top: -13.63636px;
	left: -13.63636px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
}

.loader .line-spin-fade-loader > div:nth-child(7) {
	top: 0;
	left: -20px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
}

.loader .line-spin-fade-loader > div:nth-child(8) {
	top: 13.63636px;
	left: -13.63636px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.loader .line-spin-fade-loader > div {
	position: absolute;
	margin: 2px;
	width: 4px;
	width: 5px;
	height: 35px;
	height: 15px;
	border-radius: 2px;
	background-color: #fff;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.loader .line-spin-fade-loader > div {
	background-color: #aaa;
}

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

	a:hover {
		opacity: .7;
	}

	#sp-calendar {
		display: none;
	}

	.loader {
		display: none;
	}
}

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

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

	.container:before {
		display: none;
	}

	.bg div {
		height: 12px;
	}

	.mainimg {
		padding: 0;
	}

	.mainimg header {
		-ms-flex-align: center;
		margin-bottom: 0;
		background-color: #fff;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
	}

	.mainimg header .asahi img {
		width: 70px;
	}

	.mainimg header p {
		font-weight: bold;
		font-size: 1.1rem;
		line-height: 1.2;
	}

	.mainimg .inner {
		padding: 0;
	}

	.mainimg .inner .title {
		padding: 24px 10px;
	}

	.mainimg .inner .title .hiraku img {
		width: 50px;
	}

	.mainimg .inner .title h1 {
		margin-bottom: 14px;
		text-indent: .08em;
		letter-spacing: .08em;
		font-size: 4rem;
	}

	.mainimg .inner .title h1 small {
		margin: 0 -6vw;
		text-indent: 4.5vw;
		letter-spacing: 4.5vw;
		font-size: 4rem;
	}

	.mainimg .inner .title h1 strong {
		display: block;
		margin-top: 12px;
		font-size: 15rem;
		line-height: 1;
	}

	.mainimg .inner .title .catch {
		letter-spacing: 0;
		font-size: 2.4rem;
		font-family: "Noto Serif Japanese", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.mainimg .inner .title .catch .icn-tw {
		margin-right: 3px;
		padding: 7px 6px 8px 7px;
	}

	.mainimg .inner .title .catch .icn-tw img {
		width: 13px;
	}

	.mainimg .inner .title p {
		letter-spacing: 0;
		font-family: "Noto Serif Japanese", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.mainimg .inner .present {
		display: none;
	}

	.sp-download {
		display: block;
	}

	.sp-download .btns {
		text-align: center;
	}

	.sp-download .btns a {
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 14px 10px;
		max-width: 100%;
		width: 320px;
		border: 2px solid #000;
		background: url(../img/icn-dl.png) 90% 50% no-repeat;
		background-size: 12px;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.sp-download .btns a.comingsoon {
		position: relative;
	}

	.sp-download .btns a.comingsoon:after {
		position: absolute;
		top: 0;
		left: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .9);
		content: "Coming Soon";
		text-align: center;
		font-weight: bold;
		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;
	}

	.calendar-section {
		position: relative;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 50px;
	}

	.calendar-section .notice {
		position: absolute;
		top: 5px;
		left: 0px;
		padding: 0;
		font-size: .8rem;
		line-height: 1.4;
	}

	.calendar-section .btns a {
		padding-right: 20px;
		width: 300px;
		font-size: 1.5rem;
	}

	.inquiry .inner {
		padding: 0 10px;
	}

	.inquiry .ttl {
		letter-spacing: 0;
		font-size: 1.8rem;
		font-family: "Noto Serif Japanese", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.inquiry .btns a {
		width: 300px;
		font-size: 1.5rem;
	}

	footer {
		font-size: 1.0rem;
	}

	#pc-calendar {
		display: none;
	}

	.sp-tweet {
		position: fixed;
		right: 5px;
		bottom: 10px;
	}

	.sp-tweet a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 14px;
		width: 164px;
		height: 164px;
		border-radius: 50%;
		background-color: #1da1f2;
		color: #fff;
		text-align: center;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.sp-tweet a img {
		width: 70px;
	}

	.sp-tweet a div {
		margin-top: 8px;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
