@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
body {
	
}

#ct_bg .contentsWrap01 {
	color: #232323;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.pcNone {
	display: none;
}

input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	background: none;
}

select::-ms-expand {
	display: none;
}

input[type="submit"] {
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus {
	outline-offset: -2px;
}

input[type="submit"]:-moz-focus-inner{
	border :0;
}

input[type=radio], input[type=checkbox] {
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

@media screen and (max-width: 767px) {
body {
	-webkit-text-size-adjust: 100%;
}

#ct_bg .contentsWrap01 {
	font-size: 1.2rem;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #232323;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #232323;
	text-decoration: none;
}

#ct_bg .mallLinkBtn {
	margin: 15px auto 0;
	width: 210px;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#ct_bg .mallLinkBtn > a {
	display: block;
	padding: 5px 0 5px 25px;
	border: 2px solid #21b1a8;
	border-radius: 20px;
	text-decoration: none;
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	background-color: #21b1a8;
	transition: .3s;
}

#ct_bg .mallLinkBtn > a:hover {
	color: #21b1a8;
	background-color: #fff;
}
#ct_bg .mallLinkBtn .mallLink span {
	position: relative;
}
#ct_bg .mallLinkBtn .mallLink span::before {
	position: absolute;
	top: calc(50% - 11px);
	left: -30px;
	width: 20px;
	height: 21px;
	background: url("../img/ico_index01_no.png") no-repeat 0 0/20px;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink span::after {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(50% - 11px);
	left: -30px;
	width: 20px;
	height: 21px;
	background: url("../img/ico_index01_on.png") no-repeat 0 0/20px;
	content: "";
	transition: .3s;
	z-index: 1;
}
#ct_bg .mallLinkBtn .mallLink.on span::after {
	opacity: 1;
	visibility: visible;
}

#ct_bg .mallLinkBtn .mallLink.reserve span::before {
	position: absolute;
	top: calc(50% - 9px);
	left: -26px;
	width: 18px;
	height: 19px;
	background: url("../img/ico_index02_no.png") no-repeat 0 0/18px;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.reserve span::after {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(50% - 9px);
	left: -26px;
	width: 18px;
	height: 19px;
	background: url("../img/ico_index02_on.png") no-repeat 0 0/18px;
	content: "";
	transition: .3s;
	z-index: 1;
}
#ct_bg .mallLinkBtn .mallLink.on.reserve span::after {
	opacity: 1;
	visibility: visible;
}

#ct_bg .mallLinkBtn .mallLink.waiting span::before {
	position: absolute;
	top: calc(50% - 8px);
	left: -26px;
	width: 18px;
	height: 17px;
	background: url("../img/ico_index03_no.png") no-repeat 0 0/18px;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.waiting span::after {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(50% - 8px);
	left: -26px;
	width: 18px;
	height: 17px;
	background: url("../img/ico_index03_on.png") no-repeat 0 0/18px;
	content: "";
	transition: .3s;
	z-index: 1;
}
#ct_bg .mallLinkBtn .mallLink.on.waiting span::after {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 767px) {
#ct_bg .mallLinkBtn > a {
	padding-left: 20px;
	font-size: 1.5rem;
}

#ct_bg .mallLinkBtn .mallLink span::before {
	top: calc(50% - 10px);
	left: -24px;
	width: 15px;
	height: 16px;
	background-size: 15px;
}
#ct_bg .mallLinkBtn .mallLink.reserve span::before {
	top: calc(50% - 7px);
	left: -22px;
	width: 14px;
	height: 13.5px;
	background-size: 13.5px;
}
#ct_bg .mallLinkBtn .mallLink.waiting span::before {
	top: calc(50% - 6.5px);
	left: -20px;
	width: 13.5px;
	height: 12.5px;
	background-size: 13.5px;
}

}

/* header
*****************************************/
#ct_bg .headTitleArea01 {
	position: relative;
	background-color: #232323;
	color: #fff;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 10px 14px 8px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.2;
}

#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-weight: bold;
}

#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 9px;
}

#ct_bg .mainAreaWrap01 {
	position: relative;
	max-width: 2000px;
	padding: 0 0 5px;
	background-color: #fff;
}

#ct_bg .mainAreaWrap01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg_index01_pc.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	z-index: 1;
}

#ct_bg .mainAreaWrap01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg_index02_pc.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	z-index: 1;
}

