@charset "UTF-8";
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "Athletics-Lt";
  src: url("/static/full/speedo/fonts/Athletics_Light.otf");
  src: url("/static/full/speedo/fonts/Athletics_Light.otf") format("opentype");
}
@font-face {
  font-family: "Athletics-LtIt";
  src: url("/static/full/speedo/fonts/Athletics_Light_Italic.otf");
  src: url("/static/full/speedo/fonts/Athletics_Light_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Athletics-Rg";
  src: url("/static/full/speedo/fonts/Athletics_Regular.otf");
  src: url("/static/full/speedo/fonts/Athletics_Regular.otf") format("opentype");
}
@font-face {
  font-family: "Athletics-RgIt";
  src: url("/static/full/speedo/fonts/Athletics_Regular_Italic.otf");
  src: url("/static/full/speedo/fonts/Athletics_Regular_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Athletics-Bd";
  src: url("/static/full/speedo/fonts/Athletics_Bold.otf");
  src: url("/static/full/speedo/fonts/Athletics_Bold.otf") format("opentype");
}
@font-face {
  font-family: "Athletics-BdIt";
  src: url("/static/full/speedo/fonts/Athletics_Bold_Italic.otf");
  src: url("/static/full/speedo/fonts/Athletics_Bold_Italic.otf") format("opentype");
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 10px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 820px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", "Avenir Next", "Avenir", sans-serif;
  letter-spacing: 0.04em;
  color: #000;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.EnLt {
  font-family: "Athletics-Lt";
}

.EnLtIt {
  font-family: "Athletics-LtIt";
}

.EnRg {
  font-family: "Athletics-Rg";
}

.EnRgIt {
  font-family: "Athletics-RgIt";
}

.EnBd {
  font-family: "Athletics-Bd";
}

.EnBdIt {
  font-family: "Athletics-BdIt";
}

.Jp {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", "Avenir Next", "Avenir", sans-serif;
}

.JpBd {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo", "Avenir Next", "Avenir", sans-serif;
  font-weight: bold;
}

.ftIt {
  font-style: italic;
}

img,
video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.fancybox__container * {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
}

br.sp {
  display: none;
}

br.pc {
  display: inline;
}

@media (max-width: 820px) {
  br.sp {
    display: inline;
  }
  br.pc {
    display: none;
  }
}
body.top #firstview {
  background: #0b1a1e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
body.top #firstview .logo {
  width: 50.6666666667%;
  max-width: 360px;
  -webkit-animation: 2s ease-in-out flash;
          animation: 2s ease-in-out flash;
}
body.top #firstview .text {
  font-size: 1.5em;
  text-align: center;
  margin-top: 4.6666666667em;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-animation: 4s ease-in-out flash;
          animation: 4s ease-in-out flash;
}
@media (max-width: 820px) {
  body.top #firstview .text {
    font-size: 2.2em;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(180%);
            transform: translateY(180%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(180%);
            transform: translateY(180%);
  }
}
body.top #firstview .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 16em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 2s ease-in-out flash;
          animation: 2s ease-in-out flash;
  overflow: hidden;
}
@media (max-width: 820px) {
  body.top #firstview .scroll {
    width: 2px;
    height: 24em;
  }
}
body.top #firstview .scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 70%;
  background-color: #fff;
  -webkit-animation: 2s ease infinite scroll;
          animation: 2s ease infinite scroll;
}
body.top #container {
  position: relative;
  z-index: 2;
  margin-top: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0b1a1e;
}
body.top #container main {
  width: 50%;
  background-color: #fff;
}
@media (max-width: 820px) {
  body.top #container main {
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 2;
  }
}
body.top #container main nav {
  background: #fff;
  position: sticky;
  z-index: 3;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.top #container main nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(1.75vw, 2em);
  letter-spacing: 0.04em;
  line-height: 1.7;
  width: 82.7160493827%;
  margin: 0 auto;
  padding: 0.75em 0;
}
body.top #container main nav ul li::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
  color: #000;
}
body.top #container main nav ul li:first-child::before {
  display: none;
}
body.top #container main nav ul li a {
  color: #000;
}
@media (max-width: 820px) {
  body.top #container main nav ul {
    font-size: 2.4em;
    line-height: 2;
    padding: 0.8333333333em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  body.top #container main nav ul li:before {
    margin: 0 1em;
  }
}
body.top #container main nav.init {
  background-color: rgba(0, 0, 0, 0.8);
}
body.top #container main nav.init ul li::before {
  color: #fff;
}
body.top #container main nav.init ul li a {
  color: #fff;
}
body.top #container main article .sec {
  min-height: 90vh;
}
body.top #container main article .sec .vis {
  display: none;
}
@media (max-width: 820px) {
  body.top #container main article .sec {
    min-height: 130vw;
  }
}
body.top #container main article section {
  background: #fff;
}
@media (max-width: 820px) {
  body.top #container main article section {
    margin-top: 114.6666666667vw;
    min-height: 90vh;
  }
  body.top #container main article section#movie {
    margin-top: 0;
  }
}
body.top #container main article section .inner {
  width: 82.7160493827%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  body.top #container main article section .inner {
    width: 85.3333333333%;
  }
}
body.top #container main article section h2 {
  text-align: center;
  font-size: 3.6em;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
