@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Amiri:400i|Roboto:500i,700i&display=swap');

/*
	top.css
---------------------------------------------------------------------------------------------------------------------------------------------*/
/* main-visual
--------------------------------------------------------------------------------------------------------*/
#main-visual {
	overflow: hidden;
}
#main-visual,
#main-visual .main-slider .item,
#main-visual .main-slider .item li img {
	height: 100.0vh;
	min-height: 70.0rem;
}
#main-visual .inner {
	width: 100%;
	width: 100.0vw;
	position: relative;
}
#main-visual .inner .main-slider {
	margin: 0 auto;
}
#main-visual .inner .main-slider .item {
	position: relative;
}
#main-visual .inner .main-slider .item li img {
	object-fit: cover;
	width: 100%;
	width: 100.0vw;
}
#main-visual .inner .main-slider .item li:nth-of-type(2) {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#main-visual .inner .main-slider .item li p {
	font-size: 3.8rem;
	color: #fff;
	line-height: 1.66;
	text-shadow:
		-4px -4px 10px rgba(0, 0, 0, 0.4),
		-2px -2px 10px rgba(0, 0, 0, 0.4),
		2px 2px 10px rgba(0, 0, 0, 0.4),
		4px 4px 10px rgba(0, 0, 0, 0.4)
	;
}
#main-visual .inner .main-slider .slick-dots {
	position: absolute;
	bottom: 1.8rem;
	left: 50%;
	text-indent: -9999px;
	display: flex!important;
	display: -webkit-flex!important;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
#main-visual .inner .main-slider .slick-dots li {
	background-color: rgba(255, 255, 255, 0.5);
	width: 16.0rem;
	height: 2px;
}
#main-visual .inner .main-slider .slick-dots li button {
	font-size: 0;
	border: none;
	background: none;
}
#main-visual .inner .main-slider .slick-dots .slick-active {
	background-color: #fff;
}
#main-visual .inner .main-copy {
	position: absolute;
	bottom: 13.0rem;
	left: 0;
	width: 100%;
	text-align: center;
}
#main-visual .inner .main-copy p {
	font-size: 2.4rem;
	font-weight: 700;
	color: #ffee01;
	line-height: 1.5;
	text-shadow:
		-4px -4px 10px rgba(0, 0, 0, 0.4),
		-2px -2px 10px rgba(0, 0, 0, 0.4),
		2px 2px 10px rgba(0, 0, 0, 0.4),
		4px 4px 10px rgba(0, 0, 0, 0.4)
	;
}
#main-visual .inner .social-links {
	position: absolute;
	bottom: 3.5rem;
	left: 50%;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
#main-visual .inner .social-links li {
	width: 238px;
	flex: 0 0 238px;
	-webkit-flex: 0 0 238px;
	position: relative;
	padding: 2px;
}
#main-visual .inner .social-links li a {
	display: block;
	position: relative;
	background-color: rgba(0, 0, 0, 0.42);
	color: #fff;
	font-size: 1.8rem;
	padding: 1.4rem 0;
	text-align: center;
	overflow: hidden;
}
#main-visual .inner .social-links li a span {
	display: inline-block;
	position: relative;
	z-index: 3;
	padding: 1.2rem 0 1.2rem 4.0rem;
	background-position: left center;
	background-repeat: no-repeat;
	transition: padding 0.4s ease;
	-webkit-transition: padding 0.4s ease;
}
#main-visual .inner .social-links li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -160%;
	width: 150%;
	height: 100%;
	transform: skewX(-27deg);
	-webkit-transform: skewX(-27deg);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}
#main-visual .inner .social-links li a:hover::before {
	left: -20%;
}
#main-visual .inner .social-links li a:hover span {
	padding-left: 0;
	background-image: none!important;
}

/* social-links common
--------------------------------------------------------------------------------------------------------*/
#main-visual .inner .social-links li::before,
#main-visual .inner .social-links li::after,
#main-visual .inner .social-links li p::before,
#main-visual .inner .social-links li p::after {
	background-color: #fff;
	position: absolute;
	content: '';
}
#main-visual .inner .social-links li::before,
#main-visual .inner .social-links li::after {
	top: 0;
	left: 0;
}
#main-visual .inner .social-links li p::before,
#main-visual .inner .social-links li p::after {
	bottom: 0;
	right: 0;
}
#main-visual .inner .social-links li::before,
#main-visual .inner .social-links li p::before {
	width: 2px;
	height: 100%;
}
#main-visual .inner .social-links li::after,
#main-visual .inner .social-links li p::after {
	width: 100%;
	height: 2px;
}

