@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 .od-category-hero-image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}
#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;
}
/* グローバル変数の定義 */
: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%;
    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%;
  width: 100%;
  height: auto;
  aspect-ratio: 32/13;
  /*
  opacity : 0;
  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;
  display: flex;
  align-items: flex-start;
  height: auto;
}
#brand-top--header h2 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em !important;
}
#brand-top--header h2.brand-top--header_logo {
  width: 220px;
  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;
}



/****Kula-cloth *****************************************************************/
#mv__kula-cloth {
    width: 100%;
    height: 600px;
}
#mv__kula-cloth .mv-inner {
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: inset(0);
}
#mv__kula-cloth .mv-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
#mv__kula-cloth .mv-txt img {
    width: auto;
    height: 68%;
}
#mv__kula-cloth .fiximg {
    height: 600px;
    position: relative;
    top:0;
    left: 0;
    clip-path: inset(0);
}
#mv__kula-cloth .fiximg img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#ourstory {
    padding: 50px 0 40px;
    text-align: center;
}
#ourstory p.lead {
    text-align: center;
    line-height: 2;
}

#ourstory h2.sec-ttl {
    font-size: clamp(2rem, 1.318rem + 3.41vw, 3.875rem);
    text-align: center;
    margin-bottom: 40px;
    color: #222;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}
h3.sec-ttl  {
    font-size: 13px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 15px;
}
p.sec-ttl-subtext {
    font-size: clamp(2.375rem, 2.057rem + 1.59vw, 3.25rem);
    color:#DB002F;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
p.sec-ttl-subtext.col_blue {
    color:#222937 !important;
    font-size:clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}

h3.sub-ttl {
    font-weight: 600;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    text-align: left;
    margin-bottom: 25px;
}
#whatis {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
}
.whatisBG {
    width: 100%;
}
.whatisBG img {
    width: 100%;
}
#whatis .sec-inner {
  width:  84%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#whatis .sec-inner .textbox {
    width: 46%;
    text-align: right;
    color: #222;
}
#whatis .sec-inner h2 {
    font-size: clamp(1.063rem, 0.675rem + 1.94vw, 3rem);
    color: #222;
}
#whatis .sec-inner h2 span {
    font-size: 30%;
    display: block;
    margin-bottom: 10px;
}
.moreview {
    margin-top: 40px;
}
.moreview .btn {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  outline: none;
  color: #FFFFFF;
  background-color: #e94d5b;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 32px;
}
.moreview .text {
  position: relative;
}

#whatis .moreview .btn {
  background-color: #222;
}

/*==#brand ===========================================================*/
#aboutBrand .f-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#aboutBrand .f-box+.f-box {
    margin-top: 80px;
}
#aboutBrand .f-box:last-child {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#aboutBrand .sec-inner {
    max-width: 1000px;
    padding: 80px 0;
    margin: 0 auto;
}
#aboutBrand .f-box.rev {
    flex-direction: row-reverse;
}
#aboutBrand .f-box .imgBox {
    width: 300px;
}
#aboutBrand .f-box .imgBox img {
    width: 100%;
}
#aboutBrand .f-box .textBox {
    width: calc(100% - 400px);
}
#aboutBrand .f-box .textBox h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
}
#aboutBrand .f-box .textBox h3 span {
    font-size: 16px;
}
#aboutBrand .f-box .textBox p {
    line-height: 1.8;
}
#aboutBrand .f-box .textBox p+p {
    margin-top: 40px;
}
#aboutBrand .f-box .textBox ul.list {
    margin-bottom: 15px;
}
#info {
  margin-top: 40px;
}
#info h2 {
    color: #222;
    font-size:clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
    line-height: 1.4em;
    margin-top: 80px;
    text-align: center;
}
#info .pee-clothImg {
    margin: 50px auto;
    max-width: 860px;
}
#info .pee-clothImg img {
    width: 100%;
}
#info dl.text {
    text-align: left;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
#info dl.text:last-child {
    margin-bottom: 60px;
}
#info dl.text ol,
#info dl.text ul {
  padding-left: 15px;
}
#info dl.text ol li {
  list-style: decimal;
}
#info dl.text ul.list li {
  list-style: disc;
}
#info dl+dl {
    margin-top: 60px;
}
#info dl dt {
    font-size:clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
#info dl dd {
    line-height: 1.6em;
}
#info dl dd+dd {
    margin-top: 30px;
}
#info dl dd p+p {
    margin-top: 15px;
}

