@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

small {
  font-size: 80%;
  /* 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 {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* 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, 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 */ }

i {
  font-style: normal; }

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

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

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

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

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

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[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 */ }

hr {
  border: none; }

/* 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: 0;
  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,
[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 */
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 */ }

::-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 */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  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- */ }

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

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* 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: #fff;
  text-shadow: none; }

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

/* 共通スタイル定設
-----------------------------------------------------------------*/
html,
body {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #fff;
  font-family: "ryo-text-plusn", sans-serif; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }
  .scrollLock body {
    overflow: hidden; }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-tab-sp {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .dn-tab_l {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-tab_p {
    display: none !important; } }

/*================================================================
 *FILE					:_header.scss
 *DESCRIPTION   :ヘッダーパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*ヘッダーパーツ component
-----------------------------------------------------------------*/
/*ヘッダー style
-----------------------------------------------------------------*/
#header,
.c-nav {
  position: fixed;
  top: 0; }
  @media print, screen and (min-width: 768px) {
    #header,
    .c-nav {
      padding: 40px; } }

#header {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1001; }
  @media print, screen and (max-width: 767px) {
    #header {
      width: 100%;
      padding: 20px 15px; } }
  #header:has(.headerLogo[data-brand-logo="henrypoole"]) {
    mix-blend-mode: difference; }
  #header:has(.headerLogo[data-brand-logo="cifonelli"]) {
    mix-blend-mode: difference; }
  #header:has(.headerLogo[data-brand-logo="gentrytailor"]) {
    mix-blend-mode: normal; }
  #header:has(.headerLogo[data-brand-logo="dots_andloops"]) {
    mix-blend-mode: difference; }

.headerLogo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (hover: hover) {
    .headerLogo:hover {
      opacity: 0.6; } }
  @media print, screen and (min-width: 768px) {
    .headerLogo[data-brand-logo="henrypoole"] {
      width: 200px; } }
  @media print, screen and (max-width: 767px) {
    .headerLogo[data-brand-logo="henrypoole"] {
      width: 158px; } }
  @media print, screen and (min-width: 768px) {
    .headerLogo[data-brand-logo="cifonelli"] {
      width: 122px; } }
  @media print, screen and (max-width: 767px) {
    .headerLogo[data-brand-logo="cifonelli"] {
      width: 80px; } }
  @media print, screen and (min-width: 768px) {
    .headerLogo[data-brand-logo="gentrytailor"] {
      width: 90px; } }
  @media print, screen and (max-width: 767px) {
    .headerLogo[data-brand-logo="gentrytailor"] {
      width: 50px; } }
  @media print, screen and (min-width: 768px) {
    .headerLogo[data-brand-logo="dots_andloops"] {
      width: 200px; } }
  @media print, screen and (max-width: 767px) {
    .headerLogo[data-brand-logo="dots_andloops"] {
      width: 158px; } }

.c-nav {
  z-index: 1000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media print, screen and (min-width: 768px) {
    .c-nav {
      right: 0;
      mix-blend-mode: difference; } }
  @media print, screen and (max-width: 767px) {
    .c-nav {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100dvh;
      background-color: #000;
      overflow: hidden;
      width: 0;
      height: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 1, 1), height 0.3s cubic-bezier(0.4, 0, 1, 1), opacity 0.3s cubic-bezier(0.4, 0, 1, 1), visibility 0.3s cubic-bezier(0.4, 0, 1, 1);
      transition: width 0.3s cubic-bezier(0.4, 0, 1, 1), height 0.3s cubic-bezier(0.4, 0, 1, 1), opacity 0.3s cubic-bezier(0.4, 0, 1, 1), visibility 0.3s cubic-bezier(0.4, 0, 1, 1); } }
  @media print, screen and (max-width: 767px) {
    .is-navActive .c-nav {
      width: 100vw;
      height: 100dvh;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }

@media print, screen and (max-width: 767px) {
  .c-navInner {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100vw;
    height: 100dvh;
    padding: 42px 35px; } }

.c-navList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  @media print, screen and (min-width: 768px) {
    .c-navList {
      gap: 16px; } }
  @media print, screen and (max-width: 767px) {
    .c-navList {
      gap: 24px; } }

.c-navList_node {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "neue-haas-grotesk-display-roman", "neue-haas-grotesk-display", sans-serif; }
  @media (hover: hover) {
    .c-navList_node:hover {
      opacity: 0.6; } }
  @media print, screen and (min-width: 768px) {
    .c-navList_node {
      margin-left: auto;
      font-size: 11px; } }
  @media print, screen and (max-width: 767px) {
    .c-navList_node {
      margin: auto;
      font-size: 20px; } }

.c-navToggle {
  position: fixed;
  right: 15px;
  top: 20px;
  mix-blend-mode: difference;
  z-index: 1001; }

.c-navToggle_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  width: 25px;
  height: 25px;
  cursor: pointer; }
  .c-navToggle_icon span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: rotate 0.3s ease, translate 0.3s ease;
    transition: rotate 0.3s ease, translate 0.3s ease; }
    .is-navActive .c-navToggle_icon span:nth-child(1) {
      rotate: 30deg;
      translate: 0 3px; }
    .is-navActive .c-navToggle_icon span:nth-child(2) {
      rotate: -30deg;
      translate: 0 -2px; }

