@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ol, ul, li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img, video {
  width: 100%;
}

body.noscroll {
  overflow: hidden;
}

section {
  overflow: hidden;
}

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

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

a {
  cursor: pointer;
}

.ja {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ja_b {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.en_r {
  font-family: "asics-regular";
  font-weight: 300;
}

.en_b {
  font-family: "asics-Bold";
  font-weight: 600;
}

@font-face {
  font-family: "asics-Bold";
  src: url("../font/ASICSFont3.0-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "asics-regular";
  src: url("../font/ASICSFont3.0-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fadein {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s linear;
}
.fadein.in {
  transform: translateY(0);
  opacity: 1;
}

body.home {
  background-color: #C4C4C4;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.top {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 920px) {
  .top_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1250px;
  }
}
@media screen and (min-width: 1600px) {
  .top_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1450px;
  }
}
@media screen and (min-width: 769px) and (max-height: 750px) {
  .top_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1150px;
  }
}

.top-img_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  vertical-align: middle;
  align-items: center;
  overflow: hidden;
}
.top-img_wrapper .top-img {
  line-height: 0;
  position: relative;
  z-index: 5;
  filter: brightness(75%);
}
.top-img_wrapper .top-img_front {
  position: relative;
  z-index: 10;
  animation: fadeFront 10s ease-in-out infinite;
}
.top-img_wrapper .top-img_back {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  animation: fadeBack 10s ease-in-out infinite;
}
@keyframes fadeFront {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeBack {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top-img_wrapper .top-img1 {
  grid-area: 1/1/2/2;
}
.top-img_wrapper .top-img2 {
  grid-area: 1/2/2/3;
}
.top-img_wrapper .top-img3 {
  grid-area: 1/3/2/4;
}
.top-img_wrapper .top-img4 {
  grid-area: 2/1/3/2;
}
.top-img_wrapper .top-img5 {
  grid-area: 2/2/3/3;
}
.top-img_wrapper .top-img6 {
  grid-area: 2/3/3/4;
}
.top-img_wrapper .top-img7 {
  grid-area: 3/1/4/2;
}
.top-img_wrapper .top-img8 {
  grid-area: 3/2/4/3;
}
.top-img_wrapper .top-img9 {
  grid-area: 3/3/4/4;
}
@media screen and (min-width: 920px) {
  .top-img_wrapper {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .top-img_wrapper .top-img1 {
    grid-area: 1/1/2/2;
  }
  .top-img_wrapper .top-img2 {
    grid-area: 1/2/2/3;
  }
  .top-img_wrapper .top-img3 {
    grid-area: 1/3/2/4;
  }
  .top-img_wrapper .top-img4 {
    grid-area: 1/4/2/5;
  }
  .top-img_wrapper .top-img5 {
    grid-area: 1/5/2/6;
  }
  .top-img_wrapper .top-img6 {
    grid-area: 2/1/3/2;
  }
  .top-img_wrapper .top-img7 {
    grid-area: 2/2/3/3;
  }
  .top-img_wrapper .top-img8 {
    grid-area: 2/3/3/4;
  }
  .top-img_wrapper .top-img9 {
    grid-area: 2/4/3/5;
  }
  .top-img_wrapper .top-img10 {
    grid-area: 2/5/3/6;
  }
}

.top-bottom_wrapper {
  margin: -1.5px auto 0;
  padding-top: 2.5333333333%;
  background: #C4C4C4;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 920px) {
  .top-bottom_wrapper {
    display: flex;
    flex-direction: row-reverse;
    width: 92.6873857404%;
    padding-top: 3.6563071298%;
    align-items: flex-start;
    vertical-align: top;
  }
}

.transition-btn_wrap {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 920px) {
  .transition-btn_wrap {
    margin: 4.1420118343% 0 0 auto;
    width: 24.8520710059%;
  }
}
.transition-btn_wrap .transition-btn {
  width: 47.619047619%;
}
.transition-btn_wrap .transition-btn .update-date_wrap {
  margin: 0 auto 4.6666666667%;
  text-align: center;
}
.transition-btn_wrap .transition-btn .update-date_wrap .update-date {
  display: block;
  line-height: 1;
  position: relative;
  text-align: center;
  color: #1B1B1F;
  white-space: nowrap;
  padding-top: 2.6666666667%;
  font-size: 2.4vw;
  letter-spacing: 0.02em;
  position: relative;
}
.transition-btn_wrap .transition-btn .update-date_wrap .update-date::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #EDFF49;
  border-radius: 50%;
  margin-left: 21%;
}
@media screen and (min-width: 920px) {
  .transition-btn_wrap .transition-btn .update-date_wrap .update-date {
    font-size: min(0.8043875686vw, 11px);
  }
  .transition-btn_wrap .transition-btn .update-date_wrap .update-date::after {
    margin-left: 15%;
  }
}
@media screen and (min-width: 769px) and (max-height: 750px) {
  .transition-btn_wrap .transition-btn .update-date_wrap .update-date::after {
    margin-left: 13.3333333333%;
  }
}
.transition-btn_wrap .collection-transition-btn_inner a {
  background: #D9D9D9;
  border: solid 1px rgba(255, 255, 255, 0.1882352941);
  color: #1B1B1F;
}
.transition-btn_wrap .collection-transition-btn_inner a::after, .transition-btn_wrap .collection-transition-btn_inner a::before {
  background: #1B1B1F;
}
.transition-btn_wrap .collection-transition-btn_inner a:hover {
  background: #1B1B1F;
  color: #fff;
}
.transition-btn_wrap .collection-transition-btn_inner a:hover::after, .transition-btn_wrap .collection-transition-btn_inner a:hover::before {
  background: #fff;
}
.transition-btn_wrap .article-transition-btn_inner a {
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.1882352941);
  background: #1B1B1F;
}
.transition-btn_wrap .article-transition-btn_inner a::after, .transition-btn_wrap .article-transition-btn_inner a::before {
  background: #D9D9D9;
}
.transition-btn_wrap .article-transition-btn_inner a:hover {
  color: #1B1B1F;
  background: #D9D9D9;
}
.transition-btn_wrap .article-transition-btn_inner a:hover::after, .transition-btn_wrap .article-transition-btn_inner a:hover::before {
  background: #1B1B1F;
}
.transition-btn_wrap .transition-btn_inner {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 3.4666666667vw;
  cursor: pointer;
}
.transition-btn_wrap .transition-btn_inner a {
  transform: all 0.3s ease;
  display: block;
  position: relative;
  width: 100%;
  display: block;
  padding: 8% 0;
  border-radius: 30px;
}
.transition-btn_wrap .transition-btn_inner a::after, .transition-btn_wrap .transition-btn_inner a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 1px;
  margin-right: 10%;
  transition: all 0.3s ease;
}
.transition-btn_wrap .transition-btn_inner a::after {
  transform-origin: right bottom;
  transform: translateY(-50%) rotate(45deg);
}
.transition-btn_wrap .transition-btn_inner a::before {
  transform-origin: right top;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 920px) {
  .transition-btn_wrap .transition-btn_inner {
    font-size: min(0.9506398537vw, 13px);
  }
}

