@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;
}
.ehoumaki_2026 {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: var(--black);
  letter-spacing: 0.025em;
  background: var(--white);
}
.ehoumaki_2026 img {
  max-width: 100%;
  height: auto;
}
.ehoumaki_2026 .ehoumaki_2026_title.home {
    /* padding-top: 13px; */
}
.ehoumaki_2026 a {
  color: var(--black);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ehoumaki_2026 a img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ehoumaki_2026 a:hover {
  opacity: 1 !important;
}
.ehoumaki_2026_title.home h1 {
    margin-top: 13px;
}
@media (hover: hover) {
  .ehoumaki_2026 a:hover img {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .container {
    width: calc(100% - 10.66vw);
    margin-inline: 5.33vw;
  }
  .ehoumaki_2026 .ehoumaki_2026_banner .container {
    width: 100%;
    margin: 0 auto;
  }
}
/* @media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ehoumaki_2026 .container {
    width: calc(100% - 80px);
    margin-inline: 40px;
  }
} */
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .container {
    max-width: 1000px;
    margin-inline: auto;
  }
}
.ehoumaki_2026 .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  color: var(--white);
  border: none;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 991.98px) {
  .ehoumaki_2026 .button {
    height: 56px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
  .ehoumaki_2026 .button {
    height: 60px;
    font-size: 18px;
  }
}
.ehoumaki_2026 .button:hover {
  color: var(--white);
}
.ehoumaki_2026 .button.next {
  overflow: hidden;
}
.ehoumaki_2026 .button.next > span {
  position: relative;
  z-index: 1;
}
.ehoumaki_2026 .button.next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ehoumaki_2026 .button.next::after {
  display: inline-block;
  content: "";
  background-image: url("../../image/common/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
}
@media only screen and (max-width: 991.98px) {
  .ehoumaki_2026 .button.next::after {
    width: 10.29px;
    height: 8px;
  }
}
@media print, screen and (min-width: 992px) {
  .ehoumaki_2026 .button.next::after {
    width: 18px;
    height: 14.44px;
  }
}
.ehoumaki_2026 .button.app {
  background-color: var(--app-blue);
}
@media only screen and (max-width: 991.98px) {
  .ehoumaki_2026 .button.app {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 992px) {
  .ehoumaki_2026 .button.app {
    display: none;
  }
}
.ehoumaki_2026 .button.app::before {
  display: inline-block;
  width: 14.62px;
  height: 24px;
  margin-right: 16px;
  content: "";
  background-image: url("../../image/common/icon_phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .ehoumaki_2026 .button.app:hover {
    background-color: #0063b3;
  }
}
.ehoumaki_2026 .button.contact {
  gap: 9px;
  background-color: var(--red);
}
@media only screen and (max-width: 767.98px) {
  .ehoumaki_2026 .button.contact {
    text-align: left;
    word-break: keep-all;
  }
}
@media only screen and (max-width: 991.98px) {
  .ehoumaki_2026 .button.contact {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .ehoumaki_2026 .button.contact {
    height: 56px;
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .ehoumaki_2026 .button.contact wbr {
    display: none;
  }
}
.ehoumaki_2026 .button.contact img[src$="icon_chat.svg"] {
  width: 24px;
}
@media (hover: hover) {
  .ehoumaki_2026 .button.contact:hover {
    background-color: #ab0b1f;
  }
  .ehoumaki_2026 .button.contact:hover img {
    opacity: 1;
  }
}
.ehoumaki_2026 .underline {
  text-decoration: underline;
}
@media (hover: hover) {
  .ehoumaki_2026 .underline:hover {
    text-decoration: none;
  }
}
.ehoumaki_2026 .contents-text {
  margin-block: 20px;
}
.ehoumaki_2026 .attention {
  color: var(--red);
}
.ehoumaki_2026 .copy {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .ehoumaki_2026 .copy {
    font-size: 16px;
    word-break: keep-all;
  }
}
@media print, screen and (min-width: 992px) {
  .ehoumaki_2026 .copy {
    font-size: 18px;
  }
}
.ehoumaki_2026 .note {
  position: relative;
  display: block;
  -webkit-padding-start: 18px;
  padding-inline-start: 18px;
  margin-block: 0;
  font-size: 14px;
  line-height: 1.5;
}
.ehoumaki_2026 .note.large {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  font-size: 16px;
}


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

@media print, screen and (min-width: 992px) {
  .ehoumaki_2026 .side-menu {
    top: 150px;
    right: 0;
  }
}
.ehoumaki_2026 .side-menu[data-view="true"] {
  visibility: visible;
  opacity: 1;
}
.ehoumaki_2026 .side-menu[data-view="false"] {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 751px) and (max-width: 991.98px){
  .ehoumaki_2026 .side-menu {
    right: 0;
    bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: unset;
    width: auto;
    max-width: unset;
  }
  .ehoumaki_2026 .side-menu > li {
    height: 180px;
  }
}
@media print,
screen and (max-width: 751px) {
  .ehoumaki_2026 .side-menu>li {
    width: 33.3333%;
    height: 70px;
  }
}
@media print, screen and (min-width: 992px) {
  .ehoumaki_2026 .side-menu > li {
    width: 56px;
  }
}
@media print, screen and (min-width: 992px) {
  .ehoumaki_2026 .side-menu > li.side-menu-app {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .ehoumaki_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) {
  .ehoumaki_2026 .side-menu > li:nth-of-type(1) {
    -webkit-border-after: 1px solid var(--white);
    border-block-end: 1px solid var(--white);
  }
}
.ehoumaki_2026 .side-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  color: var(--white);
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .side-menu > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    gap: 0.3rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    height: 100%;
    -webkit-padding-after: 5px;
    padding-block-end: 5px;
    font-size: 11px;
  }
}
/* @media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .ehoumaki_2026 .side-menu > li > a {
    height: 100%;
    font-size: 14px;
  }
} */
@media print, screen and (min-width: 751px) {
  .ehoumaki_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) {
  .ehoumaki_2026 .side-menu > li > a img[src$="icon_phone.svg"] {
    width: 17px;
  }
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .side-menu > li > a img[src$="icon_document.svg"] {
    width: 33px;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .side-menu > li > a img[src$="icon_document.svg"] {
    width: 29.05px;
  }
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .side-menu > li > a img[src$="icon_chat.svg"] {
    width: 28px;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .side-menu > li > a img[src$="icon_chat.svg"] {
    width: 24px;
  }
}
.ehoumaki_2026 .side-menu > li > a:hover {
  background-color: #C7000B;
}
.ehoumaki_2026 .side-menu > li > a:hover img {
  opacity: 1;
}

.ehoumaki_2026_footer {
  background-color: var(--white);
}
.ehoumaki_2026_footer .footer-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ehoumaki_2026_footer .footer-access .banner {
  width: 100%;
}
.ehoumaki_2026_footer .footer-access .banner img {
  width: 100%;
}
@media (hover: hover) {
  .ehoumaki_2026_footer .footer-access .banner:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.ehoumaki_2026_footer .footer-access .caution {
  width: 100%;
  border: 2px solid var(--red);
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026_footer .footer-access .caution {
    padding: 3.66vw 3.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026_footer .footer-access .caution {
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 10px;
  }
}
.ehoumaki_2026_footer .footer-access .caution .caution-title {
  -webkit-margin-after: 15px;
  margin-block-end: 11px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.ehoumaki_2026_footer .footer-access .caution p:last-of-type {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.ehoumaki_2026_footer .footer-access .access-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026_footer .footer-access .access-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* .ehoumaki_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) {
  .ehoumaki_2026_footer .footer-access .access-list {
    gap: 2.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026_footer .footer-access .access-list {
    gap: 20px;
  }
}
.ehoumaki_2026_footer .footer-access .access-list > li {
  border: 1px solid var(--gold);
}
@media only screen and (max-width: 750px) {
  .ehoumaki_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) {
  .ehoumaki_2026_footer .footer-access .access-list > li {
    width: calc((100% - 36px) / 4);
  }
} */

@media only screen and (max-width: 991.98px) {
  .ehoumaki_2026_footer
    .footer-access
    .access-list
    > li
    > a
    > span
    img[src$="icon_track.svg"] {
    width: 24.16px;
  }
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026_footer
    .footer-access
    .access-list
    > li
    > a
    > span
    img[src$="icon_chat.svg"] {
    width: 4.977vw;
  }
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026_footer
    .footer-access
    .access-list
    > li
    > a
    > span
    img[src$="icon_store.svg"] {
    width: 4.977vw;
  }
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026_footer
    .footer-access
    .access-list
    > li
    > a
    > span
    img[src$="icon_search.svg"] {
    width:  4.977vw;
  }
}
@media (min-width: 340px) {
  .ehoumaki_2026_footer .footer-access .access-list > li > a br.mini {
    display: none;
  }
}
@media (max-width: 340px) {
  .ehoumaki_2026_footer .footer-access .access-list > li > a br.non-mini {
    display: none;
  }
}
@media (hover: hover) {
  .ehoumaki_2026_footer .footer-access .access-list > li > a:hover {
    background-color: #ede4d4;
  }
}
.ehoumaki_2026_footer .footer-access .access-list > li > a:hover img {
  opacity: 1;
}
.ehoumaki_2026_footer .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026_footer .sns-list {
    -webkit-margin-after: 60px;
    margin-block-end: 60px;
    gap: 2.66vw;
  }
  .ehoumaki_2026_footer .sns-list > li > a > img {
    width: 18.66vw;
  }
  .ehoumaki_2026 .side-menu>li>a {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026_footer .sns-list {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026_footer .sns-list > li.for-mobile {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .ehoumaki_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;
}
.ehoumaki_2026 .ehoumaki_2026_main {
  position: relative;
  overflow: hidden;
 
}
.ehoumaki_2026 .ehoumaki_2026_banner {
  padding: 40px 0 100px;
 
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .ehoumaki_2026_banner {
    padding: 5.333333333333333vw 0 7.733333333333333vw;
   
  }
}
/* .ehoumaki_2026 .ehoumaki_2026_main .container {
    background: url("../../image/home/bg-banner-pc.jpg") no-repeat;
    background-position: top center;
    background-image: 100%;
} */
/* .ehoumaki_2026 .ehoumaki_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) {
  .ehoumaki_2026 .ehoumaki_2026_main::after {
    height: 45px;
  }
}
@media print, screen and (min-width: 576px) {
  .ehoumaki_2026 .ehoumaki_2026_main::after {
    height: 16%;
  }
} */
.ehoumaki_2026 .ehoumaki_2026_main .container {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .ehoumaki_2026 .ehoumaki_2026_main .container {
    width: 100%;
    margin-inline: auto;
  }
}
.ehoumaki_2026 .ehoumaki_2026_main img[src$="title_ehou.png"] {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .ehoumaki_2026_main img[src$="title_ehou.png"] {
    top: 2.4vw;
    /* left: 4vw; */
    width: 54.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .ehoumaki_2026_main img[src$="title_ehou.png"] {
    top: 1.6%;
    left: 2%;
    width: 45.07%;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .ehoumaki_2026_main img[src$="title_ehou.png"] {
    left: 0;
  }
}
.ehoumaki_2026 .ehoumaki_2026_main img[src$="benefit-pc.png"] {
  position: absolute;
  z-index: 6;
}
.ehoumaki_2026 .ehoumaki_2026_main img[src$="benefit-sp.png"] {
    position: absolute;
    z-index: 6;
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .ehoumaki_2026_main img[src$="benefit-pc.png"] {
    display: none;
  }
  .ehoumaki_2026 .ehoumaki_2026_main img[src$="benefit-sp.png"] {
    display: block;
    top: 0;
    right: 0;
    width: 50vw;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .ehoumaki_2026_main img[src$="benefit-pc.png"] {
    right: 2.2%;
    top: 2.2%;
    width: 38.1%;
  }
  .ehoumaki_2026 .ehoumaki_2026_main img[src$="benefit-sp.png"] {
    display: none;
  }
}

.ehoumaki_2026 .ehoumaki_2026_main img[src$="banner-schedule-pc.png"] {
    position: absolute;
    z-index: 6;
  }
.ehoumaki_2026 .ehoumaki_2026_main img[src$="banner-schedule-sp.png"] {
    position: absolute;
    z-index: 6;
}
@media print, screen and (min-width: 751px) {
    .ehoumaki_2026 .ehoumaki_2026_main img[src$="banner-schedule-pc.png"] {
        left: 1.9%;
        bottom: 2.2%;
        width: 96%;
    }
    .ehoumaki_2026 .ehoumaki_2026_main img[src$="banner-schedule-sp.png"] {
        display: none;
    }
}
@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .ehoumaki_2026_main img[src$="banner-schedule-pc.png"] {
        display: none;
    }
    .ehoumaki_2026 .ehoumaki_2026_main img[src$="banner-schedule-sp.png"] {
        display: block;
        left: 0;
        bottom: 0;
        width: 100vw;
    }
}

@media (hover: hover) {
  .ehoumaki_2026 .ehoumaki_2026_main .benefit:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.ehoumaki_2026 .ehoumaki_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("../../image/home/products/bg-product-pc.jpg") no-repeat;
  background-position: top center;
}
/* @media only screen and (max-width: 991.98px) {
  .ehoumaki_2026 .ehoumaki_2026_contents:not(.last) {
    -webkit-padding-before: 60px;
    padding-block-start: 60px;
  }
} */
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .ehoumaki_2026_contents:not(.last) {
    /* -webkit-padding-after: 80px;
    padding-block-end: 100px; */
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .headingH2 {
    margin: 99px 0 60px;
  }
}
@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .ehoumaki_2026_contents:not(.last) {
      -webkit-padding-after: 60px;
      padding-block-end: 0;
      -webkit-padding-before: 60px;
      padding-block-start: 8vw;
      background: url("../../image/home/products/bg-product-pc.jpg") no-repeat;
      background-position: top center;
      background-repeat: repeat-y;
    }
    .ehoumaki_2026 .ehoumaki_2026_contents .headingH2 {
      margin: 0 0 5.3333vw;
    }
  }

.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list {margin-bottom: 20px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list {
    gap: 5.333vw;
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .headingH2-02 {
    margin-top: 13.33333333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list {
    gap: 20px;
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list.lineup-list-top {margin-top: 100px;}
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list.col-3 {
    gap: 20px;
  }
}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li {
    width: 100%;
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li img.sp {
    display: block;
    width: auto;
    height: 100%;
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li img.pc {
    display: none;
  }
}
/* @media only screen and (min-width: 576px) and (max-width: 750px) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li {
    width: calc((100% - 24px) / 2);
  }
} */
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li {
    width: calc((100% - 20px) / 2);
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list.col-3 > li {
    width: calc((100% - 40px) / 3);
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li img.sp {
    display: none;
  }
}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title {
  position: absolute;
  z-index: 2;
  width: auto;
}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title > img {width: auto;height: 44px;}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title > img.lines2 {height: 97px;}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title > img.copy-txt {height: 12px;margin-top: 3px;display: block;}
@media only screen and (max-width: 800px) {
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title > img.kimetsu-txt {height: 35px;}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title > img.copy-txt {height: 11px;}
}
@media only screen and (max-width: 750px) {
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title {bottom: 9px;left: 3%;display: block;}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title img {height: 33px;}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title > img.lines2 {height: 70px;}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title > img.copy-txt {height: 11px;}
}

@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #C7000B;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
  }

  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-tag2 {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1;
    background-color: #ff3600;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
  }

  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-tag > span {
    font-size: 18px;
    color: #FFF;
  }

  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-tag2 > span {
    font-size: 18px;
    color: #FFF;
  }
}

@media print, screen and (max-width: 750px) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #C7000B;
    display: flex;
    align-items: center;
    gap: 1.333333333333333vw;
    padding: 1.29vw 2.4vw;
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-tag2 {
    position: absolute;
    top: 19%;
    left: 0;
    z-index: 1;
    background-color: #ff3600;
    display: flex;
    align-items: center;
    gap: 1.333333333333333vw;
    padding: 1.28vw 2.4vw;
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-tag > picture {
    width: 3.2vw;
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-tag > span {
    font-size: 3.333333333333333vw;
    color: #FFF;
  }

  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-tag2 > span {
    font-size: 3.333333333333333vw;
    color: #FFF;
  }
}
@media print, screen and (min-width: 751px) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li .lineup-list-title {
    bottom: 9px;
    left: 3%;
  }
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list-02 > li .lineup-list-title {
    left: 2%;
  }
}

.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li > figure {
  position: relative;
  overflow: hidden;
}

.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.ehoumaki_2026 .ehoumaki_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) {
  .ehoumaki_2026 .ehoumaki_2026_contents .lineup-list > li:hover figure img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.ehoumaki_2026 .ehoumaki_2026_contents.last {
  background-color: var(--dark-purple);
}
