@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Yuji+Syuku&display=swap');


* {
    margin: 0px;
    padding: 0px;
	font-family: "Noto Sans JP", sans-serif;
}

body {
	padding-top: 62px;
	background: #633319;
}

header {
	position: fixed;
	top: 0;
	background: #633319;
	width: 100%!important;
	z-index: 99;
}

header nav {
	display: flex;
	justify-content: space-between;
}
header nav .oogiri_nav {
	display: flex;
	margin: 10px 25px;
}
header nav .oogiri_nav a {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 80px;
	height: 20px;
	padding: 5px;
	margin: 2px;
	color: #F9E0BA;
	text-decoration: none;
	font-size: 1.2em;
	border-bottom: 3px solid #F9E0BA; 
}

.oogiri_link {
	display: flex;
}

.oogiri_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	width: 150px;
	text-decoration: none;
}
@media print, screen and (min-width: 900px)  {
	.oogiri_link a:first-child, .oogiri_link a:nth-child(2) {
		background: url(../img/oogiri/button.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		color: #555;
		margin: 0 5px;
	    font-weight: 400;
		font-family: "Yuji Syuku", serif;
	}
}



.oogiri_link a:last-child {
	background: #B81C25;
	color: #FFF;
	border-radius: 5px;
	margin: 10px 5px 8px 5px;
}

footer dl {
	background: #FFF;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

footer dl dt {
	font-weight: bold;
	margin: 0 40px;
}

footer dl dd img {
	width: 300px!important;
}

.copyright-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #F9E0BA;
	padding: 20px 0;
}

.copyright-link ul {
	list-style: none;
	display: flex;
	padding: 5px 10px;
}

.copyright-link p {
	padding: 5px 10px;	
}

.copyright-link ul a {
	color: #F9E0BA;
	padding: 0 5px;
}

main {
	background: url(../img/oogiri/oogiri_background.png);
}

section {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

.oogiri_top {
    position: relative;
	background: url(../img/oogiri/back.png);
    background-size: contain;
	background-color: #FFF;
}
.oogiri_top:before {
	display: block;
	content: "";
	padding-top: 80%;
}

.oogiri_top .oogiri_key_visual {
	position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
	user-select: none;
}

.oogiri_top .oogiri_key_visual img {
	width: 100%;
	vertical-align:top;
}

#oogiri-top-logo {
	width: 55%; 
	position: absolute;
	top: 8%;
	left: 3%;
}

.how_do_u_complete {
	position: absolute;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	top: 12%;
	right: 10%;
	background: #FFF;
	padding: 30px;;
	border: 1px solid #555;
	z-index: 5;
}

.oogiri_curtain {
    height: 50px;
	width: 100%;
	height: 50px;
	content: "";
	background: url(../img/oogiri/oogiri_curtain.svg);
	background-repeat: repeat;
	background-size: contain;
}

.oogiri_lantern {
	position: relative;
	content: "";
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.oogiri_lantern:before, .oogiri_lantern:after {
	position: absolute;
	content: "";
	display: block;
	width: 20%;
	max-width: 300px;
	height: 300px;
	background: url(../img/oogiri/lantern.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	z-index: 10;
}

.oogiri_lantern:before {
	left: 0;

}

.oogiri_lantern:after {
	transform: scale(-1, 1);
	right: 0;
}

.oogiri_description {
	text-align: center;
	padding: 20px 0;
	background: #FFF;
}

.oogiri_description h2 {
	margin: 30px;
	font-size: 2em;
}

.oogiri_description p {
	margin: 30px;
	line-height: 2em;
}

#about_miruno {
 display: flex;
 justify-content: center; 
 max-width: 800px;
 margin: auto;
 margin-top: 30px;
 margin-bottom: 50px;
 padding: 15px;
 background: #F9E0BA;
 border: 3px solid white;
 box-shadow: 0 0 0 3px #F9E0BA;
 border-radius: 10px;
 position: relative;
}

#about_miruno:before {
 position: absolute;
 content: "Profile";
 font-weight: bold;
 font-size: 0.8 em;
 background: #333333;
 color: white;
 letter-spacing: 0.2em;
 padding: 2px 10px;
 top: -20px;
 left: -10px;
}

#about_miruno a {
  display: block;
  width: 150px;
  text-align: center;
  background: #ffc14d; 
  color: white;
  padding: 2px 6px;
  text-decoration: none; 
  font-size: 1.1em;
  border: 2px solid #ffa600;
  outline: 2px solid white;
  position: absolute;
  bottom: -15px;
  right: 15px;
}

