@charset "UTF-8";
:root {
  --pallet-brown: #463b33;
  --pallet-camel: #c8894f;
  --pallet-milktea: #896e52;
  --pallet-ashgrey: #75685d;
  --pallet-shellpink: #efdfca;
  --pallet-apricot: #e2a069;
  --pallet-cream: #fcf9f2;
  --pallet-paleorange: #f0ddc3;
  --pallet-gold: #efc895;
  --pallet-champagne: #c0ad8d;
  --pallet-line: #06c755;
  --pallet-yellow: #f8e648;
  --pallet-beige: #ede4d1;
  --pallet-ecru: #f4ebdd;
  --pallet-Ivory: #f8f2e6;
  --pallet-scarlet: #d84114;
}

/*
==========================================================================
Foundation
========================================================================== */
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* ========================================================
 * 02. Base
 * ===================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: var(--pallet-ashgrey);
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (min-width: 450px) {
  body {
    font-size: 1.4rem;
  }
}

header,
footer,
main,
nav,
section,
article,
aside,
figure {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

ul > li > a,
ol > li > a {
  display: block;
}

ul > li > a > *:first-child,
ol > li > a > *:first-child,
dd > *:first-child {
  margin-top: 0;
}

img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden; /* for chrome */
}

a {
  color: #323232;
  text-decoration: none;
}

b,
em,
strong {
  font-style: normal;
  font-weight: normal;
}

dfn {
  font-style: normal;
}

sup,
sub {
  position: relative;
  top: -0.1em;
  font-size: 70%;
}

sup {
  top: -0.1em;
}

sub {
  bottom: 0.2em;
}

