@charset "UTF-8";
@font-face {
  font-family: icons;
  src: url(../../../../../contents/shop/marutsu/assets/fonts/iconfont/icons.eot);
  src: url(../../../../../contents/shop/marutsu/assets/fonts/iconfont/icons.eot?#iefix) format("eot"), url(../../../../../contents/shop/marutsu/assets/fonts/iconfont/icons.woff) format("woff"), url(../../../../../contents/shop/marutsu/assets/fonts/iconfont/icons.ttf) format("truetype"), url(../../../../../contents/shop/marutsu/assets/fonts/iconfont/icons.svg#icons) format("svg")
}

[type=text],
select{
  width: 100%;
  min-width: 1px;
  font-family: inherit;
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 10px
}

.section {
  margin: 50px 0 0
}

.section_inner {
  width: 1240px;
  margin: 0 auto
}

.section_inner>:first-child {
  margin-top: 0
}

.section_title {
  margin: 30px 0;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  border-bottom: 1px solid #e5e5e5
}

.section-bg01 {
  padding: 40px 0 60px;
  background: #004390 url(../../../../../contents/shop/marutsu/assets/images/top/bg01.png) center center no-repeat;
  background-size: cover
}

.section-bg02 {
  padding: 40px 0 60px;
  background: #004390 url(../../../../../contents/shop/marutsu/assets/images/top/bg02.png) center center no-repeat;
  background-size: cover
}

.topSec {
  background: #004390 url(../../../../../contents/shop/marutsu/assets/images/top/top_sec/bg.png) center center no-repeat;
  background-size: cover
}

.topSec_inner {
  width: 1240px;
  margin: 0 auto;
  padding: 20px 0
}

.topSec_row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0 0 0 -40px
}

.topSec_col {
  /*margin: 0 0 0 40px; */
  flex-grow: 0;
  flex-shrink: 0
}

.topSec_col-center {
  margin: 0 0 0 20px; 
  flex-grow: 1;
  flex-shrink: 1;
  order: 1;
  display: flex;	
  flex-direction: column;
}

.topSec_col-left {
  margin: 0 0 0 40px; 
  order: 0
}

.topSec_col-right {
  /*margin: 0 0 0 20px;*/ 
  order: 2
}

.topSec_col>:first-child {
  margin-top: 0
}

.categorys {
  width: 260px;
  background: rgba(0, 0, 0, .35);
  padding: 10px 15px;
  position: relative
}

.categorys>:first-child {
  margin-top: 0
}

.categorys_title>a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px
}

.categorys_title>a:after {
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  margin-left: 8px;
  vertical-align: -.1em
}

.categorys_inner {
  margin: 5px 0 0
}

.categorys_inner>:first-child {
  margin-top: 0
}

.categorys_list {
  margin: 0
}

.categorys_list>:last-child {
  border-bottom: none
}

.categorys_item {
  border-bottom: 1px dotted #aaa
}

.categorys_name {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
  padding: 6px 15px;
  font-size: 15px;
  color: #fff !important;
  text-decoration: none;
  line-height: 1.3
}

.categorys_qty {
  margin: 0 0 0 15px;
  font-size: 10px;
  font-weight: 400
}

/* styles.cssへ移動
.categorys_panel {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 790px;
  background: #fff;
  padding: 25px 30px;
  display: none;
  opacity: 0;
  z-index: 100;
  transition: all .4s .2s
}

.categorys_panel>:first-child {
  margin-top: 0
}

.categorys_panel-enter {
  display: block;
  opacity: 0
}

.categorys_panel-enter-active {
  display: block;
  opacity: 0
}

.categorys_panel-enter-to {
  display: block;
  opacity: 1
}

.categorys_panel-leave {
  transition: all .1s;
  display: block;
  opacity: 1
}

.categorys_panel-leave-active {
  transition: all .1s;
  display: block;
  opacity: 1
}

.categorys_panel-leave-to {
  transition: all .1s;
  display: block;
  opacity: 0
}

.categorys_panelTitle {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 19px
}

.categorys_panelTitle:before {
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #004390
}

.categorys_panelList {
  margin: 15px 0 0 -30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row
}

.categorys_panelItem {
  margin: 5px 0 0 30px;
  padding-left: 10px;
  text-indent: -10px;
  width: calc(99.9%/3 - 30px)
}

.categorys_panelItem>a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: inherit
}

.categorys_panelItem>a:before {
  display: inline-block;
  vertical-align: 0;
  text-indent: 0;
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
  color: #004390;
  font-size: 10px;
  transform: scale(.6)
}
*/

