@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;
  line-height: 1; }

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

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

img {
  height: auto; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  transition: .3s; }

a:hover {
  transition: .3s; }

/*link*/
.link {
  position: relative; }
  .link .cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8vw;
    margin-bottom: 1%; }
  .link .uv {
    background: url("../img/icn_uv.webp") no-repeat left center;
    background-size: 7vw; }
  .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 var(--color-base1);
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.4vw;
    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: 2% 0;
    text-align: left;
    padding-left: 8vw;
    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: 3%; }
  .link .other a {
    display: block;
    padding-left: 8vw;
    margin-bottom: 3%; }

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

.sp {
  display: block; }

.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: 3.2vw; }

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

/* header */
#mainVisual {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden; }
  #mainVisual h2 {
    width: 80%;
    position: absolute;
    color: var(--color-base1);
    top: 51%;
    left: 10%;
    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: 40%;
    top: 85%; }
  #mainVisual .ttl2 {
    position: absolute;
    width: 12%;
    top: 3%;
    right: 6%; }
  #mainVisual p {
    position: absolute; }

#read-Area {
  position: relative;
  overflow: hidden;
  padding: 10% 10%; }
  #read-Area .bg {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background: var(--color-base1);
    clip-path: polygon(0 0, 90% 0, 100% 5%, 100% 58%, 0 23%);
    z-index: -1; }
  #read-Area .read {
    margin-bottom: 20%; }
    #read-Area .read h3 {
      font-family: "bebas-kai", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 9.0vw;
      letter-spacing: 3px;
      color: #fff;
      margin-right: 10%;
      line-height: 1.1;
      white-space: nowrap;
      margin-bottom: 8%; }
    #read-Area .read .txt {
      font-size: 3.8vw;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 6%; }
      #read-Area .read .txt p {
        margin-bottom: 5%;
        white-space: nowrap; }
      #read-Area .read .txt p:nth-child(2) {
        padding-left: 5%;
        margin-bottom: 12%; }
      #read-Area .read .txt p:nth-child(4) {
        padding-left: 10%; }
      #read-Area .read .txt p:nth-child(5) {
        padding-left: 45%; }
      #read-Area .read .txt p:nth-child(6) {
        padding-left: 45%; }
  #read-Area ul {
    padding: 0% 0%; }
    #read-Area ul li {
      background: var(--color-base1); }
      #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: 0%;
  bottom: 0;
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 50;
  width: 100%; }
  .sidenav ul {
    display: flex; }
    .sidenav ul li {
      width: calc(100% / 3);
      text-align: center;
      font-size: 4.4vw; }
      .sidenav ul li a {
        display: block;
        background: #fff;
        color: #000;
        padding: 10% 0; }
      .sidenav ul li a:hover {
        background: var(--color-base1);
        text-decoration: underline; }
      .sidenav ul li a.current {
        text-decoration: underline;
        background: var(--color-base1); }

.main-wrapper {
  width: 100%; }

.ttlArea {
  margin-bottom: 10%; }

.item .ttl {
  padding: 0 8%;
  margin-bottom: 5%; }
  .item .ttl .img {
    width: 74%;
    margin-bottom: 5%; }
  .item .ttl p {
    margin-left: 4%;
    line-height: 1.8;
    letter-spacing: -0.5px; }
.item .style {
  width: 16vw;
  margin-bottom: 3%; }
.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: 3.6vw;
  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%; }

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

.link-wrapper {
  width: 84%;
  margin: 0 auto; }

#outer .style1 {
  margin-bottom: 15%; }
  #outer .style1 h4 {
    margin-bottom: 0; }
  #outer .style1 .style {
    margin-left: 75%; }
  #outer .style1 .pht1 {
    position: relative;
    overflow: hidden; }
    #outer .style1 .pht1 div {
      width: 90%; }
    #outer .style1 .pht1 p {
      color: #fff;
      right: 18%;
      top: 5%; }
      #outer .style1 .pht1 p span {
        border-right: 1px solid #fff; }
  #outer .style1 .pht2 {
    width: 62%;
    margin-left: 38%;
    margin-bottom: 5%;
    overflow: hidden; }
  #outer .style1 .pht3 {
    width: 80%;
    margin-left: 5%;
    margin-bottom: 5%;
    overflow: hidden; }
