@charset "utf-8";
/*Common
-------------------------------*/
.tamashii_20170331{
	background: none;
	overflow: hidden;
}

#TWS_Slider{
	height: 450px;
	background: #fff;
}

#TWS_Slider, #cduTopSlider{
    overflow: visible;
}

#bigBackground.tamashii_202103{
	position: relative;
}

.tamashii_202103 img{
	max-width: 100%;
}

.tamashii_202103 ul, .tamashii_202103 li{
	list-style: none;
}

.tamashii_202103 a{
	text-decoration: none;
	transition: all .3s;
}

.tamashii_202103 a:hover,
.tamashii_202103 button:hover,
.item_btn.cartin:hover,
.item_btn.lottery:hover{
	opacity: .5;
}

.tamashii_202103 button{
	transition: all .3s;
}

#bigBackground.tamashii_202103::after{
	background: #f5f5f5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    visibility: visible;
    z-index: -3;
}

#cduWrap{
	width: 100%;
	overflow: hidden;
}

.ttl{
	margin: 30px auto;
	text-align: center;
}

/* タイトルアニメーション */
.matrix.anim-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix.anim-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.anim-wrap.is-animated {
  opacity: 1;
}

.matrix.anim-wrap.is-animated .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* 背景 */
.bgWrap, .bgWrap_rev{
	position: relative;
}

.bgWrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 25vw;
  width: 0;
  height: 0;
  z-index: -1;
  border-top: 250px solid #a01418;
  border-right: 250px solid transparent;
}

.bgWrap::after{
	background: #232222;
    width: 100%;
    position: absolute;
    top: 0;
    left: 25vw;
    right: 0;
	bottom: 0;
    height: 100%;
    z-index: -2;
    visibility: visible;
}

.bgWrap_rev::before{
  content: "";
  position: absolute;
  top: 0;
  right: 25vw;
  width: 0;
  height: 0;
  z-index: -1;
  border-top: 250px solid #a01418;
  border-left: 250px solid transparent;
}

.bgWrap_rev::after{
	background: #232222;
    width: 100%;
    position: absolute;
    top: 0;
    right: 25vw;
	bottom: 0;
    height: 100%;
    z-index: -2;
    visibility: visible;
}

._inner{
	/*width: 1150px;*/
	width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
}

/*header
-------------------------------*/
.headerWrap{
	position: relative;
	height: 113px;
}

.headerInner{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    padding: 20px 10px;
    width: 100%;
    transition: .2s;
}

.headerWrap .main{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    width: 62%;
    margin: 0 2%;
}

.headerWrap .main h2{
    padding-right: 20px;
    width: 37%;
    text-align: right;
}

.headerWrap .main *{
	transition: .2s;
}

.headerWrap .main h3{
	color: #fff;
	width: 63%;
}

.headerWrap .search{
	width: 30%;
    margin: 0 2%;
}

.headerWrap form{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}

.headerWrap .search_box{
	height: 32px;
    width: 315px;
    border: 2px solid #717171;
    text-indent: .5em;
}

#tamashiiHeader{
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: #212020;
}

#tamashiiHeader.fixed{
    position: fixed;
    top: 0;
}

#tamashiiHeader.fixed .headerInner{
	padding: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#tamashiiHeader.fixed .main{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#tamashiiHeader.fixed .main h2 img{
	width: 65%;
}

#tamashiiHeader.fixed .main h3{
	margin-top: 10px;
}

/*cduTopSlider
-------------------------------*/

.top-slider .slides .slick-list{
    overflow: visible;
}

.top-slider .slides .slick-slide {
    margin: 0 10px;
}

.top-slider .slides .slick-slide a:hover{
	opacity: 1;
}

.top-slider .slides .slick-prev,.top-slider .slides .slick-next{
	background: rgba(0,0,0, .7);
}

.top-slider .slides .slick-prev{
	left: 50%;
	transform: translate(-349px, -50px);
}

.top-slider .slides .slick-next{
	left: 50%;
	transform: translate(321px, -50px);
}

.top-slider .slides  .slick-prev:before{
	left: 12px;
}

