@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kameron:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800&display=swap');

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p,img ,header{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background: #E2F7EF;	
}

.top_logo {
	width: 300px;
	margin-bottom: 30px;
}
article {
	margin-bottom: 60px;	
}
.scratch_page {
	max-width: 780px;
	margin: 0 auto;
	background: #fff;
	box-sizing: content-box;
	padding: 40px;
	/* border-top: 2px solid #e80113; */
}


.scratch_page p,
.scratch_page li,
.scratch_page th,
.scratch_page td,
.scratch_page div {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.scratch_page_hero_title {
	margin: 0 0 30px;	
}
.scratch_page_hero_main {
	margin: 0 0 50px;	
}
.scratch_page p.scratch_page_lead {
	margin: 0 0 50px;	
}


.scratch_page_join .leaf,
.scratch_terms .leaf {
	width: 150px;
	position: absolute;
	right: -80px;
	top: -20px;
	z-index: 5;
}
.scratch_terms .leaf  {
	top: -50px;
}
.type_leaf {
	position: relative;	
}
.type_leaf .leaf {
	width: 150px;
	position: absolute;
	left: -70px;
	top: -100px;
}
.leaf img {
	width: 100%;
	height: auto;	
}

.scratch_page_join {
	position: relative;	
}


.scratch_page .scratch_page_join p {
	margin-bottom: 1em;
}

.scratch_page p.scratch_page_join_title {
	font-family: 'M PLUS 1p', sans-serif;
    font-size: 32px;
    border-bottom: 3px solid #A37B33;
    border-top: 3px solid #A37B33;
	margin-bottom: 30px;
	text-align: center;
	color: rgb(145,118,71);
	background: rgb(145,118,71);
	background: linear-gradient(90deg, rgb(145,118,71) 0%, rgb(203,173,100) 100%);
	color: #fff;
	padding: 18px 0;
	letter-spacing: 0!important;
}

.scratch_page p.scratch_page_present_title {
	font-family: 'M PLUS 1p', sans-serif;
    font-size: 28px;
	text-align: center;
	margin-bottom: 60px;
	color: #FFF;
    border-bottom: 3px solid #A37B33;
    border-top: 3px solid #A37B33;
	background: rgb(145,118,71);
	background: linear-gradient(90deg, rgb(145,118,71) 0%, rgb(203,173,100) 100%);
	letter-spacing: 0.03em;
}


.scratch_about {
	margin: 30px 0;	
}
.scratch_about th,
.scratch_about td {
	vertical-align: top;
	text-align: left;
	padding: 6px 0;
	font-weight: bold;
}
.scratch_about th {
	font-weight: bold;
	white-space: nowrap;
	width: 1%;
	padding-right: 5px;
}

.scratch_type1,
.scratch_type2 {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 40px;
}





.scratch_present {
	margin-top: 60px;	
}



.prize_figure {
	max-width: 600px;
	margin: 0px auto 50px;
	padding: 0 20px;	
}
.prize_figure img {
	width: 100%;
	height: auto;	
}


.scratch_terms {
	margin-top: 60px;
	position: relative;
}

.scratch_page p.scratch_terms_title {
    font-size: 20px;
	transform: rotate(0.03deg);
	padding: 10px 0px;
	color: #FFF;
    border-bottom: 3px solid #A37B33;
    border-top: 3px solid #A37B33;
	background: rgb(145,118,71);
	background: linear-gradient(90deg, rgb(145,118,71) 0%, rgb(203,173,100) 100%);
	margin-bottom: 30px;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.03em;
}

.scratch_terms_list {
	margin: 0 0 0 1em;	
}
.scratch_terms_list li {
	list-style: none;
	font-size: 16px;
	margin: 0 0 5px;
	position: relative;	
}
.scratch_terms_list li  span.scratch_terms_mark {
	position: absolute;
	left: -1em;
	top: 0;	
}


.scratch_btn {
	max-width: 520px;
	margin: 30px auto;
	font-size: 20px;
	font-weight: bold;
}

.scratch_btn a {
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
	background: #e80113;
	border: 2px solid #e80113;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
	border-radius: 8px;
	box-sizing: border-box;
	transition: background 0.4s;
	position: relative;
}
.scratch_btn a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;	
}


