@charset "UTF-8";
/*　*/
/**************************************************
		index
**************************************************/
.movie_sec {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  .movie_sec {
    margin-bottom: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .movie_sec .m-sec01_container {
    padding-left: 0;
    padding-right: 0;
  }
}
.movie_box {
  position: relative;
  padding-bottom: calc(9 / 16 * 100%);
  height: 0;
}
@media print, screen and (min-width: 768px) {
  .movie_box {
    border-radius: 1.5rem;
    overflow: hidden;
  }
}
.movie_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 20;
}
.movie_thumb a {
  display: block;
}
@media (hover: hover) {
  .movie_thumb a:hover .image {
    opacity: 0.7;
  }
}
.d-ie .movie_thumb a:hover .image {
  opacity: 0.7;
}
.movie_thumb .copy {
  position: absolute;
  top: 3rem;
  left: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  z-index: 20;
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  .movie_thumb .copy {
    top: 11rem;
    left: 9rem;
    font-size: 8.2rem;
  }
}
.movie_thumb .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: opacity 0.3s;
}
.movie_thumb .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.3rem;
  height: 2.6rem;
  background: transparent url("../img/brand/icon_play_white.svg") 50% 50% no-repeat;
  background-size: contain;
  z-index: 20;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .movie_thumb .image::before {
    width: 8.8rem;
    height: 10.2rem;
  }
}
.movie_thumb .image .m-img01 {
  padding-bottom: 0;
  border-radius: 0;
  height: 100%;
  z-index: 10;
}
.is-play .movie_thumb {
  opacity: 0;
  visibility: hidden;
}
.movie_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.movie_video .m-vid01 {
  padding-bottom: 0;
  height: 100%;
}
.movie_list {
  display: flex;
  border-bottom: 2px solid #D3D3D3;
  font-size: 1.3rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .movie_list {
    font-size: 2.4rem;
  }
}
.movie_list li {
  flex: 1;
}
.movie_list a {
  display: block;
  position: relative;
  padding: 1.3rem 1rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .movie_list a {
    padding: 2.3rem 2rem;
  }
}
.movie_list a::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #D71518;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: width 0.3s, opacity 0.3s;
  content: "";
}
@media (hover: hover) {
  .movie_list a:hover {
    background-color: #F5F5F5;
    color: #D71518;
  }
}
.d-ie .movie_list a:hover {
  background-color: #F5F5F5;
  color: #D71518;
}
.movie_list .is-active a::before {
  width: 100%;
  opacity: 1;
}
.movie_list .num {
  font-size: 1.9rem;
}
@media print, screen and (min-width: 768px) {
  .movie_list .num {
    font-size: 3.3rem;
  }
}