#outer .style2 {
  margin-bottom: 25%; }
  #outer .style2 .style {
    margin-left: 75%; }
  #outer .style2 .pht1 {
    position: relative;
    margin-bottom: 3%;
    overflow: hidden; }
    #outer .style2 .pht1 div {
      width: 70%;
      margin-left: 30%; }
    #outer .style2 .pht1 p {
      color: #000;
      left: 15%;
      top: 5%; }
      #outer .style2 .pht1 p span {
        border-right: 1px solid #000; }
  #outer .style2 .pht2 {
    width: 85%;
    margin-bottom: 5%;
    overflow: hidden; }
    #outer .style2 .pht2 p {
      display: none; }
#outer .style3 {
  margin-bottom: 15%; }
  #outer .style3 h4 {
    margin-bottom: 0; }
  #outer .style3 .ttl {
    padding: 0;
    margin-left: 42%; }
    #outer .style3 .ttl .img {
      width: 70%;
      margin-bottom: 5%; }
  #outer .style3 .style {
    margin-left: 8%; }
  #outer .style3 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%; }
    #outer .style3 .pht1 div {
      width: 92%;
      margin-left: 8%; }
    #outer .style3 .pht1 p {
      color: #fff;
      left: 13%;
      top: 5%; }
      #outer .style3 .pht1 p span {
        border-right: 1px solid #fff; }
  #outer .style3 .pht2 {
    width: 55%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
    z-index: 2; }
  #outer .style3 .pht3 {
    width: 55%;
    margin-left: 45%;
    margin-top: -65%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
    z-index: 1; }
#outer .style4 {
  margin-bottom: 25%; }
  #outer .style4 .style {
    margin-left: 8%; }
  #outer .style4 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden; }
    #outer .style4 .pht1 div {
      width: 84%;
      margin-left: 8%; }
    #outer .style4 .pht1 p {
      color: #000;
      right: 12%;
      top: 5%; }
      #outer .style4 .pht1 p span {
        border-right: 1px solid #000; }
  #outer .style4 .pht2 {
    width: 85%;
    margin-bottom: 5%;
    overflow: hidden; }
#outer .style5 {
  margin-bottom: 15%; }
  #outer .style5 h4 {
    margin-bottom: 0; }
  #outer .style5 .style {
    margin-left: 75%; }
  #outer .style5 .pht1 {
    width: 92%;
    margin-left: 8%;
    margin-bottom: 5%;
    overflow: hidden; }
  #outer .style5 .pht2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%; }
    #outer .style5 .pht2 div {
      width: 65%;
      margin-bottom: 5%; }
    #outer .style5 .pht2 p {
      color: #fff;
      left: 52%;
      top: 5%; }
      #outer .style5 .pht2 p span {
        border-right: 1px solid #fff; }
  #outer .style5 .pht3 {
    width: 55%;
    margin-left: 45%;
    margin-top: -65%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
    z-index: 1; }
#outer .style6 {
  margin-bottom: 25%; }
  #outer .style6 h4 {
    margin-bottom: 0; }
  #outer .style6 .style {
    margin-left: 12%; }
  #outer .style6 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden; }
    #outer .style6 .pht1 .lazy {
      width: 84%;
      margin-left: 12%; }
    #outer .style6 .pht1 p {
      color: #fff;
      right: 12%;
      top: 5%; }
      #outer .style6 .pht1 p span {
        border-right: 1px solid #fff; }
  #outer .style6 .pht2 {
    width: 85%;
    margin-bottom: 5%;
    overflow: hidden; }
#outer .style7 {
  margin-bottom: 15%; }
  #outer .style7 h4 {
    margin-bottom: 0; }
  #outer .style7 .ttl {
    padding: 0;
    margin-left: 52%; }
    #outer .style7 .ttl .img {
      width: 70%;
      margin-bottom: 5%; }
  #outer .style7 .style {
    margin-left: 8%; }
  #outer .style7 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 2%; }
    #outer .style7 .pht1 div {
      width: 92%;
      margin-left: 4%; }
    #outer .style7 .pht1 p {
      color: #fff;
      right: 15%;
      top: 7%; }
      #outer .style7 .pht1 p span {
        border-right: 1px solid #fff; }
  #outer .style7 .pht2 {
    width: 60%;
    margin-left: 40%;
    margin-bottom: 5%;
    overflow: hidden; }
#outer .style8 {
  margin-bottom: 25%; }
  #outer .style8 .style {
    margin-left: 8%; }
  #outer .style8 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden; }
    #outer .style8 .pht1 .lazy {
      width: 75%;
      margin-left: 0%; }
    #outer .style8 .pht1 p {
      color: #000;
      right: 7%;
      bottom: 5%; }
      #outer .style8 .pht1 p span {
        border-right: 1px solid #000; }
  #outer .style8 .pht2 {
    width: 85%;
    margin-bottom: 5%;
    overflow: hidden; }
