.fs-l-main {
    max-width: 1216px;
	}

.fs-l-pageMain {
    max-width: 928px;
    width: 100%;
	}

@media screen and (min-width: 960px) {
    .fs-l-product4 .fs-l-productLayout {
        grid-template-columns: calc(67% - 16px / 2) calc(40% - 16px / 2);
    }
}


.trlogo{
	font-size: 12px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}


/*右側コンテンツ*/

.top_content{
	margin-bottom:20px;
	}

.top_midashi {
    font-size: 2rem;
    text-align: center;
    margin: 100px 0 25px 0;
	color:#014f87;
}

p.top_midashi::before{
	content: url(https://tranparan.itembox.design/item/top_h3_bg1.png);
	margin-right: 20px;
}
p.top_midashi::after{
	content: url(https://tranparan.itembox.design/item/top_h3_bg2.png);
	margin-left: 20px;
}

.viewmore {
    text-align: center;
    margin: 25px auto 100px auto;
}

.spfv_search{
	display:none;
	}


@media screen and (max-width: 599px) {
        p.top_midashi {
    font-size:1.7rem;
    margin: 75px 0 25px 0;
}
        p.top_midashi::before{
	content: url(https://tranparan.itembox.design/item/top_h3_bg1.png);
	margin-right: 15px;
}
        p.top_midashi::after{
	content: url(https://tranparan.itembox.design/item/top_h3_bg2.png);
	margin-left: 15px;
}

	.viewmore {
   margin: 20px auto 75px auto;
   width: 40%;
        }
		
	.spfv_search{
	display: block;
	width:100%;
	}
	
	.spsearch_form{
	width:100%;
	}
	
	.sphotword img{
	width:30%;
	}

}



/*お知らせアコーディオンメニュー*/

.details {
  line-height: 2;
  color: #000000;
  width: 80%;
  margin: 50px auto 20px;
}
.details__summary {
  cursor: pointer;
  background: #dddddd;
  border: 1px solid #dddddd;
  margin: 20px 0 0;
  padding: 10px 16px;
}
.details__summary:first-child {
  margin-top: 0;
}
.details__content {
  display: none;
  border: 1px solid #e9e9e9;
  border-top: none;
  margin: 0;
  padding: 16px;
}

/*お知らせアコーディオンメニューここまで*/


/*読み物表示ここから*/
.column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.column-item {
  display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    flex-basis: 32%;
    margin: 25px 0;
}

.column-image {
  min-height: 0%;
}
.column-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.column_title{
	font-size: 1.3rem;
    font-weight: bold;
}
	
@media (max-width: 1024px) {
.fs-l-pageMain {
    width: 100%;
	}	

  .column-item {
    flex-basis: 49%;
  } 
  
  .column_heading{
	font-size: 1.2rem;
    font-weight: bold;
	}	

  .column_title{
	font-size: 1.2rem
	}
  
}
/*読み物表示ここまで*/


.topic_container{
	display:flex;
	justify-content: space-evenly;
	margin-bottom:20px;
	}

.topic_item1{
	flex-basis:45%;
	}
	
.topic_item2{
	flex-basis:45%;
	}
	
.topic_item1 img{
	width: 100%;
	}
	
.topic_item2 img{
	width: 100%;
	}


@media screen and (max-width: 599px){
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 275px;
    opacity: 1;
}
	
.side_banner{
	display:none;
	}
	
.topic_container{
	display:block;
	margin-bottom:35px;
	}
	
.topic_item1{
	margin-bottom:35px;
	}

}

@media screen and (min-width: 599px){
.sp_banner{
	display: none;
	}

}

/*右側コンテンツここまで*/

/*リニューアルヘッダー・サイドメニューここから*/

.fs-l-header {
	padding: 0;
    height: 110px;
	}

dd,dl{
	margin: auto;
	}

.trpr_header{
	background-color: #f5a419;
	display: block;
	padding-top: 8px;
	height:110px;
	position:relative;
	}

.header_contents{
	display: grid;
	grid-template-rows: auto auto;
    grid-template-columns: 40% 20% 40%;
	align-items: start;
	margin-top: 1.6rem;
	}
	
.header_leftcontainer{
	text-align: start;
	margin-left: 15px;
	}
	
.header_text{
	color:#FFF;
	}
	
.header_centercontainer{
	text-align:center;
	}
	
.header_logo{
	align-items: center;
	}
	
.header_logo img{
	width: 28%;
	}
	
.header_rightcontainer{
	text-align: end;
	}
	
.header_icon{
	margin-right: 15px;
	}
	
.header_icon img{
	width: 9%;
    padding: 0 5px 0 5px;
	}
	
.header_icon_sumaho{
	display: none;
	}
	
#sp_menu {
	display: none;
	}
	
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 2px solid #014f87;
  padding: 3px 10px;
  border-radius: 20px;
  height: 35px;
  width: 220px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  min-height: 0;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 20px;
  border: none;
  background: none;
  color: #014f87;
  position: absolute;
  height: 45px;
  right: 0;
  top: -10px;
  outline: none;
}

.left_contents {
    width: 240px;
    display: inline-block;
}

.hotword{
	margin: 15px 0;
    text-align: left;
}

.hotword img{
	width:60%;
}

.searchword{
	text-align: left;
    margin: 0;
    padding: 0;
	}

.searchword li{
	display: inline-block;
    padding: 1rem 1px;
    text-align: center;
	}
	
.searchword a{
	padding: 0.3em 1.2em;
    border: 2px solid #014f87;
    background-color: #fff;
    border-radius: 25px;
    font-weight: bold;
    color: #333;
	}
	
.category{
	margin: 5rem 1.2rem;
	text-align:center
	}
	
.category-title{
	color: #014f87;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 0.5rem;
	}

.accordion-panel a{
	color: inherit;
	}

.accordion-panel dt {
  	cursor: pointer;
  	margin-bottom: 1px;
  	text-align:left;
	border-bottom: solid 1px #dbdbdb;
	}
 
.accordion-panel dd .inner {
  	background-color: #f5f5f5;
  	border: 1px solid #ccc;
  	margin: 3px 0;
	}
 
.accordion-panel dd {
  display: none;
	}
 
.layer-1 dt {
  padding: 5px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #014f87;
	}

.layer-1 p{
	padding-left: 10px;
	}
	
.layer-2 dt {
	padding: 0.6rem 0;
	font-size: 1.3rem;
	color: #0d2170;
	}
	
.layer-3{
	list-style: none;
    text-align: left;
    padding: 0;
	margin: 0;
	}	

 
.layer-3 li {
	margin-bottom: 1px;
	padding: 0.6rem 0;
	font-size: 1.1rem;
	color: #0d2170;
	}

.toggle-layer-1{
	position:relative;
	}
	
.toggle-layer-1:after{
	content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 5%;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 2px solid #014F87;
    border-right: 2px solid #014F87;
    transform: rotate(45deg);
	}
	
.toggle-layer-1.active:after {
	transform: rotate(135deg);
	transition: .3s;
	}
	
.toggle-layer-2{
	position:relative;
	}
	
.toggle-layer-2:after{
	content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 5%;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 2px solid #014F87;
    border-right: 2px solid #014F87;
    transform: rotate(135deg);
	}

.layer-1-kitchen:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/kategori_kichin.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}
	
