/*  common  */
:root {
  --c_primary: #3f0aff;
  --c_secondary: #007643;
  --c_tertiary: #c4e5c5;
  --c_white: #fff;
  --c_black: #000;
  --c_black2: #222;
  --max_width: 1164px;
  --max_width2: 1160px;
  --max_width3: 1320px;
  --padding_x: 50px;
  --padding_y: 180px;
  --gap: 60px;
  --menu_padding: 48px;
}
body {
  color: var(--c_black);
  letter-spacing: 0;
}
img {
  width: 100%;
}
mark {
  color: unset;
  background: unset;
}
ul,
li,
button {
  border: none;
  list-style: none;
}
.hidden_pc {
  display: none !important;
}
.hidden_mo {
  display: block !important;
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  word-break: initial;
  border: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip-path: inset(50%);
  word-wrap: initial;
}
.motion_up {
  --md: 0s;
  opacity: 0;
  transform: translateY(50px);
}
.__ani .motion_up {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s ease var(--md),
    transform 0.5s ease var(--md);
}
/* color */
._primary {
  color: var(--c_primary);
}
._white {
  color: var(--c_white);
}
/* text */
.event_3months_rentfree [class*="title_h"] {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.event_3months_rentfree .title_h2 {
  font-size: 40px;
}
.event_3months_rentfree .title_h4 {
  font-size: 34px;
}
.event_3months_rentfree .title_h5 {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
}
.event_3months_rentfree [class*="text_p"] {
  font-weight: 400;
  line-height: 1.7;
}
.event_3months_rentfree .text_p1 {
  font-size: 20px;
}
.event_3months_rentfree .text_p2 {
  font-size: 18px;
}
.event_3months_rentfree .text_p3 {
  font-size: 16px;
}
.event_3months_rentfree .text_p5 {
  font-size: 12px;
}
.event_3months_rentfree .fw_700 {
  font-weight: 700;
}

.event_3months_rentfree {
  overflow: hidden;
}
.event_3months_rentfree .inner {
  max-width: var(--max_width);
  margin: 0 auto;
  padding: var(--padding_y) var(--padding_x);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.event_3months_rentfree .inner._full {
  max-width: none;
  padding: var(--padding_y) 0;
  text-align: center;
}
/* visual */
.sec_visual {
  background: url("/wp-content/themes/fastfive/assets/event/260224_3months_rentfree/img/header_bg.jpg")
    no-repeat center center / cover;
}
.sec_visual .inner {
  position: relative;
  min-height: 652px;
  padding: 0 var(--padding_x);
  flex-direction: row;
  align-items: center;
}
.sec_visual .group_title {
  position: relative;
  z-index: 2;
}
.sec_visual .title_area {
  display: flex;
  flex-direction: column-reverse;
}
.sec_visual .visual_title {
  margin-top: 24px;
}
.sec_visual .visual_title img {
  width: 100%;
  max-width: 568px;
  display: block;
  aspect-ratio: 568 / 215;
}
.sec_visual .info_area {
  margin-top: 24px;
  display: flex;
  gap: 32px;
}
.sec_visual .info_area .info_box {
  display: flex;
}
.sec_visual .info_area .text_p1 + .text_p1 {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  opacity: 0.9;
}
.sec_visual .info_area .text_p1 + .text_p1::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  background: var(--c_black);
  display: block;
  opacity: 0.5;
  transform: translateY(-50%);
  content: "";
}
.sec_visual .info_area + .text_p1 {
  margin-top: 24px;
}
.sec_visual .img_area {
  position: absolute;
  top: -96px;
  left: calc(50% - 54px);
  width: 100%;
  max-width: 820px;
  aspect-ratio: 820 / 815;
  transform: scale(0);
  animation: fadeinScale 0.3s forwards 0.3s;
}
@keyframes fadeinScale {
  to {
    transform: scale(1);
  }
}

/* section :: sec_benefit_01 */
[class*="sec_benefit_0"] .text_p2 {
  font-weight: 700;
  color: var(--c_primary);
  text-transform: uppercase;
  display: block;
}
[class*="sec_benefit_0"] .title_h2 {
  margin-top: 10px;
}
[class*="sec_benefit_0"] .title_area .text_p1 {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.8);
}