.c-navBrands {
  margin-top: 115px;
  width: 100%; }

.c-navBrands_title {
  margin-bottom: 40px;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center; }

.c-navBrands_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 8px; }

.c-navBrands_listNode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 70/44;
  background-color: #fff; }

.c-navBrands_img[data-brand-logo="henrypoole"] {
  max-width: 64px;
  width: 100%; }

.c-navBrands_img[data-brand-logo="cifonelli"] {
  max-width: 38px;
  width: 100%; }

.c-navBrands_img[data-brand-logo="gentrytailor"] {
  max-width: 36px;
  width: 100%; }

.c-navBrands_img[data-brand-logo="dots_andloops"] {
  max-width: 64px;
  width: 100%; }

/*================================================================
 *FILE					:_footer.scss
 *DESCRIPTION   :フッターパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*フッターパーツ component
-----------------------------------------------------------------*/
/*フッター style
-----------------------------------------------------------------*/
#footer {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    #footer {
      padding-bottom: 40px;
      margin-top: 160px; } }
  @media print, screen and (max-width: 767px) {
    #footer {
      padding: 0 25px 20px;
      margin-top: 160px; } }

.footerTitle {
  aspect-ratio: 11.23175;
  overflow: hidden;
  width: 150px;
  margin: 0 auto 40px; }
  .footerTitle img,
  .footerTitle svg,
  .footerTitle iframe,
  .footerTitle video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.footer_brandlogo {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .footer_brandlogo {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
      max-width: 640px; } }
  @media print, screen and (max-width: 767px) {
    .footer_brandlogo {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 5px;
      max-width: 420px; } }

.footer_brandlogo_node {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (hover: hover) {
    .footer_brandlogo_node:hover {
      opacity: 0.6; } }
  @media print, screen and (min-width: 768px) {
    .footer_brandlogo_node {
      height: 100px; } }
  @media print, screen and (max-width: 767px) {
    .footer_brandlogo_node {
      height: 101px; } }

.footer_brandlogo_img[data-brand-logo="henrypoole"] {
  max-width: 145px;
  width: 100%; }

.footer_brandlogo_img[data-brand-logo="cifonelli"] {
  max-width: 89px;
  width: 100%; }

.footer_brandlogo_img[data-brand-logo="gentrytailor"] {
  max-width: 70px;
  width: 100%; }

.footer_brandlogo_img[data-brand-logo="dots_andloops"] {
  max-width: 160px;
  width: 100%; }

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px; }
  @media print, screen and (min-width: 768px) {
    .footerNav {
      margin-top: 84px; } }
  @media print, screen and (max-width: 767px) {
    .footerNav {
      margin-top: 64px; } }

.footerNav_node {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: "neue-haas-grotesk-display-roman", "neue-haas-grotesk-display", sans-serif;
  font-weight: 500; }
  @media (hover: hover) {
    .footerNav_node:hover {
      opacity: 0.6; } }
  @media print, screen and (min-width: 768px) {
    .footerNav_node {
      font-size: 12px;
      letter-spacing: 0.2em; } }
  @media print, screen and (max-width: 767px) {
    .footerNav_node {
      font-size: 15px;
      letter-spacing: 0.1em; } }

.footerNav_copy {
  font-family: "neue-haas-grotesk-display-roman", "neue-haas-grotesk-display", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #888888; }
  @media print, screen and (min-width: 768px) {
    .footerNav_copy {
      position: absolute;
      bottom: 40px;
      right: 20px; } }
  @media print, screen and (max-width: 767px) {
    .footerNav_copy {
      margin-top: 40px;
      text-align: center; } }

@media print, screen and (min-width: 768px) {
  .wrapper {
    padding-top: 320px; } }

@media print, screen and (max-width: 767px) {
  .wrapper {
    padding-top: 200px; } }

[data-brand-logo="henrypoole"] {
  aspect-ratio: 4.62668;
  overflow: hidden; }
  [data-brand-logo="henrypoole"] img,
  [data-brand-logo="henrypoole"] svg,
  [data-brand-logo="henrypoole"] iframe,
  [data-brand-logo="henrypoole"] video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

[data-brand-logo="cifonelli"] {
  aspect-ratio: 1.53079;
  overflow: hidden; }
  [data-brand-logo="cifonelli"] img,
  [data-brand-logo="cifonelli"] svg,
  [data-brand-logo="cifonelli"] iframe,
  [data-brand-logo="cifonelli"] video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

[data-brand-logo="gentrytailor"] {
  aspect-ratio: 0.92784;
  overflow: hidden; }
  [data-brand-logo="gentrytailor"] img,
  [data-brand-logo="gentrytailor"] svg,
  [data-brand-logo="gentrytailor"] iframe,
  [data-brand-logo="gentrytailor"] video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

[data-brand-logo="dots_andloops"] {
  aspect-ratio: 4.42087;
  overflow: hidden; }
  [data-brand-logo="dots_andloops"] img,
  [data-brand-logo="dots_andloops"] svg,
  [data-brand-logo="dots_andloops"] iframe,
  [data-brand-logo="dots_andloops"] video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

/* 中見出し
-----------------------------------------------------------------*/
