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

a {
    text-decoration: none;
    color: #333;
    outline:none; 
}
html,body {
    font-size: 16px;
    height: 100%;
    color: #333333;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    -webkit-font-smoothing: antialiased;
}

.wrapInner {
    overflow: hidden;
    margin: 0 auto;
    /* max-width: 1080px; */
    padding: 10px 0;
}

a,a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover img {
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
}

/*---------------------------------------------
 wrap
---------------------------------------------*/
#wrap {
    -webkit-text-size-adjust: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background: rgb(230,230,230);
}

/*---------------------------------------------
 header
---------------------------------------------*/
#header {
    position: relative;
    z-index: 200;
    border-top: 6px solid #df0012;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
#header .logo {
	padding: 10px;
	width: 330px;
}
/*---------------------------------------------
 footer
---------------------------------------------*/
#footer {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.section {
    padding: 10px 0 100px;
}

.list-panel {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 8px;
    margin: auto;
    padding: 30px calc(50vw - 50% + 30px);
    width: 100vw;
    background: #fff;
    margin-top: 30px;
}

.list-panel.col3 .panel {
    width: 32.8%;
}

.list-panel .panel {
    position: relative;
    transition: .3s;
    height: 100%;
}

/*==========================================================================================================
 PC Only
 ==========================================================================================================*/
@media screen and (min-width: 1061px) {
    .pcOnly {
        display: block!important;
    }

    .spOnly {
        display: none!important;
    }

    img.pcOnly {
        display: inline-block!important;
    }

    .spHeader {
        display: none!important;
    }

    #wrap {
        padding-top: 92px;
    }
}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 1060px) {
    #wrap {
        padding-top: 40px!important;
    }

    .spOnly {
        display: block !important;
    }

    .pcOnly {
        display: none !important;
    }

    .list-panel {
        margin-bottom: 20px;
        padding: 10px;
    }

    .list-panel.sp-col-1 .panel {
        width: 48%;
    }
	.title-wrapper h1 {
	    padding-top: 50px;    
	}
	.asset, .asset .img {
		/* height:100% !important; */
	}
	.asset {
		/* padding:30px; */
	}
}
.title-wrapper h1 {
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.asset {
	background:#fff;
	position:relative;
	margin-bottom: 15px;
	height: 150px;
}
.asset a:hover .img,.asset a:focus .img {
	box-shadow: 0 0 2px gray;
}
.asset a {
	font-weight:normal;
	display:block;
}
.asset .title {
	font-size: 1.1rem;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}
.asset a:hover .title ,.asset a:focus .title,.asset a:hover .size ,.asset a:focus .size {
	color: #df0012;
}
.asset a:hover .img ,.asset a:focus .img{
	border-color: #df0012;
}
.asset .title img {
	width: 33px;
	margin-right: 5px;
}
.asset .caption {
	display:block;
	padding:5px 10px;
	line-height:1.2;
	color:rgb(92,92,92);
	font-size:0.85rem;
}
.asset .size {
	font-size: 0.9rem;
	border-radius:15px;
}
.asset .img {
	position:relative;
	width:auto;
	height: 220px;
	background: url(../images/loading.gif) no-repeat;
	background-position: center;
	border: 2px solid rgb(230, 230, 230);
}
.asset .img .play-icon{
	position:absolute;
	top:50%;
	left:50%;
	opacity: 0.8;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.asset .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
}
.asset a:hover img ,.asset a:focus img {
	opacity:1;
}

.copyright {
	text-align:center;
}
.copyright br {
	display:none;
}
.text-center {
	text-align:center;
}
.rtn-btn {
	width: 100%;
    max-width: 200px;
    display: block;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    background: #fff;
    border: solid 1px gray;
    border-radius: 10px;
    padding: 5px;
}
.rtn-btn:hover, .rtn-btn:focus {
	opacity:0.7;
}
 .title-wrapper .summary {
        text-align: center;
        font-weight: bold;
 }
 .title-wrapper .summary.wide {
     background:#fff;
     padding:100px;
 }
@media only screen and (max-width: 1024px) {
    .title-wrapper .summary {
        padding: 0 30px;
    }
	.copyright br {
		display:block;
	}
}
.common_msg_area {
	opacity:0;
	width:0;
	height:0;
}
.error_message {
	color : red;
}

i {
	margin-right: 5px;
}

#loading_dialog .exec_img {
	text-align:center;
	padding-right:20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-thumb{
  background: #999;
  border-radius: 5px;
}
*::-webkit-scrollbar-track-piece {
  background: #efefef;
}
@media screen and (max-width: 500px) {
	.modaal-inner-wrapper {
		padding:0 !important;
	}
	.modaal-video-wrap {
		margin:10px  !important;
	}
}

.asset.coming_soon {
	background:rgb(230,230,230);
	height: 220px;
}
.asset.coming_soon span {
	position:absolute;
	right:20px;
	top:50%;
	color:rgb(179,179,179);
	font-size: 1.4rem;
	transform:translateY(-50%);
	font-weight: bold;
}