@charset "utf-8";

:root {
  /* 色管理用の変数 */
  --black-color: #371e0f;
  --white-color: #fff;
  --brown-color: #623013;
  --brown-color02: #ddc6ab;
  --primary-color: #f2eee2;
  --accent-color: #126a3b;
}

:root {
  /* コンテンツ幅管理用の変数 */
  --content-width-sm: 760px;
  --content-width: 960px;
  --content-width-lg: 1088px;
}

:root {
  /* z-index管理用の変数 */
  --z-index-back: -1;
  --z-index-default: 1;
  --z-index-page-top: 50;
  --z-index-header: 100;
  --z-index-menu: 150;
}

/* ---------- base ---------- */
html {
  height: 100%;
  background-color: var(--primary-color);
  font-size: 62.5%;
}

body {
  color: var(--black-color);
  font-size: 1.6rem;
  font-family: "Julius Sans One", sans-serif;
  font-family: "Kaisei Opti", serif;
  font-family: "Kiwi Maru", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  height: 100%;
  line-height: 1.75;
}

.wrap_original {
  overflow: hidden;
}

/* ---------- utility ---------- */

/* ---------- layout ---------- */

.l_contents {
  margin-bottom: 100px;
}

@media screen and (min-width: 1080px) {
  .l_container-lg {
    width: 100%;
    margin: 0 auto;
  }
}

.l_container-sm {
  max-width: calc(var(--content-width-sm) + 32px);
}

.l_container {
  max-width: calc(var(--content-width) + 32px);
}

.l_container-lg {
  max-width: calc(var(--content-width-lg) + 32px);
}

.l_header {
  height: 80px;
  width: 100%;
  background-color: rgba(242, 238, 226, 0.5);
  padding: 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: var(--z-index-menu);
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1080px) {
  .l_header {
    height: 128px;
  }
}

.l_header-nav {
  display: none;
}

@media screen and (min-width: 1080px) {
  .l_header-nav {
    display: inline-block;
  }
}

@media screen and (min-width: 1080px) {
  .l_header-nav_item {
    font-family: Kiwi Maru;
  }
}

@media screen and (min-width: 1080px) {
  .l_header-nav_list {
    display: flex;
  }
}

.l_header-nav_link {
  writing-mode: vertical-rl;
  line-height: 3;
  font-size: 1.7rem;
}

.l_header-logo {
  width: 100%;
}

