@-webkit-keyframes zoom {
  to {
    transform: scale(1.2);
  }
}
@keyframes zoom {
  to {
    transform: scale(1.2);
  }
}
#anshin.osechi2025 .column_heading_lv1 {
  color: #0e8d3d;
}
#anshin.osechi2025 .c-heading {
  text-align: center;
}
#anshin.osechi2025 .c-heading__main {
  position: relative;
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #aa1b20;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#anshin.osechi2025 .c-heading--deco .c-heading__main {
  color: #0e8d3d;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.25em;
}
#anshin.osechi2025 .c-heading--deco .c-heading__main::before, #anshin.osechi2025 .c-heading--deco .c-heading__main::after {
  content: "";
  display: block;
  width: 0.1em;
  height: 1em;
  background-color: #0e8d3d;
  transform-origin: bottom;
}
#anshin.osechi2025 .c-heading--deco .c-heading__main::before {
  transform: rotate(-50deg);
}
#anshin.osechi2025 .c-heading--deco .c-heading__main::after {
  transform: rotate(50deg);
}
#anshin.osechi2025 .c-link {
  text-align: center;
}
#anshin.osechi2025 .c-link a {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border: 0.1em solid;
  position: relative;
  border-radius: 0.5em;
  background-color: #aa1b20;
}
#anshin.osechi2025 .c-link a:hover {
  background-color: #ffffff;
  color: #aa1b20;
}
#anshin.osechi2025 .management .column_content {
  justify-items: center;
}
@media (min-width: 769px) {
  #anshin.osechi2025 .management .column_content {
    grid-template-columns: 300px 1fr;
  }
}
#anshin.osechi2025 .management .column_content img {
  max-width: 300px !important;
}

