 .slider {
    display: none;
  }
 
  .slider.slick-initialized {
    display: block; 
  }

/*-----新しい初期設定-----*/
#TOP_contents_all p,
#top_MV h1,
#TOP_contents_all h3,
#TOP_contents_all h4,
#TOP_contents_all h5,
#TOP_contents_all h6,
#TOP_contents_all li,
#TOP_contents_all span,
#TOP_contents_all a,
#TOP_contents_all button{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: #08040B;
  text-align: justify;
}

figure figcaption{
  margin: 0;
}

#top_MV img,
#TOP_contents_all img{
  width: 100%;
  height: auto;
}

#TOP_contents_all a{
  display: block;
}

#top_MV button,
#TOP_contents_all button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*--------------------*/


	
#TOP_contents_all .top_contents_box{
  margin-top: 50px;
}

/*-----各コンテンツ共通部分-----*/
#TOP_contents_all .sec_title{
  margin-bottom: 20px;
}

#TOP_contents_all .sec_title h3{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 0.1rem;
}

#TOP_contents_all .sec_title .lead_jp{
  font-size: 11px;
  display: block;
  padding-top: 5px;
  color: #5D585F;
  font-weight: 500;
}


#TOP_contents_all .btn_primary{/*ボタンの設定*/
  display: block;
  margin: 30px auto 0;
}

#TOP_contents_all .btn_primary a{/*ボタンの設定*/
  display: block;
  background: #fff;
  padding: 15px 25px 15px 25px;
  line-height: 1.5;
  color: #0e0e0e;
  border: 1px solid #A7A2A9;
  border-radius: 50px;
  transition: all 0.2s ease;
  font-weight: 600;
  font-size: 14px;
  transition: .3s;
}

#TOP_contents_all .btn_primary a:hover{
  background-color: #A7A2A9;
  color: #fff;
}

#TOP_contents_all .btn_primary a span{/*ボタンの設定*/
  display: inline-block;
  content: "";
  margin-top: -3px;
  margin-left: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  color: #A7A2A9;
}

#TOP_contents_all .btn_primary a:hover span{
  color: #fff;
}

#TOP_contents_all .top_contents_box{
  padding: 0 5%;
}

/*-----画面の横幅いっぱい使うコンテンツ-----*/
#TOP_contents_all .no_pding{
  padding-right: 0;
  padding-left: 0;
}

#TOP_contents_all .no_pding .sec_title h3{
  padding-left: 5%;
}

/*--------------------*/





/*-----MV部分-----*/
#top_MV .MV_area{
  position: relative;
}

/*#top_MV .MV_area::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}*/
#top_MV .MV_area .MV_box a{
  position: relative;
  z-index: 98;
  display: block;
}

#top_MV .MV_area .MV_box a::after{
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}

#top_MV .MV_area .copywriting{
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  display: block;
  position: absolute;
  z-index: 100;
  top: 43%;
  left: 5%;
  color: #fff;
  text-shadow: 1px 1px 8px #000;
}



/*ここからslickのドットの仕様*/
#top_MV .top_MV_slide-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 100;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#top_MV .top_MV_slide-dots li {
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  transition: background-color .5s ease;
}

#top_MV .top_MV_slide-dots .slick-active {
  background-color: #fff;
}

#top_MV .top_MV_slide-dots button{
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*ここからslickの矢印の仕様*/
#top_MV .top_MV_slide-arrow{
  position: absolute;
  bottom: 40px;
  cursor: pointer;
  z-index: 101;
}

#top_MV .top_MV_slide-arrow:before{
  content: '';
  width: 10px;
  height: 10px;
  color: #fff;
  display: inline-block;
  position: absolute;
}

#top_MV .MV_scroll .prev-arrow{
  left: 25%;
}

#top_MV .MV_scroll .prev-arrow:before{
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
}

#top_MV .MV_scroll .next-arrow{
  right: 25%;
}

