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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1rem;
	line-height: 1.6;
	vertical-align:baseline;
	font-feature-settings: palt;
	color: #222222;
}

h1, h2, h3 {
	letter-spacing: -0.05rem;
}

img {
	width: auto;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align: middle;
}

pre {
	display: none;
}

a {
	color: #222;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #CCC;
	border: none;
}

.clearfix:after {content:".";font-size:0.1em;line-height:0;display:block;height:0;visibility:hidden;clear:both;}
.clearfix {display:inline-block;}* html .clearfix{height:1%;}.clearfix{display:block;}
* html .clearfix { height: 1px; height: auto; overflow: hidden; }

body {
	background-color: #FEFDFD;
}
.pc {
	display: none;
}

.basic_btn {
	position: relative;
	margin: 1rem auto;
	display: block;
	max-width: 300px;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	font-weight: bold;
	border: 1px solid #CCC;
	text-decoration: none;
	text-align: center;
	color: #222;
}
.basic_btn:after {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1rem;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	justify-content: center;
	align-items: center;
}
.basic_btn_bottom:after {
	right: 3vmin;
	content: "\f078";
}
#site_header {
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	justify-content: space-between;
	background-color: #FEFDFD;
	transition: all .3s;
	z-index: 100;
}
#site_header > h1,
#site_header > h1 a {
	display: block;
	width: 40vmin;
	height: 15vmin;
}
#site_header > h1 a {
	background-image: url("../img/kisspress_logo.svg");
	background-size: 85%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	background-position: 50% 50%;
	transition: background .3s;
}
#site_header .sns_links {
	position: absolute;
	display: flex;
	list-style: none;
	top: 0;
	right: 18vmin;
}
#site_header .sns_links a {
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 8vmin;
	height: 15vmin;
}
#site_header .sns_links a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	font-family: "Font Awesome 5 Brands";
	text-indent: 0;
	line-height: 15vmin;
	text-align: center;
	font-size: 6vmin;
	color: #222222;
	font-weight: normal;
}
#site_header .sns_links .tw a:before {
	content: "\f099";
}
#site_header .sns_links .fb a:before {
	content: "\f39e";
}
#site_header .sns_links .ig a:before {
	content: "\f16d";
}
#site_header .sns_links .li a:before {
	content: "\f3c0";
}

#site_footer {
	background: #FFF;
	padding: 5vmin;
	border-top: 1px solid #222;
}
#site_footer nav ul {
	list-style: none;
	border-bottom: 1px solid #CCC;
	padding: 0 0 3vmin;
	margin: 0 0 3vmin;
}
#site_footer nav ul li {
	display: inline-block;
	margin: 0 0.5rem 0.25rem 0;
}
#site_footer nav a {
	color: #222;
	text-decoration: none;
}
#site_footer nav a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	margin: 0 0.2rem 0 0;
}
#footer_contribute p {
	font-size: 0.8rem;
	margin: 0 0 0.5rem;
}
.copyright {
	margin: 1rem 0 0;
	text-align: center;
}

#sns_info {
	display: none;
}

