@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#ch {
	width: 100%;
	position: relative;
	font-size: 12px;
	line-height: 1.8;
	background: #f7f5f0;
	padding: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#ch::after {
	content: "";
	display: block;
	clear: both;
}
#ch .bold {
	font-weight: 600;
}
#main_visual {
	width: 30%;
	height: 100vh;
	float: left;
	position: sticky;
	top: 0;
}
#main_visual .visual {
	background:url("../images/visual.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_visual2 {
	width: 30%;
	height: 100vh;
	float: left;
	position: sticky;
	top: 0;
}
#main_visual2 .visual {
	background:url("../images/visual2.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_visual h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	transform: translate(-50%,-50%);
	filter: invert(1);
	display: none;
}
#main_contents {
	width:40%;
	float: left;
}
@media only screen and (max-width: 768px)  {
	#main_visual {
		width: 100%;
		height: 100vh;
		float: none;
		position: relative;
		top: auto;
	}	
	#main_contents {
		width: 100%;
		float: none;
	}	
	#main_visual2 {
		display: none;
	}
	#main_visual h1 {
		display: block
	}
}

#main_contents .section {
	width: 70%;
	margin: 15% auto;
	position: relative;
}
#main_contents .section .tit {
	max-width: 225px;
	width: 92%;
	margin: 10% auto;
}
#main_contents .section .read {
	width: 80%;
	margin: 5% auto;
	text-align: center;
}
#main_contents .section .time {
	font-size: 18px;
	text-align: center;
	margin:10% auto;
}
#main_contents .section .pc_tit {
	max-width: 150px;
	width: 80%;
	margin: 5% auto 15%;
	
}

#main_contents .section .box20{
	position: relative;
	padding: 0.25em 1em;
	margin: 2em 0;
	top: 0;
	

	
}

#main_contents .section .box20:before, .box20:after{
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
	
}

#main_contents .section .box20:before{
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    left: 0;
}

#main_contents .section .box20:after{
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    right: 0;
}

@media only screen and (max-width: 768px)  {
	#main_contents .section {
		width: 100%;
		margin: 30% auto;
		position: relative;
	}
	#main_contents .section .read {
		width: 90%;
		margin: 5% auto;
	}
	#main_contents .section .time {
		font-size: 15px;
		text-align: center;
		margin:10% auto;
	}
	#main_contents .section .pc_tit {
		display: none;
	}
	#main_contents .section .tit {
		max-width: 500px;
		width: 90%;
		margin: 10% auto;
	}
	
	#main_contents .section .box20:before{
    	left: 10px;

}

#main_contents .section .box20:after{
    	right: 10px;

}
}

#main_contents .section .join li {
	box-sizing: border-box;
	border:1px solid #000;
	border-radius: 20px;
	padding: 25px 50px;
	width: 90%;
	margin:  5% auto;
}
#main_contents .section .join li .no {
	max-width:100px;
	width: 24%;
	margin: 0 auto;
}
#main_contents .section .join li .icon {
	width: 30%;
	margin: 5% auto;
}
#main_contents .section .join li .txt {
	text-align: center;
	margin: 5% auto;
}
#main_contents .section .join li .txt p {
	text-align: left;
	margin: 2% auto;
}
#main_contents .section .join li .line {
	max-width: 100px;
	width: 50%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .join li {
		padding: 25px;
		width: 90%;
		margin:  5% auto;
	}
	#main_contents .section .join li {
		padding: 5%;
		margin: 10% auto;
	}
	
}



#main_contents .section .get li {
	margin: 10% auto;
	
}
#main_contents .section .get li .no {
	max-width:90px;
	width: 20%;
	margin: 0 auto;
}
#main_contents .section .get li .txt {
	text-align: center;
	font-size: 14px;
}
#main_contents .section .get li .box {
	width: 90%;
	margin: 5% auto;
	background: #eee;
	border: 1px solid #000;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 25px 5px
}
#main_contents .section .get li .box .img {
	max-width: 200px;
	margin: 0 auto 5%;
}
#main_contents .section .get li .box .info {
	text-align: center;	
}
#main_contents .section .get li .box .event {
	text-align: center;	
	font-size: 14px;
}
#main_contents .section .get li .box .info .circle{
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #afafaf;/*背景色*/
	margin: 5% auto;
}

@media only screen and (max-width: 768px)  {
	#main_contents .section .get li .box .img {
		width: 50%;
		
	}
	#main_contents .section .get li .box .event {
		text-align: center;	
		font-size: 14px;
	}
}


#main_contents .section .tit_txt {
	text-align: center;	
	font-size: 18px;
}

#main_contents .section .gift_box {
	margin: 10% auto;
	width: 100%;
}
#main_contents .section .gift_box .no {
	max-width: 70px;
	margin: 0 auto;
}
#main_contents .section .gift_box .gift {
	margin: 5% auto;
	background: #eee;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 20px;
	width: 90%;
}
#main_contents .section .gift_box .gift li {
	box-sizing: border-box;
	padding: 8% 10% 4%;
	border-bottom: 1px solid #000;
	line-height: 0;
}
#main_contents .section .gift_box .gift li:nth-last-of-type(1) {
	border: none;
}
#main_contents .section .gift_box .img {
	margin: 5% auto;
}
#main_contents .section .gift_box .small {
	width: 80%;
	margin: 5% auto;
	font-size: 10px;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .gift_box .gift {
		margin: 5% auto;
		width: 90%;
	}
	#main_contents .section .gift_box .gift li {
		padding: 10% 4% 5%;
	}
	#main_contents .section .gift_box .small {
		width: 90%;
	}
}

#main_contents .section .tote {
	margin: 10% auto 20%;
}

#main_contents .section .tote .tote_gg{
	width: 43%;
    margin: 15% auto 0;
}

#main_contents .section .tote .tote_ttl{
    margin: 2% auto 5%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

#main_contents .section .tote .tote_img{
    display: flex;
	flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
	margin: 0 auto;
}

#main_contents .section .tote .tote_img .tote_child{
    width: 45%;
}

#main_contents .section .tote .tote_txt{
    width: 90%;
	margin: 5% auto;
	letter-spacing: 2px;
}

#main_contents .section .att {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #000;
	padding-top: 5%;
}
#main_contents .section .att .att_tit {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 3%;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .att {
		width: 90%;
		padding-top: 10%;
	}
	
	
}
#main_contents .section .qr {
	margin: 5% auto;
	background: #eee;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 20px;
	padding: 25px 10px;
	width: 90%;
	max-width: 400px;
}

#main_contents .foot {
	padding-top: 10%;
}
#main_contents .foot .logo {
	max-width: 200px;
	width: 40%;
	margin: 5% auto;
}
#main_contents .foot .copy {
	text-align: center;
	font-size: 10px;
}

.anim {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.anim.ac {
	opacity: 1;
}
