@charset "UTF-8";

body {
  overflow-x: hidden;
}

/*ブランドトップ*/
body.category-top .pane-main img {
  vertical-align: top;
}

body.category-top .block-category-list--event {
  display: none;
}

body.category-top .block-category-list {
  padding-top: 0;
}

.main-visual img {}

.pane-contents {
  padding: 0;
}

.pane-contents>.container {
  width: 100%;
  display: block;
}

.pane-left-menu,
.pane-topic-path,
.block-category-list--goods,
.block-category-list--sub,
.pane-right-menu {
  display: none !important;
}

h1.h1.block-category-list--header {
  position: absolute;
  top: -100px;
  left: 0;
  margin: 0;
  font-size: 24px;
  z-index: 0;
}

section {
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.cstm-reset a,
body.category-top .pane-main a {
  display: inline-block;
  color: #230e02;
  vertical-align: top;
}

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

  .cstm-reset a,
  body.category-top .pane-main a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }

  .cstm-reset a:hover,
  body.category-top .pane-main a:hover {
    opacity: 0.6;
  }
}

.cstm-reset a:hover,
body.category-top .pane-main a:hover,
.cstm-reset a:focus,
body.category-top .pane-main a:focus {
  text-decoration: none;
}

#sweets_novelty-top section {
  padding: 0;
}

#sweets_novelty-top h2,
#sweets_novelty-top h3 {
  /* margin: 0; */
}

#sweets_novelty-top img {
  width: 100%;
}

#sweets_novelty-top a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* opacity: 1; */
}

#sweets_novelty-top a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#sweets_novelty-top .link-arw span {
  top: -4px;
  right: -21px;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .link-arw span {
    right: 21px;
  }
}

#sweets_novelty-top .main-visual__img {
  margin: 0;
}

#sweets_novelty-top .main-visual__link {
  position: sticky;
  z-index: 30;
  top: 0;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .main-visual__link {
    padding-top: 400px;
    margin-top: -690px;
  }
}

#sweets_novelty-top .section-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

#sweets_novelty-top .tab {
  display: block;
}

@media screen and (min-width: 1180px) {
  #sweets_novelty-top .tab {
    display: none;
  }
}

#sweets_novelty-top .section-brand .brand {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-brand .brand:nth-child(2) {
    border-left: 1px solid #bdb6b3;
  }
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-brand__slider .swiper-container {
    overflow: initial;
  }
}

#sweets_novelty-top .section-brand__slider .swiper-button-next,
#sweets_novelty-top .section-brand__slider .swiper-button-prev {
  width: 16px;
  height: 16px;
}

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

  #sweets_novelty-top .section-brand__slider .swiper-button-next,
  #sweets_novelty-top .section-brand__slider .swiper-button-prev {
    top: 47%;
    width: 25px;
    height: 25px;
  }
}

#sweets_novelty-top .section-brand__slider .swiper-button-next {
  margin-top: -17px;
  background-image: none;
  right: 5px;
  border-right: 2px solid #230e02;
  border-bottom: 2px solid #230e02;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sweets_novelty-top .section-brand__slider .swiper-button-prev {
  margin-top: -17px;
  background-image: none;
  left: 13px;
  border-left: 2px solid #230e02;
  border-bottom: 2px solid #230e02;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sweets_novelty-top .section-brand__concept {
  background: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/ochugen2/bg-1-sp.jpg) no-repeat center center/cover;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-brand__concept {
    background: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/ochugen2/bg-1.jpg) no-repeat center center/cover;
  }
}

#sweets_novelty-top .section-brand__box {
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-brand__box {
    padding-left: clamp(0rem, -14rem + 17.5vw, 4.375rem);
  }
}

#sweets_novelty-top .section-brand__title,
#sweets_novelty-top .section-brand__text {
  padding-left: clamp(0rem, -8rem + 10vw, 2.5rem);
}

#sweets_novelty-top .section-service .btn {
  position: relative;
  background-color: #fff;
}

#sweets_novelty-top .section-service .btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

#sweets_novelty-top .section-service .service {
  position: relative;
  color: #fff;
}

