html,
body {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  overflow-x: hidden;
  width: 100%;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

section {
  padding: 70px 0;
}

a {
  display: block;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

.animate__animated {
  opacity: 0;
}

.container {
  margin: 0 auto;
  width: 90%;
}

.no-touch {
  pointer-events: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

header, .mask {
  width: 100%;
  z-index: 999;
  padding: 3% 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

header .container, .mask .container {
  width: 95%;
}

header .icon-wrap, .mask .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .icon-wrap a, header .icon-wrap button, .mask .icon-wrap a, .mask .icon-wrap button {
  max-width: 60px;
  font-size: 13px;
  color: #000;
}

header .icon-wrap a span, header .icon-wrap button span, .mask .icon-wrap a span, .mask .icon-wrap button span {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #000;
}

.mask {
  display: none;
  background: #fff;
  height: 100vh;
}

@media screen and (min-width: 769px) {
  .mask {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 769px) {
  .mask {
    -webkit-filter: drop-shadow(0px 10px 14px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 10px 14px rgba(0, 0, 0, 0.1));
  }
}

.mask.is-active {
  display: block;
  overflow: auto;
}

.mask .title {
  margin: 20px 0 15px;
  font-size: 15px;
  text-align: center;
}

.mask .item_content {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.mask .item_content li {
  width: 49%;
  margin-bottom: 5px;
  position: relative;
}

.mask .item_content li:nth-child(3), .mask .item_content li:nth-child(4), .mask .item_content li:nth-child(5) {
  width: 32%;
}

.mask .item_content li span {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  font-weight: 100;
}

.mask .item_content li img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.mask .vol1_btn {
  width: 85%;
  margin: 0 auto;
}

.mask .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 20px;
  margin: 5% 8% 0 auto;
  padding-bottom: 100px;
}

@media screen and (min-width: 769px) {
  .mask .icon_wrap {
    padding-bottom: 0px;
  }
}

.mask .icon_wrap li {
  width: 18px;
}

@media screen and (min-width: 769px) {
  .mask .icon_wrap li {
    width: 30px;
  }
}

.index_btn_page {
  position: relative;
  margin-bottom: 10px;
  font-weight: 100;
}

.index_btn_page:nth-child(2) a .number {
  color: #000;
}

.index_btn_page:nth-child(2) a .number::after {
  background-color: #000;
}

.index_btn_page:nth-child(2) p {
  color: #000;
}

.index_btn_page:nth-child(2) .arrow {
  background-color: #000;
}

.index_btn_page:nth-child(2) .arrow::after {
  background-color: #000;
}

.index_btn_page:nth-child(3) p, .index_btn_page:nth-child(4) p {
  top: 45%;
}

.index_btn_page a .number {
  font-style: italic;
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: -25px;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .index_btn_page a .number {
    font-size: 20px;
    left: -35px;
  }
}

.index_btn_page a .number::after {
  content: '';
  background-color: #fff;
  height: 0.5px;
  width: 25px;
  position: absolute;
  top: 80%;
  right: -120%;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

@media screen and (min-width: 769px) {
  .index_btn_page a .number::after {
    right: -100%;
    width: 30px;
    top: 70%;
  }
}

.index_btn_page a p {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 15%;
}

.index_btn_page a .arrow {
  height: 0.5px;
  width: 70px;
  background-color: #fff;
  position: absolute;
  top: 63%;
  right: 10%;
}

.index_btn_page a .arrow::after {
  content: '';
  background-color: #fff;
  height: 0.5px;
  width: 10px;
  position: absolute;
  top: -3px;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#page_index {
  padding: 70px 0 140px;
}

#page_index h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 45px;
}

#page_index .index_wrap {
  margin-bottom: 10px;
}

#footer .b_btn {
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 18px;
  font-size: 12px;
  margin: 0 auto 15px;
  max-width: 300px;
}

@media screen and (min-width: 769px) {
  #footer .b_btn {
    max-width: 400px;
  }
}

#footer .f_link {
  margin: 100px auto 90px;
}

#footer .f_link .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .f_link .container a {
  max-width: 25px;
}

#footer .bottom {
  text-align: center;
  margin-bottom: 80px;
}

#footer .bottom .brand_logo {
  display: block;
  max-width: 110px;
  margin: 0  auto 20px;
}

#footer .bottom p {
  font-size: 10px;
  font-family: goudy-old-style, serif;
}

.top_text {
  padding: 5%  5% 8% 5%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .top_text {
    padding: 5% 0 5% 0;
  }
}

.top_text .number {
  font-size: 24px;
}

.top_text .number span {
  width: 45px;
  height: 1px;
  background-color: #000;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -10px;
  margin-left: 2%;
}

@media screen and (min-width: 769px) {
  .top_text .container {
    width: 100%;
  }
}

.top_text .container h1 {
  font-size: 32px;
  margin: -5px 0 0 5%;
  -webkit-animation: change 3s forwards;
          animation: change 3s forwards;
  background: linear-gradient(130deg, #000, #000, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% auto;
}

@media screen and (min-width: 769px) {
  .top_text .container h1 {
    margin: -5px 0 0 35px;
  }
}

@-webkit-keyframes change {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}

@keyframes change {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}

.item_wrap h2 {
  font-size: 22px;
  margin-left: 5%;
}

@media screen and (min-width: 769px) {
  .item_wrap h2 {
    margin: 0;
  }
}

.item_wrap .item_color {
  font-size: 15px;
  margin-left: 5%;
}

@media screen and (min-width: 769px) {
  .item_wrap .item_color {
    margin: 0;
  }
}

.item_wrap .colorbox {
  width: 90%;
}

.credit {
  position: relative;
  margin-left: auto;
}

.credit .container {
  width: 100%;
  margin: 0;
}

.credit .container .line {
  width: 100%;
  background-color: #000;
  height: 1px;
  display: block;
  z-index: 10;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .credit .container .line {
    width: 110%;
  }
}

.credit .container li {
  margin-top: 10px;
  margin-right: 5%;
}

.credit .container li a {
  color: #000;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.credit .container li a .strong {
  font-weight: bold;
  text-decoration: underline;
}

.credit .container li a .buy {
  padding: 5px 15px;
  background-color: #000;
  color: #fff;
}

.credit .container li a .buy.com {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

@media screen and (min-width: 768px) {
  header {
    padding: 20px 0;
  }
  header .container {
    max-width: 1440px;
  }
  .container {
    max-width: 500px;
  }
  .pc1_container {
    max-width: 800px;
    margin: 0 auto;
  }
  .pc1_container .top_text {
    width: 500px;
    margin: 0 auto;
  }
  .mask {
    width: 30%;
    right: 0;
    left: inherit;
    padding: 1% 0;
  }
}
/*# sourceMappingURL=common.css.map */