@charset "UTF-8";
@import url("https://lets.fontworks.co.jp/fonts/12");
ul, ol {
  padding: 0;
  list-style: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dt, dd {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  height: 0;
  overflow: visible;
  color: inherit;
  border-style: solid;
  border-width: 1px 0 0;
}

img, picture, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}

img, picture, svg, video, canvas {
  width: 100%;
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

table {
  border-collapse: collapse;
}

input[type=button], input[type=submit], button {
  color: currentcolor;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid currentcolor;
  border-radius: 0;
}

body {
  background-color: #bfb699;
  margin: 0;
}
body header {
  width: 100%;
  display: flex;
  justify-content: center;
}
body header .header-title {
  width: 15%;
  margin: 2% 0;
}
@media only screen and (max-width: 767px) {
  body header .header-title {
    width: 60%;
    margin: 5% 0;
  }
}
body main .top-img {
  position: relative;
}
body main .top-img .desktop-image {
  display: block;
  width: 100%;
  height: auto;
}
body main .top-img .mobile-image {
  display: none;
}
body main .top-img .sub-title-img,
body main .top-img .title-img {
  position: absolute;
  bottom: 5%;
  left: 4%;
}
body main .top-img .sub-title-img {
  bottom: 20%;
  width: 20%;
  height: auto;
  z-index: 2;
}
body main .top-img .title-img {
  bottom: 4%;
  width: 36%;
  height: auto;
  z-index: 1;
}
body main .content-statement {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 5% auto;
  padding: 2%;
}
body main .content-statement p {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 2.2;
}
body main .content-statement .desktop-statement {
  margin-top: 3%;
  display: block;
}
body main .content-statement .desktop-statement p {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 2.5;
}
body main .content-statement .mobile-statement {
  display: none;
}
@media only screen and (max-width: 767px) {
  body main .top-img {
    margin-bottom: 10%;
  }
  body main .top-img .desktop-image {
    display: none;
  }
  body main .top-img .mobile-image {
    width: 100%;
    display: block;
  }
  body main .top-img .sub-title-img,
  body main .top-img .title-img {
    position: absolute;
    bottom: 10%;
    left: 5%;
  }
  body main .top-img .sub-title-img {
    bottom: 17%;
    width: 40%;
    height: auto;
    z-index: 2;
  }
  body main .top-img .title-img {
    bottom: 5%;
    width: 60%;
    height: auto;
    z-index: 1;
  }
  body main .content-statement {
    margin: auto;
  }
  body main .content-statement p {
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
  }
  body main .content-statement .desktop-statement {
    display: none;
  }
  body main .content-statement .mobile-statement {
    display: block;
    margin-top: 7%;
  }
  body main .content-statement .mobile-statement p {
    line-height: 2.5;
  }
}
body main .main-contain .style-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 30px;
}
body main .main-contain .style-svg .sc-svg {
  width: 70px;
}
@media only screen and (max-width: 767px) {
  body main .main-contain .style-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    margin-bottom: 5%;
  }
  body main .main-contain .style-svg .sc-svg {
    width: 12%;
  }
}
@media only screen and (min-width: 768px) {
  body main .main-contain {
    max-width: 800px;
    margin: auto;
  }
  body main .main-contain .sc1_content {
    margin-bottom: 30%;
  }
  body main .main-contain .sc1_content .sc1_content-img {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 5%;
    row-gap: 0;
  }
  body main .main-contain .sc1_content .sc1_content-img .left-side {
    grid-column: 1/2;
  }
  body main .main-contain .sc1_content .sc1_content-img .left-side .sc1_content-video {
    width: 100%;
    height: auto;
  }
  body main .main-contain .sc1_content .sc1_content-img .content-items {
    grid-row: 2;
    margin-top: 0;
  }
  body main .main-contain .sc1_content .sc1_content-img .right-side {
    grid-column: 2/3;
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
  body main .main-contain .sc1_content .sc1_content-img .right-side img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body main .main-contain .sc1_content-img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body main .main-contain .sc1_content-img .left-side {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body main .main-contain .sc1_content-img .left-side .sc1_content-video {
    width: 100%;
  }
  body main .main-contain .sc1_content-img .content-items {
    margin-left: 10%;
    margin-bottom: 10%;
  }
  body main .main-contain .sc1_content-img .content-items ul {
    margin-top: 5%;
  }
  body main .main-contain .sc1_content-img .right-side {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body main .main-contain .sc1_content-img .right-side img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body main .main-contain .sc2_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40%;
  }
  body main .main-contain .sc2_content .sc2_centered-img {
    width: 80%;
    margin-bottom: 5%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  body main .main-contain .sc2_content .sc2_centered-img img {
    width: 100%;
  }
  body main .main-contain .sc2_content .sc2_content-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body main .main-contain .sc2_content .sc2_content-img #style02-img02 {
    width: 100%;
  }
  body main .main-contain .sc2_content .sc2_content-img .sc2_content-img-item {
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  body main .main-contain .sc2_content .sc2_content-img .sc2_content-img-item .sec02-video {
    width: 52%;
  }
  body main .main-contain .sc2_content .sc2_content-img .sc2_content-img-item .sec02-video {
    margin: 12%;
  }
  body main .main-contain .sc2_content .sc2_content-img .sc2_content-img-item .sc2_content-video {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  body main .main-contain .sc2_content .sc2_content-img .sc2_content-img-item #style02-img04 {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    margin-top: 60%;
    margin-left: 50%;
    z-index: 1;
  }
  body main .main-contain .sc2_content .sc2_content-img .sc2_content-img-item img {
    width: 100%;
  }
  body main .main-contain .sc2_content .content-items ul {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  body main .main-contain #sc2 {
    margin-top: 30%;
  }
  body main .main-contain .sc2_content {
    margin-bottom: 30%;
  }
  body main .main-contain .sc2_content .sc2_centered-img img {
    width: 100%;
    margin-bottom: 35%;
  }
  body main .main-contain .sc2_content .sc2_content-img {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  body main .main-contain .sc2_content .sc2_content-img > div:nth-child(1) {
    order: 2;
  }
  body main .main-contain .sc2_content .sc2_content-img > div:nth-child(2) {
    order: 1;
  }
  body main .main-contain .sc2_content .sc2_content-img .sec02-video {
    margin-top: -45%;
  }
  body main .main-contain .sc2_content .sc2_content-img #style02-img02 {
    width: 80%;
    margin-top: 12%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body main .main-contain .sc2_content .sc2_content-img #style02-img04 img {
    width: 100%;
  }
  body main .main-contain .sc2_content .sc2_content-img .sc2_content-img-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body main .main-contain .sc2_content .sc2_content-img .sc2_content-img-item .sc2_content-video {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  body main .main-contain .sc2_content .content-items {
    margin-top: 4%;
    margin-left: 10%;
  }
  body main .main-contain .sc2_content .content-items ul {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  body main .main-contain .sc3_content {
    margin-bottom: 30%;
  }
  body main .main-contain .sc3_content .sc3_content-img {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 5%;
  }
  body main .main-contain .sc3_content .sc3_content-img .left-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
  body main .main-contain .sc3_content .sc3_content-img .left-side .top-img, body main .main-contain .sc3_content .sc3_content-img .left-side .bottom-video {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  body main .main-contain .sc3_content .sc3_content-img .right-side img {
    width: 99.5%;
  }
  body main .main-contain .sc3_content .content-items {
    margin-top: 2%;
  }
  body main .main-contain .sc3_content .content-items ul {
    width: 45%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  body main .main-contain .sc3_content .content-items ul li {
    flex-basis: calc(30% - 10px);
    margin-right: 10px;
    box-sizing: border-box;
  }
  body main .main-contain .sc3_content .content-items ul li:nth-child(3) {
    flex-basis: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body main .main-contain .sc3_content {
    margin-bottom: 30%;
  }
  body main .main-contain .sc3_content .sc3_content-img {
    display: flex;
    flex-direction: column;
  }
  body main .main-contain .sc3_content .sc3_content-img .left-side {
    order: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body main .main-contain .sc3_content .sc3_content-img .left-side .top-img, body main .main-contain .sc3_content .sc3_content-img .left-side .bottom-video {
    width: 100%;
  }
  body main .main-contain .sc3_content .sc3_content-img .right-side {
    order: 1;
  }
  body main .main-contain .sc3_content .sc3_content-img .right-side img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 14%;
  }
  body main .main-contain .sc3_content .content-items {
    width: 40%;
    margin-left: 10%;
    margin-top: 0;
  }
  body main .main-contain .sc3_content .content-items ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
  }
  body main .main-contain .sc3_content .content-items ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  body main .main-contain .sc4_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30%;
  }
  body main .main-contain .sc4_content .sc4_content-img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-mobile {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  body main .main-contain .sc4_content .sc4_content-img #style04-img01 {
    width: 50%;
  }
  body main .main-contain .sc4_content .sc4_content-img #sc4_content-items {
    display: none;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item {
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item #style04-img02 {
    position: relative;
    z-index: 1;
    width: 65%;
    margin-left: 10%;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item img {
    width: 100%;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item .sc4_content-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    margin-top: 80%;
    margin-left: 40%;
    z-index: 2;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item .sc4_content-video video {
    width: 100%;
  }
  body main .main-contain .sc4_content .sc4_content-img #sc4_content-items-mobile {
    width: 30%;
  }
  body main .main-contain .sc4_content .sc4_content-img #sc4_content-items-mobile ul {
    flex-wrap: wrap;
    margin-top: 10%;
    row-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body main .main-contain .sc4_content .sc4_content-img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body main .main-contain .sc4_content .sc4_content-img #style04-img01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body main .main-contain .sc4_content .sc4_content-img #sc4_content-items-mobile {
    display: none;
  }
  body main .main-contain .sc4_content .sc4_content-img .content-items {
    margin-left: 10%;
    width: 40%;
  }
  body main .main-contain .sc4_content .sc4_content-img .content-items ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  body main .main-contain .sc4_content .sc4_content-img .content-items ul li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 10%;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item {
    margin-top: 40%;
    margin-bottom: 20%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item img, body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item video {
    width: 100%;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item img {
    order: 2;
  }
  body main .main-contain .sc4_content .sc4_content-img .sc4_content-img-item .sc4_content-video {
    order: 1;
    margin-top: 45%;
  }
}
@media only screen and (min-width: 768px) {
  body main .main-contain .sc5_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    position: relative;
    margin-bottom: 30%;
  }
  body main .main-contain .sc5_content .video-container {
    width: 100%;
    z-index: 2;
    grid-column: 1;
    grid-row: 1/span 2;
    margin-top: 22%;
  }
  body main .main-contain .sc5_content .image-container {
    width: 130%;
    grid-column: 2;
    grid-row: 1;
    margin-left: -30%;
  }
  body main .main-contain .sc5_content .sc5_content-video, body main .main-contain .sc5_content .sc5_content-image {
    width: 100%;
  }
  body main .main-contain .sc5_content .content-items ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 15px;
    margin-top: -30%;
  }
  body main .main-contain .sc5_content .content-items ul li {
    margin-left: 25%;
  }
  body main .main-contain .sc5_content .content-items ul li:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
  body main .main-contain .sc5_content .content-items ul li:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  body main .main-contain .sc5_content .content-items ul li:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media only screen and (max-width: 767px) {
  body main .main-contain .sc5_content {
    margin-bottom: 0%;
  }
  body main .main-contain .sc5_content .video-container {
    width: 100%;
    text-align: center;
  }
  body main .main-contain .sc5_content .video-container video.sc5_content-video {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  body main .main-contain .sc5_content .image-container {
    margin-top: 13%;
    width: 100%;
  }
  body main .main-contain .sc5_content .image-container .sc5_content-image {
    width: 100%;
  }
  body main .main-contain .sc5_content .content-items {
    width: 40%;
    margin-left: 10%;
    margin-top: 0;
  }
  body main .main-contain .sc5_content .content-items ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
  }
  body main .main-contain .sc5_content .content-items ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  body main .main-contain #sc6 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body main .main-contain #sc6 #all-item {
    font-family: "miller-banner", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
    padding: 1% 20%;
    margin: 10%;
  }
  body main .main-contain #sc6 #all-item p {
    color: #bfb699;
    font-size: 17px;
    margin: 0;
  }
  body main .main-contain #sc6 .centered-moon {
    width: 20px;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda {
    font-family: "fot-tsukumin-pr6n", sans-serif;
    color: #ffffff;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #profile {
    font-family: "miller-banner", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 20%;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 5%;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #profile-statement {
    font-family: "fot-tsukumin-pr6n", sans-serif;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #rico-ikeda {
    font-size: 25px;
    margin-bottom: 0;
    letter-spacing: 3px;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #rico-ikeda-alphabet {
    font-size: 10px;
    margin-bottom: 5%;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #rico-ikeda-discription {
    font-size: 12px;
    letter-spacing: 1px;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #rico-ikeda-discription-mobile {
    display: none;
  }
  body main .main-contain #sc6 #staff-statement {
    font-family: "MillerBanner - R", serif;
  }
  body main .main-contain #sc6 #staff-statement #staff-credit {
    margin-bottom: 10%;
  }
  body main .main-contain #sc6 #staff-statement p {
    font-size: 12px;
  }
  body main .main-contain #sc6 #staff-statement span {
    letter-spacing: 0;
  }
  body main .main-contain #sc6 #nergy-img {
    width: 22%;
    margin-top: 10%;
    margin-bottom: 30%;
  }
  body main .main-contain #sc6 #nergy-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body main .main-contain #sc6 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30%;
  }
  body main .main-contain #sc6 #all-item {
    font-family: "miller-banner", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body main .main-contain #sc6 #all-item p {
    color: #bfb699;
    font-size: 18px;
    margin: 0;
  }
  body main .main-contain #sc6 .centered-moon {
    margin-top: 35%;
    width: 13px;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda {
    font-family: "fot-tsukumin-pr6n", sans-serif;
    color: #ffffff;
    margin-top: 15%;
    margin-bottom: 0;
    width: 80%;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #profile {
    font-family: "miller-banner", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 3%;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #profile-statement {
    font-family: "FOT-筑紫明朝 Pr6N", serif;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #profile-statement p {
    letter-spacing: 3px;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #rico-ikeda {
    font-size: 23px;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #rico-ikeda-alphabet {
    letter-spacing: 2px;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 5%;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #rico-ikeda-discription {
    display: none;
  }
  body main .main-contain #sc6 .content-statement-rico-ikeda #rico-ikeda-discription-mobile {
    letter-spacing: 1px;
    line-height: 2.2;
    font-size: 11px;
  }
  body main .main-contain #sc6 #staff-statement {
    font-family: "miller-banner", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10%;
    padding: 0;
  }
  body main .main-contain #sc6 #staff-statement P {
    letter-spacing: 1px;
    line-height: 2.2;
    font-size: 13px;
  }
  body main .main-contain #sc6 #staff-statement P span {
    letter-spacing: 0;
  }
  body main .main-contain #sc6 #staff-statement #staff-credit {
    letter-spacing: 1px;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  body main .main-contain #sc6 #nergy-img {
    width: 35%;
    margin-top: 30%;
    margin-bottom: 30%;
  }
  body main .main-contain #sc6 #nergy-img img {
    width: 100%;
  }
}

