@charset "UTF-8";
html,
body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  overflow-x: hidden;
}

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

a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

.en_m {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 500;
}
.en_m2 {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 400;
}
.en_b {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 700;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.fv h1 {
  position: absolute;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-weight: 600;
  z-index: 10;
}
.fv .bg {
  width: 100%;
}
.fv .container {
  width: clamp(325px, 86.6666666667vw, 1046px);
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
.fv .logo {
  width: clamp(74px, 19.7333333333vw, 91px);
  position: relative;
  padding-top: clamp(28px, 7.4666666667vw, 35px);
  z-index: 10;
}
.fv .main_img {
  width: clamp(270px, 72vw, 89%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .fv .main_img {
    left: -9%;
    width: clamp(230px, 61.3333333333vw, 93%);
  }
}
.fv .main_img span {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #fff;
}
.fv .scroll {
  position: absolute;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(14px, 3.7333333333vw, 16px);
}
.fv .scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: clamp(82px, 21.8666666667vw, 120px);
  background: #000;
  animation: elasticus 1.2s infinite;
  opacity: 1;
  transform: rotate(180deg);
  left: -5px;
  top: -40px;
}
.fv_text {
  padding: 18px 0 30px;
  font-size: clamp(11px, 2.6666666667vw, 0.8rem);
  line-height: 1.5;
  letter-spacing: 0.09em;
  position: relative;
  z-index: 10;
}
.fv .pc_logo {
  position: absolute;
  left: -20%;
}

@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}
.read {
  padding: clamp(50px, 13.3333333333vw, 95px) 0 clamp(50px, 13.3333333333vw, 95px);
}
.read .container {
  width: clamp(300px, 80vw, 423px);
  margin: 0 auto;
}
.read_text {
  font-size: clamp(11px, 2.9333333333vw, 13px);
  line-height: 2.5;
}

.link {
  padding-bottom: clamp(110px, 29.3333333333vw, 170px);
}
.link .container {
  width: clamp(325px, 86.6666666667vw, 622px);
  margin: 0 auto;
}
.link ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px;
}
.link ul li {
  transform: rotate(0.0001deg);
}
.link li a {
  border: 1px solid #000;
  position: relative;
}
.link span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  top: 8px;
  left: 3px;
  font-size: clamp(11px, 2.9333333333vw, 14px);
}

.sec {
  margin-bottom: clamp(110px, 29.3333333333vw, 200px);
}
.sec .bg {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #4a7667 30%, #4a7667 100%);
  padding-bottom: clamp(70px, 18.6666666667vw, 95px);
}
.sec .container {
  width: clamp(325px, 86.6666666667vw, 780px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec .container {
    width: 900px;
  }
}
.sec .number {
  font-size: clamp(30px, 8vw, 34px);
  text-align: right;
}
.sec .number .big {
  font-size: clamp(62px, 16.5333333333vw, 74px);
  position: relative;
  line-height: 1;
  padding-right: 20px;
}
.sec .number .big:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #000;
  bottom: 15px;
  transform: rotate(20deg);
  margin-left: 10px;
}
.sec .box a {
  position: relative;
  overflow: hidden;
}
.sec .box a span {
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: solid #000;
  border-width: 0 0 0 1px;
}
.sec .box a img {
  border: 1px solid #000;
}
.sec .box a:hover {
  opacity: 1;
}
.sec .top {
  position: relative;
}
.sec .top .brand_title {
  position: absolute;
  top: clamp(70px, 18.6666666667vw, 90px);
  left: -15px;
}
.sec .top .brand_title .brand {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(50px, 13.3333333333vw, 71px);
}
.sec .top .brand_title span {
  display: block;
  transform: rotate(-90deg);
  position: absolute;
  white-space: nowrap;
  font-size: clamp(11px, 2.9333333333vw, 12px);
  top: 35px;
  left: 35px;
}
.sec .sub_title {
  font-size: clamp(20px, 5.3333333333vw, 21px);
  font-weight: 600;
}
.sec .sub_title span {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 17px;
}
.sec .sub_title span:nth-child(2) {
  margin-left: 25px;
  margin-top: -1px;
}
.sec .text {
  font-size: clamp(12px, 3.2vw, 13px);
  line-height: 2;
}
.sec .credit {
  font-size: 12px;
  margin-left: 3%;
  line-height: 1.7;
}
.sec .credit span:nth-child(1) {
  font-size: 13px;
  margin-left: 5px;
  letter-spacing: 1px;
}
.sec .credit span:nth-child(2) {
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 2px 15px;
  margin-left: 4%;
  vertical-align: middle;
}
.sec .bottom_bg {
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #4a7667 20%, #4a7667 100%);
  padding: clamp(60px, 16vw, 105px) 0 clamp(82px, 21.8666666667vw, 120px);
}
.sec .bottom_bg .top figure {
  border: 1px solid #000;
  position: relative;
  top: -7px;
}
.sec .coordinate {
  font-size: clamp(38px, 10.1333333333vw, 47px);
  text-align: center;
}
.sec .credit_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 auto;
}
.sec .credit_wrap li a {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 2fr 0.5fr;
}
.sec .credit_wrap li a .item {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  gap: 5px;
  margin-right: 9px;
}
.sec .credit_wrap li a .item figure {
  width: 58px;
}
.sec .credit_wrap li a .text_wrap {
  font-size: clamp(11px, 2.9333333333vw, 12px);
  line-height: 1.4;
  padding-top: 3px;
}
.sec .credit_wrap li a .text_wrap span {
  font-size: 13px;
  letter-spacing: 1.2px;
}
.sec .credit_wrap li a .buy,
.sec .credit_wrap li a .com {
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  height: 18px;
  vertical-align: middle;
  padding: 4px 20px 0;
  margin-top: 3px;
}
.sec .credit_wrap li a .com {
  padding: 4px 10px 0;
  border: 1px solid #777777;
  color: #777777;
  white-space: nowrap;
}

