@charset "UTF-8";

/*   
Theme Name: SHAMAISON YOKOHAMA CASE
Description: SHAMAISON YOKOHAMA CASE
Version: 2020.04
Author: YH
*/

.pc_view .contentArea .gmenu {
	display: none !important;
}

/* Visual *******************************/
#mainArea.case .visual {
	position: relative;
	height: 700px;
	padding: 20px 0;
	background: url("../images/case/bg_visual1.jpg") no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
#mainArea.case .visual h2 {
	opacity: 0;
	font-size: 50px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	text-align: center;
	line-height: 1em;
	margin-top: 310px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	transform: translate(0, 10px);
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
}
#mainArea.case .visual.show h2 {
	opacity: 1;
	transform: translate(0, 0);
}
/* Style List *******************************/
#mainArea.case .style_list {
	position: relative;
	background: #fff;
	color: #000;
}
#mainArea.case .style_list > .inner {
	width: 920px;
	margin: 0 auto;
	padding: 130px 0 70px 0;
}
#mainArea.case .style_list .lead {
	font-size: 22px;
}
#mainArea.case .style_list .text {
	margin-top: 30px;
	line-height: 2em;
}
#mainArea.case .style_list h3 {
	margin: 110px 0 50px 0;
}
#mainArea.case .style_list h3 img {
	display: block;
	width: 151px;
}
#mainArea.case .style_list ul.list {
	margin-top: 110px;
}
#mainArea.case .style_list ul.list li {
	position: relative;
	float: left;
	background: #eee;
	width: 290px;
	height: 430px;
	margin-left: 20px;
	margin-bottom: 60px;
}
#mainArea.case .style_list ul.list li:nth-child(1),
#mainArea.case .style_list ul.list li:nth-child(4),
#mainArea.case .style_list ul.list li:nth-child(7),
#mainArea.case .style_list ul.list li:nth-child(10) {
	margin-left: 0;
}

#mainArea.case .style_list ul.list li a {
	display: block;
	width: 290px;
	height: 430px;
	background: url("../images/case/bg_style1.jpg") no-repeat center top #eee;
	background-size: 290px auto;
	-webkit-background-size: 290px auto;
	-moz-background-size: 290px auto;
	-ms-background-size: 290px auto;
	-o-background-size: 290px auto;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#mainArea.case .style_list ul.list li.style2 a {
	background-image: url("../images/case/bg_style2.jpg");
}

#mainArea.case .style_list ul.list li a:hover {
	display: block;
	background-size: 541px auto;
	-webkit-background-size: 541px auto;
	-moz-background-size: 541px auto;
	-ms-background-size: 541px auto;
	-o-background-size: 541px auto;
	opacity: 1;
}


#mainArea.case .style_list ul.list li a .title {
	position: absolute;
	width: 100%;
	top: 310px;
	left: 0;
	font-size: 22px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-family: 'Cormorant Garamond', "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-weight: 600;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transform: translate(0, -50%);
	color: #000;
	text-align: center;
}
#mainArea.case .style_list ul.list li a:hover .title {
	color: #fff;
}

#mainArea.case .style_list ul.list li a .more {
	position: absolute;
	top: 382px;
	left: 113px;
	width: 68px;
	height: 18px;
}
#mainArea.case .style_list ul.list li a .more::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #000;
	content: "";
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;	
}
#mainArea.case .style_list ul.list li a:hover .more:after {
	background: #fff;
	animation: more_line 1s ease;
	-webkit-animation: more_line 1s ease;
}
@keyframes more_line {
  0%   { width: 100%; left: auto; right: 0; }
  40%   { width: 0%; left: auto; right: 0; }
  60%   { width: 0%; left: 0; right: auto; }
  100%   { width: 100%; left: 0; right: auto; }
}
#mainArea.case .style_list ul.list li a .more img {
	display: block;
	position: absolute;

}
#mainArea.case .style_list ul.list li a:hover .more img.b,
#mainArea.case .style_list ul.list li a .more img.w {
	opacity: 0;
}
#mainArea.case .style_list ul.list li a:hover .more img.w {
	opacity: 1;
}

