@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


html {
  font-size: 62.5%;
}

#nook {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #278ac5;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 1px 1px 7.0rem;
}

#nook * {
  box-sizing: border-box;
}

#nook img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

#nook .title {
  width: 100%;
  margin: 5.0rem auto 0;
  position: relative;
}

#nook .title span {
  display: block;
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
}

#nook .title h1 {
  color: #fff;
  margin: 3.0rem auto;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 90%;
  max-width: 650px;
}

#nook .title h1 strong {
  color: #278ac5;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}

#nook .title h1:before {
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: url(https://gigaplus.makeshop.jp/matrug/item/living/nook/images/mokomokoimg02.webp) no-repeat center center;
  background-size: contain;
}

#nook .title p {
  margin: 2.0rem auto 0;
  padding: 0;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  word-break: keep-all;
  overflow-wrap: anywhere;
  position: relative;
  width: 90%;
  max-width: 650px;
  padding-right: 41%;
  letter-spacing: 0.1em;
}

#nook .title::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 40%;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/matrug/item/living/nook/images/mokomokoimg03.webp) no-repeat right bottom;
  background-size: contain;
  bottom: 0;
  right: 0;
}

@media screen and (max-width:768px) {
  #nook .title p {
    padding-right: 0;
  }

}

#nook .variation {
  width: 95%;
  margin: 5.0rem auto 0;
}

#nook .variation {
  width: 95%;
  margin: 5.0rem auto 0;
}

#nook .variation h2 {
  text-align: center;
  position: relative;
}

#nook .variation h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(https://gigaplus.makeshop.jp/matrug/item/living/nook/images/mokomokoimg04.webp) no-repeat center center;
  background-size: contain;
  margin: 0 auto;
}

#nook .variation h2::after {
  content: "";
  display: block;
  width: 90%;
  height: 100px;
  background: url(https://gigaplus.makeshop.jp/matrug/item/living/nook/images/mokomokoimg05.webp) no-repeat top center;
  background-size: contain;
  margin: 2.0rem auto 0;
}

#nook .variation h2 span {
  display: inline-block;
  padding: 0.7rem 4.0rem 2.0rem;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1;
  position: relative;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

#nook .variation h2 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/matrug/item/living/nook/images/mokomokoimg10.svg) no-repeat center bottom;
  background-size: 350px;
  bottom: 0;
  left: 0;
}

#nook .variation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 3.0rem auto 0;
  padding: 1px;
  width: 95%;
  list-style-type: none;
}

#nook .variation ul li {
  width: 48%;
  display: block;
  list-style-type: none;
  margin: 2.0rem 0 0;
}

@media screen and (max-width:768px) {
  #nook .variation ul li {
    width: 100%;
  }

}

#nook .use {
  margin-top: 5.0rem;
}

#nook .use h2 {
  text-align: center;
  position: relative;
}

#nook .use h2 span {
  display: inline-block;
  padding: 0.7rem 4.0rem 2.0rem;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1;
  position: relative;
  word-break: keep-all;
  overflow-wrap: anywhere;

}

#nook .use h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://gigaplus.makeshop.jp/matrug/item/living/nook/images/mokomokoimg11.webp) no-repeat center center;
  background-size: contain;
  margin: 0 auto;
}

#nook .use h2 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/matrug/item/living/nook/images/mokomokoimg10.svg) no-repeat center bottom;
  background-size: 350px;
  bottom: 0;
  left: 0;
}

#nook .use .slider {
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

#nook .use .slider .slick-slide {
  height: auto;
}

#nook .use .slider2 {
  margin-top: 2.0rem;
}

#nook .use .slider2 div {
  padding: 0 0.3rem;
}

#nook .use .slick-prev {
  left: -30px;
}

#nook .use .slick-next {
  right: -30px;
}

#nook .use .slider2 .slick-slide {
  height: auto;
}

#nook>h2 {
  margin: 10.0rem 0 0;
  text-align: center;
  position: relative;
}

#nook>h2 span {
  display: inline-block;
  padding: 0.7rem 4.0rem 2.0rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  word-break: keep-all;
  overflow-wrap: anywhere;
}


#nook>h2 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/matrug/item/living/nook/images/mokomokoimg10.svg) no-repeat center bottom;
  background-size: 350px;
  bottom: 0;
  left: 0;
}

#nook>span {
  display: block;
  margin: 2.0rem auto 0;
  width: 90%;
  max-width: 500px;
}

#nook>p {
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 2.0rem auto 0;
  width: 90%;
  max-width: 500px;
}








/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Mincho', serif;
font-family: 'Zen Old Mincho', serif;
font-family: 'Noto Sans', sans-serif; 
*/