@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role=list], ol[role=list] {
  list-style: none; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
body, a, p {
  font-style: normal;
  text-decoration: none; }

body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

img {
  height: auto; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  transition: .3s;
  color: #000; }

a:hover {
  transition: .3s; }

/*link*/
.link {
  position: relative; }
  .link .cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.7vw;
    font-size: 1.0vw;
    margin-bottom: 0.5em; }
  .link .uv {
    background: url("../img/icn_uv.webp") no-repeat left center;
    background-size: 2.2vw; }
  .link .cart:not(:last-child) {
    margin-bottom: 0.1em; }
  .link .cart__title {
    color: #000;
    line-height: 1.3; }
  .link .cart__title span {
    display: inline-block; }
  .link .cart__price-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
  .link .cart__price {
    display: flex;
    align-items: flex-end; }
  .link .cart__price span {
    margin: 0 0 0.1em 0.3em;
    font-size: 0.9vw;
    letter-spacing: 0;
    white-space: nowrap; }
  .link .cart__price--btn {
    position: relative;
    margin-left: 0.7em;
    padding: 0.4em 1em;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8vw;
    letter-spacing: 0.02rem;
    line-height: 1; }
  .link .main .cart__price--btn {
    color: #fff;
    background: #000;
    border-color: #000; }
  .link .main .cart__price--btn.subbtn {
    border: 1px solid #000;
    background: #fff;
    color: #000; }
  .link .other a:hover {
    text-decoration: underline; }
  .link .cart__price--btn span img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    width: 1em;
    transition: 0.4s ease-in; }
  .link .cart:hover .cart__price--btn span {
    transform: translateX(-10%); }
  .link .cart__price--btn span {
    display: flex;
    transition: 0.4s ease-in; }
  .link .cart:hover .cart__price--btn span img {
    opacity: 1;
    margin-right: -1.2em; }
  .link .main {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #000; }
  .link .size-area {
    margin: 0.3em 0;
    text-align: left;
    padding-left: 2.7vw;
    font-weight: 400; }
    .link .size-area a {
      color: #7d7d7d; }
    .link .size-area a:hover {
      border-bottom: 1px solid #7d7d7d; }
  .link .other p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0.5em; }
  .link .other a {
    display: block;
    padding-left: 2.7vw; }

/* 共通*/
.pc {
  display: block; }

.sp {
  display: none; }

.slide-box {
  display: block;
  padding-bottom: 0.1px;
  overflow: hidden; }

:root {
  --color-base1: #b0dc41;
  --color-base2: #b9ddff;
  --color-base3: #ffc2cf;
  --color-bg1: #fdfdef;
  --color-bg2: #f8fcff;
  --color-bg3: #fff9fa; }

body {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.0vw; }

img {
  width: 100%; }

/* header */
header {
  position: absolute;
  z-index: 1;
  width: 100%; }
  header h1 {
    padding: 12px 10px;
    width: 22%; }
    header h1 img {
      width: 100%; }

/* main */
.main-wrapper {
  position: relative;
  width: 100%; }

/*------------srbrands------------------- */
.srbrands {
  color: #000; }

#mainVisual {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative; }
  #mainVisual h2 {
    width: 60%;
    position: absolute;
    color: var(--color-base1);
    top: 38%;
    left: 20%;
    text-align: center; }
    #mainVisual h2 img {
      position: absolute; }
    #mainVisual h2 img:nth-child(1) {
      mix-blend-mode: multiply;
      z-index: 2; }
  #mainVisual .ttl {
    position: absolute;
    width: 32%;
    top: 33%; }
  #mainVisual .ttl2 {
    position: absolute;
    width: 6%;
    bottom: 3%;
    right: 6%; }
  #mainVisual p {
    position: absolute; }