#sweets_novelty-top .section-service .service__label {
  position: absolute;
  top: 23px;
  right: 10px;
  z-index: 2;
  border-left: 2px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-service .service__label {
    top: 36px;
    right: 12px;
  }
}

#sweets_novelty-top .section-service .service__img {
  position: relative;
  z-index: 1;
}

#sweets_novelty-top .section-service .service__part {
  position: absolute;
  right: 10px;
  bottom: 7px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-service .service__part {
    right: 16px;
  }
}

#sweets_novelty-top .section-service .service__box {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.rounded-md-50px img {
  border-radius: 50px 50px 0 0;
}

@media screen and (max-width: 768px) {
  .rounded-25px img {
    border-radius: 25px 25px 0 0;
  }
}

#sweets_novelty-top .section-service .service__title {
  position: relative;
}

#sweets_novelty-top .section-service .service__title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(../img/sweets_novelty/underline-service_01.png) repeat-x left bottom/contain;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-service .service__title::after {
    height: 9px;
  }
}

#sweets_novelty-top .section-service__item:nth-of-type(1) .service {
  background-color: #c7dbb8;
}

#sweets_novelty-top .section-service__item:nth-of-type(1) .service .btn {
  color: #636363;
}

#sweets_novelty-top .section-service__item:nth-of-type(1) .service .btn::after {
  border-color: #589351;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-service__item:nth-of-type(1) .service__img::after {
    /* display: block; */
    content: "";
    /* padding-top: 98.4375%; */
  }
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-service__item:nth-of-type(1) .service__img .img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px 0 0 25px;
  }
}

#sweets_novelty-top .section-service__item:nth-of-type(2) .service {
  background-color: #c1d0db;
}

#sweets_novelty-top .section-service__item:nth-of-type(2) .service .btn {
  color: #636363;
}

#sweets_novelty-top .section-service__item:nth-of-type(2) .service .btn::after {
  border-color: #83abad;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-service__item:nth-of-type(3) .service .service__label {
    /* top: calc(50% + 23px); */
    /* right: 11px; */
    color: #524343;
    border-left: 2px solid #524343;
  }
}

#sweets_novelty-top .section-service__item:nth-of-type(3) .service {
  background-color: #ebde93;
}

#sweets_novelty-top .section-service__item:nth-of-type(3) .service .btn {
  color: #636363;
}

#sweets_novelty-top .section-service__item:nth-of-type(3) .service .btn::after {
  border-color: #ecd449;
}

#sweets_novelty-top .section-service__item:nth-of-type(3) .service .service__label {
  top: 27px;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-service__item:nth-of-type(3) .service .service__label {
    /* top: calc(50% + 23px); */
    /* right: 10px; */
  }
}

#sweets_novelty-top .section-service__item:nth-of-type(4) .service {
  background-color: #c6c3db;
}

#sweets_novelty-top .section-service__item:nth-of-type(4) .service .btn {
  color: #636363;
}

#sweets_novelty-top .section-service__item:nth-of-type(4) .service .btn::after {
  border-color: #afa5fa;
}

#sweets_novelty-top .section-service__item:nth-of-type(4) .service .service__label {
  top: 27px;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-service__item:nth-of-type(4) .service .service__label {
    /* top: calc(50% + 23px); */
    /* right: 11px; */
  }
}

#sweets_novelty-top .section-service__title {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

#sweets_novelty-top .section-scene {
  background: url(../img/sweets_novelty/bg_01_sp.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-scene {
    background: url(../img/sweets_novelty/bg_01.jpg) no-repeat center center/cover;
  }
}

#sweets_novelty-top .section-scene__wrap {
  max-width: 160px;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-scene__wrap {
    max-width: 280px;
  }
}

#sweets_novelty-top .section-scene__title {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

#sweets_novelty-top .section-design {
  background: url(../img/sweets_novelty/bg_02_sp.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-design {
    background: url(../img/sweets_novelty/bg_02.jpg) no-repeat center center/cover;
  }
}

#sweets_novelty-top .section-design__item {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

#sweets_novelty-top .section-design__box {
  background-color: #fff;
}

#sweets_novelty-top .section-design__title {
  position: relative;
}

