@charset "UTF-8";
/* Mixin */
/* =========================================================
 Foundation
========================================================= */
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .spNo {
    display: none;
    width: 0;
  }
}

@media (min-width: 751px) {
  .pcNo {
    display: none;
    width: 0;
  }
}

/* =========================================================
   Foundation only for pc
  ========================================================= */
main {
  padding: 0;
}
@media (min-width: 751px) {
  main {
    min-width: 1060px;
    background: none;
    box-shadow: none;
  }
}
main img {
  width: 100%;
  height: auto;
}
main h2 {
  margin: 0;
  text-align: left;
}
main h3 {
  margin: 0;
  padding: 0;
}
main h3:before {
  display: none;
}
main h4 {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
main h5 {
  margin-bottom: 0;
}

@media (min-width: 751px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
.p-fixed-banner-all-products {
  position: fixed;
  z-index: 10;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}
@media (min-width: 751px) {
  .p-fixed-banner-all-products {
    display: none;
    width: 120px;
    right: 40px;
    bottom: 165px;
  }
}
@media (max-width: 750px) {
  .p-fixed-banner-all-products {
    width: 21.73333vw;
    bottom: 32vw;
    right: 15px;
  }
}

@media (min-width: 751px) {
  .modal-content {
    position: fixed;
    display: none;
    z-index: 12;
    width: 88%;
    margin: 0;
  }

  .modal-large {
    width: 80%;
  }

  .modal-content p {
    margin: 0;
    padding: 0;
  }

  .modal-overlay {
    z-index: 11;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .modal-open:hover {
    cursor: pointer;
  }

  .close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    display: inline-block;
  }

  .modal-close {
    color: #5e493d;
    /*text-decoration:underline;*/
  }

  .modal-close:hover {
    cursor: pointer;
    color: #00c0ef;
  }

  .modal-content .box-header {
    background-color: #f0eae0;
    text-align: center;
    padding: 2em 1em 1em;
    color: #50443d;
    position: relative;
    border-radius: 3px 3px 0 0;
  }

  .modal-content p.ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0 !important;
  }

  .modal-content .box-body {
    background-color: #f0eae0;
    padding: 15px 15px 10px;
    max-height: 600px;
    overflow: auto;
    color: #50443d;
  }

  .modal-content .box-body p.box-body-txt {
    width: 95%;
    margin: 0 auto 1em;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .modal-content table {
    border-collapse: collapse;
  }

  .modal-content table td {
    padding: 0.8em 1em;
    border-right: solid 1px #ded2ca;
    border-bottom: solid 1px #ded2ca;
    font-size: 1.3rem;
  }

  .modal-content table thead td {
    background: #f3efe8;
  }

  .modal-content table td:last-child {
    border-right: none;
  }
}
@media (max-width: 750px) {
  .modal-content {
    position: fixed;
    display: none;
    z-index: 12;
    width: 88%;
    height: 88%;
    overflow: hidden;
    margin: 0;
    border-radius: 3px;
  }

  .modal-large {
    width: 80%;
  }

  .modal-content p {
    margin: 0;
    padding: 0;
  }

  .modal-overlay {
    z-index: 11;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .modal-open:hover {
    cursor: pointer;
  }

  .close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    display: inline-block;
  }

  .modal-close {
    color: #5e493d;
    /*text-decoration:underline;*/
  }

  .modal-close:hover {
    cursor: pointer;
    color: #00c0ef;
  }

  .modal-content .box-header {
    background-color: #f0eae0;
    text-align: center;
    padding: 2em 1em 1em;
    color: #50443d;
    position: relative;
  }

  .modal-content p.ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0 !important;
  }

  .modal-content .box-body {
    background-color: #f0eae0;
    padding: 15px 15px 10px;
    max-height: 600px;
    overflow: auto;
    color: #50443d;
  }

  .modal-content .box-body p.box-body-txt {
    width: 95%;
    margin: 0 auto 1em;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .modal-table {
    border: none;
  }

  .modal-table thead {
    display: none;
  }

  .modal-table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }

  .modal-table td {
    border-right: none !important;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
  }

  .modal-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    display: block;
    width: 100%;
  }
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-close {
  position: relative;
  width: auto;
  height: auto;
  right: auto;
  top: auto;
}
.modaal-close:before, .modaal-close:after {
  display: none;
}
.modaal-close:hover {
  background: none;
}

@media (max-width: 750px) {
  .spNo {
    display: none;
  }
}

@media (min-width: 751px) {
  .pcNo {
    display: none;
  }
}

#osechiHeader {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

main {
  background: #ffffff;
}

#osechi {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#osechi h2 {
  margin-bottom: 0;
  text-align: center;
}
#osechi h3 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}
#osechi h3:before {
  display: none;
}

