@charset "utf-8";

/*================================

タイトル周り

================================*/

.titlewrap{
	position: relative;
	padding: 5em 0 5em;
	text-align: center;
	font-weight: normal;
	}
.titlewrap::after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	/*background-image: url(../images/product-line.svg);*//*no-line*/
	}
@media screen and (max-width: 640px) {
.titlewrap{
	padding: 2em 0 2em;
	border-bottom: 1px solid #dedede;
	}
	}

.titlewrap p.title{
	text-align: center;
	font-size: 2.5em;
	letter-spacing: .15em;
	}
@media screen and (max-width: 640px) {
.titlewrap p.title{
	font-size: 1.7em;
	letter-spacing: .1em;
	}
	}

.titlewrap p.sub{
	margin-top: 2em;
	text-align: center;
	letter-spacing: .1em;
	}

/*================================

インフォメーション

================================*/

.information {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 4em 0 0;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.information {
	width: 86%;
	padding: 2em 0 1.2em;
	text-align: left;
	border-bottom: 1px solid #dedede;
	}
	}

.information ul li{
	margin-bottom: .8em;
	}
.information ul li:last-child {
	margin-bottom: 0;
	}
@media screen and (max-width: 640px) {
.information ul li{
	margin-bottom: 1.6em;
	margin-bottom: .6em;
	}
.information ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	}
	}

.information p.date{
	display: inline-block;
	width: auto;
	padding-right: 1em;
	font-size: .9em;
	text-align: left;
	}
@media screen and (max-width: 640px) {
.information p.date{
	display: block;
	width: auto;
	padding-right: 0;
	font-size: .8em;
	}
	}

.information p.ja{
	display: inline-block;
	font-size: .9em;
	}
@media screen and (max-width: 640px) {
.information p.ja{
	display: block;
	margin-top: .6em;
	line-height: 1.8em;
	}
	}

.information a p.ja{
	padding-bottom: .4em;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.information a:hover p.ja{
	border-bottom: 1px solid #333;
	}


/*================================

全て（ニュース）

================================*/

#news.all {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
@media screen and (max-width: 640px) {
#news.all {
	background-image: none;
	}
#news.all::after{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	display: block;
	box-sizing: border-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/product-line.svg);
	}
	}

/*-------------------
タイトル周り
--------------------*/

#news.all .title{
	width: 100%;
	height: auto;
	}

#news.all .title{
	position: absolute;
	top: 6em;
	left: 0;
	}
@media screen and (max-width: 640px) {
#news.all .title{
	width: 100%;
	height: auto;
	top: -4em;
	left: 0;
	text-align: center;
	}
	}

#news.all .title p{
	padding-left: 5%;
	font-size: 2.2em;
	line-height: 1em;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
#news.all .title p{
	padding-left: 0;
	font-size: 1.6em;
	}
	}

/*-------------------
カテゴリー
--------------------*/

#news.all .categoly{
	width: 100%;
	height: auto;
	border-top: 1px solid #dedede;
	}

#news.all .categoly.artmuseum{
	position: absolute;
	top: 3em;
	left: 0;
	}
@media screen and (max-width: 640px) {
#news.all .categoly.artmuseum{
	display: none;
	}
	}

#news.all .categoly.shophome{
	position: relative;
	border-top: 1px solid #dedede;
	}
@media screen and (max-width: 640px) {
#news.all .categoly.shophome{
	}
	}

#news.all .categoly p{
	padding-top: 2em;
	padding-left: 5%;
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
#news.all .categoly p{
	padding-top: 3em;
	padding-left: 7%;
	}
	}

#news.all .categoly p:before {
	content: '/';
	display: inline-block;
	padding-right: .3em;
	font-size: 1.8em;
	vertical-align: top;
	}

/*-------------------
全て：一覧
--------------------*/

#news.all .list {
	position: relative;
	width: 78%;
	height: auto;
	padding-top: 0em;
	padding-bottom: 4em;
	margin-left: 22%;
	letter-spacing: -1em;
	}
#news.all .list:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
#news.all .list {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 1em;
	margin-left: 0;
	}
	}

#news.all .list .inner{
	display: inline-block;
	vertical-align: top;
	width: 30.655%;
	height: auto;
	margin-right: 4%;
	padding-bottom: 3em;
	}
#news.all .list .inner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
#news.all .list .inner{
	display: table;
	float: none;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 0;
	vertical-align: middle;
	}
	}

#news.all .list .inner:nth-child(3n) {
	margin-right: 0;
	}

