@charset "UTF-8";
/* .maru-gothic {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
} */

ul li {
  list-style: none;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc_none {
  display: none;
}

@media (max-width: 1024px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

.totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 0.85rem;
  width: 85px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.totop a {
  color: #c80000;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .totop {
    bottom: 45px;
  }
}

/*---------------------------------*/
/*  ご注文確認メールが届かないお客様へ  */
/*---------------------------------*/
.mail-tab {
  position: fixed;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.mail-tab a {
  display: block;
  writing-mode: vertical-rl;
  background: #e50068;
  padding: 35px 10px;
  border-radius: 0 40px 40px 0;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .mail-tab {
    top: unset;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .mail-tab a {
    writing-mode: horizontal-tb;
    border-radius: 0;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
  }
}

/*-------------------------*/
/*  早期割引  */
/*-------------------------*/
.discount_fixed {
  position: fixed;
  bottom: 65px;
  width: 244px;
  height: 234px;
  right: 50px;
  z-index: 998;
  opacity: 0;
  animation: 0.3s main_deco_fadeIn 6s ease-in forwards;
  -webkit-animation: 0.3s main_deco_fadeIn 6s ease-in forwards;
}

.discount_fixed a {
  display: block;
  width: 244px;
  height: 234px;
}

.discount_fixed_close {
  position: absolute;
  top: -13px;
  right: -10px;
  width: 43px;
  height: 43px;
}

.discount_fixed.delete {
  display: none;
}

@media (max-width: 1024px) {
  .discount_fixed {
    bottom: 40px;
    width: 200px;
    height: 194px;
    right: auto;
    left: 3%;
  }

  .discount_fixed a {
    width: 200px;
    height: 194px;
  }

  .discount_fixed_close {
    width: 36px;
    height: 36px;
  }
}

/*-------------------------------------------------*/
/*  Loading */
/*-------------------------------------------------*/
.load {
  width: 100%;
  height: 100vh;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/load_bg.jpg)
    repeat center / 100px #f6eed5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  pointer-events: none;
}

.load .load_logo {
  width: clamp(230px, 30.9vw, 371px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.load .load_cloud01,
.load .load_cloud02,
.load .load_cloud03 {
  position: absolute;
  z-index: -1;
}

.load .load_cloud01 {
  width: clamp(280px, 50.3vw, 604px);
  top: -80px;
  left: 0;
}

.load .load_cloud02 {
  width: clamp(200px, 42.8vw, 513px);
  top: 50%;
  right: clamp(-35px, -11.2vw, -134px);
  transform: translateY(-50%);
}

.load .load_cloud03 {
  width: clamp(250px, 53.5vw, 642px);
  bottom: -53px;
  left: 0;
}

@media (max-width: 430px) {
  .load .load_cloud01 {
    top: 0;
  }

  .load .load_cloud03 {
    bottom: 0;
  }
}

/*-------------------------------------------------*/
/*  section01 - MV */
/*-------------------------------------------------*/
.mv {
  padding-bottom: max(392px, 32.7vw);
  position: relative;
  overflow: hidden;
}

.mv::before,
.mv::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.mv::before {
  width: 100%;
  height: 100%;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/mv_bg.jpg)
    no-repeat center / cover;
  top: 0;
  left: 0;
}

.mv::after {
  width: min(100%, 1110px);
  aspect-ratio: 1/0.998;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/mv_hinomaru.png)
    no-repeat center / cover;
  top: -84px;
  left: 50%;
  transform: translateX(-50%);
}

.mv_wrapper {
  max-width: 1000px;
  padding-top: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.mv .mv_logo {
  width: min(33.3vw, 400px);
  position: absolute;
  top: 40px;
  left: -40px;
  z-index: 6;
}

.mv .center_wrapper {
  position: relative;
}

.mv .mv_allimage {
  width: min(942px, 94.2%);
  margin: 0 0 0 auto;
}

.mv .mv_text,
.mv .mv_mark01,
.mv .mv_mark02 {
  position: absolute;
}

.mv .mv_text {
  width: min(12.5%, 125px);
  top: min(70px, 7%);
  left: 63.4%;
}

.mv .mv_mark01 {
  width: min(9.4%, 94px);
  bottom: min(110px, 11%);
  left: 0;
}

.mv .mv_mark02 {
  width: min(15.2%, 152px);
  bottom: min(80px, 8%);
  left: 0;
}

.mv .mv_ttl {
  width: min(754px, 75.4%);
  margin-top: min(-110px, -11%);
  margin-bottom: min(60px, 6%);
}

.mv .mv_buybtn {
  width: min(377px, 31.4vw);
}

.char_wrapper {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.char_wrapper > div {
  position: absolute;
}

.mv .mv_chopper {
  width: min(395px, 33vw);
  top: max(190px, 15.8vw);
  left: 0;
}

.mv .mv_lufy {
  width: min(908px, 75.7vw);
  top: 0;
  right: max(-260px, -21.7vw);
  z-index: -1;
}

.mv .cloud_wrapper > div,
.mv .cloud_wrapper > picture {
  position: absolute;
  pointer-events: none;
}

.mv .cloud_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv .cloud_wrapper picture {
  display: block;
}

.mv .mv_cloud01 {
  width: min(679px, 56.6vw);
  top: min(-5px, -0.4vw);
  left: min(-46px, -3.8vw);
  z-index: 0;
}

.mv .mv_cloud02 {
  width: min(716px, 59.7vw);
  top: max(-150px, -12.5vw);
  right: max(-310px, -25.8vw);
  z-index: 0;
}

.mv .mv_cloud03 {
  width: min(953px, 79.4vw);
  top: 50%;
  left: max(-195px, -16.3vw);
  transform: translateY(-50%);
  z-index: 0;
}

.mv .mv_cloud04 {
  width: min(984px, 82vw);
  bottom: 3%;
  right: max(-270px, -22.5vw);
  transform: translateY(-50%);
  z-index: 3;
}

.mv .mv_cloud05 {
  width: min(791px, 65.9vw);
  left: min(-240px, -20vw);
  bottom: 115px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .mv {
    padding-bottom: max(181px, 48.3vw);
  }

  .mv::after {
    width: max(400px, 106vw);
    top: -15px;
    left: -15px;
    transform: translateX(0);
  }

  .mv .mv_wrapper {
    padding: max(62px, 16.5vw) 22px 0;
  }

  .mv .mv_logo {
    width: max(135px, 36vw);
    top: max(25px, 6.7vw);
    left: max(28px, 7.5vw);
  }

  .mv .center_wrapper {
    margin: 0 0 0 auto;
  }

  .mv .mv_allimage {
    width: max(332px, 88.5vw);
  }

  .mv .mv_text {
    width: max(53px, 14.1vw);
    top: min(-36px, -9.6vw);
    left: 55.5%;
  }

  .mv .mv_mark01 {
    width: max(11.2%, 42px);
    bottom: max(32px, 8.5vw);
    left: -10px;
  }

  .mv .mv_mark02 {
    width: max(16.3%, 61px);
    bottom: max(15px, 6vw);
    left: -10px;
  }

  .mv .mv_ttl {
    width: max(333px, 88.8vw);
    margin-top: max(-64px, -17vw);
    margin-bottom: max(24px, 6.4vw);
  }

  .char_wrapper {
    max-width: 100%;
  }

  .mv .mv_chopper {
    width: max(178px, 47.4vw);
    top: max(65px, 17.3vw);
    left: min(-37px, -10vw);
  }

  .mv .mv_lufy {
    width: max(383px, 102vw);
    top: min(-16px, -4.3vw);
    right: min(-117px, -31.2vw);
  }

  .mv .mv_cloud01 {
    width: clamp(205px, 54.7vw, 560px);
    top: 0;
  }

  .mv .mv_cloud02 {
    width: clamp(242px, 64.3vw, 660px);
    top: min(-56px, -14.9vw);
    right: min(-85px, -22.7vw);
  }

  .mv .mv_cloud03 {
    width: clamp(470px, 112vw, 793px);
    top: 50%;
    left: max(-154px, -41vw);
  }

  .mv .mv_cloud04 {
    width: clamp(438px, 117vw, 750px);
    bottom: max(60px, 16vw);
    right: max(-117px, -31.2vw);
  }

  .mv .mv_cloud05 {
    display: none;
  }
}

@media (max-width: 430px) {
  .mv .mv_wrapper {
    padding: 70px 11px 0;
  }

  .mv .mv_ttl {
    margin-top: -24px;
  }

  .mv .mv_buybtn {
    width: 200px;
  }
}

@media (max-width: 390px) {
  .mv .mv_mark01 {
    left: 0;
  }
}

/*-------------------------------------------------*/
/*  goods - 付属品の紹介 */
/*-------------------------------------------------*/
.goods {
  padding: max(295px, 24.6vw) 0 max(951px, 79.3vw);
  margin-top: min(-20%, -240px);
  position: relative;
  overflow-x: hidden;
  z-index: 3;
}

.goods::before,
.goods::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.goods::before {
  width: 100%;
  height: 70%;
  /* aspect-ratio: 1 / 3.24; */
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/goods_bg01.webp)
    no-repeat top / cover;
  top: 0;
  z-index: 1;
}

.goods::after {
  width: 100%;
  height: calc(100% - 70%);
  /* aspect-ratio: 1 / 1.4; */
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/goods_bg02.jpg)
    no-repeat center / cover;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.goods .deco_item {
  position: absolute;
  z-index: 2;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.goods .deco_item.deco01,
.goods .deco_item.deco02 {
  display: block;
}

.goods .deco_item.deco01 {
  width: min(11.5%, 115px);
  top: 16.4%;
  right: 8.3%;
}

.goods .deco_item.deco02 {
  width: min(15.8%, 158px);
  top: 24.3%;
  left: 8.3%;
}

.goods .deco_item.deco03 {
  width: min(21.7%, 217px);
  top: 35.5%;
  right: 8.3%;
}

.goods .deco_item.deco04 {
  width: min(28.9%, 289px);
  top: 45.9%;
  left: 8.3%;
}

.goods .deco_item.deco05 {
  width: min(17.3%, 173px);
  bottom: 40.6%;
  right: 8.3%;
}

.goods .deco_item.deco06 {
  width: min(11.5%, 115px);
  bottom: 26.5%;
  left: 8.3%;
}

.goods .goods_cloud {
  width: min(1234px, 123%);
  position: absolute;
  top: min(446px, 37.2vw);
  left: -270px;
  z-index: 1;
}

.goods .goods_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.goods .goods_chara {
  display: block;
  width: min(66.4%, 664px);
  position: absolute;
  top: -248px;
  left: -100px;
  z-index: 3;
}

.goods .goods_ttl {
  display: block;
  width: min(43.7%, 437px);
  margin-right: -25px;
  margin-bottom: 120px;
  position: relative;
  z-index: 5;
}

.goods .goods_list {
  margin-bottom: 92px;
  position: relative;
  z-index: 5;
}

.goods .goods_item:first-child {
  margin-bottom: 94px;
}

.goods .goods_item:nth-child(2) {
  margin-bottom: 75px;
}

.goods .goods_item:nth-child(3) {
  margin-bottom: 112px;
}

.goods .goods_img {
  margin: 0 auto 32px;
}

.goods .goods_img.img_lid {
  width: min(74.4%, 744px);
}

.goods .goods_img.img_plate {
  width: min(59%, 590px);
}

.goods .goods_img.img_sticks {
  width: min(51%, 510px);
}

.goods .goods_img.img_lunchmatt {
  width: min(73.3%, 733px);
}

.goods .goods_box {
  text-align: center;
  width: min(64.4%, 644px);
  background: #fff;
  border-radius: 20px;
  padding: 32px 32px 110px;
  margin: 0 auto;
  position: relative;
}

.goods .goods_box::after {
  content: "";
  width: 100%;
  height: 64px;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/goods_deco.png)
    no-repeat center / cover;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}

.goods .goods_name {
  margin-bottom: 22px;
  height: min(2.7vw, 32px);
}

/*.goods .goods_item:last-child .goods_name {
  height: min(6vw, 72px);
}  2行から1行に変更のため */

.goods .goods_name img {
  height: 100%;
  width: auto;
}

.goods .goods_exp {
  line-height: 1.75;
}

.goods .goods_exp span {
  display: block;
  line-height: 1.75;
}

.goods .introduction_main_btn {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.goods .introduction_main_btn a {
  display: block;
  width: min(31.4vw, 377px);
}

@media (max-width: 1024px) {
  .goods {
    padding: max(115px, 14vw) 0 max(550px, 146.7vw);
    margin-top: min(-106px, -28.2vw);
  }
  .goods::before {
    height: 74.1%;
    /* aspect-ratio: 1 / 3.9; */
    background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/goods_bg01_sp.webp)
      no-repeat top / cover;
  }

  .goods::after {
    height: calc(100% - 74.1%);
    /* aspect-ratio: 1 / 1.4; */
    background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/goods_bg02_sp.jpg)
      no-repeat center / cover;
  }

  .goods .goods_cloud {
    width: 632px;
    position: absolute;
    top: 177px;
    left: 50%;
    transform: translateX(-50%);
  }

  .goods .goods_wrapper {
    max-width: 400px;
    padding: 0 22px;
  }

  .goods .goods_chara {
    width: max(295px, 78.7%);
    top: -134px;
    left: 0;
  }

  .goods .goods_ttl {
    width: min(41.3vw, 155px);
    margin-right: 0;
    margin-bottom: 83px;
  }

  .goods .goods_list {
    margin-bottom: 50px;
  }

  .goods .goods_item:first-child,
  .goods .goods_item:nth-child(2) {
    margin-bottom: 80px;
  }

  .goods .goods_item:nth-child(3) {
    margin-bottom: 100px;
  }

  .goods .goods_img {
    margin: 0 auto 20px;
  }

  .goods .goods_img {
    width: 100% !important;
  }

  .goods .goods_box {
    padding: 20px 20px 92px;
    width: 100%;
  }

  .goods .goods_box::after {
    height: unset;
    aspect-ratio: 10/1;
    background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/goods_deco_sp.png)
      no-repeat center / cover;
    bottom: 20px;
  }

  .goods .goods_name {
    margin-bottom: 14px;
    height: min(5.3vw, 20px);
  }

  /*.goods .goods_item:last-child .goods_name {
    height: min(11.7vw, 44px);
  }  */

  .goods .goods_exp {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .goods .goods_exp span {
    font-size: 12px;
    line-height: 1.6;
  }
}

@media (max-width: 430px) {
  .goods .deco_item.deco01 {
    width: min(10.6vw, 40px);
    top: 25.5%;
    right: 5%;
  }

  .goods .deco_item.deco02 {
    width: min(17.3vw, 65px);
    top: 44.5%;
    left: max(8%, 14px);
  }

  .goods .deco_item.deco03 {
    width: min(22.1vw, 83px);
    top: 63.5%;
    right: min(8%, 5px);
  }

  .goods .goods_box {
    padding: 20px 20px 70px;
  }

  .goods .introduction_main_btn a {
    width: 200px;
  }
}

/*-------------------------------------------------*/
/*  .menu - ルフィの肉々重・海賊の海鮮重 */
/*-------------------------------------------------*/
/* 共通 */
section.menu {
  padding-bottom: 72px;
  margin-top: min(-933px, -77.8vw);
  position: relative;
  overflow: hidden;
}

section.menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 64%;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/menu_bg.webp)
    repeat top / cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

section.menu .menu_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

section.menu .menu_img {
  width: min(55.1%, 551px);
  margin: 0 auto 20px;
  position: relative;
  z-index: 5;
  transition: all 0.6s ease-in;
}

section.menu .menu_lid {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1.2s ease;
  transition-delay: 0.5s;
  opacity: 1;
}

section.menu .fadeOpen.lazyloaded {
  opacity: 0;
  transform: translate(-50px, -30px);
}

section.menu .menu_lineup_text {
  background: #fff;
  padding: 10px 24px;
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
  z-index: 6;
}

section.menu .menu_ttl {
  width: min(24.4%, 244px);
  position: absolute;
  z-index: 6;
}

section.menu .menu_lineup {
  position: relative;
  z-index: 6;
}

section.menu .menu_lineup .lightbox {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  gap: 20px;
}

section.menu .menu_lineup .lightbox li {
  position: relative;
  list-style: none;
  z-index: 2;
}

section.menu .lightbox li .rotate {
  height: auto;
}

section.menu .lightbox li a {
  border-radius: 0;
  display: initial;
  overflow: hidden;
}

section.menu .cy {
  width: 100%;
  height: 100%;
  position: relative;
}

section.menu .cy .front {
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
}

section.menu .cy .back {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 3;
}

section.menu .glightbox-desc {
  display: none;
}

@media (max-width: 1540px) {
  section.menu::before {
    height: 70%;
  }
}

@media (max-width: 1280px) {
  section.menu::before {
    height: 73%;
  }
}

@media (max-width: 1024px) {
  /* 共通 */
  section.menu {
    margin-top: min(-515px, -136.2vw);
  }

  section.menu .menu_wrapper {
    max-width: 400px;
    padding: 0 22px;
  }

  section.menu::before {
    height: 86%;
    background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/menu_bg_sp.jpg)
      repeat top / 100%;
  }

  section.menu .menu_img {
    width: 100%;
    margin: 0 auto;
  }

  section.menu .menu_ttl {
    width: max(133px, 35.5%);
  }

  section.menu .menu_lineup .lightbox {
    gap: 12px 9px;
  }
  section.menu .menu_lineup_text {
    font-size: 13px;
    padding: 7px 18px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 834px) {
  section.menu::before {
    height: 86%;
  }
}

@media (max-width: 768px) {
  section.menu::before {
    height: 87%;
  }
}

@media (max-width: 430px) {
  section.menu::before {
    height: 91%;
  }
}

/* ルフィの肉々重 */
section.menu .menu_meat {
  position: relative;
  padding-top: min(238px, 23.8%);
  margin-bottom: min(85px, 8.5%);
}

section.menu .meat_ttl {
  top: min(14%, 140px);
  right: -1.6%;
}

section.menu .meat_lufy {
  width: min(110%, 1106px);
  position: absolute;
  top: 0;
  left: -56%;
  z-index: 4;
}

section.menu .meat_lineup .lightbox {
  grid-template-columns: repeat(5, 200px);
  grid-auto-rows: 200px;
  max-width: 1000px;
}

@media (max-width: 1024px) {
  section.menu .menu_meat {
    padding-top: clamp(463px, 115vw, 550px);
    margin-bottom: 50px;
  }

  section.menu .meat_ttl {
    top: max(56px, 14.9vw);
    right: 0;
  }

  section.menu .meat_lufy {
    width: max(491px, 130%);
    top: 0;
    left: -32.5%;
  }

  section.menu .meat_lineup .lightbox {
    grid-template-columns: repeat(3, 100px);
    grid-auto-rows: 100px;
  }
}

/* 海賊の海鮮重 */
section.menu .menu_seafood {
  padding-top: min(230px, 23%);
  position: relative;
}

section.menu .seafood_ttl {
  top: min(130px, 13%);
  left: -1.6%;
  z-index: 6;
}

section.menu .seafood_cavendish {
  width: min(1125px, 112.5%);
  position: absolute;
  top: 0;
  right: -70%;
}

section.menu .seafood_lineup {
  width: min(774px, 77.4%);
  margin: 0 auto;
}

section.menu .seafood_lineup .lightbox {
  grid-template-columns: repeat(4, 200px);
  grid-auto-rows: 200px;
}

@media (max-width: 1024px) {
  section.menu .menu_seafood {
    padding-top: min(445px, 107vw);
  }

  section.menu .seafood_ttl {
    top: min(40px, 10.7%);
    left: 4%;
  }

  section.menu .seafood_cavendish {
    width: max(514px, 137%);
    right: unset;
    left: 0;
  }

  section.menu .seafood_lineup {
    width: 100%;
  }

  section.menu .seafood_lineup .lightbox {
    grid-template-columns: repeat(3, 100px);
    grid-auto-rows: 100px;
  }
}

/*-------------------------------------------------*/
/*  delivery_buy - 商品詳細・お届け・よくある質問・フッター */
/*-------------------------------------------------*/
.delivery_buy {
  background-color: #faf4e0;
  z-index: 800;
}

.delivery_buy h2 {
  width: 100%;
}

.delivery_buy h2 .ttl_cont {
  display: block;
  margin: 0 auto;
}

.delivery_buy .product {
  padding: 80px 0;
  position: relative;
}

.delivery_buy .product::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/border.png)
    no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.delivery_buy .product_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.delivery_buy .product_flex {
  display: flex;
  align-items: flex-start;
}

