@charset "UTF-8";
/*==============================
-Import Files
===============================*/
/*==============================
-setting
===============================*/
/* ======= Color / font 設定 ======= */
body#home {
  background-color: #ffffff;
}

body.active {
  overflow: hidden;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Italic.woff") format("woff"), url("../fonts/HelveticaNeue-Italic.woff2") format("woff2");
}
@font-face {
  font-family: 'ヒラギノ角ゴシックProN';
  src: url("../fonts/ヒラギノ角ゴシック ProN W3.woff") format("woff"), url("../fonts/ヒラギノ角ゴシック ProN W3.woff2") format("woff2"), url("../fonts/ヒラギノ角ゴシック ProN W6.woff") format("woff"), url("../fonts/ヒラギノ角ゴシック ProN W6.woff2") format("woff2");
}
body#home, input, button, textarea, select {
  font-family: 'ヒラギノ角ゴシックProN', sans-serif;
  font-weight: 400;
  color: #333;
}

/* =======  container grid設定 ======= */
/* =======  ドラッグした時のカラーを指定 ======= */
::selection {
  background: #333;
  color: #F8F8F8;
}

​
::-moz-selection {
  background: #333;
  color: #F8F8F8;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong {
  font-weight: bold;
}

/*==============================
 root.scss
===============================*/
:root {
  --container-desktop: 1200px;
  --col-gutter: 50px;
}

/*==============================
-Variable
===============================*/
/* ======= mixin breakpoint ======= */
/* ======= prefix ======= */
/* ======= positioncenter ======= */
/* ==============================
-Global
=============================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-size: 12px;
  letter-spacing: 1px;
  height: 100%;
  font-feature-settings: "palt";
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  display: inline-block;
  word-break: break-word;
}

a, a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  max-width: 100%;
}

#wpadminbar {
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}

/* ===== @class ===== */
.l-con {
  margin: 0 auto;
  max-width: calc( 1200px + 50px);
  padding: 0 calc( 50px / 2);
}
@media only screen and (max-width: 767px) {
  .l-con {
    max-width: calc(100%);
  }
}
.l-con .l-con-right {
  margin-left: calc((100vw - 1200px + 50px) / 2);
  padding: 0 calc( 50px / 2);
}
.l-con .l-con-left {
  margin-right: calc((100vw - 1200px + 50px) / 2);
  padding: 0 calc( 50px / 2);
}
@media only screen and (max-width: 1350px) {
  .l-con .l-con-right,
  .l-con .l-con-left {
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .l-con .l-con-right,
  .l-con .l-con-left {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-con .l-full {
    margin-left: calc( 50px / -2);
    margin-right: calc( 50px / -2);
  }
}

.l-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: calc( 50px / -2);
  margin-right: calc( 50px / -2);
}

.l-full {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

[class*="-col-"] {
  position: relative;
  font-size: 10px;
}

.l-col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 1)) - 50px);
}

.l-col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 2)) - 50px);
}

.l-col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 3)) - 50px);
}

.l-col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 4)) - 50px);
}

.l-col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 5)) - 50px);
}

.l-col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 6)) - 50px);
}

.l-col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 7)) - 50px);
}

.l-col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 8)) - 50px);
}

.l-col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 9)) - 50px);
}

.l-col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 10)) - 50px);
}

.l-col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 11)) - 50px);
}

.l-col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 12)) - 50px);
}

.l-col-auto {
  flex: 1;
  margin: 0 calc( 50px / 2);
}

.l-tile-col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 1)));
}

.l-tile-col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 2)));
}

.l-tile-col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 3)));
}

.l-tile-col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 4)));
}

.l-tile-col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 5)));
}

.l-tile-col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 6)));
}

.l-tile-col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 7)));
}

.l-tile-col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 8)));
}

.l-tile-col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 9)));
}

.l-tile-col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 10)));
}

.l-tile-col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 11)));
}

.l-tile-col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 12)));
}

.l-tile-col-auto {
  flex: 1;
}

.l-offset-left-1 {
  margin-left: calc(( 100% / ( 12 / 1) + calc( 50px / 2)));
}

.l-offset-left-2 {
  margin-left: calc(( 100% / ( 12 / 2) + calc( 50px / 2)));
}

.l-offset-left-3 {
  margin-left: calc(( 100% / ( 12 / 3) + calc( 50px / 2)));
}

.l-offset-left-4 {
  margin-left: calc(( 100% / ( 12 / 4) + calc( 50px / 2)));
}

.l-offset-left-5 {
  margin-left: calc(( 100% / ( 12 / 5) + calc( 50px / 2)));
}

.l-offset-left-6 {
  margin-left: calc(( 100% / ( 12 / 6) + calc( 50px / 2)));
}

.l-offset-left-7 {
  margin-left: calc(( 100% / ( 12 / 7) + calc( 50px / 2)));
}

.l-offset-left-8 {
  margin-left: calc(( 100% / ( 12 / 8) + calc( 50px / 2)));
}

.l-offset-left-9 {
  margin-left: calc(( 100% / ( 12 / 9) + calc( 50px / 2)));
}

.l-offset-left-10 {
  margin-left: calc(( 100% / ( 12 / 10) + calc( 50px / 2)));
}

.l-offset-left-11 {
  margin-left: calc(( 100% / ( 12 / 11) + calc( 50px / 2)));
}

.l-offset-left-12 {
  margin-left: calc(( 100% / ( 12 / 12) + calc( 50px / 2)));
}

.l-offset-right-1 {
  margin-right: calc(( 100% / ( 12 / 1) + calc( 50px / 2)));
}

.l-offset-right-2 {
  margin-right: calc(( 100% / ( 12 / 2) + calc( 50px / 2)));
}

.l-offset-right-3 {
  margin-right: calc(( 100% / ( 12 / 3) + calc( 50px / 2)));
}

.l-offset-right-4 {
  margin-right: calc(( 100% / ( 12 / 4) + calc( 50px / 2)));
}

.l-offset-right-5 {
  margin-right: calc(( 100% / ( 12 / 5) + calc( 50px / 2)));
}

.l-offset-right-6 {
  margin-right: calc(( 100% / ( 12 / 6) + calc( 50px / 2)));
}

.l-offset-right-7 {
  margin-right: calc(( 100% / ( 12 / 7) + calc( 50px / 2)));
}

.l-offset-right-8 {
  margin-right: calc(( 100% / ( 12 / 8) + calc( 50px / 2)));
}

.l-offset-right-9 {
  margin-right: calc(( 100% / ( 12 / 9) + calc( 50px / 2)));
}

.l-offset-right-10 {
  margin-right: calc(( 100% / ( 12 / 10) + calc( 50px / 2)));
}

.l-offset-right-11 {
  margin-right: calc(( 100% / ( 12 / 11) + calc( 50px / 2)));
}

.l-offset-right-12 {
  margin-right: calc(( 100% / ( 12 / 12) + calc( 50px / 2)));
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-left-"] {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-right-"] {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-col-"] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 50px - 0.1px);
    max-width: calc(100% - 50px);
    margin-left: calc( 50px / 2);
    margin-right: calc( 50px / 2);
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-tile-col-"] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ===== @mixin ===== */
/* ======= ALL component ======= */
.c-display-pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-display-pc {
    display: none;
  }
}
.c-display-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-display-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  input, button, textarea, select {
    font-size: 16px;
  }
}

.c-all-container-large, .c-header-main-section, .p-top-mainvisual-container-inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 50px !important;
}
@media only screen and (max-width: 980px) {
  .c-all-container-large, .c-header-main-section, .p-top-mainvisual-container-inner {
    padding: 0 25px !important;
  }
}

.c-all-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px !important;
}
@media only screen and (max-width: 980px) {
  .c-all-container {
    padding: 0 25px !important;
  }
}

