/*はじめに*/
.about #contentsArea .contentsBlock {background-color: rgba(255, 255, 255, 0.6);}
.about .read{
font-weight: 700;text-align: center;
}
.about .castName {font-weight: 600; font-size:1.1em;}
.about .contentsBlock h3 {font-weight: 700; line-height:1.4em; color: #009697; text-align: center;}
.phArea { position: relative;}
.aboutBlock .phArea .ph_cut span {padding-top: -webkit-calc(720 / 1080 * 100%); padding-top: calc(720 / 1080 * 100%); z-index: 10;}

@media all and (min-width: 768px) {
	.about #contentsArea .contentsBlock {
        width: 1080px;
        margin: 0 auto;
		padding: 0 0 25px;
    }
	.aboutBlock { padding-bottom: 30px;}
	.about .contentsBlock h2 {font-size: 1.8em; padding: 0px 0 15px; }
	.about .contentsBlock h3 {font-size: 1.5em; padding:0; margin:0 auto 1em; width: 900px; }
	.about .read { font-size: 1.5em; line-height: 1.6em; padding: 50px 0;}
	.about .read .blue { line-height: 2em;}
	.about .read p { padding-bottom:1em; }
	.aboutBlock .wrap { padding-bottom: 3em;}
	.aboutBlock .phArea {width: 800px; margin: 0 auto 80px;}
	.aboutBlock .phArea .ph_cut { box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);}
	.txtSm { font-size: 0.9em;}
	
}
@media all and (max-width: 767px) {
	.about .contentsBlock h2 {font-size: 1.6em;}
	.about .contentsBlock .txtArea { margin: 0 1em 1em;}
	.about .contentsBlock h3 {font-size: 1.05em; padding: 0; margin:0 0 1em}
	.aboutBlock .txtArea .txt {padding: 0 0.5em 1em;}
	.about .read { font-size: 1em; line-height: 1.6em; padding:1.5em 1em 0;}
	.about .read p { padding-bottom:1em; }
.notes {font-size: 0.5em; line-height: 1.5em; }
.spacing {letter-spacing: -.2em;}
	
	.aboutBlock .phArea {margin:1.5em 1em;}
	.aboutBlock .phArea .ph_cut { box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);}
	.txtSm { font-size: 0.8em;}
	.notes { line-height: 1.5em;}

}

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

.commentArea {width: 100%; position: relative;}
.commentBlock h4 {font-weight: 700; margin: 0 auto; color: #253152;}
.commentArea article.comment:nth-of-type(odd) h4 p {background-color: rgba(255,246,151,0.25);}
.commentArea article.comment:nth-of-type(even) h4 p {background-color: rgba(137,233,252,0.25);}
.commentArea .commentBlock h4 .small { font-size: 0.8em;}

.commentArea .button{
	position: relative;
	margin: 0 auto;
}

.commentArea .button span.btn{
    text-align: center;
    margin: 0 auto;
	padding:0;
	border:solid 2px #43A1A5;
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #24A197;
	transition:0.5s;
	background-color: #fff;
	background-image:  url(../img/btn_arrow.png);
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	z-index: 100;
}
.commentArea .button:hover {
filter: brightness(1.1);
}
.commentArea .button span.btn span {vertical-align: middle;display: table-cell; line-height: 1.3em;}
.castComment .ph_cut span {padding-top: -webkit-calc(1000 / 667 * 100%); padding-top: calc(1000 / 667 * 100%);}

.commentArea article.comment {background-color: rgba(255, 255, 255, 0.4); margin: 0 auto 1em;}

@media all and (min-width: 768px) {
	.commentArea  { padding: 0px 0 0px; }
	.commentArea .commentBlock {padding: 0 0 45px;}
	.commentArea article.comment {width: 900px; margin-top: 70px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);}

	.commentArea .commentBlock h4 {
	font-size: 1.6em;
        line-height: 1.4em;
        margin: 0 auto 0.5em;
        width: 884px;}
	.commentArea .commentBlock h4 p { margin: -30px 0 0 -30px; padding:60px 20px 10px 60px; min-width: 140px; display: inline-block;}
	.castComment .txtArea {width: auto; padding:0 35px 35px;}
	.castComment .txtArea p.txt {width: auto;}
	.commentArea .button {width: 560px;}
	.commentArea .button span.btn {  height: 70px;
	    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
	background-position:right 17px center;
	background-size: 20px 20px;}
	.commentArea .button span.btn span {padding-right: 20px; font-size: 1.6em;}
}