/* Inner *******************************/
#mainArea.case.case1 .visual {
	background-image: url("../images/case/bg_visual1.jpg");
}
#mainArea.case.case2 .visual {
	background-image: url("../images/case/bg_visual2.jpg");
}
#mainArea.case.case3 .visual {
	background-image: url("../images/case/bg_visual3.jpg");
}
#mainArea.case.case4 .visual {
	background-image: url("../images/case/bg_visual4.jpg");
}
#mainArea.case.case5 .visual {
	background-image: url("../images/case/bg_visual5.jpg");
}
#mainArea.case.case6 .visual {
	background-image: url("../images/case/bg_visual6.jpg");
}
#mainArea.case.case7 .visual {
	background-image: url("../images/case/bg_visual7.jpg");
}
#mainArea.case.case8 .visual {
	background-image: url("../images/case/bg_visual8.jpg");
}
#mainArea.case.case9 .visual {
	background-image: url("../images/case/bg_visual9.jpg");
}
#mainArea.case.case10 .visual {
	background-image: url("../images/case/bg_visual10.jpg");
}
#mainArea.case.case11 .visual {
	background-image: url("../images/case/bg_visual11.jpg");
}
#mainArea.case.case12 .visual {
	background-image: url("../images/case/bg_visual12.jpg");
}
#mainArea.case.case13 .visual {
	background-image: url("../images/case/bg_visual13.jpg");
}

#mainArea.case .case_body {
	position: relative;
	/* background: #000; */
	/* color: #fff; */
	padding: 10px 0 0 0;
}
#mainArea.case .case_body .case_header {
	width: 960px;
	margin: 0 auto 50px auto;
}

#mainArea.case .case_body .case_header h2 {
	margin-top: -45px;
}
#mainArea.case .case_body .case_header h2 div > span {
	display: inline-block;
	font-size: 28px;
	background: #860201;
	padding: 18px 20px;
	color: #fff;
	margin-top: 10px;
	letter-spacing: 0.1em;
}
#mainArea.case .case_body .case_header h2 span:first-child {
	margin-top: 0;
}
#mainArea.case .case_body .case_header .request {
	margin-top: 40px;
}
#mainArea.case .case_body .case_header .request .title {
	font-size: 22px;
	font-weight: bold;
	color: #860201;
}
#mainArea.case .case_body .case_header .request .text {
	font-size: 15px;
	margin-top: 10px;
}
#mainArea.case .case_body .case_header .proposal {
	margin-top: 45px;
	padding: 24px 30px;
	border: 2px solid #860201;
}
#mainArea.case .case_body .case_header .proposal .title {
	font-size: 22px;
	font-weight: bold;
	color: #860201;
}
#mainArea.case .case_body .case_header .proposal .text {
	font-size: 15px;
	margin-top: 10px;
}
#mainArea.case .case_body .case_header .bt_video {
	margin-top: 50px;
	display: block;
}

#mainArea.case .case_body .detail {
	background: #f0f0f0;
	padding: 50px 0;
}
#mainArea.case .case_body .detail > .inner {
	max-width: 960px;
	margin: 0 auto 0 auto;
}
#mainArea.case .case_body .detail .title {
	position: relative;
	float: left;
	color: #860201;
	letter-spacing: 0.1em;
	font-size: 18px;
}
#mainArea.case .case_body .detail .title::before {
	position: absolute;
	width: 20px;
	height: 1px;
	content: "";
	background: #860201;
	left: 0;
	bottom: -12px;
}
#mainArea.case .case_body .detail .info {
	float: right;
	width: 820px;
}
#mainArea.case .case_body .detail .info table {
	float: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.8em;
}
#mainArea.case .case_body .detail .info table:first-child {
	width: 100%;}
