/*----------------------------------------
  Modern css reset (2021.1.18)
----------------------------------------*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* breakpoints */

/*=======================================
/  Common
/=======================================*/

html {
  background: #f8e4d7;
}

body {
  color: #132e36;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Shippori Mincho B1", serif;
}

a {
  color: #d12419;
  text-decoration: none;
  outline: none;
}

/* common -----------------*/

/* core -----------------*/

body {
  overflow-x: hidden;
}

/* welcom
=========================================*/

.welcome_wrap {
  background: #dfcebe;
  position: relative;
  padding: 1rem 1.5rem 0.5rem;
}

.welcome_title {
  width: 100%;
  margin-bottom: 0.5rem;
}

.welcome_title img {
  position: absolute;
  width: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.welcome_logo {
  width: 100%;
  margin: 0.5rem 0 0;
}

.welcome_logo img {
  width: 80px;
  margin: 0 auto;
}

.welcome_left,
.welcome_right {
  display: none;
}

.welcome {
  margin: 0 auto;
  padding-top: 1rem;
}

.welcome_img {
  width: 96%;
  margin: 0 auto;
}

.welcome_img.sp img {
  border-radius: 100% 100% 8% 8% / 80% 80% 4% 4%;
  border: 2px solid #decda1;
}

.welcome_img.pc {
  display: none;
}

.welcome_wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin: 1em auto 0;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.welcome_wrap nav li {
  width: 50%;
  list-style: none;
  padding: 0;
  margin-bottom: 0.5rem;
}

.welcome_wrap nav li a {
  padding: 0;
  color: #132e36;
  border-bottom: 4px solid #9f1f16;
}

.welcome_santa,
.welcome_snowman {
  position: absolute;
  bottom: 3rem;
}

.welcome_santa {
  left: 4%;
}

.welcome_snowman {
  right: 4%;
}

.welcome_msg {
  display: none;
}

/* menu
=========================================*/

.menu_wrap {
  padding: 2rem 0 3rem;
}

.menu_navi {
  width: calc(100% - 2rem);
  margin: 0 auto 1rem;
}

.menu_navi h2 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu_list_detail {
  width: calc( (100% - 3rem) / 3);
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.menu_list_detail img {
  border-radius: 50%;
  border-radius: 100% 100% 88% 88% / 88% 88% 80% 80%;
  border: 2px solid #decda1;
}

.menu_list_detail::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border-top: solid 4px #d12419;
  border-right: solid 4px #d12419;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu_list_detail a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}

/* lineup
=========================================*/

.lineup {
  max-width: 1200px;
  margin: 0 auto;
}

.gateau {
  position: relative;
  margin-bottom: 4rem;
}

.gateau_img img {
  width: 100%;
  border-radius: 50% 0 0 50%/ 50% 0 0 50%;
}

.gateau_info {
  padding: 1rem;
  z-index: 1000;
}

.gateau_info .gateau_number {
  position: absolute;
  font-size: 4rem;
  top: -54px;
  z-index: 100;
  font-weight: 700;
  color: #9f1f16;
  opacity: 0.9;
}

.gateau_info .gateau_name {
  position: absolute;
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 2rem;
  top: 2rem;
  width: auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  text-align: center;
  color: #9f1f16;
}

.gateau_info h2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.6em;
  color: #d12419;
}

.gateau_info .gateau_detail {
  padding: 0 1rem 1rem;
}

.gateau_info .gateau_data p {
  text-align: right;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.gateau_info .gateau_data .price {
  font-size: 20px;
}

.gateau_info .gateau_data .tax_sm {
  font-size: 75%;
  padding-left: 4px;
}

.gateau_info .gateau_slice {
  width: 100%;
  margin: 0 auto;
}

.gateau_info .gateau_slice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  position: relative;
}

.gateau_info .gateau_slice .slice_img,
.gateau_info .gateau_slice .slice_detail {
  width: 50%;
}

.gateau_info .gateau_slice .slice_img img {
  border-radius: 36% 43% 41% 32% / 33% 33% 34% 53%;
  border: 2px solid #decda1;
}

.gateau_info .gateau_slice .slice_img::after {
  border-radius: 36% 43% 41% 32% / 33% 33% 34% 53%;
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #beccd2;
  opacity: 0.2;
  z-index: -1;
  -webkit-transform: rotate(10deg) translateX(10px);
  transform: rotate(10deg) translateX(10px);
}

.gateau_info .gateau_slice .slice_detail {
  padding: 0.5rem;
  padding-left: 1rem;
  font-size: 16px;
  color: #988a40;
}

.gateau_info ul {
  margin: 0 auto 0;
  padding: 0;
}

.gateau_info li {
  display: inline-block;
  list-style: none;
  background: #decda1;
  color: #132e36;
  border: 1px solid #beccd2;
  padding: 0.25rem 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  margin-right: 0.25rem;
  border-radius: 4px;
}

.gateau_info li:first-child {
  margin-left: 0;
}

.gateau_info li:last-child {
  margin-right: 0;
}

.gateau:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gateau:nth-child(2n) ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gateau:nth-child(2n) .gateau_img img {
  border-radius: 0 50% 50% 0 / 0 50% 50% 0;
}

.gateau:nth-child(2n) .slice_img::after {
  -webkit-transform: rotate(-10deg) translateX(-10px);
  transform: rotate(-10deg) translateX(-10px);
}

.gateau:nth-child(2n) .gateau_number,
.gateau:nth-child(2n) .gateau_name {
  right: 1rem;
}

/* order
=========================================*/

.order_wrap {
  background: #e6dbd4;
  padding: 3rem 0;
  text-align: center;
}

.order_wrap h2 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin-bottom: 1rem;
}