#read-Area {
  position: relative;
  overflow: hidden;
  padding: 5% 15%; }
  #read-Area .bg {
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: var(--color-base1);
    clip-path: polygon(0 0, 75% 0%, 120% 100%, 45% 100%);
    z-index: -1; }
  #read-Area .read {
    display: flex; }
    #read-Area .read h3 {
      font-family: "bebas-kai", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 3.0vw;
      letter-spacing: 3px;
      color: #fff;
      margin-right: 10%;
      line-height: 1.1; }
    #read-Area .read .txt {
      font-size: 1.2vw;
      font-weight: 400;
      letter-spacing: 3px;
      margin-bottom: 6%; }
      #read-Area .read .txt p {
        margin-bottom: 4%;
        white-space: nowrap; }
      #read-Area .read .txt p:nth-child(2) {
        padding-left: 24%;
        margin-bottom: 6%; }
      #read-Area .read .txt p:nth-child(3) {
        padding-left: 1%; }
      #read-Area .read .txt p:nth-child(6) {
        padding-left: 13%; }
  #read-Area ul {
    padding: 0% 5%;
    display: flex; }
    #read-Area ul li {
      background: var(--color-base1);
      width: calc(100% / 3); }
      #read-Area ul li a {
        display: block; }
        #read-Area ul li a:hover {
          opacity: 0.8; }

.pagetop, .sidenav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s; }

/* JSで付与されるクラス：表示する */
.pagetop.visible, .sidenav.visible {
  opacity: 1;
  visibility: visible; }

.sidenav {
  position: fixed;
  left: 3%;
  top: 28%;
  writing-mode: vertical-rl;
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2vw;
  letter-spacing: 1px;
  z-index: 0; }
  .sidenav ul {
    display: flex;
    gap: 20px; }
    .sidenav ul li a {
      color: var(--color-base1); }
    .sidenav ul li a.current {
      color: #000;
      text-decoration: underline;
      text-underline-position: left; }

.main-wrapper {
  width: 100%; }

.ttlArea {
  margin-bottom: 10%;
  z-index: 3;
  position: relative; }

.section {
  margin: 0 8%; }

.item .ttl .img {
  margin-bottom: 4.5%; }
.item .ttl p {
  margin-left: 7%;
  line-height: 1.8;
  letter-spacing: -0.5px;
  font-size: 1.4vw; }
.item .style {
  width: 6vw;
  margin-bottom: 1%; }
.item .pht1 p, .item .pht2 p {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 4.0vw;
  font-weight: 600;
  text-orientation: upright;
  letter-spacing: 2px;
  line-height: 1.9;
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "zen-kaku-gothic-new", sans-serif;
  z-index: 3;
  font-size: 1.3vw;
  font-feature-settings: "halt" 1; }
  .item .pht1 p span, .item .pht2 p span {
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right: .3em; }
  .item .pht1 p b, .item .pht2 p b {
    font-weight: 600;
    margin-left: -5%; }

/* Windowsのみ文字間隔を詰める */
.is-windows .item .pht1 p, .is-windows .item .pht2 p {
  letter-spacing: -4px;
  /* または -0.01em など微調整 */ }

.allview {
  margin: 0 auto;
  width: 24%;
  margin-bottom: 10%; }
  .allview a {
    display: block; }
    .allview a:hover {
      transform: translateX(5%); }

#outer .style1 {
  margin-bottom: 15%;
  position: relative; }
  #outer .style1 .ttl {
    position: absolute;
    right: 0;
    top: 0;
    width: 33%; }
    #outer .style1 .ttl .img {
      width: 100%; }
  #outer .style1 .style {
    margin-left: 10%; }
  #outer .style1 .pht1 {
    position: relative;
    overflow: hidden;
    width: 45%;
    margin-left: 15%; }
    #outer .style1 .pht1 p {
      color: #fff;
      right: 8%;
      top: 5%; }
      #outer .style1 .pht1 p span {
        border-right: 1px solid #fff; }
  #outer .style1 .pht2 {
    width: 40%;
    margin-top: -38%;
    margin-left: 60%;
    margin-bottom: 5%;
    overflow: hidden; }
  #outer .style1 .pht3 {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden; }
  #outer .style1 .link-wrapper {
    width: 35%;
    margin-left: 60%; }
