@charset "utf-8";
/* --------------------------------------------------
	reset
-------------------------------------------------- */
*,
::before,
::after { box-sizing: border-box;}

html { line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent;}
body { margin: 0;}
main { display: block;}
p, table, blockquote, address, pre, iframe, form, figure, dl { margin: 0;}
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0;}
ul, ol { margin: 0; padding: 0; list-style: none;}
dd { margin-left: 0;}
hr { box-sizing: content-box; height: 0; overflow: visible; border-top-width: 1px; margin: 0; clear: both; color: inherit;}
pre { font-family: monospace, monospace; font-size: inherit;}
address { font-style: inherit;}
a { background-color: transparent; text-decoration: none; color: inherit;}
abbr[title] { text-decoration: underline dotted;}
code, kbd, samp { font-family: monospace, monospace; font-size: inherit;}
small { font-size: 80%;}
sub,
sup { line-height: 0; position: relative; vertical-align: baseline;}

svg, img, embed, object, iframe { vertical-align: bottom;}

/* Forms */
/* ============================================ */
button, input, optgroup, select, textarea { -webkit-appearance: none; appearance: none; background: transparent; padding: 0; margin: 0; border-radius: 0;
 color: inherit; font: inherit; text-align: inherit; text-transform: inherit; vertical-align: middle;
}
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer;}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled { cursor: default;}
:-moz-focusring { outline: auto;}
select:disabled { opacity: inherit;}
option { padding: 0;}
fieldset { margin: 0; padding: 0; min-width: 0;}
legend { padding: 0;}

progress { vertical-align: baseline;}
textarea { overflow: auto;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto;}
[type="search"] { outline-offset: -2px;}
[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit;}
[type="number"] { -moz-appearance: textfield;}
label[for] { cursor: pointer;}
details { display: block;}
summary { display: list-item;}
[contenteditable]:focus { outline: auto;}

table { border-color: inherit; border-collapse: collapse;}
td,
th { vertical-align: top; padding: 0;}


/*	Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;

-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
  	  touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus { outline: none;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.slick-track { position: relative; top: 0; left: 0; display: block;}
.slick-track:before,
.slick-track:after { display: table; content: '';}
.slick-track:after { clear: both;}
.slick-loading .slick-track { visibility: hidden;}
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide { float: right;}
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none;}
.slick-slide.dragging img { pointer-events: none;}
.slick-initialized .slick-slide { display: block; outline: none;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto;}
.slick-arrow.slick-hidden { display: none;}

.slick-arrow{ width: 50px; height: 50px; position: absolute; top: 50%; transform: translateY(-50%);
 background: #000; border: none; border-radius: 50%; z-index: 100;
 text-indent: -9999em; outline: none;
}
.slick-prev { left: 0px;}
.slick-next { right: 0px;}
.slick-arrow:before{ position: absolute; content: ''; display: block; width: 0px; height: 0px; top: 50%; transform: translateY(-50%);}
.slick-prev:before { left: 30%; border: solid 9px transparent; border-right: solid 16px #fff; border-left: 0;}
.slick-next:before { right: 30%; border: solid 9px transparent; border-left: solid 16px #fff; border-right: 0;}

/** Dots */
.slick-dotted.slick-slider{ margin-bottom: 30px;}
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; text-align: center;}
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer;
 color: transparent; border: 0; outline: none; background: transparent; 
}
.slick-dots li button:hover,
.slick-dots li button:focus{ outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1;}
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0;
	width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black;
}
.slick-dots li.slick-active button:before { opacity: .75; color: black;}



/* Magnific Popup CSS */
.mfp-bg { position: fixed; top: 0; left: 0; z-index: 1042; width: 100%; height: 100%; overflow: hidden; background: #efefef; opacity: 0.7; }
.mfp-wrap { position: fixed; top: 0; left: 0; z-index: 1043; width: 100%; height: 100%; outline: none !important; -webkit-backface-visibility: hidden;}
.mfp-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 0 8px; text-align: center;}

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle;}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045;}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { position: absolute; top: 50%; left: 8px; right: 8px; z-index: 1044; 
width: auto; margin-top: -0.8em; color: #CCC; text-align: center;}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { 	display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close,
button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none;
display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }

button::-moz-focus-inner { padding: 0; border: 0;}