.categorys_more {
  display: none
}

#topSearchNavi {	
display: flex;	
flex-direction: column;	
justify-content: center;	
height: 100%;	
}

.search>:first-child {
  margin-top: 0
}

.search_title {
  border-bottom: 2px solid #fc1726;
  padding-bottom: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff
}

.search_window {
  margin: 35px 0 0;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  height: 46px;
  border-radius: 5px;
  overflow: hidden
}

.search_cate {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative
}

.search_cate>select {
  width: 155px;
  height: 100%;
  border: none;
  padding: 0 30px 0 15px;
  appearance: none;
  -webkit-appearance: none
}

.search_cate>select::-ms-expand {
  display: none
}

.search_cate:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) scale(.8);
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  font-size: 10px
}

.search_word {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative
}

.search_word>[type=text] {
  height: 100%;
  width: 100%;
  border: none;
  padding: 0 15px
}

.search_word:before {
  content: "";
  display: block;
  width: 0;
  height: 20px;
  border-left: 1px dotted #aaa;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px
}

.search_submit {
  flex-grow: 0;
  flex-shrink: 0
}

.search_submit>[type=submit],
.search_submit>[type=button] {
  width: 46px;
  height: 100%;
  background: #fc1726;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px
}

.search_submit>[type=submit]:before,
.search_submit>[type=button]:before {
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.search_submit button {
  border: none
}

.search_filter {
  margin: 10px 0 0;
  text-align: right;
  font-size: 14px
}

.search_filter label {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  color: #fff;
  font-weight: 700
}

.search_filter label>[type=checkbox] {
  margin-right: 8px;
  vertical-align: -.1em
}

.search_filter input[type=radio],
.search_filter input[type=checkbox] {
  vertical-align: middle;
}

.search_link {
  text-align: right;
  margin-bottom: 10px;
}

.search_link>a {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none
}

.search_link>a>img {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 10px
}

.search_link>a:after {
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 12px;
  vertical-align: -.1em;
  margin-left: 5px
}

.top_main_bnr {
  margin-top: auto;
  margin-bottom: 15px;
}

.bomUpload {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 15px
}

.bomUpload_header {
  display: flex;
  display: -webkit-flex;
  align-items: center
}

.bomUpload_header:before {
  margin: 0 12px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 27px
}

.bomUpload_title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25
}

.bomUpload_body {
  margin: 8px 0 0;
  min-height: 190px;
  background: rgba(255, 255, 255, .15);
  padding: 8px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative
}

.bomUpload_ptn {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between
}

.bomUpload_select {
  flex-grow: 1;
  flex-shrink: 1
}

.bomUpload_select>select {
  height: 36px
}

.bomUpload_question {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0 0 8px
}

.bomUpload_question>a {
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 1px 0 #fff;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 700
}

.bomUpload_txt {
  width: 100%;
  margin: 10px 0 0;
  font-size: 14px;
  text-align: center;
  line-height: 2.6
}

.bomUpload_btn {
  position: relative;
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 36px;
  margin-left: 8px;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 1px 0 #fff;
  cursor: pointer
}

.bomUpload_btn>[type=file] {
  position: absolute;
  opacity: 0;
  visibility: hidden
}

.bomUpload_submit {
  margin: 10px 0 0;
  width: 100%
}

.bomUpload_submit>[type=submit] {
  margin: 0 0 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fc1726;
  color: #fff
}

.bomUpload_submit>[type=submit]:before {
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px
}

.bnrs_list>:first-child {
  margin-top: 0
}

.bnrs_item {
  margin: 11px 0 0
}

.top_sns {
  margin-top: 11px;
}
.top_sns .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top_sns .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.emergency {
  background: #666
}

.emergency_inner {
  width: 1240px;
  margin: 0 auto;
  padding: 9px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center
}

