@charset "UTF-8";
/* 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;
  tab-size: 4;
}

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

::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;
  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;
}

:root {
  --white: #ffffff;
  --navy: #100169;
  --blue: #EAF0FF;
  --black: #1F2937;
  --light-black: #666666;
  --dark-gray: #D1D5DB;
  --medium-gray: #F5F6F8;
  --gray: #F9FAFB;
  --gold: #C9A735;
  --orange: #F65E00;
  --sky: #61ACDA;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

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

html {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  scroll-padding-top: 20px;
}

body {
  background-color: var(--white);
  color: var(--black);
}

main {
  overflow-x: hidden;
  flex: 1;
}

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

p {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  display: flex;
}

picture {
  display: flex;
}

img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 10;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 80px;
  z-index: 1000;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 64px;
  }
}

.l-header__inner {
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 0.5rem;
  }
}

.l-header__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.l-header__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 112px;
  }
}
.l-header__logo:hover {
  opacity: 0.6;
}

.l-header__shop {
  margin-left: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-header__shop {
    margin-left: 0;
  }
}

.l-header__shop__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0;
}

.l-header__shop__list__item {
  padding: 0 8px;
  font-size: 1.125rem;
  font-weight: bold;
}
.l-header__shop__list__item:nth-child(2) {
  border-left: 1px solid var(--black);
}
@media screen and (max-width: 768px) {
  .l-header__shop__list__item {
    font-size: 0.875rem;
  }
}

.l-header__nav__wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.l-header__nav {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .l-header__nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: var(--navy);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .l-header__nav.js-open {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    flex-direction: column;
    padding: 2rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .l-header__nav.js-open {
    max-height: calc(100vh - 64px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    top: 64px;
  }
}

.l-header__nav__list {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .l-header__nav__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    gap: 0;
  }
}

.l-header__nav__list__item {
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 3px solid var(--white);
}
@media screen and (max-width: 1200px) {
  .l-header__nav__list__item {
    width: 100%;
    height: auto;
    color: var(--white);
    border-bottom: none;
  }
}

.l-header__nav__list__item__link {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .l-header__nav__list__item__link {
    height: auto;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid var(--white);
    text-align: center;
  }
}

.l-header__nav__sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--gray);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .l-header__nav__sub {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
    background-color: var(--navy);
  }
}

.l-header__nav__list__sub {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 1rem;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .l-header__nav__list__sub {
    padding: 1rem 0 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (max-width: 576px) {
  .l-header__nav__list__sub {
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-header__nav__list__item__purchase .l-header__nav__list__sub {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

@media screen and (max-width: 1200px) {
  .l-header__nav__list__item__sub {
    padding-left: 1.5rem;
    line-height: 2;
    position: relative;
  }
  .l-header__nav__list__item__sub::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 45%;
    width: 1px;
    height: 6px;
    background-color: var(--white);
    transform: translateY(-50%) rotate(-45deg);
  }
  .l-header__nav__list__item__sub::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 60%;
    width: 1px;
    height: 6px;
    background-color: var(--white);
    transform: translateY(-50%) rotate(45deg);
  }
}

.l-header__contact {
  height: 100%;
  display: flex;
  align-items: center;
  background: url(../../assets/images/contact_frame.png) no-repeat;
  background-size: cover;
  margin-left: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .l-header__contact {
    width: 100%;
    background: none;
    height: auto;
    margin: 2rem auto 0;
    font-weight: bold;
    display: block;
    background-color: var(--gold);
    border-radius: 30px;
    border: 1px solid var(--gold);
    position: relative;
  }
  .l-header__contact:hover {
    background-color: var(--white);
  }
  .l-header__contact:hover .c-button__link {
    color: var(--navy);
  }
  .l-header__contact:hover .c-button__icon {
    background-color: var(--gold);
    color: var(--white);
  }
}

.l-header__contact__link {
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--white);
  padding: 1rem;
}
@media screen and (max-width: 1200px) {
  .l-header__contact__link {
    justify-content: center;
    padding: 1rem 1.5rem 1rem 1rem;
  }
}

.l-header__contact__icon {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-header__contact__icon {
    position: absolute;
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid var(--gold);
    font-size: 1.125rem;
    font-weight: bold;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.l-header__hamburger__line {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--white);
  transition: 0.3s;
  transform-origin: center;
}

.l-header__hamburger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1100;
  background-color: var(--navy);
  border-radius: 6px;
  padding: 12px 10px;
}
@media screen and (max-width: 1200px) {
  .l-header__hamburger {
    display: flex;
  }
  .l-header__hamburger.js-open .l-header__hamburger__line {
    transform: translateY(6px) rotate(45deg);
  }
  .l-header__hamburger.js-open .l-header__hamburger__line2 {
    opacity: 0;
  }
  .l-header__hamburger.js-open .l-header__hamburger__line3 {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.l-footer__inner {
  background: url(../../assets/images/bg.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  background-size: cover;
}

/*********************************************
 contact
 ********************************************/
.l-footer__contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.l-footer__heading {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: var(--navy);
}

.l-footer__contact__shop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__contact__shop {
    flex-direction: column;
    padding: 0 1rem;
  }
}

