@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap);
@import url(//hello.myfonts.net/count/3e5c15);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;800&family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@800&display=swap);
@charset "UTF-8";
/*
Theme Name: hanayama
Author: overa
Description: hanayama テーマ
Version: 1.0
*/
@keyframes anim-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-fadeOut {
  0% {
    opacity: 1;
    max-height: 100vh;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}
@keyframes anim-collapse-open {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100vh;
  }
}
@keyframes anim-collapse-close {
  0% {
    max-height: 100vh;
  }
  100% {
    max-height: 0;
  }
}
/*md

# Media-query
ブレイクポイントを挿入します。

@type Mixin  
@param {String} $breakpoint - `identity/_structure.scss`からbreak-プリフィックスのものを使用してください。

SCSS  
```scss
.foo {
    color: red;
    @include media-query($breakpoint) {
        color: blue;
    }
}
```

CSS output  
```css
.foo {
  color: red;
}
@media screen and (min-width: 400px) {
  .foo {
    color: blue;
  }
}
```
*/
/*md

# CSSハック
主にIEで使用します。
引数の$breakpointは`identity/_structure.scss`からbreak-プリフィックスのものを使用してください。

SCSS
```scss
.is-lteIE8 {
  @include hack(lteIE8){ // IE8以下
    color: red;
  }
}
.is-gteIE9 {
  @include hack(gteIE9){ // IE9以上
    color: red;
  }
}
.is-gteIE10 {
  @include hack(gteIE10){ // IE10以上
    color: red;
  }
}
.is-gteIE11 {
  @include hack(gteIE11){ // IE11以上
    color: red;
  }
}
.is-gteEdge {
  @include hack(gteEdge){ // Edgeのみ
    color: red;
  }
}
.is-notIE8 {
  @include hack(notIE8){ // IE8じゃないとき(他のブラウザも含める)
    color: red;
  }
}
```
*/
/*! Yaku Han JP v3.4.1 (OFL-1.1 AND MIT) by Qrac */
/*! Type: YakuHanJP - Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Thin.eot");
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"), url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Thin.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Light.eot");
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Light.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-DemiLight.eot");
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-DemiLight.woff2") format("woff2"), url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-DemiLight.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Regular.eot");
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Regular.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Medium.eot");
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Medium.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Bold.eot");
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Bold.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Black.eot");
  src: url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Black.woff2") format("woff2"), url("./public/yakuhan/fonts//YakuHanJP/YakuHanJP-Black.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "FuturaPT-Demi";
  src: url("./public/FuturaPT/webFonts/FuturaPTDemi/font.woff2") format("woff2"), url("./public/FuturaPT/webFonts/FuturaPTDemi/font.woff") format("woff");
}
/*md

# z-index

*/
/*md

# リセットCSS

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

/*md

# スキャフォールディング

*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

/*
typography
*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #4F4B4B;
}

/*
link
*/
a {
  text-decoration: none;
}

/*md

# アンカー

```html_example
<div>
  <a  class="a" href="http://test.jp">http://test.jp</a>
</div>

```
*/
.a {
  color: #FF7A00;
  transition: opacity 0.3s linear;
}

.a:hover {
  opacity: 0.7;
}

.button {
  max-width: 287px;
  max-height: 48px;
  padding: 5px 0 9px;
  background-color: #FFFFFF;
  color: #FF7A00;
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  border: 2px solid #FF7A00;
  box-sizing: border-box;
  border-radius: 158px;
  cursor: pointer;
  display: block;
}

.button--inner {
  max-width: auto;
  max-height: 48px;
  padding: 5px 0 9px;
  background-color: #FF7A00;
  color: #FFFFFF;
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  border: 2px solid #FF7A00;
  box-sizing: border-box;
  border-radius: 158px;
  cursor: pointer;
  display: block;
}

.heading {
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media only screen and (min-width: 961px) {
  .heading {
    font-size: 34px;
  }
}

.egHeadingBig {
  font-family: "FuturaPT-Demi";
  font-size: 36px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media only screen and (min-width: 961px) {
  .egHeadingBig {
    font-size: 72px;
  }
}

.egHeadingSmall {
  font-family: "FuturaPT-Demi";
  font-size: 28px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media only screen and (min-width: 961px) {
  .egHeadingSmall {
    font-size: 56px;
  }
}

/*md

# ロゴ
```html_example
<div>
<div class='logo'>
  <img width="256" src="/images/common/logo@2x.png">
</div>
</div>
```
*/
.logo {
  font-size: 0;
}

/*md

# レスポンシブ動画
```html_example
<div>
<div class="movie">
  <iframe src="https://www.youtube.com/embed/UF8uR6Z6KLc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
```
*/
.movie {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text1 {
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media only screen and (min-width: 961px) {
  .text1 {
    font-size: 18px;
  }
}

.text2 {
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (min-width: 961px) {
  .text2 {
    font-size: 16px;
    line-height: 23px;
  }
}

.text3 {
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media only screen and (min-width: 961px) {
  .text3 {
    font-size: 16px;
  }
}

.text4 {
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (min-width: 961px) {
  .text4 {
    font-size: 15px;
  }
}

.text5 {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #4F4B4B;
}
@media only screen and (min-width: 961px) {
  .text5 {
    font-size: 14px;
  }
}

.subText {
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 30px;
  color: #FF7A00;
}
@media only screen and (min-width: 961px) {
  .subText {
    font-size: 18px;
  }
}

.egSubText {
  font-family: "FuturaPT-Demi";
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 30px;
  color: #FF7A00;
}
@media only screen and (min-width: 961px) {
  .egSubText {
    font-size: 16px;
  }
}

.globalNav__icon {
  display: none;
}
@media only screen and (min-width: 961px) {
  .globalNav__icon {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    min-width: 168px;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}

/* ナビゲーションの大きさ */
#header-nav {
  max-width: 1222px;
  margin: auto;
  /* 変更部分：サブメニューの基準を変更 */
  position: relative;
}

/* カラム落ちの防止 */
.header-list {
  font-size: 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

/* メインメニュー */
.menu-item {
  display: block;
  width: 100%;
  max-width: 351px;
}
@media only screen and (min-width: 961px) {
  .menu-item {
    display: inline-block;
    width: 100%;
    max-width: auto;
  }
}

.menu-item a, .menu-item p {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  height: 64px;
  padding-left: 24px;
  border-bottom: 1px solid rgba(79, 75, 75, 0.1);
}
@media only screen and (min-width: 961px) {
  .menu-item a, .menu-item p {
    text-align: center;
    border-bottom: none;
    height: auto;
  }
}

.menu-item--onlineshop a {
  font-size: 13px;
  line-height: 29px;
}

.menu-item--sns {
  max-width: 40px;
}
.menu-item--sns:last-child {
  margin-right: 12px;
}
.menu-item--sns a {
  padding-left: 15px;
  font-size: 13px;
  line-height: 29px;
}
.menu-item--sns img {
  height: 25px;
  width: auto;
  max-width: auto;
  vertical-align: middle;
}

/* サブメニュー */
.sub-menu {
  display: none;
}
@media only screen and (min-width: 961px) {
  .sub-menu {
    position: fixed;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    top: 94px;
    /* 変更部分：左端を基点にする */
    background-color: #FFFFFF;
    left: 0;
    z-index: 1000;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

.sub-menu-min {
  display: none;
}
@media only screen and (min-width: 961px) {
  .sub-menu-min {
    display: block;
    position: fixed;
    top: 96px;
    background-color: #FFFFFF;
    z-index: 1000;
    width: 100%;
    max-width: 256px;
    text-align: left;
  }
  .sub-menu-min a {
    text-align: left;
    padding: 18px 24px !important;
  }
  .sub-menu-min .sub-menu-item {
    width: 100%;
  }
}

.sub-menu-item {
  padding: 16px 0 0;
  background-color: rgba(79, 75, 75, 0.1);
}
.sub-menu-item a {
  text-align: left;
  padding: 18px 24px !important;
}
@media only screen and (min-width: 961px) {
  .sub-menu-item {
    display: block;
    width: 100vw;
    background-color: #FFFFFF;
    overflow: hidden;
    opacity: 0;
    height: 0;
    /* サブメニューが出現する速度の調整 */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    padding: 0;
  }
}

/* メインメニューマウスカーソルが乗ったらサブメニューを出現させる */
@media only screen and (min-width: 961px) {
  .menu-item:hover > .sub-menu > .sub-menu-item {
    overflow: visible;
    opacity: 1;
    height: auto;
  }
}

@media only screen and (min-width: 961px) {
  .menu-item:hover > .sub-menu-min > .sub-menu-item {
    overflow: visible;
    opacity: 1;
    height: auto;
  }
}

@media only screen and (min-width: 961px) {
  .menu-item:hover > .sub-menu > .product__list {
    overflow: visible;
    opacity: 1;
    height: auto;
  }
}

.menu-item--serach {
  border-bottom: 1px solid rgba(79, 75, 75, 0.1);
}

.menu-item__search {
  height: 28px;
  width: 180px;
  margin: 22px 24px;
  position: relative;
  border-bottom: 1px solid #FF604B;
  overflow: hidden;
}
@media only screen and (min-width: 961px) {
  .menu-item__search {
    margin: 10px 0 10px 32px;
  }
}
.menu-item__search input[type=text] {
  border: none;
  height: 19px;
  line-height: 19px;
  width: calc(100% - 20px);
  font-size: 12px;
  color: #4F4B4B;
  opacity: 0.5;
}
.menu-item__search input[type=text]:focus {
  outline: 0;
  opacity: 1;
}
.menu-item__search input[type=submit] {
  cursor: pointer;
  border: none;
  color: #FF7A00;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  outline: none;
  background-image: url(images/icon/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  padding: 0;
}

.hamburger {
  max-width: 351px;
  width: 100%;
  position: fixed;
  right: 0;
  background-color: #FFFFFF;
  height: 100vh;
  top: 72px;
}

.hamburger__line {
  display: block;
  position: absolute; /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
}
.hamburger__line p {
  font-size: 7.5px;
  display: inline;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 961px) {
  .hamburger__line {
    display: none;
  }
}

.hamburger__line span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 6px;
}

.hamburger__line span:nth-child(1) {
  top: 9px;
}

.hamburger__line span:nth-child(2) {
  top: 18px;
}

.hamburger__line span:nth-child(3) {
  top: 27px;
}

.hamburger__line.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.hamburger__line.active span:nth-child(2),
.hamburger__line.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-menu {
  transition: all 0.6s;
}
@media only screen and (min-width: 961px) {
  .js-menu {
    transform: none;
  }
}

.js-menu.active {
  transform: translateX(0%);
}

.control {
  max-width: 1014px;
  width: 100%;
  margin: 48px auto;
  border-collapse: separate;
}

.control__label {
  text-align: left;
  padding: 32px 24px;
  background-color: rgba(79, 75, 75, 0.1);
  border: 1px solid #EEEEEE;
  width: 30%;
  max-width: 305px;
}
.control__label span {
  background-color: #EB5757;
  color: #fff;
  margin-left: 5px;
  padding: 2px 8px 3.5px;
  display: inline-block;
}

.control__field {
  text-align: left;
  padding: 24px;
  border: 1px solid #EEEEEE;
  width: 80%;
}
.control__field input, .control__field textarea, .control__field select {
  padding: 10px;
  border: 1px solid rgba(79, 75, 75, 0.3);
}
.control__field input::placeholder, .control__field textarea::placeholder {
  color: rgba(79, 75, 75, 0.3);
}
.control__field input {
  width: 100%;
}
.control__field select {
  width: 100%;
  max-width: 332px;
  margin-bottom: 24px;
}
.control__field textarea {
  width: 100%;
}

.control__button .button {
  max-width: 304px;
  width: 100%;
  margin: auto;
  display: block;
}
.control__button .buttonNav {
  display: flex;
  margin: 0 20px;
}
.control__button .buttonNav .wpcf7-spinner {
  display: none;
}

.control__privacy {
  max-width: 1014px;
  width: 100%;
  margin: 48px auto;
  background: rgba(79, 75, 75, 0.1);
  padding: 24px;
  line-height: 32px;
}
.control__privacy a {
  display: inline !important;
  float: none !important;
}

.control__checkbox {
  text-align: center;
}

.control__checkbox .checkbox__item .wpcf7-list-item {
  display: block;
}

.control__checkbox .checkbox__item .wpcf7-list-item label {
  cursor: pointer;
}

.control__checkbox input[type=checkbox].checkbox__item {
  display: none;
}

.control__checkbox label {
  display: inline-block;
}

.control__checkbox .checkbox__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

.control__checkbox .checkbox__item + span::after {
  opacity: 0;
  width: 10px;
  height: 15px;
  transform: rotate(45deg);
  left: 5px;
  border: none;
  border-right: 3px solid #f18800;
  border-bottom: 3px solid #f18800;
}

.control__checkbox .checkbox__item:checked + span::after {
  color: #f18800;
}

.control__checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .control__label {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 16px;
  }
  .control__field {
    display: block;
    width: 100%;
    margin: auto;
    padding: 16px;
  }
  .control__field input {
    width: 100%;
  }
  .control__privacy {
    width: 94%;
    line-height: 30px;
  }
  .control__button .button {
    max-width: 304px;
    width: 100%;
    margin: auto;
    display: block;
  }
  .control__button .buttonNav {
    display: block;
    margin: 0 0 32px;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.select {
  padding: 4px 0;
  border: none;
  margin-right: 24px;
  outline: none;
  border-bottom: 1px solid rgba(79, 75, 75, 0.2);
}
@media only screen and (min-width: 961px) {
  .select {
    padding: 4px 16px;
  }
}

.pagination {
  margin-top: 40px;
  height: 38px;
  line-height: 38px;
}

.page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 8px;
  color: #FF7A00;
  border: 1px solid #FF7A00;
}

.page-numbers.current {
  background-color: #FF7A00;
  color: #fff;
}

.page-numbers.next {
  width: auto;
  padding: 0 16px;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

.page-numbers.prev {
  width: auto;
  padding: 0 16px;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

.table > table, tr, td {
  border: 1px solid #EEEEEE;
}

.table > table {
  width: 100%;
  text-align: left;
  border-collapse: inherit;
}

.table__label {
  padding: 32px 24px;
  background-color: rgba(79, 75, 75, 0.1);
  max-width: 312px;
  width: 25%;
}

.table__field {
  padding: 32px 24px;
}

@media only screen and (max-width: 768px) {
  .table > table, tr, td {
    border: 1px solid #EEEEEE;
  }
  .table > table {
    width: 100%;
    text-align: left;
  }
  .table__label {
    padding: 14px 16px;
    display: block;
    width: 100%;
    margin: auto;
    max-width: 100%;
  }
  .table__field {
    padding: 14px 16px;
    display: block;
    width: 100%;
    margin: auto;
  }
}
.header {
  height: 100%;
}

.header__inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0 16px;
}
@media only screen and (min-width: 961px) {
  .header__inner {
    max-width: 1366px;
    height: 100%;
    padding: 0;
    margin: auto;
  }
}

.header__icon {
  display: inline;
}
.header__icon img {
  height: 48px;
  transform: translateY(-3.5px);
}
@media only screen and (min-width: 961px) {
  .header__icon img {
    height: 64px;
    transform: translateY(0);
  }
}

.header__menuList {
  display: inline-block;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  top: 72px;
  position: fixed;
  right: 0;
  background-color: #FFFFFF;
  transform: translateX(100%);
  max-width: 351px;
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  height: calc(100vh - 72px);
  min-height: calc(100vh - 72px);
  overflow: scroll;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
}
.header__menuList a {
  color: #4F4B4B;
}
@media only screen and (min-width: 961px) {
  .header__menuList a {
    line-height: 46px;
  }
}
@media only screen and (min-width: 961px) {
  .header__menuList {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    position: static;
    top: 0;
    right: auto;
    transform: none;
    max-width: 900px;
    font-size: 18px;
    line-height: 26px;
    height: auto;
    min-height: auto;
    overflow: hidden;
    box-shadow: none;
  }
}

.header__menuList__items {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}
@media only screen and (min-width: 961px) {
  .header__menuList__items {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    min-width: 558px;
    width: 100%;
    height: 48px;
    min-height: auto;
    overflow-y: none;
    position: unset;
    overflow: hidden;
  }
}

.header__menuList__items--links {
  display: none;
}
@media only screen and (min-width: 961px) {
  .header__menuList__items--links {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    min-width: 283px;
    line-height: 18px;
    width: auto;
    min-width: 320px;
  }
}

.header__parent {
  padding: 34px 0;
  height: 100% !important;
  display: block;
  pointer-events: auto;
  font-weight: 500 !important;
}
.header__parent img {
  float: right;
  padding-right: 24px;
}
@media only screen and (min-width: 961px) {
  .header__parent {
    padding: 0;
    pointer-events: auto;
    cursor: pointer;
  }
  .header__parent img {
    float: none;
    padding-right: 0;
  }
}

.header__menuList .product__list {
  overflow: hidden;
  /* サブメニューが出現する速度の調整 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 961px) {
  .header__menuList .product__list {
    opacity: 0;
    height: 0;
    width: 100vw;
    padding: 0 72px;
    background-color: #FFFFFF;
  }
}

.header__menuList .product__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  background: rgba(79, 75, 75, 0.1);
  margin-bottom: 0;
  padding: 16px 24px;
}
@media only screen and (min-width: 961px) {
  .header__menuList .product__name {
    background: #FFFFFF;
    margin-bottom: 24px;
    padding: 0;
  }
}

.header__menuList .product__box__inner {
  display: none;
  background-color: rgba(79, 75, 75, 0.1);
}
@media only screen and (min-width: 961px) {
  .header__menuList .product__box__inner {
    display: block;
    background-color: transparent;
  }
}

.header__menuList .product__category {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #4F4B4B;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(79, 75, 75, 0.1);
  padding: 20px 24px;
  background-color: rgba(79, 75, 75, 0.1);
}
.header__menuList .product__category img {
  padding-right: 24px;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 961px) {
  .header__menuList .product__category {
    border-bottom: 1px solid #FF7A00;
    display: flex;
    color: #FF7A00;
    margin-bottom: 16px;
    background-color: transparent;
    padding: 0;
  }
  .header__menuList .product__category img {
    position: relative;
    padding-right: 0;
  }
}

.product__line::after {
  content: "";
  display: block;
  width: 92%;
  margin: auto;
  height: 1px;
  background-color: #4F4B4B;
}

.header__menuList .product__img {
  max-width: 70px;
  max-height: 38px;
  margin-right: 24px;
}
@media only screen and (min-width: 961px) {
  .header__menuList .product__img {
    max-width: 120px;
    max-height: 60px;
  }
}

.hero__img img {
  width: 100%;
}

.footer__iconList {
  display: block;
  padding: 42px 0;
}
@media only screen and (min-width: 961px) {
  .footer__iconList {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
}

.footer__icon {
  margin: 0 24px;
}
.footer__icon span {
  margin-left: 8px;
}
.footer__icon a {
  color: #4F4B4B;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__linkList {
  display: block;
  padding: 32px 0;
  background-color: rgba(79, 75, 75, 0.1);
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 961px) {
  .footer__linkList {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    margin-bottom: 0;
  }
}

.footer__link {
  margin: 0 0 16px;
}
@media only screen and (min-width: 961px) {
  .footer__link {
    margin: 0 8px 0;
  }
}

.footer__menu {
  display: block;
  padding: 48px 0 24px;
}
@media only screen and (min-width: 961px) {
  .footer__menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.footer__menuItem {
  margin: 0 0 16px;
  text-align: center;
}
.footer__menuItem a {
  color: rgb(79, 75, 75);
}
@media only screen and (min-width: 961px) {
  .footer__menuItem {
    margin: 0 32px;
  }
}

.footer__copyrignt {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 48px 0 48px;
}
@media only screen and (min-width: 961px) {
  .footer__copyrignt {
    font-size: 14px;
  }
}

.about__inner {
  max-width: 100%;
}
@media only screen and (min-width: 961px) {
  .about__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
  }
}

@media only screen and (min-width: 961px) {
  .about__overview {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.about__heading {
  max-width: 390px;
  margin-right: 10%;
}
.about__heading img {
  width: 100%;
  max-width: 195px;
  margin-bottom: 8px;
}
.about__heading span {
  color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .about__heading img {
    max-width: 390px;
    margin-bottom: 8px;
  }
}

.about__text {
  color: #4F4B4B;
  max-width: 599px;
  padding-top: 32px;
}
@media only screen and (min-width: 961px) {
  .about__text {
    padding-top: 0;
  }
}

.aboutGrid {
  padding: 0 0 68px;
  display: grid;
  grid-template-columns: 2.79fr 1.92fr 1fr 3fr;
  grid-template-rows: 180px 120px 120px 120px 124px 120px;
  gap: 8px;
  grid-template-areas: "box1 box1 box1 box1" "box4 box4 box6 box6" "box5 box5 box6 box6" "box10 box10 box10 box10" "box3 box3 box3 box3" "box7 box8 box8 box9";
}
.aboutGrid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 961px) {
  .aboutGrid {
    padding: 0 0 128px;
    grid-template-columns: 479fr 240fr 120fr 120fr 240fr;
    grid-template-rows: 233px 132px 101px 240px;
    gap: 8px;
    grid-template-areas: "box1 box4 box4 box6 box6" "box1 box5 box5 box10 box10" "box3 box5 box5 box10 box10" "box3 box7 box8 box8 box9";
  }
  .aboutGrid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.aboutGrid_1 {
  grid-area: box1;
}

.aboutGrid_2 {
  grid-area: box2;
}

.aboutGrid_3 {
  grid-area: box3;
}

.aboutGrid_4 {
  grid-area: box4;
}

.aboutGrid_5 {
  grid-area: box5;
}

.aboutGrid_6 {
  grid-area: box6;
}

.aboutGrid_7 {
  grid-area: box7;
}

.aboutGrid_8 {
  grid-area: box8;
}

.aboutGrid_9 {
  grid-area: box9;
}

.aboutGrid_10 {
  grid-area: box10;
}

.aboutGrid__insta {
  background: -webkit-linear-gradient(180deg, #751BCF -10.85, #B62586 47.88, #F7A34B 118.75);
  background: -o-linear-gradient(180deg, #751BCF -10.85, #B62586 47.88, #F7A34B 118.75);
  background: linear-gradient(180deg, #751BCF -10.85%, #B62586 47.88%, #F7A34B 118.75%);
}
.aboutGrid__insta img {
  object-fit: contain;
}
@media only screen and (min-width: 961px) {
  .aboutGrid__insta {
    background: unset;
  }
  .aboutGrid__insta img {
    object-fit: cover;
  }
}

.aboutGrid__tw {
  background: #08A0E9;
}
.aboutGrid__tw img {
  object-fit: contain;
}
@media only screen and (min-width: 961px) {
  .aboutGrid__tw {
    background: unset;
  }
  .aboutGrid__tw img {
    object-fit: cover;
  }
}

.aboutGrid__x {
  background: #000000;
}
.aboutGrid__x img {
  object-fit: contain;
}
@media only screen and (min-width: 961px) {
  .aboutGrid__x {
    background: unset;
  }
  .aboutGrid__x img {
    object-fit: cover;
  }
}

.aboutGrid__youtube {
  background: #E62117;
}
.aboutGrid__youtube img {
  object-fit: contain;
}
@media only screen and (min-width: 961px) {
  .aboutGrid__youtube {
    background: unset;
  }
  .aboutGrid__youtube img {
    object-fit: cover;
  }
}

.find {
  padding-top: 64px;
}

.find__inner {
  max-width: 100%;
}
@media only screen and (min-width: 961px) {
  .find__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
  }
}

.find__heading {
  text-align: center;
  margin-bottom: 48px;
}
.find__heading span {
  display: block;
}
@media only screen and (min-width: 961px) {
  .find__heading {
    margin-bottom: 64px;
  }
}

.find__listItem {
  display: block;
  margin-bottom: 48px;
}
.find__listItem:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 961px) {
  .find__listItem {
    margin-bottom: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.find__img {
  width: 100%;
}
.find__img img {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .find__img {
    max-width: 623px;
    width: 54%;
    margin-right: 79px;
  }
}

.find__textarea {
  max-width: 520px;
  margin-top: 30px;
}

.find__title {
  margin-bottom: 16px;
}
@media only screen and (min-width: 961px) {
  .find__title {
    margin-bottom: 30px;
  }
}

.find__title--1 {
  max-width: 169px;
}
@media only screen and (min-width: 961px) {
  .find__title--1 {
    max-width: 100%;
  }
}

.find__title--2 {
  max-width: 173px;
}
@media only screen and (min-width: 961px) {
  .find__title--2 {
    max-width: 100%;
  }
}

.find__title--3 {
  max-width: 143px;
}
@media only screen and (min-width: 961px) {
  .find__title--3 {
    max-width: 100%;
  }
}

.find__text {
  margin-bottom: 24px;
}
@media only screen and (min-width: 961px) {
  .find__text {
    margin-bottom: 79px;
  }
}

.news__inner {
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .news__inner {
    display: flex;
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
    justify-content: space-between;
  }
}

.news__heading {
  padding-top: 21px;
  border-top: 2px solid #FF7A00;
  max-width: 121px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 961px) {
  .news__heading {
    padding-top: 24px;
    max-width: 141px;
    margin-bottom: 0;
  }
}

.news__list {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .news__list {
    max-width: 910px;
    width: 80%;
  }
}

.news__listItem {
  align-items: baseline;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(79, 75, 75, 0.2);
}
@media only screen and (min-width: 961px) {
  .news__listItem {
    display: flex;
  }
}

.news__date {
  font-weight: bold;
}

.news__text a {
  color: #4F4B4B;
}

.news__category {
  background: #F2F2F2;
  word-break: keep-all;
  padding: 5px 17px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 16px;
}

.news__more {
  display: flex;
  float: right;
  align-items: center;
  color: #FF7A00;
}
.news__more img {
  margin-left: 8px;
}

.news__img {
  max-width: 100%;
  padding: 68px 24px;
}
.news__img img {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .news__img {
    max-width: 1366px;
    padding: 128px 72px;
    margin: auto;
  }
}

.newProduct {
  padding: 64px 0 0;
}
.newProduct .button {
  margin: auto;
}

.newProduct__inner {
  max-width: 100%;
}
@media only screen and (min-width: 961px) {
  .newProduct__inner {
    max-width: 1366px;
    padding: 0 32px;
    margin: auto;
  }
}

.newProduct__heading {
  text-align: center;
  margin-bottom: 64px;
}
.newProduct__heading span {
  display: block;
}

.newProduct__item {
  text-align: center;
  flex: 0 0 292px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 961px) {
  .newProduct__item {
    padding-bottom: 56px;
  }
}

@media only screen and (min-width: 961px) {
  .newProduct__item--grid {
    padding-left: 24px;
  }
}

.newProduct__image {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}
.newProduct__image:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.newProduct__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 961px) {
  .newProduct__image {
    padding-bottom: 32px;
  }
}

.newProduct__category {
  color: #4F4B4B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: rgba(79, 75, 75, 0.1);
  padding: 5px 17px;
  display: inline-block;
  margin-top: 16px;
}

.newProduct__name {
  color: #4F4B4B;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.03em;
  margin-bottom: 17px;
  padding-top: 16px;
}
@media only screen and (min-width: 961px) {
  .newProduct__name {
    font-size: 18px;
    padding-top: 16px;
  }
}

.newProduct__text p {
  text-align: left;
  color: rgba(79, 75, 75, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.03em;
  padding-bottom: 20px;
}

.product {
  padding: 64px 0 0;
}

.product__inner {
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .product__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
  }
}

.product__list {
  display: block;
}
@media only screen and (min-width: 961px) {
  .product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}

.product__list--new {
  margin-left: -24px;
}
@media only screen and (min-width: 961px) {
  .product__list--new {
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-left: -24px;
  }
}

.product__heading {
  text-align: center;
  margin-bottom: 64px;
}
.product__heading span {
  display: block;
}

.product__box {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .product__box {
    width: 32%;
  }
}

.product__category {
  color: #FF7A00;
  width: 100%;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #FF7A00;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.product__category span {
  margin-left: auto;
}
@media only screen and (min-width: 961px) {
  .product__category {
    margin-bottom: 43px;
  }
}

.product__name {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  margin-bottom: 24px;
  color: #4F4B4B;
}
.product__name span {
  margin-left: auto;
  display: flex;
}

.product__img {
  max-width: 120px;
  max-height: 60px;
  margin-right: 24px;
}
.product__img img {
  width: 100%;
}

.product__bgimg {
  margin-top: 128px;
}
.product__bgimg img {
  width: 100%;
}

.contact__inner {
  max-width: 100%;
  padding: 0 24px;
}
.contact__inner .button {
  margin: 32px auto 64px;
  display: block;
  width: auto;
}
.contact__inner a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}
.contact__inner a span {
  margin-left: 7px;
  margin-bottom: -2px;
}
.contact__inner .faq__inner {
  padding: 0;
}
@media only screen and (min-width: 961px) {
  .contact__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
  }
  .contact__inner .button {
    margin: 0 auto 128px;
  }
}

.contact__heading {
  text-align: center;
  margin-bottom: 48px;
}
.contact__heading span {
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width: 961px) {
  .contact__heading {
    margin-bottom: 128px;
  }
  .contact__heading span {
    margin-top: 8px;
  }
}

.contact__heading--oem {
  margin-bottom: 42px;
}
@media only screen and (min-width: 961px) {
  .contact__heading--oem {
    margin-bottom: 64px;
  }
}

.contact__subHeading {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 961px) {
  .contact__subHeading {
    margin-bottom: 32px;
  }
}

.contact__overview {
  margin: 64px 0 32px;
  line-height: 30px;
}
.contact__overview a {
  display: inline;
  margin: auto;
}
@media only screen and (min-width: 961px) {
  .contact__overview {
    margin: 0 0 86px;
    line-height: 32px;
  }
}

.contact__overview--top {
  margin: 0px 0 32px;
}
@media only screen and (min-width: 961px) {
  .contact__overview--top {
    margin: 0 0 86px;
  }
}

.contact__overview--oem {
  margin: 0px 0 32px;
}
@media only screen and (min-width: 961px) {
  .contact__overview--oem {
    margin: 0 0 64px;
  }
}

.contact__overview--press {
  margin: 0px 0 64px;
}
@media only screen and (min-width: 961px) {
  .contact__overview--press {
    margin: 0 0 128px;
  }
}

.contact__overview--center {
  text-align: center;
  margin-bottom: 32px;
  line-height: 30px;
}
.contact__overview--center a {
  display: inline;
  margin: auto;
}
@media only screen and (min-width: 961px) {
  .contact__overview--center {
    margin-bottom: 64px;
    line-height: 32px;
  }
}

.contact__wholesales {
  margin: 48px 0;
}
@media only screen and (min-width: 961px) {
  .contact__wholesales {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 128px 0;
  }
}

.contact__wholesalesItem {
  width: 184px;
  margin: 0 auto 48px;
}
.contact__wholesalesItem p {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 961px) {
  .contact__wholesalesItem {
    margin-bottom: 0;
  }
}

.contact__box {
  padding: 28px 24px;
  text-align: center;
  border: 1px solid #EEEEEE;
  margin-bottom: 64px;
  line-height: 23px;
  font-size: 16px;
}
@media only screen and (min-width: 961px) {
  .contact__box {
    font-size: 18px;
    max-width: 806px;
    margin: 0 auto 48px;
    padding: 22px 24px;
    line-height: 26px;
  }
}

.contact__arrangeBox {
  display: block;
  margin-top: 32px;
}
@media only screen and (min-width: 961px) {
  .contact__arrangeBox {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
  }
}

.contact__arrangeItem {
  margin-bottom: 48px;
}
.contact__arrangeItem .text3 {
  margin: 24px 0 16px;
}
.contact__arrangeItem img {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .contact__arrangeItem {
    max-width: 495px;
    width: 49%;
    margin-bottom: 128px;
  }
  .contact__arrangeItem .text3 {
    margin: 40px 0 24px;
  }
  .contact__arrangeItem img {
    width: auto;
  }
}

.contact__link {
  margin-bottom: 48px;
}
@media only screen and (min-width: 961px) {
  .contact__link {
    margin-bottom: 64px;
  }
}

.faq li {
  list-style: none;
}

.faq__inner {
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .faq__inner {
    max-width: 1366px;
    margin: auto;
  }
}

.faq__heading {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 961px) {
  .faq__heading {
    margin-bottom: 64px;
  }
}

.faq__box {
  margin-bottom: 43px;
}
.faq__box:last-of-type {
  margin-bottom: 64px;
}
@media only screen and (min-width: 961px) {
  .faq__box {
    margin-bottom: 75px;
  }
  .faq__box:last-of-type {
    margin-bottom: 139px;
  }
}

.faq__category {
  padding-bottom: 14px;
  border-bottom: 1px solid #FF7A00;
  margin-bottom: 27px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.faq__category .open {
  display: none;
}
.faq__category .close {
  display: inline-block;
}
@media only screen and (min-width: 961px) {
  .faq__category {
    padding-bottom: 17px;
    margin-bottom: 51px;
  }
}

.faq__category.active .open {
  display: inline-block;
}
.faq__category.active .close {
  display: none;
}

.faq__categoryBox {
  display: block;
}
@media only screen and (min-width: 961px) {
  .faq__categoryBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}

.faq__themeBox {
  width: 100%;
  margin-bottom: 22px;
}
@media only screen and (min-width: 961px) {
  .faq__themeBox {
    width: 33.3%;
    margin-bottom: 30px;
  }
}

.faq__theme a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4F4B4B;
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .faq__theme {
    margin-right: 78px;
  }
}

@media only screen and (min-width: 961px) {
  .faq__innerBox {
    display: flex;
    margin: 128px 0;
  }
}

.faq__list {
  display: none;
}
@media only screen and (min-width: 961px) {
  .faq__list {
    display: block;
    max-width: 807px;
    width: 80%;
  }
}

.faq__sidebar {
  display: none;
}
@media only screen and (min-width: 961px) {
  .faq__sidebar {
    display: block;
    max-width: 391px;
    margin-right: 24px;
    width: 30%;
  }
  .faq__sidebar .faq__categoryInner {
    padding-top: 43px;
  }
  .faq__sidebar .faq__box {
    margin-bottom: 43px;
  }
  .faq__sidebar .faq__categoryBox {
    display: block;
  }
  .faq__sidebar .faq__category {
    padding-right: 30px;
    margin-bottom: 0;
  }
  .faq__sidebar .faq__themeBox {
    width: 100%;
    padding-right: 30px;
  }
  .faq__sidebar .faq__theme {
    margin-right: 0;
  }
}

.faq__listSp {
  display: block;
}
.faq__listSp .faq__categoryBox {
  display: block;
}
.faq__listSp .faq__themeBox {
  width: 100%;
}
.faq__listSp .faq__theme {
  margin-right: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media only screen and (min-width: 961px) {
  .faq__listSp {
    display: none;
  }
}

.faq__title {
  margin-bottom: 32px;
}

.faq__textArea {
  padding: 16px 24px;
  border: 1px solid #EEEEEE;
  border-bottom: none;
}
.faq__textArea:last-of-type {
  border-bottom: 1px solid #EEEEEE;
}
.faq__textArea:nth-of-type(2n) {
  background-color: rgba(79, 75, 75, 0.1);
}

.faq__q {
  margin-bottom: 7px;
  line-height: 30px;
}
@media only screen and (min-width: 961px) {
  .faq__q {
    line-height: 32px;
  }
}

.faq__a {
  font-weight: 400;
  line-height: 30px;
}
.faq__a p {
  display: inline;
  padding-left: 5px;
}
@media only screen and (min-width: 961px) {
  .faq__a {
    line-height: 32px;
  }
}

.mail__inner {
  text-align: center;
  max-width: 100%;
  padding: 0 24px 64px;
}
.mail__inner .button {
  margin: auto;
}
@media only screen and (min-width: 961px) {
  .mail__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
    padding-bottom: 128px;
  }
}

.mail__heading {
  margin-bottom: 48px;
}
@media only screen and (min-width: 961px) {
  .mail__heading {
    margin-bottom: 64px;
  }
}

.mail__overview {
  margin-bottom: 32px;
  line-height: 30px;
}
@media only screen and (min-width: 961px) {
  .mail__overview {
    margin-bottom: 48px;
    line-height: 32px;
  }
}

.call__inner {
  text-align: center;
  padding-bottom: 64px;
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .call__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
    padding-bottom: 128px;
  }
}

.call__heading {
  margin: 32px 0 48px;
}
@media only screen and (min-width: 961px) {
  .call__heading {
    margin: 64px 0;
  }
}

.call__title {
  margin: 32px 0 16px;
  text-align: left;
}
@media only screen and (min-width: 961px) {
  .call__title {
    margin: 64px 0 40px;
  }
}

.call__text {
  text-align: left;
  line-height: 30px;
}
@media only screen and (min-width: 961px) {
  .call__text {
    line-height: 32px;
  }
}

.contactOther__inner {
  text-align: center;
  max-width: 100%;
  padding: 32px 24px 68px;
}
.contactOther__inner .button {
  margin: 0 auto 32px;
}
@media only screen and (min-width: 961px) {
  .contactOther__inner .button {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 961px) {
  .contactOther__inner {
    max-width: 1366px;
    padding: 64px 72px 128px;
    margin: auto;
  }
}

.contactOther__heading {
  margin-bottom: 48px;
}
@media only screen and (min-width: 961px) {
  .contactOther__heading {
    margin-bottom: 64px;
  }
}

.contactOther__overview {
  margin-bottom: 32px;
}
@media only screen and (min-width: 961px) {
  .contactOther__overview {
    margin-bottom: 64px;
  }
}

.press__inner {
  text-align: center;
  padding: 0 24px 48px;
  max-width: 100%;
}
.press__inner .button {
  margin: 0 auto;
}
@media only screen and (min-width: 961px) {
  .press__inner {
    max-width: 1366px;
    padding: 0 72px 128px;
    margin: auto;
  }
}

.press__heading {
  margin-bottom: 32px;
}
@media only screen and (min-width: 961px) {
  .press__heading {
    margin-bottom: 64px;
  }
}

.press__overview {
  margin-bottom: 32px;
  text-align: left;
}
@media only screen and (min-width: 961px) {
  .press__overview {
    margin-bottom: 48px;
  }
}

.interview__inner {
  text-align: center;
  padding: 0 24px 68px;
  max-width: 100%;
}
@media only screen and (min-width: 961px) {
  .interview__inner {
    max-width: 1366px;
    padding: 0 72px 128px;
    margin: auto;
  }
}

.interview__heading {
  margin-bottom: 48px;
}
@media only screen and (min-width: 961px) {
  .interview__heading {
    margin-bottom: 64px;
  }
}

.arrange__inner {
  max-width: 100%;
  padding: 0 24px 86px;
}
.arrange__inner .button {
  margin: 32px auto;
}
.arrange__inner a {
  display: flex;
  align-items: center;
  float: right;
}
.arrange__inner a span {
  margin-left: 3px;
}
@media only screen and (min-width: 961px) {
  .arrange__inner {
    max-width: 1366px;
    padding: 0 72px 128px;
    margin: auto;
  }
  .arrange__inner .button {
    margin: 68px auto;
  }
}

.arrange__heading {
  text-align: center;
}
.arrange__heading span {
  display: block;
}

.arrange__box {
  margin: 32px 0;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 961px) {
  .arrange__box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 64px 0;
  }
}

.arrange__boxItem {
  margin-bottom: 16px;
}
@media only screen and (min-width: 961px) {
  .arrange__boxItem {
    margin-bottom: 0cm;
  }
}

.oem__inner {
  max-width: 100%;
  padding: 0 24px 64px;
}
.oem__inner .button {
  margin: 32px auto;
}
.oem__inner a {
  display: flex;
  align-items: center;
  float: right;
}
.oem__inner a span {
  margin-left: 3px;
}
@media only screen and (min-width: 961px) {
  .oem__inner {
    max-width: 1366px;
    padding: 0 72px 128px;
    margin: auto;
  }
  .oem__inner .button {
    margin: 68px auto;
  }
}

.oem__heading {
  text-align: center;
}
.oem__heading span {
  display: block;
}

.oem__box {
  margin: 32px 0 0;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 961px) {
  .oem__box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 64px 0 0;
  }
}

.oem__boxItem {
  width: 100%;
  margin-bottom: 16px;
}
.oem__boxItem p {
  margin-top: 16px;
  margin-bottom: 32px;
}
.oem__boxItem:last-of-type {
  margin-bottom: 0;
}
.oem__boxItem:last-of-type p {
  margin-bottom: 0;
}
@media only screen and (min-width: 961px) {
  .oem__boxItem {
    width: 33.3%;
    margin-bottom: 0cm;
  }
  .oem__boxItem p {
    margin-top: 32px;
    margin-bottom: 0;
  }
}

.deliver__inner {
  max-width: 100%;
  padding: 0 24px 128px;
}
.deliver__inner .button {
  margin: 32px auto;
  text-align: center;
  display: block;
}
.deliver__inner a {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.deliver__inner a span {
  margin-left: 7px;
  margin-bottom: -2px;
}
@media only screen and (min-width: 961px) {
  .deliver__inner {
    max-width: 1366px;
    padding: 0 72px 128px;
    margin: auto;
  }
  .deliver__inner .button {
    margin: 68px auto;
  }
}

.deliver__heading {
  text-align: center;
  margin-bottom: 32px;
}
.deliver__heading span {
  display: block;
}
@media only screen and (min-width: 961px) {
  .deliver__heading {
    margin-bottom: 64px;
  }
}

.deliver__box {
  margin: 32px 0;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 961px) {
  .deliver__box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 64px 0;
  }
}

.deliver__boxItem {
  margin-bottom: 16px;
}
@media only screen and (min-width: 961px) {
  .deliver__boxItem {
    margin-bottom: 0cm;
  }
}

.deliver__step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(79, 75, 75, 0.1);
}
.deliver__step img {
  margin-right: 5px;
}

.deliver__step--pcflex {
  display: block;
}
@media only screen and (min-width: 961px) {
  .deliver__step--pcflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

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

.deliver__steplink {
  text-align: right;
}

.deliver__overview {
  text-align: center;
  margin: 32px 0;
}
@media only screen and (min-width: 961px) {
  .deliver__overview {
    margin: 64px 0;
  }
}

.type__listItem--sp {
  display: none;
}

.type__inner {
  max-width: 100%;
  padding: 0 24px 128px;
}
.type__inner .button {
  margin: 16px auto;
  max-height: 100%;
  max-width: 452px;
  padding: 5px 15px 9px;
}
@media only screen and (min-width: 961px) {
  .type__inner {
    max-width: 1366px;
    padding: 0 72px 128px;
    margin: auto;
  }
  .type__inner .button {
    margin: 31px auto;
  }
}

.type__heading {
  text-align: center;
  margin-bottom: 48px;
}
.type__heading span {
  display: block;
}
@media only screen and (min-width: 961px) {
  .type__heading {
    margin-bottom: 64px;
  }
}

.type__list table, .type__list tr, .type__list th, .type__list td {
  border: none;
}

.type__listItem {
  width: 100%;
  table-layout: fixed;
  text-align: left;
}
.type__listItem th {
  background-color: rgba(79, 75, 75, 0.1);
  padding: 32px 24px;
}
.type__listItem td {
  padding: 32px 24px;
}
.type__listItem td .button {
  margin-bottom: 0;
}

.type__margin {
  width: 24px;
  padding: 0 !important;
  border: none;
  background: #fff !important;
}

.type__label, .type__field {
  border: 1px solid #EEEEEE !important;
  line-height: 32px;
}

.type__vertical {
  height: 24px;
}

@media only screen and (max-width: 768px) {
  .type__listItem th {
    padding: 16px;
  }
  .type__listItem td {
    padding: 16px;
  }
  .type__listItem--pc {
    display: none;
  }
  .type__listItem--sp {
    display: block;
  }
  .type__label, .type__field {
    display: block;
    width: 100%;
    line-height: 30px;
  }
}
.contactForm--confirm .control__label span, .contactForm--confirm .control__label p {
  display: none;
}
.contactForm--confirm .control__privacy, .contactForm--confirm .control__checkbox {
  display: none;
}

.contactForm--complete .contactForm__title, .contactForm--complete .contactForm__overview {
  text-align: center;
  display: block;
}
.contactForm--complete .button {
  display: block;
  float: none;
}

.contactForm__inner {
  max-width: 100%;
  padding: 0 24px 128px;
}
.contactForm__inner .button {
  margin: 32px auto;
}
.contactForm__inner a.contactForm__inner__link-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-bottom: 0;
}
.contactForm__inner a.contactForm__inner__link-top span {
  margin-left: 3px;
}
@media only screen and (min-width: 961px) {
  .contactForm__inner {
    max-width: 1366px;
    padding: 0 72px 128px;
    margin: auto;
  }
  .contactForm__inner .button {
    margin: 68px auto;
  }
  .contactForm__inner a {
    padding: 0;
  }
}

.contactForm__heading {
  text-align: center;
  margin-bottom: 48px;
}
.contactForm__heading span {
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width: 961px) {
  .contactForm__heading {
    margin-bottom: 64px;
  }
  .contactForm__heading span {
    margin-top: 8px;
  }
}

.contactForm__title {
  margin-bottom: 12px;
}
@media only screen and (min-width: 961px) {
  .contactForm__title {
    margin-bottom: 16px;
  }
}

.contactForm__overview {
  display: block;
}
.contactForm__overview a {
  display: flex;
}
@media only screen and (min-width: 961px) {
  .contactForm__overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.article__inner {
  padding-bottom: 64px;
  max-width: 100%;
  padding: 0 24px;
}
.article__inner .a {
  display: flex;
  align-items: center;
}
.article__inner .a span {
  margin-right: 10px;
}
@media only screen and (min-width: 961px) {
  .article__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
    padding-bottom: 128px;
  }
}

.article__heading {
  margin: 48px 0;
  text-align: center;
}
.article__heading span {
  display: block;
}
@media only screen and (min-width: 961px) {
  .article__heading {
    margin: 64px 0;
  }
}

.article__heading--single {
  text-align: left;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(79, 75, 75, 0.3);
}

.article__listItem {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(79, 75, 75, 0.2);
}
@media only screen and (min-width: 961px) {
  .article__listItem {
    padding: 24px 0;
    display: flex;
    align-items: center;
  }
}

.article__date {
  max-width: 168px;
  width: 20%;
  text-align: left;
  margin-bottom: 8px;
}
@media only screen and (min-width: 961px) {
  .article__date {
    margin-right: 24px;
    padding-left: 16px;
    margin-bottom: 0;
  }
}

.article__cat {
  width: 60%;
  text-align: center;
  background-color: #F2F2F2;
  margin-bottom: 8px;
}
@media only screen and (min-width: 961px) {
  .article__cat {
    width: 30%;
    max-width: 286px;
    margin-right: 24px;
    margin-bottom: 0;
    padding-top: 0;
  }
}

.article__title {
  text-decoration: underline;
  line-height: 32px;
}
.article__title a {
  color: #4F4B4B;
}
@media only screen and (min-width: 961px) {
  .article__title {
    width: 60%;
    line-height: 49px;
  }
}

.article__textArea {
  margin-top: 41px;
}
.article__textArea .article__date {
  text-align: right;
  margin-right: 0;
  color: rgba(79, 75, 75, 0.6);
}
@media only screen and (min-width: 961px) {
  .article__textArea {
    margin-top: 64px;
    padding: 0 72px;
  }
}

.article__box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 32px;
}
.article__box .article__cat {
  padding: 3px 0;
  width: 60%;
}
.article__box .article__date {
  width: 40%;
}
@media only screen and (min-width: 961px) {
  .article__box {
    margin-bottom: 68px;
  }
}

.article__text {
  text-align: left;
  line-height: 30px;
}
.article__text img {
  width: auto;
}
@media only screen and (min-width: 961px) {
  .article__text {
    line-height: 32px;
  }
}

.company__inner {
  max-width: 100%;
  padding: 0 24px 64px;
}
@media only screen and (min-width: 961px) {
  .company__inner {
    max-width: 1366px;
    padding: 0 72px 104px;
    margin: auto;
  }
}

.company__heading {
  text-align: center;
  margin-bottom: 68px;
}
.company__heading span {
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width: 961px) {
  .company__heading {
    margin-bottom: 103px;
  }
  .company__heading span {
    margin-top: 8px;
    letter-spacing: 2px;
  }
}

.company__kv {
  padding: 0 24px;
}
.company__kv img {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .company__kv {
    padding: 0;
    max-width: 503px;
    margin: auto;
  }
}

.company__overview {
  text-align: left;
  padding: 68px 0 63px;
  line-height: 30px;
}
.company__overview span {
  display: block;
  margin: 40px 0 32px;
}
@media only screen and (min-width: 961px) {
  .company__overview {
    text-align: center;
    padding: 103px 0 128px;
    line-height: 32px;
  }
  .company__overview span {
    margin: 64px 0 48px;
  }
}

.overview__inner {
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .overview__inner {
    max-width: 1366px;
    padding: 0 72px 104px;
    margin: auto;
  }
}

.overview__heading {
  text-align: center;
  margin-bottom: 48px;
}
.overview__heading span {
  display: block;
}
@media only screen and (min-width: 961px) {
  .overview__heading {
    margin-bottom: 128px;
  }
}

.overview__kv img {
  width: 100%;
}

.overview__text {
  text-align: center;
  padding-bottom: 54px;
}
.overview__text span {
  display: block;
  margin: 64px 0 48px;
}
@media only screen and (min-width: 961px) {
  .overview__text {
    padding-bottom: 128px;
  }
}

.overview__navList {
  display: block;
}
@media only screen and (min-width: 961px) {
  .overview__navList {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}

.overview__nav {
  width: 100%;
  text-align: left;
  margin-bottom: 32px;
}
.overview__nav a {
  color: #4F4B4B;
}
.overview__nav img {
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (min-width: 961px) {
  .overview__nav {
    width: 24%;
    margin-bottom: 0;
  }
  .overview__nav img {
    margin-bottom: 25px;
  }
}

.affiliates__inner {
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .affiliates__inner {
    max-width: 1366px;
    padding: 0 72px 104px;
    margin: auto;
  }
}

.affiliates__heading {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 961px) {
  .affiliates__heading {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 961px) {
  .affiliates__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.affiliates__listItem {
  width: 100%;
  text-align: center;
  padding: 46px 26px;
  border: 1px solid rgba(79, 75, 75, 0.3);
  margin-bottom: 32px;
}
@media only screen and (min-width: 961px) {
  .affiliates__listItem {
    width: 49%;
    padding: 64px 24px;
    margin-right: 2%;
    margin-bottom: 24px;
  }
  .affiliates__listItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
.affiliates__listItem a {
  margin: 0 auto;
}

.affiliates__name {
  margin-bottom: 32px;
}

.affiliates__address {
  margin-bottom: 24px;
}
.affiliates__address span {
  display: block;
  margin-bottom: 16px;
}

.affiliates__content {
  margin-bottom: 24px;
  line-height: 1.5;
}
.affiliates__content span {
  display: block;
  margin-bottom: 16px;
}

.companyAbout__inner {
  max-width: 100%;
  padding: 0 24px 64px;
}
@media only screen and (min-width: 961px) {
  .companyAbout__inner {
    max-width: 1366px;
    padding: 0 72px 128px;
    margin: auto;
  }
}

.companyAbout__heading {
  text-align: center;
  margin-bottom: 76px;
}
.companyAbout__heading span {
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width: 961px) {
  .companyAbout__heading {
    margin-bottom: 89px;
  }
  .companyAbout__heading span {
    margin-top: 8px;
  }
}

.companyAbout__logo {
  max-width: 440px;
  margin: 0 auto 89px;
}
.companyAbout__logo img {
  width: 100%;
}

.companyAbout__text {
  text-align: center;
  line-height: 30px;
}
@media only screen and (min-width: 961px) {
  .companyAbout__text {
    line-height: 32px;
  }
}

.topMessage__inner {
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .topMessage__inner {
    max-width: 1366px;
    padding: 0 72px 128px 49px;
    margin: auto;
  }
}

.topMessage__heading {
  text-align: center;
  margin-bottom: 48px;
}
.topMessage__heading span {
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width: 961px) {
  .topMessage__heading {
    margin-bottom: 64px;
  }
  .topMessage__heading span {
    margin-top: 8px;
  }
}

.topMessage__box {
  display: block;
  margin-bottom: 63px;
}
@media only screen and (min-width: 961px) {
  .topMessage__box {
    display: flex;
    margin-bottom: 128px;
  }
}

.topMessage__img {
  margin-bottom: 32px;
}
.topMessage__img img {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .topMessage__img {
    margin-bottom: 0;
    max-width: 463px;
    width: 50%;
    margin-right: 79px;
  }
}

.topMessage__text {
  width: 100%;
  line-height: 30px;
}
.topMessage__text span {
  display: block;
}
.topMessage__text .egHeadingBig {
  font-size: 40px;
  margin-bottom: 8px;
}
.topMessage__text .heading {
  font-size: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 961px) {
  .topMessage__text {
    width: 57%;
    line-height: 32px;
  }
  .topMessage__text span {
    display: block;
  }
  .topMessage__text .egHeadingBig {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .topMessage__text .heading {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.topMessage__name {
  text-align: right;
  margin-top: 16px;
}
.topMessage__name span {
  display: inline-block;
}
@media only screen and (min-width: 961px) {
  .topMessage__name {
    margin-top: 32px;
  }
}

.philosophy__inner {
  max-width: 100%;
  padding: 0 24px 64px;
}
@media only screen and (min-width: 961px) {
  .philosophy__inner {
    padding: 0 0 128px;
  }
}

.philosophy__heading {
  text-align: center;
  margin-bottom: 38px;
}
.philosophy__heading span {
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width: 961px) {
  .philosophy__heading {
    margin-bottom: 56px;
  }
  .philosophy__heading span {
    margin-top: 8px;
  }
}

.philosophy__overview {
  text-align: left;
  padding: 0 0 32px;
  line-height: 30px;
}
@media only screen and (min-width: 961px) {
  .philosophy__overview {
    text-align: center;
    padding: 0 0 56px;
    line-height: 32px;
  }
}

.philosophy__kv {
  width: 100%;
}
.philosophy__kv img {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .philosophy__kv {
    max-width: 720px;
    margin: auto;
  }
}

.access__inner {
  max-width: 100%;
  padding: 0 24px;
}
.access__inner a {
  display: flex;
  align-items: center;
}
.access__inner a span {
  margin-left: 10px;
}
@media only screen and (min-width: 961px) {
  .access__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
  }
}

.access__heading {
  text-align: center;
  margin-bottom: 48px;
}
.access__heading span {
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width: 961px) {
  .access__heading {
    margin-bottom: 64px;
  }
  .access__heading span {
    margin-top: 8px;
  }
}

.access__subheading {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 961px) {
  .access__subheading {
    margin-bottom: 64px;
  }
}

.access__text {
  text-align: left;
  margin-bottom: 32px;
}
.access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
  margin-bottom: 24px;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.policy__inner {
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .policy__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: auto;
  }
}

.policy__heading {
  text-align: center;
  margin-bottom: 48px;
}
.policy__heading span {
  display: block;
}
@media only screen and (min-width: 961px) {
  .policy__heading {
    margin-bottom: 128px;
  }
}

.policy__label {
  margin-bottom: 16px;
  padding-bottom: 12px;
  font-size: 18px;
  border-bottom: 1px solid rgba(79, 75, 75, 0.2);
}
@media only screen and (min-width: 961px) {
  .policy__label {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.policy__label--bottom {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 16px;
}
@media only screen and (min-width: 961px) {
  .policy__label--bottom {
    font-size: 20px;
  }
}

.policy__text {
  text-align: left;
  margin-bottom: 16px;
}
@media only screen and (min-width: 961px) {
  .policy__text {
    margin-bottom: 32px;
  }
}

.policy__text--bottom {
  margin-bottom: 8px;
}
@media only screen and (min-width: 961px) {
  .policy__text--bottom {
    margin-bottom: 16px;
  }
}

.bingo {
  background-image: url(images/bingo/bg.jpg);
  background-position: top center;
}

.bingo__kv {
  width: 100%;
}
.bingo__kv img {
  width: 100%;
  height: auto;
}

.bingo__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 32px;
}

.bingo__headingInner {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin: 0 8px;
}
.bingo__headingInner--blue {
  color: #004A9E;
}
@media only screen and (min-width: 961px) {
  .bingo__headingInner {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.bingo__title {
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.96px;
  padding-bottom: 80px;
}
.bingo__title--blue {
  color: #004A9E;
}
@media only screen and (min-width: 961px) {
  .bingo__title {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}

.bingo__funpoints {
  padding-top: 82px;
}
@media only screen and (min-width: 961px) {
  .bingo__funpoints {
    padding-top: 0;
  }
}

.bingo__funpointsInner {
  max-width: 1222px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media only screen and (min-width: 961px) {
  .bingo__funpointsInner {
    padding-bottom: 169px;
  }
}

.bingo__funpointsList {
  margin: 0 20px;
}
@media only screen and (min-width: 961px) {
  .bingo__funpointsList {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.bingo__funpointsItem {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.bingo__funpointsItem img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__funpointsItem {
    margin: 0;
    margin-bottom: 32px;
    width: 100%;
  }
  .bingo__funpointsItem img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.bingo__funpointsBox {
  max-width: 400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  border: 6px solid #DDF8FF;
  background: rgba(0, 74, 158, 0.5);
  backdrop-filter: blur(4px);
  padding: 10px;
}
@media only screen and (min-width: 961px) {
  .bingo__funpointsBox {
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 0.261fr 0.739fr;
    gap: 32px;
    padding: 26px;
  }
}

.bingo__funpointsImg {
  width: 288px;
  margin: 0 auto 26px;
}
.bingo__funpointsImg img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__funpointsImg {
    margin: 0;
    width: 100%;
  }
}

.bingo__funpointsTextTitle {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.8px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 961px) {
  .bingo__funpointsTextTitle {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.96px;
    padding-top: 10px;
  }
}

.bingo__funpointsTextDesc {
  color: #FFF9EF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.3px;
}
.bingo__funpointsTextDesc span {
  color: #FFF100;
}
@media only screen and (min-width: 961px) {
  .bingo__funpointsTextDesc {
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

.bingo__funpointsButton {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.bingo__funpointsButton a {
  border: 1px solid #FFF9EF;
}
@media only screen and (min-width: 961px) {
  .bingo__funpointsButton {
    margin-top: 80px;
  }
}

.bingo__history {
  width: 100%;
  background-image: url(images/bingo/bg_white.jpg);
  background-position: top center;
  padding-top: 80px;
}
@media only screen and (min-width: 961px) {
  .bingo__history {
    padding-top: 120px;
  }
}

.bingo__historyOverview {
  padding-bottom: 80px;
}
@media only screen and (min-width: 961px) {
  .bingo__historyOverview {
    padding-bottom: 140px;
  }
}

.bingo__historyOverviewInner {
  color: #004A9E;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  position: relative;
  z-index: 1;
}
.bingo__historyOverviewImg {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 24px;
}
.bingo__historyOverviewImg img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__historyOverviewImg {
    margin-top: -87px;
  }
}

.bingo__historyInner {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media only screen and (min-width: 961px) {
  .bingo__historyInner {
    padding: 0 0 140px;
    max-width: 1014px;
  }
}

.bingo__historyList {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 961px) {
  .bingo__historyList {
    gap: 32px; /* 行間 gap */
  }
}

.bingo__historyItem {
  width: 252px;
  margin-left: auto;
  margin-bottom: 24px;
}
@media only screen and (min-width: 961px) {
  .bingo__historyItem {
    margin: 0;
    display: grid;
    grid-template-columns: 40.94% 40.94%;
    align-items: center; /* Y軸中央揃え */
    gap: 18.14%; /* 画面幅に対する184px相当の比率 */
    width: 100%;
    margin-bottom: 8px;
  }
}

.bingo__historyItemImg {
  width: 100%;
  margin-bottom: 8px;
}
.bingo__historyItemImg img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__historyItemImg {
    margin-bottom: 0;
  }
}

.bingo__historyItemText {
  color: #004A9E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.3px;
}
.bingo__historyItemText span {
  color: #E53923;
}
@media only screen and (min-width: 961px) {
  .bingo__historyItemText {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

.bingo__historyTimeline {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none; /* クリックを透過する */
  z-index: 0;
}
@media only screen and (min-width: 961px) {
  .bingo__historyTimeline {
    left: 50%;
    transform: translateX(-50%);
  }
}

.bingo__historyYear {
  width: 48px;
  height: 48px;
  background-color: #DDF8FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  pointer-events: auto; /* アイコンはクリック可能にしたいなら */
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 16px */
  letter-spacing: 0.64px;
  color: #004A9E;
}
.bingo__historyYear--top {
  margin-bottom: 8px; /* 年の間隔 */
}
.bingo__historyYear--bottom {
  margin-top: 8px; /* 年の間隔 */
}
@media only screen and (min-width: 961px) {
  .bingo__historyYear {
    width: 80px;
    height: 80px;
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.bingo__historyLine {
  flex: 1;
  width: 1px;
  background-color: #004A9E; /* 実線の色 */
}

.bingo__current {
  width: 100%;
  background-image: url(images/bingo/bg_white.jpg);
  background-position: top center;
}
@media only screen and (min-width: 961px) {
  .bingo__current {
    position: relative;
    z-index: 0;
  }
}

.bingo__currentButton {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.bingo__currentButton a {
  border: 1px solid #FFF9EF;
}
@media only screen and (min-width: 961px) {
  .bingo__currentButton {
    margin-top: 56px;
  }
}

.bingo__currentText {
  color: #FFF9EF;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 21px */
  letter-spacing: 0.3px;
  text-align: center;
  background-color: #004A9E;
  padding: 48px 20px;
}
@media only screen and (min-width: 961px) {
  .bingo__currentText {
    background-color: transparent;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    font-size: 20px;
    font-weight: 800;
    line-height: 150%; /* 30px */
    letter-spacing: 0.8px;
  }
}

.bingo__currentBgTop {
  width: 100%;
  font-size: 0; /* 画像の高さを調整するためにフォントサイズを0に */
}
.bingo__currentBgTop img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__currentBgTop {
    display: none; /* スマホでは非表示 */
  }
}

.bingo__currentBg {
  width: 100%;
  position: relative;
  z-index: 0;
}
.bingo__currentBg img {
  width: 100%;
  height: auto;
}
.bingo__currentImg {
  width: 100%;
}
.bingo__currentImg img {
  width: 100%;
  height: auto;
}
.bingo__howto {
  width: 100%;
  background-image: url(images/bingo/bg_white.jpg);
  background-position: top center;
  padding-top: 80px;
}
@media only screen and (min-width: 961px) {
  .bingo__howto {
    padding-top: 120px;
  }
}

.bingo__howtoInner {
  max-width: 1222px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (min-width: 961px) {
  .bingo__howtoInner {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 961px) {
  .bingo__howtoList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.bingo__howtoItem {
  width: 320px;
  margin: 0 auto 16px;
}
.bingo__howtoItem img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__howtoItem {
    margin: 0;
    width: 100%;
  }
}

.bingo__howtoButton {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.bingo__howtoButton a {
  border: 1px solid #FFF9EF;
}
@media only screen and (min-width: 961px) {
  .bingo__howtoButton {
    margin-top: 80px;
  }
}

.bingo__alwaysloved {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 80px;
}
@media only screen and (min-width: 961px) {
  .bingo__alwaysloved {
    padding-top: 120px;
  }
}

.bingo__alwayslovedItem01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
.bingo__alwayslovedItem01 img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__alwayslovedItem01 {
    width: 300px;
  }
}

.bingo__alwayslovedItem02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
}
.bingo__alwayslovedItem02 img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__alwayslovedItem02 {
    width: 360px;
  }
}

.bingo__alwayslovedInner {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.bingo__alwayslovedInner img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__alwayslovedInner {
    padding-bottom: 120px;
    max-width: 1222px;
  }
}

.bingo__products {
  width: 100%;
  background-image: url(images/bingo/bg_white.jpg);
  background-position: top center;
  padding-top: 80px;
}
@media only screen and (min-width: 961px) {
  .bingo__products {
    padding-top: 120px;
  }
}

.bingo__productsInner {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media only screen and (min-width: 961px) {
  .bingo__productsInner {
    padding: 0 0 120px;
    max-width: 1040px;
  }
}

@media only screen and (min-width: 961px) {
  .bingo__productsList {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 32px; /* 縦 gap 横 gap */
  }
}

.bingo__productsItem {
  padding-bottom: 32px;
}
.bingo__productsItem:last-of-type {
  padding-bottom: 56px; /* 最後のアイテムの下の余白をなくす */
}
@media only screen and (min-width: 961px) {
  .bingo__productsItem {
    width: 100%;
    padding-bottom: 0;
  }
  .bingo__productsItem:last-of-type {
    padding-bottom: 0; /* 最後のアイテムの下の余白をなくす */
  }
}

.bingo__productsItemText {
  display: flex;
  flex-direction: column; /* 上下に並べる */
}
@media only screen and (min-width: 961px) {
  .bingo__productsItemText {
    height: 170px; /* カード全体の高さに合わせる */
  }
}

.bingo__productsItemImg {
  width: 100%;
  padding-bottom: 16px;
}
.bingo__productsItemImg img {
  width: 100%;
  height: auto;
}
.bingo__productsItemTitle {
  color: #292929;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.72px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 961px) {
  .bingo__productsItemTitle {
    font-size: 17px;
    letter-spacing: 0.68px;
  }
}

.bingo__productsItemDesc {
  color: #292929;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 18.2px */
  letter-spacing: 0.39px;
  padding-bottom: 10px;
}

.bingo__productsItemPrice {
  color: #292929;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 21px */
  letter-spacing: 0.3px;
  margin-top: auto; /* 自動で下に配置 */
}

@media only screen and (min-width: 961px) {
  .bingo__buttonList {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 80px;
  }
}

.bingo__button {
  max-width: 320px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #004A9E;
  padding: 16px;
  border-radius: 44px;
  text-decoration: none;
}
.bingo__button:first-of-type {
  margin-bottom: 24px; /* ボタン間のスペース */
}
@media only screen and (min-width: 961px) {
  .bingo__button:first-of-type {
    margin-bottom: 0; /* ボタン間のスペース */
  }
}

.bingo__buttonText {
  width: 248px;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.72px;
  text-align: center;
}
.bingo__buttonIcon {
  width: 40px;
  height: 40px;
  font-size: 0; /* アイコンの高さを調整するためにフォントサイズを0に */
}
.bingo__buttonIcon img {
  width: 100%;
  height: auto;
}
.bingo__marquee {
  overflow: hidden;
  width: 100%;
  background-color: #E53923;
}

.bingo__marqueeInner {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.bingo__marqueeInner img {
  height: 22.2222222222vw; /* 高さを画面幅に比例させる */
  width: auto;
}
@media only screen and (min-width: 961px) {
  .bingo__marqueeInner img {
    height: 8.3333333333vw; /* 高さを画面幅に比例させる */
  }
}

/* アニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%); /* 繰り返すために2セット以上画像を置く */
  }
}
.l-hero {
  margin-top: 72px;
}
@media only screen and (min-width: 961px) {
  .l-hero {
    margin-top: 96px;
  }
}

.l-about {
  margin: 48px 24px;
}
@media only screen and (min-width: 961px) {
  .l-about {
    margin: 128px 0 128px;
  }
}

.l-find {
  margin: 0 24px 0;
}
@media only screen and (min-width: 961px) {
  .l-find {
    margin: 0;
  }
}
.l-find::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}

.l-news {
  margin: 0 0 68px;
}
@media only screen and (min-width: 961px) {
  .l-news {
    margin: 0 0 128px;
  }
}

.l-newProduct::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}

.l-product--top {
  margin: 0 0 68px;
}
.l-product--top::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-product--top {
    margin: 0 0 128px;
  }
}

body {
  position: relative;
}

.l-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  height: 72px;
  background-color: #FFFFFF;
  width: 100%;
  padding: 16px 0;
}
@media only screen and (min-width: 961px) {
  .l-header {
    height: 96px;
    padding: 0;
  }
}

.l-footer {
  position: relative;
  background: #fff;
}
.l-globalNav {
  width: 100%;
}

.l-hamburger {
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-hamburger {
    display: none;
  }
}

.l-pagination {
  text-align: center;
  margin: 128px 0 40px;
}

.l-contact {
  margin: 104px 0 0;
}
.l-contact::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-contact {
    margin: 160px 0 0;
  }
}

.l-contact--noline {
  margin: 104px 0 106px;
}
@media only screen and (min-width: 961px) {
  .l-contact--noline {
    margin: 160px 0 170px;
  }
}

.l-faq {
  margin: 32px 0;
}
.l-faq::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-faq {
    margin: 64px 0;
  }
}

.l-mail {
  margin: 0 0 32px;
}
.l-mail::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-mail {
    margin: 0 0 64px;
  }
}

.l-call {
  margin: 0 0 64px;
}
@media only screen and (min-width: 961px) {
  .l-call {
    margin: 0 0 22px;
  }
}

.l-press {
  margin-top: 32px;
}
@media only screen and (min-width: 961px) {
  .l-press {
    margin-top: 64px;
  }
}

.l-interview {
  margin-top: 32px;
}
.l-interview::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-interview {
    margin-top: 64px;
  }
}

.l-arrange {
  margin-top: 32px;
}
.l-arrange::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-arrange {
    margin-top: 64px;
  }
}

.l-available {
  margin-top: 32px;
}
.l-available::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-available {
    margin-top: 64px;
  }
}

.l-unsupported {
  margin-top: 32px;
}
@media only screen and (min-width: 961px) {
  .l-unsupported {
    margin-top: 64px;
  }
}

.l-orderProcess {
  margin-top: 32px;
}
@media only screen and (min-width: 961px) {
  .l-orderProcess {
    margin-top: 64px;
  }
}

.l-oem {
  margin-top: 32px;
}
.l-oem::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-oem {
    margin-top: 64px;
  }
}

.l-deliver {
  margin-top: 32px;
}
@media only screen and (min-width: 961px) {
  .l-deliver {
    margin-top: 64px;
  }
}

.l-type {
  margin-top: 72px;
}
.l-type::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-type {
    margin-top: 96px;
  }
}

.l-contactForm {
  margin-top: 106px;
}
@media only screen and (min-width: 961px) {
  .l-contactForm {
    margin-top: 160px;
  }
}

.l-article {
  margin-top: 106px;
}
@media only screen and (min-width: 961px) {
  .l-article {
    margin-top: 160px;
  }
}

.l-company {
  margin-top: 106px;
}
@media only screen and (min-width: 961px) {
  .l-company {
    margin-top: 160px;
  }
}

.l-company--line {
  margin-top: 106px;
}
.l-company--line::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-company--line {
    margin-top: 160px;
  }
}

.l-overview {
  margin-top: 106px;
}
.l-overview::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-overview {
    margin-top: 160px;
  }
}

.l-affiliates {
  margin-top: 32px;
}
@media only screen and (min-width: 961px) {
  .l-affiliates {
    margin-top: 64px;
  }
}

.l-companyAbout {
  margin: 106px 0 0;
}
.l-companyAbout::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-companyAbout {
    margin: 160px 0 0;
  }
}

