@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
Button
========================================================================== */
/* ==========================================================================
  Key Frame
  ========================================================================== */
.trig {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.bgextend {
  position: relative;
}

@keyframes KVlttrOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.95;
  }
}
@keyframes KVlttrSpace1 {
  0% {
    letter-spacing: 0.4em;
  }
  100% {
    letter-spacing: -0.01em;
  }
}
@keyframes KVlttrSpace2 {
  0% {
    letter-spacing: 1.01em;
  }
  100% {
    letter-spacing: 0.52em;
  }
}
/* ==========================================================================
  Scroll Animation
  ========================================================================== */
.anim {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  animation: fadeIn 0.3s 0.1s both ease-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-fadeinUp {
  opacity: 0;
  filter: blur(10px);
}

.anim-fadeinUp.is-show {
  animation: fadeInUp 0.9s 0.2s both ease-out;
}

.anim-fadeinUp.anim-delay2.is-show {
  animation: fadeInUp 0.3s 0.3s both ease-out;
}

.anim-fadeinUp.anim-delay3.is-show {
  animation: fadeInUp 0.3s 0.4s both ease-out;
}

.anim-fadeinUp.anim-delay4.is-show {
  animation: fadeInUp 0.3s 0.5s both ease-out;
}

.anim-fadeinUp.anim-delay5.is-show {
  animation: fadeInUp 0.3s 0.6s both ease-out;
}

.anim-fadeinUp.anim-delay6.is-show {
  animation: fadeInUp 0.3s 0.7s both ease-out;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0, 10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.anim-slidein-l {
  opacity: 0;
}

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-r {
  opacity: 0;
}

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slideout-l.is-out {
  animation: slideOutL 1.5s 0.1s both ease-out;
}

@keyframes slideOutL {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-100vw, 0);
  }
}
.anim-slideout-r.is-out {
  animation: slideOutR 1.5s 0.1s both ease-out;
}

@keyframes slideOutR {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(100vw, 0);
  }
}
/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #000;
  font-size: 1.6em;
  font-family: "TsukuGoPro-B-DINNextLTPro-Medium", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 960px) {
  body {
    min-width: 900px;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.4em;
  }
}

img {
  width: 100%;
  height: auto;
}

::selection {
  background: #000;
  color: #fff;
}

.pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp {
    display: block;
  }
}

.en {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.en sup {
  font-size: 70%;
  vertical-align: super;
}
.en sub {
  font-size: 70%;
  vertical-align: sub;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-out;
}
a img {
  transition: all 0.25s ease-out;
}

a:hover img {
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

/* ---------------
Paragraph
------------------ */
.l-main p {
  line-height: 1.6;
}
.l-main p.lead {
  line-height: 2;
  letter-spacing: 0.2em;
}

/* ---------------
Button
------------------ */
a.btn {
  position: relative;
  display: block;
  background: #004ea1;
  color: #fff;
}

a.btn-webstore,
a.btn-shoplist {
  height: 50px;
  padding: 10px;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #004ea1;
}
a.btn-webstore::after,
a.btn-shoplist::after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto auto auto 0;
  width: 12px;
  height: 12px;
  background: url(../images/common/ico-arrow.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
}

a.btn-webstore::before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-top: -4px;
  margin-right: 4px;
  background: url(../images/common/icon-bag-white.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.btn-shoplist {
  background: #fff;
  color: #004ea1;
}
a.btn-shoplist::after {
  background: url(../images/common/ico-arrow-blu.svg) center center no-repeat;
  background-size: contain;
}

a.btn-shoplist.btn-soon {
  background: #ccc;
  cursor: default;
  border: 1px solid #ccc;
  color: #fff;
}
a.btn-shoplist.btn-soon small {
  font-size: 80%;
  font-weight: bold;
}
a.btn-shoplist.btn-soon::after {
  content: none !important;
}
a.btn-shoplist.btn-soon:hover {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}

a.bnr {
  position: relative;
  display: block;
}

@media screen and (min-width: 960px) {
  a.btn-webstore,
a.btn-shoplist {
    height: 60px;
    line-height: 38px;
  }
  a.btn-webstore:hover,
a.btn-shoplist:hover {
    color: #fff;
    background: #666;
    border: 1px solid #666;
  }
  a.btn-webstore:hover::after,
a.btn-shoplist:hover::after {
    background: url(../images/common/ico-arrow.svg) center center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 959px) {
  a.btn-webstore,
a.btn-shoplist {
    font-size: 1.6rem;
  }
}
/* ==========================================================================
  Layout
  ========================================================================== */
.l-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

.l-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .l-inner {
    max-width: 95%;
    margin: 0 auto;
  }
}

.l-main {
  position: relative;
}

.l-section {
  position: relative;
}
.l-section small {
  font-size: 80%;
}

/* ==========================================================================
Header
========================================================================== */
.site-header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto auto;
  width: 150px;
  height: 34px;
  background: #004ea1;
  padding: 8px 10px 8px 13px;
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 960px) {
  .site-header {
    top: 0;
    width: 180px;
    height: 40px;
    padding: 10px 20px;
  }
}

/* ==========================================================================
  Parts
  ========================================================================== */
.subnav-trigger {
  position: fixed;
  left: 0;
  bottom: 0;
  cursor: pointer;
  width: 95px;
  height: 95px;
  padding: 0;
  overflow: hidden;
  z-index: 30001;
}
.subnav-trigger::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent transparent transparent #004ea1;
  border-width: 95px 0px 0px 95px;
  box-sizing: border-box;
  z-index: -1;
}
.subnav-trigger .lines {
  margin-top: 25px;
  position: relative;
  width: 60px;
  height: 34px;
}
.subnav-trigger .lines span {
  position: absolute;
  z-index: 2;
  background: #fff;
  left: 12px;
  transition: all 0.25s ease-out;
}
.subnav-trigger .lines span:nth-child(1) {
  width: 8px;
  height: 1px;
  top: 10px;
}
.subnav-trigger .lines span:nth-child(2) {
  width: 17px;
  height: 1px;
  top: 18px;
}
.subnav-trigger .lines span:nth-child(3) {
  width: 26px;
  height: 1px;
  top: 26px;
}
.subnav-trigger h3 {
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  color: #fff;
  width: 90px;
  padding-left: 12px;
}
.subnav-trigger h3::before {
  content: "製品一覧";
  letter-spacing: 0;
}

.subnav-trigger.is-active::before {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.9);
}
.subnav-trigger.is-active .lines span {
  background: #fff;
}
.subnav-trigger.is-active .lines span:nth-child(1) {
  width: 20px;
  top: 22px;
  left: 15px;
  transform: rotate(-45deg);
}
.subnav-trigger.is-active .lines span:nth-child(2) {
  width: 0;
  top: 20px;
  transform: rotate(45deg);
}
.subnav-trigger.is-active .lines span:nth-child(3) {
  width: 20px;
  top: 22px;
  left: 15px;
  transform: rotate(45deg);
}
.subnav-trigger.is-active h3 {
  color: #fff;
}
.subnav-trigger.is-active h3::before {
  content: "閉じる";
}