#ct_bg .logo01 {
	position: relative;
	z-index: 2;
	max-width: 980px;
	margin: 0 auto 0;
	padding: 20px 0 0;
}
#ct_bg .logo01 .img01 {
	width: 118px;
}
#ct_bg .logo01 .title01 {
	margin-left: 20px;
	font-family: 'Poppins';
	font-size: 2.8rem;
	font-weight: 700;
}

#ct_bg .mainArea01 {
	position: relative;
	z-index: 2;
	padding: 20px 0 0;
	overflow: hidden;
}

#ct_bg .slider01 {
	max-width: 780px;
	margin: 0 auto;
	border-radius: 20px;
}
#ct_bg .slider01 li {
	border-radius: 20px;
	box-shadow: 0 0 17px rgb(0 0 0 / 30%);
}

#ct_bg .slider01 li.li01::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 98.5%;
	background-color: #fff;
	border-radius: 20px;
}

#ct_bg .slider01 .slick-list {
	overflow: visible;
}

#ct_bg .slider01 .slick-slide {
	position: relative;
	margin-left: 39px;
	margin-right: 39px;
}

#ct_bg .slider01 .slick-slide img {
	width: 100%;
	border: 2px solid #fff;
	border-radius: 20px;
}

#ct_bg .slider01 .slick-slide a {
	position: relative;
	display: block;
	border-radius: 20px;
	transition: .6s;
}

#ct_bg .slider01 .slick-slide a:hover {
	opacity: .6;
	transition: .6s;
}

#ct_bg .slider01 .slick-slide a:hover::before {
	opacity: 1;
}

.slick-arrow:before {
	content:""!important;
	position: absolute;
}

.slick-next,
.slick-prev {
	position: relative;
	z-index: 99;
}

.slick-next:before {
	left: -28px;
	top: calc(50% - 25px);
	width: 0;
	height: 0;
	border-right: 25px solid transparent;
	border-bottom: 25px solid rgba(35,35,35,.3);
	border-left: 25px solid transparent;
	opacity: 1 !important;
	transform: rotate(90deg);	
}

.slick-prev:before {
	left: 0px;
	top: calc(50% - 25px);
	width: 0;
	height: 0;
	border-right: 25px solid transparent;
	border-bottom: 25px solid rgba(35,35,35,.3);
	border-left: 25px solid transparent;
	opacity: 1 !important;
	transform: rotate(-90deg);
	z-index: 99;
}

.slide-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 13px 0 0;
	list-style: none;
	text-align: center;
}
.slide-dots li {
	position: relative; 
	display: inline-block; 
	width: 20px; 
	height: 20px; 
	margin: 0 5px; 
	padding: 0; 
	cursor: pointer;
	box-shadow: none !important;	
}
.slide-dots li::before {
	display: none !important;
}
.slide-dots li button {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.slide-dots li button::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: transparent;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.slide-dots li.slick-active button::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}

button {
	background: none;
	border: none;
	outline: none;
	padding: 0 7px;
}

@media screen and (max-width: 767px) {
#ct_bg .mainAreaWrap01 {
	max-width: 100%;
	padding: 0;
}

#ct_bg .mainAreaWrap01::before {
	background-image: url("../img/bg_index01_sp.png");
}

#ct_bg .mainAreaWrap01::after {
	background-image: url("../img/bg_index02_sp.png");
}

#ct_bg .logo01 .img01 {
	width: 23.6%;
}
#ct_bg .logo01 .title01 {
	margin-left: 10px;
	font-size: 2.1rem;
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 8px 0 8px;
}
#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-size: 1.1rem;
	line-height: 1.6;
}

#ct_bg .slider01 {
	border-radius: 10px;
}
#ct_bg .slider01 li {
	border-radius: 10px;
}
#ct_bg .slider01 li.li01::before {
	display: none;
}

#ct_bg .slider01 .slick-slide {
	margin-left: 15px;
	margin-right: 15px;
}
#ct_bg .slider01 .slick-slide img {
	border-radius: 10px;
}
#ct_bg .slider01 .slick-slide a {
	border-radius: 10px;
}
#ct_bg .slider01 .slick-slide a:hover {
	opacity: 1;
}

.slick-next:before {
	left: -26px;
	top: calc(50% - 25px);
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgba(35,35,35,.3);
	border-left: 12px solid transparent;
}

.slick-prev:before {
	left: 22px;
	top: calc(50% - 25px);
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgba(35,35,35,.3);
	border-left: 12px solid transparent;
}

.slide-dots li button {
	height: 50%;
}
}

