@charset "utf-8";
/* CSS Document */
	
.gotop {
	position:fixed;
	right:40px;
	bottom:40px;
	z-index:20000;
}

.gotop a {
	width:45px;
	height:45px;
	display:block;
}

a {
	color:#000;
}

a:hover {
	color:#666;
}

#wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
}

#wrapper img {
	max-width: 100%;
	height: auto;
}

.Max1200 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.Max1500 {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
}

.Wide1500 {
	max-width: 1500px;
	margin: 0 auto;
}

.Wide1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.Center {
	text-align: center;
	margin: 0 auto;
}

.MgnTop5 {
	margin-top: 5%;
}

.MgnTop3 {
	margin-top: 3%;
}

.MgnTop10 {
	margin-top: 10%;
}

body {
	font-family: 'Montserrat',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 15px!important;
	color:#000;
	line-height:1.8 !important;
	background:#FFF;
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
	overflow-x: hidden;  /*  横スクロールバーを消します。 */
	height: 100%;
	letter-spacing: .1em;
	animation: fadeIn 2s ease 0s 1 normal;/*フワットフェードイン*/
    -webkit-animation: fadeIn 2s ease 0s 1 normal;/*フワットフェードイン*/
}

@media only screen and (min-width:769px){
.PC_none {
	display: none;
}
	
/*上からでてくるメニュー*/

header {
	background: #000;
	color: #FFF;
	width:100%;
	z-index:9996;
	position:absolute;
	top:-500px;
	left:0;
	margin-top:500px !important;
}

.scroll {
	background-color: rgba(0,0,0,0.8);
	width:100%;
	z-index:9996;
	position:fixed;
	top:0;
	left:0;
	margin-top:0 !important;
    transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    -moz-transition: top 0.5s ease-in;
}

header.scroll .TopHeader {
	display: none;
}

/*上からでてくるメニュー END*/
	
/*商品画像マスク*/
.thum {
	width:			24%;
	overflow:		hidden;
	position:		relative;
	position:		relative;
}
.thum .caption {
	font-size:		110%;
	text-align: 		center;
	color:			#fff;
	line-height: 1.7;
}
.thum .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.thum:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}
	
	.thum .caption h3,
	.thum .caption p {
		font-weight: bold;
	}
/*商品画像マスク END*/
}/*----------------min-width:769px*/


/*下からふわっと表示（フェードアップ）*/	
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
/*ふわっと表示（フェードイン）	*/
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

/*フワットフェードイン*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.TopLogo {
	padding: 25px 0;
}
	
	.TopHeader {
		background: #212121;
		color: #FFF;
	}

.TopHeader p {
	padding: 5px 2.5%;
	font-weight: bold;
}
	
	.HeaderInner {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

.SubMenu {
	position: absolute;
	top: 20px;
	right: 0;
}
	
	.LikeCart {
		float: right;
	}
	
	.LikeCart ul {
		text-align: right;
		width: 360px;
	}
	
	.LikeCart li {
		display: inline-block;
		margin-left: 3%;
		line-height: 15px;
		height: 15px !important;
		font-size: 15px;
	}

.LikeCart li img {
	padding-right: 10px;
}

.LikeCart li a {
	text-decoration: none;
	color: #FFF;
}

.LikeCart li a:hover {
	color: #fcbb21;
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 0.2s;
}
	
#Search{
	border-bottom:#FFF solid 1px;
	width:220px;
	padding-bottom:5px;
	float: left;
}

#Search input {
	border:none !important;
	color:#FFF;
	background:none;
}

.FormWidth {
	width:185px;
}

.SearchImg {
	margin-left: 5px;
}

footer {
	background: #000;
	color: #FFF;
	padding: 5% 0 !important;
}

.FooterInner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	font-family: 'Montserrat',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.FooterInner a {
	color: #FFF;
	text-decoration: none;
}

.Small {
	font-size: 70%;
	display: block;
	font-weight: 400;
}

.Title {
	display: inline-block;
  position: relative;
	 padding-bottom: 10px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-size: 250%;
	font-weight: 600;
}

.Title::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 3px solid #fcbb21;
 width : 100px ;
 }

.Title_Center {
	display: inline-block;
  position: relative;
	 padding-bottom: 15px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-size: 200%;
	font-weight: 600;
	line-height: 1.2;
}

.Title_Center::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 3px solid #fcbb21;
 width : 80px ;
	margin: 0 auto;
 }

.F_Title {
  display: inline-block;
  position: relative;
	 padding-bottom: 10px;
	letter-spacing: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}


.F_Title::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #FFF;
 width : 40px ;
 }

	.Title_Center_Top {
		width: 100%;
		font-size: 250%;
	}

.F_logo {
	float: left;
	width: 15%;
	padding-top: 5%;
}
.SiteMap {
	float: left;
	width: 50%;
	margin-left: 5%;
}

.F_Nav {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-top: 20px;
}

.F_Nav li a {
	color: #d4d4d4;
	display: block;
}

.F_Nav li a:hover {
	color: #fcbb21;
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 0.2s;
}

.F_Nav li {
	padding: 3px 0 !important;
}

.sns {
	margin-left: -1%;
}

.sns li {
	display: inline-block;
	margin: 20px 0 0 1%;
}

/*画像オンマウスでぴょこ*/
.sns li {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.sns li:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
/*画像オンマウスでぴょこ　END*/

.copy {
	color: #d4d4d4;
	margin-top: 20px;
}

a .Circle_Btn {
	color: #000;
	text-decoration: none;
	border-radius: 30px;
	border: 2px solid #000;
	padding: 2% 8%;
	display: block;
	margin-top: 7%;
	width: 120px;
}

a:hover .Circle_Btn {
	border: 2px solid #fcbb21;
	color: #fcbb21;
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 0.2s;
}

.Circle_Btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: center;
	margin: 5% auto;
}

