@charset "UTF-8";
body {
	background: #000;
}
.txtDecorationNone,
.txtDecorationNone:hover {
	text-decoration: none;
}
.modalBox .typeEn01,
.modalBox .typeTai01 {
	font-weight: normal;
	color: #b3b3b3;
	font-size: .71429rem;
}
/************************************************
fixedMenu
************************************************/
.fixedMenu {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
}
.fixedMenu .menuHeader {
	position: relative;
	padding: 14px 10px;
	border-bottom: 2px solid #e6c979;
	background: #1c243d;
}
.fixedMenu .menuHeader .headerTtl {
	max-width: 77px;
	margin: 0 auto;
}
.fixedMenu .menuHeader .menuBtn {
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}
.fixedMenu .menuHeader .menuBtn .partsWrap {
	position: relative;
	width: 22px;
	height: 16px;
}
.fixedMenu .menuHeader .menuBtn .partsWrap .btnParts {
	position: absolute;
	transition: transform .2s, opacity .2s;
	display: block;
	width: 100%;
	height: 2px;
	background: #e6c979;
}
.fixedMenu .menuHeader .menuBtn .partsWrap .btnParts:nth-child(1) {
	top: 0;
}
.fixedMenu .menuHeader .menuBtn .partsWrap .btnParts:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
.fixedMenu .menuHeader .menuBtn .partsWrap .btnParts:nth-child(3) {
	bottom: 0;
}
.fixedMenu .menuHeader .menuBtn.active .partsWrap .btnParts:nth-child(1) {
	transform: translateY(6px) rotate(-45deg);
}
.fixedMenu .menuHeader .menuBtn.active .partsWrap .btnParts:nth-child(2) {
	opacity: 0;
}
.fixedMenu .menuHeader .menuBtn.active .partsWrap .btnParts:nth-child(3) {
	transform: translateY(-8px) rotate(45deg);
}
.fixedMenu .menuWrap {
	position: fixed;
	z-index: 3;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(63, 60, 51, .8);
}
.fixedMenu .menuWrap .menuList {
	position: absolute;
	right: 0;
	z-index: 4;
	width: 224px;
}
.fixedMenu .menuWrap .menuList .menuItem {
	border: 1px solid #e6c979;
	border-top: none;
	background: #fff;
}
.fixedMenu .menuWrap .menuList .menuItem a {
	display: block;
	height: 40px;
	text-align: center;
}
.fixedMenu .menuWrap .menuList .menuItem a img {
	max-height: 100%;
}

/************************************************
modal
************************************************/
.modalBtn {
	cursor: pointer;
}
.modalBox .bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
}
.modalBox .closeBtn {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 auto;
	cursor: pointer;
}
.modalBox .closeBtn::before,
.modalBox .closeBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 25px;
	height: 2px;
	background: #989898;
}
.modalBox .closeBtn::before {
	transform:rotate(45deg);
}
.modalBox .closeBtn::after {
	transform:rotate(-45deg);
}
.modalBox .modalCnt {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 15px 5px 35px 15px;
	width: 90%;
	height: auto;
	max-height: 80vh;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	border-radius: 6px;
	z-index: 10000;
}
.modalBox .inr {
	padding: 0 10px 5px 0;
	margin-top: 10px;
	overflow-y: auto;
	max-height: calc(80vh - 80px);
}

/************************************************
scArea
************************************************/
.scArea .scInr {
	padding: 0 10px;
}
.scArea .typeEn01,
.scArea .typeTai01 {
	font-size: .71429rem;
	line-height: 1.2;
}
.scArea .typeEn02,
.scArea .typeTai02 {
	line-height: 1.2;
}

/************************************************
mvArea
************************************************/
.scArea.mvArea .scInr {
	padding: 0;
}
.mvArea .h1Ttl {
	max-width: 390px;
	margin: 0 auto;
}

