@charset "UTF-8";
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* ==========================================================================
   animation
   @media以下にcss animationの@keyframesを指定するとIEでアニメーションが動作しないので注意。
   ========================================================================== */
@keyframes scrollArrowAnimPC {
  0% {
    opacity: 0;
    transform: translate(-50%, -20%); }
  20% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(-50%, 80%); } }

/* ==========================================================================
   Foundation
   ========================================================================== */
@font-face {
  font-family: 'Geomanist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/font/Geomanist-Medium.woff2") format("woff2"); }

body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.75;
  font-feature-settings: "palt";
  font-weight: 700; }
  @media screen and (max-width: 481px) {
    body {
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    body {
      font-size: 16px; } }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ol,
ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
  border-style: none; }

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none; }

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none; } }

a:focus,
*:focus {
  outline: none; }

body {
  margin: 0; }

@media screen and (min-width: 769px) {
  a {
    opacity: 1;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; } }

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7; } }

@media screen and (min-width: 769px) {
  a:hover img {
    background-color: rgba(255, 255, 255, 0.01); } }

br.SPbr {
  display: none; }
  @media screen and (max-width: 481px) {
    br.SPbr {
      display: inline; } }

br.PCbr {
  display: inline; }
  @media screen and (max-width: 481px) {
    br.PCbr {
      display: none; } }

.SPview {
  display: none !important; }
  @media screen and (max-width: 481px) {
    .SPview {
      display: block !important; } }

.PCview {
  display: block !important; }
  @media screen and (max-width: 481px) {
    .PCview {
      display: none !important; } }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  color: #000;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/* iOSでのデフォルトスタイルをリセット */
input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration,
  textarea::-webkit-search-decoration {
    display: none; }
  input:focus,
  textarea:focus {
    outline-offset: -2px; }