.promise_ttl01 {
  margin-bottom: 2.5rem;
}
.promise_ttl01 .m-ttl01_en {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .promise_ttl01 .m-ttl01_en {
    font-size: 2rem;
  }
}
.promise_ttl01 .m-ttl01_ja {
  font-size: 4rem;
}
@media print, screen and (min-width: 768px) {
  .promise_ttl01 .m-ttl01_ja {
    font-size: 8rem;
  }
}
.promise_txt01 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  .promise_txt01 {
    font-size: 2.6rem;
    line-height: 2.8;
  }
}
.promise_txt01:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .promise_txt01:not(:last-child) {
    margin-bottom: 5.5rem;
  }
}
.promise_txt02 {
  margin-top: 7rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .promise_txt02 {
    margin-top: 23rem;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
}

.action_sec01 {
  margin-top: 6.5rem;
}
@media print, screen and (min-width: 768px) {
  .action_sec01 {
    margin-top: 5.729vw;
    z-index: 30;
  }
}
@media screen and (min-width: 1921px) {
  .action_sec01 {
    margin-top: 11rem;
  }
}
.action_sec01 .m-sec01_container {
  padding-left: 0;
  padding-right: 0;
}
.action_box01 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .action_box01 {
    padding-bottom: calc(1080 / 1920 * 100%);
    height: 0;
  }
}
.action_box01::before {
  width: 100%;
  height: 37.5rem;
  background: transparent url(../img/brand/img_action_01_sp.jpg) 50% 50% no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .action_box01::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .action_box01::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    background-image: url(../img/brand/img_action_01.jpg);
  }
}
@media screen and (min-width: 1921px) {
  .action_box01::before {
    border-radius: 1.5rem;
    overflow: hidden;
  }
}
.action_box01_inner {
  padding: 24.5rem 2rem 0 2rem;
}
@media print, screen and (min-width: 768px) {
  .action_box01_inner {
    margin: 0 auto;
    padding: 7.813vw 2rem 0 2rem;
    max-width: 104rem;
  }
}
@media screen and (min-width: 1921px) {
  .action_box01_inner {
    padding: 15rem 15rem 0 15rem;
    max-width: 100%;
  }
}
.action_icon01 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 11.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .action_icon01 {
    width: 11.667vw;
  }
}
@media screen and (min-width: 1921px) {
  .action_icon01 {
    width: 22.4rem;
  }
}
.action_ttl01 {
  margin-bottom: 2rem;
  font-size: 4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .action_ttl01 {
    margin-bottom: 2.604vw;
    font-size: 4.167vw;
  }
}
@media screen and (min-width: 1921px) {
  .action_ttl01 {
    margin-bottom: 5rem;
    font-size: 8rem;
  }
}
.action_ttl01 .main {
  display: block;
  color: #fff;
  text-shadow: 0 0 1.3rem rgba(0, 0, 0, 0.5);
}
.action_ttl01 .sub {
  display: block;
  margin-top: 2.5rem;
  font-size: 2.9rem;
}
@media print, screen and (min-width: 768px) {
  .action_ttl01 .sub {
    margin-top: 2.604vw;
    font-size: 2.083vw;
    color: #fff;
    text-shadow: 0 0 1.3rem rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1921px) {
  .action_ttl01 .sub {
    margin-top: 5rem;
    font-size: 4rem;
  }
}
.action_txt01 {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .action_txt01:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .action_txt01 {
    font-size: 1.354vw;
    font-weight: 500;
    line-height: 2.8;
    color: #fff;
    text-shadow: 0 0 1.3rem rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1921px) {
  .action_txt01 {
    font-size: 2.6rem;
  }
}
.action_sec02 {
  margin-top: 13rem;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .action_sec02 {
    margin-top: 5.208vw;
  }
}
@media screen and (min-width: 1921px) {
  .action_sec02 {
    margin-top: 10rem;
  }
}
.action_sec02 .m-sec01_container {
  padding-left: 0;
  padding-right: 0;
}
.action_box02 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .action_box02 {
    padding-bottom: 56.25%;
    height: 0;
  }
}
.action_box02::before {
  width: 100%;
  height: 37.5rem;
  background: transparent url(../img/brand/img_action_02_sp.jpg) 50% 50% no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .action_box02::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .action_box02::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    background-image: url(../img/brand/img_action_02.jpg);
  }
}
@media screen and (min-width: 1921px) {
  .action_box02::before {
    border-radius: 1.5rem;
    overflow: hidden;
  }
}
.action_box02_inner {
  padding: 24.5rem 2rem 0 2rem;
}
@media print, screen and (min-width: 768px) {
  .action_box02_inner {
    margin: 0 auto;
    padding: 7.813vw 2rem 0 2rem;
    max-width: 104rem;
  }
}
@media screen and (min-width: 1921px) {
  .action_box02_inner {
    padding: 15rem 15rem 0 15rem;
    max-width: 100%;
  }
}
.action_sec03 {
  margin-top: 13rem;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .action_sec03 {
    margin-top: 5.208vw;
  }
}
@media screen and (min-width: 1921px) {
  .action_sec03 {
    margin-top: 10rem;
  }
}
.action_sec03 .m-sec01_container {
  padding-left: 0;
  padding-right: 0;
}
.action_box03 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .action_box03 {
    padding-bottom: 56.25%;
    height: 0;
  }
}
.action_box03::before {
  width: 100%;
  height: 37.5rem;
  background: transparent url(../img/brand/img_action_03_sp.jpg) 50% 50% no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .action_box03::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .action_box03::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    background-image: url(../img/brand/img_action_03.jpg);
  }
}
@media screen and (min-width: 1921px) {
  .action_box03::before {
    border-radius: 1.5rem;
    overflow: hidden;
  }
}
.action_box03_inner {
  padding: 24.5rem 2rem 0 2rem;
}
@media print, screen and (min-width: 768px) {
  .action_box03_inner {
    margin: 0 auto;
    padding: 7.813vw 2rem 0 2rem;
    max-width: 104rem;
  }
}
@media screen and (min-width: 1921px) {
  .action_box03_inner {
    padding: 15rem 15rem 0 15rem;
    max-width: 100%;
  }
}

