/* --------------- top --------------- */

.col_topmain {
	min-height: 575px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.col_topmain:before {
	content: "";
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-image: url(../img/top/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.col_topmain.bgfixed:before {
	position: fixed;
}

.cont_topmain {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: center;
}

.cont_topmain .mds {
	margin: 0 0 20px;
	padding: 0;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.cont_topmain .copy {
	width: 88%;
	max-width: 626px;
	margin: 0 auto 10px;
	padding: 0;
}

.cont_topmain .copy img {
	vertical-align: top;
}

.cont_topmain .copy img.sp {
	display: none;
}

.cont_topmain .lead {
	margin: 0 0 38px;
	padding: 0;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.1em;
}

.cont_topmain a.btn_reserve {
	width: 90%;
	max-width: 330px;
	height: 72px;
	margin: 0 auto;
	padding: 19px 65px 0 0;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background-color: #ff8100;
	border: solid 1px #fff;
	border-radius: 10px;
	box-sizing: border-box;
	transition: background .3s;
	display: block;
	position: relative;
	z-index: 0;
}

.cont_topmain a.btn_reserve:before {
	content: "";
	width: 50px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #fff;
	border-bottom: solid 1px #fff;
	transform: skewX(45deg);
	transition: width .3s;
	position: absolute;
	top: calc( 50% - 6px );
	left: calc( 86% - 50px );
}

.col_toplead1 {
	margin: 0;
	padding: 58px 0;
	background-color: #fff1e2;
}

.col_toplead1 .txt_lead1 {
	width: 94%;
	margin: 0 auto 55px;
	padding: 0;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	line-height: 1.68;
}

.cont_toplead {
	width: 94%;
	max-width: 1058px;
	margin: 0 auto 45px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_toplead .img {
	width: 46.5%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.cont_toplead .img .circle {
	width: 94px;
	height: 94px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 19px;
	text-align: center;
	background-color: #00c700;
	border: solid 1px #fff;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -25px;
	left: -25px;
}

.col_toplead1 .txt_lead2 {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1.66;
}

.col_topmonthly {
	margin: 0;
	padding: 70px 0 70px;
	background-color: #00c700;
}

.inner_topmonthly {
	width: 94%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 0 45px;
	background-image: url(../img/top/bg_monthly.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	overflow: hidden;
}

.cont_topmonthly1 {
	width: 100%;
	padding: 30px 40px 0 40px;
}

.logo_monthly_alphard,
.logo_monthly_hiace {
	width: 438px;
	margin: 35px 0 15px;
	padding: 0;
	float: left;
}

.logo_monthly_alphard img {
	max-width: 232px;
}

.logo_monthly_hiace img {
	max-width: 160px;
}

dl.mds_monthly_alphard {
	width: 438px;
	margin: 0 0 24px;
	padding: 0;
	float: left;
}

dl.mds_monthly_alphard dt {
	margin: 0 0 20px;
	padding: 0 0 4px;
	position: relative;
	z-index: 0;
}

dl.mds_monthly_alphard dt::before {
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	background: #a77210; /* Old browsers */
	background: -moz-linear-gradient(left, #a77210 3%, #dcae43 20%, #b37e10 35%, #e5b747 52%, #bb891d 64%, #a87310 80%, #c6972f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a77210 3%,#dcae43 20%,#b37e10 35%,#e5b747 52%,#bb891d 64%,#a87310 80%,#c6972f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a77210 3%,#dcae43 20%,#b37e10 35%,#e5b747 52%,#bb891d 64%,#a87310 80%,#c6972f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77210', endColorstr='#c6972f',GradientType=1 ); /* IE6-9 */
	position: absolute;
	bottom: 0;
	left: -40px;
}

dl.mds_monthly_alphard dt img {
	max-width: 338px;
}
dl.mds_monthly_alphard.hiace dt img {
	max-width: 263px;
}

dl.mds_monthly_alphard dd {
	margin: 0;
	padding: 0;
}

dl.mds_monthly_alphard dd img {
	max-width: 424px;
}
dl.mds_monthly_alphard.hiace dd img {
	max-width: 430px;
}

.price_monthly_alphard {
	width: 438px;
	margin: 0 0 30px;
	padding: 0;
	float: left;
}

.price_monthly_alphard img {
	max-width: 422px;
}

.price_monthly_hiace {
	width: 438px;
	margin: 0 0 30px;
	padding: 0;
	float: left;
}

.price_monthly_hiace img {
	max-width: 422px;
}

.img_monthly_alphard {
	width: calc(100% - 438px);
	margin: 0;
	padding: 0 0 0 20px;
	float: right;
}

.img_monthly_alphard img {
	max-width: 577px;
}

.img_monthly_hiace {
	width: calc(100% - 438px);
	margin: 0;
	padding: 65px 0 50px 20px;
	float: right;
}

.img_monthly_hiace img {
	max-width: 578px;
}

.mds_monthly_reco {
	margin: 0 0 20px;
	padding: 0;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

.mds_monthly_reco span {
	padding: 0 12px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.mds_monthly_reco span::before,
.mds_monthly_reco span::after {
	content: "";
	width: 3px;
	height: 120%;
	background-color: #a88c00;
	position: absolute;
	top: -3px;
	transform-origin: bottom;
}

.mds_monthly_reco span::before {
	left: 0;
	transform: rotate(-35deg);
}

.mds_monthly_reco span::after {
	right: 0;
	transform: rotate(35deg);
}

.cont_topmonthly_reco {
	width: 94%;
	max-width: 1010px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cont_topmonthly_reco .box {
	width: 49%;
	margin: 0 2% 20px 0;
	padding: 28px 30px 25px 20px;
	color: #fff;
	line-height: 1.3;
	background-color: #000;
	border: solid 2px #b37e10;
	position: relative;
	z-index: 0;
}

.cont_topmonthly_reco .box:nth-of-type(2n) {
	margin-right: 0;
}

.cont_topmonthly_reco .box:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.cont_topmonthly_reco .box.maintenance,
.cont_topmonthly_reco .box.benefits {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cont_topmonthly_reco .box::before,
.cont_topmonthly_reco .box::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 178px 0 0 64px;
	border-color: transparent transparent transparent rgba(255,255,255,0.2);
	position: absolute;
	z-index: -1;
}

.cont_topmonthly_reco .box::before {
	bottom: 0;
	left: 0;
}

.cont_topmonthly_reco .box::after {
	top: 0;
	right: 0;
	transform: scale(-1, -1);
}

.submds_topmonthly_reco {
	margin: 0 0 16px;
	padding: 0;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #a88c00;
}

.benefits .submds_topmonthly_reco {
	margin-bottom: 35px;
}

.cont_topmonthly_reco .box dl.txt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.cont_topmonthly_reco .box dl.txt dt {
	width: 115px;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.cont_topmonthly_reco .box dl.txt dt.icon2 {
	width: 130px;
}

.cont_topmonthly_reco .box dl.txt dt.icon4 {
	width: 130px;
}

.cont_topmonthly_reco .box dl.txt dt.icon1 img {
	max-width: 86px;
	margin-left: 5px;
}

.cont_topmonthly_reco .box dl.txt dt.icon2 img {
	max-width: 75px;
	margin-left: 20px;
}

.cont_topmonthly_reco .box dl.txt dt.icon4 img {
	max-width: 83px;
	margin-left: 20px;
}

.cont_topmonthly_reco .box dl.txt dd {
	width: calc(100% - 115px);
	margin: 0;
	padding: 0;
	line-height: 1.65;
}

.subtxt_topmonthly_reco1 {
	margin: 0 0 14px;
	padding: 0;
	line-height: 1.6;
	text-align: center;
}

.cont_topmonthly_reco .box ul.zero {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cont_topmonthly_reco .box ul.zero li {
	width: 32%;
	margin: 0 2% 2% 0;
	padding: 3px 10px 6px;
	color: #fff;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	background-color: #a88c00;
	transform: skewX(15deg);
}

.cont_topmonthly_reco .box ul.zero li:nth-of-type(3n) {
	margin-right: 0;
}

.cont_topmonthly_reco .box ul.zero li .inner {
	transform: skewX(-15deg);
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.cont_topmonthly_reco .box ul.zero li .txt {
	padding-bottom: 2px;
}

.cont_topmonthly_reco .box ul.zero li .num {
	margin-left: auto;
	margin-right: 1px;
	font-size: 25px;
	display: inline-block;
}

.cont_topmonthly_reco .box ul.zero li .yen {
	font-size: 15px;
	display: inline-block;
}

.subtxt_topmonthly_reco2 {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	text-align: center;
}

.cont_topmonthly_contact {
	width: 94%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 25px 15px 45px;
	color: #fff;
	background-color: #a88c00;
}

.cont_topmonthly_contact h2 {
	margin: 0 0 25px;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.wrap_topmonthly_contact {
	width: 96%;
	max-width: 790px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

.wrap_topmonthly_contact a {
	width: 47%;
	margin: 0 6% 0 0;
	padding: 16px 20px 12px;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
	border: solid 1px #fff;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	transition: .2s;
}

.wrap_topmonthly_contact a.mail::after {
	content: "";
	width: 35px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #fff;
	border-bottom: solid 1px #fff;
	transform: skewX(45deg);
	transition: width .3s;
	position: absolute;
	top: calc( 50% - 6px );
	right: 28px;
}

.wrap_topmonthly_contact a:last-of-type {
	margin-right: 0;
}

.wrap_topmonthly_contact a .icon {
	width: 85px;
	line-height: 1;
	flex-shrink: 0;
}

.wrap_topmonthly_contact a.mail .icon {
	width: 70px;
}

.wrap_topmonthly_contact a .icon img {
	width: 35px;
	margin-left: 10px;
}

.wrap_topmonthly_contact a .txt {
	text-align: center;
}

.wrap_topmonthly_contact a .txt .num {
	max-width: 214px;
	margin: 0 auto 3px;
}

.wrap_topmonthly_contact a .txt .time {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.wrap_topmonthly_contact a .txt .cont {
	font-size: 19px;
	font-weight: 700;
}

.col_toplead_middle {
	height: 595px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_toplead_middle:before {
	content: "";
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-image: url(../img/top/bg_lead_topmiddle.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
}

.col_toplead_middle.bgfixed:before {
	position: fixed;
}

.col_toplead_middle .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}

.col_toplead_middle .inner .copy {
	width: 77.77vw;
	max-width: 747px;
	margin: 0 auto 32px;
	padding: 0;
}

.col_toplead_middle .inner .copy img {
	vertical-align: top;
}

.bg_while {
	background-color: #fff;
}

.col_toplineup {
	width: 94%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 70px 0;
}

.mds_top1 {
	margin: 0 0 12px;
	padding: 0;
	text-align: center;
}

.mds_top1 .mds {
	margin: 0 0 5px;
	padding: 0;
	color: #00c700;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4;
}

.mds_top1 .en {
	margin: 0 auto;
	padding: 0;
}

.col_toplineup .mds_top1 .en {
	width: 97px;
}

.mds_top1 .en img {
	vertical-align: top;
}

.lead_toplineup {
	margin: 0;
	padding: 0 0 45px;
	text-align: center;
}

.cont_toplineup {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.box_lineup {
	margin: 0;
	padding: 0 20px;
}

.box_lineup .thumb {
	width: 100%;
	height: 300px;
	margin: 0 0 3px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_lineup .thumb.hastag {
	position: relative;
	z-index: 0;
}

.box_lineup .thumb .tag {
	width: 185px;
	margin: 0;
	padding: 0 0.6em 0.1em;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	background-color: rgba(89,85,84,0.8);
	border: solid 1px #fff;
	display: inline-block;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
}

.box_lineup .logo {
	width: 80%;
	margin: 0 auto 8px;
	text-align: center;
}

.box_lineup .logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 40px;
}

.box_lineup img {
	vertical-align: top;
}

.box_lineup .detail {
	margin: 0 0 12px;
	padding: 0;
	text-align: center;
}

.box_lineup .detail .label_special {
	margin: 4px 0 0;
	padding: 3px 3px 4px 8px;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	background-color: #00c700;
	display: inline-block;
}

.box_lineup .detail .label_special .ls_short { letter-spacing: -0.1em; }


.box_lineup a.btn_detail {
	max-width: 188px;
	height: 46px;
	margin: 0 auto;
	padding: 0;
	color: #00c700;
	text-align: center;
	text-decoration: none;
	border: solid 1px #00c700;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s;
}

.box_lineup a.btn_detail span {
	margin: 0;
	padding: 0 42px 0 0;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.box_lineup a.btn_detail span:before {
	content: "";
	width: 37px;
	height: 5px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #00c700;
	border-bottom: solid 1px #00c700;
	transform: skew(45deg);
	transition: width .3s;
	position: absolute;
	top: calc( 50% - 4px );
	left: calc( 100% - 37px );
}

.cont_toplineup .swiper-wrapper {
	justify-content: center;
}

.cont_toplineup .swiper-pagination {
	display: none;
}

.cont_toplineup .swiper-button-prev,
.cont_toplineup .swiper-button-next {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	top: 30%;
}

.cont_toplineup .swiper-button-prev {
	left: 5px;
}

.cont_toplineup .swiper-button-next {
	right: 5px;
}

.cont_toplineup .swiper-button-prev:before,
.cont_toplineup .swiper-button-next:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	transform: rotate(45deg);
}

.cont_toplineup .swiper-button-prev:before {
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	left: 50%;
}

.cont_toplineup .swiper-button-next:before {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	left: 50%;
}

.cont_toplineup .swiper-button-prev:after,
.cont_toplineup .swiper-button-next:after {
	display: none;
}

.cont_toplineup .swiper-button-prev.swiper-button-disabled,
.cont_toplineup .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.col_topcampaign {
	margin: 0;
	padding: 65px 0 100px;
	background-color: #00c700;
}

.col_topcampaign .mds_top1 .mds {
	color: #fff;
}

.col_topcampaign .mds_top1 .en {
	width: 130px;
}

.lead_topcampaign {
	width: 94%;
	margin: 0 auto 55px;
	padding: 0;
	color: #fff;
	text-align: center;
}

.slide_topcampaign {
	width: calc( 98% - 32px );
	max-width: 1066px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.slide_topcampaign .swiper-pagination {
	display: none;
}

.slide_topcampaign .swiper-button-prev,
.slide_topcampaign .swiper-button-next {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	top: calc( 50% - 16px );
}

.slide_topcampaign .swiper-button-prev {
	left: 0;
}

.slide_topcampaign .swiper-button-next {
	right: 0;
}

.slide_topcampaign .swiper-button-prev:before,
.slide_topcampaign .swiper-button-next:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	transform: rotate(45deg);
}

.slide_topcampaign .swiper-button-prev:before {
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	left: 50%;
}

.slide_topcampaign .swiper-button-next:before {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	left: 50%;
}

.slide_topcampaign .swiper-button-prev:after,
.slide_topcampaign .swiper-button-next:after {
	display: none;
}

.slide_topcampaign .swiper-slide span {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	display: inline-block;
}

.slide_topcampaign .swiper-slide span:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .2s;
}

.txt_NoCampaign {
	padding: 40px 0;
	text-align: center;
	color: #fff;
}

.col_topguide {
	margin: 0;
	padding: 80px 0 110px;
}

.col_topguide:before {
	content: "";
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-image: url(../img/top/bg_guide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
}

.col_topguide.bgfixed:before {
	position: fixed;
}

.col_topguide .mds_top1 .mds { color: #fff; }
.col_topguide .mds_top1 .en { width: 146px; }

.lead_topguide {
	width: 94%;
	margin: 0 auto 55px;
	padding: 0;
	color: #fff;
	text-align: center;
}

.cont_guide {
	width: 92%;
	max-width: 1044px;
	margin: 0 auto 60px;
	padding: 40px;
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
}

.cont_guide.first {
	padding-left: 0;
}

.cont_guide.corp {
	padding-right: 0;
	color: #fff;
	background-color: #a88c00;
}

.cont_guide .img {
	width: 62.7%;
	margin: 0;
	padding: 0;
	align-self: center;
}

.cont_guide.first .img {
	order: 1;
}

.cont_guide .txt {
	width: 37.3%;
	margin: 0;
	padding: 2% 10px 0;
	box-sizing: border-box;
}

.cont_guide .txt dl {
	width: 100%;
	max-width: 220px;
	margin: 0 auto 40px;
	padding: 0;
}

.cont_guide .txt dl dt {
	margin: 0 0 15px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.cont_guide.first .txt dl dt { color: #00c700; }

.cont_guide .txt dl dt .icon {
	width: 60px;
	margin: 0 auto;
	padding: 0;
}

.cont_guide .txt dl dt .icon img {
	vertical-align: top;
}

.cont_guide .txt dl dd {
	margin: 0;
	padding: 0;
}

.cont_guide .txt a.btn_detail {
	width: 188px;
	height: 48px;
	margin: 0 auto;
	padding: 0;
	color: #55b534;
	text-decoration: none;
	border: solid 1px #00c700;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
}

.cont_guide.corp .txt a.btn_detail {
	color: #fff;
	border-color: #fff;
}

.cont_guide .txt a.btn_detail span {
	margin: 0;
	padding: 0 45px 0 0;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.cont_guide .txt a.btn_detail span:before {
	content: "";
	width: 37px;
	height: 5px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #00c700;
	border-bottom: solid 1px #00c700;
	transform: skewX(45deg);
	transition: width .3s;
	position: absolute;
	top: calc( 50% - 4px );
	left: calc( 100% - 37px );
}

.cont_guide.corp .txt a.btn_detail span:before { border-color: #fff; }

.cont_guide_flex {
	width: 92%;
	max-width: 1044px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_guide_flex .box {
	width: 47.5%;
	margin: 0;
	padding: 40px 20px;
	background-color: #fff;
	box-sizing: border-box;
}

.cont_guide_flex .box dl {
	margin: 0 0 15px;
	padding: 0;
}

.cont_guide_flex .box dl dt {
	margin: 0 0 16px;
	padding: 0;
	color: #00c700;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.cont_guide_flex .box dl dt .icon {
	width: 60px;
	margin: 0 auto;
	padding: 0;
}

.cont_guide_flex .box dl dd {
	min-height: 3em;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont_guide_flex .box a.btn_detail {
	width: 135px;
	margin: 0 auto;
	padding: 5px;
	color: #00c700;
	text-decoration: none;
	display: block;
	transition: all .3s;
	position: relative;
	z-index: 0;
}

.cont_guide_flex .box a.btn_detail:before {
	content: "";
	width: 38px;
	height: 5px;
	margin:i 0;
	padding: 0;
	border-right: solid 2px #00c700;
	border-bottom: solid 1px #00c700;
	transform: skewX(45deg);
	transition: width .3s;
	position: absolute;
	top: calc( 50% - 4px );
	left: calc( 100% - 43px );
}

.col_topshop {
	margin: 0;
	padding: 60px 0 75px;
	background-color: #e5f9e5;
}

.col_topshop .mds_top1 {
	margin: 0 auto 35px;
}

.col_topshop .mds_top1 .en {
	width: 68px;
}

.cont_topshop {
	width: 94%;
	max-width: 1118px;
	margin: 0 auto 25px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_topshop .box {
	width: 48%;
	margin: 0;
	padding: 0;
}

.cont_topshop .box img {
	vertical-align: top;
}

.cont_topshop .box iframe {
	width: 100%;
	height: 100%;
}

.col_topshop .address {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.col_topshop .address .tel {
	width: 234px;
	margin: 0 auto;
	padding: 16px 0 0;
}

.col_toplead_btm {
	height: 340px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_toplead_btm:before {
	content: "";
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-image: url(../img/top/bg_lead_topbtm.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
}

.col_toplead_btm.bgfixed:before {
	position: fixed;
}

.col_toplead_btm .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}

.col_toplead_btm .inner .copy {
	width: 79.7vw;
	max-width: 738px;
	margin: 0 auto 30px;
	padding: 0;
}

.col_toplead_btm .inner .copy img {
	vertical-align: top;
}

.col_topnews {
	margin: 0;
	padding: 60px 0;
}

.col_topnews .cont {
	width: 94%;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.mds_topnews {
	width: 205px;
	margin: 0;
	padding: 30px 15px;
	color: #fff;
	text-align: center;
	background-color: #a88c00;
	box-sizing: border-box;
}

.mds_topnews .mds {
	margin: 0 auto 2px;
	padding: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4;
}

.mds_topnews .en {
	width: 74px;
	margin: 0 auto 45px;
	padding: 0;
}

.mds_topnews a {
	margin: 0;
	padding: 0 46px 0 0;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	transition: all .3s;
	position: relative;
	z-index: 0;
}

.mds_topnews a:before {
	content: "";
	width: 38px;
	height: 5px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #fff;
	border-bottom: solid 1px #fff;
	transform: skewX(45deg);
	transition: width .3s;
	position: absolute;
	top: calc( 50% - 4px );
	left: calc( 100% - 38px );
}

.txt_topnews {
	width: calc( 100% - 245px );
	margin: 0;
	padding: 0;
}

.txt_topnews .list {
	width: 100%;
	margin: 0;
	padding: 10px;
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px #808080;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	transition: opacity .3s;
}

.txt_topnews .list:first-child {
	border-top: solid 1px #808080;
}

.txt_topnews .list .icon {
	width: 42px;
	margin: 0 10px 0 0;
	box-sizing: border-box;
}

.txt_topnews .list .icon.new {
	height: 42px;
	padding: 0 4px;
	background-color: #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.txt_topnews .list .icon img {
	vertical-align: top;
}

.txt_topnews .list dl {
	width: calc( 100% - 52px );
	margin: 0;
	padding: 9px 0;
	display: flex;
	align-items: flex-start;
}

.txt_topnews dl dt {
	width: 200px;
	margin: 0;
	padding: 0;
	display: flex;
}

.txt_topnews dl dt .tag {
	width: 90px;
	margin: 4px 0 0 15px;
	padding: 1px 5px 3px;
	color: #fff;
	font-size: 14px;
	font-feature-settings: "palt";
	line-height: 1.2;
	text-align: center;
	background-color: #a88c00;
	box-sizing: border-box;
}

.txt_topnews dl dt .tag.campaign { background-color: #be67cd; }


.txt_topnews dl dd {
	width: calc( 100% - 200px );
	margin: 0;
	padding: 0;
}

.txt_topnews .no_article {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_topnews {
	display: none;
}







/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media screen and ( max-width: 1200px ) {


}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {


	.col_topmonthly {
		padding: 3% 0 3%;
	}

	.logo_monthly_alphard,
	dl.mds_monthly_alphard,
	.price_monthly_alphard,
	.logo_monthly_hiace,
	dl.mds_monthly_hiace,
	.price_monthly_hiace {
		width: 400px;
	}

	.logo_monthly_alphard img {
		max-width: 185px;
	}

	.logo_monthly_hiace img {
		max-width: 145px;
	}

	dl.mds_monthly_alphard dt img {
		max-width: 270px;
	}

	dl.mds_monthly_alphard dd img {
		max-width: 340px;
	}

	dl.mds_monthly_hiace dt img {
		max-width: 270px;
	}

	dl.mds_monthly_hiace dd img {
		max-width: 340px;
	}

	.price_monthly_alphard img {
		max-width: 338px;
	}

	.img_monthly_alphard,
	.img_monthly_hiace {
		width: calc(100% - 400px);
	}

	.cont_topmonthly_reco .box {
		padding: 20px 20px;
	}

	.cont_topmonthly_reco .box dl.txt dt.icon2 {
		width: 110px;
	}

	.cont_topmonthly_reco .box dl.txt dt.icon2 img {
		margin-left: 10px;
	}

	.cont_topmonthly_reco .box ul.zero li,
	.cont_topmonthly_reco .box ul.zero li:nth-of-type(3n) {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.cont_topmonthly_reco .box ul.zero li:nth-of-type(2n) {
		margin-right: 0;
	}

	.wrap_topmonthly_contact a .icon {
		width: 70px;
	}

	.wrap_topmonthly_contact a.mail .icon {
		width: 60px;
	}

	.wrap_topmonthly_contact a.mail::after {
		right: 22px;
	}



}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

	.cont_toplead .img .circle {
		width: 80px;
		height: 80px;
		font-size: 17px;
		top: -22px;
		left: -22px;
	}

	.cont_topmonthly1 {
		padding: 45px 40px 0 40px;
		display: flex;
		flex-direction: column;
	}

	.cont_topmonthly1::after {
		content: none;
	}

	.logo_monthly_alphard,
	dl.mds_monthly_alphard,
	.price_monthly_alphard,
	.logo_monthly_hiace,
	dl.mds_monthly_hiace,
	.price_monthly_hiace {
		text-align: center;
	}

	.logo_monthly_alphard,
	.logo_monthly_hiace {
		width: 100%;
		margin: 0 0 15px;
		order: 0;
		float: none;
	}
	.logo_monthly_hiace {
		margin: 0 0 5px;
	}

	.logo_monthly_alphard img {
		max-width: 232px;
	}

	.logo_monthly_hiace img {
		max-width: 202px;
	}

	dl.mds_monthly_alphard,
	dl.mds_monthly_hiace {
		width: 100%;
		order: 1;
		float: none;
	}

	dl.mds_monthly_alphard dt img {
		max-width: 338px;
	}

	dl.mds_monthly_alphard.hiace dt img {
		max-width: 268px;
	}

	dl.mds_monthly_alphard dt::before {
		width: calc(100% + 80px);
	}

	dl.mds_monthly_alphard dd img.sp_none,
	dl.mds_monthly_alphard.hiace dd img.sp_none {
		display: none;
	}

	dl.mds_monthly_alphard.hiace dd img.pc_none {
		max-width: 424px;
		display: inline;
	}

	.img_monthly_alphard,
	.img_monthly_hiace {
		width: 100%;
		padding: 0;
		text-align: center;
		order: 2;
		float: none;
	}

	.img_monthly_hiace {
		padding: 0 0 20px;
	}

	.img_monthly_alphard img,
	.img_monthly_hiace img {
		max-width: 640px;
	}

	.price_monthly_alphard,
	.price_monthly_hiace {
		width: 100%;
		order: 3;
		float: none;
	}

	.price_monthly_alphard img,
	.price_monthly_hiace img {
		max-width: 422px;
	}

	.cont_topmonthly_reco {
		display: block;
	}

	.cont_topmonthly_reco .box,
	.cont_topmonthly_reco .box:nth-last-child(-n+2) {
		width: 100%;
		margin: 0 0 3.5vw 0;
	}

	.cont_topmonthly_reco .box:last-of-type {
		margin-bottom: 0;
	}

	.benefits .submds_topmonthly_reco {
		margin-bottom: 16px;
	}

	.cont_topmonthly_reco .box dl.txt dt.icon1,
	.cont_topmonthly_reco .box dl.txt dt.icon2,
	.cont_topmonthly_reco .box dl.txt dt.icon4 {
		width: 115px;
	}

	.cont_topmonthly_reco .box dl.txt dt.icon4 img {
		margin-left: 8px;
	}

	.cont_topmonthly_reco .box ul.zero {
		max-width: 500px;
		margin: 0 auto 10px;
	}

	.cont_topmonthly_reco .box ul.zero li,
	.cont_topmonthly_reco .box ul.zero li:nth-of-type(2n),
	.cont_topmonthly_reco .box ul.zero li:nth-of-type(3n) {
		width: 32%;
		margin: 0 2% 2% 0;
	}

	.cont_topmonthly_reco .box ul.zero li:nth-of-type(3n) {
		margin-right: 0;
	}

	.cont_topmonthly_contact {
		padding: 30px 25px;
	}

	.cont_topmonthly_contact h2 {
		font-size: 26px;
	}

	.wrap_topmonthly_contact {
		max-width: 400px;
		margin: 0 auto;
		display: block;
	}

	.wrap_topmonthly_contact a {
		width: 100%;
		margin: 0;
		padding: 13px 20px 12px;
	}

	.wrap_topmonthly_contact a .icon,
	.wrap_topmonthly_contact a.mail .icon {
		width: 48px;
		text-align: center;
	}

	.wrap_topmonthly_contact a .icon img {
		margin: 0;
	}

	.wrap_topmonthly_contact a .txt {
		width: calc(100% - 48px);
		padding-right: 35px;
	}

	.wrap_topmonthly_contact a .txt .num {
		margin-bottom: 0;
	}

	.wrap_topmonthly_contact a .txt .time {
		display: none;
	}

	.wrap_topmonthly_contact a br {
		display: none;
	}

	.wrap_topmonthly_contact a.mail::after {
		width: 30px;
		right: 20px;
	}

	.txt_topmonthly_contact {
		margin: 5px 0;
		text-align: center;
		display: block;
	}

	.cont_guide {
		margin: 0 auto 45px;
		padding: 30px;
	}

	.cont_guide .txt {
		padding: 0 10px;
	}

	.cont_guide .txt dl {
		margin: 0 auto 25px;
	}

	.col_topnews .cont {
		display: block;
	}

	.mds_topnews {
		width: 100%;
		margin: 0 0 30px;
		padding: 23px 15px;
	}

	.mds_topnews .en {
		margin: 0 auto;
	}

	.mds_topnews a {
		display: none;
	}

	.txt_topnews {
		width: 100%;
		margin: 0 0 25px;
	}

	.btn_topnews {
		margin: 0;
		padding: 0;
		text-align: center;
		display: block;
	}

	.btn_topnews a {
		margin: 0;
		padding: 0 46px 0 0;
		color: #9f8948;
		text-decoration: none;
		display: inline-block;
		transition: all .3s;
		position: relative;
		z-index: 0;
	}

	.btn_topnews a:before {
		content: "";
		width: 38px;
		height: 5px;
		margin: 0;
		padding: 0;
		border-right: solid 2px #9f8948;
		border-bottom: solid 1px #9f8948;
		transform: skewX(45deg);
		transition: width .3s;
		position: absolute;
		top: calc( 50% - 4px );
		left: calc( 100% - 38px );
	}



}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	.cont_topmain a.btn_reserve:hover {
		background-color: #ff9121;
	}

	.cont_topmain a.btn_reserve:hover:before {
		width: 54px;
	}

	.box_lineup a.btn_detail:hover {
		background-color: #f4fdf1;
	}

	.box_lineup a.btn_detail:hover span:before {
		width: 41px;
	}

	.slide_topcampaign .swiper-slide span:hover:after {
		background-color: rgba(255,255,255,0.25);
	}

	.wrap_topmonthly_contact a:hover {
		background-color: #6e5c00;
	}

	.cont_guide .txt a.btn_detail:hover {
		background-color: #f4fdf1;
	}

	.cont_guide.corp .txt a.btn_detail:hover {
		background-color: rgba(255,255,255,0.2);
	}

	.cont_guide .txt a.btn_detail:hover span:before {
		width: 41px;
	}

	.cont_guide_flex .box a.btn_detail:hover {
		font-weight: 500;
	}

	.cont_guide_flex .box a.btn_detail:hover:before {
		width: 42px;
	}

	.mds_topnews a:hover,
	.btn_topnews a:hover {
		font-weight: 500;
	}

	.mds_topnews a:hover:before,
	.btn_topnews a:hover:before {
		width: 42px;
	}

	.txt_topnews a.list:hover {
		opacity: 0.7;
	}



}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media screen and ( max-width: 700px ) {

	.cont_toplead {
		width: 90%;
		max-width: 500px;
		display: block;
	}

	.cont_toplead .img {
		width: 100%;
		margin: 0 0 5.5vw;
	}

	.cont_toplead .img .circle  {
		width: 20.2vw;
		max-width: 100px;
		height: 20.2vw;
		max-height: 100px;
	}

	.inner_topmonthly {
		padding-bottom: 30px;
	}

	.cont_topmonthly1 {
		padding: 40px 5% 40px;
	}

	.logo_monthly_alphard img {
		width: 50%;
	}

	dl.mds_monthly_alphard dt img {
		width: 78%;
	}

	dl.mds_monthly_alphard dd img.pc_none {
		width: 90%;
	}

	.price_monthly_alphard {
		margin-bottom: 0;
	}

	.price_monthly_alphard img {
		width: 90%;
	}

	.logo_monthly_hiace img {
		width: 37%;
	}

	dl.mds_monthly_alphard.hiace dt img {
		width: 62%;
	}

	dl.mds_monthly_alphard.hiace dd img.pc_none {
		width: 90%;
	}

	.price_monthly_hiace {
		margin-bottom: 0;
	}

	.price_monthly_hiace img {
		width: 90%;
	}

	.mds_monthly_reco {
		font-size: 26px;
	}

	.cont_topmonthly_reco .box dl.txt {
		display: block;
	}

	.submds_topmonthly_reco {
		margin-bottom: 20px;
	}

	.cont_topmonthly_reco .box dl.txt dt {
		margin: 0 auto 10px;
		text-align: center;
	}

	.cont_topmonthly_reco .box dl.txt dt.icon1 img,
	.cont_topmonthly_reco .box dl.txt dt.icon2 img,
	.cont_topmonthly_reco .box dl.txt dt.icon4 img {
		margin-left: 0;
	}

	.cont_topmonthly_reco .box dl.txt dd {
		width: 100%;
	}

	.cont_topmonthly_reco .box ul.zero {
		max-width: 380px;
	}

	.cont_topmonthly_reco .box ul.zero li,
	.cont_topmonthly_reco .box ul.zero li:nth-of-type(2n),
	.cont_topmonthly_reco .box ul.zero li:nth-of-type(3n) {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.cont_topmonthly_reco .box ul.zero li:nth-of-type(2n) {
		margin-right: 0;
	}

	.cont_topmonthly_contact h2 {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.wrap_topmonthly_contact a {
		padding: 10px 10px;
	}

	.wrap_topmonthly_contact a::before {
		content: "";
		width: 10px;
		height: 10px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 5px);
		right: 15px;
	}

	.wrap_topmonthly_contact a.mail::after {
		content: none;
	}

	.cont_toplineup {
		padding: 0 0 45px;
	}
	

	.box_lineup .thumb .tag {
		font-size: 6.95vw;
	}
	
	.box_lineup .logo img { max-height: 6.2vw; }

	.cont_toplineup .swiper-pagination {
		display: block;
		bottom: 0 !important;
	}

	.cont_toplineup.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 10px;
	}

	.cont_toplineup .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #55b534;
	}

	.col_topcampaign {
		padding: 50px 0;
	}

	.slide_topcampaign {
		padding: 0 0 45px;
	}

	.lead_topcampaign {
		margin: 0 0 30px;
	}

	.slide_topcampaign .swiper-pagination {
		display: block;
		bottom: 0 !important;
	}

	.slide_topcampaign.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 10px;
	}

	.slide_topcampaign .swiper-pagination-bullet {
		background-color: #fff;
		opacity: 0.6;
	}

	.slide_topcampaign .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #000;
	}

	.cont_guide {
		margin: 0 auto 5vw;
		padding: 15px 15px 50px;
		display: block;
	}

	.cont_guide.first { padding-left: 15px }
	.cont_guide.corp { padding-right: 15px }

	.cont_guide .img {
		width: 100%;
		margin: 0 0 18px;
	}

	.cont_guide .txt {
		width: 100%;
	}

	.cont_guide .txt dl {
		max-width: 100%;
		margin: 0 auto 40px;
	}

	.cont_guide .txt dl dd {
		text-align: center;
	}

	.cont_topshop {
		display: block;
	}

	.cont_topshop .box {
		width: 100%;
	}

	.cont_topshop .box.map {
		height: 55.5vw;
		margin-top: 4vw;
	}

	.col_toplead_btm {
		height: 63.8vw;
	}





}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 650px
--------------------------------------------------------------- */

@media screen and ( max-width: 650px ) {

	.cont_toplineup .swiper-wrapper { justify-content: normal; }

	.box_lineup .thumb { height: 62vw; }


}

/* ---------------------------------------------------------------
	end max 650px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 600px
--------------------------------------------------------------- */

@media screen and ( max-width: 600px ) {

	.col_topmain {
		height: 163vw;
	}

	.col_topmain:before {
		background-image: url(../img/top/sp/bg_topmain.jpg);
		background-repeat: no-repeat;
	}

	.cont_topmain .mds {
		font-size: 5.3vw;
		line-height: 1.44;
		margin: 0 0 5.5vw;
	}

	.cont_topmain .copy {
		margin: 0 auto 5.5vw;
	}

	.cont_topmain .copy img.sp {
		display: inline-block;
	}

	.cont_topmain .copy img.pc {
		display: none;
	}

	.cont_topmain .lead {
		margin: 0 0 9vw;
		font-size: 6.33vw;
	}

	.cont_guide_flex {
		display: block;
	}

	.cont_guide_flex .box {
		width: 100%;
		margin: 0 0 5vw;
	}

	.txt_topnews .list {
		padding: 15px 8px;
	}

	.txt_topnews .list .icon {
		margin: 5px 10px 0 0;
	}

	.txt_topnews .list dl {
		padding: 0;
		display: block;
	}

	.txt_topnews dl dt {
		width: 100%;
		margin: 0 0 4px;
		align-items: center;
	}

	.txt_topnews dl dt .tag {
		margin: 0 0 0 15px;
	}

	.txt_topnews dl dd {
		width: 100%;
		line-heigth: 1.6;
	}



}

/* ---------------------------------------------------------------
	end max 600px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.col_toplead1 {
		padding: 9.7vw 0;
	}

	.col_toplead1 .txt_lead1 {
		margin: 0 auto 9.5vw;
		font-size: 5.97vw;
	}

	.cont_toplead {
		margin: 0 auto;
	}

	.cont_toplead .img {
		margin: 0 0 9vw;
	}

	.col_toplead_middle {
		height: 84.3vw;
	}

	.col_toplead_middle:before {
		background-image: url(../img/top/sp/bg_lead_topmiddle.jpg);
		background-repeat: no-repeat;
	}

	.cont_topmonthly1 {
		padding: 7vw 5% 4vw;
	}

	.logo_monthly_alphard {
		margin-bottom: 2vw;
	}

	.mds_monthly_reco {
		font-size: 23px;
	}

	.submds_topmonthly_reco {
		font-size: 21px;
	}

	.cont_topmonthly_reco .box ul.zero {
		max-width: 200px;
	}

	.cont_topmonthly_reco .box ul.zero li,
	.cont_topmonthly_reco .box ul.zero li:nth-of-type(2n),
	.cont_topmonthly_reco .box ul.zero li:nth-of-type(3n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.cont_topmonthly_contact h2 {
		font-size: 22px;
	}

	.wrap_topmonthly_contact {
		width: 100%;
	}

	.wrap_topmonthly_contact a .icon,
	.wrap_topmonthly_contact a.mail .icon {
		width: 40px;
	}

	.wrap_topmonthly_contact a .icon img {
		width: 32px;
	}

	.wrap_topmonthly_contact a .txt {
		width: calc(100% - 40px);
		padding-right: 20px;
	}

	.wrap_topmonthly_contact a .txt .cont {
		font-size: 16px;
	}

	.col_toplead_middle .inner {
		font-size: 5.9vw;
	}

	.mds_top1 .mds {
		font-size: 28px;
	}

	.col_toplineup {
		padding: 12vw 0 11.8vw;
	}

	.col_topcampaign {
		padding: 11.1vw 0;
	}

	.cont_guide {
		padding: 12px 12px 25px;
	}

	.cont_guide.first { padding-left: 12ps }
	.cont_guide.corp { padding-right: 12px; }

	.cont_guide .txt dl dt {
		margin: 0 0 10px;
	}

	.cont_guide .txt dl {
		margin: 0 0 15px;
	}

	.col_topguide {
		padding: 12.7vw 0 5.3vw;
	}

	.lead_topguide {
		margin: 0 auto 10.4vw;
	}

	.cont_guide_flex .box {
		padding: 28px 12px;
	}

	.cont_guide_flex .box dl dt {
		margin: 0 0 10px;
	}

	.col_topshop {
		padding: 9.7vw 0;
	}

	.col_topshop .mds_top1 {
		margin: 0 auto 8vw;
	}

	.col_toplead_btm .inner {
		font-size: 5.9vw;
	}

	.col_toplead_btm .inner .copy {
		margin: 0 auto 6vw;
	}

	.col_topnews {
		padding: 11.6vw 0 11vw;
	}

	.mds_topnews .mds {
		font-size: 28px;
	}

}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */
