@charset "UTF-8";
/* CSS Document */
body {
}
main {
    top: -30px;
}
#main_image {
	max-width: 1300px;
	margin: 0 auto;
}
#main_image h1 {
	position: absolute;
	top: 30px;
	color: #263468;
    padding: 0px 0px 0px 20px;
}
#main_image h1 span {
	font-size: 125%;
	display: block;
}
#main_image h1 span.name_large_top {
	font-size: 175%;
	display: block;
}
article {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#round {
	position: absolute;
	top: -100px;
	border-radius: 50px;
	height: 100px;
	width: 100%;
	background-color: #ffffff;
}
footer {
	margin: -100px 0 0 0;
}
/*------------------- ホームの3カテゴリーリストの設定 ------------------------*/
#pulldown3 {
    position: absolute;
    top: 250px;
    margin: 0 20px;
    padding: 0;
    box-sizing: border-box;
}
#experimental_shape {
	margin: 0 0 10px 0;
	padding: 0;
	box-sizing: border-box;
}
.pd3-trigger {
	cursor: pointer;
    box-sizing: border-box;
    max-width: 210px;
    min-width: 200px;
    height: 60px;
    margin: 10px 0px;
	padding: 15px 0px 0px 0px;
    border: 2px solid #415996;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.9);
    font-size: 18px;
    color: #219CCA;
    text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
	position: relative;
}
.pd3-trigger::after {
    content: "▼";
    font-size: 80%;
}


.pd3-trigger span:before {
  content: '';
  display: inline-block;
  width: 7px;/*画像の幅*/
  height: 42px;/*画像の高さ*/
  background-image: url("../images/common/dots_singleline.png");
  background-size: contain;
  position: absolute;
  left: 4px;
  top: 8px;
}
.pd3-trigger span:after {
  content: '';
  display: inline-block;
  width: 7px;/*画像の幅*/
  height: 42px;/*画像の高さ*/
  background-image: url("../images/common/dots_singleline.png");
  background-size: contain;
  position: absolute;
  right: 4px;
  top: 8px;
}
.toggle_eachlist {
	display: none;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
	z-index: 15000;
}
.toggle_eachlist ul {
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
}
.toggle_eachlist ul li {
	margin: 0px;
    padding: 10px;
	box-sizing: border-box;
    list-style: none;
    text-align: center;
    background-color: #219cca;
    border-bottom: 1px solid #1d80a5;
	transition: all .25s;
}
.trigger_close_pd3 {
	cursor: pointer;
	font-size: 80%;
	color: #ffffff;
	margin: 0px;
    padding: 15px 10px;
	box-sizing: border-box;
    list-style: none;
    text-align: center;
    background-color: #263468;
    border-bottom: 1px solid #1d80a5;
	transition: all .25s;
	display: block;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
}
.trigger_close_pd3:hover {
    background-color: #219cca;	
}
.toggle_eachlist ul li a {
	color: #ffffff;
	text-decoration: none;
}
.toggle_eachlist ul li:hover {
    background-color: #5EBDE1;
}
.eachlist_mask {
	display: none;
    transition: all .5s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffffcf;
    z-index: 12000;
}
.eachlist_mask.masked {
	display: block;
}


/*------------------- 製品サムネイル一覧の設定 ------------------------*/
#float2 {
    display: block;
	margin: 30px 50px 30px 15px;
}
#topthumbs {
	max-width: 800px;
	margin: 0;
	padding: 4px 10px 20px 10px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
}
#thumb_box ul {
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
#thumb_box li {
	width: 100px;
    height: 100px;
	display: block;
	margin: 4px;
	padding: 0px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
    transition: .2s;
}
#thumb_box li:hover {
	transform:translate(1px,1px);
	opacity: 0.8;
}
#thumb_box li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#topthumbs h2 {
    color: #ffffff;
    font-weight: normal;
    background-color: #3AB9CA;
    border-radius: 0px 10px 0px 10px;
    padding: 4px;
}

/*------------------- Instagram設定 ------------------------*/
#Instagram {
    min-width: 240px;
    max-width: 320px;
    margin: 30px 15px 30px 10px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
}
#Instagram::before, #Instagram::after {
    content: "";
    clear: both;
    display: block;
}

#sb_instagram .sb_instagram_header .sbi_header_text h3 {
	color: #219cca;
	font-size: 120%;
}
#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio {
	color: #666666;
}


/*------------------- 新着おしらせ設定 ------------------------*/
#notice_toplist {
	background-attachment: scroll;
	background-position: 70px top;
	background-repeat: repeat-x;
	background-image: url("../images/home/notice_bg.png");	
}
.toplist_container {
	padding: 40px 50px 60px 20px;
	color: #ffffff;
	box-sizing: border-box;
    max-width: 1300px;
}
.toplist a {
	color: #ffffff;
	text-decoration: none;
	display: block
}
.toplist a:hover {
	text-decoration: underline;
}
.toplist ol {
    margin: 0 0 15px 0;
    padding: 0;
    border-bottom: 1px dashed #ffffff;
}
.toplist ol li {
	list-style: none;
    vertical-align: text-bottom;
    display: inline;
}
.toplist_date {
    font-size: 80%;
	padding-right: 1em;
}
.toplist_title {
}



