@charset "UTF-8";

html {
font-size: 100%;
}
body {
  color: #383e45;
  font-size: 0.9rem;
}
a {
  text-decoration: none;
}
.content-title {
  font-family: 'Corben', cursive;
}
.webfontz {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px
}
#productbannertitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px
}
#producstbannertitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px
}
#russellbanners{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px
}
#russellbanners{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px
}
#productsbanner{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px
}

img {
  max-width: 100%;
}
li {
  list-style: none;
}
.site-title {
  width: 120px;
  line-height: 1px;
  padding: 10px 0;
}
.site-title a {
  display: block;
}
.section-title {
 display: inline; 
 margin-bottom: 60px;
 border-bottom: 0.5rem solid #383e45;
 font-family: 'Corben', cursive;
 font-size: 24px;
 color: #020261;

}
.content-title {
  font-size: 1rem;
  margin:10px 0;
}
.content-titles {
  font-size: 1rem;
  margin:10px 0;
  font-family: 'Noto Sans JP', sans-serif;

}
.wrapper {
  max-width: 1168px;
 margin:0 auto 100px auto;
 padding: 0 4%;
 text-align: center;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#header ul {
  display: flex;
padding: 10px 0;
}
#header li {
margin-left:  30px;
font-family: 'Corben', cursive;
}
#header li a {
  color: #24292c;
}
#header li a:hover {
  opacity: 0.7;
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisiual {
  margin-bottom: 80px;
}
#mainvisiual img {
width: 100%;
max-width: 1920px;
height: 600px;
object-fit: contain;
}
/*-------------------------------------------
About
-------------------------------------------*/
#about .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 30px;
}
#about .text{
text-align: left;
}

#productbanner .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#productsbanner .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#materials .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#movies .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

#laserbanner .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

#russellbanner .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* #productbanner:hover{
  opacity: 0.8;
} */
.catalog:hover {
  opacity: 0.8;
}

/* #russellbanner:hover{
  opacity: 0.8;
}

#laserbanner:hover{
  opacity: 0.8;
} */
.ipros {
  font-size: 24px;
}

.naveffect:hover {
  border-bottom: 2px solid rebeccapurple;
}
.naveffect {
 font-size: 16px;
}
.catalog:hover {
    border-bottom: 2px solid rebeccapurple;

}


/* btn */
.btnss {
  display: block;
  width: 200px;
  padding: 20px 0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #a48c61 0%,
    #a48c61 50%,
    #000000 50%,
    #000000 100%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.4s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
.btnss:hover {
  background-position: 0 0;
}
.box {
  display: block;
  margin-left: auto;
  margin-right: auto 
  
}
.boxContainer{
  /* box-shadow: 0 3px 10px rgb(0 0 0 / 16%); */
  transition: background-position ease 0.4s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;

}


.box{
 padding: 20px;
}
.boxContainer{
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  text-align: center;

}
a.btn--red.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.webfonts {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
}


/*-------------------------------------------
About
-------------------------------------------*/

#productbanner .text{
text-align: left;
}

/*-------------------------------------------
bg image
-------------------------------------------*/
.cd-fixed-bg {
  position: relative;
  min-height: 100%;
 /*--スクロールをさせるため 高さ指定--*/
  background-size: cover; /*--背景画像のサイズ--*/
  background-attachment: fixed; /*--背景画像の固定--*/
  background-repeat: no-repeat; /*--背景画像の繰り返し--*/
  background-position: center center; /*--背景画像の位置--*/
  height: 800px;
  width: 100%;
z-index: 2;
}
.cd-fixed-bg.cd-bg-1  {
/* background-image: url('../img/sozai_image_110095.jpg'); */
/* background-image: url('../img/happa_h9.jpeg'); */
background-image: url('../img/samacbg.jpg');

/* background-image: url('../img/backgroundpic00.JPG'); */

}

/*-------------------------------------------
products
-------------------------------------------*/
#products ul {
  display: flex;
  justify-content: space-between;
}
#products li {
  width: 32%;
}
#productmenu ul {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}
#productmenu li {
  width: 32%;
}

#russellbanner ul {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}
#russellbanner li {
  width: 32%;
}
/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size: 0.5rem;
  padding: 10px 0;
  text-align: center;
}
.footertext {
  font-size: 16px;
}
.navitem {
  text-align: right;
}

.sp {
  display: none;
  }
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width:600px){

    .pc {
    display: none;
    }
    .sp {
    display: block;
    }
    

    /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  .naveffect {
    font-size: 6px;
  } 
  #mainvisiual img {
height: calc(100vh -60px);
  }
  .navitem {
    text-align: right;
    font-size: 6px;
  }
  .logos {
    height: 25%;
    width: 25%;
  }
  
  #header li {
    margin-left:  5px;
    font-family: 'Corben', cursive;
    }
  .samaclogo {
    height: 25%;
    width: auto;
  }

