@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
  scroll-padding-top: 8rem;
}

.sp-none {
  display: none !important;
}

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo img {
  height: 6rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 5rem;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__logo {
  margin-bottom: 1rem;
}
#footer .footer__logo img {
  height: 10rem;
}
#footer .footer__info {
  text-align: center;
  line-height: 2;
  letter-spacing: var(--letter-spacing-base);
}
#footer .footer__add span {
  display: none;
}
#footer .footer__time span::after {
  content: "|";
  margin-inline: 0.25em;
}
#footer .footer__btn {
  width: 32rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  margin-top: 5rem;
  border-block: solid 1px var(--color-green);
}
.footer-nav__item {
  background: var(--color-mos);
  border-bottom: solid 1px var(--color-green);
}
.footer-nav__item:has(.nav-link--news), .footer-nav__item:has(.nav-link--contact), .footer-nav__item:has(.nav-link--privacy), .footer-nav__item:has(.nav-link--site) {
  display: none;
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  padding: 1em;
}
.footer-nav__link::after {
  content: "";
  display: block;
  height: 0.5em;
  aspect-ratio: 2/1;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center right/auto 100%;
          mask: url(../img/common/arrow.svg) no-repeat center right/auto 100%;
  background-color: var(--color-white);
  margin-right: 1em;
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-green);
}
.footer-nav__sub-item {
  background: var(--color-mos);
}
.footer-nav__sub-link {
  font-size: var(--font-size-sm);
  line-height: 2;
  padding: 1em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 2rem;
}
.copy p {
  letter-spacing: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 9rem;
  right: 0;
  bottom: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  left: 1rem;
  bottom: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(175vw - 10rem);
}
.visual__main #slideshow li .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 8.8889vw 5%;
}
.visual__main #slideshow li.slide01 .visual__catch--main::before {
  height: 6.4em;
  margin-bottom: 2em;
}
.visual__main #slideshow li.slide01 .visual__catch--main .main {
  line-height: 1.48149;
  margin-block: calc((1em - 1lh) / 2);
}
.visual__main #slideshow li.slide01 .visual__catch--main .main::after {
  width: 20vw;
  bottom: -8vw;
  left: -5vw;
}
.visual__main #slideshow li.slide01 .visual__catch--main::after {
  height: 1.5em;
}
.visual__main #slideshow li.slide02 .visual__catch--main .main::after {
  width: 20vw;
  bottom: -4vw;
  right: -8vw;
}
.visual__main #slideshow li.slide03 .visual__catch--main .main::after {
  width: 12vw;
  bottom: -6vw;
  right: -8vw;
}
.visual__main #slideshow li.slide04 .visual__catch--main .main::after {
  width: 20vw;
  bottom: -2vw;
  left: -10vw;
  transform: rotate(-10deg);
}
.visual__image {
  width: 90%;
}
.visual__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual__image::before {
  width: calc(100% + 1.2rem);
  height: calc(100% + 1.2rem);
  background-size: 10vw;
}
.visual__catch--main {
  width: 80vw;
  font-size: 2.6666667vw;
  margin-block: auto;
}
.visual__catch--main .label {
  font-size: 2em;
  padding-top: 0.4em;
  padding-bottom: 1.5em;
  margin-bottom: 0.75em;
}
.visual__catch--main .sub {
  width: 100%;
  font-size: 2em;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
.visual__catch--main .main {
  font-size: 2.25em;
}
.visual__catch--main::after {
  height: 0.75em;
  margin-top: 2.5em;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 24rem;
}
.visual__catch--sub {
  min-width: 10em;
  max-width: 90%;
  height: 3.5em;
  font-size: var(--font-size-h3);
  border-width: 0.75em;
  padding-inline: 1em;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 1.5rem;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8.8rem;
}

.inbox {
  width: 88%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1rem;
}
.com-tel__num {
  font-size: var(--font-size-h2);
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
}

/*ボタン
-----------------------------*/
.com-btn {
  height: 6rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-btn::before {
  height: 1em;
}
.com-btn:not(.com-btn--window)::before {
  height: 0.75em;
  aspect-ratio: 24/12;
}

.com-link {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-link > span {
  font-size: calc(1em - 1px);
}
.com-link::before {
  height: 0.75em;
  aspect-ratio: 24/12;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th {
  padding: 1.25em 0;
}
.com-table tr td {
  padding: 1.25em 0;
}
.com-table--noblock tr th {
  width: 8em;
}
.com-table:not(.com-table--noblock) tr th {
  padding-bottom: 0.75em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__link {
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}
.com-post__image {
  width: 8rem;
}
.com-post__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__inner {
  padding: 1.2rem;
  row-gap: 1.2rem;
  font-size: var(--font-size-sm);
}
.com-post__date {
  width: 7em;
}

/* バナー
-----------------------------*/
.com-bnr {
  padding: 1.5rem;
  margin-top: 10rem;
}
.com-bnr::after {
  width: calc(100% + 4rem);
  max-width: 48rem;
  height: 7.2rem;
  left: 50%;
  top: 5rem;
  transform: translateX(-50%);
}
.com-bnr__image {
  margin-top: 2rem;
}
.com-bnr__image img {
  aspect-ratio: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-bnr__inner {
  padding-top: 4rem;
}
.com-bnr__heading .label {
  height: 6.8rem;
  top: -2rem;
}
.com-bnr__heading img {
  height: 6rem;
}
.com-bnr__btn {
  height: 5.6rem;
  margin-top: 3rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 4rem;
}
.com-title01::after {
  height: 1.5rem;
  margin-top: 2rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
.com-title03 > span {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

/*===============================================
  トップページ
===============================================*/
/*カテゴリーから選ぶ
-----------------------------*/
.top-category::before {
  width: 100%;
  height: 100%;
}
.top-category__title {
  padding-top: 6rem;
}
.top-category__title::before {
  width: 38rem;
  height: 6rem;
}
.top-category__title img {
  height: 2.4rem;
}
.top-category__links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
.top-category__link {
  width: calc(50% - 1.5rem);
}
.top-category__heading {
  width: 16rem;
  aspect-ratio: 160/115;
  font-size: var(--font-size-h5);
  margin: 0 auto 1.5rem;
}
.top-category__image img {
  width: 15rem;
  aspect-ratio: 150/90;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-category__txt {
  margin-top: 2rem;
}

/*洋菓子専門店
「ルラシオンデュクール アミエル」の
スイーツを全国にお届け
-----------------------------*/
.top-about::before {
  display: none;
}
.top-about__title {
  padding-top: 5rem;
}
.top-about__title::before {
  width: 32rem;
  height: 5.6rem;
}
.top-about__title img {
  height: 9rem;
}
.top-about__inner::after {
  width: 20vw;
  aspect-ratio: 120/192;
  top: calc(100% + 3rem);
  right: 1.5rem;
}
.top-about__images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  -moz-column-gap: 2.5vw;
       column-gap: 2.5vw;
  padding-top: 8rem;
}
.top-about__image {
  width: 46%;
}
.top-about__image img {
  aspect-ratio: 0.8;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image--center {
  margin-left: auto;
  margin-block: -24.75vw;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding-top: 0;
}
.top-bnr__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.top-bnr__item {
  aspect-ratio: 1/2;
  width: 100%;
  max-height: 42rem;
}
.top-bnr__inner {
  width: 80%;
  aspect-ratio: 220/235;
}
.top-bnr__inner::before {
  height: 4vw;
  top: 3vw;
}
.top-bnr__heading {
  font-size: 3.55556vw;
  row-gap: 0.5em;
}
.top-bnr__heading .en {
  font-size: 1.875em;
}
.top-bnr__heading .ja {
  font-size: 0.875em;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 3.2rem 0 6.4rem;
}
.top-news::before {
  width: 95vw;
  background-size: 3.6rem, 3.6rem, 3.6rem, 3.6rem, auto;
}
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  width: 80%;
  gap: 4rem 2rem;
}
.top-news__title {
  padding-top: 4rem;
  margin-bottom: 0;
}
.top-news__title::before {
  width: 18rem;
  height: 4.2rem;
}
.top-news__title img {
  height: 2.4rem;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
}

/*営業日カレンダー
-----------------------------*/
.top-calendar__title {
  padding-top: 5.6rem;
}
.top-calendar__title::before {
  width: 32rem;
  height: 6.4rem;
}
.top-calendar__title img {
  height: 6rem;
}
.top-calendar__item {
  margin-bottom: 8rem;
}
.top-calendar__item:last-of-type {
  margin-bottom: 0;
}
.top-calendar__heading {
  row-gap: 2rem;
  margin-bottom: 3rem;
}
.top-calendar__heading .en img {
  height: 1.5rem;
}
.top-calendar__heading .ja img {
  height: 2.4rem;
}
.top-calendar__heading .ja::before {
  width: calc(100% + 18rem);
  height: 2rem;
}
.top-calendar__box {
  aspect-ratio: 4/5;
}
.top-calendar__btn {
  margin-top: 2rem;
}

/*===============================================
  ランキング
===============================================*/
/*人気ランキングTOP5
-----------------------------*/
.ranking-list__title {
  padding-top: 7rem;
}
.ranking-list__title::before {
  width: 36rem;
  height: 7.2rem;
}
.ranking-list__items {
  padding-top: 5rem;
}
.ranking-list__item {
  padding: 4rem 2.4rem 3.6rem;
  margin-bottom: 6rem;
}
.ranking-list__num {
  width: 6.4rem;
  font-size: var(--font-size-base);
  letter-spacing: 0.02em;
  padding-bottom: 3.2rem;
  top: -1.2rem;
  left: 1rem;
}
.ranking-list__num span {
  font-size: 1.5em;
}
.ranking-list__heading {
  padding-inline: 5rem;
}
.ranking-list__image {
  margin-bottom: 2rem;
}
.ranking-list__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ranking-list__price {
  padding: 1.5rem;
}
.ranking-list__price:has(+ .ranking-list__body) {
  margin-bottom: 3rem;
}
.ranking-list__price dt {
  margin-bottom: 0.8rem;
}
.ranking-list__price dd {
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-bottom: 1.2rem;
}

/*===============================================
  当店について
===============================================*/
/*アミエルの3つのこだわり
-----------------------------*/
.about-point__title {
  padding-top: 4.8rem;
}
.about-point__title::before {
  width: 38rem;
  height: 5rem;
}
.about-point__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}
.about-point__item:last-of-type {
  margin-bottom: 0;
}
.about-point__num {
  font-size: var(--font-size-xs);
  row-gap: 0.2rem;
}
.about-point__num::after {
  font-size: 2.5em;
}
.about-point__heading {
  align-self: center;
}
.about-point__image {
  grid-column: span 2;
}
.about-point__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-point__body {
  grid-column: span 2;
}
.about-point__btn {
  height: 7rem;
  font-size: var(--font-size-h6);
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-top: 5rem;
}
.about-point__btn > span {
  font-size: 0.85em;
}

/*シェフのイチオシスイーツ
-----------------------------*/
.about-recommend__title {
  padding-top: 8rem;
}
.about-recommend__title::before {
  width: 45rem;
  max-width: 105vw;
  height: 7.2rem;
}
.about-recommend__item {
  margin-bottom: 4rem;
}
.about-recommend__item:last-of-type {
  margin-bottom: 0;
}
.about-recommend__item--macaron::after {
  width: 18vw;
  top: 5vw;
  left: 0;
}
.about-recommend__item--macaron .about-recommend__image {
  aspect-ratio: 3/2;
}
.about-recommend__item--madeleine::after {
  width: 15vw;
  top: 20vw;
  left: 2rem;
  transform: rotate(-24deg);
}
.about-recommend__item--amielle::after {
  width: 24vw;
  top: 32vw;
  left: 0;
}
.about-recommend__image {
  aspect-ratio: 1;
  width: 70vw;
  margin-right: -6vw;
  margin-left: auto;
  margin-bottom: -25vw;
}
.about-recommend__heading {
  row-gap: 2.4rem;
  word-break: keep-all;
  margin-bottom: 4rem;
  -webkit-text-stroke: 0.2rem rgba(240, 232, 223, 0.8);
  paint-order: stroke;
}
.about-recommend__heading .sub {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  letter-spacing: var(--letter-spacing-base);
}
.about-recommend__heading .main {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}

/*===============================================
  店舗案内
===============================================*/
/*ギャラリー
-----------------------------*/
.info-gallery__title {
  padding-top: 7rem;
}
.info-gallery__title::before {
  width: 28rem;
  height: 7.2rem;
}
.info-gallery__images {
  gap: 1.2rem;
}
.info-gallery__image {
  width: calc(33.33334% - 0.8rem);
}
.info-gallery__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-gallery__image--big {
  width: calc(50% - 0.6rem);
}
.info-gallery__image--big img {
  aspect-ratio: 5/4;
}

/*カフェスペースあります
-----------------------------*/
.info-cafe {
  padding-top: 6.4rem;
}
.info-cafe__title {
  padding-top: 7rem;
}
.info-cafe__title::before {
  width: 36rem;
  height: 6.4rem;
}
.info-cafe__image {
  width: 80vw;
  margin-left: -6vw;
  margin-bottom: 3rem;
}
.info-cafe__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-cafe__text {
  margin-block: calc((1em - 1lh) / 2);
}
.info-cafe__text br {
  display: none;
}
.info-cafe__menu {
  row-gap: 2.4rem;
  padding-bottom: 3rem;
  margin-top: 4rem;
}
.info-cafe__menu::after {
  width: 12rem;
  right: 2rem;
  bottom: 2rem;
}
.info-cafe__menu dd {
  padding-inline: 2rem;
}
.info-cafe__menu .ttl {
  padding: 1.6rem 3rem 1.6rem 1.5rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.2rem) 50%, 100% 100%, 0 100%);
  transform: translateX(-1rem);
}
.info-cafe__menu .list {
  line-height: 1.5;
}
.info-cafe__menu .list p {
  margin-bottom: 1rem;
}
.info-cafe__menu .list p:last-of-type {
  margin-bottom: 0;
}

/*店舗概要
-----------------------------*/
.info-shop__title {
  padding-top: 5.2rem;
}
.info-shop__title::before {
  width: 36rem;
  height: 6.4rem;
}
.info-shop__map {
  height: 32rem;
  margin-top: 4rem;
}

/*===============================================
  求人案内
===============================================*/
/*販売員・パティシエ募集中
-----------------------------*/
.recruit-about__inner::after {
  width: 8rem;
  right: -1rem;
  bottom: -12rem;
}
.recruit-about__image {
  margin-bottom: 3rem;
}
.recruit-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*募集要項
-----------------------------*/
.recruit-info__title {
  padding-top: 5.2rem;
}
.recruit-info__title::before {
  width: 36rem;
  height: 6.4rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}
.sitemap-list__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 3rem;
}
.sitemap-list__sub-link {
  text-align: center;
  font-size: var(--font-size-sm);
  line-height: 1.5;
  padding: 1em 0;
}

/*===============================================
  404エラー
===============================================*/