/*========================================*\
 # LAYOUT: ページ構造
\*========================================*/
/*========================================*\
 # 発売日&商品テキスト
\*========================================*/
.top_text {
  position: relative;
  background-color: var(--color-top-text-background);
  color: var(--color-top-text-01);
}
/* 〇〇〇〇年〇月〇日発売 */
.top_text_title_01 {
  text-align: center;
  margin: 0 auto;
  padding-top: calc(5%);
  color: #fff;
  font-size: var(--fs-large);
  font-family: var(--font-family-rounded);
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
}
/* 公式オンラインショップでは
〇〇〇〇年〇月〇日午前10時より販売 */
.top_text_title_02 {
  text-align: center;
  margin: 0 auto;
  padding-top: calc(3%);
  color: #fff;
  font-size: var(--fs-medium);
  font-family: var(--font-family-rounded);
  font-weight: 600;
  word-spacing: 0.15em;
  line-height: 1.8;
  width: 100%;
  box-sizing: border-box;
}
.top_text_img_01 {
  left: 5%;
  top: -12%;
}
.top_text_img_02 {
  right: 5%;
  top: 3%;
}
.top_text_img_03 {
  right: 9%;
  top: -35%;
}
.top_text_img_01, .top_text_img_02, .top_text_img_03 {
  position: absolute;
  width: 15%;
}
.top_text p {
  text-align: center;
  padding: 10% 5% 8%;
  color: var(--color-top-text-01);
  font-size: var(--fs-medium);
  font-family: var(--font-family-rounded);
  font-weight: 600;
  line-height: 1.6;
}
/*========================================*\
 # LINE UP
\*========================================*/
.line_up {
  background-color: var(--color-line-up-background);
  padding: 40px 20px;
}
.lineup-container {
  margin: 0 auto;
}
.lineup {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
}
.lineup_cards {
  position: relative;
  max-width: min(90vw, 700px);
  height: 600px;
  margin: 0 auto;
}
.lineup_card {
  border-radius: 10px;
  max-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.lineup_card img {
  width: 108%;
  height: auto;
}
.lineup_card_wrap {
  position: absolute;
}
.lineup_card_wrap:first-child {
  left: 10%;
  top: 3%;
}
.lineup_card_wrap:nth-child(2) {
  right: 10%;
  top: 9%;
}
.lineup_card_wrap:nth-child(3) {
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
}
.lineup_card_left {
  width: 220px;
  height: 280px;
  transform: rotate(-12deg);
}
.lineup_card_right {
  width: 220px;
  height: 280px;
  transform: rotate(12deg);
}
.lineup_card_bottom {
  width: 440px;
  height: 250px;
  transform: rotate(-5deg);
}
@media (max-width: 599px) {
  .lineup_cards {
    position: relative;
    width: min(100vw);
    height: 580px;
    margin: 0 auto;
  }
  .lineup_card_wrap:first-child {
    left: 7%;
    top: -3%;
  }
  .lineup_card_wrap:nth-child(2) {
    right: 4%;
    top: 5%;
  }
  .lineup_card_wrap:nth-child(3) {
    left: 50%;
    bottom: 1%;
    transform: translateX(-50%);
  }
  .lineup_card_left {
    width: 40vw;
  }
  .lineup_card_right {
    width: 40vw;
  }
  .lineup_card_bottom {
    width: 80vw;
  }
  #content_01, #content_02, #content_03 {
    scroll-margin-top: 80px;
  }
}
@media (max-width: 550px) {
  .lineup_cards {
    height: 540px;
  }
}
@media (max-width: 500px) {
  .lineup_cards {
    height: 530px;
  }
}
@media (max-width: 450px) {
  .lineup_cards {
    height: 500px;
  }
}
@media (max-width: 400px) {
  .lineup_cards {
    height: 480px;
  }
}
/*========================================*\
 # Description of sweets: お菓子の説明
\*========================================*/
.flavor {
  position: relative;
  background: #d9d9d9;
  padding: 40px 20px;
}
.flavor_heading {
  text-align: center;
}
p.flavor_subtitle {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.flavor_title {
  width: min(700px, 90%);
}
.flavor_image {
  max-width: 1200px;
  margin: 30px auto 30px;
}
.flavor_image img {
  display: block;
  transform: translateX(-80px);
}
.flavor_img_01 {
  position: absolute;
  width: 19%;
  left: 2%;
  bottom: 39%;
}
.flavor_img_02 {
  position: absolute;
  width: 11%;
  right: 10%;
  top: 39%;
}
.flavor_description {
  width: min(620px, 85%);
  margin-left: auto;
  margin-bottom: 35px;
  margin-right: -35px;
  background: #fff;
  border-radius: 24px 0 0 24px;
}
.flavor_description_inner {
  max-width: 450px;
  margin-left: auto;
  padding: 32px 10px 32px 10px;
}
.flavor_catch {
  text-align: center;
  font-size: var(--fs-large);
  margin-bottom: 20px;
}
.flavor_list {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.flavor_card {
  background: #fff;
  border-radius: 24px;
  padding: 25px;
  text-align: center;
}
.flavor_card p {
  font-size: 16px;
}
.flavor_card img {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
  margin: 10px auto;
}
.flavor_card_label {
  color: #fff;
  border-radius: 999px;
  padding: 5px 5px;
  font-weight: bold;
  min-height: 50px;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flavor_card_label span {
  display: block;
}
.vanilla {
  background: #777;
}
.strawberry {
  background: #d6336c;
}
.chocolate {
  background: #8d6e63;
}
@media (max-width: 599px) {
  .flavor {
    padding: 40px 10px;
  }
  .flavor_description_inner {
    padding: 32px 10px 32px 32px;
  }
  .flavor_img_01 {
    left: 3%;
    bottom: 41%;
  }
  .flavor_img_02 {
    right: 12%;
    top: 40%;
  }
  .flavor_image img {
    transform: translateX(-65px);
  }
  .flavor_description {
    margin-right: -20px;
  }
  .flavor_list {
    gap: 5px;
  }
  .flavor_card {
    padding: 12px 5px;
  }
  .flavor_card_label {
    padding: 0px 0px;
    min-height: 40px;
  }
  .flavor_card p {
    font-size: 0.7rem;
  }
  .flavor_card_label {
    font-size: 0.7rem;
  }
  .flavor_card img {
    width: 85%;
  }
}
/*========================================*\
 # COMPONENT: 商品紹介 
\*========================================*/
/*スライダーCOMIC*/
.swiper {
  width: 75%;
  height: 75%;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-prev, .swiper-button-next {
  width: 45px;
  height: 45px;
 /* background: #914B84;*/
  border-radius: 50%;
   /*box-shadow: 0 4px 10px rgba(0, 0, 0, .15);*/
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.swiper {
  overflow: visible;
}
.swiper-button-prev {
  left: -55px;
}
.swiper-button-next {
  right: -55px;
}
@media (max-width: 599px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 16px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev {
    left: -35px;
  }
  .swiper-button-next {
    right: -35px;
  }
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -20px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  border: 0px solid #595757;
}
.swiper-pagination-bullet-active {
  background: #595757;
  transform: scale(1.2);
}
/*スライダーCOMIC　ここまで*/
.content_top {
  position: relative;
}
.content_top_back {
  display: block;
  width: 100%;
  height: auto;
}
.content_top_text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 40%;
  text-align: center;
  z-index: 10;
}
p.content_name {
  text-align: center;
  font-size: var(--fs-medium);
  font-family: var(--font-family-rounded);
  font-weight: 500;
  word-spacing: 0.15em;
  line-height: 1.4;
  font-size: var(--fs-ptitle);
  font-weight: 600;
  margin-top: 10px;
}
.sweet_main_img {
  position: relative;
  right: 0;
  left: 0;
  aspect-ratio: 1 / 1;
  width: 90%;
  margin: 0 auto;
}
.sweet_main_img img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  margin: 15px 0px;
  display: block;
}
.sweet_description {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.sweet_design_img {
  width: 60%;
  margin-top: 15px;
  margin-bottom: 5px;
}
.img_wide {
  width: 90%;
}
.description {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.description {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.content {
  padding-bottom: 50px;
}
.content_03 {
  padding-bottom: 30px;
}
/* 説明文（共通） */
.description {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 10px;
  margin: 10px 15% 20px;
  border-radius: 60px;
}
.description p {
  text-align: center;
  font-size: var(--fs-small);
  font-family: var(--font-family-rounded);
  font-weight: 400;
  word-spacing: 0.15em;
  line-height: 1.4;
}
/* 価格表示 */
.description_price {
  text-align: center;
  font-size: var(--fs-medium);
  font-family: var(--font-family-rounded);
  font-weight: 500;
  word-spacing: 0.15em;
  line-height: 1.4;
  padding-bottom: var(--spacing-lg);
}
.price_title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: var(--fs-ptitle);
  line-height: 1.8rem;
}
p.price_title {
  font-size: var(--fs-ptitle);
  font-weight: 600;
}
.price_margin {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
}
p.price {
  font-size: var(--fs-price);
  font-weight: 600;
}
.content_01 {
  background-color: var(--color-primary-01);
  color: var(--color-text-01);
}
.content_02 {
  background-color: var(--color-primary-02);
  color: var(--color-text-02);
}
.content_03 {
  background: var(--color-primary-03);
  color: var(--color-text-03);
}
.content_04 {
  background-color: var(--color-primary-04);
  color: var(--color-text-04);
}
.content_05 {
  background-color: var(--color-primary-05);
  color: var(--color-text-05);
}
.content_01 p {
  color: var(--color-text-01);
}
.content_02 p {
  color: var(--color-text-02);
}
.content_03 p {
  color: var(--color-text-03);
}
.content_04 p {
  color: var(--color-text-04);
}
.content_05 p {
  color: var(--color-text-05);
}
p.content_top_text {
  color: var(--color-text-honbun);
}
.description_01 {
  background-color: var(--color-heading_bg-01);
}
.description_02 {
  background-color: var(--color-heading_bg-02);
}
.description_03 {
  background-color: var(--color-heading_bg-03);
}
.description_04 {
  background-color: var(--color-heading_bg-04);
}
.description_05 {
  background-color: var(--color-heading_bg-05);
}
.content_01 .description.description_01 p.heading_01 {
  color: var(--color-heading_text-01);
}
.content_02 .description.description_02 p.heading_02 {
  color: var(--color-heading_text-02);
}
.content_03 .description.description_03 p.heading_03 {
  color: var(--color-heading_text-03);
}
.content_04 .description.description_04 p.heading_04 {
  color: var(--color-heading_text-04);
}
.content_05 .description.description_05 p.heading_05 {
  color: var(--color-heading_text-05);
}
p.price_title_color_01 {
  color: var(--color-title-01);
}
p.price_title_color_02 {
  color: var(--color-title-02);
}
p.price_title_color_03 {
  color: var(--color-title-03);
}
p.price_title_color_04 {
  color: var(--color-title-04);
}
p.price_title_color_05 {
  color: var(--color-title-05);
}
/* ご購入はこちら　のボタン（共通） */
.shop_now_wrapper, {
  position: relative;
  width: 280px;
  transition: all 0.1s ease-out;
}
.shop_now_wrapper:active {
  transform: scale(0.95);
  filter: brightness(0.9);
}
.shop_now {
  display: flex;
  margin: 0 auto;
  border-radius: var(--spacing-sm);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  height: 80px;
  align-items: center; /* 縦方向中央 */
  justify-content: center;
  padding: 0 2vw 0;
}
.shop_now_01 {
  background-color: var(--color-secondary-01);
}
.shop_now_02 {
  background-color: var(--color-secondary-02);
}
.shop_now_03 {
  background-color: var(--color-secondary-03);
}
.shop_now_04 {
  background-color: var(--color-secondary-04);
}
.shop_now_05 {
  background-color: var(--color-secondary-05);
}
.shop_now_flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0px 25px 0px;
}
.shop_now p {
  text-align: center;
  font-size: var(--fs-order);
  font-family: var(--font-family-rounded);
  font-weight: 600;
  word-spacing: 0.15em;
  line-height: 1.2;
}
p.arrow.arrow_01 {
  color: var(--color-secondary-text-01);
}
p.arrow.arrow_02 {
  color: var(--color-secondary-text-02);
}
p.arrow.arrow_03 {
  color: var(--color-secondary-text-03);
}
p.arrow.arrow_04 {
  color: var(--color-secondary-text-04);
}
p.arrow.arrow_05 {
  color: var(--color-secondary-text-05);
}
.arrow_01::after {
  color: var(--color-secondary-01);
}
.arrow_02::after {
  color: var(--color-secondary-02);
}
.arrow_03::after {
  color: var(--color-secondary-03);
}
.arrow_04::after {
  color: var(--color-secondary-04);
}
.arrow_05::after {
  color: var(--color-secondary-05);
}
/*ご購入はこちらボタン内の矢印 */
.arrow {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
.arrow::after {
  content: '\2192';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
}
/*========================================*\
 # FOOTER
\*========================================*/
.lp_footer {
  background-color: var(--color-footer);
  position: relative;
}
.ghost {
  position: absolute;
  left: 7%;
  top: 39%;
  z-index: 10;
  width: clamp(125px, 16vw, 190px);
}
.ghost img {
  width: 100%;
  display: block;
  transform: rotate(8deg);
}
.ghost_float {
  animation: ghost-float 3s ease-in-out infinite;
}
@keyframes ghost-float {
  0% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-15px) rotate(2deg);
  }
  100% {
    transform: translateY(0) rotate(-2deg);
  }
}
.footer_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.footer_img img {
  border-radius: 0px;
}
@media (max-width: 599px) {
  .ghost {
    left: 8%;
    top: 38%;
  }
}
@media (max-width: 380px) {
  .ghost {
    left: 5%;
    top: 38%;
  }
}
/*========================================*\
  COMPONENT:シェア&ショップインフォメーション
\*========================================*/
.external_link {
  background-color: var(--color-share-background);
  padding-bottom: 50px;
}
/* シェアする */
.share_contents {
  width: 95%;
  margin: 0 auto;
}
.share_contents_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5%;
  margin: var(--spacing-md) 0;
}
/* X&LINE*/
.share_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-large);
  font-weight: 600;
  word-spacing: 0.15em;
  line-height: 1.2;
  padding-top: 0px;
}
.share_text p {
  color: var(--color-share-text);
}
.x_grid, .line_grid {
  display: grid;
  grid-template-columns: 4fr 5fr;
  justify-items: start;
  align-items: center;
  column-gap: var(--spacing-sm);
  transition: all 0.1s ease-out;
  background-color: #FFFFFF;
  border-radius: var(--spacing-sm);
  height: 70px;
  width: 200px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease-out;
}
.x_grid div:first-child {
  justify-self: center;
  align-self: center;
}
.line_grid div:first-child {
  justify-self: center;
  align-self: center;
}
.x_grid:active {
  transform: scale(0.95);
  filter: brightness(0.9);
}
.line_grid:active {
  transform: scale(0.95);
  filter: brightness(0.9);
}
.x_grid img {
  width: 30px;
}
.line_grid img {
  width: 70px;
}
.x_grid p, .line_grid p {
  flex: 1;
  color: var(--color-text-brown);
  font-size: var(--fs-medium);
  font-family: var(--font-family-rounded);
  ;
  font-weight: 600;
  word-spacing: 0.15em;
  line-height: 1.2;
}
/*店舗紹介&オンラインショップ*/
.shop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.physical_shop, .online_shop {
  column-gap: var(--spacing-sm);
  transition: all 0.1s ease-out;
  margin: 0 auto;
  border-radius: var(--spacing-sm);
  width: 75%;
  height: 70px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.physical_shop:active, .online_shop:active {
  transform: scale(0.95);
  filter: brightness(0.9);
}
.online_shop {
  margin-top: 20px;
}
/* 色違い */
.physical_shop {
  background-color: var(--color-shop-btn-background);
}
.online_shop {
  background-color: var(--color-shop-btn-background);
}
.physical_shop p, .online_shop p {
  color: var(--color-shop-btn-text);
  font-size: 26px;
  font-weight: 400;
  word-spacing: 0.15em;
  line-height: 1.2;
}
@media screen and (max-width: 899px) {
  .line_grid img {
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .x_grid, .line_grid {
    height: 60px;
    width: 35vw;
  }
  .line_grid img {
    width: 40px;
  }
}
@media screen and (max-width: 599px) {
  .price_margin {
    font-size: 18px;
  }
  .shop_now {
    padding: 0 3vw 0;
  }
  .physical_shop p, .online_shop p {
    font-size: 20px;
  }