@charset "utf-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,aronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strongsub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoo,thead,tr,th,td{margin:0;padding:0;border:0;}
table,caption,th,td{margin:0;padding:0;border:0;border-collapse:collapse;border-spacing:0px;empty-cells:show;text-align:left;font-weight:normal;}
a img,iframe{border:none;}
ol,ul,li{list-style:none;}
input,textarea,select,button{font-size:100%;font-family:inherit;}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('font/NotoSansJP-Regular.otf') format('otf'),
  url('font/NotoSansJP-Bold.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
*{  box-sizing: border-box;}
body{
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'Noto Sans JP',"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック","MS PGothic","sans-serif";
  box-sizing: border-box;
  background: #f0f0f0;
  line-height: 1.7;
}
h2,h3{margin: 0;padding: 0;}
.logo_area{
  padding: 10px;
}
.logo_area img{
  width: 150px;
}
a{
  color: #333;
  text-decoration: none;
}
.sp{
  display: block;
}
.sp_i{
  display: inline-block;
}
.pc,.pc_i{
  display: none;
}
.tyuui{
  font-size: small;
  color: #666;
  margin-top: 40px;
  padding: 0 15px;
}
.textLine{
  text-decoration: line-through;
}
.imgArea {
  text-align: center;
  margin-bottom: 20px;
}
.imgArea img{
  width: 100%;
}
.infoArea{
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.infoArea dl{
  display: flex;
}
.infoArea dl dt {
  width: 6em;
  text-align: left;
}
.infoArea dl dd{
  flex: 1;
  text-align: left;
  margin-left: 10px;
}
section{
  margin: 0 auto ;
}
section.introduction{
  position: relative;
}
section.introduction p{
  margin-top: 4px;
  margin-left: 10px;
  font-weight: bold;
}
.main_img{
  margin:0 auto;
  text-align: center;
}
.menuArea{
  margin-bottom: 40px;
}
.secUnder .menuArea{
  margin-top: 40px;
}
div.menuArea ul{
  display: flex;
  flex-wrap: wrap;
}
div.menuArea ul li{
  margin: 4px;
  text-align: left;
  padding: 5px 0px 5px 40px;
  width: calc(50% - 12px);
  background-color: #fff;
  display: flex;
  align-items: center;
}
div.menuArea ul li a{
  display: block;
  color: #333;
  position: relative;
  font-weight: bold;
}
div.menuArea ul li.sec1,div.menuArea ul li.sec2,div.menuArea ul li.sec3{
  background-size: 25px;
  background-position: center left 10px;
  background-repeat: no-repeat;
}

div.menuArea ul li.sec0{background-image: url("img/new.svg");}
div.menuArea ul li.sec1{background-image: url("img/catalog.svg");}
div.menuArea ul li.sec2{background-image: url("img/post.svg");}
div.menuArea ul li.sec3{background-image: url("img/backnumber.svg");}

div.menuArea ul li.sec0,div.menuArea ul li.sec1,div.menuArea ul li.sec2,div.menuArea ul li.sec3{
  background-size: 25px;
  background-position: center left 10px;
  background-repeat: no-repeat;
}

section.contents_wrapper{
  background: #fff;
  margin:100px auto 0;
  padding: 40px 0;
}
div#contents{
  font-size: 15px;
  position: relative;
  margin-top: 40px;
}
h2.main_title{
  font-size:22px;
  font-weight:bold;
  margin-left: 10px;
}
h2.sec_title{
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
h3.sec_title{
  text-align: center;
}
h3.sec_title_text{
  text-align: center;
  margin-bottom: 40px;
}
p.sec_title_text{
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 0 15px;
}
a.sec_title_text{
  margin-bottom: 20px;
}
.main_title_text{
  margin-bottom: 30px;
}
section.add_new_product {
  margin: 0 auto;
}
div.sakidashi{
  margin: 0 15px;
}
div.sakidashi_products{
  margin-bottom: 40px;
}
div.sakidashi_products p {
    font-size: 0.875rem;
}

section#sec0{
  position: relative;
  padding-top: 160px;
  margin-top: 240px;
}
.newCatalogImgArea{
  width: 100%;
}
.newCatalogImg{
  position: absolute;
  text-align: center;
  top: -200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
}
.newCatalogImg img{
  width: 100%;
}


.catalog_hyoushi{
  text-align: center;
  margin-top: 20px;
}
.catalog_hyoushi img{
  width: 240px;
}
a.button{
  width: 80%;
  display: block;
  margin: 20px auto 0;
  padding: 8px 10px;
  background: #ed1e79;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight:bold;
  border-radius: 5px;
}
.main_item_info a.button {
  background: #009688;
}
a.button.yoyaku{
  background:#c00;
}
a.button.sakidashi{
  background: #47b9b9;
}
p.nobutton{
  font-size: 14px;
  width: 260px;
  display: block;
  margin: 20px auto 0;
  padding: 8px 10px;
  border:1px solid #333;
  color: #333;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
div.category{
  margin-bottom: 80px;
}
p.category_text{
  text-align: center;
  margin-top: 40px;
}
div.category ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.category ul li{
  position: relative;
  text-align: center;
  width: 94px;
  height: 80px;
  background: #e7f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
  border-radius: 10px;
  line-height: 1;
}
div.category ul li::after{
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  right: 0;
  top: 10px;
}
li.leisure::after{background: #c9161e;}
li.rammounts::after{background: #cd1e27;}
li.ereki::after{background: #d82d50;}
li.oil::after{background: #e67433;}
li.engine::after{background: #cd9600;}
li.propeller::after{background: #bfd773;}
li.livewell::after{background: #8bac21;}
li.gaisou::after{background: #216620;}
li.naisou::after{background: #2b86b0;}
li.densou::after{background: #0b65a5;}
li.gyotan::after{background: #003b82;}
li.mente::after{background: #52376a;}
li.trailer::after{background: #523868;}
li.keisen::after{background: #825949;}
div a.bookmark{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
div.bookmark_img{
  z-index: 2;
}
div.bookmark_img img{
  width: 100px;
}
div.bookmark_text{
  position: relative;
  padding: 0 10px 0 15px;
  z-index: 1;
}
div.bookmark_text::after{
  content:"";
  position: absolute;
  top: 0;
  bottom:0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background: #fffde1;
  z-index: -1;
}
div a.bookmark p.setumei{
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
  background: linear-gradient(transparent 85%, #f9aab0 85%);
  display: inline-block;
}
div a.bookmark p.kotira{
  margin-top: 8px;
  color: #603813;
  text-align: right;
  font-weight: bold;
}
.backnumber_area{
  margin-left: 10px;
  background: #eee;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.backnumber_area ul{
  display: flex;
}
.backnumber_area ul li{
  margin-right: 60px;
}
.backnumber_area h3{
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 12px;
}
.backnumber_area h3::before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 14px;
  background: #4d4d4d;
}
.backnumber_area img{
  width: 160px;
}
#pagetop{
  margin-top: 40px;
  text-align: center;
  background: #fff;
  padding: 4px 0;
}

/**** tab メニュー*****/
.new_product_menu{
  margin-bottom: 20px;
}
.new_product_menu ul{
  display: flex;
  max-width: 880px;
  margin: 0 auto;
}

.new_product_menu ul li{
  padding: 10px 0;
  cursor:pointer;
  font-size: 16px;
  width: 25%;
  text-align: center;
  color: #aaa;
}
.new_product_menu ul li.active{
  background:#fff;
  cursor:unset;
  border-bottom: 2px solid #333;
  font-weight: bold;
  color: #333;
}
.tab-content .tab-pane{
  display: none;
}
.tab-content .active{
  display: block;
}

.new_product_menu ul li.new p {
    position: relative;
}

.new_product_menu ul li.new p:after {
    content: "NEW!";
    position: absolute;
    font-size: 0.8rem;
    right: 0;
    top: -24px;
    background: #a00;
    color: #fff;
    padding: 0 4px;
    font-weight: bold;
}

@media (min-width:380px) {
  .newCatalogImg{
    width: 200px;
  }
}


@media (min-width:767px) {
  .sp,.sp_i{
    display: none;
  }
  .pc_i{
    display: inline-block;
  }
  .pc{
    display: block;
  }
  .at_list{
    display: flex;
    justify-content: center;
  }
  .tyuui{
    padding: 0;
    font-size: 90%;
  }
  .header_inner{
    margin: 0 auto;
    background: #fff;
  }
  .logo_area{
    padding: 10px;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
  }
  .logo_area img{
    width: 200px;
  }
  .imgArea img{
    width: 800px;

  }
  .infoArea{
    background: #fff;
    padding: 20px;
  }
  .infoArea dl{
    flex-direction: row;
    margin: 0 auto;
  }
  .infoArea dl dt {
    width: 86px;
  }
  .infoArea dl dd{
    margin-left: 40px;
  }
  section{
    margin: 40px 0 0;
  }
  section.introduction{
    margin-top: 30px;
  }
  section.contents_wrapper {
    margin-top: 120px;
    padding: 80px 0;
    box-shadow: 0 0px 6px 0px rgba(64,64,64,0.3);
  }
  div#contents{
    max-width: 960px;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
  }
  section.introduction{
    text-align: center;
    height: auto;
  }

  section.introduction div.main_img {
    margin: 0 auto 30px;
    padding: 20px;
    background: #fff;
  }
  div.menuArea ul{
    justify-content: space-around;
    background: #fff;
    margin: 40px auto 0;
    padding: 8px 0;
    position: relative;
    bottom: 0;
    box-shadow: 0 0px 6px 0px rgba(64,64,64,0.3);
  }
  div.menuArea ul li{
    text-align: left;
    margin: 0;
    width: auto;
    padding-left: 55px;
  }

  div.menuArea ul li.sec0,div.menuArea ul li.sec1,div.menuArea ul li.sec2,div.menuArea ul li.sec3{
    background-size: 35px;
    background-position: center left 10px;
    background-repeat: no-repeat;
  }
  div.menuArea ul li a{
    color: #333;
    line-height: 1.4;
    display: block;
  }
  section.add_new_product {
    width: 600px;
  }
  div.sakidashi_products {
      margin-bottom: 80px;
  }

  .introWrap{
    box-shadow: 0 0px 6px 0px rgba(64,64,64,0.3);
  }
  .menuArea{
    margin-bottom: 30px;
  }
  h2.main_title{
    font-size: 36px;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
    border-bottom: 2.5px solid #666;
  }
  .newCatalogImg{
    width: 240px;
    top: -300px;
    transition: all 0.3s;
  }
  .newCatalogImg a:hover{
    opacity: 1;
  }

  .newCatalogImg img{
    width: 240px;
  }
  section#sec0{
    margin-top: 340px;
    padding-top: 130px;
  }

  h2.sec_title{
    font-size: 24px;
    margin-bottom: 40px;
  }
  h3.sec_title{
    margin-bottom: 20px;
  }
  p.sec_title_text{
    font-size: 16px;
    text-align: center;
    padding: 0;
  }
  .catalog_hyoushi{
    margin-top: 0;
  }
  .catalog_hyoushi img{
    width: 360px;
  }
  a.button,p.nobutton{
    width: 310px;
  }
  a:hover,div#cate_pagetop span:hover {
    opacity: 0.6;
  }
  div.digital_catalog_area{
    display: flex;
    margin-top: 20px;
    margin-bottom: 60px;
    justify-content: center;
    align-items: flex-start;
  }
  div.digital_catalog{
    margin-right: 40px;
  }

  p.category_text{
    font-size: 14px;
  }
  div.category{
    margin-bottom: 0;
  }

  div.category ul{
    display: flex;
    flex-direction: column;
    background: #eefdfc;
    padding: 0 15px;
    height: 521px;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  div.category ul li{
    width: 190px;
    height: auto;
    justify-content: flex-start;
    font-size: 15px;
    padding-left: 15px;
    margin: 0;
    background: transparent;
  }
  div.category ul li::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    left: 0;
    top: 0;
  }
  div.bookmark_img img{
    width: 160px;
  }
  div.bookmark_text{
    width: 400px;
    margin-left: 15px;
  }
  div a.bookmark p.setumei{
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    margin-top: 8px;
    padding-right: 10px;
  }
  div.bookmark_text::after{
    width: 110%;
    height: 110%;
  }
  .backnumber_area{
    margin: 0 20px 20px;
    padding: 40px 60px;
    background: #eee;
    display: flex;
    justify-content: flex-start;
  }
  div#cate_pagetop {
    color: #333;
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 0 0 860px;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    font-size: 14px;
    background: #fff;
  }
  div#cate_pagetop span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border-radius: 100%;
    box-sizing: border-box;
    background: rgba(129,129,130,0.80);
    box-shadow: 0 0px 6px 1px rgba(64,64,64,0.3);
  }
  div#cate_pagetop span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 20px;
    height: 20px;
    margin: -4px 0 0 -10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(135deg);
    box-sizing: border-box;
  }

  .new_product_menu ul li.new p:after {
      top: -8px;
  }

}
@media (min-width:960px) {
  section.introduction ul li:last-child::after{
    content: none;
  }
}
