html {
  scroll-behavior: smooth;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
img {
  width: 100%;
}
figure {
  line-height: 1;
}
a,
button {
  transition: .3s;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#main_Wrap {
  position: relative;
  background: url(/img/christmas/2025/christmas_background_2025.jpeg);
  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: 64px;
  height: 100%;
  background: url(/img/christmas/2024/side_bn.jpg) 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: 1250px; */
  /* width: calc(100% - 10%); */
  width: 100%;
  margin: 0 auto;
  justify-content: center
}
.movie iframe {
  width: 100%;
  height: 100%;
}
/*----------
#left_Area
----------*/
#left_Area {
  width: 700px;
  box-sizing: border-box;
}
#left_Area .left_In {
  padding: 0 30px;
  box-sizing: border-box;
}
#left_Area.fixed .left_In {
  position: sticky;
  /* top: 75px; */
  top: calc(50% - 300px);
}
/*----------
right_Area
----------*/
#right_Area {
  width: 50%;
  box-sizing: border-box;
}
#right_Area .right_In {
  padding: 0 30px;
  box-sizing: border-box;
}
#right_Area.fixed .right_In {
  position: sticky;
  top: 75px;
}
/*----------
#center_Area
----------*/
#center_Area {
  width: 450px;
  box-sizing: border-box;
  position: relative;
}
#center_Area .center_In img {
  margin: 10px auto 25px;
  border-radius: 20px;
  box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, .5);
  transition: transform 0.8s ease, box-shadow 0.1s ease;
}
#center_Area .center_In img:hover {
  transform: scale(1.062);
  /* box-shadow: 0px 5px 15px 10px #c8a956; */
  box-shadow: 0px 0px 0px 10px #fffb36;
}
#center_Area .center_In a:hover {
  opacity: 0.9;
}
.scroll-scale {
  transition: transform 0.6s ease;
  /* ゆっくり拡大 */
}
.scroll-scale.active {
  transform: scale(1.07);
}
/* 個別設定 */
.ttl_bn {
  width: 200px;
  margin: auto;
}
.pc_pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 74px;
  width: 60px;
  height: 60px;
  z-index: 101;
}
.switch_content {
  /* width: 600px; */
  margin: auto;
  border-radius: 15px;
  /* position: fixed;
    right: 0;
    bottom: 0; */
  max-width: calc(170px + 7vw);
}
#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: 18px;
  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: 18px;
  color: #FFF;
  text-shadow: 1px 1px 0px black;
  margin-left: 35px;
}
.button_ {
  display: block;
  position: relative;
  padding: 5px 20px;
}
.contents {
  display: inline-block;
}
/* モーダル */
.modal_content .coupon_Box_sp {
  height: 100%;
  padding-bottom: 0px;
  overflow-y: scroll;
}
.coupon_Box_sp {
  width: 100%;
  margin: 0 auto 30px;
  background-color: #fff;
  border: 2px solid #c92e29;
}
.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 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; */
}
.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: 100lvh;
  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;
}
.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: 767px) {
  #main_Wrap::before,
  #main_Wrap::after {
    content: none;
  }
  /*----------
  #main_Wrap
  ----------*/
  #content_Block {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  #left_Area {
    display: none;
  }
  #center_Area {
    width: 100%;
  }
  /*----------
  #center_Area
  ----------*/
  #center_Area {
    padding: 0px 0 0;
  }
  #center_Area .center_In {
    padding: 0 20px;
  }
  #center_Area .attention_Img {
    margin-top: 30px;
  }
  .ttl_bestselection {
    width: 80%;
  }
  /* クーポン設定 */
  .coupon_Box_sp {
    margin: 0 auto 0px;
    background-color: #fff;
    border: 2px solid #ac0080;
  }
  .coupon_Box_sp a {
    display: block;
    margin-top: 20px;
  }
  .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;
  }
  #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: 100lvh;
    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: 101;
  /* 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;
}
.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;
}
.sp_sideimgmenu {
  display: flex;
  flex-wrap: nowrap;
  gap: 3%;
  justify-content: center;
}
.sp_sideimgmenu img {
  max-width: 150px;
}
.pagetop:hover {
  box-shadow: 0px 0px 5px #e3007f;
}
/*------------------
フローティング設定
------------------*/
.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;
}
.osechidigitalcatalog {
  width: 95%;
  margin: 20px auto 0;
}
.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; */
}
@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;
}
/*------------------
ページトップへ戻るボタン
------------------*/
.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;
}
/* トップメインバナー */
.slide_top {
  position: relative;
  padding: 0 0 42%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide_top {
    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;
  z-index: 1;
  width: calc(100vw - 130px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .abs1 {
    width: 100vw;
  }
}
.abs2 {
  position: absolute;
  z-index: 1;
  bottom: 0%;
}
.abs3 {
  position: absolute;
  z-index: 1;
  bottom: 16%;
  right: 1%;
}
.abs4 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.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);
  }
}
.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;
  }
}
.box-shadow {
  box-shadow: 5px 5px 10px #bfbfbf;
}
.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;
  }
}
.section_title_img img {
  border-radius: 10px;
}
.section-attention a {
  display: contents;
}
.section-attention {
  padding: 20px 30px 10px;
}
.section-attention img {
  background: #fff0f0;
  border-radius: 5px;
}
.section-attention img:hover {
  transform: translateY(2px);
  background: #fac9c9;
}
.section_christmas_ttl {
  width: calc(100% - 60px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_christmas_ttl {
    width: 100%;
  }
}
/*------------------
雪　設定
------------------*/
.snow {
  color: snow;
  font-size: 10px;
  position: fixed;
  top: -5%;
  text-shadow:
    5vw -100px 2px,
    10vw -400px 3px,
    20vw -500px 4px,
    30vw -580px 1px,
    39vw -250px 2px,
    42vw -340px 5px,
    56vw -150px 2px,
    63vw -180px 0,
    78vw -220px 4px,
    86vw -320px 9px,
    94vw -170px 7px;
  animation: roll 10s linear infinite;
  z-index: 99999;
}
.snow2nd {
  animation: anim 15s linear infinite;
}
@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(20deg);
    top: 100%;
    opacity: 0;
  }
}
@keyframes anim {
  100% {
    color: transparent;
    top: 150%;
  }
}
/*------------------
背景設定
------------------*/
.section_mainbg {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  /* background-image: url(/img/christmas/background.jpg); */
  background-repeat: repeat;
  background-size: contain;
  padding-top: 3%;
  background: repeating-linear-gradient(135deg, #a82127, #a82127 30px, #952026 30px, #952026 60px);
}
.section-selection {
  /* background-image: url(/img/christmas/cake_selection_bg.jpg); */
  background-repeat: repeat;
  background-size: cover;
  width: calc(100% - 128px);
  margin: 50px auto 0;
}
.section-partymenu .block_Ttl {
  padding-top: 5%;
  background: linear-gradient(180deg, #20202000, #0b1f3a);
}
.section-otoku {
  /* padding-top: 5%; */
  padding-bottom: 5%;
  /* background: linear-gradient(180deg, #0b1f3a64, #0a1c3400); */
  /* background: linear-gradient(0deg, #202020, #0B1F3A); */
  /* border-bottom: 10px solid; */
  /* border-image: linear-gradient(to right, #895c25, #e2bf7a, #895c25) 1; */
}
/* 指定位置までスクロール */
.scroll li {
  z-index: 1;
}
.scroll ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  margin: 20px;
}
.scroll img:hover {
  transform: translateY(4px);
  box-shadow: 2px 2px 0px 0px #b81c30;
}
.scroll img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 4px 5px 0px 0px #510f0f;
}
@media screen and (max-width: 767px) {
  .scroll img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 4px 5px 0px 0px #510f0f;
  }
  .scroll ul {
    flex-wrap: wrap;
  }
  .scroll li {
    flex-basis: 45%;
  }
}
/* カテゴリから選ぶ */
.section-category_innner .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.section-category_innner .image-container img {
  width: 100%;
  height: auto;
}
.image-container .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  transition: top 0.5s;
  opacity: 0.5;
}
.image-container:hover .overlay {
  top: 0;
  opacity: 1;
}
.image-container a:hover {
  opacity: 1;
}
.section-category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
.section-category ul li {
  flex-basis: 33%;
}
@media screen and (max-width: 767px) {
  .section-category ul li {
    flex-basis: 50%;
  }
}
/* 予算から選ぶ */
.section-price ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
  row-gap: 10px;
}
.section-price ul li {
  flex-basis: 33%;
}
@media screen and (max-width: 767px) {
  .section-price ul li {
    flex-basis: 40%;
  }
}
/* 特典 */
.section-tokuten {
  padding-top: 10px;
}
/* ご利用ガイド */
.section-guide {
  max-width: 1100px;
  margin: 40px auto 0;
}
.guide_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px calc((100% - 31% * 3) / 2);
  margin: 10px auto 0;
  padding-bottom: 15px;
}
.section-guide li {
  flex-basis: 40%;
  text-align: center;
  flex-wrap: wrap;
}
.section-guide li img {
  border-radius: 15px;
  box-shadow: 5px 5px 5px #bfbfbf;
}
@media screen and (max-width: 767px) {
  .section-guide li {
    flex-basis: 80%;
  }
}
/*------------------
クリスマスカルーセル設定
------------------*/
.section-selection .container {
  margin: 50px auto;
  width: 350px;
  height: 250px;
  position: relative;
  perspective: 1100px;
  padding: 300px 0px;
  top: -380px;
}
.section-selection .carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 2s;
}
.section-selection .item {
  display: block;
  position: absolute;
  width: 350px;
  height: 350px;
  line-height: 2;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  /* opacity: 0.95; */
  border-radius: 10px;
  margin: 70px 0px;
  transition: transform 0.5s ease-in-out;
}
.section-selection .item span {
  color: #FFF;
  padding: 0 10px;
}
.section-selection .item img {
  padding: 10px;
  border-radius: 50%;
}
.section-selection .item img:hover {
  transform: scale(1.1);
  transition: transform 1s;
}
.section-selection .item a:hover {
  opacity: 1;
}
.section-selection .a {
  transform: rotateY(0deg) translateZ(350px);
  /* background: url(/img/christmas/item_back.jpg); */
  background-size: contain;
}
.section-selection .b {
  transform: rotateY(60deg) translateZ(350px);
  /* background: url(/img/christmas/item_back.jpg); */
  background-size: contain;
}
.section-selection .c {
  transform: rotateY(120deg) translateZ(350px);
  /* background: url(/img/christmas/item_back.jpg); */
  background-size: contain;
}
.section-selection .d {
  transform: rotateY(180deg) translateZ(350px);
  /* background: url(/img/christmas/item_back.jpg); */
  background-size: contain;
}
.section-selection .e {
  transform: rotateY(240deg) translateZ(350px);
  /* background: url(/img/christmas/item_back.jpg); */
  background-size: contain;
}
.section-selection .f {
  transform: rotateY(300deg) translateZ(350px);
  /* background: url(/img/christmas/item_back.jpg); */
  background-size: contain;
}
/* .section-selection .g {
  transform: rotateY(308.57142deg) translateZ(350px);
  background: url(/img/christmas/item_back.jpg);
  background-size: contain;
} */
@media screen and (max-width: 767px) {
  .section-selection .a {
    transform: rotateY(0deg) translateZ(160px);
  }
  .section-selection .b {
    transform: rotateY(60deg) translateZ(160px);
  }
  .section-selection .c {
    transform: rotateY(120deg) translateZ(160px);
  }
  .section-selection .d {
    transform: rotateY(180deg) translateZ(160px);
  }
  .section-selection .e {
    transform: rotateY(240deg) translateZ(160px);
  }
  .section-selection .f {
    transform: rotateY(300deg) translateZ(160px);
  }
  /* .section-selection .g {
  transform: rotateY(308.57142deg) translateZ(160px);
} */
}
.section-selection .next {
  display: block;
  content: '';
  width: 80px;
  height: 300px;
  opacity: 0.5;
  position: absolute;
  bottom: 250px;
  cursor: pointer;
  background: url(https://www.aeon-kyushu.com/img/bigbazaar/pc/arrow_next.png) no-repeat center center;
  background-size: contain;
}
.section-selection .prev {
  display: block;
  content: '';
  width: 80px;
  height: 300px;
  opacity: 0.5;
  position: absolute;
  bottom: 250px;
  cursor: pointer;
  background: url(https://www.aeon-kyushu.com/img/bigbazaar/pc/arrow_prev.png) no-repeat center center;
  background-size: contain;
}
.section-selection .next:hover,
.section-selection .prev:hover {
  color: #000;
}
.section-selection .next:active,
.section-selection .prev:active {
  bottom: 244px;
  box-shadow: 0 1px 0 #999;
}
.section-selection .next {
  right: 0em;
}
.section-selection .prev {
  left: 0em;
}
@media screen and (max-width: 767px) {
  .section-selection {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-selection {
    height: 500px;
  }
  .section-selection .container,
  .section-selection .item {
    width: 190px;
    height: 190px;
  }
}
.select_Box01 .btn_cat {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.select_Box01 .btn_cat li {
  width: calc((100% - 0px) / 2);
  padding: 3px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .select_Box01 .btn_cat li {
    width: calc((100% - 20px) / 2);
    padding: 5px;
  }
  .select_Box01 li img {
    width: 90%;
    margin: auto;
  }
  .select_Box02 li img {
    width: 90%;
    margin: auto;
  }
  .select_Box03 li img {
    width: 85%;
    margin: auto;
  }
}
.font_01 {
  font-size: 22px;
  margin: 20px;
  font-weight: bold;
  /* text-shadow: 0px 0px 2px #a98334; */
  font-family: serif;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .font_01 {
    font-size: 14px;
  }
}
.tokuten_flex {
  display: flex;
  gap: 10px;
  margin: 10px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .tokuten_flex {
    flex-direction: column;
  }
}
.text-center {
  text-align: center;
}
.ttl_toku {
  width: 40%;
  margin: auto;
  padding: 40px 0;
}
.partymenu_btn {
  display: flex;
  gap: 30px;
  background: linear-gradient(181deg, #000000, #0B1F3A, #0b1f3a64);
  /* background: linear-gradient(181deg, #000000, #0B1F3A); */
  justify-content: center;
}
.partymenu_btn li {
  flex-basis: 35%;
  margin-top: 25px;
  margin-bottom: 50px;
}
.partymenu li img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 4px 5px 0px 0px #510f0f;
}
.partymenu li img:hover {
  transform: translateY(4px);
  box-shadow: 2px 2px 0px 0px #b81c30;
}
@media screen and (max-width: 767px) {
  .partymenu li img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 4px 5px 0px 0px #510f0f;
  }
  .partymenu_btn li {
    flex-basis: 45%;
  }
}
.top_back {
  font-size: 14px;
  text-align: right;
  margin: 10px 30px;
}
.top_back a {
  color: #009bc0;
}
/* 固定するナビゲーションのスタイル */
.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: #b90505;
  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;
  }
}
.hayatoku_top img {
  width: calc(100% - 128px);
  margin: -1px auto 0;
}
.content_top img {
  width: calc(100% - 128px);
  margin: auto;
}
@media screen and (max-width: 900px) {
  .content_top img {
    width: 100%;
  }
}