/* footer
*****************************************/
#ct_bg .copyrights01 {
	margin-top: 15px;
}
#ct_bg .copyrights01 small {
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
#ct_bg .copyrights01 small {
	font-size: 1rem;
}
}

/* contents
*****************************************/
.wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.wrap01.bC {
	justify-content: center;
}
.wrap01.between {
	justify-content: space-between;
}
.wrap01.aC {
	align-items: center;
}
.wrap01.aEnd {
	align-items: flex-end;
}
.wrap01.reverse {
	flex-direction: row-reverse;
}

#ct_bg .inner01 {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px 0;
}
#ct_bg .inner02 {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px 0;
}

#ct_bg .heading01 {
	display: table;
	position: relative;
	padding: 6px 0 6px 10px;
	font-family: 'Poppins';
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #e60012;
	z-index: 5;
}
#ct_bg .heading01::before {
	content: "";
	position: absolute;
	top: -6px;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #e60012 transparent transparent;
	border-width: 9px 16px 23px 0;
	transform: rotate(30deg);
}
#ct_bg .heading01::after {
	content: "";
	position: absolute;
	top: 11px;
	right: -18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #e60012 transparent transparent;
	border-width: 13px 22px 7px 0;
	transform: rotate(90deg);
}

#ct_bg .heading02 {
	display: block;
	position: relative;
	padding: 11px 0 11px;
	text-align: center;
	font-family: 'Poppins';
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #232323;
}
#ct_bg .heading02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #f4f4f4 transparent transparent;
	border-width: 30px 15px 30px 0;
	transform: rotate(180deg);
}
#ct_bg .heading02::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #f4f4f4 transparent transparent;
	border-width: 30px 15px 30px 0;
}

#ct_bg .newsArea01 {
	position: relative;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	padding: 0 0 10px;
}
#ct_bg .newsArea01 > .inner01 > .heading01 {
	top: -11px;
}
#ct_bg .newsArea01 .list01 {
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	height: 90px;
}
#ct_bg .newsArea01 .list01 > dt {
	width: 8%;
}
#ct_bg .newsArea01 .list01 > dt:not(:first-of-type) {
	margin-top: 8px;
}
#ct_bg .newsArea01 .list01 > dd {
	width: 92%;
	padding-left: 20px;
}
#ct_bg .newsArea01 .list01 > dd:not(:first-of-type) {
	margin-top: 8px;
}

#ct_bg .movieArea01 {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
#ct_bg .movieWrap01 {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}
#ct_bg .movieWrap01 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#ct_bg .frameArea01 {
	padding: 80px 0 110px;
	background-color: #f4f4f4;
}

#ct_bg .frameArea02 {
	padding: 30px 0 10px;
	background-color: #fff;
	box-shadow: 0 -3px 5px rgba(0,0,0,0.1);
}

#ct_bg .frameArea03 {
	padding: 80px 0 0;
	background-color: #f4f4f4;
}

#ct_bg .listWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .listWrap01::after {
	display: block;
	content: "";
	width: 31.633%;
}
#ct_bg .grid {
	position: relative;
	min-width: 960px;
}
.listWrap01.grid {
	opacity:0;
	transition: opacity .3s;
}
.listWrap01.grid.muuri {
	opacity:1.0;
}
#ct_bg .sort-btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
#ct_bg .sort-btn li {
	position: relative;
	border-radius: 4px;
	cursor: pointer;
	padding: 10px 10px 8px;
	transition: .3s;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: 0 8px 10px rgba(0,0,0,0.2);
}
#ct_bg .sort-btn li.all > p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#ct_bg .sort-btn li::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #fff;
	transition: .3s;
}
#ct_bg .sort-btn li.all::before {
	border-color: #e99d12;
}
#ct_bg .sort-btn li.parade::before {
	border-color: #e60012;
}
#ct_bg .sort-btn li.motors::before {
	border-color: #71b2af;
}
#ct_bg .sort-btn li.all.active::before,
#ct_bg .sort-btn li.all:hover::before,
#ct_bg .sort-btn li.parade.active::before,
#ct_bg .sort-btn li.parade:hover::before,
#ct_bg .sort-btn li.motors.active::before,
#ct_bg .sort-btn li.motors:hover::before {
	border-color: #fff;
}
#ct_bg .sort-btn li > span {
	font-size: 1.3rem;
	font-weight: 300;
}
#ct_bg .sort-btn li.all {
	width: 17.3%;
	background: #fefaf3;
	color: #e99d12;
}
#ct_bg .sort-btn li.all.active,
#ct_bg .sort-btn li.all:hover {
	background: #e99d12;
	color: #fff;
}
#ct_bg .sort-btn li.parade {
	width: 41.2%;
	background: #fef7f8;
	color: #e60012;
}
#ct_bg .sort-btn li.parade.active,
#ct_bg .sort-btn li.parade:hover {
	background: #e60012;
	color: #fff;
}
#ct_bg .sort-btn li.motors {
	width: 41.2%;
	background: #f7fcfb;
	color: #71b2af;
}
#ct_bg .sort-btn li.motors.active,
#ct_bg .sort-btn li.motors:hover {
	background: #71b2af;
	color: #fff;
}
#ct_bg .item {
	width: 31.633%;
	min-height: 520px;
	/*min-height: 575px;*/
	display: block;
	position: absolute;
	margin: 0px 8px 0;
	padding-top: 20px;
}
#ct_bg .col01:nth-child(n + 4) {
	padding-top: 40px
}
#ct_bg .col01 > .img01 {
	position: relative;
	box-shadow: 0 0 17px rgba(0,0,0,0.3);
}
#ct_bg .col01 > .img01 > .icon01,
#ct_bg .col01 > .img01 > .icon01.type02{
	position: absolute;
	bottom: 0;
	left: 0;
}
#ct_bg .col01 > .img01 > .icon02 
#ct_bg .col01 > .img01 > .icon02.type02 {
	position: absolute;
	top: 0;
	right: 0;
}
#ct_bg .col01 > .img01 > a > img {
	transition: opacity .3s;
}
#ct_bg .col01 > .img01 > a:hover > img {
	transition: opacity .3s;
	opacity: .6;
}