.top-collabo {
  width: 86.6666666667%;
  margin: 5.3333333333% auto 0;
}
@media screen and (min-width: 920px) {
  .top-collabo {
    width: 100%;
    margin: 0 auto 0 0;
  }
}

.about-collabo {
  width: 86.6666666667%;
  margin: 5.3333333333% auto 0;
}
.about-collabo .lead {
  width: 100%;
  line-height: 1.7;
  color: #fff;
  font-size: 2.9333333333vw;
  margin-top: 1.8461538462%;
}
.about-collabo .top-logos {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: right;
  margin-top: 7.6923076923%;
  gap: 4.6153846154%;
}
.about-collabo .top-logos .top-asics_logo, .about-collabo .top-logos .top-houy_logo {
  line-height: 0;
}
.about-collabo .top-logos .top-asics_logo {
  width: 15.8461538462%;
}
.about-collabo .top-logos .top-houy_logo {
  width: 18.4615384615%;
}
@media screen and (min-width: 920px) {
  .about-collabo {
    width: 46.7061143984%;
    margin: 0;
  }
  .about-collabo .lead {
    margin-top: 4.222972973%;
    font-size: min(1.0237659963vw, 14px);
    white-space: nowrap;
  }
  .about-collabo .top-logos {
    justify-content: left;
    margin-top: 4.222972973%;
  }
  .about-collabo .top-asics_logo {
    width: 13.5135135135%;
    max-width: 100px;
  }
  .about-collabo .top-houy_logo {
    width: 13.5135135135%;
    max-width: 100px;
  }
}

time {
  color: #011E62;
}

.articles_list {
  position: relative;
  padding: 26.6666666667% 0 94.6666666667%;
}
.articles_list .articles_list-top_wrapper {
  margin-left: 5.3333333333%;
  color: #011E62;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  vertical-align: top;
  justify-content: left;
  gap: 2px;
}
.articles_list .articles_list-top_wrapper .section_ttl {
  display: block;
  font-size: 10.6666666667vw;
  padding-top: 6%;
}
.articles_list .articles_list-top_wrapper .contents_count {
  display: block;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 920px) {
  .articles_list {
    padding: 10.9689213894% 0 26.3254113346%;
  }
  .articles_list .articles_list-top_wrapper {
    margin-left: 3.6563071298%;
    gap: 12px;
  }
  .articles_list .articles_list-top_wrapper .section_ttl {
    font-size: 2.9250457038vw;
    padding-top: 1.5722120658%;
  }
  .articles_list .articles_list-top_wrapper .contents_count {
    font-size: 1.2431444241vw;
  }
}

.articles_list-top_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3333333333%;
  margin: 5.3333333333% 0 0 5.3333333333%;
  line-height: 0;
  z-index: 10;
}
@media screen and (min-width: 920px) {
  .articles_list-top_logo {
    width: 7.3126142596%;
    margin: 1.8281535649% 0 0 1.8281535649%;
  }
}

.articles_list_wrapper {
  margin-bottom: 26.6666666667% !important;
}
.articles_list_wrapper li {
  margin-top: 13.3333333333%;
}
.articles_list_wrapper li .articles-img {
  line-height: 0;
  margin: 0 5px;
  aspect-ratio: 898/623;
  overflow: hidden;
}
.articles_list_wrapper li .articles-img img {
  object-fit: contain;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  transform: scale(1, 1);
}
.articles_list_wrapper li:hover .articles-img img {
  transform: scale(1.05, 1.05);
}
.articles_list_wrapper .articles-ttl {
  font-size: 4.2666666667vw;
  line-height: 1.625;
  color: #011E62;
  width: 89.3333333333%;
  margin: 5.6% auto 0;
}
.articles_list_wrapper .articles-subttl {
  font-size: 4vw;
  line-height: 1.6666666667;
  color: #011E62;
  width: 89.3333333333%;
  margin: 10px auto 0;
}
@media screen and (min-width: 920px) {
  .articles_list_wrapper {
    margin-bottom: 7.3126142596% !important;
    justify-content: space-between;
    margin: 0 5px;
    display: flex;
    flex-wrap: wrap;
  }
  .articles_list_wrapper li {
    width: 33.07%;
    margin-top: 5.4844606947%;
  }
  .articles_list_wrapper li .articles-img {
    margin: 0;
  }
  .articles_list_wrapper .articles-ttl {
    font-size: min(1.3162705667vw, 18px);
    width: 89.3333333333%;
    margin: 20px auto 0;
  }
  .articles_list_wrapper .articles-subttl {
    font-size: min(1.0968921389vw, 15px);
    width: 89.3333333333%;
    margin: 10px auto 0;
  }
}

.articles-date_wrap {
  margin: 5.3333333333% auto 0;
  width: 89.3333333333%;
  display: block;
  color: #011E62;
  font-size: 3.2vw;
}
@media screen and (min-width: 920px) {
  .articles-date_wrap {
    display: block;
    color: #011E62;
    font-size: min(0.8775137112vw, 12px);
  }
}

.article {
  position: relative;
  padding-bottom: 76%;
}
@media screen and (min-width: 920px) {
  .article {
    padding-bottom: 22.8519195612%;
  }
}

.article-top_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3333333333%;
  margin: 5.3333333333% 0 0 5.3333333333%;
  line-height: 0;
  z-index: 20;
}
@media screen and (min-width: 920px) {
  .article-top_logo {
    width: 7.3126142596%;
    margin: 1.8281535649% 0 0 1.8281535649%;
  }
}

.article-top_wrapper {
  position: relative;
  color: #fff;
  height: 100vh;
}
.article-top_wrapper .article-thumbnail_wrapper {
  width: 100%;
  height: 100%;
  line-height: 0;
}
.article-top_wrapper .article-thumbnail_wrapper .article-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-top_wrapper .article-cover {
  line-height: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100vh;
}
.article-top_wrapper .article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-top_wrapper .article-top_inner, .article-top_wrapper .article-top_left {
  position: absolute;
  z-index: 10;
}