@media screen and (min-width: 960px) {
  .subnav-trigger {
    transform: scale(1.2);
  }
}
.subnav {
  position: fixed;
  opacity: 1;
  top: 0;
  bottom: auto;
  left: -100vw;
  right: auto;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 10000;
  margin: auto;
  padding: 0;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.subnav .sunav-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: -60px auto 0;
  padding: 0;
  overflow-y: auto;
}
.subnav .subnav-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #000;
  z-index: 1002;
  cursor: pointer;
}
.subnav .subnav-close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto auto;
}
.subnav .subnav-close span:nth-child(1) {
  width: 30px;
  top: 30px;
  transform: rotate(-45deg);
}
.subnav .subnav-close span:nth-child(2) {
  width: 30px;
  top: 30px;
  transform: rotate(45deg);
}
.subnav h4 {
  width: 100%;
  padding: 10px 2.5%;
  font-size: 2.4rem;
  background: url(../images/bg-topography.svg) center center no-repeat #fff;
  background-size: 200% auto;
}
.subnav h4 span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.subnav dl {
  border-bottom: 1px solid #666;
}
.subnav dl dt {
  background: #004ea1;
  color: #fff;
  padding: 4px 2.5% 5px;
  font-weight: bold;
  font-size: 1.2rem;
}
.subnav ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subnav ul li {
  overflow: visible;
  border-bottom: 1px solid #666;
  text-align: left;
  margin: 0;
}
.subnav ul li:last-child {
  border: none;
}
.subnav ul li a {
  position: relative;
  border: none;
  display: block;
  padding: 12px 2.5%;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.subnav ul li a:last-child {
  border: none;
}
.subnav ul li a span.en {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .subnav ul li a span.en {
    display: none;
  }
}
.subnav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 5px;
  background-size: contain;
}
.subnav ul li a.layer1::before {
  background: url(../images/nav/ico-layer1.svg) center center no-repeat;
}
.subnav ul li a.layer2::before {
  background: url(../images/nav/ico-layer2.svg) center center no-repeat;
}
.subnav ul li a.layer3::before {
  background: url(../images/nav/ico-layer3.svg) center center no-repeat;
}
.subnav ul li a.layer4::before {
  background: url(../images/nav/ico-layer4.svg) center center no-repeat;
}
.subnav ul li a.layer5::before {
  background: url(../images/nav/ico-layer5.svg) center center no-repeat;
}
.subnav.is-active {
  display: block;
  left: 0;
  opacity: 1;
}
.subnav .subnav-link {
  margin-top: 20px;
}
.subnav .subnav-link a.btn-layering {
  display: block;
  position: relative;
  text-align: center;
  border: 2px solid #000;
  width: 90%;
  max-width: 300px;
  height: 100%;
  padding: 15px 15px 15px 25px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .subnav .subnav-link a.btn-layering:hover {
    background: #000;
  }
  .subnav .subnav-link a.btn-layering:hover span, .subnav .subnav-link a.btn-layering:hover i {
    color: #fff;
  }
  .subnav .subnav-link a.btn-layering:hover::before {
    background: url(../images/common/ico-arrow.svg) center center no-repeat;
    filter: brightness(1);
  }
}
.subnav .subnav-link a.btn-layering span, .subnav .subnav-link a.btn-layering i {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  font-style: italic;
}
.subnav .subnav-link a.btn-layering::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto auto auto 0;
  width: 12px;
  height: 12px;
  background: url(../images/common/ico-arrow.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
  filter: brightness(0);
}

