@charset "UTF-8";


/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  min-height: 100vh;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
}

a {
  color: #0052CC;
  text-decoration: none;
  transition: 0.3s;
}
p,
ul,
ol {
  margin-top: 1.4em;
}

em,
b {
  font-style: normal;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.strHeader *,
.strFooter * {
  margin: 0;
}

sup {
  font-size: 0.5em;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.3;
}

button {
  border: none;
}

.notice{
	color:#e61e1e;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.strFooterTop {
  margin-top: 90px;
  padding: 0 18px;
}
.strFooterTop > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footerBanner {
  display: flex;
  margin-left: -30px;
}
.footerBanner > .item {
  padding-left: 30px;
  text-align: center;
}
.footerBanner > .item > a,
.footerBanner > .item > div,
.footerBanner > .item > span {
  display: inline-block;
  position: relative;
}
.footerBanner > .item.ver-sns {
  position: relative;
}
.footerBanner > .item.ver-sns .list {
  position: absolute;
  top: 50%;
  right: 45px;
  margin: 0;
  transform: translateY(-50%);
}
.footerBanner > .item.ver-sns .list > li {
  display: inline-block;
  margin-left: 20px;
}
.footerBanner > .item.ver-sns .list > li > a {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.strFooterBottom {
  position: relative;
  margin-top: 100px;
  padding: 56px 18px 20px;
  overflow-x: hidden;
  background: #F6F6F6;
  font-size: 14px;
}
.strFooterBottom a {
  color: inherit;
}
.strFooterBottom a:hover {
  text-decoration: underline;
}
.strFooterBottom > .pagetop {
  position: absolute;
  top: 0;
  right: 17px;
}
.strFooterBottom > .pagetop > a {
  display: inline-block;
}
.strFooterBottom > .pagetop > a:hover {
  opacity: 0.6;
}
.strFooterBottom > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.strFooterBottom.ver-simple {
  padding: 15px 18px;
}
.strFooterBottom.ver-simple > .inner > *:first-child {
  margin-top: 0;
}
.strFooterBottom.ver-simple .footerUtility {
  display: block;
  text-align: center;
}

.footerSitemap {
  position: relative;
  padding-bottom: 20px;
}
.footerSitemap:after {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: #E6E6E6;
  content: "";
}
.footerSitemap:after {
  bottom: 0;
}
.footerSitemap > .list {
  display: flex;
  margin: 0;
}
.footerSitemap > .list > li {
  width: 20%;
  padding-right: 10px;
}
.footerSitemap > .list > li .head {
  display: inline-block;
  font-weight: bold;
}
.footerSitemap > .list > li .head.head-child {
  margin-top: 16px;
}
.footerSitemap > .list > li > .list-child {
  margin: 0;
  font-size: 13px;
}
.footerSitemap > .list > li > .list-child > li {
  margin-top: 5px;
}
.footerSitemap > .list > li > .list-child > li > a {
  display: inline-block;
}

.footerLogo {
  margin-top: 20px;
}
.footerLogo > .item {
  display: inline-flex;
  align-items: center;
}
.footerLogo > .item > .text {
  padding-left: 5px;
  font-size: 10px;
}

.footerCompany {
  position: relative;
  margin-top: 20px;
  padding: 20px 0;
}
.footerCompany:before, .footerCompany:after {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: #E6E6E6;
  content: "";
}
.footerCompany:before {
  top: 0;
}
.footerCompany:after {
  bottom: 0;
}
.footerCompany > .list {
  margin: 0;
}
.footerCompany > .list > li {
  display: flex;
  align-items: center;
}
.footerCompany > .list > li > a {
  display: inline-block;
  font-weight: bold;
}
.footerCompany > .list > li > .list-child {
  display: flex;
  position: relative;
  margin: 0 0 0 15px;
  padding-left: 15px;
  font-size: 13px;
}
.footerCompany > .list > li > .list-child:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1em;
  transform: translateY(-50%);
  background: #CCC;
  content: "";
}
.footerCompany > .list > li > .list-child > li {
  margin-right: 30px;
}
.footerCompany > .list > li > .list-child > li > a {
  display: inline-block;
}

.footerUtility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

.footerCopy > small {
  color: #707070;
  font-size: 11px;
}

.a[target=_blank] {
	padding-right: 20px;
	background: url(./images/icon_blank.png) right center/11px auto no-repeat;
}

.footerLink > .list {
  display: flex;
  margin: 0;
}
.footerLink > .list > li > a {
  display: inline-block;
  font-size: 12px;
}
.footerLink > .list > li:not(:last-child) {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.footerLink > .list > li:not(:last-child):before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1em;
  transform: translateY(-50%);
  background: #CCC;
  content: "";
}

.footerLang > a {
  display: inline-block;
  font-size: 12px;
}

.strHeader.ver-simple {
  margin-bottom: 53px;
}

.strHeaderTop {
  padding: 13px 18px;
  background: #F6F6F6;
  font-size: 12px;
}
.strHeaderTop a {
  color: inherit;
}
.strHeaderTop > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.textcenter{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: 155px;
  margin-bottom: -30px;
  font-size: 20px;
}

.headerLogo {
  display: flex;
  align-items: center;
}
.headerLogo > a {
  display: inline-block;
}
.headerLogo > a > img {
  display: block;
  width: 304px;
}
.headerLogo > .logo {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 112px;
}
.headerLogo > .logo img {
  vertical-align: middle;
}
.headerLogo > .text {
  display: inline-block;
  width: 185px;
  margin-left: 30px;
}
.headerLogo > .text img {
  width: inherit;
  vertical-align: middle;
}
[lang=en] .headerLogo > .text {
  width: 280px;
}

.headerUtility > .list {
  display: flex;
}
.headerUtility > .list > li:not(:first-child) {
  margin-left: 30px;
}
.headerUtility > .list > li > a {
  display: inline-block;
}
.headerUtility > .list > li > a:hover {
  text-decoration: underline;
}
.headerUtility > .list > li.search > a:before {
  display: inline-block;
  width: 9.5px;
  height: 10.5px;
  margin-right: 5px;
  background: url("../img/header-icon-search.svg") no-repeat 0 0/cover;
  content: "";
}
.headerUtility > .list > li.search > a.is-active {
  color: #E61E1E;
}
.headerUtility > .list > li.search > a.is-active:before {
  background-image: url("../img/header-icon-search_o.svg");
}

.headerSearch {
  display: none;
  padding: 10px 18px;
  border-bottom: 1px solid #E7E7E7;
}
.headerSearch > .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.headerSearch > .inner:before {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: calc(100% + 9px);
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-bottom-color: #fff;
  content: "";
}

.formHeaderSearch {
  display: flex;
  max-width: 460px;
  margin-left: auto;
  font-size: 14px;
}
.formHeaderSearch > .keyword {
  width: 400px;
  padding: 6px 15px;
  border: none;
  border-radius: 2px 0 0 2px;
  background: #F6F6F6;
}
.formHeaderSearch > .submit {
  -webkit-appearance: none;
          appearance: none;
  width: 60px;
  padding: 6px 0;
  border: none;
  border-radius: 0 2px 2px 0;
  background: #E61E1E;
  color: #fff;
  text-align: center;
}

.navPath {
  padding: 0 18px;
}
.navPath > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0;
}
.navPath > .inner > .list {
  margin: 0;
  color: #777;
  font-size: 11px;
}
.navPath > .inner > .list > li {
  display: inline-block;
}
.navPath > .inner > .list > li:not(:last-child):after {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 2px 0 8px;
  content: ">";
}
.navPath > .inner > .list > li > a,
.navPath > .inner > .list > li > em {
  display: inline-block;
  color: inherit;
  font-weight: normal;
}
.navPath > .inner > .list > li > a:hover {
  text-decoration: underline;
}

body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
body .strHeader,
body .navPath,
body .strContent,
body .strFooterTop,
body .strFooterBottom {
  /* width: 100%; */
  width: 100vw;
}

.strBody {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.strContent {
  padding: 0 18px;
  overflow-x: hidden;
}
.strContent > .strMain {
  max-width: 1200px;
  margin: 0 auto;
}
.strContent > .strMain.ver-full {
  max-width: inherit;
  margin: 0 -18px;
  padding: 0 18px;
}
.strContent > .strMain > .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strMain {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.strMain > p:first-child {
  margin-top: 55px;
}
.strMain > .headType:first-child {
  margin-top: 53px;
}
.strMain > .strContentInner4:first-child {
  margin-top: 60px;
}

.strContentInner {
  max-width: 960px;
  margin: auto;
}

.strContentInner2 {
  max-width: 800px;
  margin: auto;
}

.strContentInner3 {
  width: calc(100% + 36px);
  margin: 50px -18px;
}
.strContentInner3 > *:first-child {
  margin-top: 0;
}
.strContentInner3 .groupRecommendLineup {
  margin-right: 0;
  margin-left: 0;
}

.strContentInner4 {
  width: 100%;
  max-width: 1200px;
  margin: 120px auto;
}
.strContentInner4:last-child {
  margin-bottom: 0;
}

.strContentRow > .strPrimary > :first-child {
  margin-top: 0;
}
.strContentRow > .strSecondary > :first-child {
  margin-top: 0;
}

.strFaq .strFaqInner {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
}
.strFaq .strFaqContent {
  width: 100%;
  max-width: 960px;
}
.strFaq .strFaqSub {
  width: 100%;
  max-width: 120px;
  text-align: right;
}

.bnrBase > a {
  display: inline-block;
}
.bnrBase > a:hover {
  opacity: 0.9;
}
.boxRule {
  -webkit-overflow-scrolling: touch;
  height: 400px;
  margin-top: 30px;
  padding: 0;
  overflow-y: scroll;
  border: 1px solid #B3B3B3;
  background: #fff;
}
.boxRule > .inner {
  padding: 30px;
  font-size: 14px;
}
.boxRule > .inner > *:first-child {
  margin-top: 0 !important;
}

.boxBorder,
.boxBorder3 {
  margin-top: 50px;
  padding: 40px;
  border: 10px solid #F6F6F6;
  background: #fff;
}
.boxBorder > *:first-child,
.boxBorder3 > *:first-child {
  margin-top: 0 !important;
}
.boxBorder > .head,
.boxBorder3 > .head {
  margin-top: 40px;
  font-size: 24px;
}
.boxBorder > .head2,
.boxBorder3 > .head2 {
  margin-top: 40px;
  font-size: 16px;
}
.boxBorder > .head3,
.boxBorder3 > .head3 {
  margin-top: 40px;
  font-size: 20px;
}
.boxBorder > .head3 > a,
.boxBorder3 > .head3 > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: inherit;
}
.boxBorder > .head3 > a:hover,
.boxBorder3 > .head3 > a:hover {
  text-decoration: underline;
}
.boxBorder > .head3 > a::before,
.boxBorder3 > .head3 > a::before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-width: 6px 0 6px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #E61E1E;
  content: "";
}
.boxBorder > .head4,
.boxBorder3 > .head4 {
  color: #E61E1E;
  font-size: 16px;
  text-align: center;
}
.boxBorder > .head4 + p,
.boxBorder3 > .head4 + p {
  margin-top: 15px;
}
.boxBorder > .head5,
.boxBorder3 > .head5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.boxBorder > .head5 img,
.boxBorder3 > .head5 img {
  margin-right: 14px;
}
.boxBorder > .head5 + *,
.boxBorder3 > .head5 + * {
  margin-top: 32px;
}
.boxBorder > .text,
.boxBorder3 > .text {
  font-size: 14px;
}
.boxBorder .listBullet,
.boxBorder .wrapButton,
.boxBorder .listBullet,
.boxBorder .headH3 + *[class],
.boxBorder3 .listBullet,
.boxBorder3 .wrapButton,
.boxBorder3 .listBullet,
.boxBorder3 .headH3 + *[class] {
  margin-top: 20px;
}
.boxBorder > .arrowBlock,
.boxBorder3 > .arrowBlock {
  max-width: 400px;
  margin: auto;
}
.boxBorder > .arrowBlock::after,
.boxBorder3 > .arrowBlock::after {
  display: block;
  width: 120px;
  margin: 25px auto;
  border-width: 30px 60px 0 60px;
  border-style: solid;
  border-color: #e7e7e7 transparent transparent transparent;
  content: "";
}

.boxBorder3 {
  border: 4px solid #707070;
}

.boxToggle {
  margin-top: 50px;
  border: 2px solid #DEDEDE;
  background: #fff;
}
.boxToggle > *:first-child {
  margin-top: 0 !important;
}
.boxToggle > .head {
  font-weight: bold;
}
.boxToggle > .head > a {
  display: block;
  position: relative;
  padding: 15px 15px 15px 60px;
  color: inherit;
}
.boxToggle > .head > a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  transform: rotate(135deg);
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  content: "";
  transition: 0.3s;
}
.boxToggle > .head > a.is-open {
  border-bottom: 2px solid #DEDEDE;
}
.boxToggle > .head > a.is-open:before {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.boxToggle > .head > a:hover {
  color: #E61E1E;
}
.boxToggle > .head.u-ta-center > a {
  padding-left: 15px;
}
.boxToggle > .head.u-ta-center > a:before {
  position: relative;
  top: -3px;
  left: 0;
  margin: 0 20px 0 0;
}
.boxToggle > .head.u-ta-center > a > .icon {
  position: relative;
  top: -2px;
  width: 22px;
  height: 18px;
  margin-right: 10px;
}
.boxToggle > .content {
  padding: 35px 40px;
  background: #fff;
}
.boxToggle > .content > *:first-child {
  margin-top: 0 !important;
}
.boxToggle + .boxToggle {
  margin-top: 30px;
}

.boxToggle2 {
  margin-top: 100px;
  background: #E7E7E7;
}
.boxToggle2 > .head {
  font-weight: bold;
  font-size: 20px;
}
.boxToggle2 > .head > a {
  display: block;
  position: relative;
  padding: 27px 15px 27px 60px;
  border: 2px solid #E7E7E7;
  color: inherit;
}
.boxToggle2 > .head > a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  transform: rotate(135deg);
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  content: "";
  transition: 0.3s;
}
.boxToggle2 > .head > a.is-open:before {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.boxToggle2 > .head > a:hover {
  color: #E61E1E;
}
.boxToggle2 > .content {
  padding: 35px 40px;
  border: 2px solid #E7E7E7;
  border-width: 0 2px 2px 2px;
  background: #fff;
}
.boxToggle2 > .content > *:first-child {
  margin-top: 0 !important;
}
.boxToggle2.ver-bg {
  background: #fff;
}
.boxToggle2.ver-bg > .head > a {
  border-color: #333;
}
.boxToggle2.ver-bg > .head > a.is-open {
  background: #333;
  color: #fff;
}
.boxToggle2.ver-bg > .head > a.is-open:before {
  border-color: #fff;
}
.boxToggle2.ver-bg2 {
  background: #FEF7FB;
}
.boxToggle2.ver-bg2 > .head > a {
  border-color: #F376B4;
  color: #F376B4;
}
.boxToggle2.ver-bg2 > .head > a:before {
  border-color: #F376B4;
}
.boxToggle2.ver-bg2 > .head > a.is-open {
  background: #F376B4;
  color: #fff;
}
.boxToggle2.ver-bg2 > .head > a.is-open:before {
  border-color: #fff;
}
.boxToggle2.ver-bg3 {
  background: #F3F9FE;
}
.boxToggle2.ver-bg3 > .head > a {
  border-color: #369AE9;
  color: #369AE9;
}
.boxToggle2.ver-bg3 > .head > a:before {
  border-color: #369AE9;
}
.boxToggle2.ver-bg3 > .head > a.is-open {
  background: #369AE9;
  color: #fff;
}
.boxToggle2.ver-bg3 > .head > a.is-open:before {
  border-color: #fff;
}
.boxToggle2.ver-bg4 {
  background: #F0FAF6;
}
.boxToggle2.ver-bg4 > .head > a {
  border-color: #03AD6B;
  color: #03AD6B;
}
.boxToggle2.ver-bg4 > .head > a:before {
  border-color: #03AD6B;
}
.boxToggle2.ver-bg4 > .head > a.is-open {
  background: #03AD6B;
  color: #fff;
}
.boxToggle2.ver-bg4 > .head > a.is-open:before {
  border-color: #fff;
}
.boxToggle2.ver-bg5 {
  background: #FEF9F0;
}
.boxToggle2.ver-bg5 > .head > a {
  border-color: #F49B00;
  color: #F49B00;
}
.boxToggle2.ver-bg5 > .head > a:before {
  border-color: #F49B00;
}
.boxToggle2.ver-bg5 > .head > a.is-open {
  background: #F49B00;
  color: #fff;
}
.boxToggle2.ver-bg5 > .head > a.is-open:before {
  border-color: #fff;
}
.boxToggle2.ver-bg6 {
  background: #F9F9F9;
}
.boxToggle2.ver-bg6 > .head > a {
  border-color: #5E5E5E;
  color: #5E5E5E;
}
.boxToggle2.ver-bg6 > .head > a:before {
  border-color: #5E5E5E;
}
.boxToggle2.ver-bg6 > .head > a.is-open {
  background: #5E5E5E;
  color: #fff;
}
.boxToggle2.ver-bg6 > .head > a.is-open:before {
  border-color: #fff;
}
.boxToggle2.ver-bg7 {
  background: #ffd9d9;
}
.boxToggle2.ver-bg7 > .head > a {
  border-color: #ffd9d9;
}
.boxToggle2 + .boxToggle2 {
  margin-top: 30px;
}
.boxToggle2 .lytImage {
  margin-top: 24px;
}

.boxCase {
  margin-top: 50px;
  border: 10px solid #F6F6F6;
  background: #fff;
}
.boxCase > *:first-child {
  margin-top: 0 !important;
}
.boxCase > .head {
  padding: 10px 20px 20px;
  background: #F6F6F6;
  font-weight: bold;
  font-size: 18px;
}
.boxCase > .content {
  padding: 20px 40px;
  background: #fff;
}
.boxCase > .content > *:first-child {
  margin-top: 0 !important;
}
.boxCase .lytColumn {
  margin-top: 20px;
}
.boxCase p {
  margin-top: 0.7em;
}

.boxStep {
  margin-top: 50px;
  padding: 20px 40px;
  border: 10px solid #F6F6F6;
  background: #fff;
}
.boxStep > *:first-child {
  margin-top: 0 !important;
}
.boxStep .headType5 > .text {
  font-size: 24px;
}
.boxStep p {
  margin-top: 1em;
}
.boxStep + .boxStep {
  position: relative;
  margin-top: 40px;
}
.boxStep + .boxStep:before {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 1px solid transparent;
  border-width: 16px 12px;
  border-top-color: #D4D4D4;
  content: "";
}

.boxPerson {
  display: flex;
  width: 100%;
  margin-top: 40px;
}
.boxPerson > *:first-child {
  margin-top: 0 !important;
}
.boxPerson > .image {
  width: 150px;
}
.boxPerson > .content {
  width: calc(100% - 150px);
  padding-left: 20px;
}
.boxPerson > .content > .label {
  font-size: 13px;
}
.boxPerson > .content > .name {
  margin-top: 0.5em;
  font-size: 20px;
}
.boxPerson > .content > .txtSmall {
  margin-top: 0.5em;
}

.boxCatalog {
  display: flex;
  width: 100%;
  margin-top: 50px;
  padding: 25px 40px;
  border: 10px solid #F6F6F6;
  background: #fff;
}
.boxCatalog > *:first-child {
  margin-top: 0 !important;
}
.boxCatalog > .image {
  width: 144px;
}
.boxCatalog > .image > a {
  display: inline-block;
}
.boxCatalog > .image > a:hover {
  opacity: 0.6;
}
.boxCatalog > .content {
  width: calc(100% - 144px);
  padding-left: 40px;
}
.boxCatalog > .content > .head {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.boxCatalog > .content > .head > small {
  display: inline-block;
  font-size: 16px;
}
.boxCatalog > .content > .txtNotes {
  margin-top: 0.5em;
}
.boxCatalog > .content > .link {
  margin-top: 1em;
}
.boxCatalog > .content > .link .iconText {
  margin-top: 4px;
  margin-left: 5px;
}

.boxAnchor {
  margin-top: 50px;
  padding: 25px 40px;
  border: 10px solid #F6F6F6;
  background: #fff;
}
.boxAnchor > *:first-child {
  margin-top: 0 !important;
}
.boxAnchor .headType3 {
  margin-top: 20px;
}
.boxAnchor .listAnchor {
  margin-top: 10px;
}

.boxFill {
  margin-top: 30px;
  background-color: #f6f6f6;
}
.boxFill > .inner {
  padding: 30px;
}
.boxFill > .inner > .head {
  margin-bottom: 24px;
  font-size: 20px;
  text-align: center;
}
.boxFill > .inner > .head + * {
  margin-top: 0;
}

.boxButtonLink {
  margin-top: 55px;
  background-color: #f6f6f6;
}
.boxButtonLink > .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 30px 30px;
}
.boxButtonLink > .inner > .head {
  width: 10em;
  margin-top: 30px;
}
.boxButtonLink > .inner > .head > span {
  font-size: 20px;
}
.boxButtonLink > .inner > .content {
  width: calc(100% - 10em);
  margin-top: 30px;
}
.boxButtonLink > .inner > .content > *:first-child {
  margin-top: 0;
}

.boxReference {
  max-width: 480px;
  margin: 73px auto 0;
  padding: 50px 40px;
  border: 10px solid #f6f6f6;
  background: #fff;
}
.boxReference .head {
  margin-bottom: 33px;
  font-size: 24px;
  text-align: center;
}
.boxReference .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxReference .btn > a {
  min-width: 118px;
}
.boxReference .btn > a:not(:first-child) {
  margin-left: 36px;
}

.boxThoughts {
  max-width: 894px;
  margin: 73px auto 0;
  padding: 40px;
  border: 10px solid #f6f6f6;
  background: #fff;
}
.boxThoughts > :first-child {
  margin-top: 0;
}
.boxThoughts .text {
  font-size: 14px;
  text-align: center;
}
.boxThoughts .form {
  max-width: 600px;
  margin: 40px auto 0;
}
.boxThoughts .form .formTextarea {
  min-height: 140px;
}

.boxBorder2 {
  border: 10px solid #F6F6F6;
  background: #fff;
}
.boxBorder2 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.boxBorder2 .head {
  margin-right: 20px;
  font-size: 20px;
}

.boxError {
  margin-top: 60px;
  border: 2px solid #E61E1E;
  background-color: #fff2f2;
}
.boxError .inner {
  padding: 16px 30px;
}
.boxError .listError {
  margin-top: 0;
  font-size: 14px;
}

.boxContact {
  margin-top: 40px;
  padding: 30px;
  border: 10px solid #F6F6F6;
  background: #fff;
}
.boxContact > *:first-child {
  margin-top: 0;
}
.boxContact .head {
  font-size: 20px;
  text-align: center;
}
.boxContact .tel {
  margin-top: 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.boxContact .time {
  margin-top: 22px;
  font-size: 14px;
  text-align: center;
}
.boxContactbox{
  vertical-align:top;
  display: inline-block;
  width: 49%;
  text-align:left;
  padding: 0px 5px 0px 15px;
}

@media (max-width: 769px) {
.boxContactbox{
    width:100%;
  }
}

.btnPrimary {
  display: inline-block;
  padding: 14.5px 32px;
  background: #E61E1E;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.btnPrimary.ver-small {
  padding: 12px 18px;
  font-size: 14px;
}
.btnPrimary.ver-anchor {
  position: relative;
  padding-left: 52px;
}
.btnPrimary.ver-anchor:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -4px;
  transform: none;
  border: transparent 10px solid;
  border-width: 8px 6px;
  border-top-color: #fff;
  content: "";
}
.btnPrimary.ver-big {
  min-width: 300px;
  padding: 27.5px 50px;
  font-size: 20px;
}
.btnPrimary.ver-end {
  background: #B3B3B3;
}
.btnPrimary.ver-end:hover {
  background: #B3B3B3;
}

a.btnPrimary:hover {
  background: #ff0008;
}

.btnSecondary {
  display: inline-block;
  min-width: 136px;
  padding: 12.5px 30px;
  border: 2px solid #E61E1E;
  background: #FFF;
  color: #E61E1E;
  font-size: 18px;
  text-align: center;
}

.btnSecondary:hover {
	opacity: 0.5;
}

.btnIcon {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 10px;
  background: #F6F6F6;
  color: inherit;
}
.btnIcon > .icon {
  width: 60px;
  text-align: center;
}
.btnIcon > .text {
  width: calc(100% - 60px);
  padding-left: 5px;
  line-height: 1.3;
}
.btnIcon.is-current:before, .btnIcon:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 4px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.btnIcon.is-current:before, .btnIcon:hover:before {
  left: 0;
  width: 100%;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .btnIcon {
  display: table-cell;
  vertical-align: middle;
}

.btnNormal {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px;
  background: #F6F6F6;
  color: inherit;
}
.btnNormal > .text {
  width: 100%;
  line-height: 1.3;
  text-align: center;
}
.btnNormal > .text > .icon {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 3px;
  vertical-align: middle;
}
.btnNormal > .text > .icon.ver-window {
  left: 6px;
}
.btnNormal > .text > .icon.ver-important {
  top: -1px;
  right: 0;
  left: 0;
  width: 9px;
  margin-right: 4px;
}
.btnNormal > .text > .icon.ver-important right {
  top: -1px;
  right: 400px;
  left: 0;
  width: 9px;
  margin-right: 4px;
}
.btnNormal.ver-2 {
  background: #fff;
}
.btnNormal.ver-2::before {
  display: none;
}
.btnNormal.ver-3 {
  max-width: 320px;
}

a.btnNormal {
  position: relative;
}
a.btnNormal.is-current:before, a.btnNormal:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 4px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
a.btnNormal.is-current:before, a.btnNormal:hover:before {
  left: 0;
  width: 100%;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .btnNormal {
  display: table-cell;
  vertical-align: middle;
}

.btnToggle {
  display: inline-block;
  min-width: 184px;
  padding: 14.5px 10px;
  border: 2px solid #E61E1E;
  background: #FFF;
  color: #E61E1E;
  font-size: 18px;
  text-align: center;
}
.btnToggle > span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.btnToggle > span:before, .btnToggle > span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #E61E1E;
  content: "";
}
.btnToggle > span:after {
  transform: rotate(90deg);
}
.btnToggle.is-open {
  border-color: #E7E7E7;
  background: #E7E7E7;
  color: #000;
}
.btnToggle.is-open > span:before {
  background: #000;
}
.btnToggle.is-open > span:after {
  display: none;
}
.btnToggle.ver-primary {
  background: #E61E1E;
}
.btnToggle.ver-primary > span {
  color: #fff;
}
.btnToggle.ver-primary > span:before, .btnToggle.ver-primary > span:after {
  background: #fff;
}
.btnToggle.ver-primary:hover {
  border-color: #ff0008;
  background: #ff0008;
}
.btnToggle.ver-primary.is-open {
  border-color: #E7E7E7;
  background: #E7E7E7;
}
.btnToggle.ver-primary.is-open > span {
  color: #000;
}
.btnToggle.ver-primary.is-open > span:before {
  background: #000;
}

.btnSecondary > .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnSecondary > .content > .text {
  padding-left: 5px;
}

.btnMedia {
  display: flex;
  position: relative;
  width: 100%;
  padding: 10px 30px;
  background: #F6F6F6;
  color: inherit;
}
.btnMedia > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 200px;
}
.btnMedia > .inner > .text {
  min-width: 160px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 20px;
}
.btnMedia.is-current:before, .btnMedia:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 4px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.btnMedia.is-current:before, .btnMedia:hover:before {
  left: 0;
  width: 100%;
}

.btnMedia2Warp {
  max-width: 800px;
  margin: 60px auto 0;
}

.btnMedia2 {
  display: flex;
  width: 100%;
  background: #F6F6F6;
  color: inherit;
}
.btnMedia2 > .inner {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  padding: 15px 30px;
}
.btnMedia2 > .inner > .content > .head {
  font-weight: 700;
  font-size: 18px;
}
.btnMedia2 > .inner > .content > .text {
  margin-top: 10px;
}
.btnMedia2 > .inner > .image {
  margin-right: 24px;
}
.btnMedia2 > .inner > .image img {
  max-height: 89px;
}
.btnMedia2 > .inner > .image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 132px;
  background: no-repeat center center/contain;
}
.btnMedia2 > .inner > .image.ver-6 {
  background-image: url("../img/support-icon-6.png");
}
.btnMedia2 > .inner > .image > img {
  opacity: 0;
  transition: 0.3s;
}
.btnMedia2:hover > .inner > .image img {
  opacity: 1;
}

.btnBack {
  display: flex;
  position: relative;
  width: 100%;
  padding: 17px 14px 17px 40px;
  background-color: #f6f6f6;
  color: inherit;
}
.btnBack::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -6px;
  border-width: 6px 7px 6px 0;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  content: "";
}

.formSearch > .inner {
  display: flex;
}
.formSearch > .inner > .keyword {
  width: 100%;
  max-width: 800px;
  min-height: 60px;
  padding: 9px 20px 9px 15px;
  border: none;
  border-radius: 2px 0 0 2px;
  background: #F6F6F6;
}
.formSearch > .inner > .submit {
  width: 70px;
  padding: 6px 0;
  border: none;
  border-radius: 0 2px 2px 0;
  background: #E61E1E;
  color: #fff;
  text-align: center;
}
.formSearch > .inner.ver-small > .keyword {
  min-height: auto;
}

.formSelect {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.formSelect.ver-2 select {
  padding: 17px 35px 17px 15px;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  background-color: #f6f6f6;
}
.formSelect::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #000;
  content: "";
}
.formSelect select {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 35px 10px 15px;
  border: 1px solid #000000;
  border-radius: 2px;
  line-height: 1.5;
}
.formSelect select::-ms-expand {
  display: none;
}
.formSelect.is-error select {
  border-color: #E61E1E;
}

.formGroup .formGroupText {
  display: block;
  margin-bottom: 5px;
}
.formGroup + .formGroup {
  margin-top: 18px;
}

.formRadio {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.formRadio > .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.formRadio > .text {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.formRadio > .text::before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.formRadio > .text::after, .formRadio > .text::before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.formRadio > .text::after {
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E61E1E;
}
.formRadio > .item:checked + .text::after {
  content: "";
}

.formSortWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.formSortWrap > .formSort {
  margin-bottom: 10px;
}

.formSort {
  display: inline-flex;
  align-items: center;
  margin-bottom: -10px;
  padding: 8px 20px 8px;
  background-color: #f6f6f6;
  font-size: 14px;
}
.formSort > .head {
  min-width: 80px;
  max-width: 120px;
  margin-right: 10px;
}
.formSort > .item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -10px;
}
.formSort > .item > li {
  margin: 0 0 10px 20px;
}

.formTextarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  background-color: #f6f6f6;
}
.formTextarea.ver-2 {
  min-height: 219px;
}
.formTextarea.is-error {
  border-color: #E61E1E;
}

.formCheckbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.formCheckbox .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.formCheckbox .text {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.formCheckbox .text::after, .formCheckbox .text::before {
  display: block;
  position: absolute;
}
.formCheckbox .text::before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border: 2px solid #000000;
  background-color: #ffffff;
  content: "";
}
.formCheckbox .item:checked + .text::after {
  top: 50%;
  left: 5px;
  width: 11px;
  height: 6px;
  transform: translateY(-75%) rotate(-45deg);
  border-bottom: 2px solid #E61E1E;
  border-left: 2px solid #E61E1E;
  content: "";
}
.formCheckbox .item:disabled + .text {
  color: #b3b3b3;
}
.formCheckbox .item:disabled + .text::before {
  border-color: #d4d4d4;
  background-color: #d4d4d4;
}
.formCheckbox .item:disabled + .text::after {
  top: 13px;
  left: 5px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: "";
}

.formText {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  background-color: #f6f6f6;
}
.formText.is-error {
  border-color: #E61E1E;
}

.formName {
  display: flex;
}
.formName > .item {
  display: flex;
  align-items: center;
}
.formName > .item .formText {
  max-width: 200px;
}
.formName > .item .text {
  margin-right: 10px;
}
.formName > .item:not(:first-child) {
  margin-left: 5.3333333333%;
}

.formZip {
  display: flex;
  align-items: center;
}
.formZip .formText {
  max-width: 160px;
}
.formZip .link {
  margin-left: 30px;
}

.groupLolifeFaq {
  display: flex;
  align-items: flex-end;
  margin-left: -20px;
}
.groupLolifeFaq .item > .button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px;
  background: #fff;
  color: inherit;
}
.groupLolifeFaq .item > .button > .text {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  text-align: center;
}
.groupLolifeFaq .item > .button.ver-anchor > .text:before {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 0;
  height: 0;
  margin-right: 10px;
  border: transparent 10px solid;
  border-width: 8px 6px;
  border-top-color: #E61E1E;
  content: "";
}
.groupLolifeFaq > .item {
  width: 25%;
  padding-bottom: 22px;
  padding-left: 20px;
}
.groupLolifeFaq > .group {
  display: flex;
  flex-wrap: wrap;
  width: calc(75% - 20px);
  margin-left: 20px;
  padding: 15px 10px 20px;
  border: 2px solid #D4D4D4;
}
.groupLolifeFaq > .group > .head {
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.groupLolifeFaq > .group > .item {
  width: calc(33.33333% - 20px);
  margin: 0 10px;
}

.groupSitemap .lineBase2 {
  margin: 30px 0;
}
.groupSitemap .lineBase2 + .headH4 {
  margin-top: 30px;
}
.groupSitemap .listLink {
  margin-top: 10px;
  margin-left: 1em;
}

.groupRecommendLineup {
  margin-right: -18px;
  margin-bottom: 60px;
  margin-left: -18px;
  background: #F6F6F6;
}
.groupRecommendLineup > .head {
  padding: 18px;
  background: #F1F1F1;
  font-size: 18px;
  text-align: center;
}
.groupRecommendLineup > .inner {
  max-width: 1236px;
  margin: 0 auto;
  padding: 8px 18px 15px;
}
.groupRecommendLineup > .inner > .list {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
}
.groupRecommendLineup > .inner > .list > li {
  width: 16.66666%;
  padding: 0 15px;
}
.groupRecommendLineup > .inner > .list > li > a {
  display: block;
  position: relative;
  padding: 17px 5px 5px;
  color: inherit;
  text-align: center;
  text-align: center;
  transition: 0.3s;
}
.groupRecommendLineup > .inner > .list > li > a:before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  background: #E61E1E;
  content: "";
  opacity: 0;
  transition: 0.3s;
}
.groupRecommendLineup > .inner > .list > li > a > .image {
  display: block;
}
.groupRecommendLineup > .inner > .list > li > a > .image img {
  max-width: 74px;
}
.groupRecommendLineup > .inner > .list > li > a > .text {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}
.groupRecommendLineup > .inner > .link {
  margin-top: 0;
  text-align: right;
}
.groupRecommendLineup.ver-brand > .inner > .list > li a {
  padding: 20px 5px;
}
.groupRecommendLineup.ver-brand > .inner > .list > li a > .image > img {
  max-width: 112px;
}

.groupProductCompare {
  margin-top: 40px;
}
.groupProductCompare > .image {
  display: flex;
  margin-left: -29px;
}
.groupProductCompare > .image > .item {
  width: 25%;
  padding-left: 29px;
}
.groupProductCompare > .image > .item > img {
  border: 14px solid #f6f6f6;
}
.groupProductCompare > .data {
  margin-top: 20px;
}
.groupProductCompare > .data > .item:not(:first-child) {
  border-top: 2px solid #DFDFDF;
}
.groupProductCompare > .data > .item > .head > a {
  display: block;
  position: relative;
  padding: 24px 20px 24px 0;
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}
.groupProductCompare > .data > .item > .head > a:before, .groupProductCompare > .data > .item > .head > a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 2px;
  margin-top: -1px;
  background: #E61E1E;
  content: "";
}
.groupProductCompare > .data > .item > .head > a:after {
  transform: rotate(90deg);
}
.groupProductCompare > .data > .item > .head > a.is-active {
  color: #E61E1E;
}
.groupProductCompare > .data > .item > .head > a.is-active:before {
  background: #333;
}
.groupProductCompare > .data > .item > .head > a.is-active:after {
  display: none;
}
.groupProductCompare > .data > .item > .content {
  padding: 7px 0 60px;
}
.groupProductCompare > .data > .item > .content > .list {
  display: flex;
  line-height: 1.3;
  text-align: center;
}
.groupProductCompare > .data > .item > .content > .list > dt {
  width: 25%;
  padding: 15px 10px;
  text-align: left;
}
.groupProductCompare > .data > .item > .content > .list > dd {
  width: 25%;
  padding: 15px 24px;
  border-left: 2px solid #DFDFDF;
}
.groupProductCompare > .data > .item > .content > .list > dd > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.groupProductCompare > .data > .item > .content > .list > dd > .watt > .number {
  display: inline-block;
  font-size: 30px;
}
.groupProductCompare > .data > .item > .content > .list > dd > .watt > .unit {
  display: inline-block;
  font-size: 14px;
}
.groupProductCompare > .data > .item > .content > .list > dd > .dimension {
  line-height: 1.5;
  text-align: left;
}
.groupProductCompare > .data > .item > .content > .list > dd > .dimension > .image {
  text-align: center;
}
.groupProductCompare > .data > .item > .content > .list > dd > .dimension > .text {
  font-size: 14px;
}
.groupProductCompare > .data > .item > .content > .list > dd > .dimension > .notes {
  font-size: 12px;
}