#osechiHeader {
  background: top center #ffffff;
  background-image: url("/image/osechi/header.png"), url("/image/osechi/headerBg.png");
}
#osechiHeader p {
  background: url("/image/osechi/header.png") #ffffff;
  width: 80%;
  max-width: 638px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  #osechiHeader {
    display: none;
  }
}

#osechiMV {
  background: #faeddc;
}
#osechiMV picture {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  #osechiMV picture {
    display: block;
  }
}

#osechiEarlyPrice {
  background: url("/image/osechi/timesale.png") top repeat, url("/image/osechi/tsAfter.png") right bottom no-repeat, #cc3333;
}
@media (min-width: 751px) {
  #osechiEarlyPrice {
    padding: 2rem;
  }
}
#osechiEarlyPrice picture {
  display: block;
  width: 90%;
  max-width: 1060px;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#osechiEarlyPrice img {
  max-width: 630px;
}
@media (min-width: 751px) {
  #osechiEarlyPrice img {
    max-width: 550px;
  }
}

#osechiKindNav {
  background: top center #ffffff;
  background-image: url("/image/osechi/header.png");
  border-top: 1px solid #cc3333;
  border-bottom: 1px solid #cc3333;
}
#osechiKindNav div {
  box-sizing: border-box;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 751px) {
  #osechiKindNav div {
    border-left: 1px solid #cc3333;
    border-right: 1px solid #cc3333;
  }
}
#osechiKindNav div a {
  cursor: pointer;
  box-sizing: border-box;
  flex: 1;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 4rem;
  position: relative;
}
#osechiKindNav div a:nth-of-type(2) {
  border-left: 1px solid #cc3333;
  border-right: 1px solid #cc3333;
}
#osechiKindNav div a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 1rem solid #cc3333;
  position: absolute;
  bottom: 1.5rem;
  transition: 0.2s;
}
#osechiKindNav div a:hover:after {
  bottom: 1rem;
}

main #osechiKindNav img {
  width: auto;
  max-width: 80%;
}

#osechiDate {
  background: #ffffff;
}

#osechiDateMain {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  #osechiDateMain {
    padding-bottom: 30px;
  }
}
@media (max-width: 750px) {
  #osechiDateMain {
    padding: 30px 4vw;
  }
}
@media (min-width: 751px) {
  #osechiDateMain div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#osechiDateMain picture {
  display: block;
  margin-top: 30px;
}
@media (min-width: 751px) {
  #osechiDateMain picture {
    width: 50%;
  }
}
@media (max-width: 750px) {
  #osechiDateMain picture:first-of-type {
    margin: 0;
  }
}
#osechiDateMain ul {
  font-size: 1.6rem;
  margin-top: 2.5rem;
  margin-left: 1em;
  text-indent: -1em;
}
#osechiDateMain li {
  margin-top: 0.5rem;
}

#osechiMain,
#osechi03 {
  background: #ffffff;
  padding-top: 1rem;
}
#osechiMain > div,
#osechi03 > div {
  margin-top: 5rem;
}
@media (min-width: 751px) {
  #osechiMain > div,
#osechi03 > div {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  #osechiMain > div,
#osechi03 > div {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media (min-width: 751px) {
  #osechiMain h2 img,
#osechi03 h2 img {
    width: auto;
  }
}
#osechiMain h3,
#osechi03 h3 {
  text-align: center;
}
@media (min-width: 751px) {
  #osechiMain h3 img,
#osechi03 h3 img {
    width: auto;
  }
}
@media (min-width: 751px) {
  #osechiMain h3,
#osechi03 h3 {
    margin-top: 5rem;
  }
}
@media (max-width: 750px) {
  #osechiMain h3,
#osechi03 h3 {
    margin-top: 4rem;
  }
}
#osechiMain h4,
#osechi03 h4 {
  background: none;
  padding: 0;
}
@media (min-width: 751px) {
  #osechiMain h4,
#osechi03 h4 {
    display: none;
  }
}

