@charset "UTF-8"; 
/* リセットCSS
-------------------------------------------------------------- */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 0;
	min-height: 0;
}
::before , ::after {
	box-sizing: inherit;
}
button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
/* 共通部分
-------------------------------------------------------------- */
header {
}
a{
	color: #fb4b23;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	vertical-align: middle;
	border-style: none;
}

ul {
	list-style: none;
}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	font-family: 'Kosugi Maru',"Meiryo", "メイリオ","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
	background-color: #fafafa;
	background-color: #fff;
}

.wrap{
	overflow: hidden;
}

/* 共通部分 ボタン
-------------------------------------------------------------- */
.btn,
a.btn,
button.btn {
	margin-left: 50px;
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0rem 1rem;
	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;
}

.btn--orange,
a.btn--orange {
	color: #fff;
	background-color: #000;
}

.btn--orange:hover,
a.btn--orange:hover {
	color: #ff4444;
	background: #ffee00;
}

a.btn--radius {
	border-radius: 100vh;
}

.btn--marginr{
	text-align: right;
	margin-top: 2rem;
}
.btn--nft,
a.btn--nft {
	margin-top: 1rem;
	margin-left: 0;
	color: #fff;
	background-color: #000;
}
/* 共通部分 画像拡大のアニメーション
-------------------------------------------------------------- */
.zoomInRotate{
	backface-visibility: hidden;
}
.zoomInRotate img{
	transform: scale(1);
	transition: .3s ease-in-out;
}

.zoomInRotate a:hover img{
	transform: scale(1.1);
}

/* メニューバー
-------------------------------------------------------------- */
.aori{
	background-color: rgba(20, 20, 20, .9);
	background-color: #a40000;
	color: #fff;
	font-size:0.8rem;
	padding:10 10 10 10;
}
.logo-area{
	width: 50%;
	height:auto;
}
.menu {
	/* メニューを横に */
	display: flex;
	flex-direction: row;
	justify-content: space-between
/*	position: relative;
*/	top: 0;
	right: 0;
	width: 100%;
	height: 4rem;
	background-color: #a40000;
	color: #fff;
}

.menu-list {
	font-size:1rem;
	color:#aaa;
	width:100%;
}

.menu-list a{
	color: #fff;
	text-decoration: none;
}

.menu-list a:hover {
	color: #fa8888;
}

/* ハンバーガーメニュー MENUがCLOSEに
-------------------------------------------------------------- */
/* ボタン外側 */
.openbtn{
	position: fixed;
	background:#ff4444;
	cursor: pointer;
	width: 39px;
	height:39px;
	border-radius: 5px;
	right: 0px;
	z-index: 2000;
}
.openbtn:hover {
	background: #ad2323;
}
/* ボタン内側 */
.openbtn span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 11px;
	height: 2px;
	border-radius: 5px;
	background: #fff;
	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:19px;
}

.openbtn span:nth-of-type(3) {
	top:25px;
}
/*
.openbtn span:nth-of-type(3)::after {
	content:"Menu";
	position: absolute;
	top:2px;
	left:-3px;
	color: #fff;
	font-size: 0.5rem;
	text-transform: uppercase;
}
*/
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn.active span:nth-of-type(1) {
	top: 14px;
	left: 13px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
	top: 26px;
	left: 13px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
/*
.openbtn.active span:nth-of-type(3)::after {
	content:"Close";
	transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}
*/
/* 共通部分
-------------------------------------------------------------- */
.contentArea{
	top: 0;
	left: 0;
/*	width: calc(100% - 320px);
*/	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
}

.pankuzu{
	width: 100%;
	height:1.5rem;
	border-bottom: solid 1px #000;
	padding-top: 0.3rem;
	padding-left: 2rem;
}
.pankuzu small{
	font-size: 0.5rem;
}
.pankuzu a{
	font-size: 0.5rem;
}

/* メイン画像
-------------------------------------------------------------- */
.mainVisual{
	height: auto;
}

.mainVisual-inner{
	width: 100%;
	height: 300px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
/*
	background: #ffbb00;
	background-image: radial-gradient(#ffc800 13%, transparent 13%), radial-gradient(#ffc800 13%, transparent 13%);
	background-size: 50px 50px;
	background-position: 0 0, 25px 25px;
*/
	background: #000;
}



/* ニュース
-------------------------------------------------------------- */
.news{
	background: #eee;
	text-align: center;
	width: 100%;
	padding: 10px 10px 10px 10px;
}
.news-inner{
	font-size: 1rem;
}

.news-inner ul{
	list-style: none;
	
}
.news-inner-detail summary{
	text-align: left;
	background: #000;
	border-radius: 10px;
	color: #fff;
	padding: 0.2rem 1vw 0.2vw 1vw;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 0.8rem;
	font-weight: normal;
}
.news-inner-detail details{
	margin-bottom: 100px;
}
.news span{
	font-weight:bold;
}

.news-inner-detail{
	text-align: center;
	margin: 0 auto;
	width: 70%;
}
.news-inner-box{
	text-align: left;
	padding: 0.5rem;
	border-bottom: 1px solid #d88;
}
.news-item-title-g {
    flex-basis: 10%;
	text-align: left;
	background: #50aa00;
	border-radius: 10px;
	color: #fff;
	padding: 0.2rem 1vw 0.2vw 1vw;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 0.8rem;
	font-weight: normal;
}
.news-item-title-r {
    flex-basis: 10%;
	text-align: left;
	background: #ff4444;
	border-radius: 10px;
	color: #fff;
	padding: 0.2rem 1vw 0.2vw 1vw;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 0.8rem;
	font-weight: normal;
}
.news-item-title {
    flex-basis: 10%;
	text-align: left;
	background: #5eabd4;
	border-radius: 10px;
	color: #fff;
	padding: 0.2rem 1vw 0.2vw 1vw;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 0.8rem;
	font-weight: normal;
}
/* グッズ
-------------------------------------------------------------- */
.goods-inner{
	width: 100%;
}
.goods-inner-center{
	text-align: center;
	margin: 0 auto;
}
.goods-inner-flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	padding: 2rem;
	text-align: center;
	margin: 0 auto;
	gap: 3rem 1rem; /* 余白 */
	width: 67.5%;
}
.goods-inner-flex .parts{
	color: #000;
}
.goods-inner-flex .parts h1{
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: bold;
}
.goods-inner-flex .parts p{
	font-size: 0.8rem;
}

