/*
@mixin trans(){
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}*/
.l__wrapper {
  /*
  .mv{
  	width: 100%;
  	position: relative;

  	&__video{
  		width: 100%;
  		vertical-align: bottom;
  	}

  	&--catchcopy{
  		position: absolute;
  		top: 10%;
  		left: 10%;
  		width: 50%;
  		max-width: 400px;
  		img{
  			width: 100%;
  		}
  	}
  }*/
}
.l__wrapper .idx__campaign .campaign__banner {
  position: relative;
}
.l__wrapper .idx__campaign .campaign__banner a {
  color: #202124;
}
.l__wrapper .idx__campaign .campaign__banner--media {
  margin: 0 0 8px;
}
.l__wrapper .idx__campaign .campaign__banner--title {
  text-align: center;
  font-size: 1.25em;
}
.l__wrapper .idx__campaign .campaign__banner .swiper-button-prev,
.l__wrapper .idx__campaign .campaign__banner .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.l__wrapper .idx__campaign .campaign__banner .swiper-button-prev::after,
.l__wrapper .idx__campaign .campaign__banner .swiper-button-next::after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l__wrapper .idx__campaign .campaign__banner .swiper-button-prev {
  left: 0;
}
.l__wrapper .idx__campaign .campaign__banner .swiper-button-prev::after {
  transform: translateY(-50%) translateX(-50%) rotate(-135deg);
}
.l__wrapper .idx__campaign .campaign__banner .swiper-button-next {
  right: 0;
}
.l__wrapper .idx__campaign .campaign__banner .swiper-button-next::after {
  transform: translateY(-50%) translateX(-50%) rotate(-315deg);
}
.l__wrapper .idx__campaign .swiper-pagination-bullets {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
}
.l__wrapper .idx__campaign .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #606060;
  border-radius: 50%;
  margin: 0 8px;
}
.l__wrapper .idx__campaign .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ca0915;
}
.l__wrapper .idx__campaign .no-post {
  width: 100%;
  text-align: center;
  padding: 48px 0;
}
.l__wrapper .idx__campaign .kaisou-info {
  margin-top: 50px;
  margin-bottom: -20px;
  border: 2px solid #CA0E15;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.l__wrapper .idx__campaign .kaisou-info a {
  display: block;
  padding: 1.5em 2em 1.5em 1em;
  color: #000;
  position: relative;
}
.l__wrapper .idx__campaign .kaisou-info a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background-image: url(../../images/common/arrow-grey.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  right: 10px;
}
.l__wrapper .idx__campaign .kaisou-info:hover {
  opacity: 0.8;
}
.l__wrapper .idx__campaign .kaisou-info:hover {
  background: #ccc;
}
.l__wrapper .u-select {
  background: #f2f2f3;
  padding: 64px 0;
}
.l__wrapper .u-select--headline {
  max-width: 380px;
  margin: 0 auto 24px;
}
.l__wrapper .u-select--lead {
  text-align: center;
  color: #707070;
  font-size: 1.8rem;
}
.l__wrapper .u-select .ucardaisuu {
  background: #fff;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
  border: 1px solid #707070;
  padding: 1rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.l__wrapper .u-select .ucardaisuu .ucardaisuu__ttl {
  width: 30%;
  text-align: center;
  font-size: 2rem;
  position: relative;
}
.l__wrapper .u-select .ucardaisuu .ucardaisuu__ttl .ucardaisuu__ttlText {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 95%;
  font-weight: bold;
}
.l__wrapper .u-select .ucardaisuu .ucardaisuu__area {
  width: 68%;
  margin-left: 2%;
}
.l__wrapper .u-select .ucardaisuu .ucardaisuu__area .daisu__num {
  display: inline-block;
  font-size: 8rem;
  font-weight: bold;
  border-left: 1px solid #BEBEBE;
  line-height: 1.2;
  padding: 0 0.2em;
}
.l__wrapper .u-select .ucardaisuu .ucardaisuu__area .daisu__num:last-child {
  border-right: 1px solid #BEBEBE;
}
.l__wrapper .u-select .ucardaisuu .ucardaisuu__area .daisu__dai {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
}
.l__wrapper .u-select .kochiCautoion-p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.l__wrapper .u-select .kochiCautoion {
  position: relative;
  padding: 16px 8px 8px;
}
.l__wrapper .u-select .kochiCautoion .l__section--btn {
  position: relative;
  padding: 16px;
  margin-top: 16px;
}
.l__wrapper .u-select .kochiCautoion .l__section--btn .kochiCautoion__cover {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 532px;
  height: 100%;
}
.l__wrapper .u-select .kochiCautoion .kochiCautoion__cover {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 532px;
  padding: 16px;
}
.l__wrapper .main--bnr__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.l__wrapper .main--bnr__item {
  text-align: center;
}
.l__wrapper .main--bnr__item img {
  width: 100%;
}
.l__wrapper .main--bnr__item a {
  display: block;
  color: #222;
}
.l__wrapper .main--bnr__item a .bnr__ttl {
  margin: 8px 0 0;
  padding: 4px 0;
  border-right: 1px solid #666;
  border-left: 1px solid #666;
}
.l__wrapper .main--bnr__item a .bnr__txt {
  font-size: 0.8em;
  margin-top: 8px;
}
.l__wrapper .child--bnr__item {
  margin-bottom: 8px;
}
.l__wrapper .after-service--bnr {
  border: 1px solid #666;
  line-height: 1;
}
.l__wrapper .after-service--bnr img {
  vertical-align: bottom;
}
.l__wrapper .vierus--caution {
  background: #FFEDED;
  text-align: center;
  padding: 40px 0;
}
.l__wrapper .vierus--caution--title {
  color: #C8101F;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 16px;
}
.l__wrapper .showroom {
  background: #f2f2f3;
  padding: 64px 0;
  margin-bottom: 0 !important;
}
.l__wrapper .showroom__wrap {
  margin: 64px 0 0;
}
.l__wrapper .showroom__list {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l__wrapper .showroom__list .showroom__item {
  position: relative;
  width: 31%;
  margin-bottom: 2rem;
  margin-right: 3.5%;
}
.l__wrapper .showroom__list .showroom__item:nth-of-type(3n) {
  margin-right: 0;
}
.l__wrapper .showroom__list .showroom__item .showroom__link {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: block;
  color: #000;
  padding: 16px 40px;
  border-radius: 64px;
  font-weight: bold;
  background: #fff url(/images/common/arrow-grey.svg) no-repeat center right 16px;
}
.l__wrapper .showroom__list .showroom__itemU .showroom__link {
  padding: 16px 40px;
}
.l__wrapper .showroom__list .showroom__itemU .showroom__icon {
  width: 26px;
  height: 26px;
}
.l__wrapper .showroom .caption--lst {
  margin: 24px 0 0;
}
.l__wrapper .showroom .caption--lst li {
  font-size: 1.4rem;
  text-align: right;
}
.l__wrapper .showroom .caption--lst li:not(:first-child) {
  margin: 8px 0 0;
}
.l__wrapper .showroom .caption--lst li .showroom__iconImg {
  display: inline-block;
  width: 24px;
}
.l__wrapper .showroom__holidayCalender {
  margin: 40px 0 0;
}
.l__wrapper .showroom__instagtram {
  /*
  .bnr_insta{
  	width: 100%;
  	max-width: 1000px;
  	display: block;
  	margin: 0 auto;
  }*/
}
.l__wrapper .staffblog .blogArea {
  margin: 64px 0 0;
}
.l__wrapper .staffblog .blogArea__list {
  display: flex;
  justify-content: space-between;
}
.l__wrapper .staffblog .blogArea__item {
  width: calc(33.3333% - 12px);
}
.l__wrapper .staffblog .blogArea__item a {
  color: #222;
}
.l__wrapper .staffblog .blogArea__media {
  display: block;
  margin: 0 0 16px;
}
.l__wrapper .staffblog .blogArea__text {
  padding: 0 0 0 16px;
  border-left: 1px solid #666;
}
.l__wrapper .staffblog .blogArea__title {
  font-size: 2rem;
  margin: 0 0 8px;
}
.l__wrapper .staffblog .swiper {
  width: 100%;
}
.l__wrapper .drive {
  margin-top: 0;
}
.l__wrapper .drive--details {
  display: flex;
  align-items: center;
  background: #62B2D0;
}
.l__wrapper .drive--details__in {
  width: 50%;
  color: #fff;
  text-align: center;
}
.l__wrapper .drive--details--title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.l__wrapper .drive--details .l__section--btn {
  margin: 40px 0 0;
}
.l__wrapper .drive--details__img {
  line-height: 1;
  width: 50%;
}
.l__wrapper .search-nav .purpose {
  margin: 64px 0 0;
}
.l__wrapper .search-nav .purpose .purpose__list {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l__wrapper .search-nav .purpose .purpose__list .purpose__item {
  width: 33.3333333333%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}
.l__wrapper .search-nav .purpose .purpose__list .purpose__item:hover {
  opacity: 0.8;
}
.l__wrapper .search-nav .purpose .purpose__list .purpose__item:hover {
  opacity: 0.8;
}
.l__wrapper .search-nav .purpose .purpose__list .purpose__item img {
  vertical-align: bottom;
}
.l__wrapper .search-nav .purpose .purpose__list .purpose__item-ucar {
  position: relative;
}
.l__wrapper .search-nav .purpose .purpose__list .purpose__item-ucar .purpose__item-caution {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l__wrapper .search-nav .purpose .purpose__list .purpose__item-ucar .purpose__item-caution p {
  position: relative;
  height: 100%;
}
.l__wrapper .search-nav .purpose .purpose__list .purpose__item-ucar .purpose__item-caution p span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 767px) {
  .l__wrapper .l__section .inner {
    max-width: inherit;
    margin: 0 16px;
  }
  .l__wrapper .u-select .ucardaisuu .ucardaisuu__ttl {
    font-size: 4vw;
  }
  .l__wrapper .u-select .ucardaisuu .ucardaisuu__area .daisu__num {
    display: inline-block;
    font-size: 11.5vw;
    font-weight: bold;
    border-left: 1px solid #BEBEBE;
    line-height: 1.2;
    padding: 0 0.2em;
  }
  .l__wrapper .u-select .ucardaisuu .ucardaisuu__area .daisu__num:last-child {
    border-right: 1px solid #BEBEBE;
  }
  .l__wrapper .u-select .ucardaisuu .ucardaisuu__area .daisu__dai {
    display: inline-block;
    font-size: 4vw;
    font-weight: bold;
  }
  .l__wrapper .showroom {
    padding: 40px 0;
  }
  .l__wrapper .showroom__wrap {
    margin: 40px 0 0;
  }
  .l__wrapper .showroom__list .showroom__item {
    width: 48%;
    margin-right: 4%;
  }
  .l__wrapper .showroom__list .showroom__item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .l__wrapper .showroom__list .showroom__item:nth-of-type(even) {
    margin-right: 0;
  }
  .l__wrapper .showroom__list .showroom__item .showroom__link {
    padding: 16px 24px;
  }
  .l__wrapper .showroom__list .showroom__itemU .showroom__link {
    padding: 16px 24px;
  }
  .l__wrapper .showroom__list .showroom__itemU .showroom__icon {
    width: 1.2em;
    height: 1.2em;
  }
  .l__wrapper .showroom .caption--lst {
    margin: 24px 0 0;
  }
  .l__wrapper .showroom .caption--lst li {
    font-size: 1.4rem;
    text-align: right;
  }
  .l__wrapper .showroom .caption--lst li:not(:first-child) {
    margin: 8px 0 0;
  }
  .l__wrapper .showroom .caption--lst li .showroom__iconImg {
    display: inline-block;
    width: 24px;
  }
  .l__wrapper .showroom .calendarArea {
    width: 100%;
    max-width: inherit;
  }
  .l__wrapper .showroom__holidayCalender {
    margin: 40px 0 0;
  }
  .l__wrapper .search-nav .purpose {
    margin: 64px 0 0;
  }
  .l__wrapper .search-nav .purpose .purpose__list .purpose__item {
    width: 50%;
  }
  .l__wrapper .search-nav .purpose .purpose__list .purpose__item img {
    vertical-align: bottom;
  }
  .l__wrapper .main--bnr__list {
    display: block;
  }
  .l__wrapper .main--bnr__item {
    border-bottom: 1px solid #000;
  }
  .l__wrapper .main--bnr__item a {
    display: block;
    position: relative;
  }
  .l__wrapper .main--bnr__item a .bnr__img {
    width: 40%;
    margin-right: 60%;
    vertical-align: bottom;
  }
  .l__wrapper .main--bnr__item a .bnr__text {
    width: 60%;
    padding-left: 1em;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    left: 40%;
  }
  .l__wrapper .main--bnr__item a .bnr__ttl {
    margin: 0;
    padding: 0;
    border-right: none;
    border-left: none;
  }
  .l__wrapper .main--bnr__item a .bnr__txt {
    font-size: 0.8em;
    margin-top: 0;
  }
  .l__wrapper .drive--details {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l__wrapper .drive--details__in {
    width: 100%;
    padding: 5%;
    color: #fff;
    text-align: center;
  }
  .l__wrapper .drive--details--title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .l__wrapper .drive--details .l__section--btn {
    margin: 40px 0 0;
  }
  .l__wrapper .drive--details__img {
    line-height: 1;
    width: 100%;
  }
}
/*-------------------
MV
-----------------*/
#mv {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#mv .mv__video {
  width: 70%;
  margin-left: 30%;
  position: relative;
  z-index: -1;
}
#mv .mv__video video {
  width: 100%;
  vertical-align: bottom;
}
#mv .mv__video .mv__allhonda {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 400px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#mv .mv__video .mv__allhonda:hover {
  opacity: 0.8;
}
#mv .mv__textArea {
  width: 30%;
}
#mv .mv__textArea .mv__copy {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40vw;
  z-index: 1;
}
#mv .mv__textArea .mv__copy .mv__copy-img {
  width: 100%;
}
#mv .mv__textArea .mv__copy .mv__copy-img-sp {
  display: none;
}
#mv .mv__textArea .mv__su {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(30vw - 40px);
  border-bottom: 1px solid #000;
  z-index: 100;
}
#mv .mv__textArea .mv__su .mv__drivespot {
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
}
#mv .mv__textArea .mv__su .mv__su-ttl {
  font-size: 2rem;
  font-weight: bold;
}
#mv .mv__textArea .mv__su .mv__btnArea {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
#mv .mv__textArea .mv__su .mv__btnArea .mv__btnArea-spot {
  width: 58%;
  margin-right: 2%;
  line-height: 3;
}
#mv .mv__textArea .mv__su .mv__btnArea .l__section--btn {
  margin: 0;
  width: 40%;
}
#mv .mv__textArea .mv__su .mv__btnArea .l__section--btn .btnRed__link {
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
}

