@charset "utf-8";

/****共通*****************************************************************/
#brand-top--content .is-pc {
  display: block;
}
#brand-top--content .is-sp {
  display: none;
}
#brand-top--content .f-large {
  font-size: 17px;
  line-height: 1.8em;
}
#brand-top--content .f-xlarge {
  font-size: 20px;
}
#brand-top--content .f-xxlarge {
  font-size: 30px;
}
#brand-top--content .color-lightgray {
  color: #999;
}
#brand-top--content .bg-black {
  background-color: #000;
}
#brand-top--content ul li,
#brand-top--content ol li{
  list-style: none !important;
}

#brand-top--content .od-category-hero-image-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /*
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  */
}
#brand-top--content .od-product-list-container {
  position: relative;
}
#brand-top--content .od-category-hero-image {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  aspect-ratio: auto;
  max-width: 1920px;
  margin: 0 auto;
}
/* グローバル変数の定義 */
:root {
 --delay: 5s; /* スライドショーの速度 */
}

#brand-top--content .od-category-hero-image-container .brand-logo {
    position: absolute;
    width: 80%;
    height: 100%;
    max-width: 1920px;
    top:0;
    left:50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#brand-top--content #bg-animation {
    position: relative;
    margin: 50px auto 0;
    width: 100%;
    max-width: 1920px;
    height: auto;
    aspect-ratio: 32/13;
}
#brand-top--content #bg-animation .img-item {
  position: absolute;
  top : 0;
  left : 0;
  max-width : 100%;
  max-height : 100%;
  opacity : 0;
  width: 100%;
  height: auto;
  aspect-ratio: 32/13;
  animation : itemFade-anim 15s infinite;
}
#brand-top--content #bg-animation .img-item picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#brand-top--content #bg-animation #photo1 {
  animation-delay : 0s;
}
#brand-top--content #bg-animation #photo2 {
  animation-delay : 5s;
}
#brand-top--content #bg-animation #photo3 {
  animation-delay : 10s;
}
@keyframes itemFade-anim {
  0% {
    opacity : 0;
  }
  10%{
    opacity : 1;
    z-index : 3;
  }
  33%{
    opacity : 1;
  }
  40%{
    opacity : 1;
  }
  50%{
    opacity : 0;
    z-index : 1;
  }
  100% {
    opacity : 0;
  }
}

#brand-top--content #bg-video {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 32/13;
    text-align: center;  
    display: flex;
    justify-content: center;
    align-items: center;
}
#brand-top--content #bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

/*hero 以下*/

#brand-top--header {
  position: absolute;
  top:50px;
  left:60px;
}
#brand-top--header h2 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em !important;
}
#brand-top--header h2.brand-top--header_logo {
  width: 170px;
  height: 70px;
  display: flex;
  align-items: center;
}
#brand-top--header h2.brand-top--header_logo img {
  width: 100%;
  height: auto;
}

#brand-top--cont-Seciton {
  width: 100%;
  padding: 50px 0 0;
}
#brand-top--cont-Seciton h3 {
  color: #222;
}
#brand-top--cont-Seciton h3 span {
  display: inline-block;
  margin-left: 15px;
  font-size: 70%;
}
#brand-top--cont-Seciton h3+p {
  margin-top: 20px;
}
#brand-top--cont-Seciton p {
  line-height: 1.8em;
}
#brand-top--cont-Seciton p+p {
  margin-top: 15px;
}
#brand-top--cont-Seciton iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#brand-top--cont-Seciton ul li,
#brand-top--cont-Seciton ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs__content--wrap .tabs__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  /*background-color: #eeeeee;*/
  color: #333333;
  font-size: clamp( 11px, 3.5vw, 16px );
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  min-width: 140px;
  max-width: 210px;
  border:solid 1px #CCC
}
 .tabs__item+ .tabs__item {
  border-left: none;
 }
