@charset "utf-8";
/* CSS Document */
/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.article-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-top: 70px;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .article-inner {
  padding-top: 30px;
}
.sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
}
  

/* Section Color */
section[data-type="white"] {
  background-color: #fff;
  color: #333;
}
section[data-type="blue"] {
  background-color: #007CAB;
  color: #fff;
}

section[data-type="black"] {
  background-color: #333;
  color: #fff;
}

section[data-type="gray"] {
  background-color: #f2f2f2;
  color: #333;
}

section[data-type="sky"] {
  background-image: url(/campaign/2025/superman/img/img_sky_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.main-logo .m-img {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
.main-logo .m-img {
  max-width: 300px;
 }
}

.concept-title {
	font-family: "AR Pゴシック体S", "Hiragino Kaku Gothic ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
    font-size: 60px;
	line-height: 80px;
	text-align: center;
}

.concept-title span {
	font-size: 40px;
}

@media screen and (max-width: 823px) and (min-width: 768px) {
  .concept-title { 
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .concept-title {
  	font-family: "AR Pゴシック体S", "Hiragino Kaku Gothic ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
    font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
  }
}

.hdg-sec-lv2 > h2 {
  font-family: 源ノ角ゴシック Code JP, Hiragino Kaku Gothic ProN, serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
  text-align: center;
}

.hdg-sec-lv2 {
  margin: 30px 0 60px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .hdg-sec-lv2 > h2 {
  font-size: 50px;
 }
}


.hdg-sec-lv3 {
	margin: 80px 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdg-sec-lv3 > h3 {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
	line-height: 1;
}
.hdg-sec-lv3::after {
  content: '';
  width: auto;
  min-width: 30%;
  margin-left: 15px;
  height: 4px;
  background: #fff;
  flex-shrink: 2;
}
.hdg-sec-lv3 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv3 {
    margin: 60px 0 60px;
  }
  .hdg-sec-lv3 > h3 {
    font-size: 35px;
  }

  .hdg-sec-lv3::after {
    min-width: 30%;
  }
}

.apply_step {
  text-align: center;
  color: #333;
	margin-bottom: 26px;
}
.apply_step h3 {
  font-size: 33px;
  letter-spacing: 0.2rem;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
.apply_step h3 > span {
  display: inline-block;
}
.apply_step + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .apply_step  {
    margin-bottom: 30px;
  }
	.apply_step h3 {
    font-size: 3.0rem;
		letter-spacing: 0.1rem;
  }
}

.m-grid__content .m-grid__txtaria {
	background-color: #FFF;
	padding: 25px 10px 23px;
	color: #333;
	text-align: center;
	height: 100%;
}


.m-grid__content .m-grid__txtaria p {
	font-size: 13px;
}
.m-footer-social {
	margin: 26px auto 0;
}

.m-footer-social .x_button a::after {
  content: '';
  background-image: none;
}

@media screen and (max-width: 767px) {
    .m-footer-social .x_button a {
	top: -35px;
   }
}

.m-grid[data-col="2-1"][data-type="sns"] .m-grid__content {
  width: 50%;
}

@media screen and (max-width: 767px) {
    .m-grid[data-col="2-1"][data-type="sns"] .m-grid__content {
  width: 100%;
 }
}

.m-grid[data-type="sns"] {
    margin: 20px 0 0 -20px;
}



section[data-type="blue"] .m-tbl tbody th {
  font-weight: normal;
  background: #3F83B8;
  color: #fff;
}

section[data-type="blue"] .m-tbl tbody td {
  background-color: transparent;
}

.m-box-em--l {
  color: #333;
}

.m-section-lead {
  color: #333;
  font-size: 20px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
 .m-section-lead {
  color: #333;
  font-size: 14px;
  margin-top: 30px;
 }
}

/* MOVIE */
.main-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 70px;
}
.main-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-video {
    margin-top: 30px;
  }
}

/* Bottom Erea */
.btm-link-btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.btm-link-btn > li {
  width: 50%;
  padding-left: 20px;
}
.btm-link-btn a {
  color: #ccc;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 20px;
  display: inline-block;
}
.btm-link-btn a::after {
  width: 5px;
  height: 9px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 16px;
  background-position: -30px -10px;
  background-image: url(/resource/img/icn_sprite.svg);
  content: '';
}
.copyright {
  text-align: center;
  color: #ccc;
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .btm-link-btn {
    flex-direction: column;
    margin-left: 0;
  }
  .btm-link-btn > li {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .btm-link-btn > li:first-child {
    margin-top: 0;
  }
  .btm-link-btn a {
    padding: 20px;
  }
  .copyright {
    font-size: 1.3rem;
  }
}




.disable {
  pointer-events: none;
  transition: .3s;
  background-color: #ccc !important;
}
#contents01 {
  max-width: 1000px;
}
#contents02 {
  display: none;
}
.m-list-bnr > li {
  width: 50%;
  margin: 40px 0 0;
  padding: 0 0 0 40px;
  float: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-img-lead, .m-img-hdg {
    margin: 0 0 35px;
  }
}

/* Photo List */
@keyframes infinity-scroll-left {
 from {
  transform: translateX(0);
 }
 to {
  transform: translateX(-100%);
 }
}
.photo-wrap {
 display: flex;
 padding-bottom: 50px;
 padding-top: 80px;
 overflow: inherit;
 width: 100vw;
 position: relative;
 left: 50%;
 transform: translateX(-50%);
}
.m-flex-photo {
 display: flex;
 animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.m-flex-photo > li {
 width: calc(100vw / 4);
 padding-left: 20px;
}
.m-flex-photo > li img {
 width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
 .m-flex-photo > li {
  width: calc(100vw / 4);
 }
 .photo-wrap {
  padding-bottom: 80px
 }
}
@media screen and (max-width: 767px) {
 
.m-flex-photo {
 display: flex;
 animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
 
 .m-flex-photo > li {
  width: calc(100vw / 2);
  padding-left: 10px;
 }
 .photo-wrap {
  padding-bottom: 0;
  padding-top: 30px;
 }
}

/*20240409 追加*/
.m-hdg-lv4 .m-hdg__label {
  margin: 0 10px 0 0;
  padding: 6px 12px;
  font-size: 1.1rem;
  color: #ccc;
  line-height: 1;
  display: inline-block;
  position: relative;
  background: #000;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv4 .m-hdg {
    font-size: 1.4rem;
  }
}