@charset "UTF-8";
@font-face {
  font-family: 'Avenir Next Condensed Regular';
  src: url("/assets/font/Regular/AvenirNextCondensed-Regular.eot");
  src: url("/assets/font/Regular/AvenirNextCondensed-Regular.woff") format("woff"), url("/assets/font/Regular/AvenirNextCondensed-Regular.ttf") format("truetype"), url("/assets/font/Regular/AvenirNextCondensed-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed Medium';
  src: url("/assets/font/Medium/AvenirNextCondensed-Medium.eot");
  src: url("/assets/font/Medium/AvenirNextCondensed-Medium.woff") format("woff"), url("/assets/font/Medium/AvenirNextCondensed-Medium.ttf") format("truetype"), url("/assets/font/Medium/AvenirNextCondensed-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.f-avenir {
  font-family: 'Avenir Next Condensed Regular';
  font-weight: 400;
}

.f-avenir-b {
  font-family: 'Avenir Next Condensed Medium';
  font-weight: 500;
}

.f-kinto {
  font-family: kinto-sans, sans-serif;
  font-weight: 400;
}

.c-black {
  color: #000 !important;
}

.c-white {
  color: #fff !important;
}

.c-yellow {
  color: #FEBE10 !important;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  line-height: 1.15;
}

body {
  font-family: 'Noto Sans JP','YuGothic',sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

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

.hover {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.hover:hover {
  opacity: 0.8;
}

/* PC */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
    max-width: 768px;
  }

  .hidden-sp {
    display: none !important;
  }
}
a:hover {
  opacity: 0.8;
}

.wow {
  visibility: hidden;
}

section {
  display: block;
  position: relative;
  padding-left: 280px !important;
}
section .section-title {
  display: block;
  text-align: center;
  font-size: 52px;
  line-height: 80px;
  text-transform: uppercase;
  font-family: 'Avenir Next Condensed Regular';
  font-weight: 400;
  letter-spacing: 0.08em;
}
section .section-title-small {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.popup-page section {
  padding-left: 0 !important;
}
.popup-page .group-bt {
  padding-left: 0 !important;
}
.popup-page .bt-close {
  cursor: pointer;
  position: fixed;
  top: 50px;
  right: 59px;
  z-index: 10;
  width: 71px;
  height: 71px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icon/icon-close.png");
}
.popup-page .bt-close-top.close-black {
  background-image: url("../img/icon/icon-close_black.png");
}
.popup-page .bt-close2 {
  cursor: pointer;
}
.popup-page .bt-close2:hover:before {
  background-image: url("../img/icon/icon-close2_hover.png");
}
.popup-page .bt-close2:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: 31px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon/icon-close2.png");
  background-size: 100% 100%;
}

.group-bt {
  display: block;
  padding-left: 280px;
  text-align: center;
}

.bt-black {
  position: relative;
  display: inline-block;
  background-color: #000;
  width: 100%;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #000;
  cursor: pointer;
  font-family: 'Avenir Next Condensed Medium';
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.bt-black.icon:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bt-black.icon.icon-tab:before {
  right: 25px;
  top: 25px;
  width: 18px;
  height: 11px;
  background-image: url("../img/icon/icon_tab.png");
}
.bt-black.icon.icon-tab:hover:before {
  background-image: url("../img/icon/icon_tab_hover.png");
}
.bt-black.icon.icon-next:before {
  right: 30px;
  top: 29px;
  width: 30px;
  height: 2.5px;
  background-image: url("../img/icon/arrow_next.png");
}
.bt-black.icon.icon-next:hover:before {
  background-image: url("../img/icon/arrow_next_hover.png");
}
.bt-black.bt-product-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 366px;
  opacity: 1 !important;
}
.bt-black.bt-product-lineup:hover {
  background: none !important;
}
.bt-black.bt-product-lineup:hover .logo1 {
  opacity: 0;
}
.bt-black.bt-product-lineup:hover .logo2 {
  opacity: 1;
}
.bt-black.bt-product-lineup.bt-kai {
  border-color: #90ABCA;
  background-color: #90ABCA;
}
.bt-black.bt-product-lineup.bt-kai:hover {
  color: #FFF !important;
  background-color: rgba(144, 171, 202, 0.5) !important;
}
.bt-black.bt-product-lineup.bt-kai:hover .logo1 {
  opacity: 1;
}
.bt-black.bt-product-lineup.bt-kai:hover .logo2 {
  opacity: 0;
}
.bt-black.bt-product-lineup.bt-kai:hover:before {
  background-image: url("../img/icon/arrow_next.png");
}
.bt-black.bt-product-lineup.bt-tight-kai {
  border-color: #747B95;
  background-color: #747B95;
}
.bt-black.bt-product-lineup.bt-tight-kai:hover {
  color: #FFF !important;
  background-color: rgba(116, 123, 149, 0.5) !important;
}
.bt-black.bt-product-lineup.bt-tight-kai:hover .logo1 {
  opacity: 1;
}
.bt-black.bt-product-lineup.bt-tight-kai:hover .logo2 {
  opacity: 0;
}
.bt-black.bt-product-lineup.bt-tight-kai:hover:before {
  background-image: url("../img/icon/arrow_next.png");
}
.bt-black.bt-product-lineup.bt-atsu {
  border-color: #E57F64;
  background-color: #E57F64;
}
.bt-black.bt-product-lineup.bt-atsu:hover {
  color: #FFF !important;
  background-color: rgba(229, 127, 100, 0.5) !important;
}
.bt-black.bt-product-lineup.bt-atsu:hover .logo1 {
  opacity: 1;
}
.bt-black.bt-product-lineup.bt-atsu:hover .logo2 {
  opacity: 0;
}
.bt-black.bt-product-lineup.bt-atsu:hover:before {
  background-image: url("../img/icon/arrow_next.png");
}
.bt-black.bt-product-lineup.bt-tight-atsu {
  border-color: #CB5B46;
  background-color: #CB5B46;
}
.bt-black.bt-product-lineup.bt-tight-atsu:hover {
  color: #FFF !important;
  background-color: rgba(203, 91, 70, 0.5) !important;
}
.bt-black.bt-product-lineup.bt-tight-atsu:hover .logo1 {
  opacity: 1;
}
.bt-black.bt-product-lineup.bt-tight-atsu:hover .logo2 {
  opacity: 0;
}
.bt-black.bt-product-lineup.bt-tight-atsu:hover:before {
  background-image: url("../img/icon/arrow_next.png");
}
.bt-black.bt-product-lineup.bt-yubi {
  border-color: #ECA576;
  background-color: #ECA576;
}
.bt-black.bt-product-lineup.bt-yubi:hover {
  color: #FFF !important;
  background-color: rgba(236, 165, 118, 0.5) !important;
}
.bt-black.bt-product-lineup.bt-yubi:hover .logo1 {
  opacity: 1;
}
.bt-black.bt-product-lineup.bt-yubi:hover .logo2 {
  opacity: 0;
}
.bt-black.bt-product-lineup.bt-yubi:hover:before {
  background-image: url("../img/icon/arrow_next.png");
}
.bt-black.bt-product-lineup.bt-tight-yubi {
  border-color: #D3843D;
  background-color: #D3843D;
}
.bt-black.bt-product-lineup.bt-tight-yubi:hover {
  color: #FFF !important;
  background-color: rgba(211, 132, 61, 0.5) !important;
}
.bt-black.bt-product-lineup.bt-tight-yubi:hover .logo1 {
  opacity: 1;
}
.bt-black.bt-product-lineup.bt-tight-yubi:hover .logo2 {
  opacity: 0;
}
.bt-black.bt-product-lineup.bt-tight-yubi:hover:before {
  background-image: url("../img/icon/arrow_next.png");
}
.bt-black.bt-product-lineup.bt-sai {
  color: #000;
  background: none;
  border: 0;
}
.bt-black.bt-product-lineup.bt-sai:before {
  background-image: url("../img/icon/arrow_next_hover.png");
}
.bt-black.bt-product-lineup.bt-sai:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg/bg_sai_bt.png") no-repeat !important;
  background-size: cover;
}
.bt-black.bt-product-lineup.bt-sai span.border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid transparent;
}
.bt-black.bt-product-lineup.bt-sai:hover:after {
  opacity: 0.5;
}
.bt-black.bt-product-lineup.bt-sai:hover span.border {
  border-color: #000;
}
.bt-black.bt-product-lineup.bt-tight-sai {
  color: #000;
  background: none;
  border: 0;
}
.bt-black.bt-product-lineup.bt-tight-sai:before {
  background-image: url("../img/icon/arrow_next_hover.png");
}
.bt-black.bt-product-lineup.bt-tight-sai:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg/bg_tight-sai_bt.png") no-repeat !important;
  background-size: cover;
}
.bt-black.bt-product-lineup.bt-tight-sai span.border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid transparent;
}
.bt-black.bt-product-lineup.bt-tight-sai:hover:after {
  opacity: 0.5;
}
.bt-black.bt-product-lineup.bt-tight-sai:hover span.border {
  border-color: #000;
}
.bt-black.bt-product-lineup .logo2 {
  opacity: 0;
}
.bt-black.bt-product-lineup p {
  display: block;
  line-height: 1;
}
.bt-black.bt-product-lineup p span {
  display: block;
  margin-top: 5px;
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.bt-black.bt-product-lineup .logo {
  position: absolute;
  width: 30px;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.bt-black:hover {
  background: none;
  color: #000;
}

.bt-white {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 188px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: none;
}
.bt-white.icon:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bt-white.icon.icon-tab:before {
  right: 25px;
  top: 25px;
  width: 18px;
  height: 11px;
  background-image: url("../img/icon/icon_tab.png");
}
.bt-white.icon.icon-next:before {
  right: 30px;
  top: 29px;
  width: 30px;
  height: 2.5px;
  background-image: url("../img/icon/arrow_next.png");
}
.bt-white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.bt-small {
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 28px;
  width: 105px;
  border: 1px solid #999999;
  color: #999999;
  border-radius: 20px;
  font-size: 12px;
}
.bt-small.bt-pink {
  background-color: #EDACA6;
  border-color: #EDACA6;
  color: #fff;
}

.box-white-container {
  display: block;
  margin: 0 auto;
  padding: 28px;
  border: 2px solid #fff;
  width: 100%;
}
.box-white-container .box-white {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px;
  display: block;
}

.loading {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading.active .line {
  opacity: 1;
}
.loading.fast .line:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
}
.loading.hide-bg:before {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .line {
  position: absolute;
  height: 1px;
  width: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #999;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loading .line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loading .line.animate:before {
  width: 100%;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

body {
  pointer-events: none;
}
body.begin .main-container {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
body.begin header {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
body.begin footer {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
body header {
  opacity: 0;
}
body footer {
  opacity: 0;
}
body .main-container {
  opacity: 0;
}
body.is_loaded {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
body.is_loaded .loading {
  opacity: 0;
  pointer-events: none;
  display: none;
}
body.is_loaded header {
  opacity: 1;
}
body.is_loaded footer {
  opacity: 1;
}
body.is_loaded .main-container {
  opacity: 1;
}
body.hide {
  opacity: 0;
}
body.hide.fade {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
body .main-content {
  min-height: calc(100vh - 282px);
}
body .main-content section > .container {
  padding: 0 120px;
  width: 100%;
}

.product-nav-menu {
  display: block;
  position: fixed;
  top: 15px;
  right: 38px;
  z-index: 1000;
  width: 49px;
  height: 49px;
  cursor: pointer;
}
.product-nav-menu.close {
  display: block;
}
.product-nav-menu.close p {
  opacity: 0;
}
.product-nav-menu.close .icon {
  bottom: 10px;
  background-size: 20px 20px;
  background-image: url("../img/icon/nav-close.png");
}
.product-nav-menu p {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 10px;
  color: #000;
  display: block;
  text-align: center;
}
.product-nav-menu .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon/menu-product-nav.png");
  background-size: cover;
}

.product-nav {
  position: fixed;
  z-index: 1000;
  right: 30px;
  width: 60px;
  display: block;
  text-align: center;
  top: 65px;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-nav.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.product-nav .item {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #666666;
  font-size: 16px;
  line-height: 38px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.product-nav .item.on:hover, .product-nav .item.on.active {
  background: url("../img/character/color_on.jpg") center no-repeat;
  background-size: 110%;
}
.product-nav .item.hada:hover, .product-nav .item.hada.active {
  background-color: #EDACA6;
}
.product-nav .item.mi:hover, .product-nav .item.mi.active {
  background-color: #BA949F;
}
.product-nav .item.yubi:hover, .product-nav .item.yubi.active {
  background-color: #ECA576;
}
.product-nav .item.atsu:hover, .product-nav .item.atsu.active {
  background-color: #E57F64;
}
.product-nav .item.sou:hover, .product-nav .item.sou.active {
  background-color: #A1D08D;
}
.product-nav .item.tou:hover, .product-nav .item.tou.active {
  background-color: #7FC2AB;
}
.product-nav .item.kyo:hover, .product-nav .item.kyo.active {
  background-color: #6397AA;
}
.product-nav .item.kai:hover, .product-nav .item.kai.active {
  background-color: #90ABCA;
}
.product-nav .item.rei:hover, .product-nav .item.rei.active {
  background: url("../img/character/color_rei-1.jpg") center no-repeat, url("../img/character/color_rei-2.jpg") center no-repeat;
  background-size: 110%, 110%;
}
.product-nav .item.sai:hover, .product-nav .item.sai.active {
  color: #666666;
  background: url("../img/character/color_sai.jpg") center no-repeat;
  background-size: 110%;
}
.product-nav .item.kuro:hover, .product-nav .item.kuro.active {
  background-color: #3E3A39;
}
.product-nav .item.tight-kai:hover, .product-nav .item.tight-kai.active {
  background-color: #747B95;
}
.product-nav .item.tight-dan:hover, .product-nav .item.tight-dan.active {
  background-color: #870015;
}
.product-nav .item.tight-atsu:hover, .product-nav .item.tight-atsu.active {
  background-color: #CB5B46;
}
.product-nav .item.tight-yubi:hover, .product-nav .item.tight-yubi.active {
  background-color: #D3843D;
}
.product-nav .item.tight-kuro:hover, .product-nav .item.tight-kuro.active {
  background-color: #3E3A39;
}
.product-nav .item.tight-sai:hover, .product-nav .item.tight-sai.active {
  color: #666666;
  background: url("../img/character/color_tight-sai.jpg") center no-repeat;
  background-size: 110%;
}
.product-nav .item.tight-netsu:hover, .product-nav .item.tight-netsu.active {
  background: url("../img/character/color_tight-netsu.jpg") center no-repeat;
}
.product-nav .item:hover {
  color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
  border-color: transparent;
}
.product-nav .item.active {
  color: #fff;
  border-color: transparent;
}
.product-nav .item:last-child {
  margin-bottom: 0;
}

.circle-link {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  width: 90px;
  height: 90px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1 !important;
  position: fixed;
  z-index: 1000;
  top: 670px;
  right: 15px;
}
.circle-link.hide-bottom {
  opacity: 0 !important;
  pointer-events: none;
}
.circle-link span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
}
.circle-link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* begin header */
header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  z-index: 1000;
  min-height: 640px;
  padding-left: 60px;
  padding-right: 33px;
  border-right: 1px solid #000;
}
header .logo {
  position: absolute;
  left: 40px;
  top: 50px;
  width: 200px;
}
header .header-link {
  position: absolute;
  bottom: 88px;
  left: 60px;
  white-space: nowrap;
  font-size: 13px;
}
header .header-link:hover {
  text-decoration: underline;
}
header .group-sns {
  position: absolute;
  bottom: 50px;
  left: 60px;
}
header .group-sns .sns-item {
  margin-right: 20px;
}
header .group-sns .sns-item:last-child {
  margin-right: 0;
}
header #group-menu {
  display: block;
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -16.5px;
}
header #group-menu .en {
  font-family: 'Avenir Next Condensed Medium';
  font-weight: 500;
}
header #group-menu .jp {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
}
header #group-menu .bt-package {
  font-size: 16px !important;
}
header #group-menu .bt-package .jp {
  font-size: 13px;
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
}
header #group-menu .bt-movie {
  font-size: 16px !important;
}
header #group-menu .bt-muse {
  position: relative;
  display: inline-block;
}
header #group-menu .bt-muse:hover {
  opacity: 1;
}
header #group-menu .bt-muse:hover .bottom {
  opacity: 0;
}
header #group-menu .bt-muse:hover .top {
  opacity: 1;
}
header #group-menu .bt-muse .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
header #group-menu .bt-rebranding {
  display: block;
  margin-top: 11px;
  width: 188px;
  height: 50px;
  border: 1px solid #000;
  padding: 4px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  opacity: 1 !important;
}
header #group-menu .bt-rebranding:hover {
  background-color: #000;
  color: #fff;
}
header #group-menu > ul li {
  display: block;
}
header #group-menu > ul li > ul li a {
  position: relative;
  margin-bottom: 13px;
  margin-left: 16px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
}
header #group-menu > ul li > ul li a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
header #group-menu > ul li a {
  display: inline-block;
  font-size: 13px;
  border-bottom: 1px solid transparent;
}
header #group-menu > ul li a:hover, header #group-menu > ul li a.active {
  text-decoration: none;
  border-bottom-color: #000;
}
header #group-menu > ul li a.text-1 {
  font-size: 16px;
  line-height: .8;
  margin-bottom: 14px;
  letter-spacing: 1.4px;
}
header #group-menu > ul li a.en {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  font-family: 'Avenir Next Condensed Medium';
  font-weight: 500;
  line-height: .7;
  letter-spacing: 1.4px;
}
header #group-menu > ul li a.new {
  border: 1px solid #000;
  text-align: center;
  height: 39px;
  line-height: 37px;
  font-size: 12px;
  margin-top: 30px;
}
header #group-menu > ul li a.new:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
header #group-menu > ul li a.new span {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  font-family: 'Avenir Next Condensed Medium';
  font-weight: 500;
}
header #group-menu > ul .menu-group-popup {
  display: block;
  margin-top: 6px;
  margin-bottom: 14px;
}
header #group-menu > ul .menu-group-popup ul {
  padding-left: 10px;
}
header #group-menu > ul .menu-group-popup > span {
  font-size: 12px;
  line-height: 13px;
  display: block;
  margin-bottom: 13px;
  letter-spacing: 1px;
}

