@charset "UTF-8";
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

/* Form Reset */
input[type=text],
input[type=email],
input[type=date],
input[type=tel],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* Border Box */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ClearFix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* Reset */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Fonts */
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  color: #333;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* Footer */
.foot {
  color: #333;
  background-color: #e6e6e6;
  padding: 50px 0;
  margin-top: 200px;
  text-align: center;
}

.sns {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: 246px;
}
.sns > li {
  flex: 1;
}

.iwataya-logo {
  width: 240px;
  margin: 60px auto 0;
}

.teiban-logo {
  width: 350px;
  margin: 40px auto 0;
}
.teiban-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.teiban-logo a__text {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
.teiban-logo__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-top: 1em;
  text-align: center;
}

.foot-date {
  width: fit-content;
  margin: 0 auto;
  padding: 28px 0;
}
.foot-date.is-first {
  position: relative;
}
.foot-date.is-first::after {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #666666;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.foot-date__head {
  font-size: 19px;
  text-align: center;
  line-height: 1.58;
  font-feature-settings: "palt";
}
.foot-date__head span {
  font-weight: 700;
}
.foot-date__head__note {
  font-size: 15px;
}
.foot-date__body {
  font-size: 13px;
  line-height: 1.69;
  margin-top: 15px;
}
.foot-date__body li {
  display: flex;
}
.foot-date__body__day {
  white-space: nowrap;
}
.foot-date__note {
  margin-top: 20px;
  font-size: 12px;
}

.tel {
  width: fit-content;
  margin: 20px auto 0;
  text-align: center;
  font-feature-settings: "palt";
  position: relative;
}
.tel__num {
  font-size: 37px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
}
.tel__follow {
  font-family: "Noto Serif JP", serif;
}
.tel__note {
  font-size: 14px;
  margin-top: 10px;
}

.foot-bottom {
  font-size: 11px;
  text-align: center;
  margin-top: 50px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  background-color: #fff;
}

main {
  overflow: hidden;
}

#js-loading {
  position: fixed;
  z-index: 110;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  color: #eee;
  background-color: #c9a06c;
}
#js-loading.is-hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loader {
  width: 60px;
  height: 16px;
  display: flex;
  justify-content: space-between;
  animation: l3-0 2s infinite alternate;
}

.loader:before,
.loader:after {
  content: "";
  width: 16px;
  background: #124098;
  animation: l3-1 1s infinite alternate;
}

.loader:after {
  background: #ff0000;
  --s: -1;
}

@keyframes l3-0 {
  0%, 40% {
    transform: rotate(0);
  }
  80%, 100% {
    transform: rotate(0.5turn);
  }
}
@keyframes l3-1 {
  80%, 100% {
    transform: translate(calc(var(--s, 1) * 14px));
  }
}
.l-cnetr {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.l-left {
  position: fixed;
  top: 0;
  left: 0;
  color: #666666;
  width: calc(50% - 187.5px);
  height: 100svh;
  background-color: #c9a06c;
}
.l-left__inner {
  max-width: 350px;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-left__inner {
    display: none;
  }
}
.l-left__ph {
  text-align: right;
}
.l-left__ph img {
  width: 100%;
  height: auto;
}
@media only screen and (max-height: 900px) {
  .l-left__ph {
    height: 100%;
  }
  .l-left__ph img {
    height: 99vh;
    width: auto;
  }
}

.l-right {
  position: fixed;
  top: 0;
  right: 0;
  color: #666666;
  width: calc(50% - 187.5px);
  height: 100svh;
  text-align: right;
  background-color: #c9a06c;
}
.l-right__inner {
  max-width: 350px;
  height: 100%;
  margin: 0 auto 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-right__inner {
    display: none;
  }
}
.l-right__ph {
  text-align: left;
}
.l-right__ph img {
  width: 100%;
  height: auto;
}
@media only screen and (max-height: 900px) {
  .l-right__ph {
    height: 100%;
  }
  .l-right__ph img {
    height: 99vh;
    width: auto;
  }
}
.l-right__bottom {
  width: clamp(125px, 22.98vw, 285px);
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  max-width: 350px;
}
@media only screen and (max-height: 957px) {
  .l-right__bottom {
    bottom: 20px;
  }
}
.l-right__mi {
  width: clamp(154px, 24.84vw, 308px);
  margin: 0 auto;
}

.hover-style1 {
  display: block;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .hover-style1:hover {
    filter: contrast(1.1);
    transform: scale(1.05);
  }
}

/* グリッド:2 */
.l-grid-2to2 {
  width: 100%;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2, 1fr);
}
.side {
  position: fixed;
  top: 70px;
  right: calc(50% - 187.5px);
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.side a {
  display: block;
  width: 26px;
  overflow: hidden;
}
.side a img {
  max-width: inherit;
  width: 39px;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .side a {
    transition: 0.3s ease-in-out;
  }
  .side a:hover {
    filter: contrast(1.05);
    transform: scale(1.025);
    transform-origin: right center;
    z-index: 10;
  }
}
.side li.webbook {
  margin-bottom: 10px;
  position: relative;
}
.side li.webbook a {
  display: block;
  width: 115px;
  overflow: hidden;
  margin-top: -25px;
  margin-right: 7px;
}
.side li.webbook a img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .side li.webbook a:hover {
    filter: contrast(1.05);
    transform: scale(1.05);
    transform-origin: center center;
  }
}