#about_miruno a:hover {
  background: white; 
  color: #ffc14d;
  transition: 0.4s;
}

#about_miruno dt {
 font-weight: bold;
 font-size: 1.5em;
}

#about_miruno dt span {
 font-size: 0.6em; 
}

#about_miruno dd {
 margin: 10px;
 margin-bottom: 0;
 font-size: 0.8em;
}

#about_miruno dd div {
 display: flex;
 justify-content: right;
 margin: 0;
 padding: 0;
}

#about_miruno figure { 
 margin: 10px;
}

#about_miruno figure img {
 border-radius: 50%;
 width: 100px;
 height: 100px;
}

.back_paper {
	background: url(../img/oogiri/paper.png);
}

#keihin-youkou {
 padding-top: 50px;
 background: white;
}

#keihin-youkou p {
 text-align:center; 
}
/*
#keihin-youkou p:before {
 content:"※";
 margin-right: 5px;
}
*/
#keihin-youkou dl {
 padding: 30px;
 max-width: 800px;
 margin: auto;
}

#keihin-youkou dt {
 font-weight: bold;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 2px 10px;
 background: #EEEEEE;
}
#keihin-youkou dd {
 margin-bottom: 15px; 
}

#keihin-youkou dt:before {
 content: "■"; 
 color: red;
 margin-right: 5px;
}

#keihin {
 display: flex; 
 justify-content: center;
 align-items: center;
 background-image: linear-gradient(90deg, rgba(131, 22, 49, 1), rgba(204, 20, 28, 1)); 
 background-image: -webkit-linear-gradient(90deg, rgba(131, 22, 49, 1), rgba(204, 20, 28, 1)); 
 color: white;
 text-align: center;
 font-size: 2.5em;
 width: 90%;
 margin: auto;
 height: 60px;
 position: relative;
}

#keihin span {
 background-image:  linear-gradient(206deg, rgba(255, 252, 209, 1) 10%, rgba(243, 225, 139, 1) 37%, rgba(203, 155, 12, 1) 46%, rgba(209, 166, 34, 1) 52%, rgba(255, 252, 209, 1) 89%, rgba(251, 207, 0, 1));
 background-image: -webkit- linear-gradient(206deg, rgba(255, 252, 209, 1) 10%, rgba(243, 225, 139, 1) 37%, rgba(203, 155, 12, 1) 46%, rgba(209, 166, 34, 1) 52%, rgba(255, 252, 209, 1) 89%, rgba(251, 207, 0, 1));
 background-clip: text;
 -webkit-background-clip: text;
 color: transparent;
}

#keihin:before {
 display: block;
 content: "";
 top: 0;
 left: 0;
 border-left: 20px solid white;
 border-top: 30px solid transparent;
 border-bottom: 30px solid transparent;
 border-right: 20px solid transparent;
 position: absolute;
}

#keihin:after {
 display: block;
 content: "";
 top: 0;
 right: 0;
 border-right: 20px solid white;
 border-top: 30px solid transparent;
 border-bottom: 30px solid transparent;
 border-left: 20px solid transparent;
 position: absolute;
}

#requirements {
	padding-top: 55px;
	padding-bottom: 40px;
}


#awards {
 padding: 20px 0; 
 max-width: 800px;
 margin: auto;
}

#awards > li {
 width: 100%;

 list-style: none;
}

#awards sup {
 font-size: 0.6em;
}

#awards > li > ul {
 display: flex; 
 list-style: none;
 align-items: center;
 padding: 10px;
 flex-wrap: no-wrap;
 margin: auto;
}

#awards > li > ul > li {
 display: flex;
 align-items: center;
 justify-content: center;
}

#awards > li > ul > li:first-child {
	background: #F9E0BA;
	flex-shrink: 0;
}