#mainArea.case .case_body .detail .info table th {
	position: relative;
	text-align: left;
	font-weight: normal;
	width: 60px;
	padding: 3px 0;
	vertical-align: top;
}
#mainArea.case .case_body .detail .info table th::before {
	position: absolute;
	right: 0;
	top: 9px;
	width: 1px;
	height: 1em;
	background: #000;
	content: "";
}
#mainArea.case .case_body .detail .info table td {
	padding: 3px 0 3px 15px;
	width: 100px;
	vertical-align: top;
}
#mainArea.case1 .case_body .detail .info table td:nth-child(4) {
	width: 100px;
}
#mainArea.case1 .case_body .detail .info table td:nth-child(6) {
	width: 100px;
}
#mainArea.case2 .case_body .detail .info table td:nth-child(2) {
	width: 140px;
}
#mainArea.case2 .case_body .detail .info table td:nth-child(4) {
	width: 150px;
}
#mainArea.case2 .case_body .detail .info table td:nth-child(6) {
	width: 150px;
}
#mainArea.case10 .case_body .detail .info table tr:nth-child(2) th:nth-child(3)::before,
#mainArea.case10 .case_body .detail .info table tr:nth-child(2) th:nth-child(5)::before {
    display: none;
}
#mainArea.case .case_body .fbox {
    display: flex;
    align-items: start;
}
#mainArea.case .case_body .fbox .box {
    width: 50%;
}
#mainArea.case .case_body .box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#mainArea.case .case_body .box .img {
	display: block;
	width: 100%;
}
#mainArea.case .case_body .box .info	{
	padding: 45px 60px;
}
#mainArea.case .case_body .box .info	.lead {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.5em;
}
#mainArea.case .case_body .box .info	.text {
	font-size: 14px;
	line-height: 1.8em;
}
#mainArea.case .case_body .box.mb {
	margin-bottom: 60px;
}
#mainArea.case .case_body .box.mb_mini {
	margin-bottom: 30px;
}
#mainArea.case .case_body .box.ta_r {
    text-align: right;
}
#mainArea.case .case_body .box.tr .img {
	float: left;
	width: 70%;
}
#mainArea.case .case_body .box.tr .info {
	float: right;
	width: 30%;
	box-sizing: border-box;
}
#mainArea.case .case_body .box.tl .img {
	float: right;
	width: 70%;
}
#mainArea.case .case_body .box.tl .info {
	float: left;
	width: 30%;
	box-sizing: border-box;
}
#mainArea.case .case_body .box.tr.tb,
#mainArea.case .case_body .box.tl.tb {
	display: flex;
	align-items: end;
}
#mainArea.case .case_body .box.tl.tb {
	flex-direction: row-reverse;
}
#mainArea.case .case_body .box.tr.mini .img {
	width: 60%;
}
#mainArea.case .case_body .box.tr.mini .info {
	width: 40%;
}

/* Message *******************************/
#mainArea.case .case_body .message {
	margin-top: 50px;
	border-top: 1px solid #c8c8c8;
}
#mainArea.case .case_body .message .bt_vr {
    margin: 60px auto -30px auto;
    max-width: 960px;
    width: 94%;
}
#mainArea.case .case_body .message .bt_vr a {
    display: block;
    text-align: center;
    border: 2px solid #860402;
    padding: 30px 0;
    font-size: 20px;
    border-radius: 8px;
    color: #860402;
    font-weight: bold;
    position: relative;  
}
#mainArea.case .case_body .message .bt_vr a::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #860402;
    z-index: 10;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}
#mainArea.case .case_body .message .bt_vr a::after {
    right: 10px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 7px;
    transform: translate(-61%, -50%) rotate(-90deg) scale(0.6, 1);
    z-index: 20;
}
#mainArea.case .case_body .message .bt_vr a:hover {
    background: #f3e7e6;
    opacity: 1;	
}
#mainArea.case .case_body .message > .inner {
	padding: 80px 0 70px 0;
	width: 960px;
	margin: 0 auto;
}
#mainArea.case .case_body .message .minibox {
	width: 460px;
	float: left;
}
#mainArea.case .case_body .message .minibox:nth-child(2) {
	float: right;
}
#mainArea.case .case_body .message .minibox .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #860201;
	line-height: 48px;
	color: #fff;
	margin-bottom: 30px;
}
#mainArea.case .case_body .message .minibox img { 
	width: 180px;
	float: right;
}
#mainArea.case .case_body .message .minibox .info {
	width: 256px;
}
#mainArea.case .case_body .message .minibox .info .name {
	font-size: 16px;
	line-height: 40px;
	border-left: 5px solid #860201;
	border-bottom: 1px solid #c8c8c8;
	padding-left: 15px;
}
#mainArea.case .case_body .message .minibox .info .text {
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
	letter-spacing: -0.05em;
	width: 260px;
	text-align: justify;
}
#mainArea.case .case_body .message .minibox.noimage .info,
#mainArea.case .case_body .message .minibox.noimage .text {
	width: auto;
	margin-right: 0;
}
#mainArea.case10 .case_body .message .minibox.noimage .text {
	min-height: 168px;
}
#mainArea.case .case_body .message .minibox.noimage .imgbox {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#mainArea.case .case_body .message .minibox.noimage .imgbox img + img {
	margin-left: 30px;
}


