@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap');
.font_Crimson {
  font-family: 'Crimson Text', serif;
}


/*■01.RESET HTML*/

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #232323;
  text-decoration: underline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

html {
  overflow-y: auto;
}

#wrapper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

body {
  background: #fafbfb;
  font-family: 'Noto Serif JP', 'Noto Serif', "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #232323;
  line-height: 1.8;
  font-size: 16px;
}
body.chi-page .main_page {
  font-family: 'Noto Serif SC', serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
}


/*■02.CLEAR FLOAT*/

.clearfix {
  display: inline-block;
}

.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}


/* Hide these rules from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}


/*■03.USE MEDIA*/

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.media, .media-body {
  overflow: hidden;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}


/*■05.FLEX*/

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_jus_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}

.flex_jus_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_jus_end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}


/*align-items*/

.flex_align_item_start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex_align_item_end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.flex_align_item_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}


/* ▽ PC-TAB layout ========== */

@media screen and (min-width: 961px) {
  .show_960 {
    display: none !important;
  }
  .hidden_960 {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .show_960 {
    display: block !important;
  }
  .hidden_960 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    box-sizing: border-box;
    padding: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  #wrapper, .container {
    width: 100% !important;
    min-width: inherit !important;
  }
}


/*■--------------------CM CSS--------------------*/

