.campaign_2024xmas {
  padding: 74px 0 0;
  background-color: #741227;
  position: relative;
  overflow: hidden; }

.campaign_2024xmas .mv img.ab {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -80px; }
  @media screen and (max-width: 767px) {
    .campaign_2024xmas .mv img.ab {
      margin-top: unset; } }

.campaign_2024xmas .pt30 {
  padding-top: 30px; }

.campaign_2024xmas .pt120 {
  padding-top: 120px; }
  @media screen and (max-width: 767px) {
    .campaign_2024xmas .pt120 {
      padding-top: 48px; } }

.campaign_2024xmas .inner {
  max-width: 1200px;
  padding: 0 2%; }
  @media screen and (max-width: 767px) {
    .campaign_2024xmas .inner {
      padding: unset; } }

.campaign_2024xmas .inner .item {
  background: #fff;
  padding: 40px 40px 80px; }
  @media screen and (max-width: 767px) {
    .campaign_2024xmas .inner .item {
      padding: 12px 16px 30px; } }
  .campaign_2024xmas .inner .item:not(:first-child) {
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .campaign_2024xmas .inner .item:not(:first-child) {
        margin-top: 20px; } }
  .campaign_2024xmas .inner .item .sp-half img {
    width: 50%; }

.campaign_2024xmas .inner .item > * {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .campaign_2024xmas .inner .item > * {
      margin-top: 20px; } }

.btn-green {
  transition: 0.6s ease;
  transform: scale(1); }
  .btn-green:hover {
    transform: scale(1.2);
    transition: 0.6s ease; }

.campaign_2024xmas .mv {
  position: relative;
  padding-block: 20px 60px;
  text-align: center;
  /* background: url('/img/campaign/211022_tcmaxfinalsale/bg_big.png') no-repeat center / contain; */ }

.campaign_2024xmas .mv .mv_wrap,
.campaign_2024xmas .lastSec .inner {
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1; }

.campaign_2024xmas .mv img {
  position: relative;
  z-index: 50;
  /* background: url('/img/campaign/211022_tcmaxfinalsale/bg_big.png') no-repeat center / contain; */ }

.campaign_2024xmas .mv::before {
  content: '';
  display: block;
  width: 30%;
  height: 100%;
  background: url("/img/campaign/241213_2024xmassale/img04.png") no-repeat right/contain;
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  /* z-index: -1; */ }

.campaign_2024xmas .mv::after {
  content: '';
  display: block;
  width: 30%;
  height: 100%;
  background: url("/img/campaign/241213_2024xmassale/img05.png") no-repeat left/contain;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  /* z-index: -1; */ }

.campaign_2024xmas .about {
  text-align: center;
  background-image: url("../img/campaign/211210_xmas/object01.png");
  background-position: center top;
  padding-top: 50px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .campaign_2024xmas .about {
      padding-bottom: 20px; } }

.aboutPhoto {
  padding-top: 55px; }

.campaign_2024xmas main .point {
  text-align: center; }

.campaign_2024xmas main .point_1 {
  background: url("/img/campaign/211022_tcmaxfinalsale/bg_small.png") no-repeat center/contain; }

.campaign_2024xmas main .point_2 {
  margin-top: 30px; }

.campaign_2024xmas main .point_3 {
  margin-top: 120px;
  background: url("/img/campaign/211022_tcmaxfinalsale/bg_big.png") no-repeat center/contain; }

.campaign_2024xmas main .buyarea {
  margin-top: 50px;
  text-align: center; }

.caution {
  padding: 80px 0 150px;
  width: 85%;
  margin: 0 auto; }

.sideLineTtl {
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white; }

.sideLineTtl::before,
.sideLineTtl::after {
  content: '';
  display: block;
  height: 2px;
  background-color: white;
  flex: 1; }

.sideLineTtl::before {
  margin-right: 30px; }

.sideLineTtl::after {
  margin-left: 30px; }

.cautionList02 {
  color: white;
  border: none !important;
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 2px white !important;
  padding: 10px 0 30px 50px; }

.cautionList02 li {
  font-size: 20px;
  list-style: disc !important;
  padding: 7px 0; }

.lastSec {
  padding-block: 50px 120px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .lastSec {
      padding-block: 20px; } }

.lastSec .inner {
  position: relative;
  z-index: 50; }

.lastSec .inner > *:not(:first-child) {
  margin-top: 40px; }
@media screen and (max-width: 767px) {
  .lastSec .inner > *:not(:first-child) {
    margin-top: 20px; } }

.lastSec::before {
  content: '';
  display: block;
  width: 20%;
  height: 100%;
  background: url("/img/campaign/241213_2024xmassale/img24.png") no-repeat right top/contain;
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0%;
  /* z-index: -1; */ }
  @media screen and (max-width: 767px) {
    .lastSec::before {
      width: 32%; } }

.lastSec::after {
  content: '';
  display: block;
  width: 20%;
  height: 100%;
  background: url("/img/campaign/241213_2024xmassale/img25.png") no-repeat left top/contain;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  /* z-index: -1; */ }
  @media screen and (max-width: 767px) {
    .lastSec::after {
      width: 38%; } }

/* 
.campaign_2024xmas .caution h2 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.campaign_2024xmas .caution ul {
	padding: 30px 4%;
	margin-top: 20px;
	border: 4px solid #333;
	border-radius: 10px;
}

.campaign_2024xmas .caution ul li + li {
	margin-top: 1em;
} */
.btn-green {
  /* width: 1349px; */
  /* background-image: url(../img/campaign/211210_xmas/btn01.png);
  background-size: cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.btn-green-above {
  margin-top: -3%; }

.btn-green img {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .btn-green img {
      width: 100%; } }

.btn-green .txt {
  position: absolute;
  line-height: 1;
  font-size: 50px;
  font-weight: bold;
  color: white;
  letter-spacing: .2rem; }

@media screen and (max-width: 1199px) {
  .campaign_2024xmas .mv {
    background-size: cover; } }
@media screen and (max-width: 959px) {
  .campaign_2024xmas .logo {
    padding-top: 3.5rem; }

  .campaign_2024xmas {
    padding: 60px 0; }

  .btn-green .txt {
    font-size: 30px; }

  .about {
    padding-bottom: 30px; }

  .lastSec {
    padding-top: 20px;
    position: relative; }

  .cautionList02 li {
    font-size: 14px; }

  .sideLineTtl {
    font-size: 18px; }

  .cautionList02 {
    padding: 10px 0 10px 15px; }

  .caution {
    padding: 30px 0 70px;
    width: 100%; } }
@media screen and (max-width: 767px) {
  .campaign_2024xmas .logo {
    padding-top: 4.5rem; }

  .campaign_2024xmas main .point_3 {
    margin-top: 80px; }

  .btn-green .txt {
    font-size: 17px; } }
.bike-link {
  cursor: pointer; }

.scrollElement {
  opacity: 0;
  transform: translateY(200px); }
  .scrollElement.animateOfEach {
    opacity: 1;
    transform: translateY(0);
    transition: ease 0.8s; }

.for-sp {
  display: none; }
  @media screen and (max-width: 500px) {
    .for-sp {
      display: block; } }

.for-pc {
  display: block; }
  @media screen and (max-width: 500px) {
    .for-pc {
      display: none; } }

/*# sourceMappingURL=241213_2024xmassale.css.map */
