/*======================================



common



======================================*/


/*================================

オリジナルコンテンツ

================================*/

.cc{
	width: 100%;
	padding-top: 56px;
	}
@media screen and (max-width: 640px) {
.cc{
	padding-top: 0;
	}
	}


/*================================

band

================================*/

.cc .band{
	width: 100%;
	height: auto;
	background-color: #000;
	color: #fff;
	font-size: .9em;
	font-weight: 400;
	text-align: center;
	line-height: 3em;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
.cc .band{
	}
	}


/*================================

att

================================*/

.cc .att{
	width: 100%;
	height: auto;
	padding: 3em 0;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.cc .att{
	}
	}

.cc .att p.tighup{
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
	}
@media screen and (max-width: 640px) {
.cc .att p.tighup{
	font-size: 1.2em;
	}
	}

.cc .att p.tighup span{
	font-weight: 300;
	}
@media screen and (max-width: 640px) {
.cc .att p.tighup{
	}
	}

.cc .att h1{
	margin-top: .5em;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-size: 3.8em;
	font-weight: bold;
	line-height: 1.4em;
	}
@media screen and (max-width: 640px) {
.cc .att h1{
	font-size: 2em;
	}
	}

.cc .att p.lead{
	margin-top: 1.5em;
	font-size: 1.2em;
	line-height: 2em;
	}
@media screen and (max-width: 640px) {
.cc .att p.lead{
	font-size: 1em;
	line-height: 1.6em;
	}
	}


/*================================

mensnet

================================*/

.cc .mensnet{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 3em 0;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.cc .mensnet{
	width: 95%;
	padding: 2em 0;
	}
	}

.cc .mensnet div.banner{
	display: inline-block;
	width: 550px;
	height: 130px;
	margin: auto;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/isetanweb.svg);
	background-size: cover;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	border: 10px solid #000;
	}
@media screen and (max-width: 640px) {
.cc .mensnet div.banner{
	width: 100%;
	height: 110px;
	border: 10px solid #555;
	}
	}

.cc .mensnet a:hover div.banner{
	border: 10px solid #555;
	}
@media screen and (max-width: 640px) {
.cc .mensnet a:hover div.banner{
	}
	}

.cc .mensnet p{
	display: inline-block;
	margin-top: 1em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	border-bottom: 3px solid #fff;
	}
@media screen and (max-width: 640px) {
.cc .mensnet p{
	font-size: 1.1em;
	line-height: 1.6em;
	}
	}

.cc .mensnet p i{
	margin-left: .8em;
	}
@media screen and (max-width: 640px) {
.cc .mensnet p{
	}
	}

.cc .mensnet a:hover p{
	border-bottom: 3px solid #000;
	}
@media screen and (max-width: 640px) {
.cc .mensnet a:hover p{
	}
	}


/*======================================



top



======================================*/

/*================================

list

================================*/

.cc .list{
	width: 100%;
	height: auto;
	margin: auto;
	}
@media screen and (max-width: 640px) {
.cc .list{
	width: 95%;
	}
	}

.cc .list ul{
	width: 100%;
	height: auto;
	margin: auto;
	}
.cc .list ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.cc .list ul{
	}
	}

.cc .list ul li{
	float: left;
	width: 50%;
	height: auto;
	margin: auto;
	padding-bottom: 2em;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.cc .list ul li{
	float: none;
	width: 100%;
	}
	}

.cc .list ul li:nth-child(odd) {
	border-left: 10px solid #fff;
	border-right: 5px solid #fff;
	}
@media screen and (max-width: 640px) {
.cc .list ul li:nth-child(odd) {
	border: none;
	}
	}

.cc .list ul li:nth-child(even) {
	border-left: 5px solid #fff;
	border-right: 10px solid #fff;
	}
@media screen and (max-width: 640px) {
.cc .list ul li:nth-child(even) {
	border: none;
	}
	}

/*
.cc .list ul li:nth-child(3) {
	float: right;
	border-left: 5px solid #fff;
	border-right: 10px solid #fff;
	}
@media screen and (max-width: 640px) {
.cc .list ul li:nth-child(3) {
	float: left;
	border: none;
	}
	}

.cc .list ul li:nth-child(4) {
	border-left: 10px solid #fff;
	border-right: 5px solid #fff;
	}
@media screen and (max-width: 640px) {
.cc .list ul li:nth-child(4) {
	border: none;
	}
	}
*/