.a_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.style_btn01 a, .style_btn01 .style_submit {
  position: relative;
  display: inline-block;
  background: #bc3b3b;
  width: 300px;
  min-width: 200px;
  margin-top: 40px;
  border: 2px solid #bc3b3b !important;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', 'Noto Serif', "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}

.style_btn01 a.arrow, .style_btn01 .style_submit.arrow {
  background: #bc3b3b url("../common_img/arrow_white.png") no-repeat center right 10px;
}

.style_btn01 a.arrow.arr_back, .style_btn01 .style_submit.arrow.arr_back {
  background: #bc3b3b url("../common_img/arrow_white_back.png") no-repeat center left 10px;
}

.style_btn01 a.btn01_black, .style_btn01 .style_submit.btn01_black {
  background: #232323 url("../common_img/arrow_white.png") no-repeat center right 10px;
  border: 2px solid #232323 !important;
  color: #fff !important;
}

.style_btn01 a.btn01_white, .style_btn01 .style_submit.btn01_white {
  background: url("../common_img/arrow_white.png") no-repeat center right 10px;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.style_btn01 a.btn01_white2, .style_btn01 .style_submit.btn01_white2 {
  background: url("../common_img/arrow_black.png") no-repeat center right 10px;
  border: 2px solid #232323 !important;
  color: #232323 !important;
}

.style_btn01 a.btn01_white2.btn_active, .style_btn01 .style_submit.btn01_white2.btn_active {
  background: #232323 url("../common_img/arrow_white.png") no-repeat center right 10px;
  border: 2px solid #232323 !important;
  color: #fff !important;
}

.style_btn01 a.btn01_blue, .style_btn01 .style_submit.btn01_blue {
  background: #06507d url("../common_img/arrow_white.png") no-repeat center right 10px;
  border: 2px solid #06507d !important;
}

.style_btn01 a.btn01_orange, .style_btn01 .style_submit.btn01_orange {
  background: #f58a28;
  border: 2px solid #f58a28 !important;
}

.style_btn01 a.btn01_orange.arrow, .style_btn01 .style_submit.btn01_orange.arrow {
  background: #f58a28 url("../common_img/arrow_white.png") no-repeat center right 10px;
}

.style_btn01 a.btn01_orange.arrow.arr_back, .style_btn01 .style_submit.btn01_orange.arrow.arr_back {
  background: #f58a28 url("../common_img/arrow_white_back.png") no-repeat center left 10px;
}

@media screen and (min-width: 768px) {
  .style_btn01 a:hover, .style_btn01 .style_submit:hover {
    background: #fff;
    color: #bc3b3b !important;
  }
  .style_btn01 a.arrow:hover, .style_btn01 .style_submit.arrow:hover {
    background: #fff url("../common_img/arrow_red.png") no-repeat center right 10px;
  }
  .style_btn01 a.arrow.arr_back:hover, .style_btn01 .style_submit.arrow.arr_back:hover {
    background: #fff url("../common_img/arrow_red_back.png") no-repeat center left 10px;
  }
  .style_btn01 a.btn01_black:hover, .style_btn01 .style_submit.btn01_black:hover {
    background: #fff url("../common_img/arrow_black.png") no-repeat center right 10px;
    color: #232323 !important;
  }
  .style_btn01 a.btn01_white:hover, .style_btn01 .style_submit.btn01_white:hover {
    background: #fff url("../common_img/arrow_red.png") no-repeat center right 10px;
    border: 2px solid #bc3b3b !important;
    color: #bc3b3b !important;
  }
  .style_btn01 a.btn01_white2:hover, .style_btn01 .style_submit.btn01_white2:hover {
    background: #232323 url("../common_img/arrow_white.png") no-repeat center right 10px;
    border: 2px solid #232323 !important;
    color: #fff !important;
  }
  .style_btn01 a.btn01_blue:hover, .style_btn01 .style_submit.btn01_blue:hover {
    background: #fff url("../common_img/arrow_blue.png") no-repeat center right 10px;
    color: #06507d !important;
  }
  .style_btn01 a.btn01_orange:hover, .style_btn01 .style_submit.btn01_orange:hover {
    background: #fff;
    color: #f58a28 !important;
  }
  .style_btn01 a.btn01_orange:hover.arrow.arr_back, .style_btn01 .style_submit.btn01_orange:hover.arrow.arr_back {
    background: url("../common_img/arrow_orange_back.png") no-repeat center left 10px;
  }
  .style_btn01 a.btn01_orange:hover .cm-arr.arr_back, .style_btn01 .style_submit.btn01_orange:hover .cm-arr.arr_back {
    background: url("../common_img/arrow_orange_back.png") no-repeat !important;
    transform: rotate(0deg) !important;
  }
  .style_btn01 a.btn01_orange.arrow:hover, .style_btn01 .style_submit.btn01_orange.arrow:hover {
    background: #fff url("../common_img/arrow_orange.png") no-repeat center right 10px;
  }
}

@media screen and (max-width: 767px) {
  .style_btn01 a, .style_btn01 .style_submit {
    width: 250px;
    margin-top: 5%;
    font-size: 14px;
    padding: 10px 20px;
  }
  .style_btn01 a.arrow, .style_btn01 .style_submit.arrow {
    background-size: 10px !important;
  }
}

.style_sub01 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #bc3b3b;
}

@media screen and (max-width: 767px) {
  .style_sub01 {
    font-size: 16px;
    margin: 4% 0;
  }
}

.style_ttl01 {
  margin-bottom: 40px;
}

.style_ttl01.ttl_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.style_ttl01.ttl_left span {
  text-align: left;
  width: auto;
}

.style_ttl01.ttl_left span.txt_eng {
  margin-left: 15px;
  padding: 3px 15px;
  border-left: 1px solid #bc3b3b;
}

.style_ttl01 span {
  display: block;
  width: 100%;
  text-align: center;
}

.style_ttl01 span.txt_jp {
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
}

.style_ttl01 span.txt_eng {
  font-size: 20px;
  color: #bc3b3b;
  font-family: "Crimson Text", serif;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .style_ttl01 span.txt_jp {
    font-size: 38px;
  }
  .style_ttl01 span.txt_eng {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .style_ttl01 {
    margin-bottom: 5%;
  }
  .style_ttl01 span.txt_jp {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) and (max-width: 480px) {
  .style_ttl01 span.txt_jp {
    font-size: 6.2vw;
  }
}

@media screen and (max-width: 767px) {
  .style_ttl01 span.txt_eng {
    font-size: 16px;
  }
}

.style_ttl02 {
  margin-bottom: 50px;
  text-align: center;
}

.style_ttl02 span {
  position: relative;
  display: inline-block;
  font-size: 42px;
  padding-bottom: 10px;
}

.style_ttl02 span:after {
  position: absolute;
  content: "";
  background: #232323;
  height: 1px;
  width: 100px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.style_ttl02 span.txt_jp {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .style_ttl02 {
    margin-bottom: 5%;
  }
  .style_ttl02 span {
    font-size: 28px;
  }
  .style_ttl02 span.txt_jp {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) and (max-width: 480px) {
  .style_ttl02 span {
    font-size: 6.2vw;
  }
}
/* sec_shopping */

.sec_shopping.shopping_cm {
  background: #f1f3f3;
  padding: 5% !important;
  box-sizing: border-box;
}

.sec_shopping .inner_sec .left {
  width: 100%;
}
.sec_shopping.shopping_cm .style_ttl01.ttl_left {
  margin-bottom: 20px;
}
.sec_shopping .inner_sec .left .list_dot01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_shopping .inner_sec .left .list_dot01 li {
  width: 100%;
}
.sec_shopping .inner_sec .right {
  width: 100%;
  margin-top: 20px;
}

.sec_shopping .inner_sec .right .style_list01 {
  display: flex;
  flex-wrap: wrap;
}

.sec_shopping .inner_sec .right .style_list01 li {
  width: 25%;
  margin-left: 6%;
}

.sec_shopping .inner_sec .right .style_list01 li:nth-child(3n+1) {
  width: 38%;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .sec_shopping .inner_sec .left .list_dot01 li {    
    width: calc(50% - 15px);
  }
  .sec_shopping .inner_sec .right .style_list01 li a:hover {
    color: #bc3b3b;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .sec_shopping .inner_sec .right .style_list01 li:nth-child(3n+1) {
    width: 39%;
  }
  .sec_shopping .inner_sec .right .style_list01 li {
    width: 27%;
    margin-left: 3%;
}
}
@media screen and (max-width: 1200px) {
  .sec_shopping {
    padding: 5% 2% !important;
  }
  .sec_shopping .inner_sec .right .style_list01 li {
    width: 25%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .sec_shopping {
    padding: 5% !important;
  }
  .sec_shopping .inner_sec .right .style_list01 li {
    width: 27%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 960px) {
  .sec_shopping .inner_sec .left {
    width: 100%;
  }
  .sec_shopping.shopping_cm .style_ttl01.ttl_left {
    margin-bottom: 5%;
  }
  .sec_shopping .inner_sec .right {
    width: 100%;
  }
  .sec_shopping .inner_sec .right .style_list01 {
    width: 100%;
    justify-content: space-between;
  }
  .sec_shopping .inner_sec .right .style_list01 li {
    width: 40% !important;
    margin-left: 0;
  }
  .sec_shopping .inner_sec .right .style_list01 li:nth-child(even) {
    width: 58% !important;
  }
  .sec_shopping .inner_sec .right .style_list01 li a {
    padding-left: 15px;
  }
}

@media screen and (max-width: 375px) {
  .sec_shopping .inner_sec .right .style_list01 li,
  .sec_shopping .inner_sec .right .style_list01 li:nth-child(even) {
    width: 100% !important;
  }
}
/* sec_store */
.sec_store {
  position: relative;
  width: 100%;
  padding: 60px !important;
  z-index: 3;
}

.sec_store:after, .sec_store:before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #232323;
  z-index: -1;
}

.sec_store:after {
  top: 0;
  left: 0;
}

.sec_store:before {
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .sec_store {
    padding: 8% !important;
    flex-wrap: wrap;
  }
  .sec_store:after, .sec_store:before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  .sec_store:before {
    top: 5px;
    left: 5px;
  }
}

.dot {
  position: relative;
  padding-left: 15px;
}

.dot:after {
  position: absolute;
  content: "";
  background: #232323;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

#main .sec_main {
  max-width: 1920px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

#main .sec_main #sidebar {
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  width: 300px;
  padding: 35px 30px;
}

#main .sec_main #sidebar .style_btn01 a {
  font-size: 27px;
  max-width: 100%;
  padding: 5px;
  font-weight: 500;
  margin-top: 0;
}

#main .sec_main #sidebar .list_cate {
  margin-bottom: 50px;
}

#main .sec_main #sidebar .list_cate li a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  padding: 12px 0;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #main .sec_main #sidebar .list_cate li a:hover {
    color: #bc3b3b;
  }
}

#main .sec_main #sidebar .search_area {
  margin-bottom: 40px;
}

#main .sec_main #sidebar .search_area input[type="button"] {
  background: url("../common_img/icon_search.png") no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#main .sec_main #sidebar .search_area input[type="text"] {
  width: 60px;
}

