/*
Theme Name: 株式会社マーク
Theme URI: http://example.com
Description: 株式会社マークのテーマ
Version: 1.0
Author: kanasashi-mc
Author URI: http://www.kanasashi.co.jp/
*/
@charset "UTF-8";

@media (max-width: 1500px){
  .topLink {
      max-width: 900px;
  }
  .c-bana {
      width: 250px;
  }
  .header2 {
      min-height: 250px;
  }
}
@media (max-width: 1200px){
  /*共通
  ーーーーーーーーーーーーーーー*/


  /*トップ
  ーーーーーーーーーーーーーーー*/

  .clearfix {
    position: absolute;
    bottom: 0;
}
  .bxslider div {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 26px;
}
.tsl-mv {
    max-width: 400px;
    margin: auto;
}


@media (max-width: 834px){
  .top-ctbtn {
  display: none;
  }
  .h-txt {
    width: 50%;
}
  .headerNav{
    display: none;
  }
  /*ハンバーガー*/
  .hamburger-menu {
    display: block;
    position: absolute;
  }
.menu-btn {
    position: fixed;
    top: 60px;
    right: 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 24px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    transition: all 400ms;
}
.menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #202122;
    transition: all 0.5s;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 10px;
    background-color: #666;
    position: absolute;
    transition: all 400ms;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;

}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}
.menu-content ul {
    padding: 80px 0 0;
}
.menu-content ul li {
    list-style: none;
    padding: 20px 28px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    position: relative;
}

.menu-content {
    width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FF7C8B;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 50%;/*メニューを画面内へ*/
}
#menu-btn-check:checked ~ .menu-btn span:after{
  background-color: ##fff;
}
#menu-btn-check:checked ~ .menu-btn span:before {
    background-color: ##fff;
}
#menu-btn-check {
  display: none;
}
/*トップ
ーーーーーーーーーーーーーーー*/
.topLink {
  max-width: 500px;
}
.c-bana {
    display: none;
}
.sp-bana {
  display: block;
  width: 30%;
  margin: 0 auto;
}
}

@media (max-width: 576px){
  h3 {
    font-size: 22px;
  }
}
/*一般向け商品
ーーーーーーーーーーーーーーー*/
@media (max-width: 834px){

  .box3 {
    top: 30%;
    left: 50%;

}
  .box3 p {
    font-size: 20px;
  }
  ul.list li {
    font-size: 16px;
}
.sc-txt {
  font-size: 20px;
}
}
/*会社概要
ーーーーーーーーーーーーーーー*/
@media (max-width: 768px){

}
