/* 基本
--------------------------- */

.daikansyasai {
  font-size: 16px;
  font-family: "Noto Sans JP" !important;
  box-sizing: border-box;
  position: relative;
  z-index: 2;

}

.daikansyasai img {
  max-width: 980px;
}

.daikansyasai a:hover {
  opacity: .5;
}


/* MV
--------------------------- */

.daikansyasai .beginning {
    text-align: center;
    background: url(/car/special/daikansyasai/images/mv.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 800px;
}

.daikansyasai .beginning .group {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 652px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    width: 1053px;
}

.daikansyasai .beginning .group .unit img {
  width: 133px;
  object-fit: contain;
}


.daikansyasai .beginning .unit li {
    position: relative;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    max-width: 300px;
}

.daikansyasai .beginning .unit .button::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.daikansyasai .beginning .unit li:nth-child(2) {
  font-size: 18px;
  margin-top: 10px;
}

.daikansyasai .beginning .unit li:nth-child(3) {
  background-color: #C90000;
  cursor: pointer;
  margin-top: 10px;
  font-size: 24px;
}

.daikansyasai .beginning .unit li a {
  padding: 22px 0 26px 0px;
  display: inline-block;
  width: 300px;
  color: #fff;
  text-decoration: none;
}

/*  特典１
--------------------------- */

.icon1 {
  width: 148px;
  object-fit: contain;
  position: relative;
  top: -23px;
  z-index: 10;
  left: 50%;
    transform: translateX(-440%);
}

.icon2 {
  width: 362px;
  object-fit: contain;
  position: absolute;
  z-index: 7;
  left: 50%;
  transform: translateX(89%);
}

.icon3 {
  width: 362px;
  object-fit: contain;
  position: absolute;
  z-index: 7;
  left: 50%;
  transform: translateX(-180%);
  bottom: 0;
}

.icon4 {
  width: 148px;
  object-fit: contain;
  position: relative;
  top: -80px;
  z-index: 10;
  left: 50%;
  transform: translateX(330%);
}

.daikansyasai .privilege1 {
  background: url(/car/special/daikansyasai/images/background2.jpg);
  background-size: inherit;
  background-position: center;
  overflow: hidden;
  position: relative;
  top: -53px;
  z-index: 8;
}

.daikansyasai .privilege1 .wrapper {
  max-width: 1050px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 142px;
  position: relative;
  z-index: 10;
  margin-bottom: 150px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.daikansyasai .privilege1 .wrapper .main {
  padding: 60px 35px;
}

.daikansyasai .privilege1 .wrapper .main .top {
  background: #B79F5E;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  position: relative;
}

.daikansyasai .privilege1 .wrapper .main .top img {
  width: 166px;
  top: -58px;
  position: absolute;
}

.daikansyasai .privilege1 .wrapper .main .top img:nth-child(2) {
  width: 156px;
  top: -45px;
  right: 0;
}

.daikansyasai .privilege1 .wrapper .main .catchcopy {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.daikansyasai .privilege1 .wrapper .main .catchcopy img {
  width: 134px;
  object-fit: contain;
}

.daikansyasai .privilege1 .wrapper .main .catchcopy div {
  display: block;
  width: 1px;
  height: 125px;
  background: #707070;
  margin-left: 7px;
  margin-right: 33px;
}

.daikansyasai .privilege1 .wrapper .main .catchcopy p {
  font-size: 44px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 60px;
}

.daikansyasai .privilege1 .wrapper .main .catchcopy span {
  color: #C90000;
}

.daikansyasai .privilege1 .wrapper .main .point {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.daikansyasai .privilege1 .wrapper .main .point .unit {
  padding: 20px;
  box-shadow: 6px 6px 0px 0px #000;
  width: 430px;
  height: 238px;
  border: 2px solid #000;    
  position: relative;             
}

.daikansyasai .privilege1 .wrapper .main .point .unit:nth-child(1) {
  margin-right: 40px;
}

.daikansyasai .privilege1 .wrapper .main .point .unit .title {
  background-color: #000;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  padding: 16px 28px;
  color: #fff;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-51%);
  white-space: nowrap;   
}

.daikansyasai .privilege1 .wrapper .main .point .unit .title span {
  color: #FFEB00;
}

.daikansyasai .privilege1 .wrapper .main .point .unit .content {
  text-align: center;
  font-size: 22px;
  margin-top: 32px;
}

.daikansyasai .privilege1 .wrapper .main .point .unit .content p:nth-child(2) {
  margin-top: 20px;
  font-size: 34px;
  font-weight: bold;
}

.daikansyasai .privilege1 .wrapper .main .point .unit .content p:nth-child(3) {
  margin-top: 30px;
  font-size: 45px;
  font-weight: bold;
  color: #C90000;
}

.daikansyasai .privilege1 .wrapper .main .point .unit .content p:nth-child(4) {
  margin-top: 26px;
}

.daikansyasai .privilege1 .wrapper .note {
  padding:0px 35px 60px 35px;
}

.daikansyasai .privilege1 .wrapper .note .top {
  background-color: #003894;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.daikansyasai .privilege1 .wrapper .note .content p {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 30px;
  width: 700px;
  line-height: 40px;
}

.daikansyasai .privilege1 .wrapper .note .content p a {
  margin-left: 50px;
  font-size: 14px;
  text-decoration: underline;
}

.daikansyasai .privilege1 .wrapper .note .button {
  display: flex;
  justify-content: space-between;
  width: 680px;
  margin: 0 auto;
}

.daikansyasai .privilege1 .wrapper .note .button a{
  padding: 26px 0 26px 0;
  display: inline-block;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #003894;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
}


.daikansyasai .privilege1 .wrapper .note .button a:hover{
  text-decoration: none;
}

.daikansyasai .privilege1 .wrapper .note .button a::after{
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 52%;
    right: 7%;
    margin-top: -8px;
    transform: rotate(45deg);
}

.daikansyasai .privilege1 .wrapper .note .button a:nth-child(2){
  text-decoration: none;
  background-color: #F08300;
}

.daikansyasai .privilege1 .wrapper .note .annotation {
  width: 724px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 26px;
  margin: 0 auto;
  margin-top: 40px;
}

.daikansyasai .privilege1 .wrapper .note .annotation a {
  text-decoration: underline;
}


/*  特典２
--------------------------- */

.icon5 {
  width: 362px;
  object-fit: contain;
  position: absolute;
  z-index: 7;
  left: 50%;
  transform: translateX(85%);
}

.icon6 {
  width: 362px;
  object-fit: contain;
  position: absolute;
  z-index: 7;
  left: 50%;
  transform: translateX(-180%);
  bottom: 40px;
}

.icon7 {
  width: 133px;
  object-fit: contain;
  position: relative;
  top: -142px;
  z-index: 10;
  left: 50%;
  transform: translateX(-498%);
}

.icon8 {
  width: 133px;
  object-fit: contain;
  position: relative;
  top: -150px;
  z-index: 10;
  left: 50%;
  transform: translateX(280%);
}

.daikansyasai .privilege2 {
  background: url(/car/special/daikansyasai/images/background1.jpg);
  background-size: inherit;
  background-position: center;
  overflow: hidden;
  position: relative;
  top: -111px;
  z-index: 8;
}

.daikansyasai .privilege2 .wrapper {
  max-width: 1050px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 142px;
  position: relative;
  z-index: 10;
  margin-bottom: 150px;
  border:3px solid #B79F5E;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-sizing: content-box;
}

.daikansyasai .privilege2 .wrapper .main {
  padding: 60px 35px;
}

.daikansyasai .privilege2 .wrapper .main .top {
  background: #B79F5E;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  position: relative;
}

.daikansyasai .privilege2 .wrapper .main .top img {
  width: 166px;
  top: -58px;
  position: absolute;
}

.daikansyasai .privilege2 .wrapper .main .top img:nth-child(2) {
  width: 156px;
  top: -45px;
  right: 20px;
}

.daikansyasai .privilege2 .wrapper .main .catchcopy {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.daikansyasai .privilege2 .wrapper .main .catchcopy p {
  font-size: 44px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.daikansyasai .privilege2 .wrapper .main .catchcopy p span {
  color: #C90000;
}

.daikansyasai .privilege2 .wrapper .main .description {
  letter-spacing: 0.05em;
  line-height: 28px;
  width: 900px;
  margin: 0 auto;
  margin-top: 36px;
}

.daikansyasai .privilege2 .wrapper .main .description a {
  text-decoration: underline;
}

.daikansyasai .privilege2 .wrapper .main img.mainmv {
  width: 980px;
  object-fit: contain;
  margin-top: 50px;
}



/* 検索BOX
--------------------------- */
.daikansyasai .privilege2 .wrapper .main .search {
  margin-top: 50px;
  position: relative;
  transform: initial;
  bottom: initial;
  left: initial;
  height: 200px;
}

.daikansyasai .privilege2 .wrapper .main .search > p:nth-child(1) {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.daikansyasai .privilege2 .wrapper .main .search > p:nth-child(2) {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4em;
  color: #DE0000;
  font-weight: bold;
  margin-top: 20px;
}

.daikansyasai .privilege2 .wrapper .main .search .area {
  height: 140px;
}

.daikansyasai .daikansyasai_search .legacySearch__area {
  position: absolute;
  transform: initial;
  bottom: initial;
  left: 50%;
  transform: translateX(-50%);
  top: 3349px;
  z-index: 100;
  font-size: 16px;
  border: 1px solid #b4b4b4;
  border-radius: 17px;
}

/* .daikansyasai .privilege2 .wrapper .main .search > div:first-child {
  width: 980px;
  font-size: 16px;
}

.daikansyasai .privilege2 .wrapper .main .search .legacySearch__area {
  display: block;
  border: solid 1px #c9c9c9;
  border-radius: 13px;
} */

/* 特典３
--------------------------- */

.icon9 {
  width: 362px;
  object-fit: contain;
  position: absolute;
  z-index: 7;
  left: 50%;
  transform: translateX(70%);
}

.icon10 {
  width: 362px;
  object-fit: contain;
  position: absolute;
  z-index: 7;
  left: 50%;
  transform: translateX(-200%);
  bottom: 100px;
}

.icon11 {
  width: 151px;
  object-fit: contain;
  position: relative;
  top: -712px;
  z-index: 19;
  left: 50%;
  transform: translateX(333%);
}

.icon12 {
  width: 148px;
  object-fit: contain;
  position: relative;
  top: -302px;
  z-index: 10;
  left: 50%;
  transform: translateX(-558%);
}


.daikansyasai .privilege3 {
  background: url(/car/special/daikansyasai/images/background2.jpg);
  background-size: inherit;
  background-position: center;
  overflow: hidden;
  position: relative;
  top: -173px;
  z-index: 8;
}

.daikansyasai .privilege3 .wrapper {
  max-width: 1050px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 142px;
  position: relative;
  z-index: 10;
  margin-bottom: 150px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.daikansyasai .privilege3 .wrapper .main {
  padding: 60px 35px;
}

.daikansyasai .privilege3 .wrapper .main .top {
  background: #B79F5E;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  position: relative;
}

.daikansyasai .privilege3 .wrapper .main .top img {
  width: 166px;
  top: -58px;
  position: absolute;
}

.daikansyasai .privilege3 .wrapper .main .top img:nth-child(2) {
  width: 156px;
  top: -34px;
  right: 15px;
}

.daikansyasai .privilege3 .wrapper .main .catchcopy {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.daikansyasai .privilege3 .wrapper .main .catchcopy p {
  font-size: 44px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.daikansyasai .privilege3 .wrapper .main .catchcopy p span {
  color: #C90000;
}

.daikansyasai .privilege3 .wrapper .main .group {
  display: flex;
  margin-top: 36px;
  justify-content: center;
  margin-top: 40px;
}


.daikansyasai .privilege3 .wrapper .main .group .content{
  width: 430px;
  margin-right: 40px;
}

.daikansyasai .privilege3 .wrapper .main .group .content p{
  letter-spacing: 0.05em;
  line-height: 28px;
}


.daikansyasai .privilege3 .wrapper .main .group .image {
  position: relative;
}

.daikansyasai .privilege3 .wrapper .main .group .image img:nth-child(1) {
  width: 138px;
  height: 138px;
  object-fit: contain;
  position: absolute;
  right: -50px;
  top: -70px;
}


.daikansyasai .privilege3 .wrapper .main .group .image img:nth-child(2) {
  width: 430px;
  height: 345px;
  object-fit: contain;
}


.daikansyasai .privilege3 .wrapper .main .group .present {
  position: relative;
  width: 430px;
  margin-top: 40px;
}

.daikansyasai .privilege3 .wrapper .main .group .present img{
  width: 221px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
}

.daikansyasai .privilege3 .wrapper .main .group .present p{
  background-color: #F1ECDF;
  padding: 30px 20px 30px 20px;
  border-radius: 10px;
}

.daikansyasai .privilege3 .wrapper .note {
  padding:0px 35px 60px 35px;
}

.daikansyasai .privilege3 .wrapper .note .top {
  background-color: #003894;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.daikansyasai .privilege3 .wrapper .note .content p {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 30px;
  width: 700px;
  line-height: 40px;
}

.daikansyasai .privilege3 .wrapper .note .content p a {
  margin-left: 50px;
  font-size: 14px;
  text-decoration: underline;
}

.daikansyasai .privilege3 .wrapper .note .button {
  display: flex;
  justify-content: center;
  width: 980px;
  margin: 0 auto;
}

.daikansyasai .privilege3 .wrapper .note .button a{
  padding: 26px 0 26px 0;
  display: inline-block;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #003894;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
}

.daikansyasai .privilege3 .wrapper .note .button a::after{
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 52%;
    right: 7%;
    margin-top: -8px;
    transform: rotate(45deg);
}

.daikansyasai .privilege3 .wrapper .note .button a:hover{
  text-decoration: none;
}


.daikansyasai .privilege3 .wrapper .note .annotation {
  width: 724px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 26px;
  margin: 0 auto;
  margin-top: 40px;
}


/* TOPボタン
--------------------------- */
.daikansyasai .buttontop{
  text-align: center;
  position: relative;
  top: -190px;
}

.daikansyasai .buttontop a {
  background: #F08300;
  color: #fff !important;
  padding: 20px 180px 20px 20px;
  position: relative;
  text-decoration: none !important;
  font-size: 1.2em;
  text-align: left;
  /* width: 210px; */
  display: inline-block;
}

.daikansyasai .buttontop a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -8px;
  transform: rotate(45deg);
}

/* 注意事項
--------------------------- */

.daikansyasai .foot {
  max-width: 980px;
  margin: 0 auto;
  margin-top: -90px;
}


_::-webkit-full-page-media, _:future, :root .daikansyasai {
  font-family: 'YuGothic', 'Yu Gothic',' 游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',' メイリオ','Meiryo',sans-serif !important;
}

/* edgeハック */
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
  .icon11 {
    transform: translateX(313%);
}
}