.delivery_buy .product .images {
  width: 504px;
}

.delivery_buy .product .images img {
  width: 100%;
}

.delivery_buy .product h2 {
  margin-bottom: 40px;
}

.delivery_buy .product h2 .ttl_cont {
  width: min(13.2%, 132px);
}

.delivery_buy .product .spec {
  width: 45.5%;
  padding-top: 0;
  padding-left: 30px;
}

.delivery_buy .product .spec .name {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.delivery_buy .product .spec .name small {
  background-color: #ca0005;
  padding: 0.25em 0.5em;
  color: #fff;
  font-size: 20px;
  border-radius: 2px;
  margin-left: 0.5em;
}

.delivery_buy .product .spec .normal_price {
  font-size: 21px;
  margin: 0.8em 0 0;
}

.delivery_buy .product .spec .normal_price small {
  font-size: 21px;
  text-decoration: line-through;
}

.delivery_buy .product .spec .price {
  font-size: 27px;
  color: #ca0005;
  font-weight: 600;
  margin: 0;
  padding: 20px 0 0;
  line-height: 2;
}

.delivery_buy .product .spec .price span {
  font-size: 19px;
  border: 2px solid #ca0005;
  border-radius: 30px;
  padding: 5px 15px;
  margin-bottom: 15px;
  color: #ca0005 !important;
}

.delivery_buy .product .spec .price small {
  font-size: 19px;
  color: #000;
  font-weight: 500;
  margin-left: 0.2em;
}

.delivery_buy .product .spec .detail {
  font-size: 16px;
  list-style: none;
  padding: 0;
}

.delivery_buy .product .spec .detail li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4em;
  line-height: 1.3;
}

