@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
.over{
  opacity: .5;	
}
/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: YuGothic,'Yu Gothic','Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
}
#fadeIn{
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 14px;
  }
}

body {
	background-color: #000000;
	color: #FFFFFF;
}

#pageWrap,
#pageWrap_pro
{
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
	
	#pageWrap {
    width: 100%;
    padding-top: 315.6125%;
  }
	#pageWrap_pro{
		width: 100%;
	}
	br{
		display: none;
	}
}
a{
	color: #FFFFFF;
}
a:hover {
  opacity: .5;
  -webkit-transition: opacity 0.3s ease-out;
　-moz-transition: opacity 0.3s ease-out;
　-ms-transition: opacity 0.3s ease-out;
　-o-transition: opacity 0.3s ease-out;
　transition: opacity 0.3s ease-out;	
}
/*a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
.hb-open-in-new{
	font-size: .8rem;
    top: -.2rem;
    position: relative;
}
img {
  vertical-align: top;
  max-width: 100%;
}

.clrF::after {
  content: "";
  display: block;
  clear: both;
}
.text_i{
	font-style: italic;
}
.text_s{
	font-size: .75rem;
}
@media screen and (min-width: 641px) {
  .spOnly {
    display: none !important;
  }
  .br-spOnly{
	display: none;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
  .br-spOnly, .sp-br{
	display: block;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea .mainVisual {
  width: 100%;
  padding-top: 86.875%;
  background: url(../images/common/common_mv_bg01.jpg) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}

#contentsArea .mainVisual > .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contentsArea .mainVisual img {
  display: block;
}

#contentsArea .mainVisual .text01 {
  position: absolute;
  width: 23.375%;
  top: 2.302%;
  right: 0;
}
#contentsArea .mainVisual .anime{
	position: absolute;
    width: 43.5%;
    bottom: 0;
    left: 5.5%;
}
#contentsArea .mainVisual .text01 img:hover{
	opacity: .5;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
　-moz-transition: opacity 0.3s ease-out;
　-ms-transition: opacity 0.3s ease-out;
　-o-transition: opacity 0.3s ease-out;
　transition: opacity 0.3s ease-out;	
}
#contentsArea .mainVisual .heading {
  position: absolute;
  width: 71.875%;
  top: 10.071%;
  left: 0;
}

#contentsArea .commonBlock01 {
  padding-top: 80px;
  font-size: 1rem;
}

#contentsArea .commonBlock01 .text {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
	line-height: 1.9;
	letter-spacing: 0.16rem;
	font-family: 'Jun 501',sans-serif;
}
#contentsArea .prof_link{
	text-align: center;
	padding: 55px 0 95px;
}
#contentsArea .listBlock01 {
	position: relative;
	margin-bottom: 130px;
}
#contentsArea .listBlock01:before {
    content: '';
    display: block;
    width: 800px;
    height: 32px;
    background-image: url(../images/common/bg_content_top@2x.png);
    background-repeat: no-repeat;
    background-size: 800px 32px;
}
#contentsArea .listBlock01:after {
    content: '';
    display: block;
    width: 800px;
    height: 32px;
    background-image: url(../images/common/bg_content_bottom@2x.png);
    background-repeat: no-repeat;
    background-size: 800px 32px;
}
#contentsArea .listBlock01 a.private{
	opacity: .5;
}
#contentsArea .listBlock01 ul{
    width: 800px;
	background-image: url(../images/common/bg_content_side@2x.png);
    background-repeat: repeat-y;
    background-size: 800px 32px;
	text-align: center;
}
#contentsArea .listBlock01 ul li {
  position: relative;
	border-bottom: #4d4d4d solid;
    width: 688px;
	margin: 0 auto;
}

#contentsArea .listBlock01 ul li.close::after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contentsArea .listBlock01 ul li a {
  display: block;
  padding: 45px 0 40px;
  text-decoration: none;
}

#contentsArea .listBlock01 ul li a:hover {
  opacity: .5;
}

#contentsArea .listBlock01 ul li a .title {
  font-family: 'Jun 501',sans-serif;
}

#contentsArea .listBlock01 ul li a .title p:first-child {
  width: 76px;
  margin: 0 auto;
}

#contentsArea .listBlock01 ul li a .title p:last-child {
  font-size: 2rem;
  padding: 20px 0 10px;
}

#contentsArea .listBlock01 ul li a .text {
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: .3rem;
  font-family: YuGothic,'Yu Gothic','Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
#contentsArea .listBlock01 ul li:last-child {
  border: none;
}
#contentsArea .capture{
	font-size:14px;
	color:#666;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#contentsArea .listBlock01:before {
		width: 100%;
		height: 24px;
		background-size: 100% auto;
	}
	#contentsArea .listBlock01:after {
		width: 100%;
		height: 24px;
		background-size: 100% auto;
	}
	#contentsArea .listBlock01 ul {
		width: 100%;
		background-size: 100% 24px;
		text-align: center;
	}
	#detailArea .articleBlock01:before {
		width: 100% !important;
		background-size: 100% auto !important;
	}
	#detailArea .articleBlock01:after {
		width: 100% !important;
		background-size: 100% auto !important;
	}
	#detailArea .articleBlock01 dt{
		width: 10% !important;
	}
	#detailArea .articleBlock01 dd{
		width: 80% !important;
	}
}
@media screen and (max-width: 640px) {
  #contentsArea .mainVisual {
    padding-top: 315.6125%;
    background: url(../images/common/common_mv_bg01_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contentsArea .mainVisual .text01 {
    width: 39.687%;
    top: 1.089%;
    right: 5%;
  }
  #contentsArea .mainVisual .anime {
    width: 76.875%;
    bottom: 29.306%;
    left: 11.875%;
  }
  #contentsArea .mainVisual .heading {
    width: 90%;
    top: 35.544%;
    left: 5%;
  }
  #contentsArea .commonBlock01 {
	padding-top: 35px;
    font-size: 1rem;
  }
  #contentsArea .prof_link{
		padding: 40px 0 50px;
  }
  #contentsArea .listBlock01 {
    margin-bottom: 70px;
  }
  #contentsArea .listBlock01:before {
	height: 32px;
	background-image: url(../images/common/bg_content_top_sp@2x.png);
	background-size: 100% 100%;
  }
  #contentsArea .listBlock01:after {
	height: 32px;
	background-image: url(../images/common/bg_content_bottom_sp@2x.png);
	margin-top: -20px;
	background-size: 100% 100%;
  }
  #contentsArea .listBlock01 ul {
	 width: 100%;
    background-image: url(../images/common/bg_content_side_sp@2x.png);
    background-size: 100% 32px;
  }
  #contentsArea .commonBlock01 .text {
    text-align: left;
    line-height: 1.93;
	padding: 0 5%;
  }
	#contentsArea .listBlock01 ul li{
		width: 90%;
	}
   #contentsArea .listBlock01 ul li a {
    padding: 29px 0 30px;
  }
  #contentsArea .listBlock01 ul li a .inner {
    width: auto;
    margin: 0 auto;
  }
  #contentsArea .listBlock01 ul li a .title {
    margin-bottom: 8px;
  }
	#contentsArea .listBlock01 ul li a .title p:first-child {
    width: 54px;
    margin: 0 auto;
	}
  #contentsArea .listBlock01 ul li a .title p:last-child {
    font-size: 1.429rem;
    padding: 10px 0 0;
  }
  #contentsArea .listBlock01 ul li a .text {
    font-size: 1rem;
  }
}

/* detailArea */
#detailArea {
  position: relative;
}

