main section {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  main section {
    padding-top: 0;
  }
}
main section .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
main section .inner .top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
main section .inner .top p {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  main section .inner .top p {
    font-size: 4.2vw;
    font-feature-settings: "palt";
  }
}
main section .inner .top p br.lg_br {
  display: none;
}
@media screen and (max-width: 1024px) {
  main section .inner .top p br.lg_br {
    display: block;
  }
}
main section .inner .contents_area {
  margin-top: 150px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area {
    flex-direction: column-reverse;
    margin: 0 auto;
    align-items: center;
    margin-top: 100px;
  }
}
main section .inner .contents_area.contents_area_top {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area.contents_area_top {
    margin-top: 50px;
  }
}
main section .inner .contents_area .work_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box {
    flex-direction: column-reverse;
    margin: 0 auto;
    align-items: center;
  }
}
main section .inner .contents_area .work_box .img_box {
  width: 46.6666666667%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .img_box {
    padding-top: 40px;
    width: 100%;
  }
}
main section .inner .contents_area .work_box .img_box a {
  transition: 0.3s;
}
@media (hover) {
  main section .inner .contents_area .work_box .img_box a:hover {
    opacity: 0.6;
  }
}
main section .inner .contents_area .work_box .img_box img {
  width: 100%;
  height: auto;
}
main section .inner .contents_area .work_box .img_box .scale_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .img_box .scale_img {
    width: 20px;
    height: auto;
  }
}
main section .inner .contents_area .work_box .img_box .scale_img img {
  width: 100%;
  height: auto;
}
main section .inner .contents_area .work_box .text_box {
  width: 48.3333333333%;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box {
    width: 100%;
  }
}
main section .inner .contents_area .work_box .text_box .title_box .title {
  border-bottom: 1px solid #e60012;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box .title_box .title {
    padding-bottom: 10px;
  }
}
main section .inner .contents_area .work_box .text_box .title_box .title p {
  font-size: 24px;
  color: #e60012;
  line-height: 1.125;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box .title_box .title p {
    font-size: 20px;
    line-height: 1.8;
  }
}
main section .inner .contents_area .work_box .text_box .title_box .subtitle p {
  font-size: 16px;
  color: #e60012;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box .title_box .subtitle p {
    font-size: 14px;
    line-height: 2.5714285714;
  }
}
main section .inner .contents_area .work_box .text_box .name {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box .name {
    padding-top: 20px;
  }
}
main section .inner .contents_area .work_box .text_box .name p {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box .name p {
    font-size: 24px;
  }
}
main section .inner .contents_area .work_box .text_box .name p br.sp_br {
  display: none;
}
@media screen and (max-width: 600px) {
  main section .inner .contents_area .work_box .text_box .name p br.sp_br {
    display: block;
  }
}
main section .inner .contents_area .work_box .text_box .name p br.lg_br {
  display: none;
}
@media screen and (max-width: 1024px) {
  main section .inner .contents_area .work_box .text_box .name p br.lg_br {
    display: block;
  }
}
main section .inner .contents_area .work_box .text_box .content {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box .content {
    padding-top: 20px;
  }
}
main section .inner .contents_area .work_box .text_box .content p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box .content p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
main section .inner .contents_area .work_box .text_box .producer {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box .producer {
    padding-top: 30px;
  }
}
main section .inner .contents_area .work_box .text_box .producer p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .work_box .text_box .producer p {
    font-size: 14px;
    line-height: 1.7142857143;
    font-feature-settings: "palt";
  }
}
main section .inner .contents_area .img_box_fish {
  margin-top: 30px;
  display: flex;
  width: 100%;
}
main section .inner .contents_area .img_box_fish .fish_img {
  position: relative;
  width: 46.6666666667%;
  height: 100%;
}
main section .inner .contents_area .img_box_fish .fish_img a {
  transition: 0.3s;
}
@media (hover) {
  main section .inner .contents_area .img_box_fish .fish_img a:hover {
    opacity: 0.6;
  }
}
main section .inner .contents_area .img_box_fish .fish_img img {
  width: 100%;
  height: auto;
}
main section .inner .contents_area .img_box_fish .fish_img .scale_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .img_box_fish .fish_img .scale_img {
    width: 20px;
    height: auto;
  }
}
main section .inner .contents_area .img_box_fish .fish_img .scale_img img {
  width: 100%;
  height: auto;
}
main section .inner .contents_area .youtube_box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .youtube_box {
    margin-top: 50px;
  }
}
main section .inner .contents_area .youtube_box p {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .youtube_box p {
    font-size: 18px;
  }
}
main section .inner .contents_area .youtube_box .iframe_box {
  margin-top: 10px;
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 16/9;
}
main section .inner .contents_area .youtube_box .iframe_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
main section .inner .contents_area .img_box_hibi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
main section .inner .contents_area .img_box_hibi img {
  width: 46.6666666667%;
  height: auto;
  margin-top: 50px;
}
main section .inner .contents_area .img_box_otuno {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
main section .inner .contents_area .img_box_otuno .otuno_img {
  position: relative;
  width: 46.6666666667%;
  height: 100%;
}
main section .inner .contents_area .img_box_otuno .otuno_img a {
  transition: 0.3s;
}
@media (hover) {
  main section .inner .contents_area .img_box_otuno .otuno_img a:hover {
    opacity: 0.6;
  }
}
main section .inner .contents_area .img_box_otuno .otuno_img img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
main section .inner .contents_area .img_box_otuno .otuno_img .scale_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .img_box_otuno .otuno_img .scale_img {
    width: 20px;
    height: auto;
  }
}
main section .inner .contents_area .img_box_otuno .otuno_img .scale_img img {
  width: 100%;
  height: auto;
}
main section .inner .contents_area .img_box_soji {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
main section .inner .contents_area .img_box_soji .soji_img {
  position: relative;
  width: 46.6666666667%;
  height: 100%;
}
main section .inner .contents_area .img_box_soji .soji_img a {
  transition: 0.3s;
}
@media (hover) {
  main section .inner .contents_area .img_box_soji .soji_img a:hover {
    opacity: 0.6;
  }
}
main section .inner .contents_area .img_box_soji .soji_img img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
main section .inner .contents_area .img_box_soji .soji_img .scale_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .img_box_soji .soji_img .scale_img {
    width: 20px;
    height: auto;
  }
}
main section .inner .contents_area .img_box_soji .soji_img .scale_img img {
  width: 100%;
  height: auto;
}
main section .inner .contents_area .img_box_cub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
main section .inner .contents_area .img_box_cub .cub_img {
  position: relative;
  width: 46.6666666667%;
  height: 100%;
}
main section .inner .contents_area .img_box_cub .cub_img a {
  transition: 0.3s;
}
@media (hover) {
  main section .inner .contents_area .img_box_cub .cub_img a:hover {
    opacity: 0.6;
  }
}
main section .inner .contents_area .img_box_cub .cub_img img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
main section .inner .contents_area .img_box_cub .cub_img .scale_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .img_box_cub .cub_img .scale_img {
    width: 20px;
    height: auto;
  }
}
main section .inner .contents_area .img_box_cub .cub_img .scale_img img {
  width: 100%;
  height: auto;
}
main section .inner .contents_area .img_box_omotenashi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
main section .inner .contents_area .img_box_omotenashi .omotenashi_img {
  position: relative;
  width: 46.6666666667%;
  height: 100%;
}
main section .inner .contents_area .img_box_omotenashi .omotenashi_img a {
  transition: 0.3s;
}
@media (hover) {
  main section .inner .contents_area .img_box_omotenashi .omotenashi_img a:hover {
    opacity: 0.6;
  }
}
main section .inner .contents_area .img_box_omotenashi .omotenashi_img img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
main section .inner .contents_area .img_box_omotenashi .omotenashi_img .scale_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area .img_box_omotenashi .omotenashi_img .scale_img {
    width: 20px;
    height: auto;
  }
}
main section .inner .contents_area .img_box_omotenashi .omotenashi_img .scale_img img {
  width: 100%;
  height: auto;
}
main section .inner .contents_area_bottom {
  margin-top: 150px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
main section .inner .contents_area_bottom .text_box {
  width: 100%;
}
main section .inner .contents_area_bottom .text_box .title_box .subtitle p {
  font-size: 16px;
  color: #e60012;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .title_box .subtitle p {
    font-size: 14px;
    line-height: 2.5714285714;
  }
}
main section .inner .contents_area_bottom .text_box .title_box .title {
  border-bottom: 1px solid #e60012;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .title_box .title {
    padding-bottom: 10px;
  }
}
main section .inner .contents_area_bottom .text_box .title_box .title p {
  font-size: 24px;
  color: #e60012;
  line-height: 1.125;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .title_box .title p {
    font-size: 20px;
    line-height: 1.8;
  }
}
main section .inner .contents_area_bottom .text_box .name {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .name {
    padding-top: 20px;
  }
}
main section .inner .contents_area_bottom .text_box .name p {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .name p {
    font-size: 24px;
  }
}
main section .inner .contents_area_bottom .text_box .content {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .content {
    padding-top: 20px;
  }
}
main section .inner .contents_area_bottom .text_box .content p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .content p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
main section .inner .contents_area_bottom .text_box .producer {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .producer {
    padding-top: 30px;
  }
}
main section .inner .contents_area_bottom .text_box .producer p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .producer p {
    font-size: 14px;
    font-feature-settings: "palt";
  }
}
main section .inner .contents_area_bottom .text_box .producer p:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main section .inner .contents_area_bottom .text_box .producer p:nth-child(n+2) {
    margin-top: 10px;
  }
}
main section .inner .contents_area_bottom .img_box {
  margin-top: 50px;
}
main section .inner .contents_area_bottom .img_box img {
  width: 100%;
}
/*# sourceMappingURL=layout.css.map */
