@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

* {
	margin: 0;
	padding: 0;
}

.heading-lv2,.heading-lv3 {width: 100%; margin: 0;}
.heading-lv2 > .heading_title{display: none;}

.topicsText{
	display: none;
}

.date b {
   font-size: 130%;
}

@media screen and (max-width: 735px) {
/* ****************************************************
	スマホ用プロパティ
***************************************************** */

.title_pc {
	display: none!important;
}

#contentswrap{
    width: 100vw;
	margin: 0 calc(50% - 50vw);
    height: auto;
	overflow: hidden;
	font-family: YakuHanJPs,"Zen Kaku Gothic New","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Source Sans Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
	position: relative;
	background: #fff;
	padding: 50px 0 50px 0;
}

#contentswrap img{
    max-width: 100%;
    height: auto;
	width:auto; /* for ie8 */
}

.title {
    max-width: 90%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.date {
    width: 90%;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	padding: 0 0 50px 0;
	color: #333;
}

.readcopy {
    width: 85%;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 60px 0;
	font-size: 1em;
	font-weight: 500;
	line-height: 2.2;
	color: #333;
	letter-spacing: 0.05em;
}

.artwork {
    max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.profile {
    max-width: 800px;
	background: #3E3A39;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	color: #fff;
}

.profile ul {
    list-style: none;
	display: flex;
	flex-direction: column;
}

.profile_img {
    font-size: 0.9em;
	text-align: left;
	width: 35%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.profile_txt {
    font-size: 0.85em;
	text-align: left;
	line-height: 1.8;
	width: 100%;
}

.profile_sb {
   font-family: "Oswald", sans-serif;
   font-optical-sizing: auto;
   font-size: 1.3em!important;
}

.artist {
   font-size: 140%;
   font-weight: 500;
   display: inline-block;
   border-bottom: 1px solid #fff;
   margin-bottom: 20px;
}
}

@media screen and (min-width: 736px) {
/* ****************************************************
	PC用プロパティ
***************************************************** */

.title_smp {
	display: none!important;
}

#contentswrap{
    width: 100vw;
	margin: 0 calc(50% - 50vw);
    height: auto;
	overflow: hidden;
	text-align:center;
	box-sizing: border-box;
	background: #fff;
	font-family: YakuHanJPs,"Zen Kaku Gothic New","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Source Sans Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
	padding: 50px 0;
}

.title {
    max-width: 480px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.date {
    width: 90%;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: 600;
	padding: 0 0 50px 0;
	color: #333;
}

.readcopy {
    width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 60px 0;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 2.2;
	color: #333;
	letter-spacing: 0.05em;
}

.artwork {
    max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.profile {
    max-width: 800px;
	background: #3E3A39;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	color: #fff;
}

.profile ul {
    list-style: none;
	display: flex;
	justify-content: space-between;
	
}

.profile_img {
    font-size: 0.9em;
	text-align: left;
	width: 17%;
}

.profile_txt {
    font-size: 0.9em;
	text-align: left;
	line-height: 1.8;
	width: 80%;
}

.profile_sb {
   font-family: "Oswald", sans-serif;
   font-optical-sizing: auto;
   font-size: 1.3em;
}

.artist {
   font-size: 140%;
   font-weight: 500;
   display: inline-block;
   border-bottom: 1px solid #fff;
   margin-bottom: 20px;
}
}