.l_header-logo {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.l_header-logo::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.l_header-logo img {
  position: absolute;
  top: 55%;
  left: 25%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

@media screen and (min-width: 1080px) {
  .l_header-logo img {
    left: 50%;
  }
}

.l_main {
  width: 100%;
}

/* ---------- module ---------- */

.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 1080px) {
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #371e0f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.hamburger-menu__bar:first-child {
  top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

.hamburger-menu__bar:last-child {
  top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

@media screen and (max-width: 1080px) {
  .navigation {
    display: none;
    background: #371e0f;
    position: absolute;
    top: 70px;
    right: 0;
    width: 300px;
    z-index: 9999;
  }
  .navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .navigation__list-item {
    border-bottom: solid 1px #474747;
  }

  .navigation__list-item:first-child {
    border-top: solid 1px #474747;
  }

  .navigation__link {
    color: #fff;
    font-family: Kiwi Maru;
    font-size: 1.7rem;
    text-decoration: none;
    display: block;
    padding: 16px 0;
    transition: 0.5s;
  }
}

@media screen and (min-width: 1080px) {
  .navigation__link {
    writing-mode: vertical-rl;
    margin: 18px;
    font-family: kiwi Maru;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1080px) {
  .navigation {
    display: block;
    background: none;
    position: absolute;
    top: 5px;
    right: 0;

    z-index: 0;
  }
}

@media screen and (min-width: 1080px) {
  .navigation__list {
    display: flex;
  }
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    color: var(--accent-color);
  }
}

/* ---------- .footer ---------- */
/* 半透明の背景要素を追加 */
footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(244, 236, 218, 0.3);
  z-index: -1;
}

footer {
  font-family: Kiwi Maru;
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2rem;
  height: 100%;
  background: url(../img/footer-cp.jpg) no-repeat bottom / contain;
  background-size: cover;
  background-position: center, center;
  position: relative; /* 要素の重なりを設定 */
}

footer ul {
  padding: 0;
  list-style: none;
}

footer a {
  color: #060606;
  text-decoration: none;
}

footer a:hover {
  color: #000;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

address {
  font-style: normal;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.footer__navi-heading {
  font-weight: 600;
}

.footer__logo-link {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer__logo-img-wrapper {
  width: 123px;
}
.footer__logo-img {
  width: 100%;
}

.footer__navi li {
  margin-bottom: 0.75rem;
}

.footer__address {
  margin-bottom: 2rem;
}

.footer__address a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer__address a {
    text-decoration: none;
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  .lg-flex {
    display: flex;
  }
}

.copyright {
  text-align: center;
}

/* ---------- .decoration ---------- */

.m_kv-box {
  position: relative;
  width: 100%;
  padding: 32px 16px;
}

@media screen and (min-width: 1080px) {
  .m_kv-box {
    padding-top: 88px;
  }
}

.m_kv-box_img-wrapper {
  height: 200px; /* 画像の元の高さ */
  overflow: hidden; /* 余分な部分を隠す */
  /* 以下のプロパティを追加 */
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1080px) {
  .m_kv-box_img-wrapper {
    height: 300px;
  }
}

.m_kv-box_img {
  filter: brightness(90%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 5px double #fff4e4;
  outline-offset: -15px;
  /* ここ画像ゆがむ */
}

.m_kv-title {
  position: absolute;
  color: #fff;
  font-family: Julius Sans One;
  font-size: 3.2rem;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.m_kv-title-sub {
  position: absolute;
  color: #fff;
  font-family: Kaisei Opti;
  font-size: 1.8rem;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  margin: 0;
  padding: 0;
}

/* -------------------------- */
/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(150px);
  }
}

/*画像の切り替えと動き*/
#page-top a {
  /*aタグの形状*/
  display: block;
  width: 80px;
  height: 80px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  /*背景画像の指定*/
  background: url("../img/top1.png") no-repeat center;
  background-size: contain;
}

#page-top.floatAnime a {
  width: 80px;
  height: 80px;
  /*背景画像の指定*/
  background: url("../img/top2.png") no-repeat center;
  background-size: contain;
  /*アニメーションの指定*/
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}

.shop-comment {
  color: #371e0f;
  font-family: Kiwi Maru;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 80%;
  padding-bottom: 34px;
  padding-left: 10vw;
}

@media screen and (min-width: 1080px) {
  .shop-comment {
    font-size: 1.8rem;
  }
}

.giftbox_img-wrapper {
  text-align: center;
}

.giftbox_img {
  width: 343px;
  height: 100%;
}

.l_container {
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .cream_puff-items {
    padding: 0 100px;
  }
}

.cream_puff-box {
  padding: 0 16px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.cream_puff-comment {
  color: #371e0f;
  font-family: Kiwi Maru;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cream_puff-comment {
    font-size: 2rem;
  }
}

.cream_puff-img-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}

.cream_puff-img {
  opacity: 0.6;
  width: 100%;
}

.cream_puff_ribbon_img-wrapper {
  margin-bottom: 30px;
  text-align: center;
}

.cream_puff_ribbon_img {
  max-width: 50%;
}

/* ---------------------------------- */

.crisp-background_img,
.cookie-background_img {
  max-height: 420px;
}

.crisp-description {
  position: relative;
}

.cookie-description {
  position: relative;
}

.cream_puff-text {
  position: absolute;
  left: 10%;
  top: 35%;
  padding: 0 16px;
}

.cream_puff-title {
  font-weight: bold;
}

.cream_puff-title,
.cream_puff-price {
  color: #371e0f;
  font-family: Kaisei Opti;
  font-size: 1.6rem;
  padding-bottom: 8px;
}

@media screen and (min-width: 520px) {
  .cream_puff-price {
    padding-bottom: 24px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .cream_puff-title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1080px) {
  .cream_puff-title {
    font-size: 2.4rem;
  }
}

.cream_puff-detail {
  color: #371e0f;
  font-family: Kiwi Maru;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .cream_puff-detail {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1080px) {
  .cream_puff-detail {
    font-size: 2rem;
  }
}
.crisp-text::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 143px; /*画像の幅*/
  height: 111px; /*画像の高さ*/
  background-image: url(../img/DSC_0077-Edit.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 7%;
  bottom: 90%;
}

.cookie-text::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 143px; /*画像の幅*/
  height: 111px; /*画像の高さ*/
  background-image: url(../img/cookie.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  transform: rotate(15deg);
  right: 0;
  bottom: 100%;
  right: 5%;
}

@media screen and (min-width: 768px) {
  .crisp-text::before {
    bottom: -10%;
    width: 247px;
    height: 255px;
  }
}

@media screen and (min-width: 1080px) {
  .crisp-text::before {
    bottom: -10%;
    width: 346px;
    height: 357px;
  }
}
@media screen and (min-width: 768px) {
  .cookie-text::before {
    bottom: 0;
    width: 247px;
    height: 255px;
  }
}

@media screen and (min-width: 1080px) {
  .cookie-text::before {
    right: 5%;
  }
}

/* ---------------------------------- */

.page_comment {
  text-align: center;
  color: #371e0f;
  text-align: center;
  font-family: Kiwi Maru;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  margin: 48px 0;
}

@media screen and (min-width: 1080px) {
  .page_comment {
    font-size: 2rem;
  }
}
