@charset "UTF-8";

/*--------------------
 Common
--------------------*/
:root {
  --color-primary: #e5015d;
  --color-link: #12828c;
  --color-attention: #e5015d;
  --color-attention-rgb: 192, 0, 9;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background: #fff;
  color: #222;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: var(--color-link);
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.2;
  transition: 0.2;
}

a img:hover {
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

sub {
  font-size: 70%;
  vertical-align: baseline;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.inner-xl {
  max-width: calc(1200px + (24px * 2));
  margin: 0 auto;
  padding: 0 24px;
}

.inner {
  max-width: calc(1000px + (24px * 2));
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .inner-xl {
    max-width: none;
    padding: 0 24px;
  }

  .inner {
    max-width: none;
    padding: 0 24px;
  }
}

@media screen and (max-width: 413px) {
  .inner-xl {
    padding: 0 5.797vw;
  }

  .inner {
    padding: 0 5.797vw;
  }
}

.u-underline {
  background: linear-gradient(transparent 80%, rgba(var(--color-attention-rgb), .6) 0%);
}

/*--------------------
 header
--------------------*/
.header {
  background-color: #f2a1ae;
}

.header .hero {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}

.header .hero img {
  margin: 0 auto;
}

.header .hero .hero-logo {
  position: absolute;
  top: -85px;
  right: 4px;
  width: 200px;
  height: 200px;
  border-radius: 9999px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 0;
}
.header .hero .hero-logo:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1380px) {
  .header .hero {
    max-width: none;
  }
  
  .header .hero .hero-logo {
    top: -6.159vw;
    right: 0.29vw;
    width: 14.493vw;
    height: 14.493vw;
  }
}

@media screen and (max-width: 767px) {
  .header .hero .hero-logo {
    top: -43px;
    right: auto;
    left: 4px;
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 413px) {
  .header .hero .hero-logo {
    top: -10.386vw;
    left: 0.966vw;
    width: 19.324vw;
    height: 19.324vw;
  }
}

/*--------------------
 nav
--------------------*/
.nav {
  background-color: #e4017f;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 500;
}

.nav .nav-list {
  display: flex;
  justify-content: center;
  max-width: 1062px;
  margin: 0 auto;
}

.nav .nav-list li {
  font-size: 22px;
  font-weight: bold;
}

.nav .nav-list li a {
  display: inline-block;
  position: relative;
  padding: 18px 48px 14px;
  color: #fff;
  letter-spacing: .05em;
  text-align: center;
}

.nav .nav-list li a span {
  display: inline-block;
}

.nav .nav-list li a::after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  color: #fff;
  line-height: 1;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 1126px) and (min-width: 768px) {
  .nav .nav-list {
    max-width: none;
  }

  .nav .nav-list li {
    font-size: 1.954vw;
  }

  .nav .nav-list li a {
    padding: 1.599vw 4.263vw 1.243vw;
  }

  .nav .nav-list li a::after {
    width: 0.888vw;
    height: 0.888vw;
    margin-left: 1.066vw;
  }
}

@media screen and (max-width: 767px) {
  .nav .nav-list {
    max-width: none;
  }

  .nav .nav-list li {
    width: calc(100% / 4);
    font-size: 14px;
    text-align: center;
  }

  .nav .nav-list li a {
    width: 100%;
    padding: 12px 0;
  }

  .nav .nav-list li a:hover {
    opacity: 1;
  }

  .nav .nav-list li a::after {
    display: block;
    width: 8px;
    height: 8px;
    margin: 2px auto 0;
  }
}

@media screen and (max-width: 414px) {
  .nav .nav-list li {
    font-size: 3.382vw;
  }

  .nav .nav-list li a {
    padding: 2.899vw 0;
  }

  .nav .nav-list li a::after {
    width: 1.932vw;
    height: 1.932vw;
    margin: 0.483vw auto 0;
  }
}

/*--------------------
 wrap-01
--------------------*/
.wrap-01 {
  padding: 56px 0 216px;
  background: #ffe9ee url('/LP/2026_spring_receiptcp/img/wrap_01_bg.png') no-repeat bottom center / 790px;
  text-align: center;
}

.wrap-01 .section-title,
.wrap-02 .section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1em;
}

.wrap-01 .section-title span,
.wrap-02 .section-title span {
  display: inline-block;
  padding-left: 1em;
}

.wrap-01 .section-title small,
.wrap-02 .section-title small {
  display: inline-block;
  color: #e5055f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-01 {
    padding: 4.487vw 0 17.308vw;
    background: #ffe9ee url('/LP/2026_spring_receiptcp/img/wrap_01_bg.png') no-repeat bottom center / 63.301vw;
  }

  .wrap-01 .section-title,
  .wrap-02 .section-title {
    font-size: 2.564vw;
  }

  .wrap-01 .section-title small,
  .wrap-02 .section-title small {
    font-size: 1.442vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-01 {
    padding: 24px 0 128px;
    background: #ffe9ee url('/LP/2026_spring_receiptcp/img/wrap_01_bg.png') no-repeat bottom center / 100%;
  }

  .wrap-01 .section-title,
  .wrap-02 .section-title {
    font-size: 22px;
  }

  .wrap-01 .section-title small,
  .wrap-02 .section-title small {
    font-size: 14px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-01 {
    padding: 5.797vw 0 30.918vw;
  }

  .wrap-01 .section-title,
  .wrap-02 .section-title {
    font-size: 5.314vw;
  }

  .wrap-01 .section-title small,
  .wrap-02 .section-title small {
    font-size: 3.382vw;
  }
}

/* line-button */
.line-button {
  margin: 0 auto;
}

.line-button .line-button-link {
  max-width: 560px;
  margin: 0 auto;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16));
}

.line-button .line-button-link > a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .line-button .line-button-link {
    max-width: none;
    margin: 0 -12px;
  }
}

@media screen and (max-width: 413px) {
  .line-button .line-button-link {
    margin: 0 -2.899vw;
  }
}

/* apply */
.wrap-01 .apply {
  margin: 80px auto 0;
}

.wrap-01 .apply-inner {
  position: relative;
  padding: 56px 24px 24px;
  border-radius: 24px;
  border: 8px solid #e5015d;
  background-color: #fff0d2;
}