#sec1 .bg,
#sec6 .bg {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #728880 30%, #728880 100%);
}
@media screen and (max-width: 768px) {
  #sec1 .bg,
  #sec6 .bg {
    background: linear-gradient(180deg, #fff 0%, #fff 45%, #728880 30%, #728880 100%);
  }
}
#sec1 .bottom_bg,
#sec6 .bottom_bg {
  background: linear-gradient(180deg, #fff 0%, #fff 35%, #728880 20%, #728880 100%);
}
@media screen and (max-width: 768px) {
  #sec1 .bottom_bg,
  #sec6 .bottom_bg {
    background: linear-gradient(180deg, #fff 0%, #fff 21%, #728880 20%, #728880 100%);
  }
}

#sec2 .bg,
#sec7 .bg {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #aaa791 30%, #aaa791 100%);
}
#sec2 .bottom_bg,
#sec7 .bottom_bg {
  background: linear-gradient(180deg, #fff 0%, #fff 35%, #aaa791 20%, #aaa791 100%);
}
@media screen and (max-width: 768px) {
  #sec2 .bg,
  #sec7 .bg {
    background: linear-gradient(180deg, #fff 0%, #fff 45%, #aaa791 30%, #aaa791 100%);
  }
  #sec2 .bottom_bg,
  #sec7 .bottom_bg {
    background: linear-gradient(180deg, #fff 0%, #fff 21%, #aaa791 20%, #aaa791 100%);
  }
}

#sec3 .bg,
#sec8 .bg {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #887a77 30%, #887a77 100%);
}
#sec3 .bottom_bg,
#sec8 .bottom_bg {
  background: linear-gradient(180deg, #fff 0%, #fff 38%, #887a77 20%, #887a77 100%);
}
@media screen and (max-width: 768px) {
  #sec3 .bg,
  #sec8 .bg {
    background: linear-gradient(180deg, #fff 0%, #fff 45%, #887a77 30%, #887a77 100%);
  }
  #sec3 .bottom_bg,
  #sec8 .bottom_bg {
    background: linear-gradient(180deg, #fff 0%, #fff 21%, #887a77 20%, #887a77 100%);
  }
}

#sec9 .top .brand_title {
  left: -4px;
}
@media screen and (min-width: 769px) {
  #sec9 .top .brand_title {
    left: -38px;
  }
}
#sec9 .top .brand_title .brand {
  font-size: 3.7rem;
}
@media screen and (max-width: 768px) {
  #sec9 .top .brand_title .brand {
    font-size: 2.7rem !important;
  }
}
#sec9 .top .brand_title span {
  top: 77px !important;
  left: -28px !important;
}
@media screen and (min-width: 769px) {
  #sec9 .top .brand_title span {
    top: 80px !important;
    left: -17px !important;
  }
}
#sec9 .bg {
  background: linear-gradient(180deg, #fff 0%, #fff 53%, #958b9a 30%, #958b9a 100%);
}
#sec9 .bottom_bg {
  background: linear-gradient(180deg, #fff 0%, #fff 36%, #958b9a 20%, #958b9a 100%);
}
@media screen and (max-width: 768px) {
  #sec9 .bg {
    background: linear-gradient(180deg, #fff 0%, #fff 45%, #958b9a 30%, #958b9a 100%);
  }
  #sec9 .bottom_bg {
    background: linear-gradient(180deg, #fff 0%, #fff 21%, #958b9a 20%, #958b9a 100%);
  }
}

