@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FBECE6;
  background-image: url(../images/ribbon.webp);
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
body > * {
  padding-inline: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
body > header {
  padding-inline: 0;
}
body > header > h1 {
  padding-top: 40px;
  padding-inline: 56.5px;
}
@media (min-width: 768px) {
  body > header > h1 {
    padding-top: 100px;
    padding-inline: 15px;
  }
}
body > header > h1 > img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  body > header > h1 > img {
    max-width: 760px;
    margin-inline: auto;
  }
}
body > figure {
  padding-top: 10px;
  padding-bottom: 40px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  body > figure {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
@media (min-width: 980px) {
  body > figure {
    padding-inline: 0;
  }
}
body > figure::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100vw;
  aspect-ratio: 375/202.305;
  background-image: url(../images/mv_sp_bottom.webp);
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
@media (min-width: 768px) {
  body > figure::after {
    aspect-ratio: 1280/383.3345;
    background-image: url(../images/mv_pc_bottom.webp);
  }
}
@media (min-width: 1280px) {
  body > figure::after {
    aspect-ratio: auto;
    width: 100%;
    height: 383px;
    background-position: center top;
    background-size: cover;
  }
}
body > figure img {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  body > figure img {
    max-width: 980px;
    margin: 0 auto;
  }
}
body > section > header > h2 {
  font-size: min(8vw, 30px);
  line-height: min(8vw + 6px, 36px);
  font-weight: 600;
  text-align: center;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 10px;
}
@media (min-width: 768px) {
  body > section > header > h2 {
    font-size: 44px;
    line-height: 52px;
    text-underline-offset: 30px;
  }
}
body > section p {
  font-size: min(5vw, 20px);
  line-height: min(5vw + 12px, 32px);
}
@media (min-width: 768px) {
  body > section p {
    font-size: 24px;
    line-height: 36px;
  }
}
body .howto {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FBECE6;
}
@media (min-width: 768px) {
  body .howto {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}
body .howto > p {
  text-align: center;
  font-weight: bold;
}
body .howto > p:first-of-type {
  padding-top: 24px;
}
@media (min-width: 768px) {
  body .howto > p:first-of-type {
    padding-top: 78px;
  }
}
@media (min-width: 768px) {
  body .howto > p:first-of-type > br {
    display: none;
  }
}
body .howto > p:nth-of-type(2) {
  padding-top: 50px;
}
@media (min-width: 768px) {
  body .howto > p:nth-of-type(2) > br:first-of-type {
    display: none;
  }
}
@media (min-width: 768px) {
  body .howto > p {
    padding-top: 40px;
  }
}
body .howto > div {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  max-width: 480px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  body .howto > div {
    padding-top: 50px;
  }
}
@media (min-width: 1080px) {
  body .howto > div {
    max-width: 1080px;
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
body .howto > div > section {
  position: relative;
}
@media (min-width: 1080px) {
  body .howto > div > section {
    width: calc((100% - 60px) / 3);
  }
}
body .howto > div > section::before {
  content: "";
  width: 65px;
  aspect-ratio: 1/1;
  background-image: url(../images/plus.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translate(-50%, 0);
}
@media (min-width: 1080px) {
  body .howto > div > section::before {
    top: 50%;
    left: -45px;
    transform: translate(0, -50%);
    z-index: 3;
  }
}
body .howto > div > section:first-of-type::before {
  content: none;
}
body .howto > div > section::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.2509803922);
}
body .howto > div > section > * {
  position: relative;
  z-index: 2;
}
body .howto > div > section > header {
  background: #DD4567;
  border-radius: 16px 16px 0 0;
}
body .howto > div > section > header > h3 {
  font-size: min(8vw, 30px);
  line-height: 60px;
  text-align: center;
  color: #fff;
}
body .howto > div > section > div {
  border-radius: 0 0 16px 16px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  body .howto > div > section > div {
    height: calc(100% - 60px);
    justify-content: center;
  }
}
@media (min-width: 768px) {
  body .howto > div > section > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }
}
body .howto > div > section > div > div > p {
  font-weight: bold;
  text-align: center;
}
body .howto > div > section > div > div > aside > p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
body .howto > div > section > div > div > aside.onlysp {
  display: none;
}
@media (min-width: 768px) {
  body .howto > div > section > div > div > aside.onlysp {
    display: block;
  }
}
body .howto > div > section > div > nav > a.blackButton > br {
  display: none;
}
@media (min-width: 768px) {
  body .howto > div > section > div > nav > a.blackButton > br {
    display: block;
  }
}
@media (min-width: 768px) {
  body .howto > div > section > div > nav > a.blackButton {
    line-height: 20px;
    padding-block: 12px;
    border-radius: 32px;
  }
}
body .howto > nav {
  padding-top: 30px;
}
body .howto > nav > a {
  line-height: 18px;
  padding-block: 9px;
}
@media (min-width: 768px) {
  body .howto > nav > a {
    line-height: 64px;
    width: 480px;
    max-width: none;
    padding-block: 0;
    border-radius: 32px;
  }
}
@media (min-width: 768px) {
  body .howto > nav > a > br {
    display: none;
  }
}
body .howto > nav > ul {
  padding: 30px 0 0 0;
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  max-width: 280px;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 768px) {
  body .howto > nav > ul {
    padding-top: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    max-width: none;
    width: 360px;
  }
}
body .howto > nav > ul > li > a:hover {
  opacity: 0.8;
}
body .howto > nav > aside {
  padding: 20px 0 0 0;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body .howto > nav > aside {
    padding-top: 30px;
    max-width: 400px;
  }
}
body .facility {
  padding-top: 70px;
  background-image: url(../images/bg_white_sp.webp);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  body .facility {
    padding-top: 140px;
  }
}
body .facility > header {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  body .facility > header {
    padding-bottom: 110px;
  }
}
body .facility > section {
  border: solid 1px #DEDDDD;
  border-radius: 10px;
  padding-bottom: 18px;
  max-width: 1080px;
  margin-inline: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  body .facility > section {
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
body .facility > section > header {
  background: #F3F3F3;
}
body .facility > section > header > h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding-block: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  body .facility > section > header > h3 {
    line-height: 68px;
    padding-block: 0;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body .facility > section > header > h3 > br {
    display: none;
  }
}
body .facility > section > p:first-of-type {
  font-size: 16px;
  line-height: 22px;
  color: #D54D28;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}
@media (min-width: 768px) {
  body .facility > section > p:first-of-type > br {
    display: none;
  }
}
@media (min-width: 768px) {
  body .facility > section > p:first-of-type {
    font-size: 20px;
    line-height: 24px;
    padding-top: 34px;
  }
}
body .facility > section > p:nth-of-type(2) {
  font-size: 12px;
  line-height: 16px;
  padding-inline: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  body .facility > section > p:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    padding-top: 40px;
    padding-inline: 40px;
  }
}
body .facility > section > picture {
  padding: 20px 10px 0 10px;
}
@media (min-width: 768px) {
  body .facility > section > picture {
    padding: 24px 40px 0 40px;
  }
}
body .facility > section > picture > img {
  margin: 0 auto;
}
body .facility > section > ul {
  margin: 0;
  padding: 20px 10px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (min-width: 768px) {
  body .facility > section > ul {
    padding: 24px 40px 0 40px;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
body .facility > section > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 50px) / 6);
}
@media (min-width: 768px) {
  body .facility > section > ul > li {
    width: calc((100% - 140px) / 8);
  }
}
body .facility > section > ul > li:nth-of-type(6n+1) {
  width: calc((100% - 50px) / 6 - 0.1px);
}
@media (min-width: 768px) {
  body .facility > section > ul > li:nth-of-type(6n+1) {
    width: calc((100% - 140px) / 8);
  }
}
@media (min-width: 768px) {
  body .facility > section > ul > li:nth-of-type(8n+1) {
    width: calc((100% - 140px) / 8 - 0.1px);
  }
}
body .facility > section > aside > p {
  padding-top: 3px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  body .facility > section > aside > p > br {
    display: none;
  }
}
@media (min-width: 768px) {
  body .facility > section > aside > p {
    font-size: 16px;
    line-height: 20px;
    padding-top: 16px;
  }
}
body .facility > ul {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #fff;
  max-width: 1080px;
  margin-inline: auto;
}
body .about {
  background-image: url(../images/bg_pink_sp.webp);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-color: #fff;
  padding-top: 70px;
  padding-inline: 0;
}
@media (min-width: 768px) {
  body .about {
    padding-top: 140px;
  }
}
body .about > div {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  row-gap: 30px;
  padding-inline: 20px;
  margin-inline: auto;
  background-color: #f7c6c8;
  max-width: 1080px;
}
@media (min-width: 480px) {
  body .about > div {
    padding-inline: calc((100% - 480px) / 2);
  }
}
@media (min-width: 768px) {
  body .about > div {
    padding-inline: 20px;
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-top: 80px;
  }
}
@media (min-width: 1080px) {
  body .about > div {
    padding-inline: 0;
  }
}
@media (min-width: 768px) {
  body .about > div > figure {
    width: calc((100% - 40px) / 2);
  }
}
body .about > div > div {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 768px) {
  body .about > div > div {
    width: calc((100% - 40px) / 2 - 0.1px);
    row-gap: 0;
    justify-content: space-between;
  }
}
body .about > div > div > p {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  body .about > div > div > p {
    font-size: 18px;
    line-height: 30px;
  }
}
body .about > div > div > figure {
  padding-top: 10px;
}
body .point {
  padding-top: 50px;
  background-color: #f7c6c8;
  margin-top: -1px;
}
body .point > ol {
  max-width: 480px;
  padding: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  list-style: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body .point > ol {
    max-width: 532px;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding-top: 60px;
  }
}
@media (min-width: 1080px) {
  body .point > ol {
    max-width: 1080px;
  }
}
body .point > ol > li {
  border-radius: 8px;
  background-color: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  body .point > ol > li {
    width: calc((100% - 12px) / 2);
    padding: 70px 12px 40px 12px;
  }
}
@media (min-width: 1080px) {
  body .point > ol > li {
    width: calc((100% - 36px) / 4);
  }
}
body .point > ol > li > header {
  padding-left: 64px;
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
}
body .point > ol > li > header::before {
  content: "";
  display: block;
  width: 52px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body .point > ol > li > header > h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  body .point > ol > li > header {
    padding-left: 0;
    justify-content: center;
    text-align: center;
  }
  body .point > ol > li > header::before {
    width: 72px;
    left: 50%;
    top: -85px;
    transform: translate(-50%, 0);
  }
}
body .point > ol > li > figure {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .point > ol > li > p {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  body .point > ol > li > p {
    line-height: 30px;
  }
}
body .point > ol > li > p > sup {
  font-size: 12px;
}
body .point > ol > li > ul {
  padding-top: 20px;
}
@media (min-width: 768px) {
  body .point > ol > li:nth-of-type(1) {
    width: calc((100% - 12px) / 2 - 0.1px);
  }
}
@media (min-width: 1080px) {
  body .point > ol > li:nth-of-type(1) {
    width: calc((100% - 36px) / 4 - 0.1px);
  }
}
body .point > ol > li:nth-of-type(1) > header::before {
  background-image: url(../images/point/point1.webp);
}
body .point > ol > li:nth-of-type(1) > header > h3 > br {
  display: none;
}
@media (min-width: 360px) {
  body .point > ol > li:nth-of-type(1) > header > h3 > br {
    display: block;
  }
}
body .point > ol > li:nth-of-type(1) > figure > img {
  width: auto;
  height: 132px;
}
body .point > ol > li:nth-of-type(2) > header::before {
  background-image: url(../images/point/point2.webp);
}
body .point > ol > li:nth-of-type(2) > header > h3 > br {
  display: none;
}
@media (min-width: 768px) {
  body .point > ol > li:nth-of-type(2) > header > h3 > br {
    display: block;
  }
}
body .point > ol > li:nth-of-type(2) > figure > img {
  width: auto;
  height: 104px;
}
body .point > ol > li:nth-of-type(3) > header::before {
  background-image: url(../images/point/point3.webp);
}
body .point > ol > li:nth-of-type(3) > figure > img {
  width: auto;
  height: 100px;
}
body .point > ol > li:nth-of-type(4) > header::before {
  background-image: url(../images/point/point4.webp);
}
body .point > ol > li:nth-of-type(4) > figure > img {
  width: auto;
  height: 86px;
}
body .spoint {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7c6c8;
  margin-top: -1px;
}
@media (min-width: 800px) {
  body .spoint > header > h2 > span:nth-of-type(n+2) > br:first-of-type, body .spoint > header > h2 > span:nth-of-type(n+2) > br:nth-of-type(3) {
    display: none;
  }
}
body .spoint > header > h2 > span:nth-of-type(n+2) > br:nth-of-type(2) {
  display: none;
}
@media (min-width: 800px) {
  body .spoint > header > h2 > span:nth-of-type(n+2) > br:nth-of-type(2) {
    display: block;
  }
}
body .spoint > p {
  font-size: 16px;
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 32px;
  padding-inline: 40px;
}
@media (min-width: 768px) {
  body .spoint > p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 74px;
    padding-inline: 0;
    text-align: center;
  }
}
body .spoint > section {
  background: linear-gradient(rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.75) 100%);
  border-radius: 6px;
  position: relative;
  padding: 40px 20px 30px 20px;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body .spoint > section {
    max-width: 780px;
    padding: 60px 30px 40px 40px;
  }
}
body .spoint > section > header {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  body .spoint > section > header {
    top: -19px;
  }
}
body .spoint > section > header > h3 {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  /* padding: 0 60px; */
  min-width: 200px;
  background: #DD4567;
  color: #FFF;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  body .spoint > section > header > h3 {
    font-size: 24px;
    line-height: 38px;
  }
}
body .spoint > section > header > h3::before, body .spoint > section > header > h3::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
body .spoint > section > header > h3::before {
  top: 0;
  left: -11px;
  border-width: 12px 0px 12px 12px;
  border-color: #DD4567 #DD4567 #DD4567 transparent;
  border-style: solid;
}
@media (min-width: 768px) {
  body .spoint > section > header > h3::before {
    border-width: 19px 0px 19px 19px;
    left: -18px;
  }
}
body .spoint > section > header > h3::after {
  top: 0;
  right: -11px;
  border-width: 12px 12px 12px 0px;
  border-color: #DD4567 transparent #DD4567 #DD4567;
  border-style: solid;
}
@media (min-width: 768px) {
  body .spoint > section > header > h3::after {
    right: -18px;
    border-width: 19px 19px 19px 0px;
  }
}
@media (min-width: 768px) {
  body .spoint > section > div {
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
body .spoint > section > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .spoint > section > div > ul > li {
  font-size: min(3.5vw, 16px);
  font-weight: bold;
  line-height: min(3.5vw + 8px, 24px);
  position: relative;
  padding-left: 16px;
}
body .spoint > section > div > ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  body .spoint > section > div > ul > li {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 420px) {
  body .spoint > section > div > ul > li > br {
    display: none;
  }
}
body .spoint > section > div > div {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media (min-width: 768px) {
  body .spoint > section > div > div {
    flex: 1;
    padding-top: 0;
    row-gap: 10px;
  }
}
body .spoint > section > div > div > p {
  display: inline;
  padding-inline: 6px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  background: linear-gradient(transparent 76%, #F7C6C8 0%);
  position: relative;
}
@media (min-width: 768px) {
  body .spoint > section > div > div > p {
    font-size: 35px;
    line-height: 42px;
  }
}
body .spoint > section > div > div > p::after {
  content: "";
  width: 70px;
  aspect-ratio: 70/58;
  background-image: url(../images/new_sp.webp);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 8px;
  right: -74px;
}
@media (min-width: 768px) {
  body .spoint > section > div > div > p::after {
    background-image: url(../images/new.webp);
    width: 94px;
    aspect-ratio: 94/102;
    bottom: auto;
    top: -100px;
    right: 0;
  }
}
@media (min-width: 768px) {
  body .spoint > section > div > div > ul > li > br {
    display: block;
  }
}
body .spoint > section > nav {
  padding-top: 20px;
}
@media (min-width: 768px) {
  body .spoint > section > nav {
    padding-top: 40px;
  }
}
body .spoint > section > nav > a.blackButton {
  background-color: #281F6D;
}
body .spoint > section > p {
  position: relative;
  font-size: min(3.5vw, 16px);
  line-height: min(3.5vw + 10px, 26px);
  padding-left: 14px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  body .spoint > section > p {
    display: inline-block;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
body .spoint > section > p::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 30px;
}
body .spoint > section > p > br {
  display: none;
}
@media (min-width: 768px) {
  body .spoint > section > p > br {
    display: block;
  }
}
body > footer {
  padding: 0;
  background-color: #FBECE6;
}
body > footer > section > * {
  width: 100%;
}
body > footer > section > header {
  padding-top: 60px;
  background-color: #f7c6c8;
  background-image: url(../images/bg_footer_sp.webp);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: center top;
}
@media (min-width: 768px) {
  body > footer > section > header {
    padding-top: 150px;
  }
}
body > footer > section > header > h1 {
  text-align: center;
  background-color: #FBECE6;
}
body > footer > section > header > h1 > span {
  display: inline-block;
  margin-inline: auto;
  position: relative;
  /* left: 50%;
  transform: translateX(-50%); */
  padding-inline: 30px;
  padding-bottom: 20px;
  border-bottom: solid 2px #000;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  body > footer > section > header > h1 > span {
    padding-inline: 0;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body > footer > section > header > h1 > span > br {
    display: none;
  }
}
body > footer > section > p {
  padding-top: 20px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  body > footer > section > p {
    font-size: 18px;
  }
}
body > footer > section > nav {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  flex-direction: column;
  row-gap: 14px;
  align-items: center;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  body > footer > section > nav {
    row-gap: 20px;
    padding-bottom: 80px;
  }
}
body > footer > section > nav > a:first-of-type {
  display: inline;
}
@media (min-width: 768px) {
  body > footer > section > nav > a:first-of-type {
    pointer-events: none;
  }
}
body > footer > section > nav > a:first-of-type > img {
  height: 24px;
  width: auto;
}
@media (min-width: 768px) {
  body > footer > section > nav > a:first-of-type > img {
    height: 40px;
  }
}
body > footer > section > nav > a:nth-of-type(2) {
  width: 294px;
}
@media (min-width: 768px) {
  body > footer > section > nav > a:nth-of-type(2) {
    max-width: 440px;
    width: 440px;
  }
}
body > footer > section > nav > aside {
  width: 100%;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  body > footer > section > nav > aside {
    padding-bottom: 20px;
  }
}
body > footer > section > nav > aside > p {
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  body > footer > section > nav > aside > p {
    font-size: 18px;
  }
}
body > footer > small {
  background-color: #3C3432;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body > footer > small > img {
  max-height: 10px;
  width: auto;
}
body > aside {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  z-index: 10;
}
body > aside > a > img {
  width: 44px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  body > aside > a > img {
    width: 59px;
  }
}

.blackButton {
  display: block;
  background-color: #3C3432;
  font-size: 14px;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
  border-radius: 27px;
  max-width: 294px;
  margin-inline: auto;
  text-align: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blackButton {
    font-size: 16px;
  }
}
.blackButton::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.25;
  transform: skewX(-45deg);
  top: 0;
  left: -85%;
  transition: all 0.5s 0s ease;
}
.blackButton:hover::before {
  transform: skew(0);
  left: 0;
}
.blackButton::after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  background-image: url(../images/btnArrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  aspect-ratio: 4/8;
}

.remarklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.remarklist > li {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  padding-left: 14px;
  padding-top: 2px;
}
.remarklist > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 2px;
}
.remarklist > li:first-of-type {
  padding-top: 0;
}
.remarklist > li:first-of-type::before {
  top: 0;
}
@media (min-width: 768px) {
  .remarklist > li {
    line-height: 16px;
    padding-top: 4px;
  }
}
@media (min-width: 768px) {
  .remarklist > li br {
    display: none;
  }
}
.remarklist > li > ul {
  list-style: none;
  padding: 0;
}
.remarklist > li > ul > li {
  position: relative;
  padding-top: 2px;
  padding-left: 32px;
}
.remarklist > li > ul > li::before {
  position: absolute;
  left: 0;
  top: 2px;
}
.remarklist > li > ul > li:first-of-type::before {
  content: "（ア）";
}
.remarklist > li > ul > li:nth-of-type(2)::before {
  content: "（イ）";
}
.remarklist > li > ul > li:nth-of-type(3)::before {
  content: "（ウ）";
}

.diagonal > h2 {
  text-decoration: none;
  text-underline-offset: 0;
}
.diagonal > h2 > span {
  display: block;
  font-weight: bold;
  display: inline-block;
}
.diagonal > h2 > span:first-of-type {
  position: relative;
  padding-inline: 14px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .diagonal > h2 > span:first-of-type > br {
    display: none;
  }
}
@media (min-width: 768px) {
  .diagonal > h2 > span:first-of-type {
    padding-inline: 40px;
    font-size: 24px;
    line-height: 28px;
  }
}
.diagonal > h2 > span:first-of-type::before, .diagonal > h2 > span:first-of-type::after {
  content: "";
  background-image: url(../images/diagonal.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 12/18;
  position: absolute;
  bottom: 20px;
}
@media (min-width: 768px) {
  .diagonal > h2 > span:first-of-type::before, .diagonal > h2 > span:first-of-type::after {
    width: auto;
    height: 20px;
  }
}
.diagonal > h2 > span:first-of-type::before {
  left: 0;
}
.diagonal > h2 > span:first-of-type::after {
  right: 0;
  transform: scale(-1, 1);
}
.diagonal > h2 > span:nth-of-type(n+2) {
  font-size: 20px;
  line-height: 1;
  background: linear-gradient(transparent 70%, #ffffff 0%);
  padding-inline: 4px;
  display: inline;
}
@media (min-width: 360px) {
  .diagonal > h2 > span:nth-of-type(n+2) {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .diagonal > h2 > span:nth-of-type(n+2) {
    font-size: 44px;
    line-height: 56px;
    background: linear-gradient(transparent 70%, #ffffff 71%, #ffffff 90%, transparent 90%);
  }
}/*# sourceMappingURL=styles.css.map */