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

/*common*/
.bsbox::-moz-selection {
	background: none;
}
.bsbox::selection {
	background: none;
}

#wrapper {
	box-sizing: border-box;
	padding: 0 6px;
	background: url(bg-l-sp.png) 0 0 repeat-y, url(bg-r-sp.png) right 0 repeat-y, url(bg.jpg) 50% 0 repeat;
	background-size: 6px auto, 6px auto, 100% auto;
}
#footer {
	padding-bottom: 80px;
}
#bakadaisenryu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height:1.4em;
}
.sp,
.brsp {
	display: block;
}
.pc {
	display: none;
}
.bshead-img,
.bsbox-img,
.bshanko-chara {
	width: 100%;
	height: auto;
	display: block;
}

/*bshead*/
.bshead {
	width:90vw;
	max-width: 320px;
	margin:0 auto 5vw;
}
.bshead1 {
	margin-bottom:0;
}
.bshead-read {
	margin: 0 auto 5vw;
	text-align:left;
}
.subtitle {
    width: 90vw;
    max-width: 320px;
	margin:0 auto;
}
.subtitle-text {
    margin: 0 auto 5vw;
    text-align: center;
	font-size:14px;
	line-height:1.4em;
}

/*bsmain*/
.bsmain-wrap {
	width:96vw;
	margin:0 auto 4vw;
	overflow:hidden;
}
.bsbox {
	float:left;
	padding:1px;
	box-sizing: border-box;
}
@media only screen and (orientation:landscape) {
	.bsbox {
		width: calc(100% / 4);
	}
}
@media only screen and (orientation:portrait) {
	.bsbox {
		width: calc(100% / 2);
	}
}
.bsbox-inner {
	width:100%;
	background-color:#fff;
	border:1px #e0dbce solid;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
}
.bsbox-inner:before {
    content:"";
    display: block;
    padding-top: 227.85%;
}
.bshanko {
	width:46.875%;
	position:absolute;
	top:5%;
	left:10%;
}

.bshanko-anime {
	animation: scalein 0.4s 1 ease-in-out;
}
@keyframes scalein {
	0% {
		transform: scale(2.0) rotate(-30deg);
		opacity: 0;
	} 80% {
		transform: scale(1.0) rotate(0deg);
		opacity: 1;
	} 90% {
		transform: scale(1.1);
	} 100% {
		transform: scale(1.0);
	}
}
.bshanko-chara {
	transform: rotate(-30deg);
}
.bsvote {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}
.bsvote-btn {
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: block;
	vertical-align: middle;
}
.bs-heart {
	position: absolute;
	width: 28px;
	height: 24px;
	left: 50%;
	bottom: 5px;
	margin-left: -14px;
	display:block;
}
.bs-heart:before,
.bs-heart:after {
  position: absolute;
  content: "";
  left: 14px;
  top: 0;
  width: 14px;
  height: 22px;
  background-color: #dad4d4;
  border-radius: 12px 12px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.bs-heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin :100% 100%;
}
.bsvote-count {
	width: auto;
	height: 28px;
	line-height: 28px;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: -58px;
	margin-left: 63%;
}
.bsvote-count.nocount {
	color: transparent;
}
.bsvote-btn:hover .bs-heart {
	animation: pounding .5s linear infinite alternate;
}
@keyframes pounding{
  0%{ transform: scale(1.2); }
  100%{ transform: scale(1); }
}
.bsvote-btn:hover .bs-heart:before,
.bsvote-btn:hover .bs-heart:after,
.bsvote-btn:active .bs-heart:before,
.bsvote-btn:active .bs-heart:after {
	background-color: #f14864;
}
.bsvote-btn:hover+.bsvote-count,
.bsvote-btn:active+.bsvote-count {
	color: #f14864;
}

/* 88th */
.bs88th .bshanko {
	width:56.875%;
	top:auto;
	left:auto;
	bottom: 2%;
	right: 1%;
}
.bs88th .bshanko-chara {
	transform: rotate(0deg);
}
.bs88th .bs-heart {
	left: 13%;
}
.bs88th .bsvote-count {
	margin-left: 25%;
}
/* end 88th */

/* 90th */
.bs90th .bshanko {
	top:auto;
	left:auto;
	bottom: 2%;
	right: 1%;
}
.bs90th .bs-heart {
	left: 13%;
}
.bs90th .bsvote-count {
	margin-left: 25%;
}
/* end 88th */

.bsbox-img {
	position:absolute;
	top:0;
	left:0;
}
.sodai {
	width: 70vw;
	max-width: 320px;
	margin: 0 auto 5vw;
	background: url(phead4-bg2.png) 0 0 repeat;
	padding: 10px;
}
.sodai-inner {
	background-color: #fff;
	padding: 1em 0.2em;
	font-weight: bold;
	line-height: 1.4em;
}
.odai-header {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.odai-text {
	font-size: 18px;
	/*margin-bottom: 10px;*/
	line-height: 1.2em;
}
.odai-text .s {
	font-size:14px;
	font-weight: normal;
}
.odai-text.ss {
	font-size:12px;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
}
.odai-text .s.b {
	font-weight: bold;
}
.odai-text .tume {
	letter-spacing: -0.5em;
}
.odai-text .wrap {
	display: inline-block;
}
.odai-period {
	margin-bottom: 10px;
	text-align: center;
}
.odai-period .h {
	background-color: #e22424;
	border: 2px #b93030 solid;
	border-radius: 5px;
	box-sizing: content-box;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
	margin: 0 auto 5px;
	line-height: 1em;
	width: 4em;
}
.odai-period.end .h {
	background-color: #aaa;
	border-color: #999;
}
.odai-period .b {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}
.odai-period .b .s {
	font-size: 12px;
}
.odai-period.end .b {
	color: #666;
}
.tablenav2 .page-numbers.pc {
	display: none;
}
.tablenav2-wrap {
	margin:2em 0.5em 1em;
}
.tablenav2-wrap-header {
	color: #221e1f;
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	font-weight: bold;
	font-size: 16px;
}
.tablenav2-wrap-header:before,
.tablenav2-wrap-header:after {
    border-top: 4px #e0dbce solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.tablenav2-wrap-header:before {
    margin-right: 0.5em;
}
.tablenav2-wrap-header:after {
    margin-left: 0.5em;
}
.tablenav2-wrap-footer {
	float: none;
}
.tablenav2-wrap-nav {
	background-color: #f5f1f1;
	border-radius: 5px;
	border: 1px #231815 solid;
	box-sizing: content-box;
	color: #231815;
	display: flex;
	font-size: 14px;
	padding: 0.5em;
	width: 6em;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.66);
}
.tablenav2-wrap-nav:visited {
	background-color: #f5f1f1;
}
.tablenav2-wrap-nav:hover,
.tablenav2-wrap-nav:active {
	background-color: #6bcfa2;
}
.tablenav2-wrap-nav.prev {
	margin-right: auto;
}
.tablenav2-wrap-nav.next {
	margin-left: auto;
}
.tablenav2-wrap-nav em {
	font-size: 200%;
	vertical-align: middle;
}
.view-more-button-wrap {
	margin: 0 auto 1em;
}
.tablenav2-wrap-nav.view-more-button {
	display: inline;
	cursor: pointer;
	width: 6em;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 0 0 3px #f5f1f1, 0 0 0 4px #231815;
	border: none;
	background-color: #fff;
	border-radius: 0.5em;
	text-shadow: none;
}
.tablenav2-wrap-nav.view-more-button:hover {
	background-color: #231815;
	color: #fff;
}
.page-load-status {
	display: none; /* hidden by default */
	padding: 0 0 10px;
	text-align: center;
	color: #000;
}
.infinite-scroll-error a {
	text-decoration: underline;
}
.page-bottom.open {
	width: 260px;
	height: 42px;
	margin: 1em auto;
}
.page-bottom.open .tablenav2-wrap-header,
.page-bottom.open .tablenav2 {
	display: none;
}
.this-page-number {
	margin: 0 auto;
}
.this-page-number.tablenav2 .page-numbers {
	font-size: 12px;
	width: 2.4em;
	height: 2.4em;
	line-height: 2.4em;
}
.bs-fixed-nav {
	position: fixed;
	bottom: -50px;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 -4px 4px rgba(184, 172, 142, 0.33);
	box-sizing: content-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: auto;
	z-index: 1;
	transition: all 400ms 0s ease;
}
.bs-fixed-nav.open {
	bottom: 0;
}
.bs-fixed-nav.tablenav2 .page-numbers {
	font-size: 12px;
	margin: 0 0.5em;
	height: 2.4em;
	line-height: 2.4em;
	padding: 0.5em;
	display: inline;
}
.btn-bakasentop {
	display: block;
	width: 70vw;
	margin: 1em auto;
	padding: 5px;
    background: -moz-linear-gradient(top, rgba(198,255,160,0.9) 50%, rgba(198,255,160,0) 100%);
    background: -webkit-linear-gradient(top, rgba(198,255,160,0.9) 50%, rgba(198,255,160,0) 100%);
    background: linear-gradient(to bottom, rgba(198,255,160,0.9) 50%, rgba(198,255,160,0) 100%);
	background-color: #a3ffde;
    box-sizing: border-box;
	border: 1px #a2ccbd solid;
    border-radius: 5px;
	transition: background-color 0.4s linear, border-color 0.4s linear;
}
.btn-bakasentop:hover {
	background-color: #fcb1ff;
	border-color: #ebb0ef;
}
.btn-bakasentop .bshead-img {
	display: block;
}

