@charset "UTF-8";

/*************************
font_import
*************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*************************
reset style　＆　CMS unique style
*************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body.noscroll{overflow:hidden}.iframe{width:100%;height:100%}.overlay{position:fixed;top:0;left:0;height:100vh;width:100%}.overlay.hidden{top:-100vh}#header.fixed{top:0;height:48px;position:sticky;box-shadow:0 2px 10px #2121211a}#header,#footer{overflow:hidden}@media screen and (min-width: 768px){#header.fixed{height:64px}}

*, *::before, *::after { box-sizing: border-box; }

#header {
	position: relative;
	z-index: 100;
}

#drawer.overlay,
#search-modal.overlay { z-index: 101; }

#drawer.overlay.hidden,
#search-modal.overlay.hidden {
	opacity: 0;
	z-index: 0;
}

/*************************
color_variable
*************************/

#LP {
	--lp-color_white: #fff;
	--lp-color_black: #232323;
	--lp-color_gray: #999;
	--lp-color_cream: #fef4b2;
	--lp-color_ocher: #b4a037;
	--lp-color_mustard: #fbdb00;
	--lp-color_carmine: #e6186e;
}

/*************************
main
SP_layout（980px未満）
*************************/

#LP {
	box-sizing: border-box;
	color: var(--lp-color_black);
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -.05em;
	position: relative;
    z-index: 1;
}

#LP a { text-decoration: none; }

#LP img {
	vertical-align: bottom;
	user-select: none;
	width: 100%;
	height: auto;
}

#LP time,
#LP span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

#LP .device_sp { display: block; }
#LP .device_pc { display: none; }

#LP .text-block {
	color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
	display: block;
}

#LP .marker {
	background: linear-gradient(transparent 80%, var(--lp-color_carmine) 80%);
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 1%;
}

#LP #USE, #LP #STEP,
#LP #COMPAIGN, #LP #PLACE { scroll-margin-top: 70px; }

#LP .keyVisual {
	background-color: var(--lp-color_mustard);
	margin-bottom: 5%;
	width: 100%;
}

#LP .keyVisual__h1 {
	margin: 0 auto;
	padding: 5% 0 4% 0;
	width: 90.6%;
}

#LP .keyVisual__navi { background-color: var(--lp-color_cream); }

#LP .keyVisual__list {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

#LP .keyVisual__list > li {
	background-image: url('../images/common/wh_navi_icon-circle_bottom.png');
	background-position: right 6% center;
	background-repeat: no-repeat;
	background-size: 10%;
	cursor: pointer;
	transition: .4s opacity;
	position: relative;
	padding: 2% 0;
	width: 50%;
}
#LP .keyVisual__list > li:hover { opacity: .8; }
#LP .keyVisual__list > li:not(:nth-last-of-type(-n+2)) { border-bottom: 2px dotted var(--lp-color_ocher); }
#LP .keyVisual__list > li:nth-of-type(odd) { border-right: 2px dotted var(--lp-color_ocher); }

#LP .keyVisual__list > li > img {
	margin: 0 auto;
	width: 78.7%;
}

#LP .mainContents {
	margin: 0 auto;
	width: 100%;
}

#LP .mainContents__inner {
	margin: 0 auto;
	padding-bottom: 12%;
	width: 89.3%;
}

#LP .mainContents__box:nth-of-type(even) { background-color: var(--lp-color_cream); }

#LP .mainContents__h2 {
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: -.05em;
	padding: 5% 0;
}
#LP .mainContents__h2.numbering { font-size: 5.5vw; }
#LP .mainContents__h2.numbering > span {
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
}

#LP .mainContents__list-annotation { margin: 0 auto; }
#LP .mainContents__list-annotation > li {
	font-size: 3vw;
	text-align: left;
	letter-spacing: -.05em;
	line-height: 1.5;
	padding-left: 1em;
}
#LP .mainContents__list-annotation > li:not(:last-of-type) { margin-bottom: 1%; }
#LP .mainContents__list-annotation > li::before {
	content: '※';
	display: inline-block;
	margin-left: -1em;
	width: 1em;
}

