@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{
	font-size: 62.5%;
}
body {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
  letter-spacing: .1rem;
}
#pageWrap{
	background: url(/cat/2019/index/images/bg@2x.png) repeat-y;
	background-position: center -34px;
	background-size: 100% auto;
	background-color: #FFFFC6;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	body {
		font-size: 1.4rem;
		line-height: 1.625;
	}
}

a {
  color: #08AAE5;
  text-decoration: none;
/*  cursor: url(/cat/2019/index/images/icon_hand.png), pointer; */
}
a:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
a:visited{
  color: #0072B7;	
}
/*
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%;
}
.spOnly {
	display: none;
}
.hoverOp:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.small{
	font-size: 1.2rem;
 }
.invisible{
	visibility: hidden;
}
@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly{
	display: block;
  }
	#pageWrap{
		background: url(/cat/2019/index/images/bg_sp@2x.png) repeat-y;
		background-position: center -23px;
		background-size: 126% auto;
		background-color: #FFFFC6;
	}
}

/* ===============================================================================
HeaderArea
=============================================================================== */
.header{
	max-width: 900px;
	margin: 0 auto;
	background-color: #FFF;
}
.top{
	position: relative;
    line-height: 0;
	text-align: center;
}
.top .t_hobo{
	position: absolute;
	top: 17.58%;
    left: 72.8%;
}
.top h1{
	position: relative;
	z-index: 1;
}
.top .t_illust{
	margin: -50px auto 0;
}
.top .t_illust img{
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}
.yodogawa{
	background: url(/cat/2019/index/images/t_bg@2x.png) no-repeat top center;
    background-size: 80% auto;
    padding: 45px 0;
	font-family: 'Jun 501',sans-serif;
	color: #E88B89;
}
.yodogawa .inner{
	width: 365px;
    margin: 0 auto;
}
.yodogawa .text span{
	color: #ABABAB;
}
.yodogawa .special{
	position: relative;
    margin: 50px 0;
    background-color: #FFFFC6;
    color: #F05A24;
    border-radius: 5px;
    padding: 2.5rem 1rem 1rem;
}
.yodogawa .special h3{
	position: absolute;
    top: -19px;
}
@media screen and (max-width: 768px) {
	.header{
		width: 85.937%;
	}
	.top .t_illust {
		margin: 0 auto;
	}
	.yodogawa{
		background-size: 90% auto;
	}
	.yodogawa .text{
		position: relative;
		margin: 60px 0;
	}
}
@media screen and (max-width: 640px) {
	.top .t_hobo{
		width: 21.648%;
		top: 13.6%;
		left: 72%;
	}
	.header h1{
		width: 97.385%;
		margin: 0 auto;
	}
	.yodogawa{
		padding: 10px 0;
		background: none;
	}
	.yodogawa .inner{
		width: 90%;
	}
	.yodogawa .text {
		font-size: 1.4rem;
		letter-spacing: 1px;
		line-height: 1.8;
		margin: 0 auto 40px;
	}
	.yodogawa .text span{
		display: block;
		text-align: center;
	}
	.yodogawa .special{
		width: 90%;
	}
	.yodogawa .special h3{
		width: 53%;
		top: -15px;
		left: 23.64%;
	}
}
/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea{
	max-width: 900px;
    margin: 0 auto;
	padding: 5px 0;
	background-color: #DFF7FF;
}
#contentsArea .banner_l{
	position: relative;
    max-width: 780px;
	width: 85.937%;
    margin: 80px auto 70px;
}
#contentsArea .banner_l2{
    margin: 40px auto;	
}
#contentsArea .banner_l .come1{
	position: absolute;
    top: -110px;
    left: 30px;
}
#contentsArea .banner_l .come2{
	position: absolute;
    top: -30px;
    left: -10px;
}
#contentsArea .banner_s{
	max-width: 780px;
	width: 85.937%;
    margin: 40px auto;
    display: flex;
	justify-content: space-between;
}
#contentsArea .banner_s2{
    margin: 35px auto 20px;
}
#contentsArea .post{
	max-width: 720px;
	margin: 0 auto;
	padding: 30px;
	background-color: #FCE46C;
	border-radius: 18px 18px 0 0;
	position: relative;
	
}
#contentsArea .post .come{
	position: absolute;
    top: -65px;
    right: -25px;
}
#contentsArea .post h2{
	text-align: center;
}
#contentsArea .post-header{
	max-width: 700px;
	width: 85%;
	margin: 30px auto;
	padding: 2em;
	background-color: #FFF;
	border-radius: 27px;
	position: relative;
	display: flex;
}
#contentsArea .post-header:before {
    content: "";
    position: absolute;
    top: calc( (100% - 22px) / 2);
    left: -20px;
    width: 22px;
    height: 22px;
    background: url(/cat/2019/textlive/images/icon_left@2x.png) no-repeat left top;
	background-size: contain;
}
#contentsArea .post-header .image img{
	width: 300px;
	margin-right: 2em;
}
#contentsArea .post-header .post-time span{
	background-color: #808080;
    padding: .5rem 1rem;
    border-radius: 20px;
    color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
    letter-spacing: .18rem;	
}
#contentsArea .post-header__text{
	width: 18em;
}
#contentsArea .post-header .post-text{
	margin: 1.5em 0 0;
	letter-spacing: 0;
    line-height: 1.6;
    font-weight: bold;
}
#contentsArea .post-header .post-share{
	display: flex;
	position: absolute;
	right: 2em;
    bottom: 2em;
}
#contentsArea .post-header .post-share .doconoko{
	margin-right: 30px;
}
#contentsArea .post-header .post-share ul{
	display: flex;
	align-items: flex-end;
    line-height: 0;
	font-size: 3.5rem;
}
#contentsArea .post-header .post-share ul li{
	padding: 0 .6rem;
}
#contentsArea .post-header .post-share .hb-facebook-box{
	color: #2E3179;
}
#contentsArea .post-header .post-share .hb-twitter{
	color: #1AAACB;
}
#contentsArea .post-header .post-share .hb-line{
	color: #23B44A;	
}
#contentsArea .comment{
    position: relative;
	max-width: 580px;
    margin-bottom: 20px;
    margin-left: auto;
}
#contentsArea .post-comment__icon{
    position: absolute;
    top: calc( (100% - 85px) / 2);
    right: 30px;
}
#contentsArea .post-comment__text{
	max-width: 366px;
    padding: 2em;
    background-color: #FFF;
    border-radius: 15px;
	position: relative;
	letter-spacing: 0;
    line-height: 1.4;
    font-weight: bold;
}
#contentsArea .post-comment__text:before {
    content: "";
    position: absolute;
    top: calc( (100% - 22px) / 2);
    right: -20px;
    width: 22px;
    height: 22px;
    background: url(/cat/2019/textlive/images/icon_right@2x.png) no-repeat left top;
	background-size: contain;
}
.lum-previous-button,
.lum-next-button{
	display: none !important;
}
#contentsArea .post_more{
	max-width: 780px;
    margin: 0 auto;
	padding: 11px 0;
    background-color: #F05A24;
    border-radius: 0 0 18px 18px;
    font-size: 3rem;
    text-align: center;
	font-family: 'Tunnel Tightline',sans-serif;
}
#contentsArea .post_more a{
	color: #FFF;
	display: inline-flex;
    align-items: center;
	justify-content: center;
}
#contentsArea .post_more img{
	margin-left: .5rem;
    width: 35px;
    height: 35px;
}
@media screen and (max-width: 768px) {
	#contentsArea{
		width: 85.937%;
	}
	#contentsArea .post{
		width: 77.031%;
	}
	#contentsArea .post_more{
		width: 85.937%;		
	}
	#contentsArea .post-header .post-share .doconoko{
		width: 130px;
		margin: 3px 20px 0 0;
	}
	#contentsArea .banner_l .come1{
		top: -120px;
	}
	#contentsArea .post .come{
		top: -110px;
	}
	#contentsArea .post-header .image img{
		width: 200px;
	}
	#contentsArea .post-header__text{
		width: 15em;
	}
	#contentsArea .post-comment__icon{
		right: -28px;
	}
	#contentsArea .banner_l{
		margin: 80px auto 100px;
	}
	#contentsArea .banner_l .come2{
		top: -90px;
	}
	#contentsArea .banner_s{
		margin: 40px auto;
	}
	#contentsArea .banner_s div{
		width: 95%;
	}	
	#contentsArea .banner_s .space_l{
		margin-left: 5%;
	}	
	#contentsArea:after{
		margin: 0 auto -27px !important;
	}
}
@media screen and (max-width: 640px) {
	#contentsArea .banner_l .come1{
		width: 60%;
		top: -64px;
		left: 20%;
	}
	#contentsArea .post .come{
		width: 57.253%;
		top: -7%;
		right: 21%;
	}
	#contentsArea .banner_l{
		margin: 40px auto 70px;
	}
	#contentsArea .banner_l .come2{
		width: 57.253%;
		top: -38%;
		left: 21%;
	}
	#contentsArea .banner_s{
		display: block;
		margin: -60px auto 30px;
	}
	#contentsArea .banner_s2{
		margin: -20px auto 30px;
	}	
	#contentsArea .banner_s div{
		width: 100%;
		margin: 20px auto;
	}
	#contentsArea .banner_s .space_l{
		margin: -10px auto 20px;
	}	
	#contentsArea .post{
		font-size: 1.5rem;
		width: 82.031%;
		padding: 10px;
		border-radius: 10px 10px 0 0;
	}
	#contentsArea .post h2{
		margin-top: 15px;
	}
	#contentsArea .post-header{
		display: block;
		width: 82%;
		padding: 1em;
		margin: 15px auto;
		border-radius: 10px;
	}
	#contentsArea .post-header:before{
		top: calc( (100% - 19px) / 2);
		left: -12px;
		width: 19px;
		height: 19px;
	}
	#contentsArea .post-header__text{
		width: 100%;
		margin-top: 1.5em;
	}
	#contentsArea .post-header .image img{
		width: 100%;
		margin-right: 0;
	}
	#contentsArea .post-header .post-time span{
		font-size: 1.1rem;
	}
	#contentsArea .post-header .post-text{
		margin: 1em 0;
		line-height: 1.4;
		font-size: 1.4rem;
	}
	#contentsArea .post-header .post-share{
		right: auto;
		bottom: 1em;
	}
	#contentsArea .post-header .post-share ul{
		font-size: 3.4rem;
	}
	#contentsArea .post-header .post-share ul li{
		padding: 0 .4rem;
	}
	#contentsArea .comment{
		width: 97%;
	}
	#contentsArea .post-comment__text:before{
		top: calc( (100% - 17px) / 2);
		right: -12px;
		width: 19px;
		height: 17px;
	}
	#contentsArea .post-comment__text{
		width: 69%;
		padding: 1em;
		font-size: 1.4rem;
	}
	#contentsArea .post-comment__icon{
		top: calc( (100% - 38px) / 2);
		right: -1%;
	}
	#contentsArea .post-comment__icon img{
		width: 38px;
	}
	.lum-lightbox-inner img {
		max-width: 95vw !important;
		max-height: 80vh !important;
	}
	#contentsArea .post_more{
		width: 82.031%;
		padding: 3px 10px;
		font-size: 2rem;
		margin-bottom: 50px;
	}
	#contentsArea .post_more img{
		width: 9%;
		height: auto;
	}
	#contentsArea:after{
		background-size: 147% auto !important;
		margin: 0 auto -28px !important;
	}
}
@media screen and (max-width: 320px) {
	#contentsArea:after{
		margin: 0 auto -11% !important;
	}
	#contentsArea .post-header{
		padding: 1em;
	}
	#contentsArea .post-header:before{
		left: -10px;
	}
	#contentsArea .post-comment__icon{
		right: -4%;
	}
	#contentsArea .post-comment__text {
		padding: 1em;
	}
	#contentsArea .post-comment__text:before{
		right: -10px;
	}
	#contentsArea .post-header .post-share .doconoko{
		margin: 3px 10px 0 0;
	}
	#contentsArea .post-header .post-share ul li{
		padding: 0;
	}
}
/* ===============================================================================
linkArea
=============================================================================== */
#link{
	max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