#main .sec_main #sidebar .search_area select {
  width: 100%;
}

#main .sec_main #sidebar .search_area .search_line {
  margin: 7px 0 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}

#main .sec_main #sidebar .search_area .search_line ul li:first-child {
  width: calc(100% - 45px);
}

#main .sec_main #sidebar .search_area .search_line ul li:last-child {
  width: 30px;
}

#main .sec_main #sidebar .last_btn li {
  margin-top: 30px;
}

#main .sec_main #sidebar .last_btn li .btn_fax {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: #bc3b3b;
  padding: 2px;
  box-sizing: border-box;
}

#main .sec_main #sidebar .last_btn li .btn_fax span {
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid #fff;
  font-size: 16px;
  background: url("../common_img/icon_fax.png") no-repeat left 12px center;
  padding: 6px 30px 6px 75px;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  #main .sec_main #sidebar .last_btn li:hover {
    opacity: 0.7;
  }
}

#main .sec_main #main_cont {
  width: calc(100% - 300px);
  padding: 90px 1% 90px 5%;
  box-sizing: border-box;
}

#main .sec_main #main_cont .sec_cont:not(#main .sec_main #main_cont .sec_cont:last-child) {
  margin-bottom: 90px;
}

@media screen and (max-width: 1366px) {
  #main .sec_main #sidebar {
    width: 270px;
    padding: 30px 20px;
  }
  #main .sec_main #main_cont {
    width: calc(100% - 270px);
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 1024px) {
  #main .sec_main {
    flex-direction: column-reverse;
  }
  #main .sec_main #sidebar {
    width: 96%;
    padding: 7% 3%;
    margin: 0 2%;
    box-sizing: border-box;
  }
  #main .sec_main #sidebar .style_btn01 a {
    width: 100%;
    font-size: 20px;
  }
  #main .sec_main #sidebar .list_cate {
    margin-bottom: 7%;
  }
  #main .sec_main #sidebar .list_cate li a {
    padding: 8px 0;
  }
  #main .sec_main #sidebar .search_area {
    margin-bottom: 7%;
  }
  #main .sec_main #sidebar .last_btn {
    display: flex;
    justify-content: center;
  }
  #main .sec_main #sidebar .last_btn li {
    width: 49%;
    max-width: 178px;
    margin: 0 2%;
  }
  #main .sec_main #sidebar .last_btn li .btn_fax span {
    width: 100%;
    background-size: 40px;
    font-size: 14px;
    padding: 9% 5% 9% 60px;
  }
}

