@charset "UTF-8";

@media screen and (max-width:767px) {

/* 640px */
#mainTitle {
	height: 30.57vw;
}
#mainTitle div.SalesTermination {
	width: 78.57vw;
	margin-top: 2.57vw;
	padding: 1.70vw 2.57vw;
	font-size: 2.6vw;
}
#mainArea .profile {
	position: relative;
	margin: 100px auto 0;
	margin: 15.6vw auto 0;
	width: 580px;
	width: 90.6vw;
	padding: 412px 0 0;
	padding: 64.4vw 0 0;
}
#mainArea .profile .left {
	position: absolute;
	top: 0;
	left: 0;
}
#mainArea .profile .left img {
	width: 100%;
	height: auto;
}
#mainArea .profile .right {
	width: 580px;
	width: 90.6vw;
	height: auto;
	text-align: left;
	position: relative;
	float: none;
}
#mainArea .profile div.name {
	font-size: 28px;
	font-size: 4.4vw;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
#mainArea .profile div.name span {
	font-size: 18px;
	font-size: 2.8vw;
	letter-spacing: -0.01em;
}
#mainArea .profile p {
	font-size: 22px;
	font-size: 3.4vw;
	font-weight: 500;
	margin: 15px 0 0 0;
	margin: 2.3vw 0 0 0;
}
#mainArea .profile .profLink {
	position: relative;
	bottom: 0;
	right: 0;
	margin: 10px auto 0;
	margin: 1.6vw auto 0;
	text-align: right;
}
#mainArea .profile .profLink img {
	vertical-align: middle;
}
#mainArea .profile .profLink a {
	font-size: 22px;
	font-size: 3.4vw;
	color: #858585;
	position: relative;
}
#mainArea .profile .profLink a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#mainArea .profile .profLink a::after {
	content: " ";
	background-color: #858585;
	width: 100%;
	height: 1px;
	height: 1px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	transition:all 0s;
}
#mainArea .profile .profLink a:hover::after {
	opacity: 1;
}

.commentsBox {
}
.commentsBox .ques {
	width: 580px;
	width: 90.6vw;
	margin: 50px auto 0;
	margin: 7.8vw auto 0;
	font-size: 24px;
	font-size: 3.8vw;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	position: relative;
	text-indent: 56px;
	text-indent: 8.8vw;
}
.commentsBox .ques.second {
	margin: 70px auto 0;
	margin: 10.9vw auto 0;
}
.commentsBox .ques::before {
	content: '';
	position: absolute;
	top: 15px;
	top: 2.3vw;
	left: 0;
	width: 54px;
	width: 8.4vw;
	height: 1px;
	height: 1px;
	background: #151515;
}


.commentsBox .ans {
	width: 580px;
	width: 90.6vw;
	margin: 22px auto 0;
	margin: 3.4vw auto 0;
	font-size: 24px;
	font-size: 3.8vw;
	font-weight: 500;
	text-align: left;
	line-height: 1.5em;
}
.commentsBox .ans span {
	color: #858585;
}
.commentsBox .imgBox {
	width: 580px;
	width: 90.6vw;
	margin: 56px auto 0;
	margin: 8.8vw auto 0;
	position: relative;
}
.commentsBox .imgBox img {
	width: 100%;
	height: auto;
}

.productComment {
	margin: 40px auto 0;
	margin: 6.2vw auto 0;
	width: 514px;
	width: 80.3vw;
	padding: 32px 28px 28px;
	padding: 5.0vw 4.4vw 4.4vw;
	background: #fff;
}
.productComment h4.title {
	font-size: 26px;
	font-size: 4.1vw;
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: inline-block;
}
.productComment h4.title.line2 {
	line-height: 1.2;
}
.productComment h4.title:before {
	content: '';
	position: absolute;
	top: 15px;
	top: 2.3vw;
	left: -78px;
	left: -12.2vw;
	width: 65px;
	width: 10.2vw;
	height: 1px;
	height: 1px;
	background: #151515;
}
.productComment h4.title:after {
	content: '';
	position: absolute;
	top: 15px;
	top: 2.3vw;
	right: -78px;
	right: -12.2vw;
	width: 65px;
	width: 10.2vw;
	height: 1px;
	height: 1px;
	background: #151515;
}
.productComment h4.title.line2:before {
	top: 26px;
	top: 4.1vw;
}
.productComment h4.title.line2:after {
	top: 26px;
	top: 4.1vw;
}
.productComment p.text {
	margin: 20px auto 0;
	margin: 3.1vw auto 0;
	font-size: 24px;
	font-size: 3.8vw;
	font-weight: 500;
	text-align: left;
	line-height: 1.7;
}