#navBtn {
	position: fixed;
	top: 0;
	right: 0;
	width: 15vmin;
	height: 15vmin;
	z-index: 100;
}
#navBtn div,
#navBtn div:before,
#navBtn div:after {
	position: absolute;
	left: calc(50% - 4vmin);
	top: calc(50% - 0.5vmin);
	content: "";
	display: block;
	width: 8vmin;
	height: 1vmin;
	background-color: #000;
	transition: all .3s;
}
#navBtn div:before {
	margin-top: -2vmin;
}
#navBtn div:after {
	margin-top: 2vmin;
}
.opened #navBtn div {
	width: 0;
	left: 50%;
}
.opened #navBtn div:before {
	transform:  rotate(135deg);
	margin-top: 0;
}
.opened #navBtn div:after {
	transform:  rotate(-135deg);
	margin-top: 0;
}
#global_nav {
	display: none;
}
#event_search,
#event_search label {
	width: 100%;
	display: block;
	font-size: 0;
	box-sizing: border-box;
}
#event_search {
	padding: 5vmin;
	display: none;
}
#slider_menu #event_search {
	display: block;
}
#event_search input {
	width: calc(100% - 5rem);
	box-sizing: border-box;
	line-height: 3rem;
	height: 3rem;
	border-radius: 4px 0 0 4px;
	border: 1px solid #CCC;
}
#event_search input[type="submit"] {
	width: 5rem;
	border-left: none;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FCFCFC, #F3F3F3);
}
#slider_menu {
	display: none;
	position: fixed;
	top: 15vmin;
	left: 0;
	width: 100%;
	height: calc(100% - 15vmin);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #E9E6E3;
}
#slider_nav > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 5vmin 5vmin;
	list-style: none;
}
#slider_nav > ul li {
	width: 44.5vmin;
	margin: 0 0 1vmin;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #EDECE8;
}
#slider_nav > ul li a {
	display: block;
	padding: 3vmin 0;
	text-align: center;
	border-radius: 4px;
	color: #222222;
	text-decoration: none;
	font-size: 0.8rem;
}
#slider_nav > ul li.presents.main {
	display: none;
}
#slider_menu #sub_wrapper {
	margin: 0 5vmin 5vmin;
}
#ad_rectangle {
	margin: 5vmin auto;
}
#magazine a {
	display: flex;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #EDECE8;
	text-decoration: none;
}
#magazine .image {
	width: 40%;
}
#magazine img {
	width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}
#magazine .title {
	position: relative;
	padding: 5vmin;
	font-size: 0.8rem;
	width: 60%;
	box-sizing: border-box;
}
#magazine .title span {
	font-size: 0.8rem;
}
#magazine .title span:nth-child(1) {
	display: block;
	font-family: 'Vollkorn', serif;
	font-size: 1.2rem;
}
#magazine .title:before {
	position: absolute;
	right: calc(5vmin + 0.9rem);
	bottom: 5vmin;
	display: inline;
	content: "詳細";
}
#magazine .title:after {
	position: absolute;
	right: 5vmin;
	bottom: 5vmin;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.banner_widget {
	width: 100%;
	margin: 5vmin 0;
}
.banner_widget header {
	display: flex;
	justify-content: space-between; 
	margin: 0 0 2vmin;
}
.banner_widget header h1 {
	display: inline;
	widows: auto;
	height: auto;
	font-family: 'Vollkorn', serif;
	font-size: 1.4rem;
	line-height: 1;
}
.banner_widget header a {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.4rem;
	text-decoration: none;
	color: #222222;
}
.banner_widget header a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 0 0 0.2rem;
}
.banner_widget ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	list-style: none;
}
.banner_widget ul li {
	width: 44.5vmin;
	margin: 0 0 1vmin;
}
.banner_widget ul li a {
	display: block;
	text-decoration: none;
}
.banner_widget ul li a img {
	width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
	
}
.banner_widget ul li a p {
	color: #FFF;
	font-size: 0.8rem;
	display: none;
}

#contents {
	padding-top: 15vmin;
}

#page_header {
	padding: 0 5vmin 5vmin;
}
#page_header h1 {
	font-size: 1.4rem;
}


#article_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.article_data {
	width: 50%;
	position: relative;
	text-decoration: none;;
	box-sizing: border-box;
	padding: 2vmin 3vmin 3vmin 4vmin;
	padding-top: 26.175vmin;
}
body.Root .article_data:first-child {
	width: 100%;
	padding-top: 52.35vmin;
}

.article_data:before {
	position: absolute;
	content: "";
	width: 1px;
	top: 0;
	bottom: 0;
	left: -1px;
	background-color: #222;
}
.article_data .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 50vw;
	height: 0;
	padding-top: 26.175vmin;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}
body.Root .article_data:first-child .image {
	width: 100vw;
	padding-top: 52.35vmin;
}
.article_data .image img {
	width: 100%;
	height: 52.35%;
	object-fit: cover;	
}
.article_data h1 {
	margin: 2.5vmin 0 0;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: bold;
}
.article_data .description {
	display: none;
}
.article_data .event_term,
.article_data .location {
	display: inline-block;
	font-size: 0.8rem;
	margin: 0.3rem 0 0;
}
.article_data .icon.pr {
	display: inline-block;
	font-size: 11px;
	padding: 0 6px;
	color: #FFF;
	background-color: #4C8622;
}

