html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 11px;
  line-height: 160%;
  vertical-align: baseline;
  letter-spacing: 0.1em;
}
ol,
ul {
  list-style: none;
}
br {
  letter-spacing: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  min-height: 1%;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
} /*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
/*
footer,
header,
*/
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.6;
  font-family:
    "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}
.sp {
  display: none;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}
a {
  color: #222222;
}
a:hover {
  color: #222222;
}
img {
  vertical-align: top;
}
ul,
ol {
  list-style: none;
}
.font-highgete-bold {
  font-family: highgate, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-highgete-regular {
  font-family: highgate, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-serif {
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
/*
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
header.scroll nav ul.sns .icon-pinterest,
header.scroll nav ul.sns .icon-instagram {
  fill: #000;
}
header.scroll nav ul.nav li {
  color: #000;
}
header.scroll h1 .logo-dolive {
  fill: #000;
}
header h1 {
  position: absolute;
  top: 40px;
  left: 40px;
  cursor: pointer;
  width: 97px;
}
header h1 .logo-dolive {
  transition: fill 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header h1 img,
header h1 svg {
  width: 100%;
  height: auto;
}
header nav {
  position: absolute;
  top: 40px;
  right: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  color: #fff;
}
header nav ul.sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
header nav ul.sns li {
  width: 20px;
}
header nav ul.sns li:nth-child(1) {
  width: 13px;
}
header nav ul.sns li:nth-child(2) {
  width: 16px;
}
header nav ul.sns li:nth-child(n + 2) {
  margin-left: 20px;
}
header nav ul.sns li img,
header nav ul.sns li svg {
  width: 100%;
  height: auto;
  display: block;
}
header nav ul.sns li .icon-pinterest,
header nav ul.sns li .icon-instagram {
  fill: #fff;
  transition: fill 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav ul.sns li a {
  display: block;
}
header nav ul.nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header nav ul.nav li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho",
    serif;
  letter-spacing: 0.25em;
  margin-left: 13px;
  cursor: pointer;
}
header nav ul.nav li:nth-child(1) {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
header nav ul.nav li:nth-child(2) {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
header nav ul.nav li:nth-child(3) {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
  */
section h2 {
  font-family: highgate, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.15em;
}
#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrap.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#wrap main.show-simulation-app {
  margin-bottom: 75px;
}
#wrap main {
  position: relative;
  display: block;
}
#wrap main section.sec-main {
  position: relative;
}
#wrap main section.sec-main .slide-box {
  position: relative;
  width: 100%;
  height: 60vw;
  z-index: 1;
  overflow: hidden;
}
#wrap main section.sec-main .slide-box article {
  position: absolute;
  top: -2.5vw;
  left: 0;
}
#wrap main section.sec-main .slide-box article img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .slide-box article video {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: auto;
}
#wrap main section.sec-main .logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
#wrap main section.sec-main .logo-box .logo {
  position: relative;
  margin: 0 auto;
  width: 250px;
}
#wrap main section.sec-main .logo-box .logo img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .logo-box .img-collabo {
  position: relative;
  margin: 50px auto 0;
  width: 282px;
  left: 8px;
}
#wrap main section.sec-main .logo-box .img-collabo img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .text-box {
  position: absolute;
  top: 32%;
  left: calc(50% - 245px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
#wrap main section.sec-main .btn-magazine {
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 60px;
  height: 236px;
  background: #fff;
  padding-top: 32px;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 1px solid #000;
  z-index: 999;
}
#wrap main section.sec-main .btn-magazine .txt-magazine {
  width: 12px;
  margin: 0 auto;
}
#wrap main section.sec-main .btn-magazine .txt-magazine img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .btn-magazine .icon {
  width: 10px;
  margin: 12px auto 0;
}
#wrap main section.sec-main .btn-magazine .icon img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-concept {
  position: relative;
  padding-bottom: 140px;
}
#wrap main section.sec-concept .copy-box {
  padding-top: 120px;
  text-align: center;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
#wrap main section.sec-concept .image-main {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
#wrap main section.sec-concept .image-main .image {
  margin: 0 0 0 auto;
  width: calc(100% - 90px);
}
#wrap main section.sec-concept .image-main .image img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-concept .image-main .txt-collabo {
  position: absolute;
  top: 154px;
  left: 36px;
  width: 17px;
}
#wrap main section.sec-concept .image-main .txt-collabo img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-concept .lead-box {
  position: relative;
  padding: 170px 0 100px;
  box-sizing: border-box;
}
#wrap main section.sec-concept .lead-box .label-nihonnoie {
  position: absolute;
  top: -60px;
  left: 12.5%;
  width: 215px;
}
#wrap main section.sec-concept .lead-box .label-nihonnoie img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-concept .lead-box h2 {
  position: absolute;
  top: 234px;
  left: calc(50% + 415px);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 136px;
  font-size: 26px;
}
#wrap main section.sec-concept .lead-box .lead-container {
  position: relative;
  width: 100%;
}
#wrap main section.sec-concept .lead-box .lead-container .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#wrap main section.sec-concept .lead-box .lead-container .container .text-box {
  position: relative;
  padding: 86px 130px 0 120px;
  box-sizing: border-box;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 2.9;
  letter-spacing: 0.25em;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#wrap
  main
  section.sec-concept
  .lead-box
  .lead-container
  .container
  .text-box
  .p-box:nth-child(2) {
  margin-right: 40px;
}
#wrap main section.sec-concept .lead-box .lead-container .container .video-box {
  position: relative;
  width: 320px;
  height: 300px;
  overflow: hidden;
}
#wrap
  main
  section.sec-concept
  .lead-box
  .lead-container
  .container
  .video-box
  img {
  width: 100%;
  height: auto;
}
#wrap
  main
  section.sec-concept
  .lead-box
  .lead-container
  .container
  .video-box
  video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#wrap main section.sec-concept .lead-box .lead-container.lead-2 {
  position: relative;
  margin-top: 180px;
}
#wrap main section.sec-concept .lead-box .lead-container.lead-2 .text-box {
  position: relative;
  width: 45%;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
}
#wrap
  main
  section.sec-concept
  .lead-box
  .lead-container.lead-2
  .text-box
  .p-box {
  position: absolute;
  top: 25%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#wrap main section.sec-concept .lead-box .lead-container.lead-2 .image-box {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 55%;
}
#wrap main section.sec-concept .lead-box .lead-container.lead-2 .image-box img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-concept .deco {
  position: absolute;
  top: -24px;
  left: 0px;
  background: url(../images/nihon-noie/deco_kiku_concept_1.png);
  width: 266px;
  height: 471px;
  background-size: 100% 100%;
  z-index: -1;
}
#wrap main section.sec-concept .deco.deco-2 {
  top: 200px;
  left: auto;
  right: 0;
  background: url(../images/nihon-noie/deco_kiku_concept_2.png);
  width: 224px;
  height: 404px;
  background-size: 100% 100%;
}
#wrap main section.sec-concept .deco-sp {
  position: absolute;
  top: 105px;
  right: 0px;
  background: url(../images/nihon-noie/deco_kiku_concept_sp.png);
  width: 110px;
  height: 240px;
  background-size: 100% 100%;
  z-index: -1;
}
#wrap main section.sec-collaboration {
  position: relative;
  width: 100%;
  padding-top: 320px;
  padding-bottom: 88px;
}
#wrap main section.sec-collaboration h2 {
  position: relative;
  font-size: 28px;
  z-index: 1;
}
#wrap main section.sec-collaboration .collaboration {
  position: relative;
  z-index: 1;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/nihon-noie/txt_collaboration.png) top center
    no-repeat;
  width: 330px;
  height: 22px;
  background-size: contain;
  margin: 48px auto 0;
}
#wrap main section.sec-collaboration ul.collabo-box {
  position: relative;
  width: 90%;
  max-width: 1050px;
  margin: 68px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}
#wrap main section.sec-collaboration ul.collabo-box li {
  position: relative;
  border: 1px solid #000;
  box-sizing: border-box;
  width: calc(33.33% - 14px);
}
#wrap main section.sec-collaboration ul.collabo-box li.shagaitorishimariyaku a,
#wrap main section.sec-collaboration ul.collabo-box li.dolive a,
#wrap main section.sec-collaboration ul.collabo-box li.sousou a {
  display: block;
  text-decoration: none;
  padding: 20px 36px 56px;
}
#wrap
  main
  section.sec-collaboration
  ul.collabo-box
  li.shagaitorishimariyaku
  .ttl-box,
#wrap main section.sec-collaboration ul.collabo-box li.dolive .ttl-box,
#wrap main section.sec-collaboration ul.collabo-box li.sousou .ttl-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0em;
  height: 76px;
}
#wrap
  main
  section.sec-collaboration
  ul.collabo-box
  li.shagaitorishimariyaku
  .ttl-box
  .logo,