/* トピックスバナー
-------------------------------------------------------------- */
.banner-flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding: 2rem;
	margin: 0 auto;
}
.banner-flex img{
	width: 300px;
	padding: 2rem;
}


.banner-flex-inner{
	width: 100%;
	font-size: 1rem;
	text-align: center;
}

.banner-flex-inner span{
	font-weight:bold;
	color: #000;
	font-size: 2rem;
}

/* コンテンツ
-------------------------------------------------------------- */
.works{
	width: 60%;
	text-align: center;
	margin: 0 auto;
}
.works-inner{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	padding: 2rem;
	text-align: center;
	margin: 0 auto;
	gap: 3rem 1rem; /* 余白 */
}
.works-inner-parts{
	color: #000;
	width: 230px;
}
.works-inner-parts h1{
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: bold;
}
.works-inner-parts p{
	font-size: 0.8rem;
	text-align: left;
}
div.works-inner-parts span:before {content:"\0bb";}
/* 新規立ち絵
-------------------------------------------------------------- */
.new-tatie{
	background: #eee;
	text-align: center;
	width:100%;
	padding: 10 10 10 10;
	background-color: #fff;
	background-image: radial-gradient(#eee 30%, transparent 30%);
	background-size: 5px 5px;
}
.new-tatie-inner{
	width: 100%;
	font-size: 1rem;
}

.new-tatie span{
	font-weight:bold;
	color: #000;
	font-size: 2rem;
}
.new-tatie-inner-flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding: 2rem;
	margin: 0 auto;
}
.new-tatie-inner-flex img{
	height: 400px;
	padding: 2rem;
}
/* クリエイター名
-------------------------------------------------------------- */
.new-creator{
	background: #eee;
	text-align: center;
	width:100%;
	padding: 10 10 10 10;
margin-top: 2rem;
	background-color: #fff;
	background-image: radial-gradient(#eee 30%, transparent 30%);
	background-size: 5px 5px;
}
.new-creator-inner{
	width: 100%;
	font-size: 1rem;
}

.new-creator span{
	font-weight:bold;
	color: #000;
	font-size: 2rem;
}
.new-creator-inner-flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding: 2rem;
	margin: 0 auto;
}
.new-creator-inner-flex img{
	padding: 0;
}
.new-creator-inner-flex-parts{
	padding: 2rem;
}


/* NFT
-------------------------------------------------------------- */
.nft_item{
	background:#fff;
	padding: 40px;
	border: 1px solid #333;
	width:90%;
	margin: 2rem auto;
	text-align: center;
	border-radius:10px;
}
.nft_item img{
	width: 100%;
	max-width: 900px;
}
.nft_item h1{
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: bold;
}
.nft_item p{
	font-size: 0.8rem;
}