#outer .style2 {
  margin-bottom: 10%;
  position: relative; }
  #outer .style2 .style {
    margin-left: 0%;
    margin-bottom: -5%; }
  #outer .style2 .pht1 {
    position: relative;
    width: 34%;
    margin-left: 46%;
    overflow: hidden;
    margin-bottom: 5%; }
    #outer .style2 .pht1 p {
      display: none; }
  #outer .style2 .pht2 {
    width: 44%;
    position: absolute;
    left: 0;
    top: 5%; }
    #outer .style2 .pht2 p {
      color: #fff;
      left: 8%;
      top: 5%; }
      #outer .style2 .pht2 p span {
        border-right: 1px solid #fff; }
  #outer .style2 .link-wrapper {
    width: 35%;
    margin-left: 55%; }
#outer .style3 {
  margin-bottom: 15%;
  position: relative; }
  #outer .style3 .ttl {
    width: 32%;
    margin-bottom: 5%; }
  #outer .style3 .style {
    position: absolute;
    left: 50%;
    top: 0%; }
  #outer .style3 .pht1 {
    overflow: hidden;
    width: 50%;
    position: absolute;
    right: 0;
    top: 3%;
    z-index: 2; }
    #outer .style3 .pht1 p {
      color: #fff;
      left: 6%;
      top: 5%; }
      #outer .style3 .pht1 p span {
        border-right: 1px solid #fff; }
  #outer .style3 .pht2 {
    width: 37%;
    margin-left: 5%;
    overflow: hidden;
    position: relative;
    z-index: 2; }
  #outer .style3 .pht3 {
    width: 37%;
    margin-left: 42%;
    margin-top: -6%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  #outer .style3 .link-wrapper {
    width: 35%;
    position: absolute;
    left: 0;
    bottom: 17%; }
#outer .style4 {
  margin-bottom: 10%;
  position: relative; }
  #outer .style4 .style {
    margin-left: 6%; }
  #outer .style4 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
    width: 48%;
    margin-left: 6%; }
    #outer .style4 .pht1 p {
      color: #000;
      right: 5%;
      top: 5%; }
      #outer .style4 .pht1 p span {
        border-right: 1px solid #000; }
  #outer .style4 .link-wrapper {
    width: 35%;
    position: absolute;
    right: 5%;
    bottom: 0%; }
#outer .style5 {
  margin-bottom: 0%;
  position: relative; }
  #outer .style5 .ttl {
    width: 37%;
    margin-bottom: 5%;
    position: absolute;
    left: 5%;
    top: 10%; }
  #outer .style5 .style {
    margin-left: 50%; }
  #outer .style5 .pht1 {
    width: 50%;
    margin-left: 50%;
    margin-bottom: 5%;
    overflow: hidden; }
  #outer .style5 .pht2 {
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 36%;
    left: 17%;
    width: 31%; }
    #outer .style5 .pht2 p {
      color: #fff;
      left: 8%;
      top: 5%; }
      #outer .style5 .pht2 p span {
        border-right: 1px solid #fff; }
  #outer .style5 .link-wrapper {
    width: 35%;
    margin-left: 65%; }
#outer .style6 {
  margin-bottom: 15%;
  position: relative; }
  #outer .style6 .style {
    margin-left: 6%; }
  #outer .style6 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
    width: 48%;
    margin-left: 6%; }
    #outer .style6 .pht1 p {
      color: #fff;
      right: 10%;
      top: 10%; }
      #outer .style6 .pht1 p span {
        border-right: 1px solid #fff; }
  #outer .style6 .link-wrapper {
    width: 35%;
    position: absolute;
    right: 5%;
    bottom: 0%; }
#outer .style7 {
  margin-bottom: 0%;
  position: relative;
  z-index: 2; }
  #outer .style7 .ttl {
    width: 23%;
    margin-left: 7%;
    padding: 10% 0 5% 0; }
    #outer .style7 .ttl p {
      margin-left: 10%; }
  #outer .style7 .style {
    position: absolute;
    left: 38%;
    top: 0%; }
  #outer .style7 .pht1 {
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 38%;
    top: 2.5%;
    width: 50%; }
    #outer .style7 .pht1 p {
      color: #fff;
      right: 15%;
      top: 7%; }
      #outer .style7 .pht1 p span {
        border-right: 1px solid #fff; }
  #outer .style7 .pht2 {
    width: 37%;
    margin-left: 0%;
    margin-bottom: 5%;
    overflow: hidden; }
  #outer .style7 .link-wrapper {
    width: 35%; }
