/*はじめに*/
.about #contentsArea .contentsBlock { border-top: solid 5px #6CB8CF;}
.about .contentsBlock h2, .about #read, .about .contentsBlock h3, .catchArea {
font-family: "biz-udpgothic", sans-serif;
font-weight: 700;
font-style: normal;	
}
.about .contentsBlock h2, .about #read, .catchArea {text-align: center;}
.about #read { position: relative; background-repeat: repeat; background-position: left top; background-image: url(../img/ruled_line.png);}
.about .contentsBlock h3 {color: #EA7575;}
.tsume {letter-spacing: -0.05em;}
.phArea { position: relative; z-index: 2;}
.aboutBlock .phArea .ph_cut::after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(237, 149, 149, 1);
        filter: blur(0px);
        transform: translateY(10px) translateX(10px) scale(1.00);
        mix-blend-mode: multiply;
        opacity: 0.5;
    }

.underPink {
  background: linear-gradient(transparent 50%, rgba(234,117,117,0.6) 50%); padding: 3px;text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
}
.underBlue {
  background: linear-gradient(transparent 50%, rgba(116,198,237,0.6) 50%); padding: 3px;text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
}
.underGreen {
  background: linear-gradient(transparent 50%, rgba(123,197,114,0.6) 50%); padding: 3px;text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
}
.stamp{ position: absolute; background-repeat: no-repeat; background-position: 0 0; background-image: url(../img/about/stamp.png?2); background-size: contain; text-indent: -9999px;}

@media all and (min-width: 768px) {
	.aboutBlock { padding: 0 0 25px;}
	.about .contentsBlock h2 {font-size: 2.0em; line-height: 1.8em; padding-bottom: 20px; }
	.about .contentsBlock h3 {font-size: 1.2em; line-height: 1.8em; }
	.about #read { font-size: 1.5em; line-height: 1.75em; padding-bottom: 30px; background-size: auto 42px;}
	.aboutBlock .wrap { padding-bottom: 3em;}
	.aboutBlock .phArea {width: 880px; margin: 0 auto 2em;}
	.aboutBlock .phArea .ph_cut, .aboutBlock .phArea .ph_cut span {
    /*width: 880px;
    height: 587px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
	
	
	.aboutBlock .txtArea h3 {width: 880px; margin: 0 auto -3.5px;}
	.aboutBlock .txtArea p.txt {width: 880px; margin: 0 auto;}
	.catchArea {font-size: 1.4em; line-height: 1.8em; margin: -1.0em 0 1.5em;}
	
	.txtSm { font-size: 0.9em;}
	.stamp{ width:265px; height: 288px; top:15px; right: 15px; }
	
}
@media all and (max-width: 767px) {
.aboutBlock { padding:0 0 20px;}
.about .contentsBlock h2 {font-size: 1.3em; line-height: 1.8em; padding-bottom: 15px; }
.about .contentsBlock h3 {font-size: 1em; line-height: 1.6em; text-align: center;}
.about #read { font-size: 1em; line-height: 1.75em; padding:1px 0 1em; background-size: auto 28px;}
.notes {font-size: 0.5em; line-height: 1.5em; }
.spacing {letter-spacing: -.2em;}
	
	.aboutBlock .phArea {margin: 0 0.5em;}
	.aboutBlock .phArea .ph_cut::after {
        transform: translateY(5px) translateX(5px) scale(1.00);
    }
	.aboutBlock .txtArea h3 { margin: 0 3% 0; line-height:1.7em; }
	.catchArea {font-size: 1.0em; line-height: 1.6em; margin: -1.5em 0 1.5em;}
	.txtSm { font-size: 0.8em;}
	.notes { line-height: 1.5em;}
	.stamp{ width:92px; height: 100px; top:5px; right:5px; }

}

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

.commentBlock .comment {}
.commentBlock h4 {
	font-size: 1.6em;
	line-height: 1.0em;
	position: relative;
	padding-bottom: 3px;}
.commentBlock h4 span.name {}
.commentBlock h4 .small { font-size: 0.8em;}

.commentArea .button {
    margin: 0 auto;
    background-color: #fff;
	border: solid 1px #EA7575;
    display: block;
    transition: 0.5s;
	color: #fff;
	text-align: center;
	font-family: "biz-udpgothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5em;
	position: relative;
	padding: 2px;
}
.commentArea .button span{background-color: #EA7575; display: block;}
.commentArea .button:hover { opacity:0.8;}



@media all and (min-width: 768px) {
	.commentArea .button {width: 250px;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;}
	.commentArea .button span { padding: 28px 0;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;}
	
	.commentBlock { padding: 20px 0 40px;}
	.commentBlock .comment {}
	.commentBlock .comment:not(:last-child) { margin-bottom: 3em;}
	.commentBlock h4 {
        width: 880px;
        margin: 0 auto 0.2em;
    }
	.commentBlock .txtArea p.txt {
        width: 880px;
        margin: 0 auto;
    }
	.content { padding-top: 30px;}
	.commentBlock dl dt { font-size: 1.1em; padding-bottom: 0.5em;}
}

@media all and (max-width: 767px) {
	.commentArea {}
	.commentArea .button {width: 200px; font-size: 1.1em;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	margin-bottom: 20px;}
.commentArea .button span { padding: 20px 0;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;}
	.content {margin-top: 0px;}
	.commentBlock { padding: 0;}
	.commentBlock .comment {}
	.commentBlock .comment:not(:last-child) { margin-bottom: 2em;}		
	.commentBlock h4 { font-size: 1.2em; margin: 0 3% 0.2em;}
}