.l-footer__contact__shop__box {
  background-color: var(--white);
  width: calc(50% - 1.5rem);
  max-width: 1200px;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact__shop__box {
    min-width: auto;
    width: 100%;
    gap: 0.75rem;
    padding: 1rem;
  }
}

.l-footer__contact__shop__name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer__contact__shop__name {
    font-size: 1.5rem;
  }
}

.l-footer__contact__shop__tel {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--navy);
  line-height: 1.4;
  position: relative;
}
.l-footer__contact__shop__tel::before {
  content: "";
  background: url(../../assets/images/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact__shop__tel::before {
    left: -32px;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact__shop__tel {
    font-size: 1.5rem;
  }
}

.l-footer__contact__shop__time {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer__contact__shop__time {
    font-size: 1rem;
  }
}

/*********************************************
 menu
 ********************************************/
.l-footer__menu {
  color: var(--navy);
  border-top: 1px solid var(--black);
  background-color: var(--gray);
}

.l-footer__menu__name {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__name {
    font-size: 1rem;
  }
}

.l-footer__menu__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__inner {
    padding: 2.5rem;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 576px) {
  .l-footer__menu__list__wrap {
    min-width: calc(50% - 5rem);
  }
}

.l-footer__menu__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 0.5rem 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .l-footer__menu__list {
    grid-template-rows: repeat(8, auto);
  }
}

.l-footer__menu__item {
  line-height: 1.8;
  position: relative;
  padding-left: 1.25rem;
}
.l-footer__menu__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--navy);
}
@media screen and (max-width: 768px) {
  .l-footer__menu__item {
    font-size: 0.75rem;
    padding-left: 0.875rem;
  }
}

.l-footer__menu__purchase .l-footer__menu__item::before {
  content: "";
  position: absolute;
  background: var(--navy);
  width: 2px;
  height: 12px;
  left: 0;
  top: 5px;
  transform: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__purchase .l-footer__menu__item::before {
    width: 1px;
    height: 8px;
  }
}
.l-footer__menu__purchase .l-footer__menu__item::after {
  content: "";
  position: absolute;
  background: var(--navy);
  width: 12px;
  height: 2px;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__purchase .l-footer__menu__item::after {
    width: 8px;
    height: 1px;
    top: 12px;
  }
}

.l-footer__menu__service .l-footer__menu__list {
  grid-template-rows: repeat(3, auto);
}
@media screen and (max-width: 768px) {
  .l-footer__menu__service {
    order: 3;
  }
}

.l-footer__menu__shop .l-footer__menu__list {
  grid-template-rows: repeat(3, auto);
}
@media screen and (max-width: 768px) {
  .l-footer__menu__shop {
    order: 2;
  }
}

.l-footer__menu__other .l-footer__menu__name {
  margin-top: 1.5rem;
}

/*********************************************
 bottom
 ********************************************/
.l-footer__bottom {
  background-color: var(--navy);
  padding: 32px 0 16px;
}

.l-footer__logo {
  text-align: center;
}

.l-footer__logo__img {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo__img {
    max-width: 200px;
  }
}

.l-footer__copyright {
  text-align: center;
  color: var(--dark-gray);
  margin-top: 1.5rem;
  font-size: 0.75rem;
}

.l-section {
  padding: 60px 0;
}

.l-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-section__inner {
    padding: 0 1rem;
  }
}

.l-side__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  .l-side__container {
    flex-direction: column;
  }
}

.l-side__inner {
  margin-top: 3rem;
  padding-top: 5rem;
  border-top: 1px solid var(--navy);
}
@media screen and (max-width: 768px) {
  .l-side__inner {
    padding-top: 0;
  }
}

.l-side__main {
  width: calc(70% - 1.5rem);
}
@media screen and (max-width: 992px) {
  .l-side__main {
    width: 100%;
  }
}

.l-side__sub {
  width: calc(30% - 1.5rem);
}
@media screen and (max-width: 992px) {
  .l-side__sub {
    width: 100%;
  }
}

.l-side__sub__heading {
  text-align: center;
  color: var(--navy);
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--navy);
  width: 100%;
}
@media screen and (max-width: 992px) {
  .l-side__sub__heading {
    font-size: 1rem;
  }
}

.l-side__sub__box__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.l-side__sub__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.l-side__sub__content {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--navy);
  width: 100%;
  border-radius: 10px;
  gap: 1rem;
  overflow: hidden;
}

.l-side__tel__content {
  flex-direction: column;
  padding-bottom: 1rem;
  gap: 0.5rem;
}

.l-side__tel__name {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: bold;
  background-color: var(--navy);
  padding: 0.5rem;
  border-radius: 10px 10px 0 0;
  width: 100%;
  text-align: center;
}

.l-side__tel__number {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--navy);
  line-height: 1.4;
}
.l-side__tel__number::before {
  content: "";
  background: url(../../assets/images/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 18px;
  display: inline-block;
}

.l-side__tel__time {
  font-weight: bold;
}

.l-side__assessment__content {
  justify-content: space-between;
  height: 100px;
}

.l-side__assessment__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--navy);
  width: 100%;
  height: 100px;
  border-radius: 10px;
  gap: 1rem;
  overflow: hidden;
}

.l-side__assessment__img__wrap {
  width: 40%;
  height: 100px;
}

.l-side__assessment__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
}

