@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 .illust{
		background-position: 69% 5%;
		background-size: 20% auto;
	}
	#contentsArea .number{
		font-size: 6em;
	}
  #contentsArea .profBlock .text {
	  padding-top: 0.2em;
      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: 700px;
    height: 1000px;
	text-align: center;
	z-index: 0;
	position: relative;
}

/* vol.5追加 */
#v5 #contentsArea .profBlock .text {
  padding-top: 0.5em;
  letter-spacing: 0.01em;
  font-size: 0.95em;
  line-height: 1.6;
}
#v5 #contentsArea .articleBlock01 .swiper-container {
  width: 500px;
  height: 1000px;
}
.popup2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup2.is-show {
  opacity: 1;
  visibility: visible;
}
.popup2-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 800px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup2-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
#js-show-popup {
  position: relative;
  cursor: pointer;
}
#js-show-popup i{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.8rem;
  color: #023d21;
}
/* ここまで */

#contentsArea .articleBlock01 .swiper-container .swiper-slide {
    background-size: 500px auto !important;
}
#contentsArea .articleBlock01 .swiper-container .manga__01{
	background:url(../yabetarou/images/ittemita_manga_yabe_1b.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .manga__02{
	background:url(../yabetarou/images/ittemita_manga_yabe_2b.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .manga__03{
	background:url(../yabetarou/images/ittemita_manga_yabe_3b.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .manga__04{
	background:url(../yabetarou/images/ittemita_manga_yabe_4b.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .manga__05{
	background:url(../yabetarou/images/ittemita_manga_yabe_5b.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-container .manga__06{
	background:url(../yabetarou/images/ittemita_manga_yabe_6b.png) no-repeat center top;
}
#contentsArea .articleBlock01 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/btn_next.png);
	background-size: contain;
	top: 40%;
}
#contentsArea .articleBlock01 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/btn_pre.png);	
	background-size: contain;
	top: 40%;
}
#contentsArea .articleBlock01 .swiper-button-next:hover{
	background-image: url(../images/btn_next_on.png);
	background-size: contain;
}
#contentsArea .articleBlock01 .swiper-button-prev:hover{
	background-image: url(../images/btn_pre_on.png);	
	background-size: contain;
}
#contentsArea .articleBlock01 .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 225px;
}
#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 .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;
}
@media screen and (max-width: 812px) {
  /* vol.5追加 */
  #js-show-popup {
    cursor: none;
  }
  #js-show-popup i {
    display: none;
  }
  /* ここまで */    
}
@media screen and (max-width: 768px) {
	#contentsArea .articleBlock {
		width: 100%;
		margin: 5em 0 5em;
	}
	#contentsArea .articleBlock01 {
		width: 100%;
		height: 65em;
		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: 48em;
		margin: 2em 0 5em;
	}
	#contentsArea .articleBlock01 .swiper-container{
		width: 100%;
		height: auto;
	}
	#contentsArea .articleBlock01 .swiper-container .swiper-slide {
		background-size: 98% auto !important;
		height: 52em;
	}
	#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-button-next{
		top:35.6em;
	}
	#contentsArea .articleBlock01 .swiper-button-prev{
		top:35.6em;		
	}
	#contentsArea .articleBlock01 .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 15.6em;
	}
	#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;
  }
  /* vol.5追加 */
  #v5 #contentsArea .profBlock .text {
    padding-top: 0.2em;
    font-size: 0.9em;
  }
  /* ここまで */    
}
@media screen and (max-width: 414px) {
	#contentsArea .articleBlock01 .swiper-container .swiper-slide {
		background-size: 88% auto !important;
	}
}
@media screen and (max-width: 375px) {
	#contentsArea .articleBlock01 .swiper-container .swiper-slide {
		background-size: 98% auto !important;
	}
}
@media screen and (max-width: 320px) {
	#contentsArea .articleBlock01 .swiper-button-next{
		top:30.4em;
	}
	#contentsArea .articleBlock01 .swiper-button-prev{
		top:30.4em;
	}
	#contentsArea .articleBlock01 .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 21em;
	}
  /* vol.5追加 */
  #v5 #contentsArea .profBlock .text {
    padding-top: 0;
    font-size: 0.8em;
    line-height: 1.4;
  }
  /* ここまで */    
}
/* ===============================================================================
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;
  }
}