#outer .style9 {
  margin-bottom: 15%; }
  #outer .style9 h4 {
    margin-bottom: 0; }
  #outer .style9 .style {
    margin-left: 75%; }
  #outer .style9 .pht1 {
    position: relative;
    overflow: hidden; }
    #outer .style9 .pht1 div {
      width: 92%;
      margin-left: 4%; }
    #outer .style9 .pht1 p {
      color: #000;
      right: 12%;
      bottom: 5%; }
      #outer .style9 .pht1 p span {
        border-right: 1px solid #000; }
  #outer .style9 .pht2 {
    width: 74%;
    margin-left: 26%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
    z-index: 2; }
#outer .style10 {
  margin-bottom: 15%; }
  #outer .style10 .style {
    margin-left: 8%; }
  #outer .style10 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden; }
    #outer .style10 .pht1 .lazy {
      width: 84%;
      margin-left: 8%; }
    #outer .style10 .pht1 p {
      color: #000;
      right: 15%;
      top: 10%; }
      #outer .style10 .pht1 p span {
        border-right: 1px solid #000; }

#tops .style1 {
  margin-bottom: 15%; }
  #tops .style1 .pht1 {
    position: relative;
    overflow: hidden; }
    #tops .style1 .pht1 div {
      width: 65%;
      margin-left: 35%; }
    #tops .style1 .pht1 p {
      color: #000;
      left: 12%;
      top: 5%; }
      #tops .style1 .pht1 p span {
        border-right: 1px solid #000; }
  #tops .style1 .pht2 {
    width: 48%;
    margin-top: -51%;
    margin-bottom: 5%;
    overflow: hidden; }
    #tops .style1 .pht2 p {
      display: none; }
#tops .style2 {
  margin-bottom: 15%; }
  #tops .style2 .style {
    margin-left: 75%; }
  #tops .style2 .pht1 {
    position: relative;
    overflow: hidden;
    z-index: 2; }
    #tops .style2 .pht1 div {
      width: 50%; }
    #tops .style2 .pht1 p {
      color: #000;
      right: 21%;
      top: 0%; }
      #tops .style2 .pht1 p span {
        border-right: 1px solid #000; }
  #tops .style2 .pht2 {
    width: 58%;
    margin-top: -46%;
    margin-left: 42%;
    margin-bottom: 5%;
    overflow: hidden; }
#tops .style3 {
  margin-bottom: 25%; }
  #tops .style3 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 0%; }
    #tops .style3 .pht1 div {
      width: 85%;
      margin-left: 15%; }
    #tops .style3 .pht1 p {
      color: #fff;
      left: 19%;
      top: 5%; }
      #tops .style3 .pht1 p span {
        border-right: 1px solid #fff; }
  #tops .style3 .pht2 {
    width: 85%;
    margin-left: 15%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
    z-index: 2; }
#tops .style4 {
  margin-bottom: 15%; }
  #tops .style4 .ttl {
    padding: 0;
    margin-left: 30%; }
    #tops .style4 .ttl .img {
      width: 90%;
      margin-bottom: 5%; }
  #tops .style4 .pht1 {
    position: relative;
    margin-bottom: 3%;
    overflow: hidden; }
    #tops .style4 .pht1 div {
      width: 84%; }
    #tops .style4 .pht1 p {
      color: #000;
      left: 12%;
      top: 10%; }
      #tops .style4 .pht1 p span {
        border-right: 1px solid #000; }
  #tops .style4 .pht2 {
    width: 46%;
    margin-left: 46%;
    margin-bottom: 5%;
    overflow: hidden; }
#tops .style5 {
  margin-bottom: 25%; }
  #tops .style5 .pht1 {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden; }
    #tops .style5 .pht1 div {
      width: 90%;
      margin-left: 10%; }
    #tops .style5 .pht1 p {
      color: #000;
      right: 12%;
      top: 10%; }
      #tops .style5 .pht1 p span {
        border-right: 1px solid #000; }
  #tops .style5 .pht2 {
    width: 86%;
    display: flex;
    overflow: hidden;
    margin-bottom: 5%; }
    #tops .style5 .pht2 div:nth-child(2) {
      margin-top: 15%; }
#tops .style6 {
  margin-bottom: 15%; }
  #tops .style6 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%; }
    #tops .style6 .pht1 div {
      width: 65%;
      margin-left: 35%; }
    #tops .style6 .pht1 p {
      color: #000;
      left: 12%;
      top: 5%; }
      #tops .style6 .pht1 p span {
        border-right: 1px solid #000; }
  #tops .style6 .pht2 {
    width: 48%;
    margin-top: -51%;
    margin-bottom: 5%;
    overflow: hidden; }
