body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1280px;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}

.pagetop a {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../img/page_top.png);
  background-size: 70px;
}

@media (hover: hover) {
  .pagetop a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

header {
  background-image: url(../img/main_wave.png), url(../img/header_illust.png), url(../img/header_bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100% auto;
  background-position: center bottom, center top, center top;
  padding: calc(40 / 1440 * max(1280px, 100vw)) 0 calc(220 / 1440 * max(1280px, 100vw));
  text-align: center;
  position: relative;
}
header .logo {
  position: absolute;
  right: 30px;
  top: 30px;
  width: calc(218px / 2);
}
header .logo img {
  width: 100%;
}
header h1 {
  width: calc(1113 / 2 / 1440 * max(1280px, 100vw));
  margin: 0 auto;
}
header h1::after {
  content: "";
  position: absolute;
  left: calc(-285 / 1440 * max(1280px, 100vw));
  top: calc(25 / 1440 * max(1280px, 100vw));
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(../img/main_foods.png);
  background-repeat: no-repeat;
  background-size: calc(320 / 1440 * max(1280px, 100vw)) auto;
  background-position: center top;
}
header h1 .ttl {
  width: 100%;
}
header h1 .odashi_kizamiage {
  position: absolute;
  right: calc(50% - 350 / 1440 * max(1280px, 100vw));
  top: calc(340 / 1440 * max(1280px, 100vw));
  width: calc(210 / 1440 * max(1280px, 100vw));
  transform: rotate(-15deg);
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
}
header h1 .odashi_aburaage {
  position: absolute;
  right: calc(50% - 480 / 1440 * max(1280px, 100vw));
  top: calc(283 / 1440 * max(1280px, 100vw));
  width: calc(150 / 1440 * max(1280px, 100vw));
  transform: rotate(15deg);
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
}

main {
  background-image: url(../img/main_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
  z-index: 1;
  margin-top: calc(-50 / 1440 * max(1280px, 100vw));
}
main::before {
  content: "";
  position: absolute;
  top: calc(-50 / 1440 * max(1280px, 100vw));
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background-image: url(../img/main_illust.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
main .inner {
  width: 1180px;
  margin: 0 auto;
  padding: 0 0 calc(200 / 1440 * max(1280px, 100vw));
  position: relative;
  z-index: 1;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  width: 980px;
  padding: 18px 0;
  margin: 0 auto 30px;
  position: relative;
}
h2 .odashi_kizamiage {
  position: absolute;
  left: 55px;
  top: -18px;
  width: 140px;
  transform: rotate(-15deg);
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
}
h2 .odashi_aburaage {
  position: absolute;
  right: 106px;
  bottom: -15px;
  width: 100px;
  transform: rotate(15deg);
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
}

.lead + h2 {
  margin-top: 75px;
}

ul + h2 {
  margin-top: 150px;
}

.lead {
  margin-bottom: 50px;
}

ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
ul.-cols-2 {
  padding-left: 200px;
  padding-right: 200px;
}
ul li {
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 30px 45px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
ul li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e09610;
  background-image: url(../img/arrow_right.png);
  background-repeat: no-repeat;
  background-size: calc(24px / 2) auto;
  background-position: center;
}
@media (hover: hover) {
  ul li::after {
    transition: background-color 0.3s;
  }
  ul li .ph img {
    transition: transform 0.3s;
  }
  ul li:hover::after {
    background-color: #000;
  }
  ul li:hover .ph img {
    transform: scale(1.075);
  }
}
ul a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
ul .ph {
  width: calc(100% + 30px * 2);
  margin-left: -30px;
  margin-bottom: 15px;
  aspect-ratio: 360 / 240;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
ul .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul .catch {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
ul .ttl {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 0.6em;
  margin-bottom: 5px;
}
ul .text {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  text-align: justify;
}

footer {
  margin-top: calc(-50 / 1440 * max(1280px, 100vw));
  position: relative;
  z-index: 1;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(169 / 1440 * max(1280px, 100vw));
  display: block;
  z-index: -1;
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
footer > * {
  width: 1180px;
  margin: 0 auto;
}
footer .footerArea {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footerArea .logo {
  width: 70px;
}
footer .footerArea .logo img {
  width: 100%;
}
footer .footerArea .copyright {
  font-size: 10px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  body {
    min-width: auto;
  }

  p {
    font-size: calc(16 / 390 * 100vw);
    text-align: justify;
  }

  header {
    background-image: url(../img/sp_main_wave.png), url(../img/sp_header_illust.png), url(../img/sp_header_bg.jpg);
    padding: calc(40 / 390 * 100vw) 0 calc(110 / 290 * 100vw);
  }
  header .logo {
    right: calc(20 / 390 * 100vw);
    top: calc(20 / 390 * 100vw);
    width: calc(55 / 390 * 100vw);
  }
  header h1 {
    width: calc(290 / 390 * 100vw);
  }
  header h1::after {
    left: calc(-105 / 390 * 100vw);
    top: calc(13 / 390 * 100vw);
    background-size: calc(160 / 390 * 100vw) auto;
  }
  header h1 .odashi_kizamiage {
    right: calc(50% - 128 / 390 * 100vw);
    top: calc(230 / 390 * 100vw);
    width: calc(77 / 390 * 100vw);
    filter: drop-shadow(calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) rgba(0, 0, 0, 0.15));
  }
  header h1 .odashi_aburaage {
    right: calc(50% - 175 / 390 * 100vw);
    top: calc(210 / 390 * 100vw);
    width: calc(55 / 390 * 100vw);
    filter: drop-shadow(calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) rgba(0, 0, 0, 0.15));
  }

  main {
    background-image: url(../img/sp_main_bg.jpg);
    margin-top: calc(-50 / 390 * 100vw);
  }
  main::before {
    top: calc(10 / 390 * 100vw);
    background-image: url(../img/sp_main_illust.png);
  }
  main .inner {
    width: calc(100% - 20 / 390 * 100vw * 2);
    padding: calc(50 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }

  h2 {
    width: 100%;
    font-size: calc(24 / 390 * 100vw);
    padding: calc(18 / 390 * 100vw) 0;
    margin: 0 auto calc(30 / 390 * 100vw);
  }
  h2 .odashi_kizamiage {
    left: calc(-2 / 390 * 100vw);
    top: calc(-5 / 390 * 100vw);
    width: calc(70 / 390 * 100vw);
    filter: drop-shadow(calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) rgba(0, 0, 0, 0.15));
  }
  h2 .odashi_aburaage {
    right: calc(18 / 390 * 100vw);
    bottom: calc(-17 / 390 * 100vw);
    width: calc(50 / 390 * 100vw);
    filter: drop-shadow(calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) rgba(0, 0, 0, 0.15));
  }

  .lead + h2 {
    margin-top: calc(40 / 390 * 100vw);
  }

  ul + h2 {
    margin-top: calc(50 / 390 * 100vw);
  }

  .lead {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  ul {
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
  }
  ul.-cols-2 {
    padding-left: 0;
    padding-right: 0;
  }
  ul li {
    width: 100%;
    gap: calc(10 / 390 * 100vw);
    padding: 0 calc(30 / 390 * 100vw) calc(45 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
  }
  ul li::after {
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    border-top-left-radius: calc(10 / 390 * 100vw);
    border-bottom-right-radius: calc(10 / 390 * 100vw);
    background-size: calc(24 / 2 / 390 * 100vw) auto;
  }
  ul .ph {
    width: calc(100% + 30 / 390 * 100vw * 2);
    margin-left: calc(-30 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
    border-top-left-radius: calc(10 / 390 * 100vw);
    border-top-right-radius: calc(10 / 390 * 100vw);
  }
  ul .catch {
    font-size: calc(18 / 390 * 100vw);
    text-align: center;
  }
  ul .ttl {
    font-size: calc(16 / 390 * 100vw);
    padding: 0.6em;
    margin-bottom: calc(0 / 390 * 100vw);
    text-align: center;
  }
  ul .text {
    font-size: calc(12 / 390 * 100vw);
  }

  footer {
    margin-top: calc(-50 / 390 * 100vw);
  }
  footer::before {
    height: calc(169 / 390 * 100vw);
    background-image: url(../img/sp_footer_bg.png);
  }
  footer > * {
    width: calc(100% - 20 / 390 * 100vw * 2);
  }
  footer .footerArea {
    height: calc(294 / 2 / 390 * 100vw);
    flex-direction: column;
    justify-content: center;
    gap: calc(10 / 390 * 100vw);
  }
  footer .footerArea .logo {
    width: calc(70 / 390 * 100vw);
  }
  footer .footerArea .copyright {
    font-size: calc(10 / 390 * 100vw);
  }
}
