@charset "UTF-8";
@font-face {
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
}

/* # =================================================================
#	reset
# ================================================================= */
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

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

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

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

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

[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-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

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

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

/* 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 {
  padding: 0;
  border-style: 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;
}

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

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

/* # =================================================================
     # 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;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */

/* 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] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
#	ベース
# ================================================================= */
:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

a,
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: opacity 0.2s;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  user-select: none;
}

a:hover,
button:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

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

em,
i,
dfn {
  font-style: normal;
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* 基本のレイアウト幅
------------------------- */
.c-l-column {
  width: 1220px;
  margin: 0 auto;
}

/* PC/SP
------------------------- */
.for-sp {
  display: none !important;
}

.for-pc {
  display: block !important;
}

/* 2 Column Layout
------------------------- */
.c-l-flex-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.c-l-flex-box.c-l-flex-box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* Table
------------------------- */
.c-l-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
}

/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
.c-button {
  display: block;
  color: #fff;
  text-align: center;
}

.c-button a {
  display: block;
  position: relative;
  width: 100%;
  height: 2.6em;
  background: #000;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  line-height: 2.6em;
}

.c-button a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  width: 25px;
  height: 16px;
  margin: auto;
  background-image: url(../img/icon_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}

.c-button--close a::after {
  right: 20px;
  width: 13px;
  height: 13px;
  background-image: url(../img/icon_close.png);
}

/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	コンテンツ
# ================================================================= */
/* # =================================================================
#	タイトル
# ================================================================= */
.c-section-title {
  width: 115px;
}

