@charset "UTF-8";
/*
@use "param" as *;
@use "reset";
@use "common";
@use "header";
@use "footer";
*/
/* CSS Document */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  text-decoration: underline;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

body {
  color: #333;
  font-family: "Kiwi Maru", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: justify;
  position: relative;
}

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

.check {
  pointer-events: none;
}
.check::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid red;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.check::after {
  content: "";
  display: block;
  color: #fff;
  padding: 0.25em;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-100%);
}

.fadeIn {
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
@media only screen and (max-width: 1119px) {
  .fadeIn {
    transition-duration: 1s;
  }
}
.fadeIn.play {
  opacity: 1;
}

.slideLeft {
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1rem);
  opacity: 0;
}
@media only screen and (max-width: 1119px) {
  .slideLeft {
    transition-duration: 1s;
    transform: translateY(1rem);
  }
}
.slideLeft.play {
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 1119px) {
  .slideLeft.play {
    transform: translateY(0);
  }
}

.slideUp {
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(1rem);
  opacity: 0;
}
@media only screen and (max-width: 1119px) {
  .slideUp {
    transition-duration: 1s;
  }
}
.slideUp.play {
  transform: translateY(0);
  opacity: 1;
}

.cm_link {
  display: block;
  width: 9rem;
  height: 2.5rem;
  margin: 9.25rem auto 0;
  background: #800321;
  border-radius: 1.25rem;
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 1119px) {
  .cm_link {
    margin: 2.5rem auto 0;
  }
}
.cm_link:hover {
  background: black;
}
.cm_link div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cm_link img {
  height: 1.25rem;
}
.cm_link span {
  display: block;
  color: #FFF;
  font-size: 0.875rem;
  white-space: nowrap;
  padding-left: 0.625rem;
}