#LP .mainContents__button-link {
	background-color: var(--lp-color_carmine);
	border-radius: 100px;
	text-align: center;
	transition: .4s filter;
	user-select: none;
	margin: 0 auto;
	width: 84%;
}
#LP .mainContents__button-link:hover { filter: hue-rotate(45deg); }

#LP .mainContents__button-link > a {
	color: var(--lp-color_white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: -.05em;
    line-height: 1.5;
    position: relative;
    padding: 3% 0;
    min-height: 4em;
}
#LP .mainContents__button-link > a::before {
	border-top: 3px solid var(--lp-color_white);
	border-right: 3px solid var(--lp-color_white);
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	transform: rotate(45deg);
	margin: auto;
	width: 15px;
	height: 15px;
}

/* メインコンテンツ: ①施設受取の便利な使い方 */
#LP .howtoUse__list-procedure { margin-bottom: 3%; }

#LP .howtoUse__list-procedure > li {
	border-radius: 10px;
	border: 2px solid var(--lp-color_gray);
}
#LP .howtoUse__list-procedure > li:not(:last-of-type) { margin-bottom: 5%; }
#LP .howtoUse__list-procedure > li > img { padding: 3%; }

#LP .howtoUse__text-annotation { text-align: center; }

#LP .howtoUse__text-annotation > a {
	border-bottom: 1px solid var(--lp-color_black);
	color: var(--lp-color_black);
	font-size: 3vw;
	letter-spacing: -.05em;
	transition: .4s color, .4s background;
	padding-bottom: .5%;
}
#LP .howtoUse__text-annotation > a:hover {
	border-bottom-color: var(--lp-color_carmine);
	color: var(--lp-color_carmine);
}

#LP .howtoUse__block:not(:last-of-type) { margin-bottom: 8%; }

#LP .howtoUse__h3 {
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.01em;
	padding-bottom: 5%;
}

#LP .mainContents__list-annotation.howtoUse {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-bottom: 6%;
	width: 84%;
}
#LP .mainContents__list-annotation.howtoUse > li:not(:last-of-type) { margin-bottom: 0; }
#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(1) { order: 1; }
#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(2) { order: 2; }
#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(3) { order: 4; }
#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(4) { order: 5; }
#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(5) { order: 3; }

#LP .fourStep__list-procedure > li:not(:last-of-type) { margin-bottom: 1%; }

#LP .greatCompaign__list-bannar > li:not(:last-of-type) { margin-bottom: 5%; }

#LP .deskPlace__list-detail > li {
	font-size: 4.5vw;
	font-weight: bold;
	text-align: left;
	letter-spacing: -.05em;
	padding-left: 1em;
}
#LP .deskPlace__list-detail > li:not(:last-of-type) { margin-bottom: 4%; }

#LP .deskPlace__h3 { font-weight: bold; }
#LP .deskPlace__h3:not(:last-child) { padding-bottom: 2%; }

#LP .deskPlace__h3::before {
	display: inline-block;
	text-align: center;
	margin-left: -1em;
	width: 1em;
}
#LP .deskPlace__h3.circle::before { content: '●'; }

#LP .deskPlace__h3.square { font-size: 4vw; }
#LP .deskPlace__h3.square::before { content: '■'; }

#LP .deskPlace__text {
	font-size: 75%;
	font-weight: initial;
	letter-spacing: -.05em;
	line-height: 1.5;
}

#LP .deskPlace__list-service > li {
	font-size: 75%;
	font-weight: initial;
	letter-spacing: -.05em;
	line-height: 1.5;
	padding-left: 1em;
}
#LP .deskPlace__list-service > li:not(:last-of-type) { margin-bottom: 1%; }
#LP .deskPlace__list-service > li::before {
	content: '・';
	display: inline-block;
	text-align: center;
	margin-left: -1em;
	width: 1em;
}

