@charset "UTF-8";
/* reset styles */

html, body, .container, header {
	height: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    font-size: 100%;
    font-family:'Lucida Grande',Meiryo, メイリオ, sans-serif;
    color: #000;
    height: 100%;
	line-height: 1.5;
}


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;
}

/* common
================================================== */
.f-bold {
    font-weight: bold;
}

.f-110 {
	font-size: 110%;
}

.f-90 {
	font-size: 90%;
}

.f-80 {
	font-size: 80%;
}

.f-75 {
	font-size: 75%;
}

.f-60 {
	font-size: 60%;
}

.ta-right {
	text-align: right;
}

.pb-05em {
	padding-bottom: 0.5em;
}

.mb-05em {
	margin-bottom: 0.5em;
}

a img.css-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

a:hover img.css-hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}


#pc {
	display: block !important;
}

#sp {
	display: none !important;
}


/* common styles */
.pagetop_btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  z-index: 9999;
}
.pagetop_btn a {
  display: block;
  width: 50px;
  height: 50px;
}

* {
    box-sizing: border-box;    
}

.container {
	width: 100%;
}

img {
  max-width: none;
  border: 0;
}

.img_max {
  max-width: 100%;
  width: auto;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}


.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear: both;}

html,body { position: relative; }


/* SNS */
.sns_btn {
    display: inline-block;
    width: 90px;
    height: 32px;
    text-indent: -9999px;
    background: no-repeat center top;
    background-size: contain;
    font-size: 0;
}
.sns_btn.btn_twitter {
    background-image: url(../images/btn_twitter.png);
}
.sns_btn.btn_twitter:hover {
    background-image: url(../images/btn_twitter_on.png);
}
.sns_btn.btn_facebook {
    background-image: url(../images/btn_facebook.png); 
}
.sns_btn.btn_facebook:hover {
    background-image: url(../images/btn_facebook_on.png); 
}
.sns_btn.btn_line {
    background-image: url(../images/btn_line_sp.png);
}

/* header */
.header-img {
	width: 960px;
	margin: 50px auto 10px;
}

.catch {
	width: 950px;
	margin: 1.5em auto 0;
	font-weight: bold;
}


/* digital contents */
.digital_contents {
	width: 960px;
	margin: 0 auto 20px;
}
.digital_contents .cont-1 {
	width: 200px;
	float: left;
	margin-right: 53.3333333px;
	text-align: center;
}

.digital_contents .cont-2 {
	width: 200px;
	float: left;
	margin-right: 0;
}

.digital_contents .cont-3 {
	width: 250px;
	margin: 0 auto 40px;
}

.digital_contents .type {
	border-top: #000 2px double;
	border-bottom: #000 2px double;
	padding: 0.5em 0;
	margin-bottom: 1.5em;
	margin-top: 2.5em;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
}

.digital_contents .info {
	margin: 0 auto 2em;
}

.digital_contents .info-2 {
	width: 600px;
	margin: 0 auto 2em;
}

.digital_contents p {
	width: 200px;
	margin: 5px auto;
	text-align: center;
}

.digital_contents .first {
	margin: 20px auto 5px;
}

.digital_contents a img.css-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.digital_contents a:hover img.css-hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.digital_contents .title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.digital_contents .title-2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.5em;
}



/* footer */
.site_footer {
    background: #000;
    padding: 20px 0 40px;
}
.footer_sns{
    text-align: center;
    margin: 0;
}

.footer_sns_list li {
	vertical-align: top;
    display: inline-block;
    padding: 0 8px 15px;
    font-size: 0;
}

.footer_navigation_list {
	margin-top: 30px;
}

.footer_navigation_list li {
    float: left;
    letter-spacing: 0.1em;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 84%;
    border-right: 1px solid #FFF;
}

.footer_navigation {
	width: 370px;
    margin: 0 auto;
	text-align: center;
}

.footer_navigation_list li:last-child {
    border: none;
}

.footer_navigation_list li a {
    color: #FFF;	
}

.footer_navigation_list li a {
	color: #FFF;
    text-decoration: none;
    word-wrap: break-word;
}

.footer_navigation_list li a:hover {
	color: #FFF;
    text-decoration: underline;
    word-wrap: break-word ;
}

.copyright {
    font-size: 80%;
    color: #FFF;
    text-align: center;
    margin-top: 1.5em;
}


.release_inner:after,.profile_area:after,.footer_sns:after,.footer_navigation:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.mobileOn {
    display: none !important;
}



@media only screen and (min-width: 480px) and (max-width: 799px) {

#pc {
	display: none !important;
}

#sp {
	display: block !important;
}

.mobileOff {
        display: none;
}

.mobileOn {
        display: block !important;
}

