@charset "UTF-8";
/*custom color size*/
:root {
	--color-main1: #ed0600;
	--color-main2: #ffe0df;
	--color-sub1: #ffb62c;
	--color-sub2: #f47e00;
	--color-sub3: #fffaf1;
	--color-blk1:#212121;
	--color-blk2:#d6d6d6;
	--color-blk3:#f3f3f3;
	--color-wht:#fcfcfc;
	--margin-big: 180px;
	--margin-middle: 60px;
	--margin-small: 30px;
	--margin-col: 20px;
	--container-w1: 60px;
	--container-w2: 30px;
	--raidus-main: 5px;
}
@media screen and (max-width: 1080px) {
	:root {
		--margin-big: 100px;
		--margin-big2: 40px;
		--margin-middle: 30px;
		--container-w1: 30px;
	}
}
@media screen and (max-width: 768px) {
	:root {
		--margin-big: 100px;
		--margin-big2: 50px;
		--margin-middle: 50px;
		--container-w1: 20px;
		--container-w2: 20px;
	}
}
/*====================================================================
　Commons
====================================================================*/
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
}
body {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
/*	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;*/
	font-size : 18px;
	line-height : 1.6;
	color: var(--color-blk1);
	width: 100%;
	letter-spacing: .5px;
	background: var(--color-wht);
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	margin: 0 auto;
	display: block;
}
img{
	/* pc */
	pointer-events: none;
	/* smartphone*/
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}
svg {
  fill: currentColor;
  max-width: 100%;
}
p {
	margin: 0 auto 40px;
	padding: 0;
}
/*
link
---------------------------------------------------------*/
a.link:link{
	color: #00e;
	text-decoration: underline;
}

#main {
	overflow: hidden;
	margin : 0 auto;
	/*background: url(../images/34.jpg) no-repeat center var(--color-blk1);
	background-size: fixed;*/
}

#header01,
#header02_1,
#header02_2,
#header03_1,
#header03_2 {
	text-align: center;
	background: url(../images/header01_bg.png) no-repeat top center var(--color-blk1);
	height: 800px;
/*	overflow: hidden;*/
	font-family: "Noto Serif JP", serif;
	overflow: hidden;
}
#header02_2{
	height: 870px;
}
.header01_1,
.header02_1,
.header03_1{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.header01_1 img:nth-of-type(1){
	position: relative;
	right: 0;
    top: 30px;
    margin-right: 0;
    z-index: 1;
}
.header01_1 img:nth-of-type(2){
	position: absolute;
	right: -50px;
    top: -70px;
}
.header01_2{
	position: relative;
    top: -210px;
    padding-left: 20px;
	max-width: 1000px;
	margin: 0 auto;
}
.header01_2 li{
	color: var(--color-main1);
	border: 1px solid var(--color-main1);
	margin-bottom: 10px;
	list-style: none;
	inline-size: fit-content;
	font-weight: 700;
	line-height: 1;
	padding: 2px 10px 5px;
	background: rgba(0, 0, 0, .7);
	font-size: 26px;
	box-shadow:
	 1px 1px 8px rgba(0, 0, 0, .7),
	 -1px 1px 8px rgba(0, 0, 0, .7),
	 -1px -1px 8px rgba(0, 0, 0, .7),
	 1px -1px 8px rgba(0, 0, 0, .7);
}
.header01_2 p{
	text-align: left;
	color: var(--color-wht);
	line-height: 1.4;
	margin-top: 20px;
	font-weight: 600;
	font-size: 34px;
}
#header02_1{
	height: 840px;
}
.header02_1 .hd02_1{
	position: relative;
	right: 0;
  top: 0;
  margin-right: 0;
}
.header02_1 .hd02_2{
	position: absolute;
	right: 290px;
  top: 0;
}
.header02_1 .hd02_3{
	position: absolute;
		right: 280px;
    top: 290px;
}
.header02_1 .hd02_4{
position: absolute;
	right: 290px;
  top: 490px;
}
.header03_1 .hd03_1{
	position: relative;
	right: 20px;
  top: 0;
  margin-right: 0;
}
.header03_1 .hd03_2{
	position: relative;
	right: 20px;
  top: -70px;
  margin-right: 0;
}
.header03_1 .hd03_3{
	position: absolute;
	right: 120px;
  top: -5px;
}
.header03_1 .hd03_4{
	position: absolute;
	right: 240px;
  top: -10px;
}
.header03_2{
	position: relative;
  top: -30px;
  padding-left: 20px;
	max-width: 1000px;
	margin: 0 auto;
}
.header03_2 p{
	text-align: left;
	color: var(--color-wht);
	line-height: 1.4;
	font-weight: 600;
	font-size: 34px;
}
#header03_2{
	height: 870px;
}
.header03_1 .hd03_5{
	position: relative;
	right: -30px;
  top: 0;
  margin-right: 0;
}
.header03_1 .hd03_6{
	position: relative;
	right: -35px;
  top: -90px;
  margin-right: 0;
}
.header03_1 .hd03_7{
	position: relative;
	right: -10px;
  top: -180px;
  margin-right: 0;
}
.header03_1 .hd03_8{
	position: absolute;
	right: 260px;
  top: 0;
}
.header03_1 .hd03_9{
	position: absolute;
	right: 350px;
  top: 0;
}
.header03_3{
	position: relative;
  top: -320px;
  padding-left: 20px;
	max-width: 1000px;
	margin: 0 auto;
}
.header03_3 p{
	text-align: left;
	color: var(--color-wht);
	line-height: 1.4;
	font-weight: 600;
	font-size: 34px;
}
/* “_–Å */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}