.layer-1-towel:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/kategori_towel.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}

.layer-1-bath:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/kategori_robe.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}
	
.layer-1-bed:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/kategori_shingu.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}
	
.layer-1-int:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/kategori_interior.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}
	
.layer-1-acce:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/kategori_hukushoku.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}
	
.layer-1-baby:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/kategori_bebykids.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}
	
.layer-1-gift:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/kategori_gift.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}
	
.layer-1-media:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/kategori_media.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}
	
.layer-1-about:before {
	content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(https://tranparan.itembox.design/item/tranparanlogo_circle_white.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
	}
	
.layer-1-about {
	font-size: 1.2rem !important;
	}
	
.sns_container{
	display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 5px;
	}
	
.sns_item1{
	flex-basis: 40%;
	}
	
.sns_item2{
	flex-basis: 25%;
	}
	
.sns_item3{
	flex-basis: 25%;
	}



@media screen and (max-width: 1279px){
	
.fs-l-header {
    height: 100px;
	}
	
.trpr_header{
	height: 100px;
    padding-top: 1px;
    position: fixed;
    z-index: 99;
    top: 0;
	}
	
.header_text,.header_icon{
	display: none;
	}	

.header_contents {
    grid-template-columns: 1% 83% 16%;
	}

.header_logo{
	text-align: left;
    margin: 0 0.5rem;
	}

.header_logo img {
    width: 15%;
	}
	
.header_rightcontainer{
	text-align: start;
	}
	
.header_icon_sumaho{
	display: flex;
	justify-content: space-between;
	}

.header_icon_sumaho img{
	width: 90%;
    padding: 3px;
	}
	
.header_hamburger {
 	cursor: pointer;
    position: fixed;
    border: 0px;
    top: 20px;
    right: 10px;
 	height: 48px;
    width: 48px;
    border-radius: 50%;
    z-index: 1000;
}
	
.header_hamburger span {
 	display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    width: 40px;
}

.header_hamburger span:nth-child(1) {
  top: 5px;
}

.header_hamburger span:nth-child(2) {
  top: 25px;
}

.header_hamburger span:nth-child(3) {
  top: 45px;
}

#sp_menu {
  display:block;
  position: fixed;
  right: -350px;
  top: 0;
  height: 100%;
  width: 280px;
  background: #fff;
  text-align: center;
  z-index: 999;
  opacity:.99;
  transition: all 0.6s;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
}

#sp_menu.panelactive{
    right: 0;
}
	
