/** Shopify CDN: Minification failed

Line 7:0 Unexpected "0"
Line 1023:0 Comments in CSS use "/* ... */" instead of "//"

**/
0@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@media (max-width: 767px) {
  #PBarNextFrameWrapper {
    display: none;
  }
}
/***************************************COMMON*******************************************/
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
body:not(.v_top_page) .dsp-home-only {
  display: none;
}

.v_top_page .dsp-under-only {
  display: none;
}
.v_top_page .header-wrapper {
  position: absolute;
  width: 100%;
}
.v_top_page .header-wrapper .bottomMenu li a {
}
/*
.v_top_page .header-wrapper .bottomMenu li a:after {
  background: url(/cdn/shop/files/nav_icon.png) no-repeat center center/contain !important;
}
*/

.h2_styled, .d_title {
  display: table !important;
  text-align: left;
  color: #000;
  margin: 0 0 40px;
  position: relative;
  padding: 0 0 35px;
}
@media (max-width: 767px) {
  .h2_styled, .d_title {
    margin: 0 0 20px;
    padding: 0 0 30px;
  }
}
.h2_styled .en, .h2_styled .main_en, .d_title .en, .d_title .main_en {
  font-family: "Lato";
  letter-spacing: 0.08em;
  font-size: 48px;
}
@media (max-width: 767px) {
  .h2_styled .en, .h2_styled .main_en, .d_title .en, .d_title .main_en {
    font-size: 32px;
  }
}
.h2_styled:after, .d_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
  opacity: 0;
  background: url(//avantgardeoutdoor.com/cdn/shop/files/title_icon_productvideo.png) no-repeat center center/100%;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 100%);
          mask-image: linear-gradient(to right, black 0%, black 100%);
  -webkit-mask-size: 0% 100%;
          mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: 0.6s ease-in-out;
}
.h2_styled:hover:after, .d_title:hover:after {
  opacity: 1;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.collection__view-all a, .collection__view-all .button, .more a, .more .button {
  display: table;
  padding: 0 50px 15px;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 1.6vw, 18px);
  position: relative;
  color: #000;
  background: none;
  min-height: 0;
  min-width: 0;
}
.collection__view-all a:before, .collection__view-all .button:before, .more a:before, .more .button:before {
  content: none;
}
.collection__view-all a:after, .collection__view-all .button:after, .more a:after, .more .button:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 8px;
  border: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(30deg);
  transition: 0.3s;
}
.collection__view-all a:hover:after, .collection__view-all .button:hover:after, .more a:hover:after, .more .button:hover:after {
  left: 15px;
}
/***************************************HEADER*******************************************/
.header-wrapper {
  background: none;
}
.header-wrapper .header--middle-left {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.header-wrapper .header__heading {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .header-wrapper .header__heading {
    padding: 15px 0;
  }
}
/*
.header-wrapper .header__heading img{
  filter: drop-shadow(0 0 4px #ffffff8f) drop-shadow(0 0 8px #ffffff8f) drop-shadow(0 0 4px #ffffff8f);
}
.header-wrapper .h_menu img,header-drawer .a-search svg{
  filter: drop-shadow(0 0 4px #ffffff8f) drop-shadow(0 0 8px #ffffff8f) drop-shadow(0 0 4px #ffffff8f) drop-shadow(0 0 4px #ffffff8f);

}
  */
.header-wrapper .h_menu {
  cursor: pointer;
  position: absolute;
  top: 150px;
  left: 60px;
}
@media (max-width: 767px) {
  .header-wrapper .h_menu {
    top: 90px;
    left: 40px;
    max-width: 35px;
  }
}
@media (max-width: 750px) {
  .header-wrapper .h_menu {
    top: 15px;
    left: auto;
    right: 20px;
  }
}
.header-wrapper .drawer_wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  padding: 6%;
  box-sizing: border-box;
  z-index: 5;
}
@media (max-width: 767px) {
  .header-wrapper .drawer_wrap {
    overflow: auto;
  }
}
.header-wrapper .drawer_wrap.open {
  opacity: 1;
  pointer-events: auto;
}
.header-wrapper .drawer_wrap .close_btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 80px;
}
@media (max-width: 767px) {
  .header-wrapper .drawer_wrap .close_btn {
    max-width: 50px;
  }
}
.header-wrapper .drawer_wrap .grid {
  row-gap: 15px;
}
@media (max-width: 1000px) {
  .header-wrapper .drawer_wrap .grid .grid__item {
    width: calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
  }
}
@media (max-width: 750px) {
  .header-wrapper .drawer_wrap .grid .grid__item {
    width: 100%;
    max-width: 100%;
  }
}
.header-wrapper .drawer_wrap .grid .grid__item .title {
  font-family: "Lato";
  letter-spacing: 0.1em;
  font-size: clamp(16px, 1.8vw, 30px);
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .header-wrapper .drawer_wrap .grid .grid__item .title {
    margin: 0;
  }
}
.header-wrapper .drawer_wrap .grid .grid__item .hdr_nav li a {
  font-family: "Lato";
  letter-spacing: 0.1em;
  font-size: clamp(13px, 1.3vw, 18px);
}
.header-wrapper .drawer_wrap .grid .grid__item.letter-block {
  text-align: center;
  font-family: "Lato";
  letter-spacing: 0.1em;
}
.header-wrapper .drawer_wrap .grid .grid__item.letter-block .title_letter {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 2.2vw, 32px);
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .header-wrapper .drawer_wrap .grid .grid__item.letter-block .title_letter {
    margin: 0 0 30px;
  }
}
.header-wrapper .drawer_wrap .grid .grid__item.letter-block .mail_img {
  margin: 0 0 10px;
}
.header-wrapper .drawer_wrap .grid .grid__item.letter-block .mail {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .header-wrapper .drawer_wrap .grid .grid__item.letter-block .mail {
    margin: 0 0 20px;
  }
}
.header-wrapper .drawer_wrap .grid .grid__item.letter-block .mail a {
  letter-spacing: 0.1em;
  font-size: clamp(15px, 1.5vw, 20px);
  transition: 0.2s;
}
.header-wrapper .drawer_wrap .grid .grid__item.letter-block .mail a:hover {
  opacity: 0.7;
}
.header-wrapper .drawer_wrap .grid .grid__item.letter-block .btn a {
  letter-spacing: 0.1em;
  font-size: clamp(14px, 1.4vw, 18px);
  display: table;
  margin: 0 auto;
  padding: 0 0 10px;
  position: relative;
  transition: 0.2s;
}
.header-wrapper .drawer_wrap .grid .grid__item.letter-block .btn a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: -70px;
  margin: auto;
  width: 180px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}
