@charset "UTF-8";
/*=============================================================

	Date: 2021-7-24
	CSS Document ： クロニクル

=============================================================*/

body {
	width: 100%;
}

@media not all and (min-width: 919px) {
html {
    /*font-size: calc(100vw / 64 );*/
}

body {
	/*font-size: 2.8rem;*/
	-webkit-text-size-adjust: none;
}

div#container img {
	height: auto;
	width: 100%;
}
}

/*
@media screen and (min-width: 919px) {
html {
	font-size: calc(100vw / 128 );
}

body {
	font-size: 1.4rem;
}
}

@media screen and (min-width: 1280px) {

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
}
}
*/

ul,
li,
dl,
dt,
dd,
p,
div {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ---------------------------------

BASE
	
--------------------------------- */

div#container {
	text-align: left;
}

.hidden {
	overflow: hidden;
}

@media screen and (min-width: 919px) {
.sp {
	display: none;
}
}

@media not all and (min-width: 919px) {
.pc {
	display: none;
}
}

/* ---------------------------------

パンくず
	
--------------------------------- */

@media screen and (min-width: 919px) {
div.pankuzu_fca {
	max-width: 920px;
	width: 920px;
	overflow: hidden;
	margin: 11px auto 12px;
	font-size: 74%;
	color: #888888;
	padding: 0 20px;
}

div.pankuzu_fca ul {
	float: left;
	display: inline;
	overflow: hidden;
}

div.pankuzu_fca ul li {
	float: left;
	display: inline;
	padding: 0 6px 0 2px;
}

div.pankuzu_fca ul li a {
	padding: 0 7px 0 0;
	color: #888888;
}

div.pankuzu_fca p,
div.pankuzu_fca h1 {
	float: left;
	display: inline;
	color: #444;
}
}

@media not all and (min-width: 919px) {
div.pankuzu_fca {
	display: none;
}
}

/* ---------------------------------

LINK
	
--------------------------------- */

a:hover {
	text-decoration: underline;
}

div#kuronicle a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: none;
}

div#kuronicle a:hover {
	/*
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	text-decoration: none;
	*/
}

*:focus {
	outline: none;
}

@media not all and (min-width: 919px) {
a:hover {
	text-decoration: none;
}
}

/* ---------------------------------

PAGETOP
	
--------------------------------- */

div.pagetop {
	text-align: center;
}

/*
div.pagetop {
	position: absolute;
	right: 2%;
	z-index: 100;
}

div.pagetop a {
	background: url("/kuronicle/images/pagetop.svg") no-repeat 0 0;
	background-size: 24px 50px;
	display: block;
	height: 50px;
	width: 24px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}


@media not all and (min-width: 919px) {
div.pagetop a {
	background-size: 4.4rem 8.5rem;
	height: 8.5rem;
	width: 4.4rem;
}

.android .pagetop a {
	background-size: 8.8rem 17rem;
	height: 17rem;
	width: 8.8rem;
}
}
*/


@media screen and (min-width: 919px) {
div.pagetop {
	padding: 70px 0 60px;
}
}

@media not all and (min-width: 919px) {
div.pagetop {
	width: 57px;
	margin: auto;
	padding: 35px 0;
}
}

/*------------------------------------

MAIN

------------------------------------*/

div#kuronicle {
	color: #3e3a39;
	font-family: Gothic MB101 Regular;
	line-height: 1.0;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	position: relative;
}

div#kuronicle img {
	height: auto;
	max-width: 100%;
	/*width: 100%;*/
}

/* ---------------------------------

HEADER
	
--------------------------------- */

/* ---------------------------------

	FOOTER
	
--------------------------------- */

@media not all and (min-width: 919px) {
	/*
#Footer_fca ul li {
	font-size: 1rem;
}

#Footer_fca p.copy_fca {
	font-size: 1rem;
}
*/
}

/* ---------------------------------

	MENU
	
--------------------------------- */

