@charset "utf-8";

/* ===============================
 topPageStyle
=================================*/
@media screen and (min-width: 1201px) {
.top .mainImg.sizeL {
	height: 64vh;
}
}/*@media*/

@media screen and (max-width: 1200px) {
.top .mainImg.sizeM {
	height: 54vh;
}
}/*@media*/

@media screen and (max-width: 600px) {
.top .mainImg.sizeS {
	height: 51vh;
	min-height: 410px;
	background-position: center;
}
}/*@media*/

@media screen and (max-height: 720px) and (min-width: 501px) {
.top .mainImg.sizeL,
.top .mainImg.sizeM,
.top .mainImg.sizeS {
	height: 80vh;
}
}/*@media*/
@media screen and (max-height: 640px) and (min-width: 501px) {
.top .mainImg.sizeL,
.top .mainImg.sizeM,
.top .mainImg.sizeS {
	height: 100vh;
}
}/*@media*/
@media screen and (max-height: 375px) and (min-width: 480px) {
.top .mainImg.sizeL,
.top .mainImg.sizeM,
.top .mainImg.sizeS {
	height: 120vh;
}
}/*@media*/
.minImgCont{
	position: relative;
	margin-bottom: 40px;
}
.minImgTxt{
	position: absolute;
  top: 22%;
  right: 2%;
  width: 37.5%;
  line-height: 2;
}
.minImgCont .minImgTxt p{
  font-size: 1.16vw;
  color: #1A005D;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px 0;
}
.minImgCont .minImgTxt p.explanationTxt{
  text-shadow:1px 1px 1px #FFF, -1px -1px 1px #FFF,
              -1px 1px 1px #FFF, 1px -1px 1px #FFF,
              0px 1px 1px #FFF,  0-1px 1px #FFF,
              -1px 0 1px #FFF, 1px 0 1px #FFF;
}
.minImgCont .minImgTxt p img{
  width: 75%;
}
.minImgCont .btnDesignB1{
  position: relative;
  width: 454px;
  padding: 8px 50px 8px 16px;
  box-shadow: -2px 1px 2px rgba(255, 255, 255, 0.5);
  margin-top: 30px;
}
.minImgCont .btnDesignB1::before ,
.minImgCont .btnDesignB1::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 4%;
  transform: translate(0%, -50%);
}
.minImgCont .btnDesignB1::before {
  background: #fff;
  border-radius: 16px;
  width: 26px;
  height: 26px;
}
.minImgCont .btnDesignB1::after {
  border-style: solid;
  border-color: transparent transparent transparent #1A005D;
  border-width: 8px 4px 8px 13px;
  -webkit-transition: .15s;
  transition: .15s;
}

.minImgCont a.btnDesignB1:hover::after{
  border-color: transparent transparent transparent #8EC300;
}
@media screen and (min-width: 1600px) {
.minImgCont .minImgTxt p{
  font-size: 2vh;
}
}/*@media*/
@media screen and (max-width: 1200px) {
.minImgTxt{
  top: 23%;
  width: 46%;
}
.minImgCont .minImgTxt p{
  font-size: 13px;
}
.minImgCont .minImgTxt p img{
  width: 100%;
  -webkit-filter: drop-shadow(-1px 1px 2px rgba(255, 255, 255, 0.9));
  filter: drop-shadow(-1px 1px 2px rgba(255, 255, 255, 0.9));
}
.minImgCont .btnDesignB1{
  font-size: 1.2vw;
  width: inherit;
  margin-top: 10px;
}
  .minImgCont .btnDesignB1::before {
    width: 22px;
    height: 22px;
  }
  .minImgCont .btnDesignB1::after {
    border-width: 6px 4px 6px 10px;
  }
}
@media screen and (max-width: 600px) {
.minImgTxt{
	position: absolute;
  top: 27vh;
  width: 90vw;
  right: 5vw;
}
.minImgCont .minImgTxt p{
	margin-bottom: 8px;
  font-size: 10px;
}
.minImgCont .minImgTxt p.minImgTitle{
  line-height: 0;
}
.minImgCont .minImgTxt p img{
  width: 90%;
}
.minImgCont .btnDesignB1{
  width: 90%;
  font-size: 12px;
	padding: 4px 40px 4px 10px;
	margin-top: 10px;
}
}/*@media*/

@media screen and (max-height: 650px) {
.minImgCont {
  margin-bottom: 60px;
}
}

.top #main > article {
	max-width: 1232px;
}

@media screen and (min-width: 1233px) {
.wrapDesignA1::before {
	left: calc(-50vw + 1200px / 2);
}
}/*@media*/
@media screen and (max-width: 1232px) {
.wrapDesignA1::before {
	left: -16px;
}
}/*@media*/

@media screen and (min-width: 961px) {
.top #main section:nth-of-type(1) > h1 {
	margin-top: 0;
}
}/*@media*/

.top #main section:nth-last-of-type(1) {
	margin-bottom: 0;
}

