@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: #040304;
}

#XShelter .kaisei-decol-regular {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}

#XShelter .sp_only {
  display: none;
}

#XShelter h3 {
  font-size: 1.6rem;
  font-weight: bolder;
  margin: 30px 0;
}


/*::::::::::::::::::::::::::::::::::
　XShelter特集イントロ
:::::::::::::::::::::::::::::::::::*/

#XShelter .XShelter_intro {
  position: relative;
}

#XShelter .title_txt {
  position: absolute;
	font-size: 2.4rem;
	font-weight:bold;
  text-align: center;
  padding: 1em;
  width: 100%;
  top: 900px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#XShelter .big {
	font-size: 3.6rem;
}

#XShelter .mini {
	font-size: 1.6rem;
}

#XShelter .mini08 {
	font-size: 0.8rem;
}

#XShelter .title_txt2 {
  position: absolute;
	font-size: 1rem;
  padding: 1em;
  width: 90%;
  top: 1000px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


#XShelter .XShelter_movie {
  position: absolute;
  margin: 1.5rem auto;
  width: 640px;
  text-align: center;
  top: 1300px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/***動画の上下部分白背景を変える***/
#XShelter .hacobune-app-container {
  background: transparent !important; 
  padding: 0; 
}


/*::::::::::::::::::::::::::::::::::
　h2タイトルデコレーション
:::::::::::::::::::::::::::::::::::*/


#XShelter h2 {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: bold;
  background-image: linear-gradient(45deg, #2f2f2f 0%, #dddddd 50%, #838383 90%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border-bottom: 1px solid #dddddd;
  margin: 30px 0;
}

#XShelter h2 span {
	display: block;
	font-size: 0.4em;
}


@keyframes gradationTextAnimation{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 100% 0;
    }
    100%{
        background-position: 0 0;
    }
}


/*::::::::::::::::::::::::::::::::::
　衣服内快適温度
:::::::::::::::::::::::::::::::::::*/

#XShelter .kaitekiondo_box {
  margin: 1em 1em 3em;
  padding: 0.5em 1em;
  font-weight: bold;
  background: #424143;
  border-radius: 10px;/*角の丸み*/
  text-align: center;
}

#XShelter .kaitekiondo_box p {
  padding: 0.5em 0.2rem;
  font-size: 1.0rem;
  font-weight: 200;
	line-height:1.4em;
  text-align: center;
}

#XShelter .dannetsu_box {
  display: flex;
  justify-content: space-around;
  padding: 0.5em;
}

#XShelter .dannetsu_img {
  padding: 0 0.5em;
}


#XShelter .dannetsu_img p {
  font-size: 0.9rem;
  line-height:1.2em;
  text-align: center;
}


/*::::::::::::::::::::::::::::::::::
　開発経緯
:::::::::::::::::::::::::::::::::::*/


#XShelter .development {
  margin: 2em auto;
}

#XShelter .development_box {
  margin: 1em 1em 3em;
  padding: 2em 1em 1em;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

#XShelter .development_box p {
  font-size: 1.0rem;
  line-height:1.4em;
  padding: 1.5em;
  color: #1D1D1D;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

#XShelter .development_p_bold {
  font-weight: bolder;
  color: #A80205;
}

#XShelter .dannetsu_sheet span {
  font-size: 0.8rem;
}


/*::::::::::::::::::::::::::::::::::
　テクノロジー／断熱β ＆ 断熱α
:::::::::::::::::::::::::::::::::::*/

#XShelter .beta {
  background-color: #ed783d;
  padding: 0.5em;
}

#XShelter .alpha {
  background-color: #cac74f;
  padding: 0.5em;
}

#XShelter .black {
  color: #000;
  font-size: 2.2rem;
}

#XShelter h5 {
  color: #FFFFFF;
  font-size: 1.8rem;
}

#XShelter .h5_design {
  background-color: #000;
  border-radius: 10px;
  padding: 5px 30px;
}

#XShelter h6 {
  color: #000;
  font-size: 1.8rem;
  margin: 30px 0;
}

#XShelter .h6_detail {
  font-size: 1rem;
  padding: 0em 3.3em;
  text-align: left;
  line-height: 1.6rem;
  margin-bottom: 50px;
  color: #000;
}

#XShelter .h6_detail_img {
  margin-bottom: 50px;
}

/*::::::::::::::::::::::::::::::::::
　先行予約
:::::::::::::::::::::::::::::::::::*/

#XShelter .reservation {
  padding: 0.5em;
  margin-bottom: 2em;
}

/*::::::::::::::::::::::::::::::::::
　デフォルト表示調整
:::::::::::::::::::::::::::::::::::*/

/*:: もっと見るを非表示にする :::::::::::::::::::::::*/
.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-top-event {
  padding: 0px;
}

/*:: サムネイル商品名左寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--goods-name {
    text-align: left;
}

/*:: サムネイル商品名文字色変更 :::::::::::::::::::::::*/
.block-thumbnail-t--goods-name a{
  color: #fff;
}

.block-thumbnail-t--goods-name a:hover{
  color: #aaa!important;
}

.block-thumbnail-t--goods .price{
  color: #fff;
}

/*:: サムネイル値段文字色変更 :::::::::::::::::::::::*/
.block-thumbnail-t--price.price {
  color: #fff;
}
/*:: 表示形式を非表示にする :::::::::::::::::::::::*/
.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;
}




