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

/*common*/
#oa60s {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height:1.4em;
	position: relative;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.oa-img {
	width: 100%;
	height: auto;
	display: block;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

.ruika {
	font-family: ruika, sans-serif;
}

/*oa60s*/
#oa60s {
	position: relative;
}
#oa60s::before,
#oa60s::after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
#oa60s::before,
.osopatern {
	background: url(oso-patern.png) 0 0 repeat #d7e7f4;
	background-size: 50px auto;
	left: 0;
}
#oa60s::after,
.akkopatern {
	background: url(akko-patern.png) 0 0 repeat #fbe2e9;
	background-size: 50px auto;
	right: 0;
}

/*oahead*/
.oahead {
	margin: 0 auto;
}
.oalogo {
	background-color: #fff;
}
.oahead-main {
	background-color: #ff0000;
	animation: colorchange 3.2s linear;
    animation-fill-mode:forwards;
}
@keyframes colorchange{
	0% { background-color: #fff; }
	100% { background-color: #f00; }
}

/*oamenu*/
.oamenu-wrap {
	margin: 40px auto;
}
.oamenu {
	width: 94.4vw;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 13vw 0;
	position: relative;
}
.oamenu-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: inherit;
	filter: drop-shadow(7px 10px 0 rgba(0,0,0,0.15));
}
.oamenu h2,
.oamenu li {
	font-size: 3.6vw;
	line-height: 2.2em;
	position: relative;
}
.oamenu h2 {
	text-align: center;
	letter-spacing: 0.05em;
}
.oamenu h2 strong {
	font-weight: bold;
}
.oamenu li {
	text-align: left;
	font-size: 3.5vw;
	width: 24em;
	margin: auto;
	max-height: 100%;
}
.oamenu-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	height: 40px;
	box-sizing: content-box;
	border: 1px #ccc solid;
	border-radius: 40px;
	background: #fff;
	line-height: 40px;
	margin: 10px 0;
	padding: 0 1em;
}
.oamenu-btn:hover,
.oamenu-btn.hover {
	color: #f00;
	border-color: #f00;
}
.oa-title {
	font-weight: bold;
}
.oa-date.open {
	text-decoration: underline;
}
.oa-date.newopen {
	display: inline-block;
	width: 3.3em;
	height: 1.2em;
	line-height: 1.2em;
	white-space: nowrap;
	position: relative;
}
.new-txt, .kou-txt {
	opacity: 0;
	width: 3.3em;
	height: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.new-txt {
	animation: newanime 4s linear infinite;
	color: red;
	font-weight: bold;
}
@keyframes newanime {
	0% {
		opacity: 1;
		width: 0;
	}
	4% {
		width: 0;
	}
	5% {
		width: 1em;
	}
	9% {
		width: 1em;
	}
	10% {
		width: 2em;
	}
	14% {
		width: 2em;
	}
	15% {
		width: 3em;
	}
	45% {
		opacity: 1;
	}
	51% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.kou-txt {
	animation: kouanime 4s linear infinite;
}
@keyframes kouanime {
	0% {
		opacity: 0;
	}
	51% {
		opacity: 0;
	}
	55% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*oabanner*/
.oabanner-wrap {
	margin: 60px auto 80px;
	transition: 0.5s;
	transform: translateX(-99vw);
}
.oabanner-wrap.active {
	transform: translateX(0);
}
.oabanner {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	margin-bottom: 10px;
}
.oabanner::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #ff0505;
	position: absolute;
	top: 0;
	left: 2px;
	transition: 0.2s;
}
.oabanner:hover::before {
	width: 4px;
	left: 0px;
}
.oabanner-btn {
	display: block;
}

/*oabanner anniversary*/
.oabanner-wrap.anniversary {
	margin: 0 auto;
}
.anniversary .oabanner::before {
	background-color: #0c92f2;
}

/*oamain*/
.oamain-wrap {
	position: relative;
}
.oamain-title {
	margin: 0 auto 20px;
}
.oamain-title .oa-img {
	margin: auto;
}
.oamain-cover {
	width: 85.6vw;
	margin: auto;
}
.oamain-cover .bibi-wrap {
	width: 85.6vw;
	height: 85.6vw;
	margin: auto;	
}
.oamain-cover .oamain-copy {
	font-size: 12px;
	line-height: 2.4em;
	text-align: center;
}
.oamain-info .oa-text {
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	margin: 0.8em auto;
}
.oa-source {
	font-weight: bold;
}
.oa-title-sub {
	font-weight: bold;
}
.oamain-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14em;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	color: #f00;
	background-color: #fff;
	border: 1px #f00 solid;
	border-radius: 6px;
	margin: 0 auto 20px;
	position: relative;
}
.oamain-btn:after,
.oamain-btn:before {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.oamain-btn:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    border-top-color:#fff;
}
.oamain-btn:before {
    border-color: rgba(255, 0, 0, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    margin-top: 1px;
    border-top-color:#f00;
}

.oamain-read {
	width: 94.66vw;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 2px 14px;
}
.oamain-read .oa-text {
	line-height: 1.8em;
	font-size: 12px;
	text-align: left;
}
.oamain-read .oa-text.text-bold {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.akkobg,
.osobg {
	padding: 100px 0;
}
.akkobg::before,
.akkobg::after,
.osobg::before,
.osobg::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
.akkobg::before,
.akkobg::after {
	background: url(akko-patern.png) 0 0 repeat #fbe2e9;
	background-size: 50px auto;
	clip-path: polygon(0% 100%, 50% 0%, 100% 0%, 100% 100%);
	z-index: -1;	
}
.akkobg::after {
	top: auto;
	bottom: 0;
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%, 100% 100%);
}
.akkobg .oamain {
	background: url(akko-patern.png) 0 0 repeat #fbe2e9;
	background-size: 50px auto;
	padding-bottom: 10px;
}

.osobg::before,
.osobg::after {
	background: url(oso-patern.png) 0 0 repeat #d7e7f4;
	background-size: 50px auto;
	clip-path: polygon(0% 100%, 0% 0%, 50% 0%, 100% 100%);
	z-index: 0;
}
.osobg::after {
	top: auto;
	bottom: 0;
	clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 100%);
}
.osobg .oamain {
	background: url(oso-patern.png) 0 0 repeat #d7e7f4;
	background-size: 50px auto;
	padding-bottom: 10px;
}

#circus-soudou {
	padding-top: 50px;
}

