/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #323232;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
	height: 100%;
	font-family: "Sawarabi Mincho";
	color: #323232;
	background-color: #f7f7f7;
}



header h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #fff;
	text-shadow: 0px 0px 15px #038ba8;
}

header h1 img {
	width: 100%;
}



#intro {
	margin: 60px 0;
	text-align: center;
}

#intro .kikaku-area {
	text-align: center;
	background-size: auto auto;
	background-color: #347373;
	border-radius: 30px;
	padding: 0.5em;
	margin: 50px 0;
}

#intro .kikaku-area .inner {
	background-color: #fff;
	border-radius: 25px;
	padding: 2em;
}

#intro .kikaku-area p {
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}

#intro .kikaku-area p strong {
	font-weight: 700;
	color: #9a56b4;
}

#intro .kikaku-area p strong:nth-of-type(2) {
	color: #eb6b5e;
}


#intro .kikaku-area p em {
	color: #eb6b5e;
	font-style: normal;
}

#intro .kikaku-area p.lead {
	font-size: 36px;
	border-bottom: 1px solid #347373;
	text-align: center;
}

#intro .box .txt {
	font-size: 18px;
}
#intro .box .txt span{
	font-size: 23px;
}


h2.arrow {
	background-color: #347373;
	color: #fff;
	text-align: center;
	margin: 60px 0;
	padding: 30px 0;
	position: relative;
}

h2.arrow span {
	font-size: 20px;
}

h2.arrow:before {
	display: block;
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 30px solid transparent;
	border-top-color: #347373;
}



h2.underline {
	color: #a57c00;
	text-align: center;
	margin: 30px 0;
}

h2.underline:after {
	background-color: #a57c00;
	display: block;
	margin: 22px auto;
	width: 140px;
	height: 2px;
	content: '';
	vertical-align: top;
}

h3 {
	font-size: 36px;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}

h3:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -15px;
	/*下線の上下の位置*/
	left: 50%;
	width: 90px;
	/*下線の幅*/
	height: 2px;
	/*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	/*位置の調整*/
	background-color: #347373;
	/*下線の色*/
}

h4 {
	font-size: 20px;
	padding: 10px;
	margin-bottom: 15px;
	color: #fff;
	background: #347373;
}

#intro .box .title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#intro .box .ph {
	margin: 0 0 15px 0;
}

#intro .box .txt {
	font-size: 20px;
}

#details {}

#details h2 {}

#details {}


#details h3 {
	margin-bottom: 1.5em;
}

#details .lead {
	font-size: 20px;
	text-align: center;
	color: #a57c00;
	line-height: 1.8;
}

#details dl {
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#details dl dt {
	width: 15%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

#details dl dd {
	width: 85%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

#details p.notice {
	margin-bottom: 1.5em;
}

#relationalphoto .box {}

#relationalphoto .box .title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

#relationalphoto .box .ph {
	margin: 0 0 10px 0;
}

#relationalphoto .box .txt {
	font-size: 16px;
}


.howtojoin {
	margin-bottom: 60px;
}

.howtojoin .box .ph {
	margin-bottom: 15px;
	text-align: center;
}

.howtojoin .box .title {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	color:#9a56b4;
}

.howtojoin .entry-area {
	margin: 60px 0;
	text-align: center;
}

#shopinfo .box .ph {
	margin-bottom: 15px;
	text-align: center;
}

#shopinfo .box .title {
	font-size: 20px;
	font-weight: 700;
}

#shopinfo .box .txt {
	font-size: 16px;
	margin-bottom: 30px;
}

#winner .box .ph {
	margin-bottom: 15px;
	text-align: center;
}

#winner .box .title {
	font-size: 20px;
	font-weight: 700;
}

#winner .box .txt {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}

#winner .box .txt .title_txt{
	font-size: 19px;
}


.subsection h2 {
	text-align: center;
	color: #fff;
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bg01.jpg) center no-repeat;
	background-size: cover;
	padding: 60px 0;
	margin: 60px 0 40px 0;
}

.subsection p {
	font-size: 16px;
	line-height: 1.5;
}

.subsection p strong {
	color: #eb6b5e;
}

.subsection .sec {
	margin: 30px 0;
}


#banner-area {}

#banner-area .container {
	padding: 60px 0;
}

#banner-area .container ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

#banner-area .container ul li {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	list-style: none;
	width: 250px;
}

#banner-area .container ul li img {
	width: 100%;
}

#footer {
	margin-top: 60px;
	background-color: #347373;
}

#footer .container {
	padding: 30px 0;
	text-align: center;
}

#footer .container .co-name {
	margin-bottom: 20px;
	color: #fff;
}

#footer .container ul.sns {
	padding: 0;
	margin: 0;
	text-align: center;
}

#footer .container ul.sns li {
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline-block;
	width: 50px;
	list-style: none;
}