.header-wrapper .drawer_wrap .grid .grid__item.letter-block .btn a:hover {
  opacity: 0.7;
}
.header-wrapper .header__inline-menu .bottomMenu li a {
  color: #000;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic UI", "游ゴシック", "Yu Gothic";
  position: relative;
  font-weight: bold !important;
  padding: 0 0 15px;

}
@media (min-width: 768px) {
  .header-wrapper .header__inline-menu .bottomMenu li a {
    font-size: 18px;
    font-weight: 300;
    padding-left:8px;
    padding-right:8px;
    padding-bottom: 10px;
    display: block;
/*
    text-shadow: 0 0 6px #ffffff8f, 0 0 6px #ffffff8f, 0 0 6px #ffffff8f, 0 0 6px #ffffff8f, 0 0 6px #ffffff8f, 0 0 6px #ffffff8f, 0 0 6px #ffffff8f, 0 0 6px #ffffff8f;
*/
  }
}
.header-wrapper .header__inline-menu .bottomMenu li a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 10px;
  opacity: 0;
  background: url(//avantgardeoutdoor.com/cdn/shop/files/nav_icon_bk.png) no-repeat center center/contain;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 100%);
          mask-image: linear-gradient(to right, black 0%, black 100%);
  -webkit-mask-size: 0% 100%;
          mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
.header-wrapper .header__inline-menu .bottomMenu li a:hover:after {
  opacity: 1;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.header__heading .header__heading-link .wh ,.h_menu .wh {
  display: none;
}
.header-wrapper.wh-change .header__heading .wh ,.header-wrapper.wh-change .h_menu .wh {
  display: block;
}
.header-wrapper.wh-change .header__heading .bk ,.header-wrapper.wh-change .h_menu .bk {
  display: none;
}
.header-wrapper.wh-change .header__inline-menu .bottomMenu li a {
  color: #fff;
}
.header-wrapper.wh-change .a-search svg {
  color: #fff;
}
.v_top_page .header-wrapper.wh-change .bottomMenu li a:after {
  background: url(/cdn/shop/files/nav_icon_wh.png) no-repeat center center/contain !important;
}

.side_to_top_btn_sec .side_to_top_btn img.wh {
  display: none;
}
body.wh-change .side_to_top_btn_sec .side_to_top_btn img.bk {
  display: none;
}
body.wh-change .side_to_top_btn_sec .side_to_top_btn img.wh {
  display: block;
}

/***************************************RAIN*******************************************/
.rain {
  position: relative;
  overflow: hidden;
}
.rain:hover > div {
  animation: rain 500ms linear infinite;
  transition: opacity 0.2s;
  opacity: 1;
}
.rain > div {
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: -13px;
  width: 1px;
  height: 13px;
  transform-origin: center center;
  opacity: 0;
  transition: opacity 0.2s;
}
.rain > div:nth-child(1) {
  animation-delay: 100ms;
  animation-duration: 562ms;
  left: 36px;
}
.rain > div:nth-child(2) {
  animation-delay: 200ms;
  animation-duration: 445ms;
  left: 18px;
}
.rain > div:nth-child(3) {
  animation-delay: 300ms;
  animation-duration: 466ms;
  left: 33px;
}
.rain > div:nth-child(4) {
  animation-delay: 400ms;
  animation-duration: 501ms;
  left: 57px;
}
.rain > div:nth-child(5) {
  animation-delay: 500ms;
  animation-duration: 435ms;
  left: 62px;
}
.rain > div:nth-child(6) {
  animation-delay: 600ms;
  animation-duration: 499ms;
  left: 31px;
}
.rain > div:nth-child(7) {
  animation-delay: 700ms;
  animation-duration: 436ms;
  left: 25px;
}
.rain > div:nth-child(8) {
  animation-delay: 800ms;
  animation-duration: 558ms;
  left: 66px;
}
.rain > div:nth-child(9) {
  animation-delay: 900ms;
  animation-duration: 569ms;
  left: 94px;
}
.rain > div:nth-child(10) {
  animation-delay: 1000ms;
  animation-duration: 471ms;
  left: 90px;
}
.rain > div:nth-child(11) {
  animation-delay: 1100ms;
  animation-duration: 514ms;
  left: 52px;
}
.rain > div:nth-child(12) {
  animation-delay: 1200ms;
  animation-duration: 543ms;
  left: 42px;
}
.rain > div:nth-child(13) {
  animation-delay: 1300ms;
  animation-duration: 606ms;
  left: 34px;
}
.rain > div:nth-child(14) {
  animation-delay: 1400ms;
  animation-duration: 435ms;
  left: 75px;
}
.rain > div:nth-child(15) {
  animation-delay: 1500ms;
  animation-duration: 469ms;
  left: 7px;
}
@keyframes rain {
  from {
    transform: rotate(5deg) translateY(-13px);
  }
  to {
    transform: rotate(5deg) translateY(25px);
  }
}

/***************************************FOOTER*******************************************/
.footer {
  padding: 180px 0 60px !important;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 30px !important;
  }
}
.footer .footer__content-top {
  max-width: 98%;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .footer .footer__content-top {
    padding-bottom: 50px;
  }
}
.footer .ftr_logo {
  margin: 0 0 150px;
}
@media (max-width: 767px) {
  .footer .ftr_logo {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .footer .ftr_logo img {
    display: block;
    max-width: 86%;
    margin: 0 auto;
  }
}
.footer .footer__blocks-wrapper .footer-block .footer-block__heading {
  color: #fff;
  font-family: "Lato";
  letter-spacing: 0.1em;
  font-size: clamp(16px, 1.8vw, 30px);
}
.footer .footer__blocks-wrapper .footer-block .footer-block__details-content li a {
  color: #fff;
  font-family: "Lato";
  letter-spacing: 0.1em;
  font-size: clamp(13px, 1.3vw, 18px);
}
.footer .footer__blocks-wrapper .footer-block.letter-block {
  text-align: center;
  font-family: "Lato";
  letter-spacing: 0.1em;
}
@media (min-width: 751px) {
  .footer .footer__blocks-wrapper .footer-block.letter-block {
    padding-left: 6%;
    margin-left: 4%;
    border-left: 1px solid #fff;
            display: flex;
        flex-direction: column;
        align-items: center;
  }
}
.footer .footer__blocks-wrapper .footer-block.letter-block .title_letter {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 2.2vw, 32px);
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .footer .footer__blocks-wrapper .footer-block.letter-block .title_letter {
    margin: 0 0 30px;
  }
}
.footer .footer__blocks-wrapper .footer-block.letter-block .mail_img {
  margin: 0 0 10px;
}
.footer .footer__blocks-wrapper .footer-block.letter-block .mail {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .footer .footer__blocks-wrapper .footer-block.letter-block .mail {
    margin: 0 0 20px;
  }
}
.footer .footer__blocks-wrapper .footer-block.letter-block .mail a {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: clamp(15px, 1.5vw, 20px);
  transition: 0.2s;
}
.footer .footer__blocks-wrapper .footer-block.letter-block .mail a:hover {
  opacity: 0.7;
}
.footer .footer__blocks-wrapper .footer-block.letter-block .btn a {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 1.4vw, 18px);
  display: table;
  margin: 0 auto;
  padding: 0 0 10px;
  position: relative;
  transition: 0.2s;
}
.footer .footer__blocks-wrapper .footer-block.letter-block .btn a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: -70px;
  margin: auto;
  width: 180px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}