#tanukisoba-no-maki .oamain-read .oa-text.text-bold {
	text-align: center;
}

#tanukisoba-no-maki .oamain-title {
	transform: translateY(-50px);
}
a.tnm-btn {
	display: block;
	position: relative;
	width: 100%;
	background-color: #000;
}
a.tnm-btn::before {
	content: "";
	display: block;
	padding-top: 73.83%;
}
a.tnm-btn::after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 3px;
	width: 200px;
	height: 75px;
	background: url(tnm-hover.png) 0 0 no-repeat;
	background-size: 100% auto;
	transition: 0.4s;
	opacity: 0.8;
}
a.tnm-btn:hover::after {
	opacity: 1;
	width: 250px;
	height: 94px;
}
a.tnm-btn .oamain-cover-img {
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.4s;
}
a.tnm-btn:hover .oamain-cover-img {
	opacity: 0.7;

}

.oa-count {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	border-radius: 5px;
	height: 0;
	line-height: 0;
	padding: 1em;
	margin-right: 1em;
	position: relative;
}
.oa-count::after {
	content: "";
	display: block;
	border: solid transparent;
	pointer-events: none;
	position: absolute;
	border-color: rgba(0, 0, 0, 0);
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-top: -4px;
	border-left-color: #000;
	left: 100%;
	top: 50%;
}