/* facebook
--------------------------------------------------------------------------------------------------------*/
#main-visual .inner .social-links li.ic-fb::after,
#main-visual .inner .social-links li.ic-fb p::after,
#main-visual .inner .social-links li.ic-fb a::before {
	background: #17c8f2;
	background: -webkit-linear-gradient(left, #17c8f2 0%, #0366e7 100%);
	background: linear-gradient(to right, #17c8f2 0%, #0366e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17c8f2', endColorstr='#0366e7',GradientType=1 );
}
#main-visual .inner .social-links li.ic-fb p::before {
	background-color: #0366e7;
}
#main-visual .inner .social-links li.ic-fb::before {
	background-color: #17c8f2;
}
#main-visual .inner .social-links li.ic-fb a span {
	background-image: url(../images/top/ic_main_visual_facebook.png);
}

/* insta top right bottom left
--------------------------------------------------------------------------------------------------------*/
#main-visual .inner .social-links li.ic-insta::after {
	background: #773ab3;
	background: -webkit-linear-gradient(left, #773ab3 0%, #a636b6 100%);
	background: linear-gradient(to right, #773ab3 0%, #a636b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#773ab3', endColorstr='#a636b6',GradientType=1 );
}
#main-visual .inner .social-links li.ic-insta p::before {
	background: #ac34b9;
	background: -webkit-linear-gradient(top, #ac34b9 0%, #d43086 100%);
	background: linear-gradient(to bottom, #ac34b9 0%, #d43086 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac34b9', endColorstr='#d43086',GradientType=0 );
}
#main-visual .inner .social-links li.ic-insta p::after {
	background: #f07238;
	background: -webkit-linear-gradient(left, #f07238 0%, #d43087 100%);
	background: linear-gradient(to right, #f07238 0%, #d43087 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07238', endColorstr='#d43087',GradientType=1 );
}
#main-visual .inner .social-links li.ic-insta::before {
	background: #773ab3;
	background: -webkit-linear-gradient(top, #773ab3 0%, #bb328c 50%, #f07238 100%);
	background: linear-gradient(to bottom, #773ab3 0%, #bb328c 50%, #f07238 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#773ab3', endColorstr='#f07238',GradientType=0 );
}
#main-visual .inner .social-links li.ic-insta a span {
	background-image: url(../images/top/ic_main_visual_insta.png);
}
#main-visual .inner .social-links li.ic-insta a::before {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%);
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
}

/* twitter
--------------------------------------------------------------------------------------------------------*/
#main-visual .inner .social-links li.ic-tw::after,
#main-visual .inner .social-links li.ic-tw p::after,
#main-visual .inner .social-links li.ic-tw a::before {
	background: #1ba3f1;
	background: -webkit-linear-gradient(left, #1ba3f1 0%, #5cc8ec 100%);
	background: linear-gradient(to right, #1ba3f1 0%, #5cc8ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba3f1', endColorstr='#5cc8ec',GradientType=1 );
}
#main-visual .inner .social-links li.ic-tw p::before {
	background-color: #5cc8ec;
}
#main-visual .inner .social-links li.ic-tw::before {
	background-color: #1ba3f1;
}
#main-visual .inner .social-links li.ic-tw a span {
	background-image: url(../images/top/ic_main_visual_twitter.png);
}

/* news
--------------------------------------------------------------------------------------------------------*/
#main-visual .inner .social-links li.ic-news::after,
#main-visual .inner .social-links li.ic-news p::after,
#main-visual .inner .social-links li.ic-news a::before {
	background: #f06666;
	background: -webkit-linear-gradient(left, #f06666 0%, #f58a00 100%);
	background: linear-gradient(to right, #f06666 0%, #f58a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06666', endColorstr='#f58a00',GradientType=1 );
}
#main-visual .inner .social-links li.ic-news p::before {
	background-color: #f58a00;
}
#main-visual .inner .social-links li.ic-news::before {
	background-color: #f06666;
}
#main-visual .inner .social-links li.ic-news a span {
	background-image: url(../images/top/ic_main_visual_news.png);
}


