@charset "UTF-8";
/*
import files
*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
h2 {
  margin: 0 0 10px 0;
  padding: 0;
}

/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  outline: none;
  vertical-align: middle;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  vertical-align: middle;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
Variables
*/
/*
Mixin
*/
/*-------------------------------------------------
    common
=================================================*/
body {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  background: #fff;
  text-align: left;
  color: #13161b;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}

.korolev {
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

a {
  color: #13161b;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

a:visited {
  color: #13161b;
}

a[target=_blank] {
  display: inline-block;
}
a[target=_blank]:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../images/ico_external.svg") no-repeat center center/contain;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-0.15em);
  margin-left: 0.1em;
}
.sns a[target=_blank]:after, .snslink a[target=_blank]:after, .distribute a[target=_blank]:after {
  display: none;
}

#faq a[target=_blank].common_btn1:after, #faq a[target=_blank].common_btn2:after, #faq a[target=_blank].common_btn3:after,
#contact a[target=_blank].common_btn1:after,
#contact a[target=_blank].common_btn2:after,
#contact a[target=_blank].common_btn3:after {
  transform: none;
  width: 1.2em;
  height: 1.2em;
}
#faq a[target=_blank].common_btn1:after,
#contact a[target=_blank].common_btn1:after {
  background-image: url("../images/ico_external_wh.svg");
}

.fnavi dl dd ul li a[target=_blank]:after {
  background-image: url("../images/ico_external_gy.svg");
}

#dealer ul li a[target=_blank]:after {
  transform: translateY(0.05em);
}

.common_btn1,
.common_btn2,
.common_btn3 {
  display: table;
  border-radius: 100px;
  font-weight: bold;
  margin: 10px auto 0;
  min-width: 5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.common_btn1 {
  padding: 5px 30px;
  background: #13161b;
  color: #fff !important;
}

.common_btn2 {
  padding: 5px 30px;
  background: #f1f3f5;
}

.common_btn3 {
  padding: 3px 28px;
  background: transparent;
  margin: 10px auto 0;
  border: 1px solid #13161b;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mr5 {
    margin-right: 5px !important;
  }
  .mr10 {
    margin-right: 10px !important;
  }
  .mr15 {
    margin-right: 15px !important;
  }
  .mr20 {
    margin-right: 20px !important;
  }
  .mr30 {
    margin-right: 30px !important;
  }
  .mr40 {
    margin-right: 40px !important;
  }
  .mr50 {
    margin-right: 50px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml5 {
    margin-left: 5px !important;
  }
  .ml10 {
    margin-left: 10px !important;
  }
  .ml15 {
    margin-left: 15px !important;
  }
  .ml20 {
    margin-left: 20px !important;
  }
  .ml30 {
    margin-left: 30px !important;
  }
  .ml40 {
    margin-left: 40px !important;
  }
  .ml50 {
    margin-left: 50px !important;
  }
  .pc_tal {
    text-align: left !important;
  }
  .pc_tar {
    text-align: right !important;
  }
  .pc_tac {
    text-align: center !important;
  }
  .pc_fl {
    float: left;
  }
  .pc_fr {
    float: right;
  }
}
@media (max-width: 768px -1) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 20px !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mr5 {
    margin-right: 5px !important;
  }
  .mr10 {
    margin-right: 10px !important;
  }
  .mr15 {
    margin-right: 10px !important;
  }
  .mr20 {
    margin-right: 15px !important;
  }
  .mr30 {
    margin-right: 15px !important;
  }
  .mr40 {
    margin-right: 20px !important;
  }
  .mr50 {
    margin-right: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 20px !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml5 {
    margin-left: 5px !important;
  }
  .ml10 {
    margin-left: 10px !important;
  }
  .ml15 {
    margin-left: 10px !important;
  }
  .ml20 {
    margin-left: 15px !important;
  }
  .ml30 {
    margin-left: 15px !important;
  }
  .ml40 {
    margin-left: 20px !important;
  }
  .ml50 {
    margin-left: 20px !important;
  }
  .sp_tal {
    text-align: left !important;
  }
  .sp_tar {
    text-align: right !important;
  }
  .sp_tac {
    text-align: center !important;
  }
  .sp_fl {
    float: left;
  }
  .sp_fr {
    float: right;
  }
}
section,
nav,
header,
footer,
article {
  margin: 0;
  padding: 0;
}

p {
  margin: 20px 0;
}

/*------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

.allwrap {
  width: 100%;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1424px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
.touchdv_only,
.notouchdv_only {
  display: none;
}

@media (min-width: 768px) {
  .touchdv .touchdv_only,
  .notouchdv .notouchdv_only {
    display: block;
  }
}
@media (max-width: 767px) {
  .touchdv_only {
    display: block;
  }
}
/*-- スマホメニュー ----------------------------------------*/
.sp_menubtn {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -12.5px;
}
.sp_menubtn span {
  background: #000;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease 0s;
}
.sp_menubtn span:nth-of-type(1) {
  top: 1px;
}
.sp_menubtn span:nth-of-type(2) {
  top: 10px;
}
.sp_menubtn span:nth-of-type(3) {
  top: 19px;
}
.sb-active .sp_menubtn span:nth-of-type(1), .sp_menubtn.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}
.sb-active .sp_menubtn span:nth-of-type(2), .sp_menubtn.active span:nth-of-type(2) {
  opacity: 0;
  left: 100%;
}
.sb-active .sp_menubtn span:nth-of-type(3), .sp_menubtn.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

/*------------------------------------------*/
/*------------------------------------------*/
@media (max-width: 979px) {
  body {
    padding-top: 64px;
  }
}
@media (min-width: 980px) {
  body {
    padding-top: 80px;
  }
}

#contents {
  border-bottom: 3px solid #fff;
}

/*------------------------------------------*/
.awards {
  background: #34414c;
}
.awards ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .awards ul {
    justify-content: space-around;
  }
}
.awards ul li {
  margin: 0;
  padding: 1rem;
  list-style: none;
  box-sizing: border-box;
  width: 50%;
}
@media (min-width: 768px) {
  .awards ul li {
    width: 16.6666%;
  }
}

/*------------------------------------------*/
section {
  padding: 10vw 0;
}
@media (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
section.bl {
  background: #f1f3f5 !important;
}
section.wh {
  background: #fff !important;
}

#contents section:nth-of-type(2n) {
  background-color: #f1f3f5;
}

h2 {
  text-align: center;
  font-weight: normal;
  font-size: 27px;
  margin: 0 0 3vw;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}

/*------------------------------------------*/
.newslist1 {
  margin: -5vw 0 0 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .newslist1 {
    display: flex;
    justify-content: center;
    margin: 0 0 0 -24px;
  }
}
.newslist1 li {
  margin: 5vw 0 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .newslist1 li {
    width: calc((100% - 72px) / 3);
    margin: 0 0 0 24px;
  }
}
.newslist1 li a {
  display: block;
  text-decoration: none;
}
.newslist1 li a:hover img {
  transform: scale(1.03);
}
.newslist1 li figure {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .newslist1 li figure {
    margin: 0 0 15px;
  }
}
.newslist1 li figure .label {
  position: absolute;
  top: 0;
  left: 0;
}
.newslist1 li figure em {
  background: #13161b;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  padding: 3px 7px;
  display: inline-block;
}
.newslist1 li figure img {
  width: 100%;
  transition: 0.6s cubic-bezier(0.11, 0.5, 0.61, 0.91);
}
.newslist1 li strong {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .newslist1 li strong {
    font-size: 20px;
  }
}
.newslist1 li time {
  color: #7a8b98;
  display: block;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .newslist1 li time {
    margin: 10px 0;
  }
}
.newslist1 li p {
  margin: 0;
}
.newslist1 li .more {
  font-weight: bold;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .newslist1 li .more {
    margin-top: 10px;
  }
}

/*------------------------------------------*/
.newslist2 {
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .newslist2 {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
}
.newslist2 .child {
  margin: 0;
  padding: 5px 16px;
  list-style: none;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .newslist2 .child {
    width: calc((100% - 60px) / 3);
    padding: 0;
    margin: 20px 0 0 20px;
  }
}
.newslist2 .child a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .newslist2 .child a {
    padding: 0 0 25px;
  }
}
.newslist2 .child a:hover img {
  transform: scale(1.03);
}
.newslist2 .child figure {
  overflow: hidden;
}
.newslist2 .child figure img {
  width: 100%;
  transition: 0.6s cubic-bezier(0.11, 0.5, 0.61, 0.91);
}
.newslist2 .child time {
  color: #7a8b98;
  display: block;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .newslist2 .child time {
    margin: 10px 0;
    padding: 0 20px;
  }
}
.newslist2 .child strong {
  display: block;
  font-size: 18px;
  margin: 10px 0 0px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .newslist2 .child strong {
    padding: 0 20px;
    margin: 20px 0 10px;
  }
}
.newslist2 .child p {
  margin: 0 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .newslist2 .child p {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .newslist2 .child .common_btn1 {
    margin-top: 15px;
  }
}

#archive_list .btn .common_btn3 {
  margin-top: 5vw;
  width: 90%;
  max-width: 300px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #archive_list .btn .common_btn3 {
    margin-top: 40px;
  }
}

.infinite-scroll-request {
  margin-top: 5vw;
  text-align: center;
}
@media (min-width: 768px) {
  .infinite-scroll-request {
    margin-top: 40px;
  }
}

/*------------------------------------------*/
#top_products nav {
  text-align: center;
  margin: 0 0 5vw;
}
@media (min-width: 768px) {
  #top_products nav {
    margin: 0 0 50px;
  }
}
#top_products nav a {
  display: inline-block;
  margin: 5px 10px;
}
@media (min-width: 768px) {
  #top_products nav a {
    margin: 0 10px;
  }
}

