@charset "UTF-8";
@import url("https://use.typekit.net/niy1kiy.css");

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  tab-size: 4;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* 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] {
  -webkit-text-decoration: underline dotted;
  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 */
}

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

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

[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] {
  color: inherit;
  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 */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* 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 */
}

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

::-moz-selection {
  background: #232323;
  color: #F4F3F2;
}

::selection {
  background: #232323;
  color: #F4F3F2;
}

::-moz-selection {
  background: #232323;
  color: #F4F3F2;
}

:root,
html,
body {
  background-color: #F4F3F2;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
  line-height: 180%;
  width: 100%;
}

body {
  color: #232323;
  font-size: 14px;
  font-size: 1.4rem;
}

/* main>*:nth-child(odd) {
  background: #bdc2c4;
}

main>*:nth-child(odd) .Style__item {
   border: solid #202020 1px; 
} */

/* main>*:nth-child(even) {
  background: #F4F3F2;
}

main>*:nth-child(even) .Style__item {
  border: solid #F4F3F2 1px;
} */

a {
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
}

a img {
  transition: all 0.8s ease-out;
}

a img:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.js-show-b {
  -webkit-transform: translate(0, 4rem);
  opacity: 0;
  transform: translate(0, 4rem);
  transition: all 800ms;
}

.js-show-b.is-show-b {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-l {
  -webkit-transform: translate(-4rem, 0);
  opacity: 0;
  transform: translate(-4rem, 0);
  transition: all 1000ms;
}

.js-show-l.is-show-l {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-r {
  -webkit-transform: translate(4rem, 0);
  opacity: 0;
  transform: translate(4rem, 0);
  transition: all 1000ms;
}

.js-show-r.is-show-r {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.l-content {
  display: flex;
  flex: 0 1 1640;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640;
}

@media only screen and (max-width: 640px) {
  .l-content {
    flex-direction: column;
  }
}

.l-main {
  flex: 0 2 auto;
  margin: 0 20px;
  max-width: 865px;
}

.l-sub {
  flex: 0 0 275px;
  margin: 0 20px;
  margin-left: 40px;
}

@media only screen and (max-width: 640px) {
  .l-sub {
    flex: 1 1 100%;
    margin: 10px;
  }
}

.l-column {
  flex: 0 1 1640px;
  margin: 0 auto;
  max-width: 1640px;
}

@media only screen and (max-width: 640px) {
  .l-column {
    flex: 0 1 auto;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-column {
    padding: 0 5rem;
    width: auto;
  }
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .l-row {
    flex-direction: column;
  }
}

.Style__white {
  background: #ffffff;
  display: flex;
  justify-content: center;
}

.White__inner {
  width: 60%;
  margin: auto;
}

.Style__brand {
  width: 25%;
  margin: auto;
  padding: 250px 0 250px 0;
}


.l-halfTile {
  display: flex;
}

.l-halfTile>.Style__item {
  flex: 1 1 50%;
  width: 50%;
}

.l-halfTile>.Style__item+.Style__item {
  border-left: hidden;
}

@media only screen and (max-width: 640px) {
  .l-halfTile {
    flex-direction: column;
  }

  .l-halfTile>.Style__item {
    flex: 0 0 100%;
    width: 100%;
  }

  .l-halfTile>.Style__item+.Style__item {
    border-left: solid #202020 1px;
    border-top: none;
  }
}

@media only screen and (max-width: 640px) {
  main>*:nth-child(even) .l-halfTile>.Style__item+.Style__item {
    border-left: solid #F4F3F2 1px;
  }
}

.l-col2-400 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 19.7916666667% 0;
}

.l-col2-400>.Style__item {
  flex: 0 0 20.8333333333%;
  width: 20.8333333333%;
}

.l-col2-400>.Style__item+.Style__item {
  margin: 0 0 0 16.5104166667%;
}

.l-col2-400--margin {
  height: auto;
  margin: 19.7916666667% 0;
}

@media only screen and (max-width: 640px) {
  .l-col2-400 {
    height: auto;
    margin: 30% 0;
  }

  .l-col2-400>.Style__item {
    flex: 0 0 35%;
    width: 35%;
  }

  .l-col2-400>.Style__item+.Style__item {
    margin: 0 0 0 10%;
  }

  .l-col2-400--margin {
    margin: 30% 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-col2-400>.Style__item {
    flex: 0 0 26.0416666667%;
    width: 26.0416666667%;
  }

  .l-col2-400>.Style__item+.Style__item {
    margin: 0 0 0 15.625%;
  }

  .l-col2-400--margin {
    margin: 30% 0;
  }
}

.l-col2x2-400 {
  -ms-grid-columns: 20.8333333333% 4.9479166667vw 20.8333333333%;
  grid-gap: 6.5104166667vw 4.9479166667vw;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 20.8333333333%);
  justify-content: center;
  margin: 19.7916666667% 0;
}

.l-col2x2-400>.Style__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/2;
  grid-row: 1/2;
}

.l-col2x2-400>.Style__item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/3;
  grid-row: 1/2;
}

.l-col2x2-400>.Style__item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 1/2;
  grid-row: 2/3;
}

