﻿@charset "UTF-8";
/* --------------------------------------------------------------------
  トップページ 全体
--------------------------------------------------------------------- */
div.wrapper_ {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}
div.container_ div.contents_ {
	width: 100%;
}



/* --------------------------------------------------------------------
  トップページ　イベント
--------------------------------------------------------------------- */
.event_title_ {
	max-width: 1200px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
}
div.event_ {
	background-color: #D8F1EF;
	background-image: url(../../img/usr/top/event_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: calc(893 / 1920 * 100vw) auto;
	overflow: visible;
	margin: 0;
	padding-top: 1px;
	position: relative;
}
div.event_ .goods_ {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
/* ランキング */
div.event_ .top_event_ranking_ .StyleP_Item_ {
	position: relative;
}
div.event_ .top_event_ranking_ .StyleP_Item_ .rank_ {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 400;
	font-family: "Teko";
	line-height: 1.0;
	text-align: center;
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #005FAE;
	position: absolute;
	left: 20px;
	top: 20px;
	padding-top: 10px;
	box-sizing: border-box;
	z-index: 10;
}
div.event_ .top_event_ranking_ .StyleP_Item_.rank1_ .rank_ {
	background-color: #A59869;
}
div.event_ .top_event_ranking_ .StyleP_Item_.rank2_ .rank_ {
	background-color: #7D7D7D;
}
div.event_ .top_event_ranking_ .StyleP_Item_.rank3_ .rank_ {
	background-color: #AE8857;
}

/* タブ */
.top_event_tab_wrap_ {
	background-color: #FFF;
	position: relative;
}
.top_event_tab_wrap_::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(600 / 1920 * 100vw);
	height: 100%;
	background-image: url(../../img/usr/top/scene00_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_event_tab_inner_ {
	padding: 40px 0 55px 50px;
	margin-left: calc(600 / 1920 * 100vw);
	background-color: #FFFFFF;
}
.top_event_tab_wrap_ .tab_title_ {
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;
	max-width: none;
}
.top_event_tab_nav_ {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.top_event_tab_nav_ .top_event_tab_ {
	margin: 0 10px 10px 0;
}
.top_event_tab_nav_ .top_event_tab_ a {
	color: #202020;
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	background-color: #F3F3F3;
	border-radius: 30px;
	padding: 20px;
	display: block;
}
.top_event_tab_nav_ .top_event_tab_ a:hover,
.top_event_tab_nav_ .top_event_tab_ a.js-select {
	color: #FFFFFF;
	background-color: #202020;
}
div.event_ .top_event_tab_wrap_ .goods_ {
	padding: 0;
	width: 100%;
	max-width: none;
}
.top_event_tab_wrap_ .StyleP_Frame_.slick_slider_ {
	display: flex;
	overflow: hidden;
	padding: 15px 0 60px 15px;
}
.top_event_tab_wrap_ .StyleP_Frame_.slick_slider_.js-sliderOn {
	display: block;
}
.top_event_tab_wrap_ .btn_event_ {
	width: calc(900 / 1920 * 100vw);
	max-width: 900px;
	padding: 10px 0;
}
.top_event_tab_wrap_ .slick_slider_ ul.slick-dots {
	margin: 0 50px 0;
	width: 800px;
}
.top_event_tab_wrap_ .slick_slider_ ul.slick-dots li {
	margin-top: 60px;
}
.top_event_tab_wrap_ .slick_slider_ .slick-prev {
	margin-right: 0;
	right: auto;
	left: 730px;
}
.top_event_tab_wrap_ .slick_slider_ .slick-next {
	margin-right: 0;
	right: auto;
	left: 800px;
}
#scene01_bg::after {
	background-image: url(../../img/usr/top/scene01_bg.jpg);
}
#scene02_bg::after {
	background-image: url(../../img/usr/top/scene02_bg.jpg);
}
#scene03_bg::after {
	background-image: url(../../img/usr/top/scene03_bg.jpg);
}
#scene04_bg::after {
	background-image: url(../../img/usr/top/scene04_bg.jpg);
}
@media screen and (max-width: 1920px) {
	div.event_ {
		background-size: calc(870 / 1920 * 100vw) auto;
	}
}
@media screen and (max-width: 1200px) {
	div.event_ {
		background-position: left calc(-53 / 1200 * 100vw);
	}
	.top_event_tab_wrap_::after {
		width: calc(240 / 1200 * 100vw);
	}
	.top_event_tab_inner_ {
		margin-left: calc(240 / 1200 * 100vw);
	}
	.top_event_tab_wrap_ .slick_slider_ ul.slick-dots {
		width: calc(100% - 20px);
	}
	.top_event_tab_wrap_ .slick_slider_ .slick-prev {
		right: 90px;
		left: auto;
	}
	.top_event_tab_wrap_ .slick_slider_ .slick-next {
		right: 20px;
		left: auto;
	}
	.top_event_tab_wrap_ .btn_event_ {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.top_event_tab_wrap_ .slick_slider_ ul.slick-dots {
		margin-left: 0;
	}
}
.event_ .slick_slider_ ul.slick-dots li button {
	background-color: #FFFFFF;
}
.top_event_tab_wrap_ .slick_slider_ ul.slick-dots li button {
	background-color: #F1F1F1;
}
/* --------------------------------------------------------------------
　トップページ　メインビジュアル
-------------------------------------------------------------------- */
#top_mv {
	text-align: center;
	background: -webkit-linear-gradient(left, rgba(212,242,242,1) 0%, rgba(212,242,242,1) 50%, rgba(131,193,230,1) 50%, rgba(131,193,230,1) 100%);
	background: -o-linear-gradient(left, rgba(212,242,242,1) 0%, rgba(212,242,242,1) 50%, rgba(131,193,230,1) 50%, rgba(131,193,230,1) 100%);
	background: linear-gradient(to right, rgba(212,242,242,1) 0%, rgba(212,242,242,1) 50%, rgba(131,193,230,1) 50%, rgba(131,193,230,1) 100%);
}
/* --------------------------------------------------------------------
　トップページ　フリースペース　共通
-------------------------------------------------------------------- */
.top_freespace_ {
	width: 100%;
}
.top_freespace_inner_ {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.top_freespace_title_ {
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.59;
	margin: 0 0 40px;
}
.top_freespace_title_ span {
	color: #005FAE;
	font-size: 18px;
	font-weight: 400;
	font-family: "Teko";
	line-height: 1.27;
	display: block;
}


/* --------------------------------------------------------------------
　トップページ　カテゴリから探す
-------------------------------------------------------------------- */
#top_category {
	text-align: center;
	padding: 67px 0 72px;
	background-color: #18999E;
	background-image: url(../../img/usr/top/category_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#top_category p.lead_ {
	color: #FFFFFF;
	font-size: 42px;
	letter-spacing: 0.006em;
	line-height: 1.66;
	margin: 0 0 30px;
}
#top_category p.note_ {
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 0.09em;
	margin: 0 0 40px;
}
#top_category .category_box_ {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 35px 0 8px;
}
#top_category .category_box_ .top_freespace_title_ {
	font-size: 30px;
	line-height: 1.33;
	margin: 0 0 6px;
}
#top_category .category_box_ .top_freespace_title_ span {
	margin-top: 2px;
}
#top_category .category_box_ ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#top_category .category_box_ ul li {
	width: 215px;
	margin: 0 17px 34px;
}
#top_category .category_box_ ul li a {
	color: #202020;
	text-decoration: none;
	display: block;
}
#top_category .category_box_ ul li .img_ {
	width: 100%;
	height: 215px;
	border-radius: 50%;
	background-color: rgba(200,239,248,0.45);
	position: relative;
}
#top_category .category_box_ ul li .img_::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	border-radius: 50%;
	opacity: 0;
}
#top_category .category_box_ ul li .img_ img {
	transition: transform .3s;
	position: relative;
	z-index: 10;
}
#top_category .category_box_ ul li a:hover {
	opacity: 1;
}
#top_category .category_box_ ul li a:hover .img_::before {
	opacity: 1;
	background: -webkit-linear-gradient(left, rgba(175,232,245,1) 0%, rgba(113,169,252,1) 99%);
	background: -o-linear-gradient(left, rgba(175,232,245,1) 0%, rgba(113,169,252,1) 99%);
	background: linear-gradient(to right, rgba(175,232,245,1) 0%, rgba(113,169,252,1) 99%);
}
#top_category .category_box_ ul li a:hover .img_ img {
	transform: scale(1.1);
	opacity: 1;
}
#top_category .category_box_ ul li .name_ {
	font-size: 18px;
	line-height: 1.77;
	letter-spacing: 0.09em;
	margin-top: 10px;
}
@media screen and (max-width: 1000px) {
	#top_category .category_box_ ul {
		max-width: 500px;
		margin: 0 auto;
	}
}