#detailArea .navBlock01 {
  text-align: center;
}

#detailArea .navBlock01 ul.list {
	max-width: 720px;
	width: 95%;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#detailArea .navBlock01 .list {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

#detailArea .navBlock01 .list li {
  display: inline-block;
  vertical-align: middle;
}

#detailArea .navBlock01 .list li.hide {
  position: relative;
  opacity: 0;
  z-index: -1;
}
#detailArea .navBlock01 .list li a .icon {
  display: inline-block;
  vertical-align: middle;
}
#detailArea .navBlock01 .list .menu a {
	display: block;
}
#detailArea .navBlock01 .list .hobo-pager-prev .icon {
  width: 87px;
}

#detailArea .navBlock01 .list .menu a .icon {
  width: 102px;
}

#detailArea .navBlock01 .list .hobo-pager-next .icon {
  width: 90.5px;
}
#detailArea .navBottom{
	padding: 32px 0 90px;
}
#detailArea .articleBlock01 {
  padding: 30px 0;
  width: 800px;
  margin: 0 auto;
}
#detailArea .articleBlock01:before{
	content: '';
    display: block;
    width: 800px;
    height: 32px;
    background-image: url(../images/common/bg_content_top@2x.png);
    background-repeat: no-repeat;
    background-size: 800px 32px;
}
#detailArea .articleBlock01:after{
	content: '';
    display: block;
    width: 800px;
    height: 32px;
    background-image: url(../images/common/bg_content_bottom@2x.png);
    background-repeat: no-repeat;
    background-size: 800px 32px;
}
#detailArea .articleBlock01 .inner{
	width: 800px;
    background-image: url(../images/common/bg_content_side@2x.png);
    background-repeat: repeat-y;
    background-size: 800px 32px;
    text-align: center;
}
#detailArea .articleBlock01 .heading {
  padding: 60px 0;
}
#detailArea .articleBlock01 .heading .num img {
  width: 65px;
  padding-bottom: 30px;
}
#detailArea .articleBlock01 .heading .icon img {
  width: 46px;
  padding-top: 30px;
}
#detailArea .articleBlock01 .heading span{
  display: block;
  font-size: 2rem;
  font-family: 'Jun 501',sans-serif;
}
#detailArea .articleBlock01 .text {
  padding: 0;
  font-size: 1rem;
  line-height: 1.88;
  font-weight: 500;
  margin-bottom: 1.875em;
}
#detailArea .articleBlock01 .main{
	color: #FFFFFF;
}
#detailArea .articleBlock01 .sub{
	color: #949494;
}
#detailArea .articleBlock01 .sub a{
	color: #949494;
}
#detailArea .articleBlock01 dl {
    width: 82%;
    margin: 0 auto 3em;
    display: -ms-flexbox;
    display: flex;
}
#detailArea .articleBlock01 dt {
    width: 210px;
    margin-right: 20px;
    text-align: right;
    font-weight: bold;
}
#detailArea .articleBlock01 dd {
	width: 400px;
	font-weight: bold;
	text-align: left;
}
#detailArea .articleBlock01 sup {
  font-size: .7em;
  vertical-align: top;
}
#detailArea .articleBlock01 sub {
    font-size: .7em;
    vertical-align: bottom;
}
#detailArea .articleBlock01 .image {
	width: 70%;
    margin: 41px auto 43px;
}