#sec4 .top .brand_title span {
  left: -30px;
}
#sec4 .bg {
  background: linear-gradient(180deg, #fff 0%, #fff 45%, #958b9a 30%, #958b9a 100%);
}
#sec4 .bottom_bg {
  background: linear-gradient(180deg, #fff 0%, #fff 36%, #958b9a 20%, #958b9a 100%);
}
@media screen and (max-width: 768px) {
  #sec4 .bg {
    background: linear-gradient(180deg, #fff 0%, #fff 45%, #958b9a 30%, #958b9a 100%);
  }
  #sec4 .bottom_bg {
    background: linear-gradient(180deg, #fff 0%, #fff 21%, #958b9a 20%, #958b9a 100%);
  }
}

#sec5 .bg {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #778495 30%, #778495 100%);
}
#sec5 .bottom_bg {
  background: linear-gradient(180deg, #fff 0%, #fff 34%, #778495 20%, #778495 100%);
}
@media screen and (max-width: 768px) {
  #sec5 .bg {
    background: linear-gradient(180deg, #fff 0%, #fff 45%, #778495 30%, #778495 100%);
  }
  #sec5 .bottom_bg {
    background: linear-gradient(180deg, #fff 0%, #fff 21%, #778495 20%, #778495 100%);
  }
}

@media screen and (min-width: 769px) {
  #sec3 .top .brand_title span {
    left: 41px;
  }
}
@media screen and (max-width: 768px) {
  #sec3 .top .brand_title span {
    left: 25px;
  }
}

#sec5 .top .brand_title {
  left: 0;
}
@media screen and (min-width: 769px) {
  #sec5 .top .brand_title span {
    top: 83px;
    left: -12px;
  }
}
@media screen and (max-width: 768px) {
  #sec5 .top .brand_title span {
    top: 74px;
    left: -28px;
  }
}
#sec5 .top .brand_title .brand {
  font-size: clamp(40px, 10.6666666667vw, 60px);
}

#sec7 .top .brand_title span {
  left: 38px;
}
#sec7 .credit_wrap li:nth-child(2) a .text_wrap span {
  position: relative;
}
#sec7 .credit_wrap li:nth-child(2) a .text_wrap span::before {
  content: "";
  width: 43px;
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-color: #000;
}
#sec7 .credit_wrap li:nth-child(2) a .text_wrap span:after {
  content: "SALE";
  text-decoration: underline;
  margin-left: 5px;
  color: #cf0707;
}

#sec8 .credit_wrap:after {
  content: "※インナー・ネックレス：参考商品";
  font-size: 11px;
}

#sec9 .credit_wrap:after {
  content: "※ブレスレット：参考商品";
  font-size: 11px;
}

.brand_top {
  font-size: 23px;
  text-align: center;
  width: clamp(285px, 76vw, 415px);
  border: 1px solid #000;
  padding: 17px 0;
  margin: clamp(70px, 18.6666666667vw, 90px) auto 0;
}

section:nth-of-type(even) .top .brand_title {
  left: inherit;
}
@media screen and (max-width: 768px) {
  section:nth-of-type(even) .top .brand_title {
    right: 13%;
  }
}
section:nth-of-type(even) .top .brand_title span {
  left: -37px;
}
@media screen and (min-width: 769px) {
  section:nth-of-type(even) .top .brand_title span {
    left: -53%;
  }
}
section:nth-of-type(even) .box a {
  margin: -10px auto 0 0;
}
section:nth-of-type(even) .number {
  text-align: left;
}

.top_btn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: 1px solid #000;
}
.top_btn span:nth-child(1) {
  position: absolute;
  width: 18px;
  transform: translateX(-50%);
  left: 50%;
  top: 3px;
}
.top_btn span:nth-child(1)::before, .top_btn span:nth-child(1):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #000;
  top: 5px;
}
.top_btn span:nth-child(1)::before {
  transform: rotate(45deg);
  left: 5px;
}
.top_btn span:nth-child(1)::after {
  transform: rotate(-45deg);
  right: 5px;
}
.top_btn span:nth-child(2) {
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
  left: 50%;
  bottom: 13px;
}

