@charset "UTF-8";
/*! 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;
  -webkit-text-decoration: underline dotted;
          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;
}

/* common
============================== */
a {
  text-decoration: none;
  color: #C9C4B8;
  transition: 0.5s ease;
}

a:hover {
  opacity: 0.5;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

body {
  background: #000;
  color: #C9C4B8;
  font-family: "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/* parts
============================== */
.link {
  padding-left: 2em;
  margin-top: 24px;
  display: block;
  position: relative;
  font-weight: 500;
  padding-left: 24px;
  font-size: 13px;
}
.link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link:after {
  content: "";
  position: absolute;
  left: 0.32em;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.4em;
  height: 0.4em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.txt--sub {
  font-size: 0.8em;
}

img + .txt--sub {
  display: block;
  text-align: left;
  margin-top: 10px;
}

.video video {
  width: 100%;
  height: auto;
  display: block;
}

/* layout
============================== */
.inner {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

#creator,
#nftnfc,
#collection {
  position: relative;
  z-index: 2;
}

#creator {
  background: rgba(0, 0, 0, 0.8);
}

#nftnfc {
  background: linear-gradient(to bottom, rgba(25, 25, 26, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}

/* list
============================== */
.list--note li {
  line-height: 1.4;
  margin-bottom: 10px;
}
.list--note li .open-btn {
  margin: 10px 0;
}

.list--indent {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.8;
}
.list--indent a {
  display: block;
  text-indent: 0em;
  text-decoration: underline;
}

/* section--hero
============================== */
.section--hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#keyvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#keyvisual .video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
#keyvisual .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
}
#keyvisual .open-btn {
  padding: 11px 60px 11px 30px;
  height: auto;
}
#keyvisual h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
#keyvisual h1 > span {
  display: block;
  line-height: 1;
  position: relative;
}
#keyvisual h1 > span:nth-of-type(1) {
  width: 100%;
  position: relative;
  padding-bottom: 13vw;
}
#keyvisual h1 > span:nth-of-type(1) img {
  display: block;
  width: 20vw;
  margin: 0 auto;
}
#keyvisual h1 > span:nth-of-type(1)::before, #keyvisual h1 > span:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 1vw);
  top: calc(50% + 2.5vw);
  transform: rotate(45deg) translate(-50%, -50%) scaleX(0);
  transition: 0.4s ease-out;
}
#keyvisual h1 > span:nth-of-type(1)::after {
  top: calc(50% - 0.3vw);
  transform: rotate(-45deg) translate(-50%, -50%) scaleX(0);
}
#keyvisual h1 > span:nth-of-type(2) {
  width: 100%;
}
#keyvisual h1 > span:nth-of-type(2) img {
  display: block;
  width: 20vw;
  margin: 0 auto;
}
#keyvisual h1 > span:nth-of-type(3) {
  width: 100%;
  margin-top: 4vw;
}
#keyvisual h1 > span:nth-of-type(3) img {
  display: block;
  width: 20vw;
  margin: 0 auto;
}
#keyvisual h1 > span span {
  display: block;
  overflow: clip;
  position: relative;
}
#keyvisual h1 > span span img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(100%);
  transition: 0.4s ease-out 0.2s;
}

/* loading animation */
.loaded #keyvisual h1 > span img {
  transform: translateY(0);
}
.loaded #keyvisual h1 span:nth-of-type(1)::before {
  transform: rotate(45deg) translate(-50%, -50%) scaleX(1);
}
.loaded #keyvisual h1 span:nth-of-type(1)::after {
  transform: rotate(-45deg) translate(-50%, -50%) scaleX(1);
}
.loaded .fixed-btn {
  opacity: 1;
  transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0s, background-color 0.3s ease 0s;
}