@media (max-width: 820px) {
  body.top #container main article section h2 {
    font-size: 4.4em;
  }
}
body.top #container main article section .text {
  font-size: 1.4em;
  line-height: 2;
}
@media (max-width: 820px) {
  body.top #container main article section .text {
    font-size: 2.2em;
  }
}
body.top #container main article section#movie {
  padding: 12em 0 0;
}
body.top #container main article section#movie .vWrap {
  margin-top: 3.5em;
  display: block;
}
@media (max-width: 820px) {
  body.top #container main article section#movie .vWrap {
    margin-top: 7em;
  }
}
body.top #container main article section#contents {
  padding: 13em 0;
}
body.top #container main article section#contents .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em 0;
}
body.top #container main article section#contents .posts li {
  width: 100%;
}
body.top #container main article section#contents .posts li a {
  position: relative;
}
@media (hover: hover) {
  body.top #container main article section#contents .posts li a:hover {
    text-decoration: none;
  }
  body.top #container main article section#contents .posts li a:hover .img::before, body.top #container main article section#contents .posts li a:hover .img::after {
    opacity: 1;
  }
}
body.top #container main article section#contents .posts li .img {
  position: relative;
  font-size: 2em;
  width: 100%;
  height: 0;
  padding-top: 56.5217391304%;
}
body.top #container main article section#contents .posts li .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.top #container main article section#contents .posts li .img:before {
  content: "Read";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  font-family: "Athletics-LtIt";
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
body.top #container main article section#contents .posts li .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.25em;
  height: 0.75em;
  z-index: 2;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049.7%2015.71%22%3E%3Cpath%20d%3D%22m49.2%2C15.71H0v-1h47.13L20.12.89l.46-.89%2C28.86%2C14.77c.21.11.31.34.26.56-.05.22-.26.38-.49.38Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: translate(-50%, 0.75em);
          transform: translate(-50%, 0.75em);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