.delivery_buy .product .spec .detail li strong {
  font-weight: 600;
  margin-right: 1em;
  line-height: inherit;
  margin-bottom: 0.3em;
}

.delivery_buy .product .spec .detail li strong::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: black;
  margin-right: 0.2em;
}

.delivery_buy .product .spec .detail li span {
  margin-bottom: 0.3em;
  line-height: 1.3;
}

.delivery_buy .product .spec .repletion {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.delivery_buy .product .spec .repletion li {
  color: #ca0005;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.delivery_buy .product .spec .repletion li:before {
  content: "※";
  display: inline-block;
  width: 1.2em;
  text-indent: 0;
}

.delivery_buy .product .spec .alert {
  font-size: 16px;
  font-weight: 600;
  background-color: #ffd559;
  border-radius: 2px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.delivery_buy .product .spec .alert a {
  text-decoration: none;
  color: #ca0005;
}

.delivery_buy .product .caution h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #ca0005;
}

.delivery_buy .product .caution ul {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 20px;
}

.delivery_buy .product .caution ul li {
  line-height: 1.6;
}

.delivery_buy .product .save h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.delivery_buy .product .save ul {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 20px;
}

.delivery_buy .product .save ul li {
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .delivery_buy .product::before {
    height: 5px;
  }

  .delivery_buy .product_wrapper {
    max-width: 400px;
    padding: 0 22px;
  }

  .delivery_buy .product_flex {
    flex-direction: column;
  }

  .delivery_buy .product .images {
    width: 100%;
  }

  .delivery_buy .product h2 {
    margin: 0 0 20px;
    font-size: 26px;
  }

  .delivery_buy .product h2 .ttl_cont {
    width: 95px;
  }

  .delivery_buy .product .spec {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .delivery_buy .product .spec .name {
    font-size: 22px;
  }

  .delivery_buy .product .spec .name small {
    font-size: 18px;
  }

  .delivery_buy .product .spec .normal_price {
    font-size: 16px;
    margin: 0.8em 0 0;
  }

  .delivery_buy .product .spec .normal_price small {
    font-size: 21px;
    text-decoration: line-through;
  }

  .delivery_buy .product .spec .price {
    font-size: 22px;
    padding: 10px 0 0;
  }

  .delivery_buy .product .spec .price span {
    font-size: 16px;
  }

  .delivery_buy .product .spec .price small {
    font-size: 14px;
  }

  .delivery_buy .product .spec .detail {
    font-size: 14px;
  }

  .delivery_buy .product .spec .repletion {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
  }

  .delivery_buy .product .spec .repletion li {
    color: #ca0005;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }

  .delivery_buy .product .spec .repletion li:before {
    content: "※";
    display: inline-block;
    width: 1.2em;
    text-indent: 0;
  }

  .delivery_buy .product .spec .alert {
    font-size: 14px;
  }

  .delivery_buy .product .caution ul {
    padding-left: 0;
  }

  .delivery_buy .product .save ul {
    padding-left: 0;
  }
}

/* -- tiny slider -- */
.delivery_buy .product .tns-outer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 53%;
  position: relative;
}

.delivery_buy .product .tns-controls {
  width: 100%;
  height: calc(100% - 33.58px);
  position: absolute;
  z-index: 1;
}

.delivery_buy .product button[data-controls="prev"],
.delivery_buy .product button[data-controls="next"] {
  width: 37px;
  height: 50px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.delivery_buy .product button[data-controls="prev"] {
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/detail_slider_prev.png)
    no-repeat center;
  background-size: cover;
  left: -22px;
}

.delivery_buy .product button[data-controls="next"] {
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/detail_slider_next.png)
    no-repeat center;
  background-size: cover;
  right: -22px;
}

.delivery_buy .product .tns-nav {
  padding-top: 1.2rem;
  text-align: center;
}

.delivery_buy .product .tns-nav > [aria-controls] {
  width: 0.9rem;
  height: 0.9rem;
  padding: 0;
  margin: 0 0.72rem;
  border-radius: 50%;
  background: #cfcfcf;
  border: 0;
}

.delivery_buy .product .tns-nav > [aria-selected="true"] {
  background: #ca0005;
}

.delivery_buy .product .tns-ovh {
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .delivery_buy .product .tns-outer {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .delivery_buy .product .tns-controls {
    z-index: 0;
  }
  .delivery_buy .product button[data-controls="prev"],
  .delivery_buy .product button[data-controls="next"] {
    width: 24px;
    height: 33px;
  }
  .delivery_buy .product button[data-controls="prev"] {
    left: -14px;
  }
  .delivery_buy .product button[data-controls="next"] {
    right: -14px;
  }
}

/* お届けまでの流れ */
.delivery_buy .delivery {
  position: relative;
  padding: 80px 0 65px;
}

.delivery_buy .delivery::before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/border.png)
    no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.delivery_buy .delivery_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.delivery_buy .delivery_product {
  width: 100%;
  margin: 0 auto;
}

.delivery_buy .delivery h2 {
  margin-bottom: 40px;
}

.delivery_buy .delivery h2 .ttl_cont {
  width: min(26.9%, 269px);
}

.delivery_buy .delivery ol {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.delivery_buy .delivery ol li {
  box-sizing: border-box;
  width: calc((100% - 110px) / 6);
  height: 127px;
  text-align: center;
  list-style: none;
  position: relative;
}

.delivery_buy .delivery ol li:last-child {
  background-color: #ca0005;
  color: #fff;
  text-align: center;
  height: 120px;
  margin-left: 10px;
}

.delivery_buy .delivery ol li:last-child strong {
  text-decoration: none;
  color: #fff;
  width: 100%;
  line-height: 1.4;
}

.delivery_buy .delivery ol li:last-child a {
  height: 100%;
  display: flex;
  align-items: center;
}

.delivery_buy .delivery ol li span {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #ca0005;
  border-right: 0;
  position: absolute;
  top: 55%;
  right: -21px;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  /* .delivery_buy .delivery {
        padding-bottom: max(30px, 8vw);
    } */

  .delivery_buy .delivery::before {
    height: 5px;
  }

  .delivery_buy .delivery_wrapper {
    max-width: 400px;
    padding: 0 22px;
  }

  .delivery_buy .delivery h2 {
    margin-bottom: 25px;
  }

  .delivery_buy .delivery h2 .ttl_cont {
    width: 185px;
  }

  .delivery_buy .delivery ol {
    gap: 13px;
  }

  .delivery_buy .delivery ol li {
    width: 100px;
    height: 86px;
  }

  .delivery_buy .delivery ol li:last-child {
    width: 94px;
    height: 81px;
    margin-left: 10px;
  }

  .delivery_buy .delivery ol li:last-child strong {
    font-size: 11.5px;
  }

  .delivery_buy .delivery ol li:nth-child(3) span {
    display: none;
  }

  .delivery_buy .delivery ol li span {
    right: -14.5px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #ca0005;
  }
}

/* よくある質問 */
.delivery_buy .question {
  width: 100%;
  padding-top: 80px;
  position: relative;
}

.delivery_buy .question::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/border.png)
    no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.delivery_buy .question_wrapper {
  max-width: 990px;
  margin: 0 auto;
}

.delivery_buy .question h2 {
  margin-bottom: 40px;
}

.delivery_buy .question h2 .ttl_cont {
  width: min(18.1%, 181px);
}

.delivery_buy .question ul {
  list-style: none;
  margin: 0 auto;
}

.delivery_buy .question li {
  background: #fff;
  margin: 0 0 20px;
}

.delivery_buy .question .title {
  position: relative;
  height: 62px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 82px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.delivery_buy .question .title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.delivery_buy .question .title::before {
  content: "";
  position: absolute;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/question_q.png)
    no-repeat;
  background-size: 100%;
  width: 62px;
  height: 62px;
  top: 0;
  left: 0;
}

.delivery_buy .question .title::after {
  content: "";
  position: absolute;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/question_down.png)
    no-repeat center / cover;
  background-size: 100%;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.delivery_buy .question .title.close-box::before {
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/question_a.png)
    no-repeat;
  background-size: 100%;
}

