@charset "utf-8";
/* ==================================================================
CSS information
style info :RESET
================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000;  font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

h1 , h2 , h3 , h4 { line-height:1; }
ul { list-style:none; }
p { line-height:1; }
img { vertical-align:bottom; border:none; }
table { font-size:inherit; font:100%;}




/* ==================================================================
CSS information
style info :共通
================================================================== */
html,body { -webkit-text-size-adjust: none; }
html { font-size: 62.5%; }
body { font-size: 14px; font-size: 1.4rem; background: #000; }
div, h1, h2, h3, h4, h5, p { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
#contents table, #contents table *, #contents ul, #contents li, #contents ol, #contents dl, #contents dt, #contents dd, #contents a, #contents span { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
#contents header, #contents section, #contents aside, #contents article { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
#contents *::before, #contents *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

#contents { font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
#contents img { max-width: 100%; height: auto; }
#sqexHeader-black_rsp , #sqexFooter { z-index: 9000; position: relative; }




/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents::before ,
#contents::after { content: ""; display: block; clear: both; }
#contents { zoom:1; overflow: hidden; background: #000; color: #fff; position: relative;}
@media screen and (min-width: 641px) {
}
@media screen and (min-width: 1341px) {
}



/* --------------------------------------------------------
#nowloading
-------------------------------------------------------- */
#nowloading { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #000; z-index: 9998; }
#nowloading_icon { position: absolute; top: 50%; left: 50%; width: 200px; height: 53px; margin-top: -27px; margin-left: -100px; text-align: center;  z-index: 9991; }
#nowloading_icon img { animation: nowloadingAnime 2s infinite alternate forwards running; width: 100%; }
@keyframes nowloadingAnime {
	from { transform: scale(1); opacity: 1; }
	to { transform: scale(0.9); opacity: 0.1;  }
}
@media screen and (min-width: 641px) {
}



/* ----------------------------------------------------------------------------------------------------------------
ページ遷移アニメーション
---------------------------------------------------------------------------------------------------------------- */
/*.barba-container { transform-style: preserve-3d; perspective: 1000px; }*/
.main { opacity: 1; transform-origin: center center; }
.pagechangeOut { transform-style: preserve-3d; perspective: 1000px; }
.pagechangeOut { filter: blur(20px) brightness(0.5); transition: filter 0.5s; }
@media screen and (min-width: 641px) {
}



/* --------------------------------------------------------
.secNav__spmenu
-------------------------------------------------------- */
.secNav__spmenu { display: block; cursor: pointer; position: absolute; top: 0; right: 0; background: url("../img/bg_blue_g.jpg"); width: calc(90/750*100%); z-index: 2; }
.secNav__spmenu { padding-top: calc(90/750*100%); }
.secNav__spmenu.hide { right: calc(-90/750*100%); }

.secNav__spmenu__icon, 
.secNav__spmenu__icon::after, 
.secNav__spmenu__icon::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; 
	display: block; width: 100%; height: auto; background-color: #fff;
	-webkit-transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	position: absolute; top: 0; left: 0; padding-top: 2px; 
}
.secNav__spmenu__icon { top: 50%; left: 50%; width: calc(36/90*100%); margin-left: calc(-18/90*100%); }

.secNav__spmenu__icon:after, 
.secNav__spmenu__icon:before { content: ''; width: 100%; }
.secNav__spmenu__icon:before { margin-top: calc(-12/36*100%); }
.secNav__spmenu__icon:after { margin-top: calc(12/36*100%); }

.secNav__spmenu.active .secNav__spmenu__icon { background-color: transparent;}
.secNav__spmenu.active .secNav__spmenu__icon:after, 
.secNav__spmenu.active .secNav__spmenu__icon:before { margin-top: 0; }
.secNav__spmenu.active .secNav__spmenu__icon:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.secNav__spmenu.active .secNav__spmenu__icon:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

@media screen and (min-width: 641px) {
	.secNav__spmenu { display: none; }
}



/* ----------------------------------------------------------------------------------------------------------------
.secNavigation
---------------------------------------------------------------------------------------------------------------- */
.secNavigation { position: absolute; top: 0; left: 0; width: 100%; z-index: 9900; }
.secNavigation.open { display: block;}
.secNavigation.fixed { position: fixed; }
/*.secNavigation.useTop { transform: translateY(-100px); }*/
.secNavigation a { display: block; }
/*.useTop .sHead__logo { display: none; }*/

.secNav__logo { width: calc(600/750*100%); margin-top: calc(23/750*100%); margin-left: calc(20/750*100%); position: relative; }
.tp .secNav__logo { display: none; }


.secNav__gnav__wrap { width: 100%; position: absolute; top: 0; left: 0; padding: calc(24/750*100%) 0 calc(120/750*100%); }
.secNav__gnav__wrap::before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url("../img/bg_r_sp.jpg") top center repeat-y; background-size: 100%; opacity: 0.9; }