@media screen and (max-width: 480px) {
  #main .sec_main #sidebar .last_btn li .btn_fax span {
    font-size: 3.2vw;
    background-size: 35px;
    padding: 9% 5% 9% 55px;
  }
}
@media screen and (max-width: 374px) {
  #main .sec_main #sidebar .last_btn li .btn_fax span {
    background-size: 30px;
    padding: 9% 5% 9% 50px;
  }
}

@media screen and (max-width: 1024px) {
  #main .sec_main #main_cont {
    width: 100%;
    padding: 10% 0;
  }
  #main .sec_main #main_cont .sec_cont:not(#main .sec_main #main_cont .sec_cont:last-child) {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 480px) {
  #main .sec_main #sidebar .last_btn {
    justify-content: space-between;
  }
  #main .sec_main #sidebar .last_btn li {
    margin: 0;
  }
}

.list_dot01 li {
  text-indent: -15px;
  margin-left: 15px;
}

.style_list01 li a {
  position: relative;
  text-decoration: none;
  padding-left: 20px;
}

.style_list01 li a:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border: solid #232323;
  border-width: 0 1px 1px 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}


/*■--------------------HEADER--------------------*/

#cm-header {
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box;
  z-index: 999;
}

#cm-header .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}

#cm-header .inner .logo {
  position: absolute;
  width: 187px;
  left: 50%;
  transform: translateX(-50%);
}

#cm-header .inner .header-right {
  width: calc(50% - 120px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#cm-header .inner .header-right .list_sns {
  margin-right: 30px;
}

#cm-header .inner .header-right .h_link {
  margin-right: 50px;
}

#cm-header .inner .header-right .h_link ul {
  display: flex;
  justify-content: space-between;
  width: 150px;
}

#cm-header .inner .header-right .h_link ul li {
  width: 50%;
}

#cm-header .inner .header-right .h_link ul li a {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  text-decoration: none;
}