#ct_bg .col01 > .img01 > a::before {
	position: absolute;
	bottom: 5px;
	right: 5px;
	content: "";
	width: 28px;
	height: 29px;
	background-image: url("../img/ico_index04.png");
	background-size: 28px;
	background-repeat: no-repeat;
	z-index: 1;
	transition: opacity .3s;
}
#ct_bg .col01 > .img01 > a:hover::before {
	transition: opacity .3s;
	opacity: .6;
}
#ct_bg .col01 > .img01 > a.new01::after {
	position: absolute;
	top: -11px;
	right: -5px;
	content: "";
	width: 44px;
	height: 24px;
	background-image: url("../img/ico_index07.png");
	background-size: 44px;
	background-repeat: no-repeat;
}
#ct_bg .col01 > .img01 > a > .icon01::before {
	position: absolute;
	bottom: 5px;
	left: 5px;
	content: "";
	width: 40px;
	height: 40px;
	background-image: url("../img/ico_index05.png");
	background-size: 40px;
	background-repeat: no-repeat;
}
#ct_bg .col01 > .img01 > a > .icon02::after {
	position: absolute;
	top: -8px;
	right: -8px;
	content: "";
	width: 85px;
	height: 48px;
	background-image: url("../img/ico_index06.png");
	background-size: 85px;
	background-repeat: no-repeat;
}
#ct_bg .col01 > .img01 > a > .icon01.type02::before {
	bottom: 5px;
	left: 5px;
	width: 48px;
	height: 53px;
	background-image: url("../img/ico_index09.png");
	background-size: 48px;
}
#ct_bg .col01 > .img01 > a > .icon01.type03::before {
	bottom: 5px;
	left: 5px;
	width: 48px;
	height: 52px;
	background-image: url("../img/ico_index10.png");
	background-size: 48px;
}
#ct_bg .col01 > .img01 > a > .icon02.type02::after {
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	background-image: url("../img/ico_index08.png");
	background-size: 45px;
}
#ct_bg .col01 > .day01 {
	padding: 5px 0 3px;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #e60012;
}
#ct_bg .col01 > .day01.type02 {
	background-color: #00adde;
}
#ct_bg .col01 > .day01.type03 {
	color: #232323;
	background-color: #fbc52c;
}
#ct_bg .col01 > .day01.type04 {
	background-color: #797979;
}

#ct_bg .col01 > .text01 {
	margin-top: 18px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}

#ct_bg .col01 > .text02 {
	margin-top: 8px;
	text-align: center;
	font-size: 1.4rem;
}

#ct_bg .col01 > .text02 > .text03{
	font-size: 1.1rem;
	display: block;
}

#ct_bg .bnrWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .bnrWrap01::after {
	display: block;
	content: "";
	width: 31.633%;
}