/* section--lead
============================== */
.section--lead {
  padding: 0 0 32vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.section--lead h2 {
  padding-top: 100px;
  margin: 0 0 60px auto;
  font-family: "Sawarabi Mincho", serif;
  font-size: 43px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #AA9A7D;
}
.section--lead .gold {
  margin: 0 0 100px;
  display: block;
  font-family: "Sawarabi Mincho", serif;
  font-size: 18px;
  line-height: 2.4em;
  letter-spacing: 0.2em;
  color: #AA9A7D;
}
.section--lead p {
  font-size: 14px;
  line-height: 2.8em;
  letter-spacing: 0.2em;
  margin-bottom: 32px;
}
.section--lead h3 {
  margin-bottom: 1em;
  font-family: "Sawarabi Mincho", serif;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.section--lead .open-btn {
  padding: 11px 46px 11px 30px;
}

/* section--about-item
============================== */
.section--about-item {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}
.section--about-item .inner {
  padding-bottom: 300px;
  display: flex;
  justify-content: space-between;
}
.section--about-item .inner .block--left {
  width: 48%;
}
.section--about-item .inner .block--left h2 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #AA9A7D;
}
.section--about-item .inner .block--left .production {
  margin-bottom: 32px;
  font-size: 20px;
  display: block;
}
.section--about-item .inner .block--left .production em {
  display: inline-block;
  line-height: 1;
  background: #ab9a7e;
  color: #000;
  padding: 0.1em 0.2em 0.1em 0.4em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--about-item .inner .block--left .production em {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.8em;
    margin: 7px auto 0;
  }
}
.section--about-item .inner .block--left .rubi {
  margin-bottom: 120px;
  padding-top: 16px;
  font-size: 14px;
  display: block;
}
.section--about-item .inner .block--left p:not(.txt--sub) {
  width: 84%;
  text-align: justify;
  font-size: 14px;
  line-height: 2.5em;
}
.section--about-item .inner .block--right {
  width: 48%;
  text-align: right;
}
.section--about-item .inner .block--right img {
  width: 100%;
}

/* img slider
============================== */
.loop-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}

.loop-track {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.loop-track img {
  max-height: 392px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  margin-right: 40px;
}
.loop-track img:last-child {
  margin-right: 0;
}

.loop2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(25, 25, 26, 0.8) 100%);
}