/*oafooter*/
.oafooter {
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.oafooter h2 {
	font-size: 25px;
	text-align: center;
	width: 100%;
	margin: 0 auto 10px;
}
.oafooter-btn {
	display: block;
	width: 46vw;
	margin: 0 2vw;
	padding: 24px 0;
	background-color: #fff;
	border: 1px #f00 solid;
	border-radius: 16px;
	box-sizing: border-box;
	color: #f00;
	font-weight: bold;
	text-align: center;
	transition: 0.3s;
}
.oafooter-btn:hover {
	background-color: #f30;
	color: #fff;
}
.oafooter-btn-text {
	font-size: 14px;
	line-height: 1.8em;
	display: block;
}
.oafooter-btn-text::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	background: url(oafooter-btn.png) 50% 50% no-repeat;
	background-size: 100% auto;
}

/*oabottom*/
.oabottom {
	width: 100%;
	background-color: #fff;
	margin: 80px auto 0;
}
.oabottom .oalogo {
	width: 100%;
	display: flex;
	justify-content: center;	
}

/*hustle-tsushin*/
#hustle-tsushin {
	padding-top: 100px;
}
#hustle-tsushin .oamain-title {
	margin-bottom: 0;
}
#hustle-tsushin .oamain-book {
	margin-bottom: 40px;
}
#hustle-tsushin .oa-count {
	font-size: 10px;
	padding: 1.2em 0.8em;
	margin-right: 1.2em;
}
#hustle-tsushin .oamain-read {
	padding: 14px;
}
#hustle-tsushin .oa-source {
	font-size: 13px;
}
.husule-wrap {
	display: flex;
	align-items: center;
	background-color: #fff;
}

/*anniversary-illustration*/
#oa60s.anniversary-illustration::before,
#oa60s.anniversary-illustration::after {
	display: none;
}
.anniversary-illustration .oabottom {
	margin-top: 0;
}
.anniversary-illustration .oabottom .oamenu-btn {
	width: 8em;
	margin: 10px auto;
	justify-content: center;
}
.illustration .oa-img {
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
	animation: inview 3.2s;
    animation-fill-mode:forwards;
}
@keyframes inview {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.yoshikatta-comment {
	width: 90%;
	margin: 5% auto;
	border: 2px #d7edfd solid;
	padding: 1em;
	box-sizing: border-box;
}
.yoshikatta-comment .oa-text {
	text-align: left;
	text-indent: 1em;
	margin-bottom: 1.2em;
	font-size: 16px;
	line-height: 1.8em;
}
.yoshikatta-comment .oa-text strong {
	font-weight: bold;
}
.yoshikatta-comment h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.8em;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	content: '続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #0c92f2;
	transition: 0.3s;
}
.cp_box label:hover:after {
	background-color: #161674;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 50vh;
	transition: all 0.5s;
}
.cp_box input:checked + label {
	display: none ;
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 20px;
	transition: all 0.5s;
}

.banner-osomatsusan6 {
	display: block;
	margin: 40px auto;
}
.banner-osomatsusan6 .oa-img {
	width: 90%;
	height: auto;
	margin: auto;
}
.banner-osomatsusan6 .oa-text {
	text-decoration: underline;
	margin-top: 0.5em;
	text-align: center;
	line-height: 1.4em;
	color: #161674;
}
.banner-osomatsusan6 .oa-text strong {
	font-weight: bold;
}

/*osotube*/
#oa60s.osotube::before,
#oa60s.osotube::after {
	display: none;
}
.osotube-wrap {
	width: 100%;
	margin: 30px auto;
}
.ot-text {
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
}
.osotube-logo {
	margin-bottom: 20px;
}

.tabs {
	position: relative;
}
.tab {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	border-bottom: 2px #f2f2f2 solid;
	z-index: 1;
	position: sticky;
	top: -23vw;
	background-color: rgba(255,255,255,0.95);
}
.tab li {
	width: calc(100% / 3);
}
.tab li a,
.tab li .tabempty {
	display: block;
	height: 100%;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	background: #f2f2f2;
	margin: 0 3px;
	padding: 8px;
}
.tab li a:hover .anime-thumb,
.tab li a:hover .tab-text,
.manga-btn:hover .oa-img {
	animation-name: displayAnime;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}
.tab li.active a {
	background: #231815;
}
.tab-text {
	font-size: 16px;
	text-align: center;
	color: #231815;
	white-space: nowrap;
	margin: 8px auto 0;
}
.tab li.active a .tab-text {
	color: #fff;
}
.tab-text .new {
	color: #f00;
}

