/******************************/
/* main */
/******************************/
/*main {
    margin-top: clamp(0px, 39 / 768 * 100vw, 39px);
}*/
.section-add-mv {
  overflow: hidden;
  margin-bottom: 0;
}

.section-add-mv .page-width {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.section-add-mv .slick-initialized .slick-slide {
  margin-right: 0;
}

.section-add-mv .slider-for {
  width: 100%;
  margin-bottom: 0px;
}

.section-add-mv .slider-nav {
  width: 100%;
  max-width: 348px;
  margin-left: auto;
  margin-right: auto;
}

.section-add-mv .slider-for img,
.section-add-mv .slider-nav img {
  width: 100%;
  height: auto;
}

.section-add-mv .slider-nav .slick-slide {
  margin: 0 3px;
}

.section-add-mv .slider-nav .slick-current {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-add-mv .slider-nav {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .section-add-mv .slider-for {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  .section-add-mv a {
    width: 100%;
    height: 100%;
    transition: none;
  }
  .section-add-mv .div1 {
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: 960/600;
  }
  .section-add-mv .div2 {
    aspect-ratio: 960/300;
  }
  .section-add-mv .div3 {
    aspect-ratio: 960/300;
  }
  .section-add-mv .slider-for > div {
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .section-add-mv .slider-for img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
.section-add-mv .slider-nav .slick-track {
  transform: unset !important;
}

/******************************/
/* NEWS */
/******************************/
.new_top_news .l-section__inner {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(20px, 3.9682539683vw, 50px);
  margin-bottom: clamp(35px, 5.5555555556vw, 70px);
}
.new_top_news_ttl {
  text-transform: capitalize;
  font-size: var(--font34);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--cardo);
  width: 200px;
  font-weight: normal;
  margin-top: 15px;
}
.new_top_news_items {
  width: calc(100% - 200px);
}
.new_top_news_items li {
  border-bottom: 1px solid #dddddd;
}
.new_top_news_item {
  display: flex;
  padding: 20px 0;
}
.new_top_news_time {
  font-family: var(--cardo);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #888888;
  padding-right: 2em;
}
.new_top_news_txt {
  color: var(--main);
  line-height: 1.6;
  font-family: var(--shippori);
}

/******************************/
/* bnr */
/******************************/
.new_top_bnr {
  background-color: #F8F5F3;
  padding-top: clamp(70px, 9.5238095238vw, 120px);
  padding-bottom: clamp(70px, 9.5238095238vw, 120px);
}
.new_top_bnr_box {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 30px;
}
.new_top_bnr_box .sp {
  display: none;
}
.new_top_bnr_bnr1 {
  width: 100%;
}
.new_top_bnr_bnr3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.new_top_bnr_bnr4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.new_top_bnr_img img {
  width: 100%;
  height: auto;
}

/******************************/
/* cat */
/******************************/
.new_top_cat {
  position: relative;
  overflow: hidden;
  /*&::before {
      content: "";
      position: absolute;
      top: 120px;
      right: -155px;
      width: 309px;
      height: 310px;
      background: url(../images/new_top/new_top_item_design.png) no-repeat center center;
      background-size: contain;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-animation: spin 24s linear infinite;
      animation: spin 24s linear infinite;
  }

  @keyframes spin {
      to {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }*/
}
.new_top_cat .l-section__inner {
  margin-top: clamp(40px, 5.5555555556vw, 70px);
  margin-bottom: clamp(40px, 5.5555555556vw, 70px);
}
.new_top_cat_ttl {
  display: flex;
  align-items: center;
  margin-bottom: clamp(10px, 2.380952381vw, 30px);
}
.new_top_cat_ttl .en {
  font-size: clamp(26px, 3.0158730159vw, 38px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--cardo);
  font-weight: normal;
}
.new_top_cat_ttl .jp {
  font-size: var(--font18);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--shippori);
  margin-left: 1em;
  font-weight: normal;
}
.new_top_cat_link {
  position: absolute;
  top: 0;
  right: 0;
}
.new_top_cat_link a {
  color: var(--main);
  font-size: 14px;
  font-family: var(--shippori);
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 15px 25px 7px 0;
  position: relative;
  display: inline-block;
}
.new_top_cat_link a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--main);
  transition: opacity 0.3s;
}
.new_top_cat_link a::after {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 13px;
  height: 1px;
  transform: rotate(35deg);
  content: "";
  background-color: var(--main);
  transition: opacity 0.3s;
}
.new_top_cat_link a:hover::before {
  right: -5px;
  transition: opacity 0.3s;
}
.new_top_cat_link a:hover::after {
  right: -5px;
  transition: opacity 0.3s;
}
.new_top_cat_insec {
  margin-top: clamp(40px, 5.1587301587vw, 65px);
  margin-bottom: clamp(40px, 5.1587301587vw, 65px);
  position: relative;
  z-index: 2;
  background: #fff;
}

.c-products {
  --_columns: 4;
  --_gap: clamp(15px, 30 / 1260 * 100vw, 30px);
}
.c-products .c-product__ttl {
  min-height: 3.4em;
  font-size: 16px;
  /*&:has(img) {
          min-height: calc((2em * 1.7) + 32px);
      }*/
  /*.new_mark_img1 {
          display: block !important;
          margin-bottom: 10px;
      }*/
}
.c-products .c-product__price {
  font-size: 20px;
  color: #6d120d;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: var(--cardo);
}
.c-products .c-product__price .yen {
  font-size: 16px;
}
.c-products .c-product__price .tax {
  font-size: 12px;
  margin-left: 5px;
}
.c-products .c-product__para {
  font-size: 14px;
}

/******************************/
/* para */
/******************************/
.new_top_para {
  min-height: clamp(250px, 47.3015873016vw, 596px);
  background-image: url(../images/new_top/new_top_para.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-size: cover;*/
  -webkit-overflow-scrolling: touch;
}

/******************************/
/* flow */
/******************************/
.new_top_flow_inner {
  margin-top: clamp(100px, 15.873015873vw, 200px);
  margin-bottom: clamp(100px, 15.873015873vw, 200px);
  --_width: 1700px;
  margin-inline: auto;
  width: min(100%, var(--_width));
  padding: 0 var(--innerPadding);
}
.new_top_flow_ttl {
  position: relative;
  text-align: center;
  padding-bottom: clamp(20px, 2.380952381vw, 30px);
  margin-bottom: clamp(20px, 2.380952381vw, 30px);
}
.new_top_flow_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 52px;
  margin-left: -26px;
  height: 1px;
  background-color: var(--main);
}
.new_top_flow_ttl .jp {
  font-size: var(--font34);
  font-family: var(--shippori);
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: clamp(15px, 2.380952381vw, 30px);
  font-weight: normal;
}
.new_top_flow_ttl .en {
  font-size: clamp(12px, 1.1111111111vw, 14px);
  font-family: var(--cardo);
  color: #888888;
  letter-spacing: 0.1em;
}
.new_top_flow_txt {
  letter-spacing: 0.05em;
  line-height: 2.375;
  font-family: var(--shippori);
  margin-bottom: 55px;
}
.new_top_flow_btn {
  width: 320px;
  height: 66px;
}
.new_top_flow_btn.sp {
  display: none;
}
.new_top_flow_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main);
  position: relative;
  width: 100%;
  height: 100%;
}
.new_top_flow_btn a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 1px;
  content: "";
  background-color: var(--main);
  transition: opacity 0.3s;
}
.new_top_flow_btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 1px;
  transform: rotate(35deg);
  content: "";
  background-color: var(--main);
  margin-top: -3px;
  transition: opacity 0.3s;
}
.new_top_flow_btn a .btn_txt {
  color: var(--main);
  font-family: var(--shippori);
}
.new_top_flow_btn a:hover::before {
  right: 15px;
  transition: opacity 0.3s;
}
.new_top_flow_btn a:hover::after {
  right: 15px;
  transition: opacity 0.3s;
}
.new_top_flow_box01 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px minmax(0, 1fr);
  gap: var(--space100);
  align-items: stretch;
  margin-bottom: var(--space150);
}
@media (max-width: 1024px) {
  .new_top_flow_box01 {
    grid-template-columns: minmax(0, 1fr) 320px minmax(0, 1fr);
  }
}
@media (max-width: 960px) {
  .new_top_flow_box01 {
    gap: 30px;
  }
}
.new_top_flow_box01_inbox01 {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.new_top_flow_box01_inbox02 {
  order: 1;
  display: flex;
  align-items: flex-end;
}
.new_top_flow_box01_inbox02 img {
  width: 100%;
  height: auto;
}
.new_top_flow_box01_inbox03 {
  order: 3;
  display: flex;
  align-items: flex-start;
}
.new_top_flow_box01_inbox03 img {
  width: 100%;
  height: auto;
}
.new_top_flow_box02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 130px;
}
.new_top_flow_box02 img {
  width: 100%;
  height: auto;
}