.emergency_title {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 700;
  color: #fff
}

.emergency_title>a {
  color: #fff;
  text-decoration: underline;
}

.emergency_date {
  margin: 0 0 0 1em;
  color: #fff
}

.sec01_row {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 0 -30px
}

.sec01_col {
  margin: 0 0 0 30px;
  width: 280px
}

.sec01_col-wide {
  width: 620px
}

.sec01_col>:first-child {
  margin-top: 0
}

.sec01_colTitle {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.26
}

.sec01_colTitle>span {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  margin-right: 5px;
  border-radius: 5px;
  background: #fc1726;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-size: 18px
}

.make {
  margin: 20px 0 0
}

.make_tabs {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 0 -28px
}

.make_tabs>:first-child:before {
  content: none
}

.make_tab {
  margin: 0 0 0 28px;
  width: calc(99.9%/6 - 28px);
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  outline: none
}

.make_tab:before {
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  position: absolute;
  top: 22px;
  left: -20px
}

.make_tab>:first-child {
  margin-top: 0
}

.make_tab[data-tab-btn-active]>.make_tabImg {
  box-shadow: 0 0 0 2px #fc1726
}

.make_tabImg {
  margin: 0;
  border: 1px solid #e5e5e5;
  text-align: center;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow .4s
}

.make_tabName {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.23
}

.make_tabContents {
  margin: 15px 0 0;
  background: #f3f3f3;
  padding: 20px 25px
}

.make_tabContent>:first-child {
  margin-top: 0
}

.make_title {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2
}

.make_body {
  margin: 15px 0 0;
  display: flex;
  display: -webkit-flex
}

.make_side {
  order: 0;
  width: 170px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 25px 0 0;
  font-size: 13px;
  line-height: 1.69
}

.make_content {
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden
}

.make_content>:first-child {
  margin-top: 0
}

.make_SideBtn {
  margin: 15px 0 0
}

.make_steps-plus>.make_step:before, .make_steps-plus>.make_step:after {
  display: block;
  content: "";
  border: none;
  width: 5px;
  height: 22px;
  background: #004390;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -11px
}

.make_steps-plus>.make_step:after {
  transform: rotate(90deg)
}

.make_steps>:first-child {
  margin-top: 0
}

.make_steps>:first-child:before, .make_steps>:first-child:after {
  content: none
}

.make_step {
  margin: 30px 0 0;
  position: relative
}

.make_step>dt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2
}

.make_step>dt>span {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #004390;
  border-radius: 5px;
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  font-size: 18px
}

.make_step>dd {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.69
}

.make_step:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 17px 0;
  border-color: #004390 transparent transparent;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -17px
}

.make_frame {
  border: 1px solid #004390;
  padding: 10px 20px 15px
}

.make_frameTitle {
  text-align: center;
  color: #004390;
  font-weight: 700;
  font-size: 16px
}

.make_btns {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 0 -10px
}

.make_btnSet {
  margin: 10px 0 0 10px;
  width: calc(100%/2 - 10px)
}

.make_btnSet>dt {
  text-align: center;
  font-size: 13px
}

.make_btnSet>dd {
  margin: 5px 0 0
}

.make_notes {
  margin: 10px 0 0
}

.make_notes>:first-child {
  margin-top: 0
}

.make_notes-columns {
  columns: 2
}

.make_note {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.69;
  padding-left: 1em;
  text-indent: -1em
}

.consultation {
  margin: 20px 0 0
}

.consultation_header {
  padding: 5px 10px;
  background: #004390;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px
}

.consultation_header>img {
  margin: 0 5px
}

.consultation_body {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 15px 20px
}

.consultation_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  margin: -5px 0 0 -30px
}

.consultation_item {
  margin: 5px 0 0 30px
}

.consultation_item>label {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding-left: 1.5em;
  text-indent: -1.5em
}

.consultation_item>label>[type=radio] {
  margin-right: .5em;
  vertical-align: -.1em
}

.consultation_btn {
  margin: 15px auto 0;
  max-width: 360px
}

.pages {
  margin: 8px 0 0
}

.pages>:first-child {
  margin-top: 0
}

.pages_more {
  text-align: right;
  font-size: 13px
}