/* point
--------------------------------------------------------------------------------------------------------*/
#point {
	position: relative;
	overflow: hidden;
	padding: 4.5rem 0 5.0rem;
}
#point canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}
.bnr_online{
	text-align: center;
	margin-bottom: 50px;
}
#point .inner .field,
#point .inner .field .about dt,
#point .inner .field .about dd {
	display: flex;
	display: -webkit-flex;
}
#point .inner .field {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#point .inner .field:not(:last-child) {
	margin-bottom: 2.5rem;
}
#point .inner .field .about {
	position: relative;
	z-index: 2;
	margin-top: 0rem;
}
#point .inner .field .about dt {
	align-items: baseline;
	-webkit-align-items: baseline;
	padding-left: 0.2rem;
}
#point .inner .field .about dt span {
	font-size: 5.7rem;
	position: relative;
	z-index: 1;
	letter-spacing: 1px;
}
#point .inner .field .about dt em {
	font-size: 20.0rem;
	font-style: italic;
	font-family: 'Amiri', serif;
	letter-spacing: -18px;
	text-indent: -1.0rem;
	color: #fff001;
}
#point .inner .field .about dd {
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
	width: 370px;
	min-height: 29.0rem;
	padding: 2.8rem;
	background-color: #fff;
	margin-top: -4.0rem;
}
#point .inner .field .about dd::before {
	position: absolute;
	z-index: 1;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 178px 178px 0 0;
	border-color: #ffee01 transparent transparent transparent;
}
#point .inner .field .about dd > * {
	position: relative;
	z-index: 2;
}
#point .inner .field .about dd h3 {
	font-size: 3.2rem;
	line-height: 1.31;
	margin-bottom: 1.8rem;
}
#point .inner .field .about dd p {
	font-size: 1.4rem;
	line-height: 1.57;
	text-align: justify;
	text-justify: inter-ideograph;
}
#point .inner .field .about dd p.black-btn {
	text-align: center;
	line-height: 1.0;
	margin-top: 2.0rem;
}
#point .inner .field .about dd p.black-btn .btn-link span {
	font-size: 1.4rem;
}
#point .inner .field .about dd p.black-btn .ic-pdf span {
	position: relative;
}
#point .inner .field .about dd p.black-btn .ic-pdf span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 3.0rem;
	background: url(../images/commons/ic-pdf.png) no-repeat left center;
	background-size: 100% auto;
	width: 14px;
	height: 16px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

#point .inner .field .photo {
	width: 730px;
	box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.12);
}
#point .inner .field:nth-of-type(2n+1) .photo {
	margin-left: -100px;
}
#point .inner .field:nth-of-type(2n) .about {
	order: 1;
	-webkit-order: 1;
}
#point .inner .field:nth-of-type(2n) .photo {
	margin-right: -100px;
}
#point .inner .field:nth-of-type(2) .about dt,
#point .inner .field:nth-of-type(4) .about dt {
	padding-left: 0.4rem;
}
#point .inner .field:nth-of-type(2) .about dt span::before,
#point .inner .field:nth-of-type(4) .about dt span::before {
	content: 'POI';
	position: absolute;
	color: #fff;
	z-index: 1;
}

/* point 01
----------------------------------------------*/
#point .inner .field:nth-of-type(1) .photo {
	background-color: #000;
	padding: 1.0rem;
}
#point .inner .field:nth-of-type(1) .photo ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#point .inner .field:nth-of-type(1) .photo ul li:nth-of-type(-n+3) {
	margin-bottom: 1.0rem;
}

/* point 02
----------------------------------------------*/
#point .inner .field:nth-of-type(2) .photo {
	position: relative;
}
#point .inner .field:nth-of-type(2) .photo ul {
	position: absolute;
	bottom: 18px;
	left: 20px;
	display: flex;
	display: -webkit-flex;
}
#point .inner .field:nth-of-type(2) .photo ul li {
	background-color: #000;
}
#point .inner .field:nth-of-type(2) .photo ul li:not(:last-child) {
	margin-right: 1.0rem;
}

/* point 03
----------------------------------------------*/
#point .inner .field:nth-of-type(3) .photo {
	position: relative;
}
#point .inner .field:nth-of-type(3) .photo ul {
	position: absolute;
	bottom: 18px;
	left: 120px;
	display: flex;
	display: -webkit-flex;
}
#point .inner .field:nth-of-type(3) .photo ul li {
	background-color: #000;
}
#point .inner .field:nth-of-type(3) .photo ul li:not(:last-child) {
	margin-right: 1.0rem;
}


/* point 04
----------------------------------------------*/
#point .inner .field:nth-of-type(4) .photo {
	position: relative;
	overflow: hidden;
}
#point .inner .field:nth-of-type(4) .about dd h3 {
	font-size: 2.7rem;
	letter-spacing: -0.04em;
}

