@charset "UTF-8";
h1.tt {
  font-size: 2.3vw;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 40px;
}
h1.tt.enfont {
  font-size: 3vw;
}

.home h1.tt.enfont {
  font-size: 4.6rem;
}

header#pageHeader {
  min-width: 1180px;
}
header#pageHeader .bar {
  display: flex;
  justify-content: space-between;
}
header#pageHeader .bar a.logo {
  text-align: left;
  width: auto;
}
header#pageHeader .bar a.logo img {
  height: 18px;
}
header#pageHeader .bar .shop {
  width: 200px;
}

.btn a, .btn p {
  padding: 10px 30px;
  font-size: 1.8rem;
}

.pattern {
  background-image: url(../img/common/pattern_alpha15.png);
  background-size: 30%;
}

.basePd {
  padding: 0 30px;
  max-width: 900px !important;
  margin: 0 auto !important;
}

.spBr {
  display: none;
}

.pcBr {
  display: block;
}

.tabBr {
  display: none;
}

/***********************************
 メニュー
*************************************/
.pcshop {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99999;
}
.pcshop a {
  display: flex;
  background-color: #141648;
  color: #FFF;
  border-radius: 100px;
  font-size: 18px;
  padding: 10px 30px;
  align-items: center;
}
.pcshop a:hover {
  opacity: 0.5;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 90000;
  pointer-events: auto;
  opacity: 1;
  transition: 0.5s 0.1s;
}
.menu ul.list {
  margin: 0 auto;
  width: 100%;
  display: flex;
  border-top: none;
  margin-top: 12px;
}
.menu ul.list li {
  border-bottom: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.menu ul.list li.shop {
  display: none;
}
.menu ul.list li a, .menu ul.list li span {
  color: #FFF;
  font-size: 14px;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
.menu ul.list li .sublist {
  padding: 1vh;
  display: none;
  position: absolute;
  background-color: #141648;
}
.menu ul.list li .sublist li {
  border-left: none;
}
.menu ul.list li .sublist li a {
  font-size: 14px;
  display: block;
  padding: 1em 1em;
  cursor: pointer;
}
.menu .lang {
  display: none;
}

#menuBtn,
#menuBG {
  display: none;
}

#menuBtn span {
  font-size: 4rem;
  display: inline-block;
  padding-left: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header#pageHeader {
    display: flex;
    min-width: auto;
  }
  header#pageHeader .bar {
    box-sizing: border-box;
    width: 30%;
    padding: 0 20px;
  }
  header#pageHeader .bar a.logo {
    padding: 15px 0px;
  }
  header#pageHeader .bar a.logo img {
    width: 100%;
    height: auto;
  }
  header#pageHeader .menu {
    box-sizing: border-box;
    width: 70%;
    position: relative;
  }
  header#pageHeader .menu ul.list {
    flex-wrap: wrap;
    margin-top: 0;
  }
  header#pageHeader .menu ul.list li {
    margin: 10px 0;
  }
  header#pageHeader .menu ul.list li a, header#pageHeader .menu ul.list li span {
    padding: 5px 10px;
  }
}
/***********************************
 トップ
*************************************/
/*--- メインコピー----------------------*/
#mainCopy {
  padding: 80px 0 170px 0;
  color: #FFF;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#mainCopy .tt {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  padding-bottom: 0px;
  width: 800px;
}
#mainCopy .text {
  font-size: 2vw;
  line-height: 1.6;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#mainCopy video {
  position: absolute;
  top: 0px;
  left: 0;
  height: auto;
  width: 100%;
  z-index: -999;
}

/*--- メッセージ----------------------*/
#topMsg {
  margin-top: 0px;
}
#topMsg h1.tt {
  padding: 40px 0 30px 0;
  font-weight: normal;
  font-size: 2.4rem;
  font-weight: normal;
}
#topMsg .text p {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-bottom: 40px;
  font-weight: bold;
  margin: 0 auto 20px auto;
  max-width: 800px;
  font-weight: normal;
  text-align: center;
}
#topMsg .text p br {
  display: block;
}