.productlist1 {
  margin: 0 -16px;
  padding: 0;
}
@media (min-width: 768px) {
  .productlist1 {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}
.productlist1 .child {
  margin: 0;
  padding: 5px 16px 5px 16px;
  list-style: none;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 768px) {
  .productlist1 .child {
    width: calc((100% - 55px) / 4);
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .productlist1 .child {
    width: calc((100% - 96px) / 4);
  }
}
.productlist1 .child a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0px 16px 140px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .productlist1 .child a {
    padding: 0px 16px 150px;
  }
}
@media (min-width: 1000px) {
  .productlist1 .child a {
    padding: 0px 32px 160px;
  }
}
.productlist1 .child a:hover figure img {
  transform: scale(1.03);
}
.productlist1 .child figure {
  margin: 0 -16px 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .productlist1 .child figure {
    margin: 0 -20px 20px;
  }
}
@media (min-width: 1000px) {
  .productlist1 .child figure {
    margin: 0 -32px 20px;
  }
}
.productlist1 .child figure img {
  transform: scale(1);
  transition: 0.3s;
}
.productlist1 .child strong {
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
}
.productlist1 .child p {
  margin: 0;
}
.productlist1 .child .price_wrap {
  letter-spacing: 0;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .productlist1 .child .price_wrap {
    bottom: 55px;
    height: 100px;
  }
}
@media (min-width: 1100px) {
  .productlist1 .child .price_wrap {
    bottom: 65px;
    height: 100px;
  }
}
.productlist1 .child .price_wrap .price {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .productlist1 .child .price_wrap .price {
    font-size: 14px;
  }
}
@media (min-width: 1100px) {
  .productlist1 .child .price_wrap .price {
    font-size: 16px;
  }
}
.productlist1 .child .price_wrap .price span {
  font-size: 30px;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
@media (min-width: 768px) {
  .productlist1 .child .price_wrap .price span {
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  .productlist1 .child .price_wrap .price span {
    font-size: 32px;
  }
}
.productlist1 .child .price_wrap .off {
  color: #7a8b98;
  line-height: 1.3;
  font-size: 13px;
}
.productlist1 .child .price_wrap .off span {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .productlist1 .child .price_wrap .off span {
    display: block;
  }
}
@media (min-width: 1100px) {
  .productlist1 .child .price_wrap .off span {
    display: inline-block;
  }
}
.productlist1 .child .common_btn1 {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .productlist1 .child .common_btn1 {
    bottom: 20px;
  }
}
@media (min-width: 1100px) {
  .productlist1 .child .common_btn1 {
    bottom: 30px;
  }
}

/*------------------------------------------*/
.def_spslide .slick-arrow.slick-prev, .def_spslide .slick-arrow.slick-next {
  overflow: hidden;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  text-indent: -999em;
  z-index: 900;
  text-align: left;
  outline: none;
  display: block;
  line-height: 0;
}
.def_spslide .slick-arrow.slick-prev {
  border-bottom: 5px solid #13161b;
  border-left: 5px solid #13161b;
  left: 11px;
}
.def_spslide .slick-arrow.slick-next {
  border-top: 5px solid #13161b;
  border-right: 5px solid #13161b;
  right: 11px;
}
.def_spslide .slick-dots {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
}
.def_spslide .slick-dots li {
  margin: 0 5px;
  padding: 0;
  list-style: none;
  display: inline-block;
  overflow: hidden;
  overflow: hidden;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #7a8b98;
}
.def_spslide .slick-dots li.slick-active {
  background: #13161b;
}
.def_spslide .slick-dots li button {
  opacity: 0;
}

/*------------------------------------------*/
#privacy-policy .inner {
  max-width: 900px;
}
#privacy-policy h1 {
  font-size: 40px;
  margin: 0 0 10px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #privacy-policy h1 {
    font-size: 60px;
    line-height: 1.4;
  }
}
#privacy-policy h2 {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 0 8vw;
}
@media (min-width: 768px) {
  #privacy-policy h2 {
    font-size: 40px;
    margin: 0 0 60px;
  }
}
#privacy-policy h3 {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 55px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #privacy-policy h3 {
    font-size: 20px;
    padding: 0 0 0 90px;
  }
}
#privacy-policy h3:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #13161b;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
@media (min-width: 768px) {
  #privacy-policy h3:before {
    width: 70px;
  }
}
#privacy-policy ul {
  padding-inline-start: 20px;
}
@media (min-width: 768px) {
  #privacy-policy ul {
    padding-inline-start: 40px;
  }
}

/*------------------------------------------*/
#terms-of-use .inner {
  max-width: 900px;
}
#terms-of-use h1 {
  font-size: 40px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #terms-of-use h1 {
    font-size: 50px;
    line-height: 1.4;
  }
}
#terms-of-use h2 {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  position: relative;
  padding: 0 0 0 55px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #terms-of-use h2 {
    font-size: 20px;
    padding: 0 0 0 90px;
  }
}
#terms-of-use h2:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #13161b;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
@media (min-width: 768px) {
  #terms-of-use h2:before {
    width: 70px;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
#breadcrumbs {
  color: #7a8b98;
  font-size: 13px;
  padding: 16px 0;
  overflow-y: auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #breadcrumbs {
    padding: 20px 0;
  }
}
#breadcrumbs .breadcrumb_last {
  display: inline-block;
  border-right: 16px solid transparent;
}
#breadcrumbs a {
  color: #7a8b98;
}

/*------------------------------------------*/
#news_detail_header em {
  display: inline-block;
  font-style: normal;
  background: #13161b;
  color: #fff;
  font-weight: bold;
  padding: 0px 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  #news_detail_header em {
    font-size: 14px;
    padding: 5px 10px;
  }
}
#news_detail_header h1 {
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  line-height: 1.4;
  font-size: 20px;
}
@media (min-width: 768px) {
  #news_detail_header h1 {
    font-size: 48px;
  }
}

#news_detail {
  position: relative;
}
#news_detail .inner {
  max-width: 860px;
  position: relative;
}
#news_detail .snslink_wrap {
  text-align: center;
  margin-top: 5vw;
  font-weight: bold;
}
@media (min-width: 1100px) {
  #news_detail .snslink_wrap {
    margin: 0;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  #news_detail .snslink {
    position: absolute;
    top: 0;
    right: 16px;
  }
}
#news_detail .snslink a {
  background: #f1f3f5;
  border-radius: 100px;
  display: inline-block;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 0 10px;
}
@media (min-width: 1100px) {
  #news_detail .snslink a {
    margin: 10px auto;
    display: block;
  }
}
#news_detail .snslink a svg {
  vertical-align: top;
}

#news_detail_mv {
  background: no-repeat center center/cover #fafafa;
  height: 45vw;
  padding: 0;
}
@media (min-width: 768px) {
  #news_detail_mv {
    height: 500px;
  }
}

/*------------------------------------------*/
#local_header {
  padding-top: 5vw;
}
@media (min-width: 768px) {
  #local_header {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #local_header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#local_header h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  #local_header h1 {
    font-size: 48px;
    margin: 0;
  }
}
#local_header div.description {
  font-size: 15px;
}
@media (min-width: 768px) {
  #local_header div.description {
    width: 50%;
    font-size: 18px;
  }
}
#local_header .archive_header_html {
  background: #3e6fb7;
  color: #fff;
  margin: 5vw 0 -10vw;
  padding: 10vw 0;
}
@media (min-width: 768px) {
  #local_header .archive_header_html {
    margin: 40px 0 -60px;
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  #local_header .archive_header_html .inner {
    display: block;
  }
}
#local_header .products_all_list {
  max-width: 1424px;
  margin: 5vw auto 0;
  padding-top: 5vw;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  #local_header .products_all_list {
    margin-top: 40px;
    padding-top: 40px;
  }
}
#local_header .products_all_list .inner {
  align-items: flex-start;
}

/*------------------------------------------*/
#dealer {
  padding-top: 0;
  /*
  table {

      border-bottom:1px solid #eee;
      width:100%;
      font-size: 14px;
      margin:0 0 5vw;
      @media (max-width:$breakpoint - 1){
      font-size: 14px;
      margin:0 0 5vw;
      tbody,
      tr,th,td{
          display: block;
      }
      }
      @media (min-width:$breakpoint){
      margin:0  0 60px;
      font-size: 16px;
      }
      th {
      border-top:1px solid #eee;
      padding:10px 10px 0;
      font-size: 16px;
      text-align: left;
      @media (min-width:$breakpoint){
          padding:10px;
          width:30%;
      }
      }
      td {
      padding:0 10px;
      @media (min-width:$breakpoint){
          border-top:1px solid #eee;
          padding:10px;
      }
      &:nth-of-type(1){
          @media (min-width:$breakpoint){
          width:60%;
          }
      }
      &:nth-of-type(2){
          padding-bottom:10px;
          @media (min-width:$breakpoint){
          width:10%;
          white-space: nowrap;
          text-align: right;
          }
      }

      }
  }
  */
}
@media (min-width: 768px) {
  #dealer {
    padding-top: 20px;
  }
}
#dealer .inner {
  max-width: 1200px;
}
#dealer ul {
  margin: 0;
  padding: 0;
  margin: 0 0 5vw;
  font-size: 14px;
}
@media (min-width: 768px) {
  #dealer ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 60px -10px;
    font-size: 16px;
  }
}
#dealer ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #dealer ul li {
    width: calc(33.333333332% - 10px);
    margin: 0 0 10px 10px;
  }
}
#dealer ul li a {
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
}

/*------------------------------------------*/
.notfound {
  overflow: hidden;
  padding-top: 0;
}
.notfound .inner {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .notfound .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.notfound figure {
  margin: 0 0 10vw;
}
@media (min-width: 768px) {
  .notfound figure {
    margin: 0;
    order: 2;
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .notfound .text {
    order: 1;
  }
}
.notfound .text strong {
  font-size: 40px;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  display: block;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .notfound .text strong {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .notfound .text .common_btn1 {
    margin: 0;
  }
}

/*------------------------------------------*/
.about_head {
  text-align: center;
  background: url("../images/product-icon-background.png") no-repeat center center/cover #3e6fb7;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  padding: 10vw 0;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
@media (min-width: 768px) {
  .about_head {
    padding: 100px 0;
    font-size: 40px;
  }
}

#about {
  overflow: hidden;
}
#about .inner {
  max-width: 1200px;
}
@media (min-width: 768px) {
  #about .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#about figure {
  margin: 0 0 10vw;
}
@media (min-width: 768px) {
  #about figure {
    margin: 0;
    order: 2;
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  #about .text {
    order: 1;
    margin-right: 50px;
  }
}
#about .text em {
  font-weight: bold;
  font-style: normal;
}
#about .text h1 {
  font-size: 40px;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #about .text h1 {
    font-size: 48px;
  }
}

