@charset "UTF-8";
.pagination {
  margin: 50px 0;
}

.pagination ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li:first-child a {
  border-left: 1px solid #ddd;
}

.pagination ul li.b_prev a, .pagination ul li.b_next a {
  position: relative;
  width: 50px;
  color: transparent;
}

.pagination ul li.b_prev a:before, .pagination ul li.b_next a:before {
  content: "";
  background: url(../images/share/svg/chevron_up.svg) no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 14px;
  width: 14px;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.pagination ul li.b_next a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pagination ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-left: none;
}

@media all and (max-width: 768px) {
  .pagination ul li a {
    font-size: 13px;
  }
}

.pagination ul li a:hover {
  background: #f1f1f1;
}

.pagination ul li span.current {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f;
}

@media all and (max-width: 768px) {
  .pagination ul li span.current {
    font-size: 13px;
  }
}

.pagination ul li.activepage a {
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f;
}

.pagination ul li.neardot a {
  border-left: 1px solid #ccc;
}

.cl-primary {
  color: #202020;
}

.breaksp {
  display: none;
}

@media all and (max-width: 640px) {
  .breaksp {
    display: block;
  }
}

.secondpage {
  overflow-x: hidden;
}

.headtitle {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  height: 300px;
  z-index: 1;
  opacity: 0;
}

@media all and (max-width: 768px) {
  .headtitle {
    background-position: 63% 50%;
  }
}

@media all and (max-width: 768px) {
  .headtitle {
    margin-bottom: 50px;
    height: 240px;
  }
}

.headtitle .container {
  position: relative;
  z-index: 9;
}

.headtitle .container h1 {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.5);
  padding: 7px 20px 11px;
  font-weight: 500;
  color: #000;
  min-width: 274px;
  max-width: 274px;
  border: 2px solid #000;
  margin-top: 160px;
}

@media all and (max-width: 960px) {
  .headtitle .container h1 {
    font-size: 24px;
  }
}

@media all and (max-width: 768px) {
  .headtitle .container h1 {
    font-size: 22px;
    min-width: 200px;
    padding: 15px 20px;
  }
}

.breadcrumb {
  background: #fff;
  margin-bottom: 50px;
  opacity: 0;
}

@media all and (max-width: 520px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
  display: inline-block;
  padding: 15px 0px;
  margin-left: 15px;
  text-transform: uppercase;
  color: #333;
  position: relative;
  padding-left: 15px;
}

.breadcrumb li:before {
  /* content: "\f105";
    font-family: fontAwesome;
    margin-right: 15px; */
  content: '';
  position: absolute;
  background: transparent;
  border-top: 1px solid #1B2032;
  border-right: 1px solid #1B2032;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb li:first-child {
  padding-left: 0px;
  margin-left: 0px;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li a {
  color: #000;
}

.breadcrumb li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@media all and (max-width: 960px) {
  .breadcrumb {
    margin-bottom: 5%;
  }
}

@media all and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .breadcrumb .container {
    padding: 0 3%;
  }
}

@media all and (max-width: 768px) {
  .breadcrumb .container {
    padding: 0;
  }
}

.breadcrumb li {
  margin-left: 3px;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  padding: 10px 0;
  padding-left: 18px;
}

.breadcrumb li:before {
  margin-right: 5px;
  color: #999;
}

.breadcrumb li a {
  color: #404040;
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 2px;
  font-weight: 400;
}

.breadcrumb li a:hover {
  color: #333;
}

.page-news .main_body .row {
  padding-bottom: 100px;
}

@media all and (max-width: 768px) {
  .page-news .main_body .row {
    padding-bottom: 50px;
  }
}

.page-news .boxnews {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ccc;
}

@media all and (max-width: 768px) {
  .page-news .boxnews {
    margin-bottom: 30px;
  }
}

.page-news .datenav {
  max-width: 200px;
  width: 200px;
  border: 1px solid #ccc;
}

@media all and (min-width: 769px) {
  .page-news .datenav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media all and (max-width: 768px) {
  .page-news .datenav {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.page-news .datenav h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url(../images/bgdatenav.jpg) no-repeat;
  height: 50px;
  line-height: 46px;
  background-size: 100%;
  font-size: 22px;
  letter-spacing: 3px;
}

@media all and (max-width: 768px) {
  .page-news .datenav h3 {
    font-size: 18px;
  }
}

.page-news .datenav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 25px;
}

@media all and (max-width: 768px) {
  .page-news .datenav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.page-news .datenav li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 60px;
  margin-bottom: 15px;
}

.page-news .datenav li:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .page-news .datenav li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.page-news .datenav a {
  text-decoration: underline;
  color: #333;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .page-news .datenav a {
    font-size: 13px;
  }
}

