@charset "utf-8";
/* CSS Document */

#XShelter {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
	line-height:1.6em;
  color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: center;
  background-color: #352a48;
  max-width: 768px;
}

#XShelter .kaisei-decol-regular {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}

#XShelter .mat_30 {
  margin-top: 3rem;
}

#XShelter h3 {
  font-size: 1.6rem;
  font-weight: bolder;
  margin: 30px 0;
}


/*::::::::::::::::::::::::::::::::::
　XShelter特集TOPイメージ
:::::::::::::::::::::::::::::::::::*/

#XShelter .XShelter_topimage {
  position: relative;
  margin: 0;
}


#XShelter .title_sigma {
  position: absolute;
  top: 88%;
  right: 1%;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", serif;
  font-weight: bold;
  font-size: clamp(12.5rem, 8.0357rem + 22.3214vw, 18.75rem);
  color: rgba(179, 22, 85, 0.6);
}



/*::::::::::::::::::::::::::::::::::
　タイトルテキストその場でフェードイン
:::::::::::::::::::::::::::::::::::*/

@keyframes fadeInTitle {
  from {
    opacity: 0; /* 開始時は透明 */
  }
  to {
    opacity: 1; /* 終了時は不透明 */
  }
}

.fade-in {
  animation-name: fadeInTitle;           /* アニメーション名 */
  animation-duration: 3s;           /* 変化にかかる時間 */
  animation-timing-function: ease;  /* 変化のスピード曲線 */
  animation-fill-mode: forwards;    /* アニメーション終了後の状態を維持 */
}

.fade-in2 {
  animation-name: fadeInTitle;           /* アニメーション名 */
  animation-duration: 6s;           /* 変化にかかる時間 */
  animation-timing-function: ease;  /* 変化のスピード曲線 */
  animation-fill-mode: forwards;    /* アニメーション終了後の状態を維持 */
}


/*::::::::::::::::::::::::::::::::::
　グリッチ
:::::::::::::::::::::::::::::::::::*/

@keyframes glitch_effect {
  0% {
    opacity: 1;
    transform: none;
  }
  33% {
    transform: none;
    filter: invert(0%);
  }
  33.3% {
    opacity: 1;
    transform: skewY(20deg) translate(8px, 6px);
    filter: invert(100%);
  }
  33.6% {
    opacity: 0;
    transform: skewY(-10deg) translate(-10px, -10px);
  }
  33.9% {
    opacity: 1;
    transform: none;
    filter: invert(0%);
  }
  41% {
    opacity: 1;
  }
  41.4% {
    opacity: 0;
  }
  41.8% {
    opacity: 1;
  }
  42.2% {
    opacity: 0;
  }
  42.6% {
    opacity: 1;
  }
  66% {
    transform: none;
    filter: invert(0%);
  }
/*  66.3% {
    opacity: 1;
    transform: skewX(5deg) translate(-4px, 10px);
    filter: invert(100%);
  }
  66.6% {
    opacity: 0;
    transform: skewX(-7deg) translate(4px, -6px);
  }
  66.9% {
    opacity: 1;
    transform: none;
  }
  77% {
    transform: none;
  }
  77.3% {
    transform: skewY(10deg) translate(10px, -6px);
  }
  77.6% {
    transform: skewY(-22deg) translate(-5px, 8px);
    filter: invert(100%);
  }
*/
  77.9% {
    transform: none;
    filter: invert(0%);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: invert(0%);
  }
}


.glitch {
  animation: glitch_effect 10s infinite;
}

.txt_container > span {
  background: #fff;
}




/*::::::::::::::::::::::::::::::::::
　XShelter特集イントロ
:::::::::::::::::::::::::::::::::::*/

#XShelter .XShelter_intro {
  position: relative;
}

#XShelter .title_txt {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

#XShelter .title_txt1 {
  font-size: clamp(1.125rem, 0.8571rem + 1.3393vw, 1.5rem);
	font-weight:bold;
  text-align: center;
  width: 100%;
}

#XShelter .title_txt2 {
  position: relative;
  font-size: clamp(0.75rem, 0.5714rem + 0.8929vw, 1rem);
  padding: 0.5em 0.5em 2em;
  width: 100%;
}



/*::::::::::::::::::::::::::::::::::
　フォントサイズ調整
:::::::::::::::::::::::::::::::::::*/

