@charset "UTF-8";
/*=============================================================

	Date: 2026-03-30
	CSS Document ： デニガーゼ｜mensha!

=============================================================*/
/*
<div class="dummy">
    <img src="/liveincomfort/list/uraboapants/images/uraboa_pc02.png?$staticlink$" alt="ダミー" width="" height="" fetchpriority="high"> 
</div> 
*/
.dummy {
  position: absolute;
  top: -420px;
  left: 0;
  width: 100%;
  opacity: 0.3;
  pointer-events: none;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  z-index: 10000;
  filter: grayscale(90%);
}
.dummy img {
  /* width: 500px; */
  display: block;
  margin: 0 auto;
  max-width: max-content;
}
/* ---------------------------------

キーカラー指定
color: var(--theme-color);	
font-family: var(--font-theme-M);
font-family: var(--font-theme-en);
--------------------------------- */ :root {
  --theme-color: #005F28; /* キーカラー指定 */
  --bg-color: #ded8ce; /* 背景カラー指定 */
  --font-theme-R: "あおとゴシック M", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-theme-M: "あおとゴシック DB", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-theme-B: "あおとゴシック B", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-theme-en: "Poppins", sans-serif;
}
/*------------------------------------
仮想LP用ベース
------------------------------------*/
.fca_cat-hero, .sr_page-shopping-result__free {
  overflow: visible !important;
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container__in {
  max-width: 100%;
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container {
  padding: 0;
}
.fca_page-shop-category__body {
  margin-top: 0;
}
/*==================================

ルビ

==================================*/
[data-ruby] {
  position: relative;
  margin-top: 0.2em;
  display: inline-block;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  text-align: center;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.3em;
  letter-spacing: 0.0em;
  white-space: nowrap;
}
/*------------------------------------

ベース

------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.bold_ct {
  font-weight: bold;
}
#wrapper {
  width: 100%;
  color: #333333;
  font-size: 1.125rem;
  line-height: 2;
  text-align: justify;
  position: relative;
    background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "chws"1;
  letter-spacing: 0.03em;
  word-break: break-all;
  text-justify: inter-character;
  transition: background-color 1.5s ease;
}
#wrapper p {
  font-family: var(--font-theme-M);
}
#wrapper-inner {
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn_ct 1.5s 0.0s both;
}
#wrapper img {
  height: auto;
  max-width: 100%;
}
/* hover */
#wrapper a:hover {
  text-decoration: none;
}
#wrapper a {
  transition: all 0.3s;
}
@media (hover: hover) {
  #wrapper a:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  #wrapper a:active {
    opacity: 0.7;
  }
}
#contents-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5vw;
}
/*------------------------------------

PCサイド表示

------------------------------------*/
.side-contents {
  width: calc((80% - 500px)/2);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: sticky;
  top: 0;
  left: 0;
  font-family: var(--font-theme-en);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--theme-color);
  container-type: inline-size;
  max-width: 300px;
  font-size: 1cqw;
  opacity: 0;
  animation: fadeIn_ct 1.5s 0.5s both;
}
.side-nav-title {
  width: 71%;
  display: block;
  margin: 0 auto 2em;
}
.side-nav-title img {
  width: 100%;
}
.nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.nav-items::before {
  display: block;
  width: 90%;
  height: 1px;
  content: '';
  background: #1a3da3;
  position: absolute;
  bottom: 3.2em;
  left: 5%;
}
.nav-items .item-spec {
  width: 30%;
  text-align: center;
  position: relative;
}
.nav-items .item-spec::after {
  display: block;
  width: 10%;
  aspect-ratio: 1;
  content: '';
  background-image: url(../images/side_arrow01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
   transition: all 0.3s;
}
.nav-items .item-spec:nth-child(2)::after {
  background-image: url(../images/side_arrow02.svg);
  top: 59%;
  left: 79%;
}
.nav-items .item-spec:nth-child(3)::after {
  background-image: url(../images/side_arrow02.svg);
  top: 19%;
  left: 86%;
}

@media (hover: hover) {
  .nav-items .item-spec:hover::after {
    transform:translateX(0.25em);
  }.nav-items .item-spec:nth-child(2):hover::after,
    .nav-items .item-spec:nth-child(3):hover::after {
    transform:translateX(-0.25em);
  }
}

#wrapper .nav-items .item-spec img {
  width: 100%;
}

