@charset "UTF-8";

/* 共通 */
/*#contents { padding: 0; }*/
.rakuhaya #contents { background: #def0ef; }
.tyou_rakuhaya #contents { background: #fffce5; }
#contents > h1,
#contents > header {
	height: 0;
	overflow: hidden;
	text-align: center;
	padding-top: 117px;
	border-bottom: 4px solid;
}
.rakuhaya #contents > h1,
.rakuhaya #contents > header { border-color: #2c93ab; }
.tyou_rakuhaya #contents > h1,
.tyou_rakuhaya #contents > header { border-color: #ffd272; }

/* 詳細ページ */
.article #contents > h1 {
	background-repeat: no-repeat, repeat;
	background-size: auto 100%, auto 274px;
	background-position: center bottom, center top;
}
.rakuhaya.article #contents > h1 {
	background-image: url(../images/cooking/title_rakuhaya.png), url(../images/cooking/bg_rakuhaya.gif);
}
.tyou_rakuhaya.article #contents > h1 {
	background-image: url(../images/cooking/title_tyou_rakuhaya.png), url(../images/cooking/bg_tyou_rakuhaya.gif);
}
.article #contents #main {
	max-width: 930px;
	background: #fff;
	position: relative;
	margin: 34px auto 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.rakuhaya.article #contents #main {
	box-shadow: 3px 4px 13px 0 rgba(99,170,168,0.3);
	-moz-box-shadow: 3px 4px 13px 0 rgba(99,170,168,0.3);
	-webkit-box-shadow: 3px 4px 13px 0 rgba(99,170,168,0.3);
}
.tyou_rakuhaya.article #contents #main {
	box-shadow: 3px 4px 13px 0 rgba(229,206,156,0.3);
	-moz-box-shadow: 3px 4px 13px 0 rgba(229,206,156,0.3);
	-webkit-box-shadow: 3px 4px 13px 0 rgba(229,206,156,0.3);
}
.article #main header {
	margin-bottom: 34px;
	padding: 16px 0 20px;
	border-bottom: 1px solid #704597;
}
.article #main header .count,
.archive #main ul li header .count {
	top: -10px;
	left: 10px;
	color: #fff;
	width: 100px;
	height: 107px;
	font-size: 108%;
	font-weight: bold;
	position: absolute;
	text-align: center;
	padding-top: 33px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../images/cooking/bg_count.png) no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.article #main header h2 {
	font-weight: bold;
}
.article #main header .count span,
.archive #main ul li header .count span {
	font-size: 129%;
	display: inline-block;
}
.article #main header .date,
.article #main header .notes {
	line-height: 24px;
}
.article #main header .date span,
.archive #main ul li header .date span {
	color: #fff;
	font-size: 75%;
	background: #704597;
	display: inline-block;
	padding: 2px 7px 1px;
	margin-right: 17px;
}
.article #main > figure {
	margin-bottom: 20px;
}
.article #main > figure img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
.article #main #ichioshi {
	position: relative;
	background: #fbdb95;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}
