@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&family=Zen+Old+Mincho:wght@500&display=swap");
@font-face {
  font-family: Copperplate;
  src: url("../fonts/Copperplate.otf");
}
:root {
  --paddingInline: 30px;
}
@media (max-width: 767px) {
  :root {
    --paddingInline: 20px;
  }
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 120px;
}
@media (max-width: 767px) {
  :target {
    scroll-margin-top: 85px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #050447;
  -webkit-font-smoothing: antialiased;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

main:not(:has(.l-home__fv)) {
  padding-top: 120px;
}
@media (max-width: 767px) {
  main:not(:has(.l-home__fv)) {
    padding-top: 85px;
  }
}

main.main {
  padding-top: 0;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

/* .en {
  font-family: "Zen Old Mincho", serif;
} */
.w800,
.w1200 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  max-width: 1200px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

._bg-basic {
  background: url("../img/common/bg_basic.jpg") repeat-y top center;
  background-size: 100%;
}

._bg-dark {
  background: url("../img/common/bg_dark.jpg") repeat-y top center;
  background-size: 100%;
}

._bg-magenta {
  background: url("../img/common/bg_magenta.jpg") repeat-y top center;
  background-size: 100%;
}

.c-icon-symbol01 {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15px;
}

.c-icon-arrow {
  width: 15px;
  height: 14px;
  fill: currentColor;
  vertical-align: middle;
  display: inline-block;
}

.c-button {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 20.1px;
  padding-block: 19px;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-image-slice: 39 99 39 99 fill;
  border-image-width: 19px 49px 19px 49px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-image-source: url("../img/common/main_btn.png");
}
.c-button._contact img {
  width: 18px;
  vertical-align: middle;
  margin-right: 16px;
  transform: translateY(-9%);
}

.c-inner {
  max-width: 1200px;
  box-sizing: content-box;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
}

.c-link-more {
  display: inline-block;
  padding-right: 21px;
  padding-bottom: 13px;
  border-bottom: 1px solid currentColor;
  position: relative;
  line-height: 1;
}
.c-link-more::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 15px;
  background-image: url(../img/common/seaconal-arrow.svg);
  background-size: contain;
  top: 2px;
  right: 0;
}

.c-itemCard img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .c-itemCard img {
    margin-bottom: 10px;
  }
}

.p-home__heading {
  margin-bottom: 30px;
  z-index: 0;
  text-align: center;
}
.p-home__heading._symbol01 {
  position: relative;
}
.p-home__heading._symbol01:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-image: url("../img/common/bg_heading_01.png");
  width: 128px;
  height: 128px;
  top: -35px;
  left: calc(50% - 64px);
  z-index: -1;
}
.p-home__heading._symbol02 {
  position: relative;
}
.p-home__heading._symbol02:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-image: url("../img/common/bg_heading_02.png");
  width: 125px;
  height: 125px;
  top: -35px;
  left: calc(50% - 62.5px);
  z-index: -1;
}
.p-home__heading._symbol03 {
  position: relative;
}
.p-home__heading._symbol03:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-image: url("../img/common/bg_heading_03.png");
  width: 122px;
  height: 128px;
  top: -38px;
  left: calc(50% - 61px);
  z-index: -1;
}
@media (max-width: 767px) {
  .p-home__heading._symbol01:before {
    width: 96px;
    height: 96px;
    top: -25px;
    left: calc(50% - 48px);
  }
  .p-home__heading._symbol02:before {
    width: 93px;
    height: 93px;
    top: -23px;
    left: calc(50% - 41.5px);
  }
  .p-home__heading._symbol03:before {
    width: 95px;
    height: 95px;
    top: -24px;
    left: calc(50% - 47.5px);
  }
}

.p-home__heading img {
  display: block;
}

.p-home__heading-en {
  margin: 0;
  font-family: "Copperplate", sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.2;
  word-break: normal;
}
@media (max-width: 767px) {
  .p-home__heading-en {
    font-size: 40px;
  }
}

.p-home__heading-ja {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .p-home__heading-ja {
    font-size: 12px;
  }
}

/* .p-home__heading-ja {
  position: relative;
  color: #710050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 161px;
  height: 30px;
  z-index: 0;
}

.p-home__heading-ja::before {
  position: absolute;
  content: '';
  background-image: url('../img/top/sub-title-bg.svg');
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
} */
.p-home__heading-pink::before {
  background-image: url("../img/top/sub-title-bg_02.svg");
}

/* header */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 98;
  background: none;
}

.p-header__head {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #050447;
  font-size: 0.85rem;
}

