﻿@charset "utf-8";

/************************************************
youtube
************************************************/
/* emph */
.youtube {
	position: relative;
}
.youtube .emph {
	position: absolute;
	color: #e60000;
	font-size: 1.28571rem;
	bottom: 100%;
	left: 0;
	right: 0;
	margin-bottom: 15px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	pointer-events: none;
}
.youtube .emph::before {
	content: "＼";
	margin-right: 10px;
}
.youtube .emph::after {
	content: "／";
	margin-left: 10px;
}

/************************************************
needBlk
************************************************/
/* needBlk */
.needBlk {
	display: block;
}
.needBlk .clmItem {
	border-radius: 20px;
}
.needBlk .clmItem .txt02 {
	width: 80%;
	margin: 20px auto 0;
}

/************************************************
slickBlk
************************************************/
.slickBlk .sectionInner01 {
	width: 100%;
}
.slickBlk .slick-list {
	overflow: hidden;
}
.slickBlk .slickCnt .item {
	text-align: center;
}
.slickBlk .slick-prev,
.slickBlk .slick-next {
	top: inherit;
	bottom: -44px;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: 0;
	background-color: rgba(255, 255, 255, 0.93);
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.slickBlk .slick-next {
	right: -23px;
	transform: translateY(-50%) rotate(-45deg);
}
.slickBlk .slick-prev {
	left: -23px;
	transform: translateY(-50%) rotate(45deg);
}
.slickBlk .slick-next > :before,
.slickBlk .slick-prev > :before {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 14px;
	height: 14px;
}
.slickBlk .slick-next > :before,
.slickBlk .slick-next:hover > span:before {
	right: 50%;
	margin-right: 2px;
	margin-top: -2px;
	border: none;
	border-right: 2px solid #989898 !important;
	border-bottom: 2px solid #989898 !important;
	transform: translateX(50%) translateY(-50%);
	animation: none;
}
.slickBlk .slick-prev > :before,
.slickBlk .slick-prev:hover > span:before{
	left: 50%;
	margin-left: 2px;
	margin-top: -2px;
	border: none;
	border-left: 2px solid #989898 !important;
	border-bottom: 2px solid #989898 !important;
	transform: translateX(-50%) translateY(-50%);
	animation: none;
}
.slickBlk .slick-disabled {
	opacity: 0;
}
.slickBlk .slick-dots {
	bottom: -42px;
}

/************************************************
cardBtn
************************************************/
.cardBtn {
	justify-content: center;
}
.cardBtn .btnType20 {
	justify-content: center;
}

/************************************************
appModal
************************************************/
.appModal .clmItem.I {
	width: 67px;
	padding-left: 12px;
}
.appModal .clmItem.T {
	padding-left: 10px;
}
.appModal .selectBrandList.clm.col2 > * {
	width: 44%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.appModal .selectBrandList.clm.col2 .vmj {
	padding: 27px 10px 15px 14px;
}
.appModal .selectBrandList.clm.col2 .amex {
	padding: 40px 10px 15px 14px;
}
.appModal .selectBrandList.clm.col2 .vmj img {
	width: 142px;
}
.appModal .selectBrandList.clm.col2 .amex img {
	width: 40px;
}
/************************************************
Parts
************************************************/
#chatbot {
	z-index: 10000 !important;
}
.QA th{
	font-weight: bold !important;
}

@media screen and (max-width: 641px) {
	#pageTopArea {
		right: 0.687% !important;
	}
}
.mAuto {
	margin: 0 auto;
}
.imgWidth01 {
	width: 224px;
	max-width: 100%;
}
.movie {
	text-align: center;
}
.movie > div {
	display: inline-block;
	padding: 10px;
}
