@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;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  color: #1a1a1a;
}

body {
	background: url(../images/bg_pc.jpg) no-repeat fixed;
	background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
	body::before {
		background: url(../images/bg_sp.jpg) no-repeat center top;
		background-size: 100% 100%;
		background-attachment: scroll;
		top:0;
		left: 0;
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -1;	
  }
}
a{
	color: #fff;
}
a:hover {
  opacity: .7;
  text-decoration: none;
}
a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}
img {
  vertical-align: top;
  max-width: 100%;
}
small{
	font-size:  0.75em;
}
.clrF::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 641px) {
  .spOnly{
	display: none;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly{
	display: block;
  }
}
@media screen and (max-width: 320px) {
	small{
		font-size: 0.65em;
	}
}

/* ===============================================================================
HeaderArea
=============================================================================== */
#contentsArea{
	max-width: 100%;
	margin:0 auto;
}
#contentsArea .mainVisual {
	max-width: 1000px;
    margin: 0 auto;
	padding-top: 46em;
	background: url(../images/mv_bg_pc.png) no-repeat 0 0;
	background-size: 100% auto;
	position: relative;
	background-color: #023d21;
	border-bottom-left-radius: 0.8em;
	border-bottom-right-radius: 0.8em;
}

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

#contentsArea .mainVisual img {
  display: block;
}

#contentsArea .mainVisual .text01 {
	position: absolute;
    width: 12.25%;
    top: 2%;
    right: 1%;
}

#contentsArea .mainVisual .text01 a {
  color: #872c2d;
  display: block;
}

#contentsArea .mainVisual .text01 a:hover {
  opacity: .5;
}

#contentsArea .mainVisual .heading {
  position: absolute;
  width: 17%;
  top: 21%;
  left: 42%;
}

#contentsArea .mainVisual .text02 {
  position: absolute;
  top: 31.1%;
  left: 16%;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
#contentsArea .mainVisual .text02 a{
	border-right: solid;
	text-decoration: none;
}

#contentsArea .mainVisual .mv_block {
  position: absolute;
  width: 3.5%;
  top: 90%;
  left: 49.5%;
}

#contentsArea .profBlock {
  color: #023d21;
  font-weight: bold;
  text-align: center;
}
#contentsArea .prof,
#contentsArea .prof2{
  text-align: center;
  margin: 4em auto;
  background-color: #fff !important;
  width: 25em;
  height: 25em;
  border-radius: 50%;
}
#contentsArea .prof2{
  width: 26em;
  height: 26em;	
}
#contentsArea .illust{
	background: url(../yabetarou/images/prof_bg.png) no-repeat;
    background-position: 75% 5%;
    background-size: 24% auto;
	margin-bottom: 1em;
}
#contentsArea .number{
	font-family: "Kite One",sans-serif;
	font-size: 7.5em;
    font-weight: normal;
}
#contentsArea .name{
	font-family: 'Zen Maru Gothic N M',sans-serif;
	font-size: 3em;
    margin-top: -0.5em;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
#contentsArea .profBlock .text {
	padding-top: 0.8em;
    letter-spacing: 0.01em;
    font-size: 0.95em;
	line-height: 1.8;
}

#contentsArea .profBlock .btn {
	padding: 1em;
    margin: 1em auto;
    background-color: #fff;
    width: 18em;
    border-radius: 0.5em;
    cursor: pointer;
}

#contentsArea .profBlock .btn:hover {
    background-color: #023d21;
	color: #fff;
}

#contentsArea .profBlock .popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: .1s;
}

#contentsArea .profBlock .popup.active {
  z-index: 1;
  opacity: 1;
}

#contentsArea .profBlock .popup .box {
  text-align: center !important;
  background: #023d21;
  color: #fff;
  border-radius: 0.5em;
  width: 570px;
  box-sizing: border-box;
  padding: 4em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
  z-index: 2;
  max-height: 90vh;
  overflow: scroll;
}
#contentsArea .profBlock .popup .box .left{
  text-align: left !important;
}
#contentsArea .profBlock .popup .box .text01 {
	padding: 0 5px;
    font-size: 1.8rem;
    line-height: 1.2em;
    margin-bottom: 1em;
}