.top-slider .slides  .slick-next:before{
	left: 3px;
}

.top-slider .thum{
	margin: 25px auto 0;
	max-width: 800px;
}

.top-slider .thum .slick-slide {
    margin: 0px 5px;
}

.top-slider .thum .slick-current img{
	border: 2px solid #c80d14;
	box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.top-slider .thum .slick-current img{
		border: thin solid #c80d14;
		box-sizing: content-box;
	}
}

.top-slider .thum img{
    max-width: 100%;
}

.top-slider .thum .slick-next, .top-slider .thum .slick-prev{
	height: 60px;
}

.top-slider .thum .slick-next::before, .top-slider .thum .slick-prev::before{
	top: 21px;
}

/*itemAreawrap
-------------------------------*/

#itemAreawrap{
	margin-top: 60px;
}

.tabSelect{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    background: #fff;
    padding: 30px 15px 10px;
}

.tabSelect li{
	list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 11.5%;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
  animation:tabAnim ease 0.6s forwards;
  -ms-animation:tabAnim ease 0.6s forwards;
}

@keyframes tabAnim{
  0%{opacity:0;
  }
  100%{opacity:1;
  }
}
/*20210322TYL柳田調整：ここから*/
.itemArea .tabSelect li a,
.itemArea .tabSelect li div{
    position: relative;
    display: block;
    padding: 10px;
    margin: 0;
    color: #10a9a7;
    text-align: center;
    font-size: 16px;
}
.itemArea .tabSelect li div {
	cursor: pointer;
}

.itemArea .tabSelect li a span,
.itemArea .tabSelect li div span {
    display: block;
    position: relative;
    z-index: 10;
}

.itemArea .tabSelect li a::before,
.itemArea .tabSelect li div::before{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #10a9a7;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    visibility: visible;
}

.itemArea .tabSelect li a::after,
.itemArea .tabSelect li div::after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	background: #10a9a7;
	width: 100%;
	height: 5px;
    visibility: visible;
}

.itemArea .tabSelect li.newitem a,
.itemArea .tabSelect li.newitem div{
	color: #a01b20;
}

.itemArea .tabSelect li.newitem a::before, .itemArea .tabSelect li.newitem a::after,
.itemArea .tabSelect li.newitem div::before, .itemArea .tabSelect li.newitem div::after{
	background: #a01b20;
}

.itemArea .tabSelect li.hassouitem a,
.itemArea .tabSelect li.hassouitem div{
	color: #818181;
}

.itemArea .tabSelect li.hassouitem a::before, .itemArea .tabSelect li.hassouitem a::after,
.itemArea .tabSelect li.hassouitem div::before, .itemArea .tabSelect li.hassouitem div::after{
	background: #818181;
}

/* 選択時背景 */
.itemArea .tabSelect li.active a,
.itemArea .tabSelect li.active div{
	background: #10a9a7;
	color: #fff;
}

.itemArea .tabSelect li.active.newitem a,
.itemArea .tabSelect li.active.newitem div{
	background: #a01b20;
}

.itemArea .tabSelect li.active.hassouitem a,
.itemArea .tabSelect li.active.hassouitem div{
	background: #818181;
}

/* 選択時矢印 */
.itemArea .tabSelect li.active a::after,
.itemArea .tabSelect li.active div::after {
	border: 10px solid transparent;
	border-top-color: #10a9a7;
	border-bottom-width: 0;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -9px;
	width: 0;
	height: 0;
    background: none;
    transform: translateX(-50%);
}

.itemArea .tabSelect li.active.newitem a::after,
.itemArea .tabSelect li.active.newitem div::after{
	border-top-color: #a01b20;
}

.itemArea .tabSelect li.active.hassouitem a::after,
.itemArea .tabSelect li.active.hassouitem div::after{
	border-top-color: #818181;
}

/* ホバー時アニメーション */
.itemArea .tabSelect li a:hover,
.itemArea .tabSelect li div:hover{
	color: #fff;
	opacity: 1;
}