.footer .footer__blocks-wrapper .footer-block.letter-block .btn a:hover {
  opacity: 0.7;
}
.footer .footer__content-bottom {
  border: 0;
  padding: 0;
}
.footer .footer__content-bottom .footer__column {
  justify-content: center !important;
}
.footer .footer__content-bottom .footer__column .footer__copyright {
  margin: 0;
}
.footer .footer__content-bottom .footer__column .footer__copyright .copyright__content {
  margin: 0;
  color: #fff;
}
.footer__content-top .grid {
  justify-content: space-between;
}
@media (min-width: 751px) {
  .footer__content-top .grid .footer-block.letter-block {
    width: 30%;
  }
}

/*product*/
@media (min-width: 750px) {
  .page-product-detail .product__media-wrapper {
    margin-left: calc(50% - 50vw);
  }

  .product_grid_max_width {
    max-width: unset !important;
  }

  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: unset !important;
  }

  .page-product-detail .product__media-wrapper {
    /*max-width: 100% !important;*/
    /*margin-left: -30px;*/
    margin-top: -187px;
  }
}
/*@media (min-width: 1420px) {*/
/*  .page-product-detail .product__media-wrapper {*/
/*    !*margin-left: calc(-1 * ((100vw - 140rem)/2) - 30px);*!*/
/*  }*/
/*}*/
.page-product-detail .product__media-list {
  margin: 0 !important;
  padding: 0 !important;
}
.page-product-detail .global-media-settings {
  border: 0 !important;
}
.page-product-detail .product--thumbnail_slider .slider-mobile-gutter .slider-button {
  /*display: none !important;*/
}
.page-product-detail .thumbnail-list {
  /*padding: 0 !important;*/
  /*grid-gap: 0 !important;*/
}
.page-product-detail .thumbnail {
  box-shadow: none !important;
  border: 0 !important;
}
.page-product-detail .sub_title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-product-detail .sub_title {
    font-size: 18px;
  }
}
.page-product-detail .quantity {
  outline: 1px solid #ebebeb;
  outline-offset: -1px;
}
.page-product-detail .quantity:before, .page-product-detail .quantity:after {
  content: none !important;
}
.page-product-detail .quantity .quantity__button {
  background: #ebebeb !important;
  border-color: #ebebeb !important;
}
.page-product-detail .btn_download {
  margin: 70px 0 0;
}
@media (max-width: 767px) {
  .page-product-detail .btn_download {
    margin: 40px 0 0;
  }
}
.page-product-detail .btn_download a {
  display: table;
  position: relative;
  font-size: 18px;
  line-height: 1;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .page-product-detail .btn_download a {
    font-size: 16px;
    padding: 0 0 5px;
  }
}
.page-product-detail .btn_download a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -10px;
  right: -70px;
  left: auto;
  margin: auto;
  width: 54px;
  height: 54px;
  background: url(//avantgardeoutdoor.com/cdn/shop/files/arrow_down.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .page-product-detail .btn_download a:after {
    bottom: -5px;
    right: -50px;
    width: 35px;
    height: 35px;
  }
}