.l-side__assessment__name {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--navy);
}
@media screen and (max-width: 768px) {
  .l-side__assessment__name {
    font-size: 1rem;
  }
}

.l-side__assessment__arrow {
  position: relative;
  background-color: var(--navy);
  width: 10%;
  height: 100%;
}
.l-side__assessment__arrow::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 1px;
  height: 8px;
  background-color: var(--white);
  transform: translateY(-50%) rotate(-45deg);
}
.l-side__assessment__arrow::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 55%;
  width: 1px;
  height: 8px;
  background-color: var(--white);
  transform: translateY(-50%) rotate(45deg);
}

.l-side__service__content {
  justify-content: space-between;
  height: 100px;
}

.l-side__service__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.l-side__service__img__wrap {
  width: 40%;
  aspect-ratio: 6/5;
}
@media screen and (max-width: 992px) {
  .l-side__service__img__wrap {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 576px) {
  .l-side__service__img__wrap {
    aspect-ratio: 4/3;
  }
}

.l-side__service__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  object-fit: contain;
}

.l-side__service__name {
  font-size: 1rem;
  font-weight: bold;
  color: var(--navy);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-side__service__name {
    font-size: 1rem;
  }
}

.l-side__service__arrow {
  position: relative;
  background-color: var(--white);
  width: 10%;
  height: 100%;
}
.l-side__service__arrow::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 1px;
  height: 8px;
  background-color: var(--navy);
  transform: translateY(-50%) rotate(-45deg);
}
.l-side__service__arrow::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 55%;
  width: 1px;
  height: 8px;
  background-color: var(--navy);
  transform: translateY(-50%) rotate(45deg);
}

/* Component (prefix: c-)
  ------------------------------------------------*/
.c-heading {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: var(--navy);
  position: relative;
  padding-bottom: 2.5rem;
}
.c-heading::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../assets/images/title_dec.png) no-repeat;
  background-size: cover;
  width: 72px;
  height: 16px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 1.75rem;
  }
}

.c-heading__text {
  font-size: 1.125rem;
  text-align: center;
  margin: 1rem 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-heading__text {
    font-size: 1rem;
  }
}

.c-heading__sub {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}

.c-heading--category {
  color: var(--black);
}

.c-button {
  background-color: var(--navy);
  border-radius: 30px;
  border: 2px solid var(--navy);
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
.c-button:hover {
  background-color: var(--white);
}
.c-button:hover .c-button__link {
  color: var(--navy);
}
.c-button:hover .c-button__icon {
  background-color: var(--navy);
  color: var(--white);
  transform: translateX(5px) translateY(-50%);
}
.c-button--white {
  background-color: var(--white);
}
.c-button--white:hover {
  background-color: var(--navy);
}
.c-button--white:hover .c-button__link {
  color: var(--white);
}
.c-button--white:hover .c-button__icon {
  background-color: var(--white);
  color: var(--navy);
}

.c-button__link {
  display: block;
  color: var(--white);
  padding: 1rem 3rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button__link--white {
  color: var(--navy);
}
@media screen and (max-width: 768px) {
  .c-button__link {
    padding: 1rem 1.5rem 1rem 1rem;
  }
}

.c-button__icon {
  position: absolute;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--navy);
  font-size: 1.125rem;
  font-weight: bold;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.c-button__icon--white {
  background-color: var(--navy);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .c-button__icon {
    width: 24px;
    height: 24px;
    font-size: 1rem;
  }
}

.c-news__item {
  position: relative;
  border-top: 1px solid var(--dark-gray);
  padding: 1.5rem;
}
.c-news__item:hover {
  background-color: var(--gray);
}
.c-news__item:last-child {
  border-bottom: 1px solid var(--dark-gray);
}

.c-news__day {
  color: var(--dark-gray);
  display: inline-block;
  margin-right: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-news__day {
    font-size: 0.875rem;
  }
}

.c-news__campaign {
  background-color: var(--gold);
  color: var(--white);
  padding: 0.25rem 1rem;
  border-radius: 30px;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-news__campaign {
    font-size: 0.6875rem;
  }
}

.c-news__notice {
  background-color: var(--navy);
  color: var(--white);
  padding: 0.25rem 1rem;
  border-radius: 30px;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-news__notice {
    font-size: 0.6875rem;
  }
}

.c-news__tag {
  background-color: var(--orange);
  color: var(--white);
  padding: 0.25rem 1rem;
  border-radius: 30px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-news__tag {
    font-size: 0.6875rem;
  }
}

.c-news__title {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-news__title {
    font-size: 0.875rem;
    padding-right: 2rem;
  }
}

.c-news__button__icon {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-news__button__icon {
    right: 16px;
  }
}

.c-news__item:hover .c-news__button__icon {
  transform: translate(10px, -50%);
}

.c-block__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-block__pc {
    display: none;
  }
}

.c-block__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-block__sp {
    display: block;
  }
}

.c-breadcrumbs {
  padding: 6.5rem 1rem 1.5rem;
  background-color: var(--medium-gray);
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    padding: 5rem 1rem 1rem;
  }
}

.c-breadcrumbs__list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list {
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.c-breadcrumbs__item {
  font-size: 0.75rem;
  position: relative;
  padding-right: 1rem;
}
.c-breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  width: 1px;
  height: 6px;
  background-color: var(--black);
  transform: translateY(-50%) rotate(-45deg);
}
.c-breadcrumbs__item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 65%;
  width: 1px;
  height: 6px;
  background-color: var(--black);
  transform: translateY(-50%) rotate(45deg);
}