#top_MV .MV_scroll .next-arrow:before{
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}









/*-----Category部分-----*/

#TOP_contents_all .top_contents_box .categories_grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 30px;
  column-gap: 20px;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  margin: 0 auto;
}

#TOP_contents_all .categories_grid li a{	
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  text-decoration: none;
  flex-direction: column;
}

#TOP_contents_all .categories_grid li a .cat_icon{
  display: block;
  text-align: center;
}

#TOP_contents_all .categories_grid li a img{
  width: 90%;
}

#TOP_contents_all .categories_grid li a .cat_title{
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
  display: block;
  line-height: 2rem;
  color: #5D585F;
}

#TOP_contents_all .categories_grid li a .pconly{
  display: none;
}







/*-----Topics部分-----*/
#TOP_contents_all .top_topics_group #topics-carousel{
  background-color: rgba(242,239,242,0.3);
}

#TOP_contents_all .top_topics_group .topics__info{
  padding: 30px;
}

#TOP_contents_all .top_topics_group .topics__info h5{
  font-size: 14px;
  font-weight: 600;
}

#TOP_contents_all .top_topics_group .topics__info p{
  font-size: 12px;
  color: #5D585F;
  line-height: 23px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#TOP_contents_all .top_topics_group .topics__info a{
  color: #5D585F;
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
}

#TOP_contents_all .top_topics_group .top_topics_slide-arrow{/*ここからslickの矢印の仕様*/
  position: absolute;
  top: 20%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

#TOP_contents_all .top_topics_group .top_topics_slide-arrow:before{
  content: '';
  width: 8px;
  height: 8px;
  color: #08040B;
  display: inline-block;
  position: absolute;
  top: 33%;
}

#TOP_contents_all .top_topics_group .prev-arrow{
  left: 0%;
}

#TOP_contents_all .top_topics_group .prev-arrow:before{
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(-45deg);
  left: 10px;
}

#TOP_contents_all .top_topics_group .next-arrow{
  right: 0%;
}

#TOP_contents_all .top_topics_group .next-arrow:before{
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  right: 10px;
}







/*-----Revico部分-----*/
#TOP_contents_all .topreview_reviewList{
  background-color: #F2EFF2;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*----------Revico部分----------*/
#TOP_contents_all .topreview_reviewList .revico-comment-outer-head{
  position: relative;
}

#TOP_contents_all .topreview_reviewList .revico-comment-outer-head .revico-arrow{
  display: none;
}

#TOP_contents_all .topreview_reviewList .revico-comment-outer-head .revico-logo{
  right: 5%;
  bottom: 20px;

}











/*-----Trending style部分-----*/

#TOP_contents_all .top_style_group article{
  margin-bottom: 30px;
}

#TOP_contents_all .top_style_group .stype .stype_lead{
  display: none; /*スマホ時は非表示*/
}

#TOP_contents_all .top_style_group .stype figure{
  position: relative;
}

#TOP_contents_all .top_style_group .stype figure::before{
  position: absolute;
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 30%) 0%, rgba(255, 255, 255, 0%) 40%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: calc(1 + var(--z-index-base));
  pointer-events: none;
}

#TOP_contents_all .stype figure img{
  width: 100%;
  height: 290px;
  object-fit: cover;
}

#TOP_contents_all .stype figure .style_img01{/*シンプルモダンの画像のトリミング*/
  object-position: 70%;
  object-view-box: inset(0px 45px 130px 30px); 
}

#TOP_contents_all .stype figure .style_img02{/*ウッディモダンの画像のトリミング*/
  object-position: 0%;
  object-view-box: inset(0px 0px 10px 60px); 
}

#TOP_contents_all .stype figure .style_img03{/*北欧モダンの画像のトリミング*/
  object-position: 50%;
  object-view-box: inset(25px 49px 40px 30px); 
}