@media all and (max-width: 767px) {
	.commentArea  {padding: 0px; }
	.commentArea .commentBlock { padding:1em 0;}
	.commentArea article.comment { margin:2em 1em 1em; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);}
	.commentArea .commentBlock h4 p { margin: -18px 0 0 -18px; padding:30px 20px 10px 30px; min-width: 100px; display: inline-block;}
	
	.commentArea .button {width: 85%;}
	.commentArea .button span.btn { height: 56px;
	border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
	background-position:right 13px center;
	background-size: 16px 16px;}
	.commentArea .button span.btn span {padding-right: 13px; font-size: 1.5em;}

	.content {padding-top: 0;}
	
	
	
	.commentArea .commentBlock h4 {
	        font-size: 1.4em;
        line-height: 1.4em;
        padding: 5px;
        margin: 0 0 0.5em;}
	.castComment .txtArea {margin-bottom: 0px;}
	.castComment .ph_cut { width: 90%; margin: 0 auto;}
}



.about .dec01 { position: absolute; background-color: rgba(132,236,222,0.3); opacity: 0; animation: fadein2 1.5s ease-in-out 0.1s 1 normal forwards; z-index: 1;}
.about .dec02 { position: absolute; background-color: rgba(200,255,151,0.3); opacity: 0; animation: fadein2 1.5s ease-in-out 0.6s 1 normal forwards; z-index: 1;}
.about .dec03 { position: absolute; background-color: rgba(200,255,151,0.3); opacity: 0; animation: fadein2 1.5s ease-in-out 1.1s 1 normal forwards; z-index: 1;}
.about .dec04 { position: absolute; background-color: rgba(255,246,151,0.3); opacity: 0; animation: fadein2 1.5s ease-in-out 1.6s 1 normal forwards; z-index: 1;}
.about .dec05 { position: absolute; background-color: rgba(137,233,252,0.3); opacity: 0; animation: fadein2 1.5s ease-in-out 2.1s 1 normal forwards; z-index: 1;}
.about .dec06 { position: absolute; background-color: rgba(255,246,151,0.3); opacity: 0; animation: fadein2 1.5s ease-in-out 2.6s 1 normal forwards; z-index: 1;}

@keyframes fadein2 {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@media all and (min-width: 768px) {
.about .dec01 { width: 265px; height: 190px; top:-130px; left: 50%; margin-left: 160px;}
.about .dec02 { width: 175px; height: 125px; top:-20px; left: 50%; margin-left: 330px;}
.about .dec03 { width: 175px; height: 125px; top:-113px; left: 50%; margin-left: -485px;}
.about .dec04 { width: 320px; height: 230px; top:-50px; left: 50%; margin-left: -430px;}
.about .dec05 { width: 265px; height: 190px; bottom:-40px; left: 50%; margin-left: 175px;}
.about .dec06 { width: 160px; height: 115px; bottom:-77px; left: 50%; margin-left: 360px;}
}
@media all and (max-width: 767px) {
.about .dec01 { width: 112px; height: 80px; top:-65px; right: 30px;}
.about .dec02 { width: 74px; height: 53px; top:-20px; right: -10px;}
.about .dec03 { width: 74px; height: 53px; top:-35px; left:-15px;}
.about .dec04 { width: 134px; height: 97px; top:-20px; left:-10px;}
.about .dec05 { width: 112px; height: 80px; bottom:-10px; right: -10px;}
.about .dec06 { width: 66px; height: 48px; bottom:-30px; right: -15px;}
}