@charset "UTF-8";
@media screen and (min-width: 769px) {
  #main_visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 162px);
    max-height: 500px;
    margin: 132px 0 64px;
    background: url(../img/product/bg_main_detail.jpg) no-repeat right top;
    background-size: 1590px 500px;
  }
  #main_visual #catchcopy {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  #main_visual #catchcopy h1 {
    margin: 0 auto 20px;
    color: #fff;
    font-size: 50px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: normal;
    margin-top: 8px;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 120px;
    height: 1px;
    margin: 0 auto 26px;
    background-color: #fff;
  }
  #main_visual #catchcopy .btn {
    width: 288px;
    height: 72px;
    margin: 0 auto 20px;
  }
  #main_visual #catchcopy .btn a {
    box-sizing: border-box;
    display: block;
    width: 288px;
    height: 72px;
    border: 1px solid #fff;
    line-height: 70px;
    font-size: 19px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    text-decoration: none;
  }
  #main_visual #catchcopy .btn a:after {
    display: inline-block;
    content: "";
    width: 19px;
    height: 20px;
    margin-left: 20px;
    background: url(../img/icn_download.png) no-repeat center;
    background-size: 19px 20px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    vertical-align: middle;
  }
  #main_visual #catchcopy .keywords {
    width: calc(100% - 120px);
    max-width: 1140px;
    margin: 0 auto;
    color: rgb(0, 109, 157);
  }
  #main_visual #catchcopy .keywords ul {
    display: flex;
    flex-wrap: wrap;
    font-family: "游ゴシック", "Yu Gothic";
    /*&:after {
      content: "";
      display: block;
      width: 130px;
      height: 0;
    }
    &:before {
      content: "";
      display: block;
      width: 130px;
      height: 0;
      order: 1;
    }*/
  }
  #main_visual #catchcopy .keywords ul li {
    box-sizing: border-box;
    min-width: 130px;
    height: 37px;
    margin: 6px 6px;
    background-color: rgba(0, 109, 157, 0.3);
    list-style-type: none;
    text-align: center;
  }
  #main_visual #catchcopy .keywords ul li a {
    display: block;
    color: #ACACAC;
    border: 1px solid #ACACAC;
    border-radius: 7px;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 4px;
  }
  #main_visual #catchcopy .keywords ul li a:hover {
    border: 1px solid #efefef;
    color: #efefef;
    opacity: 1;
  }
  #main_visual #top_copyright {
    position: absolute;
    top: 50%;
    left: 38px;
    width: 15px;
    height: 382px;
    background: url(../img/txt_copyright_head.png) no-repeat center;
    background-size: 15px 382px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateY(-50%);
  }
  #main_visual #top_copyright span {
    display: none;
  }
  #products_area {
    margin-bottom: 106px;
    box-sizing: border-box;
  }
  #products_area .txt {
    width: 800px;
    margin: 0 auto 50px;
  }
  #products_area .txt p {
    font-size: 16px;
    line-height: 2.14;
  }
  #products_area .txt img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #products_area h2 {
    width: 96%;
    max-width: 800px;
    margin: 0 auto 36px;
    color: #fff;
    font-size: 40px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  #products_area h2 span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: "Playfair Display";
    font-weight: normal;
  }
  #products_area h2::before {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin: 0 auto 20px;
    background-color: #006d9d;
  }
  #products_area .inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 64px;
    border-top: 8px solid #006d9d;
    background-color: #292929;
    background-size: 1500px 100%;
  }
  #products_area .inner #products_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 62px 0 0;
    font-size: 0;
  }
  #products_area .inner #products_area:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
  }
  #products_area .inner #products_area .unit {
    width: 30%;
    margin-bottom: 30px;
    background-color: #000;
  }
  #products_area .inner #products_area .unit .img {
    width: 100%;
    max-height: 215px;
    margin-bottom: 16px;
    overflow: hidden;
  }
  #products_area .inner #products_area .unit .img img {
    width: 100%;
  }
  #products_area .inner #products_area .unit h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "游ゴシック", "Yu Gothic";
    text-align: center;
  }
  #products_area .inner #products_area .unit p {
    margin-bottom: 12px;
    padding: 0 26px;
    font-size: 14px;
    font-weight: 600;
    font-family: "游ゴシック", "Yu Gothic";
    line-height: 2.142;
  }
  #products_area .btn {
    width: 288px;
    height: 72px;
    margin: 30px auto 20px;
  }
  #products_area .btn a {
    box-sizing: border-box;
    display: block;
    width: 288px;
    height: 72px;
    border: 1px solid #fff;
    line-height: 70px;
    font-size: 19px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    text-decoration: none;
  }
  #products_area .btn a:after {
    display: inline-block;
    content: "";
    width: 19px;
    height: 20px;
    margin-left: 20px;
    background: url(../img/icn_download.png) no-repeat center;
    background-size: 19px 20px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    vertical-align: middle;
  }
}
@media (min-width: 769px) and (max-width: 950px) {
  #main_visual {
    height: calc(100vh - 160px);
    margin-top: 50px;
  }
  #main_visual #search_area {
    padding: 17px 20px;
  }
  #main_visual #search_area .popular_search .keywords ul li {
    min-width: 106px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #main_visual {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 60vh;
    margin: 0 auto 20px;
    padding: 100px 0 50px;
    background: url(../img/product/sp/bg_main_detail.jpg) no-repeat center top;
    background-size: cover;
  }
  #main_visual #catchcopy {
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
  }
  #main_visual #catchcopy h1 {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 24px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1.4;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 9px;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    margin: 0 auto 12px;
    background-color: #fff;
  }
  #main_visual #catchcopy .btn {
    width: 215px;
    height: 40px;
    margin: 0 auto 16px;
  }
  #main_visual #catchcopy .btn a {
    box-sizing: border-box;
    display: block;
    width: 215px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 38px;
    font-size: 13px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    text-decoration: none;
  }
  #main_visual #catchcopy .btn a:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 13px;
    margin-left: 6px;
    background: url(../img/icn_download.png) no-repeat center;
    background-size: 12px 13px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    vertical-align: baseline;
  }
  #main_visual #catchcopy .keywords {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    color: rgb(0, 109, 157);
  }
  #main_visual #catchcopy .keywords ul {
    display: flex;
    flex-wrap: wrap;
    width: 324px;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic";
  }
  #main_visual #catchcopy .keywords ul li {
    box-sizing: border-box;
    min-width: 96px;
    height: 26px;
    margin: 6px 6px;
    background-color: rgba(0, 109, 157, 0.3);
    list-style-type: none;
    text-align: center;
    font-size: 11px;
  }
  #main_visual #catchcopy .keywords ul li a {
    display: block;
    padding: 0 6px;
    color: #efefef;
    border: 1px solid #efefef;
    border-radius: 7px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
  }
  #main_visual #catchcopy .keywords ul:after {
    content: "";
    display: block;
    width: 96px;
    height: 0;
  }
  #main_visual #catchcopy .keywords ul:before {
    content: "";
    display: block;
    width: 96px;
    height: 0;
    order: 1;
  }
  #main_visual #top_copyright {
    display: none;
  }
  #products_area {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #products_area .txt {
    width: 90%;
    max-width: 768px;
    margin: 0 auto 30px;
  }
  #products_area .txt p {
    color: #fff;
    font-size: 14px;
    line-height: 1.64;
  }
  #products_area .txt img {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  #products_area h2 {
    width: 96%;
    max-width: 768px;
    margin: 0 auto 14px;
    color: #fff;
    font-size: 20px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  #products_area h2 span {
    display: block;
    padding-top: 2px;
    color: #fff;
    font-size: 10px;
    font-family: "Playfair Display";
    font-weight: normal;
  }
  #products_area h2::before {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    margin: 0 auto 9px;
    background-color: #006d9d;
  }
  #products_area .inner {
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px 0 1px;
    border-top: 4px solid #006d9d;
    background-color: #292929;
    background-size: cover;
  }
  #products_area .inner #products_area {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
  }
  #products_area .inner #products_area .unit {
    width: 100%;
    margin-bottom: 23px;
    padding-bottom: 20px;
    background: #000;
  }
  #products_area .inner #products_area .unit .img {
    width: 100%;
    margin-bottom: 7px;
    overflow: hidden;
  }
  #products_area .inner #products_area .unit .img img {
    width: 100%;
  }
  #products_area .inner #products_area .unit h3 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: "游ゴシック", "Yu Gothic";
    text-align: center;
  }
  #products_area .inner #products_area .unit p {
    width: 84%;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.64;
  }
  #products_area .inner #products_area .unit .more {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 2px solid #434343;
    font-size: 11px;
    font-family: "Playfair Display";
    text-align: center;
  }
  #products_area .inner #products_area .unit .more a {
    text-decoration: none;
    font-weight: normal;
  }
  #products_area .inner #products_area .unit .more a:after {
    display: inline-block;
    content: "";
    width: 23px;
    height: 15px;
    margin-left: 5px;
    background: url(../img/icn_read_more.png) no-repeat center;
    background-size: 23px 12px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    vertical-align: text-top;
    line-height: 15px;
  }
  #products_area .inner .btn_all {
    font-size: 11px;
    font-family: "Playfair Display";
    text-align: center;
  }
  #products_area .inner .btn_all a {
    text-decoration: none;
    font-weight: normal;
  }
  #products_area .inner .btn_all a:after {
    display: inline-block;
    content: "";
    width: 23px;
    height: 15px;
    margin-left: 5px;
    background: url(../img/icn_read_more.png) no-repeat center;
    background-size: 23px 12px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    vertical-align: text-top;
    line-height: 15px;
  }
  #products_area .btn {
    width: 90%;
    max-width: 340px;
    height: 40px;
    margin: 0 auto;
  }
  #products_area .btn a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 340px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 38px;
    font-size: 13px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    text-decoration: none;
  }
  #products_area .btn a:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 13px;
    margin-left: 6px;
    background: url(../img/icn_download.png) no-repeat center;
    background-size: 12px 13px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    vertical-align: baseline;
  }
}