/*snsBox
=================================*/
.snsBox {
	display: block;
	width: 320px;
	margin: 0;
}

.snsBox .linkArea {
	display: block;
	padding: 6px 24px;
	background: #1A005D;
	transition: .15s;
}

.snsBox .linkArea:hover {
	opacity: 0.85;
}

.snsBox .linkArea > * {
	display: inline-block;
	vertical-align: top;
}

.snsBox .ttl {
	color: #FFF;
	font-family: HelveticaNeueLTPro-BdCn;
	font-size: 20rem;
}

.snsBox .linkArea img {
	height: 36px;
	width: auto;
	margin-right: 8px;
}

.snsBox a:after {
	content: ""!important;
}

@media screen and (max-width: 960px) {
.snsBox {
	width: 100%;
	margin: 16px auto 0;
}

.snsBox .linkArea {
	padding: 6px 16px;
}

.snsBox .linkArea img {
	height: 36px;
	width: auto;
}

}

/*topSearchBox
=================================*/
.topSearchBox {
	display: flex;
	width: 100%;
    padding: 12px 24px 18px;
	/*margin: 20px 0;*/
	background: #1A005D;
	align-items: center;
}
@media screen and (max-width: 960px) {
.topSearchBox {
	display: block;
	width: 100%;
	padding: 2px 16px 16px;
	margin: 0 auto;
}
}/*@media*/

.topSearchBox .ttl {
	color: #FFF;
	font-size: 20rem;
	margin-top: 0px;
}

.topSearchBox .ttl + p {
	color: #FFF;
	font-size: 11rem;
	margin-top: 4px;
}

.topSearchBox form {
	width: calc(100% - 284px);
}
@media screen and (max-width: 960px) {
	.topSearchBox form {
		width: 100%;
	}
}

.topSearchBox .selectWrap,
.topSearchBox .submitWrap {
	float: left;
	position: relative;
	width: 45%;
    margin-left: 5%;
}
@media screen and (max-width: 960px) {
	.topSearchBox .selectWrap,
	.topSearchBox .submitWrap {
		float: none;
		width: 100%;
		margin: 12px 0 0 0;
	}
}

.CO2_emissions_btn,
.quote_btn {
    margin-left: 24px;
	background: #ffffff;
}
@media screen and (max-width: 960px) {
	.CO2_emissions_btn,
	.quote_btn {
		margin-left: 0;
		margin-top: 10px;
	}
}
.CO2_emissions_btn a:link,
.quote_btn a:link {
	text-align: center;
	color: #8ec300;
	display: block;
	padding: 6px 0;
    font-size: 20px;
}
.CO2_emissions_btn:hover,
.quote_btn:hover {
	background: #8ec300;
}
.CO2_emissions_btn a:hover,
.quote_btn a:hover {
	color: #fff;
}
.CO2_emissions_btn .icoRight,
.quote_btn .icoRight {
	line-height: 1.2;
}
.topSearchBox input[type="image"] {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  padding: 6px;
  background: #8EC300;
  border: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;

}

.topSearchBox .locSearch::before {
	content: none;
}

.topSearchBox .locSearch a.icoSearch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #FFF;/*Edge*/
}

.topSearchBox .locSearch a.icoSearch::before {
  display: inline-block;
  color: #FFF;
  font-size: 18rem;
  text-align: center;
  width: 32px;
  padding-top: 2px;
}
@media screen and (max-width: 960px) {
.topSearchBox .locSearch a.icoSearch::before {
  padding-top: 4px;
}
}/*@media*/

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #1a005d;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
@media screen and (max-width: 960px) {
	.tab_item.co2_emissions,
	.tab_item.quote {
		line-height: 18px;
		font-size: 16px;
		padding-top: 5px;
	}
	.tabs input:checked + .tab_item.co2_emissions span:after,
	.tabs input:checked + .tab_item.quote span:after {
		bottom: -6px;
	}
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#track:checked ~ #track_content,
#co2_emissions:checked ~ #co2_emissions_content,
#quote:checked ~ #quote_content {
  display: block;
}

#co2_emissions_content .topSearchBox > div,
#quote_content .topSearchBox > div {
	width: 50%;
}
@media screen and (max-width: 960px) {
	#co2_emissions_content .topSearchBox > div,
	#quote_content .topSearchBox > div {
		width: auto;
	}
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #1a005d;
    color: #ffffff;
    border-left: 2px solid #1a005d;
    border-top: 2px solid #1a005d;
    border-right: 2px solid #1a005d;
}
.tabs input:checked + .tab_item:hover {
  opacity: 1;
}

.tabs input:checked + .tab_item span {
	position: relative;
}
.tabs input:checked + .tab_item span:after {
    content: '';
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: #8EC400;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 20px);
}