.tabs__content--wrap .tabs__menulist {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tabs__content--wrap .tabs__item:hover,
.tabs__content--wrap .tabs__item:has(input:focus) {
  background-color: #dddddd;
}
.tabs__content--wrap input {
  border: 0 !important;
  clip: rect( 0, 0, 0, 0 ) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.tabs__content--wrap .tabs__content {
  overflow: hidden;
  position: absolute;
  height: 0;
}
.tabs__content--wrap .tabs__menulist:has(#tabs__cont01 > input:checked) ~ #tabs__cont01__content,
.tabs__content--wrap .tabs__menulist:has(#tabs__cont02 > input:checked) ~ #tabs__cont02__content,
.tabs__content--wrap .tabs__menulist:has(#tabs__cont03 > input:checked) ~ #tabs__cont03__content,
.tabs__content--wrap .tabs__menulist:has(#tabs__cont04 > input:checked) ~ #tabs__cont04__content {
  overflow: visible;
  position: static;
  height: auto;
  padding: 2rem 0;
}
.tabs__content--wrap .tabs__item:has(input:checked),
.tabs__content--wrap .tabs__item:has(input:focus:checked) {
  background-color: #eee;
}
.tabs__content--wrap .tabs__item:has(input:checked)::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #222;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexbox.spacebetween {
  justify-content: space-between;
}
.w50 {
  width: 48%;
}
.wl60 {
  width: 60%;
  padding-right: 2%;
  box-sizing: border-box;
}
.wr40 {
  width: 40%;
  padding-left: 2%;
  box-sizing: border-box;
}

.flexbox img {
  width: 100%;
}

.hidden-content {
  position: relative;
  height: 580px;
  overflow: hidden;
  transition: .4s;
}
.hidden-content:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  transition: .4s;
  z-index: 100;
}
.hidden-content.active:before{
  opacity: 0;
  visibility: hidden;
}
.show {
  display: block;
}

.more-button-cont {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 101;
  bottom: 20px;
  cursor: pointer;
}
.more-button {
  background-color: #222;
  color: #FFF;
  border: none;
  padding: 12px 0;
  width: 140px;
  cursor: pointer;
  font-size: 13px;
  transition: background-color 0.3s;
  margin: 0 auto;
  border-radius: 32px;
  line-height: 1em;
}
.more-button span.arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: transform 0.3s;
  transform: rotate(45deg);
}
.more-button span.arrow:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3px;
  margin: auto;
}
.more-button:hover {
  background-color: #999;
}
/* 展開時はボタンをコンテンツの下に配置 */
.hidden-content.active .more-button-cont {
  position: relative;
  bottom: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}


/****Gruezi Bag *****************************************************************/

dl.txt-fillings {
  width: 100%;
}
dl.txt-fillings dt {
  font-size: 24px;
  margin-bottom: 30px;
}
dl.txt-fillings dd {
  line-height: 1.8em;
}
.about-series {
  margin: 40px 0 10px;
  background: url(../img/features-bg1.png) no-repeat top right;
  background-size: 45% auto;
  padding: 40px 0;
}
.about-series dl.txt-fillings dt {
  width: 55% !important;
}
.about-series dl.txt-fillings dd {
  width: 55% !important;
}
.series-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.about-series .series-feature {
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.series-feature ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.about-series .series-feature ul {
  width: 35%;
  margin: 0;
  padding: 0;
}
.series-feature ul li p {
  line-height: 1em;
  text-align: center;
  background: #222;
  color: #FFF;
  margin-bottom: 10px;
}
.series-feature ul {
  margin: 0;
  box-sizing: border-box;
}
.series-feature ul li {
  line-height: 1em;
  list-style-type: disc !important;
  padding-left: 15px;
  position: relative;
}
.series-feature ul li+li {
  margin-top: 5px !important;
}
.series-feature ul li:before {
  content:'・';
  margin-right: 8px;
}
.series-feature ul li:nth-child(1):before {
  display: none;
}
.about-series .series-feature img {
  width: 50%;
}

.features-detail {
  margin-top: 0;
}
.flexbox .features-detail {
  margin-top: 40px;
}
.features-detail details {
  margin-bottom: 10px;
}
.features-detail summary {
  padding: 1em;
  background: #eee;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
}

/* Safari対応　デフォルトの三角形アイコン非表示 */
.features-detail details summary::-webkit-details-marker {
  display: none;
}

.features-detail .features-detail-cont {
  padding: 2em;
}

.features-detail .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}

/* アイコンの三角矢印 */
.features-detail .icon::before,
.features-detail .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #000;
}
.features-detail .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.features-detail .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* アコーディオン表示の際に回転する */
details[open] .icon {
  transform: rotate(180deg);
}

.box-aboutwool {
  margin-top: 60px;
}
.about-wool {
  margin: 40px 0 10px;
  padding: 40px 0;
}
.about-wool-topImg {
  margin-bottom: 30px;
}
.about-wool-topImg img {
  width: 100%;
}
.features {
  padding: 80px 0 0;
}
.features+.features {
  margin-top: 40px;
}
.features ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features ul li {
  width: 30%;
  margin-top: 30px !important;
  font-feature-settings: "palt";
}
.features ul li img {
  width: 100%;
  border:solid 1px #555;
}
.features ul li h3 {
  text-align: center;
  margin: 15px 0 0;
  font-size: 15px !important;
  line-height: 1em;
  color: #666;
  padding: 0 !important;
}
.features ul li h3 span {
  display: block !important;
  font-size: 18px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}