.scratch_btn a:hover {
	transform: rotate(0.03deg);
	background: #FFF;
	color: #e80113;
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
.scratch_btn a:hover::after {
	border-top: 2px solid #e80113;
	border-right: 2px solid #e80113;
}
.fc_lead {
	text-align: center;
	padding-top: 40px;
	margin: 0 0 20px;
	font-weight: bold;
}


/* ===== SCRATCH  ====== */
.scratch_page_scratch_title {
	max-width: 420px;
	margin: 0 auto 40px;
	box-sizing: content-box;
	padding: 0 20px;
}
.scratch_page_scratch_title img {
	width: 100%;
	height: auto;	
}
.scratch_card_notes {
	text-align: center;
	margin: 0 0 30px;
	font-weight: bold;
}

.scratch_card_flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 780px;
}

.scratch_card img {
	width: 100%;
	height: auto;
	transition: opacity 0.4s;
}
.scratch_card_flex .scratch_card {
	width: 240px;
	margin: 0 10px 20px;
	opacity: 0;
	animation: rightTurn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media(max-width: 959px) {
.scratch_card_flex .scratch_card {
	width: calc(33.3% - 20px);	
}
}


.scratch_card a:hover img {
	opacity: 0.7;	
}

.scratch_card_flex .scratch_card.card2 {
	animation-delay: 0.15s;	
}
.scratch_card_flex .scratch_card.card3 {
	animation-delay: 0.3s;	
}
.scratch_card_flex .scratch_card.card4 {
	animation-delay: 0.45s;	
}
.scratch_card_flex .scratch_card.card5 {
	animation-delay: 0.6s;	
}
.scratch_card_flex .scratch_card.card6 {
	animation-delay: 0.75s;	
}

 @keyframes rightTurn {
0% {
	 opacity: 0;
	 transform: perspective(1500px) rotateY(360deg);
}
100% {
	 opacity: 1;
	 transform: perspective(3000px) rotateY(0deg);
}
}

/* ===== SCRATCH  ====== */




/* ===== RESULT  ====== */
.scratch_page .scratch_page_result_title {
	font-family: 'Kameron', serif;
	font-size: 60px;
	text-align: center;
	margin: 0 0 40px;
	opacity: 0;
	animation: fadeInObj 1.5s forwards;
}

.scratch_page p.scrach_result {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0 20px;
	color: #e80113;
	letter-spacing: 0!important;
	opacity: 0;
	animation: fadeInObj 1.5s forwards;
}
.scratch_page p.scratch_result_lead {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
	opacity: 0;
	animation: fadeInObj 1.5s forwards;
}
.scratch_result_present {
	max-width: 500px;
	margin: 0 auto 40px;
	opacity: 0;
	transform: scale(1.2);
	animation: zoomOut 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.5s;
}

.result_caption {
	max-width: 780px;
	margin: 0 auto 40px;
}

.scratch_page p.result_caption_catch {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 120%;
	color: #e80113;
	margin: 0 0 10px;
	text-align: center;	
}

.result_caption ul {
	margin-left: 1em;	
}
.scratch_page  .result_caption li {
	list-style: none;
	line-height: 1.8;
	margin: 0 0 10px;
	position: relative;
	font-size: 85%;
}
.result_caption li span.mark {
	position: absolute;
	top: 0;
	left: -1em;	
}

.streaming_flex {
	display: flex;
	margin: 0 0 60px;
	padding: 25px;
	background: #EDEDED;
}
.streaming_flex_figure {
	width: 300px;
	margin-right: 30px;	
}
.streaming_flex_figure img {
	width: 100%;
	height: auto;	
}
.streaming_title {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
.scratch_page .streaming_btn {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
.streaming_btn a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	background: #e80113;
	padding: 5px 10px;
}

.streaming_caption_catch {
	margin: 40px 0 15px;
	display: flex;
	align-items: center;
}
.scratch_page .streaming_caption_catch p {
	font-size: 18px;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
	position: relative;
    z-index: 5;
}

.streaming_caption_catch_comment {
	display: inline;
	padding: 8px 15px;
	background: #fff;
	border-radius: 8px;
}
.streaming_caption_catch_comment::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 20px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -15px;
	top: calc(50% - 7px);
	
}
.streaming_namakemono {
	width: 60px;
	margin-left: 10px;
	position: relative;
	z-index: 1;
	animation: face 2.2s  infinite;
}
.streaming_namakemono img {
	width: 100%;
	height: auto;	
}
@keyframes face {
0% {
	transform: rotate(8deg);
}
50% {
	transform: rotate(-8deg);
}
100% {
	transform: rotate(8deg);
}
}

.scratch_page p.streaming_about_ep {
	font-size: 16px;
}


.scratch_result_present img {
	width: 100%;
	height: auto;	
}

.tweet_btn {
	max-width: 350px;
	margin: 0 auto;
	opacity: 0;
	animation: fadeInObj 1.5s forwards;
	animation-delay: 1s;
}
.tweet_btn span {
	font-size: 20px;
	font-family: 'M PLUS 1p', sans-serif;
	transform: translateX(20px) rotate(0.03deg);
	position: relative;
}
.tweet_btn span::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -50px;
	top: calc(50% - 20px);
	background: url(/contents/2/SASFC/toku/scratch/assets/img/icon_twitter_wht.png) no-repeat center center;
	background-size: 40px;
}