.delivery_buy .question .title.close-box::after {
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/question_up.png)
    no-repeat;
  background-size: 100%;
}

.delivery_buy .question .box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  width: 85%;
  margin-left: 82px;
}

.delivery_buy .question .box p {
  padding: 8px 0 25px;
  line-height: 1.6;
}

.delivery_buy .question_button {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.delivery_buy .question_button a {
  display: block;
  width: 290px;
}

.delivery_buy .question_button a img {
  width: 100%;
}

@media (max-width: 1024px) {
  .delivery_buy .question::before {
    height: 5px;
  }

  .delivery_buy .question_wrapper {
    max-width: 600px;
    padding: 0 22px;
  }

  .delivery_buy .question h2 {
    margin-bottom: 20px;
  }

  .delivery_buy .question h2 .ttl_cont {
    width: min(33.3%, 125px);
  }

  .delivery_buy .question .title {
    height: auto;
    font-size: 16px;
    padding: 0 0 0 56px;
  }

  .delivery_buy .question .title span {
    position: static;
    display: block;
    padding: 11px 35px 11px 0;
    transform: translateY(0);
    line-height: 1.5;
  }

  .delivery_buy .question .title::before {
    width: 46px;
    height: 46px;
  }

  .delivery_buy .question .title::after {
    width: 18px;
    height: 18px;
    right: 10px;
  }

  .delivery_buy .question .box {
    margin-left: 56px;
    width: 73%;
  }

  .delivery_buy .question .box p {
    font-size: 14px;
  }

  .delivery_buy .question_button {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 430px) {
  .delivery_buy .question_button a {
    width: 200px;
  }
}

.delivery_buy .top_cta {
  width: 1000px;
  padding: 143px 0 85px;
  margin: 0 auto;
  position: relative;
}

.delivery_buy .top_cta .quality {
  font-weight: bold;
  width: max(50.8vw, 610px);
  height: auto;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/ichifuji_bg.png)
    no-repeat center / contain;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.delivery_buy .top_cta .quality .quality_wrapper {
  padding: 52px 28px;
}

.delivery_buy .top_cta .quality .quality_flex {
  display: flex;
  gap: 32px;
  width: fit-content;
  margin: 0 auto;
}

.delivery_buy .top_cta .quality .quality_left {
  flex-basis: 77px;
  display: flex;
  align-items: center;
}

.delivery_buy .top_cta .quality .quality_left img {
  max-width: 100%;
  height: auto;
}

.delivery_buy .top_cta .quality .quality_right {
  flex-basis: calc(100% - (77px + 32px));
}

.delivery_buy .top_cta .quality .slogan {
  font-size: 24px;
  margin: 0 0 20px;
  text-align: left;
}

.delivery_buy .top_cta .quality .maker {
  font-size: 16px;
  margin-top: 0;
  margin: 0;
  text-align: left;
  align-self: end;
}

.delivery_buy .top_cta .quality h4 {
  font-size: 32px;
  text-align: left;
  margin: 10px 0 30px;
  font-weight: 600;
}

.delivery_buy .top_cta .quality .description {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  text-align: left;
}

.delivery_buy .top_cta .quality .qty_a {
  display: block;
  padding-left: 0;
  margin-top: 15px;
  position: relative;
  z-index: 3;
  color: #dc2f02;
  text-decoration: underline;
}

.delivery_buy .top_cta .footer_char_kureha {
  position: absolute;
  width: min(32.4vw, 389px);
  bottom: -2.8vw;
  left: -10px;
  z-index: 1;
}

.delivery_buy .top_cta .footer_char_chopper {
  position: absolute;
  width: min(20.4vw, 245px);
  bottom: -3.8vw;
  right: 50px;
  z-index: 15;
}

@media screen and (max-width: 1024px) {
  .delivery_buy .top_cta {
    width: 100%;
    padding: 0 0 max(74.7vw, 281px);
    margin: max(75px, 20vw) 0 0;
  }

  .delivery_buy .top_cta .quality {
    width: 100%;
    height: auto;
    background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/ichifuji_bg_sp.png)
      no-repeat center / contain;
    text-align: center;
  }

  .delivery_buy .top_cta .quality .quality_wrapper {
    padding: 32px;
  }

  .delivery_buy .top_cta .quality .quality_flex {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .delivery_buy .top_cta .quality .slogan {
    font-size: 18px;
    margin: 0 0 12px;
    padding-left: 0;
  }

  .delivery_buy .top_cta .quality .quality_left {
    flex-basis: 100px;
    margin-bottom: 6px;
  }

  .delivery_buy .top_cta .quality .maker {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }

  .delivery_buy .top_cta .quality h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 6px;
  }

  .delivery_buy .top_cta .quality .description {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .delivery_buy .top_cta .quality .qty_a {
    font-size: 14px;
  }

  .delivery_buy .top_cta .footer_char_kureha {
    width: max(198px, 53.4vw);
    bottom: -4.8vw;
    left: 41%;
    transform: translateX(-50%);
  }

  .delivery_buy .top_cta .footer_char_chopper {
    width: max(123px, 32.8vw);
    bottom: -6.7vw;
    right: 41%;
    transform: translateX(50%);
  }
}

@media (max-width: 430px) {
  .delivery_buy .top_cta .footer_char_kureha {
    left: 36%;
  }

  .delivery_buy .top_cta .footer_char_chopper {
    right: 36%;
  }
}