.order {
  border-radius: 1em;
  padding: 2em 1em;
  background: #fffcf7;
}

.order b {
  color: #9f1f16;
}

.order .ticket {
  margin-bottom: 1rem;
}

.order .reserve_shop .order_step {
  margin: 1em auto 0.5em;
}

.order .reserve_shop .order_step .reserve,
.order .reserve_shop .order_step .receipt {
  border-radius: 9px;
  font-weight: bold;
  color: #fffcf7;
  line-height: 1;
  padding: 1em 0;
}

.order .reserve_shop .order_step .reserve {
  position: relative;
  display: block;
  background: #132e36;
}

.order .reserve_shop .order_step .receipt {
  background: #9f1f16;
}

.order .reserve_shop .order_step .reserve_detail,
.order .reserve_shop .order_step .receipt_detail {
  padding: 0.5em 1em;
}

.order .reserve_shop .order_step .reserve_detail ul,
.order .reserve_shop .order_step .receipt_detail ul {
  margin: 0;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
}

.order .reserve_shop .order_step .reserve_detail li::marker {
  color: #3b4b6c;
}

.order .reserve_shop .order_step .receipt_detail li::marker {
  color: #9f1f16;
}

.order .reserve_shop .shop {
  width: 88%;
  margin: 1rem auto 0;
  padding: 64px 1em 1.5em;
  border: 1px solid #cfa254;
  border-radius: 1em;
  background: #decda1;
  position: relative;
}

.order .reserve_shop .shop::before {
  content: '';
  position: absolute;
  width: 54px;
  height: 50px;
  background-image: url(images/santabag.png);
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 1em;
}

.order .reserve_shop .ordernote {
  width: 80%;
  margin: 1.5rem auto 0;
  font-size: 88%;
}

.order .reserve_shop .ordernote ul {
  margin: 0;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
}

.order .reserve_shop .ordernote li::marker {
  color: #decda1;
}

/* footer
=========================================*/

footer {
  background: #dfcebe;
  padding: 2.5rem 0 2rem;
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #3b4b6c;
}

footer .logo {
  width: 160px;
  margin: 0 auto;
}

footer .copy {
  color: #132e36;
  font-family: "EB Garamond", serif;
  font-size: 16px;
}

/* smooth */

html {
  scroll-behavior: smooth;
}

.pagetop {
  height: 50px;
  width: 50px;
  margin: 0 auto 1rem;
  border: solid 2px #9f1f16;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #9f1f16;
  border-right: 3px solid #9f1f16;
  -webkit-transform: translateY(20%) rotate(-45deg);
  transform: translateY(20%) rotate(-45deg);
}

/* sold */

.menu_list .sold img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.menu_list .sold::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url(images/soldout_mini.png);
  z-index: 50;
  left: 50%;
  top: calc(50% - 8px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}

.menu_list .few img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.menu_list .few::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(images/few.png);
  z-index: 50;
  left: 50%;
  top: calc(50% + 24px);
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
  transform: translate(-50%, -50%) rotate(-5deg);
  background-size: cover;
}

.lineup .sold .gateau_number {
  color: transparent;
  -webkit-text-stroke: 1px #aaa;
  text-stroke: 1px #aaa;
}

.lineup .sold .gateau_name {
  color: #aaa;
}

.lineup .sold::after {
  z-index: 3000;
  border-color: #ddd;
}

.lineup .sold .gateau_img::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  margin: 0 auto;
  background: #fff;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  z-index: 1500;
  opacity: 0.72;
}

.lineup .sold .gateau_img::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3000;
  background-image: url(images/soldout.png);
  background-size: cover;
}

.lineup .few .gateau_img::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 64vw;
  -webkit-transform: translateX(-50%) rotate(-5deg);
  transform: translateX(-50%) rotate(-5deg);
  z-index: 3000;
  background-image: url(images/few.png);
  background-size: cover;
}

.notice {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 880px;
  margin: 2rem auto 0;
  padding: 2em;
  border-radius: 1em;
  background-color: #fffcf7;
  border: 1px solid #beccd2;
}

.notice p {
  margin-bottom: 0.5em;
}