.tweet_btn a {
	text-align: center;
	background: #1DA1F2;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
	border-radius: 8px;
	box-sizing: border-box;
	transition: background 0.4s;
	position: relative;
}




@media(min-width: 768px) {
.scratch_page p.scratch_result_lead br,
.scratch_btn br {
	display: none;	
}
}

@media(max-width: 767px) {

.l-grid {
    display: block;
    width: 100%;
	box-sizing: border-box;
	padding-left: 13px;
	padding-right: 13px;
}
.scratch_page {
	padding: 30px 15px;
}	

.top_logo {
    width: 190px;
    margin: 0 auto 30px;
}
.scratch_page p,
.scratch_page li,
.scratch_page th,
.scratch_page td,
.scratch_page div {
	font-size: 15px;
}
.scratch_page_hero_main {
	margin-bottom: 30px;	
}

.scratch_page p.scratch_page_join_title,
.scratch_page_present_title {
    font-size: 18px;
}
.scratch_page p.scratch_page_join_title {
    font-size: 16px;
}

.scratch_page p.scratch_terms_title {
    font-size: 16px;
}

.scratch_about th,
.scratch_about td {
	display: block;
	padding: 0;
}
.scratch_about td {
	padding: 0 0 15px;	
}
.scratch_about th {
	white-space: inherit;
	width: auto;
	padding: 0 0 5px;
}

.scratch_type1,
.scratch_type2 {
	border-radius: 10px;
	padding: 15px;
}

.scratch_page p.scratch_page_present_title {
	font-size: 20px;
	margin: 0 0 20px;	
}

.scratch_page_scratch_title {
	width: 60%;
	margin: 0 auto 20px;	
}
.scratch_card_notes {
	text-align: left;	
}
.scratch_card_flex {
	display: flex;
	justify-content: space-between;
}

.scratch_card_flex .scratch_card {
	width: calc(50% - 7px);
	margin: 0 0px 14px;
}
.scratch_page .scratch_page_result_title {
	font-size: 7vw;
	margin: 0 0 20px;
}
.scratch_page p.scrach_result {
	font-size: 7vw;	
}
.scratch_page p.scratch_result_lead {
	font-size: 18px;
	letter-spacing: -1px;	
}

.scratch_btn a {
	padding: 10px;
	height: auto;
	text-align: center;
	font-size: 14px!important;
}
.scratch_btn a::after {
    right: 10px;
}



.streaming_flex {
    display: block;
    padding: 25px;
}
.streaming_flex_figure {
	width: 100%;
	margin: 0 0 15px;	
}
.streaming_title {
	font-size: 15px;
	line-height: 1.5!important;
	margin: 0 0 20px;
}
.scratch_page .streaming_btn {
	font-size: 14px;
}
.streaming_btn {
	display: flex;
	justify-content: center;
}
.streaming_btn a {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
}
.scratch_page .streaming_caption_catch p {
	font-size: 14px;
	white-space: nowrap;
}
.streaming_caption_catch_comment {
    padding: 5px;
}
.streaming_namakemono {
	width: 40px;
}



.tweet_btn span {
	font-size: 16px;
	transform: translateX(15px) rotate(0.03deg);
}
.tweet_btn span::after {
	width: 30px;
	height: 30px;
	left: -40px;
	top: calc(50% - 15px);
	background: url(/contents/2/SASFC/toku/scratch/assets/img/icon_twitter_wht.png) no-repeat center center;
	background-size: 30px;
}

.tweet_btn a {
	height: 60px;
}


.scratch_page_join .leaf,
.scratch_terms .leaf {
	width:80px;
	right: -30px;
	top: -40px;
}
.scratch_page_join .leaf {
	top: -45px;
}

.scratch_terms .leaf  {
	top: -10px;
}

.type_leaf .leaf {
	width: 80px;
	left: -30px;
	top: -50px;
}

.scratch_page p.scratch_page_join_title {
	padding: 15px 0;	
}
.scratch_page p.scratch_terms_title {
	padding: 10px 0;	
}

}