.article #main #ichioshi h3 {
	top: -16px;
	left: 0;
	right: 0;
	width: 220px;
	margin: 0 auto;
	position: absolute;
}
.article #main #ichioshi img {
	max-width: 100%;
	height: auto;
}
.article #main #ichioshi p strong {
	color: #704597;
	font-weight: bold;
}
.article #main .movie a {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.article #main .movie a:after {
	right: 106px;
	bottom: 0;
	content: "";
	width: 119px;
	height: 104px;
	display: block;
	position: absolute;
	background: url(../images/cooking/img_movie.png) no-repeat center center;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.article #main .movie a span {
	display: block;
	line-height: 0;
	text-align: center;
	background: #eb246f;
	padding: 22px 0 25px;
	border: 9px solid #db0857;
}
.article #main .movie a span:before {
	top: 0;
	bottom: 0;
	right: calc(50% + 148px);
	content: "";
	width: 50px;
	height: 38px;
	margin: auto 0;
	display: block;
	position: absolute;
	background: url(../images/cooking/icon_movie.gif) no-repeat center center;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.article #recipe {
	clear: both;
	padding-top: 19px;
}
.article #material {
	position: relative;
	background: #f9f5ed;
	padding: 16px 0 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	filter: drop-shadow(0 0 2px rgba(158,148,128,.8));
	-moz-filter: drop-shadow(0 0 2px rgba(158,148,128,.8));
	-webkit-filter: drop-shadow(0 0 2px rgba(158,148,128,.8));
}
.article #material:before {
	content: "";
	display: block;
	top: -19px;
	left: 0;
	right: 0;
	width: 100%;
	height: 19px;
	position: absolute;
	background: url(../images/cooking/bg_material.png) repeat-x center top;
}
.article #material h2 {
	color: #fff;
	position: relative;
	background: #764e2b;
	display: inline-block;
	padding: 4px 31px 4px 26px;
}
.article #material h2:after {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 99%;
	height: 100%;
	display: block;
	position: absolute;
	background: rgba(118,78,43,.58);
	transform: rotate(1.77deg);
	-moz-transform: rotate(1.77deg);
	-webkit-transform: rotate(1.77deg);
	transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
}
.article #material h2 * {
	font-weight: normal;
}
.article #material > div {
	padding: 0 20px;
}
.article #material table {
	width: 100%;
	table-layout: fixed;
}
.article #material table thead tr > * {
	height: 0;
	padding: 0;
}
.article #material table thead th:first-child {
	width: 8.2%;
}
.article #material table thead td {
	width: 32.55%;
}
.article #material table tr + tr > * {
	border-top: 1px dotted #e5e2dc;
}
.article #material table tbody tr > * {
	vertical-align: top;
	padding: 11px 0 9px;
}
.article #material table tbody th:not(.ichioshi):first-letter {
	color: #704597;
}
.article #material table tbody th[rowspan] {
	font-weight: bold;
}
.article #material table .ichioshi {
	color: #ea5d4f;
	font-weight: bold;
}
.article #material table .ichioshi span {
	color: #fff;
	padding: 1px 3px;
	font-size: 75%;
	line-height: 1.20;
	background: #ea5d4f;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	vertical-align: middle;
	margin-left: 5px;
}
.article #material table .ichioshi span i {
	margin-right: -2px;
	display: inline-block;
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}
.article #flow > section + section {
	margin-top: 30px;
}
.article #flow h3 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 6px 17px 2px;
}
.article #flow #preparation h3 { background: #ecb046; }
.article #flow #howto h3 { background: #e95f9b; }
.article #flow #point h3 { background: #51b233; }
.article #flow h3 ~ * {
	line-height: 1.57;
}
.article #flow section ul li {
	padding-left: 45px;
	position: relative;
	counter-increment: num;
}
.article #flow section ul li:before {
	top: 3px;
	left: 0;
	color: #fff;
	width: 28px;
	height: 28px;
	display: block;
	font-size: 115%;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	background: #bbbbbb;
	content: counter(num);
}
.article #flow section ul li + li {
	margin-top: 1.57em;
}
.article #main + nav {
	margin: 0 auto;
	max-width: 930px;
	padding-bottom: 47px;
	text-align: center;
}
.article #main + nav a {
	display: block;
}
.article #main + nav ul:after {
	content: "";
	display: block;
	clear: both;
}
.article #main + nav ul li {
	width: 50%;
	font-weight: bold;
}
.article #main + nav ul .prev {
	float: left;
	text-align: left;
}
.article #main + nav ul .next {
	float: right;
	text-align: right;
}
.article #main + nav ul a {
	position: relative;
}
.article #main + nav ul .prev a {
	padding-left: 28px;
}
.article #main + nav ul .next a {
	padding-right: 28px;
}
.rakuhaya.article #main + nav ul a {
	color: #0085a1;
}
.tyou_rakuhaya.article #main + nav ul a {
	color: #d76120;
}
.article #main + nav ul a:before,
.article #main + nav ul a:after {
	content: "";
	display: block;
	position: absolute;
}
.article #main + nav ul a:before {
	top: 0;
	width: 12px;
	height: 12px;
	border: 2px solid;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.article #main + nav ul .prev a:before {
	left: 5px;
}
.article #main + nav ul .next a:before {
	right: 5px;
}
.article #main + nav ul a:after {
	top: 5px;
	width: 4px;
	height: 4px;
	border-top: 2px solid;
}
.article #main + nav ul .prev a:after {
	left: 11px;
	border-left: 2px solid;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.article #main + nav ul .next a:after {
	right: 11px;
	border-right: 2px solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.article #main + nav ul a span {
	color: #000;
	font-weight: normal;
}
.article #main + nav p a {
	color: #fff;
	height: 57px;
	font-size: 108%;
	line-height: 57px;
	font-weight: bold;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left: 47px;
	padding-right: 32px;
	position: relative;
}
.rakuhaya.article #main + nav p a { background: #0085a1; }
.tyou_rakuhaya.article #main + nav p a { background: #d76120; }
.article #main + nav p a:before,
.article #main + nav p a:after {
	top: 0;
	bottom: 0;
	content: "";
	margin: auto 0;
	display: block;
	position: absolute;
}
.article #main + nav p a:before {
	left: 18px;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.article #main + nav p a:after {
	left: 24px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.article #main + nav ul li span {
	display: block;
}
@media (min-width:769px){
	.article #contents #main {
		padding: 0 60px 60px;
	}
	.article #main header,
	.archive #main ul li header {
		padding-left: 80px;
	}
	.article #main header h2,
	.archive #main ul li header h2 {
		font-size: 200%;
	}
	.article #main header .date {
		float: left;
		font-size: 124%;
	}
	.article #main header .date span {
		font-size: 75%;
	}
	.article #main header .notes {
		float: right;
	}
	.article #main header:after {
		content: "";
		display: block;
		clear: both;
	}
	.article #main > figure {
		float: left;
	}
	.article #main #ichioshi {
		float: right;
		width: 230px;
		position: relative;
		padding: 37px 20px 18px;
	}
	.article #main #ichioshi p {
		font-size: 124%;
	}
	.article #main #ichioshi p small {
		font-size: 88%;
		display: inline-block;
	}
	.article #main #ichioshi:after {
		width: 0;
		height: 0;
		top: 100px;
		left: -10px;
		content: "";
		display: block;
		position: absolute;
		border-style: solid;
		border-width: 10px 10px 10px 0;
		border-color: transparent #fbdb95 transparent transparent;
	}
	.article #main #ichioshi + * {
		clear: both;
	}
	.article #main .movie a img {
		width: 253px;
	}
	.article #recipe:after {
		content: "";
		display: block;
		clear: both;
	}
	.article #material {
		float: left;
		max-width: 334px;
	}
	.article #material h2 {
		font-weight: bold;
		font-size: 139%;
	}
	.article #material h2 span {
		font-size: 77%;
		display: inline-block;
	}
	.article #material h2 small {
		font-size: 72%;
		display: inline-block;
	}
	.article #material table th {
		font-size: 124%;
	}
	.article #material table td {
		font-size: 108%;
	}
	.article #flow {
		float: right;
		max-width: 437px;
	}
	.article #flow h3 {
		font-size: 139%;
	}
	.article #flow h3 ~ * {
		font-size: 108%;
	}
	.article #main + nav ul li span {
		font-size: 124%;
	}
}
@media (max-width:768px){
	.article #contents #main {
		margin: 15px;
		padding: 15px;
	}
	.article #main header {
		padding-top: 0;
		padding-left: 105px;
		padding-bottom: 10px;
	}
	.article #main header h2 {
		font-size: 16px;
	}
	.article #main header .date {
		margin: 5px 0;
		line-height: 20px;
	}
	.article #main header .date span {
		margin-right: 5px;
	}
	.article #main #ichioshi {
		padding: 40px 15px 15px;
	}
	.article #main #ichioshi figure {
		text-align: center;
	}
	.article #main .movie a {
		margin-top: 20px;
	}
	.article #main .movie a:after {
		right: -6px;
	}
	.article #main .movie a span {
		padding: 22px 100px 24px 0
	}
	.article #main .movie a span:before {
		width: 25px;
		height: 19px;
		position: static;
		display: inline-block;
		margin: 0 12px -3px 0;
	}
	.article #main .movie a img {
		width: 128px;
	}
	.article #flow {
		margin-top: 20px;
	}
	.article #main + nav ul {
		display: flex;
		padding: 0 15px 10px;
	}
	.article #main + nav ul li {
		float: none;
	}
	.article #main + nav ul li:only-child {
		width: 100%;
	}
	.article #main + nav ul li + li {
		border-left: 1px solid;
	}
	.article #main + nav ul li a {
		display: block;
	}
	.article #main + nav ul li:first-child a {
		padding-right: 10px;
	}
	.article #main + nav ul li + li a {
		padding-left: 10px;
	}
	.rakuhaya.article #main + nav ul li + li { border-color: #0085a1; }
	.tyou_rakuhaya.article #main + nav ul li + li { border-color: #d76120; }
}

