@charset 'UTF-8';
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;
    list-style: none;
	line-height: 30px;


}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
h2{text-align: center;
   margin-bottom: -33px;
}
h3{font-size: 200%;
　　font-weight: bold;
	color: #000000;
	margin: 10px 20px;
	border-bottom: solid 3px black;
}
@media only screen and (max-width: 767px){
	h2 img{
		width: 70%;
		margin-bottom: 11px;
    }
	h3{
		font-size: 120%;
	}
}
article, aside, details, figcaption, figure, footer, header, main, 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;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
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;
}
img{
    max-width: 100%;
}
:root {
}
.border{border-bottom:1px solid;
margin-bottom: 20px;}
/*===================================================================
------------------
Table Of Contents
------------------
    01) box
    02) text
    03) margin
===================================================================*/
/*-------------------------------------------------------------------
 01) box
-------------------------------------------------------------------*/
.pc-none{
    display: none;
}
.hv{
    transition: opacity .3s ease;
}
.hv:hover{
    opacity: .7;


}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.grid {
    *zoom:1;
}
.grid > *{
    float: left;
    box-sizing: border-box;


}
.grid:after, .grid:before {
    content: "";
    display: table;
    clear: both;


}
.grid__col01 {
    width: 4.16666666667%;


}
.grid__col02 {
    width: 8.33333333333%;


}
.grid__col03 {
    width:12.5%;


}
.grid__col04 {
    width: 16.6666666667%;


}
.grid__col05 {
    width: 20.8333333333%;


}
.grid__col06 {
    width: 25%;


}
.grid__col07 {
    width: 29.1666666667%;


}
.grid__col08 {
    width: 33.3333333333%;


}
.grid__col09 {
    width: 37.5%;


}
.grid__col10 {
    width: 41.6666666667%;


}
.grid__col11 {
    width: 45.8333333333%;


}
.grid__col12 {
    width: 50%;


}
.grid__col13 {
    width: 54.1666666667%;


}
.grid__col14 {
    width: 58.3333333333%;


}
.grid__col15 {
    width: 62.5%;


}
.grid__col16 {
    width: 66.6666666667%;


}
.grid__col17 {
    width: 70.8333333333%;


}
.grid__col18 {
    width: 75%;


}
.grid__col19 {
    width: 79.1666666667%;


}
.grid__col20 {
    width: 83.3333333333%;


}
.grid__col21 {
    width: 87.5%;


}
.grid__col22 {
    width: 91.6666666667%;


}
.grid__col23 {
    width: 95.8333333333%;


}
.grid__col24 {
    width: 100%;


}
.grid--gutter{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;


}
.grid--gutter > *{
    padding-left:   10px;
    padding-right:  10px;
    margin-bottom: 10px;


}
.grid--gutter-w{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;


}
.grid--gutter-w > *{
    padding-left:   20px;
    padding-right:  20px;


}
.yt-wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.yt-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


}
/*-------------------------------------------------------------------
 02) text
-------------------------------------------------------------------*/
.bold{ font-weight: bold;}
.normal{ font-weight: normal}
.txtc{ text-align: center; }
.txtl{ text-align: left; }
.txtr{ text-align: right; }
.txtj{ text-align: justify;}
.left{ float: left}
.right{ float: right}
.fs12{ font-size: 1.2rem;}
.fs14{ font-size: 1.4rem;}
.fs16{ font-size: 1.6rem;}
.fs18{ font-size: 1.8rem;}
.fs20{ font-size: 2rem;}
.fs24{ font-size: 2.4rem;}
.fs26{ font-size: 2.6rem;}
/*-------------------------------------------------------------------
 03) margin
-------------------------------------------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb05{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}
@media only screen and (max-width: 767px){

.pc-none{
    display: block;
}
.sp-none{
    display: none;
}

}
/*===================================================================
------------------
Table Of Contents
------------------
    01) base
    02) header
    03) footer
===================================================================*/
/*-------------------------------------------------------------------
 01) base
-------------------------------------------------------------------*/
html{
    font-size: 62.5%;
}
body{
    font-family:  "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.4rem;
    /*line-height: 1.8;*/
    color: #555;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a{
    color: #555;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;


}
#wrapper{
    overflow: hidden;
    position: relative;
    min-width: 1000px;
    background: url(../img/common/background.jpg) center -30px repeat;
}
.main-wrap{
    display: block;
    position: relative;
    z-index: 1;
    width: 960px;
    margin: -80px auto 0;
    padding: 120px 0 0;
    /*box-shadow: 0 0 10px rgba(0,0,0, .1);*/
    /*background: url(../img/common/background.jpg) center center repeat;*/
}
.main{
    padding: 0 36px;
}
.wrapper-top .main{
    padding: 0 50px 50px;
}
.cont--col2{
    zoom: 1;


}
.cont--col2:before, .cont--col2:after {
    content: "";
    display: table;


}
.cont--col2:after {
    clear:both;


}
.cont--col2 .cont__main{
    float: left;
    width: 540px;


}
.cont--col2 .cont__aside{
    float: right;
    width: 270px;


}
.shop_bn li{
	float: left;
	}