#TOP_contents_all .stype figure .style_img04{/*和モダンの画像のトリミング*/
  object-position: 0%;
  object-view-box: inset(0px 45px 40px 30px); 
}

#TOP_contents_all .top_style_group .stype figure .stype_title{
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
  text-align: left;
  z-index: 99;
}

#TOP_contents_all .stype h4{
  color: #fff;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
}

#TOP_contents_all .stype .stype_title span{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

#TOP_contents_all .style_box .recommendation{
  display: none;
}

#TOP_contents_all .style_box .style_rec{/*レコメンドを横からスライドして出す*/
  opacity: 0; /*最初は非表示にしておく*/
  transform: translateX(50px);
  transition: opacity 1s, transform 0.5s; /*透明度と位置を設定*/
}

#TOP_contents_all .style_box .fadein{/*条件を満たしたあとに追加するクラス*/
  opacity: 1;
  transform: translateX(0);
}

#TOP_contents_all .style_rec　#slick_slider{/*スマホの時はslickを無効化する*/
  display:none;
    }








/*-----Coordinate部分-----*/

#TOP_contents_all .coordinate_group-track .slick-slide{
  margin: 0 5px;
}

#TOP_contents_all .coordinate_group-track li img{
  object-fit: cover;
  aspect-ratio: 4 / 4;
}

#TOP_contents_all .coordinate_group-track li .coordinate_img01{/*1枚目の画像リサイズの位置を決める*/
  object-position: 42%;
}

#TOP_contents_all .coordinate_group-track li .coordinate_img02{/*2枚目の画像リサイズの位置を決める*/
  object-position: 60%;
}

#TOP_contents_all .coordinate_group-track li .coordinate_img03{/*3枚目の画像リサイズの位置を決める*/
  object-position: 50%;
}

#TOP_contents_all .coordinate_group-track li div{
  background: #A7A2A9;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

#TOP_contents_all .coordinate_group-track li div .other_coordinate{
  position: relative;
  color: #fff;
}

#TOP_contents_all .coordinate_group-track li div .other_coordinate::after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  border: 2px solid;
  border-color: transparent transparent #FFF #FFF;
  transform: rotate(-135deg);
  transition: .3s;
  right: 10px;
  width: 12px;
  height: 12px;
}







/*-----Viewed部分-----*/
#top_viewed_group{
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#TOP_contents_all .viewed_group-track{
  display: inline-grid;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  margin: 0 5%;
}

#TOP_contents_all .viewed_group-track .topviewed_columnBlock{
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
  flex: 0 0 auto;
  width: 130px;	
}

#TOP_contents_all .viewed_group-track .topviewed_columnBlock figure figcaption{
  margin-top: 8px;
  padding: 0 8px;
}

#TOP_contents_all .viewed_group-track .topviewed_columnBlock figure figcaption .itemName{
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   font-size: 10px;
   color: #5D585F; 
}

#TOP_contents_all .viewed_group-track .topviewed_columnBlock figure figcaption .textPrice{
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px;
  color: #08040B;
}

#TOP_contents_all .viewed_group-track .topviewed_columnBlock figure figcaption .taxIn{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-left: 5px; 
  font-size: 10px;
}







/*-----Information部分-----*/
#TOP_contents_all .top_info_group{
  border-top: 2px solid #08040B;
  border-bottom: 2px solid #08040B;
}

#TOP_contents_all .top_info_group .info_list li{
  border-top: 1px solid #DFDAE1;
  padding: 15px 10px;
}

#TOP_contents_all .top_info_group .info_list li:first-child{
  border-top: none;
}

#TOP_contents_all .top_info_group .info_list li:nth-child(n+6){
  display: none;
}

#TOP_contents_all .top_info_group li span{
  display: block;
}

#TOP_contents_all .top_info_group li .info_date{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 10px;
  padding-bottom: 5px;
}

#TOP_contents_all .top_info_group li .info_text{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 23px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}