@media screen and (min-width: 960px) {
  .subnav {
    position: fixed;
    opacity: 1;
    top: 0px;
    bottom: auto;
    left: -30vw;
    right: auto;
    width: 30vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: #fff;
    z-index: 10000;
    margin: auto;
    padding: 0;
    transition: all 0.5s ease-out;
    overflow: hidden;
  }
  .subnav .sunav-inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: -60px auto 0;
    padding: 0;
    overflow-y: auto;
  }
  .subnav h4 {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 2.5% 20px;
    font-size: 2.8rem;
  }
  .subnav h4 span {
    display: block;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .subnav dl dt {
    background: black;
    color: #fff;
    padding: 5px 2.5%;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .subnav ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .subnav ul li {
    overflow: visible;
    border-bottom: 1px solid #666;
    text-align: left;
    margin: 0;
  }
  .subnav ul li:last-child {
    border: none;
  }
  .subnav ul li a {
    border: none;
    display: block;
    padding: 10px 2.5%;
    color: #000;
  }
  .subnav ul li a span {
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .subnav ul li a:last-child {
    border: none;
  }
  .subnav ul li a span.en {
    display: none;
    margin-top: 5px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.4);
  }
  .subnav.is-active {
    display: block;
    left: 0;
    opacity: 1;
  }
}
.l-footer {
  margin: 0;
  background: #000;
  color: #fff;
  padding: 40px 0 15px;
}
.l-footer .foot-inner {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-footer .foot-inner .foot-bnr {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px;
  padding: 0 5%;
}
.l-footer .foot-inner .foot-bnr li {
  margin-bottom: 20px;
}
.l-footer .foot-inner .foot-bnr li:last-child {
  margin-bottom: 0;
}
.l-footer .foot-inner .foot-bnr li.bnr-brandsite {
  text-align: center;
  position: relative;
  border: 2px solid #fff;
}
.l-footer .foot-inner .foot-bnr li.bnr-brandsite a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.l-footer .foot-inner .foot-bnr li.bnr-brandsite span, .l-footer .foot-inner .foot-bnr li.bnr-brandsite i {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.l-footer .foot-inner .foot-bnr li.bnr-brandsite::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto auto auto 0;
  width: 12px;
  height: 12px;
  background: url(../images/common/ico-arrow.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
.l-footer .foot-inner .sns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .l-footer .foot-inner .sns {
    padding: 0 20%;
  }
}
.l-footer .foot-inner .sns li {
  width: 40px;
  margin: 0 12px;
}
.l-footer .foot-inner .sns li a {
  display: block;
}
.l-footer .foot-inner .copyright {
  margin-top: 80px;
  text-align: center;
  font-size: 1rem;
}

@media screen and (min-width: 960px) {
  .l-footer {
    padding: 50px 0;
  }
  .l-footer .foot-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 60px 0 150px;
  }
  .l-footer .foot-inner .foot-bnr {
    width: 70%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .l-footer .foot-inner .foot-bnr li {
    width: 31%;
    height: 4.7vw;
    margin-bottom: 0;
  }
  .l-footer .foot-inner .foot-bnr li.bnr-brandsite a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .l-footer .foot-inner .foot-bnr li.bnr-brandsite a span, .l-footer .foot-inner .foot-bnr li.bnr-brandsite a i {
    font-size: 1.2vw;
  }
  .l-footer .foot-inner .foot-bnr li.bnr-brandsite a:hover {
    background: #fff;
    text-decoration: none;
  }
  .l-footer .foot-inner .foot-bnr li.bnr-brandsite a:hover span, .l-footer .foot-inner .foot-bnr li.bnr-brandsite a:hover i {
    color: #000;
  }
  .l-footer .foot-inner .foot-bnr li.bnr-brandsite a:hover::before {
    background: url(../images/common/ico-arrow.svg) center center no-repeat;
    filter: brightness(0) invert(1);
  }
  .l-footer .foot-inner .sns {
    flex: 1;
    justify-content: flex-end;
    padding: 2vw 0;
  }
  .l-footer .foot-inner .sns li {
    width: 3vw;
    margin: 0 1.2vw;
  }
  .l-footer .foot-inner .sns li a {
    display: block;
  }
  .l-footer .foot-inner .copyright {
    width: 100%;
    text-align: center;
    margin: 15px 105px 0 0;
    padding: 0;
    font-size: 1.1rem;
  }
}
.pagetop {
  position: fixed;
  right: 10px;
  width: 55px;
  height: 55px;
  background: rgba(102, 102, 102, 0.5) no-repeat;
  z-index: 10000;
}
.pagetop a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 25px;
  text-align: center;
}

.pd-button-next, .pd-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004ea1;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 959px) {
  .pd-button-next, .pd-button-prev {
    width: calc(var(--swiper-navigation-size) / 44 * 27 * 1.5);
    height: calc(var(--swiper-navigation-size) * 1.5);
  }
}
.pd-button-next::after, .pd-button-prev::after {
  font-size: 25px;
  color: #004ea1;
}
@media screen and (min-width: 960px) {
  .pd-button-next::after, .pd-button-prev::after {
    font-size: 20px;
  }
}

.pd-button-next {
  right: 0;
  top: auto;
  bottom: 20px;
}
@media screen and (min-width: 960px) {
  .pd-button-next {
    top: 290px;
  }
}

.pd-button-prev {
  left: 0;
  top: auto;
  bottom: 20px;
}
@media screen and (min-width: 960px) {
  .pd-button-prev {
    top: 290px;
  }
}

@media screen and (min-width: 960px) {
  .modaal-container {
    max-width: 1200px;
  }

  .modaal-content-container {
    padding: 5%;
  }
}
@media screen and (max-width: 959px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modaal-content-container {
    padding: 30px 20px;
  }

  .modaal-video-wrap {
    margin: auto 0px !important;
    position: relative;
  }

  .modaal-gallery-control {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.modaal-content-container .function h5 {
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .modaal-content-container .function h5 {
    font-size: 1.8rem;
  }
}
.modaal-content-container .function h6 {
  margin-bottom: 1em;
}
.modaal-content-container .function ul, .modaal-content-container .function ol {
  margin-bottom: 1.5em;
}
.modaal-content-container .function ul li, .modaal-content-container .function ol li {
  margin-bottom: 0.75em;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .modaal-content-container .function ul li, .modaal-content-container .function ol li {
    font-size: 1.5rem;
  }
}
.modaal-content-container .function ul li:last-child, .modaal-content-container .function ol li:last-child {
  margin-bottom: 0;
}
.modaal-content-container .function ul li small, .modaal-content-container .function ol li small {
  font-size: 80%;
}
.modaal-content-container .function ol {
  padding-left: 1.5em;
}
.modaal-content-container .function ol li {
  list-style: decimal;
}
.modaal-content-container .function ul {
  padding-left: 1.5em;
}
.modaal-content-container .function ul li {
  list-style: disc;
}
.modaal-content-container .function .more-detail {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .modaal-content-container .function .more-detail {
    text-align: center;
  }
}
.modaal-content-container .function .more-detail a {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 15px;
}
.modaal-content-container .function .more-detail a:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.modaal-content-container .function .more-detail a small {
  display: none !important;
  font-size: 90%;
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 1px solid #333;
}
.modaal-content-container .function .more-detail a span {
  display: inline-block;
  position: relative;
  background: #999;
  border-radius: 3px;
  padding: 8px 12px 10px 24px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  transition: all 0.25s ease-out;
}
.modaal-content-container .function .more-detail a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto auto auto 0;
  width: 12px;
  height: 12px;
  background: url(../images/common/ico-arrow.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
.modaal-content-container .function .more-detail a:hover span {
  background: #666;
}
@media screen and (max-width: 959px) {
  .modaal-content-container .function .more-detail a {
    margin: 0 auto;
  }
}

/* ---------------
Loading
------------------ */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loading.is-active {
  display: flex;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* ==========================================================================
l-main
========================================================================== */
.l-main {
  position: relative;
  width: 100%;
}

.l-main .main-slider__slide {
  position: relative;
  width: 100%;
  min-height: 100svh;
}
.l-main .slide-inner {
  position: relative;
  width: 100%;
}

/** FV slider styles **/
.fv-inner {
  position: relative;
  width: 100%;
  height: 100svh;
}

#fv-slider.swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100svh;
  padding: 0px 0px;
}
#fv-slider.swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}
#fv-slider.swiper .swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 48px 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#fv-slider.swiper .swiper-slide-title {
  font-size: 21px;
  font-weight: bold;
  transform-origin: center;
  color: white;
}
#fv-slider.swiper .swiper-slide-image {
  border-radius: 0px;
  position: absolute;
  object-fit: cover;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
  scale: 1.3;
  transition: scale 15s ease-in;
}
#fv-slider.swiper .swiper-slide.swiper-slide-active .swiper-slide-image {
  scale: 1;
}

.hero-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.hero-inner .logo {
  position: relative;
  width: 42vw;
  max-width: 600px;
}
.hero-inner .logo .logo-jp {
  position: relative;
  margin-top: -3vw;
}
.hero-inner .logo .logo-jp::after {
  content: "";
  position: absolute;
  display: block;
  width: 55%;
  height: 30%;
  right: -13%;
  bottom: -55%;
  background: url(../images/logo-en.svg) center center no-repeat;
  background-size: 100% auto;
}

/* ==========================================================================
KV
========================================================================== */
.hero-inner .scroll {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: auto;
  bottom: 2.5%;
  margin: auto auto;
  width: 100px;
  height: 40px;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.hero-inner .scroll span {
  position: relative;
}
.hero-inner .scroll span::before, .hero-inner .scroll span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: auto;
  bottom: -20px;
  margin: auto auto 0;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg) skew(20deg, 20deg);
}
.hero-inner .scroll span::before {
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
}
.hero-inner .scroll span::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 960px) {
  .hero-inner {
    bottom: 30%;
  }
}