.page-news .content {
  padding-left: 4%;
  width: calc(100% - 200px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

@media all and (min-width: 769px) {
  .page-news .content {
    padding-left: 50px;
  }
}

@media all and (max-width: 768px) {
  .page-news .content {
    width: 100%;
    padding-left: 0;
  }
}

.page-news .content .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

@media all and (max-width: 768px) {
  .page-news .content .tit {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-news .content .time {
  background: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 20px;
}

.page-news .content h3 {
  font-size: 20px;
  font-weight: 500;
}

.page-news .content h3 a {
  color: #000;
  padding-top: 4px;
  display: inline-block;
}

.page-news .content h3 a:hover {
  text-decoration: underline;
}

.page-news .content .txt, .page-news .content p {
  line-height: 1.8;
}

.page-news .content .btnmore, .page-news .content .btnpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media all and (max-width: 768px) {
  .page-news .content .btnmore, .page-news .content .btnpage {
    margin-top: 20px;
  }
}

.page-news .content .btnmore a, .page-news .content .btnpage a {
  color: #202020;
  font-weight: bold;
  font-size: 16px;
  height: 50px;
  width: 185px;
  border: 1px solid #202020;
  text-align: center;
  line-height: 48px;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.page-news .content .btnmore a:hover, .page-news .content .btnpage a:hover {
  background: #000;
  color: #fff;
}

@media all and (max-width: 768px) {
  .page-news .content .btnmore a, .page-news .content .btnpage a {
    font-size: 14px;
    width: 180px;
    height: 40px;
    line-height: 38px;
    padding-right: 20px;
    margin-top: 0 !important;
  }
}

.page-news .contentdetail {
  padding: 0;
}

.page-news .boxdetail {
  border: 0;
  padding: 0;
}

.page-news .boxdetail h3 {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 32px;
}

@media all and (max-width: 768px) {
  .page-news .boxdetail h3 {
    font-size: 24px;
  }
}

.page-news .boxdetail .tit {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0;
  padding-bottom: 0;
}

.page-news .boxdetail .cate {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 3px 20px;
  height: 35px;
  min-width: 110px;
  text-align: center;
}

.page-news .btnback {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.page-news .btnback a {
  padding-right: 0 !important;
}

.page-news .btnback a::before {
  background: none;
}

.page-news .btnback a span::before {
  border-color: #202020;
}

.page-news .btnback a:hover span::before {
  border-color: #fff;
}

.page-news .pagination .btnback a {
  padding-right: 15px !important;
}

.page-contact_form .table_template {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .page-contact_form .table_template {
    margin-top: 30px;
  }
}

.page-contact_form .table_template .confirm_submit {
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
}

.page-contact_form .table_template .confirm_submit input {
  margin-right: 5px;
}

.page-contact_form .btn_view {
  margin: 20px auto;
  margin-bottom: 60px;
}

.page-contact_form .btn_view .btn_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #c12424;
  width: 360px;
  height: 60px;
  border-radius: 0px;
  border: #c12424;
  cursor: pointer;
}

.page-contact_form .btn_view .btn_normal:hover {
  background: #e6e6e6;
}

@media all and (max-width: 520px) {
  .page-contact_form .btn_view .btn_normal {
    width: 80%;
    height: 50px;
  }
}

.page-contact_form .btn_view .btn_normal span {
  font-size: 16px;
}

@media all and (max-width: 520px) {
  .page-contact_form .btn_view .btn_normal span {
    font-size: 16px;
  }
}

.page-contact_form .btn_view button.btn_normal {
  border: none;
}

.page-contact_form .btn_view .btn_normal {
  position: relative;
}

.page-contact_form .btn_view .btn_normal img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
}

.page-contact_form .btn_view .btn_normal:hover {
  opacity: 0.8;
}

.page-contact_form .form_submit {
  margin: 40px 0;
}

@media all and (min-width: 768px) {
  .page-contact_form .form_submit {
    margin: 70px 0;
  }
}

.page-contact_form .form_submit .lable {
  line-height: 2;
  letter-spacing: 2px;
}

.page-contact_form .form_submit_btn {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}

.page-contact_form .form_submit_btn span, .page-contact_form .form_submit_btn input {
  font-size: 20px;
}

.page-contact_form .form_submit_btn button, .page-contact_form .form_submit_btn input {
  width: 100%;
  max-width: 400px;
  height: 60px;
}

.page-contact_form .form_submit_btn button::after, .page-contact_form .form_submit_btn input::after {
  height: 60px;
}

@media all and (min-width: 768px) {
  .page-contact_form .form_submit_btn button, .page-contact_form .form_submit_btn input {
    height: 80px;
  }
  .page-contact_form .form_submit_btn button::after, .page-contact_form .form_submit_btn input::after {
    height: 80px;
  }
}

.page-contact_form .form_submit_btn img {
  position: relative;
  margin-left: 20px;
  z-index: 99;
  top: 3px;
}

.page-contact_form table {
  border: 1px solid #A8A9B5;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.page-contact_form table input[type="radio"], .page-contact_form table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin-right: 10px;
}

.page-contact_form table th, .page-contact_form table td {
  line-height: 1.6;
  text-align: justify;
  border: 1px solid #A8A9B5;
  padding: 25px;
  color: #000;
}

@media all and (max-width: 768px) {
  .page-contact_form table th, .page-contact_form table td {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #A8A9B5;
  }
  .page-contact_form table th:after, .page-contact_form table td:after {
    clear: both;
    content: "";
    display: block;
  }
}

.page-contact_form table tr:last-child td {
  border-bottom: none;
}

.page-contact_form table input[type="text"], .page-contact_form table input[type="email"], .page-contact_form table input[type="name"], .page-contact_form table input[type="tel"], .page-contact_form table input[type="number"], .page-contact_form table input[type="password"], .page-contact_form table select, .page-contact_form table textarea {
  height: 40px;
  border: 1px solid #fff;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  border-radius: 1px;
}

@media all and (max-width: 768px) {
  .page-contact_form table input[type="text"], .page-contact_form table input[type="email"], .page-contact_form table input[type="name"], .page-contact_form table input[type="tel"], .page-contact_form table input[type="number"], .page-contact_form table input[type="password"], .page-contact_form table select, .page-contact_form table textarea {
    height: 42px;
  }
}

.page-contact_form table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.page-contact_form table textarea {
  padding: 10px;
  height: 170px;
}

@media all and (max-width: 768px) {
  .page-contact_form table textarea {
    height: 150px;
  }
}

.page-contact_form table .checkboxtt span label {
  width: 33.3%;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .page-contact_form table .checkboxtt span label {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .page-contact_form table .w35 {
    width: 60% !important;
  }
}

.page-contact_form table th {
  background: #fff;
  font-weight: bold;
  width: 20%;
  font-size: 14px;
  vertical-align: middle;
}

.page-contact_form table th .required, .page-contact_form table th .nonerequired {
  display: table;
  float: left;
  margin-right: 10px;
}

.page-contact_form table th .required:before, .page-contact_form table th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: #c12424;
}

@media all and (max-width: 768px) {
  .page-contact_form table th .required:before, .page-contact_form table th .nonerequired:before {
    font-size: 11px;
  }
}

.page-contact_form table th .required:before {
  content: "必須";
  background: #c12424;
}

.page-contact_form table th .nonerequired:before {
  content: "任意";
  background: #666;
}

.page-contact_form table th .flexbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-contact_form table th .flexbox li {
  min-width: 300px;
  margin: 5px 0;
}

.page-contact_form table th .flexbox li:last-child {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-contact_form table th .flexbox li:last-child label {
  min-width: 100px;
}

@media all and (max-width: 768px) {
  .page-contact_form table th .flexbox li {
    width: 48%;
    min-width: inherit;
  }
}

@media all and (max-width: 768px) {
  .page-contact_form table tr, .page-contact_form table tbody, .page-contact_form table th, .page-contact_form table td {
    display: block;
    width: 100%;
  }
}

.page-contact table {
  border-top: 3px solid #000;
  border-left: none;
  border-right: none;
}

.page-contact table th, .page-contact table td {
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #A8A9B5;
  font-weight: 500;
  color: #333;
}

.page-contact table .w200 {
  width: 200px !important;
}

.page-contact table .w300 {
  width: 300px;
}

.page-contact .page-contact_form table th .required, .page-contact .page-contact_form table th .nonerequired {
  float: right;
  margin-right: 0;
}

.page-contact .page-contact_form table th .required:before, .page-contact .page-contact_form table th .nonerequired:before {
  font-size: 14px;
  padding: 5px 10px 7px;
}

.page-contact .form_submit {
  margin: 60px 0;
}

@media all and (max-width: 768px) {
  .page-contact .form_submit {
    margin: 30px 0;
  }
}

.page-contact .form_submit_btn {
  text-align: center;
}

.page-contact .form_submit_btn button, .page-contact .form_submit_btn input {
  background: #202020;
  color: #fff;
  text-align: center;
}

.page-contact .form_submit_btn button span, .page-contact .form_submit_btn input {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.page-contact .form_submit_btn button span strong, .page-contact .form_submit_btn input {
  font-size: 18px;
}

@media all and (max-width: 768px) {
  .page-contact .form_submit_btn button, .page-contact .form_submit_btn input {
    height: 70px;
    width: 90%;
    margin: 0 auto;
  }
}

.page-contact .form_submit_btn button:hover, .page-contact .form_submit_btn input:hover {
  opacity: .7;
}

.bgpatern {
  background: url(../images/bgsquare.jpg) repeat;
  margin-top: 80px;
  padding: 60px 0 80px;
}

@media all and (max-width: 768px) {
  .bgpatern {
    padding: 40px 0 60px;
    margin-top: 40px;
  }
}

#pp h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  #pp h5 {
    font-size: 26px;
  }
}

#pp a {
  color: #c12424;
}

#pp p, #pp li, #pp a {
  line-height: 2;
  position: relative;
  z-index: 2;
}

#pp h4 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-left: -3px;
}

#pp h4 span {
  margin-right: 2px;
}