.cc .list ul li .thm{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	}

.cc .list ul li .thm .border{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 10px solid rgba(255, 255, 255, 0);
	z-index: 2;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.cc .list ul li:nth-child(1) a:hover .thm .border,
.cc .list ul li:nth-child(2) a:hover .thm .border,
.cc .list ul li:nth-child(3) a:hover .thm .border{
	border: 10px solid rgba(255, 255, 255, .5);
	}

.cc .list ul li:nth-child(4) a:hover .thm .border,
.cc .list ul li:nth-child(5) a:hover .thm .border,
.cc .list ul li:nth-child(6) a:hover .thm .border{
	border: 10px solid rgba(255, 255, 255, .5);
	}

.cc .list ul li .thm img{
	width: 100%;
	height: auto;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 640px) {
.cc .list ul li .thm img{
	}
	}

.cc .list ul li a:hover .thm img{
	-webkit-transform: scale(1.05) !important;
	-moz-transform: scale(1.05) !important;
	-ms-transform: scale(1.05) !important;
	-o-transform: scale(1.05) !important;
	transform: scale(1.05) !important;
	}

.cc .list ul li h2{
	padding-top: .5em;
	font-size: 2.2em;
	}
@media screen and (max-width: 640px) {
.cc .list ul li h2{
	font-size: 1.9em;
	}
	}

.cc .list ul li h3{
	padding-top: .5em;
	font-size: 1.2em;
	font-weight: normal;
	}
@media screen and (max-width: 640px) {
.cc .list ul li h3{
	}
	}

.cc .list ul li h3:before{
	content: '';
	display: block;
	margin: auto;
	width: 10em;
	height: .5em;
	border-top: 1px solid #000;
	}

/*======================================



page



======================================*/


/*================================

att

================================*/

.cc.page .att{
	width: 100%;
	height: auto;
	padding: 3em 0;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.cc.page .att{
	padding: 2em 0;
	}
	}

.cc.page .att p.tighup{
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1em;
	}
@media screen and (max-width: 640px) {
.cc.page .att p.tighup{
	font-size: 1em;
	}
	}

.cc.page .att p.tighup span{
	font-weight: 300;
	}
@media screen and (max-width: 640px) {
.cc.page .att p.tighup{
	}
	}

.cc.page .att h1{
	margin-top: .3em;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-size: 2.35em;
	font-weight: bold;
	line-height: 1.4em;
	}
@media screen and (max-width: 640px) {
.cc.page .att h1{
	font-size: 1.4em;
	}
	}


/*================================

localnavi

================================*/

.cc .localnavi{
	width: 100%;
	height: auto;
	padding: 1em 0;
	text-align: center;
	border-top: 1px solid #dedede;
	}
@media screen and (max-width: 640px) {
.cc .localnavi{
	display: none;
	}
	}

.cc .localnavi ul {
	text-align: center;
	}

.cc .localnavi ul li {
	display: inline-block;
	padding: 0 1em;
	}

.cc .localnavi ul li a{
	font-weight: 700;
	letter-spacing: .1em;
	}

.cc .localnavi ul li a p{
	font-weight: 700;
	line-height: 1.8em;
	letter-spacing: .1em;
	border-bottom: 5px solid #fff;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.cc .localnavi ul li a.stay p{
	border-bottom: 5px solid #000;
	}

.cc .localnavi ul li a:hover p{
	border-bottom: 5px solid #000;
	}


/*================================

main

================================*/

.cc .main {
	width: 100%;
	height: auto;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.cc .main {
	}
	}

.cc .main .visual {
	width: 80%;
	height: auto;
	margin: 0 auto;
	}
@media screen and (max-width: 640px) {
.cc .main .visual {
	width: 100%;
	}
	}

.cc .main .visual img{
	width: 100%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.cc .main .visual {
	}
	}

.cc .main h2{
	padding-top: 1em;
	font-size: 3em;
	font-weight: 700;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
.cc .main h2{
	font-size: 1.8em;
	letter-spacing: .05em;
	}
	}

.cc .main p.brandjn{
	padding-top: .5em;
	font-size: 1.7em;
	font-weight: normal;
	}
@media screen and (max-width: 640px) {
.cc .main p.brandjn{
	font-size: 1em;
	}
	}

.cc .main p.brandjn:before{
	content: '';
	display: block;
	margin: auto;
	width: 10em;
	height: .5em;
	border-top: 1px solid #444;
	}

.cc .main p.lead{
	padding-top: 1em;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.8em;
	}
@media screen and (max-width: 640px) {
.cc .main p.lead{
	width: 84%;
	margin: auto;
	text-align: left;
	font-size: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	}
	}


/*================================

スライダー / slick-theme.css

================================*/

/*slick-theme.css*/

/*================================

sub

================================*/

.cc .sub {
	width: 650px;
	height: auto;
	margin: 0 auto;
	}
@media screen and (max-width: 640px) {
.cc .sub {
	width: 84%;
	}
	}

.cc .sub h3{
	font-size: 1.5em;
	font-weight: 700;
	}
@media screen and (max-width: 640px) {
.cc .sub h3 {
	font-size: 1.2em;
	}
	}

.cc .sub p.text{
	padding-top: 1em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 640px) {
.cc .sub p.text{
	line-height: 1.6em;
	}
	}

.cc .sub p.credit{
	padding-top: 1.5em;
	font-size: .9em;
	line-height: 1.8em;
	}
@media screen and (max-width: 640px) {
.cc .sub p.credit{
	}
	}

.cc .sub p.credit a{
	color: #c00;
	}
@media screen and (max-width: 640px) {
.sub p.credit a{
	}
	}

.cc .sub p.credit a:hover{
	text-decoration: underline;
	}
@media screen and (max-width: 640px) {
.cc .sub p.credit a{
	}
	}

.cc .sub p.credit a i{
	margin-left: .5em;
	}
@media screen and (max-width: 640px) {
.cc .sub p.credit a{
	}
	}



/*================================

シェア

================================*/

.cc .share {
	display: block;
	width: 100%;
	height: auto;
	padding: 3em 0 0;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #dedede;
	}
@media screen and (max-width: 640px) {
.cc .share {
	}
	}

.cc .share p{
	text-align: center;
	font-weight: bold;
	font-size: .8em;
	}
@media screen and (max-width: 640px) {
.cc .share p{
	font-size: .8em;
	}
	}

.cc .share ul{
	font-size: 0;
	text-align: center;
	margin-top: 20px;
	}

.cc .share ul li{
	display: inline-block;
	margin: 0 10px;
	width: 35px;
	}
@media screen and (max-width: 640px) {
.cc .share ul li{
	margin: 0 8px;
	}
	}

.cc .share ul li img{
	width: 100%;
	height: auto;
	}


/*================================

present

================================*/

.cc .present{
	width: 1000px;
	height: auto;
	margin: auto;
	padding: 3em 0 1em;
	}
@media screen and (max-width: 640px) {
.cc .present{
	width: 84%;
	padding: 3em 0 0;
	}
	}

.cc .present h3.sponly{
	}
@media screen and (max-width: 640px) {
.cc .present h3.sponly{
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	}
	}

.cc .present .announce{
	display: table;
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: left;
	}
@media screen and (max-width: 640px) {
.cc .present .announce{
	display: block;
	margin-top: 3em;
	}
	}

.cc .present .announce .item{
	display: table-cell;
	width: 300px;
	height: auto;
	vertical-align: middle;
	text-align: left;
	}
@media screen and (max-width: 640px) {
.cc .present .announce .item{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	}
	}

.cc .present .announce .item img{
	width: 80%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.cc .present .announce .item img{
	width: 70%;
	}
	}

.cc .present .announce .texts{
	display: table-cell;
	width: 700px;
	height: auto;
	vertical-align: middle;
	}
@media screen and (max-width: 640px) {
.cc .present .announce .texts{
	}
	}

.cc .present .announce .texts h3{
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: .5em;
	}
@media screen and (max-width: 640px) {
.cc .present .announce .texts h3{
	}
	}

.cc .present .announce .texts p{
	margin-top: 1em;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 640px) {
.cc .present .announce .texts p{
	font-size: 1em;
	line-height: 1.7em;
	}
	}

.cc .present .announce .texts p.highlight{
	color: #cc0000;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
.cc .present .announce .texts p{
	}
	}

.cc .present .announce .texts p .bold{
	color: #000;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
.cc .present .announce .texts p .bold{
	}
	}


/*================================

index

================================*/

.cc .index{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 2em 0;
	background-color: #000;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.cc .index{
	}
	}