.shop_eatin{margin-left: 20px;}
.shop_eatin li{
	float: left;
	padding: 10px;
	
}
/*-------------------------------------------------------------------
 02) header
-------------------------------------------------------------------*/
.hd{
    position: relative;
    z-index: 2;
    width: 960px;
    margin: 0 auto;
    padding: 30px 20px 0;
}
.hd__inr{
    position: relative;
    z-index: 10;
    margin: 0 0 -30px;
    height: 158px;
    padding-top: 102px;
    background: url(../img/common/bg_header.png) center bottom no-repeat;
    background-size: 100%;
    pointer-events: none;


}
.hd__inr:after{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: -40px;
    width: 1040px;
    height: 282px;
    background: center bottom no-repeat;
    size: 100%;


}
.hd__inr--01:after{
    background-image: url(../img/common/chr_header01.png);


}
.hd__inr--02:after{
    background-image: url(../img/common/chr_header02.png);


}
.hd__inr--03:after{
    background-image: url(../img/common/chr_header03.png);


}
.hd__inr--04:after{
    background-image: url(../img/common/chr_header04.png);


}
.hd__ttl{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    position: relative;
    z-index: 20;
    width: 525px;
    height: 90px;
    margin: 37px auto 0;
    background: url(../img/common/logo.png) center 0 no-repeat;
    background-size: 100%;


}
.hd__sns{
    position: absolute;
    top: 10px;
    right: 0;


}
.gnav{
    position: relative;
	margin-bottom: 30px;
}
.gnav ul{
    overflow: hidden;
    padding: 0 0 5px 0;


}
.gnav li{
    float: left;
    width: 25%;
    /*background-image: url(../img/common/bg_dot.png) ;*/
    background-position: center center;
    /*border-radius: 8px;*/
    /*box-shadow: 0 5px  0 rgba(237, 220, 123, .5);*/


}
.gnav li a{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    height: 80px;
    background-position: center 0px;
    /*border: 4px solid #FFF;*/
    border-left-width: 0;
    border-radius: 8px;


}
.gnav li a:hover{
    opacity: 0.6;


}
.gnav li:first-child a{
    border-left-width: 3px;


}
/*.gnav__item01{
    background-color: #ff86ca;


}*/
.gnav__item01 a{
    background-image:url(../img/common/gm1.png);
	background-repeat: no-repeat;


}
/*.gnav__item02{
	background-image: url(../img/common/gm1.png);
	background-repeat: no-repeat;


}*/
.gnav__item02 a{
    background-image: url(../img/common/gm2.png);
	background-repeat: no-repeat;


}
/*.gnav__item03{
    background-color: #01de7e;


}*/
.gnav__item03 a{
    background-image: url(../img/common/gm3.png);
	background-repeat: no-repeat;


}
/*.gnav__item04{
    background-color: #ffa800;


}*/
.gnav__item04 a{
    background-image: url(../img/common/gm4.png);
	background-repeat: no-repeat;


}
.sns li{
    float: left;
    width: 52px;
    height: 52px;
    margin-left: 10px;


}
.sns a{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    width: 52px;
    height: 52px;


}
.sns a:hover{
    opacity: 0.8;


}
.sns__tw a{
    background: url(../img/common/ico_tw.png) 0 0 no-repeat;
    background-size: 100%;


}
.sns__fb a{
    background: url(../img/common/ico_fb.png) 0 0 no-repeat;
    background-size: 100%;


}
.sns__line{
    display: none;


}
/*-------------------------------------------------------------------
 03) footer
-------------------------------------------------------------------*/
.ft{
    display: block;
    position: relative;
    z-index: 2;
    padding: 10px 50px 10px;
	background: #000000;
	color: #FFFFFF;
	width: 960px;
	margin: -10px auto 0;
}
.ft__copyright{
    overflow: hidden;
    text-align: right;


}
.ft__copyright p{
    margin-top: 5px;
    margin-left: 140px;
    font-size: .9rem;


}
.ft__copyright .copyright{
    display: block;
    margin-left: 140px;
    font-size: .9rem;


}
.ft__logo{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    float: left;
    width: 167px;
    height: 48px;
    background: url(../img/common/logo_ft.png) 0 0 no-repeat;


}
.scroll-top{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 50%;
    width: 54px;
    height: 54px;
    margin-right: -550px;
    background: url(../img/common/btn_scrolltop.png) 0 0 no-repeat;
    background-size: 100%;
}
/*===================================================================
------------------
Table Of Contents
------------------
    01) common
    02) page : top
    03) page : how to play
    04) page : rare
    05) page : diagnosis
===================================================================*/
/*-------------------------------------------------------------------
 01) common
-------------------------------------------------------------------*/
.modal{
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 100%;
    border-style: solid;
    border-width: 6px;
    border-image: url(../img/common/bg_modal.png) 6 fill repeat;
    -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
            transform: scale(0.1);
}
.modal__close{
    display: block;
    position: absolute;
    top: -40px;
    right: -40px;
    width: 70px;
    height: 70px;
    background: #E6E6E6;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;


}
.modal__close:after, .modal__close:before{
    content: "";
    position: absolute;
    top: 33px;
    left: 10px;
    width: 50px;
    height: 4px;
    background: #000;
    border-radius: 3px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    transition:-webkit-transform .3s  ease;
    transition:transform .3s  ease;
    transition: transform .3s  ease, -webkit-transform .3s  ease;


}
.modal__close:after{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);


}
.modal__close:before{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);


}
/*-------------------------------------------------------------------
 02) page : top
-------------------------------------------------------------------*/
.slider{
    position: relative;
    /*margin-bottom: 80px;*/
}
.box01__ttl{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    position: relative;
    height: 60px;
    margin: 0 -14px;
    background-size: 100%;


}
.box01__cont{
    overflow: hidden;
    padding: 30px 20px 30px;
	margin-bottom: 30px;
    background: #FFF;
	border: 2px solid #000000;


}
.news_text{
	margin: 30px 30px 0px 30px;
}
.box01__ft{
    display: block;
    height: 20px;
    margin: 0 -20px;
    background: url(../img/top/bg_box_bottom.png) 0 bottom no-repeat;
    background-size: 100%;


}
.box01--tp02:after{
    bottom: -35px;
    left: -35px;
    width: 548px;
    height: 137px;
    background-image: url(../img/top/chr04.png) ;


}
.box01 .txtc{
    margin: -20px 0 10px;


}
.btn-post li{
    float: left;


}
.btn-post li a{
    /*display:block;*/
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    width: 231px;
    height: 100px;


}
.btn-post li a:hover{
    opacity: .8;


}
.btn-post .tw {
    margin-right: 18px;


}
.btn-post .tw a{
    background: url(../img/top/btn_twitter.png) center center no-repeat;


}
.btn-post .fb a{
    background: url(../img/top/btn_fb.png) center center no-repeat;


}
.box-tag{
    margin: 0 -10px;
}
.box-tag > dl{
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 10px;


}
.box-tag dt{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    background: url(../img/top/ttl_twitter.png) 10px 10px #e8f8ff no-repeat;
    padding: 10px 10px 0;


}
.box-tag dd{
    padding: 10px;
    background: #e8f8ff;
    font-size: 1.6rem;


}
.box-tag dd a{
    color: #009fe8;


}
.box-tag__insta dt{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    background: url(../img/top/ttl_insta.png) 10px 10px #fff0f8 no-repeat;
    padding: 10px 10px 0;


}
.box-tag__insta dd{
    padding: 10px;
    background: #fff0f8;


}
.box-tag__insta dd a{
    color: #e3007f;


}
.news-box{
    position: relative;
    padding-bottom: 30px;
}
.news-box__ttl{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    height: 190px;
    margin-top: -57px;
    background: url(../img/top/ttl_news.png) center 0 no-repeat;


}
.news-box__cont{
    position: relative;
    padding: 20px 40px 30px;
    background: url(../img/top/bg_news_cont.png) center 0 repeat-y;


}
.news-box__cont:after{
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 142px;
    background: url(../img/top/bg_news_cont02.png) 0 0 no-repeat;
    background-size: 100%;


}
.news-box__ft{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 310px;
    height: 90px;
    margin: 0 -20px;
    background: url(../img/top/bg_news_bottom.png) center 0 no-repeat;
    background-size: 100%;


}
.news{
    position: relative;
    z-index: 2;
}
.news li{
    margin-bottom: 5px;


}
.news li a{
    display: block;
    position: relative;
    padding-left: 22px;


}
.news li a:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../img/common/ar.svg) 0 0;
    background-size: 100%;


}
.bnr li{
    margin-top: 30px;
    text-align: center;


}
.bnr li img{
    vertical-align: middle;


}
.bnr li a:hover{
    opacity: 0.8;


}
.top_news dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 95%;
    overflow: auto;
    padding: 1em 0;
    margin: 0 auto;
    border-bottom: 1px #c0c0c0 dotted;
}
.top_news dl dt {
    padding: 0 3em 0 1em;
}
.shop_bn a:hover{
	opacity: 0.6;
}
/*-------------------------------------------------------------------
 03) page : how to play
-------------------------------------------------------------------*/
.sect{
    position: relative;
    padding-bottom: 60px;
}
.sect__ttl{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    position: relative;
    z-index: 1;
    height: 120px;
    margin: 0 auto -50px;


}
.sect__ttl02{
    text-align: center;
    margin-bottom: -20px;


}
.sect__ttl02 img{
    vertical-align: bottom;


}
.sect__cont{
    position: relative;
    border: 6px solid #fbd5a3;
    padding: 60px 30px 120px;
    background: url(../img/common/bg_sect.png) center 0 #FFF repeat;
    border-radius: 20px 20px 0 0;


}
.sect__cont:after{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 945px;
    height: 164px;
    margin-left: -472px;
    background: url(../img/common/bg_sect_bottom.png) center 0 no-repeat;


}
.sect--howto figure{
    position: relative;


}
.ttl-howto{
    background: url(../img/howto/ttl01.png) center 0 no-repeat;
}
.video-howto{
    position: absolute;
    top: 585px;
    width: 590px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*-------------------------------------------------------------------
 04) page : rare