#outer .style8 {
  margin-bottom: 15%;
  position: relative;
  margin-top: -20%;
  z-index: 1; }
  #outer .style8 .style {
    margin-left: 52%; }
  #outer .style8 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
    width: 48%;
    margin-left: 52%; }
    #outer .style8 .pht1 p {
      color: #fff;
      left: 10%;
      top: 10%; }
      #outer .style8 .pht1 p span {
        border-right: 1px solid #fff; }
  #outer .style8 .link-wrapper {
    width: 35%;
    position: absolute;
    left: 13%;
    bottom: 0%; }
#outer .style9 {
  margin-bottom: 5%;
  position: relative; }
  #outer .style9 .ttl {
    width: 34%;
    margin-bottom: 5%;
    position: absolute;
    right: 6%;
    top: 12%; }
  #outer .style9 .style {
    margin-left: 5%; }
  #outer .style9 .pht1 {
    position: relative;
    overflow: hidden;
    width: 50%;
    margin-left: 5%;
    margin-bottom: 5%; }
    #outer .style9 .pht1 p {
      color: #000;
      right: 12%;
      bottom: 6%; }
      #outer .style9 .pht1 p span {
        border-right: 1px solid #000; }
  #outer .style9 .pht2 {
    width: 35%;
    position: absolute;
    right: 10%;
    top: 37%; }
  #outer .style9 .link-wrapper {
    width: 35%;
    margin-left: 10%; }
#outer .style10 {
  margin-bottom: 10%;
  position: relative; }
  #outer .style10 .style {
    margin-left: 40%; }
  #outer .style10 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
    width: 48%;
    margin-left: 40%; }
    #outer .style10 .pht1 p {
      color: #000;
      right: 8%;
      top: 6%; }
      #outer .style10 .pht1 p span {
        border-right: 1px solid #000; }
  #outer .style10 .link-wrapper {
    width: 35%;
    position: absolute;
    left: 0%;
    bottom: 0%; }

#tops .style1 {
  margin-bottom: 10%;
  position: relative; }
  #tops .style1 .ttl {
    position: absolute;
    left: 8%;
    top: 0;
    width: 28%; }
    #tops .style1 .ttl .img {
      width: 100%; }
  #tops .style1 .pht1 {
    position: relative;
    overflow: hidden;
    width: 45%;
    margin-left: 50%;
    margin-bottom: 5%; }
    #tops .style1 .pht1 p {
      color: #fff;
      left: 8%;
      top: 6%; }
      #tops .style1 .pht1 p span {
        border-right: 1px solid #fff; }
  #tops .style1 .pht2 {
    position: absolute;
    left: 20%;
    top: 40%;
    width: 34%;
    overflow: hidden; }
  #tops .style1 .link-wrapper {
    width: 35%;
    margin-left: 65%; }
#tops .style2 {
  margin-bottom: 0%;
  position: relative;
  z-index: 2; }
  #tops .style2 .pht1 {
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 34%;
    margin-bottom: 5%; }
    #tops .style2 .pht1 p {
      color: #fff;
      right: 8%;
      top: 6%; }
      #tops .style2 .pht1 p span {
        border-right: 1px solid #fff; }
  #tops .style2 .pht2 {
    width: 34%;
    position: absolute;
    left: 35%;
    top: 0;
    overflow: hidden; }
  #tops .style2 .link-wrapper {
    width: 35%;
    margin-left: 10%; }
#tops .style3 {
  margin-bottom: 15%;
  position: relative;
  margin-top: -5%;
  z-index: 1; }
  #tops .style3 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 0%;
    width: 45%;
    margin-left: 55%;
    margin-bottom: 5%; }
    #tops .style3 .pht1 p {
      color: #fff;
      left: 8%;
      top: 6%; }
      #tops .style3 .pht1 p span {
        border-right: 1px solid #fff; }
  #tops .style3 .pht2 {
    overflow: hidden;
    position: absolute;
    left: 10%;
    top: 20%;
    width: 45%; }
  #tops .style3 .link-wrapper {
    width: 35%;
    margin-left: 65%; }