.itemArea .tabSelect li a:hover::before,
.itemArea .tabSelect li div:hover::before{
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
/*20210322TYL柳田調整：ここまで*/
.item_shipmonth{
	color: #8d8d8d;
}

#itemAreawrap .itemBox{
 	background: #fff;
 	padding:0 45px 30px;
 	box-sizing: padding-box;
 	-webkit-transition:0.2s ease-in-out;
 	-moz-transition:0.2s ease-in-out;
 	-ms-transition:0.2s ease-in-out;
 	-o-transition:0.2s ease-in-out;
 	transition:0.2s ease-in-out;
 }

#itemAreawrap .itemArea .slides .slick-list{
		max-width: 1060px;
		margin: 0 auto;
}

/*20210322TYL柳田調整：ここから*/
#itemAreawrap .itemArea .item_slider {
	position: relative;
}
#itemAreawrap .itemArea .slides {
	position: relative;
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
  /* height: 860px; */
  min-height: 300px;
  overflow: hidden;
}
/*20210322TYL柳田調整：ここまで*/

#itemAreawrap .itemArea .slides ul{
	/*20210322TYL柳田調整：ここから*/
	/* position: absolute;
	top: 0;
	left: 0;
	opacity: 0; */
	pointer-events: none;
	padding: 0;
 	-webkit-transition:0.2s ease-in-out;
 	-moz-transition:0.2s ease-in-out;
 	-ms-transition:0.2s ease-in-out;
 	-o-transition:0.2s ease-in-out;
 	transition:0.2s ease-in-out;
	/*20210322TYL柳田調整：ここまで*/
	margin: 0 auto;
	/*display: inline-block;*/
	box-sizing: padding-box;
	vertical-align: top;
	width: 100%!important;
  	/* display: -webkit-box!important;
  	display: -ms-flexbox!important;
  	display: flex!important; */
	display: none;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
/*20210322TYL柳田調整：ここから*/
#itemAreawrap .itemArea .slides ul.show {
	/* opacity: 1;  */
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	pointer-events: all;
 	-webkit-transition:0.2s ease-in-out;
 	-moz-transition:0.2s ease-in-out;
 	-ms-transition:0.2s ease-in-out;
 	-o-transition:0.2s ease-in-out;
 	transition:0.2s ease-in-out;
}
/*20210322TYL柳田調整：ここまで*/

#itemAreawrap .itemArea .slides ul li{
	list-style:none;
	/*20210322TYL柳田調整：ここから
	width: calc((100% - 80px) / 5);
	*/
	width: 200px;
	/*20210322TYL柳田調整：ここまで*/
	/*display: inline-block;*/
	margin:30px 0 20px 0;
	padding-right: 15px;
	vertical-align: top;
	overflow: hidden;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

#itemAreawrap .itemArea .slides ul li:nth-of-type(5n){
	padding-right: 0;
}

#itemAreawrap .itemArea .slides ul li a{
	/*display: block;*/
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    height: 100%;
/*20210330TYL柳田調整：ここから*/
  color: #504e4e!important;
}
#itemAreawrap .itemArea .slides ul li a:hover{
	opacity: 1;
/*20210330TYL柳田調整：ここまで*/
}

.itemArea .item_price{
	margin-top: auto!important;
}

#itemAreawrap .itemArea .slides ul li img {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
	z-index:1;
}

#itemAreawrap .itemArea .slides ul li img:hover{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	z-index:1;
}

.itemArea .item_shipmonth{
	font-size: 13px;
	font-weight: bold;
}

.itemArea .item_thum{
	overflow: hidden;
}

.itemArea .item_name{
    /* margin: 5px 5px 0; */
    margin: 5px 5px 5px;
	font-size: 13px;
    line-height: 1.5em;
    /* min-height: 100px; */
}

.itemArea .item_price{
	position: relative;
    margin: 5px 5px 0;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
}