.l-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #e6e6e6;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  .l-loading.is-hide {
    opacity: 0;
    visibility: hidden; }
  .l-loading svg {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    .l-loading svg path {
      fill: #fff; }

.l-container {
  width: 100%;
  position: relative;
  min-height: 100%; }
  @media screen and (max-width: 481px) {
    .l-container {
      padding: 60px 0 0; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-container {
      padding: 60px 0 0; } }
  @media screen and (min-width: 769px) {
    .l-container {
      padding: 80px 0 0; } }
  body.home .l-container {
    padding: 0; }

/* ==========================================================================
   Layout
   ========================================================================== */
@media screen and (max-width: 481px) {
  .l-footer {
    padding: 40px 20px;
    margin: 40px 0 0; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-footer {
    padding: 40px 20px;
    margin: 40px 0 0; } }

@media screen and (min-width: 769px) {
  .l-footer {
    padding: 60px 80px;
    margin: 80px 0 0; } }

@media screen and (max-width: 481px) {
  .l-footer__logo {
    width: 140px;
    height: 18px;
    margin: 0 0 24px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-footer__logo {
    width: 140px;
    height: 18px;
    margin: 0 0 24px; } }

@media screen and (min-width: 769px) {
  .l-footer__logo {
    width: 200px;
    height: 25px;
    margin: 0 0 30px; } }

@media screen and (max-width: 481px) {
  .l-footer__logo-corp {
    width: 100px;
    height: 17px;
    margin: 0 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-footer__logo-corp {
    width: 100px;
    height: 17px;
    margin: 0 0 20px; } }

@media screen and (min-width: 769px) {
  .l-footer__logo-corp {
    width: 150px;
    height: 25px;
    margin: 0 0 30px; } }

.l-footer__nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 481px) {
    .l-footer__nav {
      gap: 40px;
      margin: 0 0 60px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer__nav {
      gap: 40px;
      margin: 0 0 60px; } }
  @media screen and (min-width: 769px) {
    .l-footer__nav {
      gap: 80px;
      margin: 0 0 80px; } }
  .l-footer__nav-list-item:not(:last-child) {
    margin: 0 0 15px; }
  .l-footer__nav-list-item a {
    font-family: 'Geomanist', sans-serif;
    letter-spacing: .06em;
    display: block;
    color: #000;
    line-height: 1; }
    @media screen and (max-width: 481px) {
      .l-footer__nav-list-item a {
        font-size: 16px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-footer__nav-list-item a {
        font-size: 16px; } }
    @media screen and (min-width: 769px) {
      .l-footer__nav-list-item a {
        font-size: 24px; } }
  .l-footer__nav-sns-head {
    font-family: 'Geomanist', sans-serif;
    letter-spacing: .06em;
    margin: 0 0 10px;
    color: #000;
    line-height: 1; }
    @media screen and (max-width: 481px) {
      .l-footer__nav-sns-head {
        font-size: 16px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-footer__nav-sns-head {
        font-size: 16px; } }
    @media screen and (min-width: 769px) {
      .l-footer__nav-sns-head {
        font-size: 24px; } }
  @media screen and (max-width: 481px) {
    .l-footer__nav-sns-icon {
      width: 20px;
      height: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer__nav-sns-icon {
      width: 20px;
      height: 20px; } }
  @media screen and (min-width: 769px) {
    .l-footer__nav-sns-icon {
      width: 30px;
      height: 30px; } }

.l-footer__copyright {
  font-family: 'Geomanist', sans-serif;
  letter-spacing: .06em;
  font-size: 12px; }

.l-header {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: background-color 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  @media screen and (max-width: 481px) {
    .l-header {
      height: 60px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header {
      height: 60px;
      padding: 0 20px; } }
  @media screen and (min-width: 769px) {
    .l-header {
      height: 80px;
      padding: 0 40px; } }
  .l-header__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 28;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  .l-header.is-low {
    background-color: #fff; }
    .l-header.is-low .l-header__menu-btn::before, .l-header.is-low .l-header__menu-btn::after {
      background-color: #000; }
    .l-header.is-low .l-header__logo {
      opacity: 1;
      visibility: visible; }
    .l-header.is-low .l-header__sns img.--off {
      opacity: 0;
      visibility: hidden; }
    .l-header.is-low .l-header__sns img.--on {
      opacity: 1;
      visibility: visible; }
  .l-header.nav-open .l-header__overlay {
    opacity: 1;
    visibility: visible; }
  .l-header__menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
    .l-header__menu-btn {
      border: none;
      position: relative; }
      @media screen and (max-width: 481px) {
        .l-header__menu-btn {
          width: 20px;
          height: 20px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .l-header__menu-btn {
          width: 20px;
          height: 20px; } }
      @media screen and (min-width: 769px) {
        .l-header__menu-btn {
          width: 30px;
          height: 30px; } }
      .l-header__menu-btn.nav-open {
        z-index: 30; }
        .l-header__menu-btn.nav-open::before, .l-header__menu-btn.nav-open::after {
          background-color: #fff !important; }
        .l-header__menu-btn.nav-open::before {
          top: 50%;
          transform: translateY(-50%) rotate(45deg); }
        .l-header__menu-btn.nav-open::after {
          bottom: 50%;
          transform: translateY(50%) rotate(-45deg); }
      .l-header__menu-btn::before, .l-header__menu-btn::after {
        content: '';
        width: 100%;
        height: 1.5px;
        background-color: #fff;
        position: absolute;
        left: 0;
        z-index: 10;
        transition: transform 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
      .l-header__menu-btn::before {
        top: 25%; }
      .l-header__menu-btn::after {
        bottom: 25%; }
  .l-header__nav {
    height: 100vh;
    height: 100dvh;
    background-color: rgba(77, 77, 77, 0.9);
    overflow-x: visible;
    overflow-y: scroll;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29;
    transform: translateX(-110%);
    transition: transform 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    @media screen and (max-width: 481px) {
      .l-header__nav {
        width: 100vw;
        min-width: 200px;
        min-height: 300px;
        padding: 80px 40px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-header__nav {
        width: 100vw;
        min-width: 200px;
        min-height: 300px;
        padding: 80px 40px; } }
    @media screen and (min-width: 769px) {
      .l-header__nav {
        width: 40vw;
        min-width: 500px;
        min-height: 540px;
        padding: 80px 40px; } }
    .l-header__nav.is-show {
      transform: translateX(0); }
    .l-header__nav-list {
      width: 100%;
      padding: 40px 0; }
      .l-header__nav-list-item:not(:last-child) {
        margin: 0 0 10px; }
      .l-header__nav-list-item a {
        font-family: 'Geomanist', sans-serif;
        letter-spacing: .06em;
        display: block;
        font-size: 24px;
        color: #fff;
        position: relative; }
        .l-header__nav-list-item a::after {
          content: '';
          display: inline-block;
          width: 12px;
          height: 12px;
          border-bottom: 1px solid #fff;
          border-right: 1px solid #fff;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) rotate(-45deg);
          z-index: 1; }
    .l-header__nav-sns-head {
      font-family: 'Geomanist', sans-serif;
      letter-spacing: .06em;
      margin: 0 0 10px;
      font-size: 24px;
      color: #fff; }
    .l-header__nav-sns-icon {
      width: 30px;
      height: 30px; }
  .l-header__logo {
    transition: opacity 1s cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    opacity: 0;
    visibility: hidden; }
    @media screen and (max-width: 481px) {
      .l-header__logo {
        width: 140px;
        height: 18px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-header__logo {
        width: 140px;
        height: 18px; } }
    @media screen and (min-width: 769px) {
      .l-header__logo {
        width: 200px;
        height: 25px; } }
  .l-header__sns a {
    display: block;
    position: relative; }
    @media screen and (max-width: 481px) {
      .l-header__sns a {
        width: 20px;
        height: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-header__sns a {
        width: 20px;
        height: 20px; } }
    @media screen and (min-width: 769px) {
      .l-header__sns a {
        width: 30px;
        height: 30px; } }
  .l-header__sns img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: opacity 1s cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    .l-header__sns img.--off {
      opacity: 1;
      visibility: visible; }
    .l-header__sns img.--on {
      opacity: 0;
      visibility: hidden; }

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-btn {
  display: inline-block; }
  .c-btn a {
    display: block;
    text-decoration: none !important;
    border-bottom: 1px solid #000;
    position: relative; }
    @media screen and (max-width: 481px) {
      .c-btn a {
        padding: 10px 20px 6px 0; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-btn a {
        padding: 10px 20px 6px 0; } }
    @media screen and (min-width: 769px) {
      .c-btn a {
        padding: 10px 50px 6px 0; }
        .c-btn a:not(:last-child) {
          margin: 0 0 30px; } }
    .c-btn a::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%) rotate(-45deg);
      z-index: 1; }

.c-no_js {
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8); }
  .c-no_js-text {
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.c-section__title {
  font-family: 'Geomanist', sans-serif;
  letter-spacing: .06em;
  line-height: 1.2;
  font-weight: 400; }
  @media screen and (max-width: 481px) {
    .c-section__title {
      margin: 0 0 8px;
      font-size: 24px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-section__title {
      margin: 0 0 8px;
      font-size: 24px; } }
  @media screen and (min-width: 769px) {
    .c-section__title {
      margin: 0 0 15px;
      font-size: 30px; } }
  .c-section__title-wrap {
    margin: 0 0 20px; }
    .c-section__title-wrap .c-section__title {
      margin: 0; }
  @media screen and (max-width: 481px) {
    .c-section__title--JP {
      margin: 0 0 4px;
      font-size: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-section__title--JP {
      margin: 0 0 4px;
      font-size: 20px; } }
  @media screen and (min-width: 769px) {
    .c-section__title--JP {
      margin: 0 0 8px;
      font-size: 24px; } }

.c-section__headline {
  margin: 0 0 10px; }
  @media screen and (max-width: 481px) {
    .c-section__headline {
      font-size: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-section__headline {
      font-size: 20px; } }
  @media screen and (min-width: 769px) {
    .c-section__headline {
      font-size: 24px; } }

.c-products {
  min-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  gap: 20px; }
  @media screen and (max-width: 481px) {
    .c-products {
      padding: 0 0 8px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-products {
      padding: 0 0 8px; } }
  @media screen and (min-width: 769px) {
    .c-products {
      padding: 0 0 5px; } }
  .c-products-item .c-products-item-wrap {
    display: block; }
    @media screen and (max-width: 481px) {
      .c-products-item .c-products-item-wrap {
        margin: 0 8px 0 0; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-products-item .c-products-item-wrap {
        margin: 0 8px 0 0; } }
    @media screen and (min-width: 769px) {
      .c-products-item .c-products-item-wrap {
        margin: 0 20px 0 0; } }
  .c-products-item__photo {
    margin: 0 0 10px;
    aspect-ratio: 1 / 1; }
    .c-products-item__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (max-width: 481px) {
    .c-products-item__name {
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-products-item__name {
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .c-products-item__name {
      font-size: 16px; } }
  @media screen and (max-width: 481px) {
    .c-products-item__price .price {
      font-size: 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-products-item__price .price {
      font-size: 16px; } }
  @media screen and (min-width: 769px) {
    .c-products-item__price .price {
      font-size: 18px; } }
  @media screen and (max-width: 481px) {
    .c-products-item__price .tax {
      margin: 0 0 0 8px;
      font-size: 10px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-products-item__price .tax {
      margin: 0 0 0 8px;
      font-size: 10px; } }
  @media screen and (min-width: 769px) {
    .c-products-item__price .tax {
      margin: 0 0 0 10px;
      font-size: 12px; } }
  .c-products-item__link {
    margin: 10px 0 0; }
    .c-products-item__link a {
      display: block;
      padding: 5px;
      border: 1px solid #000;
      text-align: center;
      position: relative;
      transition: background-color 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000), color 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
      @media screen and (max-width: 481px) {
        .c-products-item__link a {
          font-size: 12px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .c-products-item__link a {
          font-size: 12px; } }
      @media screen and (min-width: 769px) {
        .c-products-item__link a {
          font-size: 16px; } }
      .c-products-item__link a::after {
        content: '';
        display: inline-block;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMi4zNiAzMy40OCI+CiAgPGcgaWQ9Il/jg4fjgrbjgqTjg7MiIGRhdGEtbmFtZT0i44OH44K244Kk44OzIj4KICAgIDxnPgogICAgICA8cGF0aCBkPSJNMTkuNTQsMzMuNDhoLS45MmMtMy4zNi0uNzQtMi4wNi01LjY3LDEuMTUtNC42MiwyLjM1Ljc3LDEuOTYsMy44OS0uMjQsNC42MloiLz4KICAgICAgPHBhdGggZD0iTTMyLjM2LDB2Mi4zNWgtNC4zMmwtNS45NSwyMy4wMWMtLjAzLjYtLjcxLDEuNDQtMS4zMSwxLjQ0SDUuMjl2LTIuMzVoMTQuNjVsLjUyLTIuMzVINC43Yy0uMjIsMC0uODUtLjY4LS44NS0uOThDMi43OCwxNi45OCwxLjIxLDEyLjgxLjIzLDguNjZjLS4yNC0xLjAzLS41NC0xLjgxLjYxLTIuNDVsMjMuNzItLjA4LjE5LS4yYy40OC0xLjI1LjgtNC41NywxLjU5LTUuNDguMDktLjEuNTItLjQ1LjYtLjQ1aDUuNDNaTTguODIsOC41SDIuNjdsMS4xOCw0LjQ1aDQuOTd2LTQuNDVaTTE1Ljg4LDguNWgtNS4xdjQuNDVoNS4xdi00LjQ1Wk0yMy45OSw4LjVoLTUuODh2NC4yNWwuMi4yaDQuNjRsMS4wNS00LjQ1Wk04LjgyLDE1LjNoLTQuMThsMS4zNyw0LjU4aDIuNjJsLjItLjJ2LTQuMzhaTTE1Ljg4LDE1LjNoLTUuMXY0LjU4aDUuMXYtNC41OFpNMjIuMjksMTUuM2gtNC4xOHY0LjM4bC4yLjJoMi44MWwxLjE4LTQuNThaIi8+CiAgICAgIDxjaXJjbGUgY3g9IjcuNSIgY3k9IjMwLjk2IiByPSIyLjM3Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=) no-repeat;
        background-size: cover;
        transform: translateY(4px); }
        @media screen and (max-width: 481px) {
          .c-products-item__link a::after {
            width: 16px;
            height: 16px;
            margin: 0 0 0 6px; } }
        @media print, screen and (min-width: 482px) and (max-width: 768px) {
          .c-products-item__link a::after {
            width: 16px;
            height: 16px;
            margin: 0 0 0 6px; } }
        @media screen and (min-width: 769px) {
          .c-products-item__link a::after {
            width: 20px;
            height: 20px;
            margin: 0 0 0 8px; } }
      .c-products-item__link a:hover {
        background-color: #000;
        color: #fff; }
        .c-products-item__link a:hover::after {
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyLjQgMzMuNSI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjYuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDkpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9Il/jg4fjgrbjgqTjg7MiPgogICAgPGc+CiAgICAgIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOS41LDMzLjVoLS45Yy0zLjQtLjctMi4xLTUuNywxLjEtNC42LDIuNC44LDIsMy45LS4yLDQuNmgwWiIvPgogICAgICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzIuNCwwdjIuM2gtNC4zbC02LDIzYzAsLjYtLjcsMS40LTEuMywxLjRINS4zdi0yLjRoMTQuNmwuNS0yLjRINC43Yy0uMiwwLS44LS43LS44LTFDMi44LDE3LDEuMiwxMi44LjIsOC43Yy0uMi0xLS41LTEuOC42LTIuNGgyMy43YzAsMCwuMi0uMy4yLS4zLjUtMS4yLjgtNC42LDEuNi01LjVDMjYuNC40LDI2LjksMCwyNi45LDBoNS40LDBaTTguOCw4LjVIMi43bDEuMiw0LjRoNXYtNC40Wk0xNS45LDguNWgtNS4xdjQuNGg1LjFzMC00LjQsMC00LjRaTTI0LDguNWgtNS45djQuMmwuMi4yaDQuNmwxLTQuNGgwWk04LjgsMTUuM2gtNC4ybDEuNCw0LjZoMi42bC4yLS4ydi00LjRoMFpNMTUuOSwxNS4zaC01LjF2NC42aDUuMXMwLTQuNiwwLTQuNlpNMjIuMywxNS4zaC00LjJ2NC40bC4yLjJoMi44bDEuMi00LjZoMFoiLz4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iMzEiIHI9IjIuNCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+) no-repeat;
          background-size: cover; }
  .c-products .slick-arrow {
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    bottom: 0;
    z-index: 20;
    cursor: pointer; }
    .c-products .slick-arrow.prev::after, .c-products .slick-arrow.next::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1; }
    .c-products .slick-arrow.prev.slick-disabled::after, .c-products .slick-arrow.next.slick-disabled::after {
      border-width: 1px; }
    .c-products .slick-arrow.prev {
      left: 50%;
      transform: translateX(-80px); }
      .c-products .slick-arrow.prev::after {
        transform: translate(-30%, -50%) rotate(135deg); }
    .c-products .slick-arrow.next {
      right: 50%;
      transform: translateX(80px); }
      .c-products .slick-arrow.next::after {
        transform: translate(-70%, -50%) rotate(-45deg); }
  .c-products .js-slider-num {
    margin: 20px 0 0;
    text-align: center; }
    @media screen and (max-width: 481px) {
      .c-products .js-slider-num {
        font-size: 14px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-products .js-slider-num {
        font-size: 14px; } }
    @media screen and (min-width: 769px) {
      .c-products .js-slider-num {
        font-size: 16px; } }

.c-video {
  width: 100%;
  aspect-ratio: 16 / 9; }
  .c-video iframe {
    width: 100%;
    height: 100%; }

.p-product__slider-item {
  width: 100%;
  aspect-ratio: 1 / 1; }
  .p-product__slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-product__thumbnail {
  margin: 10px -5px 0; }
  .p-product__thumbnail-item {
    margin: 0 5px;
    aspect-ratio: 1 / 1; }
    .p-product__thumbnail-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.c-faq__wrap:not(:last-child) {
  margin: 0 0 10px; }

.c-faq__wrap-title {
  background-color: #b3b3b3; }
  @media screen and (max-width: 481px) {
    .c-faq__wrap-title {
      padding: 5px 15px;
      font-size: 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-faq__wrap-title {
      padding: 5px 15px;
      font-size: 16px; } }
  @media screen and (min-width: 769px) {
    .c-faq__wrap-title {
      padding: 8px 25px;
      font-size: 20px; } }

.c-faq__list-item {
  position: relative; }
  .c-faq__list-item.body-open::after {
    transform: rotate(0); }
  .c-faq__list-item:not(:last-child) {
    border-bottom: 1px solid #b3b3b3; }
  .c-faq__list-item::before, .c-faq__list-item::after {
    content: '';
    height: 1px;
    background-color: #000;
    position: absolute;
    z-index: 0; }
    @media screen and (max-width: 481px) {
      .c-faq__list-item::before, .c-faq__list-item::after {
        width: 12px;
        top: 18px;
        right: 15px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-faq__list-item::before, .c-faq__list-item::after {
        width: 12px;
        top: 18px;
        right: 15px; } }
    @media screen and (min-width: 769px) {
      .c-faq__list-item::before, .c-faq__list-item::after {
        width: 20px;
        top: 28px;
        right: 25px; } }
  .c-faq__list-item::after {
    transform: rotate(90deg);
    transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000); }

.c-faq__head {
  width: 100%;
  border: none;
  text-align: left; }
  @media screen and (max-width: 481px) {
    .c-faq__head {
      padding: 8px 40px 8px 15px;
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-faq__head {
      padding: 8px 40px 8px 15px;
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .c-faq__head {
      padding: 15px 70px 15px 25px;
      font-size: 18px; } }
  .c-faq__head::before {
    content: '■'; }

.c-faq__body {
  display: none; }
  @media screen and (max-width: 481px) {
    .c-faq__body {
      padding: 0 15px 8px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-faq__body {
      padding: 0 15px 8px; } }
  @media screen and (min-width: 769px) {
    .c-faq__body {
      padding: 0 25px 15px; } }
  .c-faq__body p:not(:last-child) {
    margin: 0 0 1.5em; }

/* Project
   ----------------------------------------------------------------- */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.p-index__mainvisual {
  background-color: #000;
  position: relative; }
  .p-index__mainvisual.is-show .p-index__mainvisual-text,
  .p-index__mainvisual.is-show .p-index__mainvisual-scroll {
    opacity: 1;
    visibility: visible; }
  .p-index__mainvisual-bg {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 540px;
    position: relative; }
    .p-index__mainvisual-bg video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .p-index__mainvisual-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 5s cubic-bezier(0.215, 0.610, 0.355, 1.000), visibility 5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; }
    @media screen and (max-width: 481px) {
      .p-index__mainvisual-text {
        width: 150px;
        height: 19px;
        left: 40px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-index__mainvisual-text {
        width: 150px;
        height: 19px;
        left: 40px; } }
    @media screen and (min-width: 769px) {
      .p-index__mainvisual-text {
        width: 300px;
        height: 38px;
        left: 120px; } }
  .p-index__mainvisual-scroll {
    opacity: 0;
    visibility: hidden;
    transition-delay: 2.5s; }
    .p-index__mainvisual-scroll button {
      font-family: 'Geomanist', sans-serif;
      letter-spacing: .06em;
      padding: 0 0 20px;
      border: none;
      color: #fff;
      font-size: 16px;
      position: absolute;
      bottom: 60px;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 10;
      animation: scrollArrowAnimPC 5s infinite cubic-bezier(0.215, 0.610, 0.355, 1.000); }
      .p-index__mainvisual-scroll button::before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) rotate(45deg);
        z-index: 10; }

.p-index__keyvisual {
  position: relative; }
  .p-index__keyvisual-bg {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 540px;
    overflow: hidden; }
    .p-index__keyvisual-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .p-index__keyvisual-text {
    color: #fff;
    position: absolute;
    z-index: 10;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 481px) {
      .p-index__keyvisual-text {
        font-size: 20px;
        top: 120px;
        left: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-index__keyvisual-text {
        font-size: 20px;
        top: 120px;
        left: 20px; } }
    @media screen and (min-width: 769px) {
      .p-index__keyvisual-text {
        font-size: 28px;
        top: 200px;
        left: 120px; } }
    @media screen and (min-width: 1680px) {
      .p-index__keyvisual-text {
        font-size: 36px; } }
  .p-index__keyvisual-link {
    position: absolute;
    z-index: 10; }
    @media screen and (max-width: 481px) {
      .p-index__keyvisual-link {
        bottom: 60px;
        right: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-index__keyvisual-link {
        bottom: 60px;
        right: 20px; } }
    @media screen and (min-width: 769px) {
      .p-index__keyvisual-link {
        bottom: 120px;
        right: 120px; } }
    .p-index__keyvisual-link a {
      font-family: 'Geomanist', sans-serif;
      letter-spacing: .06em;
      border-bottom: 1px solid #fff;
      color: #fff;
      position: relative; }
      @media screen and (max-width: 481px) {
        .p-index__keyvisual-link a {
          padding: 10px 50px 6px 0;
          font-size: 20px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .p-index__keyvisual-link a {
          padding: 10px 50px 6px 0;
          font-size: 20px; } }
      @media screen and (min-width: 769px) {
        .p-index__keyvisual-link a {
          padding: 10px 70px 6px 0;
          font-size: 28px; } }
      .p-index__keyvisual-link a::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(-45deg);
        z-index: 1; }

@media screen and (max-width: 481px) {
  .p-index__products {
    padding: 0 20px;
    margin: 40px 0; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-index__products {
    padding: 0 20px;
    margin: 40px 0; } }

@media screen and (min-width: 769px) {
  .p-index__products {
    padding: 0 80px;
    margin: 80px 0; } }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
@media screen and (max-width: 481px) {
  .p-sub_page {
    padding: 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-sub_page {
    padding: 20px; } }

@media screen and (min-width: 769px) {
  .p-sub_page {
    padding: 30px 80px 0; } }

@media screen and (max-width: 481px) {
  .p-about {
    margin: 0 0 60px;
    padding: 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-about {
    margin: 0 0 60px;
    padding: 20px; } }

@media screen and (min-width: 769px) {
  .p-about {
    margin: 0 0 120px; } }

.p-about__head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 481px) {
    .p-about__head {
      margin: 0 0 40px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-about__head {
      margin: 0 0 40px; } }
  @media screen and (min-width: 769px) {
    .p-about__head {
      margin: 0 0 80px; } }
  @media screen and (min-width: 769px) {
    .p-about__head h1 {
      display: none; } }
  @media screen and (max-width: 481px) {
    .p-about__head-image {
      width: 100%;
      margin: 0 0 15px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-about__head-image {
      width: 100%;
      margin: 0 0 15px; } }
  @media screen and (min-width: 769px) {
    .p-about__head-image {
      width: 65%; } }
  @media screen and (max-width: 481px) {
    .p-about__head-text {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-about__head-text {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .p-about__head-text {
      width: 35%;
      padding: 30px 40px; } }
  @media screen and (max-width: 481px) {
    .p-about__head-text h2 {
      margin: 0 0 18px;
      font-size: 24px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-about__head-text h2 {
      margin: 0 0 18px;
      font-size: 24px; } }
  @media screen and (min-width: 769px) {
    .p-about__head-text h2 {
      margin: 0 0 40px;
      font-size: 28px; } }
  @media screen and (min-width: 769px) {
    .p-about__head-text p {
      font-size: 18px; } }
  .p-about__head-text p:not(:last-child) {
    margin: 0 0 1.5em; }

@media screen and (min-width: 769px) {
  .p-about .c-video {
    padding: 0 80px; } }

@media screen and (max-width: 481px) {
  .p-history {
    padding: 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-history {
    padding: 0 20px; } }

@media screen and (min-width: 769px) {
  .p-history {
    padding: 0 80px; } }

.p-history__head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 481px) {
    .p-history__head {
      margin: 0 0 40px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-history__head {
      margin: 0 0 40px; } }
  @media screen and (min-width: 769px) {
    .p-history__head {
      margin: 0 0 80px; } }
  @media screen and (max-width: 481px) {
    .p-history__head-text {
      width: 100%;
      margin: 0 0 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-history__head-text {
      width: 100%;
      margin: 0 0 20px; } }
  @media screen and (min-width: 769px) {
    .p-history__head-text {
      width: 50%;
      padding: 0 30px 0 0; } }
  .p-history__head-text p:not(:last-child) {
    margin: 0 0 1.5em; }
  @media screen and (max-width: 481px) {
    .p-history__head-image {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-history__head-image {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .p-history__head-image {
      width: 50%; } }

.p-history__product .c-section__title-wrap {
  text-align: center; }

@media screen and (max-width: 481px) {
  .p-howto {
    padding: 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-howto {
    padding: 20px; } }

.p-howto__head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative; }
  @media screen and (max-width: 481px) {
    .p-howto__head {
      margin: 0 0 60px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-howto__head {
      margin: 0 0 60px; } }
  @media screen and (min-width: 769px) {
    .p-howto__head {
      margin: 0 0 120px; } }
  @media screen and (max-width: 481px) {
    .p-howto__head-image {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-howto__head-image {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .p-howto__head-image {
      width: 65%; } }
  @media screen and (max-width: 481px) {
    .p-howto__head-text {
      width: 100%;
      margin: 0 0 15px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-howto__head-text {
      width: 100%;
      margin: 0 0 15px; } }
  @media screen and (min-width: 769px) {
    .p-howto__head-text {
      width: 35%;
      padding: 30px 40px 0;
      display: flex;
      flex-flow: column wrap;
      justify-content: space-between;
      align-items: flex-start; }
      .p-howto__head-text .c-section__title-wrap,
      .p-howto__head-text .p-howto__head-text-detail {
        align-self: flex-start; }
      .p-howto__head-text .p-howto__head-text-detail {
        margin: 0 0 auto; } }
  @media screen and (min-width: 769px) {
    .p-howto__head-text-detail p {
      font-size: 18px; } }
  .p-howto__head-text-detail p:not(:last-child) {
    margin: 0 0 1.5em; }
  @media screen and (max-width: 481px) {
    .p-howto__head-text .p-howto__head-links {
      display: none !important; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-howto__head-text .p-howto__head-links {
      display: none !important; } }
  @media screen and (max-width: 481px) {
    .p-howto__head-links {
      width: 100%;
      display: flex !important;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: flex-end;
      margin: 15px 0 0; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-howto__head-links {
      width: 100%;
      display: flex !important;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: flex-end;
      margin: 15px 0 0; } }
  @media screen and (min-width: 769px) {
    .p-howto__head-links {
      align-self: flex-end;
      margin: 30px 0 0; } }
  .p-howto__head-links a {
    display: block;
    border-bottom: 1px solid #000;
    position: relative; }
    @media screen and (max-width: 481px) {
      .p-howto__head-links a {
        width: 46%;
        padding: 10px 20px 6px 0; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-howto__head-links a {
        width: 46%;
        padding: 10px 20px 6px 0; } }
    @media screen and (min-width: 769px) {
      .p-howto__head-links a {
        padding: 10px 50px 6px 0; }
        .p-howto__head-links a:not(:last-child) {
          margin: 0 0 30px; } }
    .p-howto__head-links a::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%) rotate(-45deg);
      z-index: 1; }

@media screen and (max-width: 481px) {
  .p-howto__steps {
    margin: 0 0 60px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-howto__steps {
    margin: 0 0 60px; } }

@media screen and (min-width: 769px) {
  .p-howto__steps {
    padding: 0 80px;
    margin: 0 0 120px; } }

.p-howto__steps-head {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 0 40px;
  border: 1px solid #000;
  border-style: none none solid solid; }
  @media screen and (max-width: 481px) {
    .p-howto__steps-head {
      font-size: 18px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-howto__steps-head {
      font-size: 18px; } }
  @media screen and (min-width: 769px) {
    .p-howto__steps-head {
      font-size: 25px; } }

.p-howto__steps-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  counter-reset: stepnum; }
  .p-howto__steps-list::after {
    content: '';
    display: block;
    width: 22%; }
    @media screen and (max-width: 481px) {
      .p-howto__steps-list::after {
        width: 45%; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-howto__steps-list::after {
        width: 45%; } }
    @media screen and (min-width: 769px) {
      .p-howto__steps-list::after {
        width: 22%; } }
  .p-howto__steps-list .step {
    position: relative; }
    @media screen and (max-width: 481px) {
      .p-howto__steps-list .step {
        width: 45%; }
        .p-howto__steps-list .step:nth-child(n+3) {
          margin-top: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-howto__steps-list .step {
        width: 45%; }
        .p-howto__steps-list .step:nth-child(n+3) {
          margin-top: 20px; } }
    @media screen and (min-width: 769px) {
      .p-howto__steps-list .step {
        width: 22%; }
        .p-howto__steps-list .step:nth-child(n+5) {
          margin-top: 60px; } }
    .p-howto__steps-list .step::before {
      font-family: "Roboto", sans-serif;
      font-optical-sizing: auto;
      letter-spacing: -.02em;
      content: 'STEP';
      font-weight: 800;
      line-height: 1;
      position: absolute;
      top: 0; }
      @media screen and (max-width: 481px) {
        .p-howto__steps-list .step::before {
          font-size: 14px;
          left: 3px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .p-howto__steps-list .step::before {
          font-size: 14px;
          left: 3px; } }
      @media screen and (min-width: 769px) {
        .p-howto__steps-list .step::before {
          font-size: 20px;
          left: 5px; } }
    .p-howto__steps-list .step::after {
      font-family: "Roboto", sans-serif;
      font-optical-sizing: auto;
      letter-spacing: -.02em;
      counter-increment: stepnum;
      content: counter(stepnum, decimal-leading-zero);
      font-weight: 800;
      line-height: 1;
      border-bottom: 4px solid #000;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 481px) {
        .p-howto__steps-list .step::after {
          font-size: 36px;
          border-width: 3px;
          top: 15px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .p-howto__steps-list .step::after {
          font-size: 36px;
          top: 15px; } }
      @media screen and (min-width: 769px) {
        .p-howto__steps-list .step::after {
          font-size: 54px;
          top: 20px; } }
    .p-howto__steps-list .step-image {
      width: 100%; }
      @media screen and (max-width: 481px) {
        .p-howto__steps-list .step-image {
          padding: 0 0 0 40px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .p-howto__steps-list .step-image {
          padding: 0 0 0 40px; } }
      @media screen and (min-width: 769px) {
        .p-howto__steps-list .step-image {
          padding: 0 0 0 60px; } }
      .p-howto__steps-list .step-image img {
        width: 100%;
        height: auto; }
    .p-howto__steps-list .step-text {
      margin: 10px 0 0;
      line-height: 1.6; }

@media screen and (min-width: 769px) {
  .p-howto .c-video {
    padding: 0 80px; } }

@media screen and (max-width: 481px) {
  .p-product {
    padding: 20px 20px 0;
    margin: 0 0 80px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product {
    padding: 20px 20px 0;
    margin: 0 0 80px; } }

@media screen and (min-width: 769px) {
  .p-product {
    padding: 30px 80px 0;
    margin: 0 0 120px; } }

.p-product__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }

@media screen and (max-width: 481px) {
  .p-product__image {
    width: 100%;
    margin: 0 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product__image {
    width: 100%;
    margin: 0 0 20px; } }

@media screen and (min-width: 769px) {
  .p-product__image {
    width: 55%;
    max-width: 600px;
    position: sticky;
    top: 80px; } }

@media screen and (max-width: 481px) {
  .p-product__info {
    width: 100%; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product__info {
    width: 100%; } }

@media screen and (min-width: 769px) {
  .p-product__info {
    width: 45%;
    min-width: calc(100% - 600px);
    padding: 0 0 0 30px; } }

@media screen and (max-width: 481px) {
  .p-product__price {
    margin: 0 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product__price {
    margin: 0 0 20px; } }

@media screen and (min-width: 769px) {
  .p-product__price {
    margin: 0 0 40px; } }

@media screen and (max-width: 481px) {
  .p-product__price .price {
    font-size: 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product__price .price {
    font-size: 20px; } }

@media screen and (min-width: 769px) {
  .p-product__price .price {
    font-size: 24px; } }

.p-product__price .tax {
  margin: 0 0 0 .4em; }
  @media screen and (max-width: 481px) {
    .p-product__price .tax {
      font-size: 12px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-product__price .tax {
      font-size: 12px; } }
  @media screen and (min-width: 769px) {
    .p-product__price .tax {
      font-size: 14px; } }

.p-product__stepper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (max-width: 481px) {
    .p-product__stepper {
      margin: 0 0 10px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-product__stepper {
      margin: 0 0 10px; } }
  @media screen and (min-width: 769px) {
    .p-product__stepper {
      margin: 0 0 20px; } }
  .p-product__stepper .stepper-head {
    margin: 0 10px 0 0; }
  .p-product__stepper .stepper-body {
    height: 35px;
    border: 0.5px solid #000;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
  .p-product__stepper .stepper-decrement, .p-product__stepper .stepper-increment {
    width: 30px;
    height: 100%;
    border: none;
    position: relative; }
    .p-product__stepper .stepper-decrement::before, .p-product__stepper .stepper-increment::before {
      content: '';
      width: 10px;
      height: 1px;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
  .p-product__stepper .stepper-increment::after {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: 1; }
  .p-product__stepper .stepper-num {
    width: 70px;
    height: 100%;
    text-align: center; }
    @media screen and (max-width: 481px) {
      .p-product__stepper .stepper-num {
        font-size: 16px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-product__stepper .stepper-num {
        font-size: 16px; } }
    @media screen and (min-width: 769px) {
      .p-product__stepper .stepper-num {
        font-size: 20px; } }
    .p-product__stepper .stepper-num::-webkit-inner-spin-button, .p-product__stepper .stepper-num::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: textfield; }

@media screen and (max-width: 481px) {
  .p-product__link {
    margin: 0 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product__link {
    margin: 0 0 20px; } }

@media screen and (min-width: 769px) {
  .p-product__link {
    margin: 0 0 40px; } }

.p-product__link a {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #A31F24;
  background-color: #A31F24;
  color: #fff;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 481px) {
    .p-product__link a {
      display: block;
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-product__link a {
      display: block;
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .p-product__link a {
      display: inline-block;
      max-width: 330px;
      font-size: 16px; } }
  .p-product__link a::after {
    content: '';
    display: inline-block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyLjQgMzMuNSI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjYuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDkpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9Il/jg4fjgrbjgqTjg7MiPgogICAgPGc+CiAgICAgIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOS41LDMzLjVoLS45Yy0zLjQtLjctMi4xLTUuNywxLjEtNC42LDIuNC44LDIsMy45LS4yLDQuNmgwWiIvPgogICAgICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzIuNCwwdjIuM2gtNC4zbC02LDIzYzAsLjYtLjcsMS40LTEuMywxLjRINS4zdi0yLjRoMTQuNmwuNS0yLjRINC43Yy0uMiwwLS44LS43LS44LTFDMi44LDE3LDEuMiwxMi44LjIsOC43Yy0uMi0xLS41LTEuOC42LTIuNGgyMy43YzAsMCwuMi0uMy4yLS4zLjUtMS4yLjgtNC42LDEuNi01LjVDMjYuNC40LDI2LjksMCwyNi45LDBoNS40LDBaTTguOCw4LjVIMi43bDEuMiw0LjRoNXYtNC40Wk0xNS45LDguNWgtNS4xdjQuNGg1LjFzMC00LjQsMC00LjRaTTI0LDguNWgtNS45djQuMmwuMi4yaDQuNmwxLTQuNGgwWk04LjgsMTUuM2gtNC4ybDEuNCw0LjZoMi42bC4yLS4ydi00LjRoMFpNMTUuOSwxNS4zaC01LjF2NC42aDUuMXMwLTQuNiwwLTQuNlpNMjIuMywxNS4zaC00LjJ2NC40bC4yLjJoMi44bDEuMi00LjZoMFoiLz4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNy41IiBjeT0iMzEiIHI9IjIuNCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+) no-repeat;
    background-size: cover;
    transform: translateY(4px); }
    @media screen and (max-width: 481px) {
      .p-product__link a::after {
        width: 16px;
        height: 16px;
        margin: 0 0 0 6px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-product__link a::after {
        width: 16px;
        height: 16px;
        margin: 0 0 0 6px; } }
    @media screen and (min-width: 769px) {
      .p-product__link a::after {
        width: 20px;
        height: 20px;
        margin: 0 0 0 8px; } }

.p-product__basic {
  border: 0.5px solid #000; }

.p-product__accordion {
  display: none;
  padding: 5px 15px 10px; }
  .p-product__accordion p:not(:last-child) {
    margin: 0 0 1.5em; }
  .p-product__accordion-btn {
    width: 100%;
    padding: 7px 20px;
    border: none;
    position: relative; }
    @media screen and (max-width: 481px) {
      .p-product__accordion-btn {
        font-size: 14px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-product__accordion-btn {
        font-size: 14px; } }
    @media screen and (min-width: 769px) {
      .p-product__accordion-btn {
        font-size: 16px; } }
    .p-product__accordion-btn.is-open::after {
      transform: translateY(0) rotate(225deg); }
    .p-product__accordion-btn::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-70%) rotate(45deg);
      z-index: 1;
      transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000); }

@media screen and (max-width: 481px) {
  .p-product__relate {
    padding: 0 20px;
    margin: 0 0 60px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product__relate {
    padding: 0 20px;
    margin: 0 0 60px; } }

@media screen and (min-width: 769px) {
  .p-product__relate {
    padding: 0 80px;
    margin: 0 0 120px; } }

@media screen and (max-width: 481px) {
  .p-product__howto {
    padding: 0 20px;
    margin: 0 0 60px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product__howto {
    padding: 0 20px;
    margin: 0 0 60px; } }

@media screen and (min-width: 769px) {
  .p-product__howto {
    padding: 0 80px;
    margin: 0 0 120px; } }

@media screen and (min-width: 769px) {
  .p-product__howto .p-howto__head-text {
    padding: 0 30px 0 0; } }

.p-product__howto .p-howto__head-text .p-howto__head-links {
  display: flex !important; }
  .p-product__howto .p-howto__head-text .p-howto__head-links a {
    margin: 0 0 0 auto; }

@media screen and (max-width: 481px) {
  .p-product__howto .p-howto__head-text-detail p {
    font-size: 14px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product__howto .p-howto__head-text-detail p {
    font-size: 14px; } }

@media screen and (min-width: 769px) {
  .p-product__howto .p-howto__head-text-detail p {
    font-size: 16px; } }

.p-product__howto .p-howto__head-links a {
  font-family: 'Geomanist', sans-serif;
  letter-spacing: .06em;
  width: auto;
  line-height: 1.2; }
  @media screen and (max-width: 481px) {
    .p-product__howto .p-howto__head-links a {
      padding: 10px 35px 6px 0;
      font-size: 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-product__howto .p-howto__head-links a {
      padding: 10px 35px 6px 0;
      font-size: 16px; } }
  @media screen and (min-width: 769px) {
    .p-product__howto .p-howto__head-links a {
      padding: 10px 70px 6px 0;
      font-size: 24px; } }
  .p-product__howto .p-howto__head-links a::after {
    width: 8px;
    height: 8px; }

@media screen and (max-width: 481px) {
  .p-product__faq {
    padding: 0 20px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-product__faq {
    padding: 0 20px; } }

@media screen and (min-width: 769px) {
  .p-product__faq {
    padding: 0 80px; } }

.editor-content {
  margin: 40px 0 0;
  word-wrap: break-word; }
  .editor-content .points-list {
    counter-reset: pointnum; }
    .editor-content .points-list-item {
      padding: 0; }
      .editor-content .points-list-item::before {
        display: none; }
      @media screen and (max-width: 481px) {
        .editor-content .points-list-item:not(:last-child) {
          margin: 0 0 30px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .editor-content .points-list-item:not(:last-child) {
          margin: 0 0 30px; } }
      @media screen and (min-width: 769px) {
        .editor-content .points-list-item:not(:last-child) {
          margin: 0 0 40px; } }
      .editor-content .points-list-item .title {
        position: relative; }
        @media screen and (max-width: 481px) {
          .editor-content .points-list-item .title {
            min-height: 2.7em;
            padding: 8px 0 10px 50px;
            font-size: 18px; } }
        @media print, screen and (min-width: 482px) and (max-width: 768px) {
          .editor-content .points-list-item .title {
            min-height: 2.7em;
            padding: 8px 0 10px 50px;
            font-size: 18px; } }
        @media screen and (min-width: 769px) {
          .editor-content .points-list-item .title {
            min-height: 3em;
            padding: 10px 0 15px 60px;
            font-size: 20px; } }
        .editor-content .points-list-item .title::before {
          font-family: "Roboto", sans-serif;
          font-optical-sizing: auto;
          letter-spacing: -.02em;
          content: 'POINT';
          font-weight: 800;
          line-height: 1;
          position: absolute;
          top: 0;
          left: 0; }
          @media screen and (max-width: 481px) {
            .editor-content .points-list-item .title::before {
              font-size: 12px; } }
          @media print, screen and (min-width: 482px) and (max-width: 768px) {
            .editor-content .points-list-item .title::before {
              font-size: 12px; } }
          @media screen and (min-width: 769px) {
            .editor-content .points-list-item .title::before {
              font-size: 14px; } }
        .editor-content .points-list-item .title::after {
          font-family: "Roboto", sans-serif;
          font-optical-sizing: auto;
          letter-spacing: -.02em;
          counter-increment: pointnum;
          content: counter(pointnum, decimal-leading-zero);
          font-weight: 800;
          line-height: 1;
          border-bottom: 4px solid #000;
          position: absolute;
          left: 0; }
          @media screen and (max-width: 481px) {
            .editor-content .points-list-item .title::after {
              font-size: 28px;
              border-width: 3px;
              top: 15px; } }
          @media print, screen and (min-width: 482px) and (max-width: 768px) {
            .editor-content .points-list-item .title::after {
              font-size: 28px;
              top: 15px; } }
          @media screen and (min-width: 769px) {
            .editor-content .points-list-item .title::after {
              font-size: 36px;
              top: 15px; } }
      .editor-content .points-list-item .detail {
        margin: 10px 0 0;
        line-height: 1.6; }
  @media screen and (max-width: 481px) {
    .editor-content h2 {
      margin: 0 0 8px;
      font-size: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content h2 {
      margin: 0 0 8px;
      font-size: 20px; } }
  @media screen and (min-width: 769px) {
    .editor-content h2 {
      margin: 0 0 15px;
      font-size: 24px; } }
  @media screen and (max-width: 481px) {
    .editor-content h3 {
      margin: 0 0 4px;
      font-size: 18px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content h3 {
      margin: 0 0 4px;
      font-size: 18px; } }
  @media screen and (min-width: 769px) {
    .editor-content h3 {
      margin: 0 0 8px;
      font-size: 22px; } }
  @media screen and (max-width: 481px) {
    .editor-content h4 {
      margin: 0 0 4px;
      font-size: 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content h4 {
      margin: 0 0 4px;
      font-size: 16px; } }
  @media screen and (min-width: 769px) {
    .editor-content h4 {
      margin: 0 0 8px;
      font-size: 20px; } }
  @media screen and (max-width: 481px) {
    .editor-content h5 {
      margin: 0 0 4px;
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content h5 {
      margin: 0 0 4px;
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .editor-content h5 {
      margin: 0 0 8px;
      font-size: 16px; } }
  @media screen and (max-width: 481px) {
    .editor-content h6 {
      margin: 0 0 4px;
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content h6 {
      margin: 0 0 4px;
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .editor-content h6 {
      margin: 0 0 8px;
      font-size: 16px; } }
  @media screen and (max-width: 481px) {
    .editor-content p {
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content p {
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    .editor-content p {
      font-size: 16px; } }
  .editor-content p:not(:last-child) {
    margin: 0 0 1.5em; }
  .editor-content a {
    text-decoration: underline; }
  @media screen and (max-width: 481px) {
    .editor-content .wp-block-columns {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content .wp-block-columns {
      margin-bottom: 20px; } }
  @media screen and (min-width: 769px) {
    .editor-content .wp-block-columns {
      margin-bottom: 30px; } }
  .editor-content .wp-block-separator {
    width: 100px;
    border-color: #000;
    margin: 0 auto; }
    @media screen and (max-width: 481px) {
      .editor-content .wp-block-separator {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .editor-content .wp-block-separator {
        margin-bottom: 20px; } }
    @media screen and (min-width: 769px) {
      .editor-content .wp-block-separator {
        margin-bottom: 30px; } }
  .editor-content .wp-block-separator.is-style-wide,
  .editor-content .wp-block-separator.is-style-dots {
    width: 100%; }
  @media screen and (max-width: 481px) {
    .editor-content .wp-block-buttons {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content .wp-block-buttons {
      margin-bottom: 20px; } }
  @media screen and (min-width: 769px) {
    .editor-content .wp-block-buttons {
      margin-bottom: 30px; } }
  @media screen and (max-width: 481px) {
    .editor-content .wp-block-buttons > .wp-block-button {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content .wp-block-buttons > .wp-block-button {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .editor-content .wp-block-buttons > .wp-block-button {
      width: auto; } }
  .editor-content .wp-block-button .wp-block-button__link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 240px;
    min-height: 60px;
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    text-decoration: none;
    position: relative; }
    @media screen and (max-width: 481px) {
      .editor-content .wp-block-button .wp-block-button__link {
        font-size: 14px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .editor-content .wp-block-button .wp-block-button__link {
        font-size: 14px; } }
    @media screen and (min-width: 769px) {
      .editor-content .wp-block-button .wp-block-button__link {
        font-size: 16px; } }
  @media screen and (max-width: 481px) {
    .editor-content ul,
    .editor-content ol {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content ul,
    .editor-content ol {
      margin-bottom: 20px; } }
  @media screen and (min-width: 769px) {
    .editor-content ul,
    .editor-content ol {
      margin-bottom: 30px; } }
  .editor-content ol {
    counter-reset: listnum; }
  .editor-content ul li:not(:last-child),
  .editor-content ol li:not(:last-child) {
    margin: 0 0 1em; }
  .editor-content ul li {
    padding: 0 0 0 10px;
    position: relative; }
    .editor-content ul li::before {
      content: '';
      width: 5px;
      height: 5px;
      background-color: #000;
      position: absolute;
      top: .8em;
      left: 0;
      transform: translateY(-50%); }
  .editor-content ol li::before {
    counter-increment: listnum;
    content: counter(listnum) ". "; }
  .editor-content ul li > ul,
  .editor-content ol li > ol {
    margin: 1em 0 1em .3em; }
  @media screen and (max-width: 481px) {
    .editor-content .dl_basic01 {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content .dl_basic01 {
      margin-bottom: 20px; } }
  @media screen and (min-width: 769px) {
    .editor-content .dl_basic01 {
      margin-bottom: 30px; } }
  .editor-content .dl_basic01 dl {
    margin: 0 0 1em; }
    .editor-content .dl_basic01 dl dt {
      padding: 0 0 0 20px;
      font-weight: 600;
      position: relative; }
      .editor-content .dl_basic01 dl dt::before {
        content: '';
        width: 16px;
        height: 10px;
        border: 4px solid #000;
        border-style: solid solid none none;
        position: absolute;
        top: .6em;
        left: 0;
        transform: translateY(-50%) rotate(135deg); }
    .editor-content .dl_basic01 dl dd:not(:last-child) {
      margin: 0 0 1em; }
  @media screen and (max-width: 481px) {
    .editor-content .wp-block-table {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .editor-content .wp-block-table {
      margin-bottom: 20px; } }
  @media screen and (min-width: 769px) {
    .editor-content .wp-block-table {
      margin-bottom: 30px; } }
  .editor-content .wp-block-table.align-top th,
  .editor-content .wp-block-table.align-top td {
    vertical-align: top; }
  .editor-content .wp-block-table figcaption {
    color: #555;
    margin: .5em 0 0; }
  .editor-content .wp-block-table.is-style-stripes,
  .editor-content .wp-block-table.is-style-stripes table {
    border: none; }
  .editor-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
    background-color: #ddd; }
  .editor-content .wp-block-table thead {
    border-bottom-width: 1px; }
    .editor-content .wp-block-table thead th {
      text-align: left; }
  .editor-content .wp-block-quote {
    background-color: #fafafa;
    padding: 2.2em; }
    @media screen and (max-width: 481px) {
      .editor-content .wp-block-quote {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .editor-content .wp-block-quote {
        margin-bottom: 20px; } }
    @media screen and (min-width: 769px) {
      .editor-content .wp-block-quote {
        margin-bottom: 30px; } }
  .editor-content .wp-block-quote p {
    margin-bottom: 1em; }
  .editor-content .wp-block-quote cite {
    font-size: .8em; }
  .editor-content .wp-block-pullquote {
    background-color: #ddd;
    padding: 2.2em;
    font-size: 1em; }
  .editor-content .wp-block-pullquote p {
    margin-bottom: .3em;
    font-size: 1.25em;
    font-weight: 600;
    color: #000;
    text-align: left; }
  .editor-content .wp-block-pullquote cite {
    display: block;
    text-align: left; }
  .editor-content .wp-block-image .alignright {
    float: none;
    margin: 0 0 0 auto; }
  .editor-content .wp-block-image figcaption {
    color: #555;
    margin: .5em 0 0; }
  .editor-content .wp-block-file .wp-block-file__button {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  .editor-content .sp-no-wrap {
    flex-wrap: nowrap !important; }

.p-notfound__detail {
  margin: 40px 0; }
  .p-notfound__detail .c-btn {
    margin: 40px 0 0; }

/* ==========================================================================
   print
   ========================================================================== */
k-table figcaption {
    color: #555;
    margin: .5em 0 0; }
  .editor-content .wp-block-table.is-style-stripes,
  .editor-content .wp-block-table.is-style-stripes table {
    border: none; }
  .editor-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
    background-color: #ddd; }
  .editor-content .wp-block-table thead {
    border-bottom-width: 1px; }
    .editor-content .wp-block-table thead th {
      text-align: left; }
  .editor-content .wp-block-quote {
    background-color: #fafafa;
    padding: 2.2em; }
    @media screen and (max-width: 481px) {
      .editor-content .wp-block-quote {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .editor-content .wp-block-quote {
        margin-bottom: 20px; } }
    @media screen and (min-width: 769px) {
      .editor-content .wp-block-quote {
        margin-bottom: 30px; } }
  .editor-content .wp-block-quote p {
    margin-bottom: 1em; }
  .editor-content .wp-block-quote cite {
    font-size: .8em; }
  .editor-content .wp-block-pullquote {
    background-color: #ddd;
    padding: 2.2em;
    font-size: 1em; }
  .editor-content .wp-block-pullquote p {
    margin-bottom: .3em;
    font-size: 1.25em;
    font-weight: 600;
    color: #000;
    text-align: left; }
  .editor-content .wp-block-pullquote cite {
    display: block;
    text-align: left; }
  .editor-content .wp-block-image .alignright {
    float: none;
    margin: 0 0 0 auto; }
  .editor-content .wp-block-image figcaption {
    color: #555;
    margin: .5em 0 0; }
  .editor-content .wp-block-file .wp-block-file__button {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  .editor-content .sp-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

.p-notfound__detail {
  margin: 40px 0; }
  .p-notfound__detail .c-btn {
    margin: 40px 0 0; }

/* ==========================================================================
   print
   ========================================================================== */