-------------------------------------------------------------------*/
.ttl-rare{
    background: url(../img/rare/ttl01.png) center 0 no-repeat;
}
/*.card{
    margin: 0 -28px;
}*/
.card a{
    display: block;
    text-decoration: none;


}
.card a:focus{
    outline: none;


}
.card__menu{
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;


}
.card__menu p{
	text-align: center;

}
.card__menu p span{
	font-weight: bold;

}
.card__thumb{
    overflow: hidden;
    border: 5px solid #ffd7e9;
    border-radius: 50%;


}
.card__thumb img{
    display: block;


}
.card__ribbon{
    position: relative;
    display: table;
    width: 160px;
    height: 43px;
    padding: 0 20px 12px;
    margin-top: -30px;
    margin-bottom: -8px;
    background: url(../img/rare/bg_ribbon01.png) center 0 no-repeat;
    background-size: 200px 55px;
    text-align: center;


}
.card__ribbon span{
    display: table-cell;
    line-height: 1.2;
    vertical-align: middle;


}
.card__note{
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    height: 24px;
    text-align: center;
    width: 50%;
    margin: 0 auto;


}
.card__item:nth-child(even) .card__thumb{
    border-color: #8ae9ff;


}
.card__item:nth-child(even) .card__ribbon{
    background-image: url(../img/rare/bg_ribbon02.png);


}
.card:nth-child(even) .card__item:nth-child(odd) .card__thumb{
    border-color: #8ae9ff;


}
.card:nth-child(even) .card__item:nth-child(odd) .card__ribbon{
    background-image: url(../img/rare/bg_ribbon02.png);


}
.card:nth-child(even) .card__item:nth-child(even) .card__thumb{
    border-color: #ffd7e9;


}
.card:nth-child(even) .card__item:nth-child(even) .card__ribbon{
    background-image: url(../img/rare/bg_ribbon01.png);


}
.md{
    margin: 0 auto;
    max-width: 960px;
}
.md__inr{
    overflow: hidden;
    position: relative;
    padding: 60px;
    border: 8px solid #47c5ff;
    border-radius: 38px;
    background: #FFF;


}
.md__inr:after{
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #ff80ac;
    border-radius: 30px;


}
.md__inr:before{
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url(../img/common/bg_logo.jpg) 0 0 repeat;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: .5;


}
.md__inr > *{
    position: relative;
    z-index: 2;


}
.md__close{
    display:block;
    overflow:hidden;
    text-indent:200%;
    white-space:nowrap;
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    padding: 0;
    background: #ff80ac;
    border-radius: 26px;
    opacity: 1;
    cursor: pointer;


}
.md__close:after, .md__close:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 6px;
    margin: -3px -15px;
    background: #FFF;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);


}
.md__close:before{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);


}
.md__close-sp{
    display: none;


}
.md .copyright{
    position: absolute;
    right: 60px;
    bottom: 20px;
    font-size: 1.1rem;
    color: #757575;


}
.detail{
    margin: 0 -30px;
}
.detail >*{
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 30px;


}
.detail__img{
    float: right;


}
.detail__txt dt{
    font-size: 3rem;
    font-weight: bold;
    color: #e3007f;
    text-align: center;


}
.detail__txt dd p{
}
.detail__btn{
    padding-bottom: 10px;


}
.detail__btn div{
    text-align: center;
    margin-top: 20px;


}
.btn01{
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    width: 270px;
    background: #ff5f96;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 2.4rem;
    border-radius: 6px;
}
.btn01:before{
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    padding: 2px;
    border: 2px solid #ff5f96;
    border-radius: 8px;


}
.btn01:hover{
    opacity: 0.8;


}
.btn02{
    display: inline-block;
    position: relative;
    padding: 2px 10px;
    width: 270px;
    background: #34aee6;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.6rem;
}
.btn02:before{
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    padding: 2px;
    border: 2px solid #34aee6;
    border-radius: 8px;


}
.btn02:hover{
    opacity: 0.8;


}
.sliderbox__main{
    margin-bottom: 10px;


}
.sliderbox__main img{
    display: block;
    position: relative;
    z-index: 2;


}
.sliderbox__list{
    margin: 0 -5px;
    padding: 0 0 5px;


}
.sliderbox__list li{
    box-sizing: border-box;
    float: left;
    width: 20%;
    padding: 0 5px;


}
.sliderbox__list li a, .sliderbox__list li img{
    display: block;


}
.sliderbox__list li a:hover{
    opacity: 0.8;


}
.sliderbox__list li.current a{
    outline: 3px solid #e3007f;
	}