.header_hamburger.active span:nth-child(1) {
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
	background:#999;
}

.header_hamburger.active span:nth-child(2) {
    opacity: 0;
}

.header_hamburger.active span:nth-child(3) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 30px;
	background:#999;
}

.sp_icon{
	padding:0;
	margin-top:50px;
	list-style:none;
	display: flex;
	text-align:left;
	width:80%;
	}
	
.sp_icon_item img{
	width: 80%;
	}

.search_container{
	border: none;
    height: 6rem;
    width: 23rem;
	padding:0;
}

.search_container input[type="text"]{
	box-sizing: border-box;
	position: relative;
	border: 3px solid #014f87;
	padding: 3px 10px;
	border-radius: 5rem;
	height: 5rem;
	width: 23rem;
	overflow: hidden;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  	cursor: pointer;
    font-family: FontAwesome;
    font-size: 25px;
    border: none;
    background: none;
    color: #014f87;
    position: absolute;
    left: 200px;
    top: -1px;
    outline: none;
}
	
.left_contents{
	display:none;
	}

}

	
@media screen and (max-width: 743px){
.fs-l-header {
    height: 80px;
	}
	
.trpr_header{
	height: 80px;
	}

.header_contents {
    grid-template-columns: 5% 70% 25%;
}

.header_logo{
    margin: 0.5rem 0;
	}
	
.header_logo img {
    width: 24%;
	}
	
.header_icon_sumaho img{
	width: 70%;
    padding: 3px;
	}
	
.header_hamburger span {
    left: 12px;
    width: 30px;
	}
	
.header_hamburger span:nth-child(1) {
  	top: 3px;
	}

.header_hamburger span:nth-child(2) {
  	top: 18px;
	}

.header_hamburger span:nth-child(3) {
  	top: 33px;
	}

/*リニューアルヘッダー・サイドメニューここまで*/