/* --------------------------------------------------------------------
　トップページ　パシフィックネットが選ばれる理由
-------------------------------------------------------------------- */
#top_reason {
	padding: 80px 0 95px;
	background-color: #D8E9EF;
	background-image: url(../../img/usr/top/reason_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#top_reason ul {
	display: flex;
	flex-wrap: wrap;
}
#top_reason ul li {
	text-align: center;
	width: calc((100% - 100px) / 5);
	margin: 0 25px 25px 0;
	padding: 30px 0 17px;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
}
#top_reason ul li:nth-child(5n) {
	margin-right: 0;
}
#top_reason ul li .img_ {
	margin: 0 40px 8px;
}
#top_reason ul li .desc_ {
	padding: 0 10px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#top_reason ul li h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.44;
	width: 100%;
}
#top_reason ul li h3 span {
	color: #005FAE;
	display: inline-block;
}
#top_reason ul li p {
	font-size: 13px;
	line-height: 1.53;
	letter-spacing: 0;
	margin-top: 4px;
	width: 100%;
}
@media screen and (max-width: 1280px) {
	#top_reason ul li {
		width: calc((100% - 60px) / 4);
		margin: 0 20px 20px 0;
	}
	#top_reason ul li:nth-child(5n) {
		margin-right: 20px;
	}
	#top_reason ul li:nth-child(4n) {
		margin-right: 0;
	}
	#top_reason ul li h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 900px) {
	#top_reason ul li {
		width: calc((100% - 50px) / 3);
		margin: 0 25px 20px 0;
	}
	#top_reason ul li:nth-child(5n),
	#top_reason ul li:nth-child(4n) {
		margin-right: 25px;
	}
	#top_reason ul li:nth-child(3n) {
		margin-right: 0;
	}
	#top_reason ul li h3 {
		font-size: 16px;
	}
}