/*---------------タブレット用---------------*/

@media only screen and (min-width: 700px){

/*-----MV部分-----*/
#top_MV .MV_area .copywriting{
  font-size: 35px;
  top: 45%;
}

/*-----Category部分-----*/
#TOP_contents_all .categories_grid li a .cat_title{
  font-size: 14px;
}

#TOP_contents_all .categories_grid li a .sponly {
    display: none;
}
	
#TOP_contents_all .categories_grid li a .pconly {
    display: block;
}
	
	
	
	
	
/*-----Topics部分-----*/
	
#TOP_contents_all .top_topics_group .topics__flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
	
#TOP_contents_all .top_topics_group .topics__img{
  width: 60%;
}
	
#TOP_contents_all .top_topics_group .topics__info{
  width: 40%;
}
	
#TOP_contents_all .top_topics_group .top_topics_slide-arrow{/*ここからslickの矢印の仕様*/
  top: 50%;
  width: 30px;
  height: 30px;
}

#TOP_contents_all .top_topics_group .next-arrow{
  right: 39%;
}
	
#TOP_contents_all .top_topics_group .next-arrow:before{
  right: 13px;
}
	
#TOP_contents_all .top_topics_group .prev-arrow:before{
  left: 13px;
}
	
	
	
	
	
	
	
/*-----Trending styleエリア-----*/	
#TOP_contents_all .stype figure img{
  height: 390px;
}
	
#TOP_contents_all .stype h4{
  font-size: 20px;
}

}









/*---------------パソコン(1024px～)用---------------*/
@media only screen and (min-width: 1024px){

.pconly{
  display: block;
}
	
.sponly{
  display: none;
}

#TOP_contents_all .top_contents_box{
  margin-top: 80px;
}

#TOP_contents_all .top_contents_box:first-child{
  margin-top: 50px;
}

/*-----各コンテンツ共通部分-----*/
#TOP_contents_all .sec_title{
  margin-bottom: 30px;
}

#TOP_contents_all .sec_title h3{
  font-size: 28px;
    display: flex;
    align-items: center;
}

#TOP_contents_all .sec_title .lead_jp{
  font-size: 12px;
  margin-left: 10px;
  padding: 0;
}

#TOP_contents_all .btn_primary{/*ボタンの設定*/
  margin: 50px auto 0;
}
	
/*-----横幅いっぱい使うコンテンツ-----*/
#TOP_contents_all .no_pding{
  padding-right: 5%;
  padding-left: 5%;
}

#TOP_contents_all .no_pding .sec_title h3{
  padding-left: 0;
}
	
	
	
	
	
	
	
	
/*-----MV部分-----*/
#top_MV{
  width: 100vw;
}
		
#top_MV .MV_area .MV_box a{
  display: flex;
}
	
#top_MV .MV_area .MV_box a img{
  width: 50%; 
}
	
#top_MV .MV_area .MV_box a h1{
  width: 50%;
}
	
#top_MV .MV_area .MV_box a h1 img{
  width: 100%;
}
	
#top_MV .MV_area .copywriting{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 25px;
}
	
#top_MV .top_MV_slide-dots{
  margin: 0;
  left: 80px;
  right: auto;
  bottom: 50px;
}
	
#top_MV .top_MV_slide-arrow{
  bottom: 60px;
}
	
#top_MV .MV_scroll .next-arrow{
  left: 260px;
  right: auto;
}
	
#top_MV .MV_scroll .prev-arrow{
  right: auto;
  left: 50px;
}
	
	
	
	
	
	
	
/*-----Category部分-----*/
#TOP_contents_all .categories_grid li a{
  display: table;
}
	
#TOP_contents_all .categories_grid li a:hover{
  opacity: 0.5 ;
}
	
#TOP_contents_all .categories_grid li a .cat_icon{
  display: table-cell;
  width: 60px;
  margin-right: 8px;
  overflow: hidden;
  vertical-align: middle;
}
	