.ad_infeed {
	width: 50%;
	position: relative;
}
.ad_infeed:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	content: "";
	width: 1px;
	background-color: #222;
}
.ad_infeed:after {
	position: absolute;
	bottom: 3vmin;
	right: 3vmin;
	content: "PR";
	background-color: #7CB15F;
	color: #FFF;
	font-size: 0.8rem;
	padding: 0 1vmin;
}
.ad_infeed > div {
	width: 100% !important;
}

#article_share {
	padding: 0 5vmin 5vmin;
}
#article_share div {
	background-color: #F6F3F3;
	display: flex;
	box-sizing: border-box;
	padding: 0 3vmin 0 0;
}
#article_share div:first-child {
	margin: 2vmin 0;
}
#article_share div p {
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	width: 40%;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
}
#article_share .sns_links {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	width: 60%;
}
#article_share .sns_links li {
	width: 30%;
}
#article_share .sns_links a {
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 100%;
	height: 60px;
	text-align: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
#article_share .sns_links a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	font-family: "Font Awesome 5 Brands";
	text-indent: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	color: #222222;
	font-weight: normal;
}
#article_share .sns_links .tw a:before {
	content: "\f099";
	color: #1DA1F2;
}
#article_share .sns_links .fb a:before {
	content: "\f39e";
	color: #4267B2;
}
#article_share .sns_links .ig a:before {
	content: "\f16d";
	color: #D93B75;
}
#article_share .sns_links .li a:before {
	content: "\f3c0";
	color: #00B900;
}
#article_share .sns_follow .sns_links li {
	width: 25%;
}
#article_footer {
	padding: 0 5vmin 5vmin;
	text-align: right;
}
#article_footer p {
	font-size: 0.8rem;
}

#article_list > .open_info {
	position: relative;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 3vmin 3vmin 3vmin 5vmin;
	border: 1px solid #DC8B25;
	justify-content: space-between;
	margin: 0 0 5vmin;
}
#article_list > .open_info .article_data {
	width: 49%;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#article_list > .open_info .article_data:last-child {
	display: none;
}
#article_list > .open_info .article_data h1 {
	font-size: 0.8rem;
	line-height: 1rem;
}
#article_list > .open_info .article_data .ribbon {
	background-color: #DC8B25;
}
#article_list > .open_info > h1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 3vmin;
	overflow: hidden;
	background-color: #DC8B25;
	color: #FFF;
	text-indent: -9999px;
}



