﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
ヌース繊維商品10%OFF
========================*/
#noosfab {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#noosfab header{
  width: 100%;
  padding: 32px 12px 42px;
  margin: 0 auto;
  background: url(../img/noosfab_bg.png) no-repeat center top;
  background-size:cover;
  text-align: center;
}
#noosfab p{
  width: 100%;
  max-width: 840px;
  margin: 32px auto 12px;
  padding: 0 32px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
#noosfab p{
  margin: 24px auto 12px;
  font-size: 1.05em;
  }
}
#noosfab ul{
  width:100%;
  max-width: 1000px;
  margin: 0 auto;
  padding:0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
}
#noosfab ul li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
}
@media screen and (max-width: 640px) {
#noosfab ul{
  display: block;
  flex-direction: column;
  }
#noosfab ul li{
  width: 100%;
  max-width:100%;
  text-align: center;
  }
}


/*========================
ヌースオリジナルマグカッププレゼント
========================*/
#nooscup {
  width: 100%;
  max-width: 1000px;
  margin: 42px auto 0;
  padding: 0;
  text-align: center;
}