#cm-header .inner .header-right .h_link .language li a {
  text-align: center;
  background: #fff;
  border: 1px solid #232323;
  padding: 1px 2px 2px;
}

#cm-header .inner .header-right .left_header-right .language {
    display: none;
}
@media screen and (max-width: 1024px) {
  #cm-header .inner .header-right .left_header-right .language {
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin: auto;
  }
  #cm-header .inner .header-right .left_header-right .language li {
    width: 50%;
  }
  #cm-header .inner .header-right .left_header-right .language li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border: 1px solid #232323;
    padding: 1px 2px 2px;
  }
}
@media screen and (min-width: 768px) {
  #cm-header .inner .header-right .h_link .language li a:hover,
  #cm-header .inner .header-right .left_header-right .language li a:hover {
    color: #fff;
    background: #232323;
  }
}

#cm-header .inner .header-right .h_link .link {
  margin-top: 5px;
}

#cm-header .inner .header-right .h_link .link li a {
  position: relative;
  padding-left: 10px;
}

#cm-header .inner .header-right .h_link .link li a:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  border: solid #232323;
  border-width: 0 1px 1px 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  #cm-header .inner .header-right .h_link .link li a:hover {
    color: #bc3b3b;
  }
}

#cm-header .inner .header-right .list_btn {
  display: flex;
  margin-right: 10px;
}

#cm-header .inner .header-right .list_btn li a {
  display: inline-block;
  width: 65px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
}

#cm-header .inner .header-right .list_btn li a span {
  display: block;
}

@media screen and (min-width: 768px) {
  #cm-header .inner .header-right .list_btn li a:hover {
    color: #bc3b3b;
  }
}

#cm-header .inner .header-right .menu {
  width: 39px;
  cursor: pointer;
}

#cm-header .inner .header-right .menu .navTrigger {
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  display: block;
  width: 39px;
  height: 20px;
  position: relative;
  display: block;
}

#cm-header .inner .header-right .menu .navTrigger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 39px;
  background: #232323;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#cm-header .inner .header-right .menu .navTrigger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

#cm-header .inner .header-right .menu .navTrigger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left center;
}

#cm-header .inner .header-right .menu .navTrigger span:nth-child(3) {
  bottom: 0;
  transform-origin: left center;
}

#cm-header .inner .header-right .menu .txt_gnav {
  font-size: 12px;
  text-align: center;
}

#cm-header .inner .header-right .menu .txt_gnav .txt_close {
  display: none;
}

#cm-header .inner .header-right .menu.active {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999999;
}

#cm-header .inner .header-right .menu.active .navTrigger span {
  width: 27px;
  background: #fff;
}

#cm-header .inner .header-right .menu.active .navTrigger span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 7px;
  top: 0;
}

#cm-header .inner .header-right .menu.active .navTrigger span:nth-child(2) {
  opacity: 0;
}

#cm-header .inner .header-right .menu.active .navTrigger span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 7px;
  bottom: 0;
}

#cm-header .inner .header-right .menu.active .txt_gnav .txt_open {
  display: none;
}

#cm-header .inner .header-right .menu.active .txt_gnav .txt_close {
  display: block;
  color: #fff;
}

#cm-header .gnav {
  display: none;
  background: #232323;
  width: 50%;
  min-width: 900px;
  height: 100vh;
  margin: 0 0 0 auto;
  padding: 5%;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

#cm-header .gnav .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}

#cm-header .gnav .container .left_gnav {
  width: 187px;
  text-align: center;
}

#cm-header .gnav .container .left_gnav .list_sns {
  justify-content: center;
  margin-top: 90px;
}

#cm-header .gnav .container .h_gnav {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #cm-header .gnav .container {
    height: 100%;
  }
  #cm-header .gnav .container .h_gnav {
    height: 100%;
    overflow-y: auto;
  }
  #cm-header .gnav .container .h_gnav ul {
    width: 50%;
  }
  #cm-header .gnav .container .h_gnav ul li a:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  #cm-header .gnav .container .h_gnav ul li a:hover:after {
    width: 100%;
  }
}

#cm-header .gnav .container .h_gnav ul li span {
  color: #fff;
}

