@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 {
  width: 100%;
  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, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  transition: .3s; }

a:hover {
  transition: .3s; }

.pc {
  display: block; }

.sp {
  display: none; }

/*link*/
.link {
  position: relative; }
  .link .cart {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .link .cart:not(:last-child) {
    margin-bottom: 0.3em; }
  .link .cart__title {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.95vw;
    letter-spacing: 0.01rem;
    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;
    color: #000;
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.1vw; }
  .link .cart__price span {
    margin: 0 0 0.1em 0.3em;
    font-size: 0.8vw;
    letter-spacing: 0;
    white-space: nowrap; }
  .link .cart__price--btn {
    position: relative;
    margin-left: 0.4em;
    padding: 0.4em 1em;
    border: 1px solid var(--color-bg1);
    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: #000;
    background: var(--color-bg1);
    border-color: var(--color-bg1); }
  .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 #c3c3c3; }
  .link .size-area {
    margin-top: 1em;
    margin-bottom: 0.5rem;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1vw;
    color: #818181; }
    .link .size-area a {
      color: #818181; }
  .link .size-area:not(:last-child) {
    margin-bottom: 0.5em; }
  .link .size-area a:hover {
    border-bottom: 1px solid #000; }

:root {
  --color-bg1: #e2c798;
  --color-bg2: #3c3c3c;
  --color-bg3: #ececec; }

body {
  background: var(--color-bg3); }

/* header */
.head {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--color-bg2);
  position: relative;
  overflow: hidden; }
  .head h1 {
    padding: 8px 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    .head h1 img {
      height: 12px; }
  .head #mainVisual .ttl1 {
    position: absolute;
    left: 5%;
    top: 8%;
    width: 12%;
    z-index: 5; }
  .head #mainVisual .ttl2 {
    position: absolute;
    right: 6%;
    top: 27%;
    width: 55%;
    z-index: 5; }
  .head #mainVisual ul li {
    position: absolute; }
  .head #mainVisual ul li:nth-child(1) {
    width: 27%;
    top: -1.5%;
    right: -1%; }
  .head #mainVisual ul li:nth-child(2) {
    width: 33%;
    top: 5%;
    right: 17%; }
  .head #mainVisual ul li:nth-child(3) {
    width: 34%;
    top: 30%;
    right: 1%; }
  .head #mainVisual .pht {
    margin-bottom: 2%; }

#readArea {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 1.2vw;
  padding: 0 0 5% 0;
  color: #fff;
  font-weight: 600; }
  #readArea p {
    margin-bottom: 2%;
    line-height: 2.0; }
  #readArea b {
    color: var(--color-bg1); }

#lineup {
  background: url("../img/nav/lineup_bg.png") no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 10%;
  position: relative;
  z-index: 2; }
  #lineup h2 {
    width: 10%;
    margin: 0 auto 0% auto; }
  #lineup .anclink {
    border-top: 3px solid var(--color-bg1);
    border-bottom: 3px solid var(--color-bg1); }
    #lineup .anclink ul {
      display: flex;
      justify-content: space-between;
      clear: both;
      width: 75%;
      margin: 0 auto; }
      #lineup .anclink ul li {
        width: 25%;
        border-right: 3px solid var(--color-bg1);
        padding: 1%; }
      #lineup .anclink ul li:first-child {
        border-left: 3px solid var(--color-bg1); }
      #lineup .anclink ul a {
        display: block; }
      #lineup .anclink ul a:hover {
        opacity: 0.7; }

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

.main-section {
  background: #fff;
  padding-bottom: 2%;
  padding-top: 3%;
  width: calc(1000 / 2560 * 100%);
  margin-left: calc(1250 / 2560 * 100%);
  margin-top: -59%; }

.sidenav {
  position: sticky;
  top: 0; }