.pages_list {
  margin: 0
}

.pages_list>:first-child {
  border-top: none
}

.pages_item {
  border-top: 1px dotted #aaa
}

.pages_item>a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0 8px;
  padding: 15px 0;
  text-decoration: none;
  color: inherit
}

.pages_date {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0 0 8px;
  font-size: 13px;
  color: #666
}

.pages_cate {
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 85px;
  padding: 0 8px;
  margin: 0 0 0 8px;
  background: #004390;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px
}

.pages_title {
  margin: 10px 0 0 8px;
  width: calc(100% - 8px);
  font-weight: 700;
  text-decoration: underline
}

.pages_txt {
  margin: 5px 0 0 8px;
  width: calc(100% - 8px);
  font-size: 13px;
  line-height: 1.54
}

.newProducts_title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2
}

.newProducts_contents {
  margin: 25px 0 0
}

.newProducts_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  margin: -20px 0 0 -40px
}

.newProducts_item {
  margin: 20px 0 0 40px;
  width: calc(100%/2 - 40px);
  border-radius: 5px;
  overflow: hidden;
  background: #fff
}

.newProducts_item>a {
  display: flex;
  display: -webkit-flex;
  padding: 20px 25px;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 67, 144, .5);
  text-decoration: none;
  color: inherit
}

.newProducts_img {
  width: 120px;
  margin: 0 25px 0 0;
  flex-grow: 0;
  flex-shrink: 0
}

.newProducts_body {
  flex-grow: 1;
  flex-shrink: 1
}

.newProducts_body>:first-child {
  margin-top: 0
}

.newProducts_name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  color: #004390
}

.newProducts_infos {
  margin: 10px 0 0
}

.newProducts_infos>:first-child {
  margin-top: 0
}

.newProducts_info {
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  font-size: 13px
}

.newProducts_info>dt {
  flex-grow: 0;
  flex-shrink: 0
}

.newProducts_info>dd {
  flex-grow: 1;
  flex-shrink: 1
}

.newProducts_footer {
  margin: 8px 0 0;
  display: flex;
  display: -webkit-flex;
  align-content: space-between;
  align-items: center
}

.newProducts_price {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  font-weight: 700;
  font-size: 19px
}

.newProducts_btn {
  width: 140px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0 0 20px
}

.products_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  margin: -30px 0 0 -20px
}

.products_item {
  margin: 30px 0 0 20px;
  width: calc(99.9%/3 - 20px)
}

.products_item>a {
  display: flex;
  display: -webkit-flex;
  text-decoration: none;
  color: inherit
}

.products_img {
  width: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 15px 0 0
}

.products_body {
  flex-grow: 1;
  flex-shrink: 1
}

.products_body>:first-child {
  margin-top: 0
}

.products_name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #004390;
  text-decoration: underline
}

.products_code {
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  font-size: 13px
}

.products_code>dt {
  flex-grow: 0;
  flex-shrink: 0
}

.products_code>dd {
  flex-grow: 1;
  flex-shrink: 1
}

.products_price {
  font-weight: 700;
  font-size: 17px;
  margin: 5px 0 0
}

.products_more {
  text-align: right;
  font-size: 14px
}

.productSlider_item {
  margin: 0 20px
}

.productSlider_item>a {
  display: block
}

.productSlider_item>a>:first-child {
  margin-top: 0
}

.productSlider_img {
  width: 170px;
  margin: 0 auto
}

.productSlider_name {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71
}

.productSlider_footer {
  margin: 5px 0 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between
}

.productSlider_price {
  margin: 0;
  font-size: 17px;
  font-weight: 700
}

.productSlider_btn {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0 0 15px;
  font-size: 1.1em;
}

.productSlider_btn>a:not(.estimateButton) {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #fc1726;
  text-decoration: none
}

