@charset "UTF-8";
/* -------------------------------------------------------
autumn-sale.css for 九州丸一食品 w/Dart Sass compiler 
creation date:11-01-2022
scss/year-end-gift.scss - > css/year-end-gift.css
 ---------------------------------------------------------*/
/*======================================
year-end-gift
=======================================*/
html,
body {
  scroll-behavior: smooth;
}

.year-end-gift {
  background-color: #f9f0e3;
}
@media print, screen and (min-width: 768px) {
  .year-end-gift {
    padding-bottom: 50px;
  }
}

.year-end-gift-hero {
  margin: 0;
  padding: 0;
}
.page-nav {
  background-color: #672929;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .page-nav {
    padding: 20px 25px;
  }
}
.page-nav .sp {
  margin: 1px 0;
  gap: 1px;
}
@media print, screen and (min-width: 768px) {
  .page-nav .sp {
    display: none;
  }
}
.page-nav .sp__r1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media print, screen and (min-width: 768px) {
  .page-nav .sp__r1 {
    display: none;
  }
}
.page-nav .sp__r2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 768px) {
  .page-nav .sp__r2 {
    display: none;
  }
}
.page-nav .sp__r3 {
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .page-nav .sp__r3 {
    display: none;
  }
}
.page-nav ul {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .page-nav ul {
    display: grid;
    margin: 1px 0;
    gap: 1px;
    grid-auto-flow: column;
  }
}
.page-nav ul li {
  margin: 0;
}
.page-nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 4.2666666667vw;
  line-height: 1;
  color: #502f19;
  background: #fff;
  position: relative;
  transition: opacity 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  .page-nav ul li a {
    font-size: 16px;
    padding: 15px 34px 15px 42px;
  }
}
.page-nav ul li a:before {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 6px;
  background: url(../images/autumn-sale/anchor.svg) no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 8px;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .page-nav ul li a:before {
    width: 12px;
    height: 9px;
    top: calc(50% - 5px);
    left: 14px;
    background: url(../images/autumn-sale/anchor.svg) no-repeat;
    background-size: 12px auto;
  }
}
.page-nav ul li a:focus {
  opacity: 0.65;
}
@media (hover: hover) and (pointer: fine) {
  .page-nav ul li a:hover, .page-nav ul li a:focus-within {
    opacity: 0.65;
  }
}
.page-nav ul.f {
  width: 33.3333333333%;
}

.year-end-gift-container {
  display: grid;
  padding: 16px;
  grid-row-gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .year-end-gift-container {
    padding: 40px 25px;
    grid-row-gap: 54px;
  }
}

.item-btn a {
  transition: opacity 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  will-change: opacity;
}
.item-btn a:focus {
  opacity: 0.65;
}
@media (hover: hover) and (pointer: fine) {
  .item-btn a:hover, .item-btn a:focus-within {
    opacity: 0.65;
  }
}

.oichi-option {
  padding: 16px 0;
  width: 75%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .oichi-option {
    width: 270px;
    padding: 30px 0;
  }
}

.oichi-goods {
  padding: 0 16px;
  display: grid;
  gap: 45px 0;
}
@media print, screen and (min-width: 768px) {
  .oichi-goods {
    padding: 0;
    width: 720px;
    margin: 0 auto;
    gap: 60px 0;
  }
}

.oichi-goods__item {
  display: grid;
  gap: 16px 0;
}
@media print, screen and (min-width: 768px) {
  .oichi-goods__item {
    grid-template-columns: 240px 480px;
    gap: 0;
  }
}
.oichi-goods__item .oichi__image {
  width: 75%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .oichi-goods__item .oichi__image {
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .oichi__data {
    padding: 10px 0 0 0;
  }
}

.oichi-detail {
  margin: 0.435em 0 0.875em;
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .oichi-detail {
    margin: 0.435em 0 0.875em;
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .oichi__price-btn {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 0 24px;
  }
}

.oichi__price {
  width: 65%;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  .oichi__price {
    width: auto;
    margin: 0;
  }
}

.oichi__note {
  color: #cf2020;
  font-size: 10px;
  padding: 24px 24px;
}
@media print, screen and (min-width: 768px) {
  .oichi__note {
    font-size: 14px;
    padding: 50px 45px;
  }
}
.oichi__note em {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #oichi__01 {
    width: 435px;
  }
}

@media print, screen and (min-width: 768px) {
  #oichi__02 {
    width: 435px;
  }
}

#genen__name {
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  #genen__name {
    width: 320px;
  }
}

#genen__price {
  width: 65%;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  #genen__price {
    width: 210px;
    margin-bottom: 20px;
  }
}

#hana__title img {
  width: 65%;
}
@media print, screen and (min-width: 768px) {
  #hana__title img {
    width: 220px;
  }
}

