@media only screen and (max-width: 991.98px) {
  #wrapper {
    -webkit-padding-after: 56px;
    padding-block-end: 56px;
  }
}
@media screen and (min-width: 751px) {
  #wrapper {
    min-width: auto !important;
  }
}
@media screen and (min-width: 751px), print {
  nav.submenu.open {
    left: calc(50% - 500px) !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  nav.submenu.open {
    left: 0 !important;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock {
    width: 100%;
    max-width: 1000px !important;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock > ul.list01 > li {
    width: 20%;
    max-width: 201px;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock > ul.list01 > li:first-child {
    width: 20%;
    max-width: 190px;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock > ul.list01 > li > ul {
    margin: 0 10px 0 20px;
  }
}
#bg_wrapper #wrapper2 {
  max-width: none;
}
.mt0 {
  margin-top: 0 !important;
}
.unagi_2026 {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  color: var(--black);
  letter-spacing: 0.025em;
  background: var(--white);
}
.unagi_2026 img {
  max-width: 100%;
  height: auto;
}
.unagi_2026 .unagi_2026_title.home {
    /* padding-top: 13px; */
}
.unagi_2026 a {
  color: var(--black);
  transition: all 0.2s;
}
.unagi_2026 a img {
  transition: all 0.2s;
}
.unagi_2026 a:hover {
  opacity: 1 !important;
}
.unagi_2026_title.home h1 {
    margin-top: 13px;
}
@media (hover: hover) {
  .unagi_2026 a:hover img {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .container {
    width: calc(100% - 10.66vw);
    margin-inline: 5.33vw;
  }
}
/* @media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .unagi_2026 .container {
    width: calc(100% - 80px);
    margin-inline: 40px;
  }
} */
@media print, screen and (min-width: 751px) {
  .unagi_2026 .container {
    max-width: 1000px;
    margin-inline: auto;
  }

  .unagi_2026 .unagi_2026_contents .container {
    max-width: 1040px;
    margin-inline: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.unagi_2026 .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--white);
  border: none;
  border-radius: 4px;
  transition: all 0.2s;
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .button {
    height: 56px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .button {
    height: 60px;
    font-size: 18px;
  }
}
.unagi_2026 .button:hover {
  color: var(--white);
}
.unagi_2026 .button.next {
  overflow: hidden;
}
.unagi_2026 .button.next > span {
  position: relative;
  z-index: 1;
}
.unagi_2026 .button.next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: all 0.2s;
}
.unagi_2026 .button.next::after {
  display: inline-block;
  content: "";
  background-image: url("../../img/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .button.next::after {
    width: 10.29px;
    height: 8px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .button.next::after {
    width: 18px;
    height: 14.44px;
  }
}
.unagi_2026 .button.app {
  background-color: var(--app-blue);
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .button.app {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .button.app {
    display: none;
  }
}
.unagi_2026 .button.app::before {
  display: inline-block;
  width: 14.62px;
  height: 24px;
  margin-right: 16px;
  content: "";
  background-image: url("../../img/icon_phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .unagi_2026 .button.app:hover {
    background-color: #0063b3;
  }
}
.unagi_2026 .button.contact {
  gap: 9px;
  background-color: var(--red);
}
@media only screen and (max-width: 767.98px) {
  .unagi_2026 .button.contact {
    text-align: left;
    word-break: keep-all;
  }
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .button.contact {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .button.contact {
    height: 56px;
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .unagi_2026 .button.contact wbr {
    display: none;
  }
}
.unagi_2026 .button.contact img[src$="icon_chat.svg"] {
  width: 24px;
}
@media (hover: hover) {
  .unagi_2026 .button.contact:hover {
    background-color: #ab0b1f;
  }
  .unagi_2026 .button.contact:hover img {
    opacity: 1;
  }
}
.unagi_2026 .underline {
  text-decoration: underline;
}
@media (hover: hover) {
  .unagi_2026 .underline:hover {
    text-decoration: none;
  }
}
.unagi_2026 .contents-text {
  margin-block: 20px;
}
.unagi_2026 .attention {
  color: var(--red);
}
.unagi_2026 .copy {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .copy {
    font-size: 16px;
    word-break: keep-all;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .copy {
    font-size: 18px;
  }
}
.unagi_2026 .note {
  position: relative;
  display: block;
  -webkit-padding-start: 18px;
  padding-inline-start: 18px;
  margin-block: 5px;
  font-size: 14px;
  line-height: 1.5;
}
.unagi_2026 .note.large {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  font-size: 16px;
}


.unagi_2026 .note::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  content: "※";
}
@media print, screen and (max-width: 750px) {
    .unagi_2026 .note {
      /* font-size: 3.6vw;
      -webkit-padding-start: 0px;
      padding-inline-start: 0px;
      text-indent: 5.2vw;
      line-height: 5.3vw; */
      /* letter-spacing: 5px; */
      /* font-weight: bold; */
    }
    /* .unagi_2026 .note::before {
        left: -5.03vw;
    } */
}
.unagi_2026 .note.attention {
  color: var(--red);
}
.unagi_2026 .note.attention::before {
  color: var(--red);
}
.unagi_2026 .mark-small {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
.unagi_2026 table {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}
.unagi_2026 table th {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #eaeaea;
  border: 1px solid #d6d6d6;
}
.unagi_2026 table td {
  line-height: 1.3;
  vertical-align: middle;
  border: 1px solid #d6d6d6;
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 table td {
    padding: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 table td {
    padding: 15px;
  }
}
.unagi_2026 table td .only-md {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .unagi_2026 table td .only-md {
    display: inline;
  }
}
.unagi_2026 table td .note:last-of-type {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.unagi_2026 table th .narrow,
.unagi_2026 table td .narrow {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .unagi_2026 table th .narrow,
  .unagi_2026 table td .narrow {
    display: inline;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .unagi_2026 table th .narrow,
  .unagi_2026 table td .narrow {
    display: inline;
  }
}
@media print, screen and (min-width: 768px) {
  .unagi_2026 table.region th {
    width: 160px;
  }
}
.unagi_2026 table.region td {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .unagi_2026 .product-photos {
    width: 60%;
    margin-inline: auto;
  }
}
.unagi_2026 .product-photos .swiper-slide img {
  width: 100%;
}
.unagi_2026 .product-photos .product-slide_thumbs {
  -webkit-margin-before: 4px;
  margin-block-start: 4px;
}
.unagi_2026 .product-photos .product-slide_thumbs .swiper-slide {
  width: 76px !important;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all 0.2s;
}
.unagi_2026 .product-photos .product-slide_thumbs .swiper-slide:hover {
  opacity: 1;
}
.unagi_2026
  .product-photos
  .product-slide_thumbs
  .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid var(--gold);
}
.unagi_2026 .product-photos .swiper-button-prev,
.unagi_2026 .product-photos .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: var(--black);
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
.unagi_2026 .product-photos .swiper-button-prev::after,
.unagi_2026 .product-photos .swiper-button-next::after {
  font-size: 0;
}
@media (hover: hover) {
  .unagi_2026 .product-photos .swiper-button-prev:hover,
  .unagi_2026 .product-photos .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.unagi_2026 .product-photos .swiper-button-prev.swiper-button-disabled,
.unagi_2026 .product-photos .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.unagi_2026 .product-photos .swiper-button-prev {
  left: 0;
}
.unagi_2026 .product-photos .swiper-button-prev::after {
  position: absolute;
  right: 16px;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-right: 12px solid var(--black);
}
.unagi_2026 .product-photos .swiper-button-next {
  right: 0;
}
.unagi_2026 .product-photos .swiper-button-next::after {
  position: absolute;
  left: 16px;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-left: 12px solid var(--black);
}
.unagi_2026 .breadcrumbs > ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .breadcrumbs > ol {
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .breadcrumbs > ol {
    -webkit-margin-before: 23px;
    margin-block-start: 23px;
  }
}
.unagi_2026 .breadcrumbs > ol li {
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
}
.unagi_2026 .breadcrumbs > ol li:not(:first-of-type) {
  position: relative;
  -webkit-margin-start: 14px;
  margin-inline-start: 14px;
}
.unagi_2026 .breadcrumbs > ol li:not(:first-of-type)::before {
  position: absolute;
  top: 6px;
  left: -17px;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-border-before: 1px solid #999;
  border-block-start: 1px solid #999;
  -webkit-border-end: 1px solid #999;
  border-inline-end: 1px solid #999;
  transform: rotate(45deg);
}
.unagi_2026 .breadcrumbs > ol li:last-of-type a {
  color: #999;
}
.unagi_2026 .breadcrumbs > ol li a {
  display: inline-block;
  font-size: 12px;
}
.unagi_2026 .sub-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #e0271c,
    #d6231b,
    #cd2019,
    #c31c17,
    #b91816,
    #b01514,
    #a61113,
    #9d0d11
  );
}
@media only screen and (max-width: 767.98px) {
  .unagi_2026 .sub-header {
    height: 140px;
  }
}
@media print, screen and (min-width: 768px) {
  .unagi_2026 .sub-header {
    height: 200px;
  }
}
.unagi_2026 .sub-header .page-title {
  position: relative;
  z-index: 2;
  font-family: var(--font-mincho);
  font-weight: bold;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .unagi_2026 .sub-header .page-title {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .unagi_2026 .sub-header .page-title {
    font-size: 40px;
  }
}
.unagi_2026 .sub-header img {
  position: absolute;
  z-index: 1;
}
.unagi_2026 .sub-header img[src$="title_unagi.png"] {
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  .unagi_2026 .sub-header img[src$="title_unagi.png"] {
    width: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .sub-header img[src$="title_unagi.png"] {
    left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .unagi_2026 .sub-header img[src$="title_unagi.png"] {
    width: 168px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .sub-header img[src$="title_unagi.png"] {
    left: calc((100% - 1000px) / 2);
  }
}
.unagi_2026 .sub-header img[src$="image_osechi.jpg"] {
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  .unagi_2026 .sub-header img[src$="image_osechi.jpg"] {
    right: -110px;
    width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .unagi_2026 .sub-header img[src$="image_osechi.jpg"] {
    right: -136px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .sub-header img[src$="image_osechi.jpg"] {
    right: 0;
  }
}
.unagi_2026 .footer-list {
  background-color: var(--dark-purple);
}
.unagi_2026 .banners-list {
  display: flex;
  flex-wrap: wrap;
}
.unagi_2026 .banners-list > li {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--white);
  border: 1px solid var(--gold);
}
@media only screen and (max-width: 575.98px) {
  .unagi_2026 .banners-list > li {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .unagi_2026 .banners-list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .banners-list > li {
    width: calc((100% - 40px) / 2);
  }
}
.unagi_2026 .banners-list > li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  content: "";
}
.unagi_2026 .banners-list > li figure {
  position: relative;
  overflow: hidden;
}
.unagi_2026 .banners-list > li figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.unagi_2026 .banners-list > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s;
}
@media (hover: hover) {
  .unagi_2026 .banners-list > li:hover figure img {
    transform: scale(1.05);
  }
}
.unagi_2026 .banners-list > li a {
  display: block;
  font-family: var(--font-mincho);
  font-weight: bold;
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .banners-list > li a {
    padding-inline: 20px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .banners-list > li a {
    padding-inline: 24px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .banners-list:not(.small) {
    gap: 20px;
    padding-block: 60px 80px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .banners-list:not(.small) {
    gap: 40px;
    padding-block: 80px 160px;
  }
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .banners-list:not(.small) > li figure {
    width: 100px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .banners-list:not(.small) > li figure {
    width: 167px;
  }
}
.unagi_2026 .banners-list.small {
  gap: 12px;
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .banners-list.small {
    padding-block: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .banners-list.small {
    padding-block: 80px;
  }
}
.unagi_2026 .banners-list.small > li::before {
  right: 4px;
  bottom: 6px;
  width: 9.21px;
  height: 7.5px;
}
.unagi_2026 .banners-list.small > li::after {
  right: -21px;
  bottom: -21px;
  width: 42px;
  height: 42px;
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .banners-list.small > li figure {
    width: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .banners-list.small > li figure {
    width: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .banners-list.small > li a {
    width: calc(100% - 60px);
    padding-inline: 8px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .banners-list.small > li a {
    width: calc(100% - 80px);
    padding-inline: 20px;
    font-size: 20px;
  }
}
.unagi_2026 .side-menu {
  position: fixed;
  z-index: 10;
  background-color: var(--purple);
  background-size: cover;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media print, screen and (min-width: 992px) {
  .unagi_2026 .side-menu {
    top: 150px;
    right: 0;
  }
}
.unagi_2026 .side-menu[data-view="true"] {
  visibility: visible;
  opacity: 1;
}
.unagi_2026 .side-menu[data-view="false"] {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 751px) and (max-width: 991.98px){
  .unagi_2026 .side-menu {
    right: 0;
    bottom: unset;
    display: -ms-flexbox;
    display: unset;
    width: auto;
    max-width: unset;
  }
  .unagi_2026 .side-menu > li {
    height: 180px;
  }
}
@media print,
screen and (max-width: 751px) {
  .unagi_2026 .side-menu>li {
    width: 33.3333%;
    height: 13rem;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .side-menu > li {
    width: 56px;
  }
}
@media print, screen and (min-width: 992px) {
  .unagi_2026 .side-menu > li.side-menu-app {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .side-menu > li:not(:first-of-type) {
    -webkit-border-start: 1px solid var(--white);
    border-inline-start: 1px solid var(--white);
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026 .side-menu > li:nth-of-type(1) {
    -webkit-border-after: 1px solid var(--white);
    border-block-end: 1px solid var(--white);
  }
}
.unagi_2026 .side-menu > li > a {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  color: var(--white);
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .side-menu > li > a {
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    height: 100%;
    -webkit-padding-after: 5px;
    padding-block-end: 5px;
    font-size: 2.2rem;
  }
}
/* @media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .unagi_2026 .side-menu > li > a {
    height: 100%;
    font-size: 14px;
  }
} */
@media print, screen and (min-width: 751px) {
  .unagi_2026 .side-menu > li > a {
    padding: 40px 0;
    letter-spacing: 0.05em;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .side-menu > li > a img[src$="icon_phone.svg"] {
    width: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .side-menu > li > a img[src$="icon_document.svg"] {
    width: 6.7rem;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026 .side-menu > li > a img[src$="icon_document.svg"] {
    width: 29.05px;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .side-menu > li > a img[src$="icon_chat.svg"] {
    width: 5.6rem;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026 .side-menu > li > a img[src$="icon_chat.svg"] {
    width: 24px;
  }
}
.unagi_2026 .side-menu > li > a:hover {
  background-color: #063883;
}
.unagi_2026 .side-menu > li > a:hover img {
  opacity: 1;
}
.unagi_2026_footer {
  background-color: var(--white);
}
.unagi_2026_footer .footer-access {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer .footer-access {
    gap: 50px;
    padding-block: 40px;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026_footer .footer-access {
    gap: 80px;
    padding-block: 80px;
  }
}
.unagi_2026_footer .footer-access .banner {
  width: 100%;
}
.unagi_2026_footer .footer-access .banner img {
  width: 100%;
}
@media (hover: hover) {
  .unagi_2026_footer .footer-access .banner:hover img {
    opacity: 1;
    transform: scale(1.05);
  }
}
.unagi_2026_footer .footer-access .caution {
  width: 100%;
  border: 2px solid var(--red);
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer .footer-access .caution {
    padding: 3.66vw 3.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026_footer .footer-access .caution {
    padding: 12px 16px 16px;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 16px;

  }
}
.unagi_2026_footer .footer-access .caution .caution-title {
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.unagi_2026_footer .footer-access .caution p:last-of-type {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.unagi_2026_footer .footer-access .access-list {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer .footer-access .access-list {
    flex-wrap: wrap;
  }
  /* .unagi_2026_footer .footer-access .caution .caution-title {
    font-size: 4.2vw;
    margin-block-end: 3.03vw;
    font-weight: bolder;
  } */
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer .footer-access .access-list {
    gap: 2.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026_footer .footer-access .access-list {
    gap: 24px;
  }
}
.unagi_2026_footer .footer-access .access-list > li {
  border: 1px solid var(--gold);
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer .footer-access .access-list > li {
    width: calc((100% - 5.3vw) / 3);
  }
}
/* @media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .unagi_2026_footer .footer-access .access-list > li {
    width: calc((100% - 36px) / 4);
  }
} */
@media print, screen and (min-width: 751px) {
  .unagi_2026_footer .footer-access .access-list > li {
    width: calc((100% - 40px) / 3);
  }
}
.unagi_2026_footer .footer-access .access-list > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 12px;
  font-weight: bold;
  line-height: 1.35;
  white-space: nowrap;
}
@media only screen and (max-width:750px) {
  .unagi_2026_footer .footer-access .access-list > li > a {
    gap: 4.46vw;
    font-size: 3.2vw;
    flex-direction: column;
    text-align: center;
    padding-bottom: 16px;
  }
  /*.unagi_2026_footer .footer-access .access-list > li:first-child > a {
    gap: 2.26vw;
  }*/
}
@media print, screen and (min-width: 992px) {
    .unagi_2026_footer .footer-access .access-list > li > a br:nth-child(2) {
        display: none;
    }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026_footer .footer-access .access-list > li > a {
    gap: 16px;
    font-size: 16px;
  }
}
.unagi_2026_footer .footer-access .access-list > li > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gold);
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer .footer-access .access-list > li > a > span {
    width: 10.66vw;
    height: 10.66vw;
    margin-top: 1.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026_footer .footer-access .access-list > li > a > span {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026_footer
    .footer-access
    .access-list
    > li
    > a
    > span
    img[src$="icon_track.svg"] {
    width: 24.16px;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer
    .footer-access
    .access-list
    > li
    > a
    > span
    img[src$="icon_chat.svg"] {
    width: 4.977vw;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer
    .footer-access
    .access-list
    > li
    > a
    > span
    img[src$="icon_store.svg"] {
    width: 4.977vw;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer
    .footer-access
    .access-list
    > li
    > a
    > span
    img[src$="icon_search.svg"] {
    width:  4.977vw;
  }
}
@media (min-width: 340px) {
  .unagi_2026_footer .footer-access .access-list > li > a br.mini {
    display: none;
  }
}
@media (max-width: 340px) {
  .unagi_2026_footer .footer-access .access-list > li > a br.non-mini {
    display: none;
  }
}
@media (hover: hover) {
  .unagi_2026_footer .footer-access .access-list > li > a:hover {
    background-color: #ede4d4;
  }
}
.unagi_2026_footer .footer-access .access-list > li > a:hover img {
  opacity: 1;
}
.unagi_2026_footer .sns-list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer .sns-list {
    -webkit-margin-after: 12rem;
    margin-block-end: 12rem;
    gap: 2.66vw;
  }
  .unagi_2026_footer .sns-list > li > a > img {
    width: 18.66vw;
  }
  .unagi_2026 .side-menu>li>a {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026_footer .sns-list {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026_footer .sns-list > li.for-mobile {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026_footer .sns-list > li.for-pc {
    display: none;
  }
}
:root {
  --white: #fff;
  --black: #231815;
  --gold: #ac8749;
  --red: #c30d23;
  --sky-blue: #54b7d1;
  --blue: #1d4f86;
  --purple: #002559;
  --dark-purple: #18192a;
  --font-default: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  --font-mincho: Times New Roman, Hiragino Mincho ProN, MS PMincho, Meiryo,
    serif;
}
.unagi_2026 .unagi_2026_main {
  position: relative;
  overflow: hidden;

}
/* .unagi_2026 .unagi_2026_main .container {
    background: url("../../image/home/bg-banner-pc.jpg") no-repeat;
    background-position: top center;
    background-image: 100%;
} */
/* .unagi_2026 .unagi_2026_main::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: "";
  background-color: #f3eca8;
} */
/* @media only screen and (max-width: 575.98px) {
  .unagi_2026 .unagi_2026_main::after {
    height: 45px;
  }
}
@media print, screen and (min-width: 576px) {
  .unagi_2026 .unagi_2026_main::after {
    height: 16%;
  }
} */
.unagi_2026 .unagi_2026_main .container {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .unagi_2026 .unagi_2026_main .container {
    width: 100%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_main .container {
    /* margin-bottom: 40vw; */
  }
}
.unagi_2026 .unagi_2026_main img[src$="title_unagi.png"] {
  position: absolute;
  z-index: 2;
}
.unagi_2026 .unagi_2026_main img[src$="title_unagi2.png"] {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_main img[src$="title_unagi.png"] {
    top: 0.5vw;
    width: 35vw;
    left: 2vw;
    /* left: 4vw; */
    /* width: 54.2vw; */
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_main img[src$="title_unagi2.png"] {
    top: 0;
    width: 36vw;
    right: 0;
    /* left: 4vw; */
    /* width: 54.2vw; */
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026 .unagi_2026_main img[src$="title_unagi.png"] {
    top: 0.5%;
    left: 2.5%;
    width: 30%;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026 .unagi_2026_main img[src$="title_unagi2.png"] {
    top: 0;
    right: 0%;
    width: 29%;
  }
}
/* @media print, screen and (min-width: 751px) {
  .unagi_2026 .unagi_2026_main img[src$="title_unagi.png"] {
    left: 0;
  }
} */
.unagi_2026 .unagi_2026_main .benefit {
}

.unagi_2026 .unagi_2026_main img[src$="benefit-pc.png"] {
  max-width: 1000px;
  margin: auto;
  display: block;
}
.unagi_2026 .unagi_2026_main img[src$="benefit-sp.png"] {
  max-width: 1000px;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_main img[src$="benefit-pc.png"] {
    display: none;
  }
  .unagi_2026 .unagi_2026_main img[src$="benefit-sp.png"] {
    display: block;
    /* top: 0;
    right: 0;
    width: 50vw; */
    width: 100%;
    bottom: -40vw;
    left: 0;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026 .unagi_2026_main img[src$="benefit-pc.png"] {
    /* right: 2.2%;
    top: 2.2%;
    width: 38.1%; */
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .unagi_2026 .unagi_2026_main img[src$="benefit-sp.png"] {
    display: none;
  }
}

.unagi_2026 .unagi_2026_main img[src$="banner-schedule-pc.png"] {
    position: absolute;
    z-index: 6;
  }
.unagi_2026 .unagi_2026_main img[src$="banner-schedule-sp.png"] {
    position: absolute;
    z-index: 6;
}

.unagi_2026 .unagi_2026_main .caption {
    position: absolute;
    z-index: 7;
    right: 3%;
    bottom: 34%;
    color: var(--white);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

@media print, screen and (min-width: 751px) {
    .unagi_2026 .unagi_2026_main img[src$="banner-schedule-pc.png"] {
      bottom: 2%;
      left: 50%;
      transform: translateX(-50%);
      width: 96%;
        /* left: 1.9%;
        bottom: 2.2%;
        width: 96%; */
    }
    .unagi_2026 .unagi_2026_main img[src$="banner-schedule-sp.png"] {
        display: none;
    }
}
@media only screen and (max-width: 750px) {
    .unagi_2026 .unagi_2026_main img[src$="banner-schedule-pc.png"] {
        display: none;
    }
    .unagi_2026 .unagi_2026_main img[src$="banner-schedule-sp.png"] {
        display: block;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5.3vw;
        width: 96vw;
    }

    .unagi_2026 .unagi_2026_main .caption {
      bottom: 39%;
      font-size: 10px;
  }
}

@media (hover: hover) {
  .unagi_2026 .unagi_2026_main .benefit:hover img {
    opacity: 1;
    transform: scale(1.05);
  }
}
.unagi_2026 .unagi_2026_contents:not(.last) {
  position: relative;
  overflow: hidden;
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f3eca8),
    color-stop(#efe49b),
    color-stop(#ebdd8d),
    color-stop(#e7d580),
    color-stop(#e3cd73),
    color-stop(#e0c566),
    color-stop(#dcbd58),
    to(#d9b54b)
  );
  background: linear-gradient(
    #f3eca8,
    #efe49b,
    #ebdd8d,
    #e7d580,
    #e3cd73,
    #e0c566,
    #dcbd58,
    #d9b54b
  ); */
  background: url("../../img/bg-product-pc.jpg") no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
/* @media only screen and (max-width: 991.98px) {
  .unagi_2026 .unagi_2026_contents:not(.last) {
    -webkit-padding-before: 60px;
    padding-block-start: 60px;
  }
} */
@media print, screen and (min-width: 751px) {
  .unagi_2026 .unagi_2026_contents:not(.last) {
    -webkit-padding-before: 32px;
    -webkit-padding-after: 24px;
    padding-block-start: 32px;
    padding-block-end: 24px;
  }
}
@media only screen and (max-width: 750px) {
    .unagi_2026 .unagi_2026_contents:not(.last) {
      -webkit-padding-before: 60px;
      -webkit-padding-after: 1000px;
      padding-block-start: 8vw;
      padding-block-end: 13.33vw;
      background: url("../../img/bg-product-sp.jpg") no-repeat;
    }
  }
/* .unagi_2026 .unagi_2026_contents:not(.last)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: "";
  background-color: #18192a;
}
@media only screen and (max-width: 575.98px) {
  .unagi_2026 .unagi_2026_contents:not(.last)::after {
    height: 45px;
  }
}
@media print, screen and (min-width: 576px) {
  .unagi_2026 .unagi_2026_contents:not(.last)::after {
    height: 16%;
  }
} */
.unagi_2026 .unagi_2026_contents .lineup-title {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 999px) {
  .unagi_2026 .unagi_2026_contents .lineup-title {
    height: 10vw;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-title {
    width: 100vw;
    height: 20vw;
    margin: 13.33vw calc(50% - 50vw) 6.66vw;
  }
}
.unagi_2026 .unagi_2026_contents .lineup-title-text {
  height: 42%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-title-text {
    height: 30.66%;/*height: 50.66%;*/
  }
}
.unagi_2026 .unagi_2026_contents .lineup-title-text img {
  width: auto;
  height: 100%;
}
/* @media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-title2 .lineup-title-text {
    margin-bottom: -9.06vw;
  }
} */
.unagi_2026 .unagi_2026_contents .lineup-title1 {
  background : linear-gradient(0deg, rgba(41, 41, 41, 1) 0%, rgba(77, 77, 77, 1) 100%);
}
.unagi_2026 .unagi_2026_contents .lineup-title2 {
  background : linear-gradient(0deg, rgba(146, 110, 28, 1) 0%, rgba(207, 156, 20, 1) 100%);
  /*background : linear-gradient(0deg, rgba(168, 34, 24, 1) 0%, rgba(204, 92, 84, 1) 100%);*/
}
.unagi_2026 .unagi_2026_contents .lineup-title3 {
  background : linear-gradient(0deg, rgba(239, 207, 150, 1) 0%, rgba(254, 249, 241, 1) 100%);
}
.unagi_2026 .unagi_2026_contents .lineup-title::after {
  content: '';
  width: 30.6%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-title::after {
    width: 40%;
    right: -8.93vw;
  }
}
.unagi_2026 .unagi_2026_contents .lineup-title1::after {
  background: url("../../img/image_unagi.png") no-repeat center right / 100% auto;
}
.unagi_2026 .unagi_2026_contents .lineup-title2::after {
  background: url("../../img/image_unagi_02.png") no-repeat center right / 100% auto;
}
.unagi_2026 .unagi_2026_contents .lineup-title3::after {
  background: url("../../img/image_unagi_03.png") no-repeat center right / 100% auto;
}
/* .unagi_2026 .unagi_2026_contents .lineup-title2 .logo-title-lv2-meiten {
  width: 27.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.8%;
}
@media only screen and (max-width: 999px) {
  .unagi_2026 .unagi_2026_contents .lineup-title2 .logo-title-lv2-meiten {
    width: 30%;
    gap: 1vw;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-title2 .logo-title-lv2-meiten {
    width: 39.33%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 2.4vw;
    z-index: 2;
    gap: 0.66vw;
  }
}
.unagi_2026 .unagi_2026_contents .lineup-title2 .logo-title-lv2-meiten > span {
  width: calc(100% - 8px) / 3;
}
@media only screen and (max-width: 999px) {
  .unagi_2026 .unagi_2026_contents .lineup-title2 .logo-title-lv2-meiten > span {
    width: calc(100% - 0.8vw) / 3;
  }
} */
.unagi_2026 .unagi_2026_contents .lineup-icon-list {
  width: 40.8%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-icon-list {
    width: 37.3%;
  }
}
.unagi_2026 .unagi_2026_contents .lineup-icon-list > li:not(:first-child) {
  margin-top: 5px;
}
.unagi_2026 .unagi_2026_contents .lineup-list {
  position: relative;
  justify-content: center;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-list {
    gap: 6.466vw;
  }
}
@media print, screen and (min-width: 751px) {
  .unagi_2026 .unagi_2026_contents .lineup-list {
    gap: 10px;
  }
}
.unagi_2026 .unagi_2026_contents .lineup-list > li {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-list > li {
    width: 100%;
  }
  .unagi_2026 .unagi_2026_contents .lineup-list > li img.sp {
    display: block;
  }
  .unagi_2026 .unagi_2026_contents .lineup-list > li img.pc {
    display: none;
  }
}
/* @media only screen and (min-width: 576px) and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-list > li {
    width: calc((100% - 24px) / 2);
  }
} */
@media print, screen and (min-width: 751px) {
  .unagi_2026 .unagi_2026_contents .lineup-list.col-4 > li {
    width: calc((100% - 30px) / 4);
  }
  .unagi_2026 .unagi_2026_contents .lineup-list.col-3 > li {
    width: calc((100% - 20px) / 3);
  }
  .unagi_2026 .unagi_2026_contents .lineup-list.col-2 > li {
    width: calc((100% - 10px) / 2);
  }
  .unagi_2026 .unagi_2026_contents .lineup-list > li img.sp {
    display: none;
  }
}
.unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title {
  position: absolute;
  z-index: 2;
  width: auto;
  height: 17.5%;
}
.unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title.height1 {
  height: 14.4%;
}
.unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title.height2 {
  height: 28%;/*height: 38%;*/
}
.unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title.height3 {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title.height1 {
    height: 16.62%;
  }
  .unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title.height2 {
    height: 33.22%;/*height: 47.22%;*/
	bottom: 1%;
  }
  .unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title.height3 {
    height: auto;
    width: 100%;
  }
}
/* .unagi_2026 .unagi_2026_contents .lineup-list > li:nth-child(1) .lineup-list-title {
    position: absolute;
    z-index: 2;
    width: 17.26%;
    height: 17.5%;
} */
@media only screen and (max-width: 750px) {
  .unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title {
    bottom: 1.8%;
    left: 0;
  }
  .unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title {
    height: 16.6%;
  }
  /* .unagi_2026 .unagi_2026_contents .lineup-list > li:nth-child(6) .lineup-list-title {
    height: 16.8%;
    } */
    /* .unagi_2026 .unagi_2026_contents .lineup-list > li:first-child .lineup-list-title {
        height: 18.3%;
    } */
}
@media print, screen and (min-width: 751px) {
  .unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title {
    bottom: 1%;
    left: 0;
  }
}
.unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title img {
  width: auto;
  height: 100%;
}
/* .unagi_2026 .unagi_2026_contents .lineup-list > li .lineup-list-title::after {
  position: absolute;
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  z-index: -1;
  content: "";
  border: 1px solid var(--white);
} */
.unagi_2026 .unagi_2026_contents .lineup-list > li > figure {
  position: relative;
  overflow: hidden;
}
/* .unagi_2026 .unagi_2026_contents .lineup-list > li > figure::before {
  display: block;
  padding-top: 61.875%;
  content: "";
} */
.unagi_2026 .unagi_2026_contents .lineup-list > li > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s;
}
.unagi_2026 .unagi_2026_contents .lineup-list > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.unagi_2026 .unagi_2026_contents .lineup-list > li > a span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (hover: hover) {
  .unagi_2026 .unagi_2026_contents .lineup-list > li:hover figure img {
    opacity: 1;
    transform: scale(1.05);
  }
}
.unagi_2026 .unagi_2026_contents.last {
  background-color: var(--dark-purple);
}