/******************************/
/* find */
/******************************/
.new_top_find {
  position: relative;
  padding-top: clamp(70px, 9.5238095238vw, 120px);
  padding-bottom: clamp(90px, 13.0952380952vw, 165px);
}
.new_top_find::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1160px) / 2 + 1160px);
  max-width: calc(100% - var(--innerPadding) * 2);
  height: clamp(200px, 39.6825396825vw, 500px);
  background-color: #f8f5f3;
}
.new_top_find_inner {
  --_width: 1800px;
  margin-inline: auto;
  width: min(100%, var(--_width));
  padding: 0 var(--innerPadding);
}
.new_top_find_ttl {
  position: relative;
  z-index: 2;
}
.new_top_find_ttl .jp {
  font-size: var(--font18);
  font-family: var(--shippori);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: normal;
}
.new_top_find_ttl .en {
  font-size: clamp(48px, 8.7301587302vw, 110px);
  font-family: var(--cardo);
  letter-spacing: 0.05em;
  line-height: 1.1;
  white-space: nowrap;
}
.new_top_find_ttl_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: var(--space100);
}
.new_top_find_ttl_img {
  margin-left: var(--space100);
}
.new_top_find_ttl_img img {
  width: 100%;
  height: auto;
}
.new_top_find_figure {
  position: relative;
  width: 1160px;
  /*height: 726px;*/
  aspect-ratio: 1160/726;
  max-width: 100%;
}
.new_top_find_figure .sp {
  display: none;
}
.new_top_find_figure_sp {
  display: none;
}
.new_top_find_figure_01, .new_top_find_figure_02, .new_top_find_figure_03, .new_top_find_figure_04 {
  position: absolute;
  width: 200px;
  height: 118px;
  z-index: 2;
}
@media (max-width: 1260px) {
  .new_top_find_figure_01, .new_top_find_figure_02, .new_top_find_figure_03, .new_top_find_figure_04 {
    width: 15.87vw;
    height: 9.36vw;
  }
}
.new_top_find_figure_01 img, .new_top_find_figure_02 img, .new_top_find_figure_03 img, .new_top_find_figure_04 img {
  width: 100%;
  height: auto;
}
.new_top_find_figure_01 {
  top: 188px;
  left: 275px;
}
@media (max-width: 1260px) {
  .new_top_find_figure_01 {
    top: 14.92vw;
    top: 12vw;
    left: 21.83vw;
    left: 19vw;
  }
}
.new_top_find_figure_02 {
  top: 188px;
  left: 696px;
}
@media (max-width: 1260px) {
  .new_top_find_figure_02 {
    top: 14.92vw;
    top: 12vw;
    left: 55.24vw;
    left: 48vw;
  }
}
.new_top_find_figure_03 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new_top_find_figure_04 {
  top: 427px;
  left: 213px;
}
@media (max-width: 1260px) {
  .new_top_find_figure_04 {
    top: 33.88vw;
    top: 30vw;
    left: 16.9vw;
    left: 14.5vw;
  }
}
.new_top_find_figure_bk {
  position: absolute;
  top: 0;
  left: 0;
}
.new_top_find_figure_bk img {
  width: 100%;
  height: auto;
}

