@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*

@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}

*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
/*
// sm:0.8rem 13px / 0.75rem 12px
$font-size-sm: clamp(0.8rem, -0.09vw + 0.82rem, 0.75rem);
// base:1rem 16px / 1rem 16px
$font-size-base: clamp(1rem, 0vw + 1rem, 1rem);
// md:1.25rem 20px / 1.33rem 21px
$font-size-md: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
// lg:1.56rem 25px / 1.78rem 28px
$font-size-lg: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
// xl:1.95rem 31px / 2.37rem 38px
$font-size-xl: clamp(1.95rem, 0.76vw + 1.76rem, 2.37rem);
// xxl:2.44rem 39px / 3.16rem 50px
$font-size-xxl: clamp(2.44rem, 1.3vw + 2.12rem, 3.16rem);
// xxxl:3.05rem 49px / 4.21rem 67px
$font-size-xxxl: clamp(3.05rem, 2.1vw + 2.53rem, 4.21rem);

$font-size-note: 14px;

*/
@font-face {
  font-family: "Times New Roman";
  src: "../font/TimesNewRoman.otf" format("opentype");
}
.heading {
  font-family: "Noto Serif JP", serif;
}

/*
@mixin shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@mixin shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
@mixin shadow--4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
@mixin shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
@mixin shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@mixin shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
*/
.element {
  display: flex;
}
@media screen and (max-width: 767px) {
  .element {
    display: block;
  }
}

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

* {
  zoom: 1;
  box-sizing: border-box;
}

/*
.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}
*/
.page-wrap {
  font-family: "Zen Old Mincho", serif;
  font-size: medium;
  line-height: 180%;
  font-size: 18px;
  color: #222;
}

.page-wrap .mincho {
  font-family: VideoJS, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
}

.page-wrap p {
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.page-wrap ul {
  list-style: none;
  padding-inline-start: 0;
}

/*-------- img hover ---------*/
.page-wrap img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.page-wrap a:hover img {
  opacity: 0.8;
}

/*----------------------------*/
.page-wrap a:link {
  text-decoration: none;
}

.page-wrap a:visited {
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: none;
}

.page-wrap a:active {
  text-decoration: none;
}

/*----------------------------*/
/* ==================================================================================================
	PC
================================================================================================== */
.sp_only {
  display: none;
}

.ib {
  display: inline-block;
}

#ad {
  background-color: #222;
  padding: 2em 0;
}

/* ==================================================================================================
	SP
================================================================================================== */
@media screen and (max-width: 812px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  br.sp_only {
    display: inline;
  }
  .ft-vertical {
    writing-mode: vertical-rl;
  }
}
/* ==================================================================================================
	SP
================================================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

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

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

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

/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*-------------------
 * component
 *-------------------*/
.page-wrap .c-button {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding: 1em 2em;
  font-size: 18px;
  border-radius: 3rem;
  font-family: "Noto Sans JP";
  color: #ffffff;
  text-align: center;
  transition: filter 0.4s, transform 0.2s, box-shadow 0.2s;
  background-repeat: no-repeat;
  background-size: 1em;
  cursor: pointer;
  background-color: #222;
}
@media (hover: hover) {
  .page-wrap .c-button:where(:-moz-any-link, :enabled, summary):hover:hover {
    filter: brightness(140%);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
  }
  .page-wrap .c-button:where(:any-link, :enabled, summary):hover:hover {
    filter: brightness(140%);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-button {
    font-size: 16px;
    max-width: 320px;
    width: 90%;
  }
}
.kirakira {
  display: inline-block;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

.kirakira::after {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}

@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/* ==================================================================================================
	header / p-index-header
================================================================================================== */
.p-index-header {
  background: url("../images/haeder_bg.webp") center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em;
}
.p-index-header__title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-index-header__title {
    padding: 2em 2em 0;
  }
}
.p-index-header__title img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .p-index-header__title img {
    max-width: 280px;
    width: 90%;
  }
}
.p-index-header__lead {
  text-align: center;
}
.p-index-header__lead img {
  max-width: 640px;
  width: 90%;
  height: auto;
}
.p-index-header__txt {
  padding: 1em;
  text-align: center;
  /*
      background-color: rgb(255, 255, 255, 0.7);
      background-color: rgb(255, 255, 255, 0.6);
  */
}
.p-index-header__txt img {
  max-width: 900px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .p-index-header__txt {
    padding: 1em 4px;
  }
}
.p-index-header__txt p {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .p-index-header__txt p {
    font-size: 0.9em;
  }
}