/* 一覧ページ */
.archive #contents > header {
	height: auto;
	position: relative;
	background: repeat center top;
	background-size: auto 274px;
	-moz-background-size: auto 274px;
	-webkit-background-size: auto 274px;
}
.rakuhaya.archive #contents > header > div {
	filter: drop-shadow(3px 4px 5px rgba(99,170,168,.3));
}
.tyou_rakuhaya.archive #contents > header > div {
	filter: drop-shadow(3px 4px 5px rgba(255,210,114,1));
}
.archive #contents > header h1 {
	height: 0;
	overflow: hidden;
	display: block;
	background: no-repeat center bottom;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.rakuhaya.archive #contents > header {
	background-image: url(../images/cooking/bg_rakuhaya.gif);
}
.rakuhaya.archive #contents > header h1 {
	background-image: url(../images/cooking/title_rakuhaya_list.png);
}
.tyou_rakuhaya.archive #contents > header {
	background-image: url(../images/cooking/bg_tyou_rakuhaya.gif);
}
.tyou_rakuhaya.archive #contents > header h1 {
	background-image: url(../images/cooking/title_tyou_rakuhaya_list.png);
}
.archive #contents > header div div {
	background: #fff;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.archive #contents > header .text {
	border-bottom: 1px solid;
}
.rakuhaya.archive #contents > header .text { border-color: #bde1df; }
.tyou_rakuhaya.archive #contents > header .text { border-color: #ffd272; }
.archive #contents > header .buy {
	margin-top: 14px;
}
.archive #contents > header .buy * {
	vertical-align: middle;
}
.archive #contents > header .buy img {
	margin: 0 5px;
}
.archive #contents > header .buy small {
	padding-left: 1em;
	text-indent: -1em;
}
.archive #main > h2 {
	color: #e95f9b;
	font-size: 185%;
	font-weight: bold;
	text-align: center;
	margin: 34px 0 16px;
}
.archive #main > h2 span {
	background: linear-gradient(transparent 70%, #fff 70%, #fff 90%, transparent 90%);
}
.archive #main > h2 + p {
	font-size: 108%;
	text-align: center;
	padding-bottom: 20px;
}
.archive #main ul {
	padding-bottom: 50px;
}
.archive #main ul li {
	padding: 20px;
	background: #fff;
	margin-top: 30px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 3px 4px 13px 0 rgba(99,170,168,0.3);
	-moz-box-shadow: 3px 4px 13px 0 rgba(99,170,168,0.3);
	-webkit-box-shadow: 3px 4px 13px 0 rgba(99,170,168,0.3);
}
.rakuhaya.archive #main ul li {
	box-shadow: 3px 4px 13px 0 rgba(99,170,168,0.3);
	-moz-box-shadow: 3px 4px 13px 0 rgba(99,170,168,0.3);
	-webkit-box-shadow: 3px 4px 13px 0 rgba(99,170,168,0.3);
}
.tyou_rakuhaya.archive #main ul li {
	box-shadow: 3px 4px 13px 0 rgba(229,206,156,0.3);
	-moz-box-shadow: 3px 4px 13px 0 rgba(229,206,156,0.3);
	-webkit-box-shadow: 3px 4px 13px 0 rgba(229,206,156,0.3);
}
.archive #main ul li header .count {
	left: 2px;
}
.archive #main ul li > figure img {
	max-width: 100%;
}
.archive #main ul li .ichioshi {
	color: #666;
	font-size: 108%;
	padding: 0 30px;
	position: relative;
	background: #fbdb95;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}