/* Case footer *******************************/
#mainArea.case .case_body .case_footer {
	margin: 80px 0 0 0;
	background:#f0f0f0;
}
#mainArea.case .case_body .case_footer > .inner {
	width: 960px;
	margin: 0 auto;
	padding: 45px 0 0 0;
}
#mainArea.case .case_body .case_footer .title {
	position: relative;
	margin-bottom: 45px;
	color: #660000;
	letter-spacing: 0.1em;
	font-size: 18px;
}
#mainArea.case .case_body .case_footer .title::before {
	position: absolute;
	width: 20px;
	height: 1px;
	content: "";
	background: #660000;
	left: 0;
	bottom: -12px;
}
#mainArea.case .case_body .case_footer ul.list {
	
}
#mainArea.case .case_body .case_footer ul.list li {
	float: left;
	margin: 0 0 40px 20px;
}
#mainArea.case .case_body .case_footer ul.list li:nth-child(1),
#mainArea.case .case_body .case_footer ul.list li:nth-child(5),
#mainArea.case .case_body .case_footer ul.list li:nth-child(9) {
	margin-left: 0;
}
#mainArea.case .case_body .case_footer ul.list li a {
	position: relative;
	display: block;
	width: 220px;
	padding-bottom: 20px;
}
#mainArea.case .case_body .case_footer ul.list li a img {
	position: relative;
	display: block;
}
#mainArea.case .case_body .case_footer ul.list li a img:first-child {
	position: absolute;
	top: 5px;
	left: 5px;
	transition: all 0.3s ease;
}
#mainArea.case .case_body .case_footer ul.list li a:hover img:first-child {
	top: 8px;
	left: 8px;
}
#mainArea.case .case_body .case_footer ul.list li a span {
	display: block;
	text-align: center;
	margin-top: 20px;
}
/* Other *******************************/
#mainArea.case .case_body .other {
    background: #f0f0f0;
}
#mainArea.case .case_body .other > .inner {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0;
}
#mainArea.case .case_body .other .title {
	position: relative;
    font-size: 18px;
    color: #860201;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#mainArea.case .case_body .other .title::before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #860201;
    bottom: 0;
    left: 0;
}
#mainArea.case .case_body .other ul {
	
}
#mainArea.case .case_body .other ul li {
	float: left;
	width: 225px;
	margin: 30px 0 0 20px;
}
#mainArea.case .case_body .other ul li:nth-child(-n+4) {
    margin-top    : 0;
}
#mainArea.case .case_body .other ul li:nth-child(4n-3) {
    margin-left: 0;
    clear: both;
}
#mainArea.case .case_body .other ul li a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
}
#mainArea.case .case_body .other ul li a.current img {
	opacity: 0.5;
}
#mainArea.case .case_body .other ul li a.current::before {
    position: absolute;
    content: "";
    display: block;
    width: 220px;
    height: 138px;
    background: none;
    top: 0;
    left: 0;
}
#mainArea.case .case_body .other ul li p {
	font-size: 15px;
	margin-top: 8px;
}

#mainArea.case .bnr_contact {
	width: 1040px;
	margin: 0 auto;
	padding: 40px 0 55px 0;
}

/* Link *******************************/
#mainArea.case .case_body .link_box {
	background: url("../images/bg_red.jpg") no-repeat center center;
	background-size: cover;
}
#mainArea.case .case_body .link_box > .inner {
	padding: 40px 0 50px 0;
	width: 960px;
	margin: 0 auto;
}
#mainArea.case .case_body .link_box .event {
	margin-top: 40px;
}
#mainArea.case .case_body .link_box .title {
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#mainArea.case .case_body .link_box a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 90px;
	background: #fff;
	border-radius: 3px;
	margin-top: 25px;
	color: #860200;
}
#mainArea.case .case_body .link_box a::before {
	position: absolute;
	display: block;
	content: "";
	background: #660000;
	width: 18px;
	height: 18px;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	border-radius: 10px;
	transition: all 0.3s ease;
}
#mainArea.case .case_body .link_box a::after {
	right: 19px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	margin-top: -5px;
	transform: scale(1, 0.7);
	transition: all 0.3s ease;
}
#mainArea.case .case_body .link_box a:hover::before {
	right: 15px;
}
#mainArea.case .case_body .link_box a:hover::after {
	right: 14px;
}

