.chips {
	font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
	display: block;
	width: 100%;
	margin: 0 auto 30px;
}
.chips p {
	font-size: 14px;
	line-height: 34px;
	letter-spacing: .02em;
	color: #1b1b1b;
	text-align: center;
	width: 100%;
	margin: 30px auto 20px auto;
}
.chips a {
	font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .0825em;
	cursor: pointer;
	text-align: center;
	padding: 8px 12px;
	margin: 4px 4px 8px 0;
	border: 1px solid #1b1b1b;
	color: #1b1b1b;
	font-size: 14px;
	line-height: 17px;
}
.chips a:hover {
	background-color: #1b1b1b;
	color: #ffffff;
}
.chips .scrollable-content {
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	text-align: center;
}
@media (min-width: 1025px) {
	.chips {
		width: 70%;
	}
}
.keyline .a-keyline {
	margin-top: 70px;
}
/* M dropdown filter*/
.m-dropdown-filter.has-error{
	margin-bottom: 0;
}
.m-dropdown-filter {
	position: relative;
	cursor: pointer;
	height: 29px;
	width: 100%;
	padding: 0;
}
.dropdown-label {
	font-family: 'SuisseIntl', 'source-han-sans-japanese', 'sans-serif';
	font-size: 11px;
	text-transform: uppercase; 
	display: block;
	margin-top: -0.6rem;
	margin-left: 10px;
}
@media (min-width: 767px) {
	.dropdown-label {
		margin-top: -0.9rem;
	}
}

.m-dropdown-filter .a-input {
	background-color: transparent;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.0825em;
	text-transform: uppercase;
	height: 100%;
	padding: 0;
	margin-left: 10px;
}

.m-dropdown-filter .a-input:-ms-input-placeholder,
.m-dropdown-filter .a-input::placeholder {
	color: #CCCCCC;
	opacity: 1;
	text-indent: 0;
}

.m-dropdown-filter .error-msg {
	display: none;
}

.m-dropdown-filter.has-error {
	margin-bottom: 30px;
}

.m-dropdown-filter.has-error:not(.is-filled) .error-msg {
	font-size: 12px;
	line-height: 17px;
	background-color: transparent;
	color: #DA441B;
	-ms-flex-order: 5;
	order: 5;
	display: inline-block;
	padding-top: 7px;
	text-transform: none;
}

.m-dropdown-filter.has-error:not(.is-filled):not(.is-open) .placeholder {
	box-shadow: inset 0 -1px 0 0 #DA441B;
}

.m-dropdown-filter.global-country-dropdown.is-register {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 25px;
	height: 100%;
}

.m-dropdown-filter.global-country-dropdown.is-register .a-icon-arrow-down-small {
	top: 25px;
}

.m-dropdown-filter.global-country-dropdown.is-register .a-label {
	color: #1B1B1B;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 4px;
	font-size: 12px;
	line-height: 17px;
}

.m-dropdown-filter.global-country-dropdown.is-register > * {
	-ms-flex-order: 5;
	order: 5;
}

.m-dropdown-filter.global-country-dropdown.is-register input#selected-option {
	padding-top: 10px;
}

.m-dropdown-filter ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.m-dropdown-filter .options {
	background-color: #FFFFFF;
	transition: transform 0.38s ease,
	opacity 0.24s ease 140ms,
	max-height 1ms ease 0.4s,
	border-width 1ms 0.4s;
	opacity: 0;
	max-height: 0;
	transform: translateY(-100%);
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
}

.m-dropdown-filter .options li.is-selected {
	color: #1B1B1B;
}

.m-dropdown-filter li {
	font-size: 12px;
	line-height: 17px;
	color: inherit;
	line-height: 31px;
	position: relative;
	text-align: left;
	padding-left: 10px;
}

@media (min-width: 768px) {
	.m-dropdown-filter li {
		padding-left: 17px;
	}
}

.m-dropdown-filter .a-icon-arrow-down-small {
	color: #000;
	position: absolute;
	font-size: 10px;
	right: -3px;
	top: 6px;
	margin-right: 15px;
}
@media (min-width: 768px) {
	.m-dropdown-filter .a-icon-arrow-down-small {
		margin-right: 12px;
	}
}

.m-dropdown-filter .ul-container {
	position: absolute;
	overflow: hidden;
	padding-left: 0;
	width: 100%;
}

.m-dropdown-filter.is-open {
	color: #999999;
}

@media (min-width: 768px) {
	.m-dropdown-filter.is-open {
		z-index: 6;
		position: relative;
		top: 0;
	}
}

