@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=Sail&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Sacramento&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%;
}

.product-series-heading {
  text-align: center;
  margin-bottom: 16px;
  border-bottom: 2px solid #FF7A00;
}
.product-series-heading span {
  display: block;
}
@media only screen and (min-width: 961px) {
  .product-series-heading {
    margin-bottom: 64px;
  }
}

.product-series-heading__img {
  width: 599px;
  height: auto;
}

.product-series-heading__info {
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.03em;
  text-align: left;
  padding: 48px 0 32px;
}
@media only screen and (min-width: 961px) {
  .product-series-heading__info {
    padding: 64px 0;
  }
}

.product-series-heading__linkList {
  margin-top: 32px;
  gap: 32px;
}
@media only screen and (min-width: 961px) {
  .product-series-heading__linkList {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.product-series-heading__link {
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
  padding-top: 15px;
  color: #FF7A00;
  font-weight: 700;
  border-radius: 200px;
  padding: 8px 0;
  transition: opacity 0.3s linear;
  border: 2px solid #FF7A00;
}
@media only screen and (min-width: 961px) {
  .product-series-heading__link {
    padding: 8px 78px;
  }
}

.product-series-heading__link--other {
  margin-top: 16px;
}
@media only screen and (min-width: 961px) {
  .product-series-heading__link--other {
    margin-top: 0;
  }
}

.product-series__recommender {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: 1px solid rgba(79, 75, 75, 0.4);
  box-sizing: border-box;
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 24px;
}
.product-series__recommender:last-child {
  margin-bottom: 64px;
}
@media only screen and (min-width: 961px) {
  .product-series__recommender {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 32px;
  }
  .product-series__recommender:last-child {
    margin-bottom: 128px;
  }
}

.product-series__recommender__info {
  flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  text-align: left;
  position: relative;
  padding-top: 32px;
}
@media only screen and (min-width: 961px) {
  .product-series__recommender__info {
    flex-basis: calc(100% - 343px);
    -ms-flex-preferred-size: calc(100% - 343px);
    padding-top: 0;
  }
}

.product-series__recommender__info--full {
  flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}

.product-series__recommender__info__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 961px) {
  .product-series__recommender__info__name {
    font-size: 18px;
    line-height: 26px;
  }
}

.product-series__recommender__info__comment {
  font-weight: normal;
  font-size: 14px;
  line-height: 220%;
  letter-spacing: 0.03em;
  padding-top: 16px;
}
@media only screen and (min-width: 961px) {
  .product-series__recommender__info__comment {
    padding-top: 32px;
    font-size: 16px;
    line-height: 200%;
  }
}
.product-series__recommender__info__comment span {
  font-weight: bold;
  color: #FF7A00;
}

.product-series__recommender__info__img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-series__recommender__info__img--relative {
  position: relative;
  padding-top: 48px;
}

.product-series__recommender__img {
  flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.product-series__recommender__img img {
  width: 209px;
  height: auto;
}
@media only screen and (min-width: 961px) {
  .product-series__recommender__img {
    flex: 0 0 343px;
    -webkit-box-flex: 0 0 343px;
    -ms-flex: 0 0 343px;
  }
  .product-series__recommender__img img {
    width: 100%;
  }
}

.product-series {
  max-width: 1222px;
  margin: 0 auto;
}

.product-series__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-bottom: 64px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (min-width: 961px) {
  .product-series__item {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
}

.product-series__item__img {
  flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
@media only screen and (min-width: 961px) {
  .product-series__item__img {
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .product-series__item__img .swiper-container {
    width: 100%;
  }
}
.product-series__item__img .swiper-container:before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media only screen and (min-width: 961px) {
  .product-series__item__img {
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}
.product-series__item__img .swiper-wrapper {
  position: absolute !important; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
  top: 0;
  left: 0;
}
.product-series__item__img .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  text-align: center;
}
.product-series__item__img .swiper-slide .swiper-slide-img {
  position: relative;
}
.product-series__item__img .swiper-slide .swiper-slide-img:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.product-series__item__img .swiper-slide .swiper-slide-img img, .product-series__item__img .swiper-slide .swiper-slide-img video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-series__item__img .swiper-slide .swiper-slide-img .vdeo-play-ol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.product-series__item__img .swiper-slide .swiper-slide-img .vdeo-play {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #fff;
  font-size: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.product-series__item__img .swiper-slide .swiper-slide-img .vdeo-play::before {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  box-sizing: border-box;
  content: "";
}
.product-series__item__img .swiper-slide img.video {
  cursor: pointer;
}
.product-series__item__img .thumblist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}
.product-series__item__img .thumblist div {
  flex: 0 0 16.6%;
  -webkit-box-flex: 0 0 16.6%;
  -ms-flex: 0 0 16.6%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.product-series__item__img .thumblist div.current {
  border: 3px solid #FF7A00;
}
.product-series__item__img .thumblist div:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.product-series__item__img .thumblist div img, .product-series__item__img .thumblist div video {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 0 !important;
  margin: 0 auto !important;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-series__item__info {
  flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
@media only screen and (min-width: 961px) {
  .product-series__item__info {
    padding-left: 22px;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}

.product-series__item__info__category {
  margin: 16px 0;
  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;
}
@media only screen and (min-width: 961px) {
  .product-series__item__info__category {
    margin: 0 0 16px;
  }
}

.product-series__item__info__title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #4F4B4B;
  padding-bottom: 16px;
  flex-basis: 50%;
}
@media only screen and (min-width: 961px) {
  .product-series__item__info__title {
    font-size: 18px;
  }
}

.product-series__item__info__description {
  font-size: 14px;
  line-height: 220%;
  letter-spacing: 0.03em;
  color: #4F4B4B;
  padding-bottom: 24px;
}
@media only screen and (min-width: 961px) {
  .product-series__item__info__description {
    font-size: 16px;
    line-height: 200%;
  }
}

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

.product-series__item__info__spec__tag {
  flex-basis: 100%;
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #4F4B4B;
  padding: 8px 16px;
}
@media only screen and (min-width: 961px) {
  .product-series__item__info__spec__tag {
    flex-basis: 184px;
    font-size: 16px;
  }
}

.product-series__item__info__spec__text {
  flex-basis: 100%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 14px;
  line-height: 220%;
  letter-spacing: 0.03em;
  color: #4F4B4B;
  padding: 8px 16px;
}
@media only screen and (min-width: 961px) {
  .product-series__item__info__spec__text {
    flex-basis: calc(100% - 184px);
    font-size: 16px;
    line-height: 200%;
  }
}

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

.product-series__item__info__buy__btn {
  width: 258px;
  border-radius: 200px;
  text-align: center;
  padding: 8px;
  margin-top: 16px;
  position: relative;
}
.product-series__item__info__buy__btn a {
  font-weight: bold;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
@media only screen and (min-width: 961px) {
  .product-series__item__info__buy__btn {
    width: 184px;
    margin-top: 32px;
  }
}

.product-series__item__info__buy__btn--amazon {
  background: #333E48;
}
.product-series__item__info__buy__btn--amazon::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/icon/btn_link.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.product-series__item__info__buy__btn--rakuten {
  background: #BF0000;
}
.product-series__item__info__buy__btn--rakuten::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/icon/btn_link.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.product-series__item__info__buy__btn--yodobashi {
  background: #E60012;
}
.product-series__item__info__buy__btn--yodobashi::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/icon/btn_link.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.product-series__item__info__buy__btn--toysrus {
  background: #0054A7;
}
.product-series__item__info__buy__btn--toysrus::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/icon/btn_link.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.product-series__item__info__buy__btn--other {
  background: #828282;
}
.product-series__item__info__buy__btn--other::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/icon/btn_link.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.product-series__item__info__buy__btn--joshin {
  background: #00B2BB;
}

.product-series__item__info__buy__btn--ec {
  background: #FF7A00;
}

.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;
  }
}

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

.justfor__statment {
  text-align: left;
  padding: 48px 24px;
}
@media only screen and (min-width: 961px) {
  .justfor__statment {
    text-align: center;
    padding: 128px 0;
  }
}

.justfor__statment__cp {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.03em;
  color: #4F4B4B;
  padding-bottom: 24px;
}
@media only screen and (min-width: 961px) {
  .justfor__statment__cp {
    font-size: 32px;
    line-height: 200%;
    padding-bottom: 32px;
  }
}

.justfor__statment__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 220%;
  letter-spacing: 0.03em;
  color: #4F4B4B;
}
@media only screen and (min-width: 961px) {
  .justfor__statment__text {
    font-size: 16px;
    line-height: 200%;
  }
}

.justfor__marquee {
  overflow: hidden;
  padding: 48px 0;
}
@media only screen and (min-width: 961px) {
  .justfor__marquee {
    text-align: center;
    padding: 128px 0;
  }
}
.justfor__marquee img {
  transform: translateX(100%);
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.justfor__products {
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 961px) {
  .justfor__products {
    padding: 0;
  }
}

.justfor__products__item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-bottom: 63px;
}
.justfor__products__item:last-child {
  padding-bottom: 128px;
}
@media only screen and (min-width: 961px) {
  .justfor__products__item {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
}

.justfor__products__item__img {
  flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  padding: 0 35px;
}
@media only screen and (min-width: 961px) {
  .justfor__products__item__img {
    flex: 0 0 50%;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    padding: 0;
  }
}

.justfor__products__item__info {
  flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  padding-top: 32px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 961px) {
  .justfor__products__item__info {
    flex: 0 0 50%;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    align-self: flex-end;
    padding-top: 0;
    padding-left: 56px;
  }
}

.justfor__products__item__info__header {
  padding-bottom: 8px;
  border-bottom: 2px solid #FF7A00;
}

.justfor__products__item__info__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #4F4B4B;
  padding: 32px 0 24px;
}
@media only screen and (min-width: 961px) {
  .justfor__products__item__info__title {
    font-size: 18px;
    line-height: 26px;
  }
}

.justfor__products__item__info__text {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #4F4B4B;
}
@media only screen and (min-width: 961px) {
  .justfor__products__item__info__text {
    font-size: 16px;
    line-height: 200%;
  }
}

.justfor__lineup {
  width: 100%;
  border-top: 3px solid #FF7A00;
  padding-top: 64px;
}

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

.history__heading {
  text-align: center;
}
.history__heading span {
  display: block;
  margin-top: 4px;
  margin-bottom: 48px;
}
.history__heading::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .history__heading span {
    margin-top: 8px;
    letter-spacing: 2px;
    margin-bottom: 64px;
  }
}

.history__link {
  margin-top: 32px;
  text-align: center;
}
.history__link a {
  margin: 48px auto 64px;
  padding-top: 7px;
}
.history__link::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .history__link {
    margin-top: 64px;
  }
  .history__link a {
    margin: 48px auto 128px;
    padding-top: 5px;
  }
}

.history__inner {
  margin: 32px 24px 20px;
}
.history__inner .table__label {
  background: #FAFAFA;
}
@media only screen and (min-width: 961px) {
  .history__inner {
    max-width: 1366px;
    padding: 0 72px;
    margin: 64px auto 64px;
  }
}

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

.history__anchorList {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 961px) {
  .history__anchorList {
    flex-direction: row;
    justify-content: space-between;
  }
}

.history__anchor {
  width: 100%;
}
.history__anchor a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4F4B4B;
  padding: 11px 0;
}
@media only screen and (min-width: 961px) {
  .history__anchor {
    width: 29%;
  }
  .history__anchor a {
    padding: 0;
  }
}

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

.history__anchorTitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 32px;
  padding-top: 48px;
}
.history__anchorTitle:first-of-type {
  padding-top: 59px;
}
@media only screen and (min-width: 961px) {
  .history__anchorTitle {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 35px;
    padding-top: 64px;
  }
  .history__anchorTitle:first-of-type {
    padding-top: 75px;
  }
}

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

.historyAround__overview p {
  padding: 0 24px 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: left;
}
.historyAround__overview a {
  margin: 0 auto 64px;
  padding-top: 7px;
}
.historyAround__overview::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
@media only screen and (min-width: 961px) {
  .historyAround__overview p {
    max-width: 1366px;
    margin: auto;
    padding: 0 72px 65px;
    font-size: 16px;
    line-height: 32px;
  }
  .historyAround__overview a {
    margin: 0 auto 128px;
    padding-top: 5px;
  }
}

.historyAround__inner::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}
.historyAround__inner:last-of-type::after {
  content: none;
}
.historyAround__box {
  margin-top: 16px;
  padding: 0 24px 40px;
}
@media only screen and (min-width: 961px) {
  .historyAround__box {
    max-width: 1366px;
    margin: 32px auto 0;
    padding: 0 72px 38px;
  }
}

.historyAround__wrapper--bottom::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FF7A00;
  display: block;
}