.cm_link2 {
  display: block;
  width: 9.375rem;
  height: 3.125rem;
  margin: 0 auto 0;
  background: #000;
  border-radius: 0.5rem;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  position: relative;
}
.cm_link2 img {
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.post > *:first-child {
  margin-top: 0 !important;
}
.post h1 {
  font-size: 2em;
  letter-spacing: 0.4em;
  line-height: 1.5;
}
.post h2 {
  font-size: 1.75em;
  letter-spacing: 0.4em;
  line-height: 1.5;
}
.post h3 {
  font-size: 1.5em;
  letter-spacing: 0.4em;
  line-height: 1.5;
}
.post h4 {
  font-size: 1.25em;
  letter-spacing: 0.4em;
  line-height: 1.5;
}
.post h5 {
  letter-spacing: 0.4em;
  line-height: 1.5;
}
.post p {
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
}
.post ol,
.post ul {
  padding-left: 1.25em;
  margin: 2em 0 0 0.25em;
  list-style: disc none;
}
.post ol li,
.post ul li {
  font-weight: 400;
  line-height: 1.75;
  margin: 1.625em 0 -0.375em;
}
.post ol li:first-child,
.post ul li:first-child {
  margin-top: -0.375em;
}
.post ol {
  margin: 2em 0 0 0.5em;
  list-style: decimal none;
}
.post img {
  margin: 2em 0 0;
}

header {
  position: relative;
}
header .logo {
  width: 10rem;
  position: absolute;
  top: 3.375rem;
  left: 5rem;
}
@media screen and (max-width: 1600px) {
  header .logo {
    width: 10vw;
    left: 5vw;
  }
}
@media only screen and (max-width: 1119px) {
  header .logo {
    width: 10rem;
    position: static;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1119px) {
  header nav {
    min-width: 50vw;
    height: 100vh;
    padding: 7.5rem 4rem 0;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0rem;
    top: 0rem;
    transition: 0.25s;
    transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(-100%);
    visibility: hidden;
    z-index: 8;
  }
  header nav.show {
    transform: translateX(0);
    visibility: visible;
  }
}
header nav .pcNav {
  position: absolute;
  top: 17.0625rem;
  left: 10rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  header nav .pcNav {
    left: 10vw;
    top: 17.0625vw;
  }
}
@media only screen and (max-width: 1119px) {
  header nav .pcNav {
    display: none;
  }
}
header nav .pcNav li {
  margin: 2.5rem 0 0;
}
header nav .pcNav li:first-child {
  margin: 0;
}
header nav .pcNav li a {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.48em;
  writing-mode: vertical-rl;
  position: relative;
}
@media screen and (max-width: 1600px) {
  header nav .pcNav li a {
    font-size: 0.875vw;
  }
}
header nav .pcNav li a::after {
  width: 2px;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: calc(100% + 3px);
  top: 50%;
  transform: translateY(-50%);
}
header nav .pcNav li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1121px) {
  header nav .spNav {
    display: none;
  }
}
header nav .spNav li {
  margin: 2rem 0 0;
}
header nav .spNav li:first-child {
  margin: 0 0 0;
}
header nav .spNav li a {
  display: block;
  font-weight: bold;
  letter-spacing: 0.32em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
header nav .sns {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1121px) {
  header nav .sns {
    position: absolute;
    top: 7rem;
    right: 4rem;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1119px) {
  header nav .sns {
    margin: 3rem 0 0;
  }
}
@media only screen and (min-width: 1121px) {
  header nav .sns li {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 1119px) {
  header nav .sns li {
    margin-right: 2rem;
  }
}
header nav .sns li a {
  display: block;
}
header nav .sns li a img {
  height: 1.75rem;
}
header .contact {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  cursor: pointer;
}
@media only screen and (min-width: 1121px) {
  header .contact {
    position: absolute;
    top: 7rem;
    right: 23.5rem;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1119px) {
  header .contact {
    display: none;
  }
}
header .contact::after {
  content: "";
  width: 1.375rem;
  height: 1.75rem;
  background: url("../img/tel.svg") center/contain no-repeat;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
header .contact span {
  display: block;
}
header .contact:hover {
  text-decoration: none;
}
header .onlinestore {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  cursor: pointer;
}
@media only screen and (min-width: 1121px) {
  header .onlinestore {
    position: absolute;
    top: 7rem;
    right: 9.375rem;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1119px) {
  header .onlinestore {
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    transform: translateY(-50%);
    z-index: 2;
  }
}
header .onlinestore::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: url("../img/cart.svg") center/contain no-repeat;
  position: absolute;
  left: -2.625rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1119px) {
  header .onlinestore::after {
    left: 0;
  }
}
header .onlinestore span {
  display: block;
}
@media only screen and (max-width: 1119px) {
  header .onlinestore span {
    display: none;
  }
}
header .onlinestore:hover {
  text-decoration: none;
}
header .menu {
  width: 2rem;
  height: 2rem;
  position: fixed;
  left: 2rem;
  top: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1121px) {
  header .menu {
    display: none;
  }
}
header .menu div {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  border-radius: 2px;
  transition: 0.25s;
  /*
  -webkit-transition: 0.5s;
  transition: 0.5s;
  */
}
header .menu .bar {
  top: calc(50% - 0.5rem);
}
header .menu .bar3 {
  width: 1.5rem;
  bottom: calc(50% - 0.5rem);
}
header .menu.open .bar {
  top: calc(50% - 1px);
  transform: rotate(315deg);
}
header .menu.open .bar3 {
  width: 100%;
  bottom: calc(50% - 1px);
  transform: rotate(-315deg);
}

footer {
  display: flex;
  justify-content: center;
  padding: 8rem 0;
  position: relative;
}
@media only screen and (max-width: 1119px) {
  footer {
    display: block;
    padding: 3rem 0 10rem;
  }
}
footer .back {
  width: 10rem;
  position: fixed;
  right: 2.75rem;
  bottom: 2.75rem;
  transition: 0.75s;
  opacity: 0;
}
@media only screen and (max-width: 1119px) {
  footer .back {
    width: 6rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
  }
}
footer .back.show {
  opacity: 1;
}
footer .logo {
  width: 10rem;
}
@media only screen and (max-width: 1119px) {
  footer .logo {
    margin: 0 auto 1.875rem;
  }
}
footer address {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: -0.375em 0;
  padding: 1.25rem 0 0 1.75rem;
}
@media only screen and (max-width: 1119px) {
  footer address {
    text-align: center;
    padding: 1.25rem 0 0;
  }
}

@media only screen and (min-width: 1121px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
}

#index {
  position: relative;
  overflow: hidden;
}
#index .header {
  padding: 13rem 0 7.125rem;
}
@media only screen and (max-width: 1119px) {
  #index .header {
    padding: 2.875rem 0 15.8125rem;
  }
}
#index .header .mainImage {
  width: 64.9375vw;
  height: 36.125vw;
  margin-left: auto;
  background: url("../img/main.jpg") center/110% no-repeat;
  border-radius: 4rem 0 0 4rem;
  position: relative;
  transition: 1.5s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
}
@media only screen and (max-width: 1119px) {
  #index .header .mainImage {
    width: 87.5vw;
    height: 100vw;
    background: url("../img/_main.jpg") center/110% no-repeat;
    border-radius: 2rem 0 0 2rem;
    margin-top: 3.0625rem;
  }
}
#index .header .mainImage.play {
  background-size: 100%;
  opacity: 1;
}
#index .header .mainImage .catch {
  width: 24.5vw;
  height: 9.5284125vw;
  position: absolute;
  left: -15vw;
  top: 9.5vw;
}
@media only screen and (max-width: 1119px) {
  #index .header .mainImage .catch {
    width: 55.2734375vw;
    height: 21.484375vw;
    left: -6.25vw;
    top: 12.109375vw;
  }
}
#index .header .mainImage .catch.play .img {
  transform: translateX(0);
  opacity: 1;
}
#index .header .mainImage .catch.play .img2 {
  opacity: 1;
}
#index .header .mainImage .catch .img {
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1rem);
  opacity: 0;
}
#index .header .mainImage .catch .img2 {
  height: 0.9343875vw;
  position: absolute;
  bottom: 0;
  transition: 1s 0.5s;
  opacity: 0;
}
@media only screen and (max-width: 1119px) {
  #index .header .mainImage .catch .img2 {
    height: 2.1068359375vw;
  }
}
#index .header .mainImage .cow {
  width: 14.4375vw;
  position: absolute;
  left: 8vw;
  top: 30.625vw;
}
@media only screen and (max-width: 1119px) {
  #index .header .mainImage .cow {
    width: 33.203125vw;
    left: 50.9765625vw;
    top: 84.1796875vw;
  }
}
#index .header .mainImage .milk {
  width: 10.4375vw;
  position: absolute;
  left: 52.1875vw;
  top: 30.625vw;
}
@media only screen and (max-width: 1119px) {
  #index .header .mainImage .milk {
    width: 24.0234375vw;
    left: -3.90625vw;
    top: 84.1796875vw;
  }
}
#index .header .scroll {
  position: absolute;
  top: 50.125vw;
  left: 27.5vw;
  transition: 1s;
  transform: translateX(-50%);
  opacity: 0;
}
@media only screen and (max-width: 1119px) {
  #index .header .scroll {
    left: 50%;
    top: initial;
    bottom: 9.875rem;
  }
}
#index .header .scroll.play {
  opacity: 1;
}
#index .header .scroll::after, #index .header .scroll::before {
  width: 1px;
  height: 3rem;
  content: "";
  background: #000;
  margin: 0 auto;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  z-index: 5;
  transition-duration: 0.5s;
  transform-origin: top;
  animation: myAnime 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
  opacity: 1;
}
#index .header .scroll::after {
  transform-origin: bottom;
  animation: myAnime2 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
}
#index .header .scroll img {
  height: 1rem;
}
@-webkit-keyframes myAnime {
  0% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  51% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(0, 0);
  }
}
@-webkit-keyframes myAnime2 {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(0, 0);
  }
  51% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0);
  }
}
#index h2 {
  position: absolute;
  left: 22.5vw;
  top: -2rem;
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(calc(1rem - 50%));
  opacity: 0;
}
@media only screen and (max-width: 1119px) {
  #index h2 {
    position: static;
    transform: translateY(1rem);
  }
}
#index h2.play {
  transform: translateX(-50%);
  opacity: 1;
}
@media only screen and (max-width: 1119px) {
  #index h2.play {
    transform: translateY(0);
  }
}
#index h2 img {
  height: 4.25rem;
}
@media only screen and (max-width: 1119px) {
  #index h2 img {
    margin: 0 auto;
  }
}
#index .contents > div {
  position: relative;
}
#index .contents > div .wrapper {
  max-width: 70rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1119px) {
  #index .contents > div .wrapper {
    padding: 0 2em;
  }
}
#index .contents .bg {
  background: rgba(196, 181, 128, 0.2);
  position: relative;
}
#index .contents .bg::after, #index .contents .bg::before {
  width: 1px;
  height: 8rem;
  content: "";
  background: #000;
  margin: 0 auto;
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  z-index: 5;
  transition-duration: 0.5s;
  transform-origin: top;
  animation: myAnime 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
  opacity: 1;
}
#index .contents .bg::after {
  transform-origin: bottom;
  animation: myAnime2 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
}
#index .contents .bg .productsBox {
  margin: 0 0 0;
}
#index .contents .productsBox {
  margin: 8rem 0 0;
  position: relative;
}
@media only screen and (min-width: 1121px) {
  #index .contents .productsBox {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
  }
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox {
    padding: 0 2em;
  }
}
@media screen and (max-width: 400px) {
  #index .contents .productsBox {
    padding: 0;
  }
}
#index .contents .productsBox .img1 {
  position: absolute;
  top: 3.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox .img1 {
    margin: 4rem auto 0;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transform: none;
  }
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox .img1#milkjam {
    width: 13.3125rem;
  }
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox .img1#milkjamPudding {
    width: 13.5625rem;
  }
}
#index .contents .productsBox .img1#halfDorayaki {
  left: 30rem;
  top: 10rem;
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox .img1#halfDorayaki {
    width: 17.5rem;
    top: 0;
    left: 0;
  }
}
#index .contents .productsBox .img1.no1::after {
  content: "";
  width: 6.1875rem;
  height: 7.25rem;
  background: url("../img/no1.svg") center/cover no-repeat;
  position: absolute;
  left: calc(50% + 5.5rem);
  top: -4.5rem;
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox .img1.no1::after {
    width: 4.6875rem;
    height: 5.5rem;
    left: calc(50% + 4.5rem);
    top: -3.125rem;
  }
}
#index .contents .productsBox .img2 {
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-position: center center;
  border-radius: 4rem;
  position: relative;
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
@media only screen and (min-width: 1121px) {
  #index .contents .productsBox .img2 {
    width: 35rem;
    height: 21.6875rem;
    order: 1;
  }
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox .img2 {
    width: 100%;
    height: calc(0.6196428571 * (100vw - 4rem));
    border-radius: 2rem;
    margin: 2rem 0 0;
  }
}
#index .contents .productsBox .img2.play {
  background-size: auto 100%;
  opacity: 1;
}
#index .contents .productsBox .img2 span {
  display: block;
  font-size: 0.75rem;
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 6.25rem;
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox .img2 span {
    display: none;
  }
}
@media only screen and (min-width: 1121px) {
  #index .contents .productsBox dl {
    width: 23.75rem;
    display: flex;
    align-items: flex-end;
    order: 2;
  }
}
#index .contents .productsBox dl dt {
  min-width: 2.75rem;
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox dl dt {
    width: 2.75rem;
    position: absolute;
    left: 2rem;
    top: 0;
  }
}
@media screen and (max-width: 400px) {
  #index .contents .productsBox dl dt {
    left: 0;
  }
}
#index .contents .productsBox dl dd {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: -0.375em 0;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 1119px) {
  #index .contents .productsBox dl dd {
    padding: 1.75rem 0 0;
  }
}
#index .contents .lineup {
  max-width: 796px;
  margin: 5rem auto 0;
  position: relative;
}
@media only screen and (max-width: 1119px) {
  #index .contents .lineup {
    padding: 0 2em;
  }
}
@media screen and (max-width: 400px) {
  #index .contents .lineup {
    padding: 0;
  }
}
#index .contents .lineup h3 {
  width: 1.4375rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1119px) {
  #index .contents .lineup h3 {
    width: 5.1875rem;
    position: relative;
    margin: 0 0 2rem;
  }
}
#index .contents .lineup h3::after {
  width: 1px;
  height: 3rem;
  content: "";
  background: #000;
  position: absolute;
  top: 6.125rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1119px) {
  #index .contents .lineup h3::after {
    width: 3rem;
    height: 1px;
    left: calc(100% + 0.5rem);
    top: 50%;
    transform: translateY(-50%);
  }
}
#index .contents .lineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 4.875rem;
}
@media only screen and (max-width: 1119px) {
  #index .contents .lineup ul {
    gap: 2em 4em;
  }
}
@media screen and (max-width: 400px) {
  #index .contents .lineup ul {
    gap: 2em 2em;
  }
}
#index .contents .lineup ul.col4 {
  gap: 2.25rem 1.5rem;
}
@media only screen and (max-width: 1119px) {
  #index .contents .lineup ul.col4 {
    gap: 2em 1.5em;
  }
}
#index .contents .lineup ul li a {
  cursor: default;
  display: block;
}
#index .contents .lineup ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1119px) {
  #index .contents .lineup ul li {
    width: calc((100% - 4em) / 2);
    max-width: 160px;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 400px) {
  #index .contents .lineup ul li {
    width: calc((100% - 2em) / 2);
  }
}
@media only screen and (max-width: 1119px) {
  #index .contents .lineup ul li.ab {
    padding-bottom: 3.75rem;
    position: relative;
  }
  #index .contents .lineup ul li.ab span {
    width: 10rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#index .contents .lineup ul li.circle {
  width: 10rem;
}
@media only screen and (max-width: 1119px) {
  #index .contents .lineup ul li.circle {
    width: calc((100% - 1.5em) / 2);
    max-width: 10rem;
  }
}
#index .contents .lineup ul li img {
  margin: 0 auto;
}
#index .contents .lineup ul li span {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  margin: calc(1rem - 0.375em) 0 -0.375em;
}
@media only screen and (min-width: 1121px) {
  #index .contents ul.col2 {
    display: flex;
    justify-content: space-between;
    gap: 4.125rem;
  }
}
@media only screen and (min-width: 1121px) {
  #index .contents ul.col2 li {
    width: 464px;
  }
}
@media only screen and (max-width: 1119px) {
  #index .contents ul.col2 li:first-child {
    margin: 0 0 3rem;
  }
}
#index .contents ul.col2 li h4 img {
  height: 1.25rem;
  margin: 0 auto;
}
#index .contents ul.col2 li .img {
  padding-top: 62.0689655172%;
  margin: 1.25rem 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 2rem;
  position: relative;
}
#index .contents ul.col2 li .img .cm_link {
  margin: 0;
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
}
#index .contents ul.col2 li p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(1.25rem - 0.375em) 0 -0.375em;
  padding: 0 1.75rem;
}
#index .contents ul.col2 li p.center {
  text-align: center;
}
#index #story {
  padding: 15rem 8vw 0 20vw;
}
@media screen and (max-width: 1299px) {
  #index #story {
    padding: 15rem 8vw 0 8vw;
  }
}
@media only screen and (max-width: 1119px) {
  #index #story {
    padding: 0;
    position: relative;
  }
}
#index #story h2 {
  top: 6rem;
}
@media screen and (max-width: 1299px) {
  #index #story h2 {
    left: 8rem;
  }
}
#index #story .txt {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 2.8;
  white-space: nowrap;
  margin: calc(5rem - 0.7em) 0 -0.7em;
}
@media only screen and (min-width: 1121px) {
  #index #story .flex {
    justify-content: space-between;
    max-width: 81.25rem;
  }
}
@media only screen and (min-width: 1121px) {
  #index #story .flex .left {
    width: 24rem;
  }
}
@media only screen and (max-width: 1119px) {
  #index #story .flex .left {
    width: 19em;
    margin: 0 auto;
  }
}
#index #story .flex .left .txt:first-child {
  margin: -0.7em 0;
}
@media only screen and (max-width: 1119px) {
  #index #story .flex .left .txt:first-child {
    margin: calc(5rem - 0.7em) 0 -0.7em;
  }
}
#index #story .flex .right {
  border-radius: 4rem;
  background: url("../img/04.jpeg") center/auto 110% no-repeat;
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
@media only screen and (min-width: 1121px) {
  #index #story .flex .right {
    width: calc(100% - 24rem);
    max-width: 46.875rem;
  }
}
#index #story .flex .right.play {
  background-size: auto 100%;
  opacity: 1;
}
@media only screen and (max-width: 1119px) {
  #index #story .box {
    margin: 0 auto;
  }
  #index #story .box .jam {
    width: 20.5625rem;
    margin: 5rem auto 0;
  }
  #index #story .box .tool {
    width: 45.8984375vw;
    max-width: 365px;
    position: absolute;
    left: 65.234375vw;
    top: -4.8828125vw;
  }
}
@media only screen and (min-width: 1121px) {
  #index #story .box {
    margin-left: auto;
    padding: 0 0 0 24rem;
    position: relative;
  }
  #index #story .box .jam {
    width: 20.5625rem;
    position: absolute;
    top: -1.75rem;
    left: -0.75rem;
  }
  #index #story .box .tool {
    width: 22.8125rem;
    position: absolute;
    top: -1.75rem;
    left: 50.3125rem;
    transition: 1s;
    transform: translateX(1rem) translateY(1rem);
    opacity: 0;
  }
  #index #story .box .tool.play {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