#info dl dd.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#info dl dd.movie iframe {
  width: 100%;
  height: 100%;
}
#info dl.text ol {
    padding-left: 20px;
    margin: 10px 0 0;
}
#info dl.text ol li {
    list-style: decimal;
}
#info dl.text ol li span {
    font-weight: 600;
}
#info dl.text ol li+li {
    margin-top: 15px;
}
#info .lead {
    margin-top: 20px;
    text-align: center;

}
#info .qa {
    margin-top: 30px;
}
#info .qa h3 {
    font-size: 16px;
    color: #222;
    position: relative;
}
#info .qa h3::before {
    content:'Q.';
    margin-right: 5px;
    color: #45aad4;
}
#info .qa p {
    position: relative;
    margin-top: 10px;
}
#info .qa p::before {
    content:'A.';
    margin-right: 5px;
    color: #e94d5b;
    font-size: 16px;
    font-weight: 600;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
.sp480 {
        display: none;
    }
.sp320 {
    display: none;
}
@media(max-width: 540px) {
    .pc {
    display: none;
    }
    .sp {
        display: block;
    }
}
@media(max-width: 320px) {
    .sp320 {
        display: block;
    }
}


/****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: 5/6;
  }
  #brand-top--content #bg-animation .img-item {
    aspect-ratio: 5/6;
  }
  #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%/2);
    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;
  }
  
}

@media(max-width: 1024px) {

.sec-inner {
    width: 90%;
    margin: 0 auto;
}

/*===Header===========*/  
#menu-onlineshop {
    top:55px;
    right: 20px;
}

}



@media(max-width: 560px) {
.sec-inner {
    width: 88%;
}
/*==mainvisual======*/
#mv__kula-cloth {
     height: 420px;
}
#mv__kula-cloth .mv-inner {
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: inset(0);
}
#mv__kula-cloth .mv-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#mv__kula-cloth .mv-txt img {
    width: 75%;
    height: auto;
}
.fiximg {
    height: 420px;
    position: relative;
    top:0;
    left: 0;
    clip-path: inset(0);
}
.fiximg img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* -----------------------------------------------------------------------------
 moreview ボタン
----------------------------------------------------------------------------- */
.moreview {
    margin-top: 25px;
}
.moreview .btn {
  width: 90%;
  line-height: 48px;
}


/*==#our-survice ===========================================================*/

#ourstory {
    padding: 10px 20px 40px;
}
#ourstory p.lead {
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
}
/*==#whatis ====================================================*/
#whatis {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.whatisBG {
    width: 100%;
}
.whatisBG img {
    width: 100%;
}
#whatis .sec-inner {
    position: absolute;
    top: auto;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#whatis .sec-inner .textbox {
    width: 100%;
    text-align: center;
}
#whatis .sec-inner h2 span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}
#whatis .moreview {
    margin-top: 10px;
}


/*==#brand ===========================================================*/
#aboutBrand .f-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
#aboutBrand .f-box+.f-box {
    margin-top: 50px;
}
#aboutBrand .f-box:last-child {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#aboutBrand .sec-inner {
    max-width: auto;
    padding: 40px 0;
}
#aboutBrand .f-box.rev {
    flex-direction: column;
}
#aboutBrand .f-box .imgBox {
    width: 90%;
    margin: 0 auto;
}
#aboutBrand .f-box .textBox {
    width: 90%;
    margin: 20px auto 0;
}
#aboutBrand .f-box .textBox h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    line-height: 1.3;
}
#aboutBrand .f-box .textBox h3 span {
    font-size: 16px;
}
#aboutBrand .f-box .textBox p {
    line-height: 1.8;
}
#aboutBrand .f-box .textBox p+p {
    margin-top: 40px;
}
#aboutBrand .f-box .textBox ul.list {
    margin-bottom: 15px;
}
#info h2 {
    margin-top: 30px;
}
#info .lead {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
}
#info .pee-clothImg {
    margin: 20px auto;
    max-width: 860px;
}
#info dl.text:last-child {
    margin-bottom: 60px;
}
#info dl.text:nth-child(n+4) h3  {
    font-size: 15px;
    line-height: 1.4em;
}

}

@media(max-width: 480px) {
    #brand-top--header {
        position: static;
        padding: 0;
        margin-bottom: 0 !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;
    }
#brand-top--content #bg-animation {
    margin: 12px auto 0;
}
}