#link_area {
	margin: 100px auto 0;
	margin: 15.6vw auto 0;
	width: 580px;
	width: 90.6vw;
}
#link_area ul.list {
	text-align: center;
}
#link_area ul.list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 580px;
	width: 90.6vw;
	height: 225px;
	height: 35.2vw;
	margin: 0;
	background: #fff;

	transition: opacity 0s linear;
}
#link_area ul.list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #151515;
}
#link_area ul.list li a:hover {
	color: #151515;
	text-decoration: none;
}
#link_area ul.list li:hover {
	opacity: 1;
}
#link_area ul.list li .image {
	display: inline-block;
	vertical-align: top;
	width: 290px;
	width: 45.3vw;
}
#link_area ul.list li img {
	width: 100%;
	height: auto;
}
#link_area ul.list li .textArea {
	display: inline-block;
	vertical-align: top;
	width: 290px;
	width: 45.3vw;
}
#link_area ul.list li .textBox {
	display: block;
	width: 290px;
	width: 45.3vw;
	margin: 48px auto 0;
	margin: 5.5vw auto 0;
	font-size: 26px;
	font-size: 4.1vw;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
#link_area ul.list li .textBox p {
	font-size: 2.2vw;
	margin-top: 0
}
#link_area ul.list li .link {
	position: relative;
	margin: 20px auto 0;
	margin: 1.9vw auto 0;
	width: 248px;
	width: 38.8vw;
	height: 50px;
	height: 7.8vw;
	background: #47afff;
	border-radius: 25px;
	border-radius: 3.9vw;

	font-size: 20px;
	font-size: 3.1vw;
	font-weight: bold;
	line-height: 50px;
	line-height: 7.8vw;
	color: #fff;
}
#link_area ul.list li .link .ico {
	position: absolute;
	top: 19px;
	top: 3.0vw;
	right: 20px;
	right: 3.1vw;
	width: 7px;
	width: 1.1vw;
}
#link_area ul.list li .link .ico img {
	width: 100%;
	height: auto;
}


#youtube_area {
	margin: 40px auto 0;
	margin: 6.2vw auto 0;
	width: 580px;
	width: 90.6vw;
}
#youtube_area ul.list {
	text-align: center;
}
#youtube_area ul.list li {
	position: relative;
	display: block;
	vertical-align: top;
	height: auto;
	width: 580px;
	width: 90.6vw;
	margin: 0;
	background: #fff;

	transition: opacity 0s linear;
}
#youtube_area ul.list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #151515;
}
#youtube_area ul.list li a:hover {
	color: #151515;
	text-decoration: none;
}
#youtube_area ul.list li:hover {
	opacity: 1;
}
#youtube_area ul.list li .movie {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 580px;
	width: 90.6vw;
}
#youtube_area ul.list li .movie iframe {
	width: 580px;
	width: 90.6vw;
	height: 1024px;
	height: 160.0vw;
}
#youtube_area ul.list li .textArea {
	display: inline-block;
	vertical-align: top;
	width: 580px;
	width: 90.6vw;
}
#youtube_area ul.list li .textBox {
	display: block;
	width: 580px;
	width: 90.6vw;
	margin: 0 auto 0;
	padding: 32px 0 32px;
	padding: 5.0vw 0 5.0vw;
	font-size: 25px;
	font-size: 3.9vw;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
#youtube_area ul.list li .textBox p.lead {
	font-size: 20px;
	font-size: 3.1vw;
	font-weight: 500;
}
#youtube_area p.note {
	margin: 15px auto 0;
	margin: 2.3vw auto 0;
	width: 580px;
	width: 90.6vw;
	font-size: 18px;
	font-size: 2.8vw;
	font-weight: 500;
	text-align: left;
}


} /* media */