/* bakasen-top */
.topcon {
	width: 100%;
}
.topcon-inner {
	margin: auto;
}
.bs-topcon-title {
	max-width: 320px;
	margin: 0.2em auto;
}
/*第2回お題*/
.topcon .sodai,
.sodai.spring {
	width: 86vw;
	box-sizing: content-box;
	background: url(bs2-sodai-bg-border.png) 50% 50% repeat;
}
.topcon .sodai-inner,
.spring .sodai-inner {
	background: url(bs2-sodai-bg-color.png) 50% 50% repeat;
	color: #fff;
}

/* 投句フォーム */
#bakasen-form {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	font-size: 30px;
	margin: 10px auto 0;
	padding: 1.5em 0;
	border: 2px #e0dbce solid;
}
/*テーマあり*/
#bakasen-form.has-theme {
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
}
#bakasen-form.has-theme .rl-wrap {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	margin: 20px auto 0;
}
#bakasen-form .field.theme {
	width: 80%;
	margin: 0 auto;
}
#bakasen-form .field.theme select {
	border: 1px #e0dbce solid;
	width: 100%;
}
#bakasen-form .field.theme select:invalid {
	color: #0af;
}
#bakasen-form .field.theme select option {
	color: #000;
}
#bakasen-form .field.theme select option:first-child {
	color: #0af;
}
/*テーマなし*/
#bakasen-form .field {
	width: 1em;
	text-align: left;
	margin: 0 0.8em;
}
#bakasen-form .label {
}
#bakasen-form .inputfield {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	border: 1px #e0dbce solid;
	background-color: #fff;
	box-sizing: content-box;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: left;
	line-height: 1em;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
#bakasen-form .inputfield::before {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	color: #0af;
}
#bakasen-form .hide::before {
	visibility: hidden;
}
#bakasen-form #line1.inputfield::before {
	content: "この中に";
}
#bakasen-form #line2.inputfield::before {
	content: "川柳書いて";
}
#bakasen-form #line3.inputfield::before {
	content: "送ってね";
}
#bakasen-form #webname.inputfield::before {
	content: "ウェブネーム";
}
#bakasen-form .text5 .inputfield,
#bakasen-form .text7 .inputfield {
	width: 1.2em;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #fff;
}
#bakasen-form .text5 .inputfield {
	height: 7em;
}
#bakasen-form .text7 .inputfield {
	height: 9em;
}
#bakasen-form .webname-wrap {
	width: 1.2em;
	line-height: 1.2em;
	text-align: right;
}
#bakasen-form .webname-wrap .sub,
#bakasen-form .webname-wrap .label {
	display: inline-block;
	font-size: 0.5em;
	vertical-align: middle;
}
#bakasen-form .webname-wrap .inputfield {
	font-size: 0.5em;
	/*text-align: right;*/
	width: 1em;
	height: 10em;
	margin: auto;
	vertical-align: middle;
}
#bakasen-form .webname-wrap #age {
	font-size: 0.5em;
	text-align: center;
	width: 2em;
	height: 1em;
	padding: 0.2em 0.1em;
	box-sizing: content-box;
	border: 1px #e0dbce solid;
	background-color: #fff;
	writing-mode: lr;
	line-height: 1em;
}
#bakasen-form .webname-wrap #age:placeholder-shown { color: #0af; }
#bakasen-form .webname-wrap #age::-webkit-input-placeholder { color: #0af; }
#bakasen-form .webname-wrap #age:-moz-placeholder { color: #0af; opacity: 1; }
#bakasen-form .webname-wrap #age::-moz-placeholder { color: #0af; opacity: 1; }
#bakasen-form .webname-wrap #age:-ms-input-placeholder { color: #0af; }

/*結果発表前*/
#bakasen-form.end {
	color: #f30;
}

.submit-wrap .caution {
	font-size: 14px;
	font-weight: normal;
	color: #888;
	height: 40px;
	line-height: 40px;
}
.submit-wrap #msg {
	opacity: 0;
	display: none;
	transition: opacity 0.8s;
}
.submit-wrap .caution a {
	color: #e00;
	font-weight: bold;
	text-decoration: underline;
}