body.top #container main article section#contents .posts li .label {
  font-size: 1.4em;
  margin-top: 1em;
}
body.top #container main article section#contents .posts li .text {
  margin-top: 0.5em;
}
@media (max-width: 960px) {
  body.top #container main article section#contents .posts li {
    width: 100%;
  }
  body.top #container main article section#contents .posts li .label {
    font-size: 2.4em;
  }
  body.top #container main article section#contents .posts li .text {
    font-size: 2.4em;
  }
}
body.top #container main article section#story {
  padding: 13em 0 0;
}
body.top #container main article section#story ul li {
  margin-top: 5em;
}
body.top #container main article section#story ul li:first-child {
  margin-top: 0;
}
body.top #container main article section#story ul li h3 {
  font-size: 2em;
}
@media (max-width: 820px) {
  body.top #container main article section#story ul li h3 {
    font-size: 3.4em;
  }
}
body.top #container main article section#story ul li .text {
  margin-top: 0.5em;
}
@media (max-width: 820px) {
  body.top #container main article section#story ul li .text {
    margin-top: 1em;
  }
}
body.top #container main article section#products {
  padding: 13em 0 0;
}
body.top #container main article section#products ul {
  font-size: min(1.75vw, 2em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2em;
}
body.top #container main article section#products ul li {
  text-align: center;
}
body.top #container main article section#products ul li a {
  background-color: #353535;
  position: relative;
  display: block;
  color: #fff;
  line-height: 1.7;
  padding: 0.75em 0;
}
body.top #container main article section#products ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9.0909090909%;
  width: 2.5em;
  height: 0.8em;
  z-index: 2;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049.7%2015.71%22%3E%3Cpath%20d%3D%22m49.2%2C15.71H0v-1h47.13L20.12.89l.46-.89%2C28.86%2C14.77c.21.11.31.34.26.56-.05.22-.26.38-.49.38Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  body.top #container main article section#products ul li a:hover {
    background-color: #535353;
    text-decoration: none;
  }
}
@media (max-width: 820px) {
  body.top #container main article section#products ul {
    font-size: 2.6em;
  }
  body.top #container main article section#products ul li a:after {
    right: 1.7307692308em;
    width: 3.0769230769em;
    height: 0.7692307692em;
  }
}
body.top #container main article section#links {
  padding: 20em 0 0;
}
body.top #container main article section#links ul {
  font-size: min(1.75vw, 2em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2em 0;
}
body.top #container main article section#links ul li {
  text-align: center;
  width: 48.4848484848%;
}
body.top #container main article section#links ul li a {
  border-bottom: #000 solid 1px;
  display: block;
  line-height: 1.7;
  padding: 0.75em 0;
}
@media (hover: hover) {
  body.top #container main article section#links ul li a:hover {
    color: #676767;
    text-decoration: none;
    border-bottom-color: #686868;
  }
}
@media (max-width: 820px) {
  body.top #container main article section#links ul {
    font-size: 2.6em;
  }
  body.top #container main article section#links ul li {
    width: 0.484375 100%;
  }
}
@media (max-width: 820px) {
  body.top #container main article section {
    min-height: 80vh;
  }
  body.top #container main article section#movie {
    padding-bottom: 13em;
  }
  body.top #container main article section#contents {
    padding-bottom: 13em;
  }
  body.top #container main article section#story {
    padding-bottom: 13em;
  }
  body.top #container main article section#products {
    min-height: 0vh;
    padding-bottom: 20em;
  }
  body.top #container main article section#links {
    min-height: 0vh;
    padding-bottom: 20em;
  }
}
body.top #container main article #info {
  padding: 0 0 32em;
}
@media (max-width: 820px) {
  body.top #container main article #info {
    padding-bottom: 0;
  }
}
body.top #container main footer {
  padding-bottom: 4.5em;
  background: #fff;
}
@media (max-width: 820px) {
  body.top #container main footer {
    padding-bottom: 13em;
    position: relative;
    z-index: 2;
  }
}
body.top #container main footer .inner {
  width: 82.7160493827%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.top #container main footer .link {
  font-size: 1.6em;
}
body.top #container main footer .link a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media (hover: hover) {
  body.top #container main footer .link a:hover {
    color: #676767;
  }
}
@media (max-width: 820px) {
  body.top #container main footer .link {
    font-size: 2.4em;
  }
}
body.top #container main footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
body.top #container main footer .sns li {
  width: 3em;
}
body.top #container main footer .sns li a {
  display: block;
}
@media (hover: hover) {
  body.top #container main footer .sns li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 820px) {
  body.top #container main footer .sns {
    gap: 3em;
  }
  body.top #container main footer .sns li {
    width: 4.2em;
  }
}
body.top #container aside {
  width: 50%;
}
@media (max-width: 820px) {
  body.top #container aside {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  body.top #container aside.init {
    opacity: 1;
  }
}
body.top #container aside #screen {
  height: 100vh;
  position: sticky;
  top: 0;
  background: #0b1a1e;
}
body.top #container aside #screen .img {
  background: 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