.m-dropdown-filter.is-open .a-input {
	border-bottom: 1px solid #999999;
	margin-left: 0px;
	padding: 5px 10px !important;
}

.m-dropdown-filter.is-open ul.options {
	transition: transform 0.4s ease,
	opacity 0.01s ease;
	opacity: 1;
	max-height: 200px;
	transform: none;
	position: relative;
	margin-bottom: 0;
	left: 0;
}

@media (min-width: 768px) {
	.m-dropdown-filter.is-open ul.options {
		border: 1px solid #E7E7E7;
		z-index: 6;
		transition: transform 0.4s ease,
		opacity 0.01s ease;
		opacity: 1;
		max-height: 290px;
		transform: none;
		margin-top: 15px;
	}
}

.m-dropdown-filter.is-open ul.has-results {
	padding: 7px 0 4px;
}

.m-dropdown-filter.is-open ul .ul-container {
	z-index: 1;
}

@media (min-width: 768px) {
	.m-dropdown-filter.is-open ul .ul-container {
		top: 28px;
	}
}

.m-dropdown-filter.is-open .a-icon-arrow-down-small {
	color: #5F5F5F;
}

@media (min-width: 768px) {
	.m-dropdown-filter.is-open.global-country-dropdown.is-register ul .ul-container {
		top: 44px;
	}
}

html.touchevents .m-dropdown-filter .a-input {
	padding: 6px 10px 4px 0;
}
/* end M dropdown filter */
/* O Map */
.o-map {
	z-index: 0;
	position: relative;
}

.o-map .map-container {
	height: 360px;
}

@media (min-width: 768px) {
	.o-map .map-container {
		height: 700px;
	}
}

@media (min-width: 1025px) {
	.o-map .map-container {
		height: 935px;
	}
}

.o-map .map-container.is-loading {
	opacity: 0.5;
}

.o-map span {
	font-size: 12px;
	line-height: 17px;
	margin: 2px 0;
	display: block;
}
/* end O Map */
/* Store Locator */
.content-section {
	margin-bottom: 4rem;
}
.o-store-locator {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.font_s_regular {
	font-family: 'SuisseIntl', sans-serif;
	font-size: .813rem;
	font-weight: 400;
	line-height: 145%;
	letter-spacing: .02em;
	color: #000;
}
.google-svg {
	color: currentColor;
	width: 1rem;
	height: 1rem;
	display: inline;
	margin-right: 10px;
}

a.direction {
	display: flex;
	margin-top: 2rem;

}
@media (max-width: 768px) {
	a.direction {
		margin-bottom: 1rem;
	}
}

@media (min-width: 768px) {
	.store-scroll-container {
		max-height: 720px; 
		overflow-y: scroll;
		margin-left: 1rem;
		scrollbar-width: none; 
		-ms-overflow-style: none;
	}
	.store-scroll-container::-webkit-scrollbar {
		display: none; 
	}
	.store-scroll-container .store-tile {
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.store-scroll-container:hover .store-tile {
		opacity: 0.6;
	}
	.store-scroll-container .store-tile:hover {
		opacity: 1;
	}
}
@media (min-width: 1025px) {
	.store-scroll-container {
		max-height: 720px; 
		overflow-y: scroll;
		margin-left: 1rem;
		scrollbar-width: none; 
		-ms-overflow-style: none;
	}
	.store-scroll-container::-webkit-scrollbar {
		display: none; 
	}
	.store-scroll-container::-webkit-scrollbar {
		display: none; 
	}
	.store-scroll-container .store-tile {
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.store-scroll-container:hover .store-tile {
		opacity: 0.6;
	}
	.store-scroll-container .store-tile:hover {
		opacity: 1;
	}
}
.map-wrapper { 
	display: grid; 
	grid-template-columns: 1fr; 
	gap: 20px;
}
.is_SP {
	display: block;
}
.is_PC {
	display: none;
}
@media (max-width: 768px) {
.map-wrapper .section1 { 
	margin-top: 2rem;
	padding: 0 14px;
}
}
@media (min-width: 768px) {
	.map-wrapper .section1 {
		margin-left: 180px;
		margin-top: 43px;
	}
	.is_SP {
		display: none;
	}
	.is_PC {
		display: block;
	}
}

@media (min-width: 1025px) {
	.map-wrapper { 
		display: grid; 
		grid-template-columns: 1fr 1fr; 
		gap: 20px;
	}
	.map-wrapper .section1 { 
		margin-left: 180px;
		margin-top: 43px;
	}
	.map-wrapper .section2 { 
		margin: -6rem -1rem 0 0;
	}
	.is_SP {
		display: none;
	}
	.is_PC {
		display: block;
	}
}
@media (min-width: 1642px) {
	
	.map-wrapper .section2 { 
		margin: -6rem -5rem 0 0;
	}
	.is_SP {
		display: none;
	}
	.is_PC {
		display: block;
	}
}
@media (min-width: 768px) {
	.o-store-locator {
		padding: 0 9px;
		margin-top: 20px;
	}
}

@media (min-width: 1025px) {
	.o-store-locator {
		margin-top: 0;
	}
}

.o-store-locator .a-heading-1 {
	font-size: 1rem;
	letter-spacing: 0.02em;
	font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
	font-weight: 600;
	margin: 1px 0 15px;
	line-height: 140%;
}


@media (min-width: 1025px) {
	.o-store-locator .a-heading-1 {
		margin: 9px 0 2rem;
		padding-top: 1rem;
	}
}

.o-store-locator .dropdown {
	padding: 0;
	width: 280px;
	height: 60px;
	border: 1px solid ;
	margin-top: 15px;
}

.o-store-locator .dropdown:last-child {
	margin: 0 0 6px;
	width: 280px;
	height: 60px;
	border-top: 1px solid #ffffff;
}
@media (min-width: 321px) {
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 336px;
	}
}
@media (min-width: 390px) {
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 350px;
	}
}
@media (min-width: 413px) and (max-width: 427px){
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 100%;
	}
}
@media (min-width: 428px) {
	.o-store-locator .dropdown, 
	.o-store-locator .dropdown:last-child {
		width: 390px;
	}
}
@media (min-width: 480px) {
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 440px;
	}
}
@media (min-width: 540px) {
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 490px;
	}
}
@media (min-width: 573px) {
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 560px;
	}
}
@media (min-width: 820px) {
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 720px;
	}
}

