@charset "UTF-8";

header {
  top: -84px !important;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -ms-transition: top 0.5s;
}
header.scroll {
  top: 0 !important;
}
header .logo svg {
  filter: drop-shadow(0 0 3px #0000009f);
  -webkit-filter: drop-shadow(0 0 3px #0000009f);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .logo svg .st0 {
  fill: #ffffff;
}
header .logo svg .st1 {
  fill: #1a1311;
}
header.scroll .logo svg {
  filter: none;
  -webkit-filter: none;
}
header.scroll .logo svg .st1 {
  fill: #fff;
}
header.scroll .logo svg .st0 {
  fill: #1a1311;
}

@media screen and (max-width: 768px) {
}
@media screen and (min-width: 769px) {
  header {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  }

  .header_inner {
    max-width: 1200px;
    height: 84px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_inner nav ul:not(.child) {
    max-width: 1200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_inner nav ul:not(.child) > li {
    margin-left: 3em;
    position: relative;
  }
  .header_inner nav > ul > li > * {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
  }
  .header_inner nav > ul > li > *:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header_inner nav > ul > li:hover > *:after {
    width: 100%;
  }

  .header_inner nav li ul.child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240%;
    left: -70%;
    height: 0;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    background: rgba(255, 255, 255, 0.7);
  }
  .header_inner nav li.has_child:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
    height: 160%;
    padding-top: 0.2em;
  }
  .header_inner nav li ul.child a {
    display: block;
    padding: 0.2em 0;
    color: #000 !important;
  }
  .header_inner nav li ul.child a:hover {
  }

  .header_inner .logo {
    width: 260px;
    max-width: none;
  }
  .header_inner .logo svg {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .fixed_nav {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fixed_nav {
    background: #000;
    text-align: center;
  }
  .fixed_nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
  }
  .fixed_nav ul li {
    margin: 0 3.6em;
  }
  .fixed_nav ul li a {
    color: #fff;
    display: block;
    font-size: 22px;
  }
  .fixed_nav ul li a::first-letter {
    color: #f2cc75;
  }

  .inner_wrap {
    max-width: 1000px;
    width: 94%;
  }
}

@media screen and (min-width: 1500px) {
}

body {
  background-image: url(../../../images/osechi2027/common/bg.jpg);
  background-repeat: repeat;
}
.bg_yabane_01 {
  background-image: url(../../../images/osechi2027/common/yabane01.jpg);
  background-repeat: repeat;
  background-size: auto;
}
.bg_y {
  background-image: url(../../../images/osechi2027/common/bg_y.jpg);
  background-repeat: repeat;
}

.bg_red {
  background: #8c0303;
}

.bg_wred {
  background: #4c0d16;
}

.bg_wred_02 {
  background: #3f0810;
}

main {
  margin-top: 0;
  color: #333;
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */

.mv {
  position: static;
  margin-right: auto;
  margin-left: auto;
  border-bottom-color: #94000d;
  border-bottom-style: solid;
}
.mv_wrap {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.mv_wrap img {
  margin-right: auto;
  margin-left: auto;
  min-width: auto;
  min-height: auto;
  display: block;
  width: 100%;
}
.mv_wrap .base_link_btn {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    background-size: 702px auto;
  }
  .mv {
    border-bottom-width: 5px;
  }
  .mv_wrap {
    position: relative;
    overflow: visible;
  }

  main .inner_wrap {
    width: 86.67%;
  }
}

@media screen and (min-width: 769px) {
  body {
    background-size: 702px auto;
  }
  .mv {
    /* max-width: 1600px; */
    border-bottom-width: 10px;
  }
  .mv_wrap {
    max-width: 1300px;
  }
  .mv_wrap .base_link_btn {
    position: absolute;
    left: 2.6%;
    top: 86%;
    width: 30.76%;
    border-radius: 50vh;
    transition: all 0.3s;
  }
  .mv_wrap .base_link_btn:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------------------
head
----------------------------------------------- */
.head_wrap {
  text-align: center;
}
.head_wrap .inner_wrap {
  overflow: hidden;
}
.head_wrap h2 {
  color: #bb111a;
  display: flex;
  align-items: center;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.head_wrap h2::before,
.head_wrap h2::after {
  content: "";
  flex: 1;
}
.head_wrap p {
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .head_wrap {
    margin-bottom: 4.8%;
  }
  .head_wrap h2 {
    font-size: 3.3rem;
    line-height: 1.4;
    padding: 4px 0;
    gap: 20px;
  }

  .head_wrap h2::before,
  .head_wrap h2::after {
    height: 20px;
    background-image: repeating-linear-gradient(
      to bottom,
      #c00 0 2px,
      transparent 2px 6px
    );
    background-size: 100% 20px;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 769px) {
  .head_wrap {
    margin-bottom: 36px;
  }
  .head_wrap h2 {
    font-size: 66px;
    height: 100px;
    line-height: 1.4;
    margin-bottom: 18px;
    gap: 40px;
  }
  .head_wrap h2::before,
  .head_wrap h2::after {
    height: 26px;
    background: repeating-linear-gradient(
      to bottom,
      #c00 0 2px,
      transparent 2px 6px
    );
  }
  .head_wrap p {
    font-size: 18px;
  }
}

main .bg {
  background: rgba(246, 215, 131, 0.2);
}

@media screen and (min-width: 769px) {
  .kasumi {
    position: relative;
  }
  .kasumi::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/osechi2027/top/kasumi.png) 50% 11% / contain
      repeat-y;
    pointer-events: none;
  }
}

/* -----------------------------------------------
privilege
----------------------------------------------- */
.privilege_section {
  background-image: url(../../../images/osechi2027/common/washi_cream.jpg);
  background-repeat: repeat;
}
.privilege_wrap .privilege_inner img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .privilege_section {
    padding-block: 10px 25px;
  }
  .privilege_section .base_link_btn {
    border-radius: 50vh;
    margin: 0 auto;
    position: relative;
    width: 86.67%;
    display: block;
  }
  .privilege_section .base_link_btn img {
    display: block;
    width: 100%;
    height: auto;
  }

  .privilege_section .bg_crowd {
    padding-top: 12px;
  }
  .privilege_section .bg_crowd h2 {
    padding: 4px 0 4px;
    margin-bottom: 6px;
  }
  .privilege_section .bg_crowd h2 + p {
    font-size: 1.4rem;
  }
  .privilege_wrap {
    /* margin-top: 6.6%; */
    /* padding-bottom: 7%; */
  }
  .privilege_wrap .privilege_inner {
    padding: 0 0 6.6%;
  }
}

@media screen and (min-width: 769px) {
  .privilege_section {
    padding-block: 22px 28px;
  }
  .privilege_section .bg_crowd {
    padding-top: 50px;
  }
  .privilege_wrap {
    /* margin-top: 50px; */
    padding-bottom: 40px;
  }
  .privilege_wrap .privilege_inner {
    padding: 0 0 22px;
  }
}

/* -----------------------------------------------
catalog
----------------------------------------------- */
.catalog_section {
  background-image: url(../../../images/osechi2027/common/washi_red.jpg);
  background-repeat: repeat;
}
.catalog_section .head_wrap h2 {
  color: #ffdf92;
}
.catalog_section .head_wrap h2::before,
.catalog_section .head_wrap h2::after {
  content: "";
  flex: 1;
}
.catalog_item img {
  width: 100%;
}
.catalog_item ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.catalog_item ul li a {
  display: block;
  text-align: center;
  position: relative;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
}
.catalog_item ul li a:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.catalog_item ul li:nth-child(2) a {
  background: #000;
  color: #fff;
}
.catalog_item ul li:nth-child(2) a:before {
  border-color: #f2cc75;
}
.catalog_item ul li a.sold_out {
  background: #747471;
  color: #fff;
  pointer-events: none;
}

.catalog_list .catalog_item.sold_out picture {
  position: relative;
  display: block;
}
.catalog_list .catalog_item.sold_out picture:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../images/osechi/common/sold_out.svg) 50% 50% / contain
    no-repeat;
  z-index: 2;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .catalog_section {
    padding-block: 39px 55px;
  }
  .catalog_section .head_wrap h2::before,
  .catalog_section .head_wrap h2::after {
    height: 20px;
    background: repeating-linear-gradient(
      to bottom,
      #ffdf92 0 2px,
      transparent 2px 6px
    );
  }

  .catalog_wrap .catalog_item:not(:last-child) {
    margin-bottom: 17.4%;
  }
  .catalog_wrap .catalog_item ul {
    margin: 2.6% auto 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .catalog_wrap .catalog_item ul li {
    width: 48%;
  }
  .catalog_wrap .catalog_item ul li a {
    height: 4.3em;
    font-size: 1.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .catalog_item ul li:nth-child(1) a {
    /* background: #fff; */
    background: #f3c74e;
    color: #000;
  }
  .catalog_item ul li:nth-child(1) a:before {
    border-color: #fff;
  }

  .catalog_list .catalog_item.sold_out picture:before {
    border: 3px solid #fff;
    width: 12%;
    height: auto;
    top: 5%;
    right: 5%;
    aspect-ratio: 1 / 2.839;
  }
}
@media screen and (min-width: 769px) {
  .catalog_section {
    padding: 70px 0 90px;
  }
  .catalog_section .head_wrap h2::before,
  .catalog_section .head_wrap h2::after {
    height: 26px;
    background: repeating-linear-gradient(
      to bottom,
      #ffdf92 0 2px,
      transparent 2px 6px
    );
  }

  .catalog_wrap .catalog_item {
    position: relative;
  }
  .catalog_wrap .catalog_item:not(:last-child) {
    margin-bottom: 50px;
  }
  .catalog_wrap .catalog_item ul {
    position: absolute;
    bottom: 20px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: 10px;
  }
  .catalog_wrap .catalog_item ul li {
    margin: 0 10px;
  }
  .catalog_wrap .catalog_item ul li a {
    width: 214px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .catalog_item ul li:nth-child(1) a {
    /* background: #fff; */
    background: #94000d;
    color: #fff;
  }
  .catalog_item ul li:nth-child(1) a:before {
    border-color: #f2cc75;
  }

  .catalog_wrap .catalog_item ul li a:hover {
    opacity: 0.8;
  }
  .catalog_list .catalog_item.sold_out picture:before {
    border: 5px solid #fff;
    width: 90px;
    height: 255px;
    top: 20px;
    right: 20px;
  }
}

/* -----------------------------------------------
committed
----------------------------------------------- */
.committed_section {
  background-image: url(../../../images/osechi2027/common/washi_white.jpg);
  background-repeat: repeat;
}
.committed_section h2 {
  color: #bb111a;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.committed_item .committed_img img {
  max-width: 100%;
}
.committed_cap .committed_head h3 {
  color: #bb111a;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.committed_cap ul li {
  color: #000;
}

@media screen and (max-width: 768px) {
  .committed_section {
    padding-block: 39px 50px;
  }

  .committed_section .head_wrap {
    margin-bottom: 1%;
  }
  .committed_list.inner_wrap {
    padding-bottom: 11%;
  }
  .committed_item {
    padding-block: 30px 16px;
  }
  .committed_item:first-child {
    padding-top: 10px;
  }
  .committed_item.rev {
    flex-direction: row-reverse;
  }
  .committed_item .inner_wrap > div {
    margin-top: 18px;
  }
  .committed_item .committed_img {
    width: 104%;
    margin-inline: -2%;
    margin-bottom: 3%;
  }
  .committed_item .committed_cap {
    /* width: 43%; */
    text-align: center;
  }
  .committed_cap .committed_head {
    margin-bottom: 4.5%;
  }
  .committed_cap h3 {
    font-size: 2.3rem;
    background: linear-gradient(
      to right,
      rgba(255, 223, 146, 0) 0%,
      rgba(255, 223, 146, 1) 20%,
      rgba(255, 223, 146, 1) 80%,
      rgba(255, 223, 146, 0) 100%
    );
    line-height: 1.73;
  }
  .committed_cap ul li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 769px) {
  .committed_section {
    padding-bottom: 180px;
  }
  .committed_section > div:not(.point_wrap, .committed_list) {
    padding: 76px 0 0;
  }
  .committed_list {
    margin-bottom: 116px;
  }
  .committed_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-block: 60px;
  }
  .committed_cap .committed_head h3 {
    font-weight: 600;
    font-style: normal;
    background: linear-gradient(
      to right,
      rgba(255, 223, 146, 1) 0%,
      rgba(255, 223, 146, 1) 85%,
      rgba(255, 223, 146, 0) 100%
    );
    line-height: 60px;
    padding-left: 0.2em;
  }
  .committed_item:first-child {
    padding-top: 34px;
  }
  .committed_item .committed_img {
    margin-top: -2%;
    margin-inline: -1.8% auto;
  }
  .committed_item.rev {
    flex-direction: row-reverse;
  }
  .committed_item.rev .committed_img {
    margin-inline: 0 -1.8%;
  }
  .committed_item .inner_wrap > div {
    margin-top: 18px;
  }
  .committed_item .committed_img {
    width: 55%;
  }
  .committed_item .committed_cap {
    width: 43%;
  }
  .committed_cap .committed_head {
    margin-bottom: 20px;
    /* text-align: center; */
  }
  .committed_cap h3 {
    font-size: 38px;
  }
  .committed_cap ul li {
    font-size: 16px;
    line-height: 2.08;
  }
}

/* -----------------------------------------------
point_wrap
----------------------------------------------- */

.point_section {
  background-image: url(../../../images/osechi2027/common/washi_white.jpg);
  background-repeat: repeat;
}
.point_wrap {
  border-width: 3px;
  border-style: solid;
  border-color: #f3c74e;
  position: relative;
  background: #fff;
}
.point_wrap:before {
  content: "";
  border: 1px solid #f3c74e;
  position: absolute;
}
.point_wrap h3 {
  background: #f3c74e;
  text-align: center;
  position: relative;
}
.point_wrap h3 strong em,
.point_wrap h3 p em {
  color: #c8161c;
}
.point_wrap .point_inner {
  margin: auto;
}
.point_inner .point_cont {
  margin-right: auto;
  margin-left: auto;
}
.point_cont img {
  max-width: 100%;
}
.point_cont ul li:before {
  content: "◆";
  font-size: 1.08em;
  display: inline-block;
  transform: translateY(0.04em);
  -webkit-transform:;
  -ms-transform:;
}
.point_cont ul li:last-child:before {
  content: "※";
}

@media screen and (max-width: 768px) {
  .point_section {
    padding: 13.4% 0;
    margin-bottom: 0;
  }
  .point_wrap {
    /* margin-top: 13.4%; */
    border-width: 2px;
    border-radius: 16px;
  }
  .point_wrap:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 3px;
    border-radius: 12px;
  }
  .point_wrap h3 {
    border-radius: 14px 14px 0 0;
    font-size: 1.4rem;
    line-height: 1.34;
    margin-bottom: 4.4%;
    padding: 3% 0;
  }
  .point_wrap h3 strong em {
    font-size: 2rem;
  }
  .point_wrap h3 img {
    width: 100%;
  }
  .point_inner .point_cont {
    width: 92%;
    margin-bottom: 6%;
  }
  .point_cont > img {
    margin-top: 8.2%;
  }
  .point_cont p,
  .point_cont ul li {
    font-size: 1.4rem;
    letter-spacing: 0.035em;
  }
  .point_cont p {
    border-bottom: 1px solid #f3c74e;
    line-height: 1.72;
    padding-bottom: 4.8%;
    margin-bottom: 4.8%;
  }
  .point_cont ul li {
    line-height: 1.62;
  }
}
@media screen and (min-width: 769px) {
  main > section.point_section {
    padding: 120px 0 200px;
  }
  .point_wrap {
    border-width: 3px;
    border-radius: 20px;
  }
  .point_wrap:before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    margin: 7px;
    border-radius: 18px;
  }
  .point_wrap h3 {
    border-radius: 16px 16px 0 0;
    font-size: 28px;
    margin-bottom: 32px;
    padding: 12px 0 19px;
  }
  .point_wrap h3 strong em {
    font-size: 36px;
  }
  .point_inner .point_cont {
    width: 92%;
    margin-bottom: 27px;
  }
  .point_inner .point_cont img {
    float: right;
    margin-top: 8px;
    margin-left: 1em;
  }
  .point_cont p,
  .point_cont ul li {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .point_cont p {
    border-bottom: 1px solid #f3c74e;
    max-width: 500px;
    width: 54.7%;
    line-height: 2.12;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .point_cont ul li {
    line-height: 2;
  }
}
