html {
  scroll-behavior: smooth;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
img {
  width: 100%;
}
figure {
  line-height: 1;
}
a,
button {
  display: block;
  transition: .3s;
}
.fade_Box {
  transition: 3s;
  /* opacity: 0;*/
}
.fade_Box.animated {
  opacity: 1;
}
.fade_Box_up {
  transform: translateY(100px);
  transition: 3s;
  opacity: 0;
}
.fade_Box_up.animated {
  transform: translateY(0);
  opacity: 1;
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .tablet {
    display: none;
  }
}
#main_Wrap {
  position: relative;
  /* background: url(/img/ehomaki/2024/bg.jpg) repeat-y center top; */
  background: url(/img/osechi/2024/bg_01.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
#main_Wrap::before,
#main_Wrap::after {
  display: block;
  content: '';
  position: fixed;
  top: 0px;
  width: 50px;
  height: 100%;
  background: url(/img/osechi/2024/side_img.png) repeat-y center top;
  background-size: 100%;
  z-index: 2;
}
#main_Wrap::before {
  left: 0;
}
#main_Wrap::after {
  right: 0;
}
/*----------
main_Wrap
----------*/
#content_Block {
  max-width: 1200px;
  width: calc(100% - 128px);
  margin: 0 auto;
}
#left_Area {
  width: 40%;
  box-sizing: border-box;
}
#right_Area {
  width: 60%;
  box-sizing: border-box;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
/*----------
#left_Area
----------*/
#left_Area .left_In {
  padding: 20px;
  box-sizing: border-box;
}
#left_Area.fixed .left_In {
  position: sticky;
  top: 60px;
}
#left_Area .movei_Box figure {
  width: 15%;
  margin-right: 20px;
}
#left_Area .movie {
  /* width: calc(100% - (15% + 20px)); */
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  background: #000;
}
#left_Area .coupon_Box {
  flex-wrap: wrap;
  margin: 10px auto;
  padding: 20px 20px 5px;
  background-color: #fff;
  border: 2px solid #ac0080;
  box-sizing: border-box;
}
#left_Area .coupon_Box>div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
#left_Area .coupon_Box>figure {
  display: block;
  width: 100%;
  margin-top: 10px;
}
#left_Area .coupon_Box figure {
  margin-bottom: 10px;
}
#left_Area .coupon_Link {
  width: 60%;
  margin-right: 20px;
}
.coupon_Link button {
  margin: 5px auto 10px;
}
#left_Area .coupon_Copy {
  width: calc(100% - (60% + 20px));
}
#left_Area .coupon_Copy figure {
  position: relative;
}
#left_Area .coupon_Copy figure.copy::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
}
#left_Area .coupon_Copy figure.copy::after {
  display: block;
  content: 'コピーしました';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
}
#left_Area .item_Btn>li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
#left_Area .item_Btn>li:last-child {
  margin-right: 0;
}
#left_Area .attention_Img {
  margin: 10px auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 80%;
}
/*----------
#right_Area
----------*/
#right_Area {
  position: relative;
  padding: 20px 5px 0 0;
}
#right_Area .tab_Contents {
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, .5);
}
#right_Area .attention_Img {
  margin: 0 auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