.l-topMessage {
  margin: 106px 0 0;
}
@media only screen and (min-width: 961px) {
  .l-topMessage {
    margin: 160px 0 0;
  }
}

.l-brandMessage {
  margin: 106px 0 0;
}
@media only screen and (min-width: 961px) {
  .l-brandMessage {
    margin: 160px 0 0;
  }
}

.l-companyMenu {
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .l-companyMenu {
    max-width: 1366px;
    padding: 0 72px 128px;
    margin: auto;
  }
}

.l-philosophy {
  margin: 106px 0 0;
}
.l-philosophy::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-philosophy {
    margin: 160px 0 0;
  }
}

.l-mission {
  margin: 24px 0 0;
}
.l-mission::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-mission {
    margin: 64px 0 0;
  }
}

.l-value {
  margin: 24px 0 0;
}
.l-value::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-value {
    margin: 64px 0 0;
  }
}

.l-symbol {
  margin: 24px 0 0;
}
@media only screen and (min-width: 961px) {
  .l-symbol {
    margin: 64px 0 0;
  }
}

.l-access {
  margin: 106px 0 0;
}
.l-access::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .l-access {
    margin: 160px 0 0;
  }
}

.l-access--bottom {
  margin: 32px 0 64px;
}
@media only screen and (min-width: 961px) {
  .l-access--bottom {
    margin: 64px 0 128px;
  }
}

