@charset "UTF-8";
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px;
}

fieldset, img {
  border: 0;
}

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

ol {
  list-style-type: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
}

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

caption, th {
  text-align: left;
}

iframe {
  border: none;
}

a:focus {
  outline: none;
}

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

li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

/* IE */
* html ul li dl, * html ol li dl {
  display: inline;
}
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline;
}

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
p, h1, h2, h3, h4, h5, h6, a, li, caption, td, th, dt, dd, input, textarea, select, address {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
}

p {
  line-break: strict;
}

a {
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

body {
  font-size: 14px;
  font: inherit;
  font-family: "Noto Sans Japanese regular";
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

#wrapper {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.hide, .hidden {
  visibility: hidden;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

@media screen and (max-width: 767px) {
  a {
    transition: none;
  }
  a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }
  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%;
  }
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* =========================================================
 * font
========================================================= */
/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: all 0.375s ease-in-out;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.m-header-btn-txt {
  color: #666;
}

.animated {
  opacity: 0;
}
.animated.animate__bounceIn {
  opacity: 1;
}

article {
  position: relative;
}

.icons {
  transition: all 0.3s ease-out;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -85px;
  z-index: 10;
  opacity: 0;
}
.icons li {
  transition: all 0.8s ease-out;
  transform: rotate(-180deg);
}
.icons li img {
  max-width: 60px;
}
.icons li.line {
  display: none;
}
.icons li:nth-of-type(n+2) {
  margin-top: 15px;
}
.icons.active {
  right: 25px;
  opacity: 1;
}
.icons.active li {
  transform: rotate(0);
}

#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 200;
}

@media screen and (max-width: 767px) {
  .icons {
    transition: none;
    position: static;
    transform: none;
    opacity: 1;
    width: 68%;
    margin: 0 auto;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
  }
  .icons li {
    transition: none;
    transform: rotate(0);
    width: 23%;
  }
  .icons li img {
    max-width: 100%;
  }
  .icons li.cart {
    display: none;
  }
  .icons li.line {
    display: block;
  }
  .icons li:nth-of-type(n+2) {
    margin-top: 0;
  }
  #pagetop {
    right: 15px;
    bottom: 15px;
  }
}
div:after, ul:after {
  display: none;
}

.opening {
  opacity: 0;
}
.opening.active {
  opacity: 1;
}