.container {
	text-align: left;
}
.bg_blk{
	background: var(--color-blk1);
	color: var(--color-wht);
}
.bg_gry{
	background: url(../images/bg_gry.png) repeat center var(--color-blk3);
	color: var(--color-blk1);
}
.bg_wht{
	background: var(--color-wht);
	color: var(--color-blk1);
}
.clip_path_01{
	-webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 12vw),50% 100%,0 calc(100% - 12vw));
	clip-path: polygon(0 0,100% 0,100% calc(100% - 12vw),50% 100%,0 calc(100% - 12vw));
}
.clip_path_01 .cnt>p:last-child{
	margin-bottom: 120px;
}
.bg_001{
	background: url(../images/bg_001.png) no-repeat top center #000;
	background-size: cover;
	color: #e9e9e9;
}
.bg_kirakira{
	background: url(../images/bg_kirakira.png) no-repeat center #000;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cnt{
	margin : 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 100px 60px 60px;
}




/*title*/
.ttl{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding: 20px 0;
	margin: 0 auto;
	color: transparent;
	min-height: 300px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 3em;
	line-height: 1.4;
	text-shadow: none;
	background: url(../images/bg_ttl.png) no-repeat center var(--color-blk1);

	
}
.ttl>div>div{
	display: inline-block;
	transform: skewX(-15deg);
}
.bg_form{
	background: url(../images/form_bg.png) repeat center #191919;
}


/*thanks*/
.ttl_thk{
	background: url(../images/bg_thk.png) center repeat;
	color: var(--color-sub1);
	text-align: center;
	padding: 80px 20px;
	text-shadow:
	 1px 1px 10px rgba(0, 0, 0, .7),
	 -1px 1px 10px rgba(0, 0, 0, .7),
	 -1px -1px 10px rgba(0, 0, 0, .7),
	 1px -1px 10px rgba(0, 0, 0, .7);
}