#sweets_novelty-top .section-design__title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-design__title::after {
    height: 9px;
  }
}

#sweets_novelty-top .section-design__item:nth-of-type(1) .section-design__title::after {
  background: url(../img/sweets_novelty/underline-design_01.png) repeat-x left bottom/contain;
}

#sweets_novelty-top .section-design__item:nth-of-type(2) .section-design__title::after {
  background: url(../img/sweets_novelty/underline-design_02.png) repeat-x left bottom/contain;
}

#sweets_novelty-top .section-design__item:nth-of-type(3) .section-design__title::after {
  background: url(../img/sweets_novelty/underline-design_03.png) repeat-x left bottom/contain;
}

#sweets_novelty-top .section-design__item:nth-of-type(4) .section-design__title::after {
  background: url(../img/sweets_novelty/underline-design_04.png) repeat-x left bottom/contain;
}

#sweets_novelty-top .section-gallery .card-list__item {
  background: #fff;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-gallery .card-list__item {
    width: calc(25% - 37.5px);
  }
}

#sweets_novelty-top .section-gallery .card-list__item.swiper-slide-prev {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sweets_novelty-top .section-gallery .card-list__item.swiper-slide-next+li+li+li {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sweets_novelty-top .section-gallery .card__link {
  display: block;
  height: 100%;
}

#sweets_novelty-top .section-gallery .card__title {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-gallery__slider .swiper-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

#sweets_novelty-top .section-gallery__slider .swiper-button-next,
#sweets_novelty-top .section-gallery__slider .swiper-button-prev {
  z-index: 40;
  width: 16px;
  height: 16px;
  margin-top: -19px;
}

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

  #sweets_novelty-top .section-gallery__slider .swiper-button-next,
  #sweets_novelty-top .section-gallery__slider .swiper-button-prev {
    width: 25px;
    height: 25px;
    margin-top: -28px;
  }
}

#sweets_novelty-top .section-gallery__slider .swiper-button-next {
  background-image: none;
  right: 3px;
  border-right: 2px solid #230e02;
  border-bottom: 2px solid #230e02;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-gallery__slider .swiper-button-next {
    right: 13px;
  }
}

#sweets_novelty-top .section-gallery__slider .swiper-button-prev {
  background-image: none;
  left: 3px;
  border-left: 2px solid #230e02;
  border-bottom: 2px solid #230e02;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-gallery__slider .swiper-button-prev {
    left: 13px;
  }
}

#sweets_novelty-top .section-step {
  background: url(../img/sweets_novelty/bg_01_sp.jpg) no-repeat center center/cover;
}

#sweets_novelty-top .section-step .link-arw {
  position: relative;
}

#sweets_novelty-top .section-step .link-arw::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  width: 28px;
  height: 28px;
  background: url(../img/sweets_novelty/icon-question.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-step .link-arw::before {
    left: 40px;
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-step {
    background: url(../img/sweets_novelty/bg_01.jpg) no-repeat center center/cover;
  }
}

#sweets_novelty-top .section-step__title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: #fbf060;
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

#sweets_novelty-top .section-step__block:nth-of-type(1) .section-step__part::before {
  width: 91px;
  height: 60px;
  background: url(../img/sweets_novelty/icon-step_01.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-step__block:nth-of-type(1) .section-step__part::before {
    width: 141px;
    height: 94px;
  }
}

#sweets_novelty-top .section-step__block:nth-of-type(2) .section-step__part::before {
  width: 73px;
  height: 68px;
  background: url(../img/sweets_novelty/icon-step_02_sp.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-step__block:nth-of-type(2) .section-step__part::before {
    width: 141px;
    height: 94px;
    background: url(../img/sweets_novelty/icon-step_02.png) no-repeat center center/contain;
  }
}

#sweets_novelty-top .section-step__item {
  width: calc(50% - 7.5px);
}

#sweets_novelty-top .section-step__item:nth-child(2n) {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-step__item {
    width: calc(25% - 37.5px);
  }

  #sweets_novelty-top .section-step__item:nth-child(n+2) {
    margin-left: 50px;
  }
}

#sweets_novelty-top .section-step__part {
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

