@charset "UTF-8";

/* 共通 */

*{
  box-sizing: border-box;
}

img{
  max-width: 100%;
}

.pc{
  display: block;
}

.sp {
  display: none;
}

#main {
  margin-bottom: 100px;
}

p {
  line-height: 1.5em;
}

h2{
  font-weight: bold;
}

.bg{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 50px 0;
}

.bg_inner{
  width: 1024px;
  padding: 0 30px;
  margin: 0 auto;
}

/* navi */
nav{
  background-color: #D2E7AD;
}

nav h2{
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
}

.navi{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 50px;
  margin-bottom: 50px;
}

.navi li a{
  text-decoration: none;
}

.text_link{
  text-decoration: underline;
  text-align: center;
  font-size: 18px;
}

/* .bg_color{
  padding: 20px 20px 10px 20px;
} */

.bg_color img, .fabric img{
  border-radius: 50%;
}

.bg_color img{
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}

.bg_color p{
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #DC4F95;
}

.navi li:nth-child(4),
.navi li:nth-child(5) {
  justify-self: center;
}

/* feature */
#feature{
  background-color: #F6F3E8;
}

#feature h2{
  margin-bottom: 50px;
  text-align: center;
  font-size: 32px;
}

#feature ul{
  display: flex;
  justify-content: space-between;
}

#feature ul li{
  width: 160px;
}

#feature ul li p{
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

/* product_introduction */
#product_introduction{
  padding: 150px 0;
}

#product_introduction h2{
  text-align: center;
  font-size: 32px;
}

/* item */

#silky_high_stretch{
  background-color: #E9F4F8;
}

#high_density_flat_stretch{
  background-color: #F3EDF0;
}

#stretch_gaba{
  background-color: #E0EBF0;
}

#sorona_stretch_twill{
  background-color: #F3E8F8;
}

#heathered_stretch_twill{
  background-color: #C7C0BB;
}

.intro p{
  font-size: 24px;
  margin-bottom: 50px;
}

.set {
  border-bottom: 2px solid #879bae;
  padding-bottom: 90px;
  margin-bottom: 90px;
}

.set:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.set h3{
  font-size:24px;
  text-align: left;
  line-height: 1.2;
  margin-top: 35px;
  margin-bottom: 5px;
}

.set img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.set .name {
  margin-top: 20px;
  text-align-last: left;
  font-size: 23px;
}

.set .value {
  margin-top: 10px;
  font-size: 40px;
  text-align: center;
}

.set .value span {
  font-size: 20px;
}

.set .detail {
  font-size: 30px;
}

.set .detail a {
  text-decoration: none;
  color: #ffffff;
  padding: 15px 70px 15px 80px;
  display: block;
}

.button .detail a{
  background-color: #000;
}

.flex_item{
  width: 49%;
}

.flex_item:nth-of-type(odd){
  margin-right: 16px;
}

.fabric{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.fabric img{
  margin-right: 30px;
  width: 150px;
}

.fabric h2{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}

.fabric p{
  font-size: 24px;
}

.flex_container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fabric{
  padding: 20px;
}

.desc{
  color: #000;
}

.br{
  text-indent: -0.5em;
  padding-left: 0.5em;
  line-height: 1.3;
}

/* <!-- .click_button --> */

.click_button{
  display: block;
  margin: 100px auto 50px;
  background-color: #C7C8CC;
  width: 65%;
  border: none;
}

.click_button a{
  padding: 20px;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.click_button a p{
  font-size: 32px;
  text-align: center;
  color: #000;
}

/* #stretch_gaba .desc, #backlace .desc{
  color: #000;
} */


/* SP */

@media screen and (max-width: 520px) { /* SP */

html {
  scroll-padding-top: 60px;
  overflow: scroll;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

.pane-main > div:last-child{
  padding-bottom: 0;
}

#main {
  margin-bottom: 40px;
}

h1 {
  margin-bottom: 10px;
}

h2 {
  background-color: transparent;
  font-weight: bold;
}

.bg{
  padding: 30px 0;
}

.bg_inner{
  width: 100%;
}

/* intro */
.intro p{
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}

/* <!-- navi --> */
nav h2{
  margin-bottom: 20px;
  font-size: 24px;
}

.navi{
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  column-gap: 40px;
  margin-bottom: 0;
}

.navi li a{
  color: #000;
}

.navi li a div p{
  font-size: 4.5vw;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}

.text_link{
  font-size: 3.5vw;
  line-height: 1.4;
}

/* feature */
#feature h2{
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.03em;
}

#feature ul{
  column-gap: 5vw;
}

#feature ul li{
  text-align: center;
  width: 45vw;
  margin-bottom: 30px;
}

#feature ul li:last-child{
  margin-bottom: 0;
}

#feature ul li p{
  padding-top: 5px;
  font-size: 3vw;
  letter-spacing: 0.01em;
}

#feature ul li img{
  padding-top: 5px;
  font-size: 4vw;
}

/* product_introduction */
#product_introduction{
  padding: 80px 0;
}

/* <!-- #item --> */

.set .name {
  margin-top: 10px;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-align: left;
}

.set .value {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1;
}

.set .value span {
  font-size: 16px;
  letter-spacing: 0.01em;
}

.set .detail {
  margin-top: 10px;
  font-size: 20px;
}

.set .detail a {
  padding: 10px 40px 10px 50px;
}

.set h3{
  font-size: 5vw;
  letter-spacing: 0.03em;
}

.bg_color p{
  font-size: 16px;
}

.fabric{
  display: grid;
  margin: 0 30px;
  padding: 0;
}

.fabric h2{
  text-align: center;
  line-height: 1;
}

.fabric .desc{
  display: contents;
}

.fabric img{
  margin-right: 0;
  width: 70%;
  order: 2;
  margin: 20px auto;
}

.fabric h2{
  order: 1;
  margin-bottom: 0;
}

.fabric p{
  order: 3;
  font-size: 16px;
  padding-top: 10px;
}

  .flex_item{
  width: 100%;
  }

  .flex_container{
    display: block;
  }

.bg_color p{
  margin: 0 -10px;
}

/* <!-- .click_button --> */

.click_button{
  margin: 50px auto;
  width: 100%;
}

.click_button a{
  padding: 8px;
  display: block;
  width: 100%;
  height: auto;
}

.click_button a p{
  font-size: 5vw;
}

}