.footertext {
  font-size: 6px;
}
.singlearticle {
  font-size: 6px;
}

   /*-------------------------------------------
  About
  -------------------------------------------*/
  #about .content {
    flex-direction: column;
  }
  #about img {
    margin-right: 0;
  }

  #productbanner .content {
    flex-direction: column;
  }
  #productbanner img {
    margin-right: 0;
  }
  
  #materials .content {
    flex-direction: column;
  }
  #materials img {
    margin-right: 0;
  }
  #movies .content {
    flex-direction: column;
  }
  #movies img {
    margin-right: 0;
  }

  .wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }
  /*-------------------------------------------
  products
  -------------------------------------------*/
  #products li {
    flex-direction: column;
    font-family: 'Bangers', cursive;
  }
  #products li {
    width: 100%;
    margin-bottom: 30px;
  }
  #productmenu li {
  justify-content: space-evenly;
  }
  #productmenu li {
    width: 100%;
    margin-bottom: 30px;
  }
  #russellbanner li {
    justify-content: space-evenly;
    }
    #russellbanner li {
      width: 100%;
      margin-bottom: 30px;
    }
    
    #laserbanner li {
      justify-content: space-evenly;
      }
      #laserbanner li {
        width: 100%;
        margin-bottom: 30px;
      }
      .webfontz {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 22px
      }
  
}
/* bg */
/* CSS   アニメーション　画面ロゴ表示 */
.shutter{
  width: 100%;
  height: 100%;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  background-color:#fff;
  z-index:99;
  -webkit-animation: byeShutter 2.4s forwards;
  animation: byeShutter 2.4s forwards;
}
.samaclogos {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 0.5s forwards;
  animation: logo 0.5s forwards;
  animation-delay: 0.2s;
}
@keyframes byeShutter {
70% {
  opacity: 1;
}
100% {
  display: none;
  opacity: 0;
  z-index: -1;
}
}
@keyframes logo {
0% {
  opacity: 1;
}
  
50% {
  transform: rotate(0deg);     
}
  100% {
  transform: scale(0.8);
  }
}



/* testcoding */
.sections { width:100%; overflow:hidden; margin-bottom:30px; padding:0 50px 20px; clear:both; }
table.productList { border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border:1px solid #d5d5d5; border-collapse: separate; margin:0 0 30px; }
table.productList th { padding:20px; width:231px; vertical-align:top; }
table.productList td { padding:20px; }
table.productList td .marker { font-size:12px; line-height:2.2em; margin:0 0 20px;}
table.productList td ul.btnList li { margin:10px 0 0; }
table.productList td ul.btnList li a { display: block; padding: 5px 0 5px 50px; background: #f2f2f2 url(../img/common/arrow_green.png) no-repeat 18px center; border: #d5d5d5 1px solid;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px; font-size: 16px; font-weight: 700; color: #333; text-decoration:none;}
table.productList td ul.btnList li a:hover { background-color:#ffffff; opacity:1; }

table.productCategory { border:1px solid #d5d5d5; margin:0 0 15px; }
table.productCategory th { padding:15px; width:150px; vertical-align:top; }
table.productCategory td { padding:15px; }
table.productCategory td h4 { padding:0; margin:0; }
table.productCategory td .maker { background: #4394bd; padding: 2px 12px; display: inline-block; color: #FFF; }
table.productCategory td a.btn { padding:2px 12px 2px 25px; font-size:15px; font-weight:normal; background:url(../img/common/arrow_white.png) no-repeat 10px 12px #ff9801; }
table.productCategory td a.btn:hover { background-color:#43bcbd; opacity:1;}

table.productDetail th { width:270px;}
table.productDetail td img { width:160px; height:auto;}
.btnArea .list { background: #ff9801 url(../img/aasted3.png) no-repeat 18px center; padding: 6px 18px 6px 38px !important; }
.btnArea .contact { background: #ff9801 url(../img/aasted.png) no-repeat 18px center; padding: 6px 18px 6px 50px !important;}

.grid {
  /* Grid Fallback */
  display: flex;
  flex-wrap: wrap;
  
  /* Supports Grid */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: minmax(150px, auto);
  grid-gap: 1em;
}
 
.module {
  /* Demo-Specific Styles */
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width:100%;
  /* Flex Fallback */
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 200px;
}
 
/* If Grid is supported, remove the margin we set for the fallback */
@supports (display: grid) {
  .module {
    margin: 0;
  }
}