@charset "UTF-8";
/*ALL Settings*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[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-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[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;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

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

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

p.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

br.brsp {
  display: none;
}

@media (max-width: 767px) {
  br.brsp {
    display: block;
  }
}
/****************************************

          General Setting

*****************************************/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

html, body {
  height: 100%;
}

body {
  height: 100%;
  background: #fff;
  color: #121212;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 1.98px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  transition: all 0.5s;
}

.wrap {
  position: relative;
  min-height: 100%;
  line-height: 1.8;
  overflow: hidden;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

img.responsiveimg {
  width: 100%;
  height: auto;
}

img.round {
  border-radius: 3rem !important;
}

.flex-nowrap {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

p {
  font-size: 1.6rem;
  line-height: 1.6;
}
p.large {
  font-size: 2rem;
}
p a {
  text-decoration: underline;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.loading {
  width: 100vw;
  height: 100dvh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.loading img {
  width: 20%;
}

@media screen and (max-width: 850px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .right, .left {
    width: 100%;
  }
  .right {
    margin-top: 3rem;
  }
  .listbox {
    margin-right: -15px;
  }
  .w-3, .w-4 {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .mgt-1 {
    margin-top: 1.5rem !important;
  }
  .mgt-3 {
    margin-top: 3rem !important;
  }
  .mgt-6 {
    margin-top: 5rem !important;
  }
  .mgb-1 {
    margin-bottom: 1.5rem !important;
  }
  .mgb-3 {
    margin-bottom: 3rem !important;
  }
  .mgb-6 {
    margin-bottom: 5rem !important;
  }
  .loading img {
    width: 40%;
  }
}
/****************************************

          CONTENTS

*****************************************/
.header {
  margin: 0 0 12rem;
}
.header h2 {
  font-size: 24px;
  letter-spacing: 2.34px;
  line-height: 180%;
  margin: 0 auto 3.90625vw;
}
.header p {
  font-size: 13px;
  line-height: 260%;
}
.header p.copy {
  font-size: 11px;
}
.header .head {
  padding: 3rem 0;
}
.header .head h2 {
  font-size: 30px;
  margin: 0 auto;
}
.header .head img {
  width: 20%;
}
.header .topcaption {
  padding: 13rem;
}
.header .maincopy {
  padding: 12rem 0 0;
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 のアスペクト比 = 9/16*100 */
  height: 0;
  overflow: hidden;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main {
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
}

.contents {
  height: 100dvh; /* 1つの contents は画面いっぱい */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  z-index: 1;
}

.swiper {
  /* position: sticky;
  top: 15px;
  width: 100%;
  z-index: -10; */
}

.product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  z-index: 10;
  padding: 15px 0 30px;
  background: #fff;
}

.content--box {
  width: 98%;
  max-width: unset;
  margin: 0 auto;
  padding: 0;
}

.content--small {
  padding: 15px;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (min-width: 851px) {
  .content--box {
    width: 78.125vw;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
  .content--small {
    width: 30%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    z-index: 10;
    padding: 15px 0 60px;
    background: #fff;
  }
}
.product-card {
  width: calc((100% - 30px) / 3); /* 3列分 */
  max-width: 120px; /* 最大幅 */
  display: flex;
  flex-direction: column;
}

.product-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.product-info p {
  line-height: 180%;
  font-size: 13px;
}

a.buy-image {
  trandition: all 0.3s;
}
a.buy-image:hover {
  opacity: 0.6;
}

.buy-btn {
  margin-top: 0.5rem;
  padding: 4px 8px;
  background: #121212;
  color: #fff !important;
  border-radius: 2px;
  border: 1px solid #121212;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  transition: all 0.3s;
}
.buy-btn:hover {
  background: none;
  color: #121212 !important;
}

.credit {
  padding: 6rem 0;
}
.credit h3 {
  font-size: 20px;
  padding-bottom: 1.5rem;
}
.credit div {
  gap: 15px;
}
.credit a {
  transition: all 0.3s;
}
.credit a:hover {
  opacity: 0.6;
}
.credit a img {
  width: 30px;
}

footer {
  background: #000;
  padding: 3rem;
  color: #fff;
  position: relative;
}
footer a {
  display: block;
  color: #fff !important;
  font-size: 12px;
  line-height: 260%;
  transition: all 0.3s;
}
footer a:hover {
  opacity: 0.6;
}
footer .footernav {
  width: 100%;
  border: none;
}
footer .footernav img {
  filter: invert(1);
}
footer .footernav a {
  width: 200px;
  margin-right: 1.5rem;
}
footer .sns a {
  width: 20px;
  margin: 0;
  margin-left: 1.5rem;
}
footer .copy {
  font-size: 10px;
  margin-top: 3rem;
}

@media screen and (max-width: 850px) {
  .header {
    margin: 0 0 12rem;
  }
  .header h2 {
    font-size: 13px;
    line-height: 200%;
    margin: 0 auto 13.3333333333vw;
  }
  .header p {
    font-size: 11px;
    line-height: 260%;
  }
  .header p.copy {
    font-size: 10px;
  }
  .header .head {
    padding: 3rem 0;
  }
  .header .head h2 {
    font-size: 24px;
    margin: 0 auto 0;
  }
  .header .head img {
    width: 40%;
  }
  .header .topcaption {
    padding: 6rem 3rem;
  }
  .header .maincopy {
    padding: 12rem 0 0;
  }
  .credit {
    padding: 6rem 0;
  }
  .credit h3 {
    font-size: 13px;
    padding-bottom: 1.5rem;
  }
  .credit div {
    gap: 15px;
  }
  .credit a {
    transition: all 0.3s;
  }
  .credit a:hover {
    opacity: 0.6;
  }
  .credit a img {
    width: 30px;
  }
  footer {
    background: #000;
    padding: 1.5rem;
    color: #fff;
  }
  footer a {
    display: block;
    font-size: 12px;
    line-height: 260%;
    transition: all 0.3s;
  }
  footer a:hover {
    opacity: 0.6;
  }
  footer .footernav {
    width: 100%;
  }
  footer .footernav img {
    filter: invert(1);
  }
  footer .footernav a {
    width: 50%;
    margin-right: 1.5rem;
  }
  footer .sns a {
    width: 20px;
    margin: 0;
    margin-left: 1.5rem;
  }
  footer .copy {
    font-size: 10px;
    margin-top: 3rem;
  }
}/*# sourceMappingURL=style.css.map */