/* .aside_articles */
.aside_articles {
	background-color: #F3ECEC;
	width: 100% !important;
	border-top: 1px solid #EEDDDD;
	border-bottom: 1px solid #EEDDDD;
	padding: 0.6rem 0;
	margin: 0.5rem 0;
}
.aside_articles:last-child {
	margin: 0;
}
.aside_articles header {
	display: block;
	margin: 0 10px 5px;
}
.aside_articles header h1 {
	font-size: 1rem !important;
}
.slide_wrapper {
	position: relative;
	overflow: hidden;
    /*-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}
.slide_wrapper .slide_prev,
.slide_wrapper .slide_next {
	position: absolute;
	bottom: 50%;
	background-color: #222;
	color: #FFF;
	margin-top: -1rem;
	width: 1.6rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.8rem;
	text-align: center;
	cursor: pointer;
	text-indent: -9999px;
}
.slide_wrapper .slide_prev:before,
.slide_wrapper .slide_next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.3rem 0 0 -0.2rem;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}
.slide_wrapper .slide_prev:before {
	border-width: 0.3rem 0.4rem 0.3rem 0;
	border-color: transparent #FFFFFF transparent transparent;
}
.slide_wrapper .slide_next:before {
	border-width: 0.3rem 0 0.3rem 0.4rem;
	border-color: transparent transparent transparent #FFFFFF;
}
.slide_wrapper .slide_prev {
	left: 0;
}
.slide_wrapper .slide_next {
	right: 0;
}
.slider_contents {
	display: block;
	width: 400vmin;
	box-sizing: border-box;
	justify-content: space-around;
	list-style:  none;
}
.slider_contents li {
	float: left;
	width: 45vmin;
	padding-left: 2vmin;
	box-sizing: border-box;
}
.slider_contents li a {
	position: relative;
	display: block;
	text-decoration: none;
}
.slider_contents li a p {
	margin: 0.4rem 0 0;
	font-size: 1rem;
	line-height: 1.2;
}
[case="B"] .slider_contents li a p {
	font-weight: bold;
}
.slider_contents li a .image {
	width: 100%;
	height: 0;
	padding-top: 52.35%;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}
.slider_contents li a .ribbon {
	position: absolute;
	top: 0.2rem;
	left: -3px;
	display: inline-block;
	min-width: 40px;
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	background-color: #9A2222;
	color: #FFF;
	font-size: 0.6rem;
	font-family: Arial, Helvetica, "sans-serif";
	font-style: italic;
}
.slider_contents li a .ribbon.pr {
	background-color: #4C8622;
}
.slider_contents li a .ribbon:before {
	position: absolute;
	content: "";
	display: block;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 3px 0;
	border-color: transparent #06509e transparent transparent;
}

/*--------------------------------------
	Search page
--------------------------------------*/
#search_nav {
	display: block;
	margin: 0 0 5vmin;
}
#search_nav form {
	width: 90vmin;
	margin: 0 auto;
	text-align: center;
}
#search_nav div {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	text-align: left;
}
#search_nav label {
	position: relative;
	width: 44.5vmin;
	font-size: 0.8rem;
	height: 10vmin;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0 0 1vmin;
}
#search_nav input,
#search_nav select {
	width: 100%;
	box-sizing: border-box;
	font-size: 1rem;
	border: none;
	background: none;
	line-height: 10vmin;
	height: 10vmin;
}
#search_nav select option {
	font-size: 12px;
	line-height: 1;
}
#search_nav #search_nav_keyword {
	width: 100%;
}
#search_nav #search_nav_keyword input {
	font-size: 1rem;
	font-weight: bold;
}
#search_nav #search_nav_date input,
#search_nav #search_nav_district select {
	padding: 0 0 0 1.5rem;
}
#search_nav #search_nav_date:before,
#search_nav #search_nav_district:before {
	position: absolute;
	display: block;
	width: 1.5rem;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	line-height: 10vmin;
	text-align: center;
}
#search_nav #search_nav_district:before {
	content: "\f3c5";
	font-weight: 900;
}
#search_nav input[type="submit"] {
	border-radius: 4px;
	border: 1px solid #CCC;
	width: 40vmin;
	margin: 0 auto;
	height: 10vmin;
	background: linear-gradient(#FCFCFC, #F3F3F3);
	cursor: pointer;
	font-weight: bold;
}

#date_nav {
	position: relative;
	width: 100%;
	height: 0;
}
#date_nav > a {
	position: absolute;
	top: -15vmin;
	display: inline-block;
	height: 10vmin;
	width: 20vmin;
	line-height: 10vmin;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8rem;
}
#date_nav_prev:before,
#date_nav_next:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 10vmin;
	font-size: 0.8rem;
}
#date_nav_prev {
	left: 5vmin;
	text-align: left;
}
#date_nav_prev:before {
	content: "\f053";
	margin: 0 0.2rem 0 0;
}
#date_nav_next {
	right: 5vmin;
	text-align: right;
}
#date_nav_next:after {
	content: "\f054";
	margin: 0 0 0 0.2rem;
}



/*--------------------------------------
	Article page
--------------------------------------*/
#head_thumb {
	position: fixed;
	top: 15vmin;
	z-index: -1;	
	width: 100vw;
	height: 50vmin;
	background-size: cover;
	background-position: 50% 50%;
}
#article_detail {
	position: relative;
	margin: 50vmin 0 0;
	background-color: #FEFDFD;
	overflow: hidden;
}
#article_detail #event_end {
	margin: 5vmin 5vmin 0;
	border: 1px solid #F00;
	color: #F00;
	text-align: center;
	font-size: 1rem;
	padding: 0.5rem 0;
}
#article_detail #event_end p {
	color: #F00;
}

#article_detail.detail_img {
	margin: 0;
}
#article_detail.detail_img img {
	width: 100%;
}