article {
  overflow: hidden;
  min-width: 1024px;
  position: relative;
}
article .subttl {
  background-color: #000;
  padding: 12px 0 12px 15px;
  line-height: 1;
  max-width: 300px;
}
article .subttl span {
  color: #fff300;
  font-weight: bold;
  font-size: 24px;
}
article .s-genki_header {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 5;
  transition: all 0.5s ease-out;
}
article .s-genki_header.active {
  left: 28px;
}
article .s-genki_header--inner {
  display: flex;
}
article .s-genki_header--inner h1 {
  margin-right: 25px;
}
article .s-genki_header--inner h1 img {
  max-width: 150px;
}
article .s-genki_header--inner nav .menu {
  display: none;
}
article .s-genki_header--inner nav ul {
  display: flex;
}
article .s-genki_header--inner nav ul li.newsnav img {
  max-width: 70px;
}
article .s-genki_header--inner nav ul li.movienav img {
  max-width: 76px;
}
article .s-genki_header--inner nav ul li.productnav img {
  max-width: 119px;
}
article .s-genki_header--inner nav ul li.faqnav img {
  max-width: 92px;
}
article .s-genki_header--inner nav ul li.purchacenav img {
  max-width: 120px;
}
article .s-genki_header--inner nav ul li.scenenav img {
  max-width: 130px;
}
article .s-genki_header--inner nav ul li:not(:last-child) {
  margin-right: 25px;
}
article .main {
  width: 100%;
  position: relative;
  background: url("../images/img-mv-back_pc.png") no-repeat center/cover;
  z-index: 3;
}
article .main:before {
  content: "";
  display: block;
  padding-top: 57.68%;
}
article .main img {
  width: 100%;
}
article .main > div, article .main h2 {
  position: absolute;
}
article .main--logo {
  width: 40.12%;
  top: 35.29%;
  left: 30.81%;
  z-index: 7;
}
article .main--logo.active {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
article .main--bar {
  width: 100%;
  top: -50%;
  left: 0;
  z-index: 2;
  overflow: hidden;
  transition: all 0.15s ease-out;
}
article .main--bar.active {
  top: 4.3263%;
}
article .main--products {
  width: 38.43%;
  left: 30.785%;
  top: 11.74%;
  z-index: 6;
}
article .main--products.active {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
article .main--bomb {
  width: 25.37%;
  left: 5.75%;
  top: 4.1%;
  z-index: 2;
}
article .main--bomb.active {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
article .main--genki {
  width: 41.68%;
  top: 8.865%;
  left: 5.5%;
  z-index: 3;
  transition: all 0.15s ease-in;
}
article .main--genki.active {
  transform: scale(1);
}
article .main--yeah {
  width: 40.8125%;
  left: 2.5%;
  bottom: -7.425%;
  z-index: 2;
}
article .main--yeah.active {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
article .main--wow {
  width: 22.875%;
  top: 1.856%;
  right: 4.25%;
  z-index: 4;
}
article .main--wow.active {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
article .main--male {
  width: 45.46875%;
  left: 26.4375%;
  bottom: 10%;
  transition: all 0.3s ease-out;
  z-index: 1;
}
article .main--male.active {
  bottom: 0;
}
article .main--circle {
  width: 33.81%;
  z-index: 1;
  top: 17.32%;
  left: 30.845%;
}
article .main--circle.active {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
article .main.coolpoco {
  background: none;
  margin-bottom: -80px;
}
article .main.coolpoco:before {
  display: none;
}
article .main.coolpoco img {
  width: 100%;
}
article .main--underbg {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
article .main--premiumproduct {
  bottom: 5.85%;
  z-index: 2;
}
article .main--premiumproduct.active {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: fadeIn;
}
article .main--premiumproduct.p01 {
  width: 16.87%;
  left: 12.12%;
}
article .main--premiumproduct.p02 {
  width: 17.06%;
  right: 12.12%;
}
article .main--premiumproduct.p03 {
  width: 16.75%;
  right: 41.12%;
}
article .main--premiumtext {
  width: 33.5%;
  bottom: 11.467%;
  left: 33.31%;
  z-index: 2;
}
article .main--premiumtext.active {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: fadeIn;
}
article .premiumtxt {
  background-color: #000;
  width: 100%;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article .premiumtxt img {
  display: block;
  max-width: 536px;
}
article .contents01 {
  position: relative;
  padding-top: 155px;
  background: url("../images/img-lattice02_pc.gif") repeat 0 0;
  z-index: 2;
}
article .contents01:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 357px;
  top: 0;
  left: 0;
  background: url("../images/img-lattice01_pc.gif") repeat 0 0;
  z-index: 1;
}
article .contents01 .news {
  position: relative;
  z-index: 2;
  width: 81.8%;
  margin: 0 0 0 auto;
  padding: 148px 10% 93px 10%;
}
article .contents01 .news:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  top: 0;
  right: -100%;
  z-index: -1;
  transition: all 0.6s ease-out;
}
article .contents01 .news--inner {
  max-width: 850px;
  margin: 0 auto;
}
article .contents01 .news--inner .en {
  position: absolute;
  left: 19px;
  top: -38px;
}
article .contents01 .news--inner .en img {
  max-width: 403px;
}
article .contents01 .news--inner--banner {
  margin-top: 15px;
}
article .contents01 .news--inner--banner .shingeki:nth-of-type(2) {
  margin-top: 25px;
}
article .contents01 .news--inner--banner .shingeki.close a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
article .contents01 .news--inner--banner .shingeki.close a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
article .contents01 .news--inner--banner .shingeki.close a p {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
article .contents01 .news--inner--banner small {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
article .contents01 .news--inner .illust {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
article .contents01 .news--inner .illust.i01 {
  right: 85px;
  top: -105px;
}
article .contents01 .news--inner .illust.i01 img {
  max-width: 344px;
}
article .contents01 .news--inner .illust.i02 {
  left: -200px;
  top: 94px;
}
article .contents01 .news--inner .illust.i02 img {
  max-width: 337px;
}
article .contents01 .news--inner .illust.i03 {
  right: 59px;
  bottom: -126px;
}
article .contents01 .news--inner .illust.i03 img {
  max-width: 237px;
}
article .contents01 .news.active:before {
  right: 0;
}
article .contents01 .movie {
  position: relative;
  z-index: 3;
  padding-bottom: 148px;
}
article .contents01 .movie--inner {
  padding-top: 200px;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
article .contents01 .movie--inner .en {
  position: absolute;
  top: -25px;
  left: -147px;
}
article .contents01 .movie--inner .en img {
  max-width: 530px;
}
article .contents01 .movie--inner--video {
  margin-top: 15px;
  background-color: #fff;
}
article .contents01 .movie--inner--video.m02, article .contents01 .movie--inner--video.m03 {
  margin-top: 30px;
}
article .contents01 .movie--inner--half {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
article .contents01 .movie--inner--half--video {
  max-width: 480px;
}
article .contents01 .movie--inner--half--video a {
  display: block;
  position: relative;
}
article .contents01 .movie--inner--half--video a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/icon-play.png") no-repeat 0/cover;
  z-index: 2;
}
article .contents01 .movie--inner--half--video a img {
  width: 100%;
}
article .contents01 .movie--inner--half--video a:hover {
  opacity: 1;
}
article .contents01 .movie--inner--half--video p {
  background-color: #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  color: #cc1310;
}
article .contents01 .movie--inner--half--video:nth-of-type(n+3) {
  margin-top: 45px;
}
article .contents01 .movie .illust {
  position: absolute;
  left: 16px;
  bottom: -5px;
  pointer-events: none;
  z-index: 2;
}
article .contents01 .movie .illust img {
  max-width: 497px;
}
article .scene {
  background: url("../images/img-lattice03_pc.gif") repeat 0 0;
  padding: 205px 0 90px;
}
article .scene--inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background-color: #fff300;
  padding: 68px 0;
}
article .scene--inner .en {
  position: absolute;
  top: -150px;
  left: -125px;
  z-index: 2;
}
article .scene--inner .en img {
  max-width: 607px;
}
article .scene--inner .illust {
  position: absolute;
  z-index: 2;
  top: -110px;
  right: 10px;
}
article .scene--inner .illust img {
  max-width: 282px;
}
article .scene--inner--contents {
  background-color: #fff;
}
article .scene--inner--contents--block {
  max-width: 1108px;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
}
article .scene--inner--contents--block h3 {
  position: absolute;
  top: -20px;
}
article .scene--inner--contents--block ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
article .scene--inner--contents--block ul li.scene01 img {
  max-width: 215px;
}
article .scene--inner--contents--block ul li.scene02 img {
  max-width: 215px;
}
article .scene--inner--contents--block ul li.scene03 img {
  max-width: 215px;
}
article .scene--inner--contents--block ul li.scene04 img {
  max-width: 215px;
}
article .scene--inner--contents--block ul li.scene05 img {
  max-width: 215px;
}
article .products {
  position: relative;
}
article .products--main {
  position: relative;
  background: url("../images/img-back01_pc.png") no-repeat center/cover;
  z-index: 2;
  padding-bottom: 160px;
}
article .products--main--inner {
  padding-top: 194px;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
article .products--main--inner .en {
  position: absolute;
  top: -50px;
  left: -200px;
}
article .products--main--inner .en img {
  max-width: 736px;
}
article .products--main--inner--wrap {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
article .products--main--inner--wrap .box {
  width: 100%;
}
article .products--main--inner--wrap .box .ttl {
  padding: 14px 0;
  text-align: center;
  background-color: #ff9000;
}
article .products--main--inner--wrap .box .premium_images {
  margin: 25px auto 0;
  max-width: 1000px;
  position: relative;
}
article .products--main--inner--wrap .box .premium_images .premium_text {
  background-color: #000;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article .products--main--inner--wrap .box .premium_images .premium_text img {
  display: block;
  max-width: 463px;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap {
  display: flex;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half {
  width: 33.333%;
  height: 331px;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half a .wrap {
  max-width: 180px;
  width: 100%;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half a .wrap .productimg {
  margin: 0 auto;
  position: relative;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half a .wrap .productimg.new::before {
  content: "";
  display: block;
  position: absolute;
  width: 92px;
  height: 92px;
  z-index: 1;
  background: url("../images/img-new_pc.png") no-repeat 0/cover;
  top: -3px;
  left: -74px;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half a .wrap .productimg.new img {
  position: relative;
  z-index: 2;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half a .wrap .more {
  margin-top: 25px;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  color: #cc1310;
  font-weight: bold;
  padding: 18px 20px 18px 0;
  position: relative;
  transition: all 0.3s ease-out;
  font-size: 15px;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half a .wrap .more:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8.5px 0 8.5px;
  border-color: #cc1310 transparent transparent transparent;
  visibility: visible;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half a:hover {
  opacity: 1;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .half a:hover .wrap .more:after {
  margin-top: 5px;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .premium_images-red {
  background: url("../images/bg-premium-red_pc.png") no-repeat center/cover;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .premium_images-red a .wrap .productimg {
  max-width: 136px;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .premium_images-blue {
  background: url("../images/bg-premium-blue_pc.png") no-repeat center/cover;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .premium_images-blue a .wrap .productimg {
  max-width: 139px;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .premium_images-green {
  background: url("../images/bg-premium-green_pc.png") no-repeat center/cover;
}
article .products--main--inner--wrap .box .premium_images .premium_wrap .premium_images-green a .wrap .productimg {
  max-width: 139px;
}
article .products--main--inner--wrap .box .images {
  display: flex;
  justify-content: space-between;
  width: 84.6%;
  margin: 22px auto 0;
}
article .products--main--inner--wrap .box .images--box {
  width: 100%;
}
article .products--main--inner--wrap .box .images--box a {
  display: block;
  width: 100%;
  height: 100%;
}
article .products--main--inner--wrap .box .images--box a .productimg {
  text-align: center;
}
article .products--main--inner--wrap .box .images--box a .more {
  margin-top: 25px;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  color: #cc1310;
  font-weight: bold;
  padding: 18px 20px 18px 0;
  position: relative;
  transition: all 0.3s ease-out;
  font-size: 15px;
}
article .products--main--inner--wrap .box .images--box a .more:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8.5px 0 8.5px;
  border-color: #cc1310 transparent transparent transparent;
  visibility: visible;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
article .products--main--inner--wrap .box .images--box a:hover {
  opacity: 1;
}
article .products--main--inner--wrap .box .images--box a:hover .more:after {
  margin-top: 5px;
}
article .products--main--inner--wrap .box.b01 {
  width: 100%;
}
article .products--main--inner--wrap .box.b01 .ttl img {
  max-width: 98px;
}
article .products--main--inner--wrap .box.b01 .images {
  justify-content: space-between;
}
article .products--main--inner--wrap .box.b01 .images--box {
  width: 18%;
}
article .products--main--inner--wrap .box.b01 .images--box a .productimg img {
  max-width: 130px;
}
article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(2) a .productimg img {
  max-width: 125px;
}
article .products--main--inner--wrap .box.b01 .images--box.new a .productimg {
  position: relative;
}
article .products--main--inner--wrap .box.b01 .images--box.new a .productimg img {
  position: relative;
  z-index: 2;
}
article .products--main--inner--wrap .box.b01 .images--box.new a .productimg:after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../images/img-new_pc.png") no-repeat center/cover;
  top: 0;
  top: -13px;
  left: -15px;
  z-index: 1;
  visibility: visible;
}
article .products--main--inner--wrap .box.type {
  margin-top: 25px;
  background-color: #fff100;
  padding: 40px 0;
  position: relative;
}
article .products--main--inner--wrap .box.type .illust {
  position: absolute;
  z-index: 3;
}
article .products--main--inner--wrap .box.type .illust.i06 {
  right: -179px;
  bottom: 14px;
}
article .products--main--inner--wrap .box.type .illust.i06 img {
  max-width: 257px;
}
article .products--main--inner--wrap .box.type .illust.i07 {
  left: -159px;
  bottom: 85px;
}
article .products--main--inner--wrap .box.type .illust.i07 img {
  max-width: 297px;
}
article .products--main--inner--wrap .box.type .type--block {
  background-color: #fff;
  position: relative;
}
article .products--main--inner--wrap .box.type .type--block--inner {
  max-width: 966px;
  margin: 0 auto;
  padding: 37px 0 22px;
}
article .products--main--inner--wrap .box.type .type--block--inner h4 {
  position: absolute;
  top: -10px;
  z-index: 2;
  display: inline-block;
  padding: 12px 15px;
}
article .products--main--inner--wrap .box.type .type--block--inner h4 span {
  font-size: 18px;
}
article .products--main--inner--wrap .box.type .type--block--inner .type-illust {
  position: absolute;
  top: -30px;
  left: 247px;
}
article .products--main--inner--wrap .box.type .type--block--inner .type-illust img {
  max-width: 80px;
}
article .products--main--inner--wrap .box.type .type--block--inner .types {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 862px;
  margin: 0 auto;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box p {
  margin-top: 8px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb01 {
  width: 34.45%;
  margin-right: 5.33%;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb01 .typeimg img {
  max-width: 104.77%;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 {
  width: 32%;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 .typeimg {
  text-align: center;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 .typeimg img {
  max-width: 192px;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 p {
  letter-spacing: -0.04em;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb03 {
  width: 32%;
  margin: 0 2%;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb03 .typeimg {
  text-align: center;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb03 .typeimg img {
  max-width: 195px;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb04 {
  width: 32%;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb04 .typeimg {
  text-align: center;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb04 .typeimg img {
  max-width: 183px;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb05 {
  width: 29.5%;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb05 .typeimg {
  text-align: center;
}
article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb05 .typeimg img {
  max-width: 225px;
}
article .products--main--inner--wrap .box.b02 {
  max-width: 340px;
  margin: 50px auto 0 auto;
}
article .products--main--inner--wrap .box.b02 .ttl img {
  max-width: 94px;
}
article .products--main--inner--wrap .box.b02 .images {
  max-width: 300px;
  margin: 47px auto 0 auto;
}
article .products--main--inner--wrap .box.b02 .images--box a .productimg img {
  max-width: 78px;
}
article .products--main .illust {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
article .products--main .illust.i05 {
  right: 8px;
  top: -122px;
}
article .products--main .illust.i05 img {
  max-width: 410px;
}
article .products--main .illust.i06 {
  right: 16px;
  bottom: 133px;
}
article .products--main .illust.i06 img {
  max-width: 257px;
}
article .products--main .illust.i07 {
  left: 38px;
  bottom: 205px;
}
article .products--main .illust.i07 img {
  max-width: 297px;
}
article .products--contents {
  position: relative;
}
article .products--contents--box {
  position: relative;
  z-index: 3;
  max-width: 1020px;
  margin: 0 auto;
}
article .products--contents--box .ttl {
  padding: 40px 0;
  position: relative;
  background-color: #ff9000;
}
article .products--contents--box .block {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 110px 9.8% 100px 9.8%;
}
article .products--contents--box .block--flex {
  display: flex;
  justify-content: space-between;
}
article .products--contents--box .block .images {
  max-width: 280px;
  width: 100%;
}
article .products--contents--box .block .images .box {
  position: relative;
}
article .products--contents--box .block .images .box--wrap a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
article .products--contents--box .block .images .box--wrap a .productimgwrap {
  display: inline-block;
  position: relative;
}
article .products--contents--box .block .images .box--wrap a .productimgwrap .more {
  position: absolute;
  z-index: 1;
}
article .products--contents--box .block .images .box--wrap a .productimgwrap .productimg {
  position: relative;
  z-index: 2;
}
article .products--contents--box .block .images .box--wrap a p {
  line-height: 1;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
}
article .products--contents--box .block .images .box .modal {
  width: 100%;
  margin-top: 25px;
}
article .products--contents--box .block .images .box .modal a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 23px 0;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
  background-color: #ff9000;
  font-size: 18px;
}
article .products--contents--box .block .images .box .modal a:before, article .products--contents--box .block .images .box .modal a:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: all 0.3s ease-out;
}
article .products--contents--box .block .images .box .modal a:before {
  width: 20px;
  height: 2px;
}
article .products--contents--box .block .images .box .modal a:after {
  width: 2px;
  height: 20px;
  margin-right: 9px;
}
article .products--contents--box .block .images .box .modal a:hover:after {
  margin-top: 5px;
  opacity: 0;
}
article .products--contents--box .block .texts {
  max-width: 444px;
  width: 100%;
  text-align: right;
}
article .products--contents--box .block .explain {
  margin-top: 70px;
  border-top: 1px solid #ffd200;
  border-bottom: 1px solid #ffd200;
  padding: 40px 0;
  text-align: left;
}
article .products--contents--box .block .explain h3, article .products--contents--box .block .explain p, article .products--contents--box .block .explain small {
  font-weight: bold;
}
article .products--contents--box .block .explain h3 {
  color: #cc1310;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
}
article .products--contents--box .block .explain p {
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: -0.04em;
}
article .products--contents--box .block .explain small {
  margin-top: 15px;
  display: block;
  font-size: 12px;
}
article .products--contents--box .block .explain ul, article .products--contents--box .block .explain p {
  padding: 0 0 0 40px;
}
article .products--contents--box .block .explain ul li {
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.04em;
  text-indent: -1em;
  padding-left: 1em;
}
article .products--contents--box .block .explain ul li:nth-of-type(n+2) {
  margin-top: 30px;
}
article .products--contents--box .block .att {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
article .products--contents--box .block .point--box .en {
  text-align: center;
}
article .products--contents--box .block .point--box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article .products--contents--box .block .point--box ul li {
  width: 23%;
}
article .products--contents--box .block .point--box ul li img {
  width: 100%;
}
article .products--contents--box .block .point--box ul li:nth-of-type(n+5) {
  margin-top: 20px;
}
article .products--contents.products01 {
  padding-top: 135px;
  padding-bottom: 97px;
  background: url("../images/img-lattice02_pc.gif") repeat 0 0;
}
article .products--contents.products01:before {
  content: "";
  display: block;
  position: absolute;
  width: 62.5%;
  height: 100%;
  top: 0;
  right: -62.5%;
  transition: all 0.6s ease-out;
  background: url("../images/img-lattice03_pc.gif") repeat 0 0;
  z-index: 2;
}
article .products--contents.products01 .products--contents--box .block .images .box {
  max-width: 280px;
  width: 100%;
}
article .products--contents.products01 .products--contents--box .block .images .box--wrap a {
  position: relative;
}
article .products--contents.products01 .products--contents--box .block .images .box--wrap a .productimgwrap .new {
  position: absolute;
  z-index: 2;
  left: -80px;
  top: -20px;
}
article .products--contents.products01 .products--contents--box .block .images .box--wrap a .productimgwrap .new img {
  max-width: 120px;
}
article .products--contents.products01 .products--contents--box .block .images .box--wrap a .productimgwrap .more {
  right: -110px;
  top: -35px;
}
article .products--contents.products01 .products--contents--box .block .images .box--wrap a .productimgwrap .more img {
  max-width: 150px;
}
article .products--contents.products01 .products--contents--box .block .images .box--wrap a .productimgwrap .productimg img {
  max-width: 190px;
}
article .products--contents.products01 .products--contents--box .block .images .box--wrap a .shigeki {
  position: absolute;
  right: -72px;
  bottom: -75px;
}
article .products--contents.products01 .products--contents--box .block .images .box--wrap a .shigeki img {
  max-width: 171px;
}
article .products--contents.products01 .products--contents--box .block .images .box:nth-of-type(1) {
  margin-left: 15px;
}
article .products--contents.products01 .products--contents--box .block .images .box:nth-of-type(2) {
  margin-right: 65px;
}
article .products--contents.products01 .products--contents--box.premium .ttl .premiumttl {
  display: block;
  max-width: 270px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -43px;
  z-index: 2;
}
article .products--contents.products01 .products--contents--box.premium .ttl .premiumttl img {
  width: 100%;
}
article .products--contents.products01 .products--contents--box.p01 {
  margin-top: 100px;
}
article .products--contents.products01 .products--contents--box.p01 .ttl {
  position: relative;
  padding-right: 60px;
  text-align: right;
}
article .products--contents.products01 .products--contents--box.p01 .ttl .illust {
  position: absolute;
  left: -290px;
  top: -177px;
}
article .products--contents.products01 .products--contents--box.p01 .ttl .illust img {
  max-width: 519px;
}
article .products--contents.products01 .products--contents--box.p01 .ttl .illust.i21 {
  top: -87px;
  left: -138px;
}
article .products--contents.products01 .products--contents--box.p01 .ttl .illust.i21 img {
  max-width: 336px;
}
article .products--contents.products01 .products--contents--box.p01 .ttl span img {
  max-width: 758px;
}
article .products--contents.products01 .products--contents--box.p01 .block .point {
  margin-top: 50px;
}
article .products--contents.products01 .products--contents--box.p01 .illust {
  position: absolute;
  pointer-events: none;
}
article .products--contents.products01 .products--contents--box.p01 .illust.i09 {
  left: -201px;
  bottom: 20px;
}
article .products--contents.products01 .products--contents--box.p01 .illust.i09 img {
  max-width: 295px;
}
article .products--contents.products01 .products--contents--box.p02 .ttl {
  text-align: center;
  background-color: #ce003c;
}
article .products--contents.products01 .products--contents--box.p02 .ttl span img {
  max-width: 581px;
}
article .products--contents.products01 .products--contents--box.p02 .block .images .box {
  max-width: 100%;
  margin-left: 0;
}
article .products--contents.products01 .products--contents--box.p02 .block .images .box--wrap a .productimgwrap .productimg img {
  max-width: 182px;
}
article .products--contents.products01 .products--contents--box.p02 .block .point {
  margin-top: 40px;
}
article .products--contents.products01 .products--contents--box.p02 .block .point ul {
  justify-content: center;
}
article .products--contents.products01 .products--contents--box.p02 .block .point ul li {
  margin-right: 18px;
}
article .products--contents.products01 .products--contents--box.p02 .block .point ul li:last-child {
  margin-right: 0;
}
article .products--contents.products01 .products--contents--box.p02 .block .point ul:nth-of-type(2) {
  margin-top: 25px;
}
article .products--contents.products01 .products--contents--box.p03 {
  margin-top: 100px;
}
article .products--contents.products01 .products--contents--box.p03 .ttl {
  text-align: center;
}
article .products--contents.products01 .products--contents--box.p03 .ttl span img {
  max-width: 741px;
}
article .products--contents.products01 .products--contents--box.p03 .block .point {
  margin-top: 50px;
}
article .products--contents.products01 .products--contents--box.p03 .illust {
  right: -290px;
  top: -120px;
}
article .products--contents.products01 .products--contents--box.p03 .illust img {
  max-width: 378px;
}
article .products--contents.products01 .products--contents--box.p04 {
  margin-top: 100px;
}
article .products--contents.products01 .products--contents--box.p04 .ttl {
  text-align: center;
}
article .products--contents.products01 .products--contents--box.p04 .ttl span img {
  max-width: 836px;
}
article .products--contents.products01 .products--contents--box.p04 .block .point {
  margin-top: 50px;
}
article .products--contents.products01 .products--contents--box.p04 .block .point--box ul {
  max-width: 400px;
  margin: 0 auto;
}
article .products--contents.products01 .products--contents--box.p04 .block .point--box ul li {
  width: 47.5%;
}
article .products--contents.products01 .products--contents--box.p04 .illust {
  bottom: 25px;
  right: -182px;
}
article .products--contents.products01 .products--contents--box.p04 .illust img {
  max-width: 366px;
}
article .products--contents.products01 .products--contents--box.p05 {
  margin-top: 100px;
}
article .products--contents.products01 .products--contents--box.p05 .ttl {
  text-align: center;
}
article .products--contents.products01 .products--contents--box.p05 .ttl span img {
  max-width: 748px;
}
article .products--contents.products01 .products--contents--box.p05 .block .point {
  margin-top: 50px;
}
article .products--contents.products01 .products--contents--box.p05 .block .point--box ul {
  max-width: 610px;
  margin: 0 auto;
}
article .products--contents.products01 .products--contents--box.p05 .block .point--box ul li {
  width: 32.105263%;
}
article .products--contents.products01 .products--contents--box.p05 .illust.i24 {
  top: 108px;
  left: -168px;
}
article .products--contents.products01 .products--contents--box.p05 .illust.i24 img {
  max-width: 261px;
}
article .products--contents.products01 .products--contents--box.p07 {
  margin-top: 100px;
}
article .products--contents.products01 .products--contents--box.p07 .ttl {
  text-align: center;
}
article .products--contents.products01 .products--contents--box.p07 .ttl span img {
  max-width: 960px;
}
article .products--contents.products01 .products--contents--box.p07 .block .point {
  margin-top: 50px;
}
article .products--contents.products01 .products--contents--box.p07 .illust.i25 {
  top: 367px;
  right: -226px;
}
article .products--contents.products01 .products--contents--box.p07 .illust.i25 img {
  max-width: 299px;
}
article .products--contents.products01 .products--contents--box.p08 {
  margin-top: 100px;
}
article .products--contents.products01 .products--contents--box.p08 .ttl {
  text-align: center;
  background-color: #023b94;
}
article .products--contents.products01 .products--contents--box.p08 .ttl span img {
  max-width: 519px;
}
article .products--contents.products01 .products--contents--box.p08 .block .point {
  margin-top: 40px;
}
article .products--contents.products01 .products--contents--box.p08 .block .point ul {
  justify-content: center;
}
article .products--contents.products01 .products--contents--box.p08 .block .point ul li {
  margin-right: 18px;
}
article .products--contents.products01 .products--contents--box.p08 .block .point ul li:last-child {
  margin-right: 0;
}
article .products--contents.products01 .products--contents--box.p08 .block .point ul:nth-of-type(2) {
  margin-top: 25px;
}
article .products--contents.products01 .products--contents--box.p09 {
  margin-top: 100px;
}
article .products--contents.products01 .products--contents--box.p09 .ttl {
  text-align: center;
  background-color: #00863d;
}
article .products--contents.products01 .products--contents--box.p09 .ttl span img {
  max-width: 541px;
}
article .products--contents.products01 .products--contents--box.p09 .block .point {
  margin-top: 40px;
}
article .products--contents.products01 .products--contents--box.p09 .block .point ul {
  justify-content: center;
}
article .products--contents.products01 .products--contents--box.p09 .block .point ul li {
  margin-right: 18px;
}
article .products--contents.products01 .products--contents--box.p09 .block .point ul li:last-child {
  margin-right: 0;
}
article .products--contents.products01 .products--contents--box.p09 .block .point ul:nth-of-type(2) {
  margin-top: 25px;
}
article .products--contents.products01 .products--contents--box.p09 .illust {
  right: -292px;
  bottom: -26px;
}
article .products--contents.products01 .illust {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
article .products--contents.products01 .illust.i08 {
  right: 20px;
  top: 42px;
}
article .products--contents.products01 .illust.i08 img {
  max-width: 237px;
}
article .products--contents.products01 .illust.i10 {
  bottom: 840px;
  right: 0;
  z-index: 2;
}
article .products--contents.products01 .illust.i10 img {
  max-width: 378px;
}
article .products--contents.products01 .illust.i11 {
  right: -248px;
  bottom: -103px;
  z-index: 2;
}
article .products--contents.products01 .illust.i11 img {
  max-width: 431px;
}
article .products--contents.products01 .illust.i21 {
  top: -87px;
  left: -138px;
}
article .products--contents.products01 .illust.i21 img {
  max-width: 336px;
}
article .products--contents.products01 .illust.i22 {
  bottom: 50px;
  right: -130px;
  z-index: 2;
}
article .products--contents.products01 .illust.i22 img {
  max-width: 236px;
}
article .products--contents.products01.active:before {
  right: 0;
}
article .products--contents.products02 {
  padding: 100px 0;
  background: url("../images/img-lattice05_pc.gif") repeat 0 0;
}
article .products--contents.products02:before {
  content: "";
  display: block;
  position: absolute;
  width: 37.5%;
  height: 100%;
  top: 0;
  left: -37.5%;
  transition: all 0.4s ease-out;
  background: url("../images/img-lattice01_pc.gif") repeat 0 0;
  z-index: 2;
}
article .products--contents.products02 .products--contents--box.p06 .ttl {
  text-align: center;
  position: relative;
}
article .products--contents.products02 .products--contents--box.p06 .ttl .illust {
  position: absolute;
  left: -256px;
  top: -204px;
}
article .products--contents.products02 .products--contents--box.p06 .ttl .illust.i12 img {
  max-width: 510px;
}
article .products--contents.products02 .products--contents--box.p06 .ttl span img {
  max-width: 439px;
}
article .products--contents.products02 .products--contents--box.p06 .block {
  padding-top: 125px;
}
article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a .productimgwrap .more {
  top: -83px;
  right: -81px;
}
article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a .productimgwrap .more img {
  max-width: 120px;
}
article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a .productimgwrap .productimg img {
  max-width: 108px;
}
article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a p {
  line-height: 1.6;
}
article .products--contents.products02 .products--contents--box.p06 .block .images .box:nth-of-type(1) {
  margin-left: 38px;
}
article .products--contents.products02 .products--contents--box.p06 .block .images .box:nth-of-type(3) {
  margin-right: 18px;
}
article .products--contents.products02 .products--contents--box.p06 .block .point {
  margin-top: 30px;
}
article .products--contents.products02 .products--contents--box > .illust {
  top: 253px;
  right: -210px;
}
article .products--contents.products02 .products--contents--box > .illust img {
  max-width: 300px;
}
article .products--contents.products02 .illust {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
article .products--contents.products02 .illust.i13 {
  left: 28px;
  bottom: -46px;
}
article .products--contents.products02 .illust.i13 img {
  max-width: 209px;
}
article .products--contents.products02.active:before {
  left: 0;
}
article .faq {
  position: relative;
  padding: 150px 0;
  background: url("../images/img-lattice06_pc.gif") repeat 0 0;
}
article .faq:before {
  content: "";
  display: block;
  position: absolute;
  width: 87.5%;
  height: calc(100% - 300px);
  top: 150px;
  right: -87.5%;
  background: url("../images/img-lattice01_pc.gif") repeat 0 0;
  z-index: 1;
  transition: all 0.6s ease-out;
}
article .faq--inner {
  position: relative;
  z-index: 4;
  max-width: 850px;
  margin: 0 auto;
  padding: 140px 0 155px 0;
}
article .faq--inner .en {
  position: absolute;
  left: -171px;
  top: -43px;
}
article .faq--inner .en img {
  max-width: 424px;
}
article .faq--inner--contents {
  margin-top: 25px;
}
article .faq--inner--contents .box .question {
  background-color: #fff300;
  position: relative;
  padding: 25px 60px 25px 25px;
  cursor: pointer;
}
article .faq--inner--contents .box .question:before, article .faq--inner--contents .box .question:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  transition: all 0.3s ease-out;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  z-index: 2;
}
article .faq--inner--contents .box .question:before {
  width: 30px;
  height: 5px;
}
article .faq--inner--contents .box .question:after {
  width: 5px;
  height: 30px;
  visibility: visible;
  margin-right: 12px;
}
article .faq--inner--contents .box .question dl {
  display: flex;
  align-items: center;
}
article .faq--inner--contents .box .question dl dt {
  width: 55px;
}
article .faq--inner--contents .box .question dl dt img {
  max-width: 36px;
}
article .faq--inner--contents .box .question dl dd {
  width: calc(100% - 55px);
  font-weight: bold;
  font-size: 20px;
}
article .faq--inner--contents .box .question.active:after {
  opacity: 0;
  margin-top: 5px;
}
article .faq--inner--contents .box .answer {
  display: none;
  background-color: #fff;
  padding: 25px 25px 30px 25px;
}
article .faq--inner--contents .box .answer dl {
  display: flex;
}
article .faq--inner--contents .box .answer dl dt {
  width: 55px;
}
article .faq--inner--contents .box .answer dl dt img {
  max-width: 37px;
}
article .faq--inner--contents .box .answer dl dd {
  width: calc(100% - 55px);
  font-weight: 600;
}
article .faq--inner--contents .box .answer dl dd span.orange {
  color: #f4a12a;
}
article .faq--inner--contents .box .answer dl dd span.purple {
  color: #7f00ff;
}
article .faq--inner--contents .box .answer dl dd span.red {
  color: #cc1310;
}
article .faq--inner--contents .box .answer dl dd span.lightblue {
  color: #005bbb;
}
article .faq--inner--contents .box .answer dl dd span.deepblue {
  color: #000075;
}
article .faq--inner--contents .box .answer dl dd span.green {
  color: #008300;
}
article .faq--inner--contents .box .answer dl dd span.skyblue {
  color: #00b8ee;
}
article .faq--inner--contents .box:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
article .faq .illust {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
article .faq .illust.i14 {
  right: 25px;
  top: -162px;
}
article .faq .illust.i14 img {
  max-width: 370px;
}
article .faq .illust.i15 {
  top: 31%;
  right: 66px;
}
article .faq .illust.i15 img {
  max-width: 151px;
}
article .faq .illust.i16 {
  top: 34.4%;
  left: 29px;
}
article .faq .illust.i16 img {
  max-width: 363px;
}
article .faq .illust.i17 {
  left: 87px;
  bottom: 23.5%;
  transition: all 0.3s ease-out;
  opacity: 0;
}
article .faq .illust.i17 img {
  max-width: 236px;
}
article .faq .illust.i18 {
  right: -20px;
  bottom: 141px;
}
article .faq .illust.i18 img {
  max-width: 356px;
}
article .faq.active .illust.i17 {
  opacity: 1;
}
article .faq.active:before {
  right: 0;
}
article .purchace {
  background: url("../images/img-lattice05_pc.gif") repeat 0 0;
  position: relative;
  padding-bottom: 150px;
}
article .purchace--inner {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  padding-top: 227px;
  z-index: 3;
}
article .purchace--inner .en {
  position: absolute;
  left: -241px;
  top: -78px;
}
article .purchace--inner .en img {
  max-width: 905px;
}
article .purchace--inner--list {
  margin-top: 15px;
}
article .purchace--inner--list ul {
  display: flex;
  justify-content: space-between;
}
article .purchace--inner--list ul li {
  width: 29.4%;
}
article .purchace--inner--list ul li a {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
article .purchace--inner--list ul li a img {
  width: 100%;
  transition: all 0.3s ease-out;
}
article .purchace--inner--list ul li a:hover {
  opacity: 1;
}
article .purchace--inner--list ul li a:hover img {
  opacity: 0.7;
}
article .purchace--inner--btn {
  width: 475px;
  margin: 50px auto 0;
  text-align: center;
}
article .purchace--inner--btn a {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
article .purchace--inner--btn a img {
  transition: all 0.3s ease-out;
}
article .purchace--inner--btn a:hover {
  opacity: 1;
}
article .purchace--inner--btn a:hover img {
  opacity: 0.7;
}
article .purchace .illust {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
article .purchace .illust.i19 {
  right: 20px;
  top: -54px;
}
article .purchace .illust.i19 img {
  max-width: 458px;
}
article .purchace .illust.i20 {
  left: 20px;
  bottom: 14px;
}
article .purchace .illust.i20 img {
  max-width: 408px;
}

.mfp-bg {
  background-color: rgba(255, 144, 0, 0.89);
  transition: all 0.15s ease-out;
}

.mfp-close {
  display: none !important;
}

.mfp-wrap .mfp-content .mfp-figure .mfp-close, .mfp-wrap .mfp-content .mfp-iframe-scaler .mfp-close {
  display: block !important;
  width: 51px;
  height: 51px;
  background: url("../images/btn-modal_close.png") no-repeat center/cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 0;
  right: 0;
  top: -60px;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .modal-content,
.mfp-wrap .mfp-content {
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .modal-content,
.mfp-wrap.mfp-ready .mfp-content {
  transform: translateY(0);
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .modal-content,
.mfp-wrap.mfp-removing .mfp-content {
  transform: translateY(30px);
  opacity: 0;
}

.modal-content {
  max-width: 1200px;
  margin: 30px auto;
  position: relative;
}
.modal-content .popup-modal-dismiss {
  text-align: right;
  cursor: pointer;
}
.modal-content .popup-modal-dismiss span img {
  max-width: 51px;
}
.modal-content--inner {
  margin-top: 10px;
  background-color: #fff;
  padding: 90px 0 80px 0;
}
.modal-content--inner--block {
  max-width: 1020px;
  margin: 0 auto;
}
.modal-content--inner--block--title {
  text-align: center;
}
.modal-content--inner--block--title .en img {
  max-width: 591px;
}
.modal-content--inner--block--title h3 {
  line-height: 1;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.modal-content--inner--block--figure {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.modal-content--inner--block--figure .image img {
  max-width: 266px;
}
.modal-content--inner--block--figure .image:nth-of-type(1) {
  margin-right: 87px;
}
.modal-content--inner--block--research {
  margin-top: 45px;
}
.modal-content--inner--block--research p {
  line-height: 1;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}
.modal-content--inner--block--review {
  margin-top: 15px;
}
.modal-content--inner--block--review h4 {
  line-height: 1;
  background-color: #fff300;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 20px;
}
.modal-content--inner--block--review ul {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.modal-content--inner--block--review ul li {
  max-width: 228px;
  width: 100%;
  line-height: 1.8;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  article {
    min-width: 100%;
  }
  article .subttl {
    background-color: #000;
    padding: 12px 0 12px 15px;
    line-height: 1;
    max-width: 300px;
  }
  article .subttl span {
    color: #fff300;
    font-weight: bold;
    font-size: 24px;
  }
  article .s-genki_header {
    top: 10px;
  }
  article .s-genki_header.active {
    left: 2%;
  }
  article .s-genki_header--inner h1 {
    margin-right: 15px;
  }
  article .s-genki_header--inner nav ul li:not(:last-child) {
    margin-right: 15px;
  }
  article .contents01:before {
    height: 250px;
  }
  article .contents01 .news {
    width: 90%;
    padding: 148px 5% 93px 5%;
  }
  article .contents01 .news--inner {
    max-width: 90%;
  }
  article .contents01 .news--inner .illust.i01 {
    right: 0;
  }
  article .contents01 .news--inner .illust.i01 img {
    max-width: 275.2px;
  }
  article .contents01 .news--inner .illust.i02 {
    left: -15%;
  }
  article .contents01 .news--inner .illust.i02 img {
    max-width: 235.9px;
  }
  article .contents01 .news--inner .illust.i03 {
    right: 0;
    bottom: -80px;
  }
  article .contents01 .news--inner .illust.i03 img {
    max-width: 165.9px;
  }
  article .contents01 .movie--inner {
    max-width: 90%;
  }
  article .contents01 .movie--inner .en {
    left: -5%;
  }
  article .contents01 .movie--inner .en img {
    max-width: 477px;
  }
  article .contents01 .movie .illust {
    left: -10%;
    bottom: -50px;
  }
  article .contents01 .movie .illust img {
    max-width: 397.6px;
  }
  article .scene--inner {
    max-width: 90%;
  }
  article .scene--inner .en {
    left: 0;
  }
  article .scene--inner .en img {
    max-width: 424.9px;
  }
  article .scene--inner .illust img {
    max-width: 225.6px;
  }
  article .scene--inner--contents--block {
    max-width: 90%;
  }
  article .scene--inner--contents--block ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  article .scene--inner--contents--block ul li {
    width: 50%;
  }
  article .scene--inner--contents--block ul li img {
    width: 100%;
  }
  article .scene--inner--contents--block ul li.scene01 {
    margin-left: 0;
  }
  article .scene--inner--contents--block ul li.scene01 img {
    max-width: 100%;
  }
  article .scene--inner--contents--block ul li.scene02 {
    margin-top: 0;
    margin-left: 0;
  }
  article .scene--inner--contents--block ul li.scene02 img {
    max-width: 100%;
  }
  article .scene--inner--contents--block ul li.scene03 {
    margin-top: 23px;
    margin-left: 0;
  }
  article .scene--inner--contents--block ul li.scene03 img {
    max-width: 100%;
  }
  article .scene--inner--contents--block ul li.scene04 {
    margin-top: 23px;
  }
  article .scene--inner--contents--block ul li.scene04 img {
    max-width: 100%;
  }
  article .scene--inner--contents--block ul li.scene05 {
    margin: 23px auto 0;
  }
  article .scene--inner--contents--block ul li.scene05 img {
    max-width: 100%;
  }
  article .products--main--inner {
    max-width: 90%;
  }
  article .products--main--inner .en {
    top: -50px;
    left: -5%;
  }
  article .products--main--inner .en img {
    max-width: 515.2px;
  }
  article .products--main--inner--wrap .box .images {
    flex-wrap: wrap;
  }
  article .products--main--inner--wrap .box .images--box {
    max-width: 100%;
  }
  article .products--main--inner--wrap .box .images--box a .productimg {
    min-height: 160px;
  }
  article .products--main--inner--wrap .box.b01 {
    width: 100%;
    min-width: inherit;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_text {
    max-width: 190px;
  }
  article .products--main--inner--wrap .box.b01 .images {
    justify-content: center;
  }
  article .products--main--inner--wrap .box.b01 .images--box {
    width: 28%;
  }
  article .products--main--inner--wrap .box.b01 .images--box a .productimg img {
    max-width: 100%;
  }
  article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(2) {
    margin: 0 5%;
  }
  article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(2) a .productimg img {
    max-width: 95%;
  }
  article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(4), article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(5) {
    margin-right: 5%;
  }
  article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(n+4) {
    margin-top: 30px;
  }
  article .products--main--inner--wrap .box.b01 .images--box.new a .productimg:after {
    top: 9px;
    left: -25px;
  }
  article .products--main--inner--wrap .box.type {
    margin-top: 25px;
    padding: 40px 0;
  }
  article .products--main--inner--wrap .box.type .illust.i06 {
    right: -5%;
    top: auto;
    bottom: 60px;
  }
  article .products--main--inner--wrap .box.type .illust.i06 img {
    max-width: 205.6px;
  }
  article .products--main--inner--wrap .box.type .illust.i07 {
    left: -8%;
    top: auto;
    bottom: 10px;
  }
  article .products--main--inner--wrap .box.type .illust.i07 img {
    max-width: 237.6px;
  }
  article .products--main--inner--wrap .box.type .type--block--inner {
    max-width: 90%;
    padding: 37px 0 22px;
  }
  article .products--main--inner--wrap .box.type .type--block--inner h4 {
    position: absolute;
    top: -10px;
    z-index: 2;
    display: inline-block;
    padding: 12px 15px;
  }
  article .products--main--inner--wrap .box.type .type--block--inner h4 span {
    font-size: 18px;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .type-illust {
    position: absolute;
    top: -30px;
    left: 247px;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .type-illust img {
    max-width: 80px;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types {
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb01 {
    width: 47.4%;
    margin-right: 10%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb01 .typeimg img {
    width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 {
    width: 32.736%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 .typeimg {
    text-align: right;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 .typeimg img {
    width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 p {
    letter-spacing: -0.04em;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb03 {
    margin-top: 20px;
    margin-right: 10%;
    width: 30.69%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb03 .typeimg img {
    width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb04 {
    margin-top: 20px;
    width: 30.69%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb04 .typeimg img {
    width: 100%;
  }
  article .products--main--inner--wrap .box.b02 .images {
    max-width: 68%;
    margin: 25px auto 0 auto;
  }
  article .products--main--inner--wrap .box.b02 .images--box a .productimg img {
    max-width: 100%;
  }
  article .products--main .illust.i05 {
    right: 0;
    top: -132px;
  }
  article .products--main .illust.i05 img {
    max-width: 246px;
  }
  article .products--main .illust.i06 {
    right: -5%;
    top: 60px;
  }
  article .products--main .illust.i06 img {
    max-width: 205.6px;
  }
  article .products--contents--box {
    max-width: 90%;
  }
  article .products--contents--box .ttl {
    padding: 20px 0;
  }
  article .products--contents--box .block {
    padding: 110px 5% 100px 5%;
  }
  article .products--contents--box .block--flex .texts .explain ul, article .products--contents--box .block--flex .texts .explain p {
    padding-left: 0;
  }
  article .products--contents--box .block--flex .texts .explain ul br, article .products--contents--box .block--flex .texts .explain p br {
    display: none;
  }
  article .products--contents.products01 .products--contents--box .block .images {
    max-width: 40%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box:nth-of-type(1) {
    margin-left: 0;
  }
  article .products--contents.products01 .products--contents--box .block .images .box:nth-of-type(2) {
    margin-right: 55px;
  }
  article .products--contents.products01 .products--contents--box .block .texts {
    max-width: 52%;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl {
    padding-right: 10%;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl .illust {
    left: -15%;
    top: -70px;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl .illust img {
    max-width: 259.5px;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl .illust.i21 {
    top: -50px;
    left: -10%;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl .illust.i21 img {
    max-width: 201.6px;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl span img {
    max-width: 75%;
  }
  article .products--contents.products01 .products--contents--box.p01 .illust.i09 {
    left: -150px;
    bottom: -77px;
  }
  article .products--contents.products01 .products--contents--box.p01 .illust.i09 img {
    max-width: 236px;
  }
  article .products--contents.products01 .products--contents--box.p02 .ttl {
    padding-left: 10%;
  }
  article .products--contents.products01 .products--contents--box.p02 .ttl span img {
    max-width: 75%;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .explain p {
    letter-spacing: -0.04em;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .point ul:nth-of-type(2) {
    justify-content: space-between;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .point ul:nth-of-type(2) li {
    margin-right: 0;
  }
  article .products--contents.products01 .products--contents--box.p03 .ttl span img, article .products--contents.products01 .products--contents--box.p04 .ttl span img, article .products--contents.products01 .products--contents--box.p05 .ttl span img, article .products--contents.products01 .products--contents--box.p07 .ttl span img {
    max-width: 90%;
  }
  article .products--contents.products01 .products--contents--box.p03 .illust {
    right: -12%;
    top: 48px;
  }
  article .products--contents.products01 .products--contents--box.p03 .illust img {
    max-width: 170.1px;
  }
  article .products--contents.products01 .products--contents--box.p04 .illust {
    right: -15%;
  }
  article .products--contents.products01 .products--contents--box.p04 .illust img {
    max-width: 219.6px;
  }
  article .products--contents.products01 .products--contents--box.p05 .illust.i24 {
    top: auto;
    bottom: -50px;
    left: -10%;
  }
  article .products--contents.products01 .products--contents--box.p05 .illust.i24 img {
    max-width: 156.6px;
  }
  article .products--contents.products01 .products--contents--box.p07 .illust.i25 {
    top: 60px;
    right: -15%;
  }
  article .products--contents.products01 .products--contents--box.p07 .illust.i25 img {
    max-width: 209.3px;
  }
  article .products--contents.products01 .products--contents--box.p08 .ttl span:nth-of-type(2) img {
    max-width: 363.3px;
  }
  article .products--contents.products01 .illust.i08 {
    right: -5%;
    top: 0;
  }
  article .products--contents.products01 .illust.i08 img {
    max-width: 142.2px;
  }
  article .products--contents.products01 .illust.i10 {
    bottom: 580px;
    z-index: 3;
    right: -10%;
  }
  article .products--contents.products01 .illust.i10 img {
    max-width: 207.9px;
  }
  article .products--contents.products01 .illust.i11 {
    right: -15%;
    bottom: -150px;
    z-index: 3;
  }
  article .products--contents.products01 .illust.i11 img {
    max-width: 258.6px;
  }
  article .products--contents.products01 .illust.i21 {
    top: -50px;
    left: -10%;
  }
  article .products--contents.products01 .illust.i21 img {
    max-width: 201.6px;
  }
  article .products--contents.products01 .illust.i22 {
    bottom: 150px;
    right: -10%;
  }
  article .products--contents.products01 .illust.i22 img {
    max-width: 141.6px;
  }
  article .products--contents.products02 .products--contents--box.p06 .ttl {
    text-align: right;
    padding-right: 5%;
  }
  article .products--contents.products02 .products--contents--box.p06 .ttl .illust {
    left: -10%;
    top: -100px;
  }
  article .products--contents.products02 .products--contents--box.p06 .ttl .illust.i12 img {
    max-width: 306px;
  }
  article .products--contents.products02 .products--contents--box.p06 .ttl span img {
    max-width: 65%;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a p {
    font-size: 14px;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box:nth-of-type(1) {
    margin-left: 0;
  }
  article .products--contents.products02 .products--contents--box.p06 .illust {
    bottom: -50px;
    top: auto;
    right: -10%;
  }
  article .products--contents.products02 .products--contents--box.p06 .illust img {
    max-width: 200px;
  }
  article .products--contents.products02 .illust.i13 img {
    max-width: 125.4px;
  }
  article .faq--inner {
    max-width: 90%;
  }
  article .faq--inner .en {
    left: -5%;
  }
  article .faq--inner .en img {
    max-width: 296.8px;
  }
  article .faq .illust.i14 {
    right: 0;
    top: -100px;
  }
  article .faq .illust.i14 img {
    max-width: 296px;
  }
  article .faq .illust.i15 {
    top: 31%;
    right: 0;
  }
  article .faq .illust.i15 img {
    max-width: 120.8px;
  }
  article .faq .illust.i16 {
    top: auto;
    bottom: 0;
    left: -2%;
  }
  article .faq .illust.i16 img {
    max-width: 254.1px;
  }
  article .faq .illust.i18 {
    right: -20px;
    bottom: 0;
  }
  article .faq .illust.i18 img {
    max-width: 249.2px;
  }
  article .purchace--inner {
    max-width: 90%;
  }
  article .purchace--inner .en {
    left: 0;
  }
  article .purchace--inner .en img {
    max-width: 633.5px;
  }
  article .purchace .illust.i19 {
    right: 0;
    top: 60px;
  }
  article .purchace .illust.i19 img {
    max-width: 320.6px;
  }
  article .purchace .illust.i20 {
    left: 0;
    bottom: 0;
  }
  article .purchace .illust.i20 img {
    max-width: 285.6px;
  }
  .modal-content {
    max-width: 90%;
  }
  .modal-content--inner--block {
    max-width: 90%;
  }
  .modal-content--inner--block--title .en img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  article .subttl {
    padding: 5px 0 5px 7px;
    max-width: 300px;
  }
  article .subttl span {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  article .s-genki_header {
    position: fixed;
    width: 100%;
    top: 56px;
    left: 0;
    width: 100%;
  }
  article .s-genki_header.active {
    left: 0;
  }
  article .s-genki_header--inner {
    width: 100%;
    justify-content: space-between;
  }
  article .s-genki_header--inner h1 {
    position: absolute;
    top: 15px;
    left: 6%;
    margin-right: 0;
    width: 26%;
    z-index: 2;
  }
  article .s-genki_header--inner h1 img {
    max-width: 100%;
  }
  article .s-genki_header--inner nav {
    width: 100%;
  }
  article .s-genki_header--inner nav .menu {
    width: 13%;
    display: block;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
  }
  article .s-genki_header--inner nav ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 75px 6.5% 45px 6.5%;
    border-bottom: 2px solid #ffd200;
  }
  article .s-genki_header--inner nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  article .s-genki_header--inner nav ul li img {
    max-width: 100% !important;
  }
  article .s-genki_header--inner nav ul li:not(:last-child) {
    margin-right: 0;
  }
  article .s-genki_header--inner nav ul li:nth-of-type(n+2) {
    margin-top: 12px;
  }
  article .s-genki_header.scrolled {
    top: 0;
  }
  article .main {
    background: url("../images/img-mv-back_sp.png") no-repeat center/cover;
  }
  article .main:before {
    padding-top: 137.15%;
  }
  article .main--logo {
    width: 84.745%;
    top: 35.9%;
    left: 9.647%;
  }
  article .main--bar {
    width: 100%;
    left: 0;
    z-index: 5;
  }
  article .main--bar.active {
    top: 22%;
  }
  article .main--products {
    width: 74.32%;
    top: 16.78%;
    left: 12.39%;
    z-index: 5;
  }
  article .main--bomb {
    width: 79.4%;
    left: 2.607%;
    top: -3.873%;
    z-index: 2;
  }
  article .main--genki {
    width: 95.56%;
    top: 7.585%;
    left: 1.564%;
    z-index: 3;
  }
  article .main--yeah {
    display: none;
  }
  article .main--wow {
    display: none;
    width: 100.65%;
    top: auto;
    bottom: 16.949vw;
    right: -5.867%;
  }
  article .main--male {
    width: 94.78%;
    left: 2.73%;
    bottom: 0;
  }
  article .main--circle {
    display: none;
  }
  article .main.coolpoco {
    margin-bottom: -50px;
  }
  article .main--premiumproduct {
    bottom: 2.579%;
  }
  article .main--premiumproduct.p01 {
    width: 24.25%;
    left: 4.954%;
  }
  article .main--premiumproduct.p02 {
    width: 26.6%;
    right: 2.216%;
  }
  article .main--premiumproduct.p03 {
    width: 30.51%;
    right: 34.68%;
  }
  article .main--premiumtext {
    width: 64.14%;
    bottom: 34.41%;
    left: 18%;
    z-index: 2;
  }
  article .premiumtxt {
    height: 11.6vw;
  }
  article .premiumtxt img {
    max-width: 64.15%;
  }
  article .contents01 {
    padding-top: 75px;
    background: url("../images/img-lattice02_sp.gif") repeat 0 0/3%;
  }
  article .contents01:before {
    height: 150px;
    background: url("../images/img-lattice01_sp.gif") repeat 0 0/3%;
  }
  article .contents01 .news {
    width: 93.8%;
    padding: 94px 7% 76px 7%;
  }
  article .contents01 .news--inner {
    max-width: 100%;
  }
  article .contents01 .news--inner .en {
    left: -4%;
    top: -15px;
    width: 63.8%;
    z-index: 3;
  }
  article .contents01 .news--inner .en img {
    max-width: 100%;
  }
  article .contents01 .news--inner .subttl {
    position: relative;
    z-index: 3;
    max-width: 50%;
  }
  article .contents01 .news--inner--banner {
    margin-top: 10px;
    position: relative;
    z-index: 3;
  }
  article .contents01 .news--inner--banner .shingeki small {
    font-size: 10px;
    font-size: 3.125vw;
  }
  article .contents01 .news--inner--banner .shingeki.close a p {
    font-size: 12px;
    font-size: 3.75vw;
  }
  article .contents01 .news--inner .illust {
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
  article .contents01 .news--inner .illust.i01 {
    right: -5%;
    top: 0;
    width: 55%;
    z-index: 5;
  }
  article .contents01 .news--inner .illust.i01 img {
    max-width: 100%;
  }
  article .contents01 .news--inner .illust.i02 {
    left: auto;
    top: auto;
    right: -2%;
    bottom: -80px;
    width: 43.8%;
  }
  article .contents01 .news--inner .illust.i02 img {
    max-width: 100%;
  }
  article .contents01 .news--inner .illust.i03 {
    right: auto;
    left: -2%;
    bottom: -53px;
    width: 37.7%;
  }
  article .contents01 .news--inner .illust.i03 img {
    max-width: 100%;
  }
  article .contents01 .movie {
    padding-bottom: 75px;
  }
  article .contents01 .movie--inner {
    padding-top: 150px;
    max-width: 77.5%;
    margin: 0 6.5% 0 auto;
  }
  article .contents01 .movie--inner .en {
    top: 55px;
    left: -17%;
    width: 86.55%;
  }
  article .contents01 .movie--inner .en img {
    max-width: 100%;
  }
  article .contents01 .movie--inner .subttl {
    max-width: 50%;
  }
  article .contents01 .movie--inner--video {
    margin-top: 15px;
  }
  article .contents01 .movie--inner--half {
    margin-top: 15px;
    display: block;
    position: relative;
    z-index: 3;
  }
  article .contents01 .movie--inner--half--video {
    max-width: 100%;
  }
  article .contents01 .movie--inner--half--video a:before {
    width: 62px;
    height: 62px;
  }
  article .contents01 .movie--inner--half--video p {
    font-size: 14px;
    font-size: 4.375vw;
  }
  article .contents01 .movie--inner--half--video:nth-of-type(n+3) {
    margin-top: 15px;
  }
  article .contents01 .movie--inner--half--video:nth-of-type(n+2) {
    margin-top: 15px;
  }
  article .contents01 .movie .illust {
    left: -1%;
    bottom: -5px;
    width: 55.1%;
  }
  article .contents01 .movie .illust img {
    max-width: 100%;
  }
  article .scene {
    background: url("../images/img-lattice03_sp.gif") repeat 0 0;
    padding: 75px 0 75px;
  }
  article .scene--inner {
    max-width: 90%;
    padding: 18.252933vw 0 25px 0;
  }
  article .scene--inner .en {
    top: -14.602346805vw;
    left: -4.954367666vw;
    width: 77.31vw;
  }
  article .scene--inner .en img {
    max-width: 100%;
  }
  article .scene--inner .illust {
    width: 36.505867014vw;
    top: 4.302477183vw;
    right: -6.518904823vw;
  }
  article .scene--inner .illust img {
    max-width: 100%;
  }
  article .scene--inner--contents--block {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  article .scene--inner--contents--block h3 {
    top: -2.868318122vw;
  }
  article .scene--inner--contents--block ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
  }
  article .scene--inner--contents--block ul li.scene01 {
    margin-left: 0;
    width: 37.67vw;
  }
  article .scene--inner--contents--block ul li.scene01 img {
    max-width: 100%;
  }
  article .scene--inner--contents--block ul li.scene02 {
    width: 37.67vw;
  }
  article .scene--inner--contents--block ul li.scene02 img {
    max-width: 100%;
  }
  article .scene--inner--contents--block ul li.scene03, article .scene--inner--contents--block ul li.scene04, article .scene--inner--contents--block ul li.scene05 {
    width: 37.67vw;
  }
  article .scene--inner--contents--block ul li.scene03 img, article .scene--inner--contents--block ul li.scene04 img, article .scene--inner--contents--block ul li.scene05 img {
    width: 100%;
  }
  article .scene--inner--contents--block ul li:nth-of-type(n+3) {
    margin-top: -4.563vw;
  }
  article .products:before {
    height: 100px;
    background: url("../images/img-lattice03_sp.gif") repeat 0 0;
  }
  article .products--main {
    background: url("../images/img-back01-lattice_sp.gif") repeat 0 0;
    padding-bottom: 17.731421121vw;
    position: relative;
  }
  article .products--main:before, article .products--main:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
  }
  article .products--main:before {
    top: 0;
    height: 112.212516297vw;
    background: url("../images/img-back01-01_sp.png") no-repeat top center/cover;
  }
  article .products--main:after {
    bottom: 0;
    height: 111.212516297vw;
    background: url("../images/img-back01-02_sp.png") no-repeat bottom center/cover;
    visibility: visible;
  }
  article .products--main--inner {
    padding-top: 83px;
    max-width: 100%;
    position: relative;
    z-index: 3;
  }
  article .products--main--inner .en {
    top: -40px;
    width: 96%;
    left: 2%;
  }
  article .products--main--inner .en img {
    max-width: 100%;
  }
  article .products--main--inner .subttl {
    max-width: 45%;
    margin-left: 6%;
  }
  article .products--main--inner--wrap .box .ttl {
    width: 88%;
    margin: 0 auto;
    padding: 13px 0;
    background-color: #fff300;
  }
  article .products--main--inner--wrap .box .images {
    max-width: 88%;
    margin: 23px auto 0 auto;
  }
  article .products--main--inner--wrap .box .images--box a .productimg {
    min-height: inherit;
    display: block;
  }
  article .products--main--inner--wrap .box .images--box a .more {
    padding: 16px 10% 16px 0;
    font-size: 12px;
    font-size: 3.75vw;
  }
  article .products--main--inner--wrap .box .images--box a:hover .more:after {
    margin-top: 0;
  }
  article .products--main--inner--wrap .box.b01 {
    width: 100%;
  }
  article .products--main--inner--wrap .box.b01 .ttl {
    border-right: none;
  }
  article .products--main--inner--wrap .box.b01 .ttl img {
    max-width: 24.137%;
  }
  article .products--main--inner--wrap .box.b01 .premium_images {
    margin: 20px auto 0;
    max-width: 100%;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_text {
    max-width: 100%;
    height: 11.6vw;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_text img {
    max-width: 64.15vw;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .half {
    height: 75.22vw;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .half a {
    align-items: flex-end;
    padding-bottom: 6.518vw;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .half a .wrap {
    max-width: 41.19vw;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .half a .wrap .productimg {
    margin: 0;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .half a .wrap .productimg.new:before {
    background: url("../images/img-new_sp.png") no-repeat 0/cover;
    width: 12.13vw;
    height: 12.13vw;
    top: -3.39vw;
    left: -2.347vw;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .half a .wrap .more {
    width: 21.12vw;
    padding: 16px 0 32px;
    font-size: 12px;
    font-size: 3.75vw;
    margin: 25px auto 0;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .half a .wrap .more::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.695vw;
    top: auto;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .half a:hover {
    opacity: 1;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .half a:hover .wrap .more:after {
    margin-top: 0;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .premium_images-red {
    background: url("../images/bg-premium-red_sp.png") no-repeat center/cover;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .premium_images-red a .wrap .productimg {
    max-width: 23.2vw;
    margin: 0 4.954vw 0 auto;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .premium_images-blue {
    background: url("../images/bg-premium-blue_sp.png") no-repeat center/cover;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .premium_images-blue a .wrap .productimg {
    max-width: 23.2vw;
    margin: 0 0 0 4.954vw;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .premium_images-green {
    background: url("../images/bg-premium-green_sp.png") no-repeat center/cover;
  }
  article .products--main--inner--wrap .box.b01 .premium_images .premium_wrap .premium_images-green a .wrap .productimg {
    max-width: 23.2vw;
    margin: 0 auto;
  }
  article .products--main--inner--wrap .box.b01 .images {
    justify-content: space-between;
  }
  article .products--main--inner--wrap .box.b01 .images--box {
    width: 47.376311844%;
  }
  article .products--main--inner--wrap .box.b01 .images--box a .productimg {
    max-width: 85.5%;
    margin: 0 auto;
  }
  article .products--main--inner--wrap .box.b01 .images--box a .productimg img {
    max-width: 100%;
  }
  article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(2), article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(4) {
    margin: 0;
  }
  article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(2) a .productimg img {
    max-width: 96%;
  }
  article .products--main--inner--wrap .box.b01 .images--box:nth-of-type(n+3) {
    margin-top: 20px;
  }
  article .products--main--inner--wrap .box.b01 .images--box.new a .productimg:after {
    width: 15.645371577vw;
    height: 15.645371577vw;
    background: url("../images/img-new_sp.png") no-repeat center/cover;
    top: 0;
    top: -0.694915254vw;
    left: -5.518904823vw;
  }
  article .products--main--inner--wrap .box.type {
    width: 88%;
    margin: 45px auto 0;
    padding: 30px 0;
    position: static;
  }
  article .products--main--inner--wrap .box.type .illust.i06 {
    display: none;
  }
  article .products--main--inner--wrap .box.type .illust.i07 {
    left: auto;
    right: 3%;
    bottom: 290vw;
    z-index: 5;
  }
  article .products--main--inner--wrap .box.type .illust.i07 img {
    max-width: 48.8vw;
  }
  article .products--main--inner--wrap .box.type .type--block--inner {
    max-width: 100%;
    padding: 35px 0 50px;
  }
  article .products--main--inner--wrap .box.type .type--block--inner h4 {
    top: -3vw;
    padding: 5px 7px;
  }
  article .products--main--inner--wrap .box.type .type--block--inner h4 span {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .type-illust {
    top: -6.518904823vw;
    left: auto;
    right: 1.564537157vw;
    width: 20.599739243vw;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .type-illust img {
    max-width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types {
    display: block;
    max-width: 75%;
    margin: 0 auto;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box .typeimg {
    margin: 0 auto;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box p {
    margin-top: 10px;
    padding: 7px 0;
    font-size: 12px;
    font-size: 3.75vw;
    white-space: normal;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box:nth-of-type(n+2) {
    margin-top: 25px;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb01 {
    width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb01 .typeimg img {
    max-width: 111.8%;
    width: 111.8%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 {
    width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 .typeimg {
    width: 69.2%;
    text-align: left;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 .typeimg img {
    max-width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb02 p {
    letter-spacing: 0;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb03 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb03 .typeimg {
    width: 75.4%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb03 .typeimg img {
    max-width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb04 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb04 .typeimg {
    width: 71.6%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb04 .typeimg img {
    max-width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb05 {
    width: 100%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb05 .typeimg {
    width: 70.6%;
  }
  article .products--main--inner--wrap .box.type .type--block--inner .types--box.tb05 .typeimg img {
    max-width: 100%;
  }
  article .products--main--inner--wrap .box.b02 {
    width: 100%;
    margin-top: 50px;
  }
  article .products--main--inner--wrap .box.b02 .ttl img {
    max-width: 23%;
  }
  article .products--main--inner--wrap .box.b02 .images {
    max-width: 47.37%;
  }
  article .products--main--inner--wrap .box.b02 .images--box a .productimg {
    max-width: 14.602346805vw;
    margin: 0 auto;
  }
  article .products--main--inner--wrap .box.b02 .images--box a .productimg img {
    max-width: 100%;
  }
  article .products--main .illust.i05 {
    width: 43.024%;
    left: -5.73%;
    top: auto;
    bottom: 3.07vw;
    z-index: 3;
  }
  article .products--main .illust.i05 img {
    max-width: 100%;
  }
  article .products--main .illust.i06 {
    display: none;
    top: 225vw;
    right: -10%;
    width: 41.9%;
    z-index: 3;
  }
  article .products--main .illust.i06 img {
    max-width: 100%;
  }
  article .products--main .illust.pi01 {
    width: 20.33%;
    right: 0;
    bottom: 10vw;
    z-index: 3;
  }
  article .products--main .illust.i07 {
    left: auto;
    right: 3%;
    bottom: 290vw;
    z-index: 5;
  }
  article .products--main .illust.i07 img {
    max-width: 48.8vw;
  }
  article .products--contents--box {
    max-width: 88%;
  }
  article .products--contents--box .ttl {
    padding: 25px 0;
  }
  article .products--contents--box .block {
    padding: 70px 10% 75px 10%;
  }
  article .products--contents--box .block--flex {
    display: block;
  }
  article .products--contents--box .block .images {
    display: block;
  }
  article .products--contents--box .block .images .box--wrap a .productimgwrap {
    display: block;
  }
  article .products--contents--box .block .images .box--wrap a p {
    margin-top: 18px;
    font-size: 10px;
    font-size: 3.125vw;
  }
  article .products--contents--box .block .images .box .modal a {
    padding: 15px 0;
    font-size: 12px;
    font-size: 3.75vw;
  }
  article .products--contents--box .block .images .box .modal a:before, article .products--contents--box .block .images .box .modal a:after {
    right: 15px;
  }
  article .products--contents--box .block .images .box .modal a:before {
    width: 20px;
    height: 2px;
  }
  article .products--contents--box .block .images .box .modal a:after {
    width: 2px;
    height: 20px;
    margin-right: 9px;
  }
  article .products--contents--box .block .images .box .modal a:hover:after {
    margin-top: 0;
    opacity: 1;
  }
  article .products--contents--box .block .explain {
    margin-top: 25px !important;
    padding: 15px 0;
  }
  article .products--contents--box .block .explain h3 {
    font-size: 18px;
    font-size: 5.625vw;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  article .products--contents--box .block .explain p {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  article .products--contents--box .block .explain small {
    margin-top: 10px;
    font-size: 10px;
    font-size: 3.125vw;
  }
  article .products--contents--box .block .explain ul li {
    font-size: 12px;
    font-size: 3.75vw;
  }
  article .products--contents--box .block .explain ul li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  article .products--contents--box .block .att {
    margin-top: 10px;
    font-size: 10px;
    font-size: 3.125vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  article .products--contents--box .block .point {
    margin-top: 25px !important;
  }
  article .products--contents--box .block .point--box ul li {
    width: 47.5%;
  }
  article .products--contents--box .block .point--box ul li:nth-of-type(n+5) {
    margin-top: 0;
  }
  article .products--contents--box .block .point--box ul li:nth-of-type(n+3) {
    margin-top: 15px;
  }
  article .products--contents.products01 {
    padding-top: 75px;
    padding-bottom: 135px;
    background: url("../images/img-lattice02_sp.gif") repeat 0 0/7%;
  }
  article .products--contents.products01:before {
    width: 62.5%;
    background: url("../images/img-lattice03_sp.gif") repeat 0 0/4%;
  }
  article .products--contents.products01 .products--contents--box .block .images {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box {
    max-width: 100%;
    width: 100%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box--wrap {
    max-width: 54%;
    margin: 0 auto;
  }
  article .products--contents.products01 .products--contents--box .block .images .box--wrap a .productimgwrap .more {
    right: -50%;
    width: 78.9%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box--wrap a .productimgwrap .more img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box--wrap a .productimgwrap .productimg img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box--wrap a .productimgwrap .new {
    left: -40%;
    z-index: 2;
    width: 61.5%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box--wrap a .shigeki {
    width: 90%;
    bottom: -15vw;
    right: -62.8%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box--wrap a .shigeki img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box .block .images .box:nth-of-type(1) {
    margin-left: 0;
  }
  article .products--contents.products01 .products--contents--box .block .images .box:nth-of-type(2) {
    margin-right: 0;
    margin-top: 70px;
  }
  article .products--contents.products01 .products--contents--box .block .texts {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.premium .ttl .premiumttl {
    max-width: 35.2vw;
    top: -5.606vw;
  }
  article .products--contents.products01 .products--contents--box.p01 {
    z-index: 4;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl {
    padding-right: 0;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl .illust {
    left: -23.23%;
    top: -87px;
    width: 58.17%;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl .illust img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl .illust.i21 {
    top: 32vw;
    left: -8%;
    width: 42.5%;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl .illust.i21 img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl span {
    position: relative;
    z-index: 3;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl span img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p01 .block .explain {
    margin-top: 25px;
  }
  article .products--contents.products01 .products--contents--box.p01 .block .point {
    margin-top: 25px;
  }
  article .products--contents.products01 .products--contents--box.p01 .illust.i09 {
    left: -17.5%;
    bottom: -24.38vw;
    width: 54.87%;
  }
  article .products--contents.products01 .products--contents--box.p01 .illust.i09 img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p01 .illust.i10 {
    display: none !important;
    top: auto;
    bottom: -267vw;
    right: -8%;
    width: 43.15%;
  }
  article .products--contents.products01 .products--contents--box.p01 .illust.i10 img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p02 .ttl {
    padding-left: 0;
  }
  article .products--contents.products01 .products--contents--box.p02 .ttl span {
    display: block;
    margin: 0 auto;
    width: 46.28vw;
  }
  article .products--contents.products01 .products--contents--box.p02 .ttl span img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .images .box--wrap a .productimgwrap .new {
    left: -40%;
    z-index: 2;
    width: 61.5%;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .images .box--wrap a .productimgwrap .new img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .images .box--wrap a .productimgwrap .productimg img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .explain p {
    letter-spacing: 0;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .explain ul li span {
    letter-spacing: -0.06em;
    white-space: nowrap;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .point {
    margin-top: 25px;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .point ul {
    justify-content: space-between;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .point ul li {
    margin-right: 0;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .point ul li:last-child {
    margin-right: 0;
  }
  article .products--contents.products01 .products--contents--box.p02 .block .point ul:nth-of-type(2) {
    margin-top: 15px;
  }
  article .products--contents.products01 .products--contents--box.p03 {
    margin-top: 75px;
  }
  article .products--contents.products01 .products--contents--box.p03 .ttl span {
    display: block;
    margin: 0 auto;
    width: 70.614692653%;
  }
  article .products--contents.products01 .products--contents--box.p03 .ttl span img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p03 .illust {
    width: 38.461vw;
    top: -28.943937418vw;
    right: -6.5189vw;
  }
  article .products--contents.products01 .products--contents--box.p04 {
    margin-top: 75px;
  }
  article .products--contents.products01 .products--contents--box.p04 .ttl span {
    display: block;
    margin: 0 auto;
    width: 85.9%;
  }
  article .products--contents.products01 .products--contents--box.p04 .ttl span img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p04 .illust {
    width: 38.59vw;
    right: -12%;
    bottom: 100vw;
  }
  article .products--contents.products01 .products--contents--box.p05 {
    margin-top: 75px;
  }
  article .products--contents.products01 .products--contents--box.p05 .ttl span {
    display: block;
    margin: 0 auto;
    width: 74.81%;
  }
  article .products--contents.products01 .products--contents--box.p05 .ttl span img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p05 .block .point--box ul li {
    width: 47.5%;
  }
  article .products--contents.products01 .products--contents--box.p05 .illust.i24 {
    width: 33.898305vw;
    bottom: auto;
    top: 62.58vw;
    left: -14.47vw;
  }
  article .products--contents.products01 .products--contents--box.p05 .illust.i11 {
    bottom: -29.3vw;
  }
  article .products--contents.products01 .products--contents--box.p07 {
    margin-top: 75px;
    z-index: 4;
  }
  article .products--contents.products01 .products--contents--box.p07 .ttl span {
    display: block;
    margin: 0 auto;
    width: 86.956%;
  }
  article .products--contents.products01 .products--contents--box.p07 .ttl span img {
    max-width: 100%;
  }
  article .products--contents.products01 .products--contents--box.p07 .illust.i25 {
    width: 39.11vw;
    top: auto;
    bottom: -35.72vw;
    right: -11.99vw;
  }
  article .products--contents.products01 .products--contents--box.p08 {
    margin-top: 75px;
  }
  article .products--contents.products01 .products--contents--box.p08 .ttl span img {
    max-width: 50.32vw;
  }
  article .products--contents.products01 .products--contents--box.p08 .ttl span:nth-of-type(2) img {
    max-width: 50.19vw;
  }
  article .products--contents.products01 .products--contents--box.p08 .block--flex .texts .explain ul li span {
    display: inline-block;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  article .products--contents.products01 .products--contents--box.p08 .block .point {
    margin-top: 25px;
  }
  article .products--contents.products01 .products--contents--box.p08 .block .point ul {
    justify-content: space-between;
  }
  article .products--contents.products01 .products--contents--box.p08 .block .point ul li {
    margin-right: 0;
  }
  article .products--contents.products01 .products--contents--box.p08 .block .point ul li:last-child {
    margin-right: 0;
  }
  article .products--contents.products01 .products--contents--box.p08 .block .point ul:nth-of-type(2) {
    margin-top: 15px;
  }
  article .products--contents.products01 .products--contents--box.p09 {
    margin-top: 75px;
  }
  article .products--contents.products01 .products--contents--box.p09 .ttl span img {
    max-width: 49.8vw;
  }
  article .products--contents.products01 .products--contents--box.p09 .ttl span:nth-of-type(2) img {
    max-width: 50.19vw;
  }
  article .products--contents.products01 .products--contents--box.p09 .block--flex .texts .explain ul li span {
    display: inline-block;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  article .products--contents.products01 .products--contents--box.p09 .block .point {
    margin-top: 25px;
  }
  article .products--contents.products01 .products--contents--box.p09 .block .point ul {
    justify-content: space-between;
  }
  article .products--contents.products01 .products--contents--box.p09 .block .point ul li {
    margin-right: 0;
  }
  article .products--contents.products01 .products--contents--box.p09 .block .point ul li:last-child {
    margin-right: 0;
  }
  article .products--contents.products01 .products--contents--box.p09 .block .point ul:nth-of-type(2) {
    margin-top: 15px;
  }
  article .products--contents.products01 .products--contents--box.p09 .illust {
    display: none;
  }
  article .products--contents.products01 .illust.i08 {
    display: none;
    right: 0.15%;
    top: 3px;
    width: 20.33%;
  }
  article .products--contents.products01 .illust.i08 img {
    max-width: 100%;
  }
  article .products--contents.products01 .illust.i10 {
    display: none;
  }
  article .products--contents.products01 .illust.i11 {
    right: -5%;
    bottom: 8px;
    width: 88.657%;
  }
  article .products--contents.products01 .illust.i11 img {
    max-width: 100%;
  }
  article .products--contents.products01 .illust.i21 {
    top: 18vw;
    left: -13%;
    width: 42.5%;
  }
  article .products--contents.products01 .illust.i21 img {
    max-width: 100%;
  }
  article .products--contents.products01 .illust.i22 {
    bottom: auto;
    top: 55.671447196vw;
    right: -18%;
    width: 35.3%;
  }
  article .products--contents.products01 .illust.i22 img {
    max-width: 100%;
  }
  article .products--contents.products02 {
    padding: 50px 0;
    background: url("../images/img-lattice05_sp.gif") repeat 0 0/3%;
  }
  article .products--contents.products02:before {
    background: url("../images/img-lattice01_sp.gif") repeat 0 0/8%;
  }
  article .products--contents.products02 .products--contents--box.p06 .ttl {
    padding-right: 12.89%;
  }
  article .products--contents.products02 .products--contents--box.p06 .ttl .illust {
    left: -20.8%;
    top: -44px;
    width: 61.019%;
  }
  article .products--contents.products02 .products--contents--box.p06 .ttl .illust.i12 img {
    max-width: 100%;
  }
  article .products--contents.products02 .products--contents--box.p06 .ttl span {
    display: block;
    width: 45%;
    margin: 0 0 0 auto;
  }
  article .products--contents.products02 .products--contents--box.p06 .ttl span img {
    max-width: 100%;
  }
  article .products--contents.products02 .products--contents--box.p06 .block {
    padding-top: 110px;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a .productimgwrap {
    max-width: 30.5%;
    margin: 0 auto;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a .productimgwrap .more {
    top: -62px;
    right: -74.5%;
    width: 111.8%;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a .productimgwrap .more img {
    max-width: 100%;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a .productimgwrap .productimg {
    max-width: 100%;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a .productimgwrap .productimg img {
    max-width: 100%;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box--wrap a p {
    line-height: 1.6;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box:nth-of-type(n+2) {
    margin-top: 88px;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box:nth-of-type(1) {
    margin-left: 0;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .images .box:nth-of-type(3) {
    margin-right: 0;
  }
  article .products--contents.products02 .products--contents--box.p06 .block .point {
    margin-top: 45px;
  }
  article .products--contents.products02 .products--contents--box.p06 .illust {
    width: 47.71838vw;
    right: -23.07vw;
    bottom: 43.546vw;
  }
  article .products--contents.products02 .illust.i13 {
    left: 10.8%;
    bottom: -75px;
    width: 27.1%;
  }
  article .products--contents.products02 .illust.i13 img {
    max-width: 100%;
  }
  article .faq {
    padding: 107px 0 157px 0;
    background: url("../images/img-lattice06_sp.gif") repeat 0 0/7%;
  }
  article .faq:before {
    width: 100%;
    height: calc(100% - 264px);
    top: 107px;
    background: url("../images/img-lattice01_sp.gif") repeat 0 0/3%;
  }
  article .faq--inner {
    max-width: 88%;
    padding: 115px 0 75px 0;
  }
  article .faq--inner .en {
    left: -7.5%;
    top: -20px;
    width: 58.62%;
  }
  article .faq--inner .en img {
    max-width: 100%;
  }
  article .faq--inner .subttl {
    max-width: 45%;
  }
  article .faq--inner--contents {
    margin-top: 15px;
  }
  article .faq--inner--contents .box .question {
    padding: 20px 16.5% 20px 7.5%;
  }
  article .faq--inner--contents .box .question:before, article .faq--inner--contents .box .question:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    transition: all 0.3s ease-out;
    top: 50%;
    transform: translateY(-50%);
    right: 7.5%;
  }
  article .faq--inner--contents .box .question:before {
    width: 25px;
    height: 3px;
  }
  article .faq--inner--contents .box .question:after {
    width: 3px;
    height: 25px;
    margin-right: 11px;
  }
  article .faq--inner--contents .box .question dl {
    align-items: flex-start;
  }
  article .faq--inner--contents .box .question dl dt {
    width: 8%;
    margin-right: 5%;
  }
  article .faq--inner--contents .box .question dl dt img {
    max-width: 100%;
  }
  article .faq--inner--contents .box .question dl dd {
    width: 87%;
    font-size: 12px;
    font-size: 3.75vw;
  }
  article .faq--inner--contents .box .answer {
    display: none;
    padding: 25px 4.5% 25px 7.5%;
  }
  article .faq--inner--contents .box .answer dl dt {
    width: 8%;
    margin-right: 5%;
  }
  article .faq--inner--contents .box .answer dl dt img {
    max-width: 100%;
  }
  article .faq--inner--contents .box .answer dl dd {
    width: 87%;
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 1.8;
  }
  article .faq .illust.i14 {
    right: 6.25%;
    top: -85px;
    width: 38.7%;
  }
  article .faq .illust.i14 img {
    max-width: 100%;
  }
  article .faq .illust.i15 {
    top: 98px;
    right: 4.56%;
    width: 23.7%;
  }
  article .faq .illust.i15 img {
    max-width: 100%;
  }
  article .faq .illust.i16 {
    display: none;
  }
  article .faq .illust.i17 {
    left: 87px;
    bottom: 23.5%;
    transition: all 0.3s ease-out;
    opacity: 0;
  }
  article .faq .illust.i17 img {
    max-width: 100%;
  }
  article .faq .illust.i18 {
    right: -2%;
    bottom: -20px;
    width: 95.9%;
    z-index: 4;
  }
  article .faq .illust.i18 img {
    max-width: 100%;
  }
  article .purchace {
    background: url("../images/img-lattice05_sp.gif") repeat 0 0/2%;
    padding-bottom: 15px;
  }
  article .purchace--inner {
    max-width: 88%;
    padding-top: 130px;
  }
  article .purchace--inner .en {
    left: -5.6%;
    top: 5px;
    width: 105.99%;
  }
  article .purchace--inner .en img {
    max-width: 100%;
  }
  article .purchace--inner .subttl {
    max-width: 45%;
  }
  article .purchace--inner--list {
    max-width: 67.4%;
    margin: 20px auto 0 auto;
  }
  article .purchace--inner--list ul {
    display: block;
  }
  article .purchace--inner--list ul li {
    width: 100%;
  }
  article .purchace--inner--list ul li a:hover img {
    opacity: 1;
  }
  article .purchace--inner--list ul li:nth-of-type(n+2) {
    margin-top: 50px;
  }
  article .purchace--inner--btn {
    width: 100%;
  }
  article .purchace .illust.i19 {
    position: relative;
    width: 101%;
    top: auto;
    right: -4%;
  }
  article .purchace .illust.i19 img {
    max-width: 100%;
  }
  article .purchace .illust.i20 {
    display: none;
  }
  .mfp-wrap .mfp-content .mfp-figure .mfp-close, .mfp-wrap .mfp-content .mfp-iframe-scaler .mfp-close {
    width: 45px;
    height: 45px;
    top: -55px;
  }
  .modal-content {
    max-width: 90%;
    margin: 20px auto;
  }
  .modal-content .popup-modal-dismiss span img {
    max-width: 45px;
  }
  .modal-content--inner {
    margin-top: 15px;
    padding: 45px 0 50px 0;
  }
  .modal-content--inner--block {
    max-width: 100%;
  }
  .modal-content--inner--block--title {
    max-width: 78%;
    margin: 0 auto;
  }
  .modal-content--inner--block--title .en img {
    max-width: 100%;
  }
  .modal-content--inner--block--title h3 {
    margin-top: 15px;
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .modal-content--inner--block--figure {
    display: block;
    max-width: 60%;
    margin: 50px auto 0 auto;
  }
  .modal-content--inner--block--figure .image img {
    max-width: 100%;
  }
  .modal-content--inner--block--figure .image:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .modal-content--inner--block--research {
    margin: 35px auto 0 auto;
    max-width: 78%;
  }
  .modal-content--inner--block--research p {
    font-size: 10px;
    font-size: 3.125vw;
  }
  .modal-content--inner--block--review {
    margin: 10px auto 0 auto;
    max-width: 78%;
  }
  .modal-content--inner--block--review h4 {
    padding: 8px 0;
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .modal-content--inner--block--review ul {
    display: block;
  }
  .modal-content--inner--block--review ul li {
    max-width: 100%;
    font-size: 10px;
    font-size: 3.125vw;
  }
  .modal-content--inner--block--review ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  article .s-genki_header--inner h1 {
    top: 5px;
    left: 3%;
    width: 13%;
  }
  article .s-genki_header--inner nav {
    width: 100%;
  }
  article .s-genki_header--inner nav .menu {
    width: 7%;
  }
  article .s-genki_header--inner nav ul {
    padding: 45px 25% 25px 25%;
  }
  article .s-genki_header--inner nav ul li:nth-of-type(n+2) {
    margin-top: 5px;
  }
  article .contents01 .news--inner .en {
    top: -70px;
  }
  article .contents01 .news--inner .illust.i01 {
    top: -10%;
  }
  article .contents01 .news--inner .illust.i02 {
    bottom: -10%;
  }
  article .contents01 .movie--inner {
    padding-top: 33vw;
  }
  article .contents01 .movie .illust {
    width: 35.1%;
  }
  article .products--main--inner {
    padding-top: 28vw;
  }
  article .products--contents.products01 .products--contents--box.p01 .ttl .illust {
    width: 52.17%;
  }
  article .products--contents.products01 .products--contents--box.p01 .illust.i09 {
    left: -20.5%;
    width: 40.87%;
  }
  article .products--contents.products01 .products--contents--box.p01 .illust.i10 {
    right: -15%;
    width: 33.15%;
  }
  article .products--contents.products01 .illust.i11 {
    width: 68.657%;
  }
  article .faq--inner {
    padding: 30vw 0 75px 0;
  }
  article .faq .illust.i18 {
    bottom: -40px;
    width: 62.9%;
  }
  article .purchace--inner {
    padding-top: 32vw;
  }
}/*# sourceMappingURL=style.css.map */