	
@charset "utf-8";
/*
theme Name: HAJIKANA
Author: Plusers
Description: original theme
version： 2.0.0
*/

/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
 
body {
	line-height: 1;
	width: 980px;
	margin: auto;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
 
nav ul {
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
 
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
 
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
 
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
 
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

	
/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
 
body {
  /*フォントの指定*/
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*行間の指定*/
  line-height: 1.4;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}
 
/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}
 
img {
  max-width: 100%;
  height: auto;
}
.release {
	margin: 0em calc(50% - 50vw);
	position: relative;
}
.top{
	width: 100%;
    height: auto;
	background: #2e2e2e;
	opacity: .9;
}
.logo{
	position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
	width: 15%;
}
.logo-yoko{
	position: absolute;
    top: 70%;
    left: 20%;
    transform: translate(-50%, -50%);
	width: 25%;
}
.pc {
	display: block;
}
.sp{
	display: none;
}
section {
	margin: 10% auto 5%;
	padding: 0 5%;
	display: inline-block;
    width: 100%;
	position: relative;
}
h2 {
	text-align: center;
    font-size: 1rem;
    margin-bottom: 5%;
	font-family: 'Noto Serif JP', serif;
}
h3 {
	font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	padding-top: 5%;
	margin-bottom: 5px;
}
h4 {
	font-size: 1rem;
    margin-bottom: 3%;
	font-family: 'Noto Serif JP', serif;
}
h5 {
	text-align: center;
    font-size: 3rem;
    font-weight: unset;
	font-family: 'Noto Serif JP', serif;
}
h6 {
	line-height: 1.5;
    font-size: .8rem;
    color: #222;
    font-weight: unset;
}
.btn,
a.btn,
button.btn {
	font-size: .8rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin: 2% auto;
}

a.btn-gradient {
	font-weight: normal;
	color: #fff;
	border-radius: 5px;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(40%, #D8De3E),
		to(#2b86c5)
	);
	background-image: -webkit-linear-gradient(left, #D8De3E 40%, #2b86c5 100%);
	background-image: linear-gradient(90deg, #D8De3E 40%, #2b86c5 100%);
	font-size: .75rem;
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3cac),
    color-stop(#562b7c),
    to(#2b86c5)
  );

  background-image: -webkit-linear-gradient(left, #2b86c5, #80b4c0, #D8De3E);
  background-image: linear-gradient(90deg, #2b86c5, #80b4c0, #D8De3E);
	border-radius: 5px;
}

a.btn-gradient span {
	position: relative;
	z-index: 1;
	font-size: .6rem;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}
.back{
	width: 50%;
    z-index: -1;
    float: left;
}
.back::after{
	content: "";
	background-image: url("img/top2.jpg");
}
.intro {
	margin: 5% auto 4%;
    font-size: .9rem;
    line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
}
#first .intro{
	margin: 5% auto 4%;
    font-size: .9rem;
    line-height: 3;
    font-family: 'Noto Serif JP', serif;
    width: 53%;
    display: inline-block;
    background: #fff;
    margin-left: -10%;
    padding: 1% 2%;
    position: relative;
	box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
.category {
	display: flex;
}
.genre {
	flex: 0 0 31.333%;
    max-width: 31.333%;
    margin: 0 1%;
	position: relative;
}
.genre img {
	width: 100%;
    padding: 0% 0% 2% 0;
}
.right {
	display: inline-block;
    width: 100%;
}
.right .txt{
	font-size: .8rem;
}
.score {
	padding: 2% 5%;
    display: inline-block;
    background: #D8De3E;
    margin-bottom: 3%;
    position: absolute;
    top: 0;
    left: 0;
	font-size: .75rem;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

.accordion {
  width: 90%;
  max-width: 100%;
	margin: auto;
}
.accordion-hidden{
  display: none;
}
.accordion-open {
	display: block;
	padding: 10px 40px 10px 50px;
	cursor: pointer;
	margin: 5px 0;
	position: relative;
	font-size: .8rem;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
	
}
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.accordion-open span,
.accordion-close span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #80B4C0;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	border-radius: 50px;
}
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
.accordion-close {
  display: block;
  height: 0;/* 要素の高さは0 */
  overflow: hidden;/* 非表示 */
  padding: 0 0 0 60px;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
  position: relative;
}
.accordion-hidden:checked + .accordion-open + .accordion-close {
	height: auto;
	opacity: 1;
	padding: 10px 40px 10px 50px;
	font-size: .75rem;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_cssslider,
.cp_cssslider2,
.cp_cssslider3 {
	width: 100%;
	padding-top: 70%; /* 画像の高さ */
	position: relative;
	margin: 0 auto 4rem;
	text-align: center;
}
.cp_cssslider > img,
.cp_cssslider2 > img,
.cp_cssslider3 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	border-radius: 3px;
	/*box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);*/
}
.cp_cssslider input[name='cp_switch'],
.cp_cssslider2 input[name='cp_switch2'],
.cp_cssslider3 input[name='cp_switch3'] {
	display: none;
}
/* サムネイル */
.cp_cssslider label,
.cp_cssslider2 label,
.cp_cssslider3 label {
	/*margin: 15px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;*/
}
.cp_cssslider label:hover,
.cp_cssslider2 label:hover,
.cp_cssslider3 label:hover {
	opacity: 0.9;
}
.cp_cssslider label img,
.cp_cssslider2 label img,
.cp_cssslider3 label img {
	display: block;
	width: 20%;
	float: left;
}
.cp_cssslider input[name='cp_switch']:checked + label,
.cp_cssslider2 input[name='cp_switch2']:checked + label,
.cp_cssslider3 input[name='cp_switch3']:checked + label {
	/*border: 2px solid #FF7043;
	opacity: 1;*/
}
.cp_cssslider input[name='cp_switch'] ~ img,
.cp_cssslider2 input[name='cp_switch2'] ~ img,
.cp_cssslider3 input[name='cp_switch3'] ~ img {
	opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img,
.cp_cssslider2 input[name='cp_switch2']:checked + label + img,
.cp_cssslider3 input[name='cp_switch3']:checked + label + img {
	opacity: 1;
}
.block{
	display: flex;
	flex-wrap: wrap;
}
.box{
	flex: 0 0 100%;
    min-width: 0;
    max-width: 100%;
    word-wrap: break-word;
	margin-bottom: 5%;
}
.block .box .left{
	width: 50%;
    float: left;
}
.block .box .right{
	width: 47%;
    margin-left: 3%;
}
.block .box p{
	font-size: 1.2rem;
    margin-bottom: .9rem;
	color: #888;
    font-family: 'Noto Serif JP', serif;
}
.block .box .left p,
.block .box .right p{
	color: #80B4C0;
	margin-bottom: 1%;
	font-size: 1.5rem;
    line-height: 1.3;
	font-family: 'Noto Serif JP', serif;
}
.block .box .left .text,
.block .box .right .text{
	font-size: .75rem;
    margin-bottom: 5%;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}
.part{
	display: inline-block;
    margin-bottom: 5%;
}
.part img {
	width: 100%;
    float: left;
}
.part table{
	width: 100%;
    border-collapse: collapse;
}
.part table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #80B4C0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
tr {
	font-size: .75rem;
    border-bottom: solid 2px white;
}
th {
    position: relative;
    text-align: left;
    width: 35%;
    background-color: #80B4C0;
    color: white;
    padding: 10px 10px 15px 10px;
    font-weight: 100;
    line-height: 1.5;
}
td {
	line-height: 1.5;
    width: 70%;
    text-align: initial;
    background-color: #f6f7f7;
    padding: 10px 5px 10px 15px;
}
.icon-list{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 5%;
}
.icon{
	flex: 0 0 10%;
    box-sizing: border-box;
    max-width: 10%;
    min-width: 0;
    word-wrap: break-word;
	margin-right: 3%;
}
.btn{
	font-size: 0;
    text-align: center;
    width: 40%;
    margin: auto;
	padding: 2%;
    border-radius: 35px;
	background: #D8DE3E;
}
.btn-img{
	display: inline-block;
    vertical-align: middle;
    width: 10%;
    margin-right: 1%;
}
.btn-txt {
	display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
}
.footer{
	margin: 0em calc(50% - 50vw);
    position: relative;
}
.footer-inner{
	text-align: center;
    padding: 3%;
    width: 100%;
    background: #80B4C0;
    color: #fff;
}
.scrolldown1{
  position:absolute;
  left:50%;
  bottom:60px;
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  position: absolute;
  left:-30px;
  top: -50px;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.line{
	position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1;
    width: 7%;
    background: #fff;
    padding: .5%;
    border-radius: 35px;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #000;
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}
.prof{
	margin-top: 10%;
    padding: 3%;
    background: #f6f7f7;
	border-radius: 5px;
}
.prof img{
	width: 35%;
    float: left;
    display: block;
    margin: 0 5% 2% 0;
	background: #fff;
	border-radius: 5px;
	padding: 1%;
}
.prof .txt{
	display: inline-block;
    font-size: .7rem;
    line-height: 1.8;
    margin-top: 1%;
}
.map{
	width: 48%;
    height: 300px;
    margin-left: 2%;
}
.store{
	width: 50%;
    float: left;
	margin-bottom: 10px;
}
.btn-flat-border {
	display: inline-block;
    padding: 0.75em 1em;
    text-decoration: none;
    color: #999;
    border: solid 1px #999;
    border-radius: 3px;
    transition: .4s;
    margin-top: 5%;
    font-size: .7rem;
    width: 60%;
    text-align: center;
}

.btn-flat-border:hover {
  background: #999;
  color: white;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:-30px;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }
  100%{
    height:0;
    top:80px;
    opacity: 0;
  }
}

/*========= レイアウトのためのCSS ===============*/

h1{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#eee;
  text-shadow: 0 0 15px #666;
  text-align: center;
}
@media screen and (min-width:520px) and (max-width:979px) {
	body {
		width: 100%;
		margin: auto;
	}
	.release {
		margin: auto;
		position: relative;
	}
	.footer{
		margin:auto;
	}
}

@media only screen and (max-width:519px) {
	body {
		line-height: 1;
		width: 90%;
		margin: auto;
	}
	section {
		margin: 10% auto;
	}
	h5 {
		font-size: 1.5rem;
		margin-bottom: 2%;
	}
	h2 {
		font-size: .9rem;
	}
	h4 {
		font-size: .75rem;
		margin-bottom: 10%;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.top{
		height: calc(100vh);
		object-fit: cover;
	}
	.logo{
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 50%;
		display: none;
	}
	.logo-yoko{
		width: 80%;
		left: 50%;
		top: 70%;
	}
	.intro {
		margin: 10% auto 8%;
		font-size: .75rem;
		line-height: 2;
		font-family: 'Noto Serif JP', serif;
		width: 100%;
	}
	#first .intro{
		margin: 30% auto 4%;
		font-size: .75rem;
		line-height: 2;
		font-family: 'Noto Serif JP', serif;
		width: 65%;
		display: inline-block;
		background: #fff;
		margin-left: -10%;
		padding: 1% 2%;
		position: absolute;
		box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
	}
	.box{
		margin-bottom: 20%;
	}
	.block .box .left p, .block .box .right p{
		font-size: 1.2rem;
		margin-bottom: 3%;
	}
	.category {
		display: flex;
		flex-wrap: wrap;
	}
	.genre {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 10px 0 20px;
		position: relative;
	}
	.genre img {
		width: 46%;
		padding: 0% 2% 0% 0;
	}
	.right{
		width: 52%;
	}
	.right .txt{
		font-size: .6rem;
		margin-bottom: 5%;
	}
	.score {
		font-size: .5rem;
	}
	.txt {
		font-size: .75rem;
		line-height: 1.5;
	}
	.back{
		width: 60%;
		margin-left: -15%;
		margin-top: 10%;
	}
	.accordion {
		width: 100%;
		max-width: 100%;
		margin: auto;
	}
	.accordion-open span, .accordion-close span {
		width: 40px;
		margin-top: 5%;
	}
	.accordion-open::before, .accordion-open::after {
		width: 10px;
	}
	.block .box .left {
		width: 100%;
	}
	.block .box .right {
		width: 100%;
		margin-top: 5%;
		margin-left: 0%;
	}
	.btn {
		width: 80%;
	}
	.scrolldown1{
		position:absolute;
		left:50%;
		bottom:10px;
		height:50px;
	}
	.scrolldown1 span{
		top: -50px;
	}
	.line {
		bottom: 15px;
		right: 10px;
		width: 15%;
	}
	tr {
		margin-bottom: 4%;
	}
	.map{
		width: 100%;
		height: 200px;
		margin-left: 0%;
	}
	.store{
		width: 100%;
		float: left;
	}
}