.l-policy {
  margin: 106px 0 68px;
}
@media only screen and (min-width: 961px) {
  .l-policy {
    margin: 160px 0 128px;
  }
}

.l-product--lower {
  margin: 106px 0 68px;
}
@media only screen and (min-width: 961px) {
  .l-product--lower {
    margin: 94px 0 106px;
  }
}

.l-history {
  margin: 106px 0 68px;
}
@media only screen and (min-width: 961px) {
  .l-history {
    margin: 160px 0 128px;
  }
}

.l-historyAround {
  margin: 106px 0 0;
}
@media only screen and (min-width: 961px) {
  .l-historyAround {
    margin: 160px 0 50px;
  }
}

.l-hanayama90 {
  margin: 72px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 961px) {
  .l-hanayama90 {
    margin: 96px 0 0;
  }
}

.l-bingo {
  margin: 72px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 961px) {
  .l-bingo {
    margin: 96px 0 0;
  }
}

/*md

# ディスプレイユーティリティ
displayのタイプによってPC/SPのクラスの組み合わせが変わります

```html_example
<div>
  <div class="u-onlySp">u-onlySp</div>
  <div class="u-onlyPc">u-onlyPc</div>
  <div class="u-onlySp-flex">u-onlySp-flex</div>
  <div class="u-onlyPc-flex">u-onlyPc-flex</div>
</div>
```
*/
.u-onlySpBrain {
  display: block !important;
}
@media only screen and (min-width: 769px) {
  .u-onlySpBrain {
    display: none !important;
  }
}