.itemArea .item_price::after{
	position: absolute;
	content: '';
	display: block;
	top: 5px;
	right: 5px;
    width: 5px;
    height: 5px;
    border: 3px solid;
	border-color: #0faba9 #0faba9 transparent transparent;
	transform: rotate(45deg);
}
/*20210322TYL柳田調整：ここから*/
.item_btn{
	background: #818181;
	/*
	padding: 5px;
	*/
	/* margin-top: 10px; */
	margin-top: 5px;
	text-align: center;
}
/*20210415TYL柳田調整：ここから*/
.item_btn.beforesale {
	background: #db888a;
}
/*20210415TYL柳田調整：ここまで*/
.item_btn.beforesale,
.item_btn.endsale,
.item_btn.nonstock,
.item_btn.lottery {
	padding: 5px;
}

.item_btn.cartin, .item_btn.lottery{
	-webkit-transition: all .3s;
	transition: all .3s;
	/*
	cursor: pointer;
	*/
}
a.item_btn {
	display: block!important;
	height: auto!important;
}

.item_btn span{
	position: relative;
    display: inline-block;
	color: #fff;
	height: 100%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, MS-PGothic, sans-serif;
	font-size: 13px!important;
	line-height: 150%;
}
.item_btn input[type="submit"]{
	position: relative;
	display: inline-block!important;
	width: 100%;
	height: 100%;
	padding: 5px 5px 5px 25px;
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, MS-PGothic, sans-serif;
	font-size: 13px!important;
	line-height: 150%;
	background-color: transparent;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	outline: none;
  background-image: url(ico_cart.png);
  background-repeat: no-repeat;
  background-position: left 2em center;
  background-size: 20px 20px;
}

.item_btn.cartin{
	background: #a01b20;
}

.item_btn.lottery{
	background: #0faba9;
}
.item_btn.lottery.endsale{
	background: #818181;
}
.item_btn.lottery.beforesale {
	background: #5cc8c5;
}

.item_btn.cartin span, .item_btn.lottery span{
	padding-left: 30px;
}

.item_btn.cartin span::before{
	position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-image: url(ico_cart.png);
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
}

.item_btn.lottery span::before{
	position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-image: url(ico_lottery.png);
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
}
/*20210322TYL柳田調整：ここまで*/

.btnWrap{
	background: #fff;
    padding: 60px 30px;
}

.btn_more{
    width: 35%;
    margin: 0 auto;
}

.btn_more a{
	background: #000;
    color: #fff;
    display: block;
    font-size: 26px;
    padding: 13px 20px 10px;
    position: relative;
    text-align: center;
    line-height: 1.5em;
}

.btn_more a::after{
	position: absolute;
	content: '';
	display: block;
	top: 23px;
	right: 15px;
    width: 8px;
    height: 8px;
    border: 4px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}

.notes_wrap{
	padding-top: 30px;
}

.item_notes{
	 width:100%;
	 max-width:970px;
	 border:5px solid #d82223;
	 background-color:#fdff55;
	 margin:0 auto;
	 padding:10px;
	 text-align: center;
}

.item_notes p._txt{
	font-size:21px;
	line-height:30px;
	font-weight:bold;
}

.item_notes p._txt span{
	color:#d82223;
	text-decoration: underline;
}

.item_notes p._exa{
	font-size:14px;
	margin-top: 10px;
}

.item_notes p._small{
	color:#d82223;
	font-size: 12px;
	font-weight: bold;
}

.item_notes ._morelink{
	text-align: center;
	text-decoration:underline;
	font-size: 12px;
	margin-top: 10px;
}


/*serachAreawrap
-------------------------------*/
#serachAreawrap{
	margin-top: 60px;
}

#serachAreawrap .subttl{
	text-align: center;
	margin: 60px 0 30px;
}

.charabrandArea{
	margin: 90px 0;
}

.charabrandArea .tabSelect{
	background: none;
	padding: 0;
	min-height: 45px;
}

.charabrandArea .tabSelect li{
	margin-bottom: 0;
}

.charabrandArea .tabSelect li a{
    position: relative;
    display: block;
    padding: 5px 10px;
    margin: 0;
    color: #fff;
    background: #898989;
    text-align: center;
    font-size: 12px;
}

.charabrandArea .tabSelect li a::after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	/*background: #10a9a7;*/
	width: 100%;
	height: 5px;
}

.charabrandArea .tabSelect li a::after{
	background: transparent;
}

