@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
main {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 0;
}

main section {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  main .pc {
    display: none;
  }
}

main .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  main .sp {
    display: block;
  }
}

main img {
  display: block;
  width: 100%;
}

main .pg-set2506__headline {
  margin: 0 auto 75px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__headline {
    margin-bottom: 30px;
  }
}

main .pg-set2506__headline h2 {
  margin-bottom: 45px;
}

main .pg-set2506__headline .col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 65px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__headline .col2 {
    grid-template-columns: 1fr;
  }
}

main .pg-set2506__headline dt {
  padding: 10px;
  text-align: center;
  background: #FAE99D;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.25em);
  letter-spacing: 0.1em;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #432106;
}

main .pg-set2506__headline dd {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 1.75em;
  padding: 0 10px;
}

main .pg-set2506__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 90px;
}

main .pg-set2506__nav a {
  position: relative;
  display: block;
  width: 33.333%;
  border-right: 1px solid #ddcdc7;
  margin-bottom: 30px;
}

main .pg-set2506__nav a:nth-of-type(3), main .pg-set2506__nav a:last-of-type {
  border: none;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__nav a {
    width: 50%;
  }
  main .pg-set2506__nav a:nth-of-type(3) {
    border-right: 1px solid #ddcdc7;
  }
  main .pg-set2506__nav a:nth-of-type(2n) {
    border: none;
  }
}

main .pg-set2506__nav a:hover img {
  top: 10px;
  opacity: .5;
}

main .pg-set2506__nav img {
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  width: auto;
  height: 220px;
}

@media screen and (max-width: 950px) {
  main .pg-set2506__nav img {
    height: 180px;
  }
}

@media screen and (max-width: 1024px) {
  main .pg-set2506__nav img {
    height: 150px;
  }
}

@media screen and (max-width: 736px) {
  main .pg-set2506__nav img {
    height: 130px;
  }
}

main .pg-set2506__set {
  background: url(../image/set/2506/back.webp) repeat center/contain;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set {
    margin-bottom: 45px;
  }
}

main .pg-set2506__set div {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 120px;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div {
    padding-bottom: 60px;
  }
}

main .pg-set2506__set div:not(:last-of-type) {
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

main .pg-set2506__set div:not(:last-of-type)::before {
  position: absolute;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  content: "";
  left: 50%;
  bottom: 0;
  width: 90%;
  height: 2px;
  background: #32763C;
}

main .pg-set2506__set div .object {
  position: absolute;
  z-index: -1;
}

main .pg-set2506__set div .freezing {
  position: absolute;
  max-width: 280px;
  width: 20vw;
  top: 50px;
  right: 50px;
}

@media screen and (max-width: 1024px) {
  main .pg-set2506__set div .freezing {
    position: relative;
    width: 250px;
    top: inherit;
    right: inherit;
    margin: 0 auto 45px;
  }
}

main .pg-set2506__set div h3 {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

main .pg-set2506__set div h3 img {
  display: block;
  margin: 0 auto -10px;
  width: 300px;
  position: relative;
  top: -40px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div h3 img {
    width: 60%;
  }
}

main .pg-set2506__set div ul {
  max-width: 1000px;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 45px;
  }
}

main .pg-set2506__set div ul li {
  position: relative;
  background: #fff;
}

main .pg-set2506__set div ul li.icon:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 50px;
  left: -10px;
  top: -20px;
}

main .pg-set2506__set div ul li.icon.lank::before {
  width: 110px;
  height: 70px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div ul li.icon.lank::before {
    width: 90px;
    height: 50px;
  }
}

main .pg-set2506__set div ul li.icon.lank_01::before {
  background: url(../image/set/2506/icon_lank_01.svg) no-repeat center/contain;
}

main .pg-set2506__set div ul li.icon.lank_02::before {
  background: url(../image/set/2506/icon_lank_02.svg) no-repeat center/contain;
}

main .pg-set2506__set div ul li.icon.lank_03::before {
  background: url(../image/set/2506/icon_lank_03.svg) no-repeat center/contain;
}

main .pg-set2506__set div ul li.icon.lank_04::before {
  background: url(../image/set/2506/icon_lank_04.svg) no-repeat center/contain;
}

main .pg-set2506__set div ul li.icon.new::before {
  width: 75px;
  height: 75px;
  background: url(../image/set/2506/icon_new.svg) no-repeat center/contain;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div ul li.icon.new::before {
    width: 65px;
    height: 65px;
  }
}

main .pg-set2506__set div ul li.icon.season::before {
  width: 70px;
  height: 70px;
  background: url(../image/set/2506/icon_season.svg) no-repeat center/contain;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div ul li.icon.season::before {
    width: 60px;
    height: 60px;
  }
}

main .pg-set2506__set div ul li.set:before {
  position: absolute;
  display: grid;
  place-items: center;
  background: #A70719;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  color: white;
  font-size: 1.2rem;
}

main .pg-set2506__set div ul li.two:before {
  content: "2袋入";
}

main .pg-set2506__set div ul li.three:before {
  content: "3袋入";
}

main .pg-set2506__set div ul li.four:before {
  content: "4袋入";
}

main .pg-set2506__set div ul.col3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 45px 36px;
  max-width: 780px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  main .pg-set2506__set div ul.col3 {
    column-gap: 18px;
  }
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div ul.col3 {
    column-gap: 18px;
  }
}

main .pg-set2506__set div ul.col3 li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6dfd9;
}

main .pg-set2506__set div ul.col3 li div {
  position: relative;
  padding: 25px;
}

main .pg-set2506__set div ul.col3 li .type02 {
  position: absolute;
  background: white;
  display: grid;
  place-items: center;
  font-size: .9rem;
  color: #43a4ee;
  border: 2px solid #43a4ee;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 100vmax;
}