.pagetop_btn {
    bottom: 20px;
    right: 20px;
}
.pagetop_btn a {
    display: block;
    width: 50px;
    height: 50px;
}


	.footer_navigation_list li{
		float: none;
	}
	.footer_navigation,.footer_sns{
		width: auto;
	}
    
    .header_logo {
        width: 42%;
        margin: 0 auto;
    }


/* header */
.header-img {
	width: 100%;
	margin: 30px auto 10px;
}

.header-img img {
	width: 98%;
	max-width: 750px;
	height: auto;
}

.catch {
	width: 100%;
	margin: 1.5em auto 0;
	font-weight: bold;
	padding: 0 0.5em;
}


/* digital contents */
.digital_contents {
	width: 100%;
	margin: 0 auto 10px;
    text-align: center;
}

.digital_contents .cont-1 {
	width: 100%;
	margin: 0 auto 50px;
}

.digital_contents .cont-2 {
	width: 100%;
	margin: 0 auto;
}

.digital_contents .cont-3 {
	width: 100%;
	margin: 0 auto 50px;
}

.digital_contents .info,
.digital_contents .info-2 {
	width: 100%;
	margin: 0 auto 2em;
	padding: 0 0.5em;
	text-align: left;
	font-size: 90%;
}

.digital_contents p {
	width: 100%;
	margin: 5px auto;
	padding: 0 0.5em;
}

.digital_contents .first {
	margin: 20px auto 5px;
}

.digital_contents a img.css-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.digital_contents a:hover img.css-hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.digital_contents img {
	width: 80%;
	max-width: 500px;
	height: auto;
    text-align: center;
	margin: 0 auto;
}


	.footer_navigation_list li{
		float: none;
	}
	.footer_navigation,.footer_sns{
		width: auto;
	}
    
    .header_logo {
        width: 42%;
        margin: 0 auto;
    }

}


@media only screen and (max-width: 479px) {

#pc {
	display: none !important;
}

#sp {
	display: block !important;
}

.mobileOff {
        display: none;
}

.mobileOn {
        display: block !important;
}

.pagetop_btn {
    bottom: 20px;
    right: 20px;
}
.pagetop_btn a {
    display: block;
    width: 50px;
    height: 50px;
}


	.footer_navigation_list li{
		float: none;
	}
	.footer_navigation,.footer_sns{
		width: auto;
	}
    
    .header_logo {
        width: 42%;
        margin: 0 auto;
    }


/* header */
.header-img {
	width: 100%;
	margin: 30px auto 10px;
	text-align: center;
}

.header-img img {
	width: 96%;
	max-width: 750px;
	height: auto;
	text-align: center;
}

.catch {
	width: 100%;
	margin: 1.5em auto 0;
	font-weight: bold;
	padding: 0 0.5em;
	text-align: left;
}


/* digital contents */
.digital_contents {
	width: 100%;
	margin: 0 auto 10px;
    text-align: center;
}

.digital_contents .cont-1 {
	width: 100%;
	margin: 0 auto 50px;
}

.digital_contents .cont-2 {
	width: 100%;
	margin: 0 auto;
}

.digital_contents .cont-3 {
	width: 100%;
	margin: 0 auto 50px;
}

.digital_contents .info,
.digital_contents .info-2 {
	width: 100%;
	margin: 0 auto 2em;
	padding: 0 0.5em;
	text-align: left;
    font-size: 90%;
}

.digital_contents p {
	width: 100%;
	margin: 5px auto;
	padding: 0 0.5em;
}

.digital_contents img {
	width: 70%;
	max-width: 500px;
	height: auto;
    text-align: center;
	margin: 0 auto;
}


/* SNS */
.sns_btn {
  display: inline-block;
  width: 110px;
  height: 32px;
  text-indent: -9999px;
  background: no-repeat center top;
  background-size: contain;
  font-size: 0;
}
.sns_btn.btn_twitter {
    background-image: url(../images/btn_twitter_sp.png);
}

.sns_btn.btn_twitter:hover {
    background-image: url(../images/btn_twitter_sp_on.png);
}

.sns_btn.btn_facebook {
    background-image: url(../images/btn_facebook_sp.png); 
}

.sns_btn.btn_facebook:hover {
    background-image: url(../images/btn_facebook_sp_on.png); 
}

.sns_btn.btn_line {
    background-image: url(../images/btn_line_sp.png);
}


/* footer */
.footer_sns_list .mobileOn{
        display: inline-block !important;
}

.footer_sns{
	width: auto;
}

.footer_sns_list li {
    padding: 0 2px 15px;
}

.footer_navigation {
	margin-top: 2em;
    width: auto;
}

.footer_navigation_list {
    margin: 5px auto;
    text-align: left;
    width: 95%;
}

.footer_navigation_list li {
    display: block;
    float: none;
    border-right: none;
    border-left: 10px solid #FFF;
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.footer_navigation_list li:last-child {
    border-right: none;
    border-left: 10px solid #FFF;
}

.copyright {
    font-size: 70%;
}

}