#contentsArea .profBlock .popup .box .text01 small{
	font-size: 0.6em;
}
#contentsArea .profBlock .popup .box .text02 {
  padding: 0 5px;
  font-size: 1rem;
  line-height: 1.88;
  font-weight: normal;
}

#contentsArea .profBlock .popup .box a{
	text-decoration: underline;
}

#contentsArea .profBlock .popup .box > .close {
    width: 2.8em;
    position: static;
    cursor: pointer;
    margin: 0 -1em -3em auto;
}

#contentsArea .profBlock .popup .box > .close:hover {
  opacity: .5;
}

#contentsArea .profBlock .popup > .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
	#contentsArea .mainVisual{
		padding-top: 74.25%;
	}
	#contentsArea .mainVisual .text02{
		top: 30%;
		left: 16%;
		font-size: 0.8em;
	}	
}
@media screen and (max-width: 640px) {
  #contentsArea .mainVisual {
    padding-top: 250%;
    background: url(../images/mv_bg_sp.png) no-repeat 0 0.5em;
    background-size: 100% auto;
    top: 0;
    left: 0;
	background-color: #023d21;
  }
  #contentsArea .mainVisual .text01 {
    width: 20%;
    top: 3%;
    right: 3%;
  }
  #contentsArea .mainVisual .heading {
    width: 30%;
    top: 15%;
    left: 36.5%;
  }
  #contentsArea .mainVisual .text02 {
    width: 88%;
    top: 66.5%;
    left: 6%;
	font-size: 0.95em;
	writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
	-ms-writing-mode:lr-tb;
	line-height: 2em;
  }
  #contentsArea .mainVisual .text02 a {
    border-right: none;
	border-bottom: solid;
  }
  #contentsArea .mainVisual .mv_block {
	  width: 8.5%;
	  top: 94.5%;
	  left: 47.2%;
  }
  #contentsArea .profBlock {
    padding: 4px 8px 17px;
    font-size: 1rem;
  }
	#contentsArea .prof{
		width: 22em;
		height: 22em;
  }
	#contentsArea .prof2{
		width: 23em;
		height: 23em;
		font-size: .8em;
		margin: 2em auto;
  }	
  #contentsArea .name{
	font-size: 2.8em;
  }
	#contentsArea .illust{
		background-position: 69% 5%;
		background-size: 20% auto;
	}
	#contentsArea .number{
		font-size: 6em;
	}
  #contentsArea .profBlock .text {
	  padding-top: 0;
      line-height: 1.8;
	  font-size: 0.9em;
  }
  #contentsArea .profBlock .btn p {
    font-size: 1.143rem;
  }
  #contentsArea .profBlock .popup .box {
    width: 95%;
    margin: 0 auto;
    padding: 3em 2em;
  }
  #contentsArea .profBlock .popup .box .text01 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #contentsArea .profBlock .popup .box .text02 {
    padding: 0 10px;
    font-size: 0.786rem;
  }
  #contentsArea .profBlock .popup .box .text02 p {
    margin-bottom: 1em;
  }
  #contentsArea .profBlock .popup .box > .close {
    width: 19px;
    right: 10px;
    bottom: 10px;
  }
  #contentsArea .profBlock .popup .box > .close {
    position: absolute;
    width: 19px;
    right: 10px;
    bottom: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  #contentsArea .mainVisual{
		padding-top: 275%;
  }
  #contentsArea .mainVisual .text02{
		top: 60%;
  }
  #contentsArea .profBlock {
    padding: 0;
    font-size: 0.8rem;
  }
  #contentsArea .profBlock .text {
    font-size: 0.8em;
  }
  #contentsArea .profBlock .btn{
	width: 20em;
  }
}
/* ===============================================================================
bannerArea
=============================================================================== */
#contentsArea .bannerArea{
	text-align: center;
	margin:10em auto;
}
#contentsArea .bannerArea img{
	width: 650px;
}
@media screen and (max-width: 640px) {
	#contentsArea .bannerArea{
		margin: 5em auto;
	}
	#contentsArea .bannerArea img{
		width: 95%;
		margin: 0 auto;
	}
}
/* ===============================================================================
IndexArea
=============================================================================== */
#contentsArea .listBlock01 {
  max-width: 760px;
  background-color: #023d21;
  margin: 5em auto;
  padding-bottom: 1em;
  border-radius: 1em;
  text-align: center;
}
#contentsArea .listBlock01_title{
	font-family: 'Zen Maru Gothic N M',sans-serif;
	font-size: 2em;
	color: #fff;	
	padding: 1em;
}