#TOP_contents_all .categories_grid li a .cat_title{
  box-sizing: border-box;
  display: table-cell;
  padding-left: 8px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

#TOP_contents_all .categories_grid li a .pconly{
  display: block;
}

#TOP_contents_all .categories_grid li a .sponly{
  display: none;
}
	
#TOP_contents_all .sec_title a:hover{
  opacity: 0.3;
}
	
#TOP_contents_all .sec_title .arrow{
  position: relative;
}
	
#TOP_contents_all .sec_title .arrow::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  color: #5D585F;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 33%;
}
	
	
	
	
	
	
	
/*-----Topics部分-----*/
#TOP_contents_all .top_topics_group .topics__info{
  padding: 50px;
}
	
	
	

	
	
/*-----Trending style部分*/
	
#TOP_contents_all .fr2-carousel .rcmd-slick-arrow::before{
  background-image: none;
}

#TOP_contents_all .top_style_group .stype{
  display: flex;
}

#TOP_contents_all .top_style_group .style_box:nth-child(even) .stype{/*偶数の部分だけ左右入れ替え*/
flex-direction: row-reverse;
}
	
#TOP_contents_all .top_style_group .stype .stype_lead{
  display: block;
  background-color: #A7A2A9;
  width: 30%;
  padding: 5%;
}
	
#TOP_contents_all .stype h4{
  font-size: 30px;
  line-height: 3.5rem
}
	
#TOP_contents_all .stype .stype_title span{
  padding-top: 5px;	
}
	
#TOP_contents_all .top_style_group .stype .stype_text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#TOP_contents_all .top_style_group .stype figure{
  width: 70%;
}
	
#TOP_contents_all .top_style_group .stype figure::before{
  display: none;
}
	
#TOP_contents_all .top_style_group .stype figure .stype_title{
  display: none;
}
	
#TOP_contents_all .top_style_group .stype .stype_text p{
  color: #fff;
  font-size: 12px;
}
	
#TOP_contents_all .top_style_group .stype .stype_text .btn_readmore{
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

#TOP_contents_all .style_box .style_rec{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#TOP_contents_all .style_box .recommendation{
  display: block;
  width: 35%;
  padding-left: 5%;
}

#TOP_contents_all .style_box .recommendation h4{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  color: #DFDAE1;
}

#TOP_contents_all .style_box .rec_tracker{
  width: 65%;	
}
	
#TOP_contents_all .style_rec .style_slide-arrow{/*ここからslickの矢印の仕様*/
  position: absolute;
  top: 30%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #F2EFF2;
}

#TOP_contents_all .style_rec .style_slide-arrow:before{
  content: '';
  width: 10px;
  height: 10px;
  color: #08040B;
  display: inline-block;
  position: absolute;
  top: 33%;
}

#TOP_contents_all .style_rec .prev-arrow{
  left: 0%;
}

#TOP_contents_all .style_rec .prev-arrow:before{
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(-45deg);
  left: 10px;
}

#TOP_contents_all .style_rec .next-arrow{
  right: 1%;
}

#TOP_contents_all .style_rec .next-arrow:before{
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  right: 10px;
}

#TOP_contents_all .style_rec .next-arrow .slick-disabled,
#TOP_contents_all .style_rec .prev-arrow .slick-disabled {/*ここからループさせないときの指定例*/
  opacity: .3;
}
 
#TOP_contents_all .style_rec .next-arrow .slick-disabled:before,
#TOP_contents_all .style_rec .prev-arrow .slick-disabled:before {
  opacity: 1;
}
	
#TOP_contents_all .style_rec　#slick_slider{/*slickを有効化する*/
  display:block;
}
	
	
	
	
	
	
/*----------Revico部分----------*/
#TOP_contents_all .topreview_reviewList .revico-comment-outer-head .revico-logo{
  right: 0;
}
	