#awards > li > ul > li:first-child, #awards > li > ul > li:nth-child(2) {
 width: 180px;
 height: 60px;
 font-weight: bold;
 font-size: 1.2em;
	flex-shrink: 0;
}

#awards > li > ul > li > ul {
 padding-left: 20px; 
 font-size: 0.8em;
}

#youkou {
  display: block;
  max-width: 800px;
  margin: auto;
  background: #595757;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 15px;
}


#noachan {
 text-align: center;
 max-width: 700px;
 margin: auto;
 margin-top: 30px;
 border: 0px none #8AB3E6;
 padding: 0;
 position: relative;
}

#noachan dl {
 width: 100%;
 background: white; 
 margin: 0;
}

#noachan dt {
	padding: 10px;
}



#noachan dd {
 padding: 5px 20px;
 margin: 0;
}

#noachan dd div {
 	display: flex;
	justify-content: center;
	align-items: center;
 	text-align: left;
	padding: 30px;
}

#noachan dd p {
 margin: 0;
 padding-bottom: 10px;
 text-align: right;
}

#noachan dd p a {
 background: #8AB3E6;
 text-decoration: none;
 color: white;
 border-radius: 5px;
 padding: 0 15px;
 border: 1px solid white;
 outline: 2px solid #8AB3E6; 
 font-size: 0.8em;
}

#noachan dd p a:hover {
 background: white;
 color: #8AB3E6;
 transition: 0.4s;
}

#noachan dt {
 font-size: 1.5em;

 background: #8AB3E6;
 color: white;
 padding: 10px;
 padding-left: 15px;
}

#noachan dt span {
	font-size: 0.8em;
}

#noachan figure {
	max-width: 200px;
	margin: auto;
}

#noachan img {
	width: 100%;
	height: auto;
}


#sns_award {
 background: #f0f8ff;
 box-shadow: 1.5px 1.5px 5px rgba(0,0,0,0.2);
 color: #333333;
	padding-bottom: 30px;
}

#sns_award h2 {
 text-align: center;
 font-size: 2em;
 font-weight: black;
 border-bottom: 5px solid #c9e1ff;
 padding: 50px 0;
 margin: 0;
  background: #8AB3E6;
  color: white;
}

#sns_back {
 background: url(../img/oogiri/wavy-back.png);
 background-color: white;
 background-size: cover;
 display: flex;
 justify-content: center;
 align-items: center;
}

#sns_award ol {
 padding: 30px;
 line-height: 3em;
 list-style: none;
 counter-reset: content_index;
 background: white;
 border: 4px solid #8AB3E6;
	margin: 20px 0;
 font-weight: bold;
}


#sns_award ol .index_count {
  text-indent: -1.8em;
  padding-left: 1.8em;
	line-height: 2em;
	padding-bottom: 20px;
}


#sns_award > p {
 text-align: center; 
 margin: 30px 20px;
 margin-bottom: 10px;
 background: white;
 padding: 5px;
 font-weight: bold;
}

 .index_count:before {
    counter-increment: content_index;
    content: counter(content_index)'.';
    margin-right: 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #3abee9;
}

.twitter {
 content: "";
 display: flex;
 justify-content: center;
 align-items: center;
 color: white;
 background: #00acee;
 width: 200px;
 height: 50px;
 padding: 5px;
 letter-spacing: 2px;
 border-radius: 10px;
 font-size: 0.8em;
 vertical-align:top;
 margin: 10px;
 line-height: 0.5em;
 border: 1px solid white;
 box-shadow: 0 0 0 2px #00acee;
 text-decoration: none;
}

.twitter:hover {
 color: #00acee;
 background: white;
 transition: 0.2s;
}

.twitter i {
 font-size: 3em; 
}

.twitterX {
 content: "";
 display: flex;
 justify-content: center;
 align-items: center;
 color: white;
 background: #0F1419;
 max-width: 420px;
 height: 45px;
 padding: 7px;
 letter-spacing: 2px;
 border-radius: 30px;
 font-size: 0.8em;
 vertical-align: top;
 margin: 10px;
 line-height: 0.5em;
 border: 1px solid white;
 box-shadow: 0 0 0 2px #0F1419;
 text-decoration: none;
 margin-top: 20px;
 margin-bottom: 12px;
}

