@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

/*iosのフォームボタンリセット*/
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus {
  outline-offset: -2px;
}

/*変数設定用*/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
img {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
a:hover img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.vsp {
  display: none;
}
@media screen and (max-width: 750px) {
  .vsp {
    display: block;
  }
}

.vpc {
  display: block;
}
@media screen and (max-width: 750px) {
  .vpc {
    display: none;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  position: relative;
}

.js-fade {
  opacity: 0;
  transition-duration: 0.6s;
  transform: translateY(50px);
}
.js-fade.is-inview {
  transform: translate(0, 0);
  opacity: 1;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 4rem;
  width: 100%;
  z-index: 1000;
}
.l-header__H1 {
  width: 21.9rem;
}
.l-header__Openbtn {
  position: absolute;
  top: 5.3rem;
  right: 4.2rem;
  z-index: 10000;
  padding: 0;
  width: 14.7rem;
  height: 2.1rem;
  cursor: pointer;
}
.l-header__Openbtn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 14.7rem;
  height: 0.1rem;
  border-radius: 1rem;
  background: #3e3a39;
  transform: translateX(-50%);
  transition: 0.6s;
}
.l-header__Openbtn span:nth-of-type(1) {
  top: 0;
}
.l-header__Openbtn span:nth-of-type(2) {
  top: 1rem;
}
.l-header__Openbtn span:nth-of-type(3) {
  top: 2rem;
}
.l-header__Openbtn:hover span:nth-of-type(1) {
  transform: translateX(calc(-50% - 1rem));
}
.l-header__Openbtn:hover span:nth-of-type(3) {
  transform: translateX(calc(-50% + 1rem));
}
.l-header__Openbtn.-active span:nth-of-type(1) {
  transform: translateX(-50%) rotate(-12deg);
  left: 50%;
  top: 1rem;
}
.l-header__Openbtn.-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__Openbtn.-active span:nth-of-type(3) {
  transform: translateX(-50%) rotate(12deg);
  left: 50%;
  top: 1rem;
}

.hamwrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: #fff;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .hamwrap {
    flex-flow: column;
    justify-content: flex-start;
    gap: 6.2rem;
  }
}
.hamwrap__Left {
  padding-left: 10.5rem;
  padding-top: 15rem;
}
@media screen and (max-width: 750px) {
  .hamwrap__Left {
    padding-left: 8.7rem;
  }
}
.hamwrap__Left-List {
  display: flex;
  flex-flow: column;
  gap: 7rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .hamwrap__Left-List {
    gap: 4rem;
  }
}
.hamwrap__Left-List li {
  filter: blur(10px) opacity(0);
  transform: translate(0, 5%) translateZ(0);
  transition: filter 1s, transform 1s;
  transition-delay: 0.2s;
}
.hamwrap__Left-List li a {
  font-size: 3.6rem;
  color: #3e3a39;
}
.hamwrap__Left-Otherlist {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.hamwrap__Left-Otherlist li {
  filter: blur(10px) opacity(0);
  transform: translate(0, 5%) translateZ(0);
  transition: filter 1s, transform 1s;
  transition-delay: 0.2s;
}
.hamwrap__Left-Otherlist li a {
  font-size: 1.8rem;
  color: #3e3a39;
}
.hamwrap__Right {
  padding-right: 10.5rem;
  padding-top: 23.5rem;
  filter: blur(10px) opacity(0);
  transform: translate(0, 5%) translateZ(0);
  transition: filter 1s, transform 1s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  .hamwrap__Right {
    padding-left: 8.7rem;
    padding-right: 0;
    padding-top: 0;
  }
}
.hamwrap__Right-Sns {
  display: flex;
  justify-content: space-between;
  width: 21.7rem;
  margin-bottom: 8.5rem;
}
.hamwrap__Right-Sns li {
  width: 3.6rem;
}
.hamwrap__Right-Shop {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.hamwrap__Right-Shop li {
  filter: blur(10px) opacity(0);
  transform: translate(0, 5%) translateZ(0);
  transition: filter 1s, transform 1s;
  transition-delay: 0.2s;
}
.hamwrap__Right-Shop li a {
  display: block;
  background: rgba(61, 84, 89, 0.8);
  border-radius: 1rem;
  width: 20rem;
  height: 6.2rem;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hamwrap__Right-Shop li a:after {
  position: absolute;
  right: 1.2rem;
  content: "";
  width: 3.3rem;
  height: 2.7rem;
  background: url("./../img/icon_blank.svg");
  background-size: cover;
  display: inline-block;
}
.hamwrap__Right-Shop li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2.3rem;
}
.hamwrap.-active {
  opacity: 1;
  visibility: initial;
  pointer-events: auto;
}
.hamwrap.-active .hamwrap__Left-List li {
  transform: translate(0, 0) translateZ(0);
  filter: none;
  opacity: 1;
}
.hamwrap.-active .hamwrap__Left-List li:nth-child(2) {
  transition-delay: 0.4s;
}
.hamwrap.-active .hamwrap__Left-List li:nth-child(3) {
  transition-delay: 0.8s;
}
.hamwrap.-active .hamwrap__Left-List li:nth-child(4) {
  transition-delay: 1.2s;
}
.hamwrap.-active .hamwrap__Left-List li:nth-child(5) {
  transition-delay: 1.6s;
}
.hamwrap.-active .hamwrap__Left-Otherlist li {
  transform: translate(0, 0) translateZ(0);
  filter: none;
  opacity: 1;
}
.hamwrap.-active .hamwrap__Left-Otherlist li:nth-child(1) {
  transition-delay: 1.6s;
}
.hamwrap.-active .hamwrap__Left-Otherlist li:nth-child(2) {
  transition-delay: 2s;
}
.hamwrap.-active .hamwrap__Right {
  transform: translate(0, 0) translateZ(0);
  filter: none;
  opacity: 1;
}
.hamwrap.-active .hamwrap__Right-Shop li {
  transform: translate(0, 0) translateZ(0);
  filter: none;
  opacity: 1;
}
.hamwrap.-active .hamwrap__Right-Shop li:nth-child(2) {
  transition-delay: 0.4s;
}
.hamwrap.-active .hamwrap__Right-Shop li:nth-child(3) {
  transition-delay: 0.8s;
}
.hamwrap.-active .hamwrap__Right-Shop li:nth-child(4) {
  transition-delay: 1.2s;
}
.hamwrap.-active .hamwrap__Right-Shop li:nth-child(5) {
  transition-delay: 1.6s;
}

.wrapper {
  overflow-x: hidden;
  color: #595757;
}
.wrapper img {
  max-width: none;
  width: 100%;
}
.wrapper .-ttl {
  text-align: center;
  font-weight: 600;
  font-size: 2.72rem;
  line-height: 1;
}
.wrapper .-ttl .-eng {
  display: block;
  font-size: 1.36rem;
  margin-bottom: 1.224rem;
}
.wrapper .flexwrap {
  display: flex;
}
.wrapper .flexwrap .leftcont {
  width: calc((100% - 60rem) / 2);
  position: relative;
}
.wrapper .flexwrap .leftcont__Inner {
  width: calc((100% - 60rem) / 2);
  text-align: center;
  position: fixed;
  top: 0;
  height: 100vh;
  background: url("./../img/bg_left_bk.png");
  background-size: cover;
  background-position: center bottom;
}
.wrapper .flexwrap .leftcont__Sticky {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  left: 0;
  text-align: center;
}
.wrapper .flexwrap .leftcont__Bottle {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22rem;
}
.wrapper .flexwrap .rightcont {
  width: calc((100% - 60rem) / 2);
  position: relative;
}
.wrapper .flexwrap .rightcont__Inner {
  width: calc((100% - 60rem) / 2);
  text-align: center;
  position: fixed;
  top: 0;
  height: 100%;
  background: url("./../img/bg_right_bk.png");
  background-size: cover;
  background-position: bottom center;
}
.wrapper .flexwrap .rightcont__Sticky {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  left: 0;
}
.wrapper .flexwrap .centercont {
  background: url("./../img/bg_wrap.png");
  background-size: cover;
  width: 60rem;
  position: relative;
}
.wrapper .flexwrap .centercont:before {
  content: "";
  position: fixed;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 60rem;
  height: 100vh;
  background: url(./../img/img_footer.png);
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.wrapper .mv {
  position: relative;
  overflow: hidden;
  padding: 16.24rem 0 25.68rem;
}
.wrapper .mv__Thum {
  width: 23.12rem;
  margin: auto;
}
.wrapper .introduction {
  position: relative;
  z-index: 10;
}
.wrapper .introduction__Ttl {
  width: 28.24rem;
  margin: 0 auto 9.6rem;
}
.wrapper .introduction__List {
  margin-bottom: 11.2rem;
}
.wrapper .introduction__List.is-inview .introduction__Item {
  transform: translate(0, 0);
  opacity: 1;
}
.wrapper .introduction__Item {
  width: 24.8rem;
  opacity: 0;
  transition-duration: 0.6s;
  transform: translateY(50px);
  transition-delay: 0.6s;
}
.wrapper .introduction__Item.-item01 {
  margin: auto;
  position: relative;
  z-index: 10;
}
.wrapper .introduction__Item.-item02 {
  margin: -8rem auto 0 3.76rem;
}
.wrapper .introduction__Item.-item03 {
  margin: -24rem 3.76rem 0 auto;
  position: relative;
  z-index: 20;
}
.wrapper .introduction__Txt {
  width: 37.44rem;
  margin: 0 auto 13.6rem;
}
.wrapper .feature {
  position: relative;
  max-width: 73.44rem;
  width: 100%;
  margin: 0 auto;
  background: #fcf8f1;
}
.wrapper .feature .-ttl {
  padding: 2.8rem 0;
}
.wrapper .feature__Item {
  background: url("./../img/bg_feature_sp.png");
  background-size: cover;
  width: 100%;
  height: auto;
  pointer-events: none;
  padding: 10rem 0;
}
.wrapper .feature__Item-Ttl {
  text-align: center;
  display: block;
  min-height: auto;
  font-size: 3.2rem;
  line-height: 3.04rem;
  margin-bottom: 4rem;
  color: #231815;
}
.wrapper .feature__Item-Thum {
  width: 27.2rem;
  margin: 0 auto 4rem;
}
.wrapper .feature__Item-txt {
  margin: auto;
  font-size: 1.92rem;
  line-height: 3.2rem;
  text-align: center;
  color: #231815;
}
.wrapper .howto {
  background: #fcf8f1;
  max-width: 86.4rem;
  width: 100%;
  margin: 0 auto;
}
.wrapper .howto__Bg {
  background: url("./../img/bg_howto_sp.png");
  background-size: cover;
  padding: 4.8rem 0 9.36rem;
}
.wrapper .howto .-ttl {
  padding: 2.72rem 0;
}
.wrapper .howto__Catch {
  font-size: 1.92rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 4.8rem;
  color: #231815;
}
.wrapper .howto__List {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  max-width: 48rem;
  flex-flow: column;
  gap: 8rem;
}
.wrapper .howto__Item {
  width: 100%;
}
.wrapper .howto__Item-Ttl {
  text-align: center;
  font-size: 2.88rem;
  margin-bottom: 1.76rem;
}
.wrapper .howto__Item-Thum {
  margin-bottom: 6.4rem;
  width: 100%;
  height: 23.12rem;
  position: relative;
}
.wrapper .howto__Item-Thum iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrapper .howto__Item ul li {
  font-size: 2.24rem;
  line-height: 3.04rem;
  padding-left: 4.8rem;
  margin-bottom: 3.2rem;
  position: relative;
  color: #000;
}
.wrapper .howto__Item ul li:before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: url("./../img/iconn_point_01.svg");
  background-size: cover;
  position: absolute;
  top: -0.08rem;
  left: 0;
}
.wrapper .howto__Item ul li:nth-child(2):before {
  background: url("./../img/iconn_point_02.svg");
  background-size: cover;
}
.wrapper .howto__Item ul li:nth-child(3) {
  margin-bottom: 0;
}
.wrapper .howto__Item ul li:nth-child(3):before {
  background: url("./../img/iconn_point_03.svg");
  background-size: cover;
}
.wrapper .howto__Item ul li .-bold {
  font-weight: bold;
}
.wrapper .howto__Item-txt {
  width: 22.24rem;
  margin: auto;
  font-size: 1.28rem;
  line-height: 2.4rem;
  text-align: justify;
}
.wrapper .gallery {
  background: #fcf8f1;
  width: 100%;
  margin: 0 auto 5.76rem;
  position: relative;
}
.wrapper .gallery__Bg {
  background: url("./../img/bg_howto_sp.png");
  background-size: cover;
  padding: 5.12rem 0;
}
.wrapper .gallery__Thum {
  max-width: 48rem;
  margin: auto;
}
.wrapper .gallery .-ttl {
  padding: 2.72rem 0;
  margin-bottom: 0;
}
.wrapper .product {
  max-width: 86.4rem;
  width: 100%;
  margin: 0 auto 6.8rem;
  padding-bottom: 6rem;
}
.wrapper .product__Bg {
  padding: 4.8rem 0 6rem;
}
.wrapper .product .-ttl {
  padding: 2.72rem 0;
  margin-bottom: 0;
}
.wrapper .product__List {
  display: flex;
  justify-content: space-between;
  max-width: 36rem;
  flex-flow: column;
  gap: 6.4rem;
  width: 100%;
  margin: auto;
}
.wrapper .product__Item {
  width: 100%;
}
.wrapper .product__Item-Thum {
  margin-bottom: 1.84rem;
}
.wrapper .product__Item-Ttl {
  text-align: center;
  font-size: 1.92rem;
  line-height: 2.88rem;
  font-weight: 500;
}
.wrapper .other {
  padding-bottom: 9.6rem;
}
.wrapper .other__Txt {
  margin-bottom: 1.6rem;
  font-size: 2.56rem;
  line-height: 1;
  text-align: center;
  color: #000;
}
.wrapper .other__Link {
  text-align: center;
}
.wrapper .other__Link a {
  display: inline-block;
  width: 24rem;
}
.wrapper .buy {
  padding-bottom: 14.72rem;
}
.wrapper .buy__Ttl {
  font-size: 2.56rem;
  text-align: center;
  color: #000;
  margin-bottom: 2.8rem;
}
.wrapper .buy__List {
  display: flex;
  justify-content: space-between;
  max-width: 48rem;
  gap: 1.36rem;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
.wrapper .buy__Item {
  width: 23.2rem;
}
.wrapper .buy__Item a {
  display: block;
  background: rgba(61, 84, 89, 0.8);
  border-radius: 0.8rem;
  width: 100%;
  height: 4.96rem;
  font-size: 1.92rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wrapper .buy__Item a:after {
  position: absolute;
  right: 0.96rem;
  content: "";
  width: 2.64rem;
  height: 2.16rem;
  background: url("./../img/icon_blank.svg");
  background-size: cover;
  display: inline-block;
}
.wrapper .buy__Item a span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.84rem;
}
.wrapper .l-footer {
  position: relative;
}
.wrapper .l-footer__Logo {
  width: 27.44rem;
  margin: 0 auto 4rem;
}
.wrapper .l-footer__Sns {
  width: 22.48rem;
  margin: 0 auto 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .l-footer__Sns li:nth-child(1) {
  width: 3.2rem;
}
.wrapper .l-footer__Sns li:nth-child(2) {
  width: 2.8rem;
}
.wrapper .l-footer__Sns li:nth-child(3) {
  width: 2.56rem;
}
.wrapper .l-footer__Sns li:nth-child(4) {
  width: 2.304rem;
}
.wrapper .l-footer__Sns li:nth-child(5) {
  width: 2.24rem;
}
.wrapper .l-footer__Links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.632rem;
  margin-bottom: 2.64rem;
}
.wrapper .l-footer__Links li a {
  font-size: 1.92rem;
  color: #000;
  font-weight: bold;
}
.wrapper .l-footer__Copy {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 32.64rem;
}

.modal {
  display: none;
}

.modaal-container {
  background: none;
}

.modaal-content-container {
  padding: 0;
}

.modal__Txt {
  width: 46rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .modal__Txt {
    width: 100%;
  }
}

.modaal-close {
  right: 50%;
  transform: translate(50%, -50%);
  top: 13%;
  width: 75px;
  height: 17px;
}
.modaal-close:after {
  transform: rotate(12deg);
  background: #fff;
  height: 1px;
  width: 100%;
  transition: transform 0.5s;
  left: 0;
}
.modaal-close:before {
  transform: rotate(-12deg);
  background: #fff;
  height: 1px;
  width: 100%;
  transition: transform 0.5s;
  left: 0;
}
.modaal-close:hover {
  background: none;
}
.modaal-close:hover:after {
  transform: rotate(18deg);
  background: #fff;
}
.modaal-close:hover:before {
  transform: rotate(-18deg);
  background: #fff;
}

.modaal-video-wrap {
  margin: 0 !important;
}

.modaal-container {
  box-shadow: none;
}

@media screen and (max-width: 750px) {
  .wrapper .-ttl {
    font-size: 4rem;
  }
  .wrapper .-ttl .-eng {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
  .wrapper .flexwrap .leftcont {
    display: none;
  }
  .wrapper .flexwrap .rightcont {
    display: none;
  }
  .wrapper .flexwrap .centercont {
    width: 100%;
  }
  .wrapper .flexwrap .centercont:before {
    width: 100%;
  }
  .wrapper .mv {
    padding: 20.3rem 0 32.1rem;
  }
  .wrapper .mv__Thum {
    width: 28.9rem;
    margin: auto;
  }
  .wrapper .introduction__Ttl {
    width: 35.3rem;
    margin: 0 auto 12rem;
  }
  .wrapper .introduction__List {
    margin-bottom: 14rem;
  }
  .wrapper .introduction__Item {
    width: 31rem;
  }
  .wrapper .introduction__Item.-item02 {
    margin: -10rem auto 0 4.7rem;
  }
  .wrapper .introduction__Item.-item03 {
    margin: -30rem 4.7rem 0 auto;
  }
  .wrapper .introduction__Txt {
    width: 46.8rem;
    margin: 0 auto 17rem;
  }
  .wrapper .feature {
    max-width: 108rem;
  }
  .wrapper .feature .-ttl {
    padding: 3.5rem 0;
  }
  .wrapper .feature__Item {
    padding: 10rem 0;
  }
  .wrapper .feature__Item-Thum {
    width: 50rem;
    margin: 0 auto 5rem;
  }
  .wrapper .feature__Item-Ttl {
    font-size: 4rem;
    line-height: 3.8rem;
    margin-bottom: 5rem;
  }
  .wrapper .feature__Item-txt {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .wrapper .howto {
    max-width: 108rem;
    margin: 0 auto;
  }
  .wrapper .howto__Bg {
    padding: 6rem 0 11.7rem;
  }
  .wrapper .howto .-ttl {
    padding: 3.4rem 0;
  }
  .wrapper .howto__Catch {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 6rem;
  }
  .wrapper .howto__List {
    max-width: 60rem;
    gap: 10rem;
  }
  .wrapper .howto__Item-Ttl {
    font-size: 3.6rem;
    margin-bottom: 2.2rem;
  }
  .wrapper .howto__Item-Thum {
    margin-bottom: 4rem;
    height: 34rem;
  }
  .wrapper .howto__Item ul li {
    font-size: 2.8rem;
    line-height: 3.8rem;
    padding-left: 6rem;
    margin-bottom: 4rem;
  }
  .wrapper .howto__Item ul li:before {
    width: 4rem;
    height: 4rem;
    top: -0.1rem;
  }
  .wrapper .howto__Item-txt {
    width: 27.8rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .wrapper .gallery__Thum {
    max-width: 60rem;
  }
  .wrapper .product {
    max-width: 108rem;
    margin: 0 auto 8.5rem;
    padding-bottom: 7.5rem;
  }
  .wrapper .product__Bg {
    padding: 6rem 0 7.5rem;
  }
  .wrapper .product .-ttl {
    padding: 3.4rem 0;
  }
  .wrapper .product__List {
    max-width: 60rem;
    gap: 8rem;
  }
  .wrapper .product__Item-Thum {
    margin-bottom: 2.3rem;
  }
  .wrapper .product__Item-Ttl {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  .wrapper .other {
    padding-bottom: 12rem;
  }
  .wrapper .other__Txt {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
  .wrapper .other__Link a {
    width: 30rem;
  }
  .wrapper .buy {
    padding-bottom: 18.4rem;
  }
  .wrapper .buy__Ttl {
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
  }
  .wrapper .buy__List {
    max-width: 60rem;
    gap: 2rem;
  }
  .wrapper .buy__Item {
    width: 29rem;
  }
  .wrapper .buy__Item a {
    border-radius: 1rem;
    height: 6.2rem;
    font-size: 2.4rem;
  }
  .wrapper .buy__Item a:after {
    right: 1.2rem;
    width: 3.3rem;
    height: 2.7rem;
  }
  .wrapper .buy__Item a span {
    padding-right: 2.3rem;
  }
  .wrapper .l-footer__Logo {
    width: 34.3rem;
    margin: 0 auto 5rem;
  }
  .wrapper .l-footer__Sns {
    width: 28.1rem;
    margin: 0 auto 5rem;
  }
  .wrapper .l-footer__Sns li:nth-child(1) {
    width: 4rem;
  }
  .wrapper .l-footer__Sns li:nth-child(2) {
    width: 3.5rem;
  }
  .wrapper .l-footer__Sns li:nth-child(3) {
    width: 3.2rem;
  }
  .wrapper .l-footer__Sns li:nth-child(4) {
    width: 2.88rem;
  }
  .wrapper .l-footer__Sns li:nth-child(5) {
    width: 2.8rem;
  }
  .wrapper .l-footer__Links {
    gap: 2.4rem;
    margin-bottom: 3.3rem;
  }
  .wrapper .l-footer__Links li a {
    font-size: 2.4rem;
  }
  .wrapper .l-footer__Copy {
    font-size: 2rem;
    padding-bottom: 40.8rem;
  }
}