/*-------------------------------------------------------------------
 05) page : rare
-------------------------------------------------------------------*/
.access{margin: 20px;}
.access img{
	float: left;
}
.access table{
     margin-top: 30px;
     text-align: left;
font-weight: normal;}
.access table tr th{
	padding: 10px 20px;
}
@media all and (max-width: 900px) {
.access img{
	float: none;
	}
}

/*===================================================================
------------------
Table Of Contents
------------------
    01) sp base
    02) sp header
    03) sp footer
===================================================================*/
@media only screen and (max-width: 767px){
/*-------------------------------------------------------------------
 01) sp base
-------------------------------------------------------------------*/
#wrapper{
    min-width: 320px;
    /*background: url(../img/common/background.jpg) center 0 no-repeat;*/
    background-size: 100%;
}

.main-wrap{
    width: auto;
    margin: -10px auto 0;
    padding: 30px 0 0;
}
.main{
    padding: 0 20px !important;
}

.cont--col2 .cont__main{
        float: none;
        width: auto;


    }

.cont--col2 .cont__aside{
        float: none;
        width: auto;


    }

/*-------------------------------------------------------------------
 02) sp header
-------------------------------------------------------------------*/
.hd{
    width: auto;
    margin: 0 auto;
    padding: 40px 0 0;
}
.hd__inr{
        margin: 0 0 -3.86667%;
        height: 0;
        padding-top: 14.66667%;
        padding-bottom: 25.46667%;
        background: url(../img/common/bg_header_sp.png) center bottom no-repeat;
        background-size: 100%;


    }