.osTitle picture {
  display: block;
  margin-top: 2rem;
}
@media (min-width: 751px) {
  .osTitle picture {
    margin-top: 5rem;
  }
}
.osTitle ul {
  position: relative;
  margin-top: 2rem;
}
@media (min-width: 751px) {
  .osTitle ul {
    margin-top: 5rem;
    padding-left: 110px;
    padding-right: 110px;
  }
}
.osTitle ul:before, .osTitle ul:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 90px;
  height: 23px;
  z-index: 0;
}
@media (max-width: 750px) {
  .osTitle ul:before, .osTitle ul:after {
    width: 8vw;
  }
}
.osTitle ul:before {
  background-position: left top;
  background-image: url("/image/osechi/bgListBf.png");
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  .osTitle ul:before {
    left: -5vw;
  }
}
.osTitle ul:after {
  background-position: right bottom;
  background-image: url("/image/osechi/bgListAf.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .osTitle ul:after {
    right: -5vw;
  }
}
.osTitle li {
  margin-top: 0.3rem;
  font-size: 2.4rem;
  text-indent: -4.7rem;
  margin-left: 4.7rem;
  z-index: 1;
}
@media (max-width: 750px) {
  .osTitle li {
    font-size: 4vw;
    text-indent: -6vw;
    margin-left: 6vw;
  }
}
.osTitle li img {
  width: 4.2rem;
  margin-right: 0.5rem;
  align-items: center;
  vertical-align: baseline;
}
@media (max-width: 750px) {
  .osTitle li img {
    width: 5vw;
    margin-right: 1vw;
  }
}

.osLineup {
  text-align: center;
}
@media (min-width: 751px) {
  .osLineup img {
    width: auto;
  }
}

.osSingle picture {
  display: block;
  margin-top: 2rem;
}
@media (min-width: 751px) {
  .osSingle picture {
    margin-top: 3rem;
  }
}

#osechiMain h3.childTitle,
#osechi03 h3.childTitle {
  margin-top: 8rem;
}

@media (min-width: 751px) {
  .osPickup {
    display: none;
  }
}
.osPickup h4 {
  margin-top: 6rem;
}
.osPickup picture {
  display: block;
  margin-top: 2rem;
}
.osPickup figure {
  width: 70%;
  margin: 2rem auto 0;
  cursor: pointer;
}

#osechiMain div.osWide,
#osechi03 div.osWide {
  max-width: 100%;
  width: 100%;
}

.osWide {
  max-width: 100%;
  width: 100%;
  padding-top: 2rem;
  background: #fbf4ed;
}
@media (max-width: 750px) {
  .osWide {
    display: none;
  }
}
.osWide div {
  padding: 4rem 0;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.osWide p {
  width: 12%;
  margin: 3rem 2.6% 0 0;
  font-size: 12px;
}
.osWide p:nth-of-type(7n) {
  margin-right: 0;
}
.osWide picture {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 0.5em;
}

@media (min-width: 751px) {
  #osechiMain > div.osPriceArea,
#osechi03 > div.osPriceArea {
    max-width: 100%;
    width: 100%;
    padding: 4rem 0;
    margin: 0;
    background: #f8ebde;
  }
  #osechiMain > div.osPriceArea.osSingleItem,
#osechi03 > div.osPriceArea.osSingleItem {
    background: #ffffff;
  }
}
@media (max-width: 750px) {
  #osechiMain > div.osPriceArea,
#osechi03 > div.osPriceArea {
    margin-top: 3rem;
  }
}