.remodal .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.remodal iframe {
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.remodal-overlay {
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000000;
}
.remodal-wrapper {
	z-index: 1000001;
}
.remodal {
	max-width: 900px;
	padding: 0;
	background: none;
	padding: 20px 0 0 0;
	margin-bottom: 40px;
	text-align: left;
}
.remodal > .inner .title {

}
.remodal > .inner video {
	width: 100%;
}
.remodal > .inner .title {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.remodal .bt_box {
	text-align: center;
	margin-top: 20px;
}
.remodal .bt_box a {
	display: inline-block;
	text-align: center;
	background: #fff;
	padding: 20px 0;
	width: 240px;
	font-size: 18px;
	border-radius: 50px;
	color: #e45b26;
	margin: 0 7px;
	font-weight: bold;
	position: relative;
}
.remodal .bt_box a.bt_reserve {
	background: #e45b26;
	color: #fff;
}
.remodal .bt_box a::before {
	right: 10px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #e45a26;
	border-width: 7px;
	margin-top: -7px;
	transform: rotate(-90deg) scale(0.7, 1);
	transition: right 0.3s ease;
}
.remodal .bt_box a.bt_reserve::before {
	border-top-color: #fff;
}
.remodal .bt_box a:hover {
    text-decoration: none;
    background: #f1dbd3;
}
.remodal .bt_box a.bt_reserve:hover {
	background: #f57a49;
}
.remodal-close {
	left: auto;
	right: -9px;
	top: -38px;
	width: 50px;
	height: 50px;
}
.remodal-close::before {
    display: none;	
}

.remodal-close::before,
.remodal-close::after {
	display: block;
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background: #fff;
	left: 6px;
	top: 50%;
	transform: rotate(-45deg);
}
.remodal-close::after {
    transform: rotate(45deg);
}


/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {

/* Visual *******************************/
#mainArea.case .visual {
	position: relative;
	height: 240px;
	padding: 20px 0;
	background: url("../images/case/bg_visual.jpg") no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
#mainArea.case .visual h2 {
	opacity: 0;
	font-size: 24px;
	margin-top: 160px;
}
#mainArea.case .visual.show h2 {
	opacity: 1;
	transform: translate(0, 0);
}
/* Style List *******************************/
#mainArea.case .style_list {
	position: relative;
	padding: 20px;
}
#mainArea.case .style_list > .inner {
	width: auto;
	margin: 0 auto;
	padding: 20px 0;
	max-width: 400px;
}
#mainArea.case .style_list .lead {
	font-size: 16px;
}
#mainArea.case .style_list .text {
	margin-top: 20px;
	line-height: 2em;
}
#mainArea.case .style_list h3 {
	margin: 45px 0 45px 0;
}
#mainArea.case .style_list h3 img {
	display: block;
	width: 151px;
}
#mainArea.case .style_list ul.list {
	margin-top: 45px;
}
#mainArea.case .style_list ul.list li {
	position: relative;
	float: none;
	background: #eee;
	width: auto;
	height: 150px;
	margin-left: 0;
	margin-bottom: 15px;
}
#mainArea.case .style_list ul.list li:nth-child(1),
#mainArea.case .style_list ul.list li:nth-child(4),
#mainArea.case .style_list ul.list li:nth-child(7),
#mainArea.case .style_list ul.list li:nth-child(10) {
	margin-left: 0;
}

#mainArea.case .style_list ul.list li a {
	display: block;
	width: auto;
	height: 150px;
	background: url("../images/case/bg_style1.jpg") no-repeat left center #eee;
	background-size: 57% auto;
	-webkit-background-size: 57% auto;
	-moz-background-size: 57% auto;
	-ms-background-size: 57% auto;
	-o-background-size: 57% auto;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#mainArea.case .style_list ul.list li a:hover {
	display: block;
	background-size: 57% auto;
	-webkit-background-size: 57% auto;
	-moz-background-size: 57% auto;
	-ms-background-size: 57% auto;
	-o-background-size: 57% auto;
	opacity: 1;
}


#mainArea.case .style_list ul.list li a .title {
	width: 43%;
	top: 60px;
	left: auto;
	right: 0;
	font-size: 15px;
	line-height: 2em;
}
#mainArea.case .style_list ul.list li a:hover .title {
	color: #000;
}

