@charset "utf-8";
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* @group reset */
* {
	margin: 0px;
	padding: 0px;
	text-aling:left;
	vertical-align:top;
}
img {
    display: block;
}
html {
	height: 100%;
	overflow: auto;
  scroll-behavior: smooth;
}
body {
	background-color: #E3D5B8;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #111;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    line-height: 2;
}
a { text-decoration : none}
ul, ol { list-style : none}
img{ vertical-align : middle}
/* @end */
section {
	width: 100%;
	margin: 0;
	padding: 0;
}
section#gallery {
	background-color: #54492e;
	color: #fff;
}
article {
	width: 95%;
	max-width: 840px;
	margin: auto;
}
header {
	width: 100%;
	font-size: 20px;
	background-color: #F5AB0B;
	position: relative;
	text-align: center;
	color: #fff;
	padding: 0.75rem 0 0.5rem;
	margin-bottom: 3rem;
}
header img {
	position: absolute;
	left: 1rem;
	top:1rem;
	width: auto;
	height: 32px;
}
navi {
	display: inline-block;
}
nav a {
	color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.gallery-top {
	background-color: #e3d5b8;
	padding-top: 0rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.gallery-top img {
	width: 80%;
	height: auto;
	max-width: 200px;
	margin: auto;
}
/****************************************
OPEN / CLOSE BTNS
*****************************************/
.menu-btn {
  position: absolute;
  top: 1rem;
    right: 1rem;
    z-index: 999;
    display: none;
    width:23px;
    height:23px;
}
.menu-btn a {
    display: block;
    text-decoration: none;
    /* safari hack */
    width:23px;
    height:23px;
}
.btn-open:before {
    content:" ";
    display:block;
    width:23px;
    height:23px;
  content: url(common/images/menu.png);  
    background-size:contain;
}
.btn-open:hover:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.btn-close:before {
    content:" ";
    display:block;
    width:23px;
    height:23px;
  content: url(common/images/close.png);
    background-size:contain;
}

.btn-close:hover:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
@media all and (max-width: 850px) {
.menu-btn {
    display: block;
}
}
/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 998;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
}
.overlay .logo {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.overlay .logo img {
    display: block;
    width: 80%;
    max-width: 100px;
    height: auto;
    margin: auto;
}
.overlay ul li {
    color: #aaa;
}
.overlay ul a li {
    color: #000;
}
.overlay ul a li, .overlay ul li {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 1rem;
    border-bottom: 1px solid #000000;
    font-weight: 600;
    line-height: 1.25;
    font-size: 16px;
    list-style: none;
    float: none;
    text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay ul li.last {
    border-bottom: 1px solid #000000;
}
.overlay ul a:hover li {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -o-opacity: 0.25;
  opacity: 0.25;
}
.overlay ul li p {
    display: inline-block;
    text-align: left;
    padding: 0 0.1rem;
    letter-spacing: -0.05em;
}
.overlay ul li span {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    padding: 0 0.5rem;
}

@media all and (max-width: 1024px) {
header {
	text-align: right;
	padding-right: 2rem;
}
}
@media all and (max-width: 850px) {
header {
	height: 60px;
}
nav {
	display: none;
}
}
h1 {
	margin-bottom: 2rem;
}
h1 img {
	margin: auto;
	width: 200px;
	height: auto;
}
h2 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 4rem;
}
h2 img {
	margin: auto;
	width: 80%;
	max-width: 360px;
	height: auto;
}
h3 {
	font-weight: 300;
	font-size: 2.125rem;
	text-align: center;
	margin-bottom: 1rem;
	margin-top: 6rem;
}
.butai-all {
	width: 100%;
	background-color: #807562;
	margin-bottom: 4rem;
	padding: 0;
}
.butai-all02 {
	width: 100%;
	background-color: #54492e;
	margin-bottom: 4rem;
	padding: 0;
}
.butai {
	aspect-ratio: 1920 / 1439;
	background-color: #E3D5B8;
	width: 100%;
	height: auto;
	max-width: 840px;
	position: relative;
	margin: 0 auto;
	background-size: cover;
	margin-bottom: 4rem;
	overflow: hidden;
	padding: 0!important;
}
.butai-over {
	width: 100%;
	width: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.butai-over img.btn {
	width: 100%;
	height: 100%;
}
.maku {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.maku-left {
	position: absolute;
	top:0;
	left:0;
}
.maku-right {
	position: absolute;
	top:0;
	right:0;
}

#left-slide {
animation:left-slide 3s linear forwards;
transform-origin:-100%;
}
@keyframes left-slide {
to {
transform:scaleX(0);
}
}
#right-slide {
animation:right-slide 1.5s linear forwards;
transform-origin:100%;
}
@keyframes right-slide {
to {
transform:scaleX(0);
}
}

img.maku-left, img.maku-right {
	width: 50%;
	height: auto;
}
.maku img {
	width: 50%;
	height: auto;
}
.comics {
	width: 100%;
	max-width: 880px;
	display: flex;
	margin: auto;
	align-items: stretch;
}
.comics-buttons {
	padding-top: 1rem;
	width: 45%;
	margin-left: 2.5%;
	display: block;
	flex-wrap: wrap;
	padding-bottom: 4rem;
	align-items: flex-start;
}
.comics-button {
	width: 50%;
	height: auto;
	margin: 0% 0% 5%;
	text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	float: left;
}
.comics-button span {
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
	font-size: 0.875rem;
	line-height: 1.5;
	height: 2.5rem;
}
.comics-button span i {
	display: inline-block;
	margin-top: 0.2rem;
}
.comics-button img {
	width: 80%;
	height: auto;
	margin: auto;
	margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	filter: sepia(1);
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.comics-button img:hover {
	transform: scale(1.15, 1.15);
	filter: sepia(0);
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.comics-inner {
	width: 50%;
	height: 100%;
	margin-right: 2.5%;
	overflow-y: auto;
	aspect-ratio: 10 / 20;
	position: relative;
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
}
.comic {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.comic img {
	width: 90%;
	margin-left: 10%;
	margin-bottom: 1rem;
	height: auto;
}
@media all and (max-width: 680px) {

.comics-buttons {
	width: 30%;
	margin-left: 5%;
	padding-top: 0;
}
.comics-button {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0% auto 5%;
	text-align: center;
	float: none;
}
	.comics-button span {
		display: none;
	}
.comics-inner {
	width: 68.5%;
	height: 100%;
	margin-right: 2.5%;
	overflow-y: auto;
	aspect-ratio: 6.5 / 20;
	position: relative;
}
}

.tokkyo-ichiran {
	display: flex;
	flex-direction: column;
}
.tokkyo-ichiran a {
	display: flex;
	width: 100%;
	margin-bottom: 2rem;
	flex-direction: row;
	line-height: 1.5;
}
.tokkyo-ichiran a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	filter: sepia(1);
}
.tokkyo-ichiran a:hover img {
	transform: scale(1.2, 1.2);
	filter: sepia(0);
}
.tokkyo-ichiran a h4 {
	font-size: 1.25rem;
}
.tokkyo-ichiran a h4 i {
	display: inline-block;
	margin-top: 0.25em !important;
}
.tokkyo-ichiran a .click-image {
	width: 90px !important;
	margin-top: 0rem;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	display: block;
}
.tokkyo-ichiran a .click-image img {
	width: 100%;
	height: auto;
}
.tokkyo-ichiran a .click-text {
	width: calc(100% - 90px - 1rem);
	display: block;
}
.comic-page h4 {
	font-size: 1.25rem;
}
.comic-page img {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 1rem;
}
.archive {
	width: 50%;
	max-width: 120px;
	margin: 4rem auto;
	padding-bottom: 4rem;
}
.archive img {
	width: 100%;
	height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	margin: auto;
}
.archive img:hover {
	transform: scale(1.2, 1.2);
}
.comic-def {
	width: 100%;
	align-items: center;
	text-align: center;
}

.second-title {
	width: 100%;
	overflow: hidden;
	height: 176px;
	background-image: url("common/images/second-title.png");
	background-size: auto 176px;
	background-repeat: repeat-x;
	margin-top: 6rem;
	background-position: center;
}
.second-title h2 {
	line-height: 112px;
	font-size: 3rem;
	font-weight: 800;
}
@media all and (max-width: 540px) {
.second-title h2 {
	font-size: 10vw;
	font-weight: 800;
}
.second-title {
	margin-top: 0rem;
}
}
.second {
	width: 90%;
	max-width: 540px;
	margin: auto;
	margin-top: 3rem;
}
h2.top-second {
	font-size: 2rem;
	margin: 0rem;
}
.second img {
	width: 70%;
	height: auto;
	max-width: 160px;
	margin: 6rem auto 2rem;
}
.charactors {
	width: 95%;
	max-width: 600px;
	height: auto;
	margin: 6rem auto 0;
}
footer {
	width: 100%;
	padding: 1rem;
	text-align: center;
	background-color: #807562;
	color: #fff;
}

@keyframes scroll-anim {
0% {
	transform: translateY(300px) scale(800%);
	
  }
  60% {
	transform: translateY(0px) scale(100%);
  }
  100% {
	transform: translateY(0px) scale(100%);
  }
}

.scroll-item {
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% exit 100%;
}
@media all and (max-width: 540px) {
@keyframes scroll-anim {
  from {
    scale: 1 1;
	transform: translateY(0rem);
	
  }
  to {
    scale: 1 1;
	transform: translateY(0rem);
  }
}
}

.comic-detail {
	margin: 4rem auto;
}
.comic-detail h4 {
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 1rem;
}
.patent-main {
    width: 100%;
    max-width: 480px;
    border: 4px solid #000000;
	margin: 2rem auto 1rem;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.patent-main:hover {
	transform: scale(1.1, 1.1);
	filter: drop-shadow(16px 16px 32px rgba(0,0,0,0.25));
}
.patent-main img {
	width: 100%;
	height: auto;
}
.patent-subimage {
	display: flex;
}
.patent-sub a {
	display: block;
	width: 90%;
	margin: 5%;
    border: 4px solid #000000;
	aspect-ratio: 1 / 1;
	overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.patent-sub a:hover {
	transform: scale(1.1, 1.1);
	filter: drop-shadow(8px 8px 16px rgba(0,0,0,0.25));
}
.patent-sub a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

table.tbl-respon01 {
	width: 100%;
    border-bottom: 1px solid #807562;
	border-right: 1px solid #807562;
}
table.tbl-respon01 th, table.tbl-respon01 td {
    padding: 0.25rem 0.5rem;
    border-top: 1px solid #807562;
	border-left: 1px solid #807562;
	line-height: 1.5;
}

//PCのデフォルトスタイルは割愛します
.tbl-respon01 td:first-child {
  background: #fbf5f5;
}
@media screen and (max-width: 640px) {
  .tbl-respon01 {
    width: 80%;
  }
  .tbl-respon01 .thead {
    display: none;
  }
  .tbl-respon01 tr {
    width: 100%;
  }
  .tbl-respon01 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-respon01 td:first-child {
    background-color: #807562;
    color: #fff;
    font-weight: bold;
    text-align: right;
  }
  .tbl-respon01 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

table.tbl-respon02 {
	width: 100%;
    border-bottom: 1px solid #807562;
	border-right: 1px solid #807562;
}
table.tbl-respon02 th, table.tbl-respon02 td {
    padding: 0.25rem 0.5rem;
    border-top: 1px solid #807562;
	border-left: 1px solid #807562;
	line-height: 1.5;
}

//PCのデフォルトスタイルは割愛します
.tbl-respon02 td:first-child {
  background: #fbf5f5;
}
	.tbl-respon02 td span {
		display: block;
	}
	.tbl-respon02 td span span {
		display: block;
		font-size: 0.875rem;
	}
@media screen and (max-width: 640px) {
  .tbl-respon02 {
    width: 80%;
  }
  .tbl-respon02 .thead {
    display: none;
  }
  .tbl-respon02 tr {
    width: 100%;
  }
  .tbl-respon02 td {
    display: block;
    text-align: right;
    width: 100%;
  }
	.tbl-respon02 td span {
		display: inline-block;
		margin-right: auto;
	}
	.tbl-respon02 td span span {
		display: inline-block;
		margin-right: auto;
		font-size: 1rem;
	}
  .tbl-respon02 td:first-child {
    background-color: #807562;
    color: #fff;
    font-weight: bold;
    text-align: right;
  }
  .tbl-respon02 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

table.corporate {
	width: auto;
}
table.corporate th, table.corporate td {
    padding: 0.5rem 0.5rem;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
table.corporate th, table.corporate td {
	display: block;
}
table.corporate th {
    padding: 0.25rem 0.5rem;
    background-color: #807562;
	color: #fff;
}
table.corporate td {
    padding: 0.25rem 0.5rem;
	margin-bottom: 1rem;
}
}
.co-logo {
	margin: 2rem auto 2rem;
}
.co-logo img {
	width: 8rem;
	height: auto;
	margin: auto;
}

.compe {
	margin: 2rem auto 4rem;
	width: 100%;
	max-width: 240px;
}
.compe img {
	width: 100%;
	height: auto;
}
h5 {
    display: inline-block;
    font-size: 1.25rem;
    border: 1px solid #FFFFFF;
	font-weight: 500;
	padding: 0.5rem;
	line-height: 1;
}
.competition {
	margin-bottom: 4rem;
}
.competition a {
	display: block;
	width: 100%;
	color: #e3d5b8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.competition a:hover {
	color: #f5ab0b;
}
.competition a i {
	margin-top: 0.5rem;
}
.competition a img:hover {
	transform: scale(1.2, 1.2);
}
.competition a img {
	max-width: 390px;
	margin: 2rem auto;
	width: 100%;
	height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mp4 {
	aspect-ratio: 37 / 80;
	height: 80vh;
	width: auto;
	margin: 0rem auto 1rem;
}
.after-mp4 {
	margin: 0 auto 4rem;
	text-align: center;
}
.after-mp4 i {
	margin-top: 0.5rem;
}

.after-mp4 a {
	color: #FFF1B0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.after-mp4 a:hover {
	color: #f5ab0b;
}