@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	共通

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

	変数

------------------------------------------------------------------------------*/

:root {
	--main-color: 243,166,150;
	--sub-color: 242,145,97;
}


/*------------------------------------------------------------------------------

	image replacement

------------------------------------------------------------------------------*/

#content > header #promotion .text {
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}


/*------------------------------------------------------------------------------

	全体

------------------------------------------------------------------------------*/

body,
textarea,
input  {
	line-height: 1.8;
	font-family: YuGothic,"游ゴシック","メイリオ",Meiryo,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	font-weight: 500;
	color: #333;
  	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

#noscript {
	padding: 1em;
	background-color: #F00;
	text-align: center;
	line-height: 1;
	color: #FFF;
}

#content {
	overflow: hidden;
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
}

a,
a:visited {
	color: #333;
	outline: none;
	text-decoration: none;
}

a,
a:hover {
	transition: opacity .4s;
}

a:hover {
	text-decoration: none;
	opacity: .4;
}

em {
	font-style: normal;
}

figcaption {
	text-align: center;
}

img {
	vertical-align: bottom;
}

ol,
ul {
	margin-left: 1.5em;
}

main p,
main dd {
	margin-bottom: .25em;
	text-align: justify;
}

main li:last-child,
main p:last-of-type,
main dd:last-of-type {
	margin-bottom: 0;
}

main ul {
	list-style: disc;
}

main ol {
	list-style: decimal;
}

main a,
main a:visited {
	text-decoration: underline;
	color: rgba(var(--main-color),1);
}

main .button a {
	display: inline-block;
	padding: 1.5em;
	text-decoration: none;
	background-color: rgba(var(--main-color),1);
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}

address {
	font-style: normal;
}

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

body,
textarea,
input  {
	font-size: 14px;
}

input[type="password"],
input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

}

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

a:hover {
	opacity: 1;
}

main .button a {
	padding: 4vw;
}	
	
}

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

body,
textarea,
input  {
	font-size: 3.2vw;
}

a[href^="tel:"] {
	text-decoration: underline;
}

}

@media screen and (min-width: 768px){
	
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #333;
}

a[href^="tel:"]:hover {
	cursor: default;
	opacity: 1;
}
	
}


/*	table
------------------------------------------------------------------------------*/

main table {
	width: 100%;
	margin: 1.5em auto;
}

main table td {
	padding: 1em;
	line-height: 1.4;
	border-top: 1px solid rgba(var(--main-color),.5);
}

main table tr:last-child th,
main table tr:last-child td {
	border-bottom: 1px solid rgba(var(--main-color),.5);
}

main table tr td > ul {
	margin-left: 2.5em;
}

main table tr td:not(.rest):first-of-type {
	font-weight: bold;
	background-color: rgba(var(--main-color),.3);
	text-align: center;
}

main table li > table {
	margin-left: 1em;
}

main table li > table td:first-of-type {
	font-weight: normal!important;
	background-color:rgba(var(--main-color),0)!important;
	text-align: left!important;
	
}

main table li > table tr td,
main table li > table tr:last-child th,
main table li > table tr:last-child td {
	border: none!important;
}

main table li > table tr td {
	padding: 0;
}

main table li > table {
	width: auto;
	margin: 0 0 0 1em;
	
}

main table li > table tr:nth-of-type(3) span {
	margin-left: 1em;
}

main table li > table tr:nth-of-type(4) span {
	margin-left: 2em;
}

main table li > table td:first-of-type {
	padding-right: 1em;
}

main table li > .group {
	margin-left: 3em;
}

main table li > .group span {
	display: inline-block;
	margin-right: .5em;
}

main table li > .group .note {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}

main table .rest {
	padding-left: 5em;
}

main table .vertical span {
	display: block;
	writing-mode: vertical-rl;
	margin: 0 auto;
}

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

main table li {
	font-size: 3vw;
}

main table li > table tr:nth-of-type(3) span,
main table li > table tr:nth-of-type(4) span {
	display: block;
	margin-left: 0;
}
	
main table li > table tr td:first-of-type {
	width: 59%;
}	
	
}

	
/*	dl
------------------------------------------------------------------------------*/

main dl {
	margin-top: 1em;
}

main dl dt {
	font-weight: bold;
}

main dl dd {
	margin-left: 1em;
}


/*------------------------------------------------------------------------------

	column

------------------------------------------------------------------------------*/

.site_column {
	position: relative;
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}


/*------------------------------------------------------------------------------

	common

------------------------------------------------------------------------------*/

.l {
	display: block;
}

main ul.note {
	list-style: none;
	counter-reset: number 0;
	margin-left: 0;
}

main ul.note li {
	position: relative;
	padding-left: 1.2em;
}

main ul.note li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

main .important {
	font-weight: bold;
}

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

.l {
	display: inline;
}

}

/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

/*	promotion
------------------------------------------------------------------------------*/

#promotion {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 100px;
	padding-top: 41.25%;
	background-image: url(../img/main_image.jpg?20220915);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}

#promotion .site_column {
	position: relative;
	height: 100%;
}


#content > header #promotion .text {
	position: absolute;
	left: 0;
	top: 0;
}

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