.productSlider_btn>a:not(.estimateButton):before {
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 19px
}
.estimateButton {
    background: #666;
    color: #fff;
    padding: 2px 8px 3px 8px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.productSlider_arrow {
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: #004390;
  z-index: 100;
  position: absolute;
  top: 50%;
  margin-top: -18px
}

.productSlider_arrow:before {
  line-height: 1;
  vertical-align: middle;
  font-size: 36px;
  content: none;
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.productSlider_arrow-prev {
  left: -50px
}

.productSlider_arrow-prev:before {
  content: ""
}

.productSlider_arrow-next {
  right: -50px
}

.productSlider_arrow-next:before {
  content: ""
}

.productSlider_more {
  margin: 15px 0 0;
  text-align: right;
  font-size: 14px
}

.makers_title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700
}

.makers_title>img {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px
}

.makers_title:before, .makers_title:after {
  flex-grow: 1;
  flex-shrink: 1;
  content: "";
  height: 1px;
  background: #e5e5e5
}

.makers_title:before {
  margin-right: 30px
}

.makers_title:after {
  margin-left: 30px
}

.makers_body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 230px;
  margin: 20px 0 0;
  padding: 0 20px 0 0
}

.makers_body>:first-child {
  margin-top: 0
}

.makers_body>.makers_list:first-child {
  margin-top: -35px
}

.makers_cate {
  margin: 30px 0 0;
  font-weight: 700
}

.makers_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  margin: -25px 0 0 -40px
}

.makers_item {
  margin: 35px 0 0 40px;
  width: calc(100%/5 - 40px)
}

.makers_more {
  text-align: right;
  font-size: 14px
}

.news {
  background: #fff;
  padding: 30px 40px
}

.news_header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px
}

.news_title {
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2
}

.news_snsList {
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center
}

.news_snsItem {
  margin: 0 0 0 15px
}

.news_contents {
  margin: 35px 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between
}

.news_body {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden
}

.news_body>:first-child {
  margin-top: 0
}

.news_list {
  margin: 0
}

.news_list>:first-child {
  border-top: none
}

.news_item {
  border-top: 1px dotted #aaa
}

.news_item>a {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  padding: 10px 0;
  text-decoration: none;
  color: inherit
}

.news_itemSide {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 10px 0 0
}

.news_itemSide>:first-child {
  margin-top: 0
}

.news_cate {
  min-width: 85px;
  margin: 0;
  background: #004390;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px
}

.news_date {
  margin: 5px 0 0;
  font-size: 13px;
  color: #666
}

.news_name {
  margin: 0;
  text-decoration: underline;
  color: #004390;
  font-size: 14px
}

.news_more {
  margin: 0;
  text-align: right;
  font-size: 14px
}

.news_side {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0 0 40px
}

.news_side>:first-child {
  margin-top: 0
}

[data-tab-content] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .4s
}

[data-tab-content-active] {
  height: auto;
  opacity: 1
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

@media screen and (min-width:737px) {
  .mqDummy {
    width: auto
  }
  .categorys_title>a {
    transition: opacity .4s
  }
  .categorys_title>a:hover {
    opacity: .6
  }
  .categorys_item>a {
    transition: all .4s
  }
  .categorys_item:hover>a {
    opacity: 1;
    background: #fff;
    color: #333 !important;
  }
  .categorys_panelItem>a {
    transition: all .4s
  }
  .categorys_panelItem>a:hover {
    opacity: .6
  }
 /* styles.cssへ移動
  .categorys_subLink {
    margin: 20px 0 0;
    font-size: 15px
  }
 */
  .search_submit>[type=submit]:before {
    transition: all .2s
  }
  .search_submit>[type=submit]:hover:before {
    opacity: .6
  }
  .search_link>a {
    transition: opacity .4s
  }
  .search_link>a:hover {
    opacity: .6
  }
  .bomUpload_question>a:hover {
    opacity: 1;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .1), inset 0 2px 2px rgba(0, 0, 0, .5);
    transform: translateY(1px)
  }
  .bomUpload_btn:hover {
    opacity: 1;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .1), inset 0 2px 2px rgba(0, 0, 0, .5);
    transform: translateY(1px)
  }
  .bomUpload_submit>[type=submit]:before {
    transition: all .2s
  }
  .bomUpload_submit>[type=submit]:hover:before {
    opacity: .6
  }
  .pages_item>a:hover .pages_title {
    text-decoration: none
  }
}