#LP .mainContents__h2.institutionPlace { padding: 8% 0 6% 0; }

#LP .institutionPlace__block > *:not(:last-child) { margin-bottom: 10%; }

#LP .institutionPlace__list-button {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: self-start;
}

#LP .institutionPlace__list-button > li {
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -.05em;
	text-align: center;
	user-select: none;
	transition: .4s i4ter;
	position: relative;
	width: 48%;
}
#LP .institutionPlace__list-button > li:hover { filter: brightness(0.8); }
#LP .institutionPlace__list-button > li:not(:nth-last-child(-n+2)) { margin-bottom: 4%; }

#LP .institutionPlace__list-button > li.new::before {
	background-color: var(--lp-color_carmine);
	border-radius: 100%;
	color: var(--lp-color_white);
	content: 'NEW!';
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5vw;
	font-weight: bold;
	line-height: 1;
	transform: rotate(-20deg);
	position: absolute;
	top: -20%;
	left: -5%;
	padding: 7% 0;
	width: 20%;
}

#LP .institutionPlace__list-button > li > a {
	background-color: var(--lp-color_mustard);
	background-image: url('../images/common/wh_navi_icon-circle_right.png');
	background-repeat: no-repeat;
	background-position: right 5% center;
	background-size: 8%;
	border-radius: 100px;
	color: var(--lp-color_black);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	margin: auto 0;
	width: 100%;
	height: auto;
	min-height: 3.6em;
}

#LP .institutionPlace__list-annotation {
	color: #f11;
	font-size: 80%;
	margin-top: .5em;
}
#LP .institutionPlace__list-annotation time { margin: 0 .25em; }

#LP .mainContents__block.temporaryNews {
	border: 3px solid var(--lp-color_carmine);
	margin: 0 auto;
	padding: 4%;
	width: 89.3%;
}

#LP .temporaryNews__h2 {
	color: var(--lp-color_carmine);
	font-size: 4.5vw;
	font-weight: 700;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1;
	margin-bottom: 5%;
}

#LP .temporaryNews__text {
	font-size: 2.4vw;
	line-height: 1.8;
	letter-spacing: .05em;
	padding-left: 1em;
}
#LP .temporaryNews__text:not(:last-of-type) { margin-bottom: 1.5em; }

#LP .temporaryNews__block > .temporaryNews__text::before {
    content: '・';
    display: inline-block;
    margin-left: -1em;
    width: 1em;
}

#LP .temporaryNews__block.text-red { color: #f11; }

#LP .temporaryNews__underline {
	border-bottom: 1px solid var(--lp-color_black);
	display: inline;
	padding-bottom: .25em;
}