/******************************/
/* store */
/******************************/
.new_top_store {
  position: relative;
  padding-top: clamp(60px, 15.873015873vw, 110px);
  padding-bottom: clamp(50px, 15.873015873vw, 100px);
}
.new_top_store::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  max-width: calc(100% - var(--innerPadding));
  height: 450px;
  background-color: #f8f5f3;
}
.new_top_store .l-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.new_top_store_ttl {
  display: flex;
  align-items: center;
}
.new_top_store_ttl .en {
  font-size: clamp(26px, 3.0158730159vw, 38px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--cardo);
  font-weight: normal;
}
.new_top_store_ttl .jp {
  font-size: var(--font18);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--shippori);
  margin-left: 1em;
  font-weight: normal;
}
.new_top_store_link a {
  color: var(--main);
  font-size: clamp(12px, 1.1111111111vw, 14px);
  font-family: var(--shippori);
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 15px 25px 7px 0;
  position: relative;
  display: inline-block;
}
.new_top_store_link a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--main);
  transition: opacity 0.3s;
}
.new_top_store_link a::after {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 13px;
  height: 1px;
  transform: rotate(35deg);
  content: "";
  background-color: var(--main);
  transition: opacity 0.3s;
}
.new_top_store_link a:hover::before {
  right: -5px;
  transition: opacity 0.3s;
}
.new_top_store_link a:hover::after {
  right: -5px;
  transition: opacity 0.3s;
}
.new_top_store_link a .icon_link {
  position: relative;
  padding-left: 18px;
}
.new_top_store_link a .icon_link::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 13px;
  height: 12px;
  background: url(../images/new_top/icon_outlink.png) no-repeat left top;
  background-size: contain;
}
.new_top_store_list {
  display: flex;
  gap: 10px;
  width: calc((100% - 1160px) / 2 + 1160px);
  max-width: calc(100% - var(--innerPadding));
}
.new_top_store_list.slick-initialized {
  display: block;
}
.new_top_store_list.slick-initialized .slick-track {
  display: block;
  margin: 0 -5px;
}
.new_top_store_list.slick-initialized li {
  width: auto;
  margin: 0 5px;
}
.new_top_store_list .slick-dots {
  width: auto;
  margin-left: -10px;
}
.new_top_store_list .slick-dots li {
  height: 4px;
  margin: 0 10px;
}
.new_top_store_list .slick-dots li button {
  width: 80px;
  height: 4px;
  padding: 0;
  background: rgba(42, 15, 4, 0.2);
}
.new_top_store_list .slick-dots li.slick-active button {
  background: #2a0f04;
}
.new_top_store_list li {
  /*flex: 0 0 300px;*/
}
.new_top_store_list li img {
  width: 100%;
  height: auto;
  display: block;
}
.new_top_store_list_cover {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.new_top_store_list_cover .slick-prev,
.new_top_store_list_cover .slick-next {
  z-index: 5;
}
.new_top_store_list_cover .slick-dots {
  bottom: -40px;
}
.new_top_store_list figcaption {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--shippori);
  color: var(--main);
}
.new_top_store_list.slick-slider {
  margin-bottom: 40px !important;
}