#detailArea .articleBlock01 .date {
  padding:50px 0 40px;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: .3rem;
}

@media screen and (max-width: 640px) {
  #detailArea .navBlock01 {
    padding: 0 0 20px;
  }
  #detailArea .navBlock01 .list li a p {
    font-size: 1rem;
  }
  #detailArea .navBlock01 .list .hobo-pager-prev .icon {
	  width: 71px;
  }
  #detailArea .navBlock01 .list .menu a .icon {
	  width: 84px;
  }
  #detailArea .navBlock01 .list .hobo-pager-next .icon {
	  width: 74px;
  }
  #detailArea .articleBlock01 .heading {
    padding: 35px 0;
  }
  #detailArea .articleBlock01 .inner{
	width: 100%;
	background-image: url(../images/common/bg_content_side_sp@2x.png);
	background-size: 100% 100%;
  }
  #detailArea .articleBlock01 {
    width: 100% !important;
	letter-spacing: 0.1rem;
	padding: 0 0 20px;
  }
  #detailArea .articleBlock01:before{
	background-image: url(../images/common/bg_content_top_sp@2x.png);
	background-size: 100% 100% !important;
  }
  #detailArea .articleBlock01:after{
	background-image: url(../images/common/bg_content_bottom_sp@2x.png);
	background-size: 100% 100% !important;
  }
  #detailArea .articleBlock01 .heading span{
		font-size: 1.429rem;
  }
  #detailArea .articleBlock01 .heading .num img{
		width: 54px;
		padding-bottom: 20px;
	}
  #detailArea .articleBlock01 .heading .icon img {
    width: 37px;	
    padding-top: 20px;
  }
  #detailArea .articleBlock01 dl {
    margin: 0 auto 2em;
    padding-left: 0;
    display: block;
    flex-wrap: wrap;
  }
  #detailArea .articleBlock01 dt {
    width: 100% !important;
    text-align: left;
  }
  #detailArea .articleBlock01 dd {
    width: 100% !important;
  }
  #detailArea .articleBlock01 .image {
	width: 88%;
    margin: 0 auto 2em;
  }
  #detailArea .articleBlock01 .date {
    padding: 20px 0;
    margin-top: 0;
    font-size: 1rem;
  }
}
/* ===============================================================================
ProfileArea
=============================================================================== */
#contentsArea .prof{
	font-weight: bold;
	margin-bottom: 135px;
}
#contentsArea .prof dl{
	display: flex;
}
#contentsArea .prof dt{
	width: 250px;
}
#contentsArea .prof dd{
	width: 550px;
}
#contentsArea .title_name{
	text-align: center;
}
#contentsArea .prof .name,
#contentsArea .prof .name2{
	color: #FF0000;
}
#contentsArea .prof .name{
	font-size: 1.375rem;
	font-weight: bold;
}
#contentsArea .prof .name2{
	font-size: .875rem;
}
#contentsArea div.title_name{
	margin-bottom: 25px;
}
#contentsArea div.title_name:first-of-type{
	margin-top: 70px;
}
.back{
	text-align: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
	#contentsArea div.title_name:first-of-type {
		margin-top: 30px;
	}
	#contentsArea div.title_name img{
		width: 90%;
	}
	#contentsArea .prof{
		margin-bottom: 80px;
	}
	#contentsArea .prof .name{
		font-size: 1.214rem;
	}
	#contentsArea .prof .name2{
		font-size: .929rem;
	}
	#contentsArea .prof dl {
		display: block;
	}
	#contentsArea .prof dt{
		text-align: center;
	}
	#contentsArea .prof dt img{
		width: 128px;
	}
	#contentsArea .prof dt,
	#contentsArea .prof dd {
		width: 80%;
		margin: 0 auto;
	}
	#contentsArea .prof dd{
		font-size: .929rem;
	}
	#contentsArea .prof span{
		display: block;
		text-align: center;
	}
	.back{
		margin-bottom: 80px;
	}
	.back img{
		width: 80px;
	}
}
/* ===============================================================================
InformationArea
=============================================================================== */

