@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll;
}

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

a {
  box-sizing: border-box;
}

dt, th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

section, figure, aside, header, footer, main, nav {
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
01share style
-------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}

body {
  font-family: "Segoe UI", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  font-weight: 400;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}

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

a {
  color: #333333;
}

a:not([href^="tel:"]) {
  transition: 0.2s;
}
a:not([href^="tel:"]):hover {
  text-decoration: none;
  opacity: 0.4;
}

a[href^="tel:"] {
  cursor: default;
}

/* ---------------------------
l-header
--------------------------- */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.4s;
  color: #fff;
  background: #000;
}
.l-header a {
  color: #fff;
}
#cat-home .l-header, #cat-product.page-index .l-header {
  background: none;
}
#cat-home.scrolled .l-header, #cat-product.page-index.scrolled .l-header {
  background: #000;
}
.l-header-clear {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-header-logo {
  line-height: 1;
}
.l-header-col2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header-icons {
  display: flex;
}
.l-header-icons-item {
  position: relative;
}
.l-header-icons-item .num {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  position: absolute;
  right: -10px;
  top: 0;
  border-radius: 50%;
  color: #fff;
  background: #c62828;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  min-width: 2em;
  min-height: 2em;
}

/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  color: #d6d6d6;
  background: #000;
  position: relative;
}
.l-footer a {
  color: #d6d6d6;
}
.l-footer-cats-btn {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.l-footer-cats-clear {
  display: flex;
}
.l-footer-links-item {
  font-size: 0.9rem;
}
.l-footer-snses {
  display: flex;
}
.l-footer-snses-item:not(:last-child) {
  margin-right: 30px;
}
.l-footer-snses-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.l-footer-links2 {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
}
.l-footer-links2-item:not(:last-child):after {
  content: "|";
  margin: 0 0.5em;
}
.l-footer-copyright {
  font-size: 0.8rem;
}
.l-footer-pagetop {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.l-footer-pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: #191919;
}
.l-footer-pagetop a img {
  width: 22px;
  transform: rotate(-90deg);
}

/* ---------------------------
l-post
--------------------------- */
.l-post-sub-sec-h {
  color: #c62828;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1.3em;
  padding-left: 1em;
}
.l-post-sub-sec-h:before, .l-post-sub-sec-h:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  transform: skewX(-40deg);
}
.l-post-sub-sec-h:before {
  left: 0;
  background: #cfefff;
}
.l-post-sub-sec-h:after {
  right: 0;
  width: 80%;
  background: #f3f2f0;
}
.l-post-subPosts {
  border-top: 1px solid #a8a8a8;
}
.l-post-subPosts-item {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #808080;
}
.l-post-subPosts-item a {
  padding-left: 40px;
}
.l-post-subPosts-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/base/ico_arrow_01_c1.svg") center no-repeat;
  background-size: contain;
}
.l-post-subPosts-date {
  color: #f5f5f5;
  font-size: 0.85rem;
}

/* ---------------------------
l-wrap
--------------------------- */
/* ---------------------------
btn
--------------------------- */
.m-btn01 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
}
.m-btn01 span {
  position: relative;
  z-index: 1;
}
.m-btn01:hover {
  text-decoration: none;
  opacity: 0.7;
}
.m-btn01.arrow-r:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url("../img/base/ico_arrow_01_wh.svg") center no-repeat;
  background-size: contain;
}
.m-btn01.arrow-r.u-c-c0:before {
  background-image: url("../img/base/ico_arrow_01_c0.svg");
}
.m-btn01.arrow-l:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
.m-btn02 {
  display: flex;
  align-items: center;
}
.m-btn02:before {
  content: "";
  display: block;
  border: 1px solid #c62828;
  background: url("../img/base/ico_arrow_01_c1.svg") center no-repeat;
  margin-right: 12px;
  border-radius: 50%;
}
.m-btn02.is-leftArrow:before {
  transform: scaleX(-1);
}
.m-btn02 span {
  font-size: 1.2rem;
}
.m-btn02.u-c-wh:before {
  border-color: #fff;
  background-image: url("../img/base/ico_arrow_01_wh.svg");
}
.m-btn02-wrap.is-center {
  display: flex;
  justify-content: center;
}

/* ---------------------------
btns1col
--------------------------- */
.m-btns1col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.m-btns1col.is-jcfs {
  flex-direction: row;
  justify-content: flex-start;
}
.m-btns1col-item:not(:last-child) {
  margin-bottom: 10px;
}
.m-btns1col-item .m-btn01 {
  height: 100%;
}

.m-alignRightBtn {
  display: flex;
  justify-content: flex-end;
}

.m-btns2col {
  display: flex;
  justify-content: space-between;
}
.m-btns2col.is-jcc {
  justify-content: center;
}
.m-btns2col-item {
  width: 49%;
}
.m-btns2col-item .m-btn01 {
  height: 100%;
}
.m-btns2col.is-autoSize .m-btns2col-item {
  width: auto;
}
.is-jcc .m-btns2col-item:not(:last-child) {
  margin-right: 2%;
}

.m-btns3col {
  display: flex;
  justify-content: space-between;
}
.m-btns3col-item {
  width: 32%;
}
.m-btns3col-item .m-btn01 {
  height: 100%;
}

/* ---------------------------
m-cols01
--------------------------- */
.m-cols01-links-item a {
  display: block;
  padding: 11px 10px;
}
.m-cols01-links-item.is-current a {
  background: #f5f5f5;
  font-weight: bold;
}
/* ---------------------------
m-gnav
--------------------------- */
.m-gnav-btn-lines-item {
  transition: 0.3s;
  width: 100%;
  background: #fff;
}
.m-gnav-btn-lines-item:nth-child(1), .m-gnav-btn-lines-item:nth-child(3) {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.m-gnav-btn-lines-item:nth-child(1) {
  transform: translateY(-350%);
}
.m-gnav-btn-lines-item:nth-child(3) {
  transform: translateY(350%);
}
.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(1) {
  transform: rotate(45deg);
}
.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(2) {
  transform: scaleX(0);
}
.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(3) {
  transform: rotate(-45deg);
}
/* ---------------------------
h
--------------------------- */
.m-h01 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.5px;
}
.m-h01 .fz2rem {
  display: block;
}
.m-h01.is-lh1_2 {
  line-height: 1.2;
}
.m-h02 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.m-home-mv {
  position: relative;
}
.m-home-mv-imgs-item {
  color: #fff;
}
.m-home-mv-imgs-item img {
  width: 100%;
}
.m-home-mv-imgs-txts {
  position: absolute;
}
.m-home-mv-imgs-link {
  font-size: 1.2rem;
}
.m-home-mv-imgs-link a {
  text-decoration: underline;
  color: #fff;
  display: flex;
  align-items: center;
}
.m-home-mv-imgs-link a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/base/ico_arrow_01_c1.svg") center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.m-home-mv-imgs-link a span {
  display: block;
}
.m-home-mv-imgs-arrow {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c62828;
  cursor: pointer;
  z-index: 1;
}
.m-home-mv-imgs-arrow img {
  width: 12px;
}
.m-home-mv-imgs-arrow.is-prev {
  left: 50px;
  transform: scaleX(-1);
}
.m-home-mv-imgs-arrow.is-next {
  right: 50px;
}
.m-home-mv-imgs-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.m-home-mv-imgs-dots button {
  display: none;
}
.m-home-mv-imgs-dots li {
  font-weight: bold;
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: #808080;
  border-radius: 50%;
}
.m-home-mv-imgs-dots li:not(:last-child) {
  margin-right: 14px;
}
.m-home-mv-imgs-dots li.slick-active {
  background: #333333;
  box-shadow: 0 0 0 2px #c62828;
}
.m-home-mv-wrap {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.m-home-mv-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.m-home-products-item {
  overflow: hidden;
}
.m-home-products-img {
  transition: 1s cubic-bezier(0.18, 0.6, 0.36, 1);
  opacity: 0;
}
.m-home-products-item:nth-child(2n+1) .m-home-products-img {
  transform: translate(-50px, 50px);
}
.m-home-products-item:nth-child(2n) .m-home-products-img {
  transform: translate(50px, 50px);
}
.m-home-products-img.on {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.m-home-products-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-home-products-txts02 {
  transition: 1s 0.2s;
  opacity: 0;
  transform: translateY(30px);
}
.m-home-products-txts02.on {
  opacity: 1;
  transform: translateY(0);
}
.m-home-products-txt01 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-home-products-txt02 {
  font-size: 1.1rem;
  margin-bottom: 1.5em;
}
.m-home-principle {
  background: url("../img/home/principle_bg_01.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
}
.m-home-principle-txts {
  transition: 1s 0.2s;
  opacity: 0;
  transform: translateY(30px);
}
.m-home-principle-txts.on {
  opacity: 1;
  transform: translateY(0);
}
.m-home-principle-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-home-principle-txt {
  font-size: 1.1rem;
  margin-bottom: 1.5em;
}
.m-home-media-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.m-home-media-view {
  text-align: center;
  font-size: 1.2rem;
}
.m-home-media-view a {
  line-height: 1;
}
.m-home-media-view .material-icons-sharp {
  font-size: 1.3rem;
  margin-left: 8px;
}
.m-home-media-view .clear {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-home-partners {
  background: #efefef;
}
.m-home-partners-txts {
  z-index: 1;
}
.m-home-partners-txts02 {
  transition: 1s 0.2s;
  opacity: 0;
  transform: translateY(30px);
}
.m-home-partners-txts02.on {
  opacity: 1;
  transform: translateY(0);
}
.m-home-partners-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}
.m-home-partners-txt {
  margin-bottom: 1em;
}
.m-home-partners-map {
  transition: 1s;
  opacity: 0;
  transform: scale(1.1);
}
.m-home-partners-map.on {
  opacity: 1;
  transform: scale(1);
}

/* ---------------------------
m-items
--------------------------- */
.m-items {
  display: flex;
  flex-wrap: wrap;
}
.m-items.is-jcc {
  justify-content: center;
}
.m-contiguousItems {
  display: flex;
  flex-wrap: wrap;
}
.tac {
  text-align: center !important;
}

.m-mainContent-bg01 {
  background: url("../img/base/bg_02.png") 0 0;
}

.slick-slide {
  height: auto !important;
}

.gnavOpen {
  height: 100%;
  overflow: hidden;
}

/* ---------------------------
m-post
--------------------------- */
.m-post-article {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #d6d6d6;
}
.m-post-date {
  font-size: 0.85rem;
}
.m-post-h {
  font-weight: bold;
  margin-bottom: 0.2em;
}
/* ---------------------------
m-form
--------------------------- */
.m-form-error {
  color: #f3f2f0;
  padding: 2px 8px;
  display: block;
  font-size: 0.85rem;
}
.m-form-wrap {
  border: 2px solid #d6d6d6;
}
.m-form-h {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}
.mw_wp_form_confirm .m-form-lead, .mw_wp_form_complete .m-form-lead {
  display: none;
}
.m-form-table01 {
  width: 100%;
}
.m-form-table01 > tbody > tr > th {
  font-weight: bold;
}
.m-form-zipBtn {
  padding: 8px 10px;
  cursor: pointer;
  width: 180px;
}
.mw_wp_form_confirm .m-form-zipBtn {
  display: none;
}
.m-form-radios.is-horizonal {
  display: flex;
  flex-wrap: wrap;
}
.m-form-radios-item {
  margin-bottom: 0.5em;
}
.is-horizonal .m-form-radios-item:not(:last-child) {
  margin-right: 1.3em;
}
.m-form-privacy {
  overflow-y: scroll;
  padding: 1em;
  border: 1px solid #f3f2f0;
  background: #f5f5f5;
}
.m-form-privacy section {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.m-form-privacy h3, .m-form-privacy h4 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
.m-form-privacy table th, .m-form-privacy table td {
  border: 1px solid #dedede;
  padding: 8px;
}
.m-form-privacy dt {
  font-weight: bold;
  margin: 0.5em 0;
}
.mw_wp_form_confirm .m-form-privacy {
  display: none;
}
.mw_wp_form_confirm .m-form-privacyAgree {
  display: none;
}
.m-form-btns-item:not(:last-child) {
  margin-bottom: 1em;
}
.m-form-must {
  color: #fff;
  background: #c62828;
  font-size: 0.8rem;
  padding: 1px 6px;
  margin-left: 10px;
}
.m-form-wrapping {
  display: flex;
}
.m-form-wrapping-img {
  margin-right: 10px;
}
.m-form-noshis-item {
  margin-bottom: 1em;
}
.m-form-noshis-clear {
  display: flex;
  align-items: center;
}
.m-form-noshis-img {
  margin: 0 10px;
  border: 1px solid #f5f5f5;
}
.m-form-noshis-label {
  font-size: 0.85rem;
}
.m-form-naireTable {
  width: 100%;
}
.m-form-naireTable th {
  font-weight: bold;
  padding-right: 2em;
}
.m-form-naireTable th, .m-form-naireTable td {
  padding: 8px 0;
}
.m-form-calenderInputWrap {
  position: relative;
}
.m-form-calenderInputWrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("../img/base/ico_calendar_c1.svg") center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.m-form-checkboxSec {
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 1.5em;
}
.m-form-checkboxSec-h {
  padding: 10px 15px;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
}
.m-form-checkboxSec-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.m-form-checkboxSec-checkboxes-item {
  border-bottom: 1px dotted #f5f5f5;
  line-height: 1.4;
}
.m-form-checkboxSec-checkboxes-item input {
  display: none;
}
.m-form-checkboxSec-checkboxes-clear {
  display: flex;
  align-items: center;
}
.m-form-checkboxSec-checkboxes-ico {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 4px;
}
input:checked + .m-form-checkboxSec-checkboxes-clear .m-form-checkboxSec-checkboxes-ico {
  border-color: #c62828;
  background: #f9d9e7 url("../img/base/ico_check_02_c1.svg") center no-repeat;
  background-size: contain;
}
.m-form-checkboxSec-checkboxes-label {
  flex: 1;
}

.mw_wp_form_confirm .m-form-confirmHidden, .mw_wp_form_complete .m-form-confirmHidden {
  display: none;
}

.mwform-radio-field-text {
  display: inline !important;
}

.custom-select {
  position: relative;
  margin-left: 0;
}
.custom-select:before {
  content: "";
  border-top: 6px solid #333333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 16px;
  top: 20px;
  display: block;
  z-index: 1;
}
.custom-select-handle.u-input {
  width: 100%;
  border: 0;
  padding: 12px 16px;
  outline: none;
  border-radius: 0;
  cursor: auto;
  font-family: "Segoe UI", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  font-weight: 400;
}
.custom-select-list {
  text-align: left;
  background: #fff;
  border: 1px solid #d6d6d6;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8em;
  padding: 0.25em 0;
  overflow-y: scroll;
}
.custom-select-list::-webkit-scrollbar {
  width: 0;
}
.custom-select-list > li {
  padding: 0 1em;
  line-height: 1.5em;
}
.custom-select-list > li.selected, .custom-select-list > li:hover {
  background-color: #f5f5f5;
}

.m-pageNavis {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m-pageNavis-item {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  margin-bottom: 10px;
}
.m-pageNavis-item a {
  border-bottom: 1px solid transparent;
}
.m-pageNavis-item.is-current a {
  color: #c62828;
  border-bottom-color: #c62828;
  font-weight: bold;
  line-height: 1;
}
.m-pageNavis-item.is-prev img {
  transform: scaleX(-1);
}

.m-catHead01 {
  background: url() center no-repeat;
  background-size: cover;
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
}
.m-catHead01-h {
  text-align: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}
.is-noBg .m-catHead01-h {
  color: #333333;
}
.is-noBg .m-catHead01-h .sub a{
  color: #333333;
}
.m-catHead01-h .main {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-products01 {
  display: flex;
  flex-wrap: wrap;
}
.m-products01-img {
  margin-bottom: 10px;
  text-align: center;
}
.m-products01-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-products01-tag {
  color: #808080;
  margin-bottom: 0.5em;
}
.m-products01-price {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.m-product-head-lead {
  font-size: 0.9rem;
}
.m-product-tag {
  color: #808080;
  font-size: 0.9rem;
  margin-bottom: 0.5em;
}
.m-product-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: bold;
}
.m-product-price {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-product-quantityWrap {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.m-product-quantity {
  display: flex;
  align-items: center;
  line-height: 1;
}
.m-product-quantity-button {
  color: #808080;
  border: 1px solid #808080;
  cursor: pointer;
}
.m-product-quantity-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-product-addBtn {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  color: #fff;
  background: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  cursor: pointer;
  font-weight: bold;
}
.m-product-specs {
  border-top: 1px solid #808080;
}
.m-product-specs-item {
  border-bottom: 1px solid #808080;
  padding: 16px 20px;
}
.m-product-specs-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: bold;
}
.m-product-specs-h .ico {
  display: block;
  color: #808080;
}
.m-product-specs-h .is-remove {
  display: none;
}
.m-product-specs-h.is-active .is-add {
  display: none;
}
.m-product-specs-h.is-active .is-remove {
  display: block;
}
.m-product-specs-content {
  display: none;
  padding-top: 5px;
}
.m-product-specs-content .downloadBtns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.m-product-specs-content .downloadBtn {
  display: flex;
  align-items: center;
}
.m-product-specs-content .downloadBtn:not(:last-child) {
  margin-right: 10px;
}
.m-product-specs-content .downloadBtn .material-icons {
  font-size: 1.1rem;
  color: #808080;
  line-height: 1;
  display: block;
  margin-right: 5px;
}
.m-product-lead-mv {
  text-align: center;
}
.m-product-lead-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-product-features {
  display: flex;
  flex-wrap: wrap;
}
.m-product-features-img {
  text-align: center;
}
.m-product-features-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-product-features-txt {
  font-size: 0.9rem;
}
.m-product-related-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  margin-bottom: 1em;
  font-weight: bold;
}

.m-pankuzu {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-pankuzu-links-item a:after {
  content: ">";
  margin: 0 1em;
}

.m-slide01-navWrap {
  position: relative;
}
.m-slide01-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-top: -23px;
}
.m-slide01-arrow img {
  width: 16px;
}
.m-slide01-arrow.is-prev {
  left: 0;
  transform: scale(-1);
}
.m-slide01-arrow.is-next {
  right: 0;
}
.m-slide01-navs {
  display: flex;
  justify-content: center;
}
.m-slide01-navs-item {
  cursor: pointer;
  position: relative;
}
.m-slide01-navs-item.slick-current:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #f3f2f0;
}

.m-slide02-wrap {
  position: relative;
  margin-top: 20px;
}
.m-slide02-imgs-item {
  cursor: pointer;
}
.m-slide02-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 50%;
  color: #c62828;
  border: 2px solid #c62828;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.m-slide02-arrow.is-prev {
  left: 0;
}
.m-slide02-arrow.is-next {
  right: 0;
}
.m-slide02-arrow.is-prev {
  transform: scale(-1);
}

.m-slide03-wrap {
  position: relative;
  margin-top: 20px;
}
.m-slide03-imgs-item {
  cursor: pointer;
}
.m-slide03-imgs-img {
  text-align: center;
  margin-bottom: 10px;
}
.m-slide03-imgs-h {
  font-size: 1.2rem;
  font-weight: bold;
}
.m-slide03-imgs-date {
  font-size: 0.85rem;
}
.m-slide03-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 50%;
  color: #c62828;
  border: 2px solid #c62828;
  cursor: pointer;
}
.m-slide03-arrow.is-prev {
  transform: scale(-1);
}

.m-cart-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-cart-steps-item {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 0.9rem;
}
.m-cart-steps-item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  width: 100%;
  height: 1px;
  background: #808080;
  z-index: -1;
}
.m-cart-steps-item .dot {
  border-radius: 50%;
  border: 3px solid #333333;
  background: #fff;
  margin: 0 auto;
  display: block;
  position: relative;
}
.m-cart-steps-item .label {
  display: block;
  color: #d6d6d6;
}
.m-cart-steps-item.is-done .dot {
  background: #333333;
}
.m-cart-steps-item.is-active .dot {
  background: #c62828;
  border: none;
}
.m-cart-steps-item.is-active .label {
  color: #333333;
  font-weight: bold;
}
.m-cart-table {
  width: 100%;
}
.m-cart-table thead th {
  text-align: center;
  background: #f5f5f5;
  font-size: 0.85rem;
}
.m-cart-table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #a8a8a8;
}
.m-cart-table-quantityClear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.m-cart-table-quantity-button {
  color: #808080;
  border: 1px solid #808080;
  cursor: pointer;
}
.m-cart-table-quantity-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-cart-table-price, .m-cart-table-status {
  text-align: center;
}
.m-cart-table-total {
  text-align: center;
}
.m-cart-table-delete {
  text-align: center;
}
.m-cart-table-delete button {
  cursor: pointer;
  width: auto;
  display: inline-block;
}
.m-cart-table-delete .ico {
  color: #808080;
}
.m-cart-subtotal {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-cart-subtotal-h {
  font-weight: bold;
  line-height: 1;
}
.m-cart-subtotal-price {
  font-weight: bold;
  line-height: 1;
}
.m-cart-subtotal-price .num {
  line-height: 0.8;
}
.m-cart-notes {
  max-width: 360px;
}
.m-shipping-form {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
.m-shipping-form-row.is-clear {
  display: flex;
  justify-content: space-between;
}
.m-shipping-form-col {
  width: 48%;
}
.m-shipping-form-th {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-shipping-form-th .required {
  color: #c62828;
}
.m-shipping-form-th .notes {
  font-size: 0.9rem;
  color: #808080;
}
.is-confirmation .m-shipping-form-th {
  color: #808080;
  font-size: 1.1rem;
}
.m-shipping-form-th .label {
  white-space: nowrap;
  margin-right: 2em;
}
.m-shipping-subtotal {
  background: #f5f5f5;
}
.m-shipping-subtotal-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  border-bottom: 1px solid #808080;
  padding-bottom: 0.3em;
}
.m-shipping-item-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0;
}
.m-shipping-item-h .ico.is-remove {
  display: none;
}
.m-shipping-item-h.is-active .ico.is-add {
  display: none;
}
.m-shipping-item-h.is-active .ico.is-remove {
  display: block;
}
.m-shipping-itemTable {
  width: 100%;
}
.m-shipping-itemTable .img {
  padding-right: 10px;
  padding-bottom: 8px;
}
.m-shipping-itemTable .name {
  font-size: 0.9rem;
  padding-bottom: 8px;
  line-height: 1.3;
}
.m-shipping-itemTable .quantity {
  text-align: center;
  padding: 0 1em;
  padding-bottom: 8px;
}
.m-shipping-itemTable .price {
  text-align: right;
  padding-bottom: 8px;
}
.m-shipping-price {
  border-top: 1px solid #808080;
  padding-top: 16px;
  padding-bottom: 16px;
}
.m-shipping-priceTable {
  width: 100%;
}
.m-shipping-priceTable .name {
  padding-bottom: 2px;
}
.m-shipping-priceTable .price {
  text-align: right;
  padding-bottom: 2px;
}
.m-shipping-total {
  border-top: 1px solid #808080;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-shipping-total .num {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-shipping-links01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.9rem;
}
.m-shipping-links01-item:not(:nth-child(1)) {
  margin-left: 2em;
}
.m-shipping-paypal-note {
  line-height: 1.4;
}
.m-shipping-finished {
  background: #f5f5f5;
}
.m-shipping-finished-lead {
  margin-bottom: 3em;
  line-height: 1.6;
}
.m-shipping-finished-number {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.m-orderStatus-inputArea {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.m-orderStatus-inputArea-col.is-disabled {
  opacity: 0.5;
}
.m-downloads {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-downloads-item {
  width: 48%;
  margin-bottom: 10%;
}
.m-downloads-img {
  margin-bottom: 10px;
}
.m-downloads-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.m-faq:nth-child(2n+1) {
  background: #f5f5f5;
}
.m-faq-q {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
}
.m-faq-q .col1 {
  flex: 1;
  margin-right: 1em;
  display: flex;
}
.m-faq-q .en {
  color: #c62828;
  margin-right: 0.5em;
}
.m-faq-q .ico .material-icons {
  font-size: 30px;
  color: #a8a8a8;
}
.m-faq-q .ico .is-minus {
  display: none;
}
.m-faq-q.is-active .is-plus {
  display: none;
}
.m-faq-q.is-active .is-minus {
  display: block;
}
.m-faq-a {
  padding-bottom: 35px;
}

.m-newses {
  display: flex;
  flex-wrap: wrap;
}
.m-newses-img {
  margin-bottom: 15px;
  text-align: center;
}
.m-newses-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.m-newses-head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.m-newses-tag {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  color: #fff;
  background: #a8a8a8;
  margin-right: 10px;
  padding: 0px 10px;
  font-size: 0.85rem;
}
.m-newses-date {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-size: 0.85rem;
}
.m-newses-txt {
  font-size: 0.9rem;
  margin-bottom: 2em;
  color: #808080;
}
.m-newses-more {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  padding-left: 40px;
  position: relative;
}
.m-newses-more:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/base/ico_arrow_01_c1.svg") center no-repeat;
  background-size: contain;
}

.m-news-tag {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  color: #fff;
  background: #a8a8a8;
  padding: 0px 10px;
  font-size: 0.85rem;
  display: inline-block;
  margin-bottom: 10px;
}
.m-news-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
}
.m-news-date {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-size: 0.95rem;
}
.m-news-share {
  display: flex;
  align-items: center;
}
.m-news-share-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-right: 1em;
}
.m-news-snses {
  display: flex;
  align-items: center;
}
.m-news-snses-item:not(:last-child) {
  margin-right: 15px;
}
.m-news-snses-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #333333;
}
.m-company-history {
  color: #fff;
  background: url("../img/company/history_bg_01.jpg") center no-repeat;
  background-size: cover;
}
.m-company-history-years {
  position: relative;
}
.m-company-history-years:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin-left: -1px;
  width: 1px;
  height: 100%;
  background: #fff;
}
.m-company-history-years:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 16px;
  height: 16px;
  background: url("../img/base/ico_arrow_01_wh.svg") no-repeat center/contain;
  transform: rotate(90deg);
  margin-top: -8px;
}
.m-company-history-years-item {
  position: relative;
}
.m-company-history-years-head {
  display: flex;
  align-items: flex-end;
  align-items: center;
  line-height: 1;
}
.m-company-history-years-line {
  height: 1px;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  position: relative;
}
.m-company-history-years-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: #333333;
  border: 3px solid #c62828;
  border-radius: 50%;
  z-index: 1;
}
.m-company-history-years-line:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.m-company-history-years-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1;
  margin-top: -0.5em;
}
.m-company-partners {
  position: relative;
  background: url("../img/company/world_map.svg") no-repeat center top 30px/90% whitesmoke;
}
.m-company-partners-head {
  position: relative;
  z-index: 1;
}
.m-company-partners-pinWrap {
  position: absolute;
}
.m-company-partners-pins2-item {
  position: absolute;
  width: 1.7%;
  z-index: 2;
  cursor: pointer;
}
.m-company-partners-pins2-item .pin_body {
  fill: #808080;
}
.m-company-partners-pins2-item.is-active {
  z-index: 3;
}
.m-company-partners-pins2-item.is-active .pin_body {
  fill: #c62828;
}
.m-company-partners-pins2-item .pin_shadow {
  fill: rgba(0, 0, 0, 0.3);
}
.m-company-partners-pins2-item .pin_hole {
  fill: #fff;
}
.m-company-partners-pins2-item:nth-child(1) {
  left: 39.6%;
  top: 75.2%;
}
.m-company-partners-pins2-item:nth-child(2) {
  left: 36.4%;
  top: 54.4%;
}
.m-company-partners-pins2-item:nth-child(3) {
  left: 37.4%;
  top: 55.4%;
}
.m-company-partners-pins2-item:nth-child(4) {
  left: 40%;
  top: 49.2%;
}
.m-company-partners-pins2-item:nth-child(5) {
  left: 35.2%;
  top: 55.4%;
}
.m-company-partners-pins2-item:nth-child(6) {
  left: 36%;
  top: 63.8%;
}
.m-company-partners-pins2-item:nth-child(7) {
  left: 39%;
  top: 59.2%;
}
.m-company-partners-pins2-item:nth-child(8) {
  left: 33.6%;
  top: 63%;
}
.m-company-partners-pins2-item:nth-child(9) {
  left: 38.3%;
  top: 54.3%;
}
.m-company-partners-pins2-item:nth-child(10) {
  left: 39.3%;
  top: 55.3%;
}
.m-company-partners-pins2-item:nth-child(11) {
  left: 33%;
  top: 58.4%;
}
.m-company-partners-pins2-item:nth-child(12) {
  left: 77%;
  top: 47.8%;
}
.m-company-partners-pins2-item:nth-child(13) {
  left: 78%;
  top: 48.8%;
}
.m-company-partners-pins2-item:nth-child(14) {
  left: 72%;
  top: 34.8%;
}
.m-company-partners-pins2-item:nth-child(15) {
  left: 5%;
  top: 39.8%;
}
.m-company-partners-pins2-item:nth-child(16) {
  left: 6%;
  top: 40.8%;
}
.m-company-offices-clear {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.m-company-offices-wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  height: 480px;
}
.m-company-offices-frame {
  height: 100%;
  overflow-y: scroll;
}
.m-company-offices-frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #808080;
  border: 3px solid #d6d6d6;
}
.m-company-offices-frame::-webkit-scrollbar {
  width: 8px;
}
.m-company-offices-frame::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: #d6d6d6;
}
.m-company-offices-country {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.m-company-offices-img {
  text-align: center;
  margin-bottom: 20px;
}
.m-company-offices-info {
  word-break: break-all;
  font-size: 15px;
}
.m-company-offices-info:not(:last-child) {
  margin-bottom: 20px;
}
.m-company-offices-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.m-company-offices-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 50%;
  color: #c62828;
  border: 2px solid #c62828;
  cursor: pointer;
}
.m-company-offices-arrow.is-prev {
  transform: scale(-1);
}

