@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;
}
a{
	text-decoration: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html{
	font-size: 62.5%;
}
body {
  font-family: YuGothic,'Yu Gothic','Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.88;
  letter-spacing: .1rem;
}
.bg{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.bg.bg1{
	background-image: url(../images/bg1.jpg);
}
.bg.bg2{
	background-image: url(../images/bg2.jpg);
}
.bg.bg3{
	background-image: url(../images/bg3.jpg);
}
.bg.bg4{
	background-image: url(../images/bg4.jpg);
}
.bg.bg5{
	background-image: url(../images/bg5.jpg);
}
.bg.bg6{
	background-image: url(../images/bg6.jpg);
}
.mt2{
	content: "";
	background-image: url(../images/bg_mt2@2x.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 14.516%;
	display: block;
}
@media screen and (max-width: 640px) {
	body {
		font-size: 1.6rem;			
	}
	.bg.bg1{
		background-image: url(../images/bg1_sp.jpg);
	}
	.bg.bg2{
		background-image: url(../images/bg2_sp.jpg);
	}
	.bg.bg3{
		background-image: url(../images/bg3_sp.jpg);
	}
	.bg.bg4{
		background-image: url(../images/bg4_sp.jpg);
	}
	.bg.bg5{
		background-image: url(../images/bg5_sp.jpg);
	}
	.bg.bg6{
		background-image: url(../images/bg6_sp.jpg);
	}
	.mt2{
		background-image: url(../images/bg_mt2_sp.png);
		padding-top: 9.375%;
		margin-top: 0;
	}
}

a {
  color: #FFFF00;
  text-decoration: none;
}
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[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}
.articleBlock01 dd a{
	color: #000;
    text-decoration: underline;
}
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;
}
@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly{
	display: block;
  }
}

/* ===============================================================================
HeaderArea
=============================================================================== */
.top{
	background-image: url(../images/mv_pc.jpg);
    background-size: cover;
    background-position: center 80%;
	width: 100%;
	height: 110vh;
	height: calc(var(--vh, 1vh) * 110);
	position: relative;
}
.head__contents {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 900px;
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
	z-index: 1;
}
.head__ttl {
    background-image: url(../images/ttl_main_pc@2x.png);
    background-size: contain;
	background-repeat: no-repeat;
    width: 90%;
    padding-top: 4.5%;
    display: block;
    position: absolute;
    top: 40px;
    text-indent: -9999px;
}
.head__subttl {
    background-image: url(../images/ttl_sub_pc@2x.png);
    background-size: contain;
	background-repeat: no-repeat;
    width: 47.797%;
    display: block;
    position: absolute;
    top: 115px;
    text-indent: -9999px;
}
.head__hobo {
    position: absolute;
    right: 0;
	width: 160px;
    bottom: 80px;
}
.top:after{
	content: "";
    background-image: url(../images/bg_mt1@2x.png);
    background-size: cover;
    background-position: center top;
	background-repeat: no-repeat;
    width: 100%;
    padding-top: 8.276%;
    display: block;
    position: absolute;	
	bottom: -30px;
	left: 0;
}
.yodogawa{
	background-color: #E0E8EC;
}
.yodogawa .inner{
	width: 340px;
    margin: 0 auto;
}
.yodogawa .text{
	padding: 50px 0 2em;
    font-size: 2rem;
	font-weight: bold;
}
.prof{
	width: 340px;
    margin: 0 auto;
	padding-bottom: 80px;
	cursor: pointer;
}
.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;
}
.popup.active {
  z-index: 1;
  opacity: 1;
}
.popup .box {
  background: #E0E8EC;
  width: 900px;
  box-sizing: border-box;
  padding: 30px 0 0 16%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
  z-index: 2;
  max-height: 95vh;
  overflow: scroll;
}
.popup .box .image {
	width: 140px;
	margin-bottom: 22px;
}
.popup .box .text01 {
	width: 400px;
	margin-bottom: 40px;
	line-height: 0;
}
.popup .box .text02 p {
	width: 29em;
    line-height: 1.6;
    font-size: 1.4rem;
}
.popup .box > .close {
	width: 60px;
	position: static;
	cursor: pointer;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
}
.popup .box > .close:hover {
  opacity: .5;
}
.popup > .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
	.top:after{
		bottom: -20px;
	}
	.popup .box {
		width: 95%;
		margin: 0 auto;
		padding: 20px 0 0;
	}
  .popup .box .image {
	  padding-left: 5%;
	}
  .popup .box .text01 {
	  width: 85%;
	  padding-left: 5%;
	  margin-bottom: 2em;
  }
  .popup .box .text02 {
	  padding: 0 5%;
  }
  .popup .box .text02 p {
	  width: 100%;
	  padding-bottom: 1em;
  }
  .popup .box > .close {
	  width: 10.416%;
  }
}
@media screen and (max-width: 640px) {
	.top{
		background-image: url(../images/mv_sp.jpg);
		padding-top: 134%;
		height: 0;
	}
	.top:after{
		background-image: url(../images/bg_mt1_sp.png);
		padding-top: 12.5%;
		bottom: -3px;
	}
	.head__ttl {
		background-image: url(../images/ttl_main_sp.png);
		width: 12.812%;
		padding-top: 100%;
		top: auto;
		bottom: 10vh;
		left: 25.781%;
	}
	.head__subttl {
		background-image: url(../images/ttl_sub_sp.png);
		width: 3.75%;
		padding-top: 50%;
		top: auto;
		bottom: 10vh;
		left: 17.5%;
	}
	.head__hobo {
		width: 19.648%;
		bottom: auto;
		top: 3vh;
		right: 5%;
	}
	.yodogawa .inner{
		width: 90%;
		padding: 20px 0 0;
	}
	.yodogawa .text {
		font-size: 1.6rem;
	}
	.prof{
		width: 62%;
		margin: 0;
		padding-bottom: 2em;
		padding-left: 5%;
	}
}
/* ===============================================================================
listBlock
=============================================================================== */
.listBlock01{
	background-color: #FFF;
	max-width: 900px;
	width: 100%;
    margin: 250px auto 170px;
}
.listBlock01 .ttl_index{
	background-color: #E0E8EC;
	text-align: center;
	padding: 100px 0 40px;
}
.listBlock01 ul{
	padding: 40px 0 50px;
}
.listBlock01 ul li{
	border-bottom: 2px solid;
	padding: 50px 0 50px;
}
.listBlock01 ul li:last-of-type{
	border-bottom: none;
}
.listBlock01 ul li img{
	width: auto;
	height: 137px;
}
.listBlock01 ul li a{
	display: block;
	max-width: 430px;
    margin: 0 auto;
}
.listBlock01 li a.publish: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;
}
.listBlock01 li a.private img{
	opacity: .5;
}
.listBlock01 li a.private:hover{
	opacity: 1;
}
.listBlock01 .title img{
	width: 80%;
}
@media screen and (max-width: 640px) {
	.listBlock01{
		background-color: rgba(255,255,255,0);
		margin: 0 auto;
	}
	.listBlock01 .ttl_index img{
		width: 23.75%;
	}
	.listBlock01 .ttl_index{
		padding: 30px 0 10px;
	}
	.listBlock01 ul {
		background-color: rgba(255,255,255,.9);
		padding: 20px 0;
	}
	.listBlock01 ul li {
		padding: 20px 0 20px 12vw;
	}
	.listBlock01 ul li img {
		width: auto;
		height: 90px;
	}
	.listBlock01 .title img {
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	.listBlock01 ul li {
		padding: 15px 0 15px 5vw;
	}
}
/* ===============================================================================
ContentsArea
=============================================================================== */
.navBlock01{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.navBlock01 ul{
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	width: 86.885%;
	margin: 0 auto;
	padding: 50px 0;
}
.navBlock01 ul li img{
	height: 73px;
}
#contentsArea{
	padding: 30px 0 250px;
}
.articleBlock01{
	max-width: 900px;
	width: 100%;
    background-color: #FFF;
    margin: 50px auto;
}
.articleBlock01 .heading{
	text-align: center;
	padding: 50px 0;
    background-color: #E0E8EC;
}
.articleBlock01 .heading img{
	height: 187.5px;
}
.articleBlock01 dl {
    max-width: 510px;
    width: 85.245%;
    margin: 0 auto 40px;
    display: -ms-flexbox;
    display: flex;
	font-family: 'Shuei KakuGo Gin B',sans-serif;
}
.articleBlock01 dl span{
	font-family: 'Shuei KakuGo Gin L',sans-serif;
	font-size: 1.2rem;
	color: #404040;
	display: inline-block;
}
.articleBlock01 dt {
    width: 100px;
    margin-right: 2em;
	text-align: right;
}
.articleBlock01 dd {
    width: 70%;
}
.articleBlock01 .talker-ishikawa{
	color: #0000FF;
}
.articleBlock01 .image,
.articleBlock01 .image-b{
    margin: 0 auto 3em;
}
.articleBlock01 .image {
    max-width: 650px;
	width: 98.36%;
}
.articleBlock01 .image-b {
    max-width: 840px;
	width: 98.36%;
}
.articleBlock01 .conv{
	padding: 40px 0 160px;
}
.articleBlock01 .capture{
	font-size: 1.4rem;
	text-align: right;
}
.articleBlock02{
	font-family: 'Shuei KakuGo Gin L',sans-serif;
	text-align: center;
	font-size: 1.4rem;
}
.bannerBlock{
	background-color: #2742CA;
    max-width: 900px;
	width: 100%;
    margin: 50px auto 0;
}
.bannerBlock .bannerTitle{
	padding: 90px 0 50px;
	text-align: center;
}
.bannerBlock .bannerTitle:after{
	content: "";
    background-image: url(../images/bg_mt3@2x.png);
    background-size: cover;
    background-position: center top;
	background-repeat: no-repeat;
    width: 100%;
	padding-top: 10.055%;
    display: block;
	margin-top: 10px;
}
.bannerBlock p{
	padding-bottom: 50px;
	text-align: center;
}
.bannerBlock p img{
	width: 650px;
}
.bannerBlock .bannerInner{
    margin: 0 auto;
    padding-bottom: 90px;
	font-size: 1.9rem;
	color: #FFF;
	line-height: 1.78;
}
.bannerBlock .bannerText{
	width: 21em;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width: 640px) {
	#contentsArea{
		padding: 0;
	}
	.navBlock01 ul{
		padding: 25px 0 20px;
	}
	.navBlock01{
		background-color: #E0E8EC;
		border-top: 2px solid;
		border-bottom: 2px solid;
	}	
	.nav-last{
		background-color: rgba(255,255,255,.9);		
	}
	.navBlock01 ul li img {
		height: 55px;
	}
	.articleBlock01 {
		background-color: rgba(255,255,255,0);
		margin: 0 auto;
	}
	.articleBlock01 .heading {
		padding: 25px 0;
		width: 100%;
		margin: 0 auto;
	}
	.articleBlock01 .heading:after{
		background-image: none;
		height: 0;
		margin-top: 0;
	}
	.articleBlock01 .heading img {
		height: 174px;
	}
	.articleBlock01 dl {
		margin: 0 auto 2em;
		padding-left: 0;
		display: block;
		flex-wrap: wrap;
	}
	.articleBlock01 dt{
		text-align: left;
	}
	.articleBlock01 dd{
		width: 100%;
	}
	.articleBlock01 .capture{
		line-height: 1.5;
	}
	.articleBlock01 .image,
	.articleBlock01 .image-b{
		margin: 2em auto;
	}
	.articleBlock01 .image,
	.articleBlock01 .image-b{
		width: 100%;
	}
	.articleBlock01 .conv {
		background-color: rgba(255,255,255,.9);
		padding: 40px 0 30px;
	}
	.articleBlock02 {
		padding-top: 20px;
		font-size: 1.4rem;
	}
	.bannerBlock {
		margin: 0 auto;
	}
	.bannerBlock .bannerTitle{
		text-align: center;
		padding: 40px 0 10px;
	}
	.bannerBlock .bannerTitle:after{
		background-image: url(../images/bg_mt3_sp.png);
		padding-top: 14.062%;
	}
	.bannerBlock .bannerTitle img{
		width: 90%;
	}
	.bannerBlock .bannerInner {
		font-size: 1.6rem;
		width: 90%;
		margin: 0 auto 50vh;
		padding-bottom: 10px;
	}
	.bannerBlock .bannerText{
		width: 100%;
	}
	.bannerBlock p {
		padding-bottom: 25px;
	}
	.bannerBlock p img{
		width: 100%;
	}
	.banner2{
		margin: 0 auto 80vh !important;
	}
}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
	width: 100%;
    background-color: #E4ECF0;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
}
.share_list {
    width: 86.885%;
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
	padding-top: 70px;
	align-items: flex-end;
}
.share_list li img{
	width: 50px;
    height: 50px;
}
.copyright {
    padding: 40px 0;
}
@media screen and (max-width: 640px) {
	footer{
		margin: 0 auto;
	}
	.share_list{
		padding-top: 30px;
	}
	.copyright {
		padding: 30px 0 20px;
	}
}