.groupProductSelect {
  margin-top: 60px;
}
.groupProductSelect > .select > .head {
  position: relative;
  text-align: center;
}
.groupProductSelect > .select > .head:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #F6F6F6;
  content: "";
}
.groupProductSelect > .select > .head > .text {
  display: inline-block;
  position: relative;
  padding: 18px;
  font-weight: bold;
  font-size: 18px;
}
.groupProductSelect > .select > .layout {
  display: flex;
  margin-top: 29px;
  margin-left: -35px;
}
.groupProductSelect > .select > .layout > .item {
  padding-left: 35px;
}
.groupProductSelect > .select > .layout > .item:nth-child(1) {
  width: 19%;
}
.groupProductSelect > .select > .layout > .item:nth-child(2) {
  width: 19%;
}
.groupProductSelect > .select > .layout > .item:nth-child(3) {
  width: 62%;
}
.groupProductSelect > .select > .layout > .item > .head {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.groupProductSelect > .select > .layout > .item > .listSelectCheck {
  margin-top: 16px;
}
.groupProductSelect > .select > .layout > .item > .listSelectCheck > li {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.groupProductSelect > .select > .layout > .item > .listSelectCheck > li:first-child {
  margin-top: 0;
}
.groupProductSelect > .select > .layout > .item > .listSelectCheck > li > label > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  padding: 5px 10px;
}
.groupProductSelect > .select > .layout > .item > .listSelectCheck.ver-icon > li > label > span {
  flex-direction: row;
  justify-content: flex-start;
}
.groupProductSelect > .select > .layout > .item > .listSelectCheck.ver-icon > li > label > span > .icon {
  display: inline-block;
  width: 45px;
  text-align: center;
}
.groupProductSelect > .select > .layout > .item > .listSelectCheck.ver-icon > li > label > span > .icon > img {
  margin: -10px 0;
}
.groupProductSelect > .result {
  position: relative;
  margin-top: 33px;
  padding: 40px 0 60px;
}
.groupProductSelect > .result:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #F6F6F6;
  content: "";
}
.groupProductSelect > .result > * {
  position: relative;
}
.groupProductSelect > .result > *:first-child {
  margin-top: 0;
}
.groupProductSelect > .result > .menu {
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}
.groupProductSelect > .result > .menu > .head > a {
  display: block;
  padding: 16px 16px 16px 40px;
  color: inherit;
}
.groupProductSelect > .result > .menu > .head > a.is-active {
  color: #E61E1E;
}
.groupProductSelect > .result > .menu > .head > a.is-active > .text:before {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.groupProductSelect > .result > .menu > .head > a > .text {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  font-weight: bold;
}
.groupProductSelect > .result > .menu > .head > a > .text:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  transform: rotate(135deg);
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  content: "";
  transition: 0.3s;
}
.groupProductSelect > .result > .menu > .content {
  border-top: 2px solid #E7E7E7;
}
.groupProductSelect > .result > .menu > .content > .inner {
  padding: 30px 40px;
}
.groupProductSelect > .result > .menu > .content > .inner > .hit {
  display: none;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .head {
  font-weight: bold;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li {
  width: 33.33333%;
  margin-top: 16px;
  padding-right: 15px;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label {
  display: block;
  position: relative;
  cursor: pointer;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type=checkbox] {
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type=checkbox]:checked + .text:after {
  display: block;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type=checkbox]:disabled + .text {
  color: #b3b3b3;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type=checkbox]:disabled + .text:before {
  border-color: #d4d4d4;
  background-color: #d4d4d4;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type=checkbox]:disabled + .text:after {
  display: block;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 11px;
  height: 2px;
  transform: rotate(0deg);
  border-color: #fff;
  background-color: #fff;
  content: "";
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > .text {
  display: block;
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > .text:before {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  background: #fff;
  content: "";
}
.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > .text:after {
  display: inline-block;
  display: none;
  z-index: 2;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 11px;
  height: 7px;
  transform: rotate(-45deg);
  border: 2px solid #E61E1E;
  border-width: 0 0 2px 2px;
  content: "";
}
.groupProductSelect > .result > .menu > .content > .inner > .item + .item {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 2px solid #E7E7E7;
}
.groupProductSelect > .result > .menu > .content > .close > a {
  display: inline-block;
  width: 100%;
  padding: 16px 18px;
  background: #E7E7E7;
  color: #000;
  color: inherit;
  text-align: center;
}
.groupProductSelect > .result > .menu > .content > .close > a > span {
  display: inline-block;
  position: relative;
  padding-left: 31px;
}
.groupProductSelect > .result > .menu > .content > .close > a > span:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  transform: rotate(-45deg);
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  content: "";
}
.groupProductSelect > .result > .view {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.groupProductSelect > .result > .view > .hit {
  width: 50%;
}
.groupProductSelect > .result > .view > .hit > .number {
  display: inline-block;
  margin: 0 10px 0 5px;
  font-weight: bold;
  font-size: 24px;
}
.groupProductSelect > .result > .view > .clear {
  width: 50%;
  text-align: right;
}
.groupProductSelect > .result > .view > .clear > a {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: inherit;
  font-size: 14px;
}
.groupProductSelect > .result > .view > .clear > a:before, .groupProductSelect > .result > .view > .clear > a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  margin-top: -2px;
  transform: rotate(45deg);
  background: #000;
  content: "";
}
.groupProductSelect > .result > .view > .clear > a:after {
  transform: rotate(-45deg);
}
.groupProductSelect > .result > .view > .clear > a:hover {
  text-decoration: underline;
}
.groupProductSelect > .result > .table-wrap {
  position: relative;
}
.groupProductSelect > .result > .table-wrap > .arrow {
  position: absolute;
  height: 0;
}
.groupProductSelect > .result > .table-wrap > .arrow > .prev,
.groupProductSelect > .result > .table-wrap > .arrow > .next {
  display: none;
  z-index: 2;
  top: 50%;
  width: 26px;
  height: 44px;
  margin-top: -22px;
  background: url("../img/common-icon-arrow-1.svg") no-repeat 0 0/cover;
  color: transparent;
  opacity: 0;
}
.groupProductSelect > .result > .table-wrap > .arrow > .prev.is-fixed,
.groupProductSelect > .result > .table-wrap > .arrow > .next.is-fixed {
  position: fixed;
  opacity: 1;
}
.groupProductSelect > .result > .table-wrap > .arrow > .prev {
  left: 20px;
  transform: scaleX(-1);
}
.groupProductSelect > .result > .table-wrap > .arrow > .next {
  right: 20px;
}
.groupProductSelect > .result > .table-wrap > .table-scroll {
  position: relative;
  overflow-x: hidden;
}
.groupProductSelect > .result > .table-wrap .tblSelect {
  width: -webkit-max-content;
  width: max-content;
}
.groupProductSelect > .result > .table-wrap .tblSelect thead > tr > td {
  z-index: 1;
  position: sticky;
  left: 0;
  width: 149px;
}
.groupProductSelect > .result > .table-wrap .tblSelect thead > tr > td.ver-bg {
  background: #E7E7E7;
  color: #000000;
}
.groupProductSelect > .result > .table-wrap .tblSelect thead > tr > th {
  width: 210px;
}
.groupProductSelect > .result > .table-wrap .tblSelect thead > tr > th.ver-bg2 {
  background: #333333;
  color: #FFFFFF;
}
.groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > th {
  z-index: 1;
  position: sticky;
  left: 0;
  width: auto;
}
.groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > th.ver-bg {
  background: #E7E7E7;
  color: #000000;
}
.groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > td {
  width: auto;
}
.groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > td.ver-bg3 {
  background: #FFF2F2;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .groupProductSelect > .select > .layout > .item > .listSelectCheck > li > label {
  display: table;
}

_:-ms-lang(x)::-ms-backdrop, .groupProductSelect > .select > .layout > .item > .listSelectCheck > li > label > span {
  display: table-cell;
  vertical-align: middle;
}

.groupSearchResult .searchText {
  margin-bottom: 24px;
  color: #E61E1E;
  font-size: 14px;
}
.groupSearchResult .inner2 {
  display: none;
}
.groupSearchResult .searchSort,
.groupSearchResult .searchSort2 {
  display: none;
}

.groupSearchArea {
  margin-bottom: 30px;
}
.groupSearchArea .headH3 {
  margin-top: 33px;
  pointer-events: none;
}

.groupSearchAccordionBtnArea {
  display: none;
}

.groupSortResult {
  margin-top: 46px;
}
.groupSortResult > .text {
  margin-top: 0;
}
.groupSortResult .resultText {
  font-size: 24px;
}
.groupSortResult .formSortWrap {
  margin-top: 15px;
}

.groupSearchArea2 {
  margin: 60px -18px 0;
  background-color: #f6f6f6;
}
.groupSearchArea2 .inner {
  max-width: 1200px;
  margin: auto;
  padding: 38px 18px;
}
.groupSearchArea2 .head {
  font-size: 16px;
}
.groupSearchArea2 .head button {
  padding: 0;
  border: none;
  background: #fff;
}
.groupSearchArea2 .searchList {
  margin-top: 14px;
}
.groupSearchArea2 .searchList > li {
  margin-right: 30px;
}
.groupSearchArea2 .searchList > li:not(:last-child) {
  margin-bottom: 10px;
}
.groupSearchArea2 .ranking {
  margin-top: 38px;
}
.groupSearchArea2 .rankingHead {
  font-size: 16px;
}
.groupSearchArea2 .rankingList {
  margin-top: 14px;
}
.groupSearchArea2 .rankingList > li {
  margin-right: 30px;
}
.groupSearchArea2 .rankingList .rankingListInner {
  display: inline-flex;
  align-items: center;
}
.groupSearchArea2 .rankingList .icon {
  width: 37px;
  height: 23px;
  margin-right: 12px;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.headLabel {
  margin-top: 50px;
}
.headLabel > .label {
  display: inline-block;
  padding: 5px 20px;
  border: 4px solid #707070;
  background: #fff;
  font-weight: bold;
  font-size: 28px;
}
.headLabel > .label sup {
  font-size: 16px;
}
.headLabel.ver-important > .label {
  border-color: #FFF2F2;
  background: #FFF2F2;
}
.headLabel.ver-important2 > .label {
  background: #707070;
  color: #fff;
}
.headLabel.ver-bg2 > .label {
  border: 2px solid #F376B4;
  background: #FEF7FB;
  color: #F376B4;
}
.headLabel.ver-bg3 > .label {
  border: 2px solid #369AE9;
  background: #F3F9FE;
  color: #369AE9;
}
.headLabel.ver-bg4 > .label {
  border: 2px solid #03AD6B;
  background: #F0FAF6;
  color: #03AD6B;
}
.headLabel.ver-bg5 > .label {
  border: 2px solid #F49B00;
  background: #FEF9F0;
  color: #F49B00;
}
.headLabel.ver-bg6 > .label {
  border: 2px solid #5E5E5E;
  background: #F9F9F9;
  color: #5E5E5E;
}
.headLabel.ver-small > .label, .headLabel.ver-small2 > .label {
  font-size: 18px;
}
.headLabel.ver-small sup, .headLabel.ver-small2 sup {
  font-size: 14px;
}
.headLabel.ver-small > .label {
  border-radius: 10em;
}
.headLabel + .headH3 {
  margin-top: 10px;
}

.headH2 {
  margin-top: 100px;
  text-align: center;
}
.headH2 > .text {
  display: inline-block;
  position: relative;
  padding-bottom: 17px;
  font-size: 32px;
}
.headH2 > .text:before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 6px;
  transform: translateX(-50%);
  background: #E61E1E;
  content: "";
}
.headH2 > .text > .icon {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 10px;
  line-height: 1;
}
.headH2 + *[class] {
  margin-top: 40px;
}
.headH2 + p {
  margin-top: 40px;
}
.headH2 + .headH3 {
  margin-top: 50px;
}

.headH3 {
  margin-top: 120px;
}
.headH3.ver-icon > .text {
  padding-left: 0;
}
.headH3.ver-icon > .text:before {
  display: none;
}
.headH3 > .text {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  font-size: 24px;
}
.headH3 > .text:before {
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 9px;
  height: 18px;
  background: #E61E1E;
  content: "";
}
.headH3 > .text > .icon {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.headH3 > a.text {
  position: relative;
  color: inherit;
}
.headH3 > a.text:before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border: 3px solid #E61E1E;
  border-width: 0 3px 3px 0;
  background: transparent;
}
.headH3 > a.text:hover {
  text-decoration: underline;
 }
 .headH3 + *[class] {
/*  margin-top: 30px;  */
}
.headH3 + .headH4 {
  margin-top: 20px;
}

.headH4 {
  margin-top: 60px;
}
.headH4 > .text {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}
.headH4 + .lytTextImage {
  margin-top: 25px;
}
.headH4 > a.text {
  position: relative;
  padding-left: 24px;
  color: inherit;
}
.headH4 > a.text:before {
  display: inline-block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border: 3px solid #E61E1E;
  border-width: 0 3px 3px 0;
  background: transparent;
  content: "";
}
.headH4 > a.text:hover {
  text-decoration: underline;
}

.headH5 {
  margin-top: 46px;
}
.headH5 > .text {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.headH5 > a.text {
  position: relative;
  padding-left: 24px;
  color: inherit;
}
.headH5 > a.text:before {
  display: inline-block;
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border: 3px solid #E61E1E;
  border-width: 0 3px 3px 0;
  background: transparent;
  content: "";
}
.headH5 > a.text:hover {
  text-decoration: underline;
}

p + p.headType {
  margin-top: 2.5em;
}

.headType {
  margin-top: 100px;
  text-align: center;
}
.headType > .sub {
  display: inline-block;
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 15px;
  color: #E61E1E;
  font-weight: normal;
  font-size: 12px;
}
.headType > .sub:before, .headType > .sub:after {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.headType > .sub:before {
  margin-right: 10px;
}
.headType > .sub:after {
  margin-left: 10px;
}
.headType > .text {
  display: inline-block;
  font-weight: bold;
  font-size: 28px;
}
.headType.ver-top > .text {
  font-size: 34px;
}

.headType2 {
  position: relative;
  margin-top: 50px;
  padding: 12px 20px;
  background: #F6F6F6;
}
.headType2:before {
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 0;
  width: 4px;
  height: 16px;
  background: #333;
  content: "";
}
.headType2 > .text {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}

.headType3 {
  margin-top: 45px;
  font-weight: bold;
}

.headType4 {
  margin-top: 45px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.headType5 > .sub {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  color: #E61E1E;
  font-weight: normal;
  font-size: 12px;
}
.headType5 > .sub:before {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.headType5 > .sub:before {
  margin-right: 10px;
}
.headType5 > .sub:last-child {
  margin-bottom: 0;
}
.headType5 > .text {
  display: inline-block;
  font-weight: bold;
  font-size: 34px;
}
.headType5 + .txtLead {
  margin-top: 30px;
}
.headType5 + * {
  margin-top: 10px;
}

.headType6 {
  margin-top: 30px;
}
.headType6 > .text {
  display: block;
  padding: 4px;
  border-radius: 10em;
  background: #E7E7E7;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.headH1 {
  margin-top: 53px;
  text-align: center;
}
.headH1 > .text {
  display: inline-block;
  font-size: 34px;
  line-height: 1.3;
}
.headH1 + .listAnchor {
  margin-top: 80px;
}
.headH1 + .navProductDetail, .headH1 + .listAnchor2, .headH1 + .listChoice, .headH1 + .listThumb {
  margin-top: 60px;
}
.headH1 + .navProductDetail2, .headH1 + .navProductDetail3 {
  margin-top: 60px;
}

.headEntry {
  display: flex;
}
.headEntry > .main > .headH1 {
  margin-top: 0;
  text-align: left;
}
.headEntry > .main > .headH1 > .text {
  font-size: 28px;
}
.headEntry > .sub > .writer {
  font-size: 13px;
}

.headH3.var-2 {
  margin-top: 40px;
}

.headFaq {
  background-color: #f6f6f6;
}
.headFaq > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 57px 0;
  font-size: 32px;
}
.headFaq .head {
  display: flex;
}
.headFaq .icon {
  min-width: 120px;
  padding-left: 60px;
}

.headContact {
  margin-top: 60px;
  font-size: 30px;
  text-align: center;
}

.heroGlobal {
  position: relative;
  margin: 0 -18px;
}
.heroGlobal > .inner {
  position: relative;
  width: 100%;
  max-width: 1203px;
  height: 700px;
  margin: 0 auto;
  background: url(/jp/img/global/index-hero-bg.png) no-repeat center center/contain;
}
.heroGlobal > .inner > .item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.heroGlobal > .inner > .item.ver-1 {
  top: 17%;
  margin-left: 0;
}
.heroGlobal > .inner > .item.ver-2 {
  top: 40%;
  margin-left: -33%;
}
.heroGlobal > .inner > .item.ver-3 {
  top: 58%;
  margin-left: 2%;
}
.heroGlobal > .inner > .item.ver-4 {
  top: 47%;
  margin-left: 33%;
}
.heroGlobal > .inner .ver-anchor {
  white-space: nowrap;
}

.heroBrand {
  position: relative;
  margin-right: -18px;
  margin-bottom: 80px;
  margin-left: -18px;
  padding: 100px 40px 380px;
  text-align: center;
}
.heroBrand > .bg,
.heroBrand > .bg-sp {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center top/cover;
}
.heroBrand > .bg-sp {
  display: none;
}
.heroBrand > * {
  z-index: 2;
  position: relative;
}
.heroBrand > .head {
  line-height: 1;
}
.heroBrand > .head > img {
  max-width: 460px;
}
.heroBrand > p {
  margin-top: 2em;
}
.heroBrand > .button {
  margin-top: 25px;
}

.heroBrand2 {
  padding: 120px 40px 50px;
  text-align: center;
}
.heroBrand2 > p {
  margin-top: 100px;
  line-height: 2.2;
}

.heroBrand3 > .inner {
  position: relative;
}
.heroBrand3 > .inner > .bg,
.heroBrand3 > .inner > .bg-sp {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
.heroBrand3 > .inner > .bg-sp {
  display: none;
}
.heroBrand3 > .inner > .content {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 410px;
}
.heroBrand3 > .inner > .content > * {
  margin-left: calc(50% + 100px);
}
.heroBrand3 > .inner > .content > .head > em {
  display: inline-block;
  color: #FF0000;
  font-weight: normal;
  font-size: 35px;
}
.heroBrand3 > .inner > .content > .head > .en {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 95px;
  line-height: 1.1;
}
.heroBrand3 > .inner > .content > .text {
  margin-top: 0.8em;
  font-weight: bold;
  font-size: 20px;
}
.heroBrand3 > .inner > .content > .button {
  margin-top: 1.2em;
}
.heroBrand3 > .inner > .content > .button .btnToggle {
  background: transparent;
}
.heroBrand3 > .inner > .content > .button .btnToggle.is-open {
  background: #E7E7E7;
}
.heroBrand3 > .content-sp {
  display: none;
}
.heroBrand3 > .more-content {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
}
.heroBrand3 > .more-content > .head2 {
  color: #FF0000;
  font-weight: bold;
  font-size: 24px;
}
.heroBrand3 > .more-content > .more {
  margin-top: 2em;
}
.heroBrand3 > .more-content > .close {
  margin-top: 60px;
  text-align: center;
}
.heroBrand3 > .more-content > .close > a {
  display: inline-block;
  width: 100%;
  min-width: 184px;
  max-width: 400px;
  padding: 8px 10px;
  background: #E7E7E7;
  color: #000;
  color: inherit;
  font-size: 16px;
}
.heroBrand3 > .more-content > .close > a > span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.heroBrand3 > .more-content > .close > a > span:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #000;
  content: "";
}
.heroBrand3.ver-reverse > .inner > .content > * {
  margin-right: calc(50% + 100px);
  margin-left: 0;
}

.heroCampaign {
  margin: 0 -18px;
}
.heroCampaign > .image {
  position: relative;
  text-align: center;
}
.heroCampaign > .image > .overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(112, 112, 112, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
.heroCampaign > .term {
  padding: 16px 18px;
  background: #F6F6F6;
  text-align: center;
}
.heroCampaign > .term > .text {
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
}

.heroPage {
  margin-top: 40px;
}
.heroPage > img {
  width: 100%;
}

.heroPageDetail {
  position: relative;
  margin-top: 70px;
  padding-top: 1px;
}
.heroPageDetail > .back {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
}
.heroPageDetail > .head {
  margin-top: 0;
}
.heroPageDetail > .head > .headH2 {
  margin-top: 0;
}
.heroPageDetail > .text {
  margin-top: 40px;
  text-align: center;
}

.heroProductDetail2 {
  margin: 0 -18px;
}
.heroProductDetail2 > .item {
  display: flex;
  position: relative;
  align-items: center;
  height: 400px;
}
.heroProductDetail2 > .item > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF no-repeat center center/cover;
}
.heroProductDetail2 > .item > .inner {
  position: relative;
  width: 100%;
  max-width: calc(960px + 120px);
  margin: 0 auto;
  padding: 0 calc(18px + 24px + 18px);
}
.heroProductDetail2 > .item > .inner > .head {
  font-weight: bold;
  font-size: 34px;
}
.heroProductDetail2 > .item > .inner > .text {
  margin-top: 1.8em;
}
.heroProductDetail2 > .item > .inner > .button {
  margin-top: 1.8em;
}
.heroProductDetail2.ver-2 > .item {
  height: 350px;
}

.iconSpec {
  display: inline-block;
  width: 25px;
  height: 10px;
  margin: 0 5px;
  background: #96CF92;
}

br + .iconSpec {
  margin-left: 0;
}

.iconText {
  display: inline-block;
  vertical-align: top;
}
.link .iconText {
  margin-left: 10px;
}

.iconText2 {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.iconText3 {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
}

.iconText4 {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: middle;
}

.iconLabel {
  display: inline;
  padding: 4px 8px;
  background-color: #333333;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.iconLabel + .iconLabel {
  margin-left: 8px;
}
.iconLabel.ver-02 {
  background-color: #ededed;
  color: #333333;
}
.iconLabel.ver-03 {
  background-color: #E61E1E;
  color: #fff;
}

.iconWindow {
  margin: 0 5px;
  vertical-align: middle;
}

.js-scroll-icon {
  position: relative;
}
.js-scroll-icon > .icon {
  visibility: hidden;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 70px;
  margin: auto;
  overflow: hidden;
  transform: translateY(-50%) translateX(-50%);
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s visibility ease-out, 0.3s opacity ease-out;
}
.js-scroll-icon > .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 70px;
  background-image: url("../img/icon-scroll.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.js-scroll-icon.is-scroll-icon-visible {
  z-index: 1;
}
.js-scroll-icon.is-scroll-icon-visible > .icon {
  display: none;
}

.lytTextIcon {
  display: inline-flex;
  align-items: center;
}
.lytTextIcon > .icon img {
  display: block;
  vertical-align: middle;
}
.lytTextIcon > .text {
  padding-top: 2px;
  padding-left: 10px;
}
.lytRecipe {
  margin-top: 90px;
}
.lytRecipe > .item:nth-child(n+2) {
  margin-top: 100px;
}
.lytRecipe > .item > .head {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.lytRecipe .headH3 {
  margin-top: 85px;
}
.lytRecipe .listNotes > li {
  padding-left: 2em;
}
.lytRecipe .listNotes > li:not(:first-child) {
  margin-top: 10px;
}

.lytTextImage {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.lytTextImage > .image {
  width: 40%;
}
.lytTextImage > .image > *:first-child {
  margin-top: 0 !important;
}
.lytTextImage > .content {
  width: 60%;
  padding-left: 40px;
}
.lytTextImage > .content > *:first-child {
  margin-top: 0 !important;
}
.lytTextImage.ver-w-free {
  flex-wrap: inherit;
}
.lytTextImage.ver-w-free .u-w-5per {
  width: 5%;
}
.lytTextImage.ver-w-free .u-w-10per {
  width: 10%;
}
.lytTextImage.ver-w-free .u-w-15per {
  width: 15%;
}
.lytTextImage.ver-w-free .u-w-20per {
  width: 20%;
}
.lytTextImage.ver-w-free .u-w-25per {
  width: 25%;
}
.lytTextImage.ver-w-free .u-w-30per {
  width: 30%;
}
.lytTextImage.ver-w-free .u-w-35per {
  width: 35%;
}
.lytTextImage.ver-w-free .u-w-40per {
  width: 40%;
}
.lytTextImage.ver-w-free .u-w-45per {
  width: 45%;
}
.lytTextImage.ver-w-free .u-w-50per {
  width: 50%;
}
.lytTextImage.ver-w-free .u-w-55per {
  width: 55%;
}
.lytTextImage.ver-w-free .u-w-60per {
  width: 60%;
}
.lytTextImage.ver-w-free .u-w-65per {
  width: 65%;
}
.lytTextImage.ver-w-free .u-w-70per {
  width: 70%;
}
.lytTextImage.ver-w-free .u-w-75per {
  width: 75%;
}
.lytTextImage.ver-w-free .u-w-80per {
  width: 80%;
}
.lytTextImage.ver-w-free .u-w-85per {
  width: 85%;
}
.lytTextImage.ver-w-free .u-w-90per {
  width: 90%;
}
.lytTextImage.ver-w-free .u-w-95per {
  width: 95%;
}
.lytTextImage.ver-w-free .u-w-100per {
  width: 100%;
}
.lytTextImage.ver-reverse > .image {
  order: 2;
}
.lytTextImage.ver-reverse > .content {
  order: 1;
  padding-right: 40px;
  padding-left: 0;
}
.lytTextImage.ver-history > .image {
  width: 27.3%;
}
.lytTextImage.ver-history > .content {
  width: 72.7%;
}
.lytTextImage.ver-history .wrapButton {
  margin-top: 30px;
}
.lytTextImage.ver-icon > .image {
  width: 80px;
}
.lytTextImage.ver-icon > .content {
  width: calc(100% - 80px);
  padding-left: 30px;
}
.lytTextImage.ver-icon > .content .headH4 + p {
  margin-top: 10px;
}
.lytTextImage.ver-icon > .content .txtNotes {
  margin-top: 10px;
}
.lytTextImage.ver-icon2 > .image {
  width: 30px;
}
.lytTextImage.ver-icon2 > .content {
  width: calc(100% - 30px);
  padding-left: 20px;
}
.lytTextImage.ver-center {
  align-items: center;
}
.lytTextImage .boxToggle {
  margin-top: 40px;
}
.lytTextImage + .lytTextImage.ver-border {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E7E7E7;
}

.lytImage,
.lytImageSpLarge {
  margin-top: 40px;
  text-align: center;
}
.lytImage > *:first-child,
.lytImageSpLarge > *:first-child {
  margin-top: 0 !important;
}
.lytImage > .image,
.lytImageSpLarge > .image {
  display: inline-block;
  margin-top: 1em;
  text-align: left;
}
.lytImage > .image > img,
.lytImageSpLarge > .image > img {
  width: 100%;
  max-width: 100%;
}
.lytImage > .image > .caption,
.lytImageSpLarge > .image > .caption {
  display: inline-block;
  margin-top: 1em;
  color: #333;
  font-size: 12px;
}

.lytImageInline {
  margin-top: 20px;
}
.lytImageInline > .item {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
}
.lytImageInline > .item > .image {
  display: inline-block;
  text-align: left;
}
.lytImageInline > .item > .image > img {
  width: 100%;
  max-width: 100%;
}
.lytImageInline > .item > .image > .caption {
  display: inline-block;
  margin-top: 1em;
  color: #333;
  font-size: 12px;
}

.lytColumn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -60px;
}
.lytColumn > .item {
  padding-left: 60px;
}
.lytColumn > .item > *:first-child {
  margin-top: 0 !important;
}
.lytColumn > .item:not(:first-child) {
  margin-top: 100px;
}
.lytColumn > .item > .wrapButton {
  margin-top: 1.5em;
}
.lytColumn > .item > p,
.lytColumn > .item .headType3,
.lytColumn > .item .headLabel,
.lytColumn > .item .txtNotes {
  margin-top: 1em;
}
.lytColumn > .item .headLabel {
  margin-bottom: 0;
}
.lytColumn > .item > .boxBorder3:first-child:last-child,
.lytColumn > .item > .boxStep:first-child:last-child {
  height: 100%;
}
.lytColumn.col-2 > .item {
  width: 50%;
}
.lytColumn.col-2 > .item:nth-child(2) {
  margin-top: 0;
}
.lytColumn.col-3 {
  margin-left: -30px;
}
.lytColumn.col-3 > .item {
  width: 33.33333%;
  padding-left: 30px;
}
.lytColumn.col-3 > .item:nth-child(2), .lytColumn.col-3 > .item:nth-child(3) {
  margin-top: 0;
}
.lytColumn.col-3 .lytImage {
  margin-top: 25px;
}
.lytColumn.col-4 {
  margin-left: -25px;
}
.lytColumn.col-4 > .item {
  width: 25%;
  padding-left: 25px;
}
.lytColumn.col-4 > .item:nth-child(2), .lytColumn.col-4 > .item:nth-child(3), .lytColumn.col-4 > .item:nth-child(4) {
  margin-top: 0;
}
.lytColumn.col-4 .lytImage {
  margin-top: 25px;
}
.lytColumn.ver-step > .item {
  position: relative;
}
.lytColumn.ver-step > .item:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 0;
  height: 0;
  margin-top: -12px;
  border: 1px solid transparent;
  border-width: 12px 16px;
  border-left-color: #D4D4D4;
  content: "";
}
.lytColumn.ver-step.col-2 > .item:before {
  left: 23px;
}
.lytColumn.ver-border.col-2 {
  position: relative;
}
.lytColumn.ver-border.col-2:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% + 30px);
  width: 1px;
  height: 100%;
  background: #E7E7E7;
  content: "";
}
.lytColumn.ver-center {
  justify-content: center;
}
.lytColumn.ver-recipe {
  margin-left: -30px;
}
.lytColumn.ver-recipe > .item {
  width: 67.5%;
  padding-left: 30px;
}
.lytColumn.ver-recipe > .item:nth-child(2) {
  width: 32.5%;
}
.lytColumn.ver-recipe .tblSpec th,
.lytColumn.ver-recipe .tblSpec td {
  display: block;
  width: 100%;
  padding: 15px 10px 15px 20px;
}
.lytColumn.ver-catalog {
  margin-left: -30px;
}
.lytColumn.ver-catalog > .item {
  margin-top: 30px;
  padding-left: 30px;
}
.lytColumn.ver-catalog > .item:first-child, .lytColumn.ver-catalog > .item:nth-child(2) {
  margin-top: 0;
}
.lytColumn.ver-g-30 {
  margin-left: -30px;
}
.lytColumn.ver-g-30 > .item {
  margin-top: 30px;
  padding-left: 30px;
}
.lytColumn.ver-g-30 > .item:first-child, .lytColumn.ver-g-30 > .item:nth-child(2) {
  margin-top: 0;
}
.lytColumn.ver-g-30 + .boxBorder3 {
  margin-top: 30px;
}

.lytTextImage2 {
  display: flex;
  margin-top: 40px;
}
.lytTextImage2 > .image {
  flex: 0 0 auto;
  max-width: 380px;
}
.lytTextImage2 > .image > *:first-child {
  margin-top: 0 !important;
}
.lytTextImage2 > .content {
  flex: 1 1 auto;
  padding-left: 20px;
  color: #000;
}
.lytTextImage2 > .content > *:first-child {
  margin-top: 0 !important;
}

.lytFaqContent > *:first-child {
  margin-top: 0;
}
.lytFaqContent h1, .lytFaqContent h2, .lytFaqContent h3, .lytFaqContent h4, .lytFaqContent h5, .lytFaqContent h6 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.lytFaqContent h1 + *, .lytFaqContent h2 + *, .lytFaqContent h3 + *, .lytFaqContent h4 + *, .lytFaqContent h5 + *, .lytFaqContent h6 + * {
  margin-top: 0;
}

.lineBase {
  margin: 100px 0;
  border: 8px solid #E7E7E7;
  border-width: 8px 0 0;
}

.lineBase2 {
  margin: 120px 0 35px;
  border: 1px solid #E7E7E7;
}

.linkArrow {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: inherit;
}
.linkArrow:before {
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border: 2px solid #E61E1E;
  border-width: 0 2px 2px 0;
  content: "";
}
.linkArrow:hover {
  text-decoration: underline;
}
.linkArrow.ver-small {
  font-size: 14px;
}
.linkArrow.ver-small:before {
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -7px;
  transform: none;
  border: transparent 10px solid;
  border-width: 6px 7px;
  border-left-color: #E61E1E;
}

.linkBack {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: inherit;
  font-weight: bold;
}
.linkBack:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(-45deg);
  border: 2px solid #000;
  border-width: 2px 0 0 2px;
  content: "";
}
.linkBack:hover {
  text-decoration: underline;
}

.linkNewsMenu {
  display: flex;
  flex-wrap: wrap;
  margin: 69px 0 -23px;
  font-size: 14px;
}
.linkNewsMenu > li {
  margin: 0 0 23px -1px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  line-height: 1;
}
.linkNewsMenu > li > a {
  display: inline-block;
  padding: 0 17px;
  color: inherit;
  text-decoration: none;
}
.linkNewsMenu > li > a:hover {
  text-decoration: underline;
}
.linkNewsMenu > li > a[aria-current] {
  color: #E61E1E;
  font-weight: bold;
}
.linkNewsMenu > li > a[aria-current]:hover {
  text-decoration: none;
}
.linkNewsMenu + .headH3 {
  margin-top: 40px;
}

a[href^="tel:"] {
  color: initial;
  text-decoration: none;
}

.link {
  color: inherit;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.linkIcon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.linkIcon > .icon {
  margin-right: 10px;
}
.linkIcon:hover {
  text-decoration: underline;
}

.listInline {
  margin-top: 30px;
}
.listInline > li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 40px;
}

.listLabel {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
}
.listLabel > dt {
  padding: 1px 16px;
  border-radius: 10em;
  background: #000;
  background: #F6F6F6;
  font-size: 14px;
  white-space: nowrap;
}
.listLabel > dd {
  margin-right: auto;
  padding-left: 20px;
  font-size: 14px;
}
.listLabel + .listLabel {
  margin-top: 20px;
}

.listPdf {
  border-top: 1px solid #E7E7E7;
}
.listPdf > li {
  border-bottom: 1px solid #E7E7E7;
}
.listPdf > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  color: inherit;
  text-decoration: none;
}
.listPdf > li > a > .text {
  text-decoration: underline;
}
.listPdf > li > a > .iconText {
  padding: 0 5px 0 10px;
}
.listPdf > li > a > .data {
  font-size: 14px;
}
.listPdf > li > a:hover > .text {
  text-decoration: none;
}

.listPdf2 {
  border-top: 1px solid #E7E7E7;
}
.listPdf2 > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #E7E7E7;
  color: inherit;
}
.listPdf2 > li > .link {
  text-decoration: none;
}
.listPdf2 > li > .link > .label {
  text-decoration: underline;
}
.listPdf2 > li > .link > .iconText {
  vertical-align: middle;
}
.listPdf2 > li > .link > .data {
  font-size: 14px;
}
.listPdf2 > li > .link:hover > .label {
  text-decoration: none;
}

.listLink {
  margin-top: 40px;
}
.listLink li:not(:first-child) {
  margin-top: 4px;
}
.listLink li a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: inherit;
}
.listLink li a:before {
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border: 2px solid #E61E1E;
  border-width: 0 2px 2px 0;
  content: "";
}
.listLink li a:hover {
  text-decoration: underline;
}
.listLink li .listLink {
  margin: 0;
  padding-left: 18px;
}
.listLink li .listLink > li > a {
  padding-left: 14px;
  font-size: 14px;
}
.listLink li .listLink > li > a:before {
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -6px;
  transform: none;
  border: transparent 10px solid;
  border-width: 4px 6px;
  border-left-color: #E61E1E;
}
.listLink.col-2 {
  display: flex;
  flex-wrap: wrap;
}
.listLink.col-2 > li {
  width: 50%;
  margin-top: 0;
}
.listLink.col-2 > li:nth-child(n+3) {
  margin-top: 4px;
}
.listLink.ver-inline > li {
  display: inline-block;
  margin-right: 40px;
}

dl.listSelectMark {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
dl.listSelectMark > dt {
  width: 30px;
  margin-top: 2px;
  padding-right: 10px;
  text-align: center;
}
dl.listSelectMark > dd {
  position: relative;
  width: calc(100% - 30px);
  margin-top: 7px;
  padding-left: 1em;
}
dl.listSelectMark > dd > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.listSelectCheck {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  text-align: center;
}
.listSelectCheck > li {
  margin: 10px 10px 0;
  line-height: 1.3;
}
.listSelectCheck > li > label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.listSelectCheck > li > label:hover {
  cursor: pointer;
}
.listSelectCheck > li > label > input[type=checkbox] {
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.listSelectCheck > li > label > input[type=checkbox]:checked + span {
  border-color: #E61E1E;
}
.listSelectCheck > li > label > input[type=checkbox]:checked + span:before {
  background-color: #E61E1E;
}
.listSelectCheck > li > label > input[type=checkbox]:checked + span:after {
  border-color: #fff;
}
.listSelectCheck > li > label > input[type=checkbox]:disabled + span {
  border-color: #d4d4d4;
  background-color: #d4d4d4;
}
.listSelectCheck > li > label > input[type=checkbox]:disabled + span:after {
  display: block;
  top: 9px;
  width: 10px;
  height: 2px;
  transform: rotate(0deg);
}
.listSelectCheck > li > label > span {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px 33px;
  border: 2px solid #f6f6f6;
  background: #f6f6f6;
  font-size: 14px;
}
.listSelectCheck > li > label > span:before {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 24px;
  height: 24px;
  background: #fff;
  content: "";
}
.listSelectCheck > li > label > span:after {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 11px;
  height: 7px;
  transform: rotate(-45deg);
  border: 2px solid #D4D4D4;
  border-width: 0 0 2px 2px;
  content: "";
}
.listSelectCheck.col-2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
}
.listSelectCheck.col-2 > li {
  width: 50% !important;
  margin-top: 0 !important;
  padding-left: 13px;
}
.listSelectCheck.col-2 > li:nth-child(n+3) {
  margin-top: 10px !important;
}
.listSelectCheck.col-4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
}
.listSelectCheck.col-4 > li {
  width: 25% !important;
  margin-top: 0 !important;
  padding-left: 13px;
}
.listSelectCheck.col-4 > li:nth-child(n+5) {
  margin-top: 10px !important;
}

.listSelectTable > li {
  padding: 7px 2px;
  background: #F6F6F6;
  line-height: 1.3;
  text-align: center;
}
.listSelectTable > li:not(:first-child) {
  margin-top: 8px;
}
.listSelectTable > li.ver-h-low {
  height: 32px;
  max-height: 32px;
}
.listSelectTable > li.ver-none {
  visibility: hidden;
  opacity: 0;
}
.listSelectTable > li.ver-h-high {
  height: 50px;
  max-height: 50px;
  line-height: 36px;
}
.listBullet {
  margin-top: 40px;
}
.listBullet > li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}
.listBullet > li:not(:first-child) {
  margin-top: 0.5em;
}
.listBullet > li:before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  background: #E7E7E7;
  content: "";
}
.listBullet.ver-2 > li:before {
  width: 10px;
  height: 10px;
  border: none;
  background: #000;
}
.listBullet.ver-big > li {
  font-size: 16px;
}
.listBullet.ver-big > li:before {
  top: 8px;
}
.listBullet .listBullet {
  margin-top: 20px;
}

