@charset "UTF-8";
/* CSS Document */

/* for 6 Manufacturers */

/*共通*/
.mf-bg {
  background-color: #000;
}
.mf-about-box {
  background-color: #000000;
  padding: 80px 2em 60px;
  position: relative;
  top: -50px;
  margin-right: 40px;
  margin-bottom: -80px;
}
.mf-about_head {
  position: relative;
  z-index: 3
}

.mv-slide-in {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);/*辺（上・右・下・左）からの距離*/
  transition: 0.8s 0.3s cubic-bezier(0.57, 0, 0.55, 0.99);
}
.mv-slide-in.is-animation {
  clip-path: inset(0 0 0 0);/*辺（上・右・下・左）からの距離*/
}
.mf-about_head ._ttl {
  font-size: min(8vw,3rem);
  line-height: 1.2;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  z-index: 3
}
.mf-about_head ._ttl::before,
.mf-about_head ._ttl::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.mf-about_head ._ttl::before {
  background-color: var(--col-07);
  width: 100%;
}
.mf-about_head ._ttl::after {
  background-color: var(--col-st01);
  width: 15%;
}
.mf-about_head ._ttl-bg {
  position: absolute;
  top: -1.2em;
  left: 0;
  color: #666666;
  font-size: 2rem;
  white-space: nowrap;
  z-index: 0
}
.mf-about_head ._ttl ._small {
  font-size: min(4.8vw,1.8rem);;
}
.mf-about-box ._lead {
  font-size: min(4.27vw,1.8rem);
  line-height: 1.6;
  margin-bottom: 10px;
}
.mf-about-box .about_txt {
  font-size: min(4.27vw,1.6rem);
  line-height: 2;
}
/*画像挿入*/
.mf-about_flex-box {
  display: flex;
  flex-direction: column;
}
.mf-about_flex-box ._box-left {}
.mf-about_flex-box ._box-right {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mf-about-box {
    padding: 120px 16% 80px;
    top: -120px;
    max-width: 1560px;
    margin-right: 60px;
  }
  .mf-about_head ._ttl {
    font-size: min(3.81vw,4.8rem);
    padding: 0 0 30px;
  }
  .mf-about_head ._ttl-bg {
    color: #222222;
    top: -45px;
    left: -0.25em;
    font-size: min(9.52vw,12rem);
  }
  .mf-about_head ._ttl ._small {
    font-size: min(1.9vw,2.4rem);
  }
  .mf-about-box ._lead {
    font-size: min(4.27vw,2.2rem);
  }
  .mf-about-box .about_txt {
    font-size: min(1.95vw,1.8rem);
    line-height: 2;
  }
  /*画像挿入*/
  .mf-about_flex-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .mf-about_flex-box ._box-left {
    width: 55%;
  }
  .mf-about_flex-box ._box-right {
    width: 40%;
    margin-top: 0;
  }
  /*団組*/
  .txt-col2 {
    column-count: 2;
    column-gap: 2em
  }
}
/*外部リンク*/
.mf-about-box a._link {
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding-left: 15px;
  position: relative;
  transition: 0.2s;
  margin: 1em 0 0;
  color: var(--col-01);
}
.mf-about-box a._link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: var(--col-01) 2px solid;
  border-right: var(--col-01) 2px solid;
  transform: rotate(45deg);
}
.mf-about-box a._link.pdf,
.mf-about-box a._link._external {
  padding-right: 1.25em;
}
.mf-about-box a._link.pdf::after {
  content: '';
  background: url("/images/icon_pdf_gray.svg");
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: 0.2s;
}
.mf-about-box a._link._external::after {
  content: '';
  background: url("/images/open_new_red.svg");
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: 0.2s;
}
@media (hover: hover) {
  .mf-about-box a:hover._link {
    /*color: var(--col-01);*/
    color: #ff3e3e;
  }
  .mf-about-box a._link.pdf:hover::after {
    background: url("/images/icon_pdf.svg");
  }
  .mf-about-box a._link._external:hover::after {
    /*background: url("/images/open_new_red.svg");
    background-size: contain;*/
  }
}