@media (min-width: 1025px) {
	.o-store-locator .dropdown {
		width: 69%;
		margin-top: 5px;
	}
	.o-store-locator .dropdown:last-child {
		width: 69%;
		height: 60px;
		border-top: 1px solid #ffffff;
	}
	.o-store-locator .dropdown:last-child .m-dropdown-filter.is-open ul .ul-container {
		width: calc(100% + 2px);
	}
}
@media (min-width: 1707px) {
	.map-wrapper .section1 {
		margin-left: 210px;
		margin-top: 60px;
	}
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 69%;
	}
}
@media (min-width: 2304px) {
	.map-wrapper .section1 {
		margin-left: 250px;
		margin-top: 70px;
	}
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 69%;
	}
}
@media (min-width: 3071px) {
	.map-wrapper .section1 {
		margin-left: 270px;
		margin-top: 70px;
	}
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 69%;
	}
}
@media (min-width: 4601px) {
	.map-wrapper .section1 {
		margin-left: 300px;
		margin-top: 100px;
	}
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 69%;
	}
	.o-map .map-container {
        height: 1700px;
    }
	.store-scroll-container {
        max-height: 1200px;
    }
}
@media (min-width: 6144px) {
	.map-wrapper .section1 {
		margin-left: 350px;
		margin-top: 130px;
	}
	.o-store-locator .dropdown,
	.o-store-locator .dropdown:last-child {
		width: 69%;
	}
	.o-map .map-container {
        height: 2700px;
    }
	.store-scroll-container {
        max-height: 2000px;
    }
}


.o-store-locator .country-wrapper {
	display: inline-block;
	width: 100%;
}
@media (min-width: 768px) {
	.o-store-locator .country-wrapper {
		display: inline-block;
		width: 100%;
		margin-bottom: 1rem;
	}
}

.o-store-locator .country-wrapper .a-icon-close {
	color: #999999;
	z-index: 51;
	padding: 10px 9px;
	position: fixed;
	top: 14px;
	right: 0;
	font-size: 19px;
}

.o-store-locator .country-wrapper.is-open {
	z-index: 50;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 8px;
}

.o-store-locator .country-wrapper.is-open .dropdown {
	margin-top: 59px;
}

.o-store-locator .country-wrapper.is-open .dropdown:last-child {
	margin: 0;
}

.o-store-locator .m-dropdown-filter {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.o-store-locator .m-dropdown-filter {
		margin-top: 25px;
	}
}

.o-store-locator .o-map {
	margin-top: 24px;
	position: relative;
}

@media (min-width: 768px) {
	.o-store-locator .o-map {
		margin-top: 22px;
	}
}