.custom-product-images {
  margin: 6% calc(50% - 51vw) 0;
  width: 100vw;
}
.custom-product-images img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-product-video {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-product-video video {
  width: 100%;
}

#shopify-section-template--24853268005177__product-recommendations {
  margin-bottom: 8%;
}
#shopify-section-template--24853268005177__product-recommendations .d_title:after {
  bottom: -20px;
  height: 46px;
  background: url(//avantgardeoutdoor.com/cdn/shop/files/title_icon_relateditems.png) no-repeat center center/cover;
}
#shopify-section-template--24853268005177__product-recommendations .grid--2-col-desktop .grid__item {
  padding: 0 8% 8%;
}

/********************************タブ切り替え********************************/
.product-tabs-section .tab-menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .product-tabs-section .tab-menu {
    padding-bottom: 10px;
  }
}
.product-tabs-section .tab-menu li {
  text-align: center;
  width: 33.3%;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 2vw, 28px);
  cursor: pointer;
  position: relative;
}
.product-tabs-section .tab-menu li span {
  padding: 0 20px 0 0;
  position: relative;
}
.product-tabs-section .tab-menu li span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 0;
  left: auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.2s;
}
@media (max-width: 767px) {
  .product-tabs-section .tab-menu li span:after {
    width: 7px;
    height: 7px;
  }
}
.product-tabs-section .tab-menu li.active:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 180px;
  height: 30px;
  transition: 0.2s;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .product-tabs-section .tab-menu li.active:after {
    bottom: -18px;
    right: 18px;
    width: 60px;
    height: 15px;
  }
}
.product-tabs-section .tab-menu li.active span:after {
  transform: translateY(5px) rotate(225deg);
}
.product-tabs-section .tab-content {
  padding: 4% 0;
}
.product-tabs-section .tab-content .tab-panel {
  display: none;
}
.product-tabs-section .tab-content .tab-panel.active {
  display: block;
}
.product-tabs-section .tab-content .spec_wrap {
  padding: 6%;
  background: #f2f4f5;
}