#contentsArea .listBlock01 ul li {
	background-color: #fff;
    margin: 0 2em 2em;
    border-radius: 0.5em;
	border: 0.1em solid #023d21;
}

#contentsArea .listBlock01 ul a {
	color: #023d21;
	text-decoration: none;
}

#contentsArea .listBlock01 ul a .title {
	display: flex;
    padding: 1.5em;
	align-items: center;
	-webkit-align-items: center;
}

#contentsArea .listBlock01 ul a .title p:first-child {
	display: inline-block;
    background-color: #023d21;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #fff;
	font-size: 2.5em;
    text-align: center;
    line-height: 2em;
    vertical-align: middle;
	margin-right: 1em;
}

#contentsArea .listBlock01 ul a .title p:last-child {
	font-size: 1.5em;
	font-weight: bold;
}

#contentsArea .listBlock01 ul a:hover .title p:first-child{
    background-color: #ffffff;
    color: #023d21;
}

#contentsArea .listBlock01 ul a:hover li{
    background-color: #023d21;
    color: #fff;
	border: 0.1em solid #fff;
}
#contentsArea .listBlock01 img{
	width: 40%;
}

@media screen and (max-width: 640px) {
	#contentsArea .listBlock01 {
		margin: 0 0 3em;
		border-radius: 0;
		padding: 0.5em 0 1.5em;
	}
	#contentsArea .listBlock01_title{
		font-size: 1.6em;
	}
	#contentsArea .listBlock01 ul li{
		margin: 0 2em 1em;
	}
	#contentsArea .listBlock01 ul a .title{
		padding:0.8em;
		text-align: left;
	}
	#contentsArea .listBlock01 ul a .title p:first-child{
		font-size: 1.5em;
		width: 1.5em;
		height: 1.5em;
		line-height: 1.5em;
		margin-right: 0.5em;
	}
	#contentsArea .listBlock01 ul a .title p:last-child{
		font-size: 1.2em;
		line-height: 1.2em;
		width: 12em;
	}
	#contentsArea .listBlock01 img{
		width: 60%;
		margin-bottom: -1.5em;
	}
}
@media screen and (max-width: 640px) {
	#contentsArea .listBlock01_title {
		padding: 1em 0;
	}
}
/* ===============================================================================
articleBlock
=============================================================================== */
#contentsArea .articleBlock,
#contentsArea .articleBlock01{
	background: url(../images/bg_article.jpg) repeat;
	width: 100%;
    margin: 5em 0;
	padding: 3em 0 1em;
	
}
#contentsArea .articleBlock01 .swiper-container {
    width: 650px;
    height: 820px;
	text-align: center;
	z-index: 0;
	position: relative;
}
#contentsArea .articleBlock01 .swiper-container .swiper-slide {
    background-size: 350px auto !important;
}
#contentsArea .articleBlock01 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/btn_pre.png);
	background-size: contain;
	top: 40%;
}
#contentsArea .articleBlock01 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/btn_next.png);	
	background-size: contain;
	top: 40%;
}
#contentsArea .articleBlock01 .swiper-button-next:hover{
	background-image: url(../images/btn_pre_on.png);
	background-size: contain;
}
#contentsArea .articleBlock01 .swiper-button-prev:hover{
	background-image: url(../images/btn_next_on.png);	
	background-size: contain;
}
#contentsArea .articleBlock01 .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 255px;
}
#contentsArea .swiper-pagination-fraction{
	bottom: 110px;	
}
#contentsArea .articleBlock01 .swiper-pagination-bullet-active{
	background: #023d21;
}
#contentsArea .swiper-button-next.swiper-button-disabled,
#contentsArea .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
#contentsArea .swiper-pagination {
	font-size: .95em;
	color: #023d21;
}
#contentsArea .articleBlock .contents{
	max-width: 800px;
	margin:0 auto 5em;
}
#contentsArea .articleBlock .contents p{
	max-width: 500px;
	margin: 0px auto;
	line-height: 2;
	font-size: 1rem;
}
#contentsArea .articleBlock .photo{
	max-width: 640px;
	margin:3em auto;
	text-align: center;
	line-height: 2;
}
#contentsArea .articleBlock .vertical{
	max-width: 420px;
}
#contentsArea .articleBlock .contents h3{
	max-width: 500px;
	margin: 1.5em auto .8em;
	font-size: 1.5rem;
	color: #5aa041;
	font-weight: bold;
}
#contentsArea .articleBlock .center{
	text-align: center;
}
#contentsArea .articleBlock01 .swiper-container .illust__01{
	background:url(../otakaikuko01/images/manga_01@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__02{
	background:url(../otakaikuko01/images/manga_02@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__03{
	background:url(../otakaikuko01/images/manga_03@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__04{
	background:url(../otakaikuko01/images/manga_04@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__05{
	background:url(../otakaikuko01/images/manga_05@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__06{
	background:url(../otakaikuko01/images/manga_06@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__07{
	background:url(../otakaikuko01/images/manga_07@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__08{
	background:url(../otakaikuko01/images/manga_08@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__09{
	background:url(../otakaikuko01/images/manga_09@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__10{
	background:url(../otakaikuko01/images/manga_10@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__11{
	background:url(../otakaikuko01/images/manga_11@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__12{
	background:url(../otakaikuko01/images/manga_12@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__13{
	background:url(../otakaikuko01/images/manga_13@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__14{
	background:url(../otakaikuko01/images/manga_14@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__15{
	background:url(../otakaikuko01/images/manga_15@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__16{
	background:url(../otakaikuko01/images/manga_16@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__17{
	background:url(../otakaikuko01/images/manga_17@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__18{
	background:url(../otakaikuko01/images/manga_18@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__19{
	background:url(../otakaikuko01/images/manga_19@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__20{
	background:url(../otakaikuko01/images/manga_20@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__21{
	background:url(../otakaikuko01/images/manga_21@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__22{
	background:url(../otakaikuko01/images/manga_22@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__23{
	background:url(../otakaikuko01/images/manga_23_1@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__24{
	background:url(../otakaikuko01/images/manga_24@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__25{
	background:url(../otakaikuko01/images/manga_25@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__26{
	background:url(../otakaikuko01/images/manga_26@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__27{
	background:url(../otakaikuko01/images/manga_27@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__28{
	background:url(../otakaikuko01/images/manga_28@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__29{
	background:url(../otakaikuko01/images/manga_29@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__30{
	background:url(../otakaikuko01/images/manga_30@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__31{
	background:url(../otakaikuko01/images/manga_31@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__32{
	background:url(../otakaikuko01/images/manga_32@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__33{
	background:url(../otakaikuko01/images/manga_33@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__34{
	background:url(../otakaikuko01/images/manga_34@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__35{
	background:url(../otakaikuko01/images/manga_35@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__36{
	background:url(../otakaikuko01/images/manga_36@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__37{
	background:url(../otakaikuko01/images/manga_37@2x.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .illust__38{
	background:url(../otakaikuko01/images/manga_38@2x.png) no-repeat center top;
}
@media screen and (max-width: 768px) {
	#contentsArea .articleBlock {
		width: 100%;
		margin: 5em 0 5em;
	}
	#contentsArea .articleBlock01 {
		width: 100%;
		height: 52em;
		margin: 5em 0 5em;
	}
}
@media screen and (max-width: 640px) {
	#contentsArea .articleBlock {
		margin: 2em 0 5em;
	}
	#contentsArea .articleBlock .contents p{
		padding:0 1em;
	}
	#contentsArea .articleBlock01 {
		height: 28em;
		margin: 2em 0 5em;
	}
	#contentsArea .articleBlock01 .swiper-container{
		width: 100%;
		height: auto;
	}
	#contentsArea .articleBlock01 .swiper-container .swiper-slide {
		background-size: 86% auto !important;
		height: 28em;
	}
	#contentsArea .articleBlock01 .swiper-container .manga__01{
		background:url(../yabetarou/images/ittemita_manga_yabe_1b_sp.png) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .manga__03{
		background:url(../yabetarou/images/ittemita_manga_yabe_3b_sp.png) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__01{
		background:url(../otakaikuko01/images/01.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__02{
		background:url(../otakaikuko01/images/02.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__03{
		background:url(../otakaikuko01/images/03.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__04{
		background:url(../otakaikuko01/images/04.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__05{
		background:url(../otakaikuko01/images/05.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__06{
		background:url(../otakaikuko01/images/06.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__07{
		background:url(../otakaikuko01/images/07.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__08{
		background:url(../otakaikuko01/images/08.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__09{
		background:url(../otakaikuko01/images/09.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__10{
		background:url(../otakaikuko01/images/10.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__11{
		background:url(../otakaikuko01/images/11.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__12{
		background:url(../otakaikuko01/images/12.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__13{
		background:url(../otakaikuko01/images/13.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__14{
		background:url(../otakaikuko01/images/14.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__15{
		background:url(../otakaikuko01/images/15.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__16{
		background:url(../otakaikuko01/images/16.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__17{
		background:url(../otakaikuko01/images/17.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__18{
		background:url(../otakaikuko01/images/18.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__19{
		background:url(../otakaikuko01/images/19.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__20{
		background:url(../otakaikuko01/images/20.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__21{
		background:url(../otakaikuko01/images/21.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__22{
		background:url(../otakaikuko01/images/22.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__23{
		background:url(../otakaikuko01/images/23.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__24{
		background:url(../otakaikuko01/images/24.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__25{
		background:url(../otakaikuko01/images/25.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__26{
		background:url(../otakaikuko01/images/26.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__27{
		background:url(../otakaikuko01/images/27.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__28{
		background:url(../otakaikuko01/images/28.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__29{
		background:url(../otakaikuko01/images/29.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__30{
		background:url(../otakaikuko01/images/30.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__31{
		background:url(../otakaikuko01/images/31.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__32{
		background:url(../otakaikuko01/images/32.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__33{
		background:url(../otakaikuko01/images/33.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__34{
		background:url(../otakaikuko01/images/34.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__35{
		background:url(../otakaikuko01/images/35.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__36{
		background:url(../otakaikuko01/images/36.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__37{
		background:url(../otakaikuko01/images/37.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__38{
		background:url(../otakaikuko01/images/38.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__39{
		background:url(../otakaikuko01/images/39.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__40{
		background:url(../otakaikuko01/images/40.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__41{
		background:url(../otakaikuko01/images/41.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__42{
		background:url(../otakaikuko01/images/42.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__43{
		background:url(../otakaikuko01/images/43.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__44{
		background:url(../otakaikuko01/images/44_1.png) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__45{
		background:url(../otakaikuko01/images/45.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__46{
		background:url(../otakaikuko01/images/46.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__47{
		background:url(../otakaikuko01/images/47.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__48{
		background:url(../otakaikuko01/images/48.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__49{
		background:url(../otakaikuko01/images/49.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__50{
		background:url(../otakaikuko01/images/50.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__51{
		background:url(../otakaikuko01/images/51.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__52{
		background:url(../otakaikuko01/images/52.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__53{
		background:url(../otakaikuko01/images/53.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__54{
		background:url(../otakaikuko01/images/54.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__55{
		background:url(../otakaikuko01/images/55.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__56{
		background:url(../otakaikuko01/images/56.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__57{
		background:url(../otakaikuko01/images/57.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__58{
		background:url(../otakaikuko01/images/58.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__59{
		background:url(../otakaikuko01/images/59.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__60{
		background:url(../otakaikuko01/images/60.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__61{
		background:url(../otakaikuko01/images/61.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__62{
		background:url(../otakaikuko01/images/62.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__63{
		background:url(../otakaikuko01/images/63.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__64{
		background:url(../otakaikuko01/images/64.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__65{
		background:url(../otakaikuko01/images/65.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__66{
		background:url(../otakaikuko01/images/66.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__67{
		background:url(../otakaikuko01/images/67.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__68{
		background:url(../otakaikuko01/images/68.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__69{
		background:url(../otakaikuko01/images/69.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__70{
		background:url(../otakaikuko01/images/70.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__71{
		background:url(../otakaikuko01/images/71.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__72{
		background:url(../otakaikuko01/images/72.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__73{
		background:url(../otakaikuko01/images/73.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__74{
		background:url(../otakaikuko01/images/74.jpg) no-repeat center top;
	}
	#contentsArea .articleBlock01 .swiper-container .illust__75{
		background:url(../otakaikuko01/images/75.jpg) no-repeat center top;
	}	
	#contentsArea .articleBlock01 .swiper-button-next{
		top:20.5em;		
	}
	#contentsArea .articleBlock01 .swiper-button-prev{
		top:20.5em;		
	}
	#contentsArea .articleBlock01 .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 15.6em;
	}
	#contentsArea .swiper-pagination-fraction{
		bottom: 105px;	
	}
	#contentsArea .articleBlock .photo{
		width: 96%;
		margin: 1em auto;
		font-size: .8rem;
	}
	#contentsArea .articleBlock .contents h3{
		margin: 1.5em auto .8em;
		padding:0 .6em;
		font-size: 1.25rem;
		line-height: 1;
	}
}
@media screen and (max-width: 414px) {
	#contentsArea .articleBlock01 .swiper-container .swiper-slide {
		background-size: 78% auto !important;
	}
}
@media screen and (max-width: 375px) {
	#contentsArea .articleBlock01 .swiper-container .swiper-slide {
		background-size: 86% auto !important;
	}
}
@media screen and (max-width: 320px) {
	#contentsArea .articleBlock01 .swiper-container .swiper-slide {
		background-size: 98% auto !important;
	}
	#contentsArea .articleBlock01 .swiper-button-next{
		top:19.5em;
	}
	#contentsArea .articleBlock01 .swiper-button-prev{
		top:19.5em;
	}
	#contentsArea .articleBlock01 .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 21em;
	}
	#contentsArea .swiper-pagination-fraction{
		bottom: 8em;	
	}	
}
/* ===============================================================================
FooterArea
=============================================================================== */
#contentsArea .name2{
	text-align: center;
	color: #023d21;
	font-weight: bold;
	padding-bottom: 2em;
}
#footerArea {
  padding: 4em 0;
  text-align: center;
  background-color: #1a1a1a;
}

#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 > li a:hover {
  opacity: .5;
}

#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;
}

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

#footerArea .list01 .home a p {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

#footerArea .list02 > li.mail {
  margin-right: 41px;
}

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

@media screen and (max-width: 640px) {
  #footerArea {
    padding: 2rem 0;
  }
  #footerArea .list01 {
    display: block;
    margin-bottom: 13px;
  }
  #footerArea .list01 > li {
    display: block;
  }
  #footerArea .list01 .sns {
    margin-right: 0;
    padding-bottom: 28px;
  }
  #footerArea .list01 .home {
    padding: 3rem 0 0;
  }
  #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: 4.5rem;
    margin-right: 2rem;
  }
  #footerArea .list02 > li.facebook {
    width: 4.5rem;
    margin-right: 2rem;
  }
  #footerArea .list02 > li.mail {
    width: 4.5rem;
    margin-right: 0;
  }
  #footerArea #copyright {
    font-size: 0.857rem;
  }
}