#wrap main section.sec-collaboration ul.collabo-box li.dolive .ttl-box .logo,
#wrap main section.sec-collaboration ul.collabo-box li.sousou .ttl-box .logo {
  margin-right: 28px;
}
#wrap
  main
  section.sec-collaboration
  ul.collabo-box
  li.shagaitorishimariyaku
  .ttl-box
  p,
#wrap main section.sec-collaboration ul.collabo-box li.dolive .ttl-box p,
#wrap main section.sec-collaboration ul.collabo-box li.sousou .ttl-box p {
  position: relative;
  padding-top: 34px;
}
#wrap
  main
  section.sec-collaboration
  ul.collabo-box
  li.shagaitorishimariyaku
  .p-box,
#wrap main section.sec-collaboration ul.collabo-box li.dolive .p-box,
#wrap main section.sec-collaboration ul.collabo-box li.sousou .p-box {
  margin-top: 26px;
  line-height: 2;
  letter-spacing: -0.03em;
  text-align: justify;
  height: 228px;
}
#wrap
  main
  section.sec-collaboration
  ul.collabo-box
  li.shagaitorishimariyaku
  .ttl-box
  .logo {
  width: 64px;
  padding-top: 8px;
  box-sizing: border-box;
}
#wrap
  main
  section.sec-collaboration
  ul.collabo-box
  li.shagaitorishimariyaku
  .ttl-box
  .logo
  img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-collaboration ul.collabo-box li.sousou .ttl-box .logo {
  position: relative;
  width: 136px;
  padding-top: 38px;
  box-sizing: border-box;
}
#wrap
  main
  section.sec-collaboration
  ul.collabo-box
  li.sousou
  .ttl-box
  .logo
  img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-collaboration ul.collabo-box li.dolive .ttl-box .logo {
  position: relative;
  width: 108px;
  padding-top: 30px;
  box-sizing: border-box;
}
#wrap
  main
  section.sec-collaboration
  ul.collabo-box
  li.dolive
  .ttl-box
  .logo
  img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-collaboration ul.collabo-box li .image {
  width: 100%;
}
#wrap main section.sec-collaboration ul.collabo-box li .image img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-collaboration ul.deco-box {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1366px;
  z-index: 0;
}
#wrap main section.sec-collaboration ul.deco-box li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/nihon-noie/bg_collaboration_l.jpg);
  width: 453px;
  height: 440px;
  background-size: 100% 100%;
}
#wrap main section.sec-collaboration ul.deco-box li:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/nihon-noie/bg_collaboration_r.jpg);
  width: 478px;
  height: 440px;
  background-size: 100% 100%;
}
#wrap main section.sec-product {
  position: relative;
  width: 100%;
}
#wrap main section.sec-product .product-main {
  position: relative;
}
#wrap main section.sec-product .product-main .container {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 166px;
}
#wrap main section.sec-product .product-main .container .image-box {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 60%;
}
#wrap main section.sec-product .product-main .container .image-box .image {
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
}
#wrap main section.sec-product .product-main .container .image-box .image img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-product .product-main .container .image-box .image-plan {
  position: relative;
  margin: 250px auto 0;
  width: 94%;
}
#wrap
  main
  section.sec-product
  .product-main
  .container
  .image-box
  .image-plan
  img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-product .product-main .container .image-box .txt-detail {
  position: relative;
  margin: -28px 0 0;
  padding: 0 0 0 8%;
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-main
  .container
  .image-box
  .txt-detail
  h3 {
  position: relative;
  top: 4px;
  font-family: highgate, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 13px;
  margin-right: 24px;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
}
#wrap
  main
  section.sec-product
  .product-main
  .container
  .image-box
  .txt-detail
  p {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.1;
}
#wrap
  main
  section.sec-product
  .product-main
  .container
  .image-box
  .txt-detail
  p.note {
  margin: 5px 0 0;
  font-size: 10px;
  font-weight: normal;
  line-height: 2;
}
#wrap main section.sec-product .product-main .container .text-box {
  position: relative;
  width: 40%;
  margin-top: 140px;
  padding: 0 40px 0 80px;
  box-sizing: border-box;
}
#wrap main section.sec-product .product-main .container .text-box h2 {
  position: absolute;
  top: 54px;
  right: 108px;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#wrap main section.sec-product .product-main .container .text-box h3 {
  position: relative;
  top: 16px;
  left: -65px;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/nihon-noie/txt_product_1.svg) no-repeat;
  width: 143px;
  height: 265px;
  background-size: contain;
  margin: 0 auto;
}
#wrap main section.sec-product .product-main .container .text-box .text {
  margin: 188px 0 0;
}
#wrap main section.sec-product .product-main .container .text-box .text h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 36px;
  white-space: nowrap;
}
#wrap main section.sec-product .product-main .container .text-box .text p {
  font-size: 13px;
  line-height: 2.65;
  text-align: justify;
  white-space: nowrap;
}
#wrap main section.sec-product .product-main .deco-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background: url(../images/nihon-noie/bg_product.png) no-repeat top center;
  background-size: contain;
  z-index: 0;
}
#wrap main section.sec-product .product-room {
  position: relative;
  width: 100%;
}
#wrap main section.sec-product .product-room > h3 {
  position: relative;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/nihon-noie/txt_product_2.svg) no-repeat;
  width: 62px;
  height: 173px;
  background-size: contain;
  margin: 0 auto;
}
#wrap main section.sec-product .product-room .container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 130px auto 0;
  width: 100%;
}
#wrap main section.sec-product .product-room .container .l-box section {
  position: relative;
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section:nth-child(n + 2) {
  margin-top: 210px;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box {
  position: relative;
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .slider {
  position: relative;
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .slider
  article {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .slider
  article.display {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .slider
  article:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .slider
  article
  .inner {
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .slider
  article
  .inner
  img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes slideAnim {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
}
@keyframes slideAnim {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .ttl-box {
  position: absolute;
  top: 0;
  left: 7.5%;
  width: 76px;
  background: #fff;
  color: #000;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .ttl-box
  p.number {
  text-align: center;
  font-size: 20px;
  padding: 12px 0 15px;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .ttl-box
  .ttl {
  position: relative;
  width: 100%;
  border-top: 1px solid #000;
  padding: 24px 0 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  letter-spacing: 0.1em;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .pager {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 148px;
  height: 68px;
  background: #fff;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .pager
  nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .pager
  nav
  ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .pager
  nav
  ul
  li {
  position: absolute;
  top: 10px;
  padding: 15px 15px;
  cursor: pointer;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .pager
  nav
  ul
  li:nth-child(1) {
  left: 5px;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .pager
  nav
  ul
  li:nth-child(2) {
  right: 5px;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .pager
  ul.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .slide-box
  .pager
  ul.text
  li {
  width: 10px;
  text-align: center;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .text-box {
  width: 70%;
  margin: 35px 7% 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .text-box
  h3 {
  position: relative;
  top: 3px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  width: 36%;
  line-height: 1.75;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .text-box
  .p-box {
  width: 64%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .l-box
  section
  .text-box
  .p-box
  p {
  font-size: 12px;
  line-height: 2.5;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
#wrap main section.sec-product .product-room .container .l-box section .deco {
  position: absolute;
  bottom: -122px;
  left: 0px;
  background: url(../images/nihon-noie/deco_kiku_product_3.png);
  width: 147px;
  height: 341px;
  background-size: 100% 100%;
  z-index: -1;
}
#wrap main section.sec-product .product-room .container .r-box {
  position: relative;
  width: 38%;
  padding-top: 65px;
  box-sizing: border-box;
}
#wrap main section.sec-product .product-room .container .r-box .image-room {
  position: relative;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-room.fixed {
  position: fixed;
  bottom: 100px;
  width: 38%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-room
  .image {
  position: relative;
  width: 262px;
  margin: 0 auto;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-room
  .image:before {
  position: absolute;
  content: "";
  top: -40px;
  left: 5px;
  background: url(../images/nihon-noie/label_1f.svg) no-repeat;
  width: 56px;
  height: 28px;
  background-size: contain;
}

@media (min-width: 769px) {
  #wrap main section.sec-product .product-room .container .l-box section {
    width: 88%;
  }

  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
  }

  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-room
  .image
  article {
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-room
  .image
  article:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-room
  .image
  article:nth-child(n + 2).display {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-room
  .image
  article
  img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-product .product-room .container .r-box .image-photo {
  position: relative;
  width: 100%;
  margin-top: 150px;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-photo
  .image {
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-photo
  .image
  img {
  width: 100%;
  height: auto;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-photo
  .text-box {
  position: relative;
  padding: 32px 50px 0 72px;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-photo
  .text-box
  h4 {
  position: absolute;
  top: -40px;
  left: -22px;
  width: 70px;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-photo
  .text-box
  h4
  img {
  width: 100%;
  height: auto;
}
#wrap
  main
  section.sec-product
  .product-room
  .container
  .r-box
  .image-photo
  .text-box
  .text
  p {
  font-size: 12px;
  line-height: 2.49;
  text-align: justify;
}
#wrap main section.sec-product .product-room ul.deco-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#wrap main section.sec-product .product-room ul.deco-box li:nth-child(1) {
  position: absolute;
  top: -200px;
  left: 0px;
  background: url(../images/nihon-noie/deco_kiku_product_1.png) no-repeat;
  width: 318px;
  height: 392px;
  background-size: contain;
}
#wrap main section.sec-product .product-room ul.deco-box li:nth-child(2) {
  position: absolute;
  top: -490px;
  right: 0px;
  background: url(../images/nihon-noie/deco_kiku_product_2.png) no-repeat;
  width: 235px;
  height: 430px;
  background-size: 100% 100%;
}
#wrap main section.sec-product .product-others {
  position: relative;
  width: 100%;
  margin: 200px auto 0;
}
#wrap main section.sec-product .product-others .container {
  position: relative;
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
}
#wrap main section.sec-product .product-others .container h2 {
  position: relative;
  text-align: left;
}
#wrap main section.sec-product .product-others .container .other-box {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 34px;
}
#wrap main section.sec-product .product-others .container .other-box article {
  position: relative;
  width: 28%;
  margin-bottom: 124px;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .other-box
  article
  .image-box {
  position: relative;
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .other-box
  article
  .image-box
  .image {
  width: 100%;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .other-box
  article
  .image-box
  .image
  img {
  width: 100%;
  height: auto;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .other-box
  article
  .image-box
  .ttl-box {
  position: absolute;
  top: 0;
  left: 8%;
  width: 76px;
  height: 120px;
  background: #fff;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .other-box
  article
  .image-box
  .ttl-box.long {
  height: 160px;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .other-box
  article
  .image-box
  .ttl-box
  p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .other-box
  article
  .p-box {
  position: relative;
  padding: 28px 10px 0;
  font-size: 12px;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 2.5;
  font-weight: bold;
}
#wrap main section.sec-product .product-others .container .pager {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 148px;
  height: 68px;
}
#wrap main section.sec-product .product-others .container .pager nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrap main section.sec-product .product-others .container .pager nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrap main section.sec-product .product-others .container .pager nav ul li {
  position: absolute;
  top: 10px;
  padding: 15px 15px;
  cursor: pointer;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .pager
  nav
  ul
  li:nth-child(1) {
  left: 5px;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .pager
  nav
  ul
  li:nth-child(2) {
  right: 5px;
}
#wrap
  main
  section.sec-product
  .product-others
  .container
  .pager
  nav
  ul
  li.enabled {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
#wrap main section.sec-product .product-others .container .pager ul.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#wrap main section.sec-product .product-others .container .pager ul.text li {
  width: 10px;
  text-align: center;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
}
#wrap main section.sec-product .product-others ul.deco-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 1100px;
  z-index: -1;
}
#wrap main section.sec-product .product-others ul.deco-box li:nth-child(1) {
  position: absolute;
  top: 37.5%;
  right: 0;
  background: url(../images/nihon-noie/deco_kiku_product_4.png) no-repeat;
  width: 191px;
  height: 255px;
  background-size: contain;
}
#wrap main section.sec-product .product-others ul.deco-box li:nth-child(2) {
  position: absolute;
  bottom: -150px;
  left: 0;
  background: url(../images/nihon-noie/deco_kiku_product_5.png) no-repeat;
  width: 266px;
  height: 343px;
  background-size: contain;
}
#wrap main section.sec-360view {
  position: relative;
  width: 100%;
}
#wrap main section.sec-360view .image-box {
  position: relative;
  width: 896px;
  margin: 56px auto 0;
}
#wrap main section.sec-360view .image-box .base {
  position: relative;
  width: 100%;
}
#wrap main section.sec-360view .image-box .base:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
#wrap main section.sec-360view .image-box .base img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-360view .image-box .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 231px;
}
#wrap main section.sec-360view .image-box .text-box img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
#wrap main section.sec-360view .image-box:before {
  position: absolute;
  content: "";
  top: -24px;
  right: 68px;
  background: url(../images/nihon-noie/label_360view.svg);
  width: 99px;
  height: 99px;
  background-size: 100% 100%;
  z-index: 2;
}
#wrap main section.sec-360view .wave {
  position: relative;
  width: 100%;
  margin: 66px auto 0;
}
#wrap main section.sec-360view .wave img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-textile {
  position: relative;
  margin: 120px 0 160px;
}
#wrap main section.sec-textile .image-main {
  position: relative;
  width: 100%;
  height: 730px;
  background: url(../images/nihon-noie/bg_textile.jpg) center center no-repeat;
  background-size: cover;
}
#wrap main section.sec-textile .image-main .ttl-box {
  position: absolute;
  top: 39.5%;
  left: 79.7%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrap main section.sec-textile .image-main .ttl-box h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
#wrap main section.sec-textile .image-main .ttl-box .lead {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 54px;
  width: 57px;
  padding-top: 100px;
}
#wrap main section.sec-textile .lead-box {
  position: relative;
  margin: 85px auto 0;
  width: 100%;
}
#wrap main section.sec-textile .lead-box .container {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrap main section.sec-textile .lead-box .container .l-box {
  position: relative;
  width: 50%;
  padding-top: 32px;
}
#wrap main section.sec-textile .lead-box .container .l-box img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-textile .lead-box .container .c-box {
  width: 500px;
  padding: 44px 80px 0 100px;
  box-sizing: border-box;
  text-align: justify;
}
#wrap main section.sec-textile .lead-box .container .c-box h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
#wrap main section.sec-textile .lead-box .container .c-box .p-box {
  position: relative;
  margin-top: 30px;
  line-height: 2.6;
}
#wrap main section.sec-textile .lead-box .container .c-box .p-box p {
  font-size: 13px;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
#wrap main section.sec-textile .lead-box .container .r-box {
  width: 12.5%;
}
#wrap main section.sec-textile .lead-box .container .r-box img {
  width: 69%;
  height: auto;
}
#wrap main section.sec-textile .detail-box {
  position: relative;
  margin: 160px auto 0;
}
#wrap main section.sec-textile .detail-box .ttl-box {
  position: relative;
  text-align: center;
}
#wrap main section.sec-textile .detail-box .ttl-box h3 span {
  display: block;
}
#wrap main section.sec-textile .detail-box .ttl-box h3 span.en {
  font-size: 25px;
  font-family: highgate, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.16em;
}
#wrap main section.sec-textile .detail-box .ttl-box h3 span.jp {
  position: relative;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.12em;
  margin-top: 14px;
}
#wrap main section.sec-textile .detail-box .image-box {
  position: relative;
  width: 408px;
  margin: 5px auto 0;
  z-index: 5;
}
#wrap main section.sec-textile .detail-box .image-box .base {
  position: relative;
  width: 100%;
}
#wrap main section.sec-textile .detail-box .image-box .base img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-textile .detail-box .image-box ul.mouse-li li {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #b89754;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  mix-blend-mode: multiply;
  cursor: pointer;
}
#wrap main section.sec-textile .detail-box .image-box ul.mouse-li li.active {
  -webkit-animation: flash 3s cubic-bezier(0.37, 0, 0.63, 1) 1s 2;
  animation: flash 3s cubic-bezier(0.37, 0, 0.63, 1) 1s 2;
}
#wrap main section.sec-textile .detail-box .image-box ul.mouse-li li.big {
  width: 142px;
  height: 142px;
}
#wrap
  main
  section.sec-textile
  .detail-box
  .image-box
  ul.mouse-li
  li:nth-child(1) {
  top: 24%;
  left: 25%;
}
#wrap
  main
  section.sec-textile
  .detail-box
  .image-box
  ul.mouse-li
  li:nth-child(2) {
  top: 24%;
  left: 47%;
}
#wrap
  main
  section.sec-textile
  .detail-box
  .image-box
  ul.mouse-li
  li:nth-child(3) {
  top: 37.2%;
  left: 86.5%;
}
#wrap
  main
  section.sec-textile
  .detail-box
  .image-box
  ul.mouse-li
  li:nth-child(4) {
  top: 90%;
  left: 31%;
}
#wrap
  main
  section.sec-textile
  .detail-box
  .image-box
  ul.mouse-li
  li:nth-child(5) {
  top: 93.5%;
  left: 71%;
}
#wrap
  main
  section.sec-textile
  .detail-box
  .image-box
  ul.mouse-li
  li:nth-child(6) {
  top: 80%;
  left: 89.5%;
}
@-webkit-keyframes flash {
  0%,
  100% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  25%,
  75% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes flash {
  0%,
  100% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  25%,
  75% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
#wrap main section.sec-textile .detail-box .image-box:before {
  position: absolute;
  content: "";
  top: 40px;
  right: -124px;
  background: url(../images/nihon-noie/label_click.svg);
  width: 99px;
  height: 99px;
  background-size: 100% 100%;
}
#wrap main section.sec-textile .detail-box .image-box:after {
  position: absolute;
  content: "";
  top: 50px;
  left: -30px;
  background: url(../images/nihon-noie/label_textile_1f.svg) top left no-repeat;
  width: 42px;
  height: 96px;
  background-size: contain;
}
#wrap main section.sec-textile .detail-box:before {
  position: absolute;
  content: "";
  top: -108px;
  left: 0;
  background: url(../images/nihon-noie/bg_textile_l.png) top left no-repeat;
  width: 374px;
  height: 938px;
  background-size: contain;
}
#wrap main section.sec-textile .detail-box:after {
  position: absolute;
  content: "";
  top: -108px;
  right: 0;
  background: url(../images/nihon-noie/bg_textile_r.png) top left no-repeat;
  width: 345px;
  height: 938px;
  background-size: contain;
}
#wrap main section.sec-article {
  position: relative;
  width: 100%;
  background: #f4f4f4;
  padding: 112px 0 100px;
}
#wrap main section.sec-article .container {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
}
#wrap main section.sec-article .container h2 {
  text-align: left;
}
#wrap main section.sec-article .container .article-li-1 {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 36px auto 0 0;
  width: 94%;
}
#wrap main section.sec-article .container .article-li-1 h3 {
  position: relative;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/nihon-noie/txt_article.svg) no-repeat;
  width: 81px;
  height: 480px;
  background-size: contain;
  margin-right: 45px;
}
#wrap main section.sec-article .container .article-li-1 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#wrap main section.sec-article .container .article-li-1 ul li {
  width: calc(50% - 14px);
  position: relative;
  background: #fff;
}
#wrap main section.sec-article .container .article-li-1 ul li:nth-child(n + 2) {
  margin-left: 28px;
}
#wrap main section.sec-article .container .article-li-1 ul li a {
  display: block;
  text-decoration: none;
}
#wrap
  main
  section.sec-article
  .container
  .article-li-1
  ul
  li
  a
  .image-box
  .image
  img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-article .container .article-li-1 ul li a .text-box {
  padding: 22px 22px 28px;
  box-sizing: border-box;
}
#wrap
  main
  section.sec-article
  .container
  .article-li-1
  ul
  li
  a
  .text-box
  p.news-title {
  line-height: 2;
  font-size: 14px;
}
#wrap
  main
  section.sec-article
  .container
  .article-li-1
  ul
  li
  a
  .text-box
  p.date {
  margin-top: 10px;
  font-family: highgate, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.15em;
}
#wrap main section.sec-article .container .article-li-2 {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
}
#wrap main section.sec-article .container .article-li-2 ul {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#wrap main section.sec-article .container .article-li-2 ul li {
  position: relative;
  width: calc(33.33% - 24px);
  background: #fff;
}
#wrap
  main
  section.sec-article
  .container
  .article-li-2
  ul
  li:not(:nth-child(3n + 1)) {
  margin-left: 32px;
}
#wrap main section.sec-article .container .article-li-2 ul li:nth-child(n + 4) {
  margin-top: 32px;
}
#wrap main section.sec-article .container .article-li-2 ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
#wrap
  main
  section.sec-article
  .container
  .article-li-2
  ul
  li
  a
  .image-box
  .image
  img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-article .container .article-li-2 ul li a .text-box {
  padding: 18px 22px 26px;
  box-sizing: border-box;
}
#wrap
  main
  section.sec-article
  .container
  .article-li-2
  ul
  li
  a
  .text-box
  p.news-title {
  line-height: 1.9;
  font-size: 13px;
}
#wrap
  main
  section.sec-article
  .container
  .article-li-2
  ul
  li
  a
  .text-box
  p.date {
  margin-top: 9px;
  font-family: highgate, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.15em;
}
#wrap main section.sec-article .container .btn-more {
  position: relative;
  margin: 42px auto 0;
  width: 280px;
}
#wrap main section.sec-article .container .btn-more span {
  display: block;
  border: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.07em;
  padding: 17px 0 16px;
  cursor: pointer;
}
#wrap main section.sec-contact {
  position: relative;
  padding-top: 88px;
}
#wrap main section.sec-contact .catalog-box {
  position: relative;
  width: 90%;
  max-width: 910px;
  margin: 0 auto 0;
  background: url(../images/nihon-noie/bg_catalog.jpg) top left;
  background-size: 100% auto;
  padding: 28px 28px;
  box-sizing: border-box;
}
#wrap main section.sec-contact .catalog-box .box {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px 46px 70px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#wrap main section.sec-contact .catalog-box .box .text-box {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#wrap main section.sec-contact .catalog-box .box .text-box h2 {
  font-size: 25px;
}
#wrap main section.sec-contact .catalog-box .box .text-box h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 17px;
  margin-top: 16px;
  letter-spacing: 0.15em;
}
#wrap main section.sec-contact .catalog-box .box .text-box .p-box p {
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
}
#wrap main section.sec-contact .btn-contact {
  position: relative;
  width: 280px;
  margin: 12px auto 0;
}
#wrap main section.sec-contact .btn-contact a {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 18px 0 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0em;
}
#wrap main section.sec-instagram {
  position: relative;
  margin: 176px auto 0;
}
#wrap main section.sec-instagram h2 {
  font-size: 28px;
}
#wrap main section.sec-instagram .lead-box {
  position: relative;
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
}
#wrap main section.sec-instagram .insta-box {
  position: relative;
  margin: 40px auto 0;
  width: 1100px;
}
#wrap main section.sec-instagram .insta-box:before {
  position: absolute;
  content: "";
  top: -96px;
  left: calc(50% + 250px);
  background: url(../images/nihon-noie/label_insta.svg);
  width: 99px;
  height: 99px;
  background-size: 100% 100%;
  z-index: 10;
}
#wrap main section.sec-instagram .insta-box a {
  display: block;
}
#wrap main section.sec-instagram .insta-box a .image {
  width: 100%;
}
#wrap main section.sec-instagram .insta-box a .image img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-banner {
  position: relative;
  margin: 140px auto 0;
}
#wrap main section.sec-banner .container {
  position: relative;
  width: 910px;
  margin: 0 auto;
}
#wrap main section.sec-banner .container article {
  width: 100%;
}
#wrap main section.sec-banner .container article a {
  display: block;
  width: 100%;
}
#wrap main section.sec-banner .container article a img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-banner .container article:nth-child(n + 2) {
  margin-top: 35px;
}
#wrap footer {
  position: relative;
  margin: 160px auto 0;
  padding-bottom: 42px;
}
#wrap footer .logo {
  position: relative;
  width: 218px;
  margin: 0 auto;
}
#wrap footer .logo img {
  position: relative;
  left: -18px;
  width: 100%;
  height: auto;
}
#wrap footer ul.sns-box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 62px auto 0;
}
#wrap footer ul.sns-box li {
  position: relative;
}
#wrap footer ul.sns-box li:nth-child(n + 2) {
  margin-left: 24px;
}
#wrap footer nav {
  position: relative;
  margin: 30px auto 0;
}
#wrap footer nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#wrap footer nav ul li {
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.14em;
  cursor: pointer;
}
#wrap footer nav ul li:nth-child(n + 2) {
  margin-left: 30px;
}
#wrap footer nav ul li a {
  text-decoration: none;
}
#wrap footer ul.collabo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: highgate, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  margin: 70px auto 0;
}
#wrap footer ul.collabo li {
  position: relative;
  border-bottom: 1px solid #000;
}
#wrap footer ul.collabo li:nth-child(n + 2) {
  margin-left: 20px;
}
#wrap footer ul.collabo li:nth-child(n + 2):before {
  position: absolute;
  content: "";
  top: 8px;
  left: -14px;
  background: url(../images/nihon-noie/icon_cross.svg) no-repeat;
  width: 7px;
  height: 7px;
  background-size: 100% 100%;
}
#wrap footer ul.collabo li a {
  text-decoration: none;
}
#wrap footer ul.collabo li:nth-child(3) {
  font-size: 13px;
  line-height: 1.8;
}
#wrap footer .jimukyoku {
  position: relative;
  text-align: center;
  margin: 18px auto 0;
  font-size: 13px;
}
#wrap footer .copyright {
  position: relative;
  width: 240px;
  margin: 87px auto 0;
}
#wrap footer .copyright small {
  display: block;
  width: 100%;
}
#wrap footer .copyright small img {
  width: 100%;
  height: auto;
}
#nav-pagetop {
  position: absolute;
  top: 190px;
  right: 100px;
  font-size: 20px;
  z-index: 10000;
  font-family: highgate, sans-serif;
  font-weight: 900;
  font-style: normal;
  cursor: pointer;
  letter-spacing: 0.12em;
}
#nav-pagetop .pagetop .line-box {
  position: relative;
  height: 60px;
  width: 1px;
  margin: 0 auto;
  top: 5px;
  overflow: hidden;
}
#nav-pagetop .pagetop .line-box span.line {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transition: background 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-pagetop.blacked .pagetop {
  color: #000;
}
#nav-pagetop.blacked .line-box span.line {
  background: #000;
}
#nav-pagetop.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#loading .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 244px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#loading .logo img {
  position: relative;
  left: -14px;
  top: -25px;
  width: 100%;
  height: auto;
}
#nav-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
}
#nav-sp nav.nav-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  text-align: center;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow-y: scroll;
}
#nav-sp nav.nav-sp.open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#nav-sp nav.nav-sp.display {
  visibility: visible;
}
#nav-sp nav.nav-sp .container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#nav-sp nav.nav-sp .container .logo {
  position: relative;
  width: 218px;
  margin: 0 auto;
}
#nav-sp nav.nav-sp .container .logo img {
  position: relative;
  left: -18px;
  width: 100%;
  height: auto;
}
#nav-sp nav.nav-sp .container ul.sns-box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 88px auto 0;
}
#nav-sp nav.nav-sp .container ul.sns-box li {
  position: relative;
}
#nav-sp nav.nav-sp .container ul.sns-box li:nth-child(n + 2) {
  margin-left: 24px;
}
#nav-sp nav.nav-sp .container nav {
  position: relative;
  margin: 30px auto 0;
}
#nav-sp nav.nav-sp .container nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#nav-sp nav.nav-sp .container nav ul li {
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.14em;
  cursor: pointer;
}
#nav-sp nav.nav-sp .container nav ul li:nth-child(n + 2) {
  margin-left: 30px;
}
#nav-sp nav.nav-sp .container nav ul li a {
  text-decoration: none;
}
#nav-sp .btnNavi {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 9px 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
}
#nav-sp .btnNavi span {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
  background: #2d2d2d;
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0 auto;
}
#nav-sp .btnNavi span:nth-child(n + 2) {
  margin: 9px auto 0;
}
#nav-sp .btnNavi.active span:nth-child(1) {
  -webkit-transform: translate(0px, 6px) rotate(30deg);
  -ms-transform: translate(0px, 6px) rotate(30deg);
  transform: translate(0px, 6px) rotate(30deg);
}
#nav-sp .btnNavi.active span:nth-child(2) {
  -webkit-transform: translate(0px, -6px) rotate(-30deg);
  -ms-transform: translate(0px, -6px) rotate(-30deg);
  transform: translate(0px, -6px) rotate(-30deg);
}
#btn-contact {
  position: fixed;
  width: 354px;
  height: 52px;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#btn-contact.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#btn-contact span {
  display: block;
  width: calc(50% - 5px);
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 0;
  box-sizing: border-box;
  background: #000;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #000;
}
#btn-contact span.related-article {
  background: #fff;
  color: #000;
  box-sizing: border-box;
}
#btn-contact a {
  text-decoration: none;
  color: #fff;
}
#modal-textile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cec5b2;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
#modal-textile.display {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#modal-textile .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 742px;
  height: 544px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal-textile .container article {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 40px 28px 0;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
#modal-textile .container article.display {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
#modal-textile .container article:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
}
#modal-textile .container article .text-box {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 2.2;
  font-size: 14px;
}
#modal-textile .container article .image-box {
  width: 336px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#modal-textile .container article .image-box .image {
  width: 100%;
}
#modal-textile .container article .image-box .image img {
  width: 100%;
  height: auto;
}
#modal-textile .container article .ttl-box {
  position: relative;
  width: 111px;
  margin-left: 50px;
}
#modal-textile .container article .ttl-box .thumb-box {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 110px;
}
#modal-textile .container article .ttl-box .thumb-box li {
  width: 48px;
  margin-bottom: 12px;
}
#modal-textile .container article .ttl-box .thumb-box li:nth-child(2n + 1) {
  margin-right: 12px;
}
#modal-textile .container article .ttl-box .thumb-box li img {
  width: 100%;
  height: auto;
}
#modal-textile .container article .ttl-box .ttl {
  margin-top: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 32px;
  box-sizing: border-box;
  height: 175px;
}
#modal-textile .container article .ttl-box .ttl h2 {
  width: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: highgate, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
}
#modal-textile .container article .ttl-box .ttl h3 {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 24px;
}
#modal-textile .container article .ttl-box .ttl h3.smallcaps {
  font-size: 13px;
  line-height: 1.35;
}
#modal-textile .container article .ttl-box .place {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 32px;
  box-sizing: border-box;
}
#modal-textile .container article .ttl-box .place:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#modal-textile .container article .ttl-box .place p {
  font-size: 21px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-family:
    "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