#TOP_contents_all .topreview_reviewList .revico-comment-outer-head .revico-arrow{
  display: block;
  cursor: pointer;
}








/*-----coordinate部分-----*/
#TOP_contents_all .coordinate_group-track{
  display: flex;
  margin-right: -10px;
}

#TOP_contents_all .coordinate_group-track li{
  box-sizing: border-box;
  margin-right: 10px;
  width: 34%;
  overflow: hidden;/*画像をホバーしたら拡大にする設定*/
}

#TOP_contents_all .coordinate_group-track li:nth-child(n+4) {/*画像4個以上ある場合は非表示にする*/
  display: none;
}

#TOP_contents_all .coordinate_group-track li img {
  aspect-ratio: 4 / 6;
  transition: transform .6s ease;/*画像をホバーしたら拡大にする設定*/
}

#TOP_contents_all .coordinate_group-track li:hover img {/*画像をホバーしたら拡大にする設定*/
  transform: scale(1.1); /* 拡大 */
}
	
#TOP_contents_all .coordinate_group-track li div{
  display: none;
}
	
	
	
	
	

	
/*-----Viewed部分-----*/
#TOP_contents_all .viewed_group-track{
  margin: 0;
  margin-right: -10px;
}

#TOP_contents_all .viewed_group-track .topviewed_columnBlock{
  margin-right: 10px;
  width: 163px;
}

#TOP_contents_all .viewed_group-track .topviewed_columnBlock:nth-child(n+8){
  display: none;
}
	
#TOP_contents_all .viewed_group-track .topviewed_columnBlock figure figcaption{
  margin-top: 5px;
  padding: 0 5px;
}
		
#TOP_contents_all .viewed_group-track .topviewed_columnBlock figure figcaption .itemName{
  font-size: 9px;
}
	
#TOP_contents_all .viewed_group-track .topviewed_columnBlock figure figcaption .textPrice{
  font-size: 13px;
}







/*-----Information部分-----*/
#TOP_contents_all .top_info_group .info_list li{
  padding: 30px 10px;
}
	
#TOP_contents_all .top_info_group li a{
  display: flex;	
}
	
#TOP_contents_all .top_info_group li a:hover{/*ホバーした時*/
  color: #F2EFF2;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

#TOP_contents_all .top_info_group li time{
  margin-right: 80px;
  width: 100px;
}

#TOP_contents_all .top_info_group li .info_date{
  font-size: 14px;
}

#TOP_contents_all .top_info_group li .info_text{
  font-size: 14px;
}
	
	
	
	
	
	
	
	
}









/*---------------パソコン(1230px～)用---------------*/
@media only screen and (min-width: 1230px){
	
/*-----各コンテンツ共通部分-----*/
#TOP_contents_all .top_contents_box{
  width: 1200px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

/*-----MV部分-----*/
#top_MV .MV_area .copywriting{
  font-size: 30px;
}
	
/*-----Topics部分-----*/
#TOP_contents_all .top_topics_group #topics-carousel{
  max-height: 460px;
}

#TOP_contents_all .top_topics_group .topics__flex{
  justify-content: flex-start;
}
	
#TOP_contents_all .top_topics_group .topics__img{
  max-width: 688px;
}
	
#TOP_contents_all .top_topics_group .topics__info{
  padding-right: 100px;
  padding-left:  100px;
}
	
#TOP_contents_all .top_topics_group .topics__info p{
  margin-bottom: 50px;
  -webkit-line-clamp: 4;
}

#TOP_contents_all .top_topics_group .next-arrow{
  right: 42%;
}
	
	
	
	
	
/*-----Revico部分-----*/
#TOP_contents_all .topreview_reviewList{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
	
#TOP_contents_all .topreview_reviewList .sec_title{
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
	
#TOP_contents_all .topreview_reviewList .revico-comment-outer-head{
  width: 1200px;
  margin: 0 auto;
}
	


	
	
	
}
