/*はじめに*/

.ph_cut {margin: 0;}
.about .contentsBlock h2, .about #read, .about .contentsBlock h3 {
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
}
.about #read { position: relative;}
.about .contentsBlock h3 {color: #FBE800;}
.tsume {letter-spacing: -0.05em;}
.phArea { position: relative; z-index: 2;}

@media all and (min-width: 768px) {
	.aboutBlock { padding: 0 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 { padding-bottom: 30px;}
	.about #read p { font-size: 1.5em; line-height: 1.6em; padding-bottom: 1em;}
	.aboutBlock .wrap { padding-bottom: 3em;}
	.aboutBlock .phArea {width: 880px; margin: 110px auto -100px;}
	.aboutBlock .phArea .ph_cut { transform: translate(0, -110px);}
	.aboutBlock .ph_cut, .aboutBlock .ph_cut span {
    width: 880px;
    height: 623px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
}
	.aboutBlock .txtArea {width: 880px; margin: 0 auto;}
	.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 p { font-size: 1em; line-height: 1.5em; padding-bottom: 1em;}
.notes {font-size: 0.5em; line-height: 1.5em; }
.spacing {letter-spacing: -.2em;}
	
	.aboutBlock .phArea {margin: 40px auto -40px;}
	.aboutBlock .phArea .ph_cut { transform: translate(0, -30px);}
	.phArea::after {
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;	
}
	
	.ph_cut span {
    height: 0;
    padding: 70.740% 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;
    background-color: #000;
    display: block;
    transition: 0.5s;
	color: #fff;
	text-align: center;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1.3em; letter-spacing: 0.02em;
	position: relative;
}
.commentArea .button:before {
    position: absolute;
    inset: 6px -6px -6px 6px;
    border: 1px solid rgba(251,232,0,0.7);
    content: '';
}
.commentArea .button span{display: block;
	background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-image: url(../img/btn_off.png);
	transition: 0.5s;}
.commentArea .button:hover span {
	background-image: url(../img/btn_on.png);
}

.commentBlock .comment { border-left: solid 2px #FBE800;}
.commentBlock h4 {
	font-size: 1.6em;
	line-height: 1.0em;
	position: relative;
	padding-bottom: 3px;}
.commentBlock h4 span.name { display: block;}

.commentBlock h4 .small { font-size: 0.8em;}
.commentBlock dl dt { line-height: 1.6em;}
.commentBlock dl dd { line-height: 2.0em;}



@media all and (min-width: 768px) {
	.commentArea { }
	.commentArea .button  {width: 250px;}
	.commentArea .button span { padding: 30px 0 25px 10px;}
	
	.commentBlock { padding: 20px 0 40px;}
	.commentBlock .comment { padding-left: 30px;}
	.commentBlock .comment:not(:last-child) { margin-bottom: 3em;}
	.commentBlock h4 span.name { padding: 10px 0;}
	.commentBlock .txt, .commentBlock dl { padding: 10px 0;}
	.content { padding-top: 15px; margin-top: 50px;}
	.commentBlock dl dt { font-size: 1.1em; padding-bottom: 0.5em;}
}

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

}