.cc .index h3{
	font-weight: 400;
	font-size: .8em;
	letter-spacing: .2em;
	color: #fff;
	}

.cc .index ul{
	width: 94%;
	height: auto;
	margin: auto 3%;
	padding-top: 1em;
	}
.cc .index ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.cc .index ul{
	width: 94%;
	margin-left: 6%;
	padding-top: 2em;
	}
	}

.cc .index ul li{
	float: left;
	width: 15.666%;
	height: auto;
	margin: auto .5%;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.cc .index ul li{
	float: none;
	display: table;
	width: 100%;
	margin: auto;
	padding-bottom: .6em;
	vertical-align: middle;
	}
.cc .index ul li:nth-child(6) {
	padding-bottom: 0;
	}
	}

.cc .index ul li .thm{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	}
@media screen and (max-width: 640px) {
.cc .index ul li .thm{
	position: relative;
	display: table-cell;
	width: 40%;
	vertical-align: middle;
	}
	}

.cc .index ul li .thm .border{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(255, 255, 255, 0);
	z-index: 2;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.cc .index ul li:nth-child(odd) a:hover .thm .border{
	border: 5px solid rgba(255, 255, 255, .5);
	}

.cc .index ul li:nth-child(even) a:hover .thm .border{
	border: 5px solid rgba(255, 255, 255, .5);
	}

.cc .index ul li .thm img{
	width: 100%;
	height: auto;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 640px) {
.cc .index ul li .thm img{
	}
	}

.cc .index ul li .texts{
	}
@media screen and (max-width: 640px) {
.cc .index ul li .texts{
	position: relative;
	display: table-cell;
	width: 60%;
	height: auto;
	vertical-align: middle;
	}
	}

.cc .index ul li p.brand{
	padding-top: 1em;
	font-size: .9em;
	font-weight: 400;
	color: #fff;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
.cc .index ul li p.brand{
	padding-top: 0;
	font-size: 1em;
	letter-spacing: 0;
	}
	}

.cc .index ul li p.brandjn{
	padding-top: .5em;
	font-size: .9em;
	font-weight: normal;
	color: #fff;
	}
@media screen and (max-width: 640px) {
.cc .index ul li p.brandjn{
	font-size: 1em;
	}
	}

.cc .index ul li p.brandjn:before{
	content: '';
	display: block;
	margin: auto;
	width: 10em;
	height: .5em;
	border-top: 1px solid #444;
	}

.cc .index .back{
	width: 200px;
	height: auto;
	margin: 2em auto 0;
	border: 1px solid #444;
	}
@media screen and (max-width: 640px) {
.cc .index .back{
	width: 86%;
	height: auto;
	}
	}

.cc .index .back a{
	display: block;
	width: 100%;
	height: auto;
	padding: .8em 0;
	background-color: #000;
	font-size: .9em;
	text-align: center;
	color: #fff;
	}
@media screen and (max-width: 640px) {
.cc .index .back a{
	font-size: 1em;
	padding: 1.2em 0;
	background-color: #222;
	}
	}

.cc .index .back a:hover{
	background-color: #222;
	}

.cc .index .back a i{
	margin-right: .6em;
	}


/*================================

cledit

================================*/

.cc .cledit{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 3em 0 1em;
	}
@media screen and (max-width: 640px) {
.cc .cledit{
	width: 90%;
	padding: 2em 0 1em;
	}
	}

.cc .cledit p{
	width: 700px;
	height: auto;
	margin: auto;
	font-size: .9em;
	line-height: 1.8em;
	}
@media screen and (max-width: 640px) {
.cc .cledit p{
	width: 100%;
	}
	}

.cc .cledit p a{
	color: #c00;
	}
@media screen and (max-width: 640px) {
.cc .cledit p a{
	}
	}

.cc .cledit p a:hover{
	text-decoration: underline;
	}
@media screen and (max-width: 640px) {
.cc .cledit p a{
	}
	}

.cc .cledit p a i{
	margin-left: .5em;
	}
@media screen and (max-width: 640px) {
.cc .cledit p a{
	}
	}