.hd__inr:after{
        left: 0;
        width: 100%;
        height: 0;
        padding-top: 24%;
        background-size: 100%;


    }
.hd__inr--01:after{
        background-image: url(../img/common/chr_header01_sp.png);


    }
.hd__inr--02:after{
        background-image: url(../img/common/chr_header02_sp.png);


    }
.hd__inr--03:after{
        background-image: url(../img/common/chr_header03_sp.png);


    }
.hd__inr--04:after{
        background-image: url(../img/common/chr_header04_sp.png);


    }
.hd__ttl{
        width: 68.66667%;
        height: 0;
        padding-top: 11.46667%;
        margin: 5.33333% auto 0;


    }
.hd__sns{
        z-index: 20;
        top: 5px;
        right: 10px;


    }

.gnav ul{
        overflow: hidden;
        padding: 0 0 8px 0;


    }

.gnav li{
        float: left;
        width: 50%;
        margin-bottom: -3px;


    }

.gnav li a{
        display:block;
        overflow:hidden;
        text-indent:200%;
        white-space:nowrap;
        /*height: 0;
        padding-top: 21.33333%;
        border: 3px solid #FFF;*/
        background-size: 100%;
        background-position: center center;


    }

.gnav li:nth-child(even) a{
        border-left-width: 0px;


    }