@media screen and (min-width:736px) {
  .mqDummy {
    width: auto
  }
  .emergency_title>a:hover {
    opacity: 1
  }
  .newProducts_item>a:hover .newProducts_name {
    text-decoration: none
  }
  .products_item>a:hover .products_name {
    text-decoration: none
  }
  .news_item>a:hover .news_name {
    text-decoration: none
  }
}

@media screen and (max-width:736px) {
  .mqDummy {
    width: auto
  }
  .section {
    margin: 30px 0 0
  }
  .section_inner {
    width: auto;
    padding: 0 10px
  }
  .section_title {
    margin: 25px 0;
    padding-bottom: 10px;
    font-size: 20px
  }
  .section-bg01, .section-bg02 {
    padding: 30px 10px
  }
  .topSec_inner {
    padding: 20px 20px 30px;
    width: auto
  }
  .topSec_row {
    display: block;
    margin: 0
  }
  .topSec_row>:first-child {
    margin-top: 0
  }
  .topSec_col {
    margin: 20px 0 0
  }
  .categorys {
    width: auto;
    padding: 15px 15px 20px
  }
  .categorys_inner {
    overflow: hidden;
    transition: height .4s
  }
  .categorys_more {
    display: block;
    margin: 15px 0 0
  }
  .categorys_more>a {
    height: 36px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none
  }
  .categorys_more>a:after {
    content: "";
    font-family: icons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    margin: 0 0 0 8px;
    font-size: 10px;
    transform: scale(.8)
  }
  .categorys_more-isOpen>a:after {
    content: ""
  }
  .search_title {
    text-align: left;
    font-size: calc((100vw - 40px)/18)
  }
  .search_window {
    height: auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    background: none;
    border: none;
    border-radius: 0;
    overflow: visible
  }
  .search_window>:first-child {
    margin-top: 0
  }
  .search_cate {
    width: 100%
  }
  .search_cate>select {
    width: 100%;
    height: 36px;
    padding: 0 30px 0 10px;
    border: 2px solid #fff;
    box-shadow: 0 1px 0 #fff;
    border-radius: 5px;
    background: none;
    color: #fff
  }
  .search_cate>select option {
    color: #000
  }
  .search_cate:after {
    color: #fff
  }
  .search_word {
    width: calc(100% - 46px);
    margin: 10px 0 0
  }
  .search_word>[type=text] {
    border-radius: 5px 0 0 5px;
    height: 46px;
    padding: 0 10px
  }
  .search_word:before {
    content: none
  }
  .search_submit {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 10px 0 0
  }
  .search_submit>[type=submit] {
    height: 46px;
    width: 46px;
    border-radius: 0 5px 5px 0
  }
  .search_link>a>img {
    margin-right: 5px;
    width: 65px
  }
  .top_main_bnr {
    margin-top: 20px;
    min-height: 0%;
  }
  .bomUpload {
    display: none
  }
  .hiddenBomUpload {
    display: none
  }
  .bnrs_item {
    text-align: center
  }
  .emergency_inner {
    width: auto;
    padding: 8px 20px;
    display: block
  }
  .emergency_title {
    font-size: 14px
  }
  .emergency_date {
    margin: 0;
    font-size: 13px;
    text-align: right
  }
  .sec01_row {
    display: block;
    margin: 0
  }
  .sec01_row>:first-child {
    margin-top: 0
  }
  .sec01_col {
    margin: 30px 0 0;
    width: auto
  }
  .sec01_col-wide {
    width: auto
  }
  .sec01_colTitle>span {
    align-self: flex-start
  }
  .make_tabs {
    margin: 0 22px
  }
  .make .slick-track>:first-child:before {
    content: none
  }
  .make_tab {
    margin: 0 12px;
    padding: 2px 0 0;
    outline: none
  }
  .make_tab:before {
    left: -16px
  }
  .make_tabsArrow {
    display: block;
    background: #fff;
    border-radius: 50%;
    z-index: 100;
    text-decoration: none;
    color: #004390;
    position: absolute;
    top: 10px;
    transition: all .4s
  }
  .make_tabsArrow:after {
    vertical-align: middle;
    line-height: 1;
    font-size: 36px;
    content: none;
    font-family: icons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  .make_tabsArrow-prev {
    left: -26px
  }
  .make_tabsArrow-prev:after {
    content: ""
  }
  .make_tabsArrow-next {
    right: -26px
  }
  .make_tabsArrow-next:after {
    content: ""
  }
  .make_tabsArrow.slick-disabled {
    opacity: 0
  }
  .make_tabContents {
    padding: 20px 10px
  }
  .make_body {
    display: block
  }
  .make_side {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 0;
    margin: 20px 0 0;
    width: auto
  }
  .make_side>:first-child {
    margin-top: 0
  }
  .make_btns {
    display: block;
    margin: 10px 0 0
  }
  .make_btns>:first-child {
    margin-top: 0
  }
  .make_btnSet {
    width: auto;
    margin: 20px 0 0
  }
  .make_notes-columns {
    columns: 1
  }
  .newProducts_title {
    font-size: 24px
  }
  .newProducts_contents {
    margin: 15px 0 0
  }
  .newProducts_list {
    display: block;
    margin: 0
  }
  .newProducts_list>:first-child {
    margin-top: 0
  }
  .newProducts_item {
    width: auto;
    margin: 10px 0 0
  }
  .newProducts_item>a {
    padding: 10px
  }
  .newProducts_img {
    width: 100px;
    margin-right: 15px
  }
  .newProducts_name {
    font-size: 16px;
    line-height: 1.5
  }
  .newProducts_info {
    font-size: 12px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row
  }
  .newProducts_info>dt {
    margin-right: -2em
  }
  .newProducts_info>dd {
    margin-left: 2em
  }
  .newProducts_footer {
    display: block
  }
  .newProducts_btn {
    display: none
  }
  .products_list {
    display: block;
    margin: 0
  }
  .products_list>:first-child {
    margin-top: 0
  }
  .products_item {
    width: auto;
    margin: 20px 0 0
  }
  .products_img {
    width: 75px;
    margin-right: 15px
  }
  .productSlider_list {
    margin: 0 15px
  }
  .productSlider_item {
    margin: 0 10px
  }
  .productSlider_img {
    position: relative;
    padding-top: 100%;
    width: auto
  }
  .productSlider_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%
  }
  .productSlider_arrow-prev {
    left: -20px
  }
  .productSlider_arrow-next {
    right: -20px
  }
  .makers_title {
    display: block;
    text-align: center
  }
  .makers_title>img {
    display: block;
    margin: 0 auto
  }
  .makers_title:before, .makers_title:after {
    content: none
  }
  .makers_body {
    padding: 0
  }
  .makers_list {
    margin: -20px 0 0 -25px
  }
  .makers_item {
    margin: 20px 0 0 25px;
    width: calc(100%/2 - 25px)
  }
  .news {
    padding: 15px 10px
  }
  .news_header {
    padding-bottom: 10px
  }
  .news_title {
    font-size: 20px
  }
  .news_snsItem {
    margin: 0 0 0 10px
  }
  .news_contents {
    display: block;
    margin: 10px 0 0
  }
  .news_contents>:first-child {
    margin-top: 0
  }
  .news_item>a {
    display: block
  }
  .news_itemSide {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    align-items: center
  }
  .news_cate {
    margin: 0
  }
  .news_date {
    margin: 0 0 0 10px
  }
  .news_name {
    margin: 8px 0 0
  }
  .news_side {
    margin: 25px 0 0
  }
}