@media (min-width: 768px) {
.product-tabs-section .tab-content .spec_wrap {
  width: 77%;
  margin: auto;
}
}
@media (min-width: 1601px) {
.product-tabs-section .tab-content .spec_wrap {
  width: 76%;
  margin: auto;
}
}

.product-tabs-section .tab-content .spec_wrap .h3_spec {
  font-family: "Lato";
  letter-spacing: 0.1em;
  font-size: clamp(30px, 3vw, 48px);
  margin: 0 0 1em;
}
@media (max-width: 767px) {
  .product-tabs-section .tab-content .spec_wrap .h3_spec {
    margin: 0 0 0.2em;
  }
}
.product-tabs-section .tab-content .spec_wrap .line {
  margin: 0;
}
.product-tabs-section .tab-content .spec_wrap .spec_detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .product-tabs-section .tab-content .spec_wrap .spec_detail {
    margin: 20px 0;
  }
}
.product-tabs-section .tab-content .spec_wrap .spec_detail dt {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 2vw, 28px);
}
.product-tabs-section .tab-content .spec_wrap .spec_detail dd {
  letter-spacing: 0.1em;
  font-size: clamp(16px, 2vw, 28px);
}
.product-tabs-section .tab-content .spec_wrap .spec_detail dd p {
  margin: 0;
}
.product-tabs-section .tab-content .policy_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.product-tabs-section .tab-content .policy_wrap .h3_policy {
  text-align: center;
  font-family: "Lato";
  letter-spacing: 0.1em;
  font-size: clamp(30px, 3vw, 48px);
  margin: 0 0 1.4em;
}
@media (max-width: 767px) {
  .product-tabs-section .tab-content .policy_wrap .h3_policy {
    margin: 0 0 0.2em;
  }
}
.product-tabs-section .tab-content .policy_wrap .h4_product_detail {
  font-weight: bold;
  font-size: clamp(16px, 1.6vw, 18px);
  position: relative;
  margin: 2em 0 0.4em;
}
@media (max-width: 767px) {
  .product-tabs-section .tab-content .policy_wrap .h4_product_detail {
    padding-left: 1em;
  }
}
.product-tabs-section .tab-content .policy_wrap .h4_product_detail:after {
  content: "";
  position: absolute;
  top: 6px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 100vh;
  background: #000;
}
@media (max-width: 767px) {
  .product-tabs-section .tab-content .policy_wrap .h4_product_detail:after {
    left: 0;
  }
}
.product-tabs-section .tab-content .policy_wrap .desc {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 18px);
}

/*********wish list*********/
.swym-storefront-layout-layout{
  max-width: var(--page-width)!important;
  padding: 0 30px 50px!important;
  margin: 0 auto!important;
}

@media(min-width:768px){
  .swym-storefront-layout-layout{
    padding: 120px 30px 120px!important;
  }
}

#swym-storefront-layout-section-container.swym-storefront-layout-layout .swym-storefront-layout-body{
  width: 100%!important;
  max-width: unset!important;
}
.swym-storefront-layout-container{
  overflow-y: auto!important;
}

.swym-storefront-layout-body{
  overflow: auto!important;
}

.swym-storefront-layout-login-button{
  color: currentcolor!important;
}

.swym-storefront-layout-grid-item-add-to-cart-button{
  background: #272727!important;
}