#anshin.osechi2025 .mv {
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  #anshin.osechi2025 .mv {
    display: grid;
    grid-template-columns: calc(50% + 150px) 450px;
    align-items: end;
  }
}
@media (max-width: 768px) {
  #anshin.osechi2025 .mv {
    padding-bottom: 25vw;
  }
}
#anshin.osechi2025 .mv__slider {
  position: relative;
  border-radius: 0 5em 5em 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .mv__slider {
    width: 85vw;
    border-radius: 0 10vw 10vw 0;
  }
}
#anshin.osechi2025 .mv__slider img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .mv__slider img {
    height: min(60vw, 430px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#anshin.osechi2025 .mv__slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a6a6a6;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#anshin.osechi2025 .mv__slider__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .mv__slider__text {
    font-size: min(4.4vw, 1.6em);
  }
}
#anshin.osechi2025 .mv__slider .slick-slide.is-animation {
  -webkit-animation: zoom 20s ease 1 0s;
          animation: zoom 20s ease 1 0s;
}
#anshin.osechi2025 .mv__cake {
  display: grid;
  justify-content: center;
  gap: 2em;
}
#anshin.osechi2025 .mv__cake h1 {
  text-align: center;
  font-size: 2em;
}
#anshin.osechi2025 .mv__cake h1 span {
  display: block;
}
#anshin.osechi2025 .mv__cake img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  #anshin.osechi2025 .mv__cake img {
    max-width: 300px !important;
  }
}
@media (max-width: 768px) {
  #anshin.osechi2025 .mv__cake {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    grid-template-columns: auto auto;
    align-items: end;
    gap: 2.5vw;
    width: 100%;
  }
  #anshin.osechi2025 .mv__cake h1 {
    font-size: min(4.4vw, 1.7em);
    transform: translate(3%, -30%);
  }
  #anshin.osechi2025 .mv__cake img {
    width: 40vw;
  }
}
#anshin.osechi2025 .mv .js-slider > .js-slider__slide:not(:first-child) {
  display: none;
}
#anshin.osechi2025 .anchor {
  margin-top: 2em;
}
#anshin.osechi2025 .anchor ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
#anshin.osechi2025 .anchor__link {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 0.5em 1em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #0e8d3d;
  text-decoration: none;
  border: 0.1em solid;
  position: relative;
  border-radius: 0.5em;
  transition: background ease 0.3s;
}
#anshin.osechi2025 .anchor__link:hover {
  background-color: #0e8d3d;
  color: #fff;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .commitment {
    padding: 0 1em;
  }
}
@media (min-width: 769px) {
  #anshin.osechi2025 .commitment__item {
    display: grid;
    gap: 4em;
    grid-template-columns: calc(50% + 150px) auto;
    align-items: baseline;
    justify-content: start;
  }
  #anshin.osechi2025 .commitment__item :first-child {
    order: 2;
  }
  #anshin.osechi2025 .commitment__item :last-child {
    order: 1;
  }
  #anshin.osechi2025 .commitment__item:nth-of-type(even) {
    grid-template-columns: auto calc(50% + 150px);
    justify-content: end;
  }
  #anshin.osechi2025 .commitment__item:nth-of-type(even) :first-child {
    order: 1;
  }
  #anshin.osechi2025 .commitment__item:nth-of-type(even) :last-child {
    order: 2;
  }
  #anshin.osechi2025 .commitment__item:nth-of-type(even) picture {
    border-radius: 5em 0 0 5em;
  }
}
#anshin.osechi2025 .commitment__image {
  filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.5));
}
#anshin.osechi2025 .commitment__image picture {
  display: inline-block;
  border-radius: 0 5em 5em 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .commitment__image picture {
    border-radius: 8vw;
  }
}
#anshin.osechi2025 .commitment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#anshin.osechi2025 .commitment__text {
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
  filter: blur(5px);
  transition: ease 2s;
}
#anshin.osechi2025 .commitment__text__heading {
  font-size: 1.3em;
  font-weight: 700;
  color: #0e8d3d;
  margin-left: 0.25em;
}
#anshin.osechi2025 .commitment__text > :not(:first-child) {
  margin-right: 2em;
}
@media (min-width: 769px) {
  #anshin.osechi2025 .commitment__text {
    padding: 2em 0;
  }
}
@media (max-width: 768px) {
  #anshin.osechi2025 .commitment__text {
    margin: 0 auto 1em;
  }
  #anshin.osechi2025 .commitment__text .nw {
    display: block;
  }
}
#anshin.osechi2025 .commitment__text.is-show {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  filter: blur(0px);
}
#anshin.osechi2025 .flow__list {
  margin-top: 2em;
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  justify-items: center;
  justify-content: center;
  gap: 3em;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .flow__list {
    grid-template-columns: auto;
  }
}
#anshin.osechi2025 .flow__item {
  max-width: 350px;
  display: grid;
  justify-items: center;
  position: relative;
}
#anshin.osechi2025 .flow__item__heading {
  font-size: 1.5em;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