.wrap-01 .apply .apply-title {
  position: absolute;
  top: -41px;
  left: 50%;
  margin: 0 auto;
  padding: 16px 56px 12px;
  background-color: #e5055f;
  border-radius: 9999px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.wrap-01 .apply .apply-title .u-underline {
  background: linear-gradient(transparent 80%, rgba(255, 239, 210, .6) 0%);
}

.wrap-01 .apply .apply-text {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.wrap-01 .apply .apply-text em {
  display: inline-block;
  margin: 0 8px;
  color: #e5015d;
  font-size: 80px;
  line-height: 1;
  vertical-align: -6px;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-01 .apply {
    margin: 6.41vw auto 0;
  }

  .wrap-01 .apply-inner {
    padding: 4.487vw 1.923vw 1.923vw;
    border-radius: 1.923vw;
    border: 0.641vw solid #e5015d;
  }

  .wrap-01 .apply .apply-title {
    top: -3.285vw;
    padding: 1.282vw 4.487vw 0.962vw;
    font-size: 2.564vw;
  }

  .wrap-01 .apply .apply-text {
    font-size: 2.564vw;
  }

  .wrap-01 .apply .apply-text em {
    margin: 0 0.641vw;
    font-size: 6.41vw;
    vertical-align: -0.481vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-01 .apply {
    margin: 64px auto 0;
  }

  .wrap-01 .apply-inner {
    padding: 64px 24px 16px;
    border-radius: 16px;
    border: 4px solid #e5015d;
  }

  .wrap-01 .apply .apply-title {
    top: -41px;
    width: 90%;
    padding: 12px 8px 8px;
    font-size: 22px;
  }

  .wrap-01 .apply .apply-text {
    font-size: 22px;
  }

  .wrap-01 .apply .apply-text em {
    margin: 0 4px;
    font-size: 42px;
    vertical-align: -2px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-01 .apply {
    margin: 15.459vw auto 0;
  }

  .wrap-01 .apply-inner {
    padding: 15.459vw 5.797vw 3.865vw;
    border-radius: 3.865vw;
  }

  .wrap-01 .apply .apply-title {
    top: -9.903vw;
    padding: 2.899vw 1.932vw 1.932vw;
    font-size: 5.314vw;
  }

  .wrap-01 .apply .apply-text {
    font-size: 5.314vw;
  }

  .wrap-01 .apply .apply-text em {
    margin: 0 0.966vw;
    font-size: 10.145vw;
    vertical-align: -0.483vw;
  }
}

/* award */
.wrap-01 .award {
  margin: 64px auto 0;
}

.wrap-01 .award .award-list {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin: 24px auto 0;
}

.wrap-01 .award .award-item {
  width: calc((100% - (24px * 2)) / 3);
  border-radius: 24px;
  border: 4px solid #fff;
  background-color: #fffbcf;
}

.wrap-01 .award .award-item .award-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 4px 16px 0;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.wrap-01 .award .award-item:nth-child(1) .award-title {
  background-color: #22ac38;
}
.wrap-01 .award .award-item:nth-child(2) .award-title {
  background-color: #e95098;
}
.wrap-01 .award .award-item:nth-child(3) .award-title {
  background-color: #ef8565;
}

.wrap-01 .award .award-item .award-image {
  padding: 24px 0 0;
}

.wrap-01 .award .award-item .award-text {
  margin: 12px 0 0;
  color: #666;
  font-size: 10px;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-01 .award {
    margin: 5.128vw auto 0;
  }

  .wrap-01 .award .award-list {
    gap: 0 1.923vw;
    margin: 1.923vw auto 0;
  }

  .wrap-01 .award .award-item {
    width: calc((100% - (1.923vw * 2)) / 3);
    border-radius: 1.923vw;
    border: 0.321vw solid #fff;
  }

  .wrap-01 .award .award-item .award-title {
    height: 6.41vw;
    padding: 0.321vw 1.282vw 0;
    border-top-left-radius: 1.763vw;
    border-top-right-radius: 1.763vw;
    font-size: 1.603vw;
  }

  .wrap-01 .award .award-item .award-image {
    padding: 1.923vw 0 0;
  }

  .wrap-01 .award .award-item .award-text {
    margin: 0.962vw 0 0;
    font-size: 0.801vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-01 .award {
    margin: 40px auto 0;
  }

  .wrap-01 .award .award-list {
    flex-wrap: wrap;
    gap: 24px 0;
    margin: 16px auto 0;
  }

  .wrap-01 .award .award-item {
    width: 100%;
    padding: 0 0 24px;
    border-radius: 16px;
    border: 4px solid #fff;
  }
  .wrap-01 .award .award-item:first-child {
    padding: 0;
  }

  .wrap-01 .award .award-item .award-title {
    height: 72px;
    padding: 4px 16px 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    font-size: 18px;
  }

  .wrap-01 .award .award-item .award-image {
    padding: 24px 0 0;
  }

  .wrap-01 .award .award-item .award-text {
    margin: 12px 0 0;
    font-size: 10px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-01 .award {
    margin: 9.662vw auto 0;
  }

  .wrap-01 .award .award-list {
    gap: 5.797vw 0;
    margin: 3.865vw auto 0;
  }

  .wrap-01 .award .award-item {
    padding: 0 0 5.797vw;
    border-radius: 3.865vw;
  }

  .wrap-01 .award .award-item .award-title {
    height: 17.391vw;
    padding: 0.966vw 3.865vw 0;
    border-top-left-radius: 3.382vw;
    border-top-right-radius: 3.382vw;
    font-size: 4.348vw;
  }

  .wrap-01 .award .award-item .award-image {
    padding: 5.797vw 0 0;
  }

  .wrap-01 .award .award-item .award-text {
    margin: 2.899vw 0 0;
    font-size: 2.415vw;
  }
}

/*--------------------
 wrap-02
--------------------*/
.wrap-02 {
  padding: 56px 0 0;
  background-color: #fff;
  text-align: center;
}

.wrap-02 .products-text {
  margin: 32px 0 0;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-02 {
    padding: 4.487vw 0 0;
  }

  .wrap-02 .products-text {
    margin: 2.564vw 0 0;
    font-size: 1.923vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-02 {
    padding: 40px 0 0;
  }

  .wrap-02 .products-text {
    margin: 24px 0 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-02 {
    padding: 9.662vw 0 0;
  }

  .wrap-02 .products-text {
    margin: 5.797vw 0 0;
    font-size: 4.348vw;
  }
}

/* products-nav */
.wrap-02 .products-nav {
  margin: 16px 0 0;
}

.wrap-02 .products-nav-list {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border-radius: 9999px;
  background-color: #f2f2f2;
}

.wrap-02 .products-nav-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 360px;
  height: 100%;
  border-radius: 9999px;
  background-color: #e5055f;
  transition: transform 0.5s ease;
}
.wrap-02 .products-nav-list.tab-2::before {
  transform: translateX(360px);
}

.wrap-02 .products-nav-item {
  width: 360px;
}

.wrap-02 .products-nav-item a {
  display: block;
  position: relative;
  z-index: 2;
  width: 360px;
  padding: 24px 24px 22px;
  border-radius: 9999px;
  background-color: transparent;
  color: #e5055f;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.5s ease;
}
.wrap-02 .products-nav-item.is-active a {
  color: #fff;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-02 .products-nav {
    margin: 1.282vw 0 0;
  }

  .wrap-02 .products-nav-list::before {
    width: 28.846vw;
  }
  .wrap-02 .products-nav-list.tab-2::before {
    transform: translateX(28.846vw);
  }

  .wrap-02 .products-nav-item {
    width: 28.846vw;
  }

  .wrap-02 .products-nav-item a {
    width: 28.846vw;
    padding: 1.923vw 1.923vw 1.763vw;
    font-size: 1.603vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-02 .products-nav {
    margin: 16px 0 0;
  }

  .wrap-02 .products-nav-list {
    width: 100%;
  }

  .wrap-02 .products-nav-list::before {
    width: 50%;
  }
  .wrap-02 .products-nav-list.tab-2::before {
    transform: translateX(100%);
  }

  .wrap-02 .products-nav-item {
    width: 50%;
  }

  .wrap-02 .products-nav-item a {
    width: 100%;
    padding: 16px 16px 14px;
    font-size: 16px;
  }
  .wrap-02 .products-nav-item a:hover,
  .wrap-02 .products-nav-item a:focus {
    opacity: 1;
  }
}

@media screen and (max-width: 413px) {
  .wrap-02 .products-nav {
    margin: 3.865vw 0 0;
  }

  .wrap-02 .products-nav-item a {
    padding: 3.865vw 3.865vw 3.382vw;
    font-size: 3.865vw;
  }
}

/* products */
.wrap-02 .product {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 32px auto 0;
  padding: 80px 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.wrap-02 .product.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.wrap-02 .product.product-01 {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  background-color: #fffde7;
}
.wrap-02 .product.product-01:not(.is-active) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wrap-02 .product.product-02 {
  background-color: #100000;
}

.wrap-02 .product-title {
  margin: 0 auto;
}

.wrap-02 .product-01 .product-title img {
  height: 48px;
}
.wrap-02 .product-02 .product-title img {
  height: 140px;
}

.wrap-02 .product-features {
  display: flex;
  justify-content: center;
  gap: 0 64px;
  margin: 40px auto 0;
}
.wrap-02 .product.product-02 .product-features {
  padding: 64px 0 0;
  background: url("/LP/2026_spring_receiptcp/img/product_02_02.png") no-repeat center top / contain;
}

.wrap-02 .product-features-image-01 {
  width: 264px;
  padding: 0 0 0 64px;
}
.wrap-02 .product.product-02 .product-features-image-01 {
  width: 328px;
  padding: 0 0 0 112px;
}

.wrap-02 .product-features-image-01 img:first-child {
  display: block;
  width: 200px;
}
.wrap-02 .product.product-02 .product-features-image-01 img:first-child {
  width: 216px;
}
.wrap-02 .product-features-image-01 img:last-child {
  display: block;
  width: auto;
  height: 20px;
  margin: 16px auto 0;
  text-align: center;
}

.wrap-02 .product.product-01 .product-features-text-wrap {
  width: 408px;
  padding: 96px 0 0;
}
.wrap-02 .product.product-02 .product-features-text-wrap {
  width: 384px;
  padding: 384px 0 0;
}

.wrap-02 .product.product-01 .product-features-text {
  margin: 64px 0 0;
  font-size: 26px;
  font-weight: 700;
}
.wrap-02 .product.product-02 .product-features-text {
  margin: 24px 0 0;
  color: #fff9ae;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
}
.wrap-02 .product.product-01 .product-features-text + .product-features-text {
  margin: 24px 0 0;
}

.wrap-02 .product-features-image-03 {
  width: 264px;
}
.wrap-02 .product.product-02 .product-features-image-03 {
  width: 328px;
}

.wrap-02 .product-ingredients {
  position: relative;
  margin: 40px auto 0;
}
.wrap-02 .product.product-02 .product-ingredients {
  margin: 64px auto 0;
}

.wrap-02 .product-ingredients-text {
  color: #fff9ae;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.wrap-02 .product-ingredients-list-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}

.wrap-02 .product-ingredients-item-01 {
  width: calc((100% - 16px) / 2);
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #ffefd0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.wrap-02 .product-ingredients-item-01:first-child {
  padding: 20px 16px;
}

.wrap-02 .product-ingredients-item-01 em {
  color: #e4007f;
}

.wrap-02 .product-ingredients-list-01-01 {
  display: flex;
  justify-content: center;
  gap: 0 8px;
  margin: 4px auto 0;
}

.wrap-02 .product-ingredients-item-01-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 2px 0 0 0;
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.wrap-02 .product-ingredients-item-01-01:nth-child(1) {
  background-color: #22bf82;
}
.wrap-02 .product-ingredients-item-01-01:nth-child(2) {
  background-color: #cc1277;
}
.wrap-02 .product-ingredients-item-01-01:nth-child(3) {
  background-color: #ebb80d;
}
.wrap-02 .product-ingredients-item-01-01:nth-child(4) {
  background-color: #888;
}

.wrap-02 .product-ingredients-plus {
  position: absolute;
  left: 50%;
  background: url("/LP/2026_spring_receiptcp/img/product_01_05.png") no-repeat center center / contain;
  transform: translateX(-50%);
}
.wrap-02 .product-01 .product-ingredients-plus {
  top: 88px;
  width: 29px;
  height: 29px;
  background: url("/LP/2026_spring_receiptcp/img/product_01_05.png") no-repeat center center / contain;
}
.wrap-02 .product-02 .product-ingredients-plus {
  top: -56px;
  width: 40px;
  height: 40px;
  background: url("/LP/2026_spring_receiptcp/img/product_02_05.png") no-repeat center center / contain;
}

.wrap-02 .product-ingredients-list-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0 0;
}

.wrap-02 .product-ingredients-item-02 {
  width: calc((100% - (16px * 4)) / 5);
  padding: 21px 16px 18px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #fffff1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.wrap-02 .product-ingredients-item-02:nth-child(13) {
  padding: 12px 16px 8px;
}

.wrap-02 .product-ingredients-item-02 small {
  font-size: 14px;
  font-weight: 400;
}

.wrap-02 .product-ingredients-list-03 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 0;
}

.wrap-02 .product-ingredients-item-03 {
  width: calc((100% - (16px * 5)) / 6);
  padding: 21px 16px 18px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #ef7a00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.wrap-02 .product-ingredients-item-03:nth-child(1),
.wrap-02 .product-ingredients-item-03:nth-child(2),
.wrap-02 .product-ingredients-item-03:nth-child(3),
.wrap-02 .product-ingredients-item-03:nth-child(4),
.wrap-02 .product-ingredients-item-03:nth-child(5) {
  background-color: #c30e23;
}

.wrap-02 .product-ingredients-notes {
  margin: 8px 0 0;
  color: #aaa;
  font-size: 16px;
  text-align: right;
}

.wrap-02 .product-link-wrap {
  padding: 40px;
  border-radius: 16px;
}
.wrap-02 .product.product-01 .product-link-wrap {
  margin: 64px 0 0;
  border: 1px solid #ccc;
}
.wrap-02 .product.product-02 .product-link-wrap {
  margin: 48px 0 0;
  border: 1px solid #fff9ae;
}
.wrap-02 .product .product-link-wrap.dragstore {
  margin: 40px 0 0;
}

.wrap-02 .product-link-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
.wrap-02 .product.product-02 .product-link-text {
  color: #fff9ae;
  font-family: "Noto Serif JP", sans-serif;
}

.wrap-02 .product-link-text small {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.wrap-02 .product.product-02 .product-link-text small {
  color: #fff9ae;
  font-family: "Noto Serif JP", sans-serif;
}

.wrap-02 .product-link {
  margin: 24px 0 0;
}

.wrap-02 .product-link a {
  display: inline-block;
  width: 560px;
  padding: 28px 40px 24px;
  border-radius: 9999px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.wrap-02 .product.product-01 .product-link-wrap .product-link a {
  color: #fff;
  background-color: #22ab36;
}
.wrap-02 .product.product-01 .product-link-wrap.dragstore .product-link a {
  background-color: #fc8c64;
}
.wrap-02 .product.product-02 .product-link a {
  color: #100000;
  background-color: #dfc169;
}

.wrap-02 .product-dragstore-image {
  margin: 32px auto 0;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-02 .product {
    margin: 2.564vw auto 0;
    padding: 6.41vw 0;
  }

  .wrap-02 .product-01 .product-title img {
    height: 3.846vw;
  }
  .wrap-02 .product-02 .product-title img {
    height: 11.218vw;
  }

  .wrap-02 .product-features {
    gap: 0 5.128vw;
    margin: 3.205vw auto 0;
  }
  .wrap-02 .product.product-02 .product-features {
    padding: 5.128vw 0 0;
  }

  .wrap-02 .product-features-image-01 {
    width: 21.154vw;
    padding: 0 0 0 5.128vw;
  }
  .wrap-02 .product.product-02 .product-features-image-01 {
    width: 26.282vw;
    padding: 0 0 0 8.974vw;
  }

  .wrap-02 .product-features-image-01 img:first-child {
    width: 16.026vw;
  }
  .wrap-02 .product.product-02 .product-features-image-01 img:first-child {
    width: 17.308vw;
  }
  .wrap-02 .product-features-image-01 img:last-child {
    height: 1.603vw;
    margin: 1.282vw auto 0;
  }

  .wrap-02 .product.product-01 .product-features-text-wrap {
    width: 32.692vw;
    padding: 7.692vw 0 0;
  }
  .wrap-02 .product.product-02 .product-features-text-wrap {
    width: 30.769vw;
    padding: 30.769vw 0 0;
  }

  .wrap-02 .product.product-01 .product-features-text {
    margin: 5.128vw 0 0;
    font-size: 2.083vw;
  }
  .wrap-02 .product.product-02 .product-features-text {
    margin: 1.923vw 0 0;
    font-size: 2.404vw;
  }
  .wrap-02 .product.product-01 .product-features-text + .product-features-text {
    margin: 1.923vw 0 0;
  }

  .wrap-02 .product-features-image-03 {
    width: 21.154vw;
  }
  .wrap-02 .product.product-02 .product-features-image-03 {
    width: 26.282vw;
  }

  .wrap-02 .product-ingredients {
    margin: 3.205vw auto 0;
  }
  .wrap-02 .product.product-02 .product-ingredients {
    margin: 5.128vw auto 0;
  }

  .wrap-02 .product-ingredients-text {
    font-size: 3.205vw;
  }

  .wrap-02 .product-ingredients-list-01 {
    gap: 0 1.282vw;
  }

  .wrap-02 .product-ingredients-item-01 {
    width: calc((100% - 1.282vw) / 2);
    padding: 0.962vw 1.282vw;
    border-radius: 0.641vw;
    font-size: 1.603vw;
  }
  .wrap-02 .product-ingredients-item-01:first-child {
    padding: 1.603vw 1.282vw;
  }

  .wrap-02 .product-ingredients-list-01-01 {
    gap: 0 0.641vw;
    margin: 0.321vw auto 0;
  }

  .wrap-02 .product-ingredients-item-01-01 {
    width: 3.045vw;
    height: 3.045vw;
    padding: 0.16vw 0 0 0;
    font-size: 1.282vw;
  }

  .wrap-02 .product-01 .product-ingredients-plus {
    top: 7.051vw;
    width: 2.324vw;
    height: 2.324vw;
  }
  .wrap-02 .product-02 .product-ingredients-plus {
    top: -4.487vw;
    width: 3.205vw;
    height: 3.205vw;
  }

  .wrap-02 .product-ingredients-list-02 {
    gap: 1.282vw;
    margin: 1.282vw 0 0;
  }

  .wrap-02 .product-ingredients-item-02 {
    width: calc((100% - (1.282vw * 4)) / 5);
    padding: 1.683vw 1.282vw 1.442vw;
    border-radius: 0.641vw;
    font-size: 1.282vw;
  }
  .wrap-02 .product-ingredients-item-02:nth-child(13) {
    padding: 0.962vw 1.282vw 0.641vw;
  }

  .wrap-02 .product-ingredients-item-02 small {
    font-size: 1.122vw;
  }

  .wrap-02 .product-ingredients-list-03 {
    gap: 1.282vw;
    margin: 1.923vw 0 0;
  }

  .wrap-02 .product-ingredients-item-03 {
    width: calc((100% - (1.282vw * 5)) / 6);
    padding: 1.683vw 1.282vw 1.442vw;
    border-radius: 0.641vw;
    font-size: 1.282vw;
  }

  .wrap-02 .product-ingredients-item-03 small {
    font-size: 1.122vw;
  }

  .wrap-02 .product-ingredients-notes {
    margin: 0.641vw 0 0;
    font-size: 1.282vw;
  }

  .wrap-02 .product-link-wrap {
    padding: 3.205vw;
    border-radius: 1.282vw;
  }
  .wrap-02 .product.product-01 .product-link-wrap {
    margin: 5.128vw 0 0;
  }
  .wrap-02 .product.product-02 .product-link-wrap {
    margin: 3.846vw 0 0;
  }
  .wrap-02 .product .product-link-wrap.dragstore {
    margin: 3.205vw 0 0;
  }

  .wrap-02 .product-link-text {
    font-size: 2.404vw;
  }

  .wrap-02 .product-link-text small {
    font-size: 1.282vw;
  }

  .wrap-02 .product-link {
    margin: 1.923vw 0 0;
  }

  .wrap-02 .product-link a {
    width: 44.872vw;
    padding: 2.244vw 3.205vw 1.923vw;
    border-radius: 801.202vw;
    font-size: 2.083vw;
  }

  .wrap-02 .product-dragstore-image {
    margin: 2.564vw auto 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap-02 .product {
    margin: 24px auto 0;
    padding: 40px 0;
  }

  .wrap-02 .product-01 .product-title img {
    height: 32px;
  }
  .wrap-02 .product-02 .product-title img {
    height: 80px;
  }

  .wrap-02 .product-features {
    flex-wrap: wrap;
    gap: 32px;
    margin: 32px auto 0;
  }
  .wrap-02 .product.product-02 .product-features {
    padding: 80px 0 0;
  }

  .wrap-02 .product-features-image-01 {
    width: calc((100% / 2) - (32px / 2));
    padding: 0;
  }
  .wrap-02 .product.product-02 .product-features-image-01 {
    width: calc((100% / 2) - (32px / 2) - 3%);
    padding: 0;
  }

  .wrap-02 .product-features-image-01 img:first-child {
    width: 74%;
    margin: 0 auto;
  }
  .wrap-02 .product.product-02 .product-features-image-01 img:first-child {
    width: 74%;
  }
  .wrap-02 .product-features-image-01 img:last-child {
    height: 17px;
    margin: 12px auto 0;
  }

  .wrap-02 .product.product-01 .product-features-text-wrap {
    width: 100%;
    padding: 0;
    order: 3;
  }
  .wrap-02 .product.product-02 .product-features-text-wrap {
    width: 100%;
    padding: 0;
    order: 3;
  }

  .wrap-02 .product.product-01 .product-features-image-02 img {
    width: 75%;
    margin: 0 auto;
  }

  .wrap-02 .product.product-01 .product-features-text {
    margin: 24px 0 0;
    font-size: 18px;
  }
  .wrap-02 .product.product-02 .product-features-text {
    margin: 0;
    font-size: 20px;
  }
  .wrap-02 .product.product-01 .product-features-text + .product-features-text {
    margin: 16px 0 0;
  }

  .wrap-02 .product-features-image-03 {
    width: calc((100% / 2) - (32px / 2));
  }
  .wrap-02 .product.product-02 .product-features-image-03 {
    width: calc((100% / 2) - (32px / 2) + 3%);
  }

  .wrap-02 .product-ingredients {
    margin: 32px auto 0;
  }
  .wrap-02 .product.product-02 .product-ingredients {
    margin: 40px auto 0;
  }

  .wrap-02 .product-ingredients-text {
    font-size: 22px;
  }

  .wrap-02 .product-ingredients-list-01 {
    gap: 0 8px;
  }

  .wrap-02 .product-ingredients-item-01 {
    width: calc((100% - 8px) / 2);
    padding: 12px 8px;
    font-size: 16px;
  }
  .wrap-02 .product-ingredients-item-01:first-child {
    padding: 18.5px 8px;
  }

  .wrap-02 .product-ingredients-list-01-01 {
    gap: 0 4px;
    margin: 4px auto 0;
  }

  .wrap-02 .product-ingredients-item-01-01 {
    width: 32px;
    height: 32px;
    padding: 2px 0 0 0;
    font-size: 12px;
  }

  .wrap-02 .product-01 .product-ingredients-plus {
    top: 74px;
    width: 24px;
    height: 24px;
  }
  .wrap-02 .product-02 .product-ingredients-plus {
    top: -32px;
    width: 24px;
    height: 24px;
  }

  .wrap-02 .product-ingredients-list-02 {
    gap: 8px;
    margin: 8px 0 0;
  }

  .wrap-02 .product-ingredients-item-02 {
    width: calc((100% - (8px * 2)) / 3);
    padding: 16px 4px;
    font-size: 12px;
  }
  .wrap-02 .product-ingredients-item-02:nth-child(5),
  .wrap-02 .product-ingredients-item-02:nth-child(13),
  .wrap-02 .product-ingredients-item-02:nth-child(14),
  .wrap-02 .product-ingredients-item-02:nth-child(15) {
    padding: 10px 4px 8px;
  }

  .wrap-02 .product-ingredients-item-02 small {
    font-size: 10px;
  }

  .wrap-02 .product-ingredients-list-03 {
    gap: 8px;
    margin: 16px 0 0;
  }

  .wrap-02 .product-ingredients-item-03 {
    width: calc((100% - (8px * 2)) / 3);
    padding: 17px 4px 15px;
    font-size: 12px;
  }

  .wrap-02 .product-ingredients-notes {
    margin: 6px 0 0;
    font-size: 12px;
  }

  .wrap-02 .product-link-wrap {
    padding: 24px 16px;
    border-radius: 12px;
  }
  .wrap-02 .product.product-01 .product-link-wrap {
    margin: 40px 0 0;
  }
  .wrap-02 .product.product-02 .product-link-wrap {
    margin: 32px 0 0;
  }
  .wrap-02 .product .product-link-wrap.dragstore {
    margin: 24px 0 0;
  }

  .wrap-02 .product-link-text {
    font-size: 17px;
  }

  .wrap-02 .product-link-text small {
    font-size: 11px;
  }

  .wrap-02 .product-link {
    margin: 16px 0 0;
  }

  .wrap-02 .product-link a {
    width: 100%;
    padding: 18px 24px 14px;
    font-size: 16px;
  }

  .wrap-02 .product-dragstore-image {
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 413px) {
  .wrap-02 .product {
    margin: 5.797vw auto 0;
    padding: 9.662vw 0;
  }

  .wrap-02 .product-title img {
    height: 19.324vw;
  }

  .wrap-02 .product-features {
    gap: 7.729vw;
    margin: 7.729vw auto 0;
  }
  .wrap-02 .product.product-02 .product-features {
    padding: 19.324vw 0 0;
  }

  .wrap-02 .product-features-image-01 {
    width: calc((100% / 2) - (30.483vw / 2));
  }
  .wrap-02 .product.product-02 .product-features-image-01 {
    width: calc((100% / 2) - (30.483vw / 2) - 3%);
  }

  .wrap-02 .product-features-image-01 img:last-child {
    height: 4.106vw;
    margin: 2.899vw auto 0;
  }

  .wrap-02 .product.product-01 .product-features-text {
    margin: 5.797vw 0 0;
    font-size: 4.348vw;
  }
  .wrap-02 .product.product-02 .product-features-text {
    font-size: 4.831vw;
  }
  .wrap-02 .product.product-01 .product-features-text + .product-features-text {
    margin: 3.865vw 0 0;
  }

  .wrap-02 .product-features-image-03 {
    width: calc((100% / 2) - (30.483vw / 2));
  }
  .wrap-02 .product.product-02 .product-features-image-03 {
    width: calc((100% / 2) - (30.483vw / 2) + 3%);
  }

  .wrap-02 .product-ingredients {
    margin: 7.729vw auto 0;
  }
  .wrap-02 .product.product-02 .product-ingredients {
    margin: 9.662vw auto 0;
  }

  .wrap-02 .product-ingredients-text {
    font-size: 5.314vw;
  }

  .wrap-02 .product-ingredients-list-01 {
    gap: 0 1.932vw;
  }

  .wrap-02 .product-ingredients-item-01 {
    width: calc((100% - 1.932vw) / 2);
    padding: 2.899vw 1.932vw;
    font-size: 3.865vw;
  }
  .wrap-02 .product-ingredients-item-01:first-child {
    padding: 4.469vw 1.932vw;
  }

  .wrap-02 .product-ingredients-list-01-01 {
    gap: 0 0.966vw;
    margin: 0.966vw auto 0;
  }

  .wrap-02 .product-ingredients-item-01-01 {
    width: 7.729vw;
    height: 7.729vw;
    padding: 0.483vw 0 0 0;
    font-size: 2.899vw;
  }

  .wrap-02 .product-01 .product-ingredients-plus {
    top: 17.874vw;
    width: 5.797vw;
    height: 5.797vw;
  }
  .wrap-02 .product-02 .product-ingredients-plus {
    top: -7.729vw;
    width: 5.797vw;
    height: 5.797vw;
  }

  .wrap-02 .product-ingredients-list-02 {
    gap: 1.932vw;
    margin: 1.932vw 0 0;
  }

  .wrap-02 .product-ingredients-item-02 {
    width: calc((100% - (1.932vw * 2)) / 3);
    padding: 3.865vw 0.966vw;
    font-size: 2.899vw;
  }
  .wrap-02 .product-ingredients-item-02:nth-child(5),
  .wrap-02 .product-ingredients-item-02:nth-child(13),
  .wrap-02 .product-ingredients-item-02:nth-child(14),
  .wrap-02 .product-ingredients-item-02:nth-child(15) {
    padding: 2.415vw 0.966vw 1.932vw;
  }

  .wrap-02 .product-ingredients-item-02 small {
    font-size: 2.415vw;
  }

  .wrap-02 .product-ingredients-list-03 {
    gap: 1.932vw;
    margin: 3.865vw 0 0;
  }

  .wrap-02 .product-ingredients-item-03 {
    width: calc((100% - (1.932vw * 2)) / 3);
    padding: 4.106vw 0.966vw 3.623vw;
    font-size: 2.899vw;
  }

  .wrap-02 .product-ingredients-notes {
    margin: 1.449vw 0 0;
    font-size: 2.899vw;
  }

  .wrap-02 .product-link-wrap {
    padding: 5.797vw 3.865vw;
    border-radius: 2.899vw;
  }
  .wrap-02 .product.product-01 .product-link-wrap {
    margin: 9.662vw 0 0;
  }
  .wrap-02 .product.product-02 .product-link-wrap {
    margin: 7.729vw 0 0;
  }
  .wrap-02 .product .product-link-wrap.dragstore {
    margin: 5.797vw 0 0;
  }

  .wrap-02 .product-link-text {
    font-size: 4.106vw;
  }

  .wrap-02 .product-link-text small {
    font-size: 2.657vw;
  }

  .wrap-02 .product-link {
    margin: 3.865vw 0 0;
  }

  .wrap-02 .product-link a {
    padding: 4.348vw 5.797vw 3.382vw;
    font-size: 3.865vw;
  }

  .wrap-02 .product-dragstore-image {
    margin: 5.797vw auto 0;
  }
}

/*--------------------
 wrap-03
--------------------*/
.wrap-03 {
  padding: 32px 0 64px;
  background-color: #ffe9ee;
  text-align: center;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-03 {
    padding: 2.564vw 0 5.128vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-03 {
    padding: 20px 0 40px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-03 {
    padding: 4.831vw 0 9.662vw;
  }
}

.wrap-03 .section {
  margin: 48px 24px 0;
}
.wrap-03 .line-button + .section {
  margin-top: 57px;
}

.wrap-03 .section .inner-xl {
  max-width: calc(1264px - (32px * 2));
  padding: 24px 32px 32px;
  border-radius: 32px;
  background-color: var(--color-primary);
}

.wrap-03 .section-title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.wrap-03 .box {
  margin: 16px 0 0 0;
  padding: 48px 32px 40px;
  border-radius: 16px;
  background-color: #fafafa;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-03 .section {
    margin: 3.846vw 1.923vw 0;
  }
  .wrap-03 .line-button + .section {
    margin-top: 4.567vw;
  }

  .wrap-03 .section .inner-xl {
    max-width: calc(101.282vw - (2.564vw * 2));
    padding: 1.923vw 2.564vw 2.564vw;
    border-radius: 2.564vw;
  }

  .wrap-03 .section-title {
    font-size: 2.885vw;
  }

  .wrap-03 .box {
    margin: 1.282vw 0 0 0;
    padding: 3.846vw 2.564vw 3.205vw;
    border-radius: 1.282vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-03 .section {
    margin: 20px auto 0;
  }
 .wrap-03 .line-button + .section {
    margin-top: 31px;
  }

  .wrap-03 .section .inner-xl {
    max-width: none;
    margin: 0 20px;
    padding: 16px 24px 24px;
    border-radius: 24px;
  }

  .wrap-03 .section-title {
    font-size: 20px;
  }

  .wrap-03 .box {
    margin: 12px 0 0;
    padding: 32px 20px 28px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-03 .section {
    margin: 4.831vw auto 0;
  }
 .wrap-03 .line-button + .section {
    margin-top: 7.488vw;
  }

  .wrap-03 .section .inner-xl {
    margin: 0 4.831vw;
    padding: 3.865vw 5.797vw 5.797vw;
    border-radius: 5.797vw;
  }

  .wrap-03 .section-title {
    font-size: 4.831vw;
  }

  .wrap-03 .box {
    margin: 2.899vw 0 0;
    padding: 7.729vw 4.831vw 6.763vw;
    border-radius: 3.865vw;
  }
}

/* step */
.wrap-03 .step .box {
  padding: 32px 32px 32px;
}

.wrap-03 .slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto 0;
}

.wrap-03 .slider .slide {
  width: calc((100% / 3) - 21px);
  margin-bottom: 64px;
  padding: 16px 8px;
  border-radius: 8px;
  background-color: #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.wrap-03 .slider .slide:nth-child(n+4) {
  margin-bottom: 0;
}

.wrap-03 .slider .slide img {
  margin-top: -48px;
}

.wrap-03 .slider .slide p {
  font-size: 16px;
  line-height: 1.8;
}

.wrap-03 .slider .slide a {
  display: table;
  margin: 8px auto 0;
  padding: 6px 24px 4px;
  border-radius: 8px;
  background-color: var(--color-attention);
  color: #fff;
  font-size: 16px;
}

.wrap-03 .slider + p {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.wrap-03 .slider + p > a {
  color: var(--color-link);
  text-decoration: underline;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-03 .step .box {
    padding: 2.564vw 2.564vw 2.564vw;
  }

  .wrap-03 .slider {
    margin: 2.564vw auto 0;
  }

  .wrap-03 .slider .slide {
    width: calc((100% / 3) - 1.683vw);
    margin-bottom: 5.128vw;
    padding: 1.282vw 0.641vw;
    border-radius: 0.641vw;
  }

  .wrap-03 .slider .slide img {
    margin-top: -3.846vw;
  }

  .wrap-03 .slider .slide p {
    font-size: 1.282vw;
  }

  .wrap-03 .slider .slide a {
    margin: 0.641vw auto 0;
    padding: 0.481vw 1.923vw 0.321vw;
    border-radius: 0.641vw;
    font-size: 1.282vw;
  }

  .wrap-03 .slider + p {
    margin-top: 3.205vw;
    font-size: 1.923vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-03 .step .box {
    padding: 16px 0 24px;
  }

  .wrap-03 .slider {
    display: block;
    margin: 0 auto;
  }

  .wrap-03 .slider .slide {
    width: calc(100% - 56px);
    margin: 40px 20px 16px;
    padding: 16px 8px;
    border-radius: 8px;
    min-height: 342px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wrap-03 .slider .slide:nth-child(n+4) {
    margin-bottom: 16px;
  }

  .wrap-03 .slider .slide img {
    margin-top: -48px;
    flex-shrink: 0;
  }

  .wrap-03 .slider .slide p {
    font-size: 16px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .wrap-03 .slider .slide a {
    margin: 8px auto 0;
    padding: 6px 24px 4px;
    border-radius: 8px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .wrap-03 .slider + p {
    margin-top: 48px;
    font-size: 16px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-03 .step .box {
    padding: 3.865vw 0 5.797vw;
  }

  .wrap-03 .slider .slide {
    width: calc(100% - 13.527vw);
    margin: 9.662vw 4.831vw 3.865vw;
    padding: 3.865vw 1.932vw;
    border-radius: 1.932vw;
    min-height: 82.609vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wrap-03 .slider .slide:nth-child(n+4) {
    margin-bottom: 3.865vw;
  }

  .wrap-03 .slider .slide img {
    margin-top: -11.594vw;
    flex-shrink: 0;
  }

  .wrap-03 .slider .slide p {
    font-size: 3.865vw;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .wrap-03 .slider .slide a {
    margin: 1.932vw auto 0;
    padding: 1.449vw 5.797vw 0.966vw;
    border-radius: 1.932vw;
    font-size: 3.865vw;
    flex-shrink: 0;
  }

  .wrap-03 .slider + p {
    margin-top: 11.594vw;
    font-size: 3.865vw;
  }
}

/* slick */
@media screen and (max-width: 767px) {
  .wrap-03 .slick-prev,
  .wrap-03 .slick-next {
    width: 20px;
    height: 20px;
  }

  .wrap-03 .slick-prev {
    left: -22px;
  }

  .wrap-03 .slick-next {
    right: -22px;
  }

  .wrap-03 .slick-prev:before,
  .wrap-03 .slick-next:before {
    font-size: 20px;
  }

  .wrap-03 .slick-dots li {
    width: 24px;
    height: 24px;
    margin: 0 5px;
  }

  .wrap-03 .slick-dots li button {
    width: 24px;
    height: 24px;
    padding: 5px;
  }
  .wrap-03 .slick-dots li button:before {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-03 .slick-prev,
  .wrap-03 .slick-next {
    width: 4.831vw;
    height: 4.831vw;
  }
  
  .wrap-03 .slick-prev {
    left: -5.314vw;
  }

  .wrap-03 .slick-next {
    right: -5.314vw;
  }

  .wrap-03 .slick-prev:before,
  .wrap-03 .slick-next:before {
    font-size: 4.831vw;
  }

  .wrap-03 .slick-dots li {
    width: 5.797vw;
    height: 5.797vw;
    margin: 0 1.208vw;
  }

  .wrap-03 .slick-dots li button {
    width: 5.797vw;
    height: 5.797vw;
    padding: 1.208vw;
  }
  .wrap-03 .slick-dots li button:before {
    width: 5.797vw;
    height: 5.797vw;
    font-size: 2.415vw;
    line-height: 5.797vw;
  }
}

/* line-button */
.wrap-03 .line-button {
  margin: 24px auto 0;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-03 .line-button {
    margin: 1.923vw auto 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap-03 .line-button {
    margin: 16px auto 0;
  }
}

@media screen and (max-width: 413px) {
  .wrap-03 .line-button {
    margin: 3.865vw auto 0;
  }
}

/* announcement */
.wrap-03 .announcement {
  text-align: center;
}

.wrap-03 .announcement img {
  max-width: 440px;
}

.wrap-03 .announcement p {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-03 .announcement img {
    max-width: 35.256vw;
  }

  .wrap-03 .announcement p {
    font-size: 1.923vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-03 .announcement img {
    max-width: 80%;
  }

  .wrap-03 .announcement p {
    font-size: 16px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-03 .announcement p {
    font-size: 3.865vw;
  }
}

/* proof */
.wrap-03 .proof {
  margin-top: 56px;
  text-align: center;
}

.wrap-03 .proof img {
  max-width: 600px;
}

.wrap-03 .proof p {
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
}

.wrap-03 .proof p > span {
  color: var(--color-attention);
}

.wrap-03 .proof p > a {
  color: var(--color-link);
  text-decoration: underline;
}

.wrap-03 .proof .proof-notes {
  max-width: 560px;
  margin: 32px auto 24px;
  border: 2px solid #222;
  background-color: #fff;
}
.wrap-03 .proof .proof-title {
  padding: 10px 8px 7px;
  background-color: #222;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.wrap-03 .proof .proof-text {
  margin: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}
.wrap-03 .proof .proof-text a:link,
.wrap-03 .proof .proof-text a:visited {
  color: var(--color-link);
  text-decoration: underline;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-03 .proof {
    margin-top: 4.487vw;
  }

  .wrap-03 .proof img {
    max-width: 48.077vw;
  }

  .wrap-03 .proof p {
    margin-top: 1.923vw;
    font-size: 1.923vw;
  }

  .wrap-03 .proof .proof-notes {
    max-width: 44.872vw;
    margin: 2.564vw auto 1.923vw;
  }
  .wrap-03 .proof .proof-title {
    padding: 0.801vw 0.641vw 0.561vw;
    font-size: 1.442vw;
  }
  .wrap-03 .proof .proof-text {
    padding: 0.962vw 1.282vw;
    font-size: 1.282vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap-03 .proof {
    margin: 32px 0 0;
  }

  .wrap-03 .proof img {
    max-width: 100%;
  }

  .wrap-03 .proof p {
    margin-top: 16px;
    font-size: 16px;
  }

  .wrap-03 .proof .proof-notes {
    max-width: 100%;
    margin: 24px auto 16px;
  }
  .wrap-03 .proof .proof-title {
    padding: 9px 8px 7px;
    font-size: 16px;
  }
  .wrap-03 .proof .proof-text {
    padding: 8px 16px;
    font-size: 14px;
  }
}

@media screen and (max-width: 413px) {
  .wrap-03 .proof {
    margin: 7.729vw 0 0;
  }

  .wrap-03 .proof p {
    margin-top: 3.865vw;
    font-size: 3.865vw;
  }

  .wrap-03 .proof .proof-notes {
    max-width: 100%;
    margin: 5.797vw auto 3.865vw;
  }
  .wrap-03 .proof .proof-title {
    padding: 2.174vw 1.932vw 1.691vw;
    font-size: 3.865vw;
  }
  .wrap-03 .proof .proof-text {
    padding: 1.932vw 3.865vw;
    font-size: 3.382vw;
  }
}

/*--------------------
 wrap-04
--------------------*/
.wrap-04 {
  padding: 64px 0;
  background-color: #f4f4f4;
}

.wrap-04 .inner-xl {
  max-width: calc(1296px - (48px * 2));
  padding: 48px;
  border-radius: 16px;
  background-color: #fff;
}

.wrap-04 h2 {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
}

.wrap-04 h3 {
  margin: 40px 0 16px;
  padding: 9px 16px 7px;
  border-radius: 8px;
  background-color: #f4f4f4;
  font-size: 18px;
}

.wrap-04 p {
  margin: 0 16px;
  font-size: 14px;
}

.wrap-04 ol {
  list-style-type: decimal;
  margin: 8px 16px 0 40px;
}
.wrap-04 ul {
  list-style-type: disc;
  margin: 8px 16px 0 33px;
}
.wrap-04 ol li,
.wrap-04 ul li {
  margin-top: 2px;
  font-size: 14px;
}
.wrap-04 ol > li {
  padding-left: 0.2em;
}
.wrap-04 ol > li > ul {
  margin: 4px 0 6px 17px;
}

.wrap-04 .ol-none {
  list-style-type: none;
  margin: 8px 16px 0;
}
.wrap-04 .ol-none > li {
  padding-left: 0;
}
.wrap-04 .ol-none > li > span {
  display: inline-block;
  margin-right: 0.2em;
}
.wrap-04 .ol-none > li > .ul-notes-hyphen > li {
  padding-left: 1.2em;
}

.wrap-04 .ul-notes {
  list-style-type: none;
  margin: 16px 16px 0;
  padding-left: 0;
}
.wrap-04 .ul-notes > li {
  padding-left: 1.2em;
  text-indent: -0.6em;
  word-break: break-all;
}
.wrap-04 .ul-notes > li::before {
  display: inline-block;
  content: "※";
  margin-right: 0.2em;
}
.wrap-04 .ul-notes > li > ul {
  margin: 4px 0 6px 17px;
}
.wrap-04 .ul-notes > li > ul > li {
  text-indent: 0;
}

.wrap-04 .ul-none {
  list-style-type: none;
  margin: 8px 16px 0;
}
.wrap-04 .ul-none > li {
  margin-top: 8px;
}
.wrap-04 .ul-none > li > ul {
  margin-top: 4px;
}

.wrap-04 .ul-notes-hyphen {
  list-style-type: none;
  margin: 4px 0 6px 17px;
  padding-left: 0;
}
.wrap-04 .ul-notes-hyphen > li {
  padding-left: 0;
  text-indent: -1.05em;
}
.wrap-04 .ul-notes-hyphen > li::before {
  display: inline-block;
  content: "-";
  margin: 0 0.8em 0 0;
  text-indent: 0;
}

.wrap-04 .address {
  margin: 12px 0 0 0;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .wrap-04 {
    padding: 5.128vw 0;
  }

  .wrap-04 .inner-xl {
    max-width: calc(103.846vw - (3.846vw * 2));
    padding: 3.846vw;
    border-radius: 1.282vw;
  }

  .wrap-04 h2 {
    margin-bottom: 2.564vw;
    font-size: 2.564vw;
  }

  .wrap-04 h3 {
    margin: 3.205vw 0 1.282vw;
    padding: 0.721vw 1.282vw 0.561vw;
    border-radius: 0.641vw;
    font-size: 1.442vw;
  }

  .wrap-04 p {
    margin: 0 1.282vw;
    font-size: 1.122vw;
  }

  .wrap-04 ol {
    margin: 0.641vw 1.282vw 0 3.205vw;
  }
  .wrap-04 ul {
    margin: 0.641vw 1.282vw 0 2.644vw;
  }
  .wrap-04 ol li,
  .wrap-04 ul li {
    margin-top: 0.16vw;
    font-size: 1.122vw;
  }
  .wrap-04 ol > li > ul {
    margin: 0.321vw 0 0.481vw 1.362vw;
  }

  .wrap-04 .ol-none {
    margin: 0.641vw 1.282vw 0;
  }

  .wrap-04 .ul-notes {
    margin: 1.282vw 1.282vw 0;
  }
  .wrap-04 .ul-notes > li > ul {
    margin: 0.321vw 0 0.481vw 1.362vw;
  }

  .wrap-04 .ul-none {
    margin: 0.641vw 1.282vw 0;
  }
  .wrap-04 .ul-none > li {
    margin-top: 0.641vw;
  }
  .wrap-04 .ul-none > li > ul {
    margin-top: 0.321vw;
  }

  .wrap-04 .ul-notes-hyphen {
    margin: 0.321vw 0 0.481vw 1.362vw;
  }

  .wrap-04 .address {
    margin: 0.962vw 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap-04 {
    padding: 40px 20px;
  }

  .wrap-04 .inner-xl {
    max-width: none;
    padding: 32px 20px;
  }

  .wrap-04 h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .wrap-04 h3 {
    margin: 32px 0 16px;
    padding: 8px 12px 5px;
    font-size: 14px;
  }

  .wrap-04 p {
    margin: 0 12px;
    font-size: 13px;
  }

  .wrap-04 ol li,
  .wrap-04 ul li {
    font-size: 13px;
  }

  .wrap-04 .ol-none {
    margin: 8px 12px 0;
  }

  .wrap-04 .ul-notes {
    margin: 16px 12px 0;
  }
}

@media screen and (max-width: 413px) {
  .wrap-04 {
    padding: 9.662vw 4.831vw;
  }

  .wrap-04 .inner-xl {
    padding: 7.729vw 4.831vw;
  }

  .wrap-04 h2 {
    margin-bottom: 5.797vw;
    font-size: 4.831vw;
  }

  .wrap-04 h3 {
    margin: 7.729vw 0 3.865vw;
    padding: 1.932vw 2.899vw 1.208vw;
    font-size: 3.382vw;
  }

  .wrap-04 p {
    margin: 0 2.899vw;
    font-size: 3.14vw;
  }

  .wrap-04 ol li,
  .wrap-04 ul li {
    font-size: 3.14vw;
  }

  .wrap-04 .ol-none {
    margin: 1.932vw 2.899vw 0;
  }

  .wrap-04 .ul-notes {
    margin: 3.865vw 2.899vw 0;
  }
}

/*--------------------
 footer
--------------------*/
.footer {
  padding: 24px 0;
  background-color: #fff;
}

.footer .copyright {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .footer {
    padding: 1.923vw 0;
  }

  .footer .copyright {
    font-size: 0.962vw;
  }
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 413px) {
  .footer .copyright {
    font-size: 2.415vw;
  }
}

/*--------------------
 footer
--------------------*/
.btn-line {
  position: fixed;
  right: 35px;
  bottom: 90px;
  z-index: 1000;
  max-width: 90px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16));
}

.btn-pagetop {
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 1000;
  max-width: 60px;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .btn-line {
    right: 2.804vw;
    bottom: 7.212vw;
    max-width: 7.212vw;
  }

  .btn-pagetop {
    right: 4.006vw;
    bottom: 1.603vw;
    max-width: 4.808vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-line {
    right: 15px;
    bottom: 60px;
    max-width: 60px;
  }

  .btn-pagetop {
    right: 25px;
    bottom: 10px;
    max-width: 40px;
  }
}

@media screen and (max-width: 413px) {
  .btn-line {
    right: 3.623vw;
    bottom: 14.493vw;
    max-width: 14.493vw;
  }

  .btn-pagetop {
    right: 6.039vw;
    bottom: 2.415vw;
    max-width: 9.662vw;
  }
}
