@charset "UTF-8";
/* 共通 */
.flex {
  display: flex;
}
.rela,
main figure{
    position: relative;
}
#all_Wrap a,
#all_Wrap button {
  display: block;
  transition: .3s;
}
#all_Wrap a:hover,
#all_Wrap button:hover {
  opacity: .6;
}
#all_Wrap img {
  width: 100%;
}
#all_Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.bg_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background: url(/img/newyear/26/osechi/bg_main.jpg) repeat center center;
  background-size: 100%;
  z-index: -1;
}
.left_Box {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: calc((100% - 460px) / 2);
  height: 100%;
  z-index: 1;
}
.left_Box>article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 420px;
  width: 100%;
  padding: 0 2vw;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.left_Box>article .l_ttl {
  width: 94%;
  margin: 0 auto;
}
.right_Box {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  width: calc((100% - 460px) / 2);
  height: 100%;
  z-index: 1;
}
.right_Box>article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  top: 50%;
  max-width: 360px;
  width: 100%;
  /*padding: 0 2vw;*/
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  bottom: 10%;
}
.right_Box>article ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.right_Box>article ul li:nth-last-child(-n+2) {
  border-top: 1px solid #fff;
}
.right_Box>article ul li.check {
    margin-top: 50px;
}
main {
  max-width: 460px;
  width: 100%;
  margin: 0 auto 0;
  box-shadow: 0px 0px 15px #8a8a8a;
  background: url(/img/newyear/26/osechi/bg_iware.jpg) repeat-y top center;
  background-size: 100% auto;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  left: calc(((100% - 460px) / 2) + 496px);
}
#pagetop a {
  display: block;
  max-width: 80px;
  width: 10vw;
}
.inner {
  width: 92.02%;
  max-width: 438px;
  margin: 0 auto;
}
.fade_Box {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.3s;
}
.fade_Box.fade_Up {
  transform: translateY(30px);
}
.fade_Box.animated {
  opacity: 1;
  transform: translateY(0px);
}
.fade_Delay00 { transition-delay: 0s; }
.fade_Delay01 { transition-delay: 0.6s; }
/*年末年始*/
.head_area {
  width: 100%;
}
.main_area {
  position: relative;
}
.main_area h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
}
.main_area .main_ill {
  position: relative;
  z-index: 2;
}
.head_area {
}
.head_area .ancr_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5%;
}
.head_area .ancr_btn li {
  width: 100%;
}
.iware_area {
  background: url(/img/newyear/26/osechi/bg_iware.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 0 0 50px;
}
.iware_ttl {
  position: relative;
}
.iware_ttl > img {
  position: absolute;
}
.iware_ttl h3 {
  position: relative;
}
/*カードパネル*/
.panel_box {
  flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.panel_box li {
  width: 48%;
  margin-bottom: 5%;
  margin-right: 4%;
}
.panel_box li:nth-child(even) { margin-right:0; }
.item_panel {
  position: relative;
  transform-style: preserve-3d;
  transition: 1s;
  aspect-ratio: 420/546;
  cursor: pointer;
}
.item_panel.on {
  transform: rotateY(180deg);
}
.item_panel img {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}
.offimg {
  z-index: 2;
}
.onimg {
  transform: rotateY(180deg)
}
.kibun_link {
    margin-top: -20%;
}
.kibun_link p {
  margin: 0 auto 5%;
}
.top_circle {
  margin: -25% 0 0;
  position: relative;
}
.mask1 {
  clip-path: url(#mask1);
}
.mask2 {
  clip-path: url(#mask2);
}
.areaTopGif {
  width: 60%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 35/30;
}
.style_area {
  background: url(/img/newyear/26/osechi/bg_style.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 30px 0 50px;
}
.style_area ul li {
  margin-bottom: 12%;
}
.tec_area {
  background: url(/img/newyear/26/osechi/bg_tec.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 0 0 80px;
}
.tec_area article {
  background: #ef8a5f;
  border-radius: 50px;
  padding: 4% 0 8%;
  position: relative;
  margin-bottom: 10%;
}
.tec_area article > * {
  width: 91.33%;
  max-width: 400px;
  margin: 0 auto;
}
.tec_area article iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.tec_area article .chara {
  position: absolute;
  width: 28.75%;
  left: -5.5%;
  bottom: 4%;
}
.head_tec_btm {
  background: url(/img/newyear/26/osechi/bg_tec_btm.png) repeat-x bottom center;
  background-size: 100% 100%;
  aspect-ratio: 952/100;
  margin: 0;
}
.link_area {
  padding: 0 0 10%;
}
.link_area .link_box {
  margin: 8% auto 0;
}
.link_area .link_box ul li:not(:last-child) {
  margin-bottom: 4%;
}
.foot_area {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.foot_area h2 {
  display: block;
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .left_Box,
  .right_Box {
    display: none;
  }
  main {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
  }
  #pagetop {
    position: fixed;
    bottom: 20px;
    left: unset;
    right: 20px;
  }
  #pagetop a {
    width: 12vw;
  }
}