.article-top_inner {
  width: 100%;
  top: 0;
  left: 0;
}
.article-top_inner .article-en_ttl {
  margin: 21.3333333333% 0 0 5.3333333333%;
  font-size: 3.7333333333vw;
}
.article-top_inner .article-ttl {
  margin: 4% 0 0 5.3333333333%;
  width: 40%;
  line-height: 1.5;
  font-size: 4.8vw;
}
.article-top_inner .article-ja_ttl {
  margin: 4% 0 0 5.3333333333%;
  line-height: 1.5;
  font-size: 3.2vw;
  width: 40%;
}
@media screen and (min-width: 920px) {
  .article-top_inner .article-en_ttl {
    margin: 9.1407678245% 0 0 3.6563071298%;
    font-size: 1.0237659963vw;
  }
  .article-top_inner .article-ttl {
    margin: 1.0968921389% 0 0 3.6563071298%;
    width: 29.2504570384%;
    font-size: 1.3162705667vw;
  }
  .article-top_inner .article-ja_ttl {
    margin: 1.0968921389% 0 0 3.6563071298%;
    font-size: 0.8775137112vw;
    width: 29.2504570384%;
  }
}

.article-top_left {
  left: 0;
  bottom: 0;
  margin: 0 0 8% 5.3333333333%;
}
@media screen and (min-width: 920px) {
  .article-top_left {
    margin: 0 0 2.1937842779% 3.6563071298%;
  }
}

.article-date_tag span {
  display: block;
  line-height: 1;
}
.article-date_tag .article-date {
  font-size: 3.2vw;
  color: #fff !important;
}
@media screen and (min-width: 920px) {
  .article-date_tag .article-date {
    font-size: 0.8775137112vw;
  }
}

.article-editer {
  line-height: 1.5;
  font-size: 3.2vw;
  margin-top: 5px;
}
@media screen and (min-width: 920px) {
  .article-editer {
    font-size: 0.8775137112vw;
  }
}

.article {
  color: #011E62;
}
.article .headline {
  color: #011E62;
}
@media screen and (min-width: 920px) {
  .article {
    overflow: initial;
  }
}

