@charset "UTF-8";

#Contents {
	overflow: hidden;
}

.carousel-01 {
	position: relative;
	padding: 0px
}
.carousel-01_main,
.carousel-01_mainInner,
.carousel-01_mainInner > a {
	position: relative;
/*	height: 300px!important;*/
}
.carousel-01_main,
.carousel-01_mainInner > a {
	width: 965px!important;
}
.carousel-01_mainInner > a  {
	max-width: none!important;
	vertical-align: bottom!important;
}
.carousel-01_main {
	margin: 0 auto;
}
.carousel-01_mainInner {
	word-break: keep-all;
	white-space: nowrap;
	opacity: 0;
}
.carousel-01_mainInner.on {
	opacity: 1;
}
.carousel-01_mainInner > a {
	position: relative;
	display: inline-block;
	margin: 0 0.2% 0 0;
	background: #000000;
	transition: opacity 180ms linear;
	opacity: 0;
}
.carousel-01_mainInner.on > a {
	opacity: 1;
}
.carousel-01_mainInner > a >*{
	opacity: 0.6;
	transition: opacity 180ms linear;
}
.carousel-01_mainInner > a.current >*{
	opacity: 1;
}

.carousel-01_btn {
	position: relative;
	padding: 20px 0;
}


.carousel-01_btn {
	display: flex;
	justify-content: center;
}


.carousel-01_btn li {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 15px;
	background: #cccccc;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	transform-origin: center;
	transform: scale(1);
	transition: all 180ms ease-out;
}

.carousel-01_btn li.current {
	background: #cc0000;
	transform: scale(1.4);
	transition: all 180ms cubic-bezier(0, 2, 1, 2);
}

.carousel-01_btn li:hover {
	opacity: 0.7;
	transform: scale(1.4);
}


.carousel-01_btn li > div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: 50%;
	overflow: hidden;
}
.carousel-01_btn li > div:nth-child(2) {
	transform-origin: left center;
	transform: rotate(-180deg);
}
.carousel-01_btn li > div em {
	position: absolute;
	right: 100%;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	transform-origin: right center;
	transform: rotate( 0deg );
}

.carousel-01_btn li.ctrlCarousel {
	background: url(/jp/image/common/stop.svg) no-repeat center;
	border-radius: 0;
}
.carousel-01_btn li.ctrlCarousel.stop {
	background: url(/jp/image/common/start.svg) no-repeat center;
	border-radius: 0;
}

.carousel-01_main {
	position: relative;
	width: 965px;
	height: 300px;
	margin: 0 auto;
}
.carousel-01_mainInner > a.current:hover {
	opacity: 0.8;
}
.carousel-01_mainInner > a  {
	max-width: none!important;
	vertical-align: bottom!important;
}
.carousel-01_mainInner > a:hover >* {
	opacity: 1;
}
.carousel-01 a {
  position: relative;
  width: 100%;
  padding-top: 31%;
  text-decoration: none;
}

.carousel-01 a >div, .carousel-01 a >img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.car_category {
  background-color: #BF9B46;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 20px 3px;
}

.car_category span {
  font-size: 16px;
  font-weight: normal;
  float: right;
}

#Contents div.car_layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #BF9B46;
  background-color: #FFFFFF;
  color: #333;
  height: calc(100% - 52.8px);
  box-sizing: border-box;
}

#Contents .car_layout >img {
  height: 100%
}

.car_title {
  font-size: 32px;
  font-weight: bold;
  padding: 10px 20px 5px;
  white-space: break-spaces;
  word-break: break-all;
  line-height: 130%;
}
.car_title span {
  display: inline-block;
}

.car_subtitle {
  font-size: 20px;
  padding: 0px 20px 5px;
  white-space: break-spaces;
  word-break: break-all;
  font-weight: bold;
  line-height: 120%;
}

.car_profile {
  font-size: 16px;
  font-weight: normal;
  padding: 5px 20px;
  white-space: break-spaces;
  word-break: break-all;
  line-height: 140%;
}

.car_profile span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width:995px) {
	.carousel-01_main,
	.carousel-01_mainInner,
	.carousel-01_mainInner > a {
		height: 31.1%!important;
	}
	.carousel-01_main,
	.carousel-01_mainInner > a {
		width: 100%!important;
	}
}

/*202207コラムカルーセルデバイスフォント化↓↓↓↓↓↓↓↓↓*/



@media screen and (max-width: 767px) {
  .car_category {
    font-size: 20px;
  }
  .car_category span {
    display: none;
  }
 #Contents div.car_layout {
    height: calc(100% - 40px);
  }
  .car_title {
    font-size: 22px;
    line-height: 160%;
  }
  .car_subtitle {
    font-size: 16px;
  }
  .car_profile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .car_category {
    font-size: 16px;
  }
#Contents div.car_layout {
    height: calc(100% - 33.6px);
  }

.car_title {
  font-size: 14px;
}

.car_subtitle {
  display: none;
}
}