/*footer*/
footer {
	padding: 15px 0px;
	background: #000;
	font-size : 16px;
	line-height : 1.5;
	color: var(--color-sub1);
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	border-top: 10px double var(--color-blk1);
}
footer p {
	margin: 0 auto;
	padding: 0;
}
footer a {
	color: var(--color-sub1);
}
footer a:hover {
	color: var(--color-main1);
}
@media screen and (max-width: 640px){
	#header01{
		background: url(../images/header_01_sp.png) no-repeat top center #000;
		background-size: cover;
		height: 560px;
		padding-top: 0;
	}
	.header01_1 img:nth-of-type(1){
		width: 60%;
		right: -20px;
	}
	.header01_1 img:nth-of-type(2){
		right: -35px;
		top: -45px;
		width: 40%;
	}
	.header01_2{
		top: -60px;
		padding-left: 10px;
	}
	.header01_2 li{
		font-size: 24px;
	}
	.header01_2 p{
		font-size: 24px;
		margin-top: 0;
	}
	#header02_1{
		background: url(../images/header_01_sp.png) no-repeat top center #000;
		background-size: cover;
		height: 490px;
		padding-top: 0;
	}
	.header02_1 .hd02_1{
		width: 50%;
		right: -20px;
	}
	.header02_1 .hd02_2{
		right: 150px;
		width: 25%;
	}
	.header02_1 .hd02_3{
		width: 25%;
		right: 148px;
    top: 170px;
	}
	.header02_1 .hd02_4{
		width: 25%;
		right: 150px;
		top: 280px;
	}
	#header02_2{
		background: url(../images/header_01_sp.png) no-repeat top center #000;
		background-size: cover;
		height: 490px;
		padding-top: 0;
	}
	#header03_1{
		background: url(../images/header_01_sp.png) no-repeat top center #000;
		background-size: cover;
		height: 480px;
		padding-top: 0;
	}
	.header03_1 .hd03_1{
		width: 20%;
		right: -10px;
	}
	.header03_1 .hd03_2{
		width: 20%;
		right: -10px;
		top: -30px;
	}
	.header03_1 .hd03_3{
		width: 25%;
    right: 30px;
    top: -10px;
	}
	.header03_1 .hd03_4{
		width: 35%;
    right: 90px;
	}
	.header03_2{
		top: 50px;
		padding: 0 10px;
	}
	.header03_2 p{
		font-size: 23px;
	}
	#header03_2{
		background: url(../images/header_01_sp.png) no-repeat top center #000;
		background-size: cover;
		height: 480px;
		padding-top: 0;
	}
	.header03_1 .hd03_5{
		width: 35%;
		right: -10px;
	}
	.header03_1 .hd03_6{
		width: 35%;
		right: -10px;
		top: -30px;
	}
	.header03_1 .hd03_7{
		width: 35%;
		right: -10px;
		top: -65px;
	}
	.header03_1 .hd03_8{
		width: 20%;
    right: 110px;
    top: -10px;
	}
	.header03_1 .hd03_9{
		width: 20%;
    right: 155px;
    top: -10px;
	}
	.header03_3{
		top: -90px;
	}
	.header03_3 p{
		font-size: 30px;
	}
	.cnt{
		padding: 60px 20px;
	}
	.clip_path_01 .cnt>p:last-child{
		margin-bottom: 40px;
	}

	.bg_kirakira{
		background: url(../images/bg_kirakira_sp.png) repeat center #000;
		background-size: contain;
		background-attachment: initial;
	}
	.ttl{
		padding: 20px;
		font-size: 2.6em;
	}
	.ttl>div>div{
		display: inline;
	}
	.ttl>div>br{
		display: none;
	}
	.ttl_thk{
		padding: 30px 20px;
	}
}
@media screen and (max-width: 414px){
	.header01_1 img:nth-of-type(1){
		top: 35px;
	}
	.header01_1 img:nth-of-type(2){
		right: -30px;
		top: -35px;
	}
	#header02_1,
	#header02_2{
		height: 470px;
	}
	#header03_1,
	#header03_2{
		height: 460px;
	}
	.header03_1 .hd03_4{
		right: 85px;
	}
	.header03_2 p{
		font-size: 22px;
	}
	.header03_1 .hd03_8{
		right: 105px;
	}
	.header03_1 .hd03_9{
		right: 150px;
	}
	.header03_3 p{
		font-size: 28px;
	}
}
@media screen and (max-width: 390px){
	#header01{ height: 500px;}
	.header01_2 li{
		margin-bottom: 5px;
		font-size: 22px;
	}
	.header01_2 p{
		font-size: 22px;
	}
	.header02_1 .hd02_2{
		right: 130px;
	}
	.header02_1 .hd02_3{
		right: 128px;
		top: 160px;
	}
	.header02_1 .hd02_4{
		right: 130px;
		top: 260px;
	}
	#header02_2,
	#header03_1,
	#header03_2{
		height: 440px;
	}
	.header03_2{
		top: 50px;
	}
	.header03_2 p{
		font-size: 20px;
	}
	.header03_1 .hd03_5,
	.header03_1 .hd03_6,
	.header03_1 .hd03_7{
		width: 37%;
	}
	.header03_1 .hd03_9{
		right: 145px;
	}
	.header03_3{
		top: -100px;
	}
}
@media screen and (max-width: 375px){
	#header01{ height: 470px;}
	.header01_1 img:nth-of-type(1){
		top: 30px;
	}
	.header01_2 li,
	.header01_2 p{
		font-size: 20px;
	}
	#header02_1{ height: 440px}
	.header03_2 p{
		font-size: 20px;
	}
	#header03_1,
	#header03_2{
		height: 420px;
	}
}
@media screen and (max-width: 320px){
	#header01{
		height: 400px;
	}
	.header01_1 img:nth-of-type(1){
		top: 20px;
	}
	.header01_1 img:nth-of-type(2){
		right: -25px;
	}
	.header01_2 li,
	.header01_2 p{
		font-size: 18px;
	}
	#header02_1,
	#header02_2,
	#header03_1{
	 height:370px;
	}
	.header02_1 .hd02_2{
		right: 110px;
	}
	.header02_1 .hd02_3{
		right: 108px;
		top: 130px;
	}
	.header02_1 .hd02_4{
		right: 110px;
		top: 210px;
	}
	#header03_1,
	#header03_2{
		height: 360px;
	}
	.header03_1 .hd03_1{
		right: -5px;
	}
	.header03_1 .hd03_2{
		right: -5px;
		top: -20px;
	}
	.header03_1 .hd03_3{
		right: 25px;
	}
	.header03_1 .hd03_4{
		right: 70px;
	}
	.header03_2{
		top: 40px;
	}
	.header03_2 p{
		font-size: 17px;
	}
	.header03_1 .hd03_8{
		right: 85px;
	}
	.header03_1 .hd03_9{
		right: 120px;
	}
	.header03_3{
		top: -90px;
	}
	.header03_3 p{
		font-size: 24px;
	}

}