.p-header__cont {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 30px;
  /* background-color: #710050; */
  /* background-image: url('../img/common/header-bg.jpg'); */
  background-size: cover;
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.7));
  box-sizing: border-box;
}
.p-header__cont-logo img {
  max-width: 178px;
}

.p-header__cont-menu {
  display: flex;
  align-items: center;
}

.p-header__cont-menu-button,
.p-header__megamenu-button {
  padding: 0 12px;
}

@media (max-width: 767px) {
  .p-header__megamenu-wrapper {
    margin-bottom: 10px;
  }
}

.p-header__cont-menu-button {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.p-header__cont-menu-button:hover {
  text-decoration: underline;
}

.p-header__cont-icons {
  display: flex;
  align-items: center;
}

.p-header__cont-icons a {
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 0;
}

.p-header__cont-icons a:hover {
  opacity: 0.7;
}

.p-header__cont-icons a:nth-child(1) img,
.p-header__cont-icons a:nth-child(2) img {
  width: 19px;
}

.p-header__cont-icons a:nth-child(3) img,
.p-header__cont-icons a:nth-child(4) img {
  width: 20px;
}

.p-header__cont-icons-sp {
  display: none;
}

/* megamenu */
.p-header__megamenu-button {
  position: relative;
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-header__megamenu-button.active::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  background-image: url("../img/common/h-megamenu-bg.svg");
  background-size: cover;
}

.p-header__megamenu {
  display: none;
  z-index: 99;
  /* background-color: #710050; */
  background-image: url("../img/common/megamenu-bg.jpg");
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  transition: 0.4s;
}

.p-header__megamenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 830px;
  margin: auto;
}
.p-header__megamenu ul._style {
  max-width: 1250px;
}
.p-header__megamenu ul._style li {
  width: calc((100% - 50px) / 6);
}
@media (min-width: 767.1px) {
  .p-header__megamenu ul._color a {
    flex-direction: column;
  }
}

.p-header__megamenu li {
  width: calc((100% - 40px) / 5);
  min-width: 200px;
}

.p-header__megamenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #050447;
  border: 1px solid #050447;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  text-decoration: none;
  text-align: center;
}

.p-header__megamenu a:hover {
  background-color: #8F6921;
  border-color: #8F6921;
  color: #fff;
}

.p-header__megamenu span {
  display: block;
  font-size: 0.8rem;
}

#megamenuNav04.p-header__megamenu a {
  height: auto;
  border: none;
}

#megamenuNav04.p-header__megamenu a:hover {
  border: none;
  opacity: 0.7;
}

.normal {
  display: block;
}

.click {
  display: none;
}

.p-header__search:hover {
  cursor: pointer;
}

.p-header__search.active::before {
  display: none;
}

.p-header__search.active .click {
  display: block;
}

.p-header__search.active .normal {
  display: none;
}

.p-header__search-megamenu {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 99;
  background-color: #710050;
  background-image: url(../img/common/megamenu-bg.jpg);
  background-size: 100%;
  width: 100%;
  height: auto;
  padding: 10px 0 50px;
  box-sizing: border-box;
}

.p-header__search-megamenu.active {
  display: block;
}

.p-header__search-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  border-bottom: 1px solid currentColor;
}

.p-header__search-text {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 1rem;
  color: #fff;
  color: inherit;
  /* font-family: "Noto Serif JP", serif; */
}

.p-header__search-submit {
  background: none;
  border: none;
}
.p-header__search-submit svg {
  width: 19px;
  height: 19px;
}

.p-header__search-text:focus,
.p-header__search-submit:focus {
  outline: none;
}

.p-header__search-submit img {
  width: 19px;
}

/* hamburger */
.p-header__cont-hamburger-button,
.p-header__cont-hamburger-bottom {
  display: none;
}

.p-header__cont-hamburger-menu,
.p-header__cont-hamburger-wrapper {
  display: flex;
}