.u-onlyPcBrain {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .u-onlyPcBrain {
    display: block !important;
  }
}

.u-onlySp40th {
  display: block !important;
}
@media only screen and (min-width: 769px) {
  .u-onlySp40th {
    display: none !important;
  }
}

.u-onlyPc40th {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .u-onlyPc40th {
    display: block !important;
  }
}

.u-onlyPcGames {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .u-onlyPcGames {
    display: block !important;
  }
}

.u-onlySpGames {
  display: block !important;
}
@media only screen and (min-width: 769px) {
  .u-onlySpGames {
    display: none !important;
  }
}

.u-onlySp {
  display: block !important;
}
@media only screen and (min-width: 961px) {
  .u-onlySp {
    display: none !important;
  }
}

.u-onlyPc {
  display: none !important;
}
@media only screen and (min-width: 961px) {
  .u-onlyPc {
    display: block !important;
  }
}

.u-onlySp-flex {
  display: flex;
}
@media only screen and (min-width: 961px) {
  .u-onlySp-flex {
    display: none;
  }
}

.u-onlyPc-flex {
  display: none;
}
@media only screen and (min-width: 961px) {
  .u-onlyPc-flex {
    display: flex;
  }
}

.u-onlySp-inb {
  display: inline-block;
}
@media only screen and (min-width: 961px) {
  .u-onlySp-inb {
    display: none;
  }
}

