/* common
================================================== */
/* container */
#contents .container__inner {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #contents .container__inner {
    width: auto;
    padding: 0 20px;
  }
}

/* section */
#contents .section__title {
  margin-bottom: 1em;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
}
#contents .section__lead {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 1.666;
  text-align: center;
}
#contents .section__note {
  font-size: 12px !important;
}
#contents .section__sup {
  display: inline-block;
  font-size: 65%;
}
@media only screen and (max-width: 767px) {
  #contents .section__title {
    font-size: 5.33333vw;
    line-height: 1.35;
  }
  #contents .section__lead {
    font-size: 4vw;
    line-height: 1.4;
    text-align: left;
  }
  #contents .section__note {
    font-size: 11px !important;
  }
}

/* title
================================================== */
#contents .page-title {
  padding: 60px 0 50px;
  background: #f0efe8;
}
#contents .page-title h2 {
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}
#contents .page-title h2 span, #contents .page-title h2 strong {
  display: block;
}
#contents .page-title h2 span {
  font-size: 24px;
}
#contents .page-title h2 strong {
  font-size: 46px;
}
#contents .page-title h2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  #contents .page-title {
    padding: 40px 0 30px;
  }
  #contents .page-title h2 span {
    font-size: 4vw;
  }
  #contents .page-title h2 strong {
    font-size: 6.13333vw;
  }
}

/* desc
================================================== */
#contents .desc {
  padding: 60px 0 80px;
  background: #333;
  color: #fff;
}
#contents .desc__main {
  position: relative;
  margin-top: 60px;
}
#contents .desc__anchor {
  position: absolute;
  width: 206px;
  height: 206px;
}
#contents .desc__anchor a {
  transition: opacity .3s ease;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  overflow: hidden;
}
#contents .desc__anchor a:hover {
  opacity: .25;
}
#contents .desc__anchor.p1 {
  left: 380px;
  top: 105px;
}
#contents .desc__anchor.p2 {
  left: 607px;
  top: 201px;
}
#contents .desc__anchor.p3 {
  left: 152px;
  top: 201px;
}
#contents .desc__anchor.p4 {
  left: 607px;
  top: 438px;
}
#contents .desc__anchor.p5 {
  left: 152px;
  top: 438px;
}
#contents .desc__anchor.p6 {
  left: 380px;
  top: 533px;
}
@media only screen and (max-width: 767px) {
  #contents .desc {
    padding: 40px 0 60px;
  }
  #contents .desc__main {
    margin-top: 30px;
  }
  #contents .desc__anchor {
    width: calc(206 / 670 * 100%);
    height: calc(206 / 880 * 100%);
  }
  #contents .desc__anchor.p1 {
    left: calc(233 / 670 * 100%);
    top: calc(137 / 880 * 100%);
  }
  #contents .desc__anchor.p2 {
    left: calc(461 / 670 * 100%);
    top: calc(232 / 880 * 100%);
  }
  #contents .desc__anchor.p3 {
    left: calc(5 / 670 * 100%);
    top: calc(232 / 880 * 100%);
  }
  #contents .desc__anchor.p4 {
    left: calc(461 / 670 * 100%);
    top: calc(470 / 880 * 100%);
  }
  #contents .desc__anchor.p5 {
    left: calc(5 / 670 * 100%);
    top: calc(470 / 880 * 100%);
  }
  #contents .desc__anchor.p6 {
    left: calc(233 / 670 * 100%);
    top: calc(565 / 880 * 100%);
  }
}

/* points
================================================== */
#contents .points {
  padding: 60px 0 100px;
  background: #f0efe8;
}
@media only screen and (max-width: 767px) {
  #contents .points {
    padding: 40px 0;
  }
}

/* point
================================================== */
#contents .point + .point {
  margin-top: 70px;
}
#contents .point__title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: solid 2px #333;
  line-height: 1.2;
}
#contents .point__title__num {
  white-space: nowrap;
  margin-right: .25em;
  font-size: 70px;
  line-height: 1;
}
#contents .point__title__text span, #contents .point__title__text em {
  display: inline-block;
  vertical-align: middle;
}
#contents .point__title__text span {
  margin-bottom: .2em;
  padding-top: .2em;
  font-size: 20px;
}
#contents .point__title__text em {
  font-size: 28px;
}
#contents .point__title__text em.point__title__text__model {
  margin-left: .5em;
  padding: 0.35em 0.25em;
  letter-spacing: -.05em;
  background: #dcd1ba;
  font-size: 13px;
  font-style: normal;
}
#contents .point__title__text em.point__title__text__model i {
  font-style: normal;
  color: #d00404;
}
#contents .point__p {
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.625;
}
#contents .point__p sup {
  font-size: 65%;
}
#contents .point__h4 {
  display: flex;
  align-items: center;
  margin-top: 50px;
  line-height: 1.3;
}
#contents .point__h4--mb {
  margin-bottom: 30px;
}
#contents .point__h4 span {
  margin-right: 1em;
  padding-left: 14px;
  border-left: solid 5px #333;
  font-size: 22px;
}
#contents .point__h4 em {
  padding: .25em .75em;
  background: #dcd1ba;
  font-size: 13px;
  font-style: normal;
}
#contents .point__h4 em i {
  font-style: normal;
  color: #d00404;
}
#contents .point__dl dt {
  margin-bottom: 1em;
  padding-bottom: .25em;
  border-bottom: solid 1px #333;
  font-size: 18px;
}
#contents .point__dl dd {
  font-size: 14px;
}
#contents .point__dl + .point__dl {
  margin-top: 1.5em;
}
#contents .point__grid {
  display: flex;
  justify-content: space-between;
}
#contents .point__grid > div {
  width: 460px;
}
#contents .point__grid--center {
  align-items: center;
}
#contents .point__p2-figs {
  display: flex;
  justify-content: space-between;
}
#contents .point__p2-table table {
  width: 100%;
  margin-top: 25px;
}
#contents .point__p2-table table th, #contents .point__p2-table table td {
  padding: 1em;
  border: solid 1px #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
