@charset "UTF-8";

/* title-area */
main .title-area .bg-title-img {
    background-image: url(../images/carlin/img_mv.png);
	background-position: bottom 0 left 50%;
	margin-top: -110px;
}

/* carlin-area about */
main .carlin-area .about {
	padding: 120px 0 140px;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}
main .carlin-area .about:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	max-width: 430px;
	width: 30vw;
	height: 100%;
	background-color: #c9a58c;
	z-index: -1;
}
main .carlin-area .about h2 {
	margin-bottom: 60px;
}
main .carlin-area .about h2 span {
	display: block;
}
main .carlin-area .about h2 .jp {
	font-weight: bold;
	font-size: 2rem;
	color: #c9a58c;
	margin-bottom: 10px;
}
main .carlin-area .about h2 .en {
	font-size: 5rem;
	line-height: 0.9;
}
main .carlin-area .about p {
	font-size: 2.5rem;
	font-weight: bold;
}

/* carlin-area history */
main .carlin-area .history {
    padding-bottom: 430px;
	background-image: url("../images/carlin/bg_history.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left 50% bottom 0;
	margin-bottom: -200px;
}
main .carlin-area .history h3 {
    font-size: 5rem;
    line-height: 1;
    color: #c9a58c;
	text-align: center;
	margin-bottom: 50px;
}
main .carlin-area .history table {
    max-width: 955px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
main .carlin-area .history table:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #c9a58c;
	width: 4px;
	height: 95%;
}
main .carlin-area .history table tr {
}
main .carlin-area .history table th {
    color: #c9a58c;
	width: 190px;
	padding-left: 40px;
	box-sizing: border-box;
}
main .carlin-area .history table th .en {
    font-size: 3rem;
	line-height: 1;
}
main .carlin-area .history table th .jp {
    font-size: 2rem;
	font-weight: bold;
}
main .carlin-area .history table td {
    font-size: 2rem;
	font-weight: bold;
    padding: 15px 0;
	line-height: 1.8;
}
main .carlin-area .history table tr:first-child td {
    padding-top: 0;
}
main .carlin-area .history table tr:last-child td {
    padding-bottom: 0;
}
main .carlin-area .history table td p {
	letter-spacing: 0.05em;
    font-size: 1.6rem;
}

/* carlin-area method */
main .method {
	margin-bottom: 170px;
}
main .method .l-method {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main .method .l-method div {
	max-width: 440px;
}
main .method .l-method div h3 {
	font-size: 4rem;
    color: #c9a58c;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 45px;
}
main .method .l-method div h3:after {
	content: "";
	width: 190px;
	height: 2px;
	background-color: #c9a58c;
	position: absolute;
	left: 0;
	bottom: 0;
}
main .method .l-method div p {
	line-height: 1.8;
}
main .method .l-method figure {
	margin-left: 20px;
}
main .method .box {
	padding-top: 110px;
	position: relative;
}
main .method .box h4 {
    position: relative;
	margin-bottom: 60px;
}
main .method .box h4:before {
	content: "";
    position: absolute;
	right: 0;
	top: 30px;
	transform: translate(0,-50%);
	width: 80%;
	max-width: 818px;
	height: 3px;
	background-color: #c9a58c;
}
main .method .box h4 .en {
    font-size: 5rem;
	line-height: 1;
}
main .method .box h4 .jp {
    font-size: 2rem;
	font-weight: bold;
	color: #c9a58c;
	display: block;
}
main .method .box .l-box {
    display: flex;
	justify-content: space-between;
}
main .method .box .l-box p {
	max-width: 470px;
}
main .method .box .l-box .bnr {
	width: 100%;
	max-width: 542px;
	height: 230px;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right 110px top 50%;
	position: relative;
}
main .method .box .l-box .bnr:before {
	content: "";
	background-image: url("../images/common/icon_arrow_white.png");
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	border-radius: 100%;
	z-index: 1;
	transition: 0.3s ease-in-out;
}
main .method .box .l-box .bnr:hover:before {
	right: 30px;
}
main .method .box.trend-book .l-box .bnr {
	background-image: url("../images/carlin/img_trendbook.png");
}
main .method .box.trend-book .l-box .bnr:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(181,181,181,0.45);
}
main .method .box.planete .l-box .bnr {
	background-image: url("../images/carlin/img_planet.png");
	background-color: #99d2c9;
}
main .method .box .l-box .bnr .name {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 55px;
	transform: translate(0,-50%);
	z-index: 1;
}
main .method .box .l-box .bnr .name .en {
    font-size: 4rem;
	line-height: 1;
}
main .method .box .l-box .bnr .name .jp {
    font-size: 2rem;
	font-weight: bold;
	display: block;
}
main .method .box .bg-text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    line-height: 0.8;
    text-align: center;
    opacity: 0.05;
    z-index: -1;
}
main .method .box.trend-book .bg-text {
    font-size: 19vw;
}
main .method .box.planete .bg-text {
    font-size: 16vw;
}