/*# sourceMappingURL=top.css.map */

/* ☆★調整追加 */
article.contents {
	padding: 0;
}

.productSlider_btn span.noStock {
	color: red;
}

/* Project.common.cssより移植 */
/* 表示モード（モバイル／PC）のフッター表示切替  */
footer .guide_nav {
	margin-top: 15px;
	display:none;
}
@media (max-width:600px) {
	footer .guide_nav {
		display: flex;
    	display: -webkit-flex;
		text-align:center;
	}
}


/* 2021.11 セカンドビューレスポンシブ対応
-------------------------------------------*/
/* topSec */
.top_sns .youtube {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 margin-bottom: 5px;
}
.top_sns .youtube iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
/* makeSec */
.makeSec {
 margin: 0 auto;
 max-width: 1100px;
 width: calc(99.9% - 40px);
}
/* infoSec */
.infoSec {
 margin: 30px auto 0;
 max-width: 1333px;
 width: calc(99.9% - 40px);
}
.pages_list .pages_item {
 border-top: 1px dotted #aaa;
}
.pages_list .pages_item > a {
 display: block;
}
.pages_list .pages_cate {
 display: inline-block;
}
.pages_list .pages_sub_item {
 border-bottom: 1px dotted #aaa;
 padding-bottom: 5px;
 width: 100%;
}
.infoSec .sec01_col .bnrs {
 margin-top: 30px;
}
@media screen and (min-width:737px) { 
 /* infoSec */
 .infoSec {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-around;
 }
 .infoSec .sec01_col {
  width: 47%;
  flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
 }
 .infoSec .sec01_col:nth-child(odd) {
  margin-left: 0;
 }
 .infoSec .sec01_col .flexbox {
  width: 100%;
 }
 .infoSec .pages_more {
  text-align: left;
  padding-left: 15%;
 }
 .pages_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
 }
 .pages_list .pages_item {
  width: 50%;
 }
 .infoSec .sec01_col .bnrs {
  display: flex;
  display: -webkit-flex;
  justify-self: flex-end;
  margin-top: auto;
 }
 .infoSec .sec01_col .bnrs_item {
  width: calc(99.9% / 3);
 }
}
@media screen and (max-width:736px) {
 /* topSec */
 .search_filter {
  margin-bottom: 15px;
 }
 .top_main_bnr {
  margin: 0;
 }
 .top_sns {
  margin: 30px auto 0;
  width: calc(99.9% - 40px);
 }
 /* makeSec */
 .make_pf_title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
 }
 .make_tabs {
  margin: 0 -1px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
 }
 .make_tab {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  margin: 0;
  padding: 5px;
 }
 /*border指定*/
 .make_tab:nth-child(-n+2) {
  border-right: 0;
 }
 .make_tab:nth-child(n+4):not(:last-child) {
  border-right: 0;
 }
 /*幅計算*/
 .make_tab:nth-child(-n+3) {
  width: calc(99.9% / 3);
 }
 .make_tab:nth-child(n+4) {
  width: calc(99.9% / 4);
  margin-top: -1px;
 }
 .make_tab::before {
  content: none;
 }
 .make_tabImg {
  border: none;
 }
 .make_tab[data-tab-btn-active] > .make_tabImg {
  box-shadow: none;
 }
 /* infoSec */
 .infoSec .pages_item > a, .infoSec p {
  margin-left: 0;
 }
 .pages_title {
  letter-spacing: -0.03em;
  margin-right: 0;
  width: 100%;
 }
}