/*************************
main
PC_layout（980px以上）
*************************/
@media screen and (min-width: 980px) {

	#LP .device_sp { display: none; }
	#LP .device_pc { display: block; }

	#LP .marker { padding: 0 .1em; }

	#LP .keyVisual { margin-bottom: 40px; }

	#LP .keyVisual__h1 { 
		padding: 40px 0;
		width: fit-content;
	}

	#LP .keyVisual__list {
		justify-content: center;
		margin: 0 auto;
		padding: 12px 0;
		width: 980px;
	}

	#LP .keyVisual__list > li {
		background-position: right 8px center;
		background-size: 18px auto;
		padding: 0;
		width: 245px;
	}
	#LP .keyVisual__list > li:not(:nth-last-of-type(-n+2)),
	#LP .keyVisual__list > li:nth-of-type(odd) { border: none; }
	#LP .keyVisual__list > li:not(:last-of-type) { border-right: 2px dotted var(--lp-color_ocher); }

	#LP .keyVisual__list > li > img { width: 100%; }

	#LP .mainContents__inner {
		padding-bottom: 80px;
		width: 980px;
	}

	#LP .mainContents__list-annotation > li { font-size: 16px; }

	#LP .mainContents__button-link { width: 560px; }

	#LP .mainContents__button-link > a {
		font-size: 24px;
		padding: 15px 0;
	}

	#LP .mainContents__h2 {
		font-size: 48px;
		padding: 35px 0;
	}
	#LP .mainContents__h2.numbering { font-size: 45px; }
	#LP .mainContents__h2.numbering > span { font-size: 135%; }

	#LP .howtoUse__list-procedure {
		display: flex;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	#LP .howtoUse__list-procedure > li { width: 315px; }
	#LP .howtoUse__list-procedure > li:not(:last-of-type) { margin-bottom: 0; }

	#LP .howtoUse__list-procedure > li > img { padding: 9px 14px; }

	#LP .howtoUse__text-annotation { text-align: right; }

	#LP .howtoUse__text-annotation > a {
		font-size: 14px;
		padding-bottom: .2em;
	}

	#LP .howtoUse__block:not(:last-of-type) { margin-bottom: 45px; }

	#LP .howtoUse__h3 {
		font-size: 35px;
		padding-bottom: 30px;
	}

	#LP .mainContents__list-annotation.howtoUse {
		flex-flow: row wrap;
		justify-content: space-between;
		margin: 0 50px 0 auto;
		padding-bottom: 35px;
		width: 765px;
	}

	#LP .mainContents__list-annotation.howtoUse > li { flex-basis: 380px; }
	#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(1) { order: 1; }
	#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(2) { order: 3; }
	#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(3) { order: 2; }
	#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(4) { order: 4; }
	#LP .mainContents__list-annotation.howtoUse > li:nth-of-type(5) { order: 5; }

	#LP .fourStep__list-procedure > li:not(:last-of-type) { margin-bottom: 0; }

	#LP .greatCompaign__list-bannar > li:not(:last-of-type) { margin-bottom: 35px; }

	#LP .deskPlace__list-detail > li { font-size: 28px; }
	#LP .deskPlace__list-detail > li:not(:last-of-type) { margin-bottom: 25px; }

	#LP .deskPlace__list-service > li:not(:last-of-type) { margin-bottom: 5px; }

	#LP .deskPlace__h3.square {
		font-size: 28px;
		letter-spacing: .05em;
	}
	#LP .deskPlace__h3:not(:last-child) { padding-bottom: 10px; }

	#LP .mainContents__h2.institutionPlace { padding: 60px 0 45px 0; }

	#LP .institutionPlace__block > *:not(:last-child) { margin-bottom: 60px; }

	#LP .institutionPlace__list-button {
		justify-content: flex-start;
		gap: 35px 20px;
	}

	#LP .institutionPlace__list-button > li {
		font-size: 16px;
		line-height: 1.5;
		background-position: right 5% center;
		background-size: 20px;
		width: 230px;
	}
	#LP .institutionPlace__list-button > li:not(:nth-last-child(-n+2)) { margin-bottom: 0; }

	#LP .institutionPlace__list-button > li > a { min-height: 60px; }

	#LP .institutionPlace__list-button > li.new::before {
		font-size: 15px;
		transform: rotate(-15deg);
		top: -15px;
		left: -15px;
		padding: 0;
		width: 50px;
		height: 50px;
	}

	#LP .mainContents__list-annotation.institutionPlace { width: 650px; }

	#LP .mainContents__block.temporaryNews {
		padding: 35px;
		width: 980px;
	}

	#LP .temporaryNews__h2 {
		font-size: 34px;
		margin-bottom: 40px;
	}

	#LP .temporaryNews__text {
		font-size: 22px;
		line-height: 1.8;
	}
}

/**************************************************
※以下は外部ライブラリ（modaal.js）用のスタイル定義
**************************************************/

.modaal-noscroll { overflow: hidden; }

.modaal-accessible-hide {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
}

.modaal-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}

