/*はじめに*/

.ph_cut {margin: 0;}
.about .contentsBlock h2, .about #read, .about .contentsBlock h3 {
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
}
.about .contentsBlock h3 {color: #421d3c;}
.tsume {letter-spacing: -0.05em;}
.phArea { position: relative;}
.phArea::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(3px) translateX(3px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 1.0;
	border-bottom: solid 3px #000;
	border-right: solid 3px #000;	
}


@media all and (min-width: 768px) {
	.aboutBlock { padding: 50px 0 50px;}
	.about .contentsBlock h2 {font-size: 1.8em; line-height: 1.8em; padding-bottom: 20px; }
	.about .contentsBlock h3 {font-size: 1.5em; line-height: 1.8em; }
	.about #read { font-size: 1.5em; line-height: 1.6em; padding-bottom: 1em;}
	
	.phArea {width: 600px; margin: 30px auto;}
	.ph_cut, .ph_cut span {
    width: 600px;
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
}
	.txtSm { font-size: 0.9em;}
	
	
}
@media all and (max-width: 767px) {
.aboutBlock { padding: 20px 0;}
.about .contentsBlock h2 {font-size: 1.1em; line-height: 1.8em; padding-bottom: 15px; }
.about .contentsBlock h3 {font-size: 1em; line-height: 1.6em; }
.about #read { font-size: 1em; line-height: 1.5em; padding-bottom: 1em;}
.notes {font-size: 0.5em; line-height: 1.5em; }
.spacing {letter-spacing: -.2em;}
	
	.phArea {margin: 0 auto 0;}
	.phArea::after {
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;	
}
	
	.ph_cut span {
    height: 0;
    padding: 150% 0 0;
    position: relative;
}
	.txtSm { font-size: 0.8em;}
	.notes { line-height: 1.5em;}

}

/*	comment
============================== */
/*アコーディオン*/
.button {
  cursor: pointer;
}
.content {
  display: none;
}

.commentArea .button {
    margin: 0 auto; padding-right: 20px;
    background-color: #000;
    display: block;
    transition: 0.5s;
	color: #fff;
	text-align: center;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1.3em; letter-spacing: 0.02em;
}
.commentArea .button span{display: block;
	background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px 17px;
    background-image: url(../img/arrow.png);}
.commentArea .button:hover {
opacity:0.7;
}

.commentBlock .comment {}
.commentBlock h4 {
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.0em;
	position: relative;
	padding-bottom: 3px; border-bottom: solid 2px #421d3c;}
.commentBlock h4 span.name { display: block;background: linear-gradient(0deg, rgba(210,204,231,0.9) 0%, rgba(210,204,231,0.3) 100%);}

.commentBlock h4 .small { font-size: 0.8em;}



@media all and (min-width: 768px) {
	.commentArea { margin-bottom: 2em;}
	.commentArea .button  {width: 260px;}
	.commentArea .button span { padding: 20px 0;}
	
	.commentBlock { padding: 40px 0 0;}
	.commentBlock .comment:not(:last-child) { padding-bottom: 3em;}
	.commentBlock h4 span.name { padding: 10px 15px;}
	.commentBlock .txt, .commentBlock dl { padding: 10px 0;}
	.content { padding-top: 15px;}
}

@media all and (max-width: 767px) {
	.commentArea { margin-bottom: 1.5em;}
	.commentArea .button {width: 200px; padding-right: 15px; font-size: 1.1em;}
	.commentArea .button span { padding: 15px 15px 15px 0; background-size: 18px 14px;}
	
	.commentBlock { padding: 40px 0 0;}
	.commentBlock .comment:not(:last-child) { padding-bottom: 2em;}		
	.commentBlock h4 { font-size: 1.2em;}
	.commentBlock h4 span.name { padding: 8px 10px 5px;}
	.commentBlock .txt, .commentBlock dl { padding:10px 0;}
	.commentBlock dl dt { 
		font-size: 1.1em; padding-bottom: 0.3em;}
	.commentBlock dl dd { font-size: 0.9em; line-height: 1.8em;}

}
