@charset "utf-8";

/* 079 */

#cmeCont {
	padding-top: 0;
}


#columnHeader {
	position: relative;
	width: 100%;
	height: 560px;
	margin: 0 0 80px;
	background-color: #44defc;
	overflow: hidden;
}


#columnHeader:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 73.5%;
	height: 100%;
	background-image: url(../img/079/mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
}

#cmeCont #columnHeader .cFrame {
	height: 100%;
}

#columnHeader h1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	left: -13px;
	z-index: 2;
	width: 35.92645%;
	min-width: 510px;
	height: 100%;
	background-image: url(../img/079/mainvisual_shape.png);
	background-position: 100% 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#columnHeader h1 span {
	display: block;
	width: 431px;
	height: 195px;
/*	margin-left: -13px;*/
	background-image: url(../img/079/title.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -999em;
}

.introNotice {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 720px;
	height: 48px;
	margin: 0 auto 100px;
	color: #c00;
	border: 1px solid #c00;
	font-size: 14px;
}

.introduction {
	margin-bottom: 100px !important;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	text-align: center;
}

.columnSect {
	position: relative;
	width: 100%;
	padding: 0 0 150px;
	overflow: hidden;
}

.columnSect .sectTitle {
	position: relative;
	z-index: 1;
	margin: 0 0 120px;
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.columnSect .sectTitle:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 48px;
	background-image: url(../img/079/icon_wheel.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.columnSect .sectTitle span {
	display: inline-block;
}

.columnSect .sectTitle span:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	margin: 4px 0 0;
	border-top: 1px solid #44defc;
	border-bottom: 1px solid #44defc;
}

.columnSect .photo {
	display: block;
	position: relative;
}

.columnSect .photo img {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.columnSect .photo:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #91ebfd;
	border-radius: 3px;
}

.columnSect .photo.shLB:after {
	margin: 10px 0 0 -10px;
}

.columnSect .photo.shRB:after {
	margin: 10px 0 0 10px;
}

.columnSect .text {
	margin: 0 0 32px;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

.columnSect .text.date {
	color: #7a9099;
	font-size: 14px;
	text-align: right;
}

.columnSect .columnBlock {
	position: relative;
	z-index: 1;
	max-width: 1254px;
	margin: 0 auto 30px;
}

.columnPhotoBlock {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
/*	margin-bottom: 30px;*/
}

.columnSect .columnBlock.tableWrapper {
	position: relative;
	margin-top: 135px;
}

.tableWrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: -40px 0 0 -80px;
	width: calc(100% + 160px);
	height: calc(100% + 95px);
	background: #fff;
}

#columnSect03 .tableWrapper:after {
	height: calc(100% + 118px);
}

.columnBlock .columnTable {
	position: relative;
	z-index: 3;
	width: 100%;
	border-collapse: collapse;
}

.columnBlock .columnTable.forPc {
	display: table !important;
}

.columnBlock .columnTable caption {
	margin: 0 0 22px;
	padding: 0 0 0 16px;
	border-left: 6px solid #dbdbdb;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	text-align: left;
}

.columnBlock .columnTable th,
.columnBlock .columnTable td {
	padding: 16px 38px;
	font-size: 14px;
	line-height: 2;
}

.columnBlock .columnTable th {
	background: #b2f1fe;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.columnBlock .columnTable td {
	background: #fff;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.columnBlock .columnTable thead th:last-child {border-right: 1px solid #b2f1fe;}
.columnBlock .columnTable tbody tr:last-child th {border-bottom: 1px solid #b2f1fe;}
.columnBlock .columnTable#otherItems tr:first-child td {border-top: 1px solid #dbdbdb;}

.columnBlock .columnTable tfoot td {
	padding: 12px 0 0;
	background: none;
	border: none;
	color: #7a9099;
	font-size: 13px;
	line-height: 1;
}

#columnSect01 .photo,
#columnSect01 .text {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#columnSect01 .photo {
	margin-bottom: 70px;
}

#columnPhotoBlock01 .photo {width: 35.087719%;}
#columnPhotoBlock01 .textArea {width: 58.532695%;}

#columnPhotoBlock02 .photo {width: 53.429027%;}
#columnPhotoBlock02 .textArea {width: 40.191388%;}

#columnPhotoBlock04 {
	flex-direction: row-reverse;	margin-bottom: 80px;
}

#columnPhotoBlock04 .photo {width: 35.087719%;}
#columnPhotoBlock04 .textArea {width: 58.532695%;}

#columnPhotoBlock05 .photo {width: 53.429027%;}
#columnPhotoBlock05 .textArea {width: 40.191388%;}

#columnPhotoBlock06 {
	flex-direction: row-reverse;
	margin-bottom: 0;}
