@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}
.top-bn-shop{
margin:0 auto 5rem auto;
width:50%;
text-align:center;
}
@media (max-width: 767px) { 
.top-bn-shop{
width:90%;
margin:0 5% 2rem 5%;
}
}

body {
  /* bodyの基本サイズを18pxに設定（解像度基準1400） */
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: justify;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  body {
    /* bodyの基本サイズを16pxに設定（解像度基準768） */
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  body {
    /* bodyの基本サイズを14pxに設定（解像度基準375） */
    font-size: 1.4rem;
  }
}

.f-en {
  font-family: "Caveat", cursive;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  overflow-x: hidden;
}

.drawer--open {
  overflow: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

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

/*　上に上がる動き　*/
.l-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*　下に下がる動き　*/
.l-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 144rem; /* コンテンツ幅1400px */
  width: 100%;
  height: auto;
}
@media screen and (max-width: 519px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}

.l-inner--1000 {
  max-width: 100rem;
}

.l-inner--narrow {
  max-width: 98rem;
}

@media screen and (max-width: 959px) {
  .l-inner--tab0 {
    padding: 0;
  }
}

.l-main {
  margin-top: 7.24rem;
}
@media screen and (max-width: 959px) {
  .l-main {
    margin-top: 8.2vw;
  }
}
@media screen and (max-width: 519px) {
  .l-main {
    margin-top: 14vw;
  }
}

/* component
------------------------------------------------ */
.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 0.5rem 0rem 0;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .c-header {
    padding: 0;
  }
}

.c-header__logo {
  width: 28vw;
  max-width: 27.6rem;
}
@media screen and (max-width: 959px) {
  .c-header__logo {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__logo {
    padding: 0rem;
    width: 55vw;
  }
}

.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 1190px) {
  .c-header__nav {
    gap: 1rem;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 959px) {
  .c-header__nav {
    display: none;
  }
}

.c-header__menu {
  -ms-flex-line-pack: center;
      align-content: center;
}

.c-header__menu--contact {
  padding: 0.9rem 3.3rem;
  color: white;
  background-color: #d06fd8;
  border-radius: 3rem;
}

.c-header__hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 100;
  aspect-ratio: 1;
  width: 4rem;
  height: auto;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #d06fd8;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    display: block;
  }
}
.c-header__hamburger-border {
  position: relative;
  margin: 0 auto;
  width: 55%;
  height: 0.3rem;
  background-color: white;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.c-header__hamburger-border--top {
  top: 0;
}

.c-header__hamburger-border--middle {
  margin: 0.5rem auto;
}

.c-header__hamburger-border--bottom {
  bottom: 0;
}

.c-header__hamburger--open .c-header__hamburger-border--top {
  top: 8.1px;
  -webkit-transform: translate(0%, 0) rotate(-225deg);
          transform: translate(0%, 0) rotate(-225deg);
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--top {
    top: 8px;
  }
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  bottom: 8.1px;
  -webkit-transform: translate(0%, 0) rotate(225deg);
          transform: translate(0%, 0) rotate(225deg);
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--bottom {
    bottom: 8px;
  }
}

.c-header__drawer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 0;
  transition: all 0.7s ease 0;
}

.c-header__drawer-modal--open {
  opacity: 1;
  visibility: visible;
}