.article-main_wrapper {
  margin: 5.3333333333% 5.3333333333% 0;
}
.article-main_wrapper .article-main_inner {
  width: 100%;
}
.article-main_wrapper .article-main_inner .headline {
  margin-top: 23.8805970149%;
  font-size: 4.5333333333vw;
  line-height: 1.625;
}
.article-main_wrapper .article-main_inner .article-txt, .article-main_wrapper .article-main_inner .article-lead {
  margin-top: 17.9104477612%;
  font-size: 3.2vw;
  line-height: 2;
}
.article-main_wrapper .article-main_inner .article-txt a, .article-main_wrapper .article-main_inner .article-lead a {
  text-decoration: underline;
  color: #011E62;
}
.article-main_wrapper .article-main_inner .article-img {
  margin: 11.9402985075% auto 0;
  line-height: 0;
}
.article-main_wrapper .article-main_inner .caption, .article-main_wrapper .article-main_inner .caption_tate {
  margin-top: 4.4776119403%;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
.article-main_wrapper .article-main_inner .caption a, .article-main_wrapper .article-main_inner .caption_tate a {
  color: #011E62;
  text-decoration: underline;
}
.article-main_wrapper .article-main_inner .interview_question {
  color: #011E62;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  margin-top: 11.9402985075%;
  font-weight: 600;
}
.article-main_wrapper .article-main_inner .interview_question a {
  text-decoration: underline;
  color: #011E62;
}
.article-main_wrapper .article-main_inner .interview_question span {
  font-weight: 300;
}
.article-main_wrapper .article-main_inner .interview_answer {
  font-size: 3.2vw;
  line-height: 2;
  margin-top: 4.4776119403%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.article-main_wrapper .article-main_inner .interview_answer a {
  text-decoration: underline;
  color: #011E62;
}
.article-main_wrapper .article-main_inner .interview_answer span, .article-main_wrapper .article-main_inner .interview_answer p {
  display: block;
}
.article-main_wrapper .article-main_inner .interview_answer span {
  white-space: nowrap;
}
.article-main_wrapper .article-main_inner .interview_name {
  font-weight: 600;
}
@media screen and (min-width: 920px) {
  .article-main_wrapper {
    margin: 7.3126142596% 3.6563071298% 0;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .article-main_wrapper .article-main_inner {
    width: 63.1163708087%;
    margin: 0 0 0 auto;
  }
  .article-main_wrapper .article-main_inner .headline {
    margin-top: 18.75%;
    font-size: min(1.6087751371vw, 22px);
  }
  .article-main_wrapper .article-main_inner .article-txt, .article-main_wrapper .article-main_inner .article-lead {
    margin-top: 6.25%;
    font-size: min(1.0237659963vw, 14px);
  }
  .article-main_wrapper .article-main_inner .article-img {
    margin: 7.5% auto 0;
  }
  .article-main_wrapper .article-main_inner .article-img_tate {
    width: 62.5%;
  }
  .article-main_wrapper .article-main_inner .caption {
    margin-top: 2.5%;
    font-size: min(0.731261426vw, 10px);
  }
  .article-main_wrapper .article-main_inner .caption a {
    text-decoration: underline;
    color: #011E62;
  }
  .article-main_wrapper .article-main_inner .caption_tate {
    margin: 2.5% auto 0;
    font-size: min(0.731261426vw, 10px);
    width: 62.5%;
  }
  .article-main_wrapper .article-main_inner .interview_question {
    font-size: min(1.1700182815vw, 16px);
    margin-top: 7.5%;
  }
  .article-main_wrapper .article-main_inner .interview_answer {
    margin-top: 3.75%;
    font-size: min(1.0237659963vw, 14px);
  }
}

.single_answer {
  margin-top: 11.9402985075% !important;
}
@media screen and (min-width: 920px) {
  .single_answer {
    margin-top: 7.5% !important;
  }
}

.article-flex {
  margin-top: 11.9402985075%;
}
.article-flex div {
  line-height: 0;
}
.article-flex .flex_2 {
  margin-top: 11.9402985075%;
}
@media screen and (min-width: 920px) {
  .article-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
  }
  .article-flex div {
    width: 46.875%;
  }
  .article-flex .flex_2 {
    margin-top: 0;
  }
}

.article-swiper {
  padding-bottom: 23.8805970149% !important;
  position: relative;
  margin: 11.9402985075% auto 0;
  line-height: 0;
}
.article-swiper .swiper-button-prev,
.article-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  top: unset;
  bottom: 0;
  transform: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
.article-swiper .swiper-button-prev {
  background-image: url("../img/common/prev.png");
  left: 0px;
  margin-left: 14.776119403%;
}
.article-swiper .swiper-button-next {
  background-image: url("../img/common/next.png");
  right: 0px;
  margin-right: 14.776119403%;
}
.article-swiper .swiper-horizontal > .swiper-pagination-bullets,
.article-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.article-swiper .swiper-pagination-custom,
.article-swiper .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.article-swiper .swiper-pagination-bullet {
  border: #011E62 solid 1px;
  background: none;
  opacity: 1;
  margin: 0 10px 4.1791044776% !important;
  width: 12px;
  height: 12px;
}
.article-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #011E62;
}
.article-swiper .swiper-caption_1, .article-swiper .swiper-caption_2 {
  line-height: 1.5;
  font-size: 2.6666666667vw;
  margin-top: 4.4776119403%;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .article-swiper {
    padding-bottom: 80px !important;
    margin: 7.5% auto 0;
    width: 75%;
  }
  .article-swiper .swiper-button-prev {
    margin-left: 30.3333333333%;
  }
  .article-swiper .swiper-button-next {
    margin-right: 30.3333333333%;
  }
  .article-swiper .swiper-pagination-bullet {
    margin: 0 10px 2.3333333333% !important;
  }
  .article-swiper .swiper-caption_1 {
    font-size: min(0.731261426vw, 10px);
    margin-top: 2.5%;
  }
  .article-swiper .swiper-caption_2 {
    font-size: min(0.731261426vw, 10px);
    margin-top: 2.5%;
  }
}
@media screen and (min-width: 1600px) {
  .article-swiper .swiper-button-prev {
    margin-left: 33.3333333333%;
  }
  .article-swiper .swiper-button-next {
    margin-right: 33.3333333333%;
  }
}

.article-profile {
  margin-top: 17.9104477612%;
  padding: 8.9552238806% 5.9701492537%;
  border: solid 1px #011E62;
}
.article-profile .article-profile_img {
  width: 33.8983050847%;
  margin: 0 auto;
  line-height: 0;
}
.article-profile .article-profile_contents {
  margin-top: 10.1694915254%;
}
.article-profile .article-profile_contents .article-profile_name {
  font-size: 3.4666666667vw;
  line-height: 1;
  color: #011E62;
}
.article-profile .article-profile_contents .article-profile_txt {
  margin-top: 5.0847457627%;
  font-size: 2.9333333333vw;
  line-height: 2;
}
.article-profile .article-profile_contents .article-profile_txt a {
  color: #011E62;
}
@media screen and (min-width: 920px) {
  .article-profile {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 6.25%;
    padding: 4.5% 3.75%;
    justify-content: space-between;
  }
  .article-profile .article-profile_img {
    width: 13.5135135135%;
    margin: 0;
  }
  .article-profile .article-profile_contents {
    width: 82.4324324324%;
    margin-top: 0;
  }
  .article-profile .article-profile_contents .article-profile_name {
    font-size: 0.9506398537vw;
  }
  .article-profile .article-profile_contents .article-profile_txt {
    margin-top: 2.7027027027%;
    font-size: 0.8775137112vw;
  }
}

.article-main_inner {
  height: fit-content;
}

.collection_list-top_wrapper {
  display: flex;
  align-items: flex-start;
  vertical-align: top;
  justify-content: left;
  gap: 2px;
  margin-left: 5.3333333333%;
}
.collection_list-top_wrapper .section_ttl {
  line-height: 1;
  display: block;
  font-size: 10.6666666667vw;
  padding-top: 6%;
}
.collection_list-top_wrapper .contents_count {
  line-height: 1;
  display: block;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 920px) {
  .collection_list-top_wrapper {
    margin-left: 3.6563071298%;
  }
  .collection_list-top_wrapper .section_ttl {
    font-size: 2.9250457038vw;
    padding-top: 1.0968921389%;
  }
  .collection_list-top_wrapper .contents_count {
    line-height: 1;
    display: block;
    font-size: 1.2431444241vw;
  }
}

.collection-list-top_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3333333333%;
  margin: 5.3333333333% 0 0 5.3333333333%;
  line-height: 0;
  z-index: 10;
}
@media screen and (min-width: 920px) {
  .collection-list-top_logo {
    width: 7.3126142596%;
    margin: 1.8281535649% 0 0 1.8281535649%;
  }
}

.collection_list {
  position: relative;
  padding: 26.6666666667% 0 95.3333333333%;
  color: #011E62;
}
.collection_list a {
  color: #011E62;
}
.collection_list .collection_list_wrapper {
  margin: 0 auto 26.6666666667%;
}
.collection_list .collection-contents {
  margin-top: 21.3333333333%;
}
.collection_list .collection-contents:first-of-type {
  margin-top: 13.3333333333%;
}
.collection_list .collection-contents .collection_list-img {
  margin: 0 1.3333333333%;
  line-height: 0;
  overflow: hidden;
}
.collection_list .collection-contents .collection_list-img img {
  transition: all 0.3s linear;
  transform: scale(1, 1);
  object-fit: contain;
  height: fit-content;
}
.collection_list .collection-contents .collection_list-ttl {
  font-size: 4.2666666667vw;
  list-style: 1;
  margin-top: 5.3333333333%;
  padding-left: 5.3333333333%;
  position: relative;
  width: 100%;
}
.collection_list .collection-contents .collection_list-ttl::after, .collection_list .collection-contents .collection_list-ttl::before {
  transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 8px;
  height: 1px;
  background: #011E62;
  margin-right: 5.3333333333%;
}
.collection_list .collection-contents .collection_list-ttl::after {
  transform: translateY(-50%) rotate(45deg);
  transform-origin: bottom right;
}
.collection_list .collection-contents .collection_list-ttl::before {
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: top right;
}
.collection_list .collection-contents:hover .collection_list-img img {
  transform: scale(1.05, 1.05);
}
.collection_list .collection-contents:hover .collection_list-ttl::after, .collection_list .collection-contents:hover .collection_list-ttl::before {
  margin-right: 4%;
}
@media screen and (min-width: 920px) {
  .collection_list {
    padding: 10.9689213894% 0 25.5941499086%;
  }
  .collection_list .collection_list_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
    max-width: 1900px;
    margin: 0 auto 10.9689213894%;
    padding: 0 10px;
  }
  .collection_list .collection-contents {
    margin-top: 7.3126142596%;
    width: 49.4332723949%;
  }
  .collection_list .collection-contents:first-of-type, .collection_list .collection-contents:nth-of-type(2) {
    margin-top: 5.4844606947%;
  }
  .collection_list .collection-contents .collection_list-img {
    padding: 0;
  }
  .collection_list .collection-contents .collection_list-ttl {
    font-size: 1.3162705667vw;
    margin-top: 4.4378698225%;
    padding-left: 2.9585798817%;
  }
  .collection_list .collection-contents .collection_list-ttl::after, .collection_list .collection-contents .collection_list-ttl::before {
    margin-right: 2.9585798817%;
  }
}