#contents .point__p2-table table th {
  background: #333;
  color: #fff;
}
#contents .point__p2-table table td {
  background: #dcd1ba;
}
#contents .point__p2-table table tbody th {
  text-align: left;
}
#contents .point__p2-passport {
  display: flex;
  justify-content: space-between;
}
#contents .point__port {
  position: relative;
  margin: 25px 0 30px;
}
#contents .point__port__logo {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 86px;
  background: #202d5b;
}
#contents .point__port__logo img {
  display: block;
}
#contents .point__port__points {
  max-width: 500px;
  margin: 0 auto 50px;
}
#contents .point__port__points li {
  display: flex;
  height: 86px;
  background: #333;
  color: #fff;
}
#contents .point__port__points li > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 86px;
  width: 86px;
  height: 100%;
  background-image: -moz-linear-gradient(-90deg, #515151 0%, #333333 100%);
  background-image: -webkit-linear-gradient(-90deg, #515151 0%, #333333 100%);
  background-image: -ms-linear-gradient(-90deg, #515151 0%, #333333 100%);
  line-height: 1;
}
#contents .point__port__points li > div:nth-child(1) span:nth-child(1) {
  font-size: 12px;
}
#contents .point__port__points li > div:nth-child(1) span:nth-child(2) {
  margin-bottom: 5px;
  font-size: 32px;
}
#contents .point__port__points li > div:nth-child(1) span:nth-child(3) {
  font-size: 14px;
}
#contents .point__port__points li > div:nth-child(2) {
  display: flex;
  align-items: center;
  padding: 0 13px;
}
#contents .point__port__points li > div:nth-child(2) i {
  margin-right: 10px;
  flex: 0 0 50px;
  width: 50px;
}
#contents .point__port__points li > div:nth-child(2) i img {
  width: 100%;
  height: auto;
}
#contents .point__port__points li > div:nth-child(2) span {
  font-size: 20px;
}
#contents .point__port__points li + li {
  margin-top: 6px;
}
#contents .point__port__btn {
  text-align: center;
}
#contents .point__port__btn a {
  position: relative;
  display: inline-block;
  padding: 18px 115px;
  background: #fff;
  border: solid 1px #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  color: #333;
}
#contents .point__port__btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #333;
  transform: rotate(-45deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  #contents .point {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #contents .point + .point {
    margin-top: 35px;
    padding-top: 35px;
    border-top: solid 1px #d3c6b1;
  }
  #contents .point__title {
    align-items: flex-start;
    margin-bottom: 25px;
  }
  #contents .point__title__num {
    margin-right: .35em;
    font-size: 9.33333vw;
  }
  #contents .point__title__text span {
    font-size: 4vw;
  }
  #contents .point__title__text em {
    display: block;
    font-size: 5.33333vw;
  }
  #contents .point__title__text em.point__title__text__model {
    margin: .5em 0 0 0;
    font-size: 3.2vw;
  }
  #contents .point__p {
    font-size: 4vw;
    line-height: 1.4;
  }
  #contents .point__h4 {
    display: block;
    margin-top: 40px;
  }
  #contents .point__h4--mb {
    margin-bottom: 20px;
  }
  #contents .point__h4 span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 4.8vw;
  }
  #contents .point__h4 em {
    font-size: 3.2vw;
  }
  #contents .point__dl dt {
    font-size: 4.8vw;
  }
  #contents .point__dl dd {
    font-size: 4vw;
    line-height: 1.4;
  }
  #contents .point__grid {
    display: block;
  }
  #contents .point__grid > div {
    width: auto;
  }
  #contents .point__grid > div + div {
    margin-top: 20px;
  }
  #contents .point__p2-figs {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  #contents .point__p2-figs > li {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding: 5px;
  }
  #contents .point__p2-table {
    width: 100%;
    overflow: scroll;
  }
  #contents .point__p2-table table {
    min-width: 100%;
    white-space: nowrap;
  }
  #contents .point__p2-table table th, #contents .point__p2-table table td {
    font-size: 12px;
  }
  #contents .point__p2-passport {
    display: block;
  }
  #contents .point__p2-passport > p {
    margin-bottom: 2em;
    padding: 0;
  }
  #contents .point__p2-passport > div {
    width: auto;
  }
  #contents .point__port {
    margin: 20px 0;
  }
  #contents .point__port__logo {
    position: static;
    width: 146px;
    height: 62px;
    margin-bottom: 15px;
  }
  #contents .point__port__logo img {
    width: 106px;
    height: auto;
  }
  #contents .point__port__points {
    max-width: none;
    margin: 0 0 35px 0;
  }
  #contents .point__port__points li {
    height: 58px;
  }
  #contents .point__port__points li > div:nth-child(1) {
    flex: 0 0 58px;
    width: 58px;
  }
  #contents .point__port__points li > div:nth-child(1) span:nth-child(1) {
    font-size: 2.13333vw;
  }
  #contents .point__port__points li > div:nth-child(1) span:nth-child(2) {
    font-size: 6vw;
  }
  #contents .point__port__points li > div:nth-child(1) span:nth-child(3) {
    font-size: 2.53333vw;
  }
  #contents .point__port__points li > div:nth-child(2) {
    padding: 0 10px;
  }
  #contents .point__port__points li > div:nth-child(2) i {
    flex: 0 0 34px;
    width: 34px;
  }
  #contents .point__port__points li > div:nth-child(2) span {
    font-size: 3.46667vw;
  }
  #contents .point__port__btn a {
    display: block;
    padding: 10px;
    font-size: 4vw;
    line-height: 1.4;
  }
}