#modal-textile .container article .btn-close {
  position: absolute;
  top: 2px;
  right: -40px;
  width: 25px;
  cursor: pointer;
}
#modal-textile .container article .btn-close img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header h1 {
    top: 20px;
    left: 20px;
    width: 76px;
  }
  header h1 .logo-dolive {
    fill: #000;
  }
  header nav {
    display: none;
  }
  section h2 {
    font-size: 23px;
  }
  #wrap main section.sec-main {
    padding-bottom: 0;
  }
  #wrap main section.sec-main .slide-box {
    height: 60vh;
    position: absolute;
  }
  #wrap main section.sec-main .slide-box:after {
    position: absolute;
    content: "";
    top: 44.5%;
    left: 19%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/nihon-noie/catchcopy.svg) center center no-repeat;
    width: 47px;
    height: 161px;
    background-size: contain;
    z-index: 999999;
  }
  #wrap main section.sec-main .slide-box article {
    top: 0;
  }
  #wrap main section.sec-main .slide-box article img {
    height: 60vh;
  }
  #wrap main section.sec-main .slide-box article video {
    height: 60vh;
    width: auto;
  }
  #wrap main section.sec-main .logo-box {
    position: relative;
    padding: 27px 0 32px;
    height: 60vh;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, 5%);
    -ms-transform: translate(0%, 5%);
    transform: translate(0%, 25%);
  }
  #wrap main section.sec-main .logo-box .logo {
    width: 194px;
    padding: 20px 0 20px;
  }
  #wrap main section.sec-main .logo-box .img-collabo {
    margin: 24px auto 0;
    width: 202px;
    left: 0;
  }
  #wrap main section.sec-main .text-box {
    display: none;
  }
  #wrap main section.sec-main .btn-magazine {
    width: 40px;
    padding-top: 20px;
    height: 200px;
    bottom: auto;
    top: 102vw;
    display: none;
  }
  #wrap main section.sec-concept {
    padding-bottom: 110px;
  }
  #wrap main section.sec-concept .copy-box {
    font-size: 14px;
    letter-spacing: 0.03em;
    width: 100%;
    padding: 80px 30px 0;
    box-sizing: border-box;
  }
  #wrap main section.sec-concept .copy-box p.small {
    font-size: 13px;
    box-sizing: border-box;
    text-align: justify;
  }
  #wrap main section.sec-concept .image-main {
    padding-top: 0;
  }
  #wrap main section.sec-concept .image-main .image {
    width: calc(100% - 20px);
  }
  #wrap main section.sec-concept .lead-box {
    padding: 170px 0 100px;
  }
  #wrap main section.sec-concept .lead-box .label-nihonnoie {
    width: 114px;
    top: -43px;
    left: 9%;
  }
  #wrap main section.sec-concept .lead-box h2 {
    top: 226px;
    left: auto;
    right: 50px;
    width: 125px;
    font-size: 23px;
  }
  #wrap main section.sec-concept .lead-box .lead-container .container {
    display: block;
  }
  #wrap
    main
    section.sec-concept
    .lead-box
    .lead-container
    .container
    .text-box {
    padding: 0 0 0 0;
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 230px;
  }
  #wrap
    main
    section.sec-concept
    .lead-box
    .lead-container
    .container
    .text-box {
    font-size: 14px;
    line-height: 2.6;
    white-space: nowrap;
  }
  #wrap
    main
    section.sec-concept
    .lead-box
    .lead-container
    .container
    .text-box
    .p-box:nth-child(2) {
    margin-right: 34px;
  }
  #wrap
    main
    section.sec-concept
    .lead-box
    .lead-container
    .container
    .video-box {
    width: 180px;
    height: 170px;
    left: 24px;
    margin-top: 64px;
  }
  #wrap main section.sec-concept .lead-box .lead-container.lead-2 {
    margin-top: 104px;
  }
  #wrap main section.sec-concept .lead-box .lead-container.lead-2 .text-box {
    width: 100%;
    left: auto;
    right: 42px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 140px;
  }
  #wrap
    main
    section.sec-concept
    .lead-box
    .lead-container.lead-2
    .text-box
    .p-box {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #wrap main section.sec-concept .lead-box .lead-container.lead-2 .image-box {
    margin: 54px 0 0 auto;
    width: calc(100% - 44px);
  }
  #wrap main section.sec-collaboration {
    padding-top: 44px;
    padding-bottom: 100px;
  }
  #wrap main section.sec-collaboration h2 {
    font-size: 24px;
  }
  #wrap main section.sec-collaboration .collaboration {
    width: 227px;
    height: 16px;
    background-size: contain;
    margin: 18px auto 0;
  }
  #wrap main section.sec-collaboration ul.collabo-box {
    width: 100%;
    padding: 0 32px 0;
    box-sizing: border-box;
    margin: 44px auto 0;
    display: block;
  }
  #wrap main section.sec-collaboration ul.collabo-box li {
    width: 100%;
  }
  #wrap main section.sec-collaboration ul.collabo-box li:nth-child(n + 2) {
    margin-top: 25px;
  }
  #wrap
    main
    section.sec-collaboration
    ul.collabo-box
    li.shagaitorishimariyaku
    a,
  #wrap main section.sec-collaboration ul.collabo-box li.dolive a,
  #wrap main section.sec-collaboration ul.collabo-box li.sousou a {
    padding: 24px 20px 25px;
    display: block;
  }
  #wrap
    main
    section.sec-collaboration
    ul.collabo-box
    li.shagaitorishimariyaku
    .ttl-box,
  #wrap main section.sec-collaboration ul.collabo-box li.dolive .ttl-box,
  #wrap main section.sec-collaboration ul.collabo-box li.sousou .ttl-box {
    font-size: 16px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    padding-left: 5px;
    box-sizing: border-box;
  }
  #wrap
    main
    section.sec-collaboration
    ul.collabo-box
    li.shagaitorishimariyaku
    .p-box,
  #wrap main section.sec-collaboration ul.collabo-box li.dolive .p-box,
  #wrap main section.sec-collaboration ul.collabo-box li.sousou .p-box {
    margin-top: 20px;
    font-size: 13px;
    line-height: 2.1;
    height: auto;
  }
  #wrap
    main
    section.sec-collaboration
    ul.collabo-box
    li.shagaitorishimariyaku
    .ttl-box
    p {
    padding-top: 22px;
  }
  #wrap
    main
    section.sec-collaboration
    ul.collabo-box
    li.shagaitorishimariyaku
    .ttl-box
    .logo {
    width: 86px;
    margin-right: 75px;
  }
  #wrap main section.sec-collaboration ul.collabo-box li.sousou a {
    padding: 10px 20px 25px;
  }
  #wrap main section.sec-collaboration ul.collabo-box li.sousou .ttl-box .logo {
    width: 110px;
    margin-right: 46px;
  }
  #wrap main section.sec-collaboration ul.collabo-box li.sousou .p-box {
    margin-top: 22px;
  }
  #wrap main section.sec-collaboration ul.collabo-box li.dolive a {
    padding: 10px 20px 25px;
  }
  #wrap main section.sec-collaboration ul.collabo-box li.dolive .ttl-box .logo {
    width: 110px;
    margin-right: 46px;
  }
  #wrap main section.sec-collaboration ul.collabo-box li.dolive .p-box {
    margin-top: 36px;
  }
  #wrap main section.sec-collaboration ul.deco-box {
    min-width: 0;
  }
  #wrap main section.sec-collaboration ul.deco-box li:nth-child(1) {
    background: url(../images/nihon-noie/bg_collaboration_l_sp.jpg);
    width: 155px;
    height: 146px;
    background-size: 100% 100%;
  }
  #wrap main section.sec-collaboration ul.deco-box li:nth-child(2) {
    background: url(../images/nihon-noie/bg_collaboration_r_sp.jpg);
    top: 10px;
    width: 148px;
    height: 141px;
    background-size: 100% 100%;
  }
  #wrap main section.sec-product {
    padding-bottom: 0px;
  }
  #wrap main section.sec-product .product-main {
    padding-bottom: 216px;
  }
  #wrap main section.sec-product .product-main .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    width: 100%;
  }
  #wrap main section.sec-product .product-main .container .image-box {
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 54px;
  }
  #wrap main section.sec-product .product-main .container .image-box .image {
    width: calc(100% - 66px);
    left: 0px;
    margin: 0 auto;
  }
  #wrap
    main
    section.sec-product
    .product-main
    .container
    .image-box
    .image-plan {
    margin: 45px auto 0;
    width: 288px;
  }
  #wrap
    main
    section.sec-product
    .product-main
    .container
    .image-box
    .txt-detail {
    display: block;
    width: 160px;
    margin: 46px auto 0;
    padding: 0;
  }
  #wrap
    main
    section.sec-product
    .product-main
    .container
    .image-box
    .txt-detail
    h3 {
    top: 0;
    margin: 0 0 9px;
    font-size: 12px;
  }
  #wrap
    main
    section.sec-product
    .product-main
    .container
    .image-box
    .txt-detail
    p {
    font-size: 11px;
    white-space: nowrap;
  }
  #wrap
    main
    section.sec-product
    .product-main
    .container
    .image-box
    .txt-detail
    p.note {
    margin: 14px 0 0;
    white-space: normal;
    text-align: justify;
  }
  #wrap main section.sec-product .product-main .container .text-box {
    width: 100%;
    padding: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #wrap main section.sec-product .product-main .container .text-box h2 {
    top: 72px;
    right: 48px;
  }
  #wrap main section.sec-product .product-main .container .text-box h3 {
    left: 0px;
    background: url(../images/nihon-noie/txt_product_1_sp.svg) no-repeat;
    width: 130px;
    height: 214px;
    background-size: contain;
  }
  #wrap main section.sec-product .product-main .container .text-box .text {
    margin: 74px 0 0;
    padding: 0 50px;
  }
  #wrap main section.sec-product .product-main .container .text-box .text h4 {
    font-size: 15px;
    line-height: 2.1;
    margin-bottom: 14px;
    white-space: normal;
  }
  #wrap main section.sec-product .product-main .container .text-box .text p {
    font-size: 12px;
    line-height: 2.5;
    white-space: normal;
  }
  #wrap main section.sec-product .product-main .deco-number {
    top: -20px;
    background: url(../images/nihon-noie/bg_product_sp.png) no-repeat top center;
    background-size: contain;
  }
  #wrap main section.sec-product .product-room > h3 {
    background: url(../images/nihon-noie/txt_product_2_sp.svg) no-repeat;
    width: 55px;
    height: 130px;
    background-size: contain;
  }
  #wrap main section.sec-product .product-room .container {
    margin: 110px auto 0;
    display: block;
  }
  #wrap main section.sec-product .product-room .container .l-box {
    width: 100%;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section:nth-child(n + 2) {
    margin-top: 142px;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .slider
    article {
    width: 100%;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .slider
    article
    .inner {
    width: 100%;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .slider
    article
    .inner.anim {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-name: slideAnim;
    animation-name: slideAnim;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .slider
    article
    .inner
    img {
    width: 100%;
    height: auto;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .ttl-box {
    width: 60px;
    left: 5%;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .ttl-box
    p.number {
    font-size: 18px;
    padding: 14px 0 10px;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .ttl-box
    .ttl {
    font-size: 19px;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .pager {
    position: relative;
    top: auto;
    right: auto;
    margin: 8px auto 0;
    width: 170px;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .pager
    nav
    ul
    li {
    width: 15px;
    top: 6px;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .pager
    nav
    ul
    li
    img {
    width: 100%;
    height: auto;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .pager
    ul.text
    li {
    font-size: 13px;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .text-box {
    width: 320px;
    margin: -4px auto 0;
    display: block;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .text-box
    h3 {
    width: 100%;
    font-size: 14px;
    line-height: 1.85;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .text-box
    .p-box {
    width: 100%;
    margin: 14px auto 0;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .text-box
    .p-box
    p {
    font-size: 11px;
  }
  #wrap main section.sec-product .product-room .container .l-box section .deco {
    background: url(../images/nihon-noie/deco_kiku_product_3_sp.png);
    width: 83px;
    height: 200px;
    background-size: 100% 100%;
    bottom: -132px;
  }
  #wrap main section.sec-product .product-room .container .r-box {
    display: none;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .r-box
    .image-room
    .image:before {
    display: none;
  }
  #wrap main section.sec-product .product-room .container .r-box .image-photo {
    margin-top: 50px;
    padding: 40px 32px 0;
    box-sizing: border-box;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .r-box
    .image-photo.photo-2 {
    margin-top: 28px;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .r-box
    .image-photo
    .text-box {
    padding: 32px 24px 0 84px;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .r-box
    .image-photo
    .text-box
    h4 {
    width: 67px;
    top: -59px;
    left: 0;
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .r-box
    .image-photo
    .text-box
    .text
    p {
    font-size: 11px;
  }
  #wrap main section.sec-product .product-room ul.deco-box {
    min-width: 0px;
  }
  #wrap main section.sec-product .product-room ul.deco-box li:nth-child(1) {
    background: url(../images/nihon-noie/deco_kiku_product_1_sp.png) no-repeat;
    width: 139px;
    height: 261px;
    background-size: contain;
  }
  #wrap main section.sec-product .product-room ul.deco-box li:nth-child(2) {
    top: 28px;
    background: url(../images/nihon-noie/deco_kiku_product_2_sp.png) no-repeat;
    width: 108px;
    height: 161px;
    background-size: contain;
  }
  #wrap main section.sec-product .product-others {
    margin: 150px auto 0;
  }
  #wrap main section.sec-product .product-others .container {
    width: 100%;
  }
  #wrap main section.sec-product .product-others .container h2 {
    width: 62px;
    margin: 0 auto;
  }
  #wrap main section.sec-product .product-others .container h2 img {
    width: 100%;
    height: auto;
  }
  #wrap main section.sec-product .product-others .container .other-box {
    display: block;
  }
  #wrap main section.sec-product .product-others .container .other-box article {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 72px;
    width: calc(100% - 88px);
    margin: 0 16px 0;
  }
  #wrap
    main
    section.sec-product
    .product-others
    .container
    .other-box
    article
    .image-box
    .ttl-box {
    width: 60px;
    height: 88px;
    left: 4.2%;
  }
  #wrap
    main
    section.sec-product
    .product-others
    .container
    .other-box
    article
    .image-box
    .ttl-box
    p {
    font-size: 19px;
  }
  #wrap
    main
    section.sec-product
    .product-others
    .container
    .other-box
    article
    .p-box {
    padding: 22px 10px 0;
    font-size: 11px;
  }
  #wrap main section.sec-product .product-others .container .pager {
    position: relative;
    top: auto;
    right: auto;
    margin: 8px auto 0;
    width: 170px;
  }
  #wrap main section.sec-product .product-others .container .pager nav ul li {
    width: 15px;
    top: 6px;
  }
  #wrap
    main
    section.sec-product
    .product-others
    .container
    .pager
    nav
    ul
    li
    img {
    width: 100%;
    height: auto;
  }
  #wrap main section.sec-product .product-others .container .pager ul.text li {
    font-size: 13px;
  }
  #wrap main section.sec-product .product-others ul.deco-box {
    min-width: 0px;
  }
  #wrap main section.sec-product .product-others ul.deco-box li:nth-child(1) {
    display: none;
  }
  #wrap main section.sec-product .product-others ul.deco-box li:nth-child(2) {
    position: absolute;
    bottom: -75px;
    left: auto;
    right: 0px;
    background: url(../images/nihon-noie/deco_kiku_product_other_sp.png);
    width: 130px;
    height: 174px;
    background-size: 100% 100%;
    z-index: -1;
  }
  #wrap main section.sec-360view {
    margin: 100px auto 0;
  }
  #wrap main section.sec-360view .image-box {
    width: calc(100% - 40px);
    margin: 32px auto 0;
  }
  #wrap main section.sec-360view .image-box .text-box {
    width: 34%;
  }
  #wrap main section.sec-360view .image-box:before {
    width: 60px;
    height: 60px;
    right: 10px;
  }
  #wrap main section.sec-360view .wave {
    margin: 20px auto 0;
  }
  #wrap main section.sec-textile {
    margin: 54px 0 134px;
  }
  #wrap main section.sec-textile .image-main {
    height: 525px;
    background: url(../images/nihon-noie/bg_textile_sp.jpg) center center
      no-repeat;
    background-size: cover;
  }
  #wrap main section.sec-textile .image-main .ttl-box {
    left: 60%;
    top: 50%;
  }
  #wrap main section.sec-textile .image-main .ttl-box .lead {
    margin-right: 40px;
    padding-top: 84px;
    width: 50px;
  }
  #wrap main section.sec-textile .image-main .ttl-box .lead img {
    width: 100%;
    height: auto;
  }
  #wrap main section.sec-textile .lead-box {
    margin: -22px auto 0;
  }
  #wrap main section.sec-textile .lead-box .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #wrap main section.sec-textile .lead-box .container .l-box {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 264px;
    margin: 40px auto 0;
    padding: 0;
  }
  #wrap main section.sec-textile .lead-box .container .c-box {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 264px;
    padding: 0;
    margin: 24px auto 0;
  }
  #wrap main section.sec-textile .lead-box .container .c-box h3 {
    font-size: 15px;
  }
  #wrap main section.sec-textile .lead-box .container .c-box .p-box {
    margin-top: 18px;
    line-height: 2.5;
  }
  #wrap main section.sec-textile .lead-box .container .c-box .p-box p {
    font-size: 12px;
  }
  #wrap main section.sec-textile .lead-box .container .r-box {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  #wrap main section.sec-textile .lead-box .container .r-box img {
    display: block;
    width: 72px;
    height: auto;
    margin: 0 45px 0 auto;
  }
  #wrap main section.sec-textile .detail-box {
    margin: 118px auto 0;
  }
  #wrap main section.sec-textile .detail-box .ttl-box h3 span.en {
    line-height: 1.4;
    font-size: 23px;
  }
  #wrap main section.sec-textile .detail-box .ttl-box h3 span.jp {
    font-size: 16px;
    letter-spacing: 0em;
  }
  #wrap main section.sec-textile .detail-box .image-box {
    width: 270px;
    margin: 16px auto 0;
  }
  #wrap main section.sec-textile .detail-box .image-box ul.mouse-li li {
    width: 45px;
    height: 45px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  #wrap main section.sec-textile .detail-box .image-box ul.mouse-li li.big {
    width: 86px;
    height: 86px;
  }
  #wrap main section.sec-textile .detail-box .image-box:before {
    background: url(../images/nihon-noie/label_tap.svg);
    width: 60px;
    height: 60px;
    top: -30px;
    right: -25px;
    background-size: 100% 100%;
  }
  #wrap main section.sec-textile .detail-box .image-box:after {
    width: 29px;
    height: 64px;
    top: 32px;
    left: -20px;
  }
  #wrap main section.sec-textile .detail-box:before {
    background: url(../images/nihon-noie/bg_textile_sp.png) top left no-repeat;
    width: 100%;
    height: 2000px;
    background-size: 100% auto;
    top: -80px;
  }
  #wrap main section.sec-textile .detail-box:after {
    content: none;
  }
  #wrap main section.sec-article {
    padding: 67px 0 44px;
  }
  #wrap main section.sec-article .container {
    width: 100%;
  }
  #wrap main section.sec-article .container h2 {
    text-align: center;
    line-height: 1.45;
  }
  #wrap main section.sec-article .container .article-li-1 {
    display: block;
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
  }
  #wrap main section.sec-article .container .article-li-1 h3 {
    background: url(../images/nihon-noie/txt_article_sp.svg) no-repeat;
    width: 200px;
    height: 192px;
    background-size: contain;
    margin: 0 auto;
  }
  #wrap main section.sec-article .container .article-li-1 ul {
    display: block;
    margin-top: 48px;
  }
  #wrap main section.sec-article .container .article-li-1 ul li {
    width: 100%;
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-1
    ul
    li:nth-child(n + 2) {
    margin: 25px 0 0;
  }
  #wrap main section.sec-article .container .article-li-1 ul li a .text-box {
    padding: 20px 25px 28px;
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-1
    ul
    li
    a
    .text-box
    p.news-title {
    font-size: 13px;
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-1
    ul
    li
    a
    .text-box
    p.date {
    margin-top: 7px;
    font-size: 10px;
  }
  #wrap main section.sec-article .container .article-li-2 {
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
    margin: 25px auto 0;
  }
  #wrap main section.sec-article .container .article-li-2 ul li {
    width: calc(50% - 6px);
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-2
    ul
    li:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-2
    ul
    li:not(:nth-child(2n + 1)) {
    margin-left: 12px;
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-2
    ul
    li:nth-child(n + 4) {
    margin-top: 12px;
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-2
    ul
    li:nth-child(n + 3) {
    margin-top: 12px;
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-2
    ul
    li:nth-child(n + 5) {
    display: none;
  }
  #wrap main section.sec-article .container .article-li-2 ul li a .text-box {
    padding: 8px 10px 18px;
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-2
    ul
    li
    a
    .text-box
    p.news-title {
    font-size: 11px;
    line-height: 1.95;
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-2
    ul
    li
    a
    .text-box
    p.date {
    font-size: 9px;
    margin-top: 6px;
  }
  #wrap main section.sec-article .container .btn-more {
    font-size: 13px;
    padding: 20px 0 19px;
    margin: 10px auto 0;
    width: calc(100% - 64px);
  }
  #wrap main section.sec-article .container .btn-more span {
    font-size: 13px;
    padding: 19px 0 19px;
  }
  #wrap main section.sec-contact {
    padding-top: 44px;
  }
  #wrap main section.sec-contact .catalog-box {
    background: url(../images/nihon-noie/bg_catalog_sp.jpg) top left;
    background-size: cover;
    width: calc(100% - 64px);
    padding: 18px 18px;
    margin: 20px auto 0;
  }
  #wrap main section.sec-contact .catalog-box .box {
    display: block;
    padding: 10px 18px 32px;
  }
  #wrap main section.sec-contact .catalog-box .box .text-box {
    margin: 18px auto 0;
    padding-left: 0px;
  }
  #wrap main section.sec-contact .catalog-box .box .text-box h2 {
    font-size: 24px;
  }
  #wrap main section.sec-contact .catalog-box .box .text-box h3 {
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-top: 6px;
  }
  #wrap main section.sec-contact .catalog-box .box .text-box .p-box p {
    font-size: 13px;
    line-height: 2.1;
    letter-spacing: 0.01em;
  }
  #wrap main section.sec-contact .btn-contact {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
    margin: 10px auto 0;
  }
  #wrap main section.sec-contact .btn-contact a {
    font-size: 13px;
    padding: 20px 0 20px;
  }
  #wrap main section.sec-instagram {
    margin: 88px auto 0;
  }
  #wrap main section.sec-instagram h2 {
    font-size: 24px;
  }
  #wrap main section.sec-instagram .lead-box {
    margin-top: 14px;
  }
  #wrap main section.sec-instagram .insta-box {
    margin-top: 34px;
    width: calc(100% - 60px);
  }
  #wrap main section.sec-instagram .insta-box:before {
    width: 60px;
    height: 60px;
    top: -52px;
    left: auto;
    right: 8px;
  }
  #wrap main section.sec-banner {
    margin: 80px auto 0;
  }
  #wrap main section.sec-banner .container {
    width: calc(100% - 60px);
  }
  #wrap main section.sec-banner .container article:nth-child(n + 2) {
    margin-top: 30px;
  }
  #wrap footer {
    margin: 160px auto 0;
    padding-bottom: 42px;
    margin: 138px auto 0;
    padding-bottom: 90px;
  }
  #wrap footer .logo {
    width: 150px;
  }
  #wrap footer .logo img {
    left: -12px;
  }
  #wrap footer ul.sns-box {
    margin: 44px auto 0;
  }
  #wrap footer ul.sns-box li {
    width: 15px;
  }
  #wrap footer ul.sns-box li img {
    width: 100%;
    height: auto;
  }
  #wrap footer ul.sns-box li:nth-child(n + 2) {
    margin-left: 18px;
  }
  #wrap footer ul.sns-box li:nth-child(2) {
    position: relative;
    top: -1px;
    width: 18px;
  }
  #wrap footer ul.sns-box li:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  #wrap footer nav {
    margin: 24px auto 0;
  }
  #wrap footer nav ul {
    display: block;
    text-align: center;
  }
  #wrap footer nav ul li {
    font-size: 13px;
  }
  #wrap footer nav ul li:nth-child(n + 2) {
    margin: 15px auto 0;
  }
  #wrap footer ul.collabo {
    font-size: 13px;
    margin: 60px auto 0;
  }
  #wrap footer ul.collabo li:nth-child(3) {
    font-size: 12px;
    line-height: 1.6;
  }
  #wrap footer .jimukyoku {
    font-size: 12px;
    margin: 20px auto 0;
  }
  #wrap footer .copyright {
    margin: 70px auto 0;
  }
  #nav-pagetop {
    font-size: 16px;
    top: auto;
    bottom: 110px;
    right: 22px;
  }
  #nav-pagetop .pagetop .line-box {
    height: 40px;
  }
  #loading .logo {
    width: 180px;
  }
  #loading .logo img {
    left: -10px;
  }
  #nav-sp nav.nav-sp .container .logo {
    width: 166px;
  }
  #nav-sp nav.nav-sp .container .logo img {
    left: -12px;
  }
  #nav-sp nav.nav-sp .container ul.sns-box {
    margin: 64px auto 0;
  }
  #nav-sp nav.nav-sp .container ul.sns-box li {
    width: 15px;
  }
  #nav-sp nav.nav-sp .container ul.sns-box li img {
    width: 100%;
    height: auto;
  }
  #nav-sp nav.nav-sp .container ul.sns-box li:nth-child(n + 2) {
    margin-left: 18px;
  }
  #nav-sp nav.nav-sp .container ul.sns-box li:nth-child(2) {
    position: relative;
    top: -1px;
    width: 18px;
  }
  #nav-sp nav.nav-sp .container ul.sns-box li:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  #nav-sp nav.nav-sp .container nav {
    margin: 36px auto 0;
  }
  #nav-sp nav.nav-sp .container nav ul {
    display: block;
    text-align: center;
  }
  #nav-sp nav.nav-sp .container nav ul li {
    font-size: 16px;
  }
  #nav-sp nav.nav-sp .container nav ul li:nth-child(n + 2) {
    margin: 25px auto 0;
  }
  #nav-sp .btnNavi {
    margin-left: 24px;
    padding: 8px 0;
  }
  #nav-sp .btnNavi span {
    width: 24px;
    height: 3px;
  }
  #btn-contact {
    width: calc(100% - 24px);
    right: 12px;
    bottom: 12px;
    height: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #btn-contact span {
    font-size: 13px;
    padding: 17px 0;
    width: calc(50% - 5px);
  }
  #modal-textile .container {
    width: calc(100% - 76px);
    height: auto;
  }
  #modal-textile .container article {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 25px 50px;
  }
  #modal-textile .container article .text-box {
    width: 100%;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 12px;
    line-height: 2.1;
    margin-top: 20px;
  }
  #modal-textile .container article .image-box {
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 14px;
  }
  #modal-textile .container article .image-box .image {
    width: 24vh;
    margin: 0 auto;
  }
  #modal-textile .container article .ttl-box {
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
  #modal-textile .container article .ttl-box .thumb-box {
    height: auto;
  }
  #modal-textile .container article .ttl-box .thumb-box li:nth-child(2n + 1) {
    margin-right: 10px;
  }
  #modal-textile .container article .ttl-box .thumb-box li {
    width: 40px;
    margin-right: 10px;
  }
  #modal-textile .container article .ttl-box .text-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px;
    padding: 4px 0 4px;
  }
  #modal-textile .container article .ttl-box .ttl {
    width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-top: 0;
    height: auto;
    padding-right: 20px;
  }
  #modal-textile .container article .ttl-box .ttl h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 9px;
    display: block;
  }
  #modal-textile .container article .ttl-box .ttl h3 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
    display: block;
    padding: 0;
    margin-top: 6px;
    line-height: 1.45;
  }
  #modal-textile .container article .ttl-box .ttl h3.smallcaps {
    font-size: 10px;
    line-height: 1.25;
  }
  #modal-textile .container article .ttl-box .place {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 8px;
  }
  #modal-textile .container article .ttl-box .place.long {
    padding-top: 15px;
  }
  #modal-textile .container article .ttl-box .place:before {
    width: 1px;
    height: 100%;
  }
  #modal-textile .container article .ttl-box .place p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 16px;
    display: block;
  }
  #modal-textile .container article .btn-close {
    top: 12px;
    right: 12px;
    width: 25px;
  }
}
@media screen and (min-width: 769px) {
  /*
  header h1 {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header h1:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  header nav ul.sns li a {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header nav ul.sns li a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  header nav ul.nav li {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header nav ul.nav li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
    */
  #wrap main section.sec-main .btn-magazine {
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-main .btn-magazine:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  #wrap main section.sec-collaboration ul.collabo-box li {
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-collaboration ul.collabo-box li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .pager
    nav
    ul
    li {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap
    main
    section.sec-product
    .product-room
    .container
    .l-box
    section
    .slide-box
    .pager
    nav
    ul
    li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #wrap main section.sec-product .product-others .container .pager nav ul li {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap
    main
    section.sec-product
    .product-others
    .container
    .pager
    nav
    ul
    li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #wrap main section.sec-360view .image-box:hover .base:before {
    background: transparent;
  }
  #wrap main section.sec-textile .detail-box .image-box ul.mouse-li li {
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition:
      transform 0.5s cubic-bezier(0.33, 1, 0.68, 1),
      -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-textile .detail-box .image-box ul.mouse-li li:hover {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  #wrap main section.sec-article .container .article-li-1 ul li {
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-article .container .article-li-1 ul li:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  #wrap main section.sec-article .container .article-li-2 ul li {
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-article .container .article-li-2 ul li:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  #wrap
    main
    section.sec-article
    .container
    .article-li-2
    ul
    li:nth-child(n + 7) {
    display: none;
  }
  #wrap main section.sec-article .container .btn-more span {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.sec-article .container .btn-more span:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #wrap main section.sec-contact .btn-contact a {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.sec-contact .btn-contact a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #wrap main section.sec-instagram .insta-box {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.sec-instagram .insta-box:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  #wrap footer ul.sns-box li {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap footer ul.sns-box li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #wrap footer nav ul li {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap footer nav ul li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #wrap footer ul.collabo li {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap footer ul.collabo li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #nav-pagetop {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-pagetop:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #nav-sp {
    display: none;
  }
  #nav-sp .btnNavi {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-sp .btnNavi:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #btn-contact span {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #btn-contact span:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #modal-textile .container article .btn-close {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #modal-textile .container article .btn-close:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #wrap
    main
    section.sec-collaboration
    ul.collabo-box
    li.shagaitorishimariyaku
    .ttl-box
    .logo {
    margin-right: 70px;
  }
}
#wrap
  main
  section.sec-collaboration
  ul.collabo-box
  li.shagaitorishimariyaku:hover,
#wrap footer ul.collabo li:nth-child(3):hover {
  opacity: 1;
}

/* 追記 */
.c-btn,
.l-header__nav a,
.p-index__event a,
footer a {
  text-decoration: none;
}
.p-index__event img {
  width: 100%;
}

/*追記1225*/
.sec-main .slide-box article .fv-pan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
