@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    opacity: 0.75;
  }
}

@media print {
  .c-kv__title, .c-history__pict, .c-recipe__pict, .c-profile__body-img, .c-campaign__pict {
    display: none;
  }
}
a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 14vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  font-family: "Zen Kaku Gothic Antique", "YuGothic", "Yu Gothic", sans-serif;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .header {
    box-shadow: none;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffe02d;
  padding: 8px 20px 8px 13px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw;
  }
}
.header__logo01 {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .header__logo01 {
    width: 8vw;
  }
}
.header__logo02 {
  width: 129px;
}
@media screen and (max-width: 768px) {
  .header__logo02 {
    width: 17.2vw;
  }
}
.header__btn {
  display: block;
  width: 55px;
  height: 37px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 7.3333333333vw;
    height: 4.9333333333vw;
  }
}
.header__line {
  width: 55px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  background-color: #330000;
}
@media screen and (max-width: 768px) {
  .header__line {
    width: 7.3333333333vw;
    height: 0.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.header__line:first-of-type {
  top: 0;
  left: 0;
}
.header__line:nth-of-type(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__line:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.c-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/bg-menu.jpg");
  background-size: cover;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-menu {
    background-image: url("../images/bg-menu-sp.jpg");
  }
}
.c-menu__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-menu__close {
  width: 43px;
  position: absolute;
  top: 30px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .c-menu__close {
    width: 5.7333333333vw;
    top: 4vw;
    right: 3.3333333333vw;
  }
}
.c-menu__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 110px;
}
@media screen and (max-width: 1000px) {
  .c-menu__list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-menu__list {
    gap: 0;
    flex-direction: column;
  }
}
.c-menu__list > div {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .c-menu__list > div {
    width: 45.3333333333vw;
  }
}
.c-menu__list > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-top: 1px solid #ffe02d;
}
@media screen and (max-width: 768px) {
  .c-menu__list > div a {
    height: 16vw;
  }
}
.c-menu__list > div a:last-of-type {
  border-bottom: 1px solid #ffe02d;
}
.c-menu__list > div a img {
  height: 58px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-menu__list > div a img {
    height: 7.7333333333vw;
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffe02d;
  z-index: 500;
}
.c-loading__logo {
  width: 258px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-loading__logo {
    width: 46.6666666667vw;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  display: none;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.c-modal__body {
  width: 800px;
  max-width: 90vw;
  max-height: 95vh;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-modal__body {
    width: 100%;
    max-width: 100%;
  }
}
.c-modal__body iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal__close {
  width: 43px;
  position: absolute;
  right: 5px;
  bottom: calc(100% + 5px);
}

.c-totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .c-totop {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.c-totop a {
  display: block;
  width: 72px;
  height: 72px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-totop a {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.c-totop a img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-totop a img.on {
  opacity: 1;
}

.c-kv {
  padding: 118px 20px 0;
  background-image: url("../images/kv-bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-kv {
    padding: 2.6666666667vw 0 4vw;
    background-image: none;
    background-color: #ffe02d;
  }
}
.c-kv__inner {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-kv__inner {
    max-width: 100%;
  }
}
.c-kv__title {
  margin: 0 auto;
  position: relative;
  height: 490px;
}
@media screen and (max-width: 768px) {
  .c-kv__title {
    height: auto;
  }
}
.c-kv__title img {
  width: 2800px;
  position: absolute;
  top: 0;
  left: calc(50% - 1400px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-kv__title img {
    position: static;
    width: 100%;
  }
}
.c-kv__butter {
  width: 22%;
  height: 14.8%;
  position: absolute;
  top: 32%;
  left: 17.6%;
}
@media screen and (max-width: 768px) {
  .c-kv__butter {
    width: 21.8666666667vw;
    height: 21.7333333333vw;
    top: 35.3333333333vw;
    left: 6.6666666667vw;
  }
}
.c-kv__butter-img {
  width: 44.5652173913%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-kv__butter-img {
    width: 19.6vw;
  }
}
.c-kv__butter-text {
  width: 54.347826087%;
  position: absolute;
  top: 8.064516129%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-kv__butter-text {
    width: 21.6vw;
    top: 14.9333333333vw;
  }
}
.c-kv__butter-deco01 {
  width: 10.8695652174%;
  position: absolute;
  top: 48.3870967742%;
  right: 35.3260869565%;
}
@media screen and (max-width: 768px) {
  .c-kv__butter-deco01 {
    width: 4vw;
    top: 19.3333333333vw;
    left: 1.7333333333vw;
  }
}
.c-kv__butter-deco02 {
  width: 10.8695652174%;
  position: absolute;
  top: 48.3870967742%;
  right: 8.152173913%;
}
@media screen and (max-width: 768px) {
  .c-kv__butter-deco02 {
    width: 2.5333333333vw;
    top: 13.3333333333vw;
    right: -0.9333333333vw;
  }
}
.c-kv__pie {
  width: 15.9%;
  height: 13%;
  position: absolute;
  top: 32%;
  right: 23.4%;
}
@media screen and (max-width: 768px) {
  .c-kv__pie {
    width: 22.5333333333vw;
    height: 16.4vw;
    top: 37.3333333333vw;
    right: 5.0666666667vw;
  }
}
.c-kv__pie-img {
  width: 72.5563909774%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-kv__pie-img {
    width: 22.5333333333vw;
  }
}
.c-kv__pie-text {
  width: 31.5789473684%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-kv__pie-text {
    width: 8.5333333333vw;
    top: auto;
    bottom: 0;
    left: 6.9333333333vw;
  }
}
.c-kv__pie-deco01 {
  width: 15.037593985%;
  position: absolute;
  bottom: 18.3486238532%;
  left: 15.037593985%;
}
@media screen and (max-width: 768px) {
  .c-kv__pie-deco01 {
    width: 4vw;
    bottom: 2.6666666667vw;
    left: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__pie-deco02 {
    width: 4vw;
    position: absolute;
    bottom: 2.9333333333vw;
    right: 1.3333333333vw;
  }
}
.c-kv__item01 {
  width: 16%;
  position: absolute;
  top: 50%;
  left: 15%;
}
.c-kv__item02 {
  width: 16%;
  position: absolute;
  top: 44%;
  right: 13%;
}
.c-kv__items {
  width: 28.1343283582%;
  position: absolute;
  right: 2.2388059701%;
  bottom: 2.0833333333%;
}
@media screen and (max-width: 768px) {
  .c-kv__items {
    position: static;
    width: 78.6666666667vw;
    margin: 4.6666666667vw auto 0;
  }
}

.c-lead {
  padding: 117px 60px 125px;
  background-color: #fdf1bb;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-lead {
    padding: 10.6666666667vw 0 12.6666666667vw;
  }
}
.c-lead__body {
  max-width: 736px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-lead__body {
    max-width: 81.0666666667vw;
  }
}
.c-lead__deco01 {
  width: 15.625%;
  position: absolute;
  top: -6.9444444444%;
  left: -0.4076086957%;
}
@media screen and (max-width: 768px) {
  .c-lead__deco01 {
    width: 19.4666666667vw;
    top: -6.8vw;
    left: -0.2666666667vw;
  }
}
.c-lead__deco02 {
  width: 19.8369565217%;
  position: absolute;
  top: -3.5714285714%;
  right: 21.7391304348%;
}
@media screen and (max-width: 768px) {
  .c-lead__deco02 {
    width: 17.7333333333vw;
    top: -2vw;
    right: 0.4vw;
  }
}
.c-lead__deco03 {
  width: 13.5869565217%;
  position: absolute;
  top: 26.1904761905%;
  left: 34.6467391304%;
}
@media screen and (max-width: 768px) {
  .c-lead__deco03 {
    width: 21.8666666667vw;
    top: 30.1333333333vw;
    left: 20vw;
  }
}
.c-lead__deco04 {
  width: 17.7989130435%;
  position: absolute;
  top: 27.7777777778%;
  right: 0.5434782609%;
}
@media screen and (max-width: 768px) {
  .c-lead__deco04 {
    width: 24.9333333333vw;
    top: 43.7333333333vw;
    left: 0.4vw;
  }
}
.c-lead__deco05 {
  width: 27.7173913043%;
  position: absolute;
  top: 34.126984127%;
  right: -5.4347826087%;
}
@media screen and (max-width: 768px) {
  .c-lead__deco05 {
    width: 31.4666666667vw;
    top: 60vw;
    right: -6.6666666667vw;
  }
}
.c-lead__deco06 {
  width: 22.9619565217%;
  position: absolute;
  top: 65.4761904762%;
  left: -4.8913043478%;
}
@media screen and (max-width: 768px) {
  .c-lead__deco06 {
    width: 25.0666666667vw;
    top: 73.0666666667vw;
    left: -3.3333333333vw;
  }
}
.c-lead__deco07 {
  width: 26.7663043478%;
  position: absolute;
  top: 79.1666666667%;
  right: -5.2989130435%;
}
@media screen and (max-width: 768px) {
  .c-lead__deco07 {
    width: 31.8666666667vw;
    top: 94.2666666667vw;
    right: 17.6vw;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}

.c-banner {
  padding: 36px 0;
  background-color: #402202;
}
@media screen and (max-width: 768px) {
  .c-banner {
    padding: 5.3333333333vw 0;
  }
}
.c-banner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-banner > div {
    gap: 6vw;
  }
}
.c-banner > div a {
  display: block;
  max-width: 832px;
}
@media screen and (max-width: 768px) {
  .c-banner > div a {
    max-width: 100%;
  }
}

.c-movie {
  padding: 79px 0 102px;
  background-color: #fdf1bb;
}
@media screen and (max-width: 768px) {
  .c-movie {
    padding: 10.6666666667vw 0;
  }
}
.c-movie h2 {
  width: 237px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-movie h2 {
    width: 42vw;
  }
}
.c-movie__body {
  width: 100%;
  aspect-ratio: 960/540;
  position: relative;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .c-movie__body {
    margin-top: 5.3333333333vw;
  }
}
.c-movie__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-movie__thumbnail:hover {
  opacity: 1;
}
.c-movie__thumbnail.on {
  z-index: 5;
}
.c-movie__thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-movie__icon {
  width: 29.6875%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-movie__icon {
    width: 25.3333333333vw;
  }
}
.c-movie__bottom {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-movie__bottom {
    margin-top: 5.3333333333vw;
  }
}
.c-movie__bottom > img {
  width: 515px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-movie__bottom > img {
    width: 66.6666666667vw;
  }
}
.c-movie__bottom-list {
  max-width: 760px;
  margin: 30px auto 0;
  display: flex;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-movie__bottom-list {
    max-width: 100%;
    margin-top: 4vw;
    border-radius: 6.6666666667vw;
  }
}
.c-movie__bottom-list button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  min-height: 80px;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #6a3906;
}
@media screen and (max-width: 768px) {
  .c-movie__bottom-list button {
    font-size: 3.2vw;
    min-height: 10.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.c-movie__bottom-list button.on {
  background-color: #ffe02d;
  pointer-events: none;
}

.c-bg-area {
  position: relative;
  z-index: 1;
}
.c-bg-area__bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.c-bg-area__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    gap: 2vw;
  }
}
.c-pagination li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .c-pagination li {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-pagination li.on {
  background-color: #6a3906;
  box-shadow: none;
}

.c-himitsu {
  padding: 100px 0 110px;
  background-color: #ffe02d;
  position: relative;
  z-index: 1;
  overflow: inherit !important;
}
@media screen and (max-width: 768px) {
  .c-himitsu {
    padding: 10.6666666667vw 0;
  }
}
.c-himitsu__deco01 {
  width: 36.9791666667vw;
  position: absolute;
  top: 0;
  left: 0;
}
.c-himitsu__deco02 {
  width: 14.6875vw;
  position: absolute;
  bottom: -13.3333333333vw;
  right: 1.3020833333vw;
}
.c-himitsu .inner {
  max-width: 1004px;
}
@media screen and (max-width: 768px) {
  .c-himitsu .inner {
    max-width: 99.3333333333vw;
    padding: 0;
  }
}
.c-himitsu h2 {
  max-width: 278.25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-himitsu h2 {
    width: 50.4vw;
  }
}
.c-himitsu__body {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .c-himitsu__body {
    margin-top: 5.3333333333vw;
  }
}
.c-himitsu__pagination {
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .c-himitsu__pagination {
    margin-top: 5.3333333333vw;
  }
}

.c-history {
  padding: 100px 0 115px;
  background-color: #fdf1bb;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-history {
    padding: 10.6666666667vw 0 9.3333333333vw;
  }
}
.c-history .inner {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-history .inner {
    padding: 0;
  }
}
.c-history h2 {
  max-width: 277.5px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-history h2 {
    max-width: 50.4vw;
    margin-left: 5.3333333333vw;
  }
}
.c-history__body {
  margin: 7px auto 0;
  position: relative;
  z-index: 1;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .c-history__body {
    margin-top: 5.3333333333vw;
  }
}
.c-history__body::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
.c-history__body::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 50px;
}
.c-history__body::-webkit-scrollbar-thumb {
  background-color: #6a3906;
  border-radius: 50px;
}
.c-history__body-img {
  width: 2600px;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-history__body-img {
    width: 533.3333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.c-history__body-link {
  display: block;
  width: 169px;
  height: 62px;
  position: absolute;
  top: 68%;
  right: 16.4%;
}
@media screen and (max-width: 768px) {
  .c-history__body-link {
    right: 15.4%;
    width: 6.8%;
    height: 12%;
  }
}
.c-history__icon-next {
  width: 40px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-history__icon-next {
    width: 10.6666666667vw;
    right: 1.3333333333vw;
  }
}
.c-history__pict {
  width: min(33vw, 330px);
  position: absolute;
  top: 40px;
  left: calc(50% + 120px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-history__pict {
    width: 58.6666666667vw;
    top: 4.6666666667vw;
    left: 48vw;
  }
}
.c-history__pagination {
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .c-history__pagination {
    margin-top: 3.3333333333vw;
  }
}

.c-recipe {
  padding: 100px 0;
  background-color: #ffe02d;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-recipe {
    padding: 10.6666666667vw 0 16vw;
  }
}
.c-recipe__deco {
  width: 14.6354166667vw;
  position: absolute;
  top: 57px;
  left: 30px;
}
.c-recipe .inner {
  max-width: 1048px;
}
@media screen and (max-width: 768px) {
  .c-recipe .inner {
    max-width: 99.3333333333vw;
    padding: 0;
  }
}
.c-recipe h2 {
  width: min(26.5265265265vw, 265px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-recipe h2 {
    width: 50.4vw;
    margin-left: 5.3333333333vw;
  }
}
.c-recipe__body {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-recipe__body {
    margin-top: 6vw;
  }
}
.c-recipe__pict {
  width: 29.7619047619%;
  position: absolute;
  top: -49.5726495726%;
  right: 6.9444444444%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-recipe__pict {
    width: 42.8vw;
    top: -42.4vw;
    right: 2.4vw;
  }
}
.c-recipe__btn {
  display: block;
  margin: 30px auto 0;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .c-recipe__btn {
    margin-top: 4.6666666667vw;
    max-width: 80vw;
  }
}

.c-lineup {
  padding: 320px 0 430px;
  position: relative;
  background-color: #faed88;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-lineup {
    padding: 37.3333333333vw 0 36.6666666667vw;
  }
}
.c-lineup__bg-top, .c-lineup__bg-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.c-lineup__bg-top {
  top: 0;
}
.c-lineup__bg-bottom {
  bottom: 0;
}
.c-lineup .inner {
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .c-lineup .inner {
    max-width: 100%;
  }
}
.c-lineup h2 {
  width: 324px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-lineup h2 {
    width: 57.7333333333vw;
  }
}
.c-lineup__slide {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .c-lineup__slide {
    margin-top: 8vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__prev, .c-lineup__next {
    width: 6.6666666667vw;
    position: absolute;
    top: 50%;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__next {
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 769px) {
  .c-lineup__slide-inner {
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__slide-inner {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__pagination {
    margin-top: 5.3333333333vw;
  }
}
.c-lineup__item {
  padding: 20px 30px 40px 30px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 1000px) {
  .c-lineup__item {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__item {
    flex-direction: column;
    gap: 1.3333333333vw;
    padding: 12.9333333333vw 2.6666666667vw 6.6666666667vw;
    border-radius: 4vw;
    margin-top: 0;
    margin-right: 4vw;
    width: 86.6666666667vw;
  }
}
.c-lineup__item .c-lineup__item-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-lineup__item .c-lineup__item-img {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.c-lineup__item .c-lineup__item-img img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-lineup__item:first-of-type, .c-lineup__item:last-of-type {
    margin-top: 0;
    padding-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__item:first-of-type .c-lineup__item-img img, .c-lineup__item:last-of-type .c-lineup__item-img img {
    width: 65.8666666667vw;
    margin-left: 8.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__item:nth-of-type(2) .c-lineup__item-img img {
    width: 65.8666666667vw;
    margin-left: 8.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__item:nth-of-type(3) .c-lineup__item-img img {
    width: 38.1333333333vw;
    margin-left: 23.4666666667vw;
  }
}
.c-lineup__item-body {
  width: 100%;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .c-lineup__item-body {
    width: 61.3333333333vw;
    padding: 0;
    margin: 0 auto;
  }
}
.c-lineup__item-body h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-lineup__item-body h3 {
    margin-bottom: 3.6vw;
  }
}
.c-lineup__item-body p {
  font-size: 1.8rem;
  color: #6a3906;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-lineup__item-body p {
    font-size: 3.2vw;
  }
}
.c-lineup__item-body p.small {
  font-size: 1.4rem;
  line-height: 1.3333333333;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-lineup__item-body p.small {
    font-size: 2.4vw;
    margin-top: 1.0666666667vw;
  }
}
.c-lineup__sub {
  margin: 20px auto 0;
  padding: 30px 20px;
  background-color: #fffae0;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .c-lineup__sub {
    margin-top: 8vw;
    padding: 8vw 5.3333333333vw;
  }
}
.c-lineup__sub h3 {
  max-width: min(54.5454545455vw, 600px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-lineup__sub h3 {
    max-width: 85.2vw;
  }
}
.c-lineup__sub-body {
  margin: 60px auto 0;
  max-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-lineup__sub-body {
    margin-top: 21.3333333333vw;
    max-width: 100%;
    flex-direction: column;
    gap: 8.6666666667vw;
  }
}
.c-lineup__sub-bottom {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-lineup__sub-bottom {
    margin-top: 5.3333333333vw;
  }
}
.c-lineup__sub-bottom img {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-lineup__sub-bottom img {
    width: 53.3333333333vw;
  }
}
.c-lineup__sub-bottom span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  color: #6a3906;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-lineup__sub-bottom span {
    font-size: 3.2vw;
  }
}
.c-lineup__illust {
  width: min(20vw, 220px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-lineup__illust {
    width: 40.6666666667vw;
  }
}
.c-lineup__illust01 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-lineup__illust01 {
    margin-left: 13.3333333333vw;
  }
}
.c-lineup__illust02 {
  width: min(18.1818181818vw, 200px);
  position: absolute;
  top: -127px;
  left: max(-182px, -16.5454545455vw);
}
@media screen and (max-width: 1000px) {
  .c-lineup__illust02 {
    width: 13.6363636364vw;
    left: -9.0909090909vw;
    top: -110px;
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__illust02 {
    width: 37.3333333333vw;
    top: -17.3333333333vw;
    left: auto;
    left: -21.3333333333vw;
  }
}
.c-lineup__sub-text {
  width: calc(100% - 260px);
  font-weight: bold;
  color: #6a3906;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-lineup__sub-text {
    width: 77.3333333333vw;
  }
}
.c-lineup__sub-text .--top {
  font-size: 2rem;
  display: inline;
  line-height: 2.3;
  padding-bottom: 5px;
  border-bottom: 2px solid #6a3906;
}
@media screen and (max-width: 768px) {
  .c-lineup__sub-text .--top {
    font-size: 3.2vw;
    padding-bottom: 0.6666666667vw;
    letter-spacing: 0;
    border-bottom: 1px solid #6a3906;
  }
}
.c-lineup__sub-text .--small {
  display: block;
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-lineup__sub-text .--small {
    font-size: 2.4vw;
    margin-top: 2.6666666667vw;
  }
}
.c-lineup__other {
  margin: 80px auto 0;
  width: 199px;
}
@media screen and (max-width: 768px) {
  .c-lineup__other {
    width: 29.8666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.c-lineup__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 960px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .c-lineup__bottom {
    max-width: 100%;
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
    flex-direction: column;
  }
}
.c-lineup__bottom a {
  display: block;
}

.c-profile {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-profile {
    padding: 12vw 0 12.6666666667vw;
  }
}
.c-profile .inner {
  max-width: 1060px;
}
@media screen and (max-width: 768px) {
  .c-profile .inner {
    max-width: 100%;
  }
}
.c-profile h2 {
  width: 238.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-profile h2 {
    width: 43.2vw;
  }
}
.c-profile__body {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-profile__body {
    margin-top: 5.3333333333vw;
    gap: 6vw;
    flex-direction: column;
  }
}
.c-profile__body-img {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .c-profile__body-img {
    width: 80vw;
    margin: 0 auto;
  }
}
.c-profile__body-text {
  width: 484px;
}
@media screen and (max-width: 768px) {
  .c-profile__body-text {
    width: 64.5333333333vw;
    margin: 0 auto;
  }
}
.c-profile__body-text ul {
  max-width: 460px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .c-profile__body-text ul {
    max-width: 61.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.c-profile__body-text ul li {
  font-size: 2.4rem;
  line-height: 2;
  color: #6a3906;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-profile__body-text ul li {
    font-size: 3.2vw;
  }
}
.c-profile__body-text ul li:not(:last-of-type) {
  border-bottom: 1px solid #6a3906;
}
.c-profile__body-text ul li:last-of-type {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-profile__body-text ul li:last-of-type {
    margin-top: 1.8666666667vw;
  }
}

.c-campaign {
  padding: 100px 0;
  background-color: #fdf1bb;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-campaign {
    padding: 10.4vw 0;
  }
}
.c-campaign h2 {
  width: 319.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-campaign h2 {
    width: 57.6vw;
  }
}
.c-campaign__banner {
  margin: 60px auto 0;
  max-width: 600px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-campaign__banner {
    margin-top: 5.3333333333vw;
  }
}
.c-campaign__btn {
  display: block;
  max-width: 760px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .c-campaign__btn {
    max-width: 80vw;
    margin-top: 5.3333333333vw;
  }
}
.c-campaign__pict {
  width: 687px;
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .c-campaign__pict {
    width: 100%;
    margin-top: 7.7333333333vw;
  }
}

.c-follow {
  padding: 80px 0 60px;
  background-color: #ffe02d;
}
@media screen and (max-width: 768px) {
  .c-follow {
    padding: 10.6666666667vw 0 8vw;
  }
}
.c-follow h2 {
  width: 374px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-follow h2 {
    width: 50.4vw;
  }
}
.c-follow ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .c-follow ul {
    margin-top: 8vw;
    gap: 3.3333333333vw;
  }
}
.c-follow ul li {
  width: 72px;
}
@media screen and (max-width: 768px) {
  .c-follow ul li {
    width: 9.6vw;
  }
}

.footer {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  padding: 38px 0 20px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #6b3d1e;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5.3333333333vw 0 2vw;
    font-size: 2.4vw;
  }
}
.footer__logo {
  width: 240px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 32vw;
    margin-bottom: 3.0666666667vw;
  }
}
.footer .copyright {
  margin-top: 23px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    margin-top: 2.6666666667vw;
    font-size: 2.1333333333vw;
  }
}/*# sourceMappingURL=base.css.map */