.u-onlyPc-inb {
  display: none;
}
@media only screen and (min-width: 961px) {
  .u-onlyPc-inb {
    display: inline-block;
  }
}

.u-onlySp-inflex {
  display: inline-flex;
}
@media only screen and (min-width: 961px) {
  .u-onlySp-inflex {
    display: none;
  }
}

.u-onlyPc-inflex {
  display: none;
}
@media only screen and (min-width: 961px) {
  .u-onlyPc-inflex {
    display: inline-flex;
  }
}

.u-onlySp-tb-cell {
  display: table-cell;
}
@media only screen and (min-width: 961px) {
  .u-onlySp-tb-cell {
    display: none;
  }
}

.u-onlyPc-tb-cell {
  display: none;
}
@media only screen and (min-width: 961px) {
  .u-onlyPc-tb-cell {
    display: table-cell;
  }
}

/*md

# ページ内リンクユーティリティ

```html_example
<div class="l-container innerLink-container">
  <a id="for-children" class="innerLink"></a>
</div>
```
*/
.innerLink-container {
  position: relative;
}

.innerLink {
  position: absolute;
  left: 0;
  top: -70px;
}
@media only screen and (min-width: 961px) {
  .innerLink {
    top: -90px;
  }
}

/*md

# テキスト揃えユーティリティ

```html_example
<div class="u-ta-center">
　テスト
</div>
```
*/
.u-ta-center {
  text-align: center;
}