/*------------------------------------------*/
#faq .common_btn1,
#faq .common_btn2,
#contact .common_btn1,
#contact .common_btn2 {
  width: 100%;
  height: 60px;
  max-width: 450px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*
SASS Variables
*/
/*
Global header
*/
header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  /*
  Mobile style
  */
  /*
  Desktop style
  */
}
header .header-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
}
@media (max-width: 799px) {
  header {
    /*
    Function
    */
  }
  header .header-wrap {
    height: 64px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 0 16px;
  }
  header .logo img {
    width: 106.27px;
    height: 40px;
  }
  header .nav-wrap {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 64px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
  }
  header nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 64px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: opacity 0.5s;
    background-color: #fff;
    z-index: 200;
    padding: 32px 16px 62px;
  }
  header nav > ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
  }
  header nav > ul > li {
    margin: 0 auto 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
  }
  header nav > ul > li > a {
    text-decoration: none;
  }
  header nav > ul .sub {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: normal;
  }
  header nav > ul .sub li {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.539%22%20height%3D%2213.625%22%20viewBox%3D%220%200%207.539%2013.625%22%3E%3Cpath%20d%3D%22M7.3%2C6.2l-6-6A.785.785%2C0%2C0%2C0%2C.2.2a.785.785%2C0%2C0%2C0%2C0%2C1.1L5.7%2C6.8.2%2C12.3a.785.785%2C0%2C0%2C0%2C0%2C1.1.764.764%2C0%2C0%2C0%2C.5.2.764.764%2C0%2C0%2C0%2C.5-.2l6-6A.826.826%2C0%2C0%2C0%2C7.3%2C6.2Z%22%20transform%3D%22translate(0.025%200.025)%22%20fill%3D%22%237a8b98%22%2F%3E%3C%2Fsvg%3E");
    background-size: 8px 12px;
    background-position: 2px 17px;
    padding: 10px 0 0 18px;
  }
  header nav > ul .sub a {
    color: #7a8b98;
    text-decoration: none;
  }
  header nav .sns {
    display: flex;
  }
  header nav .sns > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #f1f3f5;
    border-radius: 24px;
  }
  header nav .sns > a:not(:last-child) {
    margin-right: 10px;
  }
  header nav .sns > a > .izo-icon {
    width: 40%;
    height: 40%;
  }
  header .searchfield {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, -100%);
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    flex: 1;
  }
  header .searchfield .search-box {
    opacity: 0;
    transition: opacity 0.6s;
    position: relative;
    width: calc(100% - 32px);
    padding: 40px 16px;
  }
  header .searchfield .search-box .search-input {
    overflow: hidden;
    width: calc(100% - 40px);
    height: 36px;
    padding-left: 40px;
    border-radius: 18px;
    background-color: #f1f3f5;
    border: none;
    cursor: text;
    outline: none;
  }
  header .searchfield .search-box .btn-search {
    position: absolute;
    top: 51px;
    left: 30px;
    width: 16px;
    height: 16px;
  }
  header .background {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 64px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translate(100%, 0);
    transition: opacity 0.3s;
  }
  header .search-wrap {
    position: fixed;
    overflow: hidden;
    top: 64px;
    left: 0;
    width: 100%;
    height: 0;
  }
  header .search-wrap.__active {
    height: calc(100vh - 64px);
  }
  header .search-wrap.__active .searchfield {
    transform: translate(0, 0) !important;
  }
  header .search-wrap.__active .searchfield .search-box {
    opacity: 1;
  }
  header .search-wrap.__active .background {
    opacity: 1;
    transform: translate(0, 0) !important;
  }
  header .ui-helper-hidden-accessible {
    display: none;
  }
  header .ui-autocomplete {
    list-style: none;
    line-height: 1.4;
  }
  header .ui-autocomplete .ui-autocomplete-category {
    padding-top: 30px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
  }
  header .ui-autocomplete .ui-menu-item {
    margin-top: 10px;
    color: #000;
    font-weight: bold;
  }
  header .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    display: flex;
    align-items: center;
  }
  header .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper img.thumbs {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  header .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper img.dummy {
    display: none;
  }
  header .ui-autocomplete .ui-state-active {
    text-decoration: underline;
  }
  header .trendTo {
    margin: 0;
    list-style: none;
    line-height: 1.4;
  }
  header .trendTo.__hidden {
    display: none;
  }
  header .trendTo .trend-header {
    padding-top: 30px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
  }
  header .trendTo .trend-item {
    margin-top: 10px;
    color: #000;
    font-weight: bold;
  }
  header .trendTo .trend-item a {
    text-decoration: none;
  }
  header .trendTo .trend-item a:hover {
    text-decoration: underline;
  }
  header .buttons {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  header .buttons .btn-search {
    width: 20px;
    height: 20.19px;
  }
  header .buttons .btn-trigger {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 22px;
    height: 14px;
    margin-left: 30px;
    cursor: pointer;
  }
  header .btn-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #383838;
  }
  header .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .btn-trigger span:nth-of-type(2) {
    top: 6px;
  }
  header .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .btn-trigger.light span {
    background-color: #fff;
  }
  @keyframes active-btn-bar {
    100% {
      height: 0;
    }
  }
  header .btn-trigger-input {
    display: none;
  }
  header .btn-trigger-input:checked + .nav-wrap {
    visibility: visible;
    opacity: 1;
  }
  header .btn-trigger-input:checked + .nav-wrap nav {
    visibility: visible;
    opacity: 1;
  }
  header .btn-trigger-input:checked ~ .buttons .btn-trigger span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  header .btn-trigger-input:checked ~ .buttons .btn-trigger span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar 0.8s forwards;
  }
  header .btn-trigger-input:checked ~ .buttons .btn-trigger span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}
