/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}



/********MV********/
.main-visual {
  position: relative;
  line-height: 0;
}
.main-visual .logo {
  position: absolute;
  top: -35%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(1032 / 1920 * 100%);
}
.main-visual .item_list {
  position: absolute;
  bottom: calc(45 / 1920 * 100%);
  left: calc(70 / 1920 * 100vw);
  display: flex;
  align-items: flex-end;
}
.main-visual .item_list li {
  width: calc(320 / 1920 * 100vw);
  margin-right: calc(30 / 1920 * 100vw);
}

/********ポイント********/
.point_block {
  /*display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr 1fr;*/
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  max-width: 1240px;
  padding: 0 20px;
  margin: calc(100 / 1200 * 100%) auto 0;
}
@media screen and (max-width: 767px), print {
  .point_block {
    display: block;
  }
}
.point_block .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.point_block .item .deco {
  position: absolute;
}
@media screen and (max-width: 767px), print {
  .point_block .item + .item {
    margin-top: 20px;
  }
}
.point_block .item01 {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/YmdfcG9pbnQwMQ.png?cmsp_timestamp=20251118205651") no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .point_block .item01 {
    width: calc(364 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px), print {
  .point_block .item01 {
    padding: calc(60 / 767 * 100%);
  }
}
.point_block .item02 {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/YmdfcG9pbnQwMg.png?cmsp_timestamp=20251118205651") no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .point_block .item02 {
    width: calc(414 / 1200 * 100vw);
    aspect-ratio: 414 / 327;
  }
}
@media screen and (max-width: 767px), print {
  .point_block .item02 {
    padding: calc(100 / 767 * 100%) 0 calc(80 / 767 * 100%);
  }
}
.point_block .item02 .title {
  letter-spacing: -0.08em;
}
.point_block .item03 {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/YmdfcG9pbnQwMw.png?cmsp_timestamp=20251118205651") no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .point_block .item03 {
    width: calc(380 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px), print {
  .point_block .item03 {
    padding: calc(100 / 767 * 100%) 0 calc(80 / 767 * 100%);
  }
}
.point_block .item03 .deco {
  width: calc(130/ 371 * 100%);
  top: calc(5/ 371 * 100vw);
  left: calc(60/ 371 * 100%);
}
@media screen and (max-width: 767px), print {
  .point_block .item03 .deco {
    width: calc(200/ 767 * 100%);
    left: calc(220/ 767 * 100%);
  }
}
.point_block .title {
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.18;
  font-weight: 600;
  min-height: 3.5em;
  display: flex;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 767px), print {
  .point_block .title {
    font-size: 2.8rem;
  }
}
.point_block .txt {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  line-height: 1.59;
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (max-width: 767px), print {
  .point_block .txt {
    font-size: 1.8rem;
  }
}

/********おいしい作り方********/
.how_to_make_block {
  max-width: 1240px;
  padding: 0 20px;
  margin: calc(100 / 1200 * 100%) auto 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px), print {
  .how_to_make_block {
    display: block;
    padding: 0 15px;
    margin-top: 80px;
  }
}
.how_to_make_block .ttl {
  width: calc(600/ 1200 * 100%);
  line-height: 0;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px), print {
  .how_to_make_block .ttl {
    width: 90%;
    margin-bottom: 30px;
  }
}
.how_to_make_block .item_box {
  display: flex;
}
@media screen and (max-width: 767px), print {
  .how_to_make_block .item_box {
    display: block;
  }
}
.how_to_make_block .item {
  border: 1px solid #3e3a39;
  border-radius: 5px;
  text-align: center;
  padding: 20px 15px 10px;
  margin-right: calc(30/ 1200 * 100vw);
  width: calc(380 / 1200 * 100vw);
}
.how_to_make_block .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px), print {
  .how_to_make_block .item {
    width: 100%;
    padding-bottom: 15px;
  }
  .how_to_make_block .item + .item {
    margin-top: 15px;
  }
}
.how_to_make_block .item .title {
  font-size: clamp(2.6rem, 3vw, 3.2rem);
  letter-spacing: -0.06em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.how_to_make_block .item .images {
  margin-bottom: calc(30/ 380 * 100%);
}
@media screen and (min-width: 768px), print {
  .how_to_make_block .item .images {
    height: calc(170/ 380 * 100%);
  }
}
@media screen and (max-width: 767px), print {
  .how_to_make_block .item .images {
    margin-bottom: 10px;
  }
}
.how_to_make_block .item .txt {
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.5;
}
.how_to_make_block .item:nth-child(1) .images img {
  width: calc(182/ 380 * 100%);
}
@media screen and (max-width: 767px), print {
  .how_to_make_block .item:nth-child(1) .images img {
    width: 116px;
  }
}
.how_to_make_block .item:nth-child(2) .images img {
  width: calc(178/ 380 * 100%);
}
@media screen and (max-width: 767px), print {
  .how_to_make_block .item:nth-child(2) .images img {
    width: 114px;
  }
}
.how_to_make_block .item:nth-child(3) .images img {
  width: calc(277/ 380 * 100%);
  padding-right: 30px;
}
@media screen and (max-width: 767px), print {
  .how_to_make_block .item:nth-child(3) .images img {
    width: 190px;
  }
}

/********最新のお知らせ********/
.notice_block {
  max-width: 1240px;
  margin: calc(150 / 1200 * 100%) auto 0;
  padding: 0  20px;
}
@media screen and (max-width: 767px), print {
  .notice_block {
    margin-top: 70px;
  }
}
.notice_block .title_bdr_b {
  margin-bottom: 40px;
}
.notice_block .list {
  display: flex;
  justify-content: center;
}
.notice_block .list .images {
  width: calc(274 / 1200 * 100%);
  line-height: 0;
  margin-right: calc(35 / 1200 * 100%);
}
.notice_block .list .images:last-child {
  margin-right: 0;
}

/* ==========================================================================//
//
//　カテゴリー別
//
// ========================================================================== */
.categories {
  margin-top: calc(190 / 1920 * 100%);
}
@media screen and (max-width: 767px), print {
  .categories {
    margin-top: 70px;
  }
}
.categories .title_bdr_b {
  margin-bottom: 20px;
}

.categories-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
  padding-top: calc(50 / 1200 * 100%);
}
.categories-list .item {
  text-align: center;
  display: flex;
  position: relative;
}
.categories-list .item::before {
  position: absolute;
  content: "";
  z-index: -1;
}
.categories-list .item a {
  display: flex;
  flex-direction: column;
}
.categories-list .item a:hover {
  opacity: .6;
  transition: 1s;
}
.categories-list .category01 {
  max-width: calc(482 / 1200 * 100%);
  margin-right: calc(99 / 1200 * 100%);
}
.categories-list .category01::before {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/YmdfY2F0ZWdvcnkwMQ.png?cmsp_timestamp=20251118211119") no-repeat;
  background-size: contain;
  width: calc(470 / 631 * 100%);
  height: calc(411 / 350 * 100%);
  left: -14%;
  top: -25%;
}
.categories-list .category02 {
  max-width: calc(428 / 1200 * 100%);
}
.categories-list .category02::before {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/YmdfY2F0ZWdvcnkwMg.png?cmsp_timestamp=20251118211119") no-repeat;
  background-size: contain;
  width: calc(491 / 560 * 100%);
  height: calc(437 / 350 * 100%);
  right: -22%;
  top: -30%;
}
.categories-list .category03 {
  max-width: calc(686 / 1570 * 100%);
  margin-top: calc(110 / 1570 * 100%);
}
.categories-list .category03::before {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/YmdfY2F0ZWdvcnkwMw.png?cmsp_timestamp=20251118211119") no-repeat;
  background-size: contain;
  width: calc(529 / 686 * 100%);
  height: calc(409 / 350 * 100%);
  right: -25%;
  top: -8%;
}
.categories-list .images {
  display: flex;
  align-items: end;
  height: 74%;
}
@media screen and (max-width: 767px), print {
  .categories-list .images {
    height: auto;
  }
}
.categories-list .title {
  font-family: ab-kirigirisu, sans-serif;
  font-size: clamp(3rem, 4vw, 5rem);
  letter-spacing: -0.085em;
  color: #231815;
}
@media screen and (max-width: 767px), print {
  .categories-list .title {
    font-size: 1.8rem;
    margin-top: 4px;
  }
}

/* ==========================================================================//
//
//　人気ランキング
//
// ========================================================================== */
.popular-ranking {
  padding: 160px 20px;
}
@media screen and (max-width: 767px), print {
  .popular-ranking {
    padding: 80px 10px 50px;
  }
}
.popular-ranking .title_bdr_b {
  margin-bottom: calc(65 / 1200 * 100%);
}

.ranking-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .ranking-list {
    flex-wrap: wrap;
  }
}
.ranking-list .item {
  width: 285px;
  margin-right: calc(20 / 1200 * 100%);
  padding: calc(25 / 1200 * 100%) 0 0;
  position: relative;
}
.ranking-list .item a:hover {
  opacity: .6;
  transition: 1s;
}
@media screen and (max-width: 767px), print {
  .ranking-list .item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.ranking-list .item::before {
  position: absolute;
  content: "";
  top: 0;
  width: calc(40 / 285 * 100%);
  height: calc(36 / 285 * 100%);
  left: 15px;
}
.ranking-list .item a {
  display: block;
}
.ranking-list .item.one::before {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/aWNvbl9ubzE.png?cmsp_timestamp=20251119183110") no-repeat;
  background-size: contain;
}
.ranking-list .item.two::before {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/aWNvbl9ubzI.png?cmsp_timestamp=20251119183110") no-repeat;
  background-size: contain;
}
.ranking-list .item.three::before {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/aWNvbl9ubzM.png?cmsp_timestamp=20251119183110") no-repeat;
  background-size: contain;
}
.ranking-list .item.four::before {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/aWNvbl9ubzQ.png?cmsp_timestamp=20251119183110") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px), print {
  .ranking-list .item {
    width: 47%;
    margin-right: 6%;
  }
  .ranking-list .item:nth-child(2) {
    margin-right: 0;
  }
}
.ranking-list .item:last-child {
  margin-right: 0;
}
.ranking-list .images {
  line-height: 0;
  aspect-ratio: 375 / 250;
  display: flex;
  align-items: center;
}
.ranking-list .title {
  font-family: ab-kirigirisu, sans-serif;
  font-size: clamp(2rem, 2.6vw, 3.5rem);
  line-height: 1.26;
  text-align: center;
  letter-spacing: -0.1em;
  color: #231815;
}
/* ==========================================================================//
//
//　チュロス
//
// ========================================================================== */
.original-churros_area,
.churros-set_area {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/YmFja2dyb3VuZC1pbWcx.png?cmsp_timestamp=20251119214701") repeat top center;
  background-size: cover;
}

.sweets-churros_area {
  background: url("https://img21.shop-pro.jp/PA01519/932/etc_base64/YmFja2dyb3VuZC1pbWcx.png?cmsp_timestamp=20251119214701") repeat top center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.sweets-churros_area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(148, 128, 73, 0.1);
  z-index: -1;
  top: 0;
  left: 0;
}

/* ==========================================================================//
//
//　チュロスセット
//
// ========================================================================== */
.churros-set_area {
  padding-bottom: calc(260 / 1200 * 100%);
  position: relative;
}
@media screen and (max-width: 767px), print {
  .churros-set_area {
    padding-bottom: calc(300 / 767 * 100%);
  }
}
.churros-set_area .illust {
  position: absolute;
  right: calc(70 / 1200 * 100%);
  width: calc(408 / 1920 * 100%);
  bottom: calc(62 / 1200 * 100%);
}
@media screen and (max-width: 767px), print {
  .churros-set_area .illust {
    width: 40%;
    bottom: calc(20 / 767 * 100%);
  }
}