#hana__name {
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  #hana__name {
    width: 320px;
  }
}

#hana__price {
  width: 65%;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  #hana__price {
    width: 210px;
    margin-bottom: 20px;
  }
}

#zuke__title img {
  width: 90%;
}
@media print, screen and (min-width: 768px) {
  #zuke__title img {
    width: 100%;
  }
}

#zuke__name {
  padding-top: 30px;
  width: 90%;
}
@media print, screen and (min-width: 768px) {
  #zuke__name {
    width: 280px;
  }
}

#zuke__price {
  width: 65%;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  #zuke__price {
    width: 210px;
    margin-bottom: 20px;
  }
}

#nigiwai__title img {
  width: 78%;
}
@media print, screen and (min-width: 768px) {
  #nigiwai__title img {
    width: 280px;
  }
}

#nigiwai__name {
  padding-top: 30px;
}

#nigiwai__price {
  width: 65%;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  #nigiwai__price {
    width: 210px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  #select__copy {
    font-size: 15px;
    line-height: 1.33em;
  }
}

.select-price {
  display: flex;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 768px) {
  .select-price {
    display: grid;
    margin-top: 10px;
    grid-template-columns: 215px 1fr;
    gap: 0 12px;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .select-price .general-detail {
    margin: 0.5em 0 0 0;
  }
}

#select__price {
  width: 65%;
}
@media print, screen and (min-width: 768px) {
  #select__price {
    width: auto;
  }
}

.select-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 35px 16px;
  padding: 0 16px 35px;
}
@media print, screen and (min-width: 768px) {
  .select-items {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 0 35px;
    padding: 0 45px 50px;
  }
}
.select-items .select-item {
  display: grid;
  gap: 15px 0;
}
.select-items .select-item h3 {
  margin-top: 5px;
}

#ramen__title img {
  width: 90%;
}
@media print, screen and (min-width: 768px) {
  #ramen__title img {
    width: 360px;
  }
}

#ramen__name {
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  #ramen__name {
    width: 410px;
  }
}

#ramen__price {
  width: 65%;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  #ramen__price {
    width: 215px;
    margin-bottom: 20px;
  }
}

#select2__title img {
  width: 88%;
}
@media print, screen and (min-width: 768px) {
  #select2__title img {
    width: 100%;
  }
}

.select2-container {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .select2-container {
    padding-top: 38.7%;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.select2__btns {
  display: grid;
  padding: 0 16px;
  gap: 30px 20px;
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (min-width: 768px) {
  .select2__btns {
    padding-right: 45px;
    padding-top: 45px;
    gap: 0 45px;
  }
}

#select2__copy {
  font-size: 13px;
  line-height: 1.33em;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  #select2__copy {
    font-size: 15px;
    line-height: 1.33em;
  }
}

#select2__price {
  width: 65%;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  #select2__price {
    width: 210px;
    margin-bottom: 20px;
  }
}

.set-type {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .set-type {
    margin-bottom: 10px;
  }
}

.sale-item {
  position: relative;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(229, 214, 214, 0.6));
  display: block;
}
.hero-image {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .hero-image {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

.item-data {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 15px 20px;
}
@media print, screen and (min-width: 768px) {
  .item-data {
    padding: 40px 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .item-data.item-oichi {
    width: 55.6%;
  }
}
@media print, screen and (min-width: 768px) {
  .item-data.item-genen {
    padding-left: 56.52%;
  }
}
@media print, screen and (min-width: 768px) {
  .item-data.item-hana {
    width: 44%;
  }
}
@media print, screen and (min-width: 768px) {
  .item-data.item-zuke {
    padding-left: 59.23%;
  }
}
@media print, screen and (min-width: 768px) {
  .item-data.item-nigiwai {
    width: 47.19%;
  }
}
@media print, screen and (min-width: 768px) {
  .item-data.item-select {
    padding-left: 55.43%;
  }
}
@media print, screen and (min-width: 768px) {
  .item-data.item-ramen {
    width: 53.71%;
  }
}
@media print, screen and (min-width: 768px) {
  .item-data.item-select2 {
    padding: 0 25px 0 45px;
  }
}

.item-title {
  background: url(../images/year-end-gift/bg__title.png) repeat-x;
  background-position: left bottom;
  background-size: auto 4px;
  padding-bottom: 16px;
}

.item-copy {
  letter-spacing: -0.1em;
  padding-top: 16px;
  font-size: 15px;
}
@media print, screen and (min-width: 768px) {
  .item-copy {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }
}

.general-detail {
  margin: 0.435em 0 0.875em;
  font-size: 14px;
}

@media print, screen and (min-width: 768px) {
  .general__btn {
    width: 240px;
  }
}