body.top #container aside #screen .img.active {
  opacity: 1;
}
body.top #container aside #screen .img img {
  display: none;
}
body.top #container aside #screen .img.current {
  background-color: green;
}
body.top #container aside #screen .img.next {
  background-color: blue;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 7.5em;
}
#header .logo {
  width: 12rem;
}
#header .logo a {
  display: block;
  position: relative;
}
#header .logo a img {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#header .logo a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  opacity: 0.25;
  z-index: 0;
  background: url(/static/full/speedo/fastskin/assets/img/logo_fastskin_bk.svg) 50%/contain no-repeat;
}
#header #nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header #nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: min(1.75vw, 2em);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0 auto;
}
#header #nav ul li::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
  color: #000;
}
#header #nav ul li:first-child::before {
  display: none;
}
#header #nav ul li a {
  color: #000;
}
@media (max-width: 820px) {
  #header #nav ul {
    font-size: 2.4em;
    line-height: 2;
    padding: 0.8333333333em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #header #nav ul li:before {
    margin: 0 1em;
  }
}
@media (max-width: 820px) {
  #header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4em 3em 0em;
  }
  #header .logo {
    width: 16.7em;
  }
}

body.products #firstview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0b1a1e;
  position: relative;
}
body.products #firstview.separate .img {
  width: 50%;
}
body.products #firstview .img {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 54.3209876543%;
  -webkit-animation: 2s ease-in-out flash;
          animation: 2s ease-in-out flash;
}
body.products #firstview .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 820px) {
  body.products #firstview .img {
    padding-top: 74.6666666667%;
  }
}
body.products #products {
  padding-bottom: 8em;
}
@media (max-width: 820px) {
  body.products #products {
    padding-bottom: 12em;
  }
}
body.products #products h2 {
  text-align: center;
  font-size: 3.6em;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
}
@media (max-width: 820px) {
  body.products #products h2 {
    font-size: 4.4em;
    margin-bottom: 1em;
  }
}
body.products #products h3 {
  font-size: 2.2em;
  line-height: 1.8181818182;
  letter-spacing: 0.04em;
  font-weight: bold;
}
body.products #products .lead {
  font-size: 1.6em;
  line-height: 2;
  margin-top: 3em;
  font-weight: bold;
}
body.products #products .vWrap {
  display: block;
  margin: 3em auto 0;
  width: 450px;
}
@media (max-width: 820px) {
  body.products #products {
    padding-top: 11em;
  }
  body.products #products h3 {
    font-size: 2.6em;
    line-height: 1.8461538462;
  }
  body.products #products .lead {
    font-size: 2.4em;
    line-height: 1.9166666667;
    margin-top: 2em;
  }
  body.products #products .lead br.pc {
    display: none;
  }
  body.products #products .vWrap {
    width: 80vw;
  }
}
body.products #products section .inner {
  width: 85.3333333333%;
  max-width: 1280px;
  margin: 0 auto;
}
body.products .fancybox__slide.has-html5video .fancybox__content {
  width: 450px !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;
}
@media (max-width: 820px) {
  body.products .fancybox__slide.has-html5video .fancybox__content {
    width: 80vw !important;
  }
}