#cm-header .gnav .container .h_gnav ul li .sub_link {
  width: 100%;
  padding-left: 10px;
  margin-top: 5px;
  box-sizing: border-box;
}

#cm-header .gnav li {
  margin-bottom: 20px;
}

#cm-header .gnav li a {
  position: relative;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
  color: #fff;
}

#cm-header .gnav.opened {
  display: block;
}

@media screen and (max-width: 1440px) {
  #cm-header {
    padding: 20px 2%;
  }
  #cm-header .inner .header-right .h_link {
    margin-right: 2%;
  }
  #cm-header .inner .header-right .list_sns {
    margin-right: 2%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #cm-header .inner .header-right .list_sns li {
    width: 48%;
    margin: 1%;
    text-align: center;
    max-width: 36px;
  }
  #cm-header .inner .header-right .list_sns li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  #cm-header {
    padding: 10px;
  }
  #cm-header .inner .logo {
    width: 35%;
    max-width: 187px;
  }
  #cm-header .inner .logo img {
    width: 100%;
  }
  #cm-header .inner .header-right {
    width: 60%;
  }
  #cm-header .inner .header-right .list_sns {
    display: none;
  }
  #cm-header .inner .header-right .h_link {
    display: none;
  }
  #cm-header .inner .header-right .left_header-right {
    margin-right: 10px;
  }
  #cm-header .inner .header-right .list_btn {
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
  #cm-header .inner .header-right .list_btn li a {
    width: 60px;
  }
  #cm-header .inner .header-right .menu.active {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  #cm-header .gnav {
    width: 100%;
    min-width: auto;
    padding: 50px 5% 90px 5%;
    overflow-y: scroll;
  }
  #cm-header .gnav .container .left_gnav {
    width: 100%;
    text-align: center;
  }
  #cm-header .gnav .container .left_gnav .list_sns {
    display: none;
  }
  #cm-header .gnav .container .h_gnav {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  #cm-header .gnav .container .h_gnav ul li {
    margin-bottom: 10px;
  }
  #cm-header .gnav .container .h_gnav .list_sns,
  #cm-header .gnav .container .h_gnav .language {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  #cm-header .gnav .container .h_gnav .language li {
    width: 100px;
  }
  #cm-header .gnav .container .h_gnav .language li a {
    display: inline-block;
    width: 100%;
    background: #bc3b3b;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
  }
}

@media screen and (max-width: 480px) {
  #cm-header .inner {
    justify-content: space-between;
  }
  #cm-header .inner .logo {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  #cm-header .inner .header-right .list_btn li a {
    width: auto;
    font-size: 11px;
  }
  #cm-header .inner .header-right .list_btn li:not(:last-child) a {
    margin-right: 10px;
  }
}

@media screen and (max-width: 360px) {
  #cm-header .inner .header-right .list_btn li a {
    font-size: 10px;
  }
}
.list_sns {
  display: flex;
  align-items: center;
}

.list_sns li {
  margin-bottom: 0 !important;
}

.list_sns li:not(.list_sns li:last-child) {
  margin-right: 12px;
}

@media screen and (min-width: 768px) {
  .list_sns li a:hover {
    opacity: 0.7;
  }
}

.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.acc-dl_menu {
  width: 100%;
  padding: 5px 0px;
  box-sizing: border-box;
}
.acc-dl_menu .acc-ttl {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.acc-dl_menu .acc-ttl:after, .acc-dl_menu .acc-ttl:before {
  position: absolute;
  background: #fff;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
}
.acc-dl_menu .acc-ttl:after {
  left: -13px;
  width: 2px;
  height: 16px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.acc-dl_menu .acc-ttl.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.acc-dl_menu .acc-ttl:before {
  left: -20px;
  width: 16px;
  height: 2px;
}
.acc-dl_menu .acc-cont {
  display: none;
}
/*■--------------------FOOTER--------------------*/

#cm-footer {
  position: relative;
  background: #232323;
  padding: 80px 0;
  color: #fff;
}

#cm-footer .container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#cm-footer .container a {
  color: #fff;
}

#cm-footer .container .left_footer {
  width: 415px;
  border-right: 1px solid #494949;
  padding: 30px 30px 30px 0;
}

#cm-footer .container .left_footer .add {
  margin-bottom: 20px;
}