/* point 05
----------------------------------------------*/
#point .inner .field:nth-of-type(5) .photo {
	position: relative;
	overflow: hidden;
}


/* studio
--------------------------------------------------------------------------------------------------------*/
#studio {
	padding: 4.5rem 0 0;
	background-color : #fff;
	position: relative;
/*
	background-image:
		repeating-linear-gradient( 0deg, rgba(0, 0, 0, 0.05) 0px 1px, transparent 1px 8px),
		repeating-linear-gradient( 90deg, rgba(0, 0, 0, 0.05) 0px 1px, transparent 1px 8px)
	;
*/
}
#studio::before,
#studio::after {
	position: absolute;
	content: '';
	z-index: 1;
}
#studio::before {
	bottom: 0;
	left: 0;
	background: url(../images/top/bg_studio_01.png) no-repeat left bottom;
	width: 676px;
	height: 742px;
}
#studio::after {
	top: 0;
	right: 0;
	background: url(../images/top/bg_studio_02.png) no-repeat right top;
	width: 544px;
	height: 763px;
}
#studio .inner {
	padding: 4.0rem 0 6.0rem;
	width: 1000px;
	position: relative;
	z-index: 2;
}
#studio .inner .studio-slider .item {
	position: relative;
}
#studio .inner .studio-slider .item .about {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
}
#studio .inner .studio-slider .item .about h3 {
	font-family: 'Roboto', sans-serif!important;
	font-weight: 500!important;
	font-style: italic;
	font-size: 3.2rem;
	color: #fff001;
	letter-spacing: 0.02em;
	position: relative;
	padding-bottom: 0.8rem;
	margin-bottom: 1.8rem;
}
#studio .inner .studio-slider .item .about h3 span {
	font-weight: 700!important;
	font-size: 6.0rem;
	letter-spacing: 0.05em;
}
#studio .inner .studio-slider .item .about h3::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 4.0rem;
	height: 2px;
	background-color: #fff001;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
#studio .inner .studio-slider .item .about h4 {
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.45;
	margin-bottom: 1.6rem;
}
#studio .inner .studio-slider .item .about h4 + p {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 3.2rem;
}
#studio .inner .studio-slider .item#studio-b h4,
#studio .inner .studio-slider .item#studio-c h4 {
	font-size: 2.0rem;
	letter-spacing: -0.02em;
}
#studio .inner .studio-slider .item#studio-d h4 {
	font-size: 2.3rem;
	letter-spacing: -0.02em;
}
#studio .inner .studio-slider .item#studio-e h4 {
	font-size: 2.1rem;
	letter-spacing: -0.03em;
}
#studio .inner .studio-slider .ic-arrow {
	position: absolute;
	top: 37.5%;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	cursor: pointer;
}
#studio .inner .studio-slider .ic-prev {
	left: -8.0rem;
}
#studio .inner .studio-slider .ic-next {
	right: -8.0rem;
}
#studio .inner .studio-slider .ic-prev::after,
#studio .inner .studio-slider .ic-next::after {
	position: absolute;
	content: '';
	width: 45px;
	height: 45px;
	border: 2px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -16px;
}
#studio .inner .studio-slider .ic-prev::after {
	border-color: transparent transparent #222 #222;
	right: 20px;
}
#studio .inner .studio-slider .ic-next::after {
	border-color: #222 #222 transparent transparent;
	left: 20px;
}
#studio .inner .studio-slider .slick-dots {
	margin-top: 2.5rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	counter-reset: number;
}
#studio .inner .studio-slider .slick-dots li {
	position: relative;
	width: 188px;
	height: 73px;
	cursor: pointer;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#studio .inner .studio-slider .slick-dots li:hover {
	opacity: 0.6;
}
#studio .inner .studio-slider .slick-dots li button {
	background-color: transparent;
	border: none;
	font-size: 0;
	width: 100%;
	height: 100%;
	outline: none;
}
#studio .inner .studio-slider .slick-dots li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#studio .inner .studio-slider .slick-dots li button::before,
#studio .inner .studio-slider .slick-dots li button::after {
	font-family: 'Roboto', sans-serif!important;
	font-weight: 700!important;
	font-style: italic;
	position: relative;
	z-index: 1;
	color: #fff;
}
#studio .inner .studio-slider .slick-dots li button::before {
	content: 'ROOM-';
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
#studio .inner .studio-slider .slick-dots li button::after {
	counter-increment: number;
	content: counter(number, upper-alpha);
	font-size: 2.7rem;
	letter-spacing: 0.05em;
}
#studio .inner .studio-slider .slick-dots li.slick-active::before {
	background-color: transparent;
}
#studio .inner .studio-slider .slick-dots li.slick-active button::before,
#studio .inner .studio-slider .slick-dots li.slick-active button::after {
	opacity: 0;
}