#news.all .list .inner .photo{
	display: inline-block;
	background-color: #fff;
	}
@media screen and (max-width: 640px) {
#news.all .list .inner .photo{
	display: table-cell;
	width: 50%;
	padding-right: 4%;
	}
	}

#news.all .list .inner .photo img{
	width: 100%;
	height: auto;
	}
@media screen and (max-width: 640px) {
#news.all .list .inner .photo img{
	width: 100%;
	height: auto;
	}
	}

#news.all .list .inner .text{
	display: inline-block;
	letter-spacing: normal;
	}
@media screen and (max-width: 640px) {
#news.all .list .inner .text{
	display: table-cell;
	width: 50%;
	padding: 0 1em;
	vertical-align: middle;
	}
	}

#news.all .list .inner .text p.date{
	margin-top: 1.5em;
	font-size: .8em;
	}
@media screen and (max-width: 640px) {
#news.all .list .inner .text p.date{
	margin-top: 0;
	}
	}

#news.all .list .inner .text p.ja{
	margin-top: .8em;
	padding-right: 1em;
	line-height: 1.7em;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
#news.all .list .inner .text p.ja{
	padding-right: 0;
	font-size: .9em;
	line-height: 1.3em;
	}
	}

/*================================

:::::::::::::::::::::::   詳細   :::::::::::::::::::::::

================================*/

.detail {
	position: relative;
	width: 700px;
	height: auto;
	margin: 4em auto;
	}
@media screen and (max-width: 640px) {
.detail {
	position: relative;
	width: 86%;
	margin: 2em auto;
	}
	}

/*-------------------
タイトル
--------------------*/

.detail .titles{
	display: block;
	padding: 0 0 2em 0;
	}
@media screen and (max-width: 640px) {
.detail .titles{
	padding: 0 0 0 0;
	}
	}

.detail .titles p{
	font-size: 1em;
	line-height: 1em;
	}
@media screen and (max-width: 640px) {
.detail .titles p{
	font-size: .9em;
	}
	}

.detail .titles h2{
	margin-top: .5em;
	font-size: 1.5em;
	line-height: 1.4em;
	}
@media screen and (max-width: 640px) {
.detail .titles h2{
	font-size: 1.2em;
	}
	}

/*-------------------
シェア
--------------------*/

.detail .share{
	display: block;
	padding: 0 0 2em 0;
	text-align: right;
	color: #333;
	}
@media screen and (max-width: 640px) {
.detail .share{
	padding: 0;
	text-align: left;
	}
	}

.detail .share div{
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: .8em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
	}
@media screen and (max-width: 640px) {
.detail .share div{
	margin-left: auto;
	margin-right: .4em;
	background-size: 90%;
	}
	}

.detail .share div a{
	display: block;
	width: 100%;
	height: 100%;
	}

.detail .share div:nth-child(1) {
	font-size: .8em;
	line-height: 23px;
	letter-spacing: .1em;
	width: auto;
	}
@media screen and (max-width: 640px) {
.detail .share div:nth-child(1) {
	font-size: .7em;
	}
	}
.detail .share div:nth-child(2) {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/share-facebook-box-fill.svg);
	}
.detail .share div:nth-child(3) {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/share-twitter-fill.svg);
	}
.detail .share div:nth-child(4) {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/share-line-fill.svg);
	}
.detail .share div:nth-child(5) {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/share-mail-open-fill.svg);
	background-size: 90%;
	}
@media screen and (max-width: 640px) {
.detail .share div:nth-child(5) {
	background-size: 80%;
	}
	}

/*-------------------
本文
--------------------*/

.detail .product {
	margin-top: 2em;
	}

.detail .product img{
	display: block;
	width: 100% !important;
	height: auto;
	margin: 2em 0;
                pointer-events: none;
	}

.detail .product div{
	margin: 2em 0;
	}

.detail .product p{
	line-height: 1.9em;
	/*text-align: justify;
	text-justify: inter-ideograph;*/
	text-align: left;
	}

/*-------------------
youtube
--------------------*/


.product .youtube {
	position: relative;
	width: 100%;
	height: auto;
	margin:4em  auto;
	overflow: hidden;
	}
@media screen and (max-width: 640px) {
.product .youtube {
	width: 100%;
	}
	}

.product .youtube .movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: auto;
	overflow: hidden;
	border: 1px solid #333;
	}

.product .youtube p{
	margin-top: 1em;
	font-size: 1.1em;
	}
 
.product .youtube .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}