.historyAround__year {
  font-family: "FuturaPT-Demi";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #FF7A00;
  margin-bottom: 16px;
}
@media only screen and (min-width: 961px) {
  .historyAround__year {
    font-size: 42px;
    line-height: 54px;
  }
}

.historyAround__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 32px;
}
@media only screen and (min-width: 961px) {
  .historyAround__title {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 48px;
  }
}

.historyAround__text {
  margin-bottom: 24px;
  line-height: 30px;
  font-size: 14px;
}
@media only screen and (min-width: 961px) {
  .historyAround__text {
    margin-bottom: 42px;
    line-height: 32px;
    font-size: 16px;
  }
}

.historyAround__grid {
  display: flex;
  flex-direction: row;
  max-width: 79%;
  margin: 0 auto 24px;
}
.historyAround__grid img {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .historyAround__grid {
    max-width: 100%;
    margin: 0 0 40px;
  }
}

.historyAround__grid-4 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.historyAround__grid-4 .historyAround__img {
  width: 48%;
}
.historyAround__grid-4 .historyAround__img:nth-of-type(2n) {
  margin-bottom: 3%;
}
@media only screen and (min-width: 961px) {
  .historyAround__grid-4 {
    flex-wrap: nowrap;
  }
  .historyAround__grid-4 .historyAround__img {
    width: 24%;
  }
  .historyAround__grid-4 .historyAround__img:nth-of-type(2n) {
    margin-bottom: 0;
  }
}