.listNotes {
  margin-top: 40px;
}
.listNotes > li {
  display: flex;
  flex-wrap: nowrap;
  color: #333;
  font-size: 12px;
}
.listNotes > li:not(:first-child) {
  margin-top: 10px;
}
.listNotes > li > .mark {
  flex-shrink: 0;
  margin-right: 10px;
}

.listNumber {
  margin-top: 40px;
}
.listNumber > li {
  position: relative;
  padding-left: 1.7em;
}
.listNumber > li:not(:first-child) {
  margin-top: 15px;
}
.listNumber > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.listNumber2 {
  margin-top: 40px;
}
.listNumber2 > li {
  position: relative;
  padding-left: 2.5em;
  font-size: 12px;
}
.listNumber2 > li:not(:first-child) {
  margin-top: 15px;
}
.listNumber2 > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}
.listNumber2 > li .listNumber2 {
  margin-top: 15px;
}
.listNumber3 {
  margin-top: 40px;
}
.listNumber3 > li {
  position: relative;
  padding-left: 4em;
}
.listNumber3 > li:not(:first-child) {
  margin-top: 30px;
}
.listNumber3 > li > .mark {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 2.5em;
  background: #E61E1E;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.listNumber3 > li > .head {
  display: inline-block;
  font-weight: bold;
}
.listNumber3 .lytImage {
  margin-top: 10px;
}
.listNumber3.ver-border > li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E7E7E7;
}
.listNumber3.ver-border > li + li > .mark {
  top: 30px;
}

.listNumber4 {
  margin-top: 40px;
}
.listNumber4 > li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.listNumber4 > li + li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E7E7E7;
}
.listNumber4 > li > .content {
  width: 48%;
}
.listNumber4 > li > .content > *:first-child {
  margin-top: 0 !important;
}
.listNumber4 > li > .content.ver-w-100 {
  width: 100%;
}
.listNumber4 > li > .content > .head {
  position: relative;
  padding-left: 4em;
}
.listNumber4 > li > .content > .head > .mark {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  min-width: 2.5em;
  background: #E61E1E;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.listNumber4 > li > .content > .head > .text {
  display: inline-block;
  font-weight: bold;
}
.listNumber4 > li > .complete {
  position: relative;
  width: 100%;
  text-align: center;
}
.listNumber4 > li > .complete > *:first-child {
  margin-top: 0;
}
.listNumber4 .lytImage {
  margin-top: 10px;
}

.listTag {
  margin-top: 30px;
}
.listTag > li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
}
.listTag > li > .text {
  display: inline-block;
  padding: 1px 16px;
  border-radius: 10em;
  background: #f6f6f6;
}
.listTag > li > .text.is-inactive {
  color: #B3B3B3;
}

.listColor {
  margin-top: 20px;
  line-height: 1;
}
.listColor > li {
  display: inline-block;
}
.listColor > li:not(:first-child) {
  margin-left: 6px;
}
.listColor > li > .icon {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: #E7E7E7;
  vertical-align: bottom;
}
.listColor > li > .icon[style*="#fff"], .listColor > li > .icon[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}
.listColor > li > .icon.is-active {
  border: 2px solid #E61E1E;
}
.listColor > li > .icon > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 10px;
  white-space: nowrap;
}
.listColor2 {
  margin-top: 10px;
  line-height: 1;
}
.listColor2 > li {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 14px;
}
.listColor2 > li > .icon {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background: #E7E7E7;
  vertical-align: bottom;
}
.listColor2 > li > .icon[style*="#fff"], .listColor2 > li > .icon[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}
.listColor2 > li > .icon.is-active {
  border: 2px solid #E61E1E;
}
.listColor2 > li > .text {
  display: inline-block;
}

.listBanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 980px;
  margin: 40px auto 0;
}
.listBanner > li {
  padding: 0 15px;
}
.listBanner > li > a {
  display: inline-block;
}
.listBanner > li > a:hover {
  opacity: 0.9;
}
.listBanner.col-2 > li {
  width: 50%;
}
.listBanner.col-2 > li:nth-child(n+3) {
  margin-top: 30px;
}
.listBanner.col-3 > li {
  width: 33%;
}
.listBanner.col-3 > li:nth-child(n+4) {
  margin-top: 30px;
}
.listBanner.ver-full {
  max-width: inherit;
}
.listBanner.ver-full > li {
  padding: 0;
}
.listBanner.ver-full > li:not(:first-child) {
  margin-top: 15px;
}

.listAnchor {
  margin-top: 30px;
  text-align: center;
}
.listAnchor > li {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.listAnchor > li:not(:last-child) {
  margin-right: 30px;
}
.listAnchor > li > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: inherit;
}
.listAnchor > li > a:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-width: 7px 6px;
  border-top-color: #E61E1E;
  content: "";
}
.listAnchor + .headH2 {
  margin-top: 80px;
}
.listAnchor.ver-small > li > a {
  font-size: 14px;
}
.listAnchor.ver-small > li > a:before {
  top: 8px;
  border-width: 5px 4.5px;
}

ul.listAnchor2 {
  margin-top: 23px;
  margin-right: -18px;
  margin-left: -18px;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  text-align: center;
}
ul.listAnchor2 a {
  color: #fff;
}
ul.listAnchor2 > li {
  display: inline-block;
}
ul.listAnchor2 > li:not(:last-child) {
  margin-right: 30px;
}
ul.listAnchor2 > li > a {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 20px;
  color: inherit;
}
ul.listAnchor2 > li > a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: transparent 5px solid;
  border-width: 6px 5px;
  border-top-color: #E61E1E;
  content: "";
}

.listAnchor3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}
.listAnchor3 > li {
  width: 240px;
  margin: 0 20px;
}
.listAnchor3 > li > a {
  display: block;
  position: relative;
  padding: 20px 10px 35px;
  border: 1px solid #FF0000;
}
.listAnchor3 > li > a:before {
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  transform: none;
  border: transparent 10px solid;
  border-width: 6px 6px;
  border-top-color: #FF0000;
  content: "";
  transition: 0.3s;
}
.listAnchor3 > li > a > .label {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #FF0000;
  color: #FF0000;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s;
}
.listAnchor3 > li > a > .text {
  display: inline-block;
  margin-top: 15px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  transition: 0.3s;
}
.listAnchor3 > li > a:hover {
  background: #FF0000;
  color: #fff;
}
.listAnchor3 > li > a:hover:before {
  border-top-color: #fff;
}
.listAnchor3 > li > a:hover > .label {
  border-bottom-color: #fff;
  color: #fff;
}
.listAnchor3 > li > a:hover > .text {
  color: #fff;
}

.listRecipe {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-left: -30px;
}
.listRecipe > li {
  width: 25%;
  padding-left: 30px;
}
.listRecipe > li:nth-child(n+5) {
  margin-top: 35px;
}
.listRecipe > li > .pannel {
  display: block;
  position: relative;
  color: inherit;
}
.listRecipe > li > .pannel > .new {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.listRecipe > li > .pannel > .image {
  position: relative;
}
.listRecipe > li > .pannel > .image img {
  width: 100%;
}
.listRecipe > li > .pannel > .text {
  margin-top: 1em;
}
.listRecipe > li > .pannel > .text > .text-head {
  display: block;
  margin-right: 10px;
}
.listRecipe > li > .pannel > .text > .icon-time,
.listRecipe > li > .pannel > .text > .icon-movie {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 16px;
  border-radius: 10em;
  background: #FF0000;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
}
.listRecipe > li > .pannel > .text > .icon-time {
  padding-left: 40px;
  background: #FF0000 url("../img/icon-time.svg") no-repeat 16px center;
}
.listRecipe > li > a.pannel > .image {
  position: relative;
}
.listRecipe > li > a.pannel > .image:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 5px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.listRecipe > li > a.pannel:hover > .image:before {
  left: 0;
  width: 100%;
}

.listRecipe2 {
  margin-top: 45px;
}
.listRecipe2 > dt {
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 18px;
}
.listRecipe2 > dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.listRecipe2 > dd:nth-child(2n) {
  background: #FFF2F2;
}

.listThumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -30px;
}
.listThumb > li {
  padding-left: 30px;
}
.listThumb > li > .pannel {
  display: block;
  color: inherit;
}
.listThumb > li > .pannel > .image {
  position: relative;
}
.listThumb > li > .pannel > .image img {
  width: 100%;
  height: auto;
}
.listThumb > li > .pannel > .image > .overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(112, 112, 112, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.listThumb > li > .pannel > .wrap > .head,
.listThumb > li > .pannel > .head {
  margin-top: 1.2em;
  font-weight: bold;
  font-size: 18px;
}
.listThumb > li > .pannel > .wrap > .text,
.listThumb > li > .pannel > .text,
.listThumb > li > .pannel > .wrap > .term,
.listThumb > li > .pannel > .term {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.5;
}
.listThumb > li > .pannel > .wrap > .term,
.listThumb > li > .pannel > .term {
  font-weight: bold;
}
.listThumb > li > .pannel > .wrap > .term.ver-end,
.listThumb > li > .pannel > .term.ver-end {
  color: #E61E1E;
}
.listThumb > li > .pannel > .button {
  margin-top: 1.5em;
}
.listThumb > li > a.pannel > .image {
  position: relative;
}
.listThumb > li > a.pannel > .image:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 5px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.listThumb > li > a.pannel:hover > .image:before {
  left: 0;
  width: 100%;
}
.listThumb.ver-arrow > li > .pannel > .wrap > .head,
.listThumb.ver-arrow > li > .pannel > .head {
  position: relative;
  padding-left: 1em;
  font-size: 20px;
}
.listThumb.ver-arrow > li > .pannel > .wrap > .head:before,
.listThumb.ver-arrow > li > .pannel > .head:before {
  display: inline-block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border: 2px solid #E61E1E;
  border-width: 0 2px 2px 0;
  content: "";
}
.listThumb.ver-arrow > li > .pannel > .wrap > .text,
.listThumb.ver-arrow > li > .pannel > .text {
  font-size: 16px;
}
.listThumb.col-3 > li {
  width: 33.33333%;
}
.listThumb.col-3 > li:nth-child(n+4) {
  margin-top: 60px;
}
.listThumb.col-4 > li {
  width: 25%;
}
.listThumb.col-4 > li:nth-child(n+5) {
  margin-top: 60px;
}
.listThumb.col-4 > li > .pannel > .wrap > .head,
.listThumb.col-4 > li > .pannel > .head {
  margin-top: 1em;
  font-size: 16px;
}

.listThumb2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -30px;
}
.listThumb2 > li {
  padding-left: 30px;
}
.listThumb2 > li > .pannel {
  display: flex;
  color: inherit;
}
.listThumb2 > li > .pannel > .image {
  width: 24%;
}
.listThumb2 > li > .pannel > .content {
  width: 76%;
  padding-left: 30px;
}
.listThumb2 > li > .pannel > .content > .head {
  margin-top: 2px;
  font-size: 18px;
}
.listThumb2 > li > .pannel > .content > .text {
  margin-top: 0.9em;
  font-size: 14px;
}
.listThumb2 > li > a.pannel > .image {
  position: relative;
}
.listThumb2 > li > a.pannel > .image:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 3px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.listThumb2 > li > a.pannel:hover > .image:before {
  left: 0;
  width: 100%;
}
.listThumb2 > li > a.pannel:hover > .content > .head {
  text-decoration: underline;
}
.listThumb2.col-2 > li {
  width: 50%;
}

.listThumb3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 954px;
  margin: 40px auto 0;
  padding: 0 15px;
}
.listThumb3 > li {
  padding: 0 15px;
}
.listThumb3 > li > .pannel {
  display: block;
  height: 100%;
  padding: 30px 10px;
  background: #F6F6F6;
  color: inherit;
  line-height: 1.5;
  text-align: center;
}
.listThumb3 > li > .pannel > .image {
  background: no-repeat center center/contain;
}
.listThumb3 > li > .pannel > .image.ver-contact {
  background-image: url("/jp/img/index/support-icon-1.png");
}
.listThumb3 > li > .pannel > .image.ver-support {
  background-image: url("/jp/img/index/support-icon-2.png");
}
.listThumb3 > li > .pannel > .image.ver-manual {
  background-image: url("/jp/img/index/support-icon-3.png");
}
.listThumb3 > li > .pannel > .image > img {
  max-width: 156px;
  opacity: 0;
  transition: 0.3s;
}
.listThumb3 > li > .pannel > .head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
  margin-top: 1.2em;
  font-weight: bold;
  font-size: 18px;
}
.listThumb3 > li > .pannel > .text {
  margin-top: 1em;
  font-size: 14px;
}
.listThumb3 > li > a.pannel:hover > .image > img {
  opacity: 1;
}
.listThumb3.col-3 > li {
  width: 33.33333%;
}

.listThumb5 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -30px;
}
.listThumb5 > li {
  padding-left: 30px;
}
.listThumb5 > li > .pannel {
  display: block;
  position: relative;
  color: inherit;
}
.listThumb5 > li > .pannel > .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.listThumb5 > li > .pannel > .image img {
  max-width: 100%;
}
.listThumb5 > li > .pannel > .series {
  position: relative;
  margin-top: 1.2em;
  padding-left: 40px;
  color: #E61E1E;
  font-size: 12px;
}
.listThumb5 > li > .pannel > .series:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.listThumb5 > li > .pannel > .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.listThumb5 > li > .pannel > .icon > span {
  display: inline-block;
  padding: 1px 11px;
  background: #E61E1E;
  color: #fff;
  text-align: center;
}
.listThumb5 > li > .pannel > .head {
  margin-top: 0.4em;
  font-weight: normal;
  font-size: 16px;
}
.listThumb5 > li > .pannel > .text {
  margin-top: 0.4em;
  font-size: 14px;
  line-height: 2;
}
.listThumb5.col-3 > li {
  width: 33.33333%;
}
.listThumb5.col-3 > li:nth-child(n+4) {
  margin-top: 68px;
}

.listThumb6 {
  margin-top: 60px;
}
.listThumb6 > li:not(:first-child) {
  margin-top: 80px;
}
.listThumb6 > li > .pannel {
  display: flex;
  flex-wrap: wrap;
  margin-left: -80px;
}
.listThumb6 > li > .pannel > .content {
  order: 2;
  width: 50%;
  padding-left: 80px;
}
.listThumb6 > li > .pannel > .content > .series {
  position: relative;
  padding-left: 40px;
  color: #E61E1E;
  font-size: 12px;
}
.listThumb6 > li > .pannel > .content > .series:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.listThumb6 > li > .pannel > .content > .head {
  margin-top: 0.4em;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
}
.listThumb6 > li > .pannel > .content > .text {
  margin-top: 1em;
  font-size: 14px;
  line-height: 2;
}
.listThumb6 > li > .pannel > .content > .list {
  margin-top: 2em;
  font-size: 14px;
}
.listThumb6 > li > .pannel > .content > .list > dt {
  margin-top: 10px;
  font-weight: bold;
}
.listThumb6 > li > .pannel > .content > .list > dd {
  padding-left: 1em;
}
.listThumb6 > li > .pannel > .content > .notes {
  font-size: 12px;
}
.listThumb6 > li > .pannel > .image {
  order: 1;
  width: 50%;
  padding-left: 80px;
}
.listThumb6 > li > .pannel > .image img {
  width: 100%;
}

.listNews {
  max-width: 960px;
  margin: 40px auto 0;
  border-top: 1px solid #E7E7E7;
}
.listNews > li {
  border-bottom: 1px solid #E7E7E7;
}
.listNews > li > .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 19px 0;
  color: inherit;
}
.listNews > li > .item > .date {
  display: inline-block;
  width: 10em;
}
.listNews > li > .item > .date > .text {
  font-size: 15px;
}
.listNews > li > .item > .text {
  display: inline-block;
  width: calc(100% - 10em);
}
.listNews > li > a.item > .text {
  text-decoration: underline;
}
.listNews > li > a.item:hover > .text {
  text-decoration: none;
}

.listNews2 {
  margin-top: 40px;
  border-top: 1px solid #E7E7E7;
}
.listNews2 > li {
  padding: 30px 0 60px;
  border-bottom: 1px solid #E7E7E7;
}
.listNews2 > li > .head {
  font-weight: bold;
}
.listNews2 > li > .head > .date {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
}
.listNews2 > li > .content {
  margin-top: 20px;
}
.listNews2 > li > .content > *:first-child {
  margin-top: 0;
}



.listFaq {
  max-width: 960px;
  margin: 40px auto 0;
}
.listFaq > li > .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 19px 0;
  color: inherit;
}
.listFaq > li > .item > .date {
  display: inline-block;
  width: 10em;
}
.listFaq > li > .item > .date > .text {
  font-size: 15px;
}
.listFaq > li > .item > .text {
  display: inline-block;
  width: calc(100% - 10em);
}
.listFaq > li > a.item {
  text-decoration: underline;
}
.listFaq > li > a.item:hover {
  text-decoration: none;
}

.iconLabelPro {
  display: inline;
  padding: 4px 8px;
  background-color: #eee;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.iconLabelPro + .iconLabelPro {
  margin-left: 8px;
}





.listButton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -20px;
}
.listButton > li {
  min-height: 60px;
  padding-left: 20px;
}
.listButton > li .btnNormal {
  height: 100%;
}
.listButton > li .btnIcon {
  height: 100%;
}
.listButton.col-2 > li {
  width: 50%;
}
.listButton.col-2 > li:nth-child(n+3) {
  margin-top: 20px;
}
.listButton.col-3 > li {
  width: 33.33333%;
}
.listButton.col-3 > li:nth-child(n+4) {
  margin-top: 20px;
}
.listButton.col-4 > li {
  width: 25%;
}
.listButton.col-4 > li:nth-child(n+5) {
  margin-top: 20px;
}
.listButton.col-5 > li {
  width: 20%;
}
.listButton.col-5 > li:nth-child(n+6) {
  margin-top: 20px;
}
.listButton.ver-center {
  justify-content: center;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .listButton .btnIcon {
  display: flex;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .listButton .btnNormal {
  display: flex;
}

.listProduct {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -30px;
}
.listProduct .item {
  width: 25%;
  padding-left: 30px;
}
.listProduct .item > .pannel {
  position: relative;
  padding: 30px 20px 40px;
  background: #fff;
}
.listProduct .item > .pannel > .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.listProduct .item > .pannel > .icon > span {
  display: inline-block;
  padding: 1px 11px;
  background: #E61E1E;
  color: #fff;
  text-align: center;
}
.listProduct .item > .pannel > .image {
  text-align: center;
}
.listProduct .item > .pannel > .image > img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.listProduct .item > .pannel > .wrap > .listColor,
.listProduct .item > .pannel > .listColor {
  margin-top: 10px;
}
.listProduct .item > .pannel > .wrap > .series,
.listProduct .item > .pannel > .series {
  position: relative;
  margin-top: 1.2em;
  padding-left: 40px;
  color: #E61E1E;
  font-size: 12px;
}
.listProduct .item > .pannel > .wrap > .series:before,
.listProduct .item > .pannel > .series:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.listProduct .item > .pannel > .wrap > .text,
.listProduct .item > .pannel > .text {
  margin-top: 0.2em;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.3;
  overflow-wrap: break-word;
}
.listProduct .item > .pannel > .wrap .copy,
.listProduct .item > .pannel .copy {
  margin-top: 0.6em;
  font-size: 14px;
}
.listProduct .item > .pannel > .wrap > .listBullet,
.listProduct .item > .pannel > .listBullet {
  margin-top: 0.8em;
}
.listProduct .item > .pannel > .wrap > .button,
.listProduct .item > .pannel > .button {
  margin-top: 1.5em;
  text-align: center;
}
.listProduct .item > .pannel > .wrap > .notes,
.listProduct .item > .pannel > .notes {
  margin-top: 1em;
  color: #333;
  font-size: 12px;
}
.listProduct .item > .pannel > .wrap > .notes2,
.listProduct .item > .pannel > .notes2 {
  margin-top: 1.2em;
  color: #333;
  font-size: 11px;
}
.listProduct .item > .pannel > .wrap > .listTag,
.listProduct .item > .pannel > .listTag {
  margin-top: 0.3em;
}
.listProduct .item > .pannel > .wrap > .listIcon,
.listProduct .item > .pannel > .listIcon {
  margin-top: 5px;
  line-height: 1;
}
.listProduct .item > .pannel > .wrap > .listIcon + .listIcon,
.listProduct .item > .pannel > .listIcon + .listIcon {
  margin-top: 5px;
}
.listProduct .item > .pannel > .wrap > .label,
.listProduct .item > .pannel > .label {
  margin-top: 1em;
}
.listProduct .item > .pannel > .wrap > .label > .text,
.listProduct .item > .pannel > .label > .text {
  display: inline-block;
  padding: 2px 10px;
  background: #F6F6F6;
  font-size: 14px;
}
.listProduct .item > .pannel > .wrap > .label > .text > em,
.listProduct .item > .pannel > .label > .text > em {
  font-weight: normal;
  font-size: 18px;
}
.listProduct .item > .pannel > .wrap > .label + .label,
.listProduct .item > .pannel > .label + .label {
  margin-top: 10px;
}
.listProduct .slick-list {
  width: 100%;
}
.listProduct .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.listIcon {
  margin-top: 30px;
}
.listIcon > li {
  display: inline-block;
  margin: 10px 3px 0 0;
}

.listIconTop > li {
  max-width: 40px;
}
.listIconTop > li:nth-child(n+11) {
  display: none;
}

.listIconCaption {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.listIconCaption > li {
  margin: 10px 10px 0 0;
}
.listIconCaption > li > .caption {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
}
.listIconCaption.ver-side > li {
  display: flex;
  align-items: center;
  width: 50% !important;
  margin: 10px 0 0 0;
}
.listIconCaption.ver-side > li > img {
  width: 50px;
}
.listIconCaption.ver-side > li > .caption {
  width: calc(100% - 50px);
  margin: 0;
  padding: 0 10px;
  text-align-last: left;
}
.listIconCaption.ver-small > li {
  width: 40px;
}
.listIconCaption.ver-inline {
  display: block;
}
.listIconCaption.ver-inline > li {
  display: inline-block;
}

.listProductSelect {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -30px;
}
.listProductSelect > .item {
  width: 33.33333%;
  margin-top: 30px;
  padding-left: 30px;
}
.listProductSelect > .item > .pannel {
  position: relative;
  height: 100%;
  padding: 38px 29.5px 90px;
  background: #fff;
}
.listProductSelect > .item > .pannel > .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.listProductSelect > .item > .pannel > .icon > span {
  display: inline-block;
  padding: 1px 10px;
  background: #E61E1E;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.listProductSelect > .item > .pannel > .image {
  text-align: center;
}
.listProductSelect > .item > .pannel > .image > img {
  width: 100%;
  max-width: 320px;
}
.listProductSelect > .item > .pannel > .listColor2 {
  margin-top: 5px;
}
.listProductSelect > .item > .pannel > .listColor {
  margin-top: 15px;
}
.listProductSelect > .item > .pannel > .listColor > li > .icon {
  width: 20px;
  height: 20px;
}
.listProductSelect > .item > .pannel > .series {
  position: relative;
  margin-top: 1.2em;
  padding-left: 40px;
  color: #E61E1E;
  font-size: 12px;
}
.listProductSelect > .item > .pannel > .series:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.listProductSelect > .item > .pannel > .copy {
  margin-top: 0.6em;
  font-size: 14px;
}
.listProductSelect > .item > .pannel > .text {
  margin-top: 0.1em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
.listProductSelect > .item > .pannel > .lead {
  margin-top: 0.5em;
}
.listProductSelect > .item > .pannel > .listBullet {
  margin-top: 20px;
}
.listProductSelect > .item > .pannel > .listNotes {
  margin-top: 20px;
}
.listProductSelect > .item > .pannel > .listNotes > li {
  padding-left: 2.5em;
}
.listProductSelect > .item > .pannel > .listNotes > li:not(:first-child) {
  margin-top: 5px;
}
.listProductSelect > .item > .pannel > .notes {
  color: #333;
  font-size: 12px;
}
.listProductSelect > .item > .pannel > .notes2 {
  margin-top: 1.2em;
  color: #333;
  font-size: 11px;
}
.listProductSelect > .item > .pannel > .listTag {
  margin-top: 0.3em;
}
.listProductSelect > .item > .pannel > .listIcon {
  margin-top: 5px;
  line-height: 1;
}
.listProductSelect > .item > .pannel > .listIcon + .listIcon {
  margin-top: 5px;
}
.listProductSelect > .item > .pannel > .label {
  margin-top: 1em;
}
.listProductSelect > .item > .pannel > .label > .text {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px;
  background: #F6F6F6;
  font-size: 14px;
}
.listProductSelect > .item > .pannel > .label > .text > em {
  font-weight: normal;
  font-size: 18px;
}
.listProductSelect > .item > .pannel > .label + .label {
  margin-top: 10px;
}
.listProductSelect > .item > .pannel > .bottom {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
}
.listProductSelect > .item > .pannel > .bottom > .button {
  width: 172px;
}
.listProductSelect > .item > .pannel > .bottom > .check {
  width: calc(100% - 172px);
  padding: 0 10px;
  line-height: 24px;
  text-align: center;
}
.listProductSelect > .item > .pannel > .bottom > .check > label {
  display: inline-block;
  position: relative;
}
.listProductSelect > .item > .pannel > .bottom > .check > label > input[type=checkbox] {
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.listProductSelect > .item > .pannel > .bottom > .check > label > input[type=checkbox]:checked + .text:after {
  display: block;
}
.listProductSelect > .item > .pannel > .bottom > .check > label > input[type=checkbox][disabled=disabled] + .text {
  color: #B3B3B3;
}
.listProductSelect > .item > .pannel > .bottom > .check > label > input[type=checkbox][disabled=disabled] + .text:hover {
  cursor: default !important;
}
.listProductSelect > .item > .pannel > .bottom > .check > label > input[type=checkbox][disabled=disabled] + .text:before {
  border-color: #B3B3B3;
}
.listProductSelect > .item > .pannel > .bottom > .check > label > .text {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  vertical-align: middle;
}
.listProductSelect > .item > .pannel > .bottom > .check > label > .text:hover {
  cursor: pointer;
}
.listProductSelect > .item > .pannel > .bottom > .check > label > .text:before {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  background: #fff;
  content: "";
}
.listProductSelect > .item > .pannel > .bottom > .check > label > .text:after {
  display: inline-block;
  display: none;
  z-index: 2;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 11px;
  height: 7px;
  transform: rotate(-45deg);
  border: 2px solid #E61E1E;
  border-width: 0 0 2px 2px;
  content: "";
}
.listProductSelect.ver-lineup > .item > .pannel {
  padding-bottom: 110px;
}
.listProductSelect.ver-lineup > .item > .pannel > .bottom {
  display: block;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.listProductSelect.ver-lineup > .item > .pannel > .bottom > .button {
  display: inline-block;
}

.listChoice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  margin-left: -30px;
}
.listChoice > li {
  width: 25%;
  padding-left: 30px;
}
.listChoice > li:nth-child(n+5) {
  margin-top: 30px;
}
.listChoice > li > a,
.listChoice > li > span {
  display: block;
  color: inherit;
  text-align: center;
}
.listChoice > li > a > .image,
.listChoice > li > span > .image {
  display: block;
  position: relative;
  padding: 24px;
  background: #F6F6F6;
}
.listChoice > li > a > .image > img,
.listChoice > li > span > .image > img {
  position: relative;
}
.listChoice > li > a > .image:before,
.listChoice > li > span > .image:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.listChoice > li > a > .caption,
.listChoice > li > span > .caption {
  display: inline-block;
  margin-top: 14px;
}
.listChoice > li > a:hover > .image:before {
  height: 50%;
}
.listChoice.ver-anchor > li > a > .caption:before,
.listChoice.ver-anchor > li > span > .caption:before {
  display: inline-block;
  position: relative;
  top: 3px;
  right: 8px;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-width: 6px 5px;
  border-top-color: #E61E1E;
  content: "";
}
.listChoice.ver-left {
  justify-content: start;
}
.listChoice.col-5 > li {
  width: 20%;
}
.listChoice.col-5 > li:nth-child(n+4) {
  margin-top: 0;
}
.listChoice.col-5 > li:nth-child(n+6) {
  margin-top: 30px;
}
.listChoice.col-5 > li > a > .image,
.listChoice.col-5 > li > span > .image {
  padding: 20px;
}

.listNews.var-2 > li {
  border-bottom: 1px solid #E7E7E7;
}
.listNews.var-2 > li > .item > .date {
  display: flex;
  align-items: baseline;
  width: auto;
  margin-bottom: 6px;
}
.listNews.var-2 > li > .item > .date > .text {
  margin-right: 18px;
  font-size: 13px;
}
.listNews.var-2 > li > .item > .text {
  width: 100%;
}
.listNews > li > .item > a.text {
  color: inherit;
}
.listNews > li > .item > a.text:hover {
  text-decoration: underline;
}
.listNews .listArrow2 {
  margin-top: 0;
}

.listIcon2 {
  display: flex;
  margin-top: 22px;
}
.listIcon2 > li {
  width: 30px;
  margin-left: 14px;
}
.listIcon2 > li:first-child {
  margin-left: 0;
}

.listArrow2 {
  margin-top: 40px;
}
.listArrow2 > li {
  margin-top: 12px;
}
.listArrow2 > li:first-child {
  margin-top: 0;
}
.listArrow2 > li > a {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  color: inherit;
}
.listArrow2 > li > a:hover {
  text-decoration: underline;
}
.listArrow2 > li > a::before {
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-width: 6px 0 6px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #E61E1E;
  content: "";
}
.listArrow2 > li > a > .icon {
  display: inline-block;
  margin: -2px 5px 0;
  vertical-align: middle;
}
.listArrow2 > li > a.is-current {
  color: #E61E1E;
  font-weight: bold;
}
.listArrow2.var-small {
  font-size: 14px;
}
.listArrow2.var-small > li > a::before {
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-width: 5px 0 5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #E61E1E;
  content: "";
}
.listArrow2.var-small > li > a > .icon {
  display: inline-block;
  margin: -2px 5px 0;
  vertical-align: middle;
}
.listArrow2.var-center {
  text-align: center;
}
.listArrow2.var-2 > li {
  display: inline-block;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 12px;
}
.listArrow2.var-2 > li:last-child {
  margin-right: 0;
}

.listArrow3 {
  margin-top: 35px;
}
.listArrow3 > dt {
  font-weight: bold;
  font-size: 20px;
}
.listArrow3 > dt > a {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  color: inherit;
}
.listArrow3 > dt > a:hover {
  text-decoration: underline;
}
.listArrow3 > dt > a::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  border-width: 6px 0 6px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #E61E1E;
  content: "";
}
.listArrow3 > dd {
  margin: 20px 38px 0;
}
.listArrow3 > dd > :first-child {
  margin-top: 0;
}

.listIndex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -30px;
}
.listIndex > li {
  min-height: 60px;
  padding-left: 30px;
}
.listIndex > li > .pannel {
  display: block;
  color: inherit;
}
.listIndex > li > .pannel > .image {
  position: relative;
}
.listIndex > li > .pannel > .image img {
  width: 100%;
}
.listIndex > li > .pannel > .head {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.listIndex > li > a.pannel > .image {
  position: relative;
}
.listIndex > li > a.pannel > .image:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 5px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.listIndex > li > a.pannel:hover > .image:before {
  left: 0;
  width: 100%;
}
.listIndex > li .btnNormal {
  height: 100%;
}
.listIndex > li {
  min-height: 40px;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .listIndex .btnNormal {
  display: flex;
}

.listQA {
  margin: 40px auto 0;
}
.listQA > li {
  border-bottom: 2px solid #dfdfdf;
}
.listQA > li > .item {
  display: flex;
  width: 100%;
  padding: 22px 0;
  color: inherit;
}
.listQA > li > .item::before {
  padding-right: 22px;
  content: "Q";
  font-size: 32px;
  line-height: 1;
}
.listQA > li > .item > .text {
  display: inline-block;
  font-size: 18px;
}
.listQA > li > a.item > .text {
  text-decoration: none;
}
.listQA > li > a.item:hover > .text {
  text-decoration: underline;
}

.listQA2 {
  margin: 40px auto 0;
}
.listQA2 > li {
  border-bottom: 2px solid #dfdfdf;
  font-weight: bold;
}
.listQA2 > li > .item {
  display: flex;
  width: 100%;
  padding: 22px 0;
  color: inherit;
}
.listQA2 > li > .item::before {
  margin-top: 3px;
  padding-right: 22px;
  content: "Q";
  font-size: 24px;
  line-height: 1;
}
.listQA2 > li > .item > .text {
  display: inline-block;
  font-size: 18px;
}
.listQA2 > li > a.item > .text {
  text-decoration: none;
}
.listQA2 > li > a.item:hover > .text {
  text-decoration: underline;
}
.listQA2.ver-number {
  counter-reset: count 0;
}
.listQA2.ver-number > li > .item::before {
  content: "Q" counter(count);
  counter-increment: count 1;
}

.listQA3 {
  margin: 40px auto 0;
}
.listQA3 > li {
  border-bottom: 2px solid #dfdfdf;
  font-weight: bold;
}
.listQA3 > li > .item {
  display: flex;
  width: 100%;
  padding: 22px 0;
  color: inherit;
}
.listQA3 > li > .item::before {
  margin-top: 3px;
  padding-right: 22px;
  content: "Q";
  font-size: 26px;
  line-height: 1;
}
.listQA3 > li > .item > .text {
  display: inline-block;
  font-size: 20px;
}
.listQA3 > li > .content > .head {
  display: flex;
  width: 100%;
  font-size: 18px;
}
.listQA3 > li > .content > .head::before {
  position: relative;
  top: 2px;
  padding-right: 22px;
  content: "A";
  font-size: 24px;
  line-height: 1;
}
.listQA3 > li > .content > .head.ver-notext {
  height: 0;
}
.listQA3 > li > .content > .head.ver-notext + .text {
  padding-top: 0;
}
.listQA3 > li > .content > .text {
  padding: 5px 0 45px 41px;
  font-weight: normal;
}
.listQA3.ver-number {
  counter-reset: count 0;
}
.listQA3.ver-number > li > .item::before {
  padding-right: 15px;
  content: "Q" counter(count);
  counter-increment: count 1;
}
.listQA3.ver-number > li > .content > .head::before {
  padding-right: 36px;
}
.listQA3.ver-number > li > .content > .text {
  padding-left: 56px;
}

.listQA4 {
  margin: 40px auto 0;
}
.listQA4 > li {
  border-bottom: 2px solid #dfdfdf;
  font-weight: bold;
}
.listQA4 > li > .item {
  display: flex;
  position: relative;
  width: 100%;
  padding: 22px 0;
  color: inherit;
  transition: 0.3s;
}
.listQA4 > li > .item::before {
  margin-top: 3px;
  padding-right: 22px;
  content: "Q";
  font-size: 26px;
  line-height: 1;
}
.listQA4 > li > .item > .text {
  display: block;
  color: inherit;
  font-size: 20px;
}
.listQA4 > li > .item > a.text {
  width: 100%;
}
.listQA4 > li > .item > a.text:before, .listQA4 > li > .item > a.text:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 2px;
  margin-top: -1px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.listQA4 > li > .item > a.text:after {
  transform: rotate(90deg);
}
.listQA4 > li > .item.is-open {
  color: #E61E1E;
}
.listQA4 > li > .item.is-open > a.text:after {
  opacity: 0;
}
.listQA4 > li > .item.is-open > a.text:before {
  background: #000;
}
.listQA4 > li > .content > .head {
  display: flex;
  width: 100%;
  font-size: 18px;
}
.listQA4 > li > .content > .head::before {
  position: relative;
  top: 2px;
  padding-right: 22px;
  content: "A";
  font-size: 24px;
  line-height: 1;
}
.listQA4 > li > .content > .text {
  padding: 5px 0 45px 41px;
  font-weight: normal;
}
.listQA4 > li > .content > .inner {
  padding: 0 50px 45px 0;
  font-weight: normal;
}
.listQA4 > li > .content > .inner > *:first-child {
  margin-top: 0;
}
.listQA4.ver-number {
  counter-reset: count 0;
}
.listQA4.ver-number > li > .item::before {
  padding-right: 15px;
  content: "Q" counter(count);
  counter-increment: count 1;
}
.listQA4.ver-number > li > .content > .head::before {
  padding-right: 36px;
}
.listQA4.ver-number > li > .content > .text {
  padding-left: 56px;
}

.listThumb4 > li {
  padding: 0 15px;
}
.listThumb4 > li > .panel {
  display: flex;
  height: 100%;
  padding: 30px 10px;
  background: #F6F6F6;
  color: inherit;
  line-height: 1.5;
}
.listThumb4 > li > .panel > .image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 132px;
  background: no-repeat center center/contain;
}
.listThumb4 > li > .panel > .image.ver-1 {
  background-image: url("../img/support-icon-1.png");
}
.listThumb4 > li > .panel > .image.ver-2 {
  background-image: url("../img/support-icon-2.png");
}
.listThumb4 > li > .panel > .image.ver-3 {
  background-image: url("../img/support-icon-3.png");
}
.listThumb4 > li > .panel > .image.ver-4 {
  background-image: url("../img/support-icon-4.png");
}
.listThumb4 > li > .panel > .image.ver-5 {
  background-image: url("../img/support-icon-5.png");
}
.listThumb4 > li > .panel > .image.ver-6 {
  background-image: url("../img/support-icon-6.png");
}
.listThumb4 > li > .panel > .image.ver-7 {
  background-image: url("../img/support-icon-7.png");
}
.listThumb4 > li > .panel > .image.ver-8 {
  background-image: url("../img/support-icon-8.png");
}
.listThumb4 > li > .panel > .image.ver-9 {
  margin-left: 16%;
  background-image: url("../img/support-icon-9.png");
}
.listThumb4 > li > .panel > .image.ver-10 {
  background-image: url("../img/support-icon-10.png");
}
.listThumb4 > li > .panel > .image.ver-11 {
  min-height: 139px;
  background-image: url("../img/support-icon-11.png");
}
.listThumb4 > li > .panel > .image > img {
  opacity: 0;
  transition: 0.3s;
}
.listThumb4 > li > .panel > .content > .head > .icon {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 3px;
  vertical-align: middle;
}
.listThumb4 > li > .panel > .content > .head > .icon.ver-window {
  left: 6px;
}
.listThumb4 > li > a.panel:hover > .image > img {
  opacity: 1;
}

.listDefault {
  list-style: none;
}
.listDefault > li {
  margin-top: 12px;
}
.listDefault > li:first-child {
  margin-top: 0;
}
.listDefault .listDefault {
  margin-top: 12px;
}
.listDefault .listDefault > li {
  margin-top: 4px;
  margin-left: 18PX;
}
.listDefault .listDefault > li:first-child {
  margin-top: 0;
}

.listWrap {
  display: flex;
}
.listWrap.col-2 {
  margin-left: -11%;
}
.listWrap.col-2 > ul {
  width: 50%;
  padding-left: 11%;
}

.listError {
  color: #E61E1E;
}
.listError > li {
  position: relative;
  padding-left: 27px;
}
.listError > li:not(:first-child) {
  margin-top: 8px;
}
.listError > li::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 18px;
  transform: translateY(-50%);
  background: url("../img/icon-error-1.svg") no-repeat 0 0;
  content: "";
}

.listOutline {
  display: flex;
  justify-content: flex-end;
}
.listOutline > li {
  display: flex;
  align-items: center;
}
.listOutline > li:not(:first-child) {
  margin-left: 15px;
}
.listOutline > li img {
  margin-right: 5px;
}

.mediaYoutube > .media {
  position: relative;
  padding-top: 56.25%;
}
.mediaYoutube > .media > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.mediaYoutube > .caption {
  margin-top: 1.2em;
  font-size: 13px;
}

.mediaTwitter {
  max-width: 500px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(15, 70, 100, 0.12);
}

.mediaFacebook {
  margin-top: 24px;
  padding: 0;
}
.mediaFacebook > .fb-page {
  display: block;
  width: 100% !important;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.mediaFacebook > .fb-page > span {
  width: 100% !important;
}

.mediaMovie {
  margin-top: 40px;
  text-align: center;
}
.mediaMovie > a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.mediaMovie > a:before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -44px;
  margin-left: 33px;
  transform: translateX(-30%);
  border: 1px transparent solid;
  border-width: 44px 66px;
  border-left-color: #E61E1E;
  content: "";
  transition: 0.3s;
}
.mediaMovie > a > img {
  width: 100%;
  transition: 0.3s;
}
.mediaMovie > a:hover:before {
  border-left-color: #E61E1E;
}
.mediaMovie > a:hover > img {
  transform: scale(1.1);
}

.popupMovie {
  display: none;
  z-index: 9999;
  position: fixed;
  top: -10vh;
  left: 0;
  width: 100vw;
  height: 120vh;
}
.popupMovie > .bg {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
}
.popupMovie > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: calc(750px + 152px);
  padding: 0 76px;
  transform: translate(-50%, -50%);
}
.popupMovie > .inner > .close {
  position: absolute;
  top: 0;
  right: 18px;
  overflow: hidden;
  line-height: 1;
}
.popupMovie > .inner > .close > a {
  display: block;
  z-index: 1;
  position: relative;
  width: 40px;
  height: 40px;
  color: #FFF;
}
.popupMovie > .inner > .close > a:before, .popupMovie > .inner > .close > a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #FFF;
  content: "";
}
.popupMovie > .inner > .close > a:before {
  transform: rotate(45deg);
}
.popupMovie > .inner > .close > a:after {
  transform: rotate(-45deg);
}
.popupMovie > .inner > .close > a > span {
  display: inline-block;
  position: absolute;
  left: 100%;
}
.popupMovie > .inner > .movie {
  position: relative;
  padding-top: 56.25%;
}
.popupMovie > .inner > .movie > iframe,
.popupMovie > .inner > .movie > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popupMovie > .inner > .movie > video {
  left: 50%;
  width: inherit;
  transform: translateX(-50%);
}

.popupBox {
  display: none;
  z-index: 9999;
  position: fixed;
  top: -10vh;
  left: 0;
  width: 100%;
  height: 120vh;
}
.popupBox > .bg {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
}
.popupBox > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: calc(1200px);
  padding: 0 18px;
  transform: translate(-50%, -50%);
}
.popupBox > .inner > .close {
  position: absolute;
  top: -50px;
  right: 0;
  overflow: hidden;
  line-height: 1;
}
.popupBox > .inner > .close > a {
  display: block;
  z-index: 1;
  position: relative;
  width: 40px;
  height: 40px;
  color: #FFF;
}
.popupBox > .inner > .close > a:before, .popupBox > .inner > .close > a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #FFF;
  content: "";
}
.popupBox > .inner > .close > a:before {
  transform: rotate(45deg);
}
.popupBox > .inner > .close > a:after {
  transform: rotate(-45deg);
}
.popupBox > .inner > .close > a > span {
  display: inline-block;
  position: absolute;
  left: 100%;
}
.popupBox > .inner > .content {
  max-height: 80vh;
  padding: 45px 40px;
  overflow-y: scroll;
  background: #fff;
}
.popupBox > .inner > .content > *:first-child {
  margin-top: 0;
}

