@charset "utf-8";
/* CSS Document */

#contents {
	width: 100%;
	margin: 0 auto;
	font-size: 1.2rem;
	padding-bottom: 0;
}

#main {
	width: 100%;
	float: none;
}

#main a:hover {
	opacity: 0.7;
}

#panList {
	display: none;
}

.shopBody img {
	max-width: 100%;
}


.shopHeader {
	background: #fff;
	padding: 20px 0;
	margin: 0 calc(50% - 50vw) 30px;
	width: 100vw;
}

.shopNm {
	font-size: 28px;
	line-height: 60px;
	padding-bottom: 20px;
}

.width_1 {
	max-width: 990px;
	margin: 0 auto;
}


.cateList {
	display: flex;
	font-size: 14px;
}

.cateList li {
	margin-right: 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: flex;
	padding: 0 10px;
	min-width: 280px;
	font-weight: 600;
}

.cateList li img {
	margin-right: 10px;
	max-width: 20px;
}

.east {
	background: #49D4A5;
}

.north {
	background: #FEBD55;
}

.central2 {
	background: #7C9FF3;
}

.west {
	background: #EE8AED;
}

.south {
	background: #ff6b9f;
}

.shop_type_1 {
	background: #FC5696;
}

/*ヘルス*/
.shop_type_2 {
	background: #78dae1;
}

/*バー・パブ*/
.shop_type_3 {
	background: #2FDEA5;
}

/*ショーパブ*/
.shop_type_4 {
	background: #7092EB;
}

/*その他*/
.shop_type_5 {
	background: #7961DD;
}

/*ミックスバー*/

.borderList {
	display: flex;
	flex-wrap: wrap;
}


.shopBody {
	max-width: 720px;
	margin: 0 auto;
}


.copyBox {
	margin-bottom: 40px;
}


.leadCopy {
	color: #F0619A;
	font-size: 20px;
	margin-bottom: 30px;
	display: block;
	font-weight: bold;
}


.pr {
	font-size: 16px;
}

.shopCont {
	margin: 0 auto 60px;
}

.innerTtl {
	background: #FD91BC;
	color: #fff;
	line-height: 50px;
	height: 50px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 0 16px;
	font-weight: 600;
}

.innerTtl img {
	margin-right: 10px;
	max-width: 30px;
}

.innerBody {
	background: #fff;
	padding: 20px;
}


/*募集要項*/
.shopInfoList {
	width: 100%;
	border-top: 2px solid #E8E5E5;
	font-size: 14px;
	line-height: 20px;
}

.shopInfoList th {
	background: #FADAE7;
	vertical-align: middle;
	width: 210px;
}

.shopInfoList td {
	background: #fff;
}

.shopInfoList th,
.shopInfoList td {
	border-bottom: 2px solid #E8E5E5;
	padding: 14px 10px;
}

.shopInfoList td iframe {
	max-width: 520px;
	width: 100%;
	height: 100%;
}

/*applicationBox*/

.applicationBox {
	max-width: 414px;
	margin: 80px auto;
	text-align: center;
}