#columnPhotoBlock06 .photo {width: 53.429027%;}
#columnPhotoBlock06 .textArea {width: 40.191388%;}

#columnSect01:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: 590px 0 0 -235px;
	background: #e8fafd;
}

#columnSect02 {
	padding-bottom: 20px;
}

#columnSect02:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: 0 0 0 -235px;
	background: #e8fafd;
}

#columnSect03 {
	padding-top: 160px;
	padding-bottom: 210px;
	background: #e8fafd;
}

#columnSect03:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: 530px 0 0 -235px;
	background: #fff;
}

#columnSect04 {
	padding-bottom: 70px;
	background: #e8fafd;
}

#columnSect04:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: 0 0 0 -235px;
	background: #fff;
}

.profileArea {
	margin: 120px 0 80px;
}

.profileArea .profileBlock {
	display: flex;
	justify-content: space-between;
	max-width: 1254px;
    margin: 0 auto;
	padding: 60px 80px;
	background: #b2f1fe;
}

.profileArea .profileBlock .photo {
	width: 18.281536%;
}

.profileArea .profileBlock .photo img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.profileArea .profileBlock .textArea {
	width: 78.153565%;
	font-size: 14px;
}

.profileArea .profileBlock .textArea .name {
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 1;
}

.profileArea .profileBlock .textArea .name big {
	font-size: 16px;
}

.profileArea .profileBlock .textArea .job {
	margin: 0 0 25px;
	font-weight: 500;
	line-height: 1;
}

.profileArea .profileBlock .textArea .profile {
	line-height: calc(7/4);
}