.c-section-header {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.c-section-header--middle {
  padding-top: 23px;
  text-align: left;
}

/* # =================================================================
#	loader
# ================================================================= */
/* # =================================================================
#	utils
# ================================================================= */
.ff-en {
  font-family: "Barlow", sans-serif;
}

.ff-ja1 {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-ja2 {
  font-family: "Noto Serif JP", serif;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.comingsoon {
  pointer-events: none !important;
}

/* # =================================================================
#	ヘッダー
# ================================================================= */
.l-header {
  z-index: 10;
  position: relative;
  padding: 25px 0;
  border-top: solid 10px #000;
  background: #fff;
}

.l-header__in {
  text-align: center;
}

.l-header__link {
  display: block;
  width: 295px;
  height: 74px;
  margin: 0 auto;
}

.l-header__logo {
  width: 100%;
  margin: 0 auto;
}

/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
.st-main {
  position: relative;
}

/* # =================================================================
#	フッター
# ================================================================= */
/* ===============================================
# 商品を全て見るボタン
=============================================== */
.l-all-button a {
  height: 3.6em;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  line-height: 3.6em;
}

.l-all-button a::after {
  right: 16px;
}

/* ===============================================
# トップへ戻る、閉じるボタン
=============================================== */
.l-close {
  padding: 0 0 60px;
}

.l-close__inr {
  max-width: 660px;
  margin: 0 auto;
}

.l-close__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto 0;
}

.l-close__buttons a {
  height: 3.6em;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  line-height: 3.6em;
}

.l-close__buttons a::after {
  right: 16px;
}

.l-close__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.48485%;
  flex: 0 0 48.48485%;
}

.l-close__button {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.l-close__logo__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.l-close__logo img {
  width: 86px;
  height: auto;
  margin-right: 20px;
}

.l-close__media {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1rem;
}

/* ===============================================
# footer
=============================================== */
.r-footer {
  padding: 20px 0 80px;
  background: #f5f5f5;
}

.r-footer-inner {
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  line-height: 1;
}

.r-footer-inner .pagetop {
  z-index: 1;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}

.r-footer-inner .pagetop > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.r-footer-inner .pagetop > a::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -2px 0 0 -7px;
  transform: rotate(-45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: '';
}

.r-footer-inner .clearfix {
  zoom: 1;
}

.r-footer-inner-body > strong {
  float: left;
  font-size: 1.2rem;
  font-weight: normal;
}

.r-footer-inner-body > small {
  float: right;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

/* # =================================================================
#	contents
# ================================================================= */
.l-contents-in {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

.l-contents-narrow {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 40px;
}

.l-contents-small {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media only screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
  .c-l-column {
    width: auto;
    margin: 0;
    padding: 0 15px;
  }
  .for-sp {
    display: block !important;
  }
  .for-pc {
    display: none !important;
  }
  .c-l-flex-box {
    display: block;
  }
  .c-button a {
    font-size: 2.68vw;
  }
  .c-section-title {
    width: 26.66667vw;
    margin: 0 auto;
  }
  .c-section-header {
    font-size: 3rem;
  }
  .c-section-header--top {
    padding-top: 28px;
  }
  .c-section-header--middle {
    padding-top: 0;
    text-align: center;
  }
  .l-header {
    height: auto;
    padding: 15px 0 !important;
    border-top: solid 5px #000;
  }
  .l-header__in {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .l-header__link {
    width: auto;
    height: auto;
  }
  .st-wrapper {
    overflow: hidden;
  }
  .l-close {
    width: 89.33333vw;
    margin: 0 auto;
    padding-top: 8vw;
    padding-bottom: 13.33333vw;
  }
  .l-close__buttons {
    margin-top: 15px;
  }
  .l-close__buttons {
    display: block;
  }
  .l-close__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 15px;
  }
  .l-close__logo__wrap {
    padding-top: 60px;
  }
  .l-close__media {
    font-size: 2.68vw;
  }
  .r-footer {
    padding: 0 0 20px;
  }
  .r-footer-inner-body {
    padding: 16px 15px 0;
    text-align: center;
  }
  .r-footer-inner-body > strong {
    display: block;
    margin: 0 0 27px;
    float: none;
    font-size: 10px;
    line-height: 1.8;
  }
  .r-footer-inner-body > small {
    display: block;
    float: none;
  }
  .l-contents-in {
    max-width: 100%;
    padding: 0 20px;
  }
  .l-contents-narrow {
    max-width: 100%;
    padding: 0 20px;
  }
  .l-contents-small {
    max-width: 100%;
    padding-top: 23px;
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .c-section-header--top {
    padding-top: 48px;
  }
}


/* ===========================
   コーディネート用
=========================== */
.coordinate {
  display: flex;
  flex-direction: column;
}

/* ===========================
   吹き出し用 共通設定
=========================== */
.balloon__pumps,
.balloon__sneaker {
  position: relative;
  background-color: rgb(255, 255, 255); /* 吹き出しの背景色 */
  padding: 10px 20px;
  border: solid 2px;
  margin-bottom: 8px; /* 画像との余白 */
  width: 50%;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  z-index: 30;
}

.balloon__pumps {
  margin-right: auto;
  right: 10px;
  bottom: 360px;
}

.balloon__sneaker {
  margin-left: auto;
  left: 10px;
  top: 20px;
}

/* ===========================
   吹き出し画像の z-index
=========================== */
.balloon__pumps,
.balloon__sneaker img {
  z-index: 10;
}

/* ===========================
   メディアクエリ対応
=========================== */
@media only screen and (max-width: 768px) {
  .balloon__pumps {
    right: 10px;
    bottom: 310px;
  }
}

@media only screen and (max-width: 452px) {
  .balloon__pumps {
    right: 10px;
    bottom: 250px;
    width: auto;
    font-size: 16px;
  }

  .balloon__sneaker {
    width: auto;
    font-size: 16px;
  }
}

@media only screen and (max-width: 425px) {
  .balloon__pumps {
    right: 10px;
    bottom: 210px;
  }
}

/* ===========================
   吹き出しの三角形 共通設定
=========================== */
.balloon__sneaker::before,
.balloon__sneaker::after,
.balloon__pumps::before,
.balloon__pumps::after {
  content: "";
  position: absolute;
  border-style: solid;
}

/* 各吹き出しの位置 */
.balloon__pumps::before {
  bottom: -22px;
  border-width: 20px 0 0 20px;
  border-color: rgb(0, 0, 0) transparent transparent transparent;
  left: 20px; /* 左寄せ */
}

.balloon__pumps::after {
  bottom: -17px; /* 正しい位置 */
  border-width: 20px 0 0 20px;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
  left: 18px; /* 左寄せ */
}

.balloon__sneaker::before {
  bottom: -30px;
  border-width: 30px 50px 0 0;
  border-color: rgb(0, 0, 0) transparent transparent transparent;
  right: 20px; /* 右寄せ */
}

.balloon__sneaker::after {
  bottom: -27px; /* 正しい位置 */
  border-width: 30px 50px 0 0;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
  right: 18px; /* 右寄せ */
}