#promotion {
	margin-bottom: 15vw;
	padding-top: 62vw;
	background-image: url(../img/main_image_sp.jpg?20220915);
}

}


/*------------------------------------------------------------------------------

	main

------------------------------------------------------------------------------*/

#content > main h2 {
	margin-bottom: 55px;
	font-size: 1.875em;
	font-weight: bold;
	text-align: center;
	color: rgba(var(--main-color),1);
}

#content > main h3 {
	margin-bottom: 20px;
	padding: .25em 0 .25em .5em;
	border-left: 3px solid rgba(var(--sub-color),1);
	font-size: 1.250em;
	font-weight: bold;
	line-height: 1.2;
	color: rgba(var(--sub-color),1);
}

body.download #content > main h3 {
	margin-top: 20px;
}

#content > main h4 {
	margin-bottom: 20px;
	font-weight: bold;
	color: rgba(var(--sub-color),1);
}

#content > main h5 {
	margin: .8em 0 .5em;
	font-weight: bold;
}

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

#content > main h2 {
	margin-bottom: 10vw;
	font-size: 5vw
}

#content > main h3 {
	font-size: 4.5vw;

}
	
}


/*------------------------------------------------------------------------------

	動画視聴ページ

------------------------------------------------------------------------------*/

main #download {
	margin-bottom: 0;
	padding: 100px 0 150px;
	background-color: rgba(255,251,115,.1);
}

main #download p,
main #download form {
	text-align: center;
}

main #download h2 {
	margin-bottom: 2em;
	font-size: 1.563em;
}

main #download h2::before {
	display: block;
	width: 64px;
	height: 59px;
	margin: 0 auto 25px;
	content: "";
	background-image: url("../img/icon_download.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

main #download p {
	margin-bottom: 1.5em;
}

main #download form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

main #download input[type="password"] {
	width: 320px;
	height: 40px;
	margin-right: 20px;
	vertical-align : top;
}

main #download input[type="submit"] {
	width: 120px;
	height: 40px;
	padding: .5em 0;
	background-color: rgba(var(--main-color),1);
	border: none;
	font-size: 0.750em;
	font-weight: bold;
	color: #FFF;
	vertical-align : top;
}

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

main #download {
	padding: 15vw 0;
}
	
main #download input[type="password"] {
	width: 61vw;
	height: 8vw;
	margin-bottom: 5vw;
	margin-right: 0;
}

main #download input[type="submit"] {
	font-size: 3.2vw;
}

}


/*------------------------------------------------------------------------------

	footer

------------------------------------------------------------------------------*/

#content > footer {
	background-color: rgba(var(--main-color),.3);
}

#content > footer .site_column {
	padding: 60px 0;
	text-align: center;
}

#content > footer h2 {
	margin-bottom: 1.5em;
	font-size: 1.125em;
	font-weight: bold;
}

#content > footer .sponsorship {
	margin-bottom: 2em;
}

#content > footer .sponsorship h2 {
	margin-bottom: 1em;
}

#content > footer .sponsorship h2 span {
	margin-left: 1em;
	font-size: .778em;
	font-weight: normal;
}

#content > footer .sponsorship ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
}

#content > footer .sponsorship ul li {
	display: inline-block;
	line-height: 1.8;
}

#content > footer .sponsorship ul li::after {
	content: "／";
}

#content > footer .sponsorship ul li:last-child::after {
	content: "";
}


#content > footer .organizer h2 span:nth-of-type(1) {
	margin-right: 1em;
}

#content > footer .organizer h2 span:nth-of-type(2) {
	margin-left: 1em;
}

#content > footer .organizer address ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
}

#content > footer .organizer address ul li {
	margin-bottom: 0;
}

#content > footer .organizer address ul li::after {
	content: "／";
	padding: 0 .2em;
}

#content > footer .organizer address ul li:last-child::after {
	display: none;
}


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

#content > footer .site_column {
	padding: 8vw 0;
}

}

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

#content > footer .site_column {
	padding: 14vw 0;
}

#content > footer .organizer h2 span:nth-of-type(1),
#content > footer .organizer h2 span:nth-of-type(2) {
	display: block;
	margin: 0;
	line-height: 1.6;
}

}


/* copy
------------------------------------------------------------------------------*/

#copy {
	padding: 40px 0 80px;
	background-color: #FFF;
	border-top: 10px solid rgba(var(--main-color),1);
	text-align: center;
}

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

#copy {
	padding: 5vw 0 12vw;
}


}

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

#copy {
	/*padding: 8vw 0 22vw;*/
	border-top: 10px solid rgba(var(--main-color),1);
}

}


/*	 page_top
------------------------------------------------------------------------------*/

#page_top {
    position: fixed;
	right: 3vw;
    bottom: 30px;
	width: 60px;
	height: 60px;
    transition: opacity .6s;
	background-color: #FFF;
	z-index: 1000;
	opacity: 0;
}

.moved #page_top {
	opacity: 1;
}

#page_top a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--main-color),1);
	text-decoration: none;
	cursor: default;
}

.moved #page_top a {
	cursor: pointer;
	opacity: 1;
}

#page_top a::after {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%)  rotate(45deg);
	content: "";
	display: block;
	width: 40%;
	height: 40%;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

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

#page_top {
	width: 50px;
	height: 50px;
}

}



