/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style: none;
}
.popup-wrap{
    position:relative;
    z-index: 999;
   background: #000;
}
.wrap-box{
    position:fixed;
    width:100%;
    height:100vh;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -webkit-align-items: center;
   align-items: center;
    background: #000;
}
.wrap-box>div{
    width:50%;
}
.popup-wrap.hidden, #wrapper.hidden {
    opacity: 0;
    visibility: hidden;
        display: none;
  }
.close-btn{
       cursor: pointer;
 
}
.sp-only, .sponly {
    display: none;
}

/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	-webkit-text-size-adjust: none;
}



/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #86D1FF;
}
a:visited {
	text-decoration: none;
	color: #C1C1FF;
}
a:hover {
	text-decoration: underline;
	color: #c00;
}
a:active {
	text-decoration: underline;
	color: #c00;
	position: relative;
	left: 1px;
	top: 1px;
}
@media screen and (max-width: 1023px){
.sp-only, .sponly {
    display: block;
}
.pc-only, .pconly {
    display: none;
}
    
.sponly.wrap-box{
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
    display: flex;
}    

        .centerimg{
            position: relative;
    }
    .centerimg img{
            position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
        max-height:100%;
    }
}
@media only screen and (max-width: 1023px) and (orientation:portrait) {
    .wrap-box div {
    width: 100%;
        height: 44vh;
}
.sponly.wrap-box{
   align-content: flex-start;
}
    }
@media only screen and (max-width: 1023px) and (orientation:landscape) {
}


