@charset "UTF-8";
.l-aniv120th-mv {
  max-width: 1600px;
  position: relative;
}

.mv-logo {
  position: absolute;
}

.mv-logo img {
  display: block;
  height: auto;
  margin: auto;
}

.slick-dots {
  display: none !important;
}

/* PC */
@media (min-width: 1280px) {
  .mv-logo-wrap{
    position: relative;
    max-width: 1280px;
    margin: auto;

  }
  .mv-logo {
    /* left: 60px; */
    left: 0;
    padding: 0;
    top: 40px;
    z-index: 500;
  }
  .mv-logo img {
    width: 260px;
  }
  .mv-message {
    bottom: 30px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    left: 0;
    line-height: 2;
    margin: auto;
    max-width: 1280px;
    padding: 0 0 30px;
    position: absolute;
    right: 0;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .mv-logo {
    left: 0;
    margin: auto;
    margin: auto;
    padding: 0;
    right: 0;
    top: 0;
    z-index: 500;
  }
  .mv-logo img {
    margin-top: 115px;
    max-width: 260px;
  }
  .mv-message {
    bottom: 30px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.9;
    margin: auto;
    margin: -10px 0 0;
    padding: 0 32px 0;
    text-align: justify;
  }
}

/* SP */
@media (max-width: 767px) {
  .mv-logo {
    left: 0;
    margin: auto;
    margin: auto;
    padding: 0;
    right: 0;
    top: 0;
    z-index: 500;
  }
  .mv-logo img {
    margin-top: 115px;
    max-width: 190px;
  }
  .mv-message {
    bottom: 30px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.9;
    margin: auto;
    margin: -15px 0 0;
    padding: 0 15px 0;
    text-align: justify;
  }
}

/* aniv120th section -------------------- */
.aniv120th-section__title {
  font-family: "RenaultFont";
  font-weight: bold;
}

.aniv120th-section__lead {
  font-weight: bold;
}

.aniv120th-section__description {
  line-height: 2;
}

.index-btn {
  font-family: "RenaultFont";
}

.index-btn a {
  background-color: #333333;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.index-btn a:after {
  background-image: url("/special-contents/120th/img/index/button_arrow_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}

.index-btn a:hover {
  opacity: 0.8;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* TB & PC */
@media (min-width: 768px) {
  .aniv120th-section__title {
    font-size: 6rem;
    line-height: 1;
  }
  .aniv120th-section__lead {
    font-size: 1.8rem;
    line-height: 1.55;
  }
  .aniv120th-section__description {
    font-size: 1.5rem;
    line-height: 2;
  }
  .index-btn {
    font-size: 1.8rem;
    line-height: 80px;
  }
  .index-btn a {
    display: inline-block;
    height: 80px;
    padding: 0 17px 0 0;
    width: 280px;
  }
  .index-btn a:after {
    height: 7px;
    right: 87px;
    top: 33px;
    width: 22px;
  }
}

/* SP */
@media (max-width: 767px) {
  .index-btn {
    font-size: 1.6rem;
    line-height: 60px;
  }
  .index-btn a {
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 250px;
  }
  .index-btn a:after {
    height: 6px;
    right: 77px;
    top: 26px;
    width: 18px;
  }
}

/* frenchism section -------------------- */
.l-map {
  position: relative;
}

.l-map:before {
  content: "";
  display: block;
  width: 100%;
}

.l-map > .l-map__inner {
  background-position: center;
  background-size: contain;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.map__illust {
  position: absolute;
  z-index: 1;
}

.map__illust img {
  height: auto;
  max-width: 100%;
}

.map__link {
  color: #fff;
  display: block;
  position: absolute;
  text-decoration: none;
  z-index: 3;
}

.l-map__link {
  color: #fff;
  display: block;
  position: absolute;
  text-decoration: none;
}

.l-map__link:before {
  background: url("/special-contents/120th/img/index/frenchism_map.jpg");
  background-size: contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.link__text_en {
  background-color: #333333;
  display: inline-block;
  font-family: "RenaultFont";
  font-weight: bold;
  padding: 0 2px;
  vertical-align: text-top;
  white-space: nowrap;
}

.link__text_jp {
  background-color: #333333;
  display: inline-block;
  padding: 0 2px;
  vertical-align: text-top;
  white-space: nowrap;
}

/* PC */
@media (min-width: 1280px) {
  .link__wrap {
    height: 15px;
  }
  .link__wrap + .link__wrap {
    margin-top: 2px;
  }
  .link__text_en {
    font-size: 1.4rem;
    height: 15px;
    line-height: 15px;
    margin-bottom: 1px;
    padding: 0 4px;
  }
  .link__text_jp {
    font-size: 1rem;
    height: 15px;
    line-height: 14px;
    padding: 0 2px;
  }
  .map__link__01 {
    left: 37.5%;
    top: 25.5%;
  }
  .map__link__02 {
    left: 36.53%;
    top: 21.5%;
  }
  .map__link__03 {
    left: 46.25%;
    top: 27.75%;
  }
  .map__link__04 {
    left: 37.65%;
    top: 36.25%;
  }
  .map__link__06 {
    left: 23.5%;
    top: 19.5%;
  }
  .map__link__05 {
    left: 20%;
    top: 29%;
  }
  .map__link__07 {
    left: 21%;
    top: 50%;
  }
  .map__link__08 {
    left: 41%;
    top: 50.75%;
  }
  .map__link__09 {
    left: 36.5%;
    top: 57.75%;
  }
  .map__link__10 {
    left: 43.5%;
    top: 40.95%;
  }
  .map__link__11 {
    left: 24.25%;
    top: 41.25%;
  }
  .map__link__12 {
    left: 29.15%;
    top: 61.55%;
  }
  .map__illust__01 {
    left: 28%;
    top: 38.5%;
    width: 138px;
  }
  .map__illust__02 {
    left: 39%;
    top: 25%;
    width: 91px;
  }
  .map__illust__03 {
    left: 32%;
    top: 64%;
    width: 96px;
  }
  .map__illust__04 {
    left: 45%;
    top: 44%;
    width: 101px;
  }
}

/* SP */
@media (max-width: 767px) {
  .link__wrap {
    height: 15px;
  }
  .link__wrap + .link__wrap {
    margin-top: 2px;
  }
  .link__text_en {
    font-size: 1.4rem;
    height: 15px;
    line-height: 15px;
    margin-bottom: 1px;
    padding: 0 4px;
  }
  .link__text_jp {
    font-size: 1rem;
    height: 15px;
    line-height: 14px;
    padding: 0 2px;
  }
  .map__link__01 {
    left: 50.5%;
    top: 21.5%;
  }
  .map__link__02 {
    left: 50.53%;
    top: 15.5%;
  }
  .map__link__03 {
    left: 74.25%;
    top: 26.75%;
  }
  .map__link__04 {
    left: 53.65%;
    top: 34.25%;
  }
  .map__link__05 {
    left: 10%;
    top: 27%;
  }
  .map__link__06 {
    left: 22.5%;
    top: 14%;
  }
  .map__link__07 {
    left: 16%;
    top: 49%;
  }
  .map__link__08 {
    left: 68%;
    top: 52.75%;
  }
  .map__link__09 {
    left: 42.5%;
    top: 59.75%;
  }
  .map__link__10 {
    left: 76%;
    top: 36.95%;
  }
  .map__link__11 {
    left: 20.25%;
    top: 39.25%;
  }
  .map__link__12 {
    left: 30.15%;
    top: 66.55%;
  }
  .map__illust__01 {
    left: 34%;
    top: 40.5%;
    width: 76px;
  }
  .map__illust__02 {
    left: 52%;
    top: 24%;
    width: 56px;
  }
  .map__illust__03 {
    left: 50%;
    top: 66%;
    width: 57px;
  }
  .map__illust__04 {
    left: 76%;
    top: 43%;
    width: 57px;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .link__wrap {
    height: 15px;
  }
  .link__wrap + .link__wrap {
    margin-top: 2px;
  }
  .link__text_en {
    font-size: 1.4rem;
    height: 15px;
    line-height: 15px;
    margin-bottom: 1px;
    padding: 0 4px;
  }
  .link__text_jp {
    font-size: 1rem;
    height: 15px;
    line-height: 14px;
    padding: 0 2px;
  }
  .map__link__01 {
    left: 52%;
    top: 25%;
  }
  .map__link__02 {
    left: 54%;
    top: 21%;
  }
  .map__link__03 {
    left: 74.25%;
    top: 26.75%;
  }
  .map__link__04 {
    left: 60%;
    top: 36%;
  }
  .map__link__05 {
    left: 10%;
    top: 27%;
  }
  .map__link__06 {
    left: 27%;
    top: 19%;
  }
  .map__link__07 {
    left: 25%;
    top: 52%;
  }
  .map__link__08 {
    left: 64%;
    top: 55%;
  }
  .map__link__09 {
    left: 58%;
    top: 59.75%;
  }
  .map__link__10 {
    left: 72%;
    top: 42%;
  }
  .map__link__11 {
    left: 28%;
    top: 42%;
  }
  .map__link__12 {
    left: 39%;
    top: 64%;
  }
  .map__illust__01 {
    left: 34%;
    top: 40.5%;
    width: 138px;
  }
  .map__illust__02 {
    left: 56%;
    top: 24%;
    width: 91px;
  }
  .map__illust__03 {
    left: 50%;
    top: 66%;
    width: 96px;
  }
  .map__illust__04 {
    left: 71%;
    top: 46%;
    width: 101px;
  }
}

/* PC */
@media (min-width: 1280px) {
  .l-section-frenchism {
    margin: -30px auto 0;
  }
  .section-frenchism__title {
    margin: 0 0 40px;
    padding: 0 0 17px;
    position: relative;
  }
  .section-frenchism__title:after {
    background-color: #ffce00;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 83px;
  }
  .section-frenchism__lead {
    margin: 0 0 10px;
  }
  .section-frenchism__content {
    left: 58.5%;
    position: absolute;
    top: 22%;
    width: 300px;
    z-index: 3;
  }
  .section-frenchism__btn {
    /* left: 58.5%;
    position: absolute;
    top: 49.5%; */
        margin: 30px 0 0;
  }
  .l-map__inner {
    background-image: url("/special-contents/120th/img/index/frenchism_map.jpg");
  }
  .l-map {
    margin: 0 auto;
    max-width: 1600px;
  }
  .l-map:before {
    padding-top: 71.21429%;
  }
}

/* SP & TB */
@media (max-width: 1279px) {
  .l-section-frenchism {
    margin: 0 auto 0;
  }
  .section-frenchism__title {
    font-size: 3.4rem;
    margin: 45px 0 17px;
    padding: 0 0 4px;
    position: relative;
    text-align: center;
  }
  .section-frenchism__title:after {
    background-color: #ffce00;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 41px;
  }
  .section-frenchism__lead {
    font-size: 1.4rem;
    margin: 0 0 5px;
    text-align: center;
  }
  .section-frenchism__description {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
  }
  .section-frenchism__content {
    padding: 0 15px;
  }
  .l-map__inner {
    background-image: url("/special-contents/120th/img/index/frenchism_map_sp.jpg");
  }
  .l-map {
    margin: 30px 0 0;
    max-width: 1600px;
  }
  .l-map:before {
    padding-top: 146.26667%;
  }
  .link__wrap {
    height: 12px;
  }
  .link__wrap + .link__wrap {
    margin-top: 2px;
  }
  .link__text_en {
    font-size: 1.1rem;
    height: 12px;
    line-height: 12px;
    margin-bottom: 2px;
  }
  .link__text_jp {
    font-size: 1rem;
    height: 11px;
    line-height: 11px;
  }
}

/* SP */
@media (max-width: 767px) {
  .section-frenchism__btn {
    margin-top: -109px;
    position: relative;
    z-index: 3;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .link__text_en {
    font-size: 1.4rem;
    height: 15px;
    line-height: 15px;
    margin-bottom: 1px;
    padding: 0 4px;
  }
  .link__text_jp {
    font-size: 1rem;
    height: 15px;
    line-height: 14px;
    padding: 0 2px;
  }
  .link__wrap {
    height: 15px;
  }
  .link__wrap + .link__wrap {
    margin-top: 2px;
  }
  .section-frenchism__title {
    font-size: 4.0rem;
    margin: 45px 0 17px;
    padding: 0 0 12px;
  }
  .section-frenchism__lead {
    font-size: 1.5rem;
    margin: 0 0 5px;
    text-align: center;
  }
  .section-frenchism__description {
    font-size: 1.4rem;
    text-align: center;
  }
  .section-frenchism__btn {
    margin: -270px 0 70px;
    position: relative;
    top: 40%;
    z-index: 3;
  }
  .section-frenchism__btn .index-btn {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .section-frenchism__title:after {
    background-color: #ffce00;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 41px;
  }

}

/* design section -------------------- */
.section-design__inner {
  position: relative;
}

.design-bg {
  position: relative;
}

.design-bg img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 100%;
}

.section-design__content {
  text-align: justify;
}

/*PC */
@media (min-width: 1280px) {
  .l-aniv120th-design {
    margin-top: -150px;
  }
  .section-design__inner {
    margin: 0 auto;
    max-width: 1600px;
  }
  .section-design__content {
    background-color: #fff;
    border-top: 6px solid #ffcc00;
    max-width: 420px;
    padding: 40px 60px 45px;
    position: absolute;
    top: 205px;
    z-index: 3;
  }
  .section-design__title {
    left: 0;
    position: absolute;
    top: -163px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .section-design__lead {
    margin: 4px 0 16px 0;
  }
  .section-design__description {
    margin: 0 0 30px;
  }
  .design-bg img {
    max-width: 100%;
  }
  .design-bg_sp {
    display: none;
  }
}

/* SP & TB */
@media (max-width: 1279px) {
  .l-section-design {
    margin: 0 auto 0;
  }
  .section-design__title {
    font-size: 3.4rem;
    margin: 57px 0 17px;
    padding: 0 0 4px;
    position: relative;
    text-align: center;
  }
  .section-design__title:after {
    background-color: #ffce00;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 41px;
  }
  .section-design__lead {
    font-size: 1.4rem;
    margin: 0 0 5px;
    padding: 0 15px;
    text-align: center;
  }
  .section-design__description {
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 0 15px;
    text-align: justify;
  }
  .section-design__content {
    padding: 0 0 50px;
  }
  .section-design__btn {
    left: 58.5%;
    top: 49.5%;
  }
  .design-bg_pc {
    display: none;
  }
  .design-bg_sp {
    margin: 20px 0 35px;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .section-design__title {
    font-size: 4.0rem;
    margin: 90px 0 17px;
    padding: 0 0 12px;
    position: relative;
    text-align: center;
  }
  .section-design__lead {
    font-size: 1.5rem;
    margin: 0 0 5px;
    padding: 0 15px;
    text-align: center;
  }
  .section-design__title:after {
    background-color: #ffce00;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 41px;
  }
  .section-people__img {
    margin: 20px 0 35px;
  }
  .section-design__description {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0 15px;
    text-align: center;
  }
  .index-btn {
    font-size: 1.8rem;
    line-height: 80px;
    text-align: center;
  }
  .section-design__content {
    padding: 0 0 35px;
  }
}



/* historyｓ section -------------------- */
.section-history__inner {
  margin: 0 auto;
  max-width: 1600px;
}

.section-history_img-area {
  position: relative;
}

.section-history__title {
  text-align: center;
}

.section-history__lead {
  margin: 18px 0 3px;
  text-align: center;
}

.history_slider_item img {
  max-width: 100%;
}

.section-history__btn .index-btn a {
  display: block;
  margin: auto;
}

/* TB & PC */
@media (min-width: 768px) {
  .history_slider_item {
    margin: 0 10px 20px;
  }
  .history_slider_top {
    margin: 40px 0 0;
  }
  .history_slider_bottom {
    margin: 0 0 30px 0;
  }
  .l-aniv120th-history {
    margin-top: 0px;
    padding: 0 0 95px;
  }
  .section-history__content {
    padding: 80px 0 0;
  }
  .section-history__title {
    padding: 0 0 18px;
    position: relative;
  }
  .section-history__title:after {
    background-color: #ffcc00;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 54px;
  }
  .section-history__description {
    font-size: 1.5rem;
    text-align: center;
  }
  .section-history__img {
    margin: 25px 0 55px;
  }
}

/* SP */
@media (max-width: 767px) {
  .history_slider_item {
    margin: 0 5px 10px;
  }
  .history_slider_top {
    margin: 20px 0 0;
  }
  .history_slider_bottom {
    margin: 0 0 20px 0px;
  }
  .l-aniv120th-history {
    padding: 0 0 60px;
  }
  .section-history__content {
    padding: 0 15px 0;
  }
  .section-history__title {
    font-size: 3.4rem;
    padding: 0 0 3px;
    padding: 0 0 0;
    position: relative;
    text-align: center;
  }
  .section-history__title:after {
    background-color: #ffce00;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 41px;
  }
  .section-history__lead {
    font-size: 1.4rem;
  }
  .section-history__description {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
  }
  .section-history__img {
    margin: 25px 0 55px;
  }
  .section-history__btn {
    margin: 10px 0 0;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .section-history__content {
    padding: 30px 0 0;
  }
  .section-history__title {
    font-size: 4.0rem;
    padding: 0 0 12px;
    position: relative;
    text-align: center;
  }
  .section-history__title:after {
    background-color: #ffce00;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 41px;
  }
  .section-history__lead {
    font-size: 1.5rem;
  }
  .section-history__description {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .history_slider_item {
    margin: 0 5px 10px;
  }
  .history_slider_top {
    margin: 20px 0 0;
  }
  .history_slider_bottom {
    margin: 0 0 20px 0px;
  }
  .l-aniv120th-history {
    margin-top: 53px;
    padding: 0 0 75px;
  }
}

/* others section -------------------- */
.l-aniv120th-others {
  background-color: #f5f5f5;
}

.section-others__inner {
  margin: 0 auto;
  max-width: 1024px;
}

.section-others__label {
  font-weight: bold;
}

.section-others__list a {
  color: #333;
  text-decoration: none;
}

.section-others__title {
  font-family: "RenaultFont";
  font-weight: bold;
  text-align: center;
}

/* TB & PC */
@media (min-width: 768px) {
  .l-aniv120th-others {
    padding: 42px 0 25px;
    margin-bottom: 25px;
  }
  .section-others__label {
    margin: 12px 0 35px;
  }
  .section-others__title {
    font-size: 3rem;
    margin: 0 0 35px;
  }
  .section-others__list {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-others__list li {
    width: 48.8281%;
  }
  .section-others__list li img {
    max-width: 100%;
  }
  .section-others__list li a img:hover {
    opacity: 0.7;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

/* SP */
@media (max-width: 767px) {
  .l-aniv120th-others {
    margin-bottom: 15px;
    padding: 30px 15px 20px;
  }
  .section-others__label {
    font-size: 1.4rem;
    margin: 8px 0 20px;
  }
  .section-others__title {
    font-size: 2rem;
    margin: 0 0 15px;
  }
  .section-others__list li {
    width: 100%;
  }
  .section-others__list li img {
    max-width: 100%;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .section-others__list {
    padding: 0 32px;
  }
}

/* loading -------------------- */
.firstimg {
  background-color: #fff;
  height: 100vh;
  left: 0px;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999999;
}

.firstimg svg {
  bottom: 0;
  height: 307px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}

.st1 {
  -webkit-animation: hello 2s ease-in 0s;
  animation: hello 2s ease-in 0s;
  fill: #000;
  stroke: #000;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  stroke-width: 1;
}

@-webkit-keyframes hello {
  0% {
    fill: transparent;
    stroke-dashoffset: 1500;
  }
  40% {
    fill: transparent;
    stroke-dashoffset: 1500;
  }
  50% {
    fill: transparent;
  }
  100% {
    fill: #000;
    stroke-dashoffset: 0;
  }
}

/* SP */
@media (max-width: 767px) {
  .firstimg svg {
    bottom: 0;
    height: 184px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
  }
}