main .pg-set2506__set div ul.col3 img {
  margin-bottom: 12px;
}

main .pg-set2506__set div ul.col3 h5 {
  text-align: left;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: dotted 1px #432106;
}

main .pg-set2506__set div ul.col3 .place {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 0.85rem;
  letter-spacing: .08em;
}

main .pg-set2506__set div ul.col3 button {
  background: #432106;
  width: 100%;
  margin-top: auto;
}

main .pg-set2506__set div ul.col3 button a {
  font-size: .8rem;
  background: none;
  padding: 15px;
}

main .pg-set2506__set div ul.col3 button a::after {
  display: none;
}

main .pg-set2506__set div a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 8px;
  align-items: center;
  max-width: 330px;
  width: 90%;
  margin: 0 auto;
  padding: 25px 20px;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  border-radius: 100vmax;
}

main .pg-set2506__set div a:before, main .pg-set2506__set div a:after {
  content: "";
}

main .pg-set2506__set div a:after {
  position: relative;
  top: 1px;
  background: url(../image/set/2506/arrow.svg) no-repeat center/contain;
  justify-self: start;
  width: 20px;
  height: 20px;
}

main .pg-set2506__set div h5 {
  text-align: center;
  font-size: clamp(0.85rem, 1vw, 1rem);
  padding: 15px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div h5 {
    padding: 12px 10px;
  }
}

main .pg-set2506__set div.set01 a {
  background: #A82629;
  filter: drop-shadow(0 0 5px #A82629);
}

main .pg-set2506__set div.set02 h3 img {
  width: 360px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div.set02 h3 img {
    width: 70%;
  }
}

main .pg-set2506__set div.set02 a {
  background: #8B3C71;
  filter: drop-shadow(0 0 5px #8B3C71);
}

main .pg-set2506__set div.set03 a {
  background: #D13C26;
  filter: drop-shadow(0 0 5px #D13C26);
}

main .pg-set2506__set div.set04 a {
  background: #669666;
  filter: drop-shadow(0 0 5px #669666);
}

main .pg-set2506__set div.set05 h3 {
  position: relative;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div.set05 h3 img {
    width: 60%;
  }
}

main .pg-set2506__set div.set05 h3 .lunchbox,
main .pg-set2506__set div.set05 h3 .onigiri {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

main .pg-set2506__set div.set05 h3 .lunchbox {
  width: 200px;
  top: 50%;
  left: calc(50% - 210px);
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div.set05 h3 .lunchbox {
    width: 160px;
    left: calc(50% - 180px);
  }
}

@media screen and (max-width: 480px) {
  main .pg-set2506__set div.set05 h3 .lunchbox {
    width: 130px;
    left: calc(50% - 140px);
  }
}

main .pg-set2506__set div.set05 h3 .onigiri {
  top: -15px;
  left: calc(50% + 150px);
  width: 130px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div.set05 h3 .onigiri {
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
  main .pg-set2506__set div.set05 h3 .onigiri {
    width: 80px;
    left: calc(50% + 120px);
  }
}

main .pg-set2506__set div.set05 a {
  background: #D0A447;
  filter: drop-shadow(0 0 5px #D0A447);
}

main .pg-set2506__set div.set06 a {
  background: #3A5DAC;
  filter: drop-shadow(0 0 5px #3A5DAC);
}

main .pg-set2506__set div.set07 h3 img {
  width: 300px;
}

main .pg-set2506__set div.set07 a {
  background: #8B3C71;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__set div.set07 h3 img {
    width: 70%;
  }
}

main .pg-set2506__gift {
  background: url(../image/set_2506/wrapping_back.jpg) no-repeat center/cover;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift {
    padding: 15px 0;
  }
}

main .pg-set2506__gift > span {
  position: relative;
}

main .pg-set2506__gift > span:after {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  background: url(../image/set_2506/icon_mzhk.svg) no-repeat center/contain;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift > span:after {
    width: 40px;
    height: 40px;
  }
}

main .pg-set2506__gift > span:first-of-type:after {
  right: 60px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift > span:first-of-type:after {
    right: 10px;
  }
}

main .pg-set2506__gift > span:last-of-type:after {
  left: 120px;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift > span:last-of-type:after {
    left: 55px;
  }
}

main .pg-set2506__gift .gift_text, main .pg-set2506__gift .gift_img {
  width: 90%;
  margin: 0 auto;
}

main .pg-set2506__gift .gift_text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

main .pg-set2506__gift .gift_text h4 {
  font-family: serif;
  color: #FFF100;
  width: 35%;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift .gift_text h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}

main .pg-set2506__gift .gift_text h4 span {
  font-size: .9rem;
  font-family: serif;
}

main .pg-set2506__gift .gift_text ul {
  width: calc(65% - 45px);
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift .gift_text ul {
    width: 100%;
  }
}

main .pg-set2506__gift .gift_text li {
  position: relative;
  color: white;
  padding-left: 1em;
}

main .pg-set2506__gift .gift_text li:before {
  position: absolute;
  content: "※";
  left: 0;
  font-weight: 100;
  font-size: 0.6rem;
  top: 0.5em;
}

main .pg-set2506__gift .gift_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift .gift_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

main .pg-set2506__gift .gift_img img:first-of-type {
  width: 38%;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift .gift_img img:first-of-type {
    width: 70%;
  }
}

main .pg-set2506__gift .gift_img img:nth-of-type(2) {
  width: 28%;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift .gift_img img:nth-of-type(2) {
    width: 45%;
  }
}

main .pg-set2506__gift .gift_img img:last-of-type {
  width: 30%;
}

@media screen and (max-width: 640px) {
  main .pg-set2506__gift .gift_img img:last-of-type {
    width: 50%;
  }
}
