/* --------------------
	mixins
-------------------- */
.p-hero {
  position: relative;
}
.p-hero__slide {
  background-color: #3186d0;
  height: calc(330 / 375 * 100vw) !important;
  position: relative;
  z-index: 0;
}
.p-hero__slide::before {
  background-color: #324bb4;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 23%, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-hero__slide.first {
  background-repeat: no-repeat;
  background-size: cover;
}
.p-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: calc(10 / 375 * 100vw);
  height: 100%;
}
.p-hero__content.second {
  align-items: center;
}
.p-hero__title {
  color: var(--colorWhite);
  font-size: calc(16 / 375 * 100vw);
  margin-top: calc(20 / 375 * 100vw);
}
.p-hero__links {
  display: flex;
  flex-direction: column;
  row-gap: calc(5 / 375 * 100vw);
}
.p-hero__links > a {
  width: calc(160 / 375 * 100vw);
}
.p-hero__list {
  display: flex;
  --gap: 5px;
  gap: var(--gap);
  align-self: flex-start;
  flex-wrap: wrap;
  max-width: 77%;
}
.p-hero__item {
  background: var(--colorWhite);
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - (var(--gap) * 1)) / 2);
  padding: 5px;
}
.p-hero__item:nth-child(1), .p-hero__item:nth-child(2) {
  justify-content: initial;
}
.p-hero__item p {
  color: var(--colorBlue);
  font-size: 1.1rem;
  text-align: left;
  display: flex;
  align-items: center;
  height: 3em;
}
.p-hero__item img.txt_hero_02a {
  width: 65px;
}
.p-hero__item img.txt_hero_02b {
  width: 60px;
}
.p-hero__item img.ico_hero_02c {
  width: 66px;
}
.p-hero__item img.ico_hero_02d {
  width: 76px;
}
.p-hero__item img.ico_hero_02e {
  width: 42px;
}
.p-hero__item img.ico_hero_02f {
  width: 65px;
}
.p-hero__item img.ico_hero_02g {
  width: 52px;
}
.p-hero .swiper-pagination {
  position: relative;
}
.p-hero .swiper-pagination-bullets {
  width: auto !important;
  bottom: initial !important;
  display: flex;
}
.p-hero .swiper-pagination-bullet {
  background-color: var(--colorWhite);
  border-radius: 0;
  width: 47px;
  height: 3px;
  margin: 0 3px !important;
  opacity: 1;
}
.p-hero .swiper-pagination-bullet-active {
  background-color: var(--colorBlue);
}
.p-hero .swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  z-index: 10;
}
.p-hero .swiper_pause, .p-hero .swiper_start {
  margin-left: 10px;
}
.p-hero .swiper_pause .circle, .p-hero .swiper_start .circle {
  background-color: var(--colorWhite);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 20px;
  height: 20px;
  transition-duration: 0.3s;
}
.p-hero .swiper_pause .line, .p-hero .swiper_start .line {
  background-color: var(--colorBlue);
  border-radius: 1px;
  width: 2px;
  height: 8px;
  transition-duration: 0.3s;
}
.p-hero .swiper_pause .triangle, .p-hero .swiper_start .triangle {
  background: var(--colorBlue);
  display: inline-block;
  width: 6.9px;
  height: 8px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-left: 2px;
  transition-duration: 0.3s;
}
.p-hero .swiper_pause:hover .circle, .p-hero .swiper_start:hover .circle {
  background-color: var(--colorBlue);
}
.p-hero .swiper_pause:hover .line, .p-hero .swiper_start:hover .line {
  background-color: var(--colorWhite);
}
.p-hero .swiper_pause:hover .triangle, .p-hero .swiper_start:hover .triangle {
  background-color: var(--colorWhite);
}
.p-hero .img_hero_02,
.p-hero .img_hero_03 {
  height: 100%;
  object-fit: cover;
}
.p-countdown__inner {
  background-color: var(--colorGreen);
  border: solid 4px var(--colorWhite);
  border-radius: 10px;
  padding: calc(10 / 375 * 100vw);
}
.p-countdown__title {
  color: var(--colorWhite);
  font-size: calc(16 / 375 * 100vw);
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: calc(5 / 375 * 100vw);
  position: relative;
}
.p-countdown__title::before {
  background-color: var(--colorWhite);
  content: "";
  display: inline;
  width: 0.7em;
  height: 2px;
  position: absolute;
  left: -1em;
  bottom: 5px;
  transform: rotate(60deg);
  transform-origin: right;
}
.p-countdown__title::after {
  background-color: var(--colorWhite);
  content: "";
  display: inline;
  width: 0.7em;
  height: 2px;
  position: absolute;
  right: -1em;
  bottom: 5px;
  transform: rotate(-60deg);
  transform-origin: left;
}
.p-countdown__flex {
  display: flex;
  justify-content: space-between;
  gap: calc(10 / 375 * 100vw);
}
.p-countdown__label {
  color: var(--colorWhite);
  font-size: calc(10 / 375 * 100vw);
  margin-right: 0.2em;
}
.p-countdown__input {
  background-color: var(--colorLightGreen);
  border: solid 4px var(--colorWhite);
  border-radius: 4px;
  font-size: calc(14 / 375 * 100vw);
  text-align: center;
  margin-right: 0.2em;
}
.p-countdown__left p {
  color: var(--colorWhite);
  font-size: calc(10 / 375 * 100vw);
  line-height: 1.5;
}
.p-countdown__date {
  display: flex;
  margin-top: calc(10 / 375 * 100vw);
}
.p-countdown__limit {
  font-size: calc(14 / 375 * 100vw);
  line-height: 1;
}
.p-countdown__limit .large {
  font-size: 150%;
}
.p-countdown__rest {
  font-size: calc(12 / 375 * 100vw);
  line-height: 1.2;
  margin-top: calc(5 / 375 * 100vw);
}
.p-countdown__rest .large {
  font-size: 250%;
}
.p-countdown__rest .yellow {
  color: #ff0;
}
.p-countdown__triangle {
  display: block;
  width: calc(20 / 375 * 100vw);
  height: calc(10 / 375 * 100vw);
  background: var(--colorWhite);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin-left: calc(60 / 375 * 100vw);
}
.p-pickup {
  background-color: #3186d0;
}
.p-pickup__title {
  color: var(--colorWhite);
  font-size: 2.8rem;
  text-align: center;
}
.p-pickup__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px 13px;
  margin-top: 50px;
}
.p-pickup__cards__item {
  background-color: var(--colorWhite);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 8px 5px 20px;
  position: relative;
}
.p-pickup__cards-text {
  color: var(--colorBlue);
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.p-pickup__cards-icon.ico_pickup_01 {
  width: 32px;
}
.p-pickup__cards-icon.ico_pickup_02 {
  width: 55px;
}
.p-pickup__cards-icon.ico_pickup_03 {
  width: 71px;
}
.p-pickup__cards-icon.ico_pickup_04 {
  width: 91px;
}
.p-pickup__cards-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.p-survey__title {
  font-size: 1.8rem;
  text-align: center;
}
.p-survey__text {
  font-size: 1.4rem;
  line-height: 1.75;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}
.p-survey__btn {
  background-color: var(--colorWhite);
  border: solid 1px var(--colorBlue);
  border-radius: 100px;
  color: var(--colorBlue);
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 20px auto 0;
  position: relative;
  transition-duration: 0.3s;
}
.p-survey__btn .triangle {
  background-color: var(--colorBlue);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  transition-duration: 0.3s;
}
.p-survey__btn .triangle::after {
  content: "";
  display: inline;
  width: 6px;
  height: 7px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 6px;
  left: 8px;
  transition-duration: 0.3s;
}
.p-survey__btn:hover {
  background-color: var(--colorBlue);
  color: var(--colorWhite);
}
.p-survey__btn:hover .triangle {
  background-color: var(--colorWhite);
}
.p-survey__btn:hover .triangle::after {
  background-color: var(--colorBlue);
}
.p-survey__form input {
  border-radius: 4px;
  font-size: 1.6rem;
  margin-right: 0.5em;
  padding: 0.5em;
}
.p-survey__form button {
  background-color: var(--colorBlue);
  border-radius: 4px;
  color: var(--colorWhite);
  font-size: 1.6rem;
  padding: 0.5em;
}

.c-btn__link__hero {
  max-width: 190px;
  min-height: 85px;
  padding: 0 0 0 10px;
}
.c-btn__link__hero img.ico_shugo {
  width: 48px;
}
.c-btn__link__hero img.ico_online {
  width: 63px;
}
.c-btn__link__hero dt {
  font-size: 1.8rem;
}
.c-btn__link__hero dd {
  font-size: 1.1rem;
  letter-spacing: -0.06em;
}
.c-btn__link__hojin {
  background-color: var(--colorYellow);
  border: none;
  color: var(--colorBlue);
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  min-height: 48vw;
  margin-top: 10px;
  padding: 7px;
  position: relative;
  z-index: 0;
}
.c-btn__link__hojin::before {
  display: none;
}
.c-btn__link__hojin::after {
  background-image: url("../images/common/ico_arrow_blue.svg");
}
.c-btn__link__hojin__text {
  padding-left: 85px;
  position: relative;
}
.c-btn__link__hojin__label {
  background-color: var(--colorBlue);
  border-radius: 50%;
  color: var(--colorWhite);
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-btn__link__hojin dt {
  font-size: 2rem;
  letter-spacing: 0.12em;
}
.c-btn__link__hojin dd {
  font-size: 1.2rem;
  letter-spacing: initial;
}
.c-btn__link__hojin .bnr_hojin {
  width: 75%;
  left: 50%;
  top: initial;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.c-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .p-hero__slide {
    background-color: initial;
    height: calc(640 / 1920 * 100vw) !important;
  }
  .p-hero__slide.first {
    background-image: url("../images/top/bg_hero_01_pc.png");
    z-index: auto;
  }
  .p-hero__content {
    row-gap: calc(30 / 1920 * 100vw);
    max-width: initial;
    width: calc(1200 / 1920 * 100vw);
  }
  .p-hero__title {
    font-size: calc(36 / 1920 * 100vw);
    margin-top: calc(50 / 1920 * 100vw);
  }
  .p-hero__links {
    row-gap: calc(20 / 1920 * 100vw);
  }
  .p-hero__links > a {
    width: calc(310 / 1920 * 100vw);
  }
  .p-hero__list {
    justify-content: center;
    --gap: 20px;
    align-self: initial;
    max-width: 760px;
  }
  .p-hero__item {
    border-radius: 0;
    flex-direction: column;
    width: calc((100% - (var(--gap) * 3)) / 4);
    height: 150px;
    padding: 15px 10px;
  }
  .p-hero__item p {
    font-size: 1.5rem;
    text-align: center;
  }
  .p-hero__item img.txt_hero_02a {
    width: 95px;
    flex-grow: 1;
  }
  .p-hero__item img.txt_hero_02b {
    width: 110px;
    flex-grow: 1;
  }
  .p-hero .swiper-pagination-bullet {
    width: 80px;
    height: 6px;
    margin: 0 5px !important;
  }
  .p-hero .swiper-button {
    bottom: 15px;
  }
  .p-hero .swiper_pause .circle, .p-hero .swiper_start .circle {
    width: 30px;
    height: 30px;
  }
  .p-hero .swiper_pause .line, .p-hero .swiper_start .line {
    width: 4px;
    height: 12px;
  }
  .p-hero .swiper_pause .triangle, .p-hero .swiper_start .triangle {
    width: 8.7px;
    height: 10px;
  }
  .p-countdown__inner {
    padding: calc(40 / 1920 * 100vw);
    width: fit-content;
  }
  .p-countdown__title {
    font-size: calc(30 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
  .p-countdown__flex {
    gap: calc(10 / 1920 * 100vw);
  }
  .p-countdown__label {
    font-size: calc(20 / 1920 * 100vw);
  }
  .p-countdown__input {
    font-size: calc(30 / 1920 * 100vw);
  }
  .p-countdown__left p {
    font-size: calc(20 / 1920 * 100vw);
  }
  .p-countdown__date {
    margin-top: calc(20 / 1920 * 100vw);
  }
  .p-countdown__limit {
    font-size: calc(20 / 1920 * 100vw);
    margin-top: calc(5 / 1920 * 100vw);
  }
  .p-countdown__rest {
    font-size: calc(20 / 1920 * 100vw);
    margin-top: calc(5 / 1920 * 100vw);
  }
  .p-countdown__triangle {
    display: block;
    width: calc(40 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
    background: var(--colorWhite);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    margin-left: calc(130 / 1920 * 100vw);
  }
  .p-pickup__title {
    font-size: 4.2rem;
  }
  .p-pickup__cards {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 26px;
  }
  .p-pickup__cards__item {
    gap: 24px;
    padding: 20px 0.5em 40px;
  }
  .p-pickup__cards-text {
    font-size: 2.2rem;
  }
  .p-pickup__cards-icon.ico_pickup_01 {
    width: 55px;
  }
  .p-pickup__cards-icon.ico_pickup_02 {
    width: 81px;
  }
  .p-pickup__cards-icon.ico_pickup_03 {
    width: 106px;
  }
  .p-pickup__cards-icon.ico_pickup_04 {
    width: 128px;
  }
  .p-survey__title {
    font-size: 2.6rem;
  }
  .p-survey__text {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 40px;
  }
  .p-survey__btn {
    width: 330px;
    margin-top: 40px;
  }

  .c-btn__link__hero {
    max-width: 440px;
    min-height: 100px;
    padding: 0 0 0 90px;
  }
  .c-btn__link__hero dt {
    font-size: 2.4rem;
  }
  .c-btn__link__hero dd {
    font-size: 1.4rem;
  }
  .c-btn__link__hojin {
    max-width: 100%;
    min-height: 180px;
    margin-top: 26px;
    padding: 25px 45px;
  }
  .c-btn__link__hojin__text {
    padding: 25px 0 0 170px;
  }
  .c-btn__link__hojin__label {
    font-size: 2.3rem;
    width: 130px;
    height: 130px;
  }
  .c-btn__link__hojin dt {
    font-size: 3.8rem;
  }
  .c-btn__link__hojin dd {
    font-size: 1.6rem;
  }
  .c-btn__link__hojin .bnr_hojin {
    width: 33%;
    left: initial;
    right: 8.3%;
    transform: initial;
  }
}
