@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}
/* リセットここまで */

/****** 共通項目 ******/
html {
  scroll-behavior: smooth;
}
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
a {
  color: #333;
}
body {
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}
h1,
h2,
h3 {
  line-height: 1;
  cursor: default;
}
.cta-btn {
  position: fixed;
  right: 0;
  bottom: 120px;
  width: 70px;
  height: 200px;
  writing-mode: vertical-rl;
  font-size: 24px;
  background-color: #33513e;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
.cta-btn a {
  display: block;
  color: #fff;
  padding-right: 15px;
}
.to-top-btn {
  width: clamp(50px, 46.479px + 0.939vw, 60px);
  position: fixed;
  bottom: 32px;
  right: 16px;
}
.txt-br {
  display: none;
}
/****** ヘッダー ******/
header {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #33513e;
}
.header-nav {
  width: 95%;
  height: 85px;
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5efe6;
  padding: 10px 20px;
}
.header-logo img {
  width: 200px;
}

.header-nav ul {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  font-size: clamp(16px, 14.239px + 0.469vw, 21px);
}

.header-nav ul li a {
  color: #33513e;
  font-weight: bold;
}

/****** フッター ******/
footer {
  background-color: #1c2e4a;
}
.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.footer-logo {
  width: 100%;
}
.footer-logo img {
  width: 40%;
  min-width: 200px;
  margin-bottom: 20px;
}
footer .inner {
  background-color: #f5efe6;
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(40px, 25.915px + 3.756vw, 80px);
  background-color: #f5efe6;
  padding-top: clamp(40px, 32.958px + 1.878vw, 60px);
}
.footer-nav,
.footer-right {
  width: 50%;
}
.footer-info {
  border: solid 3px #9db4a2;
  padding: 20px;
  max-width: 500px;
  min-width: 300px;
  cursor: default;
}
.copy {
  text-align: center;
  padding-bottom: 50px;
}
/****** インデックス ******/
/* ヘッダー */
#top header {
  width: 100%;
  height: 100vh;
  position: relative;
  background: none;
}
#top .mainvisual-img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#top .mainvisual-img video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#top .mainvisual-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(237, 237, 237, 0.25);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#top .mainvisual-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(200px, 164.792px + 9.389vw, 299.99px);
  animation: fadeIn 2s ease-out 1;
}
#top .mainvisual-txt {
  writing-mode: vertical-rl;
  color: #33513e;
  animation: fadeIn 2s ease-out 1;
  font-size: clamp(30px, 26.479px + 0.939vw, 40px);
}
#top .mainvisual-txt span:first-child {
  position: absolute;
  top: 32%;
  right: 28%;
}
#top .mainvisual-txt span:last-child {
  position: absolute;
  top: 32%;
  left: 28%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*** nav ***/