/* ===== COMMON ===== */
.scratch_footer {
	height: 290px;
	background: url(/contents/2/SASFC/toku/scratch/assets/img/footer_bg_pc.png) no-repeat center bottom;	
}
.scratch_footer_inner {
	height: 290px;
	max-width: 1100px;
	margin: 0 auto;
}
.scratch_footer_inner img {
	width: 100%;
	height: auto;	
}

.scratch_page .scratch_back_page {
	text-align: center;
	font-size: 110%;
	margin: 80px 0 0;
	opacity: 0;
	animation: fadeInObj 1.5s forwards;
	animation-delay: 1.2s;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
}
.scratch_back_page a {
	color: #000;
	position: relative;
	text-decoration: none;
}
.scratch_back_page a:hover {
	color: #e80113;
	text-decoration: underline;
}

.scratch_back_page a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e80113;
    border-left: 2px solid #e80113;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    left: -25px;
}


@media(max-width: 1000px) {
article {
    margin-bottom: 0;
}
.l-grid {
	overflow: hidden;	
}
.scratch_footer {
	margin-top: 20px;
	height: 40vw;
	background: url(/contents/2/SASFC/toku/scratch/assets/img/footer_bg_sp.png) no-repeat center bottom;
	background-size: 100%;
}

}




@media(max-width: 767px) {
.fc_lead {
	text-align: left;	
}	
.fc_lead br {
	display: none;	
}

}

@media(max-width: 320px) {

.scratch_page p.scratch_page_join_title {
	font-size: 15px;	
}
.scratch_page p.scratch_page_present_title {
	font-size: 16px;	
}
.scratch_page p.scratch_terms_title {
	font-size: 15px;	
}

.scratch_terms .leaf {
	width: 65px;
	right: -30px;
	top: -40px;
}
.scratch_page_join .leaf {
	top: -45px;
}
.scratch_terms .leaf  {
	top: -10px;
}
.type_leaf .leaf {
	width: 65px;
	left: -30px;
	top: -50px;
}

.streaming_flex {
    padding: 20px;
}
.scratch_page .streaming_caption_catch p {
	font-size: 13px;
}
.streaming_namakemono {
    width: 34px;
}	
}