.about_sec {
  position: relative;
  margin-top: 15rem;
}
@media print, screen and (min-width: 768px) {
  .about_sec {
    margin-top: 30rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about_box01 {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .about_box01_inner01 {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about_box01_inner01 {
    margin-right: calc(50 / 1400 * 100%);
    width: calc(460 / 1400 * 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .about_box01_inner02 {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .about_list {
    display: flex;
    margin: -1.5rem;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .about_list > li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about_list > li {
    display: flex;
    margin: 1.5rem;
    width: calc(50% - 3rem - 0.1px);
  }
}
.about_list a {
  display: flex;
  width: 100%;
}
@media (hover: hover) {
  .about_list a:hover .about_list_outer,
  .about_list a:hover .about_list_outer {
    background-color: #D71518;
    color: #fff;
  }
  .about_list a:hover .about_list_outer::before,
  .about_list a:hover .about_list_outer::before {
    margin-right: -0.5rem;
    background-color: #fff;
    background-image: url(../img/common/icon_arrow_01.svg);
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 768px) {
  .about_list a:hover .about_list_outer::before,
  .about_list a:hover .about_list_outer::before {
    margin-right: -1rem;
  }
}
.d-ie .about_list a:hover .about_list_outer,
.d-ie .about_list a:hover .about_list_outer {
  background-color: #D71518;
  color: #fff;
}
.d-ie .about_list a:hover .about_list_outer::before,
.d-ie .about_list a:hover .about_list_outer::before {
  margin-right: -0.5rem;
  background-color: #fff;
  background-image: url(../img/common/icon_arrow_01.svg);
}
@media print, screen and (min-width: 768px) {
  .d-ie .about_list a:hover .about_list_outer::before,
  .d-ie .about_list a:hover .about_list_outer::before {
    margin-right: -1rem;
  }
}
.about_list_outer {
  position: relative;
  border-radius: 1rem;
  width: 100%;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .about_list_outer {
    border-radius: 1.5rem;
  }
}
.about_list_outer::before {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  background: #D71518 url(../img/common/icon_arrow_01_white.svg) 50% 50% no-repeat;
  background-size: 1.4rem auto;
  transition: margin 0.3s, background-color 0.3s, background-image 0.3s;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .about_list_outer::before {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 5rem;
    height: 5rem;
    background-size: 2rem auto;
  }
}
.about_list_inner01 {
  position: relative;
  background: #fff;
}
.about_list_ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 1rem #000;
  z-index: 30;
}
@media print, screen and (min-width: 768px) {
  .about_list_ttl {
    padding: 1.5rem 2rem;
    font-size: 2.4rem;
  }
}
.about_list_ttl:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8)) 0 100% no-repeat;
  z-index: -1;
  content: "";
}
.about_list_img {
  position: relative;
  z-index: 10;
  transition: opacity 0.3s;
}
.about_list_img .m-img01 {
  padding-bottom: calc(360 / 700 * 100%);
  border-radius: 0;
}
.about_list_inner02 {
  padding: 1.5rem 1.5rem 5rem 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .about_list_inner02 {
    padding: 2rem 2rem 7.5rem 2rem;
  }
}
.about_list_txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .about_list_txt {
    font-size: 2rem;
  }
}