/* adjusting
================================================== */
#contents .headSection {
  padding-bottom: 30px;
}
#contents .headSection .innerBlock {
  display: flex;
  width: 1240px;
  padding: 0 15px;
}
#contents .headSection .innerBlock .logo {
  padding-right: 15px;
}
#contents .headSection .innerBlock .title {
  align-self: center;
  padding-left: 15px;
  background: url(/common/images/bg_dline_01.gif) repeat-y left bottom;
  line-height: 1;
  font-size: 200%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .headSection {
    padding: 0 15px 15px;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0;
  }
  #contents .headSection .innerBlock .title {
    font-size: 115%;
  }
  #contents .ancNav {
    width: auto;
    margin: 0 auto !important;
    position: relative;
    padding: 0.5em 15px;
  }
  #contents .ancNav ul li {
    width: 100%;
    background: none;
    position: relative;
    display: block;
    font-weight: bold;
    margin: 0.2em 0;
    padding: 0;
    font-size: 105%;
  }
  #contents .ancNav ul li a {
    display: block;
    padding: 8px 25px 8px 0 !important;
    border-bottom: 1px solid #005AB4;
    text-decoration: none !important;
  }
  #contents .ancNav ul li a::after {
    content: "";
    position: absolute;
    border-top: 2px solid #005AB4;
    border-right: 2px solid #005AB4;
    width: 6px;
    height: 6px;
    top: 40%;
    right: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #contents .ancNav .iDown02 {
    background: none;
    padding: 0 !important;
    display: block;
  }
  #contents .detailSection {
    width: auto;
    padding: 0 15px;
  }
  #contents .container {
    overflow: visible;
  }
}

/* lnav
================================================== */
#contents .lnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: solid 1px #ccc;
  z-index: 100;
}
#contents .lnav a {
  transition: opacity .3s ease;
}
#contents .lnav a:hover {
  opacity: .75;
}
#contents .lnav__inner {
  display: flex;
  margin: 0 auto;
  width: 960px;
}
#contents .lnav__items {
  display: flex;
}
#contents .lnav__items > li + li {
  margin-left: 2px;
}
#contents .lnav__items > li {
  width: 140px;
}
#contents .lnav__items > li:nth-child(5) {
  width: 190px;
}
#contents .lnav__item {
  box-sizing: border-box;
}
#contents .lnav__item a {
  box-sizing: border-box;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  background: #0c5cb1;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#contents .lnav__item a span {
  line-height: 1.3;
  text-align: left;
}
#contents .lnav__item.is-active a {
  margin-top: -6px;
  margin-bottom: -1px;
  height: 63px;
  border: solid 1px #ccc;
  border-bottom-color: #fff;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to bottom, #ebebeb, #ffffff);
  color: #333;
  pointer-events: none;
}
#contents .lnav__contact {
  margin-left: auto;
  width: 194px;
}
#contents .lnav__contact a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: #0f9edc;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#contents .lnav__contact a::after {
  right: 15px;
  top: 50%;
  margin-top: -6px;
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #contents .lnav {
    position: static;
  }
  #contents .lnav__inner {
    position: relative;
    display: block;
    width: auto;
  }
  #contents .lnav__items {
    flex-wrap: wrap;
  }
  #contents .lnav__items > li + li {
    margin: 0;
  }
  #contents .lnav__items > li {
    width: 50%;
  }
  #contents .lnav__items > li:nth-child(odd) {
    padding-right: 0;
  }
  #contents .lnav__items > li:nth-child(even) {
    padding-left: 1px;
  }
  #contents .lnav__items > li:nth-child(5) {
    width: 50%;
  }
  #contents .lnav__item.is-active a, #contents .lnav__item a {
    margin: 0 0 1px 0;
    height: 47px;
    background: #0c5cb1;
    border: none;
    border-radius: 0;
    line-height: 47px;
    font-size: 15px;
    color: #fff;
  }
  #contents .lnav__item.is-active a span, #contents .lnav__item a span {
    text-align: center;
  }
  #contents .lnav__item.is-active a span br, #contents .lnav__item a span br {
    display: none;
  }
  #contents .lnav__item.is-active a {
    border: solid 1px #ccc !important;
    background: #f8f8f8;
    color: #333;
  }
  #contents .lnav__contact {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 50%;
  }
  #contents .lnav__contact a {
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    border-radius: 0;
  }
}

/* l-header */
.l-header {
  padding: 0 32px;
  background-color: black;
  height: 68px;
  color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.l-header__burger {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}
.l-header a {
  text-decoration: underline;
  color: inherit;
}
.l-header a:hover {
  opacity: 0.7;
}
.l-header__inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.l-header__inner a {
  display: flex;
  gap: 13px;
  font-size: 14px;
}
.l-header__inner a:hover {
  color: inherit;
}
.l-header__menu {
  font-size: 14px;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 36px;
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding: 0 24px;
    height: 40px;
  }
  .l-header__inner {
    padding-top: 9px;
  }
  .l-header__text {
    font-size: 12px;
  }
  .l-header__menu {
    display: none;
    flex-direction: column;
    background-color: black;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .l-header__menu.active {
    width: auto;
    display: flex;
    padding: 30px;
    gap: 15px;
  }
  .l-header__burger {
    display: block;
    width: 30px;
    height: fit-content;
  }
  .l-header__burger .line {
    width: 23px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease;
    margin: 4px 0;
  }
  .l-header__burger.open .line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  
  .l-header__burger.open .line:nth-child(2) {
    opacity: 0;
  }
  
  .l-header__burger.open .line:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }
}