.collection-column-txt, .collection-column-info {
  font-size: 3.2vw;
  line-height: 2;
}
@media screen and (min-width: 920px) {
  .collection-column-txt, .collection-column-info {
    font-size: 1.0968921389vw;
  }
}

.collection-column-info {
  font-family: "asics-regular";
  font-weight: 300;
}

.collection-column-img {
  line-height: 0;
}

.collection-styling {
  font-size: 6.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 920px) {
  .collection-styling {
    font-size: 1.8281535649vw;
  }
}

.collection-item_credit {
  line-height: 1;
  font-size: 3.2vw;
}
@media screen and (min-width: 920px) {
  .collection-item_credit {
    font-size: 0.8775137112vw;
  }
}

.product-info + .product-info {
  margin-top: 5px;
}

.product-info:not(:has(span)) {
  margin-top: 10px;
}

.product-text.is-empty {
  padding-right: 0 !important;
}

.collection-item_inner {
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 5px;
  margin-top: 10px;
}
.collection-item_inner p, .collection-item_inner span {
  display: block;
}
.collection-item_inner a {
  display: flex;
  gap: 5px;
}
.collection-item_inner .buy_arrow {
  width: 7.5px;
}

.collection-credit {
  text-align: left;
  font-size: 3.2vw;
  line-height: 1.5;
  font-family: "asics-regular";
  font-weight: 300;
}
.collection-credit a {
  font-weight: 600;
  padding-right: 10px;
  text-decoration: underline;
  font-family: "asics-Bold";
}
.collection-credit a.ja_b {
  font-family: "hiragino-kaku-gothic-pron", sans-serif !important;
}
.collection-credit span {
  font-size: 2.1333333333vw;
}
.collection-credit .product-text {
  display: inline;
  font-size: 2.9333333333vw;
  padding-right: 5px;
}
@media screen and (min-width: 920px) {
  .collection-credit {
    font-size: 0.8775137112vw;
  }
  .collection-credit .product-text {
    font-size: 0.6581352834vw;
  }
  .collection-credit span {
    font-size: 0.5850091408vw;
  }
}

.collection-imgchange {
  margin: 0 5.3333333333%;
}
@media screen and (min-width: 920px) {
  .collection-imgchange {
    display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 50px;
    margin: 0;
    justify-content: center;
  }
}
.collection-imgchange .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.collection-imgchange .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .collection-imgchange .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
}

.collection-imgchange_1, .collection-flex_1 {
  margin: 0 5.3333333333%;
}
.collection-imgchange_1 .swiper-pagination-bullets.swiper-pagination-horizontal, .collection-imgchange_1 .swiper-pagination-custom, .collection-imgchange_1 .swiper-pagination-fraction, .collection-flex_1 .swiper-pagination-bullets.swiper-pagination-horizontal, .collection-flex_1 .swiper-pagination-custom, .collection-flex_1 .swiper-pagination-fraction {
  left: unset !important;
  right: 0 !important;
}
@media screen and (min-width: 920px) {
  .collection-imgchange_1, .collection-flex_1 {
    margin: 0;
  }
  .collection-imgchange_1 .swiper-pagination-bullets.swiper-pagination-horizontal, .collection-imgchange_1 .swiper-pagination-custom, .collection-imgchange_1 .swiper-pagination-fraction, .collection-flex_1 .swiper-pagination-bullets.swiper-pagination-horizontal, .collection-flex_1 .swiper-pagination-custom, .collection-flex_1 .swiper-pagination-fraction {
    left: 0 !important;
    right: unset !important;
  }
}

.collection-imgchange_2 {
  margin: 13.3333333333% 5.3333333333%;
}
@media screen and (min-width: 920px) {
  .collection-imgchange_2 {
    flex-direction: row-reverse;
    margin: 8.7751371115% 0 0 0;
  }
}
.collection-imgchange_2 .swiper-pagination-bullets.swiper-pagination-horizontal, .collection-imgchange_2 .swiper-pagination-custom, .collection-imgchange_2 .swiper-pagination-fraction {
  left: unset !important;
  right: 0;
}

.collection-imgchange_credit {
  margin-top: 4%;
}
@media screen and (min-width: 920px) {
  .collection-imgchange_credit {
    margin-top: 0;
    width: 36.563071298%;
  }
  .collection-imgchange_credit .collection-imgchange_credit_inner {
    margin: 0 0 0 auto;
    width: fit-content;
  }
}

.collection_imgchange-swiper {
  width: 100%;
  margin: 0 !important;
  padding: 0 0 20px 0 !important;
}
.collection_imgchange-swiper .swiper-slide {
  line-height: 0;
}
@media screen and (min-width: 920px) {
  .collection_imgchange-swiper {
    width: 36.563071298%;
  }
}

.collection .swiper-pagination-bullets {
  top: unset;
  bottom: 0 !important;
  width: fit-content !important;
}
.collection .swiper-pagination-bullets .swiper-pagination-bullet {
  background: none !important;
  border: solid 1px #011E62;
  opacity: 1 !important;
  width: 12px;
  height: 12px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
}
.collection .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #011E62 !important;
}

@media screen and (min-width: 920px) {
  .collection-flex {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    justify-content: center;
  }
}

.collection-flex_1 .collection-flex_img {
  line-height: 0;
}
@media screen and (min-width: 920px) {
  .collection-flex_1 {
    gap: 50px;
    margin: 8.7751371115% 0 0 0;
  }
  .collection-flex_1 .collection-flex_img {
    width: 36.563071298%;
  }
}