div#fixed {
	position: relative;
}

.lock {
	height: auto;
    overflow: hidden;
}

div#kuronicle-menu nav {
	display: block;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	background: rgba(35,24,21,0.95);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
}

div#kuronicle-menu.open nav {
	right: 0;
	opacity: 1;
	z-index: 10;
}

div#kuronicle-menu .p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 100%;

}

div#kuronicle-menu h2 {
	color: #fff;
	font-family: Toppan Bunkyu MdMin EB JIS2004;
	font-size: 2.6875rem;
	line-height: 1;
	text-align: center;
	width: 100%;
}

div#kuronicle-menu h2 span {
	display: block;
	font-family: TBGothic M;
	font-size: 0.8125rem;
}

div#kuronicle-menu li {
	font-family: A1 Mincho;
	font-size: 1.625rem;
	text-align: center;
}

div#kuronicle-menu a {
	color: #fff;
}

.toggle_btn {
	background: #231815;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	z-index: 10;
}

.toggle_btn .toggle-open {
	color: #fff;
	font-family: Toppan Bunkyu MdMin EB JIS2004;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}

.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: auto;
}

.open .toggle_btn span {
	background: #FFF;
}

.open .toggle_btn.hidden {
	display: none;
}

.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(15px) rotate(45deg);
	-ms-transform: translateY(15px) rotate(45deg);
	    transform: translateY(15px) rotate(45deg);
}

.open .toggle_btn span:nth-child(2) {
	display: none;
}

.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	    transform: translateY(-10px) rotate(-45deg);
}

.close {
	position: fixed;
}

.close::after {
	background: #fff;
	content: "";
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.close::before {
	background: #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*
#mask {
	display: none;
	transition: all .5s;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 2;
	cursor: pointer;
}
*/
@media screen and (min-width: 919px) {
div#kuronicle-menu nav {
	width: 40%;
}

div#kuronicle-menu h2 {
	margin: 0 0 100px;
}

div#kuronicle-menu h2 span {
	margin: 10px 0 0;
}

div#kuronicle-menu li {
	margin: 0 0 35px;
}

.toggle_btn {
	right: 50px;
	width: 80px;
	height: 90px;
}

.toggle_btn .toggle-open {
	font-size: 0.9375rem;
	top: 18px;
}

.toggle_btn span {
	width: 52px;
	height: 2px;
}

.toggle_btn span:nth-child(1) {
	top: 44px;
}

.toggle_btn span:nth-child(2) {
	top: 56px;
}

.toggle_btn span:nth-child(3) {
	top: 68px;
}

.close {
	height: 42px;
	width: 42px;
	top: 60px;
	right: 60px;
}

.close::after {
	height: 2px;
	width: 42px;
}

.close::before {
	height: 2px;
	width: 42px;
}
}

@media not all and (min-width: 919px) {

div#kuronicle-menu nav {
	width: 70%;
}

div#kuronicle-menu h2 {
	font-size: 1.25rem;
	margin: 0 0 40px;
}

div#kuronicle-menu h2 span {
	margin: 7px 0 0;
}

div#kuronicle-menu li {
	font-size: 0.8125rem;
	margin: 0 0 15px;
}

.toggle_btn {
	right: 9px;
	width: 45px;
	height: 50px;
}

.toggle_btn .toggle-open {
	font-size: 0.625rem;
	top: 10px;
}

.toggle_btn span {
	width: 20px;
	height: 1px;
}

.toggle_btn span:nth-child(1) {
	top: 22px;
}

.toggle_btn span:nth-child(2) {
	top: 26px;
}

.toggle_btn span:nth-child(3) {
	top: 31px;
}

.close {
	height: 20px;
	width: 20px;
	top: 60px;
	right: 27px;
}

.close::after {
	height: 1px;
	width: 20px;
}

.close::before {
	height: 1px;
	width: 20px;
}
}