.mediaDownload {
  margin-top: 37px;
}
.mediaDownload > a {
  display: flex;
  align-items: center;
  color: inherit;
}
.mediaDownload > a > .content {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.mediaDownload > a > .content > .text {
  padding-left: 6px;
}
.mediaDownload > a:hover > .content > .text {
  text-decoration: underline;
}
.mediaDownload + .mediaDownload {
  margin-top: 20px;
}

.mediaMap {
  position: relative;
  height: 0;
  margin-top: 40px;
  padding-bottom: 30%;
  overflow: hidden;
}
.mediaMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.mediaSearch {
  display: block;
  color: inherit;
}
.mediaSearch .text {
  margin-top: 10px;
  font-size: 16px;
}
.mediaSearch .text .mark {
  display: inline-flex;
  padding: 0 2px;
  background-color: #ffe8e8;
}
.mediaSearch .link {
  margin-top: 15px;
  color: #707070;
  font-size: 12px;
  line-height: 1.5;
}

.mediaSearchWrap {
  margin-top: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.mediaSearchWrap .mediaSearch {
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
}

.modal {
  z-index: 9000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal > .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal > .body {
  display: flex;
  height: 100%;
  pointer-events: none;
}
.modal > .body > .inner {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 2rem);
  max-width: 1200px;
  min-height: calc(100% - 3.5rem);
  max-height: calc(100vh - 3.5rem);
  margin: 15px auto;
  outline: 0;
  text-align: left;
  pointer-events: none;
}
.modal > .body > .inner > .closeButton {
  position: relative;
  align-self: flex-end;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.modal > .body > .inner > .closeButton > .icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal > .body > .inner > .closeButton > .icon::before, .modal > .body > .inner > .closeButton > .icon::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 32px;
  margin: auto;
  background: #fff;
  content: "";
}
.modal > .body > .inner > .closeButton > .icon::before {
  transform: rotate(-45deg);
}
.modal > .body > .inner > .closeButton > .icon::after {
  transform: rotate(45deg);
}
.modal > .body > .inner > .content {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  outline: 0;
  background-color: #fff;
  pointer-events: auto;
}
.modal > .body > .inner > .content > .main {
  overflow-y: auto;
}

.modalContent > .inner {
  padding: 30px 40px;
}
.modalContent > .inner > .head {
  margin-bottom: 22px;
  font-size: 20px;
  text-align: center;
}

.navProductSelect {
  margin: 69px -18px 30px;
  padding: 0 18px;
  background: #E8E8E8;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
}
.navProductSelect.js-nav-fixed.is-fixed {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.navProductSelect > .inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.navProductSelect > .inner > .list {
  display: flex;
  width: calc(100% + 29px);
  margin: 0 0 0 -29px;
}
.navProductSelect > .inner > .list > .item {
  width: 25%;
  padding-left: 29px;
}
.navProductSelect > .inner > .list > .item > .pannel {
  position: relative;
  height: 100%;
  padding: 30px 20px;
  background: #fff;
}
.navProductSelect > .inner > .list > .item > .pannel > .series {
  color: #E61E1E;
  font-weight: bold;
  font-size: 12px;
}
.navProductSelect > .inner > .list > .item > .pannel > .title {
  font-size: 20px;
}
.navProductSelect > .inner > .list > .item > .pannel > .list {
  margin: 0;
  font-size: 14px;
}
.navProductSelect > .inner > .list > .item > .pannel > .list > li {
  display: block;
}
.navProductSelect > .inner > .list > .item > .pannel > .close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.navProductSelect > .inner > .list > .item > .pannel > .close > img {
  display: block;
  width: 15px;
}
.navProductSelect > .inner > .list > .item > .pannel > .close:hover {
  opacity: 0.6;
}
.navProductSelect > .inner > .list > .item > .pannel.ver-add {
  padding: 0;
  background: #F6F6F6;
}
.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add:before, .navProductSelect > .inner > .list > .item > .pannel.ver-add > .add:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  margin: -2px 0 0 -20px;
  background: #E61E1E;
  content: "";
}
.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add:after {
  transform: rotate(-90deg);
}
.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add:hover {
  opacity: 0.6;
}
.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add > span {
  position: absolute;
  top: 0;
  left: 100%;
}

.navProductLineup {
  margin: 69px -18px 30px;
  padding: 0 18px;
  background: #E8E8E8;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
}
.navProductLineup.is-fixed {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.navProductLineup > .inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.navProductLineup > .inner > .list {
  display: flex;
  width: calc(100% + 29px);
  margin: 0 0 0 -29px;
}
.navProductLineup > .inner > .list > .item {
  width: 25%;
  padding-left: 29px;
}
.navProductLineup > .inner > .list > .item > .pannel {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 35px 20px;
  background: #fff;
}
.navProductLineup > .inner > .list > .item > .pannel > .image {
  width: 80px;
}
.navProductLineup > .inner > .list > .item > .pannel > .content {
  width: calc(100% - 80px);
  padding-left: 10px;
}
.navProductLineup > .inner > .list > .item > .pannel > .content > .series {
  color: #E61E1E;
  font-weight: bold;
  font-size: 12px;
}
.navProductLineup > .inner > .list > .item > .pannel > .content > .title {
  font-size: 20px;
}
.navProductLineup > .inner > .list > .item > .pannel > .content > .list {
  margin: 0;
  font-size: 14px;
}
.navProductLineup > .inner > .list > .item > .pannel > .content > .list > li {
  display: block;
}
.navProductLineup > .inner > .list > .item > .pannel > .close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.navProductLineup > .inner > .list > .item > .pannel > .close > img {
  display: block;
  width: 15px;
}
.navProductLineup > .inner > .list > .item > .pannel > .close:hover {
  opacity: 0.6;
}
.navProductLineup > .inner > .list > .item.ver-button > .pannel {
  flex-direction: column;
  background: transparent;
}
.navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear {
  display: inline-block;
  margin-top: 1em;
  color: inherit;
}
.navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear > span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}
.navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear > span:before, .navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear > span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  margin-top: -2px;
  transform: rotate(45deg);
  background: #000;
  content: "";
}
.navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear > span:after {
  transform: rotate(-45deg);
}

.navProductDetail.js-nav-fixed.is-fixed {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.navProductDetail + .strMain {
  margin-top: 60px;
}

.navProductDetail2 {
  margin: 0 -18px;
  padding: 12px 18px;
  background: #000;
  text-align: center;
}
.navProductDetail2 > .menu {
  display: none;
}
.navProductDetail2 > .head > a {
  display: inline-block;
  position: relative;
  padding: 3px 0;
  color: #fff;
  font-size: 15px;
}
.navProductDetail2 > .head > a.is-current:before, .navProductDetail2 > .head > a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 2px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.navProductDetail2 > .head > a.is-current:before, .navProductDetail2 > .head > a:hover:before {
  left: 0;
  width: 100%;
}
.navProductDetail2 > .list {
  margin: 0;
}
.navProductDetail2 > .list > li {
  display: inline-block;
  margin: 0 10px;
}
.navProductDetail2 > .list > li > a {
  display: inline-block;
  position: relative;
  padding: 3px 0;
  color: #fff;
  font-size: 15px;
}
.navProductDetail2 > .list > li > a.is-current:before, .navProductDetail2 > .list > li > a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 2px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.navProductDetail2 > .list > li > a.is-current:before, .navProductDetail2 > .list > li > a:hover:before {
  left: 0;
  width: 100%;
}

.navProductDetail3 {
  margin: 0 -18px;
  padding: 10px 18px;
  background: #000;
  text-align: center;
}
.navProductDetail3 > .inner > .menu {
  display: none;
}
.navProductDetail3 > .inner > .head > a {
  display: inline-block;
  position: relative;
  padding: 3px 0;
  color: #fff;
  font-size: 15px;
}
.navProductDetail3 > .inner > .head > a.is-current:before, .navProductDetail3 > .inner > .head > a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 2px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.navProductDetail3 > .inner > .head > a.is-current:before, .navProductDetail3 > .inner > .head > a:hover:before {
  left: 0;
  width: 100%;
}
.navProductDetail3 > .inner > .list {
  margin: 0;
}
.navProductDetail3 > .inner > .list > li {
  display: inline-block;
  margin: 0 10px;
}
.navProductDetail3 > .inner > .list > li > a {
  display: inline-block;
  position: relative;
  padding: 3px 0;
  color: #fff;
  font-size: 15px;
}
.navProductDetail3 > .inner > .list > li > a.is-current:before, .navProductDetail3 > .inner > .list > li > a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 2px;
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.navProductDetail3 > .inner > .list > li > a.is-current:before, .navProductDetail3 > .inner > .list > li > a:hover:before {
  left: 0;
  width: 100%;
}

.navPagination > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.navPagination > ul > li {
  width: 18px;
  margin-left: 10px;
}
.navPagination > ul > li:first-child {
  margin-left: 0;
}
.navPagination > ul > li[aria-current] a {
  color: #E61E1E;
  font-weight: bold;
}
.navPagination > ul a {
  display: block;
  color: #000;
  text-align: center;
}
.navPagination > ul a:hover {
  text-decoration: underline;
}
.navPagination > ul .navBtn {
  width: auto;
  background: #E61E1E;
  font-size: 14px;
}
.navPagination > ul .navBtn a {
  min-height: 20px;
  max-height: 20px;
  padding: 3px 5px 2px;
  color: #fff;
}
.navPagination > ul .navBtn a:hover {
  text-decoration: none;
}

.panelSeries {
  max-width: 377px;
  margin: 0 auto;
  font-size: 14px;
}
.panelSeries > .head {
  display: flex;
}
.panelSeries > .head > .head-size {
  width: 70%;
  padding: 5px 5px 3px 20px;
  border-right: 1px solid #fff;
  background: #EBEBEB;
  font-size: 16px;
}
.panelSeries > .head > .head-size > b {
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
  font-size: 18px;
}
.panelSeries > .head > .head-size > b > span {
  font-size: 24px;
}
.panelSeries > .head > .head-type {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: center;
}
.panelSeries > .head > .head-type > .head-type-v {
  width: 100%;
  background: #707070;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.panelSeries > .head > .head-type > .head-type-v > b {
  font-size: 14px;
}
.panelSeries > .head > .head-type > .head-type-plug {
  width: 100%;
  padding-top: 2px;
}
.panelSeries > .head > .head-type > .head-type-plug > img {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 4px;
}
.panelSeries > .head.ver-bg-1 > .head-size {
  background: #333;
  color: #fff;
}
.panelSeries > .head.ver-bg-1 > .head-type > .head-type-v {
  background: #333;
  color: #fff;
}
.panelSeries > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panelSeries > .title > .title-product {
  padding: 7px 0;
  font-size: 26px;
}
.panelSeries > .title > .title-sub {
  font-size: 12px;
}
.panelSeries > .size {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #B3B3B3;
  line-height: 1.3;
  text-align: center;
}
.panelSeries > .size > .size-head {
  width: 36%;
  padding: 7px 5px;
  border-right: 1px solid #B3B3B3;
  background: #EBEBEB;
}
.panelSeries > .size > .size-head > small {
  font-size: 10px;
}
.panelSeries > .size > .size-content {
  width: 64%;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.panelSeries > .table-head {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 2px;
}
.panelSeries > .table-head > .table-head-label {
  font-size: 12px;
}
.panelSeries > .table-head > .table-head-id {
  font-size: 10px;
}
.panelSeries > .table > table {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-width: 1px 0 0 1px;
  font-size: 12px;
  line-height: 1.3;
}
.panelSeries > .table > table td,
.panelSeries > .table > table th {
  padding: 5px;
  border: 1px solid #B3B3B3;
  border-width: 0 1px 1px 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.panelSeries > .table > table th {
  background: #EBEBEB;
}
.panelSeries > .table > table td {
  padding: 10px 5px;
  color: #FF0000;
  font-weight: bold;
  font-size: 22px;
}
.panelSeries > .table > table .cell-logo {
  width: 36%;
  background: #fff;
}
.panelSeries > .table > table .table-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.panelSeries > .table > table .table-logo > .logo {
  width: 36px;
}
.panelSeries > .table > table .table-logo > .text {
  padding-left: 5px;
}
.panelSeries > .table2 {
  margin-top: 10px;
}
.panelSeries > .table2 > table {
  width: 100%;
  line-height: 1.3;
}
.panelSeries > .table2 > table thead {
  background: #F6F6F6;
}
.panelSeries > .table2 > table tbody th {
  padding-left: 20px;
  text-align: left;
}
.panelSeries > .table2 > table tbody th,
.panelSeries > .table2 > table tbody td {
  border-bottom: 1px solid #E7E7E7;
}
.panelSeries > .table2 > table td,
.panelSeries > .table2 > table th {
  padding: 7px 5px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.panelSeries > .table2 > table td {
  padding: 10px 5px;
}
.panelSeries > .table2 > table td > small {
  font-size: 12px;
}
.panelSeries > .label {
  margin-top: 20px;
  padding: 4px;
  background: #F6F6F6;
  text-align: center;
}
.panelSeries > .label > b {
  font-weight: bold;
  font-size: 18px;
}

.pannelBase {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pannelBase > .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0 18px;
}
.pannelBase > .content > .inner {
  width: 100%;
  max-width: 500px; 
}
.pannelBase > .content > .inner > *:first-child {
  margin-top: 0 !important;
}
.pannelBase > .content > .inner > .head {
  margin-top: 10px;
  font-weight: bold;
  font-size: 32px;
}
.pannelBase > .content > .inner > .head > .series {
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #E61E1E;
  font-weight: normal;
  font-size: 12px;
}
.pannelBase > .content > .inner > .head > .series:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.pannelBase > .content > .inner > .text {
  margin-top: 1em;
}
.pannelBase > .content > .inner > .lead {
  font-weight: bold;
  font-size: 20px;
}
.pannelBase > .content > .inner > .notes {
  margin-top: 1em;
  color: #333;
  font-size: 11px;
}
.pannelBase > .content > .inner > .button {
  margin-top: 30px;
}
.pannelBase > .content > .inner > .listBullet {
  margin-top: 1em;
}
.pannelBase > .image {
  width: 50%;
}
.pannelBase > .image.ver-border > img {
  border: 9px solid #f6f6f6;
}
.pannelBase > .image > img {
  z-index: 10;
  position: relative;
  transition: 0.3s;
}
.pannelBase > .image.ver-animation {
  position: relative;
}
.pannelBase > .image.ver-animation > .animation {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 10px #F6F6F6;
}
.pannelBase > .image.ver-animation > .animation > img {
  z-index: 1;
  position: relative;
  transition: 0.3s;
}
.pannelBase > .image.ver-animation > .animation:before {
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 120px;
  height: 0;
  transform: translateX(-50%);
  background: #E61E1E;
  content: "";
  transition: 0.3s;
}
.pannelBase > .image.ver-animation:hover > img {
  opacity: 0;
}
.pannelBase > .image.ver-animation:hover > .animation:before {
  height: 160px;
}
.pannelBase > .image.ver-animation.ver-move-1 > .animation > img {
  left: -50%;
}
.pannelBase > .image.ver-animation.ver-move-1:hover > .animation > img {
  left: 0;
}
.pannelBase > .image.ver-animation.ver-move-2 > .animation > img {
  right: -50%;
}
.pannelBase > .image.ver-animation.ver-move-2 > .animation:before {
  top: 50%;
}
.pannelBase > .image.ver-animation.ver-move-2:hover > .animation > img {
  right: 0;
}
.pannelBase > .more-content {
  width: 100%;
  padding: 65px 10px;
  overflow-x: hidden;
}
.pannelBase > .more-content > *:first-child {
  margin-top: 0;
}
.pannelBase > .more-content > .head {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.pannelBase > .more-content > .notes {
  margin-top: 0.5em;
  font-size: 11px;
  text-align: center;
}
.pannelBase > .more-content > .more {
  margin-top: 2em;
  text-align: right;
}
.pannelBase > .more-content > .close {
  margin-top: 60px;
  text-align: center;
}
.pannelBase > .more-content > .close > a {
  display: inline-block;
  width: 100%;
  min-width: 184px;
  max-width: 400px;
  padding: 8px 10px;
  background: #E7E7E7;
  color: #000;
  color: inherit;
  font-size: 16px;
}
.pannelBase > .more-content > .close > a > span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.pannelBase > .more-content > .close > a > span:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #000;
  content: "";
}
.pannelBase + .pannelBase {
  margin-top: 0;
}
.pannelBase.ver-reverse > .content {
  order: 2;
}
.pannelBase.ver-reverse > .image {
  order: 1;
}
.pannelBase.ver-reverse > .more-content {
  order: 3;
}
.pannelBase.ver-brand > .content {
  width: 30%;
}
.pannelBase.ver-brand > .image {
  width: 70%;
}
.pannelBase.ver-brand + .ver-brand {
  margin-top: 80px;
}

.pannelProduct {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pannelProduct > .image {
  order: 2;
  width: 40%;
}
.pannelProduct > .image > .product {
  text-align: center;
}
.pannelProduct > .image > .color > .list {
  margin-top: 20px;
  text-align: center;
}
.pannelProduct > .image > .color > .list > li {
  display: inline-block;
  margin: 0 9px;
}
.pannelProduct > .image > .color > .list > li > a {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: #E7E7E7;
}
.pannelProduct > .image > .color > .list > li > a[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}
.pannelProduct > .image > .color > .list > li > a.is-active {
  border: 2px solid #E61E1E;
}
.pannelProduct > .image > .color > .list > li > a > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
}
.pannelProduct > .content,
.pannelProduct > .content2 {
  display: flex;
  align-items: center;
}
.pannelProduct > .content > .inner,
.pannelProduct > .content2 > .inner {
  width: 100%;
}
.pannelProduct > .content > .inner > .lead,
.pannelProduct > .content2 > .inner > .lead {
  margin-top: 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}
.pannelProduct > .content > .inner > .list,
.pannelProduct > .content2 > .inner > .list {
  margin-top: 1.5em;
}
.pannelProduct > .content > .inner > .list > li,
.pannelProduct > .content2 > .inner > .list > li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}
.pannelProduct > .content > .inner > .list > li:not(:first-child),
.pannelProduct > .content2 > .inner > .list > li:not(:first-child) {
  margin-top: 0.5em;
}
.pannelProduct > .content > .inner > .list > li:before,
.pannelProduct > .content2 > .inner > .list > li:before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  background: #E7E7E7;
  content: "";
}
.pannelProduct > .content {
  order: 1;
  width: 30%;
  padding-right: 10px;
}
.pannelProduct > .content > .inner > .head > .icon > span {
  display: inline-block;
  padding: 1px 11px;
  background: #E61E1E;
  color: #fff;
  text-align: center;
}
.pannelProduct > .content > .inner > .head > .series {
  position: relative;
  margin-top: 1.2em;
  padding-left: 40px;
  color: #E61E1E;
  font-size: 12px;
}
.pannelProduct > .content > .inner > .head > .series:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.pannelProduct > .content > .inner > .head > .text {
  font-weight: normal;
  font-size: 30px;
}
.pannelProduct > .content > .inner > .lead {
  margin-top: 0.5em;
}
.pannelProduct > .content > .inner > .label {
  margin-top: 1em;
}
.pannelProduct > .content > .inner > .label > .text {
  display: inline-block;
  padding: 2px 10px;
  background: #F6F6F6;
}
.pannelProduct > .content > .inner > .notes {
  margin-top: 1.5em;
  color: #333;
  font-size: 11px;
}
.pannelProduct > .content2 {
  order: 3;
  width: 30%;
  padding-left: 10px;
  text-align: right;
}
.pannelProduct > .content2 > .inner > .list > li {
  padding-right: 22px;
  padding-left: 0;
}
.pannelProduct > .content2 > .inner > .list > li:before {
  right: 0;
  left: auto;
}
.pannelProduct > .button {
  order: 4;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.pannelProduct2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 75px;
}
.pannelProduct2 > .image {
  width: 50%;
  padding: 0 50px;
}
.pannelProduct2 > .image .product {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.pannelProduct2 > .image .thumb {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 490px;
  margin: 20px auto 0;
}
.pannelProduct2 > .image .thumb * {
  outline: none;
}
.pannelProduct2 > .image .thumb .item {
  width: 14.28571%;
  margin-top: 10px;
  padding: 0 5px;
}
.pannelProduct2 > .image .thumb .item > a,
.pannelProduct2 > .image .thumb .item > span {
  display: inline-block;
  border: 2px solid #E7E7E7;
  transition: 0.3s;
}
.pannelProduct2 > .image .thumb .item > a > img,
.pannelProduct2 > .image .thumb .item > span > img {
  width: 100%;
}
.pannelProduct2 > .image .thumb .item > a:hover,
.pannelProduct2 > .image .thumb .item > span:hover {
  cursor: pointer;
  opacity: 0.6;
}
.pannelProduct2 > .image .thumb .item.is-active > a,
.pannelProduct2 > .image .thumb .item.is-active > span {
  border-color: #E61E1E;
}
.pannelProduct2 > .content {
  width: 50%;
  padding-right: 10px;
}
.pannelProduct2 > .content > .inner {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.pannelProduct2 > .content > .inner > p {
  margin-top: 2em;
}
.pannelProduct2 > .content > .inner > p + .listBullet {
  margin-top: 1em;
}
.pannelProduct2 > .content > .inner > .image {
  display: none;
}
.pannelProduct2 > .content > .inner > .head > .icon > span {
  display: inline-block;
  padding: 1px 11px;
  background: #E61E1E;
  color: #fff;
  text-align: center;
}
.pannelProduct2 > .content > .inner > .head > .lead {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5;
}
.pannelProduct2 > .content > .inner > .head > .series {
  position: relative;
  margin-top: 1.2em;
  padding-left: 40px;
  color: #E61E1E;
  font-size: 12px;
}
.pannelProduct2 > .content > .inner > .head > .series:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.pannelProduct2 > .content > .inner > .head > .text {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
}
.pannelProduct2 > .content > .inner > .head > .text > .icon {
  display: inline-block;
  margin-top: -4px;
  margin-left: 15px;
  padding: 5px 6px;
  background: #B3B3B3;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.pannelProduct2 > .content > .inner > .head > .notes {
  color: #333;
  font-size: 12px;
}
.pannelProduct2 > .content > .inner > .color > .list {
  margin-top: 20px;
}
.pannelProduct2 > .content > .inner > .color > .list > li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 34px;
}
.pannelProduct2 > .content > .inner > .color > .list > li > a {
  color: inherit;
}
.pannelProduct2 > .content > .inner > .color > .list > li > a.is-active > .icon {
  border: 2px solid #E61E1E !important;
}
.pannelProduct2 > .content > .inner > .color > .list > li > a.is-active > .text {
  font-weight: bold;
}
.pannelProduct2 > .content > .inner > .color > .list > li > a > .icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  overflow: hidden;
  background: #E7E7E7;
  vertical-align: middle;
}
.pannelProduct2 > .content > .inner > .color > .list > li > a > .icon[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}
.pannelProduct2 > .content > .inner > .color > .list > li > a > .text {
  display: inline-block;
  font-size: 12px;
}
.pannelProduct2 > .content > .inner > .listBullet {
  margin-top: 1.5em;
}
.pannelProduct2 > .content > .inner > p {
  margin-top: 1.5em;
}
.pannelProduct2 > .content > .inner > .label {
  margin-top: 1.5em;
}
.pannelProduct2 > .content > .inner > .label > .text {
  display: inline-block;
  padding: 2px 10px;
  background: #F6F6F6;
}
.pannelProduct2 > .content > .inner > .banner {
  margin-top: 1.5em;
}
.pannelProduct2 > .content > .inner > .link {
  margin-top: 1.5em;
}
.pannelProduct2 > .content > .inner > .listIconCaption {
  margin-top: 1em;
}
.pannelProduct2 > .content > .inner > .notes {
  margin-top: 2em;
  color: #333;
  font-size: 12px;
}
.pannelProduct2 > .content > .inner > .button {
  margin-top: 35px;
}
.pannelProduct2 > .content > .inner > .button .btnIcon {
  width: 200px;
  min-height: 60px;
  padding: 0 10px 0 30px;
}
.pannelProduct2 > .content > .inner > .button .btnIcon > .icon {
  width: 22px;
}
.pannelProduct2 > .content > .inner > .button .btnIcon > .text {
  width: calc(100% - 22px);
  padding-left: 1em;
  font-size: 16px;
}
.pannelProduct2 > .content > .inner > .button.ver-big .btnIcon {
  display: inline-flex;
  width: inherit;
  min-width: 300px;
}
.pannelProduct2 .slick-arrow {
  width: 26px;
  height: 44px;
}
.pannelProduct2 .slick-arrow:before {
  background-image: url("../img/common-icon-arrow-1.svg");
}
.pannelProduct2 .slick-arrow.slick-prev {
  left: -50px;
}
.pannelProduct2 .slick-arrow.slick-next {
  right: -50px;
}

.pannelProduct3 > .inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
.pannelProduct3 > .inner > .image {
  order: 1;
  width: 175px;
  padding: 0 25px 0 30px;
}
.pannelProduct3 > .inner > .content {
  display: flex;
  flex-direction: column;
  order: 2;
  width: calc(100% - 175px);
}
.pannelProduct3 > .inner > .content > .icon {
  order: 1;
}
.pannelProduct3 > .inner > .content > .icon > span {
  display: inline-block;
  padding: 1px 11px;
  background: #E61E1E;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.pannelProduct3 > .inner > .content > .head {
  order: 3;
  margin-top: 5px;
  font-weight: normal;
  font-size: 32px;
}
.pannelProduct3 > .inner > .content > .head > .text > .icon,
.pannelProduct3 > .inner > .content > .head > .icon {
  display: inline-block;
  margin-top: -4px;
  margin-left: 15px;
  padding: 5px 6px;
  background: #B3B3B3;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.pannelProduct3 > .inner > .content > .series {
  position: relative;
  order: 2;
  margin-top: 1.2em;
  padding-left: 40px;
  color: #E61E1E;
  font-size: 12px;
}
.pannelProduct3 > .inner > .content > .series:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}

.pannelProduct4 {
  margin-top: 50px;
}
.pannelProduct4 > .inner {
  display: flex;
  margin-left: -30px;
}
.pannelProduct4 > .inner > .image,
.pannelProduct4 > .inner > .content {
  width: 50%;
  padding-left: 30px;
}
.pannelProduct4 > .inner > .image {
  order: 1;
}
.pannelProduct4 > .inner > .image > .color > .list {
  margin-top: 20px;
}
.pannelProduct4 > .inner > .image > .color > .list > li {
  display: inline-block;
  margin-right: 10px;
}
.pannelProduct4 > .inner > .image > .color > .list > li > a {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: #E7E7E7;
}
.pannelProduct4 > .inner > .image > .color > .list > li > a[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}
.pannelProduct4 > .inner > .image > .color > .list > li > a.is-active {
  border: 2px solid #E61E1E;
}
.pannelProduct4 > .inner > .image > .color > .list > li > a > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
}
.pannelProduct4 > .inner > .content {
  order: 2;
}
.pannelProduct4 > .inner > .content > *:first-child {
  margin-top: 0 !important;
}
.pannelProduct4 > .inner > .content > .icon > span {
  display: inline-block;
  padding: 1px 11px;
  background: #E61E1E;
  color: #fff;
  text-align: center;
}
.pannelProduct4 > .inner > .content > .head {
  margin-top: 14px;
  font-weight: normal;
  font-size: 24px;
}
.pannelProduct4 > .inner > .content > .lead {
  margin-top: 7px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.pannelProduct4 > .inner > .content > .caption {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.5;
}
.pannelProduct4 > .inner > .content > .listIcon {
  margin-top: 5px;
}
.pannelProduct4 > .inner > .content > .listTag {
  margin-top: 5px;
}
.pannelProduct4 > .inner > .content > .listTag > li {
  margin-right: 5px;
}
.pannelProduct4 > .inner > .content > .listBullet,
.pannelProduct4 > .inner > .content > .button {
  margin-top: 20px;
}
.pannelProduct4 > .inner > .content .notes {
  margin-top: 12px;
  color: #333;
  font-size: 12px;
}
.pannelProduct4 .listIconCaption {
  margin-top: 14px;
}
.sectionBg {
  position: relative;
  margin: 100px 0;
  padding: 100px 0;
}
.sectionBg > * {
  position: relative;
}
.sectionBg > *:first-child {
  margin-top: 0;
}
.sectionBg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #F6F6F6;
  content: "";
}

.secImportant {
  margin-top: 60px;
  margin-right: -18px;
  margin-left: -18px;
  padding: 0 18px;
  border-top: 4px solid #E61E1E;
  background: #FFF2F2;
}
.secImportant > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.secImportant .listNews {
  margin-top: 0;
  padding: 5px 0;
  border-top: none;
}
.secImportant .listNews > li {
  border-bottom: none;
}
.secImportant + .listAnchor2 {
  margin-top: 0;
}
.secImportant.ver-top {
  margin-top: 0;
  border-top: none;
}
.secImportant.ver-top > .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}
.secImportant.ver-top > .inner > *:first-child {
  margin-top: 0 !important;
}
.secImportant.ver-top > .inner > .head {
  margin-top: 15px;
  font-weight: bold;
}
.secImportant.ver-top > .inner > .text {
  margin-top: 15px;
  font-size: 14px;
}
.secImportant.ver-top > .inner > .link {
  margin-top: 15px;
  font-size: 14px;
}
.secImportant.ver-top > .inner > .link > a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.secImportant.ver-top > .inner > .link > a:hover {
  text-decoration: none;
}