@media (min-width: 800px) {
  header {
    height: 80px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  }
  header .header-wrap {
    width: 96%;
    max-width: 1392px;
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
  }
  header .logo {
    margin-right: 8%;
    padding-top: 1px;
  }
  header .logo img {
    width: 127.52px;
    height: 48px;
  }
  header nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  header nav > ul > li {
    position: relative;
  }
  header nav > ul > li:not(:last-child) {
    margin: 0 30px 0 0;
  }
  header nav > ul > li a {
    text-decoration: none;
    color: #000;
  }
  header nav > ul > li a:hover {
    opacity: 1;
  }
  header nav > ul > li .sub_wrap {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-top: 15px;
  }
  header nav > ul > li .sub_wrap::before {
    position: absolute;
    top: 8px;
    left: 22px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background-color: #fff;
  }
  header nav > ul > li .sub_wrap .sub {
    width: 160px;
    margin-left: -20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    list-style: none;
  }
  header nav > ul > li .sub_wrap .sub li:not(:last-child) {
    margin: 0 auto 10px 0;
  }
  header nav > ul > li .sub_wrap .sub li a {
    display: block;
    position: relative;
    overflow: hidden;
    background-position: 0 7px;
  }
  header nav > ul > li .sub_wrap .sub li a:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translate(-110%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
  header nav > ul > li .sub_wrap .sub li a:hover:after {
    transform: translate(0, 0);
  }
  header nav > ul > li .sub_wrap.dark::before {
    background-color: #34424c;
  }
  header nav > ul > li .sub_wrap.dark .sub {
    background-color: #34424c;
  }
  header nav > ul > li .sub_wrap.dark .sub a {
    color: #fff;
  }
  header nav > ul > li .sub_wrap.dark .sub a:after {
    background-color: #fff;
  }
  header nav > ul > li:hover .sub_wrap {
    visibility: visible;
    opacity: 1;
  }
  header nav > ul.light > li > a {
    color: #fff;
  }
  header nav .sns {
    display: none;
  }
  header .search-wrap {
    flex: 1;
    z-index: 999;
  }
  header .search-wrap .searchfield {
    position: relative;
    margin-left: auto;
    padding-left: 30px;
    max-width: 360px;
  }
  header .search-wrap .searchfield .search-box {
    position: relative;
    width: 100%;
  }
  header .search-wrap .searchfield .search-box .search-input {
    overflow: hidden;
    width: calc(100% - 40px);
    height: 36px;
    padding-left: 40px;
    border-radius: 18px;
    background-color: #fff;
    border: none;
    cursor: text;
    outline: none;
  }
  header .search-wrap .searchfield .search-box .btn-search {
    position: absolute;
    top: 11px;
    left: 14px;
    width: 16px;
    height: 16px;
  }
  header .search-wrap .searchfield .search-box .search-response {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 59px;
    right: 0%;
    width: 400px;
    padding: 0 20px 40px 40px;
  }
  header .search-wrap .searchfield .search-box .search-response .ui-helper-hidden-accessible {
    display: none;
  }
  header .search-wrap .searchfield .search-box .search-response .ui-autocomplete {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.4;
  }
  header .search-wrap .searchfield .search-box .search-response .ui-autocomplete .ui-autocomplete-category {
    padding-top: 30px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
  }
  header .search-wrap .searchfield .search-box .search-response .ui-autocomplete .ui-menu-item {
    margin-top: 10px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
  }
  header .search-wrap .searchfield .search-box .search-response .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    display: flex;
    align-items: center;
  }
  header .search-wrap .searchfield .search-box .search-response .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper img.thumbs {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  header .search-wrap .searchfield .search-box .search-response .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper img.dummy {
    display: none;
  }
  header .search-wrap .searchfield .search-box .search-response .ui-autocomplete .ui-state-active {
    text-decoration: underline;
  }
  header .search-wrap .searchfield .search-box .search-response .trendTo {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.4;
  }
  header .search-wrap .searchfield .search-box .search-response .trendTo.__hidden {
    display: none;
  }
  header .search-wrap .searchfield .search-box .search-response .trendTo .trend-header {
    padding-top: 30px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
  }
  header .search-wrap .searchfield .search-box .search-response .trendTo .trend-item {
    margin-top: 10px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
  }
  header .search-wrap .searchfield .search-box .search-response .trendTo .trend-item a {
    text-decoration: none;
  }
  header .search-wrap .searchfield .search-box .search-response .trendTo .trend-item a:hover {
    text-decoration: underline;
  }
  header .search-wrap .searchfield .search-box.dark .search-input {
    background-color: #f1f3f5;
  }
  header .search-wrap .background {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 80px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translate(100%, 0);
    transition: opacity 0.3s;
  }
  header .search-wrap .background.__active {
    opacity: 1;
    transform: translate(0, 0) !important;
  }
  @keyframes show-search-response {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  header .search-wrap.__active .searchfield .search-box .search-response {
    display: block;
    animation: show-search-response 0.3s linear 0s;
  }
  header .buttons {
    display: none;
  }
  header .btn-trigger-input {
    display: none;
  }
}

footer {
  /*
  We make innovative audio products that inspire and enable people to be creative.
  */
  /*
  Sitemap
  */
  /*
  Follow us
  */
  /*
  Copywrite and legal links
  */
}
footer .footer_message {
  background: #f1f3f5;
  padding: 10vw 0;
}
@media (min-width: 768px) {
  footer .footer_message {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  footer .footer_message .inner {
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    align-items: center;
  }
}
footer .footer_message .logo {
  text-align: center;
  width: 120px;
  margin: 0 auto 10vw;
}
@media (min-width: 768px) {
  footer .footer_message .logo {
    width: 200px;
    margin: 0;
  }
}
footer .footer_message p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  footer .footer_message p {
    font-size: 24px;
    text-align: left;
    line-height: 1.3;
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  footer .fnavi {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  footer .fnavi {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  footer .fnavi .inner {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1392px;
    padding: 0;
  }
}
footer .fnavi a {
  text-decoration: none;
}
footer .fnavi dl {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  footer .fnavi dl {
    width: calc(25% - 30px);
  }
}
footer .fnavi dl dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer .fnavi dl dt {
    border-bottom: 1px solid #eee;
    padding: 16px 0;
  }
  footer .fnavi dl dt::before, footer .fnavi dl dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 2px;
    height: 14px;
    background: #13161b;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  footer .fnavi dl dt:after {
    transform: translateY(-50%) rotate(90deg);
  }
  footer .fnavi dl dt.active::before {
    height: 2px;
  }
  footer .fnavi dl dt.sns_dt {
    border: none;
  }
  footer .fnavi dl dt.sns_dt::before, footer .fnavi dl dt.sns_dt::after {
    display: none;
  }
}
@media (min-width: 768px) {
  footer .fnavi dl dt.sns_dt {
    margin-top: 20px;
  }
}
footer .fnavi dl dd {
  margin: 0;
  padding: 0;
  display: none;
}
footer .fnavi dl dd.sns_dd {
  display: block !important;
}
@media (min-width: 768px) {
  footer .fnavi dl dd {
    display: block !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    font-size: 13px;
  }
}
footer .fnavi dl dd ul {
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 768px) {
  footer .fnavi dl dd ul {
    padding: 0;
  }
}
footer .fnavi dl dd ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .fnavi dl dd ul li a {
  display: block;
  color: #7a8b98;
  padding: 5px 0 5px 32px;
}
@media (min-width: 768px) {
  footer .fnavi dl dd ul li a {
    display: inline-block;
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  footer .followus {
    padding: 0 16px 50px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .followus {
    width: 96%;
    max-width: 1392px;
    margin: 0 auto;
    padding: 0 0 100px 0;
  }
}
footer .followus .title {
  font-size: 16px;
  color: #13161b;
}
@media (max-width: 767px) {
  footer .followus .title {
    margin: 0 auto 20px 0;
  }
}
@media (min-width: 768px) {
  footer .followus .title {
    margin: 0 auto 8px 0;
  }
}
footer .followus .wrap {
  display: flex;
}
@media (max-width: 767px) {
  footer .followus .wrap {
    justify-content: center;
  }
}
footer .followus .wrap > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #f1f3f5;
  border-radius: 24px;
}
footer .followus .wrap > a:not(:last-child) {
  margin-right: 10px;
}
footer .followus .wrap > a::after {
  display: none;
}
footer .followus .wrap > a > .izo-icon {
  width: 40%;
  height: 40%;
}
footer .followus .wrap > a:hover {
  background-color: #b8c3cb;
  opacity: 1;
}
@media (max-width: 767px) {
  footer .footer_bottom {
    padding: 0 16px 50px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .footer_bottom {
    width: 96%;
    max-width: 1392px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    font-size: 14px;
  }
}
footer .footer_bottom .wrap {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
footer .footer_bottom .wrap .copyright {
  flex: 1;
}
footer .footer_bottom .wrap .copyright span {
  margin-right: 10px;
}
@media (max-width: 767px) {
  footer .footer_bottom .wrap .copyright {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  footer .footer_bottom .wrap .copyright {
    font-size: 12px;
  }
}
footer .footer_bottom .wrap .distribute {
  margin-left: auto;
}
footer .footer_bottom .wrap .distribute img {
  width: 92.46px;
  height: 38px;
  transform: translateY(-5px);
}
@media (max-width: 1079px) {
  footer .footer_bottom .wrap {
    display: block;
  }
  footer .footer_bottom .wrap .copyright {
    padding-bottom: 20px;
  }
}
footer .footer_bottom .legal a {
  text-decoration: none;
}
footer .footer_bottom .legal a.network-home {
  background: no-repeat 16px 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.5%22%20height%3D%2217.411%22%20viewBox%3D%220%200%2017.5%2017.411%22%3E%3Cpath%20d%3D%22M17.5%2C9.005A8.724%2C8.724%2C0%2C0%2C0%2C9.423.3H8.167A8.8%2C8.8%2C0%2C0%2C0%2C0%2C9.005%2C8.673%2C8.673%2C0%2C0%2C0%2C8.167%2C17.71H9.244A8.685%2C8.685%2C0%2C0%2C0%2C17.5%2C9.005ZM8.795%2C16.454h0A13.347%2C13.347%2C0%2C0%2C1%2C7.09%2C12.415H10.41a11.921%2C11.921%2C0%2C0%2C1-1.615%2C4.038ZM6.821%2C11.069a15.212%2C15.212%2C0%2C0%2C1%2C0-4.038h3.859a15.212%2C15.212%2C0%2C0%2C1%2C0%2C4.038ZM1.346%2C9.005a7%2C7%2C0%2C0%2C1%2C.269-1.974H5.474a15.212%2C15.212%2C0%2C0%2C0%2C0%2C4.038H1.615A7.65%2C7.65%2C0%2C0%2C1%2C1.346%2C9.005ZM8.795%2C1.646h0A13.347%2C13.347%2C0%2C0%2C1%2C10.5%2C5.685H7.09A10%2C10%2C0%2C0%2C1%2C8.795%2C1.646Zm3.231%2C5.385h3.859a7.374%2C7.374%2C0%2C0%2C1%2C0%2C3.949H12.026A14.542%2C14.542%2C0%2C0%2C0%2C12.026%2C7.031Zm3.321-1.346h-3.5A15.178%2C15.178%2C0%2C0%2C0%2C10.5%2C1.826%2C7.744%2C7.744%2C0%2C0%2C1%2C15.346%2C5.685ZM7%2C1.826A28.012%2C28.012%2C0%2C0%2C0%2C5.654%2C5.685h-3.5A7.744%2C7.744%2C0%2C0%2C1%2C7%2C1.826ZM2.154%2C12.415h3.5A15.178%2C15.178%2C0%2C0%2C0%2C7%2C16.274%2C7.744%2C7.744%2C0%2C0%2C1%2C2.154%2C12.415ZM10.5%2C16.274a15.178%2C15.178%2C0%2C0%2C0%2C1.346-3.859h3.5A7.744%2C7.744%2C0%2C0%2C1%2C10.5%2C16.274Z%22%20transform%3D%22translate(0%20-0.3)%22%20fill%3D%22%23505d66%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 767px) {
  footer .footer_bottom .legal {
    text-align: left;
  }
  footer .footer_bottom .legal a {
    display: block;
    line-height: 2;
  }
  footer .footer_bottom .legal a.network-home {
    padding-left: 22px;
    background-position: 0 6px;
  }
}
@media (min-width: 768px) {
  footer .footer_bottom .legal {
    text-align: right;
  }
  footer .footer_bottom .legal a {
    margin-left: 20px;
  }
  footer .footer_bottom .legal a.network-home {
    padding-left: 22px;
    background-position: 0 2px;
  }
}

.home #contents {
  border: none;
}

/*------------------------------------------*/
#mv {
  padding: 0 0 16px;
}
#mv .slideshow .child {
  padding: 20px 0;
  margin: 0 16px;
  background: url("../images/mv_shadow.png") no-repeat center bottom/100% 20px;
}
@media (max-width: 767px) {
  #mv .slideshow .child {
    margin: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #mv .slideshow .child {
    padding: 40px 0;
    margin: 0 20px;
    background-size: 100% 40px;
  }
}
@media (min-width: 1000px) {
  #mv .slideshow .child {
    margin: 0 50px;
  }
}
#mv .slideshow .child a,
#mv .slideshow .child span {
  display: block;
  background: #fff;
  overflow: hidden;
}
#mv .slideshow .child a:hover {
  opacity: 1;
}
#mv .slideshow .child a:hover img {
  opacity: 0.6;
  transform: scale(1.01);
}
#mv .slideshow .child img {
  width: 100%;
  opacity: 1;
  transition: 0.3s;
  transform: scale(1);
}
@media (max-width: 767px) {
  #mv .slideshow .child img {
    height: 100vw;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  #mv .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #mv .slick-arrow.slick-prev, #mv .slick-arrow.slick-next {
    overflow: hidden;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    text-indent: -999em;
    z-index: 900;
    text-align: left;
    outline: none;
    display: block;
    line-height: 0;
  }
  #mv .slick-arrow.slick-prev {
    border-bottom: 5px solid #13161b;
    border-left: 5px solid #13161b;
    left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #mv .slick-arrow.slick-prev {
    left: 65px;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #mv .slick-arrow.slick-prev {
    left: 145px;
  }
}
@media (min-width: 768px) and (min-width: 1500px) {
  #mv .slick-arrow.slick-prev {
    left: 295px;
  }
}
@media (min-width: 768px) {
  #mv .slick-arrow.slick-next {
    border-top: 5px solid #13161b;
    border-right: 5px solid #13161b;
    right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #mv .slick-arrow.slick-next {
    right: 65px;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #mv .slick-arrow.slick-next {
    right: 145px;
  }
}
@media (min-width: 768px) and (min-width: 1500px) {
  #mv .slick-arrow.slick-next {
    right: 295px;
  }
}
#mv .slick-dots {
  padding: 0;
  text-align: center;
}
#mv .slick-dots li {
  padding: 0;
  list-style: none;
  display: inline-block;
  overflow: hidden;
  overflow: hidden;
}
#mv .slick-dots li:first-child:last-child {
  display: none;
}
#mv .slick-dots li button {
  opacity: 0;
}
@media (max-width: 767px) {
  #mv .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    border-radius: 10px;
    background-color: #7a8b98;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #mv .slick-dots li.slick-active {
    background: #13161b;
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  #mv .slick-dots {
    margin: -35px 0 0 0;
    height: 20px;
  }
  #mv .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 5px;
    border-radius: 100px;
    background: #7a8b98;
  }
  #mv .slick-dots li.slick-active {
    background: #13161b;
  }
}