.mfp-close { position: absolute; right: 0%; top: 0px; display: block; width: 42px; height: 42px;
 color: #FFF; text-decoration: none; font-size: 0px; text-indent: -9999em;
}
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close { width: 50%; color: #FFF; text-align: right; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }

.mfp-arrow { position: absolute; top: 50%; opacity: 0.65; margin: 0; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active{ margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after { content: ''; display: block; width: 0; height: 0;
 position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent;
}
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }

.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; top: 0; left: 0;
 display: block; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000;
}

/* Main image in popup */
img.mfp-img { display: block; width: auto; max-width: 100%; height: auto; line-height: 0; box-sizing: border-box; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; display: block; width: auto; height: auto; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444;
 position: absolute; left: 0; top: 40px; bottom: 40px; right: 0; z-index: -1;
}
.mfp-figure small { display: block; color: #BDBDBD; font-size: 12px; line-height: 14px; }
.mfp-figure figure{ margin: 0; }

.mfp-bottom-bar { width: 100%; margin-top: -36px; position: absolute; top: 100%; left: 0; cursor: auto; }

.mfp-title { padding-right: 36px; color: #F3F3F3; text-align: left; line-height: 18px; word-wrap: break-word; }

.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width: 901px) {
	.mfp-close {}
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%;}
	.mfp-container { padding-left: 6px; padding-right: 6px; }
}


@media (max-width: 481px) {
}



html{
  height: -webkit-fill-available;
}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}