.modaal-wrapper {
	box-sizing: border-box;
	display: block;
	overflow: auto;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all .4s ease-in-out;
	width: 100%;
	height: 100%;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	background: transparent;
	border: none;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade { opacity: 0; }

.modaal-wrapper *[tabindex="0"] { outline: none !important; }

.modaal-wrapper.modaal-fullscreen { overflow: hidden; }

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper { display: block; }

.modaal-inner-wrapper {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding: 80px 25px;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-inner-wrapper {
	display: block;
	vertical-align: top;
	padding: 0;
}

.modaal-container {
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
	color: #000;
	display: inline-block;
	position: relative;
	text-align: left;
	margin: auto;
	width:100%;
	max-width: 1000px;
}

.modaal-container.is_loading {
	overflow: hidden;
	height: 100px;
	width: 100px;
}

.modaal-fullscreen .modaal-container {
	overflow: auto;
	max-width: none;
	height: 100%;
}

.modaal-close {
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	position: fixed;
	right: 20px;
	top: 20px;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 50px;
	height: 50px;
}

.modaal-close:focus, .modaal-close:hover {
	background: #fff;
	outline: none;
}

.modaal-close:focus::before, .modaal-close:focus::after,
.modaal-close:hover::before, .modaal-close:hover::after { background: #b93d0c; }

.modaal-close span {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
}

.modaal-close::before,
.modaal-close::after {
	background: #fff;
	border-radius: 4px;
	content: " ";
	display: block;
	transition: background 0.2s ease-in-out;
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
}

.modaal-close::before { transform: rotate(-45deg); }
.modaal-close::after { transform: rotate(45deg); }

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-confirm-wrap {
	font-size: 0;
	text-align: center;
	padding: 30px 0 0;
}

.modaal-confirm-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.modaal-confirm-btn.modaal-ok {
	background: #555;
	border-radius: 3px;
	color: #fff;
	transition: background 0.2s ease-in-out;
	padding: 10px 15px;
}

.modaal-confirm-btn.modaal-ok:hover { background: #2f2f2f; }

.modaal-confirm-btn.modaal-cancel { text-decoration: underline; }
.modaal-confirm-btn.modaal-cancel:hover {
	color: #2f2f2f;
	text-decoration: none;
}

.modaal-instagram .modaal-container {
	background: transparent;
	box-shadow: none !important;
	width: auto;
}

.modaal-instagram .modaal-content-container {
	background: transparent;
	padding: 0;
}

.modaal-instagram .modaal-content-container > blockquote {
	opacity: 0 !important;
	width: 1px !important;
	height: 1px !important;
}

.modaal-instagram iframe {
	animation: instaReveal 1s linear forwards;
	box-shadow: none !important;
	border-radius: 0 !important;
	opacity: 0;
	margin: -6px !important;
	max-width: 800px !important;
	width: 1000px !important;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	color: #fff;
	position: relative;
}

.modaal-gallery-item { display: none; }

.modaal-gallery-item img,
.modaal-gallery-item.is_active { display: block; }

.modaal-gallery-label {
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	margin: 20px 0 0;
	width: 100%;
}

.modaal-gallery-label:focus { outline: none; }

.modaal-gallery-control {
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease-in-out;
	width: 50px;
	height: 50px;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus::before, .modaal-gallery-control:focus::after,
.modaal-gallery-control:hover::before, .modaal-gallery-control:hover::after { background: #afb7bc; }

.modaal-gallery-control span {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
}

.modaal-gallery-control::before,
.modaal-gallery-control::after {
	background: #fff;
	border-radius: 4px;
	content: " ";
	display: block;
	transition: background 0.2s ease-in-out;
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
}

.modaal-gallery-control::before {
	margin: -5px 0 0;
	transform: rotate(-45deg);
}

.modaal-gallery-control::after {
	margin: 5px 0 0;
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer { right: 45px; }

.modaal-gallery-prev::before,
.modaal-gallery-prev::after { left: 22px; }

.modaal-gallery-prev::before {
	margin: 5px 0 0;
	transform: rotate(-45deg);
}

.modaal-gallery-prev::after {
	margin: -5px 0 0;
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer { left: 45px; }

.modaal-video-wrap {
	position: relative;
	margin: auto 50px;
}

.modaal-video-container {
	background: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 56.25%;
	max-width: 1300px;
	height: 0;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	position: absolute;
	margin-left: 4px;
	margin-top: 4px;
	width: 24px;
	height: 24px;
}

.modaal-loading-spinner > div > div {
	background: #fff;
	border-radius: 15px;
	width: 100%;
	height: 100%;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div { animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) { transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) { transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div { animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) { transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) { transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div { animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) { transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) { transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) { transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) { transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px;
	}
}

@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.modaal-gallery-control {
		background: rgba(0, 0, 0, .7);
		transform: none;
		top: auto;
		bottom: 20px;
	}

	.modaal-gallery-control::before,
	.modaal-gallery-control::after { background: #fff; }

	.modaal-gallery-next {
		left: auto;
		right: 20px;
	}

	.modaal-gallery-prev {
		left: 20px;
		right: auto;
	}
}

@media screen and (max-width: 900px) {
	.modaal-instagram iframe { width: 500px !important; }
}

@media only screen and (max-width: 600px) {
	.modaal-instagram iframe { width: 280px !important; }
}

@media screen and (max-height: 1100px) {
	.modaal-instagram iframe { width: 700px !important; }
}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.modaal-instagram iframe { width: 600px !important; }
}

@media screen and (max-height: 900px) {
	.modaal-instagram iframe { width: 500px !important; }

	.modaal-video-container {
		max-width: 900px;
		max-height: 510px;
	}
}

@media only screen and (max-height: 820px) {
	.modaal-gallery-label { display: none; }
}

@keyframes instaReveal {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		transform: scale(1);
	}
}

.modaal-content-container img {
	vertical-align: bottom;
	width: 100%;
}

.modaal-wrapper .modal_deskMap > .device_sp {
	display: block;
	width: 100%;
}

.modaal-wrapper .modal_deskMap > .device_pc { display: none; }

.modaal-wrapper .modal_deskMap {
	margin: 0;
	margin-bottom: 3%;
}

.modaal-wrapper .modal_deskPlace {
	background-color: #f0f0f0;
	border-radius: 5px;
	color: #242424;
	font-size: 4vw;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 4%;
}

.modaal-wrapper .modal_deskPlace > li {
	letter-spacing: .05em;
	line-height: 1.5;
	position: relative;
}
.modaal-wrapper .modal_deskPlace > li:not(:last-of-type) { margin-bottom: 3%; }

.modaal-wrapper .modal_deskPlace > li.modal_deskPlace-annotation {
	color: #f11;
	font-weight: bold;
	text-align: center;
}

.modaal-content-container { padding: 3%; }

@media screen and (min-width: 980px) {
	.modaal-wrapper .modal_deskMap > .device_sp { display: none; }

	.modaal-wrapper .modal_deskMap > .device_pc {
		display: block;
		width: 100%;
	}

	.modaal-wrapper .modal_deskPlace {
		background-color: #f0f0f0;
		border-radius: 5px;
		margin: 0 auto;
		padding: 25px 15px;
	}

	.modaal-wrapper .modal_deskPlace > li {
		color: #242424;
		font-size: 2rem;
		font-size: 20px;
		letter-spacing: .05em;
		line-height: 1.5;
	}
	.modaal-wrapper .modal_deskPlace > li:not(:last-of-type) { margin-bottom: 10px; }

	.modaal-wrapper .modal_deskPlace > li.modal_deskPlace-annotation {
		position: absolute;
		top: calc(50% - 1em);
		right: 2em;
	}

	.modaal-content-container { padding: 50px; }
}