/*------------------------------------

SP表示：メインコンテンツ

------------------------------------*/
#contents-main {
  /* width: 50%; */
  width: 74vh;
  border: 1px solid #1a3da3;
  border-top: none;
  border-bottom: none;
  /* container-type: inline-size; */
}
/* == fixd-item == */
#contents-main .fixd-item {
  overflow: hidden;
  position: sticky;
  top: 0vh;
  left: 0;
  height: 100vh;
  z-index: 1;
}
/* 距離調整 */
.fv-height {
  min-height: 70em;
  height: 150vh;
  margin-top: -50vh;
}
.intro-height {
  min-height: 50em;
  height: 80vh;
  margin-top: 0vh;
}
/*------------------------------------

FV

------------------------------------*/
#fv-main {
      animation: fadeIn_ct 1.5s 0.5s both;}
#wrapper .fv-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0vh;
  left: 0;
  width: 100%;
  z-index: 2;
  container-type: inline-size;
}
#wrapper .fv-mask .fv-img {
  width: 100%;
  /* height: auto; */
  height: 100vh;
  /* aspect-ratio: 100/136.52; */
  transform-origin: center bottom;
  background-image: url(../images/main01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#wrapper .fv-mask .fv-img.fv01 {}
#wrapper .fv-mask .fv-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  container-type: inline-size;
}
#wrapper .fv-title img {
  position: absolute;
  width: 21%;
}
#wrapper .fv-title .fv-gauze {
  top: 3%;
  left: -0.7%;
}
#wrapper .fv-title .fv-denim {
  bottom: 3%;
  right: -0.7%;
}

/* FV line */

#wrapper .fv-mask .fv-title::before, #wrapper .fv-mask .fv-title::after {
  display: block;
  content: '';
  position: absolute;
  width: 70%;
  border: 0.4cqw solid #1a3da3;
  height: calc(98% - 100cqw);
  clip-path: inset(0 100% 95% 0);
}
#wrapper .fv-mask .fv-title::before {
  top: 3%;
  left: 25%;
  border-top-right-radius: 7cqw;
  border-bottom: 0;
  border-left: 0;
}
#wrapper .fv-mask .fv-title::after {
  bottom: 3%;
  right: 25%;
  border-bottom-left-radius: 7cqw;
  border-top: 0;
  border-right: 0;
}

#wrapper #contents-main.is-active .fv-mask .fv-title::before {
  animation: fv-line 1.0s linear 0.5s both;
}
#wrapper #contents-main.is-active .fv-mask .fv-title::after {
  animation: fv-line02 1.0s linear 0.5s both; /* linear */
}

@keyframes fv-line {
  0% {
      clip-path: inset(0 100% 95% 0);
  }
  50% {      clip-path: inset(0 0% 90% 0);
  }
  100% {
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes fv-line02 {
  0% {
      clip-path: inset( 95% 0 0 100%);
  }
  50% {      clip-path: inset( 90% 0 0 0);
  }
  100% {
            clip-path: inset(0 0% 0 0);
  }
}


/* スクロール */

#wrapper .fv-mask .fv-scroll::before {
  display: block;
  width: 2em;
  aspect-ratio: 1/2.5;
  border-radius: 2em;
  content: '';
background: #FFF;
  border: 1px solid #1a3da3;
  margin: 0 auto;
}
#wrapper .fv-mask .fv-scroll {
  position: absolute;
  bottom: 6.5%;
  left: 11%;
  font-size: 2.5cqw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.3em;
}
#wrapper .fv-mask .fv-scroll span {
  color: #1a3da3;
  font-family: var(--font-theme-en);
  font-weight: 500;
  font-size: 84%;
  line-height: 1;
}
#wrapper .fv-mask .fv-scroll::after {
  content: "";
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  /* height: 1px; */
  background-color: #1a3da3;
  animation: deni-scroll-horizontal 2s infinite;
  position: absolute;
  top: 58%;
  left: 33%;
  opacity: 0;
    will-change: opacity;
}
@keyframes deni-scroll-horizontal {
  5% {
    top: 58%;
    opacity: 0;
  }
    6% {
    top: 58%;
    opacity: 1;
  }
  99%,100% {
    top: 4%;
    opacity: 0;
  }
}
/*------------------------------------

FV

------------------------------------*/
#wrapper .bg-item {
  width: 100%;
  /* height: auto; */
  height: 100vh;
  /* aspect-ratio: 100/136.52; */
  transform-origin: center bottom;
  background-image: url(../images/main02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* == main-article == */
#main-article {
  position: relative;
  z-index: 2;
}
/* intro */
.intro {
  opacity: 0;
}