.historyAround__grid-2 {
  justify-content: space-between;
}
.historyAround__grid-2 .historyAround__img {
  width: 48%;
}
@media only screen and (min-width: 961px) {
  .historyAround__grid-2 {
    width: 50%;
    margin: 0 auto 40px;
  }
}

.historyAround__grid-2-lg {
  flex-direction: column;
}
.historyAround__grid-2-lg .historyAround__img {
  margin-bottom: 16px;
}
.historyAround__grid-2-lg .historyAround__img:last-of-type {
  margin-bottom: 0;
}
.historyAround__grid-2-lg .historyAround__img img {
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .historyAround__grid-2-lg {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1064px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .historyAround__grid-2-lg .historyAround__img {
    margin-bottom: 0;
    max-width: 100%;
    width: 48%;
  }
}

@media only screen and (min-width: 961px) {
  .historyAround__grid-1 .historyAround__img {
    margin: auto;
    width: 48.9%;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main {
  margin-top: 96px;
  background-color: #F6FEFF;
  position: relative;
}

.main__wrap {
  z-index: -3;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  main {
    margin-top: 72px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*  marquee -------------------------------------------------*/
.text-marquee__text {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
}

.marquee {
  overflow: hidden;
}

.marquee__container {
  overflow: hidden;
  background-color: #A978DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3000px;
}

.marquee__container--bottom {
  overflow: hidden;
  background-color: #A978DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3000px;
}

.marquee__container--bottom img:first-child {
  -webkit-animation: loop 90s -45s linear infinite;
  animation: loop 90s -45s linear infinite;
  min-height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

.marquee__container--bottom img:last-child {
  -webkit-animation: loop2 90s linear infinite;
  animation: loop2 90s linear infinite;
  min-height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

.marquee__container img:first-child {
  -webkit-animation: loop 90s -45s linear infinite;
  animation: loop 90s -45s linear infinite;
  min-height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

.marquee__container img:last-child {
  -webkit-animation: loop2 90s linear infinite;
  animation: loop2 90s linear infinite;
  min-height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes loop5 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop5 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop6 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop6 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop7 {
  0% {
    -webkit-transform: translateX(3200px);
    transform: translateX(3200px);
  }
  to {
    -webkit-transform: translateX(-3200px);
    transform: translateX(-3200px);
  }
}
@keyframes loop7 {
  0% {
    -webkit-transform: translateX(3200px);
    transform: translateX(3200px);
  }
  to {
    -webkit-transform: translateX(-3200px);
    transform: translateX(-3200px);
  }
}
@-webkit-keyframes loop8 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(-6400px);
    transform: translateX(-6400px);
  }
}
@keyframes loop8 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(-6400px);
    transform: translateX(-6400px);
  }
}
@-webkit-keyframes loop9 {
  0% {
    -webkit-transform: translateX(-3200px);
    transform: translateX(-3200px);
  }
  to {
    -webkit-transform: translateX(3200px);
    transform: translateX(3200px);
  }
}
@keyframes loop9 {
  0% {
    -webkit-transform: translateX(-3200px);
    transform: translateX(-3200px);
  }
  to {
    -webkit-transform: translateX(3200px);
    transform: translateX(3200px);
  }
}
@-webkit-keyframes loop10 {
  0% {
    -webkit-transform: translateX(-6400px);
    transform: translateX(-6400px);
  }
  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes loop10 {
  0% {
    -webkit-transform: translateX(-6400px);
    transform: translateX(-6400px);
  }
  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media screen and (max-width: 800px) {
  .marquee__container {
    width: 3000px;
    height: 44px;
  }
  .marquee__container img:first-child {
    -webkit-animation: loop 80s -40s linear infinite;
    animation: loop 80s -40s linear infinite;
  }
  .marquee__container img:last-child {
    -webkit-animation: loop2 80s linear infinite;
    animation: loop2 80s linear infinite;
  }
  .marquee__container--bottom {
    width: 3000px;
    height: 44px;
  }
  .marquee__container--bottom img:first-child {
    -webkit-animation: loop 80s -40s linear infinite;
    animation: loop 80s -40s linear infinite;
  }
  .marquee__container--bottom img:last-child {
    -webkit-animation: loop2 80s linear infinite;
    animation: loop2 80s linear infinite;
  }
  @-webkit-keyframes loop7 {
    0% {
      -webkit-transform: translateX(1500px);
      transform: translateX(1500px);
    }
    to {
      -webkit-transform: translateX(-1500px);
      transform: translateX(-1500px);
    }
  }
  @keyframes loop7 {
    0% {
      -webkit-transform: translateX(1500px);
      transform: translateX(1500px);
    }
    to {
      -webkit-transform: translateX(-1500px);
      transform: translateX(-1500px);
    }
  }
  @-webkit-keyframes loop8 {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    to {
      -webkit-transform: translateX(-3000px);
      transform: translateX(-3000px);
    }
  }
  @keyframes loop8 {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    to {
      -webkit-transform: translateX(-3000px);
      transform: translateX(-3000px);
    }
  }
  @-webkit-keyframes loop9 {
    0% {
      -webkit-transform: translateX(-1500px);
      transform: translateX(-1500px);
    }
    to {
      -webkit-transform: translateX(1500px);
      transform: translateX(1500px);
    }
  }
  @keyframes loop9 {
    0% {
      -webkit-transform: translateX(-1500px);
      transform: translateX(-1500px);
    }
    to {
      -webkit-transform: translateX(1500px);
      transform: translateX(1500px);
    }
  }
  @-webkit-keyframes loop10 {
    0% {
      -webkit-transform: translateX(-3000px);
      transform: translateX(-3000px);
    }
    to {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @keyframes loop10 {
    0% {
      -webkit-transform: translateX(-3000px);
      transform: translateX(-3000px);
    }
    to {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
}
/*  mv -------------------------------------------------*/
.mv {
  overflow: hidden;
}

.mv__wrap {
  position: relative;
  margin: 0 auto;
}

.mv__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8.2em;
  left: -30%;
  background: url(images/tubelet/bg-pink.png) center no-repeat;
  background-size: contain;
  width: 894px;
  height: 718px;
}

.mv__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8.2em;
  right: -30%;
  background: url(images/tubelet/bg-yellow.png) center no-repeat;
  background-size: contain;
  width: 894px;
  height: 718px;
}

.mv__wrap-img {
  position: relative;
}

.mv__wrap-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -19em;
  left: -36%;
  background: url(images/tubelet/bg-purple.png) center no-repeat;
  background-size: contain;
  width: 894px;
  height: 718px;
}

.mv__wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.mv__img {
  z-index: 1;
  position: relative;
}

.mv__img-item {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/*  news -------------------------------------------------*/
.news__ttl-box {
  text-align: right;
  max-width: 1426px;
  padding: 0 30px;
  margin: auto;
}

@media screen and (min-width: 800px) {
  .mv__img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0 0;
    object-position: 0 0;
  }
  .mv__img-item {
    max-width: 800px;
    width: 69.6527777778vw;
  }
}
@media screen and (min-width: 1100px) {
  .mv__wrap-img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mv__wrap-img::before {
    top: 10em;
    left: -80%;
    width: 500px;
    height: 400px;
  }
}
@media screen and (max-width: 800px) {
  .mv__wrapper {
    height: auto;
  }
  .mv__img {
    margin: 0 auto;
    width: 100%;
  }
  .mv__wrap {
    padding-bottom: 50px;
  }
  .mv__wrap::before {
    top: -8em;
    left: auto;
    right: -70%;
    width: 500px;
    height: 400px;
  }
  .mv__wrap::after {
    top: auto;
    bottom: -80%;
    right: -60%;
    width: 500px;
    height: 400px;
  }
  .mv__wrap-img::before {
    top: 10em;
    left: -80%;
    width: 500px;
    height: 400px;
  }
  .mv__wrap-img::after {
    background: none;
  }
  .mv__img-item {
    width: 95%;
    right: 20px;
    bottom: -250px;
  }
  .news__wrap {
    margin-top: 32px;
  }
  .news__ttl-box {
    text-align: center;
  }
  .news__ttl {
    width: 60vw;
  }
  .news__slick {
    margin-top: -30px;
  }
}
/*  about -------------------------------------------------*/
.about {
  overflow: hidden;
  padding-bottom: 160px;
}

.about__wrap {
  position: relative;
  width: 100%;
  margin-top: 120px;
}

.about__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8.2em;
  left: 0%;
  background: url(images/tubelet/about-wave.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
}

.about__wrapper {
  max-width: 1426px;
  padding: 0 30px;
  margin: auto;
}

.about__ttl {
  max-width: 548px;
  width: 45vw;
  z-index: 0;
  position: relative;
  margin-top: 85px;
  z-index: 1;
  margin-left: 50px;
}

.about__brand {
  position: relative;
  margin: 0 auto;
  margin-top: -15.5%;
  margin-right: 0px;
  max-width: 1225px;
}

.about__brand::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6em;
  left: -40%;
  background: url(images/tubelet/bg-blue.png) center no-repeat;
  background-size: contain;
  width: 900px;
  height: 718px;
}

.about__brand::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15em;
  right: -50%;
  background: url(images/tubelet/bg-pink.png) center no-repeat;
  background-size: contain;
  width: 1000px;
  height: 900px;
}

.about__brand .about__item-img img {
  margin-bottom: 290px;
  width: 610px;
}

.about__series {
  position: relative;
  margin: 0 auto;
  margin-top: -9.6%;
  max-width: 1174px;
  margin-left: 40px;
}

.about__series::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6em;
  left: -40%;
  background: url(images/tubelet/bg-purple.png) center no-repeat;
  background-size: contain;
  width: 900px;
  height: 718px;
}

.about__series .about__item-img img {
  width: 500px;
  z-index: 1;
  position: relative;
}

.about__introduction {
  position: relative;
  margin: 0 auto;
  margin-top: 8%;
  max-width: 1146px;
  margin-right: 65px;
}

.about__introduction::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10em;
  left: -11%;
  background: url(images/tubelet/about-pic-star.svg) center no-repeat;
  background-size: contain;
  max-width: 191px;
  width: 13vw;
  height: 304px;
}

.about__introduction::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3em;
  right: -8%;
  background: url(images/tubelet/bg-yellow.png) center no-repeat;
  background-size: contain;
  width: 1000px;
  height: 900px;
}

.about__introduction .about__item-img img {
  margin-bottom: 30px;
  width: 584px;
  z-index: 1;
  position: relative;
}

.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
}

.about__item {
  max-width: 528px;
  min-height: 425px;
  background-size: contain;
  border-radius: 10px;
  background: linear-gradient(180deg, #84EFD5 0%, #8EE4FF 100%);
  margin-right: 50px;
  position: relative;
  width: 100%;
}

.about__item--reverse {
  background: linear-gradient(90deg, #FF87C8 0%, #B771FC 100%);
}

.about__item-inner {
  -webkit-transform: skew(-5deg, 5deg);
  transform: skew(-5deg, 5deg);
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(90deg, #FF87C8 0%, #B771FC 100%);
  border-radius: 10px;
  -webkit-transform: skew(5deg, -5deg);
  transform: skew(5deg, -5deg);
  max-width: 528px;
  min-height: 425px;
  -webkit-box-shadow: 0 0 40px 0 rgba(140, 208, 212, 0.5);
  box-shadow: 0 0 40px 0 rgba(140, 208, 212, 0.5);
}

.about__item-inner--reverse {
  background: linear-gradient(180deg, #48DDB9 0%, #4BD4FF 100%);
}

.about__item-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-5deg, 5deg);
  width: 70%;
}

.about__item h2 {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  font-size: 64px;
}

.about__item h2 span {
  color: #ED1E92;
}

.about__item h2 span::after {
  content: "";
  background: url(images/tubelet/about-brand-txt.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 27px;
  height: 23px;
}

.about__item p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 140%; /* 33.6px */
  letter-spacing: 1.2px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 33px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 24px;
}

.about__item-box p {
  margin-bottom: 0;
}

.about__item .about__item-img {
  max-width: 37.591%;
}

.about__item img {
  max-width: 62.56%;
  text-align: center;
}

.about__item--brand {
  position: relative;
}

.about__item--brand::before {
  content: "";
  background: url(images/tubelet/about-brand-kirakira.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  max-width: 102px;
  width: 9vw;
  height: 86px;
  position: absolute;
  z-index: 1;
  bottom: -36px;
  left: -18px;
}

.about__item-img img {
  width: 570px;
}

.about__series .about__item--series {
  background-color: #ED1E92;
  margin-left: 50px;
  margin-right: 0px;
}

.about__series .about__item-box--series {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(5deg, -5deg);
  width: 70%;
}

.about__series .about__item-inner--series {
  -webkit-transform: skew(-5deg, 5deg);
  transform: skew(-5deg, 5deg);
  -webkit-box-shadow: 0 0 40px 0 rgba(237, 30, 146, 0.5);
  box-shadow: 0 0 40px 0 rgba(237, 30, 146, 0.5);
}

.about__series .about__item-ttl--series, .about__series .about__item-txt--series {
  color: #ED1E92;
}

.about__introduction .about__item--introduction {
  background-color: #8C77B7;
  position: relative;
}

.about__introduction .about__item--introduction::before {
  content: "";
  background: url(images/tubelet/about-introduction-01.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 53px;
  height: 74px;
  position: absolute;
  z-index: 1;
  top: -100px;
  left: -80px;
}

.about__introduction .about__item--introduction::after {
  content: "";
  background: url(images/tubelet/about-introduction-02.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 62px;
  height: 74px;
  position: absolute;
  z-index: 1;
  bottom: -100px;
  right: -80px;
}

.about__introduction .about__item-inner--introduction {
  -webkit-transform: skew(5deg, -5deg);
  transform: skew(5deg, -5deg);
  -webkit-box-shadow: 0 0 40px 0 rgba(140, 119, 183, 0.5);
  box-shadow: 0 0 40px 0 rgba(140, 119, 183, 0.5);
}

.about__introduction .about__item-ttl--introduction, .about__introduction .about__item-txt--introduction {
  color: #7342CA;
}

.about__explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
  position: relative;
}

.about__explanation img {
  height: 92px;
  margin-right: 20px;
}

.about__explanation p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

@media screen and (max-width: 800px) {
  .about {
    padding-bottom: 99px;
  }
  .about__wrap {
    padding-top: 82px;
    margin-top: auto;
  }
  .about__wrap::before {
    top: -4em;
  }
  .about__wrapper {
    padding: 0 10%;
    margin-top: 60px;
  }
  .about__ttl {
    width: 80%;
    max-width: 400px;
    height: auto;
    z-index: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
  }
  .about__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about__item {
    margin: 0 auto;
    min-height: 355px;
  }
  .about__item-inner {
    min-height: 355px;
  }
  .about__item h2 {
    font-size: 47.914px;
    line-height: normal;
    letter-spacing: 2.396px;
  }
  .about__item p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .about__item img {
    max-width: 190px;
  }
  .about__item-img {
    margin-right: 20px;
  }
  .about__item-img img {
    max-width: 400px;
  }
  .about__item-box p {
    margin-bottom: 0;
  }
  .about__item--brand::before {
    width: 64px;
    height: 55px;
    bottom: -15px;
    left: -11px;
  }
  .about__brand::after {
    background: none;
  }
  .about__brand::before {
    background: none;
  }
  .about__brand .about__item-img {
    margin: 0 -8px;
  }
  .about__brand .about__item-img img {
    margin-top: 236px;
    margin-bottom: 21px;
    width: 100%;
    max-width: 400px;
  }
  .about__series {
    margin-left: 0px;
  }
  .about__series::before {
    background: none;
  }
  .about__series .about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__series .about__item--series {
    margin-left: 0px;
  }
  .about__series .about__item-img img {
    width: 95%;
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .about__explanation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 128px;
  }
  .about__explanation img {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .about__introduction {
    margin-top: 70px;
    margin-right: 0px;
  }
  .about__introduction::before {
    background: none;
  }
  .about__introduction::after {
    background: none;
  }
  .about__introduction .about__item-img img {
    width: 97%;
    margin-bottom: 63px;
  }
  .about__introduction .about__item--introduction {
    background-color: #8C77B7;
    position: relative;
  }
  .about__introduction .about__item--introduction::before {
    content: "";
    background: url(images/tubelet/about-introduction-01.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 41px;
    height: 57px;
    position: absolute;
    z-index: 1;
    top: -83px;
    left: -20px;
  }
  .about__introduction .about__item--introduction::after {
    content: "";
    background: url(images/tubelet/about-introduction-02.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 48px;
    height: 57px;
    position: absolute;
    z-index: 1;
    bottom: -90px;
    right: -10px;
  }
}
/*  product -------------------------------------------------*/
.product {
  overflow: hidden;
}

.product__ttl {
  max-width: 540px;
  width: 45vw;
  z-index: 0;
  position: relative;
  margin-top: 120px;
  z-index: 1;
}

.product__wrap {
  position: relative;
  width: 100%;
}

.product__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8.2em;
  left: 0%;
  background: url(images/tubelet/about-wave.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
}

.product__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -45px;
  /* left: 0%; */
  right: 80px;
  background: url(images/tubelet/product-img-01.png) center no-repeat;
  background-size: contain;
  max-width: 490px;
  width: 40vw;
  height: 450px;
}

.product__wrap__wrapper {
  max-width: 1366px;
  padding: 0 72px;
  margin: auto;
}

.product__wrapper {
  position: relative;
  width: 100%;
  max-width: 1109px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 140px;
  margin-top: 50px;
}

.product__headlien-wap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 120px;
  position: relative;
  margin-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product__headlien-wap::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -25em;
  left: -37%;
  background: url(images/tubelet/bg-pink.png) center no-repeat;
  background-size: contain;
  width: 894px;
  height: 718px;
}

.product__headlien-wap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20em;
  right: -37%;
  background: url(images/tubelet/bg-blue.png) center no-repeat;
  background-size: contain;
  width: 894px;
  height: 718px;
}

.product__slick {
  width: 50%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__slick .product__slick-mv {
  max-width: 416px;
  width: 30vw;
  height: auto;
  margin: 0 auto;
  margin-left: 0;
  padding: 0;
}

.product .slider_outer2 .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
}

.product__slick .product__slick-item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.product__slick .product__slick-thumbnail {
  width: 16%;
  min-width: 50px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
  z-index: 1;
  position: relative;
}

.product__slick .thumbnail-item {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.product__slick .thumbnail-item:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
}

.product__slick .thumbnail-item.thumbnail-current:after {
  border: solid 2px #ED1E92;
  border-radius: 4px;
}

.product__slick .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
}

.product__item-name-detail {
  font-size: 24px;
  margin-top: 20px;
  color: #A978DA;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
}

.product__detail {
  max-width: 420px;
  width: 35vw;
  margin-left: 5vw;
  z-index: 1;
}

.product__detail-txt {
  font-size: 14px;
  color: #7342CA;
  margin-top: 25px;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 23px;
}

.product__item-price--detail {
  color: #FF3F72;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 45px;
}

.product__item-price--detail span {
  font-size: 12px;
  font-weight: 400;
}

.product__link-a--detail {
  width: 200px;
  min-height: 50px;
  background: #A978DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 999px;
  font-weight: 500;
  z-index: 1;
  position: relative;
}

.product__link-a--detail::after {
  content: "";
  background: url(images/tubelet/product-arrow.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

.product__items {
  position: relative;
}

.product__items::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20em;
  right: -37%;
  background: url(images/tubelet/bg-yellow.png) center no-repeat;
  background-size: contain;
  width: 894px;
  height: 718px;
}

.product__items-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(237px, 1fr));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.product__items-wrap::before {
  content: "";
  display: block;
  width: 250px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.product__items-wrap::after {
  content: "";
  display: block;
  width: 250px;
}

.product__item {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 83px;
}

.product__item-a {
  display: block;
}

.product__item img {
  border-radius: 4px;
}

.product__item-name {
  font-size: 16px;
  color: #A978DA;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
}

.product__item-price {
  color: #FF3F72;
  font-weight: 600;
  font-size: 16px;
  margin-top: auto;
}
@media screen and (max-width: 800px) {
  .product__item-price {
    margin-top: 0;
  }
}

.product__item-price span {
  font-size: 12px;
  font-weight: 400;
}

.product__item-img {
  margin-top: 80px;
}

.product__explanation {
  margin-top: 13px;
  display: flex;
  flex-direction: column; /* 上下に並べる */
  height: 107px; /* カード全体の高さに合わせる */
}
@media screen and (max-width: 800px) {
  .product__explanation {
    height: auto; /* モバイルでは高さを自動に */
  }
}

.product__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.product__group-new {
  background: #0EA7B0;
  border-radius: 999px;
  min-height: 19px;
  min-width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}

.product__group-new p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.product__group-3c4g {
  background: #FF3F72;
  border-radius: 999px;
  min-height: 19px;
  min-width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}

.product__group-3c4g p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
}

.product__link-box {
  margin: 0 10px;
}

.product__link-a {
  min-width: 320px;
  min-height: 80px;
  background: #A978DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 999px;
  font-weight: 500;
}

.product__link-a::after {
  content: "";
  background: url(images/tubelet/product-arrow.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .product__link-a--detail:hover {
    background: #FF3F72;
  }
  .product__link-a:hover {
    background: #FF3F72;
  }
  .product__slick .thumbnail-item:hover {
    opacity: 0.7;
  }
  .product__item-a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 800px) {
  .product__ttl {
    width: 85%;
    height: auto;
    margin-top: 310px;
  }
  .product__link {
    display: block;
  }
  .product__link-a {
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 320px;
    width: 100%;
    min-width: auto;
  }
  .product__link-box {
    margin: 0 0px;
  }
  .product__wrap::after {
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(images/tubelet/product-img-01.png) center no-repeat;
    background-size: contain;
    width: 300px;
    height: 450px;
  }
  .product__wrapper {
    padding: 0 7%;
    margin-top: 55px;
    margin-bottom: 80px;
  }
  .product__ttl-box {
    text-align: center;
  }
  .product__headlien-wap {
    display: block;
    margin-top: 23px;
    margin-bottom: 80px;
  }
  .product__headlien-wap::after {
    background: none;
  }
  .product__headlien-wap::before {
    background: none;
  }
  .product__slick {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .product__slick .product__slick-thumbnail {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
  }
  .product__slick .product__slick-mv {
    max-width: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-left: 0;
    padding: 0;
  }
  .product__slick .thumbnail-item {
    min-width: 72px;
    width: 20vw;
  }
  .product__detail {
    width: 100%;
    max-width: none;
    margin-left: auto;
  }
  .product__items::after {
    background: none;
  }
  .product__items-wrap {
    display: block;
    margin-bottom: 55px;
  }
  .product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 35px;
  }
  .product__item img {
    width: 96px;
  }
  .product__item-name-detail {
    line-height: 1.4;
  }
  .product__item-price--detail span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px;
  }
  .product__item .product__item-img-box {
    text-align: center;
    width: 100%;
  }
  .product__item .product__item-img {
    width: 100%;
    max-width: 235px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }
  .product__item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product__explanation {
    margin-top: 0px;
    margin-left: 14px;
  }
}
/*  instagram -------------------------------------------------*/
.instagram__marquee {
  overflow: hidden;
  padding-bottom: 140px;
  position: relative;
}

.instagram__marquee::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 29em;
  left: -30%;
  background: url(images/tubelet/bg-pink.png) center no-repeat;
  background-size: contain;
  width: 894px;
  height: 718px;
}

.instagram__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3200px;
  z-index: 1;
  position: relative;
}

.instagram__top img:first-child {
  -webkit-animation: loop7 75s -112.5s linear infinite;
  animation: loop7 75s -112.5s linear infinite;
  -o-object-fit: cover;
  object-fit: cover;
}

.instagram__top img:last-child {
  -webkit-animation: loop8 75s linear infinite;
  animation: loop8 75s linear infinite;
  -o-object-fit: cover;
  object-fit: cover;
}

.instagram__link {
  z-index: 2;
  position: relative;
  display: block;
}

.instagram__link-box {
  margin: -75px 0;
}

.instagram__link-wrap-pc {
  background: url(images/tubelet/instagram-link.png) center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 16vw;
  /* min-height: 100px; */
  /* margin-right: -70px; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.instagram__link-wrap-pc:hover {
  background: url(images/tubelet/instagram-link-hover.png) center no-repeat;
  background-size: cover;
}

.instagram__link-wrap-sp {
  background: url(images/tubelet/sp/instagram-link.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 34vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.instagram__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3200px;
  z-index: 1;
  position: relative;
}

.instagram__bottom img:first-child {
  -webkit-animation: loop9 75s -112.5s linear infinite;
  animation: loop9 75s -112.5s linear infinite;
  -o-object-fit: cover;
  object-fit: cover;
}

.instagram__bottom img:last-child {
  -webkit-animation: loop10 75s linear infinite;
  animation: loop10 75s linear infinite;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .instagram__link-box {
    margin: -35px 0;
  }
}
@media screen and (max-width: 800px) {
  .instagram__marquee {
    padding-bottom: 45px;
  }
  .instagram__top {
    width: 1500px;
  }
  .instagram__top img:first-child {
    -webkit-animation: loop7 65s -97.5s linear infinite;
    animation: loop7 65s -97.5s linear infinite;
  }
  .instagram__top img:last-child {
    -webkit-animation: loop8 65s linear infinite;
    animation: loop8 65s linear infinite;
  }
  .instagram__bottom {
    width: 1500px;
  }
  .instagram__bottom img:first-child {
    -webkit-animation: loop9 65s -97.5s linear infinite;
    animation: loop9 65s -97.5s linear infinite;
  }
  .instagram__bottom img:last-child {
    -webkit-animation: loop10 65s linear infinite;
    animation: loop10 65s linear infinite;
  }
  .instagram__bottom__link-box {
    margin: -43px -10px;
  }
}
/*  news -------------------------------------------------*/
.news__wrap {
  margin-top: -254px;
}

.news__ttl {
  max-width: 420px;
  width: 29vw;
  position: relative;
  margin-right: 30px;
}

.news__slick {
  margin-top: -70px;
}

.news__slick-inner01 {
  background-color: #0EA7B0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
  border-radius: 8px;
}

.news__slick-inner02 {
  background-color: #FF3F72;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
  border-radius: 8px;
}

.news__slick-inner03 {
  background-color: #A978DA;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
  border-radius: 8px;
}

.news__slick-inner04 {
  background-color: #0EA7B0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
  border-radius: 8px;
}

.news__slick-inner05 {
  background-color: #A978DA;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
  border-radius: 8px;
}

.news__slick-ul a {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}

.news__slick-ul a:hover {
  opacity: 0.7;
}

.news__slick-ul img {
  width: 640px;
  margin: 0 auto;
  -webkit-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px);
  border-radius: 8px;
}

/*  slick　矢印 */
.slick-prev {
  left: 20%;
  z-index: 1;
}

.slick-next {
  right: 20%;
  z-index: 1;
}

.slick-prev,
.slick-next {
  max-width: 64px;
  width: 5vw;
  height: 64px;
  top: 51%;
}

.slick-prev:before,
.slick-next:before {
  font-size: 90px;
  opacity: 1;
}

.slick-prev::before {
  content: "";
  background: url(images/tubelet/news-arrow-left.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-next::before {
  content: "";
  background: url(images/tubelet/news-arrow-right.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-dots li button:before {
  font-size: 10px;
}

/*  slick　画像表示サイズ */
.news__slick-wrap .slick-slide {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 50px 0;
}

.news__slick-wrap .slick-current {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease-out 0.5s;
  transition: -webkit-transform 0.3s ease-out 0.5s;
  transition: transform 0.3s ease-out 0.5s;
  transition: transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s;
}

/*  slick　ドット */
.slick-dots {
  bottom: -12px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #FF3F72;
}

.slick-dots li button:before {
  opacity: 1;
  color: #D0ACF3;
}

@media (hover: hover) and (pointer: fine) {
  .slick-prev:hover::before {
    content: "";
    background: url(images/tubelet/news-arrow-left-hover.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .slick-next:hover::before {
    content: "";
    background: url(images/tubelet/news-arrow-right-hover.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .news__wrap {
    margin-top: -200px;
  }
}
@media screen and (max-width: 800px) {
  .news__wrap {
    margin-top: 32px;
  }
  .news__ttl-box {
    text-align: center;
  }
  .news__ttl {
    width: 60vw;
  }
  .news__slick {
    margin-top: -30px;
  }
  .news__slick-ul a {
    width: 90%;
  }
  .news__slick-ul img {
    width: 100%;
  }
  /*  slick　画像表示サイズ */
  .slick-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .news__slick-wrap .slick-current {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .slick-dots {
    margin-bottom: -25px;
  }
  .slick-prev {
    right: 20%;
    top: auto;
    bottom: -90px;
    width: 44px;
  }
  .slick-prev::before {
    width: 100%;
    height: 100%;
  }
  .slick-prev:hover::before {
    width: 100%;
    height: 100%;
  }
  .slick-next {
    right: 20%;
    top: auto;
    bottom: -90px;
    width: 44px;
  }
  .slick-next::before {
    width: 100%;
    height: 100%;
  }
  .slick-next:hover::before {
    width: 100%;
    height: 100%;
  }
}
/*  video -------------------------------------------------*/
.video-product {
  position: relative;
}

.video-product::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 22%;
  left: 3%;
  background: url(images/tubelet/video-star.png) center no-repeat;
  background-size: contain;
  max-width: 301px;
  width: 20vw;
  height: 231px;
  z-index: 1;
}

.video__ttl-box {
  text-align: right;
  max-width: 1426px;
  padding: 0 30px;
  margin: auto;
}

.video__ttl {
  max-width: 420px;
  width: 45vw;
  position: relative;
  margin-right: 30px;
}

.videovideo__ttl {
  max-width: 420px;
  width: 45vw;
  position: relative;
  margin-right: 30px;
}

.video__slick {
  margin-top: -70px;
}

.modal-video-inner {
  padding: 10px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-video-close-btn {
  top: -60px;
  right: 0px;
  content: "";
  display: inline-block;
  position: absolute;
  background: url(images/tubelet/video-close.svg) center no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  position: static;
}

.modal-video {
  background-color: rgba(0, 0, 0, 0.8);
}

.comingsoon {
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .video-product::before {
    top: 13%;
  }
}
@media screen and (max-width: 800px) {
  .video__wrap {
    margin-top: 95px;
  }
  .video__ttl-box {
    text-align: center;
  }
  .video__ttl {
    width: 67vw;
  }
  .videovideo__ttl {
    width: 60vw;
  }
  .video__slick {
    margin-top: -10px;
  }
  .video-product::before {
    background: none;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

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

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.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;
  }
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

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

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

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

.lity-hide {
  display: none;
}

.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);
}