#studio .inner .studio-slider .slick-dots li:nth-of-type(1) { background-image: url(../images/top/ph_studio_01.jpg);}
#studio .inner .studio-slider .slick-dots li:nth-of-type(2) { background-image: url(../images/top/ph_studio_02.jpg);}
#studio .inner .studio-slider .slick-dots li:nth-of-type(3) { background-image: url(../images/top/ph_studio_03.jpg);}
#studio .inner .studio-slider .slick-dots li:nth-of-type(4) { background-image: url(../images/top/ph_studio_04.jpg);}
#studio .inner .studio-slider .slick-dots li:nth-of-type(5) { background-image: url(../images/top/ph_studio_05.jpg);}


/*** add ***/
#studio {
	overflow: hidden;
}
#studio .inner {
	width: 100%;
}
#studio .inner .studio-slider {
	margin: 0 auto;
	max-width: 1060px;
}
#studio .inner .studio-slider .slick-list {
	overflow: visible;
}
#studio .inner .studio-slider .slick-slide {
	margin: 0 3.0rem;
	opacity: 0.6;
}
#studio .inner .studio-slider .slick-center {
	opacity: 1.0;
}
#studio .inner .studio-slider .slick-dots {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#studio .inner .studio-slider .ic-prev,
#studio .inner .studio-slider .ic-next {
	z-index: 3;
}



/* access
--------------------------------------------------------------------------------------------------------*/
#access {
	padding: 4.0rem 0 0;
	background: #e2e2e2;
	background: -webkit-linear-gradient(-45deg, #e2e2e2 47%, #ebebeb 47%);
	background: linear-gradient(135deg, #e2e2e2 47%, #ebebeb 47%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ebebeb',GradientType=1 );
}
#access .inner {
	padding: 0 0 7.0rem;
}
#access .inner .field {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#access .inner .field .about > p:first-child {
	font-size: 1.7rem;
	line-height: 1.58;
	margin-bottom: 0.8em;
}
#access .inner .field .about dl {
	margin-bottom: 3.0rem;
}
#access .inner .field .about dl dt,
#access .inner .field .about dl dd {
	font-size: 1.4rem;
	line-height: 1.42;
}
#access .inner .field .about dl dt::before {
	content: '[';
	padding-right: 0.25em;
}
#access .inner .field .about dl dt::after {
	content: ']';
	padding-left: 0.25em;
}
#access .inner .field .about dl dd:not(:last-child) {
	margin-bottom: 1.0em;
}
#access .inner .field .maps {
	width: 572px;
	height: 450px;
	background-color: #fff;
	box-shadow: 4px 4px 10px 5px rgba(27, 29, 36, 0.08);
	-webkit-overflow-scrolling: touch;
}
#access .inner .field .maps iframe {
	width: 100%;
	height: 100%;
}

/* news
--------------------------------------------------------------------------------------------------------*/
#news {
	padding: 4.0rem 0 0;
	position: relative;
}
#news::before,
#news::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#news::before {
	top: 0;
	right: 0;
	width: 296px;
	height: 456px;
	background: url(../images/top/bg_news_01.png) no-repeat center center;
}
#news::after {
	bottom: 0;
	left: 3.0rem;
	width: 297px;
	height: 303px;
	background: url(../images/top/bg_news_02.png) no-repeat center center;
}

#news .inner {
	padding: 0 0 8.0rem;
	text-align: center;
}
#news .inner .field {
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 2.5rem;
	padding: 1.5rem 3.0rem;
	text-align: left;
}
#news .inner .field a {
	display: block;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#news .inner .field a:not(:last-child) {
	border-bottom: 1px solid rgba(45, 49, 66, 0.1);
}
#news .inner .field a:hover {
	opacity: 0.6;
}
#news .inner .field dl,
#news .inner .field dl dd {
	display: flex;
	display: -webkit-flex;
}
#news .inner .field dl {
	padding: 1.6rem 0;
}
#news .inner .field dl dt {
	font-size: 1.2rem;
	color: #fff;
	width: 90px;
	flex: 0 0 90px;
	-webkit-flex: 0 0 90px;
}
#news .inner .field dl dt span {
	display: block;
	text-align: center;
	padding: 0.7rem 0 0.8rem;
}
#news .inner .field dl dt span.cat-news { background-color: #1790c9;}
#news .inner .field dl dt span.cat-event { background-color: #f27076;}
#news .inner .field dl dt span.cat-campaign { background-color: #4cbecd;}