#sweets_novelty-top .section-step__part::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

#sweets_novelty-top .section-step__box {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}

#sweets_novelty-top .section-step__number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-bottom: 2px solid #230e02;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-step__wrap {
    border-left: 1px solid #000;
  }
}

#sweets_novelty-top .section-step__group {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

#sweets_novelty-top .section-step__group:nth-of-type(1) .section-step__detail {
  padding-left: clamp(0.625rem, -0.975rem + 2vw, 1.125rem);
}

#sweets_novelty-top .section-step__group:nth-of-type(2) {
  position: relative;
}

#sweets_novelty-top .section-step__group:nth-of-type(2)::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
  left: -2px;
  width: 1px;
  height: 89%;
  background-color: #000;
}

#sweets_novelty-top .section-step__group:nth-of-type(2) .section-step__detail {
  padding-left: clamp(0.313rem, -2.888rem + 4vw, 1.313rem);
}

#sweets_novelty-top .section-step__group:nth-of-type(2) .section-step__date {
  padding-right: clamp(0rem, -10rem + 12.5vw, 3.125rem);
}

#sweets_novelty-top .section-step__tag {
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-step__tag {
    border-bottom: none;
  }
}

#sweets_novelty-top .section-step__tag-icon {
  position: relative;
}

#sweets_novelty-top .section-step__tag-icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 30px;
  background: url(../img/sweets_novelty/icon-step_03-1.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  #sweets_novelty-top .section-step__tag-icon::before {
    width: 39px;
    height: 36px;
  }
}

#sweets_novelty-top .section-step__main,
#sweets_novelty-top .section-step__text {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

#sweets_novelty-top .pc-1281 {
  display: none;
}

@media screen and (min-width: 1281px) {
  #sweets_novelty-top .pc-1281 {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  #sweets_novelty-top .pc-1281 {
    display: inline;
  }
}

#sweets_novelty-top .pc-1024 {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sweets_novelty-top .pc-1024 {
    display: inline;
    max-width: 130px;
  }
}

#sweets_novelty-top .top-news {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  #sweets_novelty-top .top-news {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

#sweets_novelty-top .top-news__link {
  background: #f9f6ed;
  font-size: 15px;
  line-height: 1;
  padding: 20px 60px 20px 35px;
  display: block !important;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #sweets_novelty-top .top-news__link {
    font-size: 12px;
    padding: 18px 40px 18px 18px;
  }
}

#sweets_novelty-top .top-news__link+.top-news__link {
  border-top: 1px solid #fff;
}

#sweets_novelty-top .top-news__link:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/common/img/icon-arw.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}

@media screen and (max-width: 767px) {
  #sweets_novelty-top .top-news__link:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

/* クリスマスバナー設置対応ここから */
#sweets_novelty-top .christmas_bunner {
  position: absolute;
  z-index: 1;
  display: inline-block;
  right: -840px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

#sweets_novelty-top #popup_christmas .popup_banner-close__btn {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 35px;
  margin: auto;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 10px;
  line-height: 1;
  opacity: 0;
}

#sweets_novelty-top #popup_christmas .popup_banner-close__btn img {
  width: 100%;
}

#sweets_novelty-top .christmas_bunner .popup_banner-close__btn img {
  width: 15px;
}

.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.5;
  display: none;
}

.layer_board {
  position: fixed;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 2000000;
  width: 832px;
  height: 203px;
}

.christmas_bunner_header-wrap {
  position: absolute;
  bottom: 22%;
  left: 20% !important;
  width: 23% !important;
  max-width: 357px;
}

.christmas_bunner_header-wrap img {
  width: 100%;
  border-radius: 10px;
}

/* #sweets_novelty-top #content #order h1{
  padding-left: 34%;
  padding-right: 10%;
  padding-top: 1%;
} */
.christmas_bunner_top_food_print-wrap {
  display: block;
  margin-bottom: 70px;
}

.christmas_bunner_top_food_print-wrap img {
  border-radius: 10px;
}

.noveltyDescription {
  padding-bottom: 46px;
}