[class*="sec_benefit_0"] .title_area .text_p4 {
  margin-top: 16px;
}
.sec_benefit_01 .inner {
  padding: 140px var(--padding_x);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sec_benefit_01 .img_area {
  width: 100%;
  max-width: 550px;
}

/* section :: sec_benefit_02 */
.sec_benefit_02 {
  color: var(--c_white);
  background: #120e37;
}
.sec_benefit_02 .inner {
  padding: 95px var(--padding_x);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sec_benefit_02 .title_h2 {
  margin-top: 0;
  color: var(--c_white);
}
.sec_benefit_02 .title_h2 b {
  background: linear-gradient(90deg, #b1f1ff 0%, #b89dff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_benefit_02 .title_area .text_p1 {
  color: #fff;
}
.sec_benefit_02 .title_area .text_p4 {
  color: rgba(255, 255, 255 0.5);
}
.sec_benefit_02 img {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 340 / 350;
  object-fit: cover;
}

/* section :: sec_benefit_03 */
.sec_benefit_03 {
  overflow: hidden;
}
.sec_benefit_03 .inner {
  height: 640px;
  padding: 0 var(--padding_x);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sec_benefit_03 .text_p4 {
  color: rgba(0, 0, 0, 0.3);
}
.sec_benefit_03 .roller_branch {
  width: 450px;
  height: 100%;
  background-image: url("/wp-content/themes/fastfive/assets/event/260224_3months_rentfree/img/img_benefit03.png");
  background-repeat: repeat-y;
  background-position: 0 1610px;
  background-size: 100%;
  animation: roller_branch 20s linear infinite;
}
/* section :: premium */
.event-common_infra {
  background: #f4f8fd;
}
.event-common_infra .inner {
  max-width: calc(var(--max_width3) + (var(--menu_padding) * 2));
  padding: 0;
}
.event-common_infra .title_h2 {
  color: #141414;
}

/* section :: benefit */
.event-common_benefit {
  min-height: 800px;
}
.event-common_benefit .inner {
  max-width: 100%;
  padding: 0;
}
.event-common_benefit span {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  display: block;
  opacity: 0.8;
}
.event-common_benefit .benefit_list {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  /*  common  */
  :root {
    --max_width: 375px;
    --padding_x: 20px;
    --padding_y: 130px;
    --gap: 40px;
    --menu_padding: 20px;
  }
  .hidden_pc {
    display: block !important;
  }
  .hidden_mo {
    display: none !important;
  }

  /* text */
  .event_3months_rentfree .title_h2 {
    font-size: 28px;
  }
  .event_3months_rentfree .title_h5,
  .event_3months_rentfree .text_p1 {
    font-size: 18px;
  }
  .event_3months_rentfree .text_p2 {
    font-size: 16px;
  }
  .event_3months_rentfree .text_p3 {
    font-size: 14px;
  }

  /* visual */
  .sec_visual {
    background-image: url("/wp-content/themes/fastfive/assets/event/260224_3months_rentfree/img/header_bg_mo.jpg");
  }
  .sec_visual .inner {
    padding: 44px var(--padding_x) 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--gap) / 2);
  }
  .sec_visual .visual_title {
    margin-top: 12px;
  }
  .sec_visual .visual_title img {
    max-width: 330px;
    height: 100%;
    aspect-ratio: 330 / 148;
  }
  .sec_visual .info_area {
    margin-top: 24px;
    gap: 18px;
  }
  .sec_visual .info_area .text_p1 + .text_p1 {
    margin-left: 6px;
    padding-left: 6px;
  }
  .sec_visual .info_area .text_p1 + .text_p1::before {
    height: 16px;
  }
  .sec_visual .info_area + .text_p1 {
    margin-top: 12px;
  }
  .sec_visual .img_area {
    position: static;
    width: calc(100% + 55px);
    max-width: 390px;
    margin-left: -35px;
    aspect-ratio: 389 / 341;
  }

  /* section :: sec_benefit_01 */
  [class*="sec_benefit_0"] .title_h2 {
    margin-top: 4px;
  }
  [class*="sec_benefit_0"] .title_area .text_p1 {
    margin-top: 12px;
    font-size: 16px;
  }
  [class*="sec_benefit_0"] .title_area .text_p4 {
    margin-top: 12px;
    font-size: 14px;
  }
  .sec_benefit_01 .inner {
    padding: 130px var(--padding_x);
    flex-direction: column;
    align-items: flex-start;
  }

  /* section :: sec_benefit_02 */
  .sec_benefit_02 .inner {
    padding: 130px var(--padding_x);
    flex-direction: column;
    align-items: flex-start;
  }
  .sec_benefit_02 .img_area {
    margin: 0 auto;
  }
  .sec_benefit_02 img {
    aspect-ratio: 335 / 227;
  }

  /* section :: sec_benefit_03 */
  .sec_benefit_03 .inner {
    max-width: 100%;
    height: auto;
    padding: var(--padding_y) 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec_benefit_03 .title_area {
    width: 100%;
    max-width: var(--max_width);
    margin: 0 auto;
    padding: 0 var(--padding_x);
  }
  .sec_benefit_03 .roller_branch {
    width: calc(100% + 40px);
    max-width: 100%;
    height: 230px;
    background-image: url("/wp-content/themes/fastfive/assets/event/260224_3months_rentfree/img/img_benefit03_mo.png");
    background-repeat: repeat-x;
    background-position: 1550px 0;
    background-size: auto 100%;
  }

  .event-common_benefit {
    min-height: 0;
  }
  .event-common_benefit span {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

/* keyframe */
@keyframes roller_branch {
  to {
    background-position: 0 0;
  }
}