.m-charm-col2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.m-charm-col2:after {
  content: "";
  display: block;
  width: 1px;
  background: #333333;
  margin: 40px auto 0;
}
.m-charm-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.m-contact-question-links-item {
  position: relative;
}
.m-contact-question-links-ico {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.m-contact-question-links-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.3;
}
.m-contact-partners-links {
  background: url("../img/contact/partners_bg_01.jpg") center no-repeat;
  background-size: cover;
  padding: 25px 0 50px;
  color: #fff;
}
.m-contact-partners-links-item {
  position: relative;
}
.m-contact-partners-links-ico {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.m-contact-partners-links-ico img {
  width: 100px;
}
.m-contact-partners-links-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.3;
}

.m-spProduct-mv {
  position: relative;
}
.m-spProduct-mv.is-365 {
  color: #fff;
  background: #101010;
}
.m-spProduct-mv-txts {
  position: absolute;
}
.m-spProduct-mv-txts-in {
  text-align: right;
}
.m-spProduct-mv-txts-in .m-btn02 {
  display: inline-flex;
  margin-top: 1em;
}
.m-spProduct-mv-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
}
.m-spProduct-mv-h .sub {
  display: block;
}
.m-spProduct-mv-h .main {
  display: block;
}
.m-spProduct-lead-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
}
.m-spProduct-lead-img {
  transition: 1s;
  opacity: 0;
}
.m-spProduct-lead-img.on {
  opacity: 1;
}
.is-365 .m-spProduct-lead-img {
  transform: translateY(60px);
}
.is-365 .m-spProduct-lead-img.on {
  transform: translateY(0);
}
.is-400 .m-spProduct-lead-img {
  transform: translateX(-60px);
}
.is-400 .m-spProduct-lead-img.on {
  transform: translateX(0);
}
.m-spProduct-lead-img02 {
  transition: 1s;
  opacity: 0;
  transform: translate(-30px 30px);
}
.m-spProduct-lead-img02.on {
  opacity: 1;
}
.m-spProduct-point-num {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.m-spProduct-point-num:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #333333;
  border-bottom-color: #c62828;
  transform: rotate(-45deg);
}
.m-spProduct-point03 .m-spProduct-point-num:before {
  border-left-color: #fff;
  border-top-color: #fff;
  border-right-color: #fff;
}
.is-400 .m-spProduct-point-num {
  color: #c62828;
}
.is-400 .m-spProduct-point-num:before {
  border-left-color: #c62828;
  border-top-color: #c62828;
  border-right-color: #c62828;
  border-bottom-color: #333333;
}
.m-spProduct-point03 .is-400 .m-spProduct-point-num:before {
  border-bottom-color: #fff;
}
.m-spProduct-point-lead {
  position: relative;
  z-index: 1;
}
@media (min-width: 1920px) {
  .m-spProduct-point-img {
    width: calc(50vw + 690px);
    text-align: right;
    padding-right: 380px;
  }
}
.m-spProduct-point-img02 {
  background: #f5f5f5;
}
.m-spProduct-point-img02 img {
  width: 100%;
}
.m-spProduct-point-img02-img {
  transition: 1s;
  opacity: 0;
  transform: translateY(60px);
}
.m-spProduct-point-img02-img.on {
  opacity: 1;
  transform: translateY(0);
}
.m-spProduct-point01_400-img {
  transition: 1s;
  opacity: 0;
  transform: translateX(60px);
}
.m-spProduct-point01_400-img.on {
  opacity: 1;
  transform: translateX(0);
}
.m-spProduct-point02_400-txts {
  position: relative;
  z-index: 1;
}
.m-spProduct-point02_400-img {
  transition: 1s;
  opacity: 0;
  transform: translateY(60px);
}
.m-spProduct-point02_400-img.on {
  opacity: 1;
  transform: translateY(0);
}
.m-spProduct-point03 {
  background: url() center top no-repeat;
  background-size: cover;
  color: #fff;
}
.m-spProduct-point03-txts {
  transition: 1s;
  opacity: 0;
  transform: translateY(60px);
}
.m-spProduct-point03-txts.on {
  opacity: 1;
  transform: translateY(0);
}
.m-spProduct-point03-lead {
  position: relative;
  z-index: 1;
}
.m-spProduct-accessories-txts {
  position: relative;
  background: #f5f5f5;
}
.m-spProduct-accessories-txts:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  border: 10px solid transparent;
  left: calc(50% - 15px);
}
.m-spProduct-accessories-col1 {
  font-family: "Segoe UI", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  font-weight: 400;
}
.m-spProduct-accessories-wrap {
  position: relative;
}
.m-spProduct-accessories-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 50%;
  color: #d6d6d6;
  background: #333333;
  cursor: pointer;
  position: absolute;
  top: 25%;
}
.m-spProduct-accessories-arrow.is-prev {
  transform: scale(-1);
}
.m-spProduct-original-img {
  text-align: center;
  margin-bottom: 1em;
}
.m-spProduct-original-h {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.3rem;
}
.m-spProduct-original-cat {
  color: #808080;
  font-size: 0.9rem;
  margin-bottom: 1em;
}
.m-spProduct-original-link {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.m-spProduct-original-link:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/base/ico_arrow_01_c1.svg") center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.m-spProduct-original-link span {
  display: block;
}
.m-spProduct-specification-col1 {
  text-align: center;
  transition: 1s;
  opacity: 0;
  transform: translateY(60px);
}
.m-spProduct-specification-col1.on {
  opacity: 1;
  transform: translateY(0);
}
.m-spProduct-specification-table {
  font-family: century-gothic, sans-serif;
  font-style: normal;
}
.m-spProduct-specification-table th, .m-spProduct-specification-table td {
  padding: 12px 16px;
}
.m-spProduct-specification-table th {
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  width: 9em;
}
.m-spProduct-specification-table td {
  border-bottom: 1px solid #d6d6d6;
}
.m-spProduct-otherLink {
  background: url() center no-repeat;
  background-size: cover;
}
.m-spProduct-otherLink-btn {
  font-family: century-gothic, sans-serif;
  font-style: normal;
}
.m-spProduct-otherLink-btn a {
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  padding: 10px;
  margin: 0 auto;
  justify-content: center;
}
.m-spProduct-otherLink-btn a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/base/ico_arrow_01_wh.svg") center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.m-spProduct-otherLink-btn a span {
  display: block;
}
.m-spProduct-otherLink-btn:before, .m-spProduct-otherLink-btn:after {
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  margin: 0 auto;
}
.m-spProduct-otherLink-btn:before {
  margin-bottom: 40px;
}
.m-spProduct-otherLink-btn:after {
  margin-top: 40px;
}

.u-c-bk {
  color: #333333 !important;
}
.u-c-gy {
  color: #616161 !important;
}
.u-c-c1 {
  color: #c62828 !important;
}
.u-c-c2 {
  color: #f3f2f0 !important;
}
.u-c-c3 {
  color: #c62828 !important;
}
.u-c-c4 {
  color: #00a99d !important;
}
.u-c-c9_1 {
  color: #f5f5f5 !important;
}
.u-c-c9_2 {
  color: #d6d6d6 !important;
}
.u-c-c9_3 {
  color: #a8a8a8 !important;
}
.u-c-wh {
  color: #fff !important;
}
.u-c-pk {
  color: #EEA295 !important;
}

.u-bg-bk {
  background: #333333 !important;
}
.u-bg-gy {
  background: #616161 !important;
}
.u-bg-c0 {
  background: #333333 !important;
}
.u-bg-c1 {
  background: #c62828 !important;
}
.u-bg-c2 {
  background: #f3f2f0 !important;
}
.u-bg-c3 {
  background: #c62828 !important;
}
.u-bg-c4 {
  background: #00a99d !important;
}
.u-bg-c9_1 {
  background: #f5f5f5 !important;
}
.u-bg-c9_2 {
  background: #d6d6d6 !important;
}
.u-bg-c9_3 {
  background: #a8a8a8 !important;
}
.u-bg-c9_4 {
  background: #808080 !important;
}
.u-bg-c4 {
  background: #00a99d !important;
}
.u-bg-wh {
  background: #fff !important;
}
.u-bg-pk {
  background: #EEA295 !important;
}

.u-bd-bk {
  border-color: #333333 !important;
}
.u-bd-gy {
  border-color: #616161 !important;
}
.u-bd-c0 {
  border-color: #333333 !important;
}
.u-bd-c1 {
  border-color: #c62828 !important;
}
.u-bd-c2 {
  border-color: #f3f2f0 !important;
}
.u-bd-c3 {
  border-color: #c62828 !important;
}
.u-bd-c4 {
  border-color: #00a99d !important;
}
.u-bd-wh {
  border-color: #fff !important;
}
.u-bd-pk {
  border-color: #EEA295 !important;
}