.twitterX:hover {
 color: #0F1419;
 background: white;
 transition: 0.2s;
}

.twitterX i {
 font-size: 3em; 
}

#sns_account {
 display: flex;
 justify-content: center;
 max-width: 500px;
 margin: auto;
 flex-wrap: wrap;
}

.oogiri_description a {
	display: block;
	background: #633319;
	color: #FFF;
	border-radius: 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	padding: 15px;
	max-width: 300px;
	border: 2px solid #FFF;
	box-shadow: 0 0 0 2px #633319;
	margin: 50px auto;
}

#oogiri_description2 {
	padding: 50px 0;
}

#oogiri_description2 p {
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 2em;
}

.oogiri_top_award {
	position: absolute;
	top: 18%;
	right: 0;
	font-size: 0.7em;
	max-width: 500px;
}

.oogiri_top_award > div:first-child strong:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/oogiri/orange_paint.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.top_award_img {
	position: absolute;
	top: 5%;
	right: 0;
	width: 50%;
	user-select: none;
}

.oogiri_top_award > div ul li {
	position: relative;
	list-style: none;
	padding: 5px;
	padding-left: 30px;
	color: #B81C25;
	font-size: 1.2em;
	text-align: left;
}
.oogiri_top_award > div ul li:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/oogiri/crown.svg);
	background-size: contain;
	width: 25px;
	height: 25px;
	top: 5px;
	left: 0;
	display: block;
}

#oogiri_theme {
	background: #F9E0BA;
}

.oogiri_theme_manga dt {
	display: flex;
	justify-content: center;
}

.oogiri_theme_manga dt div {
	font-family: "Yuji Syuku", serif;
    font-weight: 400;
	background: #FFF;
	font-size: 2.5em;
    padding: 5px 25px 8px 25px;
	border: 4px solid #DDC48E;
	border-left-width: 12px;
	border-right-width: 12px;
	box-shadow: 0 0 0 4px #2C6543;
	margin: 15px;
	margin-bottom: 30px;
}

.oogiri_theme_manga dd {
	display: flex;
	justify-content: center;
	padding-bottom: 100px;
}

.oogiri_theme_manga dd figure {
    padding: 15px;
	background: #FFF;
}

.oogiri_theme_manga dd figure img {
    object-fit: contain;
	max-width: 400px;
}

.oogiri_theme_manga dd div {
	background: #E5A37F;
	color: #FFF;
	writing-mode: vertical-rl;
	max-width: 80px;
	width: 100%;
	padding-top: 20px;
    display: flex;
	align-items: center;
}



#form_progress h1 {
	margin: 50px auto;
}

#oogiri_theme h2, #form_progress h1 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 30px;
	color: #000;
	font-size: 2.5em;
}

#oogiri_theme h2 span, #form_progress h1 {
	position: relative;
	z-index: 5;
	padding: 10px 50px 10px 30px;
}

#oogiri_theme h2 span:before, #form_progress h1:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/oogiri/orange_paint.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.oogiri_theme_example p {
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: 50px 0 30px 0;
}

.oogiri_theme_example h3 {
	background: #633319;
	color: #FFF;
	padding: 10px;
	text-align: center;
	max-width: 500px;
	margin: auto;
}

.oogiri_answer_example {
	display: flex;
	align-items: center;
	justify-content: center;
}

.oogiri_answer_example dl {
	margin: 30px;
}

.oogiri_answer_example dl dt {
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px 10px 0 0;
	width: 90px;
	text-align: center;
}

.oogiri_answer_example dl dd {
	border: 2px solid #000;
	border-radius: 15px;
	max-width: 500px;
    min-width: 210px;
    min-height: 90px;
	font-weight: bold;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}


#confirm_answer1, #confirm_answer2 {
	display: flex;
	content: "";
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 15px;
	word-break: break-all;
}


#your_answer_confirm .oogiri_answer_example dl dd {
	max-width: 500px;
}

.oogiri_answer_example.boke dl dd:before {
	display: block;
	content: "";
	right: -40px;
	border: 40px solid #000;
	border-right: 0 solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
}

