@charset "utf-8";

/* 共通 */
.sp_only,
.spOnly {
  display: none;
}

.contents_box {
  max-width: 1200px;
  margin: 0 auto;
}

#brand_image_box {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.main_txt_box {
  font-size: 18px;
  line-height: 2.4;
  margin-top: 20px;
  margin-bottom: 70px;
  font-weight: 500;
}

.brand_story_rectangle {
  max-width: 1000px !important;
  margin: 0 auto;
}
.brand-history-title {
  color: #333333;
  font-weight: 700;
  text-align: left;
  font-size: 26px;
}

.brand_description_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 30px;
}

.brand_description_mds-box {
  text-align: center;
  background-color: #121116;
  max-width: 1000px;
  padding: 30px;
  margin-bottom: 80px;
}

.brand-description_z-box {
  text-align: center;
  max-width: 1000px;
}

.mds-subcopy {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mds-maincopy {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}

.mgtop100 {
  margin-top: 100px;
}

.mgtop50 {
  margin-top: 50px;
}

.mgbottom70 {
  margin-bottom: 70px;
}

.mgbottom80 {
  margin-bottom: 80px;
}

.mgbottom100 {
  margin-bottom: 100px;
}

.brand-history-title {
  position: relative;
  padding: .3em 0 .2em 1em;
  border-bottom: 3px solid #3c98c3;
  color: #333333;
}

.brand-history-title::before {
  position: absolute;
  top: 0;
  left: .3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #3c98c3;
  content: '';
}

.brand-history-title::after {
  position: absolute;
  transform: rotate(15deg);
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #3c98c3;
  content: '';
}

.brand-history-text {
  font-size: 16px;
}

h3 {
  margin-bottom: 0;
}

.category_btn_footerblock {
  margin: 50px auto 100px;
  text-align: center;
}

.cat_link_btn a {
  display: inline-block;
  width: 500px;
  background-color: #3c98c3;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #3c98c3;
  color: #ffffff;
  font-size: 16px;
}

.cat_link_btn a:hover {
  background-color: #1e80c6;
}  


 @media (max-width: 639px) {
    .pc_only, .pcOnly {
      display: none;
  }
    .sp_only, .spOnly {
      display: block;
  }

    .contents_box {
    max-width: 98% !important;
  }

    #brand_image_box {
    width: 96%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .main_txt_box {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
  }     

  .brand_story_rectangle {
    max-width: 100% !important;
    width: 96%;
  }
  .brand-history-title {
    font-size: 22px;
    line-height: 1.5;
  }

  .brand_description_txt {
    line-height: 1.6;
    font-size: 18px;
  }
  .image-brand-720 {
    width: 100%;
  }

  .brand_description_mds-box {
    text-align: left;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 40px;
  }

  .brand-description_z-box {
    text-align: center;
    max-width: 100%;
  }

  .mds-subcopy {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .mds-maincopy {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
  }

  .mgbottom70 {
    margin-bottom: 30px;
  }

  .mgbottom80 {
    margin-bottom: 45px;
  }
  .category_btn_footerblock {
        margin: 20px auto 50px;
        text-align: center;
  }

  .cat_link_btn a {
    width: 80%;
  }

  .cat_link_btn a:hover {
    background-color: #1e80c6;
  } 
} 