.u-ta-right {
  text-align: right;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  text-align: right;
  padding-right: 40px;
  padding-bottom: 22px;
}

.hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.newProduct__inner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
@media only screen and (min-width: 961px) {
  .newProduct__inner .swiper-container {
    overflow: hidden;
  }
}

.newProduct__slider {
  padding: 0 30px;
  position: relative;
  margin-bottom: 48px;
}
@media only screen and (min-width: 961px) {
  .newProduct__slider {
    margin-bottom: 64px;
  }
}

.newProduct__inner .swiper-button-prev.swiper-button-disabled, .newProduct__inner .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.newProduct__inner .swiper-slide {
  width: 70%;
}
@media only screen and (min-width: 961px) {
  .newProduct__inner .swiper-slide {
    width: 100%;
  }
}

.newProduct__inner .swiper-slide img {
  display: block;
  max-width: 288px;
  max-height: 170px;
  object-fit: contain;
  margin: auto;
  width: 100%;
  height: 100%;
}

.newProduct__inner .swiper-button-prev, .newProduct__inner .swiper-button-next {
  width: 40px;
}

.newProduct__inner .swiper-button-next:after, .newProduct__inner .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(images/icon/circle_gray_right.png);
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
}

.newProduct__inner .swiper-button-prev:after, .newProduct__inner .swiper-container-rtl .swiper-button-next:after {
  content: "";
  background-image: url(images/icon/circle_gray_left.png);
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
}

.newProduct__inner .swiper-button-next, .newProduct__inner .swiper-container-rtl .swiper-button-prev {
  display: none;
}
@media only screen and (min-width: 961px) {
  .newProduct__inner .swiper-button-next, .newProduct__inner .swiper-container-rtl .swiper-button-prev {
    top: 75px;
    display: flex;
  }
}

.newProduct__inner .swiper-button-prev, .newProduct__inner .swiper-container-rtl .swiper-button-next {
  display: none;
}
@media only screen and (min-width: 961px) {
  .newProduct__inner .swiper-button-prev, .newProduct__inner .swiper-container-rtl .swiper-button-next {
    top: 75px;
    display: flex;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-bg {
  z-index: 999999;
  height: 100vh;
}

.mfp-wrap {
  z-index: 999999;
}

.xdebug-var-dump {
  margin-top: 150px;
  width: 100%;
  white-space: pre-wrap;
  padding: 20px;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.8);
}