#tops .style7 {
  margin-bottom: 15%; }
  #tops .style7 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%; }
    #tops .style7 .pht1 .lazy {
      width: 60%;
      margin-left: 8%; }
    #tops .style7 .pht1 p {
      color: #000;
      right: 12%;
      top: 5%; }
      #tops .style7 .pht1 p span {
        border-right: 1px solid #000; }

#goods .style1 {
  margin-bottom: 15%; }
  #goods .style1 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
    z-index: 2; }
    #goods .style1 .pht1 div {
      width: 63%; }
    #goods .style1 .pht1 p {
      color: #000;
      right: 12%;
      top: 5%; }
      #goods .style1 .pht1 p span {
        border-right: 1px solid #000; }
  #goods .style1 .pht2 {
    width: 55%;
    margin-top: -42%;
    margin-left: 45%;
    margin-bottom: 5%;
    overflow: hidden; }
    #goods .style1 .pht2 img {
      margin-left: 20%; }
    #goods .style1 .pht2 p {
      display: none; }
#goods .style2 {
  margin-bottom: 15%; }
  #goods .style2 .ttl {
    text-align: right; }
    #goods .style2 .ttl .img {
      margin-left: auto; }
  #goods .style2 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%; }
    #goods .style2 .pht1 .lazy {
      width: 72%;
      margin-left: 28%; }
    #goods .style2 .pht1 p {
      color: #000;
      left: 8%;
      top: 5%; }
      #goods .style2 .pht1 p span {
        border-right: 1px solid #000; }
  #goods .style2 .pht2 {
    width: 48%;
    margin-top: -51%;
    margin-bottom: 5%;
    overflow: hidden; }
#goods .style3 {
  margin-bottom: 15%; }
  #goods .style3 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
    z-index: 2; }
    #goods .style3 .pht1 div {
      width: 72%; }
    #goods .style3 .pht1 p {
      color: #000;
      right: 8%;
      top: 5%; }
      #goods .style3 .pht1 p span {
        border-right: 1px solid #000; }
#goods .style4 {
  margin-bottom: 15%; }
  #goods .style4 .ttl {
    text-align: right; }
    #goods .style4 .ttl .img {
      margin-left: auto; }
  #goods .style4 .pht1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%; }
    #goods .style4 .pht1 div {
      width: 72%;
      margin-left: 28%; }
    #goods .style4 .pht1 p {
      color: #000;
      left: 8%;
      top: 5%; }
      #goods .style4 .pht1 p span {
        border-right: 1px solid #000; }

#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: 30%;
  margin: 0 auto -9% auto; }
#cosmetics .wrap {
  border: 1px solid #000;
  border-top: 20px solid #000;
  margin: 0 5%;
  padding: 6% 5% 0 5%; }
  #cosmetics .wrap h4 {
    font-weight: 500;
    font-size: 6.0vw;
    line-height: 1.5;
    margin-bottom: 5%; }
    #cosmetics .wrap h4 span {
      font-size: 3.8vw; }
  #cosmetics .wrap .product {
    margin: 0 3% 15% 3%; }
    #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: 4.4vw;
        padding: 5% 0; }
    #cosmetics .wrap .product dl {
      line-height: 1.5; }
      #cosmetics .wrap .product dl dt {
        font-size: 3.6vw;
        font-weight: 600;
        margin-bottom: 1%; }
      #cosmetics .wrap .product dl dd {
        line-height: 1.8;
        letter-spacing: 1px; }

.pagetop {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease; }

.pagetop.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; }

.undernav {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease; }

.undernav.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; }

.srbrands {
  color: #000; }

/* end-block */
.end-block {
  background: #fff;
  padding-top: 8%;
  position: relative;
  padding-bottom: 20%;
  z-index: 1; }
  .end-block .bnrArea {
    padding: 15% 10%; }
    .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: 3.2vw;
    padding: 15% 0;
    letter-spacing: 1px;
    margin-bottom: 10%; }
    .end-block #message p {
      margin-bottom: 3vw;
      line-height: 2;
      color: #000; }
    .end-block #message .bctxt {
      font-size: 5.6vw;
      margin-bottom: 5vw; }
    .end-block #message .logo {
      width: 30%;
      margin: 0 auto; }

/*staff*/
.staff {
  margin: 3vw auto 10%;
  font-size: 2.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: 5%;
  bottom: 10%;
  width: 35px;
  z-index: 99; }

.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(50px); }
  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(-50px); }
  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(-50px); }
  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(50px); }
  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-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; }