/* --------------------------------------------------------------------
　トップページ　レンタルご利用の流れ
-------------------------------------------------------------------- */
#top_howto {
	padding: 80px 0 19px;
	background-image: url(../../img/usr/top/howto_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
/*./css/usr/block.css に転記 */
/*#top_howto ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#top_howto ul li {
	width: calc((100% - 80px) / 3);
	margin: 0 20px 64px;
}
#top_howto ul li:nth-child(1) {
	margin-left: 0;
}
#top_howto ul li:nth-child(3) {
	margin-right: 0;
}
#top_howto ul li .img_ {
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	overflow: hidden;
}
#top_howto ul li .img_ span.step_ {
	color: #FFFFFF;
	font-size: 30px;
	font-family: "Teko";
	line-height: 1.43;
	position: absolute;
	right: -36px;
	top: -46px;
	background-color: #000;
	background: -webkit-linear-gradient(rgba(0,163,188,1) 0%, rgba(81,81,226,1) 100%);
	background: -o-linear-gradient(rgba(0,163,188,1) 0%, rgba(81,81,226,1) 100%);
	background: linear-gradient(rgba(0,163,188,1) 0%, rgba(81,81,226,1) 100%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 49px 0 0 27px;
	z-index: 10;
}
#top_howto ul li .desc_ {
	margin: 34px 0 0;
} 
#top_howto ul li .desc_ h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1818;
}
#top_howto ul li .desc_ p {
	font-weight: 400;
	line-height: 1.625;
	margin-top: 18px;
}
@media screen and (max-width: 1000px) {
	#top_howto ul li {
		width: calc((100% - 50px) / 2);
		margin: 0 25px 64px;
	}
	#top_howto ul li:nth-child(3) {
		margin-left: 0;
		margin-right: 25px;
	}
	#top_howto ul li:nth-child(4),
	#top_howto ul li:nth-child(2) {
		margin-right: 0;
	}
}*/

/* --------------------------------------------------------------------
　トップページ　レンタルプラン
-------------------------------------------------------------------- */
#top_plan {
	padding: 80px 0 100px;
	background-image: url(../../img/usr/top/plan_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#top_plan .top_plan_wrap_ {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
#top_plan .top_plan_wrap_ .rental_,
#top_plan .top_plan_wrap_ #week_rental {
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
#top_plan .top_plan_wrap_ .rental_ {
	padding: 20px;
}
#top_plan .top_plan_wrap_ .rental_ h3 {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.53;
	background-color: #000000;
	margin: 0 0 18px;
	padding: 13px 20px;
	border-radius: 4px 4px 0 0;
}
#top_plan .top_plan_wrap_ .rental_ h3 span {
	font-size: 16px;
	font-weight: 400;
	margin-left: 25px;
	display: inline-block;
}
#top_plan .top_plan_wrap_ .rental_ p {
	line-height: 1.75;
	font-weight: 400;
}
#top_plan .top_plan_wrap_ .rental_ p.link_ {
	text-align: right;
	margin-top: 10px;
}
#top_plan .top_plan_wrap_ .rental_ p.link_ a {
	color: #000000;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