・/*.gnav__item01{
        background-color: #ff86ca;


    }*/

.gnav__item01 a{
        background-image: url(../img/common/gm1.png);


    }

/*.gnav__item02{
        background-color: #33beff;


    }*/

.gnav__item02 a{
        background-image: url(../img/common/gm2.png);


    }

/*.gnav__item03{
        background-color: #01de7e;


    }*/

.gnav__item03 a{
        background-image: url(../img/common/gm3.png);


    }

/*.gnav__item04{
        background-color: #ffa800;


    }*/

.gnav__item04 a{
        background-image: url(../img/common/gm4.png);


    }
.sns li{
        width: 40px;
        height: 40px;
        margin-left: 5px;


    }
.sns a{
        width: 40px;
        height: 40px;


    }
.sns__tw a{
        background: url(../img/common/ico_tw.png) 0 0 no-repeat;
        background-size: 100%;


    }
.sns__fb a{
        background: url(../img/common/ico_fb.png) 0 0 no-repeat;
        background-size: 100%;


    }
.sns__line{
        display: block;


    }
.sns__line a{
        background: url(../img/common/ico_line.png) 0 0 no-repeat;
        background-size: 100%;


    }

/*-------------------------------------------------------------------
 03) sp footer
-------------------------------------------------------------------*/
.ft{
    display: block;
    position: relative;
    z-index: 2;
    padding: 30px 10px 80px;
	width: 100%;
}
.ft__copyright{
        overflow: hidden;
        text-align: center;


    }
.ft__copyright p{
        margin-top: 5px;
        margin-left: 0;
        font-size: .9rem;


    }
.ft__copyright .copyright{
        margin-left: 0;
        font-size: .9rem;


    }
.ft__logo{
        float: none;
        margin: 0 auto 10px;
        width: 70px;
        height: 20px;
        background: url(../img/common/logo_ft.png) 0 0 no-repeat;
        background-size: 100%;


    }