#news .inner .field dl dd {
	padding-left: 3.0rem;
	font-size: 1.4rem;
	line-height: 1.66;
}
#news .inner .field dl dd span {
	color: rgba(33, 33, 33, 0.6);
}
#news .inner .field dl dd p {
	color: #222;
	padding-left: 3.0rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#news .inner .btn-link span {
	font-size: 1.4rem;
}


/*
	less than 767px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

/* main-visual
--------------------------------------------------------------------------------------------------------*/
	#main-visual {
		height: 100%;
	}
	#main-visual .inner {
		width: 100%;
	}
	#main-visual .inner .main-slider .item li img {
		width: 100%;
	}
	#main-visual, #main-visual .main-slider .item,
	#main-visual .main-slider .item li img {
		min-height: auto;
		/*height: 100%;*/
		height: 321px;
	}
	#main-visual .inner .main-slider .item li p {
		font-size: calc(32 / 750 * 100vw);
	}
	#main-visual .inner .main-slider .slick-dots {
		width: 100%;
		bottom: 0;
	}
	#main-visual .inner .main-slider .slick-dots li {
		width: 25.0%;
		height: 6px;
	}
	#main-visual .inner .main-copy {
		bottom: calc(130 / 750 * 100vw);
	}
	#main-visual .inner .main-copy p {
		font-size: calc(21 / 750 * 100vw);
		font-weight: 500;
	}
	#main-visual .inner .social-links {
		width: 100%;
		padding: 0 calc(25 / 750 * 100vw);
		bottom: calc(30 / 750 * 100vw);
	}
	#main-visual .inner .social-links li {
		width: auto;
		flex: 0 0 24.0%;
		-webkit-flex: 0 0 24.0%;
	}
	#main-visual .inner .social-links li a {
		font-size: calc(22 / 750 * 100vw);
		padding: calc(18 / 750 * 100vw) 0;
	}
	#main-visual .inner .social-links li a::before {
		content: none;
	}
	#main-visual .inner .social-links li a span {
		padding: calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw) calc(35 / 750 * 100vw);
		background-size: calc(25 / 750 * 100vw) auto;
	}
	#main-visual .inner .social-links li a:hover span {
		padding-left: calc(35 / 750 * 100vw);
		background-position: left center;
		background-repeat: no-repeat;
	}
	#main-visual .inner .social-links li.ic-fb a:hover span { background-image: url(../images/top/ic_main_visual_facebook.png)!important;}
	#main-visual .inner .social-links li.ic-insta a:hover span { background-image: url(../images/top/ic_main_visual_insta.png)!important;}
	#main-visual .inner .social-links li.ic-tw a:hover span { background-image: url(../images/top/ic_main_visual_twitter.png)!important;}
	#main-visual .inner .social-links li.ic-news a:hovr span { background-image: url(../images/top/ic_main_visual_news.png)!important;}


/* point
--------------------------------------------------------------------------------------------------------*/
	#point {
		padding: calc(45 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
	}
	#point .inner {
		padding: 0 calc(25 / 750 * 100vw);
	}
	#point .inner .field {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#point .inner .field:not(:last-child) {
		margin-bottom: calc(25 / 750 * 100vw);
	}
	#point .inner .field .about {
		width: 100%;
		padding: 0 calc(50 / 750 * 100vw);
	}
	#point .inner .field .about dt span {
		font-size: calc(52 / 750 * 100vw);
	}
	#point .inner .field .about dt em {
		font-size: calc(200 / 750 * 100vw);
		text-indent: -0.05em;
		letter-spacing: -9px;
	}
	#point .inner .field .about dd {
		width: auto;
		min-height: auto;
		padding: calc(40 / 750 * 100vw);
		margin-top: calc(40 / 750 * -100vw);
	}
	#point .inner .field .about dd::before {
		border-width: calc(178 / 750 * 100vw) calc(178 / 750 * 100vw) 0 0;
	}
	#point .inner .field .about dd h3 {
		font-size: calc(36 / 750 * 100vw);
	}
	#point .inner .field .about dd h3 br {
		display: none;
	}
	#point .inner .field .about dd p {
		font-size: calc(25 / 750 * 100vw);
	}
	#point .inner .field .about dd p.black-btn .btn-link {
		width: calc(350 / 750 * 100vw)
	}
	#point .inner .field .about dd p.black-btn .btn-link span {
		font-size: calc(18 / 750 * 100vw);
	}
	#point .inner .field .photo {
		width: 100%;
		margin-top: calc(50 / 750 * -100vw);
	}
	#point .inner .field:nth-of-type(2n) .about {
		order: 0;
		-webkit-order: 0;
	}
	#point .inner .field:nth-of-type(2) .about dt span::before,
	#point .inner .field:nth-of-type(4) .about dt span::before {
		content: none;
	}
	#point .inner .field:nth-of-type(2n+1) .photo {
		margin-left: 0;
	}
	#point .inner .field:nth-of-type(2n) .photo {
		margin-right: 0;
	}