.c-header__drawer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 12vw 12vw 5rem;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #d06fd8;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  overflow: hidden scroll;
}
@media screen and (max-width: 519px) {
  .c-header__drawer {
    padding: 18vw 3.4rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__drawer {
    padding: 16vw 1rem 3rem;
  }
}
.c-header__drawer::-webkit-scrollbar {
  width: 0.5rem;
  width: min(0.5rem, 1.25vw);
}
.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.c-header__drawer--open {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-header__drawer-menus {
  font-size: 1.357em;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .c-header__drawer-menus {
    font-size: 1.28em;
  }
}

.c-header__drawer-menu {
  display: block;
  position: relative;
  color: white;
  margin-top: min(1.2rem, 1vw);
  padding: 1.3rem 2.5rem;
}
@media screen and (max-width: 959px) {
  .c-header__drawer-menu {
    margin-top: 0;
    border-bottom: 1px solid #ededed;
  }
}
.c-header__drawer-menu:first-child {
  margin-top: 0;
}
.c-header__drawer-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  aspect-ratio: 1;
  width: 1.5rem;
  height: auto;
  border-top: 3px solid white;
  border-right: 3px solid white;
}

.c-header__drawer-menu--contact {
  margin-top: 2rem;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #d06fd8;
  background-color: #fff;
  border-radius: 0.5rem;
  border: none;
}
.c-header__drawer-menu--contact:after {
  border-color: #d06fd8;
}

.c-head01 {
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.35;
}
@media screen and (max-width: 519px) {
  .c-head01 {
    font-size: 1.8rem;
  }
}
.c-head01 span {
  display: block;
  color: #d06fd8;
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .c-head01 span {
    font-size: 2em;
  }
}
@media screen and (max-width: 519px) {
  .c-head01 span {
    font-size: 1.8em;
  }
}

.c-head02 {
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .c-head02 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-head02 {
    font-size: 2rem;
  }
}

.c-btn {
  display: block;
  margin: 5.3rem auto 0;
  padding: 1.8rem;
  width: 100%;
  max-width: 50rem;
  font-weight: 400;
  color: white;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #d06fd8;
  border-radius: 5rem;
}
@media screen and (max-width: 519px) {
  .c-btn {
    max-width: 100%;
  }
}

.c-footer {
  position: relative;
  padding: 12rem 0;
}
@media screen and (max-width: 959px) {
  .c-footer {
    padding: 8rem 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer {
    padding-top: 6rem;
  }
}
.c-footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #e9e1ef;
}
@media screen and (max-width: 959px) {
  .c-footer::before {
    height: 4rem;
  }
}

.c-footer--white::before {
  height: 0.5rem;
}

.c-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8.5rem;
}
@media screen and (max-width: 959px) {
  .c-footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
}

.c-footer__credit {
  width: calc(50% - 8.5rem);
}
@media screen and (max-width: 959px) {
  .c-footer__credit {
    width: 100%;
  }
}