.osotube-contents {
	/*display: none;*/
	opacity: 0;
	height: 1px;
	overflow: hidden;
	background: #fff;
}
.osotube-contents.is-active {
	display: block;
	height: auto;
	animation-name: displayAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	padding-top: 13vw;
}
@keyframes displayAnime {
	from { opacity: 0; }
	to { opacity: 1; }
}

.h2-title {
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 1.8em;
}
.h2-title .black {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 0 0.5em;
	margin-bottom: 0.5em;
}
.h2-title strong {
	font-size: 16px;
	font-weight: bold;
	color: #231815;
}
.h2-title .syosyutsu {
	font-weight: normal;
	color: #888;
}
.pierrotchannel a {
	font-size: 14px;
	color: #161674;
	text-decoration: underline;
}

.youtube-wrap {
	margin: 20px 10px 0;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.copy {
	margin: 0.25em auto;
}

.manga-btn {
	display: block;
	width: 210px;
	height: 40px;
	background-color: #e61717;
	border-radius: 5px;
	margin: 0.5em auto 30px;
}

#anime37 .ot-text-manga32 {
	margin: 0 10px 20px;
	text-align: left;
}
#anime37 .manga-btn {
	width: 280px;
}

.osotube-hr {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	background-color: #fff;
	background-size: auto 45px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: none;
}
.osotube-hr.line1 { background-image: url(osotube/line1-sp.png); }
.osotube-hr.line2 { background-image: url(osotube/line2-sp.png); }
.osotube-hr.line3 { background-image: url(osotube/line3-sp.png); }
.osotube-hr.line4 { background-image: url(osotube/line4-sp.png); }
.osotube-hr.line5 { background-image: url(osotube/line5-sp.png); }

.h3-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 30px;
}
.caption {
	text-align: right;
	font-style: italic;
	color: #666;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.kurabete-con.manga {
	margin-bottom: 30px;
}
.kurabete-con.manga .ot-text {
	margin-top: 0.5em;
}
.kurabete-con.anime .time {
	text-align: center;
	font-style: italic;
	font-size: 16px;
	color: #fff;
	width: 137px;
	height: 22px;
	line-height: 22px;
	background: url(osotube/time-bg.png) 50% 50% no-repeat;
	background-size: 100% auto;
	margin: 0.5em auto;
}

.osotube .oabottom .oamenu-btn {
    width: 8em;
    margin: 10px auto;
    justify-content: center;
}

