@charset "utf-8";

/*! 999.9 v1.0.08egi8 */

@keyframes iv-ln-hr {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 100%;
  }
}

@keyframes iv-info-hr {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes iv {
  0% {
    opacity: 0;
    transform: translate3d(0, 1.25rem, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iv-2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iv-i-0 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes iv-i-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes iv-i-2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes gmbo {
  0% {
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes gmbc {
  0% {
    transform: none;
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes gmo {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes gmc {
  0% {
    transform: none;
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes vbs4 {
  0% {
    margin: .625rem .0625rem 3.75rem 0;
    height: 0;
  }

  40%, 60% {
    margin: .625rem .0625rem 0 0;
    height: 3.75rem;
  }

  to {
    margin: 4.375rem .0625rem 0 0;
    height: 0;
  }
}

@keyframes vbs0 {
  0% {
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes vbs1 {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes vbs2 {
  0% {
    transform: none;
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes main-scroll {
  0% {
    margin: .625rem .0625rem 3.75rem 0;
    height: 0;
  }

  40%, 60% {
    margin: .625rem .0625rem 0 0;
    height: 3.75rem;
  }

  to {
    margin: 4.375rem .0625rem 0 0;
    height: 0;
  }
}

@keyframes iv-hl-hr {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes iv-hl-img {
  0% {
    opacity: 0;
    transform: translate3d(0, .625rem, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes vbs3 {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 1;
    transform: none;
  }
}

::after, ::before {
  box-sizing: border-box;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
       tab-size: 4;
  -webkit-tap-highlight-color: transparent;
      -ms-text-size-adjust: 100%;
  word-break: break-word;
  font-feature-settings: 'palt' 1;
  height: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-family: 'Hiragino Sans',
                 'ヒラギノ角ゴ ProN W3',
                 "Hiragino Kaku Gothic ProN",
                 "メイリオ",
                 Meiryo,
                 "ＭＳ Ｐゴシック",
                 "MS PGothic",
                 sans-serif;
  font-weight: 300;
  font-size: 4.266666666666667vw;
}

body, button, dl dl, dl ol, dl ul, input, ol dl, ol ol, ol ul, select, ul dl,
ul ol, ul ul {
  margin: 0;
}

hr {
  color: inherit;
  overflow: visible;
  height: 1px;
  border: 0;
  border-top: 1px solid #dddddb;
}

details, main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

nav li::before {
  content: "\200B";
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe, img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: .35em .75em .625em;
}

button, input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

button, select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: block;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
}

[hidden], template {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  outline: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  font-size: inherit;
  font-weight: 300;
}

nav li:before {
  content: none;
}

body {
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.8;
}

.c-fns, .c-stockist {
  background: #fff;
  margin: 0 -1.25rem;
}

.c-fns__inner, .c-stockist__inner {
  padding: 1.875rem 1.25rem 1.55rem;
}

.c-fns__area, .c-stockist__area {
  color: #fff;
  background: #a7a7a7;
  display: inline-flex;
  align-items: center;
  padding: .175rem .5rem;
}

.c-fns__name, .c-stockist__name {
  margin: .71875rem 0 1.39375rem;
}

.c-fns__ln, .c-stockist__ln {
  padding: 0 0 3.125rem;
}

.c-fns__ln__btn, .c-stockist__ln__btn {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #fff;
  background: #c1c1b8;
  width: 5.75rem;
  height: 2.5rem;
}

.c-fns__ln__btn:hover, .c-stockist__ln__btn:hover {
  opacity: .7;
}

.c-article__nav__btn svg, .c-article__sns a svg, .c-button svg,
.c-fns__ln__btn svg, .c-headline__close svg, .c-information__li svg,
.c-ln--line svg, .c-pagination__btn svg, .c-stockist__ln__btn svg,
.g-footer a svg, .p-about-fnm__register__btn svg {
  transform: translateZ(0);
}

.c-athlete__history dt, .c-ol--slim li:before, .c-ol__heading:before, .c-sans--a,
.c-sans--ab {
  font-family: Arial, sans-serif;
}

.l-content {
  padding: 2.375rem 1.25rem 7.5rem;
}

.l-headline {
  background: #000;
}

.l-members, .l-menu, .l-menu:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-members, .l-menu {
  position: fixed;
  z-index: 128;
  overflow: hidden;
  display: none;
}

.is-members .l-members, .is-menu .l-menu {
  display: block;
}

.l-menu:after {
  content: '';
  background: rgba(255, 255, 255, .95);
  position: absolute;
  z-index: 0;
  opacity: 0;
}

.is-menu-open .l-menu:after {
  animation: fade-in .73s forwards;
}

.is-menu-close .l-menu:after {
  animation: fade-in .73s backwards;
}

.l-wrapper__inner {
  background: #f5f5f2;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 5rem;
  font-size: .8125rem;
  line-height: 1.230769230769231;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-article__sns a:hover, .c-button:hover, .c-ln--line:hover {
  opacity: .7;
}

.c-button--map {
  background: #fff url(../assets/home/map.svg) no-repeat top 50% right 1.5625rem;
  background-size: .9375rem;
}

.c-button--list {
  background: #fff url(../assets/home/list.svg) no-repeat top 50% right 1.5625rem;
  background-size: .875rem;
}

.c-button--left {
  background: #fff url(../assets/ui/arrow-left.svg) no-repeat top 50% left 1.25rem;
  background-size: .9375rem;
}

.c-button--right {
  background: #fff url(../assets/ui/arrow-right.svg) no-repeat top 50% right 1.25rem;
  background-size: .9375rem;
}

.c-button--gray {
  background-color: #a7a7a7;
  background-image: url(../assets/ui/arrow-left.w.svg);
  color: #fff;
}

.c-button--gray--ln {
  background-color: #c1c1b8;
  background-image: url(../assets/ui/arrow-right.w.svg);
  color: #fff;
}

button.c-button, input.c-button {
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
}

.c-button--mini-r {
  height: 4.75rem;
  border-radius: .25rem;
  background: #c1c1b8;
  color: #fff;
}

.c-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.c-serif, .c-serif--bold {
  font-family: 'EB Garamond', serif;
}

.c-sans, .c-sans--b {
  font-family: 'Helvetica Neue', Helvetica, Arial sans-serif;
}

.c-serif {
  font-weight: 400;
}

.c-serif--bold {
  font-weight: 700;
}

.c-sans {
  font-weight: 400;
}

.c-sans--b {
  font-weight: 700;
}

.c-sans--a {
  font-weight: 400;
}

.c-sans--ab {
  font-weight: 700;
}

.c-ja {
  font-family: 'Hiragino Sans',
                 'ヒラギノ角ゴ ProN W3',
                 "Hiragino Kaku Gothic ProN",
                 "メイリオ",
                 Meiryo,
                 "ＭＳ Ｐゴシック",
                 "MS PGothic",
                 sans-serif;
  font-weight: 300;
}

.c-footer {
  margin: 4.675rem 0 0;
  padding: 0 1.25rem;
}

.c-footer__label {
  text-align: center;
  margin: 0 0 .425rem;
}

.c-footer__button--left {
  justify-content: flex-start;
  padding: 0 0 0 1.625rem;
  font-size: 1.125rem;
}

.c-footer__button--left small {
  font-size: .6875rem;
  display: block;
  margin: .3125rem 0 0;
}

.c-fmt--a, .c-fmt--a__ly {
  position: relative;
}

.c-fmt--a__ly {
  z-index: 0;
  width: 94.02985074626866%;
}

.c-fmt--a__tx {
  z-index: 1;
  background: #fff;
  padding: 1.875rem 1.25rem;
  margin: -14.925373134328357% 0 0 auto;
}

.c-fmt--a__heading {
  margin: 0 0 2.45625rem;
}

.c-heading--1 {
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 0 0 5.3rem;
  text-align: center;
}

header.c-heading--1 p, header.c-page__heading p {
  font-size: .6875rem;
  line-height: 1.181818181818182;
}

.c-heading--2, .c-heading--2n {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 4.58125rem 0 3.51875rem;
}

.c-heading--2:after {
  display: block;
  width: 1.875rem;
  height: .25rem;
  content: '';
  background: #c1c1b8;
  margin: .96875rem 0 0;
}

.c-heading--3 {
  display: block;
  font-size: 1rem;
  line-height: 1.4625;
  font-weight: 300;
  margin: 3.51875rem 0 1.64375rem;
}

.c-heading--4 {
  font-weight: 600;
  margin: 1.55rem 0 .925rem;
}

.c-h2 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.c-h3 {
  font-size: 1.125rem;
  line-height: 1.3;
}

.c-ihd {
  margin: 0 -1.25rem 3.75rem;
}

.c-ihd__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 1.25rem;
}

.c-lead {
  margin: 0 auto 3.425rem;
}

.c-lead__h {
  margin: 0 0 2.45625rem;
}

.c-lead--narrow {
  max-width: 550px;
}

.c-ln--blank {
  display: inline-flex;
  align-items: center;
}

.c-ln--blank:after {
  content: '';
  width: .615384615384615em;
  height: .615384615384615em;
  margin: 0 0 0 .692307692307692em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg id='レイヤー_1' data-name='レイヤー 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M0,0V8H8V6H7V7H1V1H2V0ZM4,0,5.5,1.5,3,4,4,5,6.5,2.5,8,4V0Z'/%3E%3C/svg%3E");
}

.c-ln--line {
  display: inline-block;
  opacity: 0;
  font-size: .8125rem;
  line-height: 1.230769230769231;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-width: 6.4375rem;
}

.c-ln--line hr {
  width: 0;
  margin: 0 auto 0 0;
  border-color: #000;
}

.c-ln--line__inner {
  text-align: center;
  padding: 0 .375rem .5rem;
}

.c-ln--line.is-show {
  animation: iv-2 .7s forwards ease-in-out;
}

.c-ln--line.is-show hr {
  animation: iv-ln-hr .7s forwards .7s ease-in-out;
}

.c-b2t img:hover, .c-ln--line.is-appeared {
  opacity: 1;
}

.c-ln--line.is-appeared hr {
  width: 100%;
}

.c-ln--line.is-appeared:hover hr {
  animation: iv-ln-hr .7s forwards ease-in-out;
}

.c-ln--line.c-sans {
  line-height: 1.307692307692308;
}

.c-ln--wht {
  color: #fff;
}

.c-ln--wht hr {
  border-color: #fff;
}

.c-ln--more {
  min-width: 6.4375rem;
}

.c-ln--map__inner, .c-ln--more__inner {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .375rem .5rem;
  width: 100%;
}

.c-ln--more__inner:after {
  display: block;
  content: '';
  width: .307692307692308em;
  height: .307692307692308em;
  background: #000;
  border-radius: 50%;
}

.c-ln--map__inner:after {
  content: '';
  width: .615384615384615em;
  height: .615384615384615em;
  margin: 0 0 0 .692307692307692em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg id='レイヤー_1' data-name='レイヤー 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M0,0V8H8V6H7V7H1V1H2V0ZM4,0,5.5,1.5,3,4,4,5,6.5,2.5,8,4V0Z'/%3E%3C/svg%3E");
}

.c-ln--wide {
  width: 100%;
}

.c-ln--gry {
  color: #c1c1b8;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}

.c-ln--gry:hover {
  text-decoration: none;
}

.c-ln--gry:before {
  content: '';
  width: .3125rem;
  height: .5rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 5 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.877 7.954-.707-.707 3.246-3.247-3.246-3.247.707-.707 3.953 3.954z' fill='%23c1c1b8'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: contain;
  margin: 0 .5rem 0 0;
}

.c-ln--fig__label {
  margin: 1.25rem 0 0;
  background: url(../assets/ui/arrow-right.svg) no-repeat 100% 50%;
  background-size: 1rem;
}

.c-ln--fig__label small {
  margin: 0 0 0 1em;
}

.c-ln--fig__tx {
  margin: .925rem 0 0;
}

.c-ln--fig.is-current {
  pointer-events: none;
}

.c-ln--fig.is-current figure,
.p-shop__detail__swiper__thumbnail.is-current picture {
  opacity: .4;
}

.c-ln--u {
  text-decoration: underline;
}

.c-breadcrumbs a:hover, .c-ln--u:hover {
  text-decoration: none;
}

.c-ol {
  counter-reset: order;
  list-style: none;
}

.c-ol__heading {
  display: flex;
  align-items: center;
  counter-increment: order;
  margin: 0 0 1.55rem;
}

.c-ol__heading:before {
  content: counter(order);
  background: #c1c1b8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 .75rem 0 0;
}

.c-ol__heading__inner {
  flex: 1 1;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

.c-ol li+li {
  margin: 3.125rem 0 0;
}

.c-ol--slim li {
  counter-increment: order;
  display: flex;
}

.c-ol--slim li+li {
  margin: 1.25rem 0 0;
}

.c-ol--slim li:before {
  content: counter(order);
  background: #c1c1b8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 .75rem 0 0;
}

.c-ol--slim p {
  flex: 1 1;
}

.c-page__heading {
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 0 0 5.625rem;
  text-align: center;
}

.c-page__inner>:first-child {
  margin-top: 0;
}

.c-page__inner>:last-child {
  margin-bottom: 0;
}

.c-page__inner>p {
  margin-top: -.325rem;
}

.c-page__inner p+p {
  margin-top: 1.8em;
}

.c-page__h2 {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 3.0875rem 0 2.5rem;
  padding: 0 0 .9125rem;
  border-bottom: 1px solid #dddddb;
}

.c-page__h3 {
  margin-top: 1.8em;
  font-size: inherit;
  font-weight: 600;
}

.c-page__h3+p {
  margin-top: 0;
}

.c-page__ul {
  margin: .925rem 0;
}

.c-page__ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.c-page__ul li:before {
  content: '●';
  color: #c1c1b8;
}

.c-page__ul li+li {
  margin-top: -.025rem;
}

.c-page__ul--dot li:before {
  content: '・';
  color: inherit;
  width: 1em;
  font-feature-settings: normal;
}

.c-rows {
  display: flex;
  flex-flow: column;
}

.c-row>:first-child {
  margin-top: 0;
}

.c-row--l {
  order: 1;
}

.c-row--r {
  order: 2;
  margin: 1.875rem 0 0;
}

.c-table__td, .c-table__th {
  border: solid #dddddb;
  border-width: 1px 0 0;
  padding: .925rem .625rem;
}

.c-table__th {
  border-color: #c1c1b8;
}

.c-table--s {
  display: flex;
  flex-flow: wrap;
}

.c-table--s .c-table__td, .c-table--s .c-table__th {
  padding: .6125rem .625rem;
}

.c-table--s .c-table__th, .c-tabs li, .p-faq__tabs li {
  width: 50%;
}

.c-table--s .c-table__td {
  width: 50%;
  margin: 0;
}

.c-table--bg {
  border: solid #dddddb;
  border-width: 1px 0 0 1px;
}

.c-table--bg .c-table__th {
  background: #ebebeb;
  border-color: #dddddb;
  border-width: 0 1px 1px 0;
}

.c-table--bg .c-table__td {
  background: #fff;
  border-width: 0 1px 1px 0;
}

.c-ts--3, .c-ts--6 {
  font-size: .6875rem;
  line-height: 1.5;
}

.c-ts--3 {
  font-size: 1.125rem;
}

.c-ts--4, .c-ts--5 {
  font-size: 1rem;
  line-height: 1.5;
}

.c-ts--5 {
  font-size: .875rem;
}

.c-ts--b {
  font-weight: 600;
}

.c-ts--gry {
  color: #a7a7a7;
}

.c-toggle+.c-toggle {
  margin-top: .0625rem;
}

.c-toggle__hd {
  background: #fff url(../assets/ui/toggle-open.svg) no-repeat top 50% right 1.875rem;
  background-size: .625rem;
  padding: .6125rem 3.125rem .6125rem 1.25rem;
  cursor: pointer;
  transition-duration: .4s;
  transition-property: color background-color;
  font-size: inherit;
  font-weight: 300;
}

.c-toggle__inner {
  padding: .6125rem .625rem 1.55rem;
  overflow: hidden;
}

.c-toggle.is-open .c-toggle__hd {
  color: #fff;
  background-image: url(../assets/ui/toggle-close.svg);
  background-color: #c1c1b8;
}

.c-toggle.is-open .c-toggle__inner {
  display: block;
}

.c-toggle--arrow .c-toggle__hd {
  background-image: url(../assets/ui/arrow-small.blk.svg);
  background-color: transparent;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
}

.c-toggle--arrow.is-open .c-toggle__hd {
  color: inherit;
  background-color: transparent;
  background-image: url(../assets/ui/arrow-small.blk.up.svg);
}

.c-article__meta {
  line-height: 1.153846153846154;
  padding: 0 0 1rem;
  margin: 0 0 1.9375rem;
  border-bottom: 1px solid #dddddb;
}

.c-article__meta__tag {
  color: #a7a7a7;
  margin: 0 0 0 .75rem;
}

.c-article__heading {
  font-size: 1.375rem;
  line-height: 1.681818181818182;
  margin: 0 0 3.28125rem;
}

.c-article__eyecatch {
  margin: 0 0 3.425rem;
}

.c-article__eyecatch .c-iv-i:before, .c-athlete__li .c-iv-i:before {
  padding: 0 0 75%;
}

.c-article__content>:first-child {
  margin-top: 0;
}

.c-article__content h2 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 4.007692307692308em 0 1.7em;
  font-weight: 600;
}

.c-article__content p {
  margin-top: 1.8em;
}

.c-article__content img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 1.4em;
}

.c-article__content>p+img {
  margin-top: 4.215384615384616em;
}

.c-article__footer {
  margin: 3.75rem 0 0;
}

.c-article__sns, .c-article__sns i {
  display: flex;
  justify-content: center;
}

.c-article__sns {
  margin: 0 0 3.75rem;
}

.c-article__sns a {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-article__sns a+a {
  margin: 0 0 0 .375rem;
}

.c-article__sns i {
  align-items: center;
  border: 1px solid #dddddb;
  background: #fff;
  border-radius: 50%;
  width: 1.9375rem;
  height: 1.9375rem;
}

.c-article__sns i img, .c-iv-i__bg picture {
  display: block;
}

.c-article__sns--fb img {
  width: .9375rem;
  height: .9375rem;
}

.c-article__sns--tw img {
  width: 1.0625rem;
  height: .875rem;
}

.c-article__sns--line img {
  width: .9375rem;
  height: .9375rem;
}

.c-article__nav {
  border: solid #dddddb;
  border-width: 1px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9375rem 0;
  font-size: .6875rem;
}

.c-article__nav__btn {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
}

.c-article__nav__btn:hover {
  opacity: .7;
}

.c-article__nav__btn--next:after, .c-article__nav__btn--prev:before {
  width: .923076923076923em;
  height: .923076923076923em;
  display: block;
  content: '';
  background-size: contain;
}

.c-article__nav__btn--next:after {
  background: url(../assets/ui/arrow-right-mini.svg) no-repeat 50% 50%;
  margin: 0 0 0 1.076923076923077em;
}

.c-article__nav__btn--prev:before {
  background: url(../assets/ui/arrow-left-mini.svg) no-repeat 50% 50%;
  margin: 0 1.076923076923077em 0 0;
}

.c-article__nav__btn--index {
  flex-flow: column;
  margin: 0 0 -.325rem;
}

.c-article__nav__btn--index:before {
  width: 1.384615384615385em;
  height: 1.384615384615385em;
  display: block;
  content: '';
  background: url(../assets/ui/icons/all.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 0 .523076923076923em;
}

.c-athletes {
  display: flex;
  flex-flow: wrap;
}

.c-athlete__li figcaption, .p-press-archive__li figcaption {
  margin: 1.230769230769231em 0 0;
}

.c-athlete__li figcaption small {
  font-size: .6875rem;
  display: block;
  margin: 0 0 .128125rem;
}

.c-athlete__heading {
  margin: 2.175rem 0 3.234375rem;
  text-align: center;
}

.c-athlete__heading__en {
  font-size: 1.875rem;
}

.c-athlete__sct__heading {
  margin: 0 0 2.45625rem;
}

.c-athlete__sct__inner {
  margin: 0 0 1.225rem;
}

.c-athlete__sct__ln {
  display: flex;
  flex-flow: wrap;
}

.c-athlete__sct__ln a {
  margin: 0 1.875rem 0 0;
}

.c-athlete__list {
  border: solid #dddddb;
  border-width: 1px 0;
  padding: 1.55rem .625rem;
}

.c-athlete__profile {
  border-width: 1px 0 0;
  margin: 2.8rem 0 0;
}

.c-athlete__profile h4 {
  margin: 0 0 .85rem;
}

.c-athlete__history>p {
  margin: 1.55rem 0 0;
}

.c-athlete__history dt {
  font-weight: 600;
  color: #a7a7a7;
}

.c-b2t, .c-b2t img {
  transition: opacity .3s;
}

.c-b2t {
  position: fixed;
  right: .75rem;
  bottom: .75rem;
  z-index: 64;
  opacity: 0;
  pointer-events: none;
}

.c-b2t img {
  display: block;
  opacity: .5;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

.is-scrolled .c-b2t {
  opacity: 1;
}

.is-scrolled .c-b2t img {
  pointer-events: auto;
}

.c-breadcrumbs {
  border-top: 1px solid #dddddb;
}

.c-breadcrumbs__inner {
  padding: 1.25rem;
  font-size: .75rem;
  line-height: 1.666666666666667;
  display: flex;
  flex-flow: wrap;
}

.c-breadcrumbs__li {
  display: inline-flex;
  margin: 0 .625rem 0 0;
}

.c-breadcrumbs__li+.c-breadcrumbs__li:before {
  content: '';
  width: .25rem;
  height: .5rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 5 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.877 7.954-.707-.707 3.246-3.247-3.246-3.247.707-.707 3.953 3.954z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: contain;
  margin: .4375rem .625rem 0 0;
}

.c-breadcrumbs a {
  text-decoration: underline;
}

.c-caption {
  font-size: .8125rem;
  line-height: 1.6;
}

.c-collections__inner {
  margin: -2.0625rem 0 0;
  display: flex;
  flex-flow: wrap;
}

.c-collections__li {
  display: block;
  font-size: .6875rem;
  line-height: 1.090909090909091;
}

.c-collections__li p, .c-journal__li p {
  margin: .75rem 0 0;
  text-align: center;
}

.c-collections__li .c-iv-i:before {
  padding: 0 0 80.15873015873017%;
}

.c-collections__li .c-iv-i+.c-iv-i__t.is-show,
.c-journal__li .c-iv-i+.c-iv-i__t.is-show,
.p-home__collections__li .c-iv-i+.c-iv-i__t.is-show {
  animation: iv-i-2 .7s forwards ease-in-out;
}

.c-collections__view-all {
  margin: 3.125rem 0 0;
  text-align: center;
}

.c-content__inner {
  padding: 3.125rem 1.25rem;
}

.c-content__footer {
  margin: 5rem 0 0;
}

.c-fade-in {
  opacity: 0;
}

.c-fade-in.is-show {
  animation: fade-in 1s forwards;
}

.c-flc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form__table {
  margin: 2.5rem 0 0;
}

.c-form__tr {
  border: solid #dddddb;
  border-width: 1px 0 0;
  padding: .925rem .3125rem;
}

.c-form__tr:last-child {
  border-width: 1px 0;
}

.c-form__th {
  display: flex;
  justify-content: space-between;
}

.c-form__td {
  margin-top: .6rem;
}

.c-form__req {
  color: #dc000c;
  border: 1px solid red;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.909090909090909;
  font-weight: 600;
  height: 1.4375rem;
  padding: 0 .3125rem;
}

.c-form__zip-ln {
  text-decoration: underline;
  margin: 0 0 0 1.25rem;
  color: #c1c1b8;
}

.c-form__zip-ln:hover {
  text-decoration: none;
}

.c-form__terms {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 2.5rem 0 0;
  height: 12.5rem;
  border: 1px solid #dddddb;
  background: #fff;
  border-radius: .1875rem;
}

.c-form__terms__inner {
  padding: 1.05rem 1.25rem;
}

.c-form__agreement {
  text-align: center;
  margin: 2.5rem 0 0;
}

.c-form__footer {
  margin: 3.75rem 0 0;
}

.c-form__footer--confirm {
  display: flex;
  flex-flow: column;
}

.c-form__footer--confirm .c-button {
  margin: 0;
}

.c-headline {
  position: relative;
  overflow: hidden;
}

.c-headline__inner {
  padding: .675rem 2.8125rem .675rem .625rem;
  display: flex;
  justify-content: center;
  color: #fff;
}

.c-headline__close, .c-information__li {
  display: block;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-headline__close {
  position: absolute;
  width: .9375rem;
  height: .9375rem;
  right: .9375rem;
  top: .9375rem;
  cursor: pointer;
  background: url(../assets/ui/close.svg) no-repeat 50% 50%;
  background: contain;
}

.c-headline__close:hover, .c-information__li:hover, a:hover .c-iv-i {
  opacity: .7;
}

.c-information__li {
  font-size: .8125rem;
  line-height: 1.8;
}

.c-information__li time {
  line-height: .088757396449704;
}

.c-information__li hr {
  width: 0;
}

.c-information__li__t {
  overflow: hidden;
  position: relative;
  padding: 1.875rem 0 2.1875rem;
  opacity: 0;
}

.c-information__li.is-show hr {
  animation: iv-info-hr .7s forwards ease-in-out;
}

.c-information__li.is-show .c-information__li__t {
  animation: iv .7s forwards .7s ease-in-out;
}

.c-input {
  -webkit-appearance: none;
          appearance: none;
  border-radius: .1875rem;
  border: 1px solid #dddddb;
  background: #fff;
  padding: .6125rem .5rem;
  width: 100%;
  font-family: inherit;
}

.c-input:-ms-input-placeholder, .c-input:-ms-input-placeholder-shown {
  color: #a7a7a7;
}

.c-input::placeholder, .c-input::placeholder-shown {
  color: #a7a7a7;
}

textarea.c-input {
  height: 10.499999999999998rem;
}

select.c-input {
  max-width: 100%;
  width: auto;
  padding-right: 2.375rem;
  background: #fff url(../assets/ui/arrow-small.svg) no-repeat top 50% right .9375rem;
  background-size: .5rem;
}

select.c-input:not(.is-selected) {
  color: #a7a7a7;
}

.c-input--zip {
  width: 6.25rem;
}

.c-input--checkbox {
  cursor: pointer;
  display: inline-flex;
}

.c-input--checkbox__el {
  display: none;
}

.c-input--checkbox__label {
  margin: 0 0 0 .625rem;
  line-height: 2.307692307692307;
}

.c-input--checkbox__icon {
  display: block;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #dddddb;
  border-radius: .1875rem;
}

.c-input--checkbox__el:checked+.c-input--checkbox__icon {
  background: #000;
}

.c-input--checkbox__el:checked+.c-input--checkbox__icon:after {
  content: '';
  display: block;
  position: absolute;
  top: .6228125rem;
  left: .509375rem;
  width: .73125rem;
  height: .504375rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 11.696 8.066' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.638 8.066-4.638-4.638.941-.941 3.7 3.63 6.114-6.117.945.941z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: contain;
}

.c-iv {
  opacity: 0;
}

.c-iv.is-show {
  animation: iv 1.2s forwards ease-in-out;
}

.c-iv-i {
  background: #f5f5f2;
  overflow: hidden;
  position: relative;
}

.c-iv-i:before, .c-logo:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
}

.c-iv-i:before {
  padding: 0 0 100%;
  z-index: -1;
}

.c-iv-i, .c-iv-i a {
  transition: opacity .74s;
}

.c-iv-i__bg, .c-iv-i__bg img, .c-iv-i__ly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-iv-i__veil, select.c-select option[disabled] {
  display: none;
}

.c-iv-i__ly {
  z-index: 1;
}

.c-iv-i__t {
  opacity: 0;
}

.c-iv-i__t.is-show {
  animation: iv .7s forwards ease-in-out;
}

.c-iv-i__bg {
  z-index: 0;
}

.c-iv-i__bg img {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-iv-i__bg img, .c-iv-i__bg img a {
  transition: transform .74s;
}

.p-vision-lab__li__grid:hover img, a:hover .c-iv-i__bg img {
  transform: scale(1.05);
}

.c-iv-i.is-show .c-iv-i__bg, .c-iv-i.is-show .c-iv-i__t {
  opacity: 1;
}

.c-journal__wrapper {
  margin: 0 0 2.5rem;
  display: flex;
  flex-flow: wrap;
}

.c-journal__li {
  display: block;
  font-size: .6875rem;
  line-height: 1.090909090909091;
  width: 50%;
}

.c-journal__li .c-iv-i:before {
  padding: 0 0 72.1311475409836%;
}

.p-company__map iframe.lazyload, .p-company__map iframe.lazyloading,
img.lazyload, img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  animation: fade-in .5s forwards ease-in;
}

.c-lens-c+.c-lens-c {
  margin-top: 5rem;
}

.c-lens-c__header {
  display: flex;
  margin: 0 0 2.5rem;
}

.c-lens-c__header__num {
  display: flex;
  border-right: 1px solid #dddddb;
  color: #a7a7a7;
  width: 2.5rem;
  margin: 0 1.25rem 0 0;
}

.c-lens-c__header__column__t, .c-lens-c__header__inner {
  flex: 1 1;
}

.c-lens-c__header__column__i {
  margin: 1.25rem 0 0;
}

.c-lens-c__heading {
  margin: 0 0 1.55rem;
}

.c-lens-c__heading--3 {
  color: #a7a7a7;
  margin: 0 0 1.3rem;
}

.c-lens-c__heading--4 {
  font-weight: 600;
  margin: .925rem 0;
}

.c-lens-c__inner {
  margin: 0 -1.25rem;
}

.c-lens-c__fig {
  background: #fff;
  padding: 2.5rem 1.25rem;
}

.c-lens-c__toggle {
  margin-top: 1px;
}

.c-lens-c__toggle .c-toggle__inner {
  background: #fff;
  padding: 1.25rem;
}

.c-lens-c__column__l {
  flex: 1 1;
}

.c-lens-c__column__r {
  padding: 3.125rem 2.5rem 0;
}

.c-lens-c__note {
  margin-top: 1.225rem;
}

.c-logo, .c-map {
  position: relative;
}

.c-logo:before {
  padding: 0 0 55.96433304134941%;
}

.c-logo img, .c-pic img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-logo img, .c-map__inner, .c-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.c-fit--contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.c-pagination {
  padding: 3.59375rem 0 0;
  text-align: center;
}

.c-pagination__meta {
  font-size: .625rem;
  line-height: 1.5;
  margin: 0 0 .46875rem;
}

.c-pagination__inner {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.c-pagination__el {
  font-size: .75rem;
  line-height: 1.5;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin: .125rem;
}

a.c-pagination__el:not(.c-pagination__btn) {
  background: #fff;
  border-radius: .1875rem;
  border: 1px solid #dddddb;
}

a.c-pagination__el:not(.c-pagination__btn):not(.is-current) {
  transition-property: color background-color border-color;
  transition-duration: .2s;
  cursor: pointer;
}

a.c-pagination__el:not(.c-pagination__btn):not(.is-current):hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

a.c-pagination__el:not(.c-pagination__btn).is-current {
  color: #fff;
  background: #000;
  border-color: #000;
  pointer-events: none;
}

.c-pagination__sep {
  margin: 0;
  padding-bottom: .125rem;
}

.c-pagination__sep:after {
  content: '…';
}

.c-pagination__btn {
  background: no-repeat 50% 50%;
  background-size: .75rem;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-pagination__btn:hover {
  opacity: .7;
}

.c-pagination__prev {
  background-image: url(../assets/ui/arrow-left-mini.svg);
  margin-right: .6875rem;
}

.c-pagination__next {
  background-image: url(../assets/ui/arrow-right-mini.svg);
  margin-left: .6875rem;
}

.c-pic {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-pic:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.c-pic--cover img {
  object-fit: cover;
}

select.c-select {
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #dddddb;
  border-radius: 0;
  outline: 0;
  color: #a7a7a7;
  padding: .6em 2.923076923076923em .6em 1.230769230769231em;
  background: #fff url(../assets/ui/arrow-small.svg) no-repeat top 50% right 1.153846153846154em;
  background-size: .692307692307692em;
}

select.c-select.is-selected {
  color: inherit;
}

.c-fns+.c-fns {
  margin-top: .75rem;
}

.c-fns__items {
  margin-top: 1.507692307692308em;
}

.c-fns__items b {
  display: block;
  font-weight: 600;
  margin: 0 0 .430769230769231em;
}

.c-shop-li {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.727272727272727;
  color: #83827c;
  padding: 2.25rem 1.875rem;
}

.c-shop-li__wrapper {
  padding: .625rem 0 0;
}

.c-shop-li+.c-shop-li {
  border-top: 1px solid #dddddb;
}

.c-shop-li__name {
  color: #000;
}

.c-shop-li__area, .c-shop-li__desc, .c-shop-li__name {
  margin: 0 0 .75rem;
}

.c-shop-li__items p+p {
  margin-top: .636363636363636em;
}

.c-shop-li__ln {
  margin: 1.90625rem 0 0;
  padding: 0 .1875rem;
}

.c-shop-li__btn {
  display: block;
  color: #000;
}

.c-shop-li__btn+.c-shop-li__btn {
  margin: 1.875rem 0 0;
}

.c-stockist+.c-stockist {
  margin-top: .125rem;
}

.c-sz {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}

.c-spacer {
  width: 100%;
  height: 1.25rem;
  pointer-events: none;
  visibility: hidden;
}

.c-tabs {
  display: flex;
  flex-flow: wrap;
}

.c-tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #dddddb;
  padding: .8125rem 0;
  transition-property: color border-color;
  transition-duration: .3s;
}

.c-tabs .is-current a, .c-tabs a:hover {
  border-color: #c1c1b8;
  color: #c1c1b8;
}

.c-tabs .is-current a {
  pointer-events: none;
}

.g-header__menu__btn svg, .u-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-header__ln span, .u-hide--m {
  display: none;
}

.p-about-fnm__logo {
  position: relative;
  width: 15.5625rem;
  margin: 0 auto .4875rem;
}

.p-about-fnm__li__icon:before, .p-about-fnm__logo:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 7.352941176470589%;
}

.g-footer__sns a img, .p-about-fnm__li__icon img, .p-about-fnm__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-about-fnm .c-heading--1 {
  margin: 0 0 2.8rem;
}

.p-about-fnm__lead {
  margin: 0 0 1.2375rem;
}

.p-about-fnm__what {
  margin: 0 -1.25rem;
}

.p-about-fnm__what__header {
  background: #fff;
  padding: 2.3125rem 0 4.8125rem;
  margin: 0 0 -2.5rem;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
  text-align: center;
}

.p-about-fnm__what__inner {
  padding: 0 1.25rem 2.625rem;
  max-width: 1320px;
  margin: 0 auto;
}

.p-about-fnm__register {
  background: #fff;
  padding: 2.175rem 1.25rem 2.5rem;
  margin: 0 -1.25rem;
}

.p-about-fnm__register__heading {
  font-size: 1.125rem;
  line-height: 1.333333333333333;
  text-align: center;
  margin: 0 0 2.3125rem;
}

.p-about-fnm__register__inner {
  font-size: .6875rem;
  line-height: 1.545454545454545;
}

.p-about-fnm__register__item {
  font-size: .8125rem;
}

.p-about-fnm__register b {
  display: block;
  text-align: center;
  font-weight: 600;
  margin: 0 0 .4375rem;
}

.p-about-fnm__register__btn {
  display: flex;
  border-radius: .25rem;
  width: 100%;
  height: 4.75rem;
  background: #72accb;
  color: #fff;
  font-weight: 600;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-footer a:hover, .p-about-fnm__register__btn:hover {
  opacity: .7;
}

.p-about-fnm__register__btn--line {
  background: #01b901;
}

.p-about-fnm__register__note {
  margin-top: .4375rem;
}

.p-about-fnm__faq {
  margin: 0 -1.25rem;
}

.p-about-fnm__li {
  border: 1px solid #dddddb;
  border-radius: .5rem;
  background: #fff;
  padding: 2.175rem 1.875rem;
  height: 100%;
}

.p-about-fnm__li header {
  font-size: .875rem;
  margin: 0 -1.875rem .85rem;
  text-align: center;
  color: #a7a7a7;
  font-weight: 600;
}

.p-about-fnm__li__icon {
  display: block;
  position: relative;
  width: 1.875rem;
  margin: 0 auto .8625rem;
}

.p-about-fnm__li__icon:before {
  padding: 0 0 100%;
}

.p-about-fnm__li__icon--2 {
  width: 4.625rem;
  margin-top: .4375rem;
}

.p-about-fnm__li__icon--2:before {
  padding: 0 0 31.08108108108108%;
}

.p-about-fnm__benefit .p-about-fnm__li header {
  text-align: left;
  margin: 0 0 .85rem;
}

.p-about-fnm__connect__item .c-heading--3 {
  font-weight: 600;
  margin-top: 0;
}

.p-about-fnm__connect__l {
  margin: 0 0 1.55rem;
}

.p-about-fnm__connect .c-pic {
  width: 15.875rem;
  margin: 0 auto;
}

.p-about-fnm__connect .c-pic:before {
  padding: 0 0 98.44961240310077%;
}

.p-about__ingot__tx {
  margin-top: -29.850746268656714%;
}

.p-about__banner {
  margin: 3.75rem 0 0;
  background: url(../assets/about/bg.jpg) no-repeat 0 0;
  background-size: cover;
}

.p-about__banner__inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 1.25rem;
}

.p-about__banner__tx {
  width: 15.375rem;
}

.p-about__banner__tx:before {
  padding: 0 0 41.46341463414634%;
}

.p-about__banner__btn {
  width: 6.4375rem;
  margin: 1.425rem 0 0;
}

.p-about__lead__fig {
  margin: 3.125rem 0 0;
}

.p-about__lead__fig:before {
  padding: 0 0 21.098626716604244%;
}

.p-about__lead__footer {
  margin: 3.75rem 0 0;
}

.p-about__heading--2 {
  font-size: 1.375rem;
  line-height: 1.063636363636363;
  margin: 0 0 3.08125rem;
}

.p-about__heading--3 {
  margin: 0 0 .9875rem;
  font-weight: 300;
}

.p-about__lineup {
  margin: 6.25rem 0 0;
}

.p-about__lineup__heading {
  margin: 0 0 1.25rem;
}

.p-about__lineup small {
  font-size: .6875em;
  margin: 0 0 0 1em;
}

.p-about__ln--0 .c-iv-i:before {
  padding: 0 0 47.368421052631575%;
}

.p-about__ln--1 .c-iv-i:before {
  padding: 0 0 26.31578947368421%;
}

.p-about__inquiry {
  border: solid #dddddb;
  border-width: 1px 0;
  padding: 2.175rem 0;
  text-align: center;
}

.p-about__inquiry b {
  font-weight: 600;
  display: block;
  font-size: .875rem;
  line-height: 1.5;
  margin: 0 0 1.21875rem;
}

.p-about__inquiry small {
  color: #a7a7a7;
  display: block;
  margin: .984375rem 0 0;
}

.p-about__aside, .p-about__inquiry {
  margin: 6.25rem 0 0;
}

.p-lens__header {
  background: url(../assets/about/four-nines-lens/hd-bg.png) 50% 50%;
  background-size: cover;
}

.p-lens__header--single-sight {
  background-image: url(../assets/about/four-nines-lens/single-sight/hd-bg.png);
}

.p-lens__header--multi-sight {
  background-image: url(../assets/about/four-nines-lens/multi-sight/hd-bg.png);
}

.p-lens__header__inner {
  height: 12.5rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.p-lens__header__inner p {
  font-size: .6875rem;
  line-height: 1.818181818181818;
}

.p-lens__header__heading {
  width: 17.8125rem;
}

.p-lens__header__heading:before {
  padding: 0 0 10.872331301713169%;
}

.p-lens__footer {
  margin: 8.125rem 0 0;
}

.p-lens__content, .p-lens__price {
  margin: 6.25rem 0 0;
}

.p-lens__price__note {
  margin: .625rem 0 0;
}

.p-contact__tel p+p, .p-lens__price__note p+p {
  margin: 0;
}

.p-lens__concept__fmt {
  margin: 3.75rem 0 0;
}

.p-lens__concept__fmt .c-pic:before, .p-lens__multi-sight__fmt .c-pic:before {
  padding: 0 0 63.57142857142857%;
}

.p-lens__concept__fig--0, .p-lens__concept__fig--2 {
  margin: 0 auto;
}

.p-lens__concept__fig--0:before {
  padding: 0 0 23.77952755905512%;
}

.p-lens__concept__fig--1:before {
  padding: 0 0 76.36363636363637%;
}

.p-lens__concept__fig--2:before {
  padding: 0 0 47.68518518518518%;
}

.p-lens__concept__fig--3 {
  display: flex;
  align-items: center;
  margin: 4.411764705882353% 0 0;
}

.p-lens__concept__fig--3--0, .p-lens__concept__fig--3--1 {
  width: 32.35294117647059%;
}

.p-lens__concept__fig--3--0:before, .p-lens__concept__fig--3--1:before {
  padding: 0 0 106.81818181818181%;
}

.p-lens__concept__fig--3--p {
  width: 5.294117647058823%;
  margin: -1.544117647058824%;
  position: relative;
  z-index: 1;
}

.p-lens__concept__fig--3--p:before {
  padding: 0 0 100%;
}

.p-lens__concept__fig--3--e {
  width: 5.294117647058823%;
  margin: 0 4.117647058823529% 0 2.352941176470588%;
}

.p-lens__concept__fig--3--e:before {
  padding: 0 0 50%;
}

.p-lens__concept__fig--3--2 {
  width: 27.205882352941174%;
}

.p-lens__concept__fig--3--2:before {
  padding: 0 0 26.486486486486488%;
}

.p-lens__concept__fig--4 {
  display: flex;
  align-items: center;
}

.p-lens__concept__fig--4--0 {
  width: 47.647058823529406%;
}

.p-lens__concept__fig--4--0:before {
  padding: 0 0 36.11111111111111%;
}

.p-lens__concept__fig--4--1 {
  width: 47.647058823529406%;
  margin: 0 0 0 4.705882352941177%;
}

.p-lens__concept__fig--4--1:before {
  padding: 0 0 36.41975308641975%;
}

.p-lens__concept__fig--5 {
  margin: 0 -8.181818181818182% 0 8.181818181818182%;
}

.p-lens__concept__fig--5:before {
  padding: 0 0 94.0909090909091%;
}

.p-lens__concept__fig--6 {
  margin: 1.875rem 0 0;
  width: 89.04255319148936%;
}

.p-lens__concept__fig--6:before {
  padding: 0 0 8.124253285543608%;
}

.p-lens__single-sight__fig--0:before {
  padding: 0 0 40.47244094488189%;
}

.p-lens__single-sight__fig--1:before {
  padding: 0 0 36.36363636363637%;
}

.p-lens__single-sight__fig--2:before {
  padding: 0 0 71.03448275862068%;
}

.p-lens__single-sight__fig--3 {
  margin: 5.833333333333333% 0 0;
}

.p-lens__single-sight__fig--3:before {
  padding: 0 0 21.52777777777778%;
}

.p-lens__single-sight__fig--4--0:before {
  padding: 0 0 40.416666666666664%;
}

.p-lens__single-sight__fig--4--1 {
  margin: 2.777777777777778% 0 0;
}

.p-lens__single-sight__fig--4--1:before {
  padding: 0 0 42.916666666666664%;
}

.p-lens__single-sight__fig--5:before {
  padding: 0 0 39.09090909090909%;
}

.p-lens__single-sight .c-column {
  margin-top: 1.875rem;
}

.p-lens__multi-sight__fmt {
  margin: 3.75rem 0 0;
}

.p-lens__multi-sight__fig--0:before {
  padding: 0 0 77.3529411764706%;
}

.p-lens__multi-sight__fig--1--0:before {
  padding: 0 0 40.416666666666664%;
}

.p-lens__multi-sight__fig--1--1 {
  margin: 2.777777777777778% 0 0;
}

.p-lens__multi-sight__fig--1--1:before {
  padding: 0 0 55.00000000000001%;
}

.p-lens__multi-sight__fig--2:before {
  padding: 0 0 39.09090909090909%;
}

.p-collection__li .c-iv-i:before {
  padding: 0 0 62.5%;
}

.p-collection__li+.p-collection__li {
  margin-top: 5.3rem;
}

.p-collection__li__label {
  display: flex;
  align-items: baseline;
  font-size: 1.375rem;
  line-height: 1.063636363636363;
  margin: 1.875rem 0 .6125rem;
  background: url(../assets/ui/arrow-right.svg) no-repeat 100% 55%;
  background-size: .9375rem;
}

.p-collection__li__label small {
  font-size: .5em;
  margin: 0 0 0 1.090909090909091em;
}

.p-collection__header {
  position: relative;
}

.p-collection__header .c-iv-i:before {
  padding: 0 0 35.714285714285715%;
}

.p-collection__header .c-iv-i {
  min-height: 300px;
}

.p-collection__header__inner {
  position: absolute;
  top: 66.15384615384615%;
  height: 33.84615384615385%;
}

.p-collection__logo {
  height: 31.363636363636367%;
}

.p-collection__logo img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.p-collection__inner {
  padding: 2.375rem 1.25rem 5rem;
}

.p-collection__lead h2 {
  margin: 0 0 2.75625rem;
}

.p-collection__lead .c-rows {
  margin: 3.01875rem 0 0;
}

.p-collection__sct+.p-collection__sct {
  margin: 6.25rem 0 0;
}

.p-collection__sct__header {
  padding: 0 0 1.15625rem;
  margin: 0 0 3.125rem;
  text-align: center;
  border-bottom: 1px solid #dddddb;
}

.p-collection__sct__header p {
  font-size: 4.25rem;
  line-height: 1.294117647058824;
  margin: 0;
}

.p-collection__sct__header small {
  display: block;
  font-size: .8125rem;
  line-height: 1.307692307692308;
  margin: 0 0 4.25rem;
}

.p-collection__sct h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
}

.p-collection__sct h3:first-child {
  margin-top: -.16875rem;
}

.p-collection__sct p {
  margin: 1.225rem 0 0;
}

.p-collection__sct img {
  margin: 4.35rem 0 0;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.p-collection__lookbook header, .p-collection__other header,
.p-collection__stockist header {
  text-align: center;
  margin: 0 0 3.75rem;
}

.p-collection__lookbook__inner {
  background: #fff;
}

.p-collection__lookbook__banner {
  max-width: 1820px;
  margin: 0 auto;
}

.p-collection__lookbook__banner .c-iv-i:before {
  padding: 0 0 31.263736263736263%;
}

.p-collection__other__inner {
  padding: 3.75rem 1.25rem 3.125rem;
}

.p-collection__stockist {
  background: #ebebeb;
}

.p-collection__stockist__inner {
  padding: 3.125rem 1.25rem;
}

.p-collection-archive__footer {
  padding: 3.125rem 0 0;
}

.p-company__office {
  background: #fff;
}

.p-company__office+.p-company__office {
  margin-top: 1.25rem;
}

.p-company__map__inner {
  position: relative;
}

.p-company__map__inner:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 67.6923076923077%;
}

.p-company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1) sepia(.15);
}

.p-company__map iframe.lazyloaded {
  animation: fade-in .7s forwards ease-in;
}

.p-company__data {
  padding: 1.875rem 1.25rem;
}

.p-company__data :first-child {
  margin-top: .325rem;
}

.p-company__data h4 {
  font-weight: 600;
  font-size: inherit;
  display: block;
  margin: 0 0 .6rem;
}

.p-company__google-map {
  text-align: center;
  margin: 1.55rem 0 0;
}

.p-contact__ln--shop {
  width: 9.25rem;
  margin-top: 2.175rem;
}

.p-contact__tel {
  border: 1px solid #dddddb;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 10.625rem;
}

.p-contact__tel p:nth-child(2) {
  font-size: 1.875rem;
  line-height: 1.3;
  margin: .625rem 0;
}

.p-contact__tel p:last-child {
  font-size: .75rem;
}

.p-contact--thanks {
  text-align: center;
}

.p-contact--thanks p {
  margin: 0 0 3.425rem;
}

.p-faq__tabs a {
  display: flex;
  flex-flow: column;
}

.p-faq__tabs a:after {
  content: '';
  width: .6875rem;
  height: .3125rem;
  background: url(../assets/faq/arrow.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: .675rem auto 0;
  transition-property: opacity;
  transition-duration: .3s;
}

.p-faq__tabs a:hover:after, .p-store-guide__tabs a:hover:after {
  opacity: .3;
}

.p-faq__sct+.p-faq__sct {
  margin: 6.9875rem 0 0;
}

.g-footer {
  padding: 3.75rem 0 2.9375rem;
  background: #fff;
}

.g-footer .c-logo {
  width: 6.25rem;
  margin: 0 auto;
}

.g-footer a {
  display: inline-flex;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-footer__contents, .g-footer__sns {
  display: flex;
  border-top: 1px solid #dddddb;
  width: 100%;
}

.g-footer__contents {
  flex-flow: wrap;
  padding: 1.5625rem 0;
}

.g-footer__contents li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .625rem 0;
}

.g-footer__contents--1 {
  font-size: 1rem;
  line-height: 1.125;
  padding: 3.75rem 0 3.9375rem;
}

.g-footer__contents--1, .g-footer__contents--2 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.g-footer__contents--1 li:nth-child(n+2) {
  margin: 2.0625rem 0 0;
}

.g-footer__contents--2 {
  font-size: .8125rem;
  line-height: 1.153846153846154;
  padding: 0 0 2.5625rem;
}

.g-footer__contents--2 li:nth-child(n+2) {
  margin: 1.375rem 0 0;
}

.g-footer__contents--3 {
  line-height: 1.769230769230769;
  justify-content: center;
}

.g-footer__contents--3 li {
  width: auto;
  padding: 0;
}

.g-footer__contents--3 li:nth-child(n+2) {
  margin: 0 0 0 3.125rem;
}

.g-footer__contents--4 {
  font-size: .75rem;
  line-height: 1.666666666666667;
  color: #a0a0a0;
}

.g-footer__sns {
  padding: 2.75rem 0;
  justify-content: center;
}

.g-footer__sns a {
  display: flex;
  position: relative;
  width: 2.5rem;
}

.g-footer__sns a:before, .g-header__ln__icon:before, .g-header__menu__btn:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.g-footer__sns a+a {
  margin: 0 0 0 2.875rem;
}

.g-footer__c {
  font-size: .75rem;
  line-height: 1.166666666666667;
  color: #a0a0a0;
  text-align: center;
  margin: 1.875rem 0 0;
}

.g-header {
  height: 3.625rem;
  pointer-events: none;
  width: 100%;
  z-index: 64;
  background: 0 0;
  transition-property: background-color color;
  transition-duration: .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.is-scrolled:not(.is-invert) .g-header {
  background-color: #fff;
}

.is-invert .g-header {
  background-color: transparent;
  color: #fff;
}

.g-header__inner {
  position: relative;
  padding: .75rem 1.25rem;
}

.g-header a, .g-header__menu {
  pointer-events: auto;
  color:#fff;
}

.g-header .c-logo {
  width: 3.75rem;
  margin: 0 auto;
}



.g-header__menu__btn {
  width: 1.5rem;
}

.g-header__ln {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 1.25rem;
}

.g-header__ln__wrapper {
  position: absolute;
  right: 2.125rem;
  top: 1.25rem;
  display: flex;
  align-items: center;
}

.g-header__ln__icon {
  display: inline-block;
  background: no-repeat 0 0;
  background-size: contain;
  position: relative;
}

.g-header__ln__icon img, .g-members__close img, .g-members__header i img,
.g-members__logo__inner img, .g-menu__close i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-header__ln__icon--search {
  width: 1.05rem;
}

.g-header__ln__icon--search:before {
  padding: 0 0 100%;
}

.g-header__ln__icon--shop {
  width: .875rem;
}

.g-header__ln__icon--shop:before {
  padding: 0 0 120%;
}

.g-header__ln__icon--members {
  width: .945rem;
}

.g-header__ln__icon--members:before, .g-members__header i:before {
  padding: 0 0 111.11111111111111%;
}

.g-header__i--b, .g-header__i--w {
  transition: opacity .3s;
}

.g-header__i--w {
  opacity: 0;
}

.g-header__i--b, .is-invert .g-header__i--w {
  opacity: 1;
}

.is-invert .g-header__i--b {
  opacity: 0;
}

.g-header__members {
  pointer-events: auto;
  cursor: pointer;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-header__members:hover {
  opacity: .7;
}

.g-header__members svg, .g-members__close svg, .g-members__li svg,
.g-menu__close__btn svg, .g-menu__li svg, .g-menu__sns a svg,
.p-shop__detail__banner svg, .p-shop__detail__swiper__thumbnail svg,
.p-shop__list__side__a svg, .p-shop__tab svg, .p-store-top__swiper a svg,
.p-vision-lab__footer__ln svg {
  transform: translateZ(0);
}

.g-header__lng {
  color: #c1c1b8;
  font-size: .8125rem;
  line-height: 1.153846153846154;
  display: none;
}

.g-header__lng__a {
  transition: color .3s;
}

.g-header__lng__a--en, .p-press-archive__media-select label select {
  margin: 0 0 0 1rem;
}

.g-header__lng__a.is-current {
  color: #0f0f10;
  pointer-events: none;
}

.is-invert .g-header__lng__a.is-current, .is-invert .g-header__lng__a:hover {
  color: #fff;
}

.g-header__lng__a:hover {
  color: #0f0f10;
}

.g-members {
  width: 14.5625rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate3d(100%, 0, 0);
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.is-members-open .g-members {
  animation: gmbo .53s forwards;
}

.is-members-close .g-members {
  animation: gmbc .53s forwards;
}

.g-members__inner {
  min-height: 100%;
  background: #fff;
  padding: 1.25rem 1.25rem 1.875rem 1.875rem;
}

.g-members__header {
  display: flex;
  margin: 0 0 1.25rem;
  align-items: center;
  line-height: 1.5;
}

.g-members__header i {
  display: block;
  position: relative;
  width: .945rem;
  margin: 0 .6175rem 0 0;
}

.g-members__header i:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
}

.g-members__header p {
  flex: 1 1;
  padding: 0 .9375rem 0 0;
}

.g-members__close {
  display: block;
  position: relative;
  width: 1rem;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}

.g-members__close:before, .g-members__logo__inner:before,
.g-menu__close i:before, .g-menu__li--expand i:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.g-members__close:hover {
  opacity: .7;
}

.g-members__logo {
  margin: 0 -1.25rem 2.09375rem -1.875rem;
  padding: 1.6875rem 1.1875rem 1.625rem 1.875rem;
  background: #f5f5f2;
}

.g-members__logo__inner {
  position: relative;
  width: 11.5rem;
  max-width: 100%;
}

.g-members__logo__inner:before {
  padding: 0 0 7.608695652173914%;
}

.g-members__ul .g-members__ul {
  margin-top: .96875rem;
  padding: 0 0 0 .625rem;
}

.g-members__li {
  display: block;
  cursor: pointer;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: .875rem;
  line-height: 1.5;
}

.g-members__li:hover {
  opacity: .7;
}

.g-members__li+.g-members__li {
  margin-top: 1rem;
}

.g-members__li .g-members__li {
  font-size: .8125rem;
  line-height: 1.769230769230769;
}

.g-members__li .g-members__li+.g-members__li {
  margin-top: .625rem;
}

.g-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate3d(-100%, 0, 0);
}

.g-menu__wrapper {
  display: flex;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.g-menu__inner {
  min-height: 100%;
  width: auto;
  flex: 1 1;
  background: #f5f5f2;
  padding: 1.875rem;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.g-menu__inner hr {
  margin: .71875rem 0;
}

.g-menu__li, .g-menu__sns a {
  display: block;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-menu__li {
  cursor: pointer;
  font-size: .875rem;
  line-height: 1.142857142857143;
  padding: .78125rem 0;
}

.g-menu__li:hover, .g-menu__sns a:hover {
  opacity: .7;
}

.g-menu__li.-logged-in {
  cursor: default;
  pointer-events: none;
}

.g-menu__li--expand {
  display: flex;
  align-items: center;
}

.g-menu__li--expand i {
  margin: 0 0 0 1.5rem;
  position: relative;
  width: .9375rem;
  background: url(../assets/menu/plus.svg) no-repeat 50% 50%;
  background-size: contain;
}

.g-menu__li--expand.is-expand {
  color: #c1c1b8;
}

.g-menu__li--expand.is-expand i {
  background-image: url(../assets/menu/minus.svg);
}

.g-menu__expand {
  height: 0;
  overflow: hidden;
  margin: 0 -1.875rem;
  transition-property: height, margin;
  transition-duration: .7s;
}

.g-menu__expand__inner {
  padding: 1.1875rem 1.875rem 1.1875rem 3.6875rem;
  border: solid #dddddb;
  border-width: 1px 0;
}

.g-menu__li.is-expand+.g-menu__expand {
  margin: 1.1875rem -1.875rem;
}

.g-menu__expand--desktop {
  display: none;
  width: 0;
}

.g-menu__logo, .g-menu__sns {
  margin: 1.625rem 0 0 .25rem;
  display: flex;
  align-items: center;
}

.g-menu__sns a {
  width: 1.5rem;
  height: 1.5rem;
}

.g-menu__sns a+a {
  margin: 0 0 0 2.375rem;
}

.g-menu__logo {
  margin: 0 0 2.5625rem;
  justify-content: space-between;
}

.g-menu__logo .c-logo {
  width: 4.3125rem;
}

.is-menu-open .g-menu {
  animation: gmo .73s forwards;
}

.is-menu-close .g-menu {
  animation: gmc .73s forwards;
}

.g-menu__close {
  width: 5rem;
  height: 100%;
  padding: 1.75rem 0 0;
}

.g-menu__close__btn {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
}

.g-menu__close__btn:hover {
  opacity: .7;
}

.g-menu__close i {
  display: block;
  position: relative;
  width: 1.25rem;
  margin: 0 0 .4375rem;
}

.g-menu__close p {
  color: #83827c;
  font-size: .6875rem;
  line-height: 1.272727272727273;
}

.g-menu__lng {
  color: #c1c1b8;
  font-size: .8125rem;
  line-height: 1.153846153846154;
  display: block;
  padding: 0 .625rem 0 0;
}

.g-menu__lng__a--en {
  margin: 0 0 0 1.875rem;
}

.g-menu__lng__a.is-current {
  color: #0f0f10;
  pointer-events: none;
}

.p-home__inner {
  background: #f5f5f2;
}

.p-home__section {
  padding: 6.25rem .9375rem;
}

.p-home__section__inner {
  max-width: 1840px;
  margin: 0 auto;
}

.p-home__section__footer {
  text-align: center;
}

.p-home__heading--1 {
  font-size: 1.5rem;
  line-height: 1.208333333333333;
  margin: 0 0 3.125rem;
  text-align: center;
}

header.p-home__heading--1 p {
  margin-top: .4375rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.p-home__heading--2 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0 0 1.875rem;
  text-align: center;
}

header.p-home__heading--2 p {
  margin-top: .53125rem;
  font-size: .8125rem;
  line-height: 1.230769230769231;
}

.p-home.is-intro {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-home.is-intro .c-headline, .p-home.is-intro .g-header {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}

.p-home.is-header-show .c-headline, .p-home.is-header-show .g-header {
  animation: vbs3 1.2s forwards ease-out;
}

.p-home__intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 256;
}

.p-home__intro__ly {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
      grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
      grid-column: 1/2;
  z-index: 0;
}

.p-home__intro__inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 1fr/1fr;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-home__intro__bar {
  width: 100%;
  height: calc(100%/3 + 2px);
  margin: -1px 0;
  background: #000;
  transform: translate3d(100%, 0, 0);
}

.is-vs-0 .p-home__intro__bar {
  animation: vbs0 .33s forwards ease-in;
}

.is-vs-0 .p-home__intro__bar:nth-child(2) {
  animation-delay: .2s;
}

.is-vs-0 .p-home__intro__bar:nth-child(3) {
  animation-delay: .4s;
}

.is-vs-1 .p-home__intro__bar {
  transform: none;
  animation: vbs2 .33s forwards ease-out;
}

.is-vs-1 .p-home__intro__bar:nth-child(2) {
  animation-delay: .2s;
}

.is-vs-1 .p-home__intro__bar:nth-child(3) {
  animation-delay: .4s;
}

.p-home__intro__ly--0 {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.p-home__intro__ly--0 .c-logo {
  width: 11rem;
  transform: translate(-3%, 0);
  opacity: 0;
}

.is-prepared .p-home__intro__ly--0 .c-logo {
  opacity: 1;
  animation: fade-in .73s both .4s;
}

.is-vs-1 .p-home__intro__ly--0 {
  display: none;
}

.p-home__intro__ly--1 {
  z-index: 3;
  display: flex;
  flex-flow: column;
}

.p-home__intro__mk {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 4;
}

.is-vs-0 .p-home__intro__mk {
  animation: vbs1 .33s forwards .2s ease-in;
}

.is-vs-1 .p-home__intro__mk {
  width: 100%;
}

.p-home__intro__mk__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
}

.p-home__intro__mk .c-logo {
  width: 11rem;
  transform: translate(-3%, 0);
}

.is-vs-1 .p-home__intro__mk .c-logo {
  animation: fade-in .93s both linear reverse;
}

@media only screen and (min-width:641px) {
  html {
    font-size: 2.857142857142857vw;
  }

  .u-hide--m {
    display: initial;
  }
}

@media only screen and (min-width:768px) {
  html {
    font-size: 1.666666666666667vw;
  }

  .c-fns, .c-stockist {
    display: flex;
    margin: 0;
  }

  .c-fns__inner, .c-stockist__inner {
    padding: 1.875rem 1.875rem 1.55rem;
    flex: 1 1;
  }

  .c-fns__ln, .c-stockist__ln {
    width: 9.5rem;
    border-left: 1px solid #dddddb;
    padding: 0;
  }

  .l-content {
    padding: 3rem 1.25rem 10rem;
    max-width: 840px;
    margin: 0 auto;
  }

  .l-content--wide {
    max-width: 1320px;
  }

  .c-button {
    width: 22.1875rem;
    height: 5rem;
    margin: 0 auto;
  }

  .c-column {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: wrap;
  }

  .c-column--3 .c-column__item {
    width: calc((100% - 2.75rem)/3);
    margin: 0 0 0 1.375rem;
  }

  .c-column--3 .c-column__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .c-column--2 .c-column__item {
    width: calc((100% - 2.5rem)/2);
  }

  .c-column--2 .c-column__item:nth-child(n+3) {
    margin-top: 3.75rem;
  }

  .c-fmt--a__ly {
    width: 87.5%;
  }

  .c-fmt--a__tx {
    padding: 4.375rem;
    margin-top: -13.750000000000002%;
  }

  .c-heading--1 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0 0 5.925rem;
  }

  .c-heading--2, .c-heading--2n {
    font-size: 1.375rem;
    line-height: 1.063636363636363;
    margin: 4.81875rem 0 3.58125rem;
  }

  .c-heading--3 {
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 3.58125rem 0 1.70625rem;
  }

  .c-ln--fig__tx {
    margin: .925rem 0 0;
  }

  .c-ol__heading:before {
    margin: 0 1.25rem 0 0;
  }

  .c-ol__heading__inner {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .c-ol--slim li {
    align-items: center;
  }

  .c-ol--slim li:before, .c-ol__heading:before {
    width: 2.375rem;
    height: 2.25rem;
  }

  .c-page__heading {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0 0 6.25rem;
  }

  .c-page__h2 {
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 3.05rem 0 2.5rem;
    padding: 0 0 1.125rem;
  }

  .c-rows {
    flex-flow: wrap;
  }

  .c-rows--reverse {
    flex-flow: wrap-reverse;
  }

  .c-row {
    width: calc((100% - 2.5rem)/2);
  }

  .c-row--r {
    margin: 0 0 0 2.5rem;
  }

  .c-athlete dl, .c-table {
    display: flex;
    flex-flow: wrap;
  }

  .c-table__td, .c-table__th {
    padding: 1.55rem 1.25rem;
  }

  .c-table__th {
    width: 26.25%;
  }

  .c-table__td {
    width: 73.75%;
  }

  .c-column .c-table__th {
    padding-left: 0;
    width: 42.10526315789473%;
  }

  .c-column .c-table__td {
    width: 57.89473684210527%;
  }

  .c-table--s {
    max-width: 360px;
  }

  .c-table--s .c-table__td, .c-table--s .c-table__th {
    padding: .925rem .625rem;
  }

  .c-table--s .c-table__th {
    width: 44.44444444444444%;
  }

  .c-table--s .c-table__td {
    width: 55.55555555555556%;
  }

  .c-toggle__hd {
    padding: 1.175rem 4.375rem 1.175rem 1.875rem;
  }

  .c-toggle__inner {
    padding: .925rem 1.25rem 1.55rem;
  }

  .c-article__nav {
    font-size: .8125rem;
    padding: 1.875rem 0;
  }

  .c-athlete__li {
    width: 30%;
    margin: 0 0 0 5%;
  }

  .c-athlete__li:nth-child(n+4) {
    margin-top: 5%;
  }

  .c-athlete__li:nth-child(3n+1) {
    margin-left: 0;
  }

  .c-athlete__list {
    padding: 2.175rem 2.5rem;
  }

  .c-athlete dl dt {
    width: 5rem;
  }

  .c-athlete dl dd {
    width: calc(100% - 5rem);
  }

  .c-b2t {
    right: 2.875rem;
    bottom: 2.875rem;
  }

  .c-b2t img {
    width: 4rem;
    height: 4rem;
  }

  .c-breadcrumbs__inner {
    margin: 0 auto;
    max-width: 1320px;
  }

  .c-collections {
    margin: 0 auto;
    max-width: 50rem;
  }

  .c-collections__inner {
    margin: -7.5% 0 0 -2.75%;
  }

  .c-collections__li {
    width: 30.656934306569344%;
    font-size: .8125rem;
    line-height: 1.153846153846154;
    margin: 7.2992700729927% 0 0 2.67639902676399%;
  }

  .c-collections__li p br {
    display: none;
  }

  .c-collections__view-all {
    margin: 5rem 0 0;
  }

  .c-content__inner {
    padding: 6.25rem 1.25rem;
    max-width: 840px;
    margin: 0 auto;
  }

  .c-form__tr {
    display: flex;
    flex-flow: wrap;
    padding: 2.8rem 1.25rem;
  }

  .c-form__th {
    width: 29.47368421052631%;
    padding: 0 4.210526315789473% 0 0;
  }

  .c-form__td {
    width: 67%;
    margin: 0;
    padding: 0 .001644736842105rem 0 0;
  }

  .c-form__td .c-input {
    margin: -1.25rem 0;
  }

  .c-form__td:nth-child(n+3), .c-form__th:nth-child(n+3) {
    margin-top: 2.9125rem;
  }

  .c-form__terms {
    height: 17.1875rem;
  }

  .c-form__footer--confirm {
    flex-flow: wrap row-reverse;
    justify-content: space-between;
  }

  .c-headline__inner {
    padding-left: 2.8125rem;
  }

  .c-information__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 2.6875rem;
    max-width: 80rem;
  }

  .c-information__li {
    width: 31.25%;
  }

  .c-input {
    max-width: 21.25rem;
    padding: .8625rem 1.25rem;
  }

  textarea.c-input {
    max-width: none;
  }

  select.c-input {
    max-width: 100%;
    width: auto;
    padding-right: 2.375rem;
  }

  .c-input--zip {
    width: 6.5625rem;
  }

  .c-journal__wrapper {
    justify-content: space-between;
    flex-flow: nowrap;
    margin: 0 auto 3.75rem;
    max-width: 80rem;
  }

  .c-journal__li {
    width: 23.828125%;
    font-size: .8125rem;
    line-height: 1.153846153846154;
  }

  .c-lens-c__header__num {
    width: 3.25rem;
    margin: 0 2.1875rem 0 0;
    align-items: center;
  }

  .c-lens-c__header__column {
    display: flex;
  }

  .c-lens-c__header__column__i {
    width: 40.67321178120617%;
    margin: 0 0 0 4.207573632538569%;
  }

  .c-lens-c__inner {
    margin: 0;
  }

  .c-lens-c__fig {
    padding: 3.75rem;
  }

  .c-lens-c__fig--tbl, .c-lens-c__toggle .c-toggle__inner {
    padding: 2.5rem;
  }

  .c-lens-c__column {
    display: flex;
  }

  .c-lens-c__column__r {
    padding: 0;
    width: 30.555555555555557%;
    margin: 0 0 0 4.166666666666666%;
  }

  .c-pagination__el {
    width: 1.875rem;
    height: 1.875rem;
    margin: .25rem;
  }

  .c-shop-li__wrapper {
    padding: 0;
  }

  .c-shop-li {
    display: flex;
    color: #000;
  }

  .c-shop-li__area, .c-shop-li__name {
    margin: 0 5.296610169491525% 0 0;
    width: 26.906779661016948%;
  }

  .c-shop-li__area {
    width: 7.415254237288135%;
  }

  .c-shop-li__desc, .c-shop-li__items {
    margin: 0 5.296610169491525% 0 0;
    width: 17.478813559322035%;
  }

  .c-shop-li__items {
    width: 11.652542372881355%;
  }

  .c-shop-li__ln {
    margin: 0;
    padding: 0;
    width: 15.360169491525424%;
  }

  .c-sz {
    display: none;
  }

  .c-tabs {
    flex-flow: nowrap;
    flex-shrink: 1;
  }

  .c-tabs li {
    width: auto;
    flex: 1 1;
  }

  .c-tabs a {
    padding: 1.6875rem 0;
  }

  .u-hide {
    display: none;
  }

  .p-about-fnm__logo {
    width: 21.25rem;
  }

  .p-about-fnm .c-heading--1 {
    margin: 0 0 3.425rem;
  }

  .p-about-fnm__lead {
    text-align: center;
    margin: 0 0 2.3rem;
  }

  .p-about-fnm__what__header {
    font-size: 1.375rem;
    line-height: 1.5;
    padding: 3.40625rem 0 8.40625rem;
    margin: 0 0 -5.625rem;
  }

  .p-about-fnm__register {
    border-radius: 1.25rem;
    padding: 3.425rem;
    margin: 0;
  }

  .p-about-fnm__register__heading {
    font-size: 1.375rem;
    line-height: 1.5;
    margin: 0 0 2.9375rem;
  }

  .p-about-fnm__register__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    max-width: 820px;
  }

  .p-about-fnm__register__item {
    width: calc(50% - .625rem);
    max-width: 400px;
  }

  .p-about-fnm__faq {
    margin: 0;
  }

  .p-about-fnm__li {
    padding: 2.175rem 2.5rem;
  }

  .p-about-fnm__li header {
    font-size: 1rem;
    margin: 0 -2.5rem .85rem;
  }

  .p-about-fnm__benefit .p-about-fnm__li header {
    margin: 0 0 .85rem;
  }

  .p-about-fnm__connect__wrapper {
    display: flex;
    justify-content: space-between;
  }

  .p-about-fnm__connect__r {
    width: 53.5483870967742%;
  }

  .p-about-fnm__connect__l {
    margin: 0;
    width: 41.612903225806456%;
  }

  .p-about-fnm__connect .c-pic {
    width: 100%;
  }

  .p-about__ingot__tx {
    margin-top: -33.75%;
  }

  .p-about__banner {
    margin: 7.5rem 0 0;
  }

  .p-about__banner__inner {
    padding: 6.875000000000001% 6.875000000000001% 6.25% 62.5%;
  }

  .p-about__lineup__heading {
    margin: 0 0 2.5rem;
  }

  .p-lens__header__inner {
    height: 16.25rem;
  }

  .p-lens__header__inner--index {
    align-items: flex-end;
  }

  .p-lens__concept__fmt .c-fmt--a__fig {
    width: 70%;
  }

  .p-lens__concept__fmt .c-fmt--a__tx {
    width: 78.25%;
  }

  .p-lens__concept__fig--0 {
    width: 93.38235294117648%;
  }

  .p-lens__concept__fig--2 {
    width: 63.52941176470588%;
  }

  .p-lens__single-sight__fig--0 {
    width: 93.38235294117648%;
    margin: 0 auto;
  }

  .p-lens__single-sight .c-column--3 .c-column__item {
    width: 30.392156862745097%;
  }

  .p-lens__multi-sight__fmt .c-fmt--a__fig {
    width: 70%;
  }

  .p-lens__multi-sight__fmt .c-fmt--a__tx {
    width: 78.25%;
  }

  .p-collection__li+.p-collection__li {
    margin-top: 7.175rem;
  }

  .p-collection__li__label {
    font-size: 1.375rem;
    line-height: 1.063636363636363;
    margin: 3.75rem 0 1.55rem;
  }

  .p-collection__header {
    padding: 2.5rem 3.125rem;
    max-width: 1920px;
    margin: 0 auto;
  }

  .p-collection__inner {
    padding: 4.95625rem 1.25rem 7.5rem;
    max-width: 840px;
    margin: 0 auto;
  }

  .p-collection__other__inner {
    padding: 7.45625rem 1.25rem 6.25rem;
  }

  .p-collection__stockist__inner {
    padding: 6.20625rem 1.25rem 6.25rem;
  }

  .p-collection__stockist__tx {
    text-align: center;
    margin: 0 auto;
  }

  .p-collection-archive__footer {
    margin: 6.25rem 0 0;
  }

  .p-company__office {
    display: flex;
  }

  .p-company__map {
    width: 47.5%;
  }

  .p-company__data {
    width: 52.5%;
    padding: 0 2.5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .p-company__google-map {
    text-align: left;
  }

  .p-contact__tel {
    height: 12.8125rem;
  }

  .p-contact__tel p:last-child {
    font-size: inherit;
  }

  .p-faq__tabs {
    flex-flow: wrap;
  }

  .p-faq__tabs li {
    width: 20%;
    flex: inherit;
  }

  .g-footer {
    padding: 4.9375rem 0 4.125rem;
  }

  .g-footer__contents, .g-footer__sns {
    border: 0;
    width: auto;
    justify-content: center;
    align-items: center;
  }

  .g-footer__contents {
    flex-flow: row nowrap;
    padding: 0;
  }

  .g-footer__contents li {
    width: auto;
    padding: 0;
  }

  .g-footer__contents li:nth-child(n+2) {
    margin: 0 0 0 1.875rem;
  }

  .g-footer__contents--1 {
    flex-flow: row;
    padding: 5rem 0 2.6875rem;
  }

  .g-footer__contents--2 {
    flex-flow: row;
  }

  .g-footer__contents--1 li:nth-child(n+2) {
    margin: 0 0 0 2.5rem;
  }

  .g-footer__contents--2 {
    padding: 0 0 1.6125rem;
  }

  .g-footer__contents--2 li:nth-child(n+2),
  .g-footer__contents--3 li:nth-child(n+2) {
    margin: 0 0 0 1.875rem;
  }

  .g-footer__sns {
    padding: 3.425rem 0 4.625rem;
  }

  .g-footer__sns a {
    width: 1.4375rem;
  }

  .g-footer__sns a+a {
    margin: 0 0 0 .875rem;
  }

  .g-footer__c {
    margin: 1.375rem 0 0;
  }

  .g-header {
    height: 6.625rem;
  }

  .g-header__inner {
    padding: 1.68rem 1.25rem;
  }

  .g-header .c-logo {
    width: 5.565625rem;
  }

  .g-header__menu {
    top:0;color: #fff;
    left: 2.5rem;
  }

  .g-header__menu__btn {
    width: 2.875rem;
  }

  .g-header__ln__wrapper {
    right: 3.75rem;
    top: 2.7875rem;
  }

  .g-header__ln {
    margin: 0 0 0 2.4375rem;
  }

  .g-header__ln span {
    display: inline-block;
    margin: 0 0 0 .625rem;
    font-size: .8125rem;
    line-height: 1.769230769230769;
  }

  .g-header__lng {
    display: block;
  }

  .g-members {
    width: 19rem;
  }

  .g-members__inner {
    padding: 2.8125rem 3.125rem 3.75rem 3.75rem;
  }

  .g-members__header {
    margin: 0 0 2.85rem;
  }

  .g-members__header p {
    padding: 0 1.5625rem 0 0;
  }

  .g-members__logo {
    margin: 0 -3.125rem 2.25rem -3.75rem;
    padding: 1.6875rem 3.75rem 1.625rem;
  }

  .g-members__li {
    font-size: 1rem;
    line-height: 1.5;
  }

  .g-members__li+.g-members__li {
    margin-top: 1.0625rem;
  }

  .g-menu {
    width: 34rem;
    transition: width .7s;
  }

  .g-menu.is-expand {
    width: 52.125rem;
  }

  .g-menu__inner {
    display: flex;
    flex-flow: column;
    padding: 8rem 3.5rem 8rem 3.75rem;
  }

  .g-menu__inner__t {
    flex: 1 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .g-menu__inner hr {
    margin: .78125rem 0;
  }

  .g-menu__li {
    font-size: 1rem;
    line-height: 1.125;
    padding: .71875rem 0;
  }

  .g-menu__expand {
    position: absolute;
    left: 21.625rem;
    top: 0;
    width: 0;
    height: 100%;
    transition: none;
  }

  .g-menu__expand__inner {
    display: none;
  }

  .g-menu__expand--desktop {
    overflow: hidden;
    transition: width .7s;
    height: 100%;
    display: block;
    background: #f5f5f2;
  }

  .is-expand .g-menu__expand--desktop {
    width: 18.125rem;
  }

  .g-menu__expand--desktop__el {
    flex-flow: column;
    justify-content: center;
    width: 18.125rem;
    padding: 3.75rem;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    white-space: nowrap;
    display: none;
    border-left: 1px solid #dddddb;
  }

  .g-menu__expand--desktop__el.is-expand {
    display: flex;
  }

  .g-menu__sns {
    margin: 1.90625rem 0 0 .25rem;
  }

  .g-menu__sns a+a {
    margin: 0 0 0 1.125rem;
  }

  .g-menu__logo {
    display: block;
  }

  .g-menu__close {
    background: #fff;
    width: 12.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .g-menu__lng, .p-home__about h3 br {
    display: none;
  }

  .p-home__heading--1 {
    font-size: 2rem;
    line-height: 1.03125;
    margin: 0 0 3.75rem;
    letter-spacing: .05em;
  }

  .p-home__heading--2 {
    font-size: 1.5rem;
    line-height: 1.208333333333333;
    letter-spacing: .05em;
  }

  .is-vs-0 .p-home__intro__bar, .is-vs-1 .p-home__intro__bar {
    animation-duration: .73s;
  }

  .p-home__intro__ly--0 .c-logo {
    width: 12.100000000000001rem;
  }

  .is-vs-0 .p-home__intro__mk {
    animation-duration: .73s;
  }

  
}

@media only screen and (min-width:768px) and (min-height:691px) {
  .g-menu__inner {
    justify-content: center;
  }

  .g-menu__expand--desktop__el, .g-menu__inner {
    overflow: visible;
  }
}

@media only screen and (min-width:841px) {
  .c-ihd {
    margin: 0 calc((-100vw + 800px)/2) 5rem;
  }
}

@media only screen and (min-width:961px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (min-width:1101px) {
  .p-home__about__wrapper {
    margin: -3.75rem 5rem 0;
    padding: 7.5rem 5rem 6.25rem;
  }

  .p-home__lineup__a {
    font-size: .8125rem;
  }

  .p-shop__wrapper .c-heading--1 {
    margin-bottom: -3.125rem;
  }

  .p-shop__tabs {
    margin: 0;
    justify-content: flex-end;
  }
}

@media only screen and (min-width:1321px) {
  .p-about-fnm__what {
    margin: 0 calc(-50vw + 640px);
  }
}

@media only screen and (min-width:1441px) {
  .p-home__swiper__arrow.-next {
    right: 60px;
  }

  .p-home__swiper__arrow.-prev {
    left: 60px;
  }

  .p-home__lineup {
    padding: 10.75rem 2.5rem 3.125rem;
  }

  .p-home__products {
    padding: 3.125rem 2.5rem 10rem;
    max-width: 1920px;
    margin: 0 auto;
  }

  .p-home__ec {
    padding: 0 2.5rem 3.75rem;
  }
}

@media only screen and (min-width:1921px) {
  .p-home__products__li {
    font-size: 1rem;
  }
}

@media only screen and (max-width:767px) {
  .c-column--3 .c-column__item:nth-child(n+2) {
    margin: .625rem 0 0;
  }

  .c-column--2 .c-column__item:nth-child(n+2) {
    margin: 2.5rem 0 0;
  }

  .c-rows--reverse .c-row--l {
    order: 2;
    margin: 1.875rem 0 0;
  }

  .c-rows--reverse .c-row--r {
    order: 1;
    margin: 0;
  }

  .c-table__th:nth-of-type(n+2) {
    margin-top: .625rem;
  }

  .c-table--s .c-table__th:nth-of-type(n+2) {
    margin-top: 0;
  }

  .c-athlete__li {
    width: 47.76119402985074%;
  }

  .c-athlete__li:nth-child(n+3) {
    margin: 5.970149253731343% 0 0;
  }

  .c-athlete__li:nth-child(2n+2) {
    margin-left: 4.477611940298507%;
  }

  .c-athlete dl dt:nth-of-type(n+2) {
    margin: .625rem 0 0;
  }

  .c-collections__li {
    width: 50%;
  }

  .c-collections__li:nth-child(n+3) {
    margin-top: 2.0625rem;
  }

  .c-form__th:nth-child(2n+3) {
    margin-top: 1.85rem;
  }

  .c-form__td, .c-form__th {
    word-break: break-all;
  }

  .c-form__footer--confirm .c-button:nth-child(2) {
    margin-top: 1.25rem;
  }

  .c-journal__li:nth-child(n+3) {
    margin-top: 1.875rem;
  }

  .p-about-fnm__register__item+.p-about-fnm__register__item {
    margin: 2.125rem 0 0;
  }

  .p-home__collections__li:nth-child(n+2) {
    margin-top: 2.0625rem;
  }

  .p-press-archive__li {
    width: 47.76119402985074%;
  }

  .p-press-archive__li:nth-child(n+3) {
    margin: 5.970149253731343% 0 0;
  }

  .p-press-archive__li:nth-child(2n+2) {
    margin-left: 4.477611940298507%;
  }

  .p-reserve-day__scene--reverse .p-reserve-day__scene__i {
    margin: 0 -.625rem 0 auto;
  }

  .p-reserve-day__scene--reverse .p-reserve-day__scene__num {
    margin: -23.728813559322035% auto 6.779661016949152% -.625rem;
  }

  .p-shop__list__side__a {
    width: calc((100% - 1px)/2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
  }

  .p-shop__list__side__a:nth-child(2n+2) {
    margin-left: 1px;
  }

  .p-shop__list__side__a:nth-child(n+3) {
    margin-top: 1px;
  }

  .p-spirit__home__nav .c-column__item:nth-child(n+2) {
    margin-top: .75rem;
  }
}

@media only screen and (max-width:320px) {
  html {
    font-size: 87.5%;
  }
}