#link h2{
	font-family: 'Tunnel Tightline',sans-serif;
	font-size: 3rem;
}
#link h2 img{
	margin-top: -.5rem;
    margin-left: 1rem;
}
#contentsArea:after{
	content: "";
	display: inline-block;
	background: url(/cat/2019/index/images/line1@2x.png) no-repeat top center;
	background-size: 101% auto;
    width: 100%;
    height: 24px;
	margin: 0 auto -25px;
}
#link .archive:after,
#link .shopping:after{
	content: "";
	display: inline-block;
	background: url(/cat/2019/index/images/line2@2x.png) no-repeat top center;
	background-size: 101% auto;
    width: 100%;
    height: 24px;
}
#link .archive:after{
	margin: 0 auto -70px;
}
#link .shopping:after{
	margin: 0 auto -20px;
}
#link .archive{
	background-color: #FFE4DF;
	padding: 50px 0;
	position: relative;
	color: #000074;
}
#link .archive a{
	color: #000074;
}
#link .archive .illust{
	position: absolute;
    top: -70px;
    right: -10vw;
}
#link .archive .banner img{
	box-shadow: 0 0 5px rgba(35,24,21,.5);
	margin-top: 40px;
}
#link p{
	font-family: 'Jun 501',sans-serif;
	margin: 20px auto 50px;
}
#link .shopping{
	background-color: #DFF7EB;
	padding: 50px 0 0;
	position: relative;
	color: #B14918;
}
#link .shopping a{
	color: #B14918;
}
#link .shopping .illust{
	position: absolute;
    top: -90px;
    left: -90px;
}
#link .shopping ul{
	padding-bottom: 10px;
}
#link ul{
	max-width: 800px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#link ul li{
	width: 25%;
	margin: 20px 0;
}
#link ul li:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#link ul li span{
	display: block;
	font-size: 1.2rem;
    line-height: 1.4;
	margin-top: 1rem;
	font-family: 'Shuei KakuGo Gin B',sans-serif;
}
#link ul li img{
	width: 180px;
	height: 134px;
	box-shadow: 0 0 5px rgba(35,24,21,.5);
}
#link ul li img:hover{
	opacity: 1;
}
@media screen and (max-width: 768px) {
	#link{
		width: 85.937%;
	}
	#link .archive .illust{
		width: 30%;
		top: -25px;
		right: -7%;
	}
	#link .shopping .illust{
		width: 50%;
		top: -62px;
		left: -14%;
	}
	#link .archive:after{
		margin: 0 auto -71px;
	}
	#link .shopping:after {
		margin: 0 auto -21px;
	}
	#link ul li{
		width: 33%;
	}
	#link .banner{
		width: 94%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	#link .archive .illust{
		width: 62%;
		top: -77px;
		right: 22%;
	}
	#link h2{
		font-size: 2rem;
		margin: 0 auto;
		padding-top: 40px;
		position: relative;
	}
	#link h2 img{
		width: 12%;
		margin-top: 0;
	}
	#link p{
		margin: 10px auto 20px;
		padding: 0 .5rem;
		font-size: 1.2rem;
	}
	#link ul{
		padding: 0 1rem;
	}
	#link ul li{
		width: 48%;
		margin: 10px 0;
	}
	#link ul li img{
		width: 100%;
		height: auto;
	}
	#link .archive{
		padding: 50px 0 30px;
	}
	#link .archive .banner img{
		width: 100%;
		box-shadow: none;
		margin-top: 20px;
	}
	#link .shopping .illust{
		width: 80%;
		top: -76px;
		left: 10%;
	}
	#link .archive:after,
	#link .shopping:after{
		background-size: 147% auto !important;
	}
	#link .archive:after{
		margin: 0 auto -54px !important;
	}
	#link .shopping:after{
		margin: 0 auto -24px !important;
	}
	#link .shopping ul{
		padding-bottom: 30px;
	}
}
/* ===============================================================================
FooterArea
=============================================================================== */
footer {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
	background-color: #FFF;
}
.share{
    max-width: 702px;
	position: relative;
    margin: 0 auto;
	padding: 70px 0;
}
.share_list {
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.share_list li img{
	height: 159px;
}
.home{
	line-height: 3;
}
.copyright {
	font-size: 1.1rem;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
	letter-spacing: .3rem;
    padding-bottom: 30px;
    display: block;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	footer{
		width: 85.937%;
	}
	.share{
		width: 90%;
	}
	.share_list li img{
		height: 140px;
	}
}
@media screen and (max-width: 640px) {
	.share{
		width: 62%;
		padding: 30px 0 10px;
	}
	.share_list {
		flex-wrap: wrap;
	}
	.share_list li img{
		height: 90px;
		padding-bottom: 1.5em;
	}
	.home img{
		width: 51.468%;
	}
	.copyright {
		padding: 0 0 30px;
		font-size: .85rem;
		letter-spacing: .08rem;
		margin-top: -10px;
	}
}
@media screen and (max-width: 320px) {
	.yodogawa #prof_btn {
		font-size: 2rem;
	}
	.share {
		width: 73%;
	}
}