#contentsArea .info{
	background: url(../images/common/bg_info.png) round;
	background-size: 55px 55px;
	margin: 0 auto 27px;
    padding: 30px 27px;
    width: 600px;
	text-align: center;
}
#contentsArea .info_title{
	font-family: 'Jun 501',sans-serif;
	font-size: 1.8rem;
	padding-bottom: 1rem;
}
#contentsArea .info_title:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 28px;
	background: url(../images/common/info_left@2x.png) no-repeat;
	background-size: contain;
	padding-right: .5rem;
    vertical-align: middle;
}
#contentsArea .info_title:after{
	content: '';
	display: inline-block;
	width: 14px;
	height: 28px;
	background: url(../images/common/info_right@2x.png) no-repeat;
	background-size: contain;
	padding-left: .5rem;
    vertical-align: middle;
}
#contentsArea .info_subtitle{
	font-family: 'Jun 501',sans-serif;
	padding: 1.5rem 0;
    font-size: 1.143rem;
	display: inline-block;
    text-align: left;
	position: relative;
}
#contentsArea .info_subtitle img{
	position: absolute;
    top: 32px;
    left: -100px;
}
#contentsArea .present{
	content: '';
	display: inline-block;
	background: url(../images/common/icon_present.png) no-repeat;
	width: 83px;
	height: 85px;
	background-size: contain;
}
#contentsArea .info_text{
	display: inline-block;
    text-align: left;
	font-weight: bold;
}
#contentsArea .info a{
	text-decoration: underline;
	color: #FFFFFF;
}
@media screen and (max-width: 640px) {
	#contentsArea .info{
		width: 85%;
		background-size: 44px 44px;
		padding: 30px 5%;
	}
	#contentsArea .info_title{
		font-size: 1.3rem;
	}
	#contentsArea .info_title:before {
		width: 8px;
		padding-right: .3rem;
		background: url(../images/common/info_left_sp@2x.png) no-repeat;
		background-size: contain;
		vertical-align: -webkit-baseline-middle;
	}
	#contentsArea .info_title:after {
		width: 8px;
		padding-left: .3rem;
		background: url(../images/common/info_right_sp@2x.png) no-repeat;
		background-size: contain;
		vertical-align: -webkit-baseline-middle;
	}
	#contentsArea .info_img{
		width: 100%;
	}
	#contentsArea .info_subtitle img {
		width: 13.5%;
		top: 53%;
		left: 80%;
	}
	#contentsArea .info_text img{
		width: 100%;
	}
	#detailArea {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 320px) {
	#contentsArea .info_title{
		font-size: 1.1rem;
	}
	#contentsArea .info_title:before {
		padding-right: .2rem;
	}
	#contentsArea .info_title:after {
		padding-left: .2rem;
	}
}
/* ===============================================================================
FooterArea
=============================================================================== */
#footerArea {
  padding: 35px 0 60px;
  text-align: center;
}