.sidenav {
  padding: 3% 9% 5% 11%;
  width: calc(1180 / 2560 * 100%);
  margin: 0 auto 0 0;
  width: calc(1180 / 2560 * 100%);
  margin: 0 auto 0 0; }
  .sidenav h2 {
    margin: 0 15% 4% 15%; }
  .sidenav .ttl {
    width: 40%;
    position: absolute;
    right: 5%;
    top: 0.5%; }
  .sidenav .anclink {
    position: relative;
    margin: 0 10%; }
    .sidenav .anclink ul {
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      .sidenav .anclink ul li {
        width: 50%;
        border: 2px solid var(--color-bg2);
        float: left; }
        .sidenav .anclink ul li a {
          display: block;
          padding: 3%;
          opacity: 0.7; }
        .sidenav .anclink ul li a:hover {
          opacity: 1;
          background: var(--color-bg2); }
      .sidenav .anclink ul li:nth-child(1) {
        border-bottom: none; }
      .sidenav .anclink ul li:nth-child(2) {
        border-bottom: none;
        border-left: none;
        margin-top: 30%; }
      .sidenav .anclink ul li:nth-child(3) {
        border-bottom: none; }
      .sidenav .anclink ul li:nth-child(4) {
        border-left: none; }
      .sidenav .anclink ul li:nth-child(2n) {
        float: right; }
      .sidenav .anclink ul li.current a {
        opacity: 1;
        transition: .3s;
        background: var(--color-bg2); }

.undernav {
  display: none; }

.sticky {
  position: sticky;
  top: 0; }

.slick-dotted.slick-slider {
  margin-bottom: 20%; }

.section h3 {
  margin: 5% 8% 5% 8%; }
.section .item {
  margin-bottom: 10vw;
  padding: 5vw 15% 0% 15%; }
  .section .item .style1, .section .item .style2, .section .item .style3, .section .item .style4 {
    margin-bottom: 20%;
    overflow: hidden; }
    .section .item .style1 .pht, .section .item .style2 .pht, .section .item .style3 .pht, .section .item .style4 .pht {
      margin-bottom: 5%; }
    .section .item .style1 .txt, .section .item .style2 .txt, .section .item .style3 .txt, .section .item .style4 .txt {
      margin: 0% 0% 5% 0%;
      font-size: 1.1vw;
      line-height: 1.8;
      font-family: "Shippori Mincho B1", serif; }
      .section .item .style1 .txt span, .section .item .style2 .txt span, .section .item .style3 .txt span, .section .item .style4 .txt span {
        font-size: 0.8vw;
        font-family: "Noto Sans JP", sans-serif;
        color: #818181; }
    .section .item .style1 .link, .section .item .style2 .link, .section .item .style3 .link, .section .item .style4 .link {
      margin: 0% 0% 0% 0%; }
  .section .item dl {
    position: relative;
    padding-top: 9%;
    margin-bottom: 5%; }
    .section .item dl dt {
      font-family: "Noto Sans JP", sans-serif;
      color: #fff;
      transform: rotate(-3deg);
      line-height: 2;
      font-size: 1.1vw;
      position: absolute;
      left: 5%;
      top: 0;
      width: 90%;
      padding-top: 1%;
      letter-spacing: 1px; }
      .section .item dl dt span {
        background: var(--color-bg2);
        clip-path: polygon(0 0, 98% 0%, 100% 10%, 100% 100%, 1% 100%, 0% 90%);
        padding: 1% 3% 1.5% 3%; }
    .section .item dl dd {
      background: linear-gradient(to left, #fff, var(--color-bg1));
      font-family: "Shippori Mincho B1", serif;
      font-size: 1.8vw;
      padding: 2% 0%;
      text-align: center; }
  .section .item .style2 dl dd, .section .item .style4 dl dd {
    background: linear-gradient(to right, #fff, var(--color-bg1)); }
  .section .item h4 {
    padding-bottom: 5%; }
  .section .item h5 {
    padding-bottom: 5%; }

/* 中央以外のスライド */
.slick-slide {
  opacity: 0.5;
  transform: scale(0.7);
  transition: transform 0.5s ease, opacity 0.5s ease; }

/* 中央のスライド */
.slick-slide.is-active-center {
  opacity: 1;
  transform: scale(1);
  z-index: 2; }

.slick-dots {
  bottom: -3vw; }

.slick-dots li button:before {
  color: #333; }

.slick-dots li.slick-active button:before {
  color: var(--color-bg1); }

.slider .pht {
  margin-bottom: 8%; }
.slider .main {
  border: none; }
.slider .cart {
  display: block; }
.slider .cart__title {
  font-size: 1.1vw;
  margin-bottom: 4%; }
.slider .cart__price--btn {
  background: var(--color-bg1); }
.slider .cart__price-area {
  justify-content: flex-start; }
.slider .slick-prev {
  left: 16%;
  z-index: 2; }
.slider .slick-next {
  right: 16%;
  z-index: 2; }
.slider .size-area .cart__title {
  font-size: 0.9vw; }

/* end-block */
.end-block {
  background: #fff;
  padding-top: 3%;
  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-bg3);
    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(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-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-time12 {
  animation-delay: 1.2s; }

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

.delay-time17 {
  animation-delay: 1.7s; }

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