#XShelter .big {
	font-size: 10rem;
}

#XShelter .pink {
	color : #b31655;
}

#XShelter .mini08 {
	font-size: 0.8rem;
}


/*::::::::::::::::::::::::::::::::::
　ムービー表示
:::::::::::::::::::::::::::::::::::*/

#XShelter .XShelter_movie {
  margin: 1.5rem auto;
  width: 100%;
  text-align: center;
}

/***動画の上下部分白背景を変える***/
#XShelter .hacobune-app-container {
  background: transparent !important; 
  padding: 0; 
}


.hacobune-video-js.videojs-default-skin {
     background-color: #352a48!important; 
}



/*::::::::::::::::::::::::::::::::::
　XShelter商品一覧
:::::::::::::::::::::::::::::::::::*/

#XShelter .XShelter_lineup {
  position: relative;
  padding: 0 0.5em;
}


/*::::::::::::::::::::::::::::::::::
　h2/h3 タイトルデコレーション
:::::::::::::::::::::::::::::::::::*/

#XShelter h2 {
    font-size: 2.0rem;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(45deg, #d16d02 0%, #f3dfca 50%, #a0e8f9 90%);
    background-size: 200%;
    animation: gradation 8s infinite linear;
}

#XShelter h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  margin: 30px 0;
}


#XShelter .h3_sigma {
  font-size: 3.0rem;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(45deg, #b31655 0%, #491b2d 50%, #b31655 90%);
  background-size: 200%;
  animation: gradation 8s infinite linear;
}

@keyframes gradation {
    0%{
        background-position: 0% 0%;
    }
    50%{
        background-position: 100% 0%;
    }
    100%{
        background-position: 0% 0%;
    }
}


/*::::::::::::::::::::::::::::::::::
　スクロール時：ふわっと表示
:::::::::::::::::::::::::::::::::::*/
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*::::::::::::::::::::::::::::::::::
　ふわっとフェードイン
:::::::::::::::::::::::::::::::::::*/

/*以下フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 3s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}

/*以下遅延の指定*/
.txt01 {animation-delay: 0s;}
.txt02 {animation-delay: 1s;}
.txt03 {animation-delay: 2s;}
.txt04 {animation-delay: 3s;}



/*::::::::::::::::::::::::::::::::::
　シリーズ特集へリンク
:::::::::::::::::::::::::::::::::::*/

#XShelter .series_link {
  display: flex;
  justify-content: space-around;
  padding: 0.5em 0.5em 3em;
}


/*::::::::::::::::::::::::::::::::::
　デフォルト表示調整
:::::::::::::::::::::::::::::::::::*/

/*:: もっと見るを非表示にする :::::::::::::::::::::::*/
.block-link { 
  display: none;
}

.btn-more-link {
  margin-top: 30px;
  text-align: center;
}

.btn-more-link--link {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #363636;/*文字色*/
  background: #FFF;
  border: solid 1px #363636;/*線*/
  border-radius: 10px;/*角の丸み*/
}


/*:: セクションごとの余白削除 :::::::::::::::::::::::*/
.block-section {
  padding: 0;
}

/*:: イベント上部の余白削除 :::::::::::::::::::::::*/
.block-top-event {
  padding: 0px;
}

/*:: 商品サムネイル中央寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--items {
  justify-content: center;
}

/*:: サムネイル商品名左寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--goods-name {
    text-align: left;
}

/*:: サムネイル商品名文字色変更 :::::::::::::::::::::::*/
.block-thumbnail-t--goods-name {
  color: #fff!important;
}

.block-thumbnail-t--goods-name a:hover{
  color: #aaa!important;
}

.block-thumbnail-t--goods .price{
  color: #fff;
}

/*:: サムネイル値段文字色変更 :::::::::::::::::::::::*/
.block-thumbnail-t--price {
  color: #fff!important;
}

/*:: 表示形式を非表示にする :::::::::::::::::::::::*/
.block-goods-list--sort-order-items{ 
  display: none;
}
.block-goods-list--display-style-items {
  display: none;
}

/*:: 表示件数（上）を非表示にする :::::::::::::::::::::::*/
.block-goods-list--pager-top{ 
  display: none;
}

/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom{ 
  display: none;
}