/*
Sub Banner
*/
.sub-banner {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  max-width: 1424px;
  margin: 0 auto;
}
.sub-banner > a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  transition: opacity 0.3s;
}
.sub-banner > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 441px) {
  .sub-banner {
    grid-template-columns: repeat(auto-fit, minmax(198px, 1fr));
    gap: 10px 10px;
    padding: 40px 16px 0;
  }
  .sub-banner > a {
    padding-top: 36%;
    background-color: #333;
  }
}
@media (max-width: 440px) {
  .sub-banner {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 20px 16px 0;
  }
  .sub-banner > a {
    padding-top: 18%;
    background-color: #666;
  }
}

.productheader {
  background: #f1f3f5;
}
.productheader .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .productheader .inner {
    height: 55px;
  }
}
@media (min-width: 768px) {
  .productheader .inner {
    padding: 10px 16px;
  }
}
.productheader .label {
  display: flex;
  align-items: center;
}
.productheader .icon {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .productheader .icon {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .productheader .icon {
    width: 48px;
  }
}
.productheader .name {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .productheader .name {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .productheader .name {
    width: 150px;
  }
}
.productheader .anchor {
  display: flex;
  align-items: center;
  font-size: 14px;
  /* BuyNow */
}
@media (max-width: 767px) {
  .productheader .anchor ul {
    display: none;
  }
}
@media (min-width: 768px) {
  .productheader .anchor ul {
    margin: 0;
    padding: 0;
  }
  .productheader .anchor ul li {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  .productheader .anchor ul li a {
    text-decoration: none;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .productheader .anchor .btn {
    width: 80px;
    margin: 0 0 0 20px;
  }
  .productheader .anchor .btn .common_btn1 {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
  }
  .productheader .anchor .btn.download {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .productheader .anchor .btn {
    width: 130px;
    margin: 0 0 0 30px;
  }
  .productheader .anchor .btn .common_btn1 {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 3px;
  }
  .productheader .anchor .btn.download .common_btn1 {
    padding: 5px 10px;
  }
}

/*------------------------------------------*/
#prodcut_main {
  background: no-repeat top right/cover #f1f3f5;
  overflow: hidden;
  border-top: 3px solid #fff;
  min-height: 23vw;
  padding: 10vw 0;
  /*
  figure {
    margin:0 0 5vw;
    @media (min-width:$breakpoint){
      margin:0;
      float: right;
      width:60%;
    }
  }
  */
}
@media (min-width: 1100px) {
  #prodcut_main {
    background: no-repeat center right/cover;
    padding: 60px 0;
  }
}
#prodcut_main .text {
  margin-top: 42vw;
  text-shadow: 0 0 5px #f1f3f5, 0 0 5px #f1f3f5, 0 0 5px #f1f3f5, 0 0 5px #f1f3f5, 0 0 3px #f1f3f5, 0 0 3px #f1f3f5, 0 0 3px #f1f3f5, 0 0 3px #f1f3f5, 0 0 3px #f1f3f5, 0 0 3px #f1f3f5, 0 0 3px #f1f3f5;
  /*
  Customized color
  */
}
@media (min-width: 1100px) {
  #prodcut_main .text {
    width: 40%;
    min-height: 30vw;
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  #prodcut_main .text.with_bundle {
    min-height: 15vw;
  }
}
#prodcut_main .text .name {
  font-size: 30px;
  font-weight: bold;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #prodcut_main .text .name {
    font-size: 70px;
    line-height: 1;
  }
}
#prodcut_main .text p {
  margin: 10px 0 0 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  #prodcut_main .text p {
    font-size: 25px;
    margin: 30px 0 0 0;
  }
}
#prodcut_main .text.white {
  text-shadow: none;
  color: #fff;
}

/*------------------------------------------*/
#bundle {
  clear: both;
  padding-top: 10vw;
}
@media (min-width: 768px) {
  #bundle {
    padding-top: 60px;
  }
}
#bundle .frame {
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  background: #fff;
}
@media (min-width: 768px) {
  #bundle .frame {
    display: flex;
    align-items: stretch;
    padding: 0;
  }
}
#bundle .total {
  text-align: center;
}
@media (min-width: 768px) {
  #bundle .total {
    width: 45%;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid #f1f1f1;
    padding: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 1100px) {
  #bundle .total {
    width: 35%;
  }
}
#bundle .total .individual {
  line-height: 1.2;
}
#bundle .total b {
  font-size: 15px;
}
#bundle .total .del {
  font-size: 40px;
  line-height: 1;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  text-decoration: line-through;
}
#bundle .bulk {
  margin: 10px 0 0 0;
  font-size: 11px;
  color: #aaa;
}
#bundle ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #bundle ul {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    order: 1;
  }
}
@media (min-width: 1100px) {
  #bundle ul {
    width: 65%;
  }
}
#bundle ul li {
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  list-style: none;
  border-top: 1px solid #f1f1f1;
}
@media (min-width: 768px) {
  #bundle ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 1100px) {
  #bundle ul li {
    width: 50%;
    border-top: none;
    border-bottom: 1px solid #f1f1f1;
  }
  #bundle ul li:nth-of-type(2n + 1) {
    border-right: 1px solid #f1f1f1;
  }
}
#bundle ul li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  #bundle ul li a {
    padding: 20px;
  }
}
#bundle ul li a:hover .name .icon {
  transform: scale(1.03);
}
#bundle ul li .name {
  display: flex;
  align-items: center;
  width: auto;
  font-size: 16px;
}
#bundle ul li .name .icon {
  display: block;
  width: 30px;
  margin-right: 10px;
  transition: 0.3s;
  transform: scale(1);
}
@media (min-width: 768px) {
  #bundle ul li .name .icon {
    width: 60px;
  }
}
#bundle ul li .name strong {
  display: block;
  width: calc(100% - 40px);
  line-height: 1.3;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
@media (min-width: 768px) {
  #bundle ul li .name strong {
    font-size: 15px;
    width: calc(100% - 70px);
  }
}
#bundle ul li .price {
  text-align: right;
  line-height: 1.3;
  white-space: nowrap;
  padding-left: 10px;
}
#bundle ul li .price b {
  font-size: 20px;
  line-height: 1;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
@media (min-width: 768px) {
  #bundle ul li .price b {
    font-size: 24px;
  }
}
#bundle ul li .price span {
  display: block;
  font-size: 10px;
}

/*------------------------------------------*/
.functionlist {
  margin: 0 -16px;
  padding: 0;
}
@media (min-width: 768px) {
  .functionlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
  }
  .functionlist:first-child {
    margin: -20px 0 0 0;
  }
}
.functionlist .child {
  margin: 0;
  padding: 5px 16px;
  list-style: none;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 768px) {
  .functionlist .child {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .functionlist .child {
    width: calc((100% - 20px) / 2);
  }
}
.functionlist .child > a, .functionlist .child > span {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .functionlist .child > a, .functionlist .child > span {
    padding: 30px;
    overflow: hidden;
  }
}
.functionlist .child a:hover figure img {
  transform: scale(1.03);
}
.functionlist .child figure {
  padding: 0;
  margin: 0 0 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .functionlist .child figure {
    padding: 0;
    width: calc(30% - 20px);
    float: right;
    margin: 0 0 0 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 1100px) {
  .functionlist .child figure {
    width: calc(50% - 20px);
  }
}
.functionlist .child figure img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}
.functionlist .child .text {
  text-align: left;
}
@media (min-width: 768px) {
  .functionlist .child .text {
    width: 70%;
  }
}
@media (min-width: 1100px) {
  .functionlist .child .text {
    width: 50%;
  }
}
.functionlist .child em {
  font-style: normal;
  color: #999;
}
.functionlist .child h3 {
  display: block;
  font-size: 18px;
  margin: 0 0 0px;
}
.functionlist .child p {
  margin: 5px 0;
  padding: 0;
}
.functionlist .child .read {
  font-weight: bold;
}

/*------------------------------------------*/
.movielist {
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .movielist {
    display: flex;
    justify-content: center;
    margin: 0 0 0 -20px;
  }
}
.movielist .child {
  margin: 0;
  padding: 5px 16px;
  list-style: none;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .movielist .child {
    width: calc((100% - 60px) / 3);
    padding: 0;
    margin: 0 0 0 20px;
  }
}
.movielist .child .child_inner {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .movielist .child .child_inner {
    padding: 0 0 10px;
    border-radius: 0;
  }
}
.movielist .child strong {
  display: block;
  font-size: 18px;
  margin: 10px 0 0px;
}
@media (min-width: 768px) {
  .movielist .child strong {
    padding: 0 20px;
  }
}
.movielist .child p {
  margin: 0 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .movielist .child p {
    padding: 0 20px;
  }
}

/*------------------------------------------*/
#example h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
#example p {
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
#example .playlist iframe {
  width: 100%;
  height: 300px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #example .playlist iframe {
    height: 450px;
    margin-top: 30px;
  }
}
#example .balist iframe {
  width: 100%;
  height: 100px;
}
@media (min-width: 768px) {
  #example .balist iframe {
    height: 150px;
    margin-top: 5px;
  }
}
#example .balist strong {
  font-weight: bold;
  display: block;
}
#example .balist .before {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #example .balist .before {
    float: left;
    width: calc(50% - 10px);
  }
}
#example .balist .after {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #example .balist .after {
    float: right;
    width: calc(50% - 10px);
  }
}
#example .balist .child {
  margin-top: 5vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  #example .balist .child {
    margin-top: 40px;
  }
}
#example .balist .child:nth-of-type(n + 2) {
  display: none;
}
#example .batoggle {
  margin-top: 5vw;
  width: 90%;
  max-width: 300px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 768px) {
  #example .batoggle {
    margin-top: 40px;
  }
}