.l-col2x2-400>.Style__item:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 2/3;
  grid-row: 2/3;
}

@media only screen and (max-width: 640px) {
  .l-col2x2-400 {
    -ms-grid-columns: 35% 10vw 35%;
    grid-gap: 10vw 10vw;
    grid-template-columns: repeat(2, 35%);
    margin: 30% 0;
  }

  .l-col2x2-400>.Style__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .l-col2x2-400>.Style__item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .l-col2x2-400>.Style__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .l-col2x2-400>.Style__item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-col2x2-400 {
    -ms-grid-columns: 35% 10vw 35%;
    grid-gap: 10vw 10vw;
    grid-template-columns: repeat(2, 35%);
  }

  .l-col2x2-400>.Style__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .l-col2x2-400>.Style__item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .l-col2x2-400>.Style__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .l-col2x2-400>.Style__item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.l-col1-500 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 19.7916666667% 0;
}

.l-col1-500>.Style__item {
  flex: 0 0 26.0416666667%;
  width: 26.0416666667%;
}

.l-col1-500--margin {
  height: auto;
  margin: 14.5833333333% 0;
}

@media only screen and (max-width: 640px) {
  .l-col1-500 {
    height: auto;
    margin: 30% 0;
  }

  .l-col1-500>.Style__item {
    flex: 0 0 60%;
    width: 60%;
  }

  .l-col1-500--margin {
    margin: 30% 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-col1-500>.Style__item {
    flex: 0 0 46.875%;
    width: 46.875%;
  }
}

.l-col1-800 {
  display: flex;
  justify-content: center;
  margin: 0 0 14.5833333333%;
}

.l-col1-800>.Style__item {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
}

@media only screen and (max-width: 640px) {
  .l-col1-800 {
    margin: 0 0 20%;
  }

  .l-col1-800>.Style__item {
    flex: 0 0 70%;
    width: 70%;
  }
}

.l-col1-960 {
  display: flex;
  justify-content: center;
  margin: 19.7916666667% 0;
}

.l-col1-960>.Style__item {
  flex: 0 0 50%;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .l-col1-960 {
    margin: 30% 0;
  }

  .l-col1-960>.Style__item {
    flex: 0 0 70%;
    width: 70%;
  }
}

.l-col3-500 {
  display: flex;
  justify-content: center;
  margin: 0 0 14.5833333333%;
}

.l-col3-500>.Style__item {
  flex: 0 0 26.0416666667%;
  margin: 0 6.40625% 0 0;
  width: 26.0416666667%;
}

.l-col3-500>.Style__item:last-child {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .l-col3-500 {
    height: auto;
    margin: 20% 0;
  }

  .l-col3-500>.Style__item {
    flex: 0 0 29.3333333333%;
    margin: 0 3% 0 0;
    width: 29.3333333333%;
  }
}

.l-col1-1000 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 19.7916666667% 0;
}

.l-col1-1000>.Style__item {
  flex: 0 0 52.0833333333%;
  width: 52.0833333333%;
}