#footerArea .list01 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-bottom: 56px;
}

#footerArea .list01 > li {
  display: inline-block;
  vertical-align: middle;
}

#footerArea .list01 .sns {
  margin-right: 81px;
}

#footerArea .list01 .mail {
  margin-right: 52px;
}

#footerArea .list01 .mail a {
  display: block;
}

#footerArea .list01 .mail a .icon {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

#footerArea .list01 .mail a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: Gothic MB101 DemiBold, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #FFFFFF;
}

#footerArea .list01 .home a {
  display: block;
}

#footerArea .list01 .home a .icon {
  width: 43px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#footerArea .list01 .home a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: Gothic MB101 DemiBold, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #FFFFFF;
}

#footerArea .list02 {
  display: inline-block;
  vertical-align: top;
}

#footerArea .list02 > li {
  display: inline-block;
  vertical-align: middle;
}

#footerArea .list02 > li.twitter {
  width: 41px;
  margin-right: 40px;
}

#footerArea .list02 > li.facebook {
  width: 36px;
  margin-right: 41px;
}

#footerArea .list02 > li.line {
  width: 38px;
}

#footerArea #copyright {
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  #footerArea {
    padding: 25px 0 10px;
  }
  #footerArea .list01 {
    display: block;
    margin-bottom: 13px;
  }
  #footerArea .list01 > li {
    display: block;
    background: url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
    background-size: 6px auto;
  }
  #footerArea .list01 .sns {
	width: 95%;
    margin: 0 auto;
    padding-bottom: 25px;
	border-bottom: dotted 1.5px;
  }
  #footerArea .list01 .mail {
    padding: 10px 0;
	width: 95%;
    margin: 0 auto;
	border-bottom: dotted 1.5px;
  }
  #footerArea .list01 .mail a p {
    font-size: 1rem;
  }
  #footerArea .list01 .home {
    padding: 13px 0 11px;
	width: 95%;
    margin: 0 auto;
	border-bottom: dotted 1.5px;
  }
  #footerArea .list01 .home a p {
    font-size: 1rem;
  }
  #footerArea .list02 {
    display: inline-block;
    vertical-align: top;
  }
  #footerArea .list02 > li {
    vertical-align: top;
  }
  #footerArea .list02 > li.twitter {
    width: 51px;
    margin-right: 48px;
  }
  #footerArea .list02 > li.facebook {
    width: 44px;
    margin-right: 50px;
  }
  #footerArea .list02 > li.line {
    width: 47px;
  }
  #footerArea #copyright {
    font-size: 0.857rem;
  }
}