/* 選択時背景 */
.charabrandArea .tabSelect li.active a{
	background: #a01b20;
	padding: 10px;
	font-size: 15px;
	z-index: 1;
}

/* 選択時矢印 */
.charabrandArea .tabSelect li.active a::after{
	border: 10px solid transparent;
	border-top-color: #a01b20;
	border-bottom-width: 0;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -9px;
	width: 0;
	height: 0;
    background: none;
    transform: translateX(-50%);
}

.charabrandArea .tabContent{
    background: #fff;
	padding: 30px 15px;

}

.charabrandArea .tabContent.active{
	animation: none;
}

.charaList, .brandList {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 95%;
    margin: auto;
    min-height: 250px;
}

.charaList li, .brandList li {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    width: calc((100% - 50px) / 6);
    margin: 0 10px 10px 0;
}

.charaList li:nth-of-type(6n), .brandList li:nth-of-type(6n) {
    margin-right: 0;
}

.brandList li:nth-of-type(n+7) {
    margin-bottom: 0;
}

.charaList li a{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
    min-height: 60px;
	padding: 5px 5px 2px 5px;
	background: #fff;
	border: 3px solid #9e1519;
	color: #9e1519;
	font-size: 14px;
	font-weight: bold;
    line-height: 1.3;
	text-align: center;
}

.charaList li a:hover{
	background: #9e1519;
	color: #fff;
	opacity: 1;
}

.brandList li a{
	padding: 10px 5px;
    background-color: #fff;
    border: 3px solid #cac8c8;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
	width: 100%;
}

.brandList li a span{
	display: block;
    margin-top: 5px;
	font-weight: bold;
}

/*　発送月　*/
.tamashii_202103 #cdu_hassobox7.hassouArea{
	margin: 90px 0;
}

.tamashii_202103 .hassouArea ul.hassouList{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	padding: 10px 0!important;
}

#cdu_hassobox7 ul li.firstchild{
	transition: all .3s;
}

.tamashii_202103 #cdu_hassobox7.hassouArea ul.hassouList > li{
	width: calc((100% - 70px) / 8);
	margin-right: 10px;
	background: #fff;
	text-align: center;
}

.tamashii_202103 #cdu_hassobox7.hassouArea ul li:nth-of-type(8n){
	margin-right: 0;
}

.tamashii_202103 #cdu_hassobox7.hassouArea ul.hassouList > li.firstchild:hover{
	background: #ccc;
}

.tamashii_202103 #cdu_hassobox7.hassouArea .firstchild div{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	border: none;
}

.tamashii_202103 #cdu_hassobox7.hassouArea  .firstchild a{
	border: none;
	background: none;
}

.tamashii_202103 .hassouArea .daybox > a{
	display: none!important;
}

#cdu_hassobox7 .pdbox ul{
	padding: 30px 20px 45px;
    font-weight: bold;
}

#cdu_hassobox7 .pdbox li{
    line-height: 1.2;
}

#cdu_hassobox7 .firstchild li.year {
    font-size: 12px;
}

#cdu_hassobox7 .pdbox li.month{
    font-size: 30px;
    line-height: 30px;
}

#cdu_hassobox7 .pdbox li.month span{
	font-size: 100%;
}

.tamashii_202103 .hassouArea hr{
	display: none;
}

.tamashii_202103 #cdu_hassobox7 .lineup_stats_02{
	padding: 8px;
    margin: 0;
    background: #a01418;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.tamashii_202103 #cdu_hassobox7 .lineup_stats_02::after{
	content: 'LINEUP確定';
	display: block;
	color: #fff;
    font-size: 16px;
}

.tamashii_202103 #cdu_hassobox7 .lineup_stats_01{
	padding: 8px;
    margin: 0;
	background: #11a7a5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.tamashii_202103 #cdu_hassobox7 .lineup_stats_01::after{
	content: '追加予定あり';
	display: block;
	color: #fff;
    font-size: 16px;
}

.tamashii_202103 #cdu_hassobox7 .lineup_stats_00{
    display: none;
}

.hassouArea .hassou_label{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}

.hassouArea .hassou_label div{
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	color: #fff;
	font-size: 14px;
}