.secNav__gnavLogo { width: 100%; margin: 0 auto; position: relative; }

.secNav__gnav { width: calc(370/750*100%); margin: 0 0 0 calc(263/750*100%); position: relative; }
.secNav__gnav::before { content: ""; display: block; width: 1px; height: 100%; background: #7a7a7c; position: absolute; top: 0; left: calc(-23/370*100%); }

.secNav__gnav .activeLine { width: calc(10/370*100%); height: 0; padding-top: calc(40/370*100%); background: url("../img/bg_blue_g.jpg"); position: absolute; top: 0; left: calc(-28/370*100%); }

.secNav__gnav .secNav__gnav__list { width: 100%; position: relative; }
.secNav__gnav .sN__g__l__btn { width: 100%; margin: 0 auto calc(30/370*100%); }
.secNav__gnav .sN__g__l__btn:last-child { margin-bottom: 0; }
.secNav__gnav .sN__g__l__btn .btn { display: block; position: relative; }
.secNav__gnav .sN__g__l__btn .btn div { position: relative; }

.secNav__gnav .sN__g__l__btn.-upd .btn::after { content: ""; display: block; width: calc(84/370*100%); height: 100%; background: url("../img/gnav/icon_upd_sp.png") center center no-repeat; background-size: contain; position: absolute; top: 0; left: 0; }

.secNav__bnrList { width: calc(650/750*100%); margin: calc(80/750*100%) auto 0; position: relative; 
	display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; justify-content: flex-start; }
.secNav__bnrList .secNav__bL__item { width: calc(210/650*100%); margin-left: calc(184/650*100%); }
.secNav__bnrList .secNav__bL__item a { display: block; }

@media screen and (max-width: 640px) {
.secNavigation .secNav__gnav__wrap { visibility: hidden; opacity: 0; transition: all .2s cubic-bezier(0.25, 0.1, 0.25, 1.0); transform: scale(2); /*filter: blur(200px) brightness(2.5);*/ }
.secNavigation.open .secNav__gnav__wrap { visibility: visible; opacity: 1; height: 100vh; transform: scale(1); /*filter: blur(0px) brightness(1);*/ }

.secNav__gnav .activeLine[data-no="1"]{ margin-top: 0; }
.secNav__gnav .activeLine[data-no="2"] { margin-top: calc(74/370*100%); }
.secNav__gnav .activeLine[data-no="7"] { margin-top: calc(147/370*100%); }
.secNav__gnav .activeLine[data-no="3"] { margin-top: calc(220/370*100%); }
.secNav__gnav .activeLine[data-no="4"] { margin-top: calc(294/370*100%); }
.secNav__gnav .activeLine[data-no="5"] { margin-top: calc(367/370*100%); }
.secNav__gnav .activeLine[data-no="6"] { margin-top: calc(440/370*100%); }
.secNav__gnav .activeLine[data-no="8"] { margin-top: calc(513/370*100%); }

.secNav__gnav .gnb1 .btn div { width: calc(76/370*100%); }
.secNav__gnav .gnb2 .btn div { width: calc(204/370*100%); }
.secNav__gnav .gnb7 .btn div { width: calc(272/370*100%); }
.secNav__gnav .gnb3 .btn div { width: calc(256/370*100%); }
.secNav__gnav .gnb4 .btn div { width: calc(230/370*100%); }
.secNav__gnav .gnb5 .btn div { width: calc(123/370*100%); }
.secNav__gnav .gnb6 .btn div { width: calc(182/370*100%); }
.secNav__gnav .gnb8 .btn div { width: calc(148/370*100%); }

.secNav__gnav .gnb1.-upd .btn::after { left: calc(86/370*100%); }
.secNav__gnav .gnb2.-upd .btn::after { left: calc(214/370*100%); }
.secNav__gnav .gnb7.-upd .btn::after { left: calc(282/370*100%); }
.secNav__gnav .gnb3.-upd .btn::after { left: calc(266/370*100%); }
.secNav__gnav .gnb4.-upd .btn::after { left: calc(240/370*100%); }
.secNav__gnav .gnb5.-upd .btn::after { left: calc(133/370*100%); }
.secNav__gnav .gnb6.-upd .btn::after { left: calc(192/370*100%); }
.secNav__gnav .gnb8.-upd .btn::after { left: calc(158/370*100%); }
}
@media screen and (min-width: 641px) {
	.secNavigation { background: rgba(0,0,0,0.5); }
	.secNavigation.tp { display: none; }
	
	.secNav__logo { display: none; }
	
	.secNav__gnav__wrap { padding: 0; position: relative; }
	.secNav__gnav__wrap::before { display: none; }
	
	.secNav__gnavLogo { display: none; }
	
	.secNav__gnav { width: 100%; margin: 0; }
	.secNav__gnav::before { width: 100%; height: 1px; background: #404040; top: inherit; bottom: 0;  left: 0; margin-bottom: calc(6/1324*100%); }

	.secNav__gnav .activeLine { width: 100%; padding-top: calc(13/1324*100%); top: inherit; bottom: 0; left: 50%; }
	.secNav__gnav .activeLine { transition: all .2s cubic-bezier(0.25, 0.1, 0.25, 1.0); transform: translateY(0%); }
	
	.secNav__gnav .activeLine[data-no="1"]{ width: calc(54/1324*100%); margin-left: calc(-611/1324*100%); }
	.secNav__gnav .activeLine[data-no="2"] { width: calc(148/1324*100%); margin-left: calc(-537/1324*100%); }
	.secNav__gnav .activeLine[data-no="7"] { width: calc(197/1324*100%); margin-left: calc(-369/1324*100%); }
	.secNav__gnav .activeLine[data-no="3"] { width: calc(186/1324*100%); margin-left: calc(-152/1324*100%); }
	.secNav__gnav .activeLine[data-no="4"] { width: calc(167/1324*100%); margin-left: calc(54/1324*100%); }
	.secNav__gnav .activeLine[data-no="5"] { width: calc(89/1324*100%); margin-left: calc(241/1324*100%); }
	.secNav__gnav .activeLine[data-no="6"] { width: calc(132/1324*100%); margin-left: calc(350/1324*100%); }
	.secNav__gnav .activeLine[data-no="8"] { width: calc(115/1324*100%); margin-left: calc(502/1324*100%); }
	
	
	.secNav__gnav .secNav__gnav__list { width: calc(1324/1324*100%); margin: 0 auto; 
		display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: center; justify-content: center; }
	.secNav__gnav .sN__g__l__btn { width: 100%; margin: 0 calc(8/1324*100%); cursor: pointer; }
	.secNav__gnav .sN__g__l__btn .btn { padding: calc(17/1324*100vw) 0 calc(22/1324*100vw); }
	.secNav__gnav .sN__g__l__btn .btn div { }
	
	.secNav__gnav .gnb1 { width: calc(58/1324*100%); }
	.secNav__gnav .gnb2 { width: calc(152/1324*100%); }
	.secNav__gnav .gnb7 { width: calc(201/1324*100%); }
	.secNav__gnav .gnb3 { width: calc(190/1324*100%); }
	.secNav__gnav .gnb4 { width: calc(171/1324*100%); }
	.secNav__gnav .gnb5 { width: calc(93/1324*100%); }
	.secNav__gnav .gnb6 { width: calc(136/1324*100%); }
	.secNav__gnav .gnb8 { width: calc(110/1324*100%); }
	
	.secNav__gnav .sN__g__l__btn.-upd .btn::after { width: calc(44/1324*100vw); height: 0; padding-top: calc(13/1324*100vw); margin-left: calc(-22/1324*100vw); 
		background: url("../img/gnav/icon_upd_pc.png") center center no-repeat, url("../img/gnav/icon_upd_on_pc.png") center bottom -23px no-repeat; background-size: 100%; 
		top: inherit; bottom: 0; left: 50%; }
	
	.secNav__gnav .sN__g__l__btn.current .btn::after ,
	.secNav__gnav .sN__g__l__btn.-upd:hover .btn::after { background-position: center bottom -23px, center center; }
	.secNav__gnav .sN__g__l__btn.current.out .btn::after { background-position: center center, center bottom -23px; }
	
	.secNav__bnrList { display: none; }
}
@media screen and (min-width: 1325px) {
	.secNav__gnav::before { margin-bottom: 6px; }
	.secNav__gnav .secNav__gnav__list { width: 1324px; margin: 0 auto; }
	.secNav__gnav .sN__g__l__btn .btn { padding: 17px 0 22px; }
	
	.secNav__gnav .activeLine { padding-top: 13px; }
	.secNav__gnav .activeLine[data-no="1"]{ width: 54px; margin-left: -611px; }
	.secNav__gnav .activeLine[data-no="2"] { width: 148px; margin-left: -537px; }
	.secNav__gnav .activeLine[data-no="7"] { width: 197px; margin-left: -369px; }
	.secNav__gnav .activeLine[data-no="3"] { width: 186px; margin-left: -152px; }
	.secNav__gnav .activeLine[data-no="4"] { width: 167px; margin-left: 54px; }
	.secNav__gnav .activeLine[data-no="5"] { width: 89px; margin-left: 241px; }
	.secNav__gnav .activeLine[data-no="6"] { width: 132px; margin-left: 350px; }
	.secNav__gnav .activeLine[data-no="8"] { width: 110px; margin-left: 502px; }
	
	.secNav__gnav .sN__g__l__btn.-upd .btn::after { width: 44px; padding-top: 13px; margin-left: -22px; }
}




/* --------------------------------------------------------
.secBgmController
-------------------------------------------------------- */
.secBgmController_wrap { width: calc(480/750*100%); position: absolute; bottom: 0; right: calc(195/750*100%); z-index: 9000; margin-bottom: 5px; }
.secBgmController_wrap.fixed { position: fixed; }
.secBgmController { background: #000; border-radius: 6px; position: relative; padding: calc(10/480*100%) 0; 
		display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: center; justify-content: center; }
.sBC__state { width: calc(206/480*100%); margin-right: calc(20/480*100%); position: relative; }
.sBC__state { background: url("../img/bgm/btn_off_sp.png") center center no-repeat, url("../img/bgm/btn_on_sp.png") center bottom -50px no-repeat; background-size: 100%; }
.sBC__state.play { background-position: center bottom -50px, center center; }

.sBC__bgmList { width: calc(170/480*100%); display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: space-between; justify-content: space-between; }
.sBC__bL__btn { background-color: #5b5b5b; width: calc(50/170*100%); height: 0; padding-top: calc(50/170*100%) }
.sBC__bL__btn.on { background-color: #0096ff; }

.sBC__bL__btn.-btn1 { background-image: url("../img/bgm/no1.png"); background-position: center center; background-repeat: no-repeat; background-size: contain; }
.sBC__bL__btn.-btn2 { background-image: url("../img/bgm/no2.png"); background-position: center center; background-repeat: no-repeat; background-size: contain; }
.sBC__bL__btn.-btn3 { background-image: url("../img/bgm/no3.png"); background-position: center center; background-repeat: no-repeat; background-size: contain; }

@media screen and (min-width: 641px) {
	.secBgmController_wrap { width: calc(204/1324*100%); right: calc(70/1324*100%); margin-bottom: calc(12/1324*100%); }
	.secBgmController { border-radius: 10px; padding: calc(10/204*100%) 0; }
	.sBC__state { width: calc(92/204*100%); margin-right: calc(6/204*100%); cursor: pointer; }
	.sBC__state { background: url("../img/bgm/btn_off_pc.png") center center no-repeat, url("../img/bgm/btn_on_pc.png") center bottom -50px no-repeat; background-size: 100%; }
	.sBC__state.play { background-position: center bottom -50px, center center; }
	
	.sBC__bgmList { width: calc(60/204*100%); }
	.sBC__bL__btn { width: calc(16/60*100%); height: 0; padding-top: calc(16/60*100%); cursor: pointer; }
	
	.sBC__state:hover {  background-position: center bottom -50px, center center; }
	.sBC__bL__btn:hover { background-color: #0096ff; }
	
}
@media screen and (min-width: 1325px) {
	.secBgmController_wrap { width: 204px; right: 70px; margin-bottom: 12px; }
}



/* --------------------------------------------------------
#allwrap
-------------------------------------------------------- */
#allwrap { background: url("../img/bg_r_sp.jpg") top center repeat-y; background-size: 100%; position: relative; }
@media screen and (min-width: 641px) {
	#allwrap { background: url("../img/bg_r_pc.jpg") top center repeat-y; background-size: calc(1920/1324*100%); width: 100%; margin: 0 auto; }
}
@media screen and (min-width: 1325px) {
	#allwrap { background-size: 1920px; max-width: 1920px; }
}



/* --------------------------------------------------------
.secConts
-------------------------------------------------------- */
.secConts { position: relative; }
@media screen and (min-width: 1932px) {
	.secConts { overflow: hidden; }
}


/* --------------------------------------------------------
.secInner
-------------------------------------------------------- */
.secInner { position: relative; }
@media screen and (min-width: 641px) {
	.secInner { width: calc(1204/1324*100%); margin: auto; }
}
@media screen and (min-width: 1325px) {
	.secInner { width: 1204px; }
}



/* --------------------------------------------------------
#pageTop
-------------------------------------------------------- */
#pageTop { width: calc(80/750*100%); position: absolute; right: 0; bottom: 0; z-index: 9001; transition: transform .3s; }
#pageTop.fixed { position: fixed; }
#pageTop a { display: block; width: 100%; height: 0; padding-top: 100%; background: #5b5b5b url("../img/btn_pagetop.png") center center no-repeat; background-size: 100%; position: relative; }
#pageTop a span { display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; }
#pageTop.hide { transform: translateX(80px); }

@media screen and (min-width: 641px) {
	#pageTop { width: calc(60/1324*100%); position: absolute; right: 0; bottom: 0; z-index: 9001; cursor: pointer; }
	#pageTop a { background-size: calc(46/60*100%); }
	#pageTop a:hover { background-color: #0096ff; }
}
@media screen and (min-width: 1325px) {
	#pageTop { width: 60px; }
}



/* --------------------------------------------------------
.btn_ov
-------------------------------------------------------- */
@media screen and (min-width: 641px) {
	.btn_ov a { -webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; -webkit-backface-visibility: hidden; display: block; }
	.btn_ov a:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }
}





/* ----------------------------------------------------------------------------------------------------------------
magnific
---------------------------------------------------------------------------------------------------------------- */
.modal_mfpYt.mfp-bg ,
.modal_mfpImg.mfp-bg ,
.modal_mfpIframe.mfp-bg ,
.modal_mfpImgGallery.mfp-bg ,
.modal_mfpInline.mfp-bg { z-index: 9998; background: rgba(13,26,72,0.8) url("../img/bg_dot.png") center center repeat; opacity: 1; }
.modal_mfpYt.mfp-wrap ,
.modal_mfpImg.mfp-wrap ,
.modal_mfpIframe.mfp-wrap ,
.modal_mfpImgGallery.mfp-wrap ,
.modal_mfpInline.mfp-wrap { z-index: 9999;}
.modal_mfpYt .mfp-iframe-holder .mfp-content { max-width: 1080px; }
.modal_mfpImg .mfp-iframe-holder .mfp-content ,
.modal_mfpImgGallery .mfp-iframe-holder .mfp-content { max-width: 1280px; }
.modal_mfpIframe .mfp-iframe-holder .mfp-content { max-width: 1280px; }

.modal_mfpYt .mfp-iframe-holder .mfp-close ,
.modal_mfpImg .mfp-image-holder .mfp-close ,
.modal_mfpIframe .mfp-iframe-holder .mfp-close ,
.modal_mfpImgGallery .mfp-image-holder .mfp-close ,
.modal_mfpInline .mfp-inline-holder .mfp-close { position: fixed; top: 0; right: 0; background: url(../img/btn_close.png) top right no-repeat; background-size: auto 100%; background-position: calc(100% - 10px) 0px;}
.modal_mfpImg img,
.modal_mfpIframe img,
.modal_mfpImgGallery img {
-webkit-touch-callout:none;
-webkit-user-select:none;
-moz-touch-callout:none;
-moz-user-select:none;
touch-callout:none;
user-select:none;
}

/* .modal_mfpImgGallery ---------------------------------------------------------------------------------------------------------------- */
.modal_mfpImgGallery .mfp-arrow { opacity: 0.5; width: 20%; height: 80%; top:10%; margin-top: 0;}
.modal_mfpImgGallery .mfp-arrow:active { margin-top: 0; }
.modal_mfpImgGallery .mfp-arrow:before,
.modal_mfpImgGallery .mfp-arrow:after { display: none; }
.modal_mfpImgGallery .mfp-arrow-left { background: url(../img/btn_prev.png) center center no-repeat; }
.modal_mfpImgGallery .mfp-arrow-right { background: url(../img/btn_next.png) center center no-repeat; }
@media screen and (min-width: 641px) {
	.modal_mfpImgGallery .mfp-arrow { opacity: 0.5; width: 100px;}
	.modal_mfpImgGallery .mfp-arrow:hover { opacity: 1; }
}

/* .modal_mfpIframe ---------------------------------------------------------------------------------------------------------------- */
.modal_mfpIframe .mfp-container { padding: 30px 0;}
.modal_mfpIframe .mfp-iframe-scaler { padding-top: calc(640/640*100%);}
.modal_mfpIframe .mfp-iframe-scaler .mfp-iframe { background: transparent!important; box-shadow: none;}
@media screen and (min-width: 641px) {
	.modal_mfpIframe .mfp-iframe-scaler { padding-top: calc(500/1060*100%);}
}
@media screen and (min-width: 1325px) {
	.modal_mfpIframe .mfp-iframe-scaler { padding-top: 500px;}
}

/* .modal_mfpInline ---------------------------------------------------------------------------------------------------------------- */
.modal_mfpInline .mfp-container { font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.modal_mfpInline .mfp-container img { max-width: 100%; height: auto;}
.modal_mfpInline .mfp-container { padding: 0;}
.modal_mfpInline .mfp-inline-holder .mfp-close { width: 100%; }
.modal_mfpInline .mfp-arrow { opacity: 0.5; width: 20%; height: 80%; top:10%; margin-top: 0;}
.modal_mfpInline .mfp-arrow:active { margin-top: 0; }
.modal_mfpInline .mfp-arrow:before,
.modal_mfpInline .mfp-arrow:after { display: none; }
.modal_mfpInline .mfp-arrow-left { background: url(../img/btn_prev.png) 20% center no-repeat; }
.modal_mfpInline .mfp-arrow-right { background: url(../img/btn_next.png) 80% center no-repeat; }
@media screen and (min-width: 641px) {
	.modal_mfpInline .mfp-arrow { opacity: 0.5; width: 100px;}
}
@media screen and (min-width: 1325px) {
}




/* --------------------------------------------------------
汎用クラス
-------------------------------------------------------- */
.nosp { display: none; }
@media screen and (min-width: 641px) {
	.nosp { display: inline-block; }
	.nopc { display: none; }
}

/*clearfix
----------------------------------------------------*/
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { zoom:1; }
.cr { clear:both; }