#ct_bg .bnr01 {
	width: 31.633%;
}
#ct_bg .bnr01 a img {
	transition: opacity .3s;
}
#ct_bg .bnr01 a:hover img {
	transition: opacity .3s;
	opacity: .6;
}
#ct_bg .bnr01:nth-child(n + 4) {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
#ct_bg .inner01 {
	max-width: 100%;
	padding: 0 4% 0;
}

#ct_bg .heading01 {
	padding: 4px 0 4px 5px;
	font-size: 1.5rem;
}
#ct_bg .heading01 > span {
	position: relative;
	z-index: 10;
}
#ct_bg .heading01::before {
	content: "";
	position: absolute;
	top: -3px;
	right: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #e60012 transparent transparent;
	border-width: 4px 8px 18px 0;
	transform: rotate(30deg);
}
#ct_bg .heading01::after {
	content: "";
	position: absolute;
	top: 9px;
	right: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #e60012 transparent transparent;
	border-width: 8px 16px 4px 0;
	transform: rotate(90deg);
}

#ct_bg .heading02 {
	padding: 8px 0;
	font-size: 2.8rem;
}
#ct_bg .heading02::before {
	border-width: 22px 10px 22px 0;
}
#ct_bg .heading02::after {
	border-width: 22px 10px 22px 0;
}

#ct_bg .newsArea01 .list01 {
	height: 82px;
	font-size: 1.3rem;
}
#ct_bg .newsArea01 > .inner01 > .heading01 {
	top: -8px;
	left: -15px;
}
#ct_bg .newsArea01 .list01 > dt {
	width: 25%;
}
#ct_bg .newsArea01 .list01 > dt:not(:first-of-type) {
	margin-top: 8px;
}
#ct_bg .newsArea01 .list01 > dd {
	width: 70%;
	padding-left: 10px;
}
#ct_bg .newsArea01 .list01 > dd:not(:first-of-type) {
	margin-top: 8px;
}
#ct_bg .grid {
	width: 100%;
	min-width: inherit;
}
#ct_bg .sort-btn {
	width: 100%;
	display: block;
}
#ct_bg .sort-btn li {
	width: 100%;
	font-size: 1.3rem;
	margin: 8px auto 0;
	min-height: 46px;
}
	#ct_bg .sort-btn li > span {
		font-size: 1rem;
	}
#ct_bg .sort-btn li.all,
#ct_bg .sort-btn li.parade,
#ct_bg .sort-btn li.motors {
	width: 100%;
	max-width: 240px;
}
#ct_bg .sort-btn li.all:hover {
	background: #fefaf3;
	color: #e99d12;
}
#ct_bg .sort-btn li.all:hover::before {
	border-color: #e99d12;
}
#ct_bg .sort-btn li.parade:hover {
	background: #fef7f8;
	color: #e60012;
}
#ct_bg .sort-btn li.parade:hover::before {
	border-color: #e60012;
}
#ct_bg .sort-btn li.motors:hover {
	background: #f7fcfb;
	color: #71b2af;
}
#ct_bg .sort-btn li.motors:hover::before {
	border-color: #71b2af;
}
#ct_bg .sort-btn li.all.active:hover {
	background: #e99d12;
	color: #fff;
}
#ct_bg .sort-btn li.parade.active:hover {
	background: #e60012;
	color: #fff;
}
#ct_bg .sort-btn li.motors.active:hover {
	background: #71b2af;
	color: #fff;
}
#ct_bg .sort-btn li.all.active:hover::before,
#ct_bg .sort-btn li.parade.active:hover::before,
#ct_bg .sort-btn li.motors.active:hover::before {
	border-color: #fff;
}
#ct_bg .item {
	width: 88.406%;
	margin-top: 20px;
	margin-left: 4%;
	margin-right: 4%;
	height: auto;
	min-height: inherit;
}
#ct_bg .col01 > .day01 {
	padding: 4px 0 3px;
	font-size: 1.2rem;
}
#ct_bg .col01 > .text01 {
	font-size: 1.4rem;
}
#ct_bg .col01 > .text02 {
	font-size: 1.3rem;
}
#ct_bg .col01 > .img01 > a:hover > img,
#ct_bg .col01 > .img01 > a:hover::before {
	opacity: 1;
}
#ct_bg .bnr01 {
	width: 48.73%;
}
#ct_bg .bnr01:nth-child(n + 3) {
	margin-top: 15px;
}
#ct_bg .bnr01 a:hover img {
	opacity: 1;
}
}

/* Clearfix
*****************************************/
.cf::after {
	content: "";
	display: block;
	clear: both;
}