#top nav {
  background-color: #f5efe6;
}
#top .gloval-nav .inner ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: clamp(16px, 14.239px + 0.469vw, 21px);
  padding: clamp(20px, 9.437px + 2.817vw, 50px) 0;
}
#top .gloval-nav .inner ul li {
  border-left: solid 2px rgb(28, 46, 74);
  width: 100%;
}
#top .gloval-nav .inner ul li:last-child {
  border-right: solid 2px #1c2e4a;
}
#top .gloval-nav .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c2e4a;
  font-weight: bold;
}
/******* main ******/
.syoukai .fixed-bg {
  width: 100%;
  height: 100vh;
  background-image: url(../task-img/mizuumi.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.syoukai-container {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.syoukai-txt {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-shadow: 0 0 10px #333;
  margin-right: 60px;
  text-align: justify;
  cursor: default;
}

.syoukai-txt h2 {
  margin-bottom: clamp(20px, 12.958px + 1.878vw, 40px);
  font-size: clamp(25px, 23.592px + 0.376vw, 29px);
  text-shadow: 0 0 10px #333;
}
/***** リンクエリア ******/
.link-container {
  padding: clamp(50px, 32.394px + 4.695vw, 100px) 0;
  background-color: #f5efe6;
}
.link-container .inner {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.link-container .inner a.page-link {
  position: relative;
  clip-path: ellipse(50% 50% at 50% 50%);
}
.link-container .inner a.page-link:hover {
  transform: scale(1.05);
}
.link-container .inner a.page-link img {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.link-container .pagelink-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 100;
  width: 300px;
}
.link-container .inner h2 {
  font-size: 30px;
  text-shadow: 5px 5px 10px #000;
  cursor: pointer;
}
.link-container .page-link h2 span {
  font-size: 90px;
  text-shadow: 0px 0px 10px #000000;
}
.link-container .pagelink-txt P {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0px 0px 10px #000;
}

/* 新着情報 */
.news {
  padding: clamp(40px, 25.915px + 3.756vw, 80px) 0;
}
.news .inner {
  display: flex;
}
.news h2 {
  text-align: center;
  font-size: clamp(30px, 26.479px + 0.939vw, 40px);
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 30%;
  color: #33513e;
}
.news dl {
  width: 70%;
}
.news dd {
  border-bottom: #9db4a2 solid 3px;
  margin-bottom: 15px;
  font-size: clamp(16px, 14.592px + 0.376vw, 20px);
  padding-bottom: 5px;
}
.news dd:last-child {
  margin-bottom: clamp(20px, 12.958px + 1.878vw, 40px);
}
.news-link-btn {
  display: block;
  width: 30%;
  min-width: 338px;
  border-radius: 10px;
  margin: 0 auto;
  font-size: clamp(18px, 17.296px + 0.188vw, 20px);
  background-color: #9db4a2;
  text-align: center;
  padding: 5px;
}
.news-link-btn:hover {
  opacity: 0.9;
}
/* SNSへのリンク */
.SNS-link {
  text-align: center;
  padding-bottom: clamp(20px, 9.437px + 2.817vw, 50px);
}
.SNS-link h2 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: clamp(20px, 18.592px + 0.376vw, 24px);
}
.snslink-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(5px, -3.803px + 2.347vw, 30px);
  padding-bottom: clamp(40px, 25.915px + 3.756vw, 80px);
  width: clamp(248px, 88.845px + 42.441vw, 700px);
}
.sns-item img {
  width: clamp(80px, 72.958px + 1.878vw, 100px);
}
.line-img {
  height: 70px;
  background-image: url(../task-img/mokomoko_line_01_brown.png);
  background-repeat: repeat-x;
  background-position: center;
  border: none;
}
/* ECサイト */
.EC {
  padding-top: clamp(0px, -17.606px + 4.695vw, 50px);
}
.EC .inner:hover {
  transform: translate(0px, 10px);
}
.EC h2,
.furusato h2 {
  line-height: 1.5;
  font-size: clamp(16px, 13.183px + 0.751vw, 24px);
}
.EC .inner,
.furusato .inner {
  display: grid;
  grid-template-rows: 200px;
  grid-template-columns: repeat(4, 1fr);
}
.EC .item1,
.furusato .item1 {
  display: grid;
  place-items: center;
  grid-row: 1/2;
  grid-column: 1/2;
  background-color: #33513e;
  color: #fff;
}
.EC .item2 {
  background-image: url(../task-img/imo.jpg);
  background-position: center;
  background-size: cover;
  grid-row: 1/2;
  grid-column: 2/3;
}
.EC .item3 {
  grid-row: 1/2;
  grid-column: 3/4;
  background-image: url(../task-img/kyabia.jpg);
  background-position: center;
  background-size: cover;
}
.EC .item4 {
  grid-row: 1/2;
  grid-column: 4/5;
  background-image: url(../task-img/kabotya.jpg);
  background-position: center;
  background-size: cover;
}
/* ふるさと納税 */
.furusato {
  padding: 30px 0 clamp(60px, 45.915px + 3.756vw, 100px);
}
.furusato .inner:hover {
  transform: translate(0px, 10px);
}
.furusato .item1 {
  background-color: #1c2e4a;
  display: grid;
  place-items: center;
}
.furusato .item2 {
  background-image: url(../task-img/cheese.jpg);
  background-position: center;
  background-size: cover;
  grid-row: 1/2;
  grid-column: 2/3;
}
.furusato .item3 {
  grid-row: 1/2;
  grid-column: 3/4;
  background-image: url(../task-img/niku.jpg);
  background-position: center;
  background-size: cover;
}
.furusato .item4 {
  grid-row: 1/2;
  grid-column: 4/5;
  background-image: url(../task-img/cookie.jpg);
  background-position: center;
  background-size: cover;
}
/* アクセス */

.access h2,
.otoiawase h2 {
  text-align: center;
  font-size: clamp(32px, 29.183px + 0.751vw, 40px);
  color: rgb(51, 81, 62);
  margin-bottom: clamp(20px, 12.958px + 1.878vw, 40px);
}
.access {
  padding: clamp(40px, 32.958px + 1.878vw, 60px) 0
    clamp(60px, 52.958px + 1.878vw, 80px);
  background-color: #9db4a2;
}

.map-container {
  display: flex;
  gap: 20px;
}
.map,
.access-item {
  width: 50%;
}
.access-item img {
  border-radius: 10px;
  box-shadow: 0 0 5px 5px #fcfcfc;
}
.otoiawase {
  padding-bottom: clamp(60px, 52.958px + 1.878vw, 80px);
  background-color: #9db4a2;
}
.contact-btn {
  display: block;
  width: 50%;
  min-width: 338px;
  border: solid #fff 4px;
  border-radius: 10px;
  box-shadow: 0 0 10px #fff;
  margin: 0 auto;
  font-size: clamp(18px, 17.296px + 0.188vw, 20px);
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.contact-btn:hover {
  background-color: #fff;
  color: #333;
}
.mail-icon img {
  width: clamp(50px, 39.437px + 2.817vw, 80px);
}

/****** toiawase.html ********/
#toiawase main {
  background-color: #f5efe6;
  border-bottom: #a68c6d solid 1px;
}
#toiawase main h1 {
  color: #33513e;
  text-align: center;
  padding: 80px 0 20px;
}
#toiawase dl {
  width: 80%;
  max-width: 990px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  margin: 0 auto 20px;
}
#toiawase dl dt {
  float: left;
  padding: 1em;
}
#toiawase dl dt .must {
  color: red;
}
#toiawase dl dd {
  border-bottom: 1px solid #fff;
  padding: 1em 0 1em 18em;
}
input[type="email"] {
  width: 50%;
}
#toiawase input {
  font-size: 1em;
  padding: 5px;
}
#toiawase label {
  margin-right: 1em;
}
#toiawase textarea {
  width: 30em;
  font-size: 1em;
  padding: 5px;
}
#toiawase p.submit {
  text-align: center;
  padding-bottom: 80px;
}
#toiawase input[type="submit"] {
  padding: 20px 100px;
  background-color: #33513e;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}