/*------------------------------------------*/
.productlist2 {
  margin: 0 -16px;
  padding: 0;
}
@media (min-width: 768px) {
  .productlist2 {
    display: flex;
    justify-content: center;
    margin: 60px 0 0 -20px;
  }
}
.productlist2 .child {
  margin: 0;
  padding: 5px 16px;
  list-style: none;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 768px) {
  .productlist2 .child {
    width: calc((100% - 60px) / 3);
    padding: 0;
    margin: 0 0 0 20px;
  }
}
.productlist2 .child .child_inner {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 16px 190px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .productlist2 .child .child_inner {
    padding: 20px 16px 200px;
  }
}
@media (min-width: 1100px) {
  .productlist2 .child .child_inner {
    padding: 20px 20px 140px;
  }
}
.productlist2 .child figure {
  padding: 0 10%;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .productlist2 .child figure {
    padding: 0 10%;
    margin: 0 0 20px;
  }
}
.productlist2 .child strong {
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
}
.productlist2 .child p {
  margin: 0;
}
.productlist2 .child .price_wrap {
  letter-spacing: 0;
  position: absolute;
  bottom: 115px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1100px) {
  .productlist2 .child .price_wrap {
    bottom: 65px;
    height: 60px;
  }
}
.productlist2 .child .price_wrap .price {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .productlist2 .child .price_wrap .price {
    font-size: 14px;
  }
}
.productlist2 .child .price_wrap .price span {
  font-size: 30px;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
@media (min-width: 768px) {
  .productlist2 .child .price_wrap .price span {
    font-size: 20px;
  }
}
.productlist2 .child .price_wrap .off {
  color: #7a8b98;
  line-height: 1.3;
  font-size: 13px;
}
.productlist2 .child .price_wrap .off span {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .productlist2 .child .price_wrap .off span {
    display: block;
  }
}
@media (min-width: 1100px) {
  .productlist2 .child .price_wrap .off span {
    display: inline-block;
  }
}
.productlist2 .child .btns {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .productlist2 .child .btns {
    bottom: 20px;
  }
}
@media (min-width: 1100px) {
  .productlist2 .child .btns a {
    display: inline-table;
    margin: 0 5px;
  }
}

#edition .modalopen {
  margin-top: 3vw;
}
@media (min-width: 768px) {
  #edition .modalopen {
    margin-top: 40px;
    width: 250px;
  }
}