.hassouArea .hassou_label div::before{
	content: '';
	display: block;
	position: absolute;
    top: 3px;
    left: 0;
	height: 15px;
    width: 15px;
	border: 1px solid #fff;
}

.hassouArea .hassou_label .label_end::before, .tamashii_202103 #cdu_hassobox7.hassouArea ul.hassouList > li.item_end{
	background: #797979;
}

.hassouArea .hassou_label .label_onsale::before{
	background: #fff;
}

.hassouArea .hassou_label .label_kakutei::before{
	background: #a01418;
}

.hassouArea .hassou_label .label_tsuika::before{
	background: #11a7a5;
}

.reserv_stats_01, .reserv_stats_02, .reserv_stats_03, .reserv_stats_04, .reserv_stats_05, .reserv_stats_06, .reserv_stats_07{
	display: none;
}

.omatome{
	margin-top: 10px;
}

.omatome a{
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}

/*newsAreawrap
-------------------------------*/
#newsAreawrap{
	margin-top: 60px;
}

#newsAreawrap ._inner{
	width: 1030px;
}

.newsWrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.newsList{
	background: #9e1519;
    padding: 20px 30px;
    width: 50%;
}

.newsList h4{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.newsList ul{
    height: 300px;
    overflow-y: scroll;
    margin: 0 auto;
}

.newsList ul li{
	background: #fff;
	padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

.newsList ul li:nth-of-type(2n){
	background: #ebebeb;
}

.twitterWrap{
	background: #10a9a7;
    padding: 20px 30px;
	width: 50%;
}

.twitterWrap h4{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.timeline-Widget{
	border-radius: 0!important;
}

/*relatedAreawrap
-------------------------------*/
#relatedAreawrap{
	margin-top: 60px;
}

#relatedAreawrap ._inner{
	width: 1030px;
}

.mailmagazine{
	margin: 60px auto 30px;
    text-align: center;
    width: 430px;
}

.mailmagazine a{
    display: block;
	position: relative;
	color: #fff;
	background: #a01418;
	border: 1px solid #fff;
	padding: 15px 30px 13px 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.mailmagazine a:before{
	display: block;
	content: '';
	background: url(ico_mail.png) no-repeat center;
	height: 23px;
	width: 39px;
	position: absolute;
	top: 15px;
	left: 40px;
}

.mailmagazine a::after{
	position: absolute;
    content: '';
    display: block;
    top: 18px;
    right: 20px;
    width: 8px;
    height: 8px;
    border: 4px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
}

.linkWrap{
	width: 90%;
	margin: 0 auto;
}

.tamashii_202103 .linkWrap .slick-slide {
    margin: 0 10px;
}

.tamashii_202103 .linkWrap .slick-prev, .tamashii_202103 .linkWrap .slick-next{
	background: #757575;
	height: 45px;
}

.tamashii_202103 .linkWrap .slick-prev:before, .tamashii_202103 .linkWrap .slick-next:before{
	top: 15px;
}

/* slick set */
.tamashii_202103 button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tamashii_202103 .slick-prev{
	left: -45px;
}

.tamashii_202103 .slick-next{
	right: -45px;
}

.tamashii_202103 .slick-next, .tamashii_202103 .slick-prev {
    outline: 0;
    background: 0 0;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #494949;
    z-index: 1;
}

.tamashii_202103 .slick-prev::before {
	position: absolute;
    content: '';
    display: block;
    top: 40px;
    left: 12px;
    width: 10px;
    height: 10px;
    border: 4px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-135deg);
}

.tamashii_202103 .slick-next::before {
	position: absolute;
    content: '';
    display: block;
    top: 43px;
    left: 2px;
    width: 10px;
    height: 10px;
    border: 4px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
}

/*TOPへ戻る*/
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

#pagetop a {
	position: relative;
	display: block;
	height: 60px;
	width: 60px;
	background: #767676;
}

#pagetop a::before{
	position: absolute;
    content: '';
    display: block;
	top: 26px;
	left: 19px;
	width: 13px;
	height: 13px;
    border: 4px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
}