body.products #products #overview {
  text-align: center;
  padding-top: 8em;
}
body.products #products #overview .anchor {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em 0;
}
body.products #products #overview .anchor li {
  width: 48.9795918367%;
}
body.products #products #overview .anchor li a {
  font-size: min(1.75vw, 2em);
  border-bottom: #000 solid 1px;
  display: block;
  line-height: 1.7;
  padding: 0.75em 0;
  position: relative;
}
body.products #products #overview .anchor li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1em;
  height: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.45%2010.72%22%3E%3Cpath%20d%3D%22m12.22%2C10.72c-.16%2C0-.31-.05-.44-.16L0%2C1.11.89%2C0l11.34%2C9.1L23.56%2C0l.89%2C1.11-11.78%2C9.46c-.13.1-.29.16-.44.16Z%22%20fill%3D%22%23231815%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  body.products #products #overview .anchor li a:hover {
    color: #676767;
    text-decoration: none;
    border-bottom-color: #686868;
  }
  body.products #products #overview .anchor li a:hover::after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.45%2010.72%22%3E%3Cpath%20d%3D%22m12.22%2C10.72c-.16%2C0-.31-.05-.44-.16L0%2C1.11.89%2C0l11.34%2C9.1L23.56%2C0l.89%2C1.11-11.78%2C9.46c-.13.1-.29.16-.44.16Z%22%20fill%3D%22%23686868%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media (max-width: 820px) {
  body.products #products #overview .anchor {
    padding-bottom: 13em;
  }
  body.products #products #overview .anchor li {
    width: 100%;
  }
  body.products #products #overview .anchor li a {
    font-size: 2.6em;
  }
  body.products #products #overview .anchor li a::after {
    width: 1.2307692308em;
    height: 0.5384615385em;
    right: 1.5em;
  }
}
body.products #products .series {
  padding: 8em 0 4em;
  background: #f7f7f7;
}
body.products #products .series:nth-child(odd) {
  background: #fff;
}
body.products #products .series .intro {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.products #products .series .product {
  padding: 6em 0 4em;
}
body.products #products .product {
  padding: 8em 0 4em;
}
body.products #products .product .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.products #products .product .imgSlider {
  width: 50%;
  margin-bottom: 0;
}
body.products #products .product .imgSlider .item {
  position: relative;
}
body.products #products .product .imgSlider .item .img {
  position: relative;
  width: 100%;
  padding-top: 125%;
}
body.products #products .product .imgSlider .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
body.products #products .product .imgSlider .f-carousel__dots {
  display: none;
}
body.products #products .product .imgSlider .f-button {
  display: none;
}
body.products #products .product .descWrap {
  width: 43.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.products #products .product .descWrap .descSlider.f-carousel.has-dots {
  margin-bottom: 0;
}
body.products #products .product .descWrap .descSlider .item .desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.products #products .product .descWrap .descSlider .item .desc .catch {
  text-align: center;
  font-size: 1.6em;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