.slick-arrow {
  z-index: 1;
}
.slick-arrow:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: no-repeat 0 0/cover;
  content: "";
  font-size: 13px;
  opacity: 1;
}
.slick-arrow.slick-prev:before {
  transform: scaleX(-1);
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots {
  bottom: -37px;
}
.slick-dots > li {
  margin: 0;
}
.slick-dots > li.slick-active > button:before {
  background: #D4D4D4;
}
.slick-dots > li > button {
  width: 22px;
  height: 20px;
  padding: 5px 6px;
}
.slick-dots > li > button:before {
  display: inline-block;
  position: static;
  width: 10px;
  height: 10px;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  background: #FFF;
  content: "";
  opacity: 1 !important;
}

.slideProduct {
  width: calc(100% + 36px);
  max-width: 1920px;
  margin: 0 -18px;
}
.slideProduct .item {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 32.6185vw;
}
.slideProduct .item > .bg,
.slideProduct .item > .bg-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF no-repeat center center/cover;
}
.slideProduct .item > .bg-sp {
  display: none;
  background-position: right bottom;
}
.slideProduct .item > .inner {
  position: relative;
  width: 100%;
  max-width: calc(960px + 120px);
  margin: 0 auto;
  padding: 0 calc(18px + 24px + 18px);
}
.slideProduct .item > .inner .series {
  display: block;
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #E61E1E;
  font-weight: normal;
  font-size: 12px;
}
.slideProduct .item > .inner .series:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.slideProduct .item > .inner > .head {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
}
.slideProduct .item > .inner > .text {
  max-width: 400px;
  margin-top: 1.8em;
  font-size: 1.2rem;
}

.item .head,
.item .text {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slideProduct .item > .inner > .button {
  margin-top: 1.8em;
}
.slideProduct .slick-dots a.stop {
  display: inline-block;
}
.slideProduct .slick-dots a.stop > span {
  display: block;
  position: relative;
  top: 4px;
  left: 2px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  white-space: nowrap;
}
.slideProduct .slick-dots a.stop > span:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border: transparent 1px solid;
  border-width: 6px 0 6px 10px;
  border-left-color: #D4D4D4;
  content: "";
}
.slideProduct .slick-dots a.stop.is-start > span:before, .slideProduct .slick-dots a.stop.is-start > span:after {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 3px;
  height: 10px;
  border: none;
  background: #D4D4D4;
  content: "";
}
.slideProduct .slick-dots a.stop.is-start > span:after {
  left: 11px;
}
.slideProduct .slick-dotted {
  margin-bottom: 0;
}
.slideProduct .slick-dots {
  bottom: 3px;
}
.slideProduct .slick-arrow {
  width: 26px;
  height: 44px;
}
.slideProduct .slick-arrow:before {
  background-image: url("../img/common-icon-arrow-1.svg");
}
.slideProduct .slick-arrow.slick-prev {
  left: 100px;
}
.slideProduct .slick-arrow.slick-next {
  right: 100px;
}

.slideProduct2 {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 2px solid #E7E7E7;
}
.slideProduct2 .item {
  display: flex;
  padding: 0 85px;
}
.slideProduct2 .item > .image {
  width: 27.6%;
}
.slideProduct2 .item > .content {
  width: 38.4%;
  padding-left: 30px;
}
.slideProduct2 .item > .content > .head > .series {
  position: relative;
  margin-top: 1.2em;
  padding-left: 40px;
  color: #E61E1E;
  font-size: 12px;
}
.slideProduct2 .item > .content > .head > .series:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  content: "";
}
.slideProduct2 .item > .content > .head > .text {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
}
.slideProduct2 .item > .content > .head > .icon > span {
  display: inline-block;
  padding: 1px 11px;
  background: #E61E1E;
  color: #fff;
  text-align: center;
}
.slideProduct2 .item > .content > .lead {
  margin-top: 8px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}
.slideProduct2 .item > .content > .label {
  margin-top: 0.4em;
}
.slideProduct2 .item > .content > .label > .text {
  display: inline-block;
  padding: 2px 10px;
  background: #F6F6F6;
}
.slideProduct2 .item > .content > .notes {
  margin-top: 1.5em;
  color: #333;
  font-size: 11px;
}
.slideProduct2 .item > .content > .button {
  margin-top: 1em;
}
.slideProduct2 .item > .content2 {
  width: 34%;
  padding-left: 30px;
}
.slideProduct2 .item > .content2 > .list {
  margin-top: 1.5em;
}
.slideProduct2 .item > .content2 > .list > li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}
.slideProduct2 .item > .content2 > .list > li:not(:first-child) {
  margin-top: 0.5em;
}
.slideProduct2 .item > .content2 > .list > li:before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  background: #E7E7E7;
  content: "";
}
.slideProduct2 .slick-arrow {
  width: 26px;
  height: 44px;
}
.slideProduct2 .slick-arrow:before {
  background-image: url("../img/common-icon-arrow-1.svg");
}
.slideProduct2 .slick-arrow.slick-prev {
  left: 30px;
}
.slideProduct2 .slick-arrow.slick-next {
  right: 30px;
}

.slideTopScene {
  margin: 40px -18px 100px;
}
.slideTopScene .item {
  position: relative;
  height: 33.9vw;
  background: no-repeat center center/cover;
}
.slideTopScene .item.ver-bg-1 {
  background-image: url("/jp/img/index/scene-bg-1.jpg");
}
.slideTopScene .item > .point {
  position: absolute;
  top: 50%;
  left: 50%;
}
.slideTopScene .item > .point > a {
  display: flex;
  align-items: center;
  background: #E61E1E;
  color: #fff;
}
.slideTopScene .item > .point > a > .icon {
  width: 60px;
}
.slideTopScene .item > .point > a > .text {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s;
}
.slideTopScene .item > .point > a:focus, .slideTopScene .item > .point > a:hover {
  background: #E61E1E;
}
.slideTopScene .item > .point > a:focus > .text, .slideTopScene .item > .point > a:hover > .text {
  width: 100px;
  padding-right: 20px;
}
.slideTopScene .item > .point.ver-1 {
  margin-top: -5.5vw;
  margin-left: 5.5vw;
}
.slideTopScene .item > .point.ver-2 {
  margin-top: -9.5vw;
  margin-left: 12.7vw;
}
.slideTopScene .item > .point.ver-3 {
  margin-top: -14vw;
  margin-left: 22.5vw;
}
.slideTopScene .slick-arrow {
  width: 26px;
  height: 44px;
}
.slideTopScene .slick-arrow:before {
  background-image: url("../img/common-icon-arrow-1.svg");
}
.slideTopScene .slick-arrow.slick-prev {
  left: 100px;
}
.slideTopScene .slick-arrow.slick-next {
  right: 100px;
}

.tab .tabList {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: -20px;
  padding: 0 30px;
}
.tab .tabList::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #e7e7e7;
  content: "";
}
.tab .tabCol {
  width: 100%;
  padding-left: 20px;
}
.tab .tabBtn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 10px 20px;
  border: 2px solid transparent;
  background-color: #f6f6f6;
  color: #333;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.tab .tabBtn.is-current, .tab .tabBtn[aria-selected=true] {
  border: 2px solid #e7e7e7;
  background-color: #ffffff;
  font-weight: bold;
}
.tab .tabBtn.is-current::after, .tab .tabBtn[aria-selected=true]::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  content: "";
}
.tab .tabContent {
  padding-top: 100px;
}
[data-script-enabled=true] .tab .tabContent {
  display: none;
}
.tab .tabContent > :first-child {
  margin-top: 0 !important;
}
.tab .tab > :last-child {
  margin-bottom: 0;
}

.tabLinkNewsMenu {
  margin: 69px 0 -23px;
}
.tabLinkNewsMenu > .linkNewsMenu {
  margin-top: 0;
  margin-bottom: 0;
}
.tabLinkNewsMenu > .linkNewsMenu > li > a.is-current, .tabLinkNewsMenu > .linkNewsMenu > li > a[aria-selected=true] {
  color: #E61E1E;
  font-weight: bold;
  text-decoration: none;
}
[data-script-enabled=true] .tabLinkNewsMenu .tabContent {
  display: none;
}

.tblSelect {
  width: 100%;
  margin-top: 40px;
  border: 1px solid #B3B3B3;
  border-width: 1px 0 0 1px;
  font-size: 14px;
}
.tblSelect th,
.tblSelect td {
  padding: 12px 11px 12px 11px;
  border: 1px solid #B3B3B3;
  border-width: 0 1px 1px 0;
}
.tblSelect thead th {
  background: #DEDEDE;
  font-weight: normal;
  text-align: center;
}
.tblSelect thead td {
  background: #333;
  color: #fff;
}
.tblSelect tbody th {
  width: 145px;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.tblSelect tbody td {
  width: 211px;
  background: #fff;
  text-align: center;
  vertical-align: top;
}
.tblSelect tbody td > .image + * {
  margin-top: 10px;
}
.tblSelect tbody td .listSelectTable {
  margin-top: 0;
}
.tblSelect tbody td > *:first-child > .linkArrow {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tblSelect .th-1 {
  padding: 4px 5px 4px 11px;
  font-size: 12px;
  line-height: 1.3;
}
.tblSelect .th-2 {
  border-color: #707070;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.tblSelect .th-3 {
  background: #555;
}
.tblSelect .th-4 {
  width: 2em;
  vertical-align: top;
}
.tblSelect .th-4 > .label {
  display: inline-block;
  width: 1em;
}
.tblSelect .td-1 {
  background: #F6F6F6;
}
.tblSelect.ver-td-middle td {
  vertical-align: middle;
}
.tblSelect + .txtNotes {
  margin-top: 50px;
}
.tblSpec {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #B3B3B3;
  text-align: left;
}
.tblSpec caption {
  margin-bottom: 10px;
  font-size: 14px;
  text-align-last: left;
}
.tblSpec th,
.tblSpec td {
  padding: 20px 30px;
  border-bottom: 1px solid #B3B3B3;
}
.tblSpec th {
  background: #DEDEDE;
  font-weight: bold;
}
.tblSpec td {
  background: #fff;
  font-size: 14px;
}
.tblSpec tbody td + td {
  border-left: 1px solid #B3B3B3;
}
.tblSpec .notes {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
}
.tblSpec .th-1 {
  background: #EBEBEB;
  font-weight: normal;
  font-size: 14px;
}
.tblSpec .th-2 {
  background: #F6F6F6;
  font-weight: normal;
  font-size: 14px;
}
.tblSpec .th-3 {
  font-weight: normal;
  font-size: 14px;
}
.tblSpec .companyInfo .inner {
  display: flex;
}
.tblSpec .companyInfo .inner dt {
  min-width: 8em;
  font-weight: normal;
}
.tblSpec .linkArrow:before {
  top: 0.5em;
}

.tblSpec2,
.tblSpec3,
.tblSpec4 {
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #B3B3B3;
  font-size: 14px;
}
.tblSpec2 th,
.tblSpec2 td,
.tblSpec3 th,
.tblSpec3 td,
.tblSpec4 th,
.tblSpec4 td {
  padding: 20px 30px;
  border-bottom: 1px solid #B3B3B3;
  text-align: center;
}
.tblSpec2 th,
.tblSpec3 th,
.tblSpec4 th {
  background: #DEDEDE;
  font-weight: normal;
}
.tblSpec2 th > em,
.tblSpec3 th > em,
.tblSpec4 th > em {
  font-size: 16px;
}
.tblSpec2 td,
.tblSpec3 td,
.tblSpec4 td {
  border-right: 1px solid #B3B3B3;
  background: #fff;
  font-size: 14px;
}
.tblSpec2 td:last-child,
.tblSpec3 td:last-child,
.tblSpec4 td:last-child {
  border-right: none;
}
.tblSpec2 thead th,
.tblSpec3 thead th,
.tblSpec4 thead th {
  padding: 12px;
  border-right: 1px solid #B3B3B3;
  font-weight: bold;
}
.tblSpec2 thead th:last-child,
.tblSpec3 thead th:last-child,
.tblSpec4 thead th:last-child {
  border-right: none !important;
}
.tblSpec2 thead th.th-2,
.tblSpec3 thead th.th-2,
.tblSpec4 thead th.th-2 {
  border-right: 1px solid #B3B3B3;
}
.tblSpec2 tbody .th-1,
.tblSpec2 tbody .th-2,
.tblSpec2 tbody .th-3,
.tblSpec3 tbody .th-1,
.tblSpec3 tbody .th-2,
.tblSpec3 tbody .th-3,
.tblSpec4 tbody .th-1,
.tblSpec4 tbody .th-2,
.tblSpec4 tbody .th-3 {
  border-right: none;
}
.tblSpec2 tbody.u-ta-left th,
.tblSpec2 tbody.u-ta-left td,
.tblSpec3 tbody.u-ta-left th,
.tblSpec3 tbody.u-ta-left td,
.tblSpec4 tbody.u-ta-left th,
.tblSpec4 tbody.u-ta-left td {
  text-align: left;
}
.tblSpec2 .th-1,
.tblSpec3 .th-1,
.tblSpec4 .th-1 {
  background: #EBEBEB;
}
.tblSpec2 .th-2,
.tblSpec3 .th-2,
.tblSpec4 .th-2 {
  background: #F6F6F6;
}
.tblSpec2 .th-3,
.tblSpec3 .th-3,
.tblSpec4 .th-3 {
  background: #EBEBEB;
}

.tblSpec3,
.tblSpec4 {
  border-top: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
}
.tblSpec3 thead th,
.tblSpec3 thead td,
.tblSpec3 tbody th,
.tblSpec3 tbody td,
.tblSpec4 thead th,
.tblSpec4 thead td,
.tblSpec4 tbody th,
.tblSpec4 tbody td {
  padding: 11px 5px;
  border-right: 1px solid #B3B3B3 !important;
  border-bottom: 1px solid #B3B3B3 !important;
  text-align: center;
}
.tblSpec3 thead th:last-child,
.tblSpec3 thead td:last-child,
.tblSpec3 tbody th:last-child,
.tblSpec3 tbody td:last-child,
.tblSpec4 thead th:last-child,
.tblSpec4 thead td:last-child,
.tblSpec4 tbody th:last-child,
.tblSpec4 tbody td:last-child {
  border-right: 1px solid #B3B3B3 !important;
}
.tblSpec3 thead th > a,
.tblSpec3 thead td > a,
.tblSpec3 tbody th > a,
.tblSpec3 tbody td > a,
.tblSpec4 thead th > a,
.tblSpec4 thead td > a,
.tblSpec4 tbody th > a,
.tblSpec4 tbody td > a {
  display: inline-block;
}
.tblSpec3 tbody th,
.tblSpec4 tbody th {
  background: #EBEBEB;
}
.tblSpec4 {
  border-top: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
}
.tblSpec4 thead th,
.tblSpec4 thead td,
.tblSpec4 tbody th,
.tblSpec4 tbody td {
  padding: 10px;
  font-size: 12px;
}
.tblSearch {
  width: 100%;
  margin-top: 14px;
}
.tblSearch th, .tblSearch td {
  padding: 0;
}

.tblForm table {
  width: 100%;
  border-top: 1px solid #e7e7e7;
}
.tblForm th, .tblForm td {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.tblForm th {
  min-width: 270px;
  padding: 30px 20px 30px 0;
  font-size: 18px;
  vertical-align: top;
}
.tblForm td {
  padding: 30px 0;
}
.tblForm td > *:first-child {
  margin-top: 0;
}
.tblForm .tblFormNotice {
  font-weight: normal;
  font-size: 14px;
}
.tblForm .tblFormTitle {
  display: flex;
  align-items: flex-start;
}
.tblForm .tblFormIcon {
  margin-left: 12px;
}
.tblForm .tblFormIcon .iconLabel {
  padding: 3px 4px;
}
.tblForm .tblFormSelect {
  max-width: 210px;
}
.tblForm.ver-2 th {
  padding: 15px 30px;
  background-color: #f6f6f6;
  font-size: 16px;
}
.tblForm.ver-2 td {
  padding: 15px 0 15px 30px;
}

.tblBorder {
  width: 100%;
  margin-top: 40px;
  border: 1px solid #B3B3B3;
  border-width: 1px 0 0 1px;
  font-size: 14px;
}
.tblBorder th,
.tblBorder td {
  padding: 11px;
  border: 1px solid #B3B3B3;
  border-width: 0 1px 1px 0;
}
.tblBorder thead {
  text-align: center;
}
.tblBorder thead th {
  background: #DEDEDE;
  font-weight: normal;
}
.tblBorder thead td {
  background: #EBEBEB;
}
.tblBorder tbody th {
  background: #EBEBEB;
  font-weight: normal;
  text-align: left;
}
.tblBorder tbody td {
  background: #fff;
  text-align: center;
  vertical-align: top;
}
.tblBorder.ver-small {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.6;
}
.tblBorder.ver-small th,
.tblBorder.ver-small td {
  padding: 8px;
}

.txtBalloon {
  position: relative;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #FFF2F2;
}
.txtBalloon > *:first-child {
  margin-top: 0;
}
.txtBalloon:before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 0;
  height: 0;
  margin-top: -30px;
  border: 1px solid transparent;
  border-width: 16px 12px;
  border-bottom-color: #FFF2F2;
  content: "";
}
.txtBalloon.ver-left:before {
  top: 50%;
  left: -30px;
  margin-top: -12px;
  border-width: 12px 16px;
  border-right-color: #FFF2F2;
  border-bottom-color: transparent;
}

.txtTel {
  margin-top: 10px !important;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
}

.txtArrow {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  font-weight: bold;
  text-align: center;
}
.txtArrow > .text {
  display: inline-block;
}
.txtArrow:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  border: 1px solid transparent;
  border-width: 16px 12px;
  border-top-color: #D4D4D4;
  border-top-color: #D4D4D4;
  border-left-color: transparent;
  content: "";
}

.txtLead {
  margin-top: 40px;
  font-weight: bold;
  font-size: 20px;
}

.txtNotes {
  color: #333;
  font-size: 12px;
}

.txtSmall {
  font-size: 14px;
}
.txtSmall + .boxToggle2 {
  margin-top: 40px;
}

.textTag {
  display: block;
  padding: 7px 20px;
  border: 4px solid #707070;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.imgNotes {
  display: inline-block;
  margin: 0 5px;
}
.imgNotes > sup {
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
}

.wrapTableScroll2 {
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: scroll;
}
.wrapTableScroll2 > .icon {
  visibility: hidden;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 70px;
  margin: auto;
  overflow: hidden;
  transform: translateY(-50%) translateX(-50%);
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s visibility ease-out, 0.3s opacity ease-out;
}
.wrapTableScroll2 > .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 70px;
  background-image: url("../img/icon-scroll.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.wrapTableScroll2.is-scroll-icon-visible {
  z-index: 1;
}
.wrapTableScroll2.is-scroll-icon-visible > .icon {
  visibility: visible;
  opacity: 1;
}

.wrapShare {
  margin-top: 40px;
  text-align: center;
}
.wrapShare > .text {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
}
.wrapShare > .listIcon2 {
  display: inline-flex;
}
.wrapShare.ver-left {
  text-align: left;
}
.wrapShare.ver-left > .text {
  display: block;
  margin-right: 0;
}
.wrapShare.ver-left > .listIcon2 {
  margin-top: 15px;
}

.wrapModule {
  margin-top: 100px;
}
.wrapModule > *:first-child {
  margin-top: 0;
}
.wrapModule.ver-indent {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.wrapModule2 {
  margin-top: 80px;
}
.wrapModule2 > *:first-child {
  margin-top: 0;
}

.wrapModule3 {
  margin-top: 60px;
}
.wrapModule3 > *:first-child {
  margin-top: 0;
}

.wrapButton {
  margin-top: 40px;
}
.wrapButton2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
}
.wrapButton2 > .item {
  width: 316px;
}
.wrapButton2 > .item:not(:first-child) {
  margin-top: 30px;
}
.wrapButton2 > .item > a, .wrapButton2 > .item button {
  width: 100%;
  min-width: auto;
}
.wrapButton3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.wrapButton3 > .item:not(:first-child) {
  margin-left: 40px;
}

.warpBanner {
  margin-top: 32px;
}
.warpBanner > a {
  display: inline-block;
}

.wrapShare2 {
  margin-top: 100px;
}

.wrapFormSearch {
  margin-top: 64px;
}

.u-txt-1 {
  color: #E61E1E;
}

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

.u-ta-center {
  text-align: center !important;
}

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

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

.u-jc-center {
  justify-content: center !important;
}

.u-jc-start {
  justify-content: flex-start !important;
}

.u-ws-nowrap {
  white-space: nowrap;
}

.u-sp-only {
  display: none;
}

.u-mobile-show {
  display: none;
}
.u-mobile-show.is-show {
  display: block;
}

.u-mobile-hide.is-hide {
  display: none;
}

.u-pos-sticky {
  position: sticky;
  left: 0;
}

.u-left-5per {
  left: 5%;
}

.u-left-10per {
  left: 10%;
}

.u-left-15per {
  left: 15%;
}

.u-left-20per {
  left: 20%;
}

.u-left-25per {
  left: 25%;
}

.u-left-30per {
  left: 30%;
}

.u-left-35per {
  left: 35%;
}

.u-left-40per {
  left: 40%;
}

.u-left-45per {
  left: 45%;
}

.u-left-50per {
  left: 50%;
}

.u-left-55per {
  left: 55%;
}

.u-left-60per {
  left: 60%;
}

.u-left-65per {
  left: 65%;
}

.u-left-70per {
  left: 70%;
}

.u-left-75per {
  left: 75%;
}

.u-left-80per {
  left: 80%;
}

.u-left-85per {
  left: 85%;
}

.u-left-90per {
  left: 90%;
}

.u-left-95per {
  left: 95%;
}

.u-left-100per {
  left: 100%;
}

.u-w-maxc {
  width: -webkit-max-content !important;
  width: max-content !important;
}

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

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

.u-fz-small {
  font-size: 14px;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}
.u-w-5per {
  width: 5%;
}

.u-w-10per {
  width: 10%;
}

.u-w-15per {
  width: 15%;
}

.u-w-20per {
  width: 20%;
}

.u-w-25per {
  width: 25%;
}

.u-w-30per {
  width: 30%;
}

.u-w-35per {
  width: 35%;
}

.u-w-40per {
  width: 40%;
}

.u-w-45per {
  width: 45%;
}

.u-w-50per {
  width: 50%;
}

.u-w-55per {
  width: 55%;
}

.u-w-60per {
  width: 60%;
}

.u-w-65per {
  width: 65%;
}

.u-w-70per {
  width: 70%;
}

.u-w-75per {
  width: 75%;
}

.u-w-80per {
  width: 80%;
}

.u-w-85per {
  width: 85%;
}

.u-w-90per {
  width: 90%;
}

.u-w-95per {
  width: 95%;
}

.u-w-100per {
  width: 100%;
}

.u-w-105per {
  width: 105%;
}

.u-w-110per {
  width: 110%;
}

.u-w-115per {
  width: 115%;
}

.u-w-120per {
  width: 120%;
}

.u-w-125per {
  width: 125%;
}

.u-w-130per {
  width: 130%;
}

.u-w-135per {
  width: 135%;
}

.u-w-140per {
  width: 140%;
}

.u-w-145per {
  width: 145%;
}

.u-w-150per {
  width: 150%;
}

.u-w-155per {
  width: 155%;
}

.u-w-160per {
  width: 160%;
}

.u-w-165per {
  width: 165%;
}

.u-w-170per {
  width: 170%;
}

.u-w-175per {
  width: 175%;
}

.u-w-180per {
  width: 180%;
}

.u-w-185per {
  width: 185%;
}

.u-w-190per {
  width: 190%;
}

.u-w-195per {
  width: 195%;
}

.u-w-200per {
  width: 200%;
}
.u-w-33per {
  width: 33%;
}
.u-maw-450 {
  max-width: 450px !important;
}

.u-maw-550 {
  max-width: 550px !important;
}
_:-ms-lang(x)::-ms-backdrop, .u-ie11-none {
  display: none !important;
}

.cmn_clearfix:after {
  display: block;
  height: 0.01px;
  clear: both;
  content: "";
}

@media (min-width: 769px) {
  .headerBtnMenu {
    display: none;
  }
  .navGlobal {
    display: block !important;
  }
  .navGlobal > .inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
  }
  .navGlobal > .inner > .category > .scroll .formHeaderSearch {
    display: none;
  }
  .navGlobal > .inner > .category > .scroll > .list {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .navGlobal > .inner > .category > .scroll > .list:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    transform: translateX(-50%);
    background: #E6E6E6;
    content: "";
  }
  .navGlobal > .inner > .category > .scroll > .list > li.contact, .navGlobal > .inner > .category > .scroll > .list > li.company, .navGlobal > .inner > .category > .scroll > .list > li.recruit {
    display: none;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a {
    display: block;
    position: relative;
    min-width: 160px;
    padding: 13px 5px;
    overflow: hidden;
    color: inherit;
    font-size: 14px;
    text-align: center;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 0;
    height: 3px;
    background: #E61E1E;
    content: "";
    transition: 0.3s;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a:hover:before, .navGlobal > .inner > .category > .scroll > .list > li > a.is-active:before {
    left: 0;
    width: 100%;
  }
  .navGlobal > .inner > .drop {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .navGlobal > .inner > .drop .prev,
.navGlobal > .inner > .drop .next {
    display: flex;
    display: none;
    z-index: 3;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: calc(100% - 1px);
    padding: 0;
    border: none;
    border: 0 solid #E6E6E6;
    background: #fff;
    text-align: center;
  }
  .navGlobal > .inner > .drop .prev.is-show,
.navGlobal > .inner > .drop .next.is-show {
    display: flex;
  }
  .navGlobal > .inner > .drop .prev {
    left: 0;
    border-right-width: 1px;
  }
  .navGlobal > .inner > .drop .prev img {
    transform: scaleX(-1);
  }
  .navGlobal > .inner > .drop .next {
    right: 60px;
    border-left-width: 1px;
  }
  .navGlobal > .inner > .drop:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    height: 100%;
    transform: translateX(-50%);
    border-bottom: 1px solid #E6E6E6;
    background: #FFF;
    content: "";
  }
  .navGlobal > .inner > .drop.is-active {
    display: block;
  }
  .navGlobal > .inner > .drop > .item {
    position: relative;
    padding-right: 100px;
    padding-left: 40px;
    overflow: hidden;
  }
  .navGlobal > .inner > .drop > .item > .head {
    display: none;
  }
  .navGlobal > .inner > .drop > .item > .close {
    z-index: 2;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100px;
    height: calc(100% - 1px);
    background: #fff;
  }
  .navGlobal > .inner > .drop > .item > .close > a {
    display: block;
    width: 60px;
    margin-left: auto;
    padding: 22px;
    background: #E7E7E7;
  }
  .navGlobal > .inner > .drop > .item > .close > a img {
    display: block;
  }
  .navGlobal > .inner > .drop > .item > .list {
    display: flex;
    position: relative;
    left: 0;
    align-items: flex-end;
    justify-content: center;
    width: -webkit-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    transition: left 0.5s;
  }
  .navGlobal > .inner > .drop > .item > .list > li:not(:first-child) {
    margin-left: 20px;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a {
    display: block;
    position: relative;
    padding: 10px 5px;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    text-align: center;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a:before {
    display: block;
    position: absolute;
    bottom: 1px;
    left: -1px;
    width: 0;
    height: 3px;
    background: #E61E1E;
    content: "";
    transition: 0.3s;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a:hover:before {
    left: 0;
    width: 100%;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 70px;
    height: 52px;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .text {
    display: inline-block;
    margin-top: 10px;
    white-space: nowrap;
  }
  .strContentRow {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .strContentRow > .strPrimary {
    width: 100%;
  }
  .strContentRow > .strSecondary {
    min-width: 30.8333333333%;
    margin-left: 3.3333333333%;
  }
  .strContentRow > .strSecondary.ver-2 {
    min-width: 20.8333333333%;
    margin-right: 4.1666666667%;
    margin-left: 0;
  }
  .strContentRow + *[class] {
    margin-top: 77px;
  }
  .strFaq .strFaqInner {
    display: flex;
    align-items: flex-start;
  }
  .strFaq .strFaqIcon {
    min-width: 120px;
    padding-left: 60px;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4;
  }
  .boxToggle.ver-sp-only {
    border: none;
  }
  .boxToggle.ver-sp-only > .head > a {
    padding: 0;
    color: inherit !important;
    font-size: 20px;
    cursor: default;
  }
  .boxToggle.ver-sp-only > .head > a:before {
    display: none;
  }
  .boxToggle.ver-sp-only > .content {
    display: block !important;
    margin-top: 20px;
    padding: 0;
  }
  .formSortWrap > .formSort:not(:last-child) {
    margin-right: 10px;
  }
  .groupColumnTab > .tab {
    display: none;
  }
  .groupRecommendLineup > .inner > .list > li > a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
  .groupRecommendLineup > .inner > .list > li > a:hover:before {
    opacity: 1;
  }
  .groupProductSelect > .select > .layout > .item > .listSelectCheck {
    display: flex !important;
  }
  .groupSearchResult .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .groupSearchResult.ver-footer {
    margin-top: 15px;
  }
  .groupSearchResult.ver-footer .inner {
    justify-content: flex-end;
  }
  .groupSearchArea2 .rankingList {
    display: flex;
    flex-wrap: wrap;
  }
  .groupSearchArea2 .head {
    pointer-events: none;
  }
  .groupSearchArea2 .searchClose {
    display: none;
  }
  .groupSearchArea2 .searchContent {
    display: block !important;
  }
  .groupSearchArea2 .searchList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .headEntry {
    justify-content: space-between;
    margin-top: 50px;
  }
  .headEntry > .main {
    width: 65.8333333333%;
  }
  .headEntry > .sub {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 30.8333333333%;
  }
  .lytTextImage.ver-pc-reverse > .image {
    order: 2;
  }
  .lytTextImage.ver-pc-reverse > .content {
    order: 1;
    padding-right: 40px;
    padding-left: 0;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .listThumb.ver-pc-center {
    justify-content: center;
  }
  .listIndex.col-4 > li {
    width: 25%;
  }
  .listIndex.col-4 > li:nth-child(n+5) {
    margin-top: 42px;
  }
  .listIndex + .pannelBase {
    margin-top: 100px;
  }
  .listThumb4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px -15px 0;
  }
  .listThumb4 > li {
    padding: 0 15px;
  }
  .listThumb4 > li > .panel {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 100%;
    padding: 30px 10px;
    line-height: 1.5;
    text-align: center;
  }
  .listThumb4 > li > .panel > .image > img {
    max-width: 156px;
  }
  .listThumb4 > li > .panel > .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .listThumb4 > li > .panel > .content > .head {
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
  }
  .listThumb4 > li > a.panel:hover > .image > img {
    opacity: 1;
  }
  .listThumb4.col-3 > li {
    width: 33.33333%;
  }
  .listThumb4.col-3 > li:nth-child(n+4) {
    margin-top: 30px;
  }
  .listThumb4.col-4 > li {
    width: 25%;
  }
  .listThumb4.col-4 > li:nth-child(n+5) {
    margin-top: 30px;
  }
  .listThumb4 + .listButton {
    margin-top: 30px;
  }
  .mediaSearch > .inner {
    display: flex;
    flex-direction: row-reverse;
  }
  .mediaSearch .head {
    font-size: 18px;
  }
  .mediaSearch .iconArea {
    margin-top: 14px;
  }
  .mediaSearch .content {
    flex: 1 1 auto;
  }
  .mediaSearch .img {
    flex: 0 0 auto;
    max-width: 40%;
    margin-right: 40px;
  }
  .mediaSearch .img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
  }
  .navProduct {
    width: calc(100% + 21px);
    margin-right: -18px;
    margin-left: -18px;
    padding: 24.5px 18px;
    background: #333;
    color: #fff;
  }
  .navProduct a {
    color: #fff;
  }
  .navProduct > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .navProduct > .inner > .head {
    font-weight: bold;
    font-size: 20px;
  }
  .navProduct > .inner > .list {
    margin: 0;
  }
  .navProduct > .inner > .list > li {
    display: inline-block;
  }
  .navProduct > .inner > .list > li:not(:first-child) {
    margin-left: 35px;
  }
  .navProduct > .inner > .list > li > a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    vertical-align: top;
  }
  .navProduct > .inner > .list > li > a.is-current:before, .navProduct > .inner > .list > li > a:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 0;
    height: 2px;
    background: #E61E1E;
    content: "";
    transition: 0.3s;
  }
  .navProduct > .inner > .list > li > a.is-current:before, .navProduct > .inner > .list > li > a:hover:before {
    left: 0;
    width: 100%;
  }
  .navProduct.js-nav-fixed.is-fixed {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .navProduct + .secImportant {
    margin-top: 0;
  }
  .navProductDetail {
    margin-right: -18px;
    margin-left: -18px;
    padding: 0 18px;
    background: #F6F6F6;
  }
  .navProductDetail > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .navProductDetail > .inner > .head {
    font-weight: bold;
    font-size: 18px;
  }
  .navProductDetail > .inner > .head > a {
    color: inherit;
  }
  .navProductDetail > .inner > .menu {
    display: none;
  }
  .navProductDetail > .inner > .list {
    display: block !important;
    margin: 0;
  }
  .navProductDetail > .inner > .list > li {
    display: inline-block;
  }
  .navProductDetail > .inner > .list > li:not(:first-child) {
    margin-left: 28px;
  }
  .navProductDetail > .inner > .list > li > a {
    display: inline-block;
    position: relative;
    padding: 16px 0;
    color: inherit;
    font-size: 15px;
  }
  .navProductDetail > .inner > .list > li > a.is-current:before, .navProductDetail > .inner > .list > li > a:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 0;
    height: 3px;
    background: #E61E1E;
    content: "";
    transition: 0.3s;
  }
  .navProductDetail > .inner > .list > li > a.is-current:before, .navProductDetail > .inner > .list > li > a:hover:before {
    left: 0;
    width: 100%;
  }
  .navProductDetail2 {
    display: flex;
    justify-content: space-around;
  }
  .navProductDetail2 > .list {
    display: block !important;
  }
  .navProductDetail3 > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .navProductDetail3 > .inner > .head {
    min-width: 180px;
    text-align: left;
  }
  .navProductDetail3 > .inner > .list {
    display: flex !important;
    flex-wrap: wrap;
    line-height: 2;
  }
  .navProductDetail3 > .inner > .list > .sp-only {
    display: none;
  }
  .tab .tabList[data-col-wide="2"] .tabCol {
    width: 50%;
  }
  .tab .tabList[data-col-wide="3"] .tabCol {
    width: 33.3333333333%;
  }
  .tab .tabList[data-col-wide="4"] .tabCol {
    width: 25%;
  }
  .tab .tabList[data-col-wide="5"] .tabCol {
    width: 20%;
  }
  .tab .tabList[data-col-wide="6"] .tabCol {
    width: 16.6666666667%;
  }
  .tab .tabBtn.is-current > span, .tab .tabBtn[aria-selected=true] > span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid #E61E1E;
  }
  .tblSearch {
    display: table;
  }
  .tblSearch thead th {
    padding: 0;
    border: 1px solid #b3b3b3;
    background-color: #f6f6f6;
    font-weight: normal;
  }
  .tblSearch thead .head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 5px;
  }
  .tblSearch thead .icon {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    overflow: hidden;
  }
  .tblSearch thead .icon::before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 1px;
    width: 0;
    height: 0;
    border: transparent solid 1px;
    border-width: 0 6px 10px 6px;
    border-bottom-color: #b3b3b3;
    content: "";
  }
  .tblSearch thead .icon.is-active::before {
    border-bottom-color: #E61E1E;
  }
  .tblSearch thead .icon.ver-desc {
    margin-left: 2px;
  }
  .tblSearch thead .icon.ver-desc::before {
    transform: rotate(180deg);
  }
  .tblSearch thead .icon > span {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    opacity: 0;
  }
  .tblSearch thead .icon.ver-asc.is-active:before {
    border-color: transparent transparent #E61E1E transparent;
  }
  .tblSearch thead .icon.ver-desc.is-active:after {
    border-color: transparent transparent #E61E1E transparent;
  }
  .tblSearch tbody td {
    padding: 7px 5px;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    color: #000;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
  }
  .tblSearch tbody td.is-active {
    background-color: #fff2f2;
  }
  .tblSearch tbody td:first-child {
    border-left: 1px solid #b3b3b3;
  }
  .tblSearch tbody .head {
    padding-left: 14px;
/*    text-align: left; */
  }
  .tblSearch tbody .head button {
    display: none;
  }
  .tblSearch tbody .manual {
    vertical-align: middle;
  }
  .tblSearch tbody .manual .manualWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -5px;
  }
  .tblSearch tbody .manual .manualWrap > div {
    min-width: 53px;
    margin: 0 2px 5px;
  }
  .tblSearch tbody .manual .btn {
    border: 1px solid #000000;
    background: #FFF;
    color: #000000;
    text-align: center;
  }
  .tblSearch tbody .manual .manualBtn {
    display: inline-block;
    z-index: 2;
    width: 100%;
    min-width: auto;
    padding: 5px;
    border-width: 1px;
    font-size: 12px;
    line-height: 1;
  }
  .wrapBoxBorder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
  }
  .wrapBoxBorder.col-3 > .boxBorder {
    flex: 0 0 31.6666666667%;
    margin: 0;
  }
  .wrapBoxBorder.col-3 > .boxBorder:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .navProduct > .inner > .head {
    font-size: 18px;
  }
  .navProduct > .inner > .list > li:not(:first-child) {
    margin-left: 10px;
  }
  .navProduct > .inner > .list > li > a {
    font-size: 14px;
  }
  .navProductDetail {
    margin-right: -18px;
    margin-left: -18px;
    padding: 0 18px;
    background: #F6F6F6;
  }
  .navProductDetail > .inner > .head {
    font-size: 18px;
  }
  .navProductDetail > .inner > .head > a {
    color: inherit;
  }
  .navProductDetail > .inner > .list > li:not(:first-child) {
    margin-left: 10px;
  }
  .navProductDetail > .inner > .list > li > a {
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .slideProduct .item > .inner > .head {
    font-size: 2vw;
  }
  .slideProduct .item > .inner > .text {
    font-size: 1.5vw;
  }
  .slideProduct .item > .inner > .button > .btnPrimary {
    font-size: 1.2vw;
  }
}