.oogiri_answer_example.boke dl dd:after {
	display: block;
	content: "";
	right: -36px;
	border: 40px solid #FFF;
	border-right: 0 solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
}

.oogiri_answer_example.tsukkomi {
	padding-bottom: 50px;
}

.oogiri_answer_example.tsukkomi dl dd:before {
	display: block;
	content: "";
	left: -40px;
	border: 40px solid #000;
	border-left: 0 solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
}

.oogiri_answer_example.tsukkomi dl dd:after {
	display: block;
	content: "";
	left: -36px;
	border: 40px solid #FFF;
	border-left: 0 solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
}

.oogiri_answer_example.boke dl dt {
	margin-right: auto;
    margin-left: 15px;	
}

.oogiri_answer_example.tsukkomi dl dt {
	margin-right: 15px;
    margin-left: auto;	
}

.oogiri_answer_example.tsukkomi dl dd span {
	font-size: 1.4em;
}

.oogiri_answer_example img {
	width: 150px;
	height: 150px;
	border: 2px solid #000;
	margin: 0 30px;
	user-select: none;
}

.oogiri_apply_button div {
	position: relative;
	padding: 30px;
	background: #F9E0BA;
	margin: 0;
	margin-bottom: 60px;
	border-radius: 0 0 50% 50%;
}

.oogiri_apply_button div:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -45px;
	left: calc( 50% - 40px );
	border: 50px solid #F9E0BA;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom-width: 0;
}

.oogiri_apply_button p {
    font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	color: #FFF;
	padding: 30px;
}

.oogiri_apply_button {
	background: #E5A37F;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.oogiri_apply_button a {
	display: block;
	padding: 30px 50px!important;
	width: 100%;
	max-width: 400px;
	background: url(../img/oogiri/key_image_for_button.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 15px;
	margin: auto;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}

.oogiri_ochi_example figure {
	border-radius: 15px;
	overflow: hidden;
	padding: 5px;
	padding-bottom: 0;
	max-width: 400px;
	background: #FFF;
	margin: auto;
	margin-top: 50px;
}

.oogiri_ochi_example figure img {
	width: 100%;	
}

.oogiri_ochi_example p {
	text-align: center;
	padding: 15px;
	padding-bottom: 30px;
}

.oogiri_arrow {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	width: 100%;
	background: #FFF;
	padding: 20px 0;
}

.oogiri_arrow sup {
	font-size: 0.6em;	
}

.oogiri_arrow:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	margin-top: 20px;
	border: 60px solid #C30D23;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom-width: 0;
}

#noagoods {
	text-align: center!important;
	padding: 30px 0;
	background: #FFF;
	border-radius: 15px;
	margin: 30px;
}

#noagoods figure {
	max-width: 600px;
	margin: auto;
}

#noagoods figure img {
	width: 100%;
}
#noagoods p {
	padding: 20px 0;
	font-weight: bold;
}


.sns_share {
	display: flex;
	justify-content: center;
	background: #E5A37F;
}

.sns_share a {
	display: block;
	width: 150px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sns_share a div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sns_share a.x_post {
	background: #000;
}

.sns_share a.fb_post {
	background: #0866FF;
}
.sns_share a.fb_post div:before {
	display: block;
	content: "";
	height: 20px;
	width: 20px;
	background: url(../img/oogiri/fb-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 10px;
}

.sns_share a.x_post div:before {
	display: block;
	content: "";
	height: 20px;
	width: 20px;
	background: url(../img/oogiri/x-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 10px;
}

.sp, .sp_mini {
	display: none;
}





#oogiri_menu_sp, #oogiri_drop, .oogiri_title_sp {
	display: none;
}

.oogiri_submit_deactivate {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}


@media print, screen and (max-width: 900px) {
	#oogiri_menu_sp {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		margin-top: 8px;
		margin-bottom: 10px;
		margin-right: 5px;
		margin-left: auto;
		color: #F9E0BA;
		font-weight: bold;
		border: 2px solid #F9E0BA;
		width: 100px;
		user-select: none;
		cursor: pointer;
	}
	#oogiri_drop:checked ~ #oogiri_menu_sp {
		background: #F9E0BA;
		color: #633319;
	}	
	header {
		height: 60px;
		padding-bottom: 4px;
		display: flex;
		justify-content: space-between;
	}
	
	#oogiri_drop ~ #oogiri_menu_sp + nav {
		position: absolute;	
		height: 0;
		display: none;
		top: 64px;
		border-top: 4px solid #F9E0BA;
	}
	
	#oogiri_drop:checked ~ #oogiri_menu_sp + nav {
		display: block;
	}
	
	header nav, header nav .oogiri_nav, header nav .oogiri_link {
		flex-direction: column;
	}
	
	header nav, header nav .oogiri_nav, header nav .oogiri_link {
		padding: 0;
		margin: 0;
	}
	
	header nav, header nav .oogiri_nav a, header nav .oogiri_link a {
		width: 100%!important;
		height: 60px!important;
		background: #633319;
		color: #F9E0BA;
		margin: 0!important;
		border-bottom: 2px solid #F9E0BA;
	}
	
	header nav .oogiri_link a {
		padding: 5px;
	}
	.oogiri_title_sp {
		display: block;
		color: #F9E0BA;
		font-weight: bold;
		padding: 18px 10px;
	}
	.oogiri_submit_deactivate {
		display: none!important;
	}
}