/*CTA*/
.inquiry a {
  text-decoration: none;
  color: inherit;
}
.inquiry a:hover {
  text-decoration: none;
}
.inquiry__btn {
  width: 411px;
  height: 110px;
  background-color: white;
  display: flex;
  color: black;
  display: flex;
  border-radius: 10px;
  border: solid black 1px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.inquiry__btn img:first-child{
  margin: 0 33px 0 80px;
}
.inquiry__btn img:last-child{
  margin: 0 33px;
}
.inquiry__btn p {
  width: 200px;
  font-size: 20px;
  font-weight: normal;
}
.inquiry__btn:hover {
  background-color: #e2e2e2;
}
.inquiry__btn:hover p {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .inquiry__btn p {
    font-size: 16px;
  }
  .inquiry a {
    text-decoration: none;
    color: inherit;
  }
  .inquiry__btn {
    width: 307px;
    height: 81px;
  }
  .inquiry__btn img:first-child {
    margin: 0 28px 0 40px;
  }
}

/*contact
================================================== */
#contents .contact {
  padding: 80px 0;
  background: url(/products/textile/common/images/contact_bg-pc.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#contents .contact__title {
  margin-bottom: 1em;
  font-size: 32px;
}
#contents .contact__lead {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.66;
}
#contents .contact__btn a {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 auto;
  background: #0f9edc;
  padding: 20px;
  width: 400px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
#contents .contact__btn a i {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#contents .contact__btn a::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/products/textile/common/images/icn_blank.png) no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
#contents .contact__btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  #contents .contact {
    padding: 50px 20px;
  }
  #contents .contact__title {
    font-size: 6.66667vw;
  }
  #contents .contact__lead {
    font-size: 4vw;
  }
  #contents .contact__btn a {
    display: block;
    width: auto;
    font-size: 4vw;
  }
}

/* share
================================================== */
#contents .snsArea {
  padding: 50px 0 0;
}
#contents .share_title {
  font-size: 30px;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 30px 0;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media print {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents.responsive .forpc {
    display: none !important;
  }
}
#contents.responsive .oro {
  transition: opacity .3s ease;
}
#contents.responsive .oro:hover {
  opacity: .7;
}
#contents.responsive img.liquid {
  width: 100%;
  height: auto;
}
#contents.responsive img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents.responsive img.liquid--sp {
    width: 100%;
    height: auto;
  }
}
#contents.responsive .u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
}
#contents.responsive .u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#contents.responsive .ff-noto {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
#contents.responsive .ff-taviraj,
#contents.responsive .ff-taviraj-i,
#contents.responsive .ff-taviraj-b,
#contents.responsive .ff-taviraj-bi {
  font-family: 'Taviraj', serif;
}
#contents.responsive .ff-taviraj,
#contents.responsive .ff-taviraj-i {
  font-weight: 400;
}
#contents.responsive .ff-taviraj-i {
  font-style: italic;
}
#contents.responsive .ff-taviraj-b,
#contents.responsive .ff-taviraj-bi {
  font-weight: 600;
}
#contents.responsive .ff-taviraj-bi {
  font-style: italic;
}
#contents.responsive .u-anchor {
  position: relative;
}
#contents.responsive .u-anchor__target {
  position: absolute;
  left: 0;
  top: -60px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .u-anchor__target {
    top: 0;
  }
}

.contact_inner {
  width: 960px;
  margin: 0 auto;
}

.contact_contents {
  float: left;
  width: 100%;
  margin-right: 3%;
}

.contact_contents:last-child {
  margin-right: 0;
}

#contents .contact__btn a.know_mark {
  line-height: 58px;
  padding: 0 22px 0 78px;
  background: url(/products/textile/common/images/icn_know.gif) #19a492 no-repeat center left 30px/40px;
  box-sizing: border-box;
  height: 58px;
}

.sp425 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .contact_inner {
    width: auto;
    padding: 0 20px;
  }

  .contact_contents {
    float: none;
    width: auto;
    margin-right: 0%;
  }

  .contact_contents:last-child {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 530px) {
  #contents .contact__btn a.know_mark {
    font-size: 15px;
    line-height: 1.2;
    padding: 14px 58px 0 100px;
    background: url(/products/textile/common/images/icn_know.gif) #19a492 no-repeat center left 68px/30px;
    box-sizing: border-box;
    height: 58px;
  }

  .sp425 {
    display: block;
  }
}
#contents .lnav__contact .lnav__contact_rink {
  line-height: normal;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background__black {
  width: 100%;
  background-color: black;
}
.btn_sns_share {
  width: 1240px;
  margin: 128px auto 58px;
}
@media only screen and (max-width: 767px) {
  .btn_sns_share {
    width: 100%;
    margin: 60px 0;
  }
}