@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;
  max-width: 550px;
}

#XShelter .kaisei-decol-regular {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}

#XShelter h3 {
  font-size: 5vw;
  font-size: min(5vw,24px);
  margin: 1em 0;
}

#XShelter h4 {
  font-size: 4.5vw;
  font-size: min(4vw, 22px);
}

/*::::::::::::::::::::::::::::::::::
　XShelter特集イントロ
:::::::::::::::::::::::::::::::::::*/

#XShelter .XShelter_intro {
  position: relative;
  padding-bottom: 6em;
}

#XShelter .title_txt {
  position: absolute;
  font-size: 6vw;
  font-size: min(6vw, 34px);
  text-align: center;
  padding: 1em;
  width: 100%;
  top: 53%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#XShelter .big {
  font-size: 8vw;
  font-size: min(8vw, 42px);
}

#XShelter .mini {
  font-size: 3.8vw;
  font-size: min(3.8vw, 20px);
}

#XShelter .mini08 {
	font-size: 0.8rem;
}

#XShelter .title_txt2 {
  position: absolute;
  font-size: 3.5vw;
  font-size: min(3.5vw, 16px);
  padding: 1em;
  width: 90%;
  top: 65%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  line-height: 1.6rem;
}

#XShelter .XShelter_movie {
  position: absolute;
  margin: 1rem auto 0.5rem;
  width: 100%;
  text-align: center;
  top: 90%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/***動画の余白削除***/
#XShelter .hacobune-app-container {
  background: #040304; 
  padding: 0;
  width: 100%;
}

/*::::::::::::::::::::::::::::::::::
　h2タイトルデコレーション
:::::::::::::::::::::::::::::::::::*/


#XShelter h2 {
  display: inline-block;
  font-size: 10vw;
  font-size: min(10vw, 52px);
  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-bottom: 1.5rem;
}

#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 .comfortable {
  margin-top: 2.5em;
}

#XShelter .kaitekiondo_box {
  margin: 1em 0.5em 3em;
  padding: 0.2em 0.5em;
  font-weight: bold;
  background: #424143;
  border-radius: 10px;/*角の丸み*/
  text-align: center;
}

#XShelter .kaitekiondo_box p {
  padding: 0.5em;
  font-size: 0.8rem;
  font-weight: 200;
	line-height:1.4em;
  text-align: center;
}


/*::::::::::::::::::::::::::::::::::
　開発経緯
:::::::::::::::::::::::::::::::::::*/

#XShelter .development {
  margin-bottom: 30px;
}

#XShelter .development_box {
  margin: 0.5em 0.5em 2em;
  padding: 0.5em 0.2em;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;/*角の丸み*/
}

#XShelter .development_box p {
  font-size: 0.8rem;
  line-height:1.4em;
  padding: 0.5em 0.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 .development_p_box {
  background-color: #1D1D1D;
  color: #FFFFFF;
  padding: 0.3rem;
}

#XShelter .dannetsu_sheet span {
  font-size: 0.8rem;
}

/*::::::::::::::::::::::::::::::::::
　テクノロジー／断熱β ＆ 断熱α
:::::::::::::::::::::::::::::::::::*/

#XShelter .beta {
  background-color: #ed783d;
  padding: 0.3em;
}

#XShelter .alpha {
  background-color: #cac74f;
  padding: 1em 0.3em;
}

#XShelter .black {
  color: #000;
  font-size: 6vw;
  font-size: min(6vw, 34px);
}

#XShelter h5 {
  color: #FFFFFF;
  font-size: 5vw;
  font-size: min(5vw,24px);
}

#XShelter .h5_design {
  background-color: #000;
  border-radius: 10px;
  padding: 5px 30px;
}

#XShelter h6 {
  color: #000;
  font-size: 5vw;
  font-size: min(5vw,24px);
  margin: 1em 0;
}

#XShelter .h6_detail {
  font-size: 3.5vw;
  font-size: min(3.5vw, 16px);
  padding: 0em 1em 2em;
  text-align: left;
  line-height: 1.6rem;
  color: #000;
}

#XShelter .h6_detail_img {
  margin-bottom: 2em;
}

/*::::::::::::::::::::::::::::::::::
　先行予約
:::::::::::::::::::::::::::::::::::*/

#XShelter .reservation {
  padding: 0.5em;
  margin-bottom: 2em;
}

/*::::::::::::::::::::::::::::::::::
　断熱素材
:::::::::::::::::::::::::::::::::::*/
#XShelter .dannetsu_box {
  display: flex;
  justify-content: space-around;
  padding: 0.2em;
  margin-bottom: 3rem;
}

#XShelter .dannetsu_img {
  padding: 0 0.2em;
}


#XShelter .dannetsu_img p {
  font-size: 0.6rem;
  line-height:1.2em;
  text-align: center;
  padding-top: 0.5rem;
}

/*::::::::::::::::::::::::::::::::::
　断熱シート
:::::::::::::::::::::::::::::::::::*/


#XShelter .dannetsu_sheet {
  margin-bottom: 1em;
  padding: 0.5em;
  text-align: left;
}

#XShelter .dannetsu_sheet h3 {
  font-size: 5vw;
  font-size: min(5vw,24px);
}


#XShelter .dannetsu_sheet p {
  font-size: 0.9rem;
  line-height:1.4em;
  padding-left: 1em;
}

#XShelter .dannetsu_sheet li {
  font-size: 0.9rem;
  padding-left: 1em;
}

#XShelter .dannetsu_sheet span {
  font-size: 0.6rem;
}

/*::::::::::::::::::::::::::::::::::
　LineUp
:::::::::::::::::::::::::::::::::::*/

#XShelter .line_up {
  padding-top: 2em;
}

#XShelter .item_top {
  margin: 1em 0;
  padding-top: 1em;
  background: #fff;
} 

#XShelter .txt_coming_soon {
  font-size: 1.6rem;
  padding: 0.5em;
  color:#848383;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}


/*::::::::::::::::::::::::::::::::::
　デフォルト表示調整
:::::::::::::::::::::::::::::::::::*/

/*:: もっと見るを非表示にする :::::::::::::::::::::::*/
.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.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;
}