#toiawase input[type="submit"]:hover {
  opacity: 0.8;
}
/******** kankou.html *********/
#kankou main {
  background-color: #f5efe6;
  border-bottom: #a68c6d solid 1px;
}
.kankou-mainvisual {
  background-image: url(../task-img/ainu-dance.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(30px, 12.394px + 4.695vw, 80px);
}
.kankou-mainvisual h1 {
  color: #fff;
  font-size: clamp(30px, 22.958px + 1.878vw, 50px);
  text-shadow: 0 0 10px#000;
}
#kankou .kankou-box {
  padding-bottom: clamp(30px, 12.394px + 4.695vw, 80px);
}
#kankou .kankou-box h2 {
  font-size: clamp(24px, 19.07px + 1.315vw, 38px);
  color: #333;
  border-left: #9db4a2 solid 10px;
  border-bottom: #9db4a2 solid 3px;
  margin-bottom: clamp(20px, 9.437px + 2.817vw, 50px);
  padding: 0 0 10px 15px;
}
.kankou-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kankou-item p {
  padding: 0 20px;
  text-align: justify;
}
#kankou .slider {
  width: 70%;
  max-width: 600px;
  height: auto;
  overflow: hidden;
  position: relative;
}
#kankou .slider-track {
  display: flex;
  animation: slide 12s infinite;
}
#kankou .slider-item {
  width: 100%;
  flex: 0 0 auto;
}
#kankou .slider-item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(0);
  }
  39% {
    transform: translateX(-100%);
  }
  66% {
    transform: translateX(-100%);
  }
  72% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/******* syoku.html *********/
#syoku main {
  background-color: #f5efe6;
  border-bottom: solid 1px #a68c6d;
  padding-bottom: 50px;
}
.syoku-mainvisual {
  background-image: url(../task-img/taruto.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.syoku-mainvisual h1 {
  color: #fff;
  font-size: 50px;
  text-shadow: 0 0 10px#000;
}
#syoku .grill {
  height: 800px;
  background-color: #33513e;
  clip-path: polygon(0 10%, 100% 1%, 100% 100%, 0 90%);
}
.syoku-box .inner {
  display: grid;
  grid-template-rows: 300px 300px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 100px;
}

.syoku-item1 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1/2;
  grid-column: 1/2;
}
.syoku-item1 h2,
.syoku-item5 h2 {
  font-size: 28px;
  padding-bottom: 10px;
}
.syoku-item2 {
  background-image: url(../task-img/gril.jpg);
  background-position: center;
  background-size: cover;
  grid-row: 1/2;
  grid-column: 2/3;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}
.syoku-item3 {
  background-image: url(../task-img/sityu.jpg);
  background-position: center;
  background-size: cover;
  grid-row: 2/3;
  grid-column: 1/2;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}
.syoku-item4 {
  background-image: url(../task-img/wain.jpg);
  background-position: center;
  background-size: cover;
  grid-row: 2/3;
  grid-column: 2/3;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}
#syoku .pumpkin {
  height: 800px;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  background-color: #c7a55d;
}
.syoku-item5 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1/2;
  grid-column: 2/3;
}
.syoku-item6 {
  background-image: url(../task-img/taruto.png);
  background-position: center;
  background-size: cover;
  grid-row: 1/2;
  grid-column: 1/2;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}