.img-movie {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.img-movie .img-thumb {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  width: 100%;
  position: relative;
  z-index: 0;
}
.img-movie .bt-play {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  bottom: 72px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 280px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: none;
}
.img-movie .bt-play span {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  padding-right: 35px;
  position: relative;
}
.img-movie .bt-play span:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/icon/icon_play.png") no-repeat;
  background-size: 100% 100%;
}
.img-movie .bt-play:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.popup-video {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.popup-video.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s 0s, visibility 0s 0s;
  transition: opacity 0.6s 0s, visibility 0s 0s;
}
.popup-video .bg {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.popup-video .video-wrapper {
  position: relative;
  z-index: 120;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 120;
  width: 100%;
  max-width: 800px;
  display: block;
}
.popup-video .video-wrapper .bt-close {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: -50px;
  right: -50px;
  background: url("../img/icon/icon_close.png") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.popup-video .video-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
}
.popup-video .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-fix-product {
  display: block;
  position: fixed;
  top: auto;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bg-fix-product .img-load {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.bg-fix-product .bg-item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBEBEB;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* end header */
/* begin footer*/
footer {
  padding-left: 280px;
  position: relative;
  margin-top: 100px;
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 90px;
}
footer .footer-content .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-content .footer-menu ul li {
  display: inline-block;
  margin-right: 32px;
}
footer .footer-content .footer-menu ul li:last-child {
  margin-right: 0;
}
footer .footer-content .footer-menu ul li a {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2;
  color: #000;
}
footer .footer-content .footer-menu ul li a:hover {
  text-decoration: underline;
}
footer .footer-content .footer-right {
  display: block;
  text-align: right;
  margin-top: 30px;
}
footer .footer-content .footer-right .footer-logo {
  display: inline-block;
  margin-bottom: 16px;
}
footer .footer-content .footer-right .footer-logo img {
  max-height: 23px;
}
footer .footer-content .footer-right .copyright {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  letter-spacing: 0.15em;
}

.bt-to-top {
  width: 30px;
  height: 30px;
  display: none;
  background-image: url("../img/common/bt-to-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 20px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.bt-to-top.stop {
  position: absolute;
  bottom: 100%;
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
}
.bt-to-top.hide {
  opacity: 0 !important;
  pointer-events: none;
}

/* end footer*/
/* from 768 to 1279 force pc layout */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    min-width: 1280px;
  }
}
@media screen and (max-height: 767px) and (min-width: 1280px) {
  .product-nav-menu {
    right: 36px;
  }

  .product-nav .item {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }

  .circle-link {
    top: 620px;
    width: 80px;
    height: 80px;
    right: 20px;
  }
  .circle-link span {
    font-size: 11px;
  }
}
@media screen and (max-height: 726px) and (min-width: 1280px) {
  header {
    min-height: 726px;
  }
}
@media screen and (max-width: 767px) {
  .bt-black.bt-product-lineup {
    max-width: 280px;
  }

  .circle-link {
    top: auto;
    bottom: 65px;
    width: 72px;
    height: 72px;
    right: 12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(150px, 0, 0);
            transform: translate3d(150px, 0, 0);
  }
  .circle-link span {
    font-size: 10px;
  }
  .circle-link.show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .bt-to-top {
    right: 15px;
    display: block;
    opacity: 0;
    pointer-events: none;
    bottom: 40px;
  }
  .bt-to-top.show {
    opacity: 1;
    pointer-events: auto;
  }

  .product-nav-menu {
    z-index: 1200;
    display: block;
    top: auto;
    bottom: 10px;
    right: 24px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .product-nav-menu.hide-bottom {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .product-nav-menu.close .icon {
    top: 10px;
  }
  .product-nav-menu p {
    bottom: 0;
    top: auto;
  }
  .product-nav-menu .icon {
    bottom: auto;
  }

  .product-nav {
    width: 30px;
    right: 33px;
    top: auto;
    bottom: 150px;
  }
  .product-nav.hide-bottom {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .product-nav .item {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    border-color: transparent;
  }
  .product-nav .item.on {
    color: #fff;
    background: url("../img/character/color_on.jpg") center no-repeat;
    background-size: 110%;
  }
  .product-nav .item.hada {
    background-color: #EDACA6;
  }
  .product-nav .item.mi {
    background-color: #BA949F;
  }
  .product-nav .item.yubi {
    background-color: #ECA576;
  }
  .product-nav .item.atsu {
    background-color: #E57F64;
  }
  .product-nav .item.sou {
    background-color: #A1D08D;
  }
  .product-nav .item.tou {
    background-color: #7FC2AB;
  }
  .product-nav .item.kyo {
    background-color: #6397AA;
  }
  .product-nav .item.kai {
    background-color: #90ABCA;
  }
  .product-nav .item.rei {
    background: url("../img/character/color_rei-1.jpg") center no-repeat, url("../img/character/color_rei-2.jpg") center no-repeat;
    background-size: 110%, 110%;
  }
  .product-nav .item.sai {
    color: #666666;
    background: url("../img/character/color_sai.jpg") center no-repeat;
    background-size: 110%;
  }
  .product-nav .item.kuro {
    background-color: #3E3A39;
  }
  .product-nav .item.tight-kai {
    background-color: #747B95;
  }
  .product-nav .item.tight-dan {
    background-color: #870015;
  }
  .product-nav .item.tight-atsu {
    background-color: #CB5B46;
  }
  .product-nav .item.tight-yubi {
    background-color: #D3843D;
  }
  .product-nav .item.tight-kuro {
    background-color: #3E3A39;
  }
  .product-nav .item.tight-sai {
    color: #666666;
    background: url("../img/character/color_tight-sai.jpg") center no-repeat;
    background-size: 110%;
  }
  .product-nav .item.tight-netsu {
    background: url("../img/character/color_tight-netsu.jpg") center no-repeat;
  }

  .popup-page .bt-close {
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
  }

  body.is_loaded.scroll-down header .logo {
    opacity: 0;
    pointer-events: none;
  }
  body.is_loaded.scroll-down header .menu-icon {
    opacity: 0;
    pointer-events: none;
  }
  body .main-content section {
    padding-left: 0 !important;
  }
  body .main-content section > .container {
    padding: 0 20px;
    width: 100%;
    max-width: 414px;
  }
  body.open-menu-m header {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  body.open-menu-m header .logo {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
  }
  body.open-menu-m header .menu-icon {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  body.open-menu-m .main-content,
  body.open-menu-m .product-nav,
  body.open-menu-m .circle-link,
  body.open-menu-m .product-nav-menu {
    opacity: 0 !important;
    pointer-events: none;
  }
  body.open-menu-m footer {
    opacity: 0;
    pointer-events: none;
  }
  body header .logo {
    left: 290px;
    top: 30px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0s ease, visibility 0s 0.2s;
    transition: opacity 0.2s 0s ease, visibility 0s 0.2s;
  }
  body.scroll-down header .logo {
    -webkit-transition: opacity 0.3s 0s ease, visibility 0s 0s;
    transition: opacity 0.3s 0s ease, visibility 0s 0s;
    opacity: 0;
    visibility: hidden;
  }
  body header {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    width: 268px;
    min-height: 0;
    padding-left: 0;
    padding-right: 60px;
  }
  body header .menu-icon {
    width: 30px;
    height: 6px;
    position: absolute;
    z-index: 1000;
    display: block;
    top: 84px;
    right: 0;
    -webkit-transform: translate3d(52px, 0, 0);
            transform: translate3d(52px, 0, 0);
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  body header .menu-icon.open {
    width: 40px;
    top: 40px;
    -webkit-transform: translate3d(256px, 0, 0);
            transform: translate3d(256px, 0, 0);
  }
  body header .menu-icon.open span:nth-child(1) {
    width: 40px;
    -webkit-transform: translate(0, 3.5px) rotate(45deg);
            transform: translate(0, 3.5px) rotate(45deg);
  }
  body header .menu-icon.open span:nth-child(2) {
    width: 40px;
    -webkit-transform: translate(0, -3.5px) rotate(-45deg);
            transform: translate(0, -3.5px) rotate(-45deg);
  }
  body header .menu-icon:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body header .menu-icon span {
    background-color: #000;
    position: relative;
    z-index: 10;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body header .menu-icon span:nth-child(1) {
    width: 24px;
    height: 1px;
    margin-bottom: 6px;
  }
  body header .menu-icon span:nth-child(2) {
    width: 30px;
    height: 1px;
  }
  body header .group-menu-m {
    position: absolute;
    border-right: 1px solid #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  body header .group-menu-m.active {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  body header .header-link {
    left: 20px;
    top: 532px;
    bottom: auto;
  }
  body header .group-social {
    left: 20px;
  }
  body header #group-menu {
    top: 31px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 20px;
    width: 246px;
    margin-top: 0;
  }
  body header #group-menu > ul li a {
    font-size: 16px;
  }
  body header #group-menu > ul li a.en {
    font-size: 16px;
  }
  body header #group-menu > ul .menu-group-popup > span {
    font-size: 14px;
  }

  .group-bt {
    padding-left: 0;
  }

  section .section-title {
    font-size: 24px;
  }

  .box-white-container {
    padding: 8px;
  }
  .box-white-container .box-white {
    padding: 40px 20px;
  }

  .img-movie .bt-play {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    border: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("../img/icon/icon_play.png") no-repeat;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
    background-size: cover;
  }
  .img-movie .bt-play span {
    display: none;
  }

  .popup-video .video-wrapper .bt-close {
    right: 10px;
    width: 40px;
    height: 40px;
  }

  /* begin header */
  header .group-sns {
    left: 20px;
    top: 586px;
    bottom: auto;
  }
  header .logo {
    width: 120px;
    top: 30px;
    left: 20px;
  }

  /* end header */
  /* begin footer*/
  footer {
    margin-top: 105px;
    padding-left: 0;
  }
  footer .footer-content {
    display: block;
    padding: 20px 0;
  }
  footer .footer-content .footer-menu {
    width: 100%;
  }
  footer .footer-content .footer-menu ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .footer-content .footer-menu ul li {
    margin-right: 25px;
  }
  footer .footer-content .footer-right {
    width: 100%;
    margin-top: 20px;
  }
  footer .footer-content .footer-right .footer-logo {
    width: 80px;
    margin-bottom: 20px;
  }
  footer .footer-content .footer-right .footer-logo img {
    max-height: 17px;
  }
  footer .footer-content .footer-right .copyright {
    font-size: 10px;
  }

  /* end footer*/
}
@media screen and (max-width: 375px) {
  body header #group-menu > ul .menu-group-popup > span {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  body header .header-link {
    top: 500px;
  }
  body header .group-sns {
    top: 540px;
  }
  body header .group-menu-m {
    overflow: scroll;
  }
  body header .group-menu-m:after {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    top: 620px;
  }
  body header #group-menu .bt-rebranding {
    margin-top: 10px;
  }
  body header #group-menu > ul li a.en {
    margin-bottom: 15px;
  }
  body header #group-menu > ul .menu-group-popup > span {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
/* Hide scrollbar for webkit */
.wow {
  visibility: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.bg-fix {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #EBEBEB;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/top/bg1.jpg");
}

.bt-back-top {
  font-size: 14px;
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
}

.section-youn-a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 80px 0;
}
.section-youn-a .box-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  max-width: 797px;
}
.section-youn-a .box-container .title {
  display: block;
  pointer-events: none;
  font-size: 28px;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.section-youn-a .box-container .box-movie {
  width: 100%;
  height: 448px;
  display: block;
  margin: 15px 0;
  margin-bottom: 60px;
  position: relative;
}
.section-youn-a .box-container .box-movie .bt-play2 {
  position: absolute;
  width: 82px;
  height: 82px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-youn-a .box-container .img-youn-a {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.section-youn-a .box-container .img-youn-a img {
  width: 100%;
}

.section-gray {
  padding: 184px 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
.section-gray .box-gray-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-gray .box-gray-container .info {
  display: block;
  pointer-events: none;
  font-size: 28px;
  line-height: 56px;
  color: #fff;
  letter-spacing: 0.1em;
}
.section-gray .box-gray {
  width: 51%;
  max-width: 492px;
  display: block;
  margin-right: 60px;
  background-color: #CCCCCC;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.section-gray .video-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.section-gray .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.section-rosy {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 77px 0;
  padding-top: 83px;
  text-align: center;
}
.section-rosy .banner-rosy {
  display: inline-block;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}

.section-rebranding {
  background-color: #fff;
}
.section-rebranding .box-info-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-rebranding .box-info-contain .box-img {
  display: block;
  margin-right: 75px;
}
.section-rebranding .box-info-contain .box-info {
  display: block;
}
.section-rebranding .box-info-contain .box-info .rebranding_text {
  display: block;
}
.section-rebranding .box-info-contain .box-info .text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 33px;
  display: block;
  margin: 12px 0;
  margin-bottom: 32px;
}
.section-rebranding .box-info-contain .box-info .bt-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-rebranding .box-info-contain .box-info .bt-black p {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
}
.section-rebranding .box-info-contain .box-info .bt-black p span {
  display: block;
  font-size: 12px;
}

.section-campaign {
  height: 768px;
  padding: 200px 0;
  padding-top: 228px;
  display: block;
}
.section-campaign:hover .bg:before {
  opacity: 1;
}
.section-campaign:hover .bt-campaign {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.section-campaign .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/top/campaign_bg.jpg");
}
.section-campaign .bg:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/top/campaign_bg2.jpg");
}
.section-campaign .campaign-text {
  position: relative;
  z-index: 100;
  display: block;
  text-align: center;
}
.section-campaign .group-bt {
  z-index: 100;
  padding-left: 0;
  display: block;
  text-align: center;
  margin-top: 60px;
}

.section-tight-title {
  display: block;
  padding-top: 150px;
}
.section-tight-title .group-title {
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.section-tight-title .group-title .section-title {
  font-size: 52px;
  line-height: 80px;
  font-family: 'Avenir Next Condensed Regular';
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-tight-title .group-title .title-text {
  font-size: 14px;
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
}

.section-stock-button {
  margin: 0 auto;
  margin-top: 120px;
  text-align: center;
}
.section-stock-button .bt-stocking {
  text-align: left;
  padding-left: 30px;
}

.top-page {
  padding-top: 100vh;
}
.top-page .product-nav-menu {
  display: none !important;
}
.top-page .product-nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.top-page.is_loaded header {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.top-page.is_loaded.show header {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
  transition: opacity 0.4s 0s, visibility 0s 0s;
}
.top-page.is_loaded.show .group-img-text {
  -webkit-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
}
.top-page.is_loaded.show .product-nav {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.top-page.show .product-nav {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.top-page.show .section-img-text .group-img-text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s 0s, visibility 0s 0s;
  transition: opacity 1s 0s, visibility 0s 0s;
}
.top-page .product-nav {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.top-page header {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  transition: opacity 0.5s 0s, visibility 0s 0.5s;
}
.top-page .section-img-text {
  padding: 150px 0;
  padding-top: 300px;
}
.top-page .section-img-text .group-img-text {
  padding-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  transition: opacity 0.5s 0s, visibility 0s 0.5s;
}
.top-page .section-img-text .group-img-text img {
  display: inline-block;
}
.top-page .kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  margin-bottom: 120px;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.top-page .kv.hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.top-page .kv .kv-logo {
  position: absolute;
  top: 50%;
  width: 25.7%;
  left: calc(25% - 185px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.top-page .kv .anim {
  position: absolute;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.top-page .kv .anim.move-right .bottom {
  background-position: left top;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
}
.top-page .kv .anim.move-left .bottom {
  background-position: right top;
  right: 0;
  left: auto;
  width: 0;
  height: 100%;
}
.top-page .kv .anim.move-down .bottom {
  background-position: left top;
  left: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 0;
}
.top-page .kv .anim.move-up .bottom {
  background-position: left bottom;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.top-page .kv .anim.anim1 {
  bottom: 40px;
  left: 40px;
  width: 15.277%;
}
.top-page .kv .anim.anim2 {
  top: 40px;
  width: 15.277%;
  right: 37.5%;
}
.top-page .kv .anim.anim3 {
  z-index: 8;
  top: 0;
  right: 0;
  width: 33.333%;
}
.top-page .kv .anim.anim4 {
  z-index: 10;
  right: 0;
  bottom: 30px;
  width: 26.67%;
}
.top-page .kv .anim.anim5 {
  width: 15.277%;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top-page .kv .anim img {
  width: 100%;
}
.top-page .kv .anim img.top {
  position: relative;
  display: block;
  z-index: 0;
}
.top-page .kv .anim .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  max-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.top-page .kv .img-contain {
  display: block;
  width: 68.055%;
}
.top-page .kv .kv-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-page .kv .kv-info .kv-text {
  display: inline-block;
}
.top-page .kv .kv-info .kv-text.kv-text1 {
  margin-bottom: 150px;
  width: 68%;
  max-width: 310px;
}
.top-page .kv .kv-info .kv-text.kv-text2 {
  width: 56%;
  max-width: 254px;
}
.top-page .beauty-check {
  display: block;
  padding-top: 100px;
  margin-bottom: 120px;
}
.top-page .beauty-check .box-white-container {
  max-width: 796px;
}
.top-page .beauty-check .box-white-container .box-white {
  text-align: center;
}
.top-page .beauty-check .box-white-container .box-white .text-red {
  background-color: #EDACA6;
  color: #fff;
  width: 280px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.top-page .beauty-check .box-white-container .box-white .group-title {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 14px 40px;
}
.top-page .beauty-check .box-white-container .box-white .group-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 24px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  background-image: url("../img/top/text_left.png");
}
.top-page .beauty-check .box-white-container .box-white .group-title:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 24px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right top;
  background-image: url("../img/top/text_right.png");
  position: absolute;
}
.top-page .beauty-check .box-white-container .box-white .group-title .section-title {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.08em;
}
.top-page .beauty-check .box-white-container .box-white .group-title .title-text {
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.top-page .beauty-check .box-white-container .box-white .color-tips {
  display: block;
  margin: 45px 0;
  margin-bottom: 55px;
}
.top-page .beauty-check .box-white-container .box-white .group-insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  padding: 16px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-page .beauty-check .box-white-container .box-white .group-insta .img-contain {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.top-page .beauty-check .box-white-container .box-white .group-insta .img-contain .insta-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.top-page .beauty-check .box-white-container .box-white .group-insta .info {
  display: block;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-page .beauty-check .box-white-container .box-white .group-insta .info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-page .beauty-check .box-white-container .box-white .group-insta .info .title p {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}
.top-page .beauty-check .box-white-container .box-white .group-insta .info .title p:nth-child(1) {
  padding-right: 15px;
  margin-right: 15px;
}
.top-page .beauty-check .box-white-container .box-white .group-insta .info .title p:nth-child(1):before {
  content: '';
  position: absolute;
  width: 1px;
  height: 11px;
  top: 50%;
  right: 0;
  background-color: #000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.top-page .beauty-check .box-white-container .box-white .group-insta .info .title p span {
  font-size: 10px;
}
.top-page .beauty-check .box-white-container .box-white .group-insta .info .desc {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.top-page .beauty-check .box-white-container .box-white .text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.top-page .section-packgage-item {
  position: relative;
  display: block;
  padding: 60px 0;
  padding-top: 124px;
  padding-left: 280px;
  opacity: 1 !important;
}
.top-page .section-packgage-item > .container {
  padding: 0 120px;
}
.top-page .section-packgage-item:hover .bg-color {
  opacity: 0.35;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top-page .section-packgage-item:hover .package-item .logo:before {
  border-color: rgba(0, 0, 0, 0.25);
}
.top-page .section-packgage-item:hover .package-item .bg:before {
  border-color: rgba(0, 0, 0, 0.25);
}
.top-page .section-packgage-item#hada .bg-color {
  background-color: #EDACA6;
}
.top-page .section-packgage-item#hada .package-item .logo {
  background-color: #EDACA6;
}
.top-page .section-packgage-item#hada .package-item .bg {
  background-image: url("../img/package/bg_hada.png");
}
.top-page .section-packgage-item#mi .bg-color {
  background-color: #BA949F;
}
.top-page .section-packgage-item#mi .package-item .logo {
  background-color: #BA949F;
}
.top-page .section-packgage-item#mi .package-item .bg {
  background-image: url("../img/package/bg_mi.png");
}
.top-page .section-packgage-item#yubi .bg-color {
  background-color: #ECA576;
}
.top-page .section-packgage-item#yubi .package-item .logo {
  background-color: #ECA576;
}
.top-page .section-packgage-item#yubi .package-item .bg {
  background-image: url("../img/package/bg_yubi.png");
}
.top-page .section-packgage-item#atsu .bg-color {
  background-color: #E57F64;
}
.top-page .section-packgage-item#atsu .package-item .logo {
  background-color: #E57F64;
}
.top-page .section-packgage-item#atsu .package-item .bg {
  background-image: url("../img/package/bg_atsu.png");
}
.top-page .section-packgage-item#sou .bg-color {
  background-color: #A1D08D;
}
.top-page .section-packgage-item#sou .package-item .logo {
  background-color: #A1D08D;
}
.top-page .section-packgage-item#sou .package-item .bg {
  background-image: url("../img/package/bg_sou.png");
}
.top-page .section-packgage-item#tou .bg-color {
  background-color: #7FC2AB;
}
.top-page .section-packgage-item#tou .package-item .logo {
  background-color: #7FC2AB;
}
.top-page .section-packgage-item#tou .package-item .bg {
  background-image: url("../img/package/bg_tou.png");
}
.top-page .section-packgage-item#kyo .bg-color {
  background-color: #6397AA;
}
.top-page .section-packgage-item#kyo .package-item .logo {
  background-color: #6397AA;
}
.top-page .section-packgage-item#kyo .package-item .bg {
  background-image: url("../img/package/bg_kyo.png");
}
.top-page .section-packgage-item#kai .bg-color {
  background-color: #90ABCA;
}
.top-page .section-packgage-item#kai .package-item .logo {
  background-color: #90ABCA;
}
.top-page .section-packgage-item#kai .package-item .bg {
  background-image: url("../img/package/bg_kai.png");
}
.top-page .section-packgage-item#kai .package-item .bg .info {
  bottom: 42px;
  right: 47px;
}
.top-page .section-packgage-item#kai .package-item .bg .info .title {
  margin-bottom: 10px;
}
.top-page .section-packgage-item#rei .bg-color {
  background: url("../img/package/bg_rei_img.png") no-repeat;
  background-size: cover;
}
.top-page .section-packgage-item#rei .package-item .logo {
  background: url("../img/character/color_rei-1.jpg") no-repeat, url("../img/character/color_rei-2.jpg") no-repeat;
  background-size: cover, cover;
}
.top-page .section-packgage-item#rei .package-item .bg {
  background-image: url("../img/package/bg_rei.png");
}
.top-page .section-packgage-item#sai .bg-color {
  background: url("../img/package/bg_sai_img.png") no-repeat;
  background-size: cover;
}
.top-page .section-packgage-item#sai .package-item .logo {
  background: url("../img/character/color_sai.jpg") no-repeat;
  background-size: cover;
}
.top-page .section-packgage-item#sai .package-item .bg {
  background-image: url("../img/package/bg_sai.png");
}
.top-page .section-packgage-item#kuro .bg-color {
  background-color: #3E3A39;
}
.top-page .section-packgage-item#kuro .package-item .logo {
  background-color: #3E3A39;
}
.top-page .section-packgage-item#kuro .package-item .bg {
  background-image: url("../img/package/bg_kuro.png");
}
.top-page .section-packgage-item#kuro .package-item .bg .info {
  bottom: 10px;
  right: 17px;
}
.top-page .section-packgage-item#kuro .package-item .bg .info .title {
  margin-bottom: -52px;
}
.top-page .section-packgage-item#tight-kai .bg-color {
  background-color: #747B95;
}
.top-page .section-packgage-item#tight-kai .package-item .logo {
  background-color: #747B95;
}
.top-page .section-packgage-item#tight-kai .package-item .bg {
  background-image: url("../img/package/bg_tight-kai.png");
}
.top-page .section-packgage-item#tight-dan .bg-color {
  background-color: #870015;
}
.top-page .section-packgage-item#tight-dan .package-item .logo {
  background-color: #870015;
}
.top-page .section-packgage-item#tight-dan .package-item .bg {
  background-image: url("../img/package/bg_dan.png");
}
.top-page .section-packgage-item#tight-atsu .bg-color {
  background-color: #CB5B46;
}
.top-page .section-packgage-item#tight-atsu .package-item .logo {
  background-color: #CB5B46;
}
.top-page .section-packgage-item#tight-atsu .package-item .bg {
  background-image: url("../img/package/bg_tight-atsu.png");
}
.top-page .section-packgage-item#tight-yubi .bg-color {
  background-color: #D3843D;
}
.top-page .section-packgage-item#tight-yubi .package-item .logo {
  background-color: #D3843D;
}
.top-page .section-packgage-item#tight-yubi .package-item .bg {
  background-image: url("../img/package/bg_tight-yubi.png");
}
.top-page .section-packgage-item#tight-sai .bg-color {
  background: url("../img/package/bg_tight-sai_img.png") no-repeat;
  background-size: cover;
}
.top-page .section-packgage-item#tight-sai .package-item .logo {
  background: url("../img/character/color_tight-sai.jpg") no-repeat;
  background-size: cover;
}
.top-page .section-packgage-item#tight-sai .package-item .bg {
  background-image: url("../img/package/bg_tight-sai.png");
}
.top-page .section-packgage-item#tight-kuro .bg-color {
  background-color: #3E3A39;
}
.top-page .section-packgage-item#tight-kuro .package-item .logo {
  background-color: #3E3A39;
}
.top-page .section-packgage-item#tight-kuro .package-item .bg {
  background-image: url("../img/package/bg_tight-kuro.png");
}
.top-page .section-packgage-item#tight-kuro .package-item .title {
  position: relative;
  right: -45px;
  margin-bottom: -40px;
}
.top-page .section-packgage-item#tight-kuro .package-item .desc {
  position: relative;
  right: -40px;
  margin-bottom: -35px;
}
.top-page .section-packgage-item#tight-netsu .bg-color {
  background: url("../img/package/bg_tight-netsu_img.png") no-repeat;
  background-size: cover;
}
.top-page .section-packgage-item#tight-netsu .package-item .logo {
  background: url("../img/character/color_tight-netsu.jpg") no-repeat;
  background-size: cover;
}
.top-page .section-packgage-item#tight-netsu .package-item .bg {
  background-image: url("../img/package/bg_tight-netsu.png");
}
.top-page .section-packgage-item .group-denier {
  position: absolute;
  width: 100%;
  top: calc(100% + 14px);
  left: 0;
  font-family: 'Avenir Next Condensed Regular';
}
.top-page .section-packgage-item .group-denier.white .denier-title {
  color: #fff;
}
.top-page .section-packgage-item .group-denier.white .list-denier .item {
  color: #fff;
  border-color: #fff;
}
.top-page .section-packgage-item .group-denier .denier-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.25em;
  display: block;
  margin-bottom: 5px;
  color: #000;
  text-transform: uppercase;
}
.top-page .section-packgage-item .group-denier .list-denier {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-page .section-packgage-item .group-denier .list-denier .item {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.035em;
  margin-right: 12px;
}
.top-page .section-packgage-item .group-denier .list-denier .item:last-child {
  margin-right: 0;
}
.top-page .section-packgage-item .group-denier .list-denier .img-circle {
  display: inline-block;
  width: 61px;
  margin-right: 12px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top-page .section-packgage-item .group-denier .list-denier .img-circle:last-child {
  margin-right: 0;
}
.top-page .section-packgage-item .bg-color {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-page .section-packgage-item .package-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding-left: 185px;
}
.top-page .section-packgage-item .package-item.new-item {
  margin-top: 65px;
}
.top-page .section-packgage-item .package-item.new-item:before {
  content: '';
  position: absolute;
  top: -130px;
  left: 0;
  width: 98px;
  height: 57px;
  background: url("../img/icon/icon_product_new.png") no-repeat;
  background-size: 100% 100%;
}
.top-page .section-packgage-item .package-item .logo {
  position: absolute;
  z-index: 10;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  top: -64px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0;
  width: 40%;
  height: 0;
  padding-bottom: 30.5%;
  max-width: 368px;
  max-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-page .section-packgage-item .package-item .logo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  pointer-events: none;
  border: 6px inset transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-page .section-packgage-item .package-item .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-page .section-packgage-item .package-item .bg {
  position: relative;
  width: 100%;
  max-width: 735px;
  height: 0;
  padding-bottom: 54%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.top-page .section-packgage-item .package-item .bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 6px inset transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-page .section-packgage-item .package-item .bg .logo-bg {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
}
.top-page .section-packgage-item .package-item .bg .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  bottom: 58px;
  right: 62px;
  color: #000;
}
.top-page .section-packgage-item .package-item .bg .info .title {
  display: inline-block;
  margin-bottom: 42px;
}
.top-page .section-packgage-item .package-item .bg .info .desc {
  display: inline-block;
}
.top-page .section-packgage {
  margin-bottom: 70px;
}
.top-page .section-packgage .title-text {
  text-align: center;
}
.top-page .section-packgage .box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  margin: 60px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.top-page .section-packgage .box-group:hover p {
  text-decoration: underline;
}
.top-page .section-packgage .box-group .design {
  display: inline-block;
  margin-right: 34px;
}
.top-page .section-packgage .box-group p {
  letter-spacing: 0.1em;
  font-size: 14px;
}
.top-page .section-packgage .box-group p img {
  margin-left: 10px;
  display: inline;
  vertical-align: middle;
}
.top-page .section-packgage .list-packgage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.top-page .section-packgage .list-packgage .item {
  display: inline-block;
  width: 140px;
  margin: 0 25px;
  margin-bottom: 30px;
}
.top-page .section-packgage .list-packgage .item img {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .section-gray .box-gray-container .box-gray {
    margin-right: 50px;
  }
  .section-gray .box-gray-container .info {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-fix {
    background-image: url(../img/top/bg1_sp.jpg);
  }

  .section-gray .box-gray {
    margin-right: 0;
  }

  .top-page .beauty-check .box-white .group-title .section-title {
    font-size: 45px;
  }
  .top-page .section-packgage .list-packgage .item {
    width: 120px;
    margin: 0 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bg-fix {
    background-image: url(../img/top/bg1_sp.jpg);
  }

  .section-rosy {
    padding: 32px 0;
  }

  .section-youn-a {
    padding-top: 75px;
  }
  .section-youn-a .box-container {
    text-align: left;
  }
  .section-youn-a .box-container .title {
    font-size: 26px;
    line-height: 47px;
  }
  .section-youn-a .box-container .box-movie {
    height: 188px;
    margin: 40px 0;
    margin-bottom: 50px;
  }
  .section-youn-a .box-container .box-movie .bt-play2 {
    width: 40px;
    height: 40px;
  }

  .section-gray {
    padding: 100px 0;
    padding-bottom: 90px;
  }
  .section-gray .box-gray-container {
    display: block;
  }
  .section-gray .box-gray-container .info {
    text-align: left;
    font-size: 26px;
    line-height: 40px;
  }
  .section-gray .box-gray {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .section-campaign {
    height: 667px;
  }
  .section-campaign .bg {
    background-image: url("../img/top/campaign_bg_sp.jpg");
  }
  .section-campaign .bg:before {
    background-image: url("../img/top/campaign_bg_sp2.jpg");
  }
  .section-campaign .group-bt {
    margin-top: 48px;
  }
  .section-campaign .group-bt .bt-campaign {
    font-size: 14px;
  }

  .section-rebranding > .container {
    max-width: 100% !important;
  }
  .section-rebranding .box-info-contain {
    display: block;
  }
  .section-rebranding .box-info-contain .box-img {
    margin-left: -20px;
    margin-right: -20px;
  }
  .section-rebranding .box-info-contain .box-img img {
    width: 100%;
  }
  .section-rebranding .box-info-contain .box-info {
    max-width: 280px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .section-rebranding .box-info-contain .box-info .rebranding_text {
    width: 254px;
    margin-top: 10px;
  }
  .section-rebranding .box-info-contain .box-info .text {
    font-size: 14px;
  }

  .section-tight-title {
    padding-top: 75px;
  }

  .section-stock-button {
    margin-top: 80px;
  }

  .top-page.is_loaded.open-menu-m header {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .top-page.is_loaded.show .product-nav-menu {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  .top-page.is_loaded.show .product-nav {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  .top-page.show .product-nav-menu {
    display: block !important;
  }
  .top-page .product-nav {
    bottom: 180px;
    right: 14px;
  }
  .top-page .product-nav-menu {
    bottom: 120px;
    right: 5px;
  }
  .top-page .product-nav {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
    top: auto;
  }
  .top-page .product-nav.show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .top-page .section-img-text {
    padding: 68px 0;
  }
  .top-page .section-img-text .group-img-text {
    padding-top: 150px;
  }
  .top-page .section-img-text img {
    width: 285px;
  }
  .top-page .kv .kv-logo {
    width: 46%;
    max-width: 170px;
    left: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top-page .kv .anim.anim1 {
    left: 0;
    bottom: 21.14%;
    width: 34.13%;
    max-width: 141px;
  }
  .top-page .kv .anim.anim2 {
    width: 34.13%;
    max-width: 141px;
    top: auto;
    bottom: 15%;
    right: 0;
  }
  .top-page .kv .anim.anim3 {
    width: 74.7%;
    max-width: 310px;
  }
  .top-page .kv .anim.anim4 {
    left: 0;
    top: 16.8%;
    width: 40%;
    max-width: 165px;
    bottom: auto;
  }
  .top-page .kv .anim.anim5 {
    bottom: 0;
    width: 34.13%;
    max-width: 141px;
    left: 25.33%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .top-page .beauty-check {
    padding-top: 60px;
    margin-bottom: 110px;
  }
  .top-page .beauty-check .box-white-container .box-white .text-red {
    font-size: 10px;
    height: 24px;
    width: 186px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .top-page .beauty-check .box-white-container .box-white .group-title {
    padding: 14px 24px;
  }
  .top-page .beauty-check .box-white-container .box-white .group-title:before {
    width: 18px;
    height: 63px;
  }
  .top-page .beauty-check .box-white-container .box-white .group-title:after {
    width: 18px;
    height: 63px;
  }
  .top-page .beauty-check .box-white-container .box-white .group-title .section-title {
    font-size: 24px;
    white-space: nowrap;
  }
  .top-page .beauty-check .box-white-container .box-white .group-title .title-text {
    font-size: 10px;
    margin-top: 5px;
  }
  .top-page .beauty-check .box-white-container .box-white .group-insta {
    display: block;
    position: relative;
    padding: 20px;
    padding-top: 30px;
    margin-bottom: 32px;
  }
  .top-page .beauty-check .box-white-container .box-white .group-insta .img-contain {
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .top-page .beauty-check .box-white-container .box-white .group-insta .info {
    display: block;
  }
  .top-page .beauty-check .box-white-container .box-white .group-insta .info .title {
    text-align: left;
    display: block;
    padding-left: 100px;
    margin-bottom: 22px;
  }
  .top-page .beauty-check .box-white-container .box-white .group-insta .info .title p:nth-child(1) {
    margin-bottom: 0;
    padding-right: 0;
    margin-right: 0;
    line-height: 1.6;
  }
  .top-page .beauty-check .box-white-container .box-white .group-insta .info .title p:nth-child(1):before {
    bottom: -3px;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    width: 100%;
    height: 1px;
  }
  .top-page .beauty-check .box-white-container .box-white .color-tips {
    margin: 25px 0;
    margin-top: 15px;
  }
  .top-page .beauty-check .box-white-container .box-white .text {
    font-size: 14px;
    padding: 0 5px;
    text-align: left;
    line-height: 24.5px;
    margin-bottom: 10px;
  }
  .top-page .section-packgage-item {
    padding: 30px 0;
    padding-top: 94px;
    padding-left: 0;
  }
  .top-page .section-packgage-item > .container {
    padding: 0 20px;
    max-width: 414px;
  }
  .top-page .section-packgage-item#hada .package-item .bg .info .title {
    width: 156px;
  }
  .top-page .section-packgage-item#hada .package-item .bg .info .desc {
    width: 199px;
  }
  .top-page .section-packgage-item#mi .package-item .bg .info .title {
    width: 156px;
  }
  .top-page .section-packgage-item#mi .package-item .bg .info .desc {
    width: 208px;
  }
  .top-page .section-packgage-item#yubi .package-item .bg .info .title {
    width: 65px;
  }
  .top-page .section-packgage-item#yubi .package-item .bg .info .desc {
    width: 205px;
  }
  .top-page .section-packgage-item#atsu .package-item .bg .info .title {
    width: 205px;
  }
  .top-page .section-packgage-item#atsu .package-item .bg .info .desc {
    width: 199px;
  }
  .top-page .section-packgage-item#sou .package-item .bg .info .title {
    width: 182px;
  }
  .top-page .section-packgage-item#sou .package-item .bg .info .desc {
    width: 214px;
  }
  .top-page .section-packgage-item#tou .package-item .bg .info .title {
    width: 156px;
  }
  .top-page .section-packgage-item#tou .package-item .bg .info .desc {
    width: 214px;
  }
  .top-page .section-packgage-item#kyo .package-item .bg .info .title {
    width: 130px;
  }
  .top-page .section-packgage-item#kyo .package-item .bg .info .desc {
    width: 213px;
  }
  .top-page .section-packgage-item#kai .package-item .bg .info {
    right: 2px;
    bottom: 12px;
  }
  .top-page .section-packgage-item#rei .package-item .bg .info .title {
    width: 156px;
  }
  .top-page .section-packgage-item#rei .package-item .bg .info .desc {
    width: 199px;
  }
  .top-page .section-packgage-item#sai .package-item .bg .info .title {
    width: 182px;
  }
  .top-page .section-packgage-item#sai .package-item .bg .info .desc {
    width: 214px;
  }
  .top-page .section-packgage-item#kuro .package-item .bg .info {
    bottom: 5px;
    right: -3px;
  }
  .top-page .section-packgage-item#kuro .package-item .bg .info .title {
    margin-bottom: -10px;
  }
  .top-page .section-packgage-item#tight-kai .package-item .title {
    width: 156px;
  }
  .top-page .section-packgage-item#tight-kai .package-item .desc {
    width: 230px;
  }
  .top-page .section-packgage-item#tight-dan .package-item .title {
    width: 209px;
  }
  .top-page .section-packgage-item#tight-dan .package-item .desc {
    width: 199px;
  }
  .top-page .section-packgage-item#tight-atsu .package-item .title {
    width: 203px;
  }
  .top-page .section-packgage-item#tight-atsu .package-item .desc {
    width: 185px;
  }
  .top-page .section-packgage-item#tight-yubi .package-item .title {
    width: 66px;
  }
  .top-page .section-packgage-item#tight-yubi .package-item .desc {
    width: 223px;
  }
  .top-page .section-packgage-item#tight-sai .package-item .title {
    width: 182px;
  }
  .top-page .section-packgage-item#tight-sai .package-item .desc {
    width: 214px;
  }
  .top-page .section-packgage-item#tight-kuro .package-item .title {
    width: 210px;
    right: -25px;
  }
  .top-page .section-packgage-item#tight-kuro .package-item .desc {
    width: 280px;
    max-width: none;
    right: -32px;
  }
  .top-page .section-packgage-item#tight-netsu .package-item .title {
    width: 182px;
  }
  .top-page .section-packgage-item#tight-netsu .package-item .desc {
    width: 250px;
  }
  .top-page .section-packgage-item .group-denier {
    top: 0;
    left: calc(100% + 7px);
  }
  .top-page .section-packgage-item .group-denier .denier-title {
    font-size: 10px;
    line-height: 17px;
    margin-bottom: 2px;
  }
  .top-page .section-packgage-item .group-denier .list-denier .item {
    width: 38px;
    height: 38px;
    font-size: 24px;
    margin-right: 6px;
  }
  .top-page .section-packgage-item .group-denier .list-denier .img-circle {
    width: 38px;
    margin-right: 6px;
  }
  .top-page .section-packgage-item .package-item {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
    padding-left: 0;
  }
  .top-page .section-packgage-item .package-item .logo {
    width: 61%;
    padding-bottom: 46.6%;
    top: 0;
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%);
  }
  .top-page .section-packgage-item .package-item .logo img {
    width: 63px;
  }
  .top-page .section-packgage-item .package-item .bg {
    max-width: 100%;
    width: 100%;
    padding-bottom: 75%;
  }
  .top-page .section-packgage-item .package-item .bg .logo-bg {
    right: 4px;
    top: 4px;
  }
  .top-page .section-packgage-item .package-item .bg .info {
    right: 20px;
    bottom: 20px;
  }
  .top-page .section-packgage-item .package-item .bg .info .title {
    margin-bottom: 15px;
    margin-right: 5px;
  }
  .top-page .section-packgage {
    margin-bottom: 50px;
  }
  .top-page .section-packgage .section-title {
    line-height: 1;
    font-size: 36px;
  }
  .top-page .section-packgage .title-text {
    margin-top: 15px;
  }
  .top-page .section-packgage .box-group {
    margin: 30px 0;
    padding-top: 15px;
    padding-bottom: 22px;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-page .section-packgage .box-group .design {
    margin-right: 0;
  }
  .top-page .section-packgage .box-group p {
    line-height: 20px;
  }
  .top-page .section-packgage .box-group p img {
    width: 27px;
  }
  .top-page .section-packgage .list-packgage-container {
    display: block;
    margin-left: -17px;
    margin-right: -17px;
  }
  .top-page .section-packgage .list-packgage {
    margin-top: 70px;
  }
  .top-page .section-packgage .list-packgage .item {
    width: calc(33.333% - 34px);
    margin: 0 17px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 320px) {
  .top-page .beauty-check .box-white-container .box-white {
    padding: 40px 15px;
  }
  .top-page .beauty-check .box-white-container .box-white .group-title .section-title {
    font-size: 18px;
  }
  .top-page .beauty-check .box-white-container .box-white .text {
    font-size: 13px;
  }
  .top-page .kv .kv-info .kv-text.kv-text1 {
    margin-bottom: 20px;
  }
}
.page-question .product-nav-menu {
  display: none !important;
}
.page-question .product-nav {
  display: none !important;
}

.section-question {
  padding-top: 80px;
}
.section-question .box-white-container {
  max-width: 796px;
}
.section-question .question-info-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.section-question .question-content .question-item {
  padding: 0 53px;
}
.section-question .question-content .question-item.question-item4, .section-question .question-content .question-item.question-item5 {
  padding: 0 13px;
}
.section-question .question-content .question-item.question-item4 .group-answer, .section-question .question-content .question-item.question-item5 .group-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}
.section-question .question-content .question-item.question-item4 .group-answer .answer-item, .section-question .question-content .question-item.question-item5 .group-answer .answer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 70px;
  padding: 12px;
  margin: 0 5px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-question .question-content .question-item.active {
  visibility: visible;
  opacity: 1;
}
.section-question .question-content .question-item .question {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  max-width: 590px;
  margin-left: 50px;
}
.section-question .question-content .question-item .question:before {
  position: absolute;
  left: -80px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: 'Q .';
  font-size: 52px;
  font-weight: 500;
  font-family: 'Avenir Next Condensed Medium';
}
.section-question .question-content .question-item .group-answer-container {
  min-height: 240px;
  margin: 49px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-question .question-content .question-item .group-answer {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.section-question .question-content .question-item .group-answer .answer-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 35px;
  color: #000;
  margin-bottom: 20px;
  cursor: pointer;
}
.section-question .question-content .question-item .group-answer .answer-item.active {
  background-color: #EDACA6 !important;
}
.section-question .question-content .question-item .group-answer .answer-item.circle-color:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -52px;
  border-radius: 50%;
}
.section-question .question-content .question-item .group-answer .answer-item.circle-color.circle-color1:before {
  background-color: #F4DBD9;
}
.section-question .question-content .question-item .group-answer .answer-item.circle-color.circle-color2:before {
  background-color: #EFD7C7;
}
.section-question .question-content .question-item .group-answer .answer-item.circle-color.circle-color3:before {
  background-color: #DDC6B8;
}
.section-question .question-content .question-item .group-answer .answer-item:last-child {
  margin-bottom: 0;
}
.section-question .progress {
  position: absolute;
  top: 32px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-question .progress .progress-item {
  background-color: #CCCCCC;
  width: 20px;
  height: 1px;
  display: block;
}
.section-question .progress .progress-item.active {
  background-color: #000;
}
.section-question .text-notice {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  bottom: 140px;
  left: 0;
  width: 100%;
}
.section-question .text-notice p {
  display: block;
  color: #F22F1D;
  font-size: 12px;
  text-align: center;
}
.section-question .text-notice p.black {
  color: #000;
}
.section-question .text-notice.active {
  opacity: 1;
  visibility: visible;
}
.section-question .bt-back {
  position: absolute;
  cursor: pointer;
  bottom: 60px;
  left: 38px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Avenir Next Condensed Medium';
  padding-left: 40px;
}
.section-question .bt-back:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  height: 2.5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon/arrow_back.png");
}
.section-question .bt-next {
  margin: 0 auto;
  display: block;
}
.section-question .bt-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .section-question .question-content .question-item .group-answer .answer-item:hover {
    background-color: #EDACA6 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .section-question {
    padding-top: 130px;
  }
  .section-question .box-white-container {
    max-width: 600px;
  }
  .section-question .box-white-container .box-white {
    min-height: 0;
    padding-top: 55px;
    padding-bottom: 90px;
  }
  .section-question .question-content .question-item {
    padding: 0;
  }
  .section-question .question-content .question-item.question-item1 .group-answer {
    padding-left: 45px;
  }
  .section-question .question-content .question-item.question-item4, .section-question .question-content .question-item.question-item5 {
    padding: 0;
  }
  .section-question .question-content .question-item.question-item4 .group-answer, .section-question .question-content .question-item.question-item5 .group-answer {
    width: 100%;
    margin-left: 0;
  }
  .section-question .question-content .question-item.question-item4 .group-answer .answer-item, .section-question .question-content .question-item.question-item5 .group-answer .answer-item {
    width: calc(32% - 5px);
  }
  .section-question .question-content .question-item .question {
    max-width: 100%;
    font-size: 18px;
    line-height: 27px;
    padding-left: 40px;
  }
  .section-question .question-content .question-item .question:before {
    font-size: 32px;
    left: 0;
  }
  .section-question .question-content .question-item .group-answer {
    padding-left: 0;
    margin: 40px 0;
  }
  .section-question .question-content .question-item .group-answer .answer-item {
    font-size: 14px;
    line-height: 18.5px;
    padding: 0 30px;
  }
  .section-question .progress {
    top: 30px;
    right: 20px;
  }
  .section-question .bt-back {
    bottom: 40px;
    left: 60px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
  .section-question {
    padding-top: 130px;
  }
  .section-question .box-white-container .box-white {
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-question {
    padding-top: 130px;
  }
  .section-question .box-white-container .box-white {
    padding-bottom: 90px;
    padding-top: 55px;
  }
  .section-question .question-content .question-item {
    padding: 0;
  }
  .section-question .question-content .question-item.question-item1 .group-answer {
    padding-left: 45px;
  }
  .section-question .question-content .question-item.question-item4, .section-question .question-content .question-item.question-item5 {
    padding: 0;
  }
  .section-question .question-content .question-item.question-item4 .group-answer, .section-question .question-content .question-item.question-item5 .group-answer {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-question .question-content .question-item.question-item4 .group-answer .answer-item, .section-question .question-content .question-item.question-item5 .group-answer .answer-item {
    width: calc(50% - 5px);
    margin: 0;
    margin-bottom: 10px;
  }
  .section-question .question-content .question-item .question {
    max-width: 100%;
    font-size: 18px;
    line-height: 27px;
    padding-left: 40px;
    margin-left: 0;
  }
  .section-question .question-content .question-item .question:before {
    font-size: 32px;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .section-question .question-content .question-item .group-answer-container {
    min-height: 190px;
    margin: 40px 0;
  }
  .section-question .question-content .question-item .group-answer {
    padding-left: 0;
  }
  .section-question .question-content .question-item .group-answer .answer-item {
    font-size: 14px;
    line-height: 18.5px;
    padding: 0 30px;
  }
  .section-question .progress {
    top: 30px;
    right: 20px;
  }
  .section-question .bt-back {
    bottom: 40px;
    left: 20px;
  }
  .section-question .text-notice {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .section-question .text-notice p {
    height: 40px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 320px) {
  .section-question .question-content .question-item.question-item1 .group-answer {
    padding-left: 30px;
  }
  .section-question .question-content .question-item.question-item1 .group-answer .answer-item:before {
    left: -40px;
  }
  .section-question .question-content .question-item .group-answer .answer-item {
    padding: 0 15px;
    font-size: 13px;
  }
}
.group-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.group-color img {
  width: 16px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.group-color img:last-child {
  margin-right: 0;
}

.group-note {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.list-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list-size .size-item {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  font-size: 10px;
  white-space: nowrap;
  min-width: 50px;
  padding: 0 5px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #000;
  border-radius: 15px;
  text-align: center;
}
.list-size .size-item.size-j {
  font-size: 8px;
}
.list-size .size-item.size-j span {
  font-size: 10px;
}
.list-size .size-item:last-child {
  margin-right: 0;
}

.group-size2 .size-item {
  min-width: 75px;
}
.group-size2 .size-item2 {
  min-width: 50px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.quality-chart-content {
  position: relative;
  display: inline-block;
  padding: 22px 38px;
}
.quality-chart-content .quality-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quality-chart-content .quality-info .info {
  position: absolute;
  white-space: nowrap;
  display: inline-block;
  font-size: 11px;
}
.quality-chart-content .quality-info .info.info1 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.quality-chart-content .quality-info .info.info2 {
  top: 60px;
  right: 20px;
}
.quality-chart-content .quality-info .info.info3 {
  right: 10px;
  top: 160px;
}
.quality-chart-content .quality-info .info.info4 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.quality-chart-content .quality-info .info.info5 {
  top: 160px;
  left: -10px;
}
.quality-chart-content .quality-info .info.info6 {
  top: 60px;
  left: -10px;
}

.page-result {
  padding-top: 115px;
}
.page-result .main-content section > .container {
  padding: 0 90px;
}
.page-result .product-nav-menu {
  display: none !important;
}
.page-result .product-nav {
  display: none !important;
}
.page-result.result-sai .result-recommend .bg-color-result {
  background: url("../img/product/sai/bg.jpg") left top no-repeat;
  background-size: cover;
}
.page-result.result-sai .result-recommend .box-result-product .box-group .box-item.box-chart .group-bt-chart-container .group-bt-chart .bt-small.active {
  color: #675952;
  border-color: #675952;
  background: url("../img/product/sai/bt_bg.png") center no-repeat;
  background-size: 100% 100%;
}
.page-result.result-sai .result-recommend .product-info-desc .group-img-present .title {
  display: none;
}
.page-result.result-sai .result-recommend .product-info-desc .group-img-present .box-2-column-img .img-contain {
  width: 140px;
  display: block;
  margin: 0 auto;
}
.page-result.result-sai .result-recommend .product-info-desc .group-img-present .box-2-column-img .img-contain img {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 8px;
}
.page-result.result-sai .result-recommend .product-info-desc .group-img-present .box-2-column-img .img-contain p {
  text-align: right;
  font-size: 8px;
}
.page-result.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}
.page-result .bt-back-top {
  font-size: 14px;
}
.page-result .bt-back-again {
  margin: 65px 0;
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding-left: 30px;
  text-decoration: underline;
  color: #000;
}
.page-result .bt-back-again:hover {
  text-decoration: none;
}
.page-result .bt-back-again:hover:before {
  background-image: url("../img/icon/icon_again_hover.png");
}
.page-result .bt-back-again:before {
  content: '';
  position: absolute;
  width: 50px;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon/icon_again.png");
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-result .result-title {
  text-align: center;
  padding-bottom: 70px;
}
.page-result .result-title > .container > .title {
  font-size: 27px;
  font-family: 'Avenir Next Condensed Regular';
  font-weight: 400;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 8px;
}
.page-result .result-title > .container > .title span {
  font-size: 78px;
  display: block;
  margin-top: 18px;
}
.page-result .result-title .title-small {
  font-size: 20px;
}
.page-result .result-recommend {
  width: 100%;
  display: block;
  padding: 84px 0;
  padding-top: 130px;
  display: block;
  position: relative;
}
.page-result .result-recommend .bg-color-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 0;
}
.page-result .result-recommend .container {
  max-width: 916px;
}
.page-result .result-recommend .title-small {
  font-size: 14px;
  text-align: center;
}
.page-result .result-recommend .title-line {
  font-size: 28px;
  line-height: 35px;
  display: block;
  text-align: center;
  margin: 60px 0;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page-result .result-recommend .box-result-product {
  display: block;
  padding: 100px 60px;
  margin-bottom: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.page-result .result-recommend .box-result-product .img-product-container {
  display: block;
  text-align: center;
}
.page-result .result-recommend .box-result-product .img-product {
  position: relative;
  display: inline-block;
  margin-bottom: 90px;
}
.page-result .result-recommend .box-result-product .img-product .product {
  border-top-left-radius: 2.5%;
  border-top-right-radius: 2.5%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.page-result .result-recommend .box-result-product .img-product .info-product {
  position: absolute;
  display: block;
  right: 0;
  bottom: 20px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  padding-left: 50px;
  text-align: left;
  max-width: 210px;
}
.page-result .result-recommend .box-result-product .img-product .info-product .title {
  font-size: 16px;
  line-height: 21px;
}
.page-result .result-recommend .box-result-product .img-product .info-product .code {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.page-result .result-recommend .box-result-product .img-product .info-product .group-color {
  margin-top: 25px;
}
.page-result .result-recommend .box-result-product .box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.page-result .result-recommend .box-result-product .box-group .box-item {
  display: block;
  text-align: center;
}
.page-result .result-recommend .box-result-product .box-group .box-item .title {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Avenir Next Condensed Regular';
}
.page-result .result-recommend .box-result-product .box-group .box-item .text {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-chart {
  width: 53%;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-chart .group-bt-chart-container {
  display: block;
  margin-left: -3px;
  margin-right: -3px;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-chart .group-bt-chart-container .group-bt-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-chart .group-bt-chart-container .group-bt-chart .bt-small {
  margin: 0 3px;
  margin-bottom: 10px;
  width: calc(33.333% - 6px);
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-chart .group-bt-chart-container .group-bt-chart .bt-small.active {
  color: #fff;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-chart .quality-chart-content {
  margin: 20px 0;
  margin-bottom: 30px;
  min-height: 236px;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-color {
  width: 39.8%;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-content {
  min-height: 236px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-img.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-img .color-item.main-color {
  width: 120px;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-img .color-item.sub-color {
  width: 80px;
  margin-top: 40px;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-img .color-item img {
  margin-bottom: 10px;
}
.page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-img .color-item p {
  font-size: 10px;
  display: block;
  text-align: center;
}
.page-result .result-recommend .box-result-product .group-bt {
  padding-left: 0;
}
.page-result .result-recommend .box-result-product .bt-shop-online {
  font-size: 14px;
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
}
.page-result .result-recommend .product-info-desc {
  display: block;
}
.page-result .result-recommend .product-info-desc .product-desc-text {
  display: block;
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  text-align: left;
}
.page-result .result-recommend .product-info-desc .product-desc-text .product-desc {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 25px;
  display: block;
  letter-spacing: 0.05em;
}
.page-result .result-recommend .product-info-desc .product-desc-text .product-desc-small {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 60px;
  display: block;
  letter-spacing: 0.1em;
}
.page-result .result-recommend .product-info-desc .group-img-present {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.page-result .result-recommend .product-info-desc .group-img-present .title {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.page-result .result-recommend .product-info-desc .group-img-present .box-2-column-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
}
.page-result .result-recommend .product-info-desc .group-img-present .box-2-column-img .img-contain {
  display: block;
  width: calc(50% - 30px);
  max-width: 307px;
  margin: 0 30px;
}
.page-result .result-recommend .product-info-desc .group-img-present .box-2-column-img .img-contain img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.page-result .result-recommend .product-info-desc .group-img-present .box-2-column-img .img-contain p {
  display: block;
  font-size: 14px;
  line-height: 28px;
}
.page-result .result-recommend .product-info-desc .lineup-product {
  border-top: 1px solid #CCCCCC;
  width: 100%;
  max-width: 736px;
  margin: 0 auto;
  margin-top: 100px;
  padding-top: 60px;
}
.page-result .result-recommend .product-info-desc .lineup-product.center .group-img .item-lineup-img {
  text-align: center;
}
.page-result .result-recommend .product-info-desc .lineup-product.center .group-size .group-item .title-size {
  text-align: center;
}
.page-result .result-recommend .product-info-desc .lineup-product .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Avenir Next Condensed Medium';
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.page-result .result-recommend .product-info-desc .lineup-product .group-img-container {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}
.page-result .result-recommend .product-info-desc .lineup-product .group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.page-result .result-recommend .product-info-desc .lineup-product .group-img .item-lineup-img {
  margin-right: 30px;
}
.page-result .result-recommend .product-info-desc .lineup-product .group-img .item-lineup-img:last-child {
  margin-right: 0;
}
.page-result .result-recommend .product-info-desc .lineup-product .group-img img {
  display: inline-block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin-right: 5px;
  margin-bottom: 10px;
}
.page-result .result-recommend .product-info-desc .lineup-product .group-size {
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-result .result-recommend .product-info-desc .lineup-product .group-size .group-item {
  display: inline-block;
  margin-right: 30px;
}
.page-result .result-recommend .product-info-desc .lineup-product .group-size .group-item:last-child {
  margin-right: 0;
}
.page-result .result-recommend .product-info-desc .lineup-product .group-size .group-item .title-size {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.page-result .result-other-recommend {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 100px 0;
  color: #fff;
  margin-bottom: 60px;
}
.page-result .result-other-recommend .title-small {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.page-result .result-other-recommend .group-recommend {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-result .result-other-recommend .group-recommend .item {
  width: 200px;
  margin: 0 43px;
  text-align: center;
  position: relative;
}
.page-result .result-other-recommend .group-recommend .item:hover {
  opacity: 1;
}
.page-result .result-other-recommend .group-recommend .item:hover .img-contain:before {
  opacity: 1;
}
.page-result .result-other-recommend .group-recommend .item:hover .product-info .title {
  text-decoration: underline;
}
.page-result .result-other-recommend .group-recommend .item .img-contain {
  position: relative;
  display: inline-block;
}
.page-result .result-other-recommend .group-recommend .item .img-contain:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  border-top-left-radius: 2.5%;
  border-top-right-radius: 2.5%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-result .result-other-recommend .group-recommend .item img {
  display: block;
  width: 100%;
  border-top-left-radius: 2.5%;
  border-top-right-radius: 2.5%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.page-result .result-other-recommend .group-recommend .item .product-info {
  display: block;
  margin: 30px 0;
  text-align: left;
}
.page-result .result-other-recommend .group-recommend .item .product-info .title {
  font-size: 16px;
  line-height: 21px;
  display: block;
  margin-bottom: 10px;
}
.page-result .result-other-recommend .group-recommend .item .product-info .code {
  font-size: 12px;
  line-height: 18px;
}
.page-result .result-other-recommend .group-recommend .item .bt-white {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding-left: 15px;
  text-align: left;
}
.page-result .result-other-recommend .group-recommend .item .bt-white:before {
  top: 14px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .group-note {
    font-size: 12px;
  }

  .list-size .size-item {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .page-result .main-content section > .container {
    padding: 0 20px;
    max-width: 414px;
  }
  .page-result .result-title > .container > .title {
    font-size: 20px;
  }
  .page-result .result-title > .container > .title span {
    font-size: 48px;
  }
  .page-result .result-title .title-small {
    font-size: 18px;
  }
  .page-result .result-recommend {
    padding-top: 40px;
    padding-bottom: 55px;
    position: relative;
  }
  .page-result .result-recommend .container {
    max-width: 100%;
  }
  .page-result .result-recommend .section-title {
    font-size: 36px;
  }
  .page-result .result-recommend .title-small {
    font-size: 12px;
  }
  .page-result .result-recommend .title-line {
    font-size: 18px;
    line-height: 28px;
    padding: 9px 0;
    margin-bottom: 30px;
  }
  .page-result .result-recommend .box-result-product {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 55px;
    padding: 75px 18px;
    padding-bottom: 60px;
  }
  .page-result .result-recommend .box-result-product .img-product {
    width: 100%;
    margin-bottom: 55px;
  }
  .page-result .result-recommend .box-result-product .img-product .product {
    width: 100%;
    max-width: 185px;
  }
  .page-result .result-recommend .box-result-product .img-product .info-product {
    position: relative;
    padding: 0 18px;
    max-width: 100%;
    bottom: 0;
    margin-top: 40px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .page-result .result-recommend .box-result-product .img-product .info-product .title {
    margin-bottom: 12px;
  }
  .page-result .result-recommend .box-result-product .box-group {
    display: block;
    margin-bottom: 58px;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item .img-contain {
    height: auto;
    margin: 15px 0;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-chart {
    width: 100%;
    margin-bottom: 48px;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-chart .quality-chart-content {
    margin-bottom: 0;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-chart .group-bt-chart-container .group-bt-chart {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 422px;
    margin: 0 auto;
    margin-top: 24px;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-chart .group-bt-chart-container .group-bt-chart .bt-small {
    width: 110px;
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-color {
    width: 100%;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-content {
    min-height: 0;
    margin: 32px 0;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-color .list-color-img .color-item {
    margin: 0 13px;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-color .img-contain {
    margin: 30px 0;
  }
  .page-result .result-recommend .box-result-product .box-group .box-item.box-color .text {
    padding: 0 17px;
  }
  .page-result .result-recommend .product-info-desc {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .page-result .result-recommend .product-info-desc .product-desc-text .product-desc {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 8px;
    letter-spacing: 0em;
  }
  .page-result .result-recommend .product-info-desc .product-desc-text .product-desc-small {
    margin-bottom: 45px;
  }
  .page-result .result-recommend .product-info-desc .group-img-present {
    margin-top: 60px;
  }
  .page-result .result-recommend .product-info-desc .group-img-present .title {
    margin-bottom: 22px;
  }
  .page-result .result-recommend .product-info-desc .group-img-present .box-2-column-img {
    display: block;
    margin: 0;
    padding: 0 14px;
  }
  .page-result .result-recommend .product-info-desc .group-img-present .box-2-column-img .img-contain {
    width: 100%;
    max-width: none;
    margin: 0;
    margin-bottom: 25px;
  }
  .page-result .result-recommend .product-info-desc .group-img-present .box-2-column-img .img-contain img {
    margin-bottom: 15px;
  }
  .page-result .result-recommend .product-info-desc .lineup-product {
    padding: 0 16px;
    padding-top: 30px;
    margin-top: 50px;
    max-width: 100%;
  }
  .page-result .result-recommend .product-info-desc .lineup-product.center .group-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-result .result-recommend .product-info-desc .lineup-product.center .group-img .item-lineup-img {
    text-align: center;
  }
  .page-result .result-recommend .product-info-desc .lineup-product.center .group-size .list-size {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-result .result-recommend .product-info-desc .lineup-product.center .group-size .group-item .title-size {
    text-align: center;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .title {
    margin-bottom: 26px;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-img-container {
    margin: 0;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-img .item-lineup-img {
    margin-right: 0;
    display: inline-block;
    width: auto !important;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-img img {
    margin-bottom: 30px;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-size {
    display: block;
    margin-top: 0;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-size .group-item {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-size .group-item .title-size {
    margin-bottom: 8px;
  }
  .page-result .result-other-recommend {
    padding: 60px 0;
    padding-bottom: 40px;
  }
  .page-result .result-other-recommend .container .section-title {
    font-size: 36px;
    line-height: 54px;
  }
  .page-result .result-other-recommend .title-small {
    font-size: 12px;
  }
  .page-result .result-other-recommend .group-recommend {
    display: block;
  }
  .page-result .result-other-recommend .group-recommend .item {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 195px;
  }
  .page-result .result-other-recommend .group-recommend .item .product-info {
    margin-top: 32px;
    margin-bottom: 28px;
  }
  .page-result .result-other-recommend .group-recommend .item .bt-white {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 320px) {
  .page-result .container {
    padding: 0 15px;
  }
  .page-result .result-recommend .section-title {
    font-size: 30px;
    line-height: 1.5;
  }
  .page-result .result-recommend .box-result-product {
    width: 100%;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-img-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-img-container .group-img img {
    max-width: 85px;
  }
  .page-result .result-recommend .product-info-desc .lineup-product .group-size {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-result .result-other-recommend .container .section-title {
    font-size: 30px;
    line-height: 1.5;
  }
}
.newpackage-page {
  padding-bottom: 150px;
  margin: 0 auto;
}
.newpackage-page .newpackage-top {
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}
.newpackage-page .container {
  max-width: 860px;
}
.newpackage-page .newpackage-title-main {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 78px;
  line-height: 117px;
  text-transform: uppercase;
  font-family: 'Avenir Next Condensed Regular';
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.newpackage-page .newpackage-title-main-text-top, .newpackage-page .newpackage-title-main-text-bottom {
  display: block;
  text-align: center;
  color: #FFF;
  line-height: 35px;
  letter-spacing: 0.1em;
}
.newpackage-page .newpackage-title-main-text-top {
  font-family: 'Avenir Next Condensed Regular';
  font-size: 27px;
  margin-bottom: 0px;
}
.newpackage-page .newpackage-title-main-text-bottom {
  font-size: 20px;
  margin-bottom: 55px;
  font-weight: 500;
}
.newpackage-page .newpackage-video {
  color: #fff;
  font-size: 20px;
  padding-bottom: 95px;
}
.newpackage-page .newpackage-video img {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
}
.newpackage-page .newpackage-video-btn {
  display: block;
  margin: 60px auto 100px;
  width: 100%;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #fff;
  cursor: pointer;
}
.newpackage-page .newpackage-video-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.newpackage-page .newpackage-video-btn span {
  position: relative;
  padding-right: 40px;
}
.newpackage-page .newpackage-video-btn span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/icon/icon_play.png) center right no-repeat;
  background-size: 100% auto;
}
.newpackage-page .newpackage-video-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.newpackage-page .newpackage-video-main-item {
  width: calc(50% - 25px);
}
.newpackage-page .newpackage-video-main-item:nth-child(odd) {
  margin-right: 50px;
}
.newpackage-page .newpackage-video-main-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 25px;
}
.newpackage-page .newpackage-video-main-image {
  margin-bottom: 50px;
}
.newpackage-page .newpackage-video-thumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newpackage-page .newpackage-video-thumb-item {
  text-align: center;
}
.newpackage-page .newpackage-video-thumb-item:nth-child(1) {
  width: 34.18%;
}
.newpackage-page .newpackage-video-thumb-item:nth-child(1) .image {
  padding-left: 25px;
  padding-right: 25px;
}
.newpackage-page .newpackage-video-thumb-item:nth-child(2) {
  width: 65.82%;
  padding-left: 28px;
}
.newpackage-page .newpackage-video-thumb-item:nth-child(2) .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.newpackage-page .newpackage-video-thumb-item:nth-child(2) .image img {
  width: calc(50% - 25px);
  margin-right: 25px;
}
.newpackage-page .newpackage-video-thumb-item .name {
  margin-bottom: 40px;
}
.newpackage-page .newpackage-video-thumb-item img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.newpackage-page .newpackage-activities {
  padding-top: 143px;
  margin-bottom: 100px;
  z-index: 2;
  position: relative;
}
.newpackage-page .newpackage-activities .group-award-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 130px;
}
.newpackage-page .newpackage-activities .group-award-wrapper .group-award-anchor {
  display: inline-block;
  width: 100%;
  max-width: 740px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
}
.newpackage-page .newpackage-activities .group-award-wrapper .group-award-anchor img {
  width: 100%;
}
.newpackage-page .newpackage-activities-title {
  text-align: center;
}
.newpackage-page .newpackage-activities-title h2 {
  font-family: 'Avenir Next Condensed Regular';
  font-size: 52px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 80px;
  margin-bottom: 10px;
}
.newpackage-page .newpackage-activities-content {
  max-width: 612px;
  padding-bottom: 0;
  padding-top: 45px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.newpackage-page .newpackage-activities-content h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 49px;
  padding-bottom: 43px;
  padding-top: 46px;
}
.newpackage-page .newpackage-activities-content p {
  padding-bottom: 40px;
}
.newpackage-page .newpackage-activities-content .list-plastic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 54px;
}
.newpackage-page .newpackage-activities-content .list-plastic-item {
  width: 33.333%;
  text-align: center;
}
.newpackage-page .newpackage-activities-content .list-plastic-item:first-child {
  text-align: left;
}
.newpackage-page .newpackage-activities-content .list-plastic-item:last-child {
  text-align: right;
}
.newpackage-page .newpackage-activities-content .note {
  font-size: 12px;
}
.newpackage-page .newpackage-activities .top-page {
  padding-top: 0;
}
.newpackage-page .newpackage-activities .top-page#design-award {
  padding-top: 96px;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .section-title {
  margin-bottom: 10px;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .box-group {
  padding: 7px 32px;
  padding-right: 56px;
  min-height: 96px;
  max-width: 740px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .box-group.box-award {
  margin-top: 60px;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .box-group .design {
  margin-right: 47px;
  margin-left: 36px;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .box-group .award {
  margin-right: 32px;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .box-group .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .box-group .info p {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .box-group .info .pdf {
  display: inline-block;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .list-packgage {
  margin-top: 65px;
}
.newpackage-page .newpackage-activities .top-page .section-packgage .list-packgage .item {
  width: 92px;
  margin-left: 18px;
  margin-right: 18px;
}
.newpackage-page .newpackage-activities .top-page .eco-banner-group {
  display: block;
  max-width: 735px;
  text-align: center;
  margin: 0 auto;
  padding: 99px 0;
  border-top: 1px solid #CCCCCC;
}
.newpackage-page .newpackage-activities .top-page .eco-banner {
  display: inline-block;
  position: relative;
  width: 100%;
}
.newpackage-page .newpackage-activities .top-page .eco-banner:hover {
  opacity: 1;
}
.newpackage-page .newpackage-activities .top-page .eco-banner:hover .line:before {
  width: 100%;
  opacity: 1;
}
.newpackage-page .newpackage-activities .top-page .eco-banner .line {
  content: '';
  position: absolute;
  z-index: 10;
  width: 63%;
  height: 2px;
  display: block;
  top: 60%;
  left: 52%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
.newpackage-page .newpackage-activities .top-page .eco-banner .line:before {
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  left: 0;
  top: 0;
  width: 0;
  opacity: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.newpackage-page .newpackage-activities .top-page .eco-banner img {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
}

/* @media screen and (max-width: 1200px) {
  .newpackage {
    &-page {
      .container {
        max-width: 700px;
      }
    }
  }
} */
@media screen and (max-width: 767px) {
  .newpackage-page {
    padding-bottom: 0;
  }
  .newpackage-page .newpackage-top {
    padding-top: 65px;
  }
  .newpackage-page .main-content {
    margin-bottom: 60px;
  }
  .newpackage-page .container {
    max-width: 414px;
    padding-right: 20px;
  }
  .newpackage-page .newpackage-title-main {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 12px;
  }
  .newpackage-page .newpackage-title-main-text-top {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .newpackage-page .newpackage-title-main-text-bottom {
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .newpackage-page .newpackage-video {
    padding-bottom: 22px;
  }
  .newpackage-page .newpackage-video-btn {
    margin-top: 40px;
    margin-bottom: 57px;
  }
  .newpackage-page .newpackage-video-main-item {
    width: 100%;
  }
  .newpackage-page .newpackage-video-main-item:nth-child(odd) {
    margin-right: 0;
  }
  .newpackage-page .newpackage-video-main-title {
    margin-bottom: 15px;
  }
  .newpackage-page .newpackage-video-thumb {
    display: block;
  }
  .newpackage-page .newpackage-video-thumb-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 38px;
  }
  .newpackage-page .newpackage-video-thumb-item:nth-child(1) {
    width: 100%;
  }
  .newpackage-page .newpackage-video-thumb-item:nth-child(1) .image {
    padding-left: 35px;
    padding-right: 35px;
  }
  .newpackage-page .newpackage-video-thumb-item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .newpackage-page .newpackage-video-thumb-item:nth-child(2) .image {
    padding-left: 35px;
    padding-right: 35px;
  }
  .newpackage-page .newpackage-video-thumb-item:nth-child(2) .image img {
    width: 100%;
    margin-right: 0;
  }
  .newpackage-page .newpackage-video-thumb-item:nth-child(2) .image img:not(:last-child) {
    margin-bottom: 24px;
  }
  .newpackage-page .newpackage-video-thumb-item .name {
    text-align: center;
    margin-bottom: 20px;
  }
  .newpackage-page .newpackage-activities {
    padding-top: 100px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .newpackage-page .newpackage-activities .group-award-wrapper {
    margin-bottom: 80px;
  }
  .newpackage-page .newpackage-activities .group-award-wrapper .group-award-anchor {
    width: 94%;
  }
  .newpackage-page .newpackage-activities-title h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 3px;
  }
  .newpackage-page .newpackage-activities-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
  }
  .newpackage-page .newpackage-activities-content h3 {
    font-size: 26px;
    line-height: 45px;
    padding-bottom: 12px;
    padding-top: 20px;
  }
  .newpackage-page .newpackage-activities-content p {
    padding-bottom: 30px;
  }
  .newpackage-page .newpackage-activities-content .list-plastic {
    padding-top: 33px;
    padding-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newpackage-page .newpackage-activities-content .list-plastic-item {
    text-align: left;
    width: 50%;
  }
  .newpackage-page .newpackage-activities-content .list-plastic-item:first-child {
    width: 100%;
    text-align: center;
  }
  .newpackage-page .newpackage-activities-content .list-plastic-item img {
    max-width: 130px;
  }
  .newpackage-page .newpackage-activities-content .note {
    line-height: 18px;
    padding-bottom: 0;
  }
  .newpackage-page .newpackage-activities .top-page {
    padding: 0 10px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage {
    margin-bottom: 60px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .section-title {
    font-size: 36px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .title-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .box-group {
    margin: 37px 0;
    padding: 30px;
    padding-top: 20px;
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .box-group .award {
    margin: 0;
    display: inline-block;
    width: 204px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .box-group .design {
    margin: 0;
    display: inline-block;
    width: 204px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .box-group .info {
    display: block;
    text-align: left;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .box-group .info p {
    display: inline;
    font-size: 14px;
    line-height: 20px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .box-group .info .pdf {
    vertical-align: middle;
    display: inline;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .list-packgage {
    margin-top: 79px;
    margin-bottom: 53px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .list-packgage .item {
    width: calc(33.333% - 34px);
    margin: 0 17px 35px;
  }
  .newpackage-page .newpackage-activities .top-page .section-packgage .group-bt .bt-black {
    font-size: 16px;
  }
  .newpackage-page .newpackage-activities .top-page .eco-banner-group {
    padding: 60px 0;
    margin: 0 -10px;
  }
}
.howto-page {
  padding-top: 92px;
  padding-bottom: 150px;
}
.howto-page .bg-fix-product::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.howto-page .bt-close {
  position: fixed;
  top: 49px;
  right: 58px;
  z-index: 10;
  width: 72px;
  height: 72px;
}
.howto-title-main {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 78px;
  line-height: 117px;
  text-transform: uppercase;
  font-family: 'Avenir Next Condensed Regular';
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}
.howto-title-main-text-top, .howto-title-main-text-bottom {
  display: block;
  text-align: center;
  color: #FFF;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.howto-title-main-text-top {
  font-size: 20px;
  margin-bottom: 8px;
}
.howto-title-main-text-bottom {
  font-size: 28px;
  margin-bottom: 52px;
}
.howto-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.1em;
  padding-top: 23px;
  padding-bottom: 22px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin-bottom: 56px;
}
.howto-title1 {
  margin-bottom: 47px;
}
.howto-text {
  color: #FFF;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.howto-nav {
  position: fixed;
  z-index: 10;
  bottom: 13.3%;
  right: 20px;
}
.howto-nav-text {
  color: #FFF;
  font-size: 12px;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 38px;
  letter-spacing: 0.1em;
}
.howto-nav ul li {
  position: relative;
  padding-right: 15px;
  text-align: right;
}
.howto-nav ul li:not(:last-child) {
  margin-bottom: 46px;
}
.howto-nav ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  display: block;
  background-color: #FFF;
}
.howto-nav ul li.active::before {
  opacity: .5;
}
.howto-nav ul li.active a {
  opacity: .5;
  pointer-events: none;
}
.howto-nav ul li a {
  color: #FFF;
  display: block;
}
.howto-nav ul li a:hover {
  opacity: 1;
}
.howto-nav ul li a:hover span {
  text-decoration: underline;
}
.howto-nav ul li .text-en {
  display: inline-block;
  font-family: 'Avenir Next Condensed Regular';
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}
.howto-nav ul li .text-jp {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.howto-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 89px;
}
.howto-step li {
  width: calc((100% / 3) - (94px*2/3));
  margin-right: 94px;
  margin-bottom: 55px;
}
.howto-step li:nth-child(3n) {
  margin-right: 0;
}
.howto-step-number {
  width: 27.18%;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.howto-step-image {
  position: relative;
  z-index: 1;
  margin-top: -27%;
  margin-bottom: 25px;
}
.howto-step-image img {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
}
.howto-step-text {
  color: #FFF;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.howto-product-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 612px;
  margin: 0 auto;
  margin-bottom: 96px;
}
.howto-product-mark li {
  width: calc(50% - 60px);
  margin-right: 120px;
}
.howto-product-mark li:nth-child(2n) {
  margin-right: 0;
}
.howto-product-mark li img {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 24px;
}
.howto-product-mark-title {
  color: #FFF;
  font-size: 24px;
  font-family: 'Avenir Next Condensed Regular';
  letter-spacing: 0.08em;
  line-height: 42px;
  text-align: center;
  margin-bottom: 25px;
}
.howto-product-mark-text {
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 24px;
}

.howtowear-page {
  padding-top: 92px;
  padding-bottom: 150px;
}
.howtowear-page .container {
  max-width: 740px;
}
.howtowear-page .howto-text {
  margin-bottom: 90px;
}

.howtostore-page .container {
  max-width: 740px;
}
.howtostore-page .howto-title-main-text-bottom {
  margin-bottom: 96px;
}

.howtosize-page .container {
  max-width: 860px;
}
.howtosize-page .howto-text {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.howtosize-page .howto-compare-size {
  margin-bottom: 150px;
}
.howtosize-page .howto-compare-size-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 52px;
  letter-spacing: 0.1em;
  line-height: 35px;
}
.howtosize-page .howto-compare-size-text {
  color: #FFF;
  text-align: center;
  margin-bottom: 59px;
  letter-spacing: 0.1em;
}
.howtosize-chart {
  margin-bottom: 163px;
}

.howtodenier-page .container {
  max-width: 740px;
}
.howtodenier-page .howto-title {
  margin-bottom: 38px;
}
.howtodenier-page .howto-text {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 55px;
  padding-left: 3px;
  letter-spacing: 1.45px;
}
.howtodenier-page .howto-text2 {
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  margin-bottom: 46px;
  letter-spacing: 2px;
}
.howtodenier-page .howto-images {
  display: grid;
  grid-template-columns: repeat(2, 330px);
  gap: 80px;
  margin-bottom: 81px;
}
.howtodenier-page .howto-images li img {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}
.howtodenier-page .howto-video {
  max-width: 612px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.howtodenier-page .howto-video .section-denier {
  position: relative;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  background: url(../img/howtodenier/bg_video_comfort.jpg) center center/contain no-repeat;
  width: 100%;
  height: 344px;
}
.howtodenier-page .howto-video .section-denier a {
  position: absolute;
  display: inline-block;
  border: 1px solid #FFF;
  font-family: kinto-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  background-color: transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 280px;
  height: 60px;
  line-height: 58px;
  left: 50%;
  top: 65.2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.howtodenier-page .howto-video .section-denier a::after {
  position: relative;
  top: 4px;
  margin-left: 14px;
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/icon/icon_play.png) center center/contain no-repeat;
}
.howtodenier-page .howto-video .section-denier:hover a {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.howtodenier-page .howto-list {
  display: grid;
  grid-template-columns: repeat(4, 152px);
  gap: 44px;
  margin-bottom: 91px;
}
.howtodenier-page .howto-list-degree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Avenir Next Condensed Regular';
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  margin-bottom: 18px;
  padding-top: 1px;
}
.howtodenier-page .howto-list-degree img {
  width: 32px;
  margin-left: 8px;
  margin-right: 8px;
}
.howtodenier-page .howto-list-degree span {
  position: relative;
  top: 2px;
  letter-spacing: 1.8px;
}
.howtodenier-page .howto-list-title {
  width: 100%;
  font-family: 'Avenir Next Condensed Regular';
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background-color: #000;
  color: #FFF;
  padding: 11px 8px 8px;
  letter-spacing: .5px;
}
.howtodenier-page .howto-list-image {
  margin-bottom: 18px;
}
.howtodenier-page .howto-list-text {
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}

/* @media screen and (max-width: 1200px) {
  .howtowear,
  .howtostore,
  .howtosize,
  .howtodenier {
    &-page {
      .container {
        max-width: 700px;
      }
    }
  }
}

@media screen and (max-width: 1170px) {
  .howtowear,
  .howtostore,
  .howtosize,
  .howtodenier {
    &-page {
      .container {
        max-width: 100%;
        padding-right: 220px;
      }
    }
  }
} */
@media screen and (max-width: 767px) {
  .howtowear-page .container,
  .howtostore-page .container,
  .howtosize-page .container,
  .howtodenier-page .container {
    max-width: 414px;
  }

  .howto-page {
    padding-top: 65px;
    padding-bottom: 0;
  }
  .howto-page .main-content {
    margin-bottom: 60px;
  }
  .howto-page .bt-close {
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
  }
  .howto-title-main {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 16px;
  }
  .howto-title-main-text-top {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .howto-title-main-text-bottom {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 41px;
  }
  .howto-title {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-bottom: 35px;
  }
  .howto-title1 {
    margin-bottom: 30px;
  }
  .howto-text {
    margin-bottom: 47px;
    line-height: 24.5px;
  }
  .howto-nav {
    position: relative;
    bottom: inherit;
    right: inherit;
  }
  .howto-nav-text {
    display: none;
  }
  .howto-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .howto-nav ul li {
    width: 50%;
    text-align: left;
    padding: 0;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
  }
  .howto-nav ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .howto-nav ul li:nth-child(odd) {
    border-left-width: 0;
  }
  .howto-nav ul li::before {
    content: none;
  }
  .howto-nav ul li a {
    padding: 32px 17px;
  }
  .howto-step {
    margin-bottom: 39px;
  }
  .howto-step li {
    width: calc((100% / 2) - 11px);
    margin-right: 22px;
    margin-bottom: 16px;
  }
  .howto-step li:nth-child(even) {
    margin-right: 0;
  }
  .howto-step li:nth-child(3n) {
    margin-right: 22px;
  }
  .howto-step-number {
    width: 23.01%;
  }
  .howto-step-image {
    margin-top: -21.8%;
    margin-bottom: 14px;
  }
  .howto-step-text {
    line-height: 24.5px;
  }
  .howto-product-mark {
    margin-bottom: 84px;
  }
  .howto-product-mark li {
    width: calc(50% - 11px);
    margin-right: 22px;
  }
  .howto-product-mark li img {
    margin-bottom: 14px;
  }
  .howto-product-mark-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .howto-product-mark-text {
    line-height: 24.5px;
  }

  .howtowear-page .container,
  .howtostore-page .container,
  .howtosize-page .container,
  .howtodenier-page .container {
    padding-right: 20px;
  }

  .howtowear-page .howto-text {
    margin-bottom: 47px;
  }

  .howtostore-page .howto-title-main-text-bottom {
    margin-bottom: 46px;
  }

  .howtosize-page .howto-text {
    margin-bottom: 58px;
  }
  .howtosize-page .howto-compare-size {
    margin: 0 -20px 125px -20px;
  }
  .howtosize-page .howto-compare-size-title {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .howtosize-page .howto-compare-size-image {
    overflow-x: auto;
  }
  .howtosize-page .howto-compare-size-image img {
    max-width: 860px;
  }
  .howtosize-chart {
    margin: 0 -20px 97px -20px;
  }

  .howtodenier-page .howto-title {
    padding-top: 10px;
    padding-bottom: 9px;
    margin-bottom: 15px;
  }
  .howtodenier-page .howto-title-main {
    line-height: 64px;
    margin-bottom: 14px;
  }
  .howtodenier-page .howto-title-main-text-top {
    margin-bottom: 12px;
  }
  .howtodenier-page .howto-title-main-text-bottom {
    margin-bottom: 40px;
  }
  .howtodenier-page .howto-text {
    padding-left: 0;
    margin-bottom: 35px;
  }
  .howtodenier-page .howto-text2 {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 37px;
  }
  .howtodenier-page .howto-images {
    grid-template-columns: repeat(1, 100%);
    gap: 26px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 32px;
  }
  .howtodenier-page .howto-video {
    margin-bottom: 80px;
  }
  .howtodenier-page .howto-video .section-denier {
    height: 49.9vw;
  }
  .howtodenier-page .howto-video .section-denier a {
    border: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 19px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  }
  .howtodenier-page .howto-video .section-denier a::after {
    top: 0;
    margin-left: 0;
    width: 40px;
    height: 40px;
  }
  .howtodenier-page .howto-list {
    grid-template-columns: repeat(2, 46%);
    gap: 24px;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 95px;
  }
  .howtodenier-page .howto-list-degree {
    font-size: 24px;
  }
  .howtodenier-page .howto-list-degree img {
    margin-left: 3px;
  }
  .howtodenier-page .howto-list-title {
    font-size: 18px;
  }
  .howtodenier-page .howto-list-image {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 370px) {
  .howtodenier-page .howto-list {
    padding-left: 0;
    padding-right: 0;
  }
  .howtodenier-page .howto-list-degree {
    font-size: 16px;
  }
  .howtodenier-page .howto-list-title {
    font-size: 14px;
  }
}
.group-section-title {
  display: block;
}
.group-section-title .section-text {
  font-size: 27px;
  text-align: center;
  display: block;
  margin-top: 105px;
  font-weight: 400;
  font-family: 'Avenir Next Condensed Regular';
}
.group-section-title .section-title {
  text-align: center;
  font-size: 78px;
  line-height: 117px;
  display: block;
  font-weight: 400;
  margin-top: 0;
  font-family: 'Avenir Next Condensed Regular';
}

.group-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: -45px;
  width: 100%;
  max-width: 894px;
}
.group-award img {
  display: inline-block;
  margin-right: 32px;
}
.group-award img:last-child {
  margin-right: 0;
}

.group-lineup-product .group-section-title .section-title-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  margin-top: 15px;
}
.group-lineup-product .group-2-items {
  width: 100%;
  max-width: 894px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.group-lineup-product .group-2-items .item {
  position: relative;
  display: block;
  padding: 0 43px;
  padding-top: 373px;
  width: calc(50% - 37px);
  margin-bottom: 76px;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.group-lineup-product .group-2-items .item.new-item {
  margin-top: 55px;
}
.group-lineup-product .group-2-items .item.new-item:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -24px;
  width: 80px;
  height: 46px;
  background: url("../img/icon/icon_product_new.png") no-repeat;
  background-size: 100% 100%;
}
.group-lineup-product .group-2-items .item.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.group-lineup-product .group-2-items .item:hover .bg-item {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.6 !important;
}
.group-lineup-product .group-2-items .item:hover .group-bg:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: rgba(0, 0, 0, 0.25);
}
.group-lineup-product .group-2-items .item:nth-child(2n) {
  -webkit-transform: translate3d(0, 180px, 0);
          transform: translate3d(0, 180px, 0);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.group-lineup-product .group-2-items .item:nth-child(2n).animated {
  -webkit-transform: translate3d(0, 130px, 0);
          transform: translate3d(0, 130px, 0);
}
.group-lineup-product .group-2-items .item#on .bg-item {
  background: url("../img/lineup/on_bg_item.png") center top no-repeat;
  background-size: cover;
  opacity: 0.35;
}
.group-lineup-product .group-2-items .item#on .group-bg .bg-color {
  background: url("../img/lineup/on_bg_img.png") center top no-repeat;
  background-size: cover;
}
.group-lineup-product .group-2-items .item#hada .bg-item {
  background-color: #EDACA6;
}
.group-lineup-product .group-2-items .item#hada .group-bg .bg-color {
  background-color: #EDACA6;
}
.group-lineup-product .group-2-items .item#mi .bg-item {
  background-color: #BA949F;
}
.group-lineup-product .group-2-items .item#mi .group-bg .bg-color {
  background-color: #BA949F;
}
.group-lineup-product .group-2-items .item#yubi .bg-item {
  background-color: #ECA576;
}
.group-lineup-product .group-2-items .item#yubi .group-bg .bg-color {
  background-color: #ECA576;
}
.group-lineup-product .group-2-items .item#atsu .bg-item {
  background-color: #E57F64;
}
.group-lineup-product .group-2-items .item#atsu .group-bg .bg-color {
  background-color: #E57F64;
}
.group-lineup-product .group-2-items .item#sou .bg-item {
  background-color: #A1D08D;
}
.group-lineup-product .group-2-items .item#sou .group-bg .bg-color {
  background-color: #A1D08D;
}
.group-lineup-product .group-2-items .item#tou .bg-item {
  background-color: #7FC2AB;
}
.group-lineup-product .group-2-items .item#tou .group-bg .bg-color {
  background-color: #7FC2AB;
}
.group-lineup-product .group-2-items .item#kyo .bg-item {
  background-color: #6397AA;
}
.group-lineup-product .group-2-items .item#kyo .group-bg .bg-color {
  background-color: #6397AA;
}
.group-lineup-product .group-2-items .item#kai .bg-item {
  background-color: #90ABCA;
}
.group-lineup-product .group-2-items .item#kai .group-bg .bg-color {
  background-color: #90ABCA;
}
.group-lineup-product .group-2-items .item#rei .bg-item {
  background: url("../img/lineup/rei_bg_item.png") center top no-repeat;
  background-size: cover;
}
.group-lineup-product .group-2-items .item#rei .group-bg .bg-color {
  padding-top: 25px;
  background: url("../img/lineup/rei_bg_img.png") center top no-repeat;
  background-size: cover;
}
.group-lineup-product .group-2-items .item#rei .group-bg .bg-color .logo {
  margin-bottom: 25px;
}
.group-lineup-product .group-2-items .item#sai .bg-item {
  background: url("../img/lineup/sai_bg_item.png") center top no-repeat;
  background-size: cover;
  opacity: 0.35;
}
.group-lineup-product .group-2-items .item#sai .group-bg .bg-color {
  background: url("../img/lineup/sai_bg_img.png") center top no-repeat;
  background-size: cover;
}
.group-lineup-product .group-2-items .item#kuro .bg-item {
  background-color: #3E3A39;
}
.group-lineup-product .group-2-items .item#kuro .group-bg .bg-color {
  background-color: #3E3A39;
}
.group-lineup-product .group-2-items .item#tight-kai .bg-item {
  background-color: #747B95;
}
.group-lineup-product .group-2-items .item#tight-kai .group-bg .bg-color {
  background-color: #747B95;
}
.group-lineup-product .group-2-items .item#tight-dan .bg-item {
  background-color: #870015;
}
.group-lineup-product .group-2-items .item#tight-dan .group-bg .bg-color {
  background-color: #870015;
}
.group-lineup-product .group-2-items .item#tight-atsu .bg-item {
  background-color: #CB5B46;
}
.group-lineup-product .group-2-items .item#tight-atsu .group-bg .bg-color {
  background-color: #CB5B46;
}
.group-lineup-product .group-2-items .item#tight-yubi .bg-item {
  background-color: #D3843D;
}
.group-lineup-product .group-2-items .item#tight-yubi .group-bg .bg-color {
  background-color: #D3843D;
}
.group-lineup-product .group-2-items .item#tight-sai .bg-item {
  background: url("../img/lineup/tight-sai_bg_item.png") center top no-repeat;
  background-size: cover;
  opacity: 0.35;
}
.group-lineup-product .group-2-items .item#tight-sai .group-bg .bg-color {
  background: url("../img/lineup/tight-sai_bg_img.png") center top no-repeat;
  background-size: cover;
}
.group-lineup-product .group-2-items .item#tight-kuro .bg-item {
  background-color: #3E3A39;
}
.group-lineup-product .group-2-items .item#tight-kuro .group-bg .bg-color {
  background-color: #3E3A39;
}
.group-lineup-product .group-2-items .item#tight-netsu .bg-item {
  background: url("../img/lineup/tight-netsu_bg_item.png") center top no-repeat;
  background-size: cover;
  opacity: 0.35;
}
.group-lineup-product .group-2-items .item#tight-netsu .group-bg .bg-color {
  background: url("../img/lineup/tight-netsu_bg_img.png") center top no-repeat;
  background-size: cover;
}
.group-lineup-product .group-2-items .item .bg-item {
  position: absolute;
  width: 100%;
  height: calc(100% - 21px);
  top: 54px;
  left: 0;
  z-index: 0;
  background-color: transparent;
  opacity: 0.25;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.group-lineup-product .group-2-items .item .group-bg {
  position: absolute;
  z-index: 12;
  width: 88.8%;
  max-width: 364px;
  left: -24px;
  top: 0;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.group-lineup-product .group-2-items .item .group-bg:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 6px inset transparent;
}
.group-lineup-product .group-2-items .item .group-bg .bg-color {
  height: 281px;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 45px 20px;
  position: relative;
}
.group-lineup-product .group-2-items .item .group-bg .bg-color .logo-ldk {
  position: absolute;
  top: 10px;
  left: 14px;
}
.group-lineup-product .group-2-items .item .group-bg .bg-color .logo {
  margin: 0 auto;
  margin-bottom: 30px;
}
.group-lineup-product .group-2-items .item .group-bg .bg-color .text {
  display: block;
  margin: 0 auto;
}
.group-lineup-product .group-2-items .item .group-bg .bg {
  display: block;
  height: 190px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.group-lineup-product .group-2-items .item .group-info {
  position: relative;
  z-index: 10;
  padding: 25px 5px;
  padding-left: 33px;
  padding-top: 128px;
  min-height: 304px;
  background-color: rgba(255, 255, 255, 0.7);
}
.group-lineup-product .group-2-items .item .group-info .title {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
}
.group-lineup-product .group-2-items .item .group-info .group-size {
  margin-bottom: 16px;
}
.group-lineup-product .group-2-items .item .group-info .group-color-container {
  margin-top: 22px;
  display: block;
}

.lineup-page .circle-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lineup-page .product-nav-menu {
  display: none;
}
.lineup-page .section-stock-button {
  margin-top: 185px;
}
.lineup-page .section-stock-button .bt-stocking {
  text-align: center;
  padding-left: 0;
  max-width: 365px;
}
.lineup-page .product-nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .lineup-page.lineup-page-tight .product-nav {
    bottom: 260px;
  }
  .lineup-page.lineup-page-tight .product-nav-menu {
    bottom: 120px;
  }
  .lineup-page.lineup-page-tight .circle-link {
    bottom: 175px;
  }
  .lineup-page.lineup-page-tight .bt-to-top {
    right: 33px;
  }
  .lineup-page.lineup-page-stocking.lineup-product-small-height .circle-link {
    bottom: 40px;
  }
  .lineup-page.lineup-page-stocking.lineup-product-small-height .product-nav {
    bottom: 115px;
  }
  .lineup-page.lineup-page-stocking.lineup-product-small-height .product-nav .item {
    margin-bottom: 7px;
  }
  .lineup-page.lineup-page-stocking.lineup-product-small-height .product-nav-menu.close {
    bottom: 0;
  }
  .lineup-page.lineup-page-stocking .circle-link {
    bottom: 75px;
  }
  .lineup-page.lineup-page-stocking .product-nav .item {
    margin-bottom: 8px;
  }
  .lineup-page.lineup-page-stocking .product-nav-menu {
    bottom: 120px;
  }
  .lineup-page.lineup-page-stocking .product-nav-menu.close {
    bottom: 20px;
  }
  .lineup-page.lineup-page-stocking .bt-to-top {
    right: 33px;
  }
  .lineup-page .section-stock-button {
    margin-top: 60px;
  }
  .lineup-page .section-stock-button .bt-stocking {
    max-width: 100%;
  }
  .lineup-page .product-nav-menu {
    display: block;
  }
  .lineup-page .product-nav {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  .lineup-page .product-nav.show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .group-section-title .section-text {
    font-size: 24px;
    margin-top: 115px;
    margin-bottom: 8px;
  }
  .group-section-title .section-title {
    font-size: 48px;
    line-height: 60px;
  }

  .group-award {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0;
  }
  .group-award img {
    width: 120px;
  }

  .group-lineup-product > .container {
    padding: 0 !important;
  }
  .group-lineup-product .group-section-title .section-title-text {
    font-size: 16px;
  }
  .group-lineup-product .group-2-items {
    display: block;
    margin-top: 95px;
    margin-bottom: 0;
  }
  .group-lineup-product .group-2-items .item {
    width: 100%;
    padding: 0;
    margin-bottom: -20px;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .group-lineup-product .group-2-items .item.new-item {
    margin-top: 44px;
  }
  .group-lineup-product .group-2-items .item.new-item:before {
    left: 30px;
    top: -44px;
    width: 58px;
    height: 34px;
  }
  .group-lineup-product .group-2-items .item#on .group-bg .bg-color .logo {
    width: 70px;
  }
  .group-lineup-product .group-2-items .item#on .group-bg .bg-color .text {
    width: 276px;
  }
  .group-lineup-product .group-2-items .item#hada .group-bg .bg-color .logo {
    width: 80px;
  }
  .group-lineup-product .group-2-items .item#hada .group-bg .bg-color .text {
    width: 246px;
  }
  .group-lineup-product .group-2-items .item#mi .group-bg .bg-color .logo {
    width: 80px;
  }
  .group-lineup-product .group-2-items .item#mi .group-bg .bg-color .text {
    width: 266px;
  }
  .group-lineup-product .group-2-items .item#yubi .group-bg .bg-color .logo {
    width: 80px;
  }
  .group-lineup-product .group-2-items .item#yubi .group-bg .bg-color .text {
    width: 252px;
  }
  .group-lineup-product .group-2-items .item#atsu .group-bg .bg-color .logo {
    width: 75px;
  }
  .group-lineup-product .group-2-items .item#atsu .group-bg .bg-color .text {
    width: 282px;
  }
  .group-lineup-product .group-2-items .item#sou .group-bg .bg-color .logo {
    width: 72px;
  }
  .group-lineup-product .group-2-items .item#sou .group-bg .bg-color .text {
    width: 265px;
  }
  .group-lineup-product .group-2-items .item#tou .group-bg .bg-color .logo {
    width: 80px;
  }
  .group-lineup-product .group-2-items .item#tou .group-bg .bg-color .text {
    width: 264px;
  }
  .group-lineup-product .group-2-items .item#kyo .group-bg .bg-color .logo {
    width: 72px;
  }
  .group-lineup-product .group-2-items .item#kyo .group-bg .bg-color .text {
    width: 264px;
  }
  .group-lineup-product .group-2-items .item#kai .group-bg .bg-color .logo {
    width: 80px;
  }
  .group-lineup-product .group-2-items .item#kai .group-bg .bg-color .text {
    width: 280px;
  }
  .group-lineup-product .group-2-items .item#rei .group-bg .bg-color .logo {
    width: 80px;
  }
  .group-lineup-product .group-2-items .item#rei .group-bg .bg-color .text {
    width: 245px;
  }
  .group-lineup-product .group-2-items .item#sai .group-bg .bg-color .logo {
    width: 73px;
  }
  .group-lineup-product .group-2-items .item#sai .group-bg .bg-color .text {
    width: 264px;
  }
  .group-lineup-product .group-2-items .item#kuro .group-bg .bg-color .logo {
    width: 74px;
  }
  .group-lineup-product .group-2-items .item#kuro .group-bg .bg-color .text {
    width: 248px;
  }
  .group-lineup-product .group-2-items .item#tight-dan .group-bg .bg-color .logo {
    width: 66px;
  }
  .group-lineup-product .group-2-items .item#tight-dan .group-bg .bg-color .text {
    width: 256px;
  }
  .group-lineup-product .group-2-items .item#tight-atsu .group-bg .bg-color .logo {
    width: 75px;
  }
  .group-lineup-product .group-2-items .item#tight-atsu .group-bg .bg-color .text {
    width: 238px;
  }
  .group-lineup-product .group-2-items .item#tight-yubi .group-bg .bg-color .logo {
    width: 80px;
  }
  .group-lineup-product .group-2-items .item#tight-yubi .group-bg .bg-color .text {
    width: 288px;
  }
  .group-lineup-product .group-2-items .item#tight-sai .group-bg .bg-color .logo {
    width: 73px;
  }
  .group-lineup-product .group-2-items .item#tight-sai .group-bg .bg-color .text {
    width: 276px;
  }
  .group-lineup-product .group-2-items .item#tight-kuro .group-bg .bg-color .logo {
    width: 74px;
  }
  .group-lineup-product .group-2-items .item#tight-kuro .group-bg .bg-color .text {
    width: 296px;
  }
  .group-lineup-product .group-2-items .item#tight-netsu .group-bg .bg-color .logo {
    width: 70px;
  }
  .group-lineup-product .group-2-items .item#tight-netsu .group-bg .bg-color .text {
    width: 292px;
  }
  .group-lineup-product .group-2-items .item:nth-child(2n) {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  .group-lineup-product .group-2-items .item:nth-child(2n).animated {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .group-lineup-product .group-2-items .item .bg-item {
    top: 100px;
    height: calc(100% - 167px);
  }
  .group-lineup-product .group-2-items .item .group-bg {
    position: relative;
    margin: 0 auto;
    width: 84%;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 100%;
  }
  .group-lineup-product .group-2-items .item .group-bg .bg-color {
    height: 240px;
  }
  .group-lineup-product .group-2-items .item .group-bg .bg-color .logo-ldk {
    width: 80px;
  }
  .group-lineup-product .group-2-items .item .group-bg .bg-color .text {
    max-width: calc(100% - 20px);
  }
  .group-lineup-product .group-2-items .item .group-info {
    width: 84%;
    min-height: 0;
    margin: 0 auto;
    padding-left: 28px;
    -webkit-transform: translate(20px, -97px);
            transform: translate(20px, -97px);
  }
}
.bt-play2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  background: url("../img/movie/bt-play.png") no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.movie-page .product-nav {
  display: none;
}
.movie-page .product-nav-menu {
  display: none;
}
.movie-page .section-row:not(:last-child) {
  margin-bottom: 140px;
}
.movie-page .section-row.other .group-title {
  margin-bottom: 5px;
}
.movie-page .section-row.other .list-video .item-video {
  margin-bottom: 42px;
}
.movie-page .section-row.other .list-video .item-video .bg {
  margin-bottom: 62px;
}
.movie-page .group-title {
  margin-bottom: 52px;
}
.movie-page .group-title .section-title {
  padding-left: 9px;
  margin-bottom: 12px;
}
.movie-page .group-title .section-title-small {
  letter-spacing: 1.4px;
  padding-left: 4px;
}
.movie-page .text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.4px;
}
.movie-page .section-gray {
  background: none;
  padding: 0;
}
.movie-page .section-gray .box-gray-container {
  width: 100%;
  max-width: 855px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 156px;
  padding: 78px 38px;
  padding-left: 60px;
  background-color: rgba(0, 0, 0, 0.3);
}
.movie-page .section-gray .box-gray-container .box-gray {
  max-width: 368px;
  margin-right: 30px;
}
.movie-page .section-gray .box-gray-container .box-gray .bt-play2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.movie-page .section-gray .box-gray-container .info {
  font-size: 28px;
  line-height: 49px;
}
.movie-page .section-gray .list-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 34px;
}
.movie-page .section-gray .list-video .item-video {
  display: block;
  width: 100%;
  max-width: 368px;
  margin-top: 54px;
  overflow: visible;
}
.movie-page .section-gray .list-video .item-video .bg-container {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.movie-page .section-gray .list-video .item-video .bg {
  margin-bottom: 33px;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.movie-page .section-gray .list-video .item-video .bg .bt-play2 {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
}
.movie-page .section-gray .list-video .item-video .video-info {
  display: block;
}
.movie-page .section-gray .list-video .item-video .video-info .title {
  font-size: 27px;
  font-family: 'Avenir Next Condensed Regular';
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 18px;
}
.movie-page .section-gray .list-video .item-video .video-info .title.small {
  font-size: 24px;
}
.movie-page .section-gray .list-video .item-video .video-info .desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .movie-page .section-row:not(:last-child) {
    margin-bottom: 100px;
  }
  .movie-page .section-row.other .list-video .item-video {
    margin-bottom: 0;
  }
  .movie-page .section-row.other .list-video .item-video .bg {
    margin-bottom: 30px;
  }
  .movie-page .group-title .section-title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 5px;
  }
  .movie-page .group-title .section-title-small {
    font-size: 12px;
  }
  .movie-page .section-gray .box-gray-container {
    padding: 60px 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    margin-bottom: 80px;
  }
  .movie-page .section-gray .box-gray-container .box-gray {
    max-width: 100%;
    margin-right: 0;
  }
  .movie-page .section-gray .list-video {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .movie-page .section-gray .list-video .item-video {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
  .movie-page .section-gray .list-video .item-video .bg {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .movie-page .section-gray .box-gray-container .info {
    font-size: 22px;
    line-height: 1.6;
  }
  .movie-page .section-gray .list-video .item-video {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
  .movie-page .section-gray .list-video .item-video .bg {
    margin-bottom: 30px;
  }
}
.nav-character {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 75px;
  height: 75px;
  -webkit-transform: translate3d(-80px, 0, 0);
          transform: translate3d(-80px, 0, 0);
  display: block;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.nav-character.hada {
  background-color: #EDACA6;
}
.nav-character.mi {
  background-color: #BA949F;
}
.nav-character.yubi {
  background-color: #ECA576;
}
.nav-character.atsu {
  background-color: #E57F64;
}
.nav-character.sou {
  background-color: #A1D08D;
}
.nav-character.tou {
  background-color: #7FC2AB;
}
.nav-character.kyo {
  background-color: #6397AA;
}
.nav-character.kai {
  background-color: #90ABCA;
}
.nav-character.rei {
  background: url("../img/character/color_rei-1.jpg") center no-repeat, url("../img/character/color_rei-2.jpg") center no-repeat;
  background-size: cover, cover;
}
.nav-character.sai {
  color: #666666;
  background: url("../img/character/color_sai.jpg") left top no-repeat;
  background-size: cover;
}
.nav-character.kuro {
  background-color: #3E3A39;
}
.nav-character.on {
  background: url("../img/character/color_on.jpg") left top no-repeat;
  background-size: cover;
}
.nav-character.tight-kai {
  background-color: #747B95;
}
.nav-character.tight-dan {
  background-color: #870015;
}
.nav-character.tight-atsu {
  background-color: #CB5B46;
}
.nav-character.tight-yubi {
  background-color: #D3843D;
}
.nav-character.tight-sai {
  color: #666666;
  background: url("../img/character/color_tight-sai.jpg") left top no-repeat;
  background-size: cover;
}
.nav-character.tight-netsu {
  color: #fff;
  background: url("../img/character/color_tight-netsu.jpg") left top no-repeat;
  background-size: cover;
}
.nav-character img {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.kv-product {
  width: 100%;
  display: block;
}
.kv-product .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.kv-product.hada .bg {
  background-color: #EDACA6;
}
.kv-product.hada .kv-info {
  background-color: #EDACA6;
}
.kv-product.mi .bg {
  background-color: #BA949F;
}
.kv-product.mi .kv-info {
  background-color: #BA949F;
}
.kv-product.yubi .bg {
  background-color: #ECA576;
}
.kv-product.yubi .kv-info {
  background-color: #ECA576;
}
.kv-product.atsu .bg {
  background-color: #E57F64;
}
.kv-product.atsu .kv-info {
  background-color: #E57F64;
}
.kv-product.sou .bg {
  background-color: #A1D08D;
}
.kv-product.sou .kv-info {
  background-color: #A1D08D;
}
.kv-product.tou .bg {
  background-color: #7FC2AB;
}
.kv-product.tou .kv-info {
  background-color: #7FC2AB;
}
.kv-product.kyo .bg {
  background-color: #6397AA;
}
.kv-product.kyo .kv-info {
  background-color: #6397AA;
}
.kv-product.kai .bg {
  background-color: #90ABCA;
}
.kv-product.kai .kv-info {
  background-color: #90ABCA;
}
.kv-product.rei .bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/lineup/rei/kv/bg_main.png");
  background-size: cover;
}
.kv-product.rei .kv-info {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/lineup/rei/kv/bg_color.png");
  background-size: cover;
}
.kv-product.sai .bg {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/lineup/sai/kv/bg_main.png");
  background-size: cover;
}
.kv-product.sai .kv-info {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/lineup/sai/kv/bg_color.png");
  background-size: cover;
}
.kv-product.sai .kv-info .info-left .title {
  color: #000;
}
.kv-product.sai .kv-info .info-left .quality-chart-content .quality-info .info {
  color: #000;
}
.kv-product.kuro .bg {
  background-color: #3E3A39;
}
.kv-product.kuro .kv-info {
  background-color: #3E3A39;
}
.kv-product.on .bg {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/lineup/on/kv/bg_main.png");
  background-size: cover;
}
.kv-product.on .kv-info {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/lineup/on/kv/bg_color.png");
  background-size: cover;
}
.kv-product.tight-kai .bg {
  background-color: #747B95;
}
.kv-product.tight-kai .kv-info {
  background-color: #747B95;
}
.kv-product.tight-dan .bg {
  background-color: #870015;
}
.kv-product.tight-dan .kv-info {
  background-color: #870015;
}
.kv-product.tight-atsu .bg {
  background-color: #CB5B46;
}
.kv-product.tight-atsu .kv-info {
  background-color: #CB5B46;
}
.kv-product.tight-yubi .bg {
  background-color: #D3843D;
}
.kv-product.tight-yubi .kv-info {
  background-color: #D3843D;
}
.kv-product.tight-sai .bg {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/lineup/tight-sai/kv/bg_main.png");
  background-size: cover;
}
.kv-product.tight-sai .kv-info {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/lineup/tight-sai/kv/bg_color.png");
  background-size: cover;
}
.kv-product.tight-sai .kv-info .info-left .title {
  color: #000;
}
.kv-product.tight-sai .kv-info .info-left .quality-chart-content .quality-info .info {
  color: #000;
}
.kv-product.tight-netsu .bg {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/lineup/tight-netsu/kv/bg_main.png");
  background-size: cover;
}
.kv-product.tight-netsu .kv-info {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/lineup/tight-netsu/kv/bg_color.png");
  background-size: cover;
}
.kv-product.tight-netsu .kv-info .info-left .title {
  color: #000;
}
.kv-product.tight-netsu .kv-info .info-left .quality-chart-content .quality-info .info {
  color: #000;
}
.kv-product .kv-info-wrapper {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv-product .kv-info {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.kv-product .kv-info .info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46.74%;
  padding-top: 60px;
  padding-bottom: 28px;
  text-align: center;
  position: relative;
}
.kv-product .kv-info .info-left .logo-ldk {
  position: absolute;
  top: 20px;
  left: -55px;
}
.kv-product .kv-info .info-left .logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 55px;
}
.kv-product .kv-info .info-left .text {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
.kv-product .kv-info .info-left .title {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-family: 'Avenir Next Condensed Regular';
  font-weight: 400;
}
.kv-product .kv-info .info-left .quality-chart-content .quality-info .info {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info2 {
  top: 60px;
  right: 15px;
}
.kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info3 {
  top: 165px;
  right: -5px;
}
.kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info5 {
  top: 165px;
  left: -30px;
}
.kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info6 {
  left: -30px;
}
.kv-product .kv-info .info-right {
  display: block;
  width: 53.26%;
  min-height: 85vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-info .content {
  display: block;
  padding-top: 150px;
  padding-bottom: 91px;
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
}

#product-howto {
  display: block;
  margin-bottom: 70px;
}
#product-howto .group-bt-howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#product-howto .group-bt-howto .bt-howto {
  display: inline-block;
  margin: 0 16px;
  margin-bottom: 30px;
  width: 162px;
  height: 39px;
  border: 1px solid #000;
  line-height: 37px;
  text-align: center;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#product-howto .group-bt-howto .bt-howto:hover {
  color: #fff;
  background-color: #000;
}

#function-list-all {
  display: block;
  margin-bottom: 95px;
}
#function-list-all .product-info-title2 {
  display: block;
  margin-bottom: 50px;
}
#function-list-all .list-function-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 695px;
}
#function-list-all .list-function {
  margin: 0 -8px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#function-list-all .list-function .item {
  display: block;
  width: 20%;
  height: auto;
  padding: 0 8px;
  margin: 0;
  margin-bottom: 20px;
  background: none;
}
#function-list-all .list-function .item.backmark {
  width: 40%;
}
#function-list-all .list-function .item.backmark .img-contain {
  background: none;
  border-radius: 0;
  width: 181px;
  height: auto;
  margin-left: 28px;
}
#function-list-all .list-function .item.backmark .img-contain img {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#function-list-all .list-function .item.backmark .info {
  width: 100%;
}
#function-list-all .list-function .item .img-contain {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #999999;
}
#function-list-all .list-function .item .img-contain img {
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#function-list-all .list-function .item .info {
  position: relative;
  display: block;
}

