/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.nusep_pc {
  display: block !important;
}
.nusep_sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .nusep_pc {
    display: none !important;
  }
  .nusep_sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {}
body {
  font-size: 1.4rem; /* 14px */
  line-height: 1.6;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #D18A79;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
/* mainv */
.nusep_mv.work {
  background: #EDF5F5;
}
.nusep_mv {
  position: relative;
  background: #F5F0ED;
}
.nusep_mv_txt {
  padding: 90px 0 20px;
}
.nusep_mv_txt img {
  width: 40%;
}
.nusep_mv_txt div {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0.5em auto;
}
.nusep_mv_txt p {
  display: inline;
  line-height: 2;
  letter-spacing: 1px;
  padding: 5px;
  background: linear-gradient(transparent 0%, #FFF 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.nusep_mv_txt01 {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  top: 300px;
  right: 5px;
  letter-spacing: 1px;
}
.nusep_mv_txt02 {
  position: absolute;
  right: 0;
  bottom: 3em;
  width: 65%;
  z-index: 2;
  max-width: 300px;
}
.nusep_mv_txt03 {
  position: absolute;
  bottom: -5em;
  left: 1em;
  width: 70%;
  z-index: 2;
  max-width: 400px;
}
/*==================================================
スライダーのためのcss
===================================*/
.lp_slider {
  width: 90%;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 600px; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/standard/mv01.jpg");
}
.slider-item02 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/standard/mv02.jpg");
}
.slider-item03 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/work/mv01.jpg");
}
.slider-item04 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/work/mv02.jpg");
}
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 600px; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
.slick-slide {
  min-height: 600px !important;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: right;
  line-height: 3;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #F5F0ED; /*ドットボタンの色*/
  border: 1px solid #333;
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
/*about*/
.about_bg.work {
  background: #EDF5F5;
}
.about_bg {
  padding: 5em 0 3em;
  background: #F5F0ED;
}
.about_img01 {
  width: 90%;
  margin: 0 0 3em auto;
}
.about_logo {
  width: 30%;
  margin: auto;
}
.about_txt01 {
  font-weight: bold;
  margin: 1em auto;
}
.about_txt01 span {
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.about_txt02.work {
  color: #51B19A;
}
.about_txt02 {
  color: #D18A79;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7;
}
.about_txt03 {
  text-align: left;
  width: 80%;
  margin: 0.5em auto 0;
  line-height: 1.8;
}
.about_img02.work {
  width: 100%;
}
.about_img02 {
  width: 90%;
  margin: 2em auto 0 0;
}
.about_color {
  width: 90%;
  margin: 2em auto;
  text-align: left;
}
.about_color p {
  width: 90%;
  margin: auto;
  line-height: 1.8;
}
.about_color p span.work {
  color: #51B19A;
}
.about_color p span {
  color: #D18A79;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7;
  display: block;
  margin: 0 auto 0.5em;
}
.about_color div {
  margin: 2em auto 0;
  position: relative;
}
.about_color div div {
  position: absolute;
  top: -4em;
  right: 0;
  width: 50%;
}
.about_img03 {
  width: 80%;
  margin: 2em auto 0;
}
.lineup_bg {
  background: #fff;
  border-radius: 20px;
  padding: 1.5em 1em;
  width: calc(90% - 2em);
  margin: 3em auto 0;
  position: relative;
}
.lineup_ttl {
  position: absolute;
  top: -2em;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 30%;
}
.lineup_txt {
  font-weight: bold;
  font-size: 1.8rem;
}
.lineup_txt span {
  font-size: 1.3rem;
}
.lineup_txt02 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 0.3em 0;
  margin: 0.5em auto 0;
}
.lineup_txt02 span {
  margin: 0 10px 0 00px;
  font-weight: bold;
}
.lineup {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
}
.lineup li {
  flex: 0 1 46%;
  justify-content: center;
  margin: 2em 2% 0em;
}
.lineup li p {
  margin: 0.5em auto;
  font-weight: bold;
}
.lineup li a {
  font-size: 1.2rem !important;
}
.about_close.work {
  background: linear-gradient(180deg, #EDF5F5 0%, #EDF5F5 50%, #fff 50%, #fff 100%);
}
.about_close {
  background: linear-gradient(180deg, #F5F0ED 0%, #F5F0ED 50%, #fff 50%, #fff 100%);
  padding: 0 5%;
}
.worries_bg {
  padding: 3em 0 0;
}
.worries_ttl {
  font-weight: bold;
  line-height: 2;
}
.worries_ttl span {
  display: inline-block;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.worries_ttl img {
  width: 15%;
  margin: 0 auto 0.5em;
  display: block;
}
.worries {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 2em;
  justify-content: space-between;
}
.worries li {
  flex: 0 1 46%;
  justify-content: center;
  margin: 4em auto 0em;
  position: relative;
}
.worries li p {
  font-size: 1.0rem;
  margin: 1em auto 0;
}
.worries li p span {
  display: inline-block;
  color: #D18A79;
  font-weight: bold;
  font-size: 1.4rem;
  border-bottom: 1px solid #D18A79;
  margin: 0 auto 0.5em;
}
.worries li p span.work {
  color: #51B19A;
  border-bottom: 1px solid #51B19A;
}
.worries li div {
  position: absolute;
  top: -2.3em;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 30%;
}
.worries_close {
  height: 80px;
}
.worries_close::after {
  position: absolute; /*--positionを追加--*/
  top: 0;
  left: 50%;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #333; /*--縦線の色--*/
}
.point_top.work {
  background: #EDF5F5;
}
.point_top {
  padding: 3em 0 7em;
  background: #F5F0ED;
  position: relative;
}
.point_top_ttl {
  width: 65%;
  margin: 0 auto 1em;
}
.point_top_txt p {
  display: inline;
  line-height: 2;
  letter-spacing: 1px;
  padding: 5px;
  background: linear-gradient(transparent 0%, #FFF 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.point_top_img {
  position: relative;
  width: 80%;
  margin: 1em auto 0;
}
.point_top_img div {
  position: absolute;
  top: 0;
  right: -25px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.2rem;
}
.point_top_ap01 {
  position: absolute;
  width: 60%;
  bottom: 10em;
  left: 0;
}
.point_top_ap02 {
  position: absolute;
  right: 5%;
  bottom: -2em;
  width: 50%;
}
.point_wrap.work {
  background: #EDF5F5;
}
.point_wrap {
  background: #F5F0ED;
  padding: 0 0 3em;
}
.point {}
.point_txt {}
.point_txt img {
  width: 20%;
  margin: auto;
}
.point_txt p {
  font-weight: bold;
  margin: 1em auto 0.3em;
  font-size: 1.5rem;
}
.point_txt div {
  color: #D18A79;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
}
.point_txt div span {
  border-bottom: 1px solid #D18A79;
  padding: 0 0 0.3em;
}
.point_txt div.work {
  color: #51B19A;
}
.point_txt div.work span {
  border-bottom: 1px solid #51B19A;
}
.point_img {
  margin: 1.5em auto 0;
  padding: 0 0 100px;
}
.point_img_in {
  position: relative;
}
.point_img_in img {
  width: 90%;
  margin: 0 0 0 auto;
}
.point_img_in.reverse img {
  width: 90%;
  margin: 0 auto 0 0;
}
.point_img_in div {
  position: absolute;
  bottom: -100px;
  left: 0%;
  margin: 0;
  padding: 20px;
  /*文字の装飾は省略*/
  background: #fff;
  text-align: left;
  width: calc(90% - 40px);
}
.point_img_in div.reverse {
  left: inherit;
  right: 0;
}
.point_txt_pc {
  display: none;
}
.point_sub {
  padding: 5em 0 0;
  position: relative;
}
.point_sub_img {
  width: 85%;
  margin: 0 auto 0 0;
}
.point_sub p {
  text-align: left;
  padding: 20px;
  width: calc(60% - 40px);
}
.point_sub_img2 {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 40%;
}
.point_sub_txt {
  text-align: center;
  width: 90%;
  margin: auto;
}
.point_sub_img3 {
  position: absolute;
  right: 3%;
  top: 0em;
  width: 50%;
}
.point2_color {
  width: 80%;
  margin: 2em auto 0;
}
.feature_bg {
  padding: 3em 0;
}
.feature_ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
.feature_ttl img {
  width: 25%;
  margin: 0 auto 0.5em;
  display: block;
}
.feature_ttl span {
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 0 0.5em;
}
.feature_txt {
  margin: 2em auto 1em;
}
.feature_txt img {
  width: 12%;
  margin: auto;
}
.feature_txt p {}
.feature_txt p span.work {
  color: #51B19A;
}
.feature_txt p span {
  display: block;
  color: #D18A79;
  font-weight: bold;
  margin: 0.5em auto;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.feature_img {
  width: 90%;
  margin: 0 3% 0 auto;
  max-width: 1000px;
}
.feature_main {
  width: 80%;
  margin: auto;
}
.feature_main li {
  position: relative;
  margin: 2.5em auto 0;
}
.feature_main li div {
  position: absolute;
  top: -1em;
  left: 0;
  width: 40%;
  background: #DBB1A7;
  border-radius: 20px;
  padding: 5px 0;
  font-weight: bold;
}
.feature_main li div.work {
  background: #93CBBE;
}
.feature_main li p {
  text-align: left;
}
.feature_main li p span {
  display: block;
  font-weight: bold;
  padding: 0.5em 0 0.2em;
  font-size: 1.6rem;
}
.feature_sub_ttl {
  margin: 3em auto 0;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.feature_sub {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
}
.feature_sub li {
  position: relative;
  flex: 0 1 46%;
  justify-content: center;
  margin: 2em 2% 0em;
}
.feature_sub li div {
  position: absolute;
  top: -1em;
  left: 0;
  width: 60%;
  background: #DBB1A7;
  border-radius: 20px;
  padding: 5px 0;
  font-weight: bold;
  font-size: 1.3rem;
}
.feature_sub li div.work {
  background: #93CBBE;
}
.feature_sub li p {
  text-align: left;
  font-size: 1.1rem;
}
.feature_sub li p span {
  display: block;
  font-weight: bold;
  padding: 0.5em 0 0.2em;
  font-size: 1.3rem;
}
.spec {
  width: 80%;
  margin: 3em auto 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.spec_l {
  padding: 1em 0;
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.spec_r {
  padding: 1em 0;
}
.spec_contents.border {
  border-bottom: 1px dotted #333;
  padding: 0 0 1em;
  margin: 0 auto 1em;
}
.spec_contents {}
.spec_contents p {}
.spec_color {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: flex-start;
  text-align: left;
}
.spec_color li {
  flex: 0 1 50%;
  justify-content: center;
  margin: 0;
  line-height: 1.6;
  font-size: 1.2rem;
}
.spec_color li span {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 1.7rem;
}
.spec_color li span.color01 {
  color: #5EABE5;
}
.spec_color li span.color02 {
  color: #D1C6C0;
}
.spec_color li span.color03 {
  color: #DDC1BE;
}
.spec_color li span.color04 {
  color: #D0C835;
}
.spec_color li span.color05 {
  color: #EDDA29;
}
.spec_color li span.color0a {
  color: #F7D96C;
}
.spec_color li span.color0b {
  color: #DDC1BE;
}
.spec_color li span.color0c {
  color: #C7D344;
}
.spec_color li span.color0d {
  color: #DE8395;
}
.spec_color li span.color0e {
  color: #3D667C;
}
.spec_color li span.color0f {
  color: #A85A31;
}
.spec_size {
  margin: 0.5em auto 0;
}
.spec_size li {
  font-size: 1.3rem;
  line-height: 2.5;
}
.spec_size li span {
  display: inline-block;
  padding: 4px 0;
  width: 18px;
  background: #333;
  color: #fff;
  margin: 0 8px 0 0;
  line-height: 1;
}
.spec_size li span.free {
  width: 45px;
}
.feature_option.work {
  background: #EDF5F5;
}
.feature_option {
  width: 90%;
  background: #F5F0ED;
  margin: 1em auto 0;
  padding: 0.1em 0 2em;
}
.feature_option_list {
  width: 90%;
  margin: auto;
}
.feature_option_list li {
  margin: 1em auto 0;
  position: relative;
  background: #fff;
  padding: 2em 1em;
}
.feature_option_list li:last-child {
  margin: 3em auto 0;
}
.feature_option_ap.work {
  background: #93CBBE;
}
.feature_option_ap {
  margin: 0 auto 1em;
  background: #DBB1A7;
  color: #fff;
  padding: 0.4em 0;
  border-radius: 30px;
}
.feature_option_ap01 {
  margin: 0 auto 0.3em;
}
.feature_option_wrap {
  margin: 1em auto 0;
}
.feature_option_wrapl {}
.feature_option_wrapr {}
.feature_option_txt {
  margin: 1em auto 0;
  text-align: left;
}
.feature_option_txt span.work {
  color: #51B19A;
}
.feature_option_txt span {
  color: #DBB1A7;
  font-weight: bold;
  display: block;
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
}
.feature_option_txt span.display_inline {
  margin: 0 auto 0;
}
.feature_option_caution {
  margin: 1em auto 0;
  text-align: left;
  font-size: 1.2rem;
}
.feature_option_caution span {
  color: #FF0000;
  display: inline-block;
  margin: 10px auto 0;
}
.feature_option_table {
  margin: 1em auto 0em;
}
.feature_option_table li {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
  text-align: left;
  letter-spacing: 0;
}
.feature_option_table.work li dt {
  color: #51B19A;
}
.feature_option_table li dt {
  width: 30%;
  color: #D18A79;
}
.feature_option_table li dd {
  width: 70%;
}
.feature_option_table li:last-child {
  margin: 0 auto;
}
.feature_option_number.work {
  border-bottom: 1px solid #51B19A;
  border-top: 1px solid #51B19A;
  color: #51B19A;
}
.feature_option_number {
  color: #D18A79;
  padding: 7px 0;
  font-weight: bold;
  border-bottom: 1px solid #D18A79;
  border-top: 1px solid #D18A79;
  margin: 2em auto 1em;
}
.feature_option_table_txt {}
.feature_option_table_img {
  width: 40%;
  margin: 1em auto 0;
}
.feature_option_gom {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: space-between;
}
.feature_option_gom div {
  width: 60%;
}
.feature_option_gom p {
  text-align: left;
  width: 35%;
}
.feature_option_safetybtn {
  margin: 0 auto 1.5em;
}
.feature_option_safetybtn li {
  width: 90%;
  margin: 1em auto 0 !important;
  text-align: left;
  padding: 0 !important;
}
.feature_option_safetybtn li p {
  font-size: 1.2rem;
  margin: 0.5em auto 0;
}
.feature_option_safetybtn li p span {
  display: block;
  font-size: 1.4rem;
}
.feature_option_spec_ttl.work {
  color: #51B19A;
}
.feature_option_spec_ttl {
  margin: 2em auto 0;
  color: #D18A79;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
table.feature_option_spec {
  border-top: 1px solid #707070;
  border-collapse: collapse;
  width: 90%;
  margin: 1em auto 0;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.feature_option_spec td, th {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 5px 3px;
  width: 30px;
}
.feature_option_spec th.noborder {
  border-right: none;
}
.feature_option_spec td.noborder {
  border-right: none;
}
.feature_option_spec th.bb {
  font-weight: bold;
}
.feature_option_spec tr.bb {
  font-weight: bold;
  background: #fff;
}
.feature_option_spec td.pink {
  color: #D18A79;
}
.feature_option_spec th {
  background: #DBB1A7;
  color: #fff;
}
.feature_option_spec.work th {
  background: #93CBBE;
}
.voice_bg.work {
  background: #EDF5F5;
}
.voice_bg {
  padding: 3em 0;
  background: #F5F0ED;
}
.voice_ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
.voice_ttl span {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.voice_ttl img {
  width: 20%;
  margin: 1em auto 0;
  display: block;
}
.voice {
  width: 90%;
  margin: 0em auto 0;
}
.voice li {
  background: #fff;
  border-radius: 10px;
  padding: 1.5em;
  margin: 2em auto 0;
}
.voice_img {}
.voice_txt {
  text-align: left;
  position: relative;
}
.voice_txt div {
  position: absolute;
  top: -5px;
  right: 0;
  width: 12%;
}
.voice_txt p {
  margin: 1em auto 0.5em;
  font-weight: bold;
}
.voice_txt p span.work {
  color: #51B19A;
}
.voice_txt p span {
  display: block;
  color: #D18A79;
  font-size: 1.6rem;
  padding: 0.5em 0 0;
}
.cart {
  padding: 1em 0 2em;
}
.madeinjapan {
  position: relative;
  background: #fff;
  padding: 20px 0 10px;
  margin: 4em auto 2em;
  font-size: 1.5rem;
}
.madeinjapan div {
  position: absolute;
  top: -3em;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 1.3rem;
}
.madeinjapan div span {
  display: inline-block;
  background: #000;
  padding: 5px 40px;
  border-radius: 30px;
  margin: 0.2em auto 0;
  color: #fff;
  letter-spacing: 2px;
}
.safetybtn_movie {}
.safetybtn_movie_in {
  margin: 0 auto 1em;
}
.safetybtn_movie_in p {
  color: #D18A79;
  margin: 0 auto 0.3em;
}
.safetybtn_movie_in > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0em auto 0.5em;
}
.safetybtn_movie_in > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.submission.mgnb {
  margin: 3em auto 1em;
}
.submission {
  background: #F5F0ED;
  position: relative;
  padding: 25px 15px 15px;
  margin: 3em auto 0;
  font-size: 1.2rem;
  text-align: left;
}
.submission_ttl {
  text-align: center;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  display: inline-block;
  padding: 2px 0px;
  width: 180px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.submission_txt {
  color: #D18A79;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 auto 0.5em;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  /* mainv */
  .nusep_mv {}
  .nusep_mv_txt.work {
    background: #EDF5F5;
  }
  .nusep_mv_txt {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    padding: 100px 0 0;
    background: #F5F0ED;
    z-index: 2;
    height: calc(100vh - 120px);
  }
  .nusep_mv_txt img {
    max-width: 150px;
  }
  .nusep_mv_txt div {
    font-weight: bold;
    font-size: 2.5rem;
    margin: 0.8em auto;
    line-height: 1.4;
  }
  .nusep_mv_txt p {
    line-height: 2.5;
  }
  .nusep_mv_txt01 {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-align: right;
    top: inherit;
    bottom: -2.2em;
    right: 360px;
  }
  .nusep_mv_txt02 {
    bottom: 3em;
    max-width: 320px;
  }
  .nusep_mv_txt03 {
    bottom: -8em;
    left: 2em;
    max-width: 430px;
  }
  /*==================================================
スライダーのためのcss
===================================*/
  .lp_slider {
    width: calc(100% - 300px);
    height: 95vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
  .slider-item {
    height: 95vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
  .slick-slide {
    min-height: 95vh !important;
  }
  /*about*/
  .about_bg.work {
    background-image: url("https://gigaplus.makeshop.jp/nusep/img/work/about01.png");
    background-position: top 10em right 0;
    background-repeat: no-repeat;
    background-size: 95%;
  }
  .about_bg {
    padding: 10em 0 6em;
    background-image: url("https://gigaplus.makeshop.jp/nusep/img/standard/about01.png");
    background-position: top 10em left 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .about_img01 {
    display: none;
  }
  .about_logo {
    max-width: 150px;
  }
  .about_txt01 {
    margin: 1em auto 2em;
  }
  .about_txt01 span {
    font-size: 2.5rem;
  }
  .about_txt02 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .about_txt03 {
    width: 50%;
    max-width: 600px;
    margin: 1.5em auto 0;
    line-height: 2;
  }
  .about_img02.work {
    max-width: 90%;
    margin: 4em auto 0 0;
  }
  .about_img02 {
    max-width: 800px;
    margin: 4em auto 0;
  }
  .about_color {
    max-width: 900px;
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .about_color p {
    width: 45%;
    margin: 0;
    line-height: 2;
  }
  .about_color p span {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .about_color div {
    margin: 0;
    width: 50%;
  }
  .about_img03 {
    max-width: 900px;
    margin: 4em auto 0;
  }
  .lineup_bg {
    padding: 3em 4em;
    width: calc(90% - 8em);
    margin: 5em auto 0;
    max-width: calc(1000px - 8em);
  }
  .lineup_ttl {
    top: -3em;
    max-width: 160px;
  }
  .lineup_txt {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .lineup_txt span {
    font-size: 1.3rem;
  }
  .lineup_txt02 {
    padding: 0.5em 0;
    margin: 1em auto 0;
  }
  .lineup_txt02 span {}
  .lineup {
    justify-content: center;
  }
  .lineup li {
    flex: 0 1 29%;
    justify-content: center;
    margin: 3em 2% 0em;
  }
  .about_close {
    padding: 0 20%;
  }
  .worries_bg {
    padding: 5em 0 0;
  }
  .worries_ttl {}
  .worries_ttl span {
    font-size: 2.5rem;
  }
  .worries_ttl img {
    max-width: 80px;
  }
  .worries {
    max-width: 1200px;
    margin: 5em auto 0em;
  }
  .worries li {
    flex: 0 1 18%;
    margin: 0em;
  }
  .worries li p {
    font-size: 1.4rem;
    margin: 1em auto 0;
  }
  .worries li p span {
    font-size: 1.7rem;
  }
  .worries li div {
    top: -2.8em;
    width: 25%;
  }
  .worries_close {
    height: 150px;
  }
  .point_top {
    padding: 0;
  }
  .point_top_ttl {
    position: absolute;
    top: 4em;
    left: 5%;
    width: 10%;
    margin: 0;
  }
  .point_top_txt {
    position: absolute;
    left: 2%;
    width: 15%;
    bottom: 20%;
  }
  .point_top_txt p {
    line-height: 2.5;
  }
  .point_top_img {
    width: 60%;
    margin: 0em auto 0;
  }
  .point_top_img div {
    top: 50px;
    right: -35px;
    font-size: 1.4rem;
  }
  .point_top_ap01 {
    position: absolute;
    width: 22%;
    bottom: inherit;
    top: 50%;
    left: 0%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .point_top_ap02 {
    right: 5%;
    bottom: 6em;
    width: 20%;
  }
  .point_wrap.pdg {
    padding: 8em 0 6em;
  }
  .point_wrap {
    padding: 8em 0 0em;
  }
  .point.reverse {
    flex-direction: row-reverse;
  }
  .point {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    position: relative;
  }
  .point_txt {
    width: 30%;
  }
  .point_txt img {
    width: 100px;
  }
  .point_txt p {
    font-size: 1.8rem;
  }
  .point_txt div {
    font-size: 3rem;
  }
  .point_img {
    width: 70%;
    margin: 0;
    padding: 0;
  }
  .point_img_in {}
  .point_img_in img {
    width: 100%;
    margin: 0;
  }
  .point_img_in.reverse img {
    width: 100%;
    margin: 0;
  }
  .point_img_in div {
    display: none;
  }
  .point_txt_pc {
    display: block;
    position: absolute;
    left: 0;
    top: 270px;
    padding: 30px;
    width: calc(33% - 60px);
    background: #fff;
    text-align: left;
    z-index: 1;
  }
  .point_txt_pc.reverse {
    right: 0;
    left: inherit;
  }
  .point_txt_pc.point2 {
    top: 320px;
  }
  .point_sub {
    padding: 5em 15% 0 10%;
  }
  .point_sub_img {
    width: 60%;
  }
  .point_sub p {
    padding: 20px 0;
    width: calc(60% - 40px);
  }
  .point_sub_img2 {
    bottom: 20px;
    right: 20%;
    width: 20%;
  }
  .point_sub_img3 {
    right: 10%;
    top: 6em;
    width: 20%;
  }
  .point_sub.reverse {
    padding: 5em 10% 0 15%;
  }
  .point_sub_img.reverse {
    margin: 0 0 0 auto;
  }
  .point_sub p.reverse {
    margin: 0 0 0 auto;
  }
  .point_sub_img2.reverse {
    left: 20%;
    right: inherit;
  }
  .point_sub_img3.reverse {
    right: inherit;
    left: 10%;
  }
  .point_sub_txt {
    width: 60%;
    text-align: left;
  }
  .point2_color {
    margin: 4em auto 0;
  }
  .feature_bg {
    padding: 5em 0;
    position: relative;
  }
  .feature_ttl {
    font-size: 2.5rem;
  }
  .feature_ttl img {
    max-width: 140px;
  }
  .feature_ttl span {
    padding: 0 0 0.3em;
  }
  .feature_txt {
    position: absolute;
    top: 5em;
    left: 65%;
    text-align: left;
    z-index: 1;
    margin: 0;
  }
  .feature_txt img {
    width: 50px;
    margin: auto;
  }
  .feature_txt p span {
    font-size: 2rem;
    line-height: 2;
  }
  .feature_img {
    margin: 0 auto;
    max-width: 1100px;
  }
  .feature_main {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
  }
  .feature_main li {
    flex: 0 1 29%;
    justify-content: center;
    margin: 3em 2% 0em;
  }
  .feature_main li p span {
    font-size: 1.7rem;
  }
  .feature_main li div {
    min-width: 120px;
  }
  .feature_sub_ttl {
    margin: 2em auto 0;
    font-size: 2rem;
  }
  .feature_sub {
    width: 90%;
    max-width: 1300px;
    margin: 3em auto 0em;
    justify-content: flex-start;
  }
  .feature_sub li {
    flex: 0 1 24%;
    margin: 0em 0.5% 2.5em;
  }
  .feature_sub li div {
    min-width: 100px;
    width: 45%;
  }
  .feature_sub li p {
    font-size: 1.3rem;
  }
  .feature_sub li p span {
    font-size: 1.5rem;
  }
  .spec {
    max-width: 1000px;
    width: 80%;
    margin: 2em auto 3em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .spec_l {
    width: 10%;
    padding: 0;
    border-bottom: 0;
  }
  .spec_r {
    width: 90%;
    padding: 0;
    box-sizing: border-box;
    border-left: 1px solid #333;
  }
  .spec_contents.border {
    border-bottom: 1px solid#333;
    padding: 1em 0 1em;
    margin: 0;
  }
  .spec_contents {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-start;
    padding: 1em 0 1em;
  }
  .spec_contents p {
    width: 6%;
    text-align: left;
    padding: 0 0 0 2%;
    font-size: 1.6rem;
  }
  .spec_color {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-start;
    text-align: left;
  }
  .spec_color li {
    flex: 0 1 auto;
    margin: 0 6px;
    font-size: 1.4rem;
  }
  .spec_size {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-start;
    text-align: left;
  }
  .spec_size li {
    flex: 0 1 auto;
    margin: 0 10px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .spec_size li span {
    text-align: center;
  }
  .feature_option {
    width: calc(90% - 6em);
    max-width: calc(1100px - 6em);
    margin: 1em auto 0;
    padding: 4em 3em 3em;
  }
  .feature_option_list {
    width: 100%;
    margin: auto;
  }
  .feature_option_list li.work {}
  .feature_option_list li {
    margin: 0em auto 3em;
    position: relative;
    padding: 3em 8%;
  }
  .feature_option_list li:last-child {
    margin: 0 auto;
  }
  .feature_option_ap01 {
    font-size: 1.8rem;
  }
  .feature_option_ap {
    font-size: 2.0rem;
  }
  .feature_option_wrap {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: space-between;
  }
  .feature_option_wrapl {
    width: 40%;
  }
  .feature_option_wrapr {
    width: 55%;
  }
  .feature_option_txt span {
    font-size: 1.8rem;
  }
  .feature_option_table_bg {
    background: #fff;
    padding: 1em 2em 2em;
    margin: 1em auto 0;
    font-size: 1.4rem;
  }
  .feature_option_table {
    margin: 1em auto 0em;
  }
  .feature_option_table li {
    width: 100%;
    border: none;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #707070;
    text-align: left;
    letter-spacing: 0;
  }
  .feature_option_table li dt {
    width: 22%;
    color: #D18A79;
  }
  .feature_option_table li dd {
    width: 78%;
  }
  .feature_option_table_txt {
    position: relative;
    width: 60%;
    margin: 0;
  }
  .feature_option_caution {
    margin: 1em auto 0;
    font-size: 1.3rem;
  }
  .feature_option_number {
    padding: 7px 0;
    font-size: 2.0rem;
    margin: 2em auto 1em;
  }
  .feature_option_table_img {
    position: absolute;
    top: 0;
    right: -65%;
    width: 55%;
    margin: 0;
  }
  .feature_option_safetybtn {
    width: 100%;
    margin: 0 auto 2em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .feature_option_safetybtn li {
    margin: 0 8px 0em !important;
    width: calc(100% / 2 - 16px);
  }
  .feature_option_safetybtn li p {
    font-size: 1.4rem;
  }
  .feature_option_safetybtn li p span {
    font-size: 1.6rem;
  }
  .feature_option_spec_ttl {
    margin: 3em auto 0;
    font-size: 2rem;
  }
  table.feature_option_spec {
    max-width: 800px;
    font-size: 1.4rem;
    letter-spacing: 1;
  }
  .feature_option_spec td, th {
    padding: 7px 0px;
  }
  .voice_bg {
    padding: 6em 0;
  }
  .voice_ttl {
    font-size: 2.5rem;
  }
  .voice_ttl img {
    max-width: 120px;
    margin: 0.5em auto 0;
  }
  .voice {
    max-width: 1000px;
  }
  .voice li {
    border-radius: 20px;
    padding: 3em;
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .voice_img {
    width: 40%;
  }
  .voice_txt {
    width: 55%;
  }
  .voice_txt div {
    top: -50px;
    width: 10%;
  }
  .voice_txt p {
    margin: 0 auto 1em;
  }
  .voice_txt p span {
    font-size: 2rem;
    padding: 0;
  }
  .cart {
    padding: 3em 0 5em;
  }
  .madeinjapan {
    padding: 30px 0 15px;
    margin: 4em auto 2em;
    font-size: 2rem;
  }
  .madeinjapan div {
    top: -3.5em;
    font-size: 1.3rem;
  }
  .madeinjapan div span {
    font-size: 1.8rem;
    padding: 5px 60px;
  }
  .safetybtn_movie {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 2em;
    justify-content: space-between;
  }
  .safetybtn_movie_in {
    margin: 0;
    width: 48%;
  }
  .safetybtn_movie_in p {
    margin: 0 auto 0.3em;
    font-size: 1.8rem;
  }
  .submission.mgnb {
    margin: 6em auto 2em;
  }
  .submission {
    padding: 40px 15px 30px;
    margin: 6em auto 0;
    font-size: 1.5rem;
    text-align: center;
  }
  .submission_ttl {
    top: -1em;
    padding: 2px 0px;
    width: 250px;
    font-size: 2rem;
  }
  .submission_txt {
    font-size: 1.8rem;
    margin: 0 auto 0.3em;
  }
}