/*****************************************************************OPEN*****************************************************************/
.opening_visual {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
}
.opening_visual .first, .opening_visual .second {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.opening_visual .first.active, .opening_visual .second.active {
  opacity: 1;
}
.opening_visual .second {
  background: url("//avantgardeoutdoor.com/cdn/shop/files/fv_image002.jpg") no-repeat center center/cover;
  color: #fff;
}
.opening_visual .second .title_opening {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .opening_visual .second .title_opening {
    margin: 0 0 50px;
  }
}
.opening_visual .second .more a {
  color: #fff;
}
.opening_visual .second .more a:after {
  border-color: #fff;
}
//管理画面内で非表示
#app .opening_visual {
  display: none !important;
}

/******************************************************TOP******************************************************/
 .MV_slide.swiper-slide > picture img,
 .MV_slide.swiper-slide > a img,
 .MV_slide.swiper-slide > .MV_grid{
  transform: scale(1);
  transition: transform 6s ease;
}

.MV_slide.swiper-slide-active  > picture img,
.MV_slide.swiper-slide-active > a img,
.MV_slide.swiper-slide-active > .MV_grid{
  transform: scale(1.1);
}

@media (min-width: 1360px) {
.main_slide .MV .swiper-wrapper .swiper-slide .MV_grid {
    max-width: 1360px;
    margin: 12vh 15vw 0!important;
 }
   }
@media (min-width: 851px) {
.main_slide .MV .swiper-wrapper .swiper-slide .MV_grid {
    max-width: 1360px;
    margin: 12vh 15.2vw 0;
 }
   }
@media (min-width: 751px) {
.main_slide .MV .swiper-wrapper .swiper-slide .MV_grid {
    max-width: 1360px;
    margin: 9vh 17.3vw 0;
 }
   }
@media (max-width: 750px) {
.main_slide .MV .swiper-wrapper .swiper-slide .MV_grid {
  max-width: 1260px;
  margin: 0px auto;
}
  }
.main_slide .MV .swiper-wrapper .swiper-slide .MV_grid .list_img {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 750px) {
  .main_slide .MV .swiper-wrapper .swiper-slide .MV_grid .list_img {
    grid-template-columns: repeat(2, 1fr);
    margin: 0px 5.8%;
  }
}
.main_slide .MV .swiper-wrapper .swiper-slide .MV_grid .list_img li a img {
  transition: 0.2s;
}
.main_slide .MV .swiper-wrapper .swiper-slide .MV_grid .list_img li a:hover img {
  opacity: 0.8;
}

.sec_about {
  padding: 50px 0 100px;
}
@media (max-width: 750px) {
  .sec_about {
    padding: 0 0 50px;
  }
}
.sec_about .img_wrap {
  position: relative;
}
.sec_about .img_wrap .anim {
  /* opacity: 0; */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 25%;
  transition: all 0.4s ease;
}
.sec_about .img_wrap .anim svg{
      width: 100%;
    height: auto;
}
.sec_about .img_wrap .anim.anim01 {
  top: 12%;
  left: 12%;
  bottom: auto;
  right: auto;

}
.sec_about .img_wrap .anim.anim02 {
  max-width: 86%;
  top: 8%;
  bottom: auto;
  opacity: 1;

}
/*
.sec_about .img_wrap .anim.anim01,.sec_about .img_wrap .anim.anim02{
  opacity:0;
}
.sec_about .img_wrap:hover .anim.anim01,.sec_about .img_wrap:hover .anim.anim02{
  transition:opacity 0.2s;
  opacity:1;

}
*/
svg path.cls-1{
  fill: transparent;
}