.c-all-link-transition-2s, .c-header-logo-anchor, .c-header-navi-anchor-store, .c-header-dropdown-section-about .c-header-dropdown-anchor, .c-header-dropdown-section-brand .c-header-dropdown-anchor, svg.c-header-dropdown-viewall-arrow, .c-header-dropdown-viewall, .c-header-logo-anchor-sp, .c-header-menu-btn-sp, .c-header-menu-btn-sp::before, .c-header-menu-logo-anchor-sp, .c-header-navi-main-list-sp a, .c-header-navi-sub-list-sp a, .c-footer-news-article-anchor, svg.c-footer-to-top-btn-arrow, svg.c-footer-en-to-top-btn-arrow, .s-post-linkTextlead .s-post-linkText, .s-post-linkIn, .s-products-variation-url-pulldown-title, .s-products-variation-url-pulldown-anchor, .t-form-thanks-text a, .t-form-lead-text a, .t-form-privacy-text a, .p-company-overview-table a, .p-news-article-anchor, .p-news-sidemenu-ul a, .p-news-sidemenu-ul a::after, .p-ueno-richi-products-header-logo {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.c-all-link-transition-3s, .c-header-main-section, .c-header-main-inner-flex, .c-header-navi-box, .c-header-navi-anchor::after, .c-header-menu-btn-sp .c-header-menu-btn-text-sp, .c-header-menu-btn-sp .c-header-menu-btn-text-close-sp, .c-header-menu-sns-box-sp a, svg.c-footer-business-linkBtn-arrow, .c-footer-business-linkBtn, svg.c-footer-news-linkBtn-arrow, .c-footer-news-linkBtn, .c-footer-news-pickup-slider-arrow, svg.c-footer-info-linkBtn-arrow, .c-footer-info-linkBtn, svg.c-footer-info-tel-svg, .c-footer-info-tel-anchor, .c-footer-sns-icon-box a, .c-footer-contents-box a, svg.c-footer-en-info-linkBtn-arrow, .c-footer-en-info-linkBtn, svg.c-footer-en-info-tel-svg, .c-footer-en-info-tel-anchor, .s-brand-fixed-btn-box, .s-brand-fixed-btn, svg.s-brand-fixed-btn-arrow, .s-brand-products-list-anchor, .s-brand-products-list-anchor .s-brand-products-list-img, svg.s-brand-products-linkBtn-arrow, .s-brand-products-linkBtn, .t-form-confirm-submit-btn, .t-form-confirm-submit-btn svg.t-form-confirm-btn-arrow, .t-form-confirm-return-btn, .t-form-confirm-return-btn svg.t-form-confirm-btn-arrow, svg.t-form-thanks-anchor-arrow, .t-form-thanks-linkBtn, svg.t-form-submit-btn-arrow, .t-form-submit-btn, svg.p-404-anchor-btn-arrow, .p-404-anchor-btn, svg.p-top-section-linkBtn-arrow, .p-top-section-linkBtn, .p-top-product-img-anchor .p-top-product-img, .p-top-products-slider-arrow, .p-top-brand-img-anchor-box, .p-top-brand-img-anchor-box .p-top-brand-img-anchor-inner, svg.p-top-brand-linkBtn-arrow, .p-top-brand-linkBtn, svg.p-about_company-info-anchor-arrow, .p-about_company-info-linkBtn, svg.p-company-access-linkBtn-arrow, .p-company-access-linkBtn, svg.p-business-contact-linkBtn-arrow, .p-business-contact-linkBtn, svg.p-business-info-anchor-arrow, .p-business-info-linkBtn, svg.p-ueno-richi-products-info-anchor-btn-arrow, .p-ueno-richi-products-info-anchor-btn {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

/* ======= page component ======= */
.c-all-topvisual-pageTitle-wrap {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 430px;
}
.c-all-topvisual-pageTitle-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(163, 163, 163, 0.32);
}
@media only screen and (max-width: 767px) {
  .c-all-topvisual-pageTitle-wrap {
    height: 330px;
  }
}

.c-all-topvisual-pageTitle {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100px;
  margin: 0 auto;
  z-index: 1;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 42px;
  letter-spacing: 8px;
  font-weight: 400;
  text-shadow: 1px 1px 20px #fff;
}
@media only screen and (max-width: 1300px) {
  .c-all-topvisual-pageTitle {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .c-all-topvisual-pageTitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-all-topvisual-pageTitle {
    bottom: 60px;
    font-size: 28px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 390px) {
  .c-all-topvisual-pageTitle {
    font-size: 7.5vw;
  }
}
.c-all-topvisual-pageTitle span {
  display: block;
  font-family: "ヒラギノ角ゴシックProN", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-all-topvisual-pageTitle span {
    font-size: 15px;
  }
}

.c-all-topvisual-pageTitle2-wrap {
  text-align: center;
}

.c-all-topvisual-pageTitle2-box {
  position: relative;
  width: 100%;
  height: 430px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .c-all-topvisual-pageTitle2-box {
    height: 330px;
  }
}

.c-all-topvisual-pageTitle2 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100px;
  margin: 0 auto;
  z-index: 1;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 42px;
  letter-spacing: 8px;
  font-weight: 400;
}
.c-all-topvisual-pageTitle2 span {
  display: block;
  font-family: "ヒラギノ角ゴシックProN", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-all-topvisual-pageTitle2 {
    font-size: 15px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .c-all-topvisual-pageTitle2 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .c-all-topvisual-pageTitle2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-all-topvisual-pageTitle2 {
    font-size: 28px;
    letter-spacing: 4.6px;
  }
}
@media only screen and (max-width: 420px) {
  .c-all-topvisual-pageTitle2.c-all-topvisual-pageTitle2-moresmall {
    font-size: 6.5vw;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 390px) {
  .c-all-topvisual-pageTitle2 {
    font-size: 7.5vw;
    letter-spacing: 4px;
  }
}

/* ======= Animation component ======= */
.c-all-fadeup-scroll {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.c-all-fadeup-scroll.active {
  webkit-animation: c-all-fadeup-scroll 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.2s;
  -ms-animation: c-all-fadeup-scroll 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.2s;
  animation: c-all-fadeup-scroll 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.2s;
}

@keyframes c-all-fadeup-scroll {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-all-fadein, .c-all-topvisual-pageTitle, .c-all-topvisual-pageTitle span, .c-all-topvisual-pageTitle2, .s-brand-visual-logo, .s-products-visual-logo, .p-top-mainvisual-catch {
  webkit-animation: c-all-fadein 1s .1s forwards;
  -ms-animation: c-all-fadein 1s .1s forwards;
  animation: c-all-fadein 1s .1s forwards;
  opacity: 0;
}

@keyframes c-all-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-all-fadeup, .s-post-heading-category, .s-post-sprit-flexItem-article-side, .s-brand-visual-img, .s-products-name, .s-products-desc-flex, .t-form-confirm-heading, .t-form-confirm-lead, .t-form-thanks-inner, .t-form-lead-text, .p-about-philosophy-wrap, .p-company-overview-wrap, .p-business-intro-wrap, .p-news-heading-category {
  webkit-animation: c-all-fadeup 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
  -ms-animation: c-all-fadeup 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
  animation: c-all-fadeup 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
}

@keyframes c-all-fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ======= article list pager ======= */
.c-all-article-list-pager-none-wrap {
  margin-bottom: -54px;
}
@media only screen and (max-width: 767px) {
  .c-all-article-list-pager-none-wrap {
    margin-bottom: -40px;
  }
}

.c-all-article-list-pager-wrap {
  margin-top: 40px;
  text-align: center;
}
.c-all-article-list-pager-wrap a {
  transition: .2s;
  -webkit-transition: .2s;
}
.c-all-article-list-pager-wrap a:hover {
  opacity: .7;
}
.c-all-article-list-pager-wrap .page-numbers {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 3px;
  padding: 0 3px;
  color: #1F252A;
  border: 1px solid #333;
  width: 28px;
  height: 28px;
  line-height: 27px;
  letter-spacing: 0;
}
@media only screen and (max-width: 370px) {
  .c-all-article-list-pager-wrap .page-numbers {
    padding: 0;
  }
}
.c-all-article-list-pager-wrap .page-numbers.current {
  color: #F8F8F8;
  background-color: #333;
}
.c-all-article-list-pager-wrap .prev,
.c-all-article-list-pager-wrap .next {
  display: inline;
  border: none;
}
.c-all-article-list-pager-wrap .prev:hover,
.c-all-article-list-pager-wrap .next:hover {
  opacity: .7;
}

.c-all-article-list-pager-arrow {
  width: 13px;
  transition: .2s;
  -webkit-transition: .2s;
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
  padding-bottom: 7px;
}
@media only screen and (max-width: 400px) {
  .c-all-article-list-pager-arrow {
    width: 13px;
  }
}

.page-numbers.prev:hover .c-all-article-list-pager-arrow.left {
  transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
}

.page-numbers.next:hover .c-all-article-list-pager-arrow.right {
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
}

/*==============================
-Component
===============================*/
.c-text-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.c-text-flex {
  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;
}

.c-text-lead {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-text-lead {
    font-size: 15px;
  }
}

.c-text-bg {
  display: block;
  position: relative;
  padding-top: 56.25%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-text-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-text-btn {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #000000;
  border: 2px solid #000000;
  z-index: 1;
  overflow: hidden;
  transition: ease .3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-text-btn:hover {
  transition: ease .2s;
  color: #000000;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .c-text-display-pc {
    display: none;
  }
}

.c-text-display-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-text-display-sp {
    display: block;
  }
}

.c-text-break-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-text-break-pc {
    display: inline;
  }
}

.c-text-break-sp {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .c-text-break-sp {
    display: block;
  }
}

.c-text-btn-area {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .c-text-btn-area {
    padding: 0 0 20px 0;
  }
}

.c-text-btn-item {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #000000;
  border: 2px solid #000000;
  z-index: 1;
  overflow: hidden;
  transition: ease .3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn-item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn-item {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-text-btn-item:hover {
  transition: ease .2s;
  color: #000000 !important;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .c-text-btn-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 6)) - 50px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 6)) - 50px);
    position: relative;
    margin: 0 calc( 50px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-text-arrow-area {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}

.c-text-arrow {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 50px;
}

.c-text-arrow::before,
.c-text-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  content: '';
  vertical-align: middle;
}

.c-text-arrow-back::before {
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 50px solid transparent;
  border-left: 50px solid #000000;
  transform: rotate3d(0, 0, 1, 90deg) perspective(0);
  backface-visibility: hidden;
  margin: 0 auto;
  text-align: center;
}

/*==============================
-c-header
===============================*/
.c-header-hover-action, .c-header-wrap, .c-header-logo-anchor img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-header-wrap {
  position: fixed;
  z-index: 9000;
  width: 100%;
}
@media only screen and (max-width: 1185px) {
  .c-header-wrap {
    display: none;
  }
}

.c-header-main-section {
  height: 100px;
  position: relative;
}
.c-header-main-section.active {
  height: 70px;
}

.c-header-main-inner-flex {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  width: 100%;
  height: 72px;
  margin: auto;
}
.c-header-main-inner-flex.active {
  height: 55px;
}

.c-header-logo-anchor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 158px;
  height: 44px;
  z-index: 1;
}
.c-header-logo-anchor img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
.c-header-logo-anchor:hover {
  opacity: .6;
}
@media only screen and (max-width: 767px) {
  .c-header-logo-anchor:hover {
    opacity: 1;
  }
}

.c-header-navi-box {
  display: flex;
  align-items: flex-end;
  justify-content: right;
  position: absolute;
  bottom: -28px;
  right: 0;
  width: 100%;
}
.c-header-navi-box.active {
  bottom: -15px;
}

.c-header-navi-anchor {
  position: relative;
  margin-right: 35px;
  font-family: "HelveticaNeue", sans-serif;
  color: #000;
  font-size: 17px;
  letter-spacing: 0.2px;
  padding: 28px 0;
}
.c-header-navi-anchor.active {
  padding: 25px 0;
}
.c-header-navi-anchor::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.c-header-navi-anchor:hover::after {
  opacity: 1;
}

.c-header-navi-anchor.hover::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.c-header-navi-anchor-store {
  font-family: "HelveticaNeue", sans-serif;
  text-align: center;
  background: #333;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 16px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
.c-header-navi-anchor-store.active {
  margin-bottom: 15px;
}
.c-header-navi-anchor-store:hover {
  opacity: .6;
}
.c-header-navi-anchor-store img {
  width: auto;
  margin-left: 3px;
}

#js-c-header-scroll.js-c-header-wrap-scroll-active {
  background-color: rgba(255, 255, 255, 0.7);
}

.c-header-wrap:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.c-header-wrap:hover .c-header-logo-anchor img:nth-of-type(2) {
  opacity: 0;
}
.c-header-wrap:hover .c-header-navi-anchor {
  color: #ffffff;
}
.c-header-wrap:hover .c-header-navi-anchor-store {
  background: #818181;
}

.c-header-dropdown-section {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100vw;
  margin: auto;
  border-top: 1px solid #707070;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
.c-header-dropdown-section.active {
  top: 67px;
}

.c-header-dropdown-section-about .c-header-dropdown-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 0;
}
.c-header-dropdown-section-about .c-header-dropdown-anchor {
  width: 20%;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1.3px;
  padding: 18px 5px;
}
.c-header-dropdown-section-about .c-header-dropdown-anchor:hover {
  opacity: .6;
}
.c-header-dropdown-section-about .c-header-dropdown-anchor span {
  display: block;
  color: #9F9F9F;
  font-size: 12px;
  padding-bottom: 7px;
}
.c-header-dropdown-section-about .c-header-dropdown-anchor + .c-header-dropdown-anchor {
  border-left: 1px solid #707070;
}

.c-header-dropdown-section-brand .c-header-dropdown-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 18px 0;
}
.c-header-dropdown-section-brand .c-header-dropdown-anchor {
  width: 20%;
  padding: 8px 0;
  margin-top: 18px;
}
.c-header-dropdown-section-brand .c-header-dropdown-anchor img {
  display: block;
  width: 70%;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.c-header-dropdown-section-brand .c-header-dropdown-anchor:hover {
  opacity: .6;
}

svg.c-header-dropdown-viewall-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.c-header-dropdown-viewall-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.c-header-dropdown-viewall {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 30px 0 35px 0;
}
.c-header-dropdown-viewall:hover {
  opacity: .6;
}
.c-header-dropdown-viewall:hover .c-header-dropdown-viewall-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}

.c-header-wrap-sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 1185px) {
  .c-header-wrap-sp {
    display: block;
  }
}

.c-header-logo-anchor-sp {
  position: absolute;
  top: 28px;
  left: 50px;
  width: 145px;
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  .c-header-logo-anchor-sp {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header-logo-anchor-sp {
    width: 127px;
  }
}
.c-header-logo-anchor-sp:hover {
  opacity: .6;
}
@media only screen and (max-width: 767px) {
  .c-header-logo-anchor-sp:hover {
    opacity: 1;
  }
}

.c-header-menu-btn-box-sp {
  position: fixed;
  top: 20px;
  right: 50px;
  z-index: 9999;
}
@media only screen and (max-width: 980px) {
  .c-header-menu-btn-box-sp {
    right: 25px;
  }
}

.c-header-menu-btn-sp {
  position: relative;
  background-color: #333;
  color: #ffffff;
  width: 55px;
  height: 55px;
}
.c-header-menu-btn-sp::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background-color: #ACACAC;
  z-index: -1;
}
.c-header-menu-btn-sp .c-header-menu-btn-text-sp {
  display: inline-block;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-family: "HelveticaNeue", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  z-index: 1;
  opacity: 1;
}
.c-header-menu-btn-sp .c-header-menu-btn-text-sp.active {
  opacity: 0;
}
.c-header-menu-btn-sp .c-header-menu-btn-text-close-sp {
  display: inline-block;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-image: url("../images/header_icon_navi_close.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.c-header-menu-btn-sp .c-header-menu-btn-text-close-sp.active {
  opacity: 1;
}
.c-header-menu-btn-sp:hover {
  cursor: pointer;
}
.c-header-menu-btn-sp:hover::before {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .c-header-menu-btn-sp:hover::before {
    top: 3px;
    left: 3px;
  }
}

.c-header-menu-box-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: -9999;
  overflow-y: scroll;
}
.c-header-menu-box-sp.active {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}

.c-header-menu-logo-anchor-sp {
  position: absolute;
  top: 28px;
  left: 50px;
  width: 145px;
  z-index: 9999;
}
@media only screen and (max-width: 980px) {
  .c-header-menu-logo-anchor-sp {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header-menu-logo-anchor-sp {
    width: 127px;
  }
}
.c-header-menu-logo-anchor-sp:hover {
  opacity: .6;
}
@media only screen and (max-width: 767px) {
  .c-header-menu-logo-anchor-sp:hover {
    opacity: 1;
  }
}

.c-header-navi-box-sp {
  padding: 160px 0 30px 0;
}
@media only screen and (max-width: 500px) {
  .c-header-navi-box-sp {
    padding: 35vw 0 30px 0;
  }
}

.c-header-navi-main-list-sp a {
  display: block;
  font-family: "HelveticaNeue", sans-serif;
  border-bottom: 1px solid #B2B2B2;
  padding: 23px 0;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.c-header-navi-main-list-sp a:hover {
  opacity: .6;
}
@media only screen and (max-width: 767px) {
  .c-header-navi-main-list-sp a:hover {
    opacity: 1;
  }
}

.c-header-navi-targetIcon-sp {
  display: inline-block;
  width: 15px;
  margin-left: 3px;
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}

.c-header-navi-sub-list-sp {
  padding-top: 15px;
}
.c-header-navi-sub-list-sp a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000000;
  padding-top: 30px;
}
.c-header-navi-sub-list-sp a:hover {
  opacity: .6;
}
@media only screen and (max-width: 767px) {
  .c-header-navi-sub-list-sp a:hover {
    opacity: 1;
  }
}

.c-header-navi-sp-contact-link-pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .c-header-navi-sp-contact-link-pc {
    display: none !important;
  }
}

.c-header-navi-sp-contact-link-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .c-header-navi-sp-contact-link-sp {
    display: block !important;
  }
}

.c-header-menu-sns-box-sp {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
.c-header-menu-sns-box-sp a {
  width: 27px;
  display: inline-block;
}
.c-header-menu-sns-box-sp a:hover {
  opacity: 0.7;
}
.c-header-menu-sns-box-sp a img {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}
.c-header-menu-sns-box-sp a:nth-of-type(even) {
  margin: 0 35px;
}
@media only screen and (max-width: 500px) {
  .c-header-menu-sns-box-sp {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}

/*==============================
-c-footer
===============================*/
.c-footer-business-wrap {
  position: relative;
  background-image: url("../images/footer_business_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px 0 70px 0;
  color: #ffffff;
}
.c-footer-business-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(96, 96, 96, 0.73);
}

.c-footer-business-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.c-footer-business-heding {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 35px;
  letter-spacing: 7px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  .c-footer-business-heding {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .c-footer-business-heding {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-business-heding {
    font-size: 28px;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 390px) {
  .c-footer-business-heding {
    font-size: 7.5vw;
  }
}

.c-footer-business-catch {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-footer-business-catch {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 390px) {
  .c-footer-business-catch {
    font-size: 4vw;
  }
}

svg.c-footer-business-linkBtn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.c-footer-business-linkBtn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.c-footer-business-linkBtn {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 50px auto 0 auto;
  border: 1px solid #333;
  background: #333;
  padding: 20px 5px;
  max-width: 240px;
  letter-spacing: 1.5px;
}
.c-footer-business-linkBtn:hover {
  background: none;
  border: 1px solid #ffffff;
}
.c-footer-business-linkBtn:hover .c-footer-business-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
@media only screen and (max-width: 767px) {
  .c-footer-business-linkBtn {
    margin: 40px auto 0 auto;
  }
  .c-footer-business-linkBtn:hover {
    background: #333;
    border: 1px solid #333;
  }
  .c-footer-business-linkBtn:hover .c-footer-business-linkBtn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

.c-footer-news-wrap {
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  .c-footer-news-wrap {
    padding-top: 110px;
    overflow: hidden;
  }
}

.c-footer-news-heading {
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 38px;
  letter-spacing: 8px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  .c-footer-news-heading {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .c-footer-news-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-news-heading {
    font-size: 28px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 390px) {
  .c-footer-news-heading {
    font-size: 7.5vw;
  }
}
.c-footer-news-heading span {
  display: block;
  font-family: "ヒラギノ角ゴシックProN", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-footer-news-heading span {
    font-size: 15px;
  }
}

.c-footer-news-pickup-article-box {
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .c-footer-news-pickup-article-box {
    padding: 0 15px;
  }
}

.c-footer-news-pickup-img-box {
  overflow: hidden;
  margin-bottom: 20px;
}
.c-footer-news-pickup-img-box img {
  transition: 1.5s ease;
  -webkit-transition: 1.5s ease;
}

.c-footer-news-pickup-text-box p {
  font-size: 14px;
  font-style: italic;
  color: #888888;
}
.c-footer-news-pickup-text-box p span {
  font-family: "HelveticaNeue", sans-serif;
}
.c-footer-news-pickup-text-box h1 {
  display: block;
  color: #000000;
  text-decoration: underline;
  line-height: 1.5;
  letter-spacing: 1.3px;
  font-size: 16px;
  padding-top: 10px;
  word-break: break-all;
}
@media only screen and (max-width: 650px) {
  .c-footer-news-pickup-text-box h1 {
    letter-spacing: .8px;
  }
}
@media only screen and (max-width: 410px) {
  .c-footer-news-pickup-text-box p {
    font-size: 13px;
  }
  .c-footer-news-pickup-text-box h1 {
    font-size: 15px;
  }
}

.c-footer-news-split-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}

.c-footer-news-split-flexItem-left {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-footer-news-split-flexItem-left {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}

.c-footer-news-split-flexItem-right {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .c-footer-news-split-flexItem-right {
    width: 100%;
    border-top: 1px solid #B2B2B2;
    margin-top: 45px;
    padding-top: 45px;
  }
}

.c-footer-news-article-flex {
  display: flex;
}

.c-footer-news-article-flexItrm-img {
  width: 35%;
  overflow: hidden;
}
.c-footer-news-article-flexItrm-img img {
  transition: 1.5s ease;
  -webkit-transition: 1.5s ease;
}

.c-footer-news-article-flexItrm-text {
  width: 65%;
  padding-left: 20px;
}
.c-footer-news-article-flexItrm-text p {
  font-size: 14px;
  font-style: italic;
  color: #888888;
}
.c-footer-news-article-flexItrm-text p span {
  font-family: "HelveticaNeue", sans-serif;
}
.c-footer-news-article-flexItrm-text h1 {
  display: block;
  color: #000000;
  text-decoration: underline;
  line-height: 1.5;
  letter-spacing: 1.3px;
  font-size: 16px;
  padding-top: 15px;
  word-break: break-all;
}
@media only screen and (max-width: 1300px) {
  .c-footer-news-article-flexItrm-text h1 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .c-footer-news-article-flexItrm-text h1 {
    padding-top: 5px;
    letter-spacing: .8px;
  }
}
@media only screen and (max-width: 410px) {
  .c-footer-news-article-flexItrm-text p {
    font-size: 13px;
    letter-spacing: .5;
  }
  .c-footer-news-article-flexItrm-text h1 {
    font-size: 15px;
  }
}

.c-footer-news-article-anchor {
  color: #000000;
}
.c-footer-news-article-anchor + .c-footer-news-article-anchor {
  margin-top: 30px;
}
.c-footer-news-article-anchor:hover {
  opacity: .85;
}
.c-footer-news-article-anchor:hover img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}
.c-footer-news-article-anchor:hover h1 {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-footer-news-article-anchor:hover {
    opacity: 1;
  }
  .c-footer-news-article-anchor:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .c-footer-news-article-anchor:hover h1 {
    text-decoration: underline;
  }
}

svg.c-footer-news-linkBtn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.c-footer-news-linkBtn-arrow .line01 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.c-footer-news-linkBtn {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 14px;
  margin: 50px auto 0 auto;
  border: 1px solid #333;
  padding: 20px 5px;
  max-width: 240px;
  letter-spacing: 1.5px;
}
.c-footer-news-linkBtn:hover {
  background: #333;
  color: #ffffff;
}
.c-footer-news-linkBtn:hover .c-footer-news-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.c-footer-news-linkBtn:hover .c-footer-news-linkBtn-arrow .line01 {
  stroke: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-footer-news-linkBtn {
    margin: 45px auto 0 auto;
  }
  .c-footer-news-linkBtn:hover {
    background: #fff;
    color: #000000;
  }
  .c-footer-news-linkBtn:hover .c-footer-news-linkBtn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .c-footer-news-linkBtn:hover .c-footer-news-linkBtn-arrow .line01 {
    stroke: #000000;
  }
}

.c-footer-news-pickup-slider-arrow {
  width: 48px;
  height: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 5;
  pointer-events: auto;
}
.c-footer-news-pickup-slider-arrow:hover {
  cursor: pointer;
}
.c-footer-news-pickup-slider-arrow.c-footer-news-pickup-slider-arrow-prev {
  background-image: url("../images/slide_prev.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: auto;
}
.c-footer-news-pickup-slider-arrow.c-footer-news-pickup-slider-arrow-prev:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}
.c-footer-news-pickup-slider-arrow.c-footer-news-pickup-slider-arrow-next {
  background-image: url("../images/slide_next.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: auto;
  right: 0;
}
.c-footer-news-pickup-slider-arrow.c-footer-news-pickup-slider-arrow-next:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.c-footer-news-pickup-slider-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  font-size: 0px;
}

.c-footer-news-pickup-slider-dots {
  text-align: center;
  margin-top: 35px;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .c-footer-news-pickup-slider-dots {
    float: right;
    margin-top: 45px;
    padding-right: 25px;
  }
}

.c-footer-news-pickup-slider-scroll-text {
  font-family: "HelveticaNeue", sans-serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-top: 45px;
  padding-left: 25px;
}

.c-footer-news-pickup-slider-dots li {
  display: inline-block;
  margin-left: 5px;
}

.c-footer-news-pickup-slider-dots > li:first-child:last-child {
  display: none;
}

.c-footer-news-pickup-slider-dots button {
  position: relative;
  border: 1px solid #000000;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.c-footer-news-pickup-slider-dots button:hover {
  cursor: pointer;
}

.c-footer-news-pickup-slider-dots .slick-active button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
}

.c-footer-info-wrap {
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  .c-footer-info-wrap {
    padding-top: 125px;
  }
}

.c-footer-info-split-box-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .c-footer-info-split-box-flex {
    margin: 0;
  }
}

.c-footer-info-split-box-flexItem {
  position: relative;
  text-align: center;
  width: calc(50% - 30px);
  margin: 0 15px;
  border: 1px solid #000000;
  padding: 75px 20px 65px 20px;
}
@media only screen and (max-width: 767px) {
  .c-footer-info-split-box-flexItem {
    width: 100%;
    margin: 0;
  }
  .c-footer-info-split-box-flexItem + .c-footer-info-split-box-flexItem {
    margin-top: 40px;
  }
}

.c-footer-info-box-deco {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.c-footer-info-split-box-flexItem .c-footer-info-box-deco:nth-of-type(1) {
  top: -10px;
  left: -10px;
}
.c-footer-info-split-box-flexItem .c-footer-info-box-deco:nth-of-type(2) {
  top: -10px;
  right: -10px;
}
.c-footer-info-split-box-flexItem .c-footer-info-box-deco:nth-of-type(3) {
  bottom: -10px;
  left: -10px;
}
.c-footer-info-split-box-flexItem .c-footer-info-box-deco:nth-of-type(4) {
  bottom: -10px;
  right: -10px;
}

.c-footer-info-heading {
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  .c-footer-info-heading {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .c-footer-info-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-info-heading {
    font-size: 28px;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 390px) {
  .c-footer-info-heading {
    font-size: 7.5vw;
  }
}

.c-footer-info-text {
  color: #AAAAAA;
  font-size: 16px;
  padding: 58px 0;
}

svg.c-footer-info-linkBtn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.c-footer-info-linkBtn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.c-footer-info-linkBtn {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto;
  border: 1px solid #333;
  background: #333;
  padding: 19px 5px;
  max-width: 350px;
  letter-spacing: 1.5px;
}
.c-footer-info-linkBtn:hover {
  background: none;
  color: #000000;
}
.c-footer-info-linkBtn:hover .c-footer-info-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.c-footer-info-linkBtn:hover .c-footer-info-linkBtn-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .c-footer-info-linkBtn {
    margin: 0 auto;
  }
  .c-footer-info-linkBtn:hover {
    background: #333;
    color: #ffffff;
  }
  .c-footer-info-linkBtn:hover .c-footer-info-linkBtn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .c-footer-info-linkBtn:hover .c-footer-info-linkBtn-arrow .line01 {
    stroke: #ffffff;
  }
}

.c-footer-info-linkBtn + .c-footer-info-linkBtn {
  margin: 10px auto 0 auto;
}

svg.c-footer-info-tel-svg {
  fill: #AAAAAA;
  width: 15px;
}

.c-footer-info-tel-anchor {
  margin: 30px 0;
  color: #AAAAAA;
  font-size: 16px;
}
.c-footer-info-tel-anchor span {
  text-decoration: underline;
}
.c-footer-info-tel-anchor:hover {
  color: #000000;
}
.c-footer-info-tel-anchor:hover svg.c-footer-info-tel-svg {
  fill: #000000;
}

.c-footer-wrap {
  background-color: #444444;
  padding: 80px 0;
  margin-top: 150px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-footer-wrap {
    margin-top: 110px;
  }
}

.c-footer-split-box-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: end;
}
@media only screen and (max-width: 800px) {
  .c-footer-split-box-flex {
    align-items: start;
  }
}
.c-footer-split-box-flex + .c-footer-split-box-flex {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #848484;
}

.c-footer-split-box-flexItem-left {
  width: 35%;
  padding-right: 20px;
}

.c-footer-split-box-flexItem-right {
  width: 65%;
}

@media only screen and (max-width: 1030px) {
  .c-footer-split-box-flexItem-left {
    width: 28%;
    padding-right: 20px;
  }

  .c-footer-split-box-flexItem-right {
    width: 72%;
  }
}
@media only screen and (max-width: 800px) {
  .c-footer-split-box-flexItem-left {
    width: 100%;
    padding-right: 0;
  }

  .c-footer-split-box-flexItem-right {
    width: 100%;
  }
}
.c-footer-logo-anchor {
  max-width: 158px;
  transition: .2s;
  -webkit-transition: .2s;
}
.c-footer-logo-anchor:hover {
  opacity: .8;
}

.s-footer-address-text p {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.5;
  margin-right: 7%;
}
@media only screen and (max-width: 1030px) {
  .s-footer-address-text p {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .s-footer-address-text p {
    display: block;
    margin-right: 0;
    padding-top: 25px;
  }
  .s-footer-address-text p + p {
    padding-top: 15px;
  }
}

.c-footer-sns-icon-box {
  padding-bottom: 30px;
}
.c-footer-sns-icon-box a {
  width: 27px;
  display: inline-block;
}
.c-footer-sns-icon-box a:hover {
  opacity: 0.7;
}
.c-footer-sns-icon-box a:nth-of-type(even) {
  margin: 0 15px;
}

.c-footer-copy {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 1.5px;
}

.c-fotter-contents-heading {
  font-family: "HelveticaNeue", sans-serif;
  color: #9B9B9B;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding-bottom: 5px;
}

.c-footer-contents-box {
  padding-top: 20px;
}
.c-footer-contents-box a {
  color: #ffffff;
  font-size: 14px;
}
.c-footer-contents-box a:hover {
  opacity: 0.7;
}
.c-footer-contents-box a + a {
  padding-left: 20px;
}

.c-footer-contents-top-box {
  font-family: "HelveticaNeue", sans-serif;
}

.c-footer-contents-targetIcon {
  display: inline-block;
  width: 14px;
  margin-left: 3px;
}

.c-footer-contents-disply-pc {
  display: block;
}
@media only screen and (max-width: 800px) {
  .c-footer-contents-disply-pc {
    display: none;
  }
}

.c-footer-contents-contact-link-pc {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .c-footer-contents-contact-link-pc {
    display: none;
  }
}

.c-footer-contents-contact-link-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-footer-contents-contact-link-sp {
    display: inline-block;
  }
}

svg.c-footer-to-top-btn-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
svg.c-footer-to-top-btn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.c-footer-to-top-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63px;
  height: 63px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.c-footer-to-top-btn:hover svg.c-footer-to-top-btn-arrow {
  transform: rotate(-90deg) translateX(3px);
  -webkit-transform: rotate(-90deg) translateX(3px);
}
@media only screen and (max-width: 1300px) {
  .c-footer-to-top-btn {
    width: 60px;
    height: 60px;
  }
}

/*==============================
-c-footer-en
===============================*/
.c-footer-en-no-contact-margin {
  margin-top: -200px;
}

.c-footer-en-info-wrap {
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  .c-footer-en-info-wrap {
    padding-top: 125px;
  }
}

.c-footer-en-info-split-box-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .c-footer-en-info-split-box-flex {
    margin: 0;
  }
}

.c-footer-en-info-split-box-flexItem {
  position: relative;
  text-align: center;
  width: calc(50% - 30px);
  margin: 0 15px;
  border: 1px solid #000000;
  padding: 75px 20px 65px 20px;
}
@media only screen and (max-width: 767px) {
  .c-footer-en-info-split-box-flexItem {
    width: 100%;
    margin: 0;
  }
  .c-footer-en-info-split-box-flexItem + .c-footer-en-info-split-box-flexItem {
    margin-top: 40px;
  }
}

.c-footer-en-info-split-box-flexItem-wide {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0;
  border: 1px solid #000000;
  padding: 75px 20px 65px 20px;
}
@media only screen and (max-width: 767px) {
  .c-footer-en-info-split-box-flexItem-wide {
    width: 100%;
    margin: 0;
  }
}

.c-footer-en-info-box-deco {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.c-footer-en-info-split-box-flexItem .c-footer-en-info-box-deco:nth-of-type(1),
.c-footer-en-info-split-box-flexItem-wide .c-footer-en-info-box-deco:nth-of-type(1) {
  top: -10px;
  left: -10px;
}
.c-footer-en-info-split-box-flexItem .c-footer-en-info-box-deco:nth-of-type(2),
.c-footer-en-info-split-box-flexItem-wide .c-footer-en-info-box-deco:nth-of-type(2) {
  top: -10px;
  right: -10px;
}
.c-footer-en-info-split-box-flexItem .c-footer-en-info-box-deco:nth-of-type(3),
.c-footer-en-info-split-box-flexItem-wide .c-footer-en-info-box-deco:nth-of-type(3) {
  bottom: -10px;
  left: -10px;
}
.c-footer-en-info-split-box-flexItem .c-footer-en-info-box-deco:nth-of-type(4),
.c-footer-en-info-split-box-flexItem-wide .c-footer-en-info-box-deco:nth-of-type(4) {
  bottom: -10px;
  right: -10px;
}

.c-footer-en-info-heading {
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  .c-footer-en-info-heading {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .c-footer-en-info-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-en-info-heading {
    font-size: 28px;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 390px) {
  .c-footer-en-info-heading {
    font-size: 7.5vw;
  }
}

.c-footer-en-info-text {
  color: #AAAAAA;
  font-size: 16px;
  padding: 58px 0;
}

svg.c-footer-en-info-linkBtn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.c-footer-en-info-linkBtn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.c-footer-en-info-linkBtn {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto;
  border: 1px solid #333;
  background: #333;
  padding: 19px 5px;
  max-width: 350px;
  letter-spacing: 1.5px;
}
.c-footer-en-info-linkBtn:hover {
  background: none;
  color: #000000;
}
.c-footer-en-info-linkBtn:hover .c-footer-en-info-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.c-footer-en-info-linkBtn:hover .c-footer-en-info-linkBtn-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .c-footer-en-info-linkBtn {
    margin: 0 auto;
  }
  .c-footer-en-info-linkBtn:hover {
    background: #333;
    color: #ffffff;
  }
  .c-footer-en-info-linkBtn:hover .c-footer-en-info-linkBtn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .c-footer-en-info-linkBtn:hover .c-footer-en-info-linkBtn-arrow .line01 {
    stroke: #ffffff;
  }
}

.c-footer-en-info-linkBtn + .c-footer-en-info-linkBtn {
  margin: 10px auto 0 auto;
}

svg.c-footer-en-info-tel-svg {
  fill: #AAAAAA;
  width: 15px;
}

.c-footer-en-info-tel-anchor {
  margin: 30px 0;
  color: #AAAAAA;
  font-size: 16px;
}
.c-footer-en-info-tel-anchor span {
  text-decoration: underline;
}
.c-footer-en-info-tel-anchor:hover {
  color: #000000;
}
.c-footer-en-info-tel-anchor:hover svg.c-footer-en-info-tel-svg {
  fill: #000000;
}

.c-footer-en-wrap {
  background-color: #444444;
  padding: 80px 0;
  margin-top: 150px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-footer-en-wrap {
    margin-top: 110px;
  }
}

.c-footer-en-split-box-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: end;
}
@media only screen and (max-width: 800px) {
  .c-footer-en-split-box-flex {
    align-items: start;
  }
}

.c-footer-en-split-box-flexItem-left {
  width: 35%;
  padding-right: 20px;
}

.c-footer-en-split-box-flexItem-right {
  width: 65%;
}

@media only screen and (max-width: 1030px) {
  .c-footer-en-split-box-flexItem-left {
    width: 28%;
    padding-right: 20px;
  }

  .c-footer-en-split-box-flexItem-right {
    width: 72%;
  }
}
@media only screen and (max-width: 800px) {
  .c-footer-en-split-box-flexItem-left {
    width: 100%;
    padding-right: 0;
  }

  .c-footer-en-split-box-flexItem-right {
    width: 100%;
  }
}
.c-footer-en-logoanchor {
  max-width: 158px;
  transition: .2s;
  -webkit-transition: .2s;
}
.c-footer-en-logoanchor:hover {
  opacity: .6;
}

.c-footer-en-address-text p {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.5;
  margin-right: 7%;
}
@media only screen and (max-width: 1030px) {
  .c-footer-en-address-text p {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .c-footer-en-address-text p {
    display: block;
    margin-right: 0;
    padding-top: 25px;
  }
  .c-footer-en-address-text p + p {
    padding-top: 15px;
  }
}

svg.c-footer-en-to-top-btn-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
svg.c-footer-en-to-top-btn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.c-footer-en-to-top-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63px;
  height: 63px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.c-footer-en-to-top-btn:hover svg.c-footer-en-to-top-btn-arrow {
  transform: rotate(-90deg) translateX(3px);
  -webkit-transform: rotate(-90deg) translateX(3px);
}
@media only screen and (max-width: 1300px) {
  .c-footer-en-to-top-btn {
    width: 60px;
    height: 60px;
  }
}

.c-footer-en-copy {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 1.5px;
  margin-top: 15px;
}
@media only screen and (max-width: 800px) {
  .c-footer-en-copy {
    margin-top: 30px;
  }
}

/*==============================
-Single
===============================*/
.s-post-getHeight {
  width: 100%;
  height: 230px;
}
@media only screen and (max-width: 1185px) {
  .s-post-getHeight {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .s-post-getHeight {
    height: 70px;
  }
}

.s-post-wrap {
  padding: 0 0 200px 0;
}
@media only screen and (max-width: 767px) {
  .s-post-wrap {
    padding: 0px 0 120px 0;
  }
}

.s-post-sprit-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s-post-heading-category {
  width: 65%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.2px;
  padding-bottom: 20px;
}
.s-post-heading-category .s-post-heading-category-sub {
  display: block;
  font-size: 13px;
  color: #AAAAAA;
  letter-spacing: 1.4px;
  padding-bottom: 10px;
}
.s-post-heading-category .s-post-date {
  float: right;
  font-size: 13px;
  color: #AAAAAA;
  letter-spacing: 1.4px;
  font-weight: 400;
  padding-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .s-post-heading-category {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .s-post-heading-category {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 10px;
    font-size: 16px;
    order: 2;
  }
  .s-post-heading-category .s-post-heading-category-sub {
    font-size: 11px;
  }
}

.s-post-sprit-flexItem-article-side {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .s-post-sprit-flexItem-article-side {
    width: 100%;
    order: 3;
  }
}

.s-post-title {
  font-size: 22px;
  font-weight: bold;
  padding: 40px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 45px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .s-post-title {
    font-size: 18px;
    padding: 25px 0;
    margin-bottom: 35px;
  }
}

.s-post-sprit-flexItem-sidemenu-side {
  display: block;
  width: 25%;
}
@media only screen and (max-width: 980px) {
  .s-post-sprit-flexItem-sidemenu-side {
    width: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .s-post-sprit-flexItem-sidemenu-side {
    display: none;
  }
}

.s-post-content-editor {
  padding-top: 60px;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .s-post-content-editor {
    padding-top: 35px;
  }
}
.s-post-content-editor img {
  width: auto;
}
.s-post-content-editor img + img {
  margin-top: 20px;
}

.s-post-heading_deco01 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
  border-left: 10px solid #333;
  padding-left: 5px;
}
.s-post-heading_deco01 + .s-post-text {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .s-post-heading_deco01 {
    font-size: 18px;
  }
}

.s-post-heading01 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
}
.s-post-heading01 + .s-post-text {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .s-post-heading01 {
    font-size: 18px;
  }
}

.s-post-heading_deco02 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
}
.s-post-heading_deco02::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #333;
  margin-top: 10px;
}
.s-post-heading_deco02 + .s-post-text {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .s-post-heading_deco02 {
    font-size: 16px;
  }
}

.s-post-heading02 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.3;
}
.s-post-heading02 + .s-post-text {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .s-post-heading02 {
    font-size: 16px;
  }
}

.s-post-text {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 1.4px;
}
.s-post-text + .s-post-text {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .s-post-text {
    font-size: 15px;
  }
}

.s-post-note {
  font-size: 14px;
  color: #AAAAAA;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
.s-post-note + .s-post-note {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .s-post-note {
    font-size: 13px;
  }
}

.s-post-linkTextlead {
  color: #AAAAAA;
  font-size: 17px;
  letter-spacing: 1.4px;
  line-height: 1.3;
}
.s-post-linkTextlead .s-post-linkText {
  color: #0080ff;
  text-decoration: underline;
}
.s-post-linkTextlead .s-post-linkText:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .s-post-linkTextlead {
    font-size: 15px;
  }
}

.s-post-linkIn {
  color: #0080ff;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.s-post-linkIn:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .s-post-linkIn {
    font-size: inherit;
  }
}

.s-post-underline {
  text-decoration: underline;
}

.s-post-textBold {
  font-weight: bold;
}

.s-post-movie {
  position: relative;
  padding-top: 56.25%;
}
.s-post-movie + .s-post-movie {
  margin-top: 20px;
}
.s-post-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 767px) {
  .s-post-movie {
    width: 100% !important;
    padding-top: 56.25%;
  }
}

.s-post-margin_small {
  margin-top: 30px;
}

.s-post-margin_large {
  margin-top: 60px;
}

/*==============================
-Single-brand
===============================*/
.s-brand-fixed-btn-box {
  width: 300px;
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 10;
  display: flex;
  text-align: center;
  cursor: pointer;
}
.s-brand-fixed-btn-box.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 980px) {
  .s-brand-fixed-btn-box {
    right: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .s-brand-fixed-btn-box {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

.s-brand-fixed-btn {
  display: inline-block;
  text-align: center;
  color: #000000;
  font-size: 13px;
  padding: 22px 10px;
  letter-spacing: 1;
}
.s-brand-fixed-btn:hover .s-brand-fixed-btn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
@media only screen and (max-width: 767px) {
  .s-brand-fixed-btn:hover .s-brand-fixed-btn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

svg.s-brand-fixed-btn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.s-brand-fixed-btn-arrow .line01 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.s-brand-fixed-btn-about {
  width: 65%;
  background-color: #F8F8F8;
  color: #000000;
}
.s-brand-fixed-btn-about svg .line01 {
  stroke: #000000;
}

.s-brand-fixed-btn-products {
  width: 35%;
  background-color: #333;
  color: #ffffff;
}
.s-brand-fixed-btn-products svg .line01 {
  stroke: #ffffff;
}

.s-brand-visual-wrap {
  padding-top: 280px;
}
@media only screen and (max-width: 767px) {
  .s-brand-visual-wrap {
    padding-top: 190px;
  }
}

.s-brand-visual-logo {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .s-brand-visual-logo {
    max-width: 75%;
    margin-bottom: 35px;
  }
}

.s-brand-section-wrap {
  position: relative;
  z-index: 1;
  padding: 150px 0;
}
@media only screen and (max-width: 767px) {
  .s-brand-section-wrap {
    padding: 75px 0;
  }
}

.s-brand-section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: 1.2s ease-in-out;
  -webkit-transition: 1.2s ease-in-out;
  z-index: 0;
}
.s-brand-section-bg.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.s-brand-grid-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s-brand-grid-flex + .s-brand-grid-flex {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .s-brand-grid-flex + .s-brand-grid-flex {
    padding-top: 60px;
  }
}

.s-brand-grid-flexItem {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .s-brand-grid-flexItem {
    width: 100%;
  }
  .s-brand-grid-flexItem.order1 {
    order: 1;
    padding-top: 0;
  }
  .s-brand-grid-flexItem.order2 {
    order: 2;
    padding-top: 25px;
  }
}

.s-brand-grid-img {
  display: block;
  width: auto;
  max-width: 100%;
}
.s-brand-grid-img + .s-brand-grid-img {
  padding-top: 20px;
}
.s-brand-grid-img + .s-brand-grid-heading01 {
  padding-top: 25px;
}
.s-brand-grid-img + .s-brand-grid-heading02 {
  padding-top: 25px;
}
.s-brand-grid-img + .s-brand-grid-text {
  padding-top: 25px;
}
.s-brand-grid-img + .s-brand-grid-note {
  padding-top: 25px;
}

.s-brand-grid-heading01 {
  font-size: 26px;
  letter-spacing: 3px;
  line-height: 1.3;
  font-weight: bold;
}
.s-brand-grid-heading01 + .s-brand-grid-heading02 {
  padding-top: 35px;
}
.s-brand-grid-heading01 + .s-brand-grid-text {
  padding-top: 20px;
}
.s-brand-grid-heading01 + .s-brand-grid-note {
  padding-top: 20px;
}
.s-brand-grid-heading01 + .s-brand-grid-img {
  padding-top: 25px;
}

.s-brand-grid-heading02 {
  font-size: 20px;
  letter-spacing: 1.4px;
  line-height: 1.5;
  font-weight: bold;
}
.s-brand-grid-heading02 + .s-brand-grid-text {
  padding-top: 15px;
}
.s-brand-grid-heading02 + .s-brand-grid-note {
  padding-top: 15px;
}
.s-brand-grid-heading02 + .s-brand-grid-img {
  padding-top: 25px;
}

.s-brand-grid-text {
  font-size: 16px;
  letter-spacing: 1.4px;
  line-height: 1.7;
}
.s-brand-grid-text + .s-brand-grid-note {
  padding-top: 20px;
}
.s-brand-grid-text + .s-brand-grid-note {
  padding-top: 20px;
}
.s-brand-grid-text + .s-brand-grid-img {
  padding-top: 25px;
}

.s-brand-grid-note {
  font-size: 13px;
  letter-spacing: 1.4px;
  line-height: 1.5;
}
.s-brand-grid-note + .s-brand-grid-img {
  padding-top: 25px;
}

.s-brand-grid-bglinkBtn {
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .5px;
  transition: .2s;
  -webkit-transition: .2s;
  text-align: right;
}
.s-brand-grid-bglinkBtn:hover {
  opacity: .7;
}
@media only screen and (max-width: 500px) {
  .s-brand-grid-bglinkBtn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .s-brand-grid-heading01 {
    font-size: 23px;
  }

  .s-brand-grid-heading02 {
    font-size: 18px;
  }

  .s-brand-grid-text {
    font-size: 14px;
  }

  .s-brand-grid-note {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .s-brand-grid-img {
    width: 100%;
    margin: 0 auto !important;
  }
  .s-brand-grid-img + .s-brand-grid-img {
    padding-top: 25px;
  }
  .s-brand-grid-img + .s-brand-grid-heading01 {
    padding-top: 25px;
  }
  .s-brand-grid-img + .s-brand-grid-heading02 {
    padding-top: 17px;
  }
  .s-brand-grid-img + .s-brand-grid-text {
    padding-top: 25px;
  }
  .s-brand-grid-img + .s-brand-grid-note {
    padding-top: 25px;
  }

  .s-brand-grid-heading01 {
    font-size: 20px;
    letter-spacing: 1.8px;
    line-height: 1.2;
    text-align: left !important;
  }
  .s-brand-grid-heading01 + .s-brand-grid-img {
    padding-top: 25px;
  }
  .s-brand-grid-heading01 + .s-brand-grid-heading02 {
    padding-top: 25px;
  }
  .s-brand-grid-heading01 + .s-brand-grid-text {
    padding-top: 15px;
  }
  .s-brand-grid-heading01 + .s-brand-grid-note {
    padding-top: 15px;
  }

  .s-brand-grid-heading02 {
    font-size: 17px;
    letter-spacing: 1.4px;
    line-height: 1.3;
    text-align: left !important;
  }
  .s-brand-grid-heading02 + .s-brand-grid-img {
    padding-top: 25px;
  }
  .s-brand-grid-heading02 + .s-brand-grid-text {
    padding-top: 10px;
  }
  .s-brand-grid-heading02 + .s-brand-grid-note {
    padding-top: 10px;
  }

  .s-brand-grid-text {
    font-size: 14px;
    text-align: left !important;
  }
  .s-brand-grid-text + .s-brand-grid-img {
    padding-top: 25px;
  }

  .s-brand-grid-note {
    font-size: 12px;
    text-align: left !important;
  }
  .s-brand-grid-note + .s-brand-grid-img {
    padding-top: 25px;
  }
}
.s-brand-products-container {
  border-top: 1px solid #eaeaea;
  padding: 160px 0 160px 0;
}
@media only screen and (max-width: 767px) {
  .s-brand-products-container {
    padding: 110px 0 110px 0;
  }
}

.s-brand-products-heading {
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 38px;
  letter-spacing: 8px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  .s-brand-products-heading {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .s-brand-products-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .s-brand-products-heading {
    font-size: 28px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 390px) {
  .s-brand-products-heading {
    font-size: 7.5vw;
  }
}
.s-brand-products-heading span {
  display: block;
  font-family: "ヒラギノ角ゴシックProN", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .s-brand-products-heading span {
    font-size: 15px;
  }
}

.s-brand-products-list-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -20px 0 -20px;
}
@media only screen and (max-width: 767px) {
  .s-brand-products-list-flex {
    margin: 70px -10px 0 -10px;
  }
}

.s-brand-products-list-flex-item {
  width: calc( 20% - 40px);
  margin: 0 20px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1000px) {
  .s-brand-products-list-flex-item {
    width: calc( 25% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .s-brand-products-list-flex-item {
    width: calc( 33.33333333333333% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 390px) {
  .s-brand-products-list-flex-item {
    width: calc( 50% - 20px);
    margin: 0 10px;
  }
}

.s-brand-products-list-anchor {
  display: block;
  overflow: hidden;
}
.s-brand-products-list-anchor .s-brand-products-list-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
}
.s-brand-products-list-anchor:hover {
  cursor: pointer;
}
.s-brand-products-list-anchor:hover .s-brand-products-list-img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
@media only screen and (max-width: 767px) {
  .s-brand-products-list-anchor:hover .s-brand-products-list-img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.s-brand-products-list-name {
  font-size: 15px;
  letter-spacing: 1.4px;
  line-height: 1.3;
  text-align: center;
  padding-top: 10px;
}
@media only screen and (max-width: 500px) {
  .s-brand-products-list-name {
    letter-spacing: 1px;
    font-size: 14px;
  }
}

svg.s-brand-products-linkBtn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.s-brand-products-linkBtn-arrow .line01 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.s-brand-products-linkBtn {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 14px;
  margin: 140px auto 0 auto;
  border: 1px solid #333;
  padding: 20px 5px;
  width: 100%;
  letter-spacing: 1.5px;
}
.s-brand-products-linkBtn:hover {
  background: #333;
  color: #ffffff;
}
.s-brand-products-linkBtn:hover .s-brand-products-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.s-brand-products-linkBtn:hover .s-brand-products-linkBtn-arrow .line01 {
  stroke: #ffffff;
}
@media only screen and (max-width: 767px) {
  .s-brand-products-linkBtn {
    margin: 80px auto 0 auto;
  }
  .s-brand-products-linkBtn:hover {
    background: none;
    color: #000000;
  }
  .s-brand-products-linkBtn:hover .s-brand-products-linkBtn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .s-brand-products-linkBtn:hover .s-brand-products-linkBtn-arrow .line01 {
    stroke: #000000;
  }
}

/*==============================
-Single-brand-products
===============================*/
.s-products-visual-wrap {
  padding-top: 280px;
}
@media only screen and (max-width: 767px) {
  .s-products-visual-wrap {
    padding-top: 190px;
  }
}

.s-products-visual-logo {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  margin-bottom: 90px;
}
@media only screen and (max-width: 500px) {
  .s-products-visual-logo {
    max-width: 75%;
    margin-bottom: 55px;
  }
}

.s-products-wrap {
  display: none;
}
.s-products-wrap.active {
  display: block;
}

.s-products-name {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 25px 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .s-products-name {
    font-size: 20px;
  }
}

.s-products-desc-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.s-products-desc-img-flexitem {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .s-products-desc-img-flexitem {
    width: 100%;
  }
}

.s-products-desc-text-flexitem {
  width: 60%;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .s-products-desc-text-flexitem {
    width: 100%;
    padding-left: 0;
  }
}

.s-products-desc-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
}

.s-products-desc-text {
  font-size: 15px;
  letter-spacing: 1.4px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .s-products-desc-text {
    padding-top: 25px;
  }
}

.s-products-grid-bglinkBtn {
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .5px;
  transition: .2s;
  -webkit-transition: .2s;
  text-align: right;
}
.s-products-grid-bglinkBtn:hover {
  opacity: .7;
}
@media only screen and (max-width: 500px) {
  .s-products-grid-bglinkBtn {
    font-size: 15px;
  }
}

.s-products-variation-wrap {
  padding: 100px 0 150px 0;
}
@media only screen and (max-width: 500px) {
  .s-products-variation-wrap {
    padding: 55px 0 100px 0;
  }
}

.s-products-variation-list-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
}
@media only screen and (max-width: 1300px) {
  .s-products-variation-list-flex {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 1200px) {
  .s-products-variation-list-flex {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 1000px) {
  .s-products-variation-list-flex {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .s-products-variation-list-flex {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .s-products-variation-list-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.s-products-variation-list-flexitem {
  width: calc(25% - 70px);
  margin: 0 35px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1300px) {
  .s-products-variation-list-flexitem {
    width: calc(25% - 40px);
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .s-products-variation-list-flexitem {
    width: calc(33.33333333333333% - 60px);
    margin: 0 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .s-products-variation-list-flexitem {
    width: calc(33.33333333333333% - 40px);
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .s-products-variation-list-flexitem {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media only screen and (max-width: 500px) {
  .s-products-variation-list-flexitem {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding-bottom: 40px;
  }
}

.s-products-variation-img-box {
  position: relative;
  padding-top: 100%;
}

.s-products-variation-img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.s-products-variation-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
}

.s-products-variation-img-box:hover .s-products-variation-img-inner:nth-of-type(2) {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .s-products-variation-img-box:hover .s-products-variation-img-inner:nth-of-type(2) {
    opacity: 1;
  }
}

.s-products-variation-name {
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 1000px) {
  .s-products-variation-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .s-products-variation-name {
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .s-products-variation-name {
    font-size: 14px;
  }
}

.s-products-variation-price {
  font-size: 14px;
  padding-top: 10px;
  letter-spacing: 0.9px;
  text-align: right;
}

.s-products-variation-url-box {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.s-products-variation-url-pulldown-title {
  position: relative;
  display: block;
  color: #ffffff;
  background: #333;
  cursor: pointer;
  padding: 0 25px 0 10px;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  border: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .s-products-variation-url-pulldown-title {
    text-align: left;
    padding: 0 15px;
    background: none;
    color: #000000;
  }
}
.s-products-variation-url-pulldown-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 22%;
  bottom: 0;
  margin: auto;
  height: 11px;
  width: 11px;
  background-image: url("../images/s-products-arrow_down.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .s-products-variation-url-pulldown-title::after {
    right: 15px;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
  }
}
.s-products-variation-url-pulldown-title:hover {
  background: none;
  color: #000000;
}
.s-products-variation-url-pulldown-title:hover::after {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}
.s-products-variation-url-pulldown-title.active {
  background: none;
  color: #000000;
}
.s-products-variation-url-pulldown-title.active::after {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
  background-image: url("../images/s-products-arrow_up.png");
}

.s-products-variation-url-pulldown-box {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  display: none;
  z-index: 1;
  padding: 10px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .s-products-variation-url-pulldown-box {
    padding: 0;
  }
}

.s-products-variation-url-pulldown-anchor {
  display: block;
  background: #333;
  color: #ffffff;
  padding: 15px 10px;
  font-size: 12px;
}
.s-products-variation-url-pulldown-anchor:hover {
  opacity: .7;
}
.s-products-variation-url-pulldown-anchor + .s-products-variation-url-pulldown-anchor {
  border-top: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .s-products-variation-url-pulldown-anchor:hover {
    opacity: 1;
  }
}

.s-products-products-container {
  border-top: 1px solid #eaeaea;
  padding: 160px 0 160px 0;
}
@media only screen and (max-width: 767px) {
  .s-products-products-container {
    padding: 110px 0 110px 0;
  }
}

/*==============================
-t-form-confirm.scss
===============================*/
.t-form-confirm-heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .t-form-confirm-heading {
    font-size: 16px;
  }
}

.t-form-confirm-lead {
  font-size: 17px;
  letter-spacing: 2.4px;
  line-height: 1.9;
  padding-top: 10px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .t-form-confirm-lead {
    padding-bottom: 55px;
    font-size: 15px;
  }
}

.t-form-confirm-table {
  width: 100%;
}

.t-form-confirm-table th {
  border: 1px solid #ccc;
  background: #F8F8F8;
  color: #000000;
  font-size: 15px;
  padding: 20px 15px;
  width: 30%;
  line-height: 1.3;
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
}
.t-form-confirm-table td {
  background: #ffffff;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 20px 15px;
  line-height: 1.3;
  color: #000000;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .t-form-confirm-table th {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
    padding: 20px 10px;
    width: 35%;
  }
  .t-form-confirm-table td {
    font-size: 14px;
    letter-spacing: 0;
    padding: 20px 10px;
  }
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.t-form-confirm-btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .t-form-confirm-btn-area {
    justify-content: space-between;
  }
}

.t-form-confirm-btn-sprit {
  width: 350px;
}
.t-form-confirm-btn-sprit + .t-form-confirm-btn-sprit {
  margin-left: 30px;
}
@media only screen and (max-width: 900px) {
  .t-form-confirm-btn-sprit {
    width: 48%;
  }
  .t-form-confirm-btn-sprit + .t-form-confirm-btn-sprit {
    margin-left: 0;
  }
}

.t-form-confirm-submit-btn {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #333;
  background: #333;
  margin: 60px auto 0 auto;
}
.t-form-confirm-submit-btn .t-form-confirm-btn {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1.5px;
  width: 100%;
  padding: 23px 5px;
}
.t-form-confirm-submit-btn svg.t-form-confirm-btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  width: 7px;
  margin-left: 10px;
}
.t-form-confirm-submit-btn svg.t-form-confirm-btn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
@media only screen and (max-width: 1100px) {
  .t-form-confirm-submit-btn svg.t-form-confirm-btn-arrow {
    right: 25px;
  }
}
.t-form-confirm-submit-btn:hover {
  background: none;
  color: #000000;
  cursor: pointer;
}
.t-form-confirm-submit-btn:hover .t-form-confirm-btn {
  color: #000000;
  cursor: pointer;
}
.t-form-confirm-submit-btn:hover .t-form-confirm-btn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.t-form-confirm-submit-btn:hover .t-form-confirm-btn-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .t-form-confirm-submit-btn {
    margin: 35px auto 0 auto;
  }
  .t-form-confirm-submit-btn .t-form-confirm-btn {
    font-size: 14px;
    padding: 18px 5px;
  }
  .t-form-confirm-submit-btn:hover {
    background: #333;
    color: #ffffff;
  }
  .t-form-confirm-submit-btn:hover .t-form-confirm-btn {
    color: #ffffff;
  }
  .t-form-confirm-submit-btn:hover .t-form-confirm-btn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .t-form-confirm-submit-btn:hover .t-form-confirm-btn-arrow .line01 {
    stroke: #ffffff;
  }
}

.t-form-confirm-return-btn {
  position: relative;
  display: block;
  text-align: center;
  background: #aaa;
  border: 2px solid #aaa;
  margin: 60px auto 0 auto;
}
.t-form-confirm-return-btn .t-form-confirm-btn {
  color: #000000;
  font-size: 15px;
  letter-spacing: 1.5px;
  width: 100%;
  padding: 23px 5px;
}
.t-form-confirm-return-btn svg.t-form-confirm-btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  width: 7px;
  margin-left: 10px;
}
.t-form-confirm-return-btn svg.t-form-confirm-btn-arrow .line01 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
@media only screen and (max-width: 1100px) {
  .t-form-confirm-return-btn svg.t-form-confirm-btn-arrow {
    right: 25px;
  }
}
.t-form-confirm-return-btn:hover {
  background: none;
  color: #aaa;
  cursor: pointer;
}
.t-form-confirm-return-btn:hover .t-form-confirm-btn {
  color: #aaa;
  cursor: pointer;
}
.t-form-confirm-return-btn:hover .t-form-confirm-btn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.t-form-confirm-return-btn:hover .t-form-confirm-btn-arrow .line01 {
  stroke: #aaa;
}
@media only screen and (max-width: 767px) {
  .t-form-confirm-return-btn {
    margin: 35px auto 0 auto;
  }
  .t-form-confirm-return-btn .t-form-confirm-btn {
    font-size: 14px;
    padding: 18px 5px;
  }
  .t-form-confirm-return-btn:hover {
    background: #aaa;
    color: #000000;
  }
  .t-form-confirm-return-btn:hover .t-form-confirm-btn {
    color: #000000;
  }
  .t-form-confirm-return-btn:hover .t-form-confirm-btn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .t-form-confirm-return-btn:hover .t-form-confirm-btn-arrow .line01 {
    stroke: #000000;
  }
}

/*==============================
-t-form-thanks.scss
===============================*/
.t-form-thanks-inner {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .t-form-thanks-inner {
    text-align: left;
  }
}

.t-form-thanks-heading {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .t-form-thanks-heading {
    font-size: 17px;
  }
}

.t-form-thanks-text {
  font-size: 17px;
  letter-spacing: 2.4px;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 55px;
}
.t-form-thanks-text a {
  color: #AAAAAA;
  text-decoration: underline;
}
.t-form-thanks-text a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .t-form-thanks-text {
    padding-bottom: 55px;
    font-size: 15px;
  }
}

svg.t-form-thanks-anchor-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  width: 7px;
  margin-left: 10px;
}
svg.t-form-thanks-anchor-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
@media only screen and (max-width: 1100px) {
  svg.t-form-thanks-anchor-arrow {
    right: 25px;
  }
}

.t-form-thanks-linkBtn {
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #333;
  padding: 20px 5px;
  max-width: 350px;
  margin: 0 auto;
  letter-spacing: 1.5px;
  background: #333;
  letter-spacing: 2px;
}
.t-form-thanks-linkBtn:hover {
  background: none;
  color: #000000;
}
.t-form-thanks-linkBtn:hover .t-form-thanks-anchor-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.t-form-thanks-linkBtn:hover .t-form-thanks-anchor-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .t-form-thanks-linkBtn:hover {
    background: #333;
    color: #ffffff;
  }
  .t-form-thanks-linkBtn:hover .t-form-thanks-anchor-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .t-form-thanks-linkBtn:hover .t-form-thanks-anchor-arrow .line01 {
    stroke: #ffffff;
  }
}

/*==============================
-form
===============================*/
.t-form-lead-text {
  font-size: 17px;
  letter-spacing: 2.4px;
  line-height: 1.9;
  padding-bottom: 70px;
}
.t-form-lead-text a {
  color: #AAAAAA;
  text-decoration: underline;
}
.t-form-lead-text a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .t-form-lead-text {
    padding-bottom: 55px;
    font-size: 15px;
  }
}

.t-form-table {
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.t-form-tr + .t-form-tr {
  border-top: 1px solid #eaeaea;
}

.t-form-th {
  width: 25%;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding: 35px 20px;
  text-align: left;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 1200px) {
  .t-form-th {
    width: 30%;
  }
}
@media only screen and (max-width: 900px) {
  .t-form-th {
    display: block;
    padding: 22px 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .t-form-th {
    font-size: 15px;
  }
}

.t-form-td {
  width: 75%;
  vertical-align: middle;
  padding: 35px 0 35px 20px;
}
@media only screen and (max-width: 1200px) {
  .t-form-td {
    width: 70%;
  }
}
@media only screen and (max-width: 900px) {
  .t-form-td {
    display: block;
    width: 100%;
    padding: 15px 15px 25px 15px;
  }
}

.t-form-required {
  float: right;
  display: inline-block;
  padding: 3px 5px;
  background-color: #FFDBDB;
  color: #e60012;
  font-size: 12px;
  text-align: center;
}

.t-form-index-formlabel {
  position: relative;
  display: block;
  width: 100%;
}
.t-form-index-formlabel::after {
  content: "";
  display: block;
  background-image: url("../images/contact_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 14px;
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}

.t-form-index-formlabel select,
.t-form-index-formlabel select option {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #B2B2B2;
  display: block;
  font-size: 16px;
  padding: 0 15px;
  height: 50px;
  border-radius: 3px;
  color: #222;
  font-weight: 500;
  width: 100%;
}

.t-form-index-formlabel select:hover {
  cursor: pointer;
}

.c-form-td-split-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form-td-split-flex li {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .c-form-td-split-flex li {
    width: 100%;
  }
  .c-form-td-split-flex li + li {
    margin-top: 10px;
  }
}

.c-form-index {
  font-size: 16px;
  letter-spacing: 1.4px;
  padding-bottom: 5px;
}

.t-form-index-formarea {
  display: block;
  box-sizing: border-box;
  border: solid 1px #B2B2B2;
  color: #333;
  font-size: 16px;
  border-radius: 3px;
  padding: 15px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .t-form-index-formarea {
    font-size: 16px;
  }
}

.t-form-index-formarea-forOther {
  display: none;
  box-sizing: border-box;
  border: solid 1px #B2B2B2;
  color: #333;
  font-size: 16px;
  border-radius: 3px;
  padding: 15px 10px;
  width: 100%;
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .t-form-index-formarea-forOther {
    font-size: 16px;
  }
}

input:focus,
textarea:focus,
select:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: -2px;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

.t-form-privacy-box {
  text-align: center;
  font-size: 16px;
  padding-top: 55px;
}
@media only screen and (max-width: 767px) {
  .t-form-privacy-box {
    padding-top: 35px;
    text-align: left;
  }
}

.t-form-privacy-text {
  font-size: 14px;
  color: #AAAAAA;
  padding-top: 10px;
  letter-spacing: 1.4px;
  line-height: 1.6;
}
.t-form-privacy-text a {
  color: #AAAAAA;
  text-decoration: underline;
}
.t-form-privacy-text a:hover {
  text-decoration: none;
}

.t-form-checkarea {
  padding: 10px 0;
}
.t-form-checkarea input[type="radio"] {
  position: absolute;
  opacity: 0;
  -moz-appearance: auto;
  appearance: auto;
}
.t-form-checkarea input[type="radio"] + .t-form-radiobtn {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 25px;
}
@media only screen and (max-width: 650px) {
  .t-form-checkarea input[type="radio"] + .t-form-radiobtn {
    display: block;
    margin-bottom: 5px;
  }
}
.t-form-checkarea input[type="radio"] + .t-form-radiobtn:hover {
  cursor: pointer;
}
.t-form-checkarea input[type="radio"] + .t-form-radiobtn:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.2em;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.t-form-checkarea input[type="radio"]:checked + .t-form-radiobtn:before {
  background-color: #000000;
  box-shadow: inset 0 0 0 4px #fff;
}
.t-form-checkarea input[type="radio"]:focus + .t-form-radiobtn:before {
  outline: none;
  border-color: #eee;
}
.t-form-checkarea input[type="radio"] + .t-form-radiobtn:empty:before {
  margin-right: 0;
}
.t-form-checkarea input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  -moz-appearance: auto;
  appearance: auto;
}
.t-form-checkarea input[type="checkbox"] + .t-form-contact-check {
  font-size: 16px;
  letter-spacing: 1.4px;
  line-height: 1.2;
  margin-right: 10px;
}
.t-form-checkarea input[type="checkbox"] + .t-form-contact-check:hover {
  cursor: pointer;
}
.t-form-checkarea input[type="checkbox"] + .t-form-contact-check:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.t-form-checkarea input[type="checkbox"]:checked + .t-form-contact-check:before {
  background-color: #333;
  box-shadow: inset 0 0 0 4px #fff;
}
.t-form-checkarea input[type="checkbox"]:focus + .t-form-contact-check:before {
  outline: none;
  border-color: #eee;
}
.t-form-checkarea input[type="checkbox"] + .t-form-contact-check:empty:before {
  margin-right: 0;
}

.t-form-att-text {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px;
  background-color: #eee;
  letter-spacing: 1.4px;
  color: #e60012;
  text-align: center;
  border: 1px solid #e60012;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .t-form-att-text {
    margin-top: 30px;
  }
}

.c-form-note {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.5;
  color: #e60012;
  padding-top: 5px;
}

.t-form-submit-contact {
  color: #ffffff;
}

svg.t-form-submit-btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  width: 7px;
  margin-left: 10px;
}
svg.t-form-submit-btn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
@media only screen and (max-width: 1100px) {
  svg.t-form-submit-btn-arrow {
    right: 25px;
  }
}

.t-form-submit-btn {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #333;
  background: #333;
  max-width: 350px;
  margin: 55px auto 0 auto;
}
.t-form-submit-btn .t-form-submit-btn-imput {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1.5px;
  width: 100%;
  padding: 23px 5px;
}
.t-form-submit-btn:hover {
  background: none;
  color: #000000;
  cursor: pointer;
}
.t-form-submit-btn:hover .t-form-submit-btn-imput {
  color: #000000;
  cursor: pointer;
}
.t-form-submit-btn:hover .t-form-submit-btn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.t-form-submit-btn:hover .t-form-submit-btn-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .t-form-submit-btn {
    margin: 35px auto 0 auto;
  }
  .t-form-submit-btn:hover {
    background: #333;
    color: #ffffff;
  }
  .t-form-submit-btn:hover .t-form-submit-btn-imput {
    color: #ffffff;
  }
  .t-form-submit-btn:hover .t-form-submit-btn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .t-form-submit-btn:hover .t-form-submit-btn-arrow .line01 {
    stroke: #ffffff;
  }
}

.t-form-long {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .t-form-long {
    width: auto;
  }
}

/*==============================
-Loading
===============================*/
/*==============================
-P-404
===============================*/
.p-404-wrapper {
  display: block;
  position: relative;
  padding: 180px 0 150px 0;
  text-align: center;
  margin: 0 auto;
  color: #444;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-404-wrapper {
    padding: 180px 0 130px 0;
  }
}

.p-404-title {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-404-title {
    font-size: 55px;
  }
}

.p-404-text {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-404-text {
    font-size: 30px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 370px) {
  .p-404-text {
    font-size: 25px;
  }
}

.p-404-lead {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .p-404-lead {
    text-align: left;
  }
}
@media only screen and (max-width: 370px) {
  .p-404-lead {
    letter-spacing: unset;
  }
}

svg.p-404-anchor-btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  width: 7px;
  margin-left: 10px;
}
svg.p-404-anchor-btn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
@media only screen and (max-width: 1100px) {
  svg.p-404-anchor-btn-arrow {
    right: 25px;
  }
}

.p-404-anchor-btn {
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #333;
  padding: 30px 5px;
  width: 100%;
  letter-spacing: 1.5px;
  background: #333;
  letter-spacing: 2px;
  margin-top: 60px;
}
.p-404-anchor-btn:hover {
  background: none;
  color: #000000;
}
.p-404-anchor-btn:hover .p-404-anchor-btn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.p-404-anchor-btn:hover .p-404-anchor-btn-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .p-404-anchor-btn {
    font-size: 14px;
    margin-top: 50px;
  }
  .p-404-anchor-btn:hover {
    background: #333;
    color: #ffffff;
  }
  .p-404-anchor-btn:hover .p-404-anchor-btn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .p-404-anchor-btn:hover .p-404-anchor-btn-arrow .line01 {
    stroke: #ffffff;
  }
}

/*==============================
-contact Page
===============================*/
.p-contact-form-wrap {
  padding: 100px 0 200px 0;
}
@media only screen and (max-width: 767px) {
  .p-contact-form-wrap {
    padding: 60px 0 120px 0;
  }
}

/*==============================
-PrivacyPolicy Page
===============================*/
.p-rivacy-wrap {
  padding: 100px 0 200px 0;
}
@media only screen and (max-width: 767px) {
  .p-rivacy-wrap {
    padding: 70px 0 120px 0;
  }
}

.p-rivacy-wrap-en {
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .p-rivacy-wrap-en {
    padding: 70px 0 0 0;
  }
}

.p-privacy-box + .p-privacy-box {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .p-privacy-box + .p-privacy-box {
    padding-top: 65px;
  }
}

.p-privacy-heading {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.3;
}
.p-privacy-heading::after {
  content: "";
  display: block;
  width: 71px;
  height: 1px;
  background-color: #B2B2B2;
  margin-top: 15px;
}
@media only screen and (max-width: 1000px) {
  .p-privacy-heading {
    font-size: 18px;
  }
  .p-privacy-heading::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy-heading {
    letter-spacing: 0.3px;
    line-height: 1.3;
  }
}

.p-privacy-text {
  font-size: 15px;
  padding-top: 15px;
  line-height: 1.8;
  letter-spacing: 1.4px;
}

/*==============================
-TOP Page
===============================*/
.p-top-mainvisual-wrap {
  position: relative;
}

.p-top-mainvisual-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.p-top-mainvisual-container-inner {
  height: 100%;
  position: relative;
}

.p-top-mainvisual-catch {
  position: absolute;
  max-width: 819px;
  max-height: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media only screen and (max-width: 1600px) {
  .p-top-mainvisual-catch {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 1250px) {
  .p-top-mainvisual-catch {
    max-width: 57vw;
  }
}
@media only screen and (max-width: 1020px) {
  .p-top-mainvisual-catch {
    max-width: 570px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-catch {
    bottom: -55px;
  }
}

.js-p-top-mainvisual-news-slider {
  width: 100%;
}

.p-top-mainvisual-news {
  position: absolute;
  right: 0;
  bottom: 60px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  padding: 15px 20px 15px 25px;
  width: 515px;
  overflow: hidden;
}
.p-top-mainvisual-news .p-top-mainvisual-news-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top-mainvisual-news .p-top-mainvisual-news-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.p-top-mainvisual-news dt {
  font-family: "HelveticaNeue", sans-serif;
  font-style: italic;
  padding-right: 25px;
  letter-spacing: 1.1px;
}
.p-top-mainvisual-news dd {
  width: 100%;
  border-left: 1px solid #cacaca !important;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 88px !important;
}
.p-top-mainvisual-news dd span {
  display: block;
  font-family: "HelveticaNeue", sans-serif;
  font-style: italic;
  font-size: 15px;
  color: #888888;
  letter-spacing: 1.6px;
  padding-bottom: 8px;
}
.p-top-mainvisual-news dd a {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.4;
  font-weight: 500;
  transition: .3s;
  -webkit-transition: .3s;
}
.p-top-mainvisual-news dd a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1600px) {
  .p-top-mainvisual-news {
    padding: 10px 20px 10px 25px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 1300px) {
  .p-top-mainvisual-news {
    display: none;
  }
}

.p-top-mainvisual-news-sp-wrap {
  background-color: #F8F8F8;
  padding: 15px 0;
  display: none;
}
@media only screen and (max-width: 1300px) {
  .p-top-mainvisual-news-sp-wrap {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .p-top-mainvisual-news-sp-wrap {
    padding: 10px 0;
  }
}

.p-top-mainvisual-news-sp {
  display: flex;
  align-items: center;
  font-size: 15px;
  width: 100%;
  overflow: hidden;
}
.p-top-mainvisual-news-sp .p-top-mainvisual-news-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top-mainvisual-news-sp .p-top-mainvisual-news-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.p-top-mainvisual-news-sp dt {
  font-family: "HelveticaNeue", sans-serif;
  font-style: italic;
  padding-right: 25px;
  letter-spacing: 1.1px;
}
.p-top-mainvisual-news-sp dd {
  border-left: 1px solid #cacaca !important;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  height: 94px !important;
}
.p-top-mainvisual-news-sp dd span {
  display: block;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 13px;
  color: #888888;
  font-style: italic;
  letter-spacing: 1.6px;
  padding-bottom: 8px;
}
.p-top-mainvisual-news-sp dd a {
  color: #000000;
  font-size: 15px;
  text-decoration: underline;
  line-height: 1.2;
  font-weight: 500;
  transition: .3s;
  -webkit-transition: .3s;
}
.p-top-mainvisual-news-sp dd a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-news-sp {
    justify-content: left;
  }
  .p-top-mainvisual-news-sp dt {
    padding-right: 20px;
  }
  .p-top-mainvisual-news-sp dd {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .p-top-mainvisual-news-sp dd {
    height: 105px !important;
  }
}

.p-top-mainvisual-news-special {
  font-size: 18px !important;
}
@media only screen and (max-width: 1300px) {
  .p-top-mainvisual-news-special {
    font-size: 15px !important;
  }
}

.p-top-mainvisual-news-special-more400 {
  display: block;
}
@media only screen and (max-width: 400px) {
  .p-top-mainvisual-news-special-more400 {
    display: none;
  }
}

.p-top-mainvisual-news-special-under400 {
  display: none;
}
@media only screen and (max-width: 400px) {
  .p-top-mainvisual-news-special-under400 {
    display: block;
  }
}

.p-top-mainvisual-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 56.25%;
}
@media only screen and (max-width: 1300px) {
  .p-top-mainvisual-img {
    padding-top: 60.25%;
  }
}
@media only screen and (max-width: 900px) {
  .p-top-mainvisual-img {
    padding-top: 80.25%;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-img {
    padding-top: 142%;
  }
}
.p-top-mainvisual-img::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 51, 51, 0.2);
}

.p-top-section-heading-with-line {
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 38px;
  letter-spacing: 8px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  .p-top-section-heading-with-line {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .p-top-section-heading-with-line {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-section-heading-with-line {
    font-size: 28px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 390px) {
  .p-top-section-heading-with-line {
    font-size: 7.5vw;
  }
}
.p-top-section-heading-with-line span {
  display: block;
  font-family: "ヒラギノ角ゴシックProN", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-top-section-heading-with-line span {
    font-size: 15px;
  }
}
.p-top-section-heading-with-line::after {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  background-color: #333;
  margin: 0 auto;
  margin-top: 25px;
}

svg.p-top-section-linkBtn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.p-top-section-linkBtn-arrow .line01 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.p-top-section-linkBtn {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 14px;
  margin: 50px auto 0 auto;
  border: 1px solid #333;
  padding: 20px 5px;
  max-width: 240px;
  letter-spacing: 1.5px;
}
.p-top-section-linkBtn:hover {
  background: #333;
  color: #ffffff;
}
.p-top-section-linkBtn:hover .p-top-section-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.p-top-section-linkBtn:hover .p-top-section-linkBtn-arrow .line01 {
  stroke: #ffffff;
}
@media only screen and (max-width: 767px) {
  .p-top-section-linkBtn {
    margin: 40px auto 0 auto;
  }
  .p-top-section-linkBtn:hover {
    background: #ffffff;
    color: #000000;
  }
  .p-top-section-linkBtn:hover .p-top-section-linkBtn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .p-top-section-linkBtn:hover .p-top-section-linkBtn-arrow .line01 {
    stroke: #000000;
  }
}

.p-top-about-wrap {
  text-align: center;
  padding: 150px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-about-wrap {
    padding: 110px 0;
  }
}

.p-top-about-img {
  margin-top: -15px;
  background-size: cover;
  background-position: center 23%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 18.25%;
}
@media only screen and (max-width: 767px) {
  .p-top-about-img {
    padding-top: 41.25%;
    background-position: center 4%;
  }
}

.p-top-about-lead {
  margin: 50px 0 35px 0;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-top-about-lead {
    font-size: 18px;
    margin: 35px 0 25px 0;
  }
}

.p-top-about-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 4.5px;
}
@media only screen and (max-width: 767px) {
  .p-top-about-text {
    font-size: 14px;
    text-align: left;
  }
}

.p-top-product-wrap {
  padding: 150px 0;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .p-top-product-wrap {
    padding: 110px 0;
  }
}

.p-top-product-slider {
  position: relative;
  margin-top: -15px;
}

.p-top-product-box-inner {
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 890px) {
  .p-top-product-box-inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-product-box-inner {
    padding: 0 10px;
  }
}

.p-top-product-img-anchor {
  overflow: hidden;
  display: block;
}
.p-top-product-img-anchor .p-top-product-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
}
.p-top-product-img-anchor:hover .p-top-product-img {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
}
@media only screen and (max-width: 767px) {
  .p-top-product-img-anchor:hover .p-top-product-img {
    transform: none;
    -webkit-transform: none;
  }
}

.p-top-product-text-box {
  letter-spacing: 1.5px;
}

.p-top-products-brandName {
  font-family: "HelveticaNeue", sans-serif;
  color: #AAAAAA;
  font-style: italic;
  font-size: 15px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top-products-brandName {
    padding-top: 15px;
  }
}

.p-top-products-name {
  font-size: 16px;
  padding-top: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-top-products-name {
    padding-top: 16px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 390px) {
  .p-top-products-name {
    font-size: 4.5vw;
  }
}

.p-top-products-variation {
  font-size: 14px;
  padding-top: 10px;
}

.p-top-products-price {
  font-size: 14px;
  padding-top: 15px;
}

.p-top-products-slider-arrow-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-top-products-slider-arrow-box-inner {
  pointer-events: none;
  position: relative;
  height: 100%;
}

.p-top-products-slider-arrow {
  width: 63px;
  height: 61px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 5;
  pointer-events: auto;
}
.p-top-products-slider-arrow:hover {
  cursor: pointer;
}
.p-top-products-slider-arrow.p-top-products-slider-arrow-prev {
  background-image: url("../images/slide_prev.png");
  background-repeat: no-repeat;
  left: 0;
  right: auto;
}
.p-top-products-slider-arrow.p-top-products-slider-arrow-prev:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}
.p-top-products-slider-arrow.p-top-products-slider-arrow-next {
  background-image: url("../images/slide_next.png");
  background-repeat: no-repeat;
  left: auto;
  right: 0;
}
.p-top-products-slider-arrow.p-top-products-slider-arrow-next:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.p-top-brand-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  font-size: 0px;
}

.p-top-brand-dots {
  text-align: center;
  margin-top: 60px;
  float: right;
  padding-right: 25px;
  line-height: 0;
}

.p-top-product-slider-scroll-text {
  font-family: "HelveticaNeue", sans-serif;
  font-style: italic;
  margin-top: 60px;
  font-size: 12px;
  padding-left: 25px;
  letter-spacing: 1.5px;
}

.p-top-brand-dots li {
  display: inline-block;
  margin-left: 5px;
}

.p-top-brand-dots button {
  position: relative;
  border: 1px solid #000000;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.p-top-brand-dots .slick-active button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
}

.p-top-brand-wrap {
  padding: 150px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-brand-wrap {
    padding: 110px 0;
  }
}

.p-top-brand-box-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  .p-top-brand-box-flex {
    margin: 0;
  }
}

.p-top-brand-box-flexItem {
  width: calc(33.33333333333333% - 40px);
  padding: 20px;
  background-image: url("../images/top_brand_box_background.jpg");
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 40px 20px 0 20px;
}
@media only screen and (max-width: 1020px) {
  .p-top-brand-box-flexItem {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .p-top-brand-box-flexItem {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    background-image: none;
  }
}

.p-top-brand-sprit-flex {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.p-top-brand-sprit-flex .p-top-brand-sprit-flexItem-top {
  width: 100%;
}
.p-top-brand-sprit-flex .p-top-brand-sprit-flexItem-bottom {
  width: 100%;
  margin-top: auto;
}

.p-top-brand-img-anchor-box {
  overflow: hidden;
  display: block;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.16);
}
.p-top-brand-img-anchor-box .p-top-brand-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 66.25%;
}
@media only screen and (max-width: 767px) {
  .p-top-brand-img-anchor-box .p-top-brand-img {
    padding-top: 47.25%;
  }
}
.p-top-brand-img-anchor-box:hover {
  box-shadow: none;
}
.p-top-brand-img-anchor-box:hover .p-top-brand-img-anchor-inner {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
}

.p-top-brand-img-anchor-box.js-p-top-brand-img-anchor-box.active {
  box-shadow: none;
}
.p-top-brand-img-anchor-box.js-p-top-brand-img-anchor-box.active .p-top-brand-img-anchor-inner {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
}

.p-top-brand-name {
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 25px;
  padding-top: 30px;
  line-height: 1.3;
  letter-spacing: .8px;
  word-break: break-all;
}
@media only screen and (max-width: 1500px) {
  .p-top-brand-name {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1300px) {
  .p-top-brand-name {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 1020px) {
  .p-top-brand-name {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-brand-name {
    font-size: 22px;
    padding-top: 15px;
    letter-spacing: 1.2px;
  }
}
@media only screen and (max-width: 390px) {
  .p-top-brand-name {
    font-size: 5.5vw;
  }
}

.p-top-brand-name-ruby {
  text-align: center;
  font-size: 13px;
  padding-top: 8px;
  color: #AAAAAA;
}

.p-top-brand-desc {
  position: relative;
  font-size: 14px;
  padding-top: 15px;
  margin-top: 15px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
.p-top-brand-desc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 72px;
  height: 1px;
  background-color: #B2B2B2;
}

svg.p-top-brand-linkBtn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.p-top-brand-linkBtn-arrow .line01 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.p-top-brand-linkBtn {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 13px;
  margin: 30px auto 0 auto;
  border: 1px solid #333;
  padding: 15px 5px;
  max-width: 240px;
  letter-spacing: 1.5px;
}
.p-top-brand-linkBtn:hover {
  background: #333;
  color: #ffffff;
}
.p-top-brand-linkBtn:hover .p-top-brand-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.p-top-brand-linkBtn:hover .p-top-brand-linkBtn-arrow .line01 {
  stroke: #ffffff;
}

.js-p-top-brand-linkBtn.p-top-brand-linkBtn.active {
  background: #333;
  color: #ffffff;
}
.js-p-top-brand-linkBtn.p-top-brand-linkBtn.active .p-top-brand-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.js-p-top-brand-linkBtn.p-top-brand-linkBtn.active .p-top-brand-linkBtn-arrow .line01 {
  stroke: #ffffff;
}

/*==============================
-About Page
===============================*/
.p-about-philosophy-wrap {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .p-about-philosophy-wrap {
    padding-top: 120px;
  }
}

.p-about-section-heading {
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 38px;
  letter-spacing: 8px;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .p-about-section-heading {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .p-about-section-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-about-section-heading {
    font-size: 28px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 390px) {
  .p-about-section-heading {
    font-size: 7.5vw;
  }
}
.p-about-section-heading span {
  display: block;
  font-family: "ヒラギノ角ゴシックProN", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-about-section-heading span {
    font-size: 15px;
  }
}

.p-about-philosophy-catch {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 5px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-about-philosophy-catch {
    font-size: 20px;
    padding-top: 0;
  }
}

.p-about-philosophy-catch-text {
  text-align: center;
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: 2.5px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-about-philosophy-catch-text {
    font-size: 14px;
    padding-top: 30px;
  }
}

.p-about-philosophy-area {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .p-about-philosophy-area {
    padding-top: 40px;
  }
}

.p-about-philosophy-box {
  background-color: #F8F8F8;
  padding: 50px 45px;
}
.p-about-philosophy-box + .p-about-philosophy-box {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-about-philosophy-box {
    padding: 50px 25px 48px 25px;
  }
  .p-about-philosophy-box + .p-about-philosophy-box {
    margin-top: 20px;
  }
}

.p-about-philosophy-box-flex {
  display: flex;
  justify-content: space-petween;
  align-items: center;
}
.p-about-philosophy-box-flex.p-about-philosophy-box-value {
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .p-about-philosophy-box-flex {
    flex-wrap: wrap;
  }
}

.p-about-philosophy-box-flexItem-title {
  width: 26%;
  text-align: right;
  letter-spacing: 4.5px;
}
.p-about-philosophy-box-flexItem-title p {
  font-size: 32px;
}
.p-about-philosophy-box-flexItem-title span {
  display: block;
  font-size: 14px;
  color: #757575;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .p-about-philosophy-box-flexItem-title {
    width: 100%;
    text-align: left;
  }
  .p-about-philosophy-box-flexItem-title p {
    display: inline-block;
    font-size: 23px;
  }
  .p-about-philosophy-box-flexItem-title span {
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 13px;
    padding-top: 5px;
  }
}

.p-about-philosophy-box-flexItem-text {
  width: 74%;
}
.p-about-philosophy-box-flexItem-text table {
  width: 100%;
  margin-top: 10px;
}
.p-about-philosophy-box-flexItem-text table + table {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-about-philosophy-box-flexItem-text {
    width: 100%;
  }
  .p-about-philosophy-box-flexItem-text table {
    margin-top: 45px;
  }
  .p-about-philosophy-box-flexItem-text table + table {
    margin-top: 45px;
  }
}

th.p-about-philosophy-box-bar {
  position: relative;
  width: 155px;
}
th.p-about-philosophy-box-bar span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #B2B2B2;
  width: 80px;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  th.p-about-philosophy-box-bar {
    width: 20px;
  }
  th.p-about-philosophy-box-bar span {
    width: 100%;
    top: 10px;
    bottom: auto;
  }
}

th.p-about-philosophy-box-bar-none {
  background-color: none;
}

td.p-about-philosophy-box-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  td.p-about-philosophy-box-text {
    font-size: 16px;
    padding-left: 10px;
    width: calc(100% - 20px);
  }
}

td.p-about-philosophy-box-desc {
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1.3px;
  padding-top: 10px;
  z-index: 1;
}
td.p-about-philosophy-box-desc::before {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 77px;
  font-weight: bold;
  font-font-family: "HelveticaNeue", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #E9E9E9;
  text-shadow: 1px 1px 1px #e9e9e9;
  z-index: -1;
  opacity: .7;
}
@media only screen and (max-width: 767px) {
  td.p-about-philosophy-box-desc {
    font-size: 14px;
    line-height: 1.9;
    padding-left: 10px;
  }
}

td.p-about-philosophy-box-desc.num_01::before {
  content: "01";
}

td.p-about-philosophy-box-desc.num_02::before {
  content: "02";
}

td.p-about-philosophy-box-desc.num_03::before {
  content: "03";
}

td.p-about-philosophy-box-desc.num_04::before {
  content: "04";
}

td.p-about-philosophy-box-desc.num_05::before {
  content: "05";
}

.p-about-history-wrap {
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .p-about-history-wrap {
    padding-top: 130px;
  }
}

.p-about-history-table {
  width: 100%;
}
.p-about-history-table tr + tr {
  border-top: 1px solid #eaeaea;
}
.p-about-history-table th {
  width: 22%;
  background-color: #F8F8F8;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: middle;
  text-align: right;
  padding: 40px 40px 40px 15px;
  letter-spacing: 1.4px;
}
.p-about-history-table td {
  font-size: 15px;
  line-height: 1.7;
  vertical-align: middle;
  padding: 40px 15px 40px 40px;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 900px) {
  .p-about-history-table th {
    padding: 25px 20px 25px 15px;
  }
  .p-about-history-table td {
    padding: 25px 15px 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-about-history-table th {
    display: block;
    width: 100%;
    padding: 20px 15px;
    text-align: left;
    letter-spacing: 1.4px;
  }
  .p-about-history-table td {
    display: block;
    width: 100%;
    padding: 20px 15px;
    letter-spacing: 1.4px;
  }
}

.p-about-message-wrap {
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .p-about-message-wrap {
    padding-top: 130px;
  }
}

.p-about-massage-flexItem-lead {
  padding-right: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 3.5px;
}
@media only screen and (max-width: 1000px) {
  .p-about-massage-flexItem-lead {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about-massage-flexItem-lead {
    font-size: 17px;
  }
}

.p-about-massage-text {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 1.4px;
  padding-top: 40px;
}
@media only screen and (max-width: 1000px) {
  .p-about-massage-text {
    padding-top: 35px;
    letter-spacing: 1.4px;
    line-height: 2.2;
  }
}
@media only screen and (max-width: 767px) {
  .p-about-massage-text {
    font-size: 15px;
  }
}

.p-about-massage-position {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-about-massage-position {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.p-about-massage-img {
  display: block;
  width: 155px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-about-massage-img {
    width: 150px;
  }
}

.p-about_company-info-wrap {
  padding-top: 200px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .p-about_company-info-wrap {
    padding-top: 130px;
    margin-bottom: 120px;
  }
}

.p-about_company-info-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .p-about_company-info-flex {
    margin: 0;
  }
}

.p-about_company-info-flexItem {
  width: calc(50% - 30px);
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .p-about_company-info-flexItem {
    width: 100%;
    margin: 0;
  }
  .p-about_company-info-flexItem + .p-about_company-info-flexItem {
    margin-top: 15px;
  }
}

svg.p-about_company-info-anchor-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  width: 7px;
  margin-left: 10px;
}
svg.p-about_company-info-anchor-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
@media only screen and (max-width: 1100px) {
  svg.p-about_company-info-anchor-arrow {
    right: 25px;
  }
}

.p-about_company-info-linkBtn {
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #333;
  padding: 30px 5px;
  width: 100%;
  letter-spacing: 1.5px;
  background: #333;
  letter-spacing: 2px;
}
.p-about_company-info-linkBtn span {
  font-family: "HelveticaNeue", sans-serif;
  display: block;
  padding-bottom: 8px;
  color: #AAAAAA;
  font-size: 14px;
}
.p-about_company-info-linkBtn:hover {
  background: none;
  color: #000000;
}
.p-about_company-info-linkBtn:hover .p-about_company-info-anchor-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.p-about_company-info-linkBtn:hover .p-about_company-info-anchor-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .p-about_company-info-linkBtn {
    font-size: 15px;
  }
  .p-about_company-info-linkBtn span {
    font-size: 13px;
  }
  .p-about_company-info-linkBtn:hover {
    background: #333;
    color: #ffffff;
  }
  .p-about_company-info-linkBtn:hover .p-about_company-info-anchor-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .p-about_company-info-linkBtn:hover .p-about_company-info-anchor-arrow .line01 {
    stroke: #ffffff;
  }
}

/*==============================
-company Page
===============================*/
.p-company-overview-wrap {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .p-company-overview-wrap {
    padding-top: 120px;
  }
}

.p-company-section-heading {
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 38px;
  letter-spacing: 8px;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .p-company-section-heading {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .p-company-section-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-company-section-heading {
    font-size: 28px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 390px) {
  .p-company-section-heading {
    font-size: 7.5vw;
  }
}
.p-company-section-heading span {
  display: block;
  font-family: "ヒラギノ角ゴシックProN", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-company-section-heading span {
    font-size: 15px;
  }
}

.p-company-overview-table {
  width: 100%;
}
.p-company-overview-table tr + tr {
  border-top: 1px solid #eaeaea;
}
.p-company-overview-table th {
  width: 22%;
  background-color: #F8F8F8;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: middle;
  text-align: right;
  padding: 40px 40px 40px 15px;
  letter-spacing: 1.4px;
}
.p-company-overview-table td {
  font-size: 15px;
  line-height: 1.7;
  vertical-align: middle;
  padding: 40px 15px 40px 40px;
  letter-spacing: 1.4px;
}
.p-company-overview-table a {
  color: inherit;
  text-decoration: underline;
  line-height: 1;
}
.p-company-overview-table a:hover {
  text-decoration: none;
  opacity: .6;
}
@media only screen and (max-width: 900px) {
  .p-company-overview-table th {
    padding: 25px 20px 25px 15px;
  }
  .p-company-overview-table td {
    padding: 25px 15px 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-company-overview-table th {
    display: block;
    width: 100%;
    padding: 20px 15px;
    text-align: left;
    letter-spacing: 1.4px;
  }
  .p-company-overview-table td {
    display: block;
    width: 100%;
    padding: 20px 15px;
    letter-spacing: 1.4px;
  }
}

.p-company-overview-targetIcon {
  display: inline-block;
  width: 14px;
  margin-left: 5px;
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}

.p-company-access-wrap {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .p-company-access-wrap {
    padding-top: 130px;
  }
}

.p-company-access-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-company-access-flexItem {
  width: 50%;
}
.p-company-access-flexItem iframe {
  width: 100%;
  height: 278px;
}
@media only screen and (max-width: 767px) {
  .p-company-access-flexItem {
    width: 100%;
  }
  .p-company-access-flexItem iframe {
    height: 200px;
    margin-bottom: 25px;
  }
}

.p-company-access-text-box {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .p-company-access-text-box {
    padding-left: 0;
  }
}

.p-company-access-name {
  font-size: 17px;
  font-weight: bold;
}

.p-company-access-heading {
  border-left: 8px solid #333;
  border-bottom: 1px solid #333;
  font-size: 15px;
  font-weight: bold;
  margin-top: 25px;
  padding: 2px 5px 5px 5px;
}

.p-company-access-address {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.4px;
  padding-top: 10px;
}

svg.p-company-access-linkBtn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.p-company-access-linkBtn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.p-company-access-linkBtn {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin-top: 30px;
  border: 1px solid #333;
  background: #333;
  padding: 20px 5px;
  max-width: 240px;
  letter-spacing: 1.5px;
}
.p-company-access-linkBtn:hover {
  background: none;
  color: #000000;
}
.p-company-access-linkBtn:hover .p-company-access-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.p-company-access-linkBtn:hover .p-company-access-linkBtn-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .p-company-access-linkBtn {
    margin: 40px auto 0 auto;
  }
  .p-company-access-linkBtn:hover {
    background: #333;
    color: #ffffff;
  }
  .p-company-access-linkBtn:hover .p-company-access-linkBtn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .p-company-access-linkBtn:hover .p-company-access-linkBtn-arrow .line01 {
    stroke: #ffffff;
  }
}

/*==============================
-Business Page
===============================*/
.p-business-intro-inner {
  border-bottom: 1px solid #eaeaea;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-business-intro-inner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.p-business-intro-title {
  color: #AAAAAA;
  font-size: 14px;
}
.p-business-intro-title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #AAAAAA;
  margin-right: 12px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .p-business-intro-title {
    padding-bottom: 55px;
  }
}

.p-business-intro-sprit-flexItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.p-business-intro-sprit-flexItem-left {
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-business-intro-sprit-flexItem-left {
    padding-bottom: 0;
  }
}

.p-business-intro-catch {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2.8px;
  padding-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .p-business-intro-catch {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-intro-catch {
    padding-top: 0;
    line-height: 1.6;
  }
}

.p-business-intro-catch-text {
  text-align: center;
  font-size: 16px;
  padding-top: 30px;
  line-height: 2.2;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 1100px) {
  .p-business-intro-catch-text {
    line-height: 2;
    padding-top: 25px;
    font-size: 15px;
  }
}

.p-business-intro-sprit-flexItem-right {
  width: 26%;
}
@media only screen and (max-width: 767px) {
  .p-business-intro-sprit-flexItem-right {
    width: 100%;
    order: 1;
  }
}

.p-business-wwcd-wrap {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-wrap {
    padding-top: 100px;
  }
}

.p-business-wwcd-heading {
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 38px;
  letter-spacing: 8px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  .p-business-wwcd-heading {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .p-business-wwcd-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-heading {
    font-size: 28px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 390px) {
  .p-business-wwcd-heading {
    font-size: 7.5vw;
  }
}
.p-business-wwcd-heading span {
  display: block;
  font-family: "ヒラギノ角ゴシックProN", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-heading span {
    font-size: 15px;
  }
}
.p-business-wwcd-heading::after {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #333;
  margin: 0 auto;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-heading::after {
    height: 70px;
    margin-top: 30px;
  }
}

.p-business-wwcd-box {
  background-color: #F8F8F8;
  padding: 100px 0;
  margin-top: -20px;
}
.p-business-wwcd-box + .p-business-wwcd-box {
  margin-top: 90px;
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-box {
    padding: 100px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-box {
    padding: 60px 0;
  }
  .p-business-wwcd-box + .p-business-wwcd-box {
    margin-top: 55px;
  }
}

.p-business-wwcd-main-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.p-business-wwcd-main-flexItem-left {
  width: 56%;
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-main-flexItem-left {
    width: 61%;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-main-flexItem-left {
    width: 100%;
    padding-bottom: 0;
    order: 2;
  }
}

.p-business-wwcd-main-flexItem-right {
  width: 39%;
}
.p-business-wwcd-main-flexItem-right img {
  display: block;
  margin: 0 auto;
  margin-top: -40px;
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-main-flexItem-right {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-main-flexItem-right {
    width: 100%;
    order: 1;
  }
  .p-business-wwcd-main-flexItem-right img {
    margin-top: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 530px) {
  .p-business-wwcd-main-flexItem-right img {
    width: 100%;
  }
}

.p-business-wwcd-main-num {
  color: #B1B1B1;
  font-size: 20px;
  padding-bottom: 20px;
}
.p-business-wwcd-main-num::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #B1B1B1;
  margin-right: 12px;
  margin-bottom: 6px;
}

.p-business-wwcd-main-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2.8px;
  padding-top: 20px;
}
@media only screen and (max-width: 1250px) {
  .p-business-wwcd-main-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-main-title {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-main-title {
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-business-wwcd-main-text {
  font-size: 16px;
  padding-top: 30px;
  line-height: 2.5;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-main-text {
    padding-top: 20px;
    line-height: 2.2;
    font-size: 15px;
  }
}

.p-business-wwcd-sub-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  margin-top: 80px;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flex {
    margin-top: 45px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flexItem + .p-business-wwcd-sub-flexItem {
    padding-top: 65px !important;
  }
}

.p-business-wwcd-sub-flexItem-half {
  width: 48%;
}
.p-business-wwcd-sub-flexItem-half img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flexItem-half {
    width: 100%;
  }
  .p-business-wwcd-sub-flexItem-half img {
    width: 80%;
  }
}
@media only screen and (max-width: 530px) {
  .p-business-wwcd-sub-flexItem-half img {
    width: 100%;
  }
}
.p-business-wwcd-sub-flexItem-half + .p-business-wwcd-sub-flexItem-full {
  padding-top: 80px;
}

.p-business-wwcd-sub-flexItem-full {
  width: 100%;
}

.p-business-wwcd-sub-title {
  border-left: 10px solid #333;
  padding-left: 12px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
}
.p-business-wwcd-sub-title span {
  display: block;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #B1B1B1;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-title {
    font-size: 18px;
    border-left: 8px solid #333;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 10px;
  }
  .p-business-wwcd-sub-title span {
    font-size: 13px;
  }
}

.p-business-wwcd-sub-text-list {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.4px;
  padding-left: 20px;
  margin-top: 25px;
}
.p-business-wwcd-sub-text-list + .p-business-wwcd-sub-text-list {
  margin-top: 15px;
}
.p-business-wwcd-sub-text-list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "―";
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-sub-text-list {
    font-size: 15px;
  }
}

.p-business-wwcd-sub-text {
  font-size: 16px;
  padding-top: 30px;
  line-height: 2.5;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-sub-text {
    padding-top: 20px;
    line-height: 2;
    font-size: 15px;
  }
}

.p-business-wwcd-sub-flow01-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow01-flex {
    flex-wrap: wrap;
  }
}

.p-business-wwcd-sub-flow01-textItem {
  width: 18%;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow01-textItem {
    width: 100%;
  }
}

.p-business-wwcd-sub-flow01-arrowItem img {
  display: block;
  margin: 115px 10px;
  max-width: 20px;
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-sub-flow01-arrowItem img {
    max-width: 14px;
    margin: 115px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow01-arrowItem {
    width: 100%;
  }
  .p-business-wwcd-sub-flow01-arrowItem img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    max-width: 17px;
    margin: 25px auto;
  }
}

.p-business-wwcd-sub-flow01-numbox {
  background-color: #ffffff;
  padding: 15px 15px 20px 15px;
  text-align: center;
}
.p-business-wwcd-sub-flow01-numbox span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "HelveticaNeue", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-business-wwcd-sub-flow01-numbox img {
  max-width: 125px;
  margin: 0 auto;
  padding: 0px 10px 10px 10px;
}
.p-business-wwcd-sub-flow01-numbox p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.6;
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-sub-flow01-numbox p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 850px) {
  .p-business-wwcd-sub-flow01-numbox {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow01-numbox {
    padding: 20px 15px;
  }
  .p-business-wwcd-sub-flow01-numbox span {
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .p-business-wwcd-sub-flow01-numbox p {
    font-size: 15px;
    letter-spacing: 1.4px;
  }
}

.p-business-wwcd-sub-flow01-text {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow01-text {
    font-size: 15px;
  }
}

.p-business-wwcd-sub-flow02-flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow02-flex {
    flex-wrap: wrap;
  }
}

.p-business-wwcd-sub-flow02-textItem {
  width: 13%;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow02-textItem {
    width: 100%;
  }
}

.p-business-wwcd-sub-flow02-arrowItem .p-business-wwcd-sub-flow02-arrow-box {
  position: relative;
  height: 100%;
  width: 20px;
  margin: 0 10px;
}
.p-business-wwcd-sub-flow02-arrowItem img {
  width: 100%;
  display: block;
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-sub-flow02-arrowItem .p-business-wwcd-sub-flow02-arrow-box {
    width: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow02-arrowItem {
    width: 100%;
  }
  .p-business-wwcd-sub-flow02-arrowItem .p-business-wwcd-sub-flow02-arrow-box {
    width: 17px;
    margin: 15px auto;
    height: auto;
  }
  .p-business-wwcd-sub-flow02-arrowItem img {
    position: static;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}

.p-business-wwcd-sub-flow02-numbox {
  position: relative;
  background-color: #ffffff;
  padding: 25px 5px;
  text-align: center;
  height: 100%;
}
.p-business-wwcd-sub-flow02-numbox span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "HelveticaNeue", sans-serif;
  padding-bottom: 5px;
}
.p-business-wwcd-sub-flow02-numbox img {
  max-width: 90px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.p-business-wwcd-sub-flow02-numbox p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.6;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .p-business-wwcd-sub-flow02-numbox p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 850px) {
  .p-business-wwcd-sub-flow02-numbox {
    padding: 25px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow02-numbox {
    padding: 25px 15px;
  }
  .p-business-wwcd-sub-flow02-numbox span {
    font-size: 17px;
    padding-bottom: 5px;
  }
  .p-business-wwcd-sub-flow02-numbox img {
    padding-bottom: 5px;
  }
  .p-business-wwcd-sub-flow02-numbox p {
    position: static;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    font-size: 15px;
    letter-spacing: 1.4px;
    -ms-writing-mode: lr;
    writing-mode: horizontal-tb;
  }
}

.p-business-wwcd-sub-flow02-text {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-business-wwcd-sub-flow02-text {
    font-size: 15px;
  }
}

.p-business-contact-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-business-contact-wrap {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}

.p-business-contact-heading {
  text-align: center;
  margin: 0 auto;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 42px;
  letter-spacing: 8px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  .p-business-contact-heading {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1020px) {
  .p-business-contact-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-contact-heading {
    font-size: 28px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 390px) {
  .p-business-contact-heading {
    font-size: 7.5vw;
  }
}

.p-business-contact-text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2.5px;
  padding-top: 50px;
}
@media only screen and (max-width: 900px) {
  .p-business-contact-text {
    font-size: 17px;
    letter-spacing: 1.4px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-contact-text {
    font-size: 15px;
    text-align: left;
  }
}

svg.p-business-contact-linkBtn-arrow {
  width: 6px;
  margin-left: 10px;
}
svg.p-business-contact-linkBtn-arrow .line01 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.p-business-contact-linkBtn {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 14px;
  margin: 50px auto 0 auto;
  border: 1px solid #333;
  padding: 20px 5px;
  max-width: 240px;
  letter-spacing: 1.5px;
}
.p-business-contact-linkBtn:hover {
  background: #333;
  color: #ffffff;
}
.p-business-contact-linkBtn:hover .p-business-contact-linkBtn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.p-business-contact-linkBtn:hover .p-business-contact-linkBtn-arrow .line01 {
  stroke: #ffffff;
}
@media only screen and (max-width: 767px) {
  .p-business-contact-linkBtn {
    margin: 40px auto 0 auto;
  }
  .p-business-contact-linkBtn:hover {
    background: none;
    color: #000000;
  }
  .p-business-contact-linkBtn:hover .p-business-contact-linkBtn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .p-business-contact-linkBtn:hover .p-business-contact-linkBtn-arrow .line01 {
    stroke: #000000;
  }
}

.p-business-info-wrap {
  background-color: #F8F8F8;
  padding: 125px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .p-business-info-wrap {
    padding: 80px 0 100px 0;
  }
}

.p-business-info-heading {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.4px;
  padding-bottom: 30px;
}
.p-business-info-heading span {
  display: block;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #B1B1B1;
  line-height: 2;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 767px) {
  .p-business-info-heading {
    font-size: 18px;
  }
  .p-business-info-heading span {
    font-size: 13px;
  }
}

.p-business-info-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .p-business-info-flex {
    margin: 0;
  }
}

.p-business-info-flexItem {
  width: calc(33.33333333333333% - 30px);
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .p-business-info-flexItem {
    width: 100%;
    margin: 0;
  }
  .p-business-info-flexItem + .p-business-info-flexItem {
    margin-top: 15px;
  }
}

svg.p-business-info-anchor-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  width: 7px;
  margin-left: 10px;
}
svg.p-business-info-anchor-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
@media only screen and (max-width: 1100px) {
  svg.p-business-info-anchor-arrow {
    right: 25px;
  }
}

.p-business-info-linkBtn {
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #333;
  padding: 30px 5px;
  width: 100%;
  letter-spacing: 1.5px;
  background: #333;
  letter-spacing: 2px;
}
.p-business-info-linkBtn span {
  font-family: "HelveticaNeue", sans-serif;
  display: block;
  padding-bottom: 8px;
  color: #AAAAAA;
  font-size: 14px;
}
.p-business-info-linkBtn:hover {
  background: none;
  color: #000000;
}
.p-business-info-linkBtn:hover .p-business-info-anchor-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.p-business-info-linkBtn:hover .p-business-info-anchor-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .p-business-info-linkBtn {
    font-size: 15px;
  }
  .p-business-info-linkBtn span {
    font-size: 13px;
  }
  .p-business-info-linkBtn:hover {
    background: #333;
    color: #ffffff;
  }
  .p-business-info-linkBtn:hover .p-business-info-anchor-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .p-business-info-linkBtn:hover .p-business-info-anchor-arrow .line01 {
    stroke: #ffffff;
  }
}

/*==============================
-News Page
===============================*/
.p-news-wrap-wrap {
  padding: 100px 0 200px 0;
}
@media only screen and (max-width: 767px) {
  .p-news-wrap-wrap {
    padding: 0px 0 120px 0;
  }
}

.p-news-sprit-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-news-heading-category {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.2px;
  padding-bottom: 35px;
}
.p-news-heading-category span {
  display: block;
  font-size: 13px;
  color: #AAAAAA;
  letter-spacing: 1.4px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .p-news-heading-category {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news-heading-category {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 30px;
    order: 2;
  }
}

.p-news-sprit-flexItem-article-side {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .p-news-sprit-flexItem-article-side {
    width: 100%;
    order: 3;
  }
}

.p-news-article-flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-news-article-flex {
    align-items: start;
  }
}

.p-news-article-flexItrm-img {
  width: 26%;
  overflow: hidden;
}
.p-news-article-flexItrm-img img {
  transition: 1.5s ease;
  -webkit-transition: 1.5s ease;
}
@media only screen and (max-width: 767px) {
  .p-news-article-flexItrm-img {
    width: 35%;
  }
}

.p-news-article-flexItrm-text {
  width: 74%;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .p-news-article-flexItrm-text {
    width: 65%;
  }
}
.p-news-article-flexItrm-text p {
  font-size: 15px;
  font-style: italic;
  color: #888888;
}
.p-news-article-flexItrm-text p span {
  font-family: "HelveticaNeue", sans-serif;
}
.p-news-article-flexItrm-text h1 {
  display: block;
  color: #000000;
  text-decoration: underline;
  line-height: 1.5;
  letter-spacing: 1.3px;
  font-size: 16px;
  padding-top: 15px;
  word-break: break-all;
}
@media only screen and (max-width: 1300px) {
  .p-news-article-flexItrm-text h1 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .p-news-article-flexItrm-text h1 {
    padding-top: 5px;
    letter-spacing: .8px;
  }
}
@media only screen and (max-width: 410px) {
  .p-news-article-flexItrm-text p {
    font-size: 13px;
    letter-spacing: .5;
  }
  .p-news-article-flexItrm-text h1 {
    font-size: 15px;
  }
}

.p-news-article-anchor {
  color: #000000;
  padding: 25px 15px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.p-news-article-anchor + .p-news-article-anchor {
  border-top: none;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .p-news-article-anchor {
    padding: 25px 0;
  }
}
.p-news-article-anchor:hover {
  opacity: .85;
  background-color: #F8F8F8;
}
.p-news-article-anchor:hover img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}
.p-news-article-anchor:hover h1 {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-news-article-anchor:hover {
    opacity: 1;
    background-color: none;
  }
  .p-news-article-anchor:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .p-news-article-anchor:hover h1 {
    text-decoration: underline;
  }
}

.p-news-article-whenNotPost-text {
  font-size: 17px;
  letter-spacing: 1.4px;
  line-height: 1.5;
  padding-top: 15px;
  color: #AAAAAA;
}

.p-news-sprit-flexItem-sidemenu-side {
  width: 25%;
}
@media only screen and (max-width: 980px) {
  .p-news-sprit-flexItem-sidemenu-side {
    width: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .p-news-sprit-flexItem-sidemenu-side {
    width: 100%;
    order: 1;
  }
}

.p-news-sidemenu-ul {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.p-news-sidemenu-ul li {
  padding: 0 15px;
}
.p-news-sidemenu-ul li + li {
  border-top: 1px solid #eaeaea;
}
.p-news-sidemenu-ul a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #AAAAAA;
  font-size: 15px;
}
.p-news-sidemenu-ul a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/news_list_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}
.p-news-sidemenu-ul a:hover {
  opacity: .6;
}
.p-news-sidemenu-ul a:hover::after {
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
}
@media only screen and (max-width: 980px) {
  .p-news-sidemenu-ul a {
    font-size: 14px;
    padding: 17px 0;
  }
}
.p-news-sidemenu-ul a.active {
  color: #000000;
  font-weight: bold;
}

/*==============================
-page-ueno-richi-products_anniversary
===============================*/
.p-ueno-richi-products-lang-btn-wrap {
  display: inline-block;
  float: right;
}

.p-ueno-richi-products-lang-btn {
  display: flex;
  align-items: center;
  background-color: #333;
  padding: 10px 20px;
  margin-top: -35px;
  justify-content: flex-end;
  transition: .2s;
  -webkit-transition: .2s;
}
.p-ueno-richi-products-lang-btn img {
  display: inline-block;
  width: 17px;
  margin-right: 4px;
}
.p-ueno-richi-products-lang-btn span {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.5px;
}
.p-ueno-richi-products-lang-btn:hover {
  opacity: .85;
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-lang-btn:hover {
    opacity: 1;
  }
}

.p-ueno-richi-products-header-wrap {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.p-ueno-richi-products-header-logo {
  display: block;
  width: 158px;
}
.p-ueno-richi-products-header-logo img {
  width: 100%;
}
.p-ueno-richi-products-header-logo:hover {
  opacity: .6;
}
@media only screen and (max-width: 980px) {
  .p-ueno-richi-products-header-logo {
    width: 145px;
  }
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-header-logo {
    width: 127px;
  }
  .p-ueno-richi-products-header-logo:hover {
    opacity: 1;
  }
}

.p-ueno-richi-products-topvisual-wrap {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 56.25%;
}
@media only screen and (max-width: 980px) {
  .p-ueno-richi-products-topvisual-wrap {
    padding-top: 85.25%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-topvisual-wrap {
    padding-top: 142%;
  }
}

.p-ueno-richi-products-topvisual-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  max-width: 600px;
}
@media only screen and (max-width: 1700px) {
  .p-ueno-richi-products-topvisual-logo {
    max-width: 38vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-topvisual-logo {
    max-width: 55vw;
  }
}
@media only screen and (max-width: 500px) {
  .p-ueno-richi-products-topvisual-logo {
    max-width: 77vw;
  }
}

.p-ueno-richi-products-section-deco-img {
  display: block;
  width: 30px;
  margin: 0 auto;
}

.p-ueno-richi-products-section-title {
  font-size: 25px;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 65px;
  letter-spacing: .4px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-section-title {
    padding-top: 65px;
    font-size: 22px;
  }
}

.p-ueno-richi-products-iframe-box {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.p-ueno-richi-products-iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-iframe-box {
    width: 100% !important;
    padding-top: 56.25%;
  }
}

.p-ueno-richi-products-section-inner {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-section-inner {
    width: 100%;
  }
}

.p-ueno-richi-products-intro-wrap {
  padding: 135px 0 170px 0;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-ueno-richi-products-intro-wrap {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-intro-wrap {
    padding: 90px 0 120px 0;
  }
}

.p-ueno-richi-products-intro-text {
  font-size: 19px;
  letter-spacing: .4px;
  line-height: 2;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-intro-text {
    font-size: 16px;
    padding-top: 50px;
  }
}

.p-ueno-richi-products-contents-wrap {
  padding: 135px 0 170px 0;
  text-align: center;
  background-color: #e1e1e1;
}
@media only screen and (max-width: 980px) {
  .p-ueno-richi-products-contents-wrap {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-contents-wrap {
    padding: 120px 0 140px 0;
  }
}

.p-ueno-richi-products-contents-box {
  margin-top: 130px;
}
.p-ueno-richi-products-contents-box + .p-ueno-richi-products-contents-box {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-contents-box {
    margin-top: 80px;
  }
  .p-ueno-richi-products-contents-box + .p-ueno-richi-products-contents-box {
    margin-top: 140px;
  }
}

.p-ueno-richi-products-contents-title {
  font-size: 19px;
  letter-spacing: .4px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-contents-title {
    font-size: 18px;
  }
}

.p-ueno-richi-products-contents-text {
  font-size: 17px;
  letter-spacing: .4px;
  line-height: 1.7;
  padding-top: 15px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-contents-text {
    line-height: 2;
    font-size: 16px;
    padding-bottom: 25px;
  }
}

svg.p-ueno-richi-products-info-anchor-btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  width: 7px;
  margin-left: 10px;
}
svg.p-ueno-richi-products-info-anchor-btn-arrow .line01 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
@media only screen and (max-width: 1100px) {
  svg.p-ueno-richi-products-info-anchor-btn-arrow {
    right: 25px;
  }
}

.p-ueno-richi-products-info-anchor-btn {
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #333;
  padding: 30px 5px;
  width: 100%;
  letter-spacing: 1.5px;
  background: #333;
  letter-spacing: 2px;
  margin-top: 170px;
}
.p-ueno-richi-products-info-anchor-btn:hover {
  background: none;
  color: #000000;
}
.p-ueno-richi-products-info-anchor-btn:hover .p-ueno-richi-products-info-anchor-btn-arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.p-ueno-richi-products-info-anchor-btn:hover .p-ueno-richi-products-info-anchor-btn-arrow .line01 {
  stroke: #000000;
}
@media only screen and (max-width: 767px) {
  .p-ueno-richi-products-info-anchor-btn {
    font-size: 14px;
    margin-top: 140px;
  }
  .p-ueno-richi-products-info-anchor-btn:hover {
    background: #333;
    color: #ffffff;
  }
  .p-ueno-richi-products-info-anchor-btn:hover .p-ueno-richi-products-info-anchor-btn-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .p-ueno-richi-products-info-anchor-btn:hover .p-ueno-richi-products-info-anchor-btn-arrow .line01 {
    stroke: #ffffff;
  }
}