/* point 01
----------------------------------------------*/
	#point .inner .field:nth-of-type(1) .photo {
		padding: calc(14 / 750 * 100vw);
	}
	#point .inner .field:nth-of-type(1) .photo ul li:nth-of-type(-n+3) {
		margin-bottom: calc(14 / 750 * 100vw);
	}
	#point .inner .field:nth-of-type(1) .photo ul li {
		width: calc(177 / 750 * 100vw);
	}
	#point .inner .field:nth-of-type(1) .photo ul li:nth-of-type(1),
	#point .inner .field:nth-of-type(1) .photo ul li:nth-of-type(4) {
		width: calc(290 / 750 * 100vw);
	}

/* point 02
----------------------------------------------*/
	#point .inner .field:nth-of-type(2) .photo ul {
		justify-content: center;
		-webkit-justify-content: center;
		left: 0;
		width: 100%;
		bottom: calc(18 / 750 * 100vw);
		padding: 0 calc(25 / 750 * 100vw);
	}
	#point .inner .field:nth-of-type(2) .photo ul li:not(:last-child) {
		margin-right: calc(10 / 750 * 100vw);
	}

/* point 03
----------------------------------------------*/
	#point .inner .field:nth-of-type(3) .photo ul {
		justify-content: center;
		-webkit-justify-content: center;
		left: 0;
		width: 100%;
		bottom: calc(18 / 750 * 100vw);
		padding: 0 calc(25 / 750 * 100vw);
	}
	#point .inner .field:nth-of-type(3) .photo ul li:not(:last-child) {
		margin-right: calc(10 / 750 * 100vw);
	}

/* point 04
----------------------------------------------*/
	#point .inner .field:nth-of-type(4) .about dd h3 {
		font-size: calc(30 / 750 * 100vw);
	}


/* studio
--------------------------------------------------------------------------------------------------------*/
	#studio {
		padding: calc(45 / 750 * 100vw) 0 0;
	}
	#studio::before {
		width: calc(676 / 750 * 100vw);
		height: calc(742 / 750 * 100vw);
		background-size: contain;
	}
	#studio::after {
		width: calc(544 / 750 * 100vw);
		height: calc(763 / 750 * 100vw);
		background-size: contain;
	}
	#studio .inner {
		padding: calc(40 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
	}
	#studio .inner .studio-slider .slick-slide {
		margin: 0 calc(25 / 750 * 100vw);
	}
	#studio .inner .studio-slider .item .photo img {
		width: calc(700 / 750 * 100vw);
		height: calc(380 / 750 * 100vw);
		object-fit: cover;
		object-position: center center;
	}
	#studio .inner .studio-slider .item .about {
		width: calc(280 / 750 * 100vw);