.c-footer__logo {
  max-width: 42rem;
}
@media screen and (max-width: 959px) {
  .c-footer__logo {
    width: 40%;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__logo {
    width: 64%;
  }
}

.c-footer__ope {
  margin-top: 1.5rem;
  line-height: 1.3;
}

.c-footer__address {
  margin-top: 2.2rem;
}

.c-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .c-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer__sns a {
  width: 2.8rem;
}

.c-footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3.5rem;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .c-footer__menus {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menus {
    gap: 1rem 2rem;
  }
}

.c-footer__btn {
  margin: 0 0 2rem;
  width: 45%;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .c-footer__btn {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__btn {
    width: 100%;
    font-size: 1.1em;
  }
}

.c-footer__copyright {
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-footer__copyright {
    text-align: center;
    font-size: 0.8em;
  }
}

.c-pagetop {
  display: block;
  position: sticky;
  z-index: 1;
  bottom: 4rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin: 0 2rem 0 auto;
  width: 5rem;
}
@media screen and (max-width: 959px) {
  .c-pagetop {
    width: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-pagetop {
    margin: 0 1rem 0 auto;
  }
}

.c-page-header {
  position: relative;
  width: 100%;
}

.c-page-header__head {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 2rem 2rem 2.5rem;
  width: 80%;
  max-width: 69rem;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
@media screen and (max-width: 519px) {
  .c-page-header__head {
    width: 90%;
  }
}
.c-page-header__head::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  aspect-ratio: 185/148;
  width: 18.5rem;
  height: auto;
  background-image: url(../images/common/pagetitle_ayame.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .c-page-header__head::before {
    width: 20vw;
  }
}
@media screen and (max-width: 519px) {
  .c-page-header__head::before {
    width: 25vw;
  }
}

.c-page-header__image {
  width: 100%;
}
.c-page-header__image img {
  width: 100%;
  min-height: 27rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 519px) {
  .c-page-header__image img {
    min-height: auto;
    height: 60vw;
  }
}

.c-bene {
  padding: 20rem 0 2rem;
  width: 100%;
  background-image: url(../images/benefit/bg_diamond.png);
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 959px) {
  .c-bene {
    padding: 15rem 0 2rem;
    background-size: auto 80%;
  }
}
@media screen and (max-width: 519px) {
  .c-bene {
    padding-top: 10rem;
  }
}

.c-bene--platinum {
  background-image: url(../images/benefit/bg_platinum.png);
}

.c-bene--special {
  background-image: url(../images/benefit/bg_special.png);
}

.c-bene--standard {
  background-image: url(../images/benefit/bg_standard.png);
}

.c-bene--internet {
  background-image: url(../images/benefit/bg_internet.png);
}

.c-bene__container {
  position: relative;
  padding: 6rem 6.5rem 8rem;
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 959px) {
  .c-bene__container {
    padding: 5rem 4rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__container {
    padding: 4rem 1rem 3rem;
  }
}

.c-bene__head {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -67%);
          transform: translate(-50%, -67%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Caveat", cursive;
  color: #fccaca;
  font-size: 12rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .c-bene__head {
    font-size: 12vw;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__head {
    font-size: 15.5vw;
  }
}

.c-bene__head--platinum {
  color: #d6d6f2;
}

.c-bene__head--special {
  color: #54a9dd;
}

.c-bene__head--standard {
  color: #4faa60;
}

.c-bene__head--internet {
  color: #f7b346;
}

.c-bene__fee {
  padding: 1rem;
  height: 8.6rem;
  color: white;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #c60a0a;
  border-radius: 1.5rem;
}
@media screen and (max-width: 959px) {
  .c-bene__fee {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__fee {
    height: 6rem;
    font-size: 4.5vw;
  }
}

.c-bene__fee--platinum {
  background-color: #7f70d6;
}

.c-bene__fee--special {
  background-color: #54a9dd;
}

.c-bene__fee--standard {
  background-color: #4faa60;
}

.c-bene__fee--internet {
  background-color: #f7b346;
}

.c-bene__spe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
  margin-top: 3.5rem;
  padding: 3rem 4.5rem 4rem;
  background-color: #fffdf8;
  border: 4px solid #c6b295;
  border-radius: 1rem;
}
@media screen and (max-width: 959px) {
  .c-bene__spe {
    padding: 2rem 3rem 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__spe {
    margin-top: 2.5rem;
    padding: 2rem 1.5rem 2rem;
    border-width: 3px;
  }
}

.c-bene__spe-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3rem;
  position: relative;
  padding-left: calc(13.8% + 4.5rem);
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-bene__spe-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

.c-bene__spe-box {
  position: absolute;
  left: 0;
  width: 13.8%;
}
@media screen and (max-width: 959px) {
  .c-bene__spe-box {
    top: 0;
    width: 15%;
  }
}

.c-bene__spe-head {
  font-size: 3.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .c-bene__spe-head {
    margin-top: 3rem;
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__spe-head {
    font-size: 6.5vw;
  }
}

.c-bene__spe-delivery {
  position: relative;
  z-index: 0;
  padding: 0 1rem;
  font-size: 2.7rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, #ffef27), to(#ffef27));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #ffef27 70%, #ffef27 100%);
}
@media screen and (max-width: 959px) {
  .c-bene__spe-delivery {
    margin-top: 3rem;
    padding: 0;
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__spe-delivery {
    margin-top: 2rem;
    font-size: 5vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(78%, rgba(0, 0, 0, 0)), color-stop(78%, #ffef27), to(#ffef27));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 78%, #ffef27 78%, #ffef27 100%);
  }
}

.c-bene__spe-info {
  margin-top: 0.3rem;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .c-bene__spe-info {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__spe-info {
    font-size: 1.6rem;
  }
}

.c-bene__spe-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 13%;
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-bene__spe-schedule {
    gap: 1.5rem 3rem;
  }
}

@media screen and (max-width: 959px) {
  .c-bene__spe-month {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 519px) {
  .c-bene__spe-month {
    width: 100%;
  }
}
.c-bene__spe-month span {
  display: inline-block;
  margin-right: 0.7rem;
  width: 8.3rem;
  height: 3.5rem;
  color: white;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #d06fd8;
  border-radius: 5rem;
}
@media screen and (max-width: 519px) {
  .c-bene__spe-month span {
    margin-right: 1rem;
  }
}

.c-bene__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.7rem 3.3rem;
  margin-top: 3.7rem;
}
@media screen and (max-width: 959px) {
  .c-bene__items {
    gap: 2.5rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-bene__item {
  padding: 3.5rem 4rem 2.5rem;
  width: calc(33.333% - 2.2rem);
  background-color: #fffdf8;
  border: 1px solid #c6b295;
  border-radius: 1rem;
}
@media screen and (max-width: 959px) {
  .c-bene__item {
    padding: 2rem 2rem 0;
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-bene__item {
    padding: 3rem 2rem 3rem;
    width: 100%;
  }
}

.c-bene__item-head {
  min-height: 5.72rem;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .c-bene__item-head {
    min-height: 5.2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__item-head {
    min-height: auto;
  }
}

.c-bene__item-icon {
  margin: 1rem auto 0;
  width: auto;
  height: 26%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-bene__item-icon {
    height: 20%;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__item-icon {
    margin-top: 2rem;
    height: 19vw;
  }
}
.c-bene__item-icon img {
  width: auto;
  height: 100%;
}

.c-bene__item-list {
  min-height: 12rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .c-bene__item-list {
    margin-top: 1.5rem;
    min-height: 13.2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__item-list {
    margin-top: 2rem;
    min-height: auto;
  }
}
.c-bene__item-list li {
  position: relative;
  margin-top: 0.8rem;
  padding-left: 2rem;
  list-style: none;
}
.c-bene__item-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.c-bene__item-btn {
  display: block;
  margin: 1.5rem auto 0;
  padding: 0.55rem;
  width: 83%;
  font-size: 1.6rem;
  color: #d06fd8;
  text-align: center;
  background-color: #fff;
  border: 0.2rem solid #d06fd8;
  border-radius: 3rem;
}
@media screen and (max-width: 959px) {
  .c-bene__item-btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-bene__item-btn {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 959px) {
  .c-bene__btn {
    margin-top: 5rem;
  }
}

.c-form {
  padding: 10rem 0;
}
@media screen and (max-width: 959px) {
  .c-form {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-form {
    padding: 6rem 0;
  }
}
.c-form ul {
  padding-left: 2.4rem;
}
.c-form .snow-monkey-form {
  margin-top: 5rem;
}
@media screen and (max-width: 519px) {
  .c-form .snow-monkey-form {
    margin-top: 4rem;
  }
}
.c-form .require .smf-item__label__text::after {
  content: "[必須]";
  color: red;
  font-size: 0.8em;
  margin-left: 3px;
}

.c-form__content .smf-form--simple-table .smf-item {
  padding: 3rem 2rem;
  border-top: 1px solid #999;
}
.c-form__content .smf-form--simple-table .smf-item:last-of-type {
  border-bottom: 1px solid #999;
}
.c-form__content .smf-form--simple-table .smf-item__col--label {
  padding-right: 3rem;
}
@media screen and (max-width: 519px) {
  .c-form__content .smf-form--simple-table .smf-item__col--label {
    font-size: 1.15em;
  }
}
.c-form__content .smf-item__controls .smf-placeholder {
  margin-top: 2rem;
}
.c-form__content .smf-item__controls .smf-placeholder:first-child {
  margin-top: 0;
}
.c-form__content .smf-form .smf-checkbox-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__content .smf-form .smf-checkbox-control input {
  margin: 0;
}
.c-form__content .smf-control-description {
  font-size: 0.8em;
}
.c-form__content .smf-action .smf-button-control__control {
  display: block;
  margin: 5.3rem auto 0;
  padding: 1.8rem;
  width: 100%;
  max-width: 50rem;
  font-weight: 400;
  color: white;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #d06fd8;
  background-image: none;
  border-radius: 5rem;
  border: none;
}
@media screen and (max-width: 519px) {
  .c-form__content .smf-action .smf-button-control__control {
    max-width: 100%;
  }
}

.c-form__kiyaku {
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
}

.c-form-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.c-form-modal.is-open {
  display: block;
}

.c-form-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.c-form-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100% - 32px);
  max-height: calc(100vh - 80px);
  margin: 40px auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.c-form-modal__body {
  padding: 24px;
}

.c-form-modal__content {
  margin-top: 1.6rem;
  padding-right: 1rem;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  line-height: 1.8;
}
.c-form-modal__content ol {
  padding-left: 3rem;
}
@media screen and (max-width: 519px) {
  .c-form-modal__content ol {
    padding-left: 2rem;
  }
}
.c-form-modal__content ol > li {
  margin-top: 3rem;
}
.c-form-modal__content ol > li:first-of-type {
  margin-top: 0;
}
.c-form-modal__content ol > li ul {
  font-size: 0.85em;
}
@media screen and (max-width: 959px) {
  .c-form-modal__content ol > li ul {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 519px) {
  .c-form-modal__content ol > li ul {
    padding-left: 2rem;
    font-size: 1em;
  }
}
.c-form-modal__content ol > li ul li {
  margin-top: 1rem;
}

.c-form-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

/* project
------------------------------------------------ */
.p-top-mv {
  position: relative;
}

.p-top-mv__catch {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  color: white;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .p-top-mv__catch {
    top: 40%;
  }
}

.p-top-mv__en {
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1.15;
}
@media screen and (max-width: 959px) {
  .p-top-mv__en {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__en {
    font-size: 7vw;
  }
}

.p-top-mv__ja {
  margin-top: 4.5%;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-top-mv__ja {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__ja {
    font-size: 4.5vw;
  }
}

.p-top-mv__mascot {
  position: absolute;
  z-index: 1;
  bottom: 3rem;
  right: 4rem;
  width: 12%;
  max-width: 23.3rem;
}
@media screen and (max-width: 959px) {
  .p-top-mv__mascot {
    bottom: 2rem;
    right: 2rem;
    width: 15%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__mascot {
    bottom: 1rem;
    right: 1rem;
    width: 22%;
  }
}

.p-top-mv__slides {
  width: 100%;
}
.p-top-mv__slides img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-top-mv__slides img {
    aspect-ratio: 2;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__slides img {
    aspect-ratio: 1.3;
  }
}
.p-top-mv__slides .slick-dots {
  bottom: 1.5rem;
}
@media screen and (max-width: 519px) {
  .p-top-mv__slides .slick-dots {
    bottom: 1rem;
  }
}
.p-top-mv__slides .slick-dots li {
  margin: 0 1.7rem;
  aspect-ratio: 1;
  width: 1.3rem;
  height: auto;
  border-radius: 50%;
  background-color: black;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-top-mv__slides .slick-dots li {
    margin: 0 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__slides .slick-dots li {
    margin: 0 1rem;
    width: 1rem;
  }
}
.p-top-mv__slides .slick-dots li.slick-active {
  background-color: #fff;
}
.p-top-mv__slides .slick-dots li button {
  width: 100%;
  height: 100%;
}
.p-top-mv__slides .slick-dots li button::before {
  display: none;
}

.p-top-about {
  padding: 4rem 0 0;
}

.p-top-about__info {
  margin-top: 3.5rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .p-top-about__info {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__info {
    font-size: 1.8rem;
  }
}

.p-top-about__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .p-top-about__features {
    gap: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}

.p-top-about__card {
  padding: 3.5rem;
  aspect-ratio: 45/41;
  width: calc(33.333% - 1.7333333333rem);
  height: auto;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fcf8e8;
  border: 1px solid #cecab6;
  border-radius: 1rem;
}
@media screen and (max-width: 959px) {
  .p-top-about__card {
    padding: 2rem;
    width: calc(33.333% - 0.6666666667rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__card {
    aspect-ratio: auto;
    width: 100%;
  }
}

.p-top-about__title {
  color: #d06fd8;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-top-about__title {
    font-size: 2.6rem;
  }
}

.p-top-about__image {
  margin: 3rem auto 2rem;
  aspect-ratio: 1;
  width: auto;
  width: 34%;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 959px) {
  .p-top-about__image {
    margin: 2rem auto 1rem;
    width: 43%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__image {
    width: 34%;
  }
}
.p-top-about__image img {
  width: auto;
  height: 100%;
}

.p-top-about__image--yamagata img {
  height: 92%;
}

.p-top-about__detail {
  font-size: 2rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.9;
}
@media screen and (max-width: 959px) {
  .p-top-about__detail {
    font-size: 1em;
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__detail {
    font-size: 1.1em;
  }
}

.p-top-about__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .p-top-about__images {
    margin-top: 7rem;
  }
}
.p-top-about__images img {
  width: 33.333%;
}

.p-top-benefit {
  padding: 15rem 0 8.4rem;
  background-color: #fcf8e8;
}
@media screen and (max-width: 959px) {
  .p-top-benefit {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 519px) {
  .p-top-benefit {
    padding: 6rem 0;
  }
}

.p-top-benefit__info {
  margin-top: 3rem;
  text-align: center;
  line-height: 1.8;
}
.p-top-benefit__info small {
  display: block;
}

.p-top-benefit__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .p-top-benefit__services {
    gap: 3rem 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top-benefit__card {
  position: relative;
  padding: 5.3rem 2rem 3rem;
  width: calc(25% - 2.625rem);
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 959px) {
  .p-top-benefit__card {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-benefit__card {
    width: 100%;
  }
}

.p-top-benefit__num {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -22%);
          transform: translate(-50%, -22%);
  aspect-ratio: 1;
  width: 15%;
  height: auto;
  color: white;
  font-size: 1.8rem;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #d06fd8;
  border-radius: 50%;
}

.p-top-benefit__title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-top-benefit__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-benefit__title {
    font-size: 1.8rem;
  }
}

.p-top-benefit__img {
  margin-top: 1.5rem;
  aspect-ratio: 281/180;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-benefit__detail {
  margin-top: 1.5rem;
  padding: 0 0.6rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}

.p-top-benefit__member-wrap {
  margin-top: 6.3rem;
}
@media screen and (max-width: 519px) {
  .p-top-benefit__member-wrap {
    margin-top: 5rem;
    overflow: scroll;
  }
}

.p-top-benefit__member-caution {
  display: none;
  font-size: 0.9em;
}
@media screen and (max-width: 519px) {
  .p-top-benefit__member-caution {
    display: block;
  }
}

.p-top-benefit__member {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (max-width: 519px) {
  .p-top-benefit__member {
    width: 61rem;
  }
}
.p-top-benefit__member thead {
  color: white;
  text-align: center;
  background-color: #ccb854;
}
.p-top-benefit__member th, .p-top-benefit__member td {
  padding: 2.2rem 2.5rem;
  font-weight: 400;
  border: 1px solid black;
}
@media screen and (max-width: 959px) {
  .p-top-benefit__member th, .p-top-benefit__member td {
    padding: 1rem 1.5rem;
  }
}
.p-top-benefit__member td {
  width: 14%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-top-benefit__member td {
    padding: 1rem;
    width: 13.5%;
  }
}

.p-top-benefit__btn {
  width: 36rem;
  height: 9rem;
}
@media screen and (max-width: 959px) {
  .p-top-benefit__btn {
    height: auto;
  }
}
@media screen and (max-width: 519px) {
  .p-top-benefit__btn {
    width: calc(100% - 4rem);
  }
}

.p-top-qa {
  padding: 11rem 0;
}
@media screen and (max-width: 959px) {
  .p-top-qa {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 519px) {
  .p-top-qa {
    padding: 6rem 0;
  }
}

.p-top-qa__accordion {
  margin-top: 3rem;
  padding: 2.5rem 3rem;
  border: 1px solid black;
  border-radius: 1rem;
}
@media screen and (max-width: 519px) {
  .p-top-qa__accordion {
    padding: 1.5rem 1.5rem;
  }
}

.p-top-qa__q {
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .p-top-qa__q {
    padding: 0 2.5rem 0 3rem;
  }
}
.p-top-qa__q span:first-of-type {
  margin-right: 1.8rem;
  font-size: 1.67em;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .p-top-qa__q span:first-of-type {
    position: absolute;
    left: 0.2rem;
    margin-right: 0.7rem;
    font-size: 1.5em;
  }
}
.p-top-qa__q span:last-of-type {
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  aspect-ratio: 1;
  width: 4rem;
  height: auto;
}
@media screen and (max-width: 959px) {
  .p-top-qa__q span:last-of-type {
    width: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-qa__q span:last-of-type {
    right: -0.7rem;
    width: 2.5rem;
  }
}
.p-top-qa__q span:last-of-type::before, .p-top-qa__q span:last-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: black;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-top-qa__q span:last-of-type::after {
  width: 2px;
  height: 50%;
}

.p-top-qa__q--open span:last-of-type::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-top-qa__q--open span:last-of-type::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-top-qa__a {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.p-top-qa__a--open {
  grid-template-rows: 1fr;
}

.p-top-qa__a-wrapper {
  overflow: hidden;
}

.p-top-qa__a-wrap {
  position: relative;
  margin-top: 1.5rem;
  margin-right: 4rem;
  padding: 2rem 2rem 0 10rem;
  border-top: 1px dashed black;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 519px) {
  .p-top-qa__a-wrap {
    margin-right: 2rem;
    padding-right: 0;
    padding-left: 3rem;
  }
}
.p-top-qa__a-wrap span {
  position: absolute;
  top: 1.6rem;
  left: 5rem;
  font-size: 1.67em;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .p-top-qa__a-wrap span {
    left: 0.2rem;
    font-size: 1.5em;
  }
}
.p-top-qa__a-wrap ol {
  counter-reset: listnum;
}
.p-top-qa__a-wrap ol li {
  position: relative;
  padding-left: 2.5rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .p-top-qa__a-wrap ol li {
    padding-left: 2rem;
  }
}
.p-top-qa__a-wrap ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  left: 0.5rem;
}

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

.p-top-news__feeds {
  margin-top: 1rem;
}

.p-top-news__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 519px) {
  .p-top-news__btns {
    gap: 1rem;
  }
}
.p-top-news__btns a {
  margin: 0;
  padding: 1rem;
  width: 25rem;
  height: 5.6rem;
}
@media screen and (max-width: 519px) {
  .p-top-news__btns a {
    width: 50%;
    height: auto;
  }
}

.p-top-reco {
  padding: 11.5rem 0 3rem 0;
}
@media screen and (max-width: 959px) {
  .p-top-reco {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 519px) {
  .p-top-reco {
    padding: 6rem 0 2rem 0;
  }
}

.p-top-reco__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5rem 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .p-top-reco__items {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-reco__items {
    gap: 2rem 1rem;
  }
}

.p-top-reco__item {
  width: calc(25% - 1.5rem);
}
@media screen and (max-width: 959px) {
  .p-top-reco__item {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-reco__item {
    width: calc(50% - 0.5rem);
  }
}

.p-top-reco__item a {
	text-decoration: underline;
}

.p-top-reco__img {
  aspect-ratio: 334/251;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-reco__title {
  margin-top: 0.2rem;
  font-size: 1em;
  font-weight: 400;
}

.p-top-archive {
  padding: 8rem 0 10rem;
  background-color: #fcf8e8;
}
@media screen and (max-width: 959px) {
  .p-top-archive {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 519px) {
  .p-top-archive {
    padding: 6rem 0;
  }
}

.p-top-archive__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 3.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .p-top-archive__items {
    gap: 2rem;
  }
}

.p-top-archive__item {
  position: relative;
  aspect-ratio: 444/111;
  width: calc(33.333% - 2.3333333333rem);
  height: auto;
  font-size: 2rem;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  letter-spacing: 0.1rem;
  background-color: #fff;
  border: 1px solid #a09355;
}
@media screen and (max-width: 959px) {
  .p-top-archive__item {
    width: calc(50% - 1rem);
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-archive__item {
    width: 100%;
  }
}
.p-top-archive__item::after {
  content: "";
  position: absolute;
  bottom: 1.8rem;
  right: 1.5rem;
  aspect-ratio: 1;
  width: 2.6rem;
  height: auto;
  background-image: url(../images/common/icon_link.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-top-archive__item::after {
    bottom: 1rem;
    right: 1rem;
    width: 2.2rem;
  }
}

.p-top-bn {
  padding: 7rem 0 2rem;
  background-color: #e9e1ef;
}
@media screen and (max-width: 959px) {
  .p-top-bn {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-bn {
    padding: 6rem 0 2rem;
  }
}

.p-top-bn__slides {
  width: 100%;
}
@media screen and (max-width: 519px) {
  .p-top-bn__slides .slick-list {
    padding: 0 0.5rem;
  }
}

.p-top-bn__slide {
  margin: 0 1.2rem;
}
@media screen and (max-width: 959px) {
  .p-top-bn__slide {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-bn__slide {
    margin: 0 0.5rem;
  }
}

.p-top-bn__arrow {
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
  aspect-ratio: 1;
  width: 2.2rem;
  height: auto;
  border-top: 0.6rem solid black;
  border-left: 0.6rem solid black;
}
@media screen and (max-width: 959px) {
  .p-top-bn__arrow {
    width: 1.6rem;
    left: -1.3rem;
    border-width: 0.4rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-bn__arrow {
    width: 1.3rem;
    left: -1rem;
    border-width: 0.35rem;
  }
}

.p-top-bn__arrow--next {
  left: auto;
  right: -2rem;
  -webkit-transform: translate(0%, -50%) rotate(135deg);
          transform: translate(0%, -50%) rotate(135deg);
}
@media screen and (max-width: 959px) {
  .p-top-bn__arrow--next {
    right: -1.3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-bn__arrow--next {
    right: -1rem;
  }
}

.p-top-furusato {
  padding-bottom: 15rem;
}
@media screen and (max-width: 959px) {
  .p-top-furusato {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-furusato {
    padding-bottom: 8rem;
  }
}

.p-top-furusato__head {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  letter-spacing: 0.4rem;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-top-furusato__head {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-furusato__head {
    padding: 0 1rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.p-top-furusato__head::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250%;
  max-width: 85vw;
  height: 0.2rem;
  background-color: black;
}

.p-top-furusato__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 519px) {
  .p-top-furusato__items {
    gap: 2rem 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2.5rem;
  }
}

.p-top-furusato__item {
  width: calc(20% - 1.6rem);
}
@media screen and (max-width: 959px) {
  .p-top-furusato__item {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-furusato__item {
    width: calc(50% - 0.5rem);
  }
}
.p-top-furusato__item img {
  width: 100%;
}

.p-member-plans {
  padding: 10rem 0;
}
@media screen and (max-width: 959px) {
  .p-member-plans {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 519px) {
  .p-member-plans {
    padding: 6rem 0;
  }
}

.p-member-plans__head {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-member-plans__head {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .p-member-plans__head {
    font-size: 2.2rem;
  }
}

.p-member-plans__info {
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .p-member-plans__info {
    margin-top: 2rem;
  }
}

.p-member-plans__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1rem;
  margin-top: 6rem;
}
@media screen and (max-width: 959px) {
  .p-member-plans__menus {
    margin-top: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-member-plans__menus {
    gap: 2rem;
  }
}

.p-member-plans__menu {
  padding: 1rem;
  aspect-ratio: 247/126;
  width: calc(20% - 1.68rem);
  height: auto;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #c60a0a;
  border-radius: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-member-plans__menu {
    aspect-ratio: auto;
    width: calc(50% - 1rem);
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-member-plans__menu {
    width: 100%;
  }
}
.p-member-plans__menu span {
  display: block;
}
.p-member-plans__menu::after {
  content: "";
  display: block;
  margin: 0.5rem auto 0;
  aspect-ratio: 51/33;
  width: 2.47rem;
  height: auto;
  background-image: url(../images/common/bottom.png);
  background-size: contain;
}
.p-member-plans__menu--platinum {
  background-color: #7f70d6;
}

.p-member-plans__menu--special {
  background-color: #54a9dd;
}

.p-member-plans__menu--standard {
  background-color: #4faa60;
}

.p-member-plans__menu--internet {
  background-color: #f7b346;
}

.p-member-plans__accordion {
  margin-top: 4.7rem;
  padding: 2.5rem 3rem;
  border: 1px solid black;
  border-radius: 1rem;
}
@media screen and (max-width: 519px) {
  .p-member-plans__accordion {
    padding: 1.5rem 1.5rem;
  }
}

.p-member-plans__q {
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .p-member-plans__q {
    padding: 0 2.5rem 0 1rem;
  }
}
.p-member-plans__q span {
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  aspect-ratio: 1;
  width: 4rem;
  height: auto;
}
@media screen and (max-width: 959px) {
  .p-member-plans__q span {
    width: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-member-plans__q span {
    right: -0.7rem;
    width: 2.5rem;
  }
}
.p-member-plans__q span::before, .p-member-plans__q span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: black;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-member-plans__q span::after {
  width: 2px;
  height: 50%;
}

.p-member-plans__q--open span:last-of-type::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-member-plans__q--open span:last-of-type::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-member-plans__a {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.p-member-plans__a--open {
  grid-template-rows: 1fr;
}

.p-member-plans__a-wrapper {
  overflow: hidden;
}

.p-member-plans__a-wrap {
  position: relative;
  margin-top: 1.5rem;
  margin-right: 4rem;
  padding: 2rem 2rem 0 3rem;
  border-top: 1px dashed black;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 519px) {
  .p-member-plans__a-wrap {
    margin-right: 2rem;
    padding-right: 0;
    padding-left: 1rem;
  }
}
.p-member-plans__a-wrap span {
  position: absolute;
  top: 1.6rem;
  left: 5rem;
  font-size: 1.67em;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .p-member-plans__a-wrap span {
    left: 0.2rem;
    font-size: 1.5em;
  }
}
.p-member-plans__a-wrap ol {
  counter-reset: listnum;
}
.p-member-plans__a-wrap ol li {
  position: relative;
  padding-left: 2.5rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .p-member-plans__a-wrap ol li {
    padding-left: 2rem;
  }
}
.p-member-plans__a-wrap ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  left: 0.5rem;
}

.p-supporter {
  padding: 8rem 0 10rem;
}
.p-supporter .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin-top: 1rem;
}
@media screen and (max-width: 959px) {
  .p-supporter {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 519px) {
  .p-supporter {
    padding: 6rem 0;
  }
}

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

.p-supporter__shops {
  margin: 0 auto;
}

.p-supporter__shop {
  margin-top: 7rem;
}
@media screen and (max-width: 959px) {
  .p-supporter__shop {
    margin-top: 5rem;
  }
}

.p-supporter__name {
  padding: 1rem 2rem;
  font-size: 2.2rem;
  font-weight: 400;
  border: 1px solid #d06fd8;
  border-left: 2rem solid #d06fd8;
}
@media screen and (max-width: 959px) {
  .p-supporter__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-supporter__name {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    border-left-width: 1.5rem;
  }
}

.p-supporter__content {
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .p-supporter__content {
    margin-top: 2rem;
  }
}
.p-supporter__content a {
  color: #0066cc;
}
.p-supporter__content a:hover {
  color: #004284;
  text-decoration: underline;
  opacity: 1;
}

/* utility
------------------------------------------------ */
/* external
------------------------------------------------ *//*# sourceMappingURL=style.css.map */