.bt-expand-wrapper {
  text-align: center;
  display: block;
}

.bt-expand {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.bt-expand.show:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.bt-expand:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
  font-size: 12px;
  background: url("../img/icon/icon_plus_expand.png") no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.stocking-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 747px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 65px;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 auto;
  margin-bottom: 94px;
  color: #000;
}
.stocking-item .group-img {
  display: block;
  width: 100%;
  max-width: 246px;
  position: relative;
}
.stocking-item .group-img.new-item:before {
  content: '';
  position: absolute;
  top: -45px;
  left: 0;
  width: 50px;
  height: 29px;
  display: block;
  pointer-events: none;
  background: url("../img/icon/icon_product_new.png") no-repeat;
  background-size: 100% 100%;
}
.stocking-item .group-img .big-contain {
  position: relative;
  display: inline-block;
}
.stocking-item .group-img .big-contain:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 4px);
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.16);
}
.stocking-item .group-img .big-contain img {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.stocking-item .group-img .big {
  width: 100%;
  display: block;
}
.stocking-item .group-img .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 25px;
}
.stocking-item .group-img .small img {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
}
.stocking-item .group-img .small p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  display: inline-block;
}
.stocking-item .group-img .small p span {
  font-size: 10px;
}
.stocking-item .group-info {
  width: 100%;
  max-width: 368px;
}
.stocking-item .group-info .title-group {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
}
.stocking-item .group-info .group-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.stocking-item .group-info .group-code .code {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  letter-spacing: 0.1em;
}
.stocking-item .group-info .group-code .price {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  letter-spacing: 0.1em;
}
.stocking-item .group-info .group-bt1 {
  display: block;
  margin-bottom: 20px;
  margin-top: 26px;
}
.stocking-item .group-info .group-bt1 .bt-small {
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 90px;
  width: auto;
  white-space: nowrap;
  height: 24px;
  color: #fff;
  background-color: #000;
  border-radius: 15px;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  border: none;
  letter-spacing: 0.1em;
}
.stocking-item .group-info .group-bt1 .bt-small:last-child {
  margin-right: 0;
}
.stocking-item .group-info .group-bt1 .bt-small span {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
.stocking-item .group-info .list-size {
  margin-bottom: 10px;
}
.stocking-item .group-info .list-size .size-item {
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  border-radius: 15px;
  font-size: 12px;
  min-width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.stocking-item .group-info .list-size .size-item.size-j {
  font-size: 11px;
}
.stocking-item .group-info .list-size .size-item.size-j span {
  font-size: 16px;
}
.stocking-item .group-info .list-size .size-item:last-child {
  margin-right: 0;
}
.stocking-item .group-info .list-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.stocking-item .group-info .list-color.long-item .item {
  width: 100%;
}
.stocking-item .group-info .list-color .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
.stocking-item .group-info .list-color .item img {
  width: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.stocking-item .group-info .list-color .item .color-name {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.stocking-item .group-info .group-catalog {
  display: block;
  margin-bottom: 30px;
}
.stocking-item .group-info .group-catalog .title {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.stocking-item .group-info .group-catalog .title.line {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.stocking-item .group-info .group-catalog .list-catalog {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 13px;
}
.stocking-item .group-info .group-catalog .list-catalog li {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  margin-bottom: 13px;
  margin-right: 20px;
}
.stocking-item .group-info .group-catalog .list-catalog li:last-child {
  margin-right: 0;
}
.stocking-item .group-info .group-catalog .list-catalog li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.stocking-item .group-info .group-function {
  display: block;
  position: relative;
  z-index: 100;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.stocking-item .group-info .group-function.expand {
  overflow: visible;
}
.stocking-item .group-info .bt-buy {
  display: block;
  max-width: 366px;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 16px;
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.stocking-item .group-info .bt-buy.none {
  pointer-events: none;
}
.stocking-item .group-info .bt-choose-size {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  position: relative;
  padding-left: 30px;
  margin-top: 35px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.stocking-item .group-info .bt-choose-size.none {
  pointer-events: none;
}
.stocking-item .group-info .bt-choose-size:hover {
  text-decoration: none;
}
.stocking-item .group-info .bt-choose-size:hover:before {
  background-image: url("../img/icon/icon_plus_hover.png");
}
.stocking-item .group-info .bt-choose-size:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-image: url("../img/icon/icon_plus.png");
  background-size: 100% 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.lineup-product .section-wrapper-button {
  display: block;
}
.lineup-product .section-wrapper-button .container {
  padding: 0 20px !important;
}
.lineup-product .section-wrapper-button .bt-product-lineup {
  margin: 0 auto;
}
.lineup-product.lineup-product-stocking .bt-dennier {
  display: none !important;
}
.lineup-product.lineup-product-stocking .section-text2 {
  display: none !important;
}
.lineup-product.lineup-product-tight.tight-netsu .stocking-item .group-img .big {
  border-radius: unset;
}
.lineup-product.lineup-product-tight .section-text1 {
  display: none !important;
}
.lineup-product .circle-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lineup-product .list-function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lineup-product .list-function .item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #999999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lineup-product .list-function .item.backmark {
  width: 181px;
  background: none;
  border-radius: 0;
}
.lineup-product .list-function .item.backmark img {
  width: 100%;
  max-width: none;
  max-height: none;
}
.lineup-product .list-function .item:last-child {
  margin-right: 0;
}
.lineup-product .list-function .item img {
  display: inline-block;
  max-width: 50px;
  max-height: 50px;
}
.lineup-product .list-function .item .info {
  width: 100%;
  color: #000;
  margin-top: 20px;
}
.lineup-product .list-function .item .info .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.lineup-product .list-function .item .info .name span {
  display: block;
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 0em;
}
.lineup-product .list-function .item .info .desc {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.lineup-product .list-function .item .info {
  position: absolute;
  display: none;
}
.lineup-product.show-nav .nav-character {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s 0s, visibility 0s 0s;
  transition: opacity 1s 0s, visibility 0s 0s;
}
.lineup-product.kai .bg-fix-product {
  opacity: 0.35;
}
.lineup-product.kai .bg-fix-product:before {
  display: none;
}
.lineup-product.kuro .bg-fix-product:before {
  background-color: rgba(235, 235, 235, 0.6);
}
.lineup-product.sai #function-list-all .list-function {
  position: relative;
  left: 10%;
}
.lineup-product.tight-kai .bg-fix-product {
  opacity: 0.35;
}
.lineup-product.tight-kai .bg-fix-product:before {
  display: none;
}
.lineup-product.tight-yubi #function-list-all .list-function {
  position: relative;
  left: 10%;
}
.lineup-product .bg-fix-product:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.25);
  z-index: 1;
}
.lineup-product .product-nav-menu {
  display: block;
}
.lineup-product .product-stocking {
  display: block;
  position: relative;
}
.lineup-product .product-stocking .list-function .item {
  position: relative;
  cursor: pointer;
}
.lineup-product .product-stocking .list-function .item.none {
  pointer-events: none;
}
.lineup-product .product-stocking .list-function .item:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  pointer-events: auto;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
  transition: opacity 0.5s 0s, transform 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, transform 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
}
.lineup-product .product-stocking .list-function .item .info {
  z-index: 100;
  width: auto;
  max-width: none;
  padding: 4px 5px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 74px;
  margin-top: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, transform 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, transform 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
}
.lineup-product .product-stocking .list-function .item .info:before {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 50px;
  top: -40px;
  left: 0;
}
.lineup-product .product-stocking .list-function .item .info .name {
  display: block;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  margin: 0;
}
.lineup-product .product-stocking .list-function .item .info .desc {
  display: none;
}
.lineup-product .product-stocking .item-template {
  overflow: hidden;
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.lineup-product .product-stocking .group-stocking {
  margin-bottom: 120px;
}
.lineup-product .product-stocking .group-stocking .group-section-title {
  margin-bottom: 95px;
}
.lineup-product .product-stocking .group-seperate-stocking .group-section-title {
  margin-bottom: 95px;
}

@media screen and (min-width: 1280px) and (max-height: 699px) {
  .kv-product .kv-info {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .nav-character {
    width: 75px;
    height: 75px;
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }

  .stocking-item {
    max-width: 700px;
  }

  .kv-product .kv-info {
    max-width: 800px;
  }
  .kv-product .kv-info .info-left {
    padding-top: 52px;
  }
  .kv-product .kv-info .info-left .logo {
    width: 120px;
  }
  .kv-product .kv-info .info-left .text {
    width: 58.28%;
  }
  .kv-product .kv-info .info-left .title {
    font-size: 20px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info {
    font-size: 11px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info2 {
    top: 50px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info3 {
    top: 155px;
    right: 0;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info5 {
    top: 155px;
    left: -15px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info6 {
    left: -15px;
    top: 50px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-img {
    width: 174px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1535px) {
  .nav-character {
    width: 100px;
    height: 100px;
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
  .nav-character img {
    width: 60px;
  }

  .kv-product .kv-info {
    max-width: 920px;
  }
  .kv-product .kv-info .info-left {
    padding-top: 61px;
  }
  .kv-product .kv-info .info-left .logo {
    width: 140px;
  }
  .kv-product .kv-info .info-left .text {
    width: 63.25%;
  }
  .kv-product .kv-info .info-left .title {
    font-size: 24px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-img {
    width: 200px;
  }
}
@media screen and (min-width: 1536px) and (max-width: 1799px) {
  .nav-character {
    width: 122px;
    height: 122px;
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
  .nav-character img {
    width: 60px;
  }

  .kv-product .kv-info {
    max-width: 981px;
  }
  .kv-product .kv-info .info-left {
    width: 46.68%;
    padding-top: 64px;
  }
  .kv-product .kv-info .info-left .logo {
    width: 150px;
  }
  .kv-product .kv-info .info-left .text {
    width: 62.45%;
  }
  .kv-product .kv-info .info-left .title {
    font-size: 25px;
  }
  .kv-product .kv-info .info-right {
    width: 53.32%;
  }
}
@media screen and (min-width: 1800px) {
  .nav-character {
    width: 122px;
    height: 122px;
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
  .nav-character img {
    width: 60px;
  }

  .kv-product .kv-info {
    max-width: 1227px;
  }
  .kv-product .kv-info .info-left {
    width: 46.78%;
    padding-top: 81px;
  }
  .kv-product .kv-info .info-left .logo {
    width: 186px;
  }
  .kv-product .kv-info .info-left .text {
    width: 61.68%;
  }
  .kv-product .kv-info .info-left .title {
    font-size: 32px;
  }
  .kv-product .kv-info .info-right {
    width: 53.22%;
  }
}
@media screen and (max-width: 767px) {
  .product-info .content {
    padding-top: 145px;
    padding-bottom: 50px;
    width: 100%;
  }

  .nav-character {
    right: 0;
    width: 55px;
    height: 55px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
  }
  .nav-character img {
    width: 28px;
  }

  .kv-product {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .kv-product .kv-info-wrapper {
    padding: 0;
    height: auto;
  }
  .kv-product .kv-info {
    display: block;
    width: 100%;
  }
  .kv-product .kv-info .info-left {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .kv-product .kv-info .info-left .logo-ldk {
    left: 15px;
    top: 15px;
  }
  .kv-product .kv-info .info-left .logo {
    width: 70px;
    margin-bottom: 30px;
  }
  .kv-product .kv-info .info-left .text {
    width: 70%;
    margin-bottom: 55px;
  }
  .kv-product .kv-info .info-left .title {
    font-size: 16px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info {
    font-size: 11px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info2 {
    top: 50px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info3 {
    top: 150px;
    right: 5px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info5 {
    left: -15px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-info .info.info6 {
    top: 50px;
    left: -15px;
  }
  .kv-product .kv-info .info-left .quality-chart-content .quality-img {
    width: 170px;
  }
  .kv-product .kv-info .info-right {
    width: 100%;
    min-height: 0;
    padding-bottom: 57.14%;
  }

  #function-list-all .product-info-title2 {
    margin-bottom: 20px;
  }
  #function-list-all .list-function {
    margin: 0 -10px;
  }
  #function-list-all .list-function .item {
    width: 50%;
    padding: 0 10px;
  }
  #function-list-all .list-function .item.backmark {
    width: 100%;
    margin-top: 20px;
  }
  #function-list-all .list-function .item.backmark .info {
    width: 100%;
  }

  #product-howto .group-section-title {
    margin-bottom: 55px;
  }
  #product-howto .group-bt-howto {
    max-width: 188px;
    margin: 0 auto;
    display: block;
  }
  #product-howto .group-bt-howto .bt-howto {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  #product-howto .group-bt-howto .bt-howto:last-child {
    margin-bottom: 15px;
  }

  .bt-expand-wrapper {
    text-align: center;
    display: block;
  }

  .bt-expand {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
  }
  .bt-expand.show:before {
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  .bt-expand:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
    font-size: 12px;
    background: url("../img/icon/icon_plus_expand.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
  }

  .stocking-item {
    padding-bottom: 60px;
    margin-bottom: 65px;
  }
  .stocking-item .group-img {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .stocking-item .group-img.new-item:before {
    top: -40px;
  }
  .stocking-item .group-img .big {
    max-width: 195px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .stocking-item .group-img .small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 20px;
  }
  .stocking-item .group-img .small p {
    text-align: left;
  }
  .stocking-item .group-info .bt-buy {
    max-width: 280px;
  }

  .lineup-product.lineup-product-tight .product-nav {
    bottom: 260px;
  }
  .lineup-product.lineup-product-tight .product-nav-menu {
    bottom: 120px;
  }
  .lineup-product.lineup-product-tight .circle-link {
    bottom: 175px;
  }
  .lineup-product.lineup-product-tight .bt-to-top {
    right: 33px;
  }
  .lineup-product.lineup-product-stocking.lineup-product-small-height .circle-link {
    bottom: 40px;
  }
  .lineup-product.lineup-product-stocking.lineup-product-small-height .product-nav {
    bottom: 115px;
  }
  .lineup-product.lineup-product-stocking.lineup-product-small-height .product-nav .item {
    margin-bottom: 7px;
  }
  .lineup-product.lineup-product-stocking.lineup-product-small-height .product-nav-menu.close {
    bottom: 0;
  }
  .lineup-product.lineup-product-stocking .product-nav .item {
    margin-bottom: 8px;
  }
  .lineup-product.lineup-product-stocking .product-nav-menu {
    bottom: 120px;
  }
  .lineup-product.lineup-product-stocking .product-nav-menu.close {
    bottom: 20px;
  }
  .lineup-product.lineup-product-stocking .bt-to-top {
    right: 33px;
  }
  .lineup-product.sai #function-list-all .list-function {
    left: 0;
  }
  .lineup-product.tight-yubi #function-list-all .list-function {
    left: 0;
  }
  .lineup-product .list-function .item {
    margin-right: 18px;
  }
  .lineup-product .list-function .item:nth-child(4n) {
    margin-right: 0;
  }
  .lineup-product .list-function .item.backmark img {
    width: 180px;
  }
  .lineup-product .list-function .item img {
    width: 50px;
  }
  .lineup-product .main-content .product-stocking .container {
    padding: 0 20px;
  }
  .lineup-product .main-content .kv-product > .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 320px) {
  .lineup-product .stocking-item .group-info .group-function .list-function .item {
    margin-right: 22px;
  }
  .lineup-product .stocking-item .group-info .group-function .list-function .item:nth-child(4n) {
    margin-right: 22px;
  }
  .lineup-product .stocking-item .group-info .group-function .list-function .item:last-child {
    margin-right: 0;
  }
  .lineup-product .main-content .kv-product > .container {
    padding: 0 15px;
  }
}
.lineup-product .group-section-title {
  margin-bottom: 77px;
}
.lineup-product .group-section-title .section-title {
  font-size: 52px;
  line-height: 76px;
  margin-bottom: 14px;
  padding-left: 10px;
  letter-spacing: 0.08em;
}
.lineup-product .group-section-title .section-text {
  font-family: kinto-sans, sans-serif;
  font-size: 14px;
  margin-top: 0;
  letter-spacing: 0.1em;
  padding-left: 7px;
}
.lineup-product .group-product-info {
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 62px;
}
.lineup-product .group-product-info .row-product-info:not(:last-child) {
  margin-bottom: 96px;
}
.lineup-product .group-product-info .row-product-info .product-info-title, .lineup-product .group-product-info .row-product-info .product-info-title1, .lineup-product .group-product-info .row-product-info .product-info-text, .lineup-product .group-product-info .row-product-info .product-info-text1 {
  padding-left: 1px;
}
.lineup-product .group-product-info .row-product-info .product-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product .group-product-info .row-product-info .product-info-table {
  margin-left: -1px;
}
.lineup-product .group-product-info .bg-white {
  display: block;
  margin: 30px 0;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.lineup-product .section-new-item, .lineup-product .section-new-comfort {
  text-align: center;
  max-width: 612px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
}
.lineup-product .section-new-item:hover a, .lineup-product .section-new-comfort:hover a {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.lineup-product .section-new-item::after, .lineup-product .section-new-comfort::after {
  content: '';
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 344px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}
.lineup-product .section-new-item a, .lineup-product .section-new-comfort a {
  position: absolute;
  display: inline-block;
  border: 1px solid #FFF;
  font-family: kinto-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  background-color: transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 280px;
  height: 60px;
  line-height: 58px;
  left: 50%;
  top: 65.2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lineup-product .section-new-item a::after, .lineup-product .section-new-comfort a::after {
  position: relative;
  top: 4px;
  margin-left: 14px;
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/icon/icon_play.png") center center/contain no-repeat;
}
.lineup-product .section-new-item::after {
  background-image: url(../img/lineup/bg_new_item.jpg);
}
.lineup-product .section-new-comfort::after {
  background-image: url(../img/lineup/bg_new_comfort.jpg);
}
.lineup-product .section-product-info-list {
  max-width: 695px;
  margin: 0 auto;
}
.lineup-product .section-product-info-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
}
.lineup-product .section-product-info-list ul li {
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.lineup-product .section-product-info-list ul li .icon {
  max-width: 70px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.lineup-product .section-product-info-list ul li .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.lineup-product .section-product-info-list ul li .title span {
  display: block;
  font-size: 12px;
  letter-spacing: 0em;
}
.lineup-product .section-product-info-list ul li .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.lineup-product .product-info .content {
  max-width: 736px;
}
.lineup-product .product-info-title, .lineup-product .product-info-title1, .lineup-product .product-info-title2 {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.1em;
}
.lineup-product .product-info-title {
  font-size: 28px;
  margin-bottom: 51px;
}
.lineup-product .product-info-title1 {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 16px;
}
.lineup-product .product-info-title2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 51px;
}
.lineup-product .product-info-text, .lineup-product .product-info-text1 {
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.lineup-product .product-info-text1 {
  line-height: 28px;
}
.lineup-product .product-info-note {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lineup-product .product-info-table td {
  vertical-align: top;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.lineup-product .product-info-table td:not(:first-child) {
  padding-left: 6px;
}
.lineup-product .product-info-cols, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product .product-info-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-top: 5px;
}
.lineup-product .product-info-link::before {
  width: 24px;
  height: 24px;
  display: inline-block;
  content: '';
  background: url("../img/icon/icon_plus.png") center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.lineup-product .product-info-link span {
  position: relative;
  display: inline-block;
  line-height: normal;
}
.lineup-product .product-info-link span::after {
  position: relative;
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: -5px;
}

@media screen and (max-width: 1100px) {
  .lineup-product .section-new-item::after, .lineup-product .section-new-comfort::after {
    height: 0;
    padding-top: 56.2%;
  }
}
@media screen and (max-width: 767px) {
  .lineup-product .main-content section > .container {
    padding: 0 50px;
  }
  .lineup-product .group-section-title {
    margin-bottom: 54px;
  }
  .lineup-product .group-section-title .section-title {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 8px;
    padding-left: 3px;
  }
  .lineup-product .group-section-title .section-text {
    font-size: 12px;
    padding-left: 1px;
  }
  .lineup-product .group-product-info .row-product-info .product-info-title, .lineup-product .group-product-info .row-product-info .product-info-title1, .lineup-product .group-product-info .row-product-info .product-info-text, .lineup-product .group-product-info .row-product-info .product-info-text1 {
    padding-left: 0;
  }
  .lineup-product .group-product-info .row-product-info .product-info-table {
    margin-left: -21px;
  }
  .lineup-product .section-new-item, .lineup-product .section-new-comfort {
    margin: 0 -30px;
    max-width: inherit;
  }
  .lineup-product .section-new-item a, .lineup-product .section-new-comfort a {
    border: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    top: inherit;
    left: inherit;
    right: 1px;
    bottom: 21px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  }
  .lineup-product .section-new-item a:hover, .lineup-product .section-new-comfort a:hover {
    opacity: 1;
  }
  .lineup-product .section-new-item a::after, .lineup-product .section-new-comfort a::after {
    top: 0;
    margin-left: 0;
    width: 40px;
    height: 40px;
  }
  .lineup-product .product-info-title, .lineup-product .product-info-title1, .lineup-product .product-info-title2 {
    line-height: 45px;
  }
  .lineup-product .product-info-title {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .lineup-product .product-info-title1 {
    font-size: 16px;
    line-height: 28px;
  }
  .lineup-product .product-info-text, .lineup-product .product-info-text1 {
    line-height: 24.5px;
  }
  .lineup-product .product-info-table td {
    display: block;
  }
  .lineup-product .product-info-table td:not(:first-child) {
    padding-left: 0;
  }
}
.lineup-product.hada .group-section-title {
  margin-bottom: 75px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box {
  background-color: rgba(255, 255, 255, 0.8);
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-left {
  width: 50%;
  padding: 108px 18px 23px 41px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-left img {
  margin-bottom: 26px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-left .box-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 1px;
  letter-spacing: 0.1em;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right {
  width: 50%;
  padding: 31px 49px 23px 11px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-title, .lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-title2 {
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-title {
  font-size: 20px;
  padding-left: 26px;
  margin-bottom: 17px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-title2 {
  font-size: 12px;
  padding-left: 30px;
  margin-bottom: 7px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list, .lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list:not(:last-child), .lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 16px;
  margin-bottom: 25px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list li, .lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li {
  width: 50%;
  position: relative;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list li:not(:last-child)::after, .lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li:not(:last-child)::after {
  content: '';
  width: 31px;
  height: 7px;
  position: absolute;
  top: 26.9%;
  right: -24px;
  background: url("../img/icon/icon_arrow.png") center center/contain no-repeat;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list li:first-child, .lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li:first-child {
  padding-left: 26px;
  padding-right: 9px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list li:nth-child(2), .lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li:nth-child(2) {
  padding-left: 26px;
  padding-right: 8px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list li img, .lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li img {
  margin-bottom: 8px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list li .box-text, .lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li .box-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li:not(:last-child)::after {
  top: 29.9%;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li:first-child {
  padding-left: 30px;
  padding-right: 13px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li:nth-child(2) {
  padding-left: 30px;
  padding-right: 12px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li img {
  margin-bottom: 13px;
}
.lineup-product.hada .row-product-info.row1 .product-info-box .col-right .box-list1 li .box-text {
  font-size: 10px;
  line-height: 15px;
}
.lineup-product.hada .row-product-info.row2 {
  margin-bottom: 92px;
}
.lineup-product.hada .row-product-info.row2 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.hada .row-product-info.row3 {
  margin-bottom: 89px;
}
.lineup-product.hada .row-product-info.row3 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.hada .row-product-info.row3 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.hada .row-product-info.row3 .product-info-box {
  margin-bottom: 13px;
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-left {
  width: 62.8%;
  padding-left: 0;
  padding-right: 30px;
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-right {
  width: 37.2%;
  padding-top: 7px;
  padding-right: 1px;
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-right ul li {
  width: 50%;
  text-align: center;
  padding-top: 23px;
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-right ul li .box-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-right ul li:first-child {
  padding: 23px 16px 14px 33px;
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-right ul li:first-child img {
  width: 58px;
  margin-bottom: 5px;
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-right ul li:nth-child(2) {
  padding: 27px 39px 14px 24px;
}
.lineup-product.hada .row-product-info.row3 .product-info-box .col-right ul li:nth-child(2) img {
  width: 50px;
  margin-bottom: 9px;
}
.lineup-product.hada .row-product-info.row4 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.hada .row-product-info.row4 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.hada .row-product-info.row4 .product-info-box {
  margin-bottom: 33px;
}
.lineup-product.hada .row-product-info.row4 .product-info-box .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.hada .row-product-info.row4 .product-info-box .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.hada .row-product-info.row4 .product-info-box .col-right {
  width: 100px;
  position: relative;
  right: -13px;
}
.lineup-product.hada .row-product-info.row4 .product-info-box .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}
.lineup-product.hada .section-product-info-list ul li:last-child {
  width: 40%;
}
.lineup-product.hada .section-product-info-list ul li:last-child .icon {
  max-width: 182px;
}

@media screen and (max-width: 767px) {
  .lineup-product.hada .group-product-info {
    margin-bottom: 32px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row1 {
    margin-bottom: 50px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-left {
    width: 100%;
    padding: 60px 11px;
    padding-bottom: 40px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-right {
    width: 100%;
    padding: 0 25px;
    padding-bottom: 60px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-right .box-title {
    padding-left: 0;
  }
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-right .box-title2 {
    text-align: left;
    padding-left: 0;
  }
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-right .box-list,
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-right .box-list1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-right .box-list li,
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-right .box-list1 li {
    padding: 0 !important;
    width: calc(50% - 20px);
  }
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-right .box-list li:nth-child(1):after,
  .lineup-product.hada .group-product-info .row-product-info.row1 .product-info-box .col-right .box-list1 li:nth-child(1):after {
    right: -34px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row2 {
    margin-bottom: 45px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row2 .product-info-title {
    margin-bottom: 25px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row3 {
    margin-bottom: 40px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row3 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row3 .product-info-box .col-left {
    width: 100%;
    padding: 0;
  }
  .lineup-product.hada .group-product-info .row-product-info.row3 .product-info-box .col-right {
    width: 100%;
    padding: 0 25px;
    margin: 35px 0;
    margin-bottom: 25px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row4 .product-info-title {
    letter-spacing: 0.05em;
    margin-bottom: 12px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row4 .product-info-box {
    margin-bottom: 10px;
  }
  .lineup-product.hada .group-product-info .row-product-info.row4 .product-info-box .col-left {
    width: 100%;
    padding: 0;
  }
  .lineup-product.hada .group-product-info .row-product-info.row4 .product-info-box .col-left .product-info-title1 {
    letter-spacing: 0.05em;
  }
  .lineup-product.hada .group-product-info .row-product-info.row4 .product-info-box .col-right {
    text-align: center;
    margin-top: 30px;
    width: 100%;
    padding: 0;
  }
  .lineup-product.hada .group-product-info .row-product-info.row4 .product-info-box .col-right img {
    width: 100px;
  }
  .lineup-product.hada .group-product-info .row-product-info .product-info-table {
    margin-left: -20px;
    margin-right: -20px;
  }
  .lineup-product.hada .group-product-info .row-product-info .product-info-table td {
    font-size: 12px;
  }
  .lineup-product.hada .section-product-info-list .product-info-title2 {
    margin-bottom: 20px;
  }
  .lineup-product.hada .section-product-info-list ul li {
    width: 50%;
    padding: 0 10px;
  }
  .lineup-product.hada .section-product-info-list ul li:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .lineup-product.hada .main-content section > .container {
    padding: 0 20px;
  }
  .lineup-product.hada .section-new-comfort {
    margin: 0;
  }
}
.lineup-product.mi .row-product-info.row1 {
  margin-bottom: 96px;
}
.lineup-product.mi .row-product-info.row1 .product-info-title {
  margin-bottom: 12px;
}
.lineup-product.mi .row-product-info.row1 .product-info-text {
  padding-left: 0;
}
.lineup-product.mi .row-product-info.row1 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row1 .product-info-cols2 .col-left {
  width: calc(100% - 186px);
  padding-top: 39px;
  padding-right: 5px;
}
.lineup-product.mi .row-product-info.row1 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row1 .product-info-cols2 .col-right {
  width: 186px;
  text-align: left;
  padding-left: 2px;
}
.lineup-product.mi .row-product-info.row1 .product-info-cols .col-right img, .lineup-product.mi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row1 .product-info-cols2 .col-right img {
  width: 150px;
}
.lineup-product.mi .row-product-info.row2, .lineup-product.mi .row-product-info.row3 {
  margin-bottom: 90px;
}
.lineup-product.mi .row-product-info.row2 .product-info-title, .lineup-product.mi .row-product-info.row3 .product-info-title {
  margin-bottom: 0;
}
.lineup-product.mi .row-product-info.row2 .product-info-cols, .lineup-product.mi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row2 .product-info-cols2, .lineup-product.mi .row-product-info.row3 .product-info-cols, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 {
  margin-bottom: 26px;
}
.lineup-product.mi .row-product-info.row2 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row2 .product-info-cols2 .col-left, .lineup-product.mi .row-product-info.row3 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 61px 20px 0 0;
}
.lineup-product.mi .row-product-info.row2 .product-info-cols .col-left .product-info-text, .lineup-product.mi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row2 .product-info-cols2 .col-left .product-info-text, .lineup-product.mi .row-product-info.row3 .product-info-cols .col-left .product-info-text, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.mi .row-product-info.row2 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row2 .product-info-cols2 .col-right, .lineup-product.mi .row-product-info.row3 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
  top: -6px;
}
.lineup-product.mi .row-product-info.row2 .product-info-cols .col-right p, .lineup-product.mi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row2 .product-info-cols2 .col-right p, .lineup-product.mi .row-product-info.row3 .product-info-cols .col-right p, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 9px;
}
.lineup-product.mi .row-product-info.row3 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-left {
  padding: 51px 20px 0 0;
}
.lineup-product.mi .row-product-info.row3 .product-info-cols .col-right p, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-right p {
  margin-bottom: 8px;
}
.lineup-product.mi .row-product-info.row4 {
  margin-bottom: 89px;
}
.lineup-product.mi .row-product-info.row4 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.mi .row-product-info.row4 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 {
  margin-bottom: 13px;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-left {
  width: 62.418%;
  padding-left: 0;
  padding-right: 30px;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-left .product-info-text, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-right {
  width: 37.582%;
  padding: 7px 2px 0 2px;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-right ul, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-right ul li, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-right ul li {
  width: 50%;
  text-align: center;
  padding-top: 23px;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-right ul li p, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-right ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-right ul li:first-child, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-right ul li:first-child {
  padding: 23px 16px 14px 33px;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-right ul li:first-child img, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-right ul li:first-child img {
  width: 58px;
  margin-bottom: 5px;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-right ul li:nth-child(2), .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-right ul li:nth-child(2) {
  padding: 27px 39px 14px 24px;
}
.lineup-product.mi .row-product-info.row4 .product-info-cols .col-right ul li:nth-child(2) img, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-right ul li:nth-child(2) img {
  width: 50px;
  margin-bottom: 9px;
}
.lineup-product.mi .row-product-info.row5 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.mi .row-product-info.row5 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.mi .row-product-info.row5 .product-info-cols, .lineup-product.mi .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row5 .product-info-cols2 {
  margin-bottom: 33px;
}
.lineup-product.mi .row-product-info.row5 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row5 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.mi .row-product-info.row5 .product-info-cols .col-left .product-info-text, .lineup-product.mi .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row5 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.mi .row-product-info.row5 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row5 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
}
.lineup-product.mi .row-product-info.row5 .product-info-cols .col-right p, .lineup-product.mi .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row5 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .lineup-product.mi .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.mi .group-product-info {
    margin-bottom: 23px;
  }
  .lineup-product.mi .row-product-info.row1 {
    margin-bottom: 51px;
  }
  .lineup-product.mi .row-product-info.row1 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.mi .row-product-info.row1 .product-info-text {
    margin-bottom: 13px;
  }
  .lineup-product.mi .row-product-info.row1 .product-info-note {
    font-size: 14px;
    line-height: 24px;
  }
  .lineup-product.mi .row-product-info.row1 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row1 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .lineup-product.mi .row-product-info.row1 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row1 .product-info-cols2 .col-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .lineup-product.mi .row-product-info.row2, .lineup-product.mi .row-product-info.row3 {
    margin-bottom: 51px;
  }
  .lineup-product.mi .row-product-info.row2 .product-info-title, .lineup-product.mi .row-product-info.row3 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.mi .row-product-info.row2 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row2 .product-info-cols2 .col-left, .lineup-product.mi .row-product-info.row3 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
  }
  .lineup-product.mi .row-product-info.row2 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row2 .product-info-cols2 .col-right, .lineup-product.mi .row-product-info.row3 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-right {
    width: 100%;
    top: inherit;
    right: inherit;
    text-align: center;
  }
  .lineup-product.mi .row-product-info.row2 .product-info-cols .col-right p, .lineup-product.mi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row2 .product-info-cols2 .col-right p, .lineup-product.mi .row-product-info.row3 .product-info-cols .col-right p, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-right p {
    padding-left: 2px;
  }
  .lineup-product.mi .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.mi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row2 .product-info-cols2 .col-right img, .lineup-product.mi .row-product-info.row3 .product-info-cols .col-right img, .lineup-product.mi .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row3 .product-info-cols2 .col-right img {
    width: 100px;
    margin-left: 1px;
  }
  .lineup-product.mi .row-product-info.row4 {
    margin-bottom: 44px;
  }
  .lineup-product.mi .row-product-info.row4 .product-info-title {
    margin-bottom: 14px;
  }
  .lineup-product.mi .row-product-info.row4 .product-info-title1 {
    padding-left: 2px;
    margin-bottom: 20px;
  }
  .lineup-product.mi .row-product-info.row4 .product-info-text {
    font-size: 16px;
  }
  .lineup-product.mi .row-product-info.row4 .product-info-cols, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 {
    margin-bottom: 33px;
  }
  .lineup-product.mi .row-product-info.row4 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 36px;
  }
  .lineup-product.mi .row-product-info.row4 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row4 .product-info-cols2 .col-right {
    width: 100%;
    max-width: 226px;
    margin: 0 auto;
    padding: 0;
  }
  .lineup-product.mi .row-product-info.row4 .product-info-table {
    margin-left: -20px;
  }
  .lineup-product.mi .row-product-info.row5 .product-info-title {
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .lineup-product.mi .row-product-info.row5 .product-info-title1 {
    letter-spacing: 0.055em;
    margin-bottom: 19px;
  }
  .lineup-product.mi .row-product-info.row5 .product-info-cols, .lineup-product.mi .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row5 .product-info-cols2 {
    margin-bottom: 22px;
  }
  .lineup-product.mi .row-product-info.row5 .product-info-cols .col-left, .lineup-product.mi .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row5 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 22px;
  }
  .lineup-product.mi .row-product-info.row5 .product-info-cols .col-right, .lineup-product.mi .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row5 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
    right: 0;
  }
  .lineup-product.mi .row-product-info.row5 .product-info-cols .col-right img, .lineup-product.mi .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.mi .row-product-info.row5 .product-info-cols2 .col-right img {
    width: 100px;
  }
  .lineup-product.mi .row-product-info.row5 .product-info-table {
    margin-left: -22px;
  }
}
.lineup-product.yubi .group-section-title {
  margin-bottom: 63px;
}
.lineup-product.yubi .row-product-info.row1 {
  margin-bottom: 23px;
}
.lineup-product.yubi .row-product-info.row1 .product-info-title {
  margin-bottom: 37px;
}
.lineup-product.yubi .row-product-info.row1 .product-info-text {
  padding-left: 0;
}
.lineup-product.yubi .row-product-info.row1 .product-info-cols .col-left, .lineup-product.yubi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row1 .product-info-cols2 .col-left {
  width: calc(100% - 162px);
  padding-top: 14px;
  padding-right: 20px;
}
.lineup-product.yubi .row-product-info.row1 .product-info-cols .col-right, .lineup-product.yubi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row1 .product-info-cols2 .col-right {
  width: 162px;
  text-align: left;
  padding-left: 2px;
}
.lineup-product.yubi .row-product-info.row1 .product-info-cols .col-right img, .lineup-product.yubi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row1 .product-info-cols2 .col-right img {
  width: 150px;
}
.lineup-product.yubi .row-product-info.row2 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.yubi .row-product-info.row2 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.yubi .row-product-info.row2 .product-info-cols, .lineup-product.yubi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row2 .product-info-cols2 {
  margin-bottom: 33px;
}
.lineup-product.yubi .row-product-info.row2 .product-info-cols .col-left, .lineup-product.yubi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row2 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.yubi .row-product-info.row2 .product-info-cols .col-left .product-info-text, .lineup-product.yubi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row2 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.yubi .row-product-info.row2 .product-info-cols .col-right, .lineup-product.yubi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row2 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
}
.lineup-product.yubi .row-product-info.row2 .product-info-cols .col-right p, .lineup-product.yubi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row2 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .lineup-product.yubi .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.yubi .group-product-info {
    margin-bottom: 22px;
  }
  .lineup-product.yubi .row-product-info.row1 {
    margin-bottom: 51px;
  }
  .lineup-product.yubi .row-product-info.row1 .product-info-title {
    margin-bottom: 18px;
  }
  .lineup-product.yubi .row-product-info.row1 .product-info-cols .col-left, .lineup-product.yubi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row1 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .lineup-product.yubi .row-product-info.row1 .product-info-cols .col-right, .lineup-product.yubi .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row1 .product-info-cols2 .col-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .lineup-product.yubi .row-product-info.row2 .product-info-title {
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .lineup-product.yubi .row-product-info.row2 .product-info-title1 {
    letter-spacing: 0.055em;
    margin-bottom: 19px;
  }
  .lineup-product.yubi .row-product-info.row2 .product-info-cols, .lineup-product.yubi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row2 .product-info-cols2 {
    margin-bottom: 24px;
  }
  .lineup-product.yubi .row-product-info.row2 .product-info-cols .col-left, .lineup-product.yubi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row2 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 22px;
  }
  .lineup-product.yubi .row-product-info.row2 .product-info-cols .col-right, .lineup-product.yubi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row2 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
    right: 0;
  }
  .lineup-product.yubi .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.yubi .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.yubi .row-product-info.row2 .product-info-cols2 .col-right img {
    width: 100px;
  }
  .lineup-product.yubi .row-product-info.row2 .product-info-table {
    margin-left: -22px;
  }
}
.lineup-product.atsu .group-section-title {
  margin-bottom: 75px;
}
.lineup-product.atsu .row-product-info .product-info-title, .lineup-product.atsu .row-product-info .product-info-title1, .lineup-product.atsu .row-product-info .product-info-text, .lineup-product.atsu .row-product-info .product-info-text1 {
  padding-left: 2px;
}
.lineup-product.atsu .row-product-info .product-info-cols .col-left, .lineup-product.atsu .row-product-info .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info .product-info-cols2 .col-left {
  padding-left: 2px;
}
.lineup-product.atsu .row-product-info.row1 {
  margin-bottom: 96px;
}
.lineup-product.atsu .row-product-info.row1 .product-info-title {
  margin-bottom: 56px;
}
.lineup-product.atsu .row-product-info.row1 .product-info-cols, .lineup-product.atsu .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row1 .product-info-cols2 {
  max-width: 610px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8) url("../img/lineup/atsu/img1.png") center right 34px/contain no-repeat;
}
.lineup-product.atsu .row-product-info.row1 .product-info-cols .col-left, .lineup-product.atsu .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row1 .product-info-cols2 .col-left {
  padding: 36px 20px 35px 33px;
}
.lineup-product.atsu .row-product-info.row1 .product-info-cols .col-left .title, .lineup-product.atsu .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .title, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row1 .product-info-cols2 .col-left .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 21px;
}
.lineup-product.atsu .row-product-info.row1 .product-info-cols .col-left ul li, .lineup-product.atsu .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row1 .product-info-cols2 .col-left ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 10px;
  letter-spacing: 0.1em;
}
.lineup-product.atsu .row-product-info.row1 .product-info-cols .col-left ul li:before, .lineup-product.atsu .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:before, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row1 .product-info-cols2 .col-left ul li:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  top: 10px;
  left: 0;
}
.lineup-product.atsu .row-product-info.row1 .product-info-cols .col-left ul li:not(:last-child), .lineup-product.atsu .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:not(:last-child), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row1 .product-info-cols2 .col-left ul li:not(:last-child) {
  margin-bottom: 6px;
}
.lineup-product.atsu .row-product-info.row2 {
  margin-bottom: 96px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 {
  max-width: 610px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 31px 60px 18px 61px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols .title, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .title, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  margin-left: -1px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols .title2, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .title2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 .title2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  margin-left: -1px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 23px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul:not(:last-child), .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul:not(:last-child), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul li, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li {
  width: calc(100% / 3);
  margin-bottom: 20px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul li img, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li img {
  width: 88px;
  margin-bottom: 17px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul li p, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul li p.title3, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li p.title3, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li p.title3 {
  font-size: 12px;
  margin-bottom: 4px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul li:nth-child(1), .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(1), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li:nth-child(1) {
  padding-right: 15px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul li:nth-child(2), .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li:nth-child(2) {
  padding-left: 24px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul li:nth-child(3), .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(3), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li:nth-child(3) {
  padding-left: 43px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul li:nth-child(3) img, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(3) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li:nth-child(3) img {
  width: 120px;
  margin-bottom: 5px;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul.list1, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul.list1, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul.list1 {
  margin-bottom: 0;
}
.lineup-product.atsu .row-product-info.row2 .product-info-cols ul.list1 li img, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul.list1 li img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul.list1 li img {
  width: 80px;
  margin-bottom: 16px;
}
.lineup-product.atsu .row-product-info.row3 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.atsu .row-product-info.row3 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.atsu .row-product-info.row3 .product-info-cols, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 {
  margin-bottom: 33px;
}
.lineup-product.atsu .row-product-info.row3 .product-info-cols .col-left, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.atsu .row-product-info.row3 .product-info-cols .col-left .product-info-text, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.atsu .row-product-info.row3 .product-info-cols .col-right, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
}
.lineup-product.atsu .row-product-info.row3 .product-info-cols .col-right p, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .lineup-product.atsu .group-section-title {
    margin-bottom: 45px;
  }
  .lineup-product.atsu .group-product-info {
    margin-bottom: 25px;
  }
  .lineup-product.atsu .row-product-info.row1 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 50px;
  }
  .lineup-product.atsu .row-product-info.row1 .product-info-title {
    margin-bottom: 30px;
  }
  .lineup-product.atsu .row-product-info.row1 .product-info-cols, .lineup-product.atsu .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row1 .product-info-cols2 {
    background-position: top center;
    background-size: auto 220px;
  }
  .lineup-product.atsu .row-product-info.row1 .product-info-cols .col-left, .lineup-product.atsu .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row1 .product-info-cols2 .col-left {
    margin-top: 205px;
    padding: 35px 15px;
  }
  .lineup-product.atsu .row-product-info.row2 {
    margin-bottom: 50px;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-title {
    margin-bottom: 20px;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-text {
    margin-bottom: 40px;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-cols, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 {
    padding: 40px 25px;
    padding-bottom: 15px;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-cols ul, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-cols ul.list1, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul.list1, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul.list1 {
    padding-bottom: 0;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-cols ul.list1 li:nth-child(1), .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul.list1 li:nth-child(1), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul.list1 li:nth-child(1) {
    margin-right: 0;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-cols ul li, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li {
    padding: 0 !important;
    width: calc(50% - 18px);
    text-align: center;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-cols ul li .title3, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li .title3, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li .title3 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-cols ul li:nth-child(1), .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(1), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li:nth-child(1) {
    margin-right: 50%;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-cols ul li:nth-child(1) .title3, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(1) .title3, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li:nth-child(1) .title3 {
    white-space: nowrap;
  }
  .lineup-product.atsu .row-product-info.row2 .product-info-cols ul li img, .lineup-product.atsu .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row2 .product-info-cols2 ul li img {
    width: 100%;
  }
  .lineup-product.atsu .row-product-info.row3 .product-info-title {
    letter-spacing: 0.05em;
  }
  .lineup-product.atsu .row-product-info.row3 .product-info-cols, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 {
    margin-bottom: 20px;
  }
  .lineup-product.atsu .row-product-info.row3 .product-info-cols .col-left, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .lineup-product.atsu .row-product-info.row3 .product-info-cols .col-left .product-info-title1, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-title1, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 .col-left .product-info-title1 {
    letter-spacing: 0.05em;
  }
  .lineup-product.atsu .row-product-info.row3 .product-info-cols .col-right, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 .col-right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .lineup-product.atsu .row-product-info.row3 .product-info-cols .col-right img, .lineup-product.atsu .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.atsu .row-product-info.row3 .product-info-cols2 .col-right img {
    width: 100px;
  }
}
.lineup-product.sou .group-section-title {
  margin-bottom: 75px;
}
.lineup-product.sou .row-product-info .product-info-title, .lineup-product.sou .row-product-info .product-info-title1, .lineup-product.sou .row-product-info .product-info-text, .lineup-product.sou .row-product-info .product-info-text1 {
  padding-left: 2px;
}
.lineup-product.sou .row-product-info .product-info-cols .col-left, .lineup-product.sou .row-product-info .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info .product-info-cols2 .col-left {
  padding-left: 2px;
}
.lineup-product.sou .row-product-info.row1 {
  margin-bottom: 96px;
}
.lineup-product.sou .row-product-info.row1 .product-info-text {
  margin-bottom: 55px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 {
  max-width: 610px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 31px 60px 16px 62px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols .title, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .title, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  margin-left: -1px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols .title2, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .title2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 .title2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  margin-left: -1px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 23px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul:not(:last-child), .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul:not(:last-child), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul li, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li {
  width: calc(100% / 3);
  margin-bottom: 20px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul li img, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li img {
  width: 88px;
  margin-bottom: 17px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul li p, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul li p.title3, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li p.title3, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li p.title3 {
  font-size: 12px;
  margin-bottom: 4px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul li:nth-child(1), .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(1), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li:nth-child(1) {
  padding-right: 15px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul li:nth-child(2), .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li:nth-child(2) {
  padding-left: 24px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul li:nth-child(3), .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(3), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li:nth-child(3) {
  padding-left: 40px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul li:nth-child(3) img, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(3) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li:nth-child(3) img {
  width: 120px;
  margin-bottom: 5px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul.list1, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul.list1, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul.list1 {
  margin-bottom: 0;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul.list1 li img, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul.list1 li img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul.list1 li img {
  width: 80px;
  margin-bottom: 16px;
}
.lineup-product.sou .row-product-info.row1 .product-info-cols ul.list1 li p.title3, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul.list1 li p.title3, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul.list1 li p.title3 {
  margin-bottom: 2px;
}
.lineup-product.sou .row-product-info.row2 {
  margin-bottom: 96px;
}
.lineup-product.sou .row-product-info.row2 .product-info-text1 {
  line-height: 24px;
  margin-bottom: 55px;
}
.lineup-product.sou .row-product-info.row2 .product-info-cols, .lineup-product.sou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row2 .product-info-cols2 {
  max-width: 610px;
  margin: 0 auto;
}
.lineup-product.sou .row-product-info.row2 .product-info-cols .col-left, .lineup-product.sou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row2 .product-info-cols2 .col-left {
  width: 50.166%;
  padding-left: 0;
}
.lineup-product.sou .row-product-info.row2 .product-info-cols .col-right, .lineup-product.sou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row2 .product-info-cols2 .col-right {
  width: 49.834%;
  text-align: center;
  padding-top: 28px;
  padding-left: 64px;
}
.lineup-product.sou .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.sou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row2 .product-info-cols2 .col-right img {
  width: 150px;
}
.lineup-product.sou .row-product-info.row2 .product-info-cols .col-right p, .lineup-product.sou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row2 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
}
.lineup-product.sou .row-product-info.row3 {
  margin-bottom: 89px;
}
.lineup-product.sou .row-product-info.row3 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.sou .row-product-info.row3 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 {
  margin-bottom: 13px;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-left, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-left {
  width: 62.418%;
  padding-left: 0;
  padding-right: 30px;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-left .product-info-text, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-right, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-right {
  width: 37.582%;
  padding: 7px 2px 0 2px;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-right ul, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-right ul li, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-right ul li {
  width: 50%;
  text-align: center;
  padding-top: 23px;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-right ul li p, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-right ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-right ul li:first-child, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-right ul li:first-child {
  padding: 23px 16px 14px 33px;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-right ul li:first-child img, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-right ul li:first-child img {
  width: 58px;
  margin-bottom: 5px;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-right ul li:nth-child(2), .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-right ul li:nth-child(2) {
  padding: 27px 39px 14px 24px;
}
.lineup-product.sou .row-product-info.row3 .product-info-cols .col-right ul li:nth-child(2) img, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-right ul li:nth-child(2) img {
  width: 50px;
  margin-bottom: 9px;
}
.lineup-product.sou .row-product-info.row4 {
  margin-bottom: 90px;
}
.lineup-product.sou .row-product-info.row4 .product-info-title {
  margin-bottom: 0;
}
.lineup-product.sou .row-product-info.row4 .product-info-cols, .lineup-product.sou .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row4 .product-info-cols2 {
  margin-bottom: 26px;
}
.lineup-product.sou .row-product-info.row4 .product-info-cols .col-left, .lineup-product.sou .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row4 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 61px 20px 0 0;
}
.lineup-product.sou .row-product-info.row4 .product-info-cols .col-left .product-info-text, .lineup-product.sou .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row4 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.sou .row-product-info.row4 .product-info-cols .col-right, .lineup-product.sou .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row4 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
  top: -6px;
}
.lineup-product.sou .row-product-info.row4 .product-info-cols .col-right p, .lineup-product.sou .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row4 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 9px;
}
.lineup-product.sou .row-product-info.row5 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.sou .row-product-info.row5 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.sou .row-product-info.row5 .product-info-cols, .lineup-product.sou .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row5 .product-info-cols2 {
  margin-bottom: 33px;
}
.lineup-product.sou .row-product-info.row5 .product-info-cols .col-left, .lineup-product.sou .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row5 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.sou .row-product-info.row5 .product-info-cols .col-left .product-info-text, .lineup-product.sou .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row5 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.sou .row-product-info.row5 .product-info-cols .col-right, .lineup-product.sou .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row5 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
}
.lineup-product.sou .row-product-info.row5 .product-info-cols .col-right p, .lineup-product.sou .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row5 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}
.lineup-product.sou .section-product-info-list ul li:last-child {
  width: 40%;
}
.lineup-product.sou .section-product-info-list ul li:last-child .icon {
  max-width: 182px;
}

@media screen and (max-width: 767px) {
  .lineup-product.sou .group-section-title {
    margin-bottom: 45px;
  }
  .lineup-product.sou .group-product-info {
    margin-bottom: 25px;
  }
  .lineup-product.sou .row-product-info.row1 {
    margin-bottom: 50px;
  }
  .lineup-product.sou .row-product-info.row1 .product-info-title {
    margin-bottom: 20px;
  }
  .lineup-product.sou .row-product-info.row1 .product-info-text {
    margin-bottom: 40px;
  }
  .lineup-product.sou .row-product-info.row1 .product-info-cols, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 {
    padding: 40px 25px;
    padding-bottom: 15px;
  }
  .lineup-product.sou .row-product-info.row1 .product-info-cols ul, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .lineup-product.sou .row-product-info.row1 .product-info-cols ul.list1, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul.list1, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul.list1 {
    padding-bottom: 0;
  }
  .lineup-product.sou .row-product-info.row1 .product-info-cols ul.list1 li:nth-child(1), .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul.list1 li:nth-child(1), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul.list1 li:nth-child(1) {
    margin-right: 0;
  }
  .lineup-product.sou .row-product-info.row1 .product-info-cols ul li, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li {
    text-align: center;
    padding: 0 !important;
    width: calc(50% - 18px);
  }
  .lineup-product.sou .row-product-info.row1 .product-info-cols ul li .title3, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li .title3, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li .title3 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lineup-product.sou .row-product-info.row1 .product-info-cols ul li:nth-child(1), .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li:nth-child(1), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li:nth-child(1) {
    margin-right: 50%;
  }
  .lineup-product.sou .row-product-info.row1 .product-info-cols ul li img, .lineup-product.sou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 ul li img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row1 .product-info-cols2 ul li img {
    width: 100%;
  }
  .lineup-product.sou .row-product-info.row2 {
    margin-bottom: 50px;
  }
  .lineup-product.sou .row-product-info.row2 .product-info-text1 {
    margin-bottom: 25px;
  }
  .lineup-product.sou .row-product-info.row2 .product-info-cols .col-left, .lineup-product.sou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row2 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
  }
  .lineup-product.sou .row-product-info.row2 .product-info-cols .col-right, .lineup-product.sou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row2 .product-info-cols2 .col-right {
    width: 100%;
    padding: 0;
  }
  .lineup-product.sou .row-product-info.row3 {
    margin-bottom: 40px;
  }
  .lineup-product.sou .row-product-info.row3 .product-info-title {
    margin-bottom: 12px;
  }
  .lineup-product.sou .row-product-info.row3 .product-info-cols .col-left, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
  }
  .lineup-product.sou .row-product-info.row3 .product-info-cols .col-right, .lineup-product.sou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row3 .product-info-cols2 .col-right {
    width: 100%;
    max-width: 226px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
  }
  .lineup-product.sou .row-product-info.row4 {
    margin-bottom: 40px;
  }
  .lineup-product.sou .row-product-info.row4 .product-info-cols .col-left, .lineup-product.sou .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row4 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    margin-bottom: 26px;
  }
  .lineup-product.sou .row-product-info.row4 .product-info-cols .col-right, .lineup-product.sou .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row4 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
    padding: 0;
    right: 0;
  }
  .lineup-product.sou .row-product-info.row4 .product-info-cols .col-right img, .lineup-product.sou .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row4 .product-info-cols2 .col-right img {
    width: 100px;
  }
  .lineup-product.sou .row-product-info.row5 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lineup-product.sou .row-product-info.row5 .product-info-title {
    margin-bottom: 10px;
  }
  .lineup-product.sou .row-product-info.row5 .product-info-cols, .lineup-product.sou .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row5 .product-info-cols2 {
    margin-bottom: 20px;
  }
  .lineup-product.sou .row-product-info.row5 .product-info-cols .col-left, .lineup-product.sou .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row5 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .lineup-product.sou .row-product-info.row5 .product-info-cols .col-right, .lineup-product.sou .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row5 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
    padding: 0;
    right: 0;
  }
  .lineup-product.sou .row-product-info.row5 .product-info-cols .col-right img, .lineup-product.sou .row-product-info.row5 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sou .row-product-info.row5 .product-info-cols2 .col-right img {
    width: 100px;
  }
}
.lineup-product.tou .group-section-title {
  margin-bottom: 75px;
}
.lineup-product.tou .row-product-info.row1 {
  margin-bottom: 96px;
}
.lineup-product.tou .row-product-info.row1 .product-info-title {
  margin-bottom: 0;
}
.lineup-product.tou .row-product-info.row1 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 {
  margin-bottom: 13px;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-left, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-left {
  width: 58.496%;
  padding: 51px 35px 0 0;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-left .product-info-text, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-right, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right {
  width: 41.504%;
  padding: 9px 2px 0 2px;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-right ul, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-right ul li, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right ul li {
  text-align: center;
  padding-top: 23px;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-right ul li p, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-right ul li:first-child, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right ul li:first-child {
  width: 55.2%;
  padding: 23px 5px 11px 26px;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-right ul li:first-child img, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right ul li:first-child img {
  width: 58px;
  margin-bottom: 8px;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-right ul li:nth-child(2), .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right ul li:nth-child(2) {
  width: 44.8%;
  padding: 27px 41px 11px 7px;
}
.lineup-product.tou .row-product-info.row1 .product-info-cols .col-right ul li:nth-child(2) img, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right ul li:nth-child(2) img {
  width: 50px;
  margin-bottom: 9px;
}
.lineup-product.tou .row-product-info.row2 {
  margin-bottom: 90px;
}
.lineup-product.tou .row-product-info.row2 .product-info-title {
  margin-bottom: 0;
}
.lineup-product.tou .row-product-info.row2 .product-info-cols, .lineup-product.tou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row2 .product-info-cols2 {
  margin-bottom: 26px;
}
.lineup-product.tou .row-product-info.row2 .product-info-cols .col-left, .lineup-product.tou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row2 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 61px 20px 0 0;
}
.lineup-product.tou .row-product-info.row2 .product-info-cols .col-left .product-info-text, .lineup-product.tou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row2 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.tou .row-product-info.row2 .product-info-cols .col-right, .lineup-product.tou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row2 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
  top: -6px;
}
.lineup-product.tou .row-product-info.row2 .product-info-cols .col-right p, .lineup-product.tou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row2 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 9px;
}
.lineup-product.tou .row-product-info.row3 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.tou .row-product-info.row3 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.tou .row-product-info.row3 .product-info-cols, .lineup-product.tou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row3 .product-info-cols2 {
  margin-bottom: 33px;
}
.lineup-product.tou .row-product-info.row3 .product-info-cols .col-left, .lineup-product.tou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row3 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.tou .row-product-info.row3 .product-info-cols .col-left .product-info-text, .lineup-product.tou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row3 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.tou .row-product-info.row3 .product-info-cols .col-right, .lineup-product.tou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row3 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
}
.lineup-product.tou .row-product-info.row3 .product-info-cols .col-right p, .lineup-product.tou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row3 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}
.lineup-product.tou .section-product-info-list ul li:last-child {
  width: 40%;
}
.lineup-product.tou .section-product-info-list ul li:last-child .icon {
  max-width: 182px;
}

@media screen and (max-width: 767px) {
  .lineup-product.tou .group-section-title {
    margin-bottom: 48px;
  }
  .lineup-product.tou .group-product-info {
    margin-bottom: 23px;
  }
  .lineup-product.tou .row-product-info.row1 {
    margin-bottom: 51px;
  }
  .lineup-product.tou .row-product-info.row1 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.tou .row-product-info.row1 .product-info-cols .col-left, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  .lineup-product.tou .row-product-info.row1 .product-info-cols .col-right, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
    padding: 0;
  }
  .lineup-product.tou .row-product-info.row1 .product-info-cols .col-right ul li:first-child, .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right ul li:first-child {
    padding: 25px 5px 9px 26px;
  }
  .lineup-product.tou .row-product-info.row1 .product-info-cols .col-right ul li:nth-child(2), .lineup-product.tou .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row1 .product-info-cols2 .col-right ul li:nth-child(2) {
    padding: 29px 40px 9px 6px;
  }
  .lineup-product.tou .row-product-info.row2 {
    margin-bottom: 51px;
  }
  .lineup-product.tou .row-product-info.row2 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.tou .row-product-info.row2 .product-info-cols .col-left, .lineup-product.tou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row2 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
  }
  .lineup-product.tou .row-product-info.row2 .product-info-cols .col-right, .lineup-product.tou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row2 .product-info-cols2 .col-right {
    width: 100%;
    padding: 0;
    text-align: center;
    top: inherit;
    right: inherit;
  }
  .lineup-product.tou .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.tou .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row2 .product-info-cols2 .col-right img {
    width: 100px;
  }
  .lineup-product.tou .row-product-info.row3 .product-info-title {
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .lineup-product.tou .row-product-info.row3 .product-info-title1 {
    letter-spacing: 0.055em;
    margin-bottom: 19px;
  }
  .lineup-product.tou .row-product-info.row3 .product-info-cols, .lineup-product.tou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row3 .product-info-cols2 {
    margin-bottom: 23px;
  }
  .lineup-product.tou .row-product-info.row3 .product-info-cols .col-left, .lineup-product.tou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row3 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 23px;
  }
  .lineup-product.tou .row-product-info.row3 .product-info-cols .col-right, .lineup-product.tou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row3 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
    right: 0;
  }
  .lineup-product.tou .row-product-info.row3 .product-info-cols .col-right img, .lineup-product.tou .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tou .row-product-info.row3 .product-info-cols2 .col-right img {
    width: 100px;
  }
  .lineup-product.tou .row-product-info.row3 .product-info-table {
    margin-left: -22px;
  }
}
.lineup-product.kyo .group-section-title {
  margin-bottom: 68px;
}
.lineup-product.kyo .group-product-info {
  margin-bottom: 64px;
}
.lineup-product.kyo .row-product-info.row1 {
  margin-bottom: 103px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-text {
  margin-bottom: 25px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 {
  max-width: 610px;
  margin: 0 auto;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 27px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left {
  width: 67.2%;
  padding: 0 57px 0 62px;
  position: relative;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left::after, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left::after, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left::after {
  content: '';
  width: 1px;
  height: 94%;
  background-color: #CCC;
  display: inline-block;
  position: absolute;
  top: 47%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left > .title, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left > .title, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left > .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  margin-left: -1px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li {
  width: 50%;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:first-child, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:first-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:first-child {
  padding-right: 20px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:first-child img, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:first-child img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:first-child img {
  width: 88px;
  margin-bottom: 17px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:first-child p, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:first-child p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:first-child p {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:first-child p.title, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:first-child p.title, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:first-child p.title {
  font-size: 12px;
  margin-bottom: 4px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:nth-child(2), .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:nth-child(2) {
  padding-left: 4px;
  margin-top: -4px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:nth-child(2) img, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:nth-child(2) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:nth-child(2) img {
  width: 140px;
  margin-bottom: 23px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:nth-child(2) p, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:nth-child(2) p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:nth-child(2) p {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:nth-child(2) p.li-text, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:nth-child(2) p.li-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:nth-child(2) p.li-text {
  padding-left: 3px;
  margin-bottom: 2px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:nth-child(2) p.li-text1, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:nth-child(2) p.li-text1, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:nth-child(2) p.li-text1 {
  margin-left: -1px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-right, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-right {
  width: 32.8%;
  text-align: center;
  padding: 40px 0;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-right img, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-right img {
  width: 80px;
  margin-bottom: 18px;
  margin-left: -3px;
}
.lineup-product.kyo .row-product-info.row1 .product-info-cols .col-right p, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  max-width: 85px;
  margin: 0 auto;
}
.lineup-product.kyo .row-product-info.row2 {
  margin-bottom: 57px;
}
.lineup-product.kyo .row-product-info.row2 .product-info-title {
  margin-bottom: 0;
}
.lineup-product.kyo .row-product-info.row2 .product-info-text1 {
  padding-left: 0;
}
.lineup-product.kyo .row-product-info.row2 .product-info-cols, .lineup-product.kyo .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row2 .product-info-cols2 {
  margin-bottom: 13px;
}
.lineup-product.kyo .row-product-info.row2 .product-info-cols .col-left, .lineup-product.kyo .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row2 .product-info-cols2 .col-left {
  width: 237px;
  padding-top: 49px;
}
.lineup-product.kyo .row-product-info.row2 .product-info-cols .col-left .product-info-text, .lineup-product.kyo .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row2 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.kyo .row-product-info.row2 .product-info-cols .col-right, .lineup-product.kyo .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row2 .product-info-cols2 .col-right {
  width: 150px;
}
.lineup-product.kyo .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.kyo .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row2 .product-info-cols2 .col-right img {
  position: relative;
  top: -39px;
  left: 2px;
}
.lineup-product.kyo .row-product-info.row3 {
  margin-bottom: 89px;
}
.lineup-product.kyo .row-product-info.row3 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.kyo .row-product-info.row3 .product-info-title1 {
  margin-bottom: 19px;
}
.lineup-product.kyo .row-product-info.row3 .product-info-link {
  margin-left: 2px;
}
.lineup-product.kyo .row-product-info.row3 .product-info-cols, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 {
  margin-bottom: 58px;
}
.lineup-product.kyo .row-product-info.row3 .product-info-cols .col-left, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-left {
  width: 53.267%;
  padding-left: 0;
  padding-right: 50px;
}
.lineup-product.kyo .row-product-info.row3 .product-info-cols .col-left .product-info-text, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.kyo .row-product-info.row3 .product-info-cols .col-right, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-right {
  width: 46.733%;
  padding: 5px 24px 0 2px;
}
.lineup-product.kyo .row-product-info.row3 .product-info-cols .col-right ul, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -5px;
}
.lineup-product.kyo .row-product-info.row3 .product-info-cols .col-right ul li, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-right ul li {
  width: calc(100% / 3);
  margin-bottom: 10px;
  padding: 0 5px;
}
.lineup-product.kyo .row-product-info.row3 .product-info-cols .col-right ul li a, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li a, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-right ul li a {
  height: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #6397AA;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  color: #6397AA;
}
.lineup-product.kyo .row-product-info.row3 .product-info-cols .col-right ul li a[href="javascript:void(0)"], .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li a[href="javascript:void(0)"], .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-right ul li a[href="javascript:void(0)"] {
  pointer-events: none;
}
.lineup-product.kyo .row-product-info.row3 .product-info-cols .col-right ul li sub, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li sub, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-right ul li sub {
  font-size: 10px;
  position: relative;
  top: -3.5px;
  left: 1px;
}
.lineup-product.kyo .row-product-info.row4 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.kyo .row-product-info.row4 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.kyo .row-product-info.row4 .product-info-cols, .lineup-product.kyo .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row4 .product-info-cols2 {
  margin-bottom: 33px;
}
.lineup-product.kyo .row-product-info.row4 .product-info-cols .col-left, .lineup-product.kyo .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row4 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.kyo .row-product-info.row4 .product-info-cols .col-left .product-info-text, .lineup-product.kyo .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row4 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.kyo .row-product-info.row4 .product-info-cols .col-right, .lineup-product.kyo .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row4 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
}
.lineup-product.kyo .row-product-info.row4 .product-info-cols .col-right p, .lineup-product.kyo .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row4 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}
.lineup-product.kyo .section-product-info-list ul li:last-child {
  width: 40%;
}
.lineup-product.kyo .section-product-info-list ul li:last-child .icon {
  max-width: 182px;
}

@media screen and (max-width: 767px) {
  .lineup-product.kyo .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.kyo .group-product-info {
    margin-bottom: 23px;
  }
  .lineup-product.kyo .row-product-info.row1 {
    margin-bottom: 51px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-text {
    margin-bottom: 36px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 {
    padding: 41px 24px 22px 25px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left::after, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left::after, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left::after {
    content: none;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left > .title, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left > .title, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left > .title {
    font-size: 20px;
    line-height: 18px;
    margin-left: 0;
    margin-bottom: 22px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul {
    padding-left: 8px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:first-child, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:first-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:first-child {
    width: 47%;
    padding-right: 14px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:first-child p, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:first-child p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:first-child p {
    padding-left: 3px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:first-child p.title, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:first-child p.title, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:first-child p.title {
    padding-left: 22px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:first-child img, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:first-child img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:first-child img {
    margin-bottom: 13px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:nth-child(2), .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:nth-child(2) {
    width: 53%;
    padding-left: 7px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:nth-child(2) p.li-text, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:nth-child(2) p.li-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:nth-child(2) p.li-text {
    margin-left: -5px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:nth-child(2) p.li-text1, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:nth-child(2) p.li-text1, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:nth-child(2) p.li-text1 {
    margin-left: -2px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-left ul li:nth-child(2) img, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:nth-child(2) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-left ul li:nth-child(2) img {
    margin-bottom: 29px;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-right, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-right {
    width: 43%;
    padding: 0;
    padding-left: 15px;
    text-align: left;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-right img, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-right img {
    margin-left: 0;
    width: 100%;
  }
  .lineup-product.kyo .row-product-info.row1 .product-info-cols .col-right p, .lineup-product.kyo .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row1 .product-info-cols2 .col-right p {
    max-width: 100%;
    text-align: center;
  }
  .lineup-product.kyo .row-product-info.row2 {
    margin-bottom: 50px;
  }
  .lineup-product.kyo .row-product-info.row2 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.kyo .row-product-info.row2 .product-info-cols .col-left, .lineup-product.kyo .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row2 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
  }
  .lineup-product.kyo .row-product-info.row2 .product-info-cols .col-right, .lineup-product.kyo .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row2 .product-info-cols2 .col-right {
    width: 100%;
  }
  .lineup-product.kyo .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.kyo .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row2 .product-info-cols2 .col-right img {
    width: 150px;
    display: block;
    margin: 0 auto;
    top: inherit;
    left: 10px;
  }
  .lineup-product.kyo .row-product-info.row3 {
    margin-bottom: 44px;
  }
  .lineup-product.kyo .row-product-info.row3 .product-info-title {
    margin-bottom: 14px;
  }
  .lineup-product.kyo .row-product-info.row3 .product-info-link {
    margin-left: 9%;
  }
  .lineup-product.kyo .row-product-info.row3 .product-info-cols, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 {
    margin-bottom: 20px;
  }
  .lineup-product.kyo .row-product-info.row3 .product-info-cols .col-left, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .lineup-product.kyo .row-product-info.row3 .product-info-cols .col-right, .lineup-product.kyo .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row3 .product-info-cols2 .col-right {
    width: 100%;
    padding: 0 0 0 18px;
  }
  .lineup-product.kyo .row-product-info.row4 .product-info-title {
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .lineup-product.kyo .row-product-info.row4 .product-info-title1 {
    letter-spacing: 0.055em;
    margin-bottom: 19px;
  }
  .lineup-product.kyo .row-product-info.row4 .product-info-cols, .lineup-product.kyo .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row4 .product-info-cols2 {
    margin-bottom: 23px;
  }
  .lineup-product.kyo .row-product-info.row4 .product-info-cols .col-left, .lineup-product.kyo .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row4 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 23px;
  }
  .lineup-product.kyo .row-product-info.row4 .product-info-cols .col-right, .lineup-product.kyo .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row4 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
    right: 0;
  }
  .lineup-product.kyo .row-product-info.row4 .product-info-cols .col-right img, .lineup-product.kyo .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kyo .row-product-info.row4 .product-info-cols2 .col-right img {
    width: 100px;
  }
  .lineup-product.kyo .row-product-info.row4 .product-info-table {
    margin-left: -22px;
  }
}
.lineup-product.kai .group-product-info {
  margin-bottom: 0;
}
.lineup-product.kai .group-section-title {
  margin-bottom: 75px;
}
.lineup-product.kai .row-product-info.row1 {
  margin-bottom: 91px;
}
.lineup-product.kai .row-product-info.row1 .product-info-text {
  margin-bottom: 31px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols, .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 {
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols .col-left, .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 .col-left {
  width: 50.491%;
  padding-left: 39px;
  padding-top: 36px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols .col-left ul li, .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 .col-left ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 60px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols .col-left ul li:not(:last-child), .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:not(:last-child), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 .col-left ul li:not(:last-child) {
  margin-bottom: 12px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols .col-left ul li img, .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 .col-left ul li img {
  width: auto;
  height: 30px;
  position: absolute;
  top: -2px;
  left: 0;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols .col-right, .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 .col-right {
  width: 49.509%;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols2 li {
  width: calc(100% / 3);
  padding-top: 4px;
  position: relative;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols2 li:nth-child(1) {
  width: 32.78%;
  padding-right: 10px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols2 li:nth-child(2) {
  width: 34.75%;
  padding-left: 12px;
  padding-right: 10px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols2 li:nth-child(3) {
  width: 32.47%;
  padding-left: 12px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols2 li:not(:last-child) {
  border-right: 1px solid #000;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols2 li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols2 li p.title {
  font-size: 20px;
  letter-spacing: 0.09em;
  margin-bottom: 23px;
}
.lineup-product.kai .row-product-info.row1 .product-info-cols2 li p.note {
  font-size: 10px;
  margin-bottom: 0;
}
.lineup-product.kai .row-product-info.row2 {
  margin-bottom: 96px;
}
.lineup-product.kai .row-product-info.row2 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.kai .row-product-info.row2 .product-info-title1 {
  margin-bottom: 23px;
  letter-spacing: 0.09em;
}
.lineup-product.kai .row-product-info.row2 .product-info-cols .col-left, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-left {
  width: 62.95%;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 45px;
}
.lineup-product.kai .row-product-info.row2 .product-info-cols .col-left img, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-left img {
  width: 156px;
  position: absolute;
  top: 44px;
  right: 61px;
}
.lineup-product.kai .row-product-info.row2 .product-info-cols .col-right, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-right {
  width: 37.05%;
  background-color: #FFF;
  padding: 27px 17px 24px 17px;
}
.lineup-product.kai .row-product-info.row2 .product-info-cols .col-right p, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-right p {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
.lineup-product.kai .row-product-info.row2 .product-info-cols .col-right p.title, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p.title, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-right p.title {
  font-size: 14px;
  margin-bottom: 9px;
}
.lineup-product.kai .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-right img {
  width: 100px;
  display: block;
  margin: 0 auto;
  left: -2px;
  position: relative;
}
.lineup-product.kai .row-product-info.row3 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.kai .row-product-info.row3 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 {
  margin-bottom: 13px;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-left, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-left {
  width: 62.418%;
  padding-left: 0;
  padding-right: 30px;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-left .product-info-text, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-right, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-right {
  width: 37.582%;
  padding: 7px 2px 0 2px;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-right ul, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-right ul li, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-right ul li {
  width: 50%;
  text-align: center;
  padding-top: 23px;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-right ul li p, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-right ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-right ul li:first-child, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-right ul li:first-child {
  padding: 23px 16px 14px 33px;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-right ul li:first-child img, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-right ul li:first-child img {
  width: 58px;
  margin-bottom: 5px;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-right ul li:nth-child(2), .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-right ul li:nth-child(2) {
  padding: 27px 39px 14px 24px;
}
.lineup-product.kai .row-product-info.row3 .product-info-cols .col-right ul li:nth-child(2) img, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-right ul li:nth-child(2) img {
  width: 50px;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .lineup-product.kai .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.kai .row-product-info.row1 {
    margin-bottom: 44px;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-title1 {
    margin-bottom: 19px;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-text {
    margin-bottom: 34px;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols, .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 {
    margin: 0 -14px;
    margin-bottom: 55px;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols .col-left, .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 .col-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 14px;
    padding-top: 28px;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols .col-left ul li:not(:last-child), .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:not(:last-child), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 .col-left ul li:not(:last-child) {
    margin-bottom: 13px;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols .col-right, .lineup-product.kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row1 .product-info-cols2 .col-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols2 li {
    width: 100%;
    padding-top: 0;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols2 li:nth-child(1), .lineup-product.kai .row-product-info.row1 .product-info-cols2 li:nth-child(2), .lineup-product.kai .row-product-info.row1 .product-info-cols2 li:nth-child(3) {
    width: 100%;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols2 li:nth-child(1) {
    padding-right: 0;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols2 li:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols2 li:nth-child(3) {
    padding-left: 0;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols2 li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 21px;
    margin-bottom: 26px;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols2 li p {
    margin-bottom: 4px;
  }
  .lineup-product.kai .row-product-info.row1 .product-info-cols2 li p.title {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .lineup-product.kai .row-product-info.row2 {
    margin-bottom: 52px;
  }
  .lineup-product.kai .row-product-info.row2 .product-info-title {
    margin-bottom: 14px;
  }
  .lineup-product.kai .row-product-info.row2 .product-info-title1 {
    margin-bottom: 19px;
  }
  .lineup-product.kai .row-product-info.row2 .product-info-cols .col-left, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    line-height: 24.5px;
    margin-bottom: 41px;
  }
  .lineup-product.kai .row-product-info.row2 .product-info-cols .col-left img, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-left img {
    position: relative;
    display: block;
    top: inherit;
    right: inherit;
    margin: 0 auto;
    margin-top: 34px;
  }
  .lineup-product.kai .row-product-info.row2 .product-info-cols .col-right, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-right {
    width: 100%;
    padding: 25px 30px 24px 30px;
  }
  .lineup-product.kai .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row2 .product-info-cols2 .col-right img {
    left: 0;
  }
  .lineup-product.kai .row-product-info.row3 .product-info-title {
    margin-bottom: 14px;
  }
  .lineup-product.kai .row-product-info.row3 .product-info-title1 {
    margin-bottom: 19px;
  }
  .lineup-product.kai .row-product-info.row3 .product-info-cols, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 {
    margin-bottom: 23px;
  }
  .lineup-product.kai .row-product-info.row3 .product-info-cols .col-left, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .lineup-product.kai .row-product-info.row3 .product-info-cols .col-right, .lineup-product.kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kai .row-product-info.row3 .product-info-cols2 .col-right {
    width: 100%;
    max-width: 226px;
    margin: 0 auto;
    padding: 0;
  }
  .lineup-product.kai .row-product-info.row3 .product-info-table {
    margin-left: -22px;
  }
}
.lineup-product.rei .group-section-title {
  margin-bottom: 75px;
}
.lineup-product.rei .row-product-info.row1 {
  margin-bottom: 94px;
}
.lineup-product.rei .row-product-info.row1 .product-info-text {
  margin-bottom: 54px;
}
.lineup-product.rei .row-product-info.row1 .product-info-note {
  font-size: 10px;
  padding-left: 2px;
}
.lineup-product.rei .row-product-info.row1 .product-info-cols, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 {
  margin-bottom: 31px;
}
.lineup-product.rei .row-product-info.row1 .product-info-cols .col-left, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-left {
  width: 62.418%;
  overflow: hidden;
  padding-left: 11px;
  padding-right: 50px;
}
.lineup-product.rei .row-product-info.row1 .product-info-cols .col-left img, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-left img {
  width: 150px;
  float: left;
  margin-right: 13px;
}
.lineup-product.rei .row-product-info.row1 .product-info-cols .col-left span, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left span, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-left span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  position: relative;
  top: 55px;
}
.lineup-product.rei .row-product-info.row1 .product-info-cols .col-right, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-right {
  width: 37.582%;
  text-align: center;
  padding-top: 13px;
  padding-left: 5px;
}
.lineup-product.rei .row-product-info.row1 .product-info-cols .col-right img, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-right img {
  width: 140px;
  margin-bottom: 7px;
}
.lineup-product.rei .row-product-info.row1 .product-info-cols .col-right .text, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right .text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-right .text {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lineup-product.rei .row-product-info.row2 {
  margin-bottom: 89px;
}
.lineup-product.rei .row-product-info.row2 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.rei .row-product-info.row2 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 {
  margin-bottom: 13px;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-left, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-left {
  width: 62.418%;
  padding-left: 0;
  padding-right: 30px;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-left .product-info-text, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-right, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-right {
  width: 37.582%;
  padding: 7px 2px 0 2px;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-right ul, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-right ul li, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-right ul li {
  width: 50%;
  text-align: center;
  padding-top: 23px;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-right ul li p, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-right ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-right ul li:first-child, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-right ul li:first-child {
  padding: 23px 16px 14px 33px;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-right ul li:first-child img, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-right ul li:first-child img {
  width: 58px;
  margin-bottom: 5px;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-right ul li:nth-child(2), .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-right ul li:nth-child(2) {
  padding: 27px 39px 14px 24px;
}
.lineup-product.rei .row-product-info.row2 .product-info-cols .col-right ul li:nth-child(2) img, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-right ul li:nth-child(2) img {
  width: 50px;
  margin-bottom: 9px;
}
.lineup-product.rei .row-product-info.row3 {
  margin-bottom: 90px;
}
.lineup-product.rei .row-product-info.row3 .product-info-title {
  margin-bottom: 0;
}
.lineup-product.rei .row-product-info.row3 .product-info-cols, .lineup-product.rei .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row3 .product-info-cols2 {
  margin-bottom: 26px;
}
.lineup-product.rei .row-product-info.row3 .product-info-cols .col-left, .lineup-product.rei .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row3 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 61px 20px 0 0;
}
.lineup-product.rei .row-product-info.row3 .product-info-cols .col-left .product-info-text, .lineup-product.rei .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row3 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.rei .row-product-info.row3 .product-info-cols .col-right, .lineup-product.rei .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row3 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
  top: -6px;
}
.lineup-product.rei .row-product-info.row3 .product-info-cols .col-right p, .lineup-product.rei .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row3 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 9px;
}
.lineup-product.rei .row-product-info.row4 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.rei .row-product-info.row4 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.rei .row-product-info.row4 .product-info-cols, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 {
  margin-bottom: 33px;
}
.lineup-product.rei .row-product-info.row4 .product-info-cols .col-left, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.rei .row-product-info.row4 .product-info-cols .col-left .product-info-text, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.rei .row-product-info.row4 .product-info-cols .col-right, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
}
.lineup-product.rei .row-product-info.row4 .product-info-cols .col-right p, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}
.lineup-product.rei .section-product-info-list ul li:last-child {
  width: 40%;
}
.lineup-product.rei .section-product-info-list ul li:last-child .icon {
  max-width: 182px;
}

@media screen and (max-width: 767px) {
  .lineup-product.rei .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.rei .group-product-info {
    margin-bottom: 23px;
  }
  .lineup-product.rei .row-product-info.row1 {
    margin-bottom: 51px;
  }
  .lineup-product.rei .row-product-info.row1 .product-info-title {
    margin-bottom: 18px;
  }
  .lineup-product.rei .row-product-info.row1 .product-info-text {
    margin-bottom: 10px;
  }
  .lineup-product.rei .row-product-info.row1 .product-info-cols, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 {
    margin-bottom: 17px;
  }
  .lineup-product.rei .row-product-info.row1 .product-info-cols .col-left, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .lineup-product.rei .row-product-info.row1 .product-info-cols .col-left img, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-left img {
    width: 138px;
    margin-right: 19px;
  }
  .lineup-product.rei .row-product-info.row1 .product-info-cols .col-left span, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left span, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-left span {
    top: 24px;
  }
  .lineup-product.rei .row-product-info.row1 .product-info-cols .col-right, .lineup-product.rei .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row1 .product-info-cols2 .col-right {
    width: 100%;
    display: none;
  }
  .lineup-product.rei .row-product-info.row1 .product-info-note {
    padding-left: 0;
    margin-bottom: 39px;
  }
  .lineup-product.rei .row-product-info.row1 .col-right-sp {
    background-color: #84C0DE;
    text-align: center;
    padding: 47px 10px 46px;
    max-width: 275px;
    margin: 0 auto;
  }
  .lineup-product.rei .row-product-info.row1 .col-right-sp img {
    width: 147px;
    margin-bottom: 1px;
  }
  .lineup-product.rei .row-product-info.row1 .col-right-sp p {
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #FFF;
  }
  .lineup-product.rei .row-product-info.row2 {
    margin-bottom: 44px;
  }
  .lineup-product.rei .row-product-info.row2 .product-info-title {
    margin-bottom: 14px;
  }
  .lineup-product.rei .row-product-info.row2 .product-info-cols, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 {
    margin-bottom: 23px;
  }
  .lineup-product.rei .row-product-info.row2 .product-info-cols .col-left, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .lineup-product.rei .row-product-info.row2 .product-info-cols .col-right, .lineup-product.rei .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row2 .product-info-cols2 .col-right {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
    padding: 0;
  }
  .lineup-product.rei .row-product-info.row2 .product-info-table {
    margin-left: -22px;
  }
  .lineup-product.rei .row-product-info.row3 {
    margin-bottom: 51px;
  }
  .lineup-product.rei .row-product-info.row3 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.rei .row-product-info.row3 .product-info-cols .col-left, .lineup-product.rei .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row3 .product-info-cols2 .col-left {
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
  }
  .lineup-product.rei .row-product-info.row3 .product-info-cols .col-right, .lineup-product.rei .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row3 .product-info-cols2 .col-right {
    width: 100%;
    padding: 0;
    text-align: center;
    top: inherit;
    right: inherit;
  }
  .lineup-product.rei .row-product-info.row3 .product-info-cols .col-right img, .lineup-product.rei .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row3 .product-info-cols2 .col-right img {
    width: 100px;
  }
  .lineup-product.rei .row-product-info.row4 .product-info-title {
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .lineup-product.rei .row-product-info.row4 .product-info-title1 {
    letter-spacing: 0.055em;
    margin-bottom: 19px;
  }
  .lineup-product.rei .row-product-info.row4 .product-info-cols, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 {
    margin-bottom: 23px;
  }
  .lineup-product.rei .row-product-info.row4 .product-info-cols .col-left, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 23px;
  }
  .lineup-product.rei .row-product-info.row4 .product-info-cols .col-right, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
    right: 0;
  }
  .lineup-product.rei .row-product-info.row4 .product-info-cols .col-right img, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 .col-right img {
    width: 100px;
    margin-left: 13px;
  }
  .lineup-product.rei .row-product-info.row4 .product-info-cols .col-right p, .lineup-product.rei .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.rei .row-product-info.row4 .product-info-cols2 .col-right p {
    padding-left: 13px;
  }
  .lineup-product.rei .row-product-info.row4 .product-info-table {
    margin-left: -22px;
  }
}
.lineup-product.sai .group-section-title {
  margin-bottom: 97px;
}
.lineup-product.sai .section-new-item {
  margin-bottom: 96px;
}
.lineup-product.sai .row-product-info.row1 {
  margin-bottom: 98px;
}
.lineup-product.sai .row-product-info.row1 .product-info-title {
  margin-bottom: 29px;
}
.lineup-product.sai .row-product-info.row1 .product-info-cols, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 17px 40px 17px 35px;
}
.lineup-product.sai .row-product-info.row1 .product-info-cols .col-left, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 .col-left {
  width: 155px;
  padding-top: 16px;
  padding-right: 4px;
  text-align: right;
  margin-bottom: 15px;
}
.lineup-product.sai .row-product-info.row1 .product-info-cols .col-left img, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 .col-left img {
  margin-bottom: 15px;
}
.lineup-product.sai .row-product-info.row1 .product-info-cols .col-left p, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 .col-left p {
  font-size: 8px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  padding-right: 2px;
}
.lineup-product.sai .row-product-info.row1 .product-info-cols .col-right, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 .col-right {
  width: calc(100% - 155px);
  padding-left: 43px;
  margin-bottom: 15px;
}
.lineup-product.sai .row-product-info.row1 .product-info-cols .col-right .product-info-text:last-child, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right .product-info-text:last-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 .col-right .product-info-text:last-child {
  margin-bottom: 0;
}
.lineup-product.sai .row-product-info.row1 .product-info-image {
  max-width: 610px;
  margin: 0 auto;
}
.lineup-product.sai .row-product-info.row2 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.sai .row-product-info.row2 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.sai .row-product-info.row2 .product-info-cols, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 {
  margin-bottom: 33px;
}
.lineup-product.sai .row-product-info.row2 .product-info-cols .col-left, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.sai .row-product-info.row2 .product-info-cols .col-left .product-info-text, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.sai .row-product-info.row2 .product-info-cols .col-right, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -12px;
}
.lineup-product.sai .row-product-info.row2 .product-info-cols .col-right p, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .lineup-product.sai .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.sai .group-product-info {
    margin-bottom: 60px;
  }
  .lineup-product.sai .group-product-info.group2 {
    margin-bottom: 22px;
  }
  .lineup-product.sai .section-new-comfort {
    margin-bottom: 0;
  }
  .lineup-product.sai .section-new-item {
    margin-bottom: 50px;
  }
  .lineup-product.sai .row-product-info.row1 {
    margin: 0 -30px;
  }
  .lineup-product.sai .row-product-info.row1 .product-info-title {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lineup-product.sai .row-product-info.row1 .product-info-cols, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 {
    padding: 16px 30px 17px 28px;
  }
  .lineup-product.sai .row-product-info.row1 .product-info-cols .col-left, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 .col-left {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 23px;
  }
  .lineup-product.sai .row-product-info.row1 .product-info-cols .col-left img, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 .col-left img {
    width: 144px;
  }
  .lineup-product.sai .row-product-info.row1 .product-info-cols .col-left p, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 .col-left p {
    max-width: 150px;
    margin: 0 auto;
    text-align: right;
  }
  .lineup-product.sai .row-product-info.row1 .product-info-cols .col-right, .lineup-product.sai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row1 .product-info-cols2 .col-right {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 38px;
  }
  .lineup-product.sai .row-product-info.row1 .product-info-image {
    margin: 0 -20px 20px -20px;
  }
  .lineup-product.sai .row-product-info.row2 .product-info-title {
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .lineup-product.sai .row-product-info.row2 .product-info-title1 {
    letter-spacing: 0.055em;
    margin-bottom: 19px;
  }
  .lineup-product.sai .row-product-info.row2 .product-info-cols, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 {
    margin-bottom: 24px;
  }
  .lineup-product.sai .row-product-info.row2 .product-info-cols .col-left, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 22px;
  }
  .lineup-product.sai .row-product-info.row2 .product-info-cols .col-right, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
    right: 0;
  }
  .lineup-product.sai .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 .col-right img {
    width: 100px;
    margin-left: 13px;
  }
  .lineup-product.sai .row-product-info.row2 .product-info-cols .col-right p, .lineup-product.sai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.sai .row-product-info.row2 .product-info-cols2 .col-right p {
    padding-left: 13px;
  }
  .lineup-product.sai .row-product-info.row2 .product-info-table {
    margin-left: -22px;
  }
}
.lineup-product.kuro .group-section-title {
  margin-bottom: 75px;
}
.lineup-product.kuro .group-product-info {
  margin-bottom: 83px;
}
.lineup-product.kuro .row-product-info.row1 {
  margin: 0 -62px;
  margin-bottom: 95px;
}
.lineup-product.kuro .row-product-info.row1 .product-info-title {
  text-align: center;
  letter-spacing: 0.087em;
  margin-bottom: 56px;
}
.lineup-product.kuro .row-product-info.row1 .product-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product.kuro .row-product-info.row1 .product-info-list .list-image {
  margin-bottom: 56px;
}
.lineup-product.kuro .row-product-info.row1 .product-info-list .list-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.1em;
  padding-left: 18px;
}
.lineup-product.kuro .row-product-info.row1 .product-info-list li {
  padding-bottom: 30px;
}
.lineup-product.kuro .row-product-info.row1 .product-info-list li:not(:last-child) {
  border-right: 1px solid #000;
}
.lineup-product.kuro .row-product-info.row1 .product-info-list li:nth-child(1) {
  width: 33.5%;
}
.lineup-product.kuro .row-product-info.row1 .product-info-list li:nth-child(2) {
  width: 35.5%;
}
.lineup-product.kuro .row-product-info.row1 .product-info-list li:nth-child(3) {
  width: 31%;
}
.lineup-product.kuro .row-product-info.row2 {
  margin-bottom: 96px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-text {
  margin-bottom: 55px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box {
  max-width: 610px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 60px 58px 60px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-title, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-title2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 27px;
  margin-left: -14px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-title2 {
  font-size: 12px;
  margin-bottom: 17px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 23px;
  padding-left: 34px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li {
  position: relative;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li img, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li img {
  margin-bottom: 7px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li p, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li p.title3, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li p.title3 {
  font-size: 12px;
  margin-bottom: 4px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:not(:last-child)::after, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:not(:last-child)::after {
  content: '';
  width: 20px;
  height: 7px;
  position: absolute;
  top: 29.6%;
  right: -25px;
  background: url("../img/icon/icon_arrow1.png") center center/contain no-repeat;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:nth-child(1), .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(1) {
  width: 19.4%;
  margin-right: 32px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:nth-child(2), .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(2) {
  width: 19.4%;
  margin-right: 38px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:nth-child(2)::after, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(2)::after {
  right: -29px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:nth-child(3), .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(3) {
  width: 26.4%;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 {
  padding-bottom: 25px;
  margin-bottom: 29px;
  padding-left: 38px;
  border-bottom: 1px solid #CCCCCC;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li img {
  margin-bottom: 6px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li p.title3 {
  margin-bottom: 2px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:not(:last-child)::after {
  top: 26.6%;
  right: -30px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(1) {
  width: 17.8%;
  margin-right: 40px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(2) {
  width: 17.8%;
  margin-right: 46px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(3) {
  width: 25%;
  margin-right: 39px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(4) {
  padding-top: 17px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(4) .box-point {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3-text, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3-title, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3-title2 {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 34px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3-title {
  font-size: 14px;
  margin-bottom: 4px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3-title2 {
  font-size: 10px;
  margin-top: -2px;
  margin-bottom: 6px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3-image {
  text-align: center;
  padding-left: 9px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3 li {
  width: 50%;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3 li:nth-child(1) {
  padding-left: 2px;
  padding-right: 30px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3 li:nth-child(2) {
  padding-left: 33px;
}
.lineup-product.kuro .row-product-info.row2 .product-info-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product.kuro .row-product-info.row2 .product-info-col2 li {
  width: 50%;
}
.lineup-product.kuro .row-product-info.row3 {
  margin-bottom: 91px;
}
.lineup-product.kuro .row-product-info.row3 .product-info-cols, .lineup-product.kuro .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row3 .product-info-cols2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 50px;
  margin-top: 40px;
}
.lineup-product.kuro .row-product-info.row3 .product-info-cols .col-left, .lineup-product.kuro .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row3 .product-info-cols2 .col-left {
  width: 56.47%;
  padding-right: 40px;
}
.lineup-product.kuro .row-product-info.row3 .product-info-cols .col-right, .lineup-product.kuro .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row3 .product-info-cols2 .col-right {
  width: 43.53%;
}
.lineup-product.kuro .row-product-info.row3 .product-info-text {
  margin-bottom: 5px;
}
.lineup-product.kuro .row-product-info.row3 .product-info-text1 {
  font-size: 10px;
  line-height: 18px;
}
.lineup-product.kuro .row-product-info.row4 .product-info-title {
  margin-bottom: 42px;
}
.lineup-product.kuro .row-product-info.row4 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.kuro .row-product-info.row4 .product-info-cols, .lineup-product.kuro .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row4 .product-info-cols2 {
  margin-bottom: 33px;
}
.lineup-product.kuro .row-product-info.row4 .product-info-cols .col-left, .lineup-product.kuro .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row4 .product-info-cols2 .col-left {
  width: calc(100% - 100px);
  padding: 8px 20px 0 0;
}
.lineup-product.kuro .row-product-info.row4 .product-info-cols .col-left .product-info-text, .lineup-product.kuro .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row4 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.kuro .row-product-info.row4 .product-info-cols .col-right, .lineup-product.kuro .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row4 .product-info-cols2 .col-right {
  width: 100px;
  position: relative;
  right: -13px;
}
.lineup-product.kuro .row-product-info.row4 .product-info-cols .col-right p, .lineup-product.kuro .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row4 .product-info-cols2 .col-right p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .lineup-product.kuro .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.kuro .group-product-info {
    margin-bottom: 23px;
  }
  .lineup-product.kuro .section-new-comfort {
    margin-bottom: 0;
  }
  .lineup-product.kuro .row-product-info.row1 {
    margin: 0;
    margin-bottom: 20px;
  }
  .lineup-product.kuro .row-product-info.row1 .product-info-title {
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 31px;
  }
  .lineup-product.kuro .row-product-info.row1 .product-info-list .list-image {
    text-align: center;
    margin-bottom: 25px;
  }
  .lineup-product.kuro .row-product-info.row1 .product-info-list .list-text {
    padding-left: 0;
  }
  .lineup-product.kuro .row-product-info.row1 .product-info-list li {
    width: 100% !important;
    padding-bottom: 22px;
  }
  .lineup-product.kuro .row-product-info.row1 .product-info-list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
  }
  .lineup-product.kuro .row-product-info.row2 {
    margin-bottom: 52px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-title {
    margin-bottom: 24px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-text {
    margin-bottom: 35px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box {
    padding: 41px 0 40px 0;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-title {
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 22px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-title2 {
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 13px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 {
    padding-left: 37px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li {
    text-align: center;
    margin-bottom: 18px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li img, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li img {
    margin-bottom: 6px;
    width: 100%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:not(:last-child)::after, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:not(:last-child)::after {
    width: 22.64%;
    height: 6.23%;
    top: 38.5%;
    right: -28%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:nth-child(1), .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(1) {
    width: 42.5%;
    margin-right: 15.4%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:nth-child(2), .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(2) {
    width: 42%;
    margin-right: 0;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:nth-child(2)::after, .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(2)::after {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
    top: 94.2%;
    left: -34%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list1 li:nth-child(3), .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(3) {
    width: 57.7%;
    margin-left: 19%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 {
    padding: 0 37px 6px 38px;
    margin-bottom: 27px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li {
    margin-bottom: 22px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:not(:last-child)::after {
    top: 35.6%;
    right: -38%;
    width: 25%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(1) {
    width: 39.8%;
    margin-right: 20.3%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(2) {
    width: 39.8%;
    margin-right: 0;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(2)::after {
    top: 96%;
    left: -38%;
    height: 8%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(3) {
    width: 55.7%;
    margin-left: -.3%;
    margin-right: 20%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(3)::after {
    right: -28%;
    width: 19%;
    top: 27%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(4) {
    width: 24.6%;
    padding-top: 8%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list2 li:nth-child(4) .box-point {
    font-size: 2.6vw;
    width: 13vw;
    height: 13vw;
    line-height: 13vw;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3-image {
    padding-left: 0;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3 li {
    width: 100%;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3 li:nth-child(1), .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3 li:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3 li:not(:last-child) {
    margin-bottom: 49px;
  }
  .lineup-product.kuro .row-product-info.row2 .product-info-box .box-list3 li img {
    width: auto;
  }
  .lineup-product.kuro .row-product-info.row3 {
    margin-bottom: 53px;
  }
  .lineup-product.kuro .row-product-info.row3 .product-info-cols, .lineup-product.kuro .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row3 .product-info-cols2 {
    padding: 40px 26px;
  }
  .lineup-product.kuro .row-product-info.row3 .product-info-cols .col-left, .lineup-product.kuro .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row3 .product-info-cols2 .col-left {
    width: 100%;
    padding-right: 0;
  }
  .lineup-product.kuro .row-product-info.row3 .product-info-cols .col-right, .lineup-product.kuro .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row3 .product-info-cols2 .col-right {
    width: 100%;
  }
  .lineup-product.kuro .row-product-info.row4 .product-info-title {
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .lineup-product.kuro .row-product-info.row4 .product-info-title1 {
    letter-spacing: 0.062em;
    margin-bottom: 19px;
  }
  .lineup-product.kuro .row-product-info.row4 .product-info-cols, .lineup-product.kuro .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row4 .product-info-cols2 {
    margin-bottom: 22px;
  }
  .lineup-product.kuro .row-product-info.row4 .product-info-cols .col-left, .lineup-product.kuro .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row4 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 22px;
  }
  .lineup-product.kuro .row-product-info.row4 .product-info-cols .col-right, .lineup-product.kuro .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row4 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
    right: 0;
  }
  .lineup-product.kuro .row-product-info.row4 .product-info-cols .col-right img, .lineup-product.kuro .row-product-info.row4 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.kuro .row-product-info.row4 .product-info-cols2 .col-right img {
    width: 100px;
  }
}
.lineup-product .box-group-img-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 493px;
}
.lineup-product .box-group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin: 0 -17px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lineup-product .box-group-img .item {
  padding: 0 17px;
  width: 25%;
}
.lineup-product .box-group-img .item:nth-child(4n) .img-contain:before {
  display: none;
}
.lineup-product .box-group-img .item:last-child .img-contain:before {
  display: none;
}
.lineup-product .box-group-img .item .number {
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.lineup-product .box-group-img .item .img-contain {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.lineup-product .box-group-img .item .img-contain:before {
  content: '';
  position: absolute;
  right: -27px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 7px;
  background: url("../img/icon/icon_arrow1.png") no-repeat;
  background-size: 100% 100%;
}
.lineup-product .box-group-img .item .img-contain img {
  width: 100%;
}
.lineup-product .box-group-img .item .desc {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 18px;
  font-weight: 500;
}
.lineup-product.on .stocking-item .group-img .big {
  border-radius: unset;
}
.lineup-product.on .box-text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lineup-product.on .box-text-img.right .img-contain {
  display: block;
  margin-left: 30px;
}
.lineup-product.on .box-text-img .img-contain {
  display: block;
  margin-right: 40px;
}
.lineup-product.on .box-text-img .text-info {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lineup-product.on .box-text-img .text-info .text-note {
  font-size: 8px;
  display: block;
  margin-top: 10px;
  line-height: 13px;
  font-weight: 500;
  text-align: right;
}
.lineup-product.on .group-product-info .product-info-title {
  line-height: 49px;
}
.lineup-product.on .group-product-info .product-info-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.lineup-product.on .group-energy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.lineup-product.on .group-energy .energy-item {
  display: block;
  font-weight: 500;
  min-height: 67px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #F08226;
  margin: 0 12px;
  margin-bottom: 12px;
  background-color: #fff;
}
.lineup-product.on .group-energy .energy-item .title {
  width: 160px;
  height: 32px;
  line-height: 32px;
  background: url("../img/lineup/on/bg_energy.png") no-repeat;
  background-size: cover;
  color: #fff;
}
.lineup-product.on .group-energy .energy-item .name {
  display: block;
  padding: 10px;
  color: #EE7A25;
}
.lineup-product.on .group-energy .energy-item .name sub {
  position: relative;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .lineup-product .box-group-img-wrapper {
    max-width: 100%;
    padding: 0 2px;
  }
  .lineup-product .box-group-img .item {
    width: 50%;
    margin: 15px 0;
  }
  .lineup-product .box-group-img .item:nth-child(2n) .img-contain:before {
    display: none;
  }
  .lineup-product.on .group-product-info.group1 .bg-white {
    padding: 28px 20px;
  }
  .lineup-product.on .group-product-info.group3 .bg-white {
    padding: 15px 20px;
  }
  .lineup-product.on .group-product-info.group4 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lineup-product.on .box-text-img {
    display: block;
  }
  .lineup-product.on .box-text-img.right .img-contain {
    margin: 0;
  }
  .lineup-product.on .box-text-img.right .img-contain img {
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .lineup-product.on .box-text-img .img-contain {
    margin: 0;
  }
  .lineup-product.on .box-text-img .img-contain img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .lineup-product.on .group-energy .energy-item {
    margin: 12px 0;
  }
}
.lineup-product.tight-kai .group-product-info {
  margin-bottom: 0;
}
.lineup-product.tight-kai .group-product-info .note {
  font-size: 10px;
  line-height: 28px;
}
.lineup-product.tight-kai .group-product-info .title-quality-chart {
  display: block;
  margin-bottom: 15px;
  text-align: right;
  padding-right: 45px;
  color: #747B95;
  font-size: 24px;
  font-family: 'Avenir Next Condensed Regular';
  font-weight: 400;
}
.lineup-product.tight-kai .group-product-info .product-info-title.product-info-title-2 {
  text-align: center;
  line-height: 49px;
}
.lineup-product.tight-kai .group-info-chart .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
}
.lineup-product.tight-kai .group-info-chart .item:last-child {
  margin-bottom: 0;
}
.lineup-product.tight-kai .group-info-chart .item .group-img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lineup-product.tight-kai .group-info-chart .item .group-img-left .img-leg {
  width: 148px;
  display: block;
}
.lineup-product.tight-kai .group-info-chart .item .group-img-left .dennier-info {
  text-align: center;
}
.lineup-product.tight-kai .group-info-chart .item .group-img-left .dennier-info img {
  display: inline-block;
  margin-bottom: 15px;
}
.lineup-product.tight-kai .group-info-chart .item .group-img-left .dennier-info .desc {
  font-size: 20px;
  line-height: 35px;
  display: block;
  width: 205px;
}
.lineup-product.tight-kai .group-info-chart .item .quality-chart-content .info {
  font-size: 13px;
  font-weight: 500;
}
.lineup-product.tight-kai .group-info-chart .item .quality-chart-content .info.info1 {
  top: 3px;
}
.lineup-product.tight-kai .group-info-chart .item .quality-chart-content .info.info2 {
  top: 40px;
  right: 15px;
}
.lineup-product.tight-kai .group-info-chart .item .quality-chart-content .info.info3 {
  right: 5px;
  top: 110px;
}
.lineup-product.tight-kai .group-info-chart .item .quality-chart-content .info.info4 {
  bottom: 2px;
}
.lineup-product.tight-kai .group-info-chart .item .quality-chart-content .info.info5 {
  top: 110px;
  left: -20px;
}
.lineup-product.tight-kai .group-info-chart .item .quality-chart-content .info.info6 {
  top: 40px;
  left: -20px;
}
.lineup-product.tight-kai .group-section-title {
  margin-bottom: 75px;
}
.lineup-product.tight-kai .row-product-info.row1 {
  margin-bottom: 91px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-text {
  margin-bottom: 31px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols, .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 {
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols .col-left, .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 .col-left {
  width: 50.491%;
  padding-left: 39px;
  padding-top: 36px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols .col-left ul li, .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 .col-left ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 60px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols .col-left ul li:not(:last-child), .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:not(:last-child), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 .col-left ul li:not(:last-child) {
  margin-bottom: 12px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols .col-left ul li img, .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 .col-left ul li img {
  width: auto;
  height: 30px;
  position: absolute;
  top: -2px;
  left: 0;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols .col-right, .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 .col-right {
  width: 49.509%;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li {
  width: calc(100% / 3);
  padding-top: 4px;
  position: relative;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:nth-child(1) {
  width: 32.78%;
  padding-right: 10px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:nth-child(2) {
  width: 34.75%;
  padding-left: 12px;
  padding-right: 10px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:nth-child(3) {
  width: 32.47%;
  padding-left: 12px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:not(:last-child) {
  border-right: 1px solid #000;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li p.title {
  font-size: 20px;
  letter-spacing: 0.09em;
  margin-bottom: 23px;
}
.lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li p.note {
  font-size: 10px;
  margin-bottom: 0;
}
.lineup-product.tight-kai .row-product-info.row2 {
  margin-bottom: 96px;
}
.lineup-product.tight-kai .row-product-info.row2 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.tight-kai .row-product-info.row2 .product-info-title1 {
  margin-bottom: 23px;
  letter-spacing: 0.09em;
}
.lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-left, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-left {
  width: 62.95%;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 45px;
}
.lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-left img, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-left img {
  width: 156px;
  position: absolute;
  top: 44px;
  right: 61px;
}
.lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-right, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-right {
  width: 37.05%;
  background-color: #FFF;
  padding: 27px 17px 24px 17px;
}
.lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-right p, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-right p {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
.lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-right p.title, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right p.title, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-right p.title {
  font-size: 14px;
  margin-bottom: 9px;
}
.lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-right img {
  width: 100px;
  display: block;
  margin: 0 auto;
  left: -2px;
  position: relative;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-title1 {
  margin-bottom: 18px;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 {
  margin-bottom: 13px;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-left, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-left {
  width: 62.418%;
  padding-left: 0;
  padding-right: 30px;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-left .product-info-text, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-left .product-info-text {
  margin-bottom: 0;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-right, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-right {
  width: 37.582%;
  padding: 7px 2px 0 2px;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-right ul, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-right ul li, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-right ul li {
  width: 50%;
  text-align: center;
  padding-top: 23px;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-right ul li p, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-right ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-right ul li:first-child, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-right ul li:first-child {
  padding: 23px 16px 14px 33px;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-right ul li:first-child img, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:first-child img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-right ul li:first-child img {
  width: 58px;
  margin-bottom: 5px;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-right ul li:nth-child(2), .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-right ul li:nth-child(2) {
  padding: 27px 39px 14px 24px;
}
.lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-right ul li:nth-child(2) img, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right ul li:nth-child(2) img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-right ul li:nth-child(2) img {
  width: 50px;
  margin-bottom: 9px;
}
.lineup-product.tight-kai .row-product-info:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .lineup-product.tight-kai .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.tight-kai .group-product-info .row-product-info {
    margin-bottom: 45px;
  }
  .lineup-product.tight-kai .group-product-info .row-product-info:last-child {
    margin-bottom: 0;
  }
  .lineup-product.tight-kai .group-product-info .note {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
  .lineup-product.tight-kai .group-product-info .product-info-title.product-info-title-2 {
    text-align: left;
    line-height: 45px;
  }
  .lineup-product.tight-kai .group-info-chart .item {
    padding-bottom: 30px;
    display: block;
    text-align: center;
  }
  .lineup-product.tight-kai .group-info-chart .item .title-quality {
    display: block;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #747B95;
    letter-spacing: 0.05em;
    font-family: 'Avenir Next Condensed Regular';
    font-weight: 400;
  }
  .lineup-product.tight-kai .group-info-chart .item .group-img-left {
    position: relative;
    display: block;
    width: 100%;
  }
  .lineup-product.tight-kai .group-info-chart .item .group-img-left .img-leg {
    position: relative;
    left: -10px;
    width: 142px;
  }
  .lineup-product.tight-kai .group-info-chart .item .group-img-left .dennier-info {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .lineup-product.tight-kai .group-info-chart .item .quality-chart-content {
    margin: 0 auto;
  }
  .lineup-product.tight-kai .row-product-info.row1 {
    margin-bottom: 44px;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-title1 {
    margin-bottom: 19px;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-text {
    margin-bottom: 34px;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols, .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 {
    margin: 0 -14px;
    margin-bottom: 55px;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols .col-left, .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 .col-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 14px;
    padding-top: 28px;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols .col-left ul li:not(:last-child), .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left ul li:not(:last-child), .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 .col-left ul li:not(:last-child) {
    margin-bottom: 13px;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols .col-right, .lineup-product.tight-kai .row-product-info.row1 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 .col-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li {
    width: 100%;
    padding-top: 0;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:nth-child(1), .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:nth-child(2), .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:nth-child(3) {
    width: 100%;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:nth-child(1) {
    padding-right: 0;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:nth-child(3) {
    padding-left: 0;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 21px;
    margin-bottom: 26px;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li p {
    margin-bottom: 4px;
  }
  .lineup-product.tight-kai .row-product-info.row1 .product-info-cols2 li p.title {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .lineup-product.tight-kai .row-product-info.row2 {
    margin-bottom: 52px;
  }
  .lineup-product.tight-kai .row-product-info.row2 .product-info-title {
    margin-bottom: 14px;
  }
  .lineup-product.tight-kai .row-product-info.row2 .product-info-title1 {
    margin-bottom: 19px;
  }
  .lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-left, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-left {
    width: 100%;
    padding-top: 0;
    line-height: 24.5px;
    margin-bottom: 41px;
  }
  .lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-left img, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-left img {
    position: relative;
    display: block;
    top: inherit;
    right: inherit;
    margin: 0 auto;
    margin-top: 34px;
  }
  .lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-right, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-right {
    width: 100%;
    padding: 25px 30px 24px 30px;
  }
  .lineup-product.tight-kai .row-product-info.row2 .product-info-cols .col-right img, .lineup-product.tight-kai .row-product-info.row2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row2 .product-info-cols2 .col-right img {
    left: 0;
  }
  .lineup-product.tight-kai .row-product-info.row3 .product-info-title {
    margin-bottom: 14px;
  }
  .lineup-product.tight-kai .row-product-info.row3 .product-info-title1 {
    margin-bottom: 19px;
  }
  .lineup-product.tight-kai .row-product-info.row3 .product-info-cols, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 {
    margin-bottom: 23px;
  }
  .lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-left, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .lineup-product.tight-kai .row-product-info.row3 .product-info-cols .col-right, .lineup-product.tight-kai .row-product-info.row3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-kai .row-product-info.row3 .product-info-cols2 .col-right {
    width: 100%;
    max-width: 226px;
    margin: 0 auto;
    padding: 0;
  }
  .lineup-product.tight-kai .row-product-info.row3 .product-info-table {
    margin-left: -22px;
  }
}
.lineup-product.tight-dan .group-img-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lineup-product.tight-dan .group-img-line .item {
  padding: 0 60px;
  border-right: 1px solid #CCCCCC;
}
.lineup-product.tight-dan .group-img-line .item:nth-child(2n) {
  border-right: 0;
}
.lineup-product.tight-dan .group-img-line .item img {
  display: block;
}
.lineup-product.tight-dan .group-img-line .item .desc {
  font-size: 10px;
  display: block;
  margin-top: 15px;
}
.lineup-product.tight-dan .group-product-info.group1 .product-info-title {
  text-align: center;
  line-height: 49px;
}
.lineup-product.tight-dan .group-product-info.group1 .title-quality-chart {
  display: block;
  margin-bottom: 15px;
  text-align: right;
  padding-right: 45px;
  color: #870015;
  font-size: 24px;
  font-family: 'Avenir Next Condensed Regular';
  font-weight: 400;
}
.lineup-product.tight-dan .group-product-info.group2 .bg-white {
  padding: 30px 0;
}
.lineup-product.tight-dan .group-info-chart .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid #000;
}
.lineup-product.tight-dan .group-info-chart .item:last-child {
  border-bottom: 1px solid #000;
}
.lineup-product.tight-dan .group-info-chart .item .group-img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lineup-product.tight-dan .group-info-chart .item .group-img-left .img-leg {
  width: 175px;
  display: block;
}
.lineup-product.tight-dan .group-info-chart .item .group-img-left .dennier-info {
  text-align: center;
}
.lineup-product.tight-dan .group-info-chart .item .group-img-left .dennier-info img {
  display: inline-block;
  margin-bottom: 15px;
}
.lineup-product.tight-dan .group-info-chart .item .group-img-left .dennier-info .desc {
  font-size: 20px;
  line-height: 35px;
  display: block;
  width: 205px;
}
.lineup-product.tight-dan .group-info-chart .item .quality-chart-content .info {
  font-size: 13px;
  font-weight: 500;
}
.lineup-product.tight-dan .group-info-chart .item .quality-chart-content .info.info1 {
  top: 3px;
}
.lineup-product.tight-dan .group-info-chart .item .quality-chart-content .info.info2 {
  top: 40px;
  right: 15px;
}
.lineup-product.tight-dan .group-info-chart .item .quality-chart-content .info.info3 {
  right: 5px;
  top: 110px;
}
.lineup-product.tight-dan .group-info-chart .item .quality-chart-content .info.info4 {
  bottom: 2px;
}
.lineup-product.tight-dan .group-info-chart .item .quality-chart-content .info.info5 {
  top: 110px;
  left: -20px;
}
.lineup-product.tight-dan .group-info-chart .item .quality-chart-content .info.info6 {
  top: 40px;
  left: -20px;
}

@media screen and (max-width: 767px) {
  .lineup-product.tight-dan .group-img-line {
    display: block;
    text-align: center;
  }
  .lineup-product.tight-dan .group-img-line .item {
    display: block;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
  }
  .lineup-product.tight-dan .group-img-line .item:last-child {
    border-bottom: 0;
  }
  .lineup-product.tight-dan .group-img-line .item img {
    display: block;
    margin: 0 auto;
  }
  .lineup-product.tight-dan .group-img-line .item .desc {
    margin-top: 12px;
  }
  .lineup-product.tight-dan .group-product-info.group1 .product-info-title {
    text-align: left;
  }
  .lineup-product.tight-dan .group-product-info.group1 .title-quality-chart {
    padding: 0;
    text-align: center;
  }
  .lineup-product.tight-dan .group-product-info.group2 .bg-white {
    padding: 20px 22px;
  }
  .lineup-product.tight-dan .group-info-chart .item {
    padding-bottom: 30px;
    display: block;
    text-align: center;
  }
  .lineup-product.tight-dan .group-info-chart .item .title-quality {
    display: block;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #870015;
    letter-spacing: 0.05em;
    font-family: 'Avenir Next Condensed Regular';
    font-weight: 400;
  }
  .lineup-product.tight-dan .group-info-chart .item .group-img-left {
    position: relative;
    display: block;
    width: 100%;
  }
  .lineup-product.tight-dan .group-info-chart .item .group-img-left .img-leg {
    position: relative;
    left: -10px;
    width: 155px;
  }
  .lineup-product.tight-dan .group-info-chart .item .group-img-left .dennier-info {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .lineup-product.tight-dan .group-info-chart .item .quality-chart-content {
    margin: 0 auto;
  }
}
.lineup-product.tight-atsu .group-section-title {
  margin-bottom: 75px;
}
.lineup-product.tight-atsu .group-product-info.group1 {
  margin-bottom: 97px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-title {
  text-align: center;
  padding-left: 9px;
  margin-bottom: 59px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-accent {
  color: #CB5B46;
  font-family: 'Avenir Next Condensed Regular';
  font-size: 24px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 18px;
  padding-right: 45px;
  letter-spacing: 1.2px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 100px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-list-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid #000;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-list-row:first-child {
  border-top: 1px solid #000;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-list-col1 {
  width: 28.68%;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-list-col2 {
  width: 31.02%;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  padding-top: 36px;
  letter-spacing: 2px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-list-col2 img {
  margin-bottom: 13px;
  margin-left: 31px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-list-col3 {
  width: 40.3%;
  padding-top: 24px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-block {
  background: rgba(255, 255, 255, 0.8) url("/assets/img/lineup/tight-atsu/img-group1-1.png") top right/cover no-repeat;
  padding: 36px 32px 31px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-block .product-info-text2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
  max-width: 55%;
  letter-spacing: 2px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-block ul {
  max-width: 55%;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-block ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding-left: 15px;
  letter-spacing: 1.4px;
  margin-bottom: 2px;
}
.lineup-product.tight-atsu .group-product-info.group1 .product-info-block ul li::before {
  content: '・';
  position: absolute;
  top: 7px;
  left: 0;
  line-height: normal;
}
.lineup-product.tight-atsu .group-product-info.group2 {
  margin-bottom: 96px;
}
.lineup-product.tight-atsu .group-product-info.group2 .product-info-cols, .lineup-product.tight-atsu .group-product-info.group2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-atsu .group-product-info.group2 .product-info-cols2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 27px 60px;
}
.lineup-product.tight-atsu .group-product-info.group2 .product-info-col {
  position: relative;
  width: calc((100% / 4) - ((34px * 3) / 4));
}
.lineup-product.tight-atsu .group-product-info.group2 .product-info-col:not(:last-child) {
  margin-right: 34px;
}
.lineup-product.tight-atsu .group-product-info.group2 .product-info-col:not(:last-child)::after {
  content: '';
  background: url("/assets/img/icon/icon_arrow1.png") center center/contain no-repeat;
  width: 20px;
  height: 7px;
  position: absolute;
  right: -28px;
  top: 68px;
}
.lineup-product.tight-atsu .group-product-info.group2 .product-info-number {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.lineup-product.tight-atsu .group-product-info.group2 .product-info-image {
  margin-bottom: 17px;
}
.lineup-product.tight-atsu .group-product-info.group2 .product-info-title {
  margin-bottom: 49px;
}
.lineup-product.tight-atsu .group-product-info.group2 .product-info-text {
  line-height: 27px;
}
.lineup-product.tight-atsu .group-product-info.group2 .product-info-text2 {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
}
.lineup-product.tight-atsu .group-product-info.group3 .product-info-cols, .lineup-product.tight-atsu .group-product-info.group3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-atsu .group-product-info.group3 .product-info-cols2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 82px;
}
.lineup-product.tight-atsu .group-product-info.group3 .product-info-col {
  width: 50%;
}
.lineup-product.tight-atsu .group-product-info.group3 .product-info-col:not(:last-child) {
  border-right: 1px solid #ccc;
}
.lineup-product.tight-atsu .group-product-info.group3 .product-info-col:nth-child(even) {
  padding-left: 82px;
}
.lineup-product.tight-atsu .group-product-info.group3 .product-info-col img {
  margin-bottom: 12px;
}
.lineup-product.tight-atsu .group-product-info.group3 .product-info-text2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.3px;
  margin-bottom: 3px;
  padding-left: 1px;
}
.lineup-product.tight-atsu .group-product-info.group3 .product-info-text3 {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.3px;
  padding-left: 1px;
}

@media screen and (max-width: 767px) {
  .lineup-product.tight-atsu .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 {
    margin-bottom: 39px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-title {
    text-align: left;
    padding-left: 0;
    margin-bottom: 22px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-accent {
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding-top: 19px;
    padding-right: 0;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-list {
    margin-bottom: 60px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-list-row {
    padding-bottom: 30px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-list-col1 {
    width: 155px;
    margin-left: -4px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-list-col2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 258px;
    padding-top: 56px;
    padding-left: 88px;
    text-align: center;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-list-col2 img {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-list-col3 {
    width: 100%;
    padding-top: 0;
    text-align: center;
    margin-left: -3px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-block {
    padding: 240px 10px 31px;
    background-image: url("/assets/img/lineup/tight-atsu/img-group1-1-sp.png");
    background-position: top left 11px;
    background-size: 88% auto;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-block .product-info-text2,
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-block ul {
    max-width: 100%;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-block ul li {
    line-height: 21px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-block ul li::before {
    top: 4px;
    left: 1px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-block ul li:not(:last-child) {
    margin-bottom: 9px;
  }
  .lineup-product.tight-atsu .group-product-info.group1 .product-info-block .product-info-text2 {
    margin-bottom: 15px;
  }
  .lineup-product.tight-atsu .group-product-info.group2 {
    margin-bottom: 30px;
  }
  .lineup-product.tight-atsu .group-product-info.group2 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.tight-atsu .group-product-info.group2 .product-info-text {
    line-height: 24.5px;
  }
  .lineup-product.tight-atsu .group-product-info.group2 .product-info-cols, .lineup-product.tight-atsu .group-product-info.group2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-atsu .group-product-info.group2 .product-info-cols2 {
    padding: 27px 22px;
  }
  .lineup-product.tight-atsu .group-product-info.group2 .product-info-col {
    width: calc(50% - 17px);
    margin-right: 0;
    margin-bottom: 22px;
  }
  .lineup-product.tight-atsu .group-product-info.group2 .product-info-col:not(:last-child) {
    margin-right: 0;
  }
  .lineup-product.tight-atsu .group-product-info.group2 .product-info-col:not(:last-child)::after {
    content: none;
  }
  .lineup-product.tight-atsu .group-product-info.group2 .product-info-col:nth-child(odd) {
    margin-right: 34px;
  }
  .lineup-product.tight-atsu .group-product-info.group2 .product-info-col:nth-child(odd)::after {
    content: '';
  }
  .lineup-product.tight-atsu .group-product-info.group2 .product-info-image {
    margin-bottom: 16px;
  }
  .lineup-product.tight-atsu .group-product-info.group3 .product-info-title {
    margin-bottom: 17px;
  }
  .lineup-product.tight-atsu .group-product-info.group3 .product-info-title1 {
    margin-bottom: 19px;
  }
  .lineup-product.tight-atsu .group-product-info.group3 .product-info-cols, .lineup-product.tight-atsu .group-product-info.group3 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-atsu .group-product-info.group3 .product-info-cols2 {
    padding: 40px 25px;
  }
  .lineup-product.tight-atsu .group-product-info.group3 .product-info-col {
    width: 100%;
    text-align: center;
  }
  .lineup-product.tight-atsu .group-product-info.group3 .product-info-col:nth-child(even) {
    padding-left: 0;
  }
  .lineup-product.tight-atsu .group-product-info.group3 .product-info-col:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 29px;
    padding-bottom: 33px;
  }
  .lineup-product.tight-atsu .group-product-info.group3 .product-info-col img {
    margin-bottom: 17px;
  }
  .lineup-product.tight-atsu .group-product-info.group3 .product-info-text2 {
    margin-bottom: 4px;
  }
  .lineup-product.tight-atsu .group-product-info.group3 .product-info-text3 {
    letter-spacing: 1.2px;
  }
}
.lineup-product.tight-sai .product-info-cols, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 17px 40px 17px 35px;
}
.lineup-product.tight-sai .product-info-cols .col-left, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 .col-left {
  width: 155px;
  padding-top: 16px;
  padding-right: 4px;
  text-align: right;
  margin-bottom: 15px;
}
.lineup-product.tight-sai .product-info-cols .col-left img, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 .col-left img {
  margin-bottom: 15px;
}
.lineup-product.tight-sai .product-info-cols .col-left p, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 .col-left p {
  font-size: 8px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  padding-right: 2px;
}
.lineup-product.tight-sai .product-info-cols .col-right, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 .col-right {
  width: calc(100% - 155px);
  padding-left: 43px;
  margin-bottom: 15px;
}
.lineup-product.tight-sai .product-info-cols .col-right .product-info-text:last-child, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right .product-info-text:last-child, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 .col-right .product-info-text:last-child {
  margin-bottom: 0;
}
.lineup-product.tight-sai .product-info-image {
  padding-left: 25px;
  margin-right: -6px;
}
.lineup-product.tight-sai .group-section-title {
  margin-bottom: 99px;
}
.lineup-product.tight-sai .group-product-info.group1 {
  margin-bottom: 121px;
}
.lineup-product.tight-sai .group-product-info.group2 {
  margin-bottom: 0;
}
.lineup-product.tight-sai .group-product-info.group2 .product-info-title {
  margin-bottom: 28px;
}
.lineup-product.tight-sai .group-product-info.group2 .product-info-text {
  margin-bottom: 0;
}
.lineup-product.tight-sai .section-new-item {
  margin-bottom: 77px;
}
.lineup-product.tight-sai .section-new-item::after {
  background-image: url(../img/lineup/bg_new_item2.jpg);
}

@media screen and (max-width: 767px) {
  .lineup-product.tight-sai .main-content section.product-info > .container {
    padding: 0 20px;
  }
  .lineup-product.tight-sai .product-info-title {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .lineup-product.tight-sai .product-info-cols, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 {
    padding: 16px 30px 17px 28px;
  }
  .lineup-product.tight-sai .product-info-cols .col-left, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 .col-left {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 23px;
  }
  .lineup-product.tight-sai .product-info-cols .col-left img, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 .col-left img {
    width: 144px;
  }
  .lineup-product.tight-sai .product-info-cols .col-left p, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left p, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 .col-left p {
    max-width: 150px;
    margin: 0 auto;
    text-align: right;
  }
  .lineup-product.tight-sai .product-info-cols .col-right, .lineup-product.tight-sai .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-sai .product-info-cols2 .col-right {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 38px;
  }
  .lineup-product.tight-sai .product-info-image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 0;
    margin-right: -20px;
    margin-left: -18px;
  }
  .lineup-product.tight-sai .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.tight-sai .group-product-info.group1 {
    margin-bottom: 55px;
  }
  .lineup-product.tight-sai .group-product-info.group2 .product-info-title {
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 17px;
  }
  .lineup-product.tight-sai .group-product-info.group2 .product-info-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lineup-product.tight-sai .section-new-item {
    margin: 0 0 50px 0;
  }
}
.lineup-product.tight-yubi .group-section-title {
  margin-bottom: 80px;
}
.lineup-product.tight-yubi .group-product-info.group1 {
  margin-bottom: 96px;
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-title {
  margin-bottom: 50px;
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-cols, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 {
  margin-bottom: 64px;
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-left, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left {
  width: 55.7%;
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-right, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right {
  width: 44.3%;
  padding-top: 5px;
  padding-left: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-right-item, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right-item {
  width: calc(50% - 16px);
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-right-item:not(:last-child), .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right-item:not(:last-child) {
  margin-right: 32px;
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-right-item img, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right-item img {
  margin-bottom: 12px;
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-right-item p, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right-item p {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left {
  width: 55.7%;
}
.lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right {
  width: 44.3%;
  padding-top: 10px;
  padding-left: 86px;
}
.lineup-product.tight-yubi .group-product-info.group2 {
  margin-bottom: 96px;
}
.lineup-product.tight-yubi .group-product-info.group2 .product-info-cols, .lineup-product.tight-yubi .group-product-info.group2 .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .group-product-info.group2 .product-info-cols2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 27px 60px;
}
.lineup-product.tight-yubi .group-product-info.group2 .product-info-col {
  position: relative;
  width: calc((100% / 4) - ((34px * 3) / 4));
}
.lineup-product.tight-yubi .group-product-info.group2 .product-info-col:not(:last-child) {
  margin-right: 34px;
}
.lineup-product.tight-yubi .group-product-info.group2 .product-info-col:not(:last-child)::after {
  content: '';
  background: url("/assets/img/icon/icon_arrow1.png") center center/contain no-repeat;
  width: 20px;
  height: 7px;
  position: absolute;
  right: -28px;
  top: 68px;
}
.lineup-product.tight-yubi .group-product-info.group2 .product-info-number {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.lineup-product.tight-yubi .group-product-info.group2 .product-info-image {
  margin-bottom: 17px;
}
.lineup-product.tight-yubi .group-product-info.group2 .product-info-title {
  margin-bottom: 49px;
}
.lineup-product.tight-yubi .group-product-info.group2 .product-info-text {
  line-height: 27px;
}
.lineup-product.tight-yubi .group-product-info.group2 .product-info-text2 {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .lineup-product.tight-yubi .group-section-title {
    margin-bottom: 49px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 {
    margin-bottom: 50px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-title {
    margin-bottom: 14px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 {
    margin-bottom: 33px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-left, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left {
    width: 100%;
    margin-bottom: 19px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text {
    line-height: 24px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-right, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right {
    width: 100%;
    padding: 0 40px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-right-item, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right-item {
    text-align: center;
    width: 80px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-right-item:not(:last-child), .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right-item:not(:last-child) {
    margin-right: 30px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols .col-right-item p, .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right-item p {
    text-align: left;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left {
    width: 100%;
    margin-bottom: 3px;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right {
    width: 100%;
    text-align: center;
  }
  .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img {
    margin: 0 auto;
  }
  .lineup-product.tight-yubi .group-product-info.group2 {
    margin-bottom: 30px;
  }
  .lineup-product.tight-yubi .group-product-info.group2 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.tight-yubi .group-product-info.group2 .product-info-text {
    line-height: 24.5px;
  }
  .lineup-product.tight-yubi .group-product-info.group2 .product-info-cols, .lineup-product.tight-yubi .group-product-info.group2 .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .group-product-info.group1 .group-product-info.group2 .product-info-cols2 {
    padding: 27px 22px;
  }
  .lineup-product.tight-yubi .group-product-info.group2 .product-info-col {
    width: calc(50% - 17px);
    margin-right: 0;
    margin-bottom: 22px;
  }
  .lineup-product.tight-yubi .group-product-info.group2 .product-info-col:not(:last-child) {
    margin-right: 0;
  }
  .lineup-product.tight-yubi .group-product-info.group2 .product-info-col:not(:last-child)::after {
    content: none;
  }
  .lineup-product.tight-yubi .group-product-info.group2 .product-info-col:nth-child(odd) {
    margin-right: 34px;
  }
  .lineup-product.tight-yubi .group-product-info.group2 .product-info-col:nth-child(odd)::after {
    content: '';
  }
  .lineup-product.tight-yubi .group-product-info.group2 .product-info-image {
    margin-bottom: 16px;
  }
}
.lineup-product.tight-netsu .product-info-text2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.lineup-product.tight-netsu .group-section-title {
  margin-bottom: 95px;
}
.lineup-product.tight-netsu .group-product-info.group1 {
  margin-bottom: 96px;
}
.lineup-product.tight-netsu .group-product-info.group1 .product-info-cols, .lineup-product.tight-netsu .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .lineup-product.tight-netsu .group-product-info.group1 .product-info-cols2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 30px;
  padding-bottom: 27px;
}
.lineup-product.tight-netsu .group-product-info.group1 .product-info-col {
  width: calc(100% / 3);
  padding: 0 38px 0 42px;
}
.lineup-product.tight-netsu .group-product-info.group1 .product-info-col:not(:last-child) {
  border-right: 1px solid #CCCCCC;
}
.lineup-product.tight-netsu .group-product-info.group1 .product-info-col img {
  margin-bottom: 14px;
}
.lineup-product.tight-netsu .group-product-info.group1 .product-info-col p {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}
.lineup-product.tight-netsu .group-product-info.group2 .product-info-cols .col-left, .lineup-product.tight-netsu .group-product-info.group2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-netsu .group-product-info.group2 .product-info-cols2 .col-left {
  width: calc(100% - 184px);
}
.lineup-product.tight-netsu .group-product-info.group2 .product-info-cols .col-right, .lineup-product.tight-netsu .group-product-info.group2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-netsu .group-product-info.group2 .product-info-cols2 .col-right {
  width: 184px;
}
.lineup-product.tight-netsu .group-product-info.group2 .product-info-cols .col-right img, .lineup-product.tight-netsu .group-product-info.group2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-right img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-netsu .group-product-info.group2 .product-info-cols2 .col-right img {
  margin-top: -83px;
}

@media screen and (max-width: 767px) {
  .lineup-product.tight-netsu .kv-product .kv-info .info-right {
    padding-bottom: 73.14%;
  }
  .lineup-product.tight-netsu .product-info-title {
    margin-bottom: 17px;
  }
  .lineup-product.tight-netsu .product-info-text {
    line-height: 24px;
  }
  .lineup-product.tight-netsu .group-section-title {
    margin-bottom: 69px;
  }
  .lineup-product.tight-netsu .group-product-info.group1 {
    margin-bottom: 30px;
  }
  .lineup-product.tight-netsu .group-product-info.group1 .product-info-cols, .lineup-product.tight-netsu .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2, .lineup-product.tight-yubi .lineup-product.tight-netsu .group-product-info.group1 .product-info-cols2 {
    padding-top: 41px;
  }
  .lineup-product.tight-netsu .group-product-info.group1 .product-info-col {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 224px;
    padding-bottom: 27px;
    margin-bottom: 21px;
  }
  .lineup-product.tight-netsu .group-product-info.group1 .product-info-col:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #CCC;
  }
  .lineup-product.tight-netsu .group-product-info.group1 .product-info-col img {
    margin-bottom: 17px;
  }
  .lineup-product.tight-netsu .group-product-info.group2 .product-info-title {
    margin-bottom: 15px;
  }
  .lineup-product.tight-netsu .group-product-info.group2 .product-info-text2 {
    font-size: 10px;
    text-align: center;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    margin-left: 13px;
  }
  .lineup-product.tight-netsu .group-product-info.group2 .product-info-cols .col-left, .lineup-product.tight-netsu .group-product-info.group2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-netsu .group-product-info.group2 .product-info-cols2 .col-left {
    width: 100%;
    overflow: hidden;
  }
  .lineup-product.tight-netsu .group-product-info.group2 .product-info-cols .col-left .product-info-text, .lineup-product.tight-netsu .group-product-info.group2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left .product-info-text, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-netsu .group-product-info.group2 .product-info-cols2 .col-left .product-info-text {
    margin-bottom: 15px;
  }
  .lineup-product.tight-netsu .group-product-info.group2 .product-info-cols .col-left img, .lineup-product.tight-netsu .group-product-info.group2 .lineup-product.tight-yubi .group-product-info.group1 .product-info-cols2 .col-left img, .lineup-product.tight-yubi .group-product-info.group1 .lineup-product.tight-netsu .group-product-info.group2 .product-info-cols2 .col-left img {
    float: right;
    margin-top: 56px;
    shape-outside: content-box;
    margin-bottom: 15px;
  }
}
.campaign-page footer {
  padding-left: 0;
}
.campaign-page .main-content section > .container {
  padding: 0;
}
.campaign-page .kv-container {
  display: block;
  padding-left: 40px !important;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 40px;
  background-color: #fff;
}
.campaign-page .kv-container .kv {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/img/cp/kv.jpg");
}
.campaign-page .kv-container .kv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.campaign-page .group-bt {
  padding-left: 0;
}
.campaign-page section {
  display: block;
  overflow: hidden;
  padding-left: 0 !important;
  padding: 120px 0;
}
.campaign-page section .section-title {
  font-size: 52px;
  line-height: 1;
  font-weight: 400;
  font-family: 'Avenir Next Condensed Regular';
  color: #000;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 60px;
  text-transform: none;
}
.campaign-page section .section-title span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: kinto-sans, sans-serif;
}
.campaign-page .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}
.campaign-page .img-text img {
  margin-right: 30px;
  display: block;
}
.campaign-page .img-text p {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.campaign-page .bt-white2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 306px;
  height: 72px;
  border: 1px solid #000;
  position: relative;
}
.campaign-page .bt-white2:before {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8px;
  height: 7px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/cp/icon_arrow_down.png");
}
.campaign-page .bt-white2:hover {
  opacity: 1;
  border-color: #fff;
  background-color: #000;
  color: #fff;
}
.campaign-page .bt-white2:hover:before {
  background-image: url("/assets/img/cp/icon_arrow_down_hover.png");
}
.campaign-page .bt-white2 p {
  display: inline-block;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
  font-family: 'Avenir Next Condensed Medium';
  letter-spacing: 0.1em;
}
.campaign-page .bt-white2 p span {
  display: block;
  font-family: kinto-sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
}
.campaign-page .title-line {
  display: block;
  margin: 50px 0;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  padding: 21.5px 0;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.campaign-page .title-line span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.campaign-page .title-line span.c-red {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #ff0000;
}
.campaign-page .text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #000;
}
.campaign-page .text2 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #000;
}
.campaign-page .text2 span {
  display: block;
  margin-bottom: 10px;
}
.campaign-page .text2 span a {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
.campaign-page .box-info {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 120px 30px;
  padding-top: 75px;
}
.campaign-page .box-info .text {
  max-width: 725px;
  margin: 0 auto;
}
.campaign-page .box-info .container {
  max-width: 735px;
}
.campaign-page .box-info .title-line {
  margin: 50px -30px;
  margin-top: 95px;
}
.campaign-page .box-info .group-bt {
  max-width: 672px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 95px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.campaign-page #exhibition {
  background-color: #EBEBEB;
}
.campaign-page #exhibition .container {
  max-width: 738px;
}
.campaign-page #exhibition .box-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.campaign-page #exhibition .box-map .map {
  width: 430px;
  height: 322px;
  margin-right: 60px;
  display: block;
  background-color: #fff;
  overflow: hidden;
}
.campaign-page #exhibition .box-map .map-info {
  padding-top: 20px;
}
.campaign-page #exhibition .box-map .map-info .title {
  font-size: 20px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.campaign-page #exhibition .box-map .map-info .address {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.campaign-page #exhibition .box-map .map-info .map-img {
  display: block;
}
.campaign-page #gallery {
  background-color: #fff;
  position: relative;
  padding-bottom: 0;
}
.campaign-page #gallery .container {
  max-width: 950px;
}
.campaign-page #gallery .img-preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 1;
  visibility: hidden;
}
.campaign-page #gallery .img-load {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 1;
  visibility: hidden;
}
.campaign-page #gallery .list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.campaign-page #gallery .list-img img {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 50%;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}
.campaign-page #gallery .list-img img.hide {
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
}
.campaign-page #gallery .list-img img.full-w {
  width: 100%;
}
.campaign-page #gallery .group-bt {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.campaign-page #gallery .group-bt .bt-view-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.campaign-page #gallery .group-bt .bt-view-more:hover:before {
  background-image: url("/assets/img/cp/icon_plus_hover.png");
}
.campaign-page #gallery .group-bt .bt-view-more:hover span:before {
  opacity: 0;
  width: 90px;
  -webkit-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.campaign-page #gallery .group-bt .bt-view-more:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/img/cp/icon_plus.png");
}
.campaign-page #gallery .group-bt .bt-view-more span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
}
.campaign-page #gallery .group-bt .bt-view-more span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 66px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.campaign-page #gallery .group-bt .bt-view-more img {
  display: inline-block;
  margin-right: 8px;
}
.campaign-page #model {
  background-color: #fff;
  padding-bottom: 60px;
}
.campaign-page #model .container {
  max-width: 960px;
}
.campaign-page #model .section-title {
  margin-bottom: 40px;
}
.campaign-page #model .list-model {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.campaign-page #model .list-model .model-item {
  display: block;
  margin-bottom: 40px;
  width: 33.333%;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
.campaign-page #model .list-model .model-item.first {
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.campaign-page #model .list-model .model-item.first.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.campaign-page #model .list-model .model-item.first .img-contain {
  display: block;
  margin-right: 80px;
  position: relative;
  width: 280px;
  height: 373px;
}
.campaign-page #model .list-model .model-item.first .img-contain.fade img {
  -webkit-transition: opacity 0.8s 0.2s ease-in-out;
  transition: opacity 0.8s 0.2s ease-in-out;
}
.campaign-page #model .list-model .model-item.first .img-contain.fade img.top {
  opacity: 0;
}
.campaign-page #model .list-model .model-item.first .img-contain img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.campaign-page #model .list-model .model-item.first .info {
  display: block;
}
.campaign-page #model .list-model .model-item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
}
.campaign-page #model .list-model .model-item .info .title {
  font-size: 14px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.1em;
  padding-bottom: 35px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 35px;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.campaign-page #model .list-model .model-item .info .desc {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}
.campaign-page #model .list-model .model-item .img-contain {
  position: relative;
  display: inline-block;
}
.campaign-page #model .list-model .model-item .img-contain img {
  display: block;
}
.campaign-page #model .list-model .model-item .img-contain .comment {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 240px;
  height: 51px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-family: 'Avenir Next Condensed Medium';
  line-height: 49px;
  text-align: center;
  border: 1px solid #fff;
}
.campaign-page #model .list-model .model-item .img-contain .comment:before {
  content: '';
  position: absolute;
  z-index: 10;
  background: url("/assets/img/cp/comment_arrow.png") no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 3px;
  right: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.campaign-page #model .group-bt {
  display: block;
  text-align: center;
  margin-top: 80px;
}
.campaign-page #model .bt-black {
  font-size: 14px;
  padding-left: 25px;
  text-align: left;
  letter-spacing: 0em;
}

@media screen and (min-width: 768px) {
  .campaign-page #model .list-model .model-item.first .info {
    display: block !important;
  }
  .campaign-page #model .list-model .model-item .info {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .campaign-page .main-content section > .container {
    padding: 0 20px;
  }
  .campaign-page .kv-container {
    padding: 20px;
    padding-left: 20px !important;
  }
  .campaign-page .kv-container .kv {
    background-image: url(/assets/img/cp/kv_sp.jpg);
  }
  .campaign-page .kv-container .kv-text img {
    max-width: none;
  }
  .campaign-page section {
    padding: 80px 0;
  }
  .campaign-page section .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .campaign-page section .section-title span {
    font-size: 12px;
  }
  .campaign-page .bt-white2 {
    width: 100%;
    margin-bottom: 48px;
    height: 72px;
  }
  .campaign-page .img-text {
    display: block;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
  .campaign-page .img-text img {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 184px;
  }
  .campaign-page .title-line {
    font-size: 18px;
    line-height: 28px;
    padding: 13.5px 0;
  }
  .campaign-page .title-line span {
    font-size: 13px;
  }
  .campaign-page .title-line span.c-red {
    font-size: 14px;
    line-height: 24px;
  }
  .campaign-page .text2 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .campaign-page .box-info {
    padding: 80px 30px !important;
    padding-top: 50px !important;
  }
  .campaign-page .box-info .container {
    padding: 0 20px;
  }
  .campaign-page .box-info .title-line {
    margin-top: 75px;
    margin-bottom: 40px;
  }
  .campaign-page .box-info .group-bt {
    display: block;
    margin-top: 50px;
  }
  .campaign-page .box-info .group-bt .bt-white2:last-child {
    margin-bottom: 0;
  }
  .campaign-page #exhibition .title-line {
    margin-bottom: 30px;
  }
  .campaign-page #exhibition .box-map {
    display: block;
    padding: 0 27px;
  }
  .campaign-page #exhibition .box-map .bt-map {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .campaign-page #exhibition .box-map .bt-map span {
    font-family: 'Avenir Next Condensed Medium';
    font-weight: 500;
    font-size: 20px;
    margin-right: 8px;
    text-transform: none;
  }
  .campaign-page #exhibition .box-map .map-info {
    padding-top: 0;
  }
  .campaign-page #exhibition .box-map .map-img {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .campaign-page #exhibition .box-map .map-img img {
    width: 225px;
  }
  .campaign-page #exhibition .container {
    padding: 0 20px;
  }
  .campaign-page #gallery .container {
    padding: 0 20px;
  }
  .campaign-page #gallery .list-img {
    display: block;
  }
  .campaign-page #gallery .list-img img {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .campaign-page #gallery .group-bt {
    margin-top: 2px;
  }
  .campaign-page #model {
    padding: 0 30px !important;
    padding-top: 70px !important;
  }
  .campaign-page #model .section-title {
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 20px;
  }
  .campaign-page #model .section-title span {
    margin-top: 12px;
  }
  .campaign-page #model .list-model .model-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .campaign-page #model .list-model .model-item.first .img-contain img {
    width: 100%;
  }
  .campaign-page #model .list-model .model-item .img-contain img {
    width: 100%;
  }
  .campaign-page #model .list-model .model-item .img-contain .comment:before {
    width: 20px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
  .campaign-page #model .list-model .model-item .info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .campaign-page #model .container {
    padding: 0 20px;
  }
  .campaign-page #model .group-bt {
    margin-top: 30px;
  }
}
.rebranding-page {
  background-color: #EBEBEB;
}
.rebranding-page .loading .line::before {
  background-color: #FFF;
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rebranding-page footer {
  padding-left: 0;
}
.rebranding-page footer .container {
  max-width: 100%;
}
.rebranding-page .main-content section {
  padding-left: 0 !important;
}
.rebranding-page .main-content section > .container {
  max-width: 735px;
  margin: 0 auto;
  padding: 0;
}
.rebranding-page .title-line {
  display: block;
  margin-bottom: 44px;
  padding: 28px 0;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.rebranding-page .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 1.4px;
}
.rebranding-page .text2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
.rebranding-page .group-btn {
  display: block;
  text-align: center;
}
.rebranding-page .group-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 211px);
  gap: 50px;
  margin-bottom: 150px;
}
.rebranding-page .group-list li {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
}
.rebranding-page .kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  background: url("/assets/img/bg/bg_hada.jpg") center center/cover no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.rebranding-page .kv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  width: 417px;
  height: 183px;
}
.rebranding-page .kv-text img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rebranding-page .kv-text img:nth-child(2) {
  opacity: 0;
}
.rebranding-page .kv-text img {
  opacity: 0;
}
.rebranding-page .kv-text2 {
  background-color: #FFF;
  padding: 54px 20px 54px 62px;
  width: 100%;
}
.rebranding-page .kv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
  visibility: visible;
}
.rebranding-page .kv-group {
  position: relative;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  z-index: 2;
}
.rebranding-page .kv-row {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.rebranding-page .kv-row:first-child {
  -webkit-transform: translateX(-20vw);
          transform: translateX(-20vw);
}
.rebranding-page .kv-item {
  position: relative;
  width: 20vw;
  height: 17.86vw;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.rebranding-page .kv-item:not(.kv-item2) img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rebranding-page .kv-item:not(.kv-item2) img:nth-child(2) {
  opacity: 0;
}
.rebranding-page .kv-item.hide {
  opacity: 0;
}
.rebranding-page .kv-item2 {
  width: 40vw;
  background-color: #FFF;
}
.rebranding-page .kv-item2 img {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: calc(100%/6);
}
.rebranding-page .group-section1 {
  padding-top: 120px;
  margin-bottom: 121px;
}
.rebranding-page .group-section1 .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.rebranding-page .group-section1 .col-left {
  width: 388px;
  position: absolute;
  top: 0;
  left: -194px;
}
.rebranding-page .group-section1 .col-right {
  width: 100%;
  padding-top: 110px;
  padding-left: 244px;
}
.rebranding-page .group-section1 .col-right .title {
  margin-bottom: 64px;
}
.rebranding-page .group-section2 {
  margin-bottom: 150px;
}
.rebranding-page .group-section2 .text2 {
  margin-bottom: 145px;
}
.rebranding-page .group-section2 .items .item:not(:last-child) {
  margin-bottom: 80px;
}
.rebranding-page .group-section2 .items .item:nth-child(2) .group-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.rebranding-page .group-section2 .items .item:nth-child(2) .group-image .image:nth-child(1) {
  padding-left: 7px;
}
.rebranding-page .group-section2 .items .item:nth-child(2) .group-image .image:nth-child(2) {
  padding-top: 60px;
  padding-left: 34px;
}
.rebranding-page .group-section2 .items .item:nth-child(3) {
  margin-bottom: 69px;
}
.rebranding-page .group-section2 .items .item:nth-child(3) .text {
  margin-bottom: 44px;
}
.rebranding-page .group-section2 .items .item:nth-child(3) .group-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.rebranding-page .group-section2 .items .item:nth-child(3) .group-image .image:not(:last-child) {
  margin-bottom: 40px;
}
.rebranding-page .group-section2 .items .item:nth-child(4) .text {
  margin-bottom: 36px;
}
.rebranding-page .group-section2 .items .item:nth-child(5) .text {
  margin-bottom: -10px;
}
.rebranding-page .group-section2 .items .item:nth-child(5) .group-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rebranding-page .group-section2 .items .item:nth-child(5) .group-image .image:nth-child(1) {
  padding-right: 15px;
}
.rebranding-page .group-section2 .items .item:nth-child(5) .group-image .image:nth-child(2) {
  padding-left: 15px;
}
.rebranding-page .group-section2 .items .item:nth-child(5) .group-image .image:not(:last-child) {
  margin-bottom: 33px;
}
.rebranding-page .group-section2 .items .title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 42px;
}
.rebranding-page .group-section2 .items .text {
  margin-bottom: -9px;
}
.rebranding-page .group-section2 .items .image {
  text-align: center;
  margin-bottom: 11px;
}
.rebranding-page .group-section2 .items .group-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.rebranding-page .group-section2 .items .group-image .image {
  margin-bottom: 0;
}
.rebranding-page .group-section2 .group-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.rebranding-page .group-section2 .group-block .col-left {
  width: 62.58%;
  padding-top: 39px;
}
.rebranding-page .group-section2 .group-block .col-right {
  width: 37.42%;
}
.rebranding-page .group-section2 .group-block .col-right img {
  position: relative;
  right: -50px;
}
.rebranding-page .group-section3 {
  margin-bottom: 150px;
}
.rebranding-page .group-section3 .text {
  margin-bottom: 75px;
}
.rebranding-page .group-section3 .bt-white {
  font-family: 'Avenir Next Condensed Regular';
  font-size: 20px;
  font-weight: 500;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0 70px 0 29px;
  text-align: left;
  letter-spacing: 2.2px;
}
.rebranding-page .group-section3-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.rebranding-page .group-section3-cols .col-left {
  width: 55.9%;
}
.rebranding-page .group-section3-cols .col-right {
  width: 44.1%;
  height: 100%;
  padding-left: 80px;
}
.rebranding-page .group-section3-cols .col-right img {
  margin-bottom: 40px;
}
.rebranding-page .group-section3-cols .col-right .group-btn {
  text-align: left;
}
.rebranding-page .group-section4 {
  margin-bottom: 140px;
}
.rebranding-page .group-section4 .title-line {
  padding: 29px 0;
}
.rebranding-page .group-section4 .text {
  margin-bottom: 55px;
}
.rebranding-page .group-section4 .bt-black {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .rebranding-page .main-content section > .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .rebranding-page .title-line {
    margin: 0 -30px 41px -30px;
    padding: 15px 0 19px;
  }
  .rebranding-page .text {
    line-height: 25px;
  }
  .rebranding-page .group-list {
    grid-template-columns: repeat(2, calc(50% - 15px));
    gap: 30px;
    margin-bottom: 100px;
  }
  .rebranding-page .kv-group {
    opacity: 1;
  }
  .rebranding-page .kv-row {
    -webkit-transform: none !important;
            transform: none !important;
    margin-bottom: -1px;
  }
  .rebranding-page .kv-item {
    width: calc(100vw / 3);
  }
  .rebranding-page .group-section1 {
    padding-top: 54px;
    margin-bottom: 63px;
  }
  .rebranding-page .group-section1 > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rebranding-page .group-section1 .col-left {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 18px;
  }
  .rebranding-page .group-section1 .col-left img {
    width: 100%;
  }
  .rebranding-page .group-section1 .col-right {
    width: 100%;
    padding: 0 50px;
  }
  .rebranding-page .group-section1 .col-right .title {
    margin-bottom: 48px;
  }
  .rebranding-page .group-section2 {
    margin-bottom: 100px;
  }
  .rebranding-page .group-section2 .title-line img {
    width: 234px;
  }
  .rebranding-page .group-section2 .text2 {
    margin-bottom: 95px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(1) .text {
    margin-bottom: -1px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(1) .title img {
    margin-left: -4px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(2) .text {
    margin-bottom: -2px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(2) .group-image .image {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .rebranding-page .group-section2 .items .item:nth-child(2) .group-image .image:not(:last-child) {
    margin-bottom: 48px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(2) .group-image .image:nth-child(1) {
    padding-left: 0;
  }
  .rebranding-page .group-section2 .items .item:nth-child(2) .group-image .image:nth-child(2) {
    padding-top: 0;
    padding-left: 0;
  }
  .rebranding-page .group-section2 .items .item:nth-child(3) {
    margin-bottom: 83px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(3) .text {
    line-height: 24px;
    margin-bottom: 36px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(4) .text {
    margin-bottom: 35px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(5) .group-image .image:not(:last-child) {
    margin-bottom: 33px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(5) .group-image .image:nth-child(1) {
    padding-right: 0;
    margin-bottom: -5px;
  }
  .rebranding-page .group-section2 .items .item:nth-child(5) .group-image .image:nth-child(2) {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .rebranding-page .group-section2 .group-block .col-left {
    width: 100%;
  }
  .rebranding-page .group-section2 .group-block .col-left .text {
    line-height: 25px !important;
    margin-bottom: -10px !important;
  }
  .rebranding-page .group-section2 .group-block .col-right {
    width: 100%;
    text-align: center;
  }
  .rebranding-page .group-section2 .group-block .col-right img {
    right: auto;
  }
  .rebranding-page .group-section3 {
    margin-bottom: 100px;
  }
  .rebranding-page .group-section3 .title-line {
    padding: 13px 0 20px;
  }
  .rebranding-page .group-section3 .title-line img {
    margin-left: -11px;
  }
  .rebranding-page .group-section3 .text {
    margin-bottom: 51px;
  }
  .rebranding-page .group-section3-cols .col-left {
    width: 100%;
  }
  .rebranding-page .group-section3-cols .col-right {
    width: 100%;
    padding: 40px 48px 80px 48px;
  }
  .rebranding-page .group-section3-cols .col-right img {
    margin-bottom: 41px;
  }
  .rebranding-page .group-section3-cols .col-right .group-btn {
    text-align: center;
  }
  .rebranding-page .group-section4 {
    margin-bottom: -10px;
  }
  .rebranding-page .group-section4 .title-line {
    padding: 20px 0 21px;
  }
  .rebranding-page .group-section4 .title-line img {
    width: 160px;
    margin-left: -11px;
  }
  .rebranding-page .group-section4 .text {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 370px) {
  .rebranding-page .main-content section > .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .rebranding-page .title-line {
    margin: 0 0 41px 0;
  }
  .rebranding-page .kv-text2 {
    padding: 54px 20px 54px 32px;
  }
  .rebranding-page .kv-text2 img {
    width: 85%;
  }
  .rebranding-page .group-section1 .col-right {
    padding: 0 20px;
  }
  .rebranding-page .group-section3 .bt-white {
    font-size: 5.405vw;
    padding: 0 18.919vw 0 5.405vw;
  }
  .rebranding-page .group-section3-cols .col-right {
    padding: 30px 20px 60px 20px;
  }
}