#cm-footer .container .left_footer .tel_fax {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#cm-footer .container .left_footer .style_btn01 a {
  width: 130px;
  font-size: 14px;
  min-width: auto;
  padding: 5px;
  margin-top: 20px;
}

#cm-footer .container .left_footer .list_sns {
  margin-top: 50px;
  justify-content: center;
}

#cm-footer .container .left_footer .list_sns li:not(#cm-footer .container .left_footer .list_sns li:last-child) {
  margin-right: 25px;
}

#cm-footer .container .right_footer {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: end;
  width: calc(100% - 415px);
  padding-left: 30px;
}

#cm-footer .container .right_footer .f_language {
  display: flex;
  width: 190px;
}

#cm-footer .container .right_footer .f_language li {
  width: 50%;
}

#cm-footer .container .right_footer .f_language li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  padding: 4px 2px 6px;
  text-decoration: none;
}

#cm-footer .container .right_footer .f_language li:first-child a {
  color: #232323;
  background: #fff;
}

#cm-footer .container .right_footer .f_language li:last-child a {
  background: #232323;
}

@media screen and (min-width: 768px) {
  #cm-footer .container .right_footer .f_language li:first-child a:hover {
    background: #232323;
    color: #fff;
  }
  #cm-footer .container .right_footer .f_language li:last-child a:hover {
    color: #232323;
    background: #fff;
  }
}

#cm-footer .container .right_footer .f_gnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

#cm-footer .container .right_footer .f_gnav ul {
  width: 31%;
}

#cm-footer .container .right_footer .f_gnav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
}

#cm-footer .container .right_footer .f_gnav ul li a:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  #cm-footer .container .right_footer .f_gnav ul li a:hover:after {
    width: 100%;
  }
}

#cm-footer .container .right_footer .f_gnav ul li .sub_link {
  margin-left: 10px;
  width: 100%;
  margin-top: 10px;
}

#cm-footer .container .right_footer .f_list_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

#cm-footer .container .right_footer .f_list_btn li {
  width: 30%;
  margin: 2% 3% 0;
}

#cm-footer .container .right_footer .f_list_btn li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 15px 5px;
  box-sizing: border-box;
  text-decoration: none;
}

#cm-footer .container .right_footer .f_list_btn li a .cm_text {
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  #cm-footer .container .right_footer .f_list_btn li a:hover {
    border: 1px solid #bc3b3b;
    background: rgba(188, 59, 59, 0.3);
  }
}

#cm-footer #page-top {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 20px;
}

@media screen and (max-width: 960px) {
  #cm-footer {
    padding: 10% 0;
  }
  #cm-footer .container .left_footer {
    width: auto;
    max-width: 380px;
    border-right: none;
    border-bottom: 1px solid #494949;
    padding-right: 0;
    padding-bottom: 10%;
    margin: auto;
  }
  #cm-footer .container .left_footer .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  #cm-footer .container .left_footer .add {
    margin-bottom: 4%;
  }
  #cm-footer .container .left_footer .tel_fax {
    margin-top: 4%;
  }
  #cm-footer .container .left_footer .style_btn01 a {
    margin-top: 2%;
  }
  #cm-footer .container .left_footer .list_sns {
    margin-top: 5%;
  }
  #cm-footer .container .right_footer {
    width: 100%;
    padding-left: 0;
    padding-top: 10%;
  }
  #cm-footer .container .right_footer .f_gnav {
    margin-top: 5%;
  }
  #cm-footer .container .right_footer .f_gnav ul {
    width: 50%;
  }
  #cm-footer .container .right_footer .f_gnav ul li .sub_link {
    margin-left: 2%;
    margin-top: 0;
    width: 98%;
  }
  #cm-footer .container .right_footer .f_gnav ul:last-child {
    width: 100%;
    margin-top: 4%;
  }
  #cm-footer .container .right_footer .f_gnav ul:last-child .sub_link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #cm-footer .container .right_footer .f_gnav ul:last-child .sub_link li {
    width: 50%;
  }
  #cm-footer .container .right_footer .f_list_btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #cm-footer .container .right_footer .f_list_btn li {
    width: 44%;
    margin: 4% 3% 0;
  }
  #cm-footer .container .right_footer .f_list_btn li a {
    font-size: 14px;
  }
  #cm-footer #page-top img {
    width: 50px;
  }
}