#sweets_novelty-top #content #order .slide ul li.sleeve .noveltyImg.hover_change-03:hover {
  background-image: url(../images/home/order_img_03.png);
}

#sweets_novelty-top #content #order .slide ul li .noveltyTxt h3 {
  font-size: 3rem;
  padding-bottom: 23px;
}

@media screen and (max-width: 767px) {
  #home .christmas_bunner {
    position: absolute;
    z-index: 1;
    display: inline-block;
    right: -840px;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
  }

  #home .christmas_bunner img {
    max-width: 375px;
    width: 100vw;
  }

  #home #popup_christmas .popup_banner-close__btn {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 0px;
    margin: auto;
    width: 30px;
    height: 30px;
    opacity: 1;
    right: 5px;
    top: 35px;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 10px;
    line-height: 1;
    opacity: 0;
  }

  #home .christmas_bunner .popup_banner-close__btn img {
    width: 15px;
  }

  .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.5;
    display: none;
  }

  .layer_board {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 2000000;
    width: 100%;
    max-width: 375px;
    height: 190px;
  }

  #home #content #order .brandLogo .christmas_bunner_header {
    left: 20% !important;
    top: 40px;
    width: 23% !important;
    max-width: 357px;
  }

  #home #content #order .brandLogo .christmas_bunner_header img {
    border-radius: 10px;
  }

  .christmas_bunner_top_food_print-wrap {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .christmas_bunner_top_food_print-wrap img {
    border-radius: 10px;
  }

  .christmas_bunner_header-wrap {
    padding: 0 8%;
    margin-top: 43px;
  }

  .christmas_bunner_header-wrap img {
    border-radius: 10px;
  }

  .btnOrder_inquiry {
    width: 110px !important;
  }
}

@media screen and (max-width: 767px) and (hover: none) {
  #home #content #order .slide ul li.sleeve .noveltyImg.hover_change-03:hover {
    background-image: url(../images/home/order_img_03.png);
  }
}

/* クリスマスバナー設置対応ここまで */




/* ここから商品一覧 */


.lineup_inner {
  padding: 90px;
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
  box-shadow: 0px 0px 8px rgb(204 124 81 / 30%);
}

@media screen and (max-width: 768px) {
  .lineup_inner {
    padding: 1rem;
    margin: 1rem;
  }
}

.lineup_firebg,
.lineup_woodbg,
.lineup_winter-01bg,
.lineup_winter-02bg {
  /* background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-keiro-sp.jpg); */
  background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-3-1-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 40px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  /* padding-right: calc(50vw - 50%); */
  /* padding-right: calc(50vw - 50%); */
}

.lineup_woodbg.even {
  background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-2-2-sp.jpg);
}

.lineup_firebg.even,
.lineup_woodbg.even {
  background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-2-2-sp.jpg);
}

.lineup_woodbg {
  background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-keiro-sp.jpg);
  background-size: 100% auto;
}

.lineup_winter-01bg {
  background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-3-2-sp.jpg);
  background-size: 100% auto;
}

.lineup_winter-02bg {
  background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-2-2-sp.jpg);
  background-size: 100% auto;
}

.bscstm .position-relative {
  position: relative !important;
}


.h_line {
  color: #cf170f;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.h_line:after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 80px);
  background-color: #cf170f;
}

.ic_01,
.ic_02,
.ic_pickup,
.ic_txt {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
}

.ic_02 {
  top: 80px;
  left: 20px;
}

.ic_pickup {
  top: 10px;
  left: 10px;
}

@media screen and (mim-width: 767px) {
  .ic_txt {
    top: 40px;
    left: 10px;
    background: #fff;
    padding: 0rem .8rem;
    width: fit-content;
  }
}

@media screen and (max-width: 767px) {
  .ic_txt {
    width: fit-content;
  }
}

.item_ichiran {
  text-align: center;
}

.item_ichiran a {
  display: block;
  width: 200px;
  padding: 10px 30px;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid #0e73b0;
  color: #0e73b0;
  box-shadow: 0px 0px 8px rgba(117, 171, 193, 0.3);
}

.item_ichiran a:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #0e73b0;
  border-right: 1px solid #0e73b0;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin: 0 4px;
}