/*--- works -------------*/
.topWorks h1.tt.enfont {
  text-align: center;
  font-size: 4.6rem;
  padding: 60px 0 30px 0;
}
.topWorks h2.tt.enfont {
  text-align: center;
  font-size: 3.8rem;
  padding: 30px 30px;
}
.topWorks h3.tt {
  padding-top: 0;
  padding-bottom: 60px;
}
.topWorks p.detail, .topWorks .detail p {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-bottom: 40px;
  text-align: left;
}
.topWorks section .before {
  top: 0;
  right: -15vw;
  left: inherit;
}
.topWorks section:nth-child(odd) .before {
  top: 0;
  right: inherit;
  left: -15vw;
}
.topWorks section:after {
  font-size: 16vw;
  top: 5vw;
  left: inherit;
  right: 5vw;
}
.topWorks section:nth-child(odd):after {
  left: 5vw;
  right: inherit;
}
.topWorks section .before {
  width: 40vw;
  height: 40vw;
}

/*--- サポート -------------*/
.topSupport .detail p {
  text-align: center;
}
.topSupport .detail p br {
  display: block;
}

/*--- 制服 -------------*/
.topUniform .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topWorks .topUniform .detail {
  width: 34%;
  text-align: left;
  padding-left: 70px;
}

.topUniform .thumb {
  width: 65%;
}

/*--- ART -------------*/
.topArt .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.topWorks .topArt .detail {
  width: 43%;
  text-align: left;
  padding-right: 50px;
}

.topArt .thumb {
  width: 55%;
}

/*--- プロダクト -------------*/
.productOut {
  max-width: 800px;
  margin: 0 auto;
}

.topWorks .productOut .box h3 {
  padding-bottom: 10px;
}
.topWorks .productOut .box .detail {
  padding: 10px 0px 30px 0px;
  font-size: 1.3rem;
  text-align: left;
}
.topWorks .productOut .box:nth-of-type(2) .detail {
  padding: 10px 0px 30px 0px;
  font-size: 1.3rem;
}
.topWorks .topProduct .detail p {
  text-align: center;
}

/*--- トップの寄付--------*/
#topDonation h2 {
  font-size: 2.2rem;
  text-align: center;
}
#topDonation .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /*ロゴなし対応*/
  align-items: center;
  padding-top: 40px;
}
#topDonation .box ul {
  width: 48%;
  margin: 40px 0 0 0;
  /*ロゴなし対応*/
  margin: 0px 0 0 0;
  padding: 40px 0;
}
#topDonation .box .detail {
  width: 45%;
}
#topDonation p {
  font-size: 1.5rem;
}

/************* apparel *****************/
h2.aboutItem {
  font-size: 2.8rem;
  text-align: center;
  padding: 60px 0 0 0;
}

#point {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin: 10px auto 60px auto;
}
#point article {
  width: 33.333%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#point article img {
  position: relative;
  width: 100%;
  height: auto;
}
#point article h1 {
  text-align: left !important;
  padding: 20px 15px !important;
}

.no-home.page-apparel #point article .basePd {
  padding: 0 15px;
}
.no-home.page-apparel main ul {
  margin-left: 0;
}

/*--- サステナビリティ----------- */
/*topとaboutページで使用*/
#sustainability {
  padding: 60px 30px 60px 30px;
}
#sustainability .imgBox {
  width: 100%;
}
#sustainability .susLogo {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
#sustainability .susLogo .logoBox {
  width: 50%;
}
#sustainability .susLogo .textBox {
  width: 50%;
}
#sustainability p.susCopy {
  font-size: min(1.3vw, 18px);
  line-height: 1.8;
  padding-bottom: 2.5em;
  text-align: center;
}
#sustainability p.bcorpCopy {
  font-size: 13px;
  line-height: 1.7;
}
#sustainability .susText {
  width: 63%;
}
#sustainability h1.tt.enfont {
  font-size: 30px;
}
#sustainability h1.tt.enfont br {
  display: none;
}
#sustainability .susText ul {
  display: flex;
  padding: 0 0px;
}
#sustainability .susText ul li a {
  display: block;
}
#sustainability .susText ul li a h3 {
  font-size: 1.5vw;
}
#sustainability .susText ul li a p {
  font-size: 1.2vw;
}
#sustainability .susText ul li a p br {
  display: none;
}
#sustainability .susText {
  width: 80%;
  margin: 0 auto;
}
#sustainability .susText ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sustainability .susText ul li {
  width: 30%;
}
#sustainability .susText ul li a {
  display: block;
}
#sustainability .susText ul li a div.thumb {
  width: 100%;
}
#sustainability .susText ul li a div.text {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
#sustainability .susText ul li a h3 {
  font-size: min(2vw, 20px);
  padding: 0 0 10px 0;
  font-weight: bold;
}
#sustainability .susText ul li a p {
  font-size: min(1.2vw, 13px);
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 1em;
}
#sustainability .susText ul li a .baseBtn .btn {
  padding: 0px 14px 3px 18px;
  font-size: 1.3rem;
}
#sustainability .susText ul li a .baseBtn .btn .material-symbols-outlined {
  font-size: 18px;
  margin-top: 2px;
}