.features ul li .taioulist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0 !important;
}
.features ul li .taioulist li {
  width: auto;
  padding: 0 0 0 15px!important;
  margin: 0 10px 0 0 !important;
  position: relative;
}
.features ul li .taioulist li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #dc143c;
  border-right: solid 2px #dc143c;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.section-title {
  color: #222;
  font-size: 28px;
  text-align: left;
}
.section-title span {
  font-size: 12px;
  display: block;
  color: #666;
}
.w900 {
  padding: 20px 40px;
}
.h3-title {
  margin: 0 0 40px;
  padding-bottom: 5px;
  border-bottom:solid 1px #222
}
.w900 dl dt {
  margin-bottom: 15px;
}
.about {
	text-align: center;
  padding: 40px 0 0;
}
.about h1 {
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	line-height: 1.5em;
	color: #222;
  margin-bottom: 20px;
}
.about-img1 img,
.about-img7 img,
.about-img8 img {
  width: 100%;
}
.about h3 {
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	line-height: 1.5em;
	color: #222;
	margin-bottom: 30px;
}
.about h3 span{
	font-size: 13px;
	color: #666;
	display: block;
}
.about h4 {
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	line-height: 1.5em;
	color: #222;
	margin-bottom: 30px;
}
.about-img2 {
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.about .w900 p {
	text-align: left;
	margin-top: 15px;
}
.about .bnr-lavalan,
.about .bnr-rds {
	width: 96%;
	max-width: 1100px;
	margin: 50px auto;
	border:solid 1px #ccc;
}
.about .bnr-lavalan img,
.about .bnr-rds img {
	width: 100%;
}
.about .listimg {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 96%;
	max-width: 1000px;
	margin: 40px auto 0;
  padding: 0 !important;
}
.about .listimg li {
	width: 32%;
  padding: 0 !important;
  margin: 0 !important;
}
.about .listimg li img {
  width: 100%;
}
.about .listimg.rds li{
	padding: 0 40px !important;
}
.about .bnr-oeko-tex {
	width: 80%;
	max-width: 300px;
	margin: 30px auto;
  text-align: center;
}
.about .bnr-oeko-tex img {
	margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.about .bnr-pfcfree {
	width: 70%;
	max-width: 200px;
	margin: 30px auto;
}
.about .bnr-pfcfree img {
	margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.about #brand-history {
	background: #F9F9F9;
  padding: 60px;
}
.about .profile {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	border:solid 1px #ccc;
	background: #FFF;
	padding: 30px 30px 20px 30px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.profile .president-img {
  width: 30%;
  text-align: left;
  font-size: 13px;
}
.profile .president-img img {
  margin-bottom: 15px;
  width: 100%;
}
.profile #history {
  width: 65%;
}
.profile #history h3 {
  text-align: left !important;
  margin-bottom: 10px !important;
  line-height: 1em;
}
.profile #history table th {
padding: 0.2em;
vertical-align: top;
width: 80px;
}
.profile #history table td {
padding: 0.2em 0.2em 0.2em 1em;
font-size: 13px;
text-align: left;
}



/****Tablet SP*****************************************************************/