#article_detail .more_contents {
	display: block;
	height: 0;
	overflow: hidden;
	transition: all .5s;
	box-sizing: border-box;
}
#article_detail .more_contents.sentence {
	height: 3.2rem;
}
#article_detail.opened .more_contents {
	height: auto !important;
	margin: 0 0 5vmin;
}
#read_more {
	background: #FFF;
	box-sizing: border-box;
	padding: 0 0 5vmin;
	text-align: center;
}
#article_detail.opened #read_more .read_more_btn {
	display: none;
}
#read_more #ad_rectangle {
	margin: 0 auto;
}
#read_more .read_more_btn {
	border: 2px solid #222;
}
#read_more.opened .read_more_btn {
	display: none;
}
#article_detail .article_contents {
	box-sizing: border-box;
	padding: 5vmin 5vmin 0;
}
#article_detail .images {
	margin: 5vmin -5vmin 0 0;
}
#article_gellery {
	padding: 0 0 0 5vmin;
}
#article_detail .images a {
	display: block;
	width: 90vmin;
	text-decoration: none;
	background-color: #E9E3E3;
}
#article_detail .images a img,
#article_gellery img {
	width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}
#article_detail .images a p {
	display: block;
	margin: 0;
	padding: 0.3rem;
	font-size: 0.8rem;
	text-decoration: none;
	line-height: 1.1;
}
#article_detail .images div {
	margin: 2vmin 0 0;
	column-count: 2;
	column-gap: 2vmin;
}
#article_detail .images .grid-sizer,
#article_gellery .grid-sizer {
	width: 46vmin;
}
#article_detail .images div a,
#article_gellery a {
	width: 44vmin;
	margin: 0 0 2vmin;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-decoration: none;
}
#article_gellery p {
	font-size: 0.8rem;
	line-height: 1.2;
}
#article_detail time {
    font-size: 0.8rem;
	line-height: 1;
    color: #369;
}
#article_detail h1 {
    font-size: 1.3rem;
	line-height: 1.3;
	margin: 0.2rem 0;
}
#article_detail h2 {
    font-size: 1.1rem;
    color: #E50;
	margin: 0.8rem 0 0.5rem;
}
#article_detail h2 {
	font-size: 16px;
	color: #E50;
}
#article_detail p.sentence1 {
	font-size: 1rem;
}
#article_detail p.sentence2 {
	margin: 1rem 0 0;
	font-size: 1rem;
	padding: 5vmin;
	background-color: #F6F3F3;
}
#basic_detailtable {
	padding: 0 5vmin 5vmin;
}
#basic_detailtable dl {
	display: block;
	border: 1px solid #CCC;
}
#basic_detailtable dl dt {
	background-color: #F6F3F3;
	padding: 2vmin 0;
	text-align: center;
	font-weight: bold;
	font-size: 0.8rem;
	border-top: 1px solid #CCC;
}
#basic_detailtable dl dt:first-child {
	border-top: none;
}
#basic_detailtable dl dd {
	padding: 3vmin;
}
#basic_link {
	padding: 0 5vmin 5vmin;
}
#basic_link ul {
	display: block;
	list-style: none;
	border-top: 1px solid #CCC;
}
#basic_link ul li {
	display: block;
	border-bottom: 1px solid #CCC;
}
#basic_link ul li a {
	display: block;
	padding: 3vmin 0;
	text-decoration: none;
	color: #222222;
	font-size: 1rem;
}
#basic_link ul li a:hover {
	background-color: #DEF;
}
#basic_link ul li a span:after {
	content: "　";
}
#basic_link ul li a span:last-child {
	display: inline-block;
	color: #E50;
	font-size: 0.8rem;
}

#article_interview {
	padding: 0 5vmin 5vmin;
}
#article_interview p {
	margin: 0.5rem 0;
}
#article_interview p.question {
	font-weight: normal;
	line-height: 1.4;
	font-style: italic;
	color: #E63;
	margin: 1rem 0 0.5rem;
}
#article_detail_img {
	padding: 5vmin;
}
#article_detail_img h1 {
	font-size: 1.2rem;
}
#article_detail_img ul {
	list-style: none;
}
#article_detail_img ul li {
	width: 100%;
	height: auto;
	display: block;
	background-color: #E9E3E3;
	margin: 5vmin 0;
}
#article_detail_img ul li img {
	line-height: 1;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
