iframe{
      width: 100%;
    height: 100%;
}

.section__title-h2{
  font-size:20px;
  font-weight:normal;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.tech{
    margin-left: 20px;
}

.main__section{
  border-top: none;
      padding: 0 0 60px 0;
}

/* slider */
#slider div {
  max-width: 2000px !important;
}

.slider {
  margin: 0 auto 60px;
  max-width: 2000px;
  padding-top: 150px;
}

#main > .mar-b--60{
  max-width: 1300px;
    margin: 0 auto;
}

#contents h2{
    position: relative;
    margin: 0 20px 20px 30px;
    font-size: 30px;
    color: #FF4600;
    font-weight: bold;
}

#contents h2:before{
    position: absolute;
    content: "";
    display: inline-block;
    background-color: #FF4600;
    height: 1px;
    width: 20px;
    top: 22px;
    margin-left: -30px;
}

#contents h2 span{
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}

.unit_text{
  margin-bottom: 60px;
}

.unit_text p{
  margin-top: 20px;
}

.unit_text p:first-child{
  margin-top: 0;
}

#anc01{
  margin-top:60px !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:60px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

ul.product-list{
  display: flex;
  flex-wrap: wrap;
}

.product-list__unit-lg{
  width:29%;
  margin:15px; 
}

.product-list__unit {
    text-align: center;
    display: block;
    padding: 2px 2px 10px 2px;
    word-wrap: break-word;
    box-shadow: 0 3px 3px #ccc;
    /* background: #fff !important; */
    box-sizing: border-box;
    border: solid 1px #fff;
    font-size: 16px; 
    /* vertical-align: top; */
    /* position: relative; */
    /* text-align: center; */
}

.product-list__unit:hover{
 border: solid 1px #ccc;
    padding: 2px 2px 10px 2px;
}

.product-list__unit p,
.product-list__name.product-list__text.txt--lg{
  padding: 0 10px;
}


ul.tech{
   margin: 0;
    padding:0;
}

ul.tech li{
  position: relative;
border: solid 1px #FFAC8B;
    list-style: none;
    padding: 15px 20px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    box-shadow: 0 0 8px #ccc;
}

ul.tech li:last-child{
  margin-bottom: 0;
}

ul.tech li:before{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    transform: rotate(225deg);
    margin: auto;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 10px solid #FF4600;
}

ul.tech li:nth-child(3){
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
    margin: 40px 0;
}

ul.tech li:nth-child(3):before{
  display: none;
}


.recommend-list, .seller-list, .together-list {
    margin-top: 0;
}

.product-list.recommend-list li{
  margin: 10px;
}

.history__section {
    max-width: 1300px;
    margin: 0 auto;
    clear: both;
  /*  border-top: 1px solid #ddd;
     padding-top: 60px; */
}

.history__section h2{
  border-bottom: none;
}

.product-list__unit-sm{
  margin-top: 0 10px !important;
}

.fw-block{
  margin-bottom: 60px;
}

.simply-scroll ,
.simply-scroll-clip{
  width:100% !important;
  height: 200px;
}

.simply-scroll .simply-scroll-list li{
  width: 200px !important;
}

.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 200px;
    height: 200px;
}
.simply-scroll-list li img {
    display: block;
}


.gallery{
  max-width: 1200px;
  margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}


.gallery ul li{
  list-style: none;
  width: 150px;
  height: 150px;
  position: relative;
}

.gallery ul li a:hover img{
  transform: scale(1.2);  /*²èÁü¤Î³ÈÂçÎ¨*/
  transition-duration: 0.3s;
  top: 0;
  opacity: 1;
}



.gallery ul li div{
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 10px;
  color: #fff;
  border-radius: 100%;
  line-height: 1;
  padding: 5px;
  font-family: arial;
}

.eui-widget-title.eapps-instagram-feed-title{
  display:none !important;
}