.sec_about .img_wrap .anim.anim03 {
  top: auto;
  bottom: 6%;
  right: auto;
  left: 6%;
  max-width: 40%;
}
.sec_about .img_wrap .anim.anim04 {
  top: auto;
  bottom: 30%;
  right: 8%;
  left: auto;
  max-width: 35%;
}
.sec_about .img_wrap:hover .anim {
  /* opacity: 1; */
}
.sec_about .h3_about {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  margin: 70px 0 40px;
}
@media (max-width: 750px) {
  .sec_about .h3_about {
    margin: 40px 0 20px;
  }
}
.sec_about .desc {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 1.6vw, 18px);
  margin: 0 0 50px;
  line-height: 2.1;
  font-weight: 100;
}
@media (max-width: 750px) {
  .sec_about .desc {
    margin: 0 0 20px;
  }
}
.sec_new .d_title_wrap {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 750px) {
  .sec_new .d_title_wrap {
    padding: 0 30px;
  }
}
.sec_new .d_title_wrap .d_title:after {
  background: url(//avantgardeoutdoor.com/cdn/shop/files/title_icon_newarrivals.png);
}
@media (min-width: 751px) {
  .sec_new .d_title_wrap .d_title:after {
    height: 27px;
  }
}
.sec_new .page-width{
  padding:0 0;
}

.sec_new .swiper-wrapper {
  /* left: calc((100% - 1360px)/2); */
}

@media (min-width: 751px) {
  .sec_new .swiper-wrapper .swiper-slide .card-wrapper {
    padding:0 20%;
  }
}

.sec_new .featuredCollectionSlider-prev,
.sec_new .featuredCollectionSlider-next {
  width: 46px !important;
  height: 45px !important;
  border: 0 !important;
  transform: none !important;
  background: url(//avantgardeoutdoor.com/cdn/shop/files/arrow_prev.png) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .sec_new .featuredCollectionSlider-prev,
  .sec_new .featuredCollectionSlider-next {
    width: 32.2px !important;
    height: 31.5px !important;
  }
}
.sec_new .featuredCollectionSlider-next {
  width: 36px !important;
  height: 43px !important;
  background: url(//avantgardeoutdoor.com/cdn/shop/files/arrow_next.png) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .sec_new .featuredCollectionSlider-next {
    width: 25.2px !important;
    height: 30.1px !important;
  }
}

.sec_pickup .d_title:after {
  background: url(//avantgardeoutdoor.com/cdn/shop/files/title_icon_pickup.png);
  height: 34px;
}
.sec_pickup .bnr {
  position: relative;
}
.sec_pickup .bnr a img{
   transition: transform var(--duration-long) ease;
}
.sec_pickup .bnr a:hover img{
   transform: scale(1.03);
}
.sec_pickup .bnr:not(.first) {
  margin-top: 120px;
}
@media (max-width: 750px) {
  .sec_pickup .bnr:not(.first) {
    margin-top: 40px;
  }
}
.sec_pickup .bnr .anim {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 30px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.6s ease;
  transform: translateY(130px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 750px) {
  .sec_pickup .bnr .anim {
    bottom: 20px;
    right: 20px;
    max-width: 25%;
  }
}
.sec_pickup .bnr:hover .anim {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sec_jounary .d_title_wrap {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 750px) {
  .sec_jounary .d_title_wrap {
    padding: 0 30px;
  }
}
.sec_jounary .d_title_wrap .d_title:after {
  background: url(//avantgardeoutdoor.com/cdn/shop/files/title_icon_jounary.png);
}
.sec_jounary .contains-card {
  display: grid;
  gap: 100px;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 750px) {
  .sec_jounary .contains-card {
    display: flex;
    gap: 10px;
  }
}
.sec_jounary .contains-card .grid__item {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 750px) {
  .sec_jounary .contains-card .grid__item {
    width: calc((100% - 10px) / 2);
  }
}
.sec_jounary .contains-card .grid__item:nth-child(1) {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  grid-area: 1/1/3/3;
}
@media (min-width: 751px) {
  .sec_jounary .contains-card .grid__item:nth-child(1) {
    margin-right: 8%;
  }
}
.sec_jounary .contains-card .grid__item:nth-child(2) {
  grid-area: 1/3/2/4;
}
.sec_jounary .contains-card .grid__item:nth-child(3) {
  grid-area: 1/4/2/5;
}
.sec_jounary .contains-card .grid__item:nth-child(4) {
  grid-area: 2/3/3/4;
}
.sec_jounary .contains-card .grid__item:nth-child(5) {
  grid-area: 2/4/3/5;
}
.sec_jounary .contains-card .grid__item .card-wrapper {
  height: 100%;
}
.sec_jounary .contains-card .grid__item .card-wrapper a {
  display: block;
  height: calc(100% - 85px);
}
.sec_jounary .contains-card .grid__item .card-wrapper a img {
  height: 100%;
  display: block;
  aspect-ratio: auto;
}
.sec_jounary .contains-card .grid__item .card-wrapper .text-wrapper {
  height: 120px;
  overflow: auto;
}
.sec_jounary .collection__view-all .button {
  display: table;
  margin: 0 0 0 auto;
}

.sec_about .grid {
        column-gap: 1px!important;
}
@media (max-width: 750px) {
  .sec_about .page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 11px;
  }
}

/*********************************************************フリーページ*********************************************************/
.main-page-title.page-title.h2, .main-page-title.page-title.h0 {
  margin: 0;
  font-weight: bold;
  font-size: clamp(32px, 5vw, 60px);
  font-family: "游明朝", "Yu Mincho", serif;
}

.image-title-desc-block {
  margin: 40px 0 20px;
}
@media (max-width: 750px) {
  .image-title-desc-block {
    margin: 0 0 60px;
  }
}
.image-title-desc-block .txt_wrap {
  padding: 70px 20px 0;
}
@media (max-width: 767px) {
  .image-title-desc-block .txt_wrap {
    padding: 40px 20px 0;
  }
}
.image-title-desc-block .txt_wrap .page_title {
  margin: 0 0 70px;
  text-align: center;
  font-weight: 400;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(32px, 3.2vw, 46px);
}
@media (max-width: 750px) {
  .image-title-desc-block .txt_wrap .page_title {
    margin: 0 0 40px;
  }
}
.image-title-desc-block .txt_wrap .page_desc .metafield-rich_text_field p {
  margin: 0;
  line-height: 2.5;
  font-weight: 400;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(14px, 1.6vw, 18px);
}
@media (min-width: 751px) {
  .image-title-desc-block .txt_wrap .page_desc .metafield-rich_text_field p {
    text-align: center;
  }
}
.image-title-desc-block.block-bg .txt_wrap {
  background: #A5BCD8;
  padding: 70px 20px;
}
@media (max-width: 767px) {
  .image-title-desc-block.block-bg .txt_wrap {
    padding: 40px 20px;
  }
}
.image-title-desc-block.block-bg .txt_wrap .page_title {
  color: #fff;
}
.image-title-desc-block.block-bg .txt_wrap .page_desc .metafield-rich_text_field p {
  color: #fff;
}
.image-title-desc-block .fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.6s ease-out, transform 1.6s ease-out;
}
.image-title-desc-block .fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

.image-title-desc-block .page_image {
  overflow: hidden;
}
.image-title-desc-block .page_image img {
  transition: transform 0.2s ease-out; /* スムーズな拡大縮小 */
  transform-origin: center center; /* 中心を基準に拡大縮小 */
}

.image-title-desc-block .txt_wrap {
  position: relative;
  overflow: hidden;
}
.image-title-desc-block .txt_wrap .anim {
  position: absolute;
  transition: .4s;
}
.image-title-desc-block .txt_wrap.anim_black {
  padding-bottom: 180px;
}
.image-title-desc-block .txt_wrap .anim svg {
  max-width: 18vw;
}
.image-title-desc-block .txt_wrap .anim_under01 {
  left: 4%;
  top: 25%;
}
.image-title-desc-block .txt_wrap .anim_under02 {
  right: 8%;
  bottom: 25%;
}
@keyframes moon-sway-wide {
  0%   { transform: translateX(0) rotate(0deg); }
  20%  { transform: translateX(40px) rotate(-10deg); }
  40%  { transform: translateX(-40px) rotate(10deg); }
  60%  { transform: translateX(40px) rotate(-10deg); }
  80%  { transform: translateX(-40px) rotate(10deg); }
  100% { transform: translateX(0) rotate(0deg); }
}
.anim_under02 svg {
  display: block;
  transform-origin: center;
  animation: moon-sway-wide 20s ease infinite;
}
.image-title-desc-block .txt_wrap .anim_under03 {
  left: 2%;
  bottom: 3%;
}
.image-title-desc-block .txt_wrap.anim_white {
  margin-bottom: 100px;
}
.image-title-desc-block .txt_wrap .anim_under04 {
  left: 6%;
  bottom: 6%;
}
.image-title-desc-block .txt_wrap .anim_under05 {
  right: 6%;
  bottom: 6%;
}

@media (max-width: 767px) {
    .image-title-desc-block .txt_wrap.anim_black .page_title {
    margin: 0 0 100px;
  }
  .image-title-desc-block .txt_wrap.anim_black {
    padding-bottom: 80px;
  }
  .image-title-desc-block .txt_wrap .anim svg {
    max-width: 30%;
    height:auto;
  }
  .image-title-desc-block .txt_wrap .anim_under01 {
    left: 2%;
    top: 120px;
  }
  .image-title-desc-block .txt_wrap .anim_under02 {
        right: -16%;
        bottom: auto;
        top: 85px;
        left: auto;
  }
  .image-title-desc-block .txt_wrap .anim_under03 {
    left: 2%;
    bottom: -8%;
  }
  .image-title-desc-block .txt_wrap .anim_under03 svg{
    height:190px;
  }
  .image-title-desc-block .txt_wrap.anim_white {
    margin-bottom: 50px;
    padding-bottom: 130px;
  }
  .image-title-desc-block .txt_wrap .anim_under04 {
    left: 10%;
    bottom: 0;
  }
  .image-title-desc-block .txt_wrap .anim_under05 {
    right: -40%;
    bottom:0;
  }
  .image-title-desc-block .txt_wrap .anim_under05 svg {
    max-width: 40%;
  }
}