/*トップボタン*/
.btn-content {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.btn-inner {
	position: relative;
}
.btn-inner:before {
    content: "";
    display: block;
    padding-top: 71.5%;
}
.btn-inner .bs-btn,
.btn-inner .chara {
	position: absolute;
	top: 0;
}
.btn-inner .chara {
	width: 300px;
	left: 0;
}
.btn-inner .bs-btn {
	display: block;
	height: 100%;
	overflow: visible;
}
.bs-btn .icon {
	height: 100%;
    width: auto;
	transition: transform 0.4s;
}
.bs-btn:hover .icon {
	transform: scale(0.8);
}
.btn-tyukan {
	right: 15%;
}
.btn-bakasen-papa {
	right: 5%;
}
.btn-manifest {
	right: 0;
}
.puyon {
  animation: puyon 4.0s linear 0s infinite;
}
@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  4%  { transform: scale(0.95, 1.15) translate(0%, -10%); }
  8%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  12%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  16%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  20%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.top-575 {
	width: 234px;
	height: 166px;
	margin: 0 auto 10px;
}
.top-iyamiakko {
	width: 100%;
	height: 162px;
	margin: 0 auto -50px;
	position: relative;
	pointer-events: none;
}
.top-iyamiakko .chara-img {
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	z-index: 1;
}
.top-iyamiakko .akko-img {
	left: 0;
}
.top-iyamiakko .iyami-img {
	right: 0;
}

/*pmain*/
.pabout {
	box-sizing: content-box;
	background: url(pattern.png) 0 0 repeat;
	padding: 9px;
	margin: 25px auto 10px;
	width: 86vw;
	max-width: 380px;
	position: relative;
}
.pabout .indent {
	background-color: #fff;
	padding: 1em;
}
.pabout .indent li {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.pabout .indent li:last-child {
	margin-bottom: 0;
}
.pabout .indent li .red {
	color: #f00;
}
.pheadimg, .pmainimg {
    width: 100%;
    height: auto;
    display: block;
}
.li-head {
	display: block;
	font-weight: bold;
	letter-spacing: 0.3em;
}
.li-colon {
	display: none;
}
.ouboyoukou {
	position: absolute;
	width: 192px;
	top: -25px;
	left: 50%;
	margin-left: -96px;
}
.pabout .indent {
	padding-top: 2em;
}
.senryu-manifesto-img {
    width: 96%;
    max-width: 340px;
    height: auto;
    margin: auto;
}

/* トップリニューアル　20180625 */
.bs-img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.title {
	margin: 0 auto 20px;
	max-width: 380px;
}
.title .title-img {
	pointer-events: none;
}
.bs-odai {
    width: 86vw;
    max-width: 380px;
    margin: 0 auto 10px;
    background: url(phead4-bg2.png) 50% 0 repeat;
	box-sizing: content-box;
    padding: 10px;
}
.bs-odai.bs2 {
	background: url(bs2-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs3 {
	background: url(bs3-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs4 {
    background: url(bs4-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs5 {
    background: url(bs5-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs6 {
    background: url(bs6-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs7 {
    background: url(bs7-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs8 {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(102, 153, 204, 1) 10px, rgba(102, 153, 204, 1) 20px );
}
.bs-odai.bs9 {
	background: url(bs9-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs10 {
	background: url(bs10-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs11 {
	background: url(bs11-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs12 {
	background: url(bs12-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs13 {
	background: url(bs13-sodai-bg-border.png) 50% 0 repeat;
}
.bs-odai.bs14 {
	background: url(bs14-sodai-bg-border.png) 50% 0 repeat;
	background-size: contain;
}
.bakadaisenryu-88th .bs-odai.bs14 {
	background: url(bs14-sodai-bg-border.png) 50% 0 repeat;
	background-size: cover;
}
.bs-odai.bs15 {
	background: url(bs15-sodai-bg-border.png) 50% 0 repeat;
	background-size: contain;
}
.bs-odai .sodai-inner {
	border-radius:20px;
}
.odai-number {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.bs-odai .bs-btn,
.bsbest-footer .bs-btn,
.bs-footer .bs-btn,
.bs-anchor .bs-btn {
	background: #231815;
	border-radius: 3px;
	border: 1px #e0dbce solid;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	text-shadow: 0 0 5px #00000066;
	padding-left: 20px;
	margin: 10px auto;
	position: relative;
	transition: background-color 0.5s ease-out;
}
.bs-odai .bs-btn::before,
.bsbest-footer .bs-btn::before,
.bs-footer .bs-btn::before,
.bs-anchor .bs-btn::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #fff;
}
.bs-odai .bs-btn::after,
.bsbest-footer .bs-btn::after,
.bs-footer .bs-btn::after,
.bs-anchor .bs-btn::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #3071b9;
}
.bs-odai .bs-btn:hover::after,
.bsbest-footer .bs-btn:hover::after,
.bs-footer .bs-btn:hover::after,
.bs-anchor .bs-btn:hover::after {
	border-left: 5px solid #f670e2;
}
.bs-odai .bs-btn:hover,
.bsbest-footer .bs-btn:hover {
	color: #fff;
}
.bs-anchor .bs-btn.bakanomichi {
	background: linear-gradient(135deg, #866eb4 30%,#35d5a5 68%,rgba(255,138,91,0) 70%);
	background-color: #ff8a5b;
	cursor: pointer;
	padding-left: 10px;
}
.bs-anchor .bs-btn.bakanomichi-black {
	background: linear-gradient(135deg, #231815 30%,#42332e 68%,rgba(35,24,21,0) 70%);
	background-color: #231815;
	cursor: pointer;
	padding-left: 10px;
}
.bs-anchor .bs-btn::after {
	display: block;
	content: "";
	position: absolute;
	top: 55%;
	right: 17px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #3071b9;
}
.bs-anchor .bs-btn:hover::after {
	border: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f670e2;
}
.bs-anchor .bs-btn:hover {
	background-color: #ff92fd;
}
.bs-anchor .bs-btn.bakanomichi .btn-icon,
.bs-anchor .bs-btn.bakanomichi-black .btn-icon {
	background: url(btn-bakanomichi-img.png) 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	width: 70px;
	height: 60px;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
}
.bs-odai.bs1 .bs-btn {
	background: linear-gradient(135deg, #31992e 30%,#128c0e 68%,rgba(134,209,69,0) 70%);
	background-color: #86d145;
}
.bs-odai.bs1 .bs-btn:hover {
	background-color: #ff92fd;
}
.bs-odai.bs2 .bs-btn,
.bsbest-footer.bs2 .bs-btn {
	background: linear-gradient(135deg, #ff92fd 30%,#b391f2 68%,rgba(69,208,144,0) 70%);
	background-color: #45d090;
}
.bs-odai.bs2 .bs-btn:hover,
.bsbest-footer.bs2 .bs-btn:hover {
	background-color: #ff92fd;
}
.bs-odai.bs3 .bs-btn.active,
.bs-odai.bs3 .bs-btn,
.bs-footer.bs3 .bs-btn {
	background: linear-gradient(135deg, #41bfd9 30%,#91d2f2 68%,rgba(242,207,31,0) 70%);
	background-color: #f2cf1f;
	cursor: pointer;
}
.bs-odai.bs3 .bs-btn:hover,
.bs-footer.bs3 .bs-btn:hover {
	background-color: #ff92fd;
}
.bs-odai.bs3 .bs-btn,
.bs-footer.bs3 .bs-btn {
}
.bs-odai.bs3 .submit-wrap {
	margin-bottom: 10px;
}
.bs-odai.bs4 .btn-submit.active,
.bs-odai.bs4 .bs-btn {
	background: linear-gradient(135deg, #af4fe1 30%,#d395a3 68%,rgba(247,165,49,0) 70%);
	background-color: #f7a531;
	cursor: pointer;
}
.bs-odai.bs4 .btn-submit.active:hover,
.bs-odai.bs4 .bs-btn:hover {
	background-color: #ff92fd;
}
.bs-odai.bs5 .btn-submit.active,
.bs-odai.bs5 .bs-btn {
	background: linear-gradient(135deg, #e4afd4 30%,#f0c4c7 68%,rgba(88,111,225,0) 70%);
	background-color: #586fe1;
	cursor: pointer;
}
.bs-odai.bs5 .btn-submit.active:hover,
.bs-odai.bs5 .bs-btn:hover {
	background-color: #ff92fd;
}
.bs-btn.bs6 {
	background: linear-gradient(135deg, #49baf2 30%,#18aaf2 68%,rgba(108,217,54,0) 70%);
	background-color: #6cd936;
	cursor: pointer;
}
.bs-btn.bs6:hover {
	background-color: #ff92fd;
}
.bs-btn.bs7 {
	background: linear-gradient(135deg, #f26549 30%,#f23d18 68%,rgba(217,135,54,0) 70%);
	background-color: #d98736;
	cursor: pointer;
}
.bs-btn.bs7:hover {
	background-color: #ff92fd;
}
.bs-btn.bs8 {
	background: linear-gradient(135deg, #ec7187 30%,#ff6699 68%,rgba(126,177,224,0) 70%);
	background-color: #7eb1e0;
	cursor: pointer;
}
.bs-btn.bs8:hover {
	background-color: #ff92fd;
}
.bs-btn.bs9 {
	background: linear-gradient(135deg, #fd644f 30%,#ff9072 68%,rgba(255,204,0,0) 70%);
	background-color: #ffcc00;
	cursor: pointer;
}
.bs-btn.bs9:hover {
	background-color: #ff92fd;
}
.bs-btn.bs10 {
	background: linear-gradient(135deg, #ff6666 30%,#ff9999 68%,rgba(51,204,0,0) 70%);
	background-color: #33cc00;
	cursor: pointer;
}
.bs-btn.bs10:hover {
	background-color: #ff92fd;
}
.bs-btn.bs11 {
	background: linear-gradient(135deg, #e94709 30%,#ff9966 68%,rgba(247,171,0,0) 70%);
	background-color: #f7ab00;
	cursor: pointer;
}
.bs-btn.bs11:hover {
	background-color: #ff92fd;
}
.bs-btn.bs12 {
	background: linear-gradient(135deg, #ffb2ff 30%,#ee99ff 68%,rgba(195,161,230,0) 70%);
	background-color: #c3a1e6;
	cursor: pointer;
}
.bs-btn.bs12:hover {
	background-color: #ff92fd;
}
.bs-btn.bs13 {
	background: linear-gradient(135deg, #f7ab20 30%,#915da3 68%,rgba(217,171,65,0) 70%);
	background-color: #d9ab41;
	cursor: pointer;
}
.bs-btn.bs13:hover {
	background-color: #ff92fd;
}
.bs-btn.bs14 {
	background: linear-gradient(135deg, #ff8100 30%,#ffffb7 68%,rgba(65,209,0,0) 70%);
	background-color: #41d100;
	cursor: pointer;
}
.bs-btn.bs14:hover {
	background-color: #ff92fd;
}
.bs-btn.bs15 {
	background: linear-gradient(135deg, #d480ff 30%,#7f00ff 68%,rgba(255,238,153,0) 70%);
	background-color: #ffee99;
	cursor: pointer;
}
.bs-btn.bs15:hover {
	background-color: #ff92fd;
}

.bs-odai .btn-submit.inactive {
	background-color: transparent;
    color: #f1f1f1;
    border: 2px #d6d6d6 dotted;
	transition: background-color 0.8s, box-shadow 0.8s, color 1s, border 0.8s;
	text-shadow: none;
	cursor: auto;
}
.bs-odai .btn-submit.inactive::before {
	background: #f1f1f1;
}
.bs-odai .btn-submit.inactive::after {
	border-left: 5px solid #fff;
}
.bs2 .odai-img,
.bs3 .odai-img,
.bs4 .odai-img,
.bs5 .odai-img,
.bs6 .odai-img,
.bs8 .odai-img,
.bs9 .odai-img,
.bs11 .odai-img,
.bs13 .odai-img,
.bs15 .odai-img  {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.bs3 .odai-img {
	align-items: flex-end;
	padding: 10px;
	display: block;
}
.bs6 .odai-img {
	justify-content: space-around;
}
.bs8 .odai-img {
	align-items: flex-end;
	justify-content: center;
}
.bs9 .odai-img {
	align-items: baseline;
	padding: 0;
	display: block;
}
.bs11 .odai-img {
	justify-content: center;
	padding: 0;
	flex-direction: row-reverse;
}
.bs13 .odai-img,
.bs15 .odai-img  {
	justify-content: center;
	padding: 0;
	flex-direction: row-reverse;
}
.bs4 .chara-img {
	width: 168px;
}
.bs4 .hanko-img {
	width: 100px;
}
.bs5 .chara-img {
	width: 178px;
}
.bs5 .hanko-img {
	width: 100px;
}
.bs6 .chara-img {
	width: 121px;
}
.bs6 .hanko-img {
	width: 100px;
}
.bs7 .hanko-img {
	width: 100px;
}
.bs8 .chara-img1 {
	width: 106px;
}
.bs8 .chara-img2 {
	width: 54px;
}
.bs8 .hanko-img {
	width: 100px;
}
.bs9 .chara-img1 {
	width: 90px;
}
.bs9 .chara-img2 {
	width: 118px;
}
.bs9 .hanko-img {
	width: 100px;
}
.bs10 .hanko-img {
	width: 100px;
}
.bs11 .chara-img {
	width: 168px;
}
.bs11 .hanko-img {
	width: 100px;
}
.bs12 .hanko-img {
	margin: 0 auto 1em;
}
.bs13 .chara-img,
.bs15 .chara-img {
	width: 168px;
}
.bs13 .hanko-img,
.bs15 .hanko-img {
	width: 100px;
}
.manifest {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 86vw;
	max-width: 321px;
	margin: 0 auto 40px;
}
.manifest .chara-img {
	width: 152px;
}
.manifest .hanko-img {
	width: 117px;
}
.manifest .manifest-img {
	flex-grow: 1;
	padding-top: 20px;
}
/* 優秀作品発表 */
.title.page {
    margin: 0 auto 20px;
}
.bs2.page .sodai-inner {
    background: url(bs2-sodai-bg-color.png) 50% 50% repeat;
	color: #fff;
}
.bs2.page .odai-img,
.best .odai-img {
    width: 100%;
    height: 0;
	padding: 0 10px;
    position: relative;
}
.bs2.page .hanko-img,
.best .hanko-img {
    width: 82px;
	position: absolute;
	top: -125px;
	right: 0;
}
.bs2.page.subtitle {
    width: 86vw;
    max-width: 380px;
    margin: 0 auto;
}
.bs2.page.subtitle .chara-img {
    width: 239px;
}
.bs2.page.subtitle .subtitle-text {
    margin: 10px auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
}

.goodslink {
	color: #00aaff;
	text-decoration: underline;
	font-weight: bold;
	transition: 0.2s;
	display: inline-block;
	backface-visibility: hidden;
}
.goodslink:hover {
	color: #66ccff;
	transform: scale(1.02);
}

.bsbest-hr {
	width: 90vw;
	max-width: 400px;
    background-color: #ded8c7;
    border: none;
    height: 2px;
	position: relative;
	overflow: visible;
}
.bsbest-hr.top {
	margin: 20px auto;
}
.bsbest-hr::before,
.bsbest-hr::after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    background: #ded8c7;
}
.bsbest-hr::before {
    left: 0;
}
.bsbest-wrap {
	margin: 30px auto;
    width: 86vw;
    max-width: 380px;
}
.bsbest-list {
	text-align: left;
	margin-bottom: 30px;
	line-height: 1.6em;
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff;
}
.bsbest-list .senryu {
	font-size: 15px;
	font-weight: bold;
	font-family:"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bsbest-list .webname {
	font-size: 13px;
}

/*bs88th*/
.bs88th .bsbest-list {
	display: flex;
	align-items: center;
	justify-content: start;
}
.bs88th .bsbest-list .papatype-list-btn {
	width: 120px;
	margin: 0 2em 0 0;
	overflow: visible;
}
.bs88th .bsbest-list .senryu {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


.order {
	color: #666;
	font-size: 12px;
	text-align: right;
    width: 80vw;
    max-width: 360px;
	margin: 0 auto;
	padding: 0;
}
.bsbest-footer {
	width: 86vw;
	max-width: 380px;
	margin: 10px auto;
}
.bsbest-footer .chara-img {
	width: 58px;
	margin-bottom: 10px;
}
.bsbest-footer .message {
	font-size: 12px;
}
.bakaroad {
	width: 86vw;
	max-width: 380px;
	margin: 0 auto;
	padding: 20px;
}
.bakaroad .bakaroad-img {
	max-width: 342px;
}
.bakaroad-member {
	width: 90vw;
	margin: 0 auto 10px;
}
.bakaroad-member .bakaroad-img {
	max-width: 326px;
}
.bakaroad-member-table {
    width: 100%;
    margin: 10px auto 0;
}
.bakaroad-member-table th,
.bakaroad-member-table td {
	border: 2px #000 solid;
	text-align: center;
}
.bakaroad-member-table th {
	padding: 10px 0;
	background-color: #36d6a6;
}
.bakaroad-member-table td {
	padding: 10px 14px;
	background-color: #fff;
}
.bakaroad-member .road01 {
	width: 50px;
	max-width: none;
}
.bakaroad-member .road02 {
	width: 33px;
	max-width: none;
}
.bakaroad-member .road03 {
	width: 50px;
	max-width: none;
}
.bakaroad-member .road04 {
	width: 66px;
	max-width: none;
}
.bakaroad-member .road05 {
	width: 66px;
	max-width: none;
}
.bakaroad-member .road06 {
	width: 67px;
	max-width: none;
}
.bakaroad-member .road07 {
	width: 70px;
	max-width: none;
}
.bakaroad-member-wrap {
	display: flex;
	flex-wrap: wrap;
}
.bakaroad-member-list {
	font-size: 14px;
    text-align: left;
    margin: 3px 0.5%;
    width: 49%;
}
.sticker {
	margin: 0 auto 10px
}
.sticker .syohin-title {
	background-color: #fff;
	padding: 0.5em 0 1em;
}
.sticker .sticker-wrap {
	padding: 0 0 2.5em;
}
.sticker .sticker-wrap:nth-of-type(3) {
	padding-bottom: 3em;
}
.sticker-list-h {
font-size: 19px;
    font-weight: bold;
    margin-bottom: 1em;
}
.sticker-list-text {
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
}
.sticker-list-text strong {
	font-weight: bold;
}
.syou-img {
	position: relative;
	z-index: 1;
}
.mug-img {
	background: url(mug-1-sp.png) 0 0 no-repeat;
	background-size: 100% auto;
	position: relative;
}
.mug-img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(mug-2-sp.png) 0 0 no-repeat;
	background-size: 100% auto;
	animation: para 6s infinite;
}
.keyholder-img {
	background: url(keyholder-2-sp.png) 0 0 no-repeat;
	background-size: 100% auto;
	position: relative;
}
.keyholder-img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(keyholder-1-sp.png) 0 0 no-repeat;
	background-size: 100% auto;
	animation: para 6s infinite;
}
@keyframes para {
	0% { opacity: 1; }
	48% { opacity: 1; }
	50% { opacity: 0; }
	98% { opacity: 0; }
}
.sticker-img {
	background: url(sticker-i-sp.png) 0 0 no-repeat;
	background-size: 100% auto;	
}

.bs4 .hanko-wrap,
.bs5 .hanko-wrap {
	width: 100%;
	height: 0;
	padding: 0;
	position: relative;
}
.bs4 .hanko-wrap .hanko-img,
.bs5 .hanko-wrap .hanko-img {
	width: 82px;
	position: absolute;
	top: -40px;
	right: -10px;
}
.redlamp {
	animation:blink 0.8s ease-in-out infinite alternate;
	color: #f00;
	font-size: 10px;
	display: inline-block;
	padding-left: 0.25em;
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

.hide-pagebtnbottom {
	display: none;
}

@media (max-width: 767px) {
	.tablenav2-wrap {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.tablenav2-wrap-header,
	.tablenav2 {
		width: 100%;
		flex-grow: 1;
	}
	.tablenav2-wrap-footer {
		width: 50%;
	}
}

/*88th*/
.papatype-list-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.papatype-list-ul li {
	width: 108px;
	margin: 4px;
}
.papatype-list-btn .list-img {
	transition: 0.3s;
}
.papatype-list-btn:hover .list-img {
	transform: scale(1.25);
}
.papatype-btn {
	position: relative;
	display: block;
	width: 92vw;
	margin: 20px auto;
	overflow: visible;
}
.papatype-btn-body {
	background-color: #ffff00;
	border-radius: 10px;
	padding: 17px 25px;
}
.papatype-btn-head {
	display: inline-block;
	background-color: #000;
	color: #fff;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	width: 14em;
	height: 22px;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	border-radius: 11px;
}
.papatype-btn-head .yellow {
	color: #ffff00;
}
.papatype-btn-head .blink {
	animation: blinktext 1.6s infinite ease-in-out;
}
@keyframes blinktext {
	0% { opacity: 1; }
	49% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 0; }
}
.goods-88th {
	width: 92vw;
	margin: 20px auto;
	background-color: #f0eddc;
	border-radius: 10px;
	padding: 17px 0;
	box-sizing: border-box;
}
.goodsname-head {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
}
.goodsname-head .s {
	font-size: 14px;
}
.goodsname-head .red {
	color: #f00;
}
.goodsname {
	font-size: 18px;
}
.goods-88th .bs-img {
	margin: 10px auto 20px;
}
.goods-img-wrap {
	padding: 0 25px;
}

/*bs90th_present*/
.bs90th_present {
	margin: 10px auto 40px;
}
.bs90th_present_h2 {
	width: 85.33vw;
	margin: 0 auto 20px;
}
.bs90th_present_main {
	position: relative;
}
.bs90th_present_h3 {
	position: absolute;
	top: 35%;
	right: 3vw;
	width: 4vw;
}
.bs90th_present_outer {
	position: relative;
	width: calc(100% - 18vw);
	height: 120vw;
    margin: 0 auto 20px;
}
.bs90th_present_main label {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bs90th_present_main label:hover .bs90th_present_wrap {
	border: 2px #ff0 solid;
}
.bs90th_present_wrap {
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px #c080ff dotted;
	border-radius: 5px;
	transition: 0.3s;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bs90th_present_wrap.selected {
	background-color: #FEFFB3;
	border: 2px #FEFFB3 solid;
}
.bs90th_present_h4 {
	width: calc(40vw + 40px);
	margin: -2vw auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#8000ff;
	border-radius: 5px;
}
.bs90th_present_h4 input {
	padding: 0;
	width: 20px;
	margin: 0 10px;
}
.bs90th_present_h4 .bs-img {
	width: 40vw;
}
.bs90th_present_img {
	margin: 20px auto;
}
.bs90th_present .pname {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.topics_link {
	position: absolute;
    left: 0;
    right: 0;
    bottom: -0.9em;
    display: block;
    margin: auto;
    width: 9em;
    height: 1.8em;
    line-height: 1.8em;
    background-color: #fff;
    border: 1px #0af solid;
    border-radius: 0.9em;
    font-size: 15px;
    text-decoration: underline;
    color: #08c;
    transition: 0.3s;
}
.topics_link:hover,
.topics_link:visited {
	background-color: #0af;
	color: #fff;
}

/*90thバカ大川柳　当選発表*/
.pbox-tousen {
	padding: 40px 0 0;
	position: relative;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
.pbox-tousen:before {
	content: "";
	display: block;
	width: 100%;
	height: 41px;
	background: url(tousenmark-sp.png) 50% 50% no-repeat;
	background-size: auto 41px;
	position: absolute;
	top: 0;
	left: 0;
}
.pbox-tousen p {
	color:#333;
	display: inline-block;
	padding: 0.5em;
}
.pbox-tousen p em {
	font-size: 16px;
}
.pbox-tousen .brpc {
	display: none;
}
#tousenhappyo .bs90th_present_outer {
	height: auto;
}
#tousenhappyo .bs90th_present_wrap {
	position: relative;
}
#tousenhappyo .topics_link {
	position: relative;
	bottom: 0;
	margin: 0.5em auto 0;
}
#tousenhappyo .bs90th_present .pname {
	margin-bottom: 10px;
}
#tousenhappyo .anchorlink {
	color: #000;
	display: inline-block;
	margin: 0 auto 1em;
	text-align: center;
	padding-bottom: 1px;
	border-bottom: 1px #fe12fd  dashed;
}
#tousenhappyo .anchorlink em {
	color: #fe12fd;
}
#tousenhappyo .bs90th_present_h2 {
	margin-bottom: 0;
	pointer-events: none;
}
#presentmessage {
	width: calc(100% - 18vw);
	margin: 0 auto;
	padding: 2em 1em 1em;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px #ff80d1 dotted;
	border-radius: 5px;
}
#presentmessage h2 {
	font-size: 16px;
	font-weight: bold;

}
#presentmessage p {
	font-size: 15px;
	line-height: 1.8em;
	text-align: center;
	margin: 0.5em auto 1em;
}

@media (min-width: 768px) {

	/*common*/
	body {
		background-color: #f1ebde;
	}
	#wrapper {
		margin: 0 auto;
		width: 1280px;
		background: url(bg-l-pc.png) 0 0 repeat-y, url(bg-r-pc.png) right 0 repeat-y, url(bg-wh.png) 50% 0 no-repeat, url(bg2.jpg) 50% 140px repeat;
		background-size: 50px auto, 50px auto, 1180px auto, 1180px auto;
		padding: 0;
	}
	#footer {
		padding-bottom: 40px;
	}
	#bakadaisenryu {
		width: 960px;
		margin: auto;
	}
	.sp,
	.brsp {
		display: none;
	}
	.pc {
		display: block;
	}
	.bshead-img,
	.bsbox-img,
	.bshanko-chara {
		width: auto;
		display:inline;
	}

	/*bshead*/
	.bshead-wrap {
		overflow:hidden;
		margin-top:10px;
	}
	.bshead {
		width:50%;
		max-width: none;
		margin:0 0 36px;
		float:left;
	}
	.bshead1 {
		margin-left: 10px;
	}
	.bshead2 {
		width: 420px;
		float: right;
		margin-right: 10px;
	}
	.bshead-read {
		width:420px;
		font-size:18px;
		line-height:26px;
		margin:0 auto 0.7em;
	}
	.subtitle {
		margin-top: -30px;
		width: auto;
		max-width: none;
	}
	.subtitle-text {
    	width: 480px;
		margin: -12px auto 8px;
		font-size: 16px;
	}

	.bsmain-wrap {
    	width: 972px;
		margin-left: -6px;
	}
	.bsbox {
    	width: 162px;
		max-width: none;
	}
	.bshanko {
    	width: 75px;
		height: 75px;
	}
	.bshanko-chara {
		width: 75px;
		height: 75px;
	}

	/* 88th */
	.bs88th .bshanko {
    	width: 89px;
		height: 114px;
	}
	.bs88th .bshanko-chara {
		width: 100%;
		height: auto;
	}
	/* end 88th */

	/* 90th */
	.bs90th .bshanko {
		right: 3%;
	}
	/* end 90th */

	.sodai {
    	width: 680px;
    	max-width: inherit;
		position: relative;
		margin: 0 auto 18px;
	}
	:not(.bsarchive)>.bs-odai .sodai-inner {
		padding: 2em;
	}
	.odai-header {
    	font-size: 18px;
    	margin-bottom: 0;
		position: absolute;
		left: 1.5em;
		top: 50%;
		margin-top: -0.5em;
	}
	.papa .odai-text {
    	margin-top: 10px;
	}
	.tablenav2 .page-numbers.dots {
		/*display: none;*/
	}
	.tablenav2 .page-numbers.pc {
		display: inline-block;
	}
	.tablenav2-wrap {
		margin: 1em auto;
		position: relative;
	}
	.tablenav2-wrap-header {
		font-size: 20px;
	}
	.tablenav2-wrap-header:before,
	.tablenav2-wrap-header:after {
		border-top: 2px #e0dbce solid;
	}
	.tablenav2-wrap-footer {
		position: absolute;
		bottom: 0;
	}
	.tablenav2-wrap-footer.right {
		right: 0;
	}
	.tablenav2-wrap-footer.left {
		left: 0;
	}
	.tablenav2-wrap-nav {
		font-size: 16px;
		height: 40px;
		padding: 0 0.5em;
		line-height: 40px;
	}
	.tablenav2-wrap-nav.prev {
	}
	.tablenav2-wrap-nav.next {
	}
	.page-bottom {
		width: auto;
	}
	.view-more-button-wrap {
		margin: 0 auto 1.5em;
	}
	.tablenav2-wrap-nav.view-more-button {
		line-height: 40px;
		width: 400px;
		height: 40px;
	}
	.bs-fixed-nav.tablenav2 .page-numbers {
		padding: 0.5em 0.75em;
	}
	.btn-bakasentop {
		display: block;
		width: 420px;
		margin: 30px auto 0;
	}
	.btn-bakasentop .bshead-img {
		width: 100%;
		height: auto;
	}

	/*bakasen top*/
	.topcon {
	}
	.topcon-inner {
		margin: auto;
		position: relative;
		height: 680px;
	}
	/*第2回お題*/
	.topcon .sodai,
	.sodai.spring {
		width: 620px;
		height: 100px;
		box-sizing: border-box;
	}
	.topcon .sodai-inner,
	.spring .sodai-inner {
		width: 600px;
		height: 80px;
		box-sizing: border-box;
		padding: 1.5em;
	}
	.topcon .odai-text,
	.spring .odai-text {
		font-size: 30px;
		line-height: 40px;
		height: 40px;
	}
	.odai-text .s {
    	font-size: 16px;
	}
	.odai-text.ss {
		font-size:14px;
	}
	#bakasen-form {
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		font-size: 40px;
		margin: 0 auto;
		background-color: #fff;
		width: 324px;
	}
	/* for IE10 & 11 */
	@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
		#bakasen-form {
			margin-left: 150px;
			height: 380px;
		}
	}
	/* for Microsoft Edge */
	@supports (-ms-ime-align:auto) {
		#bakasen-form {
			margin-left: 150px;
			height: 380px;
		}
	}
	#bakasen-form .text5 .inputfield,
	#bakasen-form .text7 .inputfield {
	}
	#bakasen-form .webname-wrap #age {
		font-size: 0.4em;
	}
	/*has-theme*/
	#bakasen-form.has-theme {
		padding: 0.5em 0 1.5em;
	}
	#bakasen-form .field.theme select {
		font-size: 0.42em;
		padding: 1px;
	}
	#bakasen-form.has-theme .rl-wrap {
		margin: 1em auto 0;
	}
	.topcon-center,
	.topcon-inner .submit-wrap,
	.btn-content {
		position: absolute;
		margin: 0;
		width: auto;
	}
	.topcon-center {
		width: 620px;
		left: 50%;
		margin-left: -310px;
	}
	.bs-topcon-title {
    	max-width: initial;
	}
	.topcon-inner .submit-wrap {
		left: 15px;
		bottom: 5px;
	}
	.btn-content {
		max-width: none;
		width: 386px;
		height: 276px;
	}
	.btn-content.ckemu {
		top: 160px;
		right: -70px;
	}
	.btn-content.cpapa {
		top: 180px;
		left: -40px;
	}
	.btn-content.c575rou {
		bottom: -40px;
		right: -60px;
	}
	.btn-inner {
		width: 386px;
    	height: 276px;
	}
	.btn-inner .chara {
		width: auto;
	}
	.btn-tyukan {
		right: 60px;
	}
	.btn-bakasen-papa {
		right: 30px;
	}
	.btn-manifest {
		right: 3px;
	}

	.top-575 {
		width: 280px;
		height: 200px;
		margin: 0 auto 20px;
	}
	.top-iyamiakko {
		width: 750px;
		height: 280px;
		margin: -200px auto -50px;
	}
	.top-iyamiakko .akko-img {
		left: -30px;
	}

	/*pmain*/
	.pabout {
		width: 740px;
		max-width: none;
		margin: 20px auto 40px;
	}
	.pabout .indent {
		padding: 2em 1.4em;
	}
	.pabout .indent li {
		font-size: 16px;
		padding-left: 6em;
		text-indent: -6em;
	}
	.li-head {
		display: inline;
		font-weight: bold;
		letter-spacing: 0;
	}
	.li-colon {
		display: inline;
	}
	.f4 {
		letter-spacing: 0.25em;
	}
	.f2 {
		letter-spacing: 3em;
	}
	.f1 {
		display: inline-block;
		width: 5em;
		text-align: center;
		text-indent: 0;
	}
	.f3 {
		letter-spacing: 1em;
	}
	.senryu-manifesto {
		margin: 4em auto 0;
	}
	.senryu-manifesto-img {
    	width: 760px;
    	max-width: inherit;
	}
	.submit-wrap {
		margin: 0 auto 0;
	}

	/* トップリニューアル　20180625 */
	.bs-img {
		width: auto;
	}
	.title {
		margin: 0 auto 40px;
		max-width: none;
	}
	.bsarchive {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.bsarchive .bs-odai {
	    width: 290px;
    	max-width: none;
		margin: 5px auto;
		display: flex;
	}
	.bsarchive .odai-menu {
		width: 285px;
	}
	.bsarchive .odai-text .wrap {
		display: block;
	}
	:not(.bsarchive)>.bs-odai {
	    width: 600px;
	    max-width: none;
		margin: 0 auto 30px;
	}
	:not(.bsarchive)>.bs-odai .sodai-inner {
    	padding: 5px;
	    position: relative;
	}
	:not(.bsarchive)>.bs-odai .odai-number {
		box-sizing: border-box;
	    font-size: 18px;
		padding: 10px;
	    margin-bottom: 0;
	    position: absolute;
		top: -20px;
		left: -6%;
		text-align: center;
	    -webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
		width: 60px;
		height: 100px;
	}
	.odai-number .number-text-double {
		writing-mode: horizontal-tb;
	}
	.bs1 .odai-number {
    	background: url(phead4-bg2.png) 50% 50% repeat;
	}
	.bs2 .odai-number {
    	background: url(bs2-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs3 .odai-number {
    	background: url(bs3-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs4 .odai-number {
    	background: url(bs4-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs5 .odai-number {
    	background: url(bs5-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs6 .odai-number {
    	background: url(bs6-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs7 .odai-number {
    	background: url(bs7-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs8 .odai-number {
		background-size: auto auto;
		background-color: rgba(255, 255, 255, 1);
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(102, 153, 204, 1) 10px, rgba(102, 153, 204, 1) 20px );
	}
	.bs9 .odai-number {
		background: url(bs9-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs10 .odai-number {
		background: url(bs10-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs11 .odai-number {
		background: url(bs11-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs12 .odai-number {
		background: url(bs12-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs13 .odai-number {
		background: url(bs13-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs14 .odai-number {
		background: url(bs14-sodai-bg-border.png) 50% 50% repeat;
	}
	.bs15 .odai-number {
		background: url(bs15-sodai-bg-border.png) 10% 50% repeat;
	}
	:not(.bsarchive)>.odai-number .number-text {
		background-color: #fff;
		box-sizing: border-box;
		display: block;
		padding: 10px;
		margin: 0 auto;
		width: 100%;
	}
	.bs-odai .odai-header {
	    font-size: 14px;
	    margin-bottom: 10px;
	    position: inherit;
	    left: auto;
	    top: 5px;
	    margin-top: 0;
	}
	:not(.bsarchive)>.bs-odai .bs-odai .odai-header {
	    font-size: 18px;
	}
	:not(.bsarchive)>.bs-odai .odai-text:not(.ss) {
		font-size: 26px;
	}
	.odai-period {
		margin: 0 auto 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}
	.odai-period .h {
		display: inline-block;
		font-size: 14px;
		padding: 6px;
		margin: 0 6px 0 0;
		line-height: 1.1em;
		width: 2.2em;
	}
	.odai-period .b {
		font-size: 16px;
	}
	.odai-period .b .s {
		font-size: 14px;
	}
	:not(.bsarchive)>.bs-odai.bs3 .odai-menu {
		display: flex;
		justify-content: space-around;
		height: 60px;
		padding-bottom: 15px;
	}
	.bs3 .odai-menu {
		padding-bottom: 5px;
	}
	.odai-menu.submit-wrap {
		display: block;
		justify-content: unset;
		height: auto;
		padding-bottom: 0;
	}
	:not(.bsarchive)>.bs-odai .odai-menu-li {
		width: 260px;
		margin: auto;
	}
	.odai-menu.submit-wrap .odai-menu-li {
		width: 328px;
		margin: auto;
	}
	.bs2 .odai-img,
	.bs7 .odai-img,
	.bs11 .odai-img,
	.odai-img {
    	display: inherit;
    	justify-content: unset;
    	padding: 0;
    	width: 100%;
    	height: 0;
    	position: relative;
	}
	.odai-img.bs12 {
		height: 80px;
	}
	.odai-img .bs-img {
		position: absolute;
	}
	.odai-img.bs12 .bs-img {
		position: relative;
	}
	.bs4 .chara-img,
	.bs4 .hanko-img,
	.bs5 .chara-img,
	.bs5 .hanko-img,
	.bs6 .chara-img,
	.bs6 .hanko-img,
	.bs7 .chara-img,
	.bs7 .hanko-img,
	.bs8 .chara-img,
	.bs8 .hanko-img,
	.bs9 .chara-img,
	.bs9 .hanko-img,
	.bs10 .chara-img,
	.bs10 .hanko-img,
	.bs11 .chara-img,
	.bs11 .hanko-img,
	.bs13 .chara-img,
	.bs13 .hanko-img,
	.bs15 .chara-img,
	.bs15 .hanko-img {
		width: auto;
	}
	.bs3 .chara-img {
		left: -280px;
		top: -100px;
	}
	.bs3 .hanko-img {
		top: -120px;
		left: 520px;
	}
	.bs4 .chara-img {
		top: 500px;
		left: -180px;
	}
	.bs4 .hanko-img {
		top: -10px;
		right: -60px;
	}
	.bs5 .chara-img {
		top: 460px;
		left: -180px;
	}
	.bs5 .hanko-img {
		top: -10px;
		right: -50px;
	}
	.bs6 .chara-img {
		top: 340px;
		left: -180px;
	}
	.bs6 .hanko-img {
		top: -30px;
		right: -90px;
	}
	.bs7 .hanko-img {
		top: -30px;
		right: -110px;
	}
	.bs8 .hanko-img {
		width: 137px;
		top: -100px;
		right: -60px;
	}
	.bslatest .bs8 .hanko-img {
		width: 137px;
		top: -40px;
		right: -60px;
	}
	.bs8 .chara-img1 {
		width: 164px;
		top: 330px;
		right: -170px;
	}
	.bs8 .chara-img2 {
		width: 89px;
		top: 480px;
		left: -140px;
	}
	.bs9 .hanko-img {
		width: 137px;
		top: -100px;
		right: -60px;
	}
	.bslatest .bs9 .hanko-img {
		top: -150px;
		right: -160px;
	}
	.bs9 .chara-img1 {
		top: 320px;
		right: -170px;
	}
	.bs9 .chara-img2 {
		top: 260px;
		left: -180px;
	}
	.bs10 .hanko-img {
		width: 137px;
		top: -100px;
		right: -60px;
	}
	.bslatest .bs10 .hanko-img {
		top: 0;
		right: -160px;
	}
	.bs11 .chara-img {
		left: 500px;
		top: 340px;
	}
	.bs11 .hanko-img {
		top: -120px;
		left: 640px;
	}
	.bs13 .chara-img,
	.bs15 .chara-img {
		left: 500px;
		top: 340px;
	}
	.bs13 .hanko-img,
	.bs15 .hanko-img {
		top: -120px;
		left: 640px;
	}
	.manifest {
	    display: flex;
	    justify-content: space-around;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    flex-direction: row;
	    width: 960px;
	    max-width: none;
	    margin: 40px auto;
	}
	.manifest .chara-img,
	.manifest .hanko-img,
	.manifest .manifest-img {
		width: auto;
	}
	.manifest .manifest-img {
		flex-grow: unset;
		padding-top: 0;
	}
	.manifest :nth-child(1) { order: 1; align-self: flex-end; }
	.manifest :nth-child(2) { order: 3; }
	.manifest :nth-child(3) { order: 2; }

	.bs-anchor {
		height: 10px;
		position: relative;
	}
	.bs-anchor .odai-menu-li {
		position: absolute;
		top: -72px;
		right: 0;
	}
	.bs4.bs-anchor {
		height: 28px;
	}
	.bs4.bs-anchor .odai-menu-li {
		top: -42px;
	}
	.bs12.bs-anchor {
		height: 60px;
	} 
	.bs12.bs-anchor .odai-menu-li {
		position: relative;
		top: auto;
		right: auto;
		margin: auto;
	}
	.bsbest-hr.top {
		margin: 20px auto 30px;
	}

	/* 優秀作品発表 */
	.title.page {
		margin: 0 auto 10px;
	}
	.bs2.page .hanko-img,
	.bs2.page.subtitle .chara-img,
	.bakaroad .bakaroad-img,
	.bakaroad-member .bakaroad-img,
	.bakaroad-member .road02,
	.bakaroad-member .road01,
	.sticker .sticker-img {
		width: auto;
		max-width: none;
	}
	.bs-odai.page {
		width: 620px;
		height: 100px;
		box-sizing: border-box;
	}
	.bs-odai.page .sodai-inner {
		padding: 10px;
		height: 80px;
		box-sizing: border-box;
		border-radius: 0;
	}
	.bs-odai.page .odai-header {
    	font-size: 18px;
    	margin-bottom: 0;
    	position: absolute;
    	left: 1.5em;
    	top: 50%;
    	margin-top: -0.5em;
	}
	.bs-odai.page .odai-text {
		margin-bottom: 0;
		line-height: 60px;
	}
	.bs2.page .sodai-inner .odai-number,
	.best .sodai-inner .odai-number {
		top: -10px;
		left: -100px;
	}
	.bs2.page .sodai-inner .odai-number .number-text {
		color: #000;
	}
	.bs2.page .hanko-img,
	.best .hanko-img {
		top: -135px;
		right: -140px;
		width: auto;
	}
	.bs2.page.subtitle {
		width: 800px;
		max-width: none;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	.bs2.page.subtitle .subtitle-text {
		margin: 0 auto;
		font-size: 18px;
		width: 540px;
	}
	.bs2.page.subtitle .subtitle-text em.pc {
		display: inline;
		font-size: 20px;
	}
	.bsbest {
		margin: 20px auto;
	}
	.bsbest-hr {
		width: 940px;
		max-width: none;
		height: 4px;
	}
	.bsbest-hr::before, .bsbest-hr::after {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.bsbest-wrap {
		width: 840px;
		max-width: none;
		display: flex;
    	flex-wrap: wrap;
		margin: 50px auto 0;
	}
	.bsbest-list {
		width: 50%;
		margin-bottom: 40px;
	}
	.bsbest-list .senryu {
		font-size: 19px;
		margin-bottom: 4px;
	}
	.bsbest-list .webname {
    	font-size: 16px;
	}

	/*bs88th*/
	.bs88th .bsbest-list .papatype-list-btn {
		width: 160px;
	}
	.bs88th .bsbest-list .papatype-list-btn .list-img {
		width: 100%;	
	}

	.order {
		font-size: 13px;
		width: 880px;
		max-width: none;
	}
	.bsbest-footer {
		width: 260px;
		max-width: none;
	}
	.bsbest-footer-kemu {
		width: 100%;
		height: 0;
		position: relative;
	}
	.bsbest-footer-kemu .chara-img {
		position: absolute;
		top: 10px;
		right: -100px;
		width: auto;
	}
	.bsbest-footer .message {
		font-size: 13px;
		width: 120%;
		text-align: left;
	}
	.bakaroad,
	.bakaroad-member {
	    width: 960px;
    	max-width: none;
		margin: 20px auto;
	}
	.bakaroad-member-table {
		width: 740px;
	}
	.bakaroad-member-table td {
		padding: 20px;
	}
	.bakaroad-member-list {
		font-size: 16px;
		width: 24%;
	}
	.bakaroad-member .order,
	.sticker {
		width: 740px;
	}
	.sticker .syohin-title {
		padding: 1em 0;
	}
	.sticker .sticker-wrap:nth-of-type(3) {
		padding-bottom: 4em;
	}
	.sticker .sticker-wrap {
		padding: 0 0 2.5em;
	}
	.sticker.pabout .indent li {
		padding-left: 0;
		text-indent: 0;
		width: 480px;
		margin: auto;
	}
	.sticker-list-h {
		font-size: 24px;
		line-height: 1.4em;
		margin-top: 50px;
		text-align: center;
	}
	.sticker-list-text {
		font-size: 16px;
		line-height: 1.4em;
		margin-top: 1em;
	}
	.mug-img,
	.mug-img::after,
	.keyholder-img,
	.keyholder-img::after,
	.sticker-img {
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

.mug-img {
	background-image: url(mug-1.png);
	background-image: image-set(url(mug-1.png) 1x, url(mug-1-large.png) 2x);
	background-image: -webkit-image-set(url(mug-1.png) 1x, url(mug-1-large.png) 2x);
}
.mug-img::after {
	background-image: url(mug-2.png);
	background-image: image-set(url(mug-2.png) 1x, url(mug-2-large.png) 2x);
	background-image: -webkit-image-set(url(mug-2.png) 1x, url(mug-2-large.png) 2x);
}
.keyholder-img {
	background-image: url(keyholder-2.png);
	background-image: image-set(url(keyholder-2.png) 1x, url(keyholder-2-large.png) 2x);
	background-image: -webkit-image-set(url(keyholder-2.png) 1x, url(keyholder-2-large.png) 2x);
}
.keyholder-img::after {
	background-image: url(keyholder-1-sp.png) 0 0 no-repeat;
	background-image: image-set(url(keyholder-1.png) 1x, url(keyholder-1-large.png) 2x);
	background-image: -webkit-image-set(url(keyholder-1.png) 1x, url(keyholder-1-large.png) 2x);
}
.sticker-img {
	background-image: url(sticker-i.png);
	background-image: image-set(url(sticker-i.png) 1x, url(sticker-i-large.png) 2x);
	background-image: -webkit-image-set(url(sticker-i.png) 1x, url(sticker-i-large.png) 2x);
}

	.bs4 .hanko-wrap .hanko-img,
	.bs5 .hanko-wrap .hanko-img {
		width: auto;
		position: absolute;
		top: -50px;
		right: -140px;
	}
	.bs4.best .hanko-wrap .hanko-img,
	.bs5.best .hanko-wrap .hanko-img {
		top: -130px;
	}

	.hide-pagebtnbottom {
		display: block;
		visibility: hidden;
	}

	/*88th*/
	.papatype-list-ul {
		width: 912px;
		margin: auto;
	}
	.papatype-list-ul li {
		width: 216px;
		margin: 6px;
	}
	.papatype-list-btn .list-img {
		width: 216px;
	}
	.papatype-btn {
		width: 434px;
		margin: 40px auto;
	}
	.papatype-btn .bs-img {
		width: 364px;
	}
	.papatype-btn-head {
		position: absolute;
		top: -15px;
		width: 14em;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		border-radius: 15px;
	}
	.papatype-btn-body {
		border-radius: 20px;
		padding: 20px 30px;
	}
	.goods-88th {
		width: 900px;
		border-radius: 20px;
		padding: 20px 0;
		margin-bottom: 40px;
	}
	.goodsname-head,
	.goodsname-head .s {
		font-size: 18px;
	}
	.goodsname {
		font-size: 24px;
	}
	.goods-88th .bs-img {
		margin: 20px auto;
	}
	.goods-text {
		font-size: 18px;
		text-align: center;
		margin-top: 0.25em;
	}
	.title.title-88th {
		margin: 0 auto 0px;
	}

	/*bs90th_present*/
	.bs90th_present_h2 {
		width: 100%;
		margin: -90px 0 0 -70px;
		position: relative;
	}
	.bs90th_present_h2 .bs-img {
		width: 360px;
		margin: -50px 0 0;
	}
	.bs90th_present_main {
		display: flex;
		justify-content: center;
		align-items: stretch;
		margin-top: -20px;
	}
	.bs90th_present_outer {
		width: 40%;
		height: 570px;
		margin: 20px;
	}
	.bs90th_present_main label {
		height: 540px;
	}
	.bs90th_present_wrap {
		width: 100%;
		height: 540px;
	}
	.bs90th_present_h4 {
		width: 240px;
		margin: -25px auto 0;
	}
	.bs90th_present_h4 .bs-img {
		width: 200px;
	}
	.bs90th_present_img {
		width: 100%;
		margin-bottom: 10px;
	}
	.bs90th_present_h3 {
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 40px;
		display: flex;
        align-items: center;
	}
	.bs90th_present_h3 .bs-img {
		width: 20px;
	}
	.bs90th_present .pname {
		font-size: 18px;
		line-height: 1.4em;
	}
	.topics_link {
		bottom: 1em;
	}

	/*90thバカ大川柳　当選発表*/
	.pbox-tousen {
		margin-top: 1em;
	}
	#tousenhappyo .bs90th_present_wrap {
		height: 690px;
	}
	#tousenhappyo .anchorlink {
		font-size: 16px;
		margin: -3em auto 3em;
	}
	#presentmessage {
		width: 810px;
	}
	#presentmessage h2 {
		font-size: 18px;
	}
	#presentmessage p {
		font-size: 16px;
		line-height: 1.6em;
	}
}