@media (min-width: 1920px) {
  .slideProduct {
    margin: 0 auto;
  }
  .slideProduct .item {
    height: 648px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
  .strFooterTop {
    margin-top: 50px;
  }
  .footerBanner {
    flex-wrap: wrap;
  }
  .footerBanner > .item {
    width: 100%;
  }
  .footerBanner > .item > a,
.footerBanner > .item > div,
.footerBanner > .item > span {
    max-width: 500px;
  }
  .footerBanner > .item + .item {
    margin-top: 20px;
  }
  .footerBanner > .item.ver-sns .list > li > a {
    width: 35px;
    height: 35px;
  }
  .strFooterBottom {
    margin-top: 25px;
    padding: 0 18px 40px;
    font-size: 10px;
  }
  .strFooterBottom > .pagetop {
    position: static;
    margin-right: -18px;
    margin-bottom: 40px;
    margin-left: -18px;
    background: #333;
    text-align: center;
  }
  .strFooterBottom > .pagetop > a {
    display: block;
  }
  .strFooterBottom > .pagetop > a > img {
    width: 40px;
  }
  .strFooterBottom.ver-simple {
    margin-top: 40px;
    padding: 37px 18px;
  }
  .strFooterBottom.ver-simple .footerUtility {
    text-align: left;
  }
  .strFooterBottom.ver-simple .footerCopy {
    margin-top: 0;
  }
  .footerSitemap:after {
    display: none;
  }
  .footerSitemap {
    display: none;
  }
  .footerLogo {
    display: none;
    margin-top: 0;
  }
  .footerLogo > .item > .logo {
    width: 40px;
  }
  .footerLogo > .item > .text {
    font-size: 8px;
  }
  .footerCompany {
    display: none;
  }
  .footerUtility {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .footerCopy {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
  .footerCopy > small {
    font-size: 8px;
  }
  .footerLink {
    order: 1;
    width: 100%;
  }
  .footerLink > .list {
    display: block;
  }
  .footerLink > .list > li {
    display: inline-block;
    margin-top: 5px;
  }
  .footerLink > .list > li > a {
    font-size: 10px;
  }
  .footerLink > .list > li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
  .footerLang {
    order: 2;
    width: 100%;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #E6E6E6;
  }
  .footerLang > a {
    font-size: 10px;
  }
  .strHeader.ver-simple {
    margin-bottom: 18px;
  }
  .strHeaderTop {
    padding: 9px 10px 9px 18px;
    border-bottom: 1px solid #F0F0F0;
  }
  .headerLogo > a > img {
    width: 220px;
  }
  .headerLogo > .logo {
    width: 75px;
  }
  .headerLogo > .text {
    width: 138px;
    margin-left: 22px;
  }
  [lang=en] .headerLogo > .text {
    width: 190px;
    margin-left: 16px;
  }
  .headerBtnMenu {
    display: inline-block;
  }
  .headerBtnMenu > a {
    display: block;
    padding: 11px 14px;
    background: #fff;
  }
  .headerBtnMenu > a > img {
    display: block;
    width: 21px;
  }
  .headerUtility {
    display: none;
  }
  .headerSearch {
    display: none !important;
  }
  .navGlobal {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    background: #F6F6F6;
  }
  .navGlobal > .inner {
    position: relative;
    height: 100%;
  }
  .navGlobal > .inner > .category {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding: 0 18px 100px;
    overflow-y: scroll;
  }
  .navGlobal > .inner > .category > .scroll .formHeaderSearch {
    max-width: inherit;
    margin-top: 20px;
    font-size: 16px;
  }
  .navGlobal > .inner > .category > .scroll .formHeaderSearch > .keyword {
    width: calc(100% - 60px);
    padding: 11px 15px;
    border-radius: 5px 0 0 5px;
    background: #fff;
  }
  .navGlobal > .inner > .category > .scroll .formHeaderSearch > .submit {
    padding: 11px 0;
    border-radius: 0 5px 5px 0;
  }
  .navGlobal > .inner > .category > .scroll > .list {
    margin: 0 -18px;
  }
  .navGlobal > .inner > .category > .scroll > .list > li {
    padding: 0 18px;
    background: #fff;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a {
    display: block;
    position: relative;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #F0F0F0;
    color: inherit;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 11px;
    margin-top: -5.5px;
    background: url("../img/header-icon-arrow.svg") no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
  }
  .navGlobal > .inner > .category > .scroll > .list > li.contact, .navGlobal > .inner > .category > .scroll > .list > li.company, .navGlobal > .inner > .category > .scroll > .list > li.recruit {
    display: block;
    background: transparent;
  }
  .navGlobal > .inner > .drop {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 0 18px 100px;
    overflow-y: scroll;
    background: #fff;
    transition: 0.5s;
  }
  .navGlobal > .inner > .drop.is-active {
    left: 0;
  }
  .navGlobal > .inner > .drop .prev,
.navGlobal > .inner > .drop .next {
    display: none !important;
  }
  .navGlobal > .inner > .drop > .item > .head {
    margin: 0 -18px;
    border-bottom: 1px solid #F0F0F0;
  }
  .navGlobal > .inner > .drop > .item > .head > a {
    display: block;
    position: relative;
    padding: 10px 18px;
    color: inherit;
    font-size: 16px;
    text-align: center;
  }
  .navGlobal > .inner > .drop > .item > .head > a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 18px;
    width: 6px;
    height: 11px;
    margin-top: -5.5px;
    background: url("../img/header-icon-arrow-back.svg") no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
  }
  .navGlobal > .inner > .drop > .item > .close {
    display: none;
  }
  .navGlobal > .inner > .drop > .item > .list {
    width: calc(100% + 36px) !important;
    margin: 0 -18px;
  }
  .navGlobal > .inner > .drop > .item > .list > li {
    padding: 0 18px;
    background: #fff;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 11px 30px 11px 0;
    border-bottom: 1px solid #F0F0F0;
    color: inherit;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 11px;
    margin-top: -5.5px;
    background: url("../img/header-icon-arrow.svg") no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .icon {
    width: 35px;
    text-align: center;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .icon > img {
    max-height: 32px;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .text {
    width: calc(100% - 35px);
    padding-left: 15px;
  }
  .navPath {
    margin-top: 40px;
    border-top: 1px solid #E6E6E6;
  }
  .navPath > .inner {
    padding-top: 25px;
    font-size: 10px;
  }
  body .strHeader {
    order: 1;
  }
  body .navPath {
    order: 4;
  }
  body .strContent {
    order: 2;
  }
  body .strFooterTop {
    order: 3;
  }
  body .strFooterBottom {
    order: 5;
  }
  .strMain > .strContentInner4:first-child {
    margin-top: 40px;
  }
  .strMain > .pannelBase:first-child {
    margin-top: 0;
  }
  .strMain > p:first-child {
    margin-top: 38px;
  }
  .strContentInner3 {
    margin: 35px -18px;
  }
  .strContentInner3 .mediaMovie {
    margin-right: 0;
    margin-left: 0;
  }
  .strContentInner4 {
    margin: 60px auto;
  }
  .strContentRow {
    margin-top: 30px;
  }
  .strContentRow > .strSecondary {
    margin-top: 50px;
  }
  .strContentRow > .strSecondary.ver-2 {
    margin-top: 15px;
  }
  .strContentRow + *[class] {
    margin-top: 48px;
  }
  .strFaq .strFaqInner {
    margin: 34px auto 0;
  }
  .strFaq .strFaqIcon {
    font-weight: bold;
    font-size: 24px;
  }
  .strFaq .strFaqContent {
    margin-top: 10px;
  }
  .strFaq .strFaqSub {
    display: none;
  }
  .boxRule > .inner {
    padding: 20px 17px;
  }
  .boxBorder,
.boxBorder3 {
    margin-top: 30px;
    padding: 25px;
    border-width: 5px;
  }
  .boxBorder > .head,
.boxBorder3 > .head {
    margin-top: 30px;
    font-size: 18px;
  }
  .boxBorder > .head2,
.boxBorder3 > .head2 {
    margin-top: 30px;
    font-size: 14px;
  }
  .boxBorder > .head3,
.boxBorder3 > .head3 {
    font-size: 16px;
  }
  .boxBorder > .head4,
.boxBorder3 > .head4 {
    font-size: 13px;
  }
  .boxBorder > .head4 + p,
.boxBorder3 > .head4 + p {
    margin-top: 8px;
  }
  .boxBorder > .head5,
.boxBorder3 > .head5 {
    font-size: 16px;
  }
  .boxBorder > .head5 img,
.boxBorder3 > .head5 img {
    width: 24px;
    margin-right: 9px;
  }
  .boxBorder > .head5 + *,
.boxBorder3 > .head5 + * {
    margin-top: 32px;
  }
  .boxBorder > .text,
.boxBorder3 > .text {
    font-size: 13px;
  }
  .boxBorder > .arrowBlock::after,
.boxBorder3 > .arrowBlock::after {
    width: 68px;
    margin: 15px auto;
    border-width: 14px 34px 0 34px;
  }
  .boxToggle > .head > a {
    padding-left: 40px;
  }
  .boxToggle > .head > a:before {
    left: 17px;
    margin-top: -9px;
  }
  .boxToggle > .head > a.is-open:before {
    margin-top: -4px;
  }
  .boxToggle > .head > a:hover {
    color: #E61E1E;
  }
  .boxToggle > .head.u-ta-center {
    text-align-last: left;
  }
  .boxToggle > .head.u-ta-center > a {
    padding-left: 40px;
  }
  .boxToggle > .head.u-ta-center > a:before {
    position: absolute;
    top: 15px;
    left: 17px;
    margin: 0;
  }
  .boxToggle > .head.u-ta-center > a > .icon {
    top: -2px;
    width: 18px;
    height: 15px;
    margin-right: 5px;
  }
  .boxToggle > .content {
    padding: 20px;
  }
  .boxToggle + .boxToggle {
    margin-top: 15px;
  }
  .boxToggle2 {
    margin-top: 50px;
  }
  .boxToggle2 > .head {
    font-size: 15px;
  }
  .boxToggle2 > .head > a {
    padding: 19px 5px 19px 40px;
  }
  .boxToggle2 > .head > a:before {
    left: 15px;
  }
  .boxToggle2 > .content {
    padding: 15px;
  }
  .boxToggle2 + .boxToggle2 {
    margin-top: 15px;
  }
  .boxCase {
    margin-top: 30px;
    border-width: 5px;
  }
  .boxCase > .head {
    padding: 10px 15px 15px;
    font-size: 15px;
  }
  .boxCase > .content {
    padding: 20px 15px;
  }
  .boxCase .lytColumn {
    margin-top: 5px;
  }
  .boxCase .lytColumn > .item {
    margin-top: 5px !important;
  }
  .boxCase .lytColumn > .item .lytImage {
    margin-top: 10px;
  }
  .boxStep {
    margin-top: 30px;
    padding: 20px 15px;
    border-width: 5px;
  }
  .boxStep .headType5 > .text {
    font-size: 18px;
  }
  .boxStep + .boxStep:before {
    top: -33px;
  }
  .boxPerson {
    margin-top: 30px;
  }
  .boxPerson > .image {
    width: 120px;
  }
  .boxPerson > .content {
    width: calc(100% - 120px);
    padding-left: 15px;
  }
  .boxPerson > .content > .label {
    font-size: 11px;
  }
  .boxPerson > .content > .txtSmall {
    font-size: 11px;
  }
  .boxCatalog {
    margin-top: 30px;
    padding: 15px;
    border-width: 5px;
  }
  .boxCatalog > .image {
    width: 120px;
  }
  .boxCatalog > .content {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
  .boxCatalog > .content > .head {
    font-size: 18px;
  }
  .boxCatalog > .content > .head > small {
    font-size: 13px;
  }
  .boxCatalog > .content > .link {
    font-size: 12px;
  }
  .boxCatalog > .content > .link .linkArrow.ver-small:before {
    top: 0;
    margin-top: 4px;
  }
  .boxAnchor {
    margin-top: 30px;
    padding: 15px 10px 15px 20px;
    border-width: 5px;
  }
  .boxAnchor .listAnchor {
    display: flex;
    flex-wrap: wrap;
  }
  .boxAnchor .listAnchor > li {
    width: 50%;
    margin-right: 0 !important;
    padding-right: 10px;
  }
  .boxFill > .inner {
    padding: 20px 15px;
  }
  .boxFill > .inner > .head {
    margin-bottom: 17px;
    font-size: 16px;
  }
  .boxButtonLink > .inner {
    padding: 20px 15px;
  }
  .boxButtonLink > .inner > .head {
    width: 100%;
    text-align: center;
  }
  .boxButtonLink > .inner > .head > span {
    font-size: 16px;
  }
  .boxButtonLink > .inner > .head:first-child {
    margin-top: 0;
  }
  .boxButtonLink > .inner > .content {
    width: 100%;
    margin-top: 20px;
  }
  .boxReference {
    margin: 33px auto 0;
    padding: 30px 20px;
    border: 5px solid #f6f6f6;
  }
  .boxReference .head {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .boxReference .btn > a {
    min-width: 75px;
  }
  .boxReference .btn > a:not(:first-child) {
    margin-left: 25px;
  }
  .boxThoughts {
    margin: 33px auto 0;
    padding: 30px 20px;
    border: 5px solid #f6f6f6;
  }
  .boxBorder2 .img {
    min-height: 152px;
  }
  .boxBorder2 .inner {
    justify-content: center;
  }
  .boxError {
    margin-top: 44px;
  }
  .boxError .inner {
    padding: 15px;
  }
  .boxError .listError {
    font-size: 12px;
  }
  .boxContact {
    margin-top: 44px;
    padding: 26px 15px;
  }
  .boxContact .head {
    font-size: 16px;
  }
  .boxContact .tel {
    margin-top: 24px;
    font-size: 21px;
  }
  .boxContact .time {
    margin-top: 20px;
    font-size: 13px;
  }
  .btnPrimary {
    min-width: inherit;
    padding: 12px 25px;
    font-size: 12px;
  }
  .btnPrimary.ver-small {
    padding: 12px 20px;
    font-size: 12px;
  }
  .btnPrimary.ver-big {
    min-width: 215px;
    padding: 18.5px 30px;
    font-size: 16px;
  }
  .btnPrimary.ver-anchor {
    padding-left: 30px;
  }
  .btnPrimary.ver-anchor:before {
    left: 16px;
    margin-top: -3px;
    border-width: 6px 4px;
  }
  .btnSecondary {
    min-width: inherit;
    padding: 10px 20px;
    font-size: 12px;
  }
  .btnIcon {
    min-height: 50px;
  }
  .btnIcon > .icon {
    width: 25px;
    line-height: 1;
  }
  .btnIcon > .icon > img {
    max-height: 25px;
  }
  .btnIcon > .text {
    width: calc(100% - 25px);
    padding-left: 13px;
  }
  .btnNormal {
    min-height: 40px;
  }
  .btnToggle {
    min-width: inherit;
    padding: 12px 20px;
    border-width: 1px;
    font-size: 12px;
  }
  .btnToggle > span {
    padding-left: 18px;
  }
  .btnToggle > span:before, .btnToggle > span:after {
    display: inline-block;
    width: 11px;
    height: 1px;
    margin-top: -1px;
    content: "";
  }
  .btnToggle > span:after {
    transform: rotate(90deg);
  }
  .btnMedia {
    padding: 15px 20px;
  }
  .btnMedia > .inner {
    min-height: 100px;
  }
  .btnMedia > .inner > .img {
    text-align: center;
  }
  .btnMedia > .inner > .text {
    min-width: 120px;
    font-size: 16px;
  }
  .btnMedia2 > .inner {
    justify-content: flex-end;
    min-height: 100px;
    padding: 15px;
  }
  .btnMedia2 > .inner > .content {
    width: 76.401179941%;
  }
  .btnMedia2 > .inner > .content > .head {
    font-size: 15px;
  }
  .btnMedia2 > .inner > .content > .text {
    margin-top: 7px;
  }
  .btnMedia2 > .inner > .image {
    width: 11.7994100295%;
    min-width: 50px;
    max-width: 200px;
    margin-right: 25px;
  }
  .btnMedia2 > .inner > .image > img {
    max-width: 50px;
  }
  .btnBack {
    justify-content: center;
  }
  .formSearch > .inner > .keyword {
    min-height: 50px;
    border-radius: 5px 0 0 5px;
  }
  .formSearch > .inner > .submit {
    min-height: 50px;
    border-radius: 0 5px 5px 0;
  }
  .formSearch > .inner.ver-small > .keyword {
    min-height: 40px;
  }
  .formSearch > .inner.ver-small > .submit {
    min-height: 40px;
  }
  .formSelect select {
    border-radius: 5px;
  }
  .formSort {
    width: 100%;
  }
  .formSort > .item {
    margin-left: -20px;
  }
  .groupColumnTab > .content > .lytColumn > .item {
    margin-top: 0 !important;
  }
  .groupColumnTab > .tab {
    display: flex;
  }
  .groupColumnTab > .tab > li {
    width: 50%;
  }
  .groupColumnTab > .tab > li > a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 15px 5px;
    border-top: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-bottom: 3px solid #b3b3b3;
    border-left: 1px solid #E7E7E7;
    background: #E7E7E7;
  }
  .groupColumnTab > .tab > li > a.is-active {
    position: relative;
    border-color: #FF0000;
    background: #FFF2F2;
  }
  .groupColumnTab > .tab > li > a.is-active:before {
    display: inline-block;
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border: 9px solid transparent;
    border-top-color: #FF0000;
    content: "";
  }
  .groupColumnTab > .tab > li > a.is-active > span {
    color: #FF0000;
  }
  .groupColumnTab > .tab > li > a > span {
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
  }
  .groupLolifeFaq {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }
  .groupLolifeFaq .item > .button {
    min-height: 40px;
  }
  .groupLolifeFaq > .item {
    width: 50%;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
  }
  .groupLolifeFaq > .group {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
  .groupLolifeFaq > .group > .item {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
  }
  .groupLolifeFaq > .group > .item .button {
    height: 100%;
  }
  .groupRecommendLineup {
    margin-bottom: 40px;
    background: transparent;
  }
  .groupRecommendLineup > .head {
    font-size: 15px;
  }
  .groupRecommendLineup > .inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .groupRecommendLineup > .inner > .list {
    flex-wrap: wrap;
    margin-left: -15px;
  }
  .groupRecommendLineup > .inner > .list > li {
    width: 50%;
    padding: 0 0 0 15px;
  }
  .groupRecommendLineup > .inner > .list > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .groupRecommendLineup > .inner > .list > li > a {
    background: #F6F6F6;
  }
  .groupRecommendLineup > .inner > .list > li > a > .image img {
    max-width: 74px;
  }
  .groupRecommendLineup > .inner > .list > li > a > .text {
    font-size: 13px;
  }
  .groupRecommendLineup > .inner > .link {
    margin-top: 20px;
  }
  .groupProductCompare {
    margin: 30px -18px 0;
    padding: 0;
    overflow-x: scroll;
  }
  .groupProductCompare > .image {
    display: flex;
    width: 140vw;
    margin: 0;
    padding: 0 18px 0 0;
  }
  .groupProductCompare > .image > .item {
    width: 33.33333%;
    padding-left: 20px;
  }
  .groupProductCompare > .image > .item:first-child {
    display: none;
  }
  .groupProductCompare > .image > .item > img {
    border-width: 10px;
  }
  .groupProductCompare > .data {
    width: 140vw;
    margin-top: 10px;
    padding: 0 18px;
  }
  .groupProductCompare > .data > .item:not(:first-child) {
    border-top: 2px solid #DFDFDF;
  }
  .groupProductCompare > .data > .item > .head {
    position: sticky;
    left: 0;
    transition: 0.1s;
  }
  .groupProductCompare > .data > .item > .head > a {
    padding: 18px 40px 18px 0;
    font-size: 15px;
  }
  .groupProductCompare > .data > .item > .head > a:before, .groupProductCompare > .data > .item > .head > a:after {
    display: none;
  }
  .groupProductCompare > .data > .item > .content {
    display: block !important;
    padding: 0 0 30px;
  }
  .groupProductCompare > .data > .item > .content > .list {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  .groupProductCompare > .data > .item > .content > .list + .list {
    margin-top: 30px;
  }
  .groupProductCompare > .data > .item > .content > .list > dt {
    width: 100%;
    padding: 0 10px;
  }
  .groupProductCompare > .data > .item > .content > .list > dt:not(:empty) {
    margin-bottom: 10px;
  }
  .groupProductCompare > .data > .item > .content > .list > dd {
    width: 33.33333%;
    padding: 0 10px;
    border-right: 2px solid #DFDFDF;
    border-left: none;
  }
  .groupProductCompare > .data > .item > .content > .list > dd > .watt > .number {
    font-size: 20px;
  }
  .groupProductCompare > .data > .item > .content > .list > dd > .watt > .unit {
    font-size: 12px;
  }
  .groupProductCompare > .data > .item > .content > .list > dd > .dimension > .text {
    font-size: 12px;
  }
  .groupProductCompare > .data > .item > .content > .list > dd > .dimension > .notes {
    font-size: 10px;
  }
  .groupProductSelect {
    margin-top: 28px;
  }
  .groupProductSelect > .select > .head > .text {
    padding: 19px 10px;
    font-size: 17px;
  }
  .groupProductSelect > .select > .layout {
    flex-wrap: wrap;
  }
  .groupProductSelect > .select > .layout > .item {
    width: 100% !important;
  }
  .groupProductSelect > .select > .layout > .item > .head.ver-toggle {
    position: relative;
    padding: 10px;
    border: 1px solid #DEDEDE;
  }
  .groupProductSelect > .select > .layout > .item > .head.ver-toggle:before {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 13px;
    height: 8px;
    margin-right: 11px;
    background: url(/common/img/common-icon-arrow-2.svg) no-repeat 0 0/cover;
    content: "";
    transition: 0.3s;
  }
  .groupProductSelect > .select > .layout > .item > .head.is-open:before {
    top: -2px;
    transform: rotate(-180deg);
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck {
    display: flex;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li {
    width: 33.33333% !important;
    margin-top: 0 !important;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li:nth-child(n+4) {
    margin-top: 10px !important;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li > label > span {
    display: flex !important;
    flex-direction: column !important;
    min-height: inherit;
    padding: 10px 5px;
    font-size: 11px;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li > label > span > .icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 60px;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li > label > span > .icon > img {
    margin: 5px 0 10px !important;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck.col-4 > li {
    width: 50% !important;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck.col-4 > li > label > span {
    min-height: 52px;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck.col-4 > li:nth-child(n+3) {
    margin-top: 10px !important;
  }
  .groupProductSelect > .select > .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: -12px;
  }
  .groupProductSelect > .select > .list > li {
    width: 33.33333%;
    margin: 20px 0 0;
    padding-left: 12px;
  }
  .groupProductSelect > .select > .list > li > label > span {
    padding: 11px 5px 9px 0;
    border-width: 1px;
  }
  .groupProductSelect > .select > .list > li > label > span:before {
    top: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
  }
  .groupProductSelect > .select > .list > li > label > span:after {
    top: 3px;
    right: 3px;
    width: 9px;
    height: 6px;
  }
  .groupProductSelect > .result {
    margin-top: 20px;
    padding: 35px 0 40px;
  }
  .groupProductSelect > .result > .menu {
    margin-bottom: 35px;
  }
  .groupProductSelect > .result > .menu > .head {
    text-align: center;
  }
  .groupProductSelect > .result > .menu > .head > a {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 10px 20px;
  }
  .groupProductSelect > .result > .menu > .head > a.is-active > .text:before {
    margin-top: -4px;
  }
  .groupProductSelect > .result > .menu > .head > a > .text {
    padding-left: 30px;
    font-size: 14px;
    text-align: left;
  }
  .groupProductSelect > .result > .menu > .head > a > .text:before {
    width: 14px;
    height: 14px;
    margin-top: -11px;
  }
  .groupProductSelect > .result > .menu > .content > .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
    overflow: hidden;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .hit {
    display: block;
    width: 100%;
    padding: 0 18px 10px;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .hit > .number {
    font-weight: bold;
    font-size: 20px;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item {
    width: 50%;
    margin-bottom: -2px !important;
    border-top: 2px solid #E7E7E7;
    border-bottom: 2px solid #E7E7E7;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item:nth-child(2n) {
    border-right: 2px solid #E7E7E7;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item:nth-child(2n+1) > .list {
    position: relative;
    left: -100%;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head {
    position: relative;
    font-size: 14px;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head:before, .groupProductSelect > .result > .menu > .content > .inner > .item > .head:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background: #707070;
    content: "";
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head:after {
    transform: rotate(90deg);
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head > span {
    display: block;
    position: relative;
    padding: 20px 30px 20px 18px;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head > span:before {
    display: none;
    z-index: 5;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head.is-open:after {
    display: none;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head.is-open > span:before {
    display: block;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head.is-select {
    color: #E61E1E;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .list {
    display: none;
    width: 200%;
    padding: 0 25px 25px;
    border-top: 2px solid #E7E7E7;
    background: #fff;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .list > li {
    width: 100%;
    padding-right: 0;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item + .item {
    margin: 0;
    padding: 0;
  }
  .groupProductSelect > .result > .menu > .content > .close > a > span {
    font-size: 14px;
  }
  .groupProductSelect > .result > .menu > .content > .close > a > span:before {
    width: 14px;
    height: 14px;
    margin-top: -4px;
  }
  .groupProductSelect > .result > .view > .hit > .number {
    margin-right: 5px;
    font-size: 20px;
  }
  .groupProductSelect > .result > .table-wrap {
    margin-right: -18px;
    margin-left: -18px;
  }
  .groupProductSelect > .result > .table-wrap > .arrow > .prev,
.groupProductSelect > .result > .table-wrap > .arrow > .next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-image: url("../img/icon-slide-arrow-1_sp.svg");
  }
  .groupProductSelect > .result > .table-wrap > .arrow > .prev {
    left: -30px;
  }
  .groupProductSelect > .result > .table-wrap > .arrow > .next {
    right: -30px;
  }
  .groupProductSelect > .result > .table-wrap > .table-scroll {
    margin-right: 0;
    margin-left: 0;
  }
  .groupProductSelect > .result > .table-wrap > .table-scroll .tblSelect {
    table-layout: fixed;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect {
    margin-top: 20px;
    font-size: 10px;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect th,
.groupProductSelect > .result > .table-wrap .tblSelect td {
    padding: 10px 8px 10px 8px;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect thead > tr > td {
    width: 72px;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect thead > tr > th {
    width: 151px;
    font-size: 11px;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > th {
    font-size: 10px;
  }
  .groupProductSelect .listIcon.ver-square > li > img {
    width: 44px;
  }
  .groupSearchResult .inner2 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .groupSearchResult.ver-footer {
    margin-top: 35px;
  }
  .groupSearchResult.ver-footer .inner {
    justify-content: center;
  }
  .groupSearchResult .searchText {
    display: none;
  }
  .groupSearchResult .searchText2 {
    padding-right: 10px;
    color: #E61E1E;
    font-size: 11px;
  }
  .groupSearchResult .resultText {
    margin-bottom: 12px;
  }
  .groupSearchResult .searchSort2 {
    display: block;
  }
  .groupSearchResult .searchSort {
    display: flex;
    align-items: center;
    min-width: 100px;
    padding: 8px 12px;
    border: none;
    background-color: #f6f6f6;
    font-size: 11px;
  }
  .groupSearchResult .searchSort::before {
    display: block;
    width: 13px;
    height: 10px;
    margin-right: 7px;
    background: url("../img/icon-sort-1.svg") no-repeat transparent;
    background-size: contain;
    content: "";
  }
  .groupSearchArea .headH3 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding: 11px 10px 9px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    cursor: pointer;
    pointer-events: auto;
  }
  .groupSearchArea .headH3 > .text {
    font-weight: normal;
    font-size: 14px;
  }
  .groupSearchArea .headH3 > .text::before {
    width: 12px;
    height: 12px;
    background: url("../img/icon-search-1.svg") no-repeat transparent;
    background-size: contain;
  }
  .groupSearchArea > .inner {
    display: none;
  }
  .groupSearchArea .listArrow2 {
    margin-top: 10px;
  }
  .groupSearchAccordionBtnArea {
    display: flex;
    justify-content: center;
    margin: 0 -18px 20px;
    padding: 15px;
    background-color: #e7e7e7;
  }
  .groupSearchAccordionBtnArea .accordionBtn {
    display: flex;
    align-items: center;
    padding: 10px;
    border: none;
    background-color: #ffffff;
    font-size: 12px;
  }
  .groupSearchAccordionBtnArea .accordionBtn::before {
    display: block;
    min-width: 12px;
    height: 12px;
    margin-right: 7px;
    content: "";
  }
  .groupSearchAccordionBtnArea .accordionBtn.open {
    margin-right: 15px;
  }
  .groupSearchAccordionBtnArea .accordionBtn.open::before {
    background: url("../img/icon-open-1.svg") no-repeat transparent;
    background-size: contain;
  }
  .groupSearchAccordionBtnArea .accordionBtn.close::before {
    background: url("../img/icon-close-1.svg") no-repeat transparent;
    background-size: contain;
  }
  .groupSortResult .resultText {
    font-size: 18px;
  }
  .groupSearchArea2 .searchContent {
    display: none;
  }
  .groupSearchArea2 {
    margin: 20px -18px 0;
  }
  .groupSearchArea2 .inner {
    padding: 20px 18px;
  }
  .groupSearchArea2 .head {
    z-index: 1;
    position: relative;
    padding: 31px 24px 14px 50px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    font-size: 13px;
  }
  .groupSearchArea2 .head button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .groupSearchArea2 .head .text {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 25px;
    text-align: left;
  }
  .groupSearchArea2 .head .text::before {
    display: inline-block;
    z-index: 1;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    margin-right: 14px;
    transform: rotate(135deg);
    border-width: 3px 3px 0 0;
    border-style: solid;
    border-color: #000;
    content: "";
  }
  .groupSearchArea2 .search.is-open .head .text::before {
    margin-top: 3px;
    transform: rotate(-45deg);
  }
  .groupSearchArea2 .searchList {
    margin-top: 0;
    padding: 18px 20px;
  }
  .groupSearchArea2 .searchContent {
    z-index: 2;
    position: relative;
    border-top: 3px solid #e7e7e7;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  }
  .groupSearchArea2 .searchClose {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 17px 10px 15px;
    background-color: #e7e7e7;
    font-size: 13px;
  }
  .groupSearchArea2 .searchClose::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-right: 14px;
    transform: rotate(-45deg);
    border-width: 3px 3px 0 0;
    border-style: solid;
    border-color: #000;
    content: "";
  }
  .groupSearchArea2 .rankingHead {
    font-size: 13px;
  }
  .groupSearchArea2 .rankingList li {
    font-size: 13px;
  }
  .groupSearchArea2 .rankingList li:not(:first-child) {
    margin-top: 10px;
  }
  .groupSearchArea2 .rankingList li .icon {
    width: 32px;
    height: 19px;
    font-size: 12px;
  }
  .headLabel {
    margin-top: 25px;
  }
  .headLabel > .label {
    padding: 0 10px;
    font-size: 20px;
  }
  .headLabel.ver-small > .label, .headLabel.ver-small2 > .label {
    font-size: 16px;
  }
  .headLabel.ver-small sup, .headLabel.ver-small2 sup {
    font-size: 12px;
  }
  .headH2 {
    margin-top: 50px;
  }
  .headH2 > .text {
    font-size: 23px;
  }
  .headH2 > .text:before {
    width: 40px;
    height: 5px;
  }
  .headH2 > .text > .icon {
    margin-right: 13px;
  }
  .headH2 > .text > .icon.ver-important {
    top: -3px;
    width: 9px;
  }
  .headH2 + .headH3 {
    margin-top: 40px;
  }
  .headH3 {
    margin-top: 50px;
  }
  .headH3 > .text {
    padding-left: 15px;
    font-size: 18px;
  }
  .headH3 > .text:before {
    width: 7px;
    height: 13px;
  }
  .headH3 > a.text {
    padding-left: 20px;
  }
  .headH3 > a.text:before {
    top: 0.35em;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }
  .headH3 + *[class] {
    margin-top: 15px;
  }
  .headH3 + .headH4 {
    margin-top: 10px;
  }
  .headH4 {
    margin-top: 30px;
  }
  .headH4 > .text {
    font-size: 16px;
  }
  .headH4 > a.text {
    padding-left: 20px;
  }
  .headH4 > a.text:before {
    top: 0.3em;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }
  .headH5 {
    margin-top: 25px;
  }
  .headH5 > .text {
    font-size: 13px;
  }
  .headH5 > a.text {
    padding-left: 20px;
  }
  .headH5 > a.text:before {
    top: 1px;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }
  .headType {
    margin-top: 50px;
  }
  .headType > .text {
    font-size: 23px;
  }
  .headType.ver-top > .text {
    font-size: 24px;
  }
  .headType2:before {
    top: 13px;
  }
  .headType2 > .text {
    font-size: 15px;
  }
  .headType3 {
    margin-top: 30px;
  }
  .headType4 {
    margin-top: 30px;
    font-size: 18px;
  }
  .headType5 {
    margin-top: 45px;
  }
  .headType5 > .text {
    font-size: 23px;
  }
  .headType5.ver-top > .text {
    font-size: 24px;
  }
  .headType6 > .text {
    font-size: 15px;
  }
  .headH1 {
    margin-top: 35px;
  }
  .headH1 > .text {
    font-size: 25px;
    line-height: 1.24;
  }
  .headH1 + .listAnchor {
    margin-top: 35px;
  }
  .headH1 + .listAnchor2, .headH1 + .listChoice, .headH1 + .listThumb {
    margin-top: 30px;
  }
  .headH1 + .navProductDetail2, .headH1 + .navProductDetail3 {
    margin-top: 30px;
  }
  .headEntry {
    flex-direction: column-reverse;
    margin-top: 32px;
  }
  .headEntry > .main {
    margin-top: 30px;
  }
  .headEntry > .main > .headH1 > .text {
    font-size: 22px;
  }
  .headH3.var-2 {
    margin-top: 20px;
  }
  .headFaq {
    margin: 0 -18px;
  }
  .headFaq > .inner {
    margin: 0;
    padding: 40px 18px;
    font-size: 24px;
  }
  .headFaq .icon {
    min-width: 40px;
    margin-right: 15px;
    padding-left: 0;
  }
  .headContact {
    margin-top: 30px;
    font-size: 21px;
  }
  .heroGlobal > .inner {
    height: 60vw;
  }
  .heroGlobal > .inner > .item.ver-2 {
    top: 30%;
  }
  .heroGlobal > .inner > .item.ver-4 {
    top: 35%;
    margin-left: 30%;
  }
  .heroGlobal > .inner .btnPrimary {
    padding: 5px 10px;
  }
  .heroGlobal > .inner .btnPrimary.ver-anchor {
    padding-left: 22px;
  }
  .heroGlobal > .inner .btnPrimary.ver-anchor:before {
    left: 10px;
  }
  .heroBrand {
    margin-bottom: 40px;
    padding-top: 64px;
    padding-bottom: 137px;
  }
  .heroBrand > .bg {
    display: none;
  }
  .heroBrand > .bg-sp {
    display: block;
  }
  .heroBrand > .head > img {
    max-width: 300px;
  }
  .heroBrand2 {
    padding: 90px 20px 40px;
  }
  .heroBrand2 > p {
    margin-top: 70px;
  }
  .heroBrand3 > .inner {
    height: 116vw;
  }
  .heroBrand3 > .inner > .bg {
    display: none;
  }
  .heroBrand3 > .inner > .bg-sp {
    display: block;
  }
  .heroBrand3 > .inner > .content {
    padding: 20px 40px;
  }
  .heroBrand3 > .inner > .content > * {
    margin: 0;
  }
  .heroBrand3 > .inner > .content > .head {
    display: inline-block;
    text-align: center;
  }
  .heroBrand3 > .inner > .content > .head > em {
    font-size: 22px;
  }
  .heroBrand3 > .inner > .content > .head > .en {
    font-size: 50px;
  }
  .heroBrand3 > .inner > .content > .text {
    display: none;
  }
  .heroBrand3 > .inner > .content > .button {
    display: none;
    margin-top: 1.2em;
  }
  .heroBrand3 > .inner > .content.ver-housing {
    text-align: right;
  }
  .heroBrand3 > .inner > .content.ver-housing > .head {
    margin-top: 70px;
  }
  .heroBrand3 > .inner > .content.ver-clothing {
    padding-left: 20px;
  }
  .heroBrand3 > .inner > .content.ver-clothing > .head {
    margin-top: 30px;
  }
  .heroBrand3 > .inner > .content.ver-eating {
    padding-right: 28px;
    text-align: right;
  }
  .heroBrand3 > .inner > .content.ver-eating > .head {
    margin-top: 265px;
  }
  .heroBrand3 > .content-sp {
    display: block;
    padding: 25px 40px 0;
  }
  .heroBrand3 > .content-sp > .text {
    margin-top: 0;
    font-weight: bold;
    font-size: 15px;
  }
  .heroBrand3 > .content-sp > .button {
    margin-top: 20px;
  }
  .heroBrand3 > .content-sp > .button > .is-open {
    display: none;
  }
  .heroBrand3 > .more-content {
    width: calc(100% - 36px);
    margin: 25px 18px 0;
    padding: 25px 18px 0;
    border-top: 1px solid #E7E7E7;
  }
  .heroBrand3 > .more-content .lytTextImage {
    margin-top: 25px;
  }
  .heroBrand3 > .more-content > .head2 {
    font-size: 16px;
  }
  .heroBrand3 > .more-content > .more {
    margin-top: 2em;
  }
  .heroBrand3 > .more-content > .close {
    margin-top: 45px;
  }
  .heroBrand3 > .more-content > .close > a {
    font-size: 12px;
  }
  .heroBrand3.ver-reverse > .inner > .content > * {
    margin-right: calc(50% + 100px);
    margin-left: 0;
  }
  .heroCampaign > .image > .overlay {
    font-size: 15px;
  }
  .heroCampaign > .term {
    text-align: left;
  }
  .heroCampaign > .term > .text {
    margin: 0;
    font-size: 11px;
  }
  .heroPageDetail {
    padding-top: 30px;
  }
  .heroPageDetail > .back {
    position: static;
    transform: none;
  }
  .heroPageDetail > .head {
    margin-top: 40px;
  }
  .heroPageDetail > .text {
    margin-top: 30px;
  }
  .heroProductDetail {
    padding-top: 1px;
  }
  .heroProductDetail2 > .item {
    height: 300px;
  }
  .heroProductDetail2 > .item > .inner {
    padding: 0 36px;
  }
  .heroProductDetail2 > .item > .inner > .head {
    font-size: 24px;
  }
  .heroProductDetail2 > .item > .inner > .text {
    margin-top: 15px;
    font-size: 13px;
  }
  .heroProductDetail2 > .item > .inner > .txtLead {
    margin-top: 20px;
  }
  .heroProductDetail2.ver-2 > .item {
    height: 200px;
  }
  .heroProductDetail2 + .navProduct {
    margin-top: 0;
  }
  .link .iconText {
    margin-left: 5px;
  }
  .iconLabel {
    padding: 3px 5px;
    font-size: 10px;
  }
  .js-scroll-icon.is-scroll-icon-visible > .icon {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .lytRecipe {
    margin-top: 40px;
    border-bottom: 2px solid #E7E7E7;
  }
  .lytRecipe > .item {
    border-top: 2px solid #E7E7E7;
  }
  .lytRecipe > .item:nth-child(n+2) {
    margin-top: 0;
  }
  .lytRecipe > .item > .head {
    position: relative;
    padding: 22px 40px 22px 0;
    font-size: 15px;
    text-align-last: left;
    transition: 0.3s;
  }
  .lytRecipe > .item > .head:before, .lytRecipe > .item > .head:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 1px;
    background: #E61E1E;
    content: "";
    transition: 0.3s;
  }
  .lytRecipe > .item > .head:after {
    transform: rotate(90deg);
  }
  .lytRecipe > .item > .head.is-open {
    color: #E61E1E;
  }
  .lytRecipe > .item > .head.is-open:before, .lytRecipe > .item > .head.is-open:after {
    background: #333;
  }
  .lytRecipe > .item > .head.is-open:after {
    transform: rotate(0);
    opacity: 0;
  }
  .lytRecipe > .item > .content {
    padding: 5px 8px 30px;
  }
  .lytRecipe > .item > .content > *:first-child {
    margin-top: 0;
  }
  .lytRecipe .headH3 {
    margin-top: 40px;
  }
  .lytTextImage:not(.ver-sp-keep) > .image {
    width: 100%;
    max-width: inherit;
  }
  .lytTextImage:not(.ver-sp-keep) > .content {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }
  .lytTextImage.ver-w-free:not(.ver-sp-keep) {
    flex-wrap: wrap;
  }
  .lytTextImage.ver-w-free:not(.ver-sp-keep) > .image {
    width: 100%;
  }
  .lytTextImage.ver-w-free:not(.ver-sp-keep) > .content {
    width: 100%;
    padding-left: 0;
  }
  .lytTextImage.ver-sp-keep > .content {
    padding-left: 20px;
  }
  .lytTextImage.ver-sp-keep.ver-reverse > .image {
    order: 2;
  }
  .lytTextImage.ver-sp-keep.ver-reverse > .content {
    order: 1;
    padding-right: 20px;
    padding-left: 0;
  }
  .lytTextImage.ver-reverse > .image {
    order: 1;
  }
  .lytTextImage.ver-reverse > .content {
    order: 2;
    padding-right: 0;
  }
  .lytTextImage.ver-pc-reverse > .image {
    order: 2;
    margin-top: 20px;
  }
  .lytTextImage.ver-pc-reverse > .content {
    order: 1;
    margin-top: 0;
    padding-left: 0;
  }
  .lytTextImage.ver-history > .image {
    width: 100%;
    text-align: center;
  }
  .lytTextImage.ver-history > .image > img {
    max-width: 200px;
  }
  .lytTextImage.ver-history > .content {
    width: 100%;
    margin-top: 30px;
  }
  .lytTextImage.ver-history .wrapButton {
    margin-top: 15px;
  }
  .lytTextImage.ver-icon > .image {
    width: 50px;
  }
  .lytTextImage.ver-icon > .content {
    width: calc(100% - 50px);
    padding-left: 17px;
  }
  .lytImageSpLarge {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
  .lytImageSpLarge > .image > img {
    width: 150%;
    max-width: 150%;
  }
  .lytColumn {
    margin-top: 30px;
  }
  .lytColumn.col-2 {
    margin-left: 0;
  }
  .lytColumn.col-2 > .item {
    width: 100%;
    padding-left: 0;
  }
  .lytColumn.col-2 > .item:not(:first-child) {
    margin-top: 30px;
  }
  .lytColumn.col-2.ver-step > .item:before {
    margin-left: -12px !important;
  }
  .lytColumn.col-3 > .item {
    width: 100%;
  }
  .lytColumn.col-3 > .item:not(:first-child) {
    margin-top: 30px;
  }
  .lytColumn.col-4 > .item {
    width: 100%;
  }
  .lytColumn.col-4 > .item:not(:first-child) {
    margin-top: 30px;
  }
  .lytColumn.col-sp-2 > .item {
    width: 50%;
  }
  .lytColumn.col-sp-2 > .item:first-child, .lytColumn.col-sp-2 > .item:nth-child(2) {
    margin-top: 0;
  }
  .lytColumn.col-sp-2 > .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .lytColumn.col-sp-3 > .item {
    width: 33.33333%;
  }
  .lytColumn.col-sp-3 > .item:first-child, .lytColumn.col-sp-3 > .item:nth-child(2), .lytColumn.col-sp-3 > .item:nth-child(3) {
    margin-top: 0;
  }
  .lytColumn.col-sp-3 > .item:nth-child(n+4) {
    margin-top: 30px;
  }
  .lytColumn.ver-step > .item {
    position: relative;
  }
  .lytColumn.ver-step > .item:not(:first-child):before {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-top: 0;
    border-width: 16px 12px;
    border-top-color: #D4D4D4;
    border-left-color: transparent;
  }
  .lytColumn.ver-recipe {
    margin-left: 0;
  }
  .lytColumn.ver-recipe > .item {
    width: 100% !important;
    padding-left: 0;
  }
  .lytColumn.ver-recipe .tblSpec th {
    padding: 14px 15px;
  }
  .lytColumn.ver-recipe .tblSpec td {
    padding: 14px 15px 20px 15px;
  }
  .lytColumn.ver-catalog {
    margin-left: 0;
  }
  .lytColumn.ver-catalog > .item {
    margin-top: 15px !important;
    padding-left: 0;
  }
  .lytColumn.ver-catalog > .item:first-child {
    margin-top: 0 !important;
  }
  .lytColumn.ver-border.col-2:before {
    display: none;
  }
  .lytColumn .lytImage {
    margin-top: 20px;
  }
  .lineBase {
    margin: 50px 0;
    border-top-width: 4px;
  }
  .lineBase2 {
    margin: 60px 0 25px;
  }
  .linkArrow:before {
    top: 0.45em;
  }
  .linkArrow.ver-small {
    padding-left: 14px;
    font-size: 12px;
  }
  .linkArrow.ver-small:before {
    margin-top: -6px;
    border-width: 5px 6px;
  }
  .linkNewsMenu {
    margin: 36px 0 -19px;
    font-size: 11px;
  }
  .linkNewsMenu > li {
    min-width: 67px;
    margin: 0 0 19px -1px;
  }
  .linkNewsMenu > li > a {
    display: block;
    padding: 0 11px;
    text-align: center;
  }
  .listInline {
    margin-top: 20px;
  }
  .listInline > li {
    display: block;
    margin-right: 0;
  }
  .listLabel > dt {
    font-size: 12px;
  }
  .listLabel > dd {
    padding-left: 10px;
    font-size: 12px;
  }
  .listPdf > li > a {
    display: block;
  }
  .listPdf > li > a > .iconText {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }
  .listPdf > li > a > .data {
    font-size: 12px;
  }
  .listPdf2 > li {
    display: block;
  }
  .listPdf2 > li > .link > .data {
    font-size: 12px;
  }
  .listLink li a:before {
    top: 0.45em;
  }
  .listLink li .listLink {
    margin: 10px 0;
  }
  .listLink li .listLink > li > a {
    font-size: 12px;
  }
  .listLink li .listLink > li > a:before {
    margin-top: -5px;
  }
  .listLink.col-2 > li {
    width: 100%;
    margin-top: 4px;
  }
  .listSelectCheck {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -12px;
  }
  .listSelectCheck > li {
    width: 50% !important;
    margin: 0 !important;
    padding-left: 12px;
  }
  .listSelectCheck > li:nth-child(n+3) {
    margin-top: 15px !important;
  }
  .listSelectCheck > li > label > span {
    padding: 13px 10px 13px 2px;
    font-size: 13px;
  }
  .listSelectCheck > li > label > span:before {
    width: 20px;
    height: 20px;
  }
  .listSelectCheck > li > label > span:after {
    width: 9px;
    height: 5px;
  }
  .listSelectCheck > li > label > input[type=checkbox]:disabled + span:after {
    top: 7px;
    right: 3px;
  }
  .listSelectCheck.col-sp-3 > li {
    width: 33.33333% !important;
  }
  .listSelectCheck.col-sp-3 > li:nth-child(3) {
    margin-top: 0 !important;
  }
  .listSelectCheck.col-sp-3 > li:nth-child(n+4) {
    margin-top: 15px !important;
  }
  .listSelectTable > li.ver-h-low {
    height: 27px;
    max-height: 27px;
  }
  .listSelectTable > li.ver-h-high {
    height: 40px;
    max-height: 40px;
    line-height: 26px;
  }
  .listBullet > li {
    font-size: 12px;
  }
  .listBullet > li:before {
    top: 5px;
  }
  .listBullet.ver-big > li {
    font-size: 13px;
  }
  .listBullet.ver-big > li:before {
    top: 5px;
  }
  .listNotes > li {
    font-size: 10px;
  }
  .listNumber > li {
    font-size: 13px;
  }
  .listNumber3 > li {
    padding-left: 3.5em;
  }
  .listNumber3 > li .listButton {
    margin-top: 10px;
  }
  .listNumber4 {
    margin-top: 30px;
  }
  .listNumber4 > li + li {
    margin-top: 30px;
    padding-top: 30px;
  }
  .listNumber4 > li > .content {
    width: 100%;
  }
  .listNumber4 > li > .content > .head {
    padding-left: 3.5em;
  }
  .listNumber4 > li > .content:not(:first-child) {
    margin-top: 15px;
  }
  .listTag > li {
    font-size: 12px;
  }
  .listTag > li > .text {
    padding: 1px 11px;
  }
  .listColor2 > li {
    margin-top: 15px;
    padding-left: 18px;
  }
  .listColor2 > li > .icon {
    top: -2px;
    width: 16px;
    height: 16px;
  }
  .listBanner {
    margin-top: 30px;
  }
  .listBanner > li {
    padding: 0;
  }
  .listBanner.col-2 > li {
    width: 100%;
  }
  .listBanner.col-2 > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .listBanner.col-3 > li {
    width: 100%;
    text-align: center;
  }
  .listBanner.col-3 > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .listAnchor {
    text-align: left;
  }
  .listAnchor > li:not(:last-child) {
    margin-right: 20px;
  }
  .listAnchor > li > a:before {
    top: 6px;
  }
  .listAnchor + .headH2 {
    margin-top: 30px;
  }
  .listAnchor.ver-small > li > a {
    font-size: 12px;
  }
  .listAnchor.ver-small > li > a::before {
    top: 7px;
  }
  ul.listAnchor2 {
    padding: 10px 18px;
  }
  ul.listAnchor2 > li:not(:last-child) {
    margin-right: 20px;
  }
  ul.listAnchor2 > li > a {
    padding: 9px 0 9px 20px;
  }
  ul.listAnchor2.ver-sp-left {
    text-align: left;
  }
  .listAnchor3 {
    margin-right: -1%;
    margin-left: -1%;
  }
  .listAnchor3 > li {
    width: 31%;
    margin: 0 1%;
  }
  .listAnchor3 > li > a {
    padding: 10px 2px 20px;
  }
  .listAnchor3 > li > a:before {
    bottom: 7px;
  }
  .listAnchor3 > li > a > .label {
    font-size: 9px;
  }
  .listAnchor3 > li > a > .text {
    margin-top: 10px;
    font-size: 12px;
  }
  .listRecipe {
    margin-top: 40px;
    margin-left: -15px;
  }
  .listRecipe > li {
    width: 50%;
    padding-left: 15px;
  }
  .listRecipe > li:nth-child(n+3) {
    margin-top: 20px;
  }
  .listRecipe > li > .pannel > .new {
    width: 48px;
  }
  .listRecipe > li > .pannel > .text {
    font-size: 13px;
  }
  .listRecipe > li > .pannel > .text > .icon-time,
.listRecipe > li > .pannel > .text > .icon-movie {
    padding: 5px 10px;
    font-size: 12px;
  }
  .listRecipe > li > .pannel > .text > .icon-time {
    padding-left: 30px;
    background-position: 10px center;
  }
  .listRecipe2 {
    margin-top: 30px;
  }
  .listRecipe2 > dt {
    padding-left: 10px;
    font-size: 15px;
  }
  .listRecipe2 > dd {
    padding: 8px 10px;
  }
  .listThumb {
    margin-top: 30px;
    margin-left: 0;
  }
  .listThumb > li {
    padding-left: 0;
  }
  .listThumb > li > .pannel > .image > .overlay {
    font-size: 13px;
  }
  .listThumb > li > .pannel > .wrap > .head,
.listThumb > li > .pannel > .head {
    font-size: 15px;
  }
  .listThumb > li > .pannel > .wrap > .text,
.listThumb > li > .pannel > .text,
.listThumb > li > .pannel > .wrap > .term,
.listThumb > li > .pannel > .term {
    font-size: 13px;
  }
  .listThumb.ver-arrow > li > .pannel > .wrap > .head,
.listThumb.ver-arrow > li > .pannel > .head {
    padding-left: 1.2em;
    font-size: 14px;
  }
  .listThumb.ver-arrow > li > .pannel > .wrap > .head:before,
.listThumb.ver-arrow > li > .pannel > .head:before {
    top: 0.3em;
    width: 8px;
    height: 8px;
  }
  .listThumb.ver-arrow > li > .pannel > .wrap > .text,
.listThumb.ver-arrow > li > .pannel > .text {
    font-size: 13px;
  }
  .listThumb.col-3 > li {
    width: 100%;
  }
  .listThumb.col-3 > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .listThumb.col-4 {
    margin-left: -15px;
  }
  .listThumb.col-4 > li {
    width: 50%;
    padding-left: 15px;
  }
  .listThumb.col-4 > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .listThumb.col-4 > li > .pannel > .wrap > .head,
.listThumb.col-4 > li > .pannel > .head {
    font-size: 15px;
  }
  .listThumb.col-sp-2 {
    margin-left: -15px;
  }
  .listThumb.col-sp-2 > li {
    width: 50%;
    padding-left: 15px;
  }
  .listThumb.col-sp-2 > li:nth-child(n+2) {
    margin-top: 0;
  }
  .listThumb.col-sp-2 > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .listThumb2 {
    margin-left: 0;
  }
  .listThumb2 > li {
    padding-left: 0;
  }
  .listThumb2 > li > .pannel > .content {
    padding-left: 15px;
  }
  .listThumb2 > li > .pannel > .content > .head {
    margin-top: 0;
    font-size: 15px;
  }
  .listThumb2 > li > .pannel > .content > .text {
    font-size: 13px;
  }
  .listThumb2.col-2 > li {
    width: 100%;
  }
  .listThumb2.col-2 > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .listThumb3 {
    max-width: 281px;
    margin: 30px auto 0;
  }
  .listThumb3 > li {
    padding: 0;
  }
  .listThumb3 > li > .pannel {
    padding: 20px 10px 30px;
  }
  .listThumb3 > li > .pannel > .head {
    font-size: 15px;
  }
  .listThumb3 > li > .pannel > .text {
    font-size: 13px;
  }
  .listThumb3.col-3 > li {
    width: 100%;
  }
  .listThumb3.col-3 > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .listThumb5 {
    margin-top: 30px;
    margin-left: 0;
  }
  .listThumb5 > li {
    padding: 0 18px;
  }
  .listThumb5 > li > .pannel > .series {
    font-size: 11px;
  }
  .listThumb5 > li > .pannel > .text {
    font-size: 12.5px;
  }
  .listThumb5.col-3 > li {
    width: 100%;
  }
  .listThumb5.col-3 > li:nth-child(n+2) {
    margin-top: 45px;
  }
  .listThumb6 {
    margin-top: 35px;
  }
  .listThumb6 > li {
    padding: 0 18px;
  }
  .listThumb6 > li:not(:first-child) {
    margin-top: 40px;
  }
  .listThumb6 > li > .pannel {
    margin-left: 0;
  }
  .listThumb6 > li > .pannel > .content {
    width: 100%;
    margin-top: 28px;
    padding-left: 0;
  }
  .listThumb6 > li > .pannel > .content > .head {
    font-size: 16px;
  }
  .listThumb6 > li > .pannel > .content > .head > b {
    font-size: 14px;
  }
  .listThumb6 > li > .pannel > .content > .text {
    margin-top: 0.5em;
    font-size: 13px;
  }
  .listThumb6 > li > .pannel > .content > .list {
    margin-top: 1em;
    font-size: 11.5px;
  }
  .listThumb6 > li > .pannel > .content > .notes {
    font-size: 10px;
  }
  .listThumb6 > li > .pannel > .image {
    width: 100%;
    padding-left: 0;
  }
  .listNews {
    margin-top: 30px;
  }
  .listNews > li > .item {
    padding: 15px 0;
  }
  .listNews > li > .item > .date {
    width: 100%;
  }
  .listNews > li > .item > .date > .text {
    font-size: 10px;
  }
  .listNews > li > .item > .text {
    width: 100%;
    font-size: 14px;
  }
  .listNews2 {
    margin-top: 30px;
  }
  .listNews2 > li {
    padding: 20px 0 25px;
  }
  .listNews2 > li > .head {
    font-size: 14px;
  }
  .listNews2 > li > .head > .date {
    font-size: 10px;
  }
  .listNews2 > li > .content {
    margin-top: 15px;
  }
  .listButton {
    margin-left: -15px;
  }
  .listButton > li {
    min-height: 40px;
    padding-left: 15px;
  }
  .listButton.col-3 > li, .listButton.col-4 > li, .listButton.col-5 > li {
    width: 50%;
  }
  .listButton.col-3 > li:nth-child(n+3), .listButton.col-4 > li:nth-child(n+3), .listButton.col-5 > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .listButton.ver-sp-full > li {
    width: 100%;
  }
  .listButton.ver-sp-full > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .listProduct {
    margin-left: 0;
  }
  .listProduct .item {
    padding: 0 20px;
  }
  .listProduct .item:nth-child(n+3) {
    margin-top: 0;
  }
  .listProduct .item > .pannel {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .listProduct .item > .pannel > .image {
    text-align: center;
  }
  .listProduct .item > .pannel > .image img {
    display: inline-block;
    max-width: 200px;
  }
  .listProduct .slick-list .slick-track {
    display: block;
  }
  .listIconCaption.ver-side > li > img {
    width: 40px;
  }
  .listIconCaption.ver-side > li > .caption {
    width: calc(100% - 40px);
  }
  .listIconCaption.ver-inline > li {
    width: inherit !important;
  }
  .listProductSelect {
    margin: 28px -18px 0;
  }
  .listProductSelect > .item {
    width: 100%;
    margin-top: 22px;
    padding: 0;
  }
  .listProductSelect > .item > .pannel {
    padding: 28px 38px 75px;
  }
  .listProductSelect > .item > .pannel > .icon > span {
    font-size: 12px;
  }
  .listProductSelect > .item > .pannel > .image > img {
    max-width: 290px;
  }
  .listProductSelect > .item > .pannel > .listColor {
    margin-top: 18px;
  }
  .listProductSelect > .item > .pannel > .series {
    margin-top: 18px;
  }
  .listProductSelect > .item > .pannel > .text {
    font-size: 16px;
  }
  .listProductSelect > .item > .pannel > .listTag {
    margin-top: 10px;
  }
  .listProductSelect > .item > .pannel > .label > .text {
    margin-right: 6px;
    font-size: 12px;
  }
  .listProductSelect > .item > .pannel > .label > .text > em {
    font-size: 14px;
  }
  .listProductSelect > .item > .pannel > .label + .label {
    margin-top: 6px;
  }
  .listProductSelect > .item > .pannel > .bottom > .button {
    width: 50%;
  }
  .listProductSelect > .item > .pannel > .bottom > .button > .btnPrimary {
    width: 100%;
    padding: 14px 10px;
  }
  .listProductSelect > .item > .pannel > .bottom > .check {
    width: 50%;
  }
  .listProductSelect > .item > .pannel > .bottom > .check > label > .text {
    padding-left: 26px;
    font-size: 12px;
  }
  .listProductSelect > .item > .pannel > .bottom > .check > label > .text:before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .listProductSelect > .item > .pannel > .bottom > .check > label > .text:after {
    top: 6px;
    left: 6px;
    width: 9px;
    height: 6px;
  }
  .listChoice {
    justify-content: start;
    margin-top: 33px;
    margin-left: -15px;
  }
  .listChoice > li {
    width: 50%;
    padding-left: 15px;
  }
  .listChoice > li:nth-child(n+3) {
    margin-top: 24px;
  }
  .listChoice > li > a > .image,
.listChoice > li > span > .image {
    padding: 17px;
  }
  .listChoice.col-5 > li {
    width: 50%;
  }
  .listChoice.col-5 > li:nth-child(n+3) {
    margin-top: 24px;
  }
  .listChoice.col-5 > li > a > .image,
.listChoice.col-5 > li > span > .image {
    padding: 17px;
  }
  .listChoice.col-sp-3 > li {
    width: 33.3333%;
  }
  .listChoice.col-sp-3 > li:nth-child(n+3) {
    margin-top: 0;
  }
  .listChoice.col-sp-3 > li:nth-child(n+4) {
    margin-top: 24px;
  }
  .listChoice.col-sp-3 > li > a > .image,
.listChoice.col-sp-3 > li > span > .image {
    padding: 17px;
  }
  .listNews.var-2 > li {
    border-bottom: 1px solid #E7E7E7;
  }
  .listNews.var-2 > li > .item > .date > .text {
    margin-right: 13px;
    font-size: 10px;
  }
  .listNews .listArrow2 {
    margin-top: 5px;
  }
  .listIcon2 {
    margin-top: 14px;
  }
  .listArrow2 {
    margin-top: 40px;
  }
  .listArrow2 > li > a::before {
    top: 4px;
  }
  .listArrow3 {
    margin-top: 40px;
  }
  .listArrow3 > dt {
    margin: 0 20px;
    font-size: 19px;
  }
  .listArrow3 > dd {
    margin: 20px 32px 0;
  }
  .listArrow3 > dd .listArrow2 > li {
    display: block;
  }
  .listIndex.col-4 > li {
    width: 100%;
  }
  .listIndex.col-4 > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .listIndex.col-sp-2 {
    margin-left: -15px;
  }
  .listIndex.col-sp-2 > li {
    width: 50%;
    padding-left: 15px;
  }
  .listIndex.col-sp-2 > li:nth-child(n+2) {
    margin-top: 0;
  }
  .listIndex.col-sp-2 > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .listIndex + .pannelBase {
    margin-top: 50px;
  }
  .listQA {
    margin-top: 30px;
  }
  .listQA > li > .item {
    padding: 19px 0;
  }
  .listQA > li > .item::before {
    padding-right: 14px;
    content: "Q";
    font-size: 25px;
  }
  .listQA > li > .item > .text {
    font-size: 15px;
  }
  .listQA2 {
    margin-top: 30px;
  }
  .listQA2 > li > .item::before {
    margin-top: 3px;
    padding-right: 15px;
    font-size: 18px;
  }
  .listQA2 > li > .item > .text {
    font-size: 15px;
  }
  .listQA3 {
    margin-top: 30px;
  }
  .listQA3 > li > .item::before {
    margin-top: 3px;
    padding-right: 15px;
    font-size: 18px;
  }
  .listQA3 > li > .item > .text {
    font-size: 15px;
  }
  .listQA3 > li > .content > .head {
    font-size: 15px;
  }
  .listQA3 > li > .content > .head::before {
    top: 2px;
    padding-right: 16px;
    font-size: 18px;
  }
  .listQA3 > li > .content > .head.ver-notext + .text {
    padding-top: 2px;
  }
  .listQA3 > li > .content > .text {
    padding-bottom: 30px;
    padding-left: 32px;
  }
  .listQA3.ver-number > li > .content > .head::before {
    padding-right: 29px;
  }
  .listQA3.ver-number > li > .content > .text {
    padding-left: 44px;
  }
  .listQA4 {
    margin-top: 30px;
  }
  .listQA4 > li > .item::before {
    margin-top: 3px;
    padding-right: 15px;
    font-size: 18px;
  }
  .listQA4 > li > .item > a.text {
    padding-right: 20px;
    font-size: 15px;
  }
  .listQA4 > li > .item > a.text:before, .listQA4 > li > .item > a.text:after {
    width: 20px;
    height: 1px;
  }
  .listQA4 > li > .content > .iiner {
    padding-right: 0;
  }
  .listQA4 > li > .content > .head {
    font-size: 15px;
  }
  .listQA4 > li > .content > .head::before {
    top: 2px;
    padding-right: 16px;
    font-size: 18px;
  }
  .listQA4 > li > .content > .text {
    padding-bottom: 30px;
    padding-left: 32px;
  }
  .listQA4.ver-number > li > .content > .head::before {
    padding-right: 29px;
  }
  .listQA4.ver-number > li > .content > .text {
    padding-left: 44px;
  }
  .listThumb4 {
    margin: 30px auto 0;
  }
  .listThumb4 > li {
    padding: 0;
  }
  .listThumb4 > li > .panel {
    align-items: center;
    padding: 15px;
  }
  .listThumb4 > li > .panel > .image {
    width: 11.7994100295%;
    min-width: 50px;
    max-width: 200px;
    margin-right: 25px;
  }
  .listThumb4 > li > .panel > .image.ver-1 img {
    max-width: 30.5px;
  }
  .listThumb4 > li > .panel > .image.ver-2 img {
    max-width: 39px;
  }
  .listThumb4 > li > .panel > .image.ver-3 img {
    max-width: 50px;
  }
  .listThumb4 > li > .panel > .image.ver-4 img {
    max-width: 26.5px;
  }
  .listThumb4 > li > .panel > .image.ver-5 img {
    max-width: 50px;
  }
  .listThumb4 > li > .panel > .image.ver-6 img {
    max-width: 50px;
  }
  .listThumb4 > li > .panel > .image.ver-7 img {
    max-width: 35px;
  }
  .listThumb4 > li > .panel > .image.ver-8 img {
    max-width: 45px;
  }
  .listThumb4 > li > .panel > .image.ver-9 {
    margin-left: 0;
  }
  .listThumb4 > li > .panel > .image.ver-9 img {
    max-width: 40px;
  }
  .listThumb4 > li > .panel > .image.ver-10 img {
    max-width: 40px;
  }
  .listThumb4 > li > .panel > .image.ver-11 {
    min-height: inherit;
  }
  .listThumb4 > li > .panel > .image.ver-11 img {
    max-width: 35px;
  }
  .listThumb4 > li > .panel > .content {
    width: 76.401179941%;
  }
  .listThumb4 > li > .panel > .head {
    font-size: 15px;
  }
  .listThumb4.col-3 > li {
    width: 100%;
  }
  .listThumb4.col-3 > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .listThumb4.col-4 > li {
    width: 100%;
  }
  .listThumb4.col-4 > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .listThumb4 + .listButton {
    margin-top: 20px;
  }
  .mediaYoutube > .caption {
    font-size: 11px;
  }
  .mediaMovie {
    margin: 25px -18px 0;
  }
  .mediaMovie > a:before {
    margin-top: -22px;
    margin-left: 18px;
    border-width: 22px 33px;
  }
  .popupMovie > .inner {
    padding: 0 18px;
  }
  .popupMovie > .inner > .close {
    top: -50px;
    right: 18px;
  }
  .popupBox > .inner > .close {
    right: 18px;
  }
  .popupBox > .inner > .content {
    padding: 30px 20px 25px;
  }
  .popupBox > .inner > .content .listChoice {
    margin-top: 20px;
  }
  .mediaSearch .head {
    font-size: 14px;
  }
  .mediaSearch .img {
    display: none;
  }
  .mediaSearch .text {
    margin-top: 8px;
    font-size: 13px;
  }
  .mediaSearch .iconArea {
    margin-top: 12px;
  }
  .mediaSearch .link {
    display: none;
  }
  .mediaSearchWrap {
    margin-top: 25px;
  }
  .mediaSearchWrap .mediaSearch {
    padding: 15px 0;
  }
  .modal > .body > .inner > .closeButton {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }
  .modal > .body > .inner > .closeButton > .icon::before, .modal > .body > .inner > .closeButton > .icon::after {
    width: 2px;
    height: 25px;
  }
  .modalContent > .inner {
    padding: 20px;
  }
  .modalContent > .inner > .head {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .navProductSelect {
    margin: 35px -18px 15px;
    padding: 0;
    overflow-x: scroll;
  }
  .navProductSelect > .inner {
    width: 140vw;
    margin: 0;
    padding: 0 18px 0 0;
  }
  .navProductSelect > .inner > .list {
    margin-left: -2px;
  }
  .navProductSelect > .inner > .list > .item {
    width: 33.33333%;
    padding-left: 20px;
  }
  .navProductSelect > .inner > .list > .item:first-child {
    display: none;
  }
  .navProductSelect > .inner > .list > .item > .pannel {
    padding: 18px 10px;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .series {
    font-size: 10px;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .title {
    margin-top: 2px;
    font-size: 15px;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .list {
    font-size: 10px;
    line-height: 1;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .list > li {
    display: inline-block;
    margin-top: 6px;
    margin-right: 3px;
    padding-right: 6px;
    border-right: 1px solid #333;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .list > li:last-child {
    border-right: none;
  }
  .navProductSelect > .inner > .list > .item > .pannel.close.ver-add > .add:before, .navProductSelect > .inner > .list > .item > .pannel.close.ver-add > .add:after {
    width: 35px;
    margin: -2px 0 0 -15px;
  }
  .navProductLineup {
    -webkit-overflow-scrolling: touch;
    margin: 35px -18px 15px;
    padding: 0;
    overflow-x: scroll;
  }
  .navProductLineup > .inner {
    width: 148vw;
    margin: 0;
    padding: 0 18px 0 0;
  }
  .navProductLineup > .inner > .list {
    margin-left: -2px;
    padding-bottom: 50px;
  }
  .navProductLineup > .inner > .list > .item {
    width: 33.33333%;
    padding-left: 20px;
  }
  .navProductLineup > .inner > .list > .item > .pannel {
    padding: 31px 10px;
  }
  .navProductLineup > .inner > .list > .item > .pannel > .image {
    display: none;
  }
  .navProductLineup > .inner > .list > .item > .pannel > .content {
    width: 100%;
    padding-left: 0;
  }
  .navProductLineup > .inner > .list > .item > .pannel > .content > .series {
    font-size: 10px;
  }
  .navProductLineup > .inner > .list > .item > .pannel > .content > .title {
    margin-top: 2px;
    font-size: 15px;
  }
  .navProductLineup > .inner > .list > .item.ver-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .navProductLineup > .inner > .list > .item.ver-button > .pannel {
    flex-direction: row;
    padding: 0;
    text-align: center;
  }
  .navProductLineup > .inner > .list > .item.ver-button > .pannel > .btnPrimary {
    width: 50%;
    padding: 14px 10px;
    font-size: 13px;
  }
  .navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear {
    width: 50%;
    margin: 0;
  }
  .navProduct {
    margin-top: 20px;
  }
  .navProduct > .inner > .head {
    margin: 0 -18px;
    padding: 19px 18px;
    background: #F6F6F6;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
  }
  .navProduct > .inner > .list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 -15px;
  }
  .navProduct > .inner > .list > li {
    width: 50%;
    padding-left: 15px;
  }
  .navProduct > .inner > .list > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .navProduct > .inner > .list > li > a {
    display: block;
    padding: 9px 10px;
    background: #F6F6F6;
    color: inherit;
    text-align: center;
  }
  .navProduct + .secImportant {
    margin-top: 25px;
  }
  .navProductDetail + .strMain {
    margin-top: 30px;
  }
  .navProductDetail {
    width: calc(100% + 36px);
    margin: 0 -18px;
    padding: 0;
    border-bottom: 1px solid #E7E7E7;
    background: #FFF;
  }
  .navProductDetail + .heroPageDetail {
    margin-top: 30px;
    padding-top: 0;
  }
  .navProductDetail.is-active > .inner > .menu > a:before {
    transform: rotate(180deg);
  }
  .navProductDetail > .inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 17px 18px;
  }
  .navProductDetail > .inner > .head {
    font-weight: bold;
    font-size: 16px;
  }
  .navProductDetail > .inner > .head > a {
    color: inherit;
  }
  .navProductDetail > .inner > .menu {
    display: block;
  }
  .navProductDetail > .inner > .menu > a {
    color: inherit;
    font-size: 15px;
  }
  .navProductDetail > .inner > .menu > a:before {
    display: inline-block;
    width: 19px;
    height: 11px;
    margin-right: 11px;
    background: url("../img/common-icon-arrow-2.svg") no-repeat 0 0/cover;
    content: "";
    transition: 0.3s;
  }
  .navProductDetail > .inner > .list {
    display: flex;
    z-index: 500;
    position: absolute;
    top: 100%;
    left: 0;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    padding: 7px 11.5px 30px;
  }
  .navProductDetail > .inner > .list:before, .navProductDetail > .inner > .list:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .navProductDetail > .inner > .list:before {
    z-index: 1;
    top: 0;
    background: #F6F6F6;
  }
  .navProductDetail > .inner > .list:after {
    bottom: 0;
    height: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  }
  .navProductDetail > .inner > .list > li {
    z-index: 1;
    position: relative;
    width: 50%;
    margin-top: 15px;
    padding: 0 7.5px;
  }
  .navProductDetail > .inner > .list > li > a {
    display: block;
    padding: 9px 5px;
    background: #FFF;
    color: inherit;
    text-align: center;
  }
  .navProductDetail > .inner > .list > li.top {
    display: none;
  }
  .navProductDetail2 {
    position: relative;
    padding: 0 18px;
  }
  .navProductDetail2.is-active > .menu > a:before {
    transform: rotate(180deg);
  }
  .navProductDetail2 > .menu {
    display: block;
  }
  .navProductDetail2 > .menu > a {
    display: block;
    padding: 16px 30px 16px 0;
    color: inherit;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  .navProductDetail2 > .menu > a:before {
    display: inline-block;
    width: 19px;
    height: 11px;
    margin-right: 11px;
    background: url("../img/common-icon-arrow-3.svg") no-repeat 0 0/cover;
    content: "";
    transition: 0.3s;
  }
  .navProductDetail2 > .list {
    display: none;
    z-index: 20;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px 0;
    border-top: 1px solid #333;
    background: #000;
  }
  .navProductDetail2 > .list > li {
    display: block;
  }
  .navProductDetail2 > .list > li > a {
    padding: 10px 0;
  }
  .navProductDetail3 {
    position: relative;
    padding: 0 18px;
  }
  .navProductDetail3 > .inner > .head {
    display: none;
  }
  .navProductDetail3 > .inner.is-active > .menu > a:before {
    transform: rotate(180deg);
  }
  .navProductDetail3 > .inner > .menu {
    display: block;
  }
  .navProductDetail3 > .inner > .menu > a {
    display: block;
    padding: 16px 30px 16px 0;
    color: inherit;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  .navProductDetail3 > .inner > .menu > a:before {
    display: inline-block;
    width: 19px;
    height: 11px;
    margin-right: 11px;
    background: url("../img/common-icon-arrow-3.svg") no-repeat 0 0/cover;
    content: "";
    transition: 0.3s;
  }
  .navProductDetail3 > .inner > .list {
    display: none;
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px 0;
    border-top: 1px solid #333;
    background: #000;
  }
  .navProductDetail3 > .inner > .list > li {
    display: block;
  }
  .navProductDetail3 > .inner > .list > li > a {
    padding: 10px 0;
  }
  .navPagination > ul > .prev,
.navPagination > ul > .next {
    width: 23px;
    height: 30px;
  }
  .navPagination > ul > .prev a,
.navPagination > ul > .next a {
    width: 100%;
    height: 100%;
  }
  .navPagination > ul > .prev img,
.navPagination > ul > .next img {
    width: 100%;
    height: 100%;
  }
  .navPagination > ul .navBtn a {
    min-height: 30px;
    max-height: 30px;
    padding: 8px 5px 0;
  }
  .panelSeries {
    font-size: 12px;
  }
  .panelSeries > .head > .head-size {
    padding-left: 15px;
    font-size: 14px;
  }
  .panelSeries > .head > .head-size > b {
    font-size: 16px;
  }
  .panelSeries > .head > .head-size > b > span {
    font-size: 21px;
  }
  .panelSeries > .head > .head-type > .head-type-v {
    font-size: 9px;
  }
  .panelSeries > .head > .head-type > .head-type-v > b {
    font-size: 12px;
  }
  .panelSeries > .head > .head-type > .head-type-plug > img {
    top: -2px;
  }
  .panelSeries > .title > .title-product {
    font-size: 22px;
  }
  .panelSeries > .title > .title-sub {
    font-size: 10px;
  }
  .panelSeries > .size > .size-head > small {
    font-size: 8px;
  }
  .panelSeries > .size > .size-content {
    font-size: 18px;
  }
  .panelSeries > .table-head > .table-head-label {
    font-size: 11px;
  }
  .panelSeries > .table-head > .table-head-id {
    font-size: 8px;
  }
  .panelSeries > .table > table {
    font-size: 10.5px;
  }
  .panelSeries > .table > table td {
    font-size: 19px;
  }
  .panelSeries > .table2 > table tbody th {
    padding-left: 15px;
  }
  .panelSeries > .table2 > table td > small {
    font-size: 11px;
  }
  .panelSeries > .label > b {
    font-size: 15.5px;
  }
  .pannelBase {
    margin: 30px -18px 0;
  }
  .pannelBase > .content {
    order: 2;
    width: 100%;
    margin-top: 25px;
    padding: 0 36px;
  }
  .pannelBase > .content > .inner > .head {
    font-size: 24px;
  }
  .pannelBase > .content > .inner > .notes {
    font-size: 10px;
  }
  .pannelBase > .content > .inner > .button {
    margin-top: 20px;
  }
  .pannelBase > .image {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .pannelBase > .image.ver-border > img {
    border-width: 5px;
  }
  .pannelBase > .image.ver-animation > img {
    opacity: 1 !important;
  }
  .pannelBase > .image.ver-animation > .animation {
    display: none;
  }
  .pannelBase > .more-content {
    order: 3;
    margin: 30px 20px 0;
    padding: 25px 0 0;
    border-top: 1px solid #E7E7E7;
  }
  .pannelBase > .more-content > .head {
    font-size: 20px;
  }
  .pannelBase > .more-content > .notes {
    font-size: 10px;
  }
  .pannelBase > .more-content > .close {
    margin-top: 40px;
  }
  .pannelBase > .more-content > .close > a {
    min-width: inherit;
    padding: 12px 20px;
    font-size: 12px;
  }
  .pannelBase .btnToggle.is-open {
    display: none;
  }
  .pannelBase + .pannelBase {
    margin-top: 50px;
  }
  .pannelBase.ver-brand {
    margin-right: 0;
    margin-left: 0;
  }
  .pannelBase.ver-brand > .content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pannelBase.ver-brand > .content > .inner > .lead {
    font-size: 15px;
  }
  .pannelBase.ver-brand > .image {
    width: 100%;
  }
  .pannelBase.ver-brand > .more-content {
    margin-right: 0;
    margin-left: 0;
  }
  .pannelBase.ver-brand + .ver-brand {
    margin-top: 60px;
  }
  .pannelProduct {
    margin-top: 20px;
  }
  .pannelProduct > .image {
    order: 1;
    width: 100%;
  }
  .pannelProduct > .image > .color > .list > li > a {
    width: 20px;
    height: 20px;
    border-width: 1px;
  }
  .pannelProduct > .content,
.pannelProduct > .content2 {
    align-items: start;
    width: 100%;
  }
  .pannelProduct > .content > .inner > .lead,
.pannelProduct > .content2 > .inner > .lead {
    font-size: 23px;
  }
  .pannelProduct > .content > .inner > .list > li,
.pannelProduct > .content2 > .inner > .list > li {
    font-size: 12px;
  }
  .pannelProduct > .content > .inner > .list > li:before,
.pannelProduct > .content2 > .inner > .list > li:before {
    width: 8px;
    height: 8px;
  }
  .pannelProduct > .content {
    order: 2;
    margin-top: 20px;
    padding-right: 0;
  }
  .pannelProduct > .content > .inner > .head > .icon > span {
    display: inline-block;
    padding: 1px 11px;
    background: #E61E1E;
    color: #fff;
    text-align: center;
  }
  .pannelProduct > .content > .inner > .head > .series {
    font-size: 11px;
  }
  .pannelProduct > .content > .inner > .head > .text {
    font-size: 22px;
  }
  .pannelProduct > .content2 {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
    text-align: left;
  }
  .pannelProduct > .content2 > .inner > .list > li {
    padding-right: 0;
    padding-left: 22px;
  }
  .pannelProduct > .content2 > .inner > .list > li:before {
    right: auto;
    left: 0;
  }
  .pannelProduct > .button {
    margin-top: 22px;
    text-align: left;
  }
  .pannelProduct2 {
    margin-top: 30px;
    padding: 0 18px;
  }
  .pannelProduct2 > .image {
    display: none;
  }
  .pannelProduct2 > .content {
    width: 100%;
    padding-right: 0;
  }
  .pannelProduct2 > .content > .inner > .image {
    display: block;
    margin-top: 20px;
    padding: 0 18px;
  }
  .pannelProduct2 > .content > .inner > .image > .product {
    max-width: 305px;
    margin: 0 auto;
  }
  .pannelProduct2 > .content > .inner > .head > .lead {
    font-size: 24px;
  }
  .pannelProduct2 > .content > .inner > .head > .series {
    font-size: 11px;
  }
  .pannelProduct2 > .content > .inner > .head > .text {
    margin-top: 0.5em;
    font-size: 23px;
  }
  .pannelProduct2 > .content > .inner > .head > .text > .icon {
    margin-top: -2px;
    margin-left: 10px;
    font-size: 12px;
  }
  .pannelProduct2 > .content > .inner > .color > .list {
    margin-top: 20px;
  }
  .pannelProduct2 > .content > .inner > .color > .list > li {
    margin-right: 20px;
  }
  .pannelProduct2 > .content > .inner > .color > .list > li > a > .icon {
    width: 15px;
    height: 15px;
  }
  .pannelProduct2 > .content > .inner > .listIconCaption > li {
    width: 40px;
  }
  .pannelProduct2 > .content > .inner > .listIconCaption + .listIconCaption {
    margin-top: 0.5em;
  }
  .pannelProduct2 .slick-arrow {
    width: 15px;
    height: 25px;
  }
  .pannelProduct2 .slick-arrow.slick-prev {
    left: -36px;
  }
  .pannelProduct2 .slick-arrow.slick-next {
    right: -36px;
  }
  .pannelProduct3 > .inner {
    margin: 20px auto;
  }
  .pannelProduct3 > .inner > .image {
    width: 100px;
    padding: 0;
  }
  .pannelProduct3 > .inner > .content {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  .pannelProduct3 > .inner > .content > .icon > span {
    font-size: 12px;
  }
  .pannelProduct3 > .inner > .content > .head {
    font-size: 24px;
  }
  .pannelProduct3 > .inner > .content > .head > .icon {
    margin-top: -2px;
    margin-left: 6px;
    font-size: 12px;
  }
  .pannelProduct3 > .inner > .content > .series {
    font-size: 11px;
  }
  .pannelProduct4 {
    margin-top: 30px;
  }
  .pannelProduct4 > .inner {
    margin-left: -15px;
  }
  .pannelProduct4 > .inner > .image,
.pannelProduct4 > .inner > .content {
    padding-left: 15px;
  }
  .pannelProduct4 > .inner > .image {
    width: 120px;
  }
  .pannelProduct4 > .inner > .content {
    width: calc(100% - 120px);
  }
  .pannelProduct4 > .inner > .content > .head {
    font-size: 16px;
  }
  .pannelProduct4 > .inner > .content > .lead {
    font-size: 14px;
  }
  .pannelProduct4 > .inner > .content .notes {
    font-size: 10px;
  }
  .lytColumn > .item:not(:first-child) .pannelProduct4 {
    margin-top: 20px;
  }
  .sectionBg {
    margin: 50px 0;
    padding: 50px 0;
  }
  .secImportant.ver-top > .inner > .head {
    margin-top: 13px;
  }
  .secImportant.ver-top > .inner > .text {
    margin-top: 12px;
    font-size: 12px;
  }
  .secImportant.ver-top > .inner > .link {
    margin-top: 12px;
    font-size: 12px;
  }
  .slideProduct .item {
    height: 93.335vw;
  }
  .slideProduct .item > .bg-sp {
    display: block;
  }
  .slideProduct .item > .inner {
    width: 57%;
    margin: 0;
    padding: 0 0 0 36px;
  }
  .slideProduct .item > .inner > .head {
    font-size: 19px;
    text-shadow: 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff;
  }
  .slideProduct .item > .inner > .text {
    max-width: 85%;
    margin-top: 1em;
    text-shadow: 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff;
  }
  .pc{
	display:none;
	 }
 
  .slideProduct .item > .inner > .button {
    margin-top: 1em;
  }
  .slideProduct .slick-dotted {
    margin-bottom: 50px;
  }
  .slideProduct .slick-dots {
    bottom: -37px;
  }
  .slideProduct.ver-top .item {
    align-items: flex-start;
    height: 557px;
    padding-top: 15px;
  }
  .slideProduct2 {
    margin-top: 50px;
    padding-top: 50px;
  }
  .slideProduct2 .item {
    flex-wrap: wrap;
    padding: 0 18px;
  }
  .slideProduct2 .item > .image {
    width: 100%;
    padding: 0 30px;
  }
  .slideProduct2 .item > .content {
    width: 100%;
    padding-left: 0;
  }
  .slideProduct2 .item > .content > .head > .series {
    font-size: 11px;
  }
  .slideProduct2 .item > .content > .head > .text {
    font-size: 22px;
  }
  .slideProduct2 .item > .content > .lead {
    margin-top: 5px;
    font-size: 21px;
  }
  .slideProduct2 .item > .content > .label {
    display: none;
  }
  .slideProduct2 .item > .content > .button {
    margin-top: 1em;
  }
  .slideProduct2 .item > .content2 {
    display: none;
  }
  .slideProduct2 .slick-arrow {
    top: 33vw;
    width: 15px;
    height: 25px;
  }
  .slideProduct2 .slick-arrow.slick-prev {
    left: 0;
  }
  .slideProduct2 .slick-arrow.slick-next {
    right: 0;
  }
  .slideProduct2 .slick-dotted.slick-slider {
    margin-bottom: 90px;
  }
  .slideProduct2 .slick-dots {
    bottom: -55px;
  }
  .slideTopScene {
    margin-bottom: 80px !important;
  }
  .slideTopScene .item {
    height: 80vw;
  }
  .slideTopScene .item.ver-bg-1 {
    background-image: url("/jp/img/index/scene-bg-1_sp.jpg");
  }
  .slideTopScene .item > .point > a > .icon {
    width: 35px;
  }
  .slideTopScene .item > .point > a > .text {
    display: none !important;
  }
  .slideTopScene .item > .point.ver-1 {
    margin-top: -17vw;
    margin-left: -23vw;
  }
  .slideTopScene .item > .point.ver-2 {
    margin-top: -22vw;
    margin-left: -6vw;
  }
  .slideTopScene .item > .point.ver-3 {
    margin-top: -34vw;
    margin-left: 9vw;
  }
  .tab .tabList {
    margin-left: -15px;
    padding: 0 15px;
  }
  .tab .tabList::after {
    display: none;
  }
  .tab .tabList[data-col="2"] .tabCol {
    width: 50%;
  }
  .tab .tabList[data-col="2"] .tabCol:nth-child(-n+2) {
    padding-top: 0;
  }
  .tab .tabList[data-col="3"] .tabCol {
    width: 33.3333333333%;
  }
  .tab .tabList[data-col="3"] .tabCol:nth-child(-n+3) {
    padding-top: 0;
  }
  .tab .tabList[data-col="4"] .tabCol {
    width: 25%;
  }
  .tab .tabList[data-col="4"] .tabCol:nth-child(-n+4) {
    padding-top: 0;
  }
  .tab .tabList[data-col="5"] .tabCol {
    width: 20%;
  }
  .tab .tabList[data-col="5"] .tabCol:nth-child(-n+5) {
    padding-top: 0;
  }
  .tab .tabList[data-col="6"] .tabCol {
    width: 16.6666666667%;
  }
  .tab .tabList[data-col="6"] .tabCol:nth-child(-n+6) {
    padding-top: 0;
  }
  .tab .tabCol {
    padding-top: 20px;
    padding-left: 15px;
  }
  .tab .tabBtn {
    padding: 12px 5px;
    font-size: 13px;
  }
  .tab .tabBtn.is-current::after, .tab .tabBtn[aria-selected=true]::after {
    left: -2px;
    width: calc(100% + 4px);
    background-color: #E61E1E;
  }
  .tab .tabContent {
    padding-top: 50px;
  }
  .tabLinkNewsMenu {
    margin: 36px 0 -19px;
  }
  .tblSpec.ver-sp-keep th,
.tblSpec.ver-sp-keep td {
    font-size: 10px;
  }
  .tblSpec.ver-sp-keep .th-1 {
    font-size: 11px;
  }
  .tblSpec:not(.ver-sp-keep) {
    margin-top: 30px;
    border-bottom: 1px solid #B3B3B3;
  }
  .tblSpec:not(.ver-sp-keep) colgroup,
.tblSpec:not(.ver-sp-keep) colgroup col,
.tblSpec:not(.ver-sp-keep) tr,
.tblSpec:not(.ver-sp-keep) th,
.tblSpec:not(.ver-sp-keep) td {
    display: block;
    width: 100% !important;
  }
  .tblSpec:not(.ver-sp-keep) th {
    padding: 14px 15px;
    border-bottom: none;
  }
  .tblSpec:not(.ver-sp-keep) td {
    padding: 7px 15px 20px;
    border-bottom: none;
  }
  .tblSpec th {
    padding: 10px 5px;
  }
  .tblSpec td {
    padding: 10px 5px;
  }
  .tblSpec .th-1,
.tblSpec .th-2,
.tblSpec .th-3 {
    padding: 7px 15px;
  }
  .tblSpec .notes {
    font-size: 11px;
  }
  .tblSpec2,
.tblSpec3,
.tblSpec4 {
    margin-top: 30px;
    font-size: 13px;
  }
  .tblSpec2 th,
.tblSpec3 th,
.tblSpec4 th {
    padding: 14px 5px;
  }
  .tblSpec2 th > em,
.tblSpec3 th > em,
.tblSpec4 th > em {
    font-size: 13px;
  }
  .tblSpec2 td,
.tblSpec3 td,
.tblSpec4 td {
    padding: 7px 5px;
    font-size: 12px;
  }
  .tblSpec2 thead th,
.tblSpec3 thead th,
.tblSpec4 thead th {
    padding: 7px 5px;
    font-weight: bold;
    font-size: 14px;
  }
  .tblSpec2 thead .th-2,
.tblSpec3 thead .th-2,
.tblSpec4 thead .th-2 {
    font-weight: normal;
  }
  .tblSpec2 tbody th,
.tblSpec3 tbody th,
.tblSpec4 tbody th {
    font-weight: bold;
  }
  .tblSpec2 .th-3,
.tblSpec3 .th-3,
.tblSpec4 .th-3 {
    font-weight: bold;
  }
  .tblSearch colgroup {
    display: none;
  }
  .tblSearch thead {
    display: none;
  }
  .tblSearch tbody {
    display: block;
    margin: 0 -18px;
  }
  .tblSearch tbody tr {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
  }
  .tblSearch tbody tr:first-child {
    border-top: 1px solid #b3b3b3;
  }
  .tblSearch tbody tr.notFound {
    border: none;
    text-align: center;
  }
  .tblSearch tbody tr.notFound td {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
  .tblSearch tbody .head {
    display: flex;
    width: 100%;
  }
  .tblSearch tbody .head .inner {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 12px 140px 12px 40px;
    text-align: left;
  }
  .tblSearch tbody .head .inner button {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 0;
    cursor: pointer;
  }
  .tblSearch tbody .head .inner button::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #e7e7e7;
    content: "";
  }
  .tblSearch tbody .head .inner button::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 26px;
    transform: translateY(-50%);
    content: "+";
    color: #000000;
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
  }
  .tblSearch tbody .manual .manualWrap {
    display: flex;
    z-index: 2;
    position: absolute;
    top: 11px;
    right: 19px;
  }
  .tblSearch tbody .manual .btn {
    display: inline-block;
    border: 1px solid #000000;
    background: #FFF;
    color: #000000;
    text-align: center;
  }
  .tblSearch tbody .manual .manualBtn {
    min-width: 48px;
    margin-left: 8px;
    padding: 5px;
    border-width: 1px;
    font-size: 12px;
    line-height: 1;
  }
  .tblSearch tbody .name {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
  }
  .tblSearch tbody .name > .inner {
    visibility: hidden;
    margin-left: 18px;
    line-height: 0;
    opacity: 0;
    transition: line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
  }
  .tblSearch tbody .name + .tag .inner {
    margin-left: 18px;
  }
  .tblSearch tbody .tag {
    padding-top: 0;
    padding-bottom: 0;
    transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
  }
  .tblSearch tbody .tag > .inner {
    visibility: hidden;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
    background-color: #f6f6f6;
    font-size: 12px;
    line-height: 0;
    opacity: 0;
    transition: line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
  }
  .tblSearch tbody tr.is-open .head {
    display: flex;
    width: 100%;
    padding: 0;
  }
  .tblSearch tbody tr.is-open .head .inner {
    color: #E61E1E;
  }
  .tblSearch tbody tr.is-open .head .inner button::before {
    background-color: #fff2f2;
  }
  .tblSearch tbody tr.is-open .head .inner button::after {
    content: "-";
  }
  .tblSearch tbody tr.is-open .name {
    padding-top: 15px;
    border-top: 1px solid #b3b3b3;
    transition: border-top 0.3s ease-out, padding-top 0.3s ease-out;
  }
  .tblSearch tbody tr.is-open .name > .inner {
    visibility: visible;
    line-height: 1.5;
    opacity: 1;
    transition: line-height 0.3s ease-out, opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s;
  }
  .tblSearch tbody tr.is-open .tag {
    padding-top: 10px;
    padding-bottom: 14px;
    transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
  }
  .tblSearch tbody tr.is-open .tag > .inner {
    visibility: visible;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.5;
    opacity: 1;
    transition: line-height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s;
  }
  .tblForm tr {
    display: flex;
    flex-wrap: wrap;
    padding: 27px 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .tblForm th, .tblForm td {
    width: 100%;
    padding: 0;
    border: none;
  }
  .tblForm th {
    font-size: 15px;
  }
  .tblForm .tblFormTitle {
    align-items: center;
  }
  .tblForm .tblFormTitle .tblFormIcon {
    display: flex;
  }
  .tblForm td {
    margin-top: 12px;
  }
  .tblForm.ver-2 tr {
    padding: 0 0 10px;
  }
  .tblForm.ver-2 th {
    padding: 12px 15px;
    font-size: 14px;
  }
  .tblForm.ver-2 td {
    margin-top: 0;
    padding: 12px 15px;
  }
  .tblBorder colgroup,
.tblBorder colgroup col,
.tblBorder tr,
.tblBorder th,
.tblBorder td {
    display: block;
    width: 100% !important;
  }
  .txtBalloon.ver-sp-top:before {
    top: -30px;
    left: 20px;
    margin-top: 0;
    border-width: 16px 12px;
    border-right-color: transparent;
    border-bottom-color: #FFF2F2;
  }
  .txtTel {
    font-size: 20px;
  }
  .txtLead {
    font-size: 15px;
  }
  .txtNotes {
    font-size: 10px;
  }
  .txtSmall {
    font-size: 12px;
  }
  .txtSmall + .boxToggle2 {
    margin-top: 20px;
  }
  .textTag {
    padding: 7px;
    border-width: 2px;
    font-size: 15px;
  }
  .wrapTableScroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
  .wrapTableScroll > .tblSpec2,
.wrapTableScroll > .tblSpec3,
.wrapTableScroll > .tblSpec4 {
    width: 640px;
  }
  .wrapModule {
    margin-top: 50px;
  }
  .wrapModule2 {
    margin-top: 40px;
  }
  .wrapModule3 {
    margin-top: 30px;
  }
  .wrapButton3 > .item:not(:first-child) {
    margin-left: 25px;
  }
  .u-sp-ta-left {
    text-align: left !important;
  }
  .u-sp-ta-center {
    text-align: center !important;
  }
  .u-pc-only {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-fz-small {
    font-size: 13px;
  }
  .u-sp-fs-10 {
    font-size: 10px !important;
  }

  .u-sp-fs-11 {
    font-size: 11px !important;
  }

  .u-sp-fs-12 {
    font-size: 12px !important;
  }

  .u-sp-fs-13 {
    font-size: 13px !important;
  }

  .u-sp-fs-14 {
    font-size: 14px !important;
  }

  .u-sp-fs-15 {
    font-size: 15px !important;
  }

  .u-sp-fs-16 {
    font-size: 16px !important;
  }

  .u-sp-fs-17 {
    font-size: 17px !important;
  }

  .u-sp-fs-18 {
    font-size: 18px !important;
  }

  .u-sp-fs-19 {
    font-size: 19px !important;
  }

  .u-sp-fs-20 {
    font-size: 20px !important;
  }

  .u-sp-fs-21 {
    font-size: 21px !important;
  }

  .u-sp-fs-22 {
    font-size: 22px !important;
  }

  .u-sp-fs-23 {
    font-size: 23px !important;
  }

  .u-sp-fs-24 {
    font-size: 24px !important;
  }

  .u-sp-fs-25 {
    font-size: 25px !important;
  }

  .u-sp-fs-26 {
    font-size: 26px !important;
  }

  .u-sp-fs-27 {
    font-size: 27px !important;
  }

  .u-sp-fs-28 {
    font-size: 28px !important;
  }

  .u-sp-fs-29 {
    font-size: 29px !important;
  }

  .u-sp-fs-30 {
    font-size: 30px !important;
  }
  .u-sp-w-5per {
    width: 5% !important;
  }
  .u-sp-w-10per {
    width: 10% !important;
  }
  .u-sp-w-15per {
    width: 15% !important;
  }
  .u-sp-w-20per {
    width: 20% !important;
  }
  .u-sp-w-25per {
    width: 25% !important;
  }
  .u-sp-w-30per {
    width: 30% !important;
  }
  .u-sp-w-35per {
    width: 35% !important;
  }
  .u-sp-w-40per {
    width: 40% !important;
  }
  .u-sp-w-45per {
    width: 45% !important;
  }
  .u-sp-w-50per {
    width: 50% !important;
  }
  .u-sp-w-55per {
    width: 55% !important;
  }
  .u-sp-w-60per {
    width: 60% !important;
  }
  .u-sp-w-65per {
    width: 65% !important;
  }
  .u-sp-w-70per {
    width: 70% !important;
  }
  .u-sp-w-75per {
    width: 75% !important;
  }
  .u-sp-w-80per {
    width: 80% !important;
  }
  .u-sp-w-85per {
    width: 85% !important;
  }
  .u-sp-w-90per {
    width: 90% !important;
  }
  .u-sp-w-95per {
    width: 95% !important;
  }
  .u-sp-w-100per {
    width: 100% !important;
  }
  .u-sp-w-105per {
    width: 105% !important;
  }
  .u-sp-w-110per {
    width: 110% !important;
  }
  .u-sp-w-115per {
    width: 115% !important;
  }
  .u-sp-w-120per {
    width: 120% !important;
  }
  .u-sp-w-125per {
    width: 125% !important;
  }
  .u-sp-w-130per {
    width: 130% !important;
  }
  .u-sp-w-135per {
    width: 135% !important;
  }
  .u-sp-w-140per {
    width: 140% !important;
  }
  .u-sp-w-145per {
    width: 145% !important;
  }
  .u-sp-w-150per {
    width: 150% !important;
  }
  .u-sp-w-155per {
    width: 155% !important;
  }
  .u-sp-w-160per {
    width: 160% !important;
  }
  .u-sp-w-165per {
    width: 165% !important;
  }
  .u-sp-w-170per {
    width: 170% !important;
  }
  .u-sp-w-175per {
    width: 175% !important;
  }
  .u-sp-w-180per {
    width: 180% !important;
  }
  .u-sp-w-185per {
    width: 185% !important;
  }
  .u-sp-w-190per {
    width: 190% !important;
  }
  .u-sp-w-195per {
    width: 195% !important;
  }
  .u-sp-w-200per {
    width: 200% !important;
  }
  .u-sp-w-33per {
    width: 33%;
  }
  .u-sp-maw-60 {
    max-width: 60px !important;
  }

  .u-sp-maw-150 {
    max-width: 150px !important;
  }

  .u-sp-maw-200 {
    max-width: 200px !important;
  }

  .u-sp-maw-270 {
    max-width: 270px !important;
  }

  .u-sp-maw-150 {
    max-width: 150px !important;
  }

  .u-sp-maw-400 {
    max-width: 400px !important;
  }
}

@media (max-width: 1000px) {
  .footerBanner > .item.ver-sns .list {
    right: 25px;
  }
  .footerBanner > .item.ver-sns .list > li {
    margin-left: 10px;
  }
  .footerBanner > .item.ver-sns .list > li > a {
    width: 45px;
    height: 45px;
  }
  .btnIcon > .icon {
    width: 30px;
  }
  .btnIcon > .text {
    width: calc(100% - 30px);
    padding-left: 10px;
  }
  .listProduct {
    margin-left: 0;
  }
  .listProduct .item > .pannel {
    max-width: 300px;
    margin: 0 auto;
  }
  .listProduct .slick-arrow {
    width: 15px;
    height: 25px;
  }
  .listProduct .slick-arrow:before {
    background-image: url("../img/common-icon-arrow-1.svg");
  }
  .listProduct .slick-arrow.slick-prev {
    left: -6px;
  }
  .listProduct .slick-arrow.slick-next {
    right: -6px;
  }
  .pannelBase > .content > .inner > .head {
    font-size: 26px;
  }
  .pannelProduct > .content > .inner > .head > .text,
.pannelProduct > .content2 > .inner > .head > .text {
    font-size: 24px;
  }
  .pannelProduct > .content > .inner > .lead,
.pannelProduct > .content2 > .inner > .lead {
    font-size: 24px;
  }
  .pannelProduct2 > .content > .inner > .head > .lead {
    font-size: 24px;
  }
  .pannelProduct2 > .content > .inner > .head > .text {
    font-size: 24px;
  }
  .slideProduct2 .item > .content > .head > .text {
    font-size: 24px;
  }
  .slideProduct2 .item > .content > .lead {
    font-size: 24px;
  }
}

@media screen and (max-width: 374px) {
  .headerLogo > .logo {
    width: 68px;
  }
  [lang=en] .headerLogo > .text {
    width: 157px;
    margin-left: 8px;
  }
}

@media (max-width: 1300px) {
  .groupProductSelect > .result > .table-wrap > .arrow > .prev {
    left: 5px;
  }
  .groupProductSelect > .result > .table-wrap > .arrow > .next {
    right: 5px;
  }
  .groupProductSelect > .result > .table-wrap > .table-scroll {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 350px) {
  .pannelProduct2 > .content > .inner > .button.ver-big .btnIcon {
    width: 100%;
    min-width: inherit;
  }
}

@media (max-width: 1240px) {
  .slideProduct .slick-arrow.slick-prev {
    left: 18px;
  }
  .slideProduct .slick-arrow.slick-next {
    right: 18px;
  }
  .slideTopScene .slick-arrow.slick-prev {
    left: 18px;
  }
  .slideTopScene .slick-arrow.slick-next {
    right: 18px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .slideProduct.ver-top .item > .inner {
    width: 100%;
    margin: 0 auto;
    padding: 15px 36px 0 36px;
  }
  .slideProduct.ver-top .item > .inner > .head {
    font-size: 40px;
/*    text-shadow: unset; */
  }
  .slideProduct.ver-top .item > .inner > .text {
/*    text-shadow: unset; */
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  .strHeader {
    display: none;
  }

  .strFooterTop {
    display: none;
  }

  .strFooterBottom {
    display: none;
  }

  body .navPath {
    order: 2;
  }

  .pageOutline .tblSpec th,
.pageOutline .tblSpec td {
    display: table-cell;
    width: auto !important;
    padding: 20px 30px;
    border-bottom: 1px solid #B3B3B3;
  }
  .pageOutline .tblSpec tr {
    display: table-row;
  }
  .pageOutline .listButton.col-4 > li {
    width: 25%;
    min-height: 60px;
    margin-top: 0 !important;
    padding-left: 20px;
  }
  .pageOutline .listButton {
    margin-top: 40px;
    margin-left: -20px;
  }
  .pageOutline .lytColumn {
    margin-top: 40px;
    margin-left: -20px;
  }
  .pageOutline .lytColumn > .item {
    padding-left: 60px;
  }
  .pageOutline .lytColumn.col-2 > .item {
    width: 50%;
  }
  .pageOutline .lytColumn.col-2 > .item:nth-child(2) {
    margin-top: 0;
  }
  .pageOutline .mediaMap {
    position: relative;
    height: auto;
    margin-top: 40px;
    padding-bottom: 0;
    overflow: auto;
  }
  .pageOutline .mediaMap iframe {
    position: static;
    width: 1200px;
    height: 360px;
  }
}

.headEntry > .main > .newsH1{
	text-align:center;
}

/*メモリ商品*/
.memoryNotice{
	padding:10px;
}

.memoryNoticeWide{
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	width:50em;
}
@media (max-width: 768px) {
	.memoryNoticeWide{
		width:100%;
	}
}

@media (max-width: 768px) {
　.pcOnly{
	display:none;
	}
}