@media (min-width: 768px) {
	
	/*common*/
	#oa60s {
		margin: auto;
		font-size: 16px;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.oa-img {
		width: auto;
	}

	/*oahead*/
	.oahead {
		display: flex;
		justify-content: space-between;
	}
	.oahead-main {
		width: 780px;
		height: 420px;
		z-index: 1;
	}
	.oalogo {
		width: calc( ( 100% - 780px ) / 2 );
		display: flex;
		align-items: center;
	}
	.logo1 {
		justify-content: left;
	}
	.logo2 {
		justify-content: right;
	}
	.oamenu {
		width: 455px;
		padding: 50px 0;
	}
	.oamenu h2, .oamenu li {
		font-size: 16px;
	}
	.oamenu h2 {
		margin-bottom: 20px;
	}
	.oamenu ul {
		width: 24em;
		margin: auto;
	}
	.oamenu-wrap {
		display: flex;
		justify-content: space-between;
	}
	.oamenu-bg {
		filter: drop-shadow(10px 10px 0 rgba(0,0,0,0.15));
	}
	.hover-img {
		width: calc( ( 100% - 425px ) / 2 );
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.hover-trg {
		width: 100%;
		max-width: 396px;
		height: 56%;
		background-size: 100% auto;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		margin: 0 auto;
		transition: 0.3s;
	}
	#hst-iyami { background-image: url(hst-iyami.png); background-position: 50% top; width: 25%; max-width: 103px; height: 105px; align-self: flex-start; }
	#kto-oso { background-image: url(kto-oso2.png); width: 50%; max-width: 188px; }
	#hst-chibita { background-image: url(hst-chibita.png); background-position: 50% bottom; width: 25%; max-width: 105px; height: 105px; align-self: flex-end; }
	#kto-akko { background-image: url(kto-akko.png); }
	#znk { background-image: url(znk.png); width: 50%; max-width: 198px; }
	#cso { background-image: url(cso.png); width: 50%; max-width: 198px; }
	#tnm-1 { background-image: url(tnm-1.png); width: 50%; max-width: 198px; }
	#tnm-2 { background-image: url(tnm-2.png); width: 50%; max-width: 198px; }
	.hover#hst-iyami { background-image: url(hst-iyami-hover.png); }
	.hover#kto-oso { background-image: url(kto-oso2-hover.png); }
	.hover#hst-chibita { background-image: url(hst-chibita-hover.png); }
	.hover#kto-akko { background-image: url(kto-akko-hover.png); }
	.hover#znk { background-image: url(znk-hover.png); }
	.hover#cso { background-image: url(cso-hover.png); }
	.hover#tnm-1 { background-image: url(tnm-1-hover.png); }
	.hover#tnm-2 { background-image: url(tnm-2-hover.png); }

	/*oabanner*/
	.oabanner-wrap {
		margin: 0;
		width: 104px;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		float: left;
		z-index: 1;
		transform: translateX(-103px);
		background-color: #fff;
	}
	.oabanner-wrap.active {
		transform: translateX(0);
	}
	.oabanner {
		height: 100vh;
		margin-bottom: 0;
	}
	.oabanner-btn {
		position: relative;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: end;
	}
	#image-change2 {
		display:none;
	}

	/*anniversary*/
	.oabanner-wrap.anniversary {
		margin: 40px auto;
		width: 600px;
		height: 144px;
		position: relative;
		left: auto;
		top: auto;
		float: none;
		z-index: 0;
		transform: translate(0, 70px);
		opacity: 0;
	}
	.oabanner-wrap.anniversary.active {
		transform: translate(0, 0);
		opacity: 1;
	}
	.anniversary .oabanner,
	.anniversary .oabanner-btn {
		height: 144px;
	}

	.oamain-wrap {
		width: 960px;
		margin: auto;
	}
	#kankichi-to-obakeyashiki {
		padding: 50px;
	}

	.oamain-title {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}

	#sonosheet .oamain-title {
		justify-content: right;
	}
	#tanukisoba-no-maki .oamain-title {
		transform: translateY(0);
	}

	.oamain-book {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#circus-soudou {
		padding-bottom: 50px;
	}

	.oamain-cover,
	#kankichi-to-obakeyashiki .oamain-info {
		width: 320px;
		margin: 0 38px;
	}
	.oamain-cover .bibi-wrap {
		width: 320px;
		height: 320px;
		margin: auto;	
	}
	.oamain-cover .oamain-copy {
		font-size: 14px;
	}
	.oamain-info .oa-text {
		font-size: 15px;
		text-align: left;
	}
	.oamain-info .oa-text .oa-title,
	.oamain-info .oa-text .oa-title-sub {
		font-size: 20px;
	}
	.oamain-read {
		width: 35em;
		margin: 1em 0;
		background-color: transparent;
		border-top: 1px #fff solid;
		padding: 0;
		font-size: 15px;
	}
	.oamain-btn {
		font-size: 14px;
	}
	.oamain-read .oa-text {
		font-size: 15px;
	}
	.oamain-read .oa-text .s {
		font-size: 13px;
	}
	.oamain-read .oa-text.text-bold {
		font-size: 15px;
		text-align: left;
	}
	
	#tanukisoba-no-maki .oamain-read .oa-text.text-bold {
		text-align: left;
	}

	#akko50s .oamain {
		display: flex;
		justify-content: center;
	}

	.oafooter {
		width: 840px;
		flex-wrap: nowrap;
		margin: 80px auto 0;
	}
	.oafooter-btn {
		width: 190px;
		border-width: 2px;
		margin: 0 40px;
	}
	.oafooter h2 {
		width: 12em;
		order: 2;
	}
	.ob1 {
		order: 1;
	}
	.ob2 {
		order: 3;
	}
	.oafooter-btn-text {
		white-space: nowrap;
	}

	.oabottom {
		margin: 100px auto 0;
	}

	/*hustle-tsushin*/
	#hustle-tsushin .oamain-title {
		flex-direction: column;
	}
	#hustle-tsushin .oamain-title {
		margin-bottom: 20px;
	}
	#hustle-tsushin .oamain-title .oa-img {
		margin: 0 0 0 60px;
	}
	#hustle-tsushin .oamain-read {
		border-top: none;
		width: 840px;
		padding: 0;
		margin: 0.5em auto 0;
	}
	#hustle-tsushin .oamain-info {
		width: 525px;
	}
	#hustle-tsushin .oa-count {
		font-size: 12px;
	}
	#hustle-tsushin .oa-source {
		font-size: 15px;
	}

	/*anniversary-illustration*/
	.anniversary-illustration .oalogo,
	.anniversary-illustration .illustration {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.anniversary-illustration .oalogo .oa-img {
		width: 640px;
		margin-bottom: 30px;
	}
	.yoshikatta-comment {
		width: 800px;
		margin: 60px auto 80px;
		padding: 4em 3.5em;
	}
	.yoshikatta-comment h2 {
		font-size: 18px;
		margin-bottom: 1.2em;
	}
	.yoshikatta-comment .oa-text {
		font-size: 16px;
	}
	.cp_box {
		width: 800px;
		margin: auto;
	}
	.cp_box input:checked ~ .cp_container {
		padding-bottom: 4em;
	}
	.banner-osomatsusan6,
	.banner-osomatsusan6 .oa-img {
		width: 550px;
	}
	.banner-osomatsusan6 .oa-text {
		text-decoration: none;
	}
	.banner-osomatsusan6:hover .oa-text {
		text-decoration: underline;
	}

	/*osotube*/
	.osotube .oalogo {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.osotube .oalogo .oa-img {
		width: 640px;
	}
	.osotube-wrap {
		margin: 40px auto;
	}
	.osotube-logo {
		margin: 0 auto 10px;
	}
	.ot-text {
		font-size: 18px;
	}
	.tab {
		justify-content: center;
		top: -105px;
	}
	.tab li {
		width: 152px;
	}
	.tab li a {
		margin: 0 4px;
	}
	.anime-thumb {
		width: 100%;
	}
	.osotube-contents.is-active {
		padding-top: 60px;
	}
	.h2-title {
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 2em;
	}
	.h2-title .black {
		font-size: 14px;
		margin-bottom: 0.75em;
	}
	.h2-title strong {
		font-size: 22px;
	}
	.h2-title .syosyutsu {
		font-size: 14px;
	}
	.pierrotchannel a {
		font-size: 16px;
		text-decoration: none;
	}
	.pierrotchannel a:hover {
		text-decoration: underline;
	}
	.youtube-wrap {
		width: 465px;
		margin: 20px auto 0;
	}
	.manga-btn {
		width: 284px;
		margin-bottom: 40px;
	}

	#anime37 .ot-text-manga32 {
		width: 690px;
		margin: 0 auto 20px;
	}
	#anime37 .manga-btn {
		width: 364px;
	}

	.osotube-hr {
		background-repeat: repeat-x;
	}
	.h3-title {
		font-size: 18px;
		margin-bottom: 40px;
		letter-spacing: 0.05em;
	}
	.kurabete-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.kurabete-con {
		margin: 0 7px;
	}
	.kurabete-con.manga {
		margin-bottom: 0;
	}

	/*banner*/
	.oabanner-wrap.anniversary {
		width: 100%;
		display: flex;
		justify-content: center;
		background-color: transparent;
	}
	.anniversary .oabanner {
		height: 120px;
		margin: 0 20px;
		width: 500px;
	}
	.anniversary .oabanner-btn,
	.anniversary .oabanner-btn .oa-img {
		height: 120px;
		width: 100%;
	}

}