body.products #products .product .descWrap .descSlider .item .desc .lead {
  font-weight: 300;
  font-size: 1.4em;
  margin-top: 3em;
  line-height: 2.2857142857;
  max-width: 94.6428571429%;
  letter-spacing: 0.08em;
}
body.products #products .product .descWrap .descSlider .item .desc .lead .note {
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6em;
  margin-top: 1em;
}
body.products #products .product .descWrap .descSlider .item .desc .lead .note li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
body.products #products .product .descWrap .descSlider .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3em;
}
body.products #products .product .descWrap .descSlider .nav .f-button {
  display: block;
  width: 5em;
}
body.products #products .product .descWrap .descSlider .nav .f-button svg {
  width: 100%;
}
body.products #products .product .descWrap .descSlider .nav .f-button svg .cls-1 {
  fill: none;
  stroke: #231815;
  stroke-miterlimit: 10;
}
body.products #products .product .descWrap .descSlider .f-carousel__dots {
  display: none;
}
body.products #products .product .descWrap .descSlider .f-carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button {
  position: static;
  display: block;
  width: 5em;
  height: 4em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 1em;
}
body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button svg {
  width: 100%;
}
body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button svg .cls-1 {
  fill: none;
  stroke: #231815;
  stroke-miterlimit: 10;
}
body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button:disabled {
  opacity: 0;
}
@media (hover: hover) {
  body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button {
    opacity: 0.7;
  }
}
body.products #products .product .descWrap .counter {
  text-align: center;
  font-size: 2em;
  line-height: 2;
  pointer-events: none;
  z-index: 0;
}
body.products #products .product .btnWrap {
  width: 100%;
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4em;
}
body.products #products .product .btnWrap a.btn {
  width: 100%;
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
  font-size: 2em;
  background-color: #353535;
  position: relative;
  display: block;
  color: #fff;
  line-height: 1.7;
  padding: 0.75em 0;
}
@media (hover: hover) {
  body.products #products .product .btnWrap a.btn:hover {
    background-color: #535353;
    text-decoration: none;
  }
}
@media (max-width: 820px) {
  body.products #products .product .btnWrap a.btn {
    font-size: 2.4em;
  }
}
@media (max-width: 820px) {
  body.products #products .product {
    padding: 10em 0 0;
  }
  body.products #products .product .inner {
    display: block;
  }
  body.products #products .product .imgSlider {
    width: 100%;
  }
  body.products #products .product .descWrap {
    width: 100%;
    margin-top: 5em;
  }
  body.products #products .product .descWrap .descSlider .item .desc .catch {
    font-size: 2.4em;
  }
  body.products #products .product .descWrap .descSlider .item .desc .lead {
    font-size: 2.2em;
    margin-top: 1.5em;
  }
  body.products #products .product .descWrap .descSlider .f-carousel__nav {
    margin-top: 4em;
  }
  body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button {
    width: 7.2em;
  }
  body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button svg {
    width: 100%;
  }
  body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button svg .cls-1 {
    fill: none;
    stroke: #231815;
    stroke-miterlimit: 10;
  }
  body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button:disabled {
    opacity: 0;
  }
}
@media (max-width: 820px) and (hover: hover) {
  body.products #products .product .descWrap .descSlider .f-carousel__nav .f-button {
    opacity: 0.7;
  }
}
@media (max-width: 820px) {
  body.products #products .product .descWrap .counter {
    font-size: 2.4em;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
body.products footer {
  background: #eaeaea;
}
body.products footer .inner {
  width: 100%;
  padding: 3em 5em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.products footer .link {
  font-size: 1.6em;
}
body.products footer .link a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media (hover: hover) {
  body.products footer .link a:hover {
    color: #676767;
  }
}
@media (max-width: 820px) {
  body.products footer .link {
    font-size: 2.4em;
  }
}
body.products footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
body.products footer .sns li {
  width: 3em;
}
body.products footer .sns li a {
  display: block;
}
@media (hover: hover) {
  body.products footer .sns li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 820px) {
  body.products footer .sns {
    gap: 3em;
  }
  body.products footer .sns li {
    width: 4.2em;
  }
}

body.contents #firstview .img {
  width: 100%;
  height: 0;
  padding-top: 54.3209876543%;
  position: relative;
  -webkit-animation: 2s ease-in-out flash;
          animation: 2s ease-in-out flash;
}
body.contents #firstview .img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.contents #firstview.h75 .img {
  padding-top: 75%;
}
body.contents #firstview .credit {
  font-size: 1.6em;
  text-align: right;
  width: 91.3580246914%;
  padding: 1em 0;
  margin: 0 auto;
}
@media (max-width: 820px) {
  body.contents #firstview .img {
    padding-top: 74.6666666667%;
  }
  body.contents #firstview .credit {
    font-size: 1.8em;
    width: 85.3333333333%;
  }
}
body.contents #contents {
  padding-bottom: 12em;
}
@media (max-width: 820px) {
  body.contents #contents {
    padding-bottom: 12em;
  }
}
body.contents #contents section .inner {
  width: 85.3333333333%;
  max-width: 900px;
  margin: 0 auto;
}
body.contents #contents section h2 {
  text-align: center;
  font-size: 3.6em;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
}
@media (max-width: 820px) {
  body.contents #contents section h2 {
    font-size: 4.4em;
    margin-bottom: 1em;
  }
}
body.contents #contents #content {
  padding-top: 8em;
}
body.contents #contents #content h3 {
  font-size: 2.2em;
  line-height: 1.8181818182;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}