.notice p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .welcome_wrap {
    padding: 2rem 0 2rem;
  }

  .welcome_title img {
    position: static;
    margin: 0 auto 1em;
    -webkit-transform: none;
    transform: none;
  }

  .welcome_logo img {
    width: 100px;
  }

  .welcome_left,
  .welcome_right {
    display: block;
  }

  .welcome_left img,
  .welcome_right img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto;
  }

  .welcome_right img {
    left: auto;
    right: 24px;
  }

  .welcome {
    margin: 0 auto;
    padding: 0;
  }

  .welcome_img {
    width: 64%;
  }

  .welcome_img.sp {
    display: none;
  }

  .welcome_img.pc {
    display: block;
  }

  .welcome_img.pc img {
    border-radius: 27% 54% 17% 50% / 56% 36% 35% 34%;
    border: 2px solid #decda1;
  }

  .welcome_wrap nav {
    width: 400px;
    margin-bottom: 1rem;
  }

  .welcome_santa {
    left: 20%;
  }

  .welcome_snowman {
    right: 20%;
  }

  .welcome_msg {
    position: relative;
    display: block;
  }

  .welcome_msg .welcome_txt {
    position: absolute;
    top: 160px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
  }

  .welcome_msg .welcome_txt .jp {
    margin: 2rem 0;
    font-size: 16px;
  }

  .welcome_msg nav {
    position: absolute;
    bottom: 3rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  .welcome_msg nav li {
    list-style: none;
    padding: 0;
    margin-bottom: 0.5rem;
  }

  .welcome_msg nav li a {
    padding: 0;
    border-bottom: 4px solid #decda1;
  }

  .menu_navi {
    width: calc(100% - 40px);
    max-width: 935px;
  }

  .menu_list_detail {
    width: calc( 100% / 6);
  }

  .order .reserve_shop .order_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order .reserve_shop .order_step .reserve {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order .reserve_shop .order_step .receipt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order .reserve_shop .order_step .reserve_detail {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order .reserve_shop .order_step .receipt_detail {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order .reserve_shop .order_step .reserve,
  .order .reserve_shop .order_step .receipt,
  .order .reserve_shop .order_step .reserve_detail,
  .order .reserve_shop .order_step .receipt_detail {
    width: 50%;
  }

  .order .reserve_shop .order_step .reserve {
    border-radius: 9px 0 0 9px;
  }

  .order .reserve_shop .order_step .reserve::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5em 0 1.5em 1.5em;
    border-color: transparent transparent transparent #132e36;
    top: 50%;
    margin-top: -1.5em;
    right: -1.5em;
    z-index: 2;
  }

  .order .reserve_shop .order_step .receipt {
    border-radius: 0 9px 9px 0;
  }

  .order {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
  }

  .order .reserve_shop .order_step {
    width: 88%;
  }

  .order .reserve_shop .order_step_detail {
    width: 88%;
  }

  .order .shop_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }

  .order .shop_wrap .shop {
    width: calc(100% / 3);
  }

  footer::before,
  footer::after {
    height: 230px;
  }

  .menu_list .sold::before {
    width: 140px;
    height: 140px;
  }

  .menu_list .few::before {
    width: 140px;
    height: 140px;
  }

  .lineup .sold .gateau_img::after {
    width: 400px;
    height: 400px;
  }

  .lineup .few .gateau_img::after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 640px) and (min-width: 768px) {
  .welcome_msg nav {
    font-size: 22px;
    bottom: 10%;
  }
}

@media screen and (min-width: 640px) and (min-width: 960px) {
  .welcome_msg nav {
    font-size: 23px;
    bottom: 14%;
  }
}

@media screen and (min-width: 640px) and (min-width: 1200px) {
  .welcome_msg nav {
    font-size: 24px;
    bottom: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .gateau {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gateau::before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fffcf7;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    z-index: -100;
    border-radius: 25% / 50%;
  }

  .gateau::after {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 3px solid #decda1;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border-radius: 25% / 50%;
  }

  .gateau_img {
    width: 50%;
  }

  .gateau_img img {
    width: auto;
  }

  .gateau_info {
    width: calc(50% - 11px);
    padding: 3rem 2rem;
  }

  .gateau_info .gateau_number {
    font-size: 6rem;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .gateau_info .gateau_name {
    font-size: 2rem;
    width: 50%;
    left: 50%;
    -webkit-transform: rotate(-5deg) translateX(-50%);
    transform: rotate(-5deg) translateX(-50%);
  }

  .gateau_info h2 {
    font-size: 1.8em;
    text-align: left;
  }

  .gateau_info .gateau_slice {
    width: 88%;
  }

  .gateau_info .gateau_slice .slice_detail {
    padding: 1rem 1rem 1rem 2rem;
  }

  .gateau_info li {
    margin-right: 0.5rem;
  }

  .gateau:nth-child(2n) .gateau_info {
    padding: 3rem 0 3rem 4rem;
  }

  .gateau:nth-child(2n) .gateau_number,
  .gateau:nth-child(2n) .gateau_name {
    right: auto;
  }

  footer::before,
  footer::after {
    height: 245px;
  }
}

@media screen and (min-width: 960px) {
  .welcome_santa {
    left: 30%;
  }

  .welcome_snowman {
    right: 30%;
  }
}

@media screen and (min-width: 1200px) {
  footer::before,
  footer::after {
    height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}