.edition_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.edition_modal .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.edition_modal .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  max-height: 90%;
  max-width: 90%;
}
.edition_modal .frame .title {
  background: #13161b;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 768px) {
  .edition_modal .frame .title {
    font-size: 18px;
    padding: 15px;
  }
}
.edition_modal .frame .frameinner {
  border-radius: 0 0 8px 8px;
  overflow-y: auto;
  background: #fff;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .edition_modal .frame .frameinner {
    font-size: 13px;
    padding: 0 50px;
  }
}
.edition_modal .frame .frameinner table {
  width: 100%;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .edition_modal .frame .frameinner table {
    margin: 40px 0;
  }
}
.edition_modal .frame .frameinner table thead th {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  line-height: 1.3;
}
.edition_modal .frame .frameinner table tbody th {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  line-height: 1.5;
}
.edition_modal .frame .frameinner table tbody th em {
  background: #13161b;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  border-radius: 100px;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.edition_modal .frame .frameinner table tbody td {
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
@media (min-width: 768px) {
  .edition_modal .frame .frameinner table tbody td {
    font-size: 15px;
  }
}
.edition_modal .frame .frameinner table + p {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .edition_modal .frame .frameinner table + p {
    margin: -20px 0 40px;
  }
}
.edition_modal .frame .modalclose {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .edition_modal .frame .modalclose {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
.edition_modal .frame .modalclose:before, .edition_modal .frame .modalclose:after {
  content: "";
  background: #13161b;
  width: 13px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 768px) {
  .edition_modal .frame .modalclose:before, .edition_modal .frame .modalclose:after {
    width: 20px;
  }
}
.edition_modal .frame .modalclose:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*------------------------------------------*/
.product_suite {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product_suite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
}
.product_suite figure {
  padding: 0 10%;
  margin: 0 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .product_suite figure {
    padding: 0;
    margin: 0;
    width: calc(50% - 20px);
    order: 2;
  }
}
@media (min-width: 768px) {
  .product_suite .text {
    width: 50%;
    order: 1;
  }
}
.product_suite em {
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .product_suite em {
    font-size: 15px;
  }
}
.product_suite strong {
  display: block;
  font-size: 30px;
  margin: 0 0 10px;
  line-height: 1.1;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
@media (min-width: 768px) {
  .product_suite strong {
    font-size: 45px;
    margin: 0 0 30px;
  }
}
.product_suite p {
  margin: 0;
}
.product_suite .price_wrap {
  margin-top: 5px;
  letter-spacing: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product_suite .price_wrap .price {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .product_suite .price_wrap .price {
    font-size: 14px;
  }
}
@media (min-width: 1100px) {
  .product_suite .price_wrap .price {
    font-size: 16px;
  }
}
.product_suite .price_wrap .price span {
  font-size: 30px;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
@media (min-width: 768px) {
  .product_suite .price_wrap .price span {
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  .product_suite .price_wrap .price span {
    font-size: 32px;
  }
}
.product_suite .price_wrap .off {
  color: #7a8b98;
  line-height: 1.3;
  font-size: 13px;
}
.product_suite .price_wrap .off span {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .product_suite .price_wrap .off span {
    display: block;
  }
}
@media (min-width: 1100px) {
  .product_suite .price_wrap .off span {
    display: inline-block;
  }
}
.product_suite .btns {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .product_suite .btns {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .product_suite .btns a {
    display: inline-table;
    margin: 0 10px 0 0;
  }
}

/*------------------------------------------*/
#system h2 {
  text-align: left;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#system dl {
  margin: 0;
  padding: 0;
}
#system dl dt {
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}
#system dl dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

/*------------------------------------------*/
.products_archive_list {
  margin: -16px 0 0 0;
}
@media (min-width: 768px) {
  .products_archive_list {
    display: flex;
    justify-content: center;
    margin: -20px 0 0 -20px;
    flex-wrap: wrap;
  }
}
.products_archive_list .child {
  margin: 16px 0 0 0;
  padding: 5px 16px;
  list-style: none;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .products_category_list .products_archive_list .child:nth-of-type(n + 4) {
    display: none;
  }
}
@media (min-width: 768px) {
  .products_archive_list .child {
    width: calc((100% - 60px) / 3);
    padding: 0;
    margin: 20px 0 0 20px;
  }
}
.products_archive_list .child a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .products_archive_list .child a {
    padding: 0 0 25px;
  }
}
.products_archive_list .child a:hover img {
  transform: scale(1.03);
}
.products_archive_list .child figure {
  overflow: hidden;
  padding: 0;
}
.tax-products_category .products_archive_list .child figure, .post-type-archive-products .products_archive_list .child figure {
  /*padding:0px 10% 0;*/
}
@media (min-width: 768px) {
  .products_archive_list .child figure {
    padding: 0;
  }
  .tax-products_category .products_archive_list .child figure, .post-type-archive-products .products_archive_list .child figure {
    /*padding:16px 10% 0;*/
  }
}
.products_archive_list .child figure img {
  width: 100%;
  transition: 0.6s cubic-bezier(0.11, 0.5, 0.61, 0.91);
}
.products_archive_list .child strong {
  display: block;
  font-size: 18px;
  margin: 10px 0 0px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .products_archive_list .child strong {
    padding: 0 20px;
    margin: 20px 0 10px;
  }
}
.products_archive_list .child p {
  margin: 0 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .products_archive_list .child p {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .products_archive_list .child .common_btn1 {
    margin-top: 15px;
  }
}
.products_archive_list + .btn a {
  margin-top: 5vw;
  width: 90%;
  max-width: 300px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .products_archive_list + .btn a {
    margin-top: 40px;
  }
}

/*------------------------------------------*/
.products_all_list .inner {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .products_all_list .inner {
    display: flex;
    justify-content: space-between;
  }
}
.products_all_list dl {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .products_all_list dl {
    width: calc(25% - 30px);
  }
}
.products_all_list dl dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
}
@media (max-width: 767px) {
  .products_all_list dl dt {
    border-bottom: 1px solid #eee;
    padding: 16px;
  }
  .products_all_list dl dt::before, .products_all_list dl dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 2px;
    height: 14px;
    background: #13161b;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .products_all_list dl dt:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .products_all_list dl dt.active::before {
    height: 2px;
  }
}
.products_all_list dl dd {
  margin: 0;
  padding: 0;
  display: none;
}
.products_all_list dl dd.sns_dd {
  display: block !important;
}
@media (min-width: 768px) {
  .products_all_list dl dd {
    display: block !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    font-size: 13px;
  }
}
.products_all_list dl dd ul {
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .products_all_list dl dd ul {
    padding: 0;
  }
}
.products_all_list dl dd ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products_all_list dl dd ul li a {
  display: block;
  color: #7a8b98;
  padding: 5px 0 5px 32px;
}
@media (min-width: 768px) {
  .products_all_list dl dd ul li a {
    display: inline-block;
    padding: 3px 0;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*
Variables
*/
/*
Mixin
*/
.izotopian_content {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.izotopian_content section {
  margin: 0;
  padding: 0;
}
.izotopian_content .image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.28019324%;
}
.izotopian_content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  content-visibility: auto;
}
.izotopian_content button[name=logout] {
  position: absolute;
  background: none;
  border: none;
}
.izotopian_content button[name=logout]::after {
  position: absolute;
  top: 2px;
  right: 0;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5%22%20height%3D%2217.6%22%20viewBox%3D%220%200%2019.5%2017.6%22%3E%3Cpath%20d%3D%22M11.8%2C12a.789.789%2C0%2C0%2C0-.8.8v2A1.216%2C1.216%2C0%2C0%2C1%2C9.8%2C16h-7a1.216%2C1.216%2C0%2C0%2C1-1.2-1.2V2.8A1.216%2C1.216%2C0%2C0%2C1%2C2.8%2C1.6h7A1.216%2C1.216%2C0%2C0%2C1%2C11%2C2.8v2a.789.789%2C0%2C0%2C0%2C.8.8.736.736%2C0%2C0%2C0%2C.8-.8v-2A2.8%2C2.8%2C0%2C0%2C0%2C9.8%2C0h-7A2.734%2C2.734%2C0%2C0%2C0%2C0%2C2.8v12a2.8%2C2.8%2C0%2C0%2C0%2C2.8%2C2.8h7a2.8%2C2.8%2C0%2C0%2C0%2C2.8-2.8v-2C12.5%2C12.3%2C12.2%2C12%2C11.8%2C12Z%22%2F%3E%3Cpath%20d%3D%22M19.3%2C8.2h0l-3-3a.778.778%2C0%2C0%2C0-1.1%2C1.1L16.9%2C8H4.8a.736.736%2C0%2C0%2C0-.8.8.736.736%2C0%2C0%2C0%2C.8.8H17l-1.7%2C1.7a.785.785%2C0%2C0%2C0%2C0%2C1.1.725.725%2C0%2C0%2C0%2C1%2C0l3-3h0a.52.52%2C0%2C0%2C0%2C.2-.4V8.8h0A1.072%2C1.072%2C0%2C0%2C0%2C19.3%2C8.2Z%22%2F%3E%3C%2Fsvg%3E");
}
.izotopian_content button[name=logout]:hover {
  text-decoration: underline;
}
.izotopian_content .button {
  display: block;
  background: rgb(0, 190, 180);
  background: linear-gradient(328deg, rgb(0, 190, 180) 0%, rgb(40, 193, 120) 100%);
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.izotopian_content.login {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
}
.izotopian_content.login .login_window {
  background-color: #fff;
  text-align: center;
}
.izotopian_content.login .login_window .__inner {
  display: grid;
  place-items: center;
  margin: 0 auto;
}
.izotopian_content.login .login_window .__inner .icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: rgb(0, 190, 180);
  background: linear-gradient(328deg, rgb(0, 190, 180) 0%, rgb(40, 193, 120) 100%);
}
.izotopian_content.login .login_window .__inner .icon svg {
  fill: #fff;
  width: 36px;
  height: auto;
}
.izotopian_content.login .login_window .__inner .caption {
  margin: 0;
  font-size: 12px;
  line-height: 21px;
}
.izotopian_content.login .login_window .__inner .post_password {
  width: 100%;
  max-width: 382px;
  padding: 28px 0 0;
}
.izotopian_content.login .login_window .__inner .post_password input {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
}
.izotopian_content.login .login_window .__inner .post_password input[name=post_password] {
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s;
}
.izotopian_content.login .login_window .__inner .post_password input[name=post_password]::placeholder {
  color: #7a8b98;
  transition: color 0.3s;
}
.izotopian_content.login .login_window .__inner .post_password input[name=post_password]:focus {
  border: 1px solid #000;
}
.izotopian_content.login .login_window .__inner .post_password input[name=post_password]:focus::placeholder {
  color: transparent;
}
.izotopian_content.login .login_window .__inner .post_password input[name=submit] {
  border: none;
  border-radius: 24px;
  background: rgb(0, 190, 180);
  background: linear-gradient(328deg, rgb(0, 190, 180) 0%, rgb(40, 193, 120) 100%);
  color: #fff;
}
.izotopian_content.index .the_title {
  position: relative;
}
.izotopian_content.index .the_title .page_title {
  margin: 0 auto 10px;
  padding: 0;
  font-weight: normal;
  line-height: 1;
}
.izotopian_content.index .the_title .caption {
  margin: 0;
}
.izotopian_content.post .the_post {
  padding: 60px 0;
}
.izotopian_content.post .the_post .tag {
  display: inline-block;
  padding: 5px 10px;
  background: #13161b;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.izotopian_content.post .the_post .title {
  font-weight: bold;
}
.izotopian_content.post .the_post iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  .page-izotopian #breadcrumbs {
    display: none;
  }
  .page-izotopian .izotopian_content button[name=logout],
  .single-izotopian .izotopian_content button[name=logout] {
    top: 75px;
    right: 2%;
    padding-right: 24px;
  }
  .page-izotopian .izotopian_content .button,
  .single-izotopian .izotopian_content .button {
    width: 70%;
    max-width: 244px;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
  }
  .page-izotopian .izotopian_content.login,
  .single-izotopian .izotopian_content.login {
    display: grid;
    place-items: center;
    width: 100%;
    height: calc(100vh - 50px);
    min-height: 584px;
    margin: 0;
    padding: 0;
    background-image: url("/shared/images/izotopian/mobile/background@2x.jpg?{$updateAt}");
    background-size: cover;
    background-position: center;
  }
  @supports (-webkit-touch-callout: none) {
    .page-izotopian .izotopian_content.login,
    .single-izotopian .izotopian_content.login {
      height: -webkit-fill-available;
    }
  }
  .page-izotopian .izotopian_content.login .login_window,
  .single-izotopian .izotopian_content.login .login_window {
    overflow: hidden;
    width: 92%;
    background-color: #fff;
    text-align: center;
  }
  .page-izotopian .izotopian_content.login .login_window .__inner,
  .single-izotopian .izotopian_content.login .login_window .__inner {
    width: 90%;
    padding: 60px 0;
  }
  .page-izotopian .izotopian_content.login .login_window .__inner .title,
  .single-izotopian .izotopian_content.login .login_window .__inner .title {
    margin: 13px auto 24px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
  }
  .page-izotopian .izotopian_content.index,
  .single-izotopian .izotopian_content.index {
    width: 96%;
    margin: 0 auto;
  }
  .page-izotopian .izotopian_content.index .the_title,
  .single-izotopian .izotopian_content.index .the_title {
    padding: 70px 0 60px;
  }
  .page-izotopian .izotopian_content.index .the_title .page_title,
  .single-izotopian .izotopian_content.index .the_title .page_title {
    font-size: 32px;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest, .page-izotopian .izotopian_content.index .postlist.__archives,
  .single-izotopian .izotopian_content.index .postlist.__latest,
  .single-izotopian .izotopian_content.index .postlist.__archives {
    padding: 0;
    text-decoration: none;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest .caption, .page-izotopian .izotopian_content.index .postlist.__archives .caption,
  .single-izotopian .izotopian_content.index .postlist.__latest .caption,
  .single-izotopian .izotopian_content.index .postlist.__archives .caption {
    position: relative;
    padding: 20px 0 0;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest .caption .title, .page-izotopian .izotopian_content.index .postlist.__archives .caption .title,
  .single-izotopian .izotopian_content.index .postlist.__latest .caption .title,
  .single-izotopian .izotopian_content.index .postlist.__archives .caption .title {
    margin: 0;
    padding: 0 0 20px;
    font-size: 26px;
    line-height: 1.4;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest,
  .single-izotopian .izotopian_content.index .postlist.__latest {
    margin-bottom: 60px;
  }
  .page-izotopian .izotopian_content.index .postlist.__archives article,
  .single-izotopian .izotopian_content.index .postlist.__archives article {
    margin-bottom: 60px;
  }
  .page-izotopian .izotopian_content.post button[name=logout],
  .single-izotopian .izotopian_content.post button[name=logout] {
    top: 120px;
  }
  .page-izotopian .izotopian_content.post .the_post,
  .single-izotopian .izotopian_content.post .the_post {
    padding: 60px 0;
  }
  .page-izotopian .izotopian_content.post .the_post .title,
  .single-izotopian .izotopian_content.post .the_post .title {
    margin: 20px auto 0 0;
    font-size: 26px;
    line-height: 1.4;
  }
  .page-izotopian .izotopian_content.post .the_post .meta,
  .single-izotopian .izotopian_content.post .the_post .meta {
    padding-bottom: 20px;
  }
  .page-izotopian .izotopian_content.post .the_post .the_content .button,
  .single-izotopian .izotopian_content.post .the_post .the_content .button {
    margin: 20px auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page-izotopian #breadcrumbs {
    display: none;
  }
  .page-izotopian #breadcrumbs .inner,
  .single-izotopian #breadcrumbs .inner {
    padding-right: 100px;
  }
  .page-izotopian .izotopian_content button[name=logout],
  .single-izotopian .izotopian_content button[name=logout] {
    top: 100px;
    right: 16px;
    padding-right: 24px;
  }
  .page-izotopian .izotopian_content .button,
  .single-izotopian .izotopian_content .button {
    width: 244px;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
  }
  .page-izotopian .izotopian_content.login,
  .single-izotopian .izotopian_content.login {
    width: 100%;
    height: 760px;
    background-image: url("/shared/images/izotopian/desktop/background.jpg?{$updateAt}");
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (min-resolution: 144dpi) {
  .page-izotopian .izotopian_content.login,
  .single-izotopian .izotopian_content.login {
    background-image: url("/shared/images/izotopian/desktop/background@2x.jpg?{$updateAt}");
  }
}
@media screen and (min-width: 768px) {
  .page-izotopian .izotopian_content.login .login_window,
  .single-izotopian .izotopian_content.login .login_window {
    width: 560px;
  }
  .page-izotopian .izotopian_content.login .login_window .__inner,
  .single-izotopian .izotopian_content.login .login_window .__inner {
    width: 75%;
    padding: 64px 0;
  }
  .page-izotopian .izotopian_content.login .login_window .__inner .title,
  .single-izotopian .izotopian_content.login .login_window .__inner .title {
    margin: 13px auto 24px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
  }
  .page-izotopian .izotopian_content.index,
  .single-izotopian .izotopian_content.index {
    width: 100%;
    max-width: 1424px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .page-izotopian .izotopian_content.index .the_title,
  .single-izotopian .izotopian_content.index .the_title {
    padding: 90px 0 70px;
  }
  .page-izotopian .izotopian_content.index .the_title .page_title,
  .single-izotopian .izotopian_content.index .the_title .page_title {
    font-size: 40px;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest,
  .single-izotopian .izotopian_content.index .postlist.__latest {
    display: block;
    padding: 0 0 80px 0;
    text-decoration: none;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest .caption,
  .single-izotopian .izotopian_content.index .postlist.__latest .caption {
    padding-top: 20px;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest .caption .title,
  .single-izotopian .izotopian_content.index .postlist.__latest .caption .title {
    margin: 0;
    padding: 0 0 20px;
    font-size: 48px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .page-izotopian .izotopian_content.index .postlist.__latest,
  .single-izotopian .izotopian_content.index .postlist.__latest {
    display: grid;
    grid-template-columns: 50% 1fr;
    align-items: center;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest .caption,
  .single-izotopian .izotopian_content.index .postlist.__latest .caption {
    position: relative;
    padding-left: 16px;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest .caption .date,
  .single-izotopian .izotopian_content.index .postlist.__latest .caption .date {
    position: absolute;
    left: 16px;
    top: 0;
  }
  .page-izotopian .izotopian_content.index .postlist.__latest .caption .title,
  .single-izotopian .izotopian_content.index .postlist.__latest .caption .title {
    margin: 0;
    padding: 7% 0 4%;
    font-size: 3.5vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .page-izotopian .izotopian_content.index .postlist.__archives,
  .single-izotopian .izotopian_content.index .postlist.__archives {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 80px;
    column-gap: 16px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .page-izotopian .izotopian_content.index .postlist.__archives,
  .single-izotopian .izotopian_content.index .postlist.__archives {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .page-izotopian .izotopian_content.index .postlist.__archives article,
  .single-izotopian .izotopian_content.index .postlist.__archives article {
    display: flex;
    flex-direction: column;
  }
  .page-izotopian .izotopian_content.index .postlist.__archives .caption,
  .single-izotopian .izotopian_content.index .postlist.__archives .caption {
    padding-top: 20px;
  }
  .page-izotopian .izotopian_content.index .postlist.__archives .caption .title,
  .single-izotopian .izotopian_content.index .postlist.__archives .caption .title {
    margin: 0;
    padding: 0 0 20px;
  }
  .page-izotopian .izotopian_content.index .postlist.__archives .button,
  .single-izotopian .izotopian_content.index .postlist.__archives .button {
    margin-top: auto;
  }
  .page-izotopian .izotopian_content.post button[name=logout],
  .single-izotopian .izotopian_content.post button[name=logout] {
    top: 100px;
  }
  .page-izotopian .izotopian_content.post .the_post,
  .single-izotopian .izotopian_content.post .the_post {
    padding: 60px 0;
  }
  .page-izotopian .izotopian_content.post .the_post .title,
  .single-izotopian .izotopian_content.post .the_post .title {
    margin-top: 10px;
    font-size: 48px;
    line-height: 1.2;
  }
  .page-izotopian .izotopian_content.post .the_post .meta,
  .single-izotopian .izotopian_content.post .the_post .meta {
    padding-bottom: 60px;
  }
  .page-izotopian .izotopian_content.post .the_post .the_content,
  .single-izotopian .izotopian_content.post .the_post .the_content {
    width: 100%;
    max-width: 828px;
  }
  .page-izotopian .izotopian_content.post .the_post .the_content .button,
  .single-izotopian .izotopian_content.post .the_post .the_content .button {
    margin: 60px auto 20px 0;
  }
}
/*
Cookie Banner
Build: 2022.03.29
*/
.cookie_banner {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  background-color: #7a8b98;
  color: #fff;
  transform: translate(0, 100%);
  transition: transform 0.3s ease-out;
}
.cookie_banner.__active {
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .cookie_banner {
    display: flex;
    align-items: center;
  }
}
.cookie_banner .layout {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 767px) {
  .cookie_banner .layout {
    flex-direction: column;
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .cookie_banner .layout {
    max-width: 980px;
    padding: 40px 0;
  }
}
.cookie_banner .layout .message {
  flex: 1;
}
.cookie_banner .layout .message p {
  margin: 0;
}
.cookie_banner .layout .message p a {
  color: #fff;
  text-decoration: underline;
}
.cookie_banner .layout .buttons .accept_cookie_button {
  display: block;
  width: 140px;
  height: 40px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 36px;
}
@media (max-width: 767px) {
  .cookie_banner .layout .buttons .accept_cookie_button {
    margin: 10px auto 0;
  }
}
@media (min-width: 768px) {
  .cookie_banner .layout .buttons {
    width: 140px;
    margin-left: 20px;
  }
}

/*
Variables
*/
/*
Mixin
*/
/*
Variables
*/
.page-search .section {
  padding: 0;
}
@media (max-width: 799px) {
  .page-search .section .search--header {
    height: 64px;
  }
}
@media (min-width: 800px) {
  .page-search .section .search--header {
    height: 120px;
  }
}
.page-search .section .search--header .title {
  margin: 0;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: normal;
  color: #34424c;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 799px) {
  .page-search .section .search--header .title {
    font-size: 14px;
    line-height: 1;
  }
}
@media (min-width: 800px) {
  .page-search .section .search--header .title {
    font-size: 20px;
  }
}
.page-search .section .search--header .title .total {
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 799px) {
  .page-search .section .search--header .title .total {
    font-size: 52px;
  }
}
@media (min-width: 800px) {
  .page-search .section .search--header .title .total {
    font-size: 72px;
  }
}
.page-search .section .search--header .title .query {
  margin-left: 10px;
  font-weight: bold;
}
.page-search .section .search--contents {
  background-color: #f1f3f5;
  padding: 40px 0;
}
.page-search .section .search--contents .inner {
  display: grid;
}
@media (max-width: 799px) {
  .page-search .section .search--contents .inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
  }
}
@media (min-width: 800px) {
  .page-search .section .search--contents .inner {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 2vw;
  }
}
.page-search .section .search--contents .inner .item {
  background-color: #fff;
  text-decoration: none;
}
.page-search .section .search--contents .inner .item .image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 65.78947368%;
  background-color: #ededed;
}
.page-search .section .search--contents .inner .item .image-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 799px) {
  .page-search .section .search--contents .inner .item .description {
    padding: 20px 10px;
  }
}
@media (min-width: 800px) {
  .page-search .section .search--contents .inner .item .description {
    padding: 30px 20px;
  }
}
.page-search .section .search--contents .inner .item .description .title {
  margin: 0 auto 10px 0;
  padding: 0;
  font-weight: bold;
  color: #34424c;
  line-height: 1.3;
}
@media (max-width: 799px) {
  .page-search .section .search--contents .inner .item .description .title {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  .page-search .section .search--contents .inner .item .description .title {
    font-size: 20px;
  }
}
.page-search .section .search--contents .inner .item .description .text {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #34424c;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 799px) {
  .page-search .section .search--contents .inner .item .description .text {
    font-size: 12px;
  }
}
@media (min-width: 800px) {
  .page-search .section .search--contents .inner .item .description .text {
    height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.page-search .section .search--contents .inner .item.type__content .description .title {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.8;
}
@media (max-width: 799px) {
  .page-search .section .search--contents .inner .item.type__content .description .title {
    font-size: 14px;
  }
}
@media (min-width: 800px) {
  .page-search .section .search--contents .inner .item.type__content .description .title {
    font-size: 16px;
  }
}
.page-search .section .search--pagenation {
  background-color: #f1f3f5;
  padding: 20px 0 50px;
}
.page-search .section .search--pagenation .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-search .section .search--pagenation .inner .page {
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  font-family: korolev, -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: normal;
  color: #34424c;
  text-align: center;
}
.page-search .section .search--pagenation .inner .page.prev {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.539%22%20height%3D%2213.625%22%20viewBox%3D%220%200%207.539%2013.625%22%3E%3Cpath%20d%3D%22M7.3%2C6.2l-6-6A.785.785%2C0%2C0%2C0%2C.2.2a.785.785%2C0%2C0%2C0%2C0%2C1.1L5.7%2C6.8.2%2C12.3a.785.785%2C0%2C0%2C0%2C0%2C1.1.764.764%2C0%2C0%2C0%2C.5.2.764.764%2C0%2C0%2C0%2C.5-.2l6-6A.826.826%2C0%2C0%2C0%2C7.3%2C6.2Z%22%20transform%3D%22translate(0.025%200.025)%22%20fill%3D%22%237a8b98%22%2F%3E%3C%2Fsvg%3E");
  background-size: 10px 10px;
  background-position: center;
  transform: scale(-1, 1);
}
.page-search .section .search--pagenation .inner .page.next {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.539%22%20height%3D%2213.625%22%20viewBox%3D%220%200%207.539%2013.625%22%3E%3Cpath%20d%3D%22M7.3%2C6.2l-6-6A.785.785%2C0%2C0%2C0%2C.2.2a.785.785%2C0%2C0%2C0%2C0%2C1.1L5.7%2C6.8.2%2C12.3a.785.785%2C0%2C0%2C0%2C0%2C1.1.764.764%2C0%2C0%2C0%2C.5.2.764.764%2C0%2C0%2C0%2C.5-.2l6-6A.826.826%2C0%2C0%2C0%2C7.3%2C6.2Z%22%20transform%3D%22translate(0.025%200.025)%22%20fill%3D%22%237a8b98%22%2F%3E%3C%2Fsvg%3E");
  background-size: 10px 10px;
  background-position: center;
}
.page-search .section .search--pagenation .inner .page.__current {
  background-color: #34424c;
  color: #fff;
}
.page-search .section .search--pagenation .inner .page.__invalid {
  opacity: 0;
}
@media (max-width: 799px) {
  .page-search .section .search--pagenation .inner .page {
    width: 36px;
    height: 36px;
    margin: 0 3px;
    font-size: 14px;
    line-height: 34px;
  }
}
@media (min-width: 800px) {
  .page-search .section .search--pagenation .inner .page {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    font-size: 18px;
    line-height: 38px;
  }
}