#footer .container ul.sns li img {
	width: 100%;
}

#footer .copy {
	background-color: #000000;
	text-align: center;
	color: #999999;
	padding: 15px 0;
	font-size: 10px;
}

.btn {
	background-color: #9b53b5;
	padding: 1em 2em;
	color: #fff;
	font-size: 16px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 998px) {



	header h1 {
		margin: 0;
		padding: 0;
	}

	h2.arrow {
		color: #fff;
		text-align: center;
		margin: 9.375vw 0;
		padding: 4.6875vw 0;
		position: relative;
		font-size: 5vw;
	}

	h2.arrow span {
		font-size: 3vw;
	}

	h2.arrow:before {
		display: block;
		content: "";
		position: absolute;
		bottom: -50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		border: 30px solid transparent;
		border-top-color: #347373;
	}

	h2.underline {
		color: #1f9bde;
		text-align: center;
		margin: 4.6875vw 0;
	}

	h2.underline:after {
		background-color: #28c3d4;
		display: block;
		margin: 3.125vw auto;
		width: 21.875vw;
		height: 0.3125vw;
		content: '';
		vertical-align: top;
	}


	h3 {
		font-size: 5vw;
		margin-bottom: 6vw;
		position: relative;
		text-align: center;
	}

	h3:before {
		display: inline-block;
		position: absolute;
		content: '';
		bottom: -10px;
		/*下線の上下の位置*/
		left: 50%;
		width: 90px;
		/*下線の幅*/
		height: 2px;
		/*下線の太さ*/
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%);
		/*位置の調整*/
		background-color: #347373;
		/*下線の色*/
	}

	h4 {
		font-size: 3.5vw;
		padding-bottom: 2vw;
		margin-bottom: 2vw;
		font-weight: bold;
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#intro .box {
		margin-bottom: 4vw;
	}

	.box .title {
		font-size: 2.5vw;
		font-weight: normal;
		text-align: center;
		margin-bottom: 2.5vw;
	}

	#intro .box .ph {
		margin: 0 0 3vw 0;
	}

	#intro .box .txt {
		font-size: 2.5vw;
	}
	#intro .box .txt span{
	font-size: 3vw;
}


	#intro {
		margin: 9.375vw 0;
		text-align: center;
	}


	#intro .kikaku-area {
		text-align: center;
		background-size: auto auto;
		background-color: #347373;
		padding: 0.5em;
		margin: 0 2vw 4vw;
	}

	#intro .kikaku-area .inner {
		background-color: #fff;
		padding: 1em;
	}

	#intro .kikaku-area p {
		font-size: 3vw;
		line-height: 1.8;
	}


	#intro .kikaku-area p.lead {
		font-size: 5vw;
		text-align: center;
	}


	#details {}

	#details h2 {}

	#details h3 {
		font-size: 5vw;
		margin-bottom: 1.5em;
	}

	#details .lead {
		font-size: 3.5vw;
		text-align: center;
		color: #a57c00;
		line-height: 1.8;
	}

	#details dl {
		font-size: 3vw;
		line-height: 1.8;
		display: block;
		flex-wrap: wrap;
		width: 100%;
	}

	#details dl dt {
		font-size: 3.5vw;
		width: auto;
		padding-bottom: 0;
		margin-bottom: 1vw;
		border-bottom: none;
		font-weight: bold;
	}

	#details dl dd {
		font-size: 3vw;
		width: auto;
		padding-bottom: 3vw;
		margin-bottom: 3vw;
		border-bottom: 1px solid #cccccc;
	}

	#details p.notice {
		font-size: 2.5vw;
		margin-bottom: 1.5em;
	}

	#relationalphoto .box {
		margin-bottom: 4vw;
	}

	#relationalphoto .box .title {
		font-size: 4vw;
		font-weight: normal;
		text-align: center;
		margin-bottom: 2.5vw;
	}

	#relationalphoto .box .ph {
		margin: 0 0 3vw 0;
	}

	#relationalphoto .box .txt {
		font-size: 3vw;
	}





	#result {}

	#result h2 {
		margin-bottom: -3.125vw;
	}

	#result .inner {
		background: url(../img/bg01.jpg) center no-repeat;
		background-size: cover;
	}

	#result .inner .letcolumn {
		background-color: rgba(255, 255, 255, 0.9);
		width: 100%;
		padding: 4.6875vw;
		margin-left: 0;
	}

	#result .inner .letcolumn p.notice {
		margin-bottom: 1.5em;
	}

	#result .inner .letcolumn h3 {
		color: #5829de;
		padding: 0 4.6875vw;
		margin-bottom: 1.5em;
	}

	#result .inner .letcolumn p {
		font-size: 3.75vw;
		margin: 1.5em 0 1.5em 1.5em;
		padding: 0 0;
	}


	#result .inner .letcolumn p.check:before {
		content: '';
		/*何も入れない*/
		display: inline-block;
		/*忘れずに！*/
		width: 4.6875vw;
		/*画像の幅*/
		height: 4.6875vw;
		/*画像の高さ*/
		background-image: url(../img/check.svg);
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		left: -1.5em;
	}



	.howtojoin {
		margin-bottom: 9.375vw;
	}

	.howtojoin .box {
		margin-bottom: 3.125vw;
	}

	.howtojoin .box .ph {
		margin-bottom: 1.5625vw;
		text-align: center;
	}

	.howtojoin .box .title {
		margin-bottom: 1.5625vw;
		font-weight: bold;
		text-align: center;
		font-size: 3vw;
		color:#9a56b4;
	}

	.howtojoin .box .txt {
		font-size: 2.5vw;
	}

	#winner {
		margin-bottom: 9.375vw;
	}

	#winner .box {
		margin-bottom: 3.125vw;
	}

	#winner .box .ph {
		margin-bottom: 1.5625vw;
		text-align: center;
	}

	#winner .box .title {
		margin-bottom: 1.5625vw;
		font-weight: bold;
		text-align: center;
		font-size: 5vw;
	}

	#winner .box .txt {
		font-size: 3.8vw;
	}
	
	#winner .box .txt .title_txt{
	font-size: 4.2vw;
}

	#winner .entry-area {
		margin: 7.81vw 0;
		text-align: center;
	}

	#shopinfo .box .ph {
		margin-bottom: 2.08vw;
		text-align: center;
	}

	#shopinfo .box .title {
		font-size: 4vw;
		font-weight: 400;
	}

	#shopinfo .box .txt {
		font-size: 1.9vw;
		margin-bottom: 4vw;
	}

	.subsection h2 {
		font-size: 3.5vw;
		text-align: center;
		color: #fff;
		background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bg01.jpg) center no-repeat;
		background-size: cover;
		padding: 6vw 0;
		margin: 6vw 0 4vw 0;
	}

	.subsection p {
		font-size: 3vw;
		line-height: 1.8;
	}

	.subsection p strong {
		color: #eb6b5e;
	}

	.subsection .sec {
		margin: 4vw 0;
	}


	#banner-area {}

	#banner-area .container {
		padding: 9.375vw 0;
	}

	#banner-area .container ul {
		text-align: center;
		margin: 0;
		padding: 0;
	}

	#banner-area .container ul li {
		margin: 2.34375vw auto;
		padding: 0;
		display: block;
		list-style: none;
		width: 56.25vw;
	}

	#banner-area .container ul li img {
		width: 100%;
	}

	#footer {
		background-color: #347373;
	}

	#footer .container {
		padding: 4vw 0;
		text-align: center;
	}

	#footer .container .co-name {
		margin-bottom: 3vw;
		color: #fff;
		font-size: 3vw
	}

	#footer .container ul.sns {
		padding: 0;
		margin: 0;
		text-align: center;
	}

	#footer .container ul.sns li {
		padding: 0;
		margin: 0;
		text-align: center;
		display: inline-block;
		width: 15.625vw;
		list-style: none;
	}

	#footer .container ul.sns li img {
		width: 100%;
	}

	#footer .copy {
		background-color: #000000;
		text-align: center;
		color: #999999;
		padding: 15px 0;
		font-size: 2vw;
	}

	.btn {
		background-color: #9b53b5;;
		padding: 0.5em 1em;
		color: #fff;
		font-size: 2.5vw;
	}


}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}




