@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --------------------------------------------------
  Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Resetin
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header,
figure,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

/* !Layout
---------------------------------------------------------- */
html {
  font-size: 10px;
  overflow-x: hidden;
}

html.scroll-lock,
html.scroll-lock body {
  overflow: hidden;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}

@media (max-width: 767px) {
  html {
    font-size: 2.22222222vw;
  }
}
/* link
------------------------------------------------ */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -moz-transition: all 0.3s !important;
  /* Firefox */
  transition: all 0.3s !important;
}

/* !fs
------------------------------------------------ */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* wrapper
----------------------------------------------- */
#wrapper {
  position: relative;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 100px) top;
  background-size: 1582px auto;
  background-attachment: fixed;
  overflow: hidden;
}

/* header
----------------------------------------------- */
#header,
.headerSearch {
  right: 0;
  margin: 0 auto;
  max-width: 45rem;
  height: 5.5rem;
}

.header__frame {
  height: 5.5rem;
  padding: 0;
}

.headerLogo {
  width: 4.5rem;
}

.gNavBtn,
.headerSpBtn {
  position: absolute;
}

.headerSearch {
  padding: 1.2rem 2rem;
  top: 5.5rem;
}

.headerSearch__box {
  padding: 0 5rem 0 0;
}

.headerSearchBox__text {
  padding: 1rem 5rem 1rem 2rem;
}

.gNav {
  top: 5.5rem !important;
  right: 0;
  margin: 0 auto;
  width: 45rem;
  height: calc(100vh - 5.5rem);
}

.gNav:not(.active) {
  transform: none;
  opacity: 0;
}

.js-scrollLock--active {
  overflow: hidden !important;
}

/* footer
----------------------------------------------- */
.pagetop {
  position: fixed;
  right: calc(50% - 20rem);
  top: auto;
  bottom: 1rem;
  font-size: 1.5rem;
  height: 6rem;
  width: 6rem;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s !important;
}

.pagetop.show {
  opacity: 1;
  visibility: visible;
}

.sp-wrap {
  padding-left: 3.125%;
  padding-right: 3.125%;
}

.sp-flex {
  display: -ms-flexbox;
  display: flex;
}

#footer {
  font-family: "Kiwi Maru", serif;
}

.footer__base {
  padding: 5.5rem 0 5rem;
}

.footerData {
  padding: 0 3.125%;
  width: 100%;
}

.footerData__logo {
  margin: 1.6rem 0 0;
}

.footerData__text {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 2.8rem 0 0;
  width: 100%;
}

.footerNote {
  height: auto;
  padding: 0;
  flex-wrap: wrap;
}

.footerNote__list {
  background: #f7e5c1;
  padding: 0 0 1.5rem;
  width: 100%;
  justify-content: center;
}

.footerNote__item {
  margin: 0;
  padding: 0 0.5em;
}

.footerNote__copy {
  height: 4.5rem;
  width: 100%;
}

/* pc
----------------------------------------------- */
.bglogo {
  position: fixed;
  left: 4.5rem;
  top: 3.2rem;
  display: block;
  width: 13rem;
}
@media screen and (max-width: 767.999px) {
  .bglogo {
    display: none;
  }
}

.bgmess {
  position: fixed;
  left: calc(50% + 22.5rem);
  top: 0;
  width: min(50% - 22.5rem, 458px);
  height: 100vh;
  text-align: center;
}

.bgmess .pd01 {
  position: absolute;
  left: 29.25764192%;
  top: 7.03125%;
  width: 38.20960699%;
  height: min(52.47395833%, 403px);
  display: flex;
  align-items: flex-end;
}

.bgmess .pd02 {
  position: absolute;
  left: 4.36681223%;
  bottom: 3.125%;
  width: 87.77292576%;
  height: min(31.51041667%, 242px);
}

.bgmess img {
  max-height: 100%;
}

@media (max-width: 1024px) {
  .bglogo {
    left: 2rem;
    top: 2rem;
    width: 12rem;
  }
}
/* public
----------------------------------------------- */
#article {
  max-width: 45rem;
  margin: 0 auto;
  padding-top: 5.5rem;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}