@media screen and (min-width: 1800px) {
  #mv .mv__textArea {
    left: 0;
    width: 100%;
  }
  #mv .mv__textArea .mv__copy {
    width: 750px;
  }
  #mv .mv__textArea .mv__su {
    width: 500px;
  }
}
@media screen and (max-width: 1400px) {
  #mv .mv__textArea .mv__copy {
    width: 35vw;
  }
  #mv .mv__textArea .mv__copy .mv__copy-img {
    width: 100%;
  }
  #mv .mv__textArea .mv__su {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(30vw - 40px);
    border-bottom: 1px solid #000;
  }
  #mv .mv__textArea .mv__su .mv__drivespot {
    font-size: 1.2vw;
    border-bottom: 1px solid #000;
  }
  #mv .mv__textArea .mv__su .mv__su-ttl {
    font-size: 1.4vw;
    margin: 1rem 0;
    font-weight: bold;
  }
  #mv .mv__textArea .mv__su .mv__btnArea {
    margin-bottom: 1em;
  }
  #mv .mv__textArea .mv__su .mv__btnArea .mv__btnArea-spot {
    width: calc(100% - 12em);
    padding-right: 16px;
    margin-right: 0;
    line-height: 1.2;
    padding: 8px 0;
  }
  #mv .mv__textArea .mv__su .mv__btnArea .l__section--btn {
    width: 12em;
  }
}
@media screen and (max-width: 1200px) {
  #mv .mv__textArea .mv__su .mv__btnArea .mv__btnArea-spot {
    width: 100%;
    padding-right: 0;
  }
  #mv .mv__textArea .mv__su .mv__btnArea .l__section--btn {
    width: 100%;
  }
}
/*
@media screen and (max-width: 1300px) {
	#mv{
		.mv__textArea{
			.mv__su{
				.mv__su-ttl{
					font-size: 1.3vw;
				}
				.mv__btnArea{
					.mv__btnArea-spot{
						width: 100%;
						padding-right: 0;
					}
					.l__section--btn{
						width: 100%;
					}
				}

			}
		}
	}
}
*/
@media screen and (max-width: 1100px) {
  #mv .mv__video {
    width: 100%;
    margin-left: 0%;
    order: 1;
  }
  #mv .mv__video .mv__allhonda {
    width: 40%;
    top: 10px;
    right: 10px;
  }
  #mv .mv__textArea {
    order: 2;
    width: 94%;
    margin: 32px auto;
  }
  #mv .mv__textArea .mv__copy {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    margin-bottom: 5%;
  }
  #mv .mv__textArea .mv__copy .mv__copy-img {
    width: 100%;
  }
  #mv .mv__textArea .mv__copy .mv__copy-img-pc {
    display: none;
  }
  #mv .mv__textArea .mv__copy .mv__copy-img-sp {
    display: block;
  }
  #mv .mv__textArea .mv__su {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    width: 100%;
  }
  #mv .mv__textArea .mv__su .mv__spBox {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mv .mv__textArea .mv__su .mv__spBox .mv__su-ttl {
    width: 60%;
    margin-right: 5%;
    font-size: 1.4em;
  }
  #mv .mv__textArea .mv__su .mv__spBox .mv__btnArea {
    width: 35%;
  }
  #mv .mv__textArea .mv__su .mv__spBox .mv__btnArea .mv__btnArea-spot {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__video .mv__allhonda {
    width: 50%;
  }
  #mv .mv__textArea .mv__su .mv__spBox .mv__su-ttl {
    width: 100%;
    margin-right: 0;
  }
  #mv .mv__textArea .mv__su .mv__spBox .mv__btnArea {
    width: 100%;
    margin-right: 0;
  }
}
/*----------------------------------

-------------------------------*/
/*-----------------
topmenu
----------------*/
.idx__topmenu .inner {
  padding-bottom: 0;
  max-width: 1200px;
}