#anshin.osechi2025 .flow__item__heading .apeal {
  color: #0e8d3d;
}
#anshin.osechi2025 .flow__item__heading .finish {
  color: red;
}
#anshin.osechi2025 .flow__item__text {
  margin-top: 0.5em;
}
#anshin.osechi2025 .flow__item__image {
  margin-top: 2em;
}
#anshin.osechi2025 .flow__item__image video.active {
  transform: scale(1.2);
}
#anshin.osechi2025 .flow__item__image video,
#anshin.osechi2025 .flow__item__image img {
  width: 100%;
  max-width: 150px !important;
  height: auto;
}
#anshin.osechi2025 .flow__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: #0e8d3d;
  -webkit-clip-path: polygon(0 30%, 60% 30%, 60% 0%, 100% 50%, 60% 100%, 60% 70%, 0 70%);
          clip-path: polygon(0 30%, 60% 30%, 60% 0%, 100% 50%, 60% 100%, 60% 70%, 0 70%);
}
#anshin.osechi2025 .flow__item:last-of-type::before {
  display: none;
}
@media (min-width: 769px) {
  #anshin.osechi2025 .flow__item:nth-of-type(odd)::before {
    top: 50%;
    right: -2.25em;
    transform: translateY(250%);
  }
  #anshin.osechi2025 .flow__item:nth-of-type(even)::before {
    bottom: -2.5em;
    left: -2.5em;
    transform: rotate(135deg);
  }
}
@media (max-width: 768px) {
  #anshin.osechi2025 .flow__item::before {
    bottom: -2.25em;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
#anshin.osechi2025 .test {
  position: relative;
  background-image: url(/library/contents/products/anshin/quality/osechi/images/other/bg.jpg);
  padding: 4em 0;
  background-repeat: repeat;
  background-size: 500px;
  background-position: center;
  z-index: 0;
}
#anshin.osechi2025 .test::before {
  content: "";
  position: absolute;
  background-image: url(/library/contents/products/anshin/quality/osechi/images/other/deco_right-bg.svg);
  width: 400px;
  height: 250px;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .test::before {
    width: 15em;
    height: 10em;
  }
}
#anshin.osechi2025 .test::after {
  content: "";
  position: absolute;
  background-image: url(/library/contents/products/anshin/quality/osechi/images/other/deco_left-bg.svg?ver=0903);
  width: 500px;
  height: 270px;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .test::after {
    width: 15em;
    height: 8em;
  }
}
@media (max-width: 768px) {
  #anshin.osechi2025 .test {
    padding: 2em 0;
  }
}
#anshin.osechi2025 .test__list {
  margin-top: 2em;
}
#anshin.osechi2025 .test__item {
  border-radius: 2em;
  background-color: #fff;
  padding: 2em 1em;
  display: grid;
  justify-items: center;
  gap: 1em;
}
#anshin.osechi2025 .test__item:not(:first-of-type) {
  margin-top: 1em;
}
@media (min-width: 769px) {
  #anshin.osechi2025 .test__item {
    padding: 1em 2em;
    gap: 2em;
    grid-template-columns: 300px 1fr;
  }
}
#anshin.osechi2025 .test__heading {
  font-size: 1.5em;
  font-weight: 700;
  color: #aa1b20;
  margin-bottom: 0.25em;
}
#anshin.osechi2025 .test__notion {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#anshin.osechi2025 .test__image {
  max-width: 400px !important;
  border-radius: 0.5em;
  overflow: hidden;
}
#anshin.osechi2025 .test__image img {
  width: 100%;
}
#anshin.osechi2025 .section_inner {
  padding-bottom: 4em !important;
}
@media (max-width: 768px) {
  #anshin.osechi2025 #anshin.article .column {
    padding: 2em 0em;
  }
}
#anshin.osechi2025 .movie-area {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: none;
  filter: none;
}
@media (min-width: 769px) {
  #anshin.osechi2025 .movie-area .movie-text {
    text-align: center;
  }
}
#anshin.osechi2025 .movie-area .column_heading_lv1 {
  display: flex;
  justify-content: center;
  color: #000000;
}
#anshin.osechi2025 .movie-area .ttl-movie {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .movie-area .ttl-movie {
    font-size: min(5.5vw, 1.2em);
  }
}
#anshin.osechi2025 .movie-area .ttl-movie::before {
  content: "";
  background-image: url(/library/contents/products/anshin/quality/osechi/images/other/movie-ttl-deco.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: -0.5em;
  background-size: contain;
  background-position: center;
}
#anshin.osechi2025 .movie-area .column_heading_lv1.icon::before {
  display: none;
}
#anshin.osechi2025 .movie-area .column_content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
}
#anshin.osechi2025 .movie-area .movie-wrap {
  padding: 4em 10em;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .movie-area .movie-wrap {
    padding: 1em 0 2em;
  }
}
#anshin.osechi2025 .movie-area .movie-wrap .movie-thub {
  position: relative;
  text-align: center;
}
#anshin.osechi2025 .movie-area .movie-wrap .movie-thub::before {
  content: "";
  background-image: url(/library/contents/products/anshin/quality/osechi/images/other/movie-deco-left.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  bottom: -1.5em;
  left: -2em;
  background-size: contain;
  background-position: center;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .movie-area .movie-wrap .movie-thub::before {
    display: none;
  }
}
#anshin.osechi2025 .movie-area .movie-wrap .movie-thub::after {
  content: "";
  background-image: url(/library/contents/products/anshin/quality/osechi/images/other/movie-deco-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  top: -1.5em;
  right: -2em;
  background-size: contain;
  background-position: center;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #anshin.osechi2025 .movie-area .movie-wrap .movie-thub::after {
    display: none;
  }
}
/*# sourceMappingURL=anshin_osechi.css.map */