/*特徴*/
.mf-features-wrap {
  width: 90%;
  max-width: 1400px;
  margin: 60px auto 0;
}
/*特徴のカラムレイアウト*/
.features-column {
  display: flex;
  flex-direction: column;
  margin: 0 0 60px;
}
.features-column .features-pic {/*写真左右共通*/
  margin-bottom: 2em;
}
.features-column .features-main {
  margin: 0 16px;
}
.mf-features-ttl_wrap {
  position: relative;
}
.mf-features-ttl_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: var(--col-st01);
  opacity: 0;
  transition: 0.5s 0.2s;/*再生時間 | 待ち時間*/
}
.mf-features-ttl_wrap.is-animation::before {
  height: 100%;
  opacity: 1;
}
.mf-features_ttl {
  color: var(--col-07);
  font-size: min(6.93vw,2.6rem);
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.mf-features_ttl ._num {
  display: block;
  font-size: 2.8rem;
  margin-left: 2px;
    color: var(--col-07);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--col-st01);
    text-align:center;
    line-height: 60px;
    margin-bottom: 10px;
}
.features-column .features-main ._sub-ttl {
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .features-column:not(._img-top) {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 100px;
  }
  .features-column._img-left {}
  .features-column._img-right {
    flex-direction: row-reverse;
  }
  .features-column._img-top {
    /*max-width: 1200px;*/
    margin: 0 auto 100px;
  }
  /*サイズ比率 間5%あくように設定*/
  .features-column ._w30,.mf-product-column ._w30 { width: 30%;}
  .features-column ._w35,.mf-product-column ._w35 { width: 35%;}
  .features-column ._w40,.mf-product-column ._w40 { width: 40%;}
  .features-column ._w45,.mf-product-column ._w45 { width: 45%;}
  .features-column ._w50,.mf-product-column ._w50 { width: 50%;}
  .features-column ._w55,.mf-product-column ._w55 { width: 55%;}
  .features-column ._w60,.mf-product-column ._w60 { width: 60%;}
  .features-column ._w65,.mf-product-column ._w65 { width: 65%;}
  
  .features-column:not(._img-top) .features-pic {/*写真左右共通*/
    margin-bottom: 0;
  }
  .features-column._img-right .features-pic {/*写真右*/
    margin-left: 2em;
  }
  .features-column._img-left .features-pic {/*写真左*/
    margin-right: 2em;
  }
  .features-column .features-main {
    margin: 0;
  }
  .features-column .features-main .all_txt {
    font-size: min(1.82vw,1.8rem);
  }
  .mf-features_ttl {
    font-size: min(3.39vw,3.6rem);
    margin-bottom: 20px;
  }
  .mf-features_ttl ._num {
    font-size: 2.9rem;
<!----- circle ----->
  }
  .features-column .features-main ._sub-ttl {
    font-size: 2.2rem;
  }
}