#mainArea.case .style_list ul.list li a .more {
	position: absolute;
	top: 104px;
	left: 78.5%;
	width: 54px;
	height: 18px;
	margin-left: -27px;
}
#mainArea.case .style_list ul.list li a .more::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #000 !important;
	content: "";
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;	
}
#mainArea.case .style_list ul.list li a:hover .more:after {
	animation: none;
	-webkit-animation: none;
}
#mainArea.case .style_list ul.list li a .more img {
	display: block;
	position: absolute;

},
#mainArea.case .style_list ul.list li a .more img.w 
#mainArea.case .style_list ul.list li a:hover .more img.b {
	opacity: 0;
}
#mainArea.case .style_list ul.list li a:hover .num,
#mainArea.case .style_list ul.list li a .more img.b {
	opacity: 1 !important;
}	
#mainArea.case .style_list ul.list li a .num_w,
#mainArea.case .style_list ul.list li a .more img.w {
	display: none;
}

@media screen and (max-width: 374px) {
	#mainArea.case .style_list ul.list li,
	#mainArea.case .style_list ul.list li a {
		height: 126px;
	}
	#mainArea.case .style_list ul.list li a .title {
		top: 46px;
		line-height: 1.5em;
	}
	#mainArea.case .style_list ul.list li a .more {
		top: 88px;
	}
}


/* Inner *******************************/
#mainArea.case .case_body {
	position: relative;
	padding: 0 0;
}
#mainArea.case .case_body .case_header {
	width: auto;
	margin: 0 20px 40px 20px;
}
#mainArea.case .case_body .case_header h2 {
	margin-top: -20px;
}
#mainArea.case .case_body .case_header h2 div > span {
	font-size: 14px;
	padding: 10px 12px;
	margin-top: 5px;
}
#mainArea.case .case_body .case_header h2 .minishow {
	display: none;
}
#mainArea.case .case_body .case_header h2 .minihide {
	display: inline;
}
#mainArea.case .case_body .case_header .request {
	margin-top: 23px;
}
#mainArea.case .case_body .case_header .request .title {
	font-size: 15px;
}
#mainArea.case .case_body .case_header .request .text {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.8em;
}
#mainArea.case .case_body .case_header .proposal {
	margin-top: 20px;
	padding: 12px 13px;
	border: 1px solid #660000;
}
#mainArea.case .case_body .case_header .proposal .title {
	font-size: 14px;
}
#mainArea.case .case_body .case_header .proposal .text {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.8em;
}
#mainArea.case .case_body .case_header .bt_video {
	margin-top: 28px;
	display: block;
}