@media (min-width: 751px) {
  .osPriceArea div {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  .osPriceArea picture {
    width: 60%;
  }
  .osPriceArea p {
    width: 32%;
  }
}
.osPriceArea img {
  vertical-align: top;
}
@media (min-width: 751px) {
  .osPriceArea p {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 750px) {
  .osPriceArea p {
    margin-top: 1rem;
  }
}
.osPriceArea a {
  display: block;
  background: #de3c2b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}
.osPriceArea a img {
  transition: 0.3s;
}
.osPriceArea a .bi01 {
  width: 10%;
  height: auto;
}
@media (max-width: 750px) {
  .osPriceArea a .bi01 {
    width: 6%;
  }
}
.osPriceArea a .bi02 {
  width: 60%;
  height: auto;
}
@media (max-width: 750px) {
  .osPriceArea a .bi02 {
    width: 40%;
  }
}
.osPriceArea a .bi03 {
  width: auto;
  width: 6%;
  height: auto;
}
@media (max-width: 750px) {
  .osPriceArea a .bi03 {
    width: 3.5%;
  }
}
.osPriceArea a:hover .bi03 {
  transform: translateX(0.5rem);
}

@media (min-width: 751px) {
  #osechiMain > div.osPriceArea + .osSingle,
#osechi03 > div.osPriceArea + .osSingle {
    margin-top: 10rem;
  }
}

.osBtDate {
  background: #dfaa64;
  position: relative;
  margin-top: 60px;
}
@media (max-width: 750px) {
  .osBtDate {
    margin-top: 7vw;
  }
}
.osBtDate > div {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
@media (max-width: 750px) {
  .osBtDate > div {
    padding: 5vw;
  }
}
@media (min-width: 751px) {
  .osBtDate p {
    display: flex;
    justify-content: space-between;
  }
  .osBtDate p img {
    width: 32%;
  }
}
@media (max-width: 750px) {
  .osBtDate p img + img {
    margin-top: 5vw;
  }
}
.osBtDate ul {
  margin-top: 3rem;
}
.osBtDate li {
  font-size: 1.6rem;
  margin-left: 1em;
  text-indent: -1em;
}
.osBtDate li:before {
  content: "※";
}

.osContact {
  background: url("/image/osechi/osBgCnt.png") #ffeed7 repeat;
  padding: 40px 0;
}
.osContact > div {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .osContact > div {
    width: 92%;
  }
}
.osContact h3 {
  color: #de3c2b;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.osContact h3:before {
  display: none;
}
@media (min-width: 751px) {
  .osContact h3 {
    font-size: 2.4rem;
  }
}

.osCntMain {
  display: flex;
}
@media (min-width: 751px) {
  .osCntMain {
    justify-content: space-between;
  }
  .osCntMain a:first-of-type {
    pointer-events: none;
  }
}
.osCntMain > * {
  background: #de3c2b;
  color: #ffffff;
  width: 47.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media (min-width: 751px) {
  .osCntMain > * {
    font-size: 2.4rem;
    margin-top: 30px;
    padding: 1em;
  }
}
@media (max-width: 750px) {
  .osCntMain > * {
    padding: 1.5rem;
    margin: 25px 1em 0;
  }
}
@media (min-width: 751px) {
  .osCntMain img {
    width: 1.8em;
    margin-right: 1em;
  }
}
@media (max-width: 750px) {
  .osCntMain img {
    width: 18vw;
  }
}

.osCompany {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
}
.osCompany span {
  font-weight: bold;
}
@media (min-width: 751px) {
  .osCompany span {
    font-size: 1.4em;
  }
}
@media (max-width: 750px) {
  .osCompany span {
    font-size: 1.2em;
  }
}

@media (max-width: 750px) {
  #mediaLP {
    padding: 5vw;
  }
  #mediaLP a {
    margin-top: 5vw;
    display: block;
  }
}

@media (min-width: 751px) {
  #osechi03 {
    background: linear-gradient(#ffe7ea, #faeddc 50%);
    margin-top: 10rem;
  }

  #osechi03 > div.osTitle {
    margin-top: -7rem;
  }
}
@media (max-width: 750px) {
  #osechi03 .osTitle {
    position: relative;
    margin-top: 5rem;
  }
  #osechi03 .osTitle h2 {
    margin-top: 10rem;
    position: relative;
    z-index: 1;
  }
  #osechi03 .osTitle h2 img {
    margin-top: -4rem;
  }
  #osechi03 .osTitle:before {
    position: absolute;
    z-index: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: -5vw;
    background: linear-gradient(#ffe7ea, #faeddc);
  }
  #osechi03 .osTitle ul {
    padding-bottom: 3rem;
  }
}
h4.mdTitle {
  padding: 0;
  background: none;
}

.osModalBox img + img {
  margin-top: 4vw;
}

.mdClose {
  text-align: center;
  margin-top: 7vw;
}

/* modaalの設定 */
.modaal-inner-wrapper {
  padding: 5vw;
}
.modaal-inner-wrapper p {
  margin: 0;
  padding: 0;
}

.modaal-container {
  background: none;
  box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-overlay {
  background: #faeddc;
  opacity: 0.75;
}

@media (min-width: 751px) {
  .modaal-wrapper,
.modaal-overlay {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .modaal-noscroll {
    overflow: auto;
  }
}

#osDivide {
  text-align: center;
}
#osDivide img {
  max-width: 80%;
  margin: auto;
}