/* ---------------------------
input
--------------------------- */
.u-input {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #808080;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem;
}
.u-input::placeholder {
  color: #a8a8a8;
}
.u-input:disabled {
  opacity: 0.5;
}
.u-input.invalid {
  border-color: #d45252;
}
.u-input.size-max {
  width: 100%;
}
.u-input.size-s {
  width: 5em;
}
.m-form .u-input {
  margin-bottom: 4px;
  margin-right: 8px;
}
.u-input-radioLabel {
  padding: 8px;
  display: block;
  border: dotted #ccc 1px;
}
.u-input-radio01:not(:last-child) {
  border-bottom: 2px dotted #f5f5f5;
}
.u-input-radio01 input {
  opacity: 0;
  position: absolute;
}
.u-input-radio01 label {
  display: block;
}
.u-input-radio01-clear {
  display: flex;
}
.u-input-radio01-ico {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
input:checked + .u-input-radio01-clear .u-input-radio01-ico {
  border-color: #c62828;
  background: #c62828;
}
input:checked + .u-input-radio01-clear .u-input-radio01-ico:after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  background: #f9d9e7;
  border-radius: 50%;
}
input:focus + .u-input-radio01-clear .u-input-radio01-ico {
  box-shadow: 0 0 2px 1px #004AA1;
}
.u-input-radio01-txts {
  flex: 1;
}
.u-input-checkbox {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.u-input-checkboxClear label {
  display: flex;
  align-items: center;
  justify-content: center;
}

button, input[type=submit] {
  font-family: "Segoe UI", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  font-weight: 400;
  border: none;
  outline: none;
  appearance: none;
  font-size: 1rem;
  background: none;
  display: block;
  width: 100%;
}

.mwform-radio-field-text {
  display: inline-block;
  vertical-align: middle;
}

/* ---------------------------
m
--------------------------- */
/* align */
.u-align-c {
  text-align: center !important;
}

.u-align-l {
  text-align: left !important;
}

.u-align-r {
  text-align: right !important;
}

.u-valign-t {
  vertical-align: top !important;
}

.u-valign-m {
  vertical-align: middle !important;
}

.u-valign-b {
  vertical-align: bottom !important;
}

/* margin */
.u-ml-2xs {
  margin-left: 5px !important;
}

.u-ml-xs {
  margin-left: 10px !important;
}

.u-ml-s {
  margin-left: 20px !important;
}

.u-ml {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 40px !important;
}

.u-ml-xl {
  margin-left: 60px !important;
}

.u-ml-2xl {
  margin-left: 80px !important;
}

.u-ml-3xl {
  margin-left: 100px !important;
}

/* margin */
.u-mr-2xs {
  margin-right: 5px !important;
}

.u-mr-xs {
  margin-right: 10px !important;
}

.u-mr-s {
  margin-right: 20px !important;
}

.u-mr {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 40px !important;
}

.u-mr-xl {
  margin-right: 60px !important;
}

.u-mr-2xl {
  margin-right: 80px !important;
}

.u-mr-3xl {
  margin-right: 100px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-1e {
  margin-bottom: 1em !important;
}
.u-mb-2e {
  margin-bottom: 2em !important;
}
.u-mb-3e {
  margin-bottom: 3em !important;
}
.u-ml-10 {
  margin-left: 10px !important;
}
.u-ml-15 {
  margin-left: 15px !important;
}
.u-ml-20 {
  margin-left: 20px !important;
}
.u-ml-25 {
  margin-left: 25px !important;
}
.u-mr-10 {
  margin-right: 10px !important;
}
.u-mr-15 {
  margin-right: 15px !important;
}
.u-mr-20 {
  margin-right: 20px !important;
}
.u-mr-25 {
  margin-right: 25px !important;
}

/* ---------------------------
link
--------------------------- */
.u-link01 {
  word-break: break-all;
  text-decoration: underline !important;
}
.u-link01:hover {
  text-decoration: none !important;
}
.u-link-newTab:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../img/base/ico_newTab_c0.svg") center no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.u-link02 {
  position: relative;
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.u-link02:after {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url("../img/base/ico_arrow_01_c1.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -9px;
}

/* ---------------------------
list
--------------------------- */
.u-list01 li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.u-list01 li:before {
  content: "・";
  margin-left: -1em;
  position: absolute;
}
.u-list02 li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  list-style-type: decimal;
  padding-left: 1em;
}
.u-list02 li:before {
  content: "";
  margin-left: -1em;
  position: absolute;
}

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  overflow: hidden;
  line-height: 2;
}
.u-wysiwyg img {
  max-width: 100%;
}
.u-wysiwyg a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #c62828;
}
.u-wysiwyg a:hover {
  text-decoration: none;
}
.u-wysiwyg a img {
  transition: 0.2s;
}
.u-wysiwyg a img:hover {
  opacity: 0.8;
}
.u-wysiwyg h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
.u-wysiwyg h2 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwyg h3 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  margin-top: 1.2em;
  margin-bottom: 0.7em;
  line-height: 1.7;
  font-weight: bold;
}
.u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.u-wysiwyg ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.u-wysiwyg ol li {
  list-style-type: decimal;
}
.u-wysiwyg ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.u-wysiwyg ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.u-wysiwyg p:not(:last-child) {
  margin-bottom: 1em;
}
.u-wysiwyg em {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.u-wysiwyg blockquote {
  border: 2px solid #f5f5f5;
}
.u-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
.u-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.u-wysiwyg .alignright {
  float: right;
}
.u-wysiwyg .alignleft {
  float: left;
}
.u-wysiwyg .wp-caption,
.u-wysiwyg figcaption {
  margin-top: 0.5em;
  font-size: 0.85rem;
}
.u-wysiwyg table {
  margin-bottom: 1em;
  @exend .u-table01;
}
.u-wysiwyg figure {
  margin-bottom: 1em !important;
}
.u-wysiwyg hr {
  margin: 2em 0;
}
.u-wysiwyg .wp-block-embed-youtube iframe {
  width: 100%;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

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

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

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

/* ---------------------------
bordered
--------------------------- */
.u-bordered01 {
  border: 1px solid #f5f5f5;
}

.u-bdt-c9d {
  border-top: 1px solid #f5f5f5;
}

/* ---------------------------
fixedAfterScroll
--------------------------- */
.u-fixedAfterScroll {
  bottom: -100px;
}
.u-fixedAfterScroll.fixed {
  position: fixed;
  z-index: 10;
  transition: 0.2s;
}
/* ---------------------------
folding
--------------------------- */
.u-folding-trigger {
  cursor: pointer;
}
.u-folding-target {
  display: none;
}

/* ---------------------------
u-table
--------------------------- */
.u-table01 {
  width: 100%;
}
.u-table01 th, .u-table01 td {
  border: 1px solid #d6d6d6;
  padding: 14px;
  vertical-align: top;
}
.u-table01 th {
  background: #f5f5f5;
  padding-right: 2em;
  white-space: nowrap;
}
.u-table01 thead th, .u-table01 thead td {
  background: #f5f5f5;
}
.u-letterAnimation span {
  transition: 0.7s;
  opacity: 0;
  transform: translateX(-30px);
  display: inline-block;
}
.u-letterAnimation span:empty {
  width: 0.4em;
}
.u-letterAnimation span:nth-child(1) {
  transition-delay: calc(0.05s * 1 + 0.0s);
}
.u-letterAnimation span:nth-child(2) {
  transition-delay: calc(0.05s * 2 + 0.0s);
}
.u-letterAnimation span:nth-child(3) {
  transition-delay: calc(0.05s * 3 + 0.0s);
}
.u-letterAnimation span:nth-child(4) {
  transition-delay: calc(0.05s * 4 + 0.0s);
}
.u-letterAnimation span:nth-child(5) {
  transition-delay: calc(0.05s * 5 + 0.0s);
}
.u-letterAnimation span:nth-child(6) {
  transition-delay: calc(0.05s * 6 + 0.0s);
}
.u-letterAnimation span:nth-child(7) {
  transition-delay: calc(0.05s * 7 + 0.0s);
}
.u-letterAnimation span:nth-child(8) {
  transition-delay: calc(0.05s * 8 + 0.0s);
}
.u-letterAnimation span:nth-child(9) {
  transition-delay: calc(0.05s * 9 + 0.0s);
}
.u-letterAnimation span:nth-child(10) {
  transition-delay: calc(0.05s * 10 + 0.0s);
}
.u-letterAnimation span:nth-child(11) {
  transition-delay: calc(0.05s * 11 + 0.0s);
}
.u-letterAnimation span:nth-child(12) {
  transition-delay: calc(0.05s * 12 + 0.0s);
}
.u-letterAnimation span:nth-child(13) {
  transition-delay: calc(0.05s * 13 + 0.0s);
}
.u-letterAnimation span:nth-child(14) {
  transition-delay: calc(0.05s * 14 + 0.0s);
}
.u-letterAnimation span:nth-child(15) {
  transition-delay: calc(0.05s * 15 + 0.0s);
}
.u-letterAnimation span:nth-child(16) {
  transition-delay: calc(0.05s * 16 + 0.0s);
}
.u-letterAnimation span:nth-child(17) {
  transition-delay: calc(0.05s * 17 + 0.0s);
}
.u-letterAnimation span:nth-child(18) {
  transition-delay: calc(0.05s * 18 + 0.0s);
}
.u-letterAnimation span:nth-child(19) {
  transition-delay: calc(0.05s * 19 + 0.0s);
}
.u-letterAnimation.on span {
  opacity: 1;
  transform: translateX(0px);
}

@media screen and (min-width: 1399px) {
  /* ==========================================================================
     Large
     ========================================================================== */
  .wrapin {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 16px;
  }

  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    padding: 0 44px;
    height: 80px;
  }
  .l-header-logo img {
    width: 222px;
  }
  .l-header-icons {
    margin-left: 30px;
  }
  .l-header-icons-item {
    font-size: 1.1rem;
  }
  .l-header-icons-item img {
    width: 40px;
  }
  .l-header-icons-item:not(:nth-child(1)) {
    margin-left: 22px;
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 80px 0;
  }
  .l-footer-row1 {
    margin-bottom: 40px;
  }
  .l-footer-row2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .l-footer-col1 {
    flex: 1;
  }
  .l-footer-cats {
    display: flex;
  }
  .l-footer-cats-item:not(:last-child) {
    margin-right: 80px;
  }
  .l-footer-cats-btn {
    margin-bottom: 0.7em;
    font-size: 1.3rem;
  }
  .l-footer-cats-btn .ico {
    display: none;
  }
  .l-footer-links.is-2cols {
    margin-right: 3em;
  }
  .l-footer-links-item {
    white-space: nowrap;
    margin-bottom: 0.6em;
  }
  .l-footer-snses-item img {
    width: 32px;
    height: 32px;
  }
  .l-footer-row3 {
    display: flex;
    justify-content: space-between;
  }
  .l-footer-pagetop {
    position: absolute;
    right: 60px;
    bottom: 60px;
  }

  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-clear {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 80px;
  }
  .l-post-main {
    width: 67%;
  }
  .l-post-sub {
    width: 24%;
  }
  .l-post-sub-sec:not(:last-child) {
    margin-bottom: 40px;
  }
  .l-post-subPosts-item {
    font-size: 1.3rem;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-930 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-960 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1200 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1280 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1380 {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1460 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* ---------------------------
  btn
  --------------------------- */
  .m-btn01 {
    padding: 18px 14px;
  }
  .m-btn01:before {
    left: -80px;
    width: 160px;
  }
  .m-btn01 .ico {
    width: 30px;
    margin-right: 15px;
  }
  .m-btn01.size-260pc {
    width: 260px;
  }
  .m-btn01.arrow-r {
    padding-right: 25px;
  }
  .m-btn01.arrow-l {
    padding-left: 25px;
  }
  .m-btn01.is-smallPadding {
    padding: 9px 6px;
    border-radius: 4px;
  }
  .m-btn02:before {
    width: 48px;
    height: 48px;
    background-size: 20px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btns1col-item {
    width: 260px;
  }
  .m-btns1col-item.is-w480 {
    width: 480px;
  }

  /* ---------------------------
  m-cols01
  --------------------------- */
  .m-cols01-clear {
    display: flex;
    justify-content: space-between;
  }
  .m-cols01-col1 {
    width: 25%;
  }
  .m-cols01-col2 {
    width: 70%;
  }

  /* ---------------------------
  m-gnav
  --------------------------- */
  .m-gnav {
    display: flex;
    align-items: center;
  }
  .m-gnav-links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .m-gnav-links-item {
    font-size: 1.1rem;
  }
  .m-gnav-links-item:not(:nth-child(1)) {
    margin-left: 2.2em;
  }
  .m-gnav-btn {
    display: none;
  }
  .m-gnav-btn-lines-item {
    height: 6px;
  }
  .m-gnav-contact {
    width: 620px;
    margin: 0 auto 60px;
  }

  /* ---------------------------
  h
  --------------------------- */
  .m-h01 {
    font-size: 4rem;
  }
  .m-h01 .fz2rem {
    font-size: 0.5em;
  }
  .m-h02 {
    font-size: 2rem;
  }
  .m-home-mv video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .m-home-mv-imgs-txts {
    left: 50%;
    top: 70%;
    margin-left: -460px;
  }
  .m-home-mv-imgs-txt1 {
    font-size: 2rem;
  }
  .m-home-mv-imgs-txt2 {
    font-size: 1.1rem;
  }
  .m-home-mv-imgs-arrow {
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    margin-right: 12px;
  }
  .m-home-mv-imgs-dots {
    bottom: 30px;
  }
  .m-home-mv-video {
    height: 56.25vw;
    width: 100%;
  }
.m-home-products-in {
    display: flex;
    align-items: center;
  }
  .m-home-products-item:nth-child(2n+1) .m-home-products-in {
    flex-direction: row-reverse;
  }
  .m-home-products-img {
    width: 60%;
  }
  .m-home-products-txts {
    width: 40%;
    padding-left: 80px;
  }
  .m-home-products-h {
    font-size: 4rem;
  }
  .m-home-products-txt01 {
    font-size: 2rem;
  }
  .m-home-principle-in {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 733px;
  }
  .m-home-principle-h {
    font-size: 4rem;
  }
  .m-home-media {
    padding: 130px 0;
  }
  .m-home-media-h {
    font-size: 4rem;
  }
  .m-home-partners {
    padding: 50px 0;
  }
  .m-home-partners-in {
    position: relative;
  }
  .m-home-partners-txts {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-home-partners-h {
    font-size: 4rem;
  }
  .m-home-partners-txt {
    font-size: 2rem;
  }
  .m-home-partners-map {
    text-align: right;
    margin-right: -140px;
  }

  /* ---------------------------
  m-items
  --------------------------- */
  .m-items.is-fdrr-pc {
    flex-direction: row-reverse;
  }
  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%;
  }
  .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%;
  }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%;
  }
  .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%;
  }
  .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }
  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%;
  }
  .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
    margin-right: 2.2%;
  }
  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%;
  }
  .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
    margin-right: 2.2%;
  }

  .m-contiguousItems-item {
    height: 100%;
  }
  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2);
  }
  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3);
  }
  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4);
  }
  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5);
  }
  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6);
  }

  .spOnly {
    display: none;
  }

  #wrapper {
    padding-top: 80px;
  }
  #cat-home #wrapper, #cat-product.page-index #wrapper {
    padding-top: 0;
  }

  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }

  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }

  /* ---------------------------
  m-post
  --------------------------- */
  .m-post-article {
    padding-top: 25px;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
  .m-post-date {
    margin-bottom: 25px;
  }
  .m-post-h {
    font-size: 1.7rem;
  }
  .m-post-eyecatch {
    margin-bottom: 30px;
  }
  .m-post-postLinks {
    display: flex;
    justify-content: space-between;
  }
  .m-post-postLinks-item {
    width: 31%;
  }

  /* ---------------------------
  m-form
  --------------------------- */
  .m-form-in {
    width: 800px;
    margin: 0 auto;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-table01 {
    margin-bottom: 30px;
  }
  .m-form-table01 > tbody > tr > th, .m-form-table01 > tbody > tr > td {
    padding: 25px 0;
    vertical-align: top;
    border-bottom: 1px solid #d6d6d6;
  }
  .m-form-table01 > tbody > tr > th {
    width: 250px;
    padding-right: 20px;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: calc(100% / 3);
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #f5f5f5;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .custom-select {
    position: relative;
    margin-left: 0;
    width: 90%;
    margin-top: 40px;
  }
  .custom-select:before {
    content: "";
    border-top: 6px solid #333333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 16px;
    top: 20px;
    display: block;
    z-index: 1;
  }
  .custom-select-handle.u-input {
    width: 100%;
    border: 0;
    padding: 12px 16px;
    outline: none;
    border-radius: 0;
    cursor: auto;
    font-size: 1.125rem;
  }
  .custom-select-list {
    text-align: left;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8em;
    padding: 0.25em 0;
    overflow-y: scroll;
  }
  .custom-select-list::-webkit-scrollbar {
    width: 0;
  }
  .custom-select-list > li {
    padding: 0 1em;
    line-height: 1.5em;
  }
  .custom-select-list > li.selected, .custom-select-list > li:hover {
    background-color: #f5f5f5;
  }

  .m-pageNavis-item {
    font-size: 1.3rem;
    margin-left: 22px;
    margin-right: 22px;
  }
  .m-pageNavis-item.is-prev img, .m-pageNavis-item.is-next img {
    width: 16px;
  }

  .m-catHead01 {
    height: 400px;
  }
  .m-catHead01.is-noBg {
    height: 320px;
  }
  .m-catHead01-h .main {
    font-size: 4rem;
  }
  .m-catHead01-h .sub {
    font-size: 2rem;
  }
  .m-catHead01-h .sub a{
    color: #FFFFFF;
  }

  .m-products01-item {
    width: 31%;
    margin-bottom: 110px;
  }
  .m-products01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-products01-h {
    font-size: 2rem;
  }
  .m-products01-tag {
    font-size: 0.9rem;
  }
  .m-products01-price {
    font-size: 1.2rem;
  }

  .m-product-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  .m-product-head-col1 {
    width: 50%;
  }
  .m-product-head-col2 {
    width: 41.1%;
  }
  .m-product-head-lead {
    margin-bottom: 2.5em;
  }
  .m-product-price {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  .m-product-price .num {
    font-size: 4rem;
  }
  .m-product-quantity-button {
    width: 60px;
    height: 60px;
  }
  .m-product-quantity-label {
    font-size: 1.3rem;
    width: 60px;
    height: 60px;
  }
  .m-product-addBtn {
    padding: 12px;
    font-size: 1.2rem;
  }
  .m-product-addBtn .ico img {
    width: 40px;
  }
  .m-product-lead {
    margin-bottom: 110px;
  }
  .m-product-lead-mv {
    margin-bottom: 35px;
  }
  .m-product-lead-h {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .m-product-text {
    margin-bottom: 110px;
  }
  .m-product-features-item {
    width: 31%;
    margin-bottom: 5%;
  }
  .m-product-features-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-product-features-img {
    margin-bottom: 30px;
  }
  .m-product-features-h {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .m-product-related-h {
    font-size: 2.3rem;
  }

  .m-pankuzu {
    margin-bottom: 50px;
  }
  .m-pankuzu-links {
    display: flex;
    font-size: 1.2rem;
  }
  .m-slide01-navWrap {
    margin-top: 20px;
  }
  .m-slide01-navs-frame {
    margin: 0 auto;
  }
  .m-slide01-navs-item {
    width: calc(25% + 20px );
    max-width: 95px;
    margin: 0 10px;
  }

  .m-slide02-imgs-frame {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .m-slide02-imgs-item {
    width: calc(25% - 40px );
    margin: 0 20px;
  }
  .m-slide02-num {
    display: none;
  }
  .m-slide02-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }
  .m-slide02-arrow img {
    width: 16px;
  }

  .m-slide03-imgs-frame {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .m-slide03-imgs-item {
    width: calc(25% - 40px );
    margin: 0 20px;
  }
  .m-slide03-arrow {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
  }
  .m-slide03-arrow img {
    width: 16px;
  }
  .m-slide03-arrow.is-prev {
    left: 0;
  }
  .m-slide03-arrow.is-next {
    right: 0;
  }

  .m-cart-steps {
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .m-cart-steps-item .label {
    margin-top: 32px;
  }
  .m-cart-steps-item .dot {
    width: 12px;
    height: 12px;
  }
  .m-cart-table {
    margin-bottom: 110px;
  }
  .m-cart-table thead th {
    padding: 16px;
  }
  .m-cart-table thead th.is-product {
    text-align: left;
  }
  .m-cart-table tbody td {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-cart-table-img .img {
    width: 160px;
    margin-right: 25px;
  }
  .m-cart-table-img .label {
    flex: 1;
  }
  .m-cart-table-imgClear {
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 20px;
  }
  .m-cart-table-quantity-button {
    width: 60px;
    height: 60px;
  }
  .m-cart-table-quantity-label {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
  .m-cart-table-price, .m-cart-table-status {
    font-size: 1.3rem;
    padding: 0 30px;
    white-space: nowrap;
  }
  .m-cart-table-total {
    font-size: 1.3rem;
    white-space: nowrap;
    padding: 0 30px;
  }
  .m-cart-table-delete .ico {
    font-size: 2rem;
  }
  .m-cart-subtotal {
    font-size: 2rem;
    margin-bottom: 60px;
  }
  .m-cart-subtotal-h {
    margin-right: 3em;
  }
  .m-cart-subtotal-price .num {
    font-size: 4rem;
  }
  .m-cart-foot {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .m-cart-notes {
    font-size: 0.9rem;
  }
  .m-shipping-clear {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .m-shipping-col1 {
    width: 50%;
  }
  .m-shipping-form {
    padding: 50px 0;
  }
  .m-shipping-form-row:not(:last-child) {
    margin-bottom: 30px;
  }
  .m-shipping-form-th {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }
  .is-confirmation .m-shipping-form-td {
    font-size: 1.3rem;
  }
  .m-shipping-col2 {
    width: 41.1%;
  }
  .m-shipping-subtotal {
    padding: 32px 35px;
    margin-bottom: 16px;
  }
  .m-shipping-subtotal-h {
    font-size: 2rem;
  }
  .m-shipping-item-h {
    font-size: 1.3rem;
  }
  .m-shipping-itemTable .quantity {
    font-size: 1.3rem;
  }
  .m-shipping-itemTable .price {
    font-size: 1.3rem;
  }
  .m-shipping-priceTable .name {
    font-size: 1.3rem;
  }
  .m-shipping-priceTable .price {
    font-size: 1.3rem;
  }
  .m-shipping-total .label {
    font-size: 1.3rem;
  }
  .m-shipping-total .num {
    font-size: 2rem;
  }
  .m-shipping-paypal {
    max-width: 360px;
  }
  .m-shipping-finished {
    padding: 45px;
  }
  .m-shipping-finished-lead {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-shipping-finished-number {
    font-size: 2rem;
  }

  .m-orderStatus-inputArea {
    display: flex;
    align-items: flex-end;
    margin-bottom: 100px;
    padding: 50px 0;
  }
  .m-orderStatus-inputArea-col:not(:last-child) {
    margin-right: 30px;
  }
  .m-orderStatus-inputArea-col.is-input {
    width: 400px;
  }
  .m-downloads {
    margin-bottom: -10%;
  }
  .m-downloads-h {
    font-size: 1.4rem;
  }

  .m-faq-q {
    font-size: 1.4rem;
    padding: 35px 35px;
  }
  .m-faq-a {
    padding-left: 66px;
    padding-right: 80px;
  }

  .m-newses-item {
    width: 31%;
    margin-bottom: 110px;
  }
  .m-newses-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-newses-h {
    font-size: 1.4rem;
  }
  .m-news-head {
    margin-bottom: 30px;
  }
  .m-news-col1 {
    margin-bottom: 30px;
  }
  .m-news-h {
    font-size: 3rem;
    flex: 1;
  }
  .m-news-share-h {
    font-size: 1.2rem;
  }
  .m-news-snses-item img {
    width: 48px;
    height: 48px;
  }
  .m-company-history-years:after {
    left: 50%;
  }
  .m-company-history-years:before {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
  }
  .m-company-history-years-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .m-company-history-years-item:nth-child(2n+1) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .m-company-history-years-txts {
    width: 50%;
    display: flex;
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-txts {
    flex-direction: row-reverse;
  }
  .m-company-history-years-txts-in {
    max-width: 345px;
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-txts-in {
    margin-left: 30px;
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-txts-in {
    margin-right: 30px;
    text-align: right;
  }
  .m-company-history-years-head {
    margin-bottom: 20px;
  }
  .is-right .m-company-history-years-head {
    flex-direction: row-reverse;
  }
  .m-company-history-years-line {
    width: 100px;
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-line:before {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-line:after {
    right: 0;
    transform: translate(50%, -50%);
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-line:before {
    right: 0;
    transform: translate(50%, -50%);
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-line:after {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .m-company-history-years-line:before {
    width: 8px;
    height: 8px;
  }
  .m-company-history-years-line:after {
    width: 8px;
    height: 8px;
  }
  .m-company-history-years-h {
    font-size: 2rem;
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .m-company-partners {
    height: calc(100vh - 80px);
    background-position: right 10% center;
    background-size: 60%;
  }
  .m-company-partners-wrap {
    display: flex;
    justify-content: space-between;
  }
  .m-company-partners-head {
    margin-top: 20px;
  }
  .m-company-partners-mapWrap {
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .m-company-partners-mapWrap .labels {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .m-company-partners-pinWrap {
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .m-company-offices {
    padding: 0 30px;
  }
  .m-company-offices-clear {
    margin-top: 248px;
  }
  .m-company-offices-wrap {
    width: 580px;
    padding: 50px 20px;
    height: calc(100vh - 240px);
  }
  .m-company-offices-item {
    margin-bottom: 60px;
  }
  .m-company-offices-country {
    font-size: 1.625rem;
  }
  .m-company-offices-info:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-company-offices-h {
    font-size: 1.625rem;
  }
  .m-company-offices-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }
  .m-company-offices-arrow img {
    width: 16px;
  }
  .m-company-offices-arrow.is-prev {
    left: 24px;
  }
  .m-company-offices-arrow.is-next {
    right: 24px;
  }

  .m-charm:not(:last-child) {
    margin-bottom: 140px;
  }
  .m-charm-clear {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .m-charm:nth-child(2n) .m-charm-clear {
    flex-direction: row-reverse;
  }
  .m-charm-col1 {
    width: calc(50% + 50vw - 560px);
  }
  .m-charm:nth-child(2n+1) .m-charm-col1 {
    margin-left: calc(560px - 50vw);
  }
  .m-charm:nth-child(2n) .m-charm-col1 {
    margin-right: calc(560px - 50vw);
  }
  .m-charm-col2 {
    width: 40%;
  }
  .m-charm-col2:after {
    height: 100px;
  }
  .m-charm-h {
    font-size: 2rem;
  }
  .m-contact-question-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -80px;
  }
  .m-contact-question-links-item {
    width: 33.3%;
    padding: 0 3% 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-contact-question-links-item:not(:nth-child(3n)):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 160px;
    background: #a8a8a8;
  }
  .m-contact-question-links-ico img {
    width: 100px;
  }
  .m-contact-question-links-h {
    font-size: 2rem;
  }
  .m-contact-partners {
    padding-bottom: 80px;
  }
  .m-contact-partners-links {
    display: flex;
    flex-wrap: wrap;
  }
  .m-contact-partners-links-item {
    width: 50%;
    padding: 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .m-contact-partners-links-item:not(:nth-child(2n)):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 130px;
    width: 1px;
    height: 160px;
    background: #a8a8a8;
  }
  .m-contact-partners-links-h {
    font-size: 2rem;
  }

  .m-spProduct-mv-img {
    margin-top: -8vw;
  }
  .m-spProduct-mv-img img {
    width: 100%;
  }
  .m-spProduct-mv-txts {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
  }
  .m-spProduct-mv-txts-in {
    width: 980px;
    max-width: calc(100vw - 80px);
    display: flex;
    justify-content: center;
    padding-bottom: 6vw;
  }
  .is-365 .m-spProduct-mv-txts-in {
    padding-bottom: 6vw;
  }
  .m-spProduct-mv-h .sub {
    font-size: 2rem;
  }
  .m-spProduct-mv-h .main {
    font-size: 3.75rem;
  }
  .m-spProduct-lead {
    padding-top: 100px;
  }
  .m-spProduct-lead-head {
    display: flex;
    align-items: center;
  }
  .is-400 .m-spProduct-lead-head {
    justify-content: space-between;
    margin-bottom: 180px;
  }
  .m-spProduct-lead-txts {
    width: 50%;
  }
  .m-spProduct-lead-h {
    font-size: 3.3rem;
  }
  .is-365 .m-spProduct-lead-lead {
    width: 29%;
    order: 3;
  }
  .is-365 .m-spProduct-lead-img {
    width: 23%;
    margin-right: 3%;
    order: 2;
  }
  .is-400 .m-spProduct-lead-img {
    margin-right: 3%;
    width: calc(47% + 50vw - 640px);
    margin-left: calc(640px - 50vw);
  }
  .m-spProduct-lead-img02 {
    margin-bottom: 90px;
  }
  .is-365 .m-spProduct-lead-img02 {
    transform: translate(-165px, 60px);
  }
  .is-365 .m-spProduct-lead-img02.on {
    box-shadow: 195px -90px 0 0 #d6d6d6;
    transform: translate(-195px, 90px);
    position: relative;
    left: calc(835px - 50vw);
  }
  .is-400 .m-spProduct-lead-img02 {
    transform: translateX(165px);
  }
  .is-400 .m-spProduct-lead-img02.on {
    box-shadow: -195px 90px 0 0 #d6d6d6;
    transform: translateX(195px);
    position: relative;
    right: calc(835px - 50vw);
  }
  .m-spProduct-point {
    padding-top: 90px;
  }
  .m-spProduct-point-num {
    width: 180px;
    height: 180px;
  }
  .m-spProduct-point-num .sub {
    font-size: 1.1rem;
  }
  .m-spProduct-point-num .num {
    font-size: 3.5rem;
  }
  .m-spProduct-point-lead {
    max-width: 460px;
  }
  .m-spProduct-point-img {
    margin-top: 40px;
    transition: 1s;
    opacity: 0;
    transform: translate(-30px, 30px);
  }
  .m-spProduct-point-img img {
    transition: 1s;
  }
  .m-spProduct-point-img.on {
    opacity: 1;
    transform: translate(0, 0);
  }
  .m-spProduct-point-img.on img {
    box-shadow: 380px -100px 0 0 #d6d6d6;
  }
  .m-spProduct-point-img02 {
    padding: 200px 0 110px;
    margin-top: -210px;
  }
  .m-spProduct-point01_400-clear {
    display: flex;
    align-items: flex-end;
  }
  .m-spProduct-point01_400-col1 {
    width: 45%;
    margin-right: 5%;
  }
  .m-spProduct-point01_400-img {
    width: calc(50% + 50vw - 560px);
    margin-right: calc(560px - 50vw);
    text-align: right;
  }
  .m-spProduct-point02_400-flex {
    display: flex;
    justify-content: flex-end;
  }
  .m-spProduct-point02_400-txts {
    width: 460px;
  }
  .m-spProduct-point02_400-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -780px;
    width: 1563px;
  }
  .m-spProduct-point02_400-img-wrap {
    height: 820px;
    background: #f5f5f5;
    position: relative;
    margin-top: -320px;
  }
  .m-spProduct-point03-flex {
    height: 960px;
    padding-bottom: 100px;
    display: flex;
    align-items: flex-end;
  }
  .is-365 .m-spProduct-point03-flex {
    justify-content: flex-end;
  }
  .m-spProduct-point03-lead {
    max-width: 460px;
  }
  .m-spProduct-accessories-txts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 48px;
    margin-top: 50px;
  }
  .m-spProduct-accessories-txts:before {
    border-bottom: 24px solid #f5f5f5;
  }
  .m-spProduct-accessories-col1 {
    width: 52%;
  }
  .m-spProduct-accessories-col2 {
    width: 33%;
  }
  .m-spProduct-accessories-arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }
  .m-spProduct-accessories-arrow img {
    width: 18px;
  }
  .m-spProduct-accessories-arrow.is-prev {
    left: -64px;
  }
  .m-spProduct-accessories-arrow.is-next {
    right: -64px;
  }
  .m-spProduct-specification-clear {
    display: flex;
    align-items: center;
  }
  .m-spProduct-specification-col1 {
    width: 40%;
  }
  .m-spProduct-specification-col1 img {
    max-height: 80vh;
  }
  .m-spProduct-specification-col2 {
    width: 47%;
    margin-left: 10%;
  }
  .m-spProduct-specification-table {
    font-size: 1.3rem;
  }
  .m-spProduct-otherLink {
    padding: 40px 0;
  }
  .m-spProduct-otherLink-btn a {
    width: 340px;
    font-size: 2rem;
  }
  .m-spProduct-otherLink-btn:before, .m-spProduct-otherLink-btn:after {
    height: 100px;
  }

  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 8px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }

  .u-mt-xs {
    margin-top: 10px !important;
  }

  .u-mt-s {
    margin-top: 20px !important;
  }

  .u-mt {
    margin-top: 30px !important;
  }

  .u-mt-l {
    margin-top: 40px !important;
  }

  .u-mt-xl {
    margin-top: 60px !important;
  }

  .u-mt-2xl {
    margin-top: 80px !important;
  }

  .u-mt-3xl {
    margin-top: 100px !important;
  }

  .u-mb-2xs {
    margin-bottom: 5px !important;
  }

  .u-mb-xs {
    margin-bottom: 10px !important;
  }

  .u-mb-s {
    margin-bottom: 20px !important;
  }

  .u-mb {
    margin-bottom: 30px !important;
  }

  .u-mb-l {
    margin-bottom: 40px !important;
  }

  .u-mb-xl {
    margin-bottom: 60px !important;
  }

  .u-mb-2xl {
    margin-bottom: 80px !important;
  }

  .u-mb-3xl {
    margin-bottom: 100px !important;
  }

  .u-ml-1em {
    margin-left: 1em !important;
  }

  .u-mr-1em {
    margin-right: 1em !important;
  }

  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }

  .u-pt-xs {
    padding-top: 10px !important;
  }

  .u-pt-s {
    padding-top: 20px !important;
  }

  .u-pt {
    padding-top: 30px !important;
  }

  .u-pt-l {
    padding-top: 40px !important;
  }

  .u-pt-xl {
    padding-top: 60px !important;
  }

  .u-pt-2xl {
    padding-top: 80px !important;
  }

  .u-pt-3xl {
    padding-top: 100px !important;
  }

  .u-pb-2xs {
    padding-bottom: 5px !important;
  }

  .u-pb-xs {
    padding-bottom: 10px !important;
  }

  .u-pb-s {
    padding-bottom: 20px !important;
  }

  .u-pb {
    padding-bottom: 30px !important;
  }

  .u-pb-l {
    padding-bottom: 40px !important;
  }

  .u-pb-xl {
    padding-bottom: 60px !important;
  }

  .u-pb-2xl {
    padding-bottom: 80px !important;
  }

  .u-pb-3xl {
    padding-bottom: 100px !important;
  }

  .u-p-xs {
    padding: 10px !important;
  }

  .u-p-s {
    padding: 20px !important;
  }

  .u-p {
    padding: 30px !important;
  }

  .u-p-l {
    padding: 40px !important;
  }

  .u-p-xl {
    padding: 60px !important;
  }

  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 2rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.7rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg em {
    font-size: 2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }

  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }

  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }

  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }

  /* ---------------------------
  fixedAfterScroll
  --------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
}
@media screen and (min-width: 1025px) and (max-width: 1399px), print {
  /* ==========================================================================
     PC
     ========================================================================== */
  .wrapin {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 16px;
  }

  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    padding: 0 44px;
    height: 80px;
  }
  .l-header-logo img {
    width: 222px;
  }
  .l-header-icons {
    margin-left: 30px;
  }
  .l-header-icons-item {
    font-size: 1.1rem;
  }
  .l-header-icons-item img {
    width: 40px;
  }
  .l-header-icons-item:not(:nth-child(1)) {
    margin-left: 22px;
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 80px 0;
  }
  .l-footer-row1 {
    margin-bottom: 40px;
  }
  .l-footer-row2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .l-footer-col1 {
    flex: 1;
  }
  .l-footer-cats {
    display: flex;
  }
  .l-footer-cats-item:not(:last-child) {
    margin-right: 80px;
  }
  .l-footer-cats-btn {
    margin-bottom: 0.7em;
    font-size: 1.3rem;
  }
  .l-footer-cats-btn .ico {
    display: none;
  }
  .l-footer-links.is-2cols {
    margin-right: 3em;
  }
  .l-footer-links-item {
    white-space: nowrap;
    margin-bottom: 0.6em;
  }
  .l-footer-snses-item img {
    width: 32px;
    height: 32px;
  }
  .l-footer-row3 {
    display: flex;
    justify-content: space-between;
  }
  .l-footer-pagetop {
    position: absolute;
    right: 60px;
    bottom: 60px;
  }

  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-clear {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 80px;
  }
  .l-post-main {
    width: 67%;
  }
  .l-post-sub {
    width: 24%;
  }
  .l-post-sub-sec:not(:last-child) {
    margin-bottom: 40px;
  }
  .l-post-subPosts-item {
    font-size: 1.3rem;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-930 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-960 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1200 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1280 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1380 {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1460 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* ---------------------------
  btn
  --------------------------- */
  .m-btn01 {
    padding: 18px 14px;
  }
  .m-btn01:before {
    left: -80px;
    width: 160px;
  }
  .m-btn01 .ico {
    width: 30px;
    margin-right: 15px;
  }
  .m-btn01.size-260pc {
    width: 260px;
  }
  .m-btn01.arrow-r {
    padding-right: 25px;
  }
  .m-btn01.arrow-l {
    padding-left: 25px;
  }
  .m-btn01.is-smallPadding {
    padding: 9px 6px;
    border-radius: 4px;
  }
  .m-btn02:before {
    width: 48px;
    height: 48px;
    background-size: 20px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btns1col-item {
    width: 260px;
  }
  .m-btns1col-item.is-w480 {
    width: 480px;
  }

  /* ---------------------------
  m-cols01
  --------------------------- */
  .m-cols01-clear {
    display: flex;
    justify-content: space-between;
  }
  .m-cols01-col1 {
    width: 25%;
  }
  .m-cols01-col2 {
    width: 70%;
  }

  /* ---------------------------
  m-gnav
  --------------------------- */
  .m-gnav {
    display: flex;
    align-items: center;
  }
  .m-gnav-links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .m-gnav-links-item {
    font-size: 1.1rem;
  }
  .m-gnav-links-item:not(:nth-child(1)) {
    margin-left: 2.2em;
  }
  .m-gnav-btn {
    display: none;
  }
  .m-gnav-btn-lines-item {
    height: 6px;
  }
  .m-gnav-contact {
    width: 620px;
    margin: 0 auto 60px;
  }

  /* ---------------------------
  h
  --------------------------- */
  .m-h01 {
    font-size: 4rem;
  }
  .m-h01 .fz2rem {
    font-size: 0.5em;
  }
  .m-h02 {
    font-size: 2rem;
  }
  .m-home-mv video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .m-home-mv-imgs-txts {
    left: 50%;
    top: 70%;
    margin-left: -460px;
  }
  .m-home-mv-imgs-txt1 {
    font-size: 2rem;
  }
  .m-home-mv-imgs-txt2 {
    font-size: 1.1rem;
  }
  .m-home-mv-imgs-arrow {
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    margin-right: 12px;
  }
  .m-home-mv-imgs-dots {
    bottom: 30px;
  }
  .m-home-mv-video {
    height: 56.25vw;
    width: 100%;
  }
.m-home-products-in {
    display: flex;
    align-items: center;
  }
  .m-home-products-item:nth-child(2n+1) .m-home-products-in {
    flex-direction: row-reverse;
  }
  .m-home-products-img {
    width: 60%;
  }
  .m-home-products-txts {
    width: 40%;
    padding-left: 80px;
  }
  .m-home-products-h {
    font-size: 4rem;
  }
  .m-home-products-txt01 {
    font-size: 2rem;
  }
  .m-home-principle-in {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 733px;
  }
  .m-home-principle-h {
    font-size: 4rem;
  }
  .m-home-media {
    padding: 130px 0;
  }
  .m-home-media-h {
    font-size: 4rem;
  }
  .m-home-partners {
    padding: 50px 0;
  }
  .m-home-partners-in {
    position: relative;
  }
  .m-home-partners-txts {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-home-partners-h {
    font-size: 4rem;
  }
  .m-home-partners-txt {
    font-size: 2rem;
  }
  .m-home-partners-map {
    text-align: right;
    margin-right: -140px;
  }

  /* ---------------------------
  m-items
  --------------------------- */
  .m-items.is-fdrr-pc {
    flex-direction: row-reverse;
  }
  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%;
  }
  .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%;
  }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%;
  }
  .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%;
  }
  .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }
  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%;
  }
  .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
    margin-right: 2.2%;
  }
  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%;
  }
  .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
    margin-right: 2.2%;
  }

  .m-contiguousItems-item {
    height: 100%;
  }
  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2);
  }
  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3);
  }
  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4);
  }
  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5);
  }
  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6);
  }

  .tbOnly {
    display: none;
  }

  .spOnly {
    display: none;
  }

  #wrapper {
    padding-top: 80px;
  }
  #cat-home #wrapper, #cat-product.page-index #wrapper {
    padding-top: 0;
  }

  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }

  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }

  /* ---------------------------
  m-post
  --------------------------- */
  .m-post-article {
    padding-top: 25px;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
  .m-post-date {
    margin-bottom: 25px;
  }
  .m-post-h {
    font-size: 1.7rem;
  }
  .m-post-eyecatch {
    margin-bottom: 30px;
  }
  .m-post-postLinks {
    display: flex;
    justify-content: space-between;
  }
  .m-post-postLinks-item {
    width: 31%;
  }

  /* ---------------------------
  m-form
  --------------------------- */
  .m-form-in {
    width: 800px;
    margin: 0 auto;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-table01 {
    margin-bottom: 30px;
  }
  .m-form-table01 > tbody > tr > th, .m-form-table01 > tbody > tr > td {
    padding: 25px 0;
    vertical-align: top;
    border-bottom: 1px solid #d6d6d6;
  }
  .m-form-table01 > tbody > tr > th {
    width: 250px;
    padding-right: 20px;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: calc(100% / 3);
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #f5f5f5;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .custom-select {
    position: relative;
    margin-left: 0;
    width: 90%;
    margin-top: 40px;
  }
  .custom-select:before {
    content: "";
    border-top: 6px solid #333333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 16px;
    top: 20px;
    display: block;
    z-index: 1;
  }
  .custom-select-handle.u-input {
    width: 100%;
    border: 0;
    padding: 12px 16px;
    outline: none;
    border-radius: 0;
    cursor: auto;
    font-size: 1.125rem;
  }
  .custom-select-list {
    text-align: left;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8em;
    padding: 0.25em 0;
    overflow-y: scroll;
  }
  .custom-select-list::-webkit-scrollbar {
    width: 0;
  }
  .custom-select-list > li {
    padding: 0 1em;
    line-height: 1.5em;
  }
  .custom-select-list > li.selected, .custom-select-list > li:hover {
    background-color: #f5f5f5;
  }

  .m-pageNavis-item {
    font-size: 1.3rem;
    margin-left: 22px;
    margin-right: 22px;
  }
  .m-pageNavis-item.is-prev img, .m-pageNavis-item.is-next img {
    width: 16px;
  }

  .m-catHead01 {
    height: 400px;
  }
  .m-catHead01.is-noBg {
    height: 320px;
  }
  .m-catHead01-h .main {
    font-size: 4rem;
  }
  .m-catHead01-h .sub {
    font-size: 2rem;
  }
  .m-catHead01-h .sub a{
    color: #FFFFFF;
  }
  .m-products01-item {
    width: 31%;
    margin-bottom: 110px;
  }
  .m-products01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-products01-h {
    font-size: 2rem;
  }
  .m-products01-tag {
    font-size: 0.9rem;
  }
  .m-products01-price {
    font-size: 1.2rem;
  }

  .m-product-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  .m-product-head-col1 {
    width: 50%;
  }
  .m-product-head-col2 {
    width: 41.1%;
  }
  .m-product-head-lead {
    margin-bottom: 2.5em;
  }
  .m-product-price {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  .m-product-price .num {
    font-size: 4rem;
  }
  .m-product-quantity-button {
    width: 60px;
    height: 60px;
  }
  .m-product-quantity-label {
    font-size: 1.3rem;
    width: 60px;
    height: 60px;
  }
  .m-product-addBtn {
    padding: 12px;
    font-size: 1.2rem;
  }
  .m-product-addBtn .ico img {
    width: 40px;
  }
  .m-product-lead {
    margin-bottom: 110px;
  }
  .m-product-lead-mv {
    margin-bottom: 35px;
  }
  .m-product-lead-h {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .m-product-text {
    margin-bottom: 110px;
  }
  .m-product-features-item {
    width: 31%;
    margin-bottom: 5%;
  }
  .m-product-features-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-product-features-img {
    margin-bottom: 30px;
  }
  .m-product-features-h {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .m-product-related-h {
    font-size: 2.3rem;
  }

  .m-pankuzu {
    margin-bottom: 50px;
  }
  .m-pankuzu-links {
    display: flex;
    font-size: 1.2rem;
  }
  .m-slide01-navWrap {
    margin-top: 20px;
  }
  .m-slide01-navs-frame {
    margin: 0 auto;
  }
  .m-slide01-navs-item {
    width: calc(25% + 20px );
    max-width: 95px;
    margin: 0 10px;
  }

  .m-slide02-imgs-frame {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .m-slide02-imgs-item {
    width: calc(25% - 40px );
    margin: 0 20px;
  }
  .m-slide02-num {
    display: none;
  }
  .m-slide02-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }
  .m-slide02-arrow img {
    width: 16px;
  }

  .m-slide03-imgs-frame {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .m-slide03-imgs-item {
    width: calc(25% - 40px );
    margin: 0 20px;
  }
  .m-slide03-arrow {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
  }
  .m-slide03-arrow img {
    width: 16px;
  }
  .m-slide03-arrow.is-prev {
    left: 0;
  }
  .m-slide03-arrow.is-next {
    right: 0;
  }

  .m-cart-steps {
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .m-cart-steps-item .label {
    margin-top: 32px;
  }
  .m-cart-steps-item .dot {
    width: 12px;
    height: 12px;
  }
  .m-cart-table {
    margin-bottom: 110px;
  }
  .m-cart-table thead th {
    padding: 16px;
  }
  .m-cart-table thead th.is-product {
    text-align: left;
  }
  .m-cart-table tbody td {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-cart-table-img .img {
    width: 160px;
    margin-right: 25px;
  }
  .m-cart-table-img .label {
    flex: 1;
  }
  .m-cart-table-imgClear {
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 20px;
  }
  .m-cart-table-quantity-button {
    width: 60px;
    height: 60px;
  }
  .m-cart-table-quantity-label {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
  .m-cart-table-price, .m-cart-table-status {
    font-size: 1.3rem;
    padding: 0 30px;
    white-space: nowrap;
  }
  .m-cart-table-total {
    font-size: 1.3rem;
    white-space: nowrap;
    padding: 0 30px;
  }
  .m-cart-table-delete .ico {
    font-size: 2rem;
  }
  .m-cart-subtotal {
    font-size: 2rem;
    margin-bottom: 60px;
  }
  .m-cart-subtotal-h {
    margin-right: 3em;
  }
  .m-cart-subtotal-price .num {
    font-size: 4rem;
  }
  .m-cart-foot {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .m-cart-notes {
    font-size: 0.9rem;
  }
  .m-shipping-clear {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .m-shipping-col1 {
    width: 50%;
  }
  .m-shipping-form {
    padding: 50px 0;
  }
  .m-shipping-form-row:not(:last-child) {
    margin-bottom: 30px;
  }
  .m-shipping-form-th {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }
  .is-confirmation .m-shipping-form-td {
    font-size: 1.3rem;
  }
  .m-shipping-col2 {
    width: 41.1%;
  }
  .m-shipping-subtotal {
    padding: 32px 35px;
    margin-bottom: 16px;
  }
  .m-shipping-subtotal-h {
    font-size: 2rem;
  }
  .m-shipping-item-h {
    font-size: 1.3rem;
  }
  .m-shipping-itemTable .quantity {
    font-size: 1.3rem;
  }
  .m-shipping-itemTable .price {
    font-size: 1.3rem;
  }
  .m-shipping-priceTable .name {
    font-size: 1.3rem;
  }
  .m-shipping-priceTable .price {
    font-size: 1.3rem;
  }
  .m-shipping-total .label {
    font-size: 1.3rem;
  }
  .m-shipping-total .num {
    font-size: 2rem;
  }
  .m-shipping-paypal {
    max-width: 360px;
  }
  .m-shipping-finished {
    padding: 45px;
  }
  .m-shipping-finished-lead {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-shipping-finished-number {
    font-size: 2rem;
  }

  .m-orderStatus-inputArea {
    display: flex;
    align-items: flex-end;
    margin-bottom: 100px;
    padding: 50px 0;
  }
  .m-orderStatus-inputArea-col:not(:last-child) {
    margin-right: 30px;
  }
  .m-orderStatus-inputArea-col.is-input {
    width: 400px;
  }
  .m-downloads {
    margin-bottom: -10%;
  }
  .m-downloads-h {
    font-size: 1.4rem;
  }

  .m-faq-q {
    font-size: 1.4rem;
    padding: 35px 35px;
  }
  .m-faq-a {
    padding-left: 66px;
    padding-right: 80px;
  }

  .m-newses-item {
    width: 31%;
    margin-bottom: 110px;
  }
  .m-newses-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-newses-h {
    font-size: 1.4rem;
  }
  .m-news-head {
    margin-bottom: 30px;
  }
  .m-news-col1 {
    margin-bottom: 30px;
  }
  .m-news-h {
    font-size: 3rem;
    flex: 1;
  }
  .m-news-share-h {
    font-size: 1.2rem;
  }
  .m-news-snses-item img {
    width: 48px;
    height: 48px;
  }
  .m-company-history-years:after {
    left: 50%;
  }
  .m-company-history-years:before {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
  }
  .m-company-history-years-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .m-company-history-years-item:nth-child(2n+1) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .m-company-history-years-txts {
    width: 50%;
    display: flex;
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-txts {
    flex-direction: row-reverse;
  }
  .m-company-history-years-txts-in {
    max-width: 345px;
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-txts-in {
    margin-left: 30px;
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-txts-in {
    margin-right: 30px;
    text-align: right;
  }
  .m-company-history-years-head {
    margin-bottom: 20px;
  }
  .is-right .m-company-history-years-head {
    flex-direction: row-reverse;
  }
  .m-company-history-years-line {
    width: 100px;
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-line:before {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-line:after {
    right: 0;
    transform: translate(50%, -50%);
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-line:before {
    right: 0;
    transform: translate(50%, -50%);
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-line:after {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .m-company-history-years-line:before {
    width: 8px;
    height: 8px;
  }
  .m-company-history-years-line:after {
    width: 8px;
    height: 8px;
  }
  .m-company-history-years-h {
    font-size: 2rem;
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .m-company-partners {
    height: calc(100vh - 80px);
    background-position: right 10% center;
    background-size: 60%;
  }
  .m-company-partners-wrap {
    display: flex;
    justify-content: space-between;
  }
  .m-company-partners-head {
    margin-top: 20px;
  }
  .m-company-partners-mapWrap {
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .m-company-partners-mapWrap .labels {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .m-company-partners-pinWrap {
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .m-company-offices {
    padding: 0 30px;
  }
  .m-company-offices-clear {
    margin-top: 248px;
  }
  .m-company-offices-wrap {
    width: 580px;
    padding: 50px 20px;
    height: calc(100vh - 240px);
  }
  .m-company-offices-item {
    margin-bottom: 60px;
  }
  .m-company-offices-country {
    font-size: 1.625rem;
  }
  .m-company-offices-info:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-company-offices-h {
    font-size: 1.625rem;
  }
  .m-company-offices-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }
  .m-company-offices-arrow img {
    width: 16px;
  }
  .m-company-offices-arrow.is-prev {
    left: 24px;
  }
  .m-company-offices-arrow.is-next {
    right: 24px;
  }

  .m-charm:not(:last-child) {
    margin-bottom: 140px;
  }
  .m-charm-clear {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .m-charm:nth-child(2n) .m-charm-clear {
    flex-direction: row-reverse;
  }
  .m-charm-col1 {
    width: calc(50% + 50vw - 560px);
  }
  .m-charm:nth-child(2n+1) .m-charm-col1 {
    margin-left: calc(560px - 50vw);
  }
  .m-charm:nth-child(2n) .m-charm-col1 {
    margin-right: calc(560px - 50vw);
  }
  .m-charm-col2 {
    width: 40%;
  }
  .m-charm-col2:after {
    height: 100px;
  }
  .m-charm-h {
    font-size: 2rem;
  }
  .m-contact-question-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -80px;
  }
  .m-contact-question-links-item {
    width: 33.3%;
    padding: 0 3% 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-contact-question-links-item:not(:nth-child(3n)):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 160px;
    background: #a8a8a8;
  }
  .m-contact-question-links-ico img {
    width: 100px;
  }
  .m-contact-question-links-h {
    font-size: 2rem;
  }
  .m-contact-partners {
    padding-bottom: 80px;
  }
  .m-contact-partners-links {
    display: flex;
    flex-wrap: wrap;
  }
  .m-contact-partners-links-item {
    width: 50%;
    padding: 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .m-contact-partners-links-item:not(:nth-child(2n)):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 130px;
    width: 1px;
    height: 160px;
    background: #a8a8a8;
  }
  .m-contact-partners-links-h {
    font-size: 2rem;
  }

  .m-spProduct-mv-img {
    margin-top: -8vw;
  }
  .m-spProduct-mv-img img {
    width: 100%;
  }
  .m-spProduct-mv-txts {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
  }
  .m-spProduct-mv-txts-in {
    width: 980px;
    max-width: calc(100vw - 80px);
    display: flex;
    justify-content: center;
    padding-bottom: 6vw;
  }
  .is-365 .m-spProduct-mv-txts-in {
    padding-bottom: 6vw;
  }
  .m-spProduct-mv-h .sub {
    font-size: 2rem;
  }
  .m-spProduct-mv-h .main {
    font-size: 3.75rem;
  }
  .m-spProduct-lead {
    padding-top: 100px;
  }
  .m-spProduct-lead-head {
    display: flex;
    align-items: center;
  }
  .is-400 .m-spProduct-lead-head {
    justify-content: space-between;
    margin-bottom: 180px;
  }
  .m-spProduct-lead-txts {
    width: 50%;
  }
  .m-spProduct-lead-h {
    font-size: 3.3rem;
  }
  .is-365 .m-spProduct-lead-lead {
    width: 29%;
    order: 3;
  }
  .is-365 .m-spProduct-lead-img {
    width: 23%;
    margin-right: 3%;
    order: 2;
  }
  .is-400 .m-spProduct-lead-img {
    margin-right: 3%;
    width: calc(47% + 50vw - 640px);
    margin-left: calc(640px - 50vw);
  }
  .m-spProduct-lead-img02 {
    margin-bottom: 90px;
  }
  .is-365 .m-spProduct-lead-img02 {
    transform: translate(-165px, 60px);
  }
  .is-365 .m-spProduct-lead-img02.on {
    box-shadow: 195px -90px 0 0 #d6d6d6;
    transform: translate(-195px, 90px);
    position: relative;
    left: calc(835px - 50vw);
  }
  .is-400 .m-spProduct-lead-img02 {
    transform: translateX(165px);
  }
  .is-400 .m-spProduct-lead-img02.on {
    box-shadow: -195px 90px 0 0 #d6d6d6;
    transform: translateX(195px);
    position: relative;
    right: calc(835px - 50vw);
  }
  .m-spProduct-point {
    padding-top: 90px;
  }
  .m-spProduct-point-num {
    width: 180px;
    height: 180px;
  }
  .m-spProduct-point-num .sub {
    font-size: 1.1rem;
  }
  .m-spProduct-point-num .num {
    font-size: 3.5rem;
  }
  .m-spProduct-point-lead {
    max-width: 460px;
  }
  .m-spProduct-point-img {
    margin-top: 40px;
    transition: 1s;
    opacity: 0;
    transform: translate(-30px, 30px);
  }
  .m-spProduct-point-img img {
    transition: 1s;
  }
  .m-spProduct-point-img.on {
    opacity: 1;
    transform: translate(0, 0);
  }
  .m-spProduct-point-img.on img {
    box-shadow: 380px -100px 0 0 #d6d6d6;
  }
  .m-spProduct-point-img02 {
    padding: 200px 0 110px;
    margin-top: -210px;
  }
  .m-spProduct-point01_400-clear {
    display: flex;
    align-items: flex-end;
  }
  .m-spProduct-point01_400-col1 {
    width: 45%;
    margin-right: 5%;
  }
  .m-spProduct-point01_400-img {
    width: calc(50% + 50vw - 560px);
    margin-right: calc(560px - 50vw);
    text-align: right;
  }
  .m-spProduct-point02_400-flex {
    display: flex;
    justify-content: flex-end;
  }
  .m-spProduct-point02_400-txts {
    width: 460px;
  }
  .m-spProduct-point02_400-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -780px;
    width: 1563px;
  }
  .m-spProduct-point02_400-img-wrap {
    height: 820px;
    background: #f5f5f5;
    position: relative;
    margin-top: -320px;
  }
  .m-spProduct-point03-flex {
    height: 960px;
    padding-bottom: 100px;
    display: flex;
    align-items: flex-end;
  }
  .is-365 .m-spProduct-point03-flex {
    justify-content: flex-end;
  }
  .m-spProduct-point03-lead {
    max-width: 460px;
  }
  .m-spProduct-accessories-txts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 48px;
    margin-top: 50px;
  }
  .m-spProduct-accessories-txts:before {
    border-bottom: 24px solid #f5f5f5;
  }
  .m-spProduct-accessories-col1 {
    width: 52%;
  }
  .m-spProduct-accessories-col2 {
    width: 33%;
  }
  .m-spProduct-accessories-arrow {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .m-spProduct-accessories-arrow img {
    width: 14px;
  }
  .m-spProduct-accessories-arrow.is-prev {
    left: -24px;
  }
  .m-spProduct-accessories-arrow.is-next {
    right: -24px;
  }
  .m-spProduct-specification-clear {
    display: flex;
    align-items: center;
  }
  .m-spProduct-specification-col1 {
    width: 40%;
  }
  .m-spProduct-specification-col1 img {
    max-height: 80vh;
  }
  .m-spProduct-specification-col2 {
    width: 47%;
    margin-left: 10%;
  }
  .m-spProduct-specification-table {
    font-size: 1.3rem;
  }
  .m-spProduct-otherLink {
    padding: 40px 0;
  }
  .m-spProduct-otherLink-btn a {
    width: 340px;
    font-size: 2rem;
  }
  .m-spProduct-otherLink-btn:before, .m-spProduct-otherLink-btn:after {
    height: 100px;
  }

  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 8px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }

  .u-mt-xs {
    margin-top: 10px !important;
  }

  .u-mt-s {
    margin-top: 20px !important;
  }

  .u-mt {
    margin-top: 30px !important;
  }

  .u-mt-l {
    margin-top: 40px !important;
  }

  .u-mt-xl {
    margin-top: 60px !important;
  }

  .u-mt-2xl {
    margin-top: 80px !important;
  }

  .u-mt-3xl {
    margin-top: 100px !important;
  }

  .u-mb-2xs {
    margin-bottom: 5px !important;
  }

  .u-mb-xs {
    margin-bottom: 10px !important;
  }

  .u-mb-s {
    margin-bottom: 20px !important;
  }

  .u-mb {
    margin-bottom: 30px !important;
  }

  .u-mb-l {
    margin-bottom: 40px !important;
  }

  .u-mb-xl {
    margin-bottom: 60px !important;
  }

  .u-mb-2xl {
    margin-bottom: 80px !important;
  }

  .u-mb-3xl {
    margin-bottom: 100px !important;
  }

  .u-ml-1em {
    margin-left: 1em !important;
  }

  .u-mr-1em {
    margin-right: 1em !important;
  }

  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }

  .u-pt-xs {
    padding-top: 10px !important;
  }

  .u-pt-s {
    padding-top: 20px !important;
  }

  .u-pt {
    padding-top: 30px !important;
  }

  .u-pt-l {
    padding-top: 40px !important;
  }

  .u-pt-xl {
    padding-top: 60px !important;
  }

  .u-pt-2xl {
    padding-top: 80px !important;
  }

  .u-pt-3xl {
    padding-top: 100px !important;
  }

  .u-pb-2xs {
    padding-bottom: 5px !important;
  }

  .u-pb-xs {
    padding-bottom: 10px !important;
  }

  .u-pb-s {
    padding-bottom: 20px !important;
  }

  .u-pb {
    padding-bottom: 30px !important;
  }

  .u-pb-l {
    padding-bottom: 40px !important;
  }

  .u-pb-xl {
    padding-bottom: 60px !important;
  }

  .u-pb-2xl {
    padding-bottom: 80px !important;
  }

  .u-pb-3xl {
    padding-bottom: 100px !important;
  }

  .u-p-xs {
    padding: 10px !important;
  }

  .u-p-s {
    padding: 20px !important;
  }

  .u-p {
    padding: 30px !important;
  }

  .u-p-l {
    padding: 40px !important;
  }

  .u-p-xl {
    padding: 60px !important;
  }

  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 2rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.7rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg em {
    font-size: 2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }

  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }

  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }

  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }

  /* ---------------------------
  fixedAfterScroll
  --------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ==========================================================================
     TB
     ========================================================================== */
  .wrapin {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 14px;
  }

  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    padding: 0 44px;
    height: 80px;
    height: 60px;
  }
  .l-header-logo {
    margin-left: 60px;
  }
  .l-header-logo img {
    width: 260px;
  }
  .l-header-icons {
    margin-left: 30px;
  }
  .l-header-icons-item {
    font-size: 1.1rem;
  }
  .l-header-icons-item img {
    width: 40px;
  }
  .l-header-icons-item:not(:nth-child(1)) {
    margin-left: 22px;
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 80px 0;
  }
  .l-footer-row1 {
    margin-bottom: 40px;
  }
  .l-footer-row2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .l-footer-col1 {
    flex: 1;
  }
  .l-footer-cats {
    display: flex;
  }
  .l-footer-cats-item:not(:last-child) {
    margin-right: 80px;
  }
  .l-footer-cats-btn {
    margin-bottom: 0.7em;
    font-size: 1.3rem;
  }
  .l-footer-cats-btn .ico {
    display: none;
  }
  .l-footer-links.is-2cols {
    margin-right: 3em;
  }
  .l-footer-links-item {
    white-space: nowrap;
    margin-bottom: 0.6em;
  }
  .l-footer-snses-item img {
    width: 32px;
    height: 32px;
  }
  .l-footer-row3 {
    display: flex;
    justify-content: space-between;
  }
  .l-footer-pagetop {
    position: absolute;
    right: 60px;
    bottom: 60px;
  }

  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-clear {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 80px;
  }
  .l-post-main {
    width: 67%;
  }
  .l-post-sub {
    width: 24%;
  }
  .l-post-sub-sec:not(:last-child) {
    margin-bottom: 40px;
  }
  .l-post-subPosts-item {
    font-size: 1.3rem;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-930 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-960 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1200 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1280 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1380 {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1460 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* ---------------------------
  btn
  --------------------------- */
  .m-btn01 {
    padding: 18px 14px;
  }
  .m-btn01:before {
    left: -80px;
    width: 160px;
  }
  .m-btn01 .ico {
    width: 30px;
    margin-right: 15px;
  }
  .m-btn01.size-260pc {
    width: 260px;
  }
  .m-btn01.arrow-r {
    padding-right: 25px;
  }
  .m-btn01.arrow-l {
    padding-left: 25px;
  }
  .m-btn01.is-smallPadding {
    padding: 9px 6px;
    border-radius: 4px;
  }
  .m-btn01 .ico {
    width: 30px;
    margin-right: 10px;
  }
  .m-btn02:before {
    width: 48px;
    height: 48px;
    background-size: 20px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btns1col-item {
    width: 260px;
  }
  .m-btns1col-item.is-w480 {
    width: 480px;
  }

  /* ---------------------------
  m-cols01
  --------------------------- */
  .m-cols01-clear {
    display: flex;
    justify-content: space-between;
  }
  .m-cols01-col1 {
    width: 25%;
  }
  .m-cols01-col2 {
    width: 70%;
  }

  /* ---------------------------
  m-gnav
  --------------------------- */
  .m-gnav {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100vw;
    height: calc(100vh - 60px);
    padding: 20px;
    transform: translateX(-100vw);
    flex-direction: column;
    transition: 0.5s;
    pointer-events: none;
    z-index: 9;
    opacity: 0;
    overflow-y: auto;
    background: #808080;
    flex: 1;
  }
  .m-gnav.on {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }
  .m-gnav-links {
    margin-bottom: 30px;
  }
  .m-gnav-links-item {
    font-size: 1.2rem;
    padding: 18px 0;
  }
  .m-gnav-links-item a {
    color: #fff;
  }
  .m-gnav-btn {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
  }
  .m-gnav-btn-lines {
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 30px;
    height: 50px;
  }
  .on .m-gnav-btn-lines {
    transform: rotateY(-180deg);
  }
  .m-gnav-btn-lines-item {
    height: 2px;
  }
  .m-gnav-contact {
    width: 620px;
    margin: 0 auto 60px;
  }

  /* ---------------------------
  h
  --------------------------- */
  .m-h01 {
    font-size: 4rem;
  }
  .m-h01 .fz2rem {
    font-size: 0.5em;
  }
  .m-h02 {
    font-size: 2rem;
  }
  .m-home-mv video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .m-home-mv-imgs-txts {
    left: 50%;
    top: 70%;
    margin-left: -460px;
  }
  .m-home-mv-imgs-txt1 {
    font-size: 2rem;
  }
  .m-home-mv-imgs-txt2 {
    font-size: 1.1rem;
  }
  .m-home-mv-imgs-arrow {
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    margin-right: 12px;
  }
  .m-home-mv-imgs-dots {
    bottom: 30px;
  }
  .m-home-mv-video {
    height: 100%;
    width: 178vh;
  }
.m-home-products-in {
    display: flex;
    align-items: center;
  }
  .m-home-products-item:nth-child(2n+1) .m-home-products-in {
    flex-direction: row-reverse;
  }
  .m-home-products-img {
    width: 60%;
  }
  .m-home-products-txts {
    padding-left: 20px;
  }
  .m-home-products-h {
    font-size: 4rem;
  }
  .m-home-products-txt01 {
    font-size: 2rem;
  }
  .m-home-principle-in {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 733px;
  }
  .m-home-principle-h {
    font-size: 4rem;
  }
  .m-home-media {
    padding: 130px 0;
  }
  .m-home-media-h {
    font-size: 4rem;
  }
  .m-home-partners {
    padding: 50px 0;
  }
  .m-home-partners-in {
    position: relative;
  }
  .m-home-partners-txts {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-home-partners-h {
    font-size: 4rem;
  }
  .m-home-partners-txt {
    font-size: 2rem;
  }
  .m-home-partners-map {
    text-align: right;
    margin-right: -140px;
  }

  /* ---------------------------
  m-items
  --------------------------- */
  .m-items.is-fdrr-pc {
    flex-direction: row-reverse;
  }
  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%;
  }
  .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%;
  }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%;
  }
  .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%;
  }
  .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }
  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%;
  }
  .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
    margin-right: 2.2%;
  }
  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%;
  }
  .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
    margin-right: 2.2%;
  }

  .m-contiguousItems-item {
    height: 100%;
  }
  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2);
  }
  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3);
  }
  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4);
  }
  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5);
  }
  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6);
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: none;
    display: none;
  }

  #wrapper {
    padding-top: 80px;
    padding-top: 60px;
  }
  #cat-home #wrapper, #cat-product.page-index #wrapper {
    padding-top: 0;
  }

  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }

  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }

  /* ---------------------------
  m-post
  --------------------------- */
  .m-post-article {
    padding-top: 25px;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
  .m-post-date {
    margin-bottom: 25px;
  }
  .m-post-h {
    font-size: 1.7rem;
  }
  .m-post-eyecatch {
    margin-bottom: 30px;
  }
  .m-post-postLinks {
    display: flex;
    justify-content: space-between;
  }
  .m-post-postLinks-item {
    width: 31%;
  }

  /* ---------------------------
  m-form
  --------------------------- */
  .m-form-in {
    width: 800px;
    margin: 0 auto;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-table01 {
    margin-bottom: 30px;
  }
  .m-form-table01 > tbody > tr > th, .m-form-table01 > tbody > tr > td {
    padding: 25px 0;
    vertical-align: top;
    border-bottom: 1px solid #d6d6d6;
  }
  .m-form-table01 > tbody > tr > th {
    width: 250px;
    padding-right: 20px;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: calc(100% / 3);
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #f5f5f5;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .custom-select {
    position: relative;
    margin-left: 0;
    width: 90%;
    margin-top: 40px;
  }
  .custom-select:before {
    content: "";
    border-top: 6px solid #333333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 16px;
    top: 20px;
    display: block;
    z-index: 1;
  }
  .custom-select-handle.u-input {
    width: 100%;
    border: 0;
    padding: 12px 16px;
    outline: none;
    border-radius: 0;
    cursor: auto;
    font-size: 1.125rem;
  }
  .custom-select-list {
    text-align: left;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8em;
    padding: 0.25em 0;
    overflow-y: scroll;
  }
  .custom-select-list::-webkit-scrollbar {
    width: 0;
  }
  .custom-select-list > li {
    padding: 0 1em;
    line-height: 1.5em;
  }
  .custom-select-list > li.selected, .custom-select-list > li:hover {
    background-color: #f5f5f5;
  }

  .m-pageNavis-item {
    font-size: 1.3rem;
    margin-left: 22px;
    margin-right: 22px;
  }
  .m-pageNavis-item.is-prev img, .m-pageNavis-item.is-next img {
    width: 16px;
  }

  .m-catHead01 {
    height: 400px;
  }
  .m-catHead01.is-noBg {
    height: 320px;
  }
  .m-catHead01-h .main {
    font-size: 4rem;
  }
  .m-catHead01-h .sub {
    font-size: 2rem;
  }
  .m-catHead01-h .sub a{
    color: #FFFFFF;
  }
  .m-products01-item {
    width: 31%;
    margin-bottom: 110px;
  }
  .m-products01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-products01-h {
    font-size: 1.6rem;
  }
  .m-products01-tag {
    font-size: 0.9rem;
  }
  .m-products01-price {
    font-size: 1.2rem;
  }

  .m-product-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  .m-product-head-col1 {
    width: 50%;
  }
  .m-product-head-col2 {
    width: 41.1%;
  }
  .m-product-head-lead {
    margin-bottom: 2.5em;
  }
  .m-product-price {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  .m-product-price .num {
    font-size: 4rem;
  }
  .m-product-quantity-button {
    width: 48px;
    height: 48px;
  }
  .m-product-quantity-label {
    font-size: 1.3rem;
    width: 48px;
    height: 48px;
  }
  .m-product-addBtn {
    padding: 12px;
    font-size: 1.2rem;
  }
  .m-product-addBtn .ico img {
    width: 40px;
  }
  .m-product-lead {
    margin-bottom: 110px;
  }
  .m-product-lead-mv {
    margin-bottom: 35px;
  }
  .m-product-lead-h {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .m-product-text {
    margin-bottom: 80px;
  }
  .m-product-features-item {
    width: 31%;
    margin-bottom: 5%;
  }
  .m-product-features-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-product-features-img {
    margin-bottom: 30px;
  }
  .m-product-features-h {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .m-product-related-h {
    font-size: 2.3rem;
  }

  .m-pankuzu {
    margin-bottom: 50px;
  }
  .m-pankuzu-links {
    display: flex;
    font-size: 1.2rem;
  }
  .m-slide01-navWrap {
    margin-top: 20px;
  }
  .m-slide01-navs-frame {
    margin: 0 auto;
  }
  .m-slide01-navs-item {
    width: calc(25% + 20px );
    max-width: 95px;
    margin: 0 10px;
  }

  .m-slide02-imgs-frame {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .m-slide02-imgs-item {
    width: calc(25% - 40px );
    margin: 0 20px;
  }
  .m-slide02-num {
    display: none;
  }
  .m-slide02-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }
  .m-slide02-arrow img {
    width: 16px;
  }

  .m-slide03-imgs-frame {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .m-slide03-imgs-item {
    width: calc(25% - 40px );
    margin: 0 20px;
  }
  .m-slide03-arrow {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
  }
  .m-slide03-arrow img {
    width: 16px;
  }
  .m-slide03-arrow.is-prev {
    left: 0;
  }
  .m-slide03-arrow.is-next {
    right: 0;
  }

  .m-cart-steps {
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .m-cart-steps-item .label {
    margin-top: 32px;
  }
  .m-cart-steps-item .dot {
    width: 12px;
    height: 12px;
  }
  .m-cart-table {
    margin-bottom: 110px;
  }
  .m-cart-table thead th {
    padding: 16px;
  }
  .m-cart-table thead th.is-product {
    text-align: left;
  }
  .m-cart-table tbody td {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-cart-table-img .img {
    width: 100px;
    margin-right: 20px;
  }
  .m-cart-table-img .label {
    flex: 1;
  }
  .m-cart-table-imgClear {
    display: flex;
    align-items: center;
  }
  .m-cart-table-quantity-button {
    width: 36px;
    height: 36px;
  }
  .m-cart-table-quantity-label {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .m-cart-table-price, .m-cart-table-status {
    font-size: 1rem;
    padding: 0 16px;
    white-space: nowrap;
  }
  .m-cart-table-total {
    font-size: 1.3rem;
    white-space: nowrap;
    padding: 0 30px;
  }
  .m-cart-table-delete .ico {
    font-size: 2rem;
  }
  .m-cart-subtotal {
    font-size: 2rem;
    margin-bottom: 60px;
  }
  .m-cart-subtotal-h {
    margin-right: 3em;
  }
  .m-cart-subtotal-price .num {
    font-size: 4rem;
  }
  .m-cart-foot {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .m-cart-notes {
    font-size: 0.9rem;
  }
  .m-shipping-clear {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .m-shipping-col1 {
    width: 50%;
  }
  .m-shipping-form {
    padding: 50px 0;
  }
  .m-shipping-form-row:not(:last-child) {
    margin-bottom: 30px;
  }
  .m-shipping-form-th {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }
  .is-confirmation .m-shipping-form-td {
    font-size: 1.3rem;
  }
  .m-shipping-col2 {
    width: 41.1%;
  }
  .m-shipping-subtotal {
    padding: 32px 35px;
    margin-bottom: 16px;
  }
  .m-shipping-subtotal-h {
    font-size: 2rem;
  }
  .m-shipping-item-h {
    font-size: 1.3rem;
  }
  .m-shipping-itemTable .quantity {
    font-size: 1.3rem;
  }
  .m-shipping-itemTable .price {
    font-size: 1.3rem;
  }
  .m-shipping-priceTable .name {
    font-size: 1.3rem;
  }
  .m-shipping-priceTable .price {
    font-size: 1.3rem;
  }
  .m-shipping-total .label {
    font-size: 1.3rem;
  }
  .m-shipping-total .num {
    font-size: 2rem;
  }
  .m-shipping-paypal {
    max-width: 360px;
  }
  .m-shipping-finished {
    padding: 45px;
  }
  .m-shipping-finished-lead {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-shipping-finished-number {
    font-size: 2rem;
  }

  .m-orderStatus-inputArea {
    display: flex;
    align-items: flex-end;
    margin-bottom: 100px;
    padding: 50px 0;
  }
  .m-orderStatus-inputArea-col:not(:last-child) {
    margin-right: 30px;
  }
  .m-orderStatus-inputArea-col.is-input {
    width: 400px;
  }
  .m-downloads {
    margin-bottom: -10%;
  }
  .m-downloads-h {
    font-size: 1.4rem;
  }

  .m-faq-q {
    font-size: 1.4rem;
    padding: 35px 35px;
  }
  .m-faq-a {
    padding-left: 66px;
    padding-right: 80px;
  }

  .m-newses-item {
    width: 31%;
    margin-bottom: 110px;
  }
  .m-newses-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-newses-h {
    font-size: 1.4rem;
  }
  .m-news-head {
    margin-bottom: 30px;
  }
  .m-news-col1 {
    margin-bottom: 30px;
  }
  .m-news-h {
    font-size: 3rem;
    flex: 1;
  }
  .m-news-share-h {
    font-size: 1.2rem;
  }
  .m-news-snses-item img {
    width: 48px;
    height: 48px;
  }
  .m-company-history-years:after {
    left: 50%;
  }
  .m-company-history-years:before {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
  }
  .m-company-history-years-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .m-company-history-years-item:nth-child(2n+1) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .m-company-history-years-txts {
    width: 50%;
    display: flex;
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-txts {
    flex-direction: row-reverse;
  }
  .m-company-history-years-txts-in {
    max-width: 345px;
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-txts-in {
    margin-left: 30px;
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-txts-in {
    margin-right: 30px;
    text-align: right;
  }
  .m-company-history-years-head {
    margin-bottom: 20px;
  }
  .is-right .m-company-history-years-head {
    flex-direction: row-reverse;
  }
  .m-company-history-years-line {
    width: 100px;
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-line:before {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-line:after {
    right: 0;
    transform: translate(50%, -50%);
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-line:before {
    right: 0;
    transform: translate(50%, -50%);
  }
  .m-company-history-years-item:nth-child(2n) .m-company-history-years-line:after {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .m-company-history-years-line:before {
    width: 8px;
    height: 8px;
  }
  .m-company-history-years-line:after {
    width: 8px;
    height: 8px;
  }
  .m-company-history-years-h {
    font-size: 2rem;
  }
  .m-company-history-years-item:nth-child(2n+1) .m-company-history-years-label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .m-company-partners {
    height: calc(100vh - 80px);
    background-position: right 10% center;
    background-size: 60%;
    height: auto;
  }
  .m-company-partners-wrap {
    display: flex;
    justify-content: space-between;
  }
  .m-company-partners-head {
    margin-top: 20px;
  }
  .m-company-partners-mapWrap {
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .m-company-partners-mapWrap .labels {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .m-company-partners-pinWrap {
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .m-company-offices {
    padding: 0 30px;
  }
  .m-company-offices-clear {
    margin-top: 248px;
  }
  .m-company-offices-wrap {
    width: calc(100% - 360px);
    padding: 30px 20px;
  }
  .m-company-offices-item {
    margin-bottom: 60px;
  }
  .m-company-offices-country {
    font-size: 1.625rem;
  }
  .m-company-offices-info:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-company-offices-h {
    font-size: 1.625rem;
  }
  .m-company-offices-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }
  .m-company-offices-arrow img {
    width: 16px;
  }
  .m-company-offices-arrow.is-prev {
    left: 24px;
  }
  .m-company-offices-arrow.is-next {
    right: 24px;
  }

  .m-charm:not(:last-child) {
    margin-bottom: 140px;
  }
  .m-charm-clear {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-items: center;
  }
  .m-charm:nth-child(2n) .m-charm-clear {
    flex-direction: row-reverse;
  }
  .m-charm-col1 {
    width: 55%;
  }
  .m-charm:nth-child(2n+1) .m-charm-col1 {
    margin-left: -30px;
  }
  .m-charm:nth-child(2n) .m-charm-col1 {
    margin-right: -30px;
  }
  .m-charm-col2 {
    width: 40%;
  }
  .m-charm-col2:after {
    height: 100px;
  }
  .m-charm-h {
    font-size: 2rem;
  }
  .m-contact-question-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -80px;
  }
  .m-contact-question-links-item {
    width: 33.3%;
    padding: 0 3% 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-contact-question-links-item:not(:nth-child(3n)):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 160px;
    background: #a8a8a8;
  }
  .m-contact-question-links-ico img {
    width: 100px;
  }
  .m-contact-question-links-h {
    font-size: 2rem;
  }
  .m-contact-partners {
    padding-bottom: 80px;
  }
  .m-contact-partners-links {
    display: flex;
    flex-wrap: wrap;
  }
  .m-contact-partners-links-item {
    width: 50%;
    padding: 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .m-contact-partners-links-item:not(:nth-child(2n)):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 130px;
    width: 1px;
    height: 160px;
    background: #a8a8a8;
  }
  .m-contact-partners-links-h {
    font-size: 2rem;
  }

  .m-spProduct-mv-img {
    margin-top: -8vw;
  }
  .m-spProduct-mv-img img {
    width: 100%;
  }
  .m-spProduct-mv-txts {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
  }
  .m-spProduct-mv-txts-in {
    width: 980px;
    max-width: calc(100vw - 80px);
    display: flex;
    justify-content: center;
    padding-bottom: 6vw;
    padding-bottom: 4vw;
  }
  .is-365 .m-spProduct-mv-txts-in {
    padding-bottom: 6vw;
  }
  .m-spProduct-mv-h .sub {
    font-size: 2rem;
  }
  .m-spProduct-mv-h .main {
    font-size: 2.4rem;
  }
  .m-spProduct-lead {
    padding-top: 100px;
  }
  .m-spProduct-lead-head {
    display: flex;
    align-items: center;
  }
  .is-400 .m-spProduct-lead-head {
    justify-content: space-between;
    margin-bottom: 180px;
  }
  .m-spProduct-lead-txts {
    width: 50%;
  }
  .m-spProduct-lead-h {
    font-size: 3.3rem;
  }
  .is-365 .m-spProduct-lead-lead {
    width: 29%;
    order: 3;
  }
  .is-400 .m-spProduct-lead-img {
    margin-left: -6%;
    width: 50%;
  }
  .m-spProduct-lead-img02 {
    margin-bottom: 90px;
  }
  .is-365 .m-spProduct-lead-img02 {
    transform: translate(-165px, 60px);
  }
  .is-365 .m-spProduct-lead-img02.on {
    box-shadow: 195px -90px 0 0 #d6d6d6;
    transform: translate(-195px, 90px);
    position: relative;
    left: 0;
  }
  .is-400 .m-spProduct-lead-img02 {
    transform: translateX(165px);
  }
  .is-400 .m-spProduct-lead-img02.on {
    box-shadow: -195px 90px 0 0 #d6d6d6;
    transform: translateX(195px);
    position: relative;
    right: 0;
  }
  .m-spProduct-point {
    padding-top: 90px;
  }
  .m-spProduct-point-num {
    width: 140px;
    height: 140px;
  }
  .m-spProduct-point-num .sub {
    font-size: 1.1rem;
  }
  .m-spProduct-point-num .num {
    font-size: 3.5rem;
  }
  .m-spProduct-point-lead {
    max-width: 460px;
  }
  .m-spProduct-point-img {
    margin-top: 40px;
    transition: 1s;
    opacity: 0;
    transform: translate(-30px, 30px);
  }
  .m-spProduct-point-img img {
    transition: 1s;
  }
  .m-spProduct-point-img.on {
    opacity: 1;
    transform: translate(0, 0);
  }
  .m-spProduct-point-img.on img {
    box-shadow: 380px -100px 0 0 #d6d6d6;
  }
  .m-spProduct-point-img02 {
    padding: 200px 0 110px;
    margin-top: -210px;
  }
  .m-spProduct-point01_400-clear {
    display: flex;
    align-items: flex-end;
  }
  .m-spProduct-point01_400-col1 {
    width: 45%;
    margin-right: 5%;
  }
  .m-spProduct-point01_400-col1 .m-h01 {
    font-size: 3rem;
  }
  .m-spProduct-point01_400-img {
    width: 50%;
    margin-right: -30px;
    margin-left: 30px;
  }
  .m-spProduct-point02_400-flex {
    display: flex;
    justify-content: flex-end;
  }
  .m-spProduct-point02_400-txts {
    width: 460px;
  }
  .m-spProduct-point02_400-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -480px;
    width: 960px;
  }
  .m-spProduct-point02_400-img-wrap {
    height: 620px;
    background: #f5f5f5;
    position: relative;
    margin-top: -280px;
  }
  .m-spProduct-point03-flex {
    height: 960px;
    padding-bottom: 100px;
    display: flex;
    align-items: flex-end;
  }
  .is-365 .m-spProduct-point03-flex {
    justify-content: flex-end;
  }
  .m-spProduct-point03-lead {
    max-width: 460px;
  }
  .m-spProduct-accessories-txts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 48px;
    margin-top: 50px;
  }
  .m-spProduct-accessories-txts:before {
    border-bottom: 24px solid #f5f5f5;
  }
  .m-spProduct-accessories-col1 {
    width: 52%;
  }
  .m-spProduct-accessories-col2 {
    width: 33%;
  }
  .m-spProduct-accessories-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    top: 42vw;
  }
  .m-spProduct-accessories-arrow img {
    width: 12px;
  }
  .m-spProduct-accessories-arrow.is-prev {
    left: -10px;
  }
  .m-spProduct-accessories-arrow.is-next {
    right: -10px;
  }
  .m-spProduct-original-h {
    font-size: 1rem;
  }
  .m-spProduct-original-link {
    font-size: 0.9rem;
  }
  .m-spProduct-specification-clear {
    display: flex;
    align-items: center;
  }
  .m-spProduct-specification-col1 {
    width: 40%;
  }
  .m-spProduct-specification-col1 img {
    max-height: 80vh;
  }
  .m-spProduct-specification-col2 {
    width: 47%;
    margin-left: 10%;
  }
  .m-spProduct-specification-table {
    font-size: 1.3rem;
  }
  .m-spProduct-otherLink {
    padding: 40px 0;
  }
  .m-spProduct-otherLink-btn a {
    width: 340px;
    font-size: 2rem;
  }
  .m-spProduct-otherLink-btn:before, .m-spProduct-otherLink-btn:after {
    height: 100px;
  }

  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 8px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }

  .u-mt-xs {
    margin-top: 10px !important;
  }

  .u-mt-s {
    margin-top: 20px !important;
  }

  .u-mt {
    margin-top: 30px !important;
  }

  .u-mt-l {
    margin-top: 40px !important;
  }

  .u-mt-xl {
    margin-top: 60px !important;
  }

  .u-mt-2xl {
    margin-top: 80px !important;
  }

  .u-mt-3xl {
    margin-top: 100px !important;
  }

  .u-mb-2xs {
    margin-bottom: 5px !important;
  }

  .u-mb-xs {
    margin-bottom: 10px !important;
  }

  .u-mb-s {
    margin-bottom: 20px !important;
  }

  .u-mb {
    margin-bottom: 30px !important;
  }

  .u-mb-l {
    margin-bottom: 40px !important;
  }

  .u-mb-xl {
    margin-bottom: 60px !important;
  }

  .u-mb-2xl {
    margin-bottom: 80px !important;
  }

  .u-mb-3xl {
    margin-bottom: 100px !important;
  }

  .u-ml-1em {
    margin-left: 1em !important;
  }

  .u-mr-1em {
    margin-right: 1em !important;
  }

  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }

  .u-pt-xs {
    padding-top: 10px !important;
  }

  .u-pt-s {
    padding-top: 20px !important;
  }

  .u-pt {
    padding-top: 30px !important;
  }

  .u-pt-l {
    padding-top: 40px !important;
  }

  .u-pt-xl {
    padding-top: 60px !important;
  }

  .u-pt-2xl {
    padding-top: 80px !important;
  }

  .u-pt-3xl {
    padding-top: 100px !important;
  }

  .u-pb-2xs {
    padding-bottom: 5px !important;
  }

  .u-pb-xs {
    padding-bottom: 10px !important;
  }

  .u-pb-s {
    padding-bottom: 20px !important;
  }

  .u-pb {
    padding-bottom: 30px !important;
  }

  .u-pb-l {
    padding-bottom: 40px !important;
  }

  .u-pb-xl {
    padding-bottom: 60px !important;
  }

  .u-pb-2xl {
    padding-bottom: 80px !important;
  }

  .u-pb-3xl {
    padding-bottom: 100px !important;
  }

  .u-p-xs {
    padding: 10px !important;
  }

  .u-p-s {
    padding: 20px !important;
  }

  .u-p {
    padding: 30px !important;
  }

  .u-p-l {
    padding: 40px !important;
  }

  .u-p-xl {
    padding: 60px !important;
  }

  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 2rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.7rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg em {
    font-size: 2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }

  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }

  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }

  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }

  /* ---------------------------
  fixedAfterScroll
  --------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
     SP
     ========================================================================== */
  .wrapin-sp {
    padding: 0 20px;
  }

  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 14px;
  }

  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    height: 56px;
    padding: 10px 20px;
  }
  .l-header-logo img {
    width: 160px;
  }
  .l-header-icons-item img {
    width: 32px;
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 20px 0 40px;
  }
  .l-footer-col1 {
    margin-bottom: 20px;
  }
  .l-footer-cats:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-footer-cats-item {
    border-bottom: 1px solid #474747;
  }
  .l-footer-cats-btn {
    font-size: 1.2rem;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-footer-cats-btn .ico {
    color: #a8a8a8;
    background: #474747;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .l-footer-cats-btn .is-remove {
    display: none;
  }
  .l-footer-cats-btn.is-active .is-add {
    display: none;
  }
  .l-footer-cats-btn.is-active .is-remove {
    display: block;
  }
  .l-footer-cats-folding {
    display: none;
  }
  .l-footer-links {
    padding-bottom: 20px;
  }
  .l-footer-links.is-2cols {
    width: 48%;
  }
  .l-footer-links.is-2cols:not(:last-child) {
    margin-right: 4%;
  }
  .l-footer-links-item {
    margin-bottom: 1em;
  }
  .l-footer-snses {
    justify-content: center;
    margin-bottom: 20px;
  }
  .l-footer-snses-item img {
    width: 30px;
    height: 30px;
  }
  .l-footer-links2 {
    margin-bottom: 20px;
  }
  .l-footer-copyright {
    text-align: right;
  }
  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-clear {
    margin-bottom: 40px;
  }
  .l-post-sub {
    margin-bottom: 50px;
  }
  .page-single .l-post-sub {
    display: none;
  }
  .l-post-sub-sec:not(:last-child) {
    margin-bottom: 20px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap-sp {
    padding: 0 20px;
  }

  /* ---------------------------
  btn
  --------------------------- */
  .m-btn01 {
    padding: 15px 6px;
    font-size: 0.9rem;
  }
  .m-btn01:before {
    left: -40px;
    width: 80px;
  }
  .m-btn01 .ico {
    width: 26px;
    margin-right: 10px;
  }
  .m-btn01.size-220sp {
    width: 220px;
    margin: 0 auto;
  }
  .m-btn01.arrow-r:before, .m-btn01.arrow-l:before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }
  .m-btn01.arrow-r {
    padding-right: 25px;
  }
  .m-btn01.arrow-l {
    padding-left: 25px;
  }
  .m-btn01.is-smallPadding, .m-btn01.is-smallPaddingSp {
    padding: 9px 6px;
    border-radius: 4px;
  }
  .m-btn02:before {
    width: 36px;
    height: 36px;
    background-size: 14px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btns1col-item {
    width: 100%;
  }

  .m-btns2col.is-sp100 {
    display: block;
  }
  .is-sp100 .m-btns2col-item {
    width: 100%;
  }
  .is-sp100 .m-btns2col-item:not(:last-child) {
    margin: 0;
    margin-bottom: 10px;
  }

  /* ---------------------------
  m-cols01
  --------------------------- */
  .m-cols01-col1 {
    margin-bottom: 30px;
  }
  /* ---------------------------
  m-gnav
  --------------------------- */
  .m-gnav {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100vw;
    height: calc(100vh - 60px);
    padding: 20px;
    transform: translateX(-100vw);
    flex-direction: column;
    transition: 0.5s;
    pointer-events: none;
    z-index: 9;
    opacity: 0;
    overflow-y: auto;
    background: #808080;
    flex: 1;
  }
  .m-gnav.on {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }
  .m-gnav-links {
    margin-bottom: 30px;
  }
  .m-gnav-links-item {
    font-size: 1.2rem;
    padding: 18px 0;
  }
  .m-gnav-links-item a {
    color: #fff;
  }
  .m-gnav-btn {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
  }
  .m-gnav-btn-lines {
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 30px;
    height: 50px;
  }
  .on .m-gnav-btn-lines {
    transform: rotateY(-180deg);
  }
  .m-gnav-btn-lines-item {
    height: 2px;
  }
  .m-gnav-contact {
    margin-bottom: 20px;
  }

  /* ---------------------------
  h
  --------------------------- */
  .m-h01 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .m-h01 .fz2rem {
    font-size: 0.8em;
  }
  .m-h02 {
    font-size: 1.5rem;
  }
  .m-home-mv video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 178vh;
  }
  .m-home-mv-imgs-txts {
    width: 100%;
    left: 0;
    bottom: 150px;
    padding: 0 30px;
  }
  .m-home-mv-imgs-txt1 {
    font-size: 1.7rem;
  }
  .m-home-mv-imgs-arrow {
    width: 36px;
    height: 36px;
    bottom: 34px;
  }
  .m-home-mv-imgs-dots {
    bottom: 25px;
  }
  .m-home-mv-video {
    height: 100%;
    width: 178vh;
  }
.m-home-products-item {
    padding: 60px 0 0;
  }
  .m-home-products-img {
    margin-top: -10%;
  }
  .m-home-products-txts {
    position: relative;
    z-index: 1;
  }
  .m-home-products-h {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .m-home-products-txt01 {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  .m-home-principle {
    padding: 150px 0;
  }
  .m-home-principle-h {
    font-size: 2.2rem;
  }
  .m-home-media {
    padding: 40px 0;
  }
  .m-home-media-h {
    font-size: 1.4rem;
  }
  .m-home-partners {
    padding: 50px 0;
  }
  .m-home-partners-txts {
    position: relative;
  }
  .m-home-partners-h {
    font-size: 3rem;
  }
  .m-home-partners-txt {
    font-size: 1.2rem;
  }
  .m-home-partners-map {
    width: 140%;
    margin-left: -25px;
    margin-right: -25px;
  }

  /* ---------------------------
  m-items
  --------------------------- */
  .m-items.col-sp1 .m-items-item {
    width: 100%;
  }
  .m-items.col-sp1 .m-items-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .m-items.col-sp2 .m-items-item {
    width: 48%;
    margin-bottom: 4%;
  }
  .m-items.col-sp2 .m-items-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .m-items.col-sp3 .m-items-item {
    width: 31%;
    margin-bottom: 4%;
  }
  .m-items.col-sp3 .m-items-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .m-items.col-sp4 .m-items-item {
    width: 23%;
    margin-bottom: 4%;
  }
  .m-items.col-sp4 .m-items-item:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }
  .m-items.col-sp5 .m-items-item {
    width: 18%;
    margin-bottom: 4%;
  }
  .m-items.col-sp5 .m-items-item:not(:nth-child(5n)) {
    margin-right: 2.2%;
  }

  .m-contiguousItems.col-sp1 .m-contiguousItems-item {
    width: calc(100% / 1);
  }
  .m-contiguousItems.col-sp2 .m-contiguousItems-item {
    width: calc(100% / 2);
  }
  .m-contiguousItems.col-sp3 .m-contiguousItems-item {
    width: calc(100% / 3);
  }
  .m-contiguousItems.col-sp4 .m-contiguousItems-item {
    width: calc(100% / 4);
  }
  .m-contiguousItems.col-sp5 .m-contiguousItems-item {
    width: calc(100% / 5);
  }
  .m-contiguousItems.col-sp6 .m-contiguousItems-item {
    width: calc(100% / 6);
  }

  .lapctbOnly {
    display: none;
  }

  .pcOnly {
    display: none;
  }

  .tbOnly {
    display: none;
  }

  #wrapper {
    padding-top: 56px;
  }
  #cat-home #wrapper, #cat-product.page-index #wrapper {
    padding-top: 0;
  }

  .m-mainContent-bg01 {
    padding-bottom: 40px;
  }

  .m-mainContentMargin {
    height: 50px;
  }

  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }

  /* ---------------------------
  m-post
  --------------------------- */
  .m-post-article {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .m-post-date {
    margin-bottom: 15px;
  }
  .m-post-h {
    font-size: 1.3rem;
  }
  .m-post-eyecatch {
    margin-bottom: 15px;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form-wrap {
    padding: 20px;
  }
  .m-form-h {
    font-size: 1.6rem;
  }
  .m-form-lead {
    margin-bottom: 30px;
  }
  .m-form-table01 {
    display: block;
    margin-bottom: 20px;
  }
  .m-form-table01 > tbody, .m-form-table01 > tbody > tr, .m-form-table01 > tbody > tr > th, .m-form-table01 > tbody > tr > td {
    display: block;
  }
  .m-form-table01 > tbody > tr {
    margin-bottom: 2em;
  }
  .m-form-table01 > tbody > tr > th {
    margin-bottom: 1em;
    background: #f3f2f0;
    padding: 6px 8px;
  }
  .m-form-privacy {
    padding: 10px;
    height: 150px;
    margin-bottom: 3em;
    font-size: 0.8rem;
  }
  .m-form-noshis-img {
    max-width: 30%;
  }
  .m-form-noshis-label {
    flex: 1;
  }
  .m-form-popupContent {
    padding: 20px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.1rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 50%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(2n+1):nth-last-child(2) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(2n)) {
    border-right: 1px dotted #f5f5f5;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 12px 18px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .custom-select {
    position: relative;
    margin-left: 0;
    width: 80%;
    margin-top: 20px;
  }
  .custom-select:before {
    content: "";
    border-top: 6px solid #333333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 16px;
    top: 20px;
    display: block;
    z-index: 1;
  }
  .custom-select-handle.u-input {
    width: 100%;
    border: 0;
    padding: 12px 16px;
    outline: none;
    border-radius: 0;
    cursor: auto;
  }
  .custom-select-list {
    text-align: left;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8em;
    padding: 0.25em 0;
    overflow-y: scroll;
  }
  .custom-select-list::-webkit-scrollbar {
    width: 0;
  }
  .custom-select-list > li {
    padding: 0 1em;
    line-height: 1.5em;
  }
  .custom-select-list > li.selected, .custom-select-list > li:hover {
    background-color: #f5f5f5;
  }

  .m-pageNavis-item {
    font-size: 1.1rem;
    margin-left: 9px;
    margin-right: 9px;
  }
  .m-pageNavis-item.is-prev img, .m-pageNavis-item.is-next img {
    width: 12px;
  }

  .m-catHead01 {
    height: 180px;
  }
  .m-catHead01-h .main {
    font-size: 2.2rem;
  }
  .m-catHead01-h .sub {
    font-size: 1.1rem;
    color: #333333;
  }

  .m-products01 {
    margin-bottom: 30px;
  }
  .m-products01-item {
    width: 48%;
    margin-bottom: 28px;
  }
  .m-products01-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .m-products01-h {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .m-products01-tag {
    font-size: 0.85rem;
  }
  .m-products01-price {
    font-size: 0.9rem;
  }

  .m-product-head-col1 {
    margin-bottom: 28px;
  }
  .m-product-head-lead {
    margin-bottom: 20px;
  }
  .m-product-h {
    line-height: 1.3;
    margin-bottom: 0.3em;
  }
  .m-product-price {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .m-product-price .num {
    font-size: 2.7rem;
  }
  .m-product-quantity-button {
    width: 40px;
    height: 40px;
  }
  .m-product-quantity-button .material-icons {
    font-size: 20px;
  }
  .m-product-quantity-label {
    width: 40px;
    height: 40px;
  }
  .m-product-addBtn {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
  .m-product-addBtn .ico {
    margin-right: 5px;
  }
  .m-product-addBtn .ico img {
    width: 30px;
  }
  .m-product-lead {
    margin-bottom: 20px;
  }
  .m-product-lead-mv {
    margin-bottom: 10px;
  }
  .m-product-lead-h {
    font-size: 1.1rem;
    margin-bottom: 0.2em;
  }
  .m-product-text {
    margin-bottom: 30px;
  }
  .m-product-features-item {
    margin-bottom: 20px;
  }
  .m-product-features-img {
    margin-bottom: 10px;
  }
  .m-product-features-h {
    font-size: 1.1rem;
    margin-bottom: 0.2em;
  }
  .m-product-related-h {
    font-size: 1.6rem;
  }

  .m-pankuzu {
    margin-bottom: 30px;
  }
  .m-pankuzu-links {
    display: inline;
  }
  .m-pankuzu-links-item {
    display: inline;
  }

  .m-slide01-navWrap {
    margin-top: 10px;
  }
  .m-slide01-navs-item {
    width: calc(25vw - 20px);
    margin: 0 5px;
  }

  .m-slide02-imgs {
    width: 180px;
    margin: 0 auto;
  }
  .m-slide02-imgs-item {
    margin: 0 5px;
  }
  .m-slide02-arrowWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .m-slide02-num {
    width: 115px;
    text-align: center;
  }
  .m-slide02-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .m-slide02-arrow img {
    width: 10px;
  }

  .m-slide03-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .m-slide03-imgs-item {
    margin: 0 15px;
    width: calc(100vw - 130px );
  }
  .m-slide03-arrowWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .m-slide03-arrow {
    width: 36px;
    height: 36px;
  }
  .m-slide03-arrow img {
    width: 12px;
  }
  .m-slide03-arrow:not(:last-child) {
    margin-right: 15px;
  }

  .m-cart-steps {
    margin-bottom: 20px;
  }
  .m-cart-steps-item:not(:last-child):before {
    top: 4px;
  }
  .m-cart-steps-item .label {
    margin-top: 10px;
    font-size: 0.65rem;
    line-height: 1.3;
  }
  .m-cart-steps-item .dot {
    width: 10px;
    height: 10px;
  }
  .m-cart-table {
    margin-bottom: 40px;
  }
  .m-cart-table thead th {
    padding: 10px 7px;
  }
  .m-cart-table tbody td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .m-cart-table-img {
    width: 60px;
  }
  .m-cart-table-img .label {
    font-size: 0.8rem;
    line-height: 1.3;
    margin-top: 0.5em;
  }
  .m-cart-table-quantityClear {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-cart-table-quantity-button {
    width: 24px;
    height: 24px;
  }
  .m-cart-table-quantity-button .material-icons {
    font-size: 12px;
  }
  .m-cart-table-quantity-label {
    width: 24px;
    height: 24px;
  }
  .m-cart-table-price, .m-cart-table-status {
    font-size: 0.85rem;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-cart-table-price.is-oderNumber, .m-cart-table-price.is-date, .m-cart-table-status.is-oderNumber, .m-cart-table-status.is-date {
    word-break: break-word;
  }
  .m-cart-table-price.is-date, .m-cart-table-status.is-date {
    min-width: 5em;
  }
  .m-cart-table-total {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .m-cart-table-delete {
    width: 20px;
    text-align: center;
  }
  .m-cart-subtotal {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .m-cart-subtotal-h {
    margin-right: 1em;
  }
  .m-cart-subtotal-price .num {
    font-size: 2.5rem;
  }
  .m-cart-notes {
    font-size: 0.8rem;
    max-width: 220px;
  }
  .m-cart-checkout {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .m-cart-checkout .m-btn01 {
    width: 160px;
  }

  .m-shipping-clear {
    margin-bottom: 40px;
  }
  .m-shipping-col1 {
    margin-bottom: 40px;
  }
  .m-shipping-form {
    padding: 30px 0;
  }
  .m-shipping-form-row:not(:last-child) {
    margin-bottom: 15px;
  }
  .m-shipping-form-row.is-sp100.is-clear {
    display: block;
  }
  .is-sp100 .m-shipping-form-col {
    width: 100%;
  }
  .is-sp100 .m-shipping-form-col {
    margin-bottom: 15px;
  }
  .m-shipping-form-th {
    margin-bottom: 0.2em;
  }
  .m-shipping-form-th .label {
    font-size: 1.1rem;
  }
  .m-shipping-form-th .notes {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .m-shipping-subtotal {
    padding: 25px;
    margin-bottom: 10px;
  }
  .m-shipping-subtotal-h {
    font-size: 1.3rem;
  }
  .m-shipping-total .num {
    font-size: 1.3rem;
  }
  .m-shipping-paypal-logo {
    width: 180px;
  }
  .m-shipping-paypal-note {
    width: 210px;
    font-size: 0.8rem;
  }
  .m-shipping-finished {
    padding: 15px 20px;
  }
  .m-shipping-finished-number {
    font-size: 1.3rem;
  }

  .m-orderStatus-inputArea {
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .m-orderStatus-inputArea-col:not(:last-child) {
    margin-bottom: 10px;
  }
  .m-faq-q {
    font-size: 1.3rem;
    padding: 30px 20px;
  }
  .m-faq-a {
    padding-left: 30px;
    padding-right: 20px;
  }

  .m-newses {
    margin-bottom: 30px;
  }
  .m-newses-item {
    margin-bottom: 28px;
  }
  .m-newses-h {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .m-news-head {
    margin-bottom: 20px;
  }
  .m-news-col1 {
    margin-bottom: 20px;
  }
  .m-news-h {
    font-size: 2rem;
    margin-bottom: 0.4em;
  }
  .m-news-share-h {
    font-size: 1.1rem;
  }
  .m-news-snses-item img {
    width: 30px;
    height: 30px;
  }
  .m-company-history-years:after {
    left: 0;
  }
  .m-company-history-years:before {
    left: -8px;
  }
  .m-company-history-years-item:not(:last-child) {
    margin-bottom: 35px;
  }
  .m-company-history-years-txts {
    width: 100%;
  }
  .m-company-history-years-txts-in {
    padding-left: 52px;
  }
  .m-company-history-years-line {
    width: 30px;
  }
  .m-company-history-years-line:before {
    width: 4px;
    height: 4px;
    border-width: 2px;
    transform: translate(-50%, -50%);
  }
  .m-company-history-years-line:after {
    right: 0;
    transform: translate(50%, -50%);
    width: 2px;
    height: 2px;
    border: 2px solid #fff;
  }
  .m-company-history-years-h {
    font-size: 1.5rem;
  }
  .m-company-partners-head {
    text-align: center;
  }
  .m-company-partners-mapWrap {
    position: relative;
  }
  .m-company-partners-mapWrap .labels {
    display: none;
  }
  .m-company-partners-pinWrap {
    width: 116vw;
    left: -23%;
    top: 13%;
  }
  .m-company-partners-pinWrap.is-label {
    display: none;
  }
  .m-company-partners-pinWrap .pin_g {
    transform: scale(1.2);
  }
  .m-company-partners-pins2-item {
    transform: scale(2.7);
  }
  .m-company-offices {
    padding: 0 10px;
  }
  .m-company-offices-wrap {
    width: 100%;
    height: 314px;
    padding: 22px;
    margin-top: 50px;
  }
  .m-company-offices-item {
    margin-bottom: 30px;
  }
  .m-company-offices-country {
    font-size: 1.125rem;
  }
  .m-company-offices-info:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-company-offices-h {
    font-size: 1.125rem;
  }
  .m-company-offices-arrow {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .m-company-offices-arrow img {
    width: 10px;
  }
  .m-company-offices-arrow.is-prev {
    left: 6px;
  }
  .m-company-offices-arrow.is-next {
    right: 6px;
  }

  .m-charm:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-charm-col1 {
    margin-bottom: 30px;
  }
  .m-charm:nth-child(2n+1) .m-charm-col1 {
    margin-left: -20px;
  }
  .m-charm:nth-child(2n) .m-charm-col1 {
    margin-right: -20px;
  }
  .m-charm-col2:after {
    height: 50px;
  }
  .m-charm-h {
    font-size: 1.6rem;
  }
  .m-contact-question-links-item:not(:last-child) {
    padding-bottom: 38px;
    margin-bottom: 38px;
  }
  .m-contact-question-links-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -60px;
    width: 120px;
    height: 1px;
    background: #a8a8a8;
  }
  .m-contact-question-links-ico img {
    width: 75px;
  }
  .m-contact-question-links-h {
    font-size: 1.4rem;
  }
  .m-contact-partners-links {
    padding: 40px 20px;
  }
  .m-contact-partners-links-item:not(:last-child) {
    padding-bottom: 38px;
    margin-bottom: 38px;
  }
  .m-contact-partners-links-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -60px;
    width: 120px;
    height: 1px;
    background: #a8a8a8;
  }
  .m-contact-partners-links-h {
    font-size: 1.4rem;
  }

  .m-spProduct-mv-img img {
    width: 160vw;
    max-width: none;
    margin-left: -30vw;
    margin-bottom: 20px;
  }
  .m-spProduct-mv-txts {
    left: 0;
    right: 0;
    bottom: 10px;
  }
  .m-spProduct-mv-h .sub {
    font-size: 1.2rem;
  }
  .m-spProduct-mv-h .main {
    font-size: 1.7rem;
  }
  .m-spProduct-lead {
    padding-top: 50px;
  }
  .is-400 .m-spProduct-lead-head {
    display: flex;
    flex-direction: column;
  }
  .is-400 .m-spProduct-lead-txts {
    order: 1;
  }
  .m-spProduct-lead-h {
    font-size: 1.7rem;
    margin-bottom: 0.5em;
  }
  .is-365 .m-spProduct-lead-lead {
    margin-bottom: 30px;
  }
  .is-365 .m-spProduct-lead-img {
    text-align: center;
  }
  .is-365 .m-spProduct-lead-img img {
    width: 35%;
  }
  .is-400 .m-spProduct-lead-img {
    order: 2;
    margin: 20px 0 40px -20px;
  }
  .m-spProduct-lead-img02 {
    width: calc(100vw - 20px);
  }
  .is-365 .m-spProduct-lead-img02 {
    transform: translate(0px, 0px);
  }
  .is-365 .m-spProduct-lead-img02.on {
    box-shadow: 20px -20px 0 0 #d6d6d6;
    transform: translate(-20px, 20px);
  }
  .is-400 .m-spProduct-lead-img02.on {
    box-shadow: -20px 20px 0 0 #d6d6d6;
  }
  .m-spProduct-point {
    padding-top: 70px;
  }
  .m-spProduct-point-num {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }
  .m-spProduct-point-num .num {
    font-size: 2.5rem;
  }
  .m-spProduct-point-img {
    margin-top: 40px;
    box-shadow: 60px 40px 0 0 #d6d6d6;
    transform: translateX(-20px);
  }
  .m-spProduct-point-img02 {
    padding: 60px 0 50px;
    margin-top: -60px;
  }
  .m-spProduct-point01_400-img {
    margin-right: -20px;
  }
  .m-spProduct-point02_400-img-wrap {
    width: 100%;
    margin-top: -15%;
  }
  .m-spProduct-point03-flex {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .m-spProduct-accessories-txts {
    padding: 20px;
    margin-top: 30px;
  }
  .m-spProduct-accessories-txts:before {
    border-bottom: 20px solid #f5f5f5;
  }
  .m-spProduct-accessories-col1 {
    margin-bottom: 20px;
  }
  .m-spProduct-accessories-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    top: 42vw;
  }
  .m-spProduct-accessories-arrow img {
    width: 12px;
  }
  .m-spProduct-accessories-arrow.is-prev {
    left: -10px;
  }
  .m-spProduct-accessories-arrow.is-next {
    right: -10px;
  }
  .m-spProduct-original-h {
    font-size: 1rem;
  }
  .m-spProduct-original-link {
    font-size: 0.9rem;
  }
  .m-spProduct-specification-col1 {
    margin-bottom: 30px;
  }
  .m-spProduct-specification-col1 img {
    max-width: 60%;
    max-height: 60vh;
  }
  .m-spProduct-otherLink {
    padding: 0;
    background-size: 160vw;
  }
  .m-spProduct-otherLink-btn a {
    width: 160px;
    font-size: 1.125rem;
  }
  .m-spProduct-otherLink-btn:before, .m-spProduct-otherLink-btn:after {
    height: 8vw;
  }
  .m-spProduct-otherLink-btn:before {
    margin-bottom: 6vw;
  }
  .m-spProduct-otherLink-btn:after {
    margin-top: 6vw;
  }

  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
    font-size: 0.85rem;
  }
  .u-input.size-l {
    width: 100%;
  }
  .u-input.size-m {
    width: 120px;
  }
  .u-input.padding-s {
    padding: 7px 3px;
  }
  .u-input-selectWrap {
    position: relative;
  }
  .u-input-selectWrap:after {
    content: "";
    font-size: 4px;
    display: block;
    border: 4px solid transparent;
    border-top: 6px solid #333333;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
  }
  .u-input-selectWrap .u-input {
    overflow: hidden;
    appearance: none;
    padding-right: 20px;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 8px;
  }
  .u-input-radio01-clear {
    padding: 8px;
  }
  .u-input-radio01-ico {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }

  .u-mt-xs {
    margin-top: 10px !important;
  }

  .u-mt-s {
    margin-top: 10px !important;
  }

  .u-mt {
    margin-top: 15px !important;
  }

  .u-mt-l {
    margin-top: 20px !important;
  }

  .u-mt-xl {
    margin-top: 30px !important;
  }

  .u-mt-2xl {
    margin-top: 40px !important;
  }

  .u-mt-3xl {
    margin-top: 60px !important;
  }

  .u-mb-2xs {
    margin-bottom: 5px !important;
  }

  .u-mb-xs {
    margin-bottom: 10px !important;
  }

  .u-mb-s {
    margin-bottom: 10px !important;
  }

  .u-mb {
    margin-bottom: 15px !important;
  }

  .u-mb-l {
    margin-bottom: 20px !important;
  }

  .u-mb-xl {
    margin-bottom: 30px !important;
  }

  .u-mb-2xl {
    margin-bottom: 40px !important;
  }

  .u-mb-3xl {
    margin-bottom: 60px !important;
  }

  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }

  .u-pt-xs {
    padding-top: 10px !important;
  }

  .u-pt-s {
    padding-top: 10px !important;
  }

  .u-pt {
    padding-top: 15px !important;
  }

  .u-pt-l {
    padding-top: 20px !important;
  }

  .u-pt-xl {
    padding-top: 30px !important;
  }

  .u-pt-2xl {
    padding-top: 40px !important;
  }

  .u-pt-3xl {
    padding-top: 60px !important;
  }

  .u-pb-2xs {
    padding-bottom: 5px !important;
  }

  .u-pb-xs {
    padding-bottom: 10px !important;
  }

  .u-pb-s {
    padding-bottom: 10px !important;
  }

  .u-pb {
    padding-bottom: 15px !important;
  }

  .u-pb-l {
    padding-bottom: 20px !important;
  }

  .u-pb-xl {
    padding-bottom: 30px !important;
  }

  .u-pb-2xl {
    padding-bottom: 40px !important;
  }

  .u-pb-3xl {
    padding-bottom: 60px !important;
  }

  .u-p-xs {
    padding: 10px !important;
  }

  .u-p-s {
    padding: 10px !important;
  }

  .u-p {
    padding: 15px !important;
  }

  .u-p-l {
    padding: 20px !important;
  }

  .u-p-xl {
    padding: 20px !important;
  }

  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg {
    font-size: 0.95rem;
  }
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.34rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.24rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.1rem;
  }
  .u-wysiwyg em {
    font-size: 1.34rem;
  }
  .u-wysiwyg blockquote {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .alignright {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: calc(59vw - 70px);
  }

  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }

  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .u-text-20 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .u-text-22 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .u-text-24 {
    font-size: 1.35rem;
    line-height: 1.4;
  }

  .u-text-28 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .u-text-30 {
    font-size: 1.45rem;
    line-height: 1.4;
  }

  .u-text-32 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 18px;
  }

  /* ---------------------------
  fixedAfterScroll
  --------------------------- */
  .u-fixedAfterScroll.fixed {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .u-fixedAfterScroll-wrap {
    height: 48px;
  }

  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table01 {
    font-size: 0.85rem;
  }
  .u-table01.is-spBlock, .u-table01.is-spBlock tbody, .u-table01.is-spBlock tr, .u-table01.is-spBlock th, .u-table01.is-spBlock td {
    display: block;
  }
  .u-table01.is-spBlock th {
    white-space: normal;
  }
  .u-table01-wrap {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .u-table01-wrap .u-table01 {
    width: 600px;
  }
}

/*# sourceMappingURL=common.css.map */

:target {
  padding-top: 65px;
  margin-top: -65px;
}