#wrapper .intro-wrap {
  container-type: inline-size;
  position: relative;
  z-index: 1;
}
#wrapper .intro {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  flex-direction: column;
  padding-top: calc((100vh - 100%)/2);
  padding-bottom: 2em;
  /* height: calc((102vh - 100cqh)/-1); */
  font-size: 4cqw;
}

#wrapper .intro .fukidashi {
    width: 46%;
    opacity: 0;
}
#wrapper .intro .intro-title {
    width: 70%;
    margin: 0.5em 0 1.5em;
}
#wrapper .intro .intro-text {}
#wrapper .intro .intro-text p {
    font-size: 100%;
    filter: drop-shadow(0px 0px 0.5em rgba(0,0,0,0.5));
}
/* 商品一覧 */
#main-article .item-wrap {
  margin: 0 0 6em;
  width: 100%;
  container-type: inline-size;
}
/* item */
#main-article .item-wrap .item-box {
  width: 64%; /*ここを可変に*/
  margin: 0 auto 2.0em;
  background: #f2f2f2;
  position: relative;
  transition: width 0.8s;
  /* container-type: inline-size; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* flex-direction: column; */
}
#main-article .item-wrap .item-box.is-open {
  width: 87%;
}
#main-article .item-wrap .item-box .item-model {
  width: 100%;
  margin: 0;
  /* container-type: inline-size; */
  cursor: pointer;
}
#main-article .item-wrap .item-box .item-model img {
  width: 100%;
}
#main-article .item-wrap .item-box .item-model .more-btn {
  position: absolute;
  bottom: 0.8em;
  right: 0.8em;
  font-size: 1.1em;
  /* cursor: pointer; */
  color: #1a3da3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4em;
  font-family: var(--font-theme-en);
  font-weight: 500;
  /* container-type: inline-size; */
  /* width: 100%; */
}
#main-article .item-wrap .item-box .item-model .more-btn .more-txt  span{
  display:block;
  text-align:center;
  transition: all 0.3s;
}
#main-article .item-wrap .item-box .item-model .more-btn .c-more {

}
#main-article .item-wrap .item-box .item-model .more-btn .c-close {}

.more-txt {
    line-height: 1;
    overflow: hidden;
    height: 1em;
    margin: 0.2em 0 0 0;
    /* font-size: 5cqw; */
}

