@charset "utf-8";

* {
  zoom: 1;
}
ul,
ol,
li {
  zoom: normal;
}
ul,
ol {
  list-style: none;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.spB10 {
  margin-bottom: 10px;
}
.spB20 {
  margin-bottom: 20px;
}
::selection {
  background: transparent;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
a:focus,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
}
.area_inner_noimg {
  width: 980px;
  margin: 0 auto;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  text-align: left;
}


/*----------------------

customize

----------------------*/
#area-body {
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
}
@media print, screen and (max-width: 1041px) {
  #area-body {
    font-size: 14px;
  }
}
#area-body .area_inner {
  width: 100%;
}
#osechi-2025 *,
#osechi-2025 *::before,
#osechi-2025 *::after {
  box-sizing: border-box;
}
#osechi-2025 {
  line-height: 1.89;
  color: #231815;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  word-break: break-all;
}
#osechi-2025 a {
  transition: .2s;
}
#osechi-2025 img {
  width: 100%;
  height: auto;
}


/*----------------------

contents

----------------------*/
.l-cont {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (max-width: 1041px) {
  .l-cont {
    max-width: unset;
    padding: 0;
  }
}


/*----------------------

nav

----------------------*/
.nav {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #d1ba91;
}
.nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.nav__inner {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .nav__inner {
    max-width: 96.1538461538vw;
  }
}
.nav__items {
  display: flex;
  justify-content: space-between;
}
.nav__item {
  width: 25%;
  height: 76px;
  padding: 8px 0 10px;
  transition: background-color 0.2s;
}
@media print, screen and (max-width: 1041px) {
  .nav__item  {
    height: 8.5vw;
  }
}
.nav__item:hover {
  background-color: rgba(255,255,255, 0.3);
}
.nav__item.padding a {
  padding-top: 15px;
}
@media print, screen and (max-width: 1041px) {
  .nav__item.padding a {
    padding-top: 1.5vw;
  }
}
.nav__item a {
  display: block;
  height: 100%;
  line-height: 1.67;
  border-right: 1px solid #231815;
  color: #231815;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 1041px) {
  .nav__item a {
    font-size: 2vw;
  }
}
.nav__item:last-of-type a {
  border-right: none;
}
.nav__item a:focus,
.nav__item a:link,
.nav__item a:visited,
.nav__item a:hover,
.nav__item a:active {
  background: transparent !important;
}


/*----------------------

animation

----------------------*/
[v-cloak] {
  display: none;
}

.js-fade {
  opacity: 0;
}
.js-fade-active {
  animation: fadeup 0.5s ease 1 forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.js-rotate {
  opacity: 0;
}
.js-rotate-active {
  animation: rotateup 0.5s ease 1 forwards;
}
@keyframes rotateup {
  0% {
    opacity: 0;
    filter: brightness(1.9);
    transform: translate(0, 80px) rotate(-3deg) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    filter: brightness(1); transform: translate(0, 0);
  }
}


/*----------------------

shop__pagetop

----------------------*/
.shop__pagetop {
  position: fixed;
  z-index: 1000;
  right: 59px;
  bottom: 59px;
  width: 30px;
}
@media print, screen and (max-width: 1041px) {
  .shop__pagetop {
    right: 40px;
  }
}


/*----------------------

button

----------------------*/
.button {
  width: 225px;
  height: 45px;
}
.button a {
  display: block;
  height: 100%;
  padding-top: 8px;
  border-radius: 42px;
  background-color: #231815;
  background-image: url(../img/arw_icon.png);
  background-size: 9px auto;
  background-position: 95% center;
  background-repeat: no-repeat;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.button.hover__red a:hover {
  background-color: #b92c36 !important;
}
.button.hover__brw a:hover {
  background-color: #d1ba91 !important;
}