/*-----------------------------------------------
 title
-----------------------------------------------*/
#title{
	position: relative;
	z-index: 10;
	height: 200px;
	margin-bottom: 40px;
	background-image: url(../img/comment/title-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}
#title .inner{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#title .inner h1{
	overflow: hidden;
	position: absolute;
	top: 66px;
}
@media only screen and (max-width: 640px) {
	#title{
		height: auto;
		margin-bottom: 20px;
		background: none;
	}
	#title .inner{
		width: auto;
	}
	#title .inner h1{
		position: static;
		background: none;
	}
	#title .inner h1 img{
		width: 100%;
	}
}
/*-----------------------------------------------
 content
-----------------------------------------------*/
#content{
	width: 1200px;
	margin: 0 auto;
}
#content h2 {
	font-size: 36px;
	line-height: 1.5;
}
#content p {
	font-size: 22px;
	font-weight: 400;
}
@media only screen and (max-width: 640px) {
	#content{
		width: auto;
		padding: 0;
	}
	#content h2{
		height: auto;
		background: none;
	}
	#content img {
		width: 100%;
	}
}

/*-----------------------------------------------
 comment
-----------------------------------------------*/
#comment {
	padding-top: 20px;
}
#comment .comment15th h3{
	margin-bottom: 20px;
}
#comment .comment15th {
	padding: 36px 50px 0;
	background: url(../img/comment/15th-bg.png) top center no-repeat;
	margin-bottom: 32px;
}
#comment .comment15th .line {
	padding: 32px 0;
}
#comment .comment15th p {
	line-height: 2;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif
}
#comment .comment15th p.txt02 {
	text-align: right;
	line-height: 1.5;
    padding: 6px 0 27px;
}
#comment .comment15th p.txt02 span.name {
	font-size: 30px;
	font-weight: 500;
}

#comment .bookComment {
	position: relative;
	margin-bottom: 60px;
	background-color: #fff;
	border: 1px solid #00b8b5;
	padding: 20px 50px 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif
}

#comment .bookComment h3 {
	line-height: 1.5;
	font-size: 36px;
	margin-bottom: 14px;
	font-style: italic;
	color: #00b8b5;
	position: relative;
    text-align: left;
}

/*#comment .bookComment h3:before {
	content: url(../img/comment/comment-btn01.png);
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}*/
#comment .bookComment h3:before {
	content: "";
	background: url(../img/comment/comment-btn01.png) center top no-repeat;
	width: 59px;
	height: 59px;
	position: absolute;
	top: -5px;
	right: 0;
}
#comment .bookComment h3.active:before {
	content: "";
	background: url(../img/comment/comment-btn02.png) center top no-repeat;
	width: 59px;
	height: 59px;
	position: absolute;
	top: -5px;
	right: 0;
}
#comment .bookComment .block {
	display: none;
}
#comment .bookComment h4 {
	color: #00b8b5;
	line-height: 1.5;
	font-size: 30px;
	padding-top: 50px;
	margin-bottom: 25px;
}
#comment .bookComment .illust {
	float: right;
	margin-left: 35px;
}
#comment .bookComment p {
	font-size: 26px;
}
#comment .bookComment .textBox {
	background: url(../img/comment/comment-bg01.png) top center no-repeat,url(../img/comment/comment-bg02.png) bottom center no-repeat;
	padding: 60px 0 40px;
	margin-bottom: 35px;
    text-align: left;
}
#comment .bookComment .textBox p {
	font-size: 18px;
	line-height: 2;
}
#comment .bookComment .textBox p.txt02 {
	padding-top: 20px;
	font-weight: 700;
     text-align: right;
}
#comment .bookComment{
	padding-top: 20px;
	font-weight: 700;
}