@media all and (max-width: 768px) {
  #pp h4 {
    font-size: 16px;
  }
}

#pp p {
  margin-left: 10px;
}

.titpage {
  margin-bottom: 50px;
}

.titpage h2 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
}

.titpage h2:after {
  content: '';
  position: absolute;
  background: #404040;
  width: 70px;
  height: 3px;
  left: 50%;
  margin-left: -35px;
  bottom: -15px;
}

@media all and (max-width: 768px) {
  .titpage h2 {
    font-size: 26px;
  }
}

@media all and (max-width: 420px) {
  .titpage h2 {
    font-size: 24px;
  }
}

@media all and (max-width: 768px) {
  .about-strength, .genre-info {
    overflow-x: hidden;
  }
}

.about-strength .strength, .genre-info .strength {
  position: relative;
  padding-bottom: 160px;
}

@media all and (max-width: 768px) {
  .about-strength .strength, .genre-info .strength {
    padding-bottom: 100px;
  }
}

@media all and (max-width: 420px) {
  .about-strength .strength, .genre-info .strength {
    padding-bottom: 30px;
  }
}

.about-strength .strength::before, .genre-info .strength::before {
  content: '';
  position: absolute;
  left: -500px;
  top: 80px;
  background: #202020;
  width: 50%;
  height: 475px;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

@media all and (max-width: 1180px) {
  .about-strength .strength::before, .genre-info .strength::before {
    left: -450px;
  }
}

@media all and (max-width: 960px) {
  .about-strength .strength::before, .genre-info .strength::before {
    left: -300px;
    height: 290px;
  }
}

@media all and (max-width: 640px) {
  .about-strength .strength::before, .genre-info .strength::before {
    left: -240px;
  }
}

@media all and (max-width: 540px) {
  .about-strength .strength::before, .genre-info .strength::before {
    left: -200px;
  }
}

@media all and (max-width: 420px) {
  .about-strength .strength::before, .genre-info .strength::before {
    left: -120px;
  }
}

@media all and (min-width: 769px) {
  .about-strength .strength [class*="col-"], .genre-info .strength [class*="col-"] {
    position: relative;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    min-height: 400px;
  }
}

@media all and (min-width: 961px) {
  .about-strength .strength [class*="col-"], .genre-info .strength [class*="col-"] {
    min-height: 476px;
  }
}

@media all and (max-width: 768px) {
  .about-strength .strength [class*="col-"], .genre-info .strength [class*="col-"] {
    min-height: 500px;
  }
}

@media all and (max-width: 540px) {
  .about-strength .strength [class*="col-"]:first-child, .genre-info .strength [class*="col-"]:first-child {
    max-width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    height: auto;
    min-height: 270px;
  }
  .about-strength .strength [class*="col-"]:last-child, .genre-info .strength [class*="col-"]:last-child {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    min-height: inherit;
  }
}

@media all and (max-width: 420px) {
  .about-strength .strength [class*="col-"]:first-child, .genre-info .strength [class*="col-"]:first-child {
    min-height: 210px;
  }
}

.about-strength .strength .img.wimg.loadit.animated.slideright:before, .genre-info .strength .img.wimg.loadit.animated.slideright:before {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.about-strength .strength .img.wimg.loadit.animated.slideright:after, .genre-info .strength .img.wimg.loadit.animated.slideright:after {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

@media all and (min-width: 961px) {
  .about-strength .strength .img, .genre-info .strength .img {
    position: absolute;
    width: 100%;
    min-height: 476px;
    min-width: 626px;
  }
  .about-strength .strength .img img, .genre-info .strength .img img {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    z-index: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
    -webkit-box-shadow: 10px 10px 50 pxrgba 0, 0, 0, 0.1;
    box-shadow: 10px 10px 50 pxrgba 0, 0, 0, 0.1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.about-strength .strength .img img, .genre-info .strength .img img {
  width: 100%;
}

.about-strength .strength .info, .genre-info .strength .info {
  opacity: 0;
}

@media all and (min-width: 961px) {
  .about-strength .strength .info, .genre-info .strength .info {
    position: absolute;
    z-index: 7;
    min-width: 520px;
    top: 0;
    right: 150px;
  }
}

@media all and (min-width: 1181px) {
  .about-strength .strength .info, .genre-info .strength .info {
    min-width: 675px;
  }
}

@media all and (max-width: 960px) {
  .about-strength .strength .info, .genre-info .strength .info {
    position: absolute;
    min-width: 500px;
    right: 0;
  }
}

@media all and (max-width: 640px) {
  .about-strength .strength .info, .genre-info .strength .info {
    width: 90%;
    margin-right: 5%;
  }
}

@media all and (max-width: 540px) {
  .about-strength .strength .info, .genre-info .strength .info {
    position: relative;
    min-width: 100%;
  }
}

.about-strength .strength .info .txt, .genre-info .strength .info .txt {
  background: #fff;
  padding: 45px 55px;
  margin-top: 100px;
}

@media all and (max-width: 960px) {
  .about-strength .strength .info .txt, .genre-info .strength .info .txt {
    padding: 30px;
  }
}

@media all and (max-width: 768px) {
  .about-strength .strength .info .txt, .genre-info .strength .info .txt {
    margin-top: 250px;
    padding: 20px;
  }
}

@media all and (max-width: 540px) {
  .about-strength .strength .info .txt, .genre-info .strength .info .txt {
    margin-top: 0;
  }
}

.about-strength .strength h2, .genre-info .strength h2 {
  font-size: 70px;
  font-weight: 900;
  text-align: right;
  line-height: 1;
  color: #404040;
  position: absolute;
  right: 0;
  z-index: 8;
  top: -20px;
}

@media all and (max-width: 960px) {
  .about-strength .strength h2, .genre-info .strength h2 {
    font-size: 50px;
    top: 0;
  }
}

@media all and (max-width: 768px) {
  .about-strength .strength h2, .genre-info .strength h2 {
    font-size: 52px;
    top: 140px;
  }
}

@media all and (max-width: 640px) {
  .about-strength .strength h2, .genre-info .strength h2 {
    top: 160px;
  }
}

@media all and (max-width: 540px) {
  .about-strength .strength h2, .genre-info .strength h2 {
    position: relative;
    top: 0;
    font-size: 46px;
  }
}

.about-strength .strength h3, .genre-info .strength h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

@media all and (max-width: 960px) {
  .about-strength .strength h3, .genre-info .strength h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 420px) {
  .about-strength .strength h3, .genre-info .strength h3 {
    font-size: 24px;
  }
}

.about-strength .strength p, .genre-info .strength p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
}

@media all and (max-width: 960px) {
  .about-strength .strength p, .genre-info .strength p {
    font-size: 13px;
  }
}

.about-profile {
  background: url(../images/about/bgimg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}

@media all and (max-width: 768px) {
  .about-profile {
    padding: 50px 0;
  }
}

.about-profile .profile {
  color: #fff;
}

.about-profile table {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}

.about-profile table td {
  border-bottom: 1px dashed #5c5f6e;
  vertical-align: middle;
  font-size: 14px;
  padding: 25px 0;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}

.about-profile table td:first-child {
  width: 280px;
  text-align: center;
  font-weight: 500;
}

@media all and (max-width: 768px) {
  .about-profile table td:first-child {
    width: 150px;
  }
}

@media all and (max-width: 540px) {
  .about-profile table td:first-child {
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
}

@media all and (max-width: 540px) {
  .about-profile table td {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 14px 5px;
    font-weight: 300;
  }
}

.about-profile table .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-profile table a {
  color: #fff !important;
  font-weight: 300;
}

@media all and (max-width: 768px) {
  .about-profile table a {
    text-decoration: underline;
  }
}

.about-access {
  padding: 80px 0;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .about-access {
    padding: 50px 0;
  }
}

.about-access .access .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .about-access .access .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-access .access h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.about-access .access p {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
}

.about-access .access p.txt-gray {
  color: #999;
  margin-top: 30px;
}

.about-access .access .text {
  padding-right: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

@media all and (min-width: 769px) {
  .about-access .access .text {
    max-width: 35%;
  }
}

@media all and (max-width: 768px) {
  .about-access .access .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.about-access .access .map {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

@media all and (max-width: 768px) {
  .about-access .access .map {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 30px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination li {
  background: #da5e5e;
  margin-left: 2px;
  margin-right: 2px;
}

.pagination li a {
  color: #fff;
  display: block;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination li.btnback a, .pagination li.btnnext a {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pagination li.active a, .pagination li:hover a {
  background: #c12424;
}

.tabslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabslist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 32%;
  max-width: 375px;
  height: 120px;
  background: #fff;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 1%;
}

@media all and (max-width: 960px) {
  .tabslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}

@media all and (max-width: 540px) {
  .tabslist li {
    padding-bottom: 5px;
  }
}

.tabslist li img {
  width: 86px;
  height: 86px;
  min-width: 86px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  overflow: hidden;
}

@media all and (max-width: 1140px) {
  .tabslist li img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}

@media all and (max-width: 960px) {
  .tabslist li img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}

@media all and (max-width: 540px) {
  .tabslist li img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.tabslist li span {
  margin-left: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

.tabslist li span small {
  color: #f8c045;
  font-size: 13px;
}

@media all and (max-width: 1140px) {
  .tabslist li span {
    font-size: 17px;
  }
}

@media all and (max-width: 960px) {
  .tabslist li span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-left: 0;
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .tabslist li span {
    font-size: 14px;
  }
  .tabslist li span small {
    font-size: 12px;
  }
}

@media all and (max-width: 540px) {
  .tabslist li span {
    font-size: 12px;
  }
  .tabslist li span small {
    font-size: 9px;
  }
}

.tabslist li:hover, .tabslist li.active {
  background: #202020;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tabslist li:hover span, .tabslist li:hover small, .tabslist li.active span, .tabslist li.active small {
  color: #fff;
}

.tabslist li:hover img, .tabslist li.active img {
  /* border: 1px solid #c12424; */
  border-radius: 99px;
}

@media all and (max-width: 768px) {
  .page-product .titpage h2 {
    font-size: 22px;
  }
}

@media all and (max-width: 420px) {
  .page-product .titpage h2 {
    font-size: 18px;
  }
}

.page-product .bgpatern {
  padding-bottom: 140px;
}

@media all and (max-width: 768px) {
  .page-product .bgpatern {
    padding-bottom: 80px;
  }
}

.page-product .bgpatern .titpage {
  margin-bottom: 60px;
}

.page-product .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-product .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 60px;
}

@media all and (max-width: 768px) {
  .page-product .item {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .page-product .item:last-child {
    margin-bottom: 0;
  }
}

.page-product .item .av-container .loadit, .page-product .item div.noload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media all and (max-width: 768px) {
  .page-product .item .av-container .loadit, .page-product .item div.noload {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
}

@media all and (min-width: 960px) {
  .page-product .item .av-container .loadit a, .page-product .item div.noload a {
    color: #c12424;
    display: block;
    line-height: 1;
  }
  .page-product .item .av-container .loadit a:hover, .page-product .item div.noload a:hover {
    opacity: .7;
  }
}

.page-product .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 590px;
  -webkit-box-shadow: 3px 3px 10px #eee;
  box-shadow: 3px 3px 10px #eee;
}

@media all and (max-width: 768px) {
  .page-product .item .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-product .item .info {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 590px;
  padding: 30px 90px;
  background: rgba(255, 255, 255, 0.7);
  left: -5%;
}

@media all and (max-width: 768px) {
  .page-product .item .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    left: 0;
    z-index: 99;
  }
}

@media all and (max-width: 420px) {
  .page-product .item .info {
    padding: 20px;
  }
}

.page-product .item .info h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .page-product .item .info h3 {
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.page-product .item .info p {
  font-size: 18px;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .page-product .item .info p {
    font-size: 14px;
  }
}

.page-product .item .info span {
  font-size: 76px;
  color: #E0E0E0;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  text-align: right;
  position: absolute;
  right: -50px;
  bottom: 0;
}

@media all and (min-width: 769px) {
  .page-product .item .info span {
    bottom: -50px;
  }
  .page-product .item .info {
    padding: 30px;
  }
}

@media all and (min-width: 1140px) {
  .page-product .item .info span {
    bottom: 0;
  }
  .page-product .item .info {
    padding: 30px 60px;
  }
}

@media all and (max-width: 768px) {
  .page-product .item .info span {
    font-size: 40px;
    right: 0;
    bottom: -20px;
  }
}

@media all and (max-width: 420px) {
  .page-product .item .info span {
    font-size: 44px;
    right: 0;
  }
}

@media all and (min-width: 960px) {
  .page-product .item:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-product .item:nth-child(even) .info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    left: 0;
    right: -5%;
    z-index: 9;
  }
}

@media all and (min-width: 960px) {
  .page-product [class*="col-"] {
    position: relative;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 48%;
    margin-top: 20px;
  }
  .page-product [class*="col-"] .noload {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-product [class*="col-"] .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    z-index: 5;
  }
  .page-product [class*="col-"] .info {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 90%;
    left: 5% !important;
    right: 0 !important;
    bottom: 40px;
    z-index: 6;
  }
  .page-product [class*="col-"] .info h3 {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
}

.genre-info .strength::before {
  left: inherit;
  right: -500px;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

@media all and (max-width: 1180px) {
  .genre-info .strength::before {
    right: -450px;
  }
}

@media all and (max-width: 960px) {
  .genre-info .strength::before {
    right: -300px;
    height: 290px;
  }
}

@media all and (max-width: 640px) {
  .genre-info .strength::before {
    right: -240px;
  }
}

@media all and (max-width: 540px) {
  .genre-info .strength::before {
    right: -200px;
  }
}

@media all and (max-width: 420px) {
  .genre-info .strength::before {
    right: -20px;
    height: 240px;
  }
}

@media all and (min-width: 961px) {
  .genre-info .strength [class*="col-"] {
    min-height: 440px;
  }
}

@media all and (max-width: 768px) {
  .genre-info .strength [class*="col-"] {
    min-height: 320px;
  }
}

@media all and (max-width: 420px) {
  .genre-info .strength [class*="col-"]:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .genre-info .strength [class*="col-"]:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 70%;
  }
}

.genre-info .strength .img {
  right: 0;
}

@media all and (min-width: 961px) {
  .genre-info .strength .img {
    min-height: 440px;
  }
}

@media all and (min-width: 961px) {
  .genre-info .strength .info {
    min-width: 520px;
    max-width: 700px;
  }
}

@media all and (min-width: 1181px) {
  .genre-info .strength .info {
    min-width: 700px;
  }
}

@media all and (max-width: 960px) {
  .genre-info .strength .info {
    min-width: 500px;
  }
}

@media all and (max-width: 768px) {
  .genre-info .strength .info {
    max-width: 85%;
    left: 0;
  }
  .genre-info .strength .info .txt {
    margin-top: 170px;
    padding-left: 0;
  }
}

@media all and (max-width: 640px) {
  .genre-info .strength .info {
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 420px) {
  .genre-info .strength .info .txt {
    padding: 20px;
    margin-top: 40px;
  }
}

.genre-info .strength h2 {
  text-align: left;
  left: 0;
}

@media all and (max-width: 768px) {
  .genre-info .strength h2 {
    top: 60px;
  }
}

@media all and (max-width: 420px) {
  .genre-info .strength h2 {
    top: 20px;
    left: 20px;
  }
}

.genre-type {
  margin-top: 30px;
  padding-bottom: 100px;
}

@media all and (max-width: 420px) {
  .genre-type {
    padding-bottom: 50px;
    margin-top: 10px;
  }
}

.genre-type-item {
  margin-top: 40px;
  padding: 0 60px;
}

.genre-type-item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media all and (max-width: 768px) {
  .genre-type-item {
    padding: 0;
    margin-top: 60px;
  }
}

@media all and (max-width: 420px) {
  .genre-type-item {
    margin-top: 35px;
  }
}

.genre-type-item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 317px;
  -ms-flex: 0 0 317px;
  flex: 0 0 317px;
  width: 317px;
  /* background: #202020; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 50px 0; */
}

.genre-type-item .img img {
  /* border-radius: 100%;
    border: 2px solid #c12424;
    width: 60%;
    margin: 0 auto; */
}

@media all and (max-width: 768px) {
  .genre-type-item .img {
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

@media all and (max-width: 420px) {
  .genre-type-item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
  }
}

.genre-type-item .txt {
  padding-left: 50px;
}

@media all and (max-width: 768px) {
  .genre-type-item .txt {
    padding-left: 4%;
  }
}

@media all and (max-width: 420px) {
  .genre-type-item .txt {
    padding: 0 !important;
  }
}

.genre-type-item .txt h3 {
  position: relative;
  margin-bottom: 15px;
}

@media all and (max-width: 420px) {
  .genre-type-item .txt h3 {
    margin-left: 25%;
    padding-top: 30px;
    min-height: 77px;
  }
}

@media all and (max-width: 375px) {
  .genre-type-item .txt h3 {
    padding-top: 25px;
    min-height: 70px;
  }
}

.genre-type-item .txt h3 span.text {
  font-size: 22px;
  position: relative;
  z-index: 2;
  margin-left: 50px;
  line-height: 1;
}

@media all and (max-width: 768px) {
  .genre-type-item .txt h3 span.text {
    font-size: 18px;
  }
}

@media all and (max-width: 375px) {
  .genre-type-item .txt h3 span.text {
    font-size: 16px;
    margin-left: 35px;
  }
}

.genre-type-item .txt h3 span.num {
  color: #E0E0E0;
  opacity: .4;
  font-size: 80px;
  position: absolute;
  top: -55px;
  line-height: .7;
}

@media all and (max-width: 768px) {
  .genre-type-item .txt h3 span.num {
    font-size: 60px;
    top: -35px;
  }
}

@media all and (max-width: 420px) {
  .genre-type-item .txt h3 span.num {
    top: 0;
  }
}

@media all and (max-width: 375px) {
  .genre-type-item .txt h3 span.num {
    font-size: 50px;
  }
}

.genre-type-item .txt h3 small {
  color: #f8c045;
  font-size: 13px;
  display: block;
  margin-left: -60px;
}

@media all and (max-width: 768px) {
  .genre-type-item .txt h3 small {
    margin-left: -30px;
  }
}

@media all and (max-width: 420px) {
  .genre-type-item .txt h3 small {
    margin-left: 0;
  }
}

.genre-type-item .txt p {
  text-align: justify;
  line-height: 1.8;
}

.genre-type .genre-type-item.second .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.genre-type .genre-type-item.second .txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 50px;
}

@media all and (max-width: 768px) {
  .genre-type .genre-type-item.second .txt {
    padding-right: 4%;
  }
}

@media all and (min-width: 960px) {
  .tellink {
    pointer-events: none;
    color: #333 !important;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form_submit-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form_submit-confirm .form_submit_btn {
  max-width: 200px;
  margin-top: 0;
  margin: 0 10px;
  cursor: pointer;
}

.form_submit-confirm .form_submit_btn * {
  font-size: 16px !important;
  border: none;
  outline: none;
  height: 60px !important;
}

.btndetail {
  margin-top: 20px;
}

.btndetail a {
  background: #000;
  color: #fff !important;
  line-height: 1.4;
  text-align: center;
  padding: 12px 0;
  width: 180px;
  display: block;
}

.p-product-detail .bgimg {
  background: url(../product/images/bgframe.png) no-repeat center center;
  background-size: auto;
  padding-bottom: 60px;
}

.p-product-detail .bgimg .dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-product-detail .image {
  text-align: center;
}

.p-product-detail .image.loadit {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.p-product-detail .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  .p-product-detail .head {
    margin-bottom: 40px;
  }
}

.p-product-detail .head .achievements {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #000;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 50px;
  padding: 11px 20px;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 20px;
}

@media all and (max-width: 960px) {
  .p-product-detail .head .achievements {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .head .achievements {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.p-product-detail .head h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-product-detail .head h2 span.clblue {
  color: #0475E9;
}

.p-product-detail .head h2 small {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-left: 10px;
}

@media all and (max-width: 960px) {
  .p-product-detail .head h2 {
    font-size: 42px;
  }
  .p-product-detail .head h2 small {
    font-size: 22px;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .head h2 {
    font-size: 32px;
  }
  .p-product-detail .head h2 small {
    font-size: 18px;
  }
}

.p-product-detail .bginfo {
  background: url(../product/images/bginfo.png) no-repeat center center;
  background-size: cover;
  padding: 110px 0;
}

@media all and (max-width: 768px) {
  .p-product-detail .bginfo {
    padding: 80px 0;
  }
}

.p-product-detail .bginfo .content {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 400px;
  border-bottom-right-radius: 0;
  padding: 100px 0 80px;
  margin: 0 auto;
  max-width: 1500px;
}

@media all and (max-width: 1500px) {
  .p-product-detail .bginfo .content {
    width: 96%;
    margin: 0 auto;
    border-radius: 220px;
    border-bottom-right-radius: 0;
    padding: 80px 100px 60px;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .bginfo .content {
    padding: 30px;
    border-radius: 50px;
  }
}

@media all and (max-width: 540px) {
  .p-product-detail .bginfo .content {
    padding: 50px 15px 30px;
  }
}

.p-product-detail .bginfo h3 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 50px;
}

.p-product-detail .bginfo h3 small {
  font-size: 24px;
  margin-left: 10px;
}

@media all and (max-width: 960px) {
  .p-product-detail .bginfo h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .p-product-detail .bginfo h3 small {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .bginfo h3 {
    font-size: 26px;
  }
  .p-product-detail .bginfo h3 small {
    font-size: 16px;
  }
}

.p-product-detail .bginfo table {
  color: #fff;
}

.p-product-detail .bginfo table th, .p-product-detail .bginfo table td {
  padding: 15px 0;
  vertical-align: middle;
  line-height: 2;
  font-size: 16px;
}

@media all and (max-width: 960px) {
  .p-product-detail .bginfo table th, .p-product-detail .bginfo table td {
    font-size: 14px;
  }
}

@media all and (max-width: 540px) {
  .p-product-detail .bginfo table th, .p-product-detail .bginfo table td {
    padding: 20px 0;
    display: block;
    width: 100%;
  }
}

.p-product-detail .bginfo table th {
  font-weight: bold;
  width: 25%;
  max-width: 250px;
  text-align: left;
}

.p-product-detail .bginfo table th img {
  margin-right: 50px;
}

@media all and (max-width: 960px) {
  .p-product-detail .bginfo table th img {
    margin-right: 30px;
  }
}

.p-product-detail .bginfo table th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 540px) {
  .p-product-detail .bginfo table th {
    max-width: inherit;
    width: 100%;
    padding-bottom: 0;
  }
}

.p-product-detail .bginfo table td span {
  font-size: 16px;
  margin-right: 60px;
}

@media all and (max-width: 960px) {
  .p-product-detail .bginfo table td span {
    margin-right: 40px;
  }
}

.p-product-detail .bginfo table td a {
  color: #73B8FF;
  background: url(../product/images/ico-outlink.svg) no-repeat right center;
  background-size: 19px;
  font-size: 20px;
  font-weight: bold;
  padding-right: 30px;
}

.p-product-detail .bginfo table td a:hover {
  text-decoration: underline;
}

@media all and (max-width: 960px) {
  .p-product-detail .bginfo table td a {
    font-size: 16px;
  }
}

.p-product-detail .bginfo table tr:last-child th {
  vertical-align: top;
}

.p-product-detail .bgpatern {
  margin-top: 0;
  overflow-x: hidden;
}

@media all and (max-width: 960px) {
  .p-product-detail .bgpatern {
    padding-bottom: 100px;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .bgpatern {
    padding-bottom: 150px;
  }
}

.p-product-detail .bgpatern h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 100px;
}

@media all and (max-width: 960px) {
  .p-product-detail .bgpatern h3 {
    font-size: 24px;
    margin-bottom: 70px;
  }
}

@media all and (max-width: 540px) {
  .p-product-detail .bgpatern h3 {
    margin-bottom: 40px;
  }
}

.p-product-detail .features {
  margin-bottom: 120px;
}

@media all and (max-width: 960px) {
  .p-product-detail .features {
    margin-bottom: 100px;
  }
}

@media all and (max-width: 540px) {
  .p-product-detail .features > .av-container:first-child .item {
    margin-top: 40px;
  }
}

.p-product-detail .features > .av-container:nth-child(odd) .desc {
  position: relative;
  padding-left: 10px;
}

.p-product-detail .features > .av-container:nth-child(odd) .desc::after {
  position: absolute;
  content: '';
  background: url(../product/images/rectangle-right.png) no-repeat;
  background-size: 300px;
  width: 300px;
  height: 300px;
  right: -150px;
  bottom: -150px;
  z-index: 0;
}

@media all and (max-width: 768px) {
  .p-product-detail .features > .av-container:nth-child(odd) .desc::after {
    background-size: 200px;
    width: 200px;
    height: 200px;
    right: -50px;
    bottom: -50px;
  }
}

.p-product-detail .features > .av-container:nth-child(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-product-detail .features > .av-container:nth-child(even) .desc {
  position: relative;
  padding-right: 10px;
}

.p-product-detail .features > .av-container:nth-child(even) .desc::after {
  position: absolute;
  content: '';
  background: url(../product/images/rectangle-left.png) no-repeat;
  background-size: 300px;
  width: 300px;
  height: 300px;
  left: -150px;
  bottom: -150px;
  z-index: 0;
}

@media all and (max-width: 768px) {
  .p-product-detail .features > .av-container:nth-child(even) .desc::after {
    background-size: 200px;
    width: 200px;
    height: 200px;
    left: -50px;
    bottom: -50px;
  }
}

.p-product-detail .features .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 110px;
}

@media all and (max-width: 960px) {
  .p-product-detail .features .item {
    margin-top: 80px;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .features .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-product-detail .features .item .av-container:first-child {
  max-width: 750px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
}

@media all and (max-width: 1200px) {
  .p-product-detail .features .item .av-container:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .features .item .av-container:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.p-product-detail .features .item .av-container:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-product-detail .features .item .av-container:last-child .loadit {
  display: block;
}

.p-product-detail .features .head {
  margin-top: 50px;
  position: relative;
  z-index: 3;
}

@media all and (max-width: 960px) {
  .p-product-detail .features .head {
    margin: 20px 0;
  }
}

.p-product-detail .features .head p {
  font-size: 24px;
  color: #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold;
  line-height: 1;
}

.p-product-detail .features .head p img {
  margin-left: 10px;
}

@media all and (max-width: 768px) {
  .p-product-detail .features .head p {
    font-size: 20px;
  }
}

.p-product-detail .features .head h4 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 5px;
}

@media all and (max-width: 960px) {
  .p-product-detail .features .head h4 {
    font-size: 28px;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .features .head h4 {
    font-size: 24px;
  }
}

.p-product-detail .features .txt {
  position: relative;
  z-index: 2;
}

.p-product-detail .features .txt p {
  line-height: 1.4;
  font-size: 16px;
}

@media all and (max-width: 960px) {
  .p-product-detail .features .txt p {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .features .desc {
    padding: 0 30px !important;
  }
}

.p-product-detail .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.p-product-detail .pager a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 5px;
}

@media all and (max-width: 960px) {
  .p-product-detail .pager a {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .p-product-detail .pager a {
    font-size: 16px;
  }
}

.p-product-detail .pager a:hover {
  opacity: 0.7;
}

.p-product-detail .pager a.center {
  background: #000;
  color: #fff;
  width: 270px;
  padding: 14px 10px;
  margin: 0 100px;
}

@media all and (max-width: 768px) {
  .p-product-detail .pager a.center {
    margin-top: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: absolute;
    width: 220px;
  }
}

.p-product-detail .pager a.prev {
  background: url(../product/images/arrprev.svg) no-repeat left center;
  padding-left: 50px;
  background-size: 30px;
}

@media all and (max-width: 768px) {
  .p-product-detail .pager a.prev {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.p-product-detail .pager a.next {
  background: url(../product/images/arrnext.svg) no-repeat right center;
  padding-right: 50px;
  background-size: 30px;
}

@media all and (max-width: 768px) {
  .p-product-detail .pager a.next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: right;
  }
}

.cmcontact {
  background: url(../common_img/bgcontact.png) no-repeat center center;
  padding: 100px 0;
  background-size: cover;
}

@media all and (max-width: 768px) {
  .cmcontact {
    padding: 70px 0;
  }
}

.cmcontact h4 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

@media all and (max-width: 960px) {
  .cmcontact h4 {
    font-size: 32px;
  }
}

@media all and (max-width: 768px) {
  .cmcontact h4 {
    font-size: 28px;
  }
}

@media all and (max-width: 540px) {
  .cmcontact h4 {
    font-size: 24px;
  }
}

.cmcontact .btncontact {
  margin-top: 40px;
}

.cmcontact .btncontact a {
  width: 330px;
  background: #fff url(../product/images/ico-mail.svg) no-repeat left 60px center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-weight: 900;
  font-size: 24px;
  padding: 20px 15px;
  padding-left: 55px;
  margin: 0 auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cmcontact .btncontact a:hover {
  opacity: 0.7;
}

@media all and (max-width: 960px) {
  .cmcontact .btncontact a {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .cmcontact .btncontact a {
    font-size: 16px;
    width: 300px;
  }
}