.chugen_item_single {
  gap: 10px;
}


.tf_detail {
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(117, 171, 193, 0.3);
  padding: 30px 0;
}

.flavor_all * {
  color: #230e02;
}



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

  .lineup_firebg,
  .lineup_woodbg {
    background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-ochugen.jpg);
    background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-keiro.jpg);
    background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-3-1.jpg);
    background-size: 100% auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lineup_woodbg {
    background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-2-2.jpg);
  }

  .lineup_winter-01bg {
    background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-3-3.jpg) !important;
    background-size: 100% auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lineup_winter-02bg {
    background-image: url(https://gigaplus.makeshop.jp/shinjubiho/img/campaign/bg-2-2.jpg) !important;
    background-size: 100% auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .h_line {
    /* font-size: 36px; */
  }

  .ic_01,
  .ic_02 {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 222px;
  }

  .ic_02 {
    top: 150px;
    left: 40px;
  }

  .ic_pickup {
    top: -80px;
    left: 20px;
  }

  .ic_txt {
    top: 9px;
    background: #fff;
    padding: 0rem .8rem;
    width: fit-content;
  }

  .chugen_item_single {
    gap: 100px;
  }

  .item_ichiran {
    text-align: center;
  }

  .item_ichiran a {
    width: 300px;
    padding: 15px 30px;
    margin: 20px auto;
    box-shadow: 0px 0px 8px rgba(117, 171, 193, 0.3);
    font-size: 22px;
  }

  .item_ichiran a:after {
    content: "";
    display: inline-block;
    border-top: 1px solid #0e73b0;
    border-right: 1px solid #0e73b0;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    margin: 0 4px;
  }

  .tf_detail {
    background-color: #fff;
    box-shadow: none;
    padding: 30px 0;
  }

  .flavor_all * {
    color: #230e02;
  }

  .tf_lead {
    padding-bottom: 80px;
    background-image: url(../img/chugen25_parts06.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  .ochugen_2017 .about .about_list_>li {
    min-height: 300px;
  }

}

.main-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.main-title::before {
  content: "";
  position: absolute;
  left: -100px;
  background: url("https://suzette-shop.jp/img/goods/hfm/2409/item-left.png") no-repeat;
  background-size: cover;
  width: 60px;
  height: 120px;
  top: 30px;
}

@media screen and (max-width: 768px) {
  .main-title::before {
    background-size: contain;
    left: -60px;
    width: 60px;
    height: 120px;
    top: -10px;
  }
}

.main-title::after {
  content: "";
  position: absolute;
  background: url("https://suzette-shop.jp/img/goods/hfm/2409/item-right.png") no-repeat;
  background-size: cover;
  width: 55px;
  height: 124px;
  right: -100px;
  bottom: -25px;
}

@media screen and (max-width: 768px) {
  .main-title::after {
    width: 55px;
    height: 124px;
    right: -60px;
    bottom: -40px;
  }
}

.view_timer {
  display: block;
  text-align: right;
}

.view_timer .view_timer_btn {
  border: solid 1px #524343;
  background: #524343;
  color: #fff;
  padding: 10px 2rem;
  /* line-height: 1; */
}

@media screen and (max-width: 767px) {

  .item .view_timer .view_timer_btn,
  .section-brand__items .view_timer .view_timer_btn {
    padding: 5px;
  }
}

.link-arw {
  display: block !important;
  width: 600px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #230e02;
  font-size: 16px !important;
  text-align: center;
  position: relative;
  margin: 0 auto !important;
}

@media (max-width: 1200px) {
  .link-arw {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: active),
(max-width: 1200px) and (-ms-high-contrast: none) {
  .link-arw {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .link-arw {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px !important;
  }
}

.link-arw span {
  display: block;
  width: 60px;
  height: 7px;
  border-bottom: 1px solid #230e02 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto !important;
}

@media screen and (max-width: 767px) {
  .link-arw span {
    width: 40px;
  }
}

.link-arw span:after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background: #230e02;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: -1px;
  right: 2px;
}

.pickup_ttl {
  text-align: center;
}

.position-relative h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.pickup_ttl h4 {
  font-size: 1.6rem;
}