#oogiri_answer_form {
	background: #F9E0BA;
}

#oogiri_answer_form .oogiri_answer_form_div label {
	font-size: 1.2em;
	padding: 5px;
}

#oogiri_answer_form textarea {
	width: 80%;
	height: 65px;
	border-radius: 15px;
	border: 2px solid #633319;
	margin-bottom: 30px;
	background: #ffffe0;
}
#oogiri_answer_form textarea:focus {
	background: #FFF;
}
#oogiri_answer_form textarea:focus::placeholder {
	color:#FFF;
}


.oogiri_answer_form_div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#oogiri_answer_form input, #oogiri_answer_form textarea {
	font-size: 1.2em;
	padding: 15px;
}

#oogiri_answer_form .oogiri_answer_form_div label {
	display: block;
	width: 80%;
	text-align: left;
	font-weight: bold;
}

#oogiri_submit_button {
	display: none;
}

#oogiri_submit_button + label {
	position: relative;
	background: #B81C25;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 1.2em;
	border: 2px solid #FFF;
	box-shadow: 0 0 0 2px #B81C25, 0 5px 0 2px #B81C25;
	height: 80px;
	width: 250px;
	border-radius: 5px;
	margin: auto;
	user-select: none;
	margin-bottom: 5px;
	font-weight: bold;
}

#oogiri_submit_button + label:hover {
	background: #FFF;
	color: #B81C25;
	transition: 0.2s;
}

#oogiri_submit_button + label:active {
	transform: translatey( 5px );
	box-shadow: 0 0 0 2px #B81C25, 0 0 0 2px #B81C25;
}

#form_progress {
	background: #F9E0BA;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 50px;
}

#form_progress ol {
	display: flex!important;
	list-style: none;
	max-width: 510px;
	justify-content: space-between;
	width: 100%;
}

#form_progress ol li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	width: 150px;
	height: 50px;
	text-align: center;
	background: #AE8A6A;
	color: #FFF;
	font-weight: bold;
	z-index: 1;
	user-select: none;
}

#form_progress ol li:first-child {
	z-index: 5;
}

#form_progress ol li:nth-child(2) {
	z-index: 4;
}

#form_progress ol li:nth-child(2):before , #form_progress ol li:nth-child(3):before {
	position: absolute;
	display: block;
	content: "";
	width: 40px;
	height: 5px;
	background: #AE8A6A;
	top: 22px;
	left: -30px;
	z-index: 0;
}

#form_progress ol li.form_done:nth-child(2):before , #form_progress ol li.form_done:nth-child(3):before {
	background: #633319!important;
}

#form_progress ol li.form_done {
	background: #633319;
}

.back_brown {
	padding: 50px;
	background: #F9E0BA;
}

#your_answer_confirm .oogiri_answer_example {
	font-size: 0.8em;
	padding-bottom: 20px;
}
#your_answer_confirm .oogiri_answer_example img {
	width: 100px;
	height: 100px;
	margin-top: 20px;
}

#your_answer_confirm .oogiri_answer_example dl {
	margin: 15px;
}