/*下層ページ*/
.no-home #sustainability {
  background-image: none;
  padding-bottom: 0;
}
.no-home #sustainability .susText {
  width: 100%;
}

/*--- カラー----------------------*/
#color {
  padding-bottom: 8vw;
}
#color h1.tt {
  font-size: 3.5vw;
  padding-bottom: 20px;
}
#color article header h2 {
  font-size: 2vw;
}
#color article header p {
  font-size: 4vw;
}
#color article header p span {
  font-size: 1.5vw;
}
#color .colorCopy {
  text-align: center;
  font-size: 2vw;
  padding-bottom: 40px;
}
#color article p {
  font-size: 15px;
  line-height: 1.8;
}
#color .imgBox {
  width: 30vw;
  height: 30vw;
  position: absolute;
}
#color .imgBox img {
  width: 30vw;
  height: 30vw;
}
#color .videoBox {
  width: 30vw;
  height: 30vw;
  position: absolute;
}
#color .videoBox video {
  width: 30vw;
  height: 30vw;
}
#color #navyBox {
  margin-top: 40px !important;
  margin-right: 20vw !important;
  padding: 30px 5vw 60px 8vw !important;
}
#color #navyBox .videoBox {
  right: -24vw;
  top: -15vw;
}
#color #greigeBox {
  margin-top: -50px !important;
  margin-left: 20vw !important;
  padding: 60px 8vw 40px 8vw !important;
}
#color #greigeBox .imgBox {
  left: -25vw;
  bottom: -8vw;
}

/*--- トップJournal----------------------*/
.topJournal .copy {
  font-size: 1.5rem;
}
.topJournal .journal {
  width: 80%;
  margin: 0 auto;
}
.topJournal .journal article {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 30px;
}
.topJournal .journal article .thumb {
  width: 35%;
}
.topJournal .journal article .detail {
  width: 63%;
}
.topJournal .journal article .detail h2 {
  font-size: 1.8rem;
  padding: 5px 0 10px 0;
}
.topJournal .journal article .detail p {
  font-size: 1.5rem;
  line-height: 1.5;
}

/*--- トップinterview----------------------*/
.topInterview .copy {
  font-size: 1.5rem;
}

/*--- ネイチャーポジティブ----------------------*/
#naturepositive .outBox {
  display: flex;
  padding: 0 3vw;
  max-width: 960px;
  margin: 0 auto;
}
#naturepositive article {
  width: 50%;
}
#naturepositive article h2 span {
  font-size: 1.8vw;
  padding-bottom: 6px;
  margin-bottom: 40px;
}
#naturepositive article p {
  font-size: 15px;
  line-height: 1.8;
}

#registForm .registFormBox {
  width: 500px;
  margin: 0 auto;
}

/*--- トップニュース----*/
#topNews {
  padding: 60px 0;
}
#topNews .backnumberList {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.backnumberList.NewsList article:last-of-type div.detail a {
  border-bottom: 1px solid #CCC;
}

/****************  新固定ページ  *****************
 管理画面でテキスト入力するもの
 背景パターン有り
************************************************/
body.page-template-page-simple {
  background-image: url(../img/common/pattern_alpha15.png);
  background-size: 30%;
}