@media only screen and (max-width: 640px) {
  .l-col1-1000 {
    height: auto;
    padding: 30% 0;
  }

  .l-col1-1000>.Style__item {
    flex: 0 0 88%;
    width: 88%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-col1-1000>.Style__item {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}

.l-fitImg {
  max-height: 100%;
  max-width: 100%;
}

.sectionLabel {
  align-items: center;
  color: #202020;
  display: flex;
  flex: 1 1 auto;
  font-family: p22-underground-pc, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  justify-content: center;
  line-height: 1;
  padding-bottom: 80px;
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  .sectionLabel {
    font-size: 3rem;
    padding: 0 2rem 2.5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sectionLabel {
    font-size: 3.5rem;
    padding: 0 2rem 4rem;
  }
}

.logo {
  display: inline-block;
  font-family: p22-underground-pc, sans-serif;
  font-size: 45px;
  font-weight: lighter;
  font-weight: 300;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .logo {
    font-size: 30px;
  }
}

.articleLabelL {
  font-family: p22-underground-pc, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .articleLabelL {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .articleLabelL {
    font-size: 3.5rem;
  }
}

.articleLabelM {
  color: #aaa;
  font-family: p22-underground-pc, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  z-index: 50;
}

@media only screen and (max-width: 640px) {
  .articleLabelM {
    line-height: 1.5em;
  }
}

.articleLabelS {
  font-size: 1.2rem;
  font-weight: 100;
  margin-right: 10px;
}

.articleTxt {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media only screen and (max-width: 640px) {
  .articleTxt {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}

.linkButton {
  display: inline-block;
  line-height: 1.4em;
  position: relative;
  /* text-align: center; */
  transition: 0.3s;
  z-index: 2;
  margin-bottom: 3px;
}

@media only screen and (max-width: 640px) {
  .linkButton {
    margin-bottom: 7px;
  }
}

.linkButton::after {
  background: #989898;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}

.linkButton:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.linkButton:hover {
  color: #2d2d2d;
}

.linkButton:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.Style__credit>li span {
  font-size: 11px;
  margin: 0 0 0 5px;
}

.topBtn {
  -webkit-transform-origin: left center;
  -webkit-transform: rotate(135deg);
  border: 0.1rem solid;
  border-color: transparent transparent #aaa #aaa;
  bottom: 1.5rem;
  font-size: 9px;
  height: 2rem;
  position: fixed;
  right: 1.5rem;
  transform: rotate(135deg);
  transform-origin: left center;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  width: 2rem;
}

@media only screen and (min-width: 1024px) {
  .topBtn {
    bottom: 3rem;
    right: 3rem;
  }
}

.topBtn:hover:before {
  opacity: 0.8;
}

@media only screen and (min-width: 1024px) {
  .nonePc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .noneSp {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .noneTl {
    display: none;
  }
}

.BtnArr {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-family: p22-underground-pc, sans-serif;
  position: relative;
  text-align: left;
  width: 200px;
}

.BtnArr__arr {
  background-color: #fff;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all 0.5s ease;
  width: 35px;
}

.BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all 0.5s ease;
  width: 10px;
}

.BtnArr__wrap {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}

.BtnArr:hover .BtnArr__arr,
.BtnArr:hover .BtnArr__arr:before {
  -webkit-transform: translateX(1rem);
  background-color: #fff;
  transform: translateX(1rem);
  transition: all 0.5s ease;
}

.BtnArr:hover .BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.link {
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}

.link::before,
.link::after {
  background-color: #ccc;
  content: "";
  height: 0.1rem;
  position: absolute;
}

.link::before {
  bottom: -0.1rem;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}

.link::after {
  bottom: -0.1rem;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}

.link:hover::before {
  background-color: #ddd;
  width: 100%;
}

.link:hover::after {
  background-color: #ddd;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}

/*--------------------------------------------------------------------------
   OPENIG
---------------------------------------------------------------------------*/
.Opening {
  -webkit-animation: Opening 4s ease-in-out both;
  animation: Opening 4s ease-in-out both;
  display: none;
  font-family: p22-underground-pc, sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 9999;
}

.Opening__layer {
  -webkit-animation: HiddenLayer 1s 3s ease-in-out both;
  animation: HiddenLayer 1s 3s ease-in-out both;
  background: #202020;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.Opening__logo {
  width: 24rem;
}

.Opening__logo svg {
  fill: #F4F3F2;
}

.Opening__logoArea {
  -webkit-animation: logo 3s ease-in-out both;
  align-items: center;
  animation: logo 3s ease-in-out both;
  color: #232323;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
}

@media only screen and (max-width: 640px) {
  .Opening__logoArea {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Opening__logoArea {
    width: 100%;
  }
}

.Opening__ttl {
  font-size: 3.2rem;
  font-weight: 400;
  margin: 0 auto 1.6rem;
}

@media only screen and (max-width: 640px) {
  .Opening__ttl {
    margin: 0 auto 8rem;
  }
}

@-webkit-keyframes Opening {
  100% {
    visibility: hidden;
  }
}

@keyframes Opening {
  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes HiddenLayer {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes HiddenLayer {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* header */
.Header__logo {
  left: 3rem;
  position: fixed;
  top: 3rem;
  width: 8rem;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .Header__logo {
    left: 1rem;
    position: absolute;
    top: 1rem;
  }
}

.Footer {
  background: #e5e5e5;
  letter-spacing: 0.15em;
}

.Footer__navi {
  -ms-grid-columns: (33.3333333333%)[3];
  -ms-grid-rows: 23.9583333333vw;
  border-bottom: solid 1px #F4F3F2;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  grid-template-rows: 23.9583333333vw;
}

.Footer__navi>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.Footer__navi>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.Footer__navi>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media only screen and (max-width: 640px) {
  .Footer__navi {
    -ms-grid-columns: (100%)[1];
    -ms-grid-rows: (23.9583333333vw)[3];
    border-bottom: none;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(3, 23.9583333333vw);
  }

  .Footer__navi>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .Footer__navi>*:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .Footer__navi>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.Footer__naviItem {
  align-items: center;
  display: flex;
  justify-content: center;
}

.Footer__naviItem:not(:last-child) {
  border-right: solid 1px #F4F3F2;
}

.Footer__naviItem a {
  color: #F4F3F2;
  font-family: p22-underground-pc, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .Footer__naviItem {
    border: solid 1px #F4F3F2;
  }

  .Footer__naviItem:not(:last-child) {
    border-bottom: none;
  }
}

.Footer__copy {
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.08em;
  padding: 2.4rem 0;
  text-align: center;
}

.Section {
  margin: 0 auto;
  padding: 13.4rem 0;
}

@media only screen and (max-width: 640px) {
  .Section {
    overflow: hidden;
    padding: 4rem 0;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Section {
    overflow: hidden;
    padding: 10rem 0;
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
   メニュー
---------------------------------------------------------------------------*/
/* ------------------------------------------------ drawer menu */
.drawer-menu {
  background: #202020;
  box-sizing: border-box;
  color: #F4F3F2;
  height: 100%;
  opacity: 0;
  padding: 0 5rem;
  position: fixed;
  right: 0;
  text-align: center;
  /* text-transform: uppercase; */
  top: 0;
  transition: all 1s;
  visibility: hidden;
  width: 40rem;
  z-index: 5;
}

.drawer-menu__ttl {
  margin: 0 auto 8rem;
  width: 60%;
}

.drawer-menu__ttl svg {
  fill: #F4F3F2;
}

.drawer-menu__body {
  margin: 8rem auto;
  padding: 1rem 0;
  font-family: "ivypresto-text", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.12em;
}

.drawer-menu__hpLink {
  margin: 4.8rem 0 0 0;
}

.drawer-menu__hpLink a {
  color: #F4F3F2;
  display: block;
  /* font-family: p22-underground-pc, sans-serif; */
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  position: relative;
}

.drawer-menu__hpLink a:hover {
  opacity: 0.6;
}

.drawer-menu__naviItem--s a {
  font-size: 1.2rem;
  margin: 0.8rem 0 0 0;
}

/* ------------------------------------------------ checkbox */
.check {
  display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
  cursor: pointer;
  display: block;
  display: block;
  font-size: 10px;
  height: 30px;
  position: fixed;
  right: 4rem;
  text-align: center;
  top: 3rem;
  width: 30px;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .menu-btn {
    right: 10px;
    top: 10px;
  }
}

.bar {
  -webkit-transform-origin: left top;
  background: #aaa;
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transition: all 1s;
  width: 4rem;
}

@media only screen and (max-width: 640px) {
  .bar {
    width: 3rem;
  }
}

.bar.middle {
  opacity: 1;
  top: 10px;
}

.bar.bottom {
  -webkit-transform-origin: left bottom;
  top: 10px;
  transform-origin: left bottom;
}

.menu-btn__text {
  bottom: -15px;
  color: #000;
  display: block;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  .menu-btn:hover .menu-btn__text {
    color: #999;
  }
}

.close-menu {
  background: rgba(0, 0, 0, 0);
  cursor: url(../images/cross.svg), auto;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 1s;
  visibility: hidden;
  width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked~.drawer-menu {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition: all 1s;
  visibility: visible;
}

@media only screen and (max-width: 640px) {
  .check:checked~.drawer-menu {
    width: 90%;
  }
}

.check:checked~.menu-btn .menu-btn__text {
  opacity: 0;
  visibility: hidden;
}

.check:checked~.menu-btn .bar.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
}

.check:checked~.menu-btn .bar.middle {
  opacity: 0;
}

.check:checked~.menu-btn .bar.bottom {
  -webkit-transform: rotate(-45deg);
  top: 23px;
  transform: rotate(-45deg);
  width: 35px;
}

.check:checked~.close-menu {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 1s;
  visibility: visible;
  z-index: 3;
}

#androidBrowser_alert {
  background: rgba(35, 35, 35, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#androidBrowser_alert div.wrap {
  background: #313131;
  left: 50%;
  margin-left: -160px;
  margin-top: -150px;
  max-width: 320px;
  position: fixed;
  top: 50%;
}

#androidBrowser_alert div.con {
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  padding: 20px;
}

#androidBrowser_alert a.go2chrome {
  background: #2492c8;
  color: #F4F3F2;
  display: block;
  padding: 5px;
  text-align: center;
}

.Hero {
  color: white;
  font-family: p22-underground-pc, sans-serif;
  /* padding: 5rem; */
  position: relative;
  background: #202020;
}

@media only screen and (max-width: 640px) {
  .Hero {
    padding: 2rem;
  }
}

.Hero__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.Hero__imgWrap {
  background: #000000;
  flex: 0 0 65.625vw;
  width: 65.625vw;
}

@media only screen and (max-width: 640px) {
  .Hero__imgWrap {
    flex: 0 0 100%;
    width: 100%;
  }
}

.Hero__logoWrap {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  /* padding: 0 0 0 2rem; */
}

.Hero__logo {
  width: clamp(15rem, calc(350 / 1920 * 100vw), 40rem);
}

.Hero__logo svg {
  fill: white;
}

@media only screen and (max-width: 640px) {
  .Hero__logo {
    margin: 5rem auto 5rem;
    width: 61.153846vw;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Hero__logo {
    left: 4rem;
    top: 4rem;
  }
}

.Introduction {
  background-color: #ffffff;
  color: #000000;
  padding: 250px 0 250px 0;
}

.Introduction__sub {
  width: 40%;
  margin: auto;
}

.Introduction__subTtl {
  padding: 0 2rem;
  /* text-align: center; */
  font-size: 3rem;
  margin-bottom: 4rem;
  font-family: "ivypresto-text", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.Introduction__inner {
  padding: 0 2rem;
  /* text-align: center; */
  font-family: "ivypresto-text", serif;

}

@media only screen and (max-width: 640px) {
  .Introduction {
    padding: 100px 0 100px 0;
  }

  .Introduction__inner {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .Introduction__sub {
    width: 80%;
    padding: 0;
  }

  .Introduction__subTtl {
    padding: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Introduction__subTtl {
    padding: 0 2rem;
  }
}

.Introduction__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.Introduction__txt+.Introduction__txt {
  margin: 2.4rem 0 0;
}

@media only screen and (max-width: 640px) {
  .Introduction__txt {
    font-size: 1.4rem;
  }
}

.Introduction__br {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .Introduction__br {
    display: inline;
  }
}

.Style__head {
  padding: 200px 0;
}

@media only screen and (max-width: 640px) {
  .Style__head {
    padding: 30% 0;
  }
}

.Style__ttl {
  margin: 0 auto;
  width: 28%;
}

@media only screen and (max-width: 640px) {
  .Style__ttl {
    width: 70%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Style__ttl {
    width: 40%;
  }
}

.Style__item {
  box-sizing: content-box;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .Style__item {
    box-sizing: border-box;
  }
}



.Style__1 {
  background: #282828;
}

.Style__body {
  width: calc(1200 / 1920* 100vw);
  margin: 0 auto 200px;
}

.Style__block {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.Style__inBlock {
  flex: 0 0 calc(800 / 1920* 100vw);
  /* position: relative; */
}

.Style__inner {
  margin: 50px 0;
}

.img__border {
  border: solid #ffffff 1.5px;
}

.Style__box {
  position: absolute;
  right: 0;
  /* width: 29%; */
  width: calc(500 / 1920* 100vw);
}

.Credit__ttl {
  font-size: 20px;
  font-family: "ivypresto-text", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.12em;
}

.Style__1 .Credit__ttl {
  color: #ffffff;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #ffffff;
  padding-bottom: 10px; */
  margin-bottom: 10px;
}

.Style__1 .linkButton {
  color: #ffffff;
}

.Style__brandName {
  /* margin-bottom: 50px; */
  width: 50%;
  margin: 0 auto 50px;
}

.Style__brandConcept {
  margin-bottom: 50px;
}

.Style__1 .Style__brandConcept {
  color: #ffffff;
}



@media only screen and (max-width: 1024px) {
  .Style__body {
    width: 85%;
    margin: 0 auto 150px;
  }

  .Style__block {
    display: block;
  }

  .Style__box {
    width: 68%;
    margin: 100px auto;
    position: static;
  }

  .White__inner {
    padding: 34px;
    margin: 50px;
  }

  .Style__row-1 {
    width: 85%;
    margin: 50px auto;
  }

  .Style__brand {
    width: 85%;
    margin: auto;
    padding: 150px 0 150px 0;
  }

  .Style__brandName {
    /* margin-bottom: 50px; */
    width: 70%;
    margin: 0 auto 60px;
  }

  .Style__1 .Credit__ttl {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}


.Style__2 .Style__body {
  width: calc(1200 / 1920* 100vw);
  margin: 0 auto 150px;
}

.Style__2 .Style__inBlock {
  margin: 0 150px 0 150px;
}

.Style__box-2 {
  display: flex;
  gap: 50px;
  padding: 150px 0 200px 0;
}

.Style__box-2>.Style__inBox-2 {
  margin-top: 400px;
}

.Style__2 .Style__item {
  display: flex;
  gap: 20px;
}

.Style__2 .Style__item .Style__row {
  width: 70%;
}

.Style__2 .Style__item .Style__row:nth-child(even) {
  margin: 0 0 0 auto;
}

.Style__2 .Credit__ttl {
  /*border-bottom: 1px solid #000;
  padding-bottom: 10px;*/
  margin-bottom: 10px;
}


@media only screen and (max-width: 1024px) {
  .Style__2 .Style__body {
    width: 85%;
    margin: 0 auto 150px;
  }

  .Style__2 .Style__inBlock {
    margin: 0;
  }

  .Style__box-2 {
    flex-direction: column;
    padding: 150px 0 0 0;
  }

  .Style__box-2>.Style__inBox-2 {
    margin-top: 0;
  }

  .Style__2 .Style__item {
    flex-direction: column;
    width: 85%;
    margin: auto;
    gap: 50px;
  }

  .Style__2 .Credit__ttl {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }


}



.Style__3 {
  background-color: #727479;
}

.Style__3 .Style__body {
  width: calc(1200 / 1920* 100vw);
  margin: 0 auto 200px;
}

.Style__3 .Credit__ttl {
  color: #ffffff;
  /* border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px; */
  margin-bottom: 10px;
}

.Style__3 .linkButton {
  color: #ffffff;
}

.Style__block-3 .Style__inBlock {
  display: flex;
  gap: 60px;
  margin-bottom: 200px;
}

.Style__block-3 .Products__mainImg {
  flex: 0 0 calc(700 / 1920* 100vw);
}

.Style__block-3 .Products__subImg {
  margin-top: 100px;
  border: solid #d1d1d1 1.5px;
}

.Style__box-3 {
  width: 70%;
  margin: auto;
}

.Style__box-3 .Products__img-2 {
  margin-bottom: 20px;
}

.Style__3 .Style__brandConcept {
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {

  .Style__3 .Style__body {
    width: 85%;
    margin: 0 auto 150px;
  }

  .Style__block-3 .Style__inBlock {
    flex-direction: column;
    gap: 0;
    margin-bottom: 110px;
  }

  .Style__block-3 .Products__subImg {
    width: 69%;
    margin: 80px auto;
  }

  .Style__block-3 .Style__Box {
    display: flex;
    flex-direction: column-reverse;
  }

  .Style__box-3 {
    width: 100%;
  }

  .Style__3 .Credit__ttl {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

}


.p-brand__btn {
  margin: 20px 0 0;
  text-align: center;
}

.p-brand__btn a {
  font-size: 12px;
  padding: 13px 1.5em 13px;
  width: auto;
}

.c-linkButton {
  background: #ffffff;
  border: .5px solid #5b5b5b;
  color: #000000;
  display: inline-block;

  font-family: "ivypresto-text", serif;
  font-weight: 300;
  font-style: normal;

  letter-spacing: 0.12em;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 16px 1.6em 17px;
  position: relative;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 280px;
}

.c-linkButton::after {
  -webkit-transform: rotate(45deg);
  display: block;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  width: 4px;
}

.c-linkButton:hover {
  background: #939393;
  background-position: 99% 60%;
  border: 1px solid #939393;
  color: #ffffff;
  text-decoration: none;
}



.Shoplist {
  font-family: "ivypresto-text", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  width: calc(1200 / 1920* 100vw);
  max-width: 1400px;
  margin: 0 auto;
  padding: 150px 0 150px 0;
}

@media only screen and (max-width: 640px) {
  .Shoplist {
    width: auto;
    padding: 80px 0;
  }
}

.Shoplist__ttl {
  align-items: center;
  display: flex;
  font-size: 2em;
  justify-content: center;
  margin: 0 0 100px 0;
}

@media only screen and (max-width: 640px) {
  .Shoplist__ttl {
    border-right: #F4F3F2 0.2rem solid;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .c-flex {
    flex-direction: column;
  }
}

.p-shoplist__block {
  align-items: center;
  border-top: 1px solid #ccc;
  text-align: left;
  padding: 50px 0;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__block {
    margin: 0 30px;
    width: auto;
  }

  .p-shoplist__block:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__block {
    margin: 0 auto 100px;
    width: auto;
  }
}

.p-shoplist__block:last-of-type {
  /* border-bottom: 1px solid #ccc; */
  padding: 50px 0;
}

.p-shoplist__overview {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}

@media only screen and (max-width: 640px) {
  .p-shoplist__overview {
    flex: 0 0 100%;
    width: 100%;
  }
}

.p-shoplist__imgArea {
  flex: 0 0 calc(50% - 0.5px);
  width: calc(50% - 0.5px);
}

@media only screen and (max-width: 640px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    margin: 30px 0 0;
    width: 100%;
  }
}

.p-shoplist__shopName {
  /* font-family: Helvetica, serif; */
  font-size: 18px;
  line-height: 1em;
  padding-bottom: 0.5px;
}

.p-shoplist__shopKana {
  font-size: 10px;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__shopKana {
    display: block;
    margin: 0.5px 0 0 0;
  }
}

.p-shoplist__shopinfo {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

.p-shoplist__shopinfo dt {
  align-items: center;
  color: #555;
  display: flex;
  flex: 0 0 80px;
  font-size: 12px;
  font-style: italic;
  margin: 10px 0 0 0;
  max-width: 80px;
}

.p-shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 80px);
  line-height: 1.4;
  margin: 10px 0 0 0;
  width: calc(100% - 80px);
  font-size: 14px;
}

.p-shoplist__map {
  font-size: 12px;
  margin: 0 0 0 5px;
}

.p-shoplist__notice {
  font-size: 12px;
  margin: 0 0 20px;
}

.p-shoplist__sns {
  /* display: flex; */
  justify-content: flex-start;
  margin: 10px 0 20px;
  margin-right: 10px;
  width: 18px;
}

.p-shoplist__sns a::before,
.p-shoplist__sns a::after {
  display: none;
}

.p-shoplist__sns a {
  transition: all .4s;

  &:hover {
    opacity: .4;
    transition: all .4s;
  }
}

.p-shoplist__sns svg {
  width: 100%;
  stroke: none;
  fill: #000000;

}

.p-shoplist__btn>.u-linkBtn {
  border-radius: 2px;
  color: #000000;
  display: inline-block;
  font-size: 12px;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0 0 .5rem;
  width: auto;
}

/* .Style__open {
  bottom: 2rem;
  cursor: pointer;
  display: flex;
  font-family: p22-underground-pc, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  position: absolute;
  right: 3.4rem;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .Style__open {
    bottom: 0.5em;
    font-size: 1.2rem;
    right: 1.9rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Style__open {
    bottom: 0.5em;
    font-size: 1.6rem;
    right: 1.9rem;
  }
}
.Style__open > span {
  display: inline-block;
  height: 10px;
  margin: 0.4rem 0 0 0.4rem;
  position: relative;
  width: 10px;
}
.Style__open > span:before, .Style__open > span:after {
  background: #202020;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  transition: 0.3s ease-in-out;
  width: 100%;
}
.Style__open > span:before {
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
}
.Style__open--white {
  color: #F4F3F2;
}
.Style__open--white > span:before, .Style__open--white > span:after {
  background: #F4F3F2;
}
.Style__input {
  display: none;
} */
/* .Style__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 2rem;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
} */
/* .Style__window {
  color: #F4F3F2;
  transition: 0.3s ease-in-out;
}
.Style__input:checked + .Style__overlay {
  opacity: 1;
  visibility: visible;
}
.Style__input:checked + .Style__overlay + .Style__open {
  color: #F4F3F2;
}
.Style__input:checked + .Style__overlay + .Style__open > span:before, .Style__input:checked + .Style__overlay + .Style__open > span:after {
  -webkit-transform: rotate(45deg);
  background: white;
  transform: rotate(45deg);
} */
/* .Style__credit > li:not(:last-child) {
  margin: 0 0 3rem;
}
@media only screen and (max-width: 640px) {
  .Style__credit > li:not(:last-child) {
    margin: 0 0 1rem;
  }
}
.Style__credit > li > a {
  color: #F4F3F2;
  font-size: 1.2rem;
}
.Style__credit--staff > li > ul {
  display: flex;
  justify-content: center;
  margin: 1.6rem 0 0;
}
.Style__credit--staff > li > ul li:not(:last-child)::after {
  content: "/";
  margin: 0 1rem;
}
.Style__credit--staff > li > ul a {
  color: #F4F3F2;
  font-size: 1.2rem;
} */

.IeAlert {
  align-items: center;
  background: #F4F3F2;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  opacity: 9.9;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.IeAlert__wrap {
  max-width: 90%;
}

.IeAlert__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 3rem;
}

.IeAlert__txt {
  font-size: 1.4rem;
  margin: 0 0 3rem;
}

.IeAlert__link a {
  background: #232323;
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: opacity !important;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.img-max {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.u-mt10px {
  margin-top: 10px;
}

.u-mt20px {
  margin-top: 20px;
}

.u-mt30px {
  margin-top: 30px;
}

.u-mt60px {
  margin-top: 60px;
}

.u-mb100px {
  margin-bottom: 100px;
}

.u-crWht {
  color: #F4F3F2;
}

.u-clGry {
  background: #f7f7f7;
}