.hero-inner .hero {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.hero-inner h1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4vw;
  height: 140vw;
  top: 5%;
  left: 12%;
  padding: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hero-inner h1 span {
  white-space: nowrap;
}
.hero-inner h1 span.catch-main {
  color: #000;
  font-weight: bolder;
  font-size: 5vw;
  letter-spacing: 0.1em;
}
.hero-inner h1 span.catch-sub {
  color: #fff;
  font-weight: bold;
  font-size: 4.4vw;
  letter-spacing: 0.1em;
}
.hero-inner h2 {
  position: absolute;
  top: auto;
  bottom: 5%;
  right: 0;
  margin: auto 0 auto 0;
  text-align: right;
  opacity: 1;
  z-index: 8;
  width: 100vw;
  background-image: url(../images/bg-white.svg);
  background-position: center center;
  background-size: 200%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  z-index: 2;
  opacity: 0;
  animation-name: KVlttrOpacity;
  animation-duration: 2.95s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.hero-inner h2 span {
  display: block;
  font-size: 15vw;
  color: transparent;
  letter-spacing: 0.4em;
  line-height: 0.8;
  padding-top: 0.05em;
  animation-name: KVlttrSpace1;
  animation-duration: 1.95s;
  animation-delay: 0.01s;
  animation-fill-mode: forwards;
}
.hero-inner h2 span.collection {
  text-align: right;
  font-size: 4.4vw;
  letter-spacing: 0.52em;
  text-indent: 0.5em;
  margin-right: -0.5em;
  letter-spacing: 1.01em;
  animation-name: KVlttrSpace2;
  animation-duration: 1.95s;
  animation-delay: 0.01s;
  animation-fill-mode: forwards;
}
.hero-inner h2 span.tagline {
  margin-bottom: 3.6vw;
  font-size: 4vw;
  line-height: 1.1;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .hero-inner .pdnav h3, .hero-inner .pdnav .pdnav-list li {
    opacity: 0;
  }
}
@media screen and (max-width: 959px) {
  .hero-inner .pdnav {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .hero-inner h1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4vw;
    height: 100vh;
    min-height: 520px;
    top: -1%;
    bottom: 0;
    left: 4%;
    padding: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 4;
  }
  .hero-inner h1 span.catch-main {
    font-size: 25px;
  }
  .hero-inner h1 span.catch-sub {
    font-size: 18px;
  }
  .hero-inner h2 {
    background-image: url(../images/bg-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120% auto;
    bottom: 5%;
    right: 3%;
    width: 50vw;
  }
  .hero-inner h2 span {
    font-size: 90px;
  }
  .hero-inner h2 span.collection {
    font-size: 27px;
  }
  .hero-inner h2 span.tagline {
    margin-bottom: 25px;
    font-size: 21px;
  }
  .hero-inner .pdnav {
    display: block;
    position: absolute;
    width: 32%;
    top: 0;
    bottom: 0;
    left: 0%;
    margin: auto auto auto 0;
    z-index: 3;
    padding: 0 20px 0 10%;
    background: rgba(0, 0, 0, 0.3);
  }
  .hero-inner .pdnav h3 {
    margin-bottom: 10px;
    padding-left: 4px;
  }
  .hero-inner .pdnav h3 span {
    color: #fff;
    line-height: 1;
    vertical-align: top;
  }
  .hero-inner .pdnav h3 span.en {
    font-size: 1.8rem;
  }
  .hero-inner .pdnav h3 span.jp {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4rem;
  }
  .hero-inner .pdnav .pdnav-inner {
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }
  .hero-inner .pdnav .pdnav-inner ul {
    display: block;
    width: 280px;
  }
  .hero-inner .pdnav .pdnav-inner ul li {
    white-space: nowrap;
    display: block;
    position: relative;
    margin: 0 0 20px;
  }
  .hero-inner .pdnav .pdnav-inner ul li a {
    display: block;
    position: relative;
    height: 2.2vw;
    cursor: pointer;
  }
  .hero-inner .pdnav .pdnav-inner ul li a span {
    transition: all 0.5s ease-out;
    letter-spacing: 0;
  }
  .hero-inner .pdnav .pdnav-inner ul li a span.jp {
    position: absolute;
    top: 0;
    left: 0;
    color: #eee;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
    text-shadow: 0 0 5px 5px rbga(0, 0, 0, 0.8);
  }
  .hero-inner .pdnav .pdnav-inner ul li a span.en {
    position: absolute;
    top: 5px;
    left: 5px;
    color: rgba(60, 60, 60, 0.4);
    font-size: 1.9vw;
    letter-spacing: 0em;
    z-index: 0;
  }
  .hero-inner .pdnav .pdnav-inner ul li a:hover span.jp {
    font-weight: bold;
    color: rgba(255, 255, 255, 0);
  }
  .hero-inner .pdnav .pdnav-inner ul li a:hover span.en {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.025em;
  }
}
.hero {
  position: relative;
  overflow: visible;
  background: transparent;
  height: 100svh;
}

.hero h1 span.catch-main {
  padding: 22px 5px 0 7px;
}
@media screen and (min-width: 960px) {
  .hero h1 span.catch-main {
    padding: 18px 5px 0 7px;
  }
}
.hero h1 span.catch-main::before {
  animation-name: bgLRextendAnimeV;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  background-color: #fff;
  /*伸びる背景色の設定*/
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
}
@keyframes bgLRextendAnimeV {
  0% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: top;
    transform: scaleY(1);
  }
}

.hero h1 span.catch-sub {
  padding: 22px 5px 0 7px;
}

.hero h1 span {
  opacity: 0;
  letter-spacing: 0.3em;
  animation-name: trackingAnimV;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes trackingAnimV {
  0% {
    opacity: 0;
    letter-spacing: 0.3em;
  }
  100% {
    opacity: 1;
    letter-spacing: 0.1em;
  }
}

.l-concept {
  position: relative;
  height: 120svh;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .l-concept .bg-image {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 960px) {
  .l-concept .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.concept-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .concept-inner {
    padding: 22% 5% 5%;
  }
}
@media screen and (min-width: 960px) {
  .concept-inner {
    padding: 10% 5% 10%;
  }
}
@media screen and (max-width: 959px) {
  .concept-inner {
    display: flex;
    flex-direction: column;
  }
}

p.lead {
  position: relative;
  font-size: 3.4vw;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
  line-height: 1.85;
}
p.lead::before {
  content: none;
}

@media screen and (min-width: 960px) {
  .concept-inner {
    width: 100%;
    height: 100%;
    padding-left: 20%;
    padding-right: 5%;
  }
  .concept-inner p.lead {
    width: 100%;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.65;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .concept-inner p.lead::before {
    width: 3px;
  }
  .concept-inner p.lead:nth-child(1) {
    margin-left: 0;
  }
  .concept-inner p.lead:nth-child(2) {
    margin-left: 50%;
  }
  .concept-inner p.lead:nth-child(3) {
    margin-left: 0;
  }
  .concept-inner p.lead:nth-child(4) {
    margin-left: 50%;
  }
  .concept-inner p.lead::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 93.8%;
    left: -20px;
    right: auto;
    top: 4px;
    bottom: 0;
    margin: auto auto auto 0;
    background: #fff;
  }
}
.pickup-inner {
  position: relative;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .pickup-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .pickup-inner {
    flex-direction: column;
  }
}
.pickup-inner .pickup-box {
  display: block;
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box {
    width: 50%;
    height: 100svh;
  }
}
@media screen and (max-width: 959px) {
  .pickup-inner .pickup-box {
    width: 100%;
    height: 50svh;
  }
}
.pickup-inner .pickup-box .pickup-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.pickup-inner .pickup-box .banner {
  color: #fff;
  position: absolute;
  font-size: 40px;
}
.pickup-inner .pickup-box .banner span {
  position: relative;
}
.pickup-inner .pickup-box .pd-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-top: 5px;
  background: rgba(255, 255, 255, 0);
}
.pickup-inner .pickup-box .pd-info .pd-info__catch {
  font-weight: bold;
  padding: 0 2%;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box .pd-info .pd-info__catch {
    font-size: 1.6rem;
  }
}
.pickup-inner .pickup-box .pd-info .pd-info__name {
  padding: 0 2%;
}
.pickup-inner .pickup-box .pd-info .pd-info__name span {
  display: block;
  line-height: 1;
}
.pickup-inner .pickup-box .pd-info .pd-info__name span.ja {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box .pd-info .pd-info__name span.ja {
    font-size: 2.4rem;
  }
}
.pickup-inner .pickup-box .pd-info .pd-info__name span.en {
  font-size: 4.2rem;
  font-style: italic;
  margin-bottom: -5px;
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box .pd-info .pd-info__name span.en {
    font-size: 6.4rem;
  }
}
.pickup-inner .pickup-box .pd-info .pd-info__name sup {
  font-size: 60%;
}
.pickup-inner .pickup-box .pd-info .pd-info__link {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5%;
  padding: 3.5% 10% 2.5%;
}
@media screen and (max-width: 959px) {
  .pickup-inner .pickup-box .pd-info .pd-info__link {
    padding: 3.5% 0% 2.5% 15%;
  }
}
.pickup-inner .pickup-box .pd-info .pd-info__link li {
  width: 45%;
}
.pickup-inner .pickup-box .pd-info .pd-info__link li a {
  line-height: 40px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0;
  min-height: 40px;
  border: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  .pickup-inner .pickup-box .pd-info .pd-info__link li a {
    font-size: 1.3rem;
  }
}
.pickup-inner .pickup-box .pd-info .pd-info__link li a.btn-buy {
  background: #fff;
  color: #000;
  font-weight: bold;
}
.pickup-inner .pickup-box .pd-info .pd-info__link li a.btn-buy::before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-top: -2px;
  margin-right: 2px;
  background: url(../images/common/icon-bag-blue.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants {
  background: url(../images/pickup/pickup-sky-img-01.jpg) center center no-repeat;
  background-size: cover;
  border: 5px solid #426772;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .banner {
  top: 0;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .banner span {
  display: block;
  position: relative;
  color: #fff;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .banner span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #426772;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .banner span::after {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .pickup-inner .pickup-box.pickup-box-skytrailpants .banner {
    left: 0;
  }
  .pickup-inner .pickup-box.pickup-box-skytrailpants .banner span {
    display: block;
    position: relative;
    color: #fff;
  }
  .pickup-inner .pickup-box.pickup-box-skytrailpants .banner span::before {
    left: 0;
    width: 160px;
    height: 80px;
    background: #426772;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .pickup-inner .pickup-box.pickup-box-skytrailpants .banner span::after {
    content: "RENEWAL";
    width: 250px;
    left: 5px;
    top: 5px;
    text-align: left;
    font-size: 2.5rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box.pickup-box-skytrailpants .banner {
    right: 0;
  }
  .pickup-inner .pickup-box.pickup-box-skytrailpants .banner span {
    display: block;
    position: relative;
    color: #fff;
  }
  .pickup-inner .pickup-box.pickup-box-skytrailpants .banner span::before {
    right: 0;
    width: 240px;
    height: 100px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .pickup-inner .pickup-box.pickup-box-skytrailpants .banner span::after {
    content: "RENEWAL";
    width: 250px;
    right: 5px;
    top: 5px;
    text-align: right;
    white-space: nowrap;
  }
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__catch {
  color: #426772;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__name {
  padding: 0 2%;
  font-weight: bold;
  color: #426772;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__name span {
  color: #426772;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__link {
  background: #426772;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__link li a.btn-det {
  background: #426772;
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__link li a.btn-det:hover {
    background: #666;
    color: #fff;
  }
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__link li a.btn-buy {
  color: #426772;
  background: #fff;
}
.pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__link li a.btn-buy::before {
  background: url(../images/common/icon-bag-green.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__link li a.btn-buy:hover {
    background: #666;
    color: #fff;
  }
  .pickup-inner .pickup-box.pickup-box-skytrailpants .pd-info .pd-info__link li a.btn-buy:hover::before {
    background: url(../images/common/icon-bag-white.svg) center center no-repeat;
    background-size: contain;
  }
}
.pickup-inner .pickup-box.pickup-box-droughtthermo {
  background: url(../images/pickup/pickup-thermo-img-02.jpg) center center no-repeat;
  background-size: cover;
  border: 5px solid #99833c;
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .banner {
  top: 0;
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .banner span {
  display: block;
  position: relative;
  color: #fff;
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .banner span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #99833c;
  z-index: 1;
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .banner span::after {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .pickup-inner .pickup-box.pickup-box-droughtthermo .banner {
    right: 0;
  }
  .pickup-inner .pickup-box.pickup-box-droughtthermo .banner span::before {
    right: 0;
    width: 160px;
    height: 80px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .pickup-inner .pickup-box.pickup-box-droughtthermo .banner span::after {
    content: "NEW RELEASE";
    right: 5px;
    top: 5px;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box.pickup-box-droughtthermo .banner {
    left: 0;
  }
  .pickup-inner .pickup-box.pickup-box-droughtthermo .banner span::before {
    left: 0;
    width: 240px;
    height: 100px;
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .pickup-inner .pickup-box.pickup-box-droughtthermo .banner span::after {
    content: "NEW RELEASE";
    left: 5px;
    top: 5px;
    text-align: right;
  }
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__catch {
  color: #99833c;
  text-align: right;
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__name {
  padding: 0 2%;
  font-weight: bold;
  color: #99833c;
  text-align: right;
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__name span {
  color: #99833c;
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__link {
  background: #99833c;
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__link a.btn-buy {
  color: #99833c;
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__link a.btn-buy::before {
  background: url(../images/common/icon-bag-khaki.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__link a.btn-buy:hover {
    background: #666;
    color: #fff;
  }
  .pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__link a.btn-buy:hover::before {
    background: url(../images/common/icon-bag-white.svg) center center no-repeat;
    background-size: contain;
  }
}
.pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__link a.btn-det {
  background: #99833c;
}
@media screen and (min-width: 960px) {
  .pickup-inner .pickup-box.pickup-box-droughtthermo .pd-info .pd-info__link a.btn-det:hover {
    background: #666;
    color: #fff;
  }
}

.pd-img {
  position: -webkit-sticky;
  position: sticky;
  display: fixed;
  top: 0;
}
.pd-img .pd-img-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.pd-img .pd-name {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 5.7rem;
  line-height: 0.8;
  letter-spacing: -0.01em;
}
.pd-img .pd-name span {
  font-style: italic;
}
.pd-img .pd-name sup {
  padding-left: 20px;
  font-size: 30%;
  line-height: 1.2rem;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .pd-img .pd-name {
    width: 100vw;
    height: 44px;
    transform: rotate(90deg);
    left: calc(-50vw + 21px);
    right: auto;
    top: -15%;
    margin: auto auto auto 0;
  }
  .pd-img .pd-name img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .pd-img .pd-name {
    width: auto;
    height: 5vw;
    right: auto;
    top: 0;
    left: 5vw;
    bottom: 0;
    margin: auto auto auto 0;
    font-size: 10rem;
    line-height: 0.9;
  }
  .pd-img .pd-name.pd-name-right {
    left: auto;
    right: 5vw;
  }
  .pd-img .pd-name img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 960px) {
  #skytrail-pants .pd-name {
    bottom: 50%;
  }
}

@media screen and (max-width: 959px) {
  #alpine-pants .pd-name {
    width: 100vw;
    height: 44px;
    top: -33%;
    left: calc(-50vw + 21px);
  }
}
@media screen and (min-width: 960px) {
  #alpine-pants .pd-name {
    height: 10.5vw;
  }
}

.pd-inner {
  position: relative;
  width: 100%;
  padding: 5%;
  background: #fff;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .pd-inner {
    padding: 2.5% 5%;
  }
}
@media screen and (min-width: 960px) {
  .pd-inner .pd-flex {
    display: flex;
  }
  .pd-inner .pd-flex .pd-txt {
    flex: 1;
    padding-right: 2.5%;
  }
  .pd-inner .pd-flex .pd-base-thumb {
    width: 400px;
  }
}
.pd-inner .pd-txt {
  position: relative;
}
.pd-inner .pd-txt .pd-header .shoulder {
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
.pd-inner .pd-txt .pd-header h4 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 960px) {
  .pd-inner .pd-txt .pd-header h4 {
    font-size: 3rem;
    margin-bottom: 1em;
  }
}
.pd-inner .pd-txt .pd-header h4 i {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.9rem;
}
.pd-inner .pd-txt .pd-header .release {
  font-size: 1.2rem;
}
@media screen and (max-width: 959px) {
  .pd-inner .pd-txt {
    width: 100%;
  }
}
.pd-inner .pd-txt .pd-base {
  position: relative;
  width: 100%;
}
.pd-inner .pd-txt .explain {
  margin-bottom: 40px;
}
.pd-inner .pd-txt .explain p {
  font-size: 1.4rem;
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .pd-inner .pd-txt .explain p {
    font-size: 1.6rem;
  }
}
.pd-inner .pd-txt .explain p:last-child {
  margin-bottom: 0;
}
.pd-inner .pd-txt .explain p small {
  font-size: 80%;
}
.pd-inner .pd-txt .detail {
  margin-bottom: 40px;
}
.pd-inner .pd-txt .detail h5 {
  font-size: 114%;
  margin-bottom: 0.5em;
}
.pd-inner .pd-txt .detail p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .pd-inner .pd-txt .detail p {
    font-size: 1.5rem;
  }
}
.pd-inner .pd-txt .detail a {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 15px;
}
.pd-inner .pd-txt .detail a:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.pd-inner .pd-txt .detail a small {
  display: none !important;
  font-size: 90%;
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 1px solid #333;
}
.pd-inner .pd-txt .detail a span {
  display: inline-block;
  position: relative;
  background: #999;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 8px 12px 10px 24px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  transition: all 0.25s ease-out;
}
.pd-inner .pd-txt .detail a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto auto auto 0;
  width: 12px;
  height: 12px;
  background: url(../images/common/ico-arrow.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .pd-inner .pd-txt .detail a:hover span {
    background: #666;
    border: 1px solid #666;
  }
}
.pd-inner .pd-txt .detail a.detail-btn span {
  background: #fff;
  border: 1px solid #999;
  color: #666;
  box-sizing: border-box;
}
.pd-inner .pd-txt .detail a.detail-btn span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 14px;
  text-align: left;
  background: none;
}
@media screen and (min-width: 960px) {
  .pd-inner .pd-txt .detail a.detail-btn span:hover {
    background: #666;
    color: #fff;
  }
}
.pd-inner .pd-base-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.pd-inner .pd-base-thumb .pd-thumb-slide a {
  display: block;
}
@media screen and (min-width: 960px) {
  .pd-inner .pd-base-thumb .pd-thumb-slide a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .pd-inner .pd-base-thumb {
    width: 90vw;
  }
}

.pd-link {
  width: 80%;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 960px) {
  .pd-link {
    margin-top: 30px;
  }
}
.pd-link .btn-box {
  padding: 0;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 959px) {
  .pd-link .btn-box {
    flex-direction: column;
  }
}
.pd-link .btn-box a {
  width: 100%;
  margin-bottom: 20px;
}

.bnr-box {
  width: 80%;
  margin: 0 auto 0 auto;
  display: flex;
  gap: 5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .bnr-box {
    flex-direction: column;
    gap: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
