@charset "utf-8";
.p-options__category__item.event .p-options__category__item__line01:before {
  background: #32B7F2;
}
.p-options__category__item.special .p-options__category__item__line01:before {
  background: #FF5119;
}
.other-lineklist__item__link.type02 {
  background:#E07168;
}


.other-lineklist__item__link.type03 {
  background: #5CC0D5;
  border-radius: 23px;
  height: 45px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 14px;
  transition: .4s;
}

#header .p-options__category{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #D9D9D9;
}
#header .p-options__category__item {
  width: 50%;
}
#header .p-options__category__item:nth-of-type(even) {
  border-left: 1px solid #D9D9D9;
}
#header .p-options__category__item a {
  padding: 12.5px 5px 14px;
}
#header .p-options__category__item__line01 {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
}
#header .p-options__category__item__line02 {
  color: #969696;
  padding-left: 0;
  text-align: center;
}

#sec_mv .swiper-container .swiper-slide .imgWrap.videoWrap {
  position: relative;
  padding-top: 0;
  padding-top: 66.45%;
  max-height: 204px;
}
#sec_mv .swiper-container .swiper-slide,
#sec_mv .swiper-container .swiper-slide .imgWrap,
#sec_mv .swiper-container .swiper-slide .imgWrap img {
  max-height: 204px;
  height: 204px;
  overflow: hidden;
  border-radius: 0;
}
#sec_mv  .swiper-container .swiper-slide a{
  border-radius: 0;
}
#sec_mv .imgWrap.videoWrap {
  position: relative;
}
#sec_mv .imgWrap.videoWrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/assets/img/top/TOP-bnr_cover.png?ver=2024);
  background-size: cover;
  z-index: 1;
}
#sec_mv .sec-Ttl:after {
  background: #9C5EA3;
}
/*
#main .swiper-container .swiper-slide .imgWrap.videoWrap video {
  position: relative;
}
#main .swiper-container.swiper-container-initialized .swiper-slide,
#main .swiper-container .swiper-slide a {
  height: auto;
}
*/