/* carlin-area trend-evolution */
main .trend-evolution {
	padding: 150px 0 130px;
	background-image: url("../images/carlin/bg_trendevolution.jpg");
	background-size: cover;
	background-position: center;
	margin-bottom: 110px;
}
main .trend-evolution * {
	color: #fff;
}
main .trend-evolution .container {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
main .trend-evolution .container:after {
	display: none;
}
main .trend-evolution .ttl-wrap.container::after {
    display: none;
}
main .trend-evolution h3 .en {
	font-size: 8rem;
	line-height: 1;
	display: block;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
main .trend-evolution h3 .jp {
	font-size: 2rem;
	font-weight: bold;
}
main .trend-evolution p {
	font-size: 2.2rem;
}

/* carlin-area event-bnr */
main .event-bnr {
	padding: 10px 40px 10px 10px;
	max-width: 740px;
	margin: 0 auto;
	background-color: #c9a58c;
	color: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
main .event-bnr div {
	text-align: right;
}
main .event-bnr div h3 {
	font-size: 4rem;
	line-height: 1;
}
main .event-bnr div p {
	font-weight: bold;
	margin: 10px 0;
}
main .event-bnr div  i {
	transition: 0.3s ease-in-out;
}
main .event-bnr:hover div i {
	margin-right: -10px;
}

/* carlin-area media-area */
main .media-area .media-slider li .ttl {
    font-size: 2rem;
	font-weight: bold;
    margin-bottom: 10px;
}


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

/* title-area */
	main .title-area h1 .en img {
		max-width: 260px;
	}
	main .title-area .bg-title-img {
		margin-top: -45px;
	}

/* carlin-area about */
	main .carlin-area .about {
		padding: 40px 0;
		margin-bottom: 40px;
	}
	main .carlin-area .about:before {
		max-width: 60px;
	}
	main .carlin-area .about h2 {
		margin-bottom: 20px;
	}
	main .carlin-area .about h2 .jp {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	main .carlin-area .about h2 .en {
		font-size: 3rem;
	}
	main .carlin-area .about p {
		font-size: 1.4rem;
	}

/* carlin-area history */
	main .carlin-area .history {
		padding-bottom: 80px;
		margin-bottom: 40px;
	}
	main .carlin-area .history h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	main .carlin-area .history table:before {
		top: 0;
		width: 2px;
		height: 100%;
	}
	main .carlin-area .history table tr {
		display: block;
		padding: 15px 0;
	}
	main .carlin-area .history table th {
		display: block;
		width: 100%;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	main .carlin-area .history table th .en {
		font-size: 2.4rem;
	}
	main .carlin-area .history table th .jp {
		font-size: 1.4rem;
	}
	main .carlin-area .history table td {
		display: block;
		font-size: 1.4rem;
		padding: 0;
		padding-left: 20px;
		line-height: 1.6;
	}
	main .carlin-area .history table td p {
		letter-spacing: normal;
		font-size: 1.4rem;
	}

/* carlin-area method */
	main .method {
		margin-bottom: 60px;
	}
	main .method .l-method {
		display: block;
	}
	main .method .l-method div {
		max-width: 100%;
		margin-bottom: 20px;
	}
	main .method .l-method div h3 {
		font-size: 2.4rem;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	main .method .l-method div h3:after {
		width: 40px;
	}
	main .method .l-method div p {
		line-height: 1.4;
	}
	main .method .l-method figure {
		margin-left: 0;
	}
	main .method .box {
		padding-top: 40px;
	}
	main .method .box h4 {
		margin-bottom: 20px;
	}
	main .method .box h4:before {
		top: 10px;
		width: 50%;
		max-width: 140px;
		height: 2px;
	}
	main .method .box h4 .en {
		font-size: 2.2rem;
	}
	main .method .box h4 .jp {
		font-size: 1.4rem;
	}
	main .method .box .l-box {
		display: block;
	}
	main .method .box .l-box p {
		max-width: 100%;
		margin-bottom: 20px;
	}
	main .method .box .l-box .bnr {
		max-width: 100%;
		height: 160px;
	}
	main .method .box.trend-book .l-box .bnr {
		background-size: 130px;
		background-position: right 60px top 50%;
	}
	main .method .box.planete .l-box .bnr {
		background-size: 160px;
		background-position: right 60px top 50%;
	}
	main .method .box .l-box .bnr:before {
		right: 15px;
		background-size: 12px;
		width: 40px;
		height: 40px;
	}
	main .method .box .l-box .bnr:hover:before {
		right: 15px;
	}
	main .method .box .l-box .bnr .name {
		left: 20px;
	}
	main .method .box .l-box .bnr .name .en {
		font-size: 2rem;
	}
	main .method .box .l-box .bnr .name .jp {
		font-size: 1.4rem;
	}
	main .method .box .bg-text {
		top: 20px;
		line-height: 1;
	}

/* carlin-area trend-evolution */
	main .trend-evolution {
		padding: 40px 0;
		margin-bottom: 60px;
	}
	main .trend-evolution h3 .en {
		font-size: 2.6rem;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	main .trend-evolution h3 .jp {
		font-size: 1.4rem;
	}
	main .trend-evolution p {
		font-size: 1.6rem;
		width: 90%;
	}

/* carlin-area event-bnr */
	main .event-bnr {
		padding: 20px;
		margin: 0 20px;
		display: block;
		position: relative;
	}
	main .event-bnr div {
		margin-bottom: 20px;
		text-align: left;
	}
	main .event-bnr div h3 {
		font-size: 2.2rem;
	}
	main .event-bnr div p {
		margin: 10px 0 0;
	}
	main .event-bnr div i {
		position: absolute;
		top: 30px;
		right: 20px;
	}

/* carlin-area media-area */
	main .media-area .media-slider li .ttl {
		font-size: 1.6rem;
	}


}


/* ====================================================================================
         ipad
  ==================================================================================== */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {	

	main .title-area h1 .en img {
		margin-top: 20px;
		max-width: 260px;
	}
	main .title-area .bg-title-img {
		margin-top: -40px;
	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}