#mainArea.case .case_body .detail {
	padding: 30px 0;
}
#mainArea.case .case_body .detail > .inner {
	max-width: auto;
	margin: 0 20px;
}
#mainArea.case .case_body .detail .title {
	float: none;
	font-size: 14px;
}
#mainArea.case .case_body .detail .title::before {
	width: 10px;
	bottom: -8px;
}
#mainArea.case .case_body .detail .info {
	float: none;
	width: auto;
	margin-top: 16px;
}
#mainArea.case .case_body .detail .info table {
	width: 100%;
	font-size: 11px;
	display: block;
}
#mainArea.case .case_body .detail .info table:first-child {
	width: 100%;
}
#mainArea.case .case_body .detail .info table tbody {
	display: block;	
}
#mainArea.case .case_body .detail .info table tbody tr {display: flex;flex-wrap: wrap;}
#mainArea.case .case_body .detail .info table th {
	width: 80px;
	padding: 1px 0;
}
#mainArea.case .case_body .detail .info table th::before {
	top: 7px;
}
#mainArea.case .case_body .detail .info table td {
	padding: 1px 10px 1px 8px;
	width: calc(100% - 80px) !important;
	vertical-align: top;
}
#mainArea.case1 .case_body .detail .info table td:nth-child(2) {
	width: 100px;
}
#mainArea.case1 .case_body .detail .info table td:nth-child(4) {
	width: 120px;
}
#mainArea.case2 .case_body .detail .info table td:nth-child(2) {
	width: 120px;
}
#mainArea.case2 .case_body .detail .info table td:nth-child(4) {
	width: 120px;
}
#mainArea.case .case_body .detail .info table td .scale {
	position: absolute;
	display: block;
	transform: scale(0.8, 1);
	transform-origin: 0 0;
}
@media screen and (max-width: 374px) {
	#mainArea.case .case_body .case_header h2 .minishow {
		display: inline;
	}
	#mainArea.case .case_body .case_header h2 .minihide {
		display: none;
	}
	#mainArea.case .case_body .detail .info table {
		font-size: 9px;
	}
}
#mainArea.case .case_body .fbox {
	display: block;
}
#mainArea.case .case_body .fbox .box {
    width: auto;
}
#mainArea.case .case_body .box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#mainArea.case .case_body .box .img {
	display: block;
	width: 100%;
}
#mainArea.case .case_body .box .info	{
	padding: 22px 20px 35px 20px;
}
#mainArea.case .case_body .box .info	.lead {
	font-size: 15px;
	margin-bottom: 15px;
}
#mainArea.case .case_body .box .info	.text {
	font-size: 12px;
	line-height: 1.8em;
}
#mainArea.case .case_body .box.ta_r {
    text-align: left;
}
#mainArea.case .case_body .box.mb {
	margin-bottom: 0;
}
#mainArea.case .case_body .box.mb_mini {
    margin-bottom: 20px;
}
#mainArea.case .case_body .box.sp_mb {
	margin-bottom: 50px;
}
#mainArea.case .case_body .box.tr.tb,
#mainArea.case .case_body .box.tl.tb {
	display: block;
}
#mainArea.case .case_body .box.tr .img,
#mainArea.case .case_body .box.tl .img {
	float: none;
	width: 100%;
}
#mainArea.case .case_body .box.tr.mini .img {
	width: auto;
}
#mainArea.case .case_body .box.tr.mini .info {
	width: auto;
}
#mainArea.case .case_body .box.tr .info,
#mainArea.case .case_body .box.tl .info {
	float: none;
	width: auto;
	box-sizing: border-box;
}

/* Message *******************************/
#mainArea.case .case_body .message {
	margin-top: 0;
	border-top: 1px solid #c8c8c8;
}
#mainArea.case .case_body .message .bt_vr {
    margin: 40px 22px -10px 22px;
    max-width: 960px;
    width: auto;
}
#mainArea.case .case_body .message .bt_vr a {
    border: 1px solid #860402;
    padding: 24px 15px 24px 0;
    font-size: 14px;
    border-radius: 6px;
}
#mainArea.case .case_body .message .bt_vr a::before {
    width: 16px;
    height: 16px;
    right: 5px;
}
#mainArea.case .case_body .message .bt_vr a::after {
    right: 4px;
    border-width: 6px;
}
#mainArea.case .case_body .message .bt_vr a:hover {
    background: #fff;
}
#mainArea.case .case_body .message > .inner {
	padding: 40px 22px;
	width: auto;
}
#mainArea.case .case_body .message .minibox {
	width: auto;
	float: none;
}
#mainArea.case .case_body .message .minibox:nth-child(2) {
	float: none;
	margin-top: 25px;
}
#mainArea.case .case_body .message .minibox .title {
	font-size: 14px;
	line-height: 39px;
	margin-bottom: 15px;
}
#mainArea.case .case_body .message .minibox img {
	width: 150px;
}
#mainArea.case .case_body .message .minibox .info {
	width: auto;
	margin-right: 165px;
}
#mainArea.case .case_body .message .minibox .info .name {
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
}
#mainArea.case .case_body .message .minibox .info .text {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	width: auto;
}
#mainArea.case.case2 .case_body .message .minibox .info .text {
	letter-spacing: -0.1em;
}
#mainArea.case.case2 .case_body .message .minibox:nth-child(2) {
	margin-top: 35px;
}
#mainArea.case .case_body .message .minibox.noimage .info,
#mainArea.case .case_body .message .minibox.noimage .text {
	width: auto;
}
#mainArea.case10 .case_body .message .minibox.noimage .text {
	min-height: 0;
}
#mainArea.case .case_body .message .minibox.noimage .imgbox {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#mainArea.case .case_body .message .minibox.noimage .imgbox img + img {
	margin-left: 20px;
}
@media screen and (max-width: 374px) {
	#mainArea.case .case_body .message .minibox img {
		width: 120px;
	}
	#mainArea.case .case_body .message .minibox .info {
		width: auto;
		margin-right: 135px;
	}
}