.fv {
  height: 650px;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}
.fv__item, .fv__item-under, .fv__human, .fv__item-main1, .fv__item-main2 {
  position: relative;
  top: 0;
  left: 0;
}
.fv__item li, .fv__item-under li, .fv__human li, .fv__item-main1 li, .fv__item-main2 li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.fv__human li:nth-child(1) {
  z-index: -1;
}
.fv__base {
  position: absolute;
  top: 0;
  left: 0;
}
.fv__base img {
  width: 100%;
  height: auto;
}
.fv__title {
  position: relative;
  z-index: 4;
}
.fv__title > div {
  position: absolute;
  top: 0;
  left: 0;
}

.period {
  margin-top: 60px;
  padding: 0 30px;
}
.period__head {
  background-color: #c9a06c;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0.25em 0;
}
.period__when {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  color: #5c5c5c;
  margin-top: 15px;
}
.period__when__y {
  display: block;
  font-size: 0.46em;
}
.period__when__s {
  font-size: 0.89em;
  vertical-align: 0.05em;
}
.period__when__w {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.44em;
  font-style: normal;
  font-weight: 900;
  margin-left: -0.5em;
  margin-right: -0.25em;
}
.period__when__h {
  display: inline-block;
  transform: scaleX(1.5);
}
.period__time {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.period__time__note {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.period__place {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.period__place__note {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.whatis {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 100px;
}
.whatis__title {
  overflow: hidden;
  margin-top: 60px;
}
.whatis__title img {
  max-width: inherit;
  width: 380px;
  height: auto;
}
.whatis__head {
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  margin-top: 30px;
}
.whatis__head span {
  color: #c9a06c;
}
.whatis__body {
  margin-top: 30px;
}
.whatis__body p {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
}
.whatis__body p + p {
  margin-top: 1.5em;
}
.whatis__ph1, .whatis__ph2 {
  position: absolute;
  z-index: 2;
}
.whatis__ph1 {
  top: 290px;
  right: 10px;
  width: 96px;
}
.whatis__ph2 {
  top: 350px;
  left: -50px;
  width: 151px;
}
.whatis__ph3 {
  width: 152px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bgcolor {
  background-color: #f7f1e9;
  padding: 0 30px;
  padding-bottom: 100px;
}

.items {
  padding: 250px 0 100px;
  position: relative;
}
.items__pict, .items__catch {
  position: absolute;
  z-index: 4;
}
.items__text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #c9a06c;
}

.items.items1 .items__pict {
  top: -95px;
  right: -100px;
}
.items.items1 .items__catch {
  top: 75px;
  left: -20px;
}
.items.items1 .items__text {
  width: fit-content;
  margin: 0 0 0 auto;
}

.items.items2 .items__pict {
  top: -60px;
  left: -130px;
}
.items.items2 .items__catch {
  top: 75px;
  right: -15px;
}

.items.items3 .items__pict {
  top: -80px;
  right: -100px;
}
.items.items3 .items__catch {
  top: 75px;
  left: -20px;
}
.items.items3 .items__text {
  width: fit-content;
  margin: 0 0 0 auto;
}

.product__name {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.product__ph {
  margin-top: 15px;
}
.product__pict {
  text-align: center;
  margin-top: 15px;
}
.product__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
}
.product__copy {
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.swiper-button-prev,
.swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px auto;
}
.swiper-button-prev > svg,
.swiper-button-next > svg {
  display: none;
}

.swiper-button-prev {
  background-image: url(../img/button_prev.svg);
}

.swiper-button-next {
  background-image: url(../img/button_next.svg);
}

.swiper-container button.swiper-button-prev,
.swiper-container button.swiper-button-next {
  margin-top: inherit;
  top: inherit;
  bottom: 0 !important;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-container button.swiper-button-prev:hover,
  .swiper-container button.swiper-button-next:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.2);
    filter: contrast(0.9);
  }
}

.swiper-container button.swiper-button-prev {
  left: 110px;
}

.swiper-container button.swiper-button-next {
  right: 110px;
}

.anniversary {
  position: relative;
  z-index: 3;
  height: 1127px;
  background-image: url(../img/6_bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1127px auto;
  margin-top: -50px;
}
.anniversary__pict {
  position: absolute;
  top: -59px;
  left: -20px;
}
.anniversary__pict img {
  max-width: inherit;
  width: 347px;
  height: auto;
}
.anniversary__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 20px;
}
.anniversary__title {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  color: #ff0000;
}
.anniversary__goods-copy {
  text-align: center;
}
.anniversary__goods-ph {
  width: 360px;
}

.continue {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.continue h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
}

.foot {
  margin-top: 0;
}

/* Utility */
/*  マージン */
.u-mgt0_25em {
  margin-top: 0.25em !important;
}

.u-mgt0_5em {
  margin-top: 0.5em !important;
}

.u-mgt0_75em {
  margin-top: 0.75em !important;
}

.u-mgt-0_25em {
  margin-top: -0.25em !important;
}

.u-mgt-0_5em {
  margin-top: -0.5em !important;
}

.u-mgt-0_75em {
  margin-top: -0.75em !important;
}

.u-mgt0em {
  margin-top: 0em !important;
}

.u-mgt-0em {
  margin-top: 0em !important;
}

.u-mgt1em {
  margin-top: 1em !important;
}

.u-mgt-1em {
  margin-top: -1em !important;
}

.u-mgt2em {
  margin-top: 2em !important;
}

.u-mgt-2em {
  margin-top: -2em !important;
}

.u-mgt3em {
  margin-top: 3em !important;
}

.u-mgt-3em {
  margin-top: -3em !important;
}

.u-mgt4em {
  margin-top: 4em !important;
}

.u-mgt-4em {
  margin-top: -4em !important;
}

.u-mgt5em {
  margin-top: 5em !important;
}

.u-mgt-5em {
  margin-top: -5em !important;
}

.u-mgt6em {
  margin-top: 6em !important;
}

.u-mgt-6em {
  margin-top: -6em !important;
}

.u-mgt7em {
  margin-top: 7em !important;
}

.u-mgt-7em {
  margin-top: -7em !important;
}

.u-mgt8em {
  margin-top: 8em !important;
}

.u-mgt-8em {
  margin-top: -8em !important;
}

.u-mgt9em {
  margin-top: 9em !important;
}

.u-mgt-9em {
  margin-top: -9em !important;
}

.u-mgt10em {
  margin-top: 10em !important;
}

.u-mgt-10em {
  margin-top: -10em !important;
}

.u-mgb0_25em {
  margin-bottom: 0.25em !important;
}

.u-mgb0_5em {
  margin-bottom: 0.5em !important;
}

.u-mgb0_75em {
  margin-bottom: 0.75em !important;
}

.u-mgb0em {
  margin-bottom: 0em !important;
}

.u-mgb1em {
  margin-bottom: 1em !important;
}

.u-mgb2em {
  margin-bottom: 2em !important;
}

.u-mgb3em {
  margin-bottom: 3em !important;
}

.u-mgb4em {
  margin-bottom: 4em !important;
}

.u-mgb5em {
  margin-bottom: 5em !important;
}

.u-mgb6em {
  margin-bottom: 6em !important;
}

.u-mgb7em {
  margin-bottom: 7em !important;
}

.u-mgb8em {
  margin-bottom: 8em !important;
}

.u-mgb9em {
  margin-bottom: 9em !important;
}

.u-mgb10em {
  margin-bottom: 10em !important;
}

.u-mgl0_25em {
  margin-left: 0.25em !important;
}

.u-mgl-0_25em {
  margin-left: -0.25em !important;
}

.u-mgl0_5em {
  margin-left: 0.5em !important;
}

.u-mgl-0_5em {
  margin-left: -0.5em !important;
}

.u-mgl0_75em {
  margin-left: 0.75em !important;
}

.u-mgl-0_75em {
  margin-left: -0.75em !important;
}

.u-mgl1em {
  margin-left: 1em !important;
}

.u-mgl-1em {
  margin-left: -1em !important;
}

.u-mgr0_25em {
  margin-right: 0.25em !important;
}

.u-mgr-0_25em {
  margin-right: -0.25em !important;
}

.u-mgr0_5em {
  margin-right: 0.5em !important;
}

.u-mgr-0_5em {
  margin-right: -0.5em !important;
}

.u-mgr0_75em {
  margin-right: 0.75em !important;
}

.u-mgr-0_75em {
  margin-right: -0.75em !important;
}

.u-mgr1em {
  margin-right: 1em !important;
}

.u-mgr-1em {
  margin-right: -1em !important;
}

.u-mgr2em {
  margin-right: 2em !important;
}

.u-mgr-2em {
  margin-right: -2em !important;
}

/* z-index */
.u-z-index-1 {
  position: relative;
  z-index: -1 !important;
}

.u-z-index0 {
  position: relative;
  z-index: 0 !important;
}

.u-z-index1 {
  position: relative;
  z-index: 1 !important;
}

.u-z-index2 {
  position: relative;
  z-index: 2 !important;
}

.u-z-index3 {
  position: relative;
  z-index: 3 !important;
}

.u-z-index4 {
  position: relative;
  z-index: 4 !important;
}

.u-z-index5 {
  position: relative;
  z-index: 5 !important;
}

.u-z-index6 {
  position: relative;
  z-index: 6 !important;
}

.u-z-index7 {
  position: relative;
  z-index: 7 !important;
}

.u-z-index8 {
  position: relative;
  z-index: 8 !important;
}

.u-z-index9 {
  position: relative;
  z-index: 9 !important;
}

.u-z-index10 {
  position: relative;
  z-index: 10 !important;
}

/* font-size */
.u-fsize0_25em {
  font-size: 0.25em;
}

.u-fsize0_5em {
  font-size: 0.5em;
}

.u-fsize0_75em {
  font-size: 0.75em;
}

.u-fsize0_8em {
  font-size: 0.8em;
}

.u-fsize0_85em {
  font-size: 0.85em;
}

.u-fsize0_9em {
  font-size: 0.9em;
}

.u-fsize0_95em {
  font-size: 0.95em;
}

.u-fsize1em {
  font-size: 1em;
}

.u-fsize1_25em {
  font-size: 1.25em;
}

.u-fsize1_5em {
  font-size: 1.5em;
}

.u-fsize1_75em {
  font-size: 1.75em;
}

.u-fsize2em {
  font-size: 2em;
}

.u-fsize2_25em {
  font-size: 2.25em;
}

.u-fsize2_5em {
  font-size: 2.5em;
}

/* font-weigh */
.u-fweigh300 {
  font-weight: 300;
}

.u-fweigh400 {
  font-weight: 400;
}

.u-fweigh500 {
  font-weight: 500;
}

.u-fweigh600 {
  font-weight: 600;
}

.u-fweigh700 {
  font-weight: 700;
}

.u-fweigh800 {
  font-weight: 800;
}

.u-fweigh900 {
  font-weight: 900;
}

.u-fweigh-normal {
  font-weight: normal;
}

.u-fweigh-bold {
  font-weight: bold;
}

/* font-size */
.u-textalign-left {
  text-align: left;
}

.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}