.more-icon {
  border: 1px solid #1a3da3;
  width: 1.5em;
  display: inline-block;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  /* font-size: 5cqw; */
}
.more-icon::after {
  display: block;
  width: 1px;
  height: 60%;
  content: '';
  background:  #1a3da3;
  position: absolute;
  top: 20%;
  left: 48%;
  transition: all 0.3s;
}
.more-icon::before {
  display: block;
  width: 60%;
  height: 1px;
  content: '';
  background:  #1a3da3;
  position: absolute;
  top: 48%;
  left: 20%;
  transition: all 0.3s;
}
.item-box.is-open .more-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
@media (hover: hover) {
  .item-model:hover .more-icon{  background:  #1a3da3;}
  .item-model:hover .more-icon::before,
.item-model:hover .more-icon::after {
  background:#FFF;
}
  
}

#main-article .item-wrap .item-box .item-hidden {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.3s ease;
  /* width: 82%; */
  margin: 0 -20%;
  /* container-type: inline-size; */
  /* font-size: 100%; */
  width: 72cqw;
}
/* 開いた状態 */
.item-box.is-open .item-hidden {
  opacity: 1;
}
/* ボタン表示切り替え */
.c-close {
  /* display: none; */
}
.item-box.is-open .c-more {
  /* display: none; */
  margin-top: -1em;
}
.item-box.is-open .c-close {
 /* display: inline; */
}
#main-article .item-wrap .item-box .item-hidden p {
  /* padding: 0 2em 3em; */
  margin-bottom: 1.3em;
  font-size: 3.5cqw;
}
#main-article .item-wrap .item-box .item-hidden .coordinate-ttl {
  color: #1a3da3;
  text-align: center;
  font-size: 4.5cqw;
  font-family: var(--font-theme-en);
  font-weight: 500;
}
#main-article .item-wrap .item-box .item-hidden .coordinate-list {
  padding-bottom: 4em;
  font-size: 3.1cqw;
}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.main-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  transition: none;
}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item a .spec-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: var(--font-theme-M);
}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.main-item a .spec-txt .name {}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.main-item a .spec-txt .name .blue {
  color: #1a3da3;
}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item a .spec-txt .price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7em;
}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.main-item a .spec-txt .price .tanyi {}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item .price .num {
    font-family: var(--font-theme-en);
    font-weight: 500;
}
.buy-btn {
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    border-radius: 2em;
    padding: 0.3em 1em;
    font-size: 80%;
    letter-spacing: 0.2em;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: var(--font-theme-en);
    font-weight: 500;
     transition: background 0.3s,color 0.3s;
}
.nav-items a.item-spec .buy-btn,
.main-item a .buy-btn {
  background: #1a3da3;
  border: 1px solid #1a3da3;
}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.sub-item {}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.sub-item a {}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.sub-item a .spec-txt {}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.sub-item a .spec-txt .name {}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.sub-item a .spec-txt .price {}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.sub-item a .spec-txt .price .tanyi {}
#main-article .item-wrap .item-box .item-hidden .coordinate-list .coordinate-item.sub-item a .spec-txt .price .num {}


@media (hover: hover) {
    a:hover .buy-btn {
          background: #FFF;
          color: #000;
    }
.nav-items a.item-spec:hover .buy-btn,
.main-item a:hover .buy-btn {
     background: #FFF;
  color: #1a3da3;
}
}

/*------------------------------------

アニメーション

------------------------------------*/
.scroll-anime {
  opacity: 0;
}
.scroll-anime.is-active {
  animation: fadeInBottom_ct 0.7s 0.2s both;
}
.contents-box .item-main .item-main-image.is-active img:nth-child(1) {
  animation: fadeInRight_ct 0.7s 0.2s both;
}
#item03 .bag-main .bag-main-image img:nth-child(1) {}
#item03 .bag-main.is-active .bag-main-image img:nth-child(1) {
  animation: blinkTwice 1.3s steps(1) 1 1s;
}
@keyframes blinkTwice {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_ct {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBottom_ct {
  0% {
    transform: translateY(0.7em);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes blur_ct {
  0% {
    filter: blur(1em);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes fadeInBlur_ct {
  0% {
    filter: blur(1em);
    transform: translateY(1em);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInLeft_ct {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeInRight_ct {
  0% {
    transform: translateX(-30cqw);
  }
  100% {
    transform: translateX(0px);
  }
}
/*===================================

スマホ
@media screen and (orientation: portrait) {
===================================*/
@media screen and (max-width: 920px) {
  .side-contents {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #wrapper {
    font-size: 3.7vw;
  }
  #contents-main {
    width: 100%;
    border: none;
    margin: 0;
  }
  #wrapper .fv-mask .fv-scroll {
  position: absolute;
  bottom: 5%;
  left: 11%;
  font-size: 3.5cqw;
}
    #main-article .item-wrap .item-box .item-hidden{    font-size: 2.2vw;}
}