@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
.adlp-footer {
  background-color: #088955;
  background-image: linear-gradient(#fff, #fff);
  background-size: 100% min(calc(174 / 1080 * 100vw), 174px);
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    background-size: 100% calc(324 / 750 * 100vw);
    padding: calc(64 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    gap: 0;
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-footer__logo {
  display: block;
  width: min(calc(195 / 1080 * 100vw), 195px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__logo {
    width: calc(260 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__adress {
    margin: calc(40 / 750 * 100vw) auto 0;
    text-align: center;
  }
}
.adlp-footer__menu {
  text-align: center;
  font-weight: 700;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(calc(108 / 1080 * 100vw), 108px) auto 0;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
    margin: calc(144 / 750 * 100vw) auto 0;
  }
}
.adlp-footer__menu a {
  color: #fff;
}
.adlp-footer__text {
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}

.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
  background: #fff;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 0.5625L9.125 8.4375L17 0.5625' stroke='%23412417' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
}
.adlp-accordion__body__inner .--lead {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .--lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion.--type01 {
  border-radius: min(calc(9 / 1080 * 100vw), 9px);
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type01 {
    padding: 0 calc(40 / 750 * 100vw);
  }
}
.adlp-accordion.--type01 .adlp-accordion__header {
  padding: min(calc(18 / 1080 * 100vw), 18px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type01 .adlp-accordion__header {
    padding: calc(24 / 750 * 100vw) 0;
  }
}
.adlp-accordion.--type01 .adlp-accordion__header::after {
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.375' cy='10.125' r='9.375' fill='%23088955'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2422 9.25781V4.91797H8.50608V9.25781H4.16602V10.9939H8.50608V15.3346H10.2422V10.9939H14.5827V9.25781H10.2422Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type01 .adlp-accordion__header::after {
    width: calc(25 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
  }
}
.adlp-accordion.--type01 .adlp-accordion__header.--open::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.375' cy='9.875' r='9.375' fill='%23088955'/%3E%3Cpath d='M4.16602 9.00781H14.5827V10.7439H4.16602V9.00781Z' fill='white'/%3E%3C/svg%3E%0A");
}
.adlp-accordion.--type01 .adlp-accordion__header .lead {
  font-family: "Mplus 1p Bold";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.12em;
  color: #088955;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type01 .adlp-accordion__header .lead {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion.--type01 .adlp-accordion__header .text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #088955;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type01 .adlp-accordion__header .text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-accordion.--type01 .adlp-accordion__body {
  background-image: url("data:image/svg+xml,%3Csvg width='860' height='1' viewBox='0 0 860 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.625' x2='860' y2='0.625' stroke='%23088955' stroke-width='0.75' stroke-dasharray='3 3'/%3E%3C/svg%3E%0A");
  background-size: 100% 1px;
  background-repeat: repeat-x;
  padding: min(calc(18 / 1080 * 100vw), 18px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type01 .adlp-accordion__body {
    background-image: url("data:image/svg+xml,%3Csvg width='580' height='1' viewBox='0 0 580 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='580' y2='0.5' stroke='%23088955' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
    padding: calc(24 / 750 * 100vw) 0;
  }
}
.adlp-accordion.--type02 .adlp-accordion__header {
  border: 1px solid #412417;
  height: min(calc(68 / 1080 * 100vw), 68px);
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type02 .adlp-accordion__header {
    height: calc(90 / 750 * 100vw);
  }
}
.adlp-accordion.--type02 .adlp-accordion__header__inner {
  align-items: center;
  justify-content: center;
}
.adlp-accordion.--type02 .adlp-accordion__header__inner .text {
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type02 .adlp-accordion__header__inner .text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-accordion.--type02 .adlp-accordion__header::before {
  content: "";
  display: block;
  background-image: none;
  background: #412417;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(39 / 1080 * 100vw), 39px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type02 .adlp-accordion__header::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion.--type02 .adlp-accordion__header::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  background-image: none;
  background: #412417;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type02 .adlp-accordion__header::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion.--type02 .adlp-accordion__body {
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type02 .adlp-accordion__body {
    margin: calc(24 / 750 * 100vw) auto 0;
  }
}
.adlp-accordion.--type02 .adlp-accordion__body__inner .text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type02 .adlp-accordion__body__inner .text {
    font-size: calc(18 / 750 * 100vw);
  }
}
.adlp-accordion.--type02 .adlp-accordion__body__inner .text b {
  display: inline-block;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type02 .adlp-accordion__body__inner .text b {
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.adlp-accordion.--type03 .adlp-accordion__header {
  border: 1px solid #412417;
  height: min(calc(68 / 1080 * 100vw), 68px);
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type03 .adlp-accordion__header {
    height: auto;
    padding: calc(24 / 750 * 100vw);
  }
}
.adlp-accordion.--type03 .adlp-accordion__header::after {
  right: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type03 .adlp-accordion__header::after {
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion.--type03 .adlp-accordion__header__inner {
  align-items: center;
}
.adlp-accordion.--type03 .adlp-accordion__header__inner p {
  display: flex;
  align-items: center;
}
.adlp-accordion.--type03 .adlp-accordion__header__inner .text01 {
  margin-right: min(calc(18 / 1080 * 100vw), 18px);
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(12 / 1080 * 100vw), 12px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #088955;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type03 .adlp-accordion__header__inner .text01 {
    font-size: calc(24 / 750 * 100vw);
    margin-right: calc(24 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.adlp-accordion.--type03 .adlp-accordion__header__inner .text02 {
  text-align: left;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type03 .adlp-accordion__header__inner .text02 {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-accordion.--type03 .adlp-accordion__body {
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  background: #F7F4EC;
  padding: min(calc(48 / 1080 * 100vw), 48px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion.--type03 .adlp-accordion__body {
    margin: calc(40 / 750 * 100vw) auto 0;
    padding: calc(64 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion.--type03 .adlp-accordion__body__inner {
  display: block;
}

@media screen and (min-width: 768px) {
  .adlp-accordion.--type02 .adlp-accordion__header.--narow {
    max-width: min(calc(448 / 1080 * 100vw), 448px);
    margin-left: auto;
    margin-right: auto;
  }
}

.adlp-card {
  display: flex;
  flex-direction: column;
  background: #F7F3EC;
  padding: min(calc(20 / 1080 * 100vw), 20px);
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min(calc(350 / 1080 * 100vw), 350px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.adlp-card__no .text01 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-card__no .text02 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text02 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.adlp-card__title {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
  flex: 1;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: calc(38 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-card__img {
  width: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: calc(80 / 750 * 100vw);
  }
}

.adlp-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(150 / 1080 * 100vw), 150px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  background: #F7F3EC;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: calc(150 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
}
.adlp-circle__text {
  text-align: center;
}
.adlp-circle__text .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text01 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.adlp-circle__text .text02 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text02 {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-fadein {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadein-up;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .fadeInUp {
    animation-name: fadein-up-sp;
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(min(calc(60 / 1080 * 100vw), 60px));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up-sp {
  0% {
    opacity: 0;
    transform: translateY(calc(60 / 750 * 100vw));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.adlp-flow {
  display: flex;
  grid-gap: min(calc(47 / 1080 * 100vw), 47px);
  align-items: center;
  z-index: 1;
}
.adlp-flow__wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 auto;
  grid-gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper {
    width: calc(690 / 750 * 100vw);
    margin: calc(70 / 750 * 100vw) auto 0;
    grid-gap: calc(50 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-flow__wrapper::after {
  content: "";
  display: block;
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: calc(100% - min(calc(80 / 1080 * 100vw), 80px));
  position: absolute;
  top: min(calc(40 / 1080 * 100vw), 40px);
  left: min(calc(132 / 1080 * 100vw), 132px);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow__img {
  width: min(calc(185 / 1080 * 100vw), 185px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__img {
    width: calc(190 / 750 * 100vw);
  }
}
.adlp-flow__body {
  width: min(calc(528 / 1080 * 100vw), 528px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__body {
    width: calc(410 / 750 * 100vw);
  }
}
.adlp-flow__head {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.adlp-flow__head .--no {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--no {
    font-size: calc(50 / 750 * 100vw);
    margin-right: calc(12 / 750 * 100vw);
  }
}
.adlp-flow__head .--title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--title {
    font-size: calc(44 / 750 * 100vw);
  }
}

.adlp-flow02 {
  gap: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  align-items: center;
  z-index: 1;
}
.adlp-flow02__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper {
    flex-direction: column;
    width: calc(690 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
    gap: calc(50 / 750 * 100vw);
  }
}
.adlp-flow02__wrapper::after {
  content: "";
  display: block;
  height: min(calc(4 / 1080 * 100vw), 4px);
  width: 100%;
  position: absolute;
  top: min(calc(70 / 1080 * 100vw), 70px);
  left: 50%;
  transform: translateX(-50%);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-flow02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow02 {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow02__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__img {
    width: calc(240 / 750 * 100vw);
  }
}
.adlp-flow02__body {
  width: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__body {
    flex: 1;
  }
}
.adlp-flow02__head {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__head {
    font-size: calc(44 / 750 * 100vw);
    text-align: left;
  }
}
.adlp-flow02__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__text {
    font-size: calc(24 / 750 * 100vw);
  }
}

.adlp-head {
  text-align: center;
  line-height: 1.4;
}
.adlp-head .text01 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #8e792d;
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-head .text02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 140%;
  letter-spacing: 0em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.adlp-head .text03 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .adlp-head .text03 {
    font-size: calc(48 / 750 * 100vw);
  }
}

.adlp-list {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM7.02857 10.1124L11.5604 14.6443L17.9714 8.23335L20.4948 10.7567L14.0839 17.1677L11.5604 19.6911L9.03705 17.1677L4.50519 12.6359L7.02857 10.1124Z' fill='orange'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-position: left top min(calc(4 / 1080 * 100vw), 4px);
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
.adlp-list__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper {
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-list {
    padding-left: calc(40 / 750 * 100vw);
    background-size: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    background-position: left top calc(8 / 750 * 100vw);
  }
}
.adlp-list.--check {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891075 2.52926C1.08634 2.334 1.40292 2.334 1.59818 2.52926L3.36595 4.29703L6.90148 0.761492C7.09674 0.56623 7.41333 0.56623 7.60859 0.761492C7.80385 0.956754 7.80385 1.27334 7.60859 1.4686L3.7195 5.35769C3.52424 5.55295 3.20766 5.55295 3.0124 5.35769L0.891075 3.23637C0.695813 3.0411 0.695813 2.72452 0.891075 2.52926Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
  background-position: left min(calc(5 / 1080 * 100vw), 5px) top min(calc(8 / 1080 * 100vw), 8px);
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-list.--check {
    padding-left: calc(40 / 750 * 100vw);
    background-size: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    background-position: left top calc(8 / 750 * 100vw);
  }
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2296 / 1080 * 100vw), 2296px);
}
.adlp-logo__wrapper {
  display: flex;
  width: min(calc(4592 / 1080 * 100vw), 4592px);
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: calc(4592 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: calc(2296 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
  width: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-slide {
    padding: 0 calc(40 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(42 / 1080 * 100vw), 42px);
  height: min(calc(42 / 1080 * 100vw), 42px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  filter: drop-shadow(0px 7px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(58 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='20.6379' fill='white' stroke='%23088955' stroke-width='0.724138'/%3E%3Cpath d='M23.3857 16.0596L18.4446 21.0007L23.3857 25.9419' stroke='%23088955' stroke-width='1.44828' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-prev {
    left: calc(10 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='20.6379' fill='white' stroke='%23088955' stroke-width='0.724138'/%3E%3Cpath d='M18.6143 16.0596L23.5554 21.0007L18.6143 25.9419' stroke='%23088955' stroke-width='1.44828' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next {
    right: calc(10 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets, .adlp-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .adlp-swiper .swiper-pagination-custom, .adlp-swiper .swiper-pagination-fraction {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets, .adlp-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .adlp-swiper .swiper-pagination-custom, .adlp-swiper .swiper-pagination-fraction {
    bottom: calc(-20 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(10 / 1080 * 100vw), 10px);
  background-color: #088955;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

.adlp-slider__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
.adlp-slider__wrapper.--hide {
  overflow: hidden;
}
.adlp-slider__wrapper.--gap10 .slick-slide {
  margin: 0 min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper.--gap10 .slick-slide {
    margin: 0 calc(5 / 750 * 100vw);
  }
}
.adlp-slider__wrapper.--gap20 .slick-slide {
  margin: 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper.--gap20 .slick-slide {
    margin: 0 calc(10 / 750 * 100vw);
  }
}
.adlp-slider__wrapper.--gap30 .slick-slide {
  margin: 0 min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper.--gap30 .slick-slide {
    margin: 0 calc(15 / 750 * 100vw);
  }
}

.slick-list {
  overflow: inherit !important;
}

.slick-dots {
  bottom: 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 0;
    width: 100%;
  }
}
.slick-dots li {
  width: min(calc(9 / 1080 * 100vw), 9px);
  height: min(calc(9 / 1080 * 100vw), 9px);
  background: #C9DFD7;
  margin: 0 min(calc(6 / 1080 * 100vw), 6px);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.slick-dots li.slick-active {
  background: #52968E;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
}
.slick-dots li button::before {
  display: none;
}

.adlp-coupon__wrapper {
  display: flex;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
  gap: min(calc(22 / 1080 * 100vw), 22px);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__wrapper {
    display: block;
    max-width: calc(660 / 750 * 100vw);
  }
}
.adlp-coupon__wrapper .adlp-coupon__col {
  flex: 0 0 min(calc(450 / 1080 * 100vw), 450px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon__wrapper .adlp-coupon__col:nth-child(2) {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-coupon__wrapper .text, .adlp-coupon__wrapper p {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon__wrapper .text, .adlp-coupon__wrapper p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-coupon {
  line-height: 1;
  width: min(calc(448 / 1080 * 100vw), 448px);
  height: min(calc(176 / 1080 * 100vw), 176px);
  background: url(../img/pc/coupon.webp) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px);
  padding-right: min(calc(30 / 1080 * 100vw), 15px);
  display: flex;
  justify-content: space-between;
}
.adlp-coupon * {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .adlp-coupon {
    background: url(../img/sp/coupon.webp) no-repeat;
    background-size: 100% 100%;
    width: calc(660 / 750 * 100vw);
    height: calc(242 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0 calc(24 / 750 * 100vw) calc(36 / 750 * 100vw);
    justify-content: flex-start;
  }
}
.adlp-coupon__copy {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0em;
  color: #920505;
  text-align: center;
  margin: 0 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon__copy {
    font-size: calc(32 / 750 * 100vw);
    margin: 0 0 calc(10 / 750 * 100vw);
  }
}
.adlp-coupon__label {
  width: min(calc(91 / 1080 * 100vw), 91px);
  height: min(calc(92 / 1080 * 100vw), 92px);
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
  position: absolute;
  top: max(calc(-20 / 1080 * 100vw), -20px);
  left: max(calc(-20 / 1080 * 100vw), -20px);
  background-size: 100% 100%;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0em;
  color: #412417;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__label {
    width: calc(153 / 750 * 100vw);
    height: calc(152 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    top: calc(-55 / 750 * 100vw);
    left: calc(-28 / 750 * 100vw);
  }
}
.adlp-coupon__text {
  text-align: center;
  width: fit-content;
}
.adlp-coupon__text > span {
  display: inline-block;
}
.adlp-coupon__text .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0em;
  color: #412417;
  margin: 0 -0.3em 0 0;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__text .text01 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.adlp-coupon__text .text02 {
  font-family: "Shippori Mincho";
  font-size: min(calc(80 / 1080 * 100vw), 80px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.06em;
  color: #412417;
  margin-right: min(calc(2 / 1080 * 100vw), 2px);
}
.adlp-coupon__text .text02.--lh {
  line-height: 90%;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__text .text02 {
    font-size: calc(114 / 750 * 100vw);
  }
}
.adlp-coupon__text .text02 span {
  letter-spacing: -0.1em;
}
.adlp-coupon__text .text03 {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0em;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__text .text03 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.adlp-coupon__text .text04 {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: 0.04em;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__text .text04 {
    font-size: calc(40 / 750 * 100vw);
    text-align: right;
  }
}
.adlp-coupon__text .note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 110%;
  letter-spacing: 0;
  color: #666666;
  margin: min(calc(4 / 1080 * 100vw), 4px) 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__text .note {
    font-size: calc(20 / 750 * 100vw);
    transform: scale(0.9);
    transform-origin: right;
    margin: calc(8 / 750 * 100vw) 0 0;
  }
}
.adlp-coupon__sub {
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0 min(calc(1 / 1080 * 100vw), 1px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0em;
  color: #412417;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__sub {
    margin: calc(50 / 750 * 100vw) 0 0 calc(35 / 750 * 100vw);
  }
}
.adlp-coupon__sub .text01 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0em;
  color: #E31818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__sub .text01 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.adlp-coupon__sub .text02 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0em;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__sub .text02 {
    font-size: calc(32 / 750 * 100vw);
  }
}

.adlp-coupon__lead {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(calc(26 / 1080 * 100vw), 26px);
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon__lead {
    gap: calc(22 / 750 * 100vw);
    justify-content: flex-start;
    margin: calc(60 / 750 * 100vw) auto calc(40 / 750 * 100vw);
    width: calc(660 / 750 * 100vw);
  }
}
.adlp-coupon__lead .adlp-coupon__leadCirlce {
  background-image: url("data:image/svg+xml,%3Csvg width='132' height='132' viewBox='0 0 132 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='66' cy='66' r='65.5' fill='%23920505' fill-opacity='0.4' stroke='%23920505'/%3E%3Ccircle cx='65.9346' cy='66' r='58.5' fill='%23920505'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  flex: 0 0 min(calc(130 / 1080 * 100vw), 130px);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__lead .adlp-coupon__leadCirlce {
    flex: 0 0 calc(144 / 750 * 100vw);
  }
}
.adlp-coupon__lead .adlp-coupon__lead01 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 95%;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__lead .adlp-coupon__lead01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-coupon__lead .adlp-coupon__lead02 {
  color: #FFED4A;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
}
.adlp-coupon__lead .adlp-coupon__lead02 .num {
  font-family: "Shippori Mincho";
  font-weight: 700;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 95%;
  letter-spacing: 0em;
  color: #ffed4a;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__lead .adlp-coupon__lead02 .num {
    font-size: calc(58 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-coupon__lead .adlp-coupon__lead02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-coupon__lead .adlp-coupon__lead03 {
  width: fit-content;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 135%;
  letter-spacing: 0.04em;
  color: #412417;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(22 / 1080 * 100vw), 22px) min(calc(6 / 1080 * 100vw), 6px) min(calc(22 / 1080 * 100vw), 22px);
  border: 1px solid #412417;
  margin: 0 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon__lead .adlp-coupon__lead03 {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(40 / 750 * 100vw) calc(6 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin: 0 0 calc(10 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #412417;
  }
}
.adlp-coupon__lead .adlp-coupon__lead04 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 130%;
  letter-spacing: 0em;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__lead .adlp-coupon__lead04 {
    font-size: calc(40 / 750 * 100vw);
  }
}

.adlp-coupon__last {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: min(calc(20 / 1080 * 100vw), 20px) 0 0;
}
@media screen and (max-width: 767px) {
  .adlp-coupon__last {
    font-size: calc(28 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0 0;
  }
}

.adlp-coupon02 {
  width: min(calc(448 / 1080 * 100vw), 448px);
  height: min(calc(176 / 1080 * 100vw), 176px);
  background: url(../img/pc/coupon02.webp) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02 {
    background: url(../img/sp/coupon02.webp) no-repeat;
    background-size: 100% 100%;
    width: calc(660 / 750 * 100vw);
    height: calc(258 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
}
.adlp-coupon02 .adlp-coupon02__num {
  position: absolute;
  width: min(calc(56 / 1080 * 100vw), 56px);
  right: min(calc(16 / 1080 * 100vw), 16px);
  top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02 .adlp-coupon02__num {
    width: calc(80 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    top: calc(6 / 750 * 100vw);
  }
}
.adlp-coupon02 .adlp-coupon02__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min(calc(5 / 1080 * 100vw), 5px);
}
.adlp-coupon02 .adlp-coupon02__wrapper.--center {
  justify-content: center;
}
.adlp-coupon02 .adlp-coupon02__wrapper.--mt0 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02 .adlp-coupon02__wrapper {
    gap: calc(5 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) 0 0;
    justify-content: center;
  }
  .adlp-coupon02 .adlp-coupon02__wrapper.--mt0 {
    margin-top: 0;
  }
}
.adlp-coupon02__text {
  text-align: center;
  margin-bottom: min(calc(1 / 1080 * 100vw), 1px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.adlp-coupon02__text > span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text > span {
    line-height: 100%;
  }
}
.adlp-coupon02__text .text01 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0em;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text .text01 {
    line-height: 100%;
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-coupon02__text .text02 {
  font-family: "Shippori Mincho";
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -0.06em;
  color: #412417;
  margin-right: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text .text02 {
    font-size: calc(126 / 750 * 100vw);
  }
}
.adlp-coupon02__text .text02 span {
  letter-spacing: -0.1em;
}
.adlp-coupon02__text .text03 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0em;
  color: #412417;
  display: block;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text .text03 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-coupon02__text .text04 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0em;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text .text04 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-coupon02__text .text05 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0;
  color: #412417;
  text-align: left;
  display: inline-block;
  margin: 0 min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text .text05 {
    letter-spacing: 0.04em;
    font-size: calc(44 / 750 * 100vw);
    margin: 0 calc(6 / 750 * 100vw);
  }
}
.adlp-coupon02__text .text06 {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 800;
  line-height: 105%;
  color: #920505;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text .text06 {
    font-size: calc(72 / 750 * 100vw);
  }
}
.adlp-coupon02__text .text07 {
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 800;
  line-height: 105%;
  color: #920505;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text .text07 {
    font-size: calc(98 / 750 * 100vw);
  }
}
.adlp-coupon02__text02 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #920505;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text02 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-coupon02__text02 .text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text02 .text02 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-coupon02__text03 {
  text-align: center;
  margin-bottom: min(calc(1 / 1080 * 100vw), 1px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text03 {
    line-height: 1;
  }
}
.adlp-coupon02__text03 .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #920505;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text03 .text01 {
    line-height: 1;
    font-size: calc(38 / 750 * 100vw);
  }
}
.adlp-coupon02__text03 .text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #920505;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text03 .text02 {
    line-height: 1;
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-coupon02__text03 .text03 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #920505;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text03 .text03 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.adlp-coupon02__text03 .text04 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #920505;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__text03 .text04 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-coupon02 .note {
  text-align: center;
  color: #666;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02 .note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-coupon02__list {
  display: flex;
  justify-content: center;
  gap: min(calc(1 / 1080 * 100vw), 1px);
  flex: 0 0 min(calc(178 / 1080 * 100vw), 178px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list {
    display: block;
    width: calc(263 / 750 * 100vw);
    flex: 0 0 calc(263 / 750 * 100vw);
  }
}
.adlp-coupon02__list li {
  flex: 0 0 min(calc(72 / 1080 * 100vw), 72px);
  background-color: #fff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #920505;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li {
    border: calc(1 / 750 * 100vw) solid #920505;
    display: flex;
  }
}
.adlp-coupon02__list li:nth-child(1) {
  flex: 0 0 min(calc(89 / 1080 * 100vw), 89px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li:nth-child(1) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.adlp-coupon02__list li:nth-child(1):after {
  display: block;
  content: "+";
  position: absolute;
  right: max(calc(-30 / 1080 * 100vw), -30px);
  top: 50%;
  transform: translateY(-50%);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  color: #920505;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li:nth-child(1):after {
    right: auto;
    left: 50%;
    top: 50%;
    bottom: calc(-32 / 750 * 100vw);
    transform: translateY(0) translateX(-50%);
    font-size: calc(54 / 750 * 100vw);
  }
}
.adlp-coupon02__list li:nth-child(1) .bottom {
  padding-top: min(calc(5 / 1080 * 100vw), 5px);
}
.adlp-coupon02__list li .top {
  background-color: #920505;
  color: #fff;
  text-align: center;
  height: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .top {
    flex: 0 0 calc(155 / 750 * 100vw);
    height: auto;
    letter-spacing: -0.01em;
  }
}
.adlp-coupon02__list li .top .text01 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .top .text01 {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-coupon02__list li .top .text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .top .text02 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-coupon02__list li .top .text03 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 600;
  line-height: 110%;
  padding-top: min(calc(6 / 1080 * 100vw), 6px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .top .text03 {
    font-size: calc(26 / 750 * 100vw);
    padding-top: calc(10 / 750 * 100vw);
  }
}
.adlp-coupon02__list li .bottom {
  text-align: center;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .bottom {
    flex: 0 0 calc(425 / 750 * 100vw);
  }
}
.adlp-coupon02__list li .bottom .text01 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 800;
  line-height: 140%;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .bottom .text01 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-coupon02__list li .bottom .text02 {
  font-size: min(calc(10 / 1080 * 100vw), 10px);
  font-weight: 500;
  line-height: 140%;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .bottom .text02 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-coupon02__list li .bottom .text03 {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  line-height: 140%;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .bottom .text03 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-coupon02__list li .bottom .text04 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 140%;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .bottom .text04 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-coupon02__list li .bottom .text05 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 140%;
  color: #412417;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__list li .bottom .text05 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox {
  background-color: #F7F3EC;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px);
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin-bottom: calc(86 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox.--fst:after {
  display: block;
  content: "+";
  position: absolute;
  left: 50%;
  bottom: max(calc(-35 / 1080 * 100vw), -35px);
  transform: translateX(-50%);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  color: #52968E;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox.--fst:after {
    bottom: calc(-76 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox.--snd:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='27' viewBox='0 0 86 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M85 1L43 25L1 1' stroke='%2352968E' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: max(calc(-40 / 1080 * 100vw), -40px);
  transform: translateX(-50%);
  width: min(calc(84 / 1080 * 100vw), 84px);
  height: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox.--snd:after {
    width: calc(160 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    bottom: calc(-66 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox.--trd {
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox.--trd {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin-bottom: calc(28 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__flex {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__flex {
    gap: calc(20 / 750 * 100vw);
    margin-bottom: calc(18 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__num {
  font-family: "Shippori Mincho";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 600;
  line-height: 110%;
  background-color: #52968E;
  color: #fff;
  border-radius: 50%;
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(86 / 1080 * 100vw), 86px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__num {
    font-size: calc(56 / 750 * 100vw);
    width: calc(114 / 750 * 100vw);
    height: calc(114 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__text01 {
    text-align: center;
  }
}
.adlp-coupon02__accordion .accBox__text01 .text01 {
  color: #52968E;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__text01 .text01 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__text01 .text02 {
  color: #52968E;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__text01 .text02 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__text02 {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__text02 {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__text03 {
  text-align: center;
}
.adlp-coupon02__accordion .accBox__text03 .text01 {
  color: #52968E;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__text03 .text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__text03 .text02 {
  color: #52968E;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__text03 .text02 {
    font-size: calc(54 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__text03 .text03 {
  color: #52968E;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__text03 .text03 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__text03 .text04 {
  color: #52968E;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__text03 .text04 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__text04 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__text04 {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(28 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__condition {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__condition {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__condition .text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__condition .text {
    font-size: calc(18 / 750 * 100vw);
  }
}
.adlp-coupon02__accordion .accBox__condition .text b {
  display: inline-block;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .accBox__condition .text b {
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}

.adlp-coupon02__accordion .adlp-btn.--btn02 {
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-coupon02__accordion .adlp-btn.--btn02 {
    padding-bottom: calc(10 / 750 * 100vw);
  }
}

.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px) 0 0;
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(10 / 1080 * 100vw), 10px);
  background: #B0C7BF;
  flex: 0 0 min(calc(333 / 1080 * 100vw), 333px);
}
.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    border-radius: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0 0;
    padding: calc(40 / 750 * 100vw) calc(10 / 750 * 100vw);
    flex: 0 0 calc(250 / 750 * 100vw);
  }
}
.adlp-tab__head:last-child {
  flex: 0 0 min(calc(334 / 1080 * 100vw), 334px);
}
@media screen and (max-width: 767px) {
  .adlp-tab__head:last-child {
    flex: 0 0 calc(250 / 750 * 100vw);
  }
}
.adlp-tab__head.-color02 {
  background-color: #70C4C4;
}
.adlp-tab__head.-color03 {
  background-color: #52968E;
}
.adlp-tab__content {
  display: none;
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-text__label {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
  width: fit-content;
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}
.adlp-text__label::after {
  content: "";
  display: block;
  width: min(calc(35 / 1080 * 100vw), 35px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  clip-path: polygon(50% 100%, 0 0, 100% 0%);
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .adlp-text__label::after {
    width: calc(50 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.adlp-text__label.--top::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: auto;
  top: 1px;
  transform: translate(-50%, -100%);
}
.adlp-text__label.--round {
  border-radius: 1000px;
}
.adlp-text__label.--txt {
  color: #fff;
  background: #333;
}
.adlp-text__label.--txt::after {
  background: #333;
}
.adlp-text__label.--white {
  color: #fff;
  background: #fff;
}
.adlp-text__label.--white::after {
  background: #fff;
}
.adlp-text__label.--silver {
  color: #fff;
  background: #F7F3EC;
}
.adlp-text__label.--silver::after {
  background: #F7F3EC;
}
.adlp-text__label.--accent {
  color: #fff;
  background: #FF7A00;
}
.adlp-text__label.--accent::after {
  background: #FF7A00;
}
.adlp-text__label.--green {
  color: #fff;
  background: #088955;
}
.adlp-text__label.--green::after {
  background: #088955;
}
.adlp-text__label.--lightgreen {
  color: #fff;
  background: #E6F5F0;
}
.adlp-text__label.--lightgreen::after {
  background: #E6F5F0;
}

.adlp-text__label__para {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  min-width: min(calc(200 / 1080 * 100vw), 200px);
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  width: fit-content;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label__para {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
    min-width: calc(200 / 750 * 100vw);
  }
}
.adlp-text__label__para .text01 {
  z-index: 1;
  position: relative;
}
.adlp-text__label__para::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.adlp-text__label__para.--txt {
  color: #fff;
}
.adlp-text__label__para.--txt::after {
  background: #333;
}
.adlp-text__label__para.--white {
  color: #fff;
}
.adlp-text__label__para.--white::after {
  background: #fff;
}
.adlp-text__label__para.--silver {
  color: #fff;
}
.adlp-text__label__para.--silver::after {
  background: #F7F3EC;
}
.adlp-text__label__para.--accent {
  color: #fff;
}
.adlp-text__label__para.--accent::after {
  background: #FF7A00;
}
.adlp-text__label__para.--green {
  color: #fff;
}
.adlp-text__label__para.--green::after {
  background: #088955;
}
.adlp-text__label__para.--lightgreen {
  color: #fff;
}
.adlp-text__label__para.--lightgreen::after {
  background: #E6F5F0;
}

.adlp-stroke {
  position: relative;
  font-size: min(calc(110 / 1080 * 100vw), 110px);
  font-weight: 700;
  filter: drop-shadow(0px min(calc(5 / 1080 * 100vw), 5px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .adlp-stroke {
    font-size: calc(110 / 750 * 100vw);
    filter: drop-shadow(0px calc(5 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.adlp-stroke .text01 {
  z-index: 10;
  position: relative;
  color: #FF7A00;
}
.adlp-stroke::after {
  content: attr(data-text);
  position: absolute;
  z-index: 5;
  white-space: nowrap;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: min(calc(10 / 1080 * 100vw), 10px) #fff;
}
@media screen and (max-width: 767px) {
  .adlp-stroke::after {
    -webkit-text-stroke: calc(10 / 750 * 100vw) #fff;
  }
}
/*# sourceMappingURL=lp.css.map */