/******************************/
/* guide */
/******************************/
.new_ft_guide {
  background-color: #1d0a03;
  padding-top: clamp(45px, 7.1428571429vw, 90px);
  padding-bottom: clamp(50px, 7.9365079365vw, 100px);
  margin-top: clamp(50px, 7.9365079365vw, 100px);
}
.new_ft_guide_box {
  display: flex;
  justify-content: space-between;
}
.new_ft_guide_left {
  width: 32.75%;
}
.new_ft_guide_right {
  width: 64.65%;
}
.new_ft_guide_ttl {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--shippori);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: normal;
}
.new_ft_guide_ttl02 {
  position: relative;
  padding-left: 1em;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.5;
}
.new_ft_guide_ttl02::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #6d120d;
  border-radius: 50%;
}
.new_ft_guide_sec:not(:last-child) {
  margin-bottom: 50px;
}
.new_ft_guide_insec:not(:last-child) {
  margin-bottom: 40px;
}
.new_ft_guide_insec02:not(:last-child) {
  margin-bottom: 20px;
}
.new_ft_guide_list li {
  position: relative;
  padding-left: 1em;
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}
.new_ft_guide_list li img {
  display: block;
  margin: 5px 0;
  max-width: 100%;
  height: auto;
}
.new_ft_guide_list li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #6d120d;
  border-radius: 50%;
}
.new_ft_guide_list li:not(:last-child) {
  margin-bottom: 10px;
}
.new_ft_guide_listol li {
  position: relative;
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}
.new_ft_guide_listol li:not(:last-child) {
  margin-bottom: 10px;
}
.new_ft_guide_check {
  margin: 20px 0 15px 0;
}
.new_ft_guide_check li {
  background-color: rgba(248, 245, 243, 0.1);
  border-radius: 3px;
  color: #fff;
  padding: 10px 10px 10px 41px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.new_ft_guide_check li::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 20px;
  content: "";
  background: url(../images/new_top/new_ft_guide_check.png) no-repeat left top;
}
.new_ft_guide_check02 {
  margin-top: 10px;
}
.new_ft_guide_check02 li {
  border-radius: 3px;
  color: #fff;
  padding: 0 0 0 31px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.new_ft_guide_check02 li::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 24px;
  height: 20px;
  content: "";
  background: url(../images/new_top/new_ft_guide_check.png) no-repeat left top;
}
.new_ft_guide_txt {
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}
.new_ft_guide_txt_indent {
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 1em;
}
.new_ft_guide_inbox {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.new_ft_guide_inbox.big {
  padding: 20px;
  margin-bottom: 0;
}
.new_ft_guide_inbox .intxt {
  color: #6d120d;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.new_ft_guide_tbl {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
}
.new_ft_guide_tbl th {
  width: 11.1111111111%;
  box-sizing: border-box;
  background-color: #6d120d;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
}
.new_ft_guide_tbl td {
  width: 11.1111111111%;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  text-align: center;
}
.new_ft_guide_box02 {
  display: flex;
  justify-content: space-between;
}
.new_ft_guide_box02_in {
  width: calc((100% - 80px) / 3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.new_ft_guide_box02_in.fend {
  margin-top: auto;
}
.new_ft_guide_box02_bg {
  background-color: rgba(248, 245, 243, 0.1);
  border-radius: 3px;
  padding: 20px 30px;
  margin-top: 5px;
  flex-grow: 1;
}
.new_ft_guide_btn {
  width: 100%;
}
.new_ft_guide_btn a {
  border: 1px solid #fff;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--shippori);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  height: 66px;
}
.new_ft_guide_btn a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 23px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: opacity 0.3s;
}
.new_ft_guide_btn a::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  width: 8px;
  height: 1px;
  transform: rotate(35deg);
  content: "";
  background-color: #fff;
  transition: opacity 0.3s;
}
.new_ft_guide_btn a:hover::before {
  right: 15px;
  transition: opacity 0.3s;
}
.new_ft_guide_btn a:hover::after {
  right: 15px;
  transition: opacity 0.3s;
}

/******************************/
/* megamenu */
/******************************/
.c-nav__subMenus.itemlist {
  grid-template-columns: repeat(3, minmax(0, 300px));
  align-items: flex-start;
  gap: 20px 60px;
}

.c-nav__subMenus_ttl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #fff;
}

.c-nav__subMenus_ttl a {
  color: #fff;
  display: flex;
  align-items: center;
}

.c-nav__subMenus_ttl a::before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  width: 6px;
  aspect-ratio: 1;
  margin-right: 10px;
}

.c-nav__subMenus_in .c-nav__subMenu:not(:last-child) {
  margin-bottom: 15px;
}

.c-nav__subMenu a {
  align-items: flex-start;
}

.c-nav__subMenu a::before {
  margin-top: 0.5em;
}

.c-nav-sp__subMenu_ttl {
  color: #fff;
  padding: 17px 18px;
  background: #4a3415;
  font-size: 14px;
}
.c-nav-sp__subMenu_ttl a {
  padding: 0;
}
.c-nav-sp__subMenu_ttl a::after {
  right: 0;
}

.c-nav-sp__subMenu_in .c-nav-sp__subMenu a {
  padding-left: calc(18px + 1em);
}

.l-side-navi__ttl .l-side-navi-list__link {
  font-size: 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.l-side-navi-list + .l-side-navi__ttl {
  margin-top: 50px !important;
}

.c-nav__subMenus.c-nav__subMenus--2col .c-nav__subMenu:nth-child(5) {
  display: none !important;
}/*# sourceMappingURL=top_new.css.map */