#tab_Block .tabs {
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
}
#tab_Block .tabs.tabs_Btm {
  align-items: flex-start;
}
#tab_Block .tabs button {
  max-width: 340px;
  width: 50%;
  margin: 0 auto;
  padding: 0 10%;
  box-sizing: border-box;
}
#tab_Block .tabs button.active_button {
  padding: 0 5%;
}
#tab_Block .tab_content {
  display: none;
  z-index: 1;
}
#tab_Block .tab_content.active_tab {
  display: block;
}
#tab1 {
  background-color: #000000;
}
#tab2 {
  background-color: #000000;
}
#tab1 .day {
  padding: 15px;
  background: #ab137a;
  box-sizing: border-box;
}
#tab1 .fish_Movie {
  /* padding: 0 0 20px; */
  background-color: #ab127a;
}
#tab1 .fish_Ttl {
  position: relative;
  overflow: hidden;
}
#tab1 .fish_Ttl>figure {
  position: absolute;
  top: 0;
  left: 0;
}
#tab1 .fish_Movie .movie {
  /* margin: 20px auto; */
  padding: 0 20px;
  box-sizing: border-box;
  aspect-ratio: 16/9;
}
#tab1 .fish_Movie2 .movie {
  /* margin: 20px auto; */
  padding: 0 20px;
  box-sizing: border-box;
  aspect-ratio: 16/9;
}
#tab1 .fish_Movie .movie h3 {
  margin-bottom: 10px;
}
#tab1 .kyushu_Movie {
  padding: 0 0 20px;
  background-color: #68241c;
}
#tab1 .kyushu_Ttl {
  position: relative;
  overflow: hidden;
}
#tab1 .kyushu_Ttl>figure {
  position: absolute;
  top: 0;
  left: 0;
}
#tab1 .kyushu_Movie .movie {
  margin: 20px auto 50px;
  padding: 0 20px;
  box-sizing: border-box;
  aspect-ratio: 16/9;
}
#tab1 .kyushu_Movie .movie h3 {
  margin-bottom: 10px;
}
.yoshi_img {
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.yoyaku_img {
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
#flow_Area {
  margin-top: 30px;
  background-color: #fff;
}
.support_Block {
  padding: 30px 0;
  background-color: #d2d2d2;
}
.support_Block li {
  margin: 20px auto 0;
}
.support_Block a {
  display: block;
  max-width: 590px;
  width: 78%;
  margin: 0 auto;
}
.att_img {
  padding: 30px 70px;
  background-color: #fff;
}
#tab2 .day {
  padding: 15px;
  background: #e46c00;
  box-sizing: border-box;
}
#tab2 .fish_Movie {
  /* padding: 0 0 20px; */
  background-color: #e46c00;
}
#tab2 .fish_Movie .movie {
  /* margin: 20px auto; */
  padding: 0 20px;
  box-sizing: border-box;
  aspect-ratio: 16/9;
}
#tab2 .fish_Movie2 .movie {
  /* margin: 20px auto; */
  padding: 0 20px;
  box-sizing: border-box;
  aspect-ratio: 16/9;
}
#tab2 .fish_Movie .movie h3 {
  margin-bottom: 10px;
}
/* 個別設定 */
.item07 {
  padding-bottom: 30px;
}
.bigitem11 {
  padding-bottom: 30px;
}
.gold_bg.line {
  height: 30px;
  background: url(/img/ehomaki/2024/gold_bg.jpg) repeat-y center top;
  background-size: 100%;
}
.pc_pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 74px;
  width: 60px;
  height: 60px;
  z-index: 101;
}
.TVosechi .coupon_Box_sp>.coupon_Link {
  padding: 15px;
  box-sizing: border-box;
  background: #d5c79a;
}
.TVosechi .coupon_Box_sp>.coupon_Link p {
  margin-bottom: 15px;
}
.coupon_Box_sp {
  width: 90%;
  margin: 0 auto 30px;
  background-color: #fff;
  border: 2px solid #ac0080;
}
.coupon_Box_sp>.coupon_Link {
  padding: 15px;
  box-sizing: border-box;
}
.coupon_Box_sp>.coupon_Link figure {
  position: relative;
}
.coupon_Box_sp>.coupon_Link figure.copy::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
}
.coupon_Box_sp>.coupon_Link figure.copy::after {
  display: block;
  content: 'コピーしました';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
}
.coupon_Box_sp {
  width: calc(100% - 40px);
  margin: 0 auto;
  box-sizing: border-box;
}
.coupon_Box_sp a {
  display: block;
  margin-top: 20px;
}
.coopon #fixed {
  position: fixed;
  padding: 0px 10px 0;
  background-color: rgba(0, 0, 0, .8);
  box-sizing: border-box;
  z-index: 102;
  bottom: 0;
  left: 0;
  /* transform: translateX(-50%); */
  /* height: 70px; */
  /* width: 100%; */
  justify-content: center;
  align-items: center;
  /* max-width: calc(170px + 10vw); */
}
.coopon #fixed button {
  margin-right: 0px;
  /* max-width: 500px; */
}
.switch_content {
  /* width: 600px; */
  margin: auto;
  border-radius: 15px;
  /* position: fixed;
    right: 0;
    bottom: 0; */
  max-width: calc(150px + 5vw);
}
#switch {
  display: none;
}
/* 以降、チェック時（クリック後）のスタイル */
#switch:checked+.button_>.icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
#switch:checked+.button_>.icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#switch:checked+.button_>.open_ {
  display: inline-block;
  /* 表示ボタンを非表示 */
}
#switch:checked+.button_>.close_ {
  display: none;
  /* 閉じるボタンを表示 */
}
#switch:checked~.contents {
  display: none;
  /* コンテンツを表示 */
}
.icon {
  display: inline-block;
  position: absolute;
  top: 5px;
  transform: translateY(0%);
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.icon::before,
.icon::after {
  /* 「×」印のスタイル */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 15px;
  /* 棒の高さ */
  background: #ffffff;
  /* 棒の色 */
  transform: translate(-50%, -50%) rotate(90deg);
  /* デフォルトは「-」印に */
  transition: 0.5s all;
  /* クリック時のアニメーション設定 */
}
.open_ {
  display: none;
  font-size: 14px;
  color: #FFF;
  text-shadow: 1px 1px 0px black;
  margin-left: 27px;
}
.pmarker {
  background: linear-gradient(transparent 70%, #f7f431 30%);
}
.close_ {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  text-shadow: 1px 1px 0px black;
  margin-left: 35px;
}
.button_ {
  display: block;
  position: relative;
  padding: 5px 10px;
}
.contents {
  display: inline-block;
}
/* モーダル */
.coopon_pc .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.coopon_pc .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 1;
}
.coopon_pc .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  height: 80vh;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.modal_content .coupon_Box_sp {
  height: 100%;
  padding-bottom: 0px;
  overflow-y: scroll;
}
.coopon_pc .close_Area {
  position: fixed;
  top: -30px;
  right: 0;
  box-sizing: border-box;
}
.coopon_pc .modal_close {
  width: 30px;
  height: 30px;
}
/* 個別設定 */
.coopon_pc .coopon_Box {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
.coopon_pc .coopon_Box h4 {
  margin-bottom: 10px;
}
.coopon_pc .coopon_Box .flex {
  width: 90%;
  margin: 0 auto;
}
.coopon_pc .coopon_Box .flex>li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.coopon_pc .coopon_Box .flex>li:first-child {
  border-right: 5px dotted #ed7c84;
  box-sizing: border-box;
}
.coopon_pc .coopon_Box li figure {
  position: relative;
  margin-bottom: 10px;
}
.coopon_pc .coopon_Box li figure.copy::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
}
.coopon_pc .coopon_Box li figure.copy::after {
  display: block;
  content: 'コピーしました';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #000;
  font-size: 16px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.coopon_pc .add_coupon {
  padding: 0 20px 20px;
  box-sizing: border-box;
}
/* 閉じるボタンの基本スタイル */
#fixed .close-btn {
  padding: 5px;
  width: 30px;
  position: absolute;
  right: -4px;
  top: -4px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
sp
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media only screen and (max-width: 900px) {
  #tab1 {
    background: none;
  }
  #main_Wrap::before,
  #main_Wrap::after {
    content: none;
  }
  /*----------
  #main_Wrap
  ----------*/
  #content_Block {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  #left_Area {
    display: none;
  }
  #right_Area {
    width: 100%;
  }
  /*----------
  #right_Area
  ----------*/
  #right_Area {
    padding: 0px 0 0;
  }
  #right_Area .attention_Img {
    margin-top: 30px;
  }
  .coupon_Box_sp {
    width: 90%;
    margin: 0 auto 30px;
    background-color: #fff;
    border: 2px solid #ac0080;
  }
  .coupon_Box_sp>.coupon_Link {
    padding: 15px;
    box-sizing: border-box;
  }
  .coupon_Box_sp>.coupon_Link figure {
    position: relative;
  }
  .coupon_Box_sp>.coupon_Link figure.copy::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
  }
  .coupon_Box_sp>.coupon_Link figure.copy::after {
    display: block;
    content: 'コピーしました';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
  }
  #tab_Block .tabs button {
    padding: 0 5%;
  }
  #tab_Block .tabs button.active_button {
    padding: 0;
  }
  .coupon_Box_sp {
    width: calc(100% - 40px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .coupon_Box_sp a {
    display: block;
    margin-top: 20px;
  }
  #fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .8);
    box-sizing: border-box;
    z-index: 101;
  }
  #fixed button {
    margin-right: 10px;
  }
  /* モーダル */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
  }
  .modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 1;
  }
  .modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90vw;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .close_Area {
    position: fixed;
    top: -30px;
    right: 0;
    box-sizing: border-box;
  }
  .modal_close {
    width: 30px;
    height: 30px;
  }
  /* 個別設定 */
  .coopon_Box {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 30px;
    box-sizing: border-box;
  }
  .coopon_Box h4 {
    margin-bottom: 10px;
  }
  .coopon_Box .flex {
    width: 90%;
    margin: 0 auto;
  }
  .coopon_Box .flex>li {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .coopon_Box .flex>li:first-child {
    border-right: 5px dotted #ed7c84;
    box-sizing: border-box;
  }
  .coopon_Box li figure {
    position: relative;
    margin-bottom: 10px;
  }
  .coopon_Box li figure.copy::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
  }
  .coopon_Box li figure.copy::after {
    display: block;
    content: 'コピーしました';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .yoshitake .movie.sp {
    padding: 20px;
    background: url(/img/ehomaki/2024/gld_bg02.jpg) repeat-y center top;
    background-size: 100%;
    box-sizing: border-box;
  }
  .yoshitake .movie.sp h3 {
    margin-bottom: 10px;
  }
  .yoshitake .movie.sp iframe {
    aspect-ratio: 16/9;
  }
  .add_coupon {
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
}
/*----------------------------
    scroll_up ｜下から上へ出現
    ----------------------------*/
.scroll_up {
  transition: 2.0s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.open {
  cursor: pointer;
  /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
  display: none;
  /* label でコントロールするので input は非表示に */
}
#pop-up:checked+.overlay {
  display: none;
}
.overlay {
  display: block;
  /* input にチェックが入るまでは非表示に */
}
.overlay {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.window {
  width: 90vw;
  max-width: 380px;
  height: 240px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text {
  font-size: 18px;
  margin: 0;
}
.close {
  cursor: pointer;
  position: absolute;
  top: -25%;
  left: 90%;
  font-size: 25px;
  background: #dddcdc;
}
.shivering {
  animation: shivering 2s linear;
  animation-iteration-count: 4;
  z-index: 99;
  overflow: hidden;
}
/* shivering */
@keyframes shivering {
  0%,
  7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%,
  100% {
    transform: rotateZ(0);
  }
}
.zoomFade {
  animation: zoomFade 5s ease-in-out;
  animation-iteration-count: 1;
  z-index: 99;
}
/* zoomFade */
@keyframes zoomFade {
  0% {
    transform: scaleX(1)
  }
  50% {
    transform: scale3d(1.55, 1.55, 1.55)translateX(50px)
  }
  to {
    transform: scaleX(1)
  }
}
.feedin {
  position: relative;
}
.feedinab {
  position: absolute;
  top: 0px;
  bottom: 0;
}
.korokoro {
  animation: korokoro 2.5s linear 0s 1;
  animation-iteration-count: 4;
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
.purupuru {
  animation: purupuru 0.8s linear 0s 1;
  animation-iteration-count: 4;
}
@keyframes purupuru {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  20% {
    transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.poyon {
  animation: poyon 1.1s linear 0s 1;
  animation-iteration-count: 2;
}
@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.puyon {
  animation: puyon 1.0s linear 0s 1;
}
@keyframes puyon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.slide {
  position: relative;
  padding: 0 0 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide {
    position: relative;
    padding: 0 0 70%;
    overflow: hidden;
  }
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 20s infinite;
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 4s;
}
.image:nth-of-type(3) {
  animation-delay: 8s;
}
.image:nth-of-type(4) {
  animation-delay: 12s;
}
.image:nth-of-type(5) {
  animation-delay: 16s;
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
    transform: scale(1.01);
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
  }
}
.abs1 {
  position: absolute;
  /* width: 43%;
margin: -1% 3%; */
  z-index: 1;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .abs1 {
    position: absolute;
    /* width: 80%;
margin: -1% 3%; */
  }
}
.unagi_list_bg {
  background: url(/img/ehomaki/2024/bg.jpg);
  background-size: 100%;
}
.unagi_list_bg .day {
  max-width: 610px;
  margin: auto;
  padding: 0 10px 15px;
}
@media screen and (max-width: 768px) {
  .unagi_list_bg .day {
    width: 95%;
    margin: auto;
    padding: 0 5px 10px;
  }
}
.sp_sideimgmenu {
  display: flex;
  flex-wrap: nowrap;
  gap: 3%;
  justify-content: center;
}
.sp_sideimgmenu img {
  max-width: 150px;
}
.unagi_ns {
  padding: 40px;
  text-align: center;
}
/* ここから2023おせちCSS */
.osechiscroll {
  display: flex;
  margin: 3% auto 4%;
  justify-content: center;
  width: 97%;
  gap: 1%;
}
.osechiscroll img:hover {
  transform: translateY(4px);
  box-shadow: 2px 2px 0px 0px #c8a956;
}
.osechiscroll img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 6px 6px 0px 0px #c8a956;
}
.pricerange {
  margin: auto;
  width: 90%;
}
.pricerange img {
  border-radius: 20px;
  box-shadow: 2px 2px 2px 1px #767676;
}
.osechibanner {
  margin-bottom: 30px;
}
.osechitext {
  text-align: center;
  font-family: serif;
  font-size: 24px;
  margin: auto;
  font-weight: bold;
  /* color: #FFF; */
  padding: 15px 0px;
}
.subtext {
  font-size: 22px;
  margin: 10px;
  font-weight: bold;
  text-shadow: 0px 0px 2px #a98334;
  font-family: serif;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .subtext {
    font-size: 14px;
  }
  .subtext span {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top_sub {
    display: flex;
    max-width: 50%;
    margin-top: 10px;
  }
  .fontsize {
    font-size: 22px;
       font-weight: bold;
    font-family: serif;
  }
  .text20bai {
    font-size: 24px;
    margin: 10px;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000000;
    font-family: serif;
    color: #f7f431;
  }
}
@media screen and (max-width: 768px) {
  .top_sub {
    display: flex;
    padding: 0px 20px 20px 20px;
    flex-direction: column;
    margin: auto;
  }
  .fontsize {
    font-size: 14px;
  }
  .text20bai {
    font-size: 20px;
    margin: 10px;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000000;
    font-family: serif;
    color: #f7f431;
  }
  .osechiscroll img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 0px 0px #c8a956;
  }
  .osechiscroll {
    display: flex;
    margin: 3% auto 4%;
    justify-content: center;
    width: 90%;
    gap: 10px;
    flex-wrap: wrap;
  }
  .osechiscrollflex {
    width: 45%;
  }
}
.pagetop:hover {
  box-shadow: 0px 0px 5px #e3007f;
}
.osechibanner_2 {
  padding: 10px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.absolute_tv_btn {
  position: absolute;
  bottom: 0;
  width: 90%;
  gap: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.absolute_1 {
  position: absolute;
  right: 5%;
  bottom: 23px;
  max-width: 22%;
}
.absolute_2 {
  position: absolute;
  right: 5%;
  bottom: 2.5%;
  max-width: 22%;
}
.absolute_7 {
  position: absolute;
  right: 13%;
  bottom: 3.5%;
  max-width: 75%;
}
.absolute_8 {
  position: absolute;
  top: 10%;
  width: 90%;
  gap: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.absolute_9 {
  position: absolute;
  right: 13%;
  bottom: 5%;
  max-width: 75%;
}
.absolute_10 {
  position: absolute;
  left: 50%;
  bottom: 6%;
  max-width: 84%;
  gap: 5%;
  transform: translateX(-50%);
  width: 100%;
}
.osechitop h3.itemtitle {
  margin: 5px;
  text-align: center;
  letter-spacing: 0.5em;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  font-family: serif;
}
.osechitop {
  text-align: center;
}
.item-main {
  flex-basis: 90%;
  max-width: 100%;
  margin: auto;
  margin: 10px 10px 10px 10px;
}
.item_tv {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 90%;
  gap: 5%;
}
.backgroundwhite {
  background-color: white;
  margin: 20px 5px 10px 5px;
}
.absolute_1 {
  position: absolute;
  right: 5%;
  bottom: 17px;
  max-width: 22%;
}
.osechitop h3.itemtitle {
  font-size: 26px;
}
.pricerange img {
  border-radius: 10px;
  width: 96%;
  box-shadow: 2px 2px 2px 1px #767676;
}
.osechitop2 h3.itemtitle2 {
  margin: 50px 0 0 0;
  text-align: center;
  letter-spacing: 0.5em;
  font-size: 32px;
  font-weight: 500;
  font-family: serif;
}
.osechibox img {
  border-radius: 20px;
  box-shadow: 10px 10px 10px #bfbfbf;
}
.bunner img {
  margin: auto;
}
.osechibox p {
  margin: 3% auto;
}
@media screen and (min-width: 768px) {
  .osechibox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px calc((100% - 31% * 3) / 2);
    /* margin: 26px 0 10px 0; */
    max-width: 1380px;
    margin: auto;
  }
  .bunner {
    flex-basis: 45%;
    max-width: 45%;
    /* ie */
    margin: 15px 0 15px 2px;
  }
}
.osechihayatoku_top img {
  width: calc(100% - 128px);
  margin: -1px auto 0;
}
@media screen and (max-width: 900px) {
  .osechihayatoku_top img {
    width: 100%;
  }
}
.osechihayatoku img {
  width: 90%;
  margin: 20px auto 0;
}
.osechihayatoku_bn img {
  max-width: 900px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .osechibox {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0px calc((100% - 51% * 2) / 2);
  }
  .bunner {
    margin: auto;
    padding: 2% 0;
  }
  .osechibox img {
    width: 90%;
  }
}
.AKonly .AKonly_btn img {
  width: 23%;
  background: #71b700;
    box-shadow: #64585891 1px 1px 5px 1px;
}
@media screen and (max-width: 768px) {
.AKonly .AKonly_btn img {
  width: 30%;
}
}
.AKonly .AKonly_btn2 img {
  width: 30%;
  background: #71b700;
}
.AKonly .AKonly_btn img:hover {
  background-color: #a98334;
  transform: scale(1.07);
  transition: transform .6s ease;
  transform: translateY(4px);
}
.AKonly .AKonly_btn2 img:hover {
  background-color: #a98334;
  transform: scale(1.07);
  transition: transform .6s ease;
  transform: translateY(4px);
}
.section_toptitle {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .section_toptitle {
    margin: 20px auto;
  }
}
.WEB_only {
  width: calc(100% - 126px);
  margin: 30px auto 0;
  background: #bbbbbb70;
  border-radius: 10px;
}
.TVosechi {
  width: calc(100% - 126px);
  margin: 30px auto 0;
  background: #bbbbbb70;
  border-radius: 10px;
}
.delivery_only {
  width: calc(100% - 126px);
  margin: 30px auto 0;
  background: #bbbbbb70;
}
.pickup_only {
  width: calc(100% - 126px);
  margin: 30px auto 0;
  background: #bbbbbb70;
}
@media screen and (max-width: 768px) {
  .WEB_only {
    width: 100%;
  }
  .TVosechi {
    width: 100%;
  }
  .delivery_only {
    width: 100%;
  }
  .pickup_only {
    width: 100%;
  }
}
.WEB_only .WEB_only_btn img {
  width: 28%;
  background: #bf0009;
}
.WEB_only .WEB_only_btn img:hover {
  background-color: #a98334;
  transform: scale(1.07);
  transition: transform .6s ease;
  transform: translateY(4px);
}
.WEB_only .WEB_only_more_btn img {
  width: 28%;
  /* background: #bf0009; */
}
.WEB_only .WEB_only_more_btn img:hover {
  background-color: #a98334;
  transform: scale(1.07);
  transition: transform .6s ease;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .WEB_only .AKonly_btn img {
    width: 40%;
  }
  .WEB_only .WEB_only_more_btn img {
    width: 150px;
    margin: auto;
  }
}
.TVosechi .TV_more_btn img {
  width: 28%;
  background: #0000009c;
  /* background: #bf0009; */
}
.TVosechi .TV_more_btn img:hover {
  background-color: #a98334;
  transform: scale(1.07);
  transition: transform .6s ease;
  transform: translateY(4px);
}
.TV_modal {
  margin: auto;
}
.TV_modal img {
  margin: 10px auto;
  width: 150px;
  background: #e5dbb8f5;
  box-shadow: #5c4f15 1px 2px 1px 0px;
}
.TV_modal img:hover {
  background-color: #a98334;
  transform: scale(1.07);
  transition: transform .6s ease;
  transform: translateY(4px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .TV_modal img {
    margin: 5px auto;
    width: 150px;
  }
  .TVosechi .TV_more_btn img {
    width: 150px;
    margin: auto;
  }
}
/*------------------
フローティング設定
------------------*/
.float_Bnr {
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: 1000px;
  width: 100%;
  transform: translateX(-50%);
  /* display: flex; */
  z-index: 999;
}
.float_Bnrbtn {
  display: flex;
  flex-wrap: nowrap;
}
.float_Bnrbtn img:hover {
  transform: translateY(4px);
}
/* sp用のフローティング */
.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 1%;
  display: flex;
  gap: 4%;
  width: 90%;
  left: 3%;
}
.floating-banner-2 {
  position: fixed;
  z-index: 99999;
  bottom: 13vw;
  width: 12%;
  right: 20px;
}
.floating-banner:hover {
  opacity: .9;
  /* ホバーで少し透過 */
}
.margin {
  margin: 50px;
}
.margin_1 {
  margin-bottom: 5px;
}
.osechiguide {
  width: calc(100% - 126px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .osechiguide {
    width: calc(100% - 20px);
  }
}
.osechidigitalcatalog {
  width: calc(100% - 126px);
  margin: 20px auto 40px;
}
.osechidigitalcatalog img:hover {
  transform: translateY(4px);
  box-shadow: 2px 2px 0px 0px #c8a956;
  cursor: pointer
}
.head-border {
  display: flex;
  align-items: center;
  font-size: 25px;
  /* color: #FFF;
  text-shadow: #252525 1px 1px 3px; */
}
@media screen and (max-width: 768px) {
  .head-border {
    font-size: 18px;
  }
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.head-border:before {
  margin-right: 1rem;
}
.head-border:after {
  margin-left: 1rem;
}
.guidebutton {
  margin: auto;
  width: 25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .guidebutton {
    margin: auto;
    width: 50%;
    margin-bottom: 15px;
  }
  .osechibackground {
    padding-top: 0 !important;
  }
}
.inner {
  box-shadow: 0px 9px 13px 11px #e3d5a6;
}
/*------------------
背景設定
------------------*/
.osechibackground {
  margin: 0 calc(50% - 50vw);
  padding: 1px calc(50vw - 50%);
  background-image: url(/lp/osechi/img/osechi_back_02.jpg);
  background-repeat: repeat;
  background-size: contain;
  padding-top: 3%;
}
.osechibackground_01 {
  margin: 0 calc(50% - 50vw);
  padding: 1px calc(50vw - 50%);
  background-image: url(/img/osechi/osechi_back_02.jpg);
  background-repeat: repeat;
  background-size: contain;
  /* padding-top: 3%; */
}
.osechibackground_03 {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-image: url(/img/osechi/osechi_back_03.jpg);
  background-repeat: repeat;
  background-size: contain;
  /* padding-top: 3%; */
}
.osechibackground_wh {
  width: calc(100% - 124px);
  margin: 0 auto;
  background-image: url(/img/osechi/back_wh.avif);
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 1px;
}
@media only screen and (max-width: 768px) {
  .osechibackground_wh {
    /* max-width: 1100px; */
    width: 100%;
    margin: 0 auto;
  }
}
.osechibackground_red {
  /* margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 5%; */
  background-image: url(/img/osechi/back_red.avif);
  background-repeat: repeat;
  background-size: cover;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .osechibackground_red {
    width: calc(100% - 20px);
  }
}
.osechibackground_red img {
  margin: 20px auto;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .osechibackground_red img {
    padding: 10px 0;
  }
}
.osechibackground_bg {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 1px;
  background-image: url(/img/osechi/back_bg.avif);
  background-repeat: repeat;
  background-size: contain;
}
.osechibackground_pk {
  margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 20px;
  background-image: url(/img/osechi/back_pk.avif);
  background-repeat: repeat;
  background-size: contain;
}
.backgroundsub {
  background-color: #273540;
  margin: auto;
  border-radius: 10px;
  max-width: 900px;
}
.backgroundsub2 {
  background-color: #546253;
  margin: auto;
  border-radius: 10px;
  max-width: 900px;
}
.backgroundwhite {
  background-color: white;
  margin: 20px 15px 30px 15px;
}
.backgroundwhite2 {
  background-image: url(/lp/osechi/img/background_sample_06.jpg);
  background-repeat: repeat;
  background-size: contain;
  margin: 10px;
}
.bg_pk {
  background-image: url(/img/osechi/2025/bg_pk.jpg);
  background-size: contain;
  background-repeat: repeat;
  /* margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%); */
}
.bg_gd {
  /* margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%); */
  /* background-image: url(/img/osechi/back_gd.avif); */
  background-image: url(/img/osechi/2025/back_gd.jpg);
  background-repeat: repeat;
  background-size: contain;
}
.bg_wh {
  background-image: url(/img/osechi/2025/bg_wh.jpg);
  background-size: contain;
  background-repeat: repeat;
  /* margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%); */
}
.bg_2024 {
  /* background: url(/img/ehomaki/2024/bg.jpg) repeat-y center top; */
  background: url(/img/osechi/2024/bg_01.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
/*------------------
ページトップへ戻るボタン
------------------*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: .3s;
  color: #ffffff;
  background: #c99509;
  opacity: 0;
  border: solid;
  border-width: 3px;
  text-align: center;
  z-index: 9999;
}
/*------------------
スライダーボタン調整
------------------*/
.section-top .banners {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 20px auto;
}
.section-top .banners .banner {
  width: 100%;
}
.section-top .banners .banner.disable {
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .pagetop {
    right: 30px;
    bottom: 16vw;
    width: 45px;
    height: 45px;
    border-width: 2px;
    font-size: 12px;
    ;
  }
}
.section-top .banners .arrow-left,
.section-top .banners .arrow-right {
  position: absolute;
  height: auto;
  top: 50%;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .section-top .banners .arrow-left,
  .section-top .banners .arrow-right {
    width: 5%;
  }
}
@media screen and (max-width: 768px) {
  .section-top .banners .arrow-left,
  .section-top .banners .arrow-right {
    width: 8vw;
  }
}
.section-top .banners .arrow-left {
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .section-top .banners .arrow-left {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-top .banners .arrow-left {
    left: 3%;
  }
}
.section-top .banners .arrow-right {
  transform: translate(50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .section-top .banners .arrow-right {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-top .banners .arrow-right {
    right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .section-top .banners .slick-dots {
    bottom: -10%;
  }
}
/* 2023年おせちCSS　ここから追加 */
.toptitle_back {
  background-image: url(/img/osechi/toptitle_back.jpg);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-size: cover;
  background-position: center;
}
.toptitle_back img {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .toptitle_back img {
    width: 95%;
  }
}
.web_back {
  background-image: url(/img/osechi/web_back.jpg);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .web_back {
    background-position: center;
    background-attachment: scroll;
  }
  .web_back img {
    padding: 20px 0;
    width: 95%;
  }
}
.web_back img {
  max-width: 1000px;
  margin: auto;
}
.tv_back {
  /* background-image: url(/img/osechi/tv_back.jpg); */
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
.tv_back img {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .tv_back {
    background-position: center;
    background-attachment: scroll;
  }
  .tv_back img {
    padding: 20px 0;
    width: 95%;
  }
}
.delivery_back {
  background-image: url(/img/osechi/delivery_back.jpg);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
.delivery_back img {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .delivery_back {
    background-position: center;
    background-attachment: scroll;
  }
  .delivery_back img {
    padding: 20px 0;
    width: 95%;
  }
}
.pickup_back {
  background-image: url(/img/osechi/pickup_back.jpg);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
.pickup_back img {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pickup_back {
    background-position: center;
    background-attachment: scroll;
  }
  .pickup_back img {
    padding: 20px 0;
    width: 95%;
  }
}
.line_red {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-image: url(/img/osechi/back_red.avif);
  background-repeat: repeat;
  background-size: cover;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .line_red {
    height: 5px;
  }
}
.osechi_imi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.osechi_imi li {
  width: calc(100% / 5)
}
.osechi_imi img {
  width: 150px;
  margin: 0 auto;
}
.section_osechi_imi {
  margin: 20px auto;
  background-image: url(/img/osechi/back_bg.avif);
  width: calc(100% - 126px);
  margin: auto;
  text-align: center;
  font-family: serif;
}
@media screen and (max-width: 768px) {
  .osechi_imi img {
    width: 110px;
  }
  .osechi_imi li {
    width: calc(100% / 2)
  }
  .section_osechi_imi {
    width: calc(100% - 20px);
  }
}
.osechi_h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.osechi_imi_text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  margin: 10px 10px 20px;
}
.osechi_imi_title {
  margin-top: 28px;
  font-size: 28px;
  line-height: 1.6;
}
.osechi_yurai_text {
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 50px 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .osechi_yurai_text {
    font-size: 14px;
    padding: 10px 20px 40px;
  }
}
.sec02 {
  margin: 20px auto;
}
/* トップメインバナー */
.slide_top {
  position: relative;
  padding: 0 0 44%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide_top {
    position: relative;
    padding: 0 0 69.5%;
    overflow: hidden;
  }
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 20s infinite;
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 4s;
}
.image:nth-of-type(3) {
  animation-delay: 8s;
}
.image:nth-of-type(4) {
  animation-delay: 12s;
}
.image:nth-of-type(5) {
  animation-delay: 16s;
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
    transform: scale(1.01);
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
  }
}
.abs1 {
  position: absolute;
  /* width: 43%;
  margin: -1% 3%; */
  z-index: 1;
}
/* .topabs {
  opacity: 0.8;
  margin: -5% 0;
}
.topabs2 {
  margin: -5% 0;
} */
@media screen and (max-width: 768px) {
  .abs1 {
    position: absolute;
    /* width: 80%;
  margin: -1% 3%; */
  }
}
.abs2 {
  position: absolute;
  z-index: 1;
  bottom: 11%;
  right: 8%;
}
.abs3 {
  position: absolute;
  z-index: 1;
  right: 10%;
  bottom: 7%;
  margin: auto;
}
.abs4 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.abs5 {
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: 7%;
  margin: auto;
}
.abs6 {
  position: absolute;
  z-index: 1;
  bottom: 16%;
  right: 8%;
}
.abs7 {
  position: absolute;
  z-index: 1;
  bottom: 15%;
  right: 8%;
}
.abs8 {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  right: 12%;
}
.abs9 {
  position: absolute;
  z-index: 1;
  bottom: 1%;
  left: 20%;
}
.abs10 {
  position: absolute;
  z-index: 1;
  bottom: 1%;
  right: 15%;
}
@media screen and (max-width: 768px) {
  .abs7 {
    bottom: 10%;
      right: 3%;
  }
  .abs8 {
  bottom: 17%;
  right: 7%;
}
  .abs9 {
  bottom: 1%;
  left: 13%;
}
  .abs10 {
  bottom: 1%;
  right: 8%;
}
}
.osechi_erabikata {
  display: flex;
  justify-content: center;
  margin: 50px;
}
.osechi_erabikata img {
  width: 60%;
  box-shadow: 4px 4px 14px 2px #626262;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .osechi_erabikata img {
    width: 100%;
  }
}
.osechi_erabikata img:hover {
  transform: translateY(4px);
  box-shadow: 2px 2px 0px 0px #c8a956;
  transform: scale(1.07);
  transition: transform .6s ease;
}
.osechi_ttl_toku {
  width: 40%;
  margin: auto;
  padding: 40px 0;
}
/*===============
くるくる設定
===============*/
/*== ボタン共通設定 */
.kurukurubtn {
  /*背景の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  width: 150px;
  height: 150px;
  outline: none;
  cursor: default;
}
/*ボタン内側の設定*/
.kurukurubtn span {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /* 重なりを3Dで表示 */
  transform-style: preserve-3d;
  /* アニメーションの設定 数字が少なくなるほど早く回転 */
  transition: 0.3s;
}
/*== くるっと回転（奥に） */
/* 回転前 */
.rotateback span:nth-child(1) {
  /* background-image: linear-gradient(132deg, rgba(253,112,136,1) 3%, rgba(255,211,165,1) 100%); */
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  transform: rotate(Y0deg);
  /*はじめは回転なし*/
  transform-origin: 50% 0;
  /* 回転する起点 */
  display: block;
}
/*hoverをした後の形状*/
.rotateback:hover span:nth-child(1) {
  transform: rotateY(90deg);
  /* X軸に90度回転 */
}
/* 回転後 */
.rotateback span:nth-child(2) {
  /* background-image: linear-gradient(132deg, rgba(255,211,165,1) 0%, rgba(253,112,136,1) 97%); */
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  transform: rotateY(-90deg);
  /*はじめはX軸に-90度回転*/
  transform-origin: 50% 0;
  /* 回転する起点 */
  display: block;
}
/*hoverをした後の形状*/
.rotateback:hover span:nth-child(2) {
  transform: rotateY(0deg);
  /* X軸に0度回転 */
}
.kurukuruinner {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
}
.kurukuruinner p {
  margin-top: 20px;
  font-weight: bold;
  color: rgb(255, 0, 119);
}
@media only screen and (max-width: 768px) {
  .kurukurubtn {
    /*背景の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    outline: none;
    width: 150px;
    height: 110px;
  }
  /*ボタン内側の設定*/
  .kurukurubtn span {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    width: 150px;
    height: 50px;
    border-radius: 20px;
    /* 重なりを3Dで表示 */
    transform-style: preserve-3d;
    /* アニメーションの設定 数字が少なくなるほど早く回転 */
    transition: 0.3s;
    font-size: 12px;
  }
  .kurukuruinner {
    display: flex;
    flex-direction: row;
  }
  .kurukuruinner p {
    margin: auto 20px;
    font-size: 12px;
  }
}
.floatmarker {
  background: linear-gradient(transparent 0%, #424242a8 0%);
}
.transscaleX {
  animation: transscaleX 4.7s ease-in-out;
}
/* transscaleX */
@keyframes transscaleX {
  0% {
    transform: scaleX(0);
  }
  80% {
    transform: scaleX(1.2) scaleY(1.2);
  }
  100% {
    transform: scaleX(1);
  }
}
.osechi_otoku {
  display: flex;
}
.osechi_otoku_flexbasis {
  flex-basis: 50%;
}
.sec_1100 {
  max-width: 1100px;
  width: calc(100% - 148px);
  margin: 0 auto;
  /* background-color: #000; */
}
.sec_1400 {
  max-width: 1400px;
  margin: auto;
}
.seeall_btn img {
  margin: 20px auto;
  max-width: 450px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .seeall_btn img {
    margin: 10px auto;
    width: 80%;
    border-radius: 40px;
  }
}
.item-tags_price {
  /* display: flex; */
  /* justify-content: space-evenly; */
  background: #D5C79A;
  /* align-items: center; */
}
.item-tags_price img {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .item-tags_price img {
    width: 125px;
  }
}
.btn_tv {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn_tv img {
  max-width: 150px;
}
.osechi_item-list {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
.osechi_item-list li {
  width: calc(100% / 3 - 10px);
  background-color: #d5c79a;
}
@media screen and (max-width: 1000px) {
  .osechi_item-list li {
    width: calc(100% / 1 - 30px);
  }
}
@media screen and (max-width: 768px) {
  /* .osechi_item-list li {
    width: calc(100% / 1 - 10px);
  } */
  .osechi_item-list {
    gap: 4px;
    padding: 2px;
  }
}
.osechi_item-list2 {
  display: flex;
  margin: 30px auto;
  flex-flow: wrap;
  row-gap: 22px;
  column-gap: 24px;
}
.osechi_item-list2 li {
  width: calc((100% - 120px) / 4);
  margin: 0 auto;
  /* box-shadow: 5px 5px 10px #bfbfbf; */
}
.box-shadow {
  box-shadow: 5px 5px 10px #bfbfbf;
}
.item-tags_price strong {
  font-size: 2.5rem;
}
.item-tags_price span {
  line-height: 1.1;
  font-size: 13px;
  font-family: serif;
}
.backgroundsub img {
  border-radius: 20px;
  box-shadow: 2px 2px 2px 1px #767676;
}
.backgroundsub2 img {
  border-radius: 20px;
  box-shadow: 2px 2px 2px 1px #767676;
}
.pricerange_list {
  display: flex;
  margin: 10px auto;
  flex-flow: wrap;
  row-gap: 15px;
  column-gap: 25px;
  justify-content: center;
}
.pricerange_list li {
  width: calc((100% - 150px) / 3);
}
.caprange_list {
  display: flex;
  margin: 0px auto 45px;
  flex-flow: wrap;
  column-gap: 25px;
  justify-content: center;
  padding: 10px 10px 20px;
}
.caprange_list li {
  width: calc((100% - 150px) / 3);
}
@media screen and (max-width: 768px) {
  .backgroundsub img {
    border-radius: 10px;
  }
  .backgroundsub2 img {
    border-radius: 10px;
  }
  .pricerange_list {
    row-gap: 10px;
    column-gap: 10px;
  }
  .pricerange_list li {
    width: calc((100% - 45px) / 2);
  }
  .caprange_list {
    margin: -10px auto 30px;
    column-gap: 6px;
  }
  .caprange_list li {
    width: calc((100% - 30px) / 3);
  }
}
.tv_price_box {
  border-bottom: solid 1px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 5%;
}
.tv_price_box_text {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
/* .tv_price_box_flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
} */
/* .item-tags_price span {
  color: #E80000;
} */
.tokuten {
  text-align: center;
}
.tokuten_2  {
padding: 15px 10px 20px;
}
.top_back {
  font-size: 14px;
  text-align: right;
  margin: 10px 30px;
}
.top_back a {
  color: #009bc0;
}
.text_coupon {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text_coupon {
    font-size: 14px;
  }
}
/* TVアコーディオン */
.tv_accordion p {
  font-weight: bold;
  font-family: serif;
}
.tv_accordion ul {
  background-color: #D5C79A;
  width: 100%;
  padding: 0;
}
.tv_accordion li {
  /* background-color: #D5C79A; */
  width: 100%;
  padding: 0;
}
.tv_accordion li img {
  padding: 10px;
}
.tv_accordion ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s;
  border-top: 1px solid #67a863;
  background-color: #ffffff;
  margin: 0;
}
.tv_accordion button {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  cursor: pointer;
  padding: 10px 0 5px 20px;
  font-size: 1em;
  font-weight: bold;
  font-family: serif;
}
.tv_accordion button:hover {
  background-color: #1A5B27;
  color: #FFF;
}
.tv_accordion button::before,
.tv_accordion button::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  transition: .5s;
}
.tv_accordion button::before {
  transform: rotate(-45deg);
  right: 35px;
}
.tv_accordion button::after {
  transform: rotate(45deg);
  right: 30px;
}
.tv_accordion li.active button::before {
  transform: rotate(-135deg);
  transition: .5s;
}
.tv_accordion li.active button::after {
  transform: rotate(135deg);
  transition: .5s;
}
.tv_accordion ul.active {
  overflow-y: auto;
}
.modal_Block {
  position: absolute;
  width: 100%;
  height: 100dvh;
}
.modal_Box {
  background: #fff;
  border: 5px solid #B50080;
}
.modal_Box .coupon_Box_sp {
  height: 100%;
  padding-bottom: 0px;
  overflow-y: scroll;
}
.modal_Box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 650px;
  width: 90%;
  height: 80vh;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.modal_Box_topmenu {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  /* max-width: 650px; */
  width: 90%;
  height: 80vh;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.modal_Box_topmenu ul {
  display: flex;
  /* width: 560px; */
  margin: 0 auto;
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.modal_Box_topmenu li {
  width: 150px;
}
.topmenu_Box_innerttl img {
  width: 200px;
}
.modal_Box_topmenu .topmenu_Box_sp {
  height: 100%;
  padding-bottom: 30px;
  /* overflow-y: scroll; */
}
.topmenu_Box_sp {
  width: 90%;
  margin: 0 auto 30px;
  background-color: #fff;
}
#osechicategory1 {
  text-shadow: #000 1px 1px 2px;
}
.ranking_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  text-align: center;
}
.ranking_flex li {
  width: calc(100% / 3 - 10px);
}
@media screen and (max-width: 768px) {
  .ranking_flex li {
    width: calc(100% / 2 - 10px);
  }
}
.ranking_list .ranking_flex li {
  width: calc((100% - 60px) / 4);
  position: relative;
  /* background: #f4f4f4; */
}
@media screen and (max-width: 768px) {
  .ranking_list .ranking_flex li {
    width: calc((100% - 50px) / 2);
  }
}
.WEB_only .ranking_list .ranking_flex li img {
  /* padding: 10px; */
  border: solid 2px #e3e3e3;
  /* aspect-ratio: 138/110; */
}
.ranking_list .ranking_flex li img {
  /* padding: 10px; */
  border: solid 2px #e3e3e3;
  border-radius: 10px;
}
.ranking_list .product_name {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 2px auto 0px;
  color: #FFF;
  font-family: serif;
}
.ranking_list .product_price {
  line-height: 18px;
}
.ranking {
  position: absolute;
  top: -20px;
  left: -6px;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background: #2E2E2E;
}
.no1 {
  background: #CCA522;
}
.no2 {
  background: #A1A2AA;
}
.no3 {
  background: #C18C4F;
}
.no4 {
  background: #5a5a5a;
}
.list-ttl h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 15px;
  color: #FFF;
  font-family: serif;
  line-height: 20px;
}
.list-ttl_TV h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  font-family: serif;
}
.list-ttl_TV {
  display: flex;
  align-items: center;
  margin: 15px auto 0px;
}
.list-ttl_TV:before,
.list-ttl_TV:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ffffff;
}
.list-ttl_TV:before {
  margin-right: 1rem;
  margin-left: 6rem;
}
.list-ttl_TV:after {
  margin-right: 6rem;
  margin-left: 1rem;
}
.product_price span {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  font-family: serif;
}
.section_title_img img {
  border-radius: 10px;
}
/* 固定するナビゲーションのスタイル */
.top_fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
  z-index: 1000;
  background: #FFF;
  height: 65px;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
}
/* 非表示時のスタイル */
.top_fixed.hide {
  opacity: 0;
}
/* 完全に非表示の時のスタイル */
.top_fixed.hidden {
  display: none;
}
.top_fixed a:hover {
  animation: puyon 1.0s linear 0s 1;
}
.top_fixed a:hover {
  opacity: 1;
}
.top_menu_wrap {
  display: flex;
  align-items: center;
  margin-right: 70px;
  height: 65px;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.top_menu_logo img {
  display: block;
  max-width: 160px;
  height: auto;
}
.top_menu_wrap ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  /* width: calc(100% - 200px); */
}
.top_menu_wrap li:not(:last-child) {
  margin-right: 50px;
}
.top_menu_wrap li a {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
}
.top_menu_wrap li a span {
  color: #053e62;
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .top_menu_wrap {
    margin-right: 10px;
    height: 70px;
  }
  .top_menu_wrap ul {
    width: calc(100% - 100px);
  }
  .top_menu_wrap li:not(:last-child) {
    margin-right: 5px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .top_fixed {
    height: 70px;
  }
  .top_menu_wrap li a {
    font-size: 12px;
  }
}