/* ==================================================================================================
	footer / p-index-footer
================================================================================================== */
.p-index-footer {
  background: url("../images/footer_bg.webp") center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em;
}
@media screen and (max-width: 896px) {
  .p-index-footer {
    padding: 2em;
  }
}
@media screen and (max-width: 640px) {
  .p-index-footer {
    padding: 0;
  }
}
.p-index-footer dl {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2em;
}
@media screen and (max-width: 640px) {
  .p-index-footer dl {
    padding: 0.8em;
  }
}
.p-index-footer dd {
  padding: 0 0 0.5em 1em;
}
.p-index-footer dd li {
  padding-bottom: 0.5em;
}

/*-------------------
 * project
 *-------------------*/
.ft-up {
  font-size: 1.5em;
}

.ft-dwon {
  font-size: 0.9em;
}

/*=======*/ /*  */ /*=======*/
.osechi-completion {
  padding: 2em 0 4em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .osechi-completion {
    padding: 0 0 1.5em;
  }
}
.osechi-completion img {
  max-width: 600px;
  width: 95%;
  height: auto;
}

/*===============================================
  p-index-info
===============================================*/
.p-index-info {
  background: url("../images/info_bg.webp") center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-index-info__txt {
  padding: 2em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-index-info__txt {
    padding: 0;
  }
}
.p-index-info__txt img {
  max-width: 900px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*===============================================
  p-index-content
===============================================*/
.p-index-content {
  background: url("../images/content_bg.webp") center top;
  background-repeat: repeat;
  background-size: contain;
}
.p-index-content__foot {
  text-align: center;
  padding: 120px 2em 4em;
}
@media screen and (max-width: 896px) {
  .p-index-content__foot {
    padding: 140px 1em 2em;
  }
}
@media screen and (max-width: 640px) {
  .p-index-content__foot {
    padding: 100px 1em 2em;
  }
}
.p-index-content__foot img {
  max-width: 720px;
  width: 100%;
  height: auto;
}
.p-index-content__foot p {
  padding-top: 1em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-index-content__foot p {
    font-size: 0.9em;
    line-height: 1.6;
  }
}

.p-index-content__first {
  text-align: center;
}
.p-index-content__first li {
  padding-bottom: 1.2em;
}

/*===============================================
  p-index-store
===============================================*/
.p-index-store ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-index-store li {
  width: 50%;
  padding: 1em;
}
@media screen and (max-width: 640px) {
  .p-index-store li {
    width: 100%;
    padding: 0.5em;
  }
}
.p-index-store dl {
  box-shadow: 0px 0px 12px #624302;
}
.p-index-store dt img {
  width: 100%;
  height: auto;
}
.p-index-store dd {
  background: url("../images/txt_bg.webp") center top;
  background-repeat: repeat;
  color: #222;
  padding: 0.6em;
}
.p-index-store__copy {
  display: block;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (max-width: 896px) {
  .p-index-store__copy {
    font-size: 0.8em;
  }
}
.p-index-store__name {
  display: block;
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 300;
}
@media screen and (max-width: 896px) {
  .p-index-store__name {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .p-index-store__name {
    font-size: 1.1em;
  }
}
.p-index-store__name02 {
  display: block;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 300;
}
@media screen and (max-width: 896px) {
  .p-index-store__name02 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .p-index-store__name02 {
    font-size: 1.1em;
  }
}
.p-index-store__dish-name-green {
  display: block;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 300;
  padding: 1%;
  text-align: center;
  background-color: #2d7800;
  color: #fff;
}
.p-index-store__dish-name-red {
  display: block;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 300;
  padding: 1%;
  text-align: center;
  background-color: #913030;
  color: #fff;
}
p.p-index-store__notice {
  text-align: center;
  font-weight: 600;
  font-size: 0.9em;
}

.p-index-store > .c-head, .c-lead {
  text-align: center;
}

.p-index-store:last-child {
  padding-bottom: 4em;
}

.osechi-set {
  max-width: 900px;
  width: 96%;
  margin: 0 auto;
  padding: 3em 0 0;
}
.osechi-set__title {
  text-align: center;
  padding-bottom: 0.5em;
}
.osechi-set__title img {
  max-width: 500px;
  width: 80%;
  height: auto;
}

/*===============================================
  goto
===============================================*/
.goto {
  padding: 40px;
  margin: 40px auto 0;
  max-width: 720px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .goto {
    text-align: center;
    padding: 20px 20px 20px 40px;
  }
}
.goto a {
  display: inline-block;
  font-weight: 900;
  position: relative;
}
.goto a::before {
  font-family: "Material Icons";
  content: "\e5d8";
  position: absolute;
  font-size: 1.4em;
  top: -4px;
  left: -30px;
}
.goto a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

/*===============================================
  scroll-fade-in
===============================================*/
.scroll-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.scroll-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*===============================================
  sticky-banner
===============================================*/
.sticky-banner {
  position: fixed;
  bottom: -100px; /* 画面外の下に隠しておく（バナーの高さに合わせて調整） */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1000;
  opacity: 0; /* 初期は透明 */
  visibility: hidden; /* 初期は非表示 */
  /* bottomにはtransitionを適用せず、opacityとvisibilityのみに適用 */
  transition: opacity 0.5s ease-out, visibility 0.5s; /* この行を修正 */
  padding: 20px 10px; /* 上下左右のパディング（例） */
  box-sizing: border-box; /* paddingを含めて幅を計算 */
}
.sticky-banner img {
  max-width: 600px;
  width: 90%;
  height: auto;
}

/* スクロールによって表示されるときに適用するクラス */
.sticky-banner.is-visible {
  opacity: 1;
  visibility: visible;
}

/* 追従中に適用する背景色クラス */
.sticky-banner.is-sticky-bg {
  /*
    background-color: rgba(255, 255, 255, 0.6);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  */
  background-image: url("../images/link_bg.webp");
}

/* 停止中に適用する背景色なしのクラス */
.sticky-banner.is-docked-bg {
  background-color: transparent;
  box-shadow: none;
}

/*===============================================
共通パーツ - 
===============================================*/
.link-btn__warp {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2%;
}
@media screen and (max-width: 640px) {
  .link-btn__warp {
    padding-top: 20px;
  }
}
.link-btn__unit {
  width: 50%;
  margin: 0 auto;
  padding: 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .link-btn__unit {
    width: 100%;
  }
}
.link-btn__unit a {
  display: block;
  padding: 4%;
  text-align: center;
  border-radius: 50px;
  font-weight: 900;
}
.link-btn__unit a:hover {
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.6;
}

/*===============================================
  c-group
===============================================*/
.c-group {
  max-width: 900px;
  width: 96%;
  margin: 0 auto;
  padding: 5em 0 0;
}
@media screen and (max-width: 640px) {
  .c-group {
    padding: 3em 0 0;
  }
}

/*===============================================
  c-head
===============================================*/
.c-head__icon {
  padding-bottom: 0.8em;
}
.c-head__icon img {
  max-height: 125px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .c-head__icon img {
    max-height: 70px;
  }
}

/*===============================================
  c-lead
===============================================*/
.c-lead {
  padding: 0.8em 0 3em;
}
@media screen and (max-width: 640px) {
  .c-lead {
    padding: 0.5em 0 1em;
  }
}

/*-------------------
 * object
 *-------------------*//*# sourceMappingURL=style.css.map */