/*
		padding: calc(45 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
*/
	}
	#studio .inner .studio-slider .item .about h3 {
		font-size: calc(32 / 750 * 100vw);
		padding-bottom: calc(8 / 750 * 100vw);
		margin-bottom: calc(18 / 750 * 100vw);
	}
	#studio .inner .studio-slider .item .about h3 span {
		font-size: calc(60 / 750 * 100vw);
	}
	#studio .inner .studio-slider .item .about h3::after {
		width: calc(40 / 750 * 100vw);
		height: 3px;
	}
	#studio .inner .studio-slider .item .about h4 {
		font-size: calc(24 / 750 * 100vw);
		margin-bottom: calc(16 / 750 * 100vw);
	}
	#studio .inner .studio-slider .item .about h4 + p {
		font-size: calc(16 / 750 * 100vw);
		margin-bottom: calc(32 / 750 * 100vw);
	}
	#studio .inner .studio-slider .item .about .white-btn .btn-link {
		width: calc(200 / 750 * 100vw);
	}
	#studio .inner .studio-slider .item .about .white-btn .btn-link span {
		font-size: calc(17 / 750 * 100vw);
	}
	#studio .inner .studio-slider .item#studio-b h4,
	#studio .inner .studio-slider .item#studio-c h4 {
		font-size: calc(19 / 750 * 100vw);
	}
	#studio .inner .studio-slider .item#studio-d h4 {
		font-size: calc(22 / 750 * 100vw);
	}
	#studio .inner .studio-slider .item#studio-e h4 {
		font-size: calc(21 / 750 * 100vw);
	}

	#studio .inner .studio-slider .slick-dots {
		width: 100%;
		padding: 0 calc(25 / 750 * 100vw);
	}
	#studio .inner .studio-slider .slick-dots {
		margin-top: calc(18 / 750 * 100vw);
	}
	#studio .inner .studio-slider .slick-dots li {
		width: calc(133 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		background-position: center center;
		background-size: cover;
	}
	#studio .inner .studio-slider .slick-dots li:not(:last-child) {
		margin-right: 0;
	}
	#studio .inner .studio-slider .slick-dots li button::before {
		font-size: calc(16 / 750 * 100vw);
	}
	#studio .inner .studio-slider .slick-dots li button::after {
		font-size: calc(32 / 750 * 100vw);
	}

	#studio .inner .studio-slider .ic-arrow {
		top: 37.5%;
		font-size: 0;
	}
	#studio .inner .studio-slider .ic-prev {
		left: 0;
	}
	#studio .inner .studio-slider .ic-next {
		right: 0;
	}
	#studio .inner .studio-slider .ic-prev::after,
	#studio .inner .studio-slider .ic-next::after {
		font-size: calc(20 / 750 * 100vw);
		width: calc(25 / 750 * 100vw);
		height: calc(25 / 750 * 100vw);
		top: 0;
	}
	#studio .inner .studio-slider .ic-prev::after {
		right: calc(32 / 750 * -100vw);
	}
	#studio .inner .studio-slider .ic-next::after {
		left: calc(32 / 750 * -100vw);
	}

/* access
--------------------------------------------------------------------------------------------------------*/
	#access {
		padding: calc(40 / 750 * 100vw) 0 0;
	}
	#access .inner {
		padding: 0 calc(25 / 750 * 100vw) calc(70 / 750 * 100vw);
	}
	#access .inner .field {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#access .inner .about {
		width: 100%;
		padding: calc(25 / 750 * 100vw) 0 calc(35 / 750 * 100vw);
	}
	#access .inner .field .about > p:first-child {
		font-size: calc(26 / 750 * 100vw);
	}
	#access .inner .field .about dl {
		margin-bottom: calc(30 / 750 * 100vw);
	}
	#access .inner .field .about dl dt,
	#access .inner .field .about dl dd {
		font-size: calc(24 / 750 * 100vw);
	}
	#access .inner .field .about dl dt {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	#access .inner .field .about dl dd br {
		display: none;
	}
	#access .inner .field .maps {
		width: 100%;
		height: calc(450 / 750 * 100vw)
	}

/* news
--------------------------------------------------------------------------------------------------------*/
	#news {
		padding: calc(40 / 750 * 100vw) 0 0;
	}
	#news::before {
		width: calc(296 / 750 * 100vw);
		height: calc(456 / 750 * 100vw);
		background-size: contain;
	}
	#news::after {
		left: calc(30 / 750 * 100vw);
		width: calc(297 / 750 * 100vw);
		height: calc(303 / 750 * 100vw);
		background-size: contain;
	}
	#news .inner {
		padding: 0 0 calc(80 / 750 * 100vw);
	}
	#news .inner .field {
		margin-bottom: calc(25 / 750 * 100vw);
		padding: calc(20 / 750 * 100vw) calc(25 / 750 * 100vw);
	}
	#news .inner .field dl {
		padding: calc(18 / 750 * 100vw) 0;
	}
	#news .inner .field dl dt {
		font-size: calc(22 / 750 * 100vw);
		width: calc(120 / 750 * 100vw);
		flex: 0 0 calc(120 / 750 * 100vw);
		-webkit-flex: 0 0 calc(120 / 750 * 100vw);
	}
	#news .inner .field dl dt span {
		padding: 0.5em 0 0.6em;
	}
	#news .inner .field dl dd {
		padding-left: calc(30 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
	}
	#news .inner .field dl dd p {
		padding-left: calc(30 / 750 * 100vw);
	}
	#news .inner .btn-link span {
		font-size: calc(24 / 750 * 100vw);
	}

/*
	top.css End
---------------------------------------------------------------------------------------------------------------------------------------------*/
}