.archive #main ul li .ichioshi:after {
	width: 0;
	height: 0;
	top: 100px;
	left: -10px;
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fbdb95 transparent transparent;
}
.archive #main ul li .ichioshi h3 {
	text-align: center;
	margin: -16px -30px 0;
}
.archive #main ul li .ichioshi h3 img {
	width: 200px;
}
.archive #main ul li .ichioshi figure img {
	max-width: 100%;
	margin: 8px 0 10px;
}
.archive #main ul li .link {
	padding-top: 20px;
}
.archive #main ul li .link a {
	height: 54px;
	display: block;
	font-size: 124%;
	line-height: 54px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 2px solid #c6c6c6;
	text-align: center;
}
.archive #main ul li .link a:before,
.archive #main ul li .link a:after {
	content: none;
}
.archive #main ul li .link a span {
	position: relative;
	padding-right: 50px;
	display: inline-block;
}
.archive #main ul li .link a span:before,
.archive #main ul li .link a span:after {
	content: "";
	top: 0;
	bottom: 0;
	margin: auto 0;
	position: absolute;
}
.archive #main ul li .link a span:before {
	width: 12px;
	height: 12px;
	right: 0;
	border: 2px solid #e95f9b;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.archive #main ul li .link a span:after {
  width: 4px;
  height: 4px;
  right: 6px;
  border-top: 2px solid #e95f9b;
  border-right: 2px solid #e95f9b;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (min-width:769px){
	body.archive {
		min-width: 1200px;
	}
	.archive #contents > header{
		padding: 0;
	}
	.archive #contents > header > div {
		margin: 0 auto;
		max-width: 1200px;
		padding: 45px 35px 45px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.archive #contents > header > div:after {
		content: "";
		display: block;
		clear: both;
	}
	.archive #contents > header h1 {
		bottom: 0;
		left: calc(50% - 590px);
		width: 687px;
		padding-top: 272px;
		position: absolute;
	}
	.archive #contents > header div div {
		float: right;
		width: calc(100% - 630px);
		height: 182px;
		padding: 0 25px 0 80px;
	}
	.archive #contents > header .text {
		font-size: 14px;
		line-height: 24px;
		padding: 18px 0 12px;
	}
	.archive #contents > header .text span {
		display: block;
		margin-right: -5px;
	}
	.archive #contents > header .buy strong {
		font-size: 9px;
		display: inline-block;
	}
	.archive #contents > header .buy small {
		font-size: 69%;
		line-height: 12px;
		display: inline-block;
	}
	.archive #main ul {
		margin: 0 auto;
		max-width: 1200px;
	}
	.archive #main ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.archive #main ul li {
		width: 586px;
		padding-top: 10px;
	}
	.archive #main ul li:nth-child(odd) {
		float: left;
		clear: both;
	}
	.archive #main ul li:nth-child(even) {
		float: right;
	}
	.archive #main ul li header {
		margin-left: 70px;
		padding-left: 16px;
		padding-bottom: 12px;
		margin-bottom: 24px;
		border-bottom: 1px solid #704597;
	}
	.archive #main ul li header .count {
		width: 84px;
		height: 89px;
		padding-top: 25px;
		padding-left: 8px;
	}
	.archive #main ul li header h2 {
		font-size: 170%;
	}
	.archive #main ul li header .date span {
		font-size: 93%;
		margin-right: 5px;
	}
	.archive #main ul li header .date time {
		font-size: 124%;
	}
	.archive #main ul li > figure {
		width: 287px;
		float: left;
	}
	.archive #main ul li .link {
		clear: both;
	}
	.archive #main ul li .ichioshi {
		float: right;
		width: 238px;
		padding-bottom: 12px;
	}
}
@media (max-width:768px){
	.archive #contents > header {
		padding: 15px;
	}
	.archive #contents > header h1 {
		width: 100%;
		margin: 0 auto;
		padding-top: 40%;
	}
	.archive #contents > header > div div {
		padding: 20px 20px 10px;
	}
	.archive #contents > header .text {
		padding-bottom: 10px;
	}
	.archive #contents > header .buy {
		text-align: center;
	}
	.archive #contents > header .buy img {
		margin-right: 0;
	}
	.archive #contents > header .buy small {
		display: block;
		margin-top: 10px;
	}
	.archive #main ul {
		margin: 0 15px;
	}
	.archive #main ul li {
		margin-top: 15px;
	}
	.archive #main ul li header {
		margin-left: 65px;
		padding-left: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #704597;
	}
	.archive #main ul li header .count {
		width: 80px;
		height: 86px;
		padding-top: 25px;
		padding-left: 7px;
	}
	.archive #main ul li header h2 {
		font-size: 20px;
	}
	.archive #main ul li > figure {
		margin: 10px 0 20px;
	}
	.archive #main ul li .ichioshi {
		text-align: center;
		padding-top: 1px;
		padding-bottom: 15px;
	}
	.archive #main ul li .ichioshi:after {
		top: -10px;
		left: 15px;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #fbdb95 transparent;
	}
	.archive #main ul li .ichioshi figure img {
		width: 100%;
	}
	.archive #main ul li .link a span {
		padding-right: 25px;
	}
}

/* モーダル設定 */
#modal {
	height: 0;
	margin: auto;
	padding-top: calc((100vw - 20px) * 0.5625);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media (min-width:931px){
	#modal {
		padding-top: 522px;
	}
}
#modal > div {
	overflow: hidden;
}
#modal > div,
#modal iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}