#sec_mv .swiper-container .swiper-slide .imgWrap.videoWrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 204px;
}
.p-category__title{
  font-weight: 500;
  color: #9C5EA3;
  font-size: 2.7rem;
  text-align: center;
  letter-spacing: .15em;
  line-height: 1;
  margin-top: 29px;
}
.p-category__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 16px);
  margin: 18px auto 0;
}
.p-category__list__item {
  width: calc(100% / 3);
}
.p-category__list__item a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 5px;
}
.p-category__list__item a:before {
  content: "";
  width: calc(100% - 9px);
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.p-category__list__item a:after {
  content: "";
  width: 1px;
  height: calc(100% - 9px);
  background: #000000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-category__list__item:nth-of-type(4) a:after,
.p-category__list__item:nth-of-type(8) a:after {
  display: none;
}
.p-category__list__item img[src$=".svg"]{
  width: auto;
  margin: 0 auto 12px;
}
.p-category__list__text{
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: .06em;
  width: 100%;
  text-align: center;
}
.border__bottom{
  position: relative;
}
.border__bottom:before {
  content: "";
  width: calc(100% - 9px);
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.p-event{
  margin-top: 70px;
}
.p-event .sec-Ttl:after {
  background: #32B7F2;
}
.column .p-event__column__item .column__wrap {
  background: #F5F5F5;
}
.cat-area__item.event:first-letter {
  color: #32B7F2;
}
.column .p-event__column__item .column__wrap h3 {
  letter-spacing: .025em;
}

.topPage .p-special{
  margin-top: 70px;
}
.p-special .sec-Ttl:after {
  background: #FF5119;
}
.cat-area__item.special:first-letter {
  color: #FF5119;
}
.topPage .p-special__column__item__link,
.topPage .column .p-special__column__item .column__wrap {
  background: #F5F5F5;
}
.topPage .column > div.p-special__column__item {
  width: calc((100% - 15px) / 2);
  background: #F5F5F5;
}
.topPage .column > div.p-special__column__item:nth-of-type(n+3) {
  margin-top: 20px;
}
.topPage .p-special .column .column__wrap h3 {
  font-size: 1.6rem;
}
.topPage .p-special .column .column__wrap {
  padding-left: 9px;
  padding-right: 9px;
}
.topPage .p-special__column__item__text{
  min-height: 90px;
}
.topPage .p-drive:after {
  display: none;
}

.topPage .p-youtube {
  position: relative;
  padding-top: 33px!important;
}
.p-youtube .inner{
  position: relative;
  z-index: 1;
}
.topPage .p-youtube:after {
  content: "";
  width: calc(100% + 41px);
  height: auto;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  position: absolute;
  z-index: 0;
  background: url(/assets/img/top/sec_02_bg.jpg);
  background-size: auto;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
}
.p-youtube.bg .column__wrap {
  background: #fff!important;
}

.p-youtube.bg .imgWrap.videoWrap {
  position: relative;
}
.p-youtube.bg .imgWrap.videoWrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/assets/img/top/youtube-bnr_cover.png?ver=2024);
  background-size: cover;
  z-index: 1;
}
.topPage .p-youtube.bg .imgWrap.videoWrap,
.topPage .p-youtube.bg .imgWrap.videoWrap video {
  height: 280px;
  max-height: 280px;
}
.topPage .p-youtube.bg .more__link__btn{
  max-width: 280px;
  width: 100%;
  flex-wrap: wrap;
  height: 60px;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
  margin-top: 30px;
  letter-spacing: 0;
}
.topPage .more__link__btn__line01,
.topPage .more__link__btn__line02{
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 1.5rem;
}
.topPage .more__link__btn__line02 {
  padding-top: 8px;
}

.ht-Ttl{
  border-top: 1px dashed #808080;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  padding-top: 25px;
  line-height: 1;
}
.topPage .ht-Ttl + .p-youtube__column > .p-youtube__column__item{
  margin-top: 20px;
  width: calc((100% - 15px) / 2);
  background: #fff;
}
.ht-Ttl + .p-youtube__column > .p-youtube__column__item a {
  background: #fff;
}
.topPage .ht-Ttl + .p-youtube__column > .p-youtube__column__item a .column__wrap{
  padding-left: 9px;
  padding-right: 9px;
}
.topPage .ht-Ttl + .p-youtube__column > .p-youtube__column__item a .column__wrap .p-youtube__column__item__text {
  font-size: 1.6rem;
}

.topPage .p-drive .p-drive__column__item:nth-of-type(n+2){
  margin-top: 20px;
  width: calc((100% - 15px) / 2);
  background: #F5F5F5;
}
.topPage .p-drive .p-drive__column__item a .column__wrap{
  background: #F5F5F5;
}
.topPage .p-drive .p-drive__column__item:nth-of-type(n+2) a .column__wrap{
  padding-left: 9px;
  padding-right: 9px;
}
.topPage .p-drive .p-drive__column__item a .column__wrap .p-drive__column__item__text {
  font-size: 1.6rem;
}


.topPage .p-yaris .p-yaris__column__item:nth-of-type(n+2){
  margin-top: 20px;
  width: calc((100% - 15px) / 2);
  background: #fff;
}
.p-yaris .p-yaris__column__item a .column__wrap{
  background: #fff;
}
.topPage .p-yaris .p-yaris__column__item:nth-of-type(n+2) a .column__wrap{
  padding-left: 9px;
  padding-right: 9px;
}
.topPage .p-yaris .p-yaris__column__item a .column__wrap .p-yaris__column__item__text {
  font-size: 1.6rem;
}


.topPage .p-scratchart .p-scratchart__column__item:nth-of-type(n+2){
  margin-top: 20px;
  width: calc((100% - 15px) / 2);
  background: #F5F5F5;
}
.topPage .p-scratchart .p-scratchart__column__item a .column__wrap{
  background: #F5F5F5;
}
.topPage .p-scratchart .p-scratchart__column__item:nth-of-type(n+2) a .column__wrap{
  padding-left: 9px;
  padding-right: 9px;
}
.topPage .p-scratchart .p-scratchart__column__item a .column__wrap .p-scratchart__column__item__text {
  font-size: 1.6rem;
}

.topPage [src="https://toyotaclasskyoto.gdupdata.com/cms/wp-content/uploads/2024/04/mv_kakure-corollacross-mark.jpg"] {
  opacity: 0;
}
.topPage .thumbsChange{
  background: url(/assets/img/top/thumb_carolla_01.jpg);
  background-size: cover;
}