img {
  max-width: 100%;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  * {
    font-size: 14px;
  }
}
main {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .isTab {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .isTab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
.container {
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 15px 80px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .movie_block {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .movie_block {
    margin: 36px 0;
    padding: 0 15px;
  }
}
.movie_block .video {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_block .video {
    aspect-ratio: 900/506;
  }
}
@media screen and (max-width: 767px) {
  .movie_block .video {
    aspect-ratio: 345/194;
  }
}
.movie_block .video iframe {
  width: 100%;
  height: 100%;
}
.point_block {
  position: relative;
  background: #f1f6f4;
}
@media screen and (min-width: 768px) {
  .point_block {
    padding: 50px 60px 50px;
    margin: 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .point_block {
    width: calc(100% - 30px);
    padding: 16px 19px 20px 10px;
    margin: 10px auto 10px;
  }
}
.point_block img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .point_block img {
    border: solid 3px #225942;
    max-width: 278px;
    width: calc((278 / 1200) * 100vw);
    top: -46px;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .point_block img {
    border: solid 2px #225942;
    width: 85px;
    top: -12px;
    left: 10px;
  }
}
.point_block2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .point_block2 {
    padding: 50px 60px 50px;
    margin: 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .point_block2 {
    width: calc(100% - 30px);
    padding: 16px 0px 20px 0px;
    margin: 10px auto 10px;
  }
}
@media screen and (min-width: 768px) {
  .point_block2 img {
    border: solid 3px #225942;
    max-width: 278px;
    width: calc((278 / 1200) * 100vw);
    top: -46px;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .point_block2 img {
    border: solid 2px #225942;
    width: 85px;
    top: -12px;
    left: 10px;
  }
}
.point_list {
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .point_list {
    max-width: 100%;
    padding: 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .point_list {
    padding: 0 26px 0 35px;
  }
}
.point_ttl {
  color: #225942;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .point_ttl {
    font-size: 26px;
    padding: 0 120px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .point_ttl {
    font-size: 18px;
    margin-bottom: 18px;
    padding: 0 26px 0 35px;
  }
}
.point_item {
  text-decoration: none;
  display: block;
  position: relative;
  text-align: left;
  color: #225942;
  border: solid 2px #225942;
  background: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .point_item {
    padding: 5px;
    margin-top: 20px;
    font-size: 20px;
    margin-left: 7px;
    padding-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .point_item {
    padding: 5px;
    margin-top: 15px;
    font-size: 16px;
    margin-left: 6px;
    padding-left: 10%;
  }
}
.point_item:before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  background-image: url("../images/vector.png");
  background-size: 100% 100%;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .point_item:before {
    padding-left: 10px;
    top: -10px;
    left: -7px;
    width: 60px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .point_item:before {
    padding-left: 10px;
    top: -6px;
    left: -6px;
    font-size: 14px;
    width: 41px;
    height: 28px;
  }
}
.profile_block {
  font-size: 12px;
  padding: 0;
  line-height: 1.5;
}
.profile_block b {
  display: block;
  font-size: 18px;
  border-bottom: 2px solid #225942;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .profile_block {
    font-size: 14px;
  }
}
.c_section {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c_section {
    padding: 0 15px;
    margin-top: 30px;
  }
}
.c_contents {
  border: solid 1px #225942;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .c_contents {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_contents {
    padding: 15px 20px;
  }
}
.c_contents.bg_grn {
  border-radius: 0;
  border: none;
  background: #f1f6f4;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c_contents.bg_grn {
    text-align: center;
  }
}
.c_contents.bg_grn .link {
  display: block;
}
@media screen and (min-width: 768px) {
  .c_contents.bg_grn .link {
    margin: 30px auto 0;
    max-width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .c_contents.bg_grn .link {
    margin: 15px auto 0;
    max-width: 244px;
  }
}
.c_btn_outside {
  padding: 0 20px;
}
.clip_head2 {
  position: relative;
  z-index: 0;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#27664c), color-stop(50%, #27664c), color-stop(50%, #25523f), to(#25523f));
  background: linear-gradient(180deg, #27664c 0%, #27664c 50%, #25523f 50%, #25523f 100%);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0% 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip: rect(20px, 0, auto, auto);
  font-size: 24px;
  padding: 3px 35px 3px 10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .clip_head2 {
    clip: rect(10px, 0, auto, auto);
    font-size: 18px;
    padding: 0 20px 0 10px;
    margin-bottom: 20px;
  }
}
.line_head3 {
  color: #225942;
  font-weight: bold;
  border-left: solid 4px #225942;
}
@media screen and (min-width: 768px) {
  .line_head3 {
    font-size: 22px;
    padding-left: 13px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .line_head3 {
    font-size: 16px;
    padding-left: 7px;
    margin: 20px 0 15px;
  }
}
.c_block_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_block_hidden {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_block_hidden {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c_block_hidden .line_head3 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c_block + .c_block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_block + .c_block {
    margin-top: 40px;
  }
}
.c_main_img {
  width: 100%;
}
.c_accordion_btn {
  position: relative;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  border: solid 1px #d9d9d9;
  max-width: 366px;
}
@media screen and (min-width: 768px) {
  .c_accordion_btn {
    font-size: 16px;
    margin: 50px auto 0;
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  .c_accordion_btn {
    margin: 15px auto 0;
    font-size: 13px;
    padding: 11px 22px 11px 4px;
  }
}
.c_accordion_btn span {
  position: absolute;
  display: block;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
}
@media screen and (min-width: 768px) {
  .c_accordion_btn span {
    width: 14px;
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c_accordion_btn span {
    width: 12px;
    right: 22px;
  }
}
.c_accordion_btn span:before {
  position: absolute;
  content: "";
  background: #000;
}
@media screen and (min-width: 768px) {
  .c_accordion_btn span:before {
    width: 2px;
    height: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c_accordion_btn span:before {
    right: 5px;
    top: -5px;
    width: 2px;
    height: 12px;
  }
}
.c_accordion_btn.isOpen span:before {
  content: none;
}
.c_contents_grid.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c_contents_grid.flex {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c_contents_grid.flex {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c_contents_grid.flex img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .c_contents_grid.flex img {
    width: 123px;
  }
}
@media screen and (min-width: 768px) {
  .c_contents_grid.flex .c_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c_contents_grid.column {
  display: -ms-grid;
  display: grid;
}
.c_contents_grid.column img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_contents_grid.column img + .c_txt {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c_contents_grid.column img + .c_txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c_contents_grid.column {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c_contents_grid.column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c_contents_grid + .c_contents_grid {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c_contents_grid + .c_contents_grid {
    margin-top: 20px;
  }
}
.recommend_head2 {
  text-align: center;
  color: #225942;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .recommend_head2 {
    margin-top: 80px;
  }
}
.recommend_head2 .sub {
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .recommend_head2 .sub {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_head2 .sub {
    font-size: 17px;
    margin-bottom: 4px;
  }
}
.recommend_head2 .sub:before,
.recommend_head2 .sub:after {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background: #225942;
}
.recommend_head2 .sub:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.recommend_head2 .sub:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.recommend_head2 .main {
  display: inline;
  background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 9px), #fcc800 calc(100% - 9px));
}
@media screen and (min-width: 768px) {
  .recommend_head2 .main {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_head2 .main {
    font-size: 20px;
  }
}
.recommend_table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .recommend_table {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    margin-top: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recommend_table {
    max-width: calc(100vw - 30px);
    margin-top: 10px;
  }
}
.recommend_table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.recommend_table th {
  background: #f1f6f4;
  border-bottom: solid 1px #d9d9d9;
}
@media screen and (min-width: 768px) {
  .recommend_table th {
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_table th {
    height: 42px;
    padding: 4px 0;
    font-size: 13px;
  }
}
.recommend_table td {
  border-bottom: solid 1px #d9d9d9;
}
@media screen and (min-width: 768px) {
  .recommend_table td {
    height: 156px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_table td {
    height: 117px;
  }
}
.recommend_table .hover_scroll {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 115px;
}
@media screen and (min-width: 768px) {
  .recommend_table .hover_scroll {
    left: 333px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_table .hover_scroll {
    left: 230px;
  }
}
.left_fixed_table {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 4px 0 5px 0 rgba(0,0,0,0.1);
          box-shadow: 4px 0 5px 0 rgba(0,0,0,0.1);
}
@media screen and (min-width: 768px) {
  .left_fixed_table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 303px;
            flex: 0 0 303px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 214px;
            flex: 0 0 214px;
  }
}
.left_fixed_table .slide_img {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .left_fixed_table table th:first-of-type {
    width: 37px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table table th:first-of-type {
    width: 28px;
  }
}
@media screen and (min-width: 768px) {
  .left_fixed_table table th:nth-of-type(2) {
    width: 266px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table table th:nth-of-type(2) {
    width: 188px;
  }
}
.left_fixed_table table td:first-of-type {
  text-align: center;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .left_fixed_table table td:first-of-type {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table table td:first-of-type {
    font-size: 13px;
  }
}
.left_fixed_table .product_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .left_fixed_table .product_wrap {
    gap: 4px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table .product_wrap {
    gap: 3px;
    padding: 0 5px;
  }
}
.left_fixed_table .gender {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
}
@media screen and (min-width: 768px) {
  .left_fixed_table .gender {
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table .gender {
    line-height: 18px;
    font-size: 10px;
  }
}
.left_fixed_table .left {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .left_fixed_table .left {
    padding-top: 30px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table .left {
    padding-top: 23px;
    width: 75px;
  }
}
.left_fixed_table .right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .left_fixed_table .right {
    width: 124px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table .right {
    width: 93px;
    font-size: 12px;
  }
}
.left_fixed_table .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .left_fixed_table .right {
    row-gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table .right {
    row-gap: 3px;
  }
}
@media screen and (min-width: 768px) {
  .left_fixed_table .brand,
  .left_fixed_table .name,
  .left_fixed_table .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table .brand,
  .left_fixed_table .name,
  .left_fixed_table .price {
    font-size: 12px;
  }
}
.left_fixed_table .name {
  word-break: break-word;
}
.left_fixed_table .buy_btn {
  text-align: center;
  display: block;
  border-radius: 5px;
  color: #fff;
  background: #ef521e;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 1px 3px 3px 0 #a6b3b8;
          box-shadow: 1px 3px 3px 0 #a6b3b8;
}
@media screen and (min-width: 768px) {
  .left_fixed_table .buy_btn {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .left_fixed_table .buy_btn {
    font-size: 12px;
    line-height: 21px;
  }
}
.right_fixed_table {
  position: relative;
  overflow-x: auto;
  margin-right: -15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .right_fixed_table table tr:has(th:nth-of-type(6)) th {
    width: 150px;
  }
  .right_fixed_table table tr:has(th:nth-of-type(7)) th {
    min-width: 112px;
    max-width: 131px;
  }
}
.right_fixed_table table th {
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .right_fixed_table table th.lines2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .right_fixed_table table th.lines2 {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .right_fixed_table table th {
    padding: 0 20px;
    width: 180px;
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .right_fixed_table table th {
    min-width: 84px;
    padding: 4px 8px;
  }
}
.right_fixed_table table td {
  text-align: center;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .right_fixed_table table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .right_fixed_table table td {
    font-size: 14px;
  }
}
#slide_contents {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #slide_contents {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #slide_contents .line_head3 {
    margin: 0 0 60px;
  }
}
.slide_contents_category_came {
  position: absolute;
  top: 55px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .slide_contents_category_came {
    top: 40px;
  }
}
.detail_product_list {
  padding: 40px 0 0;
  counter-reset: number -1;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .detail_product_list.slick-slider {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_list.slick-slider {
    margin: 10px -15px 0;
  }
}
.detail_product_list .slick-list {
  padding-top: 0;
}
.detail_product_list .slick-slide {
  height: auto;
}
@media screen and (max-width: 767px) {
  .detail_product_list .slick-slide {
    margin: 0 15px;
    max-width: calc(100vw - 30px);
  }
}
.detail_product_list .slick-current.slick-active .category_came {
  opacity: 1;
}
.detail_product_list .slick-dots {
  bottom: auto;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .detail_product_list .slick-dots {
    left: 200px;
    top: -40px;
    max-width: 1044px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_list .slick-dots {
    overflow-x: scroll;
    left: 170px;
    top: 0;
    max-width: calc(100vw - 170px);
  }
}
.detail_product_list .slick-dots li {
  text-align: center;
  margin: 0;
  width: auto;
  height: auto;
  display: block;
}
.detail_product_list .slick-dots li button {
  border-radius: 2px;
  color: #225942;
  width: auto;
  height: 100%;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail_product_list .slick-dots li button {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_list .slick-dots li button {
    line-height: 24px;
    font-size: 14px;
  }
}
.detail_product_list .slick-dots li button:before {
  content: "";
  height: 100%;
}
.detail_product_list .slick-dots li.slick-active button {
  width: 22px;
  background: #225942;
  color: #fff;
}
.detail_product_list .slick-dots li + li {
  margin-left: 13px;
}
.detail_product_list .slick-arrow {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail_product_list .slick-arrow:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .detail_product_list .slick-arrow {
    width: 45px;
    height: 100%;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .detail_product_list .slick-arrow {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 41px;
    height: 100%;
  }
}
.detail_product_list .slick-prev {
  background-image: url("../images/shoes/prev.png");
}
@media screen and (min-width: 768px) {
  .detail_product_list .slick-prev {
    left: -22px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_list .slick-prev {
    left: 0;
  }
}
.detail_product_list .slick-next {
  background-image: url("../images/shoes/next.png");
}
@media screen and (min-width: 768px) {
  .detail_product_list .slick-next {
    right: -22px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_list .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .detail_product_list .detail_product_item {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: calc((400 / 928) * 100%) calc((488 / 928) * 100%);
    grid-template-columns: calc((400 / 928) * 100%) calc((488 / 928) * 100%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.detail_product_item {
  position: relative;
  height: auto;
  border-radius: 6px;
  border: solid 1px #225942;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .detail_product_item:not(:has(.ttl)) .detail {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .detail_product_item {
    padding: 50px calc((136 / 1200) * 100%);
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item {
    padding: 16px 16px 25px;
  }
}
.detail_product_item .category_came {
  position: absolute;
  top: -40px;
  left: 0;
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.detail_product_item .num {
  position: absolute;
  top: 0;
  left: 0;
  background: #225942;
  font-weight: 500;
  border-radius: 6px 0;
}
@media screen and (min-width: 768px) {
  .detail_product_item .num {
    width: 61px;
    height: 61px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .num {
    width: 36px;
    height: 36px;
  }
}
.detail_product_item .num:before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .detail_product_item .num:before {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .num:before {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .detail_product_item .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.detail_product_item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .detail_product_item .category {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .category {
    gap: 7px;
    margin-left: 35px;
  }
}
.detail_product_item .gender {
  border: solid 1px #c0c0c0;
  border-radius: 3px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .detail_product_item .gender {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .gender {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .detail_product_item .brand {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .brand {
    font-size: 13px;
  }
}
.detail_product_item .name {
  font-weight: bold;
  margin: 5px 0 8px;
}
@media screen and (min-width: 768px) {
  .detail_product_item .name {
    font-size: 18px;
  }
}
.detail_product_item .wrap {
  display: -ms-grid;
  display: grid;
}
.detail_product_item .wrap .img {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.detail_product_item .wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  .detail_product_item .wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.detail_product_item .buy_btn {
  text-align: center;
  display: block;
  border-radius: 5px;
  color: #fff;
  background: #ef521e;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 1px 3px 3px 0 #a6b3b8;
          box-shadow: 1px 3px 3px 0 #a6b3b8;
}
@media screen and (min-width: 768px) {
  .detail_product_item .buy_btn {
    width: 318px;
    font-size: 16px;
    line-height: 50px;
    margin: 35px auto auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .buy_btn {
    width: 205px;
    margin: 15px auto 0;
    padding: 10px;
    font-size: 15px;
  }
}
.detail_product_item .report {
  position: relative;
}
@media screen and (min-width: 768px) {
  .detail_product_item .report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10% 30px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .report {
    margin-top: 26px;
    padding: 0 16px 24px;
  }
}
.detail_product_item .report:before {
  position: absolute;
  content: "";
  background: #f1f6f4;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .detail_product_item .report {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.detail_product_item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  word-break: break-word;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .detail_product_item .ttl {
    margin-left: 4px;
    margin-right: -5%;
    font-size: 18px;
    padding: 10px 40px 10px 96px;
    min-height: 109px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .ttl {
    margin-left: 5px;
    margin-right: -10px;
    font-size: 14px;
    padding: 10px 36px 10px 66px;
    min-height: 81px;
  }
}
.detail_product_item .ttl:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#05442a), to(#1f825e));
  background: linear-gradient(90deg, #05442a 0%, #1f825e 100%);
  clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
.detail_product_item .ttl img {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: solid 2px #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .detail_product_item .ttl img {
    left: -19px;
    width: 99px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .ttl img {
    left: -15px;
    width: 66px;
  }
}
@media screen and (min-width: 768px) {
  .detail_product_item .comment {
    margin: 33px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .comment {
    margin: 20px 0;
  }
}
.detail_product_item .more_btn {
  display: block;
  border: solid 1px #225942;
  border-radius: 5px;
  text-decoration: none;
  color: #225942;
  background: #fff;
  -webkit-box-shadow: 1px 3px 3px 0 #a6b3b8;
          box-shadow: 1px 3px 3px 0 #a6b3b8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail_product_item .more_btn {
    width: 100%;
    max-width: 334px;
    padding: 8px 0;
    margin: auto auto 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .detail_product_item .more_btn {
    padding: 11px 0;
    font-size: 15px;
  }
}
.banner_grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .banner_grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 20px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .banner_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 10px 0 40px;
  }
}
.banner_grid a img {
  width: 100%;
}
.back_btn {
  text-decoration: none;
  text-align: center;
  display: block;
  border: solid 1px #225942;
  color: #225942;
  border-radius: 5px;
  -webkit-box-shadow: 5px 3px 3px #a6b3b8;
          box-shadow: 5px 3px 3px #a6b3b8;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .back_btn {
    font-size: 17px;
    line-height: 41px;
    max-width: 334px;
  }
}
@media screen and (max-width: 767px) {
  .back_btn {
    font-size: 15px;
    line-height: 36px;
    max-width: 272px;
  }
}