/* section--creator
============================== */
.section--creator {
  padding-top: 300px;
}
.section--creator h2 {
  margin-bottom: 130px;
  text-align: center;
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #AA9A7D;
}
.section--creator .block--left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 6%;
  margin-bottom: 8vw;
}
.section--creator .block--left .thumb {
  width: 18%;
}
.section--creator .block--left .block--right {
  width: 76%;
}
.section--creator .block--left h3 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #AA9A7D;
  margin-bottom: 24px;
}
.section--creator .block--left h3 .occupation {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.section--creator .block--left h3 .notation {
  font-size: 14px;
  letter-spacing: normal;
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section--creator .block--left h3 .name-block {
  display: flex;
  align-items: center;
  justify-content: normal;
  gap: 10px;
}
.section--creator .block--left .explanation {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 2em;
}
.section--creator .block--left .profile {
  font-size: 13px;
  line-height: 1.9em;
}
.section--creator .block--flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 8%;
  margin-bottom: 8vw;
}
.section--creator .block--flex .inner_box {
  display: block;
  width: 44%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .section--creator .block--flex .inner_box .thumb {
    width: 41%;
    position: absolute;
    left: 0;
  }
  .section--creator .block--flex .inner_box h3 {
    padding-left: 50%;
  }
  .section--creator .block--flex .inner_box .profile {
    padding-left: 50%;
  }
}
.section--creator .explanation span,
.section--creator .profile span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section--creator .uyparea {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 5%;
  padding-bottom: 16vw;
}
.section--creator .uyparea .block--left {
  width: 17%;
}
.section--creator .uyparea .block--left p {
  font-size: 14px;
  line-height: 2.1em;
  margin-bottom: 16px;
}
.section--creator .uyparea .block--right .txt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.section--creator .uyparea .video {
  width: 80%;
  margin-top: 24px;
}
.section--creator .inner_box h3 {
  margin-bottom: 24px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #AA9A7D;
}
.section--creator .inner_box h3 .occupation {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.section--creator .inner_box h3 .notation {
  font-size: 14px;
  letter-spacing: normal;
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section--creator .inner_box h3 .name-block {
  display: flex;
  align-items: center;
  justify-content: normal;
  gap: 10px;
}
.section--creator .inner_box .thumb {
  width: 44%;
  margin: 0 auto 24px;
}
.section--creator .inner_box .profile {
  font-size: 13px;
  line-height: 1.9em;
}
.section--creator .inner_box .block--right h3.uyp {
  letter-spacing: normal;
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.section--creator .mbcoment-title {
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: normal;
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.section--creator .mbcoment-title span {
  display: block;
}
.section--creator .block--comment__member {
  padding-bottom: 300px;
  text-align: center;
}
.section--creator .block--comment__member img {
  width: 50vw;
  margin-bottom: 80px;
}
.section--creator .block--comment__member ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.section--creator .block--comment__member ul li {
  width: 46%;
  font-size: 14px;
  line-height: 1.8;
}
.section--creator .block--comment__member ul li:nth-child(1), .section--creator .block--comment__member ul li:nth-child(2) {
  margin-bottom: 40px;
}
.section--creator .block--comment__member ul li span {
  margin-bottom: 16px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

/* section--nftnfc
============================== */
.section--nftnfc {
  padding-top: 300px;
}
.section--nftnfc h2 {
  width: 50%;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #AA9A7D;
  font-weight: normal;
}
.section--nftnfc h2 .inBox {
  margin-bottom: 0;
}
.section--nftnfc h3 {
  margin: 18vw 0 8vw;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section--nftnfc h3 + .inBox {
  text-align: center;
  line-height: 2.2em;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}
.section--nftnfc h3 + .inBox + .txt--sub {
  text-align: center;
}
.section--nftnfc .inBox {
  margin-bottom: 6vw;
}
.section--nftnfc .inBox p {
  font-size: 14px;
  line-height: 2.4em;
  margin-bottom: 3em;
}
.section--nftnfc .inBox .bold {
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
}
.section--nftnfc p .buy {
  margin: 60px 0 24px;
  font-size: 18px;
  line-height: 1.9em;
  display: block;
}
.section--nftnfc .nftnfc {
  margin-top: 10vw;
  padding-bottom: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--nftnfc .nftnfc li {
  width: 44%;
  text-align: center;
}
.section--nftnfc .nftnfc li h3 {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin: 0 0 3vw;
}
.section--nftnfc .nftnfc li p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.9em;
  text-align: left;
  font-size: 13px !important;
}
.section--nftnfc .nftnfc li img {
  width: 80%;
}
.section--nftnfc .nftnfc li:last-of-type img {
  width: 60%;
  margin-top: 40px;
}
.section--nftnfc .connect {
  margin: 0 auto;
  text-align: center;
}
.section--nftnfc .connect h4 {
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section--nftnfc .connect p {
  font-size: 16px;
  line-height: 3em;
  padding-bottom: 300px;
}

/* section--collection
============================== */
.section--collection .inner {
  width: 100%;
  padding-top: 220px;
  padding-bottom: 1px;
  max-width: none;
  background: rgba(0, 0, 0, 0.8);
}
.section--collection h2 {
  margin: 18vw auto;
  max-width: 980px;
  font-size: 48px;
  color: #AA9A7D;
  text-align: center;
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.section--collection h3 {
  font-size: 64px;
  line-height: 1.1;
  color: #AA9A7D;
  text-align: center;
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.section--collection h3 .lottery {
  display: block;
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-bottom: 8px;
}
.section--collection h3 .number {
  margin-bottom: 80px;
  font-size: 32px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--collection h3 .number span {
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.section--collection .limited {
  font-size: 16px;
  margin-bottom: 40px;
}
.section--collection .limited:after {
  content: "";
  height: 1px;
  width: 40px;
  background: #C9C4B8;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.section--collection .block--split-layout {
  max-width: 1100px;
  margin: 0 auto 300px;
}
.section--collection .block--split-layout .block--inner {
  display: flex;
  align-items: flex-start;
  overflow: clip;
  position: relative;
}
.section--collection .block--split-layout .block--image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}
.section--collection .block--split-layout .block--image img {
  width: 100%;
  max-width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section--collection .block--split-layout .block--image .txt--sub {
  width: 80%;
}
.section--collection .block--split-layout .block--text {
  width: 50%;
  box-sizing: border-box;
}
.section--collection .block--split-layout .block--text h4 {
  margin: 40px 0 8px;
  font-weight: bold;
}
.section--collection .block--split-layout .block--text .block--title {
  margin-bottom: 4em;
}
.section--collection .block--split-layout .block--text .block--title .title {
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  line-height: 2em;
}
.section--collection .block--split-layout .block--text .block--title .title strong {
  display: block;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 5px auto;
}
.section--collection .block--split-layout .block--text .block--title .title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #C9C4B8;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  font-size: 13px;
  text-align: center;
  border: 1px solid;
  border-radius: 3em;
  padding: 0.2em 1.5em;
  margin: 16px auto;
}
.section--collection .block--split-layout .block--text .block--title .limited {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 40px;
}
.section--collection .block--split-layout .block--text .block--title .limited::after {
  width: 100%;
}
.section--collection .block--split-layout .block--text dl {
  margin: 40px 0;
  border: 1px solid;
  padding: 32px;
  border-radius: 8px;
}
.section--collection .block--split-layout .block--text dl dt {
  margin: 0;
  font-size: 14px;
  margin-bottom: 4px;
}
.section--collection .block--split-layout .block--text dl dd {
  font-size: min(5vw, 24px);
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-bottom: 1px solid;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.section--collection .block--split-layout .block--text dl dd:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section--collection .block--split-layout .block--text dl dd .txt--sub {
  font-size: 0.6em;
  line-height: 1.5;
}
.section--collection .block--split-layout .block--text .note {
  font-size: 14px;
  line-height: 1.8;
}
.section--collection .block--split-layout .block--text .note a {
  text-decoration: underline;
}
.section--collection .block--split-layout .block--text .btn {
  margin: 40px auto 100px;
  display: block;
  padding: 1.5em 2.5em;
  border-radius: 100px;
  width: 70%;
  text-align: center;
  background: #AA9A7D;
  color: #000;
  font-weight: bold;
  transition: 0.5s ease;
}
@media screen and (min-width: 961px) {
  .section--collection .block--split-layout .block--text .btn:hover {
    background: #ad8236;
  }
}
.section--collection .block--split-layout .block--text .btn span {
  font-size: 12px;
  display: block;
}
.section--collection .block--split-layout .block--text .btn.nopress {
  margin: 40px auto 100px;
  display: block;
  padding: 1.5em 2.5em;
  border-radius: 100px;
  width: 70%;
  text-align: center;
  background: #252323;
  color: #ffffff;
  font-weight: bold;
  transition: 0.5s ease;
  opacity: 1;
  pointer-events: none;
}
.section--collection .block--split-layout .block--fpl {
  background: #252121;
  padding: 30px;
  border-radius: 8px;
}
.section--collection .block--split-layout .block--fpl h4 {
  font-size: 24px;
  line-height: 1.6em;
  margin: 0 auto 24px;
}
.section--collection .block--split-layout .block--fpl h4 strong {
  display: block;
  font-weight: bold;
  color: #daa64b;
}
.section--collection .block--split-layout .block--fpl ul li.coincheck img {
  width: 80%;
  margin: 0 auto;
}
.section--collection .txt--basic {
  line-height: 1.8;
  margin-bottom: 1em;
}
.section--collection .txt--basic span {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 24px;
}

/* -----------------------------
   逆レイアウト用（左右反転）
----------------------------- */
.block--split-layout.reverse {
  margin-bottom: 0;
  padding-bottom: 300px;
}
.block--split-layout.reverse .block--inner {
  flex-direction: row-reverse;
}
.block--split-layout.reverse .block--image {
  justify-content: flex-end;
}
@media screen and (min-width: 961px) {
  .block--split-layout.reverse .block--image {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.block--fpl {
  margin: 0 auto 300px;
  max-width: 980px;
  text-align: center;
}
.block--fpl p {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
.block--fpl ul {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.block--fpl ul li {
  width: 45%;
  font-size: 14px;
}
.block--fpl ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  height: 50px;
  max-width: 240px;
  color: #000;
  font-size: 15px;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  transition: 0.5s ease;
  margin: 12px auto 0;
  padding: 8px 3em;
}

@media screen and (min-width: 961px) {
  .block--fpl li a:hover {
    opacity: 0.5;
  }
}
/* モーダル全体 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: flex-start;
  padding: 20vh 0;
  overflow: scroll;
}
.modal .modal-content {
  z-index: 1100;
  background: #fff;
  color: #000;
  padding: 50px 40px;
  max-width: 600px;
  width: 80%;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
  position: relative;
}
.modal .modal-content h2 {
  margin: 0 auto 40px;
  font-size: 32px;
  text-align: center;
  color: #AA9A7D;
}
.modal .modal-content p {
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 1em;
}
.modal .modal-content p:last-of-type {
  margin-bottom: 0;
}
.modal .modal-content dl {
  margin-top: 30px;
}
.modal .modal-content dl dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  display: block;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: bold;
}
.modal .modal-content dl dd:not(:last-of-type) {
  margin-bottom: 3em;
}
.modal .modal-content dl dd .list--indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.modal .close {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cursor: pointer;
  top: -40px;
  right: -40px;
}
.modal .close::before, .modal .close::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 14%;
  transform-origin: center;
}
.modal .close::before {
  transform: rotate(45deg);
}
.modal .close::after {
  transform: rotate(-45deg);
}
.modal.show {
  display: flex;
}

.modal-btn1 {
  position: relative;
  border: none;
}
.modal-btn1::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 10px;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease;
}
.modal-btn1::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background-color: currentColor;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 961px) {
  .modal-btn1:hover::before, .modal-btn1:hover::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.open-btn {
  border: 1px solid #C9C4B8;
  color: #C9C4B8;
  font-size: 13px;
  padding: 14px 30px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s ease;
  background: none;
}

@media screen and (min-width: 961px) {
  .open-btn:hover {
    opacity: 0.5;
  }
}
/* 追従ボタン */
.fixed-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #000;
  background-color: #AA9A7D;
  border: none;
  border-radius: 50px;
  font-size: 22px;
  text-align: center;
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: 0.3s ease-out;
  cursor: pointer;
  padding: 16px 32px;
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 1000;
  opacity: 0;
}

@media screen and (min-width: 961px) {
  .fixed-btn:hover {
    transform: translateY(-8px);
    background-color: #ccb68f;
    transition-delay: 0s;
  }
}
body:has(#collection.started) .fixed-btn, body:has(#collection.started).loaded .fixed-btn {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}

footer {
  margin: 0;
  font-size: 12px;
  z-index: 2;
  position: relative;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer a {
  display: block;
}
footer .copyright {
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.inBox {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease-out;
}

.delay {
  transition-delay: 0.4s;
}

.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  /* parts
  ============================== */
  .link {
    text-align: left;
  }
  .txt--basic {
    font-size: 13px;
  }
  .txt--sub {
    font-size: 11px;
    line-height: 1.2;
  }
  img + .txt--sub {
    text-align: left;
    line-height: 1.8;
  }
  /* layout
  ============================== */
  .inner {
    width: 100%;
    max-width: unset;
    padding: 0 8%;
  }
  .modal {
    padding: 10vh 0;
  }
  .modal .modal-content {
    width: 90%;
    padding: 0 5% 40px;
  }
  .modal .modal-content h2 {
    font-size: min(6vw, 26px);
    margin: 40px auto 24px;
  }
  .modal .close {
    width: 45px;
    height: 45px;
    top: -60px;
    right: 0px;
  }
  .modal .close::before, .modal .close::after {
    width: 45px;
  }
  /* section--hero
  ============================== */
  #keyvisual h1 {
    width: 50%;
  }
  #keyvisual h1 > span:nth-of-type(1) {
    padding-bottom: 40vw;
  }
  #keyvisual h1 > span:nth-of-type(1) img {
    width: 70vw;
  }
  #keyvisual h1 > span:nth-of-type(1)::before, #keyvisual h1 > span:nth-of-type(1)::after {
    width: 12vw;
    height: 1px;
    left: calc(50% - 1vw);
    top: calc(50% + 8.5vw);
  }
  #keyvisual h1 > span:nth-of-type(1)::after {
    top: 50%;
  }
  #keyvisual h1 > span:nth-of-type(2) img {
    width: 70vw;
  }
  #keyvisual h1 > span:nth-of-type(3) {
    margin-top: 20vw;
  }
  #keyvisual h1 > span:nth-of-type(3) img {
    width: 50vw;
  }
  .section--hero {
    height: auto;
  }
  /* section--lead
  ============================== */
  .section--lead {
    padding: 0 0 56vw;
  }
  .section--lead p {
    line-height: 2.2em;
  }
  .section--lead div .gold,
  .section--lead h3 {
    font-size: 16px;
    line-height: 2.4em;
    margin-bottom: 80px;
    letter-spacing: 0.1em;
  }
  .section--lead h2 {
    padding-top: 0;
    margin-bottom: 10vw;
  }
  .section--lead div .gold {
    margin-bottom: 22vw;
  }
  .section--lead #openModal {
    font-size: 13px;
    padding: 0.8em 40px 0.8em 2em;
  }
  /* section--about-item
  ============================== */
  .section--about-item .inner {
    flex-direction: column;
    padding-bottom: 8vw;
  }
  .section--about-item .inner .block--left,
  .section--about-item .inner .block--right {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .section--about-item .inner .block--left .production {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .section--about-item .inner .block--left h2 {
    font-size: 33px;
    letter-spacing: 0.03em;
  }
  .section--about-item .inner .block--left .rubi {
    font-size: 12px;
    margin-bottom: 60px;
  }
  .section--about-item .inner .block--left p:not(.txt--sub) {
    width: 100%;
    line-height: 2.2;
    text-align: left;
  }
  /* section--creator
  ============================== */
  .section--creator .block--flex .inner_box .block--right p {
    text-align: left;
  }
  .section--creator .block--left img {
    width: 70%;
  }
  .section--creator .block--right h3.uyp {
    margin-top: 24px;
  }
  .section--creator h3 .name-block {
    flex-wrap: wrap;
  }
  .section--creator h3 .jp-name {
    width: 100%;
  }
  .section--creator h3 .notation {
    width: 100%;
  }
  .section--creator .inner_box {
    margin-bottom: 60px;
  }
  .section--creator .inner_box .block--right p .line {
    margin: 40px auto;
  }
  .section--creator {
    padding-top: 0;
  }
  .section--creator h2 {
    text-align: center;
    font-size: 8vw;
    margin-bottom: 16vw;
  }
  .section--creator .block--left {
    margin-bottom: 16vw;
    flex-wrap: wrap;
    gap: 0;
  }
  .section--creator .block--left .block--right {
    width: 100%;
  }
  .section--creator .block--left .thumb img {
    width: 100%;
  }
  .section--creator .top-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .section--creator .top-box .thumb {
    width: 35%;
  }
  .section--creator .top-box h3 {
    width: 65%;
    padding-left: 5vw;
    margin-bottom: 0;
  }
  .section--creator .block--flex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .section--creator .block--flex .inner_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 16vw;
  }
  .section--creator .block--flex .inner_box .thumb {
    margin-bottom: 16px;
    width: 35%;
    order: 1;
  }
  .section--creator .block--flex .inner_box h3 {
    order: 2;
    width: 65%;
    padding-left: 5vw;
    margin-bottom: 0;
  }
  .section--creator .block--flex .inner_box h3 .jp-name {
    width: 100%;
    line-height: 1;
  }
  .section--creator .block--flex .inner_box h3 .occupation {
    margin-bottom: 16px;
  }
  .section--creator .block--flex .inner_box h3 .notation {
    font-size: 12px;
  }
  .section--creator .block--flex .inner_box .txt--basic {
    line-height: 2;
    padding-bottom: 2em;
    margin-bottom: 2em;
    order: 3;
  }
  .section--creator .block--flex .inner_box .profile {
    font-size: 11px;
    order: 4;
  }
  .section--creator .block--flex .inner_box .link {
    order: 5;
    font-size: 12px;
  }
  .section--creator .block--flex .inner_box .link::before {
    border-width: 1px;
  }
  .section--creator .block--flex .inner_box .link::after {
    left: 0.3em;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  .section--creator .inner_box {
    margin-bottom: 0;
  }
  .section--creator .inner_box .block--right h3 .notation {
    display: block;
  }
  .section--creator .inner_box .block--right h3 .occupation {
    margin: 16px 0 8px;
  }
  .section--creator .inner_box.uyparea {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .section--creator .inner_box.uyparea .block--left {
    width: 100%;
    margin-bottom: 8vw;
  }
  .section--creator .inner_box.uyparea .block--left img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .section--creator .inner_box.uyparea .block--right {
    width: 100%;
    margin-bottom: 30vw;
  }
  .section--creator .inner_box.uyparea .block--right h3 {
    display: none;
  }
  .section--creator .inner_box.uyparea .block--right .video {
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 0;
  }
  .section--creator .mbcoment-title {
    margin-bottom: 16vw;
  }
  .section--creator .video {
    width: 100%;
    margin-left: 0;
    margin-bottom: 100px;
  }
  .section--creator .block--comment__member {
    padding-bottom: 8vw;
  }
  .section--creator .block--comment__member ul li {
    margin-bottom: 60px;
    width: 100%;
  }
  .section--creator .block--comment__member ul li span {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1;
  }
  .section--creator .block--comment__member img {
    width: 100%;
    margin-bottom: 8vw;
  }
  /* img slider
  ============================== */
  .loop-slider {
    padding-bottom: 100px;
  }
  .loop-track img {
    max-height: 200px;
    margin-right: 16px;
  }
  /* section--nftnfc
  ============================== */
  .section--nftnfc {
    padding-top: 0;
  }
  .section--nftnfc .block--fpl {
    margin: 0 auto 100px;
  }
  .section--nftnfc .block--fpl ul {
    margin: 30px auto 40px;
    flex-direction: column;
  }
  .section--nftnfc .block--fpl ul li {
    font-size: 15px;
    margin-bottom: 40px;
    width: 100%;
  }
  .section--nftnfc .block--fpl ul li:last-of-type {
    margin-bottom: 0;
  }
  .section--nftnfc .block--fpl ul li:last-of-type img {
    width: 80%;
  }
  .section--nftnfc .block--fpl ul li a {
    padding: 10px 3em 8px;
  }
  .section--nftnfc .block--fpl h4 strong {
    font-size: min(5vw, 27px);
  }
  .section--nftnfc h2 {
    width: 80%;
    margin-bottom: 16vw;
  }
  .section--nftnfc h2 .inBox {
    margin-bottom: 0;
  }
  .section--nftnfc h3 {
    font-size: 24px;
  }
  .section--nftnfc h3 + .inBox {
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
  }
  .section--nftnfc h3 + .inBox + .txt--sub {
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 16vw;
  }
  .section--nftnfc .inBox p {
    line-height: 1.8em;
    margin-bottom: 1em;
  }
  .section--nftnfc .inBox .bold {
    line-height: 1.8em;
    margin-bottom: 1em;
  }
  .section--nftnfc .nftnfc {
    flex-wrap: wrap;
    padding-bottom: 16vw;
  }
  .section--nftnfc .nftnfc li {
    width: 100%;
    width: 100%;
    margin-bottom: 16vw;
  }
  .section--nftnfc .nftnfc li h3 {
    font-size: 4.5vw;
    line-height: 2;
    margin: 0 0 3vw;
  }
  .section--nftnfc .nftnfc li p {
    margin-bottom: 18px;
  }
  .section--nftnfc .connect h4 {
    text-align: left;
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .section--nftnfc .connect p {
    text-align: left;
    font-size: 13px;
    line-height: 2.2em;
    padding-bottom: 120px;
  }
  .open-btn {
    font-size: 13px;
    padding: 16px 10px;
    text-align: center;
    width: 90%;
  }
  .modal-btn1 {
    text-align: left !important;
    width: auto !important;
  }
  .fixed-btn {
    width: 80px;
    height: 80px;
    padding: 12px 24px;
    font-size: 18px;
    bottom: 20px;
    right: 20px;
    text-align: center;
  }
  /* section--collection
  ============================== */
  .section--collection h2 {
    font-size: 10vw;
    margin: 56vw auto;
  }
  .section--collection .inner {
    padding-top: 16vw;
  }
  .section--collection .ukiyoeimage {
    width: 80%;
    margin: 0 auto 40px;
  }
  .section--collection .block--split-layout {
    margin-bottom: 0;
  }
  .section--collection .block--split-layout .block--image,
  .section--collection .block--split-layout .block--text {
    width: 100%;
    height: auto;
  }
  .section--collection .block--split-layout .block--text {
    padding: 40px 0;
    overflow: visible;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .section--collection .block--split-layout .block--text dd {
    font-size: 16px;
  }
  .section--collection .block--split-layout .block--text dt {
    margin: 40px 0 5px;
    font-size: 14px;
  }
  .section--collection .block--split-layout .block--image {
    position: static;
  }
  .section--collection .block--split-layout .block--fpl {
    padding: 10vw 5vw;
    margin-bottom: 16vw;
  }
  .section--collection .block--split-layout .block--fpl h4 {
    font-size: 5vw;
    margin: 0 auto 8px;
  }
  .section--collection .block--split-layout .block--fpl ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .section--collection .block--split-layout .block--fpl ul li:last-of-type {
    margin-bottom: 0;
  }
  .section--collection h3 {
    font-size: min(12vw, 40px);
    line-height: 1.2;
  }
  .section--collection h3 .lottery {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.4em;
  }
  .section--collection h3 .number {
    margin: -0.5vw 0 40px;
    font-size: min(8vw, 32px);
  }
  .section--collection h3 .number span {
    font-size: 22px;
  }
  .section--collection .txt--basic span {
    font-size: 16px;
    line-height: 1.9;
  }
  .section--collection .block--text .block--title .title strong {
    font-size: 1.5em;
  }
  .section--collection .block--text .block--title .title span {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 11px auto;
  }
  .section--collection .block--text h4 {
    margin-top: 0;
  }
  .section--collection .block--text dl {
    padding: 18px;
  }
  .section--collection .block--text dl dt {
    margin: 0;
    font-size: 13px;
    margin-bottom: 4px;
  }
  .section--collection .block--text dl dd {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    border-bottom: 1px solid;
    padding-bottom: 16px;
    line-height: 1.8em;
  }
  .section--collection .block--text dl dd:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .section--collection .block--text .btn {
    width: 100%;
  }
  .section--collection .block--text .btn.nopress {
    width: 100%;
  }
  .section--collection .block--split-layout.reverse {
    padding-bottom: 0;
  }
  .section--collection .block--split-layout.reverse .block--text {
    padding: 40px 0 0;
  }
  /* footer
  ============================== */
  footer a img {
    width: 70%;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .inner {
    padding: 0 15%;
  }
  /* section--hero
  ============================== */
  #keyvisual h1 {
    width: 40%;
  }
  .section--lead .gold br.pc {
    display: block !important;
  }
  /* section--lead
  ============================== */
  .section--lead {
    padding: 0 0 32vw;
  }
  .section--lead h2 {
    padding-top: 0;
    margin-bottom: 4vw;
  }
  .section--lead div .gold {
    font-size: 2.5vw;
    margin-bottom: 10vw;
  }
  /* section--creator
  ============================== */
  .section--about-item .inner .block--right img {
    width: 60%;
    margin-bottom: 4vw;
  }
  /* section--creator
  ============================== */
  .section--creator .block--flex .inner_box {
    margin-bottom: 8vw;
  }
  .section--creator .block--flex .inner_box .thumb {
    width: 20%;
    margin: 0 0 16px;
  }
  .section--creator .block--flex .inner_box h3 .occupation {
    margin-bottom: 14px;
  }
  .section--creator h2 {
    font-size: 6vw;
  }
  .section--creator .top-box .thumb {
    width: 20%;
  }
  .section--creator .inner_box.uyparea {
    margin-bottom: 0;
    margin-top: 6vw;
  }
  .section--creator .inner_box.uyparea .block--right {
    margin-bottom: 20vw;
  }
  .section--creator .inner_box.uyparea .block--left img {
    width: 24%;
  }
  .section--creator .top-box .thumb {
    width: 20%;
  }
  .section--creator .uyparea .block--right .video {
    width: 100%;
  }
  .section--creator .mbcoment-title {
    margin-bottom: 10vw;
  }
  .section--creator .mbcoment-title span {
    line-height: 1;
    font-size: 0.9em;
  }
  .loop-track {
    padding-bottom: 8vw;
  }
  /* section--nftnfc
  ============================== */
  .section--nftnfc h2 {
    margin-bottom: 8vw;
  }
  .section--nftnfc h3 {
    font-size: 3vw;
    line-height: 1.8;
  }
  .section--nftnfc .nftnfc li h3 {
    font-size: 3vw;
    line-height: 1.8;
    margin: 0 0 2vw;
  }
  .section--nftnfc .nftnfc li:last-of-type {
    margin-bottom: 0;
  }
  .section--nftnfc .connect h4 {
    text-align: center;
  }
  /* section--collection
  ============================== */
  .section--collection h2 {
    font-size: 8vw;
    margin: 36vw auto;
  }
  .section--collection .block--text h3 {
    font-size: 9vw;
  }
  .section--collection .block--text h3 .number span {
    font-size: 5.5vw;
  }
  .section--collection .block--split-layout .block--fpl {
    padding: 5vw;
  }
  .section--collection .block--split-layout .block--fpl h4 {
    font-size: min(5vw, 24px);
  }
  .section--collection .block--split-layout .block--fpl ul li a {
    max-width: 260px;
    margin: 15px auto 0;
  }
  .section--collection .ukiyoeimage {
    width: 60%;
  }
  .section--collection .open-btn {
    width: 60%;
  }
  /* footer
  ============================== */
  footer a img {
    width: 100%;
  }
}