.Circle_Btn a {
	color: #FFF;
	text-decoration: none;
	border-radius: 20px;
	border: 2px solid #FFF;
	padding: 3% 10%;
}

.Circle_Btn a:hover {
	border: 2px solid #fcbb21;
	color: #fcbb21;
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 0.2s;
}

.UnderBtn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 3px;
}

.UnderBtn a {
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
}

.UnderBtn span {
	border-bottom: 2px solid #000;
	display: inline-block;
}

.UnderBtn a:hover {
	color: #fcbb21;
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 0.2s;
}

.UnderBtn span:hover {
	border-bottom: 2px solid #fcbb21;
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 0.2s;
}

.List4 {
	margin-top: 3%;
	margin-left: -2%;	
}

.List4 li {
	width: 23%;
	float: left;
	margin: 2% 0 0 2%;
}

.right {
	float: right;
}

.MoreBtn {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	font-weight: 500;
	width: 230px;
	font-size: 17px;
}

.MoreBtn a {
	color: #000;
	width: 235px;
	display: block;
	text-decoration: none;
}

.MoreBtn a:hover {
	color: #666;
	/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}

/*矢印動く横*/
.faderight {
    animation-name: faderight;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
	float: right;
	margin-top: -5px;
}
@keyframes faderight {
from {
    opacity: 0;
    transform: translateX(-30px);
}
to {
    opacity: 1;
transform: translateX(0);
}
}/*矢印動く横 END*/
/*矢印動く上*/
.fadeup {
   animation-name: fadeup;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
   opacity: 1;
    transform: translateY(0);
}
}/*矢印動く上 END*/

section#TopAbout {
	margin-top: 5%;
	background: url(https://crepprotect.itembox.design/item/aboout_bg.jpg) no-repeat;
	background-size: cover;
	padding: 5% 0;
}

.Wht a {
	color: #FFF !important;
}

.Wht{
	color: #FFF !important;
}

div.AboutImgWrap {
	width: 55%;
	position: relative;
	z-index: 0;
	float: left;
}

div.AboutTextWrap {
	float: right;
	position: relative;
	z-index: 1;
	background: #000;
	color: #FFF;
	width: 50%;
	margin-top: 10%;
	margin-left: -10%;
	padding: 5%;
}

.AboutoImg {
	width: 50%;
	float: left;
}

.Abouto01 {
	margin-top: -20%;
}

.Abouto01 {
	padding-top: 0;
}

section#TopCollabo {
	background: #000;
	vertical-align: middle;
}

.CollaboImgWrap {
	display: inline-block;
	width: 70%;
}

.CollaboTitleWrap {
	display: inline-block;
	width: 24%;
	padding: 3%;
}

.CollaboImg {
	display: inline-block;
	width: 33.33333%;
}

.CollaboImg img {
	width: 100% !important;
	height: auto !important;
}

.CollaboBtn {
	float: left;
}

/*背景斜め*/
.oneArea {
  background: linear-gradient(-45deg, #212121 0%, #212121 50%, #000 50%, #000 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 5% 0;
}
/*背景斜め END*/

.ShopMovieList {
	max-width: 1200px;
	width: 90%;
}

.ShopMovieList li.list {
	float: right;
	width: 50%;
	position: relative;
}

.WhtBox {
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	width: 50%;
	padding: 5%;
	text-align: center;
	background: #FFF;
}

a .WhtBox {
	color: #000;
}

.CenterBox {
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	width: 50%;
	padding: 5%;
	text-align: center;
}

a:hover .WhtBox {
	background: #000;
	color: #FFF;
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 0.2s;
}

.down {
	margin-top: 10% !important;
}

.yel {
	color: #fcbb21;
}

.Bg_Bk {
	background: #000;
	color: #FFF;
	padding-bottom: 0 !important;
}

.YelBtn a {
	display: block;
	background: #fcbb21;
	color: #000;
	text-decoration: none;
	font-size: 110%;
	padding: 5px 10px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	width: 150px;
	text-align: center;
	font-weight: 600;
	border: 2px solid #fcbb21;
}

.YelBtn a:hover {
	background: none;
	color: #fcbb21;
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 0.2s;
}

.Big {
	font-size: 120%;
}

#Common {
		padding-top: 174px;
	}