input,
select,
textarea,
button {
  font-size: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

input[type=checkbox] {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}

table,
th,
td {
  border-collapse: collapse;
}

video {
  outline: 0;
}

address {
  font-style: normal;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 100%;
}

/*
==========================================================================
Layout
========================================================================== */
/* ========================================================
 * body
 * ===================================================== */
.l-body {
  position: relative;
  min-height: 100vh;
}

@media screen and (min-width: 450px) {
  .l-body {
    background-color: var(--pallet-beige);
    clip-path: inset(0);
  }
  .l-body:before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/img_bg02.jpg");
    background-image: -webkit-image-set(url("../image/img_bg02.webp") type("image/webp"), url("../image/img_bg02.jpg"));
    background-image: image-set(url("../image/img_bg02.webp") type("image/webp"), url("../image/img_bg02.jpg"));
    background-position: center;
    background-size: cover;
  }
  .l-body.bg-1:before {
    background-image: url("../image/img_bg02.jpg");
    background-image: -webkit-image-set(url("../image/img_bg02.webp") type("image/webp"), url("../image/img_bg02.jpg"));
    background-image: image-set(url("../image/img_bg02.webp") type("image/webp"), url("../image/img_bg02.jpg"));
    animation: fade-in-1 1s forwards;
  }
  .l-body.bg-2:before {
    background-image: url("../image/img_bg03.jpg");
    background-image: -webkit-image-set(url("../image/img_bg03.webp") type("image/webp"), url("../image/img_bg03.jpg"));
    background-image: image-set(url("../image/img_bg03.webp") type("image/webp"), url("../image/img_bg03.jpg"));
    animation: fade-in-2 1s forwards;
  }
  .l-body.bg-3:before {
    background-image: url("../image/img_bg04.jpg");
    background-image: -webkit-image-set(url("../image/img_bg04.webp") type("image/webp"), url("../image/img_bg04.jpg"));
    background-image: image-set(url("../image/img_bg04.webp") type("image/webp"), url("../image/img_bg04.jpg"));
    animation: fade-in-3 1s forwards;
  }
  .l-body.bg-4:before {
    background-image: url("../image/img_bg01.jpg");
    background-image: -webkit-image-set(url("../image/img_bg01.webp") type("image/webp"), url("../image/img_bg01.jpg"));
    background-image: image-set(url("../image/img_bg01.webp") type("image/webp"), url("../image/img_bg01.jpg"));
    animation: fade-in-4 1s forwards;
  }
  @keyframes fade-in-1 {
    from {
      opacity: 0.1;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade-in-2 {
    from {
      opacity: 0.1;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade-in-3 {
    from {
      opacity: 0.1;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade-in-4 {
    from {
      opacity: 0.1;
    }
    to {
      opacity: 1;
    }
  }
}
/* ========================================================
 * footer
 * ===================================================== */
.l-footer {
  background-color: var(--pallet-brown);
  text-align: center;
  color: var(--pallet-champagne);
  padding: 20px 20px 120px;
  font-size: 1.2rem;
  line-height: 2;
}

@scope (.l-footer) {
  .l-footer-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: var(--pallet-gold);
    letter-spacing: 0.1em;
  }
  .l-footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .l-footer-link a {
    color: var(--pallet-beige);
  }
  .l-footer-link-item {
    line-height: 1;
    padding: 2px 10px;
  }
  .l-footer-link-item + .l-footer-link-item {
    border-left: 1px solid var(--pallet-champagne);
  }
  .l-footer-link-item a:hover {
    opacity: 0.5;
  }
}
/* ========================================================
 * section
 * ===================================================== */
.l-wrapper-sp {
  width: 100%;
}
@media (min-width: 450px) {
  .l-wrapper-sp {
    width: 375px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
}

/*
==========================================================================
Object
========================================================================== */
/* component
------------------------------ */
/* ========================================================
 * section
 * ===================================================== */
.section:nth-of-type(3n + 1) {
  background-color: var(--pallet-beige);
}
.section:nth-of-type(3n + 2) {
  background-color: var(--pallet-Ivory);
}
.section:nth-of-type(3n + 3) {
  background-color: var(--pallet-ecru);
}
.section {
  position: relative;
}

.section-inner {
  padding: 40px 24px;
}

.section-inner-fv {
  padding: 0 0 90px;
}

.section-inner.p-announce-fv {
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.section-s {
  margin-bottom: 15px;
}

/* ========================================================
 * box
 * ===================================================== */
.box-info {
  background-color: var(--pallet-shellpink);
  color: var(--pallet-milktea);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
}

.box-layout {
  margin-bottom: 20px;
}

/* ========================================================
 * heading
 * ===================================================== */
.h1 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--pallet-camel);
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--pallet-brown);
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

.h2-s {
  font-size: 2rem;
}

.hdg-num {
  color: var(--pallet-camel);
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

/* ========================================================
 * text
 * ===================================================== */
.leadText {
  color: var(--pallet-milktea);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.leadText:has(+ *) {
  margin-bottom: 15px;
}

.text {
  text-align: center;
  line-height: 2;
}
.text:has(+ *) {
  margin-bottom: 10px;
}

/* ========================================================
 * btn
 * ===================================================== */
.btn-line {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-line:hover {
  opacity: 0.7;
}

.btn-line {
  color: #fff;
  background-color: var(--pallet-line);
  border-radius: 50px;
  position: relative;
}
.btn-line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
}

/* ========================================================
 * icon
 * ===================================================== */
.icon-num {
  background-color: var(--pallet-apricot);
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 2.8em;
  height: 2.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon-num span {
  transform: translateX(1px);
}
.hdg-num > .icon-num {
  margin-right: 10px;
}

.icon-check {
  background-color: var(--pallet-paleorange);
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.icon-check::before {
  content: "";
  display: block;
  height: 5px;
  width: 100px;
  border-bottom: 4px solid var(--pallet-camel);
  border-left: 8px solid var(--pallet-camel);
  transform: rotate(-45deg) perspective(40px) rotateY(60deg) translate(-6px, -4px);
  transform-origin: 0 30%;
}

.icon-circle {
  display: inline-block;
  background-color: var(--pallet-apricot);
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
}

.icon-line {
  display: inline-block;
  line-height: 1em;
  color: var(--pallet-line);
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 1.4rem;
  margin-right: 10px;
}

/* ========================================================
 * image
 * ===================================================== */
.image {
  display: block;
  border-radius: 12px;
}
.image > * {
  border-radius: 12px;
  width: auto;
  height: auto;
}

.image-full {
  display: block;
  border-radius: 12px;
}
.image-full > * {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.image-full:has(+ *) {
  margin-bottom: 15px;
}

.image-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.image-2col:has(+ *) {
  margin-bottom: 15px;
}

.image-2col-item {
  width: calc((100% - 16px) / 2);
}

.image-cap {
  color: var(--pallet-milktea);
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 5px;
}

/* ========================================================
 * point
 * ===================================================== */
.point {
  background-color: var(--pallet-cream);
  color: var(--pallet-brown);
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 12px;
  padding: 10px 10px 10px 15px;
  border: 1px solid var(--pallet-paleorange);
  display: flex;
  align-items: center;
}
.point + .point {
  margin-top: 10px;
}
.point .icon-check {
  margin-right: 8px;
}

/* ========================================================
 * banner
 * ===================================================== */
.banner-area {
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 0;
  background-color: var(--pallet-brown);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 450px) {
  .banner-area {
    width: 375px;
  }
}

/* pages
------------------------------ */
/* ========================================================
 * fv
 * ===================================================== */
.fv-wrapper {
  position: relative;
}
.fv-wrapper::before {
  content: "";
  position: absolute;
  top: 75px;
  left: -15px;
  width: 110%;
  height: 110%;
  background-image: url(../image/illust_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(-2deg);
}

.fv-title-box {
  background-color: var(--pallet-scarlet);
  padding: 40px 20px 24px;
  height: 200px;
}

.fv-title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--pallet-beige);
}

.fv-image {
  position: relative;
  z-index: 5;
}

.fv-text {
  position: relative;
  z-index: 5;
  margin-top: 40px;
}

.fv-illust-18, .fv-illust-17, .fv-illust-16, .fv-illust-15, .fv-illust-14, .fv-illust-13, .fv-illust-12, .fv-illust-11, .fv-illust-10, .fv-illust-9, .fv-illust-8, .fv-illust-7, .fv-illust-6, .fv-illust-5, .fv-illust-4, .fv-illust-3, .fv-illust-2, .fv-illust-1 {
  position: absolute;
  z-index: 20;
}

.fv-illust-1 {
  top: 20px;
  right: 10px;
  width: 80px;
}

.fv-illust-2 {
  top: 115px;
  right: -50px;
  width: 140px;
}

.fv-illust-3 {
  top: 400px;
  left: -30px;
  width: 90px;
}

.fv-illust-4 {
  top: 570px;
  right: 25px;
  width: 80px;
}

.fv-illust-5 {
  bottom: 320px;
  left: -20px;
  width: 100px;
}

.fv-illust-6 {
  bottom: -50px;
  left: -20px;
  width: 130px;
}

.fv-illust-7 {
  top: -20px;
  left: -20px;
  width: 120px;
}

.fv-illust-8 {
  top: 20px;
  left: -20px;
  width: 90px;
  transform: rotateZ(-100deg);
}

.fv-illust-9 {
  top: 40px;
  right: 10px;
  width: 70px;
}

.fv-illust-10 {
  top: -60px;
  left: -10px;
  width: 100px;
  transform: rotateZ(-100deg);
}

.fv-illust-11 {
  top: 20px;
  right: 10px;
  width: 80px;
  transform: rotateZ(190deg);
}

.fv-illust-12 {
  top: -20px;
  left: 10px;
  width: 80px;
  transform: rotateZ(190deg);
}

.fv-illust-13 {
  top: -10px;
  left: -40px;
  width: 120px;
  transform: rotateZ(170deg);
}

.fv-illust-14 {
  top: 20px;
  right: 20px;
  width: 80px;
  transform: rotateZ(-100deg);
}

.fv-illust-15 {
  top: 20px;
  left: -10px;
  width: 80px;
}

.fv-illust-16 {
  top: 20px;
  left: -10px;
  width: 80px;
  transform: rotateZ(90deg);
}

.fv-illust-17 {
  top: -30px;
  right: -20px;
  width: 140px;
}

.fv-illust-18 {
  top: -20px;
  left: 10px;
  width: 70px;
}

/* PC */
.fv-line-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv-line-pc {
    display: block;
    position: fixed;
  }
}
@media screen and (768px <= width < 1300px) {
  .fv-line-pc {
    bottom: 170px;
    right: 40px;
    width: 150px;
  }
}
@media screen and (min-width: 1300px) {
  .fv-line-pc {
    bottom: 30px;
    right: 200px;
    width: 250px;
  }
}

.fv-toplogo {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv-toplogo {
    display: block;
    z-index: 5;
    position: fixed;
    bottom: 110px;
    right: 40px;
    filter: drop-shadow(0 0 3px #fff);
    width: 150px;
  }
}
@media screen and (min-width: 1300px) {
  .fv-toplogo {
    width: 200px;
  }
}

/* ========================================================
 * announce
 * ===================================================== */
.p-announce {
  text-align: center;
}

.p-announce-logo {
  display: block;
  margin: 40px auto 0;
  width: 200px;
  position: relative;
  z-index: 10;
}

@scope (.p-announce-fv) {
  .p-announce-logo {
    margin-top: 0;
  }
}
.p-announce-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--pallet-brown);
  margin-bottom: 50px;
}

.p-announce-date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: bold;
  color: var(--pallet-milktea);
  background: linear-gradient(var(--pallet-yellow), var(--pallet-yellow)) no-repeat;
  background-size: 100% 12px;
  background-position: left calc(100% - 2px);
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1;
}

.p-announce-date-text {
  font-size: 3rem;
  letter-spacing: 0;
}

.p-announce-limited {
  font-weight: bold;
  font-size: 2rem;
  color: var(--pallet-line);
  border: 3px solid var(--pallet-line);
  border-radius: 50px;
  padding: 4px 20px;
  width: 85%;
  margin: 0 auto 20px;
}

.p-announce-desc {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pallet-brown);
  line-height: 1.2;
  margin-bottom: 20px;
}

.p-announce-desc-sub {
  font-size: 1.2rem;
}

.p-announce-linebtn {
  width: 85%;
  margin: 0 auto;
}

.p-announce-catch-wrapper {
  position: relative;
  top: -30px;
  display: flex;
  justify-content: center;
}

.p-announce-catch2, .p-announce-catch1 {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.p-announce-catch1 {
  background-color: #483a32;
  color: #ffff00;
  font-size: 1.6rem;
  line-height: 1.2;
  right: -2px;
  z-index: 10;
}

@scope (.p-announce-catch1) {
  .catch1-middle {
    font-size: 4rem;
    margin-right: -10px;
    margin-top: -2px;
    line-height: 1;
  }
  .catch1-bottom {
    color: #fff;
  }
}
.p-announce-catch2 {
  font-size: 1.8rem;
  background-color: #ffff00;
  color: #483a32;
  left: -2px;
}

@scope (.p-announce-catch2) {
  .catch2-upper {
    margin: 0 8px;
    border-bottom: 1px solid #483a32;
  }
}
/* utility
------------------------------ *//*# sourceMappingURL=common.css.map */