/*ゲストメニュー*/
#comment ul.container-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 10px 30px; 
}
#comment .menu-guest ul.container-list li{
    width: 18.4%;
    margin: 0 0 10px 0;
    padding: 0 7px;
}
#comment .menu-guest ul.container-list li a{
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #3ac4b2;
    background: #fff;
    color: #3ac4b2;
    text-decoration: none;
    padding:5% 0;
        
}
#comment .menu-guest ul.container-list li > *:nth-child(5n){
    margin-right: auto;
}
#comment .menu-guest ul.container-list li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #3ac4b2;
  border-right: 2px solid #3ac4b2;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}
#comment .menu-guest ul.container-list li a:hover{
  background-image: linear-gradient(90deg, rgba(145, 233, 222, 1), rgba(58, 196, 178, 1));
  color: #fff;
}
#comment .menu-guest ul.container-list li a span.icon-voice{
   width: 9px;
    margin-left: 5px;
}
/*PV追加*/
#comment ul.comment15th-guest li{
    margin-bottom: 4%;
}
#comment ul.comment15th-guest li.pv{
    position: relative;
}
#comment .comment15th-guest .pv .youtube iframe {
  position: absolute;
  right:4%;
  top:37%;
  width: 56.67%;
  aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 640px) {
	#content h2{
		margin: 0 20px;
		font-size: 4.5vw;
	}
	#content .text{
		margin: 0 20px 20px;
		font-size: 3.5vw;
		font-weight: 300;
	}
	#content h3{
		margin-bottom: 20px;
	}
	#content h3 img{
		width: 100%;
	}
	#comment .comment15th{
		padding: 30px 0 0;
		background-image: url(../img/comment/comment15th-bg.png);
		background-position: center bottom;
        width: 10px;
	}
	#comment .comment15th p {
		font-size: 3.5vw;
		padding: 0 4%;
	}
	#comment .comment15th p.txt02 {
		padding: 2% 4% 3%;
	}
	#comment .comment15th p.txt02 span.name {
		font-size: 4vw;
	}

	#comment .bookComment{
				padding: 3% 5% 1%;
				margin-bottom: 10%;
	}
	#comment .bookComment h3{
		font-size: 4vw;
		margin-bottom: 2%;
	}
	#comment .bookComment .illust{
		width: 42%;
    margin-left: 6%;
		padding-top: 1.5%;
	}
	#comment .bookComment .illust img{
		width: 100%;
	}
	#comment .bookComment p,#comment .bookComment .textBox p{
		font-size: 3vw;
		line-height: 2;
	}
	#comment .bookComment p{
		margin-bottom: 28%;
	}
	#comment .bookComment p.txt01 {
		margin-bottom: 0;
	}
	#comment .bookComment p.txt02 {
		margin-bottom: 2%;
	}
	#comment .bookComment h4{
		font-size: 3.5vw;
	}
	#comment .bookComment .textBox {
		background-image: url(../img/comment/comment-bg01-sp.png) ,url(../img/comment/comment-bg02-sp.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding: 20px 0;
		margin-bottom: 5%;
	}
	#comment .bookComment h3:before,#comment .bookComment h3.active:before  {
		top: -26%;
    right: 0;
    width: 10%;
    height: 150.5%;
		background-size: cover;
	}
/*ゲストメニュー追加*/
    #comment .menu-guest ul.container-list{
        width:94%;
        margin: 0 auto 8%;
    }
    #comment .menu-guest ul.container-list li {
    width: 46%;
    margin-bottom: 4%;
    padding: 0 2%;
}  
    #comment .menu-guest ul.container-list li a{
    font-size: calc(100vw / 22);
}
#comment .menu-guest ul.container-list li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #3ac4b2;
  border-right: 2px solid #3ac4b2;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}
#comment .menu-guest ul.container-list li a span.icon-voice{
   width: 10%;
    margin-left: 3%;
}
/*PV追加*/
#comment ul.comment15th-guest{
    width: 94%;
    margin: 0 auto 10%;
}
#comment .comment15th-guest .pv .youtube iframe {
  position: absolute;
  right:3%;
  top:68%;
  width: 94%;
}
}