/* sustainability
================================================== */
#contents .sustainability__title {
  padding: 60px 0;
  background: url(/products/textile/images/feature/sustainability_bg.jpg) no-repeat center;
  background-size: cover;
}
#contents .sustainability__title dl {
  display: flex;
  align-items: flex-start;
}
#contents .sustainability__title dl dt {
  padding-bottom: 8px;
  border-bottom: solid 2px #333;
  white-space: nowrap;
  font-size: 22px;
  line-height: 1.3;
}
#contents .sustainability__title dl dd {
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.625;
}
#contents .sustainability__body {
  padding: 60px 0;
  background: #f0efe8;
}
#contents .sustainability__h3 {
  margin-bottom: 30px;
  padding-bottom: .5em;
  border-bottom: solid 2px #333;
  font-size: 22px;
}
#contents .sustainability__grid {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
#contents .sustainability__grid > div {
  width: 460px;
}
#contents .sustainability__grid ol, #contents .sustainability__grid ul {
  list-style: none;
  font-size: 18px;
  line-height: 1.66;
}
#contents .sustainability__grid ol > li + li, #contents .sustainability__grid ul > li + li {
  margin-top: 1em;
}
#contents .sustainability__grid ol li {
  display: flex;
  align-items: center;
}
#contents .sustainability__grid ol span:lang(en) {
  display: flex;
  align-items: center;
  width: 75px;
  white-space: nowrap;
  margin-right: 1.25em;
  font-size: 14px;
}
#contents .sustainability__grid ol span:lang(en) em {
  margin-top: -.2em;
  margin-left: .1em;
  font-size: 36px;
  line-height: 1;
}
#contents .sustainability__grid ol span:lang(ja) {
  width: 370px;
}
#contents .sustainability__grid ul li {
  border-left: solid 4px #333;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  #contents .sustainability__title {
    padding: 40px 0;
  }
  #contents .sustainability__title dl {
    display: block;
  }
  #contents .sustainability__title dl dt {
    margin-bottom: 1em;
    font-size: 4.8vw;
  }
  #contents .sustainability__title dl dd {
    padding: 0;
    font-size: 4vw;
    line-height: 1.4;
  }
  #contents .sustainability__body {
    padding: 40px 0;
  }
  #contents .sustainability__h3 {
    font-size: 4.8vw;
  }
  #contents .sustainability__image {
    display: block;
    margin: 0 auto;
    max-width: 260px;
  }
  #contents .sustainability__grid {
    display: block;
    margin-top: 40px;
  }
  #contents .sustainability__grid > div {
    width: auto;
  }
  #contents .sustainability__grid > div + div {
    margin-top: 40px;
  }
  #contents .sustainability__grid ol, #contents .sustainability__grid ul {
    font-size: 4vw;
    line-height: 1.4;
  }
  #contents .sustainability__grid ol span {
    font-size: 3.73333vw;
    width: auto !important;
  }
  #contents .sustainability__grid ol span em {
    font-size: 6.13333vw;
  }
}