#article .c-mv img {
  width: 100%;
}
#article .c-box01 {
  margin-top: 20px;
  padding-top: 30px;
  background-image: url("../img/sec01-bg-brown.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 {
    margin-top: calc(0.04 * 100vw);
    padding-top: calc(0.06 * 100vw);
  }
}
#article .c-box01 .box01 {
  padding-inline: 30px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .box01 {
    padding-inline: calc(0.06 * 100vw);
  }
}
#article .c-box01 .box01 p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .box01 p {
    font-size: calc(0.04 * 100vw);
  }
}
#article .c-box01 .box02 {
  margin-top: 80px;
  padding-inline: 25px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .box02 {
    margin-top: calc(0.16 * 100vw);
    padding-inline: calc(0.05 * 100vw);
  }
}
#article .c-box01 .box02 .text01 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #591D25;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .box02 .text01 {
    margin-bottom: calc(0.08 * 100vw);
    font-size: calc(0.048 * 100vw);
  }
}
#article .c-box01 .box02 .balloon-box.aos-animate .balloon {
  opacity: 1;
}
#article .c-box01 .box02 .balloon-box.aos-animate .arrow {
  opacity: 1;
}
#article .c-box01 .box02 .balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 25px;
  width: 315px;
  height: 60px;
  border-radius: 10px;
  background-color: #FDE7BE;
  transition: opacity 0.8s;
  opacity: 0;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .box02 .balloon {
    margin-top: calc(0.05 * 100vw);
    width: calc(0.63 * 100vw);
    height: calc(0.12 * 100vw);
    border-radius: calc(0.02 * 100vw);
  }
}
#article .c-box01 .box02 .balloon.b02 {
  margin-left: auto;
  transition-delay: 0.5s;
}
#article .c-box01 .box02 .balloon.b03 {
  width: 380px;
  transition-delay: 1s;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .box02 .balloon.b03 {
    width: calc(0.76 * 100vw);
  }
}
#article .c-box01 .box02 .balloon.b03::before {
  right: auto;
  left: 30px;
  background-image: url("../img/sec01-balloon02.png");
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .box02 .balloon.b03::before {
    left: calc(0.06 * 100vw);
  }
}
#article .c-box01 .box02 .balloon::before {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 30px;
  width: 33px;
  height: 17px;
  background-image: url("../img/sec01-balloon01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .box02 .balloon::before {
    bottom: calc(-0.028 * 100vw);
    right: calc(0.06 * 100vw);
    width: calc(0.066 * 100vw);
    height: calc(0.034 * 100vw);
  }
}
#article .c-box01 .box02 .balloon p {
  font-size: 20px;
  font-weight: bold;
  color: #591D25;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .box02 .balloon p {
    font-size: calc(0.04 * 100vw);
  }
}
#article .c-box01 .arrow {
  margin-top: 40px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .arrow {
    margin-top: calc(0.08 * 100vw);
  }
}
#article .c-box01 .arrow img {
  width: 180px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box01 .arrow img {
    width: calc(0.36 * 100vw);
  }
}
#article .c-box02 {
  width: calc(100% - 20px);
  margin-top: 40px;
  margin-inline: 10px;
  padding-bottom: 60px;
  background-image: url("../img/sec02-bg.png");
  background-repeat: no-repeat;
  background-position: center 120px;
  background-size: cover;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 {
    width: calc(100% - 0.04 * 100vw);
    margin-top: calc(0.08 * 100vw);
    margin-inline: calc(0.02 * 100vw);
    padding-bottom: calc(0.12 * 100vw);
    background-position: center calc(0.24 * 100vw);
  }
}
#article .c-box02 .img {
  padding-inline: 25px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .img {
    padding-inline: calc(0.05 * 100vw);
  }
}
#article .c-box02 .box {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .box {
    margin-top: calc(0.05 * 100vw);
  }
}
#article .c-box02 .box.box02 {
  margin-top: 80px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .box.box02 {
    margin-top: calc(0.16 * 100vw);
  }
}
#article .c-box02 .box .box-headline {
  width: fit-content;
  margin-inline: auto;
  padding-inline: 5px;
  border-left: 2px solid #EDBE1D;
  border-right: 2px solid #EDBE1D;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .box .box-headline {
    padding-inline: calc(0.01 * 100vw);
    border-left-width: calc(0.004 * 100vw);
    border-right-width: calc(0.004 * 100vw);
  }
}
#article .c-box02 .box .box-headline p {
  padding-inline: 30px;
  border-left: 1px solid #EDBE1D;
  border-right: 1px solid #EDBE1D;
  font-size: 26px;
  font-weight: bold;
  color: #FEDC56;
  line-height: 1.4;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .box .box-headline p {
    padding-inline: calc(0.06 * 100vw);
    border-left-width: calc(0.002 * 100vw);
    border-right-width: calc(0.002 * 100vw);
    font-size: calc(0.052 * 100vw);
  }
}
#article .c-box02 .box .text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: medium;
  line-height: 1.8;
  color: #fff;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .box .text {
    margin-top: calc(0.04 * 100vw);
    font-size: calc(0.032 * 100vw);
  }
}
#article .c-box02 .menu-box {
  margin-top: 80px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .menu-box {
    margin-top: calc(0.16 * 100vw);
  }
}
#article .c-box02 .menu-box .menu-headline {
  position: relative;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 16px;
  font-weight: medium;
  color: #fff;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .menu-box .menu-headline {
    font-size: calc(0.032 * 100vw);
  }
}
#article .c-box02 .menu-box .menu-headline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .menu-box .menu-headline::before {
    bottom: calc(-0.02 * 100vw);
    width: calc(0.08 * 100vw);
    height: calc(0.002 * 100vw);
  }
}
#article .c-box02 .menu-box .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 40px 9px;
  margin-top: 30px;
  padding-inline: 20px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .menu-box .list {
    gap: calc(0.08 * 100vw) calc(0.018 * 100vw);
    margin-top: vW(30);
    padding-inline: calc(0.04 * 100vw);
  }
}
#article .c-box02 .menu-box .list .item {
  position: relative;
  width: calc((100% - 18px) / 3);
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .menu-box .list .item {
    width: calc((100% - 0.036 * 100vw) / 3);
  }
}
#article .c-box02 .menu-box .list .item .menu-thumbnail img {
  width: 100%;
}
#article .c-box02 .menu-box .list .item .item-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #591D25;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .menu-box .list .item .item-name {
    bottom: calc(-0.03 * 100vw);
    width: calc(0.2 * 100vw);
    height: calc(0.06 * 100vw);
    border-radius: calc(0.01 * 100vw);
  }
}
#article .c-box02 .btn {
  margin-top: 65px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .btn {
    margin-top: calc(0.13 * 100vw);
  }
}
#article .c-box02 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 250px;
  height: 66px;
  margin-inline: auto;
  border-radius: 5px;
  border: 1px solid #FEDC56;
  background-color: #FEDC56;
  font-size: 18px;
  font-weight: medium;
  color: #591D25;
  font-family: "Kiwi Maru", serif;
  transition: background 0.3s;
}
@media (hover: none) {
  #article .c-box02 .btn a:active {
    background-color: #fff;
  }
}
@media (hover: hover) {
  #article .c-box02 .btn a:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 767.999px) {
  #article .c-box02 .btn a {
    width: calc(0.5 * 100vw);
    height: calc(0.132 * 100vw);
    border-radius: calc(0.01 * 100vw);
    font-size: calc(0.036 * 100vw);
  }
}
#article .c-box03 {
  margin-top: 10px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box03 {
    margin-top: calc(0.02 * 100vw);
  }
}
#article .c-box03 .box-wrap {
  height: 400px;
  background-image: url("../img/sec03-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767.999px) {
  #article .c-box03 .box-wrap {
    height: calc(0.8 * 100vw);
  }
}
#article .c-box03 .box-wrap .box {
  width: 240px;
  height: 100%;
  margin-left: auto;
  margin-right: 30px;
  padding: 20px;
  color: #591D25;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767.999px) {
  #article .c-box03 .box-wrap .box {
    width: calc(0.48 * 100vw);
    margin-right: calc(0.06 * 100vw);
    padding: calc(0.04 * 100vw);
  }
}
#article .c-box03 .box-wrap .box .box-headline {
  font-size: 26px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box03 .box-wrap .box .box-headline {
    font-size: calc(0.052 * 100vw);
  }
}
#article .c-box03 .box-wrap .box p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.47;
}
@media screen and (max-width: 767.999px) {
  #article .c-box03 .box-wrap .box p {
    margin-top: calc(0.02 * 100vw);
    font-size: calc(0.028 * 100vw);
    line-height: 1.6;
  }
}
#article .c-box03 .logo {
  padding-block: 30px;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #article .c-box03 .logo {
    padding-block: calc(0.06 * 100vw);
  }
}
#article .c-box03 .logo img {
  width: 270px;
}
@media screen and (max-width: 767.999px) {
  #article .c-box03 .logo img {
    width: calc(0.54 * 100vw);
  }
}
#article .side-btn {
  position: fixed;
  top: 70px;
  left: calc(50% + 22.5rem - 51px);
}
@media screen and (max-width: 767.999px) {
  #article .side-btn {
    top: calc(5.5rem + 0.04 * 100vw);
    left: auto;
    right: 0;
  }
}
#article .side-btn a {
  display: block;
  width: 51px;
  height: 160px;
  background-image: url("../img/side-btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767.999px) {
  #article .side-btn a {
    width: calc(0.102 * 100vw);
    height: calc(0.32 * 100vw);
  }
}
@media (hover: none) {
  #article .side-btn a:active {
    background-image: url("../img/side-btn-on.png");
  }
}
@media (hover: hover) {
  #article .side-btn a:hover {
    background-image: url("../img/side-btn-on.png");
  }
}