.swingLeaf {
	animation: swingLeaf 0.9s forwards;
}


@keyframes swingLeaf {
20% {
	transform: rotate3d(0, 0, 1, 8deg);
}
40% {
	transform: rotate3d(0, 0, 1, -5deg);
}
60% {
	transform: rotate3d(0, 0, 1, 2deg);
}
80% {
	transform: rotate3d(0, 0, 1, -2deg);
}
to {
	transform: rotate3d(0, 0, 1, 0deg);
}
}


@keyframes fadeInObj {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@keyframes zoomOut {
0% {
	transform: scale(1.2);
	opacity: 0;
}
100% {
	transform: scale(1);
	opacity: 1;
}
}








.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: none!important;	
}

.swiper-container,
.swiper-wrapper,
.swiper-slide,
.swiper-button-next,
.swiper-button-prev {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


.scratch_present_section {
	max-width: 780px;
	padding: 50px 0 60px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.scratch_present_slider img {
	width: 100%;
	height: auto;	
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.scratch_present_section .swiper-button-next,
.scratch_present_section .swiper-button-prev {
    position: absolute;
	content: '';
	display: block;
    top: 50%;
    width: 32px;
    height: 32px;
	border-radius: 0;
	transform: translateY(-32px);
}
.swiper-button-prev {
	left: 15px;	
}
.swiper-button-next {
	right: 15px;	
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 10px;

}
.swiper-button-next:after {
	left: inherit;
	right: 10px;
}

.swiper-button-prev:after {
	border-top: 2px solid #e80113;
	border-left: 2px solid #e80113;
	transform: rotate(-45deg);	
}
.swiper-button-next:after {
	border-top: 2px solid #e80113;
	border-right: 2px solid #e80113;
	transform: rotate(45deg);	
}


.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
    background: #FFF;
	border: 1px solid #e80113;
    opacity: 1;
}
.scratch_present_slider .swiper-pagination-bullet {
	border: 1px solid #e80113;
}

.scratch_present_slider .swiper-pagination-bullet-active  {
	background: #e80113;
    opacity: 1;
}
.scratch_present_slider .swiper-pagination-bullet-active  {
	background: #e80113;
}

.scratch_present_slider .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}

.scratch_present_slider .swiper-pagination {
	margin-top: 60px;
}

.swiper-slide {
    overflow: hidden;
	transition: opacity 0.4s, transform 0.5s;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border-radius: 6px;
	opacity: 0.5;
}

.swiper-slide img {
    width: 100%;
	height: auto;
	vertical-align: top;
}

.swiper-slide-active {
    z-index: 1;
	opacity: 1;
    transform: scale(1.3);
}


@media(max-width: 1023px) {
.swiper-button-prev {
	left: 50px;	
}
.swiper-button-next {
	left: inherit;
	right: 50px;	
}
	
}

@media(max-width: 768px) {
.swiper-pagination {
	padding: 0 20px;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 20px;
	height: 20px;

}
.swiper-button-prev:after,
.swiper-button-next:after {
	width: 20px;
	height: 20px;
}
.swiper-button-prev:after {
	border-top: 2px solid #e80113;
	border-left: 2px solid #e80113;
}
.swiper-button-next:after {
	border-top: 2px solid #e80113;
	border-right: 2px solid #e80113;
}
.swiper-button-prev {
	left: 20px;	
}
.swiper-button-next {
	right: 20px;	
}
.swiper-slide-active {
    z-index: 1;
    transform: scale(1);
}
}

@media(max-width: 767px) {

.swiper-button-prev {
	left: -6px;	
}
.swiper-button-next {
	right: -6px;	
}	
.swiper-button-prev:after,
.swiper-button-next:after {
	width: 14px;
	height: 14px;
}	
}