#tops .style4 {
  margin-bottom: 0%;
  position: relative; }
  #tops .style4 .ttl {
    position: absolute;
    right: 5%;
    top: 0;
    width: 38%; }
    #tops .style4 .ttl .img {
      width: 100%; }
  #tops .style4 .ttl {
    padding: 0;
    margin-left: 30%; }
    #tops .style4 .ttl .img {
      width: 90%;
      margin-bottom: 5%; }
  #tops .style4 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
    width: 46%; }
    #tops .style4 .pht1 p {
      color: #000;
      left: 8%;
      top: 6%; }
      #tops .style4 .pht1 p span {
        border-right: 1px solid #000; }
  #tops .style4 .pht2 {
    overflow: hidden;
    position: absolute;
    left: 47%;
    top: 28%;
    width: 35%; }
  #tops .style4 .link-wrapper {
    width: 35%;
    margin-left: 5%; }
#tops .style5 {
  margin-bottom: 25%;
  position: relative; }
  #tops .style5 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
    width: 44%;
    margin-left: 56%; }
    #tops .style5 .pht1 p {
      color: #000;
      right: 12%;
      top: 10%; }
      #tops .style5 .pht1 p span {
        border-right: 1px solid #000; }
  #tops .style5 .pht2 {
    overflow: hidden;
    position: absolute;
    top: 20%;
    left: 4%;
    width: 50%;
    padding-bottom: 27%; }
    #tops .style5 .pht2 div:nth-child(1) {
      width: 60%; }
    #tops .style5 .pht2 div:nth-child(2) {
      width: 60%;
      position: absolute;
      right: 0;
      bottom: -10%; }
  #tops .style5 .link-wrapper {
    width: 35%;
    margin-left: 60%; }
#tops .positonr {
  position: relative;
  padding-bottom: 20%; }
#tops .style6 {
  margin-bottom: 15%;
  position: relative; }
  #tops .style6 .ttl {
    position: absolute;
    left: 5%;
    top: 0;
    width: 28%; }
    #tops .style6 .ttl .img {
      width: 100%; }
  #tops .style6 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
    width: 44%;
    margin-left: 51%; }
    #tops .style6 .pht1 p {
      color: #fff;
      left: 8%;
      top: 6%; }
      #tops .style6 .pht1 p span {
        border-right: 1px solid #fff; }
  #tops .style6 .link-wrapper {
    width: 35%;
    margin-left: 60%; }
#tops .style7 {
  margin-bottom: 15%;
  position: relative;
  position: absolute;
  left: 5%;
  top: 19%;
  width: 44%; }
  #tops .style7 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 8%; }
    #tops .style7 .pht1 p {
      color: #000;
      right: 8%;
      top: 6%; }
      #tops .style7 .pht1 p span {
        border-right: 1px solid #000; }
  #tops .style7 .link-wrapper {
    width: 80%; }

#goods .style1 {
  margin-bottom: 10%;
  position: relative; }
  #goods .style1 .ttl {
    position: absolute;
    left: 0%;
    top: 0;
    width: 44%; }
    #goods .style1 .ttl .img {
      width: 100%; }
  #goods .style1 .pht1 {
    overflow: hidden;
    width: 45%;
    position: absolute;
    top: 18%;
    left: 0; }
    #goods .style1 .pht1 p {
      display: none; }
  #goods .style1 .pht2 {
    width: 36%;
    margin-left: 46%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative; }
    #goods .style1 .pht2 p {
      color: #fff;
      right: 8%;
      top: 6%; }
      #goods .style1 .pht2 p span {
        border-right: 1px solid #fff; }
  #goods .style1 .link-wrapper {
    width: 35%;
    margin-left: 55%; }
#goods .style2 {
  position: relative; }
  #goods .style2 .ttl {
    position: absolute;
    left: 35%;
    top: 0;
    width: 17%; }
    #goods .style2 .ttl .img {
      width: 100%; }
  #goods .style2 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
    width: 45%;
    margin-left: 55%; }
    #goods .style2 .pht1 p {
      color: #fff;
      left: 8%;
      top: 6%; }
      #goods .style2 .pht1 p span {
        border-right: 1px solid #fff; }
  #goods .style2 .link-wrapper {
    width: 35%;
    position: absolute;
    left: 17%;
    top: 22%; }