.page-template-page-simple .pageTT {
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
  padding: 0 30px;
}
.page-template-page-simple main {
  padding: 44px 0px 0px 0px;
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-template-page-simple main .text h2 {
  font-size: 2rem;
  padding: 0px 60px 30px 60px;
  font-weight: bold;
}
.page-template-page-simple main .text h2.enfont {
  font-size: 2.8rem;
}
.page-template-page-simple main .text h3 {
  font-size: 1.8rem;
  padding: 0px 60px 30px 60px;
  font-weight: bold;
}
.page-template-page-simple main .text h3.enfont {
  font-size: 2rem;
  padding: 0px 60px 30px 60px;
}
.page-template-page-simple main .text p {
  padding: 0px 60px 30px 60px;
  margin-bottom: 0em;
}
.page-template-page-simple main .text ol {
  list-style-type: decimal;
  padding: 0px 60px 30px 60px;
}
.page-template-page-simple main .text ul {
  list-style-type: disc;
  padding: 0px 60px 30px 60px;
}
.page-template-page-simple main .text hr, .page-template-page-simple main .text table {
  margin: 0px 60px 60px 60px;
}
.page-template-page-simple main .text .t-navy-bg2 {
  margin: 0px 60px 30px 60px;
  padding-top: 30px;
}
.page-template-page-simple main .text .is-type-wp-embed, .page-template-page-simple main .text .wp-block-image {
  margin: 0px 60px 30px 60px;
}
.page-template-page-simple main #contactArea {
  margin: 40px 0px 0 0px;
}
.page-template-page-simple main #sustainability {
  margin: 0 0px;
}

/***********************************
第二階層ページ
*************************************/
.no-home .pageHead {
  padding: 50px 0 50px 0;
}
.no-home .pageHead h1.pageTT {
  font-size: 3.6rem;
}
.no-home .pageHead .copy {
  font-size: 1.3rem;
  text-align: center;
  padding: 20px 0 0 0;
}
.no-home .pageHead .copy.enfont {
  font-size: 1.8rem;
}
.no-home .basePd {
  margin: 0 auto;
  padding: 20px 60px 50px 60px;
}
.no-home main .text p {
  font-size: 1.5rem;
  line-height: 2;
}

/*
.no-home main h2{
 font-size:2.0rem;
}*/
.page-donation, .support-template-default, .page-template-default {
  background-image: url(../img/common/pattern_alpha15.png);
  background-size: 30%;
}

.page-donation main, .support-template-default main, .page-template-default main {
  padding: 44px 0px 0px 0px;
  margin: 0 auto;
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.7);
}

/*--- 記事ページ----------------------*/
.no-home.page-template-page-base main .box, .no-home.single main .box {
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
}

.single .text hr {
  margin: 0 0px;
  border: none;
  border-top: 1px solid #CCC;
}

.journal-template-default main .uniformBnr {
  padding: 0 !important;
}

.no-home.page-template-page-base article header, .no-home.single article header {
  padding: 0 0px 20px 0px;
}
.no-home.page-template-page-base .text p {
  padding: 0 0px;
  font-weight: 400;
}
.no-home.single article .text p {
  padding: 0 0px;
  font-weight: 400;
}
.no-home.single article .profBox {
  margin: 20px 0px 60px 0;
  padding: 20px;
}

/*
.no-home.page-template-page-base main .text h2 ,
.no-home.single main .text h2 {
 padding: 0 0px 30px 0px;
}*/
.single .text figure.img-padding {
  padding: 0 0px;
}
.single .text figcaption {
  padding: 10px 0px;
}

.no-home.single .text p.URL {
  padding: 20px;
  margin: 0 0 30px 0;
}
.no-home.single .text figure.wp-block-embed {
  margin: 0 0px;
}
.no-home.page-template-page-base main .text h2 {
  padding: 0 0 30px 0;
}
.no-home.page-template-page-base .text ul {
  padding: 0 0px;
  font-size: 1.5rem;
  margin-bottom: 2em;
}