#your_answer_confirm h2 {
	color: #FFF;
	background: #000;
	padding: 5px 30px;
	margin-bottom: 10px;
}

#oogiri_form {
	background: #FFF;
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}

#oogiri_form div  {
	margin: 20px;
}

.oogiri_submitter {
	background: #FFF;
	padding-top: 50px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}

.oogiri_submitter p {
	line-height: 3em;
}
.oogiri_submitter div {
	margin-top: 50px;
}

.oogiri_submitter dl {
	border: 2px solid #CCC;
	max-width: 300px;
	margin: 50px auto;
	padding: 15px;
	line-height: 2em;
}

.oogiri_submitter dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}




.theme_popup {
	display: block;
	margin: auto;
	text-align: center;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 20px;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
	color: #000;
	padding: 6px;
	padding-bottom: 10px;
	font-family: "Yuji Syuku", serif;
	font-weight: 400;
	font-size: 1.2em;
	border-radius: 10px;
	border: 2px solid #CCC;
	border-bottom-width: 1px;
	box-shadow: 0 0 0 2px #2C6543,0 5px #AE8A6A;
	letter-spacing: 1px;
	overflow: visible;
}

.theme_popup:active {
	box-shadow: 0 0 #999;
	transform: translateY( 3px );
	transition: 0.2s;
}

#oogiri_privacy {
	padding: 30px 0;
}

#oogiri_privacy h1 {
	text-align: center;
	margin: 50px auto;
	font-size: 2em;
}

#oogiri_privacy h2 {
	margin: 10px;
	margin-top: 50px;
}

#oogiri_privacy p {
	margin: 15px;
}

#oogiri_privacy ul {
	margin: 20px 40px;
}

#oogiri_privacy > div {
	background: #FFF;
	border-radius: 15px;
	padding: 30px;
}

#oogiri_privacy dl {
	margin: 15px;
}

#oogiri_privacy dl dt {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 8px;
}

.noachan_link {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8AB3E6;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	max-width: 300px;
	padding: 0 15px;
	padding-top: 8px;
	margin: 10px auto 20px auto;
	border: 1px solid white;
	outline: 2px solid #8AB3E6; 
	font-size: 1.0em;
}


#awards h3 {
	border-top: 4px solid #F5AF8D;
	border-bottom: 4px solid #F5AF8D;
	border-right: 2px solid #F5AF8D;
	border-left: 2px solid #F5AF8D;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1.5em;
	text-align: center;
}


#awards h3:first-child {
	border-top: 4px solid #F9E0BA;
	border-bottom: 4px solid #F9E0BA;
	border-right: 2px solid #F9E0BA;
	border-left: 2px solid #F9E0BA;
}





.nyusen li:first-child {
	background: #F5AF8D!important;
}

#awards hr {
	display: none;
}






@media print, screen and (max-width: 768px) {
	section {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.sp {
		display: inline;
	}
	.oogiri_description h2 {
		font-size: 1.6em;
	}

	.oogiri_theme_manga dd {
		width: 100%;
	}
	
	.oogiri_theme_manga dd figure {
		width: 90%;
	}
	.oogiri_theme_manga dd figure img {
		width: 100%;
		height: auto;
	}
	.oogiri_theme_manga dd div {
		width: 10%;
	}
	.oogiri_theme_manga dt div {
		font-size: 2em;
		padding: 5px 10px;
	}
	#awards > li > ul {
		flex-wrap: wrap;
	}
	#awards > li > ul > li:first-child, #awards > li > ul > li:nth-child(2),#awards > li > ul > li:nth-child(3) {
		width: 100%;;
	}
	#awards > li > ul > li:nth-child(3) {
		display: flex;
		justify-content: center;
	}

	#about_miruno:before {
		left: 0;
	}
	#about_miruno {
		padding-bottom: 30px;
	}
	.oogiri_answer_example img {
		width: 100px;
		height: auto;
	}
	footer dl dd img {
		width: 200px!important;
	}

	.oogiri_apply_button {
		width: 100%;
	}
	.oogiri_apply_button p {
		font-size: 1.2em;
		padding: 30px 10px;
	}

	.oogiri_apply_button a {
	display: block;
	padding: 30px 0px!important;
	width: calc( 100% - 10px );
	font-size: 1.6em;
	}
	
	#awards h3 {
	background: url(../img/oogiri/crown_red.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	padding: 25px 10px 5px 10px;
	position: relative;
	color: #555;
	border-color: transparent!important;
	font-size: 1.4em;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
	#awards hr {
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
		background-color: #EEE;
		border-color: transparent;
	}
	
	#awards h3:after {
	background: url(../img/oogiri/cup_red.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	top: calc( 100% - 15px ) ;
	left: calc( 50% -60px );
}