@media(max-width: 768px) {

  /****共通*****/
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  #brand-top--content .f-large {
    font-size: 15px;
    line-height: 1.8em;
  }
  #brand-top--content .f-xlarge {
    font-size: 18px;
  }
  #brand-top--content .f-xxlarge {
    font-size: 24px;
  }
  #brand-top--content #bg-animation {
    aspect-ratio: 1/1;
  }
  #brand-top--content #bg-animation .img-item {
    aspect-ratio: 1/1;
  }
  #brand-top--content .od-category-hero-image-container .brand-logo {
      width: 90%;
      height: 100%;
      max-width: 1920px;
      top:0;
      left:50%;
      transform: translateX(-50%);
      z-index: 5;
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
  #brand-top--content .od-category-hero-image-container .brand-logo img {
      width: 50%;
  }
  .flexbox {
    display: block;
  }
  .flex--leftbox.w50,
  .flex--rightbox.w50 {
    width: 100%;
  }
  .flex--rightbox {
    margin-top: 20px;
  }
  .flex--leftbox img,
  .flex--rightbox img {
    width: 100%;
  }
  #brand-top--content .od-product-list-container {
    position: relative;
    padding: 30px 0;
  }
  #brand-top--header {
    position: static;
    padding: 0 20px;
  }
  #brand-top--header h2.brand-top--header_logo {
    width: 100%;
  }
  #brand-top--header h2.brand-top--header_logo img {
    width: 140px;
  }
  .tabs__content--wrap .tabs__menulist {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .tabs__content--wrap .tabs__item {
    width: calc(100%/3);
    min-width: auto;
    max-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: #333333;
    font-size: clamp( 11px, 3.5vw, 16px );
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    border:solid 1px #CCC
  }
  .tabs__item+ .tabs__item {
    border-left: none;
  }
  .cont-NAVIGATION {
    width: 100%;
    background: url(../img/navigation/index_bg01.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px;
  }
  .flex--leftbox.wl60 {
    width: 100%;
    padding-right: 0;
  }
  .flex--rightbox.wr40 {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .cont-NAVIGATION .flex--rightbox.wr40 img {
    width: 60%;
    margin: 0 auto !important;
  }
  #tabs__cont01__content iframe {
    margin: 10px 0 0;
  }
  #video {
    padding: 0;
    width: 100%;
    display: block;
  }
  #video > div {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #video .movie.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #video .movie dl {
    width: 48%;
    border-bottom: none !important;
    position: relative;
  }
  .splide__arrow {
      height: 2em !important;
      width: 2em !important;
  }
  .prev--arrow,
  .next--arrow {
    width: 20px;
    height: 20px;
  }
  .next--arrow::before,
  .next--arrow::after {
    right: 5px;
    width: 12px;
    height: 3px;
    transform-origin: calc(100% - 1.5px) 50%;
  }
  .prev--arrow::before,
  .prev--arrow::after {
    right: 13px;
    width: 12px;
    height: 3px;
    transform-origin: calc(100% - 1.5px) 50%;
  }

  .about .inner,
  .about-series,
  .features-detail,
  .box-aboutwool,
  .features {
    padding: 0 30px;
  }


}

@media(max-width: 480px) {
    #brand-top--header {
        position: static;
        padding: 0;
        margin-bottom: 10px !important;
    }
    #brand-top--cont-Seciton {
        width: 100%;
        padding: 0;
    }
    .tabs__content {
        padding-top: 0 !important;
    }
    .tabs__content--wrap {
        margin-top: 0 !important;
    }
    .tabs__content--wrap .tabs__menulist {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
  .tabs__content--wrap .tabs__item {
    box-sizing: border-box;
    text-align: center;
    padding-left:10px;
    padding-right: 10px;
    line-height: 1.2em;
  }
  .about h1 {
    font-size: 18px;
  }
  .about .inner,
  .about-series,
  .features-detail,
  .box-aboutwool,
  .features {
    padding: 0 20px;
  }
  .about #brand-history {
    background: #F9F9F9;
    padding: 0px;
  }
  .section-title {
    font-size: 20px;
  }
  .about #brand-history .section-title {
    font-size: 20px;
    padding: 0 30px;
  }
  .about .profile {
    padding: 30px 30px 20px 30px;
    flex-direction: column;
    margin-top: 20px;
  }
  .profile .president-img {
    width: 100%;
    text-align: left;
    font-size: 13px;
  }
  .profile .president-img img {
    margin-bottom: 15px;
    width: 70%;
    margin: 0 auto;
  }
  .profile #history {
    width: 100%;
  }
  .about-series {
    margin: 20px 0 10px;
    background: url(../img/features-bg1.png) no-repeat top center;
    background-size: 90% auto;
    padding: 260px 20px 0;
  }
  dl.txt-fillings dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  dl.txt-fillings dd {
    line-height: 1.8em;
  }
  .about-series dl.txt-fillings dt {
    width: 100% !important;
  }
  .about-series dl.txt-fillings dd {
    width: 100% !important;
  }
  .series-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .about-series .series-feature {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .series-feature ul {
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
  }
  .about-series .series-feature ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .features+.features {
    margin-top: 40px;
  }
  .features ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .features ul li {
    width: 30%;
    margin-top: 30px !important;
    font-feature-settings: "palt";
  }
  .features ul li img {
    width: 100%;
    border:solid 1px #555;
  }
  .features ul li h3 {
    text-align: center;
    margin: 15px 0 0;
    font-size: 13px !important;
    line-height: 1em;
    color: #666;
    padding: 0 !important;
  }
}

@media(max-width: 768px) {
#brand-top--content #bg-animation {
    margin: 12px auto 0;
}
}