.topMenu {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topMenu .topMenu__item {
  width: 16.6666666667%;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid #707070;
}
.topMenu .topMenu__item:first-child {
  border-left: 1px solid #707070;
}
.topMenu .topMenu__item .topMenu__icon {
  width: 3rem;
}
.topMenu .topMenu__item .topMenu__ttl {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}
.topMenu .topMenu__item .topMenu__sub {
  color: #707070;
  font-size: 1.2rem;
  margin-bottom: 1.4rem;
}
.topMenu .topMenu__ucar {
  position: relative;
}
.topMenu .topMenu__ucar .topMenu__caution {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topMenu .topMenu__ucar .topMenu__caution p {
  position: relative;
  height: 100%;
}
.topMenu .topMenu__ucar .topMenu__caution p span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5em;
}
.topMenu #topMenu__meintenance .topMenu__ttl {
  letter-spacing: -0.1em;
}

@media screen and (max-width: 1200px) {
  .idx__topmenu .inner {
    padding-bottom: 0;
  }
  .topMenu .topMenu__item .topMenu__ttl {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1000px) {
  .idx__topmenu .inner {
    padding-top: 0;
  }
  .topMenu .topMenu__item {
    width: 33.3333333333%;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  .topMenu .topMenu__item .topMenu__link {
    display: block;
    padding: 2rem;
    height: 100%;
    width: 100%;
  }
  .topMenu .topMenu__item .topMenu__icon {
    width: 4rem;
  }
  .topMenu .topMenu__item .topMenu__ttl {
    font-size: 1.6rem;
  }
  .topMenu .topMenu__item .topMenu__sub {
    color: #707070;
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
  }
  .topMenu .topMenu__item:first-child {
    border-left: none;
  }
  .topMenu .topMenu__item:nth-child(3n) {
    border-right: none;
  }
  .topMenu #topMenu__meintenance .topMenu__ttl {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .idx__topmenu {
    margin-top: 0;
  }
  .idx__topmenu .inner {
    padding-top: 0;
    max-width: inherit;
    margin: 0;
  }
  .topMenu .topMenu__item {
    width: 33.3333333333%;
    padding: 0;
  }
  .topMenu .topMenu__item .topMenu__link {
    background-image: linear-gradient(180deg, rgb(250, 250, 250), rgb(229, 229, 229));
    padding: 8%;
  }
  .topMenu .topMenu__item .topMenu__icon {
    width: 4rem;
  }
  .topMenu .topMenu__item .topMenu__ttl {
    font-size: 3vw;
  }
  .topMenu .topMenu__item .topMenu__sub {
    font-size: 2vw;
  }
  .topMenu .topMenu__item .topMenu__img {
    display: none;
  }
  .topMenu .topMenu__item:nth-child(1), .topMenu .topMenu__item:nth-child(2), .topMenu .topMenu__item:nth-child(3) {
    border-top: 1px solid #707070;
  }
  .topMenu .topMenu__abs .topMenu__link {
    padding: 4.8vw 8%;
  }
}
.topicArea {
  font-size: 1.8rem;
  border: 1px solid #CA0E15;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  margin-top: 40px;
}
.topicArea:not(:first-of-type) {
  margin-top: 16px;
}
.topicArea .topicArea__cat {
  background: #CA0E15;
  width: 5em;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
}
.topicArea .topicArea__text {
  width: calc(100% - 5em);
  padding: 0.5em 1em;
  background: #fff;
}
.topicArea .topicArea__text .topicArea__link {
  display: block;
  color: #000;
}
.topicArea.--imp {
  border: 1px solid #333;
}
.topicArea.--imp .topicArea__cat {
  background: #333;
  width: 8em;
}
.topicArea.--imp .topicArea__text {
  padding: 0;
  width: calc(100% - 8em);
}
.topicArea.--imp .topicArea__text .topicArea__link {
  padding: 0.5em 1em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #eee;
}
.topicArea.--imp .topicArea__text .topicArea__link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=idx.css.map */