#goods .positonr {
  position: relative;
  padding-bottom: 15%;
  margin-top: -10%; }
#goods .style3 {
  position: relative;
  width: 45%; }
  #goods .style3 .ttl {
    width: 38%;
    margin-bottom: 6%; }
    #goods .style3 .ttl .img {
      width: 100%; }
  #goods .style3 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
    z-index: 2; }
    #goods .style3 .pht1 p {
      color: #000;
      left: 6%;
      top: 5%; }
      #goods .style3 .pht1 p span {
        border-right: 1px solid #000; }
  #goods .style3 .link-wrapper {
    width: 80%;
    margin-left: 20%; }
#goods .style4 {
  position: absolute;
  width: 44%;
  left: 47%;
  top: 10%; }
  #goods .style4 .ttl {
    width: 59%;
    margin-left: 41%;
    margin-bottom: 6%; }
  #goods .style4 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%; }
    #goods .style4 .pht1 p {
      color: #fff;
      right: 8%;
      top: 6%; }
      #goods .style4 .pht1 p span {
        border-right: 1px solid #fff; }
  #goods .style4 .link-wrapper {
    width: 80%;
    margin-left: 20%; }

#cosmetics {
  position: relative;
  padding-top: 4%; }
  #cosmetics .link-wrapper {
    margin: 0;
    width: 100%; }
  #cosmetics .link .cart {
    padding-left: 0vw;
    margin-bottom: 4%; }
  #cosmetics .link .main {
    margin: 0 0 5% 0;
    padding: 0;
    border-bottom: none; }
  #cosmetics .option {
    width: 15%;
    position: absolute;
    left: 10%;
    top: 0; }
  #cosmetics .wrap {
    border: 1px solid #000;
    margin: 0 8%;
    padding: 6% 5%;
    position: relative; }
    #cosmetics .wrap::after {
      content: "";
      background: #000;
      width: 46%;
      height: 26px;
      right: 0;
      top: 0;
      position: absolute; }
    #cosmetics .wrap h4 {
      font-weight: 500;
      font-size: 2.6vw;
      line-height: 1.5;
      margin-bottom: 5%;
      position: absolute;
      right: 7%;
      top: 5%; }
      #cosmetics .wrap h4 span {
        font-size: 1.7vw; }
    #cosmetics .wrap .products-wrap {
      display: flex;
      justify-content: space-between;
      margin: 0 15%;
      padding-top: 6%; }
      #cosmetics .wrap .products-wrap .product:nth-child(2) {
        padding-top: 10%; }
    #cosmetics .wrap .product {
      width: 44%; }
      #cosmetics .wrap .product .pht {
        margin-bottom: 0%; }
      #cosmetics .wrap .product .name {
        position: relative;
        margin-bottom: -4%; }
        #cosmetics .wrap .product .name span {
          position: absolute;
          left: 0;
          top: -20%;
          background: #fff;
          padding-right: 1%; }
        #cosmetics .wrap .product .name h5 {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000;
          font-size: 1.5vw;
          padding: 5% 0;
          font-weight: 500; }
      #cosmetics .wrap .product dl {
        line-height: 1.5; }
        #cosmetics .wrap .product dl dt {
          font-size: 1.3vw;
          font-weight: 600;
          margin-bottom: 1%; }
        #cosmetics .wrap .product dl dd {
          line-height: 1.8;
          letter-spacing: 1px; }

/* end-block */
.end-block {
  background: #fff;
  padding-top: 8%;
  position: relative; }
  .end-block .bnrArea {
    width: 30%;
    margin: 0 auto 5% auto; }
    .end-block .bnrArea dt {
      width: 40%;
      margin: 0 auto 4% auto; }
  .end-block #message {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    background: var(--color-base1);
    font-size: 1.1vw;
    padding: 5%;
    letter-spacing: 1px; }
    .end-block #message p {
      margin-bottom: 2vw;
      line-height: 2;
      color: #000; }
    .end-block #message .bctxt {
      font-size: 1.8vw; }
    .end-block #message .logo {
      width: 12%;
      margin: 0 auto; }