.c-pagination {
  max-width: 800px;
  margin: 6.5rem auto 3.5rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    max-width: none;
    width: 100%;
    margin: 3rem auto 0;
  }
}

.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.c-pagination__item {
  color: var(--navy);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-pagination__item {
    display: none;
  }
  .c-pagination__item:has(.c-pagination__prev), .c-pagination__item:has(.c-pagination__next), .c-pagination__item:has(.c-pagination__current) {
    display: inline-block;
  }
}

.c-pagination__numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid var(--navy);
  border-radius: 50%;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
}

.c-pagination__current {
  background-color: var(--navy);
  color: var(--white);
}

.c-pagination__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid var(--navy);
  border-radius: 50%;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
}

/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
.js-accordion.js-active::before {
  opacity: 0;
}
.js-accordion.js-active + .p-top__faq__a {
  height: 120px;
  padding: 1.25rem;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .js-accordion.js-active + .p-top__faq__a {
    height: 220px;
  }
}

.js-megamenu .l-header__nav__list__item__link {
  padding-right: 1.5rem;
  position: relative;
}
.js-megamenu .l-header__nav__list__item__link::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(45deg);
}
.js-megamenu .l-header__nav__list__item__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .js-megamenu .l-header__nav__list__item__link::before {
    content: none;
  }
  .js-megamenu .l-header__nav__list__item__link::after {
    content: none;
  }
}
.js-megamenu.js-active {
  border-bottom: 3px solid var(--navy);
}
.js-megamenu.js-active .l-header__nav__list__item__link::before {
  transform: translateY(-50%) rotate(-45deg);
}
.js-megamenu.js-active .l-header__nav__list__item__link::after {
  transform: translateY(-50%) rotate(45deg);
}
.js-megamenu.js-active .l-header__nav__sub {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}

body.js-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/* Project (prefix: p-)
  ------------------------------------------------*/