/************************************************
aboutArea
************************************************/
.aboutArea {
	padding: 40px 0 50px;
	background: #000;
}
.aboutArea .periodImg01 {
	max-width: 335px;
	margin: 0 auto;
}
.aboutArea .periodImg02 {
	max-width: 335px;
	margin: 25px auto 0;
}

/************************************************
targetArea
************************************************/
.targetArea {
	padding: 50px 0 60px;
	background: url(/landing/campaign/thailand/img/index_bg_001.png) center top repeat-x, #000;
	background-size: 100% 100%;
}
.targetArea .h2Ttl {
	max-width: 143px;
	margin: 0 auto;
}
.scArea.targetArea .typeEn01,
.scArea.targetArea .typeTai01 {
	color: #c1c5d4;
}
.targetArea .commentaryBlk {
	width: 320px;
	margin: 32px auto 0;
	padding: 15px 10px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.102);
	text-align: center;
}
.targetArea .commentaryBlk .item:nth-child(2) {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #fff;
}

/************************************************
storeArea
************************************************/
.storeArea {
	padding: 50px 0 60px;
	background: url(/landing/campaign/thailand/img/index_bg_001.png) center top repeat-x, #000;
	background-size: 100% 100%;
}
.storeArea .h2Ttl {
	max-width: 243.5px;
	margin: 0 auto;
}
.scArea.storeArea .typeEn01,
.scArea.storeArea .typeTai01 {
	color: #c1c5d4;
}
.scArea.storeArea .typeEn02,
.scArea.storeArea .typeTai02 {
	font-weight: normal;
	color: #999999;
	font-size: .71429rem;
}
.storeArea .commentaryBlk {
	width: 320px;
	margin: 32px auto 0;
	text-align: center;
}
.storeArea .storeAccList {
	margin-top: 40px;
}
.storeArea .storeAccList .storeItem {
	margin-top: 10px;
}
.storeArea .storeAccList .storeItem:first-child {
	margin-top: 0;
}
.storeArea .storeAccList .storeItem .storeType {
	width: 100%;
	padding: 2px 3% 2px 4.5%;
	color: #fff;
	font-size: .71429rem;
}
.storeArea .storeAccList .storeItem .ttlBlk {
	position: relative;
	width: 100%;
	height: 46px;
	padding: 0 3% 0 4.5%;
	background: #fff;
}
.storeArea .storeAccList .storeItem .ttlBlk::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	display: block;
	width: 27.5px;
	height: 27.5px;
	background: url(/landing/campaign/thailand/img/index_btn_001.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.storeArea .storeAccList .storeItem .ttlBlk.open::after {
	background: url(/landing/campaign/thailand/img/index_btn_002.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.storeArea .storeAccList .storeItem .ttlBlk .ttlLogo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.storeArea .storeAccList .storeItem .ttlBlk .ttlLogo img {
	max-height: 100%;
}
.storeArea .storeAccList .storeItem .ttlBlk .centralRetailLogo {
	position: absolute;
	top: 50%;
	right: 10.5%;
	width: 121px;
	transform: translateY(-50%);
}
.storeArea .storeAccList .storeItem .ttlBlk .centralRetailLogo img {
	max-height: 100%;
}
.storeArea .storeAccList .storeItem .contentsBlk {
	display: none;
}
.storeArea .storeAccList .storeItem .contentsImg {
	max-width: 370px;
	margin: 0 auto;
}
.storeArea .storeAccList .storeItem .contentsWrap {
	padding: 15px 4.5% 0;
}
.storeArea .storeAccList .storeItem .contentsWrap .typeEn01,
.storeArea .storeAccList .storeItem .contentsWrap .typeTai01 {
	color: #b3b3b3;
}
.storeArea .storeAccList .storeItem .contentsWrap .leadBlk {
	width: 100%;
	padding: 4%;
	background: #fff;
}
.storeArea .storeAccList .storeItem .contentsWrap .detailBlk {
	width: 100%;
	margin-top: 20px;
}
.storeArea .storeAccList .storeItem .contentsWrap .detailBlk .detailItem .dHead {
	width: 20%;
	padding: 2% 1%;
	border-top: 1px solid #fff;
	background: #333;
	color: #fff;
	vertical-align: middle;
	text-align: left;
}
.storeArea .storeAccList .storeItem .contentsWrap .detailBlk .detailItem .dHead .txt01 {
	font-size: .85714rem;
}
.storeArea .storeAccList .storeItem .contentsWrap .detailBlk .detailItem:first-child .dHead {
	border-top: 1px solid #333;
}
.storeArea .storeAccList .storeItem .contentsWrap .detailBlk .detailItem:last-child .dHead {
	border-bottom: 1px solid #333;
}
.storeArea .storeAccList .storeItem .contentsWrap .detailBlk .detailItem .dDescription {
	width: 80%;
	padding: 14px 6% 22px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	background: #fff;
	font-size: 0;
}
.storeArea .storeAccList .storeItem .contentsWrap .detailBlk .detailItem:last-child .dDescription {
	border-bottom: 1px solid #333;
}
.storeArea .storeAccList .storeItem .contentsWrap .detailBlk .detailItem .dDescription.typeLittle {
	vertical-align: middle;
}
.storeArea .storeAccList .storeItem .dDescription .strongTxt {
	display: inline-block;
	width: 100%;
	padding: 4px 2%;
	color: #fff;
	font-size: .71429rem;
}
.storeArea .storeAccList .storeItem .dDescription .stepList .stepItem {
	position: relative;
	margin-top: 5px;
	padding-top: 13px;
}
.storeArea .storeAccList .storeItem .dDescription .stepList.column02 .stepItem {
	position: relative;
	display: flex;
	margin-top: 5px;
	padding-top: 13px;
}
.storeArea .storeAccList .storeItem .dDescription .stepList .stepItem::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
}
.storeArea .storeAccList .storeItem .dDescription .stepList.column02 .stepItem::before {
	content: "";
	position: absolute;
	top: 0;
	left: 25%;
	transform: translateX(-75%);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
}
.storeArea .storeAccList .storeItem .dDescription .stepList.column02 .stepItem::after{
	content: "";
	position: absolute;
	top: 0;
	right: 25%;
	transform: translateX(75%);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
}
.storeArea .storeAccList .storeItem .dDescription .stepList .stepItem:first-child {
	margin-top: 0;
	padding-top: 0;
}
.storeArea .storeAccList .storeItem .dDescription .stepList .stepItem:first-child::before,
.storeArea .storeAccList .storeItem .dDescription .stepList.column02 .stepItem:first-child::before,
.storeArea .storeAccList .storeItem .dDescription .stepList.column02 .stepItem:first-child::after {
	content: none;
}
.storeArea .storeAccList .storeItem .dDescription .stepList .stepItem .stepBox {
	width: 100%;
	margin: 0 auto;
	padding: 6px 2%;
	background: #f0f0f0;
	font-size: .85714rem;
	font-weight: bold;
	text-align: center;
}
.storeArea .storeAccList .storeItem .dDescription .stepList .stepItem:last-child .stepBox {
	background: #ffdada;
}
.storeArea .storeAccList .storeItem .dDescription .stepList.column02 .stepItem.item02 .stepBox {
	display: flex;
	width: 50%;
	margin-left: 9.5%;
	padding: 6px 2%;
	background: #f0f0f0;
	align-items: center;
	justify-content: center;
	font-size: .85714rem;
	font-weight: bold;
}
.storeArea .storeAccList .storeItem .dDescription .stepList.column02 .stepItem:last-child .stepBox {
	background: #ffdada;
}
.storeArea .storeAccList .storeItem .dDescription .stepList.column02 .stepItem.item02 .stepBox:first-child {
	margin-left: 0;
}
.storeArea .storeAccList .storeItem .storeLinkBlk {
	display: flex;
	width: 100%;
	padding: 15px 5.5% 5px;
	justify-content: center;
	align-items: center;
}
.storeArea .storeAccList .storeItem .storeLinkBlk .linkBtn {
	position: relative;
	padding-left: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.storeArea .storeAccList .storeItem .storeLinkBlk .linkBtn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 7px;
	height: 11px;
	background: url(/landing/campaign/thailand/img/index_ico_002.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.storeArea .storeAccList .storeItem .closeBlk {
	display: flex;
	width: 100%;
	padding: 15px 5.5%;
	justify-content: center;
	align-items: center;
}
.storeArea .storeAccList .storeItem .closeBlk .closeBtn01 {
	width: 33.5px;
}
/*---------------
storeItem store01
------------------*/
.storeArea .storeAccList .storeItem.store01 .storeType,
.storeArea .storeAccList .storeItem.store01 .contentsBlk,
.storeArea .storeAccList .storeItem.store01 .closeBlk {
	background: #ef4128;
}
.storeArea .storeAccList .storeItem.store01 .ttlBlk .ttlLogo {
	height: 32px;
}
.storeArea .storeAccList .storeItem.store01 .dDescription .stepList .stepItem::before {
	border-color: #ef4128 transparent transparent transparent;
}
/*---------------
storeItem store02
------------------*/
.storeArea .storeAccList .storeItem.store02 .storeType,
.storeArea .storeAccList .storeItem.store02 .contentsBlk,
.storeArea .storeAccList .storeItem.store02 .closeBlk {
	background: #e52e13;
}
.storeArea .storeAccList .storeItem.store02 .ttlBlk .ttlLogo {
	height: 27px;
}
.storeArea .storeAccList .storeItem.store02 .dDescription .stepList .stepItem::before {
	border-color: #e52e13 transparent transparent transparent;
}
/*---------------
storeItem store03
------------------*/
.storeArea .storeAccList .storeItem.store03 .storeType,
.storeArea .storeAccList .storeItem.store03 .contentsBlk,
.storeArea .storeAccList .storeItem.store03 .closeBlk {
	background: #fe0036;
}
.storeArea .storeAccList .storeItem.store03 .ttlBlk .ttlLogo {
	height: 26px;
}
.storeArea .storeAccList .storeItem.store03 .dDescription .stepList .stepItem::before {
	border-color: #fe0036 transparent transparent transparent;
}
/*---------------
storeItem store04
------------------*/
.storeArea .storeAccList .storeItem.store04 .storeType,
.storeArea .storeAccList .storeItem.store04 .contentsBlk,
.storeArea .storeAccList .storeItem.store04 .closeBlk {
	background: #70bc4c;
}
.storeArea .storeAccList .storeItem.store04 .ttlBlk .ttlLogo {
	height: 22.5px;
}
.storeArea .storeAccList .storeItem.store04 .dDescription .stepList .stepItem::before {
	border-color: #70bc4c transparent transparent transparent;
}
/*---------------
storeItem store05
------------------*/
.storeArea .storeAccList .storeItem.store05 .storeType,
.storeArea .storeAccList .storeItem.store05 .contentsBlk,
.storeArea .storeAccList .storeItem.store05 .closeBlk {
	background: #21c101;
}
.storeArea .storeAccList .storeItem.store05 .ttlBlk .ttlLogo {
	height: 31.5px;
}
.storeArea .storeAccList .storeItem.store05 .dDescription .stepList .stepItem::before {
	border-color: #21c101 transparent transparent transparent;
}
/*---------------
storeItem store06
------------------*/
.storeArea .storeAccList .storeItem.store06 .storeType,
.storeArea .storeAccList .storeItem.store06 .contentsBlk,
.storeArea .storeAccList .storeItem.store06 .closeBlk {
	background: #b8292f;
}
.storeArea .storeAccList .storeItem.store06 .ttlBlk .ttlLogo {
	height: 37px;
}
.storeArea .storeAccList .storeItem.store06 .dDescription .stepList .stepItem::before,
.storeArea .storeAccList .storeItem.store06 .dDescription .stepList.column02 .stepItem::before,
.storeArea .storeAccList .storeItem.store06 .dDescription .stepList.column02 .stepItem::after {
	border-color: #b8292f transparent transparent transparent;
}
/*---------------
storeItem store07
------------------*/
.storeArea .storeAccList .storeItem.store07 .storeType,
.storeArea .storeAccList .storeItem.store07 .contentsBlk,
.storeArea .storeAccList .storeItem.store07 .closeBlk {
	background: #4b2465;
}
.storeArea .storeAccList .storeItem.store07 .ttlBlk .ttlLogo {
	height: 40.5px;
}
.storeArea .storeAccList .storeItem.store07 .dDescription .stepList .stepItem::before {
	border-color: #4b2465 transparent transparent transparent;
}
/*---------------
storeItem store08
------------------*/
.storeArea .storeAccList .storeItem.store08 .storeType,
.storeArea .storeAccList .storeItem.store08 .contentsBlk,
.storeArea .storeAccList .storeItem.store08 .closeBlk {
	background: #fe0036;
}
.storeArea .storeAccList .storeItem.store08 .ttlBlk .ttlLogo {
	height: 45px;
}
.storeArea .storeAccList .storeItem.store08 .dDescription .stepList .stepItem::before {
	border-color: #fe0036 transparent transparent transparent;
}
/*---------------
storeItem store09
------------------*/
.storeArea .storeAccList .storeItem.store09 .storeType,
.storeArea .storeAccList .storeItem.store09 .contentsBlk,
.storeArea .storeAccList .storeItem.store09 .closeBlk,
.storeArea .storeAccList .storeItem.store09 .dDescription .strongTxt {
	background: #00c5cc;
}
.storeArea .storeAccList .storeItem.store09 .ttlBlk .ttlLogo {
	height: 29.5px;
}
.storeArea .storeAccList .storeItem.store09 .dDescription .stepList .stepItem::before,
.storeArea .storeAccList .storeItem.store09 .dDescription .stepList.column02 .stepItem::before,
.storeArea .storeAccList .storeItem.store09 .dDescription .stepList.column02 .stepItem::after {
	border-color: #00c5cc transparent transparent transparent;
}
/*---------------
storeItem store10
------------------*/
.storeArea .storeAccList .storeItem.store10 .storeType,
.storeArea .storeAccList .storeItem.store10 .contentsBlk,
.storeArea .storeAccList .storeItem.store10 .closeBlk,
.storeArea .storeAccList .storeItem.store10 .dDescription .strongTxt {
	background: #5e40ff;
}
.storeArea .storeAccList .storeItem.store10 .txtColor01 {
	color: #5e40ff;
}
.storeArea .storeAccList .storeItem.store10 .ttlBlk .ttlLogo {
	height: 29px;
}
.storeArea .storeAccList .storeItem.store10 .dDescription .stepList .stepItem::before {
	border-color: #5e40ff transparent transparent transparent;
}

/************************************************
attentionArea
************************************************/
.attentionArea {
	padding: 50px 0 0;
	background: url(/landing/campaign/thailand/img/index_bg_001.png) center top repeat-x, #000;
	background-size: 100% 100%;
}
.attentionArea .h2Ttl {
	max-width: 168.5px;
	margin: 0 auto;
}
.scArea.attentionArea .typeEn01,
.scArea.attentionArea .typeTai01 {
	color: #c1c5d4;
}
.attentionArea .commentaryBlk {
	width: 320px;
	margin: 32px auto 0;
	padding: 15px;
	border: 1px solid #fff;
}