body.contents #contents #content h4 {
  font-size: 1.8em;
  line-height: 1.8181818182;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}
body.contents #contents #content .box {
  margin-top: 6em;
}
body.contents #contents #content .text {
  font-size: 1.4em;
  line-height: 2.2857142857;
  margin-top: 4em;
  letter-spacing: 0.08em;
}
@media (max-width: 820px) {
  body.contents #contents #content .text {
    font-size: 2.2em;
    margin-top: 2em;
  }
}
body.contents #contents #content .text p {
  margin-top: 2.2857142857em;
}
body.contents #contents #content .text p:first-child {
  margin-top: 0;
}
body.contents #contents #content .img {
  margin-top: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}
body.contents #contents #content .img:first-child {
  margin-top: 0;
}
body.contents #contents #content .img img {
  max-width: 100%;
}
body.contents #contents #content .img .caption {
  font-size: 1.3em;
  margin-top: -1em;
  line-height: 1.8;
}
@media (max-width: 820px) {
  body.contents #contents #content .img .caption {
    font-size: 2em;
  }
}
@media (max-width: 820px) {
  body.contents #contents #content {
    padding-top: 11em;
  }
  body.contents #contents #content h3 {
    font-size: 2.6em;
    line-height: 1.8461538462;
  }
  body.contents #contents #content .lead {
    font-size: 2.4em;
    line-height: 1.9166666667;
    margin-top: 2em;
  }
  body.contents #contents #content .lead br.pc {
    display: none;
  }
}
body.contents #contents .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85.3333333333%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 8em;
  gap: 8em;
}
body.contents #contents .navigation .prev,
body.contents #contents .navigation .next {
  font-size: 2em;
  line-height: 2;
  font-family: "Athletics-LtIt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
body.contents #contents .navigation .prev::before,
body.contents #contents .navigation .next::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 0.8em;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049.7%2015.71%22%3E%3Cpath%20d%3D%22m49.2%2C15.71H0v-1h47.13L20.12.89l.46-.89%2C28.86%2C14.77c.21.11.31.34.26.56-.05.22-.26.38-.49.38Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  body.contents #contents .navigation .prev:hover,
  body.contents #contents .navigation .next:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
body.contents #contents .navigation .prev.disable,
body.contents #contents .navigation .next.disable {
  display: none;
}
body.contents #contents .navigation .prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.contents #contents .navigation .prev:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
body.contents #contents .navigation .next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.contents #contents .navigation hr {
  display: block;
  width: 1px;
  height: 4.8em;
  background: #000;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}
@media (max-width: 820px) {
  body.contents #contents .navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents #contents .navigation hr {
    display: none;
  }
  body.contents #contents .navigation .prev,
  body.contents #contents .navigation .next {
    font-size: 2.4em;
  }
  body.contents #contents .navigation .prev.disable,
  body.contents #contents .navigation .next.disable {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
}
body.contents footer {
  background: #eaeaea;
}
body.contents footer .inner {
  width: 100%;
  padding: 3em 5em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.contents footer .link {
  font-size: 1.6em;
}
body.contents footer .link a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media (hover: hover) {
  body.contents footer .link a:hover {
    color: #676767;
  }
}
@media (max-width: 820px) {
  body.contents footer .link {
    font-size: 2.4em;
  }
}
body.contents footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
body.contents footer .sns li {
  width: 3em;
}
body.contents footer .sns li a {
  display: block;
}
@media (hover: hover) {
  body.contents footer .sns li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 820px) {
  body.contents footer .sns {
    gap: 3em;
  }
  body.contents footer .sns li {
    width: 4.2em;
  }
}