@media (min-width: 1025px) {
	.o-store-locator .o-map {
		margin-bottom: 10px;
	}
	.back-to-top-is-visible .o-store-locator .o-map {
		margin-bottom: 0px;
	}
}

.o-store-locator .o-map .map-container {
	width: 100%;
}

.o-store-locator .stores::after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.o-store-locator .store-info {
	margin-bottom: 38px;
}

@media (min-width: 768px) {
	.o-store-locator .store-info {
		margin-bottom: 55px;
	}
}

@media (min-width: 1025px) {
	.o-store-locator .store-info {
		margin-bottom: 70px;
	}
}

.o-store-locator .store-tile,
.o-store-locator .content {
	vertical-align: top;
	display: inline-block;
	padding: 28px 0 25px;
}

@media (min-width: 768px) {
	.o-store-locator .store-tile,
	.o-store-locator .content {
		padding-bottom: 44px;
	}
}

.o-store-locator .store-tile span,
.o-store-locator .content span {
	display: block;
}

.o-store-locator .store-tile .store-adress .topic,
.o-store-locator .content .store-adress .topic {
	letter-spacing: 0.0825em;
	text-transform: uppercase;
	font-family: 'SuisseIntl', 'source-han-sans-japanese', sans-serif;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 19px;
	margin-bottom: 18px;
	display: block;
}
@media (max-width: 768px) {
	.o-store-locator .store-tile .store-adress .topic,
	.o-store-locator .content .store-adress .topic {
		margin-top: 1rem;
	}
}
.o-store-locator .store-tile .store-adress span,
.o-store-locator .store-tile .opening-hours span,
.o-store-locator .store-tile .exception-hours span,
.o-store-locator .content .store-adress span,
.o-store-locator .content .opening-hours span,
.o-store-locator .content .exception-hours span {
	font-size: 13px;
	line-height: 18px;
	cursor: text;
}

.o-store-locator .store-tile .store-adress .a-link span,
.o-store-locator .store-tile .opening-hours .a-link span,
.o-store-locator .store-tile .exception-hours .a-link span,
.o-store-locator .content .store-adress .a-link span,
.o-store-locator .content .opening-hours .a-link span,
.o-store-locator .content .exception-hours .a-link span {
	cursor: pointer;
}

.o-store-locator .store-tile .opening-hours,
.o-store-locator .store-tile .exception-hours,
.o-store-locator .content .opening-hours,
.o-store-locator .content .exception-hours {
	margin-top: 17px;
}

.o-store-locator .store-tile .campaign-concepts,
.o-store-locator .content .campaign-concepts {
	letter-spacing: 0.0825em;
	text-transform: uppercase;
	line-height: 18px;
	position: relative;
	margin-top: 25px;
}

.o-store-locator .store-tile .campaign-concepts span,
.o-store-locator .content .campaign-concepts span {
	font-size: 11px;
}

.o-store-locator .store-tile .campaign-concepts:before,
.o-store-locator .content .campaign-concepts:before {
	background-color: #999999;
	content: '';
	height: 1px;
	width: 13px;
	display: block;
	margin-bottom: 9px;
}

.o-store-locator .store-tile {
	border-top: 1px solid #E7E7E7;
	width: 100%;
	padding: 0 14px;

}

.o-store-locator .store-tile:first-child {
	margin-top: 1rem;
}

.o-store-locator .store-tile:last-child {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.o-store-locator .store-tile {
		border: none;
		padding-right: 6px;
		padding-left: 6px;
		padding: 15px 12px 15px 0;
	}
	.o-store-locator .store-tile:first-child {
		margin-top: 24px;
	}
	.o-store-locator .store-tile:nth-child(n) {
		position: relative;
	}
	.o-store-locator .store-tile:first-child:after {
		margin-top: -1rem;
	}

	.o-store-locator .store-tile:nth-child(n):after {
		background-color: #E7E7E7;
		left: 0;
		top: 0;
		content: '';
		width: 70%;
		height: 1px;
		display: block;
		position: absolute;
	}
	.o-store-locator .store-tile:nth-child(-n+3) {
		border: none;
	}

}

@media (min-width: 1025px) {
	.o-store-locator .store-tile {
		padding-right: 10px;
		padding-left: 10px;
		padding-left: 0;
		padding-right: 10px;
	}
}

@media (min-width: 768px) {
	.o-store-locator .content {
		padding-top: 0;
		padding-bottom: 26px;
	}
}
@media (max-width: 768px) {
	.content-section .p0
	{
		padding: 0px;
	}
}
/* end Store locator */