/************* インタビュー＆ジャーナル個別ページ ***************/
.news-template-default main .text h2, .journal-template-default main .text h2, .interview-template-default main .text h2 {
  padding: 0 0px 30px 0px;
}

/************** 記事一覧 ***************/
.backnumberList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: space-between;
}
.backnumberList article {
  width: 33%;
  display: block;
  flex-wrap: wrap;
  padding: 0 15px 20px 15px;
  box-sizing: border-box;
}
.backnumberList div.thumb {
  width: 100%;
  padding-bottom: 5px;
}
.backnumberList div.detail {
  width: 100%;
}

/* news */
.basePd.backnumberList.NewsList {
  display: block;
  margin-bottom: 60px !important;
}

.backnumberList.NewsList article {
  display: block;
  width: 100%;
  padding-bottom: 0px;
}
.backnumberList.NewsList div.detail {
  width: 100%;
}
.backnumberList.NewsList div.detail a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
  border-top: 1px solid #CCC;
  padding: 10px 30px 10px 0;
}
.backnumberList.NewsList div.detail a span.icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.backnumberList.journalList {
  display: block;
}
.backnumberList.journalList article {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  padding: 20px 0;
}
.backnumberList.journalList div.thumb {
  width: 45%;
  padding-top: 5px;
}
.backnumberList.journalList div.detail {
  width: 53%;
}
.backnumberList.journalList div.detail p {
  font-size: 1.5rem;
}
.backnumberList.conceptList article {
  width: 33%;
  padding-bottom: 20px;
}
.backnumberList.conceptList div.detail a {
  width: 100%;
  font-size: 1.6vw;
}

/* journal */
/*コンセプト*/
.single-support .backnumberList div.detail h2 {
  font-size: 1.3rem;
  font-weight: normal;
}

/* ページネーション */
.pagenation {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  border-top: 1px solid #CCC;
  margin-top: 40px;
  padding-top: 20px;
}
.pagenation .pagenation_box {
  width: 50%;
  font-size: 1.3rem;
}
.pagenation .pagenation_box p {
  text-align: inherit;
  opacity: 0.5;
}
.pagenation .pagenation_box a {
  line-height: 1.3;
  font-weight: 600;
}
.pagenation .pagenation_box .pagenation_text {
  line-height: 1.3;
  display: block;
  font-weight: 600;
  padding-top: 5px;
  font-size: 1.6rem;
}
.pagenation .pagenation_left {
  text-align: left;
  border-right: 1px solid #CCC;
}
.pagenation .pagenation_right {
  text-align: right;
}

/***********************************
taxonomyページ
*************************************/
.no-home .termlist ul {
  justify-content: center;
}

.termlist ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
}

/************* Sustainability Support *****************/
.aboutSupport {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.aboutSupport .thumb {
  width: 40%;
  padding-top: 30px;
}
.aboutSupport .text {
  width: 55%;
}

.no-home main .aboutSupport h2 {
  text-align: left;
  font-size: 2.2rem;
}

.aboutSupport h2 br {
  display: none;
}

/************* Donation *****************/
.page-donation .column2 article p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-donation .column2 article .area {
  width: 60%;
  margin: 0 auto;
}
.page-donation .column2 article h2 {
  /*width:50%; ロゴ画像の場合*/
  font-size: 2rem;
  /*テキストの場合*/
  margin: 0 auto;
}
.page-donation .column2 article .ico {
  height: 50px;
}
.page-donation .column2 article .ico .material-symbols-outlined {
  margin-top: 0px;
  height: 20px;
}
.page-donation .organizations .reason {
  padding: 30px 100px;
}
.page-donation .organizations .related {
  padding: 0px 100px 40px 100px;
}
.page-donation .organizations .logo {
  width: 200px;
  margin: 10px auto 20px auto;
}

/*下段ロゴ（上にロゴがないのでNACS-Jのみ足した部分）*/
/************* Support *****************/
.no-home.support-template-default main .box {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.support-template-default main .box h1 {
  padding: 30px 60px 0px 60px;
}

/************* contact *****************/
/*埋め込みフォーム*/
.no-home .contactForm .basePd {
  max-width: 500px !important;
}
/*# sourceMappingURL=pc.css.map */