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,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
img {
  max-width: 100%;
}
:root {
  --app-height: 100%;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-family: "century-gothic", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: none;
}
body.is-disabled {
  overflow: hidden;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: var(--app-height);
  background-color: #002f51;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
}
body.fadeout::after {
  opacity: 1;
}
.l-container {
  width: 1920px;
  margin: 0 auto;
  position: relative;
}
.sp-only {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: var(--app-height);
  background-color: #002f51;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-loading__logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 1s ease-in-out;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-loading__logo.is-done {
  opacity: 1;
}
.c-loading__logo.is-done svg,
.c-loading__logo.is-done h2 {
  opacity: 1;
}
.c-loading__logo svg {
  width: 110px;
  opacity: 0;
}
.c-loading__logo h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .c-loading__logo svg {
    width: 90px;
    height: 27px;
  }
  .c-loading__logo h2 {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 5px;
  }
}
.u-fade {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.u-fade.u-fade--in {
  opacity: 1;
}
.c-box__items {
  width: 38%;
  min-width: 560px;
  max-width: 100%;
  margin: 200px auto;
}
.c-box__items.--paper .slick-dots {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-box__items {
    width: 100%;
    min-width: auto;
    margin: -1px auto;
    padding: 0 15px 140px;
    background-color: #fff;
  }

  .pt {
    padding-top: 140px;
  }

  .c-box__items:first-child {
    padding-top: 140px;
  }
  .c-box__items:last-child {
    padding-bottom: 120px;
  }
}
.c-box__featured .slick-dots {
  position: absolute;
  top: 0;
  right: -25px;
}
@media only screen and (max-width: 1023px) {
  .c-box__featured .slick-dots {
    top: -13px;
    right: 0;
    left: 0;
  }
}
.c-box__featured .slick-dots li {
  position: relative;
  display: block;
  width: 4px;
  height: 40px;
  background-color: #bebebe;
  margin-bottom: 10px;
  padding: 0;
  transition: 0.5s linear;
  cursor: pointer;
}
.c-box__featured .slick-dots li.slick-active::before {
  opacity: 1;
}
.c-box__featured .slick-dots li::before {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 40px;
  z-index: 2;
  background-color: #002f51;
  opacity: 0;
}
.c-box__featured .slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  width: 4px;
  height: 40px;
  outline: none;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .c-box__featured .slick-dots li {
    width: 20px;
    height: 3px;
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
  }
  .c-box__featured .slick-dots li::before,
  .c-box__featured .slick-dots li button {
    width: 20px;
    height: 3px;
    display: inline-block;
  }
}
.c-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-box__detail h2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.61;
  text-transform: uppercase;
  margin-top: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.c-box__detail h2 svg {
  display: inline-block;
  transition: all 0.2s linear;
  margin-right: 4px;
}
.c-box__detail h2.is-show svg {
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .c-box__detail h2 {
    display: none;
  }
}
.c-box__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 25px;
  width: 110%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.c-box__grid.--col2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-box__grid.is-show {
  opacity: 1;
  visibility: visible;
}
.c-box__grid a,
.c-box__grid p {
  display: block;
  width: 68px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.c-box__grid a:hover {
  color: #fff;
  background-color: #002f51;
  border-color: 1px solid #002f51;
  opacity: 1;
}
.c-box__grid p {
  width: 70px;
  height: 25px;
  line-height: 24px;
  color: #bebebe;
  border: 1px solid #bebebe;
  cursor: default;
}
@media only screen and (max-width: 1023px) {
  .c-box__grid {
    opacity: 1;
    visibility: visible;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 28px;
    width: 100%;
  }
  .c-box__grid.--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-box__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-box__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .c-box__content {
    flex-direction: row;
    align-items: center;
  }
  .c-box__content h3 {
    margin-bottom: 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.c-header__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header__wrapper {
    padding: 13px 15px 15px;
    background-color: #fff;
  }
}
.c-header__left p {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.92;
  text-transform: uppercase;
  margin-top: -3px;
}
.c-header__left h1 {
  font-size: 5.5rem;
  font-weight: bold;
  margin-top: 35px;
}
@media only screen and (max-width: 1023px) {
  .c-header__left p {
    line-height: 1;
    font-size: 1.2rem;
    margin-top: 0;
  }
  .c-header__left h1 {
    font-size: 3rem;
    margin-top: 9px;
  }
}

.c-header-right {
  position: relative;
}

.c-header__logo {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 9999;
}

/*.c-header__logo.active {
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}

.c-header__logo.active svg {
  position: absolute;
  top: 40px;
  right: 40px;
}*/

@media only screen and (max-width: 1023px) {
  .c-header__left {
    z-index: 9999;
  }
  .c-header__logo.active {
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
  }
  .c-header__logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9998;
    background-color: #fff;
  }

  .c-header__logo.active svg {
    position: absolute;
    top: 9px;
    right: 15px;
  }

  .c-header__right svg {
    width: 60px;
    position: absolute;
    top: 9px;
    right: 15px;
  }
}
.c-footer__wrapper {
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__wrapper {
    padding: 0 15px;
  }
}
.c-footer__inner {
  padding: 70px 0 40px;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 1023px) {
  .c-footer__inner {
    padding: 95px 0 10px;
  }
}
.c-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .c-footer__top {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.c-footer__content {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .c-footer__content {
    font-size: 1.2rem;
    line-height: 1.78;
  }
}
.c-footer__backtotop h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.6;
  color: #002f51;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .c-footer__backtotop h2 {
    font-size: 3rem;
    line-height: 1.4;
    margin-top: 100px;
  }
}
.c-footer__bottom {
  margin-top: 177px;
  margin-bottom: 88px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__bottom {
    margin-top: 130px;
    margin-bottom: 90px;
  }
}
.c-footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__brand {
    flex-direction: column;
    gap: 15px;
  }
  .c-footer__brand svg {
    width: 210px;
    height: 140px;
  }
}
.c-footer__copyright {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.86;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-footer__copyright {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-home .p-mainvisual__wrapper {
  padding-top: 110px;
}
@media only screen and (max-width: 1023px) {
  .p-home .p-mainvisual__wrapper {
    padding-top: 0;
    background-color: #fff;
  }
}
.p-home .p-mainvisual__slick {
  height: 100vw;
  overflow: hidden;
}
.p-home .p-mainvisual__slick .slick-slider,
.p-home .p-mainvisual__slick .slick-list,
.p-home .p-mainvisual__slick .p-mainvisual__img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .p-home .p-mainvisual__slick .slick-slider,
  .p-home .p-mainvisual__slick .slick-list,
  .p-home .p-mainvisual__slick .p-mainvisual__img {
    height: auto; /*calc(var(--app-height) - 96px)*/
  }
}
@media only screen and (max-width: 1023px) {
  .p-home .p-mainvisual__slick {
    height: auto;
  }
}
.p-home .p-mainvisual__slick .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home .p-detail__look {
  width: 100%;
  height: 100%;
}
.p-home .p-detail__look.look1 {
  width: 26%;
  min-width: 380px;
  margin: 300px auto;
}
.p-home .p-detail__look img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media only screen and (max-width: 1023px) {
  .p-home .p-detail__look {
    margin: 0px auto 140px;
  }
  .p-home .p-detail__look.look1 {
    width: 100%;
    min-width: auto;
    padding: 55px 57px 195px;
    margin: 0 auto;
    background-color: #fff;
  }
}
.p-home .p-detail__wrap {
  margin: 300px auto;
  height: 100vh;
}

.p-detail__fixed {
  background-color: rgba(0, 0, 0, 0) !important;
  width: 100%;
  height: 550px;
}

.p-detail__fixed::before {
  width: 100%;
  height: 550px;
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("/campaign/2023/ss-catalog_men/images/detail/detail-04.jpg") center top no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
@media only screen and (max-width: 1023px) {
  .p-detail__fixed {
    overflow: hidden;
    height: 100vh;
  }

  .p-detail__fixed::before {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    background: url("/campaign/2023/ss-catalog_men/images/detail/detail-04-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

.c-footer {
  background-color: #fff;
}