#article_detail_img ul li span {
	font-size: 0.8rem;
	padding: 0.2rem;
}


#article_detail.detail_img ul {
	padding: 5vmin;
	list-style: none;
}
#article_detail.detail_img ul li {
	margin: 0 0 3vmin;
}
#article_detail.detail_img ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	line-height: 1;
}
#article_detail.detail_img ul li p {
	margin: 0.1rem 0;
	font-size: 0.9rem;
	line-height: 1.2;
}

#featureList,
#pickupList,
#InterviewList {
	padding: 5vmin;
}
.category-title {
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size: 1.4rem;
}
.category-title span {
	margin: 0 0 0 1rem;
	display: inline-block;
	font-weight: normal;
	font-size: 0.8rem;
}
.featureListData a,
.pickupListData a {
	display: block;
	text-decoration: none;
	margin: 0 0 2vmin;
	line-height: 1;
	position: relative;
}
.featureListData a .thumb,
.pickupListData a .thumb {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 0;
}
.featureListData a span,
.pickupListData a span {
	font-size: 0.8rem;
	line-height: 1.4;
}
.featureListData a span.icon-new,
.pickupListData a span.icon-new {
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #F00;
	color: #FFF;
	font-size: 0.8rem;
	padding: 0.2rem 0.5rem;
}
.pickupListData a p {
	display: block;
	widows: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 60.9%;
	background-size: 100% auto;
	border-radius: 4px;
	text-indent: -9999px;
}

#magazine_profile {
	padding: 0 5vmin 5vmin;
}
#magazine_profile .cover {
	float: left;
	width: 40%;
	margin: 0 3vmin 1vmin 0;
}
#magazine_profile .cover img {
	width: 100%;
	height: auto;
}
#magazine_profile h1 {
	display: none;
}
#latest_preview {
	margin: 0 5vmin;
	border: 1px solid #DDD;
	padding: 1vmin;
}
#latest_preview ul {
	display: flex;
	list-style: none;
}
#latest_preview ul li {
}
#latest_preview ul li img {
	width: 100%;
	height: auto;
}
#magazine_backnumber_preview {
	margin: 5vmin 0;
}
#magazine_backnumber_preview > h1 {
	font-size: 1.2rem;
	margin: 0 5vmin;
}
#magazine_backnumber_preview #article_list {
	margin: 3vmin 0;
}
.Magazines #article_list {
	padding: 0 5vmin;
	box-sizing: border-box;
}
.Magazines .article_data {
	padding: 2vmin 0 0 23vmin;
	min-height: 29.8vmin;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #CCC;
}
.Magazines .article_data:first-child {
	border-top: 1px solid #CCC;
}
.Magazines .article_data .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 20vmin;
	height: auto;
	margin: 0;
	padding: 0;
	background: none !important;
}
.Magazines .article_data .image img {
	width: 100%;
	height: auto;
}
.Magazines .article_data .description {
	display: none;
}
.Magazines .article_data h1 {
	margin: 0 2vmin 0 0;
	font-size: 1.4rem;
	font-family: 'Vollkorn', serif;
	display: inline;
}
.Magazines .article_data time {
	font-size: 1rem;
	display: inline;
}
.Magazines .article_data p {
	display: block;
	font-size: 0.8rem;
	line-height: 1.2;
}
.Magazines .article_data span {
	display: block;
	font-size: 0.8rem;
	font-style: italic;
}

.pager {
	margin: 5vmin 0;
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
.pager li {
	display: block;
	margin: 1vmin;
	width: 15vmin;
	height: 15vmin;
	line-height: 15vmin;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 7.5vmin;
	overflow: hidden;
	background-color: #E9E3E3;
}
.pager li a {
	display: block;
	width: 15vmin;
	height: 15vmin;
	line-height: 15vmin;
	text-align: center;
	text-decoration: none;
	color: #222;
	background-color: #FEFDFD;
}
.pager li a:hover,
.pager li a:hover i {
	background-color: #222;
	color: #FFF;
}