/*↓slickの設定↓*/
.slickbox {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
}
.slickbox div {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	height: 500px;	
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap; 
    overflow: hidden; 
}
#slickmask {
    position: absolute;
    top: 0;
    background-image: url(../images/home/slickmask.png);
    background-attachment: scroll;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
}
#slick1 {
	background-image: url("../images/home/slick1.jpg");
}

#slick2 {
	background-image: url("../images/home/slick2.jpg");
}

#slick3 {
	background-image: url("../images/home/slick3.jpg");
}

#slick4 {
	background-image: url("../images/home/slick4.jpg");
}

#slick5 {
	background-image: url("../images/home/slick5.jpg");
}

#slick6 {
	background-image: url("../images/home/slick6.jpg");
}

#slick7 {
	background-image: url("../images/home/slick7.jpg");
}



/*------------------- メディア切替 ------------------------*/
/*====================================================================
想定端末　小型のAndroid の縦構え（Portrait）　 360×640px
====================================================================*/
@media screen and (min-width:360px) {
    #thumb_box li {
        width: 128px;
        height: 128px;
    }
}/*360×640px*/


/*====================================================================
想定端末　iPhone 6~8 の縦構え（Portrait）　 375×667px
====================================================================*/
@media screen and (min-width:375px) {
    #thumb_box li {
        width: 136px;
        height: 136px;
    }
}/*375×667px*/

/*====================================================================
想定端末　pixel2 の縦構え（Portrait）　 411×731px
====================================================================*/
@media screen and (min-width:411px){
    #thumb_box li {
        width: 150px;
        height: 150px;
    }
}/*411×731px*/

/*====================================================================
想定端末　iPhone XR, 11, XsMax の縦構え（Portrait）　 414×896px
====================================================================*/
@media screen and (min-width:414px){
}/*414×896px*/




/*====================================================================
想定端末　Surface Duo の縦構え（Portrait）　540×720px
====================================================================*/
@media screen and (min-width:540px){

}



/*↑ここまでスマホ縦（Portrait）
==============================================================================================================================================
↓ここからスマホ横（Landscape）*/

/*====================================================================
想定端末　iPhoneSE の横構え（Landscape）　 568×320px
====================================================================*/
@media screen and (min-width:568px){
      #main_image h1 {
          padding: 0px 0px 0px 50px;
		  width: 33em;
      }
	  #main_image h1 span.fold {
	  		display: inline;
			font-size: 175%;
	  }

}


/*====================================================================
想定端末　iPhone 6~8 の横構え（Landscape）　667×375px
====================================================================*/
@media screen and (min-width:667px){
      #pulldown3 {
          display: flex;
		  justify-content: center;
		  margin: 0 20px;
      }
}

/*====================================================================
想定端末　iPhone 6~8Plus の横構え（Landscape）　736×414px
====================================================================*/
@media screen and (min-width:736px){
	  .toplist_container {
    padding: 40px 50px 60px 50px;
	}
}

/*====================================================================
想定端末　iPhone X, Xs,11Pro の横構え（Landscape）　812×375px
====================================================================*/
@media screen and (min-width:812px){
}/*812×375px*/




/*↑ここまでスマホ横（Landscape）
==============================================================================================================================================
↓ここからタブレット縦（Portrait）*/

/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の縦構え（Portrait） 768×1024px
====================================================================*/
@media screen and (min-width:768px) and (min-height:500px) {
      #main_image h1 {
          top: 50px;
          padding: 0px 0px 0px 50px;
		  width: 33em;
      }
	  #main_image h1 span.fold {
	  		display: inline;
			font-size: 175%;
	  }
	  #main_image h1 span.name_large_top {
	  		font-size: 250%;
	  }
      #pulldown3 {
          display: flex;
		  justify-content: center;
		  margin: 0 50px;
		  top: 280px;
      }
      .pd3-trigger {
          margin: 0px 10px;
      }
      #list_shape ul,
      #list_use ul,
      #list_readymade ul {
          margin: 0px 15px;
      }
      #float2 {
          display: flex;
		  justify-content: center;
		  margin: 50px;
      }
	  #banners {
		  margin: 20px 50px;	  
	  }
	  #Instagram {
          margin: 4px 15px;
	  }
      .toplist_container {
          margin: 0 auto;
      }
	  #thumb_box li {
	  		width: 95px;
			height: 95px;
	  }
.toggle_eachlist {
    display: none;
    position: relative;
    margin: 0 10px;
    padding: 0;
	top: 0;
}	  
.toggle_eachlist ul li {	  
	margin: 0px;
    padding: 10px;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
    background-color: #219cca;
    border-bottom: 1px solid #14536b;
    transition: all .25s;
	}
.eachlist_mask.masked {
	display: none;
}
}


/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の縦構え（Portrait） 834×1112px
====================================================================*/
@media screen and (min-width:834px) and (min-height:500px) {



}/*834×1112px*/




/*====================================================================
想定端末　iPad Pro 11inch の縦構え（Portrait） 834×1169px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {



}/*834×1169px*/




/*====================================================================
想定端末　iPad Pro 12.9inch の縦構え（Portrait） 1024×1366px
====================================================================*/
@media screen and (min-width:1024px) {
      #thumb_box li {
          width: 120px;
          height: 120px;
      }
}/*1024×1366px*/








/*↑ここまでタブレット縦（Portrait）
==============================================================================================================================================





/*====================================================================
想定端末　小型のモニター 幅1367px以上
====================================================================*/
@media screen and (min-width:1367px) {
}