.profileArea .related {
	display: flex;
	align-items: center;
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

.profileArea .related dt {
	display: flex;
	align-items: center;
	margin: 0 5px 0 0;
}

.profileArea .related dt:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 7px 0 0;
	background-image: url(../img/079/icon_link.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.profileArea .related dd a {
	display: flex;
	align-items: center;
}

.profileArea .related dd a:after {
	content: '';
	display: block;
	width: 14px;
	height: 12px;
	margin: 0 0 0 10px;
	background-image: url(/club-me/common/v0006/images/icon_blank.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn.toColumnTop {
	width: 465px;
	margin: 0 auto 48px;
}

.btn.toColumnTop a {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 48px;
    padding: 0 24px 2px;
	background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn.toColumnTop a:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 5px;
	border-top: 2px solid #c00;
	border-right: 2px solid #c00;
	transform: rotate(45deg);
}

.btn.toColumnTop a:hover {
	color: #c00 !important;
	background: #f5f5f5;
}

#bottomShare {
	display: flex;
	justify-content: center;
	margin: 48px 0 0;
	list-style-type: none;
}

#bottomShare li#twitter .box .share,
#bottomShare li#facebook .box .share {
	width: 44px;
	height: 44px;
	margin: 0 13px;
	/*background: #ccc;*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
    outline: none
}

#bottomShare li#twitter .box .share {
	background-color: #1da1f2;
	background-image: url(/club-me/common/v0006/images/icon_twitter.svg);
	background-size: 25px auto;
	border-radius: 50%;
}


#bottomShare li#facebook .box .share {
	background-image: url(/club-me/common/v0006/images/icon_facebook.svg);
	background-size: contain;
}

@media only screen and (max-width: 1600px) {
	
	
	#columnHeader:after {
		right: auto;
		left: calc(50% - 375px);
		width: 1176px;
	}
	
	
}



@media only screen and (max-width: 767px) {
	
	
	#cmeCont {
		padding-top: 0;
	}
	
	
	#columnHeader {
		height: auto;
		margin: 0 0 calc(100vw/(750/80));
	}
	
	
	#columnHeader:after {
		display: none;
	}
	
	#cmeCont #columnHeader .cFrame {
		padding: 0;
		height: auto;
	}
	
	#columnHeader h1 {
		display: block;
		left: 0;
		width: 100%;
		min-width: 0;
		height: calc(100vw/(750/840));
		background-image: url(../img/079/title_sp.jpg);
		background-size: cover;
	}
	
	#columnHeader h1 span {
		display: none;
		width: 0;
		height: 0;
		margin-left: 0;
		background: none;
		text-indent: -999em;
	}
	
	.introNotice {
		display: block;
		width: auto;
		height: auto;
		margin: 0 calc(100vw/(750/40)) calc(100vw/(750/144));
		padding: calc(100vw/(750/15)) calc(100vw/(750/39));
		font-size: calc(100vw/(750/24));
		line-height: 1.5;
	}
	
	.introduction {
		margin-bottom: 100px !important;
		font-size: calc(100vw/(750/28));
		text-align: left;
	}
	
	.columnSect {
		padding: 0;
	}
	
	.columnSect .sectTitle {
		margin: 0 0 calc(100vw/(750/75));
		font-size: calc(100vw/(750/48));
		line-height: 1.5;
	}
	
	.columnSect .sectTitle:before {
		width: calc(100vw/(750/60));
		height: calc(100vw/(750/60));
		margin: 0 auto calc(100vw/(750/50));
	}
	
	.columnSect .sectTitle span {
		display: inline-block;
		position: relative;
	}
	
	.columnSect .sectTitle span:after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: calc(100vw/(750/7));
		margin: 0 0 0;
		border-top: calc(100vw/(750/2)) solid #44defc;
		border-bottom: calc(100vw/(750/2)) solid #44defc;
	}
	
	.columnSect .photo {
		margin: 0 0 calc(100vw/(750/75));
	}
	
	.columnSect .photo img {
		border-radius: 5px;
	}
	
	
	.columnSect .photo.shLB:after {
		margin: 10px 0 0 -10px;
	}
	
	.columnSect#columnSect01 .photo.shLB:after,
	.columnSect #columnPhotoBlock04 .photo.shLB:after,
	.columnSect .photo.shRB:after {
		margin: 10px 0 0 10px;
	}
	
	.columnSect .text {
		margin: 0 0 calc(100vw/(750/56));
		font-size: calc(100vw/(750/28));
	}
	
	.columnSect .text.date {
		font-size: calc(100vw/(750/24));
	}
	
	.columnSect .columnBlock {
		max-width: 100%;
		margin: 0 0 calc(100vw/(750/56));
	}
	
	.columnPhotoBlock {
		display: block;
	}
	
	.columnSect .columnBlock.tableWrapper {
		position: relative;
		width: calc(100vw/(750/750));
		max-width: 200%;
		margin: 0 calc(100vw/(750/40) * -1);
		padding: calc(100vw/(750/80)) calc(100vw/(750/40));
		background: #fff;
	}
	
	.tableWrapper:after {
		display: none;
	}
	
	.columnBlock .columnTable.forPc {
		display: none !important;
	}
	
	
	.columnBlock #otherItems,
	.columnBlock #otherItems thead,
	.columnBlock #otherItems tbody,
	.columnBlock #otherItems tfoot,
	.columnBlock #otherItems caption,
	.columnBlock #otherItems tr,
	.columnBlock #otherItems th,
	.columnBlock #otherItems td {
		display: block;
		width: 100%;
	}
	
	.columnBlock .columnTable caption,
	.columnBlock .spColumnTable .comparisonsTit {
		margin: 0 0 calc(100vw/(750/40));
		padding: 0 0 0 calc(100vw/(750/28));
		border-left: calc(100vw/(750/12)) solid #dbdbdb;
		font-size: calc(100vw/(750/30));
	}
	
	.columnBlock .spTableBlock,
	.columnBlock #otherItems tbody {
		margin-bottom: -1px;
		border: 1px solid #dbdbdb;
	}
	
	.columnBlock #otherItems tbody {
		border-bottom: none;
	}
	
	.columnBlock .columnTable th,
	.columnBlock .columnTable td,
	.columnBlock .spColumnTable h3,
	.columnBlock .spColumnTable dl {
		padding: calc(100vw/(750/23)) calc(100vw/(750/36)) calc(100vw/(750/27));
		font-size: calc(100vw/(750/26));
	}
	
	.columnBlock .columnTable th,
	.columnBlock .spColumnTable h3{
		background: #b2f1fe;
		border-right: none;
		border-bottom: none;
		text-align: left;
	}
	
	.columnBlock .columnTable td,
	.columnBlock .spColumnTable dl {
		background: #fff;
		border-right: none;
		border-bottom: 1px solid #dbdbdb;
	}
	
	.columnBlock .spColumnTable dl dt {
		font-weight: 500;
	}
	
	.columnBlock .columnTable thead th:last-child {border-right: none;}
	.columnBlock .columnTable tbody tr:last-child th {border-bottom: none;}
	.columnBlock .columnTable#otherItems tr:first-child td {border-top: none;}
	
	.columnBlock .columnTable tfoot td,
	.columnBlock .spColumnTable .comparisonNote {
		padding: calc(100vw/(750/30)) calc(100vw/(750/40)) 0;
		background: none;
		border: none;
		color: #7a9099;
		font-size: calc(100vw/(750/24));
		line-height: calc(5/3);
	}
	
	#columnSect01 .photo,
	#columnSect01 .text {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#columnSect01 .photo {
		margin-bottom: 70px;
	}
	
	#columnPhotoBlock01 .photo {width: 100%;}
	#columnPhotoBlock01 .textArea {width: 100%;}
	
	#columnPhotoBlock02 .photo {width: 100%;}
	#columnPhotoBlock02 .textArea {width: 100%;}
	
	#columnPhotoBlock04 {
		flex-direction: row-reverse;		margin-bottom: 80px;
	}
	
	#columnPhotoBlock04 .photo {width: 100%;}
	#columnPhotoBlock04 .textArea {width: 100%;}
	
	#columnPhotoBlock05 .photo {width: 100%;}
	#columnPhotoBlock05 .textArea {width: 100%;}
	
	#columnPhotoBlock06 {
		flex-direction: row-reverse;
		margin-bottom: 0;	}
	#columnPhotoBlock06 .photo {width: 100%;}
	#columnPhotoBlock06 .textArea {width: 100%;}
	
	#columnSect01:after {
		margin: calc(100vw/(750/540)) 0 0 calc(100vw/(750/160));
	}
	
	#columnSect02 {
		padding-top: calc(100vw/(750/87));
		padding-bottom: 0;
	}
	
	#columnSect02:after {
		margin: 0 0 0 calc(100vw/(750/160));

	}
	
	#columnSect03 {
		padding-top: calc(100vw/(750/160));
		padding-bottom: calc(100vw/(750/160));
		background: #e8fafd;
	}
	
	#columnSect03:after {
		margin: 0 0 0 calc(100vw/(750/160));
	}
	
	#columnSect04 {
		padding-bottom: 70px;
		background: #e8fafd;
	}
	
	#columnSect04:after {
		margin: 0 0 0 calc(100vw/(750/160));
	}
	
	.profileArea {
		/*margin: 0 calc(100vw/(750/40) * -1) calc(100vw/(750/80));*/
		margin: 0 0 calc(100vw/(750/80));
	}
	
	.profileArea .cFrame {
		padding: 0 !important;
	}
	
	.profileArea .profileBlock {
		display: block;
		
		max-width: 100%;
	    margin: 0 auto;
		padding: calc(100vw/(750/80)) calc(100vw/(750/40));
	}
	
	.profileArea .profileBlock:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}
	
	.profileArea .profileBlock .photo {
		float: left;
		width: calc(100vw/(750/250));
		height: calc(100vw/(750/250));
		margin: 0 0 calc(100vw/(750/30));
	}
	
	.profileArea .profileBlock .photo img {
		width: 100%;
		border-radius: 50%;
	}
	
	.profileArea .profileBlock .textArea {
		width: auto;
		font-size: calc(100vw/(750/26));
		line-height: calc(45/26);
	}
	
	.profileArea .profileBlock .textArea .name {
		float: right;
		width: calc(100vw/(750/380));
		margin: calc(100vw/(750/88)) 0 calc(100vw/(750/10));
		font-size: calc(100vw/(750/26));
		letter-spacing: -0.05em;
	}
	
	.profileArea .profileBlock .textArea .name big {
		font-size: calc(100vw/(750/30));
	}
	
	.profileArea .profileBlock .textArea .job {
		float: right;
		width: calc(100vw/(750/380));
		margin: 0;
		line-height: calc(45/26);
	}
	
	.profileArea .profileBlock .textArea .profile {
		clear: both;
		line-height: calc(7/4);
	}
	
	.profileArea .related {
		margin: calc(100vw/(750/35)) 0 0;
		font-size: calc(100vw/(750/26));
	}
	
	.profileArea .related dt {
		margin: 0 calc(100vw/(750/10)) 0 0;
	}
	
	.profileArea .related dt:before {
		width: calc(100vw/(750/27));
		height: calc(100vw/(750/27));
		margin: 0 calc(100vw/(750/18px)) 0 0;
	}
	
	
	.profileArea .related dd a:after {
		width: calc(100vw/(750/21));
		height: calc(100vw/(750/18));
		margin: 0 0 0 calc(100vw/(750/17));
	}
	
	.btn.toColumnTop {
		width: auto;
		margin: 0 calc(100vw/(750/40));
	}
	
	.btn.toColumnTop a {
		position: relative;
	    height: calc(100vw/(750/96));
	    padding: 0 24px 2px;
	    border-radius: 5px;
	    font-size: calc(100vw/(750/26));
	}
	
	.btn.toColumnTop a:after {
		position: absolute;
		top: 50%;
		right: calc(100vw/(750/18));
		width: 9px;
		height: 9px;
		margin: -5px 0 0;
	}
	
	
	#bottomShare {
		margin: calc(100vw/(750/120)) 0 0;
	}
	
	#bottomShare li#twitter .box .share,
	#bottomShare li#facebook .box .share {
		width: calc(100vw/(750/88));
		height: calc(100vw/(750/88));
		margin: 0 calc(100vw/(750/40));
	}
	
	#bottomShare li#twitter .box .share {
		background-size: calc(100vw/(750/50)) auto;
	}
	
	

	
	
	
}