.col-lg-five-1,
.col-md-five-1,
.col-sm-five-1,
.col-xs-five-1,
.col-lg-five-2,
.col-md-five-2,
.col-sm-five-2,
.col-xs-five-2,
.col-lg-five-3,
.col-md-five-3,
.col-sm-five-3,
.col-xs-five-3,
.col-lg-five-4,
.col-md-five-4,
.col-sm-five-4,
.col-xs-five-4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-five-1 {
	width: 20%;
	float: left;
}

.col-xs-five-2 {
	width: 40%;
	float: left;
}

.col-xs-five-3 {
	width: 60%;
	float: left;
}

.col-xs-five-4 {
	width: 80%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-five-1 {
		width: 20%;
		float: left;
	}

	.col-sm-five-2 {
		width: 40%;
		float: left;
	}

	.col-sm-five-3 {
		width: 60%;
		float: left;
	}

	.col-sm-five-4 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-five-1 {
		width: 20%;
		float: left;
	}

	.col-md-five-2 {
		width: 40%;
		float: left;
	}

	.col-md-five-3 {
		width: 60%;
		float: left;
	}

	.col-md-five-4 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-five-1 {
		width: 20%;
		float: left;
	}

	.col-lg-five-2 {
		width: 40%;
		float: left;
	}

	.col-lg-five-3 {
		width: 60%;
		float: left;
	}

	.col-lg-five-4 {
		width: 80%;
		float: left;
	}
}