.content-items {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  align-self: flex-start;
}
.content-items ul {
  list-style: none;
  padding: 0;
  margin-top: 3%;
  display: flex;
  gap: 25px;
}
.content-items ul li {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.content-items ul li .item-info, .content-items ul li .buy-button {
  display: flex;
  gap: 1px;
  width: 40%;
  font-size: 12px;
}
.content-items ul li .item-info span, .content-items ul li .buy-button span {
  letter-spacing: 1.5px;
}
.content-items span {
  color: white;
}
.content-items .buy-button span {
  border: 1px solid white;
  padding: 0px 22px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.content-items .buy-button span:hover {
  border: 1px solid white;
  transition: all 0.3s ease;
  background-color: white;
  color: #333;
}
.content-items .buy-button {
  text-align: left;
}
.content-items .buy-button a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .content-items ul {
    margin-top: 10%;
    row-gap: 0;
  }
  .content-items ul li .item-info, .content-items ul li .buy-button {
    letter-spacing: 2px;
    font-size: 10px;
  }
  .content-items .buy-button span {
    padding: 0 17px;
    background-color: transparent;
  }
  .content-items .buy-button {
    text-align: left;
  }
}
.l-footer {
  background-color: #fff;
}

.l-footer .l-footer__content {
  display: flex;
}

.l-footer hr:not([class]) {
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  background-color: #ddd;
  border: none;
  outline: none;
}

.l-footer .l-footer__sns-title {
  color: #666;
}

.l-footer .l-footer__sns-list {
  display: flex;
}

.l-footer .l-footer__sns-anchor {
  display: block;
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.l-footer .l-footer__sns-anchor:hover {
  opacity: 0.7;
}

.l-footer .l-footer__shop-anchor {
  color: currentcolor;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  text-underline-offset: 0.2em;
  transition: text-decoration-color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.l-footer .l-footer__shop-anchor:hover {
  text-decoration-color: currentcolor;
}

.l-footer .l-footer__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-footer .l-footer__link-item {
  display: flex;
  align-items: center;
}

.l-footer .l-footer__link-item:not(:last-child):after {
  display: block;
  line-height: 1;
  color: #4d4d4d;
  content: "|";
}

.l-footer .l-footer__link-anchor {
  line-height: 1;
  color: #666;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  text-underline-offset: 0.2em;
  transition: text-decoration-color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.l-footer .l-footer__link-anchor:hover {
  text-decoration-color: currentcolor;
}

.l-footer .l-footer__logo-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.l-footer .l-footer__copyright {
  text-align: center;
}

.l-footer .l-footer__copyright-text {
  line-height: 1;
}

@media (min-width: 768px) {
  .l-footer {
    padding: 0 0 4.4375rem;
  }
  .l-footer .l-footer__inner {
    padding-top: 1.875rem;
    background-color: #ececec;
  }
  .l-footer hr:not([class]) {
    margin: 2.1875rem auto;
  }
  .l-footer .l-footer__content {
    position: relative;
    max-width: 81.25rem;
    padding: clamp(3rem, 1.1954887218rem + 3.7593984962vw, 4.25rem) clamp(2.25rem, 0.9868421053rem + 2.6315789474vw, 3.125rem) clamp(1.25rem, -0.5545112782rem + 3.7593984962vw, 2.5rem) clamp(2.25rem, 0.9868421053rem + 2.6315789474vw, 3.125rem);
    margin-right: auto;
    margin-left: auto;
  }
  .l-footer .l-footer__content:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 0.0625rem;
    height: 100%;
    margin: auto;
    content: "";
    background-color: #c9c9c9;
  }
  .l-footer .l-footer__sns {
    display: flex;
    align-items: center;
    width: 50%;
    padding-right: clamp(3.75rem, 1.9454887218rem + 3.7593984962vw, 5rem);
    padding-bottom: 1rem;
    padding-left: clamp(0rem, -7.2180451128rem + 15.037593985vw, 5rem);
  }
  .l-footer .l-footer__sns-title {
    margin-right: clamp(1.25rem, -1.9078947368rem + 6.5789473684vw, 3.4375rem);
    font-size: 0.9375rem;
    white-space: nowrap;
  }
  .l-footer .l-footer__sns-item + .l-footer__sns-item {
    margin-left: clamp(1rem, 0.4586466165rem + 1.1278195489vw, 1.375rem);
  }
  .l-footer .l-footer__sns-anchor {
    width: clamp(2.1875rem, 0.8341165414rem + 2.8195488722vw, 3.125rem);
  }
  .l-footer .l-footer__help {
    width: 50%;
    padding-right: clamp(0rem, -7.2180451128rem + 15.037593985vw, 5rem);
    padding-left: clamp(2rem, -2.3308270677rem + 9.022556391vw, 5rem);
    color: #666;
  }
  .l-footer .l-footer__help-title {
    display: flex;
    align-items: center;
    font-size: 1.75rem;
    line-height: 1;
    color: #666;
  }
  .l-footer .l-footer__help-subtitle {
    display: block;
    margin-left: 1.625rem;
    font-size: 0.875rem;
    line-height: 1;
  }
  .l-footer .l-footer__help-list {
    display: flex;
    margin-top: 1.9375rem;
    margin-top: clamp(1.25rem, 0.257518797rem + 2.0676691729vw, 1.9375rem);
  }
  .l-footer .l-footer__help-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.6875rem;
  }
  .l-footer .l-footer__help-item:not(:last-child):after {
    display: block;
    margin: 0 1.125rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #4d4d4d;
    content: "|";
  }
  .l-footer .l-footer__help-anchor {
    font-size: 0.9375rem;
    font-size: clamp(0.8125rem, 0.6320488722rem + 0.3759398496vw, 0.9375rem);
    line-height: 1;
    color: currentcolor;
    text-decoration: none;
  }
}
@media (min-width: 768px) and (hover) {
  .l-footer .l-footer__help-anchor:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__shop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 81.25rem;
    padding: 0.4375rem 3.125rem 2.1875rem;
    margin-right: auto;
    margin-left: auto;
    color: #666;
  }
  .l-footer .l-footer__shop-title {
    flex-shrink: 0;
    width: 20.4166666667%;
    min-width: 15.3125rem;
    padding-bottom: 0.875rem;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
  .l-footer .l-footer__shop-content {
    width: 79.5833333333%;
  }
  .l-footer .l-footer__shop-list {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer .l-footer__shop-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.6875rem;
  }
  .l-footer .l-footer__shop-item:not(:last-child):after {
    display: block;
    margin: 0 0.9375rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #4d4d4d;
    content: "|";
  }
  .l-footer .l-footer__shop-anchor {
    font-size: 0.75rem;
    line-height: 1;
  }
  .l-footer .l-footer__link {
    margin-top: 3.4375rem;
  }
  .l-footer .l-footer__link-item:not(:last-child):after {
    margin: 0 0.9375rem;
    font-size: 0.75rem;
  }
  .l-footer .l-footer__link-anchor {
    font-size: 0.8125rem;
  }
  .l-footer .l-footer__logo {
    margin-top: 3.625rem;
  }
  .l-footer .l-footer__logo-link {
    width: 13.6875rem;
  }
  .l-footer .l-footer__copyright {
    margin-top: 2.5rem;
  }
  .l-footer .l-footer__copyright-text {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .l-footer .l-footer__help-item:not(:last-child):after {
    margin: 0 1.3888888889vw;
  }
  .l-footer .l-footer__shop {
    padding-right: 4.6296296296vw;
    padding-left: 4.6296296296vw;
  }
  .l-footer .l-footer__shop-title {
    min-width: clamp(14.375rem, 12.0673076923rem + 4.8076923077vw, 15.3125rem);
  }
  .l-footer .l-footer__shop-item:not(:last-child):after {
    margin: 0 1.3888888889vw;
  }
  .l-footer .l-footer__link-item:not(:last-child):after {
    margin: 0 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .l-footer {
    padding: 8vw 0 7.3333333333vw;
  }
  .l-footer hr:not([class]) {
    display: none;
  }
  .l-footer .l-footer__sns {
    padding-bottom: 12.2666666667vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .l-footer .l-footer__sns-title {
    font-size: 4.8vw;
    line-height: 1;
    color: #333;
  }
  .l-footer .l-footer__sns-list {
    display: flex;
    justify-content: center;
    margin-top: 8vw;
  }
  .l-footer .l-footer__sns-item {
    margin: 0 2.6666666667vw;
  }
  .l-footer .l-footer__sns-anchor {
    width: 8vw;
  }
  .l-footer .l-footer__help, .l-footer .l-footer__shop {
    display: none;
  }
  .l-footer .l-footer__link-item {
    margin-bottom: 2.8vw;
  }
  .l-footer .l-footer__link-item:not(:last-child):after {
    margin: 0 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .l-footer .l-footer__link-anchor {
    font-size: 2.6666666667vw;
  }
  .l-footer .l-footer__logo {
    margin-top: 8.8vw;
  }
  .l-footer .l-footer__logo-link {
    display: block;
    width: 42.9333333333vw;
  }
  .l-footer .l-footer__copyright {
    margin-top: 2.6666666667vw;
    line-height: 1;
  }
  .l-footer .l-footer__copyright-text {
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}
/* 下から上へスライドするアニメーション */
.mask-animation {
  animation: animationMask 1.8s forwards cubic-bezier(0.24, 0.74, 0, 1);
}

@keyframes animationMask {
  0% {
    height: 100%;
  }
  100% {
    height: 0px;
  }
}
.w-full {
  width: 100%;
}

.w-percent-80 {
  width: 80%;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

figure {
  margin: 0;
}

#figure-animation {
  position: absolute;
  width: 100%;
  background-color: #bfb699;
  height: 50%;
  z-index: 20;
  top: 0;
  left: 0;
}/*# sourceMappingURL=index.css.map */