/*tmsbase-pic*/
.tmsbase-pic {
  margin-bottom: 2em;
}
.tmsbase-pic-max {
    margin-bottom: 5em;
}
@media screen and (min-width: 768px) {
.tmsbase-pic-max {
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 1000px) {
.tmsbase-pic-max {
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 5em;
  }
}

.mf-product-wrap {
  background-color: #000000;
  padding: 60px 0 0 0;
}
/*商品紹介のカラムレイアウト*/
.mf-product-column {
  display: flex;
  flex-direction: column;
  margin: 0 0 60px;
  max-width: 1400px;
}
.mf-product-column .mf-product-pic {/*写真左右共通*/
  margin-bottom: 2em;
}
.mf-product-column .mf-product-main {
  padding: 0 40px;
  position: relative;
}

/* ★タイトル前の「Products」★
.mf-product-main::before {
  content: 'Products';
  color: var(--col-01);
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
*/

.mf-product_ttl {
  color: var(--col-st01);
  font-size: min(7.47vw,2.8rem);
  line-height: 1.4;
  margin-bottom: 10px;
}
.mf-product-column .mf-product-main ._sub-ttl {
  font-size: 2.0rem;
  line-height: 1.4;
}
.mf-product_bt {
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .mf-product-wrap {
    padding: 20px 0 0;
  }
  .mf-product-column:not(._img-top) {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto 100px;
  }
  .mf-product-column._img-top {
    max-width: 1200px;
    margin: 0 auto 100px;
  }
  .mf-product-column._img-right {
    flex-direction: row-reverse;
  }
  .mf-product-column .mf-product-main {
    padding: 20px 20px;
  }
  .mf-product-column:not(._img-top) .mf-product-pic {/*写真左右共通*/
    margin-bottom: 0;
  }
  .mf-product-column._img-right .mf-product-pic {/*写真右*/
    margin: 0 2em;
  }
  .mf-product-column._img-left .mf-product-pic {/*写真左*/
    margin: 0 2em;
  }
 .mf-product_ttl {
    font-size: min(2.83vw,3.4rem);
  }
  .mf-product-column .mf-product-main .all_txt {
    font-size: min(1.82vw,1.8rem);
  }
  .mf-product-column._img-right .mf-product-main {
    margin-left: 1.5em
  }
  .mf-product-column._img-left .mf-product-main {
    margin-right: 1.5em
  }
}


/* KNIPEX
--------------------------------------------------------*/
.mf-knipex .mf-knipex_head {
  display: flex;
  flex-direction: column;
}
.mf-knipex .mf-knipex_head ._logo_wrap {
  background-color: #12358e;
}
.mf-knipex .mf-knipex_head ._logo_wrap ._inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  /*padding: 10px;*/
}
@media screen and (max-width: 767px) {
  .mf-knipex .mf-knipex_head ._logo_wrap ._inner img {
    max-height: 60px;
    max-width: 350px;
    width: auto;
  }
  .mf-knipex .mf-knipex_head ._img_wrap {
    background: url("/images/manufacturers/knipex/main_img_sp.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .mf-knipex .mf-knipex_head {
    flex-direction: row;
  }
  .mf-knipex .mf-knipex_head ._logo_wrap {
    width: 30%;
  }
  .mf-knipex .mf-knipex_head ._logo_wrap ._inner {
    height: 420px
  }
  .mf-knipex .mf-knipex_head ._img_wrap {
    background: url("/images/manufacturers/knipex/main_img.jpg") no-repeat center;
    background-size: cover;
    width: 70%;
    height: 560px;
  }
}

/* SIGNET
--------------------------------------------------------*/
.mf-signet .mf-signet_head {
  display: flex;
  flex-direction: column;
}
.mf-signet .mf-signet_head ._logo_wrap {
  background-color: #00375a;
}
.mf-signet .mf-signet_head ._logo_wrap ._inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  /*padding: 10px;*/
}
@media screen and (max-width: 767px) {
  .mf-signet .mf-signet_head ._logo_wrap ._inner img {
    /*max-height: 60px;*/
    max-width: 240px;
    width: auto;
  }
  .mf-signet .mf-signet_head ._img_wrap {
    background: url("/images/manufacturers/signet/main_img_sp.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .mf-signet .mf-signet_head {
    flex-direction: row;
  }
  .mf-signet .mf-signet_head ._logo_wrap {
    width: 30%;
  }
  .mf-signet .mf-signet_head ._logo_wrap ._inner {
    height: 420px
  }
  .mf-signet .mf-signet_head ._img_wrap {
    background: url("/images/manufacturers/signet/main_img.jpg") no-repeat center;
    background-size: cover;
    width: 70%;
    height: 560px;
  }
}

/* PB
--------------------------------------------------------*/
.mf-pb .mf-pb_head {
  display: flex;
  flex-direction: column;
}
.mf-pb .mf-pb_head ._logo_wrap {
  background-color: #222222;
}
.mf-pb .mf-pb_head ._logo_wrap ._inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  padding: 0 15px;
}
.mf-pb .mf-pb_head ._logo_wrap ._inner img {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .mf-pb .mf-pb_head ._img_wrap {
    background: url("../images/tmstop.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .mf-pb .mf-pb_head {
    flex-direction: row;
  }
  .mf-pb .mf-pb_head ._logo_wrap {
    width: 30%;
  }
  .mf-pb .mf-pb_head ._logo_wrap ._inner {
    height: 420px
  }
  .mf-pb .mf-pb_head ._img_wrap {
    background: url("../images/tmstop.png") no-repeat center;
    background-size: cover;
    width: 70%;
    height: 560px;
  }
  .mf-pb .mf-about_head ._ttl-bg {
    color: #222222;
    top: -26px;
    left: -0.5em;
    font-size: min(5.83vw,8rem);
  }
}

.mf-pb .pb-product-wrap {
  background-color: #000000;
  padding: 10px 0 0;
}
.pb-product_ttl {
  color: var(--col-07);
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
.pb-product_ttl ._small {
  display: block;
  font-size: 1.8rem;
  margin-top: 0.5em;
}
.tms-product_ttl {
  color: var(--col-07);
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
.tms-product_ttl_02 {
  color: var(--col-07);
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mf-pb .pb-product-wrap {
    padding: 10px 0 0;
  }
  .pb-product_ttl {
    font-size: 6rem;
    margin-bottom: 60px;
  }
  .pb-product_ttl ._small {
    font-size: min(2.4vw,2.4rem);
  }
  .tms-product_ttl {
    font-size: 5rem;
    margin-bottom: 60px;
  }
  .tms-product_ttl_02 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
.pb-product-column {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin: 30px 0 60px;
  max-width: 1200px;
}
.pb-product-column._reverse {
  flex-direction: column-reverse;
  gap: 0;
}

.pb-product-main {
  padding: 0 40px;
  position: relative;
}
/* ★タイトル前の「Products」★
.pb-product-main::before {
  content: 'Products';
  color: var(--col-07);
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
*/
.pb-product-main ._ttl {
  color: var(--col-07);
  font-size: min(7.47vw,2.8rem);
  line-height: 1.4;
  margin-bottom: 15px;
}
.pb-product-pic {
  margin-bottom: 20px;
}
.pb-product-pic-2 {
  width: 80%;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .pb-product-column,
  .pb-product-column._reverse {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin: 0 auto 120px;
  }
  .pb-product-column ._column-item {
    width: 48%;
  }
  .pb-product-main {
    padding: 20px 40px;
  }
  .pb-product-pic-2 {
    width: 100%;
  }
}
.pb-hammer-box {
  /*max-width: 1200px;*/
  border-top: var(--col-01) 5px solid;
  border-top-left-radius: 6px;
}
.pb_ttl_02 {
  background-color: var(--col-08);
  color: #ffffff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.75em 2em;
  margin-bottom: 30px;
}
.pb_list {
  margin: 1em 0;
}
.pb_list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 1em;
  line-height: 1.6;
}
.pb_list li::before {
  background-color: var(--col-01);
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .pb_list {
    margin: 1.5em 1em 3em;
  }
}
.pb-hammer-box + .pb-product-column {
  margin: 0 auto 60px;
}

/*ローレット写真*/
.pb-wrench-box {
  border-top: var(--col-01) 1px solid;
  padding-top: 60px;
  margin-bottom: 30px;
}
.pb-wrench-box .pb-wrench-pic {
  margin-bottom: 30px;
}
.pb-wrench-box .pb-wrench-pic ._item-01 {
  line-height: 0;
  margin-bottom: 20px;
}
.pb-wrench-box .pb-wrench-pic ._item-02 {
  display: flex;
  justify-content: space-between;
  line-height: 0;
}
.pb-wrench-box .pb-wrench-pic ._item-02 span {
  width: 48%;
}

.pb-wrench-box .pb-wrench-main {
  padding: 20px 40px 0;
  position: relative;
}
.pb-wrench-box .pb-wrench-main::before {
  content: 'Products';
  color: var(--col-01);
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.pb-wrench-box .pb-wrench-main ._ttl {
  color: var(--col-07);
  font-size: min(7.47vw,2.8rem);
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .pb-wrench-box {
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .pb-wrench-box .pb-wrench-pic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .pb-wrench-box .pb-wrench-pic ._item-01 {
    width: calc(100% * (870 / 1260));
    margin-bottom: 0;
  }
  .pb-wrench-box .pb-wrench-pic ._item-02 {
    width: calc(100% * (360 / 1260));
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .pb-wrench-box .pb-wrench-pic ._item-02 span {
    width: auto;
  }
}

/* stahlwille
--------------------------------------------------------*/
.mf-stahlwille { 
}
.mf-stahlwille .mf-stahlwille_head {
  display: flex;
  flex-direction: column;
}
.mf-stahlwille .mf-stahlwille_head ._logo_wrap {
  background-color: #222222;
}
.mf-stahlwille .mf-stahlwille_head ._logo_wrap ._inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .mf-stahlwille .mf-stahlwille_head ._img_wrap {
    background: url("images/tmstop.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 240px;
  }
  .mf-stahlwille .mf-stahlwille_head ._logo_wrap ._inner img {
    /*max-height: 50px;*/
    max-width: 240px;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .mf-stahlwille .mf-stahlwille_head {
    flex-direction: row;
  }
  .mf-stahlwille .mf-stahlwille_head ._logo_wrap {
    width: 30%;
  }
  .mf-stahlwille .mf-stahlwille_head ._logo_wrap ._inner {
    height: 420px
  }
  .mf-stahlwille .mf-stahlwille_head ._img_wrap {
    background: url("images/tmstop.png") no-repeat center;
    background-size: cover;
    width: 70%;
    height: 560px;
  }
  .mf-stahlwille .mf-about_head ._ttl-bg {
    color: #222222;
    top: -26px;
    left: -0.5em;
    font-size: min(5.83vw,8rem);
  }
}
.sv-product_ttl {/*title*/
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 70px;
  margin-bottom: 30px;
}
.sv-product_ttl._wrenches {
  background: url("../images/ttl-en_wrenches_02.png") no-repeat center top;
  background-size: contain;
  width: 90%;
  margin:10px auto 30px;
}
.sv-product_ttl._wrenches {
    height: 90px;
  }
.sv-product_ttl ._jp {
  color: var(--col-st01);
  font-size: min(5.33vw,2.4rem);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sv-product_ttl {
    height: 104px;
    margin-bottom: 60px;
  }
  .sv-product_ttl ._jp {
    font-size: min(3.65vw,3.0rem);
  }
  .sv-product_ttl._wrenches {
    height: 120px;
  }
}
/*スパナ*/
.mf-stahlwille .spanner-wrap {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
}
.mf-stahlwille .spanner-wrap .spanner-item {
  margin-bottom: 40px;
}
.mf-stahlwille .spanner-wrap .spanner-item .spanner-pic {
  margin-bottom: 20px;
}
.mf-stahlwille .spanner-wrap .spanner-item .spanner-main {
  padding: 0 0 0 0px;
  position: relative;
}
/* ★タイトル前の「Products」★
.mf-stahlwille .spanner-wrap .spanner-item .spanner-main::before {
  content: 'Point';
  color: var(--col-02);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
*/
.mf-stahlwille .spanner-wrap .spanner-item ._product_ttl {
  color: var(--col-st01);
  font-size: min(5.33vw, 2.0rem);
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .mf-stahlwille .spanner-wrap {
    margin: 0 auto 130px;
    flex-direction: row;
    justify-content: space-between;
  }
  .mf-stahlwille .spanner-wrap .spanner-item {
    width: calc((400 / 1260) * 100%);
    margin-bottom: 0;
  }
  .mf-stahlwille .spanner-wrap .spanner-item .spanner-main {
    padding: 20px 10px 0 20px;
  }
  .mf-stahlwille .spanner-wrap .spanner-item ._product_ttl {
    font-size: min(2vw, 2.4rem);
  }
.spanner-item .spanner-pic {
  padding: 0 10px 20px 10px;
}
}


/* kukko
--------------------------------------------------------*/
.mf-kukko .mf-kukko_head {
  display: flex;
  flex-direction: column;
}
.mf-kukko .mf-kukko_head ._logo_wrap {
  background-color: #a8c09e;
}
.mf-kukko .mf-kukko_head ._logo_wrap ._inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  /*padding: 10px;*/
}
@media screen and (max-width: 767px) {
  .mf-kukko .mf-kukko_head ._logo_wrap ._inner img {
    max-height: 60px;
    max-width: 350px;
    width: auto;
  }
  .mf-kukko .mf-kukko_head ._img_wrap {
    background: url("/images/manufacturers/kukko/main_img_sp.jpg") no-repeat right;
    background-size: cover;
    width: 100%;
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .mf-kukko .mf-kukko_head {
    flex-direction: row;
  }
  .mf-kukko .mf-kukko_head ._logo_wrap {
    width: 30%;
  }
  .mf-kukko .mf-kukko_head ._logo_wrap ._inner {
    height: 420px
  }
  .mf-kukko .mf-kukko_head ._img_wrap {
    background: url("/images/manufacturers/kukko/main_img.jpg") no-repeat right;
    background-size: cover;
    width: 70%;
    height: 560px;
  }
}








/* prochi
--------------------------------------------------------*/
.mf-prochi {
}


/*動画共通*/
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*Youtubeのサムネールを配置するため必要*/
.movie-wrap img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  cursor: pointer;
	}
/*サムネールに矢印を重ねる*/
.movie-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  border: #fff 4px solid;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.movie-arrow::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 28px;
  z-index: 1;
  border: transparent 20px solid;
  border-left: #fff 20px solid;
}

/*お問い合わせボタン*/
.btn-side-inq {
  position: fixed;
  bottom: 80px;
  right: 0px;
  /*display: none;*/
}
.btn-side-inq a {
  background-color: var(--col-st01);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 42px;
  height: 140px;
  writing-mode: vertical-rl;
  transition: all 0.3s;
}
.fadeBtnRight {
  opacity: 0;
}
.fadeBtnRight.active {
  animation-name: fadeRight;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .btn-side-inq {
    bottom: 200px;
  }
  .btn-side-inq a {
    font-size: 1.6rem;
    width: 50px;
    height: 180px;
  }
}
@media (hover: hover) {
  .btn-side-inq a:hover {
    background-color: #30b070;
  }
}
/*スクロールしたらフェードイン表示*/
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}