.syoku-item7 {
  background-image: url(../task-img/cookie.jpg);
  background-position: center;
  background-size: cover;
  grid-row: 2/3;
  grid-column: 1/2;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}
.syoku-item8 {
  background-image: url(../task-img/purin.jpg);
  background-position: center;
  background-size: cover;
  grid-row: 2/3;
  grid-column: 2/3;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}
/******** maintenance.html *********/
#maintenance main {
  background-color: #f5efe6;
  width: 100%;
  height: 100vh;
}
#maintenance h1 {
  text-align: center;
  padding: 30px 0;
}
.error-img {
  width: 100%;
  animation: swing 1.5s ease-in-out infinite;
}
@keyframes swing {
  0%,
  100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
.error-img img {
  display: block;
  width: 40%;
  margin: 0 auto;
}
/* shop.html */
.shop-mainvisual {
  background-image: url(../task-img/cheese.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.shop-mainvisual h1 {
  color: #fff;
  font-size: 50px;
  text-shadow: 0 0 10px#000;
}
#shop main {
  background-color: #f5efe6;
  border-bottom: #a68c6d 1px solid;
  padding-bottom: 80px;
}
.shop-new {
  margin-bottom: 50px;
}
#shop h2 img {
  width: 80%;
  margin-bottom: 20px;
}
.shop-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-item {
  width: 32%;
  color: #a68c6d;
  text-align: center;
  position: relative;
}
.hover-box {
  position: relative;
  overflow: clip;
  align-items: center;
  width: 100%;
  height: 100%;
}
.shop-img img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.shop-item img:first-child {
  border-radius: 15px;
}
.shop-item a img {
  width: 50%;
}

.shop-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: all 0.2s;
  border-radius: 15px;
}
.shop-box .shop-item:hover .shop-txt {
  opacity: 1;
}
.shop-txt h3 {
  font-size: 22px;
  width: 100%;
}
.shop-txt p {
  width: 100%;
  font-size: 20px;
}
.shop-item a img {
  padding-top: 10px;
}
/********** 画面幅768px未満 **************/
@media (width<768px) {
  /* 共通項目 */
  .cta-btn {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 300px;
    height: 50px;
    writing-mode: horizontal-tb;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
  }
  .to-top-btn {
    bottom: 50px;
  }
  .txt-br {
    display: block;
  }
  /* メインビジュアル */
  .mainvisual-txt {
    display: none;
  }
  /* グローバルナビ */
  #top .gloval-nav .inner ul {
    flex-wrap: wrap;
  }
  #top .gloval-nav .inner ul li {
    border-left: none;
    width: 50%;
  }
  #top .gloval-nav .inner ul li:last-child {
    border-right: none;
  }
  /* 紹介 */
  .syoukai-txt {
    right: 0;
    bottom: 20px;
    margin: 50px;
    cursor: default;
  }
  /* リンクエリア */
  .link-container .inner {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  /* 新着情報 */
  .news .inner {
    display: block;
  }
  .news h2 {
    width: 100%;
    text-align: left;
  }
  .news dl {
    width: 100%;
  }
  /* ECサイト */
  .EC .inner,
  .furusato .inner {
    display: grid;
    grid-template-rows: 100px 100px;
    grid-template-columns: repeat(2, 1fr);
  }
  .EC .item3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .EC .item4 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  /* ふるさと納税 */
  .furusato .item3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .furusato .item4 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .map-container {
    flex-direction: column;
  }
  .map,
  .access-item {
    width: 100%;
  }
  /****** kankou.html764以下 ******/
  .kankou-mainvisual h1 {
    display: flex;
    flex-wrap: wrap;
  }
  .kankou-item {
    flex-direction: column;
  }
  .kankou-item p {
    padding-bottom: 20px;
  }
  /****** syoku.html764以下 ******/
  .syoku-box .inner {
    grid-template-rows: repeat(4, 200px);
    grid-template-columns: 1fr;
  }
  #syoku .grill,
  #syoku .pumpkin {
    height: auto;
  }
  .syoku-item1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .syoku-item2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .syoku-item3 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .syoku-item4 {
    grid-row: 4/5;
    grid-column: 1/2;
  }
  .syoku-item5 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .syoku-item6 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .syoku-item7 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .syoku-item8 {
    grid-row: 4/5;
    grid-column: 1/2;
  }

  /* フッター */
  .footer-container {
    flex-direction: column;
    justify-content: center;
  }
  .footer-nav,
  .footer-right {
    width: 80%;
  }
  .footer-right .footer-logo img {
    display: block;
    margin: 0 auto;
  }
  .footer-nav {
    padding-bottom: 20px;
  }
  .footer-logo {
    padding-bottom: 20px;
  }
}