.scroll-top{
    bottom: 30px;
    right: 10px;
    width: 54px;
    height: 54px;
    margin-right: 0;
}



}
/*===================================================================
------------------
Table Of Contents
------------------
    01) sp common
    02) sp page : top
    03) sp page : how to play
    04) sp page : intro
===================================================================*/
@media only screen and (max-width: 767px){
/*-------------------------------------------------------------------
 01) sp common
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
 02) sp page : top
-------------------------------------------------------------------*/
.hero{

}

.slider{
    position: relative;
    margin-bottom: 30px;
}
.box01{
    position: relative;
    margin: 0 0 20px;
}
.box01:before{
        content: none;


    }
.box01:after{
        content: none;


    }
.box01__ttl{
        height: 0;
        padding-top: 21.12676%;
        margin: 0 -14px;
        background: url(../img/top/ttl01_sp.png) 0 0 no-repeat;
        background-size: 100%;


    }
.box01__cont{
        overflow: hidden;
        padding: 20px 10px;
        background: #FFF;
        /*border-left: 10px solid #fbd5a3;
        border-right: 10px solid #fbd5a3;*/


    }
.box01__ft{
        height: 0;
        padding-top: 21.97183%;
        margin: -19.15493% -2.8169% 0;
        background: url(../img/top/bg_box_bottom01_sp.png) 0 0 no-repeat;
        background-size: 100%;


    }
.box01--tp02 .box01__ttl{
        background-image: url(../img/top/ttl02_sp.png) ;


    }
.box01--tp02 .box01__ft{
        background-image: url(../img/top/bg_box_bottom02_sp.png);


    }
.box01 .txtc{
        margin: -15px 0 10px;


    }

.btn-post li{
        float: none;
        width: auto;


    }

.btn-post li a{
        width: auto;
        height: 0;
        padding-top: 18.10491%;


    }

.btn-post .tw {
        margin-right: 0;
        margin-bottom: 10px;


    }

.btn-post .tw a{
        background: url(../img/top/btn_twitter_sp.png) center center no-repeat;
        background-size: 100%;


    }

.btn-post .fb a{
        background: url(../img/top/btn_fb_sp.png) center center no-repeat;
        background-size: 100%;


    }

.box-tag{
    margin: 0;
}

.box-tag > dl{
        float: none;
        width: auto;
        padding: 0 10px;


    }

.box-tag dt{
        background: url(../img/top/ttl_twitter_sp.png) 10px center #e8f8ff no-repeat;
        background-size: 160px 20px;


    }

.box-tag dd{
        padding-top: 5px;
        font-size: 1.4rem;


    }

.box-tag__insta{
        margin-top: 10px;


    }

.box-tag__insta dt{
        background: url(../img/top/ttl_insta_sp.png) 10px center #fff0f8 no-repeat;
        background-size: 160px 20px;


    }

.news-box{
    padding-bottom: 0;
    margin-bottom: 20px;
}

.news-box__ttl{
        height: 0;
        width: 92.39437%;
        padding-top: 26.90141%;
        margin: -3.04878% auto 0;
        background: url(../img/top/ttl_news_sp.png) center 0 no-repeat;
        background-size: 100%;


    }

.news-box__cont{
        box-sizing: border-box;
        width: 92.39437%;
        margin: 0 auto;
        padding: 20px 20px 19.43662%;
        background: url(../img/top/bg_news_cont_sp.png) center 0 repeat-y;
        background-size: 100%;


    }

.news-box__ft{
        width: 100%;
        height: 0;
        padding: 19.43662% 0 0;
        margin: 0 auto;
        background: url(../img/top/bg_news_bottom_sp.png) center 0 no-repeat;
        background-size: 100%;


    }


.bnr{
    overflow: hidden;
    margin: 0 -5px;
}


.bnr li{
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;


    }

/*-------------------------------------------------------------------
 03) sp page : how to play
-------------------------------------------------------------------*/
.sect{
    position: relative;
    padding-bottom: 30px;
}
.sect__ttl{
        height: 0px;
        padding-top: 21.12676%;
        margin: 0 auto -7.04225%;


    }
.sect__ttl02{
        text-align: center;
        margin-bottom: 0;


    }
.sect__cont{
        border: 3px solid #fbd5a3;
        padding: 40px 12px 21.73913%;
        background-size: 50px 50px;


    }
.sect__cont:after{
        bottom: -0.41096%;
        left: -3%;
        width: 106%;
        height: 0;
        padding-top: 21.91781%;
        margin-left: 0;
        background: url(../img/common/bg_sect_bottom_sp.png) center 0 no-repeat;
        background-size: 100%;


    }

.ttl-howto{
    background: url(../img/howto/ttl01_sp.png) center 0 no-repeat;
    background-size: 100%;
}

.video-howto{
    top: 73.33843%;
    width: 80.79268%;
    margin: 0 auto;
}

/*-------------------------------------------------------------------
 04) sp page : rare
-------------------------------------------------------------------*/
.ttl-rare{
    background: url(../img/rare/ttl01_sp.png) center 0 no-repeat;
    background-size: 100%;
}

.card{
    margin: 0 -10px;
}

.card__menu{
        width: 50%;
        padding: 0 4px;


    }

.card__thumb{
        border: 3px solid #ffd7e9;


    }

.card__thumb img{
        width: 100%;


    }

.card__ribbon{
        width: 118px;
        height: 32px;
        padding: 0 12px 8px;
        margin: -23px auto 0px;
        background-size: 145px 40px;
        font-size: 1.1rem;


    }

.card__note{
        width: auto;


    }

.card__item:nth-child(1) .card__thumb{
        border-color: #ffd7e9 !important;


    }

.card__item:nth-child(1) .card__ribbon{
        background-image: url(../img/rare/bg_ribbon01.png) !important;


    }

.card__item:nth-child(2) .card__thumb{
        border-color: #8ae9ff !important;


    }

.card__item:nth-child(2) .card__ribbon{
        background-image: url(../img/rare/bg_ribbon02.png) !important;


    }

.card__item:nth-child(3) .card__thumb{
        border-color: #8ae9ff !important;


    }

.card__item:nth-child(3) .card__ribbon{
        background-image: url(../img/rare/bg_ribbon02.png) !important;


    }

.card__item:nth-child(4) .card__thumb{
        border-color: #ffd7e9 !important;


    }

.card__item:nth-child(4) .card__ribbon{
        background-image: url(../img/rare/bg_ribbon01.png) !important;


    }

.md__inr{
        padding: 20px;
        border: 3px solid #47c5ff;
        border-radius: 24px;


    }

.md__inr:after{
        border: 3px solid #ff80ac;
        border-radius: 20px;


    }

.md__close{
        width: 40px;
        height: 40px;
        border-radius: 20px;


    }

.md__close:after, .md__close:before{
        width: 20px;
        height: 4px;
        margin: -2px -10px;
        border-radius: 2px;


    }

.md__close-sp{
        display: block;
        padding: 3px 10px;
        width: auto;
        max-width: 200px;
        margin: 0 auto 20px;
        border-radius: 4px;
        font-size: 1.6rem;
        background: #ff80ac;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        border-radius: 6px;


    }

.md__close-sp:before{
        position: absolute;
        content: "";
        top: -4px;
        left: -4px;
        width: 100%;
        height: 100%;
        padding: 2px;
        border: 2px solid #ff80ac;
        border-radius: 8px;


    }

.md__close-sp i{
        display: inline-block;
        position: relative;
        top: -2px;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: middle;


    }

.md__close-sp i:after, .md__close-sp i:before{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        margin: -1px -10px;
        border-radius: 2px;
        background: #FFF;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);


    }

.md__close-sp i:before{
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);


    }

.md .copyright{
        display: block;
        position: static;
        font-size: 1rem;
        text-align: right;


    }

.detail{
    margin: 0;
}

.detail >*{
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 20px;


    }

.detail__txt dt{
        font-size: 2rem;


    }

.btn01{
    display: block;
    padding: 3px 10px;
    width: auto;
    max-width: 270px;
    margin: 0 auto;
    font-size: 2rem;
    border-radius: 4px;
}

.btn01:before{
        border-radius: 6px;


    }

.btn02{
    display: block;
    padding: 3px 10px;
    width: auto;
    max-width: 270px;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 1.4rem;
}

.btn02:before{
        border-radius: 6px;


    }

.btn02:hover{
        opacity: 0.8;


    }




}
@media only screen and (max-width: 375px){
    .card__ribbon{
        width: 130px;
        height: 32px;
        margin: -15px auto -5px;
        font-size: .9rem;
        line-height: 20px;


    }
}
/* 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);
        -ms-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;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev, .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before, .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    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;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.5; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.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: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.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;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {}
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  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;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.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: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}