#index #products {
  margin: 11.625rem auto 0;
}
#index #products .bg {
  padding: 6.375rem 0 5rem;
}
@media only screen and (max-width: 1119px) {
  #index #products .bg {
    padding: 5.25rem 0 5.6875rem;
  }
}
#index #products .aboutMilk {
  max-width: 1120px;
  margin: 5rem auto 0;
  border-radius: 4rem;
  background: url("../img/bg.png") center/cover no-repeat #FFF;
  position: relative;
}
@media only screen and (max-width: 1119px) {
  #index #products .aboutMilk {
    max-width: 448px;
    padding: 4rem 0 0;
    background: url("../img/_bg.jpg") top center/100% no-repeat #FFF;
  }
}
@media only screen and (min-width: 1121px) {
  #index #products .aboutMilk {
    display: flex;
    padding: 4rem 4rem 4rem 5.5rem;
  }
  #index #products .aboutMilk > div {
    max-width: 567px;
    padding-right: 6.125rem;
  }
  #index #products .aboutMilk .img {
    width: 400px;
    padding: 0;
  }
}
#index #products .aboutMilk::after {
  content: "";
  width: 10.25rem;
  height: 5rem;
  background: url("../img/crown.svg") center/cover no-repeat;
  position: absolute;
  right: 3.4375rem;
  top: -4.625rem;
}
@media only screen and (max-width: 1119px) {
  #index #products .aboutMilk::after {
    width: 6.1875rem;
    height: 3rem;
    top: -2.875rem;
  }
}
#index #products .aboutMilk .img {
  background: url("../img/10.jpg") center/cover no-repeat;
  border-radius: 3rem;
  position: relative;
}
@media only screen and (max-width: 1119px) {
  #index #products .aboutMilk .img {
    width: 100%;
    height: auto;
    padding-top: 59.5982142857%;
    border-radius: 0 0 3rem 3rem;
    background: url("../img/_10.jpg") center/cover no-repeat;
  }
}
#index #products .aboutMilk .img figure {
  width: 5.4375rem;
  position: absolute;
  left: -3.5625rem;
  bottom: -0.875rem;
}
@media only screen and (max-width: 1119px) {
  #index #products .aboutMilk .img figure {
    left: 9.375vw;
    bottom: -3.25rem;
  }
}
#index #products .aboutMilk h3 img {
  height: 2.375rem;
}
@media only screen and (max-width: 1119px) {
  #index #products .aboutMilk h3 img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1119px) {
  #index #products .aboutMilk dl {
    padding: 0 2em 2em;
  }
}
#index #products .aboutMilk dl dt {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin: calc(3rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 1119px) {
  #index #products .aboutMilk dl dt {
    font-size: 1.25rem;
    text-align: center;
    margin: calc(2.5rem - 0.25em) 0 -0.25em;
  }
}
#index #products .aboutMilk dl dd {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(2rem - 0.375em) 0 -0.375em;
}
#index #products .read {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: center;
  margin: calc(5rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1119px) {
  #index #products .read {
    font-size: 1.25rem;
  }
}
#index #products .other {
  padding: 3rem 4rem;
  margin: 10rem auto 0;
  border-radius: 4rem;
  background: rgba(196, 181, 128, 0.2);
  position: relative;
}
@media only screen and (max-width: 1119px) {
  #index #products .other {
    padding: 3rem 2rem;
  }
}
#index #products .other h3 {
  position: absolute;
  top: -1.75rem;
  left: 5.75rem;
}
@media only screen and (max-width: 1119px) {
  #index #products .other h3 {
    left: 4rem;
  }
}
#index #products .other h3 img {
  height: 2.3125rem;
}
#index #media {
  padding: 8rem 2rem;
  margin: 10rem auto 0;
  background: rgba(196, 181, 128, 0.2);
}
#index #media .wrapper {
  max-width: 960px;
  padding: 4rem 10.5rem;
  margin: 0 auto 0;
  border-radius: 4rem;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 1119px) {
  #index #media .wrapper {
    padding: 3rem 2rem;
    margin: 3rem auto 0;
  }
}
#index #media .wrapper p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(2.25rem - 0.375em) 0 -0.375em;
}
#index #media .wrapper p:first-of-type {
  margin: -0.375em 0;
}
#index #media .wrapper .disc {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(0.75rem - 0.375em) 0 -0.375em;
}
#index #media .wrapper .disc li {
  padding-left: 1em;
  position: relative;
}
#index #media .wrapper .disc li::before {
  content: "○";
  position: absolute;
  left: 0;
}
#index #shop h2 {
  z-index: 2;
}
@media only screen and (max-width: 1119px) {
  #index #shop h2 {
    position: absolute;
    left: 2rem;
  }
}
#index #shop .fxdImg {
  height: 30rem;
  background: url("../img/22.jpeg") center/110% auto no-repeat;
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
@media only screen and (max-width: 1119px) {
  #index #shop .fxdImg {
    height: 50vw;
  }
}
#index #shop .fxdImg.play {
  background-size: 100% auto;
  opacity: 1;
}
#index #shop .jikan {
  max-width: 960px;
  font-size: 1.25rem;
  text-align: center;
  padding: 1.875rem 0;
  margin: 3.375rem auto 0;
  border-radius: 5rem;
  background: rgba(196, 181, 128, 0.2);
}
@media only screen and (max-width: 1119px) {
  #index #shop .jikan {
    text-align: center;
    line-height: 2;
  }
}
#index #shop .tabHeader li {
  cursor: pointer;
  position: relative;
}
#index #shop .tabHeader li.on::after, #index #shop .tabHeader li:hover::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 0.75rem 0 0.75rem;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: calc(100% + 1rem);
  transform: translateX(-50%);
}
#index #shop .col2 {
  max-width: 992px;
  gap: inherit;
  margin: 4rem auto 0;
}
#index #shop .col2 li {
  position: relative;
}
#index #shop .map {
  height: 36rem;
  margin: 3.375rem auto 0;
  position: relative;
}
@media only screen and (max-width: 1119px) {
  #index #shop .map {
    height: calc(100vw - 4em);
  }
}
#index #shop .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1120px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 1119px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 13px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: auto;
  }
}/*# sourceMappingURL=layout.css.map */