/*staff*/
.staff {
  margin: 3vw auto 5%;
  font-size: 0.8vw;
  font-family: "garamond", serif;
  letter-spacing: 1px;
  line-height: 2em;
  text-align: center; }

/*footer*/
.footer {
  margin-top: 3%;
  padding-bottom: 2vw;
  text-align: center; }

.footer-sns {
  display: block;
  width: 2.5%;
  min-width: 36px;
  margin: 0 auto 2%;
  opacity: 1;
  transition: 0.3s; }

.footer-logo {
  display: block;
  width: 350px;
  margin: 25px auto 0 auto; }

.footer-logo img {
  width: 100%; }

.footer-copyright {
  font-family: "Helvetica", serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  margin: 34px 0 0; }

/*footnav*/
.footnav {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.footnav .list {
  display: flex; }

/* pagetop  */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 35px;
  z-index: 99; }

@media (min-width: 1025px) and (max-width: 1116px) {
  .brands .main-section {
    margin-top: -48%;
    padding-top: 10%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brands .main-section {
    margin-top: -48%;
    padding-top: 6%; }

  /* .brands .lead{
    margin-top: 0;
  } */ }
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0; }

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.zoomInTrigger, .zoomOutTrigger {
  opacity: 0; }

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0; }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1; } }
.blurTrigger {
  opacity: 0; }

.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0; }

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
.smoothTrigger {
  opacity: 0; }

.lineTrigger {
  position: relative;
  opacity: 0; }

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes lineAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.lineTrigger::before, .lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; }

.line2::before, .line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; }

.lineTrigger::before {
  top: 0;
  left: 0; }

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards; }

.line2::before {
  top: 0;
  right: 0; }

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards; }

.lineTrigger::after {
  bottom: 0;
  right: 0; }

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards; }

.line2::after {
  bottom: 0;
  left: 0; }

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards; }

@keyframes lineAnime {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes lineAnime2 {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  opacity: 0; }

@keyframes lineInnerAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  50% {
    transform-origin: right;
    transform: scaleX(1); }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0); }
  50% {
    transform-origin: bottom;
    transform: scaleY(1); }
  50.001% {
    transform-origin: top; }
  100% {
    transform-origin: top;
    transform: scaleY(0); } }
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  50% {
    transform-origin: top;
    transform: scaleY(1); }
  50.001% {
    transform-origin: bottom; }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
.bgappearTrigger, .bgUDextendTrigger, .bgDUextendTrigger, .bgRLextendTrigger, .bgLRextendTrigger {
  opacity: 0; }

.count2 {
  animation-iteration-count: 2; }

.countinfinite {
  animation-iteration-count: infinite; }

.delay-time01 {
  animation-delay: 0.1s; }

.delay-time02 {
  animation-delay: 0.2s; }

.delay-time03 {
  animation-delay: 0.3s; }

.delay-time04 {
  animation-delay: 0.4s; }

.delay-time05 {
  animation-delay: 0.5s; }

.delay-time06 {
  animation-delay: 0.6s; }

.delay-time07 {
  animation-delay: 0.7s; }

.delay-time08 {
  animation-delay: 0.8s; }

.delay-time09 {
  animation-delay: 0.9s; }

.delay-time1 {
  animation-delay: 1s; }

.delay-time15 {
  animation-delay: 1.5s; }

.delay-time2 {
  animation-delay: 2s; }

.delay-time25 {
  animation-delay: 2.5s; }

.change-time05 {
  animation-duration: 0.5s; }

.change-time1 {
  animation-duration: 1s; }

.change-time15 {
  animation-duration: 1.5s; }

.change-time2 {
  animation-duration: 2s; }

.change-time25 {
  animation-duration: 2.5s; }

.change-time30 {
  animation-duration: 3.0s; }

.change-time35 {
  animation-duration: 3.5s; }

.change-time40 {
  animation-duration: 4.0s; }

.change-time45 {
  animation-duration: 4.5s; }