@media screen and (max-width: 1024px) {
  .fv h1 {
    transform: scale(0.7);
    transform-origin: top;
  }
}
@media screen and (max-width: 768px) {
  .fv .main {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: -10px;
  }
  .fv .bg {
    background: linear-gradient(180deg, #fff 0%, #fff 77%, #4a7667 30%, #4a7667 100%);
  }
  .fv h1 {
    font-size: clamp(45px, 12vw, 76px);
    transform: translateY(-50%);
    right: -5px;
    top: 48.5%;
  }
  .fv h1 span {
    font-size: clamp(52px, 13.8666666667vw, 86px);
    letter-spacing: 2px;
  }
  .fv h1 .indent {
    padding-top: clamp(290px, 77.3333333333vw, 500px);
  }
  .fv .scroll {
    bottom: 15px;
    right: 0;
  }
  .fv .scroll::after {
    animation-direction: reverse;
  }
  .sec .box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .sec .box a {
    width: max(330px, 88vw);
    margin: -8px 0 0 auto;
  }
  .sec .top .brand_title span {
    top: 35px;
    left: 20px;
  }
  .sec .sub_title {
    margin-top: -15px;
    position: relative;
    white-space: nowrap;
  }
  .sec .text {
    width: max(300px, 80vw);
    margin: 30px auto;
  }
  .sec .bottom_bg .bottom .text {
    margin: 30px auto 50px;
  }
  .sec .credit_wrap {
    width: max(300px, 80vw);
  }
  .sec .credit_wrap li a .item figure {
    width: max(58px, 15.4666666667vw);
  }
}
@media screen and (min-width: 769px) {
  .fv .container {
    width: clamp(600px, 58.59375vw, 1024px);
  }
  .fv h1 {
    font-size: clamp(3rem, 13.3333333333vw, 3rem);
    top: 80px;
    left: 80%;
    letter-spacing: 1.5px;
    letter-spacing: 3px;
    line-height: 1.2;
  }
  .fv h1 span {
    font-size: clamp(4rem, 16vw, 4rem);
  }
  .fv h1 span:nth-of-type(2) {
    padding-top: 40px;
  }
  .fv h1 span:nth-of-type(3) {
    padding-top: 150px;
  }
  .fv .logo_bg {
    position: absolute;
    height: 280px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background: linear-gradient(-90deg, #fff 0%, #fff 52%, #4a7667 30%, #4a7667 100%);
    z-index: -1;
  }
  .fv .logo {
    padding-left: 28px;
  }
  .fv .main {
    padding-top: 110px;
  }
  .fv_text {
    text-align: right;
    margin-top: -100px;
    right: -5%;
  }
  .fv_text::after {
    content: "";
    position: absolute;
    top: -13px;
    width: 48px;
    height: 1px;
    right: 0;
    background-color: #000;
  }
  .fv .scroll {
    top: 10px;
    left: -15vw;
    transform: rotate(0);
  }
  .fv .scroll::after {
    top: -10px;
  }
  .read_text {
    text-align: center;
  }
  .link ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .link ul.bottom {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 7px;
  }
  .sec .top .brand_title {
    left: -40px;
  }
  .sec .credit {
    text-align: right;
    margin-top: 15px;
  }
  .sec .pc_flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .sec .pc_flex .top,
  .sec .pc_flex .bottom {
    width: 50%;
  }
  .sec .pc_flex .text {
    width: 72%;
    margin: 0 auto 30px;
  }
  .sec .shoes_wrap .text {
    margin: 0 auto 50px;
  }
  .sec .code_wrap {
    flex-direction: row-reverse;
  }
  .sec .code_wrap .text {
    width: 83%;
    margin-left: 0%;
  }
  .sec .sub_title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 35px;
  }
  .sec .credit_wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 67px;
    gap: 20px 90px;
  }
  .sec .credit_wrap li a .item {
    grid-template-columns: 1fr 3fr;
  }
  .sec .box a {
    margin: -10px 0 0 auto;
  }
  section:nth-of-type(odd) .number {
    padding-right: 50px;
  }
  section:nth-of-type(even) .number {
    padding-left: 25px;
  }
  section:nth-of-type(even) .shoes_wrap {
    flex-direction: row-reverse;
  }
  section:nth-of-type(even) .code_wrap {
    flex-direction: inherit;
  }
  section:nth-of-type(even) .code_wrap .text {
    margin: 0 0 30px auto;
  }
  section:nth-of-type(even) .top .brand_title {
    right: -30px;
  }
  #sec5 .top .brand_title {
    left: -30px;
  }
  #sec7 .top .brand_title span {
    left: 54px;
  }
  #sec9 .top .brand_title span {
    top: 78px;
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */