
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, picture,
footer, header, menu, nav, section, main, canvas, picture {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0; }

select, option, button {
  font-family: inherit;
  font-size: inherit; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: calc(10vw / 3.75);
  -webkit-font-smoothing: antialiased; }

body {
  color: #000000;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 751px) {
  html {
    font-size: 8px; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
@media screen and (min-width: 900px) {
  html {
    font-size: 10px; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

button {
  cursor: pointer;
  font-family: inherit; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.en {
  font-family: "Jost", sans-serif; }

.slide .photo {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .photo:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .photo {
  opacity: 1;
  position: relative; }
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  right: 0; }
  .slide .slick-dots li {
    overflow: hidden;
    flex-basis: 1.4rem;
    margin: 0 0.2rem 0 0; }
    .slide .slick-dots li:first-child:last-child {
      display: none; }
    .slide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 100%;
      height: 2px;
      text-indent: -9999em;
      background-color: #a0a0a0;
      transition: background-color 0.2s ease-out; }
    .slide .slick-dots li button:hover, .slide .slick-dots li.slick-active button {
      background-color: #ff354d; }
      #shoes .slide .slick-dots li button:hover, #shoes .slide .slick-dots li.slick-active button {
        background-color: #e1b18a; }
      #goods .slide .slick-dots li button:hover, #goods .slide .slick-dots li.slick-active button {
        background-color: #32bee6; }
.slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: contain; }
  .slide .slick-arrow.slick-prev {
    left: 0.4rem; }
  .slide .slick-arrow.slick-next {
    right: 0.4rem;
    transform: rotate(180deg); }

.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #000000, #000000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out; }

@media screen and (min-width: 751px) {
  .slide .slick-dots {
    top: calc(100% + 9px); }
    .slide .slick-dots li {
      flex-basis: 20px;
      margin: 0 3px 0 0; }
      .slide .slick-dots li button {
        width: 20px;
        height: 3px; }
  .slide .slick-arrow {
    width: 4rem;
    height: 4rem; }
    .slide .slick-arrow.slick-prev {
      left: 0.6rem; }
    .slide .slick-arrow.slick-next {
      right: 0.6rem; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

.modeSPib {
  display: inline-block; }
  .modeSPib.important {
    display: block !important; }

@media screen and (min-width: 751px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP,
  .modeSPib {
    display: none; }
    .modeSP.important,
    .modeSPib.important {
      display: none !important; } }
@keyframes bgloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 195px 0; } }
@keyframes move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
@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); } }
@keyframes lineMove {
  0% {
    background-size: 0 2px; }
  50% {
    background-size: 0 2px; }
  100% {
    background-size: 100% 2px; } }
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: .1; }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0; } }
@keyframes scrolldown {
  0% {
    background-position: -9em 100%; }
  50% {
    background-position: 0 100%; }
  100% {
    background-position: 9em 100%; } }
@keyframes scrolldown2 {
  0% {
    background-position: 10em 100%; }
  50% {
    background-position: 0 100%; }
  100% {
    background-position: -10em 100%; } }
.wrapper {
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

#main {
  overflow: hidden; }

.contentInner {
  width: calc(315 / 375 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

@media screen and (min-width: 751px) {
  .contentInner {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    box-sizing: border-box; } }
#header #head {
  position: relative;
  z-index: 1000;
  background-color: #ffffff; }

#globalNav .button {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: calc(35 / 375 * 100vw);
  height: 0;
  background-color: #000000;
  margin: calc(17 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  padding: calc(35 / 375 * 100vw) 0 0 0;
  border-radius: 50%;
  box-sizing: border-box; }
  #globalNav .button .wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(11 / 35 * 100%);
    height: 0;
    padding: calc(16 / 60 * 100%) 0 0 0;
    margin: auto; }
    #globalNav .button .wrap span {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #ffffff;
      margin: auto;
      border-radius: 1px;
      transition: all 0.2s; }
      #globalNav .button .wrap span:nth-of-type(1) {
        top: 0; }
      #globalNav .button .wrap span:nth-of-type(2) {
        display: none;
        top: calc(50% - 1px); }
      #globalNav .button .wrap span:nth-of-type(3) {
        bottom: 0; }
#globalNav .menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100vh; }
  #globalNav .menu .menuBg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh; }
  #globalNav .menu .menuInner {
    overflow: auto;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(300 / 375 * 100vw);
    min-height: 300px;
    color: #ffffff;
    background-color: #8d8250;
    padding: calc(65 / 375 * 100vw) 0 0 0;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; }
  #globalNav .menu .list {
    padding: 0 calc(40 / 300 * 100%) 0 0; }
    #globalNav .menu .list .item {
      text-align: right;
      padding: 0 0 calc(65 / 300 * 100%) 0; }
      #globalNav .menu .list .item:first-child {
        padding-top: calc(100 / 300 * 100%); }
      #globalNav .menu .list .item:last-child {
        padding-bottom: calc(100 / 300 * 100%); }
      #globalNav .menu .list .item .ja {
        font-size: 1.4rem;
        line-height: 1.57; }
      #globalNav .menu .list .item .en {
        font-size: 2.4rem;
        line-height: 1.58;
        font-weight: 600;
        letter-spacing: 0.05rem; }
#globalNav.open .button .wrap {
  width: calc(17 / 35 * 100%); }
  #globalNav.open .button .wrap span:nth-of-type(1) {
    bottom: 0;
    left: 0;
    transform: translateY(50%) translateY(-1px) rotate(-45deg); }
  #globalNav.open .button .wrap span:nth-of-type(2) {
    opacity: 0;
    left: 0; }
  #globalNav.open .button .wrap span:nth-of-type(3) {
    top: 0;
    left: 0;
    transform: translateY(-50%) translateY(1px) rotate(45deg); }

@media screen and (min-width: 751px) {
  #header #head {
    background-color: transparent; }

  #globalNav {
    display: none; } }
#footer {
  padding: 40px 0 0 0; }
  #footer .content {
    background-color: #ffffff;
    padding: 0 0 calc(35 / 375 * 100%) 0; }
  #footer .list {
    margin: 0 0 calc(20 / 350 * 100%) 0;
    padding: calc(20 / 350 * 100%); }
    #footer .list .item {
      color: #707070;
      font-size: 1.2rem;
      line-height: 1.2; }
      #footer .list .item a {
        display: inline-block;
        padding: 0.45em 0; }
  #footer .logo {
    width: calc(300 / 350 * 100%);
    margin: 0 auto;
    padding: calc(13 / 350 * 100%) 0 calc(21 / 350 * 100%) 0; }
  #footer .copy {
    color: #707070;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center; }

@media screen and (min-width: 751px) {
  #footer .content {
    padding: 0; }
  #footer .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: calc(17 / 1400 * 100%); }
    #footer .list .item {
      font-size: 1.4rem;
      line-height: 1;
      margin: 0 calc(40 / 1400 * 100%); }
      #footer .list .item a {
        padding: 0.4em 0; }
  #footer .logo {
    width: 293px;
    padding: calc(30 / 1400 * 100%) 0 calc(20 / 1400 * 100%) 0; }
  #footer .copy {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 0 calc(40 / 1400 * 100%) 0; } }
/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #FFFFFF; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #8d8250;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both; }

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px); }
  66% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
  .animate.current {
    opacity: 1;
    transform: scale(1); }

/* splitText */
.splitText {
  overflow: hidden;
  letter-spacing: 0.03em;
  text-align: center; }
  .splitText span {
    display: inline-block;
    min-width: 0.6rem;
    transform: translateY(var(--y, 110%));
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: calc(0.04s * var(--char-index)); }
  .splitText.current {
    --y: 0; }

@media screen and (min-width: 751px) {
  .splitText span {
    min-width: 1.5rem; } }
/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5; }
  #toTop span {
    display: block;
    width: 5.44rem;
    height: 5.44rem;
    margin: 0 auto; }

@media screen and (min-width: 751px) {
  #toTop span {
    width: 70px;
    height: 70px;
    line-height: 70px; } }
/* titleType */
.titleType01 {
  opacity: 1;
  font-size: 2.6rem;
  line-height: 1.19;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  transform: translateY(0); }
  .titleType01 .line {
    display: inline-block;
    padding: 0 0 0.5em 0;
    position: relative;
    background-image: linear-gradient(90deg, #000000, #000000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px; }
  .titleType01.current .line {
    animation: 1.0s ease-out 0.4s lineMove forwards; }

@media screen and (min-width: 751px) {
  .titleType01 {
    font-size: 4.2rem;
    line-height: 1.19;
    letter-spacing: 0.04em; }
    .titleType01 .line {
      padding: 0 0 0.25em 0; } }
/* buttonType */
.buttonType01, .buttonType03,
button.buttonType03,
button.buttonType01,
button.buttonType03 {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.18;
  font-weight: 500;
  text-align: center;
  background-color: #DBCC82;
  padding: 0.8em 0;
  border: 1px solid transparent;
  border-radius: 1.5em;
  box-sizing: border-box; }
  .buttonType01.multi, .multi.buttonType03,
  button.buttonType01.multi,
  button.multi.buttonType03 {
    border-radius: 3em; }

@media screen and (min-width: 751px) {
  .buttonType01, .buttonType03,
  button.buttonType03,
  button.buttonType01,
  button.buttonType03 {
    transition: all 0.4s ease-out; }
    .buttonType01:hover, .buttonType03:hover,
    button.buttonType01:hover,
    button.buttonType03:hover {
      color: #000000;
      background-color: #ffffff;
      border: 1px solid #000000; } }
.buttonType02,
button.buttonType02 {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: 500;
  text-align: center;
  background-color: #ffffff;
  padding: 0.5em 0;
  border: 1px solid #000000;
  border-radius: 1.5em;
  box-sizing: border-box; }
  .buttonType02.multi,
  button.buttonType02.multi {
    padding: 0.1em 0;
    border-radius: 3em; }
  .buttonType02.down .icon:after,
  button.buttonType02.down .icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    width: 0.6em;
    height: 0.6em;
    margin: auto;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(45deg); }

@media screen and (min-width: 751px) {
  .buttonType02,
  button.buttonType02 {
    font-size: 1.8rem;
    line-height: 1.44;
    transition: all 0.4s ease-out; }
    .buttonType02.multi,
    button.buttonType02.multi {
      padding: 0.15em 0 0.2em 0; }
    .buttonType02.down .icon:after,
    button.buttonType02.down .icon:after {
      bottom: 0.4em; }
    .buttonType02:hover,
    button.buttonType02:hover {
      color: #ffffff;
      background-color: #000000; }
      .buttonType02:hover.down .icon:after,
      button.buttonType02:hover.down .icon:after {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff; } }
.buttonType03,
button.buttonType03 {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000; }

@media screen and (min-width: 751px) {
  .buttonType03,
  button.buttonType03 {
    transition: all 0.4s ease-out; }
    .buttonType03:hover,
    button.buttonType03:hover {
      color: #ffffff;
      background-color: #000000; } }
/* linkType */
.linkType01 {
  display: block;
  position: relative; }
  .linkType01.next:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 1.0rem;
    height: 1.0rem;
    margin: auto;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg); }

@media screen and (min-width: 751px) {
  .linkType01 {
    transition: all 0.4s ease-out; }
    .linkType01.next:after {
      right: 2.2rem;
      width: 1.6rem;
      height: 1.6rem; }
    .linkType01:hover {
      opacity: 0.7; } }
/* firstContent */
#firstContent .content {
  position: relative; }
#firstContent .bg {
  opacity: 0;
  transition: all 0.8s ease-out 0.5s; }
#firstContent .textWrap {
  opacity: 0;
  transition: all 0.8s ease-out 1.4s; }
  #firstContent .textWrap .title {
    text-align: right;
    margin: calc(-70 / 375 * 100%) calc(30 / 375 * 100%) calc(18 / 375 * 100%) 0; }
    #firstContent .textWrap .title .small {
      display: inline-block;
      color: #ffffff;
      font-size: 1.4rem;
      line-height: 1;
      background-color: #63ae48;
      margin: 0 0 1.3rem 0;
      padding: 0.1rem 0.5rem 0.2rem 0.8rem; }
    #firstContent .textWrap .title .large {
      display: block; }
      #firstContent .textWrap .title .large .middle {
        font-size: 2.3rem;
        line-height: 1; }
      #firstContent .textWrap .title .large .middle2 {
        font-size: 2.3rem;
        line-height: 1; }
      #firstContent .textWrap .title .large .symbol {
        letter-spacing: -0.8rem; }
      #firstContent .textWrap .title .large .symbol2 {
        letter-spacing: 0.1rem; }
      #firstContent .textWrap .title .large .band {
        display: inline-block;
        color: #ffffff;
        font-size: 3.1rem;
        line-height: 1;
        letter-spacing: 0.1rem;
        font-weight: 800;
        background-color: #000000;
        margin: 0 0 0.3rem 0;
        padding: 0.4rem 0.7rem 0.6rem 0.5rem; }
        #firstContent .textWrap .title .large .band:nth-of-type(2) {
          letter-spacing: -0.04rem; }
        #firstContent .textWrap .title .large .band:nth-of-type(3) {
          letter-spacing: -0.2rem; }
        #firstContent .textWrap .title .large .band .inner {
          display: flex;
          align-items: center; }
  #firstContent .textWrap .intro {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    padding: calc(16 / 315 * 100%) 0; }
#firstContent .scroll {
  position: absolute;
  bottom: calc(9 / 375 * 100%);
  right: 3.1rem;
  z-index: 2;
  font-size: 1.3rem;
  line-height: 1; }
  #firstContent .scroll p {
    width: 6.4em;
    letter-spacing: 0.03em;
    padding: 0 0 0.1em 0;
    transform: rotate(90deg);
    transform-origin: bottom right;
    background-image: linear-gradient(90deg, #000000, #000000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    animation: scrolldown 2.2s ease forwards infinite; }
.load_complete #firstContent .bg {
  opacity: 1; }
.load_complete #firstContent .textWrap {
  opacity: 1; }

@media screen and (min-width: 751px) {
  #firstContent .bg {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(1200 / 1800 * 100%);
    height: 100%; }
  #firstContent .textWrap {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 10;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: calc(122 / 1800 * 100%) 20px calc(97 / 1800 * 100%) 20px;
    box-sizing: border-box; }
    #firstContent .textWrap .title {
      margin: 0 0 1rem 0; }
      #firstContent .textWrap .title .small {
        font-size: 2.8rem;
        line-height: 1;
        letter-spacing: 0.07rem;
        margin: 0 0 3rem 0;
        padding: 0.2rem 2rem 0.6rem 2rem; }
      #firstContent .textWrap .title .large .middle {
        font-size: 5.2rem;
        line-height: 1; }
      #firstContent .textWrap .title .large .middle2 {
        font-size: 4.4rem;
        line-height: 1; }
      #firstContent .textWrap .title .large .symbol {
        letter-spacing: -0.8rem; }
      #firstContent .textWrap .title .large .symbol2 {
        letter-spacing: 0.1rem; }
      #firstContent .textWrap .title .large .band {
        font-size: 6.12rem;
        line-height: 1;
        letter-spacing: 0.1rem;
        margin: 0 0 0.9rem 0;
        padding: 1.0rem 1.3rem 1.3rem 1.1rem; }
        #firstContent .textWrap .title .large .band:nth-of-type(2) {
          letter-spacing: -0.2rem; }
        #firstContent .textWrap .title .large .band:nth-of-type(3) {
          letter-spacing: -0.5rem; }
    #firstContent .textWrap .intro {
      width: 18em;
      font-size: 2rem;
      line-height: 2;
      text-align: left;
      margin: 0 0 0 auto;
      padding: 3.3rem 0 0 0; }
  #firstContent .scroll {
    bottom: 0;
    right: 0;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 20px 0 0; }
    #firstContent .scroll p {
      width: 6.2em;
      padding: 0 0 0.3em 0; } }
@media screen and (min-width: 1000px) {
  #firstContent .textWrap .title .small {
    font-size: 3.5rem;
    line-height: 1; }
  #firstContent .textWrap .title .large .middle {
    font-size: 6.5rem;
    line-height: 1; }
  #firstContent .textWrap .title .large .middle2 {
    font-size: 5.5rem;
    line-height: 1; }
  #firstContent .textWrap .title .large .band {
    font-size: 7.65rem;
    line-height: 1; } }
@media screen and (min-width: 1440px) {
  #firstContent .textWrap {
    padding-left: 0;
    padding-right: 0; } }
/* underLink */
#underLink .wrap {
  width: calc(300 / 315 * 100%);
  margin: auto;
  padding: calc(4 / 315 * 100%) 0 calc(16 / 315 * 100%) 0; }
  #underLink .wrap .list .item {
    margin: 0 0 calc(31 / 300 * 100%) 0;
    transform: translateY(0);
    transition: all 0.6s ease; }
    #underLink .wrap .list .item:nth-child(2) .block {
      background-color: #e1b18a; }
    #underLink .wrap .list .item:nth-child(3) .block {
      background-color: #32bee6; }
    #underLink .wrap .list .item:nth-child(4) .block {
      background-color: #63ae48; }
    #underLink .wrap .list .item .block {
      position: relative;
      background-color: #ff354d;
      padding: 1.1rem 0;
      border-radius: 1.3rem; }
      #underLink .wrap .list .item .block .name {
        text-align: center; }
        #underLink .wrap .list .item .block .name.ja {
          font-size: 1.4rem;
          line-height: 1.57;
          font-weight: 500;
          letter-spacing: 0.03rem; }
        #underLink .wrap .list .item .block .name.en {
          color: #ffffff;
          font-size: 2.4rem;
          line-height: 1;
          letter-spacing: 0.03rem;
          font-weight: 600;
          padding: 0.3rem 0 1rem 0; }
          #underLink .wrap .list .item .block .name.en .sep {
            width: 1rem; }
      #underLink .wrap .list .item .block .arrow {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        width: 2.4rem;
        margin: -1.2rem auto 0 auto; }

@media screen and (min-width: 751px) {
  #underLink .content {
    position: relative;
    z-index: 5; }
  #underLink .wrap {
    width: 100%;
    margin: calc(121 / 1200 * 100%) 0 0 0;
    padding: 0 0 calc(133 / 1200 * 100%) 0; }
    #underLink .wrap .list {
      display: flex;
      justify-content: center; }
      #underLink .wrap .list .item {
        display: block;
        flex-basis: 200px;
        position: relative;
        margin: 0 calc(45 / 1200 * 100%);
        transform: translateY(-60px); }
        #underLink .wrap .list .item.current {
          transform: translateY(0); }
        #underLink .wrap .list .item:nth-child(2) {
          transition-delay: 0.3s; }
        #underLink .wrap .list .item:nth-child(3) {
          transition-delay: 0.6s; }
        #underLink .wrap .list .item .block {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0;
          border-radius: 50%;
          aspect-ratio: 1 / 1; }
          #underLink .wrap .list .item .block .name {
            font-size: 3.6rem;
            line-height: 1;
            transition: color 0.2s ease-out; }
            #underLink .wrap .list .item .block .name.ja {
              font-size: 1.8rem;
              line-height: 1.44;
              letter-spacing: 0.03rem;
              padding: 1rem 0 0 0; }
            #underLink .wrap .list .item .block .name.en {
              font-size: 2.9rem;
              line-height: 1;
              letter-spacing: 0.03rem;
              padding: 0.3rem 0 0 0; }
              #underLink .wrap .list .item .block .name.en .sep {
                width: 1rem; }
          #underLink .wrap .list .item .block .arrow {
            width: calc(23 / 200 * 100%); } }
/* layoutType01 */
.layoutType01#shoes .content {
  background-color: #f1e5cf; }
.layoutType01#goods .content {
  background-color: #bcdcdc; }
.layoutType01#golf .content {
  background-color: #bcdcb0; }
.layoutType01#golf .list {
  padding: 0 0 calc(52 / 315 * 100%) 0; }