.collection-flex_2 {
  align-items: flex-start;
  vertical-align: middle;
}
.collection-flex_2 .collection-credit {
  margin: 4% 0 0 5.3333333333%;
}
.collection-flex_2 .collection-flex_img {
  line-height: 0;
}
.collection-flex_2 .flex_inner {
  margin-top: 13.3333333333%;
}
@media screen and (min-width: 920px) {
  .collection-flex_2 {
    width: 100%;
    margin-top: 8.7751371115%;
  }
  .collection-flex_2 .flex_inner {
    width: 50%;
    margin-top: 0;
  }
  .collection-flex_2 .flex_inner1 .collection-credit {
    margin: 2.1945866862% 0 0 7.3152889539%;
  }
  .collection-flex_2 .flex_inner2 .collection-credit {
    text-align: right !important;
    margin: 2.1945866862% 7.3152889539% 0 0;
  }
}

.collection-arrow_swiper {
  margin-top: 13.3333333333%;
}
.collection-arrow_swiper .swiper_img {
  padding: 0 10px;
}
.collection-arrow_swiper .collection-swiper_credit {
  text-align: center;
  margin-top: 15px;
}
.collection-arrow_swiper .swiper-pagination-bullet:nth-child(n+4) {
  display: none !important;
}
.collection-arrow_swiper .swiper-pagination-bullets {
  left: 50% !important;
  transform: translateX(-50%);
}
.collection-arrow_swiper .swiper-button-prev,
.collection-arrow_swiper .swiper-button-next {
  width: 28px;
  height: 73.5px;
  top: 45%;
  bottom: unset;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
.collection-arrow_swiper .swiper-button-prev {
  background-image: url("../img/common/back_c.png");
  left: 0px;
}
.collection-arrow_swiper .swiper-button-next {
  background-image: url("../img/common/next_c.png");
  right: 0px;
}
@media screen and (min-width: 920px) {
  .collection-arrow_swiper {
    margin-top: 8.7751371115%;
    padding-bottom: 2.1937842779% !important;
  }
  .collection-arrow_swiper .swiper_img {
    padding: 0;
  }
}

.collection-arrow_swiper_single {
  padding-bottom: 11.2% !important;
}
@media screen and (min-width: 920px) {
  .collection-arrow_swiper_single {
    padding-bottom: 3.071297989% !important;
  }
}

.collection-arrow_swiper_common {
  padding-bottom: 29.6% !important;
}
@media screen and (min-width: 920px) {
  .collection-arrow_swiper_common {
    padding-bottom: 7.8976234004% !important;
  }
}
.collection-arrow_swiper_common .collection-credit {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 11.2%;
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .collection-arrow_swiper_common .collection-credit {
    width: 160%;
    margin-bottom: 3.071297989%;
    padding: 0;
    max-width: 700px;
  }
}

.collection-arrow_swiper_nocredit {
  padding-bottom: 11.2% !important;
}
@media screen and (min-width: 920px) {
  .collection-arrow_swiper_nocredit {
    padding-bottom: 3.071297989% !important;
  }
}

.collection-img_yoko {
  width: 100%;
  margin-top: 13.3333333333%;
}
.collection-img_yoko .collection-credit {
  text-align: left;
  margin-top: 15px;
  margin-left: 20px;
}
@media screen and (min-width: 920px) {
  .collection-img_yoko {
    margin-top: 8.7751371115%;
  }
  .collection-img_yoko .collection-credit {
    margin-left: 3.6563071298%;
  }
}

.bottom_text {
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .bottom_text {
    width: 100%;
    font-size: 0.8775137112vw;
  }
}

.taxprice {
  text-align: center;
  margin: 13.3333333333% auto 0;
  font-size: 3.2vw;
}
@media screen and (min-width: 920px) {
  .taxprice {
    margin: 8.7751371115% auto 0;
    font-size: 0.8775137112vw;
  }
}

.collection {
  position: relative;
  color: #011E62;
  padding-bottom: 95.6%;
}
.collection a {
  color: #011E62;
}
@media screen and (min-width: 920px) {
  .collection {
    padding-bottom: 22.9616087751%;
  }
}

.collection-top_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3333333333%;
  margin: 5.3333333333% 0 0 5.3333333333%;
  line-height: 0;
  z-index: 10;
}
@media screen and (min-width: 920px) {
  .collection-top_logo {
    width: 7.3126142596%;
    margin: 1.8281535649% 0 0 1.8281535649%;
  }
}

.collection-thumbnail_wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
}
.collection-thumbnail_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-thumbnail_wrapper .collection-title {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  color: #fff;
  line-height: 1;
  margin: 0 0 0 5.3333333333%;
  z-index: 10;
  width: 40%;
  font-size: 4.8vw;
  line-height: 1.5;
}
@media screen and (min-width: 920px) {
  .collection-thumbnail_wrapper .collection-title {
    margin: 0 0 2.1937842779% 1.8281535649%;
    font-size: 1.8281535649vw;
    bottom: 0;
    transform: translateY(0%);
    width: fit-content;
  }
}
.collection-thumbnail_wrapper .collection-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.collection-text {
  width: 84%;
  margin: 13.3333333333% auto 0;
  font-size: 3.2vw;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .collection-text {
    width: 51.1882998172%;
    font-size: 1.0237659963vw;
    margin: 3.6563071298% auto 0;
  }
}

.collection-allitemlink {
  width: 45.3333333333%;
  font-size: 3.4666666667vw;
}
.collection-allitemlink .arrow {
  width: 8px;
  line-height: 0;
}
.collection-allitemlink a {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  gap: 4.5px;
  background: #011E62;
  border-radius: 30px;
  color: #fff;
  padding: 5.8823529412% 0;
}
@media screen and (min-width: 920px) {
  .collection-allitemlink {
    width: 12.4314442413%;
    font-size: 0.9506398537vw;
  }
}

.collection-allitemlink-top {
  margin: 6.6666666667% auto 13.3333333333%;
}
@media screen and (min-width: 920px) {
  .collection-allitemlink-top {
    margin: 1.8281535649% auto 8.7751371115%;
  }
}

.collection-allitemlink-bottom {
  margin: 13.3333333333% auto;
}
@media screen and (min-width: 920px) {
  .collection-allitemlink-bottom {
    margin: 8.7751371115% auto;
  }
}

.information_wrapper {
  border: solid #011E62 1px;
}
.information_wrapper .information_ttl {
  font-size: 5.3333333333vw;
  line-height: 1;
  background: #011E62;
  color: #fff;
  display: inline-block;
  padding: 2px 5px 3px;
}
@media screen and (min-width: 920px) {
  .information_wrapper .information_ttl {
    font-size: min(1.4625228519vw, 20px);
    margin-bottom: 0;
  }
}