/* 2022.2 ファーストビュー追加対応
-------------------------------------------*/
/* 見積りボタン */
.top_links {
 padding-top: 1.2em;
}
.estimate_btn {
 margin-top: 15px;
 text-align: center;
}
.estimate_btn .btn {
 background-color: #fc1726;
 display: inline-block;
 position: relative;
 text-align: center;
 font-size: 17px;
 width: 100%;
 padding: 16px 5px;
 line-height: 1.5;
 height: auto;
 box-shadow: 3px 3px 0 #da9094;
}
.estimate_btn .btn > span {
 display: block;
 font-size: 0.8em;
 margin-top: 0.2em;
 width: 100%;
}
.topSec_col-right .btn-beforeTriRight:before {
 top: 50%;
 transform: scale(.8) translateY(-50%);
 position: absolute;
 left: 15px;
}
.topSec_col-right .flex_wrap {
 display: flex;
 justify-content: space-between;
}
.topSec_col-right .flex_wrap .estimate_btn {
 letter-spacing: -0.03em;
 width: calc(99.9% / 2 - 3px);
}
.topSec_col-right .flex_wrap .btn {
 font-size: 14px;
 line-height: 1.3;
 padding: 10px 5px;
}
.topSec_col-right .flex_wrap .btn-beforeTriRight:before {
 left: 3px;
}

/** UNICORNの画面幅調整 */
@media screen and (max-width:1080px) {
	.topSec_inner {
		width: 1170px;
	}
	.search_title {
		font-size: 22px;
	}
}

@media screen and (max-width:736px) {
	.topSec_col-left {
	  max-width: calc(100vw - 40px);
	}
}