/*		font-style
-------------------------------------------------- */
body { width: 100%;
	 color: #5f6568;
/*	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;*/
	font-family: "游ゴシック","Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ","Meiryo",sans-serif;
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.fixed { position: fixed;}

.min { font-family: "Noto Serif JP","游明朝", "Yu Mincho", "YuMincho", serif;}
.eng { font-family: "Playfair Display", serif;}


a { color:#002159; text-decoration: none;}
a:link   { color:#002159;}
a:visited{ color:#002159;}
a:hover  { color:#002159;}
a:active { color:#002159;}

em{ font-style: normal;}


/*		utility
-------------------------------------------------- */
.cf{ clear: both;}
.cf:after{ content: ''; display: block; clear: both;}


#hd { display: block; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; z-index: -1;}
#hd:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; z-index: 10; background: rgba(200,200,200,0.9);
 transition: 0.2s linear;
}
#hd .inner-hd { position: relative; width: 100%; max-width: 1280px; height: 100%; margin: 0 auto; overflow: hidden;}
#hd .menu { position: absolute; right: -500px; top: 0; width: 100%; z-index: 100; max-width: 320px; height: 100%; padding: 40px 0 20px; background: #fff; transition: 0.4s linear 0.2s;}
#hd .menu .scroll { width: 100%; height: 100%; overflow-y: scroll; }
#hd .menu .logo { width: 88%; max-width: 300px; margin: 0 auto 20px;}
#hd .menu .logo a { display: block; width: 100%; max-width: 80px;}
#hd .menu .logo a img { width: 100%;}
#hd .menu ul.nav { width: 88%; max-width: 300px; margin: 0 auto 20px;}
#hd .menu ul.nav li { position: relative; padding: 10px 0; font-size: 14px;}
#hd .menu ul.nav li a { display: inline-block; color: #7ba7cb; font-weight: 700; letter-spacing: 0.3rem; text-decoration: none;}

#hd .menu ul.sns { width: 88%; max-width: 300px; margin: 0 auto 40px;}
#hd .menu ul.sns li { position: relative; padding: 8px 0; font-size: 14px;}
#hd .menu ul.sns li img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 24px;}
#hd .menu ul.sns li a { display: inline-block; padding-left: 36px; color: #7ba7cb; font-weight: 700; letter-spacing: 0.3rem; text-decoration: none;}


#hd .menu ul.aside { width: 92%; margin: 0 auto; font-size: 0; text-align: center;}
#hd .menu ul.aside li { display: inline-block; width: 50%; padding: 5px; font-size: 10px;}
#hd .menu ul.aside li a { display: block; padding: 5px 0; border: solid 1px #7ba7cb; border-radius: 50px; color: #7ba7cb; text-decoration: none;}

#hd .menu ul.nav li a:hover,
#hd .menu ul.sns li a:hover { color: #333;}
#hd .menu ul.aside li a:hover { border-color: #333; color: #333;}

#hd.open { z-index: 101;}
#hd.open:after { opacity: 1;}
#hd.open .menu { right: 0; z-index: 11;}

@media (max-width: 481px) {
	#hd .menu { max-width: 90%; transition: 0s linear 0.2s;}
}


.menu-btn { position: fixed; width: 100%; top: 0; left: 0; z-index: 102; opacity: 0; transition: 0.3s linear;}
.menu-btn.show { opacity: 1}
.menu-btn .inner { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; }
.menu-btn .menu-cart { width: 36px; position: absolute; right: 30px; top: 28px;}
.menu-btn .menu-cart.hide { display: none;}
.menu-btn .menu-cart a { display: block; width: 100%; }
.menu-btn .menu-cart a svg { width: 100%; fill: #333;}
.menu-btn .menu-trig { width: 32px; height: 32px; position: absolute; top: 30px; right: 90px;}
.menu-btn .menu-trig div { position: relative; width: 100%; height: 100%; cursor: pointer;}
.menu-btn .menu-trig div span { display: block; width: 100%; height: 2px; background: #333; position: absolute; left: 50%;}
.menu-btn .menu-trig div span:nth-of-type(1) { top: 5px; transform: translate(-50%,0);}
.menu-btn .menu-trig div span:nth-of-type(2) { top: 15px; transform: translate(-50%,0);}
.menu-btn .menu-trig div span:nth-of-type(3) { top: 25px; transform: translate(-50%,0);}
.menu-btn .menu-trig.active { right: 30px;}
.menu-btn .menu-trig.active div span:nth-of-type(1) { animation: menu-1 0.3s linear forwards; background: #7ba7cb;}
.menu-btn .menu-trig.active div span:nth-of-type(2) { opacity: 0;}
.menu-btn .menu-trig.active div span:nth-of-type(3) { animation: menu-2 0.3s linear forwards; background: #7ba7cb;}
@media (max-width: 801px) {
	.menu-btn .menu-cart { top: 68px; right: 25px;}
	.menu-btn .menu-trig { top: 20px; right: 30px;}
}
@media (max-width: 481px) {
	.menu-btn .menu-cart { width: 32px; top: 54px; right: 15px;}
	.menu-btn .menu-trig { width: 30px; height: 30px; top: 14px; right: 18px;}
	.menu-btn .menu-trig div span:nth-of-type(1) { top: 6px;}
	.menu-btn .menu-trig div span:nth-of-type(2) { top: 14px;}
	.menu-btn .menu-trig div span:nth-of-type(3) { top: 22px;}
	.menu-btn .menu-trig.active { right: 18px;}
	.menu-btn .menu-trig.active div span:nth-of-type(1) { animation: menu-1sp 0.3s linear forwards;}
	.menu-btn .menu-trig.active div span:nth-of-type(3) { animation: menu-2sp 0.3s linear forwards;}
}
@keyframes  menu-1{
	0% { transform: translate(-50%,0px); }
	50% { transform: translate(-50%,10px) rotate(0deg); }
	80% { transform: translate(-50%,10px) rotate(0deg); box-shadow: none;}
	100% { transform: translate(-50%,10px) rotate(45deg); box-shadow: none;}
}
@keyframes  menu-2{
	0% { transform: translate(-50%,0px); }
	50% { transform: translate(-50%,-10px) rotate(0deg); }
	80% { transform: translate(-50%,-10px) rotate(0deg); box-shadow: none;}
	100% { transform: translate(-50%,-10px) rotate(-45deg); box-shadow: none;}
}
@keyframes  menu-1sp{
	0% { transform: translate(-50%,0px); }
	50% { transform: translate(-50%,8px) rotate(0deg); }
	80% { transform: translate(-50%,8px) rotate(0deg); box-shadow: none;}
	100% { transform: translate(-50%,8px) rotate(45deg); box-shadow: none;}
}
@keyframes  menu-2sp{
	0% { transform: translate(-50%,0px); }
	50% { transform: translate(-50%,-8px) rotate(0deg); }
	80% { transform: translate(-50%,-8px) rotate(0deg); box-shadow: none;}
	100% { transform: translate(-50%,-8px) rotate(-45deg); box-shadow: none;}
}



#ft { position: relative;}
#ft .inner-ft{ padding: 40px 0px; background: #fff;}
#ft h3 { margin: 0 auto 30px; text-align: center;}
#ft h3 img{ width: 32%; max-width: 140px;}
#ft ul { font-size: 0; text-align: center;}
#ft ul li { display: inline-block; font-size: 13px; padding: 0 25px;}
#ft ul li:first-child{ border-left: none;}
#ft ul li a { color: #000;}
#ft ul li a:hover { text-decoration: underline;}
#ft .copyright { background: #000; padding: 10px 0;}
#ft .copyright p { color: #fff; font-size: 12px; text-align: center;}
@media (max-width: 1201px) {
}
@media (max-width: 1001px) {
}
@media (max-width: 801px) {
	#ft .inner-ft{ padding: 50px 0 60px;}
}
@media (max-width: 481px) {
	#ft .inner-ft{ padding: 42px 0 20px;}
	#ft p.note { font-size: 11px;}
	#ft p.note span { font-size: 13px;}
	#ft p.note span em { font-size: 16px;}
	#ft ul { margin: 0 auto 15px;}
	#ft ul li { display: block; font-size: 13px; padding: 10px; border-left: none;}
}

.note ul { font-size: 0px;}
.note ul li { font-size: 11px;}
@media (max-width: 481px) {
	.note ul li { font-size: 10px;}
}




.popup-box { width: 94%; max-width: 780px; margin: 0 auto; background: url('/img/bg/news.png') no-repeat 50% 50% / 100% 100%;}
.popup-box .inner { position: relative; padding: 80px 30px;}
.popup-box .tit { text-align:center;}
.popup-box .tit h3 { color: #929292; font-size: clamp(15px,3.6vw,32px); font-weight: 700; letter-spacing: 0.1rem; line-height: 1; text-align: center;}
.popup-box .tit h3:before { content: ''; display: inline-block; width: 30px; height: 30px; margin-right: 12px; vertical-align: middle;
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34"><g fill="%23929292"><path d="M5.7,26.5a1.06,1.06,0,0,1,0-2.11H20l.66-2.46H5.54a1.07,1.07,0,0,1-1-.77L.77,7.78A1.05,1.05,0,0,1,1,6.86a1.07,1.07,0,0,1,.84-.42h23L26.22,1a1.06,1.06,0,0,1,1-.79h5a1.07,1.07,0,0,1,1.06,1.06,1.06,1.06,0,0,1-1.06,1.05H28.05L21.81,25.72a1.05,1.05,0,0,1-1,.78Zm12.48-6.68h3l1.21-4.58H18.18Zm-7.1,0h5V15.24h-5Zm-4.74,0H9V15.24H5.06Zm11.84-6.69H23l1.21-4.58h-6Zm-7.1,0h5V8.55h-5Zm-6.62,0H9V8.55H3.18Z"/><path d="M7.94,33.84a3,3,0,1,1,3-3A3,3,0,0,1,7.94,33.84Zm0-3.92a.91.91,0,1,0,.9.9A.91.91,0,0,0,7.94,29.92Z"/><path d="M19,33.84a3,3,0,1,1,3-3A3,3,0,0,1,19,33.84Zm0-3.92a.91.91,0,1,0,.9.9A.9.9,0,0,0,19,29.92Z"/></g></svg>');
 background-position: 50% 50%; background-repeat: no-repeat; background-size: 100% auto;}
.popup-box .ctn { padding: 20px 0;}
.popup-box .ctn p { color: #929292; font-size: 36px; font-weight: 700; text-align: center;}
.popup-box .ctn ul { width: 100%; max-width: 580px; margin: 0 auto; font-size: 0;}
.popup-box .ctn ul li { display: inline-block; width: 50%; padding: 15px; font-weight: 700; line-height: 1; vertical-align: top;}
.popup-box .ctn ul li a { display: block; padding: 16px; background: #fff; border: solid 1px #9fc1e0; color: #9fc1e0; text-align: center; text-decoration: none;}
.popup-box .ctn ul li a em,
.popup-box .ctn ul li a span { display: inline-block; vertical-align: baseline;}
.popup-box .ctn ul li a em { font-size: clamp(12px,2.6vw,24px);}
.popup-box .ctn ul li a span { font-size: clamp(10px,2.1vw,18px);}
.popup-box .ctn ul li a:hover { background: #9fc1e0; color: #fff;}
.popup-box .ctn ul li form { }
.popup-box .ctn ul li form input[type="image"]{ width: 100%; background: #6a6a6a; border: solid 1px #6a6a6a;}
.popup-box .ctn ul li form input[type="image"]:hover{ background: #e7a5c7; border: solid 1px #e7a5c7;}
.popup-box .ctn ul li span.nolink { display: block; padding: 0px; border: solid 1px #ccc;  background: #ccc;}
.popup-box .ctn ul li span.nolink img { width: 100%;}
.popup-box .ctn ul li a.nolink { border: solid 1px #ccc; color: #ccc; pointer-events: none;}

.popup-box .win-close { width: 36px; height: 36px; position: absolute; right: 30px; top: 30px;}
.popup-box .win-close div { position: relative; width: 100%; height: 100%; text-indent: -99999em; cursor: pointer;}
.popup-box .win-close div:before,
.popup-box .win-close div:after { content: ''; display: block; width: 2px; height: 40px; background: #6a6a6a; position: absolute; left: 50%; top: 50%;}
.popup-box .win-close div:before{ transform: translate(-50%,-50%) rotate(45deg);}
.popup-box .win-close div:after { transform: translate(-50%,-50%) rotate(-45deg);}
@media (max-width: 801px) {
	.popup-box .ctn ul li { padding: 10px;}
}
@media (max-width: 481px) {
	.popup-box .inner { padding: 40px 12px;}
	.popup-box .tit h3 { letter-spacing: 0.05rem;}
	.popup-box .tit h3:before { width: 18px; height: 18px; margin-right: 8px;}
	.popup-box .ctn { padding: 8px 0 6px;}
	.popup-box .ctn ul { width: 92%;}
	.popup-box .ctn ul li { padding: 8px;}
	.popup-box .ctn ul li a { padding: 8px 0;}
	.popup-box .win-close { width: 24px; height: 24px; right: 10px; top: 10px;}
	.popup-box .win-close div:before,
	.popup-box .win-close div:after { height: 21px;}
}