.p-drawer-top {
  display: none;
}
@media (max-width: 767px) {
  .open .p-drawer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.p-drawer-mypage {
  color: #ffffff;
  border: 1px solid currentColor;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-block: 15px;
}
.p-drawer-mypage img {
  width: 17px;
  height: auto;
}

.p-drawer-contact {
  color: #ffffff;
  border: 1px solid currentColor;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-block: 15px;
}
.p-drawer-contact img {
  width: 17px;
  height: auto;
}

.p-drawer-search {
  display: none;
}
.p-drawer-search input {
  border: none;
  background-color: transparent;
  flex-grow: 1;
  padding: 5px 12px;
  color: #FFFFFF;
}
.p-drawer-search input::placeholder {
  color: transparent;
}
@media (max-width: 767px) {
  .open .p-drawer-search {
    display: block;
    margin-top: 20px;
    margin-bottom: 24px;
  }
}

.p-drawer-search-inner {
  background-color: rgba(217, 217, 217, 0.2);
  display: flex;
  border-bottom: 1px solid #ffffff;
}

.p-drawer-search-submit {
  border: none;
  background-color: transparent;
  border-radius: 0;
  width: 52px;
  padding-block: 14px;
  display: block;
  text-align: center;
}
.p-drawer-search-submit img {
  width: 22px;
}

.p-drawer-guide {
  display: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 50px;
}
.p-drawer-guide li:not(:first-child) {
  margin-top: 20px;
}
.p-drawer-guide a {
  display: block;
}
@media (max-width: 767px) {
  .open .p-drawer-guide {
    display: block;
  }
}

.p-drawer-links {
  display: none;
  margin-top: 30px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .open .p-drawer-links {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-header__cont-menu-button {
    background-color: #4F0038;
    border-bottom: 2px solid #DEB971;
    padding: 9px 10px;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
    height: auto;
  }
}

.p-sns {
  font-family: "Copperplate", sans-serif;
  display: flex;
  align-items: center;
  gap: 14px;
}

.p-sns-instagram {
  display: block;
}
.p-sns-instagram img {
  width: 26px;
}

.p-sns-line {
  display: block;
}
.p-sns-line img {
  width: 26px;
}

/* footer */
.l-footer {
  background-image: url(../img/common/bg_diamond.png), url(../img/common/bg_magenta.jpg);
  background-size: 100%, 100%;
  background-position: top center, top center;
  background-repeat: repeat-y repeat-y;
  padding-block: 66px 44px;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .l-footer {
    background-size: 1400px, 1400px;
  }
}

.p-footer__head {
  background-image: url("../img/top/price-bg.jpg");
  background-size: cover;
}

.p-footer__head a {
  width: 33.3333333333%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-footer__head a:nth-child(1) img {
  width: 264px;
}

.p-footer__head a:nth-child(n+2) img {
  width: 272px;
}

.p-footer__head a .normal {
  display: block;
}

.hover {
  display: none;
}

.p-footer__head a:hover .nomal {
  display: none;
}

.p-footer__head a:hover {
  background-color: #050447;
}

.p-footer__head a:hover .normal {
  display: none;
}

.p-footer__head a:hover .hover {
  display: block;
}

.p-footer__cont {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.p-footer__cont-logo {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-direction: column;
  text-align: center;
  width: 245px;
  gap: 30px;
}

.p-footer__cont-logo img {
  width: 245px;
}

.p-footer__cont-logo .p-home__row {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.p-footer__cont a {
  color: #fff;
  text-decoration: none;
}

.p-footer__cont a:hover {
  text-decoration: underline;
}

.p-footer__lead {
  position: relative;
  padding-bottom: 80px;
  flex-basis: calc(100% - 245px - 50px);
  max-width: 798px;
}

.p-footer__lead .p-home__row:first-child {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.p-footer__lead .p-home__row {
  flex-wrap: wrap;
  gap: 20px 30px;
}

.p-footer__lead .p-home__row:nth-child(n+3) {
  margin-top: 20px;
}

/* .p-footer__lead .p-home__row {
  display: none;
} */
.p-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media (min-width: 767.1px) {
  .p-footer-nav ._contact {
    flex-basis: 70%;
  }
}
@media (max-width: 767px) {
  .p-footer-nav {
    font-size: 14px;
    margin-top: 30px;
  }
  .p-footer-nav li {
    flex-basis: calc(65% - 30px);
  }
  .p-footer-nav li:nth-child(2n+1) {
    flex-basis: 35%;
  }
}

.p-footer__cont-copyright {
  text-align: center;
  margin-top: 64px;
  font-size: 0.9rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-footer__seasonal img {
  width: 100%;
}

.p-footer__seasonal-image {
  display: none;
}

.p-footer__seasonal-image.active {
  display: block;
}

.p-footer-link {
  font-family: "Copperplate", sans-serif;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  gap: 14px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.p-footer-link._sp {
  display: none;
}
@media (max-width: 767px) {
  .p-footer-link {
    margin-top: 30px;
    gap: 42px;
  }
  .p-footer-link._pc {
    display: none;
  }
  .p-footer-link._sp {
    display: flex;
  }
}

.p-footer-instagram img {
  width: 26px;
}

.p-footer-line img {
  width: 26px;
}

.p-footer-corp {
  font-family: "Copperplate", sans-serif;
}

/* pages */
.l-text-area {
  width: 100%;
  padding: 0 20px 80px;
  max-width: 750px;
  margin: 50px auto 0;
  box-sizing: border-box;
}

.l-text-area h1 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.l-text-area h2 {
  font-size: 1.4rem;
  padding-bottom: 1rem;
}

.l-text-area p {
  margin: 1rem 0;
}

.p-text-area__nav ul {
  margin: 10px 20px;
}

.p-text-area__nav li:nth-child(n+2) {
  margin-top: 10px;
}

.user-guide-nav ul {
  margin-left: 30px;
}

.user-guide-nav li {
  list-style: circle;
}

.guide {
  padding-top: 50px;
}

.l-text-area table {
  border-collapse: collapse;
  width: 100%;
}

.l-text-area th,
.l-text-area td {
  border: 1px solid #050447;
  padding: 3px 5px;
  box-sizing: border-box;
}

.l-text-area dl {
  margin-top: 30px;
}

.l-text-area dt {
  font-size: 1.1rem;
  font-weight: bold;
}

.l-text-area dd {
  margin-top: 5px;
}

.l-text-area dl.p-text-area__faq:nth-child(n+3) {
  margin-top: 70px;
}

.l-text-area .p-text-area__faq dt,
.l-text-area .p-text-area__faq dd {
  position: relative;
  padding-left: 1.5rem;
}

.l-text-area .p-text-area__faq dt::before,
.l-text-area .p-text-area__faq dd::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1rem;
  font-weight: bold;
}

.l-text-area .p-text-area__faq dt::before {
  content: "Q.";
}

.l-text-area .p-text-area__faq dd::before {
  content: "A.";
}

@media screen and (min-width: 768px) {
  .p-header__head .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-header__megamenu {
    position: absolute;
    left: 0;
    top: 80px;
  }
  #megamenuWrapper05 {
    position: relative;
  }
  #megamenuNav05.p-header__megamenu {
    width: 170px;
    padding: 10px;
    background: rgba(242, 239, 226, 0.88);
  }
  #megamenuNav05.p-header__megamenu ul {
    display: block;
  }
  #megamenuNav05.p-header__megamenu li {
    width: 100%;
    min-width: 50px;
  }
  #megamenuNav05.p-header__megamenu a {
    border: none;
    height: 40px;
  }
  #megamenuNav05.p-header__megamenu a:hover {
    border: none;
    background: none;
    color: #050447;
  }
  .p-header__megamenu.active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .p-header__head {
    height: 35px;
  }
  .l-header .swiper-wrapper {
    transition-timing-function: linear;
  }
  .l-header .swiper-slide {
    white-space: nowrap;
    padding-left: 20px;
    margin-right: 80px;
    width: auto;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }
  .p-header__cont {
    height: 50px;
    padding: 0 10px 0 20px;
  }
  /* hamburger */
  .p-header__cont-hamburger-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
    height: 50px;
  }
  .p-header__cont-hamburger-button span {
    width: 20px;
    height: 1px;
    background-color: #fff;
    transition: 0.4s;
  }
  .p-header__cont-hamburger-button span:nth-child(2) {
    margin-top: 8px;
  }
  .p-header__cont-hamburger-button.open span {
    transform: rotate(-45deg);
  }
  .p-header__cont-hamburger-button.open span:nth-child(2) {
    margin-top: 0;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
  }
  .p-header__cont-hamburger-menu {
    display: none;
    transition: 0.4s;
  }
  .p-header__cont-hamburger-menu.open {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #710050;
    width: 100%;
    height: calc(100vh - 85px);
    height: calc(100dvh - 35px);
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .p-header__cont-hamburger-menu.open.active {
    top: 80px;
  }
  .p-header__cont-hamburger-wrapper {
    flex-direction: column;
    padding: 80px 20px 60px;
    box-sizing: border-box;
  }
  .p-header__cont-logo img {
    max-width: 107px;
  }
  .p-header__cont-icons {
    display: none;
  }
  .p-header__cont-icons-sp {
    display: flex;
    align-items: center;
  }
  .p-header__cont-icons-sp a {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 50px;
  }
  .p-header__cont-icons-sp a:nth-child(1) img {
    width: 19px;
  }
  .p-header__cont-icons-sp a:nth-child(2) img {
    width: 20px;
  }
  .p-header__search-megamenu {
    top: 50px;
    padding: 10px 20px 20px;
  }
  .p-header__search-form {
    height: 30px;
  }
  /* megamenu */
  .p-header__megamenu-button {
    height: auto;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .p-header__cont-hamburger-menu .p-header__megamenu-button {
    background-color: #4F0038;
    border-bottom: 2px solid #DEB971;
    padding: 9px 10px;
    font-size: 18px;
  }
  .p-header__megamenu-button.active::before {
    display: none;
  }
  .p-header__megamenu.open {
    display: block;
  }
  .p-header__cont-hamburger-menu .p-header__megamenu-button::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    top: 15px;
    right: 13px;
    transition: 0.4s;
  }
  .p-header__megamenu-button.open::after {
    transform: rotate(225deg);
    top: 23px;
  }
  .p-header__megamenu {
    padding: 10px 0;
    transition: 0.4s;
  }
  .p-header__megamenu ul {
    flex-direction: column;
    gap: 0;
    font-size: 16px;
  }
  .p-header__megamenu li {
    width: 100%;
    min-width: 0;
  }
  .p-header__megamenu a {
    justify-content: flex-start;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
  }
  .p-header__megamenu ul._style {
    flex-direction: row;
    padding-inline: 17.5px;
    gap: 5px;
  }
  .p-header__megamenu ul._style a {
    padding: 0;
  }
  .p-header__megamenu ul._style li {
    flex-basis: calc((100% - 5px) / 2);
  }
  .p-header__megamenu ul._style img {
    width: 100%;
    height: auto;
  }
  .p-header__cont-hamburger-column {
    display: flex;
    flex-direction: column;
  }
  .p-header__cont-hamburger-bottom {
    display: block;
  }
  .p-header__cont-hamburger-bottom .p-header__cont-hamburger-column:nth-child(1) {
    background-image: url("../img/top/price-bg.jpg");
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
  }
  .p-header__cont-hamburger-column a {
    padding: 10px 0;
    color: #fff;
    display: flex;
    text-decoration: none;
  }
  .p-header__cont-hamburger-bottom .p-header__cont-hamburger-column:nth-child(1) a:nth-child(1) img {
    width: 283px;
  }
  .p-header__cont-hamburger-bottom .p-header__cont-hamburger-column:nth-child(1) a:nth-child(2) img {
    width: 233px;
  }
  .p-header__cont-hamburger-bottom .p-header__cont-hamburger-column:nth-child(1) a:nth-child(3) img {
    width: 234px;
  }
  .p-header__cont-hamburger-bottom .p-header__cont-hamburger-column:nth-child(2) {
    padding: 30px 20px 60px;
    box-sizing: border-box;
    background-color: #050447;
  }
  /* footer */
  .p-footer__head {
    padding: 50px 0;
  }
  .p-footer__head .p-home__row {
    flex-direction: column;
  }
  .p-footer__head a {
    width: 100%;
    height: auto;
  }
  .p-footer__head a:nth-child(1) img,
  .p-footer__head a:nth-child(n+2) img {
    width: 217px;
  }
  .p-footer__head a:nth-child(n+2) {
    margin-top: 40px;
  }
  .p-footer__cont {
    background-size: 1400px;
    background-repeat: repeat-y;
    flex-direction: column;
  }
  .p-footer__cont-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .p-footer__cont-logo img {
    width: 154px;
  }
  .p-footer__lead {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .p-footer__cont .p-home__row {
    flex-direction: column;
    /* align-items: center; */
  }
  .p-footer__cont-logo .p-home__row {
    display: none;
  }
  .p-footer__lead .p-home__row:first-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  .p-footer__lead .p-home__row:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-footer__lead .p-home__row.sp {
    display: flex;
    flex-direction: row;
    margin: 20px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    gap: 40px;
  }
  .p-footer__lead .p-home__row.sp a {
    display: flex;
    align-items: center;
  }
  .p-footer__cont-copyright {
    position: static;
    font-size: 12px;
    text-align: left;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  /* pages */
  .l-text-area h1 {
    font-size: 1.6rem;
  }
  .l-text-area h2 {
    font-size: 1.2rem;
  }
  .guide {
    padding-top: 40px;
  }
}




.p-header__cont-menu-button {
  position: relative;
}

.p-header__cont-hamburger-wrapper .p-header__cont-menu-button:hover {
  opacity: 1;
  text-decoration: none;
}

.p-header__cont-menu-button:hover::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  background-image: url('https://gigaplus.makeshop.jp/matahari/assets/img/common/h-megamenu-bg.svg');
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-header__cont-menu-button:hover::before {
    display: none;
  }
}






#l-header .p-header__cont.is-fix {
  background: none;
  background-color: #710050;
  transition: all 0.16s 0s ease;
}