/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background:#f5f5f5;
	font-size: 16px;
	color: #999;
	-webkit-text-size-adjust: 100%;
	opacity: 0;
	animation: fade-in .5s ease 0s forwards;
	font-family: sans-serif;
}
a,button{
	transition: .3s;
}
a:focus,button:focus{
	opacity:.5;
}
.wrap{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 750px;
	position: relative;
	background: #ededed;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	background: #b1b1b1;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.logo{
	height: 44px;
	background: url(./images/logo.png) no-repeat center;
	background-size: auto 27px;
	overflow: hidden;
}
.open-nav{
	width: 44px;
	height: 44px;
	background: url(./images/icon_nav.png) no-repeat center;
	background-size: 22px 20px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
/*--------------------------------
Content
--------------------------------*/
.heading{
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 8px solid #f1387e;
	border-left: 8px solid #f1387e;
	background: #1f1f1f;
}
.heading-txt{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.content-inner{
	padding: 16px;
	background:#000;
}
.list-item{
	padding:8px;
	margin: 0 0 16px 0;
	border-radius: 8px;
	overflow: hidden;
	background: #FFF;
	flex-direction: column;
}
.list-item:last-child{
margin-bottom:0;
}
.item-head{
	padding-bottom: 8px;
	text-align: center;
}
.item-head-txt{
	padding: 8px 0;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color:#333;
}
.item-head-txt::after{
	width: 100%;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.list-item:nth-of-type(odd) .item-head-txt::after{
	background: linear-gradient(to right, rgba(241,157,56,0) 0%,rgba(126,1,136,1) 50%,rgba(241,157,56,0) 100%);
}
.list-item:nth-of-type(even) .item-head-txt::after{
	background: linear-gradient(to right, rgba(241,56,126,0) 0%,rgba(161,2,2,1) 50%,rgba(241,56,126,0) 100%);
}
.list-item:nth-of-type(odd){
border-bottom:solid 3px #7e0188;
}
.list-item:nth-of-type(even){
border-bottom:solid 3px #a10202;
}
.tags{
	padding: 18px 0 10px 0;
	line-height: 25px;
	font-size: 12px;
}
.list-item:nth-of-type(odd) .tags{
	color: #f19d38;
}
.list-item:nth-of-type(even) .tags{
	color: #f1387e;
}
.tags li {
    float: left;
    font-size: 10px;
    line-height: 1.3;
    border: solid #ff73b0 1px;
    font-weight: bold;
    color: #ff73b0;
    padding: 3px;
    margin: 3px;
}
.item-img{
	width: 100px;
	position: relative;
	border-radius: 8px 8px 0 0;
	float:left;
}
.item-img::after{
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 32px 32px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .75;
}
.img-link{
	width: 100%;
}
.list-item:nth-of-type(odd) .item-img::after{
	border-color: #f19d38 transparent transparent transparent;
}
.list-item:nth-of-type(even) .item-img::after{
	border-color: #f1387e transparent transparent transparent;
}
.item-txt{
	margin: 0 13px 0px 13px;
	padding: 0 13px 0px 13px;
	background: #FFF;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	color: #303030;
	font-weight: bold;
	overflow:hidden;
}
.item-txt::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 6px 16px 6px;
	border-color: transparent transparent #FFF transparent;
	position: absolute;
	top: -16px;
	right: 0;
	left: 0;
}
.item-nav{
	clear:both;
	padding: 10px 0 0 0;
	background: #FFF;
	box-shadow: 0 -1px 2px rgba(0,0,0,.0);
}
.pickup-item{
	width: 100%;
	overflow: hidden;
	background: #292929;
	position: relative;
}
.pickup-item:nth-of-type(1){
	border-radius: 8px 8px 0 0;
}
.pickup-item:nth-of-type(2){
	background: #1f1f1f;
}
.pickup-item:nth-of-type(3){
	border-radius: 0 0 8px 8px;
}
.pickup-item::after{
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 16px 16px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .75;
	border-color: #f19d38 transparent transparent transparent;
}
.pickup-item:nth-of-type(2)::after{
	border-color: #f1387e transparent transparent transparent;
}
.pickup-link{
	padding: 0;
	display: flex;
	align-items: center;
}
.pickup-item-inner{
	padding: 0 0 0 8px;
	width: 100%;
	overflow: hidden;
}
.pickup-head{
	padding: 0 0 4px 0;
}
.pickup-head-txt{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #f19d38;
}
.pickup-item:nth-of-type(2) .pickup-head-txt{
	color: #f1387e;
}
.pickup-txt{
	font-size: 12px;
	overflow: hidden;
	color: #fff;
	height:54px;
	margin:5px;
	overflow:hidden;
	padding-right:20px;
	position: relative;
}
.pickup-txt:after{
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
right: 5px;
margin-top: -4px;
}
.pickup-img{
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
	background-size:cover;
	background-positon:center;
	background-repeat:no-repeat;
}
.site-info{
	margin: 0 16px 16px 16px;
	padding: 4px 8px 8px;
	overflow: hidden;
	background: #FFF;
	border-radius: 4px;
	text-align: center;
}
.info-label{
	line-height: 30px;
	display: block;
	font-size: 12px;
	color: #999;
}
.info-value{
	line-height: 30px;
	background: #1f1f1f;
	border-radius: 15px;
	font-size: 14px;
}
/*--------------------------------
Tabs
--------------------------------*/
.main-nav{
	margin: 0 0 8px 0;
	padding: 16px 4px 0 4px;
	display: flex;
	align-items: flex-end;
	border-bottom: 2px solid #f19d38;
}
.main-tab{
	padding: 14px 8px;
	line-height: 12px;
	font-size: 11px;
	margin: 0 2px;
	background: #292929;
	color: #fff;
	border-radius: 4px 4px 0 0;
	flex-grow: 1;
	text-align: center;
}
.current-tab{
	padding: 16px 8px;
	background: #f19d38;
}
/*--------------------------------
Intro
--------------------------------*/
.intro{
	padding: 16px;
}
.intro-item{
	padding: 16px 32px;
}
.intro-head{
	margin: 0 0 16px 0;
}
.intro-head-txt{
	line-height: 30px;
	background: #292929;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align :center;
}
.intro-txt{
	margin: 16px 0;
	padding: 8px;
	line-height: 21px;
	background: #292929;
	font-size: 16px;
	color: #FFF;
}
.intro .swiper-button-prev,.intro .swiper-button-next{
	width: 44px;
	height: 44px;
	background: url(./images/icon_slidearrow.png);
	background-size: 44px;
	overflow: hidden;
	border-radius: 50%;
	display: block;
}
.intro .swiper-button-prev{
	left: 0;
	transform: rotate(180deg);
	box-shadow: -2px -2px 4px rgba(0,0,0,.5);
}
.intro .swiper-button-next{
	right: 0;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.intro .swiper-button-prev::after,.intro .swiper-button-next::after{
	content: "";
}
.intro .swiper-pagination{
	padding: 8px 28px 0 28px;
	position: relative;
	display: flex;
	justify-content: center;
}
.intro .swiper-pagination-bullet{
	margin: 0;
	flex-grow: 1;
	border-radius: 0;
	background-color: #666;
}
.intro .swiper-pagination-bullet-active{
	margin: 0;
	border-radius: 2px;
	background-color: #f1387e;
}
/*--------------------------------
Geanaral Contents
--------------------------------*/
.general{
	padding: 16px;
}
.general-content{
	margin: 0 0 16px 0;
	padding: 16px;
	background: #292929;
	border-radius: 8px;
}
.general-content:nth-last-child(1){
	margin: 0;
}
.general-content h2{
	height: 60px;
	line-height: 21px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	text-align :center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #121212;
}
.general-content h3{
	padding: 8px 16px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	border-left: 8px solid #f1387e;
	background: #1f1f1f;
}
.general-content p{
	padding: 16px 0;
	line-height: 24px;
}
.general-content figure img{
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
}
.general-content nav{
	padding: 16px 0;
}
.general-content nav a{
	padding: 0 0 0 16px;
	width: 100%;
	height: 60px;
	display: block;
	background-image: url(./images/icon_btn.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 8px 17px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f90;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 -3px 0 rgba(0,0,0,.2) inset;
	text-align: center;
	font-weight: bold;
	background-color: #f1387e;
}
/*--------------------------------
Pagination
--------------------------------*/
.pagination{
	padding: 0 16px 32px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.page-numbers{
	margin: 0 4px;
	padding: 8px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	flex-grow: 0;
}
a.page-numbers{
	background: #fff;
	color: #333;
}
/*--------------------------------
Button
--------------------------------*/
.web-btn{
	padding: 0 0 0 16px;
	width: 100%;
	height: 60px;
	display: block;
	background-image: url(./images/icon_btn.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 8px 17px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f90;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 -3px 0 rgba(0,0,0,.2) inset;
	text-align: center;
	font-weight: bold;
}
.list-item:nth-of-type(odd) .web-btn{
	background-color: #7e0088;
}
.list-item:nth-of-type(even) .web-btn,.intro-item .web-btn{
	background-color: #a10101;
}
.ios-btn{
	width: 100%;
	height: 60px;
	display: block;
	background: url(../images/btn_ios.png) no-repeat center top 4px #000;
	background-size: auto 50px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #666;
}
.and-btn{
	width: 100%;
	height: 65px;
	display: block;
	background: url(../images/btn_google.png) no-repeat center top 4px #000;
	background-size: auto 50px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #666;
}
/*--------------------------------
Footer
--------------------------------*/

.footer{
	line-height: 1.4em;
    text-align: left;
    background: #511010;

}
.info{
    padding: 10px 0 5px 20px;
}
.info a{
	color:#999;
}
.copy{
    font-size: 14px;
    font-family: arial,sans-serif;
    text-align: center;
    border-top: 1px solid #000;
    padding: 5px;
}
/*--------------------------------
Overlay
--------------------------------*/
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	background-size: 60px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 4;
}
.close-overlay{
	width: 100%;
	height: 100%;
	background: url(./images/icon_close.png) no-repeat 0 0;
	background-size: 60px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.overlay-inner{
	margin: 0 auto;
	padding: 16px;
	width: 100%;
	max-width: 750px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-nav{
	width: 100%;
	background: #1f1f1f;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 6;
}
.form-field{
	background: #292929;
}
.form-inner{
	padding: 16px;
	display: flex;
}
.txt-input{
	margin: 0 8px 0 0;
	padding: 0 8px;
	height: 44px;
	background: #000;
	flex-grow: 1;
	border: 1px solid #303030;
	color: #fff;
}
.txt-input:placeholder{
	color: #999;
}
.search-btn{
	width: 44px;
	height: 44px;
	background: url(./images/icon_search.png) no-repeat center top #303030;
	background-size: 44px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 -2px 0 rgba(0,0,0,.5) inset;
}
.gnav{
	padding: 16px;
	text-align: center;
	background: #1f1f1f;
}
.gnav-item{
	padding: 16px 0;
	display: block;
	color: #fff;
	border-bottom: 1px dotted #303030;
	position: relative;
}
.gnav-item::after{
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	left: 0;
}

strong {
	color:#ff00a0;
	font-size: 14px;
}

/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes slide-down{
0% {opacity: 0;transform: translate3d(0,-40px,0) scale(1.2);}
100% {opacity: 1;transform: translate3d(0,0,0) scale(1);}
}



/*lucky-code
--------------------------------------------------------------------------------------------------------------*/
.lucky-code h2 {
    margin-bottom: 8px;
    padding: 20px;
    width: 100%;
    background: url(./images/c_border.png) repeat-x;
    background-position: center bottom 8px;
    text-align:center;
    line-height: 40px;
    font-size: 36px;
    position: relative;
}
.lucky-code h2 span{
    margin-left:8px;
    color:#ff58ac;
}
ul.tel-btn {
    display: flex;
    flex-wrap: wrap;
}
ul.tel-btn li{
    width: 50%;
    margin-bottom: 16px;
}
ul.tel-btn li:nth-child(even){
    padding-left:16px;
}
ul.tel-btn li:last-child{
    width: 100%;
}
ul.tel-btn li a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    height: 80px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 10px;
    background-image: url(./images/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-y: center;
    background-position-x: 4px;
    background-color: #16c01b;
    box-shadow: 0 4px #008004;
    color: #ffffff;
    cursor:pointer;
}
ul.tel-btn li a.selected {
    position: relative;
    top: 4px;
    background-color: #919191;
    box-shadow: none;
    background-image: url(./images/icon_tel_g.png);
}
ul.tel-btn li a span {
    margin-left: 16px;
}
.lucky-code {
    display:none;
}
.single .lucky-code {
    display:block;
    margin-top: 8px;
}



/*SPlucky-code
--------------------------------------------------------------------------------------------------------------*/
.lucky-code h2 {
    padding: 0 0 10px 0;
    background: url(./images/c_border.png) repeat-x;
    background-position: center bottom 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lucky-code h2 span{
    margin-left:8px;
    color:#ff58ac;
}
ul.tel-btn {
    padding: 0 8px;
}
ul.tel-btn li{
    margin-bottom: 12px;
}
ul.tel-btn li a {
    padding: 16px 4px 16px 32px;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 10px;
    background-image: url(./images/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position-y: center;
    background-position-x: 4px;
    background-color: #16c01b;
    box-shadow: 0 4px #008004;
    color: #ffffff;
}
ul.tel-btn li a.selected {
    position: relative;
    top: 4px;
    background-color: #919191;
    box-shadow: none;
    background-image: url(./images/icon_tel_g.png);
}
ul.tel-btn li a span{
    display: inline-block;
    margin-left:8px;
}
.lucky-code {
    display:none;
}
.single .lucky-code {
    display:block;
    margin-top: 8px;
}

.header_img img{
width:100%;
}
.page_navi{
padding:0px 15px 15px;
}
.page_navi ul{
padding:0;
marign:0;
overflow:hidden;
list-style:none;
}
.page_navi ul li.prev_btn{
width:50%;
float:left;
}
.page_navi ul li.next_btn{
width:50%;
float:right;
}
.page_navi ul li a{
display:block;
background:#555;
padding:10px;
margin-right:10px;
text-decoration:none;
font-weight:bold;
font-size:18px;
text-align:center;
border-radius:6px;
color:#fff;
border-bottom:solid 3px #333;
}
.page_navi ul li.next_btn a{
margin-left:10px;
margin-right:0px;
}