.layoutType01 .content {
  background-color: #ffd5cc; }
.layoutType01 .titleWrap {
  position: relative;
  z-index: 2;
  margin: 0 0 calc(55 / 315 * 100%) 0;
  padding: calc(60 / 315 * 100%) 0 0 0; }
  .layoutType01 .titleWrap .title {
    opacity: 1;
    overflow: hidden;
    font-size: 3.8rem;
    line-height: 1;
    letter-spacing: 0.06rem;
    font-weight: 600;
    margin: 0 0 1.4rem 0;
    transform: translateY(0); }
    .layoutType01 .titleWrap .title:after {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      background-color: #000000;
      margin: 1.2rem 0 0 0;
      transition: width 0.6s ease-out 0.3s; }
    .layoutType01 .titleWrap .title .str {
      opacity: 0;
      display: block;
      transform: translateY(50px);
      transition: all 0.4s ease 1.0s; }
    .layoutType01 .titleWrap .title.current:after {
      width: 100%; }
    .layoutType01 .titleWrap .title.current .str {
      opacity: 1;
      transform: translateY(0); }
  .layoutType01 .titleWrap .desc {
    font-size: 1.5rem;
    line-height: 1.73;
    transform: translateY(0); }
.layoutType01 .list {
  padding: 0 0 calc(22 / 315 * 100%) 0; }
  .layoutType01 .list .item {
    margin: 0 0 calc(62 / 315 * 100%) 0; }
    .layoutType01 .list .item:last-child {
      margin-bottom: 0; }
    .layoutType01 .list .item .slideWrap {
      overflow: hidden;
      padding: 0 0 2.5rem 0; }
    .layoutType01 .list .item .photoWrap {
      padding: 0 0 1.5rem 0; }
    .layoutType01 .list .item .wrap {
      margin: 0 0 calc(10 / 315 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .category {
        font-size: 1.6rem;
        line-height: 1;
        font-weight: 600;
        margin: 0 0 calc(25 / 315 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .name {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.14rem;
        margin: 0 0 calc(12 / 315 * 100%) 0; }
        .layoutType01 .list .item .wrap .data .name .narrow {
          letter-spacing: -0.03em; }
      .layoutType01 .list .item .wrap .data .price {
        font-size: 1.8rem;
        line-height: 1.33;
        margin: 0 0 calc(22 / 315 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .desc {
        font-size: 1.4rem;
        line-height: 1.79;
        margin: 0 0 calc(24 / 315 * 100%) 0; }
        .layoutType01 .list .item .wrap .data .desc .note {
          display: block;
          font-size: 1.1rem;
          line-height: 2.27; }
      .layoutType01 .list .item .wrap .info {
        border-top: 2px solid #000000; }
        .layoutType01 .list .item .wrap .info a {
          display: block;
          padding: calc(28 / 315 * 100%) 0; }
        .layoutType01 .list .item .wrap .info .box {
          position: relative; }
          .layoutType01 .list .item .wrap .info .box.large .shopLogo {
            flex-basis: calc(113 / 315 * 100%); }
          .layoutType01 .list .item .wrap .info .box .shopLogo {
            width: calc(100 / 315 * 100%);
            margin: 0 0 calc(16 / 315 * 100%) 0; }
          .layoutType01 .list .item .wrap .info .box .textWrap .shop {
            font-size: 1.6rem;
            line-height: 1.5;
            font-weight: 600; }
          .layoutType01 .list .item .wrap .info .box .textWrap .place {
            font-size: 1.4rem;
            line-height: 1.14;
            padding: 0.4em 0 0 0; }
          .layoutType01 .list .item .wrap .info .box .button {
            position: absolute;
            bottom: 0;
            right: 0;
            width: calc(80 / 315 * 100%); }

@media screen and (min-width: 751px) {
  .layoutType01#wear .list .item:nth-child(even) .slideWrap, .layoutType01#goods .list .item:nth-child(even) .slideWrap {
    order: 2; }
  .layoutType01#wear .list .item:nth-child(even) .photoWrap, .layoutType01#goods .list .item:nth-child(even) .photoWrap {
    order: 2; }
  .layoutType01#wear .list .item:nth-child(even) .wrap, .layoutType01#goods .list .item:nth-child(even) .wrap {
    order: 1;
    margin: 0 0 0 calc(120 / 1200 * 100%); }
  .layoutType01#shoes .titleWrap, .layoutType01#golf .titleWrap {
    text-align: right; }
  .layoutType01#shoes .list .item:nth-child(odd) .slideWrap, .layoutType01#golf .list .item:nth-child(odd) .slideWrap {
    order: 2; }
  .layoutType01#shoes .list .item:nth-child(odd) .wrap, .layoutType01#golf .list .item:nth-child(odd) .wrap {
    order: 1;
    margin: 0 0 0 calc(120 / 1200 * 100%); }
  .layoutType01#golf .list {
    padding: 0 0 calc(172 / 1200 * 100%) 0; }
  .layoutType01 .titleWrap {
    margin: 0 0 calc(57 / 1200 * 100%) 0;
    padding: calc(120 / 1200 * 100%) 0 0 0; }
    .layoutType01 .titleWrap .title {
      font-size: 5.5rem;
      line-height: 1;
      letter-spacing: 0.1rem;
      margin: 0 0 1.6rem 0; }
      .layoutType01 .titleWrap .title:after {
        margin: 1rem 0 0 0; }
    .layoutType01 .titleWrap .desc {
      font-size: 1.8rem;
      line-height: 1.44; }
  .layoutType01 .list {
    padding: 0 0 calc(80 / 1200 * 100%) 0; }
    .layoutType01 .list .item {
      display: flex;
      justify-content: space-between;
      margin: 0 0 calc(132 / 1200 * 100%) 0; }
      .layoutType01 .list .item .slideWrap {
        flex-basis: calc(630 / 1200 * 100%);
        margin: 0;
        padding: 0 0 30px 0; }
      .layoutType01 .list .item .photoWrap {
        flex-basis: calc(630 / 1200 * 100%);
        margin: 0;
        padding: 0 0 30px 0; }
      .layoutType01 .list .item .wrap {
        display: flex;
        flex-direction: column;
        flex-basis: calc(350 / 1200 * 100%);
        position: relative;
        margin: 0 calc(120 / 1200 * 100%) 0 0;
        padding: 0 0 30px 0; }
        .layoutType01 .list .item .wrap .data {
          display: flex;
          align-items: center;
          flex-grow: 2;
          padding: calc(5 / 350 * 100%) 0 0 0; }
          .layoutType01 .list .item .wrap .data .category {
            font-size: 1.8rem;
            line-height: 1;
            margin: 0 0 calc(23 / 350 * 100%) 0;
            padding: calc(9 / 350 * 100%) 0 0 0; }
          .layoutType01 .list .item .wrap .data .name {
            font-size: 1.8rem;
            line-height: 1.44;
            margin: 0 0 calc(10 / 350 * 100%) 0; }
            .layoutType01 .list .item .wrap .data .name .narrow {
              letter-spacing: 0; }
          .layoutType01 .list .item .wrap .data .price {
            font-size: 2rem;
            line-height: 1.2;
            margin: 0 0 calc(21 / 350 * 100%) 0; }
          .layoutType01 .list .item .wrap .data .desc {
            font-size: 1.6rem;
            line-height: 1.75;
            margin: 0; }
            .layoutType01 .list .item .wrap .data .desc .note {
              font-size: 1.2rem;
              line-height: 2.33; }
        .layoutType01 .list .item .wrap .info a {
          padding: calc(29 / 350 * 100%) 0 0 0; }
        .layoutType01 .list .item .wrap .info .box.large .shopLogo {
          flex-basis: calc(168 / 350 * 100%); }
        .layoutType01 .list .item .wrap .info .box.large .textWrap {
          flex-basis: calc(348 / 350 * 100%); }
        .layoutType01 .list .item .wrap .info .box .shopLogo {
          width: calc(100 / 350 * 100%);
          margin: 0 0 calc(15 / 350 * 100%) 0; }
        .layoutType01 .list .item .wrap .info .box .textWrap .shop {
          font-size: 1.8rem;
          line-height: 1.33; }
        .layoutType01 .list .item .wrap .info .box .textWrap .place {
          font-size: 1.6rem;
          line-height: 1.31;
          padding: calc(3 / 350 * 100%) 0 0 0; }
        .layoutType01 .list .item .wrap .info .box .button {
          width: 80px; } }