#awards h3:first-child {
	margin-top: 0;
	background: url(../img/oogiri/crown.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#awards h3:first-child:after {
	background: url(../img/oogiri/cup.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
}



@media print, screen and (max-width: 490px) {
	
	.sp500, .sp {
		display: none;
	}
	#oogiri_theme h2 {
		font-size: 1.6em;
	}
	.oogiri_theme_manga {
		margin-bottom: 0!important;
	}
	
	.oogiri_theme_manga dt div {
		font-size: 1.4em;
	}
	.oogiri_theme_manga dd {
		font-size: 0.8em;
	}
	.oogiri_theme_example p, .oogiri_ochi_example > p {
		font-size: 0.8em;
	}
	
	.oogiri_answer_example img {
		width: 80px;
		margin-top: 30px;
	}
	
	.oogiri_answer_example dl {
		margin: 10px;
		font-size: 1em;
	}
	.oogiri_answer_example dl dd {
		padding: 10px;
		min-width: 180px;
		min-height: 80px;
		width: 180px;
	}
	.oogiri_title_sp {
		padding-top: 20px;
		font-size: 0.8em;
	}
	.oogiri_description h2 {
		font-size: 1.2em;
	}
	
	#keihin-youkou p {
		font-size: 0.8em;
	}
	
	#sns_account .twitterX {
		line-height: 2em!important;
		border-radius: 5px!important;
	}
	
	.oogiri_apply_button p {
		font-size: 1em;
		line-height: 2em;
	}
	
	.oogiri_apply_button p span:first-child {
		position: relative;
	}
	.oogiri_apply_button p span:first-child::after {
		position: absolute;
		content: "ボケ＆ツッコミ";
		top: -22px;
		left: 50px;
		font-size: 0.5em;
	}
	
	.oogiri_apply_button p span:nth-child(2) {
		display: none;
	}
	
	
	.oogiri_description p {
		font-size: 0.9em;
	}
	
	
	
	.oogiri_apply_button a {
	width: calc( 100% - 10px );
	margin: 20px 5px;
	}
	#oogiri_description2 p {
		text-align: left;
		font-size: 0.8em;
		padding: 20px 10px;
		margin-bottom: 30px;
	}
	#sns_award h2, #keihin {
		font-size: 1.2em;
	}
	.sp_mini {
		display: inline!important;
	}
	
	#sns_award ol .index_count {
		text-indent: 0;
		padding-left: 0;
		text-align: center;
	}
	.index_count:before {
		display: block;
		text-align: center;
		font-size: 1.4em;
	}
	#noagoods, #noachan dd {
		font-size: 0.9em;
		padding: 10px;
	}
	#form_progress {
		font-size: 0.8em;
	}
	#your_answer_confirm dd {
		min-width: 150px!important;
		width: 150px!important;
	}
	#requirements dl {
		font-size: 0.9em!important;
		padding: 5px;
	}
	#about_miruno {
		flex-wrap: wrap;
		border-radius: 0;
	}
	#about_miruno a {
		position: static;
		margin: 30px auto 0 auto;
		padding: 10px 20px;
		max-width: 300px;
	}
	.oogiri_theme_manga dd {
		padding-bottom: 0;
	}
	.oogiri_ochi_example figure {
		margin-top: 0;
		border-radius: 0;
	}
	#sns_back ol {
		margin: 0!important;
	}
	#oogiri_form div {
		margin: 5px;
	}
	.oogiri_title_sp_min {
		padding-top: 12px;
		max-width: 150px;
	}
	
	#noagoods {
		padding: 10px;
		margin: 10px;
	}
}