/*モーダル*/
.modaal-close:after, .modaal-close:before{
    border-radius: 0px;
}
.modaal-close:focus, .modaal-close:hover{
  background: #1A005D !important;
}
.modaal-close:hover:after, .modaal-close:hover:before {
	background: #ffffff !important;
}
.modaal-overlay{
    /* ヘッダーのz-indexは 55555;*/
    z-index: 99999999;
}
.modaal-wrapper{
    z-index: 999999999;
}
@media screen and (max-width: 899px){	
.modaal-close{
  top: 40px;
}
.modaal-video-wrap {
  margin: auto 0px;
}
}
.pickupDesign {
  margin-top: 40px;
}
@media screen and (max-width: 899px){	
.pickupDesign {
  margin-top: 20px;
  gap: 2%;
}
.pickupDesign li{
  width: 48%;
}
}

.pickupDesign li a{
	position: relative;
}
.pickupDesign li a p{
	position: absolute;
	color: #fff;
	padding: 0;
	margin: 0;
  top: 50%;
  left: 50%;
  font-size: 26px;
  font-weight: normal;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;
  z-index: 2;
}
.pickupDesign li a p.longText{
  width: 70%;
}
@media screen and (max-width: 899px){	
	.pickupDesign li a p,.pickupDesign li a p.longText{
	  width: 100%;
	  font-size: 20px;
	}
}
@media screen and (max-width: 425px){	
	.pickupDesign li a p,.pickupDesign li a p.longText{
	  font-size: 16px;
	}
}
@media screen and (min-width: 961px) {
.pickupDesign li a p::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: linear-gradient(to right, #8EC300 0%,#8EC300 50%,#1A005D 30%,#1A005D 100%);
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pickupDesign li a:hover p::before {
	width: 100%;
}
}

.pickupDesign li a .inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
	-webkit-transition:  0.2s ease-in-out;
	-moz-transition:  0.2s ease-in-out;
	-o-transition:  0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.pickupDesign li a .inner:hover::before {
    background: rgba(0, 61, 121, 0.5);
}
.pickupDesign li a .inner img{
    display: block;
}
.pickupDesign a[target="_blank"]::after{
	content: none;
}
/*slider*/

.top #main > article{
	margin-top: 70px;
}

.topSlide{
	margin: 0;
	position: relative;
}
.slick-slide > div{
	margin: 0;
}
.slick-slide img{
	display: inline-block;
	text-align: center;
}
.minImgCont{
	margin: 0 !important;
}
.topSlidebtnWrap{
	position: relative;
  width: 0;
  height: 0;
  z-index: 999;
  top: 0%;
  left: 54%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1200px) {
	.topSlidebtnWrap{
  	left: 56%;
	}
}
@media screen and (max-width: 700px) {
	.topSlidebtnWrap{
  	left: 60%;
	}
}
.topSlide .slick-list{
	overflow: inherit;
}

.topSlide .slick-prev {
    right: 0;
    left: 0;
}
@media screen and (max-width: 899px) {
.topSlide .slick-prev {
    right: 92%;
}
}/*@media*/

.topSlide .slick-next {
    left: 95%;
}
@media screen and (max-width: 899px) {
.topSlide .slick-next {
    left: inherit;
    right: 4%;
}
}/*@media*/

.topSlide .slick-prev, .topSlide .slick-next {
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 100;
}

.topSlide .slick-prev:before,
.topSlide .slick-next:before {
	width: 40px;
	height: 40px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	text-shadow: 0 2px 0 rgba(0,0,0,0.8)
}
.topSlide .slick-prev .icoLeft:before,
.topSlide .slick-next .icoRight:after {
    color: #fff;
    text-shadow: #666 0 0 16px;
}
/* Dots */
.slick-dots {
    position: absolute;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    /*padding: 5px;*/
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: center;
    background-color: #ccc;
    /*border: 1px solid #1A005D;*/
    border-radius: 20px;
    font-size: 12rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background-color: #8EC300 !important;
}
.topSlide .slick-dots {
	bottom: -30px;
}
@media screen and (max-width: 600px) {
.topSlide .slick-dots {
	bottom: -40px;
}
}
.topSlide .slick-dots li.slick-active button:before{
    color: #8EC300 !important;
}
.topSlidebtn {
	display: block;
  width: 30px;
  height: 30px;
  background-color: #1A005D;
  border-radius: 50%;
  position: relative;
  cursor: pointer; 
  margin-top: -32px;
  -webkit-transition: .15s;
  transition: .15s;
}
.topSlidebtn:hover {
  background-color: #8EC300;
}
.topSlidebtn::after {
  content: '';
  width: 6px;
  height: 13px;
  border-width: 0 3px 0 3px;
  border-color: transparent #fff transparent #fff;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.topSlidebtn.playback::after {
	left: 16px;
  width: 0;
  height: 0;
  border-width: 7px 0px 7px 11px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 960px) {
.topSlidebtn {
  margin-top: -23px;
}
}
@media screen and (max-width: 600px) {
.topSlidebtn {
  margin-top: -13px;
}
}
picture{
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
    .top .mainImg.sizeL ,picture img{
        height: 64vh;
    }
}
.topSlide {
    opacity: 0;
    transition: opacity .5s linear;
}
.topSlide.slick-initialized {
     opacity: 1;
}