/**************************************
 mv
**************************************/
.p-top__mv {
  padding-top: 5rem;
  background: url(../../assets/images/bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top__mv {
    padding-top: 4rem;
  }
}

.p-top__mv__inner {
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-top__mv__inner {
    padding-top: 1rem;
  }
}

.p-top__mv__slider__slide.swiper-slide {
  width: 71.4285714286%;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top__mv__slider__slide.swiper-slide {
    width: 100%;
  }
}

.p-top__mv__slide__img {
  border-radius: 20px;
}

.p-top__mv__slider__pagenation {
  bottom: unset !important;
}
.p-top__mv__slider__pagenation .swiper-pagination-bullet-active {
  background: var(--navy);
}

.p-top__mv__slider__prev {
  color: var(--black) !important;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  left: 13% !important;
  top: 50% !important;
}
@media screen and (max-width: 768px) {
  .p-top__mv__slider__prev {
    left: 0 !important;
    width: 25px !important;
    height: 25px !important;
  }
}
.p-top__mv__slider__prev::after {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .p-top__mv__slider__prev::after {
    font-size: 0.75rem !important;
  }
}

.p-top__mv__slider__next {
  color: var(--black) !important;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  right: 13% !important;
  top: 50% !important;
}
@media screen and (max-width: 768px) {
  .p-top__mv__slider__next {
    right: 0 !important;
    width: 25px !important;
    height: 25px !important;
  }
}
.p-top__mv__slider__next::after {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .p-top__mv__slider__next::after {
    font-size: 0.75rem !important;
  }
}

/**************************************
 shop
**************************************/
.p-top__shop {
  background: url(../../assets/images/bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.25);
}

.p-top__shop__heading {
  padding-bottom: 0;
}
.p-top__shop__heading::after {
  content: none;
}

.p-top__shop__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top__shop__container {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.p-top__shop__box {
  background-color: var(--white);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 2.5rem 3rem;
  text-align: center;
  width: calc(50% - 1.5rem);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-top__shop__box:hover {
  transform: translateY(-15px);
}
@media screen and (max-width: 768px) {
  .p-top__shop__box {
    width: 100%;
    padding: 1.5rem 1rem;
  }
}

.p-top__shop__name {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top__shop__name {
    font-size: 1.5rem;
  }
}

.p-top__shop__box__inner {
  margin: 1.5rem 0;
  text-align: left;
}

.p-top__shop__adress {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.p-top__shop__adress::before {
  content: "";
  background: url(../../assets/images/icon_adress.svg) no-repeat;
  background-size: cover;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 25px;
}
@media screen and (max-width: 768px) {
  .p-top__shop__adress {
    font-size: 1.125rem;
    padding-left: 1.875rem;
  }
}

.p-top__shop__tel {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.p-top__shop__tel::before {
  content: "";
  background: url(../../assets/images/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .p-top__shop__tel {
    font-size: 1.125rem;
    padding-left: 1.875rem;
  }
}

.p-top__shop__time {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.p-top__shop__time::before {
  content: "";
  background: url(../../assets/images/icon_time.svg) no-repeat;
  background-size: cover;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 768px) {
  .p-top__shop__time {
    font-size: 1.125rem;
    padding-left: 1.875rem;
  }
}

.p-top__shop__features__text {
  margin-bottom: 1rem;
}

.p-top__shop__features__item {
  background-color: var(--gold);
  color: var(--white);
  padding: 0.25rem 1rem;
  border-radius: 30px;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 0.75rem;
}

.p-top__shop__btn {
  margin-top: 3rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top__shop__btn {
    margin-top: 1.5rem;
  }
}

/**************************************
 news
**************************************/
.p-top__news__heading {
  padding-bottom: 0;
}
.p-top__news__heading::after {
  content: none;
}

.p-top__news__container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top__news__container {
    display: block;
  }
}

.p-top__news__box {
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 768px) {
  .p-top__news__box {
    margin-bottom: 2rem;
  }
}

.p-top__news__chirashi__box {
  grid-area: 1/3/2/4;
}

.p-top__news__heading {
  text-align: left;
}

.p-top__news__text {
  text-align: left;
}

.p-top__news__btn {
  margin-top: 2rem;
}

.p-top__news__chirashi__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.p-top__news__chirashi__content {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.p-top__news__chirashi__img__wrap {
  border-radius: 20px 20px 0 0;
  max-height: 190px;
  overflow: hidden;
}

.p-top__news__chirashi__img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top__news__chirashi__text__wrap {
  padding: 1rem;
}

.p-top__news__chirashi__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-top__news__chirashi__shop {
  font-size: 0.875rem;
  color: var(--navy);
  padding: 0.125rem 0.5rem;
  border: 1px solid var(--navy);
  border-radius: 20px;
}

.p-top__news__chirashi__heading {
  margin: 1rem 0;
}

.p-top__news__chirashi__btn {
  max-width: none;
  width: 100%;
}
.p-top__news__chirashi__btn:hover {
  background-color: var(--navy);
  color: var(--white);
  opacity: 0.6;
}
.p-top__news__chirashi__btn:hover .p-top__news__chirashi__link {
  color: var(--white);
}

.p-top__news__chirashi__link {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}
.p-top__news__chirashi__link::after {
  content: "";
  background: url(../../assets/images/icon_pdf.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top__news__chirashi__link::after {
    width: 16px;
    height: 16px;
  }
}

/**************************************
 service
**************************************/
.p-top__service__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top__service__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-top__service__items {
  border: 3px solid var(--navy);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 1.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top__service__items {
    padding: 1rem 0.5rem 1rem;
    border: 2px solid var(--navy);
    border-radius: 10px;
  }
}

.p-top__service__items__link {
  display: block;
}
.p-top__service__items__link:hover .p-top__service__items__img {
  transform: scale(1.2);
}

.p-top__service__items__img {
  display: block;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.p-top__service__items__description p {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-top__service__items__description p {
    font-size: 0.6875rem;
  }
}

/**************************************
 assessment
**************************************/
.p-top__assessment {
  background: url(../../assets/images/bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}

.p-top__assessment__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top__assessment__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-top__assessment__heading__sub {
  font-size: 2rem;
  font-weight: bold;
  color: var(--navy);
  margin: 0 0 1.5rem;
}

.p-top__assessment__item {
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.p-top__assessment__list {
  margin: 1.5rem auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 240px;
}

.p-top__assessment__list__item {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  padding-left: 3rem;
  position: relative;
}
.p-top__assessment__list__item::before {
  content: "";
  background: url(../../assets/images/check.png) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
}

.p-top__assessment__img {
  border-radius: 20px 20px 0 0;
}

.p-top__assessment__box {
  background-color: var(--white);
  border-radius: 20px;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

/**************************************
 faq
**************************************/
.p-top__faq__container {
  max-width: 800px;
  margin: 0 auto;
}

.p-top__faq__box {
  border: 2px solid var(--navy);
  border-radius: 20px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.p-top__faq__q {
  padding: 1.25rem;
  background-color: var(--white);
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--black);
  font-weight: 600;
  font-size: 1.125rem;
  position: relative;
}
.p-top__faq__q::before {
  content: "";
  position: absolute;
  right: calc(1rem + 13px);
  top: 50%;
  width: 2px;
  height: 28px;
  background: var(--navy);
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top__faq__q::before {
    width: 2px;
    height: 20px;
    right: calc(1rem + 9px);
  }
}
.p-top__faq__q::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 28px;
  height: 2px;
  background: var(--navy);
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top__faq__q::after {
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__faq__q {
    font-size: 1rem;
  }
}

.p-top__faq__q__icon {
  display: inline-block;
  background-color: var(--navy);
  color: var(--white);
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  margin-right: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top__faq__q__icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 1rem;
    line-height: 28px;
  }
}

.p-top__faq__q__text {
  padding-right: 1.5rem;
}

.p-top__faq__a {
  height: 0;
  padding: 0 1.25rem 0;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
}

.p-top__faq__a__icon {
  display: inline-block;
  background-color: var(--gold);
  color: var(--white);
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  margin-right: 1rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-top__faq__a__icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}

.p-top__faq__a__text {
  font-weight: normal;
  font-size: 1rem;
}

/**************************************
 movie
**************************************/
.p-top__movie__box {
  margin: 2.5rem auto 0;
  max-width: 980px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.p-top__movie__wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-top__movie__wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-item__shop {
  display: inline-block;
  background-color: var(--navy);
  padding: 0.25rem 0.5rem 0.5rem 1.5rem;
  color: var(--white);
  font-size: 0.875rem;
  position: relative;
}
.p-item__shop::before {
  content: "";
  background: url(../../assets/images/icon_adress__white.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.p-item__category {
  display: inline-block;
  background-color: var(--white);
  border: 1px solid var(--navy);
  border-radius: 20px;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.625rem;
}

.p-item__tag__container {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  margin-bottom: 2rem;
}

.p-item__tag__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem 2rem 2rem 1rem;
  border-bottom: 1px solid var(--dark-gray);
}
@media screen and (max-width: 576px) {
  .p-item__tag__inner {
    flex-direction: column;
    padding: 1.5rem 0;
  }
}

.p-item__tag__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.p-item__tag__heading {
  font-size: 1rem;
  font-weight: bold;
  color: var(--navy);
  white-space: nowrap;
  min-width: 150px;
}

.p-item__tag__item {
  color: var(--navy);
  border: 1px solid var(--dark-gray);
  border-radius: 20px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.p-item__tag__item:hover {
  background-color: var(--dark-gray);
}

.p-item__tag__current {
  color: var(--white);
  background-color: var(--navy);
}

.p-item__search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-item__number__text {
  color: var(--navy);
}

.p-item__sort__wrap {
  position: relative;
}
.p-item__sort__wrap::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 2px;
  background-color: var(--black);
  transform: translateY(-50%) rotate(45deg);
}
.p-item__sort__wrap::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  width: 8px;
  height: 2px;
  background-color: var(--black);
  transform: translateY(-50%) rotate(-45deg);
}

.p-item__sort {
  padding: 0.25rem 1rem;
  border: 1px solid var(--navy);
  border-radius: 10px;
  min-width: 130px;
  display: block;
}

.p-item__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 4rem 0 3rem;
}
@media screen and (max-width: 992px) {
  .p-item__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-item__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .p-item__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.p-item__item {
  border: 1px solid var(--navy);
  border-radius: 20px;
}
.p-item__item:hover {
  opacity: 0.6;
}

.p-item__item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

.p-item__img__wrap {
  position: relative;
}
.p-item__img__wrap .p-item__shop {
  position: absolute;
  right: 0;
  bottom: 5px;
  border-radius: 10px 0 0 0;
}

.p-item__img {
  border-radius: 20px 20px 0 0;
}

.p-item__date {
  color: var(--light-black);
}

.p-item__text {
  padding: 0.5rem;
}

.p-item__price__heading {
  background-color: var(--gold);
  color: var(--white);
  padding: 0.25rem 0.625rem;
  border-radius: 20px;
  line-height: 1.2;
  font-size: 0.875rem;
}

.p-item__price {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--navy);
}
.p-item__price .p-item__price--small {
  font-size: 0.875rem;
}

.p-item__detail__heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.5rem 0;
}

.p-item__date__wrap {
  text-align: right;
  margin-top: 1rem;
}

.p-item__detail {
  margin: 3rem 0;
}

.p-item__detail__img__wrap {
  max-width: 840px;
  margin: 0 auto 2rem;
}

.p-item__detail__text p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-shop__inner {
    padding-top: 2rem;
  }
}

.p-shop__heading__sub {
  font-size: 1.5rem;
  color: var(--navy);
  padding: 1rem;
  background-color: var(--medium-gray);
  border: 1px solid var(--dark-gray);
  border-radius: 10px;
  margin: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-shop__heading__sub {
    font-size: 1.25rem;
  }
}

.p-shop__box {
  padding: 1.5rem;
  background-image: url(../../assets/images/bg.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  border-radius: 10px;
  margin-bottom: 5rem;
}

.p-shop__box__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-shop__box__inner {
    flex-direction: column;
  }
}

.p-shop__box__content {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-shop__box__content {
    width: 100%;
  }
  .p-shop__box__content.p-shop__list {
    order: 2;
  }
  .p-shop__box__content.p-shop__img__wrap {
    order: 1;
  }
}

.p-shop__img {
  border-radius: 20px;
}

.p-shop__list__item {
  border-bottom: 1px solid var(--dark-gray);
  padding: 1rem 0.5rem 1rem 1.5rem;
  position: relative;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-shop__list__item {
    font-size: 1.125rem;
  }
}

.p-shop__address::before {
  content: "";
  background: url(../../assets/images/icon_shop.svg) no-repeat;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-shop__tel::before {
  content: "";
  background: url(../../assets/images/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 24px;
}

.p-shop__time::before {
  content: "";
  background: url(../../assets/images/icon_time.svg) no-repeat;
  background-size: cover;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .p-shop__map__wrap {
    margin-top: 1rem;
  }
}

.p-shop__map__heading {
  display: inline-block;
  background-color: var(--navy);
  padding: 0.375rem 1rem;
  border-radius: 20px 20px 0 0;
}

.p-shop__map__text {
  color: var(--white);
  display: inline-block;
  padding-left: 1.75rem;
  position: relative;
}
.p-shop__map__text::before {
  content: "";
  background: url(../../assets/images/icon_adress__white.svg) no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-shop__map__text::before {
    width: 24px;
    height: 24px;
  }
}

.p-shop__map {
  aspect-ratio: 3/1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-shop__map {
    aspect-ratio: 3/2;
  }
}
.p-shop__map iframe {
  border: 1px solid var(--navy);
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 20px;
}

.p-shop__line__inner {
  justify-content: flex-start;
}

.p-shop__line__box {
  width: calc(60% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-shop__line__box {
    width: 100%;
  }
}

.p-shop__line__img {
  width: calc(40% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-shop__line__img {
    width: 100%;
  }
}

.p-shop__line__button {
  max-width: 100%;
}

.p-news__detail__heading {
  text-align: left;
  margin-top: 1rem;
  padding-bottom: 3rem;
}
.p-news__detail__heading.c-heading::after {
  content: none;
}

.p-news__detail__text {
  text-align: left;
  margin: 0;
  padding: 4rem 0;
  border-top: 2px solid var(--dark-gray);
}
.p-news__detail__text p {
  margin-bottom: 2rem;
}

.p-news__tag__container {
  margin: 3rem 0;
}

.p-news__tag__inner {
  background-color: var(--medium-gray);
  border: 1px solid var(--dark-gray);
  border-radius: 20px;
  padding: 2rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 576px) {
  .p-news__tag__inner {
    flex-direction: column;
    padding: 1.5rem 1rem;
  }
}

.p-news__tag__heading {
  font-size: 1rem;
  color: var(--navy);
  font-weight: bold;
  min-width: 120px;
}

.p-news__tag__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.p-news__tag__item {
  color: var(--navy);
  border: 1px solid var(--dark-gray);
  border-radius: 20px;
  background-color: var(--white);
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.p-news__tag__item:hover {
  background-color: var(--dark-gray);
}

.p-news__tag__current {
  color: var(--white);
  background-color: var(--navy);
}

.p-contact__shop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .p-contact__shop {
    flex-direction: column;
  }
}

.p-contact__shop__box {
  background-color: var(--white);
  width: calc(45% - 1.5rem);
  max-width: 1200px;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid var(--navy);
}
@media screen and (max-width: 768px) {
  .p-contact__shop__box {
    min-width: auto;
    width: 100%;
    gap: 0.75rem;
    padding: 1rem;
  }
}

.p-contact__shop__name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact__shop__name {
    font-size: 1.5rem;
  }
}

.p-contact__shop__tel {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--navy);
  line-height: 1.4;
  position: relative;
  padding-left: 1em;
}
.p-contact__shop__tel::before {
  content: "";
  background: url(../../assets/images/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .p-contact__shop__tel::before {
    top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__shop__tel {
    font-size: 1.5rem;
  }
}

.p-contact__shop__time {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact__shop__time {
    font-size: 1rem;
  }
}

.p-contact__form__wrap {
  margin-top: 4rem;
}

.p-contact__required {
  background-color: var(--gold);
  color: var(--white);
  padding: 0.25rem 1rem;
  border-radius: 30px;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-contact__required {
    font-size: 0.6875rem;
  }
}

.p-contact__any {
  background-color: var(--light-black);
  color: var(--white);
  padding: 0.25rem 1rem;
  border-radius: 30px;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-contact__any {
    font-size: 0.6875rem;
  }
}

.p-contact__item {
  padding: 1.5rem 2.5rem;
  border-bottom: 1px solid var(--dark-gray);
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    padding: 1.5rem 0;
  }
}

.p-contact__header {
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-contact__data {
  margin-bottom: 1rem;
}
.p-contact__data input[type=text],
.p-contact__data input[type=tel],
.p-contact__data input[type=email],
.p-contact__data textarea {
  padding: 1rem;
  border: 1px solid var(--navy);
  width: 100%;
  border-radius: 10px;
}

.p-contact__data__radio label {
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .p-contact__example {
    font-size: 0.875rem;
  }
}

.p-contact__privacy {
  margin: 3rem 0;
}

.p-contact__privacy__text {
  text-align: center;
  margin-bottom: 1.5rem;
}

.p-contact__privacy__link {
  color: var(--navy);
  text-decoration: underline;
}

.p-contact__privacy__item {
  text-align: center;
}

.p-contact__btn {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .p-contact__btn {
    width: auto;
    min-width: 220px;
  }
}
.p-contact__btn input {
  width: 100%;
}
.p-contact__btn p {
  height: 60px;
}

.p-contact__btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2rem;
  margin: 3.75rem 0 0;
}
@media screen and (max-width: 576px) {
  .p-contact__btn__wrap {
    flex-direction: column;
  }
}
.p-contact__btn__wrap .p-contact__btn {
  margin: 0;
}

.p-contact__btn__back {
  background-color: var(--dark-gray);
  border: 2px solid var(--dark-gray);
}
.p-contact__btn__back:hover .p-contact__btn__back__icon {
  transform: translateX(-5px);
}

.p-contact__btn__back__link {
  color: var(--navy);
}

.p-contact__btn__back__icon {
  border: 1px solid var(--white);
  right: auto;
  left: 10px;
}

.p-contact__text__thanks {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 1.5rem 0;
}
@media screen and (max-width: 576px) {
  .p-contact__text__thanks {
    font-size: 1.125rem;
  }
}

.p-privacy__heading__sub {
  font-size: 1.5rem;
  color: var(--navy);
  padding: 1rem;
  background-color: var(--medium-gray);
  border: 1px solid var(--dark-gray);
  border-radius: 10px;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-privacy__heading__sub {
    font-size: 1.25rem;
  }
}

.p-privacy__text {
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-privacy__text {
    padding: 1.5rem 0;
  }
}
.p-privacy__text p {
  margin-bottom: 0.5rem;
}

.p-privacy__text__heading {
  color: var(--navy);
  margin-bottom: 1rem;
}

.p-purchase__heading__sub {
  font-size: 2rem;
  color: var(--black);
  padding: 1rem 1rem 1rem 4.5rem;
  background-color: var(--medium-gray);
  border: 1px solid var(--dark-gray);
  border-radius: 10px;
  margin: 2rem 0 2rem;
  position: relative;
}
.p-purchase__heading__sub::before {
  content: "";
  background: url(../../assets/images/icon_track.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 26px;
}
@media screen and (max-width: 768px) {
  .p-purchase__heading__sub::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-purchase__heading__sub {
    font-size: 1.5rem;
  }
}

.p-purchase__shop .p-purchase__heading__sub::before {
  content: "";
  background: url(../../assets/images/icon_shop.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 26px;
}
@media screen and (max-width: 768px) {
  .p-purchase__shop .p-purchase__heading__sub::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-purchase__shop .p-purchase__heading__sub {
    font-size: 1.5rem;
  }
}

.p-purchase__text--large {
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-purchase__text--large {
    font-size: 1.625rem;
  }
}

.p-purchase__list {
  margin: 2rem 0 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-purchase__list {
    flex-direction: column;
  }
}

.p-purchase__list__item {
  width: 260px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1rem 1rem 3.5rem;
  background-color: var(--blue);
  color: var(--navy);
  position: relative;
  font-size: 1.25rem;
  border-radius: 30px;
  white-space: nowrap;
}
.p-purchase__list__item::before {
  content: "";
  background: url(../../assets/images/check__maru.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-purchase__list__item::before {
    width: 20px;
    height: 20px;
  }
}

.p-purchase__recommend {
  border: 2px solid var(--navy);
  border-radius: 20px;
  padding-bottom: 1.5rem;
}

.p-purchase__recommend__heading {
  padding: 1rem;
  text-align: center;
  color: var(--white);
  font-size: 1.5rem;
  background-color: var(--navy);
  border-radius: 15px 15px 0 0;
  position: relative;
}
.p-purchase__recommend__heading::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #100169 transparent transparent;
  translate: -50% 100%;
}

.p-purchase__recommend__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin: 1.5rem 0;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-purchase__recommend__container {
    flex-direction: column;
    gap: 0;
  }
}

.p-purchase__recommend__text {
  text-align: center;
  padding: 0 1rem;
}

.p-purchase__recommend__box .p-purchase__recommend__text {
  padding: 1.5rem;
  border: 1px solid var(--navy);
  border-radius: 20px;
  min-width: 200px;
  margin-bottom: 1rem;
}

.p-purchase__recommend__img__wrap {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .p-purchase__recommend__img__wrap {
    order: 3;
  }
}

.p-purchase__box:not(:first-child) {
  margin-top: 5rem;
}

.p-purchase__box__inner {
  padding: 1.5rem;
  background-image: url(../../assets/images/bg.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  border-radius: 10px;
  margin-bottom: 5rem;
}

.p-purchase__flow__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  margin: 2rem 0;
}

.p-purchase__flow__item {
  border: 1px solid var(--navy);
  border-radius: 10px;
  padding: 1.5rem;
  background-color: var(--white);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.5rem;
  position: relative;
}
.p-purchase__flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #100169 transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 768px) {
  .p-purchase__flow__item {
    flex-direction: column;
    justify-content: center;
  }
}

.p-purchase__flow__haeding__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
  border-right: 1px solid var(--navy);
}
@media screen and (max-width: 768px) {
  .p-purchase__flow__haeding__wrap {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid var(--navy);
  }
}

.p-purchase__flow__heading {
  color: var(--navy);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.1;
}
.p-purchase__flow__heading .p-purchase__flow__number {
  display: block;
  color: var(--gold);
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-purchase__flow__heading {
    flex-direction: row;
    gap: 0.5rem;
  }
}

.p-purchase__flow__img__wrap {
  max-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-purchase__flow__img__wrap {
    max-width: 300px;
    margin: 0 auto;
  }
}

.p-purchase__flow__text--large {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--navy);
  margin-bottom: 1rem;
}

.p-purchase__need {
  border: 1px solid var(--navy);
  padding: 1.5rem;
  background-color: var(--white);
  margin: 2rem 0;
}

.p-purchase__need__heading {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
.p-purchase__need__heading::before {
  content: "";
  background: url(../../assets/images/check__maru.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-purchase__need__heading::before {
    width: 20px;
    height: 20px;
  }
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

.u-open {
  position: relative;
}
.u-open::before {
  content: "";
  background: url(../../assets/images/open.png) no-repeat;
  background-size: cover;
  width: 120px;
  height: 70px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 3%;
}
@media screen and (max-width: 992px) {
  .u-open {
    padding-top: 120px;
  }
}/*# sourceMappingURL=style.css.map */