/* フッター
-------------------------------------------------------------- */
.footer-inner{
	width: 100%;
	height: 350px;
	padding: 30px;
	color: #fff;
	background: #a40000;
/*	background-image: radial-gradient(#ad1919 13%, transparent 13%), radial-gradient(#ad1919 13%, transparent 13%);
	background-size: 50px 50px;
	background-position: 0 0, 25px 25px;
*/}
.footer-flex{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0;
}
.footer-flex-right{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0;
	margin-top: 30px;
	border-top: 1px solid #d88;
}
.footer-menu{
	font-size: 0.8rem;
	width: 25%;
	line-height: 2rem;
}
.footer-menu-right{
	font-size: 0.8rem;
	width: auto;
	padding-left: 2rem;
	line-height: 2rem;
}
.footer-menu-bottom{
	font-size: 0.8rem;
	width: 25%;
	line-height: 2rem;
	text-align: center;
}
.footer-menu span{
	font-size: 0.7rem;
}
div.footer-menu p:before {content:"\0bb";}
div.footer-menu span:before {content:"\a0";}

.footer-inner a{
	color: #fff;
}


/* slickのレイアウト
-------------------------------------------------------------- */
.slick-track{
	height: 1vw;
}
.slider .slick-slide {
	width: auto;
	height: auto;
	margin: 0;
	position: relative;
	overflow: hidden;
    margin-right: 0.1vw!important;
    margin-left: 0.1vw!important;
}
.slider .slick-slide img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
}

.slider .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
}
.slider .slick-next {
	right: 0;
}
.slider .slick-prev {
	left: 0;
}
.slider .slick-next::before {
	left: 20px;
}
.slider .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 22px;
}
/*
.dots .slick-dots {
	text-align: center;
	bottom: 30px!important;
}
.dots .slick-dots li {
	display: inline-block;
}
.dots .slick-dots button {
	display: block;
	width: 20px;
	height: 20px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #bb6600;
	border-radius: 50%;
}
.dots .slick-dots .slick-active button {
	background: #fff;
	width: 20px;
	height: 20px;
}
.dots .slick-dots li button:before{
	content: ''!important;
	height:100%!important;
	width: 100%!important;
}
*/


/* タブレットサイズ以上はハンバーガーメニュー非表示
-------------------------------------------------------------- */
@media screen and (min-width: 961px) {
	.openbtn{
		display: none;
	}
	.btn {
		display: none;
	}
}
/* タブレット表示
-------------------------------------------------------------- */
@media screen and (max-width: 960px) {
.contentArea{
	top: 0;
	left: 0;
	width: 100%;
	}
.contentArea h1{
	font-size:1.5rem;
	}
.mainVisual-inner{
	height: 300px;
	}
.menu {
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100vh;
	background-color: #a40000;
	color: #fff;
	z-index: 99;
	transition: .3s;
}
.menu-list {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin-top:0rem;
}
.menu-list a {
	color: #fff;
}
/* メニューオープン時位置0にして画面内に */
.menu.active {
	position: fixed;
	right: 0;
}
.logo-area {
	margin : 0 auto;
	width: 100%;
}
.works{
	width: 100%;
}
.works-inner{
	justify-content: center;
}
.goods-inner-flex{
	justify-content: center;
	width: 100%;
}
.box{
	top: 0;
	left: 0;
	width: 90%;/* ボックスの横幅を指定 */
	padding: 2rem 0 0 2rem;
	height: 110vw;
	}
}
/* バナーサイズ以下は可変表示
-------------------------------------------------------------- */
@media screen and (max-width: 706px) {
.mainVisual-inner{
	height: 41vw;
	}
.slider .slick-slide img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
}
.slider .slick-arrow {
	width: 0;
	height: 0;
}
.slider .slick-arrow::before {
	width: 0;
	height: 0;
}
}
/* スマホ表示
-------------------------------------------------------------- */
@media screen and (max-width: 520px) {
.btn,
a.btn,
button.btn {
	margin-left: 0px;
}
.contentArea{
	top: 0;
	left: 0;
	width: 100%;
	}
.contentArea h1{
	font-size:1.5rem;
	}
.news-inner{
	font-size: 0.8rem;
}
.news-inner-detail-flex{
	justify-content: center;
}
.new-tatie-inner-flex{
align-items: center;
	padding: 0;
}
.new-tatie-inner-flex img{
	height: 300px;
	padding: 2rem;
}
.works-inner{
	padding: 0;
	gap: 3rem 1rem; /* 余白 */
	margin-top: 1rem;
	justify-content: center;
}
.footer-inner{
	height: auto;
	padding: 45px;
	}
.footer-flex{
	flex-direction: column;
	justify-content: center;
	padding: 0;
	}
.footer-menu{
	width: 100%;
	}
.footer-flex-right{
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 auto;
	}
.footer-menu-right{
	padding-left: 0rem;
	}
.footer-menu-bottom{
	width: 100%;
	}
.box{
	top: 0;
	left: 0;
	width: 90%;/* ボックスの横幅を指定 */
	padding: 2rem 0 0 2rem;
	height: 650px;
	}
}