/* Case footer *******************************/
#mainArea.case .case_body .case_footer {
	width: auto;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
}
#mainArea.case .case_body .case_footer > .inner {
	width: auto;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
#mainArea.case .case_body .case_footer .title {
	margin-bottom: 24px;
	font-size: 14px;
}
#mainArea.case .case_body .case_footer .title::before {
	width: 10px;
	bottom: -8px;
}
#mainArea.case .case_body .case_footer ul.list {
	
}
#mainArea.case .case_body .case_footer ul.list li {
	margin-bottom: 0;
	padding-right: 7px;
	float: none;
}
#mainArea.case .case_body .case_footer ul.list li a {
	position: relative;
	display: block;
	width: auto;
	height: auto;
}
#mainArea.case .case_body .case_footer ul.list li a img {
	width: 100%;
}
#mainArea.case .case_body .case_footer ul.list li a img:first-child,
#mainArea.case .case_body .case_footer ul.list li a:hover img:first-child {
	top: 7px;
	left: 7px;
}

#mainArea.case .case_body .case_footer ul.list li a span {
	font-size: 12px;
}
#mainArea.case .case_body .case_footer ul.list li a:hover img {
	opacity: 1;
}
#mainArea.case .case_body .case_footer ul.list li a:hover,
#mainArea.case .case_body .case_footer ul.list li a:hover span {
	opacity: 1;
}

/* Other *******************************/
#mainArea.case .case_body .other {
    background: #f0f0f0;
}
#mainArea.case .case_body .other > .inner {
    width: auto;
    margin: 0 22px;
    padding: 30px 0;
}
#mainArea.case .case_body .other .title {
	position: relative;
	font-size: 14px;
	color: #860201;
	letter-spacing: 0.2em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#mainArea.case .case_body .other ul {
	
}
#mainArea.case .case_body .other ul li {
	float: left;
	width: 48%;
	margin: 10px 0 0 4%;
}
#mainArea.case .case_body .other ul li:nth-child(-n+4) {
    margin-top: 20px;
}
#mainArea.case .case_body .other ul li:nth-child(4n-3) {
    margin-left: 4%;
}
#mainArea.case .case_body .other ul li:nth-child(-n+2) {
    margin-top: 0;
}
#mainArea.case .case_body .other ul li:nth-child(2n-1) {
    margin-left: 0;
}
#mainArea.case .case_body .other ul li a {
	position: relative;
	display: block;
	text-align: center;
}
#mainArea.case .case_body .other ul li p {
	font-size: 11px;
	margin-top: 5px;
}


@media screen and (max-width: 374px) {
	#mainArea.case .case_body .other ul li p {
		font-size: 10px;
	}

}
#mainArea.case .bnr_contact {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 37px 0;
}


/* Link *******************************/
#mainArea.case .case_body .link_box > .inner {
	padding: 40px 20px 55px 20px;
	width: auto;
}
#mainArea.case .case_body .link_box .event {
	margin-top: 15px;
}
#mainArea.case .case_body .link_box .title {
	border-bottom: 1px solid #fff;
	font-size: 15px;
}
#mainArea.case .case_body .link_box a {
	font-size: 12.5px;
	line-height: 1.5em;
	padding: 16px 0;
	margin-top: 13px;
}
#mainArea.case .case_body .link_box a::before {
	width: 14px;
	height: 14px;
	right: 10px;
	margin-top: -7px;
}
#mainArea.case .case_body .link_box a::after {
	right: 9px;
	border-width: 5px;
	margin-top: -5px;
}
#mainArea.case .case_body .link_box a:hover::before {
	right: 10px;
}
#mainArea.case .case_body .link_box a:hover::after {
	right: 9px;
}
	
.remodal .bt_box {
	text-align: center;
	margin-top: 20px;
}
.remodal .bt_box a {
	padding: 12px 0;
	width: 44%;
	font-size: 14px;
	margin: 0 1%;
}
.remodal .bt_box a.bt_reserve {
	background: #e45b26;
	color: #fff;
}
.remodal .bt_box a::before {
	right: 5px;
	border-width: 5px;
	margin-top: -5px;
}
.remodal .bt_box a:hover {
    text-decoration: none;
    background: #ffffff;
}
.remodal .bt_box a.bt_reserve:hover {
	background: #e45c25;
}
.remodal > .inner .title {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}

}