.btnForm {
	display: flex;
	background: linear-gradient(to bottom right, #FF699D, #FE83AF);
	margin-bottom: 24px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.btnForm img {
	margin-right: 10px;
}

.applicationList {
	display: flex;
	justify-content: space-around;
}

.applicationList li {
	width: 32%;
	height: 48px;
	border-radius: 5px;
}

.applicationList li img {
	max-width: 16px;
	margin-right: 10px;
}

.applicationList li a {
	text-decoration: none;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
}

.applicationList li .form,
.applicationList li .line,
.applicationList li .keep,
.applicationList li .tel,
.applicationList li .tel p,
.applicationList li .tel span,
.controlTab a.keep {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.applicationList li .tel p {
	align-items: baseline;
	padding-top: 5px;
	font-size: 14px;
}

.applicationList li .form {
	color: #fff;
	background: linear-gradient(to bottom right, #FF699D, #FE83AF);
	line-height: 1.5;
	text-align: center;
}


.applicationList li .tel {
	color: #fff;
	background: linear-gradient(to bottom right, #429FEF, #82A9F4);
	line-height: 1.5;
	text-align: center;
}


.applicationList li .tel span {
	font-size: 11px;
}

.applicationList li .line {
	color: #fff;
	background: linear-gradient(to bottom right, #03B404, #62B563);
	font-size: 14px;
}

.applicationList li .keep,
.controlTab a.keep {
	background: #F4F4F4;
	border: 1px solid #707070;
	color: #000;
	box-sizing: border-box;
}

.applicationList li .keep {
	font-size: 14px;
}

.controlTab a.keep {
	font-size: 10px;
}



.applicationBox a:hover {
	opacity: 0.7;
}


.listBody {
	margin-bottom: 20px;
}

.listTtl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.listTtl img {
	max-width: 14px;
	margin-right: 8px;
}

.borderList {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}

.borderList li {
	border: 1px solid #FD91BC;
	padding: 2px 4px;
	color: #FD91BC;
	margin: 0 10px 10px 0;
	border-radius: 3px;
}

.innerBodyHide {
	height: 100px;
	overflow: hidden;
	transition: .5s;
}

.innerBodyHide.show {
	height: auto;
}

.btnOff {
	display: none;
}

.btnMore {
	display: block !important;
	text-align: center;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	color: #000;
}

.btnMore::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	right: -20px;
	top: 0;
	bottom: 8px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}

.btnMore.act::after {
	transform: rotate(-135deg);
	bottom: 0;
}

.innerIcon {
	display: flex;
}


.innerIcon a {
	display: flex;
	align-items: center;
	height: 20px;
	padding: 10px;
	text-decoration: none;
	margin-right: 10px;
}


.innerIcon a img {
	max-width: 24px;
	margin-left: 10px;
}

.innerIcon .fb a {
	border: 1px solid #0470E5;
	color: #0470E5;
}

.innerIcon .twitter a {
	border: 1px solid #111;
    color: #111;
}

.innerIcon .instgram a {
	border: 1px solid #C1169A;
	color: #C1169A;
}

.innerIcon .tiktok a {
	border: 1px solid #000;
	color: #000;
}

.innerFlex {
	display: flex;
	margin: 20px auto;
	align-items: center;
}


.innerFlex {
	display: flex;
	margin: 20px auto;
	align-items: center;
}


/*
.applyCampaignBox {
	border: 1px solid #7961DD;
	color: #7961DD;
	width: auto;
	min-width: 330px;
	position: relative;
	overflow: hidden;
	min-height: 80px;
	padding: 20px 0 0 80px;
	box-sizing: border-box;
	background-color: #fff;
}
*/

.applyCampaignBox {
  border: 1px solid #7961DD;
  color: #7961DD;
  width: 348px;
  min-width: 348px;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  display: flex;
}

.applyCampaignBox .boxTtl {
  background: #7961DD;
  display: flex;
  width: 28%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  line-height: 1rem;
}

.applyCampaignBox .boxTtl img {
  max-width: 28px;
  margin: 0 70px;
}


.campaignTxt {
  padding: 2%;
  width: 76%;
  font-size: 1.6rem;
}

.campaignTxt strong {
  display: block;
  text-align: right;
  font-size: 2rem;
}

.campaignDetail{
	margin-left:20px;
	font-size: 1.4rem;
}


/*
.applyCampaignBox p {
	margin-bottom: 4px;
	flex-wrap: wrap;
}
*/
.flex {
	display: flex;
}

.flex.align_baseline {
	align-items: baseline;
}

.impress {
	font-size: 30px;
	padding: 0 4px;
}

.small {
	max-width: 20px;
}


.btnCheck {
	width: 270px;
	height: 40px;
	text-align: center;
	background: #FF9701;
	position: relative;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.btnCheck::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.shopBody.interview .btnCheck {
	text-align: start;
	text-indent: 20px;
}

.shopBody.interview .btnCheck::after {
	right: 20px;
}

.btnCheck strong {
	font-size: 16px;
	display: block;
	font-weight: 600;
	/*line-height: 30px;*/
	width: 100%;
}


.btnCheck.line_height {
	line-height: 40px;
}


.margin_bottom_b {
	margin-bottom: 60px;
}

.checkList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 10px;
	background: #fff;
}

.checkList li {
	background: #FD5E96;
	color: #fff;
	width: 150px;
	line-height: 30px;
	height: 30px;
	/*padding-left: 30px;*/
	text-align: center;
	position: relative;
	margin: 0 13px 13px 0;
	border-radius: 3px;
}

.warning {
	text-align: center;
	color: #C90000;
	padding: 20px;
	background: #fff;
}

.shopBoxContInner {
	margin: 0 auto 40px;
}


.shopBoxContInner:last-child {
	margin: 0 auto 20px;
}

.shopBoxContInner .innerTtl {
	background: #9D91FC;
}

.shopInfoList.subColor th {
	background: #E3D3F5;
}

.checkList.subColor li {
	background: #E3D3F5;
}

.shopBoxCont.exp .shopBoxContInnerWrap {
	border: 1px solid #9D91FD;
	padding: 40px 20px 0;
	background: #fff;
}

.shopBoxCont.exp .boxContTtl {
	color: #fff;
	background: linear-gradient(#9386FC, #B1A8FC);
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}

.shopBoxCont.exp .checkList {
	padding: 20px 0;
}

.qaList {
	margin: 0 auto;
}

.qaList.exp {
	margin: 20px auto;
}

.qaList dt,
.qaList dd {
	position: relative;
	padding-left: 40px;
	padding-top: 4px;
	margin-bottom: 20px;
}

.qaList dd {
	margin-bottom: 20px;
    border-bottom: 1px dashed #FD91BC;
    padding-bottom: 20px;
}

.qaList dt::before{
	background: #FD91BC;
	position: absolute;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50px;
	border: 1px solid #FD91BC;
	text-align: center;
	left: 0;
	top: 0;
}

.qaList dd::before{
	position: absolute;
	color: #FD91BC;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50px;
	border: 1px solid #FD91BC;
	text-align: center;
	left: 0;
	top: 0;	
}

.qaList dt::before {
	content: "Q"
}

.qaList dd::before {
	content: "A"
}

.qaList.exp dt::before{
	background: #9D91FD !important;
	border: 1px solid #9D91FD !important;
}

.qaList.exp dd::before{
	color: #9D91FD !important;
	border: 1px solid #9D91FD !important;
}

.qaList.member dt::before,
.innerTtl.member {
	background: #F29B18 !important;
	border: 1px solid #F29B18 !important;
}

.innerTtl.member {
    margin-top: 60px;
}

.qaList.member dd::before{
	color: #F29B18 !important;
	border: 1px solid #F29B18 !important;	
}

.qaList.member dd{
	margin-bottom: 20px;
    border-bottom: 1px dashed #F29B18;
    padding-bottom: 20px;
}

.qaList.exp dd{
	margin-bottom: 20px;
    border-bottom: 1px dashed #9D91FD;
    padding-bottom: 20px;	
}

.thumbList {
	display: flex;
	margin: 20px auto 0;
	flex-wrap: wrap;
}

.thumbList li {
	width: 18%;
	margin: 0 2% 2% 0;
	text-align: center;
}

.thumbList li:nth-child(5n) {
	margin: 0 0 2% 0;
}

.thumbList li a {
	color: #000;
	text-align: center;
	text-decoration: none;
}

.thumbList li a span {
	display: block;
}

.thumbList li img {
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.parameterListWrap {
	display: flex;
	margin: 0 auto 30px;
	align-items: center;
	justify-content: center;
}

.parameterListWrap.first-child {
	margin: 20px auto 30px;
}

.parameterListTtl {
	width: 100px;
	min-height: 40px;
	line-height: 40px;
	background: #FF9701;
	text-align: center;
	position: relative;
	color: #fff;
	border-radius: 5px;
	padding: 10px 0;
	position: relative;
	margin-right: 60px;
	font-weight: 600;
}

.parameterListTtl.line_2 {
	line-height: 1.7;
}

.parameterListTtl::after {
	content: "";
	position: absolute;
	display: inline-block;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #FF9701;
	right: -9px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
}

.parameterListBody {
	width: 430px;
}

.parameterList {
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-top: 20px;
	margin-top: 20px;
}

.parameterList::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 350px;
	height: 4px;
	background: #E8E5E5;
}

.parameterList li {
	width: 20%;
	text-align: center;
	position: relative;
}

.parameterList li::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #E8E5E5;
	border-radius: 100px;
	top: -24px;
	left: 0;
	right: 0;
	margin: auto;
}

.parameterList li.checked::before {
	width: 27px;
	height: 29px;
	background: url("../img/mypage_shop/icon/star_pink.svg") no-repeat;
	top: -30px;
}

.innerTtl.area {
	background: #aaa !important;
	margin-top: 100px;
}

.shopList {
	display: flex;
	margin: 20px auto;
}

.shopList li {
	width: 200px;
	min-width: 200px;
	margin-right: 12px;
	background-color: #fff;
	padding: 10px 16px;
}

.shopList li .shopListHead{
	display: flex;
	font-size: 10px;
	align-items: center;
	margin-bottom:5px;
}


.shopList li .shopProrety {
	display: block;
	width: 64px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #fff;
	margin-right:10px;
	font-size: 12px;
}

.shopListBody {
	width: 100%;
	margin: 0 auto;
}

.shopListBody .listShopImg {
	margin-bottom: 10px;
}

.shopItem {
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 10px;
	align-items: center;
}




.shopItem .itemNm {
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #FADAE7;
}

.shopItem dd {
	display: block;
	background-color: #FAFAFA;
	width: 100%;
	padding: 4px 10px;
	box-sizing: border-box;
	line-height: normal;
}

.controlTab {
	display: flex;
	justify-content: space-around;
	margin-top: 10px;
}

.controlTab a {
	width: 44%;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	font-size: 12px;
}


.controlTab .btnCheck {
	height: 30px;
	line-height: 30px;
	padding: 0 4px 0 0;
	font-size: 10px;
	text-align: center;
	/*text-indent: 11px;*/
	margin: 0;
}

.controlTab .btnCheck::after {
	width: 4px;
	height: 4px;
	right: 8px;
}

.listShopNm {
	display: block;
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.controlTab a.keep img {
	max-width: 10px;
	margin-right: 3px;
}

/*------------- インタビュー   -----------*/

.shopBody.interview {
	margin: 60px auto 0;
}

.shopBody.interview .innerTtl {
	margin-bottom: 30px;
	font-size: 18px;
}

.shopBody.interview .shopCont {
	margin: 0 auto 60px;
}

.interviewIntro {
	display: flex;
}

.interviewerImg {
	max-width: 300px;
	margin-right: 40px;
}

.interviewIntro .interviewerImg img {
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
}

.introItem {
	display: flex;
	flex-wrap: wrap;
	max-width: 280px;
	font-size: 16px;
}

.introItem dt {
	width: 30%;
	color: #6C6C6C;
}

.introItem dd {
	width: 70%;
}

.introItem dd a {
	text-decoration: underline;
}

.introItem dd.iconList {
	display: flex;
}

.introItem dd.iconList a {
	display: block;
	width: 30px;
	margin-right: 20px;
}

.innerTtl.interview {
	background: #7961DD;
}

.qaList.interview {
	max-width: 680px;
	margin: 0 0 0 20px;
}

.qaList.interview dt {
	border-bottom: 1px dashed #B4A9E2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 2px;
}

.qaList.interview dt::before {
	background: #7961dd;
	border: none;
}

.qaList.interview dd {
	font-size: 16px;
	padding-top: 2px;
	border-bottom: none;
}

.qaList.interview dd::before {
	background: #F0619A;
	color: #fff !important;
	border:none;
}

.interviewtxt {
	border: 1px solid #299DED;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 18px;
}

.interviewtxt dt {
	display: flex;
	color: #299DED;
	margin-bottom: 10px;
}

.interviewtxt dt img {
	margin-right: 10px;
}

.interviewtxt dd {
	padding: 0 27px;
	font-size: 16px;
}


.interviewAllList {
	display: flex;
	flex-wrap: wrap;
	width: 680px;
	margin: 30px auto 0;
}

.interviewAllList li img{
	max-width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
}

.interviewAllList li {
	display: block;
	width: 200px;
	border: 1px solid #FD91BC;
	margin: 0 40px 20px 0;
	box-sizing: border-box;
}

.interviewAllList li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px 10px 20px;
}

.interviewAllList li:nth-child(3n) {
	margin: 0 0 20px 0;
}

.interviewAllList li .listItem {
	display: flex;
	flex-wrap: wrap;
}

.interviewAllList li .listItem dt {
	color: #FC5C94;
	width: 30%;
	margin-top: 20px;
}

.interviewAllList li .listItem dd {
	width: 70%;
	margin-top: 20px;
}

.shopIntro {
	max-width: 680px;
	margin: 0 auto 40px;
}

.movieContainer {
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
	aspect-ratio: 16/9;
}

.movieContainer iframe {
	width: 100% !important;
	height: 100% !important;
}

.movieContainer video{
	margin: 0 auto;
	width: 100% !important;
	height: 100% !important;	
}

.btnShopqa strong{
	line-height: 40px;
}

/*------ slick slider-------*/
.shopImg {
	max-width: 540px;
	margin: 0 auto 40px;
}

.slider{
	height: 405px;
	overflow-y: hidden;
}


.shopImg img {
	width: auto !important;
	margin: auto;
}

.slider-nav .slick-slide {
	margin: 0 5px;
}

.slider {
	margin-bottom: 40px;
}


.sliderImg {
	width: 100%;
	text-align: center;
}

.slider-nav .slick-track {
	transform: unset !important;
}

.thumbnail-img {
	max-height: 93px;
	overflow-y: hidden;
	opacity: 0.3;
	transition: opacity .3s linear;
}

.slick-current .thumbnail-img {
	opacity: 1;
}


.slick-img img {
	height: 100vh;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}



.slider-nav {
	margin: 0 auto;
}


.slick-prev::before,
.slick-next::before {
	color: #9F9F9F !important;
	display: block;
}


.slick-prev::before {
	content: '' !important;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-left: 4px solid #9F9F9F;
	border-bottom: 4px solid #9F9F9F;
	transform: rotate(45deg);
}

.slick-next::before {
	content: '' !important;
	width: 10px;
	height: 10px;
	border-top: 4px solid #9F9F9F;
	border-right: 4px solid #9F9F9F;
	transform: rotate(45deg);
}


/*--- form--*/
.shopBody .formTable label {
	margin-right: 30px !important;
}

#loginBox {
	padding: 10px;
	border: 2px solid #ccc;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.loginSetume {
	font-size: 18px;
	margin-right: 20px;
}


.loginBtn dd.firstChild {
	margin-bottom: 10px;
}

.btnShop {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 48px;
	height: 48px;
	text-align: center;
	border-radius: 10px;
	width: 200px;
}

.btnShop.pink {
	background: linear-gradient(to bottom right, #FF699D, #FE83AF);
}

.btnShop.blue {
	color: #fff !important;
	background: linear-gradient(to bottom right, #429FEF, #82A9F4);
}

.sectionTtl {
	border-left: 5px solid #FD91BC;
	padding: 1px 0 1px 10px;
	margin-bottom: 20px;
}

.btnStyle_v1,
#btnMemberInfoUse {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 48px;
	height: 48px;
	text-align: center;
	border-radius: 10px;
	width: 200px;
	border: none;
	cursor: pointer;
	margin:0 auto;
}

.btnStyle_v1.confirm {
	background: linear-gradient(to bottom right, #FF699D, #FE83AF);
}

#btnMemberInfoUse {
	background: linear-gradient(to bottom right, #7AE1E0, #5AD9D9);
	margin: 0;
	padding: 0 20px;
}

/* 応募情報を呼び出し */

#memberInfoUseBox dt {
	margin-bottom: 10px;
}

#memberInfoUseBox dd {
	margin-bottom: 30px;
}


.btnCommn{
  display: block;
  position: relative;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border:none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(to bottom right, #FF699D, #FE83AF);  
}

.btnCommn.center{
  margin: 0 auto;
}



.btnCommn::after{
  content: "";
  position: absolute;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .8em;
  height: .8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: all 0.2s ease-out;  
}

.btnCommn.arrow_back::after{
  right: auto!important;
  left: 20px!important;
  transform: translateY(-10%) rotate(-135deg);
}



.btnCommn.active::after{
  transform: translateY(30%) rotate(-45deg);
}  


.btnCommn.arrow_right::after{
  transform: translateY(-10%) rotate(45deg);
}


/*--- shop_modal ---*/
.shop_modal-open{
  cursor: pointer;  
}

.shop_modal {
    visibility: hidden;
	z-index: -1;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    
}

.shop_modal.open {
    visibility: inherit;
    height: 100vh;
    z-index: 1050;
}

.shop_modal_bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.shop_modal_content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    max-width: 490px;
    box-sizing: border-box;
}

.shop_modal_content_header {
  display: flex;
  border-bottom: 1px solid #E8E5E5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.headerInfo .shopNm {
  font-weight: 600;
  font-size: 16px;
  color: #F0619A;
  line-height: 1.5;
  padding-bottom: 0;
}

.headerInfo .shopCate{
	font-size: 14px;
}

.shop_modal_content_header .btn_close{
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.shop_modal_content_header .btn_close span{
	position: absolute;
    width: 16px;
    height: 2px;
    background: #aaa;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;	
}

.shop_modal_content_header .btn_close span:nth-of-type(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.shop_modal_content_header .btn_close span:nth-of-type(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.shop_modal_content_Inner{
	border: 1px solid #E8E5E5;
	border-radius: 10px;
	display: flex;
	align-items: stretch;
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.shop_modal_content_Inner dt{
	width: 25%;
	padding: 7px 14px;
	background: #FD91BC;
	color: #fff;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.shop_modal_content_Inner dd{
	padding: 7px 14px;
	width: 62%;
}	

.shop_modal_content_intro{
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.4rem;
}

.shop_modal_content_intro strong{
	color: #FF0000;
	font-weight: bold;
}

.btnInShopModal{
	width: 180px;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
	border-radius: 10px;
	color: #fff;
	gap: 10px;
	font-size: 1.4rem;
}

.btnInShopModal.line{
	background: #4CC764;
}
.btnInShopModal.tel{
	background: linear-gradient(to bottom right, #429FEF, #82A9F4);
}



.iconList{
	display: flex;
	gap:50px;
	align-items: center;
	margin: 20px 0 30px;
}

.iconList li{
	display: flex;
	gap:5px;
	align-items: center;
}

.iconList li span{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
}

.iconList li span.ok{
	background: #FD91BC;
}

.iconList li span.check{
	background: #73caea;
}

.selectList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.selectList li{
	padding: 10px;
	color: #fff;
	width: 46%;
	display: flex;
	align-items: center;
	gap:10px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 1.6rem; 
}	

.selectList li.ok{
	background: #FD91BC;
}

.selectList li.check{
	background: #73caea;
}

.selectList li span{
	font-size: 1.8rem;
}

.reportTxt {
	padding: 10px;
    border: 1px solid #ccc;
    color: #8E8E8E;
}

.reportTxt a {
	color: #78B2FF;
    text-decoration: underline;
}


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {


	#contents {
		padding: 0;
		margin-top: 98px;
	}

	.shopHeader {
		padding: 10px 20px 20px;
		box-sizing: border-box;
		margin-bottom: 0;
	}

	.shopNm {
		font-size: 18px;
		line-height: 1.5;
		padding-bottom: 10px;
	}

	/*
	.cateList {
		justify-content: space-between;
	}


	.cateList li {
		width: 40%;
		height: 25px;
		line-height: 25px;
		min-width: inherit;
		margin: 0;
	}
	*/

	.cateList {
		display: block;
	}

	.cateList li {
	    height: 25px;
	    line-height: 25px;
	    min-width: 20%;
	    margin-bottom: 10px;
	    width: fit-content;
	}

	.cateList li:last-child{
		margin-bottom: 0;
	}

	.slider{
		height: 310px;
	}

	.thumbnail-img {
	  max-height: 70px;
	}

	.slick-prev {
		left: -10px !important;
	}

	.slick-next {
		right: -10px !important;
	}

	.copyBox,
	.shopCont {
		padding: 0 20px;
		margin: 0 auto 30px;
	}

	.leadCopy {
		font-size: 16px;
	}

	.pr {
		font-size: 14px;
	}

	.innerTtl {
		font-size: 16px;
		padding: 0 10px;
	}

	.innerTtl img {
		max-width: 20px !important;
	}

	.innerFlex {
		display: block;
	}

	.applyCampaignBox {
		width: 100%;
		margin: 0 auto 10px;
		min-width: initial;
	}

	.campaignTxt {
		margin-left: 0;
	}

	.applicationBox {
		margin: 60px auto;
		padding: 0 20px;
	}

	.movieContainer {
		max-width: 100%;
	}

	.parameterListTtl {
		width: 80px;
		height: 30px;
		line-height: 30px;
		margin-right: 20px;
		padding: 10px 0 0;
		font-size: 10px;
	}

	.parameterListTtl.line_2 {
		line-height: 30px;
	}



	.parameterListBody {
		width: 250px;
	}

	.parameterList::before {
		width: 188px;
	}


	.thumbList li {
		width: 30%;
		margin: 0 5% 5% 0;
	}

	.thumbList li:nth-child(3n) {
		margin: 0 0 5% 0;
	}

	.thumbList li img {
	  width: 100%;
	}

	.shopInfoList th {
		width: 80px;
		min-width: 80px;
	}

	.shopInfoList td {
		max-width: 30px;
	}

	.shopInfoList td a {
		word-wrap: break-word;
	}


	.shopInfoList td iframe {
		max-width: 100%;
	}

	.innerIcon {
		display: block;
	}

	.innerIcon li {
		margin-bottom: 4px;
		max-width: 140px;
	}

	.innerIcon a {
		justify-content: space-between;
	}

	.checkList li {
		width: 150px;
		margin: 0 4% 2% 0;
	}

	.shopBoxCont.exp .shopBoxContInnerWrap {
		padding: 40px 10px 0;
	}


	.interviewIntro {
		display: block;
		padding: 0 20px;
	}

	.interviewerImg {
		max-width: 100%;
		margin: 0 auto 20px;
		text-align: center;
		width: 300px;
	}

	.introItem dt,
	.introItem dd {
		margin-bottom: 10px;
	}

	.interview .shopCont {
		padding: 0;
	}

	.shopBody.interview .shopCont:first-child {
		margin: 0 auto;
	}

	.qaList.interview {
		max-width: initial;
		margin: 0 auto;
		padding: 0 20px;
	}

	.interviewtxt {
		width: calc(100% - 80px);
		margin: 0 auto 20px;
		font-size: 16px;
	}

	.interviewtxt dd {
		padding: 0;
	}

	.btnCheck strong {
		font-size: 14px;
	}


	.interviewAllList {
		width: calc(100% - 40px);
	}

	.interviewAllList li {
		width: 47%;
		margin: 0 6% 4% 0;
	}

	.interviewAllList li:nth-child(3n) {
		margin: 0 6% 4% 0;
	}

	.interviewAllList li:nth-child(2n) {
		margin: 0 0 4% 0;
	}


	.interviewAllList li:nth-child(2n) {
		margin: 0 0 4% 0;
	}


	.interviewAllList li a {
		width: auto;
		margin: 0;
		padding: 8% 8% 20px;
	}

	.shopBody.interview {
		margin: 0 auto;
	}

	.warning {
		font-size: 9px;
		text-align: left;
		padding: 10px;
	}

	.shopBoxCont.exp .warning {
		padding-left: 0;
	}

	.shopInfoList {
		font-size: 14px;
		line-height: 160%;
	}

	.introItem {
		font-size: 14px;
		max-width: 300px;
		margin: 0 auto 30px;
	}

	.introItem dd,
	.introItem dt {
		margin-bottom: 30px;
	}

	.qaList.interview dt,
	.qaList.interview dd {
		font-size: 14px;
	}

	.interviewtxt dd {
		font-size: 14px;
	}

	/*--- form--*/
	#loginBox {
		display: block;
	}

	.shopBodyCont {
		padding: 0 20px;
	}

	.loginSetume {
		margin: 0 0 20px 0;
		font-size: 14px;
	}

	.loginBtn dt {
		text-align: center;
	}

	.loginBtn dd .btnShop {
		margin: 0 auto;
	}

	.shopBody.interview .btnCheck {
		text-indent: 30px;
	}

	.shopBody.interview .btnCheck::after {
		right: 30px;
	}

	.shopBody.interview .innerTtl {
		font-size: 16px;
		padding: 0 20px;
	}

	.shopList li {
		width: 70% !important;
		background-color: #fff;
		display: block !important;
		padding: 10px 16px;
		margin: 0 auto;
	}

	.shopBody img {
		max-width: 100%;
	}

	.listTtl img{
		max-width: 18px;
	}

	.listBody:first-child img{
		max-width: 14px;
	}

	.applicationBoxFixed {
		position: fixed;
		bottom: 0;
		width: 100vw;
		z-index: 3;
	}


	.applicationList li .form,
	.applicationList li .line,
	.applicationList li .keep,
	.applicationList li .tel,
	.applicationList li .tel p,
	.applicationList li .tel span {
		display: block;
	}


	.applicationBoxFixed .applicationList li {
		width: 25%;
		height: 60px;
	}

	.applicationBoxFixed .threeCols li {
		width: 34% !important;
	}

	.applicationBoxFixed .applicationList li a {
		height: 100%;
		padding-top: 12px;
		line-height: 1.5;
		border-radius: 0;
		text-align: center;
		font-size: 12px;
		cursor: pointer;
	}

	.applicationBoxFixed .applicationList li img {
		display: block;
		max-width: 40px;
		margin: 0 auto 4px;
	}

	.applicationList li .keep,
	.controlTab a.keep {
		border: none;
	}

	.applicationBoxFixed .applicationList li a.keep p{
		line-height: 1.5;
	}

	.shopItem .itemNm {
		width: 22%;
	}

	.controlTab a.keep {
		border: 1px solid #707070;
	}

	.controlTab .btnCheck::after {
		right: 20px;
	}

	.btnMore {
		padding: 20px 0;
	}

	.parameterListTtl {
		width: 140px;
		height: 30px;
		line-height: 30px;
		margin-right: 20px;
		padding: 0;
		font-size: 12px;
		min-height: 30px;
	}

	.campaignDetail{
		margin-left:0; 
	}


	.selectList li {
	  padding: 4px;
	  color: #fff;
	  width: 46%;
	  display: flex;
	  align-items: center;
	  gap: 10px;
	  margin-bottom: 10px;
	  border-radius: 5px;
	  font-size: 1.2rem;
	}

	.reportTxt {
		margin: 0 20px;
	}



}

/* Media Queries ================================================== */
/*460*/

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

	.parameterList {
		margin-top: 30px;
	}

	.parameterListWrap {
		display: block;
	}

	.parameterListTtl {
		width: 140px;
		height: 30px;
		line-height: 30px;
		margin-right: 20px;
		padding: 0;
		font-size: 12px;
		min-height: 30px;
	}

	.parameterListTtl::after {
		border-width: 0;
		border-color: none;
	}

	.parameterListBody {
		max-width: 430px;
		width: 100%;
	}

	.parameterList::before {
		max-width: 320px;
		width: 80%;
	}

	.parameterListBody p,
	.parameterListWrap p {
		padding-top: 10px;
	}

	.checkList li:nth-child(2n) {
		margin: 0 0 2% 0;
	}


	.shop_modal_content {
		width: 94%;
	}

	.shop_modal_content_Inner {
		flex-wrap: wrap;
	}

	.shop_modal_content_Inner dt{
		width: 100%;
		border-radius: 10px 10px 0 0;
	}

	.shop_modal_content_Inner dd{
		width: 100%;
	}

}