#top_plan .top_plan_wrap_ .rental_ p.link_ a:hover {
	text-decoration: underline;
}
#top_plan .top_plan_wrap_ .rental_ p.link_ a::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #005FAE;
	border-bottom: 2px solid #005FAE;
	transform: rotate(-45deg);
	margin-left: 10px;
	margin-top: -3px;
}
#top_plan .top_plan_wrap_ #short_term {
	grid-area: 1 / 1 / 2 / 2;
}
#top_plan .top_plan_wrap_ #short_term h3 {
	background: -webkit-linear-gradient(left, rgba(47,101,228,1) 0%, rgba(0,188,175,1) 100%);
	background: -o-linear-gradient(left, rgba(47,101,228,1) 0%, rgba(0,188,175,1) 100%);
	background: linear-gradient(to right, rgba(47,101,228,1) 0%, rgba(0,188,175,1) 100%);
}
#top_plan .top_plan_wrap_ #long_term {
	grid-area: 2 / 1 / 3 / 2;
}
#top_plan .top_plan_wrap_ #long_term h3 {
	background: -webkit-linear-gradient(left, rgba(154,88,203,1) 0%, rgba(66,111,203,1) 100%);
	background: -o-linear-gradient(left, rgba(154,88,203,1) 0%, rgba(66,111,203,1) 100%);
	background: linear-gradient(to right, rgba(154,88,203,1) 0%, rgba(66,111,203,1) 100%);
}
#top_plan .top_plan_wrap_ #week_rental {
	grid-area: 1 / 2 / 3 / 3;
	padding: 28px;
}
#top_plan .top_plan_wrap_ #week_rental h3 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.09em;
	line-height: 1.818;
	margin: 0 0 30px;
}
#top_plan .top_plan_wrap_ #week_rental h3 span {
	color: #005FAE;
	font-size: 30px;
}
#top_plan .top_plan_wrap_ #week_rental .img_ {
	text-align: center;
}
#top_plan .top_plan_wrap_ #week_rental ul.note_ {
	margin-top: 27px;
}
#top_plan .top_plan_wrap_ #week_rental ul.note_ li {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.74;
	text-indent: -1em;
	padding-left: 1em;
}
#top_plan #usage_area {
	text-align: center;
	background-color: rgba(255,255,255,0.72);
	border-radius: 10px;
	margin-top: 25px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
#top_plan #usage_area .inner_ {
	text-align: left;
	display: inline-block;
	padding: 21px 0 22px;
	padding-left: 188px;
	position: relative;
}
#top_plan #usage_area .inner_::before {
	content: "";
	position: absolute;
	left: 0;
	top: -12px;
	display: block;
	width: 168px;
	height: 145px;
	background-image: url(../../img/usr/top/plan_usage_area.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top_plan #usage_area h3 {
	color: #005FAE;
	font-size: 26px;
	font-weight: 500;
}
#top_plan #usage_area p {
}
/* --------------------------------------------------------------------
　トップページ　お役立ちコラム
-------------------------------------------------------------------- */
#top_column {
	padding: 80px 0 90px;
	background-color: #D8E9EF;
	background: linear-gradient(135deg,  rgba(248,254,255,1) 0%,rgba(219,242,240,1) 100%);
}
#top_column ul.column_article_ {
	/*overflow: hidden;*/
}
#top_column ul.column_article_ li.column_item_ {
	float: left;
	width: 340px;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin: 0 38px 0 0;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
#top_column ul.column_article_ li.column_item_ a {
	display: block;
	text-decoration: none;
	border-radius: 10px;
}
#top_column ul.column_article_ li.column_item_ a:hover {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	opacity: 1.0;
}
#top_column ul.column_article_ li.column_item_ .img_ {
	text-align: center;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
#top_column ul.column_article_ li.column_item_ .desc_ {
	padding: 23px 20px 30px;
}
#top_column ul.column_article_ li.column_item_ .desc_ p {
	color: #858585;
	font-size: 14px;
	letter-spacing: 0.09em;
	line-height: 1.785;
	margin-bottom: 14px;
}
#top_column ul.column_article_ li.column_item_ .desc_ h3 {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}
#top_column .column_wrap_ {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 20px;
}
#top_column .slick-list {
    overflow: visible;
}
#top_column.slick_slider_ .slick-arrow {
	bottom: -24px;
}
#top_column.slick_slider_ ul.slick-dots li button {
	background-color: #FFFFFF;
}
#top_column.slick_slider_ ul.slick-dots li.slick-active button {
	background-color: #202020;
}