.information-anchor {
  cursor: pointer;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  justify-content: center;
  margin: 0 5.3333333333% 8% 0;
  gap: 6px;
  background: rgba(1, 30, 98, 0.85);
  width: 18.5333333333%;
  padding: 2.6666666667% 0;
  border-radius: 30px;
  position: fixed;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 10;
  backdrop-filter: blur(10px); /* Safari対応も含めると両方必要 */
  -webkit-backdrop-filter: blur(10px);
}
.information-anchor.hidden {
  opacity: 0;
}
.information-anchor p {
  color: #fff;
  font-size: 3.4666666667vw;
  line-height: 1;
}
.information-anchor img {
  display: block;
  width: 5px;
  line-height: 0;
}
@media screen and (min-width: 920px) {
  .information-anchor {
    width: 5.0822669104%;
    padding: 0.731261426% 0;
    margin: 0 1.8281535649% 1.8281535649% 0;
  }
  .information-anchor p {
    font-size: 0.9506398537vw;
  }
}

.info_list {
  text-align: left;
  margin-top: 30px;
}
.info_list tr {
  margin-top: 30px;
}
.info_list tr:first-of-type {
  margin-top: 0;
}
.info_list tr td {
  font-size: 3.4666666667vw;
  line-height: 1.5;
}
.info_list tr .info_contents {
  margin: 0 0 10px 0;
  color: #011E62;
}
.info_list tr .info {
  color: #011E62;
}
.info_list tr .info a {
  margin-top: 10px;
  text-decoration: underline;
  color: #011E62;
  display: block;
}
.info_list tr .info a:first-of-type {
  margin-top: 0;
}
.info_list tr .info a.noevent {
  pointer-events: none;
  text-decoration: none !important;
}
.info_list tr .info span {
  font-size: 2.9333333333vw;
}
.info_list .information-annotation {
  display: block;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 920px) {
  .info_list .information-annotation {
    font-size: 0.8043875686vw;
  }
}
@media screen and (min-width: 920px) {
  .info_list {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 20px;
    margin-top: 15px;
  }
  .info_list tr .info_contents, .info_list tr .info {
    vertical-align: top;
    font-size: min(0.9506398537vw, 13px);
    margin-top: 0;
  }
  .info_list tr .info_contents {
    padding-right: 25px;
    margin: 0;
  }
  .info_list tr .info span {
    font-size: min(0.8043875686vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .info_list {
    table-layout: unset;
    display: block;
    width: 100%;
  }
  .info_list tr, .info_list td {
    display: block;
    width: 100%;
  }
}

.article-information {
  padding: 8.9552238806% 5.9701492537%;
  margin-top: 14.9253731343%;
}
@media screen and (min-width: 920px) {
  .article-information {
    padding: 3.75% 4.375%;
    margin-top: 18.75%;
  }
}

.collection-information {
  padding: 8% 5.3333333333%;
  margin: 26.6666666667% 5.3333333333% 0;
}
@media screen and (min-width: 920px) {
  .collection-information {
    padding: 2.1937842779% 2.5594149909%;
    width: 58.5009140768%;
    margin: 10.9689213894% auto 0;
  }
}

.video-container {
  margin: 11.9402985075% auto 0;
  width: 100%;
}
.video-container .play-button {
  margin-top: 5.9701492537%;
  display: flex;
  width: 100%;
  align-items: center;
  vertical-align: middle;
  justify-content: right;
  gap: 10px;
  font-size: 3.2vw;
  line-height: 1;
}
.video-container .play-button span {
  display: block;
  width: 40px;
}
.video-container.video_yoko {
  width: 100%;
}
.video-container.video_tate {
  width: 82.0895522388%;
}
@media screen and (min-width: 920px) {
  .video-container {
    margin: 5% auto 0;
  }
  .video-container .play-button {
    margin-top: 2.5%;
    font-size: min(0.8775137112vw, 12px);
  }
  .video-container.video_tate {
    width: 62.5%;
  }
}

.article-video .play-button {
  color: #fff;
}

.collection-video .play-button {
  color: #011E62;
  padding-right: 8%;
}
@media screen and (min-width: 920px) {
  .collection-video .play-button {
    padding-right: 3.6563071298%;
  }
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  width: 66%;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .pagination {
    width: 18.0987202925%;
  }
}

.page-numbers {
  display: none !important;
}

.pagination .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.prev,
.next {
  background: transparent;
  box-shadow: none;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 0;
  padding: 0 !important;
}

.article-archive_wrapper {
  border-top: solid #011E62 1px;
  margin: 23.8805970149% 2.9850746269% 0;
}
@media screen and (min-width: 920px) {
  .article-archive_wrapper {
    border-top: none;
    width: 31.5581854043%;
    margin: 0;
    position: sticky;
    top: 0;
    left: 0;
  }
  .article-archive_wrapper .article-archive_inner {
    margin-top: 12.5%;
  }
}
.article-archive_wrapper .article-archive {
  margin-top: 14.9253731343%;
  font-size: 5.3333333333vw;
  line-height: 1;
  color: #011E62;
}
.article-archive_wrapper .article-archive_list {
  width: 100%;
}
.article-archive_wrapper .article-archive_list li {
  margin-top: 8.9552238806%;
}
.article-archive_wrapper .article-archive_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
}
@media screen and (min-width: 920px) {
  .article-archive_wrapper .article-archive {
    margin-top: 12.5%;
    font-size: min(1.4625228519vw, 20px);
  }
  .article-archive_wrapper .article-archive + .article-archive_list {
    margin-top: 7.5%;
  }
  .article-archive_wrapper .article-archive_list li {
    margin-top: 5%;
  }
}
.article-archive_wrapper .article-archive_img {
  width: 38.8059701493%;
  line-height: 0;
}
.article-archive_wrapper .article-archive_contents {
  width: 55.223880597%;
}
.article-archive_wrapper .article-archive_contents a {
  color: #011E62;
}
.article-archive_wrapper .article-archive_contents span {
  display: block;
  line-height: 1;
  color: #011E62;
}
.article-archive_wrapper .article-archive_contents .article-archive_date {
  font-size: 2.9333333333vw;
}
.article-archive_wrapper .article-archive_contents .article-archive_txt {
  margin-top: 4.8648648649%;
  font-size: 2.9333333333vw;
  line-height: 1.5454545455;
  color: #011E62;
}
.article-archive_wrapper .article-archive_contents .article-archive_subttl {
  margin-top: 5px;
  font-size: 2.6666666667vw;
  line-height: 1.5;
  color: #011E62;
}
@media screen and (min-width: 920px) {
  .article-archive_wrapper .article-archive_img {
    width: 37.5%;
  }
  .article-archive_wrapper .article-archive_contents {
    width: 56.25%;
  }
  .article-archive_wrapper .article-archive_contents .article-archive_date {
    font-size: min(0.8775137112vw, 12px);
  }
  .article-archive_wrapper .article-archive_contents .article-archive_txt {
    margin-top: 5.5555555556%;
    font-size: min(0.8775137112vw, 12px);
  }
  .article-archive_wrapper .article-archive_contents .article-archive_subttl {
    font-size: min(0.731261426vw, 10px);
  }
}

.article-archive_this-page {
  color: #011E62;
  padding-bottom: 12.5%;
  border-bottom: solid #011E62 1px;
}
.article-archive_this-page .article-archive_this-datetag {
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 10px;
}
.article-archive_this-page .article-archive_this-datetag .article-archive_this-date {
  font-size: min(0.8775137112vw, 12px);
}
.article-archive_this-page .article-archive_this-datetag span {
  display: block;
  line-height: 1;
}
.article-archive_this-page .article-archive_this-ttl {
  font-size: min(1.8281535649vw, 25px);
  line-height: 1.5;
  margin-top: 6.25%;
}
.article-archive_this-page .article-archive_this-subttl {
  font-size: min(1.1700182815vw, 16px);
  line-height: 1.5;
  margin-top: 3.75%;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer .footer-anchor_link {
  width: 89.3333333333%;
  padding: 8.9552238806% 2.9850746269%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
  justify-content: space-between;
  border-top: solid 1px #011E62;
  border-bottom: solid 1px #011E62;
}
.footer .footer-anchor_link .footer_link {
  line-height: 1;
  display: flex;
  gap: 15px;
}
.footer .footer-anchor_link .footer_link a {
  font-size: 3.4666666667vw;
  line-height: 1;
  color: #011E62;
}
.footer .pagetop-anchor {
  font-size: 3.4666666667vw;
  line-height: 1;
  cursor: pointer;
  color: #011E62;
}
.footer .copyright {
  font-size: 2.4vw;
  line-height: 1;
  text-align: center;
  padding: 5.3333333333% 0 13.3333333333%;
  color: #011E62;
}
@media screen and (min-width: 920px) {
  .footer {
    width: 92.6873857404%;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .footer_inner {
    display: flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    justify-content: space-between;
    padding: 2.3668639053% 0 4.7337278107%;
    border-top: solid 1px #011E62;
  }
  .footer .footer-anchor_link {
    border: none !important;
    width: 26.2327416174%;
    max-width: 332.5px;
    padding: 0;
    margin: 0;
    display: block;
  }
  .footer .footer-anchor_link .footer_link {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
  .footer .footer-anchor_link .footer_link a {
    font-size: min(1.4625228519vw, 20px);
  }
  .footer .pagetop-anchor {
    font-size: min(1.0968921389vw, 15px);
    text-align: right;
    margin-bottom: 1.5779092702%;
  }
  .footer .copyright {
    font-size: min(0.6581352834vw, 9px);
    padding: 0;
  }
}

.footer-logos_wrap {
  display: flex;
  align-items: center;
  vertical-align: middle;
  line-height: 0;
  justify-content: center;
  gap: 15px;
  margin-top: 8%;
}
.footer-logos_wrap .footer-asics_logo {
  width: 17.3333333333%;
}
.footer-logos_wrap .footer-houy_logo {
  width: 17.4666666667%;
}
@media screen and (min-width: 920px) {
  .footer-logos_wrap {
    width: 17.7514792899%;
    margin-top: 0;
  }
  .footer-logos_wrap .footer-asics_logo {
    width: 44.4444444444%;
  }
  .footer-logos_wrap .footer-houy_logo {
    width: 44.4444444444%;
  }
}

.hamburger-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 20px 20px 0 0;
  z-index: 100;
}
.hamburger-button span {
  position: absolute;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease;
  background: #011E62;
}
.hamburger-button span:first-of-type {
  top: 0;
}
.hamburger-button span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-button span:last-of-type {
  bottom: 0;
}
.hamburger-button.close span {
  background: #fff;
}
.hamburger-button.close span:first-of-type {
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  top: 50%;
}
.hamburger-button.close span:nth-of-type(2) {
  opacity: 0;
}
.hamburger-button.close span:last-of-type {
  transform: translateY(50%) rotate(-45deg);
  transform-origin: center;
  bottom: 50%;
}

.asics_hamburger_contents {
  width: 86.6666666667%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 50;
  transform: translateX(200%);
  transition: all 0.5s ease;
  overflow: hidden;
}
.asics_hamburger_contents::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(1, 30, 98, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* Safari対応 */
  z-index: 10;
}
.asics_hamburger_contents.open {
  transform: translateX(0%);
}
@media screen and (min-width: 920px) {
  .asics_hamburger_contents {
    width: 36.563071298%;
  }
}
.asics_hamburger_contents .hamburger_list {
  position: relative;
  z-index: 20;
}
.asics_hamburger_contents .hamburger_list li {
  margin-top: 15.3846153846%;
  margin-left: 12.3076923077%;
}
.asics_hamburger_contents .hamburger_list li:first-of-type {
  margin-top: 30.7692307692%;
}
.asics_hamburger_contents .hamburger_list li a {
  color: #fff;
  font-size: 8vw;
  line-height: 1;
}
.asics_hamburger_contents .hamburger_list li a span {
  margin-top: 3.0769230769%;
  display: block;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media screen and (min-width: 920px) {
  .asics_hamburger_contents .hamburger_list li {
    margin-top: 10%;
    margin-left: 14%;
  }
  .asics_hamburger_contents .hamburger_list li:first-of-type {
    margin-top: 20%;
  }
  .asics_hamburger_contents .hamburger_list li a {
    color: #fff;
    font-size: min(2.9250457038vw, 40px);
    line-height: 1;
  }
  .asics_hamburger_contents .hamburger_list li a span {
    margin-top: 2%;
    display: block;
    font-size: min(0.8043875686vw, 11px);
    line-height: 1.5;
  }
}
.asics_hamburger_contents .hamburger_logos {
  display: flex;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 15.3846153846% 12.3076923077%;
  gap: 25px;
  z-index: 20;
}
.asics_hamburger_contents .hamburger_logos .hamburger_logo {
  width: 70px;
}/*# sourceMappingURL=style.css.map */